/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic);

body {
  padding-bottom: 0px;
  color: #056637;
  font-family: 'Open Sans', sans-serif;
}
img {
    max-width: 100%;
    height: auto;
}

/* .main {
  background:url('../images/forest-background.png') bottom center no-repeat fixed;
  background-size:contain;
}
*/
 .main {
  background-color: #FFFFFF;
}

h1, h2, h3, h4, h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:bold;
  color:#056637;
}
h1, .h1 {
  font-size:35px;
}

h2, .h2 {
  font-size:30px;
}

h3, .h3 {
  font-size:23px;
}
h4, .h4 {
  font-size:18px;
}

h5, .h5 {
  font-size:23px;
}
.uppercase {
  text-transform:uppercase;
}
.light {
  font-weight:normal;
}
.bold{
  font-weight:bold;
}

a {
  color:#056637;
}

}
.btn.btn-primary {
  background:#056637;
  color:#fff;
}
.btn.btn-large {
  font-size:18px;
  text-transform:uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}
.btn.btn-full, .table-full {
  width:100%;
  white-space:normal;
}

.btn.btn-disabled {
  background:#707070;
  color:#fff;
}

.light-green {
  background:rgb(206, 224, 213);
  background:rgba(206, 224, 213, 0.8);
}
blockquote {
  font-size:14px;
  border-left:0px;
  padding-left:76px;
  background:url('../images/quote-begin.png') top left no-repeat;
  padding-top:20px;
  padding-right:20px;
}
blockquote:after {
  content:"";
  display:block;
  background:url('../images/quote-end.png') top left no-repeat;
  width:76px;
  height:54px;
  float:right;
  
}
span.quote-author {
    clear: both;
    text-align: right;
    display: block;
    font-style: italic;
    padding-right:20px;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */


.navbar {
  margin-bottom:0px;
  border-bottom:#fff 3px solid;
  background: rgb(5,65,37,1);
  background: -moz-linear-gradient(left, rgba(5,65,37,1) 0%, rgba(5,104,58,1) 35%, rgba(5,104,58,1) 65%, rgba(5,65,37,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(5,65,37,1)), color-stop(35%, rgba(5,104,58,1)), color-stop(65%, rgba(5,104,58,1)), color-stop(100%, rgba(5,65,37,1)));
  background: -webkit-linear-gradient(left, rgba(5,65,37,1) 0%, rgba(5,104,58,1) 35%, rgba(5,104,58,1) 65%, rgba(5,65,37,1) 100%);
  background: -o-linear-gradient(left, rgba(5,65,37,1) 0%, rgba(5,104,58,1) 35%, rgba(5,104,58,1) 65%, rgba(5,65,37,1) 100%);
  background: -ms-linear-gradient(left, rgba(5,65,37,1) 0%, rgba(5,104,58,1) 35%, rgba(5,104,58,1) 65%, rgba(5,65,37,1) 100%);
  background: linear-gradient(to right, rgba(5,65,37,1) 0%, rgba(5,104,58,1) 35%, rgba(5,104,58,1) 65%, rgba(5,65,37,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054125', endColorstr='#054125', GradientType=1 );
  min-height:90px;
}
.navbar, .navbar a, .navbar-nav>li>a {
  color:#fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size:19px;
  font-weight: normal;
}

.nav>li>a:focus, .nav>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  background:none;
}
.nav>li.dropdown.open>a {
  color:#056637;
  background:#fff;
/*  border:none; */
}

ul.dropdown-menu>li>a{
    font-size:16px;
    color: #056637;
}
ul.submenu {
    margin:0px;
    padding:0px 20px;
    list-style:none;
    font-size:16px;
    font-weight:200;
    color: #056637;
}

ul.submenu>li>a {
    display: inline;
    color: #056637;
    font-size:16px;
    font-weight:200;
}
.navbar-nav .open .dropdown-menu, .navbar-nav .dropdown-menu{
  background:#fff;
/*  border:none; */
}
a.navbar-header {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.navbar-header:focus, a.skip-main:active {
  color:#056637;
  background:#fff;
/*  border:none; */
    left: auto;
    position:fixed;
    top: 15px;
    left: 15px;
    width: auto;
    height: auto;
    overflow:auto;
    padding:5px;
    text-align:center;
    font-size:16px;
    z-index:999;
}
a.navbar-brand {
    height: 90px;
    padding: 5px 0px;
}
.navbar-nav>li>a.search.dropdown-toggle {
    padding-bottom: 11px;
    padding-top: 11px;
    font-size: 28px;
    font-weight: 100;
}
.navbar-toggle {
  margin-top:30px;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 00px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    position:relative;
    background:#000;
    color:#fff;
    padding:5px 0px;
    left:auto;
    right:auto;
    bottom:auto;
    line-height:1;
}
.carousel-caption p {
  margin-bottom:0px;
}
.carousel-indicators {
  display:none;
}
.carousel-caption a {
  color:#fff;
  text-decoration:underline;
}
.carousel-control.right, .carousel-control.left {
  background:none;
}
.carousel .brand-statement {
  position:absolute;
  top:0px; 
  left:0px;
  z-index:10;
  background: rgb(5,104,58);
  background: rgba(5,104,58,0.2);
  padding:5px;
  width:20%;
  
}
.carousel .brand-statement img{
  max-width:100%;
  height:auto;
}
/* Declare heights because of positioning of img element */
.carousel .item {
  background-color: #000;
}
.carousel-inner > .item > a > img {
  width: 100%;
  height: auto;
}
/* CUSTOMIZE THE MIDDLE NAV
-------------------------------------------------- */


.middle-nav {
  margin-bottom:0px;
  border-bottom:0px;
  background: rgb(5,65,37);
  background: -moz-linear-gradient(left, rgba(5,65,37,1) 0%, rgba(5,104,58,1) 35%, rgba(5,104,58,1) 65%, rgba(5,65,37,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(5,65,37,1)), color-stop(35%, rgba(5,104,58,1)), color-stop(65%, rgba(5,104,58,1)), color-stop(100%, rgba(5,65,37,1)));
  background: -webkit-linear-gradient(left, rgba(5,65,37,1) 0%, rgba(5,104,58,1) 35%, rgba(5,104,58,1) 65%, rgba(5,65,37,1) 100%);
  background: -o-linear-gradient(left, rgba(5,65,37,1) 0%, rgba(5,104,58,1) 35%, rgba(5,104,58,1) 65%, rgba(5,65,37,1) 100%);
  background: -ms-linear-gradient(left, rgba(5,65,37,1) 0%, rgba(5,104,58,1) 35%, rgba(5,104,58,1) 65%, rgba(5,65,37,1) 100%);
  background: linear-gradient(to right, rgba(5,65,37,1) 0%, rgba(5,104,58,1) 35%, rgba(5,104,58,1) 65%, rgba(5,65,37,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054125', endColorstr='#054125', GradientType=1 );
  
}
.middle-nav > .container > .row > div {
  padding:0px 15px;
  min-height:90px;
}
.middle-nav > .container > .row > div.active {
  background:#d6e7df;
}
.middle-nav, .middle-nav a {
  color:#fff;
  font-weight: normal;
  line-height:1;
}
.middle-nav h3 {
  margin:0px;
}
.middle-nav h3 a {
  text-transform:uppercase;
  font-size:20px;
  margin-bottom:0px;
  display:block;
  width:100%;
  text-align:right;
  padding-top:25px;
  padding-right:15px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:bold;
}
.middle-nav > .container > .row > div.active h3 a {
  color:#056637;
}
.middle-nav p a {
  font-size:12px;
  margin-bottom:10px;
  display:block;
  float:right;
  font-weight:100;
}
.middle-nav > .container > .row > div.active p a {
  color:#056637;
}
.middle-nav p a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-bottom: 6px dashed;
  border-bottom: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.middle-nav p a.collapsed:after {
  border-bottom:none;
  border-top: 6px dashed;
  border-top: 4px solid\9;
}

/* QUICK LINKS
-------------------------------------------------- */
.quick-links, .quick-links .panel+.panel, .quick-links .panel, .quick-links .panel-default{
  margin:0px;
  border:none;
  border-radius:0px;
  background:none;
  
}
.quick-links .panel-default .panel-body{
  background:#d6e7df;
  background:rgba(206, 224, 213, 0.8);
  color:#056637;
  padding:30px 30px;
  border-bottom:#056637 solid 5px;
}
.quick-links a {
  color:#056637;
  font-weight:normal;
  font-size:16px;
}
.quick-links ul {
  list-style:none;
  padding:0px;
}
.quick-links ul li {
  line-height:1.2;
  margin:16px 0px;
}



/* MAIN CONTENT
-------------------------------------------------- */
.main-content {
  background:#fff;
  background:rgba(255, 255, 255, 0.5);
  padding-top:0px;
}
.main-content .column {
  padding:40px 40px 30px;
}

.main-content .column h3 {
  margin-top:0px;
}
.calendar {
  font-family: 'Roboto Condensed', Sans-serif;
  color:#056637;
  font-size:18px;
  margin-bottom:30px;
}
.calendar a{
  color:#000;
}
.calendar th, .calendar td {
  text-align:center;
}
.news p a {
  color:#054D29;
  font-size:18px;
  margin-top:20px;
  display:block;
}
/* SUBPAGE HEADER STYLES 
-------------------------------------------------- */
.image-row {
  position:relative;
}
.image-row .header-image {
  width:100%;
  height:auto;
}
.green-bar {
  width:100%;
  position:absolute;
  bottom:0px;
  background: rgb(5,65,37);
  background: rgba(5,104,58,0.7);
}

.green-bar h1 {
  color:#fff;
  font-size:30px;
  text-transform:uppercase;
  margin:0;
  line-height:1;
  margin-bottom:-5px;
  padding-top:10px;
}
/* SUBPAGE CONTENT STYLES 
-------------------------------------------------- */
.sidebar-column, .content-column {
  margin:20px 0px;
}
.sidebar-column {
  padding:0px 10px;
}
.subnav {
  list-style:none;
  padding-left:0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size:18px;
  width:100%;
}
.subnav li a {
  color:#056637;
  display:block;
  width:100%;
  padding:0px 10px 0px 10px;
}

.subnav  li:first-child a{
  color:#fff;
  display:block;
  text-decoration:none;
  background: #056637;
}

.subnav li a:hover {
  color:#056637;
  display:block;
  text-decoration:none;
  background: #d6e7df;
  background:rgba(206, 224, 213, 0.8);
}
.content-column {
  border-left:#056637 solid 1px;
  padding:0px 20px 40px;
  color:#056637;
}
.content-column a:link {
	text-decoration:underline;
}
.content-column.content-column-full {
  border-left:none;
  color:#056637;
}
.breadcrumb, .breadcrumb a {
  padding:0px;
  background:none;
  color:#056637;
  font-family: 'Roboto Condensed', sans-serif;
  font-size:18px;
}
.breadcrumb a:link {
  text-decoration: underline;
}
/* FOOTER
-------------------------------------------------- */
footer {
  background: rgb(0,52,18);
  background: -moz-linear-gradient(left, rgba(0,52,18,0.9) 0%, rgba(0,86,46,0.8) 35%, rgba(0,86,46,0.8) 65%, rgba(0,52,18,0.9) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,52,18,0.9)), color-stop(35%, rgba(0,86,46,0.8)), color-stop(65%, rgba(0,86,46,0.8)), color-stop(100%, rgba(0,52,18,0.9)));
  background: -webkit-linear-gradient(left, rgba(0,52,18,0.9) 0%, rgba(0,86,46,0.8) 35%, rgba(0,86,46,0.8) 65%, rgba(0,52,18,0.9) 100%);
  background: -o-linear-gradient(left, rgba(0,52,18,0.9) 0%, rgba(0,86,46,0.8) 35%, rgba(0,86,46,0.8) 65%, rgba(0,52,18,0.9) 100%);
  background: -ms-linear-gradient(left, rgba(0,52,18,0.9) 0%, rgba(0,86,46,0.8) 35%, rgba(0,86,46,0.8) 65%, rgba(0,52,18,0.9) 100%);
  background: linear-gradient(to right, rgba(0,52,18,0.9) 0%, rgba(0,86,46,0.8) 35%, rgba(0,86,46,0.8) 65%, rgba(0,52,18,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#054125', endColorstr='#054125', GradientType=1 );
  min-height:190px;
  padding-bottom: 40px;
  color:#fff;
  padding-top:30px;
}
footer a, footer a:focus {
  color:#fff;
}
footer a:hover {
    color:#fff;
    text-decoration: underline;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1;
    margin-bottom:0px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 50px;
    height: 50px;
  }
  .carousel .brand-statement {
    padding:10px 30px 10px 30px;
    top:auto;
    bottom:0px;
  }
  .carousel-caption {
    z-index: 10;
    right: 0;
    width: 400px;
    position: absolute;
    left: auto;
    padding-bottom: 20px;
    padding-left:30px;
    padding-top:20px;
    background: rgb(5,104,58);
    background: rgba(5,104,58,0.7);
    text-align:left;
    bottom:0px;
  }
  .carousel-indicators {
  display:block;
  }
 
  ul.submenu>li {
    display:block;
  }
  ul.submenu>li:before {
/*    content:"| ";
*/    

	color: #056637;
  }
  ul.submenu>li:first-child:before{
    content:"";
  }
  .navbar-nav .open .dropdown-menu {
    display:none;
  }
  
  .nav>li.dropdown.open>a {
    color:#fff;
    background:none;
  }
  .nav>li.dropdown:hover>a, .nav>li.dropdown>a:hover {
    color:#056637;
    background:#fff;
 /*   border:none; */
  }
  .nav>li.dropdown:focus>a, .nav>li.dropdown>a:focus {
    color:#056637;
    background:#fff;
  }    
  .dropdown:focus, .dropdown:hover .dropdown-menu {
    display: block;
    width: auto;
    padding-bottom:10px;
/*    background:url('../images/nav-hover.jpg') bottom center no-repeat #fff;
*/  

}
  .middle-nav > .container > .row > div {
    padding:0px 5px 0px 0px;
    min-height:0px;
  }
  .quick-links .panel-default .panel-body{ 
   padding:30px 0px;
   
  }
  /* Custom Small Container Size */
  .container-small {
	max-width: 1200px
  }
  
  .main-content .column:last-child{
    padding-right:0px;
  }
  .main-content .column:first-child{
    padding-left:0px;
  }
  .green-bar h1 {
    font-size:65px;
    margin-bottom:-12px;
  }
  .subnav{
    text-align:right;
  }

}
@media (min-width: 992px) {
 .nav{
    margin-top:42px;
  }
  .main-content .column {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  
  .main-content .row {
    display: table;
    table-layout: fixed;
    width:100%;
  }
  .green-bar h1 {
    font-size:85px;
    margin-bottom:-15px;
  }
  .col-md-five {
    width:20%;
    float:left;
  }
  
}
@media (max-width: 400px) {
  .navbar-brand {
    max-width:75%;
    display:block;
    overflow:hidden;
    margin:0px;
  }
  .navbar-toggle{
    max-width:20%;
    display:block;
    overflow:hidden;
    margin:0px;
  }
}
