/*
Theme Name: Essence Pro
Theme URI: https://my.studiopress.com/themes/essence/
Description: Beautiful, clutter-free simplicity from the outside in, allowing you and your readers to focus on the essentials.
Author: StudioPress
Author URI: https://www.studiopress.com/
Version: 1.5.1

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, e-commerce, editor-style, featured-images, full-width-template, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: essence-pro
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Smooth Scroll
		- Typographical Elements
		- Typographical Classes
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Flexible Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Jetpack
		- WPForms
	- Skip Links
	- Site Header
		- Title Area
		- Header Widget Areas
		- Header Hero
	- Site Navigation
		- Accessible Menu
		- Primary Navigation
		- Off Screen Navigation
		- Footer Navigation
	- Content Area
		- Entries
		- Entry Meta
		- Pagination
		- Comments
	- Sidebar
	- Off-screen Content
	- After Content Featured
	- Front Page Featured
	- Footer CTA
	- Site Footer
	- Media Queries
		- Max-width: 1360px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 860px
		- Max-width: 600px
	- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */

/* 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;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.featured-content .more-posts::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,
.featured-content .more-posts::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
---------------------------------------------------------------------------- */

/* Smooth Scroll
--------------------------------------------- */
html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}

}

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #f4f4f4;
	color: #333;
	font-family: "Alegreya Sans", sans-serif;
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.1s ease-in-out;
}

a {
	color: #a86500;
	text-decoration: underline;
}

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;
}

mark {
	background-color: #ddd;
	color: #000;
}

blockquote {
	font-family: Lora, Georgia, serif;
	font-size: 24px;
	font-style: normal;
}

/* Typographical Classes
--------------------------------------------- */

.intro {
	font-size: 26px;
	letter-spacing: -0.7px;
}

.small-disclaimer {
	font-size: 14px;
	font-style: italic;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111;
	font-family: Lora, Georgia, serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 46px;
	letter-spacing: -1.25px;
}

h2 {
	font-size: 36px;
	letter-spacing: -1px;
}

h3 {
	font-size: 30px;
	letter-spacing: -0.75px;
}

h4 {
	font-size: 24px;
}

h5,
h6 {
	font-family: "Alegreya Sans", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h6 {
	color: #a86500;
	font-size: 16px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 24px;
	margin-top: 32px;
}

.entry-content a {
	font-weight: 700;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	padding: 18px 24px 14px;
	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"],
.gb-block-post-grid a.gb-block-post-grid-more-link,
.button,
.comment-reply-link,
.featured-content .more-from-category a,
.more-link,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
	background-color: #a86500;
	border-width: 0;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.625;
	padding: 19px 30px 16px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button.primary,
input[type="button"].primary,
input[type="reset"].primary,
input[type="submit"].primary,
.button.primary {
	background-color: #fff;
	color: #333;
}

a.button:focus,
a.button:hover,
button:focus,
button:hover,
input:focus[type="button"],
input:hover[type="button"],
input:focus[type="reset"],
input:hover[type="reset"],
input:focus[type="submit"],
input:hover[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	background-color: #333;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary,
.comment-reply-link,
.button.secondary,
.featured-content .more-from-category a {
	background-color: transparent;
	border: 2px solid #999;
	color: #666;
}

button.secondary:focus,
button.secondary:hover,
input[type="button"].secondary:focus,
input[type="button"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="submit"].secondary:focus,
input[type="submit"].secondary:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.button.secondary:focus,
.button.secondary:hover,
.featured-content .more-from-category a:focus,
.featured-content .more-from-category a:hover {
	background-color: transparent;
	border: 2px solid #666;
	color: #333;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.comment-reply-link {
	font-size: 13px;
	padding: 10px 12px 8px;
}

a.button.large,
button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large {
	font-size: 20px;
	padding: 26px 36px 22px;
}

button.text,
input[type="button"].text,
input[type="reset"].text,
input[type="submit"].text,
a.button.text,
a.more-link.button.text,
.gb-block-post-grid a.gb-block-post-grid-more-link,
.more-link {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 2px solid #a86500;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	border-top: 0;
	color: #a86500;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 16px 0 6px 0;
}

button.text:focus,
button.text:hover,
input[type="button"].text:focus,
input[type="button"].text:hover,
input[type="reset"].text:focus,
input[type="reset"].text:hover,
input[type="submit"].text:focus,
input[type="submit"].text:hover,
.button.text:focus,
.button.text:hover,
a.more-link.button.text:focus,
a.more-link.button.text:hover,
.gb-block-post-grid a.gb-block-post-grid-more-link:focus,
.gb-block-post-grid a.gb-block-post-grid-more-link:hover,
.more-link:focus,
.more-link:hover {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 2px solid #666;
	color: #333;
	padding: 16px 0 6px 0;
	text-decoration: none;
}

.entry-container a.more-link {
	display: inline-block;
	margin-bottom: 28px;
}

a.more-link.button.text {
	margin-bottom: 0;
}

.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: #666;
	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: 700;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background-color: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #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. */
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	margin-top: -50px;
	position: relative;
	word-wrap: break-word;
	z-index: 1;
}

.error404 .site-inner,
.page .site-inner,
.single .site-inner {
	background-color: #fff;
	box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.05);
}

.error404 .site-inner::before,
.page .site-inner::before,
.single .site-inner::before {
	background-color: #a86500;
	content: "";
	display: block;
	height: 100px;
	margin: 0 auto;
	position: relative;
	top: -50px;
	width: 2px;
	z-index: 9;
	display: none;
}

.page-template-page_blog .site-inner,
.content-sidebar .site-inner,
.sidebar-content .site-inner {
	background-color: transparent;
	box-shadow: none;
}

.page-template-page_blog .site-inner::before,
.content-sidebar .site-inner::before,
.sidebar-content .site-inner::before {
	display: none;
}

.landing-page .site-inner {
	margin-bottom: 100px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	background-color: transparent;
	float: right;
	width: 660px;
}

.content-sidebar .content {
	float: left;
}

.content-sidebar .content,
.sidebar-content .content {
	background-color: #fff;
	box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.05);
	width: 800px;
}

.error404.content-sidebar .content,
.error404.sidebar-content .content,
.page.content-sidebar .content,
.page.sidebar-content .content,
.single.content-sidebar .content,
.single.sidebar-content .content {
	padding: 60px 80px;
}

.archive.sidebar-content .content,
.archive.content-sidebar .content,
.page-template-page_blog.sidebar-content .content,
.page-template-page_blog.content-sidebar .content {
	background-color: transparent;
	box-shadow: none;
	padding: 0;
}

.full-width-content .content {
	float: none;
	margin: 0 auto;
	max-width: 660px;
}

.half-width-entries .content {
	display: flex;
	flex-wrap: wrap;
	max-width: none;
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes
--------------------------------------------- */

/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

body:not(.home) .header-hero {
    position: relative;
}

body:not(.home) .header-hero .breadcrumb {
    position: absolute;
    bottom: 57px;
    width: 100%;
    color: #333;
    z-index: 99;
}

body:not(.home) .header-hero .breadcrumb a {
    color: #000;
}

.contact-info-box {
    text-align: center;
    box-shadow: 0px 0px 7px #ccc;
    padding: 1em;
}

.contact-info-box p {
	font-size: 22px;
}

.two-column-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: -12px 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #ccc;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
}

.breadcrumb a {
	color: #ccc;
}

.after-entry,
.author-box {
	font-size: 18px;
	margin-bottom: 40px;
}

.after-entry {
	padding: 60px 0;
}

.author-box {
	background-color: #f5f5f5;
	color: #333;
	padding: 60px;
	text-align: center;
}

.full-width-content .author-box {
	margin: 0 -140px;
}

.archive.full-width-content .author-box {
	margin: 140px 0 0 0;
}

.author-box .avatar {
	float: none;
	margin: 0 auto 20px auto;
}

.archive-description,
.archive-description a,
.archive-description p {
	color: #ccc;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.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-title,
.author-box-title {
	font-size: 28px;
}

.entry-title {
	font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #111;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #a86500;
}

.featured-content .widget-title .more-posts-title,
.widget-title {
	font-family: "Alegreya Sans", sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.sidebar .featured-content .entry {
	box-shadow: none;
}

.sidebar .featured-content .widget-title {
	text-align: left;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	margin-top: 0.5em;
	margin-bottom: 1em;
	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 28px;
}


/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets .widget,
.flexible-widgets .widget:last-of-type {
	background-color: #fff;
	float: left;
	margin-bottom: 40px;
	padding: 40px;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	width: 100%;
}

.flexible-widgets.widget-fourths .widget {
	margin-left: 4%;
	width: 22%;
}

.flexible-widgets.widget-halves .widget {
	margin-left: 4%;
	width: 48%;
}

.flexible-widgets.widget-thirds .widget {
	margin-left: 3.5%;
	width: 31%;
}

.flexible-widgets.widget-halves .widget:nth-of-type(odd),
.flexible-widgets.widget-thirds .widget:nth-of-type(3n+1),
.flexible-widgets.widget-fourths .widget:nth-child(4n+1) {
	clear: left;
	margin-left: 0;
}

.flexible-widgets.widget-thirds .widget:nth-of-type(3n) {
	float: right;
	margin-left: 0;
}

.flexible-widgets .featured-content .entry-title {
	font-size: 26px;
	letter-spacing: -1px;
	text-decoration: none;
}

.flexible-widgets .featured-content .entry-content,
.flexible-widgets .featured-content .entry-title {
	padding: 15px 40px 0 40px;
}

.flexible-widgets .featuredpage .entry-content {
	padding-bottom: 20px;
}

.flexible-widgets .featuredpost .entry-meta {
	padding-left: 40px;
	padding-right: 40px;
}

.flexible-widgets.widget-full .featuredpost .entry,
.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry {
	float: left;
	margin-left: 3.5%;
	width: 31%;
}

.flexible-widgets.widget-full .featuredpost .entry:nth-of-type(3n+1),
.flexible-widgets.widget-halves.uneven .featuredpost.widget:last-of-type .entry:nth-of-type(3n+1) {
	clear: left;
	margin-left: 0;
}

.flexible-widgets .featured-content .more-posts-title {
	padding: 30px 0;
}

.flexible-widgets .featured-content .more-posts {
	text-align: center;
}

.flexible-widgets.widget-full .featured-content .more-posts,
.flexible-widgets.widget-halves.uneven .featured-content:last-of-type .more-posts {
	clear: both;
	column-count: 3;
	flex-basis: 100%;
	padding-bottom: 30px;
}

.flexible-widgets .featured-content .more-from-category,
.flexible-widgets .featured-content .widget-title {
	flex-basis: 100%;
}

.flexible-widgets .featured-content .more-from-category {
	margin-bottom: 55px;
}

.flexible-widgets .featured-content .more-link {
	display: inline-block;
	margin-bottom: 28px;
}

.flexible-widgets .featuredpost,
.flexible-widgets .featuredpost:last-of-type {
	background-color: transparent;
	box-shadow: none;
	padding: 0;
}

.flexible-widgets .featuredpage,
.flexible-widgets .featuredpage:last-of-type {
	box-shadow: 0 25px 60px 0 rgba(0, 0, 0, 0.05);
	display: flex;
	padding: 0;
	text-align: center;
}

.flexible-widgets .featuredpage .entry {
	box-shadow: none;
}

.flexible-widgets .featuredpage .widget-title {
	margin-top: 20px;
}

.flexible-widgets .featuredpost .widget-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flexible-widgets .featuredpost.widget .entry,
.flexible-widgets .featuredpost.widget .entry:last-of-type {
	background-color: #fff;
	box-shadow: 0 25px 60px 0 rgba(0, 0, 0, 0.05);
	margin-bottom: 40px;
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	background-color: transparent;
	padding: 0 0 20px;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .more-posts-title {
	display: block;
	padding: 20px 0 0;
}

.featured-content .more-from-category {
	clear: both;
	padding-top: 25px;
	position: relative;
	text-align: center;
}

.featured-content .more-from-category a,
.featured-content .more-from-category a:focus,
.featured-content .more-from-category a:hover {
	background-color: #f4f4f4;
	display: inline-block;
	position: relative;
	z-index: 10;
}

.featured-content .more-from-category::before {
	background-color: #dedede;
	content: "";
	height: 2px;
	display: block;
	position: absolute;
	top: 55px;
	width: 100%;
	z-index: -2;
}

.featured-content .more-from-category a::before,
.featured-content .more-from-category a::after {
	background-color: #f4f4f4;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 50px;
	z-index: -5;
}

.featured-content .more-from-category a::before {
	left: -52px;
}

.featured-content .more-from-category a::after {
	right: -52px;
}

.featured-content .widget-title {
	clear: both;
	display: block;
	text-align: center;
}

.sidebar .featured-content .entry-title {
	font-size: 16px;
	text-decoration: underline;
}

.sidebar .featured-content .entry-title a {
	color: #a86500;
}

.sidebar .featured-content .entry-title a:hover {
	color: #333;
}

.after-entry .featured-content .more-from-category::before,
.after-entry .featured-content .more-from-category a::before,
.after-entry .featured-content .more-from-category a::after,
.sidebar .featured-content .more-from-category::before,
.sidebar .featured-content .more-from-category a::before,
.sidebar .featured-content .more-from-category a::after {
	display: none;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #333;
}

.sidebar .widget.enews-widget {
	background-color: #fff;
	text-align: center;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #ccc;
}

.sidebar .enews-widget input {
	text-align: center;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #a86500;
	border-width: 0;
	color: #fff;
}

.sidebar .enews-widget input:focus[type="submit"],
.sidebar .enews-widget input:hover[type="submit"] {
	background-color: #333;
	color: #fff;
}

.enews form + p {
	margin-top: 24px;
}

.enews-widget form {
	position: relative;
}

.enews-widget input[type="submit"] {
	bottom: 3px;
	position: absolute;
	right: 3px;
	text-align: center;
	width: auto;
}

.sidebar .enews-widget input[type="submit"] {
	bottom: auto;
	position: relative;
	right: auto;
	width: 100%;
}

.sidebar .enews-widget input {
	margin-top: 10px;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* WPForms
--------------------------------------------- */

.site-container .wpforms-container {
	margin-bottom: 40px;
}

.site-container .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 16px;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input,
.site-container .entry-content .wpforms-form textarea {
	border: 1px solid #ddd;
	font-size: 18px;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input:focus,
.site-container .entry-content .wpforms-form textarea:focus {
	border: 1px solid #999;
	outline: none;
}

.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;
}

.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 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	color: #fff;
}

.site-header > .wrap {
	padding: 20px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	text-align: center;
	width: 50%;
}

.site-title {
	font-family: Lora, Georgia, serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 10px;
	text-indent: 10px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.site-description {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.no-off-screen-menu.wp-custom-logo .site-description,
.no-off-screen-menu.wp-custom-logo .site-title,
.wp-custom-logo .site-description,
.wp-custom-logo .site-title {
	display: block;
	text-indent: -9999px;
}

.wp-custom-logo .title-area > a {
	float: left;
	width: 100%;
}

.no-off-screen-menu.wp-custom-logo .custom-logo {
	float: left;
}

/* Header Widget Areas
--------------------------------------------- */

.header-left {
	float: left;
	position: relative;
	width: 25%;
	z-index: 99;
}

.header-right {
	float: right;
	position: relative;
	text-align: right;
	width: 25%;
	z-index: 99;
}

.header-left .search-form::before {
	color: #fff;
	content: "\f375";
	display: block;
	font-family: "Ionicons"; /* stylelint-disable-line */
	padding-left: 1px;
	position: absolute;
	top: 12px;
}

.header-left .search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.header-left input[type="search"] {
	border-width: 0;
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: left;
	text-transform: uppercase;
}

.header-left :-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.header-left ::placeholder {
	color: #fff;
	opacity: 1;
}

.no-off-screen-menu .header-left input[type="search"] {
	text-align: right;
}

.no-off-screen-menu .header-left .search-form::before {
	color: #fff;
	content: "\f375";
	display: block;
	font-family: "Ionicons"; /* stylelint-disable-line */
	position: absolute;
	top: 12px;
	right: 0;
}

/* Header Hero
--------------------------------------------- */

.header-hero {
	background-color: #111;
	background-size: cover;
	background-position: center center;
	color: #fff;
	padding-bottom: 14vw;
}

.hero-page-title {
	padding: 8vw 180px 0 180px;
	text-align: center;
}

.hero-page-title h1,
.hero-page-title .entry-title {
	color: #fff;
	font-size: 64px;
}

.hero-page-title .entry-meta {
	display: inline-block;
}

/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: inline-block;
	letter-spacing: 2px;
	outline-offset: -1px;
	padding: 32px 20px;
	text-transform: uppercase;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	background: #000;
	left: -9999px;
	margin-top: -1px;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: rgba(0, 0, 0, 0.9);
	border-top: 0;
	font-size: 11px;
	margin-bottom: 1px;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: rgba(255, 255, 255, 0.9);
	color: #111;
}

.genesis-nav-menu .sub-menu .sub-menu {
	border-top-width: 0;
	margin: -52px 0 0 200px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Accessible 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;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	text-align: center;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	font-size: 11px;
}

.nav-primary .wrap {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.nav-primary .genesis-nav-menu > .menu-item > a {
	border-bottom: 1px solid transparent;
}

.nav-primary .genesis-nav-menu > .menu-item > a:focus,
.nav-primary .genesis-nav-menu > .menu-item > a:hover,
.nav-primary .genesis-nav-menu > .menu-item.current-menu-item > a {
	border-bottom-color: #fff;
}

/* Off Screen Navigation
--------------------------------------------- */

.off-screen-content {
	text-align: center;
}

.off-screen-menu .genesis-nav-menu .menu-item {
	display: block;
	text-align: center;
}

.off-screen-menu .genesis-nav-menu a {
	color: #fff;
	font-family: Lora, Georgia, serif;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: normal;
	margin-bottom: 25px;
	padding: 20px;
	text-transform: none;
}

.off-screen-menu .genesis-nav-menu a:focus,
.off-screen-menu .genesis-nav-menu a:hover {
	color: #a86500;
}

button.off-screen-item {
	background-color: transparent;
	color: #fff;
}

.no-off-screen-menu .site-title,
.no-off-screen-menu .site-description {
	text-align: left;
	text-indent: 0;
}

.no-off-screen-menu .header-left {
	float: right;
	text-align: right;
}

/* Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	color: #333;
}

.site-footer .genesis-nav-menu a:focus,
.site-footer .genesis-nav-menu a:hover {
	color: #a86500;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.05);
	margin-bottom: 40px;
}

.error404 .content .entry,
.single .content .entry,
.page:not(.page-template-page_blog) .content > .entry {
	background-color: transparent;
	box-shadow: none;
}

.search.search-no-results .content .entry,
.archive.archive-no-results .content .entry {
	padding: 60px 20px 40px;
	text-align: center;
	width: 100%;
}

.half-width-entries .content .entry {
	float: left;
	margin-left: 4%;
	text-align: center;
	width: 48%;
}

.half-width-entries .content .entry:nth-of-type(odd) {
	clear: left;
	margin-left: 0;
}

.entry-container {
	padding: 40px 80px 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #707070;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.entry-meta a {
	color: #707070;
	text-decoration: none;
}

.entry-meta em {
	font-weight: 400;
	letter-spacing: normal;
}

.hero-page-title p.entry-meta,
.hero-page-title .entry-meta a {
	color: #ccc;
}

.hero-page-title .entry-meta a:focus,
.hero-page-title .entry-meta a:hover {
	text-decoration: underline;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-top: 24px;
}

.sidebar .entry-header .entry-meta {
	margin-top: 4px;
}

.byline {
	text-transform: initial;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	flex-basis: 100%;
	margin: 40px 0;
	position: relative;
	text-align: center;
	z-index: 3;
}

.archive-pagination.pagination::before {
	background-color: #dedede;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
}

.archive-pagination ul,
.pagination-next,
.pagination-previous {
	background-color: #f4f4f4;
	display: inline-block;
	padding: 0 30px;
	position: relative;
	z-index: 9;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.pagination a {
	background-color: transparent;
	border: 2px solid #666;
	color: #666;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin: 0 3px;
	padding: 7px 15px;
	text-decoration: none;
}

.pagination a:focus,
.pagination a:hover,
.pagination .active a {
	border-color: #a86500;
	color: #a86500;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 0 32px;
}

.entry-comments {
	padding: 60px 0;
}

.entry-comments::before {
	background-color: #e8e8e8;
	content: "";
	display: block;
	height: 40px;
	margin: 0 auto 80px auto;
	width: 2px;
}

.comment-notes {
	text-align: center;
}

.entry-comments h3,
.comment-respond h3 {
	font-size: 36px;
	margin-bottom: 40px;
	text-align: center;
}

.comment-list li {
	padding-left: 30px;
	margin-top: 60px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .comment:not(.depth-1) article {
	border-left: 2px solid #e8e8e8;
	padding: 0 0 10px 50px;
}

.comment-header {
	margin-bottom: 20px;
}

.comment-header .comment-author-link {
	color: #111;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-meta .comment-time-link {
	color: #999;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.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;
	line-height: 1;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

.entry-pings .reply {
	display: none;
}


/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.05);
	padding: 40px;
}

/* Off-screen Content
---------------------------------------------------------------------------- */

.no-scroll {
	overflow: hidden;
}

.off-screen-item,
.off-screen-container .close {
	display: none;
}

.off-screen-item {
	display: initial;
}

.off-screen-content {
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	padding: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9998;
}

.off-screen-container {
	display: table;
	height: 100vh;
	overflow: hidden;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.off-screen-wrapper {
	display: table-cell;
	padding-bottom: 20px;
	vertical-align: middle;
	width: 100%;
}

.off-screen-container .close {
	background-color: #000;
	color: #fff;
	display: initial;
	font-size: 20px;
	position: absolute;
	top: 20px;
	right: 40px;
}

.admin-bar .off-screen-container .close {
	top: 52px;
}

.off-screen-content .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}


/* After Content Featured
---------------------------------------------------------------------------- */

.after-content-featured {
	margin-top: 60px;
}

.after-content-featured .featuredpage .entry {
	background-color: #222;
	margin-bottom: 0;
	overflow: hidden;
	padding-bottom: 0;
	position: relative;
	text-align: center;
	transition: all 0.5s ease-in-out;
}

.after-content-featured .featuredpage .entry .entry-content {
	background-color: #222;
	color: #fff;
	padding: 5%;
	z-index: 5;
	position: relative;

}

.after-content-featured .featuredpage .entry a img {
	display: block;
	margin: 0 auto;
}

.after-content-featured .featuredpage .entry a.aligncenter,
.after-content-featured .featuredpage .entry a.alignleft,
.after-content-featured .featuredpage .entry a.alignnone,
.after-content-featured .featuredpage .entry a.alignright {
	display: block;
	margin: 0;
}

.after-content-featured .featuredpage .entry .entry-header {
	background-color: rgba(0, 0, 0, 0.55);
	bottom: 0;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	transition: all 0.5s ease-in-out;
	width: 100%;
	z-index: 3;
}

.after-content-featured .featuredpage .entry:focus .entry-header,
.after-content-featured .featuredpage .entry:hover .entry-header,
.after-content-featured .featuredpage .entry.focused .entry-header {
	background-color: rgba(0, 0, 0, 0.45);
}

.after-content-featured .featuredpage .entry-title {
	font-size: 28px;
	padding: 0;
}

.after-content-featured .featuredpage .entry .entry-header a {
	color: #fff;
	display: block;
	height: 100%;
	left: 0;
	padding: 22% 5% 2% 5%;
	position: absolute;
	right: 0;
	text-align: center;
	transition: all 0.5s ease-in-out;
	width: 100%;
}

.after-content-featured .featuredpage .entry:focus .entry-header a,
.after-content-featured .featuredpage .entry:hover .entry-header a {
	padding-top: 20%;
}

.after-content-featured .featuredpage .entry.focused .entry-title a:focus {
	padding-top: 20%;
}

.after-content-featured .featuredpage .entry img {
	transition: all 0.5s ease-in-out;
}

.after-content-featured .featuredpage .entry:hover img,
.after-content-featured .featuredpage .entry.focused img {
	transform: scale(1.05);
}

.after-content-featured .featuredpage a,
.after-content-featured .featuredpage .more-link,
.after-content-featured .featuredpage .more-link.button.text {
	color: #fff;
}

.after-content-featured .featuredpage a:focus,
.after-content-featured .featuredpage a:hover,
.after-content-featured .featuredpage .more-link:focus,
.after-content-featured .featuredpage .more-link:hover,
.after-content-featured .featuredpage .more-link.button.text:focus,
.after-content-featured .featuredpage .more-link.button.text:hover {
	color: #ccc;
}

/* Front Page Featured
--------------------------------------------- */

.front-page-featured {
	background-color: #f4f4f4;
	padding: 40px 0;
}

.front-page-featured .widget,
.front-page-featured .widget:last-of-type {
	background-color: #f4f4f4;
	padding: 0;
}

.front-page-featured blockquote {
	font-family: Lora, Georgia, serif;
	font-size: 36px;
	font-style: normal;
	letter-spacing: -1px;
	line-height: 1.75;
	padding: 0 80px;
	text-align: center;
}

.front-page-featured blockquote cite {
	color: #707070;
	display: block;
	font-family: "Alegreya Sans", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 30px;
	text-transform: uppercase;
}


/* Footer CTA
---------------------------------------------------------------------------- */

.footer-cta {
	margin-bottom: 40px;
	margin-top: 40px;
}

.footer-cta::before {
	background-color: #a86500;
	content: "";
	display: none;
	height: 100px;
	margin: 0 auto -50px auto;
	position: relative;
	width: 2px;
	z-index: 9;
}

.footer-cta .widget {
	background-color: #fff;
	box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.05);
	padding: 150px 200px 100px 200px;
	text-align: center;
}

.footer-cta .widget-title {
	font-family: Lora, Georgia, serif;
	font-size: 64px;
	font-weight: 400;
	letter-spacing: -2px;
	text-transform: none;
}

.footer-cta .entry {
	box-shadow: none;
}

.footer-cta .enews form {
	margin: 0 auto;
	max-width: 490px;
}

.footer-cta .more-from-category::before,
.footer-cta .more-from-category a::before,
.footer-cta .more-from-category a::after {
	display: none;
}

.footer-cta::before {
	display: none;
}

.footer-cta #custom_html-3 .widgettitle {
    display: none;
}

.footer-cta #custome_html-3 {
	padding: 0px;
    margin: 0px;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	font-size: 16px;
	line-height: 1;
	padding: 60px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	color: #707070;
}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (max-width: 1360px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content {
		width: 800px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.hero-page-title h1,
	.hero-page-title .entry-title {
		font-size: 60px;
	}

	.entry-container {
		padding: 30px 60px 20px 60px;
	}

}

#custom_html-4 {
    padding: 40px 20px;
}

#custom_html-4 .widgettitle {
	display: none;
}

.page-id-369 #custom_html-4 {
	display: none;
}

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content,
	.content-sidebar .content,
	.sidebar-content .content {
		width: 620px;
	}

	.hero-page-title {
		padding-left: 140px;
		padding-right: 140px;
	}

	.hero-page-title h1,
	.hero-page-title .entry-title,
	.footer-cta .widget-title {
		font-size: 48px;
	}

	.entry-title {
		font-size: 30px;
	}

	.half-width-entries .flexible-widgets .featured-content .entry-title,
	.flexible-widgets .featured-content .entry-title {
		font-size: 20px;
		padding: 15px 20px 0 20px;
	}

	.footer-cta .widget {
		padding: 10% 7% 7% 7%;
	}

	.author-box {
		margin: 0 -70px;
	}

}

@media only screen and (max-width: 1023px) {
	.internal-page .hero-page-title {
    	padding-top: 20px;
		padding-bottom: 60px;
	}
	.flexible-widgets .wrap,
	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar .content,
	.sidebar-content .content,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.sidebar-primary,
	.site-header .nav-primary,
	.title-area {
		max-width: 100%;
		width: 100%;
	}

	.sidebar {
		margin-top: 40px;
	}

	.site-header {
		position: relative;
		z-index: 99999;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-title {
		text-indent: 0;
	}

	.title-area {
		float: left;
		max-width: 50%;
		text-align: left;
	}

	.custom-logo {
		float: left;
	}

	.hero-page-title {
		padding-left: 0;
		padding-right: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu {
		float: none;
	}

	.entry {
		margin-bottom: 5%;
	}

	.half-width-entries .content .entry {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.author-box,
	.full-width-content .author-box {
		margin: 0;
	}

	.flexible-widgets.widget-fourths .widget {
		margin-left: 4%;
		width: 48%;
	}

	.flexible-widgets.widget-fourths .widget:nth-of-type(2n+1) {
		clear: left;
		margin-left: 0;
	}

	.footer-cta {
		margin: 40px 0;
	}

	.footer-cta::before {
		display: none;
	}

	.footer-cta.widget-title {
		font-size: 36px;
	}

	.front-page-featured blockquote {
		padding: 30px 0;
	}

	/* Genesis Responsive Menus */

	.header-left {
		display: none;
	}

	.js.header-menu .nav-primary {
		clear: both;
		display: none;
		position: relative;
	}

	.header-menu button.off-screen-item {
		display: none;
	}

	.off-screen-menu .genesis-nav-menu a {
		margin-bottom: 0;
		padding: 10px;
	}

	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle {
		display: none;
	}

	.header-menu .menu-toggle,
	.sub-menu-toggle,
	body .sub-menu-toggle:hover {
		border-width: 0;
		background-color: transparent;
		color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		outline: 1px solid #fff;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background: transparent;
		color: #a86500;
		outline: 1px solid #fff;
		outline-offset: -1px;
	}

	.menu-toggle {
		float: right;
		padding: 15px 5px;
		position: relative;
		z-index: 1000;
		width: auto;
	}

	.menu-toggle::before {
		margin-right: 5px;
		text-rendering: auto;
		font-size: 15px;
	}

	.sub-menu-toggle {
		float: right;
		padding: 11px 10px;
		position: absolute;
		right: 5%;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		transform: rotate(0);
		transition: transform 0.25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		transform: rotate(180deg);
	}

	.genesis-responsive-menu .genesis-nav-menu {
		background-color: #000;
	}

	.genesis-responsive-menu.nav-primary .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin-bottom: 1px;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
		display: none;
	}

	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover {
		color: #a86500;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		background-color: #000;
		border-width: 0;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border-width: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a {
		padding-left: 30px;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

}

@media only screen and (max-width: 860px) {

	body {
		font-size: 18px;
	}

	.site-inner {
		margin-top: -5%;
		width: 90%;
	}

	.error404 .content,
	.error404.content-sidebar .content,
	.error404.sidebar-content .content,
	.page:not(.page-template-page_blog) .site-inner,
	.page:not(.page-template-page_blog).content-sidebar .content,
	.page:not(.page-template-page_blog).sidebar-content .content,
	.single .site-inner,
	.single.content-sidebar .content,
	.single.sidebar-content .content {
		padding: 7%;
	}

	.page.content-sidebar .site-inner,
	.page.sidebar-content .site-inner,
	.single.content-sidebar .site-inner,
	.single.sidebar-content .site-inner {
		padding: 0;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.error404 .site-inner::before,
	.page .site-inner::before,
	.single .site-inner::before {
		display: none;
	}

	.after-entry,
	.author-box,
	.sidebar .widget {
		padding: 7%;
		margin-bottom: 5%;
	}

	.comment-respond,
	.entry-comments,
	.entry-pings {
		margin-bottom: 5%;
		padding: 0;
	}

	.entry-comments::before {
		margin: 40px auto;
	}

	.comment-respond {
		margin-top: 40px;
		padding-bottom: 0;
	}

	.hero-page-title h1,
	.hero-page-title .entry-title {
		font-size: 36px;
	}

	.half-width-entries .entry .entry-title {
		font-size: 28px;
	}

	.entry-container {
		padding: 7%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination ul {
		background-color: transparent;
		padding: 0;
	}

	.archive-pagination.pagination::before {
		display: none;
	}

	.featured-content .more-from-category {
		overflow: hidden;
	}

	.featured-content .more-from-category a::after,
	.featured-content .more-from-category a::before {
		width: 20px;
	}

	.featured-content .more-from-category a::after {
		right: -22px;
	}

	.featured-content .more-from-category a::before {
		left: -22px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.flexible-widgets .wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.flexible-widgets.widget-fourths .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-thirds .widget:nth-of-type(3n) {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.flexible-widgets.widget-full .widget .entry,
	.flexible-widgets.widget-halves.uneven .widget:last-of-type .entry {
		margin-left: 0;
		width: 100%;
	}

	.flexible-widgets .entry:last-of-type {
		margin-bottom: 40px;
	}

	.flexible-widgets .featured-content .entry-title,
	.half-width-entries .flexible-widgets .featured-content .entry-title,
	.flexible-widgets.widget-full .entry-title,
	.flexible-widgets.widget-halves.uneven .widget:last-of-type .entry-title {
		font-size: 28px;
	}

	.flexible-widgets.widget-full .featured-content .more-posts,
	.flexible-widgets.widget-halves.uneven .featured-content:last-of-type .more-posts {
		column-count: 1;
	}

	.after-content-featured .featuredpage .entry {
		margin-bottom: 0;
	}

	.after-content-featured,
	.footer-cta,
	.front-page-featured {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}

	.front-page-featured {
		margin-top: 40px;
	}

	.front-page-featured blockquote {
		font-size: 24px;
		padding: 0;
	}

	.footer-cta .wrap {
		padding-left: 0;
		padding-right: 0;
	}

}

@media only screen and (max-width: 600px) {

	.enews-widget input[type="submit"] {
		margin-top: 10px;
		position: static;
		width: 100%;
	}

	.enews-widget input {
		text-align: center;
	}

	.site-footer {
		padding: 30px 0;
	}

	.site-footer .genesis-nav-menu a {
		padding: 10px;
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !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,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}

	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}


/*--------------
Custom Styles
----------------*/
@font-face {
	font-family: Montserrat;
	src: url("./fonts/Montserrat-VariableFont_wght.ttf");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: Montserrat;
	src: url("./fonts/Montserrat-Italic-VariableFont_wght.ttf");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

:root {
/*	--primary-color: #6A993C;*/
	--primary-color: #003E7F;
	--secondary-color: #003E7F;
	--text-color: #333333;
	--box-shadow: 0 3px 6px rgba(0,0,0,.16);
	--transition: all .5s;
}

body {
	font-family: Montserrat;
	font-style: normal;
	font-size: 19px;
	color: var(--text-color);
}
h1, h2, h3, h4, h5, h6, h7 {
	font-family: Montserrat;
	font-weight: 600;
	color: var(--secondary-color);
}
h1 {
	font-size: 52px;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 17px;
	font-weight: bold;
}
.italic-title {
	font-style: italic;
	font-weight: 100;
	color: var(--secondary-color);
}

strong {
	color: var(--secondary-color);
}

blockquote {
	font-family: Montserrat;
	font-style: italic;
	font-size: 20px;
}
blockquote cite {
	font-style: normal;
}

body {
	background-color: #fff;
}

.button, a.button, .button.primary, .frm_button_submit {
	background-color: var(--primary-color);
	color: #fff;
	border-radius: 20px;
	font-size: 20px;
	line-height: 1.2;
	padding: 16px 40px 16px;
}
.button:hover, a.button:hover, .button.primary:hover, .frm_button_submit {
/*	background-color: var(--secondary-color);*/
	background-color: var(--text-color);
}

.wrap {
	max-width: 1800px;
}
.container {
	max-width: 1200px;
	margin: auto;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.d-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.gap-20 {
	gap: 20px;
}

.top-bar {
	background-color: var(--primary-color);
	height: 50px;
	width: 100%;
	position: relative;
	z-index: 2;
	display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-info a {
	color: #fff;
	padding: 1rem;
	font-size: clamp(1rem, 3vw, 22px);
	text-decoration: none;
	font-weight: 700;
}

.nav-primary {
	width: 100%;
}
.nav-primary .genesis-nav-menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nav-primary .genesis-nav-menu a {
	color: var(--secondary-color);
	font-size: 17px;
	padding: 20px 15px;
	text-transform: none;
}
.genesis-nav-menu .sub-menu a {
	color: #fff;
	padding: 10px 15px;
}
.genesis-nav-menu .menu-item, .genesis-nav-menu .menu-item:hover {
    position: relative;
}
.genesis-nav-menu ul.sub-menu {
    width: auto;
    display: flex;
    flex-direction: column;
}
.genesis-nav-menu .sub-menu .sub-menu {
    top: 0;
    margin: 0;
}
.genesis-nav-menu .menu-item:hover>.sub-menu .sub-menu {
    left: 100%;
 }
.genesis-nav-menu .sub-menu a {
    width: auto;
    display: flex;
    justify-content: space-between;
    min-width: 300px;
}
/*Add chevron icons*/
@media only screen and (min-width: 1024px) {
	.menu-item-has-children>a:after {
		content: "\276F";
		margin-left: 5px;
		display: inline-block;
		transform: rotate(90deg);
	}
	.sub-menu>.menu-item-has-children>a:after {
		transform: none;
	}
}
.ion-ios-menu:before {
	color: var(--secondary-color);
	font-size: 27px;
}
/*Hide the word "Menu"*/
button#genesis-mobile-nav-primary {
    font-size: 0;
}

.entry-meta .byline, .entry-meta .entry-author {
	display: none;
}

.site-header {
	background-color: #fff;
	box-shadow: var(--box-shadow);
	position: relative;
	z-index: 2;
}
.scrolldown .site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.site-header > .wrap::before, .site-header > .wrap::after {
	display: none;
}
.site-header > .wrap {
	display: grid;
	grid-template-columns: 2fr 1fr 2fr;
	gap: 5px;
	justify-items: center;
	align-items: center;
}
.site-header .title-area {
    grid-column: 2/3;
    grid-row: 1/2;
	float: none;
	width: 431px;
	position: relative;
}
.wp-custom-logo .title-area>a {
	float: none;
}
.no-off-screen-menu.wp-custom-logo .custom-logo {
	float: none;
	display: block;
	position: absolute;
	top: 40px;
	bottom: 0;
	margin: auto;
	z-index: 2;
}
.mobile-logo {
	display: none;
}
.header-widget-area {
	display: none;
}
.text-us-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 1.2;
	color: var(--secondary-color);
	text-decoration: none;
}
.text-us-link span {
	margin-left: 10px;
	font-weight: 400;
	font-size: 14px;
}
.head-search {
	margin-right: 15px;
}
.head-search .search-form {
	overflow: visible;
}
.head-search svg {
	position: relative;
	top: 20px;
	z-index: 2;
}
.head-search .search-form input[type="search"] {
	visibility: hidden;
	width: 0;
	transition: var(--transition);
	box-shadow: var(--box-shadow);
	position: absolute;
	right: -10px;
	border: none;
	border-bottom: 2px solid var(--primary-color);
}
.head-search:hover .search-form input[type="search"] {
	visibility: visible;
	width: 400px;
}
.head-search .search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.header-hero {
	padding-bottom: 0;
}
.hero-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column-reverse;
	padding: 150px 0;
}
.hero-wrapper .hero-right-ctas {
	position: absolute;
	right: 0;
	top: 50%;
	bottom: 50%;
	z-index: 2;
}
.hero-wrapper .hero-video video {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-wrapper .hero-page-title {
	z-index: 1;
}
.hero-wrapper .hero-page-title .entry-title {
/*	text-shadow: 0px 0px 25px rgba(0,0,0,1);*/
}
.hero-wrapper .hero-page-title .button {
/*	box-shadow: 0px 0px 25px rgba(0,0,0,1);*/
}
.hero-wrapper .play-vid {
	margin-top: 40px;
	z-index: 2;
}
.hero-wrapper .play-vid .play {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 25px rgba(0,0,0,1);
}
.hero-wrapper .play-vid .play svg {
	filter: drop-shadow(0px 0px 25px rgba(0,0,0,1));
}
.hero-wrapper .overlay {
	background-color: rgba(255,255,255,.5);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
/*.hero-wrapper {
	display: flex;
	justify-content: space-between;
}*/
/*.hero-wrapper .hero-video {
	position: relative;
	bottom: 20px;
	margin-left: 50px;
	cursor: pointer;
	width: 697px;
	height: 600px;
}*/
/*.hero-wrapper .hero-video img {
	margin-bottom: 0;
	position: absolute;
	top: 0;
}*/
/*.hero-wrapper .hero-video .play {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}*/
.hero-page-title {
/*	padding: 180px 10px 0 10px;*/
	padding: 0;
}
.internal-page .hero-page-title {
	padding: 180px 10px 0 10px;
}
.entry-header .entry-title, .archive-description .archive-title {
	color: var(--secondary-color);
}
.internal-page .entry-header, .internal-page .archive-description {
	margin-bottom: 100px;
}
.internal-page .entry-content {
	padding: 0 30px;
}
.hero-right-ctas {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}
.hero-right-ctas .hero-cta {
	background-color: var(--secondary-color);
	color: #fff;
	padding: 20px;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	width: 200px;
	margin: 20px 0;
	line-height: 1.2;
}
.hero-right-ctas .hero-cta span {
	margin-top: 10px;
}
.hero-right-ctas .hero-cta svg {
	width: 36px;
	height: 36px;
}
.hero-right-ctas .hero-cta svg path {
	stroke: #fff;
}

.full-width-content .content {
	max-width: 1200px;
	width: 100%;
}
.home.full-width-content .content {
	max-width: none;
}
.home .site-inner {
	max-width: none;
}

.mobile-cta {
	display: none;
	text-align: center;
}

.welcome-section  {
	margin: 100px 0;
}
.welcome-section h2 {
	color: var(--primary-color);
}

.patients-section .center {
	position: relative;
	margin: 75px 0;
}
.patients-section .watermark {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.patients-section .vidoes {
    display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.patients-section span.su-lightbox {
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 52.25%;
    position: relative;
    background-size: cover;
    cursor: pointer;
	transition: all .5s;
}
#Judy span.su-lightbox {
    background-image: url(/wp-content/uploads/2017/06/Judy.jpg);
}
#Phillip span.su-lightbox {
    background-image: url(/wp-content/uploads/2017/06/Phillip.jpg);
}
#Marta span.su-lightbox {
    background-image: url(/wp-content/uploads/2017/06/Marta.jpg);
}
#Hollingsworth span.su-lightbox {
    background-image: url(/wp-content/uploads/2017/06/Hollingsworth.jpg);
}
.patients-section .quote {
	visibility: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 2.5% 10%;
	background-color: rgba(255,255,255,.88);
	text-align: center;
	font-size: 75%;
	line-height: 1.2;
	transition: all .5s;
}
.patients-section span.su-lightbox:hover .quote {
	visibility: visible;
}
.patients-section span.su-lightbox:hover {
	transform: scale(1.2);
	box-shadow: 0 6px 10px rgba(0,62,127,.38);
	z-index: 2;
}
.patients-section span.su-lightbox svg {
    position: absolute;
    width: 50px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.patients-section span.su-lightbox svg path {
    fill: rgba(255,255,255,.5);
    transition: fill .3s;
    -webkit-transition: fill .3s;
}
.more-link-mobile {
	display: none;
	color: var(--secondary-color);
	text-decoration: none;
	margin: 20px 20px 0;
}

.quote-section {
	position: relative;
	text-align: center;
	margin: 100px 0;
}
.quote-section .longform_hr {
	display: none;
}
.quote-section .testimonial_rotator_author_info {
	color: var(--secondary-color);
	font-weight: bold;
	font-size: 22px;
}
.quote-section .watermark {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.services-section {
	padding: 20px;
	background-image: url(/wp-content/uploads/2022/06/services-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.services-section .accordians {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
.services-section .container {
	max-width: 1800px;
}
.services-section .accordians .accordian-item {
	text-align: center;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 6px 10px rgba(0, 62,127,.38);
	padding: 20px;
	min-height: 220px;
}
.services-section .accordians .accordian-item h3 {
	font-style: italic;
	font-size: 30px;
	font-weight: 100;
}
.services-section .accordian-item .text {
	visibility: hidden;
	max-height: 0;
	text-align: left;
	margin-bottom: 10px;
	transition: max-height .5s;
}
.services-section .accordian-item.active .text {
	visibility: visible;
/*	height: 500px;
	height: -moz-fit-content;
	height: fit-content;*/
	max-height: 800px;
}
.services-section .accordian-item .button {
	text-transform: none;
	line-height: 1.2;
	font-size: 15px;
	margin-top: 20px;
}
.services-section .accordian-item .carat {
	text-align: center;
	cursor: pointer;
}
.services-section .accordian-item .carat svg {
	transition: transform .5s;
}
.services-section .accordian-item.active .carat svg {
	transform: rotate(180deg);
}

.contact-section {
	padding: 40px 20px;
}
.contact-section .container {
	max-width: 1800px;
}
.contact-section .affiliates {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.contact-section .d-grid {
	display: grid;
	grid-template-columns: auto auto;
	gap: 20px;
}
.contact-form {
	color: var(--secondary-color);
}
.contact-section fieldset {
	border-radius: 20px;
	border: 2px solid var(--secondary-color);
	padding: 40px;
}
.contact-section strong {
	color: var(--text-color);
}
.contact-section input, .contact-section textarea {
	border-radius: 20px;
	border: 2px solid var(--secondary-color);
}
.contact-section textarea {
	height: 260px;
}

.site-footer {
	background-color: var(--secondary-color);
	color: #fff;
	line-height: 1.2;
	text-align: left;
}
.site-footer a {
	color: #fff;
	text-decoration: none;
}
.site-footer h4 {
	color: #fff;
}
.footer-content {
	display: grid;
    grid-template-columns: 1fr 4fr;
	gap: 50px;
	max-width: 1800px;
	margin: auto;
	padding: 40px;
}
.footer-content.mobile {
	display: none;
}
.footer-menus {
	display: flex;
    justify-content: space-around;
	margin: 0 auto 100px auto;
}
.footer-menu li {
	margin-bottom: 5px;
	margin-right: 10px;
}
.footer-menu.pop-services ul {
	max-height: 200px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.footer-menus .footer-menu.pop-services{
	margin-right: 200px;
}
.site-footer .footer-menus .current-menu-item > a {
	color: #fff;
}
.site-footer .social-links {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
	margin: 40px 0;
}
.site-footer .review-request {
	margin-bottom: 20px;
}
#Copyright-logo-SVG {
    height: 1.1em;
    width: auto;
    overflow: visible;
    vertical-align: text-top;
}

/*Internal Pages*/
.video-container {
    clear: both;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}
.internal-page .entry-content .video-container {
    margin-bottom: 25px;
}
.video-container embed, .video-container iframe, .video-container object, .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fixed-ctas {
    position: fixed;
    right: 15px;
    bottom: 50%;
    transform: translateY(70%);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--primary-color);
    box-shadow: 0px 3px 10px #00000065;
    border-radius: 10px;
    padding: 10px 0;
    z-index: 1000;
}
.fixed-ctas .cta {
    position: relative;
    width: 45px;
    text-align: center;
    cursor: pointer;
}
.fixed-ctas .mobile-ctt {
	display: none;
}
.fixed-ctas .desktop-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
	color: #fff;
}
.fixed-ctas .cta .mobile-label, .fixed-ctas .cta .label-hover {
    display: none;
}
.fixed-ctas .cta .label-hover .top-text {
    font-size: 11px;
    text-align: left;
    text-transform: uppercase;
}
.fixed-ctas .cta .label-hover .bottom-text {
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}
.fixed-ctas .cta .desktop-label:hover {
    background-color: #fff;
	color: var(--primary-color);
}
.fixed-ctas .cta .desktop-label:hover .label-hover {
    box-shadow: 0px 3px 10px #00000065;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    visibility: visible;
    right: 44px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #fff;
    padding: 5px 15px;
    height: 100%;
    width: 140px;
    line-height: 1;
    color: #026D9C;
    z-index: -1;
}
.fixed-ctas .cta .desktop-label:hover svg path {
    fill: var(--primary-color);
}
 
@media only screen and (max-width: 782px) {
    .fixed-ctas {
        bottom: 0;
        left: 0;
        right: 0;
        transform: translate(0);
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        align-items: end;
        border-radius: 0;
        padding: 0;
    }
    .fixed-ctas .cta {
        width: auto;
        text-decoration: none;
        text-transform: uppercase;
        margin: 0;
        padding: 12px 0 6px;
    }
	.fixed-ctas .cta.appointment {
		display: none;
	}
    .fixed-ctas .cta svg {
        height: 15px;
        width: auto;
        margin-bottom: 5px;
    }
    .fixed-ctas .cta .mobile-label {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        text-align: center;
        font-size: 10px;
    }
    .fixed-ctas .cta .desktop-label, .fixed-ctas .cta .desktop-label:hover {
        display: none;
    }
	.fixed-ctas .mobile-ctt {
		display: flex;
		justify-content: center;
	}
	.fixed-ctas .desktop-ctt {
		display: none;
	}
}

/* CTT
--------------------------------------------- */

.cta.mobile {
	display: none;
}

.vertAlign {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center
}

@media all and (max-width:768px) {
    #callus,
    #ctc-above-call-us,
    #ctc-below-call-us,
    #ctc-left-of-menu,
    #ctc-next-to-call-us {
        display: none
    }
	body:not(.home) .header-hero .breadcrumb {
		bottom: 38px;
	}
}

#clickToCallForm h4 { line-height: 1em; }


@supports(-webkit-backdrop-filter:blur(10px)) {
    #clickToCallOverlay {
        -webkit-backdrop-filter: blur(10px)
    }
}

#clickToCallOverlay {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .8);
	font-size: 14px;
    position: fixed;
    z-index: 999999999;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    top: 0;
    left: 0
}

#clickToCallOverlay input {
	padding: 0;
}

@media all and (max-width: 768px) {
	#clickToCallOverlay { display: none; }
}

#clickToCallForm {
    margin: auto;
    width: 100%;
    max-width: 300px;
    background-color: #fff;
    border: 1px solid #393939;
    box-sizing: border-box;
    padding: 5px 20px 8px; 
	/** IE wasn't rendering the form in the center of the screen and stretched the whole height of the window.  This corrected that. **/
	position: absolute;
	max-height: 360px;
	top: 0; bottom: 0;
	left: 0; right: 0;
}

#clickToCallForm.multi, .multi #clickToCallForm {
	max-height: 415px;
}

#clickToCallClose {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
    cursor: pointer
}

#clickToCallForm h2 {
    font-weight: 100;
    font-size: 28px;
    letter-spacing: 2px;
    margin-top: 0;
    line-height: 1;
    text-align: center
}

#clickToCallForm label {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 0;
    width: auto
}

#clickToCallForm input[type=text],
#clickToCallForm select {
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 1px;
    text-align: center
}

#clickToCallForm select {
    width: 100%;
    margin-top: 10px;
    border-radius: 0;
    border: 1px solid #ccc
}

#PhoneNumber1,
#PhoneNumber2 {
    width: 45px;
    margin-right: -1px
}

#PhoneNumber3 {
    width: 58px
}

#clickToCallForm input[type=submit] {
    margin-top: 10px;
    width: 100%;
    margin-bottom: 18px;
    font-size: 16px;
    letter-spacing: 2px;
    height: 36px;
    line-height: 36px;
    clear: both;
    padding: 0
}

#clickToCallForm ol {
    padding-left: 18px;
    line-height: 1.5
}

.ctt #clickToCallForm {max-width: 600px;}
.ctt .howItWorksSection { padding: 0 0 0 20px; }
.ctt #clickToCallForm label { font-size: 16px; font-weight: 400; }
.ctt #clickToCallForm #text { height: 60px; resize:none; }
.ctt #clickToCallForm #text + p { font-size: 13px; margin-bottom: 0; }
#mobileCTT {
	position: relative;
}

#mobileCTT::after {
    content: '\f063';
    position: absolute;
    right: 10px;
    font-family: FontAwesome;
}

#expandCTT {
	max-height: 0;
	overflow: hidden;
	transition: max-height 600ms ease;
}

#expandCTT.open {
	max-height: 300px;
}


.ctt-flex > * {
	display: block;
	flex: 1;
}

.formSection {
	line-height: 1;
}

.hide {
	display: none !important;
}

/**** End of CTT ****/

/*Media Queries*/
@media only screen and (max-width: 1435px) {
	.nav-primary .genesis-nav-menu a {
		font-size: 14px;
		padding: 15px 10px;
	}
	.nav-primary .genesis-nav-menu {
		justify-content: center;
	}
}
@media only screen and (max-width: 1300px) {
/*	.hero-wrapper .hero-video img {
		bottom: 0;
		top: auto;
	}*/
}
@media only screen and (max-width: 1200px) {
	.container {
		padding: 0 20px;
	}
	.footer-content {
		grid-template-columns: 1fr 1fr;
	}
	.footer-menus {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer-menu {
		margin-bottom: 40px;
	}
	.footer-menus .footer-menu.pop-services {
		margin-right: 0;
	}
	.footer-menu.pop-services ul {
		max-height: none;
		display: block;
	}
}
@media only screen and (max-width: 1023px) {
	.two-column-list {
		grid-template-columns: 1fr;
	}
	.two-column-list ul {
		margin-bottom: 0;
	}
	.top-bar {
		display: none;
	}
	.scrolldown .site-header {
		overflow: auto;
		max-height: 90vh;
	}
	.site-header>.wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		padding: 10px 5%;
	}
	.site-header .title-area {
		width: auto;
		display: flex;
	}
	.no-off-screen-menu.wp-custom-logo .custom-logo, .custom-logo-link {
		display: none;
	}
	.mobile-logo {
		display: block;
		width: 175px;
	}
	.mobile-logo img {
		display: block;
		margin-bottom: 0;
	}
	.header-widget-area {
		display: block;
	}
	.header-menu .menu-toggle {
		margin: 0;
	}
	.genesis-responsive-menu.nav-primary .genesis-nav-menu .menu-item {
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		color: #fff;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item svg path {
		fill: #fff;
	}
	.genesis-responsive-menu.nav-primary .genesis-nav-menu .menu-item.head-search {
		display: none;
	}
	.home .header-hero {
		background-image: url(/wp-content/uploads/2022/06/hero-mobile-1.jpg);
	}
/*	.hero-wrapper {
		justify-content: center;
	}
	.hero-wrapper .hero-video, .hero-wrapper .hero-right-ctas {
		display: none;
	}*/
	.hero-wrapper .hero-right-ctas {
		display: none;
	}
	.hero-page-title {
		position: relative;
		top: 20px;
	}
	.home .entry-header .entry-title, .home .entry-header .entry-title .italic-title{
		color: #fff;
	}
	.mobile-cta {
		display: block;
	}
	.patients-section .vidoes {
		grid-template-columns: 1fr 1fr;
	}
	.services-section .accordians {
		flex-wrap: wrap;
	}
	.contact-section .d-grid {
		grid-template-columns: auto;
		gap: 20px;
	}
	.contact-section fieldset {
		border: none;
		padding: 40px 0;
	}
	.footer-content {
		grid-template-columns: auto;
		padding: 20px;
		margin-bottom: 54.25px;
	}
/* 	.footer-content.desktop {
		display: none;
	} */
	.footer-content.mobile {
		display: block;
		padding: 0;
	}
}
.page-id-1996 .flex{
display:flex;
justify-content: space-between;
}
@media (min-width: 769px){
.page-id-1996 .flex>.half {
    width: calc(50% - 10px / 2);
}
}
@media only screen and (max-width: 860px) {
	.site-inner {
		width: 100%;
	}
	.internal-page .entry-content {
		padding: 0;
	}
}
@media only screen and (max-width: 767px) {
	.contact-section .su-row {
		display: flex;
		flex-direction: column-reverse;
	}
	/*	Fix WordPress aligned images on mobile*/
	figure.alignleft, img.alignleft, figure.alignright, img.alignright {
		float:none;
		display:block;
		margin-left:auto;
		margin-right:auto;
    }
}
@media only screen and (max-width: 600px) {
	.button, a.button, .button.primary, .frm_button_submit {
		font-size: 15px;
	}
	body .center-mobile {
		text-align: center;
	}
	.welcome-section {
		margin-top: 50px;
	}
	.patients-section span.su-lightbox {
		box-shadow: 0 6px 10px rgba(0,62,127,.38);
	}
	.patients-section .vidoes {
		display: block;
	}
	.patients-section span.su-lightbox .quote {
		visibility: visible;
	}
	.more-link-mobile {
		display: block;
	}
}

/* ProspectaMarketing Click to Text Styling */
<style type="text/css">
.CTTh4 {
    font-size: 20px;
    font-weight: 700;
}
.CTTlabel {
    font-size: 16px;
    display: block;
    padding: 5px 0 0 0;
}
#CTTform input[type=text], #form1 select {
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 1px;
    text-align: left;
}
#CTTform input[type=submit] {
    display: block;
}
#PhoneNumber1, #PhoneNumber2, #PhoneNumber3, #ext { 
    text-align: center !important; 
    padding: 5px;
    display: inline;
}
#PhoneNumber1, #PhoneNumber2 { 
    width: 60px !important; 
}
#PhoneNumber3 { 
    width: 80px !important; 
}
#account { 
    height: 50px; 
}
</style>
/* End ProspectaMarketing Click to Text Styling */