/*
Theme Name: Creative Practice
Theme URI: https://creative-practice.com
Description: Custom theme created for Creative Practice Studio
Author: Wallflower
Author URI: https://studio-wallflower.com

Version: 3.6.21

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

Template: genesis

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

Text Domain: genesis-sample
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
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 1060px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


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

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

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

html {
	box-sizing: border-box;
}

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

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

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

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


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

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

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

@font-face {
  font-family: 'LeagueSpartan-Black';
  src: url('fonts/LeagueSpartan-Black.woff2') format('woff2');
  src: url('fonts/LeagueSpartan-Black.woff') format('woff');
}

body {
	background-color: #FFF0F0;
	color: #0f2f58;
	font-family: orpheuspro, serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	overflow-x: hidden;
}

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

a {
	color: #0073e5;
	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;
}

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

ol, ul {
    padding-left: 30px;
	margin-bottom: 28px;
}

.site-header ol, .site-footer ol,
.site-header ul, .site-footer ul {
	margin: 0;
	padding: 0;
}

.site-header li, .site-footer li {
	list-style-type: none;
}


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

b,
strong {
	font-weight: 700;
}

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

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

blockquote {
	margin: 30px;
}

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

h1,
h2,
h3,
h4,
h5,
h6, .h6 {
	font-family: 'LeagueSpartan-Black', sans-serif;
	font-weight: 400;
	line-height: 1.1;
	margin: 0 0 20px;
}

h1 {
    font-size: 72px;
    font-weight: 900;
    text-transform: uppercase;
    color: #FD7D7E;
	line-height: 1;
}


h2 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 34px;
}

.home h2 {
    font-size: 72px;
    font-weight: 900;
    text-transform: uppercase;
    color: #FD7D7E;
	line-height: 1;
}

h3 {
	font-family: orpheuspro, serif;
	font-size: 24px;
	font-weight: bold;
}

h4 {
	font-size: 20px;
}

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

h5 {
	font-size: 18px;
}

h6, .h6 {
	font-size: 15px;
    font-family: urbane-rounded, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

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

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

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

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #f19fb8;
    color: #1c1c1c;
    font-size: 20px;
    font-weight: 400;
    padding: 9px 15px 11px;
    width: 100%;
	appearance: none;
	border-radius: 0 !important;
}

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

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

input[type="checkbox"] {
	appearance: checkbox;
}

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
    background-color: #1D7251;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 900;
    padding: 14px 18px 11px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
    font-family: 'LeagueSpartan-Black', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 22px;
}

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,
.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,
.button:focus,
.button:hover {
	background-color: #B6127D;
	border-width: 0;
	color: #fff;
transform: rotate(-4deg);
}

.button {
	display: inline-block;
}

.chartreuse-btn .button {
    background: #DBC430;
}

.chartreuse-btn .button:hover,
.chartreuse-btn .button:focus {
    background: #205398;
}

.magenta-btn .button {
    background: #B6127D;
}

.magenta-btn .button:hover,
.magenta-btn .button:focus {
    background: #CFE0EB;
}

.blue-btn .button {
    background: #205398;
}

.blue-btn .button:hover,
.blue-btn .button:focus {
    background: #DCCAF2;
}

.orange-btn .button {
    background: #E8981C;
}

.orange-btn .button:hover,
.orange-btn .button:focus {
    background: #FD7D7E;
}


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

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	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;
}

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

.more-link {
	display: inline-block;
	position: relative;
    margin-bottom: 0;
    background: #E8981C;
}

.more-link:hover {
    background: #1D7251;
}


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

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

.site-container {
	-webkit-animation: fadein 1s;
	   -moz-animation: fadein 1s;
		-ms-animation: fadein 1s;
		 -o-animation: fadein 1s;
			animation: fadein 1s;
}

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

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

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

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

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

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

.site-inner {
	clear: both;
	padding: 70px 0 0;
	margin-bottom: 70px;
	overflow-y: scroll;
	overflow-x: hidden;
}

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

section {
    margin: 0 auto 70px;
}

section .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
}

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

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

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

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

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

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

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

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

.after-entry {
	padding: 20px 30px;
}

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

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

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

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

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

.search-form {
	overflow: hidden;
}

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

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

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

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

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

.entry-title {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
}

.blog .entry-title, .single-post .entry-title {
    margin: 0;
    color: #B6127D;
}

.page-template-default .entry-title {
    font-size: 72px;
    line-height: 80px;
    font-weight: 900;
    text-transform: uppercase;
}

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

.entry-title a:focus,
.entry-title a:hover {
	color: #1D7251 !important;
}

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

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* 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,
.singular-image {
	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;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	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;
}

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

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

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.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 .skip-link-hidden {
	display: none;
	visibility: hidden;
}

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



/* Site Header & Announcement Bar
---------------------------------------------------------------------------- */

.site-header {
	background-color: #FFF0F0;
	padding: 40px 30px 0;
}

.announcement-bar {
    background: #1D7251;
    padding: 12px 30px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-family: 'LeagueSpartan-Black', sans-serif;
}

.announcement-bar p {
    margin: 0;
    line-height: 16px;
}

.announcement-bar p a {
    color: #fff;
}

.announcement-bar p a:hover {
    color: #FF9AB8;
    text-decoration: underline;
}

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

.title-area {
	float: none;
	padding-bottom: 25px;
	padding-top: 25px;
	margin: 0 auto;
}

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

.wp-custom-logo .custom-logo-link {
	display: block;
}

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

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

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

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


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

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

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

.genesis-nav-menu a {
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: normal;
    outline-offset: -1px;
    padding: 15px;
    text-decoration: none;
    font-family: 'urbane-rounded';
    text-transform: lowercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #1D7251;
	transform: none !important;
}

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

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

.site-header .dashicons-before::before {
	transition: none;
}

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

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

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

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

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

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

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


/* Homepage
---------------------------------------------------------------------------- */

.home-intro {
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
}

.home-intro .container {
    display: flex;
}

.home-intro h1::after {
    content:'.';
    display: inline-block;
    color: #CFE0EB;
}

.home-intro .col:first-child {
    max-width: 945px;
    margin-bottom: 90px;
    position: relative;
}

.home-intro .graphic img {
    position: absolute;
    bottom: 0;
    right: -40px;
    width: 40%;
    max-width: 600px;
}

.home-intro .button {
    background: #DBC430;
}

.home-intro .button:hover {
    background: #205398;
}

.home-rewards {
    background: #EFDBF2;
    padding: 100px 30px;
    margin: 0;
}

.blog-header {
    margin-bottom: 70px;
}

.home-rewards .container {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}

.home-rewards p, .blog-header h1 {
    font-family: orpheuspro, serif;
    font-size: 36px;
    max-width: 900px;
    margin: 0 auto 65px;
    color: #0f2f58;
    text-transform: none;
    font-weight: normal;
}

.home-rewards .row {
    display: flex;
    justify-content: space-evenly;
}

.home-rewards .row .col {
    padding: 0 10px;
}

.home-rewards .row .col img {
    margin-bottom: 40px;
    transition: .2s all;
}

.home .home-rewards .row .col img:hover,
.blog .home-rewards .row .col a:hover img{
 transform: translateY(-10px);   
}

.home-approach {
    position: relative;
    max-width: 1440px;
}

.home-approach h2::after {
    content:'.';
    display: inline-block;
    color: #E8981C;
}

.home-approach .graphic {
    position: absolute;
    top: 0;
    left: -40px;
}

.home-approach .container {
    display: flex;
    justify-content: flex-end;
    padding-top: 114px;
}

.home-approach .container .image {
    max-width: 480px;
    width: 100%;
    padding-top: 240px;
}

.home-approach .container .image img {
    border-radius: 100%;
}

.home-approach .container .col:last-child {
    max-width: 670px;
    margin-left: 45px;
    text-align: right;
}

.home-blocks {
    margin: 0 auto 200px;
}

.home-blocks .container {
    display: flex;
    justify-content: space-between;    
}

.home-blocks a {
    width: 400px;
    text-decoration: none;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'LeagueSpartan-Black', sans-serif;
    text-align: center;
    position: relative;
    margin: 0 10px;
}

.home-blocks .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .2s all;
}

.home-blocks a:hover .hover-image {
    opacity: 1;
}

.home-blocks h3 {
    margin: 0;
    font-family: 'LeagueSpartan-Black', sans-serif;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-blocks a:first-child {
    background: #1D7251;
    color: #B6127D;
}


.home-blocks a:first-child h3 {
    font-size: 43px;
    line-height: 44px;
    top: 48%;
}

.home-blocks a:nth-child(2) {
    background: #B6127D;
    color: #E0C8F5;
    top: 120px;
}


.home-blocks a:nth-child(2) h3 {
    font-size: 90px;
    line-height: 100px;
}

.home-blocks a:nth-child(3) {
    background: #E8981C;
    color: #205398;
    top: 50px;
}


.home-blocks a:nth-child(3) h3 {
    font-size: 43px;
    line-height: 44px;
    top: 52%;
}

.home-bio .container {
    display: flex;
    justify-content: space-between;
}

.home-bio h2::after {
    content:'.';
    display: inline-block;
    color: #FF9AB8;
}

.home-bio .col:first-child {
    max-width: 650px;
    padding-right: 45px;
    position: relative;
    left: -100%;
}

.home-bio .image {
    text-align: right;
    position: relative;
    margin-top: 40px;
    display: flex;
    align-items: flex-end;
}

.home-bio .image img:first-child {
    max-width: 480px;
    width: 100%;
}

.home-bio .image .graphic {
    position: absolute;
    bottom: 0;
    right: 85%;    
}

.home-bio .button {
    background: #B6127D;
}

.home-bio .button:hover {
    background: #CFE0EB;
}

.home-columns {
    margin: 0 auto 180px;
}

.home-columns .container {
    display: flex;
    justify-content: space-between;
}

.home-columns .container a, .sidebar .color-block a {
    max-width: 400px;
    width: 100%;
    text-decoration: none;
    position: relative;
    transition: .4s all;
    display: block;
}

.home-columns .container a:first-child img, .sidebar .color-block a {
    border: 6px solid #DD9A3D;
}

.home-columns .container a:nth-child(2)  {
    top: 120px;
}

.home-columns .container a:nth-child(2) img, #custom_html-3 a {
    border: 6px solid #DCCAF2;
}

.home-columns .container a:last-child {
    top: 50px;
}


.home-columns .container a:last-child img, #custom_html-4 a {
    border: 6px solid #D8C44F;
}

#custom_html-3 a, #custom_html-4 a {
    top: 0;
}

.home-columns h3, .sidebar .color-block h3 {
    margin: 0;
    text-align: center;
    text-decoration: none;
    font-family: 'LeagueSpartan-Black', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #FD7D7E;
    display: block;
    padding: 12px 23px 8px;
    font-size: 20px;
    margin: -22px auto 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.home-columns a:hover h3, .sidebar .color-block a:hover h3 {
    background: #dd9a3d;
}

.home-columns a:nth-child(2) h3, #custom_html-3 h3 {
    background: #205398;    
}

.home-columns a:nth-child(2):hover h3, #custom_html-3 a:hover h3 {
    background: #DCCAF2;
}

.home-columns a:last-child h3, #custom_html-4 h3 {
    background: #E8981C;    
}

.home-columns a:last-child:hover h3, #custom_html-4 a:hover h3 {
    background: #D8C44F;
}

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

.page-id-128 .entry-title {
    font-size: 42px;
    line-height: 45px;
    color: #E8981C;
    text-align: center;
    margin: 0 0 40px;
}

.wpcf7 {
    max-width: 775px;
    margin: 0 auto;
}

.wpcf7 .flex {
    display: flex;
    justify-content: space-between;
}

.wpcf7 .flex p {
    width: 48%;
}

.wpcf7 textarea {
    margin: 0 0 20px;
}

.wpcf7 .contact-submit {
    text-align: center;
}


/* About Page
---------------------------------------------------------------------------- */

.about-intro {
    margin: 0 auto 50px;
}

.about-intro p {
    max-width: 1200px;
}

.about-intro p:last-child {
    margin: 0;
}

.about-1 .container {
    display: flex;
    align-items: center;
}

.about-1 .text {
    max-width: 570px;
    margin-right: 70px;
    left: -100%;
}

.about-1 h3, .about-1 h3 p:last-child {
    margin: 0;
}

.about-1 .graphic {
    position: absolute;
    bottom: -1px;
    right: -70px;
}

.about-2 {
    margin: 0 auto;
}

.about-2 .container {
    display: flex;
    align-items: center;
}

.about-2 .image {
    max-width: 490px;
    width: 100%;
    margin-right: 120px;
    position: relative;
    margin-left: -30px;
}

.about-2 .graphic {
    position: absolute;
    bottom: -65px;
    left: 0;
}

.about-2 .text {
    max-width: 700px;
}

.about-2 .text p:last-child {
    margin: 0;
}

.about-3 .container {
    display: flex;
    justify-content: space-between;
}

.about-3 .text {
    margin-top: 160px;
    max-width: 800px;
    left: -100%;
    margin-right: 70px;
}

.about-3 .text p:last-child {
    margin-bottom: 0;
}

.about-3 h3 {
    color: #1D7251;
    margin-bottom: 40px;
    max-width: 545px;
}

.about-3 .image {
    max-width: 500px;
    width: 100%;
}

.about-3 img:first-child {
    max-width: 515px;
    width: 100%;
    border-radius: 100%;
    position: relative;
    right: 65px;
}

.about-3 .graphic {
    position: absolute;
    right: -70px;
    top: 80px;
}

.about-4 {
    margin: 0 auto;
}

.about-4 p {
    color: #E8981C;
    max-width: 970px;
    margin: 0 auto;
    text-align: center;
}

/* Offerings Page
---------------------------------------------------------------------------- */

.offerings-intro {
    margin: 0 auto 50px;
}

.offerings-intro p {
    max-width: 1200px;
}

.offerings-intro p:last-child {
    margin: 0;
}

.offerings-1 .container {
    display: flex;
    align-items: center;
}

.offerings-1 img:first-child {
    max-width: 515px;
    width: 100%;
    border-radius: 100%;
}

.offerings-1 .graphic {
    position: absolute;
    left: -40px;
    top: 10px;
}

.offerings-1 .text {
    max-width: 655px;
    margin-left: 100px;
}


.marquee {
    background: #FFC4D6;
    font-family: 'LeagueSpartan-Black';
    text-transform: uppercase;
    font-size: 34px;
    color: #144280;
    padding: 60px 0;
    margin: 0 auto 80px;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.marquee p {
        -moz-transform: translateX(100%);
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
            -moz-animation: scroll-left 50s linear infinite;
            -webkit-animation: scroll-left 50s linear infinite;
            animation: scroll-left 50s linear infinite;
    margin: 0;
}

.marquee span {
    margin: 0 30px;
}

 
        @-moz-keyframes scroll-left {
            0% {
                -moz-transform: translateX(100%);
            }
            100% {
                -moz-transform: translateX(-100%);
            }
        }
        
        @-webkit-keyframes scroll-left {
            0% {
                -webkit-transform: translateX(100%);
            }
            100% {
                -webkit-transform: translateX(-100%);
            }
        }
        
        @keyframes scroll-left {
            0% {
                -moz-transform: translateX(100%);
                -webkit-transform: translateX(100%);
                transform: translateX(100%);
            }
            100% {
                -moz-transform: translateX(-100%);
                -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
            }
        }

@media (prefers-reduced-motion: reduce) {
  .marquee p {
    animation: none !important;
    transform: none !important;
  }

  .marquee {
    overflow: visible;
    white-space: normal;
  }
}
.offerings-2 .container {
    display: flex;
}

.offerings-2 .text {
    max-width: 545px;
    width: 100%;
    margin-right: 30px;
    margin-top: 80px;
}

.offerings-2 .image {
    position: relative;
    right: -70px;
}

.offerings-2 .graphic {
    position: absolute;
    bottom: -64px;
    right: 0;
}

.offerings-3 .container {
    display: flex;
    align-items: center;
}

.offerings-3 .image {
    position: relative;
    margin-right: 100px;
	display: none;
}

.offerings-3 img:first-child {
    max-width: 500px;
    width: 100%;
}

.offerings-3 .graphic {
    position: absolute;
    bottom: -20px;
    left: 110px;
}

.offerings-3 .text {
    max-width: 100%;    
}

.offerings-button {
    display: table;
    margin: 0 auto 20px;
}

/* Coming Soon Page
---------------------------------------------------------------------------- */
/*
.cs-1 .container {
    display: flex;
    align-items: center;
}

.cs-1 .text {
    max-width: 500px;
    margin-right: 100px;
}*/

.cs-1 .text p:last-child
,.cs-2 .text p:last-child,
.cs-3 .text p:last-child {
    margin: 0;
}

.cs-1 .graphic {
    position: absolute;
    bottom: -1px;
    right: -40px;
}

.cs-2 .container {
    display: flex;
    align-items: center;
}

.cs-2 img:first-child {
    max-width: 515px;
    width: 100%;
    border-radius: 100%;
}

.cs-2 .graphic {
    position: absolute;
    left: -40px;
    top: 10px;
}

.cs-2 .text {
    max-width: 655px;
    margin-left: 100px;
}

.cs-2 .text p:last-child {
    margin: 0;
}

.cs-3 {
    margin: 0 auto 20px;
}

.cs-3 .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cs-3 .text {
    max-width: 600px;
    width: 100%;
    margin-right: 30px;
    margin-top: 80px;
}

.cs-3 img:first-child {
    max-width: 500px;
    width: 100%;
}

.cs-3 .graphic {
    position: absolute;
    bottom: -20px;
    right: -40px;
}

/* Page Blocks */

.image-text .container {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.image-text.image-left .container {
	flex-direction: row-reverse;
}

.fw-text .container p:last-of-type {
	margin: 0;
}

.fw-text .button {
    display: table;
	margin-top: 20px;
}

/* Default Pages
---------------------------------------------------------------------------- */

.full-width-content .entry-content > .alignwide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
}

.content-sidebar-wrap {
    width: 100%;
    max-width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
}

.page-id-113 h1::after {
    content:'.';
    display: inline-block;
    color: #DBC430;
}

.page-id-195 h1::after {
    content:'.';
    display: inline-block;
    color: #1D7251;
}

.page-id-201 h1::after {
    content:':';
    display: inline-block;
    color: #CFE0EB;
}

.page-id-635 h1::after {
    content: '.';
    display: inline-block;
    color: #e0c8f5;
}

.page-id-637 h1::after {
    content: '.';
    display: inline-block;
    color: #dbc332;
}

.page-id-643 h1::after {
    content: '.';
    display: inline-block;
    color: #215298;
}

.page-id-697 h1::after {
	content: '.';
	display: inline-block;
	color: #dbc431;
}

.wp-block-media-text .wp-block-media-text__content {
    padding-right: 0 !important;
    padding-left: 8%;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0 !important;
    padding-right: 8% !important;
}


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

/* Blog Page
--------------------------------------------- */

.blog .site-inner {
    padding-top: 40px;
}

.blog-header h6, .blog-header .h6 {
    color: #0f2f58;
    margin: 0;
}

.blog-header a {
    text-decoration: none;
}

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

.entry {
	margin-bottom: 40px;
}

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

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

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

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

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

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

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

	.blog .archive-description {
	    display: none;
	}
	
	.blog .post-image, .search .post-image, .archive .post-image {
	   border: 6px solid #235596
	}
	
/* Entry Meta
--------------------------------------------- */

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

.entry-header .entry-meta {
    margin-bottom: 20px;
    font-family: 'urbane-rounded';
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .05em;
    text-transform: lowercase;
}

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

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

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

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

.pagination {
	clear: both;
	margin: 30px 0;
	text-align: center;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
    background-color: transparent;
    color: #FF9AB8;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 4px;
    padding: 0 5px;
    text-decoration: none;
    font-family: 'LeagueSpartan-Black', sans-serif;
    text-transform: uppercase;
    letter-spacing: .05em;
}

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

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

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

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

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

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

.comment-content {
	clear: both;
}

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

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

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

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

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

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

.comment-reply-title {
    color: #E8981C;
}

.logged-in-as {
    font-family: 'urbane-rounded';
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .05em;
    text-transform: lowercase;
}

.logged-in-as a:hover {
    text-decoration: underline;
    color: #1D7251;
}


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

.sidebar {
	font-size: 16px;
	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;
	padding: 60px 0;
}

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

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

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


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

.site-footer {
	background-color: transparent;
	font-size: 15px;
	line-height: 1.5;
	padding: 0;
	text-align: center;
    margin-top: -60px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.site-footer .wrap::before, .site-footer .wrap::after {
    display: none;
}

.site-footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}

.site-footer .graphic {
    position: relative;
    left: -40px;
}

.site-footer .wrap .col:last-child {
    padding-right: 55px;
    padding-bottom: 30px;
    text-align: right;
}

.site-footer .wrap h3 {
    color: #FD7D7E;
    font-family: 'LeagueSpartan-Black', sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 45px;
}

.site-footer .wrap p {
    font-size: 24px;
    margin: 0 0 30px;
}

.site-footer .fd-form-content, .site-footer .fd-form-fields {
    display: flex;
    justify-content: flex-end;
}

.site-footer .fd-form-fields .fd-form-group {
    margin-right: 18px;
}


.site-footer .fd-form-content button {
    background: #B6127D;
}

.site-footer .fd-form-content button:hover {
    background: #CFE0EB;
}

.site-footer .fd-form-check {
	margin-left: 1rem;
}

.site-footer .links {
    margin: 40px 0 20px;
    font-size: 18px;
}

.site-footer .social {
	margin: 0 0 20px;
	text-align: right;
}

.site-footer .social img {
	padding: 0 5px;
}

.site-footer .links a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'LeagueSpartan-Black', sans-serif;
    letter-spacing: 1px;
    margin-left: 70px;
}

.site-footer .links a:hover, .site-footer .social a:hover  { 
    opacity: .7;
}

.site-footer .links a:first-child {
    padding-left: 0;
	color: #b6127d;
}

.site-footer .links a:nth-child(2) {
    color: #E8981C;
}

.site-footer .links a:nth-child(3) {
    color: #144280;
}

.site-footer .links a:nth-child(4) {
    color: #DBC430;
}

.site-footer .links a:nth-child(5) {
    color: #1D7251;
}

.site-footer .links a:nth-child(6) {
    color: #FD7D7E;
}

.site-footer .social img {
	height: 24px;
}

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

.site-footer .copyright {
    font-family: 'urbane-rounded', serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 12px;
}

.site-footer .copyright a {
    text-decoration: underline;
    color: #1c1c1c;
}


.wp-custom-logo .title-area {
	max-width: none;
	width: auto;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 45px;
}


.nav-primary {
	padding-top: 0;
}

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

	.site-header > .wrap {
		text-align: center;
		/* max-width: 1280px;
		margin: 0 auto; */
	}

	.title-area {
		float: none;
		padding-bottom: 0;
	}

	.nav-primary {
		float: none;
		padding-bottom: 0;
	}

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

	.genesis-responsive-menu {
		padding-top: 0;
	}
	
	#menu-menu-left {
	    text-align: right;
	}

	.site-header > .wrap::before,
	.site-header > .wrap::after {
		display: none;
	}
	
		.site-header > .wrap {
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: start;
		grid-auto-flow:
	}

	.nav-primary {
		grid-column: 1;
	}

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

	.title-area {
		grid-column: 2;
		grid-row: 1 / 2;
		padding-top: 0;
		padding-bottom: 0;
	}

	.nav-secondary {
		grid-column: 3;
		margin-top: 0;
		margin-bottom: 0;
		justify-self: start;
	}

	.wp-custom-logo .title-area img {
		margin-top: 0;
		margin-bottom: 0;
	}


}

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

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

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

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

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


.js .slide-left {
	left: -100%;
	position: relative;
}


@keyframes slideleft{
  from {
    left: -100%;
  }

  to {
    left: 0;
  }
}

@-webkit-keyframes slideleft {
  from {
    left: -100%;
  }

  to {
    left: 0;
  }
}

.slide-in-left {
    -webkit-animation: slideleft 1.5s forwards;
    -webkit-animation-delay: 0s;
    animation: slideleft 1.5s forwards;
    animation-delay: 0s;
    left: 0;
    animation-name: slideleft;
}

.js .slide-right {
	right: -100%;
	position: relative;
}

.slide-in-right {
    -webkit-animation: slide 1.5s forwards;
    -webkit-animation-delay: 0s;
    animation: slide 1.5s forwards;
    animation-delay: 0s;
    animation-name: slideright;
}

@keyframes slideright {
  from {
    right: -100%;
  }

  to {
    right: 0;
  }
}

@-webkit-keyframes slideright {
  from {
    right: -100%;
  }

  to {
    right: 0;
  }
}

.js nav {
    display: none;
}

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

    .js nav {
        display: block;
    }

}

@media (prefers-contrast: more) {
	h1, h2, h3, h2 span, h3 span {
		color: #144280 !important;
	}
	
	.button, .site-footer .fd-form-content button {
		background: #144280 !important;
		color: #fff !important;
	}
	body, p span, .home-rewards p, .blog-header h1, .entry-title a, .sidebar .widget-title a, a {
		color: #000 !important;
	}
	
	.home-columns h3, .sidebar .color-block h3 {
		background: #144280 !important;
		color: #fff !important;
	}
	
	.site-footer .links a {
		color: #000 !important;
	}
	

    .genesis-nav-menu .sub-menu a {
        background: #144280 !important;
		}
	
	.announcement-bar p a {
		color: #fff !important;
	}
}

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

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

	table {
		table-layout: auto;
		word-break: normal;
	}

}

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

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

	.site-header {
		position: initial;
		top: 0;
		z-index: 9999;
	}

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

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

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

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

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

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

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

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

	.genesis-nav-menu .sub-menu {
    left: 50%;
    width: 140px;
    transform: translateX(-50%);
		padding: 10px 0 0;
		opacity: 0;
		position: absolute;
		transition: opacity 0.4s ease-in-out;
	}

	.genesis-nav-menu .sub-menu a {
		color: #fff !important;
	    background: #b5127d !important;
		border-top: 0;
		padding: 14px 10px;
		background: transparent;
		text-align: center;
	}
	
	.genesis-nav-menu .sub-menu a:hover,
	.genesis-nav-menu .sub-menu a:focus {
		color: #fff !important;
	}

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

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

	.js .nav-primary {
		display: block;
		padding-top: 0;
	}

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

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

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


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

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

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

	.blog .content, .single-post .content, .search .content, .archive .content {
		float: left;
		width: 70%;
	}
	
	.blog .entry-content p, .single-post .entry-content p, .search .entry-content p, .archive .entry-content p {
        font-size: 20px;
        line-height: 30px;
	}

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

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	.blog .content a, .single-post .content a, .search .content a, .archive .content a {
		    word-wrap: break-word;
	}
	

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

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


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


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

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

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

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

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

}

@media only screen and (max-width: 1400px) {
	.wp-custom-logo .title-area {
	    margin: 0 30px;
	}
	

	.genesis-nav-menu .menu-item {
    margin: 0 5px;
}

	.home-blocks .shape {
	    width: 90%
	}
}


@media only screen and (max-width: 1060px) {
    
button, input[type="button"], input[type="reset"], input[type="submit"], .site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"], .button {
    cursor: pointer;
    font-size: 16px;
    padding: 12px 14px 9px;
    line-height: 16px;
}

.wp-custom-logo .title-area {
    margin: 0 auto 20px;
}
	
.genesis-nav-menu a {
    padding: 12px;
    text-align: center;
}	

.nav-primary .genesis-nav-menu a:first-child {
    padding-left: 12px;
    padding-right: 12px;
}
	
.site-inner {
    clear: both;
    padding: 40px 0 0;
    margin-bottom: 40px;
}

section {
    margin: 0 auto 60px;
}


h1, .home h2 {
    font-size: 52px;
}

.home-intro .graphic img {
    width: 100%;
    max-width: 300px;
}

.home-intro .col:first-child {
    max-width: 760px;
    margin-bottom: 60px;
}

.home-rewards {
    padding: 60px 30px;
}

.home-rewards .container {
    padding: 0;
}

.home-rewards p, .blog-header h1 {
    margin: 0 auto 40px;
    font-size: 28px;
}

.home-approach .graphic {
    max-width: 300px;
    left: 0;
}

.home-approach .container {
    padding-top: 60px;
}

.home-approach .container .col:last-child {
    max-width: 600px;
    margin-left: 30px;
}

.home-blocks a {
    width: 300px;
    height: 300px;
}

.home-blocks a:first-child h3 {
    font-size: 33px;
    line-height: 36px;
}

.home-blocks a:nth-child(2) {
    top: 90px;
}

.home-blocks a:nth-child(2) h3 {
    font-size: 80px;
    line-height: 85px;
}

.home-blocks a:nth-child(3) {
    top: 30px;
}

.home-blocks a:nth-child(3) h3 {
    font-size: 120px;
    line-height: 120px;
}

.home-blocks {
    margin: 0 auto 140px;
}

.home-bio .image .graphic {
    max-width: 300px;
}

.home-columns {
    margin: 0 auto 220px;
}

.home-columns .container a {
    max-width: 310px;
}

.home-columns h3, .sidebar .color-block h3 {
    padding: 9px 18px 8px;
    font-size: 18px;
    margin: -15px auto 0;
}

.site-footer .wrap .col:last-child {
    padding-right: 30px;
    padding-bottom: 30px;
}

.site-footer .wrap h3 {
    margin: 0 0 5px;
    font-size: 32px;
    line-height: 38px
}

.site-footer .wrap p {
    margin: 0 0 20px;
}

.site-footer .col img {
    max-width: 280px;
}

.site-footer .graphic {
    left: 0;
}

.about-1 .text {
    max-width: 440px;
    margin-right: 40px;
}

.about-1 .graphic {
    right: -30px;
    max-width: 300px;
}

.about-1 img:first-child {
    position: relative;
    right: 20px;
}

.about-2 .image {
    max-width: 490px;
    margin-right: 40px;
    margin-left: -30px;
}

.about-2 .text {
    max-width: 500px;
}

.about-3 {
    margin: 0 auto 90px;
}

.about-3 .text {
    margin-top: 60px;
    max-width: 500px;
    margin-right: 40px;
}

.about-3 h3 {
    max-width: 450px;
}

.about-3 img:first-child {
    right: 30px;
    top: 100px;
}

.about-3 .graphic {
    right: -30px;
    top: 380px;
    max-width: 300px;
}

.about-4 {
    margin: 0 auto 120px;
}

.marquee {
    padding: 40px 0;
}

.offerings-1 .text {
    max-width: 420px;
    margin-left: 40px;
}

.offerings-1 .graphic {
    left: 0;
     top: auto;
    bottom: 0;
    max-width: 200px;
}

.offerings-2 .text {
    margin-top: 40px;
}

.offerings-2 .image {
    right: -30px;
    max-width: 530px;
    width: 100%;
}

.offerings-2 .graphic {
    bottom: 16px;
    max-width: 300px;
}

.offerings-3 .image {
    margin-right: 40px;
}

.offerings-3 .text {
    max-width: 500px;
}

.offerings-3 .graphic {
    left: 165px;
    max-width: 300px;
}

.offerings-button {
    margin: 80px auto;
}

.cs-1 .text {
    max-width: 400px;
    margin-right: 40px;
}

.cs-1 .graphic {
    bottom: 0;
    right: -20px;
    max-width: 300px;
}

.cs-2 .text {
    max-width: 420px;
    margin-left: 40px;
}

.cs-2 .graphic {
    left: 0;
    top: auto;
    bottom: 0;
    max-width: 200px;
}

.cs-3 img:first-child {
    max-width: 420px;
}

.cs-3 .graphic {
    right: 0;
    max-width: 300px;
}

.cs-3 {
    margin: 0 auto 120px;
}
}

@media only screen and (max-width: 960px) {
    
section {
    margin: 0 auto 40px;
}
    
body {
    font-size: 18px;
}

h1, .home h2 {
    font-size: 42px;
}

h2 {
    font-size: 28px;
}

.home h1, .home h2, .about-intro h1, .offerings-intro h1, .cs-intro h1 {
    margin: 0 0 10px;
}

.home-intro .graphic img {
    max-width: 280px;
}

.home-intro .col:first-child {
    max-width: 560px;
    margin-bottom: 40px;
}

.home-rewards {
    padding: 60px 30px 40px;
}

.home-rewards .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.home-rewards p, .blog-header h1 {
    font-size: 21px;
}

.home-rewards .row .col {
    max-width: 135px;
    margin-bottom: 20px;
}

.home-rewards .row .col img {
    margin-bottom: 20px;
    width: 40px;
}

.home-rewards .row .col h6, 
.home-rewards .row .col .h6 {
    margin: 0;
    font-size: 13px;
}

.home-approach .graphic {
    max-width: 190px;
}

.home-approach .container .col:last-child {
    max-width: 400px;
}

.home-blocks a {
    width: 216px;
    height: 216px;
}

.home-blocks a:first-child h3 {
    font-size: 24px;
}

.home-blocks a:nth-child(2) h3 {
    font-size: 60px;
}

.home-blocks a:nth-child(3) h3 {
    font-size: 90px;
}

.home-bio .image .graphic {
    max-width: 280px;
    right: 80%;
}

.home-bio .col:first-child {
    max-width: 485px;
    padding-right: 100px;
}

.home-bio {
    margin: 0 auto 90px;
}

.home-bio .image {
    top: 40px;
}

.home-columns .container a {
    max-width: 230px;
}

.home-columns h3, .sidebar .color-block h3 {
    width: 70%;
}

.home-columns .container a:nth-child(2) {
    top: 70px;
}

.home-columns .container a:last-child {
    top: 30px;
}

.site-footer .fd-form-content, .site-footer .fd-form-fields {
    display: block;
    max-width: 375px;
    margin-left: auto;
    margin-right: 0;
}

.site-footer .fd-form-fields .fd-form-group {
    margin-right: 0;
    margin-bottom: 12px;
}

.site-footer .links {
    margin: 40px 0 10px;
    margin-left: auto;
}

.site-footer .links a {
    margin-left: 45px;
    margin-bottom: 20px;
    display: inline-block;
}

.site-footer .wrap h3 {
    font-size: 28px;
    line-height: 34px;
}

.site-footer .wrap p {
    font-size: 18px;
    line-height: 30px;
}

.entry-title {
    font-size: 23px;
    line-height: 30px;
}

.entry-header .entry-meta {
    margin-bottom: 12px;
    font-size: 13px;    
}

.singular-image {
    margin: 0 auto 20px;
}

.home-columns h3, .sidebar .color-block h3 {
    font-size: 16px;
}

.blog .site-inner, .single .site-inner {
    margin-bottom: 80px;
}

.sidebar {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.about-intro {
    margin: 0 auto 40px;
}

.about-1 .container {
    flex-direction: column;
}

.about-1 .text {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
}

.about-1 .image {
    max-width: 600px;
}

.about-2 {
    margin: 0 auto 40px;
}

.about-2 .container {
    flex-direction: column-reverse;
}

.about-2 .text {
    max-width: 100%;
    margin-bottom: 40px;
}

.about-2 .image {
    margin-right: auto;
    margin-left: auto;
}

.about-2 .graphic {
    bottom: -50px;
    max-width: 300px;
}

.about-3 {
    margin: 0 auto 40px;
}

.about-3 .container {
    flex-direction: column;
}

.about-3 h3 {
    margin-bottom: 30px;
    max-width: 100%;
}

.about-3 .text {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
}

.about-3 .image {
    text-align: center;
}

.about-3 img:first-child {
    right: auto;
    top: auto;
}

.about-3 .graphic {
    top: 150px;
    max-width: 200px;
}

.about-4 {
    margin: 100px auto 80px;
}

.marquee {
    font-size: 28px;
    padding: 34px 0;
    margin-bottom: 60px;
}

.offerings-1 {
    margin: 0 auto 60px;
}

.offerings-1 .container {
    flex-direction: column-reverse;
}

.offerings-1 .text {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
}

.offerings-1 .image {
    max-width: 500px;
    position: relative;
}

.offerings-1 .graphic {
    left: -35px;
}

.offerings-2 {
    margin: 0 auto 100px;
}

.offerings-2 .container {
    flex-direction: column;
}

.offerings-2 .text {
    max-width: 100%;
    margin: 0 0 40px;
}

.offerings-2 .image {
    right: 0;
    margin: 0 auto;
}

.offerings-2 .graphic {
    bottom: -50px;
}

.offerings-3 .container {
    flex-direction: column-reverse;
}

.offerings-3 .text {
    max-width: 100%;
    margin-bottom: 40px;
}

.offerings-3 .image {
    margin-right: 0;
}

.offerings-3 .graphic {
    left: -60px;
}

.cs-1 {
    margin: 0 auto 60px;
}

.cs-1 .container {
    flex-direction: column;
}

.cs-1 .text {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
}

.cs-1 .image {
    max-width: 530px;
    position: relative;
}

.cs-2 {
    margin: 0 auto 60px;
}

.cs-1 .graphic {
    right: -50px;
}

.cs-2 .container {
    flex-direction: column-reverse;
}

.cs-2 .text {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
}

.cs-2 .image {
    position: relative;
}

.cs-2 .graphic {
    left: -35px;
}

.cs-3 .container {
    flex-direction: column;
}

.cs-3 .text {
    max-width: 100%;
    margin: 0 0 40px;
}

.cs-3 .image {
    position: relative;
}

.cs-3 .graphic {
    right: -40px;
}
	
.image-text .container,
.image-text.image-left .container {
    flex-direction: column;
}
}


@media only screen and (max-width: 600px) { 
  
body #wp_access_helper_container button.aicon_link  {
    width: 38px !important;
    height: 38px !important;
    left: -47px !important;
    top: 80px !important;
}
    
body, h3 {
    font-size: 18px;
}

h2 {
    font-size: 24px;
}


section .container {
    padding: 0 20px;
}

section {
    margin: 0 auto 40px;
}

p {
    margin: 0 0 18px;
}

.announcement-bar {
    padding: 12px 20px;
    font-size: 13px;
}

.site-header {
    padding: 30px 20px 0;
}

.site-inner {
    padding: 20px 0 0;
}    

.home-intro .container {
    flex-direction: column;
}

h1, .home h2 {
    font-size: 32px;
}

.home h1, .home h2, .about-intro h1, .offerings-intro h1, .cs-intro h1 {
    margin: 0 0 5px;
}

.home-intro .col:first-child {
    margin-bottom: -75px;
    max-width: 320px;
}

.home-intro .graphic {
    text-align: right;
    margin-right: -20px;    
}

.home-intro .graphic img {
    max-width: 200px;
    position: inherit;
}

.home-rewards {
    padding: 40px 20px 20px;
}

.home-rewards .row .col {
    max-width: 110px;
}

.home-rewards .row .col h6, .home-rewards .row .col .h6 {
    font-size: 11px;
    line-height: 18px;
}

.home-rewards p, .blog-header h1 {
    font-size: 18px;
    margin: 0 auto 30px;
}

.home-approach {
    margin: 0 auto 40px;
}

.home-approach .graphic {
    max-width: 150px;
}

.home-approach .container {
    padding-top: 60px;
    flex-direction: column;
}

.home-approach .container .image {
    max-width: 250px;
    width: 100%;
    padding-top: 0;
    margin-left: auto;
}

.home-approach .container .col:last-child {
    max-width: 100%;
    text-align: left;
    margin: 30px auto 0;
}

.home-blocks {
    margin: 0 auto 40px;
}

.home-blocks a {
    width: 230px;
    height: 230px;
}

.home-blocks a:first-child h3 {
    font-size: 25px;
}

.home-blocks a:nth-child(2) h3 {
    font-size: 60px;
}

.home-blocks a:nth-child(3) h3 {
    font-size: 90px;
}

.home-blocks .container {
    flex-direction: column;
    align-items: center;
}

.home-blocks a {
    width: 335px;
    height: 335px;
    margin: 0 0 20px;
}

.home-blocks a:nth-child(2), .home-blocks a:nth-child(3) {
    top: 0;
}

.home-blocks a:last-child {
    margin: 0;
}

.home-bio {
    margin: 0 auto 40px;
}

.home-bio .container {
    flex-direction: column;
}

.home-bio .col:first-child {
    max-width: 100%;
    padding-right: 0;
}

.home-bio .image {
    top: 0;
}

.home-bio .image img:first-child {
    width: 92.5%;
}

.home-bio .image .graphic {
    right: 0;
    bottom: 0;
    max-width: 150px;
}

.home-columns {
    margin: 0 auto 80px;
}

.home-columns .container {
    flex-direction: column;
    align-items: center;
}

.home-columns .container a, #custom_html-2, #custom_html-3, #custom_html-4 {
    max-width: 100%;
    margin: 0 auto 80px;
}

.home-columns .container a:nth-child(2), .home-columns .container a:last-child {
    top: 0;
}

.site-footer .wrap {
    align-items: flex-end;
    flex-direction: column;
}

.site-footer .wrap h3 {
    font-size: 24px;
    line-height: 30px;
}

.site-footer .wrap .col:last-child {
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    text-align: center;
    margin-bottom: 120px;
}

.site-footer .links {
    margin: 40px 0 10px;
    max-width: 300px;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 16px;
}

.site-footer .links a {
    margin-left: 0;
    margin-bottom: 20px;
    padding-left: 30px;
}

.site-footer .copyright {
    font-size: 11px;
    text-align: right;
    max-width: 240px;
    margin-left: auto;
}

.site-footer .copyright span {
    display: none;
}

.site-footer .col img {
    max-width: 200px;
}

.site-footer .col:first-child {
    position: absolute;
    left: 0;
    bottom: 0;
}

.ff-612d3553876c79b782e6875a {
    text-align: left;
}

.wpcf7 .flex {
    flex-direction: column;
}

.wpcf7 .flex p {
    width: 100%;
}

.page-id-128 .entry-title {
    font-size: 36px;
    line-height: 39px;
    margin: 0 0 20px;
}

.page-template-default .entry-title {
    font-size: 36px;
    text-align: center;
}

.about-1 .image {
    text-align: center;
}

.about-1 .image img:first-child {
    max-width: 300px;
    right: auto;
}

.about-1 .graphic {
    right: -25px;
    max-width: 150px;
}

.about-2 .graphic {
    bottom: -25px;
    max-width: 150px;
}

.about-2 {
    margin: 0 auto 100px;
}

.about-3 .text {
    margin-bottom: 20px;
}

.about-3 img:first-child {
    right: 0;
    top: 0;
}

.about-3 .graphic {
    top: 150px;
    max-width: 100px;
}

.about-4 {
    margin: 60px auto;
}

.offerings-intro {
    margin: 0 auto 40px;
}

.marquee span {
    margin: 0 20px;
}

.marquee {
    font-size: 24px;
    padding: 34px 0;
    margin-bottom: 40px;
}

.offerings-1 .graphic {
    left: -20px;
    max-width: 150px;
}

.offerings-2 {
    margin: 0 auto 80px;
}

.offerings-2 .graphic {
    bottom: -38px;
    max-width: 210px;
}

.offerings-3 .graphic {
    left: -10px;
    max-width: 210px;
}

.cs-1 img:first-child {
    max-width: 300px;
    right: auto;
}

.cs-1 .graphic {
    right: -25px;
    max-width: 150px;
}

.cs-2 .graphic {
    left: -20px;
    max-width: 150px;
}

.cs-3 .graphic {
    right: -20px;
    max-width: 210px;
}

}

@media only screen and (max-width: 360px) { 
    
body {
    font-size: 16px;
}

h1, .home h2 {
    font-size: 28px;
}

.home-intro .col:first-child {
    margin-bottom: -50px;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"], .button {
    cursor: pointer;
    font-size: 14px;
    padding: 10px 12px 7px;
    line-height: 14px;
}

.home-rewards p, .blog-header h1 {
    font-size: 16px;
    margin: 0 auto 20px;
}

.home-approach .container .image {
    max-width: 200px;
}

.home-blocks a {
    width: 280px;
    height: 280px;
}

.home-bio .image .graphic {
    right: -4px;
}

.home-columns h3, .sidebar .color-block h3 {
    font-size: 14px;
    padding: 12px 10px 9px;
    margin: -21px auto 0;
}

.site-footer .copyright {
    max-width: 235px;
    margin-bottom: 30px;
}

.cs-3 {
    margin: 0 auto 100px;
}
}

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

@media print {

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

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

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

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

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

	thead {
		display: table-header-group;
	}

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

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

	@page {
		margin: 2cm 0.5cm;
	}

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

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

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

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

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

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

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

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

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


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

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

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

}
