/*
	Theme Name: Outreach Pro
	Theme URI: http://my.studiopress.com/themes/outreach/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.1
	
	Tags: black, green, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
	
	Template: genesis
	Template Version: 2.1
	
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
	- Comments
	- Sidebars
	- Sub Foooter
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Outreach Pro Blue
		- Outreach Pro Orange
		- Outreach Pro Purple
		- Outreach Pro Red
	- Media Queries
	- Retina Display
		- Retina
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/
@font-face {
    font-family: 'ArialNarrow';
    src: url('fonts/ArialNarrow.eot');
    src: url('fonts/ArialNarrow.eot?#iefix') format('embedded-opentype'),
         url('fonts/ArialNarrow.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.home-top .widget:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.home-top .widget:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	//background-color: #222;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.625;
	
	font-family: calibri, sans-serif;
	font-style: normal;
	font-weight: 300;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #256f4e;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #b95528;//#256f4e;//#589b37;
}

li a {
	font-weight:normal;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
//	font-family: Times New Roman, Times, serif;
	color:#b95528;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform:uppercase;
}

h1 {
	font-size: 36px;
}

h2 {
    font-size: 34px;
    letter-spacing: -1px;
}

h3 {
	font-size: 32px;
	//font-weight:bold;
}
h3 a {
	color:#b95528;
}
h4 {
	font-size: 20px;
	//font-weight:bold;
}
h4 a {
	color:#b95528;
}
h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */
.entry-content form p {
	margin-bottom:10px;
}

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	padding: 6px 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #256f4e;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #5b9b3c;
	color: #fff;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 700;
	text-transform: uppercase;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 966px;
}
header .wrap {
	max-width: 966px;
}

.site-inner {
	clear: both;
	font-size: 20px;
	overflow: hidden;
	//padding-top: 30px;
}
.site-inner::before {
	display:block;
	clear:both;
	width:100%;
	height:10px;
	background-color:#b95528;
	border-bottom:#FFF 1px solid;
}
.page .site-inner::before {
	display:none;
}
.outreach-pro-home .site-inner {
	//padding: 4px 0;
}

.outreach-pro-landing .wrap {
	max-width: 900px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 930px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	background-color: #fff;
	border-radius: 3px;
	float: right;
	margin-bottom: 30px;
	padding: 20px 40px 20px 0px;
	width: 668px;
}

.outreach-pro-home .content {
	margin: 0;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 550px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 262px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	font-size: 12px;
	margin-bottom: 30px;
	padding: 10px 16px;
}

.archive-description {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 30px;
}

.author-box {
	background-color: #111;
	color: #fff;
	margin: 0 -40px 40px;
	padding: 30px;
}

.author-box-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}
.site-header .search-form {
	width:100%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
.widget_search input[type="submit"] {
	position:static;
	width:22px;
	height:29px;
	padding:0;
	margin:0;
	margin-left:8px;
	background-image:url(images/mag-glass.png);
	background-color:transparent;
	text-indent:-9999px;
	display:inline-block;
}

.widget_search input::-webkit-input-placeholder {
	text-align:center;
}

.widget_search input:-moz-placeholder { /* Firefox 18- */
	text-align:center;
}

.widget_search input::-moz-placeholder {  /* Firefox 19+ */
	text-align:center;
}

.widget_search input:-ms-input-placeholder {  
	text-align:center;
}

.site-header .widget-area input:hover[type="submit"]:hover {
	background-color:transparent;
}	

.site-header .widget-area input[type=search] {
	width:154px;
	display:inline-block;
	line-height:14px;
	border: 0px solid #ddd;
	padding:5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 24px;//30px;
	font-weight: 700;
}

.content .entry-title a {
	color: #b95528;
}

.content .entry-title a:hover {
	color: #256f4e;
}

.widget-title {
	color: #b95528;
	font-size: 18px;
	//font-weight:bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.footer-widgets .widget-title,
.site-header .widget-title {
	color: #fff;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	display: block;
	margin-bottom: 16px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption {
	margin: 0 0 10px;
}

.wp-caption-text {
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
	margin-bottom: 30px;
}

.widget li {
	border-bottom: 1px dotted #494949;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget p:last-child,
.widget ol > li:last-child,
.widget ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_calendar table {
	border-color: #494949;
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
}

.featured-content .entry-title {
	font-size: 20px;
}

.featured-content .entry-comments-link {
	float: none;
}

.more-from-category {
	border-top: 1px dotted #494949;
	margin-top: 10px;
	padding-top: 10px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	border: none;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #eee;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* Genesis Responsive Slider
------------------------------------------------------------ */

.content #genesis-responsive-slider {
//	-webkit-box-shadow: 0 60px 100px rgba(0, 0, 0, 0.5);
//	-moz-box-shadow:    0 60px 100px rgba(0, 0, 0, 0.5);
//	box-shadow:         0 60px 100px rgba(0, 0, 0, 0.5);
	border: none;
	padding: 0;
}

.content #genesis-responsive-slider a:hover,
.content #genesis-responsive-slider h2 a,
.content #genesis-responsive-slider h2,
.content #genesis-responsive-slider p {
	color: #fff;
}

.content #genesis-responsive-slider a,
.content #genesis-responsive-slider h2 a:hover {
	color: #256f4e;
}

#genesis-responsive-slider li {
	border: none;
	margin: 0;
	padding: 0;
}

.content .slide-excerpt {
	background-color: rgba(0, 0, 0, 0.7);
	border: none;
	filter: alpha(opacity=10);
	margin: 0;
	opacity: 1;
}

html > body .content .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 30px;
}

.content #genesis-responsive-slider p {
	color: #fff;
}

.widget.genesis_responsive_slider,
.content #genesis-responsive-slider .flex-control-nav {
	margin-bottom: 0;
}

.content #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: 10px;
	left: auto;
	right: 62px !important;
	top: auto;
}

.content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: 10px;
	left: auto;
	right: 10px !important;
	top: auto;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #012b19;
	color: #fff;
	min-height: 157px;
	background-image:url(images/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    //overflow-x: hidden;
    background-size: cover;
}

.site-header .widget {
	margin-bottom: 0;
}

.site-header .wrap {
	padding: 20px 0 25px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 14px 0;
	width: 780px;
}
.title-area::after {
	content:" ";
	height:1px;
	width:9999px;
	background-color:#e2a136;
	display:block;
	margin:91px 0 0 112px;
	display:none;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 43px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #fff;
}

.header-image .title-area {
	padding: 0;
}

.header-image .site-title > a {
	float: left;
	min-height: 112px;
	width: 100%;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	height: 0;
	line-height: 1.5;
	text-indent: -9999px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	padding-top: 14px;
	text-align: right;
	width: 240px;
}

.site-header .widget-area a {
	color: #fff;
}

.site-header .widget-area a:hover {
	color: #000;
}

.site-header .widget li {
	border-color: #fff;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
	background-color: #fff;
	color: #000;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu,
.genesis-nav-menu a {
	color: #fff;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 17px 17px 17px;
}

.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu li:hover > a,

.nav-primary .current-menu-parent a,
.nav-primary .current-page-parent a,
.nav-primary .current_page_parent a,

.nav-primary .current-menu-ancestor a,
.nav-primary .current_page_ancestor a {
	background-color: transparent;
	color: #FFF;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
	font-family:'ArialNarrow', Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:22px;
	font-weight:normal;
}

.genesis-nav-menu .sub-menu {
	border-top: 2px solid #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #eee;
	border: 1px solid #fff;
	border-top: none;
	color: #333;
	font-size: 18px;
	line-height:22px;
	padding: 14px 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -48px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 18px 20px;
}

.genesis-nav-menu .right:hover > a {
	background: none;
	color: #fff;
}

.genesis-nav-menu .right > a:hover {
	background: #fff;
	color: #000;
}

.genesis-nav-menu > .search {
	padding: 9px 0 0;
}

.genesis-nav-menu input[type="search"] {
	font-size: 14px;
	padding: 7px 26px 7px 16px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li,
.site-header .genesis-nav-menu li ul {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: rgba(185,85,40,0.87);/*#b95528;//#a8a7a7;*/
/*	background: -moz-linear-gradient(top, rgba(189,189,189,1) 0%, rgba(139,139,139,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(189,189,189,1)), color-stop(100%, rgba(139,139,139,1)));
	background: -webkit-linear-gradient(top, rgba(189,189,189,1) 0%, rgba(139,139,139,1) 100%);
	background: -o-linear-gradient(top, rgba(189,189,189,1) 0%, rgba(139,139,139,1) 100%);
	background: -ms-linear-gradient(top, rgba(189,189,189,1) 0%, rgba(139,139,139,1) 100%);
	background: linear-gradient(to bottom, rgba(189,189,189,1) 0%, rgba(139,139,139,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#8b8b8b', GradientType=0 );
*/
	border-top:#FFF 1px solid;
	border-bottom:#FFF 1px solid;
	text-align:center;
	position:relative;
}

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	text-align:center;
}
.nav-secondary .wrap {
//	border-bottom-left-radius: 3px;
//	border-bottom-right-radius: 3px;
	margin-bottom: 16px;
}

.nav-secondary .genesis-nav-menu > li > a:hover,
.nav-secondary .genesis-nav-menu > li:hover > a {
	background: none;
}

.nav-secondary .genesis-nav-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu li:hover > a {
	color: #256f4e;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #090909;
	border-color: #292929;
	color: #fff;
}

.nav-secondary .sub-menu {
	border-color: #292929;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-top .widget {
	margin: 0;
	padding: 0 40px 40px;
}

.home-top .home-top-left  .widget {
	padding:20px 27px 0px 10px;
	color:#666666;
	font-size:14px;
}
.home-top .home-top-left h3, .home-top .home-bottom-right .widget:first-child h3 {
//	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	line-height:22px;
	//font-weight:bold;
	text-align:right;
	color:#b95528;
	margin-bottom:1px;
	text-transform:none;
}
.home-top .home-top-left h4, .home-top .home-bottom-right .widget:first-child h4 {
//	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	line-height:22px;
	//font-weight:bold;
	text-align:right;
	font-style:italic;
	color:#504e4e;
	text-transform:none;
}
.home-top .home-top-left p, .home-top .home-bottom-right .widget:first-child p {
	margin-bottom:10px;
	line-height:20px;
}

.home-top .home-bottom-right .widget {
	padding:27px 20px 0px 38px;
	color:#666666;//#999999;
	font-size:14px;
}
.home-top .home-bottom-right .widget:first-child {
	display:none;
}

.home-top .widget:first-child {
	//padding-top: 40px;
}

.home-top .widget.genesis_responsive_slider {
	padding: 0;
}
.home-left, .home-right {
	width:50%;
	float:right;
}
.home-top-left, .home-top-right, .home-top-left, .home-top-right {
	width:100%;
}
.home-left {
	background-image:url(images/home-left-bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.home-top-left, .home-top-right {
	height:335px;
	overflow:hidden;
}
.home-bottom-left, .home-bottom-right {
	height:232px;
	overflow:hidden;
}

.outreach-pro-home .content {
	padding: 0;
}

.home-bottom {
	background-color: #fff;
	padding-top: 60px;
}

.home-bottom .widget {
	float: left;
	margin-left: 2.564102564102564%;
	width: 23.076923076923077%;
}

.home-bottom .widget:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

.home-bottom .featured-content img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow:         1px 1px 4px rgba(0, 0, 0, 0.4);
}

.home-bottom .widget-title {
	color: #333;
	font-weight: 700;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #999;
	font-size: 12px;
	margin-bottom: 0;
	text-transform: uppercase;
}

p.entry-meta a {
	color: #999;
}

p.entry-meta a:hover {
	color: #333;
}

.entry-footer .entry-meta {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 12px;
}

.entry-header .entry-meta {
	margin-bottom: 17px;
}

.entry-categories {
	float: left;
}

.entry-comments-link,
.entry-tags {
	float: right;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 40px;
	padding: 30px;
	text-align: center;
}

.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

.after-entry .featured-content li {
	text-align: center;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #256f4e;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 30px;
}

li.comment,
li.pingback {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li,
.entry-pings li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #111;
	font-size: 18px;
	margin-top:20px;
}

.sidebar .widget {
	background-color: #dedbdb;
	border-radius: 3px;
	padding: 30px;
}

.sidebar li a {
	color: #333;
}

.sidebar li a:hover,
.sidebar .entry-meta a:hover {
	color: #fff;
}

/*
Sub Footer
---------------------------------------------------------------------------------------------------- */

.sub-footer {
	background-color: #f2f6e9;
	padding: 60px 0 30px;
}

.sub-footer-left {
	float: left;
	width: 785px;
}

.sub-footer-right {
	float: right;
	font-size: 14px;
	width: 235px;
}

.sub-footer-left .entry-title {
	font-size: 30px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #222;
	color: #ccc;
	clear: both;
	font-size: 14px;
	padding: 60px 0 30px;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets .entry-meta a:hover,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 255px;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets-4 {
	float: right;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer .wrap {
	padding-top:27px;
}
.site-footer .nav-secondary .wrap {
	padding-top:0px;
}
.site-footer::before {
	display:block;
	clear:both;
	width:100%;
	height:31px;
	background-color:#e5a72c;
	border-top:#FFF 1px solid;
	border-bottom:#FFF 1px solid;
	box-shadow:0px 5px 10px grey;
	display:none;
}

.site-footer {
	background-color: #676767;
	color: #FFF;
	font-size: 14px;
	padding: 0 0 40px 0;
	text-align: center;
}
.site-footer .wrapper {
	max-width:1200px;
	display:inline-block;
	margin:0 auto;
}
.site-footer .address {
//	font-family:'ArialNarrow', Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:32px;
	letter-spacing: -0.5px;
	color:#FFF;
	margin-bottom:10px;
}
.site-footer .copyright {
//	font-family:'ArialNarrow', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	margin-top:10px;
	margin-bottom:20px;
}
.site-footer .social-icons {
	display:inline-block;
	vertical-align:middle;
	margin-left:30px;
}
.site-footer .social-icons a {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:36px;
	height:36px;
	background-repeat:no-repeat;
}
.site-footer .social-icons a.twitter {
	background-image:url(images/twitter-icon_36.png);
}
.site-footer .social-icons a.linkedin {
	background-image:url(images/linkedin-icon_36.png);
	margin-left:8px;
}
.site-footer .social-icons a.facebook {
	background-image:url(images/facebook-icon_36.png);
}

.site-footer a {
	color: #666;
	font-weight:normal;
}

.site-footer a:hover {
//	color: #fff;
	text-decoration:underline;
}

.site-footer p {
	margin-bottom: 0;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Outreach Pro Blue
--------------------------------------------- */

.outreach-pro-blue .content .entry-title a:hover,
.outreach-pro-blue .content #genesis-responsive-slider a,
.outreach-pro-blue .content #genesis-responsive-slider h2 a:hover,
.outreach-pro-blue .nav-secondary .genesis-nav-menu .current-menu-item > a,
.outreach-pro-blue .nav-secondary .genesis-nav-menu .sub-menu a:hover,
.outreach-pro-blue .nav-secondary .genesis-nav-menu a:hover,
.outreach-pro-blue .nav-secondary .genesis-nav-menu li:hover > a,
.outreach-pro-blue .widget-title,
.outreach-pro-blue a {
	color: #2483d0;
}

.outreach-pro-blue a:hover {
	color: #1e6dad;
}

.outreach-pro-blue .content #genesis-responsive-slider a:hover,
.outreach-pro-blue .content #genesis-responsive-slider h2 a,
.outreach-pro-blue .footer-widgets .widget-title,
.outreach-pro-blue .genesis-nav-menu a,
.outreach-pro-blue .site-footer a:hover,
.outreach-pro-blue .site-header .widget-title,
.outreach-pro-blue .site-title a,
.outreach-pro-blue .site-title a:hover {
	color: #fff;
}

.outreach-pro-blue .site-footer a {
	color: #666;
}

.outreach-pro-blue .genesis-nav-menu .sub-menu a,
.outreach-pro-blue .home-bottom .widget-title {
	color: #333;
}

.outreach-pro-blue .genesis-nav-menu a:hover,
.outreach-pro-blue .genesis-nav-menu .current-menu-item > a,
.outreach-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000;
}

.outreach-pro-blue .archive-pagination .active a,
.outreach-pro-blue .archive-pagination li a:hover,
.outreach-pro-blue .button,
.outreach-pro-blue .nav-primary,
.outreach-pro-blue button,
.outreach-pro-blue input[type="button"],
.outreach-pro-blue input[type="reset"],
.outreach-pro-blue input[type="submit"] {
	background-color: #2483d0;
	color: #fff;
}

.outreach-pro-blue .button:hover,
.outreach-pro-blue .site-header,
.outreach-pro-blue button:hover,
.outreach-pro-blue input:hover[type="button"],
.outreach-pro-blue input:hover[type="reset"],
.outreach-pro-blue input:hover[type="submit"] {
	background-color: #1e6dad;
	color: #fff;
}

.outreach-pro-blue .sub-footer {
	background-color: #edf3f4;
}

.outreach-pro-blue,
.outreach-pro-blue .footer-widgets,
.outreach-pro-blue .site-footer {
	background-color: #222e37;
}

.outreach-pro-blue .author-box,
.outreach-pro-blue .nav-secondary .wrap,
.outreach-pro-blue .sidebar .widget  {
	background-color: #17222b;
}

.outreach-pro-blue .nav-secondary .genesis-nav-menu .sub-menu,
.outreach-pro-blue .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #17222b;
	border-color: #2d3b45;
	color: #fff;
}

.outreach-pro-blue .enews-widget input:hover[type="submit"] {
	background-color: #eee;
	color: #333;
}

/* Outreach Pro Orange
--------------------------------------------- */

.outreach-pro-orange .content .entry-title a:hover,
.outreach-pro-orange .content #genesis-responsive-slider a,
.outreach-pro-orange .content #genesis-responsive-slider h2 a:hover,
.outreach-pro-orange .nav-secondary .genesis-nav-menu .current-menu-item > a,
.outreach-pro-orange .nav-secondary .genesis-nav-menu .sub-menu a:hover,
.outreach-pro-orange .nav-secondary .genesis-nav-menu a:hover,
.outreach-pro-orange .nav-secondary .genesis-nav-menu li:hover > a,
.outreach-pro-orange .widget-title,
.outreach-pro-orange a {
	color: #ff7b00;
}

.outreach-pro-orange a:hover {
	color: #cb6e23;
}

.outreach-pro-orange .content #genesis-responsive-slider a:hover,
.outreach-pro-orange .content #genesis-responsive-slider h2 a,
.outreach-pro-orange .footer-widgets .widget-title,
.outreach-pro-orange .genesis-nav-menu a,
.outreach-pro-orange .site-footer a:hover,
.outreach-pro-orange .site-header .widget-title,
.outreach-pro-orange .site-title a,
.outreach-pro-orange .site-title a:hover {
	color: #fff;
}

.outreach-pro-orange .site-footer a {
	color: #666;
}

.outreach-pro-orange .genesis-nav-menu .sub-menu a,
.outreach-pro-orange .home-bottom .widget-title {
	color: #333;
}

.outreach-pro-orange .genesis-nav-menu a:hover,
.outreach-pro-orange .genesis-nav-menu .current-menu-item > a,
.outreach-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000;
}

.outreach-pro-orange .archive-pagination .active a,
.outreach-pro-orange .archive-pagination li a:hover,
.outreach-pro-orange .button,
.outreach-pro-orange .nav-primary,
.outreach-pro-orange button,
.outreach-pro-orange input[type="button"],
.outreach-pro-orange input[type="reset"],
.outreach-pro-orange input[type="submit"] {
	background-color: #ff7b00;
	color: #fff;
}

.outreach-pro-orange .button:hover,
.outreach-pro-orange .site-header,
.outreach-pro-orange button:hover,
.outreach-pro-orange input:hover[type="button"],
.outreach-pro-orange input:hover[type="reset"],
.outreach-pro-orange input:hover[type="submit"] {
	background-color: #ef6c00;
	color: #fff;
}

.outreach-pro-orange .sub-footer {
	background-color: #f6f1e9;
}

.outreach-pro-orange,
.outreach-pro-orange .footer-widgets,
.outreach-pro-orange .site-footer {
	background-color: #3c3a36;
}

.outreach-pro-orange .author-box,
.outreach-pro-orange .nav-secondary .wrap,
.outreach-pro-orange .sidebar .widget  {
	background-color: #302e29;
}

.outreach-pro-orange .nav-secondary .genesis-nav-menu .sub-menu,
.outreach-pro-orange .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #302e29;
	border-color: #45433f;
	color: #fff;
}

.outreach-pro-orange .enews-widget input:hover[type="submit"] {
	background-color: #eee;
	color: #333;
}


/* Outreach Pro Purple
--------------------------------------------- */

.outreach-pro-purple .content .entry-title a:hover,
.outreach-pro-purple .content #genesis-responsive-slider a,
.outreach-pro-purple .content #genesis-responsive-slider h2 a:hover,
.outreach-pro-purple .nav-secondary .genesis-nav-menu .current-menu-item > a,
.outreach-pro-purple .nav-secondary .genesis-nav-menu .sub-menu a:hover,
.outreach-pro-purple .nav-secondary .genesis-nav-menu a:hover,
.outreach-pro-purple .nav-secondary .genesis-nav-menu li:hover > a,
.outreach-pro-purple .widget-title,
.outreach-pro-purple a {
	color: #7b53a1;
}

.outreach-pro-purple a:hover {
	color: #684687;
}

.outreach-pro-purple .content #genesis-responsive-slider a:hover,
.outreach-pro-purple .content #genesis-responsive-slider h2 a,
.outreach-pro-purple .footer-widgets .widget-title,
.outreach-pro-purple .genesis-nav-menu a,
.outreach-pro-purple .nav-secondary .genesis-nav-menu .sub-menu a,
.outreach-pro-purple .nav-secondary .genesis-nav-menu .sub-menu,
.outreach-pro-purple .site-footer a:hover,
.outreach-pro-purple .site-header .widget-title,
.outreach-pro-purple .site-title a,
.outreach-pro-purple .site-title a:hover {
	color: #fff;
}

.outreach-pro-purple .site-footer a {
	color: #666;
}

.outreach-pro-purple .genesis-nav-menu .sub-menu a,
.outreach-pro-purple .home-bottom .widget-title {
	color: #333;
}

.outreach-pro-purple .genesis-nav-menu a:hover,
.outreach-pro-purple .genesis-nav-menu .current-menu-item > a,
.outreach-pro-purple .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000;
}

.outreach-pro-purple .archive-pagination .active a,
.outreach-pro-purple .archive-pagination li a:hover,
.outreach-pro-purple .button,
.outreach-pro-purple .nav-primary,
.outreach-pro-purple button,
.outreach-pro-purple input[type="button"],
.outreach-pro-purple input[type="reset"],
.outreach-pro-purple input[type="submit"] {
	background-color: #7b53a1;
	color: #fff;
}

.outreach-pro-purple .button:hover,
.outreach-pro-purple .site-header,
.outreach-pro-purple button:hover,
.outreach-pro-purple input:hover[type="button"],
.outreach-pro-purple input:hover[type="reset"],
.outreach-pro-purple input:hover[type="submit"] {
	background-color: #684687;
	color: #fff;
}

.outreach-pro-purple .sub-footer {
	background-color: #ececec;
}

.outreach-pro-purple .enews-widget input:hover[type="submit"] {
	background-color: #eee;
	color: #333;
}

/* Outreach Pro Red
--------------------------------------------- */

.outreach-pro-red .content .entry-title a:hover,
.outreach-pro-red .content #genesis-responsive-slider a,
.outreach-pro-red .content #genesis-responsive-slider h2 a:hover,
.outreach-pro-red .nav-secondary .genesis-nav-menu .current-menu-item > a,
.outreach-pro-red .nav-secondary .genesis-nav-menu .sub-menu a:hover,
.outreach-pro-red .nav-secondary .genesis-nav-menu a:hover,
.outreach-pro-red .nav-secondary .genesis-nav-menu li:hover > a,
.outreach-pro-red .widget-title,
.outreach-pro-red a {
	color: #df1431;
}

.outreach-pro-red a:hover {
	color: #bc112c;
}

.outreach-pro-red .content #genesis-responsive-slider a:hover,
.outreach-pro-red .content #genesis-responsive-slider h2 a,
.outreach-pro-red .footer-widgets .widget-title,
.outreach-pro-red .genesis-nav-menu a,
.outreach-pro-red .site-footer a:hover,
.outreach-pro-red .site-header .widget-title,
.outreach-pro-red .site-title a,
.outreach-pro-red .site-title a:hover {
	color: #fff;
}

.outreach-pro-red .site-footer a {
	color: #666;
}

.outreach-pro-red .genesis-nav-menu .sub-menu a,
.outreach-pro-red .home-bottom .widget-title {
	color: #333;
}

.outreach-pro-red .genesis-nav-menu a:hover,
.outreach-pro-red .genesis-nav-menu .current-menu-item > a,
.outreach-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000;
}

.outreach-pro-red .archive-pagination .active a,
.outreach-pro-red .archive-pagination li a:hover,
.outreach-pro-red .button,
.outreach-pro-red .nav-primary,
.outreach-pro-red button,
.outreach-pro-red input[type="button"],
.outreach-pro-red input[type="reset"],
.outreach-pro-red input[type="submit"] {
	background-color: #df1431;
	color: #fff;
}

.outreach-pro-red .button:hover,
.outreach-pro-red .site-header,
.outreach-pro-red button:hover,
.outreach-pro-red input:hover[type="button"],
.outreach-pro-red input:hover[type="reset"],
.outreach-pro-red input:hover[type="submit"] {
	background-color: #bc112c;
	color: #fff;
}

.outreach-pro-red .sub-footer {
	background-color: #f6f1e9;
}

.outreach-pro-red,
.outreach-pro-red .footer-widgets,
.outreach-pro-red .site-footer {
	background-color: #3c3a36;
}

.outreach-pro-red .author-box,
.outreach-pro-red .nav-secondary .wrap,
.outreach-pro-red .sidebar .widget {
	background-color: #302e29;
}

.outreach-pro-red .nav-secondary .genesis-nav-menu .sub-menu,
.outreach-pro-red .nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #302e29;
	border-color: #45433f;
	color: #fff;
}

.outreach-pro-red .enews-widget input:hover[type="submit"] {
	background-color: #eee;
	color: #333;
}

.page-header .wrap.full-width {
	background-color:#b95528;
	border-bottom:#FFFFFF 1px solid;
	max-width:100%;
}
.page-template-page_testimonial-php .page-header .image-column {
	padding-top:0;
	position: relative;
	width: 400px;
	float: left;
}
.page-template-page_testimonial-php .page-header .right .image-column {
	float: right;
}

.page-template-page_testimonial-php .page-header .image-column img:last-child {
	display:none;
}
.page-template-page_testimonial-php .page-header .testimonial-column, .page-template-page_testimonial-php .page-header .image-column {
	margin-top:20px;
}
.page-template-page_testimonial-php .page-header .testimonial-column {
	border:1px #b95528 solid;
	font-size:12px;
	line-height:16px;
	padding:15px;
	width: auto;
	position: relative;
	height:188px;
	margin-left:420px;
	background-position:bottom right;
	background-repeat:no-repeat;
}
.page-template-page_testimonial-php .page-header .right .testimonial-column {
	margin-left:0;
	margin-right:420px;
	background-position:bottom left;
}
.page-template-page_testimonial-php .page-header .image-column img {
	margin-top:0;
}
.page-header h1 {
	max-width:966px;
	margin:5px auto;
	font-size: 31px;
	line-height: 32px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	text-transform:uppercase;
}
.page-header .wrap-image {
	width:100%;
	max-width:966px;
	margin:20px auto 0;
}
.page-header .wrap-image img {
	display:inline-block;
}
.page-header .full-width img {
	width:100%!important;
}
.page-template-page_header_tri_image-php .page-header .wrap-image img {
	margin-left:20px;
}
.page-template-page_header_tri_image-php .page-header .wrap-image img:first-child {
	margin-left:0px;
}
.align_left {
	text-align: left;
}
.about_team_profile_image_left {
	width: 100px;
	float: left;
	text-align: center;
	padding: 0px 25px 5px 0px;
	line-height: 24px;
}
.about_team_profile_image_right {
	width: 100px;
	float: right;
	text-align: center;
	padding: 0px 0px 5px 25px;
	line-height: 24px;
}
hr {
	height: 1px;
	border: 0px;
	background: #cb8212;
}
.about_profile_box h3 {
	font-size:22px;
}
.footnote {
	//font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	color: #666666; 
	text-decoration: none; 
	line-height: 19px;
	font-size:15px;
	display:block;
}
.single .entry-header .entry-meta, .single .entry-header p {
	margin-bottom:0;
}

.single .entry-header {
	margin-bottom:24px;
}

.single .breadcrumb {
	background-color:transparent;
	padding:0;
	text-transform:uppercase;
}
.single .breadcrumb a {
	color:#999;
}
.single .breadcrumb a:hover {
	color:#000;
}

.widget.featured-content.featuredpost h2.entry-title a {
	color:#333;
	font-weight:normal;
	font-size:18px;
	//font-family:Arial, Helvetica, sans-serif;
	line-height:22px;
	text-transform:none;
	display:inline-block;
	border-bottom: 1px dotted #494949;
	padding-bottom:12px;
	letter-spacing:0;
}
.widget.featured-content.featuredpost h2.entry-title a:hover {
	color:#FFFFFF;
}
.collapsing.archives.item {
	list-style-type:disc;
	line-height: 16px;
	padding: 3px 0;
}
.sidebar .textwidget a {
	color: #333;
	font-weight: normal;
	font-size: 18px;
	//font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-transform: none;
	display: inline-block;
}
.sidebar .textwidget a:hover {
	color: #256f4e;
}	
.sidebar .textwidget li a:hover {
	color: #FFF;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
	display:none!important;
}
header .wrap {
    max-width: 1200px;
}
.wrap {
    max-width: 1200px;
}
.site-inner::before {
    display: none;
}
.home .site-inner > .wrap {
    max-width: 100%;
}
.home .content {
    border-radius: 0px;
    float: none;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}
.home-section-1 {
	margin-top:-55px;
	background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 350px;
}
.home .site-inner {
    overflow: visible;
}
.nav-secondary {
	display:inline-block;
}
.genesis-nav-menu .search input[type="submit"], .widget_search input[type="submit"] {
	position: absolute;
    width: 26px;
    height: 26px;
    padding: 0;
    margin: 6px 6px 0 0;
    background-image: url(images/search-icon.png);
    background-color: transparent;
    text-indent: -9999px;
    display: block;
    right: 0;
    top: 0;
    z-index: 99;
    clip: unset;
}
.search-form {
	position:relative;
}
.genesis-nav-menu input[type="search"] {
	border-radius:5px;
	padding: 10px 32px 10px 16px;
}
h1, h2, h3, h4, h5, h6 {
//	font-family: 'ArialNarrow', Arial, Helvetica, sans-serif;
}
.widget-title {
	text-transform:none;
}
.home-section-1 {
	text-align:right;
}
.home-section-1 h2 {
//	font-family: 'ArialNarrow', Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}
.home-section-1 h3 {
//	font-family: 'ArialNarrow', Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#676767;
}
.home-section-2 {
	padding:50px 0;
}
.widget-title {
    text-transform: none;
    font-size: 28px;
    margin-bottom: 10px;
}
a {
//    color: #b95528;
}
a:hover {
//    color: #256f4e;
}
.home-section-3 {
	padding:35px 0;
}
.home-section-3 .widget-title {
	text-align:center;
	color:#676767;
}
.home-section-3 a:hover .widget-title, .home-section-3 .widget-title.grayscale-off {
	color:#b95528;
}
.home-section-3 .widget_media_image {
	width:14.28%;
	display: block;
    float: left;
/*	position:relative; */
}
.home-section-3 .widget_media_image .widget-title {
	font-size:20px;
/*	position:absolute;
	top:100%;
	width:100%;
	text-align:center;
*/
}
.home-section-3 .widget_media_image img {
	display:block;
	margin:0 auto 10px;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: grayscale(1); /* Firefox 4+ */
    filter: gray; /* IE 6-9 */

	max-width: 105px!important;
}
.home-section-3 .widget_media_image a:hover img, .home-section-3 .widget_media_image a img.grayscale-off {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.grayscale {
	filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
	-webkit-filter:grayscale(1);
	filter:grayscale(1);
	filter:gray
	}
.grayscale.grayscale-fade {
	transition:filter .5s
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	.grayscale.grayscale-fade {
		-webkit-transition:-webkit-filter .5s;transition:-webkit-filter .5s
	}
}
.grayscale.grayscale-fade:hover, .grayscale.grayscale-off {
	-webkit-filter:grayscale(0);
	filter:grayscale(0)
}
.grayscale.grayscale-replaced {
	-webkit-filter:none;
	filter:none
}
.grayscale.grayscale-replaced>svg{
	-webkit-transition:opacity .5s ease;
	transition:opacity .5s ease;
	opacity:1
}
.grayscale.grayscale-replaced.grayscale-fade:hover>svg, .grayscale.grayscale-replaced.grayscale-off>svg {
	opacity:0
}

#gts-testimonials {
	color:#999;
	text-align:left;
	font-style:italic;
	font-size:22px;	
}
#gts-testimonials blockquote {
	text-align:left;
	margin:40px 0px;
	position:relative;
}
#gts-testimonials blockquote::before {
	content: " ";
	display:block;
	position:absolute;
	width:48px;
	height:35px;
	background-image:url(images/quote-open.png);
	top:0;
	left:-60px;
}
#gts-testimonials blockquote::after {
	content: " ";
	display:block;
	position:absolute;
	width:48px;
	height:35px;
	background-image:url(images/quote-close.png);
	bottom:-100px;
	right:-60px;
}
body ul.testimonials-list li {
    text-align: left;
}
#gts-testimonials h5 {
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	text-transform:none;
	font-weight:normal;
}
.widget #gts-testimonials li {
    border-bottom: 0px dotted #494949;
    margin-bottom: 0px;
    padding-bottom: 0px;
	padding:0 150px;
}
#gts-testimonials ul.lSPager {
	display:none;
}
body .lSAction>a {
    width: 68px;
    display: block;
    top: 50%;
    height: 68px;
    background-image: url(images/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -34px;
    opacity: 1;
    -webkit-transition: opacity .75s linear 0s;
    transition: opacity .75s linear 0s;
}
body .lSAction>.lSNext {
    background-position: -68px 0;
    right: 0px;
}
body .lSAction>.lSNext:hover {
    background-position: -68px -68px;
}
body .lSAction>.lSPrev:hover {
    background-position: 0 -68px;
}
.header_image {
	position:relative;
	margin-bottom:20px;
}
.header_image img {
	width:100%;
	display:block;
}
.header_image .title-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
	z-index:1;
}
.header_image .title-wrapper h1 {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
	text-shadow: 0px 0px 8px #000;
}
.sidebar-primary {
    width: 275px;
}
.sidebar .widget {
    padding: 20px;
}
.home-section-1 h2, .home-section-1 h3 {
    text-transform: none;
}
.home-section-2 h1 {
	text-transform: none;
    font-size: 28px;
	//font-weight: bold;
}
.nav-primary .genesis-nav-menu .sub-menu li:hover > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a, 
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color:#fff;//#333;
	background-color:#b95528;//#fff;
}
.home-section-4 {
	padding-bottom:30px;
}
.sidebar .widget-title {
    text-transform: uppercase;
    font-size: 23px;
}
.sidebar .widget li {
    border-bottom: none;
	position:relative;
	overflow:visible;
}
.sidebar .widget li::after {
	content:" ";
	display:block;
	height:0px;
	width:100%;
    border-bottom: #FFF 2px solid;
	position:absolute;
	bottom:0px;
	margin-left: -30px;
}
.sidebar .widget li:last-child::after {
	display:none;
}
.sidebar .widget ul > li:last-child {
	padding-bottom:20px;
}
.sidebar {
	overflow:hidden;
}
.sidebar .widget-wrap,
.sidebar .widget {
	overflow:visible;
}
.sidebar .widget ul {
	width: calc(100% + 60px);
    margin-left: -30px;
}
.sidebar .widget ul li {
	padding-left:30px;
	padding-right:30px;
	margin-bottom: 0;
    padding-top: 20px;	
	padding-bottom:20px;
}
.sidebar .widget ul li:hover {
	background-color:#b95528;
}
.sidebar .widget ul li:hover a {
	color:#fff;
}

.sidebar .featuredpost article {
	width: calc(100% + 60px);
    margin-left: -30px;
	position:relative;
	margin-bottom:0;
}	
.widget.featured-content.featuredpost h2.entry-title a {
	border-bottom: #FFF 2px solid;
	padding:20px 30px;
	display:block;
}
.widget.featured-content.featuredpost h2.entry-title {
	margin-bottom:0px;
}
.widget.featured-content.featuredpost article:last-child h2.entry-title a {
	border-bottom:none;
}
.widget.featured-content.featuredpost h2.entry-title a:hover {
	background-color:#b95528;
	color:#fff;
}
.genesis-nav-menu > .menu-item > a {
	-ms-transform: scale(1, 1.2); /* IE 9 */
	-webkit-transform: scale(1, 1.2); /* Safari */
	transform: scale(1, 1.2);
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
.content {
    width: 900px;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background-color: #b95528;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover {
	background-color:#256f4e;
}
.sidebar .widget.widget_recent_entries,
.sidebar .widget.featuredpost {
	padding-bottom:0px;
}
.widget.widget_recent_entries li a {
	line-height:22px;
	display:block;
}
.breadcrumb {
    font-size: 14px;
}
p.entry-meta {
    font-size: 16px;
}
.archive-title {
    font-size: 23px;
	line-height:23px;
    font-weight: bold;
	margin-bottom:0;
}
.entry-footer .entry-meta::after{
	content:" ";
	display:block;
	widtrh:100%;
	clear:both;
}
.archive-pagination li a {
    background-color: transparent;
    color: #999;
}
.archive-pagination li a:hover, .archive-pagination .active a {
    background-color: transparent;
	color:#b95528;
}
.archive-pagination li.pagination-next a,
.archive-pagination li.pagination-previous a {
	color:#b95528;
}
.archive-pagination li.pagination-next a:hover,
.archive-pagination li.pagination-previous a:hover {
	color:#256f4e;
}
.genesis-nav-menu .sub-menu, .genesis-nav-menu .sub-menu li:last-child, .genesis-nav-menu .sub-menu li:last-child a {
    border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
body .lhea-color-paris .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-position {
	background:#b95528;
}
body .lhea-color-paris .lhea-modal-contents .lhea-modal-skills .lhea-modal-skills-headline {
    background: #E5E1D1;//#b95528;
}
body .lhea-color-paris .lhea-modal-contents .lhea-modal-skills .lhea-modal-skills-headline {
	color:#b95528;//#fff;
	font-size:31px;
}
body .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-position {
    padding: 0 17px;
    line-height: 30px;
}
body .lhea-color-paris .lhea-member-style-7 .lhea-member-position {
	color: #b95528;
}
body .lhea-color-paris .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-name,
body .lhea-color-paris .lhea-modal-contents ul.lhea-modal-social,
body .lhea-color-paris .lhea-modal-contents .lhea-modal-skill .lhea-modal-skill-bar,
body .lhea-color-paris .lhea-modal-contents ul.lhea-modal-extra {
    background: #676767;
}
body .lhea-color-paris .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-name {
	font-size:32px;
}
body .lhea-color-paris .lhea-member-style-7:hover {
    background: #c06b49;//#b95528;
}
body .lhea-color-paris .lhea-modal-contents {
    background: #676767;
}
.nav-primary {
    text-align: left;
}
.genesis-nav-menu > li:first-child > a {
    padding-left:0;
}
.genesis-nav-menu > li:last-child > a {
    padding-right: 0;
}
.home-section-2 {
	font-size:23px;
}
.header_image::after {
	content:" ";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(50%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );	
}
body .lhea-member-style-7 p {
    font-size: 15px;
}
article.post .entry-content {
	padding-bottom:10px;
	border-bottom: 1px dotted #ddd;
}
body .wp-block-image {
    margin-bottom: 0;
}
body .wp-block-image img {
    margin-bottom: 20px;
    margin-top: 0px;
	width:100%;
}
ul.lhea-heroes.lhea-2col>li {
    position: static!important;
}
ul.lhea-heroes.lhea-2col>li:nth-child(odd) {
	clear:left;
}
.single-post .entry-header {
	margin-top:20px;
	margin-bottom:15px;
}

.home-section-1 .widget_text {
	position:relative;
	pointer-events: none;
}
.home-section-1 .widget_media_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.home-section-1 .widget_media_image img {
	width: 100%;
}
.home-section-1 {
    margin-top: 0px;
	position:relative;
}
.home-section-2 {
    margin-top: 50px;
}
body {
	padding-top: 0px!important;
}

.site-header .nav-primary .wrap {
	padding:0;
}
.site-header .search-form {
    margin-top: 9px;
}
.site-header .widget-area {
    padding-top: 0;
}
.header-widget-area .genesis-nav-menu > .menu-item > a {
    text-transform: none;
    font-size: 12px;
    line-height: 1;
    padding: 0 8px 0 8px;
    border-right: #fff 1px solid;
	letter-spacing: 1px;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}
.footer-top-navigation {
	margin-top:20px;
}
.footer-top-navigation li a {
	font-family: calibri, sans-serif;
    font-style: normal;
	text-transform: none;
    font-size: 18px;
    line-height: 1;
    padding: 0 8px 0 0px;
	letter-spacing: 1px;
}
.footer-top-navigation li a::after {
	content:"|";
	display:inline-block;
	font-size: 16px;
    padding-left: 8px;
}
.footer-top-navigation li:last-child a::after {
	display:none;
}
.header-widget-area .genesis-nav-menu > .menu-item > a:hover {
	color:#fff;
	text-decoration:underline;
}
.header-widget-area .genesis-nav-menu > .menu-item:last-child > a,
.footer-top-navigation li:last-child a {
	border-right:none;
	padding-right:0;
}
.nav-primary .genesis-nav-menu {
    clear: none;
    width: auto;
    float: left;
}
.nav-primary .genesis-nav-menu.right {
	float:right;
	width:240px;
}
.site-container {
	overflow-x:hidden;
}
.footer-top-navigation a, .site-footer .copyright a {
	color:#fff;
}
.footer-top-navigation a:hover, .site-footer .copyright a:hover {
	color:#fff;
	text-decoration:underline;
}
.footer-top-navigation li {
	border-bottom:none;
	display:inline-block;
}
.site-footer .widget_media_image {
	width:116px;
	float:left;
}
.site-footer .widget_text {
	width:768px;
	float:left;
}
.site-footer .wrap {
	max-width:1000px;
}
/*
Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav@2x.png);
	}
	
}
@media only screen and (max-width: 1440px) {
	.home-section-1 {
	    padding: 100px 0 250px;
	}
}
@media only screen and (max-width: 1180px) {

	.wrap {
		max-width: 1200px;
	}
	
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 750px;
	}
	
	.sub-footer-left {
		width: 710px;
	}
	
	.content {
		width: 668px;//630px;
	}
	
	.site-header .widget-area {
		//width: 600px;
	}
	
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 420px;
	}
	
	.sidebar-primary {
		width: 262px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sub-footer-right {
		width: 210px;
	}
	
	.outreach-pro-home .site-inner .wrap {
		//max-width: none;
	}
	.home-section-1 .widget_text {
		width: 70%;
	    float: right;
	}
	.wrap, .site-footer .wrapper, header .wrap {
		max-width: 960px;
	}
	.genesis-nav-menu a {
	    padding: 17px 8px 17px;
	}
	.genesis-nav-menu input[type="search"] {
	    width: 180px;
	}
	.nav-primary .genesis-nav-menu.right {
 	   float: none;
	    width: 240px;
    	margin: 0 auto;
	}
	.header-widget-area .genesis-nav-menu > .menu-item:first-child > a {
	    padding-left: 0;
	}
	.genesis-nav-menu li, .site-header .search-form, .site-header ul.genesis-nav-menu {
 	   float: none;
	   text-align:center;
	}
	.site-header .widget-area {
		width:100%;
	}
	.site-header .search-form {
	    margin: 16px auto;
	}
	.genesis-nav-menu > .right {
		float:none;
	}
}
@media only screen and (min-width: 1024px) {
	.site-header .search-form {
//		margin-top:32px;
//		margin-right:42px;
	}
	.home-left {
		width: 473px;
	}
	.home-right {
		width:493px;
	}
	.header-image .title-area {
		//margin-left:10px;
	}
	.nav-primary .genesis-nav-menu.menu-primary {
		margin-left: 135px;
    	width: 650px;
	    text-align: center;
	}
}
@media only screen and (max-width: 1023px) {
	.title-area::after {
		display:none;
	}
	.wrap {
		max-width: 768px;
	}
	
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.site-header .wrap {
		padding: 20px 4.8% 16px;
	}
	
	.header-image .site-title a {
		background-position: top !important;
	}
	
	.site-header .widget-area {
		padding: 0;
	}
	
	.genesis-nav-menu li,
	.site-header .search-form,
	.site-header ul.genesis-nav-menu {
		float: none;
	}
	
	.genesis-nav-menu,
	.nav-primary,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	
	.site-header .simple-social-icons .alignleft,
	.site-header .simple-social-icons .alignright,
	.site-header .simple-social-icons ul li {
		display: inline-block;
		float: none;
		text-align: center;
	}
	
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 18px 12px;
	}
	
	.site-header .search-form {
		margin: 16px auto;
	}
	
	.genesis-nav-menu li.right {
		//display: none;
		float:none;
	}
		
	.sub-footer-left {
		width: 520px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 0;
	}
	.page-header .wrap.full-width {
		padding-left: 5%;
		padding-right: 5%;
	}

	.page-template-page_header_tri_image-php .page-header .wrap-image {
		padding-left: 5%;
		padding-right: 5%;
	}
	.page-template-page_header_tri_image-php .page-header .wrap-image img {
		width:32%;
		margin: 0 0 0 2%;
		float:left;
	}
	.page-template-page_header_tri_image-php .page-header .wrap-image img:first-child {
		margin: 0 0 0 0%;
	}
	.nav-primary .wrap {
		max-width:960px;
	}
	.site-footer .wrapper {
	    max-width: 768px;
	}
	.site-footer .widget_media_image,
	.site-footer .widget_text {
 	   width: 100%;
    	float: none;
	}	

}
@media only screen and (max-width: 960px) {
	
	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu > .first > a,
	.genesis-nav-menu.responsive-menu > .last > a,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover > a {
		background: none;
		color: #fff;
		line-height: 1;
		padding: 8px 20px;
	}
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover {
		color: #fff;
	    background-color: #b95528;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 8px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	.genesis-nav-menu > li:first-child > a {
 	   padding-left: 20px;
	}
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		color: #fff;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}
	
	.nav-secondary .wrap {
		background-color: #a8a7a7;
		background: -moz-linear-gradient(top, rgba(189,189,189,1) 0%, rgba(139,139,139,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(189,189,189,1)), color-stop(100%, rgba(139,139,139,1)));
		background: -webkit-linear-gradient(top, rgba(189,189,189,1) 0%, rgba(139,139,139,1) 100%);
		background: -o-linear-gradient(top, rgba(189,189,189,1) 0%, rgba(139,139,139,1) 100%);
		background: -ms-linear-gradient(top, rgba(189,189,189,1) 0%, rgba(139,139,139,1) 100%);
		background: linear-gradient(to bottom, rgba(189,189,189,1) 0%, rgba(139,139,139,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#8b8b8b', GradientType=0 );
	}	
	
	.home-section-1 {
    	margin-top: 0px;	
	}
	.nav-secondary {
	    display: block;
    	margin-bottom: 10px;
	}
	.site-footer .social-icons {
	    margin-left: 0px;
		margin-bottom:20px;
	}
	body .site-title a {
	    background-size: contain!important;
	}
	.home-section-3 .wrap {
	    text-align: center;
	}
	.home-section-3 .widget_media_image {
	    width: 30%;
    	display: inline-block;
	    float: none;
	}
	.lSAction {
		display:none!important;
	}
	.widget #gts-testimonials li {
	    padding: 0 60px;
	}
	.home .site-inner > .wrap {
	    max-width: 100%;
    	padding: 0;
	}
	.site-footer .wrapper {
 	   max-width: 100%;
	}
	.home-section-1 .widget_text {
	    width: 100%;
	}
	.home-section-1 {
 	   padding: 50px 0 50px;
	}
	.header_image .title-wrapper h1 {
		font-size:31px;
	}
}
@media only screen and (max-width: 860px) {
	
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.outreach-pro-home .site-inner .wrap {
		padding: 0;
	}
	
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		box-shadow: none;
	}
	
	.archive-pagination li a {
		margin-bottom: 4px;
	}
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.sub-footer-left,
	.sub-footer-right,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.content #genesis-responsive-slider .flex-direction-nav li .next,
	.content #genesis-responsive-slider .flex-direction-nav li .prev,
	.content .slide-excerpt {
		display: none;
	}
	
	.home-bottom .widget {
		text-align: center;
		width: 48%;
	}
	
	.home-bottom .widget:nth-of-type(2n) {
		clear: none;
		margin-left: 2.564102564102564%;
	}
	
	.home-bottom .widget:nth-of-type(2n+1) {
		clear: both;
		margin-left: 0;
	}
	.page-template-page_testimonial-php .page-header .testimonial-column, .page-template-page_testimonial-php .page-header .image-column,
	.page-template-page_testimonial-php .page-header .right .testimonial-column, .page-template-page_testimonial-php .page-header .right .image-column {
		width:100%;
		float:none;
	}
	.page-template-page_testimonial-php .page-header .image-column img, .page-template-page_testimonial-php .page-header .image-column img:last-child {
		display:inline-block;
		width:48%;
	}
	.page-template-page_testimonial-php .page-header .image-column img:last-child {
		float:right;
	}
	.page-template-page_testimonial-php .page-header .testimonial-column {
		height:auto;
		margin-left:0px;
	}
	.genesis-nav-menu > .menu-item > a {
	    font-size: 18px;
	}
	
	
	.home-section-1 .widget_media_image {
		display:none;
	}
}

@media only screen and (max-width: 762px) {
	.header-image .site-title a {
		background-size: contain !important;
	}
	body .lhea-modal-contents .lhea-modal-picture-hover {
	    position: static;
	}
}
@media only screen and (max-width: 650px) {
	.site-footer .wrapper {
		width:100%;
	}
}
@media only screen and (min-width: 601px) {
	.nav-secondary .genesis-nav-menu .current-menu-item > a, .nav-secondary .genesis-nav-menu .sub-menu a:hover, .nav-secondary .genesis-nav-menu a:hover, .nav-secondary .genesis-nav-menu li:hover > a {
		color: #256f4e;
	}
	.nav-secondary .wrap {
		background-color: transparent;
		padding-top:1px;
		margin-bottom:0px;
	}
	#menu-footer-menu li {
		border-bottom:none;
		margin-bottom:0px;
		padding-bottom:0px;
	}
	#menu-footer-menu li a {
//		font-family:'ArialNarrow', Arial, Helvetica, sans-serif;
		font-size:18px;
		line-height:18px;
		color:#ccc;
		text-transform:none;
		padding:10px 11px 10px;
		letter-spacing:0.5px;
	}
	
}

@media only screen and (max-width: 600px) {
	.entry-categories,
	.entry-comments-link,
	.entry-tags {
		display: block;
		float: none;
	}

	.home-top .home-bottom-right .widget:first-child {
		display:block;
	}
	.home-left {
		display:none;
	}			
	.home-top-left, .home-top-right {
		height:auto;
	}
	.home-bottom-left, .home-bottom-right {
		height:auto;
		margin-bottom:15px;
	}
	.home-left, .home-right {
		width:100%;
	}
	.flexslider {
		max-width:9999px;
		max-height:9999px;
		margin:0 auto!important;
	}
	.flexslider .slides img {
		width:100%;
	}
	.home-top .home-bottom-right .widget {
		padding:27px 20px 0px 20px;
	}
	.header-image .site-title > a {
		min-height:80px;
	}
	.site-header {
		min-height:0px;
	}
	.site-header .search-form {
		margin:16px auto 0;
	}
	.home-section-3 .widget_media_image {
	    width: 100%;
    	display: block;
	}
	.home-section-1 h2 {
	    font-size: 20px;
	}
	.home-section-1 h3 {
		font-size:16px;
	}
	.home-section-1 .textwidget {
//	    text-shadow: 0px 0px 8px rgba(255, 255, 255, 1), 0px 0px 8px rgba(255, 255, 255, 1), 0px 0px 8px rgba(255, 255, 255, 1), 0px 0px 8px rgba(255, 255, 255, 1);
	    text-shadow: 1px 1px 1px #fff;
	}
	.site-footer .address {
	    font-size: 18px;
	}
	#gts-testimonials {
	    font-size: 14px;
	}
	#gts-testimonials h5 {
		font-size:14px;
	}
	.header_image .title-wrapper h1 {
 	   font-size: 26px;
	}
}

@media only screen and (max-width: 480px) {

	.content {
		padding: 30px;
	}
	
	.content #genesis-responsive-slider .flex-control-nav {
		display: none;
	}

	.home-bottom .widget:nth-of-type(2n),
	.home-bottom .widget {
		margin: 0;
		width: 100%;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}
	.page-template-page_testimonial-php .page-header .image-column img,
	.page-template-page_testimonial-php .page-header .image-column img:last-child {
		display:none;
	}
	.page-template-page_testimonial-php .page-header .image-column img:first-child {
		display:block;
		float:none;
		margin-left:auto;
		margin-right:auto;
		width:100%;
	}
	.page-template-page_testimonial-php .page-header .testimonial-column {
		padding-bottom:35px;
	}

	.page-template-page_header_tri_image-php .page-header .wrap-image img {
		display:none;
	}
	.page-template-page_header_tri_image-php .page-header .wrap-image img:first-child {
		display:block;
		width:100%;
	}	
	.header-image .site-title > a {
    	min-height: 60px;
	}
	.page .content article.entry p {
		text-align:left!important;
	}
	.site-header .search-form {
 	   margin: 6px auto 6px;
	}
}

/* ======================================================= */
/* Basic columns
---------------------------------------------------------- */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position: relative;
	margin-right: 4%;
	float: left;
	min-height: 1px;
	height: auto !important;
	height: 1px;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.6666%;
	padding-top:15px;//60px;
}
.two_third {
	width: 65.3332%;
}
.one_fourth {
	width: 22%;
}
.two_fourth {
	width: 48%;
}
.three_fourth {
	width: 74%;
}
.one_fifth {
	width: 16.8%;
}
.two_fifth {
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 79.2%;
}
.one_sixth {
	width: 13.3333%;
}
.two_sixth {
	width: 30.6666%;
}
.three_sixth {
	width: 47.9998%;
}
.four_sixth {
	width: 65.3332%;
}
.five_sixth {
	width: 82.6665%;
}
.last {
	margin-right: 0 !important;
	clear: right;
}
/* Two level columns
---------------------------------------------------------- */
.one_half .one_half {
	margin-right: 8.3333%;
	width: 45.8333%;
}
.one_half .one_third {
	margin-right: 8.3333%;
	width: 27.7778%;
}
.one_half .two_third {
	margin-right: 8.3333%;
	width: 63.8889%;
}
.two_third .one_third {
	margin-right: 6.1224%;
	width: 29.2517%;
}
.two_third .two_third {
	margin-right: 6.1224%;
	width: 64.6258%;
}
.two_third .one_fourth {
	margin-right: 6.1224%;
	width: 20.4082%;
}


@media only screen and (max-width: 480px) {
	.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		width:100%;
		margin-left:0;
		margin-right:0;
		padding-left:0;
		padding-right:0;
	}
	body .lhea-color-paris .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-name {
 	   font-size: 26px;
	}
}