/*
Theme Name: Quad County Support Services

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: Lato, Montserrat, sans-serif;
	font-size: 16px;
	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: #0680a8;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 27px;
	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: Montserrat, Lato, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
	color: #000;
}

h1 {
	font-size: 30px;
	font-weight: 700;
}

h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}

h3 {
	font-size: 24px;
	font-weight: 400;
}

h4 {
	font-size: 22px;
	font-weight: 400;
}

h5 {
	font-size: 20px;
	margin-bottom: 10px;
}

h6 {
	font-size: 18px;
}

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

	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 24px;
	}
	h5 {
		font-size: 21px;
	}
	h6 {
		font-size: 19px;
	}
}
@media screen and (min-width: 720px) {

	h1 {
		font-size: 50px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 25px;
	}
	h5 {
		font-size: 22px;
	}
	h6 {
		font-size: 20px;
	}
}


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

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

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

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

.site-container .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
	width: 100%;
	margin: 0 0 16px;
	flex: 0 0 auto;
}

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

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

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

.wp-block-gallery .blocks-gallery-item figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 6px 6px 9px 30px;
	color: #000;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	background: #FFFFFF99;
	box-sizing: border-box;
	margin: 0;
}

@media (min-width: 690px) {

	.site-container .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
		width: calc(50% - 20px);
		margin: 10px;
	}
}
@media screen and (min-width: 1100px) {

	.site-container .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
		width: calc(33% - 20px);
		margin: 10px;
	}
	.wp-block-gallery .blocks-gallery-item figcaption {
		font-size: 18px;
	}
}
@media screen and (min-width: 1470px) {

	.wp-block-gallery .blocks-gallery-item figcaption {
		font-size: 22px;
	}
}


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

input,
select,
textarea {
	background-color: #F6F7F5;
	border: 1px solid #F5F5F5;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 10px 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;
}

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.gb-button,
.button {
	background-color: #147668;
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	padding: 15px 35px;
	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,
.button:focus,
.button:hover {
	background-color: #19786e;
	border-width: 0;
	color: #fff;
}

/** Genesis blocks buttons */
.gb-block-button a.gb-button-size-medium {
	color: #fff !important;
	background-color: #1f847a !important;
}
.gb-block-button a.gb-button-size-medium:hover {
	background-color: #09554a !important;
}

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


/* Contact form 7
---------------------------------------------------------------------------- */
.contact-form-column form > div {
	margin: 10px 0 25px;
}

.contact-form-column form label {
	font-size: 19px;
	font-weight: 600;
}

.contact-form-column form label input,
.contact-form-column form label textarea {
	margin-top: 10px;
}

.contact-form-column div.submit {
	text-align: left;
	margin: 0 0 42px;
	line-height: 1;
}
.contact-form-column .submit input {
	color: #fff;
	background-color: #19786e;
	padding: 13px 18px;
	border-radius: 0;
}
.contact-form-column .submit input:hover {
	background-color: #147668;
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
	margin-top: -30px;
}

.form-intro {
	margin: 62px 0 15px;
}

.contact-form-column .wpcf7 .ajax-loader {
	position: absolute;
	margin: 10px 24px;
}

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

	.contact-form-column form > div {
		margin: 10px 0 0;
	}

	.contact-form-column form .odd {
		float: left;
		width: calc(50% - 8px);
	}

	.contact-form-column form .even {
		float: right;
		width: calc(50% - 8px);
	}

	.contact-form-column form .message {
		clear: both;
	}

	.contact-form-column div.submit {
		/*text-align: center;*/
	}
}


/* 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 {
	word-wrap: break-word;
}

body.page .content-sidebar-wrap,
body.page main.content,
body.page article.entry:last-of-type,
body.single-post .content-sidebar-wrap,
body.single-post main.content,
body.single-post article.entry:last-of-type {
	margin-bottom: 0;
}

.page-bottom-flush .entry-content .location-map iframe {
	margin-bottom: -5px;
}


/* Wraps
--------------------------------------------- */
.wrap {
	max-width: 1180px;
	padding: 0 15px;
	margin: 0 auto;
}


/* Site Inner
--------------------------------------------- */
.site-inner {
	clear: both;
	margin: 0 auto;
	max-width: 1374px;
	padding: 0 15px 0;
	background-color: #fff;
}

/* Full and Wide alignment
--------------------------------------------- */
.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.alignwide {
	margin-left: calc(50% - 50vw + 30px);
	margin-right: calc(50% - 50vw + 30px);
	max-width: 100vw;
	width: calc(100vw - 60px);
}
@media screen and (min-width: 800px) {

	.alignwide {
		margin-left: calc(50% - 50vw + 60px);
		margin-right: calc(50% - 50vw + 60px);
		max-width: 100vw;
		width: calc(100vw - 120px);
	}
}
@media screen and (min-width: 1600px) {

	.alignwide {
		margin-left: calc(25% - 25vw);
		margin-right: calc(25% - 25vw);
		max-width: 100vw;
		width: calc(50% + 50vw);
	}
}
.gb-block-container.content-width .gb-container-content {
	max-width: 1374px;
	padding-left: 25px;
	padding-right: 25px;
}

/* Page header
--------------------------------------------- */
body.page .entry-header,
body.single-post .entry-header,
.blog .archive-description {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	padding: 27px 20px 29px;
	margin-bottom: 60px;
	background-color: #CAEAF2;
	text-align: center;
}
body.single-post .entry-header {
	padding-bottom: 9px;
}

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

	body.page .entry-header,
	.blog .archive-description {
		padding: 35px 20px 39px;
	}
	body.single-post .entry-header {
		padding-bottom: 11px;
	}
}
@media screen and (min-width: 720px) {

	body.page .entry-header,
	.blog .archive-description {
		padding: 45px 20px 49px;
	}
}
@media only screen and (min-width: 1266px) {

	body.page .entry-header,
	.blog .archive-description {
		padding: 80px 20px 84px;
	}
}

.blog .archive-description,
body.page.entry-header-green .entry-header {
	background-color: #93D6CF;
}
body.page.entry-header-salmon .entry-header {
	background-color: #F9BEB9;
}
body.page.entry-header-yellow .entry-header {
	background-color: #FFE681;
}


/* 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,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title,
.archive-title {
	margin-bottom: 0;
}

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

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

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

.genesis-title-hidden .site-inner {
	padding-top: 0;
}
.genesis-title-hidden.has-header-image .site-inner {
	padding-top: 60px;
}


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

.singular-image {
	display: block;
	margin: 0 0 40px;
}

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


/* Blog
--------------------------------------------- */
.blog-roll-grid {
	 display: grid;
	 grid-template-columns: 1fr;
	 grid-gap: 50px 32px;
	 margin-bottom: 50px;
 }

.blog-roll-grid .post {
	margin: 0;
}

.blog-roll-grid header img {
	margin: 0;
}

.blog-roll-grid .post .entry-content {
	padding: 10px 0;
}
.blog-roll-grid .post .entry-content p {
	margin-bottom: 8px;
}

.blog-roll-grid .post .entry-title {
	font-size: 24px;
	margin: 0 0 12px;
}

.blog-roll-grid .post .entry-content p.entry-meta {
	padding-bottom: 10px;
	margin-bottom: 8px;
	border-bottom: 1px solid #959595;
}

a.blog-roll-read-more {
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Montserrat, Lato, sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	background-color: #089ED0;
	margin-top: 20px;
	padding: 12px;
	max-width: 444px;
}
a.blog-roll-read-more:hover {
	background-color: #006990;
}

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

	.blog-roll-grid {
		grid-template-columns: 1fr 1fr;
	}
}

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

	.blog-roll-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.blog-roll-grid .post .entry-title {
		font-size: 35px;
	}
	.blog-roll-grid .post .`entry-meta` {
		font-size: 20px;
	}
	.blog-roll-grid .post .entry-meta + p {
		font-size: 20px;
	}
	a.blog-roll-read-more {
		font-size: 24px;
	}
}


/* Blog singles
--------------------------------------------- */
body.single-post .newsletter-signup-group {
	margin-top: 65px;
}


/* Blocks
--------------------------------------------- */
.site-container .gb-layout-columns-4>.gb-layout-column-wrap {
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-areas: "col1 col2 col3 col4";
}
@media only screen and (max-width: 800px) {

	.site-container .gb-layout-columns-4>.gb-layout-column-wrap.gb-is-responsive-column {
		grid-template-rows: auto;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		grid-template-areas: "col1 col2" "col3 col4";
	}
}
@media only screen and (max-width: 374px) {

	.site-container .gb-layout-columns-4>.gb-layout-column-wrap.gb-is-responsive-column {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-template-areas: "col1" "col2" "col3" "col4";
	}
}


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


/* 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 {
	position: relative;
	z-index: 9999;
	background-color: #fff;
	padding: 0;
}

.site-header .wrap {
	display: flex;
	align-items: center;
	padding: 5px 12px;
}


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

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

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

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

@media screen and (min-width: 360px) {
	.wp-custom-logo .title-area {
		max-width: 224px;
	}
}
@media screen and (min-width: 1430px) {
	.wp-custom-logo .title-area {
		padding-bottom: 20px;
		padding-top: 20px;
		max-width: 300px;
	}
}
@media screen and (min-width: 1580px) {
	.wp-custom-logo .title-area {
		max-width: 402px;
	}
}


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

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

.genesis-nav-menu .menu-item {
	display: inline-block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-family: Montserrat, Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
@media screenk and (min-width: 500px) {

	.genesis-nav-menu a {
		padding-bottom: 12px;
		padding-top: 12px;
	}
}

.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 {
	text-decoration: underline;
	text-underline-position: under;
}

.genesis-nav-menu.menu-secondary a:focus,
.genesis-nav-menu.menu-secondary a:hover,
.genesis-nav-menu.menu-secondary .current-menu-item > a,
.genesis-nav-menu.menu-secondary .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu.menu-secondary .sub-menu .current-menu-item > a:hover {
	color: #dedede;
	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;
}

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

	.genesis-nav-menu a {
		font-size: 19px;
	}
}

.genesis-nav-menu .contacts-mobile {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	width: 100vw;
	padding: 20px 20px 90px;
	margin: 0 0 0 -30px;
	border-top: 1px solid #707070;
	bottom: 66px;
}
@media only screen and (min-width: 375px) {

	.genesis-nav-menu .contacts-mobile {
		margin: 0 0 0 -42px;
	}
}


.genesis-nav-menu .contacts-mobile a {
	display: inline-flex;
	align-items: center;
	width: auto;
	padding: 3px 5px;
	margin: 5px 0;
	text-transform: none;
}

.genesis-nav-menu .contacts-mobile a svg {
	width: 18px;
	height: auto;
	fill: #fff;
	margin-right: 12px;
}

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

	.genesis-nav-menu .contacts-mobile {
		display: none;
	}
}


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

/** Prevents body from scrolling under expanded mobile menu */
body.menu-expanded {
	height: 100vh;
	overflow-y: hidden;
}

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

.nav-primary {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: -20;
	display: block !important;
	height: 0 !important;
	width: 100%;
	max-height: 1000vh !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	overflow: auto;
}

.menu-toggle.activated {
	position: fixed;
	top: 15px;
	right: 20px;
}
.menu-toggle.activated + .nav-primary {
	z-index: 20;
	height: 100vh !important;
}

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

	.nav-primary {
		color: #fff;
		background-color: #102548;
	}
	.nav-primary > .wrap {
		height: 100vh;
		padding: 100px 42px 0;
	}
	.nav-primary > .wrap .mobile-only a {
		font-size: 17px;
	}
	.nav-primary > .wrap svg {
		fill: #ffffff;
		width: 25px;
		height: auto;
		margin-right: 9px;
	}

	.nav-primary .genesis-nav-menu {
		display: flex;
		flex-flow: column nowrap;
		align-items: flex-start;
		min-height: calc(100vh - 100px);
		width: 100%;
		padding: 0 0 90px;
		margin: 0;
	}
	.genesis-nav-menu a {
		display: inline-block;
		color: #fff;
	}
	.genesis-nav-menu a:hover,
	.genesis-nav-menu a:active {
		text-decoration: underline;
	}
	.genesis-nav-menu .current-menu-item > a {
		text-decoration: underline;
	}

	.genesis-nav-menu .menu-item.mobile-only {
		width: 100vw;
		margin: 0 -42px;
		text-align: center;
	}
	.genesis-nav-menu .menu-item.mobile-only.push-down {
		margin: auto -42px 2px;
		padding-top: 25px;
		border-top: 1px solid #707070;
	}

	.genesis-nav-menu .menu-item.mobile-only a {
		display: inline-flex;
		align-items: center;
		text-decoration: underline;
	}
}
@media only screen and (max-width: 374px) {

	.nav-primary > .wrap {
		padding: 100px 20px 0;
	}
	.genesis-nav-menu .menu-item.mobile-only.push-down {
		margin: auto -20px 2px;
	}
}

/** mobile menu breakpoint */
@media only screen and (min-width: 1266px) {

	.nav-primary {
		position: static;
		z-index: unset;
		height: auto !important;
		padding-top: 14px !important;
		padding-bottom: 14px !important;
		background-color: transparent;
	}
}

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

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

.menu-toggle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 54px;
	height: 54px;
	float: right;
	font-size: 0;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	position: relative;
	z-index: 1060;
}

.site-header .menu-toggle::before {
	content: '';
	display: block;
	background-image: url('images/menu-inactive.svg');
	background-size: 40px 40px;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
}

.site-header .menu-toggle.activated::before {
	background-image: url('images/menu-active.svg');
}

.site-header .menu-toggle {
	background-color: transparent;
	transition: none;
}
.site-header .menu-toggle.activated {
	background-color: #29AD9F;
}

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

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

/* Above Header Menu
--------------------------------------------- */
.nav-secondary {
	display: flex;
	width: 100%;
	max-width: 100%;
	background-color: #27a698;
	/** because empty space between menu items */
	font-size: 0;
}

.nav-secondary .genesis-nav-menu {
	display: flex;
	font-size: 25px;
	line-height: 1.2;
}

.nav-secondary .genesis-nav-menu a {
	display: inline-flex;
	align-items: center;
}
.nav-secondary .genesis-nav-menu a::after {
	display: inline-flex;
	align-items: center;
	content: "\f344";
	font-family: dashicons;
	font-size: 21px;
	line-height: 2;
	color: #fff;
	margin: 3px 0 0 5px;
	transition: color 0.2s ease-in-out;
}
.nav-secondary .genesis-nav-menu a:hover::after {
	color: #dedede;
}

.nav-secondary .menu-item {
	margin: 0 2px;
}

.nav-secondary .menu-item a {
	font-family: Montserrat, Lato, sans-serif;
	font-size: 21px;
	font-weight: 600;
	color: #fff;
	padding: 13px 6px;
	text-transform: none;
}

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

	.nav-secondary .menu-item a,
	.nav-secondary .genesis-nav-menu::after {
		font-size: 24px;
	}
}

/* Content Area
---------------------------------------------------------------------------- */
.home-hero {
	margin-bottom: 70px;
}
.home-hero .gb-container-inside {
	padding: 0;
}
.home-hero .gb-container-inside .wp-block-media-text {
	position: relative;
	bottom: -35px;
	margin-bottom: 0;
	box-shadow: 0px 5px 11px -5px #00000029;
}
@media screen and (min-width: 414px) {

	.home-hero {
		margin-bottom: 90px;
	}
	.home-hero .gb-container-inside .wp-block-media-text {
		bottom: -55px;
	}
}
@media screen and (min-width: 720px) {

	.home-hero {
		margin-bottom: 120px;
	}
	.home-hero .gb-container-inside .wp-block-media-text {
		bottom: -75px;
	}
	.home-hero .gb-container-inside .wp-block-media-text__content {
		padding: 40px 50px;
	}
}
@media screen and (min-width: 1080px) {

	.home-hero .gb-container-inside .wp-block-media-text {
		-ms-grid-columns: 62% 1fr;
		grid-template-columns: 62% 1fr;
	}
}
	@media screen and (min-width: 1266px) {

	.home-hero {
		margin-bottom: 190px;
	}
	.home-hero .gb-container-inside .wp-block-media-text {
		bottom: -125px;
	}
}


/* Block Defaults
---------------------------------------------------------------------------- */
.gb-container-inside .wp-block-media-text__content {
	padding: 30px;
}
@media screen and (min-width: 720px) {

	.gb-container-inside .wp-block-media-text__content {
		padding: 50px;
	}
}

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

.entry {
	margin-bottom: 40px;
}

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

.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: 50px 0 90px;
	text-align: center;
}

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

.archive-pagination li {
	display: inline;
}

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

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	text-decoration: underline;
	text-underline-position: under;
}
.archive-pagination li.active a {
	cursor: default;
}


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

.footer-widgets {
	color: #fff;
	background-color: #102548;
	clear: both;
	padding: 80px 0 40px;
}

.footer-widgets .wrap {
	padding: 0;
}

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

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

.footer-widgets-1 img {
	width: 252px;
}

.footer-widgets-1 .widget_media_image {
	margin-bottom: 20px;
}
.footer-widgets-2 .widget_text {
	margin-bottom: 15px;
}
.footer-widgets-2 .widget_text .textwidget > p {
	margin-bottom: 10px;
}

.footer-widgets .simple-social-icons ul li:first-of-type {
	margin-left: 0 !important;
}

.footer-widgets .widget-title,
.footer-widgets .widgettitle,
.footer-widgets p,
.footer-widgets a {
	color: inherit;
}

.footer-widgets h2.widget-title {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 15px;
}

.footer-widgets ul.menu {
	margin-left: 0;
}

.footer-widgets ul.menu li {
	margin-bottom: 0;
}

.footer-widgets ul.menu li a {
	text-decoration: none;
	color: #fff;
}

.footer-widgets ul.menu a:hover {
	color: #E20E25;
}

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

	.footer-widgets {
		padding: 80px 20px 40px;
	}

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

		padding-left: 20px;
		padding-right: 20px;
	}

	.footer-widget-area:first-child {
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer-widget-area:last-child {
		padding-left: 45px;
		padding-right: 0;
	}
}

/** accessibility */
.footer-widgets h2.genesis-sidebar-title.screen-reader-text {
	color: #fff;
}

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

.site-footer {
	font-size: 1rem;
	color: #fff;
	background-color: #102548;
	text-align: left;
	padding: 30px 20px;
	border: none;
}
.site-footer > .wrap {
	max-width: 1374px;
	margin: 0 auto;
	padding: 0;
}
.site-footer > .wrap p {
	display: flex;
	flex-flow: column nowrap;
	font-size: 1rem;
	margin: 0;
}
.site-footer > .wrap p span {
	display: block;
}
.site-footer .footer-nav a {
	color: #fff;
	text-decoration: underline;
}
.site-footer .footer-nav a:hover {
	text-decoration: none;
}

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

	.site-footer > .wrap p {
		flex-flow: row nowrap;
	}
	.site-footer .footer-nav {
		margin-left: auto;
	}
}


/** Sections etc
---------------------------------------------------------------------- */
.home-hero h2 {
	font-size: 30px;
	font-weight: 700;
}
.home-hero p {
	font-family: Montserrat, Lato, sans-serif;
	font-size: 18px;
	line-height: 1.6;
}
@media screen and (min-width: 414px) {

	.home-hero h2 {
		font-size: 35px;
	}
	.home-hero p {
		font-size: 22px;
	}
}
@media screen and (min-width: 720px) {

	.home-hero h2 {
		font-size: 40px;
	}
	.home-hero p {
		font-size: 23px;
	}
}
@media screen and (min-width: 1266px) {

	.home-hero h2 {
		font-size: 50px;
	}
	.home-hero p {
		font-size: 25px;
	}
}

.home .wp-block-cover {
	padding-top: 80px;
	padding-bottom: 150px;
}

/** Team section */
.team-section {
	padding: 50px 0 40px !important;
	margin-bottom: calc(45px + 3%);
}
.team-section .gb-layout-column-wrap {
	grid-gap: 2em;
	margin-bottom: 2em;
}
.team-section .gb-block-layout-column-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.team-section h2 {
	font-weight: 600;
	margin: 30px 0 50px;
}
.team-section .wp-block-buttons {
	margin-top: auto;
}
.team-section .wp-block-image {
	margin-bottom: 0;
}
.team-section .wp-block-image figure {
	width: 140px;
	margin-bottom: 5px;
}
.team-section p {
	font-size: 21px;
	line-height: 1.2;
	font-style: italic;
	margin-bottom: 30px;
}
.team-section .team-name {
	font-size: 24px !important;
	font-style: normal;
	margin: 7px 0 4px;
}
.team-section .gb-spacer-divider {
	width: 66%;
	margin: 0 auto;
}
@media screen and (min-width: 1266px) {

	.team-section {
		padding: 70px 0 50px !important;
	}
	.team-section .wp-block-image figure {
		width: 200px;
	}
	.team-section p {
		font-size: 25px;
	}
	.team-section .team-name {
		font-size: 30px !important;
	}
}

.partners-1 .gb-container-content {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin: 0 -30px;
	max-width: 100vw;
}
.partners-1 .gb-container-content figure {
	margin: 30px;
}
.partners-1 figure img {
	width: 240px;
}
@media screen and (min-width: 960px) {

	.partners-1 .gb-container-content {
		margin: 0 -36px;
	}
	.partners-1 .gb-container-content figure {
		margin: 36px;
	}
	.partners-1 figure img {
		width: 300px;
	}
}

/** Big Red plus signs - a list */
.checkmark-list h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 8px;
}
.checkmark-list h3 a {
	text-decoration: none;
}
.checkmark-list.headings-only h3 {
	display: flex;
	align-items: center;
}

.checkmark-list p {
	margin-bottom: 6px;
}

.checkmark-list p > a {
	font-size: 14px;
	font-weight: 700;
	color: #3D3D3D;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}
.checkmark-list p > a:hover {
	text-decoration: underline;
}
.checkmark-list p > a::after {
	content: "";
	display: inline-block;
	width: 17px;
	height: 15px;
	background-image: url('images/chevron-right.svg');
	background-size: contain;
	background-position: center;
	margin-left: 5px;
}

.checkmark-list .gb-container-content .gb-block-layout-column-inner {
	padding-right: 15px;
}

.checkmark-list .gb-container-content .gb-block-layout-column-inner > div,
.checkmark-list .gb-container-content .gb-block-layout-column-inner > p,
.checkmark-list .gb-container-content .gb-block-layout-column-inner > h3 {
	padding-left: 55px;
	min-height: 31px;
	margin-bottom: 34px;
}

.checkmark-list .gb-container-content .gb-block-layout-column-inner > div::before,
.checkmark-list .gb-container-content .gb-block-layout-column-inner > p::before,
.checkmark-list .gb-container-content .gb-block-layout-column-inner > h3::before {
	content: "";
	position: absolute;
	left: 0;
	display: inline-block;
	width: 36px;
	height: 36px;
	background-image: url('images/plus-sign-red.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.checkmark-list.headings-only .gb-container-content .gb-block-layout-column-inner > div::before,
.checkmark-list.headings-only .gb-container-content .gb-block-layout-column-inner > p::before,
.checkmark-list.headings-only .gb-container-content .gb-block-layout-column-inner > h3::before {
	align-self: flex-start;
}

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

	.checkmark-list h3 {
		font-size: 24px;
	}
	.checkmark-list .gb-container-content .gb-block-layout-column-inner > div,
	.checkmark-list .gb-container-content .gb-block-layout-column-inner > p,
	.checkmark-list .gb-container-content .gb-block-layout-column-inner > h3 {
		padding-left: 86px;
		min-height: 57px;
	}
	.checkmark-list .gb-container-content .gb-block-layout-column-inner > div::before,
	.checkmark-list .gb-container-content .gb-block-layout-column-inner > p::before,
	.checkmark-list .gb-container-content .gb-block-layout-column-inner > h3::before {
		width: 60px;
		height: 60px;
	}
}


/** Contact section */
.contact-section {
	margin-bottom: 25px;
}
.contact-section .contact-info {
	padding: 0;
}
.contact-section .contact-info p:last-of-type {
	margin-bottom: 0;
}
.contact-section .contact-info a {
	color: #1b7eb1;
	text-decoration: none;
}
.contact-section .contact-info a:hover {
	text-decoration: underline;
}
.contact-section .social-icons-group a.icon svg  {
	fill: #1b7eb1;
	transition: fill 0.25s ease;
}
.contact-section .social-icons-group a.icon:hover svg  {
	fill: #0c5d86;
}
@media screen and (max-width: 600px) {

	.contact-section.gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		grid-template-areas: "col2" "col1";
	}
}
@media screen and (min-width: 601px) {

	.contact-section .contact-info {
		padding: 0 50px;
	}
}


/* Shortcodes
--------------------------------------------- */
.icon-checkmark {
	display: inline-block;
	width: 54px;
	height: 54px;
}
.icon-checkmark svg {
	width: 100%;
	height: auto;
}

.social-icons-group {
	display: flex;
	flex-wrap: wrap;
	margin: 3px -6px 18px;
}
.social-icons-group a.icon {
	display: block;
	line-height: 0;
	width: 36px;
	margin: 5px;
	text-decoration: none;
}
.social-icons-group a.icon svg {
	width: 100%;
	height: auto;
	fill: #fff;
}
.social-icons-group a:hover svg,
.social-icons-group a:focus svg,
.social-icons-group a:active svg {
	fill: #E20E25;
}


/* Misc
--------------------------------------------- */
.icon svg {
	width: 36px;
	height: auto;
}

/** GI container, with padding */
.container-full {
	padding-left: 20px;
	padding-right: 20px;
}
@media only screen and (min-width: 700px) {

	.container-full {
		padding-left: 40px;
		padding-right: 40px;
	}
}

/** raise some anchors  */
.anchor-lift {
	position: relative;
	bottom: 125px;
}

/** Testimonials */
.testimonials-group .gb-block-profile .gb-profile-avatar-wrap {
	max-width: 200px;
}
.testimonials-group .gb-profile-content-wrap {
	display: flex;
	flex-flow: column nowrap;
}
.testimonials-group .gb-profile-content-wrap .gb-profile-text {
	order: 10;
	padding: 0 0 1em;
	text-align: center;
}
.testimonials-group .gb-profile-column.gb-profile-content-wrap .gb-profile-text p {
	font-size: 18px;
}
.testimonials-group .gb-profile-content-wrap .gb-profile-name {
	order: 20;
	font-family: Montserrat, Lato, sans-serif;
	font-size: 25px;
	font-weight: 400;
	text-align: center;
}
.testimonials-group .gb-profile-content-wrap .gb-profile-title {
	order: 30;
}
.testimonials-group .gb-profile-content-wrap .gb-social-links {
	order: 40;
}
@media screen and (min-width: 1266px) {

	.testimonials-group .gb-block-profile .gb-profile-avatar-wrap {
		max-width: 250px;
	}
	.testimonials-group .gb-profile-content-wrap {
		padding: 25px;
	}
	.testimonials-group .gb-profile-column.gb-profile-content-wrap .gb-profile-text p {
		font-size: 23px;
	}
}

.arrow-sized figure {
	width: 100%;
	text-align: center;
}
.arrow-sized.arrow-medium figure img {
	width: 45px;
}

/** Contact Form 7 - newsletter signup form */
.gs-newletter-form .gb-container-content > p:first-child {
	margin-bottom: 15px;
}
.gs-newletter-form .qc-icon {
	display: inline-block;
	width: 65px;
	margin: 20px 0 0;
}
.gs-newletter-form .qc-icon svg {
	fill: #000;
	width: 100%;
	height: auto;
}
.gs-newletter-form h2 {
	color: #000;
}
.gs-newletter-form p {
	font-family: Montserrat, Lato, sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #000;
}

.gs-newletter-form .wpcf7 {
	max-width: 1045px;
	margin: 0 auto;
}
.gs-newletter-form .wpcf7 label {
	font-size: 0;
	line-height: 0;
    height: 0;
}
.gs-newletter-form .wpcf7 form > div {
	font-size: 0;
	line-height: 0;
	margin: 0 0 5px;
}
.gs-newletter-form .wpcf7 form > div p {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.gs-newletter-form .wpcf7 div.email {
	float: left;
	width: calc(100% - 49px);
}
.gs-newletter-form .wpcf7 div.submit input[type="submit"] {
	float: right;
	font-size: 0;
	background-color: #3C3C3C;
	width: 44px;
	height: 44px;
	padding: 0;
	background-image: url("/wp-content/themes/quadcounty/images/icon-send-wh.png");
	background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
    margin: 0;
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
}
.gs-newletter-form .wpcf7 .submit input[type="submit"]:hover,
.gs-newletter-form .wpcf7 .submit input[type="submit"]:active {
	opacity: 0.75;
}
.gs-newletter-form .wpcf7 div.submit span.wpcf7-spinner {
	margin: 6px 0 0 15px;
}
.gs-newletter-form .wpcf7 div.wpcf7-response-output {
	font-size: 16px;
	line-height: 1.2;
	height: auto;
	border-color: #da8401;;
	margin-top: -25px;
}
@media screen and (min-width: 720px) {

	.gs-newletter-form .qc-icon {
		width: 110px;
	}
	.gs-newletter-form h2 {
		font-size: 40px;
	}
	.gs-newletter-form p {
		font-size: 30px;
	}

	.gs-newletter-form form.wpcf7-form {
		display: flex;
		flex-wrap: wrap;
		row-gap: 7px;
	}
	.gs-newletter-form .wpcf7 div.name {
		float: none;
		margin-right: 5px;
		flex: 0 0 calc(50% - 27px);
	}
	.gs-newletter-form .wpcf7 div.email {
		float: none;
		margin-right: 5px;
		flex: 0 0 calc(50% - 27px);
	}
	.gs-newletter-form .wpcf7 div.submit {
		flex: 0 0 44px;
		max-width: 44px;
	}
	.gs-newletter-form .wpcf7 div.wpcf7-response-output {
		width: 100%;
	}
}

/** Mini-gallery */
.mini-gallery.random-gallery {
	position: relative;
	height: 0;
	padding-top: 25%;
}
.mini-gallery.random-gallery .mini-gallery_wrap {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mini-gallery.random-gallery .mini-gallery_wrap img {
	width: 25%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 35%;
}
@media screen and (min-width: 720px) {

	.mini-gallery.random-gallery {
		padding-top: 17%;
	}
}


/** Buttons in columns - 3 buttons */
.button-columns .wp-block-buttons > .wp-block-button {
	max-width: 100%;
	width: 100%;
}
.button-columns .wp-block-buttons > .wp-block-button a.wp-block-button__link {
	font-family: Montserrat, Lato, sans-serif;
	font-size: 22px;
	font-weight: 600;
	width: 387px;
	max-width: 100%;
	box-shadow: none;
}
.button-columns .gb-block-layout-column:nth-child(1) a.wp-block-button__link:hover {
	background-color: #c4392a !important;
}
.button-columns .gb-block-layout-column:nth-child(2) a.wp-block-button__link:hover {
	background-color: #0d6154 !important;
}
.button-columns .gb-block-layout-column:nth-child(3) a.wp-block-button__link:hover {
	background-color: #004e65 !important;
}
@media screen and (min-width: 1266px) {

	.button-columns .wp-block-buttons > .wp-block-button a.wp-block-button__link {
		font-size: 35px;
	}
}


/** Icon columns */
.icon-columns {
	padding: 4% 0;
	margin: 35px auto 30px;
}
.icon-columns .gb-block-layout-column {
	text-align: center;
}
.icon-columns p {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 126px;
	height: 126px;
	padding:10px;
}
.icon-columns p svg {
	fill: #fff;
	width: 66px;
	height: auto;
}
@media screen and (min-width: 720px) {

	.icon-columns p {
		width: 150px;
		height: 150px;
		padding: 10px;
	}
	.icon-columns p svg {
		width: 75px;
	}
}
@media screen and (min-width: 1360px) {

	.icon-columns p {
		width: 275px;
		height: 275px;
		padding: 10px;
	}
	.icon-columns p svg {
		width: 145px;
	}
}


/** Callout section */
.callout-section {
	padding: calc(35px + 7%) 0;
	margin: 65px auto 0;
}
.callout-section h2 {
	margin-bottom: 25px;
}
.callout-section .wp-block-buttons > .wp-block-button {
	margin: 0 15px 15px;
}
.callout-section .wp-block-buttons > .wp-block-button .wp-block-button__link {
	border-radius: 0;
	font-size: 22px;
}


/** FAQ section */
.faq-section .gb-block-accordion {
	margin-bottom: 24px;
}
.faq-section .gb-block-accordion .gb-accordion-title {
	font-size: 20px;
	background: #fff;
	padding: 10px 15px;
	cursor: pointer;
}
.faq-section .gb-block-accordion .gb-accordion-text {
	background-color: #fff;
	padding-top: 18px;
	box-shadow: inset 0 3px 10px -5px #ddd;
}
@media screen and (min-width: 1280px) {

	.faq-section .gb-block-accordion .gb-accordion-title {
		font-size: 25px;
	}
}


/** Front page Events section */
.upcoming-events {
	margin: 50px -22px;
}
.upcoming-events .gb-container-content > h2 {
	font-family: "Permanent Marker", serif;
}
.upcoming-events .gb-container-content > .widget {
	margin-bottom: 30px;
}
.entry-content .upcoming-events .eaw-block .eaw-ulx {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 0;
}
.entry-content .upcoming-events .eaw-block .eaw-ulx .eaw-li__wrap {
	flex: 0 0 100%;
	max-width: 400px;
	margin: 0 auto;
	border-bottom: none;
}
.entry-content .upcoming-events .eaw-block img.eaw-aligncenter {
	margin-left: 0;
	width: 100%;
}
.entry-content .upcoming-events .eaw-block h3.eaw-title a {
	display: block;
	font-size: 25px;
	line-height: 1.2;
	font-family: Montserrat, Lato, sans-serif;
	font-weight: 600;
	color: #000;
	text-decoration: none;
	margin: 10px 0;
}
.entry-content .upcoming-events .eaw-block .eaw-time {
	display: block;
	color: #000;
	font-family: Montserrat, Lato, sans-serif;
	font-weight: 400;
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 8px;
	border-bottom: 1px solid #959595;
}
.entry-content .upcoming-events .eaw-block .eaw-summary {
	font-size: 18px;
	line-height: 1.2;
}
.entry-content .upcoming-events .eaw-block .eaw-summary .more-link {
	display: none;
}
.entry-content .upcoming-events .eaw-block .eaw-booknow a {
	display: block;
	font-family: Montserrat, Lato, sans-serif;
	font-size: 20px;
	font-weight: 600;
	background-color: #0680a8;
	text-decoration: none;
	padding: 15px 30px;
}
.entry-content .upcoming-events .eaw-block .eaw-booknow a:hover {
	background-color: #004e65;
}
.entry-content .upcoming-events .eaw-block .eaw-booknow a button {
	background-color: transparent;
	font-size: unset;
	padding: 0;
}
.entry-content .upcoming-events .gb-block-button a.gb-button-size-medium {
	color: #fff !important;
	background-color: #0680a8 !important;
}
.entry-content .upcoming-events .gb-block-button a.gb-button-size-medium:hover {
	background-color: #004e65 !important;
}

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

	.upcoming-events .gb-container-content > .widget {
		margin-bottom: 0;
	}
	.entry-content .upcoming-events .eaw-block .eaw-ulx .eaw-li__wrap {
		flex: 0 0 calc(33.333% - 90px);
		margin: 44px;
	}
	.entry-content .upcoming-events .eaw-block h3.eaw-title a {
		font-size: 30px;
	}
	.entry-content .upcoming-events .eaw-block .eaw-time {
		font-size: 20px;
	}
	.entry-content .upcoming-events .eaw-block .eaw-summary {
		font-size: 20px;
	}
	.entry-content .upcoming-events .eaw-block .eaw-booknow a {
		font-size: 24px;
	}
}


/** Events calendar */
section.wfea .fc-event {
	background-color: #367ea2;
}

/** Google Calendar */
.pgc-calendar-filter {
	display: none;
}
.pgc-calendar-wrapper.pgc-theme-light .fc .fc-button.fc-prev-button {
	padding: 0.3em 0.65em 0.5em;
	margin-right: 2px;
	background-color: #077fa6;
}
.pgc-calendar-wrapper.pgc-theme-light .fc .fc-button.fc-next-button {
	padding: 0.3em 0.65em 0.5em;
	background-color: #077fa6;
}

.pgc-calendar-wrapper.pgc-theme-light .fc .fc-button.fc-timeGridWeek-button {
	margin: 0 2px 0 1px;
}

.pgc-calendar-wrapper.pgc-theme-light .fc .fc-button.fc-dayGridMonth-button,
.pgc-calendar-wrapper.pgc-theme-light .fc .fc-button.fc-timeGridWeek-button,
.pgc-calendar-wrapper.pgc-theme-light .fc .fc-button.fc-listWeek-button {
	background-color: #077fa6;
}
.pgc-calendar-wrapper.pgc-theme-light .fc .fc-button.fc-dayGridMonth-button.fc-button-active,
.pgc-calendar-wrapper.pgc-theme-light .fc .fc-button.fc-timeGridWeek-button.fc-button-active,
.pgc-calendar-wrapper.pgc-theme-light .fc .fc-button.fc-listWeek-button.fc-button-active {
	background-color: #089ED0;
}

.fc-daygrid-day-events .fc-daygrid-dot-event .fc-daygrid-event-dot {
	border-color: #077fa6 !important;
}
.fc-h-event .fc-event-main {
	background-color: #077fa6;
}

.pgc-popup-draghandle.dashicons::before {
	content: none;
}

/** Google Calendar - List view (front page) */
/** todo: really this needs to be css grid to stack times and event titles under dates... */
/** todo: grid-auto-columns ? */
/*.upcoming-events thead {*/
/*	display: none;*/
/*}*/
/*.upcoming-events tbody,*/
/*.upcoming-events tr,*/
/*.upcoming-events th,*/
/*.upcoming-events td {*/
/*	display: block;*/
/*}*/
/*.upcoming-events tbody {*/
/*	display: flex;*/
/*}*/


/** Donate columns */
.donate-columns {
	margin: 30px 0;
}
.donate-columns .gb-block-layout-column-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	max-width: 395px;
	margin: 0 auto;
}
.donate-columns .empty-column .gb-block-layout-column-inner {
	margin-bottom: 0;
}
.donate-columns .gb-block-layout-column img {
	display: block;
	max-width: 180px;
	margin: 0 auto;
}
.donate-columns .gb-block-layout-column img {
	display: block;
	max-width: 180px;
	margin: 0 auto;
}
.site-container .site-inner .donate-columns .has-larger-font-size {
	font-family: Montserrat, Lato, sans-serif;
	font-size: 27px;
	font-weight: 600;
	text-align: center;
}
.donate-columns ul {
	max-width: 450px;
	margin: 0 auto 30px;
}
.donate-columns .gb-block-button {
	margin: auto 0 80px 0;
}
.donate-columns .gb-block-button a.gb-button {
	font-family: Montserrat, Lato, sans-serif;
	font-size: 20px;
	font-weight: 600;
	width: 100%;
	text-transform: uppercase;
	color: #fff;
	background-color: #089ED0 !important;
}
.donate-columns .gb-block-button a.gb-button:hover {
	background-color: #006990 !important;
}

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

	.donate-columns .gb-block-layout-column img {
		max-width: 250px;
	}
	.site-container .site-inner .donate-columns .has-larger-font-size {
		font-size: 35px;
	}
	.donate-columns .gb-block-button a.gb-button {
		font-size: 24px;
	}
}

.has-larger-font-size {
	line-height: 1.42;
}

.no-top-margin {
	margin-top: 0;
}
.half-bottom-margin {
	margin-bottom: 14px;
}
.small-bottom-margin {
	margin-bottom: 5px;
}
.no-bottom-margin {
	margin-bottom: 0;
}

.site-container .site-inner .has-large-font-size {
	font-size: 19px;
}
.site-container .site-inner .has-larger-font-size {
	font-size: 22px;
}
.site-container .site-inner .has-largest-font-size {
	font-size: 29px;
}

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

	.site-container .site-inner .has-large-font-size {
		font-size: 20px;
	}
	.site-container .site-inner .has-larger-font-size {
		font-size: 25px;
	}
	.site-container .site-inner .has-largest-font-size {
		font-size: 35px;
	}
}

.montserrat-light {
	font-family: Montserrat, Lato, sans-serif;
	font-weight: 300;
}
.permanent-marker {
	font-family: "Permanent Marker", serif;
}

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

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

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

}

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

	.wrap {
		max-width: 1374px;
		padding: 0 25px;
		margin: 0 auto;
	}

	.site-inner {
		padding-left: 25px;
		padding-right: 25px;
		margin: 0 auto;
	}
}

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

	/* Wraps
	--------------------------------------------- */
	.wrap {
		padding: 0 25px;
		margin: 0 auto;
	}

	/* Site-Inner
	--------------------------------------------- */
	.site-inner {
		padding: 0 25px;
		margin: 0 auto;
	}

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

/** Desktop / Mobile navigation */
@media only screen and (min-width: 1266px) {

	/* General
	--------------------------------------------- */
	.full-width-content .site-container .mobile-only {
		display: none;
	}

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

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

	.site-header .wrap {
		display: flex;
		align-items: center;
		max-width: 100%;
		padding: 0 21px 0 30px;
	}

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

	.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
	--------------------------------------------- */

	.nav-primary {
		display: flex;
		align-items: center;
		margin-left: auto;
	}

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

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

	.nav-primary {
		width: auto;
		margin-left: auto;
	}

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

	.nav-primary .genesis-nav-menu li.emphasis a {
		color: #fff;
		background-color: #cf483c;
	}
	.nav-primary .genesis-nav-menu li.emphasis a:hover,
	.nav-primary .genesis-nav-menu li.emphasis a:active {
		text-decoration: none;
		background-color: #ac3225;
	}
}

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

	.genesis-nav-menu a {
		font-size: 18px;
	}
}

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

	.genesis-nav-menu a {
		font-size: 20px;
	}
	.nav-primary .genesis-nav-menu a {
		margin-right: 6px;
	}
}

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

	.nav-primary .genesis-nav-menu a {
		margin-right: 8px;
	}
}


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

}

