/*
	Theme Name: Navitas No Sidebar
	Theme URI: http://thedma.com.au
	Description: A Minimalist Theme with Maximum Impact.
	Author: The DMA
	Author URI: http://thedma.com.au

	Version: 1.0.1

	Tags: develop, black, red, white, one-column, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready

	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/* Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Column Classes
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
- Plugins
	- Genesis eNews Extended
	- Genesis Simple Share
	- Jetpack
- Skip Links
- Site Header
	- Site Title and Description
- Site Navigation
	- Accessible Menu
	- Primary Navigation
	- Secondary Navigation
	- Responsive Navigation
- Content Area
	- Welcome Message / Newsletter
	- Front Page
	- Blog Page
	- Home Slider
	- Front Page
	- Entries
	- Intro Text
	- Entry Meta
	- After Entry
	- Pagination
	- Comments
- Article Type Archives
- PD Events Archive
- Post Type Archive
- Site Footer
- Media Queries
	- Min-width: 800px
*/

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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:600}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#4d4d4f}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:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:600}table{border-collapse:collapse;border-spacing:0}td,th{padding: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,
.content:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before,
.infinite-loader:before {
	content: " ";
	display: table;
}

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


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

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

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

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

body {
	
	color: #4d4d4f;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-Serif';
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

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

::-moz-selection {
	background-color: #4d4d4f;
	color: #fff;
}

::selection {
	background-color: #4d4d4f;
	color: #fff;
}

a {
	color: #68bd49;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #f78e1e;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 300;
	margin: 40px 0 40px 20px;
	padding: 0px 0px 0px 37px;
	background: url(images/blockquote.png) no-repeat;
}

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

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
	clear: left;
	margin: 0 0 40px;
	padding-top: 12px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4d4d4f;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-Serif';
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 24px;
}

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

h2 {
	font-size: 32px;
	font-size: 3.2rem;
}

h3 {
	font-size: 26px;
	font-size: 2.6rem;
}

.comment-respond h3,
.entry-comments h3 {
	font-size: 26px;
	font-size: 2.6rem;
}

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

h5 {
	font-size: 21px;
	font-size: 2.1rem;
}

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


.home-footer h3,
.welcome-message .soliloquy .widget-title,
.home .two-thirds .featured,
.home .one-third .featured{
	color:#f78e1e;
	font-size: 20px;
	text-align: left;
	font-style: normal;
}


.home .col_container .featured {
	width: 100%;
	order: 10;
}

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

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

img {
	height: auto;
}


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

.gallery {
	overflow: hidden;
}

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

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

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

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

input,
select,
textarea {
	background-color: #fff;
	border: none;
	border-radius: 0;
	color: #4d4d4f;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	font-weight: 400;
	padding: 10px !important;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

input[type="number"] {
	background-color: #fff;
	border: 1px solid #fff;
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #fff;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

.entry-content input,
.entry-content select,
.entry-content textarea,
.entry-content input[type="number"],
.entry-content input:focus,
.entry-content textarea:focus {
	background-color: #ededed;
}

::-moz-placeholder {
	color: #4d4d4f;
	font-weight: 400;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}

.site-header ::-moz-input-placeholder {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-Serif';
}

::-webkit-input-placeholder {
	color: #4d4d4f;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

.site-header ::-webkit-input-placeholder {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-Serif';
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content a.button,
.entry-content a.more-link {
	background-color: #68bd49;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-Serif';
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 15px 34px !important;
	text-align: center;
	white-space: normal;
	width: auto;
}

.after-entry button,
.after-entry input[type="button"],
.after-entry input[type="reset"],
.after-entry input[type="submit"],
.after-entry .button,
.after-entry .entry-content a.button,
.after-entry .entry-content a.more-link {
	background-color: #4d4d4f;
}


button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

a.more-link {
	display: block;
	margin-bottom: 30px;
}

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:hover,
.button:focus,
.entry-content a.button:hover,
.entry-content a.button:focus,
.entry-content a.more-link:hover,
.entry-content a.more-link:focus {
	background-color: #f78e1e;
	color: #fff;
	text-decoration: none;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #ddd;
	border-width: 0;
    color: #777;
    cursor: not-allowed;
}

.button {
	display: inline-block;
}

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

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

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

/* tmp hide the time zone info */

.e4gf_adv_local_time_span{display:none !important;}

.entry-content .gform_wrapper ul li{
	padding-left: 0;
	background: none;	
}


#contact-form .gform_wrapper,
.e4gf_events_registration{
	background: #ededed;
	padding: 7.5% 15%;
	margin: 0 !important;
	max-width: 100% !important;
}



.e4gf_events_registration{
	padding: 5% 15%;
	margin-top: 40px !important;
}


#contact-form .gform_wrapper #field_3_3,
.gform_wrapper .top_label .gf_left_half,
.gform_wrapper .top_label .gf_right_half{
	display: inline-block;
	/*width: 48.5% !important;*/
	margin-bottom: 0 !important;
}

#contact-form .gform_wrapper .name-field .gfield_label,
#contact-form .gform_wrapper .email-field .gfield_label,
.e4gf_events_registration .gform_wrapper .name-field .gfield_label,
.e4gf_events_registration .gform_wrapper .email-field .gfield_label{
	display: none;
}

#contact-form .gform_wrapper label,
.e4gf_events_registration .gform_wrapper label{
	letter-spacing: 0 !important;
}

#contact-form .gform_wrapper div.ginput_container_name span,
.e4gf_events_registration .gform_wrapper div.ginput_container_name span{
	min-height: 45px;
	margin-right: -4px !important;
	/*padding-right: 0 !important;*/	
}

#contact-form .gform_wrapper .ginput_complex .name_last,
/*#contact-form .gform_wrapper .ginput_complex .ginput_right,*/
.e4gf_events_registration .gform_wrapper .ginput_complex .name_last
/*.e4gf_events_registration .gform_wrapper .ginput_complex .ginput_right */{
    /*margin-left: 2% !important;*/
}

/*.e4gf_events_registration .gform_wrapper .gf_left_half {
    margin-right: 2.7% !important;
}*/

#contact-form .gform_wrapper .name_first label,
#contact-form .gform_wrapper .name_last label,
#contact-form .gform_wrapper .ginput_left label,
#contact-form .gform_wrapper .ginput_right label,
#contact-form .gform_wrapper #field_3_3 label,
.e4gf_events_registration .gform_wrapper .name_first label,
.e4gf_events_registration .gform_wrapper .name_last label,
.e4gf_events_registration .gform_wrapper .ginput_left label,
.e4gf_events_registration .gform_wrapper .ginput_right label,
.e4gf_events_registration .gform_wrapper .gf_left_half label,
.e4gf_events_registration .gform_wrapper .gf_right_half label{
	font-size: 16px !important;
	float: left;
	width: 30%;	
	font-weight: 400 !important;
	margin: 7px 0 0 0 !important;
}

#contact-form .gform_wrapper #field_3_3 div.ginput_container,
.e4gf_events_registration .gform_wrapper #field_3_3 div.ginput_container{
	margin-top: 0 !important;	
}

#contact-form .gform_wrapper .name_first input,
#contact-form .gform_wrapper .name_last input,
#contact-form .gform_wrapper .ginput_left input,
#contact-form .gform_wrapper .ginput_right input,
#contact-form .gform_wrapper #field_3_3 select,
.e4gf_events_registration .gform_wrapper .name_first input,
.e4gf_events_registration .gform_wrapper .name_last input,
.e4gf_events_registration .gform_wrapper .ginput_left input,
.e4gf_events_registration .gform_wrapper .ginput_right input,
.e4gf_events_registration .gform_wrapper .gf_left_half input,
.e4gf_events_registration .gform_wrapper .top_label li.gfield.gf_left_half input.medium,
.e4gf_events_registration .gform_wrapper .gf_right_half .ginput_container_select{
	float: right;
	width: 65% !important;	
}

#contact-form .gform_wrapper textarea.medium {
    width: 99.8%;
}

#contact-form .gform_wrapper ul li.gfield.field_sublabel_above.field_description_below+li.gfield,
.e4gf_events_registration .gform_wrapper ul li.gfield.field_sublabel_above.field_description_below+li.gfield {
    margin-top: 20px;
}

#contact-form .gform_wrapper .top_label .gf_left_half,
#contact-form .gform_wrapper .top_label .gf_right_half,
.e4gf_events_registration .gform_wrapper .top_label .gf_left_half,
.e4gf_events_registration .gform_wrapper .top_label .gf_right_half{
	margin-top: 12px !important;	
}

.gform_wrapper .top_label li.gfield.gf_left_half input.large, .gform_wrapper .top_label li.gfield.gf_left_half input.medium, .gform_wrapper .top_label li.gfield.gf_left_half select.large, .gform_wrapper .top_label li.gfield.gf_left_half select.medium, .gform_wrapper .top_label li.gfield.gf_right_half input.large, .gform_wrapper .top_label li.gfield.gf_right_half input.medium, .gform_wrapper .top_label li.gfield.gf_right_half select.large, .gform_wrapper .top_label li.gfield.gf_right_half select.medium{
	width: 100% !important;	
}

.gform_wrapper .chosen-container{
	max-width: 221px !important;	
}

/*.type-e4gf_events div.ginput_complex.ginput_container.gf_name_has_2 span,
.type-e4gf_events div.ginput_complex.ginput_container span.ginput_left,
.type-e4gf_events div.ginput_complex.ginput_container span.ginput_right{
	width: 340px !important;
}


.page div.ginput_complex.ginput_container.gf_name_has_2 span,
.page div.ginput_complex.ginput_container span.ginput_left,
.page div.ginput_complex.ginput_container span.ginput_right{
	width: 341px !important;
}*/

.content .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.single-e4gf_events #genesis-content .e4gf_events .e4gf_events_registration .gform_wrapper .gform_body .gf_right_half .ginput_container_select{
	width: 66% !important;	
}


body img.gform_ajax_spinner {
    display: none !important;
}

/* Search and Filter
--------------------------------------------- */

#search-bar{
	background: #fff;
	padding: 10px;
	margin-left: 6%;
    margin-right: 6%;
	margin-bottom: 60px;
	text-align: center;
}

#search-bar li{
	max-width: 180px;
	margin: 0px 15px;
	display: inline-block;	
}

#search-bar li.sf-field-category{
	max-width: 325px;
}


#search-bar .sf-field-category h4{
	display: inline-block;
	margin-right: 30px;
}

#search-bar .sf-field-category label{
	display: inline-block;
	max-width: 180px;
}


#search-bar li.sf-field-submit{
	max-width: 46px;	
}

#search-bar li.sf-field-submit input{
    padding: 12px!important;
}


#search-bar li select{
	border: 1px solid #ededed;	
}

#search-bar li.sf-field-post-meta-_e4gf_event_meta_ h4{
	display: none;	
}

.search #search-filter-form-4066{
	padding: 0 25px 0 25px;
	background-color:#68bd49;
	margin-bottom: 25px;
	height: 100px;
	margin-left: 1%;
	margin-right: 2%;
}

.search #search-filter-form-4066 ul{
	padding:25px;
	margin: auto;
	width: fit-content;
	display: table;
	vertical-align: middle;
}
.search #search-filter-form-4066 ul li{
	display: table-cell;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
	padding: 0 20px;
}

.search #search-filter-form-4066 ul .sf-field-post_type{
	min-width: 300px;
}

.search #search-filter-form-4066 ul .sf-field-post_type h4{
	float:left;
	margin-right: 10px;
}

.search #search-filter-form-4066 ul li input[type="submit"]{
	border:2px solid #FFFFFF;
	background-color: #68bd49;
	color:#FFF;
}
.search #search-filter-form-4066 ul li input[type="submit"]:hover{
	background-color:#f78e1e;	
}

.search.archive .entry-header{
	margin-left: 0;
	margin-right: 0;
	text-align: left;
}

.search #search-filter-form-4066 ul li h4{
	color:#FFF;
}

.search #search-filter-form-4066 input[type="submit"]{
	padding: 10px 34px !important;
}



/* Column Classes
--------------------------------------------- */

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


/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

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

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

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

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	background-color: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #222;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus  {
	border: 1px solid #4d4d4f;
	clip: auto !important;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	height: auto;
	padding: 20px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}


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

/* Site Container
--------------------------------------------- */

.site-container {
	-webkit-animation: fadein 1s;
       -moz-animation: fadein 1s;
        -ms-animation: fadein 1s;
         -o-animation: fadein 1s;
            animation: fadein 1s;
}

.ns-landing .site-container {
	margin: 0 auto;
	max-width: 960px;
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Site Inner
--------------------------------------------- */

.wrap{
	max-width: 1014px;	
	margin: 0 auto;
}

.home .site-inner{
	margin-top: 0;	
}

.site-inner {
	clear: both;
	margin: 60px auto 0;
	max-width: 1024px;
	padding-bottom: 4%;
}

.home.no-background .site-inner{
	margin: 60px auto 0;
}

.ns-landing .site-inner,
.ns-newsletter .site-inner {
	margin-top: 0;
}

.ns-newsletter .site-inner {
	max-width: 100%;
	padding: 0;
}


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

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

.avatar {
	border-radius: 50%;
	float: left;
}

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

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

.author-box .avatar {
	height: 80px;
	width: 80px;
}

.archive .author-box .avatar {
	float: none;
	margin-bottom: 10px;
	margin-right: 0;
}

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

.archive .entry-header .avatar,
.blog .entry-header .avatar,
.page-template-page_blog-php .entry-header .avatar,
.search .entry-header .avatar,
.single .entry-header .avatar {
	float: none;
	height: 48px;
	margin-right: 12px;
	width: 48px;
}

.home .entry-header .avatar {
	float: left;
	height: 36px;
 	margin-right: 10px;
 	width: 36px;
}




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

.breadcrumb,
.search .archive-description,
.single .author-box {
	border-bottom: 1px solid #eee;
}

.archive .author-box,
.archive-description {
	text-align: center;
}	

.single .author-box {
	margin-bottom: 60px;
}

.archive-description,
.author-box,
.breadcrumb {
	padding: 0 0 30px 0;
}

.author-box {
	font-size: 18px;
	font-size: 1.8rem;
}

.single .author-box {
	border-top: 1px solid #eee;
	margin-bottom: 0;
}

.archive-description a,
.author-box a {
	border-bottom: 1px solid #ddd;
}

.archive-description a:hover,
.archive-description a:focus,
.author-box a:hover,
.author-box a:focus {
	border-bottom: 1px solid #4d4d4f;
	color: #4d4d4f;
}

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

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


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

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 5px;
	padding-left: 15px;
	position: relative;
	width: 25%;
}

.search-form input {
	-webkit-appearance: none;
}

.site-header .search-form:before ,
#beaver_search .search-form:before {
    color: #4d4d4f;
    content: "\f4a4";
    font-family: "ionicons";
    font-size: 24px;
    font-size: 2.4rem;
    right: 5px;
	font-weight: bold;
    position: absolute;
    top: -4px;
}

.site-header .search-form input[type="search"],
#beaver_search .search-form input[type="search"]{
	background-color: #f5f5f5;
	height: 30px;
	border: none;
	color: #4d4d4f;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-Serif';
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 0 25px 0 0 !important;
	text-align: right;
	-webkit-font-smoothing: antialiased;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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

.archive-title,
.author-box-title {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 30px;
}

.single .author-box-title {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.5px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

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

.entry-title a,
.page .entry-title a:hover,
.page .entry-title a:focus {
	color: #68bd49;
}

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

.widget-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 20px;
}

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

a.aligncenter img,
.featured-image img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin-bottom: 30px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.gallery-item a,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0 !important;
}

.sticky {
}


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

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget:last-child {
	margin-bottom: 0;
}

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

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

.widget_calendar table {
	width: 100%;
}

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


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

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

.enews-widget form {
	border: 2px solid #4d4d4f;
	margin: 40px auto 0;
	overflow: hidden;
	padding: 10px;
	width: 75%;
}

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

.enews-widget input {
	border: none;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-Serif';
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
	letter-spacing: 1px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	text-transform: uppercase;
}

.enews-widget input.enews-subbox {
	border-bottom: 1px solid #4d4d4f;
	width: 100%;
}

.enews-widget input.enews-subbox:focus {
	border-bottom: 1px solid #ddd;
}

.enews-widget input:focus {
	background-color: #fff;
	border: none;
}

.enews-widget input[type="email"] {
	float: left;
	width: 70%;
}

.enews-widget input[type="submit"] {
	border-left: 1px solid #4d4d4f;
	float: right;
	padding: 15px 30px;
	width: auto;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	border: none;
	border-left: 1px solid #4d4d4f;
	color: #4d4d4f;
}


/* Genesis Simple Share
--------------------------------------------- */

.content .share-after {
	margin-bottom: 20px;
}

.content a.count,
.content a.count:hover,
.content a.count:focus,
.content a.share,
.content a.share:hover,
.content a.share:focus {
	border: none;
	font-weight: 400;
}

.content .share-filled .share {
	border-radius: 0;
}

.content .share-filled .count {
	border-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #4d4d4f;
	border: 1px solid #4d4d4f;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #4d4d4f !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}

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

#wpstats {
	display: none;
}

.infinite-loader{
	clear: both;	
}


/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

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

/* Display outline on focus */

:focus {
/* 	color: #222; */
	outline: none;
}



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

.site-header {
	background-color: #fff;
	min-height: 50px;
	padding: 26px 0px;
	/*position: fixed;*/
	top: 0;
	width: 100%;
	z-index: 999;
}

.admin-bar .site-header {
	top: 32px;
}

/* Site Title and Description
--------------------------------------------- */

.title-area {
	float: left;
	width: 16%;
	word-wrap: break-word;
}

.site-title {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-Serif';
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

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

.header-image .nav-primary:not(button) {
	margin-top: 22px;
}

.header-image .site-header {
	padding: 26px 0px;
}

.header-image .site-header .search-form,
.header-image .site-header .search-form:before {
	padding-top: 20px;
}

.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

.header-image .site-title > a {
	background-position: center center !important;
	background-size: contain !important;
	float: left;
	max-width: 100%;
	min-height: 45px;
	width: 150px;
}

.header-image .title-area {
	margin: 3px 0 0;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}


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

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #4d4d4f;
	display: block;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-Serif';
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 10px 15px;
}

.genesis-nav-menu .menu-item:last-child a{
	padding-right: 0;
}

.genesis-nav-menu .menu-item.current-menu-item a,
.genesis-nav-menu .menu-item.current_page_item a{
	color: #68bd49;
}

.genesis-nav-menu .sub-menu {
	background-color: #fff;
	left: -9999px;
	opacity: 0;
	position: absolute;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 220px;
	z-index: 99999;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -46px 0 0 179px;
}

.genesis-nav-menu .sub-menu a {
	border: 1px solid #eee;
	border-top: 0;
	padding: 15px;
	position: relative;
}

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

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

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

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

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

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

.nav-primary {
	float: none;
	margin-top: 4px;
	text-align: center;
	width: 100%;
	clear: both;
	display:inline-block;
}

.nav-primary .sub-menu {
	border-top: 1px solid #eee;
}

.nav-primary li.highlight > a {
	background-color: #fff;
	border: 1px solid #4d4d4f;
	margin-left: 15px;
	padding-left: 15px;
	padding-right: 15px;
}


.nav-primary li.highlight > a:hover,
.nav-primary li.highlight > a:focus {
	background-color: #34313b;
	border: 1px solid #34313b;
	color: #fff;
}

.nav-primary .highlight > .sub-menu {
  margin-left: 15px;
}

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

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

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu a {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-Serif';
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	padding: 0;
	margin-left: 10px;
	margin-right: 10px;
}

/* Responsive Navigation
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}


/* Welcome Message / Newsletter
---------------------------------------------------------------------------------------------------- */

.full-screen {
	background-color: #f4f4f9;
	/*display: table;
	overflow: hidden;
	table-layout: fixed;*/
	text-align: center;
	width: 100%;
	padding: 20px 0 30px 0;
}

/*.full-screen .widget-area {
	display: table-cell;
	vertical-align: middle;
}

/*.newsletter-signup .wrap,
.welcome-message .wrap {
	padding-left: 14%;
	padding-right: 14%;
}*/

.newsletter-signup .widget-title,
.welcome-message .widget-title {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-Serif';
	font-size: 60px;
	font-size: 6rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 30px;
}

.newsletter-signup a:hover,
.newsletter-signup a:focus,
.welcome-message  a:hover,
.welcome-message a:focus {
	text-decoration: underline;
}

/* Home Slider
---------------------------------------------------------------------------------------------------- */

.home #soliloquy-container-3912  .soliloquy-caption,
.home #soliloquy-container-3618  .soliloquy-caption  {
	top:130px;
}

.home #soliloquy-container-3912  .soliloquy-caption .soliloquy-caption-inside,
.home #soliloquy-container-3618  .soliloquy-caption .soliloquy-caption-inside{
	background-color: #FFFFFF;
	min-height: 100px;
	padding:20px 10px 10px 10px;
}

.home .soliloquy-caption .soliloquy-caption-inside .soliloquy-fc-title a{
	line-height: 1.2;
}

.home .soliloquy-container .soliloquy-item{
	height: 250px;
}

.home .soliloquy-theme-classic .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-title a{
	text-shadow: none;
	color:#68bd49;
	font-size: 15px;
	font-weight: 400;
	
}

.home .soliloquy-theme-classic .soliloquy-caption .soliloquy-fc-caption .soliloquy-fc-title a:hover{
	color:#f78e1e;
	text-decoration: none;
}

.home .soliloquy-theme-classic .soliloquy-pager{
	text-align: center;
	bottom:-30px;
}

/* Front Page
---------------------------------------------------------------------------------------------------- */

.home .content {
	background: none;
}

.home .home-feature{
	width:100%;
	clear:both;
}

.home .entry{
	background-color: #fff;
	margin-bottom: 2%;
	margin-left: 0.7%;
	margin-right: 0.7%;
	padding:20px 20px 0px 20px;
}

.home .col_container > .entry,
.home .col_container > .inner {
	width: calc( 50% );
	order: 10;
	margin: 0;
}

.home .col_container > .inner .entry {
	margin: 0;
	width: 100%;
	order: 10;
}

.home .col_container {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	background: #fff;
}

.home .col_container .featured {
	padding-left: 20px;
}

.home .col_container > .entry,
.home .col_container > .entry {
	order: 5 !important;
}

@media ( max-width: 736px ) {
	
	.home .col_container > .entry,
	.home .col_container > .inner {
		width: 100%;
	}
}

.home .entry .entry-content{
	padding-left: 0;
	padding-right: 0;
	min-height: 150px;
}
.home .content .l-t-thirds{
	background-color: #FFFFFF;
	display: inline-block;
}
.home .l-t-thirds .sub-head{
	padding-left:20px;
	padding-right:20px;
	margin-bottom: 0px;
}

.home .l-t-thirds .entry:nth-of-type(1){
	border-bottom: none;
	min-height: 420px;
}

.home .home-feature-small .entry-title{
	font-size: 15px;
}

.home .home-feature-small p{

}

.home .l-t-thirds .one-half{
	margin-left: 0;
}

.home .responsive-tabs .entry-title{
	margin-top: -20px;
	font-size: 13px;
	line-height: 1.9rem;
}

.home .responsive-tabs .responsive-tabs__list__item{
	font-size: 15px;
	border: 1px solid #DDD;
	color: #4d4d4f;
	
}

.home .responsive-tabs .responsive-tabs__list__item--active{
	background-color: #68bd49;
	border: 1px solid #DDD;
	border-bottom: none;
	color: #FFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.home .responsive-tabs .responsive-tabs__list__item--active:hover,
.home .responsive-tabs .responsive-tabs__list__item:hover{
	background-color: #f78e1e;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
}

.home .one-third .responsive-tabs-wrapper{
	background-color: #FFF;
}

.home .tab_event_date{
	font-size: 12px;
}

.home .responsive-tabs-wrapper .home-feature-small img{
	width:100px;
}

.home .responsive-tabs .responsive-tabs__panel{
	border:none;
	border-top: 5px solid #68bd49;
	margin-left:auto;
	margin-right: auto;
	max-width: 300px;
	padding: 5px 0 5px 0;
}

.home .responsive-tabs .entry{
	padding:0px;

}

.home .responsive-tabs img.alignleft{
	margin: 10px 10px 0 0;	
	max-width: 95px;
}


.archive .entry,
.blog .e4gf_events,
.blog .playagain {
	background-color: #eee;
	float: left;
	height: 500px;
	margin-bottom: 4%;
	margin-left: 1%;
	margin-right: 1%;
	position: relative;
	width: 31%;	
}

.home .category_list li.cat-item {
	list-style: disc;
	color: #68bd49;
    margin-bottom: 5px;
	font-size: 15px;
	
}

.home .category_list {
	padding-bottom: 20px;
}


/*
.home .entry {
	background-color: #eee;
	float: left;
	height: 400px;
	margin-bottom: 2%;
	margin-left: 1%;
	margin-right: 1%;
	position: relative;
	width: 38%;	
}

.home.first-page .entry:nth-of-type(2),
.home.first-page .entry:nth-of-type(4n+1),
.home.first-page .entry:nth-of-type(4n+2) {
	width: 58%;
}

.home.paged .entry:nth-of-type(1),
.home.paged .entry:nth-of-type(4n),
.home.paged .entry:nth-of-type(4n+1) {
	width: 58%;
}

.home.first-page .entry.first-featured {
	height: 500px;
	width: 98%;
}

.home .entry.row.last {
	width: 98%;
}*/

.home h3.featured a{
    color:#f78e1e;
}

.home h3.featured a:hover{
    color:#68bd49;
}


.home.blog .entry-header,
.archive .entry-header,
.blog .e4gf_events .entry-header,
.blog .playagain .entry-header {
	background-color: #fff;
	/* bottom: 0; */
	/* left: 0; */
	margin: 0;
	padding: 30px 35px;
	/* position: absolute; */
	text-align: left;
	width: 100%;
	height: 300px
}

.search.archive .entry{
	min-height: 530px;
	margin-bottom: 25px;
}

.search.archive .entry .entry-content{
	display: none;
}

.search.archive .entry{
	background: none;
}

.search.archive .entry-header{
	/*min-height: 480px;*/
}

.content_flag{
	position: absolute;
	color: #FFF;
	top: 15px;
	padding:10px;
}

.home.blog .entry-header{
	position: relative;
	padding-bottom: 10px;	
}

.home.blog .entry-header p{
	margin-bottom: 10px;	
}

.archive .e4gf_events .entry-header,
.blog .e4gf_events .entry-header {
	padding: 30px 35px;
}

.archive .e4gf_events:nth-of-type(1) .entry-header,
.archive .e4gf_events:nth-of-type(4n) .entry-header,
.archive .e4gf_events:nth-of-type(4n+1) .entry-header
.blog .e4gf_events:nth-of-type(1) .entry-header,
.blog .e4gf_events:nth-of-type(4n) .entry-header,
.blog .e4gf_events:nth-of-type(4n+1) .entry-header {
	padding: 30px 35px;
}


/*.home .first-featured .entry-header {
	padding: 20px;
}*/

.home .entry-title,
.archive .entry-title,
.blog .e4gf_events .entry-title,
.blog .playagain .entry-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 10px;
}

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

.home a.ns-featured-image,
.archive a.ns-featured-image,
.blog .e4gf_events a.ns-featured-image,
.blog .playagain a.ns-featured-image {
	background-origin: border-box;
	background-position: center;
	background-size: cover;
	display: block;
	height: 220px;
	width: 100%;
}

.home-thumbs{
	display: block;
	max-width: 100%;
	height: auto;	
}

.home .pagination {
	margin-left: 1%;
	margin-right: 1%;
}


/* Blog Page
---------------------------------------------------------------------------------------------------- */

.page-template-page_blog-php .archive-description {
	padding-bottom: 0;
}

.page-template-page_blog-php .blog-archive-description {
	margin-top: 30px;
	margin-bottom: 30px;
}

.page-template-page_blog-php .entry{
	background-color: #fff;
    float: left;
    height: 480px;
    margin-bottom: 2%;
    margin-left: 0.7%;
    margin-right: 0.7%;
    position: relative;
    width: 31.623931623931625%;
    overflow:hidden;
}

.page-template-page_blog-php .entry-title{
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 10px;
}
.page-template-page_blog-php .content .entry-header{
   
    background-color: #fff;
    margin: 0;
    padding: 30px 35px 0 35px;
    text-align: left;
    width: 100%;
    text-align: left;
}

.page-template-page_blog-php .entry-content{
	padding: 0 35px 0 35px;
}

.page-template-page_blog-php .entry-header{
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.page-template-page_blog-php .content{
	background: none;
}

.page-template-page_blog-php .content .blog-template-description .entry-title{
	font-size: 36px;
	font-size: 3.6rem;
}


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

.content {
	background-color: #fff;
}

.archive .content,
.no-background .content{
	background: none;
}


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

.entry-content,
.single #e4fg_message,
.single .e4gf_events_registration,
.single .e4gf_events_details{
	clear: both;
	padding-left: 15%;
	padding-right: 15%;
}

#genesis-content .e4gf_events .e4gf_events_details {
	display: none;
}


.entry-header #e4gf_events_meta{
	margin-top: 20px;	
}


.page .entry-content {
	padding-bottom: 10%;
}

.entry-content a:hover,
.entry-content a:focus {
	/*border-bottom: 1px solid #4d4d4f;*/
	color: #4d4d4f;
}

.page .entry-content > p:last-child {
	margin-bottom: 0;
}

.search-results .page .entry-content p:last-child {
	margin-bottom: 30px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 20px;
}

.entry-content ol {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: none;
	padding-left: 25px;
	background: url(images/bullet.png) 0px 9px no-repeat;
}

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

/* Intro Text
--------------------------------------------- */

.entry-content p.intro {
	font-size: 16px;
	font-size: 1.6rem;
    font-weight: 700;
}

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

p.entry-meta {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	margin-bottom: 0;
}

/* Remove Entry Header from Get Involved and Subscribe page */
.page-id-1002 .entry-title,
.page-id-1020 .entry-title{
	display: none;	
}

.blog .entry-header,
.page .entry-header,
.error404 .entry-title {
	margin-left: 15%;
	margin-right: 15%;
	padding-top: 5%;
	text-align: center;
}

.blog .e4gf_events .entry-header{
	margin-left: 0%;
	margin-right: 0%;
	text-align: left;
}

.single .entry-header{
	margin-bottom: 7%;
	margin-left: 15%;
	margin-right: 15%;
	padding-top: 5%;
	text-align: center;
}

.author-bio{
	font-family: 'Lato';
	font-weight: 300;
	margin: 0 auto;
	font-style: italic;
	max-width: 700px;	
}

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

.single .entry-header .entry-meta {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 12px;
	vertical-align: top;
}

.entry-author,
.entry-comments-link,
.entry-footer .entry-meta,
.entry-time {
	margin-bottom: 0;
}

.entry-meta span.by {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-Serif';
	font-size: 16px;
	font-size: 1.6rem;
	margin-right: 2px;
	text-transform: lowercase;
}

.home .entry-meta span.by {
	font-size: 12px;
	font-size: 1.2rem;
	margin-right: 2px;
}

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

.entry-footer {
	margin-bottom: 10%;
	margin-left: 15%;
	margin-right: 15%;
}

.entry-content .entry-footer {
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
}

.entry-footer .entry-meta {
	font-size: 16px;
    font-size: 1.6rem;
}

.sharedaddy{
	text-align: center;
	margin: 50px 0 60px 0;	
}

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

.after-entry {
	display: inline-block;
	width: 100%;
	background: #68bd49;
	padding: 50px 150px;
	text-align: center;
}

.page-template-page_subscribe #contact-form{
	display: inline-block;
	width: 100%;
	padding: 50px 150px;
	background: #ededed;
}

.after-entry .widget-title,
.page-template-page_subscribe #contact-form .widget-title {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-Serif';
	font-size: 24px;
	font-size: 2.4rem;
	color: #fff;
	line-height: 1;
	margin-bottom: 30px;
}

.page-template-page_subscribe #contact-form .widget-title {
	color: #68bd49;
}

.after-entry a:hover,
.after-entry a:focus {
	text-decoration: underline;
}

.after-entry .button:hover,
.after-entry .button:focus {
	text-decoration: none;
}

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

.after-entry ol > li,
.after-entry ul > li {
	list-style-type: none;
}

.after-entry input[type="text"],
.page-template-page_subscribe #contact-form  input[type="text"]{
	padding: 15px 30px !important;
}

.after-entry .gform_wrapper,
.page-template-page_subscribe #contact-form .gform_wrapper{
	max-width: 440px !important;
	margin: 0 auto !important;	
}

.page-template-page_subscribe #contact-form .gform_wrapper{
	padding: 0;	
}

.after-entry .gform_wrapper .gfield_label,
.page-template-page_subscribe #contact-form .gform_wrapper .gfield_label{
	display: none !important;
}

.after-entry .gform_wrapper .gform_body,
.page-template-page_subscribe #contact-form .gform_wrapper .gform_body{
	width: auto !important;
	float: left;
	padding-right: 14px;	
}

.after-entry .gform_wrapper .gform_body input,
.page-template-page_subscribe #contact-form .gform_wrapper .gform_body input{
	padding: 17px 30px;
	color: #4d4d4f;
	border: none;
}

.after-entry .gform_wrapper .gform_footer,
.page-template-page_subscribe #contact-form .gform_wrapper .gform_footer{
	float: left;	
	clear: none;
	width: auto !important;
	padding-top: 0;
}

.after-entry.events{
	color: #fff;
	text-align: left;	
}

.after-entry.events h3{
	color: #fff;	
}

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

.fadein {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.hidden {
	visibility: hidden;
	-webkit-animation: none;
}

@-webkit-keyframes fadeIn {
	0% { opacity: 0; }
	100%{ opacity: 1; }
}

@keyframes fadeIn {
	0%{ opacity: 0; }
	100%{ opacity: 1; }
}

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

.pagination {
	clear: both;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-Serif';
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	padding: 20px;
	text-transform: uppercase;
}

.pagination a {
	color: #4d4d4f;
}

.pagination a:hover,
.pagination a:focus {
	color: #f78e1e;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #4d4d4f;
	color: #4d4d4f;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background-color: #4d4d4f;
	color: #fff;
}

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

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.entry-comments {
	border-bottom: 1px solid #eee;
}

.comment-respond,
.entry-comments,
.entry-pings {
	padding: 50px 150px 30px;
}

#respond iframe{
	max-height: 190px;	
}

.entry-pings + .comment-respond {
	padding-top: 0;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #ddd;
}

.comment-respond a:hover,
.comment-respond a:focus,
.entry-comments a:hover,
.entry-comments a:focus {
	border-bottom: 1px solid #4d4d4f;
	color: #4d4d4f;
}

.comment-respond .submit {
	width: 100%;
}

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

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

.entry-comments .comment {
	border-bottom: 1px solid #eee;
	clear: both;
}

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

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

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-list li {
	list-style-type: none;
}

.comment-list ul.children {
	margin-left: 40px;
}

#respond #comment-form-comment, #comment-form-share-text-padder {
    line-height: 1.2 !important;
    padding: 10px 10px 5px !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #fff !important;
    border: 1px solid #dadada !important;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
}



/* JP Related Posts
---------------------------------------------------------------------------------------------------- */

#jp-relatedposts{
	margin: 0 !important;
	padding: 50px 150px !important;
	border-top: 1px solid #ededed;	
}

#jp-relatedposts h3.jp-relatedposts-headline{
	font-size: 26px !important;
	color: #4d4d4f !important;	
}

#jp-relatedposts h3.jp-relatedposts-headline em {
    font-weight: 300 !important;
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
    display: none !important;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	font-size: 20px !important;
    margin: 20px 0 0 0 !important;
	font-weight: normal !important;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a{
	text-decoration: none !important;
}

/* Home Page Sub Footer
-----------------------------------------------------------------------------------------------------*/
.home-footer{
	background-color: #FFF;
	padding-top:25px;
}

.home-footer .widget_text{
	max-width: 65%;
	float: left;
}

.home-footer .widget_tag_cloud{
	max-width: 32%;
	float: right;
}
.home-footer .widget_tag_cloud .widget_wrap{
	text-align: center;
}


/* Site Sub Footer
-----------------------------------------------------------------------------------------------------*/
.sub-footer{
	background-color: #68bd49;
}	

.sub-footer .gform_wrapper .gform_heading,
.sub-footer .gform_wrapper .gform_body,
.sub-footer .gform_wrapper .gform_footer{
	clear: none;
	float: left;
}

.sub-footer .gform_wrapper .gform_heading {
	width:60%;
	color:#FFFFFF;
}

.sub-footer .gform_wrapper .gform_body {
	width:28%;
}

.sub-footer .gform_wrapper .gform_footer {
	width:10%;
}

.sub-footer .gform_wrapper #field_1_1 label{
	display:none;
}

.sub-footer .gform_wrapper span.gform_description{
	margin-top: 20px;
}
.sub-footer .gform_wrapper .gform_footer{
	margin-top: 0px
}

.sub-footer .gform_wrapper #gform_submit_button_1{
	height: 38px !important;
}
.sub-footer .gform_wrapper input[type="submit"]{
	background-color: #68bd49;
	border:2px solid #ffffff;
	color:#FFF;
	padding: 0px 34px !important;
}

.sub-footer .gform_wrapper input[type="submit"]:hover{
	background-color:#f78e1e;
	color:#FFF;
}

/* Article Type Archives & Get Involved
---------------------------------------------------------------------------------------------------- */	

.post-type-archive-get_involved .fifc-heading,
.tax-article_type .fifc-heading{
	background-color: #68bd49;
	display: inline-block;
	width: 100%;
}

.post-type-archive-get_involved .fifc-heading h3,
.tax-article_type .fifc-heading h3{
	color: #FFFFFF;
	padding:5px 25px 0 25px;
	font-size: 22px;
	margin: 0 0 15px;
}

.post-type-archive-get_involved  .article_type,
.tax-article_type  .article_type{
	list-style: disc;
	background-color: #FFF;
	padding: 25px;
}

.post-type-archive-get_involved .article_type li,
.tax-article_type  .article_type li{
	list-style-type: disc;
	color: #68bd49;
	margin-left: 15px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.category_column{
	margin-bottom: 25px;
}

.post-type-archive-get_involved .fifc-heading img,
.tax-article_type .fifc-heading img{
	width: 100%;
}


/* PD Events Archive
---------------------------------------------------------------------------------------------------- */

.page-id-3944 .content{
	background-color: transparent;
}	
.page-id-3944 .site-inner{
	margin: 0 auto 0;
}
.page-id-3944 .entry-content{
	padding-left:0;
	padding-right:0;
}

.page-id-3944 .responsive-tabs .entry-title{

	font-size: 15px;
	line-height: 2.5rem;
}

.page-id-3944 .responsive-tabs .responsive-tabs__list__item{
	font-size: 15px;
	border: 1px solid #DDD;
	color: #4d4d4f;
	
}


.single-e4gf_events .content-sidebar-wrap .entry-header{
	margin-bottom: 0;
}

.single-e4gf_events .content-sidebar-wrap h1.entry-title {
	margin-bottom: 0;
}

.page-id-3944 .responsive-tabs .responsive-tabs__list__item--active{
	background-color: #68bd49;
	border: 1px solid #DDD;
	border-bottom: none;
	color: #FFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.page-id-3944 .responsive-tabs .responsive-tabs__list__item--active:hover,
.page-id-3944 .responsive-tabs .responsive-tabs__list__item:hover{
	background-color: #f78e1e;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
}

.page-id-3944 .one-third .responsive-tabs-wrapper{
	background-color: #FFF;
}
.page-id-3944 .responsive-tabs .responsive-tabs__panel{
	border:none;
	border-top: 5px solid #68bd49;
	margin-left:auto;
	margin-right: auto;
	padding: 20px 0 0 0;
}

.page-id-3944 .responsive-tabs .entry{
	padding:0px;
}

.page-id-3944 .responsive-tabs img.alignleft{
	margin: 10px 10px 0 0;	
}

.page-id-3944 .tabbed-entry{
	background-color: #fff;
	margin-bottom: 20px;

}


.page-id-3944 .responsive-tabs .responsive-tabs__panel{
	background-color: transparent;
}
.page-id-3944 .responsive-tabs .entry .entry-title{
	font-size: 20px;
	font-size: 2.0rem;
}
.page-id-3944 .responsive-tabs .entry .entry-title,
.page-id-3944 .responsive-tabs .entry .entry-content{
	padding-left: 20px;
	padding-right: 20px;
}

.page-id-3944 .entry-content a:hover{
	border-bottom: none;
}
.page-id-3944 #e4gf_events_time_3542_shortcode p,
.page-id-3944 .entry-content .e4gf_events_details p{
	display: none !important;
}

.page-id-3944 .entry-content .responsive-tabs ul.responsive-tabs__list{
	margin: 20px 0 0 0;
}

.page-id-3944 .events-addon-for-navitas-month-container{
	border-bottom: 2px solid #dedede;
	margin-bottom: 10px;
}

.page-id-3944 .content .entry-content{
	padding-bottom: 20px;
}

.page-id-3944 .pagination{
	padding:0;
}

.page-id-3944 .pagination ul{
	padding:0;
	margin: 0;
}
.page-id-3944 .pagination ul li{
	padding:0;
	margin: 0;
	background: none;
}


/* Post Type Archives
---------------------------------------------------------------------------------------------------- */
.post-type-archive-get_involved #genesis-content  .gform_wrapper{
	max-width: 600px;
	margin: auto auto 100px auto;
}

.post-type-archive-get_involved #genesis-content .gform_wrapper label {
	display:none;
}
.post-type-archive-get_involved #genesis-content .gform_wrapper .gform_body{
	max-width: 400px;
	float: left;
	clear:none;
}
.post-type-archive-get_involved #genesis-content .gform_wrapper .gform_footer{
	max-width: 180px;
	float: right;
	clear: none;
	margin: 0;
}

.post-type-archive-get_involved #genesis-content .gform_wrapper input[type="submit"], .button{
	padding: 10px 34px !important;
}

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

.site-footer {
	background-color: #4d4d4f;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 40px 0;
	text-align: center;
}

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

.site-footer p {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-Serif';
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

#menu-footer-nav li{
	display: inline-block;
	margin: 0 18px 7px;	
}

.devlink{
	margin-right: 45px;	
}

.sub-footer .gform_confirmation_message{
	color: #fff;
	text-align: center;
	padding-top: 20px;
	font-weight: bolder;
}


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

@media only screen and (max-width: 1025px) {
	
	
	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}
	.header-image .title-area{
		margin-left: 20px;
	}
	.header-image .site-header .search-form{
		margin-right: 20px;
	}
	
	.archive .entry,
	.blog .e4gf_events,
	.blog .playagain,
	.archive .entry:nth-of-type(1),
	.archive .entry:nth-of-type(4n),
	.archive .entry:nth-of-type(4n+1),
	.blog .e4gf_events:nth-of-type(1),
	.blog .e4gf_events:nth-of-type(4n),
	.blog .e4gf_events:nth-of-type(4n+1),
	.blog .playagain:nth-of-type(1),
	.blog .playagain:nth-of-type(4n),
	.blog .playagain:nth-of-type(4n+1) {
		width: 48%;	
		margin-left: 1%;
	    margin-right: 1%;
	}
	
	.home.blog .entry-header,
	.archive .entry-header,
	.blog .e4gf_events .entry-header,
	.archive .e4gf_events .entry-header,
	.blog .e4gf_events .entry-header,
	.archive .entry:nth-of-type(1) .entry-header,
	.archive .entry:nth-of-type(4n) .entry-header,
	.archive .entry:nth-of-type(4n+1) .entry-header,
	.archive .e4gf_events:nth-of-type(1) .entry-header,
	.archive .e4gf_events:nth-of-type(4n) .entry-header,
	.archive .e4gf_events:nth-of-type(4n+1) .entry-header
	.blog .e4gf_events:nth-of-type(1) .entry-header,
	.blog .e4gf_events:nth-of-type(4n) .entry-header,
	.blog .e4gf_events:nth-of-type(4n+1) .entry-header,
	.blog .playagain:nth-of-type(1) .entry-header,
	.blog .playagain:nth-of-type(4n) .entry-header,
	.blog .playagain:nth-of-type(4n+1) .entry-header{
		padding: 30px 20px;
	}
	
	.home .entry img{
		width: 100%;	
	}
	
	.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span, .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span,
	.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
	    width: 100% !important;
	}
	
	.gform_wrapper .chosen-container{
		max-width: 100% !important;	
	}
	
	
	#contact-form .gform_wrapper #field_3_3,
	.gform_wrapper .top_label .gf_left_half,
	.gform_wrapper .top_label .gf_right_half{
		display: inline-block;
		width: 100% !important;
		margin-bottom: 0 !important;
	}
	
	
	#contact-form .gform_wrapper .ginput_complex .name_last,
	#contact-form .gform_wrapper .ginput_complex .ginput_right,
	.e4gf_events_registration .gform_wrapper .ginput_complex .name_last,
	.e4gf_events_registration .gform_wrapper .ginput_complex .ginput_right {
	    margin-left: 0% !important;
	}
	
	.e4gf_events_registration .gform_wrapper .gf_left_half {
	    margin-right: 0% !important;
	}
	
	.after-entry,
	.comment-respond, 
	.entry-comments,
	.entry-pings,
	#jp-relatedposts,
	.page-template-page_subscribe #contact-form{
		padding-left: 15% !important;
		padding-right: 15% !important;
	}
	
	.home .welcome-message{
		padding-left: 5%;
		padding-right: 5%;
	}
	

	.sub-footer .gform_wrapper form{
		text-align: center;
		
	}
	
	.sub-footer .gform_wrapper .gform_heading{
		width:100%;
	}
	
	.sub-footer .gform_wrapper .gform_body,
	.sub-footer .gform_wrapper .gform_footer{
		width:49%
	}
	
	.sub-footer .gform_wrapper .gform_body,
	.sub-footer .gform_wrapper .gform_footer{
		margin: auto;
		float: none;
		width:75%;
	}
	.home .home-footer{
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.sub-footer .gform_widget{
		position: relative;
	}
	
	.sub-footer #gform_ajax_frame_1{
		position: absolute;
		top:30px;
		right: -20px
	}

}


@media only screen and (min-width:800px){
	.home article.entry.home-feature-small{
		float: left;
		width: 98%;
	}
	.home .home-feature-small .wp-post-image{
		max-width: 100px;
	}
	
	
}

@media only screen and (max-width: 800px) {
	.title-area{
		float:none;
		width: auto;
	}
	
	.site-header .search-form{
		display:none;
	}
	
	.header-image .site-title a{
		float: none;
		width: auto;
		display: block;
	}
	
	.site-header .button:hover{
		background-color: #000;
	}
	
	.page-id-3944 .tabbed-entry{
		min-height: 475px;
	}
		
	.home #soliloquy-container-3912  .soliloquy-caption .soliloquy-caption-inside{
		min-height: unset;
	}
	.home #soliloquy-container-3912  .soliloquy-caption{
		top: 300px;
	}
	
	.home .content .two-thirds,
	.home .content .one-third {
		width: 100%;
		margin-left: 0;
	}
	
	.home.responsive-tabs .responsive-tabs__panel{
		border-top: none;
	}
	
	.home .responsive-tabs .responsive-tabs__panel{
		max-width: unset;
		padding: 5px 20px 5px 20px;
	}
	.home article.entry.home-feature-small{
		width: 100%;
	}
	.search.archive .entry-header{
		overflow: scroll;
		height: 250px;
		min-height: unset;
	}
	
	.search.archive #search-filter-form-4066{
		width: 100%;
		margin-left: 1%;
		margin-right: 1%;
		height: 300px;
	}
	.search #search-filter-form-4066 ul{
		display: block;
	}
	
	.search #search-filter-form-4066 ul li{
		float: none;
		width: 100%;
		display: inline-block;
		padding:20px;
		margin: auto;
	}
	
	.search #search-filter-form-4066 ul .sf-field-post_type h4{
		float: none;
	}
	
	.search #search-filter-form-4066 ul .sf-field-post_type{
		min-width:unset;
	}
	
	


}	

@media only screen and (max-width: 767px){
	.content .responsive-tabs .responsive-tabs__heading--active{
		background-color: #68bd49;
	}
	
	.content .responsive-tabs .responsive-tabs__heading--active:hover{
		background-color: #f78e1e;
	}
	
	.home .two-thirds .featured,
	.home #soliloquy-2 .widget-title,
	.home #soliloquy-2 .soliloquy-outer-container,
	.home .fl-module-heading .fl-heading,
	.home #genesis-content .one-third .featured{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.search.archive article.entry img{
		width: 100%;
	}
	
	

}

@media only screen and (max-width: 720px) {
	
	.home .entry {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		height: auto;	
	}
	
	.home .entry,
	.archive .entry,
	.blog .e4gf_events,
	.blog .playagain,
	.archive .entry:nth-of-type(1),
	.archive .entry:nth-of-type(4n),
	.archive .entry:nth-of-type(4n+1),
	.blog .e4gf_events:nth-of-type(1),
	.blog .e4gf_events:nth-of-type(4n),
	.blog .e4gf_events:nth-of-type(4n+1),
	.blog .playagain:nth-of-type(1),
	.blog .playagain:nth-of-type(4n),
	.blog .playagain:nth-of-type(4n+1) {
		width: 100%;	
		margin-left: 0;
		margin-right: 0;
		height: auto;
	}
	
	.home .entry .entry-content{
	min-height: 100px;
	}
	
	/*.home.first-page .entry:nth-of-type(2),
	.home.first-page .entry:nth-of-type(4n+1),
	.home.first-page .entry:nth-of-type(4n+2) {
		width: 100%;	
	}
	
	.home.paged .entry:nth-of-type(1),
	.home.paged .entry:nth-of-type(4n) {
		width: 100%;	
		width: 58%;
	}
	
	.home.first-page .entry.first-featured {
		height: 400px;
		width: 100%;
	}
	
	.home .entry.row.last {
		width: 100%;	
	}*/
	.header-image .site-header .search-form{
		padding-left:55px;
	}
	.entry-footer,
	.page .entry-header,
	.single .entry-header,
	.error404 .entry-title {
		margin-left: 10%;
		margin-right: 10%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.breadcrumb,
	.comment-respond,
	.entry-comments,
	.entry-content {
		padding-left: 10%;
		padding-right: 10%;
	}

	.enews-widget form,
	.enews-widget input[type="email"],
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item,
	.js .genesis-nav-menu .sub-menu,
	.js .genesis-nav-menu .sub-menu a,
	.header-image .site-title > a,
	.nav-primary,
	.site-header,
	.site-header .search-form,
	.title-area {
		width: 100%;
	}

	.site-header {
		position: inherit;
		text-align: center;
	}
	
	.site-title {
		line-height: 1.2;
	}

	.header-image .nav-primary:not(button) {
		margin-top: 0;
		padding-bottom: 20px;
	}
	
	.header-image .site-header .search-form,
	.header-image .site-header .search-form:before {
		padding-top: 0px;
	}


	.site-header .search-form {
		display: none;
		padding-right: 15px;
	}
	
	.site-header .search-form:before{
		right: 20px;	
	}

	.gallery-item,
	.nav-primary,
	.title-area {
		float: none;
	}
	
	.nav-primary li.highlight > a,
	.nav-primary li.highlight > a:hover,
	.nav-primary li.highlight > a:focus,
	.js .nav-primary .sub-menu a {
		background: none;
		border: none;
	}

	.nav-primary li.highlight > a {
		margin-left: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
		
	.nav-primary li.highlight > a:hover,
	.nav-primary li.highlight > a:focus {
		color: #f78e1e;
	}
	
	.nav-primary .genesis-nav-menu li.highlight > a:hover,
	.nav-primary .genesis-nav-menu li.highlight > a:focus {
		background-color: #fff;
	}

	.js nav {
		display: none;
		position: relative;
	}

	.js nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	
	.menu-toggle:hover,
	.menu-toggle:focus,
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
		background: none;
	}

	.menu-toggle {
		font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Sans-Serif';
		font-weight: 400;
		letter-spacing: 1px;
		position: relative;
		right: 0;
		z-index: 1000;
		text-transform: uppercase;
		width: 100%;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		color: #000;
		content: "\f130";
		display: inline-block;
		font: normal 26px/1 'ionicons';
		margin: 0 auto;
		padding-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
		vertical-align: top;
	}

	.sub-menu-toggle {
		float: right;
		padding: 8px 18px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		content: "\f3d0";
		color: #f78e1e;
		display: inline-block;
		font: normal 16px/1 'ionicons';
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f3d8";
	}

	.js .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin-top: 1px;
		margin-bottom: 1px;
		position: relative;
		text-align: left;
	}

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

	.js .genesis-nav-menu .menu-item a {
		border: none;
		padding: 10px;
		width: 100%;
	}

	.js .genesis-nav-menu .menu-item a:hover,
	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js .genesis-nav-menu .sub-menu a {
		border: none;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #fff;
		color: #000;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #fff;
		color: #f78e1e;
	}

	.after-entry .widget-title,
	.newsletter-signup .widget-title,
	.welcome-message .widget-title {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.enews-widget input[type="submit"],
	.enews-widget input:hover[type="submit"] {
		background-color: #4d4d4f;
		border: 1px solid #4d4d4f;
		color: #fff;
		float: none;
		text-align: center;
		width: 100% !important;
	}

	.comment-list ul.children {
		margin-left: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: none;
		margin-left: 0;
		width: 100%;
	}
	
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{
		width: 100% !important;	
	}

	.site-footer {
		padding: 20px;
	}
	
	.copyright,
	.foot-link{
		display: block;	
	}
	
	.foot-link{
		margin-top: 7px;
	}
	
	.devlink{
		margin-right: 0;	
	}
	
	.after-entry .gform_wrapper .gform_footer input.button, 
	.after-entry .gform_wrapper .gform_footer input[type=submit], 
	.after-entry .gform_wrapper .gform_page_footer input.button, 
	.after-entry .gform_wrapper .gform_page_footer input[type=submit],
	.page-template-page_subscribe #contact-form .gform_wrapper .gform_footer input.button, 
	.page-template-page_subscribe #contact-form .gform_wrapper .gform_footer input[type=submit], 
	.page-template-page_subscribe #contact-form .gform_wrapper .gform_page_footer input.button, 
	.page-template-page_subscribe #contact-form .gform_wrapper .gform_page_footer input[type=submit]{
    	width: 100%;
	}

}

@media only screen and (max-width: 640px) {
	
	#contact-form .gform_wrapper .name_first label,
	#contact-form .gform_wrapper .name_last label,
	#contact-form .gform_wrapper .ginput_left label,
	#contact-form .gform_wrapper .ginput_right label,
	#contact-form .gform_wrapper #field_3_3 label,
	.e4gf_events_registration .gform_wrapper .name_first label,
	.e4gf_events_registration .gform_wrapper .name_last label,
	.e4gf_events_registration .gform_wrapper .ginput_left label,
	.e4gf_events_registration .gform_wrapper .ginput_right label,
	.e4gf_events_registration .gform_wrapper .gf_left_half label,
	.e4gf_events_registration .gform_wrapper .gf_right_half label{
		width: 100%;	
		margin: 7px 0 0 0 !important;
	}
	
	#contact-form .gform_wrapper .name_first input,
	#contact-form .gform_wrapper .name_last input,
	#contact-form .gform_wrapper .ginput_left input,
	#contact-form .gform_wrapper .ginput_right input,
	#contact-form .gform_wrapper #field_3_3 select,
	.e4gf_events_registration .gform_wrapper .name_first input,
	.e4gf_events_registration .gform_wrapper .name_last input,
	.e4gf_events_registration .gform_wrapper .ginput_left input,
	.e4gf_events_registration .gform_wrapper .ginput_right input,
	.e4gf_events_registration .gform_wrapper .gf_left_half input,
	.e4gf_events_registration .gform_wrapper .top_label li.gfield.gf_left_half input.medium,
	.e4gf_events_registration .gform_wrapper .gf_right_half .ginput_container_select,
	.content .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm){
		width: 100% !important;	
	}
	
	#contact-form .gform_wrapper textarea.medium {
		width: 99.8%;
	}
	
	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100% !important;	
	}
	
	
	.after-entry .gform_wrapper .gform_body,
	.page-template-page_subscribe #contact-form .gform_wrapper .gform_body{
		width: 100% !important;
		padding-right: 14px;	
	}


	.after-entry .gform_wrapper .gform_footer,
	.page-template-page_subscribe #contact-form .gform_wrapper .gform_footer{
		width: 100% !important;
		padding-right: 14px;	
	}
	
	.page-template-page_blog-php .entry{
		width:100%;
		float: none;
		height: auto;
	}
	.page-template-page_blog-php .entry img{
		width: 100%;
	}	

}

@media only screen and (max-width: 560px) {
	
#search-bar .sf-field-category label,
.searchandfilter label {
    max-width: 100%;
	width: 100%;
}

.searchandfilter select.sf-input-select{
	width: 100%;
	max-width: 100%;
	min-width: 100% !important;	
}

#search-bar li.sf-field-category,
#search-bar li.sf-field-submit,
#search-bar li {
	display: block;
	max-width: 100%;
}



.home #soliloquy-container-3912  .soliloquy-caption{
	top:200px
}

.home .soliloquy-container .soliloquy-item{
	height: 200px;
	margin-bottom: 200px;
}

.home .welcome-message .widget_text{
	padding-left:10%;
	padding-right: 10%;
}
.home .welcome-message,
.home .site-inner{
	padding:0;
}

.search.archive #search-filter-form-4066{
	margin-left: 0;
	margin-right: 0;
}

.home-footer .widget{
	width: 100%;
	float: none;
	max-width: none;
}


}

@media only screen and (max-width:375px){
	.home #soliloquy-container-3912  .soliloquy-caption{
	top:175px
	}
}