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

Version: 3.4.3

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: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


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

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

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

html {
	box-sizing: border-box;
}

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

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

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

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


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

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

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

body {
	background-color: #fff;
	color: #333;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	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 {
	margin: 0;
	padding: 0;
}

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 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

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

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

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

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

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

::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: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.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: #0073e5;
	border-width: 0;
	color: #fff;
}

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

.button {
	display: inline-block;
}

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


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

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

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

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

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

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


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

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

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

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

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

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

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

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

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

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

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 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;
	margin-bottom: 10px;
}

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

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

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

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

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


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

.site-header {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0 30px;
}

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

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

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

.wp-custom-logo .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;
}

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

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

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

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

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

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

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

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

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

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

.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: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

.entry {
	margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

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

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

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

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

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

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

.comment-content {
	clear: both;
}

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

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

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

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

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

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

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

.sidebar {
	font-size: 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: #fff;
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

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

/* --- UPDATED: CRGF Dark Brand Header & Menu Design --- */

/* 1. Main Header Container - Seamless blend into the Hero Section */
.site-header {
    background-color: #060b14; /* Matches the top of the Hero section */
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05); /* Very subtle separator */
}

/* 2. Alignment */
.site-header .wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 3. Title/Logo Area Padding */
.title-area {
    float: none; 
    padding: 0;
    max-width: 240px;
}

.title-area img.custom-logo {
    display: block;
    height: auto;
}

/* 4. Navigation Menu Styling */
.nav-primary {
    background-color: transparent;
}

.genesis-nav-menu {
    line-height: 1;
    width: auto;
}

/* 5. Menu Links (Inverted for Dark Background) */
.genesis-nav-menu a {
    color: #a6a8ab !important; /* Brand Silver */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 15px !important;
    transition: all 0.3s ease;
    position: relative;
    background: none;
    -webkit-text-fill-color: initial;
}

/* 6. Hover State - Bright White */
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item a {
    color: #ffffff !important; /* Bright white for contrast */
    transform: translateY(-1px);
}

/* 7. Current Page Indicator */
.genesis-nav-menu .current-menu-item a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 15px;
    right: 15px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

/* Mobile Responsiveness Fix */
@media only screen and (max-width: 960px) {
    .site-header .wrap {
        flex-direction: column;
        padding: 0 20px;
    }
    .title-area {
        margin-bottom: 20px;
    }
}



/* ==========================================================================
   CRGF - SUB-MENU (DROPDOWN) DARK THEME DESIGN
   ========================================================================== */

/* 1. Sub-menu Container */
.genesis-nav-menu .sub-menu {
    background-color: #122244 !important; 
    border: 1px solid rgba(255, 255, 255, 0.08) !important; 
    border-radius: 8px !important; 
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6) !important; 
    padding: 10px 0 !important;
    width: 280px !important; 
    
    /* Absolute positioning to prevent layout shifts */
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    margin-top: 15px !important; 
    
    /* OVERRIDE GENESIS JS INLINE STYLES */
    display: block !important; 
    height: auto !important;
    overflow: visible !important;
    
    /* CSS Animation */
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(10px) !important;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease !important;
}

/* 2. THE INVISIBLE BRIDGE: Prevents the menu from closing when crossing the gap */
.genesis-nav-menu .sub-menu::after {
    content: '';
    position: absolute;
    top: -15px; /* Must match the margin-top above */
    left: 0;
    width: 100%;
    height: 15px;
    background: transparent;
}

/* 3. Show Sub-menu on Hover (Forces override of JS) */
.genesis-nav-menu .menu-item:hover > .sub-menu,
.genesis-nav-menu .menu-item.sfHover > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* 4. Triangle pointer at the top */
.genesis-nav-menu .sub-menu::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 40px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: transparent transparent #122244 transparent;
}

/* 5. Sub-menu Links (Fixed width and hover issue) */
.genesis-nav-menu .sub-menu li {
    width: 100% !important;
    display: block !important;
}

.genesis-nav-menu .sub-menu a {
    display: block !important; /* Forces the link to take up the whole row */
    width: 100% !important; /* Overrides the Genesis 180px default */
    box-sizing: border-box !important; /* Keeps padding inside the 100% width */
    background-color: transparent !important;
    color: #a6a8ab !important; 
    font-size: 0.85rem !important; 
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    padding: 14px 25px !important;
    border: none !important;
    transition: all 0.3s ease !important;
    -webkit-text-fill-color: initial !important; 
}

/* 6. Disable main menu underline in dropdown */
.genesis-nav-menu .sub-menu a::after {
    display: none !important;
}

/* 7. Sub-menu Hover State */
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a {
    background-color: #1e3b70 !important; 
    color: #ffffff !important; 
    padding-left: 32px !important; 
}












/* ==========================================================================
   CRGF - ELITE ALL-BLUE THEME (SEAMLESS DARK FLOW)
   ========================================================================== */

:root {
  --crgf-brand-navy: #1e3b70;    
  --crgf-brand-dark: #122244;    
  --crgf-brand-silver: #a6a8ab;  
  --crgf-brand-light: #e8eaed;   
  --crgf-white: #ffffff;
  --crgf-pitch-black: #060b14;
}

/* --- Base Wrapper (Deep Navy Canvas) --- */
#crgf-home-redesign {
  font-family: 'Inter', 'Helvetica Neue', sans-serif;
  color: var(--crgf-white);
  line-height: 1.6;
  background: var(--crgf-brand-navy); 
}

#crgf-home-redesign .crgf-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

/* Helpers */
.crgf-text-center { text-align: center; }
.crgf-max-w-700 { max-width: 700px; margin-left: auto; margin-right: auto; }
.crgf-max-w-800 { max-width: 800px; margin-left: auto; margin-right: auto; }
.crgf-mt-50 { margin-top: 50px; }
.crgf-text-white { color: var(--crgf-white) !important; }
.crgf-text-silver { color: var(--crgf-brand-light) !important; font-size: 1.1rem; }

/* --- DYNAMIC METALLIC BUTTONS --- */
body #crgf-home-redesign a.crgf-btn {
  position: relative; display: inline-flex !important; align-items: center; justify-content: center;
  padding: 18px 40px !important; border-radius: 6px !important; font-size: 1.15rem !important;
  font-weight: 700 !important; text-decoration: none !important; overflow: hidden; z-index: 1;
  box-sizing: border-box; transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease !important;
}

body #crgf-home-redesign a.crgf-btn .btn-text { position: relative; z-index: 10; transition: color 0.4s ease; }
body #crgf-home-redesign a.crgf-btn .btn-shine {
  position: absolute; top: 0; left: -100%; width: 50%; height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-25deg); z-index: 8; pointer-events: none;
}
body #crgf-home-redesign a.crgf-btn:hover .btn-shine { animation: crgf-btn-sweep 0.7s ease-in-out forwards; }
@keyframes crgf-btn-sweep { 0% { left: -100%; } 100% { left: 200%; } }

/* Silver Base -> Blue Hover */
body #crgf-home-redesign a.crgf-btn-silver-blue {
  background: linear-gradient(135deg, #ffffff 0%, #e8eaed 40%, var(--crgf-brand-silver) 100%) !important;
  border: 1px solid rgba(255,255,255,0.8) !important; box-shadow: 0 5px 15px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,1) !important;
}
body #crgf-home-redesign a.crgf-btn-silver-blue .btn-text { color: var(--crgf-brand-dark); }
body #crgf-home-redesign a.crgf-btn-silver-blue::before {
  content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(135deg, #2a4c7e 0%, var(--crgf-brand-navy) 50%, var(--crgf-brand-dark) 100%);
  opacity: 0; transition: opacity 0.4s ease; z-index: 2;
}
body #crgf-home-redesign a.crgf-btn-silver-blue:hover { transform: translateY(-4px) !important; box-shadow: 0 15px 25px rgba(0,0,0,0.3) !important; }
body #crgf-home-redesign a.crgf-btn-silver-blue:hover::before { opacity: 1; }
body #crgf-home-redesign a.crgf-btn-silver-blue:hover .btn-text { color: var(--crgf-white); }

/* Blue Base -> Silver Hover */
body #crgf-home-redesign a.crgf-btn-blue-silver {
  background: linear-gradient(135deg, #2a4c7e 0%, var(--crgf-brand-navy) 50%, var(--crgf-brand-dark) 100%) !important;
  border: 1px solid rgba(255,255,255,0.1) !important; box-shadow: 0 5px 15px rgba(0,0,0,0.3), inset 0 1px 0 rgba(255,255,255,0.2) !important;
}
body #crgf-home-redesign a.crgf-btn-blue-silver .btn-text { color: var(--crgf-white); }
body #crgf-home-redesign a.crgf-btn-blue-silver::before {
  content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(135deg, #ffffff 0%, #e8eaed 40%, var(--crgf-brand-silver) 100%);
  opacity: 0; transition: opacity 0.4s ease; z-index: 2;
}
body #crgf-home-redesign a.crgf-btn-blue-silver:hover { transform: translateY(-4px) !important; box-shadow: 0 15px 25px rgba(0,0,0,0.4) !important; }
body #crgf-home-redesign a.crgf-btn-blue-silver:hover::before { opacity: 1; }
body #crgf-home-redesign a.crgf-btn-blue-silver:hover .btn-text { color: var(--crgf-brand-dark); }

/* ==========================================================================
   1. HERO SECTION 
   ========================================================================== */
#crgf-home-redesign .crgf-hero {
  position: relative;
  /* Pitch Black to Dark Blue to Navy */
  background: linear-gradient(to bottom, var(--crgf-pitch-black) 0%, var(--crgf-brand-dark) 60%, var(--crgf-brand-navy) 100%);
  padding: 200px 0 320px 0; text-align: left; overflow: hidden;
}
#crgf-home-redesign .crgf-hero-content { position: relative; z-index: 10; max-width: 850px; }
#crgf-home-redesign .crgf-title { font-size: clamp(2.2rem, 4.5vw, 4rem); font-weight: 800; margin-bottom: 24px; line-height: 1.15; color: #FFFFFF; letter-spacing: -0.5px; }
#crgf-home-redesign .crgf-subtitle { font-size: 1.25rem; color: #e8eaed; margin-bottom: 40px; font-weight: 300; line-height: 1.6; max-width: 700px; }

/* ==========================================================================
   2. OVERLAPPING WHITE CARDS
   ========================================================================== */
#crgf-home-redesign .crgf-services-overlap { position: relative; z-index: 20; margin-top: -180px; }
#crgf-home-redesign .crgf-grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; align-items: stretch; }

body #crgf-home-redesign a.crgf-card {
  display: flex; flex-direction: column;
  background: linear-gradient(135deg, #ffffff 0%, #f4f7f9 40%, var(--crgf-brand-light) 100%) !important;
  border-radius: 12px !important; text-decoration: none !important;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3) !important;
  transition: transform 0.4s ease, box-shadow 0.4s ease !important;
  height: 100%; position: relative; overflow: hidden; border: none !important;
}

body #crgf-home-redesign a.crgf-card::before {
  content: ""; position: absolute; bottom: 0; right: 0; width: 75px; height: 75px;
  background: linear-gradient(135deg, var(--crgf-brand-navy) 0%, var(--crgf-brand-dark) 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%); z-index: 1;
}

#crgf-home-redesign .card-blue-reveal {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(135deg, #2a4c7e 0%, var(--crgf-brand-navy) 40%, var(--crgf-brand-dark) 100%);
  clip-path: polygon(100% calc(100% - 75px), 100% 100%, calc(100% - 75px) 100%);
  z-index: 2; transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

#crgf-home-redesign .card-shine {
  position: absolute; top: 0; left: -100%; width: 60%; height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-25deg); z-index: 3; pointer-events: none;
}

body #crgf-home-redesign a.crgf-card:hover { transform: translateY(-10px) !important; box-shadow: 0 30px 60px rgba(0,0,0,0.5) !important; }
body #crgf-home-redesign a.crgf-card:hover .card-blue-reveal { clip-path: polygon(100% -200%, 100% 100%, -200% 100%); }
body #crgf-home-redesign a.crgf-card:hover .card-shine { animation: crgf-shine-sweep 0.8s ease-in-out 0.1s forwards; }

#crgf-home-redesign .card-content-wrapper { padding: 50px 40px; position: relative; z-index: 10; display: flex; flex-direction: column; align-items: center; text-align: center; flex-grow: 1; }

#crgf-home-redesign .card-icon {
  margin: 0 auto 30px auto; color: var(--crgf-brand-navy); width: 80px; height: 80px; display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.5); border: 2px solid rgba(255,255,255,0.8); border-radius: 16px; transition: all 0.4s ease;
}

#crgf-home-redesign .crgf-card h3 { font-size: 1.55rem; color: var(--crgf-brand-dark); margin-bottom: 15px; font-weight: 900; margin-top: 0; transition: color 0.4s ease; }
#crgf-home-redesign .crgf-card p { color: #444; line-height: 1.6; margin: 0; flex-grow: 1; transition: color 0.4s ease; }
body #crgf-home-redesign a.crgf-card:hover .card-icon { color: #ffffff; background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.3); transform: scale(1.05); }
body #crgf-home-redesign a.crgf-card:hover h3, body #crgf-home-redesign a.crgf-card:hover p { color: #ffffff !important; }

/* ==========================================================================
   3. PARTNERS & INFO SECTION (Solid Navy base)
   ========================================================================== */
#crgf-home-redesign .crgf-partners-section { padding: 120px 0 60px 0; background: transparent; overflow: hidden; }
#crgf-home-redesign .crgf-partners-eyebrow { text-align: center; font-size: 0.85rem; font-weight: 700; letter-spacing: 1.5px; color: var(--crgf-brand-silver); margin-bottom: 40px; }

#crgf-home-redesign .crgf-marquee-container {
  width: 100%; overflow: hidden; white-space: nowrap; position: relative;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
#crgf-home-redesign .crgf-marquee-track { display: inline-flex; gap: 80px; align-items: center; width: max-content; animation: crgf-scroll-marquee 50s linear infinite; }
#crgf-home-redesign .crgf-partner-logo { font-size: 1.5rem; font-weight: 800; color: var(--crgf-brand-light); text-transform: uppercase; opacity: 0.4; transition: opacity 0.3s ease, color 0.3s ease; cursor: default; }
#crgf-home-redesign .crgf-partner-logo:hover { opacity: 1; color: var(--crgf-white); }
@keyframes crgf-scroll-marquee { 0% { transform: translateX(0); } 100% { transform: translateX(calc(-50% - 40px)); } }

#crgf-home-redesign .crgf-info-section { padding: 100px 0 180px 0; background-color: transparent; }
#crgf-home-redesign .crgf-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }

#crgf-home-redesign .crgf-eyebrow { display: block; font-size: 0.95rem; font-weight: 800; letter-spacing: 1.5px; color: var(--crgf-brand-silver); margin-bottom: 20px; text-transform: uppercase; }
#crgf-home-redesign .crgf-section-title { font-size: 2.8rem; color: var(--crgf-white); margin-bottom: 30px; line-height: 1.15; font-weight: 800; }
#crgf-home-redesign .crgf-info-p { font-size: 1.2rem; color: var(--crgf-brand-light); margin-bottom: 40px; }

#crgf-home-redesign .crgf-feature-list { list-style: none; padding: 0; margin: 0; }
#crgf-home-redesign .crgf-feature-list li { font-size: 1.15rem; margin-bottom: 25px; font-weight: 700; color: var(--crgf-white); display: flex; align-items: center; gap: 20px; }
#crgf-home-redesign .list-icon { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.08); border-radius: 10px; color: var(--crgf-white); border: 1px solid rgba(255, 255, 255, 0.15); }

#crgf-home-redesign .crgf-image-wrapper {
  position: relative; width: 100%; aspect-ratio: 1 / 1; border-radius: 12px; overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.2); padding: 4px; 
}
#crgf-home-redesign .crgf-info-img { width: 100%; height: 100%; object-fit: cover; border-radius: 9px; transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1); }
#crgf-home-redesign .image-overlay {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(135deg, rgba(30, 59, 112, 0.4) 0%, rgba(18, 34, 68, 0.6) 100%);
  border-radius: 9px; pointer-events: none; transition: opacity 0.6s ease; opacity: 1;
}
#crgf-home-redesign .crgf-image-wrapper:hover .crgf-info-img { transform: scale(1.06) translateY(-8px); }
#crgf-home-redesign .crgf-image-wrapper:hover .image-overlay { opacity: 0.2; }


/* ==========================================================================
   4. TARGET MARKET (Navy down to Dark Blue)
   ========================================================================== */
#crgf-home-redesign .crgf-target-market {
  padding: 160px 0; 
  background: linear-gradient(to bottom, var(--crgf-brand-navy) 0%, var(--crgf-brand-dark) 100%);
}

#crgf-home-redesign .crgf-target-market .crgf-eyebrow-dark { color: var(--crgf-brand-silver); }
#crgf-home-redesign .crgf-target-market .crgf-title-dark { color: var(--crgf-white); }
#crgf-home-redesign .crgf-target-market .crgf-p-dark { color: var(--crgf-brand-light); }

#crgf-home-redesign .crgf-grid-2x2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }

#crgf-home-redesign .crgf-target-card {
  background: linear-gradient(135deg, #2a4c7e 0%, var(--crgf-brand-navy) 100%);
  border: none; border-top: 4px solid var(--crgf-brand-silver); border-radius: 8px;
  padding: 60px 40px 50px 40px; text-align: center; box-shadow: 0 25px 50px rgba(0,0,0,0.25);
  transition: all 0.4s ease; position: relative; overflow: hidden;
}

#crgf-home-redesign .crgf-target-card::after {
  content: ''; position: absolute; bottom: 0; right: 0; width: 150px; height: 150px;
  background: linear-gradient(135deg, transparent 50%, rgba(255, 255, 255, 0.05) 50%); z-index: 0; pointer-events: none;
}

#crgf-home-redesign .crgf-target-card:hover { transform: translateY(-8px); box-shadow: 0 35px 70px rgba(0,0,0,0.5); border-top-color: var(--crgf-white); }

#crgf-home-redesign .target-icon {
  width: 64px; height: 64px; margin: 0 auto 30px auto; color: var(--crgf-white); display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 14px; position: relative; z-index: 10;
  transition: transform 0.4s ease, background 0.4s ease;
}
#crgf-home-redesign .crgf-target-card:hover .target-icon { transform: scale(1.05) translateY(-5px); background: rgba(255,255,255,0.25); }

#crgf-home-redesign .crgf-target-card h4 { font-size: 1.45rem; color: var(--crgf-white); font-weight: 800; margin-bottom: 15px; position: relative; z-index: 10; }
#crgf-home-redesign .crgf-target-card p { color: var(--crgf-brand-light); font-size: 1.1rem; position: relative; z-index: 10; }


/* ==========================================================================
   5. L'AVANTAGE CRGF (Dark Blue down to Pitch Black)
   ========================================================================== */
#crgf-home-redesign .crgf-advantage-section {
  padding: 100px 0 240px 0; 
  background: linear-gradient(to bottom, var(--crgf-brand-dark) 0%, var(--crgf-pitch-black) 100%);
  color: var(--crgf-white);
}

#crgf-home-redesign .crgf-advantage-section .crgf-eyebrow-light { color: var(--crgf-brand-silver); letter-spacing: 2px; text-transform: uppercase; }
#crgf-home-redesign .crgf-advantage-section .crgf-section-title { color: var(--crgf-white); font-size: 3.2rem; margin-bottom: 30px; letter-spacing: -0.5px; }
#crgf-home-redesign .crgf-advantage-section .crgf-info-p { color: var(--crgf-brand-light); font-size: 1.25rem; margin-bottom: 80px; }

body #crgf-home-redesign .crgf-advantage-card {
  display: flex; flex-direction: column;
  background: linear-gradient(135deg, #2a4c7e 0%, var(--crgf-brand-navy) 40%, var(--crgf-pitch-black) 100%) !important;
  border-radius: 12px !important; border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4) !important;
  transition: transform 0.4s ease, box-shadow 0.4s ease !important;
  height: 100%; position: relative; overflow: hidden; 
}

body #crgf-home-redesign .crgf-advantage-card::before {
  content: ""; position: absolute; top: 0; left: 0; width: 75px; height: 75px;
  background: linear-gradient(135deg, #ffffff 0%, #e8eaed 40%, var(--crgf-brand-silver) 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%); z-index: 1;
}

#crgf-home-redesign .adv-grey-reveal {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(135deg, #ffffff 0%, #e8eaed 30%, #c4c6c8 70%, var(--crgf-brand-silver) 100%);
  clip-path: polygon(0 0, 75px 0, 0 75px); z-index: 2; transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

#crgf-home-redesign .adv-shine {
  position: absolute; top: 0; left: -100%; width: 60%; height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-25deg); z-index: 3; pointer-events: none;
}

body #crgf-home-redesign .crgf-advantage-card:hover { transform: translateY(-10px) !important; box-shadow: 0 30px 60px rgba(0,0,0,0.6) !important; }
body #crgf-home-redesign .crgf-advantage-card:hover .adv-grey-reveal { clip-path: polygon(0 0, 200% 0, 0 200%); }
body #crgf-home-redesign .crgf-advantage-card:hover .adv-shine { animation: crgf-shine-sweep 0.8s ease-in-out 0.1s forwards; }

#crgf-home-redesign .adv-content-wrapper { padding: 50px 40px; position: relative; z-index: 10; display: flex; flex-direction: column; align-items: center; text-align: center; flex-grow: 1; }

#crgf-home-redesign .adv-icon {
  margin: 0 auto 30px auto; color: #ffffff; width: 80px; height: 80px; display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.1); border: 2px solid rgba(255,255,255,0.3); border-radius: 16px; transition: all 0.4s ease;
}

#crgf-home-redesign .crgf-advantage-card h4 { font-size: 1.55rem; color: #ffffff; margin-bottom: 15px; font-weight: 900; margin-top: 0; transition: color 0.4s ease; }
#crgf-home-redesign .crgf-advantage-card p { color: var(--crgf-brand-light); line-height: 1.6; margin: 0; flex-grow: 1; transition: color 0.4s ease; }

body #crgf-home-redesign .crgf-advantage-card:hover .adv-icon { color: var(--crgf-brand-navy); background: rgba(255,255,255,0.7); border-color: var(--crgf-brand-navy); transform: scale(1.05); }
body #crgf-home-redesign .crgf-advantage-card:hover h4 { color: var(--crgf-brand-dark) !important; }
body #crgf-home-redesign .crgf-advantage-card:hover p { color: #444 !important; }


/* ==========================================================================
   6. NEW PROCESS SECTION (Side-by-Side, Pitch Black back up to Dark Blue)
   ========================================================================== */
#crgf-home-redesign .crgf-process-section {
  padding: 100px 0 160px 0; 
  background: linear-gradient(to bottom, var(--crgf-pitch-black) 0%, var(--crgf-brand-dark) 100%); 
}

#crgf-home-redesign .crgf-process-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
#crgf-home-redesign .crgf-process-content { text-align: left; }

#crgf-home-redesign .crgf-process-section .crgf-eyebrow-light { color: var(--crgf-brand-silver); letter-spacing: 2px; text-transform: uppercase; }
#crgf-home-redesign .crgf-process-section .crgf-section-title { color: var(--crgf-white); }

/* The Vertical Timeline */
#crgf-home-redesign .crgf-process-steps-vertical { display: flex; flex-direction: column; gap: 40px; margin-top: 40px; position: relative; }

/* Faint vertical connecting line behind the numbers */
#crgf-home-redesign .crgf-process-steps-vertical::before {
  content: ""; position: absolute; top: 20px; bottom: 20px; left: 30px; 
  width: 2px; background: linear-gradient(to bottom, transparent, rgba(166, 168, 171, 0.3), transparent); z-index: 0;
}

#crgf-home-redesign .crgf-process-step-row { display: flex; align-items: flex-start; gap: 25px; position: relative; z-index: 1; }

#crgf-home-redesign .process-number {
  width: 60px; height: 60px; flex-shrink: 0; background: var(--crgf-white); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 900; color: var(--crgf-brand-navy);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3); border: 1px solid #d1d6db; margin: 0; 
}

#crgf-home-redesign .process-text h4 { font-size: 1.4rem; color: var(--crgf-white); font-weight: 800; margin: 0 0 10px 0; }
#crgf-home-redesign .process-text p { color: var(--crgf-brand-light); font-size: 1.1rem; margin: 0; }

#crgf-home-redesign .crgf-process-image { position: relative; }


/* ==========================================================================
   7. MAP (Dark Blue back down to Pitch Black)
   ========================================================================== */
#crgf-home-redesign .crgf-locations-section {
  padding: 100px 0 180px 0; 
  background: linear-gradient(to bottom, var(--crgf-brand-dark) 0%, var(--crgf-pitch-black) 100%);
}

#crgf-home-redesign .crgf-locations-wrapper {
  background: linear-gradient(135deg, #1a2f4c 0%, var(--crgf-brand-navy) 100%);
  border-radius: 16px; padding: 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
  box-shadow: 0 30px 60px rgba(0,0,0,0.5); border: 1px solid rgba(255,255,255,0.05);
}

#crgf-home-redesign .crgf-locations-grid { display: flex; flex-wrap: wrap; gap: 15px; }
#crgf-home-redesign .crgf-loc-pill {
  background: rgba(255,255,255,0.05); color: var(--crgf-white); padding: 14px 28px; border-radius: 50px;
  font-weight: 600; border: 1px solid rgba(255,255,255,0.15); transition: all 0.3s ease; cursor: pointer;
}
#crgf-home-redesign .crgf-loc-pill:hover {
  background: var(--crgf-brand-silver); color: var(--crgf-brand-dark); border-color: var(--crgf-brand-silver); transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}
#crgf-home-redesign .crgf-locations-map { width: 100%; height: 500px; border-radius: 12px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.5); border: 2px solid rgba(255,255,255,0.1); }
#crgf-map { width: 100%; height: 100%; z-index: 1; }
.custom-map-pin { background: transparent; border: none; }
.leaflet-popup-content-wrapper { border-radius: 8px; font-family: 'Inter', sans-serif; color: #122244; }


/* ==========================================================================
   8. IMPACT FINISH: TESTIMONIAL & CTA (Solid Pitch Black)
   ========================================================================== */
#crgf-home-redesign .crgf-testimonial-section {
  padding: 80px 0 100px 0; background: var(--crgf-pitch-black); text-align: center;
}

#crgf-home-redesign .crgf-testimonial-content { max-width: 950px; margin: 0 auto; position: relative; }
#crgf-home-redesign .quote-mark { position: absolute; top: -50px; left: 50%; transform: translateX(-50%); z-index: 0; color: var(--crgf-brand-silver); opacity: 0.1; }
#crgf-home-redesign .testimonial-text {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem); color: var(--crgf-white); line-height: 1.4; font-weight: 600; font-style: italic; margin-bottom: 40px; position: relative; z-index: 1;
}
#crgf-home-redesign .testimonial-author { font-size: 1.15rem; color: var(--crgf-brand-silver); font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; }

#crgf-home-redesign .crgf-cta-section {
  background: var(--crgf-pitch-black); padding: 100px 0 200px 0; position: relative; overflow: hidden;
}

#crgf-home-redesign .crgf-cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 10; }
#crgf-home-redesign .crgf-cta-left { text-align: left; }
#crgf-home-redesign .crgf-cta-left h2 { font-size: 3.5rem; color: var(--crgf-white); margin-bottom: 25px; font-weight: 800; line-height: 1.1; }
#crgf-home-redesign .crgf-cta-left p { color: var(--crgf-brand-light); margin-bottom: 50px; font-size: 1.25rem; max-width: 500px; }

/* Glassmorphism Contact Card */
#crgf-home-redesign .crgf-glass-card {
  background: rgba(255, 255, 255, 0.05); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 16px; padding: 50px; box-shadow: 0 25px 50px rgba(0,0,0,0.5);
}
#crgf-home-redesign .crgf-glass-card h4 { font-size: 1.8rem; color: var(--crgf-white); margin-bottom: 30px; margin-top: 0; font-weight: 700; }
#crgf-home-redesign .crgf-contact-list { list-style: none; padding: 0; margin: 0; }
#crgf-home-redesign .crgf-contact-list li { display: flex; align-items: flex-start; gap: 20px; margin-bottom: 30px; }
#crgf-home-redesign .crgf-contact-list li:last-child { margin-bottom: 0; }
#crgf-home-redesign .crgf-contact-list li svg { color: var(--crgf-brand-silver); flex-shrink: 0; margin-top: 5px; }
#crgf-home-redesign .crgf-contact-list li span { display: block; color: var(--crgf-brand-light); font-size: 0.95rem; margin-bottom: 4px; text-transform: uppercase; letter-spacing: 1px; }
#crgf-home-redesign .crgf-contact-list li strong { display: block; color: var(--crgf-white); font-size: 1.2rem; font-weight: 600; }

/* Responsive Fixes */
@media (max-width: 960px) {
  #crgf-home-redesign .crgf-info-grid, #crgf-home-redesign .crgf-locations-wrapper, #crgf-home-redesign .crgf-cta-grid, #crgf-home-redesign .crgf-process-layout { grid-template-columns: 1fr; }
  #crgf-home-redesign .crgf-grid-2x2 { grid-template-columns: 1fr; }
  #crgf-home-redesign .crgf-cta-left { text-align: center; } #crgf-home-redesign .crgf-cta-left p { margin: 0 auto 50px auto; }
  #crgf-home-redesign .crgf-locations-wrapper { padding: 50px 20px; } #crgf-home-redesign .crgf-services-overlap { margin-top: -60px; }
  #crgf-home-redesign .crgf-hero { padding: 140px 0 180px 0; } #crgf-home-redesign .crgf-image-wrapper { margin-top: 40px; }
  #crgf-home-redesign .crgf-info-section, #crgf-home-redesign .crgf-advantage-section, #crgf-home-redesign .crgf-locations-section,
  #crgf-home-redesign .crgf-process-section, #crgf-home-redesign .crgf-target-market { padding: 100px 0; }
  #crgf-home-redesign .crgf-process-steps-vertical::before { left: 30px; }
}


/* --- CRGF Variables --- */
:root {
  --crgf-brand-navy: #1e3b70;    
  --crgf-brand-dark: #122244;    
  --crgf-brand-silver: #a6a8ab;
  --crgf-brand-light: #e8eaed;   
  --crgf-white: #ffffff;
  --crgf-pitch-black: #060b14;
}

#crgf-home-redesign {
  font-family: 'Inter', sans-serif;
  color: var(--crgf-white);
  background: var(--crgf-brand-navy); 
}

#crgf-home-redesign .crgf-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.crgf-text-center { text-align: center; }
.crgf-max-w-700 { max-width: 700px; margin-left: auto; margin-right: auto; }
.crgf-max-w-800 { max-width: 800px; margin-left: auto; margin-right: auto; }
.crgf-mt-50 { margin-top: 50px; }
.crgf-mb-60 { margin-bottom: 60px; }

/* --- BUTTONS --- */
body #crgf-home-redesign a.crgf-btn {
  position: relative; display: inline-flex !important; align-items: center; justify-content: center;
  padding: 18px 40px !important; border-radius: 6px !important; font-size: 1.15rem !important;
  font-weight: 700 !important; text-decoration: none !important; overflow: hidden; z-index: 1; transition: transform 0.3s ease;
}
body #crgf-home-redesign a.crgf-btn .btn-text { position: relative; z-index: 10; transition: color 0.4s ease; }
body #crgf-home-redesign a.crgf-btn .btn-shine {
  position: absolute; top: 0; left: -100%; width: 50%; height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-25deg); z-index: 8; pointer-events: none;
}
body #crgf-home-redesign a.crgf-btn:hover .btn-shine { animation: sweep 0.7s forwards; }
@keyframes sweep { 0% { left: -100%; } 100% { left: 200%; } }

body #crgf-home-redesign a.crgf-btn-silver-blue { background: linear-gradient(135deg, #fff 0%, var(--crgf-brand-silver) 100%) !important; }
body #crgf-home-redesign a.crgf-btn-silver-blue .btn-text { color: var(--crgf-brand-dark); }
body #crgf-home-redesign a.crgf-btn-silver-blue::before { content: ""; position: absolute; inset: 0; background: var(--crgf-brand-dark); opacity: 0; transition: 0.4s; z-index: 2; }
body #crgf-home-redesign a.crgf-btn-silver-blue:hover::before { opacity: 1; }
body #crgf-home-redesign a.crgf-btn-silver-blue:hover .btn-text { color: #fff; }

body #crgf-home-redesign a.crgf-btn-blue-silver { background: linear-gradient(135deg, var(--crgf-brand-navy) 0%, var(--crgf-brand-dark) 100%) !important; }
body #crgf-home-redesign a.crgf-btn-blue-silver .btn-text { color: #fff; }
body #crgf-home-redesign a.crgf-btn-blue-silver::before { content: ""; position: absolute; inset: 0; background: #fff; opacity: 0; transition: 0.4s; z-index: 2; }
body #crgf-home-redesign a.crgf-btn-blue-silver:hover::before { opacity: 1; }
body #crgf-home-redesign a.crgf-btn-blue-silver:hover .btn-text { color: var(--crgf-brand-dark); }

/* --- 1. HERO --- */
#crgf-home-redesign .crgf-hero {
  padding: 220px 0 320px 0; 
  background: linear-gradient(to bottom, var(--crgf-pitch-black) 0%, var(--crgf-brand-dark) 60%, var(--crgf-brand-navy) 100%);
}
#crgf-home-redesign .crgf-title { font-size: clamp(2.2rem, 4.5vw, 4rem); font-weight: 800; line-height: 1.15; color: #FFFFFF; }

/* --- 2. NEW SERVICES MAIN (No Overlap) --- */
.crgf-services-main { padding: 120px 0 80px 0; background: transparent; }

body #crgf-home-redesign a.crgf-card {
  background: linear-gradient(135deg, #ffffff 0%, var(--crgf-brand-light) 100%) !important;
  border-radius: 12px !important; box-shadow: 0 20px 40px rgba(0,0,0,0.3) !important; color: #333 !important;
}
body #crgf-home-redesign a.crgf-card .card-icon { background: rgba(255,255,255,0.5); border: 2px solid var(--crgf-brand-light); }
body #crgf-home-redesign a.crgf-card h3 { color: var(--crgf-brand-dark); font-weight: 900; }
body #crgf-home-redesign a.crgf-card:hover h3, body #crgf-home-redesign a.crgf-card:hover p { color: #fff !important; }

/* Caroussel Title Accent */
.crgf-marquee-title {
    font-size: 0.95rem; font-weight: 800; letter-spacing: 2px; color: var(--crgf-brand-silver);
    margin-bottom: 50px; position: relative; display: inline-block; text-transform: uppercase;
}
.crgf-marquee-title::before, .crgf-marquee-title::after {
    content: ""; position: absolute; top: 50%; width: 40px; height: 1px; background: var(--crgf-brand-silver); opacity: 0.3;
}
.crgf-marquee-title::before { left: -60px; }
.crgf-marquee-title::after { right: -60px; }

/* --- 3. SECTIONS FLOW --- */
#crgf-home-redesign .crgf-info-section { padding: 100px 0 160px 0; background-color: transparent; }
#crgf-home-redesign .crgf-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
#crgf-home-redesign .crgf-eyebrow { color: var(--crgf-brand-silver); font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; }
#crgf-home-redesign .crgf-section-title { font-size: 2.8rem; font-weight: 800; margin-bottom: 30px; }

#crgf-home-redesign .crgf-target-market { padding: 240px 0; background: linear-gradient(to bottom, var(--crgf-brand-navy) 0%, var(--crgf-brand-dark) 100%); }
#crgf-home-redesign .crgf-grid-2x2 { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
#crgf-home-redesign .crgf-target-card { background: linear-gradient(135deg, #2a4c7e 0%, var(--crgf-brand-navy) 100%); border-top: 4px solid var(--crgf-brand-silver); padding: 50px; text-align: center; border-radius: 8px; }

#crgf-home-redesign .crgf-advantage-section { padding: 180px 0 240px 0; background: linear-gradient(to bottom, var(--crgf-brand-dark) 0%, var(--crgf-pitch-black) 100%); }

/* --- 6. PROCESS SIDE BY SIDE --- */
#crgf-home-redesign .crgf-process-section { padding: 100px 0 160px 0; background: linear-gradient(to bottom, var(--crgf-pitch-black) 0%, var(--crgf-brand-dark) 100%); }
#crgf-home-redesign .crgf-process-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; align-items: center; }
#crgf-home-redesign .crgf-process-steps-vertical { position: relative; margin-top: 40px; }
#crgf-home-redesign .crgf-process-steps-vertical::before { content: ""; position: absolute; top: 20px; bottom: 20px; left: 30px; width: 2px; background: rgba(255,255,255,0.1); }
#crgf-home-redesign .crgf-process-step-row { display: flex; align-items: flex-start; gap: 25px; margin-bottom: 40px; position: relative; z-index: 1; }
#crgf-home-redesign .process-number { width: 60px; height: 60px; flex-shrink: 0; background: #fff; border-radius: 50%; color: var(--crgf-brand-navy); display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 1.4rem; box-shadow: 0 10px 20px rgba(0,0,0,0.3); }

/* --- IMAGE STYLES --- */
#crgf-home-redesign .crgf-image-wrapper { position: relative; border-radius: 12px; overflow: hidden; border: 1px solid rgba(255,255,255,0.1); }
#crgf-home-redesign .crgf-info-img { width: 100%; height: auto; display: block; }
#crgf-home-redesign .image-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(30,59,112,0.4), rgba(6,11,20,0.6)); }

/* --- FOOTER FLOW --- */
#crgf-home-redesign .crgf-locations-section { padding: 100px 0 180px 0; background: linear-gradient(to bottom, var(--crgf-brand-dark) 0%, var(--crgf-pitch-black) 100%); }
#crgf-home-redesign .crgf-testimonial-section, #crgf-home-redesign .crgf-cta-section { background: var(--crgf-pitch-black); padding: 100px 0; }
#crgf-home-redesign .crgf-cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
#crgf-home-redesign .crgf-glass-card { background: rgba(255,255,255,0.05); backdrop-filter: blur(16px); padding: 40px; border-radius: 16px; border: 1px solid rgba(255,255,255,0.1); }

@media (max-width: 960px) {
  #crgf-home-redesign .crgf-info-grid, #crgf-home-redesign .crgf-process-layout, #crgf-home-redesign .crgf-cta-grid, #crgf-home-redesign .crgf-locations-wrapper, #crgf-home-redesign .crgf-grid-2x2 { grid-template-columns: 1fr; }
  .crgf-marquee-title::before, .crgf-marquee-title::after { display: none; }
}

/* ==========================================================================
   Homepage Only: Full Width Edge-to-Edge Override
   ========================================================================== */

@media only screen and (min-width: 960px) {
  /* Expand the main content area */
  .home .content {
    width: 100%;
    padding: 0;
  }
  
  /* Remove the Genesis max-width container wrapper */
  .home .site-inner {
    max-width: 100%;
  }
}

/* Remove the top/bottom padding that Genesis adds to the site-inner */
.home .site-inner {
  padding: 0;
}





















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

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

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

}

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

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

	.site-header {
		position: sticky;
		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: 180px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

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

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

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

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

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

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

}

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

@media print {

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

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

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

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

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

	thead {
		display: table-header-group;
	}

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

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

	@page {
		margin: 2cm 0.5cm;
	}

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

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

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

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

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

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

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

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

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


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

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

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

}
