#landBtn {
  color: white;
  background-color: rgba(239,149,82,1);
}

#landBtn:hover {
  color: white;
  background-color: #DE761B;
}

#riversBtn {
  color: white;
  background-color: #5CB19D;
}

#riversBtn:hover {
  color: white;
  background-color: #36997F;
}

#landNav {
  margin-left: 0px;
}

.titleBtn {
  margin: 1em;
  font-size: 24px;
  font-weight: 500;
  padding: .4em;
  width: 160px;
  border-radius: 50px;
  display: inline-block;
  margin-top: 3vh;
}

.titleBtn:hover {
  cursor: pointer;
}

#titleParagraph {
  margin-bottom: 3vh;
}

#dataExploreRivers {
  background: rgba(54,153,127, 0.25);
  color: grey;
}

#dataExploreLand {
  background-color: rgba(222,118,28,0.25);
  color: grey;
}


tr[stressor="Urban sprawl"] {
  display:table-row;
}

tr[stressor="Energy"] {
  display: none;
}

tr[stressor="Transportation"] {
  display: none;
}

tr[stressor="Agriculture/timber"] {
  display: none;
}







@media screen and (max-width: 1370px) {
    .fixed-ticker {

    }
}




header {
  top: -60px;
}

figure {
  margin: 0px;
}

#riversFig1 {
  margin-bottom: 50px !important;
}

.titleLink {
  color: white;
}

.titleLink:hover {
  color:
}

.landNavActive {

}

a[href="#big_picture"] {
  display: none !important;
  pointer-events: none !important;
}

a[href="#drivers_of_change"] {
  display: none !important;
  pointer-events: none !important;
}

a[href="#what_is_being_lost"] {
  display: none !important;
  pointer-events: none !important;
}

a[href="#a_new_call_to_conservation"] {
  display: none !important;
  pointer-events: none !important;
}

nav {
  width: 260px;
}

header {
    position: fixed;
    top: -60px;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15)
}

.landNavActive {
  background: rgba(222,118,28,0.65);
  color: white !important;
}

.riversNavActive {
  background: rgba(54, 153, 127, 0.65);
  color: white !important;
}

#riversNav a.active,
#riversNav a:hover,
.links a:hover,
.river-state-factsheets:hover>a {
    background: rgba(54, 153, 127, 0.65);
    color: #fff;
    box-shadow: inset 0 -2px 0px 0px #de761c, inset -1px 0px 0px 0px rgba(222, 118, 28, 0.45), inset 1px 0px 0px 0px rgba(222, 118, 28, 0.45)
}

.river-state-factsheets {
    height: auto !important;
    background: #fff !important
}

.river-state-factsheets:hover .factsheet-list {
    max-height: 500px
}

#riversNav {
  margin-left: 0px;
}

.river-state-factsheets:hover>a {
    background: rgba(54, 153, 127, 0.65);
    color: #fff !important;
    box-shadow: inset 0 -2px 0px 0px #36997F, inset -1px 0px 0px 0px rgba(54, 153, 127, 0.65), inset 1px 0px 0px 0px rgba(54, 153, 127, 0.65);
}

#riversNav a {
  color: #36997F;
  box-shadow: inset 0 -2px 0px 0px #36997F, inset -1px 0px 0px 0px #ddd, inset 1px 0px 0px 0px #ddd;
}

#riversNav a.active, #riversNav a:hover,  .rivers-state-factsheets:hover>a {
    background: rgba(54, 153, 127, 0.65);
}

#riversNav a.active, #riversNav a:hover,  .rivers-state-factsheets:hover>a {
    background: rgba(54, 153, 127, 0.65);
    color: #fff;
    box-shadow: inset 0 -2px 0px 0px #36997F, inset -1px 0px 0px 0px rgba(54, 153, 127, 0.65), inset 1px 0px 0px 0px rgba(54, 153, 127, 0.65);
}

#landNav a.active,
#landNav a:hover,
.links a:hover,
.state-factsheets:hover>a {
    background: rgba(222,118,28,0.65);
    color: #fff;
    box-shadow: inset 0 -2px 0px 0px rgba(222,118,28,0.65), inset -1px 0px 0px 0px rgba(222,118,28,0.45), inset 1px 0px 0px 0px rgba(222,118,28,0.45);
}

#landNav a, .links a {
  color: rgba(222,118,28,0.65);
  box-shadow: inset 0 -2px 0px 0px #DE761B, inset -1px 0px 0px 0px #ddd, inset 1px 0px 0px 0px #ddd;
}

#landNav a.active, #landNav a:hover, .links a:hover, .state-factsheets:hover>a {
    background: rgba(222,118,28,0.65);
}

#landNav a.active, #landNav a:hover, .links a:hover, .state-factsheets:hover>a {
    background: rgba(222,118,28,0.65);
    color: #fff;
    box-shadow: inset 0 -2px 0px 0px #DE761B, inset -1px 0px 0px 0px rgba(54, 153, 127, 0.65), inset 1px 0px 0px 0px rgba(54, 153, 127, 0.65);
}

header .links a:hover {
    background: rgba(222, 118, 28, 0.65);
    box-shadow: inset 0 -2px 0px 0px #de761c;
    color: #fff
}

.land-state-factsheets {
    height: auto !important;
    background: #fff !important
}

.factsheet-list {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.factsheet-list a {
  height: 30px !important;
line-height: 30px !important;
}

.land-state-factsheets:hover .factsheet-list {
    max-height: 500px
}


.land-factsheet-list a {
    height: 20px !important;
    line-height: 30px;
    box-shadow: inset 0 -1px 0px 0px rgba(222, 118, 28, 0.75), inset -1px 0px 0px 0px #ddd, inset 1px 0px 0px 0px #ddd
}



.land-state-factsheets:hover>a {
    background: rgba(222,118,28,0.65);
    color: #fff !important;
    box-shadow: inset 0 -2px 0px 0px #36997F, inset -1px 0px 0px 0px rgba(54, 153, 127, 0.65), inset 1px 0px 0px 0px rgba(54, 153, 127, 0.65);
}

nav a,
.links a {
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    color: #de761c;
    line-height: 50px;
    white-space: nowrap;
    box-shadow: inset 0 -2px 0px 0px #de761c, inset -1px 0px 0px 0px #ddd, inset 1px 0px 0px 0px #ddd
}

.logo img {
    opacity: 1 !important;
}

#footerSection {
  margin-bottom: 150px !important;
}

#footerArticle {
  background-color: rgba(239,149,82,1);
}

#intro h1 {
  font-size: 7vmin;
}

.title p {
  font-size: 2.6vmin;
}

@media (max-width: 1020px) {
  .title p {
    font-size: 2.6vmin;
  }
  #intro h1 {
    font-size: 7vmin;
  }
}

@media (max-width: 420px) {
  .title p {
    font-size: 3.2vmin;
  }
  #intro h1 {
    font-size: 7vmin;
  }
  .titleBtn {
    font-size: 1em !important;
  }
}


@media (max-width: 1192px) {
  .menu {
    display: block;
  }
  .menu {
      display: block
  }
  .menu-active nav {
      max-height: 300px
  }
  .menu-active .links {
      max-height: 1000px;
      overflow: visible
  }
  .menu-active .social {
      display: none
  }
  nav {
      width: 100%;
  }
  nav a {
    line-height: 2.5;
    height: 30px;
  }
  .riversNav {
    height: 0px;
  }
  #rivers_nav {
    height: 30px;
  }
  #rivers_nav a {
    height: 0px !important;
  }
  header .links {
    height: 0px;
  }


}


.menu-active nav {
    max-height: 300px
}
.menu-active .links {
    max-height: 1000px;
    overflow: visible
}
.menu-active .social {
    display: none
}
