@import url('https://fonts.googleapis.com/css?family=Archivo+Narrow');
@import url('https://fonts.googleapis.com/css?family=Cookie');
@import url('https://fonts.googleapis.com/css?family=Staatliches');
@import url('https://fonts.googleapis.com/css?family=Big+Shoulders+Display:700');
@import url('https://fonts.googleapis.com/css?family=Catamaran:700,800,900');
@import url('https://fonts.googleapis.com/css?family=El+Messiri:700');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:700');
@import url('https://fonts.googleapis.com/css?family=Aleo:400,400i,700,700i&display=swap');

/*
Theme Name: Genesis Sample
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 2.7.1

Tags: accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

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

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* 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,
.widget::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,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


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

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

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "Aleo", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.525;
	margin: 0;
	overflow-x: hidden;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #443795;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #dbd524;
	text-decoration: none;
}

p {
	margin: 0 0 20px;
	font-size:.95em;
	padding: 0;
}

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

li {
	list-style-type: none;
}

hr {
	border: none;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 30px 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Staatliches", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 400;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

iframe {background:transparent;border-radius:3px;width:95%;margin:auto;height:500px;}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

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

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

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

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

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

input[type="search"] {
	border-radius: 0;
	-webkit-appearance: none !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #453796;
	border: 0;
	color: #fff;
	cursor: pointer;
	text-transform:uppercase;
	font-size: 1.1em;
	font-weight: bold;
	font-family:Aleo;
	border-radius:3px;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

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

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

.button {
	display: inline-block;
	text-align:center;
	background: #453796;
}

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

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

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

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

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

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

.more-link {
	display: inline-block;
	margin:auto;
	text-align:center;
}

.more-link.button {background:#453796;font-family:Josefin Sans;text-transform:uppercase;font-weight:bold;margin:auto;letter-spacing:-1px;font-size:1.0em;}
.more-link.button:hover {background:#bd5df1;}


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

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

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
	padding:0;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

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

.site-inner {
	clear: both;
	width:100%;
	margin-top:35px !important;
	padding: 0px 0px 0;
}


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

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

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

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

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

.comment .avatar {
	margin: 0 15px 20px 0;
}

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

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 1.0em;
	font-weight:bold;
	margin-bottom: 40px;
	padding-top:20px;
	padding-bottom: 10px;
	width:90%;
	margin:auto;
}

#respond {width:90%;margin:auto;}

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

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

h1.entry-title {font-size:2.5em;font-family:Catamaran;color:#443795;width:90%;margin:auto;text-transform:none;letter-spacing:-3px;padding-bottom:20px;}
h2.entry-title {width:85%;text-align:center;font-size:2em;line-height:1.0em;padding-top:20px;padding-bottom:10px;margin:auto;}
h2.entry-title a {margin:auto;font-family:Catamaran;font-weight:normal;text-transform:none;color:#443795;letter-spacing:-2px;}
h2.entry-title a:hover {color:#bd5df1;}
.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: -20px;
}
h1.pg404 {color:#453796;font-weight:normal;letter-spacing:-3px;font-family:Catamaran;font-size:3em;margin-bottom:-20px;}

h3#reply-title {margin-top:20px;margin-bottom:5px;font-family:Archivo Narrow;font-size:1.4em;color:#443795;font-weight:bold;}

#comments h3 {font-family:Archivo Narrow;font-size:1.6em;color:#bd5df1;font-weight:bold;padding-top:20px;margin-bottom:0px;text-transform:uppercase;}

.entry-content h2 {font-family:Catamaran;font-size:1.75em;color:#443795;padding-top:20px;margin-bottom:10px;font-weight:bold;letter-spacing:-2px;}
.entry-content h3 {font-family:Catamaran;font-size:1.25em;color:#afab1d;padding-top:10px;margin-bottom:10px;font-weight:normal;text-transform:none !important;letter-spacing:-1px;}

.entry-content {width:90%;margin:auto;font-size:1.2em;}
.tshhmpg .entry-content {width:100%;margin:auto;}
.tshhmpg .content {width:100%;}
.tshsidebar .entry-content {width:90%;margin:auto;}
.blog-archive p {text-align: center !important;padding-top:10px;margin-left:20px;}
.blog-archive .site-inner {width:90% !important;margin:auto !important;}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

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

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 15px;
	padding-bottom:15px;
	border-bottom: 3px solid #443795;
}

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

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

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

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

img.entry-image {width:95%;margin:auto;padding-bottom:10px;}

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

.widget {
	margin-bottom: 0px;
}

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

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


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

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

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

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

.after-entry .enews-widget input {
	text-align: center;
}

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

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

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

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

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


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

.site-header {
	background-color: transparent;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0px 0px 4% 0px;
}

.site-footer {padding: 0px;}

/* Images
--------------------------------------------- */

/* IMAGES */

#postpix {width:100%;}
#postpix0, #postpix20, #postpix30, #postpix80 {width:100%;margin-bottom:10px;text-align:center;}
#hov img:hover {opacity:0.5;}
#postpixf {width:100%;margin-bottom:0px;text-align:center;}
#postpix0 img {width:96.3%;margin:auto;}
#postpixf img {width:100%;margin:auto;}
#postpix20 img {width:20%;margin:auto;}
#postpix30 img {width:20%;margin:auto;}
#postpix80 img {width:80%;margin:auto;}
#postpix1, #postpix2, #postpix3 {width:33.3%;float:left;text-align:center;}
#postpix1 img, #postpix2 img, #postpix3 img, #postpix4 img, #postpix5 img {width:90.5%;margin:auto;}
#postpix4 img, #postpix5 img {padding-bottom:10px;}
#postpix7 img, #postpix9 img {width:93.5%;margin:auto;}
#postpix6 img, #postpix8 img {width:95%;margin:auto;}
#postpix4, #postpix5 {width:50%;float:left;text-align:center;}
#postpix6 {width:69.2%;float:left;text-align:center;}
#postpix7 {width:30.8%;float:left;text-align:center;}
#postpix8 {width:70.7%;float:left;text-align:center;}
#postpix9 {width:29.3%;float:left;text-align:center;}

#brandz, #brandz1, #brandz2, #brandz3, #brandz4 {width:80%;clear:both;margin:auto;}
#brandza, #brandzb, #brandzc, #brandzd {width:25%;float:left;text-align:center;}
#brandza img, #brandzb img, #brandzc img, #brandzd img {width:85%;margin:auto;border-radius:3px;}

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


/*MOBILE/TABLET HEADER*/

#header_area .page {background:transparent;}
.custom #header #logo {display: none;}
.custom #header #tagline {display: none;}
.custom #header {padding-top:0em;padding-bottom: 0em;}
.search-form-submit {display:none;}

#headr0 {position:fixed;z-index:99999;display:none;width:100%;}
#headrcovid {text-align:center;font-size:0.7em;padding-top:8px;padding-bottom:6px;background:#443795;color:#dbd524;font-weight:bold;}
#headrcovid:hover {color:#a334db;}
#headr {width:100%;background:#fff;box-shadow: 0 2px 0 0 rgba(0,0,0,.1);position:fixed;z-index:99999;}
#headr1 {width:33.3%;float:left;text-align:left;}
#headr1a {width:33.3%;text-align:left;}
#headr1a img {width:70%;padding-top:2px;}
#headr1a img:hover {opacity:0.7;}
#headr1a img:focus, #headr1a img:active {outline:none;}
#headr1a a:focus, #headr1a a:active {outline:none;}

#headr1b {width:10%;float:left;text-align:center;}
#headr1ab {width:80%;text-align:center;}
#headr1ab img {width:80%;padding-top:8px;padding-bottom:8px;}
#headr1ab img:hover {opacity:0.7;}

#headr2 {width:33.3%;float:left;text-align:center;}
#headr2 img {width:80%;padding-top:10px;}
#headr2 img:hover {opacity:0.7;}

#headr2a {width:20%;float:left;text-align:center;}
#headr2a img {width:90%;padding-top:20px;}
#headr2a img:hover {opacity:0.7;}
#headr2a img:focus, #headr2a img:active {outline:none;}
#headr2a a:focus, #headr2a a:active {outline:none;}

#headr3 {width:33.3%;float:right;text-align:center;}
#headr3a {width:66.6%;float:right;}
#headr3a img {width:30%;float:right;padding-top:6px;}
#headr3a img:hover {opacity:0.7;}

#headr3b {width:5%;float:right;text-align:center;}
#headr3ab {width:100%;text-align:center;}
#headr3ab img {width:100%;margin:auto;padding-top:15px;padding-bottom:15px;}
#headr3ab img:hover {opacity:0.7;}
#headr3a img:focus, #headr3a img:active {outline:none;}
#headr3a a:focus, #headr3a a:active {outline:none;}

#headra {height:67px;clear:both;}
#headrb {width:100%;clear:both;}

#headrnav {width:33.3%;background:#fff;font-family:Josefin Sans, Trebuchet MS;text-transform:uppercase;text-decoration:none;font-size:1.5em;clear:both;position:relative;letter-spacing:-2px;}
#headrnav li {padding:10px 20px 10px 20px;border-bottom:2px solid #fff;border-left:2px solid #fff;border-right:2px solid #6657c1;text-decoration:none;}
#headrnav li:hover {background:#fff;}
#headrnav a {color:#1a1a1a;text-decoration:none;}
#headrnav a:hover {color:#bd5df1;}
.custom ul.menu a:hover, .custom ul.menu .sub-menu a:hover {color:#ADADAD;}

/* DESKTOP HEADER */

.hidden { display: none; }
.unhidden { display: block; }
#headr0 {display:none;}
#hedrcovid {text-align:center;font-size:0.8em;padding-top:7px;padding-bottom:7px;background:#443795;color:#fff;font-weight:bold;}
#hedrcovid a {color:#dbd524;font-weight:bold;}
#hedrcovid a:hover {color:#a334db;text-decoration:none;}
#hedr0 {position:fixed;z-index:99999;display:block;width:100%;}
#hedr {width:100%;background:#fff;box-shadow: 0 2px 0 0 rgba(0,0,0,.1);position:fixed;z-index:99999;}
#hedr:hover {box-shadow:none;}

#hedr1 {width:20%;float:left;text-align:center;}
#hedr1 img {width:95%;padding-top:9px;padding-bottom:12px;}
#hedr1 img:hover {opacity:0.7;}
#hedr1 img:focus, #hedr1 img:active {outline:none;}
#hedr1 a:focus, #hedr1 a:active {outline:none;}

#hedr2 {width:5%;float:left;text-align:center;}
#hedr2a {width:100%;}
#hedr2a img {width:75%;margin:auto;padding-top:15px;padding-bottom:5px;}
#hedr2a img:hover {opacity:0.7;}
#hedr2a img:focus, #hedr2a img:active {outline:none;}
#hedr2a a:focus, #hedr2a a:active {outline:none;}

#hedr3 {width:75%;float:left;text-align:center;}
#hedr3a {width:95%;float:right;text-align:center;font-family:Josefin Sans, Trebuchet MS;text-transform:uppercase;font-size: .95em; font-weight:normal; color: #fff;letter-spacing:-2px;}
#hedr3a a {color:#1a1a1a;padding-top:5px;}
#hedr3a a:hover {color:#bd5df1;}

#hedr3a1, #hedr3a2, #hedr3a3, #hedr3a4, #hedr3a5 {width:18%;float:left;padding-top:1.8%;padding-bottom:1.6%;}
#hedr3a6 {width:10%;float:left;padding-top:1.8%;padding-bottom:1.6%;}
hedr3a1 a, #hedr3a2 a, #hedr3a3 a, #hedr3a4 a, #hedr3a5 a, #hedr3a6 a {display:block;}
#hedr3a1:hover, #hedr3a2:hover, #hedr3a3:hover, #hedr3a4:hover, #hedr3a5:hover, #hedr3a6:hover {background: transparent;}

#headrsearch:hover #headrsearcha {display:block;width:100%;text-align:center;clear:both;}
.search {z-index:998;position:relative;width:100%;clear:both;background:transparent;color:#fff;}
.search input, .search textarea, .search-form-input {font-size:1.4em;line-height:1.1em;color:#443795;width:100%;font-family:Aleo;background: #eeecf8;border-radius:0px;padding:1em 0.5em 0.75em 0.5em;border:2px solid #eeecf8;}

#hedra {height:53px;clear:both;}
#hedrb {width:100%;clear:both;}

/* NEW CORE PAGES */

#topsection {width:100%;clear:both;text-align:center;}
#topsection p {line-height:0em;margin:0px;}
#topsection h2:hover, #topsection h3:hover {color:#ff627b;}
#topsection1 {width:95%;clear:both;text-align:center;margin:auto;}
#topsection2 {width:95%;clear:both;text-align:center;margin:auto;}
#topsection1a {width:100%;float:left;text-align:center;}
#topsection2a {width:50%;float:left;text-align:center;}
#topsectionbig {width:100%;margin:auto;padding-top:40%;padding-bottom:2%;margin-bottom:0px;float:left;}
#topsectionmedium1 {width:97%;margin:auto;padding-top:28%;padding-bottom:3%;margin-bottom:0px;float:left;}
#topsectionmedium2 {width:97%;margin:auto;padding-top:28%;padding-bottom:3%;margin-bottom:0px;float:right;}
#topsectionsmall {width:97%;margin:auto;padding-top:27%;padding-bottom:4%;margin-bottom:0px;float:right;}
#homebar {background:#ff627b;color:#fff;font-size:3em;padding:15px;}
#fphead h2 {color:#443795;font-size:2em;font-family:Archivo Narrow;font-weight:bold;text-transform:uppercase;}
#fphead2 h2 {color:#443795;font-size:2em;font-family:Archivo Narrow;font-weight:bold;text-transform:uppercase;margin-bottom:5px;}
#fphead2 {width:92%;margin:auto;}
#ninetyfive {width:95%;margin:auto;}
#ninety {width:100%;}
#twentyfivecenter {font-size:1.25em;text-align:center;}

#disqus_thread {width:85%;margin:auto;font-size:1.2em;}

#main-2 {width:66.6%;padding-top:0px;margin:auto;}
#main-2a, #main-2b {width:33.3%;float:left;}
#main-2a1 img {width:95%;}
#main-2a1 {width:98%;margin:auto;text-align:center;background:#fff;margin-bottom:20px;float:left;padding-top:10px;padding-bottom:10px;}
#main-2b1 {width:98%;margin:auto;text-align:center;background:#fff;margin-bottom:20px;float:right;padding-top:10px;padding-bottom:10px;}
#main-2c {font-family:Nexa2, Helvetica Neue, Helvetica;font-weight:bold;font-size:1.4em;text-transform:uppercase;color:#ff022c;margin-top:25px;}
#main-2d {font-size:1.0em;color:#333;}

#toc {margin-top:30px;font-family: Aleo, Trebuchet MS; background: #eeecf8;width:50%;display:block;border:1px solid #443795;padding:10px;}
#toc a {color:#443795;}
#toc a:hover {color:#dbd524;}
#toc1 {font-weight: bold; text-align:center;display:block;}
#toc2 {width:90%;margin:auto;display:block;padding-top:3px;}
#toc3 {width:75%;margin:auto;display:block;padding-top:3px;}

#middlesectiona p {line-height:0em; margin: 0px;}
#middlesectiona1 {width:100%;clear:both;text-align:center;}
#middlesectiona1 a {color:#ff022c;}
#middlesectiona1 a:hover {text-decoration:none;color:#FF627B;}
#middlesectiona1 h3:hover {color:#ff022c;}
#mediumsectionasmall {width:90%;margin:auto;padding-top:37%;padding-bottom:8%;}
#medium3 {width:33.3%;float:left;display:inline-block;}

#tiles, #tilerow {width:100%;clear:both;text-align:center;}
#tilecolumn {width:33.3%;float:left;background:#fff;}
#darkrrr #tilecolumn {background:#cfe1fc;}
#tiles {margin-bottom:20px;}
#prettyshade {background:#fff;}
#tile h2 {text-transform:uppercase;font-family:Nexa2;}
#enlarger {font-size:1.2em;}
#tilesborder {width:96%;border-top:1px solid #d9d9d9;margin:auto;}
#tile {width:33.3%;float:left;text-align:center;}
#tile18 {width:100%;padding-top:20px;}
#tile18 h2 {font-family:Oswald;color:#ff022c}
#tiles25 {width:25%;float:left;text-align:left;}
#tile20 {width:90%;margin:auto;}
#tiles20 {width:20%;float:left;text-align:center;font-size:0.9em;line-height:1.1em;}
#tiles90 {width:90%;margin:auto;}
#tiles25 #title25 {font-weight:bold;color:#333;font-family:Trebuchet MS;width:95%;padding-bottom:15px;font-size:1.2em;}
#tiles25 a {display:block; color:#333;font-family:Trebuchet MS;width:95%;line-height:0em;}
#tiles25 a:hover {text-decoration:underline;color:#FF627B;}
#tilea, #tileb {width:90%;margin:auto;}
#tilemargin {width:90%;margin:auto;}
#tilemargin2 {width:95%;margin:auto;}
#tilemarginmobile {width:100%;margin:auto;}
#tileborder2 {clear:both;border-bottom:1px solid #453796;margin:auto;width:95%;}
#tileborder2b {clear:both;border-bottom:1px solid #453796;margin:auto;width:95%;}
#tileborder3 {clear:both;border-top:1px solid #fff;margin:auto;width:100%;}
#tilec {width:33.3%;float:left;}
#tiled {width:66.6%;float:left;line-height:0.8em;}
#tilea img {width:100%;}
#tilea img:hover {opacity:0.8;}
#tilec img {width:100%;}
#tilec img:hover {opacity:0.8;}
#tileb a {font-weight:bold;color:#443795;font-size:1.0em;}
#tiled a {font-weight:bold;color:#bd5df1;font-size:0.8em;}
#tiled a:hover {color:#dbd524;}
#aftrpst #tileb {padding-top:8px;}
#tileb a.nxa {display:block;font-family:Catamaran;color:#453796;text-transform:none;margin-bottom:-20px;font-size:1.5em;font-weight:bold;letter-spacing:-1px;}
#tileb a:hover {text-decoration:none;color:#dbd524;}
#tileb p {line-height:1.0em;}
#tileb p a {font-weight:normal;}
#tileb p a:hover {color:#dbd524;}
#tileclear {clear:both;}
#who h2 {text-align:center;font-size:2em;margin-top:0.5em;font-family:Catamaran;text-transform:none;color:#443795;font-weight:normal;}
#iconlogo {width:100%;text-align:center;padding-top:3%;padding-bottom:3%;}
#iconlogo img {width:20%;margin:auto;}
#iconlogo2 {width:100%;text-align:center;}
#iconlogo2 img {width:33%;margin:auto;}
#iconlogo3 {width:100%;text-align:center;}
#iconlogo3 img {width:50%;margin:auto;display:block;padding-top:20px;padding-bottom:0px;}
#logoicon3 {width:100%;text-align:center;}
#logoicon3 img {width:66.6%;margin:auto;display:block;margin-top:-10px;padding-bottom:5px;}
#happyhere {text-align:center;font-size:1.1em;}
#happyhere p {width:66%;margin:auto;line-height:1.1em;}
#oneone {font-size:1.2em;text-align:center;}
#oneone p {width:80%;margin:auto;line-height:1.3em;}
#aytee {text-align:center}
#aytee img {width:90%;margin:auto;display:block;}

#tcoaching {text-align:center;text-transform:none;font-size:1.75em;}
#tcoaching2 {width:50%;margin:auto;}
#tcoaching2a {text-align:left;width:50%;float:left;padding-top:0px;font-family:Aleo;padding-bottom:0px;font-weight:400;letter-spacing:-2px;}
#tcoaching2b {text-align:right;width:50%;float:left;font-family:Josefin Sans;padding-top:0px;padding-bottom:0px;letter-spacing:-2px;}

#marginz {width:90%;margin:auto;}
#marginzpg {width:85%;margin:auto;}
#travelcoach {font-family:Catamaran, Trebuchet MS;font-weight:bold;font-size:1.25em;letter-spacing:-1px;line-height:0.9em;}
#marginz h2 {width:96.5%;font-size:1.7em;margin:auto;padding-bottom:3px;border-bottom:3px solid #ff022c;margin-bottom:20px;font-family:Nexa2, Trebuchet MS;text-transform:uppercase;}
#marginz h3 {font-size:1.7em;text-align:center;padding-bottom:3px;font-family:Nexa2;text-transform:uppercase;color:#ff022c;margin-top:10px;margin-bottom:10px;}
#marginzp {text-align:center;padding-top:20px;}
#marginzp2 {text-align:center;padding-top:0px;}
#ninesixfive {width:96.5%;margin:auto;}
#ninesixfive.fineprint {width:86.5%;margin:auto;font-size:0.9em;line-height:1.3em;padding-bottom:10px;}
#bigrfont {font-size:1.75em;line-height:1.1em;}
#bigrfont h2 {text-transform:uppercase;margin-top:40px;padding-bottom:20px;}

#afpos #pagetop2018 {margin-bottom:0px;}
#pagetop2018 {padding-top:12%;padding-bottom:29%;margin-bottom:0px;margin-top:20px;color:#fff;}
#pagetop2018 a:hover {text-decoration:none;}
#pagetop2018mobile {display:none;}
#fpspotlight {width:100%;color:#fff;}
#fpspotlight1 {width:75%;text-align:center;float:left;margin-top:-25px;}
#fpspotlight1 a {color:#fff;}
#fpspotlight1 a:hover {text-decoration:none;}
#fpspotlight1a {width:85%;margin:auto;}
#fpspotlight1 p {font-style:italic;width:66%;margin:auto;line-height:1.1em;font-size:1.25em;}
#fpspotlight1 h2 {font-family:Catamaran;text-transform:none;color:#fff;font-size:2.5em;margin-top:1em;margin-bottom:0.2em;letter-spacing:-4px;}
#fpspotlight1 h2:hover {text-decoration:none;color:#bd5df1}
#fpspotlight2 {width:25%;float:left;line-height:1.1em;font-size:1.0em;margin-top:-100px;text-align:right;}
#fpspotlight2 a {font-family:Aleo, Trebuchet MS;color:#fff;font-weight:bold;padding-bottom:10px;}
#fpspotlight2 h2 {font-size:1.5em;font-family:Josefin Sans;letter-spacing:-2px;color:#fff;}
#tilemarginfp {width:75%;margin:auto;}
#citiesfp {width:90%;margin:auto;}
#citiesfp a:hover {text-decoration:none;}
#citiesfp1 {width:33.3%;float:left;text-align:center;}
#citiesfp1a {width:90%;margin:auto;}
#citiesfp1a h2 {text-transform:uppercase;color:#fff;font-size:1.75em;padding-top:8%;font-family:Josefin Sans;}
#citiesfp h2:hover {color:#bd5df1;}
#citiesfp p {color:#fff;font-style:italic;font-size:1.1em;line-height:1.1em;width:80%;margin:auto;padding-bottom:3%;}
#sbarw #citiesfp1 a:hover {text-decoration:none;}
#sbarw #citiesfp1 {width:100%;float:left;text-align:center;margin-top:8%;}
#sbarw #citiesfp1a {width:90%;margin:auto;}
#sbarw #citiesfp1 h2 {text-transform:uppercase;color:#fff;font-size:2.0em;padding-top:9%;padding-bottom:0%;font-family:Josefin Sans;letter-spacing:-2px;margin-bottom:5px;}
#sbarw #citiesfp1 h2:hover {color:#bd5df1;}
#sbarw #citiesfp1 p {color:#fff;font-style:italic;font-size:1.1em;line-height:1.1em;width:80%;margin:auto;padding-top:0%;padding-bottom:4%;}
#fpitinmobile {display:none;}
#fpitin {width:100%;padding-top:4%;padding-bottom:4%;}
#fpitin a:hover {text-decoration:none;color:#443795;}
#fpitin h2 {text-align:center;padding-top:2%;font-size:2.5em;text-transform:none;color:#fff;letter-spacing:-2px;}
#fpitinp {width:66.6%;margin:auto;}
#fpitinp p {text-align:center;font-size:1.25em;line-height:1.2em;color:#fff;}
#fpitin #coach-6 a {background:#fff;color:#333;font-size:1.1em;}
#fpitin #coach-6 a:hover {background:#443795;color:#fff;font-size:1.1em;}
#fpseason {background:#eeecf8;width:100%;}
#fpseason h2 {text-transform:none;font-size:2.0em;text-align:center;padding-top:2%;color:#443795;}
#fpseason4 {width:33.3%;float:left;text-align:center;}
#fpseason4 img {width:90%;margin:auto;}
#dig {width:90%;margin:auto;}
#fpseason4 img:hover {opacity:0.7;}
#fptext {width:100%;text-align:center;padding-top:3%;}
#fptext p {font-size:1.25em;text-align:center;line-height:1.2em;clear:both;width:66.6%;margin:auto;padding-bottom:3%;}
#fpspotlight2 a:hover {color:#bd5df1;text-decoration:none;}

#jshbio {width:100%;padding-top:5%;}
#jshbioa {width:33.3%;float:left;text-align:center;}
#jshbioa img {width:66.6%;margin:auto;}
#jshbioc {width:90%;margin:auto;}
#jshbiob {width:66.6%;float:left;text-align:center;}
#jshbiob p {width:90%;margin:auto;text-align:center;font-size:1.25em;line-height:1.2em;padding-top:5%;}

#pagetopfront {padding-top:4%;padding-bottom:27%;margin-bottom:-20px;}
#pagetop .format_text a:hover {text-decoration:none;}
#pagetop-t {color:#fff;text-align:center;}
#pagetop-t img {width:75%;margin:auto;}
#pagetop-t h1 {font-family:Catamaran;font-size:3em;color:#fff;padding:10px;width:75%;margin:auto;}
#negativemargin {margin-bottom:-50px;}
#negativemargin2 {margin-bottom:-100px;}

#pagetop-j {color:#fff;text-align:center;}
#pagetop-j h2 {color:#bd5df1;text-transform:none;padding:10px;font-weight:600;width:100%;margin:auto;font-family:Archivo Narrow;text-align:left;font-size:1.5em;background-color:rgba(255, 255, 255, 0.8);}
#pagetop-j h3 {color:#bd5df1;text-transform:none;padding:10px;font-family:Archivo Narrow;width:100%;font-weight:600;font-size:1.0em;margin:auto;text-align:left;background-color:rgba(255, 255, 255, 0.8);}
#containermobile {display:none;}

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

#widg1 img {width:50%;margin:auto;}
#widg1 p {font-family:Archivo Narrow;color:#ff022c;font-size:1.9em;text-transform:uppercase;}

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

#pagetopfront {padding-top:8%;padding-bottom:22%;margin-bottom:-20px;}
#pagetop .format_text a:hover {text-decoration:none;}
#pagetop {padding-top:17%;padding-bottom:13%;margin-bottom:-40px;margin-top:30px;}
#pagetop-t {color:#fff;text-align:center;}
#pagetop a {text-decoration:none;}
#pagetop-t img {width:75%;margin:auto;}
#pagetop-t h1 {font-family:Catamaran;font-size:3em;color:#fff;padding:10px;width:75%;margin:auto;text-decoration:none;text-transform:none;letter-spacing:-4px;}
#negativemargin {margin-bottom:-50px;}
#negativemargin2 {margin-bottom:-100px;}

/*Coach Button
--------------------------------------------- */

#coach-6 {width:100%;text-align:center;padding-bottom:10px;padding-top:10px;position:relative;z-index:2;}
#coach-6 a {color:#fff;background: #443795;border-radius:3px;padding:18px 16px 16px 16px;text-align:center;font-family:Josefin Sans;text-transform:uppercase;text-decoration:none;font-size:1.25em;font-weight:normal;letter-spacing:-2px;}
#coach-6 a:hover {background:#bd5df1;border-radius:3px;padding:18px 16px 16px 16px;text-decoration:none;}

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

#respnav, #respnavsocial {display:none;}

#footer {padding-top: 0em;padding-bottom: 0em;font-family:Aleo, Trebuchet MS;padding-left:0em;padding-right:0em;background:#fff;border:none;}
#footer a {text-decoration:none;border-bottom:none;}
#footer_area .page {background:transparent;}
#footrb {width:100%;margin:auto;}
#footrbx {width:95%;margin:auto;background:#ff0000;}
#footrb2 {width:25%;float:right;}
#footrb2 img {float:left;width:15%;padding:2px;}
#footrb2 img:hover {opacity:0.5;}
#footrb2 img:focus, #footrb2 img:active {outline:none;}
#footrb2 a:focus, #footrb2 a:active {outline:none;}

#footr1 {background: #eeecf8;width:100%;clear:both;text-align:left;display:block;font-size:0.8em;}
#footr1 h3 {font-family:Josefin Sans;color:#443795;margin-bottom:5px;font-size:1.25em;text-transform:uppercase;font-weight:normal;letter-spacing:-2px;}
#footr1a, #footr1b, #footr1c, #footr1d, #footr1e {width:20%;float:left;background:#eeecf8;}
#footr1 a {display:block;line-height:1.65em;text-decoration:none;color:#a334db;}
#footr1 a:hover {color:#dbd524;}
#footrx {width:85%;margin:auto;padding-top:50px;padding-bottom:50px;}
#footry {width:95%;margin:auto;}

#footr2 {background: #443795;width:100%;margin:auto;clear:both;}
#footr2 #footrb {padding-top:1%;width:100%;padding-bottom:1%;background:#fff;}
#footrb1 {width:33.3%;float:left;text-align:center;}
#footrb1 img {width:80%;margin:auto;padding-top:10px;}
#footrb1 img:hover {opacity:0.7;}
#footrb1 img:focus, #footrb1 img:active {outline:none;}
#footrb1 a:focus, #footrb1 a:active {outline:none;}
#footrb2 {width:25%;float:right;text-align:right;color:#7a7a7a;font-size:1.1em;padding-top:10px;padding-bottom:10px;}
#footrb2 a {color:#0c59cb;}
#footrb2 a:hover {color:#7a7a7a;}
#footr3 {width:100%;clear:both;text-align:center;}
#footr3 img {width:80%;padding-top:0px;padding-bottom:0px;}
#footr3 #footrb {border-top:0px solid #e1e8ed;padding-top:5px;width:100%;background:#fff;}
#footr4 {background:#fff;}
#footrc {font-size:0.8em;text-align:center;color:#fff;background:#443795;font-weight:bold;}
#footrc p {padding-top:7px;padding-bottom:7px;margin-top:0px;margin-bottom:0px;}
#footrc a {color:#dbd524;text-decoration:none;}
#footrc a:hover {color:#bd5df1;}

/* After Post
--------------------------------------------- */
/* AFTER POST */
#comments {margin-left:0em;margin-right:0em;width:90%;margin:auto;}
.comment-author a {color:#443795;font-weight:bold;text-transform:uppercase;}
#comments_intro {display:none;}
.login_alert {margin-top:0em;margin-bottom:0em;background:#fff;border:none;}
#trackbacks_intro, #trackback_list {display:none;}
#commentform input.form_submit {color:#fff;background: #ff022c;border-radius:3px;padding:10px;text-align:center;font-family:Nexa2, Helvetica Neue, Helvetica;text-transform:uppercase;border:none;}
#commentform input.form_submit:hover {background:#FF627B;border-radius:3px;padding:10px;text-decoration:none;}
#commentbox input {background:#fff;border-radius:3px;}
dl#comment_list .bypostauthor {background:#ff6464;}
#sidebars {width:33.3%;float:left;}
.author_info {display:none;}
.custom .format_text blockquote {color:#7a7a7a;}
#after {text-align:center;font-size:1.1em;padding-top:50px;margin:auto;border-top:1px solid #fff5f1;padding-bottom:20px;margin-top:20px;line-height:1.1em;width:100%;}
#after2 {margin:auto;text-align:center;font-size:1.1em;padding-top:25px;padding-bottom:25px;margin:auto;border-bottom:none;padding-bottom:20px;margin-top:20px;line-height:1.1em;width:95%;}
#after-1 {width:0%;float:left;}
#after-1 img {width:50%;margin:auto;}
#after-1a {width:100%;float:left;}
#after-1a p {width:66.6%;margin:auto;}
#after-1a img {width:33.3%;margin:auto;padding-bottom:0px;}
#after-2 {width:90%;margin:auto;clear:both;font-size:1.4em;}
#after-2 h2 {text-align:center;font-size:1.5em;color:#ff022c;font-family:Nexa2, Helvetica Neue, Helvetica;text-transform:uppercase;}
#after-2a {width:50%;float:left;}
#after-2a1 {width:66.6%;margin:auto;}
#after-2b {width:50%;float:left;text-align:center;}
#after-2b li {list-style-type: none;line-height:1.2em;}
#spacer {width:66.6%;margin:auto;border-top:1px solid #e1e8ed;padding-bottom:25px;}
#spacer-2 {width:80%;margin:auto;border-top:1px solid #e1e8ed;}

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

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


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

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

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #0073e5;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

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

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

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

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

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

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

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

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

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

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

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

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

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

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

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


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

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}



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

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

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

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

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

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

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

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

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
	display:none;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
	display:none;
}

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

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

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

.pagination {
	clear: both;
	width:95%;
	margin: auto;
	padding-bottom:50px;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #eeecf8;
	color: #443795;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	font-family:Josefin Sans;
	text-transform:uppercase;
	letter-spacing:-1px;
	border-radius:2px;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

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

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

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

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

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

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 18px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 0px;
}

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

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

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


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

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	padding: 0px;
	text-align: center;
}

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

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

@media only screen 
and (min-width : 320px) 
and (max-width : 812px),
(orientation: portrait)
	
{
	
#headr4, #hedr0, #footr2, #footr3, #footr4, #after-footer0, #after-footer4, #after-footer5, #after-footer6 {display:none;}
#headrnav {width:100%;}
#headr0 {display:block;}
#headr1, #headr1b {width:20%;float:left;text-align:left;}
#headr1a, #headr1ab {width:95%;margin:auto;}
#headr1a img, #headr1ab img {width:95%;padding-top:5px;padding-bottom:0px;margin:auto;}
#headr2, #headr2a {width:60%;float:left;text-align:center;}
#headr2 img, #headr2a img {width:95%;padding-top:10px;padding-bottom:0px;margin:auto;}
#headr3, #headr3b {width:20%;}
#headr3a, #headr3ab {width:95%;margin:auto;}
#headr3a img, #headr3ab img {width:95%;margin:auto;padding-top:7px;padding-bottom:7px;}
#headr3a img:hover, #headr3ab img:hover {opacity:0.7;}
h1.pg404 {letter-spacing:-2px;font-size:2em;margin-bottom:-10px;}
h1.entry-title {font-size:1.75em;}
.entry-content h2 {font-size:1.5em;}

#headr3ab {width:100%;text-align:center;}
#headra {height:50px;clear:both;}
iframe {height:225px;}
	
.search input:active {border-radius:0px;}
	
#postpix0, #postpix20, #postpix30, #postpix80 {margin-bottom:0px;}
	
#brandz, #brandz1, #brandz2, #brandz3, #brandz4 {width:100%;}
	
#toc {width:75%;}
	
#disqus_thread {width:90%;margin:auto;}
	
#topsection2a {width:100%;text-align:center;}
#medium3 {width:100%;text-align:center;}
#topsectionmedium1 {width:100%;margin:auto;float:none;}
#topsectionmedium2 {width:100%;margin:auto;float:none;}
#mediumsectionasmall {width:95%;}
#pagetop-j h3 {font-size:1.4em;}
#fphead h2 {font-size:1.5em;}
#fphead2 h2 {font-size:1.5em;}
.entry-title {margin-top: 20px;}
#tcoaching2 {width:100%;font-size:0.8em;}
.site-inner {width:100%;}
	
/* NAV */

#respnav {display:block;width:100%;text-align:center;background:transparent;font-size:4.0em;text-transform:uppercase;position:relative;}

#respnavsocial {display:block;width:100%;text-align:center;background:#fff;}
#footr1 {font-size:0.85em;padding-top:20px;}
#footr1a, #footr1b, #footr1c, #footr1d, #footr1e {width:100%;}
#footrx {width:90%;margin:auto;padding-top:20px;padding-bottom:20px;border-bottom:1px solid #776ac8;}
#footr1 a {display:block;line-height:1.75em;}
	
#pagetopfront {padding-top:4%;padding-bottom:15%;margin-bottom:0px;}
#pagetop {padding-top:17%;padding-bottom:10%;margin-bottom:-40px;margin-top:50px;}
#pagetop2018 {display:none;}
#pagetop2018mobile {display:block;margin-top:25px;}
#fpspotlightmobile {width:100%;color:#fff;}
#fpspotlightmobile1 {width:100%;text-align:center;float:left;}
#fpspotlightmobile1 a {color:#fff;}
#fpspotlightmobile1 a:hover {text-decoration:none;}
#fpspotlightmobile1 p {font-style:italic;width:80%;margin:auto;line-height:1.1em;font-size:1.05em;}
#fpspotlightmobile1 h2 {font-family:Catamaran;text-transform:none;color:#fff;font-size:1.75em;padding-top:20%;padding-bottom:0.5em;font-weight:bold;width:90%;margin:auto;}
#fpspotlightmobile1 h2:hover {text-decoration:none;color:#bd5df1;}
#fpspotlightmobile2 {width:100%;float:left;line-height:1.1em;font-size:1.0em;margin-top:0px;text-align:center;}
#fpspotlightmobile2 a {font-family:Aleo, Trebuchet MS;color:#fff;font-weight:bold;padding-bottom:10px;}
#tile18 h2 {margin-top:0.25em;margin-bottom:0.5em;}
#fpspotlightmobile2 a:hover {color:#bd5df1;text-decoration:none;}
#fpspotlight1 p {display:none;}
#fpspotlightmobile2 h2 {font-size:1.25em;padding-top:5%;color:#fff;font-family:Josefin Sans;}
#citiesfp1 {width:100%;float:left;text-align:center;padding-bottom:7%;}
#sbarw #citiesfp1 {padding-bottom:1%;}
#sbarw #citiesfp1 h2 {padding-bottom:0%;font-size:1.95em;padding-top:8%;margin-bottom:0px;}
#sbarw #citiesfp1 p {font-size:1.05em;line-height:1.0em;padding-bottom:3%;}
#citiesfp1 h2 {font-size:1.5em;padding-top:10%;}
#citiesfp p {font-size:0.9em;line-height:1.1em;padding-bottom:3%;}
#fpitin {display:none;}
#fpitinmobile {display:block;}
#fpitinmobile a:hover {text-decoration:none;}
#fpitinmobile h2 {text-align:center;padding-top:10%;padding-bottom:5%;font-size:1.5em;text-transform:none;width:85%;margin:auto;color:#fff;}
#fpitinmobilep {width:80%;margin:auto;}
#fpitinmobilep p {text-align:center;font-size:1.0em;line-height:1.1em;color:#fff;}
#fpitinmobile #coach-6 a {font-size:0.9em;background:#fff;color:#333;}
#fpitinmobile #coach-6 a:hover {background:#443795;color:#fff;}
#fpseason4 {width:100%;float:left;text-align:center;padding-top:5%;}
#fpseason4 img {width:50%;margin:auto;}
#fpseason h2 {text-transform:none;font-size:1.5em;text-align:center;padding-top:10%;width:85%;margin:auto;}
#fptext p {font-size:1.0em;line-height:1.1em;width:80%;margin:auto;}
	
#jshbio {padding-top:5%;}
#jshbioa {width:100%;float:left;text-align:center;}
#jshbioa img {width:50%;margin:auto;padding-bottom:3%;padding-top:5%;}
#jshbiob {width:100%;float:left;text-align:center;}
#jshbiob p {width:85%;margin:auto;text-align:center;font-size:1.05em;line-height:1.1em;padding-top:3%;}
	
#pagetop-t {color:#fff;text-align:center;}
#pagetop-t img {width:95%;margin:auto;}
#pagetop-t h1 {font-size:1.75em;line-height:1.2em;width:90%;letter-spacing:-2px;}
#pagetop {padding-top:17%;padding-bottom:10%;margin-bottom:-40px;margin-top:50px;}
#pagetop-j h2 {font-size:1.3em;}
#pagetop-j h3 {font-size:1.3em;}
#topsectionbig {width:100%;padding-top:40%;padding-bottom:2%;margin-bottom:0px;float:left;}
#topsectionmedium1 {width:100%;padding-top:40%;padding-bottom:2%;margin-bottom:0px;float:left;}
#topsectionmedium2 {width:100%;padding-top:40%;padding-bottom:2%;margin-bottom:0px;float:right;}
#after-1a img {width:60%;}
#coach-6 a {font-size:1.0em;}
#tmonial {display:none;}
#tiles {margin-bottom:20px;}
#tile {width:100%;text-align:center;border-bottom:1px solid #d9d9d9;padding-bottom:5px;margin-bottom:5px;margin-top:5px;}
#tilecolumn {width:100%;}
#tilea {width:33.3%;float:left;}
#containermobile {display:block;width:100%;}
#containerdesktop {display:none;}
#tileb {width:66.6%;float:left;margin-top:-10px;}
#aftrpst #tileb {padding-top:0px;}
#after-1a img {width:66.6%;}
#tilea img {width:100%;}
#tilea img:hover {opacity:0.8;}
#tiles25 {width:100%;float:left;text-align:left;}
#tiles25 a {font-size:1em;line-height:0.5em;}
#tiles25 #title25 {font-size:1em;}
#tileb a {font-weight:bold;font-size:0.8em;display:block;width:90%;margin:auto;margin-top:-10px;padding-top:3%;padding-bottom:3%;line-height:0.9em;}
#tileb a:hover {text-decoration:underline;}
#tileb p {display:none;}
#tilemarginmobile {width:90%;margin:auto;}
#fpspotlight1 {width:100%;}
#fpspotlight2 {display:none;}
#tileb a.nxa {margin-top:-5px;margin-bottom:10px;font-size:1.2em;}
#tilesborder {display:none;}
#tileclear {display:none;}
#tmonial {display:none;}
#homebar {font-size:2em;}
	
#main-2 {width:100%;margin:auto;}
#main-2a1 {width:100%;margin-bottom:0px;margin-top:-10px;}
#main-2a1 img {width:100%;}
#main-2b1 {width:100%;margin-bottom:0px;}
#main-2c {margin-top:10px;font-size:1.0em;}

#footrsrch {width:100%;}
#rns2 {width:90%;margin:auto;padding-top:10px;padding-bottom:10px;text-align:center;}
#rns2 img {width:16.6%;}
#rns2 img:hover {opacity:0.7;}
#iconlogo img {width:50%;}
#iconlogo2 img {width:50%;}
	
}

@media only screen 
and (min-width : 812px) 
and (max-width : 1112px)
and (orientation: landscape)

{
	
#hedr0 {display:none;}
#headr0 {display:block;}
#headr1a img {padding-top:10px;}
#headr2a {width:30%;float:left;text-align:center;}
#headr2a img {padding-top:10px;padding-bottom:10px;}
#headr2 img {padding-top:15px;padding-bottom:15px;width:90%;}
#headr2 img:focus, #headr2 img:active {outline:none;}
#headr2 a:focus, #headr2 a:active {outline:none;}
#headr3a img {padding-top:15px;}
#pagetop-t h1 {font-size:3em;}
#headra {height:55px;clear:both;}
#headrnav {font-size:1.5em;}
#pagetop {padding-top:17%;padding-bottom:8%;margin-bottom:0px;}
#coach-6 a {font-size:2.0em;}
#ayteem {width:66%;margin:auto;}
#ayteem2 {width:90%;margin:auto;}
.entry-title {margin-top: 15px;}
#tcoaching2 {width:100%;}
#iconlogo img {width:33.3%;}
#iconlogo3 img {width:33.3%;}
#logoicon3 img {width:50%;}
#aytee img {width:85%;}
#happyhere p {width:50%;}
#oneone p {width:50%;}
	
#brandz, #brandz1, #brandz2, #brandz3, #brandz4 {width:100%;}
	
/* NEW FP */
#fpspotlight1 {width:60%;margin-top:-50px;font-size:0.8em;}
#fpspotlight1 p {font-size:1.25em;}
#fpspotlight1 h2 {font-size:2.5em;font-family:Catamaran;letter:spacing:-3px;}
#fpspotlight2 {width:40%;font-size:0.8em;}
#fpspotlight2 a {padding-bottom:15px;}
#jshbio {width:100%;padding-top:5%;}
#coach-6 {font-size:.66em;}
#jshbioa {width:50%;float:left;text-align:center;}
#jshbioa img {width:66.6%;margin:auto;}
#jshbiob {width:50%;float:left;text-align:center;}
#jshbiob p {width:90%;margin:auto;text-align:center;font-size:1.25em;line-height:1.2em;padding-top:5%;}
#fpseason {margin-bottom:1.2em;}
#fpseason h2 {font-size:2em;padding-top:3%;margin-top:1em;}
#fptext {width:100%;text-align:center;padding-top:0%;}
#citiesfp1a h2 {font-size:1.5em;padding-top:7%;margin-top:20px;}
#citiesfp p {font-size:1.0em;}
#fpitin {margin-bottom:1.2em;}
#fpitin h2 {padding-top:3%;font-size:2em;margin-top:1em;color:#fff;}
#fpitinp {width:80%;}
#fpitinp p {font-size:1.25em;line-height:1.1em;}
	
.search input:active {border-radius:0px;}
	
/* FOOTER */
#footrb1, #footrb2 {width:35%;}
	
}
/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 960px) {

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

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

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

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

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

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

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

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

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

	.genesis-responsive-menu {
		display: block;
		padding-top: 15px;
	}

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

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

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

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

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

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

	.content {
		float: left;
		width:70%;
	}
	
	.tshsidebar .content {
		float: left;
		width:70%;
	}

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

	.full-width-content .content,
	.landing-page .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	.landing-page .content {width:100%;margin:auto;}
	.landing-page .entry-content {width:90%;margin:auto;}
	.blog-archive .entry-content {width:90%;margin:auto;}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
		margin-top:60px;
	}

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

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

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

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

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

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

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

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
