/*
Theme Name: Aloha Water  
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: This is the sample theme created for the Genesis Framework.   
Author: StudioPress  
Author URI: http://www.studiopress.com/  
Template: genesis  
Template Version: 2.1.2  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1140px
	- Max-width: 960px
	- Max-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:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}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:700}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,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #f5f5f5;
	color: #333;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #6AA1CD;
	color: #fff;
}

::selection {
	background-color: #6AA1CD;
	color: #fff;;
}

a {
	color: #6AA1CD;
	text-decoration: none;
}

a:hover {
	color: #E5554E;
}

p {
	margin: 0 0 20px;
	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;
	font-weight: 100;
	font-family: 'Droid Sans', sans-serif;
	fon
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.lobster {
	font-family: 'Lobster', cursive;
}

.centered-text {
	text-align: center;	
}

.small-text {
	margin-top: 5px;
	font-size: 10px;
}

.career-pad {
	width: 100%;
	margin-bottom: 50px;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #143156;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-family: 'Lobster', cursive;
	font-size: 36px;
	text-align: center;
	font-weight: 300;
}

h2 {
	font-size: 30px;
	margin: 15px 0 10px;
	line-height: 1.1;
}

h3 {
	font-size: 20px;
	font-weight: 400;
}

h4 {
	font-size: 20px;
}

h5 {
	font-family: lobster;
	color: #E5554E;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
}

h6 {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}

/* Home Page Welcome Message */
#text-2 h2 {
	text-align: center;
	padding: 0;
	font-size: 48px;
	color: #E5554E;
}

#text-2 h4 {
	text-align: center;
	padding: 0 0 30px;
	color: #143156;
}

#text-2 p {
	padding: 0 27%;
	text-align: justify;
	font-size: 18px; 
}

#text-2 p:last-child {
	padding-bottom: 50px;
	
}
/* Map it! */
h5 a {
	font-weight: 400;
} 

/* Route Manager Styles */
#esfReturningCustomerHeading {
position: relative;
float: right;
width: 100px;
height: 30px;
font-size: 10px;
font-family: inherit;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

.inline-img {
	max-width: 200px;
	float: left;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input:focus,
textarea:focus {
	border: 1px solid #E5554E;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FFFFFF),
		color-stop(1, #E5EBF2)
	);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E5EBF2 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E5EBF2 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E5EBF2 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E5EBF2 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #E5EBF2 100%);
	border: 1px #143156 solid;
	color: #143156;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	box-shadow: 1px 2px 3px 0 rgba(0,0,0,.33);
}

.job-link {
	padding: 7px 10px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FFFFFF),
		color-stop(1, #E5EBF2)
	);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E5EBF2 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E5EBF2 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E5EBF2 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E5EBF2 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #E5EBF2 100%);
	border: 1px #143156 solid;
	color: #143156;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	box-shadow: 1px 2px 3px 0 rgba(0,0,0,.33);	
}

/*Contact back buttons and forms */

.page-id-10 input,
.page-id-10 select,
.page-id-10 textarea {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 5px;
	width: 100%;
}

.page-id-10 input[type="submit"] {
	max-width: 140px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #b3001f;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-image: none;
	background-color: #fff;
	color: #143156;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-container {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FFFFFF),
		color-stop(0.75, #E5EBF2)
	);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E5EBF2 85%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E5EBF2 85%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E5EBF2 85%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E5EBF2 85%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #E5EBF2 85%);
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	margin-bottom: 50px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	width: 100%;
	float: right;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: left;
	width: 170px;
	position: absolute;
	margin-top: 160px;
}

.page-id-10 .sidebar-primary {
	width: 220px;
	margin-top: 140px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-family: 'Lobster', cursive;	
	font-size: 60px;
	color: #6AA1CD;
	margin-bottom: 20px;
}

.page-id-6 .content .entry-title {
	display: none;
}

.entry-title a,
.sidebar .widget-title a {
	color: #143156;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone,
.alignnone {
	margin: 0;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 0 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

/*Summer Special */

.page-id-358 .entry {
  margin-bottom: 40px;
  padding: 80px 200px 0;
}

.page-id-358 input,
.page-id-358 select,
.page-id-358 textarea {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 5px;
	width: 100%;
}

.page-id-358 input[type="submit"] {
	max-width: 140px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #b3001f;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-image: none;
	background-color: #fff;
	color: #143156;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Home Page Featured Content
--------------------------------------------- */

#featured-post-2 {
	background-color: rgba(255, 255, 255, .5);
	-webkit-box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.65);
	box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.65);
}

.featured-content .entry {
	padding: 0;
	margin: 20px 2.5% 20px;
	display: inline-block;
	width: 30%;
	vertical-align: top;
}

.featured-content .entry:first-of-type {
	margin: 20px 0 20px 2.5%;
}

.featured-content .entry:last-of-type {
	margin: 20px 2.5% 20px 0;
}

.more-from-category {
	clear: both;
	display: block;
	width: 100%;
}

a.more-link {
	margin-top: 10px;
	display: block;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 14px;
	text-align: left;
}

a.more-link:hover {
	color: inherit;
	transform: scale(1.0125, 1);
	-webkit-transform: scale(1.0125, 1);
	-moz-transform: scale(1.0125, 1);
	-o-transform: scale(1.0125, 1);
	-ms-transform: scale(1.0125, 1);
	color: #143156;
}

.home-widget {
	background-color: transparent;
	padding: 30px 0 50px;
}

.home-widget .entry-title {
	font-family: 'Droid Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}

#featured-post-2 .entry-content p {
	font-size: 16px;
	margin: 0 0 10px;
}

/* Home Slider container */
.post-6.entry {
	padding: 0;
	height: auto;
	margin: 0;
}



/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #b3001f;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: left top;
	background-image: url('images/header-pattern.png');	
	background-repeat: repeat-x;
}

.site-header .wrap, .nav-primary .wrap {
	padding: 0 3%;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	position: relative;
	z-index: 12;
	height: 154px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/title-logo.png) no-repeat;
	background-size: contain;
	float: left;
	width: 281px;
	height: 175px;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	font-size: 15px;
	line-height: 1;
	width: 100%;
	text-align: right;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 13px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #b3001f;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.nav-header .genesis-nav-menu {
	text-align: right;
}

.nav-header .genesis-nav-menu a {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FFFFFF),
		color-stop(1, #E5EBF2)
	);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E5EBF2 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E5EBF2 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E5EBF2 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E5EBF2 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #E5EBF2 100%);
	border: 1px #143156 solid;
	margin: 25px 0 5px;
	color: #143156;
	padding: 8px 20px;
	clear: both;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	box-shadow: 1px 2px 3px 0 rgba(0,0,0,.33);
}

.nav-header .genesis-nav-menu a:hover {
	background-image: none;
	background-color: #fff;
}


/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #143156;
	position: absolute;
	width: 100%;
	top: 108px;
	z-index: 11;
}

.nav-primary:before { 
	border-top: 3px solid #143156;
    position: absolute; 
    top: -5px;
    width: 100%;
}

.nav-primary:after { 
	border-bottom: 3px solid #143156;
    position: absolute; 
    bottom: -5px;
    width: 100%;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
	text-transform: uppercase;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	margin: 0 auto;	
	background-color: #143156;
}

.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background: #134070; /* Old browsers */
	background: -moz-linear-gradient(left, #134070 0%, #143156 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#134070), color-stop(100%,#143156)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #134070 0%,#143156 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #134070 0%,#143156 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #134070 0%,#143156 100%); /* IE10+ */
	background: linear-gradient(to right, #134070 0%,#143156 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#134070', endColorstr='#143156',GradientType=1 ); /* IE6-9 */
	box-shadow:inset 3px 0 3px 1px rgba(0,0,0,.25);
	-webkit-transition: all 0s ease-in-out;
	-moz-transition:    all 0s ease-in-out;
	-ms-transition:     all 0s ease-in-out;
	-o-transition:      all 0s ease-in-out;
	transition:         all 0s ease-in-out;
}


.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	background: #134070; /* Old browsers */
	background: -moz-linear-gradient(left, #134070 0%, #143156 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#134070), color-stop(100%,#143156)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #134070 0%,#143156 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #134070 0%,#143156 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #134070 0%,#143156 100%); /* IE10+ */
	background: linear-gradient(to right, #134070 0%,#143156 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#134070', endColorstr='#143156',GradientType=1 ); /* IE6-9 */
	box-shadow:inset 3px 0 3px 1px rgba(0,0,0,.25);
	-webkit-transition: all 0s ease-in-out;
	-moz-transition:    all 0s ease-in-out;
	-ms-transition:     all 0s ease-in-out;
	-o-transition:      all 0s ease-in-out;
	transition:         all 0s ease-in-out;
}

.nav-primary .genesis-nav-menu li:last-child a {
	padding-right: 0;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries rgba(255, 255, 255, .9)
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 50px;
}

/*About + The Water + Services + Delivery (Sidebar Pages)*/
.page-id-4 .entry, .page-id-254 .entry, .page-id-20 .entry {
	padding: 50px 50px 70px 200px;
}

/*Contact page extra wide sidebar*/
.page-id-10 .entry {
	padding: 50px 50px 70px 250px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #143156;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/*share edits */
.stButton .stButton_gradient {
	height: 24px !important;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
	height: 24px !important;
}

.no-break {
	box-sizing: content-box !important;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #b3001f;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 100px;
	padding: 20px;
	border-radius: 10px;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.125);
	-moz-box-shadow:    1px 1px 2px 2px rgba(0, 0, 0, 0.125);
	box-shadow:         1px 1px 2px 2px rgba(0, 0, 0, 0.125);
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #143156;
	clear: both;
	position: relative;
}

.footer-widgets,
.footer-widgets a {
	color: #fff;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a:hover {
	color: #6AA1CD;
}

.footer-widgets li {
	border-bottom: none;
	padding: 0 10px;
	display: inline-block;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

#menu-footer-menu {
	float: left;
	padding-top: 16.5px;
	font-size: 14px;
	text-transform: uppercase;
}

/* Footer Stripes */

.footer-widgets:before {
border-top: 3px solid #143156;
position: absolute;
top: -5px;
width: 100%;
}

.footer-widgets:after {
border-top: 3px solid #143156;
position: absolute;
bottom: -5px;
width: 100%;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #E5EBF2;
	font-size: 14px;
	line-height: 1;
	padding: 25px 0 20px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 15px;
	color: #143156;
}

.site-footer a {
	margin-bottom: 0;
	color: #143156;
}




/* Social Icons */

@font-face {
    font-family: 'si';
    src: url('fonts/socicon.eot');
    src: url('fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('fonts/socicon.woff') format('woff'),
         url('fonts/socicon.ttf') format('truetype'),
         url('fonts/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(fonts/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; 
    padding:10px 5px 5px;
    list-style:none;
    text-align: right;
}

#text-6 .soc {
    text-align: left;
	padding-left: 0;
	margin-bottom: 10px;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
   	padding: 0;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
    color: #FFF;
    background-color: #6AA1CD;
}

.soc a:hover {
    z-index: 2;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #fff;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-twitter:before {
    content:'a';
}
.soc-facebook:before {
    content:'b';
}
.soc-google:before {
    content:'c';
}
.soc-youtube:before {
    content:'r';
}
.soc-pinterest:before {
    content:'d';
}
.soc-linkedin:before {
    content:'j';
}
.soc-rss:before {
    content:',';
}

/* Responsive Menu
--------------------------------------------- */
 
.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin: -12px 0 0 0;
}
 
.responsive-menu-icon::before {
	color: #fff;
	content: "Main Menu";
}

.responsive-menu-icon::after {
	color: #fff;
	content: "\f333";
	font: normal 32px/1 'dashicons';
	position: relative;
	top: 11px;
	right: -5px;
}

/* Responsive Images for Grid */
.responsive-image {
    height:auto;
    width: 100%;
}

.water-brand {
    max-width: 700px;
    margin: 0 auto;
}

/*GridPak Responsive Grid*/

.col {
    border:0px solid rgba(0,0,0,0);
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
    list-style: none;
}

.team-container {
	text-align: center;
}

.team-container p, .team-container h5, .team-container h6{
	text-align: center;
	margin: 0 0 5px 0;
}

#team {
	margin-top: 30px;
}

.team-container h6 {
	font-style: italic;
	font-weight: 100;
	text-transform: none;
	font-size: 14px;
	color: #143156;
}

.team-container p {
	font-size: 14px;
	color: #143156;
	margin-top: 0;
}

.team-container p:last-child {
	margin-bottom: 30px;
}

    /* 1. 2 Column Grid 0px - 799px 
    ----------------------------------------------------------------------------- 
    
    Span 1:    48.75%
    Span 2:    100%
    
    ----------------------------------------------------------------------------- */

    @media screen and (min-width: 0px) and (max-width: 799px) {
        
        .col {
            margin-left:2.5%;
        	padding:0 0%;
        }
        
        .row .col:nth-child(1), .row .col:nth-child(3), .row .team2 .col:nth-child(2) {
            margin-left:0;
        }
        
        .row .team2 .col:nth-child(1), .row .team2 .col:nth-child(3)  {
			margin-left:2.5%;
        }
        
        /*
        Add your semantic classnames in alongside their corresponding spans here. e.g.
        
        .span_3,
        .my_semantic_class_name {
            ...
        }
        */
        
        .span_1 {
            width:48.75%;
        }
        .span_2 {
            margin-left:0;
            width:100%;
        }
    }

    /* 2. 3 Column Grid 800px - Infinity 
    ----------------------------------------------------------------------------- 
    
    Span 1:    31.6666666667%
    Span 2:    65.8333333333%
    Span 3:    100%
    
    ----------------------------------------------------------------------------- */

    @media screen and (min-width: 800px) {
        
        .col {
            margin-left:2.5%;
        	padding:0 0%;
        }
        
        .row .col:first-child {
            margin-left:0;
        }
        
        
        
        .span_1 {
            width:31.6666666667%;
        }
        .span_2 {
            width:65.8333333333%;
        }
        .span_3 {
            margin-left:0;
            width:100%;
        }
    }

/* Water Page */
 
.tabs {
	clear: both;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 2em 0 0;
    font-weight: 300;
}
 
/* Nav */
.tabs nav {
    text-align: center;
}
 
.tabs nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
 
.tabs nav ul li {
    border: 1px solid #6AA1CD;
    border-bottom: none;
    margin: 0 0.25em;
    display: block;
    float: left;
    position: relative;
}
 
.tabs nav li.tab-current {
    border: 1px solid #143156;
    box-shadow: inset 0 2px #143156;
    border-bottom: none;
    z-index: 100;
}
 
.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
    content: '';
    position: absolute;
    height: 1px;
    right: 100%;
    bottom: 0;
    width: 1000px;
    background: #143156;
}
 
.tabs nav li.tab-current:after {
    right: auto;
    left: 100%;
    width: 4000px;
}
 
.tabs nav a {
    color: #6AA1CD;
    display: block;
    font-size: 1.45em;
    line-height: 2.5;
    padding: 0 1.25em;
    white-space: nowrap;
}
 
.tabs nav a:hover {
    color: #6AA1CD;
}
 
.tabs nav li.tab-current a {
    color: #143156;
}
 
/* Icons */
.tabs nav a:before {
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-family: 'icomoon';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    margin: -0.25em 0.4em 0 0;
}
 
.icon-food:before {
    content: "\e600";
}
 
.icon-lab:before {
    content: "\e601";
}
 
.icon-cup:before {
    content: "\e602";
}
 
.icon-truck:before {
    content: "\e603";
}
 
.icon-shop:before {
    content: "\e604";
}
 
/* Content */
.content section {
    font-size: 1.25em;
    padding: 1em;
    display: none;
    max-width: 1230px;
    margin: 0 auto;
}
 
.content section:before,
.content section:after {
    content: '';
    display: table;
}
 
.content section:after {
    clear: both;
}
 
/* Fallback example */
.no-js .content section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid #143156;
}
 
.content section.content-current {
    display: block;
}
 
.mediabox {
    float: left;
    width: 100%;
    padding: 0 25px;
}
 
.mediabox img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
 
.mediabox h6 {
    margin: 0;
}

.mediabox p {
	font-size: 14px;
    padding: 0 0 1em 0;
    margin: 0;
}

.mediabox li {
	font-size: 14px;
	font-weight: 700;
	list-style-type: decimal;
	list-style-position: inside;
}
/* Example media queries */
 
@media screen and (max-width: 800px) {
 
    .tabs nav a:before {
        margin-right: 0;
    }
 
    .mediabox {
        float: none;
        width: auto;
        padding: 0;
        font-size: 90%;
    }
 
    .mediabox img {
        float: left;
        margin: 0 25px 10px 0;
        max-width: 40%;
    }
 
    .mediabox p, .mediabox li {
        margin-left: 40%;
        margin-left: calc(40% + 25px);
    }
 
    .mediabox:before,
    .mediabox:after {
        content: '';
        display: table;
    }
 
    .mediabox:after {
        clear: both;
    }
}
 
@media screen and (max-width: 600px) {
    
    .tabs nav a {
    font-size: 12px;
	}

    .tabs nav ul,
    .tabs nav ul li a {
        width: 100%;
        padding: 0;
    }
 
    .tabs nav ul li {
        width: 33.333%;
        width: calc(33.333% + 1px);
        margin: 0 0 0 -1px;
    }
 
    .tabs nav ul li:last-child {
        border-right: none;
    }
 
    .mediabox {
        text-align: left;
        margin-left: 5%;
        margin-right: 5%;
    }
 
    .mediabox img {
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }
 
    .mediabox p {
        margin: 0;
    }
    
    .mediabox p, .mediabox li {
        margin-left: 0;
    }

}



/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1350px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 100%;
	}
	
	.site-inner, .page-id-6 .site-inner {
		margin: 0 5%;
	}
	
	.home-widget {
		background-color: transparent;
		padding: 20px 0 50px;
	}
	
	.content {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.page-id-4 .entry, .page-id-254 .entry, .page-id-20 .entry, .entry, .entry-content {
		margin: 0;
		padding: 0;
	}
	
	.page-id-4 .entry-content, .page-id-254 .entry-content, .page-id-20 .entry-content {
		margin-top: 140px;
	}
	/*First image on the page*/
	.top-image {
		margin-top: 80px;
	}
	
	.entry-title {
		margin-top: 30px;
	}

	.home-widget .entry-title {
		margin: 0;
	}

	.genesis-nav-menu li {
		float: none;
	}

	.genesis-nav-menu a {
		padding: 13px 10px;
	}
	
	.genesis-nav-menu li.right {
		display: none;
	}

	.sidebar-primary {
		float: none;
		width: 90%;
		margin: 130px auto 10px;
		text-align: center;
	}

	.page-id-10 .entry {
		padding: 0;
	}

	.page-id-10 .entry-content {
		padding: 0;
		margin-top: 535px;
	}

	.page-id-10 .sidebar-primary {
		width: 90%;
		margin-top: 130px;
	}

	#text-6 .soc {
		text-align: center;
		padding-left: 5px;
	}
	
	#text-6 .soc li a {
		margin-right: 0;
		background-color: #143156;
	}	
	
	.sidebar .soc li {
		padding: 0 5px;
	}
	
	h5 {
		font-size: 16px;
	}	
	
	.sidebar li {
		display: inline-block;
		padding: 10px 20px 0 0;
	}
	
	.sidebar li:last-child {
		padding-right: 0;
	}

	.sidebar .widget {
		background-color: transparent;
		margin-bottom: 0;
		padding: 0 0 27px;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border-bottom: 6px double #143156;
	}

	.page-id-33 .entry, .page-id-13 .entry {
		padding: 0 inherit inherit;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}
	
}

@media only screen and (max-width: 800px) {
	
	.page-id-358 .entry {
		margin-bottom: 40px;
		padding: 5%;
	}

	
	.nav-primary .wrap {
		padding: 0 5% 0 0;
		background-color: #143156;
	}
	
	.header-image .site-title > a {
		background: url(images/title-logo-sml.png) no-repeat;
		background-size: contain;
		width: 200px;
		height: 125px;
	}	

	/* Responsive Menu
--------------------------------------------- */
 	.nav-primary {
		top: 82px;
		height: 27px;
	}
	
	.nav-primary:before { 
		border-top: 3px solid #143156;
	    top: -4px;
	}
	
	.nav-primary:after { 
		border-bottom: 3px solid #143156;
	    bottom: -4px;
	}
	
	.nav-primary .genesis-nav-menu .menu-item {
		display: block;
		text-align: right;
	}

	.nav-header .genesis-nav-menu a {
		margin-top: 16px;
		padding: 8px 15px;
	}

	.responsive-menu {
		display: none;
	}
 
	.responsive-menu-icon {
		display: block;
		text-align: right;
	}

	.page-id-6 #soliloquy-container-68 {
		margin-top: -41px !important;
	}

	body {
		background-color: #fff;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.featured-content .entry {
		padding: 0;
		margin: 10px 2.5%;
		display: inline-block;
		width: 30%;
		vertical-align: top;
	}
	
	.featured-content .entry:first-of-type {
		margin: 10px 0 10px 2.5%;
	}
	
	.featured-content .entry:last-of-type {
		margin: 10px 2.5% 10px 0;
	}
	
	#featured-post-2 .entry-title {
		font-family: 'Droid Sans', sans-serif;
		font-size: 14px;
		font-weight: 700;
	}

	#featured-post-2 .entry-content p {
		font-size: 14px;
	}

	/* Homepage Text Widgets Styling */
	#text-2 h2 {
		font-size: 40px;
	}
	
	#text-2 h4 {
		font-size: 16px;
		padding: 0 0 20px;
	}
	
	#text-2 p {
		padding: 0 5%;
		text-align: justify;
		
	}
	
	#text-2 p:last-child {
		padding-bottom: 0;
		
	}

	/*Footer Queries*/
	#menu-footer-menu {
		float: none;
		text-align: center;
	}
	
	.soc {
		text-align: center;
	}
	
	.site-footer {
		font-size: 12px;
		text-align: center;
		padding: 20px 5%;
		line-height: 1.25;
	}
	
}

@media only screen and (max-width: 480px) {
		
	.nav-header .genesis-nav-menu .menu-item {
		display: block;
		text-align: right;
	}
	
	.nav-primary {
		top: 123px;
	}
	
	.nav-primary .genesis-nav-menu li:last-child a {
		padding: 13px 10px;
	}
	
	.page-id-20 .top-image {
		margin-top: 113px;
	}

	.responsive-menu-icon {
		margin: -12px 6px 0 0;
	}
	
	.nav-header .genesis-nav-menu a {
		margin-top: 18px;
		float: right;
	}
	
	.page-id-6 #soliloquy-container-68 {
		margin-top: 0 !important;
	}
	
	#featured-post-2 .entry-content p {
		font-size: 0;
		margin: 0 0 10px;
	}

	a.more-link {
		margin-top: 0;
		font-size: 10px;
		line-height: 1;
	}
	
	.page-id-20 .sidebar li:nth-child(2)  {
		padding-right: 0;
	}

	.site-header .widget-area {
		max-width: 33%;
	}
	
	.small-text {
		float: right;
	}
	
	.ESFBorder > div[class^='ESF'] {
		width: 100%;
		clear: both;
	}

	.page-id-20 h2 {
		margin-top: 54px;
	}
}

div[id*="yearlyCalendar"]  { font-size:20px; font-weight: bold; text-decoration: underline;}
div[id*="yearlyCalendar"] a {color:#ff0000 !important;}