/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Required */
/* Set up flexible containers */
/* line 5, ../sass/_base-page.scss */
.interactive-container,
.cnn-outbrain,
#comments,
#disqus_thread {
  margin: 0 auto;
  width: 95%;
  max-width: 980px;
}

/* social buttons to right */
/* line 12, ../sass/_base-page.scss */
.c_share_container {
  float: right;
}

/* line 16, ../sass/_base-page.scss */
.c_sharebtns {
  padding: 4px 0 0 0;
}

/*
    HEADER
*/
/* line 5, ../sass/_header-footer.scss */
.cnn-skinny-header {
  background-color: #ca0002;
  color: #fff;
  margin: 0 0 10px 0;
  padding: 0;
  height: 40px;
  z-index: 100;
}

/* line 14, ../sass/_header-footer.scss */
.header-container {
  width: 95%;
  max-width: 980px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  line-height: 100%;
}

/* line 24, ../sass/_header-footer.scss */
a.header-link {
  position: absolute;
  left: 0;
  top: 12px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
/* line 34, ../sass/_header-footer.scss */
a.header-link:hover, a.header-link:active, a.header-link:visited {
  color: #fff;
}

/* line 40, ../sass/_header-footer.scss */
.logo-link img {
  padding-top: 2px;
  width: 51px;
  height: 35px;
}

/*
    FOOTER
*/
/* line 51, ../sass/_header-footer.scss */
.footer {
  clear: both;
  margin: 20px 0 0 0;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* line 59, ../sass/_header-footer.scss */
.footer-container {
  width: 95%;
  max-width: 980px;
  border-top: 10px solid #ca0002;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 0;
  text-align: left;
}
/* line 69, ../sass/_header-footer.scss */
.footer-container p {
  display: inline-block;
  color: #666666;
  font-size: 10px;
  padding: 0;
  margin: 0;
}
/* line 77, ../sass/_header-footer.scss */
.footer-container p.footer-links {
  float: right;
  display: block;
}
@media screen and (max-width: 640px) {
  /* line 59, ../sass/_header-footer.scss */
  .footer-container {
    width: 100%;
    border: 0;
    background-color: #e6e1df;
    padding-top: 20px;
    margin-bottom: 0;
  }
  /* line 90, ../sass/_header-footer.scss */
  .footer-container p, .footer-container p.footer-links {
    display: block;
    font-size: 12px;
    float: none;
    text-align: center;
    padding: 0;
    margin: 0;
  }
}

/* Optional (uncomment if needed) */
/* @import "buttons"; */
/* line 17, ../sass/project.scss */
body {
  /*
      -webkit-transition: all 1s linear;
      -moz-transition: all 1s linear;
      -o-transition: all 1s linear;
      -ms-transition: all 1s linear;
      transition: all 1s linear;
  */
}

/* LAYOUT */
/* line 29, ../sass/project.scss */
img {
  max-width: 100%;
}

/* .river-wrapper is a container */
/* line 33, ../sass/project.scss */
.river-wrapper,
.river-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 39, ../sass/project.scss */
.river-wrapper {
  overflow: auto;
  width: 95%;
  max-width: 980px;
  margin: 5px auto 0 auto;
  position: relative;
}
@media screen and (max-width: 700px) {
  /* line 39, ../sass/project.scss */
  .river-wrapper {
    overflow-x: hidden;
  }
}

@media screen and (min-width: 700px) {
  /* line 53, ../sass/project.scss */
  .river-story {
    padding-right: 370px;
  }
}

/* line 59, ../sass/project.scss */
.river-map {
  display: none;
  background-image: url("http://i.cdn.turner.com/cnn/interactive/2014/09/opinion/endangered-river-ctl/img/sidebar_base_map_no_markers.png");
  background-repeat: no-repeat;
}
@media screen and (min-width: 700px) {
  /* line 64, ../sass/project.scss */
  .river-map {
    display: block;
    width: 350px;
    height: 690px;
  }
  /* line 69, ../sass/project.scss */
  .river-map.top {
    position: absolute;
    top: 0px;
    right: 0 !important;
  }
  /* line 74, ../sass/project.scss */
  .river-map.bottom {
    position: absolute;
    right: 0 !important;
    bottom: 0;
  }
  /* line 79, ../sass/project.scss */
  .river-map.fixed {
    position: fixed;
  }
}

/* line 84, ../sass/project.scss */
.river-map-liner {
  position: relative;
}
/* line 87, ../sass/project.scss */
.river-map-liner .mile-marker {
  position: absolute;
  display: none;
}
/* line 90, ../sass/project.scss */
.river-map-liner .mile-marker.mile0 {
  top: 120px;
  right: 243px;
}
/* line 94, ../sass/project.scss */
.river-map-liner .mile-marker.mile101 {
  top: 175px;
  left: 240px;
}
/* line 98, ../sass/project.scss */
.river-map-liner .mile-marker.mile117 {
  top: 212px;
  right: 95px;
}
/* line 102, ../sass/project.scss */
.river-map-liner .mile-marker.mile125 {
  top: 222px;
  left: 272px;
}
/* line 106, ../sass/project.scss */
.river-map-liner .mile-marker.mile137 {
  top: 242px;
  right: 93px;
}
/* line 110, ../sass/project.scss */
.river-map-liner .mile-marker.mile139 {
  top: 244px;
  left: 274px;
}
/* line 114, ../sass/project.scss */
.river-map-liner .mile-marker.mile163 {
  top: 283px;
  left: 278px;
}
/* line 118, ../sass/project.scss */
.river-map-liner .mile-marker.mile187 {
  top: 295px;
  right: 114px;
}
/* line 122, ../sass/project.scss */
.river-map-liner .mile-marker.mile188 {
  top: 316px;
  left: 238px;
}
/* line 126, ../sass/project.scss */
.river-map-liner .mile-marker.mile197 {
  top: 330px;
  right: 147px;
}
/* line 130, ../sass/project.scss */
.river-map-liner .mile-marker.mile235 {
  top: 354px;
  right: 173px;
}
/* line 134, ../sass/project.scss */
.river-map-liner .mile-marker.mile240 {
  top: 370px;
  left: 183px;
}
/* line 138, ../sass/project.scss */
.river-map-liner .mile-marker.mile250 {
  top: 364px;
  right: 186px;
}
/* line 142, ../sass/project.scss */
.river-map-liner .mile-marker.mile251 {
  top: 382px;
  left: 160px;
}
/* line 146, ../sass/project.scss */
.river-map-liner .mile-marker.mile300 {
  top: 418px;
  left: 115px;
}
/* line 150, ../sass/project.scss */
.river-map-liner .mile-marker.mile330 {
  top: 419px;
  right: 285px;
}
/* line 154, ../sass/project.scss */
.river-map-liner .mile-marker.mile392 {
  top: 535px;
  left: 60px;
}
/* line 158, ../sass/project.scss */
.river-map-liner .mile-marker.mile413 {
  top: 578px;
  left: 98px;
}

/* line 165, ../sass/project.scss */
.river-progress {
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  -ms-transition: all .5s linear;
  transition: all .5s linear;
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 0;
}

/* line 178, ../sass/project.scss */
.river-ad {
  margin: 1em auto;
  text-align: center;
}
@media screen and (min-width: 700px) {
  /* line 178, ../sass/project.scss */
  .river-ad {
    float: right;
    margin: 0 -335px 0 0;
  }
}

/* line 188, ../sass/project.scss */
.sidebar {
  margin: 1em auto;
}
@media screen and (min-width: 700px) {
  /* line 188, ../sass/project.scss */
  .sidebar {
    float: right;
    margin: 0 -335px 0 0;
    width: 300px;
  }
}

/* line 199, ../sass/project.scss */
.cvp-video {
  height: auto;
}

/* STYLE */
/* line 204, ../sass/project.scss */
body {
  background-image: url("http://i.cdn.turner.com/cnn/interactive/2014/09/opinion/endangered-river-ctl/img/san_joaquin_bg.png");
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 728px) {
  /* line 204, ../sass/project.scss */
  body {
    background-position: center 100px;
  }
}

/* line 216, ../sass/project.scss */
.river-header {
  clear: both;
  padding-top: 1em;
  margin-top: 2em;
  margin-bottom: 1em;
  text-align: center;
}
/* line 223, ../sass/project.scss */
.river-header p {
  margin: 0 auto 1em auto;
  max-width: 750px;
  font-size: 1.7em;
  line-height: 1.3em;
}
/* line 230, ../sass/project.scss */
.river-header .media {
  width: 100%;
}
/* line 232, ../sass/project.scss */
.river-header .media * {
  max-width: 100%;
  height: auto;
}

/* line 240, ../sass/project.scss */
h1 {
  font-size: 28pt;
  font-weight: bold;
}

/* line 245, ../sass/project.scss */
h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 1em 0;
}

/* line 251, ../sass/project.scss */
p {
  font-size: 16px;
  margin: 1em 0;
  line-height: 1.5em;
}

/* line 257, ../sass/project.scss */
.dateline {
  font-weight: bold;
}

/* mile marker subheds */
/* line 262, ../sass/project.scss */
h3.subhed {
  margin-top: 36px;
  line-height: 24px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ca0002;
}
/* line 270, ../sass/project.scss */
h3.subhed > span {
  color: #2a4064;
  display: block;
  font-size: 24px;
  font-weight: bold;
}

/* line 278, ../sass/project.scss */
.mile-marker {
  font-size: 11px;
  color: #666;
}
/* line 283, ../sass/project.scss */
.mile-marker.active {
  font-weight: bold;
  color: #ca0002;
}

/* line 289, ../sass/project.scss */
.instagram {
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-radius: 5px;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #eeeeee;
  box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 3px 0px;
}
/* line 300, ../sass/project.scss */
.instagram img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 308, ../sass/project.scss */
.instagram .instagram__caption {
  padding: 7px 10px 10px 10px;
  font-size: 16px;
}
/* line 312, ../sass/project.scss */
.instagram .instagram__caption > a {
  font-size: .8em;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 316, ../sass/project.scss */
.instagram .instagram__caption > a::after {
  content: " »";
}

/* line 325, ../sass/project.scss */
.body-image img {
  width: 100%;
}
/* line 326, ../sass/project.scss */
.body-image .source {
  text-align: right;
  font-size: .9em;
}

/* line 332, ../sass/project.scss */
.credits {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 14px;
}

/* line 339, ../sass/project.scss */
.editors-note {
  font-size: 14px;
  font-style: italic;
}

/* line 344, ../sass/project.scss */
.map-origin {
  margin-top: -20px;
}

/* About this story */
/* line 350, ../sass/project.scss */
.about {
  margin-top: 60px;
  background: #F1EFEB;
  border: 2px #D1CDC4 solid;
  padding: 20px 20px;
  font-family: Georgia, serif;
  color: #666259;
}
/* line 358, ../sass/project.scss */
.about .about__header {
  text-align: center;
  color: #858075;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
}
/* line 366, ../sass/project.scss */
.about p {
  font-size: 14px;
  line-height: 1.5em;
}

/* VIDEO */
/* line 374, ../sass/project.scss */
.video, .cvp-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

/* line 378, ../sass/project.scss */
.video div, .cvp-video div {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: 100%;
}

/* line 383, ../sass/project.scss */
.video video, .video iframe, .video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 389, ../sass/project.scss */
.cvp-video video, .cvp-video iframe, .cvp-video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 395, ../sass/project.scss */
.video.html5, .cvp-video.html5 {
  height: auto;
}

/* line 397, ../sass/project.scss */
.video .poster, .cvp-video .poster {
  display: block;
  cursor: pointer;
}

/* line 400, ../sass/project.scss */
.video .poster .poster-img, .cvp-video .poster .poster-img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* line 405, ../sass/project.scss */
.video .poster.hide, .cvp-video .poster.hide {
  visibility: hidden;
  cursor: default;
}

/* line 408, ../sass/project.scss */
.video .play-button, .cvp-video .play-button {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

/* line 414, ../sass/project.scss */
.video .play-button .icon, .cvp-video .play-button .icon {
  position: absolute;
  background: url("http://i.cdn.turner.com/cnn/interactive/2014/09/opinion/endangered-river-ctl/media/assets/playbutton_icon.png") no-repeat;
  height: 67px;
  width: 67px;
  margin-left: -33px;
  margin-top: -33px;
  left: 50%;
  top: 50%;
}

/* line 423, ../sass/project.scss */
.video .play-button:hover .icon, .cvp-video .play-button:hover .icon {
  background-position: 0 -67px;
}

/* RECIRC */
/* line 428, ../sass/project.scss */
.recirc-container {
  font-family: Georgia, serif;
  font-weight: bold;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 435, ../sass/project.scss */
.recirc-container .recirc-header {
  margin-bottom: 15px;
}

/* line 438, ../sass/project.scss */
.recirc-container .recirc-header .header-row {
  display: table-row;
  position: relative;
}

/* line 442, ../sass/project.scss */
.recirc-container .recirc-header .header-row h3 {
  font-size: 1.38462em;
  line-height: 1.11111em;
  color: #000;
  min-width: 150px;
  margin-right: 10px;
}
/* line 448, ../sass/project.scss */
.recirc-container .recirc-header .header-row h3.ctl {
  min-width: 225px;
}

/* line 452, ../sass/project.scss */
.recirc-container .recirc-header .header-row .header-bar {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

/* line 457, ../sass/project.scss */
.recirc-container .recirc-header .header-row .header-bar .bar {
  display: block;
  border-bottom: 1px #CCC solid;
  height: 17px;
  width: 100%;
  float: left;
}

/* line 464, ../sass/project.scss */
.recirc-container .recirc-content .recirc-content-row {
  display: none;
}

/* line 467, ../sass/project.scss */
.recirc-container .recirc-content .recirc-content-row .recirc-item {
  padding-top: 15px;
  border-top: 1px #CCC dotted;
}

/* line 471, ../sass/project.scss */
.recirc-container .recirc-content .recirc-content-row:first-child {
  display: block;
}

/* line 474, ../sass/project.scss */
.recirc-container .recirc-content .recirc-content-row:first-child .recirc-item {
  margin-top: 0;
  border: none;
}

/* line 478, ../sass/project.scss */
.recirc-container .recirc-content .recirc-content-row:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* line 486, ../sass/project.scss */
.recirc-container .recirc-content .recirc-item {
  display: block;
  width: 93.75%;
  margin-left: 5.9%;
  max-width: 300px;
  margin-bottom: 15px;
}

/* line 493, ../sass/project.scss */
.recirc-container .recirc-content .recirc-item .recirc-header {
  font-size: 1.38462em;
  line-height: 1.22222em;
  font-weight: bold;
}

/* line 498, ../sass/project.scss */
.recirc-container .recirc-content .recirc-item .recirc-header a {
  color: #000;
}

/* line 501, ../sass/project.scss */
.recirc-container .recirc-content .recirc-item .recirc-header a:hover {
  color: #f15a2a;
}

/* line 504, ../sass/project.scss */
.recirc-container .recirc-content .recirc-item .recirc-img {
  width: 100%;
  margin-bottom: 10px;
}

/* line 508, ../sass/project.scss */
.recirc-container .recirc-content .recirc-item .recirc-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* line 514, ../sass/project.scss */
.recirc-container .recirc-content .recirc-item .recirc-description {
  font-weight: normal;
}

/* line 517, ../sass/project.scss */
.recirc-container .recirc-content .recirc-item.sm .recirc-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}

/* line 523, ../sass/project.scss */
.recirc-container .recirc-content .recirc-item.sm .recirc-description {
  display: none;
}

/* line 526, ../sass/project.scss */
.recirc-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* landscape 6 "screen and (min-width: 321px)" */
@media screen and (min-width: 321px) {
  /* line 537, ../sass/project.scss */
  .recirc-container .recirc-content {
    width: 62.5%;
    max-width: 300px;
    margin: 0 auto;
  }

  /* line 542, ../sass/project.scss */
  .recirc-container .recirc-content .recirc-item {
    width: 95.83333%;
    margin-left: 3.81667%;
    max-width: 460px;
    float: left;
  }

  /* line 548, ../sass/project.scss */
  .recirc-container .recirc-content .recirc-item .recirc-img {
    width: 100%;
  }

  /* line 551, ../sass/project.scss */
  .recirc-container .recirc-content .recirc-item.sm {
    width: 95.83333%;
    margin-left: 3.81667%;
    max-width: 460px;
  }
}
/* phablet 7 "screen and (min-width: 481px)" */
@media screen and (min-width: 481px) {
  /* line 559, ../sass/project.scss */
  .recirc-container .recirc-content {
    width: 82.14286%;
    max-width: 460px;
    margin: 0 auto;
  }

  /* line 564, ../sass/project.scss */
  .recirc-container .recirc-content .recirc-content-row {
    display: block;
  }

  /* line 567, ../sass/project.scss */
  .recirc-container .recirc-content .recirc-item {
    width: 45%;
    max-width: 252px;
  }

  /* line 571, ../sass/project.scss */
  .recirc-container .recirc-content .recirc-item .recirc-img {
    width: 100%;
  }

  /* line 574, ../sass/project.scss */
  .recirc-container .recirc-content .recirc-item.sm {
    width: 45%;
    margin-left: 3.22143%;
    max-width: 252px;
  }
}
/* tablet 9 "screen and (min-width: 561px)" */
@media screen and (min-width: 561px) {
  /* line 582, ../sass/project.scss */
  .recirc-container .recirc-content {
    width: auto;
    max-width: 100%;
  }

  /* line 586, ../sass/project.scss */
  .recirc-container .recirc-content .recirc-item {
    width: 47.22222%;
    margin-left: 2.42778%;
    max-width: 340px;
  }

  /* line 591, ../sass/project.scss */
  .recirc-container .recirc-content .recirc-item .recirc-img {
    width: 52.77778%;
    max-width: 380px;
    margin-right: 2.42778%;
    float: left;
  }

  /* line 597, ../sass/project.scss */
  .recirc-container .recirc-content .recirc-item.sm {
    width: 30.55556%;
    margin-left: 2.42778%;
    max-width: 220px;
  }
}
/* netbook 12 "screen and (min-width: 769px)" */
@media screen and (min-width: 769px) {
  /* line 605, ../sass/project.scss */
  .recirc-container .recirc-content .recirc-item {
    width: 47.91667%;
    margin-left: 1.73333%;
    max-width: 460px;
  }

  /* line 610, ../sass/project.scss */
  .recirc-container .recirc-content .recirc-item .recirc-img {
    width: 47.91667%;
    max-width: 460px;
  }

  /* line 614, ../sass/project.scss */
  .recirc-container .recirc-content .recirc-item.sm {
    width: 22.91667%;
    margin-left: 1.73333%;
    max-width: 220px;
  }
}
/* desktop 12 "screen and (min-width: 900px)" */
@media screen and (min-width: 900px) {
  /* line 622, ../sass/project.scss */
  .recirc-container .recirc-content .recirc-item {
    width: 47.91667%;
    margin-left: 1.73333%;
    max-width: 460px;
  }
}
