/*
 * Navigation
 */

body {
  padding-top:60px;
}

/* Handle the page width */
@media (min-width: 768px) {
  .container {
    width: 700px;
    margin-bottom:10px;
  }
  }
  @media (max-width: 768px) {
  ul.dropdown-menu{
    left:-80px;
  }
}
@media(max-width: 499px){
  .banner img{align:middle;width:100%;}
}
.site-title{
  font-size:24px;
  border-bottom:solid 1px #DDD;
}
.panel-cont-title{
  font-size:21px;
  color:rgba(0,132,83,1.0);
  padding-bottom:10px;
}
/*top banner OWP branding style*/
.banner{background:rgba(1,41,57,0.85);padding:20px;margin-top:-60px;}
.head-impact{color:rgba(0,132,83,1.0);text-align:center;}

/* Styling for the navbar */
.navbar {
  height: 50px;
  background:rgba(1,41,57,0.85);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1), 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.icon img{margin-top:-5px;}
/*Button marker styles*/
.marker img{margin-right:5px;}
/*additional sac state styling for primary button*/
.btn-primary-sac{background:rgba(0,132,83,1.0);color:rgba(255,255,255,1.0);}
.btn-primary-sac:hover, .btn-primary-sac:focus{background:rgba(0,132,83,0.5);color:rgba(0,0,0,1.0);}

/* Positioning */
.masthead .hmbtn {
  font-size: 18px;
  position: absolute;
  top: 5px;
  left: 20px;
  
}
/*Hairline Dark*/
.darkline{
  border-color:#DDD;
}
/*Inline images*/
.inline-img img{
  margin-top:5px;
}

.masthead li.dropdown.tour-menu {
  font-size: 18px;
  /*font-weight:bold;*/
  position: absolute;
  top: 5px;
  right: 40px;
  padding-top:8px;
  padding-bottom:8px;

}
.nav li a:focus, .nav li a:hover{
  background:rgba(1,41,57,0.10);
}
.masthead .hmbtn a,
.masthead .tour-menudd a {
  color:rgba(255,255,255,0.85);
  text-decoration: none;
  font-weight: bold;
  border-bottom: 5px solid transparent;
  padding-top: 8px;
  padding-bottom: 8px;

}
ul .dropdown-menu{
background:rgba(103,121,131,1.0);
border-radius:0;

}
ul .dropdown-menu li a{
 color:rgba(255,255,255,1.0);

}
ul .dropdown-menu li a:hover{
  background:rgba(255,255,255,0.75);
  color:rgba(1,41,57,1.0);
}

/*.masthead .hmbtn a:after,
.masthead .tour-menudd a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 5px;
  background:rgba(1,41,57,0.85);
  content: "";
  webkit-transition: width .3s;
         transition: width .3s;
}*/
/* Width extends to 100% when hovered */
/*.masthead .hmbtn a:hover:after,
.masthead .tour-menudd a:hover:after
 {

  width: 100%;
}
*/
.cover-inner {
    text-align: left;
}

#mapcanvas  {
  margin: 0;
  padding: 0;
  width:100%;
  height:400px;
}
/*Panel styles for accordion*/
.panel-heading-sac, .nav-tabs li a{
background:rgba(1,41,57,0.25);
padding:10px 15px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-color:#DDD;
color:#000;
}
.panel-heading-sac:hover,.nav-tabs li a:hover, .panel-heading-sac:focus, .nav-tabs li a:focus, .panel-heading-sac:active, .nav-tabs li a:active{
background:rgba(1,41,57,0.85);
color:#FFF;
}

.panel-default-sac{
  border-color:#DDD;
}
/*Styling for plant listing*/
.plant-panels{
background:rgba(0,0,0,0.05);
padding:10px 10px 10px 10px;
}
.feature-plant{
  border:solid 1px rgba(0,0,0,0.25);
  min-height:120px;
}
.feature-plant strong{
  font-size:18px;
  color:rgba(103,121,131,1.0);
}
.feature-plant img{
padding-right:10px;
float:left;
position:relative;
}
.site-bullets li{
  color:rgba(0,132,83,1.0);

}
.attribution{
  color:rgba(0,132,83,1.0);
}
/*Footer styles*/
#footer{
  border-top:solid 1px #DDD;
    min-height:40rem;
    padding-top: 3rem;
padding-bottom: 0;
padding-left:3rem;
background:rgba(0,0,0,0.05);
  }