

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

.filters a.active {
    color: #fff;
    background: rgba(54,153,127, 0.65);
}

.filters a.active:hover {
    color: #fff;
    background: rgba(54,153,127, 0.65) !important;
}

.filters a:hover, .btn:hover {
    background: rgba(54,153,127, 0.25);
}

.filters a, .btn {
    display: inline-block;
    white-space: nowrap;
    padding: 5px;
    margin: 0 5px 5px 0;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 400;
    border-bottom: 2px solid #36997F !important;
    cursor: pointer;
    text-decoration: none;
}

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

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

#upsteamMinesMapParagraph {
  margin-bottom: 155px;
}

a:hover {
  color: #36997F;
  cursor: pointer;
}

#landBtn {
  color: white;
  background-color: #EF9552;
}

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

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

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

.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)
}

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

#riversNavList a.active,
#riversNavList 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)
}

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

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

#riversNavList a.active, #riversNavList 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);
}

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

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

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


.river-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
}



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

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
}








.landNav:hover {
  color: white;
  background: rgba(222,118,28,0.65);
}


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

#landNav a.active,
#landNav a:hover,
.links a:hover,
.land-state-factsheets:hover>a {
    background: rgba(222,118,28,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)
}

#landNav a {
  color: #de761c;
  box-shadow: inset 0 -2px 0px 0px #de761c, inset -1px 0px 0px 0px #ddd, inset 1px 0px 0px 0px #ddd;
}

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

#riversNav a.active, #landNav a:hover,  .land-state-factsheets:hover>a {
    background: rgba(222,118,28,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);
}

.land-state-factsheets {
    height: auto !important;
    background: #fff !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 #de761c, inset -1px 0px 0px 0px rgba(222,118,28,0.45), inset 1px 0px 0px 0px rgba(222,118,28,0.45);
}







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

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

@media (max-width: 1192px) {
  .menu {
    display: block;
  }
}

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

header:after, .social:after {
    content: ' ';
    display: block;
    clear: both;
}

header {
  transition: top .5s;
  top: -60px;
}

nav {
  width: 260px;
}

#riversNav {
  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;
}

figure {
  margin: 0px;
}

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

article>h3 {
  color: rgba(92, 177, 157,1);
}

.pull {
    color: rgba(92, 177, 157,1);
}

a {
    color: rgba(92, 177, 157,1);
}

.titleLink {
  color: white;
}

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

#footerArticle {
  background-color: rgba(92,177,157,1);
}

/*
#36997F    rgba(239,149,82,.65)
#5CB19D    rgba(222,118,27,.65)
#DE761B    rgba(92,177,157,.65)
#EF9552    rgba(54,153,127,.65)
*/



@media (max-width: 1192px) {

  #landNav {
    max-height: 10px;
  }

  .landLinks {
    max-height: 0px !important;
  }

  #riversNav a {
    line-height: 2;
    height: 24px;
  }

  #landNavigation {

  }

  .landNav {
    line-height: 2.5;
    height: 0px;
  }

  #landNavigation a:first-child {
    height: 30px !important;
  }

  #riversNav {
    margin-top: 0px !important;
  }
    header {
        border-bottom: 1px solid #eee
    }
    .logo,
    .header-title {
        position: relative;
        z-index: 100
    }
    .header-title h3 {
        margin: 0;
        font-size: 1em
    }
    header .links {
        max-height: 0px;
        overflow: hidden
    }
    nav {
        float: none;
        clear: both;
        width: 100%;
        margin: 0;
        position: relative;
        top: -13px;
        overflow: hidden;
        max-height: 0px;
        box-shadow: none;
    }
    nav a {
        background: #fff;
        margin: 0;
        display: block;
        width: 100%;
        transform: none !important;
        font-size: 0.8em;
    }
    .menu {
        display: block
    }
    .menu-active nav {
        max-height: 300px
    }
    .menu-active .links {
        max-height: 1000px;
        overflow: visible
    }
    header .links {
        width: 100%;
        margin-top: -13px
    }
    .header-inactive nav,
    .header-inactive .links {
      /*  max-height: 0px !important; */
        overflow: hidden !important
    }
    body {
        -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;
        padding-top: 0
    }
    header .links>div {
        width: 100%;
        max-height: 1000px
    }
    header .links span:first-child {
        display: none
    }

    header .links a {
        height: 30px;
        line-height: 30px;
        font-size: 0.8em;
        opacity: 0.65;
        box-shadow: inset 0 -1px 0px 0px #de761c, inset -1px 0px 0px 0px #ddd, inset 1px 0px 0px 0px #ddd
    }
    header .links .factsheet-list a {
        height: 25px;
        line-height: 25px;
        font-size: 0.7em;
        box-shadow: inset 0 -0.5px 0px 0px rgba(222, 118, 28, 0.75), inset -1px 0px 0px 0px #ddd, inset 1px 0px 0px 0px #ddd
    }
    .header-inactive .social {
        display: none
    }
    .social>a {
        padding: 5px;
        border-radius: 50px;
        width: 20px;
        height: 20px;
        text-align: center;
        background: rgba(0, 0, 0, 0.75);
        margin: 0 5px
    }
    .social i {
        color: #fff !important;
        font-size: 1.2em;
        line-height: 20px
    }
    .social>a:hover {
        background: rgba(222, 118, 28, 0.75)
    }
    .menu-active .social {
        display: none
    }
}

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