/* @override 
	https://www.sparkwp.com/wp-content/themes/spark2/style.css?ver=3.4.0 */

/*
Theme Name: Spark 2.0
Theme URI: https://sundogmedia.com/
Description: This is the Spark 2.0 theme created for Sundog Media, LLC.
Author: Sundog Media, LLC.
Author URI: https://www.sundogmedia.com/
Copyright: Copyright © 2020 Sundog Media, LLC.

Version: 3.4.0

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

Template: genesis

Text Domain: genesis-sample
*/


/* 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
	- 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 Blocks
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Column Widths and Positions
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
- Custom 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-blocks::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.nav-footer::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-blocks::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.nav-f::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: rgba(255, 255, 255, 1.0); /* Body background color */
	color: #333; /* Body text color */
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.70;
	margin: 0;
	overflow-x: hidden;
}

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

a {
	color: #0073e5;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

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

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 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: 20px;
}

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

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

h1 {
	font-size: 64px;
}

h2 {
	font-size: 54px;
}

h3 {
	font-size: 44px;
}

h4 {
	font-size: 34px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 18px;
}

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

.entry-content h4 {
	
}

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

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

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

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #0073e5; /* Form button background color */
	border: 0;
	border-radius: 5px;
	color: #fff; /* Form button text color */
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #333; /* Form button background hover color */
	border-width: 0;
	color: #fff; /* Form button text hover color */
}

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


/* Gravity Forms error styling */
.gform_wrapper.gform_legacy_markup_wrapper div.validation_error,
.gform_wrapper.gform_legacy_markup_wrapper.gform_validation_error,
.gform_wrapper.gform_validation_error .gform_body ul#gform_fields_1 li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
	font-size: 16px;
}

.gform_wrapper #error .validation_error{
	font-weight: bold !important;
}

.gform_wrapper .validation_error{
	background-color: #fcd9d9;
	border: 0px !important;
	border-radius: 5px;
	color: #302f2f !important;
	font-size: 16px;
	font-weight: normal !important;
	padding: 10px !important;
	text-align:left  !important;
}

.gform_wrapper .validation_list{
	color: #302f2f !important;
}

.gform_wrapper .validation_list a{
	color: #302f2f !important;
}

.gform_wrapper.gform_validation_error .gfield{
	border: none !important;
	max-width: 100% !important;
	padding: 15px 15px !important;
}

.gform_wrapper .gfield_validation_message, 
.gform_wrapper .validation_message {
	border: 0px !important;
	font-style: italic;
}

.gform_legacy_markup_wrapper div#error:focus {
	outline: 0px;
}


/* 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 {
	border-top: 1px solid #eee;
	padding: 0.5em;
}

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

td:first-child,
th:first-child {
	padding-left: 0;
}

td:last-child,
th:last-child {
	padding-right: 0;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


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

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

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

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

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

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 5% 5% 0 5%;
}

.site-inner .wrap {
	padding: 0;
}


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

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

.avatar {
	border-radius: 10%;
	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 {
	background-color: #f8f8f8;
	border-radius: 3px;
	padding: 40px 40px;
}

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

.breadcrumb {
	color: #777777;
	font-size: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: right;
    max-width: 1360px;
    margin: 0 auto;
}

.breadcrumb a {
	color: #0073e5;
	text-decoration: none;
}

.breadcrumb a:focus,
.breadcrumb a:hover {
	color: #0073e5;
	text-decoration: underline;
}

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

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

.after-entry .widget-title {
	font-size: 28px;
	font-weight: 600;
	text-transform: none;
}

body.archive .entry-content,
body.archive .entry-header,
body.archive .entry-footer,
body.single-post .entry-content,
body.single-post .entry-header,
body.single-post .entry-footer {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
}

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

.search-form {
	overflow: hidden;
	overflow: visible;
}

.entry-content .search-form .search-form-input {
	margin-right:20px;
	width: 33%;
}

@media screen and (max-width: 500px) {
	.entry-content .search-form .search-form-input {
		width: 100%;
	}
}

@media screen and (min-width: 501px) and (max-width: 767px) {
	.entry-content .search-form .search-form-input {
		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;
}

.nav-secondary .search-form {
	overflow: visible;
}

.nav-secondary .search-form .fa-search {
	font-style: normal;
	-webkit-appearance: none;
}

.nav-header .search-form .fa-search {
	font-style: normal;
	-webkit-appearance: none;
}

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

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

.entry-title {
	font-size: 42px; /* Page & Post title font size */
	font-weight: 800;
	margin-bottom: 10px;
	text-align: center;
	margin-top:40px;
}

error404 .entry-title {
	margin-top: 40px;
}

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

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

.widget-title {
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 20px;
	text-transform: uppercase;
}

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

.page .entry-title {
	margin-bottom: 30px;
}

/* h1 Entry Title Flourish
--------------------------------------------- */

/*
h1.entry-title::after {
    background: url(/wp-content/themes/spark2/images/flourish1.png) bottom center;
	background-size: 300px 4px;
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 20px;
  	margin-bottom: 70px;
}
*/

h1.entry-title::after,
h1.archive-title::after {
	/*background-color: #0073e5;*/
	background-color: var(--spark-flourish-underline-color);
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 4px;
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
  	margin-bottom: 50px;
}

body.home .ugb-heading__bottom-line{
	background-color: var(--spark-flourish-underline-color) !important;
}


.single-post h1.entry-title::after {
  	margin-bottom: 30px;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 50px;
}

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: 0;
	margin-bottom: 1em;		
	padding-left: 10px;		
	padding-right: 10px;
	text-align: center;
}

/* Tweak for right-floated images in body text
to prevent squeezing text on left side */
@media screen and (max-width: 960px) {
	.spark-inline-image figure {
		width: 100%;
		text-align: center;
	}
}

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

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


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

.widget {
	background: transparent;
	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 0px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

.site-header .widget ul > li {
	margin-bottom: 0px;
}

.site-header .widget {
	margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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


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

.site-header {
	background-color: rgba(255, 255, 255, 1)!important; /* Header background color */
	border-bottom: 1px solid #dddddd;
}

.site-header > .wrap {
	margin-left: auto;
	margin-right: auto;
}

.wrap {
	padding-left: 0px;
	padding-right: 0px;
}


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

.title-area {
	float: none;
	padding: 50px 0 50px 0;
	text-align: center;
}

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

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

.site-title {
	font-size: 40px;
	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;
}


/* Megamenus
--------------------------------------------- */
/* Top nav menu animated underlines */
@media screen and (min-width: 960px) {
	#mega-menu-megaheader>li.mega-menu-item:after {
		background-color: var(--spark-menu-underline-color) !important;
		content: '';
		display: block !important;
		height: 2px;
		position: absolute;
		bottom: 14px;
		left: 0px;
		right: 0px;
		transform: scaleX(0);
		transition: transform 0.3s cubic-bezier(0.25,0,0.4,1),border-color 0.35s cubic-bezier(0.52,0.01,0.16,1);
	}

	#mega-menu-megaheader>li.mega-current-menu-item::after,
	#mega-menu-megaheader>li.mega-current-menu-ancestor::after,
	#mega-menu-megaheader>li.mega-menu-item:hover:after,
	body.single-post #mega-menu-megaheader>li.mega-spark-cpt-ancestor-post::after,
	body.single-team #mega-menu-megaheader>li.mega-spark-cpt-ancestor-team::after,
	body.single-projects #mega-menu-megaheader>li.mega-spark-cpt-ancestor-project::after {
		transform: scaleX(1);
	}

	#mega-menu-megaheader>li.mega-menu-item.mega-menu-item-has-children:after {
		margin-right:23px;
	}

	/* no underline for nav icons */
	#mega-menu-megaheader>li.mega-menu-item.mega-hide-text:hover:after {
		display:none !important;
	}
}

/* Prevent menu wrapping at smaller widths */
@media screen and (min-width: 960px) and (max-width: 1150px) {
  #mega-menu-megaheader > li.mega-menu-item {
    margin-right:28px !important;
  }
  #mega-menu-megaafterheader > li.mega-menu-item {
    margin-right:35px !important;
  }
}

@media screen and (min-width: 960px) {
	/* align right side of all menus */
	#mega-menu-megaheader > li.mega-menu-item:last-child,
	#mega-menu-megaafterheader > li.mega-menu-item:last-child {
		margin-right:8px !important;
	}
}


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

.content {
	background-color: rgba(255, 255, 255, 0.0); /* Body content background color */
	border: 0px solid #eeeeee;
	margin-bottom: 40px;
	padding: 0px;
	width: 100%;
}

.single-projects.full-width-content .content {
	margin-bottom: 0px;
}

.single-projects .entry {
	margin-bottom: 0px;
}


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

.entry {
	margin-bottom: 60px;
}

.entry-header {
	margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

.entry-header .entry-meta {
	color: #777777;
	margin-bottom: 40px;
	text-align: center;
}

.entry-header .entry-meta .header-meta-sep {
	color: #ccc;
	padding: 0 5px;
}

.entry-header .entry-meta a {
	text-decoration: none;
}

.entry-header .entry-meta a:focus,
.entry-header .entry-meta a:hover {
	text-decoration: underline;
}

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

.entry-footer .entry-meta a {
	text-decoration: none;
}

.entry-footer .entry-meta a:focus,
.entry-footer .entry-meta a:hover {
	text-decoration: underline;
}

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

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

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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	/* background-color: #f8f8f8; */
	border-radius: 3px;
	color: orange;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 10px 15px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover {
	/* background-color: #0073e5; */
	/* color: #fff; */
}

.archive-pagination li.active a {
	/* background-color: #333; */
	/* color: #fff; */
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #f8f8f8;
	margin-bottom: 40px;
	padding: 40px;
}

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

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

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

.comment-content {
	clear: both;
}

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

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

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

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

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

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

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


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

.sidebar {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin-top: 35px;
}

.sidebar .widget {
	background-color: #f3f3f3;
	border-radius: 3px;
	margin-bottom: 50px;
	padding: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

.sidebar .current-menu-item {
	font-weight:bold;
}

.sidebar .menu a:focus {
	outline:0px;
}


/* Footer Blocks
---------------------------------------------------------------------------- */

.footer-blocks {
	clear: both;
	padding: 0px;
}

.footer-blocks .ugb-main-block {
	margin-bottom: 0px!important;
}

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

.footer-blocks .widget {
	margin-bottom: 0px;
}

/* Footer blocks alignment tweak */
@media screen and (min-width: 600px) and (max-width: 768px) {
	.ugb-63d6ae1-column-wrapper {
		display:block;
		width:260px;
	}
}


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

.footer-widgets {
	background-color: #3866b2;
	border-top: 0px solid #eee;
	color: #ffffff;
	clear: both;
	padding: 100px 5%;
}

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

.footer-widget-area {
	margin-bottom: 40px;
}

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

.footer-widgets .widget-title {
	color: #ffffff;
	font-size: 24px;
	border-bottom: 1px solid #6188c0;
	padding-bottom: 20px;
}

.footer-widgets i {
	color: #cdd9eb;
	padding-right: 10px;
}

.footer-widgets a {
	color: #fae165;
	text-decoration: none;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #fae165;
	text-decoration: underline;
}


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

.site-footer {
	background-color: rgba(255, 255, 255, 0.0)!important; /* Footer background color */
	border-top: 0px solid #eee;
	color: #777777; /* Footer text color */
	font-size: 17px;
	line-height: 1.5;
	padding: 76px 5%;
	text-align: center;
}

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

.site-footer a {
	color: #777777; /* Footer link color */
	text-decoration: none;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #777777; /* Footer link hover color */
	text-decoration: underline;
}

.site-footer .footer-bullet {
	color: #bbbbbb;
	font-size: 14px;
	padding: 0 5px;
	position: relative;
	top: -1px;
}

.site-footer .creds img {
	margin: 0 1px 0 0px;
	opacity: 0.4;
	position: relative;
	top: 5px;
}

.site-footer .creds a:hover img {
	opacity: 0.3;
}

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

.site-footer .gototop {
	position: fixed;
	z-index: 9999;
	right: 5%;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}

.site-footer .gototop a {
	background: #9c9c9c; /* Top of page button color */
	border-radius: 5px 5px 0 0;
	display: block;
	height: 50px;
	text-align: center;
	width: 52px;	
}

.site-footer .gototop a span {
	display: inline-block;
	text-indent: -9999px;
}

.site-footer .gototop a:hover,
.site-footer .gototop a:focus {
	background: #333; /* Top of page button hover color */
}

.site-footer .gototop a:before {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	content: " ";
	display: block;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	-webkit-mask-image: url(images/chevron-up.svg);
	mask-image: url(images/chevron-up.svg);
}

.scroll .gototop {
	opacity: 1;
}


/* Search results 
---------------------------------------------------------------------------- */

.archive-description h1 {
	margin-bottom: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 36px;
}


@media only screen and (max-width: 1499px) {
	.archive-description {
		padding: 24px 48px;
	}
	
	.archive-description h1 {
		font-size: 24px;
	}
}

.search article.entry {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
	padding: 50px 0px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0px;
}

.search article.entry:last-child {
	border-bottom: none;
}

.search .entry-image-link {
	display: block;
	width: 48%;
}

.search .entry-image-link img {
	margin: 0px;
	max-height: 300px;
    width: auto;
}

.search .archive-entry-text-wrapper {
	margin-left: 2%;
	width: 48%;
}

.search .archive-entry-text-fullwidth {
	width: 100%;
	margin-left: 0px;
}

.search .entry-header {
	margin-top: 0px;
	text-align: left;
}

.search .entry-header .entry-meta {
	text-align: left;
	margin-bottom: 0px;
}

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

.search .entry-title {
	font-size: 22px;
	text-align: left;
	text-transform: uppercase;
	margin-top:0px;
}

.search .entry-content {
	font-weight: 300;
}

.search .entry-content p:last-child {
	margin-bottom: 0px;
}	

@media only screen and (max-width: 959px) {
   .search .entry-image-link {
		width: 100%;
	}
	
	.search .entry-header {
		margin-top: 20px;
	}
	
	.search .archive-entry-text-wrapper {
		width: 100%;
		margin-left: 0px;
	}
}


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

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

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

/* Mobile tweaks */
@media only screen and (max-width: 768px) {
	h1 {
		font-size: 34px !important;
	}

	h2 {
		font-size: 30px !important;
	}

	h3 {
		font-size: 28px !important;	
	}
}

@media screen and (min-width: 360px) amd (max-width: 959px) {

	.site-header .wrap {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.title-area {
		text-align: center;
	}
}

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

	/* Transparent Header on Home Page
	---------------------------------------------

	.home.genesis-title-hidden .site-inner {
		padding-top: 0px;
		margin-top: -140px;
	}

	.home.genesis-title-hidden .site-header {
		background: rgba(255, 255, 255, .25);
		border-bottom: none;
	}

	--------------------------------------------- */


	/* Site Header
	--------------------------------------------- */
	
	.site-header {
		border-bottom: 1px solid #dddddd;
		min-height: 140px; /* Minimum Header Height */
		padding-left: 5%;
		padding-right: 5%;
		position: -webkit-sticky; /* Remove if no sticky */
		position: sticky; /* Remove if no sticky */
		top: 50px; /* Space above Header */
		width: 100%;
		z-index: 9999;
	}
	
	.site-header > .wrap {
		max-width: 1360px;
	}
	
	.wrap {
		max-width: 1360px;
		margin: 0 auto;
	}
	
	.site-header .widget-area {
		float: right;
		padding-top: 42px;
		width: auto;
	}
	
	.title-area {
		float: left;
		padding: 50px 0 50px 0;
	}
		
	/* Wrapper for menus and site-header */
	.header-wrapper {
		position: sticky;
		top: 0;
		z-index: 1000;
	}

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


	/* Site-Inner
	--------------------------------------------- */
	
	.site-inner {
		max-width: 100%;
		padding: 20px 5% 100px 5%;
	}
	
	.home .site-inner {
		max-width: 100%;
		padding: 0px 5% 0px 5%;
	}

	/* Content & Sidebars
	--------------------------------------------- */
	body.content-sidebar .content-sidebar-wrap,
	body.sidebar-content .content-sidebar-wrap {
		display: flex;
		gap: 50px;
	}

	body.content-sidebar .content-sidebar-wrap .content,
	body.sidebar-content .content-sidebar-wrap .content {
		flex: 3;
	}

	.content-sidebar-wrap .sidebar{
		/* 1.054fr = sidebar max width=340px when container is 1360px */
		flex: 1.054;
		min-width: 275px;
		max-width: 340px;
	}

	body.sidebar-content .content-sidebar-wrap .content{
		order: 2;
	}


	.content {
		margin-bottom: 0;
		padding: 0;
	}

	.entry-header {
		margin-top: 20px;
	}

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

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

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

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

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

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

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

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

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

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

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

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

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

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

	.footer-widgets .wrap {
		max-width: 1360px;
		padding: 0;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.footer-widget-area {
		flex: 1;
		float: left;
		margin-bottom: 0;
		padding-right: 50px;
	}
	
	.footer-widget-area:last-child {
		padding-right: 0px;
	}
	
	/* Admin Bar
	--------------------------------------------- */
	
	.admin-bar .nav-secondary {
		/*top: 32px;*/
	}
	
	.admin-bar .header-wrapper {
		/*top: 32px;*/ /* 82px using top nav, 32px if not using top nav */
	}

	/* Mega Menu
	--------------------------------------------- */	
	
	.site-header .nav-megaheader {
		float: right;
		width: auto;
	}
}


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

}

/* # Page Header
---------------------------------------------------------------------------- */

.page-header {
	position: relative;
}

/* Page Header Hero Image
--------------------------------------------- */
	
.page-header .page-hero-image {
    position: relative;
}

.page-header .page-hero-image:before {
	background-color: rgba(0, 0, 0, .00);
	content: '';
	display: block;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.page-header .page-hero-image img {
    vertical-align: top;
	width: 100%;
}

/* Page Hero Slider
--------------------------------------------- */

.page-header .page-hero-slider {

}


/* WP Grid Builder MAP Facet 
---------------------------------------------------------------------------- */

.gm-style-iw {
	max-width: 100% !important;
	width: 500px !important;
}

.gbmap-marker-wrapper {
	display: flex;
}

.gbmap-marker-contents-left {
	display: inline-block;
	width: 33%;
}

.gbmap-marker-contents-left img {
	max-width: 100%;
}

.gbmap-marker-contents-right {
	display: inline-block;
	padding-left: 10px;
	width: 65%;
}

.gbmap-marker-contents-right h6 {
	font-family: AvianoSansRegular, Montserrat, sans-serif;
	margin-bottom: 10px;
}
.gbmap-marker-contents-right a.ugb-button {
	background-color: #355989;
	color: white;
}

.gbmap-marker-contents-right a.ugb-button:hover {
	background-color: #f0b350;
	color: white;
}

@media only screen and (max-width: 767px) {
	.gm-style-iw {
		width: 300px !important;
	}
}


/* Projects Custom Post Type
---------------------------------------------------------------------------- */

.single-projects .site-inner {
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0% 0 0%;
}

.single-projects .wrap {
	max-width: 100%;
}

.single-projects .site-header .wrap {
	max-width: 1360px;
	margin: 0 auto;
}

.single-projects .nav-secondary .wrap {
	max-width: 1360px;
	margin: 0 auto;
}

.single-projects .content .entry-title {
	border-bottom: 0px solid #dddddd;
	padding: 0px 15px 30px 15px;
	margin-bottom: 50px;
}

.single-projects .content .entry-header {
	margin-top: 20px;
}

.single-projects .pagination-wrap {
	overflow: hidden;
	max-width: 1020px;
	margin: 0 auto;
	padding: 15px 15px;
}

.single-projects .pagination-wrap a {
	font-size: 18px;
}

.single-projects .breadcrumb {
	padding-left: 15px;
	padding-right: 15px;
}

/* Project Overview
--------------------------------------------- */

.pcpt-overview-wrap {
	background-color: rgba(234, 234, 234, 1.00);
	/* background-image: url(/wp-content/uploads/back-cave.jpg); */
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
	opacity: 1.00;
    position: relative;
	padding: 7% 5% 7% 5%;
	z-index: 0;
}

.pcpt-overview-wrap:after {
	background-color: rgba(234, 234, 234, 0.94);
	content: '';
	display: block;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.pcpt-overview {
	color: #222;
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	z-index: 2;
}

.pcpt-overview h3 {
	color: #222;
	font-size: 34px;
	margin-bottom: 40px;
	text-transform: uppercase;
	text-align: center;
}

.pcpt-overview h3::after {
	background-color: var(--spark-flourish-underline-color);
	content: ' ';
	display: block;
	height: 3px;
	margin: 12px auto;
	width: 100px;	
}

.pcpt-overview p {
	color: #222;
}

/* Project Details
--------------------------------------------- */

.pcpt-details-wrap {
	background-color: rgba(56, 102, 178, 1.00);
	/* background-image: url(/wp-content/uploads/back-cave.jpg); */
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
	opacity: 1.00;
    position: relative;
	padding: 7% 5% 7% 5%;
	z-index: 0;
}

.pcpt-details-wrap:after {
	background-color: rgba(56, 102, 178, .92);
	content: '';
	display: block;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.pcpt-details {
	color: #fff;
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	z-index: 2;
}

.pcpt-details h3 {
	color: #fff;
	font-size: 34px;
	margin-bottom: 40px;
	text-transform: uppercase;
	text-align: center;
}

.pcpt-details h3::after {
	background-color: var(--spark-flourish-underline-color);
	content: ' ';
	display: block;
	height: 3px;
	margin: 12px auto;
	width: 100px;	
}

.pcpt-details p {
	color: #fff;
}

/* Project Testimonial
--------------------------------------------- */

.pcpt-testimonial-wrap {
	background-color: rgba(234, 234, 234, 1.00);
/*	background-image: url(/wp-content/uploads/back2.jpg); */
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
	opacity: 1.00;
    position: relative;
	padding: 7% 5% 7% 5%;
	z-index: 0;
}

.pcpt-testimonial-wrap:after {
	background-color: rgba(234, 234, 234, 0.94);
	content: '';
	display: block;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;	
}

.pcpt-testimonial {
	color: #222;
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	z-index: 2;
}

.pcpt-testimonial h3 {
	color: #222;
	font-size: 34px;
	margin-bottom: 40px;
	text-transform: uppercase;
	text-align: center;
}

.pcpt-testimonial h3::after {
	background-color: var(--spark-flourish-underline-color);
	content: ' ';
	display: block;
	height: 3px;
	margin: 12px auto;
	width: 100px;	
}

.pcpt-testimonial p {
	color: #222;
}

/* Project Location
--------------------------------------------- */

.pcpt-location-wrap {
	background-color: rgba(255, 255, 255, 1.00);
/*	background-image: url(/wp-content/uploads/back-cave.jpg); */
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
	opacity: 1.00;
    position: relative;
	padding: 7% 5% 7% 5%;
	z-index: 0;
}

.pcpt-location-wrap:after {
	background-color: rgba(255, 255, 255, 0.93);
	content: '';
	display: block;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;	
}

.pcpt-location {
	color: #222;
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	z-index: 2;
}

.pcpt-location h3 {
	color: #222;
	font-size: 34px;
	margin-bottom: 40px;
	text-transform: uppercase;
	text-align: center;
}

.pcpt-location h3::after {
	background-color: var(--spark-flourish-underline-color);
	content: ' ';
	display: block;
	height: 3px;
	margin: 12px auto;
	width: 100px;	
}

.pcpt-location p {
	color: #222;
}

/* Project Contact
--------------------------------------------- */

.pcpt-contact-wrap {
	background-color: rgba(56, 102, 178, 1.00);
/*	background-image: url(/wp-content/uploads/back2.jpg); */
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
	opacity: 1.00;
    position: relative;
	padding: 7% 5% 7% 5%;
	z-index: 0;
}

.pcpt-contact-wrap:after {
	background-color: rgba(56, 102, 178, .92);
	content: '';
	display: block;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.pcpt-contact {
	color: #fff;
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	z-index: 2;
}

.pcpt-contact h3 {
	color: #fff;
	font-size: 34px;
	margin-bottom: 40px;
	text-transform: uppercase;
	text-align: center;
}

.pcpt-contact h3::after {
	background-color: var(--spark-flourish-underline-color);
	content: ' ';
	display: block;
	height: 3px;
	margin: 12px auto;
	width: 100px;	
}

.pcpt-contact p {
	color: #fff;
}

.pcpt-contact button,
.pcpt-contact .button {
	background-color: #333; /* Form button background color */
	border: 0;
	border-radius: 5px;
	color: #fff; /* Form button text color */
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
}

.pcpt-contact button:focus,
.pcpt-contact button:hover,
.pcpt-contact .button:focus,
.pcpt-contact .button:hover {
	background-color: #0073e5; /* Form button background hover color */
	border-width: 0;
	color: #fff; /* Form button text hover color */
}


/* Team Custom Post Type
---------------------------------------------------------------------------- */

.tcpt-wrap {
	max-width: 100%;
}
	
.tcpt-column-one {
	margin: 0 auto;
	width: 80%;
}
	
.tcpt-column-two {
	margin: 0 auto;
	width: 80%;
	padding-top: 40px;
}

.tcpt-title {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.25;
	margin-bottom: 5px;
}

.tcpt-bio blockquote::before {
	color: #aaa;
	font-family: 'Font Awesome 5 Free';
	font-size: 30px;
	content: "\f10d";
	margin-left: -44px;
	margin-top: -10px;
	position: absolute;
}

.tcpt-bio blockquote {
	font-size: 24px;
	font-weight: 600;
	padding-left: 44px;
	padding-right: 44px;
}

.tcpt-bio blockquote p {
	word-wrap: normal;
}

.tcpt-email-button {
	padding: 10px 0 15px 0;
}

.tcpt-email-button i {
	padding-right: 10px;
}

.tcpt-email-button a {
	text-decoration: none;
	padding: 12px 26px;
}

.tcpt-social {
	padding: 0;
}

.tcpt-social a:hover{
	text-decoration:none;
}

.tcpt-social .fab,
.tcpt-social .fas {
	padding-right: 10px;
	color: #777;
}

.tcpt-social .fab:hover,
.tcpt-social .fas:hover {
	color: #333;
}

.tcpt-form {
	padding-top: 20px;
}

.tcpt-form-heading {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 20px;
}

/* Flourish under team image
--------------------------------------------- */
.tcpt-image::after {
	/*background-color: #0073e5; */
	background-color: var(--spark-flourish-underline-color);
    background-repeat: no-repeat;
    content: '';
    display: block;
    height: 4px;
	max-width: 25%;
	margin-left: 0;
	margin-right: auto;
	margin-top: 35px;
  	margin-bottom: 20px;
}

@media only screen and (min-width: 960px) {
	.tcpt-wrap {
		max-width: 100%;
	}
	
	.tcpt-column-one {
		float: left;
		width: 29.6875%; /* 380px */
	}
	
	.tcpt-column-two {
		float: right;
		width: 66.40625%; /* 850px */
		padding-top: 0;
	}
	
	.single-team .entry {
		margin-bottom: 0;
	}

}


/* Events Calendar: list widget styling
---------------------------------------------------------------------------- */

.tribe-events-widget {
	padding:35px;
	margin-bottom: 0px !important;
}


.tribe-events-widget .tribe-events-widget-events-list__header {
	margin-bottom:0px !important;
}

.tribe-events-view--widget-events-list,
.tribe-events-view--widget-events-list  .tribe-common-h2,
.tribe-events-view--widget-events-list  .tribe-common-h7,
.tribe-events-view--widget-events-list  .tribe-common-h8,
.tribe-events-view--widget-events-list  .tribe-common-b2,
.tribe-events-view--widget-events-list  .tribe-common-b1,
.tribe-events-widget-events-list__event-date-tag-month {
	font-family: Lato, sans-serif !important;
}

.tribe-events-widget-events-list__event-row {
	border-bottom: 1px solid #ddd !important;
	margin-bottom: 24px !important;
	padding-bottom: 24px !important;
}

.tribe-events-widget-events-list__event-date-tag {
	width: 84px !important;
	height: 84px  !important;
	margin-right: 18px !important;
}

.tribe-events-widget-events-list__event-date-tag-datetime {
	background-color:#369;
	padding-top: 11px !important;
	padding-bottom: 11px !important;
}

.tribe-events-widget-events-list__event-date-tag-month {
	color: white !important;
	font-size:22px !important;
	font-weight: 300 !important;
	margin-bottom: -2px !important;
}

.tribe-events-widget-events-list__event-date-tag-daynum.tribe-common-h2 {
	color: white !important;
	font-weight: bold !important;
	font-size:30px !important;
	line-height: 33px !important;
	margin-bottom: 0px !important;
}

.tribe-events-widget-events-list__event-title.tribe-common-h7 {
	font-size: 20px !important;
	font-weight: normal !important;
	line-height: 28px !important;
	word-wrap:normal;
}

.tribe-events-widget-events-list__event-title.tribe-common-h7 a:hover {
	color: #369 !important;
	border-bottom-color: transparent;
}

.tribe-events-widget-events-list__event-datetime-wrapper.tribe-common-b2.tribe-common-b3--min-medium {
	font-size: 16px !important;
	font-weight: 300 !important;
	line-height: 18px !important;
	text-transform: uppercase;
}

.tribe-events-widget-events-list__view-more {
	text-align: center;
	font-size: 20px !important;
}

a.tribe-events-widget-events-list__view-more-link.tribe-common-anchor-thin {
	display: inline-block;
	border-bottom: 0px !important;
	border-radius: 3px !important;
	margin-top: 15px;
	padding-top: 16px;
	padding-right: 34px;
	padding-bottom: 15px;
	padding-left: 34px;
}

a.tribe-events-widget-events-list__view-more-link.tribe-common-anchor-thin:hover {
	border-bottom: 0px !important;
}

@media screen and (min-width: 820px) and (max-width: 1050px) {
	.tribe-events-widget {
		padding: 35px 15px;
	}

	.tribe-events-widget-events-list__event-date-tag {
		height: 54px  !important;
		width: 54px !important;
		margin-right: 12px !important;
	}

	.tribe-events-widget-events-list__event-date-tag-month {
		font-size:16px !important;
	}

	.tribe-events-widget-events-list__event-date-tag-daynum.tribe-common-h2 {
		font-size:22px !important;
		line-height:23px !important;
	}

	.tribe-events-widget-events-list__event-date-tag-datetime {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.tribe-events-widget-events-list__event-title.tribe-common-h7 {
		font-size: 20px !important;
		line-height: 22px !important;
		word-wrap:normal;
	}

	.tribe-events-widget-events-list__event-datetime-wrapper.tribe-common-b2.tribe-common-b3--min-medium {
		font-size: 15px !important;
		line-height: 17px !important;
		margin-top: 10px;
	}

	.tribe-events-widget-events-list__view-more {
		font-size: 16px !important;
	}

}

/* Events Calendar: misc styling
--------------------------------------- */
.tribe-common-l-container {
	padding-top:30px !important;
}


/* Gridbuilder Modifications
---------------------------------------------------------------------------- */

/* Search box styling */
.entry-content .wpgb-search-facet .wpgb-input {
	border-radius: 3px !important;
	border: 1px solid #dedede;
	border-width: 1px !important;
}

/* Facet button animated underlines */
.entry-content .wpgb-facet ul.wpgb-inline-list .wpgb-button {
	background-color: transparent;
	border:none;
	border-bottom: none !important;
	border-radius:0px;
	color: black;
	margin-right:20px;
	padding-left:0px !important;
	padding-right:0px !important;
}

.entry-content .wpgb-facet ul.wpgb-inline-list .wpgb-button:after {
	content: "";
	transition: .35s all ease;
	backface-visibility: hidden;
	position: absolute;
	left: 50%;
	height: 2px;
	width: 0;
	background-color: var(--spark-menu-underline-color);
	bottom: 0;
	transform: translateX(-50%);
}

.entry-content .wpgb-facet ul.wpgb-inline-list .wpgb-button[aria-pressed="true"]:after,
.entry-content .wpgb-facet ul.wpgb-inline-list .wpgb-button:hover:after {
	width:100%;
}

.entry-content .wpgb-facet ul.wpgb-inline-list .wpgb-button .wpgb-button-label {
	font-size: 18px !important;
	padding:0px;
}

.entry-content .wpgb-facet ul.wpgb-inline-list .wpgb-button[aria-pressed="true"],
.entry-content .wpgb-facet ul.wpgb-inline-list .wpgb-button:hover {
	background-color: transparent;
	border-bottom: none !important;
	color: black;
}
/* END: Facet button underlines */

/* Facet Button styling */
.entry-content .wpgb-facet ul .wpgb-button {
	background-color: #ffffff;
	border: 1px solid #444444;
	border-color: #aaaaaa;
	color: #444444;
}

.entry-content .wpgb-facet .wpgb-button[aria-pressed="true"] {
	background-color: #3866b2;
	border-color: #3866b2;
	color: #ffffff;
}

.wpgb-facet ul .wpgb-button {
	outline: none !important;
}

@media screen and (max-width: 767px) {
	/* At mobile reduce vertical spacing between facets */
	.wpgb-facet>fieldset:last-child {
		margin-bottom: 0px !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
	/* WPGB Cards inside Stackable 3-col blocks */
	.ugb-columns--columns-3 .wpgb-card-body h3 {
		font-size: 22px !important;
	}
}


/* WPGB: Search box + Facets - Centered & wraps to 2 lines
---------------------------------------------------------------------------- */
#spark-facets-wrapper1 {
	text-align: center;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
}

#spark-facets-wrapper1 .ugb-container__wrapper {
	padding-top: 0px;
	padding-bottom: 0px;
}

#spark-facets-wrapper1 .wpgb-facet {
	display: inline-block;
}

#spark-facets-wrapper1 .wpgb-facet>fieldset:last-child {
	margin-bottom: 20px !important;
}

/* Category links */
#spark-facets-wrapper1 .wpgb-inline-list {
	justify-content: center;
}

/* Search box */
#spark-facets-wrapper1 .wpgb-facet-2 {
	width: 220px;
	margin-right: 28px;
}

#spark-facets-wrapper1 .wpgb-facet-2 .wpgb-input {
	border-color: #a9a9a9;
}

/* Make search box wider when wrapping */
#spark-facets-wrapper1.jq_is_wrapping .wpgb-facet-2 {
	width: 320px;
	margin-right: 0px;
}

@media screen and (max-width: 599px) {
	/* Make search box full width at mobile */
	#spark-facets-wrapper1.jq_is_wrapping .wpgb-facet-2 {
		width: 100%;
	}
}


/* Stackable Tweaks
--------------------------------------------------------------*/
/* Stackable 4-col "Image Box" */
.ugb-image-box.ugb-image-box--v4.ugb-image-box--columns-4 .ugb-block-content {
    grid-gap: 30px !important;
}
.ugb-image-box.ugb-image-box--v4.ugb-image-box--columns-4 .ugb-image-box__item .ugb-image-box__header {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

@media screen and (max-width: 599px) {
    /* Stackable Card 3-col and 2-col layouts */
    .ugb-card--v2.ugb-card--columns-3 .ugb-block-content,
    .ugb-card--v2.ugb-card--columns-2 .ugb-block-content {
        grid-gap: 30px !important;
    }

	/* Stackable single  "Horizontal layout" card */
	.ugb-card.ugb-card--v2.ugb-card--design-horizontal.ugb-card--columns-1 .ugb-card__content {
		padding: 30px 15px;
	}
	
	.ugb-card.ugb-card--v2.ugb-card--design-horizontal.ugb-card--columns-1 .ugb-card__item .ugb-card__title {
		font-size: 30px !important;
	}

	/* Stackable 4-col Image Box */
	.ugb-image-box.ugb-image-box--v4 .ugb-image-box__title {
		font-size: 30px !important;
	}
}

@media only screen and (min-width:600px) and (max-width:960px) {
	/* Stackable Card 3-col and 2-col layouts */
	.ugb-card--v2.ugb-card--columns-3 .ugb-block-content,
	.ugb-card--v2.ugb-card--columns-2 .ugb-block-content {
		grid-gap: 20px !important;
	}
	
	.ugb-card--v2.ugb-card--columns-3 .ugb-card__content,
	.ugb-card--v2.ugb-card--columns-2 .ugb-card__content {
		padding: 20px 10px !important;
		word-wrap: normal;
	}
	
	.ugb-card--v2.ugb-card--columns-3 .ugb-card__content .ugb-button,
	.ugb-card--v2.ugb-card--columns-2 .ugb-card__content .ugb-button {
		padding: 8px 15px;
	}

	/* Stackable "Image Box" */
	.ugb-image-box.ugb-image-box--v4 .ugb-image-box__item {
		padding: 35px 5px !important;
	}
}

@media only screen and (min-width:600px) and (max-width:750px) {
	/* Stackable Card 3-col and 2-col layouts */
	.ugb-card--v2.ugb-card--columns-3 .ugb-card__content .ugb-card__title,
	.ugb-card--v2.ugb-card--columns-2 .ugb-card__content .ugb-card__title {
		font-size: 18px !important;
        font-weight: 700;
	}

    .ugb-card--v2.ugb-card--columns-3 .ugb-card__content .ugb-card__description,
    .ugb-card--v2.ugb-card--columns-2 .ugb-card__content .ugb-card__description {
        font-size: 15px !important;
    }

    /* Stackable 3-col "Image Box" */
	.ugb-image-box.ugb-image-box--v4 .ugb-image-box__title {
		font-size: 16px !important;
	}

}

@media only screen and (min-width:751px) and (max-width:960px) {
	/* Stackable Card 3-col and 2-col layouts */
	.ugb-card--v2.ugb-card--columns-3 .ugb-card__content .ugb-card__title,
	.ugb-card--v2.ugb-card--columns-2 .ugb-card__content .ugb-card__title {
		font-size: 20px !important;
	}

	/* Stackable 3-col "Image Box" */
	.ugb-image-box.ugb-image-box--v4 .ugb-image-box__title {
		font-size: 26px !important;
	}
}

/* Stackable  "Horizontal layout" card:
Tweak to make image full bleed when image is at top */
@media only screen and (max-width:960px) {
	.ugb-card.ugb-card--v2.ugb-card--design-horizontal.ugb-card--columns-1 .ugb-card__item {
		flex-direction: column;
	}
	
	.ugb-card.ugb-card--v2.ugb-card--design-horizontal.ugb-card--columns-1 .ugb-card__image {
		height: 60vw;
		width: auto !important;
	}
}

/* Stackable Misc Tweaks */
.ugb-accordion.ugb-accordion--v2 .ugb-accordion__heading:focus {
	outline: 0px !important;
	outline-width: 0px !important;
}

/* Calendar 3-col block */
@media screen and (max-width: 820px) {
	.ugb-columns.ugb-columns.ugb-columns.ugb-columns>.ugb-inner-block>.ugb-block-content>.ugb-columns__item.ugb-6ee2b86-content-wrapper {
		grid-auto-flow: row;
		grid-template-columns: 1fr!important;
		grid-template-areas: inherit!important;
	}
}


/* WP Gridbuilder tweaks
---------------------------------------------------------------------------- */
@media screen and (min-width: 600px) and (max-width: 1200px) {
	/*  Grid tweaks */
	.wp-grid-builder .wpgb-card .wpgb-card-wrapper .wpgb-card-body {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 768px) {
	/* WPGB Carousels - remove dots at mobile */
	.wp-grid-builder .wpgb-page-dots {
		display: none;
	}
}


/* Safari Tweaks
https://www.browserstack.com/guide/create-browser-specific-css
---------------------------------------------------------------------------- */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {

	/* remove single-pixel gap above dropdown menu */
	#mega-menu-wrap-megaafterheader #mega-menu-megaafterheader > li.mega-menu-item > a.mega-menu-link {
		height:63px !important;
	}

}}

/* Footer: responsive columns */
@media screen and (min-width: 600px) and (max-width: 1023px) {
	.ugb-73f92e5.ugb-columns--columns-4 > .ugb-inner-block > .ugb-block-content > .ugb-columns__item {
		grid-template-columns: 0.8fr 0.8fr !important;
		grid-auto-flow: row;
		justify-items: center;
	}
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
	.ugb-columns.ugb-73f92e5.ugb-columns--columns-4>.ugb-inner-block>.ugb-block-content>.ugb-columns__item>.ugb-column {
		width: auto;
		min-width: 250px;
	}
}


/* Fontawesome tweaks required after Fontawesome plugin removal 
* Icons inserted via html code use Megamenu's incomplete "Fontawesome 5 Free" css
* Does not apply to Stackable icons
* fas = solid | fab = brands | far = regular
* https://fontawesome.com/v5.15/icons?d=gallery&p=2&m=free
*/

.fas:before{
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
}
.fab:before{
	font-family: 'Font Awesome 5 Brands';
	font-style: normal;
}
.far:before{
	font-family: 'Font Awesome 5 Regular';
	font-style: normal;
}

.fas.fa-lg,
.fab.fa-lg,
.far.fa-lg {
	font-size: 1.5em;
}


/* Remove bottom spacing under Google map iframes
---------------------------------------------------------------------------- */

.spark-map-wrapper {
	margin-bottom: -110px;
}

@media screen and (max-width: 960px) {
	.spark-map-wrapper {
		margin-bottom: -50px;
	}
}


/* Stackable v3 tweaks */
.stk-block.alignfull {
    width: unset !important;
}


/*Top nav wrap tweaking */
@media screen and (min-width: 960px) and (max-width: 1300px) {
	#mega-menu-megaheader>li.mega-menu-item {
	   margin-right:20px !important; 
	}

  #mega-menu-megaheader>li.mega-menu-item > a.mega-menu-link{
    font-size:16px !important;
  }

  #mega-menu-wrap-megaheader #mega-menu-megaheader li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
	margin-left: 1px !important;
  }
  
  
}



/* Board Members tweak */
@media screen and (min-width: 960px) and (max-width: 1100px) {
	body.page-id-17 .wpgb-card-body .wpgb-block-4 {
		font-size:16px;
	}
	
	body.page-id-17 .wpgb-card-body .wpgb-block-3 {
		font-size:22px;
	}  

}


/* Contact forms tweak */
@media screen and (min-width: 642px) and (max-width: 1100px) {
  
	.gform_legacy_markup_wrapper .top_label input.medium, .gform_legacy_markup_wrapper .top_label select.medium {
		width: 100% !important; 
	}
  
}


/* Header nav tweaks to prevent wrapping */
@media screen and (min-width: 960px) {
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:0px;
  padding-left:20px;
  padding-right: 20px;
}

.site-header .wrap {
  width: 100%;
}
  
}

@media screen and (min-width: 960px) and (max-width:1000px) {
	.site-header {
	  padding-left:5px;
	  padding-right: 5px;
	}

}