body {
	color: #535353;
	font-size: 15px;
}

#skiptocontent {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px;
}

a,
a:visited,
a:hover {
	color: #009966;
	outline: 0;
}

ul, ol {
	padding-left: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 20px;
}

h5, h6 {
	font-size: 17px;
}

h6 {
	font-style: italic;
}



/* Start of content styles */

.content {
	min-height: 400px;
}

.index .content {
	min-height: 0;
}

.content ul,
.content ol {
	padding-left: 30px;
}

.content ol.breadcrumb {
	padding-left: 0;
}

.content .table-bordered>thead>tr>th {
	background: #46b066;
	color: #FFF;
}

.content fieldset {
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 8px 15px;
    margin: 15px 0;
}

.content legend {
    font-size: 90%;
    font-style: italic;
    border: 0;
    margin: 0;
    width: auto;
}

.caption {
	font-size: 80%;
	font-style: italic;
	color: #999;
	margin-top: 4px;	
}

/* End of content styles */



.navbar {
	min-height: 180px;
	margin-bottom: 0;
}

.navbar-default {
	background: transparent;
	border: 0;
}

#navbar {
	margin-top: 70px;
}

.navbar-default .navbar-nav>li>a {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-left: 30px;
	letter-spacing: -0.02em;	
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover {
	border-bottom: 3px solid #555;
	background: transparent;
}

.navbar-default .navbar-nav>li>a:focus {
	border: 0;
}

.navbar-brand {
	height: unset;
}

.logo {
	margin-top: 25px;
	width: 400px;
}

.banner {
	height: 260px;
	margin-bottom: 30px;
	overflow: hidden;
}

.banner img {
	width: 100%;
	height: auto;
}


/* Start of breadcrumb styles */

.breadcrumb {
	background-color: transparent;
	padding-left: 0;
}

.breadcrumb a,
.breadcrumb a:visited,
.breadcrumb a.hover {
	color: #666;
}

.breadcrumb>li+li:before {
	content: "\203A";
	color: #666;
	font-size: 20px;
}

.breadcrumb>.active {
	color: #999;
}

/* End of breadcrumb styles */



/* Start of submenu styles */

.submenu {
	background: #FFF;
}

.submenu .nav-stacked>li {
	margin-top: 2px;	
}

.submenu .nav>li>a:focus, 
.submenu .nav>li>a:hover,
.submenu .nav-pills.menu2>li.active>a,
.submenu .nav-pills.menu3>li.active>a {
	background: #FFF;
	border-left: 3px solid #535353;
}

.submenu .nav.menu1>li>a:focus,
.submenu .nav.menu1>li>a:hover,
.submenu .nav.menu2>li>a:focus,
.submenu .nav.menu2>li>a:hover,
.submenu .nav-pills.menu2>li.active>a {
	padding-left: 12px;
}

.submenu .nav.menu3>li>a:focus,
.submenu .nav.menu3>li>a:hover,
.submenu .nav-pills.menu3>li.active>a {
	padding-left: 32px;
}

.submenu .menu1,
.submenu .nav.menu1>li>a:focus, 
.submenu .nav.menu1>li>a:hover,
.submenu .menu1.nav-pills>li.active>a,
.submenu .menu1.nav-pills>li.active>a:focus, 
.submenu .menu1.nav-pills>li.active>a:hover {
	background: #535353;
	color: #FFF;
}

.submenu .nav-pills>li.active>a, 
.submenu .nav-pills>li.active>a:focus, 
.submenu .nav-pills>li.active>a:hover {
	background: #FFF;
	color: #535353; 
}

.submenu .nav-pills.menu2>li.active>a:focus, 
.submenu .nav-pills.menu2>li.active>a:hover {
	padding-left: 12px;
}

.submenu .nav-pills>li>a {
	border-radius: 0;
}

.submenu .nav-pills.menu1>li>a {
	color: #FFF;
}

.submenu .nav-pills.menu2>li>a,
.submenu .nav-pills.menu3>li>a {
	color: #535353;
}

.submenu .nav.menu3>li>a {
	padding-left: 35px;
}

/* End of submenu styles */



/* Start of home page box styles */

.get_involved {
	width: 100%; 
	min-height: 230px; 
	background-color: #16383a; 
	color: #FFFFFF;
	padding: 15px;
	overflow: hidden;
}

.get_involved h3 {
	font-size: 30px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 30px;
}

.get_involved h3 {
	text-decoration: none!important;	
}

.add_a_tree {
	width: 100%; 
	min-height: 230px; 
	background-color: #46b066; 
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
}

.add_a_tree div {
	height: 230px;
	display: table-cell;
	vertical-align: middle;
}

.add_a_tree h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	display: none;
}

.add_a_tree div {
	background-image: url("../images/add_a_tree.png");
	background-size: 263px 230px;
	height: 230px;
	display: block;
}


.map_container img {
	width: 100%;
	height: auto;
}

.map_container p {
	margin-bottom: 0;
}

.tree_decline_project {
	width: 100%; 
	min-height: 230px;  
	color: #FFFFFF;
	padding: 15px;
	background-image: url(../images/tree_decline_project_box_bg.jpg);
	background-size: 100% 240px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.tree_decline_project h3 {
	font-size: 30px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 30px;
}

.get_involved,
.add_a_tree,
.tree_decline_project {
	opacity: 0.9;
}

.our_partners h3 {
	margin: 0;
	margin-bottom: 15px;
	font-weight: bold;
}

.our_partners a {
	color: #535353;
}

.our_partners a:hover {
	text-decoration: none;
}

.map_container {
	opacity: 0.7;
}

.map_container h3 {
	color: #FFF;
	background: #000;
	margin: 0;
	padding: 8px 15px;
}

div.get_involved:hover,
div.add_a_tree:hover,
div.tree_decline_project:hover,
div.map_container:hover {
	opacity: 1;
}

.get_involved a,
.add_a_tree a,
.tree_decline_project a,
.map_container  a {
	color: #FFF;
}

.get_involved a:hover,
.add_a_tree a:hover,
.tree_decline_project a:hover,
.map_container a:hover {
	text-decoration: none;
}

.feedback {
	font-weight: bold;
	font-size: 120%;
	text-decoration: underline;
	float: left;
}

.feedback a {
	color: #535353;
}

.trees_entered_so_far a {
	color: #535353;
	text-decoration: none;
}

.trees_entered_so_far .progress {
	height: 42px;
	border-radius: 0;
	background-color: #bebebe;
}


.trees_entered_so_far .progress-bar {
	background: #009966;
	font-size: 18px;
	height: 42px;
	padding-top: 12px;
}

/* End of home page box styles */



/* Start of resource page styles */

.resource_row.resource:hover, .resource_row.alt_resource:hover {
    background: #F5F5F5;
}
.resource_row.resource.first {
    border-top: 1px solid #CCC;
}

.resource_row.resource, .resource_row.alt_resource {
    border-bottom: 1px solid #CCC;
    padding: 15px 0;
    margin: 0 auto;
}

/* End of resource page styles */





/* Start of partner carousel styles */

#partnerCarousel {
	height: 180px;
	overflow: hidden;
}

#partnerCarousel .item_inner {
	height: 140px;
	width: 260px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;			
}

#partnerCarousel .carousel-inner>.item>a>img, 
#partnerCarousel .carousel-inner>.item>img {
	display: inline;
}

#partnerCarousel img {
	height: auto;
	max-height: 140px;
	max-width: 260px;
}

#partnerCarousel ol.carousel-indicators {
	margin-bottom: 0;
}

#partnerCarousel .carousel-indicators li,
#partnerCarousel .carousel-indicators .active {
	border: 1px solid #535353;
}

#partnerCarousel .carousel-indicators .active {
	background: #535353;	
}

#partnerCarousel .carousel-indicators li {
	width: 20px;
	height: 20px;
	border-radius: 12px;
	margin: 0 0 0 6px;
}

#partnerCarousel .carousel-indicators {
	bottom: 0;
}

/* End of partner carousel styles */




/* Start of generic margins */

.margin_bottom_30 {
	margin-bottom: 30px;
}

.margin_bottom_60 {
	margin-bottom: 60px;
}
	

/* End of generic margins */



.footer {
	min-height: 400px;
	background: #535353;
	margin-top: 90px;
	padding-top: 30px;
	font-size: 80%;
}

.index .footer {
	margin-top: 0px;
}

.footer ul {
	list-type: none;
}

.footer ul li {
	display: inline-block;
	zoom: 1;
    *display: inline;	
	padding: 0 15px;
}

.footer,
.footer a {
	color: #FFF;
}

/* End of footer styles */



/* Start of back to top styles */

#back_to_top {
	position: fixed;
	top: 40%;
	right: 2%;
	opacity: 0.4;
}
#back_to_top:hover {
	opacity: 0.5;
}
#back_to_top a:link,
#back_to_top a:visited,
#back_to_top a:hover {
	color: #FFF;
	padding: 6px 20px 3px;
	display: block;
	background: #000;
	font-size: 40px; 
}

/* End of back to top styles */




/*
 * Style tweaks
 * --------------------------------------------------
 */
 

html,
body {
  overflow-x: hidden; 
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }
  .row-offcanvas-right {
    right: 0;
  }
  .row-offcanvas-left {
    left: 0;
  }
  .row-offcanvas-right
  .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }
  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }
  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }
  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
  
}


/* Start of smartphone "Toggle nav" button colours */

.content .btn-primary,
.content .btn-primary:hover,
.content .btn-primary.active:focus, 
.content .btn-primary.active:hover, 
.content .open>.dropdown-toggle.btn-primary:focus, 
.content .open>.dropdown-toggle.btn-primary:hover {
	background-color: #46b066;
	background: #46b066;
	border-color: #46b066;
}

/* End of smartphone "Toggle nav" button colours */



/* Extra wide screen */
@media screen and (min-width: 2156px) { 

	.banner {
		height: 500px;
	}

}

/* Wide screen */
@media screen and (min-width: 1700px) and (max-width: 2155px) {
	
	.banner {
		height: 400px;
	}
	
}

/* Medium screen */
@media screen and (min-width: 1446px) and (max-width: 1699px) {

	.banner {
		height: 350px;
	}

}


/* Laptop with HiDPI screen */
@media screen and (min-width: 1281px) and (max-width: 1445px) {

	.banner {
		height: 300px;
	}
	

}

/* Laptop with MDPI screen */
@media screen and (min-width: 1201px) and (max-width: 1280px) {

	
}

/* Ipad/tablet landscape view */
@media screen and (min-width: 992px) and (max-width: 1200px) {

	
	img.logo {
		width: 300px;
		margin-top: 40px;
	}
	.navbar-default .navbar-nav>li>a {
		margin-left: 2px;
	}	
	.banner {
		height: 213px;
	}
	#partnerCarousel .item_inner {
		width: 212px;
	}	
	#partnerCarousel img {
		max-width: 212px;
	}	
	.add_a_tree div {
		background-image: none;
		display: table-cell!important;
	}
	.add_a_tree h3 {
		display: block;
	}
	#back_to_top {
		top: unset;
		bottom: 2%;
		left: 2%;
	}
	#back_to_top a:link,
	#back_to_top a:visited,
	#back_to_top a:hover {
		padding: 6px 20px 3px;
		font-size: 20px;
		display: unset;
	}
		
	
}

/* Ipad/tablet portrait view */
@media screen and (min-width: 760px) and (max-width: 992px) {

	img.logo {
		width: 200px;
		margin-top: 25px;
	}
	#navbar {
		margin-top: 40px;
	}
	.navbar {
		min-height: 120px;
	}	
	.navbar-default .navbar-nav>li>a {
		margin-left: 2px;
		font-size: 17px;
	}
	.banner {
		height: 160px;
	}	
	#partnerCarousel .item_inner {
		width: 345px;
	}
	#partnerCarousel img {
		max-width: 345px;
	}
	.add_a_tree h3 {
		display: block;
	}
	.add_a_tree div {
		background: none;
		display: table-cell!important;
	}
	#back_to_top {
		top: unset;
		bottom: 2%;
		left: 2%;
	}
	#back_to_top a:link,
	#back_to_top a:visited,
	#back_to_top a:hover {
		padding: 6px 20px 3px;
		font-size: 20px;
		display: unset;
	}
	
	
	
}

/* Smartphone sizes */
@media screen and (max-width: 759px) {
	
	img.logo {
		width: 160px;
		margin-top: 0;
	}
	.navbar-brand {
		padding: 4px 8px;
	}
	#navbar {
		margin-top: 0;
	}
	#navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}
	#navbar .navbar-nav>li>a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.navbar {
		min-height: 50px;
	}
	.navbar-default #navbar .navbar-nav>li>a {
		margin-left: 0px;
	}
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>.active>a, 
	.navbar-default .navbar-nav>.active>a:focus, 
	.navbar-default .navbar-nav>.active>a:hover {
		border-bottom: 0;
	}
	#navbar .nav>li {
		border-bottom: 1px solid #EEE;
	}
	.banner {
		height: 100px;
		margin-bottom: 10px;
	}
	.banner img {
		min-height: 100px;
		width: 100%;
	}
	.get_involved,
	.tree_decline_project {
		margin-bottom: 30px;
	}
	.breadcrumb {
		font-size: 80%;
	}
	.breadcrumb>li+li:before {
		font-size: 16px;
		padding: 0 2px;
	}
	.add_a_tree {
		height: 230px!important;
	}
	.add_a_tree h3 {
		display: block;
		margin-top: 90px;
	}
	.add_a_tree div {
		background: none;
		display: block;
	}
	#back_to_top {
		top: unset;
		bottom: 20%;
		right: 4%;
	}
	#back_to_top a:link,
	#back_to_top a:visited,
	#back_to_top a:hover {
		padding: 6px 20px 3px;
		font-size: 20px;
		display: block;
	}
	
	

}

@media screen and (max-width: 440px) {

}

@media screen and (max-width: 322px) {

}