/*
	Theme Name: Utility Pro
	Description: Customized version of the Utility Pro theme originally designed by Carrie Dils.
	Author: Carrie Dils with customization by Dorian Speed
	Author URI: http://www.carriedils.com/ and http://bringuptospeed.com;
	Version: 1.0.1
	Tags: black, green, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, rtl-language-support, translation-ready
	Template: genesis
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
	Text Domain: utility-pro
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Color Options
		- Purple
		- Green
		- Red
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Gallery
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Utility Bar
		- Home Welcome
		- Home Gallery and Home Calendar
		- Call to Action
		- Featured Page and Featured Post
	- Plugins
		- Better Font Awesome
		- Genesis eNews Extended
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Mobile Menu Toggle
		- Header Navigation
		- Primary & Secondary Navigation
	- Content Area
		- Entries
		- Featured Image
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Accessibility Extras
	- Media Queries
		- min-width: 768px
		- min-width: 1024px
		- min-width: 1140px
		- print
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-footer: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:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-footer:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Color Options
If you've chosen your favorite color scheme, you can delete the others
---------------------------------------------------------------------------------------------------- */

/* Purple
--------------------------------------------- */

.utility-pro-purple .home-gallery .fa,
.utility-pro-purple a,
.utility-pro-purple .entry-content a {
	color: #339;
}

.utility-pro-purple .sticky.entry {
	border-top-color: #339;
}

.utility-pro-purple .call-to-action-bar .button,
.utility-pro-purple .button,
.utility-pro-purple .entry-content a.button,
.utility-pro-purple input[type="submit"] {
	background: #339;
	border: 1px solid #fff;
	color: #fff;
}

.utility-pro-purple .call-to-action-bar .button:hover,
.utility-pro-purple .button:hover,
.utility-pro-purple .entry-content a.button:hover,
.utility-pro-purple input[type="submit"]:hover {
	background: #fff;
	border: 1px solid #339;
	color: #339;
}

.utility-pro-purple .utility-bar,
.utility-pro-purple .site-footer {
	background-color: rgb(51, 51, 153);
	background-color: rgba(51, 51, 153, 0.8);
}

/* Green
--------------------------------------------- */

.utility-pro-green .home-gallery .fa,
.utility-pro-green a,
.utility-pro-green .entry-content a {
	color: rgb(18, 33, 76);
}

.utility-pro-green .home-gallery .fa:hover {
	color: #308122;	
	-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;
}

.utility-pro-green .sticky.entry {
	border-top-color: #308122;
}

.utility-pro-green .call-to-action-bar .button,
.utility-pro-green .button,
.utility-pro-green a.button,
.utility-pro-green input[type="submit"] {
	background: #308122;
	border: 1px solid #fff;
	color: #fff;
}

.utility-pro-green .call-to-action-bar .button:hover,
.utility-pro-green .button:hover,
.utility-pro-green .entry-content a.button:hover,
.utility-pro-green input[type="submit"]:hover {
	background: #fff;
	border: 1px solid #308122;
	color: #308122;
}

.utility-pro-green .utility-bar,
.utility-pro-green .site-footer {
	background-color: rgb(48, 129, 34);
	background-color: rgba(48, 129, 34, 0.9);
}

.utility-pro-green .utility-bar{
	border-bottom: 4px double #f7f7f7;
}

/* Red
--------------------------------------------- */

.utility-pro-red .home-gallery .fa,
.utility-pro-red a,
.utility-pro-red .entry-content a {
	color: #d3131b;
}

.utility-pro-red .sticky.entry {
	border-top-color: #d3131b;
}

.utility-pro-red .call-to-action-bar .button,
.utility-pro-red .button,
.utility-pro-red a.button,
.utility-pro-red input[type="submit"] {
	background: #d3131b;
	border: 1px solid #fff;
	color: #fff;
}

.utility-pro-red .call-to-action-bar .button:hover,
.utility-pro-red .button:hover,
.utility-pro-red .entry-content a.button:hover,
.utility-pro-red input[type="submit"]:hover {
	background: #fff;
	border: 1px solid #d3131b;
	color: #d3131b;
}

.utility-pro-red .utility-bar,
.utility-pro-red .site-footer {
	background-color: rgb(211, 19, 27);
	background-color: rgba(211, 19, 27, 0.9);
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-image: url(images/sand2.png);
	color: #222;
	font-family: "arno-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.375;
	overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.gallery img ,
.footer-widgets .featured-content img{
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

::-moz-selection {
	background: #fff248;
	color: #000;
}

::selection {
	background: #fff248;
	color: #000;
}

a {
	color: #0964dd;
	border-bottom: 1px dotted;
	font-weight: 700;
	text-decoration: none;
	word-wrap: break-word;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #666;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

.header-widget-area p {
	margin: 0 0 8px;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote {
	background: #f5f5f5;
	border: 2px solid #f1f1f1;
	border-radius: 4px;
	margin: 8px 0;
	padding: 24px;
}

pre {
	background: #333;
	color: #ccc;
	overflow: scroll;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: italic;
	font-weight: 700;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #12214c;
	font-family: diavlo, serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1 {
	font-size: 30px;
}

h2 {
	color: #12214c;
	font-family: 'arno-pro', serif;
	font-size: 28px;
	text-align: center;
}

h3 {
	font-family: 'arno-pro', serif;
	font-size: 22px;
}

h4 {
	font-family: 'arno-pro', serif;
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
	border-radius: 4px;
}

/* Forms
--------------------------------------------- */

input,
textarea {
	background: #fff;
	border: 1px solid #444;
	color: #777;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

.directory-buttons input {
	font-size: 18px;
}

::-moz-placeholder {
	color: #666;
}

::-webkit-input-placeholder {
	color: #666;
}

.button,
.entry-content a.button,
input[type="submit"] {
	background: #0964dd;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.entry-content a.button:focus {
	background-color: #fff;
	color: #0964dd;
}

.button {
	display: inline-block;
}

.button:hover,
.entry-content a.button:hover,
input:hover[type="submit"] {
	background-color: #fff;
	border: 1px solid #0964dd;
	color: #0964dd;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.search-form {
	position: relative;
}

.header-widget-area .search-form {
	height: 53px;
	margin: 20px auto 0;
	width: 300px;
}

.search-form [type="submit"] {
	background-color: transparent;
	background: url(images/icon-search-ltr.png) no-repeat 75% 53% #fff;
	border: 1px solid #444;
	box-shadow: none;
	height: 51px;
	margin: 0;
	overflow: hidden;
	padding: 0 42px 0 0;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	vertical-align: top;
	width: 53px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.search-form input[type="submit"]:focus,
.search-form input[type="submit"]:hover {
	background-color: #999;
	background-position: 20% 53%;
	text-indent: -9999px;

}

/* Gallery
--------------------------------------------- */

.gallery {
	margin: auto;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	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-10 .gallery-item {
	width: 10%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
	width: auto;
}

.gallery img:hover {
	border: 1px solid #999;
}

.gallery-caption {
	display: block;
	margin-left: 0;
}

/* Tables
--------------------------------------------- */

table {
	margin-bottom: 40px;
	max-width: 100%;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	margin-bottom: 40px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.table > tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #F5F9F4;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #D6E0EB;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 100%;
}

.site-inner {
	background: url(images/sand2.png);
	padding-top: 10px;
}

.utility-landing .site-container {
	margin: 40px auto;
	max-width: 960px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.sidebar-content-sidebar .content-sidebar-wrap {
	width: 100%;
}

/* Content */

.content {
	width: 100%;
}

.full-width-content .content {
	float: none;
	margin: 0 auto;
	width: 100%;
}

.home .content {
	background: transparent;
	border: none;
}

/* Primary Sidebar */

.sidebar-primary {
	width: 100%;
}

/* Column Classes
Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin: 0;
  width: 100%;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

address {
	margin-bottom: 24px;
}

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

.sidebar img.centered,
.sidebar .aligncenter {
	margin: 0 auto;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.page-id-6548 .featured-image img,
.page-id-6546 .featured-image img {
	display: none;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.wp-caption {
	max-width: 100%;
}

.widget_calendar table td {
	padding: 5px;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	font-weight: normal;
	margin: 24px 0 12px;
	text-transform: none;
}

.author-box {
	background-color: #eaeaea;
	color: #333;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 20px;
	margin-bottom: 10px;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box .avatar {
	margin-right: 24px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Titles
--------------------------------------------- */

.entry-title {
	margin-bottom: 10px;
	word-wrap: break-word;
}

.entry-title a,
.sidebar .widgettitle a {
	border: 0;
	color: #12214c;
	font-weight: 600;
}

.sidebar .widgettitle a {
	color: #fff;
}

.entry-title a:hover {
	color: #313c5b;
}

.sidebar .widgettitle {
	background: url(images/bluetexture2.png);
	border-radius: 4px;
	color: #fff;
	font-family: diavlo;
	font-size: 20px;
	letter-spacing: 1px;ure
	margin: 0 0 10px;
	padding: 4px;
	font-weight: semibold;
	text-align: center;
}

.sidebar .widgettitle a {
	border: 0;
}

.archive-title {
	color: #333;
	margin-bottom: 24px;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Utility Bar
--------------------------------------------- */

.utility-bar {
	background-color: rgb(12, 108, 187);
	background-color: rgba(12, 108, 187, 0.9);
	border-bottom: 1px solid #ddd;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.utility-bar a {
	color: #fff;
}

.utility-bar a:hover {
	border-bottom: 0;
}


.utility-bar p,
.utility-bar .widgettitle {
	color: #fff;
	margin: 0;
}

.utility-bar .search-form input[type="search"] {
	margin: 0;
	padding: 10px 0;
}

/* Home Welcome
--------------------------------------------- */

.home-welcome {
	border-radius: 4px;
	text-align: center;
}

.home-welcome .widgettitle {
	color: #fff;
	text-transform: none;
}

.home-welcome p,
.home-welcome .textwidget {
	color: #eaeaea;
}

.home-welcome .wrap {
	width: 100%;
	padding: 0;
}

/* Home Gallery and Home Calendar
--------------------------------------------- */
.home-welcome,
.home-gallery,
.home-calendar,
.sidebar,
.content  {
/* default fallback */
background: rgb(255, 255, 255) transparent;
/* nice browsers */
background: rgba(255, 255, 255, 0.8);
/* IE 6/7 */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF, endColorstr=#B2FFFFFF);
/* IE8 */    
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFFFF, endColorstr=#B2FFFFFF)";
border-radius: 4px;
border: 2px solid #05123f;
	margin: 30px 0;
	position: relative;
}

.home-gallery {
	padding: 10px 0 0;
}

.home-gallery .aligncenter {
	border-bottom: none;
}

.sidebar:before,
.content:before,
.home-gallery:before,
.home-calendar:before {
	background: url(images/sand-dollar-white.png) center center no-repeat;
	background-size: 45px 39px;
	content: "";
	height: 60px;	
	left: 50%;
	margin-left: -38px;
	position: absolute;
	padding: 0 10px;
	top: -30px;
	width: 65px;
	z-index: 99;
}

.home .content:before {
	background: transparent;
}

.home .content {
	margin-top: 0px;
}

.home-gallery .fa {
	color: #0964dd;
	font-size: 100px;
}

.home-gallery .widget {
	padding: 20px 20px 0;
}

.home-calendar .widget {
	padding: 10px 20px 0;
}

.home-gallery .widget .entry,
.home-calendar .widget .entry {
	border-bottom: none;
}

.home-gallery .widgettitle {
	font-family: "diavlo", sans-serif;
	font-size: 22px;
	min-height: 40px;
}

.home-gallery-1,
.home-gallery-2,
.home-gallery-3,
.home-calendar-1,
.home-calendar-2 {
	text-align: center;
	width: 100%;
}

.home-calendar {
	background: url(images/greentexture.png);
	border-radius: 4px;
	color: #fff;
	margin: 10px 0;
	padding: 20px 0;
}

.home-calendar a {
	color: #fff;
}

.home-calendar img {
	border: 2px solid #fff;
}

.home-calendar img:hover {
	opacity: .75;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

.home-calendar .entry-title {
	font-size: 20px !important;
	line-height: 1.5;
	min-height: 50px;
}

.home-calendar .widget-event-image a {
	border-bottom: none;
}

.home-calendar .widget-title {
	color: #fff;
	font-family: 'diavlo', sans-serif;
	font-size: 22px;
}

/* Call to Action
--------------------------------------------- */

.call-to-action-bar {
	background: transparent;
	color: #fff;
	padding: 40px 0;
	text-align: center;
}

.call-to-action-bar .enews p {
	margin: 12px 0;
	width: 100%;
}

#sb_instagram {
	border-radius: 4px;
}

#sb_instagram .sb_instagram_header p {
  font-size: 18px !important;
}

#sb_instagram #sbi_load .fa, #sb_instagram .sbi_follow_btn .fa {
	float: left;
}

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f7f7f7;
	padding: 10px 0;
}

.sidebar .featured-content .entry {
	border-bottom: 0;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 18px;
	margin: 10px 0;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Better Font Awesome
--------------------------------------------- */

a > .fa {
	display: block;
}

li a .fa {
	display: inline-block;
}

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #ccc;
}

.enews-widget a {
	color: #fff;
}

.enews-widget a:hover {
	color: #ccc;
}

.enews-widget .widgettitle {
	color: #fff;
	margin: 0;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.sidebar .enews-widget .widgettitle {
	margin: 10px 0 24px;
}

.sidebar .widget.enews-widget {
	background-color: #333;
	border-top: 1px solid #fff;
}

.sidebar .enews-widget .widget-wrap {
	border-top: 5px solid #fff;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

.sidebar .gform_wrapper .top_label input.medium,
.sidebar .gform_wrapper .top_label select.medium,
.site-inner .gform_wrapper .gform_footer input.button,
.site-inner .gform_wrapper .gform_footer input[type="submit"] {
	width: 100%;
}

div.gform_wrapper input:focus,
div.gform_wrapper textarea:focus {
	outline: 1px dotted #aaa;
}

.name_prefix {
  width: 12% !important;
}

.name_first,
.name_last {
	width: 42% !important;
}


/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
	visibility: hidden;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
/* default fallback */
background: rgb(255, 255, 255) transparent;
/* nice browsers */
background: rgba(255, 255, 255, 0.65);
/* IE 6/7 */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
/* IE8 */    
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";
	border-bottom: 1px solid #ddd;
}

.site-header .wrap {
	padding: 10px 0 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	font-weight: 700;
	text-align: center;
	width: 100%;
}

.site-title {
	letter-spacing: 2px;
	line-height: 1;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	border: 0;
	color: #12214c;
	font-family: arno-pro, serif;
	font-size: 28px;
}

.site-description {
	color: #666;
	font-size: 16px;
	line-height: 1;
	margin: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* Logo, hide text */

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat center;
	float: left;
	min-height: 111px;
	width: 100%;
}

/* Header Right Widget Area
--------------------------------------------- */

.site-header .widget-area {
  float: right;
  font-size: 14px;
  font-family: diavlo, sans-serif;
  padding: 0 4px;
  text-align: center;
  width: 100%;
}

.site-header .widget-area a > .fa {
	display: inline-block;
	margin-right: 4px;
}

.header-widget-area a {
	border-bottom: none;
}

.header-widget-area .genesis-nav-menu a {
	color: #000;
}

.header-widget-area .genesis-nav-menu a:hover,
.header-widget-area .genesis-nav-menu .current-menu-item > a,
.header-widget-area .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #666;
}

.header-widget-area .genesis-nav-menu .sub-menu a {
	background-color: #eee;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu .menu-item {
	display: block;
	position: relative;
	text-align: left;
}

.genesis-nav-menu .join-menu {
	background: url(images/greentexture.png) green;
	border: 2px solid #fff;
}

.genesis-nav-menu .join-menu a {
	color: #fff;
	padding: 8px 16px;
}

.genesis-nav-menu .join-menu .sub-menu a,
.genesis-nav-menu a {
	color: #fff;
	display: inline-block;
	font-family: diavlo, serif;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 15px;
	position: relative;
	width: 100%;
	z-index: 100;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .join-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fef9c1;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus {
	outline: #aaa dotted thin;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #fef9c1;
}


.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .sub-menu {
	background:url(/bluetexture2.png);
	clear: both;
	display: none;
	opacity: 1;
	position: static;
	z-index: 100;
}

.genesis-nav-menu .sub-menu a {
	border: 0;
}

.genesis-nav-menu .sub-menu .sub-menu a {
	padding-left: 20px;
}

/* Mobile Menu Toggle
--------------------------------------------- */

.menu-primary {
	display: none;
	position: relative;
}

.menu-toggle {
	color: #fff;
	display: block;
	font-family: diavlo, serif;
	font-size: 20px;
	margin: 0 auto;
	overflow: hidden;
	padding: 9px;
	text-transform: uppercase;
	visibility: visible;
	background-color: transparent;
	border: 0;
}

.sub-menu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	padding: 16px;
	z-index: 100;
}

.menu-toggle:before {
	content: "\2261";
	padding-right: 6px;
}

.menu-toggle.menu-toggle-activated:before {
	content: "x";
}

.sub-menu-toggle:before {
	content: "+";
}

.sub-menu-toggle.menu-toggle-activated:before {
	content: "-";
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -53px;
}

/* Primary & Footer Navigation
--------------------------------------------- */

.nav-primary,
.nav-footer {
	background: url(images/bluetexture3.png);
	text-align: center;
}

.nav-primary {
	background: url(images/bluetexture2.png);
	border-bottom: 4px double #fff;
	border-top: 4px double #fff;
	text-align: center;
}

.nav-footer {
	border-bottom: 4px double #f7f7f7;
}

.nav-primary a:hover,
.nav-footer a:hover {
	background:url(images/greentexture.png);
}

.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu .sub-menu a:hover {
	background:url(images/greentexture.png);
	color: #fef9c1;
}

.nav-primary .sub-menu a {
	border-top: 4px double #fff;
	background: url(images/bluetexture2.png);
}

.nav-primary .sub-menu .sub-menu a {
	background: url(images/bluetexture.png);
}



/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.sticky.entry {
	border-top: 1px solid #0964dd;
}

.entry {
	background: transparent;
	margin-bottom: 20px;
	padding: 20px 20px 24px;
	word-wrap: break-word;
}

.entry-content a {
	color: #0964dd;
}

.entry-content a:hover {
	color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: 0;
}

.entry-content ol,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content ol ul,
.entry-content ul ol,{
	margin-bottom: 0;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ul.icons-ul > li {
	list-style-type: none;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

.entry-meta {
	color: #666;
	font-size: 14px;
}

.entry-header .entry-meta {
	background-color: #eaeaea;
	margin: 0 -40px 24px;
	padding: 10px;
	text-align: right;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f7f7f7;
	margin: 0 -40px;
	padding: 32px 40px 8px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Featured Image
--------------------------------------------- */

.featured-image {
	margin: 20px 0;
}

/* Pagination
--------------------------------------------- */

.pagination,
.posts-navigation {
	margin-bottom: 30px;
}

.pagination .nav-links {
	display: inline;
}

.pagination .nav-links a,
.pagination .nav-links .current {
	background: #333;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.pagination .nav-links a:hover {
	background: #fff;
	border: 1px solid #333;
	color: #333;
}

.pagination .nav-links .current {
	background: #555;
	border: 1px solid #fff;
	color: #fff;
	cursor: none;
}

.entry-pagination {
	margin: 30px 0;
}

.entry-content ul.archive-pagination {
	margin: 0;
}

.archive-pagination li {
	display: inline-block;
	margin: 0px;
}

.archive-pagination li a {
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	padding: 3px;
	border-radius: 4px;
	border: none;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #D6E0EB;
}

.entry-content ul.archive-pagination.paginationTop {
	margin-bottom: 20px;
}

.member-directory-pagination ul:before {
	content: "Page:";
	display: inline;
}

.member-directory-pagination ul li {
	margin-left: 2px;
	padding: 4px;
}

.column1 {
	max-width: 240px;
}


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background: #fff;
	padding: 40px;
	margin-bottom: 40px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
}

.comment-meta,
.entry-comments
.comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.form-allowed-tags {
	font-size: 14px;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 18px;
	padding-top: 16px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0;
	word-wrap: break-word;
}

.sidebar .widget {
	background: transparent;
	border-radius: 4px;
	margin-bottom: 10px;
	padding: 20px;
}

#featured-content-11.widget {
	margin-bottom: 0;
	padding: 20px 20px 0;
}

#featured-content-15.widget,
#featured-content-16.widget {
	margin-bottom: 0;
	padding: 0 20px;
}
.sidebar .featured-content img.alignleft {
	background: #fff;
	margin: 0 10px 0 20px;
	width: 100px;
}

.sidebar .featured-content .entry-title {
	display: block;
	font-size: 26px;
	font-weight: bold;
	margin-top: 40px;
}

.sidebar .featured-content h2 {
	text-align: left;
}

.sidebar .widget-wrap {
	margin-left: 4px;
}

.sidebar .search-form input[type="search"] {
	width: 100%;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets,
.utility-footer-bar {
	background: url(images/bluetexture2.png);
	color: #f7f7f7;
	font-size: 22px;
	text-align: center;
}

.utility-footer-bar {
	border-top: 4px double #f7f7f7;
	font-family: 'diavlo', sans-serif;
	font-size: 24px;
	padding: 12px 0 0;
}

.footer-widgets {
	border-bottom: 4px double #f7f7f7;
	padding: 0 0 10px;
}

.footer-widgets .entry {
	border-top: none;
}

.footer-widgets .entry a {
	border-bottom: none;
}

.footer-widgets .featured-content .entry-title {
	font-family: "arno-pro", serif;
	font-size: 26px;
	margin: 10px 0;
	text-align: center;
}

.footer-widgets .entry-title:before {
	color: #fff;
	content: "\f041";
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: 400;
	padding-right: 7px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float: left;
	margin: 0;
	width: 100%;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
	color: #ccc;
}

.footer-widgets .widget {
	margin-bottom: 10px;
}

.footer-widgets .widgettitle {
	color: #fff;
	font-size: 20px;
}

.footer-widgets .entry {
	background: transparent;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input[type="search"] {
	width: 100%;
}

.footer-widgets .featured-content .entry {
	border-bottom: none;
	padding: 4px 0;
}

.footer-widgets .featured-content img {
	border: 2px solid #f7f7f7;
	border-radius: 2px;
}

.footer-widgets .featured content img:hover {
	opacity: .75;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: url(images/greentexture.png) rgb(12, 108, 187);
	background:  url(images/greentexture.png) rgba(12, 108, 187, .9);
	color: #fff;
	font-size: 18px;
	padding: 16px 0;
	text-align: center;
}

.site-footer a {
	color: #fff;
}


.site-footer a:hover {
	border-bottom: 0;
}

.site-footer p {
	margin: 0;
}

/*
Accessibility Extras - Taken from the Leiden theme & Genesis Accessible plugin (genesis-accessible.org)
---------------------------------------------------------------------------------------------------- */

/*
* Skiplinks
* Hide visually but not from screen readers
* and keyboard users
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.search-form label {
	clip: rect(0, 0, 0, 0);
	height: 0;
	position: absolute;
	width: 0;
}

.screen-reader-shortcut {
	clip: rect(0, 0, 0, 0);
	left: 10px;
	position: absolute;
	top: 10px;
}

.screen-reader-shortcut:focus {
	background: #fff;
	clip: auto;
	display: block;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
}

.wpacc-genesis-skip-link li,
.genwpacc-genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #aaa dotted thin;
}

/* Dropdown Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.wpacc-hover > ul.sub-menu {
	left: auto;
	opacity: 1;
}




/* Events Calendar
--------------------------------------------- */

#tribe-events-pg-template {
	background: #fff;
}

.sidebar .tribe-events-adv-list-widget img {
	float: left;
	margin-right: 6px;
	max-width: 100px;
}

.sidebar .tribe-events-adv-list-widget .entry-title {
	font-size: 20px;
	text-align: left;
}

.tribe-events-adv-list-widget .list-info {
	font-size: 16px;
}

.sidebar .tribe-events-adv-list-widget .duration {
	font-weight: bold;
}

.tribe-events-category-chamber-events {
	background: url(images/greentexture.png);
	border-radius: 4px;
	color: #fff;
	padding: 20px !important;
}

.home-calendar .tribe-events-category-chamber-events {
	padding: 0 !important;
}

.tribe-events-category-chamber-events a {
	color: #fff !important;
}


.tribe-mini-calendar-event .list-date {
	display: none;
}

.home-calendar .tribe-mini-calendar-event .list-info { 
	float: none;
}

.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
  border: 0;
  background: transparent !important;
}

/* Member Directory
--------------------------------------------- */
.table-directory i {
	float: left;
	padding-right: 4px;
}

.table-directory {
	font-size: 16px;
}

.member-directory .content li,
.member-directory .content ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0 4px;
}

.membername {
	font-size: 20px;
}

.memberclassification a {
	font-weight: normal;
}

.backtodirectory {
	font-size: 20px;
	margin-bottom: 4px;
}

.backtodirectory i {
	font-size: 30px;
	padding-right: 8px;
}

.alphalist {
	font-size: 20px;
	margin: 0 0 8px;
}

.taxonomydropdown {
	font-size: 20px;
	margin: 4px 0 8px;
}

.taxonomydropdown select {
  -webkit-appearance: menulist;
  box-sizing: border-box;
  align-items: center;
  border: 1px solid #5f5f5f;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  color: #308122;
  font-weight: bold;
  background-color: white;
  cursor: default;
}

.table-directory th {
	font-size: 16px;
	font-family: 'diavlo';
	text-transform: uppercase;
}

.directory-breadcrumbs a {
	font-weight: normal;
	text-transform: none;
}

.directory-breadcrumbs {
	padding-top: 24px;
	padding-bottom: 10px;
}

.directory-breadcrumbs ul,
.breadcrumb ul  {
	display: inline;
}

.classification-list ul li {
	clear: both;
	float: left;
	list-style-type: none;
}

.classification-list ul li a {
	border-bottom: none;
}

.classification-list .children li a {
	font-weight: normal;
}

.classification-list .children li {
	list-style-type: disc;
}

#text-7 p {
	margin-bottom: 20px;
	text-align: center;
	font-family: 'diavlo', sans-serif;
	font-size: 16px;
}

#text-7 a {
	border-bottom: none;
}

#text-7 {
	border: 4px double #d8d8d8;
	margin: 20px;
	padding: 20px;
}

#featured-content-11 a,
#featured-content-15 a,
#featured-content-16 a {
	border-bottom: none;
}

.local-link-section {
	background: url(images/bluetexture2.png);
	border-radius: 4px;
	color: #fff;
	margin: 4%;
	padding: 2%;
	text-align: center;
}

.local-link-section a {
	color: #fff !important;
}

.local-link-section ul li {
	list-style-type: none;
	margin-before: 0 !important;
	padding-left: 0;
}

.local-link-section li {
	-webkit-margin-before: 0px !important;
  	-webkit-margin-after: 0px !important;
  	-webkit-margin-start: 0px !important;
  	-webkit-margin-end: 0px !important;
 	-webkit-padding-start: 0px !important;
}

.local-link-section h2 {
	color: #fff;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}

.local-link-lists ul li {
	list-style-type: none;
}

.local-link-lists h2 {
	font-weight: bold;
	text-align: left;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 768px) {

	.home-welcome .widgettitle {
		font-size: 80px;
	}

	.home-welcome .wrap {
		width: 100%;
	}

	.home-welcome p,
	.home-welcome .textwidget {
		font-size: 40px;
		line-height: normal;
		margin-bottom: 34px;
	}

	.home-gallery-1,
	.home-gallery-2,
	.home-gallery-3 {
		float: left;
		width: 32%;
	}

	.home-gallery-1,
	.home-gallery-2,
	.home-calendar-2 {
		margin-right: 2%;
	}

	.home-calendar-1,
	.home-calendar-2 {
		float: left;
		width: 49%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 45%;
	}

	.footer-widgets-1,
	.footer-widgets-3 {
		margin-left: 2.5%;
		margin-right: 5%;
	}

	.footer-widgets-2,
	.footer-widgets-2 {
		margin-right: 2.5%;
	}

	.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;
	}
}

@media only screen and (min-width: 1024px) {

	.wrap {
		max-width: 960px;
	}

	.home-welcome .wrap {
		max-width: none;
	}

	.header-widget-area .search-form {
		float: right;
		margin-top: 0;
		width: 40%;
	}

	.header-image .site-title > a {
		background: url(images/logo.png) no-repeat left;
	}

	.title-area {
		text-align: left;
		width: 35%;
	}

	.site-header .widget-area {
		font-size: 18px;
		padding: 0;
		text-align: right;
		width: 65%;
	}

	.entry {
		background: transparent;
	margin-bottom: 10px;
	padding: 10px 0 20px;
	word-wrap: break-word;
	}

	.content {
		float: right;
		padding: 0 30px;
		width: 70%;
	}

	.content:before,
	.home-gallery:before,
	.home-calendar:before,
	.sidebar:before {
		background-size: 60px 52px;
		left: 50%;
		margin-left: -40px;
	}

	.home .content {
	background: transparent;
	border: none;
	float: right;
	padding: 0 30px;
	width: 72%;
	}

	.full-width-content .content {
		margin: 20px 0;
		padding: 20px;
	}

	.content-sidebar .content,
	.sidebar-content .sidebar-primary {
		float: left;
	}

	.sidebar-primary {
		float: right;
		margin-bottom: 20px;
		width: 28%;
	}

	button.menu-toggle {
		display: none;
	}

	.sub-menu-toggle,
	.menu-toggle {
		display: block;
		visibility: hidden;
	}

	.menu-primary {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu > .menu-item > a {
		border-bottom: 0;
	}

	.genesis-nav-menu .sub-menu {
		display: block;
		left: -9999px;
		margin: 0;
		opacity: 0;
		position: absolute;
		-webkit-transition: opacity 0.4s ease-in-out;
		-moz-transition: opacity 0.4s ease-in-out;
		-ms-transition: opacity 0.4s ease-in-out;
		-o-transition: opacity 0.4s ease-in-out;
		transition: opacity 0.4s ease-in-out;
		width: 200px;
		z-index: 9999;
	}

	.menu-item-3409 a,
	.menu-item-3409 a:hover {
		margin-top: 7px;
	}

	.genesis-nav-menu .sub-menu a {
		letter-spacing: 0;
		width: 200px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -57px 0 0 199px;
		z-index: 9999;
	}


	.genesis-nav-menu .menu-item:hover {
		position: static;
	}

	.call-to-action-bar {
		text-align: left;
	}

	.call-to-action-bar .enews p {
		clear: left;
		float: left;
		margin-bottom: 0;
		width: 35%;
	}

	.call-to-action-bar .enews-widget input[type="submit"] {
		float: right;
		margin: -2px 0 0;
		width: 35%;
	}

	.call-to-action-bar .enews form {
		float: right;
		text-align: right;
		width: 60%;
	}

	.call-to-action-bar .enews input[type="email"] {
		height: 57px;
		margin-right: 3px;
		position: relative;
		top: -2px;
		width: 60%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 20%;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin-right: 5%;
	}

	.footer-widgets-3 {
		margin-left: 0;
	}

	.footer-widgets-1 {
		margin-left: 2.5%;
	}

	.footer-widgets-4 {
		margin-right: 2.5%;
	}

	/* Sub menu indicators
	--------------------------------------------- */
 
	.genesis-nav-menu > .menu-item.menu-item-has-children > a:after {
		content: "\f107";
		font-family: 'FontAwesome';
		font-size: 15px;
		padding-left: 5px;
		speak: none;
	}
 
	ul.sub-menu li.menu-item-has-children > a:after {
		content: "\f105";
		font-family: 'FontAwesome';
		font-size: 15px;
		padding-left: 5px;
		speak: none;
	}

	.nav-primary .genesis-nav-menu li:hover > a {
		background: url(images/greentexture.png);
	}

}

@media only screen and (min-width: 1140px) {

	.wrap {
		max-width: 1140px;
		padding: 0;
	}

	.home-welcome .wrap {
		width: 100%;
	}

}

@media print {

	* {
		color: #000;
		background: transparent;
		box-shadow: none;
		text-shadow: none;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100%;
	}

	p {
		orphans: 3;
		widows: 3;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	nav,
	select,
	textarea,
	.pagination,
	.backstretch,
	.breadcrumb,
	.call-to-action-bar,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-respond,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.home-top,
	.home-welcome,
	.footer-widgets,
	.nav-primary,
	.nav-footer,
	.post-edit-link,
	.sidebar,
	.site-footer,
	.site-header,
	.utility-bar {
		display: none;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-indent: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

	thead {
		display: table-header-group;
	}

	.table td,
	.table th {
		background-color: #fff;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd;
	}

}
