/*
	Theme Name: Genesis Child
	Theme URI: https://demo.studiopress.com/
	Description: Child theme customized for Wealth Hacker Labs
	Author: Alfie F.
	Author URI: 

	Version: 2.6.0

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

	Template: genesis

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

	Text Domain: genesis-sample
*/

/**************************
---- Table of Contents ----

# HTML5 Reset
# 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
	## Featherlight	
# Widgets	
	## Featured Content
# Plugins	
	## Genesis eNews Extended
	## Genesis Simple FAQ	
	## Jetpack
# Skip Links	
# Site Header
	## Title Area
# Site Navigation
	## Responsive Menu
	## Header Menu
	## Footer Menu
# Content Area
	## WH icons General
	## Call out Boxes
	## Entry Content
	## Entry Meta
	## Pagination
	## Entry Comments
# Sidebar
# Footer Widgets
# Site Footer
# Archive | Blog
# Single Posts
# Page Template Fullwide
# Page Template Plain
# Error 404
# Media Queries

***************************/

/* # 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: 18px;
	font-size: 1.8rem;
}

body {
	background-color: #fff;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.7;
	margin: 0;
}

sup {
	top: -.8em;
	font-size: 50%;
}


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: #4CAF50;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
	outline: 0;
}

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

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: bold;
}

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

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

blockquote {
	margin: 2em 0;
	border-left: 4px solid #4CAF50;
	padding-left: 30px;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	font-style: normal;
	line-height: 1.3;
}

blockquote cite {
    font-size: 8px;
    font-size: 1.8rem;
    margin-top: 2em;
    display: block;
    font-style: normal;
    font-weight: normal;
}


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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: 'Assistant', sans-serif;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 30px;
	color: #000;
}

h1, .h1 {
	font-size: 72px;
	font-size: 7.2rem;	
	line-height: 1.17;
}

h2, .h2 {
	font-size: 64px;
	font-size: 6.4rem;
	line-height: 1.13;
}

h3, .h3 {
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1.17;
}

h4, .h4 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.22;
}

h5, .h5 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}

h6, .h6 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
}

.subheading{
	margin: 0;
	font-size: 1.2em;
}


/* ## 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;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 15px;
	width: 100%;
	border: 2px solid #ccc;
	text-align: left;
	font-family: 'Assistant', sans-serif;
	font-weight: 800;		
}

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

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

::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #ccc;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	font-family: 'Assistant', sans-serif;
	font-weight: 800;
	background-color: #4CAF50;
	border: 3px solid #4CAF50;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4; 
	padding: 12px 30px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	min-width: 260px;
	text-align: center;
}

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: #fff;
	color: #000;
}

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

.button {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 20px;
	font-size: 2rem;	
}

a.button:after{
	display: none;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

a.button.light,
button.light,
input[type="button"].light,
input[type="reset"].light,
input[type="submit"].light {
	background-color: #fff;
	color: #000;
}

a.button.light:hover,
button.light:hover,
input[type="button"].light:hover,
input[type="reset"].light:hover,
input[type="submit"].light:hover {
	background-color: #4CAF50;
	color: #fff;
}

.center-button{
	text-align: center;
}

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

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea,
#popup-subscribe input,
#popup-subscribe select,
#popup-subscribe textarea {
	text-align: center;		
}

.page-id-283 .contact-wrapper{
	margin-top: -27em;
}

.page-id-283 .wpcf7{
	padding: 30px 60px;
	box-shadow: 0 8px 14px rgba(0,0,0,0.2);
	text-align: center;
	background-color: #fff;
	margin-bottom: 20px;
}

.page-id-283 .wpcf7-form p{
	margin-bottom: 15px;
}

.page-id-283 .wpcf7-form .wpcf7-submit{
	width: 100%;
}

.page-id-283 .wpcf7-form textarea{
	height: 180px;
}

.page-id-283 div.wpcf7 .ajax-loader{
	display: none;
}

.page-id-283 div.wpcf7 .ajax-loader.is-active{
	display: block;
	margin: 10px auto;
}

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

.wrap,
.site-header .wrap,
.site-footer .wrap,
.full-wide-page .site-container .wrap{
	max-width: 1140px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
}

.wrap-inner{
	max-width: 800px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;	
}

@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

.before-footer .columns-container.site-toolkit-wrapper {
    border-top: 2px solid #b6b6b6;
    padding: 3em 0;
}

.before-footer .site-toolkit h2{
	font-size: 64px;
	font-size: 6.4rem;
	line-height: 1.13;	
}

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

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

.full-wide-page .site-inner {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;	
	padding-top: 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;
	position: absolute;
	left: 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: 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;
	min-width: 0;
}

.search-form input[type="search"]::-moz-placeholder {
	color: #b6b6b6;
	opacity: 1;
}

.search-form input[type="search"]::-webkit-input-placeholder {
	color: #b6b6b6;
}

.search-form input[type="search"]{
	font-weight: bold;
	border: 2px solid #b6b6b6;
	border-radius: 3px;
	padding: 20px
}

button#search-toggle{
	background-color: transparent;
	padding: 0;
	padding: 0;
	border: 0;
	color: #4CAF50;
	min-width: 0;
	font-size: 26px;
	font-size: 2.6rem;
}

button#search-toggle:hover{
	color: #000;
}

.whl-search-overlay{
    display: none;
    position: fixed;
    top: 0;
    z-index: 99999;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.whl-search-overlay .wrap{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 80px 40px 0;
}

.whl-search-overlay .whl-search-close {
	position: absolute;
	right: 0;
	top: 40px;
	background-color: #adadad;
	border-radius: 100%;
	text-decoration: none;
	font-size: 40px;
	color: #fff;
	width: 32px;
	height: 32px;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
}

.whl-search-overlay .search-form{
	max-width: 800px;
	margin: 0 auto;
}

.whl-search-overlay .search-form input[type="search"]{
	padding: 15px;
	float: left;
	width: 76%;	
}

.whl-search-overlay .search-form input[type="submit"]{
	float: right;
	width: 23%;
	min-width: 0;
	margin: 0;	
}

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

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

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

.entry-title a:focus,
.entry-title a:hover {
	color: #4CAF50;
}

.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: normal;
	margin: 10px 0 0;
	text-align: center;
	font-style: italic;
}

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

/* ## Featherlight
--------------------------------------------- */

body .featherlight .featherlight-close-icon {
	min-width: 0;
	background-color: #4CAF50;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	top: -20px;
	right: -20px;
	font-size: 14px;
	color: #fff;
}

body .featherlight .featherlight-content{
	overflow: visible;
}

#popup-subscribe .popup-subscribe-inner{
	padding: 20px 60px;
	text-align: center;
	max-width: 680px;
}

#popup-subscribe .popup-subscribe-inner img {
    padding: 0;
    margin: 0 auto 20px;
    max-width: 70px;
}

#popup-subscribe .popup-subscribe-inner .gca-column{
	font-size: 14px;
}

#popup-subscribe .popup-subscribe-inner .gca-column p{
	margin-bottom: 20px;
}

#popup-subscribe form input[type="submit"],
#popup-subscribe form button{
	width: 100%;
	min-width: 0;
}

#popup-subscribe form > p{
	margin-bottom: 10px;
}

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

.widget.popular-posts {
    background-color: #f7f7f7;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    padding: 20px;
    border-radius: 3px;
    margin-top: -20px;
}

.widget.popular-posts li{
	border-bottom: 2px solid #b6b6b6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.widget.popular-posts li:last-child{
	border: 0;
	padding-bottom: 20px;
}

.widget.popular-posts li a{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	position: relative;
}

.widget.popular-posts li a:hover {
    border-bottom: 4px solid #4CAF50;
}


/* ## 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-image {
	height: 75px;
	width: 75px;
}

.featured-content .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	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;
	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: #4CAF50;
}

.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 {
	background-color: #fff;
	border-bottom: 2px solid #c8c8c8;
	padding: 0;
}

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

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

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

.no-header-nav .title-area{
	float: none;
	text-align: center;
	margin: 0 auto 15px;
}

.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: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	font-family: 'Assistant', sans-serif;	
	font-weight: 800;
	color: #333;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	outline-offset: -1px;
	padding-top: 15px;	
	padding-bottom: 15px;
	text-decoration: none;
	letter-spacing: 1px;
}

.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: #4CAF50;
	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: auto;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
	word-wrap: break-word;
	letter-spacing: 0;
	border-bottom: 1px solid #eee;
}

.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 .ptitle{
	margin-bottom: 5px;
	display: block;
}

.genesis-nav-menu .sub-menu .pexcerpt{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
}

/* ## 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;
	padding-bottom: 15px;
	position: relative;
}

.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;
	min-width: 0;
	outline: 0;	
}

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

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

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

.site-header .menu-toggle::before {
	float: left;
	margin-right: 0;
	position: relative;
	text-rendering: auto;
	top: 1px;
	font-size: 30px;
	width: 30px;
	height: 30px;	
}

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

.sub-menu .glyph,
.sub-menu .pright{
	display: inline-block;
	vertical-align: middle;
}

.sub-menu .glyph {
    width: 25%;
    margin-right: 5%;
}

.sub-menu .pright {
    width: 70%;
}

.sub-menu .whlicon {
    width: 100%;
    height: 48px;
    vertical-align: middle;
}

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

.nav-primary {
	clear: left;
	width: 100%;
	padding-bottom: 0;
}

.nav-primary .menu-toolkit > a > span {
	display: inline-block;
    border: 2px solid #4CAF50;
    border-radius: 4px;
    padding: 10px 16px;
}

.nav-primary .menu > .menu-item > a:hover{
	color: #4CAF50;
	position: relative;
}

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

.nav-secondary {
	margin: 0 0 20px;
}

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

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

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


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

.hide-page-title .entry-header .entry-title{
	position: absolute;
	clip: rect(0,0,0,0);
}

.columns-align-middle{
	display: flex;
	align-items: center;
}

.col-align-top{
	align-self: flex-start;
}

.col-align-bottom{
	align-self: flex-end;
}

.columns-container{
	padding: 5em 0;
}

.page-id-283 .columns-container{
	overflow: visible;
}

.gca-column img:last-of-type{
	margin-bottom: 0;
}

.column-indent-left {
    padding-left: 60px;
}

.column-indent-right{
	padding-right: 60px;
}

.small-text{
	font-size: 14px;
	font-size: 1.4rem;
}

.dark-theme{
	color: #fff;
	background-color: #333;
}

.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5{
	color: #fff;
}

.gray-bg{
	background-color: #f7f7f7;
}

.black-bg{
	background-color: #000; 
}

.green-bg{
	background-color: #4caf50;
}

.yellow-orange-bg {
    padding: 30px;
    background-color: #ffc107;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0px rgba(0,0,0,0.2);
    margin-bottom: 20px;
}

.yellow-orange-bg img.dark-pigment{
	max-width: 110px;
	margin: 0;
}

.yellow-orange-bg p:last-of-type{
	margin-bottom: 0;
}

.bg-pigment1{
	background-image: url( images/bg-pigment1.png );
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.bg-pigment2{
	background-image: url( images/bg-pigment2.png );
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 70% auto;	
}

.bg-pigment3{
	background-image: url( images/bg-pigment3.png );
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 70% auto;	
}

.bg-pigment4{
	background-image: url( images/bg-pigment4.png );
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;	
}

.bg-bytes{
	background-image: url( images/bg-bytes.png );
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
}

.bg-jeff-money{
	background-image: url( images/start-here-money2.jpg );
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg-jeff-fade{
	background-image: url( images/start-here-jeff-fade.jpg );
	background-repeat: no-repeat;
	background-size: cover;	
	background-position: center;
}

.bg-spend {
    background-image: url( images/bg-spend.jpg );
    background-repeat: no-repeat;
    background-size: 45% 100%;
}

.bg-circuit{
	overflow: hidden;
}

.bg-circuit h4{
	margin: 0;
	padding: 40px 0;
}

.bg-circuit > div{
	position: relative;
}

.bg-circuit > div::before,
.bg-circuit > div::after {
	content: "";
	background-repeat: repeat-x;
	width: 100%;	
	height: 100%;	
	position: absolute;	
	display: block;
	background-size: contain;	
	top: 0;		
}

.bg-circuit > div::before {
	background-image: url(images/left-circuit-bg.png);
	left: -100%;
	background-position: right center;
}

.bg-circuit > div::after {
	background-image: url(images/right-circuit-bg.png);
	right: -100%;
	background-position: left center;
}

.bg-circuit-dark > div::before {
	background-image: url(images/left-circuit-dark.png);
}

.bg-circuit-dark > div::after {
	background-image: url(images/right-circuit-dark.png);
}

.vertical-spacer.size2x{
	margin-bottom: 60px;
}

.vertical-spacer.large{
	margin-bottom: 10em;
}

.columns-flip{
	display: flex;
	flex-direction: row-reverse;
}

.cat-block-wrapper{
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;	
	display: block;
	margin: 0 auto;
	max-width: 600px;
}

.cat-block-wrapper .whlicon {
	width: 100%;
	height: 80px;
}

.cat-block-wrapper p{
	margin-bottom: 10px;
}

.cat-block-wrapper p:last-of-type{
	margin-bottom: 0;
}

.cat-block-wrapper strong{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
}

.entry-content .cat-block-wrapper a {
	border: 0;
}

.cat-block-wrapper .cat-block{
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
	padding: 20px 30px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	transition: box-shadow 0.3s;
}

.cat-block-wrapper a:hover .cat-block{
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3);
}

.entry-content .cat-block-wrapper a:hover{
	color: #000;
}

.cat-block-wrapper .cat-block > div{
	float: left;
}

.cat-block-wrapper .cat-block > div.cat-block-icon{
	width: 15%;
}

.cat-block-wrapper .cat-block > div.cat-block-text{
	width: 77%;
	text-align: left;
	margin-left: 8%;
	font-weight: normal;
}

.box-round{
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 6px 12px rgba(0,0,0,0.2);
	padding: 30px;
	margin-bottom: 2em;
}

.box-twitter{
	color: #fff;
	background-color: #1da1f2;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

.box-twitter p{
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 0;
}

.box-twitter a {
	text-align: right;
	display: block;
}

.entry-content .box-twitter a {
	color: #fff;
	font-style: italic;
	text-decoration: none;
	border: 0;	
}

.entry-content .box-twitter a:hover {
	color: #ddd;
}

.social-share-buttons {
    border-width: 3px 0 3px 0;
    border-style: solid;
    margin-bottom: 2em;
    padding: 20px 0;
    border-color: #fff;
}

.social-share-buttons ul{
	margin: 0;
	padding: 0;
	text-align: right;
}

.social-share-buttons ul > li{ 
	display: inline-block;
	margin-left: 1.8em;
}

.social-share-buttons ul > li > a{
	color: #000;
	font-size: 22px;
	font-size: 2.2rem;
	cursor: pointer;
}

.social-share-buttons ul > li > a:hover{
	color: #4CAF50;
}

.maybes-list .gca-column img{
	margin: 0 auto;
	display: block;
}

.size-smed{
	max-width: 160px;
}

.splash {
    background-image: url( images/about-splash2.jpg );
    background-size: contain;
    background-repeat: no-repeat;
    padding: 4.5em 0 0;
}

.splash .spl {
    background-image: url( images/spl-bg.png );
    background-repeat: no-repeat;
    max-width: 780px;
    background-size: 100%;
}

.spl-inner {
    padding: 7em 9em 15em 19em;
}

.spl-inner h3{
	color: #fff;
}

.spl-inner p{
	color: #ccc;
}

.spl-inner p:last-of-type{
	margin-bottom: 0;
}

.site-timeline{
	color: #fff;
	position: relative;
	overflow: hidden;
}

.site-timeline .wrap {
    max-width: 1400px !important;
}

.site-timeline section {
    text-align: center;
	background-color: #4CAF50;    
	padding: 4em 0 8em;	
	transition: all 0.4s;
	opacity: 0;
	visibility: hidden;
	display: block;
	position: absolute;
	left: -9999px;
	transition: opacity 1s;
}

.site-timeline section.t-show {
	opacity: 1;
	left: 0;
	position: relative;
	visibility: visible;	
}

.site-timeline section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 2px solid #FFF;
    height: 100%;
    z-index: 1;
}

.site-timeline .timeline-title{
	background-color: #4CAF50;
	position: relative;
	padding: 3.5em 0;
	z-index: 2;
}

.site-timeline .timeline-title::before, 
.site-timeline .timeline-title::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0%;
	width: 22px;
	height: 22px;
	margin-left: -10px;
	border: 2px solid #FFF;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	z-index: 3;
}

.site-timeline .timeline-title::after {
    top: 92%;
    display: block;
}

.site-timeline h2,
.site-timeline h4{
	color: #fff;
	margin-bottom: 0;
}

.site-timeline .timeline-content{
	display: flex;
	align-items: center;
	position: relative;
	z-index: 3;
}

.site-timeline .timeline-content .timeline-image{
	width: 60%;
	padding: 2em 3em 0 0;
}

.site-timeline .timeline-content .timeline-text{
	width: 26%;
	text-align: left;
}

.site-timeline .timeline-content a {
    font-weight: 700;
    text-decoration: none;
    color: #000;
    border-bottom: 4px solid #4CAF50;
}

.site-timeline .timeline-content a:hover {
    color: #444;
}

.site-timeline .timeline-navigation{
	position: absolute;
	top: 50%;
	left: 98%;
	z-index: 3;
	transform: translateY(-50%);
}

.site-timeline .timeline-navigation ul{
	margin: 0;
	padding: 0;
	position: relative;
}

.site-timeline .timeline-navigation ul > li{
	position: relative;
	padding: 0 0 8px;
}

.site-timeline .timeline-navigation ul > li::before {
    content: "";
    border-left: 2px solid #fff;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 11px;
    margin-left: -1px;
    margin-right: 0;
}

.site-timeline .timeline-navigation ul > li:last-child:before {
	border: 0;
}

.site-timeline .timeline-navigation a{
	position: relative;
	z-index: 3;
	border: 0;
	display: block;
}

.site-timeline .timeline-navigation a > span{
	display: block;
	opacity: 0;
	visibility: none;
	position: absolute;	
	color: #fff;
    left: -43px;
    font-size: 1.4rem;
	top: 50%;
	transform: translateY(-50%);
}

.site-timeline .timeline-navigation a:hover > span,
.site-timeline .timeline-navigation a.active > span {
    opacity: 1;
    transition: opacity 0.2s;
}

.site-timeline .timeline-navigation a:before{
	content: "";
	width: 22px;
	height: 22px;
	border: 2px solid #fff;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;	
	display: block;
	background-color: #4CAF50;
}

.site-timeline .timeline-navigation a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #4CAF50;
    width: 12px;
    height: 12px;
    border-radius: 12px;
	transform: translate(-50%, -50%);
}

.site-timeline .timeline-navigation a:hover:after,
.site-timeline .timeline-navigation a.active:after  {
    background-color: #fff;
}

.site-timeline .nav-arrows{
	margin-top: 30px;
}

.site-timeline .nav-arrows > a {
    background-color: #fff;
    color: #4CAF50;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 0;
    text-align: center;
    margin: 0 10px;
}

.site-timeline .nav-arrows > a:hover {
	background-color: #79c37c;
	color: #fff;
}

.site-timeline .nav-arrows > a > span {
    font-size: 24px;
    line-height: 40px;
}

.tubes-sprite-wrapper {
    width: 56px;
    margin: 0 0 3em;
}

.tubes-sprite-wrapper.center {
	margin-left: auto;
	margin-right: auto;
}

.tubes-sprite {
    background-image: url( images/tubes-sprite.png );
    background-repeat: no-repeat;
    background-size: 560px;
    height: 93px;
}

.tubes-sprite.tube-1{
	background-position: 0 0;
}

.tubes-sprite.tube-2 {
    background-position: -56px 0;
}

.tubes-sprite.tube-3 {
    background-position: -112px 0;
}

.tubes-sprite.tube-4 {
    background-position: -168px 0;
}

.tubes-sprite.tube-5 {
    background-position: -224px 0;
}

.tubes-sprite.tube-6 {
    background-position: -280px 0;
}

.tubes-sprite.tube-7 {
    background-position: -336px 0;
}

.tubes-sprite.tube-8 {
    background-position: -392px 0;
}

.tubes-sprite.tube-9 {
    background-position: -448px 0;
}

.tubes-sprite.tube-10 {
    background-position: -504px 0;	
}

.film-strip > div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 33.33%;
	float: left;
	text-align: center;
}

.film-strip > div > h4{
	margin: 0;
}

.film-strip > div > h4 > a{
	position: relative;	
	border: 0;
	color: #fff;
	display: block;
	padding: 4em 0;
}

.film-strip > div > h4 > a::before {
    content: "";
    display: block;
    background-color: rgba(0,0,0,0);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transition: background-color 0.3s;
}

.film-strip > div > h4 > a:hover::before {
	background-color: rgba(0,0,0,0.4);
}

.entry-content .film-strip a:hover{
	color: #fff;
}

.rp4wp-related-posts {
	background-color: #fff;
	padding: 40px 0;
}

.rp4wp-related-posts h3,
.rp4wp-related-posts ul{
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 30px;
}

.rp4wp-related-posts h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
	margin-bottom: 1.5em;	
}

.rp4wp-related-posts > ul{
	display: flex;
}

.rp4wp-related-posts > ul > li {
    width: 33%;
    text-align: left;
    border-left: 2px solid #ddd;
    padding: 0 4%;
}

.rp4wp-related-posts > ul > li:first-child {
	padding-left: 0;
	border-left: 0; 
}

.rp4wp-related-posts > ul > li:last-child {
	padding-right: 0;
}

.rp4wp-related-posts > ul > li a{
	text-decoration: none;
	font-family: 'Assistant', sans-serif;
	font-weight: 800;	
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.3;	
	color: #000;
}

.rp4wp-related-posts > ul > li a:hover{
	color: #4CAF50;
}

.columns-container.site-toolkit-wrapper{
	padding: 0;
}

.site-toolkit .gca-column p:last-of-type{
	margin-bottom: 0;
}

.site-toolkit .gca-column img{
	max-width: 90%;
}

.site-toolkit h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.22;
}

.entry-content ul.question-set{
	margin-left: 0;
	padding-left: 0;
}

ul.question-set > li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

ul.question-set > li > .glyph {
	margin-right: 10px;
}

ul.question-set .whlicon{
	width: 25px;
	height: 35px;
	vertical-align: middle;	
}

.entry-content ul.question-set > li::before{
	display: none;
}

/* ## WH icons General
--------------------------------------------- */
.whlicon.whlicon-general-down-arrow {
    margin: 2em auto 0;
    width: 51px;
    display: block;
    height: 55px;
}

/* ## Call out Boxes
--------------------------------------------- */
.call-out-box{
	display: flex;
	align-items: center;
	border-radius: 4px;
	box-shadow: 0 2px 4px 0px rgba(0,0,0,0.2);
	margin-bottom: 20px;    	
	padding: 30px;
}

.call-out-box img{
	max-width: 110px;
}

/*.note,*/
.note-box{
    border: 1px solid #b6b6b6;
	background-color: #fff;
}

/*.notice,*/
.notice-box{
	color: #fff;
	background-color: #1976d2; 
}

/*.alert,*/
.alert-box{
	color: #fff;
	background-color: #FFBA2D; 
}

/*.box-light,*/
.light-box {
    background-color: #f5f7f8;
}

/*.box-grey,*/
.gray-box {
    background-color: #727272;
    color: #fff;
}

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

.entry {
	margin-bottom: 40px;
}

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

.entry-content ul > li::before {
    content: ".";
    top: -0.25em;
    position: relative;
    margin-right: 0.4em;
}

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

.entry-content a{
	font-weight: 700;
	text-decoration: none;
	color: #000;
	border-bottom: 4px solid #4CAF50;
}

.entry-content a > span{
	font-weight: 700 !important;
}

.entry-content a:hover{
	color: #4CAF50;
}

.entry-content a.button{
	color: #fff;
	border-width: 3px;
}

.entry-content a.button.light{
	color: #000;
}

.entry-content a.button.light:hover{
	color: #fff;
}

.entry-content a.more-link{
	display: block;
	margin-top: 1.5em;
	color: #4CAF50;
	border-bottom: 0; 
}

.entry-content a.more-link:hover{
	color: #000;
}

.entry-content a.more-link:after{
	display: none;
}

.youtube-player {
	position: relative;
	padding-bottom: 56.23%; 
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin-bottom: 10px;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}
    
.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-o-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("//i.imgur.com/TxzC70f.png") no-repeat;
	cursor: pointer;
}

.no-padding{
	padding: 0;
}

.no-padding-bottom{
	padding-bottom: 0
}

.post-edit-link{
	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-meta .categories > span{
	display: inline-block;
	color: #fff;
	background-color: #184a73;
	font-weight: bold;
	min-width: 300px;
	padding: 2px 15px;
	margin-bottom: 10px;
}

.entry-meta .categories > .category-id-6{
	background-color: #81c784;
}

.entry-meta .categories > .category-id-5{
	background-color: #ffc107;
}

.entry-meta .categories > .category-id-4{
	background-color: #bdd7e2;
}

.entry-meta .categories > .category-id-3{
	background-color: #4caf50;
}

.entry-meta .avatar{
	float: none;
}

.entry-meta .entry-author-avatar{
	margin-right: 10px;
}

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

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

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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	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: #333;
	color: #fff;
}

.pagination{
	margin-left: auto;
	margin-right: auto;
	max-width: 340px;
}

.pagination > div {
	display: flex;
    border: 2px solid #4CAF50;
    width: 150px;
    border-radius: 100%;
    height: 150px;
    text-decoration: none;
    position: relative;
    text-align: center;
    padding-top: 40px;
}

.pagination > div > a {
	position: relative;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.2;
	word-wrap: break-word;
	display: block;
	width: 100%;
	outline: 0;
	border: 0;
	color: #4CAF50;
}

.pagination > div > a > .dashicons {
    display: block;
    margin: 5px auto 0;
    font-size: 2.4rem;
}

.pagination > div:hover{
	background-color: #4CAF50;
}

.pagination > div:hover > a {
	color: #fff;
}

.pagination > div:hover > a > .dashicons{
	color: #fff;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-list{
	font-size: 16px;
	font-size: 1.6rem;
}

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

.comment-list li:first-child {
	border-top: 1px solid #b6b6b6;
}

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

.comment-list .bypostauthor {
}

.comment-list .children{
	margin-top: 30px;
}

.comment-list .children li:first-child{
	border-top: 0;
}
.comment-list .children li:last-child{
	border-bottom: 0;
}

.comment-header {
	margin-bottom: 30px;
	padding-left: 6em;
	position: relative;
}

.comment-content {
	clear: both;
	margin-left: 6em;
}

.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-respond label[for="wp-comment-cookies-consent"] {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}

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

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

.comment-heading {
    margin-bottom: 1em;
}

.comment-heading h4{
	margin: 0;
}

.comment-heading a{
	text-align: right;
	text-decoration: none;
	display: block;
}

.comment-author-link{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.comment-reply{
	margin-left: 6em;
}

.comment-reply-link{
	font-weight: bold;
	text-decoration: none;
}

.comment-reply-title{
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.22;	
}

.comment-form > p{
	margin-bottom: 10px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea{
	background-color: transparent;
}

.comment-form .form-submit{
	margin-top: 2em;
}

.comment-form input[type="submit"]{
	background-color: transparent;
	color: #4CAF50;
}

.comment-form input[type="submit"]:hover{
	background-color: #4CAF50;
	color: #fff;
}

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

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

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

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


/* # 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 {
	color: #fff;
	background-color: #4CAF50;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 30px 0;
	text-align: center;
}

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

.site-footer a{
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

.site-footer a:hover{
	color: #000;	
}

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

.site-footer .site-info{
	font-size: 14px;
	font-size: 1.4rem;
}


/* # Archive | Blog
---------------------------------------------------------------------------------------------------- */

.archive .archive-title{
	font-size: 72px;
	font-size: 7.2rem;
	line-height: 1.17;
}

.archive .entry-title,
.blog .entry-title{
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1.17;	
}

.blog-header h1{
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1.17;
}

.archive .site-inner,
.blog .site-inner {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.archive .site-container .wrap,
.archive .site-inner .wrap,
.archive .content-sidebar-wrap,
.blog .site-container .wrap,
.blog .site-inner .wrap,
.blog .content-sidebar-wrap {
    max-width: 1140px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}

.archive .content-sidebar-wrap,
.blog .content-sidebar-wrap{
	padding-top: 5em;
	padding-bottom: 5em;
}

.blog .archive-description{
	position: absolute;
	clip: rect(0,0,0,0);
}

.archive .content article,
.blog .content article {
    border-bottom: 2px solid #b6b6b6;
    padding-bottom: 20px;
}

.archive .post .entry-pagination,
.blog .post .entry-pagination,
.search-results .entry-pagination{
	display: none;
}

/* # Single Posts
---------------------------------------------------------------------------------------------------- */

.single .site-container{
	background-color: #f7f7f7;
}

.single .site-inner{
	max-width: 800px;	
}

.single .entry-title{
	text-align: center;
	margin-bottom: 40px;
}

.single .entry-header .entry-meta {
    margin-bottom: 40px;
    text-align: center;
}

.single .entry-meta .categories > span{
	color: #184a73;
	background-color: transparent;
	min-width: 0;
	padding: 0;
	margin-bottom: 0;
}

.single .entry{
	margin-bottom: 0;
}


/* # Page Template Fullwide
---------------------------------------------------------------------------------------------------- */

.page-template-page_full_wide .entry-header .entry-title{
	text-align: center;
	margin-top: 1em;
}

/* # Page Template Plain
---------------------------------------------------------------------------------------------------- */

.page-template-page_plain .entry-header .entry-title{
	text-align: center;
}

.page-template-page_plain .site-inner{
	max-width: 620px;
	margin-bottom: 4em;
}

.page-template-page_plain .entry-content img{
	padding: 0 2em;
}

/* # Error 404
---------------------------------------------------------------------------------------------------- */
.error404 .site-inner{
	max-width: 620px;
	margin-bottom: 4em;
}

.error404 .content img{
	padding: 0 2em;
}

.page-id-98 .entry-header{
	position: absolute;
	clip: rect(0,0,0,0);
}

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


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

	/* 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:hover,
	.genesis-nav-menu > .menu-highlight > a:focus {
		background-color: #4CAF50;
	}

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

	.genesis-nav-menu .sub-menu {
		opacity: 1;
		padding-top: 0;
		padding-left: 0;
		margin-top: 5px;
		position: absolute;
		box-shadow: 0 0px 10px 2px rgba(0,0,0,0.1);
		transition: opacity .4s ease-in-out;
	}

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

	.genesis-nav-menu .sub-menu li:last-child a {
		border-bottom: 0;
	}

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

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

	.genesis-responsive-menu {
		display: block;
	}

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

	.menu-toggle{
		position: absolute;
		clip: rect(0,0,0,0)
	}

	.sub-menu-toggle{
		display: block;
		visibility: visible;
		position: absolute;
		right: -3px;
		top: 50%;
		transform: translateY(-50%);
		margin-top: -4px;	
		font-size: 10px;
		font-size: 1rem;
		border: 0;
	}

	.sub-menu-toggle.dashicons-before:before{
		width: 14px;
		height: 14px;
		font-size: 14px;
		color: #000;
	}

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

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

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

	.nav-primary .genesis-nav-menu > li:last-child > a {
		padding-right: 0;
	}

	.nav-primary .menu > .menu-item:not(.menu-toolkit) > a > span:after {
		content: "";
		display: block;
		top: 0;
		border-bottom: 4px solid #fff;
		width: 90%;
		margin: 5px auto 0;
	}

	.nav-primary .menu > .menu-item:not(.menu-toolkit) > a > span:hover:after {
		border-bottom-color: #4CAF50;
	}

	.nav-primary .menu > .menu-item-has-children{
		padding-right: 10px;
	}


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

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

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

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

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

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

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

	.sidebar {
		float: right;
		width: 25%;
	}

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

	.page .entry{
		margin-bottom: 0;
	}


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

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

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: 33.33%; /* fallback for older browsers */
		width: calc(100% / 3);
	}

	/* Blog | Archive
	--------------------------------------------- */
	.archive .content,
	.blog .content {
	    float: left;
	    width: 65%;
	}

}

@media only screen and (min-width: 800px) and (max-width: 960px) {
	.wp-custom-logo .title-area,
	.nav-primary{
		margin: 0 auto;
		float: none;
		text-align: center;
	}
}

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

	body > div{
		font-size: 16px;
		font-size: 1.6rem;
	}

	h1, .h1 {
	    font-size: 64px;
	    font-size: 6.4rem;
	    line-height: 1.13;
	}

	h2, .h2 {
		font-size: 48px;
		font-size: 4.8rem;
		line-height: 1.17;
	}

	h3, .h3 {
		font-size: 36px;
		font-size: 3.6rem;
		line-height: 1.22;
	}

	h4, .h4 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.5;
	}

	h5, .h5 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4;
	}

	h6, .h6 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.7;
	}

	h1 > br, h2 > br, h3 > br, h4 > br, h5 > br, h6 > br{
		display: none;
	}	

	.site-header.menu-toggle-active{
		border-bottom: 0
	}

	.site-header .wrap{
		padding-left: 0 !important;
		padding-right: 0 !important; 
	}

	.custom-logo-link > img{
		display: none;
	}

	.custom-logo-link {
		background-image: url( images/logo-new-mobile2.png );
		background-repeat: no-repeat;
		width: 140px;
		height: 52px;
		display: block;
		background-size: contain;
	}

	.wp-custom-logo .site-container .title-area{
		padding-left: 30px;
	}

	.menu-toggle{
		padding-right: 30px
	}

	.sub-menu-toggle{
		top: 0;
		transform: translateY(-50%);
		margin: 30px 0 0 12px;
		left: 50%;		
	}

	.nav-primary .genesis-nav-menu{
		border-top: 2px solid #c8c8c8;
		background-color: #f7f7f7;
		box-shadow: 0 12px 25px 0px rgba(0,0,0,0.2);
	}

	.genesis-nav-menu a{
		text-align: center;
	}	

	.genesis-nav-menu .sub-menu{
		padding-left: 0;
	}

	.sub-menu .glyph,
	.genesis-nav-menu .sub-menu .pexcerpt{
		position: absolute;
		clip: rect(0,0,0,0);
	}

	.genesis-nav-menu .sub-menu a{
		background-color: transparent;
		border-bottom: 1px solid #c8c8c8;
		max-width: 50%;
		margin: 0 auto;
	}

	.nav-primary .menu-search{
		text-align: center;
		padding-bottom: 20px;
	}	

	.nav-secondary .menu-item{
		margin-bottom: 20px;
	}	

	.site-container{
		word-wrap: normal;
	}

	.wrap-inner{
		max-width: 100%;
	}

	.columns-flip{
		display: block;
		flex-direction: none;
	}

	.column-indent-left,
	.column-indent-right {
	    padding-left: 0;
	}	


	.columns-mobile .one-half,
	.columns-mobile .one-fourth,
	.columns-mobile .three-fourths{
		margin-left: 2.564102564102564%;
	}

	.columns-mobile .first{
		margin-left: 0;
	}

	.columns-mobile .one-half{
		width: 48.717948717948715%;
	}

	.columns-mobile .one-fourth{
		width: 23.076923076923077%;
	}

	.columns-mobile .three-fourths{
		width: 74.35897435897435%;
	}

	.columns-mobile.columns-align-middle{
		display: flex;
	}

	.center-text-mobile{
		text-align: center;
	}

	.center-text-mobile .tubes-sprite-wrapper{
		margin-left: auto;
		margin-right: auto;
	}

	.bg-white-mobile,
	.bg-gray-mobile,
	.bg-black-mobile{
		background-image: none;
		background-color: #fff;
	}

	.bg-gray-mobile{
		background-color: #f7f7f7
	}

	.bg-black-mobile{
		background-color: #000
	}

	.bg-spend-mobile{
	    background-image: url( images/bg-spend.jpg );
	    background-repeat: no-repeat;
	    background-size: cover;
	    background-position: center;
	}

	.splash{
		background-image: none;
		background-color: #000;
		padding: 5em 0;
	}

	.splash .spl{
		background-image: none;
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		margin: 0 auto;				
	}

	.spl-inner{
		padding: 0;
	}

	.stacked-mobile{
		padding: 0;
	}

	.stacked-mobile .wrap {
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	}	

	.stacked-mobile .gca-column {
	    padding-left: 30px;
	    padding-right: 30px;
	    padding-top: 5em;
	    padding-bottom: 5em;
	}	

	.blog-header .gca-column img{
		margin-top: 2em;
	}	

	.yellow-orange-bg{
		text-align: left;
	}

	.yellow-orange-bg img.dark-pigment{
		display: none;
	}

	.columns-align-middle{
		display: block;
	}

	.site-toolkit{
		text-align: center;
	}

	.site-toolkit h2{
		margin-top: 0;
	}

	.film-strip{
		margin-bottom: -40px;
	}

	.film-strip > div {
		width: 100%;
		float: none;
	}

	.mobile-hidden{
		display: none;
	}

	.maybes-list .columns-align-middle{
		display: flex;
	}

	.maybes-list .gca-column img{
		max-width: 100%;
	}

	.maybes-list .columns-align-middle{
		margin-bottom: 1.5em;
	}

	.maybes-list .columns-align-middle:last-of-type{
		margin-bottom: 0;
	}	
	.site-timeline{
		margin-bottom: -40px;
	}

	.site-timeline section::after,
	.site-timeline .timeline-title::before, 
	.site-timeline .timeline-title::after,
	.site-timeline .timeline-content .timeline-image{
		display: none;
	}	

	.site-timeline section{
		position: relative;
		left: 0;
		visibility: visible;
		opacity: 1;
		padding: 2em 0;
		background-color: #4CAF50;
	}

	.site-timeline section:nth-child(5n+1){
		background-color: #4CAF50;
	}		

	.site-timeline section:nth-child(5n+2){
		background-color: #bcd8e3;
	}

	.site-timeline section:nth-child(5n+3){
		background-color: #ffc207;
	}

	.site-timeline section:nth-child(5n+4){
		background-color: #81c685;
	}	

	.site-timeline section:nth-child(5n+5){
		background-color: #194a73;
	}		

	.site-timeline .timeline-title{
		margin: 0 0 2em;
		padding: 0;
		background-color: transparent;
	}

	.site-timeline .timeline-content{
		display: block;
	}

	.site-timeline .timeline-content .timeline-text{
		width: 100%;
	}

	.site-timeline .nav-arrows,
	.site-timeline .timeline-navigation{
		display: none;
	}

	.no-padding-bottom-mobile{
		padding-bottom: 0
	}

	.home .entry{
		margin-bottom: 0;
	}

	body .featherlight .featherlight-close-icon{
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: -30px;
	}

	body .featherlight .featherlight-content{
		margin-left: 15px;
		margin-right: 15px;		
	}

	#popup-subscribe .popup-subscribe-inner{
		padding: 20px;
	}

	#popup-subscribe .popup-subscribe-inner p,
	#popup-subscribe .popup-subscribe-inner .gca-column p{
		margin-bottom: 15px;
	}

	.call-out-box{
		display: block;
	}

	.call-out-box img{
		display: none;
	}

	.page-id-283 .contact-wrapper{
		margin-top: 0;
	}
}

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

	.nav-secondary .menu-item {
	    display: block;
	    width: 50%;
	    float: left;
	}	

	.nav-secondary .menu-toolkit {
		width: 100%;
	}

	.columns-container:first-of-type{
		padding-top: 2em;
	}	

	.entry-meta .categories > span{
		min-width: 100%;
	}

	.entry-meta .avatar {
	    display: block;
	    margin: 0 auto 10px;
	    width: 40px;
	}	

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

	.page-template-page_plain .entry-content img{
		padding: 0;
	}

	.whl-search-overlay .whl-search-close{
		right: 15px;
		top: 30px;		
	}

	.whl-search-overlay .search-form input[type="search"],
	.whl-search-overlay .search-form input[type="submit"]{
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.rp4wp-related-posts > ul{
		display: block;
	}

	.rp4wp-related-posts > ul > li{
		width: 100%;
		padding: 0;
		border-width: 0 0 2px 0;
		border-style: solid;
		border-color: #ddd;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.rp4wp-related-posts > ul > li:last-child{
		border-bottom: 0;
	}

	.page-id-283 .wpcf7{
		padding: 30px;
	}
}

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

	.genesis-nav-menu .sub-menu a{
		max-width: 80%;
	}

	button, input[type="button"], input[type="reset"], input[type="submit"], .button{
		min-width: 100%;
	}

	.pagination-next.alignleft{
		margin-right: -3em;
	}

	.pagination-previous.alignright {
	    margin-left: -3em;
	}	
}


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

}
