@font-face {
	font-family: ArvoRegular;
	src: url(./fonts/Arvo-Regular.ttf);
}

@font-face {
	font-family: ArvoBold;
	src: url(./fonts/Northwell.ttf);
}

@font-face {
	font-family: NexaSlabRegular;
	src: url(./fonts/Nexa-Slab-Regular.ttf);
}

@font-face {
	font-family: NexaSlabBlack;
	src: url(./fonts/Nexa-Slab-Black.ttf);
}

@font-face {
	font-family: Northwell;
	src: url(./fonts/Northwell.ttf);
}

html {
	font-family: Arial, sans-serif;
}

body {
	/*background-color: rgba(163, 147, 130, 0.2);*/
	color: #3e2b2e;
	font-weight: 300;
	font-size:1.25rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "futura-pt-bold", "ArvoRegular", Arial, sans-serif;
	color: #3e2b2e;
}

p {
	font-weight: 300;
	font-size:1.25rem;
}

p.strong {
	font-size: 1.2rem;
	font-weight: 400;
}

section {
	margin: 50px 0;
}

a:hover {
	text-decoration: none;
}

p.title {
	font-size: 18pt;
	font-weight: 400;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	background: -moz-linear-gradient(
		top,
		rgba(26, 25, 25, 1) 0%,
		rgba(153, 153, 153, 0.2) 20%
	);
	background: -webkit-linear-gradient(
		top,
		rgba(26, 25, 25, 1) 0%,
		rgba(153, 153, 153, 0.2) 20%
	);
	background: -o-linear-gradient(
		top,
		rgba(26, 25, 25, 1) 0%,
		rgba(153, 153, 153, 0.2) 20%
	);
	background: -ms-linear-gradient(
		top,
		rgba(26, 25, 25, 1) 0%,
		rgba(153, 153, 153, 0.2) 20%
	);
	background: linear-gradient(
		to bottom,
		rgba(26, 25, 25, 1) 0%,
		rgba(153, 153, 153, 0.2) 20%
	);
}

p.northwell {
	font-family: "Northwell", Arial, sans-serif;
	color: #78be20;
	font-size: 22pt !important;
}

@media (min-width: 768px) {
	p.northwell {
		font-size: 32pt !important;
	}
}

.btn {
	/* text-transform: uppercase; */
	border-radius: 8px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-green {
	background-color: #78be20;
	border-color: #78be20;
	color: #fff !important;
}

.btn-green:hover {
	background-color: #609819;
	border-color: #609819;
	color: #ffffff !important;
}

.btn-blue,
.btn-primary {
	background-color: #005ebb;
	border-color: #005ebb;
	color: #fff !important;
}

.btn-blue:hover,
.btn-primary:hover {
	background-color: #004b95;
	border-color: #004b95;
	color: #ffffff !important;
}

.btn-blue-light {
	background-color: #6cace4;
	border-color: #6cace4;
	color: #fff !important;
}

.btn-blue-light:hover {
	background-color: #4b789f;
	border-color: #4b789f;
	color: #fff !important;
}

.btn-brown-light {
	background-color: #a39382;
	border-color: #a39382;
	color: #ffffff !important;
}

.btn-brown-light:hover {
	background-color: #72665b;
	border-color: #72665b;
	color: #ffffff !important;
}

.btn-brown {
	background-color: #3e2b2e;
	border-color: #3e2b2e;
	color: #ffffff !important;
}

.btn-brown:hover {
	background-color: #2b1e20;
	border-color: #2b1e20;
	color: #ffffff !important;
}

.page-header {
	position: relative;
	width: 100%;
	height: 35vh;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	text-align: center;
	min-height: 30vh;
	margin-top: 90px;
}

/* .page-header-contain {
	position: relative;
	width: 100%;
	height: 60vh;
	background-image: url('/images/masters/image-37293-untitled-artwork.jpg');
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	-o-background-size: contain;
	background-position: center center;
	text-align: center;
	min-height: 30vh;
	margin-top: 90px;
	background-repeat: no-repeat;
} */

.center-top {
	background-position: center top;
}

.center-left {
	background-position: left !important;
}

.content {
	position: relative;
	/*margin-top: -60px;*/
}

.container .content-body {
	padding: 10px 0;
	background-color: #fff;
}

.page-heading {
	position: absolute;
	bottom: 10%;
}

.page-heading h1 {
	display: inline-block;
	background-color: #3e2b2e;
	color: #fff;
	padding: 20px 10px 10px 10px;
	font-size: 1.4rem;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.page-header {
		height: 65vh;
		margin-top: 0;
	}

	.content {
		/*margin-top: -200px;*/
	}

	.container .content-body {
		padding: 30px 0;
	}

	.page-heading h1 {
		font-size: 2.1rem;
		padding: 30px 20px 20px 20px;
		text-transform: uppercase;
	}
}

.text-panel {
	border-radius: 10px;
	background-color: rgba(163, 147, 130, 0.2);
	padding: 20px;
}

#searchSpinner {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-moz-transform: translateY(45%);
	-webkit-transform: translateY(45%);
	transform: translateY(45%);
}

.spinner {
	width: 70px;
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #3e2b2e;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* ----------------------------------------------------
	Navbar
------------------------------------------------------- */

#mainNav, #subNav {
	background-color: #3e2b2e;
}

#mainNav .navbar-nav .nav-item .nav-link {
	font-size: 1.1rem;
	padding: 0.75em 0;
	color: #fff;
	font-family: "futura-pt-bold", "NexaSlabRegular", Arial, sans-serif;
	text-transform: none;
}

#subNav .navbar-nav .nav-item .nav-link  {
	font-size: 1.3rem;
	padding: 0 1.1rem;
	color: #fff;
	font-family: "futura-pt-bold", "NexaSlabRegular", Arial, sans-serif;
	text-transform: none;
}

#subNav p {
	font-family: "futura-pt-bold", "NexaSlabRegular", Arial, sans-serif;
	font-size: 1rem;
	color: #fff;
	font-weight: 400;
} 

/* .navbar-toggler-icon.subnav {
	background-image: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 200'%3E%3Cpath d='M10 10h123v123H10z'/%3E%3C/svg%3E" );
}
 */


#subNav .navbar-nav .nav-item .nav-link.active,
#subNav .navbar-nav .nav-item .nav-link:hover  {
	color: #78be20 !important;
}

.navbar-toggler-icon {
	color: #fff;
}

#mainNav .dropdown,
#subNav .dropdown {
	border-radius: 0;
	border: 0;
}

#mainNav .dropdown-menu,
#subNav .dropdown-menu {
	background: #3e2b2e;
	border: 0;
	top: 80%;
	border-radius: 0px 0px 5px 5px;
}

#mainNav .dropdown-item,
#subNav .dropdown-item {
	color: #fff;
	text-transform: none;
	padding: 10px 30px;
}

#mainNav .dropdown-item:hover,
#subNav .dropdown-item:hover {
	background: #a39382;
	color: #fff;
}


@media (min-width: 992px) {
	#mainNav{
		border: none;
		background-color: transparent;
		padding: 0 0.8rem;
	}

	#mainNav .navbar-nav .nav-item .nav-link {
		color: #fff;
		padding: 1.1em 1em !important;
	}

	#subNav .navbar-nav .nav-item {
		line-height:2.5;
	}

	.nav-item .nav-link sub {
		padding:1em;
	}

	#mainNav.navbar-shrink,
	#subNav.navbar-shrink  {
		padding-top: 0;
		padding-bottom: 0;
		background-color: #3e2b2e;
	}

	#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link,
	#subNav.navbar-shrink .navbar-nav .nav-item .nav-link {
		color: #fff;
	}

	#mainNav .nav-item,
	#subNav .nav-item  {
		text-align: center;
	}

	#mainNav .navbar-nav .nav-item .nav-link.active,
	#mainNav .navbar-nav .nav-item .nav-link:hover {
		color: #78be20 !important;
	}
}

@media (min-width: 1080px) {
	#mainNav .navbar-nav .nav-item .nav-link,
	#subNav .navbar-nav .nav-item .nav-link {
		font-size: 1.1rem;
	}
}

/* -------------------------------------------------centerTop---
	NTD Home
------------------------------------------------------- */

.ntd-home-header {
	position: relative;
	background-color: black;
	height: 92vh;
	min-height: 22rem;
	width: 100%;
	overflow: hidden;
}

.ntd-home-header video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.ntd-home-header .overlay {
	z-index: 10;
	pointer-events: none;
	background: -moz-linear-gradient(
		top,
		rgba(19, 19, 19, 0.9) 10%,
		rgba(19, 19, 19, 0.9) 70%
	);
	background: -webkit-linear-gradient(
		top,
		rgba(19, 19, 19, 0.9) 10%,
		rgba(19, 19, 19, 0.9) 70%
	);
	background: -o-linear-gradient(
		top,
		rgba(19, 19, 19, 0.9) 10%,
		rgba(19, 19, 19, 0.9) 70%
	);
	background: -ms-linear-gradient(
		top,
		rgba(19, 19, 19, 0.9) 10%,
		rgba(19, 19, 19, 0.9) 70%
	);
	background: linear-gradient(
		to bottom,
		rgba(19, 19, 19, 0.9) 10%,
		rgba(19, 19, 19, 0.9) 70%
	);
	/*background: linear-gradient(to bottom, rgba(19, 19, 19, 0.9) 10%, rgba(62, 43, 46, 0.9) 70%);*/
	opacity: 0.2;
}

.home-inner {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	padding-top: 0px;
	padding-bottom: 40px;
	background-color: transparent;
	min-height: 100%;
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}

.home-inner h2 {
	font-family: "NexaSlabRegular", Arial, sans-serif;
	font-size: 34pt;
}

.home-inner p {
	font-size: 10pt;
}

#ntdCountdown h2 {
	color: #fff;
}

section.impact {
	background-color: #3e2b2e;
	width:100%;
}
.impact {
	background-color: #3e2b2e;
	width:100%;
}



section.impact h1,
section.impact h2,
section.impact h3,
section.impact h4,
section.impact h5,
section.impact h6,
section.impact p {
	color: #fff;
}

.impact-inner svg {
	fill: #fff;
	width: 50px;
}

.middle {
	border-top: 1px solid #e0dcd7;
	border-bottom: 1px solid #e0dcd7;
	border-left: none;
	border-right: none;
	margin: 0 20px;
}

@media (min-width: 762px) {
	.middle {
		border-top: none;
		border-bottom: none;
		border-left: 1px solid #e0dcd7;
		border-right: 1px solid #e0dcd7;
		margin: 0;
	}
}

.card {
	box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
}

/*IE Fix*/
.card-img-top {
	max-width: 100%;
	flex-shrink: 0;
}

#get-involved .card-footer {
	border-top: none;
}

#get-involved .card-body p,
#get-involved .card-body h3 {
	color: #fff;
}

#get-involved .card.card-blue .card-body,
#get-involved .card.card-blue .card-footer {
	background-color: #005ebb;
}

#get-involved .card.card-green .card-body,
#get-involved .card.card-green .card-footer {
	background-color: #78be20;
}

#get-involved .card.card-brown .card-body,
#get-involved .card.card-brown .card-footer {
	background-color: #3e2b2e;
}

#get-involved .card.card-blue-light .card-body,
#get-involved .card.card-blue-light .card-footer {
	background-color: #6cace4;
}

/* ----------------------------------------------------
	Footer
------------------------------------------------------- */

#footer h3 {
	/* text-transform: uppercase; */
}

#footer .footer-top {
	text-align: center;
	padding: 30px 0;
	background-color: #e5e5e5;
}

#footer .footer-bottom {
	padding: 10px 0;
	background-color: #cecece;
}

#footer .footer-social {
	text-align: center;
	padding: 10px 0 20px 0;
}

#footer .at-icon-wrapper {
	background-color: transparent !important;
}

.addthis_toolbox a {
	margin: 0 30px 0 0 !important;
	text-align: center;
}

.at300b:hover svg {
	fill: #78be20 !important;
}

#footer .footer-divider {
	position: absolute;
	border-left: 2px solid #cecece;
	margin: 0;
	width: auto;
	left: 50%;
	top: 0;
	bottom: 0;
	height: 100%;
}

#footer .list-group {
	border: 0;
}

#footer .list-group-item {
	padding: 5px 0;
	background-color: transparent;
	border: 0;
}

#footer .list-group-item a {
	color: #1a1919;
}

#footer .list-group-item a:hover {
	color: #78be20;
}

#footer .footer-bottom a {
	color: #1a1919;
}

#footer .footer-bottom a:hover {
	color: #78be20;
}

#footer .footer-navigate {
	margin-top: 20px;
}

@media (min-width: 768px) {
	#footer .footer-top {
		text-align: left;
	}

	#footer .footer-navigate {
		margin-top: 0;
	}

	#footer .footer-social {
		text-align: left;
	}
}

/* ----------------------------------------------------
	Find A Site
------------------------------------------------------- */

#autocomplete {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

#map_frame {
	border: 1px solid #e5e5e5;
	border-top: none;
	height: 350px;
	width: 100%;
}

@media (min-width: 768px) {
	#map_frame {
		height: 600px;
	}
}

#map_canvas {
	height: 100%;
	width: 100%;
	margin: 0;
}

#find-a-site .site-inner {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}

#find-a-site .card-img-top {
	width: 50%;
	margin: auto;
}

#find-a-site a .card-footer p {
	color: #3e2b2e;
}

#find-a-site a .card {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}

#find-a-site a .card:hover {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/* ----------------------------------------------------
	Site Display
------------------------------------------------------- */

.badge {
	color: #fff;
}

.badge-green {
	background-color: rgba(120, 190, 32, 1);
}

.badge-green-light {
	background-color: rgba(120, 190, 32, 0.5);
}

.badge-blue {
	background-color: rgba(0, 94, 184, 1);
}

.badge-blue-light {
	background-color: rgba(0, 94, 184, 0.5);
}

.badge-brown {
	background-color: rgba(62, 43, 46, 1);
}

.badge-brown-light {
	background-color: rgba(62, 43, 46, 0.5);
}

.badge-orange {
	background-color: rgba(255, 183, 50, 1);
}

.badge-orange-light {
	background-color: rgba(255, 183, 50, 0.5);
}

.badge-purple {
	background-color: rgba(72, 104, 175, 1);
}

.badge-purple-light {
	background-color: rgba(72, 104, 175, 0.5);
}

.badge-dark-green {
	background-color: rgba(42, 156, 60, 1);
}

.badge-dark-green-light {
	background-color: rgba(42, 156, 60, 0.5);
}

.site-volunteer {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 20px;
}

/* ----------------------------------------------------
	Volunteer
------------------------------------------------------- */

.volunteer-form-part {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 30px;
}

#formVolunteer {
	min-height: 250px;
	position: relative;
}

/* ----------------------------------------------------
	Register
------------------------------------------------------- */

.volunteer-form-part .nav-item {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	margin: 20px;
}

.volunteer-form-part .nav-link {
	color: #3e2b2e;
}

.volunteer-form-part .nav-link.active {
	color: #fff;
	background-color: #3e2b2e;
}

.filter-option {
	/*font-size: 1.2rem;*/
	display: inline-block;
	padding: 0 5px;
	font-size: 1rem;
	color: #1a1919;
	text-transform: none;
}

.filter-option i {
	color: #fff;
	padding: 0 2px;
}

.btn-soft {
	background-color: transparent;
	color: #6d6e6d;
	border-color: #e5e5e5;
	border-radius: 5px;
}

.btn-soft:hover {
	background-color: #e5e5e5;
	color: #6d6e6d;
	/*border-color: #e5e5e5;*/
}

.btn.btn-soft.active {
	background-color: #e5e5e5;
	color: #6d6e6d;
	/*border-color: #e5e5e5;*/
}

#privacy-panel {
	border: 1px solid #ccc;
	padding: 20px;
	margin: 20px 0;
	height: 300px;
}

/* ----------------------------------------------------
	Get Involved
------------------------------------------------------- */

.card-deck.involved .card-title {
	border-radius: 0.25rem 0.25rem 0 0;
	color: #fff;
	background-color: #005ebb;
	text-transform: uppercase;
}

.card-deck.involved .card-body,
.card-deck.involved .card-footer {
	background-color: #fff;
	border-top: none;
}


.register_site {
	background-color: #00A7E1;
	padding: 20px;
	margin: 10px;
	color: #fff;
	font-weight:400;
	border-radius:15px;
	font-size:1rem;
}

#register-site-heading {
    color:#fff;
    text-transform:
    uppercase;
    font-size:2rem;
    font-weight:bold;
}

#involved-tile {
    height: 100%;
    min-height: 200px;
}

#involved-inner-tile {
	background-position: top;
	background-size: cover;
	height: 100%;
	min-height: 250px;
	min-width:300px;
 }

/* ----------------------------------------------------
	Documents
------------------------------------------------------- */

.doc-tile {
	box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
	border-radius: 0.25rem;
}

.doc-tile img {
	width: 100%;
	min-height: 150px;
	border-radius: 10px;
}

.doc-img {
	width: 100%;
	height: 100%;
	min-height: 250px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: top;
}

.doc-tile p strong {
	font-size: 12pt;
}

.doc-tile .small {
	font-size: 9pt;
	color: #6d6e6d;
}

.doc-desc {
	font-size: 12pt;
}

/* ----------------------------------------------------
	News
------------------------------------------------------- */

.tile {
	position: relative;
	/*padding: 20px;*/
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.tile-inner {
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
}

.tile-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	pointer-events: none;
	-webkit-box-shadow: inset 0px -125px 52px -12px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px -125px 52px -12px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px -125px 52px -12px rgba(0, 0, 0, 0.75);
}

@media (min-width: 1024px) {
	.tile:hover {
		-moz-transform: scale(1.05);
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}
}

.news-main-img {
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
	min-height: 250px;
	position: relative;
	margin-bottom: 10px;
}

.news-main-img p,
.news-main-img i {
	color: #ffffff;
	font-size: 0.8rem;
}

.news-body {
	position: absolute;
	padding: 20px 20px 5px 20px;
	bottom: 10px;
}

.news-heading {
	position: absolute;
	top: 0;
	left: 0;
}

.news-card {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	margin-bottom: 20px;
	border-radius: 0;
}

@media (min-width: 1024px) {
	.news-card:hover {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.news-card h6 {
	color: #9e9e9e;
}

.news-card p {
	font-size: 0.8rem;
}

.news-all-info p {
	color: #3e2b2e;
}

.news-title {
	color: #3e2b2e;
	font-size: 10pt;
}

.news-author {
	color: #959494;
	font-size: 8pt;
}

.news-article-title {
	color: #3e2b2e;
	font-size: 18pt;
}

.news-article-author {
	color: #959494;
	font-size: 10pt;
}

.news-article-content {
	color: #3e2b2e;
}

/* .news-article-content p {
  font-weight: 400;
} */

@media (min-width: 768px) {
	.news-article-title {
		font-size: 30pt;
	}

	.news-article-author {
		font-size: 12pt;
	}
}

/* ----------------------------------------------------
	FAQ
------------------------------------------------------- */

.question {
	border: 1px solid silver;
	padding: 20px;
	margin: 20px 0;
}

#faq-question p,
li {
	font-weight: 400;
}

/* ----------------------------------------------------
	SEEDLING BANK
------------------------------------------------------- */

/* Header carousel */
.carousel-item--header {
	background: no-repeat center center scroll;
	background-size: auto;
	background-size: cover;
}

/* mobile header carousel */
.carousel-item--header {
	min-height: 35vh;
}

.carousel-item--header1 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0.1))
		),
		url("/images/new/seedling-header8.jpg");
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
		url("/images/new/seedling-header8,jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
		url("/images/new/seedling-header8.jpg");
}

.carousel-item--header2 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0.1))
		),
		url("/images/new/seedling-header3.jpg");
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
		url("/images/new/seedling-header3.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
		url("/images/new/seedling-header3.jpg");
}

.carousel-item--header3 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0.1))
		),
		url("/images/new/seedling-header4.jpg");
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
		url("/images/new/seedling-header4.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
		url("/images/new/seedling-header4.jpg");
}

.carousel-item--header4 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0.1))
		),
		url("/images/new/seedling-header9.jpg");
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
		url("/images/new/seedling-header9.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
		url("/images/new/seedling-header9.jpg");
}

.carousel-item--header5 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0.1))
		),
		url("/images/new/seedling-header10.jpg");
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
		url("/images/new/seedling-header10.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
		url("/images/new/seedling-header10.jpg");
}

.carousel-item--header6 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0.1))
		),
		url("/images/new/seedling-header11.jpg");
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
		url("/images/new/seedling-header11.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
		url("/images/new/seedling-header11.jpg");
}

.carousel-item--header7 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0.1))
		),
		url("/images/new/seedling-header13.jpg");
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
		url("/images/new/seedling-header13.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
		url("/images/new/seedling-header13.jpg");
}



.carousel-item--donate-header1 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0.1))
		),
		url("/images/new/donate-header1.jpg");
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
		url("/images/new/donate-header1.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
		url("/images/new/donate-header1.jpg");
}

.carousel-item--donate-header2 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0.1))
		),
		url("/images/new/donate-header2.jpg");
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
		url("/images/new/donate-header2.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
		url("/images/new/donate-header2.jpg");
}

.carousel-item--donate-header3 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0.1))
		),
		url("/images/new/donate-header3.jpg");
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
		url("/images/new/donate-header3.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
		url("/images/new/donate-header3.jpg");
}

.carousel-item--donate-header4 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0.1))
		),
		url("/images/new/donate-header4.jpg");
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
		url("/images/new/donate-header4.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
		url("/images/new/donate-header4.jpg");
}

.carousel-item--donate-header5 {
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.5)),
			to(rgba(0, 0, 0, 0.1))
		),
		url("/images/new/donate-header5.jpg");
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
		url("/images/new/donate-header5.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1)),
		url("/images/new/donate-header5.jpg");
}


.section--brown-light {
	background-color: #a39382;
}

.section--brown-dark {
	background-color: #3e2b2e;
}

.bg-img--intro {
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)),
		url("/images/masters/image-7892-2017-ntd-group-holding-plants-cropped-to-feature-hands-only.jpg");
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.6)),
			to(rgba(0, 0, 0, 0.5))
		),
		url("/images/masters/image-7892-2017-ntd-group-holding-plants-cropped-to-feature-hands-only.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)),
		url("/images/masters/image-7892-2017-ntd-group-holding-plants-cropped-to-feature-hands-only.jpg");
	width: 100%;
	height: 100%;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
}

blockquote {
	font-family: "NexaSlabRegular";
	color: white;
}

.blockquote--large {
	font-size: 1.75rem;
}

.blockquote-footer {
	color: #babfc4;
}

.border-none {
	border: none;
}

.hotspot--inactive {
	opacity: 75%;
}

.hotspot--active {
	opacity: 100%;
}

/* inner circles on map hotspots */
.hotspot--inactive:hover {
	cursor: pointer;
	opacity:50%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

section.section--brown-dark h3,
section.section--brown-dark p {
	color: white;
}

#beneficiaries .card-body h3,
#beneficiaries .card-body p {
	color: inherit;
}

.carousel-item--benef {
	background: no-repeat center center scroll;
	background-size: auto;
	background-size: cover;
	min-height: 75vh;
	max-height: 100vh;
}

.carousel-item__kaleen {
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/sb-benefs/kaleen.jpg");
}

.carousel-item__tooborac {
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/sb-benefs/tooborac.jpg");
}

.carousel-item__broken-hill {
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/sb-benefs/broken-hill.jpg");
}

.carousel-item__oxley {
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/sb-benefs/oxley.jpg");
}

.carousel-item__katherine {
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/sb-benefs/katherine.jpg");
}

/*.carousel-item--wa {
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/new/benef-wa.jpg");
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.4)),
			to(rgba(0, 0, 0, 0.6))
		),
		url("/images/new/benef-wa.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/new/benef-wa.jpg");
}

.carousel-item--qld {
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/new/benef-qld.jpg");
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.4)),
			to(rgba(0, 0, 0, 0.6))
		),
		url("/images/new/benef-qld.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/new/benef-qld.jpg");
}

.carousel-item--qld-2 {
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/new/benef-qld-2.jpg");
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.4)),
			to(rgba(0, 0, 0, 0.6))
		),
		url("/images/new/benef-qld-2.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/new/benef-qld-2.jpg");
}

.carousel-item--nsw {
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/new/benef-nsw.jpg");
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.4)),
			to(rgba(0, 0, 0, 0.6))
		),
		url("/images/new/benef-nsw.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/new/benef-nsw.jpg");
}

.carousel-item--sa {
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/new/benef-sa.jpg");
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.4)),
			to(rgba(0, 0, 0, 0.6))
		),
		url("/images/new/benef-sa.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/new/benef-sa.jpg");
}

.carousel-item--sa-2 {
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/new/benef-sa-2.jpg");
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.4)),
			to(rgba(0, 0, 0, 0.6))
		),
		url("/images/new/benef-sa-2.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/new/benef-sa-2.jpg");
}

.carousel-item--sa-3 {
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/new/benef-sa-3.jpg");
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.4)),
			to(rgba(0, 0, 0, 0.6))
		),
		url("/images/new/benef-sa-3.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/new/benef-sa-3.jpg");
}

.carousel-item--qld-3 {
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/new/benef-qld-3.jpg");
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.4)),
			to(rgba(0, 0, 0, 0.6))
		),
		url("/images/new/benef-qld-3.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/new/benef-qld-3.jpg");
}

.carousel-item--vic {
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/new/benef-vic.jpg");
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.4)),
			to(rgba(0, 0, 0, 0.6))
		),
		url("/images/new/benef-vic.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/new/benef-vic.jpg");
}

.carousel-item--vic-2 {
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/new/benef-vic-2.jpg");
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.4)),
			to(rgba(0, 0, 0, 0.6))
		),
		url("/images/new/benef-vic-2.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/new/benef-vic-2.jpg");
}

.carousel-item--nsw-2 {
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/new/benef-nsw-2.jpg");
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.4)),
			to(rgba(0, 0, 0, 0.6))
		),
		url("/images/new/benef-nsw-2.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/new/benef-nsw-2.jpg");
}

.carousel-item--nsw-3 {
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/new/benef-nsw-3.jpg");
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(0, 0, 0, 0.4)),
			to(rgba(0, 0, 0, 0.6))
		),
		url("/images/new/benef-nsw-3.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
		url("/images/new/benef-nsw-3.jpg");
}*/

.carousel-caption h5 {
	color: white;
}

.carousel-text--mobile {
	font-size: 0.9rem;
}
.carousel-heading--mobile {
	font-size: 1rem;
}

@media (min-width: 992px) {
	.carousel-item--header {
		min-height: 65vh;
	}

	#ausMap {
		max-width: 75%;
	}
}

/* Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) {
	.carousel {
		margin-top: 90px;
	}
} */


#hr__green {
	border: 2px solid #00BC70;
}

.tile-header-blue h3 {
	background-color: #00A7E1;
}

.tile-header h3 {
	background-color: #00BC70;
    padding: 5px 20px 5px 20px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}

#info-tile {
    height: 100%;
    min-height: 200px;
}


#lesson {
    height: 100%;
    min-height: 200px;
}

.tile-inner {
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center;
}

#subnav-icon {
	color: #fff;
	outline:none;
	border:none;
}

#subNavToggler:focus {
	outline:none;
	border:none;
/* 	transform: rotate(90deg); */
}

#subnav-icon:hover {
	color: #78be20;
}

#subNavToggler {
	border:none;
}

.sharethis-inline-follow-buttons{
	width: 150px;
}

.rotate {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.rotate.down {
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}


.pledge-form-input input {
	text-align: center;
}

.pledge-form-input label {
	color: #6f727d;
	font-size: 10pt;
}

.pledge-form-input .btn-submit {
	color: #fff;
	background-color: #3e2b2e;

}

.pledge-form-input .form-control::placeholder {
	font-size: 0.9rem;
}


