/*
	Theme Name: Henry County Theme
	Theme URI: http://my.studiopress.com/themes/genesis/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	
	Version: 3.2.1
	
	Tags: black, blue, gold, green, orange, purple, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.0.0

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

/* 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
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home
		- Entries
		- Entry Meta
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Education Pro Blue
		- Education Pro Green
		- Education Pro Purple
		- Education Pro Red
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px
		- Max-width: 480px

*/


/* Custom Fonts for Rhyme and Reason
--------------------------------------------- */
/*
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700');
*/
/*@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i|Libre+Baskerville:400,400i,700');*/

/*
    font-family: 'Lato', sans-serif;
    font-family: 'Libre Baskerville', serif;
*/


/*
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-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.title-area: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,
.title-area:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

body {
	background-color: #E5E5E5;
	color: #002B49;
	font-family: proxima-nova,sans-serif;
	font-size: 18px;
	line-height:26px;
	font-weight: 400;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

a {
	color: #00A6CE;
	text-decoration: none;
}

a:hover {
	color: #70D44B;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-weight: bold;
	line-height: 1.2;
	margin: 0px;
	font-family: proxima-nova,sans-serif;
	text-transform:uppercase;
}

h1 {
	font-size: 60px;
	color:#fff;
	letter-spacing:.05em;
}
h1.entry-title{
	color:#002B49;
}
h2 {
	font-size: 36px;
}

h3 {
	font-size: 20px;
	line-height:22px;
	color:#002B49;
}

h4 {
	font-size: 20px;
	line-height:36px;
	color:#002B49;
	font-family: proxima-nova,sans-serif;
}

h5 {
	font-size: 16px;
	line-height:20px;
	color:#002B49;
	text-transform:uppercase;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

.featured-content img {
	width: auto;
}

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

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;	
	padding: 0 4px;
	width: auto;
}

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

input,
select,
textarea {
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #ddd;
	box-shadow: none;
	font-size: 18px;
	font-weight: 400;
	padding: 14px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

::-moz-placeholder {
	color: #444;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #444;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #002B49;
	border-radius: 0;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	font-weight: 400;
	padding: 7px 30px;
	text-transform: uppercase;
	width: auto;
}

button.green,
input[type="button"].green,
input[type="reset"].green,
input[type="submit"].green,
.button.green {
	background-color: #00A6CE;
}
/*
button.revblue,
input[type="button"].revblue,
input[type="reset"].revblue,
input[type="submit"].revblue,
.button.revblue,
.revblue_wrapper input[type="submit"] {
	background-color: transparent;
	color:#007199;
	border:2px solid #007199;
}
*/
button.revgreen,
input[type="button"].revgreen,
input[type="reset"].revgreen,
input[type="submit"].revgreen,
.button.revgreen {
	background-color: transparent;
	color:#fff;
	border:2px solid #fff;
}

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

button.green:hover,
input.green:hover[type="button"],
input.green:hover[type="reset"],
input.green:hover[type="submit"],
.button.green:hover {
	background-color: #80CEE1;
}
/*
button.revblue:hover,
input.revblue:hover[type="button"],
input.revblue:hover[type="reset"],
input.revblue:hover[type="submit"],
.button.revblue:hover {
	background-color: #fff;
	color:#007199;
}
*/

button.revgreen:hover,
input.revgreen:hover[type="button"],
input.revgreen:hover[type="reset"],
input.revgreen:hover[type="submit"],
.button.revgreen:hover {
	background-color: rgba(255,255,255,0.2);
	background-color:#074A79;
	color:#fff;
}

.entry-content .button,
.entry-content .button:hover,
.widget .button,
.widget .button:hover {
	color: #fff;
}

.entry-content .button.revblue, .entry-content .button.revblue:hover, .widget .button.revblue, .widget .button.revblue:hover {
	color: #fff;
}

.footer-widgets .wrap .widget .button,
.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.home-bottom .widget .button,
.home-bottom .widget button,
.home-bottom .widget input[type="button"],
.home-bottom .widget input[type="reset"],
.home-bottom .widget input[type="submit"] {
	background-color: #fff;
	color: #444;
}

.footer-widgets .wrap .widget .button:hover,
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.home-bottom .widget .button:hover,
.home-bottom button:hover,
.home-bottom input:hover[type="button"],
.home-bottom input:hover[type="reset"],
.home-bottom input:hover[type="submit"] {
	background-color: #014d68;
	color: #fff;
}

.button {
	display: inline-block;
}

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

.henry-grid-buttons .button{
	font-size:14px;
	font-weight:bold;
	letter-spacing:.06em;
	text-transform:uppercase;
}
/* 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-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

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

.education-pro-landing .site-inner {
	max-width: 900px;
	padding-top: 40px;
}

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

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

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

/* Content */

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

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

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

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

/* Primary Sidebar */

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

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

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


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

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

.avatar {
	float: left;
}

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

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

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

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

.breadcrumb {
	background-color: #fafafa;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	font-size: 14px;
	margin-bottom: 0;
	padding: 15px 40px;
}

.archive-description,
.author-box {
	background-color: #014d68;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}

.archive-description p a,
.author-box .author-box-content a {
	color: #00A6CE;
	padding:0 !important;
}
.archive-description p a:hover,
.author-box .author-box-content a:hover {
	color: #70D44B;
}

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

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

.search-form {
	overflow: hidden;
}

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

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

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

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

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 30px;
}

.entry-title a {
	color: #00A6CE;
}

.entry-title a:hover {
	color: #014d68;
}

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

.after-entry .widget-title,
.sidebar .widget-title a,
.sidebar .widget-title {
	border-bottom: 1px dotted #ddd;
	color: #014d68;
	letter-spacing: 2px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.footer-widgets .widget-title {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

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

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

.wp-caption-text {
	font-weight: 700;
	margin: 0;
	text-align: center;
}

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

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


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

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

.widget p:last-child,
.widget ul > li:last-child,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.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 {
	margin-bottom: 0;
	width: 100%;
}

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

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

.featured-content .entry,
.widget .entry {
	background: none;
	border: none;
	box-shadow: none;
	margin-bottom: 10px;
	padding: 0 0 10px;
}

.featured-content .entry-title {
	font-size: 24px;
	margin-bottom: 0;
}

.content .featured-content .entry-header .entry-meta {
	text-align: left;
	margin: 0 0 10px;
}

.content .featured-content .entry-header .entry-meta .entry-time {
	background: none;
	color: #444;
	margin: 0;
	padding: 0;
}

.after-entry .featured-content .entry,
.sidebar .featured-content .entry {
	border-bottom: 1px dotted #ddd;
}

.after-entry .featuredpage .entry,
.sidebar .featuredpage .entry {
	border: none;
	padding: 0;
	margin: 0;
}

.featured-content ul + .more-from-category {
	margin-top: 10px;
}


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

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

.enews-widget,
.widget-area .widget.enews-widget .widget-title {
	color: #fff;
}

.widget-area .widget.enews-widget {
	background-color: #78a7c8;
	border: none;
	padding: 40px;
}

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

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

.enews-widget .enews input:hover[type="submit"] {
	background-color: #007199;
	color: #fff;
}

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

.home-bottom .widget.enews-widget {
	clear: both;
	overflow: hidden;
	padding: 0;
}

.home-bottom .enews p {
	float: left;
	margin-bottom: 0;
	width: 31.623931623931625%;
}

.home-bottom .enews p + form {
	float: right;
	width: 65.81196581196582%;
}

.home-bottom .enews-widget input[type="email"] {
	float: left;
	margin-bottom: 0;
	width: 65.81196581196582%;
}

.home-bottom .enews-widget input[type="submit"] {
	float: right;
	width: 31.623931623931625%;
}

.home-bottom .enews input {
	border: none;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.education-pro-home #genesis-responsive-slider {
	border: none;
	margin: 0 auto;
	max-width: 1600px;
	padding: 0;
}

.education-pro-home .slide-excerpt {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.2);
	filter: alpha(opacity=100);
	opacity: 1;
}

html > body.education-pro-home .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 40px 40px 12px;
	width: 100%;
}

.education-pro-home .slide-excerpt h2 a {
	color: #78a7c8;
}

.education-pro-home #genesis-responsive-slider .slide-excerpt h2 a:hover {
	color: #444;
}

.education-pro-home #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
	text-align: left;
}

.education-pro-home #genesis-responsive-slider .flex-control-nav li {
	padding-left: 5px;
	text-indent: 0;
}

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

#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	border-top: 0px solid tranparent;
	box-shadow: 0 0px transparent;
	min-height: 80px;
}

.education-pro-home .site-header {
	position: relative;
	top: auto !important;
	width: 100%;
	z-index: 499;
}

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

.title-area {
	background-color: #014d68;
	box-shadow: 0 3px rgba(70, 70, 70, 0.1);
	color: #fff;
	margin: 0 auto;
	padding: 20px;
	position: absolute;
	text-align: center;
	width: 300px;
}

.header-image .title-area {
	background-color: #fff !important;
	padding: 0;
}

.site-title {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: #fff;
}

.header-image .site-title > a {
	float: left;
	min-height: 111px;
	width: 100%;
	background-size: auto 100% !important;
}

.site-description {
	backface-visibility: hidden;
	font-size: 16px;
	line-height: 1.3;
}

.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;
	width: 740px;
	margin-top:-8px;
}


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

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

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

.genesis-nav-menu li a {
	color: #fff;
	display: block;
	padding: 16px;
	-webkit-backface-visibility: hidden;
}

.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li.current-menu-item > a {
	background-color: #78a7c8;
	color: #fff;
}
.nav-secondary .genesis-nav-menu > li.current-menu-item > a::after, .nav-secondary .genesis-nav-menu > li.current-menu-parent > a::after, .nav-secondary .genesis-nav-menu > li.current-menu-ancestor > a::after  {
	background-color:#00A6CE;
	height:4px;
	width:100%;
	content:"";
	width:100%;
	position:absolute;
	top:38px;
	left:0;
}
.nav-secondary .genesis-nav-menu .sub-menu li.current-menu-item > a::after {
	display:none;
}
.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: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #78a7c8;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-top: none;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.2);
	color: #fff;
	font-size: 14px;
	padding: 14px 16px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu li .sub-menu li a:hover {
	background-color: #fff;
	color: #444;
}

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

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

.nav-secondary .genesis-nav-menu .menu-item:hover {
	position: relative;
}
.nav-secondary .genesis-nav-menu .menu-item {
	position: relative;
}
.nav-secondary  .genesis-nav-menu .menu-item:hover > .sub-menu {
	top: 38px;
}
.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;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 16px;
}

.genesis-nav-menu > .rss > a:before,
.genesis-nav-menu > .twitter > a:before {
	-webkit-font-smoothing: antialiased;
	content: "\f303";
	display: inline-block;
	font: normal 14px/1 'dashicons';
	margin-right: 4px;
	vertical-align: top;
}

.genesis-nav-menu > .twitter > a:before {
	content: "\f301";
}

.genesis-nav-menu > .search {
	padding: 5px 0 0;
}

.genesis-nav-menu > .search input {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 30px;
	border: none;
	color: #fff;
	font-size: 14px;
	padding: 8px 30px;
}

.genesis-nav-menu > .search input:-ms-input-placeholder {
	color: #fff;
}

.genesis-nav-menu > .search input::-moz-placeholder {
	color: #fff;
}

.genesis-nav-menu > .search input::-webkit-input-placeholder {
	color: #fff;
}

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

.site-header .genesis-nav-menu a {
	color: #444;
	padding: 32px 16px;
}

.site-header .genesis-nav-menu .sub-menu a {
	color: #fff;
	padding: 14px 16px;
}

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

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

.nav-primary {
	background-color: rgba(0, 166, 206, 0.07);
	color: #fff;
}

.nav-primary .genesis-nav-menu {
	font-size: 14px;
}

.education-pro-home .nav-primary .genesis-nav-menu {
	position: relative;
	z-index: 1000;
	text-align:right;
}

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

.nav-secondary .genesis-nav-menu {
	padding-bottom: 10px;
}

.nav-secondary .genesis-nav-menu li a {
	padding: 0 16px 10px;
}

.nav-secondary .genesis-nav-menu li.current-menu-item > a,
.nav-secondary .genesis-nav-menu li.menu-item a:hover {
	background: none;
	background-color:#FFFFFF;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "Main Menu";
	display: inline-block;
	font-family: proxima-nova,sans-serif;
	font-size:17px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	text-transform:uppercase;
	width:120px;
}
.responsive-menu-icon::after {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 14px;
	float:right;
	text-align: right;
}

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

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

.home-featured {
	background-color: #f5f5f5;
	position: relative;
	text-align: center;
	z-index: 9;
	border-bottom:13px solid #70D44B;
}

.home-featured .widget {
	padding: 40px 40px 0;
	margin: 0 auto;
	max-width: 1600px;
}

.home-featured .widget:last-of-type {
	padding-bottom: 80px;
}

.education-pro-home .home-featured .widget.genesis_responsive_slider {
	background-color: #fff;
	max-width: 100%;
	padding: 0;
}

.home-featured .slide-excerpt {
	margin: 80px 80px 120px;
	text-align: left;
}

.home-featured .slide-excerpt .more-link {
	background-color: #f5f5f5;
	color: #014d68;
	display: block;
	padding: 20px 40px;
	margin: 40px -40px -12px;
	text-align: right;
}

.home-featured .slide-excerpt .more-link::after {
	-webkit-font-smoothing: antialiased;
	content: "\f344";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-left: 20px;
	vertical-align: middle;
}

.home-featured #genesis-responsive-slider .more-link:hover {
	background-color: #014d68;
	color: #fff;
}

.home-top {
	background-color: #fff;
	text-align: center;
}

.home-top .wrap {
	padding: 80px;
	position: relative;
	z-index: 99;
}

.home-featured + .home-top .wrap {
	background-color: #fff;
	border-radius: 3px;
	border-top: 3px solid #014d68;
	margin-top: -40px;
}

.home-top .widget_text {
	color: #78a7c8;
	font-size: 48px;
	line-height: 1.1;
	text-align: center;
}

.home-top .widget_text .widget-title {
	color: #014d68;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.home-middle {
	background-color: #007199;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
	color: #fff;
	padding: 60px 10px 20px;
}

.home-middle .entry-title a {
	color: #78a7c8;
}

.home-middle .widget {
	float: left;
	padding: 0 20px;
	text-align: center;
	width: 25%;
}

.home-middle .widget:nth-of-type(4n+1) {
	clear: both;
}

.home-middle .dashicons {
	font-size: 60px;
	height: 60px;
	width: 60px;
}

.home-bottom {
	background-color: #78a7c8;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.05);
	color: #fff;
	padding: 60px 0;
}

.home-bottom .featured-content .entry-title a,
.home-bottom .widget a,
.home-middle .widget .entry-title a:hover,
.home-middle .widget a:hover {
	color: #fff;
}

.home-bottom a:hover {
	color: #007199;
}

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

.entry {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	margin-bottom: 40px;
	padding: 40px;
}

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

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

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

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

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

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

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

p.entry-meta {
	font-size: 14px;
}

.content p.entry-meta {
	margin-bottom: 0;
	text-align: right;
}

.content .entry-header .entry-meta {
	margin: -10px 0 10px;
}

.content .entry-header .entry-meta .entry-time {
	background-color: #014d68;
	color: #fff;
	display: inline-block;
	margin: 0 -40px 0 0;
	padding: 5px 40px 5px 15px;
}

.entry-footer {
	background: #fafafa;
	padding: 20px 40px;
	margin: 12px -40px -40px;
}

.entry-footer .entry-meta {
	font-size: 12px;
}

.entry-footer .entry-meta a {
	color: #444;
}

.entry-footer .entry-meta a:hover {
	color: #014d68;
}

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

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

.after-entry {
	margin-bottom: 40px;
}

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

.pagination {
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 6px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	color: #014d68;
	color: #1387AD;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	font-size: 16px;
	margin-bottom: 40px;
}

.comment-respond {
	padding: 40px 40px 16px;
}

.entry-comments,
.entry-pings {
	padding: 40px;
}

.comment-respond h3,
.entry-comments h3,
.entry-pings h3 {
	color: #014d68;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comment-meta {
	margin-bottom: 28px;
}

li.comment,
li.pingback {
	background-color: #f5f5f5;
}

.comment-content {
	clear: both;
}

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

.comment-list li.depth-1,
.ping-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;
}

.comment-reply-link {
	color: #014d68;
}

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

.fn {
	font-weight: 400;
}

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


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

.sidebar {
	font-size: 16px;
}

.after-entry li,
.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.after-entry .widget,
.sidebar .widget {
	background-color: #fff;
	border-left: 3px solid #014d68;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	padding: 40px;
}

.sidebar .widget:last-of-type {
	margin-bottom: 40px;
}

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

.footer-widgets {
	background-color: #007199;
	box-shadow: inset 0 5px rgba(0, 0, 0, 0.1);
	clear: both;
	padding-top: 60px;
}

.footer-widgets .wrap .entry-title a,
.footer-widgets .wrap a,
.footer-widgets {
	color: #fff;
}

.footer-widgets a.button,
.footer-widgets .wrap a:hover {
	color: #78a7c8;
}

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

.footer-widgets-1 {
	width: 300px;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	width: 170px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float: left;
}

.footer-widgets-5 {
	float: right;
}


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

.site-footer {
	background-color: #00A6CE;;
	font-size: 16px;
	padding: 60px 0;
	text-align: center;
}

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

.site-footer a.button,
.site-footer .wrap a:hover {
	color: #78a7c8;
}

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

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

.education-pro-blue .nav-secondary .genesis-nav-menu li.current-menu-item > a,
.education-pro-green .nav-secondary .genesis-nav-menu li.current-menu-item > a,
.education-pro-purple .nav-secondary .genesis-nav-menu li.current-menu-item > a,
.education-pro-red .nav-secondary .genesis-nav-menu li.current-menu-item > a {
	background: none;
}

/* Education Pro Blue
--------------------------------------------- */

.education-pro-blue .after-entry .widget-title,
.education-pro-blue .archive-pagination .active a,
.education-pro-blue .archive-pagination li a:hover,
.education-pro-blue .comment-reply-link,
.education-pro-blue .comment-respond h3,
.education-pro-blue .entry-comments h3,
.education-pro-blue .entry-footer .entry-meta a:hover,
.education-pro-blue .entry-pings h3,
.education-pro-blue .entry-title a:hover,
.education-pro-blue .home-featured .more-link,
.education-pro-blue .home-top .widget_text .widget-title,
.education-pro-blue .sidebar .widget-title a,
.education-pro-blue .sidebar .widget-title {
	color: #3d78c1;
}

.education-pro-blue .archive-description,
.education-pro-blue .author-box,
.education-pro-blue .button:hover,
.education-pro-blue .content .entry-header .entry-meta .entry-time,
.education-pro-blue .footer-widgets .wrap .button:hover,
.education-pro-blue .footer-widgets button:hover,
.education-pro-blue .footer-widgets input:hover[type="button"],
.education-pro-blue .footer-widgets input:hover[type="reset"],
.education-pro-blue .footer-widgets input:hover[type="submit"],
.education-pro-blue .home-bottom .widget .button:hover,
.education-pro-blue .home-bottom button:hover,
.education-pro-blue .home-bottom input:hover[type="button"],
.education-pro-blue .home-bottom input:hover[type="reset"],
.education-pro-blue .home-bottom input:hover[type="submit"],
.education-pro-blue .home-featured #genesis-responsive-slider .more-link:hover,
.education-pro-blue .title-area,
.education-pro-blue button:hover,
.education-pro-blue input:hover[type="button"],
.education-pro-blue input:hover[type="reset"],
.education-pro-blue input:hover[type="submit"] {
	background-color: #3d78c1;
}

.education-pro-blue .after-entry .widget,
.education-pro-blue .home-top .wrap,
.education-pro-blue .sidebar .widget,
.education-pro-blue .site-header {
	border-color: #3f71c3;
}

.education-pro-blue .footer-widgets .wrap a:hover,
.education-pro-blue .footer-widgets a.button,
.education-pro-blue .slide-excerpt h2 a,
.education-pro-blue .home-middle .entry-title a,
.education-pro-blue .home-top .widget_text,
.education-pro-blue .site-footer .wrap a:hover,
.education-pro-blue .site-footer a.button,
.education-pro-blue a {
	color: #a8b2b9;
}

.education-pro-blue .button,
.education-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.education-pro-blue .genesis-nav-menu .sub-menu a,
.education-pro-blue .genesis-nav-menu li a:hover,
.education-pro-blue .genesis-nav-menu li.current-menu-item > a,
.education-pro-blue .home-bottom,
.education-pro-blue .widget-area .widget.enews-widget,
.education-pro-blue button,
.education-pro-blue input[type="button"],
.education-pro-blue input[type="reset"],
.education-pro-blue input[type="submit"] {
	background-color: #a8b2b9;
}

.education-pro-blue .entry-title a,
.education-pro-blue .home-bottom a:hover,
.education-pro-blue a:hover {
	color: #344a66;
}

.education-pro-blue .enews-widget .enews input:hover[type="submit"],
.education-pro-blue .footer-widgets,
.education-pro-blue .home-middle,
.education-pro-blue .nav-primary,
.education-pro-blue .site-footer {
	background-color: #344a66;
}

/* Education Pro Green
--------------------------------------------- */

.education-pro-green .after-entry .widget-title,
.education-pro-green .archive-pagination .active a,
.education-pro-green .archive-pagination li a:hover,
.education-pro-green .comment-reply-link,
.education-pro-green .comment-respond h3,
.education-pro-green .entry-comments h3,
.education-pro-green .entry-footer .entry-meta a:hover,
.education-pro-green .entry-pings h3,
.education-pro-green .entry-title a:hover,
.education-pro-green .home-featured .more-link,
.education-pro-green .home-top .widget_text .widget-title,
.education-pro-green .sidebar .widget-title a,
.education-pro-green .sidebar .widget-title {
	color: #d7c573;
}

.education-pro-green .archive-description,
.education-pro-green .author-box,
.education-pro-green .button:hover,
.education-pro-green .content .entry-header .entry-meta .entry-time,
.education-pro-green .footer-widgets .wrap .button:hover,
.education-pro-green .footer-widgets button:hover,
.education-pro-green .footer-widgets input:hover[type="button"],
.education-pro-green .footer-widgets input:hover[type="reset"],
.education-pro-green .footer-widgets input:hover[type="submit"],
.education-pro-green .home-bottom .widget .button:hover,
.education-pro-green .home-bottom button:hover,
.education-pro-green .home-bottom input:hover[type="button"],
.education-pro-green .home-bottom input:hover[type="reset"],
.education-pro-green .home-bottom input:hover[type="submit"],
.education-pro-green .home-featured #genesis-responsive-slider .more-link:hover,
.education-pro-green .title-area,
.education-pro-green button:hover,
.education-pro-green input:hover[type="button"],
.education-pro-green input:hover[type="reset"],
.education-pro-green input:hover[type="submit"] {
	background-color: #d7c573;
}

.education-pro-green .after-entry .widget,
.education-pro-green .home-top .wrap,
.education-pro-green .sidebar .widget,
.education-pro-green .site-header {
	border-color: #d7c573;
}

.education-pro-green .footer-widgets .wrap a:hover,
.education-pro-green .footer-widgets a.button,
.education-pro-green .slide-excerpt h2 a,
.education-pro-green .home-middle .entry-title a,
.education-pro-green .home-top .widget_text,
.education-pro-green .site-footer .wrap a:hover,
.education-pro-green .site-footer a.button,
.education-pro-green a {
	color: #46a47b;
}

.education-pro-green .button,
.education-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.education-pro-green .genesis-nav-menu .sub-menu a,
.education-pro-green .genesis-nav-menu li a:hover,
.education-pro-green .genesis-nav-menu li.current-menu-item > a,
.education-pro-green .home-bottom,
.education-pro-green .widget-area .widget.enews-widget,
.education-pro-green button,
.education-pro-green input[type="button"],
.education-pro-green input[type="reset"],
.education-pro-green input[type="submit"] {
	background-color: #46a47b;
}

.education-pro-green .entry-title a,
.education-pro-green .home-bottom a:hover,
.education-pro-green a:hover {
	color: #2f614b;
}

.education-pro-green .enews-widget .enews input:hover[type="submit"],
.education-pro-green .footer-widgets,
.education-pro-green .home-middle,
.education-pro-green .nav-primary,
.education-pro-green .site-footer {
	background-color: #2f614b;
}

/* Education Pro Purple
--------------------------------------------- */

.education-pro-purple .after-entry .widget-title,
.education-pro-purple .archive-pagination .active a,
.education-pro-purple .archive-pagination li a:hover,
.education-pro-purple .comment-reply-link,
.education-pro-purple .comment-respond h3,
.education-pro-purple .entry-comments h3,
.education-pro-purple .entry-footer .entry-meta a:hover,
.education-pro-purple .entry-pings h3,
.education-pro-purple .entry-title a:hover,
.education-pro-purple .home-featured .more-link,
.education-pro-purple .home-top .widget_text .widget-title,
.education-pro-purple .sidebar .widget-title a,
.education-pro-purple .sidebar .widget-title {
	color: #706182;
}

.education-pro-purple .archive-description,
.education-pro-purple .author-box,
.education-pro-purple .button:hover,
.education-pro-purple .content .entry-header .entry-meta .entry-time,
.education-pro-purple .footer-widgets .wrap .button:hover,
.education-pro-purple .footer-widgets button:hover,
.education-pro-purple .footer-widgets input:hover[type="button"],
.education-pro-purple .footer-widgets input:hover[type="reset"],
.education-pro-purple .footer-widgets input:hover[type="submit"],
.education-pro-purple .home-bottom .widget .button:hover,
.education-pro-purple .home-bottom button:hover,
.education-pro-purple .home-bottom input:hover[type="button"],
.education-pro-purple .home-bottom input:hover[type="reset"],
.education-pro-purple .home-bottom input:hover[type="submit"],
.education-pro-purple .home-featured #genesis-responsive-slider .more-link:hover,
.education-pro-purple .title-area,
.education-pro-purple button:hover,
.education-pro-purple input:hover[type="button"],
.education-pro-purple input:hover[type="reset"],
.education-pro-purple input:hover[type="submit"] {
	background-color: #706182;
}

.education-pro-purple .after-entry .widget,
.education-pro-purple .home-top .wrap,
.education-pro-purple .sidebar .widget,
.education-pro-purple .site-header {
	border-color: #706182;
}

.education-pro-purple .footer-widgets .wrap a:hover,
.education-pro-purple .footer-widgets a.button,
.education-pro-purple .slide-excerpt h2 a,
.education-pro-purple .home-middle .entry-title a,
.education-pro-purple .home-top .widget_text,
.education-pro-purple .site-footer .wrap a:hover,
.education-pro-purple .site-footer a.button,
.education-pro-purple a {
	color: #7a787e;
}

.education-pro-purple .button,
.education-pro-purple .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.education-pro-purple .genesis-nav-menu .sub-menu a,
.education-pro-purple .genesis-nav-menu li a:hover,
.education-pro-purple .genesis-nav-menu li.current-menu-item > a,
.education-pro-purple .home-bottom,
.education-pro-purple .widget-area .widget.enews-widget,
.education-pro-purple button,
.education-pro-purple input[type="button"],
.education-pro-purple input[type="reset"],
.education-pro-purple input[type="submit"] {
	background-color: #7a787e;
}

.education-pro-purple .entry-title a,
.education-pro-purple .home-bottom a:hover,
.education-pro-purple a:hover {
	color: #444246;
}

.education-pro-purple .enews-widget .enews input:hover[type="submit"],
.education-pro-purple .footer-widgets,
.education-pro-purple .home-middle,
.education-pro-purple .nav-primary,
.education-pro-purple .site-footer {
	background-color: #444246;
}

/* Education Pro Red
--------------------------------------------- */

.education-pro-red .after-entry .widget-title,
.education-pro-red .archive-pagination .active a,
.education-pro-red .archive-pagination li a:hover,
.education-pro-red .comment-reply-link,
.education-pro-red .comment-respond h3,
.education-pro-red .entry-comments h3,
.education-pro-red .entry-footer .entry-meta a:hover,
.education-pro-red .entry-pings h3,
.education-pro-red .entry-title a:hover,
.education-pro-red .home-featured .more-link,
.education-pro-red .home-top .widget_text .widget-title,
.education-pro-red .sidebar .widget-title a,
.education-pro-red .sidebar .widget-title {
	color: #9d2235;
}

.education-pro-red .archive-description,
.education-pro-red .author-box,
.education-pro-red .button:hover,
.education-pro-red .content .entry-header .entry-meta .entry-time,
.education-pro-red .footer-widgets .wrap .button:hover,
.education-pro-red .footer-widgets button:hover,
.education-pro-red .footer-widgets input:hover[type="button"],
.education-pro-red .footer-widgets input:hover[type="reset"],
.education-pro-red .footer-widgets input:hover[type="submit"],
.education-pro-red .home-bottom .widget .button:hover,
.education-pro-red .home-bottom button:hover,
.education-pro-red .home-bottom input:hover[type="button"],
.education-pro-red .home-bottom input:hover[type="reset"],
.education-pro-red .home-bottom input:hover[type="submit"],
.education-pro-red .home-featured #genesis-responsive-slider .more-link:hover,
.education-pro-red .title-area,
.education-pro-red button:hover,
.education-pro-red input:hover[type="button"],
.education-pro-red input:hover[type="reset"],
.education-pro-red input:hover[type="submit"] {
	background-color: #9d2235;
}

.education-pro-red .after-entry .widget,
.education-pro-red .home-top .wrap,
.education-pro-red .sidebar .widget,
.education-pro-red .site-header {
	border-color: #9d2235;
}

.education-pro-red .footer-widgets .wrap a:hover,
.education-pro-red .footer-widgets a.button,
.education-pro-red .slide-excerpt h2 a,
.education-pro-red .home-middle .entry-title a,
.education-pro-red .home-top .widget_text,
.education-pro-red .site-footer .wrap a:hover,
.education-pro-red .site-footer a.button,
.education-pro-red a {
	color: #9a9a9a;
}

.education-pro-red .button,
.education-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.education-pro-red .genesis-nav-menu .sub-menu a,
.education-pro-red .genesis-nav-menu li a:hover,
.education-pro-red .genesis-nav-menu li.current-menu-item > a,
.education-pro-red .home-bottom,
.education-pro-red .widget-area .widget.enews-widget,
.education-pro-red button,
.education-pro-red input[type="button"],
.education-pro-red input[type="reset"],
.education-pro-red input[type="submit"] {
	background-color: #9a9a9a;
}

.education-pro-red .entry-title a,
.education-pro-red .home-bottom a:hover,
.education-pro-red a:hover {
	color: #333;
}

.education-pro-red .enews-widget .enews input:hover[type="submit"],
.education-pro-red .footer-widgets,
.education-pro-red .home-middle,
.education-pro-red .nav-primary,
.education-pro-red .site-footer {
	background-color: #333;
}

/*
Custom CSS
---------------------------------------------------------------------------------------------------- */

/*Icon Set
--------------------------------------*/
.custom-icon-set{
	display:inline-block;
	height: 28px;
	width:34px;
	background-image:url(images/icon-set-glyph-style.png);
	background-repeat:no-repeat;
	background-size: 34px auto;
	background-position:0px 0px;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:12px;
	margin-bottom:15px;
}
.handicapped{
	background-position:0px 0px;
}
.pet-friendly{
	background-position:0px -32px;
}
.free-breakfast{
	background-position:0px -64px;
}
.free-wifi{
	background-position:0px -96px;
}
.fitness-center{
	background-position:0px -128px;
}
.pool{
	background-position:0px -160px;
}
.smoking{
	background-position:0px -192px;
}
.non-smoking{
	background-position:0px -224px;
}
.bar{
	background-position:0px -256px;
}
.on-site-dining{
	background-position:0px -288px;
}
/*Icon Set End----------*/

.button-backer{
	background-color: #97A76E;
	display:block;
	padding:20px;
}
.nav-primary .genesis-nav-menu li a {
	color: #002B49;
}
.education-pro-home .site-header{
	border-bottom:5px solid #FFF;
}
.title-area {
	background-color: #014d68;
	box-shadow: 0 0px transparent;
	color: #fff;
	margin: 0;
	position: static;
	text-align: center;
	width: 300px;
}
.contact-text{
	font-size:15px;
	line-height:22px;
	color:#002B49;
	font-style:italic;
}
.excerpt-text{
	font-size:15px;
	line-height:18px;
	color:#002B49;
}
.callout{
	background-color:#F2F4EC;
	line-height:32px;
	font-size:20px;
	color:#699777;
	font-style:italic;
	padding:26px 40px;
	border-radius:8px;
}
.background-box{
	width:20%;
	margin-right:4%;
	height:100px;
	margin-bottom:15px;
	background-color:white;
	color:white;
	display:inline-block;
	line-height:100px;
	text-align:center;
}
.background-box:nth-child(4n+4){
	margin-right:0%;
}
.button-contain{
	display:inline-block;
	width:24.5%;
	padding:25px 0px;
	text-align:center;
	background-color:transparent;
}
.button-contain.blue-alt{
	background-color:#F2F4EC;
}
.button-contain.green-alt{
	background-color:#97A76E;
}
.heading-test img{
	position:absolute;
	width:1060px;
	display:block;
	top:-300px;
	left:0px;
}
.heading-test{
	position:relative;
	overflow:hidden;
	text-align:center;
}
.heading-test h1{
	position:relative;
	z-index:999;
}
.archive .content .entry-footer{
	background-color:transparent;
}
.site-inner, .wrap {
	margin: 0 auto;
	max-width: 1280px;
}

/*Grid Items
--------------------------------------*/
.archive article, .blog article, .search article {
	max-width:390px;
	max-height:none;
	display:inline-block;
	padding:0;
	margin-bottom:50px;
	margin-right:16px;
	vertical-align:top;
	width:390px;
}
.archive article:nth-of-type(3n+3),.archive.category article:nth-of-type(2n+2), .blog article:nth-of-type(2n+2), .search article:nth-of-type(2n+2), .archive.category.category-31 article:nth-of-type(2n+2), .archive.category.category-35 article:nth-of-type(2n+2), .archive.category.category-34 article:nth-of-type(2n+2), .archive.category.category-32 article:nth-of-type(2n+2), .archive.category.category-33 article:nth-of-type(2n+2){
	margin-right:0px;
}
.archive.category article:nth-of-type(3n+3){
	margin-right:16px;
}
.archive article footer, .blog article footer,.search article footer {
	margin:0 auto;
	text-align:left;
	float:none;
	padding:10px 25px 25px;
}
.archive article header, .blog article header, .search article header {
	padding:5px 25px 0px;
	margin-bottom:0px;
}
.archive article .entry-content, .blog article .entry-content, .search article .entry-content  {
	padding:0px 25px;
	font-size:15px;
	line-height:18px;
}
h3.entry-title {
	font-size:20px;
}
.henry-grid-buttons a:nth-child(1){
	margin-right:8px;
}
.henry-grid-buttons .button{
	border-radius:0px;
}
.content {
	width: 800px;
}
/*Grid Items End-----------*/

/*Grid Search
--------------------------------------*/
.archive .searchandfilter ul li {
	display: inline-block;
}
.archive .searchandfilter ul li {
	margin-right:15px;
}
.archive .searchandfilter ul li {
	margin-right:12px;
}
.archive .searchandfilter ul li.sf-field-submit{
	margin-right:0px;
}
.archive .searchandfilter select.sf-input-select, .archive .searchandfilter input{
	min-width: 225px;
}
.archive .searchandfilter ul {
	text-align:center;
	width:100%;
	margin:0 auto;
	display:block;
}
/*Grid Search End-----------*/

/*Super Menu
--------------------------------------*/
.nav-primary .genesis-nav-menu#menu-super-navigation {
	text-align:right;
}
.float-left-title{
	color:#fff;
	font-size:14px;
	font-weight: 400;
	text-transform:uppercase;
	float:left;
	font-family: proxima-nova,sans-serif;
	letter-spacing:.05em;
}
.nav-primary .genesis-nav-menu#menu-super-navigation li.float-left-title a, .nav-primary .genesis-nav-menu#menu-super-navigation li.float-left-title span  {
	text-transform:uppercase;
	padding:9px 0px;
	display:inline-block;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.07em;
	color: #00A6CE;
}
.genesis-nav-menu#menu-super-navigation li a {
	padding:9px 14px;
}
.genesis-nav-menu#menu-super-navigation li a:hover {
	color: #014d68;
	background-color: #FFFFFF;
}
.genesis-nav-menu#menu-super-navigation li.current-menu-item > a {
	background-color:transparent;
	color:white;
}
.genesis-nav-menu#menu-super-navigation li.current-menu-item > a {
	background-color:transparent;
	color:white;
	background-color:#002B49;
}
.genesis-nav-menu#menu-super-navigation .sub-menu li.current-menu-item > a {
	color:#fff;
	background-color:#002B49;
}
#menu-super-navigation.genesis-nav-menu li.current-menu-item > a {
	background-color: ##002B49;
}
#menu-super-navigation.genesis-nav-menu li > a:hover {
	background-color: #002B49;
	color:#FFF;
}
#menu-super-navigation.genesis-nav-menu .sub-menu li.current-menu-item > a, #menu-super-navigation.genesis-nav-menu .sub-menu li > a:hover {
	color: #fff;
	background-color:#002B49;
}
.genesis-nav-menu#menu-super-navigation li.float-left-title a:hover {
	background-color:transparent;
	cursor:inherit;
}
.genesis-nav-menu#menu-super-navigation .sub-menu a {
	background-color: #D5E1E4;
	border: 0px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: 0px 0px rgba(70, 70, 70, 0.2);
	color: #002B49;
	font-size: 14px;
	line-height:1;
	padding: 8px 20px;
	position: relative;
	width: 175px;
}
/*Super Menu End-----------------*/

/*Main Menu + Header
-----------------------------------------*/
.site-header .title-area:after{
	clear:none;
}
.site-header {
	padding-top:10px;
	border-bottom:0px solid #FFF;
}
.nav-secondary .genesis-nav-menu#menu-primary-navigation li a {
	padding: 18px 15px 18px;
	color:#007199;
	text-transform:uppercase;
	font-size:17px;
	letter-spacing:0.02em;
	position:relative;
}
.nav-secondary .genesis-nav-menu#menu-primary-navigation li a:hover {
	color: #00A6CE;
}
.nav-secondary .genesis-nav-menu#menu-primary-navigation li a span{
	z-index:3;
	display:inline-block;
	position:relative;
}

.nav-secondary .genesis-nav-menu#menu-primary-navigation li.menu-item-has-children:first-child{
	margin-left:-15px;
}
.nav-secondary .genesis-nav-menu#menu-primary-navigation {
	padding-bottom: 0px;
	text-align:right;
}
.nav-secondary #menu-primary-navigation.genesis-nav-menu li:hover a .tree-bg, .nav-secondary #menu-primary-navigation.genesis-nav-menu li.current-menu-item a .tree-bg {
	background-image: url(images/main-hover.png);
	background-size:120px 54px;
	background-position:bottom center;
	background-repeat:no-repeat;
	display:block;
	height:54px;
	width:120px;
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-60px;
	z-index:1;
	opacity:0;
	visibility:hidden;
}
.nav-secondary #menu-primary-navigation.genesis-nav-menu li.book-your-trip a:hover .tree-bg {
	height:0;
	width:0;
	display:none;
}
.nav-secondary #menu-primary-navigation.genesis-nav-menu li.book-your-trip a {
	background-color:#007199;
	color:#ffffff;
	padding-left:28px;
	padding-right:28px;
	font-size:20px;
	font-weight:400;
	letter-spacing:.08em;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	padding-bottom:16px;
	margin-top:4px;
	padding-top:15px;
}
.nav-secondary #menu-primary-navigation.genesis-nav-menu li.book-your-trip a:hover {
	background-color:#1387AD;
}
.nav-secondary #menu-primary-navigation.genesis-nav-menu li.book-your-trip{
	float:right;
	display:inline-block;
}
.header-widget-area .simple-social-icons#simple-social-icons-2 ul li a,.header-widget-area .simple-social-icons#simple-social-icons-2 ul li a:hover, .header-widget-area .simple-social-icons#simple-social-icons-2 ul li a:focus {
	padding: 12px 0px;
}
.header-widget-area .simple-social-icons#simple-social-icons-2 ul li {
	margin: 0px 5px !important;
}
#search-2{
	max-width: 303px;
	width:303px;
	float:right;
	margin-right:10px;
	margin-left:14px;
}
#search-2 input[type=search]{
	width:100%;
	padding:12px 15px 12px 40px;
	background-image:url(images/header_search.png);
	background-repeat:no-repeat;
	background-position:14px 11px;
	background-size:20px;
	line-height:1;
	font-style: italic;
	font-weight: normal;
	font-size: 15px;
	color: #C4C4C4 !important;
}

#search-2 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a3a3a3;
}
#search-2 input::-moz-placeholder { /* Firefox 19+ */
  color: #a3a3a3;
}
#search-2 input:-ms-input-placeholder { /* IE 10+ */
  color: #a3a3a3;
}
#search-2 input:-moz-placeholder { /* Firefox 18- */
  color: #a3a3a3;
}
.button.header-button{
	padding-top:6px;
	padding-bottom:6px;
	margin-top:3px;
}
.nav-primary .wrap{
	padding:3.5px 0;
}
.site-header #search-2 .search-form {
	width: 100%;
	margin-top:3px;
}
#simple-social-icons-2{
	float:right;
	max-width:170px;
}
.site-header .widget{
	margin-bottom:0px;
}
.genesis-nav-menu .sub-menu a {
	background-color: #E4F0F3;
	border: 0px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: 0px 0px rgba(70, 70, 70, 0.2);
	color: #007199;
}
.nav-secondary #menu-primary-navigation.genesis-nav-menu li .sub-menu a {
	padding: 6px 15px;
	text-transform: none;
	font-size: 18px;
	letter-spacing: 0px;
	position: relative;
	z-index: 2;
}
.nav-secondary #menu-primary-navigation.genesis-nav-menu li .sub-menu {
	border-top:4px solid #00A6CE;
}
.nav-secondary #menu-primary-navigation.genesis-nav-menu li .sub-menu a:hover {
	color: #014d68;
	background-color:#FFFFFF;
}
.nav-secondary #menu-primary-navigation.genesis-nav-menu .sub-menu {
	width: 190px;
}
.nav-secondary #menu-primary-navigation.genesis-nav-menu .sub-menu a {
	width:auto;
	max-width:100%;
	width:190px;
}
/*Main Menu End-----------------*/

/*Slider*/
.home-featured .widget {
	padding: 0px;
	margin: 0 auto;
	max-width: none;
}

/*Blog Cat Menu---------------------*/
.cat-menu {
	background-color:#00A6CE;
	width:100%;
}
.cat-menu li {
	display:inline-block;
	padding:0px;
	line-height:100px;
	color:white;
	font-family:proxima-nova,sans-serif;
	font-size:22px;
}
.cat-menu li a {
	border-right:2px solid white;
	padding:0px 20px;
	color:white;
	font-size:22px;
}
.cat-menu li.current_page_item a, .cat-menu li.current-menu-item a, .cat-menu li a:hover{
		color:#002B49;
		font-weight:400;
}
.cat-menu li:last-child a{
	border-right:0px solid white;
}
.cat-menu ul {
	text-align:center
}
/*Blog Sidebar Form---------------------*/
.sidebar .widget#gform_widget-2 {
	background-color:transparent;
	border:0px;
	padding:0;
	margin:0;
	box-shadow:none;
	padding-left:24px;
	padding-left:24px;
	border-bottom:1px solid white;
	padding-bottom:30px;
	margin-bottom:30px;
}
/*
.sidebar .widget#gform_widget-2 input[type="submit"]:hover,.sidebar .widget#gform_widget-2 .button:hover {
	background-color: #fff;
	color: #007199;
	border: 2px solid #007199;
}
*/

.gform_wrapper .top_label .place-only .gfield_label, .gform_wrapper .top_label .place-only label {
	display:none;
}
.gform_wrapper .field_sublabel_below.place-only .ginput_complex.ginput_container label {
	display:none;
}
.gform_wrapper .top_label .place-only{
	border:0px solid transparent !important;
	padding:0;
	margin:0;
	margin-bottom:15px;
}
.gform_wrapper .sidebar-news .gform_footer {
	padding: 0px;
	margin: 0px;
	clear: both;
	width: 100%;
}
.gform_wrapper .sidebar-news input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 14px 15px;
}
.gform_wrapper .sidebar-news ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style:italic;
}
.gform_wrapper .sidebar-news ::-moz-placeholder { /* Firefox 19+ */
  font-style:italic;
}
.gform_wrapper .sidebar-news :-ms-input-placeholder { /* IE 10+ */
  font-style:italic;
}
.gform_wrapper .sidebar-news :-moz-placeholder { /* Firefox 18- */
  font-style:italic;
}
/*Home Page Stuff--------------------*/
.home-featured .soliloquy-prev span.fa, .home-featured .soliloquy-next span.fa{
	 font-size:35px;
	 color:white;
 }
 .home-featured .soliloquy-theme-classic .soliloquy-prev {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 50%;
	margin-top: -17.5px;
	left: 10px;
	z-index: 1320;
	background-image:none;
}
.home-featured .soliloquy-theme-classic .soliloquy-next {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 50%;
	margin-top: -17.5px;
	right: 10px;
	z-index: 1320;
	background-image:none;
}
.home-featured + .home-top .wrap {
	background-color: #fff;
	border-radius: 0px;
	border-top: 0px solid #014d68;
	margin-top: 0px;
	max-width:1280px;
}
.home-top .widget_text .widget-title {
	color: #002B49;
	letter-spacing: 0;
	text-transform: none;
	font-size:50px;
	font-family: proxima-nova,sans-serif;
	line-height:61px;
	font-weight:bold;
	letter-spacing:0.05em;
}
.home-featured .widget:last-of-type {
	padding-bottom: 0px;
}
.home-top .widget_text {
	color: #002B49;
	font-size: 21px;
	line-height: 41px;
	text-align: left;
	max-width:100%;
	margin:0 auto;
	letter-spacing:0.05em;
}
.home-top section{
	display:inline-block;
	vertical-align:middle;
}
.home-top section#custom_html-5{
	max-width:850px;
	margin-left:56px;
	position:relative;
	overflow:visible;
}
.home-top section#custom_html-5::after{
	content:"";
	position: absolute;
	width: 8px;
	height: 203px;
	background: #70D44B;	
	left:-56px;
	top:50%;
	margin-top:-101.5px;
}
.home-top .widget_sp_image{
	max-width:300px;
	margin-left:40px;
}
.henry-circ{
	border-radius:50%;
	border:5px solid rgba(176, 191, 138, 0.5);
	height:90px;
	width:90px;
	background-color:transparent;
	margin:-45px auto 0px;
	z-index:9999;
	position:relative;
}
.henry-circ img{
	background-color:white;
	border-radius:50%;
}
.henry-map-bg-olay{
}
.home-middle, .interior-map-contain {
	/*background-image:url(images/home-map-background.png);*/
	background-color: #00A6CE;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	box-shadow:none;
	padding:51px 2% 58px;
	min-height:685px;
}
.home-middle .widget {
	float: left;
	padding: 0px;
	text-align: center;
	width: auto;
}
.home-middle .wrap{
	max-width:1600px;
}
#text-3,#text-4 {
	padding:40px 60px 40px 224px;
	text-align:left;
	float:right;
	width:827px;
	background-color:#fff;
}
#text-4{
	padding:40px 60px;
	max-width:527px;
	margin-top:44px;
	margin-bottom:13.66px;
}
#text-3{
	max-width:527px;
	background-image:url('/wp-content/uploads/2016/11/brochure.png');
	background-repeat:no-repeat;
	background-position:59px 50%;
	font-size:16px;
	padding-top:51px;
	padding-bottom:64px;
}
.jrab-ic label{
	width:100%;
	text-transform:uppercase;
	text-align:left;
	font-size:16px;
	display:block;
	line-height:21px;
	color: #002B49;
	margin-top:10px;
}
#text-4 button{
	float:left;
	margin-left:2px;
	padding-left:20px;
	padding-right:20px;
}
.jrab-ic{
	max-width:163px;
	float:left;
	margin-right:8px;
}
.jrab-ic input{
	max-width:100%;
	height:40px;
	padding:0px;
	line-height:40px;
}
#text-3 h3, #text-4 h3 {
	font-size: 32px;
	line-height: 39px;
	color:#002B49;
	margin-bottom:15px;
	letter-spacing:0.05em;
	font-weight:bold;
	text-transform:uppercase;
}
#text-3 p, #text-4 p{
	color:#002B49;
}
#text-3 p{
	font-size:16px;
	line-height:19px;
}
#text-3 h3 {
	margin-bottom: 7px;
}
#text-3 button{
	margin-top:15px
}
.henry-map{
	width:700px;
	height:660px;
	float:left;
}
.clearer{
	width:100%;
	clear:both;
	display:block;
	float:none;
	height:0;
}
.home-bottom {
	background-color: #FFF;
	box-shadow: none;
	color: rgba(0, 166, 206, 0.07);
	padding: 50px 0 70px;
}
.home-bottom .featured-content .entry-title a, .home-bottom .widget a{
	color: #007199;
}
.home-bottom section.featuredpost article{
	width:388px;
	height:450px;
	background-color:white;
	margin-right:25px;
}
.home-bottom section.featuredpost{
	width:388px;
	margin-right:25px;
	display:inline-block;
	vertical-align:top;
}
.home .site-inner{
	display:none;
}
.home-gallery {
	background-image:none;
	background-color:#EDF9FB;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	box-shadow:none;
	padding:15px 0px 37px;
	min-height:0px;
}
#text-6 {
	max-width:584px;
	color:#002B49;
	font-size:20px;
	float:left;
	margin-left:25px;
}
#widget_sp_image-2 {
	max-width:615px;
	float:right;
}
#widget_sp_image-2 {
	background-image: url(images/home-gallery-bg.png);
	background-position: 0 0;
	background-size: 619px 522px;
	background-repeat: no-repeat;
	box-shadow: none;
	padding: 42px 35px 18px;
}
 .single-polaroid{
	background-image:url(images/home-gallery-bg.png);
	background-position:0 0;
	background-size:580px auto;
	background-repeat:no-repeat;
	box-shadow:none;
	padding:42px 35px 80px;
}
.single-polaroid {
	background-image: none;
	box-shadow: none;
	padding: 0px 0px 53px;
	background-color: #00A6CE;
	max-width:515px;
}
.single-polaroid.no-cap {
	padding-bottom:0;
}
.cappy-one-oh h3{
	color:#fff;
	font-size:20px;
	font-weight:normal;
}
#text-6 .widget-title {
	font-size: 33px;
	color:#002B49;
	letter-spacing:0;
	margin-top:65px;
	font-weight:bold;
}
#text-6 .widget-title span{
	display:block;
	font-weight:normal;
	font-size:21px;
	line-height:1.15;
	font-style: italic;
}
#text-6 button.button.revblue{
	border-color:white;
}
#text-6 button.button.revblue:hover{
	background-color:#1387ad;
}
.gal-more{
	font-style:italic;
	font-size:16px;
	margin-right:18px;
	line-height:55px;
}
#widget_sp_image-2 h3{
	display:inline-block;
	width:auto;
	float:left;
	line-height:55px;
	margin-left:18px;
}
#widget_sp_image-2 p{
	float:right;
	line-height:55px;
	display:inline-block;
}
.home-top .wrap {
	padding: 40px 0px;
}
.home-social.widget-area {
	background-color:white;
}
.home-social.widget-area h4.widget-title{
	display:none;
}
#ff-stream-1 .ff-header h1{
	font-family: proxima-nova,sans-serif;
	font-weight:bold;
	color:rgba(0, 166, 206, 0.07);
	font-size:25px;
	letter-spacing:.06em;
	line-height:31px;
	text-transform:uppercase;
}
#ff-stream-1 .ff-filter-holder::before {
	height: 0px;
}
#ff-stream-1 .ff-filter-holder .ff-type-all::before{
	content: '';
}
#ff-stream-1 .ff-filter-holder span:first-child::before{
	content: 'Filter: ';
	color:rgba(0, 166, 206, 0.07);
}
#ff-stream-1 .ff-filter-holder .ff-filter.ff-type-youtube::after{
	content: '';
}
#ff-stream-1 .ff-search {
	display:none;
}
.home-social #ff-stream-1 .ff-filter:hover, .home-social #ff-stream-1 .ff-filter.ff-filter--active{
	background-color:transparent;
	color:#00A6CE;;
}
.home-social #ff-stream-1 .ff-moderation-button,.home-social #ff-stream-1 .ff-loadmore-wrapper .ff-btn{
	background-color: transparent;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	padding: 7px 30px;
	text-transform: uppercase;
	width: auto;
	background-color: transparent;
	color:#007199;
	border:2px solid #007199;
	height:auto;
 }
 .home-social #ff-stream-1 .ff-moderation-button:hover,.home-social #ff-stream-1 .ff-loadmore-wrapper .ff-btn:hover{
	background-color: white;
 }
 .home-social #ff-stream-1 .ff-share-wrapper a, #ff-stream-1 .ff-mob-link, #ff-stream-1-slideshow .ff-share-wrapper a {
	background-color: #007199;
}
#ff-stream-1 .ff-filter-holder .ff-filter {
	display: inline-block;
	margin: 0 5px;
	background: transparent;
	color: #007199;
	font-size: 18px;
	padding: 0;
	font-family: proxima-nova,sans-serif;
	border-radius: 0px;
	width: auto;
	height: auto;
	line-height: 35px;
	letter-spacing:.05em;
	vertical-align: middle;
	box-sizing: border-box;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	position: relative;
	text-align: center;
	text-transform:uppercase;
}
#ff-stream-1 .ff-filter-holder .ff-filter::before{
	content: attr(data-filter);
}
#ff-stream-1 .ff-filter-holder .ff-filter::after {
	content: ' / ';
}
#ff-stream-1{
	min-height:0px !important;
}

.ff-item-cont{
	border-left:3px solid #f8f7f6;
	border-right:3px solid #f8f7f6;
}
.ff-content{
	font-family: proxima-nova,sans-serif;
	font-size:16px;
}
.ff-item-meta{
	line-height:22px;
}

#ff-stream-1 .ff-item-cont .ff-item-meta a.ff-name, #ff-stream-1 .ff-item-cont .ff-item-meta .ff-timestamp{
	color:#2c1010 !important;
} 
.ff-theme-classic .ff-nickname::after, .ff-theme-flat .ff-nickname::after, .ff-theme-classic.ff-style-4 .ff-timestamp::before, .ff-theme-classic.ff-style-5 .ff-timestamp::before, .ff-posted::after{
	color:#2c1010 !important;
}

.home-art-contain{
	max-width:390px;
	display:inline-block;
	margin-right:25px;
	overflow:hidden;
}
.home-art-contain article{
	min-height:470px;
	margin-bottom:0px;
	margin-right:0;
}
.home-art-contain h4 {
	margin-bottom:10px;
	font-family:proxima-nova,sans-serif;
	font-size:23px;
	color: #002B49;
	text-transform:uppercase;
	letter-spacing:.05em;
	font-weight:bold;
}

.bspace{
	padding:30px;
	font-size:18px;
	line-height:1.15;
	color:#002B49;
}
.home-art-contain h3.entry-title {
	margin-bottom:8px;
	color: #00A6CE;
	position:relative;
	font-size:22px;
	font-weight:bold;
	line-height:1.15;
	text-transform:none;
}
.home-art-contain h3.entry-title::before {
	content:"";
	position:absolute;
	left:-30px;
	top:0;
	width:8px;
	height:125px;
	background-color:#70D44B;
}
.home-featured .slider-title{
	color:white;
	font-size:60px;
	margin-bottom:20px;
	font-weight:bold;
	line-height:60px;
	letter-spacing:.05em;
	text-transform:uppercase;
}
.home-featured .slider-caption{
	font-size:21px;
	color:white;
	letter-spacing:.05em;
}
.home-featured .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	background: transparent;
}
.home-featured .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
	width: 100%;
	/*bottom: 70px;*/
	bottom:200px;
}
.home-featured .slider-link {
  background: 0 0;
  border-radius:0px;
  float: none;
  font-size: 100%;
  height: auto;
  letter-spacing: normal;
  list-style: none;
  outline: 0;
  position: static;
  text-transform: uppercase;
  padding: 0px;
  line-height: normal;
  display:block;
  margin:20px auto 0px;
 }
.home-featured .revgreen {
  background-color:#002B49;
  float: none;
  font-size: 20px;
  height: auto;
  letter-spacing: normal;
  list-style: none;
  outline: 0;
  position: static;
  text-transform: uppercase;
  padding: 10px 42px;
  line-height: normal;
  letter-spacing:.05em;
  border:none;
 }
/*Footer Stuff-----------------*/
.nav-footer{
	max-width:740px;
	display:inline-block;
}
.genesis-nav-menu.menu-footer li a {
	color: #fff;
	display: block;
	padding: 0px;
	-webkit-backface-visibility: hidden;
	line-height:1.74;
	font-size:19px;
	font-weight:bold;
}
.genesis-nav-menu.menu-footer li a:hover {
	background-color:transparent;
	color: #002B49;
}

.genesis-nav-menu.menu-footer .sub-menu .current-menu-item > a:hover, .genesis-nav-menu.menu-footer li a:hover, .genesis-nav-menu.menu-footer li.current-menu-item > a{
	background-color:transparent;
}

.genesis-nav-menu.menu-footer li:nth-child(-n+7) {
    display:block;
}
.genesis-nav-menu.menu-footer li:nth-child(n+7) {
    display:block;
}
ul.sub-list{
	float: left;
	max-width:33%;
	margin-right:100px;
}
ul.sub-list:last-child{
	margin-right:0px;
}
.footer-logo {
	max-width: 414px;
	display: inline-block;
	margin-top: 9px;
	margin-right: 95px;
	vertical-align: top;
}
.pre-footer{
	line-height:54px;
	text-align:center;
	background-color:rgba(0, 166, 206, 0.07);
	font-family: proxima-nova,sans-serif;
	text-transform:uppercase;
	color:#002B49;
}
.site-footer {
	background-color: #00A6CE;
	font-size: 16px;
	padding: 30px 0px 40px;
	text-align: center;
}
.final-footer{
	line-height:58px;
	border-top:1px solid rgba(0, 0, 0, 0.29);
	background-color: #00A6CE;
	font-size: 19px;
	text-align:center;
	color:white;
}
.final-footer a {
	color:white;
}
.final-footer a:hover {
	color:#014d68;
}
/*Map Stuff-------------------------------------*/
.acf-map {
	width: 100%;
	height: 538px;
	border: #ccc solid 1px;
	margin: 20px 0;
	display: inline-block;
	max-width: 900px;
}
/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
.map-bar {
	width: 283px;
	display: inline-block;
	margin-left: 3%;
	vertical-align: top;
	margin: 20px 0px 20px 10px;
	background-color: #EDF9FB;
	color: #002B49;
	font-family: proxima-nova,sans-serif;
	font-size: 18px;
	padding: 25px 20px;
	min-height: 502px;
}
.map-bar-title {
	font-size:16px;
	text-transform:uppercase;
	color:#002B49;
	font-weight:bold;
}
.hidden-markers{
	display:none;
}
.map-title{
	font-size:25px;
	letter-spacing:.06em;
	text-transform:uppercase;
	font-weight:bold;
}

.map-bar input[type="radio"],
.map-bar input[type="checkbox"]{
  display: none;
}
.map-bar .container {
  margin-bottom: 10px;
  padding-left:22px;
}
.map-bar .container label {
  position: relative;
}

/* Base styles for spans */
.map-bar .container span::before,
.map-bar .container span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* Radio buttons */
.map-bar .container span.radio:hover {
  cursor: pointer;
}
.map-bar .container span.radio::before {
  left: -52px;
  width: 45px;
  height: 25px;
  background-color: #A8AAC1;
  border-radius: 50px;
}
.map-bar .container span.radio::after {
  left: -49px;
  width: 17px;
  height: 17px;
  border-radius: 10px;
  background-color: #6C788A;
  transition: left .25s, background-color .25s;
}
.map-bar input[type="radio"]:checked + label span.radio::after {
  left: -27px;
  background-color: #EBFF43;
}

/* Check-boxes */
.map-bar .container span.checkbox::before {
  width: 18px;
  height: 18px;
  background-color: transparent;
  left: -22px;
  box-sizing: border-box;
  border: 1px solid #002B49;
  transition: border-color .2s;
}
.map-bar .container span.checkbox:hover::before {
  border: 1px solid #007199;
}
.map-bar .container span.checkbox::after {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-family: 'Font Awesome 5 Pro';
  left: -22px;
  top: -3px;
  color: transparent;
  transition: color .2s;
}
.map-bar input[type="checkbox"]:checked + label span.checkbox::after {
  color: #002B49;
}
/*MAP END*/

/*Single Dine*/
.single .entry-meta, .single .entry-footer{
	display:none;
}
body.single{
	background-color:#FFFFFF;
}
.entry{
	box-shadow:none;
}
.blue-single {
	color: #002B49;
	background-color: #EDF9FC;
}
.blue-single h1.entry-title {
	color: #002B49;
	font-size:36px;
}
.single-add-con {
	font-size:18px;
	font-family: proxima-nova,sans-serif;
	text-transform:uppercase;
	color:#002B49;
	font-weight:bold;
	line-height:22px;
	margin-top:8px;
}
.single-description p{
	font-size:18px;
	font-family: proxima-nova,sans-serif;
	color:#002B49;
	line-height:24px;	
}
.single-description{
	margin-top:21px;
}
.blue-single .site-inner{
	padding-top:40px;
}
.single-content{
	padding-top:42px;
}
.blue-single{
	padding-bottom:52px;
}
.single article.entry{
	padding-top:10px;
}
.single-post-navi {
	min-height:43px;
	background-color:#00A6CE;
	color:white;
	line-height:43px;
}
.single-post-navi .site-inner{
	padding:0;
}
.prev-post-navi, .next-post-navi{
	width:30%;
	display:inline-block;
	text-align:left;
	color:white;
}
.next-post-navi{
	width:30%;
	display:inline-block;
	text-align:right;
	color:white;
}
.blog-post-navi{
	width:40%;
	display:inline-block;
	text-align:center;
	color:white;
}
.prev-post-navi a, .next-post-navi a, .blog-post-navi a{
	color:white;
	font-size:14px;
	letter-spacing:.1em;
	font-family: proxima-nova,sans-serif;
	text-transform:uppercase;
	line-height:45px;
	margin-top:-2px;
}
.prev-post-navi a:hover, .next-post-navi a:hover, .blog-post-navi a:hover{
	color:#1387AD;
}
.searchandfilter .chosen-container-single .chosen-single {
	background-color:white;
	color:#007199;
	border:1px solid #007199;
	border-radius:3px;
	box-shadow:none;
	height:45px;
	font-size:16px;
	text-align:left;
	vertical-align:middle;
	line-height:45px;
	background-image:none;
}
.searchandfilter .chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background: url(js/chosen/chosen-sprite.png) 0 12px no-repeat;
}
.searchandfilter .chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 15px;
}
.searchandfilter ul li.sf-field-submit {
}
.searchandfilter ul li.sf-field-submit input{
	height:47px;
	font-size:16px;
	letter-spacing:.1em;
}
.filter-results-head{
	text-align:center; 
}
.archive-description{
	background-color: #fff;
	box-shadow: none;
	color: #002B49;
	font-size: 18px;
	margin-bottom: 20px;
	padding: 0px;
}
.archive-description p{
	display:block;
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	padding:54px 10px;
	line-height:26px;
}
.archive-title {
	font-size: 20px;
	background-color:#007199;
	line-height:342px;
	text-align:center;
	color:white;
	font-size:80px;
	letter-spacing:0px;
	position:relative;
}
/*.archive-title::before{
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0),#695859);
	opacity: .6; 	
}*/
.archive .site-inner {
	clear: both;
	padding-top: 20px;
}
.archive-search{
	margin-bottom:30px;
}
/*Explore by City*/
.site-inner-wide .site-inner{
	width:100%;
	padding:0px;
	max-width:100%;
}
.site-inner-wide .site-inner .entry-content{
	max-width:1100px;
	margin:0 auto;
	text-align:center;
}
.site-inner-wide article{
	margin:0 auto;
}
/*History Has a Name*/
.history-img{
	float:left;
	margin-right:25px;
	margin-top:-3px;
}
.single .content-sidebar-wrap article.entry{
	padding:40px 0px;
}
.single .entry-content ol{
	margin-left: 0px;
}
.history-grid{
	display:inline-block;
	margin-right:20px;
	margin-bottom:10px;
}
/*Single City Page*/
.page-template-explore-single-city article.page{
	display:none;
}
.single-city-top{
	background-color:#00A6CE;
	min-height:100px;
}
.single-city-wrap{
	max-width:1160px;
	margin:0 auto;
	padding:27px 0px;
}
.single-city-map{
	display:inline-block;
	vertical-align:top;
}
.single-city-intro{
	display:inline-block;
	max-width:660px;
	color:white;
	vertical-align:middle;
	margin-left:35px;
}
h2.single-city-title{
	/*font-style:italic;*/
	letter-spacing:0;
	margin-bottom:10px;
}
.single-city-text p{
	line-height:24px;
	font-size:18px;
}
.single-city-fact{
	margin-top:25px;
	line-height:24px;
}
.single-city-poi{
	margin-top:25px;
	line-height:24px;
}
.single-city-poi + .button{
	margin-top:30px;
}
.bolder-title{
	font-weight:bold;
	text-transform:uppercase;
	color: #002B49;
}
.single-city-gmap{
	max-width:1200px;
	margin:0 auto;
	padding:50px 0px;
}
.single-city-gmap .map-title{
	display:none;
}
.single-city-gmap .acf-map {
	width: 70%;
	height: 390px;
}
.single-city-poi a{
	color:#fff;
}
.single-city-gmap .map-bar .container {
	margin-bottom: 0px;
	line-height: 26.5px;
}
.single-city-gmap .map-bar {
	min-height: 342px;
}
.single-city-att-itin{
	background-color:#FFF;
}
.cent-title{
	text-align:center;
}
/*About Page*/
.hide-article article.page{
	display:none;
}
.single-page-photo-grid {
	position:relative;
	display:inline-block;
	margin-right:15px;
	margin-bottom:50px;
}
.single-page-photo-grid:nth-child(3n) {
	margin-right:0px;
}
.single-page-photo-grid:nth-child(4), .single-page-photo-grid:nth-child(5), .single-page-photo-grid:nth-child(6)  {
	top:-30px;
	left:5px;
}

.page-template-about-php .single-page-photo-grid:nth-child(4), .page-template-about-php .single-page-photo-grid:nth-child(5), .page-template-about-php .single-page-photo-grid:nth-child(6) {
	top:-30px;
	left:0px;
}

.single-page-photo-grid-title{
	position:absolute;
	left:25px;
	bottom: 25px;
	max-width:310px;
}
.single-page-photo-grid-title h5{
	font-size:40px;
	color:white;
	vertical-align:bottom;
	line-height:1;
	text-transform:uppercase;
}
.page-photo-grid .single-city-wrap {
	max-width: 1200px;
}
body.page {
	background-color:#FFFFFF;
}
.page aside.sidebar{
	background-color:#EDF9FC;
	padding-right:6px;
	width:355px;
}
.page aside.sidebar .widget{
	padding-left:24px;
	border-bottom:1px solid white;
	padding-bottom:40px;
	margin-bottom:40px;
}
.page .site-inner{
	padding-top:0px;
}
.white-ital{
	color:white;
	font-style:italic;
}
.page-template-photo-gallery .white-ital{
	margin-bottom:25px;
	padding-left:80px;
}
/*Gallery Slider*/
.page:not(.home) .soliloquy-container.gallery {
	background-image:url(images/gallery-background.png) !important;
	background-repeat: no-repeat;
	background-size:cover;
	max-width:1021px !important;
	max-height:590px !important;
	padding:33px 33px 90px !important;
}
.page:not(.home) .soliloquy-container .soliloquy-prev {
	left: -32px !important;
	background: transparent url(images/left.png) no-repeat scroll 50% 50% !important;
	opacity:1 !important;
}
.page:not(.home) .soliloquy-container .soliloquy-next {
	right: -32px;
	background: transparent url(images/right.png) no-repeat scroll 50% 50% !important;
	opacity:1 !important;
}
.soliloquy-thumbnails-container .soliloquy-active-slide, .soliloquy-thumbnails-container .soliloquy-item:hover {
	opacity: 1;
	border:2px solid #007199;
}
.soliloquy-container.gallery .soliloquy-caption .soliloquy-caption-inside {
	background: transparent;
	font-size: 17.87px;
	line-height: 1.25;
	display: block;
	color: #002B49;
	text-shadow: none;
	text-align: left;
	padding: 0px;
	font-family: proxima-nova,sans-serif;
}
.soliloquy-container.gallery .soliloquy-caption {
	position: absolute;
	bottom:-40px !important;
	left:3px !important;
}
.gallery .slider-title{
	display:none;
}
/*
Hero Banners
----------------------*/
.banner-hero.widget-area .widget-title.widgettitle{
		display:none;
}
.banner-hero {
	max-height:348px;
	overflow:hidden;
	text-align:center;
	position:relative;
	height:348px;
}
.banner-hero section::before, .home .soliloquy-link::before, .single-page-photo-grid:not(.special-grid-item)::before{
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0),rgba(0, 166, 206, 0.07););
	opacity: .6; 	
}
.banner-hero section::before{
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #004a80; /*#002b49*/
	opacity: 0.2;
}
.banner-hero img{
	width:100%;
}
h1.hero-title {
	background-color: transparent;
	position: relative;
	top: auto;
	height: auto;
	vertical-align: middle;
	margin-top: -284px;
	text-transform:uppercase;
	font-weight:bold;
}
/*Search Bar Stay*/
.stay-search-bar {
	background-color:#7DA950;
	color:white;
	text-align:center;
	padding-top:33px;
	padding-bottom:20px;
}
.stay-search-bar h3{
	display:inline-block;
	color:white;
	vertical-align:top;
	line-height:35px;
	margin-right:15px;
	font-style:italic;
	font-size:22px;
}
.stay-search-bar .jrab-ic{
	float:none;
	display:inline-block;
	text-align:left;
}
.stay-search-bar .button.revgreen.booker {
	vertical-align: top;
	padding: 7px 14.75px;
	font-size: 14.18px;
	letter-spacing: .1em;
}
.stay-search-bar .jrab-ic input {
	max-width: 100%;
	height: 36px;
	padding: 0px;
	line-height: 36px;
	padding-left:10px;
	width:135px;
	font-size:16px;
}
.jrab-ic input{
	background-image:url(images/calendar-input.png);
	background-repeat:no-repeat;
	background-position: right 8px center;
	background-size:17.5px auto;
	padding-left:10px;
	width:155px;
}
/*Camera Ready
------------------------*/
.camera-ready .single-city-title{
	color:white;
}
.cr-bottom{
	background-color:#F3F4EC;
}
.cr-downloads{
	max-width:260px;
	float:right;
}
.cr-downloads h3{
	font-size:20px;
}
.cr-dl{
	display:block;
	line-height:1;
	margin-top:15px;
}
.cr-form-contain {
	max-width:795px;
	float:left;
}
/*Map Over-rides*/
#map-content {
	max-width: 675px;
}
/*Things to Do Archive*/
.special-grid-item {
	max-width: 405px;
	/*background-image: url(images/things-to-do-promo-bg.png);*/
	height: 310px;
	padding-top: 41px;
	padding-left: 45px;
	padding-right: 45px;
	top: -45px;
	left: -15px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 0;
	background-color:transparent;
}
/*Blog*/
.custom-meta{
	font-style:italic;
	font-size:15px;
	line-height:22px;
	margin:7px 0px;
}
.henry-grid-addess{
	font-style:italic;
	font-size:15px;
	line-height:22px;
}
.henry-grid-phone{
	font-style:italic;
	font-size:15px;
	line-height:22px;
	color:#00A6CE;
}
.henry-grid-phone a{
	color:#007199;
}
/*Single Blog*/
.comment-respond {
	padding: 0px 40px 0px 0px;
}
.comment-respond, .entry-comments, .entry-pings {
	background-color: #fff;
	box-shadow: none;
	font-size: 16px;
	margin-bottom: 40px;
}
.entry-comments, .entry-pings {
	padding: 10px 0px;
}
.comment-list li.depth-1, .ping-list li {
	margin-top: 0px;
	padding: 0px;
}
.entry-comments, .entry-pings {
	padding: 0px;
}
.comment-respond, .entry-comments, .entry-pings {
	background-color: #fff;
	box-shadow: none;
	font-size: 16px;
	margin-bottom: 0px;
}
.comment-respond h3, .entry-comments h3, .entry-pings h3 {
	color: #014d68;
	font-size: 19px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: proxima-nova,sans-serif;
	color:#2c1010;
	letter-spacing:.1em;
	font-weight:bold;
}
.comment-meta {
    display:  none;
}
li.comment, li.pingback {
	background-color: transparent;
}
.after-entry .widget, .sidebar .widget {
	background-color: transparent;
	border-left:0px solid #014d68;
	box-shadow: none;
	padding: 0px;
}
.after-entry .widget-title, .sidebar .widget-title a, .sidebar .widget-title {
	border-bottom: 0px dotted #ddd;
	color: #002B49;
	letter-spacing: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: none;
	font-family: proxima-nova,sans-serif;
	font-size:20px;
	font-weight:normal;
}
.hidden{
	display:none;
}
.single-post .sidebar-primary {
	background-color: #F3F4EC;
	padding-left: 24px;
	padding-right: 24px;
	width: 355px;
}
.after-entry li, .sidebar li {
	border-bottom: 0px dotted #ddd;
}
li.same-category-post-item {
	background-color:white;
	display:inline-block;
	max-width:100%;
	width:330px;
	padding-top:0px !important;
	margin-bottom:28px;
}
li.same-category-post-item .button{
	margin:10px 25px;
}
li.same-category-post-item .post-title {
	font-weight: normal;
	display: block;
	font-size: 18px;
	font-family: proxima-nova,sans-serif;
	padding:10px 25px 0px;
	line-height:1;
	clear:both;
}
.same-category-post-item .same-category-post-css-cropping span {
	margin:0 !important;
	padding:0px !important;
}
.same-category-post-thumbnail img {
	float: left;
	margin: 0px 10px 5px 0 !important;
}
.single-post .site-inner{
	padding-top:0px;
}
.entry-content p{
	margin-bottom:10px;
}

#mobile_combined_navigation{
	display:none;
}
.pre-footer-mobile{
	display:none;
}
.mobile_search_button{
	display:none;
}
.home-middle #map-content {
	float: left;

}
.home-middle .widget#text-5 {
	height:0;
	margin:0;
	width:0;
	display:none;
}
.home-middle .widget:nth-of-type(4n+1) {
	clear: none;
}
.home-middle .wrap {
	max-width: 1282px;
}
.map-wrap{
	max-width:800px;
	margin:0 auto;
}
.henry-grid-img-wrap{
	width:390px;
	height:284px;
	display:inline-block;
}
.henry-grid-img{
	width:390px;
	height:284px;
	overflow:hidden;
}
.henry-grid-img img{
	min-height:284px;
	min-width:100%;
}
.single-page-photo-grid{
	background-color:rgba(0, 166, 206, 0.07);
	max-height: 279px;
}
.single-page-photo-grid:hover img{
	opacity:0.5;
}
.single-page-photo-grid.special-grid-item{
	background-color:transparent;
	max-height:none;
}
.single-member .single-column{
	display:inline-block;
	width:25%;
	padding:5px 5px;
}
.single-member:nth-child(odd){
	background-color:#F3F4EC;
}
.single-member .single-column:nth-child(1){
	width:30%;
}
.single-member .single-column:nth-child(2){
	width:25%;
}
.single-member .single-column:nth-child(3){
	width:30%;
}
.single-member .single-column:nth-child(4){
	width:15%;
}
.col-heading{
	font-weight:bold;
}
/*Camera Ready Fields*/
body.page-id-491  .gform_wrapper ul li.gfield, body.page-template-camera-ready .gform_wrapper ul li.gfield, body.page-id-1901  .gform_wrapper ul li.gfield {
	margin-top: 0px;
	padding-top: 0;
}
body.page-id-491 .gform_wrapper li.hidden_label input, body.page-template-camera-ready .gform_wrapper li.hidden_label input, body.page-id-1901 .gform_wrapper li.hidden_label input {
	margin-top: 0px;
	margin-bottom:12px;
}
body.page-id-491 .gform_wrapper .top_label div.ginput_container, body.page-template-camera-ready .gform_wrapper .top_label div.ginput_container, body.page-id-1901 .gform_wrapper .top_label div.ginput_container {
	margin-top:0px;
}
body.page-id-1901, body.page-id-1901 .entry {
background-color:#F3F4EC
}
.gbutton-contain .button {
	margin-right:10px;
	line-height:22.75px;
}
#gform_wrapper_6 {
	display:none;
}
body.page-id-491 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body.page-template-camera-ready .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body.page-id-1901 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	height: 50px;
	padding-left:20px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#8C8C8C;
  font-style:italic;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #8C8C8C;
  font-style:italic;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #8C8C8C;
  font-style:italic;
}
:-moz-placeholder { /* Firefox 18- */
  color: #8C8C8C;
  font-style:italic;
}
body.page-id-491 .gform_wrapper .ginput_complex .ginput_right.address_state, body.page-template-camera-ready .gform_wrapper .ginput_complex .ginput_right.address_state, body.page-template-camera-ready .gform_wrapper .ginput_complex .ginput_left.address_zip, body.page-tid-491 .gform_wrapper .ginput_complex .ginput_left.address_zip{
	width: 25%;
}
body.page-id-491 .gform_wrapper .ginput_complex .ginput_left.address_zip, body.page-template-camera-ready .gform_wrapper .ginput_complex .ginput_left.address_zip{
	margin-right:0 !important;
	padding-right:0px !important;
	padding-left:8px !important;
}
body.page-id-491 .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left, body.page-template-camera-ready .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
	padding-right: 0px !important;
}
.ginput_container_fileupload input{
	border:0px solid transparent;
	background-color:transparent;
	padding:14px 0px;
}
.home-art-contain:last-of-type{
	margin-right:0;
}
.home-art-contain {
	margin-right: 62px;
	vertical-align:top;
}
.home-bottom .wrap{
	max-width:1300px;
}
body.page-id-491, body.page-id-491 .entry{
	background-color:#F3F4EC;
}
.single-description p{
	margin-bottom:10px;
}
#map-mobile{
	display:none;
}
#map-mobile .map-title-bar{
	color:white;
	background-color:#00A6CE;
	padding:0px 15px;
	font-size:17px;
	font-weight:400;
	line-height:38px;
	border-bottom:2px solid #8DC5E6;
	letter-spacing:.02em;
	text-transform:uppercase;
}
.map-mobile-title + .map-title-bar{
	border-top:2px solid #8DC5E6;
}
#map-mobile .map-title-bar:hover, #map-mobile .map-title-bar.active{
	background-color:#002B49;
}
#map-mobile{
	width:100%;
	background-color:#00A6CE;
	padding:20px 0px;
}
#map-mobile .m-map-wrap{
	max-width:100%;
	width:100%;
}
#map-mobile .map-content-bar{
	padding:0px 15px 18px;
	background-color:white;
	color: #002B49;
	display:none;
	
}
#map-mobile .map-title-bar.active + .map-content-bar{
	display:block;
}
#map-mobile .single-city-fact {
	margin-top: 0px;
	padding-top:10px;
	line-height: 24px;
}
#map-mobile .single-city-poi + .button {
	margin-top: 10px;
	margin-bottom:10px;
}
.map-title-bar .fa-map-marker {
	margin-right:10px;
}
.map-title-bar .fal, .map-title-bar .fal  {
	float: right;
	display: inline-block;
	/* text-align: right; */
	line-height: 38px;
}
#map-mobile .bolder-title {
	font-weight: bold;
	text-transform: uppercase;
	font-size:16px;
	color:#002B49;
}
#map-mobile .single-city-poi, #map-mobile .single-poi, #map-mobile .single-city-fact{
	font-size:16px;
}
#map-mobile .single-poi{
	color:#00A6CE;
}
#map-mobile .single-poi:hover{
	color:#70D44B;
}
#map-mobile .revblue{
	width:100%;
	text-align:center;
}
.map-mobile-title{
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:.1em;
	line-height:30px;
	font-size:25px;
	color:white;
	padding-bottom:15px;
}
.mobile-map-smaller{
	font-size: 18px;
	font-style:italic;
	letter-spacing:0;
	line-height:21px;
	display:block;
	text-transform:none;
	font-weight:normal;
	vertical-align:top;
	width:100%;
	text-align:center;
}
.cpt-archive-description .archive-title, .taxonomy-archive-description .archive-title {
	display:none;
}
.henry-grid-addess{
	margin-top:5px;
}
#tribe-geo-results h2.tribe-events-page-title, h2.tribe-events-page-title {
	font-family: proxima-nova,sans-serif;
	font-weight:bold;
	color:#002B49;
	font-size:25px;
	text-transform:uppercase;
	letter-spacing:.06em;
}
#tribe-events-pg-template #tribe-events .tribe-events-button, #tribe-events-pg-template .tribe-events-button {
	border: 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	padding: 9px 25px;
	border-radius:0px;
}
#tribe-events-pg-template #tribe-bar-form .tribe-bar-submit input[type="submit"] {
	-webkit-appearance: button;
	background-color: #002B49 !important;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 20px;
	height: auto;
	letter-spacing: 0;
	line-height: 1;
	padding: 11px 25px;
	width: 100%;
	text-transform:uppercase;
}
#tribe-events-pg-template #tribe-bar-form .tribe-bar-submit input[type="submit"]:hover{
	background-color: #074A79 !important;
}
#tribe-events-pg-template .tribe-bar-views-inner {
	background:#00A6CE;
	margin: 0;
	padding: 15px 0 45px;
	border-left:3px solid #D5E1E4;
	padding-left:35px;
	min-height:100px
}
#tribe-events-pg-template #tribe-bar-views li.tribe-bar-views-option {
	background:#00A6CE;
}
#tribe-events-pg-template #tribe-bar-views .tribe-bar-views-list {
	left: 24px;
}
#tribe-events-pg-template .tribe-bar-submit {
	float:none;
	display:inline-block;
	vertical-align:bottom;
	margin-left: 0;
	padding-top:40px;
}
#tribe-events-pg-template #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
	background: transparent;
	color: white;
	display: block;
	padding: 6px 15px;
	text-align: left;
	text-decoration: none;
}
#tribe-events-pg-template{
	padding-bottom:40px;
}
#tribe-events-pg-template #tribe-bar-form input[type="text"] {
	border:1px solid #D1D1D1;
	font-size:16px;
	background-color:white;
	line-height:43px;
	padding:0px 5px;
}
#tribe-events-pg-template #tribe-bar-form label {
	display: block;
	font-weight: 400;
	margin: 0 0 5px;
	padding: 0;
	text-transform: none;
	font-family: proxima-nova,sans-serif;
	color:white;
	font-style:italic;
	font-size:18.67px;
}
#tribe-events-bar{
	background-color:#00A6CE;
}
#tribe-events-bar #tribe-bar-form, #tribe-bar-form  {
	background-color:#00A6CE;
}
.single-url a{
	color:white;
}
.image-stretcher{
	width:515px;
	height:360px;
	overflow:hidden;
}
.image-stretcher img{
	min-width:100%;
	min-height:360px;
	width:auto;
	max-width:none;
}
.post-type-archive-history_has_a_name .archive-description p:last-of-type{
	background-image:url(images/hhan-sign.png);
	background-repeat:no-repeat;
	background-position: bottom left;
	padding-left: 243px;
}
.hhn-biz{
	margin-bottom:5px;
}
.post-type-archive-history_has_a_name .henry-grid-buttons .button {
	font-size:14px;
}
.entry-footer {
	background: #fff;
}
.blog .henry-grid-buttons .button {
	font-size:14px;
}
.single-post .entry-header .entry-title{
	font-size:28px;
	line-height:26px;
}
.pipe-sep{
	display:inline-block;
	padding-left:5px;
	padding-right:5px;
}
.single-tribe_events .banner-hero{
display:none;
}
h1.tribe-events-single-event-title{
	font-size:28px;
	color:#002B49;
}
.tribe-events-schedule h2 {
  font-style: normal;
  font-weight: 700;
  font-size:20px;
  font-family: proxima-nova,sans-serif;
}
.single-tribe_events .banner-hero + .site-inner{
	height:0;
	padding:0;
}
.sidebar{
	padding-top:40px;
}
.post-type-archive-tribe_events .banner-hero + .site-inner{
	/*height:0;
	padding:0;
	margin:0;*/
	padding-top:0px;
}
#tribe-events-pg-template.full-width{
	width:100%;
	max-width:100%;
	background-color: #00A6CE;
	padding:0;
}
#tribe-events-pg-template.full-width #tribe-events-bar{
	max-width:1000px;
	margin:0 auto;
}
.tribe-bar-view-list a.tribe-icon-month, .tribe-bar-views-list span.tribe-icon-month, .tribe-select2-results-views .tribe-icon-month {
	background-image: url(images/icon-month-hover.png) !important;
	background-size: 15px 16px;
}
.tribe-bar-view-list span[class^="tribe-icon-"], .tribe-bar-views-list span.tribe-icon-list, .tribe-select2-results-views span.tribe-icon-list {
	background-image: url(images/icon-list-hover.png) !important;
	background-size: 15px 10px;
}
.tribe-bar-views-list span.tribe-icon-day, .tribe-select2-results-views span.tribe-icon-day {
	background-image: url(images/icon-day-hover.png) !important;
	background-size: 15px 16px;
}
/*
.blue-single .single-description a {
	color:#002B49;
}
.blue-single .single-description a:hover {
	color:#014d68;
}
*/
.single-city-intro .single-city-text p, .htres p{
	margin-bottom:25px;
}
.htres{
	color:white;
}
.gapp-button{
	background-image:url(images/google-play-badge.png);
	height:40px;
	width:130px;
	background-repeat:no-repeat;
	background-position: center center;
	background-size:130px 40px;
	display:inline-block;
	text-indent:9999px;
	overflow:hidden;
}
.iapp-button{
	display:inline-block;overflow:hidden;background:url(//linkmaker.itunes.apple.com/assets/shared/badges/en-us/appstore-lrg.svg) no-repeat;width:135px;height:40px;background-size:contain; text-indent:9999px;
}
.sidebar .widget button.revblue{
	font-size:16px;
}
.blurb-title{
	font-family: proxima-nova,sans-serif;
	font-size:23px;
	color:white;
	letter-spacing:.05em;
	line-height:28px;
	font-weight:bold;
	text-transform:uppercase;
}
.blurb-text{
	font-family: proxima-nova,sans-serif;
	font-size:16px;
	font-weight: 400;
	line-height:1.28;
	letter-spacing:0;
	color:white;
}
.interior-map-blurb {
	position: relative;
	max-width: 370px;
	left: calc( 50% + 100px );
	text-align: center;
	margin-bottom: -185px;
}
 .interior-map-contain {
	padding-top:125px;
}
.single-buttonset .revgreen{
	font-size:16px;
	margin-right:10px;
}
.page-template-explore-single-city.site-inner-wide .site-inner .entry-content {
	text-align: left;
}
.hhan-titles h3{
	font-size: 28px;
	line-height:37px;
}
blockquote {
	margin: 20px 0px;
	background-color:#EDF9FC;
	border-radius:6px;
	padding:20px 40px;
	color:#007199;
}
blockquote::before {
	content: "";
}
.single-history_has_a_name .sidebar {
	background-color:#EDF9FC;
	padding-left:25px;
	padding-right:25px;
}
.single-history_has_a_name .site-inner{
	padding-top:0px;
}
.single.single-history_has_a_name .content-sidebar-wrap .sidebar article.entry {
	padding: 0px 0px 20px;
	background-color:white;
	border:0px solid white;
	margin-bottom:28px;
}
.single.single-history_has_a_name .content-sidebar-wrap .sidebar article .entry-header{
	padding-left:25px;
}
.single.single-history_has_a_name .content-sidebar-wrap .sidebar article p{
	text-indent:9999px;
	overflow:hidden;
	line-height:0;
}
.single.single-history_has_a_name .content-sidebar-wrap .sidebar article p .more-link {
	background-color: #002B49;
	border-radius: 0px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 18px;
	text-transform: uppercase;
	width: auto;
	display: inline-block;
	text-indent: 0px;
	margin-left: 25px;
	max-width: 125px;
	line-height: 1.2;
	letter-spacing: .06em;
}
.single-history_has_a_name .entry-content ol > li {
	margin-bottom: 10px;
}
.single.single-history_has_a_name .content-sidebar-wrap .sidebar article p .more-link:hover, .single-post .sidebar .same-category-posts .button:hover {
	background-color: #074A79;
	color: #fff;
}
.single.single-history_has_a_name .content-sidebar-wrap .sidebar .entry-title a{
	color:#00A6CE;
	font-size:22px;
	font-weight:bold;
}
.single-post .sidebar .same-category-posts .button{
	background-color: #1387AD;
	border-radius: 0px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	padding: 7px 18px;
	text-transform: uppercase;
	width: auto;
	display: inline-block;
	text-indent: 0px;
	margin-left: 25px;
	max-width: 125px;
	line-height: 1.2;
	letter-spacing: .05em;
}
.single.single-history_has_a_name .sidebar .widget-title {
	padding-left: 150px;
	padding-bottom: 30px;
	background-image: url(images/hhan-sign.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 169px 134px;
	padding-top: 64px;
	margin-left: -23px;
}
.page-id-491 article .entry-header{
	display:none;
}
.page-id-491 article .one-third.first h3{
	line-height:24px;
	margin-bottom:25px;
}
.page-id-491 article .one-third.first p{
	line-height:21px;
	margin-bottom:25px;
}
.page-id-491 .gform_wrapper ul.gfield_checkbox li label,.page-id-491 .gform_wrapper ul.gfield_radio li label {
	font-size:16px;
}
#field_3_6{
	width:auto!important;
}
.page-id-491 .gform_wrapper .gform_footer {
	padding:0;
	margin:0;
	width:auto;
	text-align:right;
	margin-top:-40px;
}
.single-city-wrap article{
	margin-bottom: 50px;
    margin-right: 16px;
    margin-left:0;
    max-width:370px;
    overflow:hidden;
}
a:focus {
	outline: thin none;
}
.single-city-wrap h5.cent-title{
	padding-top:7px;
	padding-bottom:21px;
}
.archive article .entry-content, .blog article .entry-content, .search article .entry-content {
	padding-top:6px;
}
.cappy-one-oh{
	position:Absolute;
	bottom:16px;
	left:36px;
	}
.single-polaroid {
	position:relative;
}
single-description ol li {
	list-style-type:number;
}
.genesis-nav-menu.menu-footer li.empty-link:nth-child(-n+7),.genesis-nav-menu.menu-footer li.empty-link {
	display:none;
}
.home-social #ff-stream-1 .ff-moderation-button:hover, .home-social #ff-stream-1 .ff-loadmore-wrapper .ff-btn:hover {
	background-color: rgba(0, 113, 153, 0.1);
}
.tester-wrap{
background-color:blue;
padding:20px;
}
.single-polaroid-two-oh{
background-color:transparent;
width:auto;
display:inline-block;
box-shadow: none;
/*
-ms-transform: rotate(3deg); 
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
*/
}
.image-stretcher-two-oh{
background-color:#00A6CE;
padding:0px 0px 60px 0px;
width:auto;
display:inline-block;
box-shadow: none;
position:relative;
/*
-ms-transform: rotate(-3deg); 
-webkit-transform: rotate(-3deg);
transform: rotate(-3deg);
*/
}
.image-stretcher-two-oh img {
	display:block;
}
.single-city-att-itin .henry-grid-img img {
	min-height: 284px;
	min-width: 100%;
	/*height: 100%;
	width: auto;
	max-width: none;*/
}
.single-page-photo-grid.special-grid-item p{
	font-size:16px;
	line-height: 22px;
	margin-top:10px;
}
.archive-search form.searchandfilter {
	margin-top:5px;
}
.archive-search .chosen-container-single .chosen-single div {
	right: 10px;
}
#tribe-events-pg-template .tribe-bar-date-filter {
	padding: 15px 7.5px;
}
#tribe-events-pg-template .tribe-bar-search-filter {
	padding: 15px 7.5px;
}
#tribe-events-pg-template .tribe-bar-submit {
	padding-right:7.5px;
	padding-left:7.5px;
}
#tribe-events-content table.tribe-events-calendar {
	background-color: #fff;
}
.tribe-events-calendar td a {
	color:#00A6CE;
}
.post-type-archive-history_has_a_name.archive .site-inner{
	padding-top:35px;
}
#tribe-events-content .tribe-events-tooltip h4, #tribe_events_filters_wrapper .tribe_events_slider_val, .single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-ical {
	color: #00A6CE !important;
}
 .single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-ical {
	color: #FFF !important;
}
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
	background-color:#002B49 !important;
}
.blog .sidebar {
	padding-top: 0px;
}
.blog .sidebar .gform_wrapper {
	margin-top:0px;
}
.blue-ital{
	color:#1387AD;
}
.blog article header{
	padding-top:10px;
}
.blog .entry-title a,.archive .entry-title a {
	color: #00A6CE;
}
.sidebar #gform_widget-2.widget input[type="submit"], .sidebar #gform_widget-2.widget .button {
	padding-left:55px;
	padding-right:55px;
}
body.blog {
	background-color:#E5E5E5;
}
.blog .sidebar #gform_widget-2.widget {
	border-bottom: 0px solid white;
}
.page-template-about .single-city-top .button {
	font-size:16px;
	letter-spacing:.1em;
}
.htres .single-city-wrap {
	padding: 40px 0px;
}
.htres .single-city-wrap .button.revgreen{
	letter-spacing:.1em;
	font-size:16px;
	margin-bottom:30px;
}
.two-oh-cap{
	position:absolute;
	left:18px;
	bottom:15px;
	width:100%;
}
.two-oh-cap h3{
	display:inline-block;
	width:auto;
	font-size:20px;
	color:#FFF;
}
.two-oh-cap p{
	display:block;
	float:right;
	line-height:22px;
}
.blog-bar .site-inner{
	padding:40px 0px;
	text-align:center;
}
.blog-bar .site-inner p {
	font-size:18px;
	font-weight:400;
	color:#002B49;
}
.map-bar .container {
	margin-bottom: 0px;
	line-height: 26.5px;
}
.map-bar{
	min-height:538px;
}
body.page-id-491 .gform_wrapper textarea {
	padding-left:20px;
}
/*
.single-dine .nav-secondary #menu-primary-navigation.genesis-nav-menu li.menu-item-1215 a .tree-bg, .single-stay .nav-secondary #menu-primary-navigation.genesis-nav-menu li.menu-item-203 a .tree-bg, .single-history_has_a_name .nav-secondary #menu-primary-navigation.genesis-nav-menu li.menu-item-405 a .tree-bg, .single-things_to_do .nav-secondary #menu-primary-navigation.genesis-nav-menu li.menu-item-202 a .tree-bg, .nav-secondary #menu-primary-navigation.genesis-nav-menu li.current-menu-parent  a .tree-bg{
	background-image: url(images/main-hover.png);
	background-size: 120px 54px;
	background-position: bottom center;
	background-repeat: no-repeat;
	display: block;
	height: 54px;
	width: 120px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -60px;
	z-index: 1;
}*/
.single-buttonset{
	margin-top:29px;
}
.bsethhan.single-buttonset{
	margin-top:4px;
}
.bsethhan.single-buttonset .button{
	letter-spacing:.1em;
	padding-left:24px;
	padding-right:24px;
}
.bsethhan.single-buttonset .button:hover{
	background-color:rgba(19, 135, 173, 0.15);
}
.single-history_has_a_name .sidebar .featured-content .entry-title {
	font-size: 18px
}
.entry-title.blue-title{
	color:#007199;
}
.hhan-titles {
	margin-bottom:15px;
}
.custom-s-share {
	width:100%;
	border-top: 1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding: 28px 0px;
	margin-top:25px;
	font-size:18px;
	line-height:18px;
	letter-spacing:.05em;
	color:#007199;
	text-transform:uppercase;
}
.hidsha{
	display:none;
}
.share-any-pre, .slash{
	display:inline-block;
	float:left;
	padding-right:8px;
}
.slash{
	padding-left:8px;
}
.custom-s-share .a2a_svg svg, .custom-s-share .a2a_svg{
	display:none !important;
}
.custom-s-share .a2a_default_style a {
	line-height: 32px;
}
#text-6.widget .button.revblue, #text-6.widget .button.revblue:hover {
	color: #fff;
}
.post-type-archive-stay .henry-grid-phone{
	display:inline-block;
}
.hhan-name {
	font-weight:bold;
}
.page-template-imap .acf-map {
	width: 100%;
	height: 538px;
	border: #ccc solid 1px;
	margin: 20px 0;
	display: inline-block;
	max-width: 810px;
}
/* # Back to Top Button -------------- */
.topButton{
	display:inline-block;
	height:auto;
	width:auto;
	position:fixed;
	bottom:40px;
	right:10px;
	padding: 10px 20px;
	background-color: #007199;
	color: #fff;
	opacity:0.6;
	text-decoration: none;
	text-align: center;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:.05em;
	z-index:199;
}
.topButton:hover{
	opacity:1;
	color: #fff;
	transition:1s;
}
.bt-arrow{
	display:inline-block;
	padding:0px 1px 0px 0px;
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
	font-size:20px
}
.ff-filter-holder .ff-filter{
	background-color:transparent !important;
}
.home-map-blurb {
	/* display: none; */
	max-width: 310px;
	text-align: center;
	position: absolute;
	right: 48%;
	top: auto;
	padding-top: 20px;
}
.em-single p{
	margin-bottom:0;
}
#tribe-events-day .tribe-events-content{
	width:100% !important;
	float:none !important;
	display:block !important;
}
body .archive-description.cpt-archive-description, .archive-description.taxonomy-archive-description {
	padding:54px 10px;
}
body .archive-description.cpt-archive-description *, .archive-description.taxonomy-archive-description *{
	max-width:1200px;
	padding:0px 10px;
	text-align:center;
	margin:0 auto;
}
body.post-type-archive-history_has_a_name .archive-description.cpt-archive-description img{
	max-width:100%;
	padding:00px;
	text-align:center;
	margin:0;
	margin-top:-10px;
}
body .archive-description.cpt-archive-description h1,
.archive-description.taxonomy-archive-description h1,
body .archive-description.cpt-archive-description h2,
.archive-description.taxonomy-archive-description h2,
body .archive-description.cpt-archive-description h3,
.archive-description.taxonomy-archive-description h3,
body .archive-description.cpt-archive-description h4,
.archive-description.taxonomy-archive-description h4,
body .archive-description.cpt-archive-description h5,
.archive-description.taxonomy-archive-description h5{
	margin-bottom:10px;
}
.post-type-archive-history_has_a_name .archive-description p:last-of-type {
	background-image:none;
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-left: 0px;
}
body.post-type-archive-history_has_a_name .archive-description.cpt-archive-description{
	
}
.home-gallery.widget-area .widget.widget_text p{
	margin-bottom:10px;
	line-height:1.15;
}
.home-gallery .single-polaroid-two-oh {
	max-width: 534px;
	width: 100%;
	margin-left: 90px;
}
.home-gallery .image-stretcher-two-oh {
	width: 100%;
	height: auto;
}
.widget#text-11 {
	overflow: visible;
	padding-top:70px;
}
.stay-ico-legend {
	width:100%;
	text-align:center;
	padding-top:10px;
	font-size:13px;
}
.single-ico{
	display:inline-block;
	width:auto;
	margin-right:8px;
	vertical-align:middle;
	line-height:28px;
}
.single-ico *{
	vertical-align:middle;
}
.single-ico .custom-icon-set {
	display: inline-block;
	height: 28px;
	width: 34px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.tribe-events-single-section.tribe-events-event-meta .tribe-events-event-url, .tribe-events-single-section.tribe-events-event-meta .url {
	word-wrap:break-word;
}
.single-tribe_events header + .site-inner {
	display:none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  
/* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */  
	.map-bar .container span::before, .map-bar .container span::after {
		top: 1px;
		bottom: auto;
	}
	button:focus, .button:focus {
		outline: -webkit-focus-ring-color auto 0px;
	}
}
/*NEW CSS*/
#tribe-events-content #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, #tribe-events-content #tribe-events-header .tribe-events-sub-nav li {
	display:block;
}
#tribe-events-content #tribe-events-header .tribe-events-sub-nav li a {
	display:block;
}
.ta-widget{
	text-align: center;
	padding-right: 22px;
}
.archive.post-type-archive-stay article footer{
	margin: 0 auto;
	text-align: left;
	float: none;
	padding: 0px 25px 25px;
}
.ta-widget.ta-archive-widget{
	text-align: center;
	padding-right: 0px;
	margin-top:0px;
	margin-bottom:10px;
}
.ta-widget.ta-archive-widget .cdsROW.wide {
		width:100% !important;
		max-width:100% !important;
		height:auto !important;
}
.ta-widget.ta-archive-widget .cdsROW.wide .cdsROWContainer {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}
.ta-widget.ta-archive-widget .cdsROW.wide .cdsROWContainer .cdsComponent {
	display: block;
	height: 100%;
	vertical-align: middle;
	width: 100%;
	max-width:100% !important;
}
.ta-widget.ta-archive-widget .cdsROW.wide .cdsROWContainer .cdsComponent.cdsRating {
	margin-top:3px;
	margin-bottom:3px;
}
.ta-widget.ta-archive-widget .cdsROW.wide .logo {
	border-right: 0px solid #00a680;
}
.ta-widget.ta-archive-widget  > div > img {
	display:none;
}
.ta-widget div{
	display:inline-block;
}
.ta-widget.ta-archive-widget .cdsROW.border {
	border: 0px solid #00a680;
}
.ta-widget.ta-archive-widget .cdsROW.wide .cdsROWContainer .cdsComponent.cdsLocName {
	display:none;
}
.ta-widget.ta-archive-widget {
	text-align: left;
}
.ada-wrap{
	display:none;
}
.blue-bar .wrap{
	max-width:1000px;
	padding-top:85px;
	padding-bottom:105px;
}
.blue-bar {
	background-color: #EDF9FB;
	color: #002B49;
}
.blue-bar h5{
	color:#002B49;
	text-transform:uppercase;
}
.home-ccontent .widget-title {
	font-size:28px;
	font-family: proxima-nova,sans-serif;
	color:#fff;
	margin-bottom:10px;
}
.city-video-inner{
	max-width:795px;
	margin:0 auto;
}
.city-video.blue-bar .wrap{
	padding-top:60px;
	padding-bottom:65px;
}
.white-title{
	color:#fff;
}
.page-template-explore-single-city .blue-bar .cent-title{
	margin-bottom:30px;
}
.city-content.blue-bar .wrap{
	max-width:990px;
	padding-top:70px;
	padding-bottom:70px;
	padding-left:40px;
	padding-right:
}
.large-left{
	font-size:28px;
	text-transform:none;
	text-align:left;
}
.city-content.blue-bar .wrap p + p{
	margin-top:20px;
}
.sidebar li.large-media, .sidebar li.large-media a {
	font-size:20px;
	font-family: proxima-nova,sans-serif;
	color:#002B49;
	text-transform:uppercase;
}
.sidebar li.large-media a:hover {
	color:#007199;
}
.single-press  aside.sidebar, .post-type-archive-press aside.sidebar, .single-in_the_news  aside.sidebar, .post-type-archive-in_the_news aside.sidebar{
	background-color:#F3F4EC;
	padding-right:6px;
	width:355px;
}
body.post-type-archive-press .archive-description.cpt-archive-description , body.post-type-archive-in_the_news .archive-description.cpt-archive-description {
	padding: 0;
	display:none;
}
.archive.post-type-archive-press .site-inner, .page-template-press-template .site-inner, .archive.post-type-archive-in_the_news .site-inner {
	padding-top: 0;
}
.post-type-archive-press aside.sidebar .widget, .single-press aside.sidebar .widget, .post-type-archive-in_the_news aside.sidebar .widget, .single-in_the_news aside.sidebar .widget{
	padding-left: 24px;
	border-bottom: 1px solid white;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
body.post-type-archive-press, body.page-template-press-template, body.post-type-archive-in_the_news{
	background-color:#fff;
}
.single-press .site-inner, .single-in_the_news .site-inner {
	padding-top: 0px;
}
.post-type-archive-press .content, .page-template-press-template .content, .post-type-archive-in_the_news .content{
	padding-top:60px;
}
#nav_menu-2 .current-menu-item a {
	color:#014d68;
	font-weight:bold;
}
.single-staff .site-container > .site-inner{
	max-width:795px;
	padding-top:55px;
}
.single-staff .single-post-navi .site-inner{
	padding-top: 0px;
}
.staff-facts{
	clear:both;
	float:none;
}
.single .content-sidebar-wrap article.staff.entry {
	padding: 0;
}
h3.staff-name{
	font-size:28px;
	margin-bottom:4px;
}
.staff-position{
	font-family: proxima-nova,sans-serif;
	font-size:20px;
	font-style:italic;
}
.staff-contact{
	margin-top:26px;
}
.staff-email a{
	text-decoration:underline;
}
.staff-phone a{
	font-size:20px;
	color:#000;
	text-decoration:none;
}
.staff-phone + .staff-email{
	margin-top:5px;
	margin-bottom:42px;
}
.staff-facts.blue-bar{
	padding:35px 30px 40px;
}
.staff-facts.blue-bar .wrap{
	padding:0;
}
.history-img.staff-img {
	margin-bottom:25px;
}
h3.fact-title{
	color:#002B49;
	margin-bottom:3px;
}
.staff-facts.blue-bar .wrap ul {
	margin-bottom: 0;
	margin-left: 17px;
}
.staff-facts.blue-bar .wrap ul  > li{
	padding:2px 0;
}
.staff-video + .custom-s-share {
	margin-top:60px;
	margin-bottom:40px;
}
.city-content-inner p {
	line-height:26px;
}
.page-id-4287 .entry-title{
	display:none;
}
.page-id-4287 .entry-content h2 {
	font-size: 28px;
	margin-bottom:25px;
}
.page-id-4287 .entry-content p + h3 {
	margin-top:70px;
}
.page-id-4287 .entry-content h3  + p{
	margin-top:8px;
}
.page-id-4287 .entry-content a {
	text-decoration:underline;
}
#nav_menu-2 .current-menu-item.large-media a {
	color: #002B49;
	font-weight: 400;
}
.archive.post-type-archive-press article, .page-template-press-template article, .archive.post-type-archive-in_the_news article{
	max-width: 380px;
	max-height: none;
	display: inline-block;
	padding: 0;
	margin-bottom: 50px;
	margin-right: 16px;
	vertical-align: top;
	width: 380px;
}
.archive.post-type-archive-press .henry-grid-img, .page-template-press-template .henry-grid-img, .archive.post-type-archive-in_the_news .henry-grid-img {
	width: 380px;
}
.archive.post-type-archive-press .content, .page-template-press-template .content, .archive.post-type-archive-in_the_news .content {
	margin-right: 34px;
}
.single-press .entry-header {
	margin-bottom: 0px;
}
.single-press .custom-meta {
	margin-top:3px;
	margin-bottom:35px;
}
.single-press .wpa-ld.size-full{
	margin-bottom:40px;
}
.single-press .entry-content p {
	margin-bottom: 35px;
}
.single-press #menu-item-4301 a {
	font-weight:bold;
}

.single-in_the_news .entry-header {
	margin-bottom: 0px;
}
.single-in_the_news .custom-meta {
	margin-top:3px;
	margin-bottom:35px;
}
.single-in_the_news .wpa-ld.size-full{
	margin-bottom:40px;
}
.single-in_the_news .entry-content p {
	margin-bottom: 35px;
}
.single-in_the_news #menu-item-4328 a {
	font-weight:bold;
}	

body.post-type-archive-staff{
	background-color:#F2F4EC;
}
body.post-type-archive-staff .archive-description.cpt-archive-description {
	padding: 69px 10px;
}
body.post-type-archive-staff .archive-description.cpt-archive-description * {
	max-width: 965px;
}
body.post-type-archive-staff .archive-description.cpt-archive-description h3{
	font-size:28px;
	line-height:26px;
	margin-bottom:25px;
}
body.post-type-archive-staff .archive-description.cpt-archive-description p{
	line-height:29px;
}
#search-2 .search-form-label.screen-reader-text{
	display:none;
}
.post-type-archive-staff.archive article footer {
	padding: 23px 25px 25px;
}
.post-type-archive-staff.archive article footer .button {
	padding: 7px 18px;
}
.post-type-archive-staff.archive article header{
	padding: 15px 25px 0px;
}
#nav_menu-2  a {
	font-size:19px;
}
.citylmb{
	margin-left:20px;
}
.ta-over {
	/* display: none; */
	display: block;
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 1;
	opacity: 0;
	width:100%;
	height:100%;
}
.ta-widget.ta-archive-widget {
	position: relative;
}
.page-template-explore-single-city .blue-bar a {
	color:#00A6CE;
	text-decoration:none;
}
.page-template-explore-single-city .blue-bar a:hover{
	color:#70D44B;
	text-decoration:none;
}
.page-template-explore-single-city .blue-bar .city-inner p + h5 {
	margin-top:35px;
}
.city-content-inner .city-single-list{
	margin-top:12px
}
.city-content-inner .city-single-list li {
	line-height: 26px;
}
.page-template-explore-single-city .blue-bar .city-inner .city-single-list + h5 {
	margin-top: 35px;
}
.city-single-list li {
	margin-left:20px;
	list-style-type:disc;
}
body > img{
	height:0px;
	display:none;
}
.button a {
	color:inherit;
}
.crow-title{
	font-weight: bold;
	color: #002B49;
	font-size: 32px;
	letter-spacing: .05em;
	line-height: 39px;
	text-transform: uppercase;
	text-align:center;
	margin:50px 0 60px
}
.pre-footer p{
	font-size:19px;
	line-height:50px;
}
body .site-title a {
	background: url(https://visithenrycoga.staging.wpengine.com/wp-content/uploads/2020/05/Henry-County-2020-R2.png) no-repeat !important;
}
.blue-single .single-content .single-add-con a[href^="tel:"] {
  color: #002B49;
  text-decoration: none;
}
@media only screen and (min-width: 1035px) {
	.nav-secondary{
		width: 855px;
		float: right;
		margin-top: 20px;
	}
}
.genesis-nav-menu .menu-item.hide-desktop.hide-desktop{
	display:none;
	opacity:0;
	visibility:hidden;
}
@media only screen and (min-width: 676px) {
	.tax-things_to_do_category article, .post-type-archive-dine article {
		min-height: 550px;
		position:relative;
	}
	.post-type-archive-stay.archive article {
		min-height: 625px;
		position:relative;
	}
	.tax-things_to_do_category.archive article footer, .archive.post-type-archive-stay article footer, .archive.post-type-archive-dine article footer {
		position: absolute;
		bottom: 0;
	}
}
@media only screen and (min-width: 1036px) {
	.tax-things_to_do_category article, .post-type-archive-dine article {
		min-height: 525px;
		position:relative;
	}
	.post-type-archive-stay.archive article {
		min-height: 598px;
		position:relative;
	}
	.tax-things_to_do_category.archive article footer, .archive.post-type-archive-stay article footer, .archive.post-type-archive-dine article footer {
		position: absolute;
		bottom: 0;
	}
}
@media only screen and (min-width: 1175px) {
	/*.tax-things_to_do_category article, .post-type-archive-stay article, .post-type-archive-dine article, .post-type-archive-history_has_a_name article, .search article {
		width: 32%;
		min-height: 544px;
	}*/
	.tax-things_to_do_category article, .post-type-archive-dine article {
		min-height: 544px;
		position:relative;
	}
	.post-type-archive-stay.archive article {
		min-height: 620px;
		position:relative;
	}
	.tax-things_to_do_category.archive article footer, .archive.post-type-archive-stay article footer, .archive.post-type-archive-dine article footer {
		position: absolute;
		bottom: 0;
	}
}