/*
	Theme Name: RobWalling.com
	Theme URI: https://RobWalling.com/
	Description: This is a custom theme designed for the Genesis Framework.
	Author: Rafal Tomal
	Author URI: https://RafalTomal.com/

	Version: 1.0.0

	Tags: 

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/

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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{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}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}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,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:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[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}

/* 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 {
	font-size: 62.5%; /* 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
	font-size: 20px;
	font-size: 2.0rem;
}

body {
	background-color: #fff;
	color: #2F3640;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

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

a {
	color: #1B64DB;
	text-decoration: underline;
	transition: all 0.3s ease-in-out;
}

a:focus,
a:hover {
	color: #2F3640;
}

.entry-content a:hover {
	background-color: #EBF2FF;
	color: #1B64DB;
	text-decoration: underline;
}

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

p.lead {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.45;
}

p.guest-post {
	color: #747980;
	font-size: 16px;
}

p.guest-post:after {
	background-color: #E7E8E9;;
	content: '';
	display: block;
	height: 1px;
	margin: 24px 0 24px;
	width: 100px;
}

.entry-content p.lead {
	margin-right: -120px;
}

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	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 {
	background-color: #FAFAFB;
	border-radius: 5px;
	color: #2F3640;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	margin: 0;
	padding: 42px 48px 42px 100px;
}

blockquote::before {
	content: "\201C";
	color: #1B64DB;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 75px;
	height: 0;
	left: -60px;
	position: relative;
	top: -30px;
}

.entry-content blockquote {
	margin-bottom: 40px;
	margin-right: -120px;
}

.entry-content blockquote p:last-child {
	margin-bottom: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 24px;
}

h1 {
	color: #18202B;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1;
	letter-spacing: -1.7px;
}

h2 {
	color: #18202B;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.1;
	letter-spacing: -0.5px;
}

.entry-content h2 {
	margin-top: 60px;
}

h3 {
	color: #18202B;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1;
	letter-spacing: -0.3px;
}

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

h4 {
	color: #18202B;
	font-size: 23px;
	font-size: 2.3rem;
	letter-spacing: -0.3px;
}

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

h5, h6, .subtitle {
	color: #1B64DB;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h6, .subtitle {
	color: #5D626A;
}

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

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

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-radius: 3px;
	border: 1px solid #D1D2D5;
	color: #2F3640;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	    line-height: 1.625;
	letter-spacing: 1px;
	padding: 20px 30px 18px;
	text-transform: uppercase;
	width: 100%;
}

textarea {
	letter-spacing: normal;
	text-transform: none;
}

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

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

::-moz-placeholder {
	color: #8B8F95;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #8B8F95;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #1B64DB;
	border: 2px solid #1B64DB;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	padding: 18px 40px 16px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

.text-button {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

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,
.entry-content .button:hover,
.entry-content .button:focus {
	background-color: #1B64DB;
	border: 2px solid #1B64DB;
	color: #fff;

	box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.15);

	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);

	text-decoration: none;
}

.text-button:hover,
.text-button:focus,
.entry-content .text-button:hover,
.entry-content .text-button:focus {
	color: #18202B;
	background: none;
	text-decoration: none;
}

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

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 10px 25px 9px;
	font-weight: 500;
}

a.button.xsmall,
button.xsmall {
	font-size: 12px;
	letter-spacing: 1px;
	padding: 9px 12px 7px;
	font-weight: 500;
}

a.button.secondary,
button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background: none;
	border: 2px solid #8B8F95;
	color: #747980;
}


a.button.secondary:hover,
a.button.secondary:focus,
button.secondary:hover,
button.secondary:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: none;
	border: 2px solid #18202B;
	color: #18202B;
}

.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,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


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

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

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

@keyframes fadein {
	from { opacity: 0; transform: translateY(40px); }
	to   { opacity: 1; transform: translateY(0px); }
}

@-webkit-keyframes fadein {
	from { opacity: 0; transform: translateY(40px); }
	to   { opacity: 1; transform: translateY(0px); }
}

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

.site-inner {
	clear: both;
	margin: 140px auto 0;
	padding: 0;
}

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

.wrap,
.content-sidebar-wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.content-sidebar-wrap {
	margin-top: 2vw;
}

.content {
	float: left;
	width: 65%;
}

.home .content {
	width: 100%;
}

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

.full-width-content .content,
.landing-page .content {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

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

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

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

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

.archive-description {
	margin-bottom: 80px;
}

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

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

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

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

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.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;
}

.search-form input {
	background-image: url(images/icon-search.png);
	background-repeat: no-repeat;
	background-position: right 15px;
	background-size: 20px 20px;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #D1D2D5;
	padding: 10px 0;
}

.search-form input:focus {
	border-bottom: 1px solid #1B64DB;
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    
	.search-form input {
		background-image: url(images/icon-search@2x.png);
	}

}

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

.archive-description .entry-title,
.archive-title {
	font-size: 60px;
	font-size: 6rem;
}

.search-results .archive-title {
	border-bottom: 1px solid #D1D2D5;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: -0.5px;
	padding-bottom: 24px;
}

h1.entry-title {
	font-size: 60px;
	font-size: 6rem;
	font-weight: 900;
	margin-bottom: 48px;
}

h2.entry-title {
	color: #18202B;
	font-size: 30px;
	font-size: 3rem;
}

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

.entry-title a:focus,
.entry-title a:hover {
	color: #1B64DB;
}

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

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

.aligncenter {
	text-align: center;
}

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 30px;
}

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-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content img {
	border: 1px solid #E7E8E9;
	border-radius: 3px;
	padding: 5px;
}

.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;
}

.entry-content .full-img {
	margin-right: -120px;
	margin-bottom: 24px;
}


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

.widget {
	margin-bottom: 40px;
}

.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;
}

.rw_cta {
	margin-bottom: 0;
}

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

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

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

.featured-content .entry-image {
	height: 75px;
	width: 75px;
}

.featured-content .entry-title {
	color: #18202B;
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 24px;
	margin-top: 10px;
}


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

/* 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;
	font-size: 1.6rem;
	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: #1B64DB;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: "dashicons";
	float: right;
}

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

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

#wpstats {
	display: none;
}


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


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

.site-header {
	position: fixed;
	margin: 0 auto;
	padding: 48px 0;
	transition: all .25s ease-in-out;
	width: 100%;
	z-index: 100;
}

.site-header.shrink {
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(24,32,43,0.15);
	padding: 16px 0;
}

.header-widget-area {
	float: right;
	width: 25%;
}

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

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

.title-area {
	float: left;
}

.wp-custom-logo .title-area {
	max-width: 350px;
}

.site-title {
	font-size: 20px;
	font-size: 2rem;
	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: inline-block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	border-bottom: 1px solid #fff;
	color: #5D626A;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	outline-offset: -1px;
	letter-spacing: 1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.genesis-nav-menu .current-menu-item.menu-item-3698 > a,
.genesis-nav-menu .current-menu-item.menu-item-3699 > a,
.genesis-nav-menu .current-menu-item.menu-item-3700 > a {
	border-bottom: 1px solid #fff;
	color: #5D626A;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item.menu-item-3698 > a:hover,
.genesis-nav-menu .current-menu-item.menu-item-3699 > a:hover,
.genesis-nav-menu .current-menu-item.menu-item-3700 > 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 {
	background-color: none;
	border-bottom: 1px solid #1B64DB;
	color: #1B64DB;
	text-decoration: none;
}

.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 .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding-left: 0;
	position: absolute;
	transition: opacity .4s ease-in-out;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 15px;
	padding-top: 15px;
	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 {
	left: auto;
	opacity: 1;
}

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

/* 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: block;
	position: relative;
}

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

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

.menu-toggle.activated {
	background-color: rgba(0,0,0,0.2);
	color: #fff;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: #1B64DB;
	border-width: 0;
	box-shadow: none;
	color: #fff;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	padding: 12px 24px;
	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 {
	display: inline-block;
	text-rendering: auto;
	-webkit-transform: rotate( 0 );
	-ms-transform:     rotate( 0 );
	transform:         rotate( 0 );
	transition: transform .25s ease-in-out;
}

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

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

.nav-primary {
	clear: none;
	float: left;
	margin-left: 60px;
	margin-top: 4px;
	position: relative;
	width: auto;
}

.nav-primary:before {
	background-color: #D1D2D5;
	content: '';
	display: block;
	height: 25px;
	left: -25px;
	top: 6px;
	position: absolute;
	transform: rotate(30deg);
	width: 2px;
}

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

/* 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 {
	border-bottom: 1px solid #E7E8E9;
	margin-bottom: 60px;
	padding-bottom: 60px;
}

.single .entry,
.page .entry {
	border: none;
}

.home .entry {
	border-bottom: 1px solid #E7E8E9;
}

.entry-content {
	padding-right: 120px;
}

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

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

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

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

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

.entry-content .caption {
	font-size: 14px;
	font-weight: 600;
	margin-top: -20px;
	text-align: center;
}

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

.blog .entry,
.archive .entry,
.search .entry {
	display: flex;
	align-items: center;
	justify-content: center;
}

.entry .featured-image {
	height: auto;
	margin-right: 10%;
	width: 35%;
}

.entry .featured-image img {
	border-radius: 3px;
	box-shadow: 0 16px 75px 0 rgba(24,32,43,0.15);
	transition: all .4s ease-in-out;
}

.entry:hover .featured-image img {
	box-shadow: 0 5px 25px 0 rgba(24,32,43,0.15);
	transition: all .4s ease-in-out;
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
}

.blog .entry .entry-header,
.archive .entry .entry-header,
.search .entry .entry-header {
	width: 55%;
}

.blog .entry .entry-content,
.blog .entry .entry-footer,
.archive .entry .entry-content,
.archive .entry .entry-footer,
.search .entry .entry-content,
.search .entry .entry-footer {
	display: none;
}

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

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

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

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

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

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

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

.pagination {
	clear: both;
	margin: 60px auto;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #F3F3F4;
	border-radius: 3px;
	color: #5D626A;
	cursor: pointer;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	letter-spacing: 1.5px;
	padding: 10px 14px 8px;
	margin-bottom: 4px;
	text-decoration: none;
	text-transform: uppercase;
}

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

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

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
	margin-bottom: 40px;
}

.comment-list li {
	border-bottom: 1px solid #eee;
	padding: 40px 0 30px 30px;
}

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

.comment-list .bypostauthor {
}

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

.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-author {
	font-size: 16px;
	font-family: 'Oswald';
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-meta {
	font-size: 14px;
}

.comment-author a,
.comment-meta a {
	color: #2F3640;
	text-decoration: none;
}

.comment-author a:hover,
.comment-meta a:hover {
	color: #1B64DB;
}

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

.sidebar {
	float: right;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	width: 25%;
}

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

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

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

#sidebar-series .widget {
	background-color: #F3F3F4;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 40px;
	position: relative;
	z-index: 5;
}

#sidebar-series .widget:before {
	background: #F3F3F4;
	border-radius: 3px;
	content: '';
	position: absolute;
	left: 0px;
	top: -6px;
	height: 15px;
	width: 100%;
	transform: skewY(-2deg);
	z-index: -1;
}

#sidebar-series .widget:after {
	background: #F3F3F4;
	border-radius: 3px;
	content: '';
	position: absolute;
	left: 0px;
	bottom: -6px;
	height: 15px;
	width: 100%;
	transform: skewY(-2deg);
	z-index: -1;
}

#sidebar-series .widget h3 {
	font-size: 20px;
	line-height: 1.1;
	margin-bottom: 16px;
}

#sidebar-series .widget h3 a {
	color: #18202B;
	text-decoration: none;
}

#sidebar-series .widget h3 a:hover {
	color: #1B64DB;
}

#sidebar-series .widget .subtitle {
	font-size: 16px;
	margin-bottom: 12px;
}

.sidebar .about {
	text-align: center;
}

.sidebar .about .title {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	max-width: 270px;
}

.sidebar .about img.photo {
	float: left;
	margin-right: 20px;
}

.sidebar .about h3 {
	margin-top: 20px;
	text-align: left;
}

.sidebar .about h3 span {
	color: #747980;
	display: block;
	font-size: 24px;
	font-weight: normal;
}

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

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	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 {
	margin: 0 auto;
	padding: 8vw 0 5vw;
	position: relative;
	width: 100%;
	z-index: 10;
}

.site-footer .creds {
	float: left;
}

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

.site-footer .subtitle {
	color: #AEB0B4;
	font-size: 15px;
	text-align: right;
}

.site-footer .nav-secondary {
	float: right;
	text-align: right;
}


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

.section {
	padding: 150px 0;
	position: relative;
}

.section-gray:before,
.section-dark:before {
	background: #18202B;
	content: '';
	position: absolute;
	left: 0px;
	top: -40px;
	height: calc(80px + 100%);
	width: 100%;
	transform: skewY(-2deg);
	z-index: 0;
}

.section-dark .wrap {
	position: relative;
}

.section-gray {
	background-color: #FAFAFB;
	padding: 100px 0;
}

.section-gray:before {
	background: #FAFAFB;
}

.section-dark {
	background-color: #18202B;
	padding: 8vw 0;
}

.section-dark:before {
	background: #18202B;
}

.left {
	float: left;
	width: 46%;
}

.right {
	float: right;
	width: 46%;
}

.section .intro h2 {
	font-size: 60px;
	font-size: 6rem;
	font-weight: 900;
	float: left;
	letter-spacing: -1.5px;
	max-width: 320px;
}

.section .intro p {
	float: right;
	max-width: 760px;
	position: relative;
	top: 29px;
}

.section .intro p.blog-intro {
	width: 65%;
	margin-bottom: 7%;
	max-width: none;
}

.section .intro {
	margin-bottom: 4vw;
	position: relative;
}

.section-gray > .wrap:before,
.section-gray > .wrap:after {
	background-image: url(images/bg-shape.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 400px;
	position: absolute;
	width: 550px;
	z-index: 0;
}

.section-gray > .wrap:before {
	background-position: bottom;
	top: -170px;
	right: 0px;
}

.section-gray > .wrap:after {
	transform: rotate(180deg);
	bottom: -220px;
	left: 0px;
}

.box-gray {
	background-color: #FAFAFB;
	margin-bottom: 5%;
	padding: 5%;
	text-align: center;
}

/* Similar Posts */
#similar-posts {
	padding: 4vw;
}

#similar-posts .wrap:after {
	display: none;
}

#similar-posts .subtitle {
	margin-bottom: 64px;
	position: relative;
}

#similar-posts .one-fourth:first-child {
	margin-left: 0;
}

#similar-posts .one-fourth {
	margin-bottom: 32px;
	padding: 0 20px;
	text-align: center;
	position: relative;
	z-index: 10;
}

#similar-posts .featured-image {
	width: 100%;
}

#similar-posts .featured-image img {
	height: 150px;
	margin-bottom: 24px;
}

/* CTA Section */
#cta {
	padding: 4% 0 3%;
}

#cta.footer-cta {
	margin-top: 5vw;
	position: relative;
	z-index: 1;
}

#cta .right .copy {
	margin: 0 auto;
	max-width: 480px;
}

.email-cta .right h2,
.email-cta .right h3,
.email-cta .right p,
.email-cta .right li {
	color: #fff;
}

#cta .right h2 {
	font-size: 40px;
	font-size: 4rem;
}

.email-cta .right .checkmarks {
	max-width: 370px;
}

.email-cta .right .checkmarks li {
	background: url(images/checkmark.svg) no-repeat 10px 5px;
	padding-left: 60px;
	position: relative;
	margin-bottom: 12px;
}

#cta .email-box {
	background: #fff;
	border-radius: 3px;
	padding: 20px 70px;
	position: relative;
	text-align: center;
	z-index: 0;
	margin: 0 auto;
	max-width: 480px;
}

#cta .email-box:before {
	background: #fff;
	border-radius: 3px;
	content: '';
	position: absolute;
	left: 0px;
	top: -25px;
	height: calc(50px + 100%);
	width: 100%;
	transform: skewY(-2deg);
	z-index: -1;
}

.email-cta .email-box input {
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}

.email-cta blockquote {
	background: none;
	color: #5D626A;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-style: italic;
	margin: 20px -20px 0;
	padding: 0;
}

.email-cta blockquote p {
	line-height: 1.4;
	margin-bottom: 16px;
}

.email-cta blockquote:before {
	display: none;
}

.email-cta blockquote footer {
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sidebar .email-cta {
	background-color: #18202B;
	margin: 0 -12px 30px;
	padding: 32px 40px 0 40px;
	position: relative;
}

.sidebar .email-cta .left,
.sidebar .email-cta .right {
	float: none;
	width: 100%;
}

.sidebar .email-cta h3 {
	text-align: center;
}

.sidebar .email-cta .right .checkmarks li {
	background-size: 16px;
	line-height: 1.2;
	padding-left: 40px;
}

.sidebar .email-cta .right .checkmarks li:last-child {
	margin-bottom: 0;
}

.sidebar .email-cta .right .checkmarks {
	margin-bottom: -10px;
}

.sidebar .email-cta input {
	border: none;
	padding-top: 14px;
	padding-bottom: 13px;
}

.sidebar .email-cta:before {
	background: #18202B;
	border-radius: 3px;
	content: '';
	position: absolute;
	left: 0px;
	top: -7px;
	height: calc(14px + 100%);
	width: 100%;
	transform: skewY(-2deg);
	z-index: -1;
}

.sidebar .email-cta .email-box {
	position: relative;
	bottom: -40px;
}

/* 404 page */
.notfound-message {
	background-image: url(images/404.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 80%;
	text-align: center;
	padding: 8vw 0 10vw;
}

/* Landing page */
.landing-page .site-header,
.landing-page .site-header.shrink {
	position: absolute;
	box-shadow: none;
	padding: 24px 0;
}

.landing-page .site-header .widget-area {
	display: none;
}

.landing-page .site-header .title-area {
	margin: 0 auto;
	float: none;
}

.landing-page .creds {
	text-align: center;
	padding: 4vw;
}

/* Animations */
.js .fadeup-effect {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration:         1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function:         ease-in-out;
}

@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translateY(20px); }
    to { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name:         fadeInUp;
}


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

@media only screen and (max-width: 1300px) {
	
	.wrap,
	.content-sidebar-wrap {
		max-width: 90%;
	}

	.entry-content {
		padding-right: 0;
	}

	.entry-content p.lead,
	.entry-content blockquote,
	.entry-content .full-img {
		margin-right: 0;
	}

	nav .wrap,
	.widget-area .wrap {
		max-width: none;
	}

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

	.header-widget-area {
		width: 20%;
	}

	#similar-posts .one-fourth {
		padding: 0;
	}

	.section .intro p  {
		max-width: 700px;
	}
	
}

@media only screen and (max-width: 1200px) {
	
	.site-header {
		padding: 24px 0;
	}
		
	.site-container .title-area img {
		max-width: 150px;
		margin-top: 5px;
	}

	.nav-primary {
		margin-left: 40px;
	}

	.nav-primary:before {
		left: -15px;
	}

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

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

	.section .intro p {
		max-width: 550px;
	}

	.header-widget-area {
		width: 200px;
	}

	.sidebar {
		width: 30%;
	}

	.sidebar .email-cta {
		margin-left: 0;
		margin-right: 0;
	}
	
	#cta .right h2 {
		font-size: 38px;
		font-size: 3.8rem;
	}

	#cta .email-box {
		padding-bottom: 0;
		padding-top: 0;
	}

	.entry .featured-image {
		margin-right: 5%;
	}

	.blog .entry .entry-header,
	.archive .entry .entry-header,
	.search .entry .entry-header {
		width: 60%;
	}

}

@media only screen and (max-width: 1023px) {
	
	.site-header,
	.site-header.shrink {
		padding: 12px 0;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
	}

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

	.genesis-responsive-menu {
		background-color: rgba(24,32,43,0.98);
		display: none;
		height: 100%;
		right: 0;
		margin: 0;
		padding: 10%;
		position: fixed;
		top: 0px;
		width: 100%;
	}

	.genesis-responsive-menu:before {
		display: none;
	}

	.genesis-responsive-menu .menu-item {
		border: none;
		color: #fff;
		display: block;
		float: none;
		position: relative;
		margin: 0 auto;
		max-width: 200px;
		text-align: center;
	}

	.genesis-responsive-menu .menu-item a {
		border: none;
		color: #fff;
		font-size: 24px;
		padding: 20px;
	}

	.genesis-responsive-menu .menu-item a:hover {
		color: #1B64DB;
	}

	.header-widget-area {
		display: none;
	}

	.content,
	.sidebar {
		float: none;
		width: 100%;
	}

	#sidebar-series,
	.sidebar .rw_cta {
		margin: 0 auto 40px;
		max-width: 360px;
	}

	#sidebar-series {
		margin-bottom: 80px;
		text-align: center;
	}

	#similar-posts .one-fourth {
		margin-left: 0;
		width: 48%;
	}

	#similar-posts .one-fourth:nth-child(even) {
		margin-left: 4%;
	}

	.site-footer .nav-secondary,
	.site-footer .creds,
	.site-footer .subtitle {
		float: none;
		text-align: center;
	}

	.site-footer .creds {
		margin-top: 20px;
	}

	#cta .email-box {
		padding: 0 40px;
	}
	
	#cta .right h2 {
		font-size: 36px;
		font-size: 3.6rem;
	}

	.pagination {
		text-align: center;
	}

	.section .intro {
		text-align: center;
	}

	.section .intro h2,
	.section .intro p {
		float: none;
		max-width: none;
	}

	.section .intro p {
		top: 0;
	}

	.section .intro p.blog-intro {
		width: 100%;
	}

	.section .intro {
		margin-bottom: 20px;
	}

	.entry {
		margin-bottom: 25px;
		padding-bottom: 25px;
	}

}

@media only screen and (max-width: 860px) {
	
	.genesis-responsive-menu .menu-item a {
		padding: 12px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button {
		padding: 12px 20px 10px;
	}

	#cta .left,
	#cta .right {
		float: none;
		text-align: center;
		width: 100%;
	}

	.email-cta .right .checkmarks {
		max-width: none;
		text-align: left;
	}

	#cta .email-box {
		margin-top: 60px;
	}

	#cta .email-box:before {
		height: calc(60px + 100%);
		top: -30px;
	}

	.blog .entry,
	.archive .entry,
	.search .entry {
		display: block;
	}

	.blog .entry .entry-header,
	.archive .entry .entry-header,
	.search .entry .entry-header,
	.entry .featured-image {
		float: none;
		text-align: center;
		width: 100%;
	}

	.entry .featured-image {
		margin: 0 auto 24px;
		max-width: 250px;
	}

	#sidebar-series {
		margin-bottom: 0;
	}

	.archive-description .entry-title,
	.archive-title {
		text-align: center;
	}

	.sidebar {
		margin-bottom: 40px;
	}

	h1.entry-title {
		font-size: 44px;
		font-size: 4.4rem;
		margin-bottom: 20px;
	}

	.shared-counts-wrap {
	}

}

@media only screen and (max-width: 500px) {
	
	body,
	body > div {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.4;
	}

	p {
		margin-bottom: 18px;
	}

	#cta {
		padding: 2vw 0;
	}	
	
	#cta .right h2 {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.section .intro h2 {
		font-size: 48px;
	}

	p.lead {
		font-size: 20px;
		line-height: 1.3;
	}

	h2.entry-title {
		font-size: 24px;
	}

	.archive-description {
		margin-bottom: 40px;
	}

	.site-footer {
		margin-top: 30px;
	}

	h1.entry-title {
		font-size: 36x;
		font-size: 3.6rem;
	}

	h2 {
		font-size: 30px;
		font-size: 3rem;
	}

	blockquote {
		padding: 24px 24px 24px 50px;
	}

	blockquote::before {
		left: -35px;
	}

	#similar-posts .one-fourth {
		float: none;
		margin: 0 0 20px 0 !important;
		width: 100%;
	}

	#similar-posts .featured-image {
		margin-bottom: 0;
	}
	
}

@media only screen and (max-height: 375px) {
	
	.genesis-responsive-menu {
		padding: 5%;
	}

}
	


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

	.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;
	}

}
