/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 */
/*
--------------------------------------------------------------------------------
BROWSER RESET
--------------------------------------------------------------------------------
*/
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
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; }

/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

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

/* reset box layout model */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* clear floats */
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/*- Sass variables -----------------------------------------------------------*/
/*- Sass mixins --------------------------------------------------------------*/
/*- Base Global Styles -------------------------------------------------------*/
html {
  font: 100%/1.25 "Sentinel A", "Sentinel B", Georgia, "Times New Roman", Times, serif; }

body {
  color: #303942;
  background: white; }

.wrapper {
  max-width: 75em;
  margin: 0 auto; }

a:link, a:visited {
  color: #249ddc; }

a:hover, a:active {
  text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Knockout 30 A", "Knockout 30 B", Helvetica, Arial, sans-serif; }

h1 {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700; }

h2 {
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 700; }

p, li {
  font-size: 1.0625em;
  line-height: 1.5em;
  padding-bottom: 1em; }
  @media screen and (min-width: 37.5em) {
    p, li {
      line-height: 1.65em; } }

em, i {
  font-style: italic; }

strong, b {
  font-weight: bold; }

del, strike {
  text-decoration: line-through; }

cite {
  font-style: italic; }

li {
  padding-bottom: .5em; }

ol {
  list-style-type: decimal; }

ul {
  list-style-type: disc; }

dd {
  font-style: italic;
  color: #303942;
  padding-bottom: 1em; }

blockquote {
  margin: 1em 0;
  font-style: italic; }
  blockquote em, blockquote i, blockquote cite {
    font-style: normal; }

figure {
  margin-bottom: 1em; }

figcaption, .caption {
  color: #505f6e;
  font-size: 0.875rem;
  font-style: italic; }

.caption {
  margin-bottom: 1em; }

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0; }

input[type="checkbox"] {
  -webkit-appearance: checkbox; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999; }

input:focus,
textarea:focus {
  outline: none; }

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent; }

/*- Main Header Navbar -------------------------------------------------------*/
header[role="banner"] {
  position: fixed;
  top: 0;
  width: 100%;
  height: 40px;
  z-index: 1000;
  background-color: #303942;
  -webkit-font-smoothing: antialiased; }

@media screen and (min-width: 56.25em) {
  .states-story header[role="banner"] {
    width: 21.25%;
    height: 100%; } }

header[role="banner"] > h1 {
  display: block;
  width: 116px;
  height: 55px;
  float: left;
  margin-left: 0.25rem;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  header[role="banner"] > h1:hover, header[role="banner"] > h1:focus {
    opacity: 1; }
  @media screen and (min-width: 37.5em) {
    header[role="banner"] > h1 {
      margin-left: 0.5rem; } }
  @media screen and (min-width: 56.25em) {
    header[role="banner"] > h1 {
      width: 100%;
      margin-left: 0; } }

header[role="banner"] > h1 a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: inherit;
  background: url("https://static.propublica.org/rails/assets/killing-the-colorado/logo-propublica-light.min-aef848dcf83167b974e09eb5d0b21c31b81a42f84524791d575bd9cd7dcd240f.svg") 0 -18px no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media screen and (min-width: 56.25em) {
    header[role="banner"] > h1 a {
      margin-left: 0;
      width: 100%;
      background-position: 50% -18px; } }

header[role="banner"] > h2,
#robot-sidebar h2 {
  display: none;
  float: left;
  font-family: "Knockout 30 A", "Knockout 30 B";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.03125em;
  margin-top: 0.75rem;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media screen and (min-width: 37.5em) {
    header[role="banner"] > h2,
    #robot-sidebar h2 {
      display: inline-block; } }
  @media screen and (min-width: 56.25em) {
    header[role="banner"] > h2,
    #robot-sidebar h2 {
      float: none;
      width: 100%;
      margin-left: inherit;
      margin-bottom: 1.25rem;
      padding-left: inherit;
      opacity: 1;
      border-left: 0; } }

header[role="banner"] > h2 a,
#robot-sidebar h2 a {
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media screen and (min-width: 56.25em) {
    header[role="banner"] > h2 a,
    #robot-sidebar h2 a {
      display: block;
      height: 50px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      background: url("https://static.propublica.org/rails/assets/killing-the-colorado/ktc-series-titles-light-beeafb2ac1a195860ec93a323669cb64d0af83ed783069d28cb470572037a555.svg") 50% 0 no-repeat;
      background-size: contain; } }

#mobile-menu {
  display: block;
  position: fixed;
  top: 40px;
  width: 100%;
  padding: 0.25rem 0;
  background-color: #455360;
  font-family: "Knockout 30 A", "Knockout 30 B", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  color: white; }
  @media screen and (min-width: 56.25em) {
    #mobile-menu {
      display: none; } }

#mobile-menu:before,
#mobile-menu:after {
  position: relative;
  top: 0.125rem;
  font-size: 0.75rem; }

#mobile-menu:before {
  right: 0.125rem; }

#mobile-menu:after {
  left: 0.125rem; }

header[role="banner"] nav {
  font-family: "Knockout 30 A", "Knockout 30 B", Helvetica, Arial, sans-serif;
  font-size: 1.125rem; }
  @media screen and (min-width: 56.25em) {
    header[role="banner"] nav {
      width: 90%;
      margin: 0 auto;
      font-size: 1rem; } }
  @media screen and (min-width: 64em) {
    header[role="banner"] nav {
      width: 80%;
      font-size: 1.125rem; } }

header[role="banner"] nav.on {
  position: fixed;
  top: 60px;
  width: 100%;
  padding: 1rem;
  background-color: #303942; }
  header[role="banner"] nav.on ul.series-nav,
  header[role="banner"] nav.on .story-nav {
    display: block; }

nav ul.series-nav {
  display: none;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #455360; }
  @media screen and (min-width: 56.25em) {
    nav ul.series-nav {
      display: block;
      margin-bottom: 1.5rem; } }

nav ul.series-nav li {
  padding-bottom: 0; }

nav ul.series-nav li:before,
nav ul.series-nav li:after {
  position: relative;
  top: 0.1875rem;
  padding-right: 0.5rem;
  color: white; }

nav ul.series-nav li a {
  text-decoration: none;
  color: white; }
  nav ul.series-nav li a:hover, nav ul.series-nav li a:focus {
    text-decoration: underline; }

nav ul.series-nav li a span:before {
  position: relative;
  top: 2px;
  right: 5px;
  font-size: 1rem; }

.story-nav {
  display: none; }
  @media screen and (min-width: 56.25em) {
    .story-nav {
      display: block;
      margin-bottom: 2rem; } }

.story-nav dl {
  margin-bottom: 0.25rem; }

.story-nav dt {
  color: #778796;
  margin-bottom: 0.875rem; }
  @media screen and (min-width: 56.25em) {
    .story-nav dt {
      margin-bottom: 0.375rem; } }

.story-nav dt a {
  text-decoration: none;
  color: white; }

.story-nav dt.ss-standard:after,
.story-nav dt.ss-social:after {
  display: inline-block;
  position: relative;
  top: 3px;
  left: 5px; }

.story-nav dd {
  display: none;
  color: #778796;
  font-style: normal;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03125em; }
  @media screen and (min-width: 56.25em) {
    .story-nav dd {
      display: block; } }

.story-nav a:hover,
.story-nav a:focus {
  text-decoration: underline; }

nav ul.social-nav {
  display: inline-block;
  position: fixed;
  top: 0;
  right: 0.5rem;
  list-style: none; }
  @media screen and (min-width: 37.5em) {
    nav ul.social-nav {
      right: 1rem; } }
  @media screen and (min-width: 56.25em) {
    nav ul.social-nav {
      position: fixed;
      background: #be3b3b;
      border-radius: 0 0 0.25rem 0.25rem;
      padding: 0.25rem; } }

ul.social-nav li {
  display: inline-block;
  padding: 0;
  line-height: 1.5rem; }

ul.social-nav li a {
  text-decoration: none;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 30px;
  color: #ccc;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }

nav .facebook a,
nav .twitter a,
nav .comment a {
  background-image: url("https://static.propublica.org/rails/assets/killing-the-colorado/nav-sprites-light.min-971f0be9efcd0df5988db7b4a1d9419cd00b9ce8b97f398fb27ba01942ab5829.svg");
  background-repeat: no-repeat; }

nav .facebook a {
  background-position: 0 0; }

nav .twitter a {
  background-position: 0 -50px; }

nav .comment a {
  background-position: 0 -100px; }

header[role="banner"] nav ul.social-nav .donate a {
  display: block;
  width: auto;
  text-indent: 0;
  background: #be3b3b;
  font-family: 'Knockout 30 A', 'Knockout 30 B';
  font-size: 1rem;
  letter-spacing: 0.03125em;
  line-height: 1;
  text-transform: uppercase;
  padding: 0.625rem 0.75rem 0.4rem 0.75rem;
  border-radius: 0 0 0.25rem 0.25rem;
  color: white;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 56.25em) {
    header[role="banner"] nav ul.social-nav .donate a {
      padding: 0.25rem 0.5rem;
      border-radius: 0;
      border-left: 1px solid rgba(255, 255, 255, 0.5); } }

article .donate-button {
  display: inline-block;
  padding: 0.5em 2em;
  margin-top: 0.5rem;
  border-radius: 0.15rem;
  background-color: #be3b3b;
  border-radius: 0.25rem;
  text-align: center;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-family: 'Knockout 30 A', 'Knockout 30 B';
  font-size: 1rem;
  letter-spacing: 0.03125em;
  line-height: 1;
  text-transform: uppercase; }
  @media screen and (min-width: 56.25em) {
    article .donate-button {
      padding: 0.5em 4em; } }

article .donate-button a {
  color: white; }

header[role="banner"] .email-signup {
  display: none; }
  @media screen and (min-width: 56.25em) {
    header[role="banner"] .email-signup {
      display: block; } }

header[role="banner"] .email-signup p {
  font-size: 1rem;
  line-height: 1.25rem;
  color: white;
  padding-bottom: 0;
  margin-bottom: 0.5rem; }

header[role="banner"] .email-signup {
  position: relative; }
  header[role="banner"] .email-signup label {
    display: none; }
  header[role="banner"] .email-signup .email-type {
    display: none; }
  header[role="banner"] .email-signup #mce-EMAIL {
    float: left;
    width: 65%;
    padding: 0.5rem 0.125rem;
    border: 1px solid #505e6b;
    background-color: #303942;
    color: #738395;
    border-radius: 0.125rem 0 0 0.125rem; }
  header[role="banner"] .email-signup input[type="submit"] {
    float: right;
    width: 35%;
    padding: 0.5rem 0.125rem;
    border: 1px solid #505e6b;
    background-color: #505e6b;
    color: white;
    border-radius: 0 0.125rem 0.125rem 0; }
  header[role="banner"] .email-signup div.mce_inline_error {
    position: absolute;
    bottom: -4rem;
    background-color: transparent;
    color: #be3b3b; }
  header[role="banner"] .email-signup #mce-error-response,
  header[role="banner"] .email-signup #mce-success-response {
    padding-top: 3rem;
    color: white;
    font-family: "Sentinel A", "Sentinel B", Georgia, "Times New Roman", Times, serif;
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.125rem; }

/*- Main Content -------------------------------------------------------------*/
/*- Main Footer --------------------------------------------------------------*/
html.states-intro, body.states-intro {
  background: #fff;
  overflow: hidden; }

.states-intro #content .wrapper, .states-story #content .wrapper {
  background: #fff !important;
  height: 100%;
  width: 100% !important;
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0%;
  transition: all 1s ease; }

#ajax-cover {
  display: none;
  background: rgba(255, 255, 255, 0.1) url("https://static.propublica.org/rails/assets/killing-the-colorado/ajax-loader-476a7b1085cc64de1c0eb74a6776fa8385d57eb18774f199df83fc4d7bbcc24e.gif") center center no-repeat !important;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999; }

#header {
  border-bottom: 1px solid #999; }

#intro_map, #story_map {
  width: 2500px;
  height: 2000px;
  position: fixed;
  transform: rotate(0deg);
  transition-property: margin-left, margin-top, transform;
  transition-duration: 2s, 2s, 3s; }

#story_map {
  z-index: 100;
  margin-left: -80%;
  margin-top: -60%;
  transform: rotate(-50deg); }

#story_map .story-map-point {
  position: fixed; }

#intro_guff {
  z-index: 10;
  width: 100%;
  top: 20%;
  position: absolute;
  padding: 20px 0;
  background-size: 80%; }

#intro_guff h1 {
  font-family: 'Ziggurat A', 'Ziggurat B';
  font-weight: 800;
  font-size: 60px;
  text-align: center;
  color: #444; }

#intro_guff .the {
  font-family: 'Knockout 30 A', 'Knockout 30 B';
  font-weight: normal; }

#intro_guff p {
  font-family: 'Knockout 30 A', 'Knockout 30 B';
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #444; }

@-moz-keyframes nudge {
  0% {
    margin-left: 15px; }
  50% {
    margin-left: 0; }
  100% {
    margin-left: 15px; } }
@-webkit-keyframes nudge {
  0% {
    margin-left: 15px; }
  50% {
    margin-left: 0; }
  100% {
    margin-left: 15px; } }
.intro-box {
  position: absolute;
  z-index: 10;
  padding: 10px;
  background: #fff;
  box-shadow: 1px 4px 14px rgba(102, 79, 61, 0.6);
  cursor: pointer;
  transition: all 1s ease;
  transform: rotate(3deg); }

.intro-map-img {
  position: absolute;
  z-index: 9;
  max-width: 110px; }

.intro-box h2 {
  font-family: 'Ziggurat A', 'Ziggurat B';
  font-weight: 500;
  font-style: italic;
  font-size: 22px; }

.intro-box p {
  font-family: 'Whitney SSm A', 'Whitney SSm B', Helvetica, arial, sans-serif;
  font-weight: 400;
  font-style: normal; }

.intro-box p.eyebrow {
  text-transform: uppercase;
  font-family: 'Whitney SSm A', 'Whitney SSm B', Helvetica, arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-bottom: 0;
  font-size: 0.6em; }

/* ARTICLE-IZED VIEW */
#intro_map.articleize {
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg); }

.states-intro #content .wrapper.articleize, .states-story #content .wrapper.articleize {
  /*
    left: -50%;
    top: -20%;
  */
  position: fixed;
  background: transparent !important;
  z-index: 10; }

.states-story #content .wrapper.articleize {
  position: relative; }

#intro_map.articleize .intro-box {
  transform: rotate(65deg);
  -webkit-transform: rotate(65deg);
  background: rgba(248, 249, 241, 0.66); }

#intro_map.articleize .intro-box:hover {
  background: #f8f9f1; }

#intro_map.articleize .intro-box h2 {
  font-size: 16px; }

.intro-box.intro-box-explore {
  -webkit-animation: nudge 2s infinite ease-in-out;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  margin-left: -70px;
  background: rgba(255, 117, 117, 0.5); }

#intro_map.articleize .intro-box.intro-box-explore {
  background: rgba(255, 117, 117, 0.5);
  transform: rotate(83deg);
  -webkit-transform: rotate(83deg);
  margin-top: -100px; }

.intro-box.intro-box-explore h2 {
  font-weight: 400; }

.states-intro #content .wrapper.articleize #intro_guff, .states-story #content .wrapper.articleize #intro_guff {
  top: 3%;
  transform: translate3d(0, 0, 0) rotate(0deg);
  -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
  cursor: pointer; }

.states-intro #content .wrapper.articleize #intro_guff h1, .states-story #content .wrapper.articleize #intro_guff h1 {
  font-size: 30px; }

.states-intro #content .wrapper.articleize #intro_guff p, .states-story #content .wrapper.articleize #intro_guff p {
  font-size: 16px; }

.states-intro #intro_guff.intro_guff_story {
  display: none; }

#story_wrap {
  width: 100%;
  position: relative;
  display: none; }

.states-story #story_wrap {
  display: block; }

#story_hero img {
  width: 100%; }

#story_text {
  position: relative;
  margin: -25% 10% 0 30%;
  font: 1.25em "adelle",Georgia,Times,"Times New Roman",serif;
  background: #fff;
  padding: 50px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 10; }

#story_text p {
  margin-bottom: 1em; }

#story_text p:first-child {
  font-size: 1.8em; }

/* EXPLORE-IZED VIEW */
#explore_map {
  visibility: hidden; }

#intro_map.exploreize-stage-one {
  margin-left: -75%;
  margin-top: -45%; }

#intro_map.exploreize {
  transform: rotate(-60deg);
  transition: all 3s ease; }

@media screen and (min-width: 56.25em) {
  header[role="banner"] {
    background-color: transparent; } }

@media screen and (min-width: 56.25em) {
  header[role="banner"] > h1,
  header[role="banner"] > h2,
  header[role="banner"] .series-nav,
  header[role="banner"] .story-nav,
  header[role="banner"] .email-signup {
    display: none; } }

#robot-sidebar-lockup > h1 {
  display: block;
  width: 116px;
  height: 55px;
  float: left;
  margin-left: 0.25rem;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  #robot-sidebar-lockup > h1:hover, #robot-sidebar-lockup > h1:focus {
    opacity: 1; }
  @media screen and (min-width: 37.5em) {
    #robot-sidebar-lockup > h1 {
      margin-left: 0.5rem; } }
  @media screen and (min-width: 56.25em) {
    #robot-sidebar-lockup > h1 {
      width: 100%;
      margin-left: 0; } }

#robot-sidebar-lockup > h1 a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: inherit;
  background: url("https://static.propublica.org/rails/assets/killing-the-colorado/logo-propublica-light.min-aef848dcf83167b974e09eb5d0b21c31b81a42f84524791d575bd9cd7dcd240f.svg") 0 -18px no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  @media screen and (min-width: 56.25em) {
    #robot-sidebar-lockup > h1 a {
      margin-left: 0;
      width: 100%;
      background-position: 50% -18px; } }

#robot-sidebar .series-nav-wrapper {
  font-family: "Knockout 30 A", "Knockout 30 B", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  margin-bottom: 2rem; }
  #robot-sidebar .series-nav-wrapper li {
    padding-bottom: 0; }
  #robot-sidebar .series-nav-wrapper li a {
    text-decoration: none;
    color: white; }

html.states-river,
body.states-river {
  margin: 0 auto;
  background: #333;
  font-family: 'Whitney SSm A', 'Whitney SSm B', Helvetica, arial, sans-serif;
  overflow-x: hidden; }

body.states-river h1, h2, h3, h4, h5, h6 {
  font-family: 'Whitney SSm A', 'Whitney SSm B', Helvetica, arial, sans-serif;
  font-size: inherit; }

body.states-river * {
  -webkit-font-smoothing: antialiased; }

/*- Map Features & Labels ----------------------------------------------------*/
.container {
  background: transparent;
  position: relative;
  margin: 0;
  width: 1176px;
  left: 215px; }

.upper_container {
  height: 6652px; }

.lower_container {
  height: 5992px; }

.container canvas {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0;
  margin: 0; }

.container.upper_container canvas {
  background: url("https://static.propublica.org/rails/assets/killing-the-colorado/colorado-river-upper-shopped-b5ceb32660b940aed815241c46d1cdcc6dbb600872b5597aafa7b36a2cb03a3d.jpg") center center transparent;
  background-size: 100%; }

.container.lower_container canvas {
  background: url("https://static.propublica.org/rails/assets/killing-the-colorado/colorado-river-lower-shopped-f32ab58a988a7c0912d160dfd620a9cdcc18e2895e5a2dd9063ffe0e87553e36.jpg") center center transparent;
  background-size: 100%; }

#robot-container-interstitial {
  height: 10px;
  position: relative;
  border-top: 10px solid #222;
  border-bottom: 10px solid #222;
  margin-left: 215px;
  background: #fff; }

.robot-feature {
  font-size: 0.625rem; }

.robot-feature.robot-feature-minimap .robot-feature-guff {
  padding: 11px 6px 392px 55px; }

.robot-feature-icon {
  z-index: 2; }

.robot-feature.robot-feature-icon.active {
  z-index: 9999 !important; }

.robot-feature.robot-feature-icon .robot-feature-guff,
.robot-feature-mobile-flag {
  background: rgba(255, 255, 255, 0.75);
  padding: 4px 9px 1px 50px; }

.robot-feature.robot-feature-icon.active .robot-feature-guff,
.robot-feature.robot-feature-icon.active .robot-feature-mobile-flag {
  background: white;
  padding: 0; }

.robot-feature-guff h2 {
  margin-bottom: 5px;
  text-transform: uppercase; }

.robot-feature.robot-feature-icon.active .robot-feature-guff h2 {
  padding: 5px 20px 5px 50px;
  background: #00AEEF;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  text-align: right; }

.robot-feature-mobile-flag {
  display: none; }

.robot-feature.robot-feature-minimap .robot-feature-guff p {
  padding-right: 100px; }

.robot-feature img.robot-feature-icon-illo {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  margin-left: -14px;
  margin-top: -9px;
  cursor: pointer; }

.robot-feature-icon.active img.robot-feature-icon-illo {
  width: 130px;
  margin-left: -80px; }

.robot-feature-big-thompson-project .illo_gem {
  width: 135%;
  margin-left: -27%;
  margin-bottom: -5%; }

.robot-feature-parker-dam .illo_gem, .robot-feature-central-arizona-project .illo_gem {
  width: 136%;
  margin-left: -27%;
  margin-bottom: -5%; }

.robot-feature-hoover-dam .illo_gem {
  width: 137%;
  margin-left: -28%;
  margin-bottom: -6%; }

.robot-feature-central-arizona-project .illo_gem {
  width: 137%;
  margin-left: -28%;
  margin-bottom: -5%; }

.robot-feature .photo_gem {
  margin-left: -24%;
  margin-top: 3%;
  width: 122%;
  margin-bottom: -2%; }

.robot-feature .photo_gem img {
  width: 106.6%; }

.robot-feature.robot-feature-minimap img {
  left: 0;
  top: 0;
  width: 707px;
  margin-left: -38px;
  margin-top: -34px; }

.robot-feature.robot-feature-state_label {
  color: #fff;
  text-shadow: 0px 0px 10px #444;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em; }

.robot-feature-city_label {
  width: auto;
  text-align: left;
  text-transform: none; }

.robot-feature-city_label h2 {
  color: #fff;
  text-shadow: 0px 0px 5px #000;
  font-size: 16px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px; }

.robot-feature-feature h2 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px #000; }

.robot-feature-card {
  display: none; }

.robot-feature-card.active,
.robot-feature-icon.active .robot-feature-card {
  display: block;
  max-width: 300px;
  padding: 10px 20px 10px 60px; }

.robot-feature-infotable {
  width: 100%;
  margin-bottom: 10px; }

.robot-feature-infotable tr th {
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  font-size: 10px;
  text-align: left; }

.robot-feature-infotable tr td {
  padding-right: 10px;
  font-weight: 600; }

.robot-feature-infotable tr.robot-feature-infotable-vals td {
  font-size: 18px; }

.robot-feature-infotable tr.robot-feature-infotable-vals-long td {
  font-size: 14px; }

.robot-feature-infotable tr td.robot-gain-waste-table-val {
  font-size: 14px; }

/*- Intro Screen -------------------------------------------------------------*/
/*- Sidebar Nav --------------------------------------------------------------*/
#robot-sidebar {
  position: fixed;
  width: 215px;
  height: 100%;
  background: #303942;
  z-index: 999; }

#robot-subway-map {
  position: absolute;
  width: 100%;
  height: 100%; }

#robot-subway-map-line {
  position: absolute;
  top: 10px;
  left: 18%;
  height: 100%;
  border-left: 7px solid rgba(0, 174, 239, 0.25);
  z-index: 10; }

.robot-subway-stop {
  position: relative;
  z-index: 11;
  margin-bottom: 1.5vh;
  padding: 0;
  cursor: pointer;
  -webkit-font-smoothing: antialiased; }
  .robot-subway-stop:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.robot-subway-stop img {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 10%;
  border-radius: 50%;
  border: 3px solid transparent; }

.robot-subway-stop.active img {
  border: 3px solid white; }

.robot-subway-stop-name-wrapper {
  display: table;
  float: left;
  width: 60%;
  height: 3vh;
  margin-top: 3px;
  margin-left: 5%;
  font-family: "Knockout 30 A", "Knockout 30 B", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.875;
  color: #778796; }

.robot-subway-stop-name {
  display: table-cell;
  vertical-align: middle; }

.active .robot-subway-stop-name {
  font-weight: 700;
  color: white; }

/*- Guff ---------------------------------------------------------------------*/
#robot-guff {
  position: absolute;
  top: 0;
  left: 215px;
  z-index: 10;
  padding: 10vh;
  padding-top: 5vh;
  padding-bottom: 2vh;
  color: white;
  -webkit-font-smoothing: antialiased;
  background: rgba(35, 41, 47, 0.95); }

#robot-guff h1 {
  font-family: "Whitney SSm A", "Whitney SSm B", Helvetica, arial, sans-serif;
  font-size: 2rem;
  margin-bottom: 0.5rem; }

#robot-guff p {
  font-family: "Sentinel A", "Sentinel B", Georgia, "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem; }
  #robot-guff p.byline {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: italic;
    width: 75%; }

#robot-guff .robot-explore-p-refer {
  padding: 1rem 1rem 1rem 3rem;
  font-size: 1rem;
  cursor: pointer;
  display: inline-block;
  font-family: 'Whitney SSm A', 'Whitney SSm B', Helvetica, arial, sans-serif;
  font-weight: 600;
  background: url("https://static.propublica.org/rails/assets/killing-the-colorado/icons/noun_2302_cc-mini-white-b73a17a6063c58953ee9153ab8193b622b0002e683efc88bacec237dcfac750e.png") 8% 50% no-repeat transparent;
  background-size: 1.25rem;
  background-color: rgba(35, 41, 47, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0.25rem; }

#robot-sources {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  text-align: left; }

#robot-sources p {
  color: #fff;
  font-size: 11px;
  width: 66%;
  background: rgba(0, 0, 0, 0.7);
  padding: 13px; }

h2.mobile-hed {
  display: none; }

@media screen and (max-width: 900px) {
  #robot-sidebar {
    top: 40px; } }
/*- Medium Viewport Media Queries (Tablet) -----------------------------------*/
@media screen and (max-width: 900px) {
  #robot-guff p {
    padding: 10px; }

  #robot-sidebar-lockup {
    display: none; }

  .series-nav-wrapper {
    display: none; }

  #robot-sidebar-lockup * {
    outline: 1px dashed red; }

  header[role=banner] {
    z-index: 998; } }
@media screen and (max-width: 900px) and (min-width: 601px) {
  #mobile-menu {
    display: none; }

  #robot-guff {
    padding: 5vh;
    padding-top: 7vh;
    padding-bottom: 1vh; }

  #robot-subway-map {
    padding-top: 30px; } }
/*- Small Viewport Media Queries (Handheld) ----------------------------------*/
@media screen and (max-width: 601px) {
  #robot-sidebar {
    display: none; }

  #robot-sidebar-hed {
    border-left: none;
    margin-left: 0;
    margin-top: 0; }

  #robot-sidebar h1 {
    font-size: 24px;
    line-height: 20px; }

  #robot-subway-map {
    display: none; }

  #robot-guff {
    position: relative;
    top: 60px;
    background: rgba(35, 41, 47, 0.95);
    left: 0;
    padding: 16px;
    border-top: 0; }

  #robot-guff h1 {
    font-size: 1.5rem; }

  #robot-guff p.byline {
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0; }

  #robot-guff p {
    line-height: 18px;
    font-size: 13px; }

  .container {
    left: 0;
    width: 100%; }

  .lower_container {
    margin-bottom: 300px; }

  #robot-container-interstitial {
    display: none; }

  .robot-feature-card.active, .robot-feature-icon.active .robot-feature-card {
    padding: 10px 0 10px 10px; }

  .robot-feature-guff p {
    display: none; }

  .robot-feature-guff, .robot-feature-mobile-flag {
    margin-left: -6px;
    margin-top: 14px;
    padding: 4px 9px 4px 50px; }

  .robot-feature-card.active, .robot-feature-icon.active .robot-feature-card {
    padding: 10px 110px 10px 10px; }

  .robot-feature.active .robot-feature-guff {
    position: fixed;
    bottom: 0;
    top: auto !important;
    left: 0;
    margin-left: 0;
    padding: 10px 100px 10px 12px;
    width: 100%; }

  .robot-feature-guff, .robot-feature-mobile-flag {
    margin-left: -5px;
    margin-top: 14px;
    padding: 4px 9px 4px 50px; }

  .robot-feature.robot-feature-icon.active .robot-feature-mobile-flag {
    display: block;
    background: #ffe366;
    padding: 4px 9px 4px 50px;
    text-transform: uppercase; }

  .illo_gem,
  .photo_gem {
    display: none; }

  .robot-feature-icon img.robot-feature-icon-illo,
  .robot-feature-icon.active img.robot-feature-icon-illo {
    width: 100px;
    margin-left: -60px;
    margin-top: -30px; }

  .robot-explore-btn-container,
  .robot-explore-p-refer {
    display: none; }

  #robot-sources {
    bottom: -340px; }

  #robot-sources p {
    width: 100%; } }
/*- SHORT Viewport Media Queries (Small laptop) ----------------------------------*/
@media screen and (max-height: 600px) {
  .robot-feature-guff p {
    display: none; }

  .robot-feature-guff img {
    display: none; } }
/*#locator_map {
  position:fixed;
  bottom:10px;
  right:10px;
  height:165px;
  width:210px;
  background:url(<%= image_path("locator_map_labeled.png") %>) center center transparent; 
  z-index:10;
}



*/
#locator_map_container {
  position: fixed;
  height: 165px;
  width: 210px;
  z-index: 999999;
  bottom: 35px;
  right: 0;
  transition: all 1s; }

#locator_map {
  background: transparent url("https://static.propublica.org/rails/assets/killing-the-colorado/locator_map_labeled-d8b2be80be5922617095901949c1e7aba2d700f48fce36efde9a1195064700cd.png") center center no-repeat;
  position: fixed;
  height: 165px;
  width: 210px;
  background-size: 100% 100%; }

.point_container {
  position: absolute;
  font-family: Arial;
  font-size: 10px; }

.point_mark {
  position: relative;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  background: #999;
  border-radius: 4px; }

.point_label {
  position: absolute;
  top: -14px;
  left: -18px;
  width: 200px; }

.square {
  position: absolute;
  border: 2px solid red;
  background: transparent; }

#locator_map_point_shreveport .point_label {
  left: 7px;
  top: -4px; }

#locator_map_point_new_orleans .point_label {
  left: -123px;
  top: -14px;
  line-height: 11px;
  text-align: center; }

#locator_map_point_lafayette .point_label {
  left: -25px; }

@media screen and (max-width: 601px) {
  #locator_map_container {
    bottom: 0; }

  #locator_map_container, #locator_map {
    height: 82px;
    width: 105px; } }
