/*
	Theme Name: Kathleen
	Description: Kathleen is a flexible WordPress [something] theme. By Web Savvy Marketing on the <a href="http://web-savvy-marketing.com/go/studiopress/">Genesis framework</a>.
	Author: Web Savvy Marketing
	Author URI: http://www.web-savvy-marketing.com/
	Version: 1.0.3
	Template: genesis

	Copyright 2015 - Web Savvy Marketing
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: kathleen

*/


/*
 Import Fonts
---------------------------------------------------------------------------------------------------- */
/*
	Open Sans, and Prata fonts are enqueued from Google Fonts
	in the /kathleen/lib/init.php file along with the Google Material Icons font.
	See https://www.google.com/design/icons/ for full list of Icons enabled with Kathleen.

*/

/*
Right to Left styles
---------------------------------------------------------------------------------------------------- */

/* @noflip */
body.rtl {
	direction: rtl;
	unicode-bidi: embed;
}


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

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

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

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


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

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

html {
	background-color: #E0E1E2;
	font-size: 62.5%; /* 10px browser default */
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

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

body {
	background-color: #fff;
	line-height: 1.325;
}

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

body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

a img {
	border: none;
}

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

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

img {
	height: auto;
}

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

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

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

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

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

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

/*
Typography
-------------------------------------------------------------------------------------------------------

/* Font Color ----------- */

a:hover,
body,
.store-top-cta h3,
h4.widgettitle a,
input,
.author,
.entry-time,
.entry-categories a,
h2 a,
.widget-area .featured-content .entry-title a,
.widget-area li a,
.genesis-nav-menu a,
.tags-menu .tagcloud a,
.entry-comments-link {
	color: #59595a;
}

div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	color: #414042;
}

div.soliloquy-caption .normal-text {
	color: #333132;
}

.sidebar .cta-box h3.cta-title,
.sidebar .cta-box h3.cta-title a,
.sidebar .cta-box h3.cta-title a:link,
.sidebar .cta-box h3.cta-title a:visited {
	color: #5E838F;
}

.widget-area .entry-header .entry-meta a,
.widget-area .entry-header .entry-meta,
.widget-area .entry-time {
	color: #6893a1;
}

.site-footer {
	color: #5c5d60;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
.entry-tags a:hover,
h2.entry-title a,
h2.entry-title a:visited,
.entry-categories a:hover,
.widget-area .featured-content .entry-title a:hover,
.sidebar .cta-box h3.cta-title a:hover,
.content .home-sidebar span.more-link a,
.widget-area .wsmfeaturedpost a.title:hover,
h2 a:hover,
.widget-area li a:hover {
	color: #5E838F;
}


.sidebar .cta-box h3.cta-title a:hover {
	color: #02023F;
}

.site-title a,
.site-title a:hover {
	color: #5E838F;
}

.entry-footer .entry-meta,
.entry-tags a {
	color: #636363;
}

.foogallery-stack-album .topbar h2 {
    padding-right: 20px;
    visibility: hidden;
}

.site-description {
	color: #2F425F;
}

.author-box a:active,
.author-box a:visited,
.entry-comments .comment-content a:active,
.entry-comments .comment-content a:visited,
.comment-respond .subscribe-to-comments a:active,
.comment-respond .subscribe-to-comments a:visited,
.entry-content a:active,
.entry-content a:visited {
	color: #6893A1;
}

.author-box a:hover,
.comment-respond .subscribe-to-comments a:hover,
.entry-comments .comment-content a:hover,
.entry-content a:hover {
	color: #59595a;
}

input,
select,
textarea {
	color: #414042;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.ribbon,
.wsm-btn .btn-title a,
.content .more-link a,
/* .genesis-nav-menu li a:hover,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
.genesis-nav-menu .current-menu-item a,
.genesis-nav-menu .current-menu-item a:hover,*/
#store-nav .genesis-nav-menu li a,
.cta-box h3.cta-title,
.cta-box h3.cta-title a,
.tags-menu .tagcloud a:hover,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
	color: #fff;
}

/* Font Family ----------- */

body,
input,
textarea,
.author-box h3,
.widget-area .featured-content .entry-title a,
.content .home-main-content span.more-link,
.search-form input[type="submit"],
span.normal-text {
	font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input[type="button"],
input[type="submit"],
.content div.gform_wrapper input.gform_button,
.btn,
.vnewsticker b,
.content span.more-link,
.quote-name,
.entry-title a,
.site-title,
span.normal-text {
	font-family: 'Prata', sans-serif;
}

/* Font Size ----------- */

.site-title {
	font-size: 42px;
	font-size: 4.2rem;
}

blockquote::before {
	color: #5E838F;
	content: '\f106';
	display: inline-block;
	float: left;
	font-family: 'Genericons';
	font-size: 34px;
	font-size: 3.4rem;
	position: relative;
	margin-left: -45px;
	margin-top: -10px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

h2.ribbon {
	font-size: 28px;
	font-size: 2.8rem;
}

h1,
.entry-title,
.entry-title a,
.cta-box h3.cta-title {
	font-size: 26px;
	font-size: 2.6rem;
}

.single h1.entry-title {
	font-size: 28px;
	font-size: 2.8rem;
}

.archive-title,
div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside,
.taxonomy-description h1 {
	font-size: 23px;
	font-size: 2.3rem;
}

h2,
.widgettitle,
.sidebar .cta-box h3.cta-title {
	font-size: 28px;
	font-size: 2.8rem;
}

.home-main-content h1 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4,
button,
input[type="button"],
input[type="submit"],
.btn,
.author-box h3,
.sidebar h2 a {
	font-size: 18px;
	font-size: 1.8rem;
}

h5,
body,
input,
select,
textarea,
.widget-area .entry h2,
.widget-area .featured-content .entry-title a,
.widget-area .featured-content .entry-title,
.entry-header .entry-meta,
.entry-footer .entry-meta,
.wp-caption {
	font-size: 16px;
	font-size: 1.6rem;
}

.tags-menu .tagcloud a {
	font-size: 16px !important;
	font-size: 1.6rem;
}

.genesis-nav-menu {
	font-size: 16px;
	font-size: 1.6rem;
}

.site-footer,
.comment-content p.alert,
.store-pagination span,
.site-footer .copyright {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Font Miscellaneous ----------- */

cite {
	font-style: normal;
}

button,
input[type="button"],
input[type="submit"],
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.entry-title a,
.genesis-nav-menu,
.entry-comments-link,
.entry-header .entry-meta .author,
.entry-header .entry-meta .entry-time,
.wp-caption,
.site-footer p,
.site-title {
	font-weight: 400;
}

b,
strong {
	font-weight: 700;
}


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

.comment-respond .subscribe-to-comments a,
.entry-comments .comment-content a,
.author-box a,
.entry-content a {
	font-weight: bold;
	text-decoration: underline;
}

a,
h2 a,
h2 a:visited,
.genesis-nav-menu a,
.pagination li a,
.widgettitle a,
.site-title a {
	text-decoration: none;
}

/*
 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

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

.site-inner {
	clear: both;
	margin: 0 auto 20px;
	max-width: 1152px;
	overflow: hidden;
	padding-top: 40px;
}

/* 04b - 1152px CSS Grid ----------- */

.sidebar-secondary {
	width: 15.277777777%; /* 176px / 1152px */
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 30.555555555%; /* 352px / 1152px */
}

.sidebar {
	width: 27.083333333%; /* 312px / 1152px */
}

.home .sidebar {
	paddingt: 0 20px;
	width: 31.474820%;
}

.site-header .widget-area {
	width: 55%;
}

.title-area,
.header-image .title-area,
.header-full-width .title-area {
	width: 44%;
}

.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-sidebar-content .sidebar {
	width: 37.931034482%; /* 352px / 928px */
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 56.896551724%; /* 528px / 928px */
}

.content-sidebar .content,
.sidebar-content .content {
	width: 68.277777777%; /* 780px / 1152px */
}

/* .home.content-sidebar .content,
.home.sidebar-content .content {
	width: 60.7014%;
} */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 80.555555555%; /* 928px / 1152px */
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%; /* 1152px / 1152px */
}

.full-width-content .content {
	display: block;
	float: none;
	margin: 0 auto;
	padding: 0;
	width: 97%; /* 1112px / 1152px */
}


.content-sidebar .content-sidebar-wrap {
	background: url(images/content-sidebar-border.png) repeat-y 839px 0;
}

.sidebar-content .content-sidebar-wrap {
	background: url(images/content-sidebar-border.png) repeat-y 312px 0;
}

.home.content-sidebar .content-sidebar-wrap,
.home.sidebar-content .content-sidebar-wrap {
	background: none;
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.content,
.content-sidebar-wrap,
.site-footer .gototop,
.sidebar-secondary,
.title-area {
	float: left;
}

.content-sidebar-sidebar .sidebar-secondary,
.footer-widgets-3,
.sidebar,
.sidebar-content .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap,
.site-header .widget-area {
	float: right;
}

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

#wpstats {
	display: none;
}


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

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

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

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

.site-header {
	position: relative;
	width: 100%;
	z-index: 100;
}

/* .site-header::after {
    background: url(images/menu-bg.png) repeat-x 0 0 #D0D2D3;
	bottom: 0;
    content: "";
    height: 34px;
	left: 50%;
    position: absolute;
    width: 50%;
	z-index: 1;
}
*/
.site-header .wrap {
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	max-width: 1152px;
}

.title-area {
	margin: 36px 0 24px;
}

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

.site-title {
	line-height: 1;
	margin: 0;
}

.header-image .site-title {
	margin: 0;
}

.site-description {
	font-family: 'Prata', serif;
	line-height: 1.25;
	margin: 0;
}

.header-full-width .site-title,
.header-full-width .site-title a {
	width: 100%;
}

.header-image .site-title {
	background: url(images/logo.png) no-repeat;
}

.header-image .site-title,
.header-image .site-title a {
	display: block;
	min-height: 124px;
	overflow: hidden;
	text-indent: -9999px;
	width: 100%;
}

.header-image .site-description {
	display: none;
	overflow: hidden;
	text-indent: -9999px;
}

.site-header .header-right {
	color: #5C8390;
	font-size: 22px;
	font-size: 2.2rem;
	margin: 24px 0;
	position: relative;
	text-align: right;
	width: 100%;
	z-index: 100;
}

.site-header .widget-area {
	margin-top: auto;
}

.header-right .widget {
	margin: 0 0 12px 24px;
	overflow: hidden;
}

.header-right .widget-social {
	margin-bottom: 0;
}

.header-right .widget-wrap {
	float: right;
	text-align: right;
}

.header-right .widget ul li {
	background: none transparent;
	border-right: 1px solid #ccc;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 0 10px;
}

.header-right .menu li.last {
	border-right: 0;
	padding-right: 0;
}

/*
Social Widget
--------------------------------------------- */

.widget-social {
	margin: 0 15px 0 0;
	overflow: hidden;
}

.site-header .widget-social .widget-wrap {
	float: right;
	text-align: left;
	width: auto;
}

.widget-social a {
	float: left;
}

.genericon {
    -webkit-font-smoothing: auto;
}

.widget-social a.genericon:before {
	margin-right: 20px;
}

.widget-social a.genericon {
	border-radius: 100%;
	box-sizing: content-box;
	color: #FFFFFF;
	font-size: 22px;
	font-size: 2.2rem;
    height: 22px;
    line-height: 1;
    margin-right: 10px;
    overflow: hidden;
    padding: 6px;
    position: relative;
    white-space: nowrap;
    width: 20px;
}

.header-right .widget-social a.genericon {
	color: #5C8390;
	margin-right: 0;
}

.ie .widget-social a.genericon {
	line-height: 1.2;
}

.widget-social a.genericon:hover {
	color: #2E4260;
}

.widget-social a:last-child {
	margin-right: 0;
}

.social-custom-text {
	margin-bottom: 10px;
}

.site-header .widget-social .widget-wrap {
	display: inline-block;
	width: auto;
}

/* Main Content ----------- */

.content,
.home.page .content {
	padding: 0 20px 40px;
}

.home .content,
.home.page-template-page_home-template .content {
	padding: 0 20px 0 0;
}

.entry,
.page .post.entry {
	margin-bottom: 16px;
}

.blog .post.entry,
.archive .post.entry {
	margin-bottom: 56px;
}

.single .entry {
	margin-bottom: 48px;
}

.page .entry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
}

.entry-content,
.entry-content p {
	line-height: 1.425;
}

.entry-content p {
	margin-bottom: 20px;
}

blockquote {
	/* background: url(https://www.paradisehistoricalsociety.org/wp-content/themes/kathleen/images/blockquote.png) no-repeat 0 10px; */
	padding: 10px 10px 10px 38px;
}

blockquote .quote-name {
	display: block;
	padding: 10px 0 0;
}

blockquote p {
	margin: 0;
}

.content span.more-link {
	display: block;
	margin: 15px 0 0;
}

.home-sidebar span.more-link,
.sidebar span.more-link {
	display: block;
	margin:  0 0 0 5px;
}

.featuredpage div.more-link,
.wsmfeaturedpage div.more-link {
	display: block;
	margin: 16px 0 0;
}

.content .more-link a {
	background: #6893a1 url(images/more-arrow.png) no-repeat right center;
	display: block;
	float: left;
	padding: 4px 32px 4px 8px;
	text-decoration: none;
}

.content .more-link a:hover {
	background-color: #4d9bb5;
}

.content .home-sidebar span.more-link {
	margin: 0 0 0 5px;
}

.content .home-sidebar span.more-link a {
	background: 0 none;
	padding: 0;
}

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

/*  Soliloquy----------- */

.slider {
	clear: both;
	margin: 0 auto;
}

.slider div.soliloquy li.soliloquy-item {
	background: none;
}

.slider div.soliloquy-container .soliloquy-image {
	height: auto;
	width: 100%;
}

.slider .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
	bottom: 35px;
}

.widget-area .soliloquy-container ul li:before {
	content: '';
}

.slider div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	background: none rgba(0, 0, 0, 0);
	color: #ffffff;
	filter: 0;
	font-family: 'Prata', serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 auto;
	text-align: center;
	text-shadow: 0 0 10px #000;
	width: 80%;
}

.slider div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h1,
.slider div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h2,
.slider div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h3 {
	color: #fff;
	font-size: 52px;
	font-size: 5.2rem;
	margin-bottom: 15px;
	text-shadow: 0 0 10px #000;
}

.slider div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside p {
	line-height: 1.2;
	text-shadow: 0 0 10px #000;
}

/*  CTA's ----------- */

.calltoaction {
	background: #5C8390;
	-moz-box-shadow: 0 0 5px 2px #CCC;
	-webkit-box-shadow: 0 0 5px 2px #CCC;
	box-shadow: 0 0 5px 2px #CCC;
	position: relative;
	z-index: 10;
}

.calltoaction .wrap {
	margin: 0 auto;
	overflow: hidden;
	max-width: 1152px;
}

.calltoaction .cta-box {
	float: left;
	margin: 0 5%;
	padding: 20px 0;
	text-align: center;
	width: 24%;
}

.calltoaction .material-icons,
.calltoaction .genericon {
	color: #ffffff;
	border: 3px solid #ffffff;
	border-radius: 100%;
	font-size: 47px;
	padding: 22px;
}

.calltoaction .cta-box.cta-box1 {
	width: 21%;
}

.calltoaction .cta-box.cta-box4 {
	float: right;
	margin: 0;
}

.cta-box h3.cta-title {
	margin: 0;
	padding: 0 20px;
	text-align: center;
}

.cta-box a.icon {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	display: block;
	margin: 0 auto 10px;
	width: 97px;
}

.calltoaction .cta-box a.icon {
	height: 96px;
	position: relative;
	width: 96px;
}

.calltoaction .cta-box a.icon:after {
	background: url(images/cta-hover.png) no-repeat scroll 0 0 transparent;
    content: ".";
    display: block;
	filter: alpha(opacity=0);
    height: 96px;
    left: 0;
	opacity: 0;
    position: absolute;
    text-indent: -9999em;
    top: 0;
    width: 97px;
	zoom: 1;
}

.calltoaction .cta-box a:hover.icon:after {
	filter: alpha(opacity=1);
	opacity: 1;
	zoom: 1;
}

/*  Home Main Content ----------- */

.home-main {
	overflow: hidden;
}

.home-main-content ul,
.home-main-content p {
	margin: 0 0 20px;
}

.home-main-content ul {
	padding-left: 20px;
}

.home-main-content ul ul {
	margin: 0;
}

.widget-area.home-main-content ul li {
	background: none;
	list-style-type: none;
	padding: 0;
}

.widget-area.home-main-content ul li:before {
	color: #6A93A0;
	content: '\f449';
	font-family: 'Genericons';
	line-height: 1.625;
	margin-right: 8px;
	position: relative;
	top: 3px;
}

.home-main-content ul li li {
	margin-left: 10px;
}

/*  Post Info & Meta ----------- */

.entry-header .entry-meta,
.entry-footer .entry-meta {
	line-height: 1.5;
}

.widget-area .entry-header .entry-meta {
	line-height: 1.325;
}

.entry-header .entry-meta {
	border-bottom: 1px solid #6893A1;
	margin: 0 0 16px;
	padding: 0 0 10px;
}

.entry-comments-link {
	background: url(https://www.paradisehistoricalsociety.org/wp-content/themes/kathleen/images/post-comments.png) no-repeat center left;
	margin-left: 16px;
	padding-left: 20px;
}

.entry-footer .entry-meta {
	background: #e0e1e2;
	border-top: 1px solid #e0e1e2;
	margin: 8px 0 0;
}

.blog .entry-footer .entry-meta,
.archive .entry-footer .entry-meta,
.page-template-page_blog .entry-footer .entry-meta   {
	border-top: none;
}

.entry-footer .entry-meta .entry-tags {
	display: block;
	padding: 2px 10px;
}

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

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-bottom: 24px;
	margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}

/* Miscellaneous ----------- */

p.subscribe-to-comments {
	padding: 5px 6px;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
	display: block;
}

.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.author-box,
.sticky {
	margin-bottom: 80px;
}

.author-box,
.author-box h3,
.taxonomy-description {
	line-height: 1.325;
}

.breadcrumb {
	margin-bottom: 20px;
}

.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	overflow: hidden;
	padding: 32px;
}

.author-box {
	margin-bottom: 48px;
	overflow: hidden;
}

.author-box p {
	overflow: hidden;
}

.author-box h3 {
	margin: 0;
}

.author-box img {
	border-radius: 4px 4px 0 4px;
	-moz-border-radius: 4px 4px 0 4px;
	-webkit-border-radius: 4px 4px 0 4px;
	margin-top: 5px;
}

.author-box br {
	display: none;
}

/*
Menus
---------------------------------------------------------------------------------------------------- */

.nav-primary {
	background: #D0D2D3 url(images/menu-bg.png) repeat-x 0 0;
}

.nav-primary .wrap {
	margin: 0 auto;
	max-width: 1152px;
}

.site-header-nav {
	border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	background: #D0D2D3 url(images/menu-bg.png) repeat-x 0 0;
	float: left;
	position: relative;
	width: 100%;
	z-index: 9999;
}

.genesis-nav-menu {
	clear: both;
	overflow: hidden;
}

.site-header .genesis-nav-menu {
	width: auto;
}

.site-header .genesis-nav-menu,
.site-header .menu,
.nav-primary .genesis-nav-menu {
	padding: 0;
	margin: 0;
}

.genesis-nav-menu li {
	display: inline-block;
	float: left;
	list-style-type: none;
	text-align: left;
}

.ie7 ul.genesis-nav-menu li {
	display: block;
}

.site-header .widget-area .genesis-nav-menu li {
	padding: 0;
}

.site-header-nav .genesis-nav-menu li,
.nav-primary  .genesis-nav-menu li {
	background: none;
	border-left: 1px solid #D5D6D7;
}

.nav-primary .genesis-nav-menu li.last {
	border-right: 1px solid #D5D6D7;
}

.site-header-nav li.home-link,
.site-header-nav .genesis-nav-menu li li,
.site-header-nav .genesis-nav-menu li.first,
.site-header-nav .genesis-nav-menu li.first-menu-item {
	border-left: none;
	clear: none;
}

.site-header-nav .first a {
	-webkit-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
}

.site-header .genesis-nav-menu i.genericon,
.site-header .genesis-nav-menu i.material-icons,
.nav-primary .genesis-nav-menu i.genericon,
.nav-primary .genesis-nav-menu i.material-icons  {
	color: #02023F;
	font-size: 35px;
    line-height: 20px;
}

.site-header .genesis-nav-menu i.material-icons,
.nav-primary .genesis-nav-menu i.material-icons {
	font-size: 25px;
	line-height: 1;
}

.site-header .genesis-nav-menu li.icon a,
nav-primary ..genesis-nav-menu li.icon a {
	padding: 4px 27px 0;
}

.site-header .genesis-nav-menu li:hover i.genericon,
.site-header .genesis-nav-menu li:hover i.material-icons,
.site-header .genesis-nav-menu li i.genericon:hover,
.site-header .genesis-nav-menu li i.material-icons:hover,
.site-header .genesis-nav-menu .current-menu-item a i.genericon,
.site-header .genesis-nav-menu .current-menu-item a i.material-icons,
.nav-primary .genesis-nav-menu li:hover i.genericon,
.nav-primary .genesis-nav-menu li:hover i.material-icons,
.nav-primary .genesis-nav-menu li i.genericon:hover,
.nav-primary .genesis-nav-menu li i.material-icons:hover,
.nav-primary .genesis-nav-menu .current-menu-item a i.genericon,
.nav-primary .genesis-nav-menu .current-menu-item a i.material-icons {
	color: #ffffff;
}

.genesis-nav-menu a {
	display: block;
	line-height: 20px;
	padding: 7px 22px;
	position: relative;
}

.nav-primary .genesis-nav-menu a {
	padding: 7px 27px;
}

.win.gecko .genesis-nav-menu a {
	padding: 7px 26px;
}

.genesis-nav-menu li.last-menu-item a {
	padding: 7px 19px;
}

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #1e1e1e;
}

.genesis-nav-menu .current-menu-item a,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li li a:hover {
	background-color: #5C8390;
	color: #ffffff;
}

.genesis-nav-menu .current-menu-item li a {
	background-color: transparent;
}

.genesis-nav-menu li a.home-button:hover {
	background-color: transparent;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #ff2a00;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	border-bottom: 1px solid #ccc;
	padding:  8px 20px;
	position: relative;
	width: 260px;
}

.genesis-nav-menu li ul {
	background-color: #6893a1;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius:  0 0 8px 8px;
	left: -9999px;
	padding: 0 0 13px;
	position: absolute;
	width: 260px;
	z-index: 99;
}

.site-header-nav .genesis-nav-menu ul li,
.nav-primary .genesis-nav-menu ul li,
.genesis-nav-menu ul li {
	border-left: none;
	border-right: none;
}

.genesis-nav-menu li ul ul {
	margin: -37px 0 0 260px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
.site-header .genesis-nav-menu li:hover>ul,
.site-header .genesis-nav-menu li.sfHover ul {
	left: auto;
}

ul.genesis-nav-menu li:hover>ul a {
	color: #ffffff;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

.gecko .genesis-nav-menu li.last-menu-item a {
	padding: 7px 18px;
}

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

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

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

/* Store page Navigation ----------- */

#store-nav {
	float: right;
}

#store-nav .genesis-nav-menu li {
	margin-left: 10px;
}

#store-nav .genesis-nav-menu li a {
	padding: 4px 8px;
	background: #5C8390;
}

#store-nav .genesis-nav-menu li a:hover {
	background: #5293a8;
}

/* Navigation toggles
--------------------------------------------- */
.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}


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

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
	line-height: 1.2;
	margin: 0 0 16px;
}

h1.page-title {
	border-bottom: 1px solid #d92131;
	padding-bottom: 10px;
}

.single h1.entry-title {
	margin: 0;
}


h1.page-title {
	margin: 0 0 16px;
}

h1.entry-title,
h2.entry-title  {
	margin: 0;
}

.widget-area .featured-content .entry-title a {
	line-height: 1.325;
}

.gform_widget h4.widgettitle {
	margin-bottom: 5px;
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
}

.archive-title {
	margin-bottom: 24px;
}


/*
 Lists
---------------------------------------------------------------------------------------------------- */

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

.sidebar ol,
.sidebar ul {
	padding-left: 0;
}

.entry-content ol li,
.entry-content ul li {
	line-height: 1.625;
}

.entry-content ul li {
	margin-left: 20px;
}

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

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

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

.entry-content ul li {
	background: none;
	list-style-image: none;
	list-style-type: none;
}

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

.entry-content ul li:before {
	color: #6A93A0;
	content: '\f449';
	font-family: 'Genericons';
	line-height: 1.625;
	margin-right: 8px;
	position: relative;
	top: 3px;
}

.entry-content ul li li {
	margin-left: 10px;
}

/*
Post Navigation
---------------------------------------------------------------------------------------------------- */

.pagination {
	overflow: hidden;
	padding: 10px 0;
}

.pagination ul {
	float: right;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
	background-color: #6893A1;
	border: 1px solid #6893A1;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	padding: 5px 12px;
}

.pagination li a:hover,
.pagination li.active a {
	background-color: #fff;
	color: #6893A1;
}


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

.entry-comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

.ping-list,
.entry-comments {
	margin-bottom: 20px;
}

#author,
#email,
#url {
	width: 99.8%;
}

.comment-meta,
#author,
#email,
#url {
	margin-bottom: 12px;
}

#comment {
	margin: 12px 0;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 10px;
	padding: 16px;
}


.comment-header {
	overflow: hidden;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
}

.comment-content p {
	margin-bottom: 8px;
}

.comment-content p.alert {
	font-style: italic;
}

.bypostauthor {
}

.entry-comments .pagination {
	margin-top: 32px;
}

.entry-comments .comment-respond {
	margin-top: 10px;
}

.comment-respond .comment-reply-title {
	margin-bottom: 5px;
}

.comment-form .logged-in-as {
	margin-bottom: 15px;
}

.single-post #respond.comment-respond label {
	display: none;
}


#respond .alignright {
	margin-top: 16px;
	width: 32%;
}

#respond .alignleft {
	width: 68%;
}

.logged-in #respond .alignleft {
	width: 100%;
}

#respond .alignright input {
	border-left: 0;
}

#respond textarea#comment {
	border-radius: 8px 8px 0 8px;
	-moz-border-radius: 8px 8px 0 8px;
	-webkit-border-radius: 8px 8px 0 8px;
	margin: 0;
}


#respond .form-submit {
	clear: both;
	display: block;
	padding: 10px 0;
	overflow: hidden;
}

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

.sidebar {
	display: inline;
	line-height: 1.325;
	margin-bottom: -20px;
}

.sidebar p {
	margin-bottom: 16px;
}

.sidebar .widget {
	border: 1px solid #ccc;
	border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	-webkit-border-radius:  0 8px 8px 0;
	border-left: 0;
	margin-bottom: 20px;
	padding: 10px 20px;
	overflow: hidden;
}

.home .sidebar .widget {
	border: 0;
	padding: 0;
}

.sidebar-content .sidebar .widget {
	border: 1px solid #ccc;
	border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	-webkit-border-radius:  8px 0 0 8px;
	border-right: 0;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

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


.home-sidebar .widget {
	margin: 0 0 16px;
	padding: 0 16px 16px;
}

.home-sidebar .widget.wsm-btn {
	border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	-webkit-border-radius:  0 8px 8px 0;
	padding: 16px;
}

/*
widget Area
---------------------------------------------------------------------------------------------------- */

.widget-area .entry h2 {
	margin: 0;
}

.widget-area ul li:before {
	color: #6A93A0;
	content: '\f501';
	font-family: 'Genericons';
	line-height: 1.625;
	position: relative;
	top: 3px;
}

.widget-area .soliloquy ul li {
	background: transparent;
	padding: 0;
}

.widget-area a {
	text-decoration: none;
}

.widget-area .entry-comments-link {
	margin: 0;
	padding: 0 0 0 5px;
}

.widget-area .widget_recent_entries ul {
	padding-left: 0;
}

.widget-area .widget_recent_entries ul li {
	background: 0 none;
	border-left: 4px solid #5C8390;
	margin: 0 0 20px;
	padding-left: 8px;
}

.widget-area .widget_recent_entries ul li:before {
	content: '';
}

.widget-area .widget_recent_entries ul li a {
	display: block;
}

.widget-area .wsmfeaturedpost p {
	display: inline-block;
    margin: 0;
}

.widget-area .entry {
	border-bottom: 1px solid #e0e1e2;
	padding-bottom: 8px;
}

.widget-area .page.entry {
	border: 0;
	padding-bottom: 20px;
}

/*
Sidebar CTA's
--------------------------- */

.sidebar .widget.wsm-cta {
	border: 0;
	padding: 0 0 0 10px;
}

.sidebar .cta-box {
	float: left;
	margin: 0 0 32px;
	width: 100%;
}

.sidebar .cta-box a.icon {
	float: left;
	height: 57px;
	margin: 0 10px 0 0;
	position: relative;
	width: 57px;
}

.sidebar .cta-box .material-icons,
.sidebar .cta-box .genericon {
	color: #5E838F;
	border: 3px solid #5E838F;
	border-radius: 100%;
	font-size: 30px;
	padding: 10px;
}

.sidebar .cta-box:hover > a .material-icons {
	color: #2d4261;
	cursor: pointer;
	border-color: #5C8390;
}

.sidebar .cta-box:hover > h3 a {
	color: #2d4261;
}

.sidebar .cta-box h3.cta-title {
	padding: 0 42px 0 67px;
	position: relative;
	text-align: left;
}

.sidebar .cta-box h3.cta-title:after {
	background-color: #5E838F;
	border-radius: 100%;
	color: #fff;
	content: '\f452';
	font-family: 'Genericons';
	font-size: 18px;
	height: 22px;
	margin: 0 0 0 10px;
	padding: 3px 1px 3px 3px;
	width: 22px;
	z-index: 1;
}

.sidebar .cta-box h3.cta-title:hover:after {
	background-color: #2E4260;
}

/*
Sidebar Button Widget
--------------------------- */

.widget.wsm-btn,
.home .sidebar .widget.wsm-btn,
.site-footer .widget.wsm-btn {
	background: #6893A1;
	padding: 20px;
}

.footer-left .widget.wsm-btn {
	border-radius: 8px 0 0 8px;
}

.widget.wsm-btn:hover {
	background: #4D9BB5;
}

.wsm-btn .btn-title {
	margin: 0;
}

/*
Featured Post
--------------------------- */

.widget-area .entry {
	clear: both;
	margin: 0 0 16px;
	overflow: hidden;
}

.widget-area .entry-header .entry-meta {
	border: 0;
	margin: 0 0 8px;
	padding: 0;
}

.wsmfeaturedpost .entry-header .entry-meta {
	float: left;
	margin: 0 8px 0 0;
}

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

.site-footer {
	background-color: #E0E1E2;
	box-shadow: inset 0 5px 10px -5px #777;
	clear: both;
	overflow: hidden;
}

.site-footer .wrap {
	margin: 0 auto;
	padding: 20px 0;
	max-width: 1152px;
}

.site-footer .widget-area {
	overflow: hidden;
	width: 100%;
}

.site-footer .widget-box {
	border-right: 1px solid #CCC;
	float: left;
	margin: 0 14px 0 0;
	min-height: 215px;
}

.footer-left {
	width: 25.4%
}

.footer-center {
	width: 45.57%
}

.site-footer .widget {
	clear: both;
	margin: 0 0 24px;
	overflow: hidden;
	padding: 0 16px 0 0;
}

.site-footer .widget-area ul {
	padding-left: 0px;
}

.footer-center ul li {
	float: left;
	margin: 0 10px 0 0;
}

.header-image .site-footer .site-title a,
.header-image .site-footer .site-title {
	min-height: 65px;
}

.site-footer .footer-right {
	border-right: none;
	float: right;
	margin-right: 0;
	width: 26%;
}

.site-footer .footer-copyright {
	clear: both;
	display: block;
	float: left;
	padding: 32px 0 0;
	width: 49%;
}

.site-footer .footer-credits {
	float: right;
	padding: 32px 0 0;
	text-align: right;
	width: 49%;
}

.site-footer .genericon,
.site-footer .material-icons {
	background: #6893A1;
	border-radius: 50%;
	color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
    padding: 3px 4px;
}

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

.footer-widgets {
	border-top: 2px solid #1e1e1e;
	clear: both;
	line-height: 1.5;
	overflow: hidden;
	padding: 32px 0 16px;
}

.footer-widgets p {
	margin-bottom: 16px;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets .widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets-1 {
	margin-right: 4.166666666%; /* 48px / 1152px */
}


/*
Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	border: 1px solid #ddd;
	padding: 5px 16px 5px 5px;
	width: 100%;
}

input[type="submit"],
input[type="text"],
select,
textarea {
	-webkit-appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
	border: 0 none !important;
	width: auto;
}

select {
	background: url(images/bg-select.png) no-repeat right #fff;
}

.widget-area input,
.widget-area select,
.widget-area textarea {
	background-color: #f6f8f9;
}

.site-header .search-form {
	float: right;
	margin-top: 56px;
	width: 100%;
}

.content .gform_wrapper ul li.gfield {
	clear: none;
}

.site-inner .gform_wrapper input.gform_button,
.content div#respond input[type="submit"] {
	background: none #6893a1;
    border: 0;
    border-radius: 0;
	-moz-box-border-radius: 0;
	-webkit-box-border-radius: 0;
    box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
    color: #FFF;
    cursor: pointer;
    font-family: inherit;
    font-size: 100%;
    font-weight: normal;
    left: auto;
    margin: 0;
    overflow: visible;
    position: relative;
    text-decoration: none;
    text-shadow: 0 0 0 rgba(0, 0, 0);
}

.site-inner .gform_wrapper input.gform_button,
div#respond input[type="submit"],
button,
input[type="button"],
input[type="submit"],
.btn {
	background-color: #6893A1;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	cursor: pointer;
	padding: 4px 20px;
	width: auto;
}

.content div#respond input:hover[type="submit"],
.site-inner .gform_wrapper input.gform_button:hover,
button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	background-color: #4d9bb5;
}

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

.search-form {
	position: relative;
}

input[type="search"]{
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	max-width: 92%;
}

.search-form input[type="submit"] {
	background: #6893A1;
	border: 0;
	bottom: 0;
	padding: 5px 13px;
	position: absolute;
	right: 0;
}

.search-form input[type="submit"]:hover {
	background: #4D9BB5;
}

.ie7 form.search-form input[type="submit"] {
	padding: 2px 13px;
}

.gecko .search-form input[type="submit"] {
	padding: 4px 13px;
}


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

div.gform_wrapper {
	overflow: hidden;
	position: relative;
}

.site-inner div.gform_wrapper input,
.site-inner div.gform_wrapper select,
.site-inner div.gform_wrapper textarea {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 5px 8px;
}

.site-inner .content div.gform_wrapper input,
.site-inner .content div.gform_wrapper select,
.site-inner .content div.gform_wrapper textarea,
.site-inner .content div.gform_wrapper .fileupload {
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 1px 12px #e9eaeb inset;
	-webkit-shadow: 0 1px 12px #e9eaeb inset;
	-webkit-shadow: 0 1px 12px #e9eaeb inset;
}

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

.content div.gform_wrapper .top_label .gfield_label {
	color: #414042;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	background: none;
	margin-left: 0;
	margin-top: 16px;
	padding-left: 0;
}

div.gform_wrapper .gfield_checkbox li,
div.gform_wrapper .gfield_radio li {
	margin-bottom: 10px;
	line-height: 1.125;
}

.site-inner .content div.gform_wrapper .gfield_checkbox li input,
.site-inner .content div.gform_wrapper .gfield_radio li input {
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

div.gform_wrapper .ginput_complex .ginput_right input#input_5_1_6 {
	width: 95% !important;
}

div.gform_wrapper #field_5_4 .gfield_label {
	margin-top: 20px;
}

div.gform_wrapper .ginput_container #input_5_4 {
	width: 98%;
}

div.gform_wrapper form li.one-half.right {
	float: right;
}

.content div.gform_wrapper form li.one-half.first.newsletter {
	clear: both;
}

.content .gform_wrapper ul li#field_5_10 {
	overflow: auto;
}

div.gform_wrapper ul.gfield_checkbox li.gchoice_10_1 {
	float: left;
}

div.gform_wrapper ul.gfield_checkbox li.gchoice_10_2 {
	float: left;
	margin-left: 20px !important;
}

div.gform_wrapper li.psd-option .gfield_checkbox li,
div.gform_wrapper li.psd-option .gfield_radio li,
div.gform_wrapper li.newsletter .gfield_checkbox li,
div.gform_wrapper li.newsletter .gfield_radio li {
	float: left;
	margin-right: 2%;
	width: 35%;
}

div.gform_wrapper ul.gfield_checkbox,
div.gform_wrapper ul.gfield_radio {
	margin-top: 6px !important;
}

div.gform_wrapper .gfield_checkbox li input[type="checkbox"],
div.gform_wrapper .gfield_radio li input[type="radio"], .gform_wrapper .gfield_checkbox li input {
	margin-top: 6px;
}

div.gform_wrapper .gfield_checkbox li label,
div.gform_wrapper .gfield_radio li label {
	font-size: 14px;
	font-size: 1.4rem;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
.gform_wrapper ul.gfield_radio li input[type="radio"] {
	margin-left: 5px !important;
}

div.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
div.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
	font-weight: normal;
}

div.gform_wrapper textarea.medium {
	height: 190px;
}

.site-inner div.gform_wrapper input.fileupload[type="file"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: border-box;
	border: 0 none;
	position: relative;
	line-height: 18px;
	width: 100%;
}

.site-inner div.gform_wrapper input.fileupload[type="file"]::-webkit-file-upload-button {
	width: 0;
	padding: 0;
	position: relative;
	line-height: 22px;
	margin: 0;
	-webkit-appearance: none;
	border: 0;
}

.chrome .site-inner div.gform_wrapper input.fileupload[type="file"]::-webkit-file-upload-button {
	padding: 4px 0 0;
	line-height: 18px;
}

/* "x::-webkit-file-upload-button" forces the rules to only apply to browsers that support this pseudo-element */
x::-webkit-file-upload-button,
.site-inner div.gform_wrapper input.fileupload[type="file"]:after {
	color: #6893A1;
	content: 'Browse Files...';
	display: inline-block;
	left: auto;
	right: 5px;
	top: 5px;
	margin-left:3px;
	position: absolute;
	-webkit-appearance: button;
	padding: 3px 8px 2px;
}

div.gform_wrapper form li.five-sixths,
div.gform_wrapper form li.four-fifths,
div.gform_wrapper form li.four-sixths,
div.gform_wrapper form li.one-fifth,
div.gform_wrapper form li.one-fourth,
div.gform_wrapper form li.one-half,
div.gform_wrapper form li.one-sixth,
div.gform_wrapper form li.one-third,
div.gform_wrapper form li.three-fifths,
div.gform_wrapper form li.three-fourths,
div.gform_wrapper form li.three-sixths,
div.gform_wrapper form li.two-fifths,
div.gform_wrapper form li.two-fourths,
div.gform_wrapper form li.two-sixths,
div.gform_wrapper form li.two-thirds {
	margin-bottom: 0;
	padding-left: 20px;
}

div.gform_wrapper form li.first {
	padding-left: 0;
}

div.gform_wrapper .top_label .gfield_label {
	font-weight: normal;
	margin: 4px 0;
}

div.gform_wrapper form li.clearit .gfield_label {
	display: none;
}

.gform_widget div.gform_wrapper li.email input {
	width: 85%;
}

.gform_widget div.gform_wrapper form li {
	margin-top: 6px;
}

.gform_widget div.gform_wrapper {
	margin: 0;
}

.gform_widget div.gform_wrapper form {
	position: relative;
}

.gform_widget div.gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
	position: absolute;
	right: 2px;
	top: 0;
}

div.gform_wrapper .top_label .gfield_error {
	width: 94%;
}

.gform_widget div.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	margin-bottom: 0 !important;
}

.gform_widget div.gform_wrapper.validation_error .gform_footer,
.gform_widget div.gform_wrapper.gform_validation_error .gform_footer {
	float: right;
	position: relative;
}

div.gform_wrapper.gform_validation_error li input[type="text"] {
	background-color: #FFF;
}

.site-inner .gform_widget input.gform_button {
	padding: 5px 8px 5px;
}

.ie .site-inner .gform_widget input.gform_button {
	height: 31px;
	text-align: center;
	min-width: 60px;
}

.site-inner .content div.gform_wrapper input.gform_button {
	background: #6893a1 url(images/more-arrow.png) no-repeat right center;
	font-size: 14px;
	font-size: 1.4rem;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding: 8px 26px 8px 8px;
}

div.gform_wrapper.gform_validation_error .validation_error {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.325;
}

.gecko .site-inner .content div.gform_wrapper input.gform_button {
	padding: 4px 26px 4px 8px;
}

.site-inner .content div.gform_wrapper input.gform_button:hover {
	background-color: #60abc5;
}

.gecko .site-inner .gform_widget input.gform_button {
	padding: 4px 8px;
}

div.gform_wrapper .description,
div.gform_wrapper .gfield_description,
div.gform_wrapper .gsection_description,
div.gform_wrapper .instruction {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
}

/*
## TablePress
--------------------------------------------- */

h2.tablepress-table-name {
	font-size: 22px;
	font-weight: 400;
}

table.tablepress thead th,
table.tablepress tfoot th {
    background: #eceded;
	color: #6893A1;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}

table.tablepress tbody td,
table.tablepress tfoot th {
	border-bottom: 1px solid #CCC;
	border-top: none;
	border-right: 1px solid #CCC;
	font-family: 'Prata', serif;
	font-size: 15px;
}

table.tablepress {
	border: 1px solid #CCC;
}

span.tablepress-table-description {
    margin-bottom: 16px;
}

table.tablepress .odd td,
table.tablepress .even td {
	background-color: transparent;
}

table.tablepress th,
table.tablepress td {
	padding: 4px 8px;
}

/*
	Testimonials Widget
---------------------------------------------------------------------------------------------------- */


.testimonials-widget blockquote {
	margin: 0 0 0 45px;
	padding: 0;
}

.testimonials-widget .credit .author {
	font-style: italic;
}

/*
Single Post Subscribe
---------------------------------------------------------------------------------------------------- */

.content .subscribe-box {
	border: 1px solid #CCC;
	border-radius: 6px;
	margin: 32px auto 0;
	overflow: hidden;
	width: 100%;
}

.content .subscribe-box .widget {
	border-radius: 0 10px 10px 0;
	width: 100%;
}

.subscribe-box .widget-wrap {
	display: flex;
}

.subscribe-box .left,
.subscribe-box .right {
	align-items: stretch;
	display: inline-block;
	flex: 1;
	width: 50%;
}

.subscribe-box .left {
	background-color: #6893A1;
	color: #ffffff;
	padding: 15px;
	float: left;
}

.subscribe-box .widgettitle {
	color: #ffffff;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
	margin-top: 0;
	padding: 0;
}

.subscribe-box .right {
	background: #FFF url(images/newsletter-arrow.png) no-repeat 0 center;
	border-radius: 0 6px 6px 0;
	float: right;
	padding: 0 0 0 30px;
	margin: 0;
}

.subscribe-box .right .gform_wrapper {
	margin: 25px 0 0;
}

.subscribe-box div.gform_wrapper form {
	position: relative;
}

.subscribe-box div.gform_wrapper .gform_heading {
	margin-bottom: 8px;
}

.subscribe-box div.gform_wrapper li.email input {
	background-color: #fff;
	border-radius: 0;
}

.subscribe-box  div.gform_wrapper .gform_footer {
	bottom: auto;
	margin-top: 10px;
	padding: 0;
	right: 0;
	top: 0;
}

.site-inner .subscribe-box div.gform_wrapper input.gform_button {
	float: right;
	margin-right: 10px;
	padding: 6px 24px 5px 5px;
}

.gecko .site-inner .subscribe-box div.gform_wrapper input.gform_button {
	padding: 6px 24px 5px 5px;
}

/*
 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
}

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

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

.author-box .avatar {
	float: left;
	margin-right: 24px;
}

.comment-list li .avatar {
	border-radius: 4px 4px 0 4px;
	-moz-border-radius: 4px 4px 0 4px;
	-webkit-border-radius: 4px 4px 0 4px;
	float: left;
	margin: 0 16px 10px 0;
}

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

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

.alignleft img,
img.alignleft,
.post-image,
.wp-caption.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

.alignright img,
img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.content .alignleft img,
.content .alignright img,
.content .centered img,
.content img.alignleft,
.content img.alignright,
.content img.centered,
.content img.aligncenter,
.content img.alignnone {
	border: 1px solid #CCC;
	box-sizing: border-box;
	padding: 6px;
	max-width: 100%;
}

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
}

.gallery-caption {
}

/*
Related Post Widget
------------------------------------- */

div.crp_related {
	margin: 32px 0;
}

div.crp_related ul {
	display: block;
	overflow: hidden;
}

div.crp_related ul li {
	float: left;
	line-height: 1.3;
	list-style-type: none;
	margin-right: 7%;
	width: 27%;
}

.ie8 div.crp_related ul li,
.ie7 div.crp_related ul li {
	margin-right: 7%;
}

.ie8 div.crp_related ul li,
.ie7 div.crp_related ul li,
div.crp_related ul li:last-child {
	margin-right: 0;
}

div.crp_related ul li a,
div.crp_related ul li a:visited {
	color: #414042;
}

div.crp_related ul li a:hover{
	color: #D82131;
}

div.crp_related img.crp_thumb {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding: 5px;
	max-width: 90%;
}

div.crp_related .crp_title,
div.crp_related a:visited.crp_title {
	display: block;
	color: #D82131;
	font-family: 'Prata',sans-serif;
	padding-top: 5px;
}

div.crp_related a:hover.crp_title {
	color: #414042;
}

/*
Contact Us Page
---------------------------------------------------- */

.content .form-box {
	border-left: 1px solid #CCC;
	margin-left: 2%;
	padding-left: 2%;
}

/* # Color Options
----------------------------------------------------------------------------------------------------  */

/* ## Brown
--------------------------- */

.kathleen-brown a,
.kathleen-brown .site-title a,
.kathleen-brown .author-box a:active,
.kathleen-brown .author-box a:visited,
.kathleen-brown .entry-comments .comment-content a:active,
.kathleen-brown .entry-comments .comment-content a:visited,
.kathleen-brown .comment-respond .subscribe-to-comments a:active,
.kathleen-brown .comment-respond .subscribe-to-comments a:visited,
.kathleen-brown .entry-content a,
.kathleen-brown .entry-content a:active,
.kathleen-brown .entry-content a:visited,
.kathleen-brown .site-header .header-right,
.kathleen-brown .header-right .widget-social a.genericon,
.kathleen-brown .widget-area .entry-header .entry-meta a,
.kathleen-brown .widget-area .entry-header .entry-meta,
.kathleen-brown .widget-area .entry-time,
.kathleen-brown .entry-content ul li:before,
.kathleen-brown blockquote::before,
.kathleen-brown table.tablepress thead th,
.kathleen-brown table.tablepress tfoot th,
.kathleen-brown .widget-area ul li:before,
.sidebar .cta-box h3.cta-title {
	color: #806641;
}

.kathleen-brown .site-title a:hover,
.kathleen-brown h1,
.kathleen-brown h2,
.kathleen-brown h3,
.kathleen-brown h4,
.kathleen-brown h5,
.kathleen-brown h6,
.kathleen-brown .entry-tags a:hover,
.kathleen-brown h2.entry-title a,
.kathleen-brown h2.entry-title a:visited,
.kathleen-brown .entry-categories a:hover,
.kathleen-brown .widget-area .featured-content .entry-title a:hover,
.kathleen-brown .sidebar .cta-box h3.cta-title a:hover,
.kathleen-brown .content .home-sidebar span.more-link a,
.kathleen-brown .widget-area .wsmfeaturedpost a.title:hover,
.kathleen-brown h2 a:hover,
.kathleen-brown .site-header .genesis-nav-menu i.genericon,
.kathleen-brown .site-header .genesis-nav-menu i.material-icons,
.kathleen-brown .nav-primary .genesis-nav-menu i.genericon,
.kathleen-brown .nav-primary .genesis-nav-menu i.material-icons,
.kathleen-brown .widget-area li a:hover,
.kathleen-brown .header-right .widget-social a.genericon:hover {
	color: #675134;
}

.kathleen-brown .site-description {
	color: #997a4f;
}

.kathleen-brown .genesis-nav-menu li ul,
.kathleen-brown .calltoaction,
.kathleen-brown .site-footer .genericon,
.kathleen-brown .site-footer .material-icons {
	background: #806641;
}

.kathleen-brown .genesis-nav-menu .current-menu-item a,
.kathleen-brown .genesis-nav-menu li a:hover,
.kathleen-brown .genesis-nav-menu li li a:hover {
	background: #675134;
}

.kathleen-brown .calltoaction .cta-box a.icon:after {
	background: url(images/colors/brown/cta-hover.png) no-repeat scroll 0 0 transparent;
}

.kathleen-brown .sidebar .cta-box h3.cta-title a,
.kathleen-brown .sidebar .cta-box h3.cta-title a:link,
.kathleen-brown .sidebar .cta-box h3.cta-title a:visited {
	color: #806641;
}

.kathleen-brown .sidebar .cta-box .material-icons,
.kathleen-brown .sidebar .cta-box .genericon {
	border-color: #806641;
	color: #806641;
}

.kathleen-brown .sidebar .cta-box h3.cta-title:after {
	background-color: #806641;
}

.kathleen-brown .sidebar .cta-box h3.cta-title a:hover {
	color: #675134;
}

.kathleen-brown .sidebar .cta-box:hover .material-icons,
.kathleen-brown .sidebar .cta-box:hover .genericon {
	border-color: #997a4f;
	color: #675134;
}

.kathleen-brown  .sidebar .cta-box:hover h3.cta-title:after {
	background-color: #675134;
}

.kathleen-brown .widget-area .widget_recent_entries ul li,
.kathleen-brown .entry-header .entry-meta {
	border-color: #806641;
}

.kathleen-brown .widget.wsm-btn,
.kathleen-brown .home .sidebar .widget.wsm-btn,
.kathleen-brown .site-footer .widget.wsm-btn,
.kathleen-brown .site-inner .gform_wrapper input.gform_button,
.kathleen-brown .content div#respond input[type="submit"],
.kathleen-brown .content .more-link a,
.kathleen-brown .search-form input[type="submit"],
.kathleen-brown .site-inner .content div.gform_wrapper input.gform_button {
	background-color: #806641;
}

.kathleen-brown .widget.wsm-btn:hover,
.kathleen-brown .home .sidebar .widget.wsm-btn:hover,
.kathleen-brown .site-footer .widget.wsm-btn:hover,
.kathleen-brown .site-inner .gform_wrapper input.gform_button:hover,
.kathleen-brown .content div#respond input[type="submit"]:hover,
.kathleen-brown .content .more-link a:hover,
.kathleen-brown .search-form input[type="submit"]:hover,
.kathleen-brown .site-inner .content div.gform_wrapper input.gform_button:hover {
	background-color: #997a4f;
}

.kathleen-brown .author-box a:hover,
.kathleen-brown .comment-respond .subscribe-to-comments a:hover,
.kathleen-brown .entry-comments .comment-content a:hover,
.kathleen-brown .entry-content a:hover {
	color: #59595a;
}

.kathleen-brown .content .more-link a {
	color: #ffffff;
}

.kathleen-brown .subscribe-box .left {
	background-color: #806641;
}

.kathleen-brown .subscribe-box .right {
	background: #FFF url(images/colors/brown/newsletter-arrow.png) no-repeat 0 center;
}

/* ## Dark Blue
--------------------------- */

.kathleen-dark-blue a,
.kathleen-dark-blue .site-title a,
.kathleen-dark-blue .author-box a:active,
.kathleen-dark-blue .author-box a:visited,
.kathleen-dark-blue .entry-comments .comment-content a:active,
.kathleen-dark-blue .entry-comments .comment-content a:visited,
.kathleen-dark-blue .comment-respond .subscribe-to-comments a:active,
.kathleen-dark-blue .comment-respond .subscribe-to-comments a:visited,
.kathleen-dark-blue .entry-content a,
.kathleen-dark-blue .entry-content a:active,
.kathleen-dark-blue .entry-content a:visited,
.kathleen-dark-blue .site-header .header-right,
.kathleen-dark-blue .header-right .widget-social a.genericon,
.kathleen-dark-blue .widget-area .entry-header .entry-meta a,
.kathleen-dark-blue .widget-area .entry-header .entry-meta,
.kathleen-dark-blue .widget-area .entry-time,
.kathleen-dark-blue .entry-content ul li:before,
.kathleen-dark-blue blockquote::before,
.kathleen-dark-blue table.tablepress thead th,
.kathleen-dark-blue table.tablepress tfoot th,
.kathleen-dark-blue .widget-area ul li:before,
.sidebar .cta-box h3.cta-title {
	color: #004676;
}

.kathleen-dark-blue .site-title a:hover,
.kathleen-dark-blue h1,
.kathleen-dark-blue h2,
.kathleen-dark-blue h3,
.kathleen-dark-blue h4,
.kathleen-dark-blue h5,
.kathleen-dark-blue h6,
.kathleen-dark-blue .entry-tags a:hover,
.kathleen-dark-blue h2.entry-title a,
.kathleen-dark-blue h2.entry-title a:visited,
.kathleen-dark-blue .entry-categories a:hover,
.kathleen-dark-blue .widget-area .featured-content .entry-title a:hover,
.kathleen-dark-blue .sidebar .cta-box h3.cta-title a:hover,
.kathleen-dark-blue .content .home-sidebar span.more-link a,
.kathleen-dark-blue .widget-area .wsmfeaturedpost a.title:hover,
.kathleen-dark-blue h2 a:hover,
.kathleen-dark-blue .site-header .genesis-nav-menu i.genericon,
.kathleen-dark-blue .site-header .genesis-nav-menu i.material-icons,
.kathleen-dark-blue .nav-primary .genesis-nav-menu i.genericon,
.kathleen-dark-blue .nav-primary .genesis-nav-menu i.material-icons,
.kathleen-dark-blue .widget-area li a:hover,
.kathleen-dark-blue .header-right .widget-social a.genericon:hover {
	color: #013152;
}

.kathleen-dark-blue .site-description {
	color: #007DAC;
}

.kathleen-dark-blue .genesis-nav-menu li ul,
.kathleen-dark-blue .calltoaction,
.kathleen-dark-blue .site-footer .genericon,
.kathleen-dark-blue .site-footer .material-icons {
	background: #004676;
}

.kathleen-dark-blue .genesis-nav-menu .current-menu-item a,
.kathleen-dark-blue .genesis-nav-menu li a:hover,
.kathleen-dark-blue .genesis-nav-menu li li a:hover {
	background: #013152;
}

.kathleen-dark-blue .calltoaction .cta-box a.icon:after {
	background: url(images/colors/dark-blue/cta-hover.png) no-repeat scroll 0 0 transparent;
}

.kathleen-dark-blue .sidebar .cta-box h3.cta-title a,
.kathleen-dark-blue .sidebar .cta-box h3.cta-title a:link,
.kathleen-dark-blue .sidebar .cta-box h3.cta-title a:visited {
	color: #004676;
}

.kathleen-dark-blue .sidebar .cta-box .material-icons,
.kathleen-dark-blue .sidebar .cta-box .genericon {
	border-color: #004676;
	color: #004676;
}

.kathleen-dark-blue .sidebar .cta-box h3.cta-title:after {
	background-color: #004676;
}

.kathleen-dark-blue .sidebar .cta-box h3.cta-title a:hover {
	color: #013152;
}

.kathleen-dark-blue .sidebar .cta-box:hover .material-icons,
.kathleen-dark-blue .sidebar .cta-box:hover .genericon {
	border-color: #007DAC;
	color: #013152;
}

.kathleen-dark-blue  .sidebar .cta-box:hover h3.cta-title:after {
	background-color: #013152;
}

.kathleen-dark-blue .widget-area .widget_recent_entries ul li,
.kathleen-dark-blue .entry-header .entry-meta {
	border-color: #004676;
}

.kathleen-dark-blue .widget.wsm-btn,
.kathleen-dark-blue .home .sidebar .widget.wsm-btn,
.kathleen-dark-blue .site-footer .widget.wsm-btn,
.kathleen-dark-blue .site-inner .gform_wrapper input.gform_button,
.kathleen-dark-blue .content div#respond input[type="submit"],
.kathleen-dark-blue .content .more-link a,
.kathleen-dark-blue .search-form input[type="submit"],
.kathleen-dark-blue .site-inner .content div.gform_wrapper input.gform_button {
	background-color: #004676;
}

.kathleen-dark-blue .widget.wsm-btn:hover,
.kathleen-dark-blue .home .sidebar .widget.wsm-btn:hover,
.kathleen-dark-blue .site-footer .widget.wsm-btn:hover,
.kathleen-dark-blue .site-inner .gform_wrapper input.gform_button:hover,
.kathleen-dark-blue .content div#respond input[type="submit"]:hover,
.kathleen-dark-blue .content .more-link a:hover,
.kathleen-dark-blue .search-form input[type="submit"]:hover,
.kathleen-dark-blue .site-inner .content div.gform_wrapper input.gform_button:hover {
	background-color: #007DAC;
}

.kathleen-dark-blue .author-box a:hover,
.kathleen-dark-blue .comment-respond .subscribe-to-comments a:hover,
.kathleen-dark-blue .entry-comments .comment-content a:hover,
.kathleen-dark-blue .entry-content a:hover {
	color: #59595a;
}

.kathleen-dark-blue .content .more-link a {
	color: #ffffff;
}

.kathleen-dark-blue .subscribe-box .left {
	background-color: #004676;
}

.kathleen-dark-blue .subscribe-box .right {
	background: #FFF url(images/colors/dark-blue/newsletter-arrow.png) no-repeat 0 center;
}

/* ## Green
--------------------------- */

.kathleen-green a,
.kathleen-green .site-title a,
.kathleen-green .author-box a:active,
.kathleen-green .author-box a:visited,
.kathleen-green .entry-comments .comment-content a:active,
.kathleen-green .entry-comments .comment-content a:visited,
.kathleen-green .comment-respond .subscribe-to-comments a:active,
.kathleen-green .comment-respond .subscribe-to-comments a:visited,
.kathleen-green .entry-content a,
.kathleen-green .entry-content a:active,
.kathleen-green .entry-content a:visited,
.kathleen-green .site-header .header-right,
.kathleen-green .header-right .widget-social a.genericon,
.kathleen-green .widget-area .entry-header .entry-meta a,
.kathleen-green .widget-area .entry-header .entry-meta,
.kathleen-green .widget-area .entry-time,
.kathleen-green .entry-content ul li:before,
.kathleen-green blockquote::before,
.kathleen-green table.tablepress thead th,
.kathleen-green table.tablepress tfoot th,
.kathleen-green .widget-area ul li:before,
.sidebar .cta-box h3.cta-title {
	color: #6DA67A;
}

.kathleen-green .site-title a:hover,
.kathleen-green h1,
.kathleen-green h2,
.kathleen-green h3,
.kathleen-green h4,
.kathleen-green h5,
.kathleen-green h6,
.kathleen-green .entry-tags a:hover,
.kathleen-green h2.entry-title a,
.kathleen-green h2.entry-title a:visited,
.kathleen-green .entry-categories a:hover,
.kathleen-green .widget-area .featured-content .entry-title a:hover,
.kathleen-green .sidebar .cta-box h3.cta-title a:hover,
.kathleen-green .content .home-sidebar span.more-link a,
.kathleen-green .widget-area .wsmfeaturedpost a.title:hover,
.kathleen-green h2 a:hover,
.kathleen-green .site-header .genesis-nav-menu i.genericon,
.kathleen-green .site-header .genesis-nav-menu i.material-icons,
.kathleen-green .nav-primary .genesis-nav-menu i.genericon,
.kathleen-green .nav-primary .genesis-nav-menu i.material-icons,
.kathleen-green .widget-area li a:hover,
.kathleen-green .header-right .widget-social a.genericon:hover {
	color: #568260;
}

.kathleen-green .site-description {
	color: #7CBF8A;
}

.kathleen-green .genesis-nav-menu li ul,
.kathleen-green .calltoaction,
.kathleen-green .site-footer .genericon,
.kathleen-green .site-footer .material-icons {
	background: #6DA67A;
}

.kathleen-green .genesis-nav-menu .current-menu-item a,
.kathleen-green .genesis-nav-menu li a:hover,
.kathleen-green .genesis-nav-menu li li a:hover {
	background: #568260;
}

.kathleen-green .calltoaction .cta-box a.icon:after {
	background: url(images/colors/green/cta-hover.png) no-repeat scroll 0 0 transparent;
}

.kathleen-green .sidebar .cta-box h3.cta-title a,
.kathleen-green .sidebar .cta-box h3.cta-title a:link,
.kathleen-green .sidebar .cta-box h3.cta-title a:visited {
	color: #6DA67A;
}

.kathleen-green .sidebar .cta-box .material-icons,
.kathleen-green .sidebar .cta-box .genericon {
	border-color: #6DA67A;
	color: #6DA67A;
}

.kathleen-green .sidebar .cta-box h3.cta-title:after {
	background-color: #6DA67A;
}

.kathleen-green .sidebar .cta-box h3.cta-title a:hover {
	color: #568260;
}

.kathleen-green .sidebar .cta-box:hover .material-icons,
.kathleen-green .sidebar .cta-box:hover .genericon {
	border-color: #7CBF8A;
	color: #568260;
}

.kathleen-green  .sidebar .cta-box:hover h3.cta-title:after {
	background-color: #568260;
}

.kathleen-green .widget-area .widget_recent_entries ul li,
.kathleen-green .entry-header .entry-meta {
	border-color: #6DA67A;
}

.kathleen-green .widget.wsm-btn,
.kathleen-green .home .sidebar .widget.wsm-btn,
.kathleen-green .site-footer .widget.wsm-btn,
.kathleen-green .site-inner .gform_wrapper input.gform_button,
.kathleen-green .content div#respond input[type="submit"],
.kathleen-green .content .more-link a,
.kathleen-green .search-form input[type="submit"],
.kathleen-green .site-inner .content div.gform_wrapper input.gform_button {
	background-color: #6DA67A;
}

.kathleen-green .widget.wsm-btn:hover,
.kathleen-green .home .sidebar .widget.wsm-btn:hover,
.kathleen-green .site-footer .widget.wsm-btn:hover,
.kathleen-green .site-inner .gform_wrapper input.gform_button:hover,
.kathleen-green .content div#respond input[type="submit"]:hover,
.kathleen-green .content .more-link a:hover,
.kathleen-green .search-form input[type="submit"]:hover,
.kathleen-green .site-inner .content div.gform_wrapper input.gform_button:hover {
	background-color: #7CBF8A;
}

.kathleen-green .author-box a:hover,
.kathleen-green .comment-respond .subscribe-to-comments a:hover,
.kathleen-green .entry-comments .comment-content a:hover,
.kathleen-green .entry-content a:hover {
	color: #59595a;
}

.kathleen-green .content .more-link a {
	color: #ffffff;
}

.kathleen-green .subscribe-box .left {
	background-color: #6DA67A;
}

.kathleen-green .subscribe-box .right {
	background: #FFF url(images/colors/green/newsletter-arrow.png) no-repeat 0 center;
}

/* ## Purple
--------------------------- */

.kathleen-purple a,
.kathleen-purple .site-title a,
.kathleen-purple .author-box a:active,
.kathleen-purple .author-box a:visited,
.kathleen-purple .entry-comments .comment-content a:active,
.kathleen-purple .entry-comments .comment-content a:visited,
.kathleen-purple .comment-respond .subscribe-to-comments a:active,
.kathleen-purple .comment-respond .subscribe-to-comments a:visited,
.kathleen-purple .entry-content a,
.kathleen-purple .entry-content a:active,
.kathleen-purple .entry-content a:visited,
.kathleen-purple .site-header .header-right,
.kathleen-purple .header-right .widget-social a.genericon,
.kathleen-purple .widget-area .entry-header .entry-meta a,
.kathleen-purple .widget-area .entry-header .entry-meta,
.kathleen-purple .widget-area .entry-time,
.kathleen-purple .entry-content ul li:before,
.kathleen-purple blockquote::before,
.kathleen-purple table.tablepress thead th,
.kathleen-purple table.tablepress tfoot th,
.kathleen-purple .widget-area ul li:before,
.sidebar .cta-box h3.cta-title {
	color: #500095;
}

.kathleen-purple .site-title a:hover,
.kathleen-purple h1,
.kathleen-purple h2,
.kathleen-purple h3,
.kathleen-purple h4,
.kathleen-purple h5,
.kathleen-purple h6,
.kathleen-purple .entry-tags a:hover,
.kathleen-purple h2.entry-title a,
.kathleen-purple h2.entry-title a:visited,
.kathleen-purple .entry-categories a:hover,
.kathleen-purple .widget-area .featured-content .entry-title a:hover,
.kathleen-purple .sidebar .cta-box h3.cta-title a:hover,
.kathleen-purple .content .home-sidebar span.more-link a,
.kathleen-purple .widget-area .wsmfeaturedpost a.title:hover,
.kathleen-purple h2 a:hover,
.kathleen-purple .site-header .genesis-nav-menu i.genericon,
.kathleen-purple .site-header .genesis-nav-menu i.material-icons,
.kathleen-purple .nav-primary .genesis-nav-menu i.genericon,
.kathleen-purple .nav-primary .genesis-nav-menu i.material-icons,
.kathleen-purple .widget-area li a:hover,
.kathleen-purple .header-right .widget-social a.genericon:hover {
	color: #2D1152;
}

.kathleen-purple .site-description {
	color: #6802C1;
}

.kathleen-purple .genesis-nav-menu li ul,
.kathleen-purple .calltoaction,
.kathleen-purple .site-footer .genericon,
.kathleen-purple .site-footer .material-icons {
	background: #500095;
}

.kathleen-purple .genesis-nav-menu .current-menu-item a,
.kathleen-purple .genesis-nav-menu li a:hover,
.kathleen-purple .genesis-nav-menu li li a:hover {
	background: #2D1152;
}

.kathleen-purple .calltoaction .cta-box a.icon:after {
	background: url(images/colors/purple/cta-hover.png) no-repeat scroll 0 0 transparent;
}

.kathleen-purple .sidebar .cta-box h3.cta-title a,
.kathleen-purple .sidebar .cta-box h3.cta-title a:link,
.kathleen-purple .sidebar .cta-box h3.cta-title a:visited {
	color: #500095;
}

.kathleen-purple .sidebar .cta-box .material-icons,
.kathleen-purple .sidebar .cta-box .genericon {
	border-color: #500095;
	color: #500095;
}

.kathleen-purple .sidebar .cta-box h3.cta-title:after {
	background-color: #500095;
}

.kathleen-purple .sidebar .cta-box h3.cta-title a:hover {
	color: #2D1152;
}

.kathleen-purple .sidebar .cta-box:hover .material-icons,
.kathleen-purple .sidebar .cta-box:hover .genericon {
	border-color: #6802C1;
	color: #2D1152;
}

.kathleen-purple  .sidebar .cta-box:hover h3.cta-title:after {
	background-color: #2D1152;
}

.kathleen-purple .widget-area .widget_recent_entries ul li,
.kathleen-purple .entry-header .entry-meta {
	border-color: #500095;
}

.kathleen-purple .widget.wsm-btn,
.kathleen-purple .home .sidebar .widget.wsm-btn,
.kathleen-purple .site-footer .widget.wsm-btn,
.kathleen-purple .site-inner .gform_wrapper input.gform_button,
.kathleen-purple .content div#respond input[type="submit"],
.kathleen-purple .content .more-link a,
.kathleen-purple .search-form input[type="submit"],
.kathleen-purple .site-inner .content div.gform_wrapper input.gform_button {
	background-color: #500095;
}

.kathleen-purple .widget.wsm-btn:hover,
.kathleen-purple .home .sidebar .widget.wsm-btn:hover,
.kathleen-purple .site-footer .widget.wsm-btn:hover,
.kathleen-purple .site-inner .gform_wrapper input.gform_button:hover,
.kathleen-purple .content div#respond input[type="submit"]:hover,
.kathleen-purple .content .more-link a:hover,
.kathleen-purple .search-form input[type="submit"]:hover,
.kathleen-purple .site-inner .content div.gform_wrapper input.gform_button:hover {
	background-color: #6802C1;
}

.kathleen-purple .author-box a:hover,
.kathleen-purple .comment-respond .subscribe-to-comments a:hover,
.kathleen-purple .entry-comments .comment-content a:hover,
.kathleen-purple .entry-content a:hover {
	color: #59595a;
}

.kathleen-purple .content .more-link a {
	color: #ffffff;
}

.kathleen-purple .subscribe-box .left {
	background-color: #500095;
}

.kathleen-purple .subscribe-box .right {
	background: #FFF url(images/colors/purple/newsletter-arrow.png) no-repeat 0 center;
}

/* ## Red
--------------------------- */

.kathleen-red a,
.kathleen-red .site-title a,
.kathleen-red .author-box a:active,
.kathleen-red .author-box a:visited,
.kathleen-red .entry-comments .comment-content a:active,
.kathleen-red .entry-comments .comment-content a:visited,
.kathleen-red .comment-respond .subscribe-to-comments a:active,
.kathleen-red .comment-respond .subscribe-to-comments a:visited,
.kathleen-red .entry-content a,
.kathleen-red .entry-content a:active,
.kathleen-red .entry-content a:visited,
.kathleen-red .site-header .header-right,
.kathleen-red .header-right .widget-social a.genericon,
.kathleen-red .widget-area .entry-header .entry-meta a,
.kathleen-red .widget-area .entry-header .entry-meta,
.kathleen-red .widget-area .entry-time,
.kathleen-red .entry-content ul li:before,
.kathleen-red blockquote::before,
.kathleen-red table.tablepress thead th,
.kathleen-red table.tablepress tfoot th,
.kathleen-red .widget-area ul li:before,
.sidebar .cta-box h3.cta-title {
	color: #C42030;
}

.kathleen-red .site-title a:hover,
.kathleen-red h1,
.kathleen-red h2,
.kathleen-red h3,
.kathleen-red h4,
.kathleen-red h5,
.kathleen-red h6,
.kathleen-red .entry-tags a:hover,
.kathleen-red h2.entry-title a,
.kathleen-red h2.entry-title a:visited,
.kathleen-red .entry-categories a:hover,
.kathleen-red .widget-area .featured-content .entry-title a:hover,
.kathleen-red .sidebar .cta-box h3.cta-title a:hover,
.kathleen-red .content .home-sidebar span.more-link a,
.kathleen-red .widget-area .wsmfeaturedpost a.title:hover,
.kathleen-red h2 a:hover,
.kathleen-red .site-header .genesis-nav-menu i.genericon,
.kathleen-red .site-header .genesis-nav-menu i.material-icons,
.kathleen-red .nav-primary .genesis-nav-menu i.genericon,
.kathleen-red .nav-primary .genesis-nav-menu i.material-icons,
.kathleen-red .widget-area li a:hover,
.kathleen-red .header-right .widget-social a.genericon:hover {
	color: #981A27;
}

.kathleen-red .site-description {
	color: #E42638;
}

.kathleen-red .genesis-nav-menu li ul,
.kathleen-red .calltoaction,
.kathleen-red .site-footer .genericon,
.kathleen-red .site-footer .material-icons {
	background: #C42030;
}

.kathleen-red .genesis-nav-menu .current-menu-item a,
.kathleen-red .genesis-nav-menu li a:hover,
.kathleen-red .genesis-nav-menu li li a:hover {
	background: #981A27;
}

.kathleen-red .calltoaction .cta-box a.icon:after {
	background: url(images/colors/red/cta-hover.png) no-repeat scroll 0 0 transparent;
}

.kathleen-red .sidebar .cta-box h3.cta-title a,
.kathleen-red .sidebar .cta-box h3.cta-title a:link,
.kathleen-red .sidebar .cta-box h3.cta-title a:visited {
	color: #C42030;
}

.kathleen-red .sidebar .cta-box .material-icons,
.kathleen-red .sidebar .cta-box .genericon {
	border-color: #C42030;
	color: #C42030;
}

.kathleen-red .sidebar .cta-box h3.cta-title:after {
	background-color: #C42030;
}

.kathleen-red .sidebar .cta-box h3.cta-title a:hover {
	color: #981A27;
}

.kathleen-red .sidebar .cta-box:hover .material-icons,
.kathleen-red .sidebar .cta-box:hover .genericon {
	border-color: #E42638;
	color: #981A27;
}

.kathleen-red  .sidebar .cta-box:hover h3.cta-title:after {
	background-color: #981A27;
}

.kathleen-red .widget-area .widget_recent_entries ul li,
.kathleen-red .entry-header .entry-meta {
	border-color: #C42030;
}

.kathleen-red .widget.wsm-btn,
.kathleen-red .home .sidebar .widget.wsm-btn,
.kathleen-red .site-footer .widget.wsm-btn,
.kathleen-red .site-inner .gform_wrapper input.gform_button,
.kathleen-red .content div#respond input[type="submit"],
.kathleen-red .content .more-link a,
.kathleen-red .search-form input[type="submit"],
.kathleen-red .site-inner .content div.gform_wrapper input.gform_button {
	background-color: #C42030;
}

.kathleen-red .widget.wsm-btn:hover,
.kathleen-red .home .sidebar .widget.wsm-btn:hover,
.kathleen-red .site-footer .widget.wsm-btn:hover,
.kathleen-red .site-inner .gform_wrapper input.gform_button:hover,
.kathleen-red .content div#respond input[type="submit"]:hover,
.kathleen-red .content .more-link a:hover,
.kathleen-red .search-form input[type="submit"]:hover,
.kathleen-red .site-inner .content div.gform_wrapper input.gform_button:hover {
	background-color: #E42638;
}

.kathleen-red .author-box a:hover,
.kathleen-red .comment-respond .subscribe-to-comments a:hover,
.kathleen-red .entry-comments .comment-content a:hover,
.kathleen-red .entry-content a:hover {
	color: #59595a;
}

.kathleen-red .content .more-link a {
	color: #ffffff;
}

.kathleen-red .subscribe-box .left {
	background-color: #C42030;
}

.kathleen-red .subscribe-box .right {
	background: #FFF url(images/colors/red/newsletter-arrow.png) no-repeat 0 center;
}

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


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

	.content-sidebar .content-sidebar-wrap {
		background-position: 72.9167%;
	}

	.slider div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h1,
	.slider div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h2,
	.slider div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h3 {
		font-size: 55px;
		font-size: 5.5rem;
	}

}


/* Desktops and iPads (landscape) ----------- */


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

	.site-container {
		max-width: 100%;
	}

	.site-header .widget-area .widget {
		padding: 0 10px;
	}

	.slider,
	.site-inner,
	.site-header .wrap,
	.site-header .widget-area,
	.calltoaction .wrap {
		width: 100%;
	}


	.customer-carousel .wrap {
		max-width: 96%;
	}

	.home-top:before {
		content: " ";
		display: table;
	}

	.site-header:after {
		clear: both;
		content: " ";
		display: table;
	}

	.header-image .title-area {
		margin-left: 20px;
	}

	.title-area,
	.header-image .title-area,
	.header-full-width .title-area {
		width: 40%;
	}

	.full-width-content .content {
		float: none;
		margin: 0 auto;
		padding: 0;
		width: 96%;
	}

	.home .content,
	.home.page-template-page_home-template .content {
		padding: 0 20px;
	}

	.site-header:after {
		display: none;
	}

	.site-header-nav {
		border-radius: 12px;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		width: 100%;
	}

	.genesis-nav-menu li,
	.site-footer .creds,
	.site-footer .gototop,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-footer .creds,
	.site-footer .gototop,
	.site-header .search-form,
	.site-title,
	.title-area {
		text-align: center;
	}

	.home.content-sidebar .content,
	.home.sidebar-content .content {
		width: 57.5%;
	}

	body.sidebar-content .content-sidebar-wrap {
		background-position: 27.0833% 0;
	}

	.genesis-nav-menu .home-link a {
		padding: 0 16px;
	}

	.genesis-nav-menu .home-link a img {
		vertical-align: middle;
	}

	div.soliloquy-container .soliloquy-caption h2 {
		font-size: 32px;
		font-size: 3.2rem;
	}

	span.normal-text {
		font-size: 28px;
		font-size: 2.8rem;
	}

	.calltoaction .widget-wrap {
		overflow: hidden;
		padding: 0 2%;
	}

	.search-form input.search-input {
		width: 70%;
	}

	h2.ribbon {
		background: #6893A1 none;
		border-radius: 12px;
		font-size: 20px;
		font-size: 2rem;
		padding: 10px;
	}

	.site-footer .wrap {
		overflow: hidden;
		padding: 24px 2%;
		width: auto;
	}

	.content .subscribe-box {
		width: 90%;
	}

	.content .subscribe-box div.gform_wrapper {
		min-height: 93px;
	}

	.gecko .site-inner .subscribe-box div.gform_wrapper input.gform_button {
		background-image: none;
		padding: 5px 12px 6px;
	}

	.site-inner .subscribe-box div.gform_wrapper input.gform_button {
		background-image: none;
		padding: 6px 12px 7px 12px;
	}

	.footer-center {
		width: 43%;
	}

	.customer-carousel div.soliloquy-container .soliloquy-item {
		height: auto !important;
		float: left !important;
		min-height: inherit !important;
		max-width: 162px;
	}

	.customer-carousel div.soliloquy-container .soliloquy-image {
		display: block;
		height: auto !important;
		max-width: 100%;
		width: 100%;
	}

}

/* iPads (portrait) ----------- */

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

	.site-container {
		padding: 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.site-footer .creds,
	.site-footer .gototop,
	.title-area,
	.site-container .content-sidebar-wrap {
		width: 100%;
	}

	.content-sidebar .content,
	.sidebar-content .content {
		width: 62%;
	}

	.sidebar {
		width: 32%;
	}

	.gecko .genesis-nav-menu a,
	.genesis-nav-menu a {
		padding: 7px 10px;

	}

	body.content-sidebar .content-sidebar-wrap {
		background-position: 68% 0;
	}

	body.sidebar-content .content-sidebar-wrap {
		background: 32% 0;
	}


	.site-header .header-right {
		margin: 16px 0;
	}

	.site-header-nav {
		padding: 0 2%;
		width: 96%;
	}

	.site-header-nav .genesis-nav-menu li {
		background: 0 none;
	}

	.site-header .search-form {
		margin: 32px auto 0;
		width: 50%;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.slider div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.slider div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h1,
	.slider div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h2,
	.slider div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h3 {
		font-size: 28px;
		font-size: 2.8rem;
	}

	div.soliloquy-container .soliloquy-caption br {
		display: none;
	}

	span.normal-text {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.cta-box h3.cta-title {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.home-sidebar {
		width: 40%;
	}

	.footer-widgets-1,
	.site-header .genesis-nav-menu {
		margin: 0;
	}

	div.gform_wrapper form li.five-sixths,
	div.gform_wrapper form li.four-fifths,
	div.gform_wrapper form li.four-sixths,
	div.gform_wrapper form li.one-fifth,
	div.gform_wrapper form li.one-fourth,
	div.gform_wrapper form li.one-half,
	div.gform_wrapper form li.one-sixth,
	div.gform_wrapper form li.one-third,
	div.gform_wrapper form li.three-fifths,
	div.gform_wrapper form li.three-fourths,
	div.gform_wrapper form li.three-sixths,
	div.gform_wrapper form li.two-fifths,
	div.gform_wrapper form li.two-fourths,
	div.gform_wrapper form li.two-sixths,
	div.gform_wrapper form li.two-thirds {
		padding-left: 0;
	}

	.content .gform_wrapper ul li.gfield {
		clear: both;
		margin: 0 0 3% !important;
		width: 100%;
	}

	div.gform_wrapper form li.newsletter {
		margin-top: 0;
	}

	.sidebar .cta-box h3.cta-title {
		font-size: 16px;
		font-size: 1.6rem;
	}

	div.page-description .one-fourth {
		margin: 0 2% 0 0;
		width: 46%;
	}

	.entry-content .alignright img,
	.entry-content img.alignright,
	.entry-content .alignleft img,
	.entry-content img.alignleft {
		max-width: 50%;
	}

	#store-nav .genesis-nav-menu li {
		margin-left: 0;
		margin-right: 10px;
	}

	.content .subscribe-box {
		width: 100%;
	}

	.subscribe-box .widgettitle {
		font-size: 24px;
		font-size: 2.4rem;
		padding-left: 2%;
		width: 46%;
	}

	.subscribe-box div.gform_wrapper {
		padding-left: 5%;
	}

	.site-footer .email {
		line-height: 1;
		min-height: 32px;
	}

	.site-footer .footer-copyright,
	.site-footer .footer-credits {
		float: none;
		padding-top: 0;
		text-align: center;
		width: 100%;
	}

}

/* iPhones (portrait and landscape) ----------- */

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

	.site-container .sidebar-secondary {
		width: 100%;
	}

	body.content-sidebar .content-sidebar-wrap,
	body.sidebar-content .content-sidebar-wrap {
		background: none;
	}

	.site-header .widget-social .widget-wrap {
		float: none;
		text-align: center;
	}

	.site-header .header-right {
		margin: 0 0 16px;
	}

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

	.header-image .site-title {
		background-position: center;
	}

	.widget-social .widget-wrap {
		text-align: center;
	}

	.widget-social a {
		display: inline-block;
		float: none;
	}

	.site-header .widget {
		float: none;
	}

	.site-header .search-form {
		width: 100%;
	}

	.slider div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		font-size: 13px;
		font-size: 1.3rem;
		width: 100%;
	}

	.slider div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h1,
	.slider div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h2,
	.slider div.soliloquy-container .soliloquy-caption .soliloquy-caption-inside h3 {
		font-size: 20px;
		font-size: 2rem;
		margin-bottom: 10px;
	}

	.content .form-box {
		border: 0;
		margin: 0;
		padding: 0;
	}

	.search-form input.search-input {
		width: 85%;
	}
/*
	.calltoaction .cta-box.cta-box1,
	.calltoaction .cta-box {
		width: 48%;
	}
*/
	.full-width-content .content {
		width: 94%;
	}

	.home.content-sidebar .content,
	.home.sidebar-content .content,
	.site-container .sidebar,
	.content-sidebar .content,
	.sidebar-content .content {
		padding: 0 4%;
		width: 92%;
	}

	.site-container .sidebar {
		margin: 32px 0 16px;
	}

	.site-container .sidebar .widget {
		border: 1px solid #CCC;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius:  8px;
	}

	.home .site-container .sidebar .widget {
		border: none;
	}

	.site-container .sidebar .widget.wsm-cta {
		border: 0;
	}

	.home-sidebar,
	.home-main-content {
		width: 100%;
	}

	.home-sidebar .widget {
		padding: 0;
	}

	.gform_widget div.gform_wrapper li.email input {
		width: 89%;
	}

	.sidebar .cta-box h3.cta-title {
		font-size: 20px;
		font-size: 2rem;
	}

	.site-footer .footer-right,
	.site-footer .widget-box {
		border-right: 0;
		border-bottom: 1px solid #AEB0B2;
		float: none;
		margin: 0 0 16px;
		min-height: inherit;
		padding: 0 0 16px;
		width: 100%;
	}

	.header-image .site-footer .site-title-footer {
		margin: 0 0 10px;
	}

	.site-footer .email {
		line-height: 26px;
	}

	.site-footer .copyright {
		padding: 10px 0 0;
	}

	.sidebar-content .content-sidebar-wrap,
	.content-sidebar .content-sidebar-wrap {
		background: none;
	}

	.portfolio-top .content-left,
	.portfolio-top .content-right {
		border: 0;
		padding: 0;
	}

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.subscribe-box .widgettitle {
		font-size: 22px;
		font-size: 2.2rem;

	}

	.customer-carousel div.soliloquy-container .soliloquy-item {
		max-width: 90px;
	}

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

	.site-header-nav {
		background: none;
		background-color: #E0E1E2;
		border-radius: 0;
		padding: 0;
		width: 100%;
	}

	nav.nav-primary {
		display: block !important;
	}


	.menu-toggle,
	.sub-menu-toggle {
		border-radius: 0;
		display: block;
		font-size: 20px;
		font-size: 2rem;
		font-weight: 700;
		margin: 0;
		overflow: hidden;
		padding: 10px;
		text-align: center;
		visibility: visible;
	}

	button.menu-toggle,
	button.sub-menu-toggle {
		color: #fff;
	}

	.menu-toggle {
		background-color: #5C8390;
	}

	.kathleen-brown .menu-toggle {
		background-color: #675134;
	}

	.kathleen-dark-blue .menu-toggle {
		background-color: #013152;
	}

	.kathleen-green .menu-toggle {
		background-color: #568260;
	}

	.kathleen-purple .menu-toggle {
		background-color: #2D1152;
	}

	.kathleen-red .menu-toggle {
		background-color: #981A27;
	}

	.menu-toggle:hover {
		background-color: #6893a1;
	}

	.kathleen-brown .menu-toggle:hover {
		background-color: #806641;
	}

	.kathleen-dark-blue .menu-toggle:hover {
		background-color: #004676;
	}

	.kathleen-green .menu-toggle:hover {
		background-color: #6DA67A;
	}

	.kathleen-purple .menu-toggle:hover {
		background-color: #500095;
	}

	.kathleen-red .menu-toggle:hover {
		background-color: #F20418;
	}

	button.sub-menu-toggle {
		background-color: transparent;
		padding: 4px 10px ;
		position: absolute;
		right: 0;
		top: 0;
	}

	.menu-toggle:before {
		content: "\2630";
	}

	.menu-toggle:hover:before {
		content: "\2630";
	}

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

	.sub-menu-toggle:before {
		color: #5D5E5E;
		content: "\002B";
	}

	.sub-menu-toggle.activated:before {
		color: #5D5E5E;
		content: "\2212";
	}

	nav.nav-primary {
		display: none;
		position: relative;
	}

	.nav-primary .genesis-nav-menu {
		display: none;
	}

	.nav-primary .genesis-nav-menu li,
	.nav-primary .genesis-nav-menu .menu-item {
		background-color: #fff;
		color: #5D5E5E;
		display: block;
		position: relative;
		text-align: left;
	}

	.gecko .genesis-nav-menu li.last-menu-item a,
	.nav-primary .genesis-nav-menu a,
	.nav-primary .genesis-nav-menu .menu-item a {
		background-color: #fff;
		border: 0;
		border-bottom: 1px solid #ddd;
		color: #5D5E5E;
		padding: 5px 16px;
	}

	.gecko .genesis-nav-menu li.last-menu-item a:hover,
	.nav-primary a:hover,
	.nav-primary .current-menu-item > a,
	.nav-primary .genesis-nav-menu .menu-item a:hover {
		background-color: #6893A1;
		color: #FFF;
	}

	.kathleen-brown .gecko .genesis-nav-menu li.last-menu-item a:hover,
	.kathleen-brown .nav-primary a:hover,
	.kathleen-brown .nav-primary .current-menu-item > a,
	.kathleen-brown .nav-primary .genesis-nav-menu .menu-item a:hover {
		background-color: #806641;
		color: #FFF;
	}

	.kathleen-dark-blue .gecko .genesis-nav-menu li.last-menu-item a:hover,
	.kathleen-dark-blue .nav-primary a:hover,
	.kathleen-dark-blue .nav-primary .current-menu-item > a,
	.kathleen-dark-blue .nav-primary .genesis-nav-menu .menu-item a:hover {
		background-color: #004676;
		color: #FFF;
	}

	.kathleen-green .gecko .genesis-nav-menu li.last-menu-item a:hover,
	.kathleen-green .nav-primary a:hover,
	.kathleen-green .nav-primary .current-menu-item > a,
	.kathleen-green .nav-primary .genesis-nav-menu .menu-item a:hover {
		background-color: #6DA67A;
		color: #FFF;
	}

	.kathleen-purple .gecko .genesis-nav-menu li.last-menu-item a:hover,
	.kathleen-purple .nav-primary a:hover,
	.kathleen-purple .nav-primary .current-menu-item > a,
	.kathleen-purple .nav-primary .genesis-nav-menu .menu-item a:hover {
		background-color: #500095;
		color: #FFF;
	}

	.kathleen-red .gecko .genesis-nav-menu li.last-menu-item a:hover,
	.kathleen-red .nav-primary a:hover,
	.kathleen-red .nav-primary .current-menu-item > a,
	.kathleen-red .nav-primary .genesis-nav-menu .menu-item a:hover {
		background-color: #F20418;
		color: #FFF;
	}


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

	.win.gecko .genesis-nav-menu li ul,
	.nav-primary .genesis-nav-menu .sub-menu {
		background-color: #fff;
		border-radius: 0;
		clear: both;
		display: none;
		opacity: 1;
		padding-bottom: 0;
		position: static;
		width: 100%;
	}

	.nav-primary .genesis-nav-menu a.home-button:hover {
		background-color: transparent;
	}


	.nav-primary .genesis-nav-menu .sub-menu a {
		border-left: 0;
		position: relative;
		width: auto;
	}

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

	.nav-primary .genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 30px;
	}

	.nav-primary .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 40px;
	}

}

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

	.site-header .wrap {
		display: block;
	}

	.header-image .site-title {
		background-size: contain;
		margin: 0 auto;
		max-width: 90%;
	}

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

	.site-header .title-area,
	.site-header .widget-area,
	.header-right .widget,
	.header-right .widget-wrap {
		float: none;
		text-align: center;
		width: 100%;
	}

	.site-header .widget-area .widget {
		margin: 0;
	}

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

	.slider .soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
		bottom: 0;
	}

	.author-box p {
		overflow: visible;
	}

	.content .alignleft img,
	.content .alignright img,
	.content .centered img,
	.content img.alignleft,
	.content img.alignright,
	.content img.centered,
	.content img.aligncenter,
	.content img.alignnone {
		max-width: 96%;
	}

}


/* Mobile 380 ----------- */

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

	.site-header .header-right {
		margin: 16px 0;
	}

	.header-image .site-title,
	.header-image .site-title a {
		min-height: 100px;
	}

	.search-form input.search-input {
		width: 78%;
	}
/*
	.slider div.soliloquy-container .soliloquy-caption {
		display: none;
	}
*/
	.slider div.soliloquy-container .soliloquy-caption {
		position: relative;
		background: #5E838F;
	}

	.kathleen-brown .slider div.soliloquy-container .soliloquy-caption {
		background: #806641;
	}

	.kathleen-dark-blue .slider div.soliloquy-container .soliloquy-caption {
		background: #004676;
	}

	.kathleen-green .slider div.soliloquy-container .soliloquy-caption {
		background: #6DA67A;
	}

	.kathleen-purple .slider div.soliloquy-container .soliloquy-caption {
		background: #500095;
	}

	.kathleen-red .slider div.soliloquy-container .soliloquy-caption {
		background: #C42030;
	}

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

	embed,
	img,
	object,
	video {
		max-width: 94%;
	}

	.alignright img,
	img.alignright,
	.wp-caption.alignright {
		display: block;
		margin: 0 0 10px;
	}

	.gform_widget div.gform_wrapper li.email input {
		width: 85%;
	}

	#respond .alignright,
	#respond .alignleft {
		width: 100%;
	}

	#respond .alignright input {
		border: 1px solid #DDD;
	}

	div.page-description .one-fourth {
		margin: 0 0 2%;
		width: 100%;
	}

	div.crp_related ul li:last-child,
	div.crp_related ul li {
		float: none;
		list-style-type: none;
		margin: 0 auto 15px;
		width: 90%;
	}

	.dd_button.twt,
	.dd_button.fbs {
		clear: both;
	}

	.subscribe-box .widget-wrap {
		display: inline-block;
	}

	.subscribe-box .left,
	.subscribe-box .right {
		float: none;
		width: 100%;
	}

	.subscribe-box div.gform_wrapper {
		max-width: 100%;
	}

	.content .subscribe-box .widget {
		border-radius: 0;
	}

	.gform_widget h4.widgettitle {
		padding: 24px 10px;
		width: auto;
	}

	.subscribe-box .widgettitle {
		padding: 0;
		width: 100%;
	}

	.subscribe-box .right {
		background: transparent;
		padding: 0;
	}

	.subscribe-box .right .gform_wrapper {
		margin: 0;
	}

	.subscribe-box div.gform_wrapper {
		background: url(images/newsletter-arrow-top.png) no-repeat center top #FFF;
		border-radius: 0;
		margin: 0;
		padding: 40px 0 10px;
		width: 100%;
	}

	.kathleen-brown .subscribe-box div.gform_wrapper {
		background: url(images/colors/brown/newsletter-arrow-top.png) no-repeat center top #FFF;
	}

	.kathleen-dark-blue .subscribe-box div.gform_wrapper {
		background: url(images/colors/dark-blue/newsletter-arrow-top.png) no-repeat center top #FFF;
	}

	.kathleen-green .subscribe-box div.gform_wrapper {
		background: url(images/colors/green/newsletter-arrow-top.png) no-repeat center top #FFF;
	}

	.kathleen-purple .subscribe-box div.gform_wrapper {
		background: url(images/colors/purple/newsletter-arrow-top.png) no-repeat center top #FFF;
	}

	.kathleen-red .subscribe-box div.gform_wrapper {
		background: url(images/colors/red/newsletter-arrow-top.png) no-repeat center top #FFF;
	}

	.subscribe-box div.gform_wrapper form {
		margin: 0 auto;
		width: 94%;
	}

	.calltoaction {
		clear: both;
		position: static;
	}

	.calltoaction .cta-box,
	.calltoaction .cta-box.cta-box1 {
		margin: 0;
		width: 33%;
	}

	.cta-box h3.cta-title {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 0;
	}

	.calltoaction .widget-wrap {
		padding: 0;
	}
/*
	.calltoaction .cta-box {
		clear: both;
	}

	.calltoaction .cta-box,
	.calltoaction .cta-box.cta-box1 {
		margin: 0;
		width: 100%;
	}
*/
/*
	.calltoaction,
	.calltoaction .cta-box a.icon img
	.calltoaction .cta-box a.icon:after,
	.calltoaction .cta-box a.icon {
		display: none;
	}
*/
}

/* Mobile 240 ----------- */

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

	.calltoaction .cta-box.cta-box1,
	.calltoaction .cta-box {
		width: 100%;
	}

	.alignright,
	.alignleft {
		clear: both;
		display: block;
		float: none;
	}

	.search-form input.search-input {
		width: 68%;
	}

	.pagination li a,
	.pagination li a:hover,
	.pagination li.active a,
	.pagination li.disabled {
		padding: 5px;
	}

	.sidebar .cta-box h3.cta-title {
		font-size: 14px;
		font-size: 1.3rem;
	}

}