/*@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i');*/
/*
Theme Name: CAGBN2017
Author: Nicholas Hartsog
Author URI: http://hartsogdesign.com
Description: 
Version: 2.0
License: GNU General Public License
License URI: license.txt
Tags: light, white, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, threaded-comments, translation-ready

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
.testonly {
	color: #ccc;
}
/* Fonts
-----------------*/
	@font-face {
		font-family: 'montserratregular';
		src: url('fonts/montserrat-regular-webfont.eot');
		src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
			 url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
			 url('fonts/montserrat-regular-webfont.woff') format('woff'),
			 url('fonts/montserrat-regular-webfont.ttf') format('truetype'),
			 url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'montserratlight';
		src: url('fonts/montserrat-light-webfont.eot');
		src: url('fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
			 url('fonts/montserrat-light-webfont.woff2') format('woff2'),
			 url('fonts/montserrat-light-webfont.woff') format('woff'),
			 url('fonts/montserrat-light-webfont.ttf') format('truetype'),
			 url('fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'montserratbold';
		src: url('fonts/montserrat-bold-webfont.eot');
		src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
			 url('fonts/montserrat-bold-webfont.woff2') format('woff2'),
			 url('fonts/montserrat-bold-webfont.woff') format('woff'),
			 url('fonts/montserrat-bold-webfont.ttf') format('truetype'),
			 url('fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'gothambold';
		src:
			 url('fonts/gotham-bold-webfont.eot'),
			 url('fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
			 url('fonts/gotham-bold-webfont.woff2') format('woff2'),
			 url('fonts/gotham-bold-webfont.woff') format('woff'),
			 url('fonts/gotham-bold-webfont.ttf') format('truetype');
			 url('fonts/gotham-bold-webfont.svg#gothambold') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'gothammedium';
		src:
			 url('fonts/gotham-medium-webfont.eot'),
		     url('fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
			 url('fonts/gotham-medium-webfont.woff2') format('woff2'),
			 url('fonts/gotham-medium-webfont.woff') format('woff'),
			 url('fonts/gotham-medium-webfont.ttf') format('truetype');
			 url('fonts/gotham-medium-webfont.svg#gothammedium') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'gothamlight';
		src:
				url('fonts/Gotham-Light.eot'),
				url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
				/*url('fonts/Gotham-Light.woff2') format('woff2'),*/
				url('fonts/Gotham-Light.woff') format('woff'),
				url('fonts/Gotham-Light.ttf') format('truetype');
				url('fonts/Gotham-Light.svg#gothammedium') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	@font-face {
		font-family: 'gothambook';
		src:
			 url('fonts/gotham-book-webfont.eot'),
			 url('fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
			 url('//gbca.pier2marketing.com/wp-content/themes/cagbn2017/fonts/gotham-book-webfont.woff2') format('woff2'),
			 url('//gbca.pier2marketing.com/wp-content/themes/cagbn2017/fonts/gotham-book-webfont.woff') format('woff'),
			 url('//gbca.pier2marketing.com/wp-content/themes/cagbn2017/fonts/gotham-book-webfont.ttf') format('truetype'),
			 url('fonts/gotham-book-webfont.svg#gothambook') format('svg');
		font-weight: normal;
		font-style: normal;
	}
/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
#main{
	min-height: 60vh;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 1.12em 1.5em 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* =Structure
----------------------------------------------- */

.site {
	margin: 0;
	padding: 0;
}
#primary {
	clear: both;
}
/* =Content
----------------------------------------------- */

.hentry {
	margin: 0;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
	min-height: 500px;
}
iframe{
	min-height: 580px;
 }

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/*---------------------------------------------------------------------------------------------------- */

/* Step page */
.steps a, .steps a:link, .steps a:visited, .steps a:active, .steps a:hover {
	cursor: pointer;
	text-decoration: none;
	outline: none;
}
.col{
	float: left;
	position: relative;
}
.col-100{ width: 100%; }
.col-90{ width: 90%; }
.col-95{ width: 95%; }
.col-80{ width: 80%; }
.col-75{ width: 75%; }
.col-70{ width: 70%; }
.col-66{ width: 66.6666%; }
.col-60{ width: 60%; }
.col-50{ width: 50%; }
.col-55{ width: 55%; }
.col-49{ width: 49%; }
.col-45{ width: 45%; }
.col-40{ width: 40%; }
.col-30{ width: 30%; }
.col-33{ width: 33.3333%; }
.col-25{ width: 25%; }
.col-20{ width: 20%; }
.col-16{ width: 16.6666%; }
.col-10{ width: 10%; }
.col-5{ width: 5%; }

.steps h1{
	font-size: 36px;
}
.content{
	position: relative;
	margin: 30px 0 50px;
	text-align: center;
}
.welcome{
	margin: 60px 0 0;
	padding-bottom: 50px;
	display: inline-block;
	width: 75%;
}
.welcome .title{
	text-transform: uppercase;
	color: #3d8745;
	padding-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.welcome p{
	margin: 0 5% 5px;
}
.welcome .btn{
	margin: 10px 0 15px;
	width: 60%;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	border-color: #999999;
	color: #999999;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.42857143;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	white-space: normal;
	text-decoration: none;
}
.btn-white-outline {
	color: #e6e6e6;
	background-color: #fff;
	border-color: #e6e6e6;
}
.btn-white:hover,
.btn-white-outline:hover{
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-green {
	color: #fff;
	background-color: #3d8745;
	border-color: #3d8745;
}
.btn-green:hover,
.btn-green.active{
	color: #fff;
	background-color: #3d8745;
	border-color: #3d8745;
}
.btn-lg {
	padding: 10px 30px;
	font-size: 18px;
	line-height: 1.7;
	border-radius: 7px;
}
#masthead .secondary-nav a.header-btn{
	color: #fff;
	background-color: #127D09;
	border-color: #127D09;
	text-transform: capitalize;
	margin-left: 10px;
}
#masthead .secondary-nav a.header-btn:hover, #masthead .secondary-nav a.header-btn.active{
	color: #127D09;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.circle{
	display: block;
	height: 50px;
	width: 50px;
	padding: 50px;
	margin: 0 auto 40px;
	color: #6fb750;
	background-color: #ffffff;
	border: 5px solid #e6e6e6;
	border-radius: 100px;
	font-size: 77px;
	line-height: 45px;
	font-weight: 300;
}
.circle-line{
	position: absolute;
	display: block;
	height: 5px;
	background: #e6e6e6;
	width: 100%;
	top: 80px;
	left: 50%;
	z-index: -1;
}
.circle:hover{
	color: #fff;
	background: #6fb750;
	border-color: #fff;
	font-weight: 500;
}

/* Header
----------------------------------------------- */
	#masthead {
		position: fixed;
		width: 100%;
		/*width: auto;*/
		top: 0;
		left: 0;
		padding: 0 18px;
		z-index: 1000;
		background-color: #ffffff;
		height: 85px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	#masthead .header-content {
		max-width: 1200px;
		margin: auto;
	}
	#masthead .brand {
		position: fixed;
		top: 25px;
		left: auto;    
	}
	#masthead .brand.program-brand{
		top: 19px;
	}
	#masthead .brand img {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		border-radius: 30px 0;		
	}
	#masthead .secondary-nav {
		float: right;
		margin-top:10px;
	}
	#masthead .secondary-nav a {
		font-size: 16px;
		color: #ababab;
		text-decoration: none;
		margin-left: 25px;
		border: 1px solid #76bd1d;
		padding: 5px 15px;
		border-radius: 5px;
		font-weight: 600;
	}
	#masthead .secondary-nav a:hover {
		color: #000000;
	}
	
/* Navigation
----------------------------------------------- */
	
	.main-navigation {
		display: block;
		float: right;		
		position: relative;
		top: 20px;
		clear: both;
	}
	.main-navigation ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	.main-navigation ul li {
		float: left;
		position: relative;
		padding: 0 0 0 30px;
		height: 60px;
	}
	.main-navigation ul li a {
		display: block;
		text-decoration: none;
		font-size: 14px;
		color: #76bd1d;
		text-transform: uppercase;
		font-weight: bold;
	}
	.main-navigation ul li a:hover {
		color: #76bd1d;
	}	
	.main-navigation ul ul{
		visibility: hidden;
		opacity: 0;
		position: absolute;
		width: auto;
		z-index: 999;		
		height: 0px;
		top: 25px;
		background-color: white;
		transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

	/* .main-navigation ul ul {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 60px;
		left: 0px;
		display: block;
		width: 200px;
		z-index: 999;		
		height: 0px;
		background-color: #009DAC;
		transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
		padding: 25px 0px 35px 0px;    
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	} */
	.main-navigation ul ul a {
		color: #76bd1d;
		font-size: 14px;
	}
	.main-navigation ul ul li {
		float: none;
		height: auto;
		padding: 0;
		visibility: hidden;
		transition: visibility 0s linear 0.2s;
	}
	.main-navigation ul ul li a {
		padding: 5px 5px;
		text-transform: capitalize;
	}	
	/* .main-navigation ul ul li:hover {
		background-color: #ffffff; 
	}	*/
	.main-navigation ul ul li:hover a {
		color: #76bd1d;	
	}
	.main-navigation ul li:hover > ul {
		visibility: visible;
		 height: initial; 
		z-index: 999;
		opacity: 1;
		transform: translateY(0%);
		transition-delay: 0s, 0s, 0.3s; 
	}
	.main-navigation ul li:hover > ul li {
		visibility: visible;
	}	
		@media all and (min-width: 1600px) {
			.main-navigation a {
				font-size: 16px;
			}			
		}

/* Small menu */

	.menu-toggle {
		cursor: pointer;
	}
	.main-small-navigation .menu {
		display: none;
	}

/* Hero Section
----------------------------------------------- */

	section.hero {
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		height: 700px;
		background-position-y: 50%;
		background-position-x: 50%;
		position: relative;
	}
	.hero-content {
		position: absolute;
		color: #FFFFFF;
		text-align: center;
		padding-top: 300px;
		z-index: 5;		
		width: 100%;
	}	
	section.hero-video {
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		height: 500px;
		background-position-y: 35%;
		position: relative;
	}
	section.hero-video .hero-content {
		position: absolute;
		height: 350px;
		color: #FFFFFF;
		text-align: center;
		padding-top: 150px;
		z-index: 5;		
		width: 100%;
		background-color: rgba(0, 0, 0, 0.30);
	}
	.hero-content h1{
		font-size: 68px;
		letter-spacing: -1px;
		line-height: 71px;
		text-transform: uppercase;
		font-family: 'gothambold', sans-serif;
	}
	.hero-content h6,
	.hero-content p {	
		font-size: 22px;
		line-height: 36px;
		margin: auto;
		margin-top:20px;
		color: #ffffff;
	}
	.hero-content a {
		color: #ffffff;
		font-size: 16px;
		font-weight: bold;
		border: 2px solid #ffffff;
		text-transform: uppercase;
		padding: 20px 50px;
		border-radius: 15px;
		text-decoration: none;
		display: inline-block;
		margin-top: 30px;
		line-height: initial;
		min-width: 145px;
	}
	.hero-content a:hover {
		background-color: #ffffff;
		color: #76bd1d;
	}

	/* Makes a fixed background wrapper
	which the user cannot interact with */
	.hero-iframe-wrapper {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 500px;
	  z-index: 0;
	  pointer-events: none;
	  overflow: hidden;
	}

	/* Make the iframe keep an aspect ratio, and
	position it in the middle of its parent wrapper*/
	.hero-iframe-wrapper iframe {
	  width: 100vw;
	  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	  min-height: 100vh;
	  min-width: 177vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	}
/* General Page Elements
----------------------------------------------- */
	h2 {
		font-size: 32px;
		color: #76bd1d;
		font-weight: bold;
	}
	p {
		font-size: 18px;
		color: #474747;
	}
	#page {
		position: relative;
		top: 85px;
	}
	
/* Homepage styling 
----------------------------------------------- */
	.homepage .intro {
		padding: 50px 30px;
		max-width: 1200px;
		margin: auto;
	}
	.homepage .intro #content {
		width: 50%;
		float: left;
		margin-top: 45px;
	}
	.homepage .intro .intro-aside {
		width: 39%;
		float: right;
	}
	
	
	.homepage .why-join {
		background-size: cover !important;
		clear: both;
		padding: 60px 30px 70px 30px;
	}
	.homepage .why-join-content {
		max-width: 1200px;
		margin: auto;		
	}
	.homepage .why-join-intro {
		text-align: center;
		max-width: 550px;
		margin: auto;
	}
	.homepage .why-join-intro h2, .why-join-intro p {
		color: #ffffff;
	}
	.homepage .why-join-item {
		width: 27%;
		margin: 3%;
		float: left;
		text-align: center;
	}
	.homepage .why-join-item h3 {
		font-weight: bold;
		font-size: 24px;	
		color: #ffffff;		
		padding-bottom: 10px;
	}
	.homepage .why-join-item p {
		font-size: 16px;	
		color: #ffffff;	
	}
	.homepage .why-join-button {
		clear: both;
		text-align: center;
	}
	.homepage .why-join-button a {
		border: 2px solid #ffffff;
		border-radius: 10px;
		text-transform: uppercase;
		font-weight: bold;
		text-decoration: none;
		padding: 20px 40px;
		color: #ffffff !important;
	}
	.homepage .why-join-button a:hover {
		background-color: #ffffff;
		color: #76bd1d !important;
	}
	.homepage .green-businesses-container {
		text-align: center;
		padding: 70px 0 20px 0;
	}
	.homepage .green-businesses-container a {
		text-decoration: none;
		padding: 10px;
	}
	.homepage .green-businesses-container .green-businesses-intro {
		max-width: 600px;
		margin: auto;
		margin-bottom: 40px;
	}
	.homepage .green-businesses-container .green-business {
		display: inline-block;
		padding: 30px;
	}	
	.homepage .green-businesses-container a .logo {
		max-width: 200px;
		max-height: 100px;
	}	
	
	.homepage .green-business-search {
		background-color: #f6f6f6;
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.homepage .green-business-search-intro {
		text-align: center;
		max-width: 600px;
		margin: auto;
		padding-bottom: 50px;
	}
	.homepage .green-business-search-intro p {
		margin-bottom: 0;
	}	
	.homepage .green-business-search-filters {
		text-align: center;
		padding-bottom: 60px;
	}	
	.homepage .green-business-search-filters select {
		padding: 10px 20px;
		margin: 0 20px;
	}
	.homepage .green-business-search-button {
		clear: both;
		text-align: center;
	}
	.homepage .green-business-search-button a {
		border: 2px solid #76bd1d;
		border-radius: 10px;
		text-transform: uppercase;
		font-weight: bold;
		text-decoration: none;
		padding: 20px 40px;
		color: #76bd1d !important;
	}
	.homepage .green-business-search-button a:hover {
		background-color: #76bd1d;
		color: #ffffff !important;
	}	

/* Testimonials Module
----------------------------------------------- */	
	
	.homepage #testimonials {
		/*background: linear-gradient(to bottom, #ffffff 49%, #f6f6f6 51%);*/
		/*padding: 0 50px 70px 50px;*/
		padding: 0;
	}
	.why-get-certified #testimonials {
		/*background: linear-gradient(to bottom, #ffffff 49%, #76bd1d 51%);*/
		padding: 0 50px 30px 50px;
	}
	#testimonials .slide-wrap {
		width: 100%;
	}
	#testimonials .slide {
		max-width: 800px;
		/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
		/*background-color: #ffffff;		*/
		/*margin: auto;*/
		padding: 45px 50px 30px;
		/*min-height: 260px;*/
		/*margin-top: 20px;*/
		/*margin-bottom: 80px;*/
	}
	#testimonials .slide .image {
		background-size: cover;
		width: 190px;
		height: 190px;
		border-radius: 100%;
		margin-right: 60px;	
		float: left;
		margin-bottom: 40px;
	}
	#testimonials .slide .text {
		font-size: 24px;
	}
	#testimonials .slide .name {
		font-weight: bold;
	}	
	#testimonials .slide .slide-controllers {
		color: #1a8648;
	}
	#testimonials .slide .slide-controllers .prevControl {
		position: absolute;
		top: 50%;
		left: 10px;
	}
	#testimonials .slide .slide-controllers .nextControl {
		position: absolute;
		top: 50%;
		right: 10px;
	}
/* "How, What, Why" Pages
----------------------------------------------- */	

	.page-template-page-what-is-a-certified-business .hero,
	.page-template-page-why-get-certified .hero,
	.page-template-page-how-to-get-certified .hero,
	.program .hero{
		height: 425px;
		background-position-y: 35%;
	}
	.page-template-page-what-is-a-certified-business .hero-content,
	.page-template-page-why-get-certified .hero-content,
	.page-template-page-how-to-get-certified .hero-content,
	.program .hero-content{
		padding-top: 175px !important;
	}
	.page-template-page-what-is-a-certified-business .hero h1,
	.page-template-page-why-get-certified .hero h1,
	.page-template-page-how-to-get-certified .hero h1,
	.program .hero h1{
		font-size: 55px;
	}

	.what-is-a-green-business .intro,
	.why-get-certified .intro,
	.how-to-get-certified .intro {
		max-width: 750px;
		margin: auto;
		text-align: center;
		margin-top: 70px;
		margin-bottom: 60px;
	}

	.areas-of-green-compliance {
		background-color: #f1f8e8;
	}
	.areas-of-green-compliance .container {
		max-width: 1000px;
		margin: auto;
		padding-top: 70px;
		padding-bottom: 50px;
	}
	.areas-of-green-compliance-intro {
		max-width: 600px;
		margin: auto;
		text-align: center;
	}
	.areas-of-green-compliance-intro h2 {
		color: #000000;
		font-size: 24px;
	}
	.green-compliance-items-container {
		margin-top: 40px;
		text-align: center;
		padding-top: 50px !important;
	}
	.green-compliance-item {
		width: 20%;
		text-align: center;
		padding: 2%;
		display: inline-block;
		vertical-align: top;
	}
	.green-compliance-item p {
		font-size: 16px !important;	
	}
		
	.fun-fact {
		background: linear-gradient(to bottom, #f1f8e8 49%, #ffffff 51%);
		margin-bottom: 50px;
	}
	.fun-fact .container {
		max-width: 1200px;
		margin: auto;	
	}	
	.fun-fact .container .left,
	.fun-fact .container .right {
		display: inline-block;
		height: 470px;
		vertical-align: top;
	}
	.fun-fact .container .left {
		width: 50%;
		background-color: #76bd1d;
		float: left;
	}
	.fun-fact .container .left .content {	
		padding: 120px;
	}
	.fun-fact .container .left .content p {
		color: #ffffff;	
		font-size: 24px;
	}
	.fun-fact .container .right {
		width: 49%;
		background-size: cover !important;
	}

	.reasons-to-become-green-business-partner {
		max-width: 900px;
		margin: auto;
	}
	.reason-to-become-green-business-partner {
		clear: both;
		margin-bottom: 25px;
		display: inline-block;
	}
	.reason-to-become-green-business-partner .image {
		float: left;
		margin-right: 25px;
	}
	.reason-to-become-green-business-partner .content p {
		margin-bottom: 10px !important;
	}
	.reason-to-become-green-business-partner .content p strong {
		font-family: 'gothambold';
	}
	.steps-to-become-green-business-partner {
		max-width: 900px;
		margin: auto;
	}
	.step-to-become-green-business-partner {
		border-top: 1px solid #ccc;
		padding: 40px 0;
		clear: both;
	}
	.step-to-become-green-business-partner .content {
		min-height: 170px;
	}
	.step-to-become-green-business-partner h3 {
		clear: none;
		font-size: 24px;
		font-family: 'gothambold';
	}	
	.step-to-become-green-business-partner h6 {
		clear: none;
		font-size: 16px;
		font-weight: bold;
		color: #76bd1d;
	}
	.step-to-become-green-business-partner:nth-child(odd) img {
		float: left;
		margin-right: 30px;
	}
	.step-to-become-green-business-partner:nth-child(even) img {
		float: right;
		margin-left: 30px;
	}

/* "Need More Info?" Module
----------------------------------------------- */	

	.more-info {
		max-width: 1000px;
		margin: auto;
		margin-bottom: 20px;
	}
	.more-info-intro {
		text-align: center;
		padding-top: 80px;
		padding-bottom: 20px;
	}
	.more-info-item {
		width: 31%;
		text-align: center;
		display: inline-block;
		vertical-align: top;
		padding: 1%;
	}
	.more-info-item a {
		text-decoration: none;
		border-radius: 10px;
		display: inline-block;
	}
	.more-info-item a:hover {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	.more-info-item .image {
		height: 280px;
		background-size: cover !important;
		margin-bottom: 20px;
	}
	.more-info-item h3 {
		font-size: 20px;
		color: #000000;
		font-weight: bold;
	}
	.more-info-item p {
		font-size: 16px;
		padding: 1%;
	}

/* Sign-Up Bar Module
----------------------------------------------- */	

	.sign-up-bar {
		background-color: #76bd1d;
	}
	.sign-up-bar .container {
		max-width: 450px;
		margin: auto;
		text-align: center;
		padding: 40px 0 80px 0;
	}
	.sign-up-bar .container h2 {
		color: #ffffff;
		margin-bottom: 40px;
	}
	.sign-up-bar .container .sign-up-button {
		border: 2px solid #ffffff;
		border-radius: 10px;
		text-transform: uppercase;
		font-weight: bold;
		text-decoration: none;
		padding: 20px 40px;
		color: #ffffff !important;
	}
	.sign-up-bar .container .sign-up-button:hover {
		background-color: #ffffff;
		color: #76bd1d !important;
	}
		
/* Green Economy Flyer Page
----------------------------------------------- */
		
	.green-economy-flyer {
		text-align: center;
	}			
	.green-economy-flyer .container {
		text-align: center;
		padding: 80px 20px;
	}	
	.green-economy-flyer .header img{
		max-width: 1000px;
		padding-bottom: 50px;
		width: 90%;
	}
	.green-economy-flyer .col-left,
	.green-economy-flyer .col-right {
		width: 49%;
		display: inline-block;
		vertical-align: top;
		padding-bottom: 70px;
	}
	.green-economy-flyer .col-left img {
		padding-bottom: 2%;
	}	
	.green-economy-flyer .col-right img {
		padding-bottom: 1%;
	}
	.green-economy-flyer .col-left {
		padding-right: 1%;
	}
				
	.green-economy-flyer .green-bar {
		background-color: #6eb952;
		padding: 70px 50px;
	}
	.green-economy-flyer .green-bar img {
		max-width: 1500px;
		width: 90%;
	}

/* Contact Us
----------------------------------------------- */
	.contact-intro {
		font-size: 18px;
		max-width: 750px;
		margin: auto;
		text-align: center;
		margin-top: 70px;
		margin-bottom: 60px;
	}
	#hero-contact {
		height: 425px;
		background-position-y: 50%;
	}
	#hero-contact .hero-content {
		padding-top: 175px !important;
	}
	#hero-contact h1 {
		font-size: 55px;
	}		
	
	.jurisdictions {
		max-width: 1000px;
		margin: auto;
		margin-bottom: 80px;
	}
	.jurisdiction {
		width: 30%;
		padding-left: 3%;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 40px;	
		min-height: 100px;
		box-sizing: border-box;
	}
	.jurisdiction h3 {
		color: #6fb751;
		font-size: 16px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.jurisdiction p {		
		font-size: 13px;
		margin-bottom: 0;
	}
	.jurisdiction a {
		color: #6fb751;
	}
	.pagination{
		margin: 0 10px;
	}
	span.page_number {
		display: inline-block;
		margin: 0 10px;
		background-color: #aaaaaaaa;
		padding: 0 5px;
		border-radius: 5px;
	}
		
/* Footer
----------------------------------------------- */

	footer {
		background-color: #1a8648;
		border-top: none;		
		/* min-height: 400px; */
		font-size: 16px;
		clear: both;
		color: #ffffff;
		padding-top: 40px;
		display: flex;
		justify-content: center;
	}
	footer .footer-content {
		max-width: 1050px;
		margin: auto;
		padding-bottom: 50px;
	}
	footer .footer-content h3 {
		font-weight: bold;
		font-family: 'gothambold';
	}
	footer .footer-content a {
		text-decoration: none;
		color: #ffffff;
	}
	footer .footer-content a:hover {
		font-weight: bold;
		text-decoration: underline;
	}
	footer .footer-content ul {
		list-style-type: none;
		margin: 0;
	}
	footer .footer-content ul li {
		margin-top: 5px;
	}
	footer .footer-content .footer-item {
		float: left;
		padding-right: 6%;
		width: 300px;
		max-width: 19%;
	}
	footer .footer-content .footer-menu {
		width: 17%;
	}
	footer .footer-content .footer-signup {
		padding-right: 0;
		max-width: initial;
	}
	footer .footer-content .footer-signup .mc-field-group {
		float: left;
		max-width: 170px;
	}
	footer .footer-content .footer-signup input[type=email] {
		border: 3px solid #75be43;
		border-radius: 10px;
		background-color: #1a8648;
		background-repeat: no-repeat !important;
		padding: 12px 4%;
		color: #ffffff;
		width: 100%;
	}
	footer .footer-content .footer-signup .signup-button {
		float: right;
	}
	footer .footer-content .footer-signup input[type=email]::placeholder {
		color: #cccccc;
		font-style: italic;
	}
	footer .footer-content .footer-bottom {
		font-size: 13px;
		clear: both;
		margin-left: 35px;
		padding-top: 50px;
	}
	footer .footer-content .footer-bottom.project-funding {
		max-width: 700px;
		margin: 0px auto;
		padding: 0 10px;
		padding-top: 40px;
	}
	footer .footer-content .footer-bottom .copy {
		padding-right: 30px;		
	}
	footer .footer-content .footer-bottom a {
		padding-right: 15px;
	}
	footer .footer-content .footer-bottom a img {
		vertical-align: middle;
	}
	footer .footer-content .footer-bottom .extra-links {
		padding-right: 50px;
	}
	footer .footer-content .footer-bottom .copy,
	footer .footer-content .footer-bottom .extra-links,
	footer .footer-content .footer-bottom .social	{
		display: inline;
	}

/* Misc Pages */

	.terms-of-service h2,
	.privacy-policy h2 {
		font-size: 32px;
		line-height: 40px;
		padding-bottom: 20px;
	}
	
	article.error404 {
		padding: 80px;
		text-align: center;
	}
	article.error404 h1 {
		font-size: 34px;
	}
	article.error404 p {
		margin: 0;
		padding: 20px 0;
	}	
	article.error404 a {
		font-weight: bold;
	}
	
	article.no-results {
		padding: 80px;
		text-align: center;
	}
	article.no-results h1 {
		font-size: 34px;
	}
	article.no-results p {
		margin: 0;
		padding: 20px 0;
	}	
	article.no-results a {
		font-weight: bold;
	}
	
	.search-results .site-main {
		padding: 80px;
	}
	.search-results h1.page-title {
		font-size: 34px;
	}
	.search-results article {
		padding: 20px 0;
	}
	.search-results article footer.entry-meta {
		display: none;		
	}
	
	.visitor-sitemap h1 {
		font-size: 40px;
	}
	.visitor-sitemap .sitemap-col1,
	.visitor-sitemap .sitemap-col2,
	.visitor-sitemap .sitemap-col3 {
		width: 30%;
		padding: 1%;
		float: left;
	}
	.visitor-sitemap .sitemap-col3 {
		text-align: center;
		border-left: 1px solid #ccc;
	}
	.visitor-sitemap a {
		text-decoration: none;	
		color: #40c8f4;
		padding-left: 20px;
	}
	.visitor-sitemap h3 {
		padding-top: 20px;
	}
	.visitor-sitemap h3 a {
		font-weight: bold;
		color: #00668f;
		padding-left: 0;
	}
	.simple-page-content {
	    max-width: 1200px;
	    margin: 120px auto;
	}
	.page-template-simple .simple-page-content h3 {
	    font-size: 28px;
        color: #3d8745;
	}
	.page-template-simple .simple-page-content h4 {
	    font-size: 18px;
        color: #3d8745;
        padding-top: 25px;
        font-weight: 700;
	}
	.page-template-simple .simple-page-content p {
	    margin: 0;
	}
	.page-template-simple .simple-page-content a {
	    color: #3d8745;
	}
	.page-template-simple .simple-page-content ul {
	    margin-left: 15px;
	    margin-top: 10px;
	}
	.page-template-simple .simple-page-content ul li {
	    list-style-type: none;
	    font-size: 18px;
	}
	.page-template-simple .simple-page-content ul li ul {
	    margin-left: 35px;
	    margin-bottom: 10px;
	}
	.page-template-simple .simple-page-content ul li ul li {
	    list-style-type: disc;
	}
	.page-template-simple .simple-page-content em, .page-template-simple .simple-page-content i {
	    padding-top: 20px;
	    display: inline-block;
	}
	.page-template-simple .simple-page-content p + p {
	    padding-top: 15px;
	}
	.page-template-simple .simple-page-content span,
	.page-template-simple .simple-page-content p span {
        color: #3d8745;
	}

/* Hide for now */
	.comment-container span.says {
		display: none;  /* Hide "Nicholas SAYS:" */
	}
	.comment-container .comment-edit-link {
		display: none;  /* Hide "Edit" */
	}
	.event_image img{
		width: 100%;
	}

.p-label {
	margin: 20px 0 10px;
	padding-bottom: 0;
	text-transform: uppercase;
	color: #999999;
	font-size: 15px;
	line-height: 19px;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
}
.padding_top_bot_3p {
	padding-top: 3%;
	padding-bottom: 3%;
}
.lite-green {
	color: #6fb750 !important;
}
.padding_top3p {
	padding-top: 3%;
}
.clear:after {
	display: block;
	content: " ";
	clear: both;
}
.width30{
	width: 30%;
	float: left;
}
.width40{
	width: 40%;
	float: left;
}
.single_business{
	margin: 0 15px;
}
.cell-padding{
	padding: 10px;
	word-wrap: break-word;
}
.margin-0 {
	margin: 0 !important;
}
.uppercase {
	text-transform: uppercase;
}
/*--------------------------------------------------------*/
/* BECOME BUSINESS                                       */
/*--------------------------------------------------------*/
.become-gb, .become-gb p{
	font-family: 'gothamlight', sans-serif;
	color: #474747;
}
.special-container{
	max-width: 1200px;
	margin: 0 auto;
}
.become-gb .container{
	margin: 0 40px;
	background-color: inherit;
}
.become-gb .container-content{
	position: relative;
	margin: 0 40px;
	text-align: center;
	padding: 50px 0;
}
.become-gb .logo-img img{
	margin: 5px 0 30px 0;
	width: 70%;
}
.become-gb .header-text{
	font-size: 20px;
	line-height: 36px;
	font-family: "gothambold", sans-serif;
}
.become-gb .height-450 > div{
	height: 100%;
}
.become-gb .gradient-block-text{
	color: #d4e9cb;
	margin: 120px 40px 0;
	max-width: 560px;
	float: right;
}
.become-gb .gradient-block-text h1{
	font-size: 42px;
	font-family: 'gothammedium', sans-serif;
	line-height: 44px;
}
.become-gb .gradient-block-text p{
	font-size: 24px;
	font-family: 'gothammedium', sans-serif;
	color: #d3ecc9;
	margin: 20px 0 10px;
	letter-spacing: 1px;
	line-height: 30px;
}
.become-gb .gradient-block-text .btn{
	font-size: 16px;
	letter-spacing: 0;
	font-family: 'gothambold', sans-serif;
}
.become-gb .background-cover-div{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.become-gb .list-container h3{
	color: #6cc04b;
	font-size: 32px;
	text-transform: none;
	line-height: 34px;
	font-family: 'gothambold', sans-serif;
}
.become-gb .text-block{
	text-align: center;
	padding: 40px 0;
}
.become-gb .text-block .list{
	list-style-position: inside;
	padding: 25px;
	box-sizing: border-box;
	text-align: left;
	color: #81909d;
}
.become-gb .sub-title{
	color: #474747;
	font-size: 23px;
	padding-bottom: 35px;
	line-height: 30px;
}
.become-gb .list .fa-li{
	left: -1.7em;
	top: -12px;
}
.become-gb .list li{
	padding-bottom: 25px;
	list-style: none;
}
.become-gb .list li:before{
	content: '';
	display: block;
	position: absolute;
	width: 35px;
	height: 35px;
	background-image: url(inc/img/icons/check_mark.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: -50px;
	margin-top: -8px;
}
.become-gb .list h5{
	color: #6cc04b;
	font-size: 16px;
	font-family: "gothambold", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 21px;
	padding-bottom: 10px;
}
.become-gb .grey-bg-title{
	font-family: "gothambold", sans-serif;
	font-weight: 700;
	color: #474747;
	padding-bottom: 40px;
	text-transform: uppercase;
	font-size: 24px;
}
.become-gb .colored-blocks{
	color: #fff;
	text-align: center;
	font-weight: 300;
	min-height: 300px;
	padding: 10px 20px;
	box-sizing: border-box;
}
.become-gb .colored-blocks .big-number{
	font-size: 64px;
	color: #e1f2db;
	font-weight: 300;
	font-family: 'gothamlight', sans-serif;
}
.become-gb .colored-blocks .colored-title{
	text-transform: uppercase;
	font-size: 18px;
	font-family: "gothammedium", sans-serif;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.become-gb .button-with-line {
	position: relative;
	margin: 40px 0 55px;
	text-align: center;
	width: 100%;
}
.become-gb .button-with-line:before{
	content: '';
	position: absolute;
	height: 1px;
	width: 40%;
	left: 0;
	top: 50%;
	background-color: #c1c8cd;
}
.become-gb .button-with-line:after{
	content: '';
	position: absolute;
	height: 1px;
	width: 40%;
	right: 0;
	top: 50%;
	background-color: #c1c8cd;
}
.become-gb .colored-blocks p{
	font-size: 16px;
	color: #fff;
}
/*--------------------------------------------------------*/
/* button style                                           */
/*--------------------------------------------------------*/

.become-gb .btn {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	line-height: 1.42857143;
	text-align: center;
	border: 2px solid transparent;
	border-radius: 10px;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "gothambold", sans-serif;
}
.become-gb .btn-grey {
	color: #fff;
	background-color: #617485;
	border-color: #617485;
}
.become-gb .btn-grey:hover{
	color: #617485;
	background-color: #fff;
	border-color: #617485;
}
.become-gb .btn-white {
	color: #6fb750;
	background-color: #fff;
	border-color: #fff;
}
.become-gb .btn-white-outline{
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}
.become-gb .btn-white-outline:hover{
	color: #6fb750;
	background-color: #ffffff;
	border-color: #ffffff;
}
.become-gb .btn-lite-green{
	color: #fff;
	background-color: #6cc04b;
	border-color: #6cc04b;
}
.become-gb .btn-white:hover{
	color: #fff;
	background-color: #6fb750;
	border-color: #6fb750;
}
.text-center{
	text-align: center;
}
.block-centered{
	margin: auto;
}
.thumb-img img{
	width: 100%;
}
.two-columns > .tile{
	width: 48%;
	float: left;
}
.two-columns > .tile:nth-child(2n){
	float: right;
}
.four-columns > .tile{
	width: 22%;
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
	min-height: 350px;
}
.four-columns > .tile:nth-child(4n) {
	margin-right: 0;
}
.protected-page a{
	color: #474747;
}
.protected-page a:hover, .protected-page a.active, .protected-page a:focus{
	text-decoration: none;
}
.post-password-form{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 10;
	padding-top: 15%;
}
.post-password-form p{
	color: #fff;
}
.post-password-form input{
	height: 50px;
}
.post-password-form input[type="password"]{
	height: 44px;
}

/*  polylang custom styles  */
.pll-parent-menu-item .sub-menu{
	top: 31px;
	background-color: #fff;
	width: 100px;
	padding: 15px 5px;
}
.pll-parent-menu-item .sub-menu .lang-item{
	height: 25px;
	width: 100px;
}
.pll-parent-menu-item .sub-menu .lang-item .sub-menu-item{
	color: #76bd1d;
	font-size: 12px;
	padding: 5px 23px
}

/*--------------------------------------------------------*/
/* grid                                                   */
/*--------------------------------------------------------*/

.become-gb .w-100{width: 100%;}
.become-gb .w-75{width: 75%;}
.become-gb .w-50{width: 50%;}
.become-gb .w-25{width: 25%;}

/*--------------------------------------------------------*/
/* colors and bg-colors                                   */
/*--------------------------------------------------------*/
.become-gb .white{color: #fff;}
.become-gb .black{color: #000;}
.become-gb .gray{color: #474747;}
.become-gb .green{color: #6fb750;}
.become-gb .color-sky{color: #c0e1e7;}
.become-gb .blue{color: #33aaa9;}

.become-gb .bg-white{background-color: #fff;}
.become-gb .bg-grey{background-color: #f6f6f6;}
.become-gb .bg-green-lite{background-color: #8bc573;}
.become-gb .bg-green{background-color: #75bb59;}
.become-gb .bg-1-number{background-color: #89cd6f;}
.become-gb .bg-2-number{background-color: #6cc04b;}
.become-gb .bg-3-number{background-color: #57a477;}
.become-gb .bg-4-number{background-color: #1f864a;}
.become-gb .bg-blue{background-color: #33aaa8;}
.become-gb .bg-blue-dark{background-color: #2e6c79;}
.become-gb .bg-blue-gradient{
	/*background: rgba(53,164,172,1);*/
	/*background: -moz-linear-gradient(-45deg, rgba(53,164,172,1) 0%, rgba(14,83,98,1) 100%);*/
	background: -webkit-linear-gradient(-45deg, rgb(108, 192, 75) 0%, rgb(74, 166, 75) 100%);
	/*background: -o-linear-gradient(-45deg, rgba(53,164,172,1) 0%, rgba(14,83,98,1) 100%);*/
	/*background: -ms-linear-gradient(-45deg, rgba(53,164,172,1) 0%, rgba(14,83,98,1) 100%);*/
	/*background: linear-gradient(135deg, rgba(53,164,172,1) 0%, rgba(14,83,98,1) 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35a4ac', endColorstr='#0e5362', GradientType=1 );*/
}
.protected-page strong{
	font-family: 'gothammedium', sans-serif;
}
/*--------------------------------------------------------*/
/* margins, paddings, floats                              */
/*--------------------------------------------------------*/
.become-gb .rel-position{position: relative;}
.become-gb .no-margin-right{margin-right: 0;}
.become-gb .float-left{float: left;}
.become-gb .float-right{float: right;}

.become-gb .padd-top3p{padding-top: 3%;}
.become-gb .padd-top-bottom-20{padding: 20px 0;}

.become-gb .margin-top3p{margin-top: 3%;}

.become-gb .height-450{height: 450px;}

@media screen and (max-width: 1250px) {
	.simple-page-content {
		margin: 90px 20px;
	}
	#masthead{
		position: absolute;
	}
}
@media screen and (max-width: 1200px) {
	.become-gb .header-text{
		font-size: 16px;
	}
	.become-gb .colored-blocks{
		min-height: 280px;
	}
	.become-gb .quote p {
		font-size: 18px;
	}
	.become-gb .contact-block {
		top: 10%;
		bottom: 10%;

	}
	.become-gb .w-25{
		width: 50%;
	}
	.become-gb .gradient-block-text{
		float: none;
		width: 100%;
	}
}
@media screen and (max-width: 1100px) {
	.main-navigation ul li{
		padding: 0 0 0 15px!important;
	}

}
@media screen and (max-width: 1012px) {
	.become-gb .w-50{
		width: 100%;
	}
	.become-gb .no-margin-right{
		margin-right: 40px;
	}
	.become-gb .video-block {
		position: relative;
		width: 100%;
	}
	.become-gb .header-text{
		margin-bottom: 20px;
	}
	.become-gb .logo-img img {
		margin: 5px 0;
		width: 60%;
	}
	.become-gb .contact-block {
		right: 40px;
		width: auto;
		background-color: rgba(255, 255, 255, 0.8);
	}
	.become-gb .custom{
		right: 60px;
	}
	.become-gb .text-block{
		float: left;
	}
	.become-gb .text-block .list{
		margin-bottom: 0;
		padding-bottom: 0;
		padding-top: 0;
	}
}
@media screen and (max-width: 920px) {
	.become-gb .button-with-line:before,
	.become-gb .button-with-line:after{
		width: 30%;
	}
	.become-gb .address{
		margin-top: 20px;
	}
	.become-gb .address p,
	.become-gb .address .grey-bg-title{
		font-size: 14px;
	}
	.become-gb .address p + p{
		padding: 0;
	}
	.become-gb .address:before{
		top: -10px;
	}
}
@media screen and (max-width: 868px) {
	.become-gb .contact-block{
		position: relative;
		padding: 0;
		margin: 15px 40px;
		left: 0;
	}
	.become-gb .button-with-line{
		margin: 35px 0 0;
	}
	.become-gb .height-450 > div {
		height: 65%;
	}
	.become-gb .gradient-block-text {
		margin: 20px 7px 0;
	}
	.become-gb .list .fa-li {
		top: -3px;
		font-size: 25px;
	}
}
@media screen and (max-width: 740px){
	.become-gb .w-25{
		width: 100%;
	}
}
@media screen and (max-width: 600px){

	.become-gb .colored-blocks {
		min-height: 230px;
	}
	.become-gb .btn{
		/*width: 95%;*/
		display: block;
	}
	.become-gb .button-with-line:before,
	.become-gb .button-with-line:after{
		display: none;
	}
	.become-gb .header-text{
		float: none;
		font-size: 18px;
	}
	header .become-gb .btn{
		float: left;
		margin-bottom: 15px;
	}
	.become-gb .header-text{
		margin-bottom: 5px;
	}
	.become-gb .logo-img img {
		width: 100%;
	}
	.become-gb .container{
		margin: 0 7px;
	}
	.become-gb .text-block{
		padding: 15px 0;
	}
	.become-gb .text-block .list{
		padding: 0 25px;
	}
	.become-gb .bxslider .quote img {
		margin: 10px 0;
	}
	.become-gb .bxslider .quote .line{
		display: none;
	}
	.become-gb .address:before{
		display: none;
	}
	.become-gb .button-with-line {
		margin: 35px 0 25px;
	}
}

@media screen and (max-width: 540px) {
	.become-gb .text-block .list{
		margin-left: 70px;
	}
	.become-gb .list li {
		padding-bottom: 40px;
	}
	.become-gb .list li:before{
		margin-top: 3px;
	}
	.become-gb .list h5{
	}
	.become-gb .gradient-block-text h1{
		font-size: 34px;
	}
	.become-gb .gradient-block-text p{

	}
	#masthead .secondary-nav a{
		margin-left: 5px;
	}
}
@media screen and (max-width: 457px){
	.become-gb .height-450 {
		height: 550px;
	}
	.become-gb .gradient-block-text {
		margin: 35px 7px 0;
	}
}
@media screen and (max-width: 375px){
	.become-gb .gradient-block-text {
		margin: 20px 7px 0;
	}
	.become-gb .gradient-block-text h1 {
		font-size: 28px;
		line-height: 34px;
	}
	.become-gb .gradient-block-text p{
		margin: 50px 0 25px;
		font-size: 22px;
	}
	.become-gb .text-block .list{
		margin-left: 50px;
	}
}

@media screen and (max-width: 600px) {
	.width30, .width40{
		width: 100%;
	}
}
/* RESPONSIVE DESIGN --------------- --------------------------------- */
   
	/* Oversize Tablet/Small Desktop Screens ----------- */
	@media only screen and (max-width : 1050px) { 
	
		/* Small navigation Menu */	
			
			.main-small-navigation {
				width: 100%;
				position: absolute;
				right: 0px;
				top: 0px;
			}
			.main-small-navigation h1 {
				width: 80px;
				height: 80px;
				position: absolute;
				right: 0;
				background-image: url('inc/img/small-menu_open.png');
				background-position: 50%;
				background-repeat: no-repeat;	
				color: transparent;	
			}	
			.main-small-navigation h1.toggled-on {
				background-image: url('inc/img/small-menu_close.png');
			}
			.main-small-navigation .menu-main-nav-container {
				position: absolute;
				top: 80px;
				width: 100%;
			}
			.main-small-navigation #menu-main-nav {
				background-color: #1a8648;
				list-style-type: none;
				margin: 0;
				padding: 50px 0 40px 0;
				box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			}
			.main-small-navigation #menu-main-nav a {
				color: #ffffff;
				padding: 10px 5%;
				display: inline-block;
				width: 90%;
				text-decoration: none;
				font-size: 20px;
			}
			.main-small-navigation #menu-main-nav .menu-item-has-children {
				background-image: url('inc/img/small-menu_expand.png');
				background-position: 90%;
				background-repeat: no-repeat;
			}
			.main-small-navigation #menu-main-nav .toggled-on.menu-item-has-children {
				background-image: url('inc/img/small-menu_contract.png');
				background-position-x: 90%;
				background-position-y: 16px;
			}
			.main-small-navigation #menu-main-nav ul.sub-menu {
				display: none;
				list-style-type: none;
				margin: 0;
			}
			.main-small-navigation #menu-main-nav ul.sub-menu li a {
				color: #1a8648;
				background-color: #ffffff;
				font-size: 18px;
				padding: 5px 0 5px 10%;
			}
			.main-small-navigation #menu-main-nav ul.sub-menu li:first-of-type a {
				padding-top: 15px;
			}
			.main-small-navigation #menu-main-nav ul.sub-menu li:last-of-type a {
				padding-bottom: 15px;
			}
			header#masthead {
				position: relative;
				height: 30px;
				box-shadow: none;
				width: auto;
			}
			.header-content {
				padding: 0;
			}
			.brand {
				position: initial !important;
			}
			.brand img {
				height: 70px;
				padding: 5px;
				border-radius: 0 !important;
				box-shadow: none !important;
			}
			.secondary-nav {
				position: absolute;
				left: 15%;
				top: 50%;
			}
		/* General Page Elements */
		
			#page {
				top: 50px;
			}


			/*  polylang custom styles  */
			.pll-parent-menu-item .sub-menu{
				width: 100%;
				top: 0;
				position: relative;
				background-color: transparent;
				padding: 0;
			}
			.pll-parent-menu-item .sub-menu .lang-item{
				width: 100%;
				height: auto;
				padding-left: 16px;
			}
			.pll-parent-menu-item .sub-menu .lang-item .sub-menu-item{
				color: #fff;
				background-color: transparent;
				width: 100%;
				padding: 10px 0 10px 0;
				font-size: 20px;
			}
	}
   
	/* Tablet (portrait and landscape) ----------- */
	@media only screen and (max-width : 800px) {

		/* General Page Elements */
			.intro {
				padding: 4% !important;
				margin-top: 50px !important;
				margin-bottom: 40px !important;
			}
			.intro h2 {
				line-height: 38px;
				margin-bottom: 20px;
			}
		/* Hero */
			
			.hero {
				height: 370px !important;
			}
			.hero-content {
				padding-top: 50px;
			}
			.hero-content h1 {
				font-size: 30px !important;
				line-height: 38px !important;
			}
			.hero-content a {
				padding: 10px 50px;
			}
			.hero-content p {
				line-height: 28px;
			}
		
		/* Homepage */
		
			.homepage .intro {				
				text-align: center;
			}
			.homepage .intro #content {
				width: 100% !important;
				float: none !important;
				margin-top: 25px;
			}
			.homepage .intro .intro-aside {
				width: 100% !important;
				float: none !important;
				margin-top: 25px;
			}
			.homepage .intro .intro-aside img {
				max-width: 100%;
			}
		
			.why-join-item {
				float: none !important;
				width: 100% !important;
				margin: 0 !important;
				/*padding: 2%;*/
			}
			.homepage .why-join-button a {
				padding: 10px 40px;
			}			
			
			/*#testimonials {*/
				/*display: none; !* HIDE FOR NOW, REDESIGN NEEDED *!*/
			/*}*/
			#testimonials .slide .image {
				width: 150px!important;
				height: 150px!important;
				float: none!important;
				margin: 0 auto!important;
			}
			.homepage .green-businesses-container a {
				width: 49%;
				display: inline-block;
				vertical-align: middle;
				padding: 0;
			}
			.homepage .green-businesses-container a img {
				max-width: 90% !important;
				padding: 5%;
			}
		
		/* "Who, what, why, how" Pages */
		
			.areas-of-green-compliance .container {
				padding-left: 4%;
				padding-right: 4%;
			}
			.green-compliance-item {
				width: 100%;
				display: block;
			}
			
			.fun-fact {
				margin-bottom: 0;
			}
			.fun-fact .left,
			.fun-fact .right {
				width: 100% !important;
				float: none !important;
			}
			.fun-fact .left {
				height: auto !important;				
			}
			.fun-fact .left .content {
				padding: 4% !important;
				text-align: center !important;
			}
			.fun-fact .left .content p {
				font-size: 18px !important;
				margin: 0;
			}
			.fun-fact .right {
				height: 250px !important;
			}
			
			.more-info-item {
				width: 100%;
				padding: 4% 0;
			}
			.more-info-item a:hover {
				box-shadow: none;
			}
			
			.reason-to-become-green-business-partner {
				text-align: center;
			}
			.reason-to-become-green-business-partner .image {
				float: none;
				margin-right: 0;
			}
			.reason-to-become-green-business-partner .content {
				padding: 4%;
			}
			
			.sign-up-bar .container {
				padding: 30px 0;
			}
			.sign-up-bar .container h2 {
				font-size: 25px;
			}
			.sign-up-bar .container .sign-up-button {
				padding: 10px 40px;
			}
			
			.step-to-become-green-business-partner {
				text-align: center;
				padding: 4%;
			}
			.step-to-become-green-business-partner img {
				float: none !important;
				margin-right: 0 !important;
			}

		/* Green Economy Flyer */
			.green-economy-flyer .header {
				padding-bottom: 0;
				padding-top: 20px;
			}
			.green-economy-flyer .container {
				padding: 0;
			}
			.green-economy-flyer .col-left,
			.green-economy-flyer .col-right {
				width: 100%;
				padding: 0;				
			}
			.green-economy-flyer .green-bar {
				padding: 20px 0;
			}
			.green-economy-flyer .green-bar img {
				width: 100% !important;
			}
		
		/* Contact Us */
			.jurisdiction {
				width: 46%;
			}
		
		
		/* Footer */
			.footer-content{
			 	padding-left: 10px;
				padding-right: 10px;
			}
			.footer-item {
				width: 100% !important;
				float: none !important;
				text-align: center;
				margin-bottom: 40px;
				padding-right: 0 !important;
				max-width: initial !important;
			}
			.footer-menu {
				margin-bottom: 0 !important;
			}
			.footer-signup {
				margin-top: 40px;
			}
			footer .footer-content .footer-bottom .copy, 
			footer .footer-content .footer-bottom .extra-links, 
			footer .footer-content .footer-bottom .social {
				display: block;
				padding: 0 0 20px 0;
			}
			
	}
	@media only screen and (max-width : 580px) {
		.secondary-nav{
			left: 22%;
		}
	}
	
	@media only screen and (max-width : 500px) {
		.jurisdiction {
			width: 100%;
		}

	}

/* Smartphones (portrait and landscape) ----------- */
	@media only screen and (min-width : 320px) and (max-width : 480px) {
		.secondary-nav{
			left: 30%;
		}
	}
/*--------------------------------------------------------------------------------------- */
/*Development Misc: 
----------------------------------------------- */

	/* Admin View: 
		if admin bar is present, shift #masthead and brand logo down 32px;
	*/
		.admin-bar #masthead {
			top: 32px;
		}
		.admin-bar #masthead a.brand {
			top: 57px; /* 32px + initial 25px */
		}

	/* Dev-Only View: 
		hide content for anyone other than the developer 
	*/
		.dev-only {
			display: none;
		}
	/* Hide "Edit" link when logged in as admin */
		span.edit-link {
			display: none;
		}
	/* All-in-One Security Style */
		.aiowps-site-lockout-box {
			border: none;
			max-width: 1200px;
			border-radius: 10px;
			background-color: #ffffff;
		}
		.aiowps-site-lockout-msg {
			font-size: 26px;
			color: #404040;
		}
@media only screen and (max-width : 680px) {
	.welcome .col-33{
		width: 100%;
	}
	.circle-line{
		display: none;
	}
}

#testimonials .slide .image,
.testimonial-image{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 190px;
	height: 190px;
	border-radius: 100%;
	margin: 40px 10px;
	float: left;
}
#testimonials .slide .slide-controllers .nextControl,
#testimonials .slide .slide-controllers .prevControl{
	transform: translate(0, -50%);
}
.bx-wrapper{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background: #fff;
}
.slide-hover{
	margin-bottom: 60px;
}
.bx-prev{
	background-image: url(inc/img/slide-control_prev.png);
	float: left;
}
.bx-next{
	background-image: url(inc/img/slide-control_next.png);
	float: right;
}
.bx-prev, .bx-next{
	position: relative;
	width: 25px;
	height: 25px;
	display: block;
	top: -160px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.slide-content{
	width: 700px;
	float: left;
	text-align: center;
	margin: 15px auto;
}
.image-block{
	width: 30%;
	float: left;
}
.text-block{
	width: 70%;
	float: left;
    margin-top: 30px;
}
.margin-b-10{
	margin-bottom: 10px;
}
.post-content{
	max-width: 1230px;
	margin: 0 auto;
	padding: 100px 15px 0;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.post-content div{
	margin: 10px 0;
}
.post-content .entry-header{
	margin-bottom: 25px;
}
.post-content h1{
	color: #76bd1d;
	padding: 5px 0;
}
.post-content .entry-meta{
	margin: 15px 0;
}
.post-content a{
	font-size: 18px;
	color: #76bd1d;
	/*cursor: pointer;*/
}
.app-block img{
	width: 200px;
}
.avatar{
	background-size: cover;
	width: 130px;
	height: 130px;
	background-position: center;
	border-radius: 50%;
	background-repeat: no-repeat;
}
footer .footer-content .footer-bottom a:hover{
	text-decoration: none;
}
@media only screen and (max-width : 800px) {
    /*.slide-content{*/
        /*width: 700px;*/
        /*float: left;*/
        /*text-align: center;*/
        /*margin: 15px auto;*/
    /*}*/
    /*.image-block{*/
        /*width: 100%;*/
        /*float: left;*/
    /*}*/
    /*.image-block .testimonial-image{*/
        /*margin: 5px auto;*/
        /*float: none;*/
    /*}*/
    /*.text-block{*/
        /*width: 100%;*/
        /*float: left;*/
    /*}*/
    .bx-wrapper{
        display: none;
    }
}