/*
Theme Name: Monochrome Pro
Theme URI: https://my.studiopress.com/themes/monochrome/
Description: Monochrome showcases the sleek difference that white space and typography make in minimal design.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 1.6.1

Tags: accessibility-ready, block-styles, custom-background, custom-colors, custom-logo, custom-menu, e-commerce, editor-style, featured-images, full-width-template, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

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

Text Domain: monochrome-pro
Requires at least: 5.4
Requires PHP: 5.6
*/
/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Container
		- Site Inner
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Author Pro / Genesis Portfolio Pro
		- Jetpack
		- WPForms
	- Skip Links
	- Site Header
		- Title Area
	- Site Navigation
		- Header Menu
		- Header Search
		- Footer Menu
		- Accessible Menu
	- Content Area
		- Entries
		- Entry Messages
		- Entry Meta
		- Pagination
		- Comments
		- Pricing Page
	- Sidebar
	- Before Footer CTA
	- Site Footer
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1023px
		- Max-width: 782px
		- Max-width: 600px
*/


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

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

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

html,
input[type="search"] {
	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
--------------------------------------------- */

body {
	background-color: #fff;
	color: #333;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
	overflow-x: hidden;
}

body {
	animation: fadein 1s;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.wp-custom-logo .site-title > a,
.wp-custom-logo .title-area,
.site-header {
	transition: all 0.4s ease-in-out, color 0.4s ease-in-out;
}

a {
	color: #06c;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #000;	
}

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

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

li {
	list-style-type: none;
}

hr {
	border-width: 0;
	border-collapse: collapse;
	border-top: 1px solid currentColor;
	color: #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background-color: #ddd;
	color: #000;
}

blockquote {
	margin: 1em;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 40px;
}
body:not(.home):not(.page-template-landing) h1{
	padding-bottom:10px;
	border-bottom:4px solid #FCA525;
}

h2 {
	font-size: 30px;
	}
body:not(.home):not(.page-template-landing) article .entry-content h2,body:not(.home):not(.page-template-landing) .entry-content h2{
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	margin-top:0;
	font-style: italic;
}
body.home h2 a,body.page-template-landing h2 a{
	text-decoration:none;
}

h3 {
	font-size: 24px;
}
body:not(.home):not(.page-template-landing) article .entry-content h3{
	padding-bottom:10px;
	border-bottom:4px solid #fdc066;
}

.comment-respond h3,
.entry-comments h3 {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -0.5px;
	text-align: center;
}

.comment-respond h3::after,
.entry-comments h3::after {
	border-bottom: 1px solid #333;
	content: "";
	display: block;
	margin: 0 auto 40px;
	padding-bottom: 40px;
	width: 5%;
}

h4 {
	font-size: 20px;
	border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-bottom: 20px;
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}
   /* hiding page title on landing pages */
.post-2 header,.page-template-landing header.entry-header{
	display:none;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

.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 img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

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

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

input,
input[type="search"],
select,
textarea {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 0;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	padding: 15px;
	width: 100%;
}

input[type="search"] {
	-webkit-appearance: none;
}

input:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
	background-color: #000;
	border: 0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	padding: 20px 30px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

.button {
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
}

.button.large {
	font-size: 14px;
}

.button.secondary {
	background-color: #eee;
	color: #000;
}
.button.inverse{
	background-color:#fffbf4;
}
.site-container .wp-block-button.inverse .wp-block-button__link{
	border:1px solid #ddd;
}
.more-link {
	display: inline-block;
	margin-top: 10px;
}

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

button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"],
.button:hover,
.button:focus,
.more-link:hover,
.more-link:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	background-color: #06c;
	border-width: 0;
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
}

.button.secondary:hover,
.button.secondary:focus {
	background-color: #000;
	color: #fff;
}

.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;
	box-shadow: none;
	color: #999;
	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;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

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

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

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

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background-color: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 1em;
	font-weight: 600;
	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 {
	background-color: #fff;
	z-index: 99;
}

.gmm-active .site-container {
	margin-bottom: 0 !important;
}

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

.site-inner,
.wrap {
	margin: 0 auto;
    max-width: 1200px;
}

.site-inner {
	background-color: #fff;
	clear: both;	
	max-width: 1200px;
	position: relative;
	word-wrap: break-word;
	z-index: 999;
}

.archive .site-inner,
.page-template-page_blog .site-inner {
	margin-bottom: 100px;
}

.full-width-content.featured-image .site-inner {
	margin-top: -220px;
}

.full-width-content.landing-page .site-inner {	
	/*margin-top: 180px;*/
	max-width: 680px;
}
.page-template-default .site-inner,.post-template-default .site-inner,.category-news .site-inner,.state-sheet .site-inner,.single-state_sheet .site-inner,.error404 .site-inner{
	margin-top:100px;
}
.genesis-title-hidden .site-inner {
	margin-top: 0;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	position: relative;
	width: 720px;
}

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

.full-width-content .content {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 680px;
}

/* Sidebar */

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

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

/* special cases to not display the widget */
body.page-id-62609 .sidebar,body.page-id-219 .sidebar,body.page-id-112 .sidebar{
	display:none;
}
#contact_form{
	width:100%;
	height:1500px;
	border-width:0;
}

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

/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

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

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

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

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

.entry-avatar .avatar {
	background-color: #fff;
	float: none;
	margin-bottom: 40px;
	margin-top: -60px;
	padding: 5px;
}

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

.breadcrumb {
	font-size: 14px;
	margin-bottom: 40px;
}

.full-width-content.single .breadcrumb {
	text-align: center;
}

.featured-image .breadcrumb {
	background-color: rgba(0, 0, 0, 0.6);
	margin-bottom: 0;
	position: absolute;
	top: -220px;
	width: 100%;
}

.featured-image .breadcrumb,
.featured-image .breadcrumb a {
	color: #fff;
}

.featured-image .breadcrumb a:hover,
.featured-image .breadcrumb a:focus {
	color: #ccc;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 100px;
}

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

.after-entry {
	box-shadow: 0 10px 80px rgba(0, 0, 0, 0.1);
	padding: 60px 80px;
}

.full-width-content .after-entry:last-child {
	margin-bottom: 180px;
}

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

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

.search-form {
	overflow: hidden;
	position: relative;
}

.entry-content .search-form {
	margin-bottom: 40px;
	margin-top: 20px;
}

.error404 .entry-content .search-form input[type="search"] {
	margin-right: 10px;
	width: 50%;
}

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

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

.widget_search input[type="submit"] {
	right: 0;
	top: 0;
}

.widget_search input[type="submit"]:focus,
.site-header .header-search-wrap input[type="submit"]:focus {
	background-color: #000;
	box-shadow: none;
	clip: auto;
	color: #fff;
	height: auto;
	padding: 22px 20px;
	width: auto;
}


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

/*.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.archive-description .entry-title,
.archive-title {
	margin-bottom: 20px;
}*/

.author-box-title {
	margin-bottom: 10px;
}

.entry-title,.archive-title {
	font-size: 42px;
	font-weight: 600;
	letter-spacing: -0.5px;
}

.archive h2.entry-title{
	line-height:20px;
}

.archive h2.entry-title a{
	font-size: 22px;
	font-weight: 700;
	line-height:auto;
}

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

.page-template-page_blog-php.page .entry-title {
	margin-bottom: 10px;
}

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

.entry-title a:hover,
.entry-title a:focus {
	color: #06c;
}

.widget-title {
	font-family: "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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


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

.featured-content .aligncenter,
.featured-content .aligncenter:hover,
.featured-content .alignleft,
.featured-content .alignleft:hover,
.featured-content .alignnone,
.featured-content .alignnone:hover,
.featured-content .alignright,
.featured-content .alignright:hover {
	border-width: 0;
}

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

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

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

.featured-content .entry-title {
	font-size: 20px;
}

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

.sidebar .featured-content .entry-meta {
	margin-bottom: 5px;
}

.sidebar .featured-content a.alignleft,
.sidebar .featured-content a.alignright {
	margin-bottom: 0;
}


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

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

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

.after-entry .enews-widget form {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 30px;
}

.sidebar .enews-widget form {
	margin-top: 20px;
}

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

.enews-widget input[type="email"],
.enews-widget input[type="text"] {
	background-color: #f5f5f5;
}

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

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

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

/* Genesis Author Pro / Genesis Portfolio Pro
--------------------------------------------- */

.genesis-author-pro.archive .content .entry-header::after,
.genesis-pro-portfolio.archive .content .entry-header::after {
	display: none;
}

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

#wpstats {
	display: none;
}

/* WPForms
--------------------------------------------- */

.site-container .wpforms-container {
	margin-bottom: 40px;
}

.site-container .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 400;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


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

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

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

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


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

.site-header {
	background-color:#FCA525;
	border-bottom: 1px solid transparent;
	min-height: 80px;
	padding: 10px 40px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 9999;
	box-shadow:5px 5px 5px rgba(0,0,0,.1);
}

.admin-bar .site-header {
	top: 32px;
}

.site-header > .wrap > * {
	transition: all 0.4s ease-in-out;
}

.site-header.search-visible > .wrap > :not(.header-search-wrap) {
	opacity: 0;
}

.shadow .site-header,
.site-header.search-visible {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

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

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

.wp-custom-logo .title-area {
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	padding: 0;
	width: auto;
}

.site-title {
	font-family: Montserrat, Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0;
	text-transform: uppercase;
}

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

.wp-custom-logo .site-title > a {
	float: left;
	min-height: 50px;
	width: 100%;
}

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

.site-header .custom-logo-link .custom-logo {
	height: 60px;
	width: auto;
}

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

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

.genesis-nav-menu li {
	float: none;
	list-style-type: none;	
}

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

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

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

.genesis-nav-menu a,
.genesis-nav-menu .toggle-header-search {
	color: #333;
	display: block;
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	font-weight: 600;
	padding: 14px 14px;
	margin:10px 10px 0 10px;
	text-transform:uppercase;
	border-bottom:4px solid #FCA525;
	text-decoration:none;
}



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

.nav-primary {
	float: right;
	margin-top: 2px;
	text-align: right;
}

.nav-primary .genesis-nav-menu > .sub-menu {
	z-index: 9999;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

/*.nav-primary .genesis-nav-menu .sub-menu li:last-child a {
	border-bottom: none;
}*/

.nav-primary .genesis-nav-menu > .sub-menu a:focus,
.nav-primary .genesis-nav-menu > .sub-menu a:hover {
	background-color: #fff;
	color: #333;
}

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

.header-search-wrap {
	display: none;
}

.js .header-search-wrap {
	height: 100%;
	left: 0;
	padding: 10px 40px;
	position: absolute;
	transform: translate3d(0, -100%, 0);
	transition: none;
	top: 0;
	width: 100%;
	z-index: 1001; /* Show above the menu toggle button */
}

.js .header-search-wrap .search-form,
.js .header-search-wrap input[type="search"] {
	height: 100%;
}

.search-visible .header-search-wrap {
	transform: translate3d(0, 0, 0);
}

.header-search-wrap:target {
	clear: both;
	display: block;
	position: relative;
}

.header-search-wrap input[type="search"] {
	border: 0;
	padding-left: 0;
	padding-right: 100px;
}

.header-search-wrap input[type="submit"]:focus {
	border-radius: 3px;
	margin-top: 1px;
	padding: 20px;
	right: 50px;
}

.toggle-header-search {
	background: transparent;
}

.js .toggle-header-search.close:focus {
	outline: 0;
}

.toggle-header-search.close {
	color: #333;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate3d(-35px, 0, 0);
	transition: transform 0.2s ease-in-out;
	width: 30px;
	z-index: 100;
}

.header-search-wrap:target .toggle-header-search.close {
	transform: none;
}

.toggle-header-search .ionicons {
	font-size: 12px;
	transform: scale(2);
}

.toggle-header-search.close .ionicons {
	position: absolute;
	right: 50%;
	top: calc(50% - 5px);
	transform: scale(3);
}

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

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

.nav-secondary .genesis-nav-menu {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	margin-top: 20px;
}

.nav-secondary .genesis-nav-menu li {
	padding-left: 2px;
}

.nav-secondary .genesis-nav-menu a {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-left: 15px;
	padding: 0;
	text-transform: uppercase;
}

.nav-secondary .genesis-nav-menu li:first-child a {
	margin-left: 0;
}

.nav-secondary .genesis-nav-menu li:first-child::before {
	content: "";
}

.nav-secondary .genesis-nav-menu li::before {
	color: #666;
	content: "—";
	float: left;
	font-size: 10px;
}

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

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

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

.genesis-nav-menu .menu-item.sfHover > .sub-menu > .menu-item.sfHover > .sub-menu {
	left: 160px;
	margin-left: 0;
}*/

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


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

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

.entry-background {
	background-position: center;
	background-size: cover;
	display: block;
	height: 460px;
	position: relative;
	width: 100%;
}

.entry {
	margin-bottom: 100px;
}

.full-width-content.landing-page .entry {
	margin-bottom: 0;
}

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

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

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

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

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

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

.entry-content .intro {
	font-size: 19px;
	font-style: italic;
	font-weight: 600;
}

p.center {
	text-align: center;
}

/* Entry Messages
--------------------------------------------- */

.message {
	padding: 25px 30px;
}

.message,
.message a {
	color: #fff;
}

.message a {
	border-bottom: 1px solid #fff;
}

.message a:hover,
.message a:focus {
	border-bottom: none;
}

.message.green {
	background-color: #00a86d;
}

.message.orange {
	background-color: #cc4b00;
}

.message.red {
	background-color: #be0040;
}

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

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

.entry-meta a {
	color: #000;
}

.entry-meta a:hover,
.entry-meta a:focus {
	color: #06c;
	text-decoration: none;
}

.single.full-width-content .entry-header {
	text-align: center;
}

.entry-header::after {	
	content: "";
	display: block;
	margin-bottom: 40px;	
}

.single.full-width-content .entry-header::after {
	margin-left: auto;
	margin-right: auto;
}

.sidebar .entry-header::after {
	display: none;
}

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

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 16px/1 "ionicons"; /* stylelint-disable-line */
	margin-right: 8px;
	margin-top: -5px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}

.entry-categories::before {
	content: "\f3ca";
}

.entry-tags::before {
	content: "\f48d";
}

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

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

.pagination {
	clear: both;
}

.archive-pagination a {
	background-color: #000;
	border-radius: 3px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1;
	padding: 10px 15px;
	text-transform: uppercase;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination li.active a {
	background-color: #06c;
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
	transform: translateY(-1px);
}

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

.archive-pagination li {
	display: inline-block;
	margin-bottom: 10px;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 17px;
}

.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

.comment-notes {
	text-align: center;
}

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

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

.comment-header {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

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

.comment-respond {
	margin-bottom: 100px;
}

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

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

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

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

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


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

.sidebar {
	line-height: 1.75;
	margin-bottom: 100px;
}

.sidebar,
.sidebar p {
	font-size: 16px;
}

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


/* Before Footer CTA
---------------------------------------------------------------------------- */

.before-footer-cta {
	background: #06c;
	background: linear-gradient(45deg, #06c, #02cbfb);
	line-height: 1.5;
	padding-bottom: 40px;
	padding-top: 45px;
	text-align: center;
}

.before-footer-cta .wrap {
	max-width: 1200px;
}

.before-footer-cta p:last-of-type,
.before-footer-cta .widget:last-of-type {
	margin-bottom: 0;
}

.before-footer-cta,
.before-footer-cta a,
.before-footer-cta p,
.before-footer-cta .widget-title {
	color: #fff;
}

.before-footer-cta a {
	border-bottom: 1px solid currentColor;
}

.before-footer-cta a:focus,
.before-footer-cta a:hover {
	border-bottom: 1px solid transparent;
}

.before-footer-cta p {
	font-size: 20px;
}

.before-footer-cta button,
.before-footer-cta input[type="button"],
.before-footer-cta input[type="reset"],
.before-footer-cta input[type="submit"],
.before-footer-cta a.button,
.before-footer-cta a.more-link {
	background-color: #fff;
	border-width: 0;
	color: #000;
	margin: 5px 10px;
	padding: 15px 20px;
	vertical-align: middle;
}

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


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

.site-footer {
	background-color: #333;
	bottom: 0;
	font-size: 13px;
	line-height: 1;
	padding-bottom: 40px;
	padding-top: 40px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: -99;
}

.gmm-active .site-footer {
	position: inherit;
}

.site-footer .genesis-nav-menu .current-menu-item > a,
.site-footer a,
.site-footer p {
	border-bottom: 1px solid transparent;
	color: #fff;
}

.site-footer .wrap a {
	padding-bottom: 2px;
}

.site-footer .genesis-nav-menu .current-menu-item > a:focus,
.site-footer .genesis-nav-menu .current-menu-item > a:hover,
.site-footer a:hover,
.site-footer a:focus,
.site-footer .genesis-nav-menu a:hover,
.site-footer .genesis-nav-menu a:focus {
	border-bottom-color: currentColor;
	color: #ccc;
	text-decoration: none;
}

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

.site-footer .ion-heart {
	font-size: 13px;
	margin-left: 2px;
	margin-right: 2px;
}

.site-footer .wrap a.footer-logo-link {
	border-bottom-width: 0;
	display: inline-block;
	height: 50px;
	margin-bottom: 10px;
	padding: 0;
}

.site-footer .footer-logo {
	height: 50px;
	width: auto;
}

/* Dollar For Custom Elements */
.df-card{
	padding:40px;
	margin-bottom:40px;
	float:left;
	width:100%;
}
.df-callout{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.df-callout,.df-impact-numbers{
	padding:20px;	
}

.df-impact-numbers{
    margin-bottom:20px; 	
}
.df-impact-numbers h4{
	border-bottom:none;	
}
.orange-card,.orange-callout{
	background-color:#fffbf4;
	border:1px solid #fdc066;
}
.blue-card,.blue-callout{
	background-color:#e9f5f6;
	border:1px solid #1e97a7;
}
.gray-card,.gray-callout{
	background-color:#efefef;
	border:1px solid #666;
}
.df-impact-numbers img,.df-impact-numbers h3,.df-impact-numbers h4{
	text-align:center;
}
.blue-banner{
	width:100%;
	background-color:#1e97a7;
	color:#fff;
	text-align:center;
	font-size:.9em;
	font-weight:700;
}
.blue-banner a.button{
	background-color:#fff;
	color:#000;
	padding:10px 15px;
	margin:10px 0 10px 20px;
	border-radius:0;
	font-weight:600;	
}
.blue-banner a.button:hover{
	color:#fff;
	background-color:#000;	
}
body:not(.home):not(.page-template-landing) article .entry-content .df-impact-numbers.blue-card h3{
	border-bottom-color:#1e97a7;
}
body:not(.home):not(.page-template-landing) article .entry-content .df-impact-numbers.gray-card h3{
	border-bottom-color:#666;
}
.df-impact-numbers h3{
	font-size:.9em;
}
.df-impact-numbers h4{
	font-size:1.2em;
}
body:not(.home):not(.page-template-landing) article .entry-content .df-callout h3{
	margin-top:4px;
	border-bottom:none;
	text-align:center;
}
body:not(.home):not(.page-template-landing) article .entry-content .df-card h3{
	margin-top:4px;
	border-bottom:none;
}
body:not(.home):not(.page-template-landing) article .entry-content h3.df-callout{	
	color:#000;	
	text-align:center;
	padding-bottom:20px;
	background-color:#fffbf4;
	border:none;
}
body:not(.home):not(.page-template-landing) article .entry-content h3.df-callout.blue-callout,.df-callout.blue-callout{
	background-color:#e9f5f6;
}
/* How we help page */
.df-how-we-help-header{
	border-bottom:4px solid #fdc066;
	border-top:4px solid #fdc066;
	margin-bottom:30px;
	padding-top:30px;
}
body:not(.home):not(.page-template-landing) article .entry-content .df-how-we-help-header h3{
	border-bottom:none;
}
article .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100%;
    border-color: #FCA525;
    margin: 0;
}
.df-hero.wp-block-cover{
	padding-top:70px;
	padding-bottom:60px;
}
.wp-block-quote{
	background-color:#FFFBF4;
	padding:20px;
	margin:0;
}
.site-container article .wp-block-quote.quote-top-margin{
	margin-top:20px;
	background-color:#e9f5f6;
}
.df-hp-video-column h2{
	margin-top:0;
}
.site-container article .wp-block-quote{
	margin:0 0 20px;
}
.site-container article .wp-block-quote::before{
	content:none;
}
.site-container article .wp-block-quote p{
	margin-bottom:0;
}
.landing-page .content {width:100%}

.df-sign-up{
	background-color:#FFFBF4;
	padding:20px;
	float:left;
	width:100%;
}
.df-sign-up h3{
	float:left;
	text-align:right;
	width:50%;
	line-height:52px;
}
.df-sign-up .wp-block-button{
	text-align:left;
	padding-left:40px;
}
ul + .wp-block-buttons{
	margin-top:-20px;
}
.wp-block-table td, .wp-block-table th { 
    word-break: break-word;
}
/* For icon callouts and displays */
.df-graphics{
	background-color:#FFFBF4;
	padding:10px;
	margin-bottom:20px;
}
.df-graphics h3{
	margin-top:20px;	
}
.df-graphics .wp-block-image{
	margin-bottom:0;
}
.df-graphics .wp-block-image img{
	max-width:200px;	
}
.df-small-print{
	font-size:14px;
}
.singular-image{
	width:100%;
	height: 337px; 
	object-fit: cover;
}
.landing-page .singular-image{
	display:none;
}
.sidebar-primary > section{
	background-color: rgb(255, 246, 233);
	padding:20px;
}
.sidebar-primary .widget .wp-block-buttons{
	margin:20px 0;
}
.sidebar-primary > div{
	margin-top:20px;
}
.sidebar-primary .widget.widget_block ul > li{	
	font-weight:800;
	line-height:50px;
}
.sidebar-primary .widget.widget_block ul > li > ul > li{
	font-weight:400;
	list-style-type:circle;
	margin-bottom:10px;
	line-height:30px;	
}

.wp-block-buttons{
	width:100%;
}
.wp-block-buttons.is-layout-flex{
	margin-bottom:20px;
}
.wp-block-cover-image.is-light .wp-block-cover__inner-container,.wp-block-cover.is-light .wp-block-cover__inner-container {
    color: #333 !important;
}
.it-works-bar.wp-block-cover,.newsletter-bar.wp-block-cover{
	padding:0;
	min-height:50px;
}
.entry-content .it-works-bar h2{
	margin-top:20px;	
}
.entry-content .it-works-bar p{
		line-height:0;
	}
.df-sign-up .wp-block-button{
	width:50%;
	float:left;
}
.df-sign-up .wp-block-button .wp-block-button__link{
	width:100%;
	background-color:#FCA525;
	border-radius:0;
}
.wp-block-cover.dollar-amount-cover{
	padding: 0;
	min-height:300px;
}
div.dollar-amount-ticker{
	font-size:6em;
	color:#ffffff !important;
	font-weight:700;
}
.bills-crushed-block{
	font-size:1.4em;	
	padding:20px;
	font-weight:700;	
	margin:0 auto;
	text-transform:uppercase;
}
.wp-block-cover.known-easy-fair-hp{
	padding:0;
}
.wp-block-cover.known-easy-fair-hp .wp-block-cover{
	padding:3em;
}
.wp-block-cover.known-easy-fair-hp .gb-block-layout-column:nth-child(2),.wp-block-cover.known-easy-fair-hp .gb-block-layout-column:nth-child(3),.wp-block-cover.known-easy-fair-hp .gb-block-layout-column:nth-child(4){
	padding:3em 2em;
}
.wp-block-cover.known-easy-fair-hp .gb-block-layout-column:nth-child(2),.wp-block-cover.known-easy-fair-hp .gb-block-layout-column:nth-child(3){
	border-width:0 4px 0 0;
	border-style:solid;
	border-image: linear-gradient(to bottom, #feedd3, #FCA525,#feedd3) 1;
	/*border-color:#FCA525;*/
	display:block;
}
.wp-block-cover.how-it-works-cover{	    
    margin-bottom: 80px;
    margin-top: 21px;
}
.wp-block-cover.how-it-works-cover img{
	max-width:160px;
}
.df-table-of-contents{
	padding:20px;
	background-color:#e9f5f6;
	list-style:circle;
}
ul.df-table-of-contents  li{
	list-style-type:circle;
	margin-bottom:14px;
}
ul.df-table-of-contents li ul li{	
	margin-top:14px;
	list-style-type:disc;
}
ul.df-table-of-contents > li  a{
	text-decoration:underline;	
}
/* Accordions */
.gb-block-accordion .gb-accordion-title{
	background-color:rgb(255, 246, 233);
	cursor:pointer;
	font-weight:800;
}
/* FAQ schema accordions */
/* colors & borders */
.wp-block-yoast-faq-block {
    border-top:1px solid #eee;	
}
.wp-block-yoast-faq-block .schema-faq-question {
    border-bottom:1px solid #eee;
}
.wp-block-yoast-faq-block .schema-faq-question:hover,
.wp-block-yoast-faq-block .fcp-opened .schema-faq-question {
    background-color:#fffbf4;
}
.wp-block-yoast-faq-block .schema-faq-answer,
.wp-block-yoast-faq-block .fcp-opened .schema-faq-answer {
    border-bottom:1px solid #eee;
}

/* layout */
.wp-block-yoast-faq-block .schema-faq-question {
    display:block;
    padding:10px;
    position:relative;
}
.wp-block-yoast-faq-block.fcp-faq .schema-faq-question {
    cursor:pointer;
}
.wp-block-yoast-faq-block .schema-faq-answer {
    margin:0;
    padding:12px 10px;
}

/* bullet before a question */
.wp-block-yoast-faq-block .schema-faq-question:before {
    /* position gap */
    margin-top:2px;
}
.wp-block-yoast-faq-block .schema-faq-question,
.wp-block-yoast-faq-block .schema-faq-answer {
    padding-left:34px;
}
.wp-block-yoast-faq-block .schema-faq-question:before {
    content:'';
    display:block;
    border:2px solid #333;
    border-width:0px 2px 2px 0px;
    width:9px;
    height:9px;
    box-sizing:border-box;
    position:absolute;
    left:14px;
}
.wp-block-yoast-faq-block.fcp-faq .schema-faq-question:before {
    top:16px;
    transform:rotate(-45deg);
    transition:all 0.3s 0.3s ease;
}
.wp-block-yoast-faq-block .schema-faq-question:before,
.wp-block-yoast-faq-block.fcp-faq .fcp-opened .schema-faq-question:before {
    top:14px;
    transform:rotate(45deg);
}

/* transition */
.wp-block-yoast-faq-block.fcp-faq .schema-faq-answer {
    max-height:0;
    overflow:hidden;
    border-bottom-width:0;
    padding-top:0;
    padding-bottom:0;
    transition:padding-bottom 0.3s ease-in, max-height 0.4s ease-in, padding-top 0.1s 0.4s ease-out, border-bottom-width 0s 0.5s linear;
}
.wp-block-yoast-faq-block .fcp-opened .schema-faq-answer {
    max-height:9999px;
    border-bottom-width:1px;
    padding-top:12px;
    padding-bottom:20px;
    transition:padding-top 0.2s ease-in, max-height 0.3s 0.2s linear, padding-bottom 0.4s 0.2s ease;
}
/* Widgets */
#widget_full{
	width:1200px;
	max-width:100%;
	min-height:607px;
	overflow:visible;
	border:none;
}
#widget_sidebar{
	width:100%;
	max-width:100%;
	min-height:1000px;
	overflow:visible;
	border:none;
}
/* Footer */
footer{
	width:100%;
	background-color:#333;
	padding:2em calc(50% - 600px);
	color:#fff;
	float:left;
	min-height:300px;
}
footer .df-logo-box{
	width:20%;
	float:left;
	margin-right:5%;
}
footer .df-logo-box img{
	max-width:100%;
	width:auto;
	height:auto;
}
footer .df-link-header{
	font-weight:800;
	margin-bottom:6px;
}
footer .df-link-subheader{
	font-size:.9em;
	margin:6px 0;
	border-bottom:1px solid #fff;
}
footer .df-links-box{
	width:75%;
	float:left;
}
footer .df-link-box{
	width:32%;
	float:left;
	font-size:.8em;
	margin:16px 0 20px 1%;
}
footer .df-link-box.start-new-row{
	clear:both;
}
footer a{
	color:#fff;
	width:100%;
	float:left;
	text-decoration:none;
	margin:4px 0;
}
footer a:hover{
	color:#fff;
	text-decoration:underline;
}
p.df-smaller{
	font-size:.8em;
}
article.entry{ /* fixing extra space at the bottom of the page */
	margin-bottom:0;
}
/* Home Page animation */
.df_impactfadein div {
    position:absolute;
    top:0;
	height:250px; width:250px;
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 24s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 24s;
	background-size: cover;
}
/* Sample Letter Styling */
.sample-letter{
	border:1px solid #CCCCCC;
	font-family:Georgia, serif;
	padding:4% 4% 1%;
	background-color:#FCFCFC;
}
/* DF List styling */
ul.df-list,ul.df-list-arrow{
	list-style-type: none;
}
ul.df-list li,ul.df-list-arrow li{
	list-style-type: none;
	margin-bottom:10px;
	text-indent:-22px;
}
ol.df-numbered-list li{
	margin-bottom:10px;
}
ul.df-list  > li:before {
	content:"\2714";
	font-weight: 900; 
    margin-right: 8px;  /* Spacing between bullet and list text */
    color: #FCA525;  
}
ul.df-list-arrow  > li:before {
	content:"\2AA7";
	font-weight: 900; 
    margin-right: 8px;  /* Spacing between bullet and list text */
    color: #FCA525;  
}
ul.df-list-arrow li > ul > li{
	list-style-type: none;
	margin-bottom:10px;
	text-indent:-22px;
}
ul.df-list-arrow > li >  ul > li:before {
	content:">";
	font-weight: 900; 
    margin-right: 8px;  /* Spacing between bullet and list text */
    color: #FCA525;  
}
.df_impactfadein{
	margin-top:30px;
}
/* State Cheat Sheets */
.state_box{
	display:block;
	float:left;
	width: 32%;
	height:40px;
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  37.5% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  87.5% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  37.5% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  87.5% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#impact1c {
    animation-delay: 12s;
	background-image:url("https://dfweb40.wpengine.com/wp-content/uploads/2023/07/impactC1.png");
}
#impact2c {
    animation-delay: 14s;
	background-image:url("https://dfweb40.wpengine.com/wp-content/uploads/2023/07/impactC2.png");
}
#impact3c {
    animation-delay: 16s;
	background-image:url("https://dfweb40.wpengine.com/wp-content/uploads/2023/07/impactC3.png");
}

#impact1b {
   animation-delay: 6s;
	background-image:url("https://dfweb40.wpengine.com/wp-content/uploads/2023/07/impactB1.png");
}
#impact2b {
    animation-delay: 8s;
	background-image:url("https://dfweb40.wpengine.com/wp-content/uploads/2023/07/impactB2.png");
}
#impact3b {
    animation-delay: 10s;
	background-image:url("https://dfweb40.wpengine.com/wp-content/uploads/2023/07/impactB3.png");
}
#impact1a {
   animation-delay: 0s;
	background-image:url("https://dfweb40.wpengine.com/wp-content/uploads/2023/07/impactA1.png");
}
#impact2a {
    animation-delay: 2s;
	background-image:url("https://dfweb40.wpengine.com/wp-content/uploads/2023/07/impactA2.png");
}
#impact3a {
    animation-delay: 4s;
	background-image:url("https://dfweb40.wpengine.com/wp-content/uploads/2023/07/impactA3.png");
}
/* Impact Stories */
body.single-impact-stories .site-inner,body.archive.impact-stories .site-inner{
	margin-top:100px;
}
body.archive.impact-stories .content{
	width:100%;
}
.df-impact-debt-wrapper{
	width:100%;
	text-align:center;
	margin:0px 0 50px;
}
.df-impact-debt{
	font-size:70px;
	width:auto;
	position:relative;
}
.df-strikethrough{
	position:absolute;
	width:110%;
	height:4px;
	top:50%;
	border-bottom:6px solid #FCA525;
	z-index:90;
	left:-5%;
}
.df-snippet{
	font-weight:800;
	font-style:italic;
}
.single.single-impact-stories .content .entry-content > p:first-of-type,.single.single-state_sheet .content .entry-content > p:first-of-type {
	font-size:18px;
	font-style:normal;	
	font-weight:500;
}
.df-impact-stories-card{
	width:23%;
	float:left;
	display:block;
	padding:20px;
	border:1px solid #FCA525;
	margin: 0 1% 20px 1%;
    height: 600px;    
}
.df-impact-stories-card:hover{
	background-color:#fffbf4;	
}
.df-impact-stories-card img{
	margin-left:calc(50% - 112px);
}
/* Impact Stories block */
.entry-content .pagination ul{
	text-align:center;
	padding-left:0;
	margin-top:20px;
}
.archive-pagination a {
    font-size: 1em;
	line-height:2.2;
	text-decoration: none;
}
.impact-stories-block{
	width:100%;
	float:left;
	clear:both;
	margin-bottom:20px;
}
body:not(.home):not(.page-template-landing) article .entry-content .impact-stories-block h2{
	font-style:normal;
	font-weight:800;
	font-size:1.3em;
	text-align:center;
	margin-bottom:2px;	
}
.impact-stories-block h2 + p{
	text-align:center;
}
.impact-stories-block .df-impact-stories-card{
	width:48%;
	margin:0 2% 0 0;
}
.impact-stories-block .df-impact-stories-card h3{
	margin-top:20px;	
}
.impact-stories-block a:last-child .df-impact-stories-card{
	margin:0;	
}
.impact-stories-block .df-impact-stories-card img{
	max-height:300px;
	width:auto;
}

.df-poster img{
	border:1px #999 solid;
}
.df-float-clear{
	clear:both;
	float:left;
	display:block;
}
/* End Dollar For */

/* Media Queries
---------------------------------------------------------------------------- */
	
@media only screen and (min-width: 1023px) {
	/* Full-width Navigation */
	.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .toggle-header-search:focus,
.genesis-nav-menu .toggle-header-search:hover {
	color: #000;
	/*border:4px solid #FFF;	*/
	background-color: #fffbf4;
	border-bottom:4px solid #fffbf4;
}
.genesis-nav-menu > li:last-child > a{
	background-color:#fff;
	box-shadow: 3px 3px 5px rgba(0,0,0,.2);
	padding-left:30px;
	padding-right:30px;		
	border-bottom:none;
}
.genesis-nav-menu > li:last-child a:hover{	
	box-shadow:2px 2px 10px rgba(0, 0, 0, 0.8);
	padding-left:30px;
	padding-right:30px;
	}
.genesis-nav-menu > li > ul.sub-menu {
	background: #fffbf4;
	left: 0; right:0;	
	opacity: 0;
	display:none;
	position: absolute;
	transition: opacity 0.5s ease-in-out;
	width: 100%;
	z-index: 99;
	padding: 0 calc(50vw - 300px);
	height:auto;
	overflow:visible;
	box-shadow: 5px 5px 5px rgba(0,0,0,.1);
}
.genesis-nav-menu ul.sub-menu li{	
	width:46%;
	margin-right:4%;
	float:left;	
	display:block;
	text-align:left;	
}
	
.genesis-nav-menu ul.sub-menu li:only-child{		
	float:right;		
}
.genesis-nav-menu ul.sub-menu > li > a{
	border-bottom:1px solid #FCA525;
	cursor:text;
}

/* -----------------------------------------------------------------Third level menu*/
.genesis-nav-menu ul.sub-menu li ul.sub-menu li{
	display:block !important;
	width:auto;	
	opacity:1;
	float:left;
	clear:both;
	width:100%;
	padding-bottom:5px;
	transition: all 0.4s ease-in-out;
}
.genesis-nav-menu .sub-menu li ul.sub-menu li{
	width:100%;
	float:left;
	height:auto;
	display:block;
	position:relative;	
	clear:both;
}
.genesis-nav-menu .sub-menu li ul.sub-menu li:hover a,.genesis-nav-menu .sub-menu li.linked:hover a{
	text-decoration:underline;
}
.genesis-nav-menu .sub-menu li .sub-menu li a{
	text-transform:none;	
	border-bottom:none;
	cursor:pointer;
}
.genesis-nav-menu .sub-menu .sub-menu::before {
	display: none;
}

.genesis-nav-menu > .menu-item > .sub-menu {
	padding-top: 5px;
	padding-bottom:10px;	
}

.genesis-nav-menu > .menu-item > .sub-menu > .menu-item:first-child {
	border-radius: 3px 3px 0 0;
}

.genesis-nav-menu > .menu-item > .sub-menu > .menu-item:last-child {
	border-radius: 0 0 3px 3px;
}

.genesis-nav-menu .sub-menu a {
	font-size: 13px;
	padding: 5px 5px;
	position: relative;
	width: 100%;
}

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

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

}


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

	.before-footer-cta .wrap,
	.site-inner {
		max-width: 960px;
	}

	.content {
		width: 600px;
	}

	.sidebar {
		width: 300px;
	}
	.df-impact-stories-card img{
		margin:0;
	}
	footer{
		padding:20px;
	}
}

@media only screen and (max-width: 1223px) {
	#widget_full{
		height:550px;
	}		
}	
	
	
@media only screen and (max-width: 1023px) {

	.before-footer-cta .wrap,
	.site-inner {
		max-width: 720px;
	}

	.content,
	.full-width-content .content,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.js .nav-primary,
	.sidebar {
		width: 100%;
	}
	.sidebar-primary{
		margin-top:30px;
	}
	.site-header {
		padding-left: 20px;
		padding-right: 20px;
	}	

	.genesis-nav-menu li {
		float: none;
	}

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

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

	.site-header > .wrap > .genesis-responsive-menu {
		transition: none;
	}

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

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		color: #333;
		display: block;
		font-family: "Montserrat", sans-serif;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		width: auto;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background: transparent;
		border-width: 0;
		box-shadow: none;
		color: #06c;
	}

	.js .genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child,
	.js .genesis-nav-menu > .menu-item > .sub-menu > .menu-item:last-child,
	.js .genesis-nav-menu .sub-menu a,
	.js #genesis-mobile-nav-primary {		
		color: #333;
	}
	.js #genesis-mobile-nav-primary{
		background-color:transparent;
	}
	#genesis-mobile-nav-primary.activated {
		border-bottom-color: #fffbf4;
	}

	#genesis-mobile-nav-primary:focus,
	#genesis-mobile-nav-primary:hover {
		color: #06c;
	}
	li.menu-item:not(:last-child){
		border-bottom:#fffbf4 solid 1px;
	}
	.menu-toggle {
		float: right;
		font-size: 15px;
		font-weight: 400;
		line-height: 21px;
		padding-left: 0;
		padding-right: 0;
		position: relative;
		z-index: 1000;
	}

	.menu-toggle::before {
		font-size: 30px;
		margin-right: 5px;
		text-rendering: auto;
		vertical-align: bottom;
		font-weight:800;
	}

	.sub-menu-toggle {
		background: transparent;
		float: right;
		font-size: 24px;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 2px;
		z-index: 100;
		width: 100%;
    	text-align: right;
	}

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

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

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

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

	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a:focus,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a:hover,
	.genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
		color: #06c;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a,
	.genesis-responsive-menu .toggle-header-search {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu.nav-primary .genesis-nav-menu .sub-menu a {
		color: #333;
	}

	.genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child {
		padding-top: 0;
	}
	.genesis-nav-menu > .menu-item .sub-menu > .menu-item{
		padding-right:20px;
	}
	.genesis-nav-menu > .menu-item .sub-menu > .menu-item:last-child {
		padding-bottom: 5px;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu::after,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu::before,
	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .toggle-header-search {
		display: none;
	}

	.pricing-table .one-fifth,
	.pricing-table .one-fourth,
	.pricing-table .one-half,
	.pricing-table .one-third {
		padding: 30px 40px;
	}

	.pricing-table .one-fourth,
	.pricing-table .one-fifth {
		width: 50%;
	}
	#widget_full{
		height:600px;
	}	
}
@media only screen and (max-width: 825px) {
	#widget_full{
		height:670px;
	}		
}
@media only screen and (max-width: 782px) {

	.before-footer-cta .wrap,
	.site-inner {
		max-width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}
	.page-template-default .site-inner,body.single-impact-stories .site-inner {
		margin-top: 30px;
	}
	.admin-bar .site-header {
		top: 46px;
	}
	.wp-block-image .alignleft {		
		clear: both;
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}
	.site-header {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	}

	.full-width-content.landing-page .content {
		margin-bottom: 0;
	}

	.entry-title {
		font-size: 36px;
	}
	.home-arrow{
		transform: rotate(90deg);
	}
	div.dollar-amount-ticker{
		font-size:4em;
	}
	.impact-faces .wp-block-genesis-blocks-gb-column.gb-block-layout-column:not(:last-child){		
		display:none;
	}
	.impact-faces .wp-block-genesis-blocks-gb-column.gb-block-layout-column:last-child{	
		width:100%;
		grid-area:col1;
		height:300px;
		padding-left:calc(50% - 130px)
	}
	.df-tandem-buttons .wp-block-buttons>.wp-block-button{
		margin-bottom:20px;
	}
	.after-entry {
		padding: 30px 40px;
	}

	.after-entry .enews-widget form {
		margin-left: 0;
		margin-right: 0;
	}

	.before-footer-cta .button {
		float: none;
		margin-top: 20px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.pricing-table .one-fifth,
	.pricing-table .one-fourth,
	.pricing-table .one-half,
	.pricing-table .one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.wp-block-cover.known-easy-fair-hp .gb-block-layout-column:nth-child(2),.wp-block-cover.known-easy-fair-hp .gb-block-layout-column:nth-child(3){
		border-width:0 0 4px 0;
		border-style:solid;
		border-image: linear-gradient(to right, #feedd3, #FCA525,#feedd3) 1;		
		display:block;
	}
	.df-impact-stories-card{
		width:48%;		
	}
	footer{
		padding:20px;
	}
	footer .df-links-box{
		width:100%;
	}
	footer .df-logo-box{
		width:100%;				
		margin-right:0;
		margin-bottom:20px;
		text-align:center;
	}
	footer .df-link-box{
		width:49%;		
	}
	#widget_full{
		height:670px;
	}	
}
@media only screen and (max-width: 736px) {
	#widget_full{
		height:700px;
	}	
}
@media only screen and (max-width: 600px) {

	#widget_full{
		height:1100px;
	}
	.admin-bar .site-header {
		position: relative;
		top: 0;
	}
	div.dollar-amount-ticker{
		font-size:2.5em;
	}
	.footer-cta-button {
		display: block;
	}
	footer .df-link-box{
		width:100%;		
	}
	.df-sign-up h3{
		float:left;
		text-align:center;
		width:100%;		
	}
	.df-sign-up .wp-block-button{
		text-align:center;
		padding-left:0;
		width:100%;
	}
	.df-sign-up .wp-block-button a{
			text-align:center;
	}
	.impact-stories-block .df-impact-stories-card,.df-impact-stories-card{
		width:100%;
		margin:0 0 20px 0;
	}
	.impact-stories-block .df-impact-stories-card img,.df-impact-stories-card img{
		margin-left:calc(50% - 112px);
	}
	.state_box{	
		width: 49%;
	}
	/* special case to not display the photos on mobile for /help */
	body.page-id-62435 .faces-block{
		display:none;
	}
	body.page-id-62435 .wp-block-cover.df-hero{
		min-height:230px;
	}
}
@media only screen and (max-width: 450px) {	
	.state_box{	
		width: 100%;
	}
	.entry-content .it-works-bar p{
		line-height:auto;
	}
}