/*
	Theme Name: Outreach Child Theme
	Theme URI: http://www.studiopress.com/themes/outreach
	Description: Outreach is a two or three column child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 2.0
	Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
	Template: genesis
	Template Version: 1.8
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* Table of Contents
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Responsive Slider
* Home Sections
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Column Classes
* Featured Post Grid
* Archive Page
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Sub Footer
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Outreach Blue
* Outreach Orange
* Outreach Red
* Responsive Design
*/
/* INDENTS TWEET HEADER */
#text-4 h4 {
  margin-left: 120px;
}
/* .input-text-wrap { margin: 5px 0;}
.constant-contact-signup {
  padding: 20px 0 0 40px;
  position: absolute;
  right: 11px;
  text-align: right;
  top: 40px;
}
.constant-contact-signup h4 {margin:0;}
.constant-contact-signup input[type="button"], input[type="submit"] {
  padding: 10px 30px !important;
}
.constant-contact-signup label {display:none;}
.constant-contact-signup input[type="text"] {width:200px;}
*/ 
/* Overrides Facebook width minimum */ 
.fb-social-plugin.fb-like-box.fb_iframe_widget iframe {
  width: 230px !important;
background:#fff;
}
/* recolors link on event calendar */
.gce-widget-grid .gce-calendar .gce-has-events {
  color: #EC6D21 !important;
}
.gce-widget-grid .gce-calendar td {
  color: #aaa;
}
/* Aligns radio buttons in Simple Maps */
#map_search label {
  float: left;
  width: 100%;
}
.location_search_cell {
  padding: 12px;
}
.location_search_empty_cell {
  background: none repeat scroll 0 0 #EEEEEE;
  display: none;
}
.slide-excerpt .more-link {
  background: none repeat scroll 0 0 #EC6D21;
  color: #FFFFFF !important;
  text-align: center;
  width: 150px;
  border-radius: 5px;
  padding: 5px 10px;
  text-shadow: none;
  font-size: 18px;
  font-weight: 600;
}
#simplemap {width:55%;float:right;}
#map_search {
  width: 40%;
  float: left;
}
#results {width: 100% !important;clear:both}
.rss-date {clear:left;display:block;font-size:12px;color:#999;}
/* Defaults
------------------------------------------------------------ */
body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: 'proxima-nova', sans-serif;
	font-weight:400;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
}
input,
select,
textarea {
	border: 1px solid #ddd;
}
/* styles for Contact Form 7 only */
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
	border: 1px solid #ddd;
	width:95%
}
input,
label,
select,
textarea {
	color: #333;
	font-family: 'proxima-nova', sans-serif;
	font-size: 14px;
}
li,
ol,
ul {
	margin: 0;
	padding: 0;
}
ol li {
	list-style-type: decimal;
}
/* Hyperlinks
------------------------------------------------------------ */
a,
a:visited {
	color: #ec6d21;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #78a22f;
}
a img {
	border: none;
}
.more-link {
	display:block;
	clear:left;
	margin-top: 10px;
}
/* Body
------------------------------------------------------------ */
body {
	background-color: #fff;
}
::-moz-selection {
	background-color: #333;
	color: #fff;
}
::selection {
	background-color: #333;
	color: #fff;
}
/* Wrap
------------------------------------------------------------ */
.wrap {
	margin: 0 auto;
	max-width: 1160px;
	position:relative;
}
#footer-widgets .wrap {
	max-width: 1360px
}
#home-sections .wrap {
	max-width: 1060px;
}
.outreach-landing .wrap {
	max-width: 760px;
}
/* Header
------------------------------------------------------------ */
#header {
	background: url("images/header.png") repeat-x scroll center -110px #CBDEE6 !important;
	margin: 0 auto;
	min-height: 180px;
	overflow: hidden;
	width: 100%;
}
#title-area {
	float: left;
	overflow: hidden;
	width: 430px;
	min-height:130px;
	background: transparent url("images/logo.svg") no-repeat center center / contain;
}
#title {
	display:none;
	font-family: 'proxima-nova', sans-serif;
	font-size: 48px;
	font-weight:700;
	line-height: 1;
	margin: 35px 0 0 0;
	text-transform: uppercase;
}
#title a,
#title a:hover {
	color: #fff;
	text-decoration: none;
}
#description {
	display: none;
}
#header .widget-area {
	float: right !important;
}
/* Image Header - Partial Width
------------------------------------------------------------ */
.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 240px;
	overflow: hidden;
	padding: 0;
	margin:0;
	text-indent: -9999px;
	width: 150px;
}
.header-image #description {
	display: block;
	overflow: hidden;
}
/* Image Header - Full Width
------------------------------------------------------------ */
.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}
/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */
/* DONATE BUTTON IN HEADER */
#menu-item-445 > a {
	background-color: #EC6D21;
	border: 0 none;
	border-radius: 5px 5px 5px 5px;
	color: #fff;
	padding: 2px 35px;
	text-transform: uppercase;
	margin: 0 10px;
}
#menu-item-445 > a:hover {background-color:#d35910;}
.sub-menu {
	-webkit-box-shadow: 5px 5px 11px rgba(50, 50, 50, 0.33);
	-moz-box-shadow:    5px 5px 11px rgba(50, 50, 50, 0.33);
	box-shadow:         5px 5px 11px rgba(50, 50, 50, 0.33);
}
#nav {
	background: url(images/nav.png);
	border-bottom:8px solid #1e5630;
	border-top:8px solid #1e5630;
	margin-top:-100px !important;
}
.menu-primary,
.menu-secondary {
	clear: both;
	color: #fff;
	font-size: 14px;
	margin: 0 0 0 auto;
	overflow: hidden;
	/* width: 80% !important; */
}
#header .menu {
	font-size: 14px;
	font-weight:600;
	margin: 0 auto;
/* 	overflow: hidden; */
	background: none;
	display: inline-block;
	float: right;
	margin: 0;
}
.menu-secondary {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #090909;
	border-radius: 5px;
	margin: 0 0 10px;
}
.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}
.menu-primary li,
.menu-secondary li {
	float: left;
	list-style-type: none;
	line-height:32px;
}

#header .menu li {
	float: none;
	list-style-type: none;
	line-height: 32px;
	text-align: right;
	display: inline-block;
}



.menu-primary a {
	color: #fff;
	font-size:16px;
	font-weight:600;
	display: block;
	padding: 2px 10px;
	position: relative;
	text-decoration: none;
}
#menu-primary-navigation {margin-left:180px;}
#menu-primary-navigation > li > a {
	/* border-right: 1px solid #718138;*/
}
.menu-secondary a
{
	color: #fff;
	display: block;
	padding: 15px 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}
#header .menu a {
	color: #6796a5;
	display: block;
	padding: 10px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing:1px;
}
.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary li:hover a,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a {
	color: #78A22F;
}
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary li:hover a,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu li:hover a,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	color: #78a22f;
}
.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
	color: #333;
	font-size: 12px;
	line-height:1.25em;
	padding: 10px;
	position: relative;
	text-transform: none;
	width: 240px;
}
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited {
	background: none;
	background-color: #090909;
	border-bottom: 1px solid #ccc;
	color: #fff;
}
.menu-primary li li a:active,
.menu-primary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #eee;
	color: #333;
}
.menu-secondary li li a:active,
.menu-secondary li li a:hover {
	background-color: #090909;
	color: #78a22f;
}
.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 240px;
	z-index: 9999;
	border-bottom:4px solid #78A22F;
}
.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 152px;
}
.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -39px 0 0 160px;
}
.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}
/* .menu li:hover, */
.menu li.sfHover {
	position: static;
}
ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
	left: auto;
}
.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	color:#fff;
	 opacity:0.2;
	position: absolute;
	text-indent: 0;
	top:14px;
	left:44%;
	font-size:14px;
transform:rotate(90deg);
-ms-transform:rotate(90deg); /* IE 9 */
-webkit-transform:rotate(90deg); /* Safari and Chrome */
}
#wpadminbar li:hover ul ul {
	left: 0;
}
/* Primary Navigation Extras
------------------------------------------------------------ */
.menu li.right {
	float: right;
	padding: 15px 20px;
}
.menu li.right a {
	color: #fff;
	display: inline;
}
.menu li.right a:hover {
	color: #333;
}
.menu li.search {
	padding: 0 10px;
}
.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}
.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}
/* Inner
------------------------------------------------------------ */
.home #inner {
	background: url("images/inner.png") repeat-x scroll 0 bottom #EEF3E7;
	padding: 40px 30px 50px;
}
#inner {
	background: url("none") repeat-x scroll 0 bottom #ffffff;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0 50px;
}
/*.entry-content img {
	border:6px solid #fff;
	padding: 0;
	-webkit-box-shadow: 5px 5px 11px rgba(50, 50, 50, 0.33);
	-moz-box-shadow:    5px 5px 11px rgba(50, 50, 50, 0.33);
	box-shadow:         5px 5px 11px rgba(50, 50, 50, 0.33);
}*/
/* Responsive Slider
------------------------------------------------------------ */
.outreach #genesis-responsive-slider {
	border:10px solid #fff;
	padding: 0;
	-webkit-box-shadow: 5px 5px 11px rgba(50, 50, 50, 0.33);
	-moz-box-shadow:    5px 5px 11px rgba(50, 50, 50, 0.33);
	box-shadow:         5px 5px 11px rgba(50, 50, 50, 0.33);
}
.outreach #genesis-responsive-slider a,
.outreach #genesis-responsive-slider a:visited {
	color: #78a22f;
}
.outreach #genesis-responsive-slider a:visited {
	color: #fff;
}
.outreach .slide-excerpt {
	background-color: transparent;
	border: none;
	margin: 0;
	opacity: 1.0;
}
html > body.outreach .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 15px;
}
.outreach #genesis-responsive-slider p {
	color: #fff;
	font-size: 1.25rem;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1.0),1px 1px 8px rgba(0, 0, 0, 1.0), 1px 1px 1px rgba(0, 0, 0, 1.0);
}
.outreach #genesis-responsive-slider .flex-direction-nav li .prev {
	bottom: 160px;
	left: -82px !important;
	top: auto;
}
.outreach #genesis-responsive-slider .flex-direction-nav li .next {
	bottom: 160px;
	left: auto;
	right: -82px !important;
	top: auto;
}
/* Home Sections
------------------------------------------------------------ */
#home-sections {
	background-color: #fff;
	background: url("images/home-sections.png") repeat-x scroll 0 bottom #fff;
	overflow: hidden;
	padding: 90px 30px 120px;
}
#home-sections a.more-link,
a.css-button {
	background: none repeat scroll 0 0 #EC6D21;
	clear: left;
	color: #FFFFFF;
	font-weight:600;
	font-size:14px;
	margin-top: 5px;
	padding: 5px 10px;
	width: 200px;
	text-decoration:none;
	text-transform:uppercase;
	border-radius:5px 5px 5px 5px;
}
#home-sections a.more-link:hover,
a.css-button:hover {
  background: none repeat scroll 0 0 #D34F0C;
}
#home-sections img {
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
	margin: 0 0 10px;
	padding: 5px;
}
#home-sections img:hover {
	-moz-box-shadow: 0 0 3px #333;
	-webkit-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
}
.home-1, .home-2, .home-3, .home-4 {
	float: left;
	margin: 0 1.5%;
	width: 30%;
}
/*
.home-2 {
	float: left;
	margin: 0 40px 0 0;
	width: 30%;
}
.home-3 {
	float: left;
	width: 30%;
}
*/
.home-4 {
	display:none;
}
/* Breadcrumb
------------------------------------------------------------ */
.breadcrumb {
	font-size: 12px;
	margin: 0 0 30px;
	padding: 10px 15px;
}
/* Taxonomy Description
------------------------------------------------------------ */
.taxonomy-description {
	margin: 0 0 30px;
	padding: 15px 20px;
}
.taxonomy-description p {
	font-size: 14px;
}
/* Content-Sidebar Wrap
------------------------------------------------------------ */
#content-sidebar-wrap {
	float: left;
	/* max-width: 860px;*/
}
.home #content-sidebar-wrap {
	width: 100%;
}
.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	/* width: 100%;*/
}
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}
/* Content
------------------------------------------------------------ */
#content {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
	border-radius: 5px;
	float: left;
	padding: 30px 3%;
	margin-top: 20px;
	width: 68%;
}
.home #content {
  background-color: transparent;
  padding: 0;
  width: 100%;
}
.content-sidebar #content,
.sidebar-content #content {
	width: 65%;
}
.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}
.full-width-content #content,
.full-width-content.outreach-landing #content {
	box-sizing: border-box;
	width: 96%;
}
.hentry {
	margin: 0 0 40px;
}
.entry-content p {
	margin: 0 4% 25px 0;
}
blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 3% 5px 6%;
}
blockquote p {
	color: #999;
	font-style: italic;
}
p.subscribe-to-comments {
	padding: 20px 0 10px;
}
.alignleft {
	float: left;
	margin:0 10px 0 0;
}
#footer-widgets img.attachment-thumbnail {
	height:50px !important;
	width:50px !important;
}
.alignright {
	float: right;
}
.sticky {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	padding: 20px 3%;
}
.clear {
	clear: both;
}
.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}
.google-map-box {
	width:95%;
	float:left;
	overflow:hidden;
}
/* Headlines
------------------------------------------------------------ */
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'proxima-nova', sans-serif;
	font-weight: 700;
	line-height: 1.25;
	margin: 30px 0 10px;
	color: #78a22f;
}
h1,
h2,
h2 a,
h2 a:visited {
	font-size: 30px;
}
h2 a,
h2 a:visited {
	color: #78a22f;
}
h2 a:hover {
	color: #589b37;
	text-decoration: none;
}
.sidebar h2 a,
.sidebar h2 a:hover {
	font-size: 16px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
.outreach #genesis-responsive-slider h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1.0),1px 1px 8px rgba(0, 0, 0, 1.0), 1px 1px 1px rgba(0, 0, 0, 1.0);
}
.outreach #genesis-responsive-slider h2 a {
	color: #fff;
}
.widget-area h4,
.widget-area h4 a,
#home-sections h2,
#home-sections h2 a,
#home-sections h4,
#sub-footer h4 {
	color: #78a22f;
	font-size: 18px;
	/* font-weight: normal;*/
}
#home-sections h2,
#home-sections h2 a,
#home-sections h4 {
	font-weight: 700;
	font-size: 21px;
}
#home-sections h2 a:hover {
	color: #78a22f;
}
#home-sections h2 a,
#home-sections h4  {
	color: #78a22f;
}
h5 {
	font-size: 18px;
}
h6,
.taxonomy-description h1,
.widget-area h4 {
	font-size: 18px;
	font-weight: 600;
}
#sub-footer h2 a, #sub-footer h2 {
	font-size: 16px;
}
#sub-footer .widget-wrap {padding:10px 10px 0;
}
/* Ordered / Unordered Lists
------------------------------------------------------------ */
.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}
.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 35px;
	padding: 0;
}
.entry-content ol li {
	margin: 0 0 0 35px;
}
.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}
/* Post Info
------------------------------------------------------------ */
.post-info {
	color: #999;
	font-size: 12px;
	margin: 0 0 25px;
	text-transform: uppercase;
}
.post-info a,
.post-info a:visited {
	color: #999;
}
.post-info a:hover {
	color: #333;
	text-decoration: none;
}
.post-comments {
	float: right;
}
/* Post Meta
------------------------------------------------------------ */
.post-meta {
	border-top: 1px dotted #ddd;
	clear: both;
	color: #999;
	font-size: 12px;
	padding: 10px 0 0;
	text-transform: uppercase;
}
.post-meta a,
.post-meta a:visited {
	color: #999;
}
.post-meta a:hover {
	color: #333;
	text-decoration: none;
}
.tags {
	float: right;
}
/* Author Box
------------------------------------------------------------ */
.author-box {
	background-color: #393939;
	color: #fff;
	margin: 0 -40px 40px;
	overflow: hidden;
	padding: 30px;
}
.author-box p {
	color: inherit;
	font-size: 15px;
}
.author-box a,
.author-box a:visited {
	color: #78a22f;
}
.author-box p {
	color: inherit;
}
/* Column Classes
------------------------------------------------------------ */
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}
.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}
.one-third,
.two-sixths {
	width: 31%;
}
.four-sixths,
.two-thirds {
	width: 65%;
}
.one-fourth {
	width: 22.5%;
}
.three-fourths {
	width: 73.5%;
}
.one-fifth {
	width: 17.4%;
}
.two-fifths {
	width: 37.8%;
}
.three-fifths {
	width: 58.2%;
}
.four-fifths {
	width: 78.6%;
}
.one-sixth {
	width: 14%;
}
.five-sixths {
	width: 82%;
}
.first {
	clear: both;
	padding-left: 0;
}
/* Featured Post Grid
------------------------------------------------------------ */
.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}
.genesis-grid-even {
	float: right;
}
.genesis-grid-odd {
	clear: both;
	float: left;
}
/* Archive Page
------------------------------------------------------------ */
.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;
}
/* Images
------------------------------------------------------------ */
img {
	height: auto;
	max-width: 100%;
}
.avatar,
.post-image {
	background-color: #fff;
	border: 4px solid #ddd;
	padding: 1px;
}
.post-image {
	margin: 0 10px 10px 0;
}
.alignleft .avatar {
	margin: 0 10px 0 0;
}
.alignright .avatar {
	margin: 0 0 0 10px
}
.author-box .avatar {
	border: 5px solid #696969;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}
.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 10px 10px;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 20px;
}
img.alignnone {
	display: inline;
	margin: 0 0 10px;
}
img.alignleft,
.wp-caption.alignleft {
	display: inline;
	margin: 0 20px 20px 0;
}
img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 20px 20px;
}
.wp-caption {
	padding: 20px;
	text-align: center;
}
p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}
.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}
/* Post Navigation
------------------------------------------------------------ */
.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}
.navigation li {
	display: inline;
}
.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	padding: 10px 15px;
	text-decoration: none;
}
.navigation li a:hover,
.navigation li.active a {
	background-color: #589b37;
}
/* Primary / Secondary Sidebars
------------------------------------------------------------ */
.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	width: 26%;
}
.home .sidebar {
  display: none;
}
#sidebar-alt {
	 display: none;
	float: left;
	width: 17%;
}
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}
.content-sidebar-sidebar #sidebar-alt {
	float: right;
}
.sidebar a,
.sidebar a:hover,
.sidebar a:visited {
	color: #78a22f;
}
.sidebar p {
	color: inherit;
	font-size: inherit;
}
.sidebar img {
	margin: 0 0 10px;
}
.sidebar .rsswidget img {
	margin: 0;
}
.sidebar .widget {
	background-color: transparent;
	margin: 0;
	padding: 5px 0;
}
.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-bottom: 1px dotted #494949;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 7px;
	word-wrap: break-word;
}
.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}
.sidebar.widget-area ul li a,
.sidebar.widget-area ul li a:visited {
	color: #ec6d21;
}
.sidebar.widget-area ul li a:hover {
	color: #516202;
	text-decoration: none;
}
/* Dropdowns
------------------------------------------------------------ */
.widget_archive select,
#cat {
	display: inline;
	padding: 3px;
	width: 95%;
}
/* Featured Page / Post
------------------------------------------------------------ */
.featuredpage,
.featuredpost {
	clear: both;
	margin: 0;
}
.featuredpage .page,
.featuredpost .post {
	margin: 0;
}
/* User Profile
------------------------------------------------------------ */
.user-profile {
	overflow: hidden;
}
/* Buttons
------------------------------------------------------------ */
input[type="button"],
input[type="submit"] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #78a22f;
	border: none;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	line-height: 19px;
	padding: 12px 15px 11px;
	text-decoration: none;
	text-transform: uppercase;
}
#subscribe input[type="submit"] {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleftt: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
input:hover[type="button"],
input:hover[type="submit"] {
	background-color: #5b9b3c;
	border: none;
	text-decoration: none;
}
/* Search Form
------------------------------------------------------------ */
#header .searchform {
	float: right;
	margin: 20px 0 0;
}
#nav .searchform {
	margin: 6px 0 0;
}
.s {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff url(images/search.png) center left no-repeat;
	border-radius: 5px;
	color: #aaa;
	font-style: italic;
	margin: 0;
	padding: 10px 10px 10px 35px;
	width: 95%;
}
.searchsubmit {
	display: none;
}
/* eNews and Update Widget
------------------------------------------------------------ */
.enews p {
	margin: 0 0 10px;
}
.enews #subbox {
	-moz-border-radius: 5px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-radius: 5px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border: none;
	border-radius: 5px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	color: #aaa;
	font-style: italic;
	margin: 0 -7px 0 0;
	padding: 13px 15px 12px;
	width: 160px;
}
#footer-widgets .enews #subbox {
	width: 150px;
}







/* Constant Contact widget 
------------------------------------------------------------	*/


body .ctct-form-embed.form_1 .ctct-form-defaults,
body .ctct-form-embed.form_0 .ctct-form-defaults {
  background-color: rgba(0,0,0,0);
  padding: 0;
  font-size: 14px;
  color: #ccc;
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label,
body .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label,
body .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-label {
  color: #fff;
}
body div.ctct-form-embed div.ctct-form-defaults p.ctct-gdpr-text {
	font-size: 11px !important;
	display: none;
}
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-header,
.ctct-form-embed.form_1 .ctct-form-defaults .ctct-form-header {
	color: #ffff !important;
	line-height: 1.1 !important;
	font-size: 18px !important;
}






/* Calendar Widget
------------------------------------------------------------ */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}
#wp-calendar thead {
	background-color: transparent;
	font-weight: bold;
	margin: 10px 0 0;
}
#wp-calendar td {
	background-color: transparent;
	padding: 2px;
	text-align: center;
}





/* Stride Styles
------------------------------------------------------------ */
#title-area {
text-indent: -9999px;
}
/* Accessibility Plugin */
body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
	left: 180px;
	bottom: 0;
	z-index: 999;
}




/* Home Flexslider overrides */
.home .flexslider .slides img {
	max-width: none;
	height: auto;
}

.home .slide-image {
  max-height: none;
}

.home .flexslider {
  max-width: none;
  max-height: none;
}
.home .flexslider .slides img {
  width: 100%;
}
.home .slide-excerpt {
	padding: 20px;
}
.home .slide-excerpt {
	max-width: 825px;
	width: auto !important;
}
html > body.home .slide-excerpt-border {
	
}

/* Edits for Instagram Feed */

.widget-wrap {
	margin-bottom: 30px;
}


hr {
	border: 0;
	border-top: 1px dotted #ccc;
	padding: 20px 0 0;
}
.footer-widgets hr {
	border: 0;
	border-top: 1px dotted #000;
	padding: 0;
}

/* Footer Socials */
.footer-socials-icon {
	float: left;
	margin: 0 10px 0 0;
}
#footer-widgets p {
	color: inherit;
	font-size: inherit;
	margin: 0 0 10px;
}
.footer-socials img {
	width: 40px;
}
.footer-socials p {
	min-height: 50px;
}
#footer-widgets .wrap {
	overflow: hidden;
	padding: 100px 0 100px;
	max-width: 1260px;
}
.page-id-67128 .wrap {
	max-width: 1360px;	
}

#footer-widgets .widgettitle {
	font-size: 20px;
	margin-bottom: 25px;
}

h1.entry-title {
	font-size: 42px;
}

#menu-item-445 {
	float: right;
}
/* Overrides non-working button color tool in SB */
body #sb_instagram.sbi_palette_custom_1 #sbi_load .sbi_follow_btn a {
	background: #EC6D21 !important;
}




/* Sub Footer
------------------------------------------------------------ */
#sub-footer {
	background: url("images/subfooter-dirt.png") repeat-x scroll 0 bottom #eef3e7;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 30px 90px;
	position: relative;
	width: 100%;
}
#sub-footer:not(.home #sub-footer)::before {
	background: #eef3e7 url("images/subfooter.png") repeat-x top center / contain;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 40px;
}

/*
#sub-footer a,
#sub-footer a:visited {
	color: #ec6d21;
}
*/
#sub-footer p {
	color: inherit;
	font-size: inherit;
}
#sub-footer .latest-tweets {
	background: url("images/latest-tweet.png") no-repeat scroll 10px top transparent;
	font-size: 16px;
	min-height: 80px;
	padding: 0 0 0 120px;
}
#sub-footer .latest-tweets a,
#sub-footer .latest-tweets a:visited {
	color: #333;
	text-decoration: none;
}
#sub-footer .latest-tweets a:hover {
	text-decoration: underline;
}
#sub-footer .latest-tweets ul {
	position: relative;
}
#sub-footer .latest-tweets ul li {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #78a22f;
	border-radius: 10px;
	list-style-type: none;
	margin: 0 0 10px;
	padding: 10px 30px;
}
#sub-footer .latest-tweets ul li.last {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	border-radius: 10px;
	font-size: 16px;
	padding: 0;
}
#sub-footer .latest-tweets ul li.last a,
#sub-footer .latest-tweets ul li.last a:visited {
	color: #78a22f;
}
#sub-footer .latest-tweets ul li:before {
	content: '';
	display: block;
	height: 0;
	position: absolute;
	left: -16px;
	border-bottom: 15px solid;
	border-left: 15px solid;
	border-right: 15px solid;
	border-top: 15px solid;
	border-color: #78a22f #78a22f transparent transparent;
	top: 15px;
	width: 0;
}
.sub-footer-left {
	float: left;
	width: 100%;
}

.sub-footer-right {
	display: none;
}


/* Footer Widgets
------------------------------------------------------------ */
#footer-widgets {
	background: url(images/footer.jpg);
	clear: both;
	color: #ccc;
	font-size: 16px;
	margin: 0 auto;
	overflow: hidden;
	padding: 90px 30px 110px;
	width: 100%;
}
#footer-widgets .wrap {
	overflow: hidden;
	padding: 40px 0 30px;
}
#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}
#footer-widgets a,
#footer-widgets a:visited {
	color: #ec6d21;
}
#footer-widgets a:hover {
	color: #fff;
	text-decoration: none;
}
#footer-widgets p {
	color: inherit;
	font-size: inherit;
	margin: 0 0 10px;
}
#footer-widgets ul {
	margin: 0;
}


.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float: none;
	display: inline-block;
	margin: 0 2%;
	vertical-align: top;
	width: 29.333%;
}


/* Footer
------------------------------------------------------------ */
#footer {
	background: #1b1508;
	clear: both;
	color: #78a22f;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
#footer .wrap {
	overflow: hidden;
	padding: 30px 0;
}
#footer p {
	color: inherit;
	font-size: inherit;
}
#footer a,
#footer a:visited {
	color: #78a22f;
}
#footer a:hover {
	color: #ccc;
	text-decoration: none;
}
#footer .gototop {
	float: left;
	width: 300px;
}
#footer .gototop a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #555 url(images/return-top.png) center left no-repeat;
	border-radius: 5px;
	color: #fff;
	padding: 11px 15px 9px 35px;
	text-transform: uppercase;
}
#footer .gototop a:hover {
	text-decoration: underline;
}
#footer .creds {
	float: right;
	text-align: right;
	width: 750px;
}
/* Comments
------------------------------------------------------------ */
#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}
#author,
#comment,
#email,
#url {
	-moz-box-shadow: 0 0 5px #ccc inset;
	-webkit-box-shadow: 0 0 5px #ccc inset;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px #ccc inset;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}
#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}
.ping-list {
	margin: 0 0 40px;
}
.comment-list ol,
.ping-list ol {
	padding: 10px;
}
.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 20px 0 10px;
	padding: 15px 20px;
}
.comment-list li ul li {
	margin-right: -22px;
}
.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}
.comment-list cite,
.ping-list cite {
	font-style: normal;
}
.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}
.reply {
	font-size: 14px;
}
.nocomments {
	text-align: center;
}
#comments .navigation {
	display: block;
}
.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}
.alt,
.depth-1,
.even {
	border: 2px solid #fff;
}
/* Gravity Forms
------------------------------------------------------------ */
div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 6px 10px !important;
}
div.gform_footer input.button {
	color: #fff;
	padding: 12px 15px 11px !important;
}
div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}
div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}
div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}
/* Outreach Blue
------------------------------------------------------------ */
.outreach-blue a,
.outreach-blue a:visited {
	color: #37689b;
}
.outreach-blue .author-box a,
.outreach-blue .author-box a:visited,
.outreach-blue .menu-secondary li a:active,
.outreach-blue .menu-secondary li a:hover,
.outreach-blue .menu-secondary li:hover a,
.outreach-blue .menu-secondary .current_page_item a,
.outreach-blue .menu-secondary .current-cat a,
.outreach-blue .menu-secondary .current-menu-item a,
.outreach-blue .sidebar a,
.outreach-blue .sidebar a:hover,
.outreach-blue .sidebar a:visited,
.outreach-blue .widget-area h4,
.outreach-blue .widget-area h4 a,
.outreach-blue #footer-widgets a,
.outreach-blue #footer-widgets a:visited,
.outreach-blue.outreach #genesis-responsive-slider a,
.outreach-blue.outreach #genesis-responsive-slider a:visited,
.outreach-blue #header .menu li a:active,
.outreach-blue #header .menu li a:hover,
.outreach-blue #header .menu li:hover a,
.outreach-blue #header .menu .current_page_item a,
.outreach-blue #header .menu .current-cat a,
.outreach-blue #header .menu .current-menu-item a,
.outreach-blue #sub-footer a,
.outreach-blue #sub-footer a:visited,
.outreach-blue #sub-footer h4,
.outreach-blue #sub-footer .latest-tweets ul li.last a,
.outreach-blue #sub-footer .latest-tweets ul li.last a:visited {
	color: #407ab4;
}
.outreach-blue .menu-primary a,
.outreach-blue .menu-secondary a,
.outreach-blue .menu-secondary li li a,
.outreach-blue .menu-secondary li li a:link,
.outreach-blue .menu-secondary li li a:visited,
.outreach-blue.outreach #genesis-responsive-slider a:hover,
.outreach-blue #header .menu a {
	color: #fff;
	text-decoration: none;
}
.outreach-blue .menu-secondary li li a:active,
.outreach-blue .menu-secondary li li a:hover{
	color: #407ab4;
}
.outreach-blue #nav {
	background: url(images/blue/nav.png);
}
.outreach-blue .post-info a,
.outreach-blue .post-info a:visited,
.outreach-blue .post-meta a,
.outreach-blue .post-meta a:visited {
	color: #999;
}
.outreach-blue h2 a,
.outreach-blue h2 a:visited,
.outreach-blue .menu-primary li a:active,
.outreach-blue .menu-primary li a:hover,
.outreach-blue .menu-primary li:hover a,
.outreach-blue .menu-primary .current_page_item a,
.outreach-blue .menu-primary .current-cat a,
.outreach-blue .menu-primary .current-menu-item a,
.outreach-blue .post-info a:hover,
.outreach-blue .post-meta a:hover {
	color: #333;
}
.outreach-blue h2 a:hover {
	color: #37689b;
}
.outreach-blue input[type="button"],
.outreach-blue input[type="submit"],
.outreach-blue #sub-footer .latest-tweets ul li {
	background-color: #407ab4;
}
.outreach-blue input:hover[type="button"],
.outreach-blue input:hover[type="submit"],
.outreach-blue .navigation li a:hover,
.outreach-blue .navigation li.active a {
	background-color: #37689b;
}
.outreach-blue #sub-footer .latest-tweets a,
.outreach-blue #sub-footer .latest-tweets a:visited {
	color: #333;
}
.outreach-blue #sub-footer .latest-tweets ul li:before {
	border-color: #407ab4 #407ab4 transparent transparent;
}
.outreach-blue #sub-footer .latest-tweets ul li.last {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	border-radius: 10px;
	font-size: 16px;
	padding: 0;
}
/* Outreach Blue
------------------------------------------------------------ */
.outreach-orange a,
.outreach-orange a:visited {
	color: #bb6a16;
}
.outreach-orange .author-box a,
.outreach-orange .author-box a:visited,
.outreach-orange .menu-secondary li a:active,
.outreach-orange .menu-secondary li a:hover,
.outreach-orange .menu-secondary li:hover a,
.outreach-orange .menu-secondary .current_page_item a,
.outreach-orange .menu-secondary .current-cat a,
.outreach-orange .menu-secondary .current-menu-item a,
.outreach-orange .sidebar a,
.outreach-orange .sidebar a:hover,
.outreach-orange .sidebar a:visited,
.outreach-orange .widget-area h4,
.outreach-orange .widget-area h4 a,
.outreach-orange #footer-widgets a,
.outreach-orange #footer-widgets a:visited,
.outreach-orange.outreach #genesis-responsive-slider a,
.outreach-orange.outreach #genesis-responsive-slider a:visited,
.outreach-orange #header .menu li a:active,
.outreach-orange #header .menu li a:hover,
.outreach-orange #header .menu li:hover a,
.outreach-orange #header .menu .current_page_item a,
.outreach-orange #header .menu .current-cat a,
.outreach-orange #header .menu .current-menu-item a,
.outreach-orange #sub-footer a,
.outreach-orange #sub-footer a:visited,
.outreach-orange #sub-footer h4,
.outreach-orange #sub-footer .latest-tweets ul li.last a,
.outreach-orange #sub-footer .latest-tweets ul li.last a:visited {
	color: #da791a;
}
.outreach-orange .menu-primary a,
.outreach-orange .menu-secondary a,
.outreach-orange .menu-secondary li li a,
.outreach-orange .menu-secondary li li a:link,
.outreach-orange .menu-secondary li li a:visited,
.outreach-orange.outreach #genesis-responsive-slider a:hover,
.outreach-orange #header .menu a {
	color: #fff;
	text-decoration: none;
}
.outreach-orange .menu-secondary li li a:active,
.outreach-orange .menu-secondary li li a:hover{
	color: #da791a;
}
.outreach-orange #nav {
	background: url(images/orange/nav.png);
}
.outreach-orange .post-info a,
.outreach-orange .post-info a:visited,
.outreach-orange .post-meta a,
.outreach-orange .post-meta a:visited {
	color: #999;
}
.outreach-orange h2 a,
.outreach-orange h2 a:visited,
.outreach-orange .menu-primary li a:active,
.outreach-orange .menu-primary li a:hover,
.outreach-orange .menu-primary li:hover a,
.outreach-orange .menu-primary .current_page_item a,
.outreach-orange .menu-primary .current-cat a,
.outreach-orange .menu-primary .current-menu-item a,
.outreach-orange .post-info a:hover,
.outreach-orange .post-meta a:hover {
	color: #333;
}
.outreach-orange h2 a:hover {
	color: #bb6a16;
}
.outreach-orange input[type="button"],
.outreach-orange input[type="submit"],
.outreach-orange #sub-footer .latest-tweets ul li {
	background-color: #da791a;
}
.outreach-orange input:hover[type="button"],
.outreach-orange input:hover[type="submit"],
.outreach-orange .navigation li a:hover,
.outreach-orange .navigation li.active a {
	background-color: #bb6a16;
}
.outreach-orange #sub-footer .latest-tweets a,
.outreach-orange #sub-footer .latest-tweets a:visited {
	color: #333;
}
.outreach-orange #sub-footer .latest-tweets ul li:before {
	border-color: #da791a #da791a transparent transparent;
}
.outreach-orange #sub-footer .latest-tweets ul li.last {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	border-radius: 10px;
	font-size: 16px;
	padding: 0;
}
/* Outreach Red
------------------------------------------------------------ */
.outreach-red a,
.outreach-red a:visited {
	color: #a03231;
}
.outreach-red .author-box a,
.outreach-red .author-box a:visited,
.outreach-red .menu-secondary li a:active,
.outreach-red .menu-secondary li a:hover,
.outreach-red .menu-secondary li:hover a,
.outreach-red .menu-secondary .current_page_item a,
.outreach-red .menu-secondary .current-cat a,
.outreach-red .menu-secondary .current-menu-item a,
.outreach-red .sidebar a,
.outreach-red .sidebar a:hover,
.outreach-red .sidebar a:visited,
.outreach-red .widget-area h4,
.outreach-red .widget-area h4 a,
.outreach-red #footer-widgets a,
.outreach-red #footer-widgets a:visited,
.outreach-red.outreach #genesis-responsive-slider a,
.outreach-red.outreach #genesis-responsive-slider a:visited,
.outreach-red #header .menu li a:active,
.outreach-red #header .menu li a:hover,
.outreach-red #header .menu li:hover a,
.outreach-red #header .menu .current_page_item a,
.outreach-red #header .menu .current-cat a,
.outreach-red #header .menu .current-menu-item a,
.outreach-red #sub-footer a,
.outreach-red #sub-footer a:visited,
.outreach-red #sub-footer h4,
.outreach-red #sub-footer .latest-tweets ul li.last a,
.outreach-red #sub-footer .latest-tweets ul li.last a:visited {
	color: #ba3a3a;
}
.outreach-red .menu-primary a,
.outreach-red .menu-secondary a,
.outreach-red .menu-secondary li li a,
.outreach-red .menu-secondary li li a:link,
.outreach-red .menu-secondary li li a:visited,
.outreach-red.outreach #genesis-responsive-slider a:hover,
.outreach-red #header .menu a {
	color: #fff;
	text-decoration: none;
}
.outreach-red .menu-secondary li li a:active,
.outreach-red .menu-secondary li li a:hover{
	color: #ba3a3a;
}
.outreach-red #nav {
	background: url(images/red/nav.png);
}
.outreach-red .post-info a,
.outreach-red .post-info a:visited,
.outreach-red .post-meta a,
.outreach-red .post-meta a:visited {
	color: #999;
}
.outreach-red h2 a,
.outreach-red h2 a:visited,
.outreach-red .menu-primary li a:active,
.outreach-red .menu-primary li a:hover,
.outreach-red .menu-primary li:hover a,
.outreach-red .menu-primary .current_page_item a,
.outreach-red .menu-primary .current-cat a,
.outreach-red .menu-primary .current-menu-item a,
.outreach-red .post-info a:hover,
.outreach-red .post-meta a:hover {
	color: #333;
}
.outreach-red h2 a:hover {
	color: #a03231;
}
.outreach-red input[type="button"],
.outreach-red input[type="submit"],
.outreach-red #sub-footer .latest-tweets ul li {
	background-color: #ba3a3a;
}
.outreach-red input:hover[type="button"],
.outreach-red input:hover[type="submit"],
.outreach-red .navigation li a:hover,
.outreach-red .navigation li.active a {
	background-color: #a03231;
}
.outreach-red #sub-footer .latest-tweets a,
.outreach-red #sub-footer .latest-tweets a:visited {
	color: #333;
}
.outreach-red #sub-footer .latest-tweets ul li:before {
	border-color: #ba3a3a #ba3a3a transparent transparent;
}
.outreach-red #sub-footer .latest-tweets ul li.last {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background: none;
	border-radius: 10px;
	font-size: 16px;
	padding: 0;
}
/* Responsive Design
------------------------------------------------------------ */
@media only screen and (max-width: 1200px) {
	/* #title-area {
  		background: url("images/logo.png") no-repeat scroll 0 0 transparent;
  		float: left;
  		min-height: 130px;
  		width: 330px;
} */
/*
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sub-footer-right {
		width: 21%;
	}
*/
	#home-sections img,
	#home-sections img:hover {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
	}
	#content-sidebar-wrap {
		/* max-width: 760px; */
	}
	.full-width-content.outreach #content {
		/* max-width: 940px; */
	}
	#content {
		 /* max-width: 350px; */
	}
	.content-sidebar #content,
	.sidebar-content #content {
		/* max-width: 550px; */
	}
	.sub-footer-left {
		/* max-width: 710px; */
	}
	#footer-widgets .enews #subbox {
		/* width: 125px; */
	}
	#footer .gototop {
		max-width: 200px;
	}
}
@media only screen and (max-width: 1023px) {
	
		#content {
	 width: 100%;
	}
	/* #title-area {
		background: url("images/logo.png") no-repeat scroll 10px 30px transparent;
}*/
	.google-map-box {
		width:95%;
		float:left;
	}
	/* ul#menu-header-navigation {
		position:absolute !important;
		margin-top:-259px !important;
		background-color:#fff !important;
	}*/ 
	/* .header .widget-wrap {
		position:absolute;
		width:100%;
		top:0;
	} */
	body {
		width: 100%;
		margin: 0 auto;
	}
	#header .searchform {
		display:none;
	}
	/* #title-area {
		float: none;
		overflow: hidden;
		width: 100%;
		min-height:150px;
		background: url("images/logo.png") no-repeat scroll center 30px transparent;
} */
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.full-width-content #content,
	.full-width-content.outreach #content,
	.full-width-content.outreach-landing #content,
	.outreach-landing .wrap,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	.sub-footer-left,
	.sub-footer-right,
	.wrap,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	/* #header ul.menu,*/
	#home-featured,
	#sidebar-alt,
	#title-area,
	#wrap {
		width: 100%;
	}
	.content-sidebar #content {
		width: 92%;
	}

	.home-1,
	.home-2,
	.home-3,
	.home-4 {
		box-sizing: border-box;
		float: left;
		width: 47%;
	}
	#description,
	#footer .creds,
	#footer .gototop,
	#header .searchform,
	#title,
	#title-area {
		float: none;
		text-align: left;
	}
	/* .menu-primary,
	.menu-secondary,
	#header ul.menu {
		float: right;
		text-align: right;
}*/
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	#header .menu,
	#header .searchform,
	#title,
	#wrap {
		margin: 0;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.full-width-content.outreach #content,
	#description,
	#footer-widgets .wrap,
	#title a,
	#title a:hover,
	#header .search-form {
		padding: 0;
	}
	.menu li.right,
	#footer .gototop a {
		display: none;
	}
	.menu li li {
		text-align: left;
	 }
	#content,
	#inner,
	#sub-footer  {
		box-sizing: border-box;
	}
	/* #content {
		padding: 4%;
		margin: 0 auto 20px;
	}*/
	#footer-widgets .widget,
	#inner {
		padding: 10px 10px 0;
	}
	/* .full-width-content.outreach #content {
		margin: 0 0 10px;
	} */
	.author-box {
		margin: 0 -20px 40px;
	}
	.sidebar .widget {
		padding: 20px;
	}
	#footer .wrap {
		padding: 22px 0 20px;
	}
}
@media only screen and (max-width: 800px) {
	
	#menu-item-445 {
		float: left;
	}
	#simplemap {width:90% !important;float:left;}
	#map_search label {
  		float: left;
  		width: 100%;}
#nav {margin-top:0}
}
@media only screen and (max-width: 600px) {
	#menu-primary-navigation {
		margin: 0 3%;
}
	#header {background: url("images/header.png") repeat-x scroll center bottom #CBDEE6 !important}
		#menu-primary-navigation > li > a {border:0}
		.outreach #genesis-responsive-slider .flex-direction-nav li .next,
		.outreach #genesis-responsive-slider .flex-direction-nav li .prev {
		display: none;
	}
	.archive-page,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		padding: 0;
		width: 100%;
	}
	
	
	
	
	/* Slide mobile coding */
	.home .slide-image {
	  overflow: visible;
	  position: relative;
	}
	.home .slide-excerpt {
	  padding-top: 0;
	  position: relative;
	  
	}
	.home .flexslider {
	  background: #1e5630;
	}
	.home.outreach #genesis-responsive-slider h2 {
		font-size: 24px;
	}
	.outreach #genesis-responsive-slider p {
		font-size: 1rem;
	}
	.home #content {
		background-color: transparent;
		padding: 0;
		width: 100%;
	}

	
	
	
	
	
	
/*
	.outreach .slide-excerpt,
	#sub-footer .latest-tweets ul li:before {
		display: none;
	}
*/
	#home-sections {
		padding: 20px 0;
	}
	.home-1,
	.home-2,
	.home-3,
	.home-4 {
		padding: 10px;
		width: 96%;
	}
	.s {
		box-sizing: border-box;
		width: 75%;
	}
	#sub-footer .latest-tweets {
		background: none;
		font-size: 16px;
		margin: 0 0 20px;
		padding: 0;
	}
	#sub-footer .latest-tweets ul li {
		padding: 10px 20px;
	}
/* .menu-primary > li {width:100%;} */
#nav {margin-top:0 !important;}
.menu-primary a {border:0;}
}
@media only screen and (max-width: 400px) {
	#title {
		font-size: 36px;
	}
#header .menu li {
  float: none;
}
}