/*
	Theme Name: ACF 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.button a {
	color: #ffffff;
	font-size: 1.500em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
		- 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
		- ACF Pro Blue
		- ACF Pro Orange
		- ACF Pro Purple
		- ACF Pro Red
	- Media Queries
	- Retina Display
		- Retina
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/


/*
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:active,a:hover{outline: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-size: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	color: #000000;
	font-weight: 300;
	line-height: 1.9;
	background-color: #ffffff;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
}

.site-container {
	width: 1180px;
	max-width: 97%;
	margin: 65px auto;
}


a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: rgb(0 96 38);
	letter-spacing: 0.3px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

a:hover {
	color: #078236;
}

p {
	margin: 0 0 21px;
	padding: 0;
	line-height: 1.4;
}

strong {
	font-weight: 600;
}

.footer-widgets strong {
	color: inherit;
}

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

li {
	list-style-type: none;
}

.heart-list li:before {
	content: "\f004";
	font-family: 'FontAwesome';
	margin-right: 10px;
	margin-left: -33px;
}

blockquote,
blockquote::before {
	color: #1c3660;
}

blockquote {
	margin: 40px;
}

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

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */
.white-text {
	color: #ffffff;
}

.blue-text {
	color: #1c36687;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	margin: 0 0 12px;
}

.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6 {
	visibility: hidden;
}


h1 {
	font-size: 2.2em;
	color: #ffffff;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 1.7px;
	display: block;
	width: 100%;
	clear: both;
	position: relative;
	margin: 0 0 23px;
}

.main-section:not(#size-100) h1 {
	font-size: 2.188em;
	padding: 0 0 5px;
	margin: 0 auto 25px;
}


h2 {
	font-size: 1.6em;
	color: rgb(0 96 38);
	line-height: 1.4;
	font-weight: 500;
	/* letter-spacing: 1px; */
	display: block;
	width: 100%;
	clear: both;
	position: relative;
	margin: 0 0 23px;
	text-transform: capitalize;
}

h3 {
	font-size: 1.250em;
	font-weight: 300;
	margin-bottom: 5px;
	font-weight: 300;
	line-height: 1.9;
	color: #0b630b;
}

h4 {
	font-size: 1.250em;
}

h5 {
	font-size: 1.125em;
}

h6 {
	font-size: 1.000em;
}

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

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

img {
	height: auto;
}

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

.featured-image-area {
	overflow: hidden;
	width: 100%;
	height: 330px;
	display: block;
	position: relative;
	z-index: 9997;
	/* margin-bottom: -75px; */
	width: 100%;
	width: calc(100% - 320px);
	width: 100%;
}

.no-post-thumbnail .featured-image-area {
	display: none;
}

.page-template-page_blog .featured-image-area {
	top: 0px;
	margin-bottom: -11px;
}

.top-featured-image {
	width: 100%;
	overflow: hidden;
	/* filter: saturate(0); */
	position: relative;
	display: inline-block;
	float: none;
	vertical-align: middle;
	object-fit: cover;
	height: 100%;
}
/* 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: #fff;
	border: 1px solid #9e9e9e;
	color: #616167;
	font-size: .9em;
	font-weight: 300;
	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: #7d7d83;
	opacity: 1;
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #7d7d83;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more a {
	color: #ffffff;
	background-color: #046132;
	cursor: pointer;
	font-size: 1em;
	padding: 8px 4%;
	width: auto;
	display: inline-block;
	margin: 15px 5px 15px 0;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.2;
	border: none !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.more a {
	margin: 0 auto;
	display: block;
	width: 200px;
	text-align: center;
}

.main-section:not(#size-100) .button,
.main-section:not(#size-100) input {
	font-size: 1.188em;
	padding: 13px 5%;
}

.mejs-controls button {
	border-radius: 0;
}

.white-text .button {color: #fff !important;}

.white-text.button {
	background-color: #ffffff;
	color: #0f2e52;
}

.white-text.button a {
	color: #0f2e52;
}

.white-text.button:hover {
	background-color: #c7c8ca;
	color: #fff;
}

.white-text.button:hover a {
	color: #fff;
}

.button:hover,
.more a:hover {
	background-color: #717166;
	color: #fff;
}


.button a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.button:hover a {
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

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

.page-template-calculator_template table {
	border: none !important;
}

.page-template-calculator_template th {
	border: none;
}

tbody {
	/* border-bottom: 1px solid #ddd; */
}

td,
th {
	text-align: left;
}

th {
	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: 100%;
}

.home-bottom .wrap {
	display:flex;
	align-items:flex-start;
	justify-content:center;
	flex-flow:row wrap;
}

.site-inner {
        background-color: #fff;
        clear: both;
        font-size: 1em;
        overflow: hidden;
        position: relative;
        z-index: 9997;
        /* min-height: 500px; */
}

.page .site-inner {
	margin-top: -68px;
}

.woocommerce .site-inner,
.woocommerce-page .site-inner {
	padding-top: 76px;
}

.page-template-page_blog .site-inner {
	background-color: transparent;
}

.ACF-pro-home .site-inner {
	font-size: 1.438em;
}

.logged-in .site-inner {
	/* padding-top: 58px; */
}

.ACF-pro-home .site-inner {
	/* padding: 0; */
}

.ACF-pro-landing .wrap {
	max-width: 900px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */


.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;
	/* margin-bottom: 30px; */
}

.ACF-pro-home .content {
	margin: 0;
}
.content-sidebar-wrap {
	width: 100%;
	float: left;
}

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

.archive .content {
	padding: 65px 0;
	max-width: 100%;
	width: 960px;
	display: block;
	margin: 0 auto;
	float: none;
	text-align:  center;
}

.full-width-content .content {
	/* width: 100%; */
	/* padding-top: 35px; */
}

/* Primary Sidebar */

.sidebar-primary {
	position: relative;
	top: 0;
	right: 0;
	width: 320px;
	max-width: 36%;
	float: right;
	margin-top: -331px;
	display: none;
}

.sidebar-primary .widget {
	/* width: 320px; */
	height: 330px;
	background-color: rgb(164 164 143 / 90%);
	font-size: 1em;
	color: #5e6061;
	position: relative;
	z-index: 9998;
	/* background: linear-gradient(to bottom, #f9fafa , #e5e5e7); */
	margin-bottom: -75px;
}


.sidebar-primary .widget-title {
	background-color: rgb(0 96 38);
	color: #fff;
	font-weight: 300;
	font-size: 1.438em;
	text-align: center;
	width: 100%;
	padding: 7px 9px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.sidebar-primary .widget-title:before {
	content: '';
	width: 40px;
	height: 40px;
	background: url('https://statebankeaston.com/wp-content/uploads/2021/02/green-arrow.png');
	float: left;
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	margin-left: 18px;
	margin-right: -30px;
	margin-top: -5px;
	margin-bottom: -4px;
}


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

.content-column {
	min-height: 1px;
}

.one_half {
	width: 46% !important;
}

.one_half:nth-of-type(1) {
	margin-right: 8%;
}

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	font-size: 0.750em;
	margin-bottom: 30px;
	padding: 10px 16px;
}

.archive-description {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 30px;
	margin-top: 63px;
}

.author-box {
	background-color: #111;
	color: #fff;
	margin: 0 -40px 40px;
	padding: 30px;
}

.author-box-title {
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	/*margin-top: 12px;*/
}

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

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

.archive-title {
	font-size: 1.250em;
}

.page .entry-header,
.single .entry-header,
.archive .entry-header {
	text-align: left;
	background-color: rgb(0 96 38);
	padding: 10px 20px;
	/* height: 200px; */
}

.single .entry-header {
	margin-bottom: 0px;
}

.page-template-page_blog .entry-header {
	margin: 0 auto;
	max-width: 100%;
}

.entry-title,
.page-title {
	color: #fff;
	font-size: 45px;
	/* height: 66px; */
	margin-bottom: 0;
	display: inline-block;
	float: none;
	width: auto;
	position: relative;
	padding: 0 0 0 65px;
	line-height: 1.3;
	word-spacing: 2px;
	text-align: left;
	font-weight: 500;
	padding-top: 1px;
}

.entry-title:before{
	content: '';
	width: 50px;
	background: url('https://statebankeaston.com/wp-content/uploads/2021/02/taupe-arrow.png');
	background-position: 50%;
	float: left;
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	height: 100%;
	left: 0;
	margin-top: 0px;
}

.archive .entry-title {
	font-size: 1.688em;
}

.page .entry-title {
	/* font-size: 2.875em; */
}

.page-template-page_blog .entry-title,
.search .entry-title {
	padding: 0;
	margin-bottom: 26px;
	border: none;
	text-align: left;
}

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

.archive .entry-title a {
	color: #454548;
	-webkit-transition: all 0.1s linear;
	-moz-transition:    all 0.1s linear;
	-ms-transition:     all 0.1s linear;
	-o-transition:      all 0.1s linear;
	transition:         all 0.1s linear;
}

.page-template-page_blog .entry-title {
	font-size: 2.250em;
	line-height: 1.4;
	margin-bottom: 17px;
	text-align: center;
}

.page-template-page_blog .entry:nth-of-type(1) .entry-title {
	font-size: 3.875em;
}

.content .entry-title a {
	color: #454548;
	-webkit-transition: all 0.1s linear;
	-moz-transition:    all 0.1s linear;
	-ms-transition:     all 0.1s linear;
	-o-transition:      all 0.1s linear;
	transition:         all 0.1s linear;

}

.content .entry-title a:hover {
	color: #c7c8ca;
	-webkit-transition: all 0.1s linear;
	-moz-transition:    all 0.1s linear;
	-ms-transition:     all 0.1s linear;
	-o-transition:      all 0.1s linear;
	transition:         all 0.1s linear;
}

.widget-title {
	font-size: 3.625em;
	font-weight: 700;
	/* text-transform: uppercase; */
	padding: 0 1%;
	margin: 0 auto 17px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	/* letter-spacing: 1px; */
	word-spacing: normal;
	color: #493423;
}

/* 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 33px 17px 0;
}

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

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

.wp-caption-text {
	text-align: center;
	text-transform: uppercase;
}

.wp-caption-text a {
	font-size: 1.250em;
	font-weight: 700;
	text-transform: none;
}

.wp-caption-text .button {
	background-color: #d6d6d7;
}

.wp-caption-text .button:hover {
	background-color: #1c3660;
}

.wp-caption-text .button:hover a {
	color: #fff;
}

.wp-caption-text .button a{
	font-weight: 400;
	text-transform: uppercase;
	color: #1c3660;
}

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


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

.widget {
	word-wrap: break-word;
	/* margin-bottom: 30px; */
}

.widget li {
	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: 1.250em;
}

.featured-content .entry-comments-link {
	float: none;
}

.more-from-category {
	border-top: 1px dotted #494949;
	margin-top: 10px;
	padding-top: 10px;
}

.entry-more-button {
	line-height: 1;
	background-color: #404040;
	display: inline-block;
	letter-spacing: 0.4px;
	-webkit-transition: all 0.1s linear;
	-moz-transition:    all 0.1s linear;
	-ms-transition:     all 0.1s linear;
	-o-transition:      all 0.1s linear;
	transition:         all 0.1s linear;
}

.entry-more-button:hover {
	background-color: #f39c0c;
	-webkit-transition: all 0.1s linear;
	-moz-transition:    all 0.1s linear;
	-ms-transition:     all 0.1s linear;
	-o-transition:      all 0.1s linear;
	transition:         all 0.1s linear;
}

.entry-more-button a {
	color: #fff;
	padding: 15px 21px;
	display: block;
}

.home .featured-content {
	text-align: center;
}

.home .featured-content .entry {
	width: 100%;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	float: none;
	max-width: 380px;
}

.home .featured-content .entry .alignnone {
	margin-bottom: 1px;
}

.home .featured-content .entry:nth-child(3n+2) {
	margin: 0 6%;
}

.home .featured-content .entry-title {
	padding: 0 0 20px;
	margin: 0 auto 10px;
	line-height: 1.5;
	background-color: transparent;
	font-size: 1.813em;
}


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


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input,
div.gform_wrapper textarea {
	font-size: 1em;
	padding: 16px !important;
}

body .gform_wrapper .gfield_checkbox li label, body .gform_wrapper .gfield_radio li label {
	font-size: 1.125em;
}

body .gform_wrapper
.ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
	margin-bottom: 10px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	padding: 0 0 24px;
}

body .gform_wrapper {
	margin: 38px auto;
}

body .gform_wrapper label.gfield_label {
	font-weight: 600;
	color: #464646;
	text-transform: uppercase;
	font-size: 0.938em;
}

body .gfield_label {
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: #ececec;
	padding: 21px;
}

body .gform_wrapper .gfield_error .gfield_label,
body .gform_wrapper .validation_message {
	color: #92272b;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit] {
	/* color: #ffffff; */
	cursor: pointer;
	font-size: 1em;
	padding: 12px 36px;
	width: auto;
	display: inline-block;
	margin: 14px 17px 3px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}


.gform_footer {
	text-align: center;
}

.gform_footer a {
	color: #344e38;
	font-weight: 700;
	font-size: 1.500em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.gform_footer:hover a {
	color: #5e9adb;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.gform_wrapper.gf_browser_chrome .gform_body {
	width: 100% !important;
}

.gf_progressbar {
	border-radius: 8px !important;
}

.gform_wrapper .gf_progressbar_percentage {
	background-color: #0fe !important;
	border-radius: 8px !important;
}

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

#wpstats {
	display: none;
}

/* Table Press
--------------------------------------------- */

body .paginate_button.disabled {
    color: #696969!important;
}


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

.before-header {
	text-align: center;
	background-color: #ffffff;
	color: #ffffff;
	padding: 0 0 10px;
	font-size: 18px;
	overflow: auto;
	line-height: 1;
	z-index: 9999;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
}

.before-header a {
	color: #3e3e3e;
	font-style: normal;
}

.before-header a:hover {
	/* color: #3a2510; */
}


.before-header {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	margin: 0 auto;
}


.before-header .widget {
	width: auto;
	display: inline-block;
	margin: 8px 0;
}

.before-header .widget:nth-child(2) {
	width: 400px;
	max-width: 94%;
}

.before-header .widget:nth-child(1) {
	width: 100%;
	background-color: rgb(184 184 162);
	text-align: right;
	margin: 0;
	z-index: 9999;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-flow: row wrap;
}

.before-header .widget:nth-child(1) a {
	color: #fff;
	padding: 5px 14px;
	background: #046132;
	margin: 0 20px;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.before-header .widget:nth-child(1) a:hover {
	background: #0d7742;
}

.before-header .widget:nth-child(1) .button {
	font-size: 15px;
	padding: 4px 8px;
	width: auto;
	max-width: 100%;
	margin-right: 22px;
}

.before-header .widget:nth-child(1) .button:hover {
	background-color: #427d39;
}

.before-header .widget:nth-child(3) {
	width: 500px;
	max-width: 100%;
	/* margin: 0 6px; */
}

.before-header .widget:nth-child(3).iframe-login {
    /* width: auto; */
    text-align: right;
}

.before-header .widget:nth-child(3) iframe {
    background-color: #e6e6e6;
    padding: 15px;
    width: 219px !important;
    border-radius: 10px;
}

.before-header #Q2Online > .row, .before-header .row.collapse {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	color: #555;
	font-size: 15px;
}

.before-header #Q2Online .large-5, .login .form-row {
	width: 40%;
	padding: 0;
}

.before-header #Q2Online .large-2, .login .form-row:nth-child(3) {
	width: 20%;
}


.before-header .widget p {
	display: inline-block;
	/* margin: 0 19px; */
	float: none;
	vertical-align: middle;
	width: auto;
}

.before-header .button {
	width: 100%;
	display: block;
	float: left;
	padding: 9px 15px;
	/* width: 200px; */
	border: none;
}


.before-header br {
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	content: '';
	color: #fff;
	z-index: 10013;
	margin-left: 3px;
}

.before-header br:after {
	content: '';
	background-color: #fff;
	width: 2px;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	line-height: 1;
}


.before-header .widget_nav_menu #menu-social .menu-item {
	margin: 0 12px;
	text-align: center;
	display: inline-block;
	padding-bottom: 0;
}

.before-header .widget_nav_menu #menu-social .menu-item .fa {
	font-size: 22px;
	display: block;
}

#Q2Online .input-group {
  padding-right: 15px;
  margin-bottom: 0px;
  display: table;
  width: 100%;
  margin: 0;
  }
  #Q2Online .input-group .input-group-label {
    border: none;
    background-color: rgb(4 97 50);
    color: #f1f1f1;
    text-align: center;
    padding: 0 1rem;
    white-space: nowrap;
    width: 1%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    }
  #Q2Online .input-group .input-group-field {
    border: none;
    box-shadow: none;
    background-color: #f4f4f4;
    color: #666666 !important; }
    #Q2Online .input-group .input-group-field::-webkit-input-placeholder {
      color: #343434; }
    #Q2Online .input-group .input-group-field::-moz-placeholder {
      color: #343434; }
    #Q2Online .input-group .input-group-field:-ms-input-placeholder {
      color: #343434; }
    #Q2Online .input-group .input-group-field::placeholder {
      color: #343434; }


#Q2Online .hints {
  margin-right: 15px;
  background: rgba(115, 17, 48, 0.93);
  position: absolute;
  width: 13.9em;
  color: #fff;
  text-align: center;
  padding: 5px 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: none; }

#COMPUTE {
  display: inline-block;
  width: auto !important;
  height: auto !important;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  background-image: none !important;
  vertical-align: middle;
  border: 1px solid transparent !important;
  border-radius: 0;
  background-color: #731130 !important;
  color: #fff !important;
  margin-bottom: 0px !important;
  padding: .45em 1em !important;
  font-size: 1.2em !important;
  font-weight: 700 !important;
  margin-top: 20px !important; }

.loginLinks {
  margin: 0;
  padding: 0;
  margin-top: 5px; }
  .loginLinks a {
    color: #686868;
    font-size: .9em; }
  .loginLinks li {
    display: inline;
    margin: 0 6px 0 0;
    padding: 0 3px;
    border-right: 1px solid #ececec;
    }
  .loginLinks li:first-child {
    padding-left: 0; }
  .loginLinks li:last-child {
    border-right: none; }

.loginLinks li:last-child {
	border: none !important;
}

.mobileLoginLinks {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .mobileLoginLinks a {
    color: #787878;
    font-size: 0.9rem; }
  .mobileLoginLinks li {
    width: 48%;
    display: inline-block; }
    .mobileLoginLinks li:first-child {
      border-right: 1px solid #787878; }
    .mobileLoginLinks li:last-child {
      width: 100%;
      padding-top: 0.8rem; }

.input-group p {
	margin: 0;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 16px;
  box-sizing: border-box !important;
  }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%;
  }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.site-header,
.home.no-post-thumbnail .site-header {
	color: #5b564b;
	/* top: 0; */
	z-index: 9999 !important;
	width: 100%;
	position: relative;
	background: #046132;
	/* border-bottom: 1px solid #f1f1f1; */
}

.single.single-ai1ec_event .site-header {
	position: relative;
}


.site-header .widget {
	margin-bottom: 0;
	display: block;
	position: relative;
	z-index: 9999;
	width: 100%;
}



.site-header .widget_nav_menu {
	display: inline-block;
	width: auto;
	text-align: center;
	position: relative;
	z-index: 9998;
	vertical-align: middle;
	float: right;
	font-size: 0;
	margin: 0 auto;
	width: 100%;
}

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

.title-area {
        display: none;
	float: left;
	padding: 14px 0;
	width: 340px;
}

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

.site-title {
	font-size: 1.875em;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	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: 100px;
	width: 100%;
}

.site-description {
	color: #999;
	font-size: 1em;
	font-weight: 300;
	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 {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	float: none;
	display: block;
	/* max-width: 1280px; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.site-header .widget li {
	border-color: #fff;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	-ms-transition:     all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
	transition:         all .4s ease-in-out;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
	display: block;
	float: left;
	width: 100%;
	text-align: left;
	background-color: #067330;
	z-index: 9999;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	-ms-transition:     all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
	transition:         all .4s ease-in-out;
}

.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;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	-ms-transition:     all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
	transition:         all .4s ease-in-out;
}

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

.genesis-nav-menu {
	display: inline-block;
	/* font-size: 0; */
	/*width: 70%;*/
}

.genesis-nav-menu,
.genesis-nav-menu a {
	/*color: #fff;*/
	color: #800000;
	/* font-weight: 700; */
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
	float: none;
}

.genesis-nav-menu a {
	display: block;
	padding: 10px 15px;
	font-size: 17px;
	color: #ffffff;
	line-height: 1;
	font-weight: 300;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition:    all .2s ease-in-out;
	-ms-transition:     all .2s ease-in-out;
	-o-transition:      all .2s ease-in-out;
	transition:         all .2s ease-in-out;
}

.genesis-nav-menu .description {
	font-size: 0.813em;
	display: block;
	color: #aaa;
	margin-top: 5px;
	font-weight: 400;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition:    all .2s ease-in-out;
	-ms-transition:     all .2s ease-in-out;
	-o-transition:      all .2s ease-in-out;
	transition:         all .2s ease-in-out;
}

.genesis-nav-menu .menu-item:hover .description {
	color: #c7c8ca;
}


.wf-loading .genesis-nav-menu a {
	visibility: hidden;
}

.genesis-nav-menu .menu-item:hover > a {
	background-color: rgb(34 134 73);
	-ms-transition:     all .2s ease-in-out;
	-o-transition:      all .2s ease-in-out;
	transition:         all .2s ease-in-out;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
	cursor: pointer;
}

.genesis-nav-menu .menu-item .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 999;
	text-align: center;
	top: 36px;
	width: 200px;
	border-top: 2px solid transparent;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}

.genesis-nav-menu .menu-item:hover .sub-menu {
	top: 33px;
}

.genesis-nav-menu .sub-menu a {
	color: #ffffff;
	font-size: 13px;
	padding: 10px 15px;
	position: relative;
	font-weight: 700;
	margin: 0 auto;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}

.genesis-nav-menu .sub-menu .menu-item:hover > a {
	/* color: #fff; */
}

.genesis-nav-menu .menu-item:hover .sub-menu a {
	opacity: 1;
}

.genesis-nav-menu .sub-menu li:hover > a {
	color: #ffffff;
	background-color: #064e21;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}

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

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}


.genesis-nav-menu .sub-menu .menu-item .sub-menu {
	/* top: 145px; */
	display: block;
	float: right;
	position: relative;
	margin: 0;
	opacity: 1;
	background-color: #a3c3c2;
	top: 0;
	z-index: 9999;
	left: 0;
	border: none;
	/* padding: 9px 0; */
	-webkit-transition: all .2s ease-in-out;
	-moz-transition:    all .2s ease-in-out;
	-ms-transition:     all .2s ease-in-out;
	-o-transition:      all .2s ease-in-out;
	transition:         all .2s ease-in-out;
}

.genesis-nav-menu .sub-menu .menu-item:hover .sub-menu {
	display: block;
	float: right;
	margin: 0;
	border-top: none;
	top: 0;
	opacity: 1;
	height: auto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition:    all .2s ease-in-out;
	-ms-transition:     all .2s ease-in-out;
	-o-transition:      all .2s ease-in-out;
	transition:         all .2s ease-in-out;
}

.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item {
	opacity: 1;
	height: auto;
	background-color: #6f9895;
	/* border-bottom: 1px solid #b4b9bb; */
	-webkit-transition: all .2s ease-in-out;
	-moz-transition:    all .2s ease-in-out;
	-ms-transition:     all .2s ease-in-out;
	-o-transition:      all .2s ease-in-out;
	transition:         all .2s ease-in-out;
}


.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item:last-child {
	border: none;
}

.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item:hover {
	/* background-color: #7bbcea; */
}

.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item:hover a {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.14);
}

.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item a {
	color: #ececec;
	font-size: 0.875em;
	text-transform: uppercase;
	padding: 7px 20px 7px 32px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	-ms-transition:     all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
	transition:         all .4s ease-in-out;
}

.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: 0.875em;
	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;
	cursor: default;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	-ms-transition:     all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
	transition:         all .4s ease-in-out;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #6ab446;

}

/* 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;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #ffffff;
	content: "\f333";
	display: inline-block;
	float: none;
	font: normal 41px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	vertical-align: top;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}



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

/* Home Page
--------------------------------------------- */

.home-top {
	position: relative;
}

.home-top .widget {
	margin: 0;
	display: block;
	z-index: 999;
}

.home-top .widget:nth-child(2) {
	width: 320px;
	position: absolute;
	height: 330px;
	right: 0;
	top: 170px;
	background-color: rgb(184 184 162 / 91%);
	font-size: 1em;
	font-weight: 700;
	color: rgb(0 96 38);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

body .home-top .widget:nth-child(2) {
	height: auto;
	top: unset;
	bottom: 85px;
}


body .home-top .widget:nth-child(2) h3 {
	font-weight: 900;
	line-height: 1.2
}

.home-top .widget.login_widget_plain {
	top: 300px;
	height: 200px !important;
}

.widget.login_widget_plain .button {
	margin-top: 30px;
	font-size: 22px !important;
	font-weight: 700 !important;
	background-color: #900100 !important;
	color: #fff !important;
}

.widget.login_widget_plain .button:hover {
	background-color: #710100 !important;
}

.widget.login_widget_plain .button a {
	color: #fff !important;
}

.sidebar-primary .widget.login_widget_plain .button {
	margin-top: 90px;
}

.home-top .widget:nth-child(2) a {
	color: rgb(17 74 40);
}

.home-top .widget:nth-child(2) .widget-title {
	background-color: rgb(0 96 38);
	color: #fff;
	font-weight: 300;
	font-size: 1.438em;
	text-align: center;
	width: 100%;
	padding: 7px 9px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.home-top .widget:nth-child(2) .widget-title:before {
	content: '';
	width: 40px;
	height: 40px;
	background: url('https://statebankeaston.com/wp-content/uploads/2021/02/green-arrow.png');
	float: left;
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	margin-left: 18px;
	margin-right: -30px;
	margin-top: -5px;
	margin-bottom: -4px;
}

.execphpwidget .fieldset input {
	padding: 8px 9px 8px 39px;
	background-color: #fff !important;
	color: #9e9e9e !important;
}

.fieldset,
.sub-footer .widget .fieldset {
	position: relative;
}

.execphpwidget .online_banking > .fieldset:nth-child(1):before {
	content: "\f007";
	font-family: FontAwesome;
	position: absolute;
	left: 10px;
	top: 34px;
	display: block;
	width: 33px;
	height: 26px;
	float: left;
	font-size: 1.563em;
	line-height: 1;
	color: #000;
}

.execphpwidget .online_banking > .fieldset:nth-child(1):before {
	top: 25px;
}

body .execphpwidget .online_banking > .fieldset:nth-child(2):before {
	top: 25px;
	left: 10px;
}

.sub-footer .execphpwidget .fieldset:nth-child(1):before,
.sub-footer .execphpwidget .fieldset:nth-child(2):before {
	left: 0;
}

.execphpwidget .online_banking > .fieldset:nth-child(2):before {
	content: "\f023";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 36px;
	display: block;
	width: 33px;
	height: 26px;
	float: left;
	font-size: 1.563em;
	line-height: 1;
	color: #000;
}

.execphpwidget #remember_me .fieldset:nth-child(1):before,
.execphpwidget #remember_me .fieldset:nth-child(2):before {
	display: none;
}

.execphpwidget {
	padding: 22px 22px;
	overflow: auto;
}

.execphpwidget h3 {
	font-weight: 900;
}

.execphpwidget #login_container .online_banking .fieldset:nth-child(1) label,
.execphpwidget #login_container .online_banking .fieldset:nth-child(2) label {
	text-transform: uppercase;
	font-weight: 700;
	color: rgb(0 96 38);
	font-size: 0.750em;
	display: block;
	margin-bottom: -3px;
}

.execphpwidget #login_container .online_banking .fieldset:nth-child(2) {
	margin-top: 13px;
}

.remember {
	padding: 0 15px;
	font-size: 0.875em;
	margin: 12px 0 0;
}

.remember a {
	float: right;
}

form #remember_me {
	width: 100%;
	text-align: center;
}

#remember_me .fieldset {
	width: 48%;
	float: none;
	display: inline-block;
}
#remember_me .fieldset:nth-child(1) {
	float: left;
	width: 43%;
}

form #remember_me .fieldset:nth-child(2) {
	float: right;
	width: 54%;
	margin: 0 auto !important;
}

form #remember_me .fieldset:nth-child(1) .button {
	background-color: rgb(0 96 38);
	color: #fff;
	font-weight: 300;
	font-size: 1.3em;
}

.enroll_now {
	/* display: none; */
}

form #remember_me .fieldset:nth-child(1) .button:hover {
	/* background-color: #a32336; */
	transform: translateY(-3px);
}

form #remember_me .fieldset:nth-child(2) .button {
	background-color: rgb(17 74 40);
	color: #ffffff;
	font-size: 1.3em;
	font-weight: 300;
}

form #remember_me .fieldset:nth-child(2) .button:hover {
	/* background-color: #721522; */
	transform: translateY(-3px);
}

form #remember_me .fieldset .button {
	width: 100%;
}

.home-top .widget:nth-child(3),
.home-top .widget:nth-child(2).homepage-header {
	background-color: rgb(0 96 38);
	text-align: center;
	padding: 18px 2%;
	width: 100%;
	height: auto;
	position: absolute;
	top: unset;
	max-width: 100%;
	bottom: 0;
}

.home-top .widget:nth-child(3) .widget-wrap,
.home-top .widget:nth-child(2).homepage-header .widget-wrap; {
	width: auto;
	max-width: 95%;
	display: block;
	margin: 0 auto;
	/* overflow: auto; */
	text-align: center;
}

.home-top .widget:nth-child(3) h2,
.home-top .widget:nth-child(2).homepage-header h2 {
	color: #ffffff;
	margin-bottom: 0;
	display: inline-block;
	float: none;
	width: auto;
	position: relative;
	padding: 0 0 0 78px;
	line-height: 1.3;
	word-spacing: 1px;
	font-size: 42px;
	color: #ffffff;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 1px;
}

.home-top .widget:nth-child(3) .textwidget,
.home-top .widget:nth-child(2).homepage-header .textwidget {
	text-align: center;
}

.home-top .widget:nth-child(3) h2:before,
.home-top .widget:nth-child(2).homepage-header h2:before {
	content: '';
	width: 59px;
	height: 57px;
	background: url('https://statebankeaston.com/wp-content/uploads/2021/02/taupe-arrow.png');
	background-position: 50%;
	float: left;
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	/* height: 100%; */
	left: 0;
	top: -4px;
}

.ACF-pro-home .content {
	padding: 0;
}

.home-bottom {
	background-color: #ffffff;
	padding: 38px 2%;
	letter-spacing: 1px;
	font-size: 0.938em;
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
	/* flex-flow: row wrap; */
	/* margin-top: -85px; */
}

.home-bottom .widget {
	display: inline-block;
	float: left;
	width: 37%;
	text-align: left;
}

.home-bottom .widget-title {
	text-align: center;
	font-size: 3.438em;
}

.home-bottom .widget {
	/* width: 25%; */
	flex: 1 0 25%;
	display: inline-block;
	padding: 0 8px;
	text-align: left;
	max-height: 250px;
	overflow: hidden;
	min-width: 200px;
}

.home-bottom .widget_simpleimage img {

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.home-bottom .widget_simpleimage:hover img {
	filter: brightness(1.14);
}

.home-bottom .widget .simple-image img {
	width: 100%;
	object-fit: cover;
	height: 200px;
}

.home-bottom .widget .textwidget {
	padding: 0 5px;
}

.home-bottom .widget_simpleimage .widget-title {
	margin-bottom: -21px;
	z-index: 9999;
	position: relative;
}

.home-bottom .widget-title {
	color: #fff;
	font-size: 1.125em;
	/* height: 40px; */
	background-color: rgb(0 96 38);
	display: block;
	width: 100%;
	padding: 8px 2%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.home-bottom .widget:nth-child(3) h3 {
	color: #339933;
	font-weight: 600;
	font-size: 0.938em;
	display: block;
	float: left;
	width: 33%;
	text-align: left;
	clear: right;
	text-transform: uppercase;
	margin-right: 2px;
}

.home-bottom .widget:nth-child(4) .textwidget {
	width: 143px;
	display: block;
	margin: 0 auto;
	line-height: 1.2;
}

.home-bottom .widget:nth-child(4) h3 {
	font-size: 1.188em;
	text-align: left;
	color: #339933;
	font-weight: 600;
	margin-bottom: 8px;
}

.home-bottom .widget p {
	/* display: block; */
	/* height: 250px; */
	/* float: right; */
	/* height: 250px; */
}

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

.archive .entry {
	padding: 19px 0;
	margin: 0 auto 27px;
	max-width: 92%;
}

.archive .entry {
	border-bottom: 1px solid #ccc;
}

.archive .entry-header .entry-meta {
	text-align: center;
	display: none;
}

.entry {
	margin-bottom: 40px;
	/* max-width: 1080px; */
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.page .entry,
.single .entry {
	/* width: 960px; */
	/* max-width: 95%; */
}

.page-template-page_blog .entry {
	margin-top: 0;
	width: 960px;
	max-width: 100%;
	padding: 21px 3%;
}

.page-template-page_blog .content {
	/* margin-top: 257px; */
	padding: 40px 5%;
}

.page-template-page_section .entry-content {
	text-align: center;
}

.page .entry-content {
	background-color: #fff;
	width: 1023px;
	max-width: 95%;
	padding: 26px 0;
}

.locations {
	/* margin: 31px auto !important; */
	/* padding: 40px 4%; */
}

.no-post-thumbnail .entry-content,
.page .entry-content {
	margin: 0 auto;
}

.page-template-page_blog .entry-content {
	margin: 0 auto;
	max-width: 1024px;
}

.single-wpfc_sermon .wpfc_sermon-audio {
	margin: 0 auto 15px;
}

.single-wpfc_sermon .wpfc_sermon_image {
	margin: 0 auto 2px !important;
	float: none;
}

.single .entry-content {
	width: 960px;
	max-width: 95%;
	/* margin: 241px auto 0; */
	margin: 0 auto;
}

.single-wpfc_sermon .entry-content {
	width: 800px;
	text-align: center;
}


.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 21px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 44px;
}

.entry-content ol > li {
	list-style-type: decimal;
	padding-left: 23px;
	margin-bottom: 17px;
}

.entry-content ul > li {
	list-style-type: disc;
}

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

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

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

p.entry-meta {
	color: #7c7c8a;
	font-size: 1em;
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: left;
}

p.entry-meta a {
	color: #999;
}

p.entry-meta a:hover {
	color: #333;
}

.entry-footer {
	max-width: 960px;
	margin: 0 auto;
}

.single .entry-footer {
	display: none;
}

.page-template-page_blog .entry-footer {
	max-width: 100%;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	padding-top: 12px;
}

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

.single .entry-header .entry-meta {
	margin-bottom: 24px;
	margin-top: 80px;
	max-width: 960px;
	margin: 120px auto 13px;
	display: none;
}

.no-post-thumbnail.single .entry-header .entry-meta {
	margin: 5px auto 27px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

.entry-categories {
	float: left;
}

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

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 40px;
	padding: 30px;
	text-align: center;
}

.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

.after-entry .featured-content li {
	text-align: center;
}

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

.pagination {
	margin: 40px 0 0;
	padding: 3px 2%;
	text-align: center;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 0.875em;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #ffffff;
	color: #000;
	border: 1px solid #000;
}

/* 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,
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

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

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

.bypostauthor {
}

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


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

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

.sub-footer {
	background-color: #f9fafa;
	padding: 40px 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	display: none;
}

.sub-footer .widget {
	/* height: 330px; */
	width: 320px;
	max-width: 95%;
	background-color: rgba(255, 255, 255, 0.85);
	font-size: 1em;
	color: #5e6061;
	position: relative;
	z-index: 9999;
	background: linear-gradient(to bottom, #f9fafa , #e5e5e7);
	display: inline-block;
}

.sub-footer #footer_remember_me {
	width: 100%;
}

#footer_remember_me .fieldset {display: inline;}


.sub-footer a {
	color: #5e6061;
}

.sub-footer a.button {
	color: #fff;
	width: 50%;
	/* float: left; */
}

.sub-footer .widget-title {
	background-color: #660000;
	color: #fff;
	font-weight: 300;
	font-size: 1.438em;
	text-align: center;
	width: 100%;
	padding: 7px 9px;
	text-transform: uppercase;
	margin-bottom: 0;
	display: block;
}

.sub-footer p {
	display: none;
}

.sub-footer .login_widget_plain p {
	display: block;
}

.sub-footer .login_widget_plain .button {
	margin-top: 0px;
}

.sub-footer .widget-title:before {
	content: '';
	width: 40px;
	height: 40px;
	background: url('https://statebankeaston.com/wp-content/uploads/2021/02/green-arrow.png');
	float: left;
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	margin-left: 18px;
	margin-right: -30px;
	margin-top: -7px;
	margin-bottom: -4px;
}

.sub-footer input {
	padding: 8px 9px 8px 39px;
	background-color: #fff !important;
	color: #9e9e9e !important;
}

.sub-footer .execphpwidget {
	padding: 22px 22px;
	overflow: auto;
	background: linear-gradient(to bottom, #f9fafa , #e5e5e7);
}

.sub-footer .execphpwidget #login_container .online_banking .fieldset:nth-child(1) label,
.sub-footer .execphpwidget #login_container .online_banking .fieldset:nth-child(2) label {
	text-transform: uppercase;
	font-weight: 700;
	color: #142c53;
	font-size: 0.750em;
	display: block;
	margin-bottom: -3px;
}

.sub-footer .execphpwidget #login_container .online_banking .fieldset:nth-child(2) {
	margin-top: 13px;
}

.sub-footer .remember {
	padding: 0 15px;
	font-size: 0.875em;
	margin: 12px 0 0;
}

.sub-footer .remember a {
	float: right;
}

.sub-footer form #remember_me {
	width: 100%;
	text-align: center;
}

.sub-footer form #remember_me .fieldset {
	width: 48%;
	float: none;
	display: inline-block;
}
.sub-footer form #remember_me .fieldset:nth-child(1) {
	float: left;
	width: 43%;
}

.sub-footer form #remember_me .fieldset:nth-child(2) {
	float: right;
	width: 54%;
	margin: 0 auto !important;
}

.sub-footer form #remember_me .fieldset:nth-child(1) .button {
	background-color: #878789;
	color: #fff;
	font-weight: 300;
	font-size: 1.438em;
}

.sub-footer form #remember_me .fieldset:nth-child(1) .button:hover {
	background-color: #b59123;
}

.sub-footer form #remember_me .fieldset:nth-child(2) .button {
	background-color: #142c53;
	color: #fff;
	font-size: 1.438em;
	font-weight: 300;
}

.sub-footer form #remember_me .fieldset:nth-child(2) .button:hover {
	background-color: #b59123;
}

.sub-footer form #remember_me .fieldset .button {
	width: 100%;
}


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

.footer-widgets {
	background-color: rgb(184 184 162);
	color: #4c4c4c;
	clear: both;
	font-size: 1.188em;
	padding: 0;
	text-align: center;
}

.footer-widgets .wrap {
	width: 1080px;
	max-width: 96%;
	padding: 19px 0;
}

.footer-widgets input {
	border: 1px solid #333 !important;
}

.footer-widgets .entry-meta a:hover,
.footer-widgets a:hover {
	color: rgb(42 138 80);
}

.footer-widgets .entry-meta a,
.footer-widgets a {
	color: rgb(0 96 38);
	font-weight: 900;
}

.footer-widgets .wpgmp_infowindow a {
	color: #3f86b9;
	font-size: 1.563em !important;
	text-align: left;
	font-weight: 700;
}

.footer-widgets  .wpgmp_infowindow a:hover {
	color: #66b6f0;
}

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

.footer-widgets-0 {
	padding: 0;
	font-size: 0.938em;
	display: block;
	width: 100%;
	float: left;
	margin-top: 15px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 23px;
}

.footer-widgets-0 .widget {
	display: inline-block;
	float: left;
	width: 37%;
	text-align: center;
}

.footer-widgets-0 .widget-title {
	text-align: left;
	font-size: 3.438em;
}

.footer-widgets-0 .widget {
	width: 32%;
	display: inline-block;
	padding: 0 2px;
	text-align: left;
}

.footer-widgets-0 .widget .textwidget {
	padding: 0;
}

.footer-widgets-0 .widget_simpleimage .widget-title {
	margin-bottom: -37px;
	z-index: 9999;
	position: relative;
}

.footer-widgets-0 .widget:nth-child(2) p span,
.footer-widgets-0 .widget:nth-child(3) p span {
	color: #142c53;
	font-weight: 600;
	font-size: 0.938em;
	display: block;
	float: left;
	width: auto;
	text-align: left;
	clear: right;
	text-transform: uppercase;
	margin-right: 6%;
	margin-bottom: 26px;
}

.footer-widgets-0 .widget:nth-child(1) .textwidget {
	width: 143px;
	display: block;
	margin: 0 auto;
	line-height: 1.2;
}

/* .footer-widgets-0 .widget:nth-child(1) h3 {
	font-size: 1.188em;
	text-align: left;
	color: #142c53;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 1.6;
} */

.footer-widgets-0 .widget:nth-child(1) p {
    font-size: 1.188em;
    text-align: left;
    color: #142c53;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.6;
}

.footer-widgets-0 .widget:nth-child(4),.footer-widgets-0 .widget:nth-child(1) {
	width: 18%;
}

.footer-widgets-1 {
	width: 80%;
	float: left;
	text-align: left;
	font-weight: 600;
	color: #000;
}

.footer-widgets-1 .widget:nth-child(1),
.footer-widgets-1 .widget:nth-child(2) {
	width: 185px;
	display: block;
	float: left;
	max-width: 21%;
}

.footer-widgets-1 .widget:nth-child(1) img,
.footer-widgets-1 .widget:nth-child(2) img {
	width: 185px;
	max-width: 100%;
}

.footer-widgets-1 .widget:nth-child(2) {
	clear: both;
	float: left;
}

.footer-widgets-1 .widget:nth-child(n+3)  {
	margin-left: 40px;
	margin-right: 40px;
	display: inline-block;
	float: none;
	vertical-align: top;
}

.footer-widgets-1 .widget:nth-child(3) p {
	/* float: left; */
}

.footer-widgets-1 .widget:nth-child(3) p:nth-of-type(2n+1) {
	/* clear: both; */
}

.footer-widgets-1 .widget:nth-child(3) p:nth-of-type(2n+2) {
	/* float: right; */
}

.footer-widgets-1 .widget:nth-child(4) {
	/* width: 240px; */
	display: inline-block;
	vertical-align: top;
}

.footer-widgets-2 {
	width: 19%;
	padding: 0;
	display: block;
	float: right;
}

.footer-widgets-2 .widget:nth-child(1) {
	width: 46%;
	float: left;
	line-height: 1;
	opacity: 0.7;
	text-align: right;
}
.footer-widgets-2 .widget:nth-child(2) {
	width: 46%;
	float: right;
	margin-top: 12px;
	line-height: 1;
	opacity: 0.7;
	text-align: left;
}

.footer-widgets-2 .widget:nth-child(1) img {
	width: 60px;
}

.footer-widgets-2 .widget:nth-child(2) img {
	width: 60px;
}

.footer-widgets-2 .widget:nth-child(3) {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	line-height: 1;
	margin-top: 5px;
}

.footer-widgets-2 .widget:nth-child(3) a {
	font-size: 1.063em;
	font-weight: 300;
	text-transform: uppercase;
	color: #454546;
}


.footer-widgets .widget_nav_menu {
	text-align: center;
	width: 100%;
}

.footer-widgets .widget_nav_menu .menu-item {
	display: inline-block;
	margin: 0 8px;
	padding: 0;
}

.footer-widgets .footer-widgets-3 .widget_nav_menu .menu-item:nth-child(1),
.footer-widgets .footer-widgets-3 .widget_nav_menu .menu-item:last-child {
	display: none;
}

.footer-widgets .widget_nav_menu .menu-item .sub-menu {
	display: none;
}

.footer-widgets .widget_nav_menu .menu-item a {
	font-size: 0.938em;
	color: #f6f7f6;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 15px 6px;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.footer-widgets .widget_nav_menu .menu-item:hover a {
	/* color: #c7c8ca; */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.footer-widgets .widget_nav_menu #menu-social-media .menu-item a {
	font-weight: 700;
	color: #fff;
	font-size: 1em;
	padding: 3px 5px;
	letter-spacing: 2px;
}

.footer-widgets .widget_nav_menu #menu-social-media .menu-item {
	margin: 0 25px;
	text-align: center;
}

.footer-widgets .widget_nav_menu #menu-social-media .menu-item .fa {
	font-size: 2.188em;
	margin-bottom: 5px;
	display: block;
}

.footer-widgets-2 .widget_nav_menu .menu-item a {
	/* padding: 10px 24px; */
}

.footer-widgets-3 {
	padding: 8px 2%;
	display: block;
	float: left;
	width: 100%;
	background-color: #610c05;
}


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

.site-footer {
	background-color: #f4f4f4;
	/* border-top: 1px solid rgba(0, 0, 0, 0.2); */
	color: #5e5e5e;
	font-size: 0.938em;
	padding: 45px 4%;
	text-align: center;
	font-weight: 400;
	display: none;
}

.site-footer a {
	font-weight: 700;
}
.site-footer p {
	margin-bottom: 0;
}



/*
Homepage
---------------------------------------------------------------------------------------------------- */
.page-template-page_section .entry {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
}

.main-section-wrapper {
	overflow: visible;
	float: left;
	position: relative;
}

.main-section-wrapper:nth-of-type(1) .section-padding {
	/* padding-top: 50px; */
}

.main-section-wrapper.notch:before {
	content: '';
	background-color: inherit;
	width: 24px;
	height: 40px;
	display: block;
	position: absolute;
	right: -23px;
	top: 56px;
	z-index: 10000;
	-webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
	clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.site-inner .main-section {
    float: left;
    width: 100%;
    overflow: visible;
    /* height: 500px; */
    position: relative;
    z-index: 9999;
    text-align: center;
    min-height: 25px;
   	color: initial;
}

.main-section:not(#size-100) {
	float: left;
	height: 500px;
	position: relative;
	z-index: 9999;
	text-align: center;
	display: block;
	vertical-align: middle;
	overflow: hidden;
	font-size: 0;
}

.site-inner .notch-element {
	margin-top: 45px;
	font-size: 4.375em;
	position: absolute;
	z-index: 10000;
	left: 0;
	width: 20px;
	overflow: hidden;
}

.site-inner .notch-element:before {
	margin-left: -5px;
}

.extra-tall-section,
.extra-short-section {
	position: relative;
	z-index: 9999;
}

.main-section:not(#size-100) p {
	margin-bottom: 12px;
}

.extra-tall-section .main-section:not(#size-100) {
	height: 700px;
}

.extra-short-section .main-section:not(#size-100) {
	height: 350px;
}

.main-section .fullwidthbanner-container {
	text-align: left;
}

.main-section:not(#size-100) .post-content {
	display: inline-block;
	font-size: initial;
	width: 100%;
	/* padding: 29px; */
}

.post-content {
	font-size: 1em;
}

.main-section:not(#size-100) .section-padding .post-content {
	/* background-color: #fff; */
}

.main-section:not(#size-100) > * {
	vertical-align: middle;
}

.main-section .top-align {
	vertical-align: top;
	/* position: relative; */
	z-index: 9999;
	float: none;
	display: inline-block;
	width: 100%;
}

.main-section:not(#size-100) .has-padding {
	vertical-align: top;
	display: inline-block;
	width: 600px;
	max-width: 100%;
}

.main-section .no-padding p {
	margin-bottom: 0;
}

.main-section:not(#size-100) .section-padding {
	width: 100%;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	/* overflow: auto; */
}

.main-section:not(#size-100) .top-align .section-content {
	display: block;
	float: none;
}

.main-section:not(#size-100):before {
	content:'';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.main-section.top-aligned:not(#size-100):before {
	vertical-align: top;
}

.main-section.bottom-aligned:not(#size-100):before {
	vertical-align: bottom;
}

.section-content {
    position: relative;
    background-color: transparent;
    width: 100%;
    z-index: 9998;
    text-align: center !important;
    /* font-size: initial; */
    /* padding: 40px 3%; */
    /* max-width: 1400px; */
    /* margin: 0 auto; */
    /* float: none; */
}

.section-padding {
    padding: 125px 5%;
    max-width: 1180px;
    margin: 0 auto;
    float: none;
    overflow: auto;
    text-align: center;
}

.main-section:not(#size-100) .section-padding {
	padding: 20px 6%;
	overflow: inherit;
	width: 750px;
	max-width: 100%;
	margin: 0 auto;
}

.extra-short.section-padding {
    padding: 45px 5%;
}

.main-section:not(#size-100) .extra-tall.section-padding {
	padding: 64px 8%;
}

.extra-short h1 {
	margin-bottom: 7px;
}

.extra-tall.section-padding {
    padding: 240px 5%;
}

.extra-narrow .wrap {
    padding: 0 13%;
}

.section-background {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
}

.section-background-image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* padding: 40px 4%; */
    height: 100%;
}

.right-align .section-background-image {
    background-position: center right;
}

.left-align .section-background-image {
    background-position: center left;
}

.fixed-image .section-background-image {
    background-attachment: fixed;
}

.background-color {
    position: absolute;
    z-index: 9998;
    width: 100%;
    height: 100%;
    top: 0;
}

.main-section:not(#size-100) iframe {
	margin-bottom: 0;
}



.download-button {
	width: 100%;
	margin-bottom: 22px;
	text-align: right;
}

.download-button .button {
	padding: 0;
}



.testimonial_rotator.format-list .slide {
	border-bottom: 1px solid #ccc;
	color: #33322f !important;
}

.testimonial_rotator.template-longform .slide {
	color: #ffffff;
	font-size: 1.063em;
}

.testimonial_rotator.template-longform .slide .testimonial_rotator_author_info{
	font-size: 1.125em;
	text-align: center;
	font-weight: 600;
	margin: 14px auto 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.testimonial_rotator.template-longform .slide .testimonial_rotator_author_info p {
	margin-bottom: 0;
}

.testimonial_rotator.template-longform hr.longform_hr {
	/* display: none; */
	width: 61px !important;
	margin: 20px auto 0 !important;
}

.testimonial_rotator_nav {
	width: 59px;
	height: 35px;
	overflow: auto !important;
	display: block;
	position: relative;
	margin: 0 auto;
}

.testimonial_rotator_prev,
.testimonial_rotator_next {
	color: #fff !important;
	font-size: 0.938em !important;
}

.main-section .simcal-align-right {
	display: none;
}

.main-section .simcal-default-calendar-list .simcal-event-details p {
	margin-bottom: 1px;
}

.main-section .simcal-default-calendar-list ul.simcal-events {
	margin-top: 0;
}

.page-id-38 .footer-widgets-2 {
	display: none;
}

body .sermon_date {
	font-size: 1.125em;
}

.section-link {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
}

.no-hyperlink .section-link {
	pointer-events: none;
}

.hover-effects .background-color {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-out;
}

.hover-effects:hover .background-color {
	opacity: 0;
}

.foo-item a {
	margin: 0 !important;
}

.main-section .wpgmp_map_container {
	box-shadow: none;
	border: none;
	border-radius: 0;
	filter: grayscale(100%);
}

.infobox {
	background-color: #f1f1f1;
	padding: 7px 3%;
	border-radius: 0px;
	margin-bottom: 25px;
	border-left: 16px solid #c4c5c7;
}

.wpsm_panel .infobox {
	margin-top: 15px;
}

.infobox h2 {
	color: #142c53;
	text-align: left;
	width: 100%;
	margin-bottom: 0;
	font-size: 1.875em;
}

.location {
	max-width: 100%;
	display: block;
	float: none;
	margin: 0 auto;
	overflow: auto;
	line-height: 1.2;
	border: 2px solid #ccc;
	margin: 26px auto;
	padding: 31px 4%;
	background-color: #f1f1f1;
	font-size: 0.938em;
}

.location:last-of-type {
	/* border-bottom: none; */
}

.location-name {
	display: block;
	float: left;
	width: 100%;
}

.location-name h2 {
	font-size: 1.688em;
}

.location .location-info {
	width: 35%;
	float: left;
}

.location h3 {
	font-weight: 700;
	padding-bottom: 0;
	margin-bottom: 6px;
	line-height: 1;
	font-size: 1.125em;
}

.location .location-phone {
	margin-bottom: 18px;
}

.location .lobby-hours {
	width: 100%;
	display: block;
	float: left;
	text-align: left;
	margin: 14px auto 0;
	border-top: 1px dotted #999;
	padding-top: 19px;
}

.location .lobby-hours p {
	width: 33.3%;
	float: left;
}

.location .lobby-hours p:last-child {
	/* width: 100%; */
}

.location .lobby-hours strong,
.location .lobby-hours b {
	text-transform: uppercase;
	font-weight: 300;
}

.location .lobby-hours h3 {
	margin-bottom: 8px;
}

.location .location-images {
	float: right;
	width: 53%;
}

.location .location-images img {
	width: 50%;
	padding: 0 6px 6px;
	display: inline-block;
	vertical-align: middle;
}


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


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

	.site-header .widget:nth-child(1) {
		/* width: 240px; */
		/* margin-left: 25px; */
	}

	.genesis-nav-menu a {
		padding: 10px 12px;
	}

	.site-header .widget:nth-child(2):not(:last-child){
		margin: 0 20px 23px 0;
	}

	.site-header .widget:nth-child(3) {
		padding: 0;
	}

   .main-section:not(#size-100) .section-padding {
    	padding: 20px 8%;
    }

   .main-section:not(#size-100) .section-padding .extra-narrow {
    	padding: 0 4%;
    }

     .home-bottom .widget:nth-child(3) h3 {
     	/* font-size: 0.938em; */
     	width: 31%;
     	line-height: 1.4;
     	margin-top: 3px;
     }

     .home-bottom .widget:nth-child(4) .textwidget {
     	width: 160px;
     }

    .home-bottom .widget:nth-child(3) {
    	font-size: 0.875em;
    }

    .footer-widgets {
    	font-size: 1.063em;
    }

    .footer-widgets-1 .widget:nth-child(4) {
    	width: 216px;
    }

    .footer-widgets-1 .widget:nth-child(3) {
    	margin-left: 25px;
    	margin-right: 23px;
    	width: 324px;
    }

}

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

	.site-container {
		padding: 0;
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
	}

	.featured-image-area {
		/* width: 100%; */
		/* display: block; */
		/* float: left; */
		/* width: calc(100% - 319px); */
	}

	.sidebar-primary .widget {
		/* height: 320px; */
	}

	.page .entry-header, .single .entry-header, .archive .entry-header {
		padding: 0 1% 12px;
	}

	.entry-title, .page-title {
		font-size: 2.000em !important;
		padding: 3px 0 1px 54px;
	}

	.entry-title:before {
		width: 45px;
	}

	.home-top .widget:nth-child(2),
	.sub-footer .widget {
		left: 0;
		right: 0;
		margin: 0 auto;
		max-width: 95%;
	}

	.sub-footer .widget.login_widget_plain {
		height: 150px;
	}

	.home-top .widget.login_widget_plain {
		top: 120px;
	}

	.home-top .widget:nth-child(3) h2 {
		font-size: 1.688em;
		padding: 0 0 0 61px;
	}

	.home-top .widget:nth-child(3) h2:before,
	.home-top .widget:nth-child(2).homepage-header h2:before {
		top: -11px;
		width: 50px;
	}

	h1,.main-section:not(#size-100) h1 {
		font-size: 2.688em;
		margin: 0 auto 29px;
	}

	.site-inner {
		padding: 0;
		border-top: none;
	}

	.genesis-nav-menu .menu-item a:before {
		display: none;
	}

	.genesis-nav-menu .menu-item:hover a:before {
		display: none;
	}

	.site-header {
		position: relative;
		padding: 0;
		border-bottom: none;
		border-top: none;
		/* border-bottom: 1px solid #94192e; */
	}

	.genesis-nav-menu {
		opacity: 0;
	}

	.site-header .widget:nth-child(2):not(:last-child).responsive-menu-icon {
		display: none;
	}

	#menu-social.genesis-nav-menu.responsive-menu {
		display: block !important;
		background-color: transparent;
		padding: 0;
		width: auto;
		margin: 0 auto;
		float: none;
	}

	.genesis-nav-menu.responsive-menu {
		display: none;
		width: 100%;
		background-color: #f5f5f5;
		color: #000;
		float: right;
		position: relative;
		/* top: 40px; */
		z-index: 99999;
		padding: 0 0 18px;
		opacity: 1;
		-webkit-box-shadow: 0px 6px 14px -1px rgba(0, 0, 0, 0.22);
		-moz-box-shadow: 0px 6px 14px -1px rgba(0, 0, 0, 0.22);
		box-shadow: 0px 6px 14px -1px rgba(0, 0, 0, 0.22);
	}

	.genesis-nav-menu {
		/* top: 37px; */
	}



	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
		float: left;
		width: 100% !important;
	}

	.nav-header {
		/* background-color: #142c53; */
		overflow: auto;
		font-size: 1em;
	}

	.responsive-menu-icon {
		width: 100px;
		float: none;
		margin: 7px auto;
		text-align: center;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin-right: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .menu-item,
	.genesis-nav-menu .menu-item:hover > .sub-menu .menu-item {
		border-bottom: none;
		text-align: center;
		margin: 0;
		max-height: none;
		background-color: #f5f5f5;
		border-top: none;
	}

	.genesis-nav-menu .sub-menu a:after {
		display: none;
	}

	.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item {
		background-color: transparent;
		color: #fff;
		border: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .menu-item a {
		opacity: 1;
	}

	.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item a {
		color: #fff;
		font-size: 0.938em;
		padding: 1px 33px 1px 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .menu-item a {
		text-align: center;
		color: #008635 !important;
		padding: 3px 10px;
		margin-right: 0;
		background-color: transparent;
		font-size: 0.938em;
		font-size: 17px;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		position: static;
		margin: 9px 0 0;
	}

	.site-header .widget:nth-child(2):not(:last-child).menu-item {
		display: inline-block;
		float: none;
		width: auto !important;
		margin: 0;
	}


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

	.genesis-nav-menu .menu-item:last-child:hover a {
		position: static;
		background-color: transparent;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover,
	.genesis-nav-menu .sub-menu .menu-item:last-child:hover a {
		position: static;
		background-color: inherit;
		transform: scale(1);
	}

	.genesis-nav-menu .sub-menu .menu-item:last-child:hover a {
		padding: 3px 10px;
	}
	
	.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: #006026;
		line-height: 1;
		padding: 5px 0;
		border: none;
		max-width: 100%;
		font-weight: 700;
		/* margin-left: 40px; */
		text-align: center;
		font-size: 21px;
	}

	.genesis-nav-menu a {
		padding: 5px 0;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {padding: 4px 0px 3px !important;}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 9px 46px 9px 10px;
		right: 0;
		text-align: right;
		z-index: 9999;
		color: #ffffff;
		display: none;
	}

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

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		float: left;
		-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;
		overflow: auto;
		top: 0;
		text-align: center;
	}

	.genesis-nav-menu .menu-item:hover .sub-menu {
		top: 0;
	}

	.genesis-nav-menu .menu-item > .sub-menu {
		/* display: none; */
		padding: 0 0 6px;
		background-color: #f5f5f5;
		box-shadow: none;
		margin-left: 0;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu {
		/* display: none; */
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu,
	.genesis-nav-menu .sub-menu .menu-item:hover .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
		left: auto;
		opacity: 1;
		display: block;
		margin-left: 0.4%;
		border: none;
		margin-bottom: 5px;
	}
	.genesis-nav-menu .sub-menu .sub-menu .menu-item  {
		border: none;
	}

	.genesis-nav-menu .sub-menu .sub-menu .menu-item a {
		padding-top: 0;
		color: #8C8C8C;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a {
		background: none;
		border: none;
		padding: 14px 20px;
		position: relative;
		width: 100%;
		float: right;
		margin-right: 15px;
	}

	.site-header .widget:nth-child(1) {
		order: 2;
		display: block;
		margin: 0 auto;
	}

	.site-header .widget:nth-child(2):not(:last-child){
		width: 100%;
		float: none;
		display: block;
		padding: 0;
		border-bottom: none;
		border-top: none;
		margin: 0 auto 15px;
		order: 1;
		text-align: center;
		background-color: #e9e6d8;
		border-bottom: 1px solid #dce1d8;
		padding: 5px 15px 6px;
	}

	.site-header .widget:nth-child(2):not(:last-child).nav-header {
		background-color: transparent;
	}

	.site-header .widget:nth-child(3) {
		order: 3;
		width: 100%;
	} 

	.site-header .widget_nav_menu {
		order: 2;
		margin: 0 auto;
	}

	.site-header .widget:nth-child(3), .site-header .widget:nth-child(2):last-child {
		flex: 0 0 100%;
		width: 100%;
		padding: 0;
	}
	
	.entry-categories,
	.entry-comments-link,
	.entry-tags {
		display: block;
		float: none;
	}


	.page-template-page_blog .entry-title {
		font-size: 1.875em;
	}

	body .main-section-wrapper {
		width: 100% !important;
	}

	
	#size-25 {
    	width: 100% !important;
    }

    #size-50 {
    	width: 100% !important;
    }

    #size-75 {
    	width: 100% !important;
    }

    .staff-photo, .staff-bio {
    	height: auto !important;
    }

    .staff-photo {
    	padding: 30px 3% 0;
    }

    .staff-bio {
    	padding: 0 3% 35px;
    }

    body .main-section:not(#size-100) {
    	/* height: auto !important; */
    	/* min-height: 275px !important; */
    }

    .main-section:not(#size-100):before {
    	vertical-align: middle !important;
    }

    body .main-section:not(#size-100),
    body .main-section:not(#size-100) .post-content * {
    	text-align: center !important;
    }

    body .entry-content .main-section:not(#size-100) ul {
    	margin: 0 auto;
    }

    body .entry-content .main-section:not(#size-100) li {
    	list-style-type: none;
    }

    .main-section:not(#size-100) p:last-child {
    	margin-bottom: 0;
    }

    body .main-section:not(#size-100) a.alignright, body .main-section:not(#size-100) img.alignright, body .main-section:not(#size-100) .wp-caption.alignright {
    	margin: 0 auto;
    	float: none;
    }
   .main-section:not(#size-100) iframe {
    	margin-bottom: -15px;
    }
   .main-section:not(#size-100) .button {
    	float: none;
    	margin-bottom: 8px;
    }

   .main-section:not(#size-100) .section-padding {
    	padding: 21px 6%;
    }

    .extra-narrow .wrap {
    	padding: 0 9%;
    }

    .footer-widgets-1 {
    	width: 100%;
    	text-align: center;
    	border-bottom: 1px solid #aaa;
    	padding: 21px 0 35px;
    	margin-bottom: 25px;
    }

    .footer-widgets p {
    	text-align: center !important;
    	margin-bottom: 14px !important;
    }

    .footer-widgets-1 .widget {
    	width: 100% !important;
    	max-width: 100% !important;
    	float: none;
    	margin: 0 auto !important;
    }

    .footer-widgets-2 {
    	text-align: center;
    	width: 100%;
    }

    .footer-widgets-2 .widget {
    	width: 100% !important;
    	padding: 0 !important;
    	text-align: center !important;
    	margin: 0 auto 12px !important;
    }


	.main-section-wrapper.notch:before {
		bottom: -24px;
		top: auto;
		right: 50%;
		margin-right: -20px;
		width: 40px;
		height: 24px;
		-webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
		clip-path: polygon(50% 100%, 100% 0, 0 0);
	}

	.main-section:not(#size-100) .content-column {
		width: 100% !important;
	}

	.home-bottom {
		padding: 40px 1%;
	}

	.home-bottom .widget {
		flex: 0 0 550px;
		display: block;
		margin-bottom: 10px;
		padding: 0 2%;
	}

	.home-bottom .widget:nth-child(2n+1) {
		/* margin-left: 3%; */
	}

	.home-bottom .widget:nth-child(3) {
		font-size: 1.063em;
	}

	.home-bottom .widget:nth-child(3) {
		clear: left;
	}
	.home-bottom .widget:nth-child(n+3) .widget-wrap {
		background-color: #eef1eb;
		min-height: 200px;
	}

	.home-bottom .widget:nth-child(n+3) .widget-wrap .textwidget {
		padding: 0 12px;
		width: auto;
	}

	.home-bottom .widget:nth-child(4) .textwidget,
	.home-bottom .widget:nth-child(4) .textwidget h3 {
		text-align: center;
	}

	.footer-widgets-0 {
		width: 100%;
		border-bottom: 1px solid #ccc;
		margin-bottom: 20px;
		padding-bottom: 12px;
	}

	.footer-widgets-0 .widget {
		width: 100% !important;
		text-align: center;
		margin: 0 auto 15px !important;
	}

	.footer-widgets-0 .widget p span {
		width: 100% !important;
		text-align: center !important;
	}

	.page-template-calculator_template tr {
		width: 100% !important;
		display: inline-block;
	}

	.page-template-calculator_template th {
		display: table-row;
	}

	.page-template-calculator_template th h3 {
		margin-top: 14px;
	}

	.before-header .widget:nth-child(2) {
		order: 3;
	}


	.before-header .widget:nth-child(3) {
		order: 2;
		background-color: #d0d0bf;
		flex: 0 0 100%;
		margin: 0;
		padding: 0;
	}

	.before-header .widget:nth-child(3) .widget-wrap {
		width: 430px;
		margin: 7px auto 13px;
		max-width: 95%;
	}

	.before-header .button {
		font-size: 16px;
		margin: 3px 0;
	}


	.before-header #Q2Online > .row, .before-header .row.collapse {
		align-items: center;
		justify-content: center;
	}

	.before-header #Q2Online .large-5, .login .form-row {flex: 0 0 182px;margin: 5px;}

	#Q2Online .input-group {
		padding: 0;
	}

	.before-header #Q2Online .large-2, .login .form-row:nth-child(3) {
		width: 155px;
		margin: 2px 9px;
	}

	.before-header .large-12.columns {
		/* width:200px; */
		/* margin:0 auto; */
	}

}

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

	.featured-image-area {
		width: 100%;
	}

	.page .entry-header, .single .entry-header, .archive .entry-header {
		text-align: center;
		float: none;
		width: 100%;
	}

	.entry-header .entry-title, .entry-header .page-title {
		float: none;
		width: auto;
	}

	.entry-title:before {
		margin-top: 0;
	}

	.sidebar-primary {
		display: none;
	}
	

	.footer-widgets-2 .widget .menu-item a {
		padding: 0;
	}

	h1,
	:not(#size-100) h1 {
		font-size: 2.500em;
	}

	h2 {
		font-size: 1.500em;
	}

	h3 {
		font-size: 1.375em;
	}

	.page .entry-title {
		font-size: 3.000em;
	}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit] {
	font-size: 1.563em;
	padding: 6px 25px;
	}

	.footer-widgets-3 .widget_nav_menu .menu-item a {
		padding: 8px 5px;
		font-size: 1em;
	}

	.footer-widgets .widget_nav_menu .menu-item {
		/* padding: 4px; */
		margin: 0 9px;
	}

	.wpgmp_infowindow {
		width: 400px;
		line-height: 1.2;
		max-width: 90%;
		margin: 0 auto;
	}

	.footer-widgets .wpgmp_infowindow a {
		font-size: 1.250em !important;
	}

	.single .entry {
		margin-top: 0;
		padding: 59px 5%;
	}

	.page .entry-header,
	.single .entry-header {
		/* margin: 0 auto; */
	}

	.featured-image-area {
		position: relative;
		top: 0;
		height: auto;
	}

	.page-template-page_blog .content {
		margin-top: 0;
	}

	.top-featured-image {
		position: relative;
		top: 0;
	}

	.single .entry-header .entry-meta {
		margin-top: 0;
		margin-bottom: 0;
	}

	button, input[type="button"], input[type="reset"], input[type="submit"], .button, .main-section:not(#size-100) .button {
		/* font-size: 1.438em; */
		padding: 13px 4%;
	}

	.farmer {
		max-width: 760px;
		margin: 0 auto 40px;
		display: block;
		float: none;
	}


	.farmer-photo {
		width: 100%;
		display: block;
		margin: 0 auto 17px;
	}

	.woocommerce .site-inner {
		padding-top: 0;
	}

	.woocommerce .images {
		width: 480px !important;
		max-width: 100%;
		display: block;
		float: none !important;
		margin: 0 auto 25px;
	}

	.woocommerce .summary {
		max-width: 100% !important;
		width: 650px !important;
		display: block;
		float: none !important;
		margin: 0 auto;
		text-align: center;
	}

	.single_variation_wrap {
		max-width: 100%;
		width: 338px;
		display: block;
		float: none;
		overflow: auto;
		margin: 0 auto;
		text-align: center;
	}

	a.alignright, img.alignright, .wp-caption.alignright {
		float: none;
		margin: 0 auto 15px;
		display: block;
		width: 100%;
	}


	.box-button-wrap {
		width: 172px;
		height: 172px;
		margin-right: 3%;
	}
	
	.box-button {
		background-size: 110px;
	}

	
    #size-25 {
    width: 100% !important;
    }

    .before-header {
    	max-width: 100%;
    	padding: 0;
    }

    .before-header .widget:nth-child(1) {
    	/* width: 250px; */
    	/* max-width: 90%; */
    	/* float: none; */
    	margin: 0;
    	top: 0;
    	padding: 0;
    	margin: 0;
    	align-items: center;
    	justify-content: center;
    }

    .before-header .widget:nth-child(1):before {
    	font-size: 1.125em;
    }

    .before-header .widget:nth-child(2) {
    	/* background-color: #78787b; */
    	width: 296px;
    	text-align: center;
    	padding: 5px 2%;
    	color: #fff;
    }

    .before-header .widget:nth-child(2) a {
    	color: #fff;
    }

	.testimonial_rotator_wrap {
		padding: 0 !important;
	}


	.home-bottom {
		padding: 40px 1%;
	}

	.home-bottom .widget {
		width: 550px;
		max-width: 90%;
		display: block;
		margin: 0 auto 35px !important;
		float: none;
		padding: 0 2%;
	}

	.home-bottom .widget-title {
		margin-bottom: 0;
	}

	.home-bottom .widget:nth-child(n+3) .widget-wrap {
		background-color: #eef1eb;
		min-height: 0;
	}

	.home-bottom .widget:nth-child(n+3) .widget-wrap .textwidget {
		padding: 15px 5%;
		width: auto;
		min-height: 0;
	}

	.home-bottom .widget:nth-child(3) h3 {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	
	.home-bottom .widget:nth-child(3) p {
		float: none;
		margin: 0 auto 15px;
		display: block;
		text-align: center;
	}

	.infobox h2 {
		font-size: 1.750em;
	}

	.sub-footer {
		display: block;
	}

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

	.location .lobby-hours p {
		width: 50%;
	}


	
}

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

	.home-top .widget:nth-child(3),
	.home-top .widget:nth-child(2).homepage-header {
		text-align: center;
	}

	.home-top .widget:nth-child(3) h2,
	.home-top .widget:nth-child(2).homepage-header h2 {
		font-size: 1.438em;
		display: inline-block;
		float: none;
		width: auto;
		padding: 0 0 0 58px;
	}

	.home-top .widget:nth-child(3) h2:before,
	.home-top .widget:nth-child(2).homepage-header h2:before {
		display: inline-block;
		vertical-align: middle;
		float: none;
		/* top: auto; */
		left: 0;
	}

	.home-top .widget:nth-child(3) h2 br,
	.home-top .widget:nth-child(2).homepage-header br {
		display: none;
	}
	h1,
	:not(#size-100) h1 {
		font-size: 2.125em;
		/* padding: 0; */
	}

	body {
		/* font-size: 1.188em; */
	}

	.page .entry-title {
		font-size: 2.625em;
		/* padding: 0 0 7px; */
	}



	.footer-widgets .widget_nav_menu #menu-social-media .menu-item {
		margin: 0 7px;
		width: auto;
	}

	.footer-widgets .widget_nav_menu #menu-social-media .menu-item a {
		font-size: 1em;
	}

	.footer-widgets .widget_nav_menu .menu-item {
		/* width: 100%; */
		margin-bottom: 8px !important;
		text-align: center;
		margin: 0 auto;
	}

	.footer-widgets .widget_nav_menu .menu-item a {
		font-size: 1.125em;
		padding: 4px 2%;
	}

	.footer-widgets-3 {
		padding: 25px 1%;
	}


	.entry-content ol, .entry-content ul {
		margin-left: 4%;
	}

	.ACF-pro-home .site-inner {
		font-size: 1.250em;
	}

	.footer-widgets .widget_nav_menu #menu-social-media .menu-item a {
		font-size: 0.938em;
	}

	.footer-widgets .widget_nav_menu #menu-social-media .menu-item .fa {
		font-size: 1.875em;
		margin-bottom: 0;
	}

	button, input[type="button"], input[type="reset"], input[type="submit"], .button, .main-section:not(#size-100) .button {
		font-size: 1.263em;
	}

	h2 {
		font-size: 1.375em;
	}

		.box-button-wrap {
		width: 250px;
		height: 250px;
		display: block;
		margin: 0 auto 25px;
	}

	.box-button {
		background-size: 120px;;
	}

	.box-wrap .box-button-wrap-last {
		margin: 0 auto 25px;
	}

	.footer-widgets-2 .widget:nth-child(n+3) {
		width: 100%;
	}

	.before-header p {
		font-size: 0.875em;
	}

	.section-padding {
		padding: 71px 5%;
	}

	.infobox {
		border-width: 10px;
	}

	.infobox h2 {
		font-size: 1.625em;
	}

	.location {
		text-align: center;
	}

	.location .location-info {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.location .location-images {
		width: 100%;
	}

	.location .lobby-hours p {
		width: 100%;
		text-align: center;
	}
			
}

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

	.page-template-page_blog .entry-title {
		font-size: 1.688em;
	}

	.site-header .widget_revslider {
		/* margin: 0; */
	}

	.extra-tall .section-padding {
		padding: 140px 5%;
	}

	h1,
	:not(#size-100) h1 {
		font-size: 2.188em;
	}

	.fixed-image .section-background-image {
		background-attachment: scroll;
	}

	.entry-title {
		font-size: 1.688em;
	}

	#foogallery-gallery-714 a {
		width: 80%;
	}

	#foogallery-gallery-714 a,
	#foogallery-gallery-714 a:nth-child(2n+2) {
		margin: 0 auto 25px;
	}

	.page .entry-header, .single .entry-header {
		/* margin-bottom: 23px; */
		/* padding-bottom: 0; */
	}

	.footer-widgets .widget_nav_menu #menu-social-media {
		padding: 15px 0;
	}

	.footer-widgets .widget_nav_menu #menu-social-media .menu-item {
		/* width: 100%; */
		/* margin: 0 auto 25px; */
	}

	.footer-widgets .widget_nav_menu #menu-social-media .menu-item:last-child {
		margin-bottom: 0;
	}

	.infobox h2 {
		font-size: 1.500em;
	}

	.location .location-images {
		text-align: center;
	}

	.location .location-images img {
		width: 300px;
	}
}