/*
	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

*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800');
@import url('https://fonts.googleapis.com/css?family=Bitter:400,400i,700');

/*
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: #333;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;*/
    font-size: 18px;
	line-height:  23px;
	color: #2f052e;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

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;
}


input::-webkit-input-placeholder {
	color: #630560;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;

}
input::-moz-placeholder {
	color: #630560;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;

}
input:-moz-placeholder {   /* Older versions of Firefox */
	color: #630560;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;

}
input:-ms-input-placeholder { 
	color: #630560;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
}

a {
	color: #acc42a;
	text-decoration: none;
}

a:hover {
	color: #8aa014;
}

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: 35px;
}

/*blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}*/

blockquote:before {
  content: '';
  border: 1px solid #acc42a;
  max-width: 126px;
  display: block;
 }


 blockquote:after {
  content: '';
  border: 1px solid #acc42a;
  max-width: 126px;
  display: block;
 }

 blockquote{
 	border-left: 2px solid #acc42a;
 	margin: 30px 0 30px 40px;
 }

blockquote p{
	    font-size: 18px;
		line-height: 23px;
		color: #630560;
    	margin: 0 0 0 0px;
    	font-weight: 600;
    	/*background: url(images/blockquote.png) top left no-repeat;
  		min-height: 128px;*/
  		padding: 25px 0 25px 25px;

}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

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

h1{
	font-size: 30px;
	line-height: 37px;
	color: #630560;
	font-family: 'Bitter', serif;
    font-weight: 700;
}

h2{
	font-size: 23px;
	line-height: 30px;
	color: #acc42a;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

h3 {
	font-size: 23px;
	line-height: 30px;
	color: #630560;
	font-family: 'Bitter', serif;
    font-weight: 700;
}

h4 {
	font-size: 23px;
	line-height: 30px;
	color: #2f052e;
	font-family: 'Bitter', serif;
    font-weight: 700;
}


h5 {
	font-size: 18px;
	line-height: 23px;
	margin: 0 0 5px 0;
	color: #acc42a;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

h6 {
	font-size: 18px;
	line-height: 23px;
	color: #2f052e;
	font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul,
h1 + ol, h2 + ol, h3 + ol, h4 + ol, h5 + ol, h6 + ol{
	margin: 15px 0 15px 0 !important;
}


h1 + .accordion-wrap, h2 + .accordion-wrap,  h3 + .accordion-wrap,  h4 + .accordion-wrap,  h5 + .accordion-wrap,  h6 + .accordion-wrap{
	
	margin: 15px 0;
}


h1 + hr, h2 + hr, h3 + hr, h4 + hr, h5 + hr, h6 + hr{
	margin: 15px 0;
}


h1 + a.vivid-button, h2 +  a.vivid-button, h3 + a.vivid-button, h4 + a.vivid-button, h5 + a.vivid-button, h6 + a.vivid-button{
	margin: 24px 0 10px 0;
}




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



/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

hr {
    margin: 0 0 15px 0; 
    height: 1px;
    background: #2f052e;
    border: 0;
}

/* 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
--------------------------------------------- */

input,
select,
textarea {
	background-color: #e6e6e6;
	color: #2f052e;
	font-size: 18px;
	font-weight: 400;
	padding: 0px;
	width: 100%;
	border: 0;
}

input:focus,
textarea:focus {
	outline: none;
}

textarea {
   padding: 10px;
}


input[type="text"],
input[type="email"], 
.comment-respond input[type="text"], 
.comment-respond input[type="url"],
select{
	padding: 12px 8px !important;
}




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: #6ab446;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;*/

    cursor: pointer;
	margin: 0 10px 0 0;
	color: #FFFFFF;
	line-height: 22px;
	font-size: 20px;
	padding: 8px 30px 8px 15px;
	display: inline-block;
	font-family: 'Bitter', serif;
	width: auto;
	background: #acc42a url('images/purple-arrow.png') no-repeat  92% center;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background: #8aa014 url('images/purple-arrow.png') no-repeat 92% center;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


div.gform_wrapper.gf_browser_ie.gform_wrapper .gform_footer input.button{
   padding: 8px 35px 8px 15px;
}

div.gform_wrapper .gform_footer input.button, 
div.gform_wrapper .gform_footer input[type=image], 
div.gform_wrapper .gform_footer input[type=submit]{
    font-size: 20px;
    padding: 8px 35px 8px 15px;
    background: #acc42a url('images/purple-arrow.png') no-repeat  85% center;
}

div.gform_wrapper .gform_footer input.button:hover, 
div.gform_wrapper .gform_footer input[type=image]:hover, 
div.gform_wrapper .gform_footer input[type=submit]:hover{
    background: #8aa014 url('images/purple-arrow.png') no-repeat  85% center;
}


div.gform_wrapper .top_label .gfield_label{
	/*font-weight: normal;*/
	margin: 10px 0 5px 0;
	font-size: 15px;
}


body div.gform_wrapper label.gfield_label+div.ginput_container{
    margin-top: 0;
}

body div.gform_wrapper .gform_footer{
	margin-top: 0;
}

body div.gform_wrapper ul li.gfield{
	margin-top: 5px;
}



/* 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: 1140px;
}

.site-inner {
	clear: both;
	font-size: 16px;
	overflow: hidden;
	padding-top: 30px;
	background: #e6e6e6;
	background: #fff;
}


.outreach-pro-home .site-inner {
	padding: 0;
}

.outreach-pro-home .site-inner .wrap {
	width: 100%;
	max-width: inherit;
}


.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;
	float: left;
	margin-bottom: 30px;
	padding: 40px;
	width: 760px;
        min-height: 1028px;
}

.home .content{
    min-height: 0;
    background-color: transparent;
}

.mce-content-body.content{
	max-width: 690px;
	padding-left: 10px !important;
}

.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: 350px;
}

.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: #aa8da9;
	font-size: 14px;
	margin-bottom: 25px;
	padding: 10px 16px;
	color: #ffffff;
}

.breadcrumb a, .breadcrumb-start, .breadcrumb .divider{
	color: #2f052e;
}

.breadcrumb a:hover{
	color: #ffffff;
}

.archive-description {
	margin-bottom: 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-3{
	position: absolute;
	right: 0;
	bottom: -55px;
	background: #aa8da9;
	z-index: 9999;
	height: 55px;
	width: 236px;
    border-bottom: solid 10px #630560;
    border-top: solid 10px #630560;
}
.search-form {
	overflow: hidden;
}

.site-header .search-form {

}

.entry-content .search-form,
.site-header .search-form {
	width: 100%;
}

.site-header .search-form input[type="text"],
.site-header .search-form input[type="search"]{
	background: transparent;
	width: 195px;
	float: left;
	padding: 8px 0 8px 22px;
	color: #630560;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
}





.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	
	background: url(images/search.png) center center no-repeat;
	  border: 0;
	  padding: 14px 5px 0px 0;
	  width: 22px;
	  margin: 0 0px 0 0;
	  box-sizing: border-box;
	  font-size: 0;
	  clip: auto;
	  float: left;
}


.site-header .widget-area #search-3 .search-form  input:hover[type="submit"]{
	background: url(images/search.png) center center no-repeat !important;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 30px;
}

.entry-title {
	font-size: 30px;
	font-weight: 700;
}

.content .entry-title a {
	color: #630560;
}

.content .entry-title a:hover {
	color: #2f052e;
}

.widget-title {
	color: #acc42a;
	font-size: 30px;
	margin-bottom: 15px;
}

.footer-widgets .widget-title,
.site-header .widget-title {
	color: #acc42a;;
}






/* 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;*/
	margin: 0 25px 0 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	/*margin: 0 0 24px 24px;*/
	margin: 0 0 0 25px;
}

.gallery-caption {
	margin: 0 0 10px;
}

/*.wp-caption-text {
	font-weight: 700;
	text-align: center;
}*/


figure, 
.html5-captions .wp-caption{
	padding: 20px 20px 5px 20px;
	margin: 20px; 
	background: #e6e6e6;
}

.wp-caption-text,
.wp-caption-dd {
	text-align: center;
	font-size: 18px;
	line-height: 23px; 
	color: #2f052e;
	padding: 5px 5px 0  5px;
	margin-bottom: 5px;
}





.entry-content p.wp-caption-text {
	margin-bottom: 0;
}





.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;
        line-height: 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;
}




.sidebar #gform_widget-2{
	padding: 30px 30px 5px 30px;
	clear: both;
}
#gform_widget-2 .gform_wrapper span.gform_description,
#gform_widget-3 .gform_wrapper span.gform_description{
	font-size: 18px;
	line-height:  23px;
	color: #2f052e;

}


#gform_widget-2 div.gform_wrapper .gform_footer input[type=submit],
#gform_widget-3 div.gform_wrapper .gform_footer input[type=submit]{
	width: 100%;
	max-width: 264px;
	text-align: center;
	background: rgb(172, 196, 42) url('images/purple-arrow.png') no-repeat 65% center;
	padding: 12px 35px 12px 15px;
	margin-top: 5px;
	border: 0;
}


#gform_widget-2 div.gform_wrapper .gform_footer input[type=submit]:hover,
#gform_widget-3 div.gform_wrapper .gform_footer input[type=submit]:hover{
	background: #8aa014 url('images/purple-arrow.png') no-repeat  65% center;
}


#gform_widget-2 div.gform_wrapper .top_label .gfield_label,
#gform_widget-3 div.gform_wrapper .top_label .gfield_label{
	display: none;
}


#gform_widget-2 .gform_wrapper .top_label input.large,
#gform_widget-3 .gform_wrapper .top_label input.large{
	width: 100%;
	max-width: 264px;
	color: #630560;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	border: 0;
}

.sidebar #text-5{
	text-align: center;

}

.sidebar #text-5 a.go{
	color: #2f052e;
	font-size: 18px;
}

.sidebar #text-5 a.go:hover{
      color: #acc42a;
}

.sidebar #text-5 a.go:after{
  content: '\f061';
  font-family: 'FontAwesome';
  color: #acc42a;
  font-size: 18px;
  margin: -2px 0 0 5px;
  display: inline-block;
  vertical-align: middle;
}

/* Genesis Responsive Slider
------------------------------------------------------------ */

.content #genesis-responsive-slider {
	border: none;
	padding: 0;
	background-color: transparent;
}

.content #genesis-responsive-slider a:hover,
.content #genesis-responsive-slider h2 a,
.content #genesis-responsive-slider h2,
.content #genesis-responsive-slider p {
	color: #fff;
	font-size: 27px;
	font-family: 'Bitter', serif;
	font-weight: 700;
	color: #acc42a;
}

.content #genesis-responsive-slider a,
.content #genesis-responsive-slider h2 a:hover {
	color: #630560;
}

#genesis-responsive-slider li {
	border: none;
	margin: 0;
	padding: 0;
}

.content .slide-excerpt {
	background-color: rgba(255, 255, 255, 0.9);
	border: none;
	filter: alpha(opacity=10);
	margin: 0;
	opacity: 1;
}

html > body .content .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 10px 10px 15px 20px;
	box-sizing: border-box;
}

.content #genesis-responsive-slider p {
	color: #2f052e;
	font-size: 15px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;

}

.content #genesis-responsive-slider p a.more-link{
     font-size: 0;
     padding: 0;
     background: none;
}

.content #genesis-responsive-slider p a.more-link:after{
	vertical-align: baseline;
	content: '\f061';
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #acc42a;
}

.content #genesis-responsive-slider p a.more-link:hover:after{
	color: #630560;
}





.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;*/


	background: rgba(99, 5, 96, .85) url(images/next-arrow.png) no-repeat center center;
	width:50px;
    height: 50px;
    border-radius: 50px;

}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	/*background-position: -50px -49px;*/
	background: rgba(170, 141, 169, .85) url(images/next-arrow.png) no-repeat center center;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {

	background: rgba(99, 5, 96, .85) url(images/previous-arrow.png) no-repeat center center;
	width:50px;
    height: 50px;
    border-radius: 50px;
	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;*/
	background: rgba(170, 141, 169, .85) url(images/previous-arrow.png) no-repeat center center;
	
}


/* 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: #ffffff;
	color: #fff;
	min-height: 110px;
}

.site-header .widget {
	margin-bottom: 0;
}

.site-header .wrap {
	padding: 15px 0 20px 0;
	position: relative;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 14px 0;
	width: 238px;
}

.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: 126px;
	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: 740px;
	margin-top: 78px;
}

.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-header .widget-area #text-2 a{
    background: #acc42a;
    color: #FFFFFF;
    font-size: 20px;
    font-family: 'Bitter', serif;
    padding: 5px 14px;
    float: right;
}

.site-header .widget-area #text-2 a:hover{
   background: #8aa014;
}


.site-header .widget-area #text-3 a{
	/*background: #630560;
	border-radius: 20px;
	color: #FFFFFF;
	padding: 10px;*/
	float: left;
}

.site-header .widget-area #text-3 a:hover{
	/*background: #aa8da9;*/
}

.site-header .widget-area #text-3{
	float: right;
	margin: 0 0 0  18px;
}


/*.site-header .widget-area #text-3 i{
  font-size: 1.0em;
  width:1.0em;
  text-align: center;
  line-height: 1.0em;
  background: #630560;
  color: #fff;
  border-radius: 0.5em;
}*/


.site-header .widget-area #text-3 {
    text-align:center;
}

.site-header .widget-area #text-3 a{
    display: inline-block;
    width:32px;
    height: 32px;
    background: #630560;
    border-radius: 32px;
    margin-right: 10px;

}


.site-header .widget-area #text-3 a.youtube{
	margin-right: 0;
}
.site-header .widget-area #text-3 a:hover{
	background: #aa8da9;
}


.site-header .widget-area #text-3 a i{
    margin-top: 7px;
    font-size: 17px;
    color: #FFFFFF;
}


.site-header .widget-area #text-3 a i.fa-youtube-play{
	margin-top: 7px;
}

/*
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;
	font-size: 21px;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	padding: 12px 0;
}

.genesis-nav-menu a {
	display: block;
	padding: 0px 17px;
	border-left: 1px solid #2f052e;
}

.genesis-nav-menu  li:first-child a {
    padding-left: 0;
    border-left: 0;
}

.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu a:hover,
.genesis-nav-menu li:hover > a {
	/*background-color: #fff;*/
	color: #acc42a;
}

.genesis-nav-menu > .menu-item > a {
	/*text-transform: uppercase;*/
}

.genesis-nav-menu .sub-menu {
	/*border-top: 1px 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;
	background-color: #630560;
	padding: 5px 0 15px 0;
        margin-top: 10px;
}

.genesis-nav-menu .sub-menu li{
	padding: 0 20px;
}

.genesis-nav-menu .sub-menu a {
	
	border-bottom: 1px solid #2f052e;
	color: #FFFFFF;
	font-size: 18px;
	padding: 5px 0px;
	position: relative;
	width: 160px;
	border-left: 0;
}

.genesis-nav-menu .sub-menu li:last-child a{
	border-bottom: 0;
}


.genesis-nav-menu .sub-menu a:before,
.genesis-nav-menu .sub-menu a:link:before,
.genesis-nav-menu .sub-menu a:visited:before {
  content: '\f061';
  font-family: FontAwesome;
  display: inline-block;
  float: right;
  color: #acc42a;
  padding: 3px 3px 0 0;
  font-size: 15px;
}


.genesis-nav-menu .sub-menu .sub-menu {
	margin: -48px 0 0 180px;
}

.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: 10px 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: #630560;
}

.nav-primary .wrap{
	position: relative;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .wrap {
	background-color: #111;
	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: #6ab446;
}

.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;
	padding: 0;
}

.home-top .widget:first-child {
	/*padding-top: 40px;*/
}

.home-top .widget.genesis_responsive_slider {
	padding: 0;
}


.home-top .widget.meteor-slides-widget{
     padding: 0;
}

.home-top .widget.meteor-slides-widget .meteor-clip {
     border: 7px solid #FFFFFF;
}
.home-top .widget.meteor-slides-widget .meteor-slides ul.meteor-nav{
	display: block;
}


.home-top .widget.meteor-slides-widget .meteor-nav .prev a{
    background: rgba(99, 5, 96, .85) url(images/previous-arrow.png) no-repeat center center;
	width:50px;
    height: 50px;
    border-radius: 50px;
	bottom: 10px;
	left: auto;
	right: 62px !important;
	top: auto;
}
.home-top .widget.meteor-slides-widget .meteor-nav .prev a:hover{
    background: rgba(170, 141, 169, .85) url(images/previous-arrow.png) no-repeat center center;
}


.home-top .widget.meteor-slides-widget .meteor-nav .next a{
	background: rgba(99, 5, 96, .85) url(images/next-arrow.png) no-repeat center center;
	width:50px;
    height: 50px;
    border-radius: 50px;
    bottom: 10px;
    left: auto;
    right: 10px !important;
    top: auto;
}

.home-top .widget.meteor-slides-widget .meteor-nav .next a:hover{
    background: rgba(170, 141, 169, .85) url(images/next-arrow.png) no-repeat center center;
}

.home-top div.meteor-slides,
.meteor-slides .meteor-shim,
.meteor-slides .mslide,
.meteor-slides .mslide img {
	width: 100% !important;
}

.home-top #meteor-slideshow a:hover,
.home-top #meteor-slideshow h2 a,
.home-top #meteor-slideshow h2,
.home-top #meteor-slideshow p {
	color: #fff;
	font-size: 27px;
	font-family: 'Bitter', serif;
	font-weight: 700;
	color: #acc42a;
}


.home-top #meteor-slideshow a,
.home-top #meteor-slideshow h2 a:hover {
	color: #630560;
}
.home-top #meteor-slideshow p{
	color: #2f052e;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	display: inline;
}


html > body .home-top #meteor-slideshow .slide-excerpt-border{
	padding-bottom: 25px;
}
.home-top #meteor-slideshow  a.more-link{
     font-size: 0;
     padding: 0;
     background: none;
     display: inline-block;
}

.home-top #meteor-slideshow  a.more-link:after{
	vertical-align: baseline;
	content: '\f061';
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #acc42a;
    margin-left: 5px;
}

.home-top #meteor-slideshow a.more-link:hover:after{
	color: #630560;
}









.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: #630560;
	font-weight: 700;
	font-size: 30px;

}

.home-bottom .featured-content .addtoany_share_save_container{
	display: none;
}


.home-bottom .featured-content a.more-link{

	color: #acc42a;
	font-size: 18px;
	padding: 0;
	clear: both;
	display: block;
	font-family: 'Open Sans', sans-serif;
	margin-top: 15px;
	font-weight: 600;
}

.home-bottom .featured-content a.more-link:after{
	color: #acc42a;
	content: '\f061';
    font-family: 'FontAwesome';
    padding-left: 5px;
    font-weight: normal;
    font-size: 16px;

}

.home-bottom .featured-content a.more-link:hover,
.home-bottom .featured-content a.more-link:hover:after{
	color: #630560;
}




/* 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 ol,
.entry-content ul,
#tinymce ol,
#tinymce ul{
	margin: 0 0 15px 0;
	padding: 0;
}


.entry-content ol > li,
#tinymce ol > li {
	list-style-type: decimal;
	margin: 0 0 0 45px;
}

.entry-content ul > li,
#tinymce ul > li {
	list-style-type: none;
	list-style-image: url('images/bullet.png');
    margin: 0 0 0 45px;
}

.entry-content ul > li li,
#tinymce ul > li li,
.entry-content ol > li li,
#tinymce ol > li li {
	margin: 0 0 0 20px;
}


.entry-content ol ol,
.entry-content ul ul,
#tinymce ol ol,
#tinymce ul ul{
	margin: 0;
}




.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #2f052e;
	font-size: 15px;
	margin-bottom: 0;
}


p.entry-meta .entry-time{
  margin-right: 15px;
}
p.entry-meta .entry-time:before {
  content: "\f073";
  font-family: FontAwesome;
  padding-right: 6px;
}

p.entry-meta .entry-comments-link{
	float: none;
	 /*margin-left: 15px;*/
}
p.entry-meta .entry-comments-link:before {
  content: "\f075";
  font-family: FontAwesome;
  padding-right: 6px;
}

p.entry-meta .entry-author-name,
p.entry-meta .entry-comments-link a{

  color: #acc42a;
}

p.entry-meta .entry-author-name:hover,
p.entry-meta .entry-comments-link a:hover{

  color: #8aa014;
}

p.entry-meta .entry-author-name{
   margin-right: 15px;
}
p.entry-meta .entry-author-name:before {
  content: "\f007";
  font-family: FontAwesome;
  padding-right: 6px;
  color: #2f052e;
}




.entry-footer .entry-meta {
	border-top: 1px solid #2f052e;
	padding-top: 18px;
	margin-top: 18px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories {
	float: left;
}

.entry-categories:before{
   content: '\f07c';
   font-family: 'FontAwesome';
   margin-right: 2px;
}


.entry-comments-link,
.entry-tags {
	float: left;
}


.entry-tags{
	margin-left: 15px;
}

.entry-tags:before{
   content: '\f02b';
   font-family: 'FontAwesome';
   margin-right: 2px;
}




/* 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: #acc42a;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
	font-family: 'Bitter', serif;
        font-weight: 700;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #8aa014;
}

/* 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;
	font-size: 15px;
}

p.comment-form-comment{
	margin-bottom: 15px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #ccc;
	font-size: 14px;
}

.sidebar .widget {
	background-color: #ffffff;
	padding: 30px;
}

.sidebar li a {
	color: #ccc;
}

.sidebar li a:hover,
.sidebar .entry-meta a:hover {
	color: #fff;
}



.sidebar #text-4.widget,
.sidebar #text-9.widget,
.sidebar #text-10.widget{
	/*background: #630560;
	padding: 15px;*/
	margin-bottom: 15px;
	padding: 0;
	background: #630560;
}
.sidebar #text-4.widget:hover,
.sidebar #text-9.widget:hover,
.sidebar #text-10.widget:hover{
    background: #aa8da9;
}

.sidebar #text-4.widget a,
.sidebar #text-9.widget a,
.sidebar #text-10.widget a{
  color: #FFFFFF;
  font-size: 25px;
  text-decoration: none;
  font-family: 'Bitter', serif;
  font-weight: 700;
  background: #630560;
  padding: 15px;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.sidebar #text-10.widget a{
    margin-bottom: 35px;
}

.sidebar #text-4.widget a:hover,
.sidebar #text-9.widget a:hover,
.sidebar #text-10.widget a:hover{
	background: #aa8da9;
}

.sidebar #text-4.widget a:before,
.sidebar #text-9.widget a:before,
.sidebar #text-10.widget a:before {
	  content: '\f061';
	  font-family: 'FontAwesome';
	  color: #acc42a;
	  font-size: 20px;
	  margin: 2px 0 0 0;
	  vertical-align: middle;
	  float: right;
	  font-weight: 400;
}

/* Custom Get Food Sidebar */

.sidebar #text-11.widget,
.sidebar #text-13.widget,
.sidebar #text-14.widget{
	/*background: #630560;
	padding: 15px;*/
	margin-bottom: 15px;
	padding: 0;
	background: #630560;
}
.sidebar #text-11.widget:hover,
.sidebar #text-13.widget:hover,
.sidebar #text-14.widget:hover{
    background: #aa8da9;
}

.sidebar #text-11.widget a,
.sidebar #text-13.widget a,
.sidebar #text-14.widget a{
  color: #FFFFFF;
  font-size: 25px;
  text-decoration: none;
  font-family: 'Bitter', serif;
  font-weight: 700;
  background: #630560;
  padding: 15px;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.sidebar #text-14.widget a{
    margin-bottom: 35px;
}

.sidebar #text-11.widget a:hover,
.sidebar #text-13.widget a:hover,
.sidebar #text-14.widget a:hover{
	background: #aa8da9;
}

.sidebar #text-11.widget a:before,
.sidebar #text-13.widget a:before,
.sidebar #text-14.widget a:before {
	  content: '\f061';
	  font-family: 'FontAwesome';
	  color: #acc42a;
	  font-size: 20px;
	  margin: 2px 0 0 0;
	  vertical-align: middle;
	  float: right;
	  font-weight: 400;
}


.sidebar #featured-post-2{
	padding:  30px 30px 10px 30px;
}

.sidebar #featured-post-2 a,
#featured-post-3 a{
	font-weight: 400;
	color: #630560;
	font-size: 18px;
}

.sidebar #featured-post-2 a:hover,
#featured-post-3 a:hover{
    color: #acc42a;
}

.sidebar #featured-post-2 a:after,
#featured-post-3 a:after{
      content: '\f061';
	  font-family: 'FontAwesome';
	  color: #acc42a;
	  font-size: 13px;
	 margin: -2px 0 0 5px;
	  display: inline-block;
	  vertical-align: middle;
}
.sidebar .featured-content .entry,
#featured-post-3 .entry{
	margin-bottom: 10px;
}

/**Staff**/

.staffContent .staffSingle{
    float: left;
	width: 100%;
	clear: both;
    margin-top: 25px;
}


.staffContent .staffExcerpt{
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 15px;
}
.staffContent .staffExcerpt .staff-photo{
	float: left;
	/*width: 185px;*/
        width: 27.2058%;
	margin-right: 30px;
}

.staffContent .staffExcerpt .staff-info{
	float: left;
	margin-top: 30px;
}


.staffContent .staffExcerpt .staff-info h3{
	font-size: 23px;
	line-height: 23px;
	margin-bottom: 2px;
}

.staffContent .staffExcerpt .staff-info .staff-title{
	font-weight: 600;
	color: #2f052e;
}
.staffContent .staffExcerpt .staff-info .staff-phone,
.staffContent .staffExcerpt .staff-info .staff-email{
    margin: 0;
}


.staffContent .staff-details{
	float: left;
	width: 100%;
	clear: both;
}

.staffContent .staffSingle .addtoany_share_save_container{

      display: none;
}

.meet_our_staff .entry-meta{
	display: none;
}


/*
Sub Footer
---------------------------------------------------------------------------------------------------- */

.sub-footer {
	background-color: #e6e6e6;
	padding: 60px 0 30px;
}

.sub-footer .wrapper:after {
	content: "";
	clear: both;
	display: table;
}


.sub-footer-left {
	float: left;
	/*width: 763px;*/
	width: 72.4561%;
}

.sub-footer-right {
	float: right;
	font-size: 14px;
	/*width: 257px;*/
	width: 22.5438%;
}

.sub-footer-left .widget-title {
	font-size: 30px;
        line-height: 33px;
	color: #630560;
	margin-bottom: 20px;
}

.sub-footer-left .textwidget{
	color: #2f052e;
}

.sub-footer-left .textwidget a{
	font-weight: 600;
	/*margin-left: 10px;*/
}
.sub-footer-left .textwidget a:after{
	color: #acc42a;
	content: '\f061';
    font-family: 'FontAwesome';
    padding-left: 5px;
    font-size: 16px;
    font-weight: normal;

}

.sub-footer-left .textwidget a:hover,
.sub-footer-left .textwidget a:hover:after{
	color: #630560;
}


.sub-footer-right #text-6 a.go{
	color: #2f052e;
	font-size: 18px;
}

.sub-footer-right #text-6 a.go:hover{
      color: #acc42a;
}

.sub-footer-right #text-6 a.go:after{
  content: '\f061';
  font-family: 'FontAwesome';
  color: #acc42a;
  font-size: 18px;
  margin: -2px 0 0 5px;
  display: inline-block;
  vertical-align: middle;
}


.sub-footer-right .gform_widget h4 {
    font-size: 30px;
    line-height: 33px;
    color: #630560;
    margin-bottom: 20px;
}

.sub-footer-right .gform_widget .gform_description {
	color: #630560;
}

.sub-footer-right #gform_widget-2 .gform_wrapper .top_label input.large,
.sub-footer-right #gform_widget-3 .gform_wrapper .top_label input.large {
	background: #fff;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #ffffff;
	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-3{
	width: 255px;
}

.footer-widgets-2{
	width: 232px;
}

.footer-widgets-1{
	width: 52.1052%;
	padding-left: 40px;
	box-sizing: border-box;
}


.footer-widgets-1 iframe{

    max-width: 475px;
    min-height: 275px;
    height: auto;
    width: 100%;
}




.footer-widgets-1,
.footer-widgets-2 {
	/*margin-right: 40px;*/
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #630560;
	color: #e6e6e6;
	font-size: 14px;
	padding: 20px 0;
	text-align: center;
}

.site-footer a {
	color: #e6e6e6;
}

.site-footer a:hover {
	color: #acc42a;
}

.site-footer p {
	margin-bottom: 0;
}


/*Accordions
-----------------------------------------------*/

.accordion-wrap {
	margin-bottom: 20px;
}

.accordion {
	margin-bottom: 18px;
	background: #e6e6e6;
	width: 100%;
}
	
.accordion-title {	
	font-size: 20px;
	line-height: 23px;
	padding: 12px 22px 12px 18px;
	color: #2f052e;
	font-weight: bold;
	cursor: pointer;
	font-family: 'Bitter', serif;
}

.accordion-content {		
	/*padding: 15px 20px;*/
	margin: 6px 20px 15px 20px;
	border-top: 1px solid #2f052e;
	padding: 15px 0;
	
}




.accordion-wrap {
	margin-bottom: 20px;
}


.accordion .accordion-title:before {
  content: url("images/open.png");
  display: inline-block;
  float: right;
  padding-left: 15px;
}


.accordion.open .accordion-title:before {
  content: url("images/close.png");
}



/*Buttons
-----------------------------------------------*/
a.vivid-button,
.content-sidebar-wrap .entry-content .more-link {
	margin: 0 10px 15px 0;
	background: #acc42a;
	color: #FFFFFF;
	line-height: 22px;
	font-size: 20px;
	padding: 8px 15px;
	display: inline-block;
        font-weight: normal;
	font-family: 'Bitter', serif;
	cursor: pointer;
}

a.vivid-button:hover,
.content-sidebar-wrap .entry-content .more-link:hover {
	background: #8aa014;
}

a.vivid-button:after,
.content-sidebar-wrap .entry-content .more-link:after {
     content: '\f061';
     font-family: 'FontAwesome';
     color: #630560;
     font-size: 15px;
     margin: -2px 0 0 5px;
     vertical-align: middle;
     display: inline-block;
}

/* Tabs */
.vimm-tabs-wrap {
  position: relative;
  margin: 10px 0px;
  /* Vertical Tabs */
}
.vimm-tabs-wrap .tabs {
  margin: 0px;
  padding: 0px;
}
.vimm-tabs-wrap .tabs a {
  display: inline-block;
  padding: 14px 20px;
  cursor: pointer;
  font-weight: bold;
  background: #630560;
  color: #FFFFFF;
  border-right: solid 1px #2f052e;
  font-family: 'Bitter', serif;
  font-size: 20px;
}

.vimm-tabs-wrap .tabs a.active:last-child{
   border-right: 0;
}

.vimm-tabs-wrap .tabs a.active {
  background-color: #e6e6e6;
  color: #2f052e;
}
.vimm-tabs-wrap .tab-content {
  display: none;
  padding: 15px 20px;
  margin: 0 !important;
  width: 100%;
  background-color: #e6e6e6;
  color: #000;
  box-sizing: border-box;
}
.vimm-tabs-wrap .tab-content.active {
  display: block;
}
.vimm-tabs-wrap.vertical .tabs {
  float: left;
  width: 25%;
}
.vimm-tabs-wrap.vertical .tabs a {
  display: block;
}
.vimm-tabs-wrap.vertical .tab-content {
  width: 75%;
  float: left;
}






/**Events**/
.tribe-events-page-template .site-inner .wrap{
     background: #FFFFFF;
     padding: 40px;
     margin-bottom: 25px;
}

.tribe-events-page-title {
	line-height: 30px;
	color: #acc42a;
	font-family: ‘Open Sans’, sans-serif;
}




.tribe-events-page-template #tribe-bar-form .tribe-bar-filters-inner,
.tribe-events-page-template .tribe-events-notices,
.tribe-events-page-template .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
.tribe-events-page-template .single-tribe_events .tribe-events-event-meta {
	background: #e6e6e6 !important;
	border-radius: 0 !important;
	border: 0 !important;
}


.tribe-events-page-template #tribe-bar-form input[type=text] {
	color: #7e6657;
        padding: 0 0 10px !important;
}
.tribe-events-page-template .tribe-bar-views-list span.tribe-icon-month{
	color: #FFFFFF;
}
.tribe-events-page-template #tribe-bar-form .tribe-bar-filters-inner label {
	background: #e6e6e6 !important;
}


.tribe-events-page-template #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
	background-color: #aa8da9 !important;	
}

.tribe-events-page-template #tribe-bar-form .tribe-bar-submit input[type=submit],
.tribe-events-page-template .tribe-events-calendar thead th{
	background: #630560;
}

,
.tribe-events-page-template .tribe-bar-views-inner{
     background: #aa8da9;
}
.tribe-events-page-template #tribe-events .tribe-events-button {
	background: #acc42a !important;
}

.tribe-events-page-template #tribe-bar-form .tribe-bar-submit input[type=submit]:hover,
.tribe-events-page-template #tribe-events .tribe-events-button:hover {
	background: #8aa014 !important;
}

.tribe-events-page-template .tribe-events-notices {
	color: #8eb768 !important;
}

.tribe-events-page-template #tribe-events-content .tribe-events-calendar td {
	border: 1px solid #630560 !important;	
}

.tribe-events-page-template .tribe-events-calendar div[id*=tribe-events-daynum-] {
	background-color: #aa8da9 !important;	
	color: #630560 !important;
}

.tribe-events-page-template .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
	background: #630560 !important;
	color: #fff !important;
}

.tribe-events-page-template #tribe-events-content .tribe-events-tooltip h4 {
	color: #acc42a !important;
}

.tribe-events-page-template .tribe-events-calendar div[id*=tribe-events-daynum-], 
.tribe-events-page-template .tribe-events-calendar div[id*=tribe-events-daynum-] a{
	background: none;
	color: #630560;
}

.tribe-events-page-template #tribe-events-content .tribe-events-calendar td.tribe-events-othermonth{
        background: #e6e6e6;
}

.tribe-events-page-template .tribe-bar-views-inner,
.tribe-events-page-template #tribe-bar-form,
.tribe-events-page-template #tribe-bar-form #tribe-bar-views{
     background-color: #aa8da9 !important;	
}

.tribe-events-page-template #tribe-bar-form #tribe-bar-views select{
   padding: 0 !important;
}


.page .entry-content{
    margin-top: 15px;
}

.home .page .entry-content{
    margin-top: 0;
}

/*
Events Custom CSS
---------------------------------------------------------------------------------------------------- */
body .tribe-events-content {
  color: #2f052e;
  font-family: "Open Sans", sans-serif;
}

body .tribe-events-event-meta,
body .tribe-events-single .tribe-events-sub-nav,
body .tribe-common .tribe-common-b2 {
  color: #2f052e;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 23px;
}

body .tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {
  font-size: 18px;
  line-height: 23px;
}

body .tribe-common .tribe-common-h3 {
  font-family: "Open Sans", sans-serif;
  line-height: 23px;
  font-weight: 400;
}

body .tribe-events-schedule h2 {
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
}

.tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover, .tribe-common a:visited{
	font-size: 18px;
	line-height: 23px;

}



body .tribe-events-calendar-month__day-date-daynum,
body .tribe-events-calendar-month__day-date-daynum:hover {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 23px;
}

body .tribe-events-calendar-month__events article {
  border-bottom: 0;
}

body .tribe-events-schedule .recurringinfo a,
body .tribe-related-event-info .recurringinfo a {
  color: #acc42a !important;
}

body .tribe-common .tribe-common-c-btn-border-small,
body .tribe-common a.tribe-common-c-btn-border-small {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}

body .tribe-events-event-meta a:hover {
  color: #acc42a;
}

body .tribe-events-back a, body .tribe-events-back a:visited {
  color: #acc42a;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 23px;
}

body .tribe-events-related-events-title,
body .tribe-events-single ul.tribe-related-events li,
body .tribe-events-single ul.tribe-related-events li .tribe-related-events-title {
  font-family: "Open Sans", sans-serif;
}

body .tribe-events-calendar-month__calendar-event-tooltip-title a,
body .tribe-events-calendar-month__calendar-event-tooltip-title a:hover {
  font-size: 23px;
  line-height: 30px;
}

body .tribe-events-single-event-description {
  padding-top: 20px;
}

.tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8 {
  font-family: "Open Sans", sans-serif;
}

body .tribe-events-content .tribe-events-tooltip h3 {
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  min-height: 24px;
  padding: 0 6px;
}

body .tribe-events-content a {
  border-bottom: 0;
  color: #acc42a;
}


body .tribe-events-cal-links .tribe-events-gcal,
body .tribe-events-cal-links .tribe-events-ical {
  color: #acc42a;
}

body.single-tribe_events #tribe-events-header {
  display: block;
}

body .tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical {
  color: #acc42a;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 23px;
}

body .tribe-events-single .tribe-events-cal-links a {
  border-bottom: 0;
  background-color: transparent;
}

body .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
body .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #acc42a;
}

body .tribe-events-schedule .recurringinfo {
  background: transparent;
  font-family: "Open Sans", sans-serif;
}

body .tribe-events .tribe-events-c-ical__link {
  color: #acc42a;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
  background: #acc42a;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #FFFFFF;
}

body .tribe-events .tribe-events-c-ical__link:before {
  display: none;
}

body .tribe-events .tribe-events-c-ical__link:hover {
  background: #acc42a;
  text-decoration: none;
  color: #FFF !important;
  border-bottom: 1px solid #acc42a !important;
}

body .tribe-events .tribe-events-c-ical__link-icon-svg {
  color: #acc42a;
}

body .tribe-events .tribe-events-calendar-month__day-cell--selected,
body .tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
body .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
  background: transparent;
}

body .tribe-events-single-event-title {
  font-family: "Bitter", serif;
  font-weight: 700;
  color: #630560;
}

body .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
  background: #acc42a;
}

body .tribe-events-calendar-list__event-title a {
  color: #630560;
  font-family: "Bitter", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
}

body .tribe-events-calendar-list__event-title a:hover {
  font-family: "Bitter", serif;
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
  border-bottom: 0 !important;
}


body .tribe-events .more-link,
body .tribe-events .more-link:visited {
  color: #FFFFFF !important;
  margin-top: 10px;
}

body .tribe-events .more-link:hover {
  color: #FFFFFF !important;
}

body .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a,
body .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
  color: #acc42a;
}

body .tribe-events-meta-group.tribe-events-meta-group-gmap {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

body .tribe-events-meta-group.tribe-events-meta-group-gmap {
  width: 100%;
}

body .tribe-events-venue-map {
  width: 100%;
}

body .tribe-events .tribe-events-calendar-month__day-cell--mobile:after {
  display: none;
}

body .tribe-events-header__events-bar button:after,
body .tribe-events-c-top-bar button:after {
  display: none;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
  background-color: #ededed;
  width: 100%;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .tribe-events button {
  background-image: none;
}

body .tribe-common .tribe-common-c-svgicon.tribe-common-c-svgicon--featured,
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text {
  color: #acc42a;
}




body .tribe-events input {
  background: #FFFFFF;
}

body .tribe-events-c-top-bar__nav-list-item,
body .tribe-events-nav-pagination li,
body .tribe-events-notices li,
body .tribe-events-c-view-selector__list li {
  list-style-image: none;
}

body .tribe-events-before-html {
  margin-bottom: 40px;
}

body.single-tribe_events .entry {
  padding: 0;
}

body.archive .tribe-events .entry {
  background-color: transparent;
}

body .tribe-events .tribe-events-c-top-bar__datepicker-button:before {
  display: none;
}

body.archive .tribe-events .entry {
  background-color: transparent;
  margin: 8px 0;
  padding: 0 12px 5px;
}

body .tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
    padding-left: 40px !important;
}

body.archive .tribe-events .entry {
  background-color: transparent;
  margin: 8px 0;
  padding: 0 12px 5px;
}

body.archive.tribe-theme-genesis .archive-pagination.pagination {
  display: none;
}

body.archive.tribe-theme-genesis .entry.page {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

body.single .tribe-events-cal-links a {
  background-color: transparent !important;
}

body .tribe-events button:after {
  display: none;
}

body .tribe-events-c-top-bar__nav-list-item a,
body .tribe-events-c-top-bar__nav-list-item a:hover {
  line-height: 0;
}

body .tribe-events-calendar-month__calendar-event-tooltip-description.tribe-common-b3{
	font-size: 18px;
	line-height: 23px;
	font-family:  'Open Sans', sans-serif;
}

body .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container, body .tribe-events-l-container {
    padding-top: 40px !important;
    padding-bottom: 40px;
}

#tribe-events-pg-template{
	padding-top: 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;
}

#glt_widget-2{

   float: right;
   margin: 0 0 0 18px;
   width: 143px !important;
}


.goog-te-gadget .goog-te-combo {
    margin: 0 !important;
    font-family: 'Open Sans', sans-serif;
        padding: 5px 6px 6px !important;
    width: 143px !important;
}

.goog-te-gadget{
    line-height: 0;
}

.gform_confirmation_message {
	font-size: 23px !important;
    line-height: 30px !important;
    color: #acc42a !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600 !important;
}

.page-header {
	background-color: #aa8da9;
}

.page-header .page-header-wrap {
	max-width: 1140px;
	margin: 0 auto;
	padding: 20px 0px;
}

.page-header .page-header-wrap .entry-title {
	margin: 0 0 10px 0;
	color: #fff;
}

.page-header .page-header-wrap .breadcrumb {
	margin: 0;
	padding: 0;
}

.page-header .breadcrumb a, 
.page-header .breadcrumb-start, 
.page-header .breadcrumb .divider {
	color: #fff;
}

.page-header .breadcrumb a:hover {
	color: #2f052e;
}

.entry-content #npe_donation iframe {
	width: 100%;
}



/*
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: 1180px) {

	.wrap {
		max-width: 960px;
	}
	
	.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: 630px;
	}
	
	.site-header .widget-area {
		width: 600px;
	}
	
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 420px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	
	.sub-footer-right {
		width: 210px;
	}

        .footer-widgets-1{
            width: 40%;
            padding-right: 15px;
            box-sizing: border-box;
            padding-left: 0;
            margin-right: 25px;
         }
	
	.outreach-pro-home .site-inner .wrap {
		max-width: none;
	}

	.sidebar #text-5 a.go{
  	   font-size: 16px;
    }

    .genesis-nav-menu, .genesis-nav-menu a{
    	font-size: 16px;
    }

    .genesis-nav-menu .sub-menu a{
        font-size: 16px;
    }

    #search-3 {
        bottom: -48px;
        height: 48px;
     }

     .site-header .search-form input[type="text"], 
     .site-header .search-form input[type="search"] {
         padding: 5px 0 0 22px;
     }

     .genesis-nav-menu .search input[type="submit"], 
     .widget_search input[type="submit"] {
         padding: 7px 5px 0px 0;
     }

     .sub-footer-left .textwidget a{
		 display: block;
		 margin-left: 0;
		 margin-top: 10px;
     }

     .page-header .page-header-wrap {
		max-width: 960px;
     }



}


@media only screen and (max-width: 1023px) {
	
	.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{
            width: 100%;
        }
	
	.home-bottom .widget-title{
       font-size: 27px;
    }

    .footer-widgets .wrap{
        max-width: 600px;
    }

    .footer-widgets-1{
       padding-right: 0;
    }
    .footer-widgets-1 iframe{
        max-width: 100%;
    }
	
	
	.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: 5px 12px;
	}
	
	.genesis-nav-menu li.right {
		display: none;
	}
	
	.sub-footer-left {
		width: 485px;
	}

        .sub-footer-right {
		width: 255px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 0;
	}

	.sidebar #text-5 a.go{
  	    font-size: 18px;
    }

    .site-header .widget-area {
             width: 530px;
             margin-top: 15px;
        }

    #search-3{
       position: static;
       float: right;
       margin-top: 15px;
       border-top: none;
       border-bottom: none;
    }
     .site-header .search-form input[type="text"], 
     .site-header .search-form input[type="search"] {
         padding: 15px 0 0 22px;
     }

     .genesis-nav-menu .search input[type="submit"], 
     .widget_search input[type="submit"] {
         padding: 26px 5px 0px 0;
     }



    .content{
       min-height: 0;
    }
	
     .page-header .page-header-wrap {
		max-width: 768px;
     }
}

@media only screen and (max-width: 860px) {
	.home-bottom .widget-title{
		font-size: 30px;
	}

	.site-header .wrap {
		padding: 20px 5% 16px;
	}

	.header-image .site-title a {
		background-position: top left !important;
	}

	.site-header .widget-area {
		padding: 0;
	}

	.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;
	}

	#text-6{
		text-align: center;
	}
	   
	.nav-primary .wrap{
	     padding-left: 0;
	     padding-right: 0;
	}

	.home-top .widget.meteor-slides-widget .meteor-slides ul.meteor-nav{
		display: none;
	}


	.title-area {
		width: 100%;
		margin-bottom: 20px;
	}

	.site-header .widget-area{
	   max-width: 442px;
	   margin: 0 auto;
	   float: none;
	}

	.header-image .site-title a {
		background-position: top center !important;
	}

	.site-header .search-form {
		margin: 0px auto;
		float: none;
		clear: both;
	}

	.site-header .widget-area #text-3{
		margin-bottom: 30px;
	}

	#search-3 {
		margin: 0px auto;
		float: none;
		clear: both;
	}

	.page-header .page-header-wrap {
		max-width: 768px;		
		padding-left: 5%;
		padding-right: 5%;
	}	
	
}

@media only screen and (max-width: 700px) {

	.title-area {
		width: 100%;
              margin-bottom: 30px;
	}

        .site-header .widget-area{
	  width: 100%;
          max-width: 442px;
          float: none;
          margin: 0 auto;
        }

	.header-image .site-title a {
		background-position: top center !important;
	}

        .site-header .search-form {
		margin: 0px auto;
	}

       /* #search-3 {
              float: left;
              margin-left: 40px;
        }*/

        
        .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;
                border-bottom: 1px solid #2f052e;
                padding: 0;
	}

        .genesis-nav-menu.responsive-menu .menu-item:last-child{
            border-bottom: 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 .sub-menu .current-menu-item > a:hover,
	.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: 18px 20px;
                border-left: 0;
                font-size: 21px;
                
	}
	
        .genesis-nav-menu li:first-child a{
            padding-left: 20px;
        }
	.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: "\f063";
		float: right;
		font-family: 'FontAwesome';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
                color: #acc42a !important;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f062";
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: none;
		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;
                padding: 0;
                border-top: 1px solid #2f052e;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 0px;
	}

        .genesis-nav-menu.responsive-menu .sub-menu .sub-menu .menu-item{
            /*border-bottom: 0;*/
        }

	.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: 14px 30px;
		position: relative;
		width: 100%;
                font-size: 18px;
	}


        .genesis-nav-menu.responsive-menu .sub-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu li a:hover{
            padding: 14px 45px;
         }

        .genesis-nav-menu.responsive-menu .sub-menu li a:before,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover:before{
             display: none;
         }
}
@media only screen and (max-width: 600px) {

         
        
	
	
	.entry-categories,
	.entry-comments-link,
	.entry-tags {
		display: block;
		float: none;
	}


        .staffContent .staffExcerpt .staff-info,
        .staffContent .staffExcerpt .staff-photo{
           float: none;
           margin: 0 auto;
           text-align: center;
           width: 100%;
        }
			
}


@media only screen and (max-width: 515px) {

   #text-2{
             float: left;
             width: 100%;
             text-align: center;
       }



       .site-header .widget-area #text-2 a{
            display: block;
            float: none;
            width: 100%;
            max-width: 146px;
            margin: 10px auto 15px;
        }



        .site-header .widget-area{
	  width: 100%;
          max-width: 278px;
      }


      .site-header .widget-area #text-3 {
            margin-bottom: 8px;
      }


       #glt_widget-2{

            margin: 0;
       }
}
@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;
	}

        p.entry-meta .entry-time,
        p.entry-meta .entry-comments-link{
            display: block;
            margin-left: 0;
        }


       

       


}




@media only screen and (max-width: 350px) {

      .site-header .widget-area{
	  width: 100%;
          max-width: 236px;
      }

       #search-3 {
             
              margin-left: 0px;
        }

       #text-2, #text-3{
           float: left;
           width: 100%;
           text-align: center;
       }

       .site-header .widget-area #text-2 a{
           float: none;

       }

       .site-header .widget-area #text-3{
           padding-bottom: 15px;
           margin-left: 60px;
           float: left;
       }




      #glt_widget-2{

           margin: 0 0 10px 0;
             width: 100% !important;
      }
      
}