/* --- BASE TAG REDEFINES AND GLOBAL CLASS STYLE CLEANUP --- */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, thead, tbody, tfoot, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: 200;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: none; }
* { margin: 0; }
*:focus { outline: 0; }
html { height: 100%; }
body {
	height: 100%;
	font-family: 'PT Sans', sans-serif;
	color: #707070;
	font-size: 14px;
	line-height: 19px;
	}

h1, h2, h3, h4, h5, h6,
.t1, .t2, .t3, .t4, .t5,
.title {
	color: #606060;
	font-weight: normal;
	}

h1 {
	font-size: 24px;
	margin-bottom: 0.5em;
	}
h2 {
	margin: 0;
	padding: 0;
	font-size: 25px;
	font-weight: 500;
}
h3 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	margin: 0 0 18px 0;
	border: 0;
	padding: 0;
	}
h4 {
	font-size: 15px;
	font-weight: 400;
	}
h5 {
	color: #666;
	font-size: 12px;
	font-weight: 400;
	}
h3.green {
	color: #3e8539;
	}
h3.error {
	color: #e00;
	}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

.t2, .t3, .t4, .t5 { font-weight: 600; }
.t1 { font-size: 24px; }
.t2 { font-size: 22px; }
.t3 { font-size: 18px; }
.t4 { font-size: 15px; }
.t5 { font-size: 12px; }

p { margin: 0 0 1.5em; }
	p img.left {
		display: inline;
		float: left;
		margin: 1.5em 1.5em 1.5em 0;
		padding: 0; }
	p img.right {
		display: inline;
		float: right;
		margin: 1.5em 0 1.5em 1.5em;
		padding: 0; }
q, blockquote {
	quotes: "" ""; }
	q:before, q:after, blockquote:before, blockquote:after {
		content: ""; }
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic; }
strong { font-weight: bold; }
em { font-style: italic; }
dfn { font-style: italic; font-weight: bold; }
sup, sub { line-height: 0; }
abbr, acronym { border-bottom: 1px dotted #666; }
address { margin: 0 0 1.5em; font-style: italic; }
del, strike { color: #888; }
pre { margin: 1.5em 0; white-space: pre; }
pre, code, tt { line-height: 1.5; font: 1em 'andale mono', 'lucida console', monospace; }
ul, ol, li ul, li ol {
	list-style-type: none;
	margin: 0;
	padding: 0; }
ul.normal, ul.normal ul { list-style-type: disc; }
ul.normal li, ul.normal ul li { margin-left: 20px; }
ol.normal, ol.normal ol { list-style-type: decimal; }
ol.normal li, ol.normal ol li { margin-left: 20px; }
dl { margin: 0; padding: 0; }
	dt { font-weight: bold; }
	dd { margin-left: 1.5em; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	vertical-align: middle; }
table.nomargin { margin: 0; }
table.nopad { padding: 0; }
th, td, caption {
	padding: 4px 5px 4px 5px;
	text-align: left;
	/*font-weight: normal;*/
	vertical-align: middle; }
th { font-weight: bold; }
th.align-r, td.align-r { text-align: right; }
th.align-c, td.align-c { text-align: center; }
th.valign-t, td.valign-t { vertical-align: top; }
th.valign-m, td.valign-m { vertical-align: middle; }
th.valign-b, td.valign-b { vertical-align: bottom; }
tbody.hide, thead.hide, tfoot.hide, tr.hide, th.hide, td.hide {
	display: none; }
tr.odd, tr.odd td, td.odd, ul.odd, li.odd {
	/*background: #fbfbfb;*/ }
tr.even, tr.even td, td.even, ul.even, li.even {
	/*background: #fdfdfd;*/ }
tfoot {
	font-style: normal; }
caption {
	background: #eee; }
table.nopad td,
table.nopad th  {
	padding: 0; }


/* --- Anchor DEFINES --- */

a {
	color: #3e8539;
	/*text-decoration: underline;*/
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	}
	a:hover {
		color: #707070;
		text-decoration: none;
		}

	a.txt,
	a .txt,
	.txtlinks a
		{ padding-bottom: -1px; border-bottom: 1px solid rgba(76,80,89,0.3); }
	a.txt:hover,
	a:hover .txt,
	.txtlinks a:hover
		{ border-bottom: 1px solid #48688e; text-decoration: none; }
	.txtlinks a.btn:hover,
	.txtlinks a.btn-mini:hover,
	.txtlinks a.btn-std:hover,
	.txtlinks a.btn-buy:hover,
	.txtlinks a.btn-small:hover,
	.txtlinks a.btn-large:hover
		{ border-bottom: 0; }
		
	a.overclick {  }
	a.overclick:hover {  }
	a img { border: 0; outline: 0; }
	a i {
		font-weight: normal;
		font-style: normal;
		font-size: 0.9em;
		}
	a.overclick {
		position: absolute;
		top: 0; right: 0; bottom: 0; left: 0;
		text-indent: -999em;
		opacity: 0;
		text-decoration: none;
		}
		a.overclick:hover {
			background-color: #fff;
			opacity: 0.12;
			text-decoration: none;
			}
		a.overclick.nocolor:hover {
			background-color: transparent !important;
			}



/* --- PRIMARY GUTS WRAPPER OF THE PAGE --- */

body#the-website {
	background: #d7d7d7;
	}
	
#page-main-wrap {
	position: relative;
	display: block;
	width: 1000px;
	min-height: 100%;
	margin: 0 auto;
	border: 0;
	padding: 0;
	background: #fefefe;/* color for the core */
	}
	
	
	#page-header {
		position: relative;
		display: block;
		height: 50px;
		padding: 14px 40px 14px 40px;
		background: #fafafa;
		}
		#website-logo {
			display: block;
			position: absolute;
			top: 14px;
			left: 40px;
			width: 180px;
			height: 50px;
			background-image: url('../../images/logo-website.png');
			background-position: 50% 50%;
			background-repeat: no-repeat;
			text-indent: -9999em;
			text-decoration: none;
			}
			#website-logo:hover { text-decoration: none; }
		@media 	only screen and (-webkit-min-device-pixel-ratio: 2),
				only screen and (-o-min-device-pixel-ratio: 2/1),
				only screen and (min--moz-device-pixel-ratio: 2),
				only screen and (min-device-pixel-ratio: 2) {/* retina only */
		#website-logo {
			background-image: url('/images/logo-website@2x.png');/* 360 x 100 */
			background-size: 180px 50px;/* size it should appear */
			}
		}
		#page-header-navbar {
			display: block;
			position: absolute;
			top: 14px;
			left: 270px;
			height: 50px;
			line-height: 50px;
			}
			#page-header-navbar li {
				display: -moz-inline-box; display: inline-block; #display: inline;
				-moz-box-orient: vertical; vertical-align: middle; #vertical-align: auto;
				margin: 0;
				padding: 0 3px;
				font-size: 15px;
				font-weight: 400;
				text-transform: uppercase;
				color: #333;
				}
				#page-header-navbar li.share {
					padding: 0;
					}
				#page-header-navbar li a {
					display: -moz-inline-box; display: inline-block; #display: inline;
					-moz-box-orient: vertical; vertical-align: middle; #vertical-align: auto;
					border-radius: 25px;
					-moz-border-radius: 25px;
					-webkit-border-radius: 25px;
					margin: 0;
					padding: 0 6px;
					color: #333;
					line-height: 36px;
					
					}
					#page-header-navbar li.current-menu-item a,
					#page-header-navbar li a:hover {
						background-color: #f1f1f1;
						text-decoration: none;
						}
				#page-header-navbar li.share a {
					padding: 12px;
					}
	
	
	#page-footer {
		position: absolute;
		/*position: relative;*/
		display: block;
		width: 100%;
		height: 300px;
		bottom: 0;
		left: 0;
		background: #666;
		}
		#page-footer-navbar {
			position: absolute;
			top: 54px;
			left: 40px;
			height: 24px;
			line-height: 24px;
			}
			#page-footer-navbar li {
				display: -moz-inline-box; display: inline-block; #display: inline;
				-moz-box-orient: vertical; vertical-align: middle; #vertical-align: auto;
				margin: 0;
				padding: 0 3px;
				}
				#page-footer-navbar li a {
					display: -moz-inline-box; display: inline-block; #display: inline;
					-moz-box-orient: vertical; vertical-align: middle; #vertical-align: auto;
					border-radius: 15px;
					-moz-border-radius: 15px;
					-webkit-border-radius: 15px;
					margin: 0;
					padding: 0 8px;
					font-size: 14px;
					font-weight: lighter !important;
					color: #ddd;
					text-shadow: 0px 1px 1px rgba(0,0,0,0.1);
					}
					#page-footer-navbar li a:hover {
						background-color: #777;
						text-decoration: none;
						}
		#page-footer-follow {
			position: absolute;
			top: 122px;
			left: 40px;
			}
			#page-footer-follow li {
				display: -moz-inline-box; display: inline-block; #display: inline;
				-moz-box-orient: vertical; vertical-align: middle; #vertical-align: auto;
				margin: 0;
				padding: 0 5px;
				}
				#page-footer-follow li a {
					display: -moz-inline-box; display: inline-block; #display: inline;
					-moz-box-orient: vertical; vertical-align: middle; #vertical-align: auto;
					border-radius: 25px;
					-moz-border-radius: 25px;
					-webkit-border-radius: 25px;
					margin: 0;
					padding: 12px;
					opacity: 0.5;
					}
					#page-footer-follow li a:hover {
						background-color: #888;
						text-decoration: none;
						}

		#page-footer-news {
			position: absolute;
			top: 58px;
			right: 40px;
			width: 370px;
			height: 200px;
			color: #ddd;
			font-weight: 200;
			}
			#page-footer-news h4 {
				margin-bottom: 18px;
				font-size: 20px;
				font-weight: 400;
				color: #eee;
				}
				#page-footer-news li .date {
					color: #fff;
					font-weight: 500;
					margin-right: 12px;
					}
				#page-footer-news li a {
					color: #ddd;
				}
				#page-footer-news li a:hover {
					color: #3e8539;
				}
		#page-footer-copyright {
			position: absolute;
			bottom: 60px;
			left: 50px;
			color: #ccc;
			font-weight: 100;
			}
			#page-footer-copyright a {
				color: #ccc;
				font-weight: 100;
				}
				#page-footer-copyright a:hover {
					}


	#page-guts-wrap {
		position: relative;
		display: block;
		width: 100%;
		padding: 0;
		padding-bottom: 300px;/* height of footer */
		}
		#page-guts-title {
			position: relative;
			display: block;
			height: 176px;
			line-height: 176px;
			text-align: center;
			font-size: 48px;
			font-weight: 400;
			letter-spacing: 0.3em;
			text-indent: 0.3em;
			text-transform: uppercase;
			color: #fff;
			background: #3e8539;
			}
			#page-guts-title a {
				color: #fff;
			}
		#page-guts {
			position: relative;
			display: block;
			padding: 30px 40px;
			}

#page-guts {
	font-size: 16px;
	}
	#page-guts .content {
		position: relative;
		display: block;
		padding: 40px 0;
		}
		#page-guts .super-indent {
			position: relative;
			display: block;
			padding: 0 100px;
			}
	#page-guts .soon {
		position: relative;
		display: block;
		padding: 60px;
		font-size: 30px;
		font-weight: 400;
		color: #888;
		letter-spacing: 0.1em;
		}
			


/* --- CORE BEHAVIORS - NONE OF THESE SHOULD BE OVERRIDDEN --- */

.right		{ float: right; }
.left		{ float: left; }
.nobg		{ background-image: none !important; }
.nospace	{ margin: 0px !important; padding: 0px !important; border: 0px !important; }
.nospacing	{ margin: 0px !important; padding: 0px !important; border: 0px !important; }
.noborder	{ border: 0px hidden !important; }
.clear		{ clear: both; }
.clearwrap	{
	margin: 0; border: 0; padding: 0;
	width: 0px;
	height: 0px;
	clear: both;
	}

a.bold 			{ font-weight: bold; }
a.nobold 		{ font-weight: normal; }
a.noline 		{ border: 0; text-decoration: none; }
a.noline:hover 	{ border: 0; text-decoration: none; }
	
.forbots {
	display: inline-block;
	overflow: hidden;
	width: 0px;
	height: 0px;
	text-indent: -999em;
	}

.js-show,
.js-showblock,
.js-showiblock,
.js-showinline,
.hide,
.hidden
	{ display: none; }
.nojs-hidden
	{ display: none !important; }
.no-js,
a.no-js {
	cursor: default;
	opacity: 0.4;
	}
	a.no-js:active {
		background-position: left top;
		}

/* new css - RN - 2015-05 */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.post-thumbnail {
	display: block;
	margin: 0 0 1em 0;
}

.post-thumbnail img {
	width: 100%;
}

article.post {
	margin-top: 3em;
}

article.post:first-of-type {
	margin-top: 0;
}
article.post .entry-title {
	margin-top: .15em;
	margin-bottom: 0;
}
article.post .entry-header {
	margin-bottom: 1em;
}

article.post .entry-content p {
	font-size: 17px;
	line-height: 22px;
}
#soliloquy-container-56 .soliloquy-caption .soliloquy-caption-inside {
	background: rgba(0,0,0,0.25);
	padding: 32px 65px;
	text-align: left;
}

#soliloquy-container-56 .soliloquy-caption .soliloquy-caption-inside h2 {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 8px;
}

#soliloquy-container-56 .soliloquy-caption .soliloquy-caption-inside h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 100;
}

#page-header-navbar .menu-twitter a {
	background-image: url(../../images/icon-social-twitter-24blk-green.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 32px;
	margin-left: 24px !important;
	text-indent: -9999px;
	padding: 0 !important;
}

#page-header-navbar .menu-facebook a {
	background-image: url(../../images/icon-social-facebook-24blk-green.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 24px;
	width: 24px;
	padding: 0 !important;
}

#page-header-navbar li.menu-twitter a:hover,
#page-header-navbar li.menu-facebook a:hover {
	background-color: transparent;
}

#page-footer-navbar .menu-twitter,
#page-footer-navbar .menu-facebook { display: none; }

header.page-header {
	height: 255px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

	header.page-header .overlay {
		background-color: rgba(0,0,0,.5);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 255px;
	}
	header.page-header h2#page-guts-title {
		line-height: 1em;
		background: transparent;
		z-index: 1000;
		height: 255px;
		padding-top: 112px;
	}

#mission-list {
	float: none;
	margin: 0 auto;
	}
	#mission-list li {
		float: left;
		height: 320px;
		width: 280px;
		margin-right: 40px;
		margin-left: 0;
		margin-bottom: 20px;
		margin-top: 20px;
		text-align: center;
		}
		#mission-list li:nth-of-type(3n+3) {
			margin-right: 0;
		}

		#mission-list h3 {
			text-transform: uppercase;
			letter-spacing: 0.2em;
			margin-left: -0.2em;
		}

		#mission-list li p {
			text-align: left;
		}

/* --- HOW THE SITE SHOULD LOOK DURING PRINTING --- */

@media print
{
	body { background: #fff; }
	#page-header { visibility: hidden; height: 0px; }
	#page-footer { visibility: hidden; height: 0px; }
}