/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
  touch-action: manipulation;
}
main {
  display: block;
}
main.interactive {
  padding: 20px 10px;
  margin: 20px auto;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
a {
  color: #0777b3;
  text-decoration: none;
}
a:visited {
  color: #7e838b;
}
a:hover,
a:focus {
  color: #2b4d70;
}
a img {
  border: none;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  margin: 1.42105263 0 0.71052632 0;
}
h1 {
  font-size: 28px;
  line-height: 1.07142857;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 1.0952381;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 1.04545455;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.71052632 0 0 0;
}
.byline {
  font-size: 19px;
  margin-bottom: 0;
}
.staff-position {
  font-style: italic;
  font-size: 15px;
  margin-top: 0;
}
.publish-date {
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #7e838b;
}
.graphic-hed {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.graphic-chatter {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.data-source,
.art-credit,
.caption {
  color: #7e838b;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}
.data-source {
  font-style: italic;
}
@media (min-width: 480px) {
  .data-source {
    float: left;
  }
}
@media (min-width: 480px) {
  .art-credit {
    float: right;
  }
}
nav.main-nav {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
  z-index: 999;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
}
nav.main-nav .logo {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
}
nav.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
.share-bar {
  display: inline-block;
  position: absolute;
  right: 0;
  vertical-align: middle;
}
.share-icon {
  margin-left: 3px;
  margin-right: 3px;
  width: 30px;
}
.share-icon:hover .changes-color {
  fill: #231f20;
}
.ad {
  text-align: center;
  margin: 16px auto;
}
.ad.pending::before {
  display: block;
  content: "";
  background: #e0e0e0;
}
.ad.pending[data-type="banner"],
.ad.pending[data-type="bannerBottom"] {
  max-width: 728px;
}
.ad.pending[data-type="banner"]::before,
.ad.pending[data-type="bannerBottom"]::before {
  padding-bottom: 12.36263736%;
}
@media (max-width: 480px) {
  .ad.pending[data-type="banner"]::before,
  .ad.pending[data-type="bannerBottom"]::before {
    padding-bottom: 16.66666667%;
  }
}
.ad.pending[data-type="tall"] {
  max-width: 300px;
}
.ad.pending[data-type="tall"]::before {
  padding-bottom: 200%;
}
.ad.pending[data-type="square"] {
  max-width: 300px;
}
.ad.pending[data-type="square"]::before {
  padding-bottom: 83.33333333%;
}
.marketing {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: 20px 5px;
  padding: 10px;
  text-align: center;
  width: calc(100% - 10px);
}
.marketing--footer {
  border: 1px solid #e0e0e0;
  max-width: 630px;
}
@media (min-width: 640px) {
  .marketing--footer {
    margin: 20px auto;
  }
  .marketing--footer span {
    white-space: pre;
  }
}
.marketing--sidebar {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  max-width: 350px;
}
@media (max-width: 500px) {
  .marketing--sidebar {
    margin: auto;
  }
}
.marketing__text {
  margin: 5px auto;
}
.marketing__body {
  font-size: 18px;
  line-height: 21px;
}
.marketing__button {
  background: #0777b3;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  margin-top: 3px;
  padding: 5px 20px;
}
.marketing__button:hover {
  color: #fff;
  background: #2b4d70;
}
.marketing__button:visited {
  color: #fff;
}
.show-comments {
  border: 1px solid #0777b3;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #0777b3;
  cursor: pointer;
  margin: 20px 0;
}
.thin-div {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: auto;
  max-width: 900px;
}
.thin-div .center {
  position: relative;
  top: 15px;
  margin: auto;
  width: 105px;
  text-align: center;
  font-size: 20px;
  background: white;
}
.dont-miss {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 15px;
  max-width: 900px;
  font-size: 17px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.dont-miss .padded {
  padding: 10px;
}
.dont-miss img {
  width: 100%;
}
.dont-miss a {
  color: #0777b3;
  transition: color .1s linear;
}
.dont-miss a:hover {
  color: #055682;
}
.dont-miss .small {
  font-weight: bold;
  font-size: 15px;
}
.project-credits {
  padding-top: 10px;
  max-width: 900px;
  margin: 10px auto;
}
@media (min-width: 768px) {
  .project-credits {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}
.project-credit {
  flex-basis: 50%;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  margin: 3px 0;
  padding: 0 10px;
}
footer.nav-bottom {
  background: black;
  opacity: 0.95;
  padding: 8px 8px 4px 8px;
  position: relative;
  z-index: 99;
}
footer.nav-bottom .logo {
  float: left;
  margin-right: 10px;
}
footer.nav-bottom .logo img {
  margin-top: 5px;
  height: 20px;
}
footer.nav-bottom::after {
  clear: both;
  content: " ";
  display: block;
}
.brightcove {
  position: relative;
}
.brightcove iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.brightcove::before {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
.article-comments-bar {
  clear: both;
  margin: 30px auto;
  display: block;
  height: 50px;
  border: 1px solid #0777b3;
  border-radius: 3px;
  color: #0777b3;
  font-family: "ff-dagny-web-pro";
  font-size: 15px;
  line-height: 21px;
  max-width: 900px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .article-comments-bar {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.article-comments-bar:hover,
.article-comments-bar.active {
  color: #2b4d70;
  border: 1px solid #2b4d70;
}
.article-comments-bar a:hover {
  color: #0777b3;
}
.article-comments-bar .comment-count::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.comments-container {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  transition: all 0.5s ease;
}
@media screen and (min-width: 600px) {
  .comments-container {
    max-width: 800px;
    width: 83.333%;
  }
}
.comments-container.active {
  max-height: 100%;
  overflow: hidden;
  opacity: 1;
}
.comments-container .u-blue {
  color: #0777b3;
}
.comments-container .u-bg-blue {
  background-color: #0777b3;
}
.comments-container .u-blue-hfa:hover,
.comments-container .u-blue-hfa.hover,
.comments-container .u-blue-hfa:focus,
.comments-container .u-blue-hfa.focus,
.comments-container .u-blue-hfa:active,
.comments-container .u-blue-hfa.active {
  color: #0777b3;
}
.comments-container .u-bg-blue-hfa:hover,
.comments-container .u-bg-blue-hfa.hover,
.comments-container .u-bg-blue-hfa:focus,
.comments-container .u-bg-blue-hfa.focus,
.comments-container .u-bg-blue-hfa:active,
.comments-container .u-bg-blue-hfa.active {
  background-color: #0777b3;
}
.comments-container .u-navy {
  color: #2b4d70;
}
.comments-container .u-bg-navy {
  background-color: #2b4d70;
}
.comments-container .u-navy-hfa:hover,
.comments-container .u-navy-hfa.hover,
.comments-container .u-navy-hfa:focus,
.comments-container .u-navy-hfa.focus,
.comments-container .u-navy-hfa:active,
.comments-container .u-navy-hfa.active {
  color: #2b4d70;
}
.comments-container .u-bg-navy-hfa:hover,
.comments-container .u-bg-navy-hfa.hover,
.comments-container .u-bg-navy-hfa:focus,
.comments-container .u-bg-navy-hfa.focus,
.comments-container .u-bg-navy-hfa:active,
.comments-container .u-bg-navy-hfa.active {
  background-color: #2b4d70;
}
.comments-container .u-dusty-blue {
  color: #42759d;
}
.comments-container .u-bg-dusty-blue {
  background-color: #42759d;
}
.comments-container .u-dusty-blue-hfa:hover,
.comments-container .u-dusty-blue-hfa.hover,
.comments-container .u-dusty-blue-hfa:focus,
.comments-container .u-dusty-blue-hfa.focus,
.comments-container .u-dusty-blue-hfa:active,
.comments-container .u-dusty-blue-hfa.active {
  color: #42759d;
}
.comments-container .u-bg-dusty-blue-hfa:hover,
.comments-container .u-bg-dusty-blue-hfa.hover,
.comments-container .u-bg-dusty-blue-hfa:focus,
.comments-container .u-bg-dusty-blue-hfa.focus,
.comments-container .u-bg-dusty-blue-hfa:active,
.comments-container .u-bg-dusty-blue-hfa.active {
  background-color: #42759d;
}
.comments-container .u-bright-blue {
  color: #0a97e2;
}
.comments-container .u-bg-bright-blue {
  background-color: #0a97e2;
}
.comments-container .u-bright-blue-hfa:hover,
.comments-container .u-bright-blue-hfa.hover,
.comments-container .u-bright-blue-hfa:focus,
.comments-container .u-bright-blue-hfa.focus,
.comments-container .u-bright-blue-hfa:active,
.comments-container .u-bright-blue-hfa.active {
  color: #0a97e2;
}
.comments-container .u-bg-bright-blue-hfa:hover,
.comments-container .u-bg-bright-blue-hfa.hover,
.comments-container .u-bg-bright-blue-hfa:focus,
.comments-container .u-bg-bright-blue-hfa.focus,
.comments-container .u-bg-bright-blue-hfa:active,
.comments-container .u-bg-bright-blue-hfa.active {
  background-color: #0a97e2;
}
@media screen and (max-width: 767px) {
  .comments-container .hide-sm {
    display: none !important;
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  .comments-container .hide-md {
    display: none !important;
    visibility: hidden;
  }
}
@media screen and (min-width: 1020px) {
  .comments-container .hide-lg {
    display: none !important;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .comments-container .visually-hide-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  .comments-container .visually-hide-md {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
@media screen and (min-width: 1020px) {
  .comments-container .visually-hide-lg {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.comments-container .hide,
.comments-container .hidden {
  display: none !important;
  visibility: hidden;
}
.comments-container .visually-hide {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.comments-container .visually-hide-focusable:active,
.comments-container .visually-hide-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.comments-container .u-serif {
  font-family: Georgia, serif;
}
.comments-container .wf-active .u-serif {
  font-family: "ff-meta-serif-web-pro";
}
.comments-container .u-normal {
  font-weight: normal;
}
.comments-container .u-bold {
  font-weight: bold;
}
.comments-container .font-tiny {
  font-size: 13px;
  line-height: 18px;
}
.comments-container .font-small {
  font-size: 15px;
  line-height: 21px;
}
.comments-container .font-medium {
  font-size: 19px;
  line-height: 25px;
}
.comments-container .font-large {
  font-size: 26px;
  line-height: 34px;
}
.comments-container .font-xlarge {
  font-size: 32px;
  line-height: 38px;
}
.comments-container .font-xxlarge {
  font-size: 42px;
  line-height: 46px;
}
.comments-container .font-huge {
  font-size: 50px;
  line-height: 54px;
}
.comments-container .font-list {
  font-size: 17px;
  line-height: 23px;
}
.comments-container .lh1 {
  line-height: 1em;
}
.comments-container .lh2 {
  line-height: 2em;
}
.comments-container .u-tl {
  text-align: left;
}
.comments-container .u-tr {
  text-align: right;
}
.comments-container .u-tc {
  margin-bottom: 15px;
  margin-left: 4px;
  margin-right: 4px;
  text-align: center;
}
.comments-container .u-vt {
  vertical-align: top;
}
.comments-container .u-vm {
  vertical-align: middle;
}
.comments-container .u-vb {
  vertical-align: bottom;
}
.comments-container .u-italic {
  font-style: italic;
}
.comments-container .u-upper {
  text-transform: uppercase;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  t to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-ms-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.hero {
  height: 100vh;
  position: relative;
  z-index: -1;
}
.hero__figure {
  left: 50%;
  margin: 0 auto;
  object-fit: cover;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}
.hero__figure.hidden {
  opacity: 0;
  -webkit-animation: fadeout 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadeout 1s;
  /* Firefox < 16 */
  -ms-animation: fadeout 1s;
  /* Internet Explorer */
  -o-animation: fadeout 1s;
  /* Opera < 12.1 */
  animation: fadeout 1s;
}
.hero__figure.shown {
  opacity: 1;
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  animation: fadein 1s;
}
.hero__video {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
.hero__text {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .hero__text {
    margin-left: 5%;
    margin-right: 5%;
    top: calc(50% - 105px);
    width: 90%;
  }
}
@media (min-width: 768px) {
  .hero__text {
    margin-left: 20%;
    margin-right: 20%;
    top: calc(50% - 190px);
    width: 60%;
  }
}
.hero__label {
  background-color: #d89253;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  padding: 2px 10px;
}
h1 {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #fff;
  margin-bottom: 0;
  text-shadow: 0px 0px 15px #333;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.7em;
  }
}
@media (min-width: 480px) {
  h1 {
    font-size: 2.7em;
  }
}
.h2--desktop {
  color: #fff;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin-bottom: 0;
  text-shadow: 0px 0px 15px #333;
}
@media (max-width: 768px) {
  .h2--desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .h2--mobile {
    display: none;
  }
}
#beginning {
  margin-top: 30vh;
}
h2,
h3,
.byline,
.body-text,
.publish-date,
.edlab-card,
.figure--inline,
.marketing--sidebar {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}
@media (max-width: 768px) {
  h2,
  h3,
  .byline,
  .body-text,
  .publish-date,
  .edlab-card,
  .figure--inline,
  .marketing--sidebar {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.edlab-card {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}
@media (min-width: 768px) {
  .edlab-card {
    display: flex;
  }
  .edlab-card p {
    padding-left: 10px;
    width: calc(100% - 110px);
  }
}
.edlab-logo {
  width: 100px;
}
.edlab-logo img {
  margin-top: 15px;
  width: 100%;
}
.figure--full {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 1280px;
}
@media (max-width: 1280px) {
  .figure--full {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .figure--full {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 480px) {
  .figure--full {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1300px) {
  .figure--full .caption {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 480px) {
  .looper--desktop {
    display: none;
  }
}
@media (min-width: 480px) {
  .looper--mobile {
    display: none;
  }
}
.marketing--sidebar {
  margin-top: 40px;
  margin-bottom: 40px;
}
.graphic-notes-container {
  margin-top: 15px;
  margin-bottom: 10px;
}
.graphic-notes-container::after {
  clear: both;
  content: "";
  display: block;
}
.data-note,
.data-source,
.art-credit {
  margin: 0;
}
.data-note {
  color: #7e838b;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
}
.figure--inline img,
.figure--full img,
.diptych img {
  width: 100%;
}
.diptych {
  margin: 30px auto;
  max-width: 1280px;
}
@media (max-width: 768px) {
  .diptych {
    padding-left: 10px;
    padding-right: 10px;
  }
  .diptych div:first-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .diptych {
    display: flex;
  }
  .diptych div:first-child {
    margin-right: 5px;
  }
  .diptych div:first-child .caption {
    padding-left: 10px;
  }
  .diptych div:last-child {
    margin-left: 5px;
  }
  .diptych div:last-child .caption {
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .diptych--city div:first-child {
    width: 55.02%;
  }
  .diptych--city div:last-child {
    width: 44.98%;
  }
}
@media (min-width: 768px) {
  .diptych--school div:first-child {
    width: 48.9%;
  }
  .diptych--school div:last-child {
    width: 51.1%;
  }
}
h3 {
  font-size: 1.6em;
}
@media (min-width: 480px) {
  .flexbox {
    display: flex;
  }
}
.graphic-container {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  padding: 0 10px;
}
.graphic-container::after {
  clear: both;
  content: "";
  display: block;
}
.sidebar {
  padding: 15px;
  max-width: 100%;
  width: 360px;
}
@media (max-width: 599px) {
  .sidebar {
    margin: auto;
  }
}
@media (min-width: 600px) {
  .sidebar {
    float: right;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1240px) {
  .sidebar {
    margin-right: calc(50% - 440px);
  }
}
.image--standalone img {
  display: block;
  max-width: 1280px;
  width: 100%;
}
.caption {
  clear: both;
  margin-top: 5px;
}
.caption::after {
  clear: both;
  content: "";
  display: block;
}
.dont-miss {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .dont-miss {
    display: block;
  }
}
.dont-miss .story {
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}
.thin-div .center--geelong {
  width: 290px;
}
.dont-miss--geelong {
  border-bottom: 1px solid #e0e0e0;
}
.dont-miss--youth-homelessness .story {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media (max-width: 480px) {
  .dont-miss--youth-homelessness .story {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.graphic-text {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.graphic-text--small {
  font-size: 0.8em;
}
.locator-container {
  width: 100%;
  padding: 15px;
}
@media (max-width: 599px) {
  .locator-container img {
    margin: auto;
  }
  .locator-container .caption {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
  }
}
@media (min-width: 600px) {
  .locator-container {
    float: right;
    margin-left: 20px;
    margin-right: 20px;
    width: 330px;
  }
}
@media (min-width: 1240px) {
  .locator-container {
    margin-right: calc(50% - 440px);
  }
}
.locator-container img {
  display: block;
}
.comparison-inner {
  border-style: solid;
  border-radius: 5px;
  border-width: 3px;
  padding: 10px 10px 10px 14px;
}
.comparison-inner:first-child {
  margin-bottom: 10px;
}
.comparison-inner:last-child {
  margin-top: 10px;
}
.comparison-inner.Geelong {
  border-color: #d89253;
}
.comparison-inner.King {
  border-color: #4f84af;
}
.comparison-graphic__hed {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  margin: 0 0 2px 0;
}
.comparison-graphic__text {
  font-size: 16px;
  margin: 0;
}
.outcomes-graphic-container h4 {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 650px) {
  .outcomes__flexbox {
    display: flex;
    margin: 0 auto;
    width: 630px;
  }
}
.outcomes__chart-container {
  width: 300px;
}
@media (max-width: 650px) {
  .outcomes__chart-container {
    margin: 0 auto;
  }
}
@media (min-width: 650px) {
  .outcomes__chart-container:first-child {
    margin-right: 15px;
  }
  .outcomes__chart-container:last-child {
    margin-left: 15px;
  }
}
.outcomes__label {
  font-size: 0.8em;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 768px) {
  .flowchart__step {
    float: left;
    width: calc(33% - 18px);
    height: 165px;
  }
}
@media (min-width: 945px) {
  .flowchart__step {
    height: 145px;
  }
}
.flowchart__box {
  border: 1px solid #d89253;
  border-radius: 5px;
  margin: 0;
  padding: 10px;
}
@media (min-width: 768px) {
  .flowchart__box {
    margin-bottom: 10px;
  }
}
.flowchart__step-number {
  background: #b56c29;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  margin: 0;
  padding: 2px 10px;
}
.flowchart__step-number.step-number--mini-step {
  background: #d89253;
}
@media (max-width: 768px) {
  .mini-step-container--mobile {
    display: flex;
  }
  .mini-step-container--mobile .flowchart__box {
    width: 50%;
  }
  .mini-step-container--mobile .flowchart__box:first-child {
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  .mini-step-container--desktop {
    clear: left;
    width: 510px;
    margin: auto;
  }
  .mini-step-container--desktop .flowchart__step {
    height: auto;
    width: 490px;
  }
  .mini-step-container--desktop .flowchart__box {
    margin-bottom: 10px;
  }
}
.mini-step-container--desktop::after {
  content: "";
  clear: both;
  display: block;
}
.flowchart__text {
  margin: 4px 0 0 0;
  font-size: 16px;
}
@media (max-width: 768px) {
  .arrow {
    height: 0;
    margin: 5px auto;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d89253;
  }
}
@media (min-width: 768px) {
  .arrow {
    float: left;
    width: 0;
    height: 0;
    margin: 77px 5px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #d89253;
  }
}
@media (min-width: 945px) {
  .arrow {
    margin: 67px 5px;
  }
}
.support-staff-graphic.flexbox div {
  padding: 10px;
}
.pie-container {
  padding: 0 5px;
  text-align: center;
}
@media (min-width: 480px) {
  .flexbox .pie-container {
    width: 33%;
  }
}
.support-staff__text {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px;
}
.survey-questions-graphic h4 {
  font-size: 0.95em;
  margin-bottom: 10px;
  text-align: center;
}
.question,
.answer-text,
.answer-list {
  margin: 0;
}
.question-container {
  border: 1px solid #b56c29;
  border-radius: 5px;
  background-color: #f4e1d0;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .question-container:first-child {
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) {
  .question-container {
    width: 50%;
  }
  .question-container:first-child {
    margin-right: 10px;
  }
  .question-container:last-child {
    margin-left: 10px;
  }
}
.question {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.red {
  color: #b56c29;
}
.answer-text {
  font-size: 16px;
}
.answer-list {
  font-size: 16px;
  margin: 0;
  padding-left: 0;
}
.answer-list li {
  display: inline-block;
  list-style-type: none;
  padding-left: 5px;
  padding-right: 5px;
}
.answer-list li:first-child {
  padding-left: 0;
}
.answer-bubble {
  background: #fff;
  border: 1px solid #b56c29;
  border-radius: 2px;
  display: inline-block;
  height: 12px;
  margin-right: 8px;
  width: 16px;
}
.thin-div--credits {
  max-width: 600px;
}
.project-credits {
  max-width: 600px;
}
.nav-bottom {
  margin-top: 60px;
}
