/* UNDO WOLAND */

html body .wrapper, 
html body #page, 
html body #content-header, 
html body #content, 
html body #content .article>* {
}

/* \UNDO WOLAND */
body {
  background:#000;
  margin:0 auto;
  color:#ddd;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Adelle",Georgia,serif;
}
#content {
  padding:0;
}
.wrapper {
  width:100%;
  min-width:auto;
  max-width:100%;
}

#footer {
  z-index: 999999;
  position: relative;
}

#switchgrass-all {
  background:url(https://pp-projects-static.s3.amazonaws.com/houston-cypress/assets/7543-giga-splitbg-66cbc1e0e7ab0a20fb18a7a5b486fe4e.jpg) 30% top no-repeat;
  background-size:100%;
  position:relative;
  z-index:1;
}
#content h1 {
  font-size:54px;
  font-family: "Adelle",Georgia,serif;
}
#switchgrass-top {
  position:absolute;
  height:100%;
  z-index:2;
}
#switchgrass-top-bg {
  position:absolute;
  height:100%;
  width:100%;
  background:#00374c;
  z-index:0;
}
#switchgrass-title-lockup {
  position: relative;
  top: 0;
  width: 60%;
  margin: 0 auto;
  padding: 1em;
  height: 97%;
  border-left: 1px solid #fff;
}
#switchgrass-title-lockup p {
  font-size:20px;
}
#switchgrass-content {
  position: relative;
  font-size: 16px;
  max-width: 650px;
  margin: 0 auto;
  background: rgba(0,0,0,0.5);
  padding: 1.6em;
}
#switchgrass-content p {
  margin-bottom:20px;
}

/* SCROLLY STYLES */
#bg-graphic {
  width:100%;
  height:100%;
  background:#000;
}
canvas, #labels, #svg_canvas {
  position:fixed;
  padding:0;
  margin:0;
  background:transparent;
}
#svg_canvas {
  pointer-events:none;
}
#labels {
  z-index:10;
}
#title-lockup {
  margin-top: 50px;
  text-align:center;
}
#title-lockup p {
  font-style:italic;
}
#title-lockup p.title-lockup-byline {
  font-size:12px;
}
#txt-col {
  position:relative;
  z-index:100;
  width:380px;
  background-color:#000;
  left:0;
  color:#fff;
  padding:14px;
  font-size:16px;
  margin-left:0;
  box-shadow: 0 0 15px #000;
}
#txt-col.inverse {
  background-color:transparent;
  color:#000;
  box-shadow: none;
}

#txt-col img {
  width:100%;
}
#txt-col a {
  text-decoration:none;
  color:#70d9ff;
}
#txt-col a:hover {
  text-decoration:underline;
}
#story0-0 {
}

#bg-graphic .bg-slide {
  width:100%;
  height:100%;
  position:absolute;
  z-index:8;
}
.bg-slide#slide-0 {
  background:#000;
}
.bg-slide#slide-1 {
  background:#000;
}
.bg-slide .harris-map {
/* this will mess up projection */
/*  margin-top:100px;
  margin-left:200px;
  */
  width:calc(100% - 400px);
  margin-left:400px;
}
.bg-slide .harris-map.dim, .bg-slide .harris-map-dynamic.dim {
  opacity: 0.3;
}

.bg-slide#slide-2 {
}
.bg-slide-center {
  position: absolute;
  left: 460px;
  top: 80px;
  text-align: left;
  text-shadow: 0 0 133px #000;
  width: 620px;
}
.story.story-switchgrass-img {
  margin-left: -14px;
  width: 408px;
}

.story.big-txt-story p {
  font-size: 16px;
  margin-bottom: 15px;
}

.tx-cap-img-locator {
  display:none;
}

#harris-map-katrisk-fema {
  display:none;
}

#harris-map-addicks-barker, #harris-map-nhd {
  display:none;
}

.harris-map.harris-map-overlay {
  z-index:10;
}

/* \SCROLLY STYLES */

/* prev styles */
#big_map {
  position:relative;
  width:100%;
  overflow:hidden;
  background:#000;
}
#big_map #big_map_inner {
  z-index:10;
  position:relative;
/*  width:2048px;
  height:1502px;
*/    
/*  transition: all 2s ease-in-out;
*/}
#big_map img {
  position:relative;
  width:100%;
  height:100%;
}
#big_map #big_map_inner img {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
.inset-bounds {
  z-index:20;
  position:relative;
}
#big_map .inset-bounds {
  position:absolute;
  z-index:100;
/*  border:3px solid #000;
*/  background:transparent;
}
img.inset-layer, img.harris-layer {
  width:100%;
  height:100%;
  position:absolute;
  opacity:0;
  transition: opacity         1s linear;
  -moz-transition: opacity    1s linear;
  -webkit-transition: opacity 1s linear;
}
img.inset-layer.active, img.harris-layer.active {
  opacity:1;
}
img.inset-layer.active85, img.harris-layer.active85 {
  opacity:0.85;
}
img.inset-layer.active65, img.harris-layer.active65 {
  opacity:0.65;
}
img.inset-layer.active40, img.harris-layer.active40 {
  opacity:0.40;
},
img.inset-layer.active25, img.harris-layer.active25 {
  opacity: 0.25;
}
#big_map .point {
  position:absolute;
  width:10px;
  height:10px;
  background:#ff0000;
  z-index:100;
}
.tx-cap-img-locator {
  color: #fff;
  background: #000;
  padding: 8px 12px;
  font-family: Helvetica,arial,sans-serif;
  font-weight: bold;
  font-size: 20px;
  border-radius: 93px;
  min-width: 15px;
  text-align: center;
  box-shadow: 0 0 9px #fff;
}
.tx-cap-img-locator-onmap {
  position: absolute;
  z-index: 10;
}
#tx_cap_images {
  width: 390px;
  margin: 0 -14px;
}
.tx-cap-img {
  width:100%;
}
.tx-cap-img .tx-cap-img-it {
  width:100%;
  position:relative;
}
.tx-cap-img .tx-cap-img-it img {
  width:100%;
}
.tx-cap-img-locator-lower {
  z-index: 2;
  position: relative;
  margin-left: 5px;
  margin-top: 10px;
  display: inline-block;
}
.tx-cap-img-it {
  margin-top: -45px;
  z-index: 1;
}
#central-houston-fld, #central-houston-slider {
  position:relative;
  margin:0 auto;
  width:100%;
  max-width:1223px;
}
#opts-tray {
  margin: 20px 0 10px 0;  
  clear:both;
  font-family:Helvetica,arial,sans-serif;  
}
#central-houston-slider {
  height:30px;
  padding: 10px 0 30px 0;
  font-family:Helvetica,arial,sans-serif;
  background:#000;
}
#central-houston-fld img {
  position:absolute;
  top:0;
  left:0;
  opacity:0;
  width:100%;
  max-width:1223px;
}
#central-houston-fld {
    height:1000px;
}
#central-houston-fld img.img-base, #central-houston-fld img.img-labels, #central-houston-fld img.img-fema-layer  {
  opacity:1;
}
#central-houston-slider div {
  float:left;
  width:11%;
  color:#fff;
  text-align:center;
  cursor:pointer;
}
#central-houston-slider div {
  padding:3px;
  border:1px solid #222;
  border-radius:3px;
}
#central-houston-slider div.active {
  border:1px solid #fff;
}
.swatch {
  width:14px;
  height:14px;
  border-radius:2px;
  display:inline-block;
}
.swatch.fema-swatch {
  background:#fe6e00;
}
.map-label {
  position:absolute;
  font-family:jaf-bernina-sans, Helvetica, arial, sans-serif;
  font-weight:600;
  font-size:12px;
  z-index:800;
  text-shadow: 0 0 10px #000, 0 0 10px #000;
  margin-left:-10px;
}
.map-label.map-label-streams {
  font-weight:400;
  font-style:italic;
}
.map-label.map-label-states {
  font-size: 20px;
  color: #dedede;
  letter-spacing: 3px;
  font-weight: normal;
}
.map-label.map-label-counties {
  font-size: 12px;
  color: #dedede;
  letter-spacing: 1px;
  width: 400px;
  font-weight: 600;
  margin-top:-30px;
}
.map-label.map-label-outer-county {
  text-align: center;
  letter-spacing: 3px;
  font-size: 11px;
  font-weight: 500;
  font-style: italic;
}
.line {
  transform: rotate(-45deg);
  display: inline-block;
  font-size: 20px;
  letter-spacing: -8px;
  margin-top: 0;
  line-height: 0;
  top: 14px;
  position: relative;
}
.map-label.map-label-aoi {
  opacity:0;
  transition: opacity 1s linear;
}
.map-label.map-label-aoi.map-label-aoi-modis {
}
.map-label.map-label-aoi.active {
  opacity:1;
}
.map-label.map-label-cypress-creek-watershed,.map-label.map-label-addicks-watershed {
  padding: 5px;
  border-radius: 2px;
  font-size: 20px;
  text-transform: uppercase;
  width: 400px;
  color: #cecece;
  letter-spacing: 1px;
  font-style: italic;
  font-weight: 200;
}
.map-label.map-label-grand-parkway {
  color: #fff;
  padding: 5px;
  border-radius: 2px;
  transform: rotate(88deg);
  width: 97px;
}
.map-label.map-label-special {
  width: 400px;
  font-size: 22px;
  color: #fec44f;
  text-shadow: 0 0 1px #000, 0 0 30px #000;
}

#big_map_legend {
  position:absolute;
  bottom:0;
  right:0;
  height: 85px;
  width: 230px;  
  color:#fff;
  z-index:999;
  font-family:jaf-bernina-sans, Helvetica, arial, sans-serif;
  font-weight:600;
}
.line-legend-swatch.stream-legend-swatch {
  display: inline-block;
  width: 3px;
  height: 19px;
  border-left: 4px solid #00c3ff;
  transform: rotate(156deg);
  margin: 0 6px;
}
#big_map_legend table tr td {
  padding-bottom:10px;
  padding-left:10px;
  vertical-align:top;
}
.area-legend-swatch {
  display:inline-block;
  width:16px;
  height:16px;
  border-radius:2px;
}
.area-legend-swatch.hundred-yr-swatch {
  background:#00c3ff;
}
.area-legend-swatch.fivehundred-yr-swatch {
  background:#00a7d1;
}
.area-legend-swatch.development_70s {
  background:#fed98e;
}
.area-legend-swatch.development_80s {
  background:#fe9929;
}
.area-legend-swatch.development_90s {
  background:#d95f0e;
}
.area-legend-swatch.development_00s {
  background:#993404;
}

.area-legend-swatch.flooded-structure {
  background:#ff5900;
}
.area-legend-swatch.prairie {
  background:#82be41;
}
.area-legend-swatch.savannah {
  background:#fe00f5;
}
#big_map_explanation_cards .explanation_card {
  display:none;
  position: fixed;
  z-index: 999;
  font-weight: 400;
  padding: 0 5px;
  width: calc(100% - 600px);
  margin-left: 460px;
  top: 40px;
  font-size: 14px;
  color:#000;
  font-family: jaf-bernina-sans, Helvetica, arial, sans-serif;
  font-weight:600;
  background: rgba(222, 165, 74, 0.95);
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius:  4px;
  -moz-border-radius-bottomright:     4px;
  -moz-border-radius-bottomleft:      4px;
  border-bottom-right-radius:         4px;
  border-bottom-left-radius:          4px;
}


#big_map_explanation_cards p {
  -webkit-font-smoothing: antialiased;
  margin-top: 10px;
  padding:0 15px;
  line-height: 18px;
}

.story-anno {
  background:#666;
  cursor:pointer;
  padding: 0px 3px 0px 17px;
  border-radius: 3px;
  transition: all 0.10s ease-in-out;
  -webkit-transition: all 0.10s ease-in-out;
  -moz-transition: all 0.10s ease-in-out;
  -o-transition: all 0.10s ease-in-out;
  background: url("https://pp-projects-static.s3.amazonaws.com/houston-cypress/assets/annotation-locator-icon-adad82059c83c6eb7c5dc538fd22b098.svg") no-repeat 4px 50%;
  background-size: 9px;
  background-color: rgba(102,102,102,.8);
  text-decoration:none;
  color:#ddd !important;
  user-select:none;
  -webkit-user-select: none;
  -webkit-touch-callout:none;
}
.story-anno:hover {
  background-color: rgba(102,102,102,1);
  box-shadow: 0 0 5px #666;
  -wekbkit-box-shadow: 0 0 5px #666;
  -moz-box-shadow: 0 0 5px #666;
}
p.graf-anno-active, p.graf-anno-active {
}
p .byline-block {
  font-style: italic;
  font-size: 14px;
  border:none;
}
p .byline-block.byline-block-smaller {
  font-size: 12px;
}
.inline-legend {
  background: #222;
  display: block;
  height:100%;
  padding: 0 15px 3px 15px;
  font-family: jaf-bernina-sans;
  font-size: 14px;
  border-top: 1px solid #999;
  margin-left: -33px;
  width: 280px;
  position:relative;
}
#txt-col .inline-legend {
  display:none;
 /* display: inline-block; */
  position: relative;
  height: auto;
  border-top: none;
  padding: 0 15px 15px 15px;
  border-right: 1px solid #97681c;
  margin-left: 0;
  width: 364px;
  background: #97681c;
  color: #000;
  transition: background 200ms linear;
  transition: margin-left 200ms linear;
}
.inline-legend-triangle {
  display:none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 24px;
  border-color: transparent transparent transparent #97681c;
  position: absolute;
  right: -19px;
  top: 7%;
  transition: border-color 200ms linear;
}
#txt-col .scrollStoryItem.active .inline-legend {
  background:#dea54a;
  margin-left: 20px;
}

#txt-col .scrollStoryItem.active .inline-legend .inline-legend-triangle {
  border-color: transparent transparent transparent #dea54a;  
}

#txt-col .inline-legend .inline-legend-triangle {
  display:block;
}
.inline-legend-txt {
  padding-top: 10px;
  font-size: 17px;
  font-weight: 600;
}
.inline-legend table {
  width:100%;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 600;
}
.inline-legend table tr td {
  border-bottom: 1px solid #3b3b3b;
}
.inline-legend table tr td:first-child {
  width:20px;
}
.inline-legend-swatch {
  width: 12px;
  height: 12px;
  border-radius: 10px;
  margin-top: 3px;
  padding-top: 0;
  line-height: 13px;
}
.inline-legend-source-line {
  display:none;
  font-size:11px;
  font-style:italic;
}

.inline-legend-swatch-taxday {
  background:#ffff00;
}
.inline-legend-swatch-memday {
  background:#ff9914;
}
.inline-legend-swatch-allison {
  background:#ff6666;
}
.inline-legend-swatch-prairie {
  background:#39b54a;
}
.inline-legend-swatch-fema100 {
  background:#3182bd;
}
.inline-legend-swatch-fema500 {
  background:#9ecae1;
}
.inline-legend-swatch-harc-dev {
  background:#ff7bac;
}
.inline-legend-swatch-streams {
  background:#00ffff;
}

.map_legend_tmpl {
  visibility:hidden;
  position:absolute;
  bottom:0;
  right:0;
  position:fixed;
  z-index:999999;
}
.map_legend_tmpl.active {
  visibility:visible;
}
.main-col-photo {
  background:#000;
}
.main-col-photo-caption {
  font-size:12px;
  line-height: 16px;
  padding: 10px;
}
.main-col-photo-caption span {
  color:#909090;
  font-style:italic;
}

/* FOR DEBUGGING */
/*
.story p:first-child {
  border-top:1px solid #ff0000;
}
p.debug { color:#ff0000; }
*/
p.debug { display:none; }
