/*
Theme Name: Parallax Pro Food Bank Child
Theme URI: http://my.studiopress.com/themes/parallax/
Template: genesis
Author: StudioPress / NetTech
Author URI: http://www.studiopress.com/
Description: The new role of website design is to tell a story, which is what Parallax Pro was developed to do.
Tags: black,white,blue,green,orange,pink,one-column,two-columns,responsive-layout,custom-header,custom-menu,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.0.1452887950
Updated: 2016-01-15 13:59:10
*/

@charset "UTF-8";

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v7.0.0 | MIT License | https://necolas.github.io/normalize.css/ */

html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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;
}

a {
	color: #c3251d;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

img {
	height: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.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 img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 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: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
	background-color: #c3251d;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	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: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 60px;
}

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

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 780px;
}

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

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

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


/* # 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 {
	margin-bottom: 40px;
}

.archive-description,
.author-box {
	margin-bottom: 60px;
}

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

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

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

.author-box-title,
.archive-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

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

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 40px;
}

.featured-content .entry:last-child {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	min-height: 160px;
	border-bottom: 1px solid #eee;
}

.site-header .wrap {
	padding: 40px 0;
}

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

.title-area {
	float: left;
	padding: 10px 0;
	width: 360px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 780px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 32px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	color: #c3251d;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition:    opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
	width: 210px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 210px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 209px;
}

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

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary and Secondary Navigation
--------------------------------------------- */

.nav-primary,
.nav-secondary {
	border-bottom: 1px solid #eee;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	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 {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

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

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pagination li {
	display: inline;
}

.pagination li a {
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	padding-right: 10px;
	text-decoration: none;
}

.pagination .active a {
	color: #333;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	padding: 32px 0 0 32px;
}

.comment-list li.depth-1 {
	padding-left: 0;
}

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


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

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 60px;
}


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

.site-footer {
	border-top: 1px solid #ddd;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 40px 0;
}

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


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 720px;
	}

	.content,
	.site-header .widget-area {
		width: 600px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 360px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.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 5%;
	}

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

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

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

}

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

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/* ------------------------------------------------------------------------------------- Food Bank Customizations Begin */
.fbDkGreen { color: #006838; }
.fbDkYellow { color: #F69420; }
.fbTeal { color: #00A499; }
.fbMedOrange { color: #e58c29; }
.fbDkOrange { color: #E98300; } 														/* #f04848; } */
.fbMintGreen { color: #ECF5FA; }
.fbBrightGreen { color: #BFD730; }

.site-header { min-height: 80px; }
.site-header .wrap { padding: 5px 0; }
.genesis-nav-menu .sub-menu { width: 100%; }
.genesis-nav-menu .sub-menu a { border-top: 1px solid #eee; height: 50px; padding: 18px 10px; }
.genesis-nav-menu .menu-item, .sub-menu .menu-item { text-align: center; }
.genesis-nav-menu .menu-item:hover > .sub-menu { left: auto; right: 0; float: left;}
.sub-menu { margin: 0 0 0 0; text-align: right; float: right;}
.site-inner { padding-top: 40px; }
.nav-primary .wrap { max-width: 100%; width: 100%; background-color: #E77923}
#menu-main-navigation { position: fixed; background-color: #E98300; z-index: 9999; margin-top: 80px; right: 0; }
#menu-header-top-nav a { color: #FFF; }
.top-nav-social { padding: 27px 10px !important; }
.top-nav-social.menu-last { padding-right: 20px !important; }
.nav-header { margin-top: 15px; }
.nav-header .genesis-nav-menu .menu-item .su-button-style-flat { padding: 5px 0; }

.home-section-1 .widget_text { text-align: right; }
.home-section-1 .wrap .widget_text .widget-wrap .widget-title { font-size: 60px; }
.home-section-1 .wrap { 
    max-width: 1140px; 
    min-height: 140px;
    background: transparent; /* was rgba(191, 215, 48, .8) */
    padding: 20px; 
} 
#gform_widget-2 { padding: 0 25px; background: rgba(255, 255, 255, .8);  }
#gform_1 { text-align: center; }
#paypal-reaccurance-button{ display: none; }
.homeFacts { font-family: 'Myriad', 'Helvetica', sans-serif; font-weight: 700; margin: 0 20px; }
.home_facts_icon { margin: 10px; }
.facts-icon { position: relative; width: 33%; display: inline-block; float: none; padding: 80px 30% 0 0; margin: 80px 0;}
.facts-icon img { position: absolute; top: 50%; transform: translateY(-50%); }
.facts-wrap {
    width: 350px;
    position: relative;
    margin: 0 auto;
}
.home-section-2 .widget-cl-counter { display: inline-block; }
.home-section-2 .su-column {
    margin: 0 0 80px 0 !important;
}
.home-section-2 .su-column:nth-of-type(1) {
    margin-left: 4% !important;
}
.home-section-3 label {
    color: #006838;
}
.home-section-3 .ginput_recaptcha > div:nth-of-type(1) {
    display: block;
    margin: 0 auto;
}
.home-odd.home-section-3.widget-area {
    background-size: 115%;
    border-bottom: 5px solid rgba(0, 64, 34, 0.77);
}
.home-section-4 { background-color: #ECF5FA !important; }
.home-section-5 .widget-title.widgettitle {
    font-weight: 900;
    text-shadow: 0px 0px 10px #e98300, 0px 0px 20px #e98300;
}
.home-odd.home-section-5.widget-area {
    background-size: 150%;
    padding-top: 50px;
}
.home-section-5 .su-row { padding: 0 2vw; }
.home-section-5 .su-row .su-column { 
	background: rgba(0, 64, 34, 0.77);
	padding: 20px 20px 0 20px;
	border: 3px dotted orange; 
}
.home-section-5 a { color: #e58c29 !important; }
.home-section-5 .su-posts-default-loop .su-post-thumbnail {
    width: unset;
    height: unset;
    margin-right: 0;
    text-align: center;
}
.home-section-5 .su-posts-default-loop .su-post { position: relative; }
.home-section-5 .su-posts-default-loop .su-post-thumbnail img {
    max-width: unset;
    max-height: unset;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    position: static;
    border: 2px solid #E98300;
}
.home-section-5 .su-posts-default-loop .su-post-excerpt p:last-child { font-size: 18px; }
.homepage-img {  width: 75%; }

.sidebar-primary .widget_nav_menu .widget-wrap .widget-title, .sidebar-primary .widget_nav_menu .widget-wrap div { text-align: right; }
.sidebar-primary, .sidebar-primary .widget_nav_menu { margin-top: 100px; z-index: 700; padding-right: 40px; }
.footer-widgets, .site-footer { z-index: 900 !important; }

/* ------------------------------------------------------------------------------------- Internal Page Styles */
.staff-headshots { border: 3px inset #86B340; margin-bottom: 0; }
.sidebar-menu { margin-top: 90px; margin-left: 100px; width: 130px; text-align: right; }
.sidebar-menu-item { text-align: right; }
.sidebar-menu-item a { color: #E98300; }
.sidebar-menu-item .current-menu-item > a { color: #006838; }
.sidebar-link { display: block; position: relative; top: -90px; visibility: hidden; }

.entry-title { color: #BFD730; }
.content .funder .entry-meta { display: none; }

.child-hunger-image { width: 50% !important; margin: 0 20px 10px 0; }

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

.gform_wrapper .gform_body .donation-amounts .gfield_radio li input { display: none; } 
.gform_wrapper .gform_body .donation-amounts .gfield_radio li { display: inline; width: 120px; float: left; margin: 0 10px 0 0; }
.gform_wrapper .gform_body .donation-amounts .gfield_radio li label{ width: 120px; height: 100px; border: solid 5px #E98300; color: #E98300; font-size: 30px; text-align: center; padding-top: 25px; margin: 0; cursor: pointer; }
.gform_wrapper .gform_body .donation-amounts .gfield_radio li input:checked+label{ color: #FFF; background-color: #E98300; }
/* ------------------------------------------------------------------------------------- Food Bank Customizations End */

/* ------------------------------ Customizations to Styles Below ------------------------------------------------
body [font]
.site-header [background color]
.site-inner [margin-top]
.nav-primary [background color]
.nav-primary .sub-menu [background color]
.sidebar [width]
.site-footer [background color]
.site-footer p [color]
.parallax-pro-orange .site-footer a [color]
.footer-widgets a (+ .footer-widgets a:hover) [color]
@media 1140px .content [width]
*/

body {
    background-color: #fff;
    font-size: 22px;
    font-family: "Myriad", "Helvetica", sans-serif;						/* Original: 'Sorts Mill Goudy' */
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
h1 {
    font-size: 2em;
    font-size: 36px;
}
mark {
    color: #000;
}
figure {
    margin: 0;
}
pre {
    white-space: pre-wrap;
}
code, kbd, pre, samp {
    font-family: monospace,serif;
}
textarea {
    vertical-align: top;
}
a {
    text-decoration: none;
    color: #E98300;
}
p {
    margin-bottom: 30px;
}
blockquote {
    color: #999;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    color: #000;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
.gallery {
    margin-bottom: 28px;
}
.gallery-item {
    width: 100%;
    margin-bottom: 0;
    padding: 0 4px;
}
input, select, textarea {
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
::-moz-placeholder {
    font-weight: 400;
    color: #000;
}
::-webkit-input-placeholder {
    font-weight: 400;
    color: #000;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background-color: #000;
    font-size: 18px;
    border: none;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    letter-spacing: 1px;
    padding: 20px;
}
th {
    font-weight: 700;
}
.site-inner, .wrap {
    max-width: 100%;								/* Original: 1140px */
}
.site-inner {											/* Interior pages only. Parallax-Home Site-Inner margin-top is further below. */
    margin-top: 130px;								/* Original: 170px */  
}
.content {
    width: 80%; 									/* 700px; */
    float: left;
}
.full-width-content .content {
    padding: 0 200px 50px;
}
.comment .avatar {
    margin-right: 20px;
}
.breadcrumb {
    padding-bottom: 10px;
    margin-bottom: 60px;
    font-size: 20px;
    border-bottom: 2px solid #f5f5f5;
}
.archive-description, .author-box {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 100px;
    font-size: 20px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}
.author-box-title {
    margin-bottom: 8px;
    font-size: 22px;
}
.site-header .search-form {
    margin-top: 4px;
}
.archive-title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1;
}
.entry-title {
    font-size: 36px;
}
.widget-title {
    font-size: 24px;
    font-weight: 400;
}
.wp-caption-text {
    font-size: 18px;
    line-height: 1.2;
}
.widget li li {
    border: none;
}
.enews-widget input {
    margin-bottom: 20px;
    font-size: 18px;
}
.site-header {
    width: 100%;
    background-color: #FFF;							/* Original: #000 */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.title-area {
    padding-top: 20px;
    padding-bottom: 20px;
}
.site-title {
    margin-bottom: 0;
    font-size: 30px;
    font-family: Montserrat, sans-serif;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.header-image .site-title > a {
    max-width: 360px;
    display: block;
    text-indent: -9999px;
    height: 70px;
    background-size: contain !important;
}
.site-description {
    margin-bottom: 0;
    display: block;
    text-indent: -9999px;
    height: 0;
}
.site-header .widget-area {
    width: 740px;
}
.genesis-nav-menu {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
}
.genesis-nav-menu a {
    font-family: Montserrat, sans-serif;
    color: #fff;
    padding: 15px 10px;
}
.genesis-nav-menu .sub-menu {
    letter-spacing: 0;
}
.genesis-nav-menu .sub-menu .sub-menu {
    margin-top: -56px;
}
.genesis-nav-menu > .right {
    display: inline-block;
    text-transform: uppercase;
    padding: 27px 20px;
}
.genesis-nav-menu > .search {
    width: 50%;
    display: block;
    margin: 0 auto;
    padding: 0 20px 20px;
}
.site-header .sub-menu {
    background-color: #000;
}
.nav-primary {
    text-align: right;										/* Original: center */
    margin-bottom: 60px;
    background-color: #fff; 							/* Original: #000 */
}
.entry {
    margin-bottom: 100px;
}
.entry-content ol, .entry-content ul {
    margin-bottom: 30px;
}
.entry-content code {
    background-color: #000;
}
p.entry-meta {
    font-size: 20px;
}
.archive-pagination li a {
    background-color: #000;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
}
.comment-respond, .entry-comments, .entry-pings {
    margin-bottom: 100px;
}
.comment-header {
    font-size: 20px;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
    width: 100%;
}
.comment-respond label {
    font-weight: 700;
}
.form-allowed-tags {
    font-size: 16px;
}
.sidebar {
    width: 20%; 																	/* 360px; */
    float: right;
}
.sidebar li {
    margin-bottom: 6px;
    list-style-type: none;
    word-wrap: break-word;
}
.site-footer {
    background-color: #fff;														/* Original: #000 */
}
.site-footer p {
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
	text-align: center;
}
audio, canvas, video {
    display: inline-block;
}
a:focus {
    outline: thin dotted;
}
button, input, select, textarea {
    font-size: 100%;
    font-family: inherit;
    margin: 0;
}
button, input {
    line-height: normal;
}
input[type="search"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.author-box:before, .clearfix:before, .entry:before, .entry-content:before, .footer-widgets:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .widget:before, .wrap:before {
    display: table;
    content: " ";
}
.author-box:after, .clearfix:after, .entry:after, .entry-content:after, .footer-widgets:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .widget:after, .wrap:after {
    display: table;
    content: " ";
    clear: both;
}
body.parallax-home {
    background-image: none;
}
a, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button {
    -moz-transition: all 0.1s ease-in-out;
    -webkit-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: #000;
    color: #fff;
}
::selection {
    background-color: #000;
    color: #fff;
}
a:hover {
    color: #000;
}
cite, em, i {
    font-style: italic;
}
.full-width-content img.pull-left {
    float: left;
    margin: 0 40px 40px -200px;
}
.full-width-content img.pull-right {
    float: right;
    margin: 0 -200px 40px 40px;
}
.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;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover {
    background-color: #E98300;
    color: #fff;
}
.footer-widgets a.button, .footer-widgets button, .footer-widgets input[type="button"], .footer-widgets input[type="reset"], .footer-widgets input[type="submit"], .home-even a.button, .home-odd a.button {
    margin-top: 20px;
    background-color: transparent;
    font-size: 18px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    clear: both;
    letter-spacing: 1px;
    padding: 15px 25px;
}
.footer-widgets a.button, .footer-widgets button, .footer-widgets input[type="button"], .footer-widgets input[type="reset"], .footer-widgets input[type="submit"], .home-odd a.button {
    border: 3px solid #fff;
    color: #fff !important;
}
.footer-widgets a.button:hover, .home-odd a.button:hover {
    background-color: #fff;
    color: #000 !important;
}
.footer-widgets button:hover, .footer-widgets input:hover[type="button"], .footer-widgets input:hover[type="reset"], .footer-widgets input:hover[type="submit"] {
    background-color: #fff !important;
    color: #000 !important;
}
.home-even a.button {
    border: 3px solid #000;
    color: #000;
}
.home-even a.button:hover {
    background-color: #000;
    color: #fff;
}
.parallax-home .site-inner {
    max-width: 100%;
    margin-top: 80px;										/* Original: 70px */
}
.parallax-landing .site-inner {
    margin-top: 100px;
}
.author-box .avatar {
    width: 88px;
    height: 88px;
}
.entry-comments .avatar {
    width: 60px;
    height: 60px;
}
.sidebar .entry-title {
    text-align: left;
    font-size: 24px;
}
.entry-title a {
    color: #000;
}
.entry-title a:hover {
    color: #E98300;
}
.footer-widgets .widget-title {
    font-size: 48px;
    color: #fff;
}
.home-even .widget-title, .home-odd .widget-title {
    margin-bottom: 40px;
    font-size: 72px;
}
.gallery-caption, .entry-content .gallery-caption {
    margin: 0 0 10px;
}
.parallax-home .content .simple-social-icons {
    margin-top: 40px;
}
.parallax-home .content .simple-social-icons ul li {
    margin: 0 20px !important;
}
.parallax-home .content .simple-social-icons ul li a, .parallax-home .content .simple-social-icons ul li a:hover {
    padding: 30px;
}
.footer-widgets .enews-widget input:hover[type="submit"] {
    background-color: #fff;
    color: #000;
}
.admin-bar .site-header {
    top: 32px;
}
.site-title a, .site-title a:hover {
    color: #fff !important;
}
.header-image .title-area {
    padding: 0;
}
.site-header .widget-area, .site-header .widget-area a, .site-header .widget-area h4 {
    color: #fff;
}
.site-header .widget-area a:hover {
    color: #006838;                                                            /* #f04848; */
}
.site-header .textwidget {
    margin-top: 27px;
}
.genesis-nav-menu li li {
    margin-left: 0;
}
.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #006838;                                                           /* #f04848; */
}
.genesis-nav-menu > .menu-item > a {
    text-transform: uppercase;
}
.nav-primary .sub-menu {
    background-color: #fff;													/* Original: #000 */
}
.nav-secondary .genesis-nav-menu {
    padding: 20px 0;
}
.nav-secondary a {
    margin: 0 20px;
    padding: 0;
}
.responsive-menu-icon {
    margin-bottom: 10px;
    display: none;
    cursor: pointer;
}
.responsive-menu-icon::before {
    font-size: 24px;
    content: "\f333";
    font-family: 'dashicons';
    font-weight: normal;
    color: #fff;
    line-height: 1;
    margin: 0 auto;
}
.home-even {
    text-align: center;
    font-size: 28px;
    overflow: hidden;
    clear: both;
    padding: 0;
}
.home-odd {
    text-align: center;
    font-size: 28px;
    overflow: hidden;
    clear: both;
    padding: 190px 0 200px;
}
.home-even .widget, .home-odd .widget {
    margin-bottom: 40px;
}
.home-even p:last-child, .home-even .widget:last-child, .home-odd p:last-child, .home-odd .widget:last-child {
    margin-bottom: 0;
}
.home-odd, .home-odd a:hover, .home-odd h1, .home-odd h2, .home-odd h3, .home-odd h4, .home-odd h5, .home-odd h6, .home-odd .featured-content .entry-title a, .home-odd .widget-title {
    color: #fff;
}
.home-odd .featured-content .entry-title a:hover {
    color: #E98300;
}
.home-even p:last-child, .home-odd p:last-child {
    margin-bottom: 0;
}
.home-even {
    background-color: #fff;
}
.home-section-1, .home-section-3, .home-section-5 {
    background-position: 50% 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.home-section-3 .custom-html-widget .sli-content-pane {
    background-color: #FFFFFFCC !important;
}
.pricing-table {
    font-size: 22px;
    line-height: 1;
}
.pricing-table h4 {
    border-bottom: 2px solid #000;
    color: #000;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: -40px -40px 40px;
    padding: 40px;
}
.pricing-table .one-third {
    width: 33.33%;
    background-color: #fff;
    border: 2px solid #000;
    margin: 20px -2px;
    padding: 40px;
}
.pricing-table .one-third:nth-child(3n+1) {
    margin: 20px 0;
}
.pricing-table .one-third:nth-child(3n+2) {
    margin-top: 0;
    margin-bottom: 0;
}
.pricing-table .one-third:nth-child(3n) {
    margin: 20px 0;
}
.pricing-table ul li::before {
    margin-top: -2px;
    margin-right: 5px;
    display: inline-block;
    font-size: 20px;
    content: "\f139";
    font-family: 'dashicons';
    vertical-align: top;
    font-weight: normal;
    line-height: 1;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.pricing-table ul li {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ddd;
    color: #000;
}
.pricing-table a.button {
    background-color: #000;
    border: 3px solid #000;
    color: #fff;
}
.pricing-table a.button:hover {
    background-color: #E98300;
    border: 3px solid #E98300;
    color: #fff !important;
}
.page .content {
    padding-bottom: 50px;
}
.sidebar-content .content {
    float: right;
}
.full-width-content.parallax-home .content {
    padding: 0;
}
.sidebar .entry {
    margin-bottom: 40px;
}
.entry-header {
    text-align: center;
}
.entry-header::after {
    width: 25%;
    padding-bottom: 30px;
    display: block;
    content: "";
    border-bottom: 1px solid #000;
    margin: 0 auto 60px;
}
.sidebar .entry-header::after {
    display: none;
}
.entry-categories::before, .entry-tags::before {
    margin-top: 2px;
    margin-right: 5px;
    display: inline-block;
    font-size: 20px;
    font-family: 'dashicons';
    vertical-align: top;
    font-weight: normal;
    line-height: 1;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.entry-categories::before {
    content: "\f318";
}
.entry-tags::before {
    content: "\f323";
}
.after-entry {
    border-top: 1px solid #000;
    padding: 40px 0;
}
.after-entry .widget {
    margin-bottom: 40px;
}
.after-entry p:last-child, .after-entry .widget:last-child {
    margin: 0;
}
.after-entry li {
    list-style-type: none;
}
.archive-pagination li a:hover, .archive-pagination .active a {
    background-color: #E98300;
    color: #fff;
}
.content-box-blue, .content-box-gray, .content-box-green, .content-box-purple, .content-box-red, .content-box-yellow {
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px;
}
.content-box-blue {
    background-color: #d8ecf7;
    border: 1px solid #afcde3;
}
.content-box-gray {
    background-color: #e2e2e2;
    border: 1px solid #bdbdbd;
}
.content-box-green {
    background-color: #d9edc2;
    border: 1px solid #b2ce96;
}
.content-box-purple {
    background-color: #e2e2f9;
    border: 1px solid #bebde9;
}
.content-box-red {
    background-color: #f9dbdb;
    border: 1px solid #e9b3b3;
}
.content-box-yellow {
    background-color: #fef5c4;
    border: 1px solid #fadf98;
}
p.comment-meta, .entry-comments .comment, .entry-comments .comment-reply {
    margin-bottom: 40px;
}
.entry-comments .comment {
    border-bottom: 1px solid #000;
}
.comment-content, .entry-comments .comment {
    clear: both;
}
p.form-submit, .entry-comments .children .comment, .entry-comments .comment-author {
    margin: 0;
}
.entry-comments .children .comment {
    border: none;
}
.comment-list li, .ping-list li {
    list-style-type: none;
}
.entry-comments ul.children {
    margin-left: 40px;
}
.form-allowed-tags, .ping-list .reply {
    display: none;
}
.sidebar-content .sidebar {
    float: left;
}
.sidebar p:last-child {
    margin-bottom: 0;
}
.sidebar ul > li:last-child {
    margin-bottom: 0;
}
.footer-widgets {
    text-align: center;
    background-color: #E98300;
    font-size: 24px;
    clear: both;
    padding: 100px 0;
}
.footer-widgets a:hover {
    color: #000 !important;																	/* Original: #fff */
}
.footer-widgets, .footer-widgets a {
    color: #fff !important;																	/* Original: #000 */
}
.footer-widgets .widget {
    margin-bottom: 40px;
}
.footer-widgets p:last-child, .footer-widgets .widget:last-child {
    margin-bottom: 0;
}
.site-footer, .site-footer a, .site-footer p {
    color: #53682E;																				/* Original: #fff */
}
.site-footer a:hover {
    color: #E98300;
}
.parallax-pro-blue a:hover, .parallax-pro-blue .entry-title a, .parallax-pro-green a:hover, .parallax-pro-green .entry-title a, .parallax-pro-orange a:hover, .parallax-pro-orange .entry-title a, .parallax-pro-pink a:hover, .parallax-pro-pink .entry-title a {
    color: #000;
}
.parallax-pro-blue .button, .parallax-pro-blue .button:hover, .parallax-pro-blue .genesis-nav-menu a, .parallax-pro-blue .home-odd a:hover, .parallax-pro-blue .site-footer a, .parallax-pro-green .button, .parallax-pro-green .button:hover, .parallax-pro-green .genesis-nav-menu a, .parallax-pro-green .home-odd a:hover, .parallax-pro-green .site-footer a, .parallax-pro-orange .button, .parallax-pro-orange .button:hover, .parallax-pro-orange .genesis-nav-menu a, .parallax-pro-orange .home-odd a:hover, .parallax-pro-pink .button, .parallax-pro-pink .button:hover, .parallax-pro-pink .genesis-nav-menu a, .parallax-pro-pink .home-odd a:hover, .parallax-pro-pink .site-footer a {
    color: #006838; 																					/* #FFF; */
}
.parallax-pro-orange .site-footer a, #menu-secondary-navigation a {
	color: #006838;  
}
#menu-secondary-navigation a:hover {
	color: #E98300;
}
.parallax-pro-blue a, .parallax-pro-blue .entry-title a:hover, .parallax-pro-blue .genesis-nav-menu a:hover, .parallax-pro-blue .genesis-nav-menu .current-menu-item > a, .parallax-pro-blue .genesis-nav-menu .sub-menu a:hover, .parallax-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .parallax-pro-blue .home-odd .featured-content .entry-title a:hover, .parallax-pro-blue .site-footer a:hover, .parallax-pro-blue .site-header .widget-area a:hover {
    color: #44ace8;
}
.parallax-pro-blue input:hover[type="button"], .parallax-pro-blue input:hover[type="reset"], .parallax-pro-blue input:hover[type="submit"], .parallax-pro-blue .archive-pagination li a:hover, .parallax-pro-blue .archive-pagination .active a, .parallax-pro-blue .button:hover, .parallax-pro-blue .footer-widgets, .parallax-pro-blue .pricing-table a.button:hover {
    background-color: #44ace8;
}
.parallax-pro-blue .pricing-table a.button:hover {
    border: 3px solid #44ace8;
}
.parallax-pro-green a, .parallax-pro-green .entry-title a:hover, .parallax-pro-green .genesis-nav-menu a:hover, .parallax-pro-green .genesis-nav-menu .current-menu-item > a, .parallax-pro-green .genesis-nav-menu .sub-menu a:hover, .parallax-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .parallax-pro-green .home-odd .featured-content .entry-title a:hover, .parallax-pro-green .site-footer a:hover, .parallax-pro-green .site-header .widget-area a:hover {
    color: #35c379;
}
.parallax-pro-green input:hover[type="button"], .parallax-pro-green input:hover[type="reset"], .parallax-pro-green input:hover[type="submit"], .parallax-pro-green .archive-pagination li a:hover, .parallax-pro-green .archive-pagination .active a, .parallax-pro-green .button:hover, .parallax-pro-green .footer-widgets, .parallax-pro-green .pricing-table a.button:hover {
    background-color: #35c379;
}
.parallax-pro-green .pricing-table a.button:hover {
    border: 3px solid #35c379;
}
.parallax-pro-orange a, .parallax-pro-orange .entry-title a:hover, .parallax-pro-orange .genesis-nav-menu a:hover, .parallax-pro-orange .genesis-nav-menu .current-menu-item > a, .parallax-pro-orange .genesis-nav-menu .sub-menu a:hover, .parallax-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .parallax-pro-orange .home-odd .featured-content .entry-title a:hover, .parallax-pro-orange .site-footer a:hover, .parallax-pro-orange .site-header .widget-area a:hover {
    color: #006838;
}
.parallax-pro-orange input:hover[type="button"], .parallax-pro-orange input:hover[type="reset"], .parallax-pro-orange input:hover[type="submit"], .parallax-pro-orange .archive-pagination li a:hover, .parallax-pro-orange .archive-pagination .active a, .parallax-pro-orange .button:hover, .parallax-pro-orange .footer-widgets, .parallax-pro-orange .pricing-table a.button:hover {
    background-color: #e58c29;
}
.parallax-pro-orange .pricing-table a.button:hover {
    border: 3px solid #e58c29;
}
.parallax-pro-pink a, .parallax-pro-pink .entry-title a:hover, .parallax-pro-pink .genesis-nav-menu a:hover, .parallax-pro-pink .genesis-nav-menu .current-menu-item > a, .parallax-pro-pink .genesis-nav-menu .sub-menu a:hover, .parallax-pro-pink .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .parallax-pro-pink .home-odd .featured-content .entry-title a:hover, .parallax-pro-pink .site-footer a:hover, .parallax-pro-pink .site-header .widget-area a:hover {
    color: #cb4082;
}
.parallax-pro-pink input:hover[type="button"], .parallax-pro-pink input:hover[type="reset"], .parallax-pro-pink input:hover[type="submit"], .parallax-pro-pink .archive-pagination li a:hover, .parallax-pro-pink .archive-pagination .active a, .parallax-pro-pink .button:hover, .parallax-pro-pink .footer-widgets, .parallax-pro-pink .pricing-table a.button:hover {
    background-color: #cb4082;
}
.parallax-pro-pink .pricing-table a.button:hover {
    border: 3px solid #cb4082;
}
.home-odd.home-section-1 {
    background-size: contain !important;
    background-position: 0 126px !important;
}
#dafdirectdiv {
    width: 250px !important;
    margin: 0 auto 25px !important;
}
@media only screen and (max-width: 1140px) {
.site-inner, .wrap {
    max-width: 960px;
}
.site-header .widget-area {
    width: 600px;
}
.home-section-1, .home-section-3, .home-section-5 {
    background-position: top;
    background-attachment: scroll;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: 100%;
}
.home-section-1 .wrap {
    min-height: 280px;
}
.home-section-2 .su-column:nth-of-type(1) {
    margin-left: 0 !important;
}
.home-section-5 {
    background-image: none;
    background-color: #006838;
}
.home-section-5 .su-column-size-1-3 {
    width: 100%;
}
.home-section-5 .su-row .su-column {
    margin: 0;
}
.home-section-5 .su-post-excerpt {
    font-size: 22px;
    text-align: left;
}
.home-odd.home-section-5 {
    padding-top: 35px;
    padding-bottom: 35px;
}
.content {
    width: 70%; 														/* 520px; */
}
.full-width-content .content {
    padding: 0 110px;
}
.footer-widgets {
    padding: 40px 30px;
}
.home-odd.home-section-1 {
    background-position: top !important;
}
}
@media only screen and (max-width: 1024px) {
.home-section-1.home-odd {
    padding-bottom: 30px;
}
.home-section-3.home-odd {
    padding-bottom: 90px;
}
}
@media only screen and (max-width: 960px) {
.title-area, .site-description, site-title { float: none; margin: 0 auto; } 
.site-inner, .wrap {
    max-width: 768px;
}
.header-image .site-title > a {
    margin: 0 auto 10px;
    float: none;
}
.nav-header #menu-secondary-navigation .menu-item-object-custom,
.nav-header #menu-secondary-navigation .menu-item-object-page,
.nav-header .responsive-menu-icon {
	display: none;
}
.nav-primary { 
    margin-bottom: 0px;
    z-index: 9;
}
#menu-main-navigation { margin-top: 0; }
.genesis-nav-menu.responsive-menu .menu-item-type-gs_sim.menu-item-object-gs_sim,
.nav-header #menu-secondary-navigation .agency-zone-link.menu-item {
	display: inline-block;
	text-indent: 0;
}
.parallax-home .site-inner {
    max-width: none;
    margin-top: 0;
}
.homepage-img {  width="100%"; }
.site-header {
    padding-bottom: 10px;
    position: static;
}
.content, .sidebar, .site-header .widget-area, .title-area {
    width: 100%;
}
.genesis-nav-menu, .site-header .widget-area, .site-title {
    text-align: center;
}
.genesis-nav-menu a {
    padding: 10px;
}
.site-inner {
    margin-top: 80px;
}
.full-width-content .content {
    padding: 0;
}
.full-width-content img.pull-left {
    margin-left: 0;
}
.full-width-content img.pull-right {
    margin-right: 0;
}
.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .pricing-table .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
    width: 100%;
    margin: 0;
}
.pricing-table .one-third:nth-child(3n+1) {
    border-right: 2px solid #000;
}
.pricing-table .one-third:nth-child(3n+2) {
    margin-top: 20px;
    margin-bottom: 20px;
}
.pricing-table .one-third:nth-child(3n) {
    border-left: 2px solid #000;
}
.genesis-nav-menu.responsive-menu {
    display: none;
}
.nav-primary .responsive-menu-icon {
    margin-top: 20px;
    text-align: center;
}
.genesis-nav-menu.responsive-menu .menu-item, .responsive-menu-icon {
    display: block;
}
.genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static;
}
.genesis-nav-menu.responsive-menu li.current-menu-item > a, .genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover, .genesis-nav-menu.responsive-menu li a, .genesis-nav-menu.responsive-menu li a:hover {
    display: block;
    border: none;
    text-transform: none;
    padding: 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 {
    float: right;
    text-align: right;
    font-size: 20px;
    content: "\f347";
    font-family: 'dashicons';
    height: 20px;
    font-weight: normal;
    line-height: 1;
    z-index: 9999;
    right: 0;
    padding: 15px 20px;
}
.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f343";
}
.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
    display: none;
}
.genesis-nav-menu.responsive-menu .sub-menu {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    position: relative;
    -moz-transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    left: auto;
    opacity: 1;
    z-index: 99;
}
.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    padding-left: 25px;
    background-color: transparent;
    margin: 0;
}
.genesis-nav-menu.responsive-menu .sub-menu li a, .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    width: 100%;
    position: relative;
    text-transform: none;
    padding: 12px 20px;
}
.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 > li.menu-item-has-children:hover > a, .genesis-nav-menu.responsive-menu a:hover {
    background-image: none;
}
.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a, .site-header .genesis-nav-menu.responsive-menu .sub-menu li a, .site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover, .site-header .genesis-nav-menu.responsive-menu .sub-menu, .site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before, .site-header .genesis-nav-menu.responsive-menu > li:hover > a, .site-header .genesis-nav-menu.responsive-menu a:hover {
    color: #fff;
}
}
@media only screen and (max-width: 768px) {
.site-inner, .wrap {
    max-width: none;
    width: 100%;
    padding: 0 5%;
}
.parallax-home .site-inner {
    padding: 0;
}

.home-even, .home-odd {
    padding: 90px 0 100px;
}
.home-section-1 {
    background-size: 100%;
    padding-bottom: 0;
}
.home-section-1 .wrap {
    min-height: 280px;
}
.parallax-home .simple-social-icons ul li {
    margin: 0 20px 20px !important;
}
.sidebar-content .sidebar {
    display: none;
}
.footer-widgets .su-animate:nth-of-type(1) .su-column-size-1-3, .footer-widgets .su-animate:nth-of-type(2) .su-column-size-1-3 {
    width: 40% !important;
    display: inline-block;
}
.footer-widgets .su-animate:nth-of-type(1) .su-column-size-1-3 {
    float: left !important;
}
.footer-widgets .su-animate:nth-of-type(2) .su-column-size-1-3 {
    float: right !important;
}
.footer-widgets .su-animate:nth-of-type(2) .su-column-size-1-3 .su-column-inner div {
    text-align: right !important;
}
.footer-widgets .su-animate:nth-of-type(3) {
    margin-top: 290px;
}
}
@media only screen and (max-width: 480px) {
.footer-widgets .widget-title, .home-even .widget-title, .home-odd .widget-title {
    font-size: 36px;
}
.home-even, .home-odd {
    font-size: 22px;
}
.home-section-1 .wrap {
    min-height: 90px;
}
.home-section-1.home-odd {
    padding-bottom: 0;
}
.home-even.home-section-2.widget-area {
    padding: 20px 0;
}
.home-section-2 .su-column {
    margin: 0 0 10px 0 !important;
}
.home_facts_icon {
    width: 25vw;
}
.facts-wrap .cl-counter-value-part.type_number {
    font-size: 40px;
}
.facts-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.facts-wrap .su-animate.fadeInUp.animated {
    top: -15px;
    position: relative;
}
.facts-wrap .cl-counter-value {
    height: 80px;
	text-align: right;
}
.home-section-3.home-odd {
    padding-bottom: 0px;
    padding-top: 290px;
}
.home-section-3 .gform_widget {
    background: #006838 !important;
}
.footer-widgets .su-animate:nth-of-type(1) .su-column-size-1-3, .footer-widgets .su-animate:nth-of-type(2) .su-column-size-1-3 {
    width: 100% !important;
    display: block;
    float: none;
}
.footer-widgets .su-animate:nth-of-type(1) .su-column-size-1-3 .su-column-inner div,
.footer-widgets .su-animate:nth-of-type(2) .su-column-size-1-3 .su-column-inner div{
    text-align: center !important;
}
.footer-widgets .su-animate:nth-of-type(3) {
    padding-top: 150px;
}
}
