/*!
Theme Name: keystone conference
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: keystone-conference
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

keystone conference is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
	font-family: 'Gill Sans';
	src: url('./assets/fonts/GillSans-Bold.eot');
	src: url('./assets/fonts/GillSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('./assets/fonts/GillSans-Bold.woff2') format('woff2'),
		url('./assets/fonts/GillSans-Bold.woff') format('woff'),
		url('./assets/fonts/GillSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gill Sans';
	src: url('./assets/fonts/GillSans-BoldItalic.eot');
	src: url('./assets/fonts/GillSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('./assets/fonts/GillSans-BoldItalic.woff2') format('woff2'),
		url('./assets/fonts/GillSans-BoldItalic.woff') format('woff'),
		url('./assets/fonts/GillSans-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
    font-family: 'Gill Sans';
    src: url('./assets/fonts/GillSans-Heavy.eot');
    src: url('./assets/fonts/GillSans-Heavy.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/GillSans-Heavy.woff2') format('woff2'),
        url('./assets/fonts/GillSans-Heavy.woff') format('woff'),
        url('./assets/fonts/GillSans-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Trebuchet MS';
	src: url('./assets/fonts/TrebuchetMS.eot');
	src: url('./assets/fonts/TrebuchetMS.eot?#iefix') format('embedded-opentype'),
		url('./assets/fonts/TrebuchetMS.woff2') format('woff2'),
		url('./assets/fonts/TrebuchetMS.woff') format('woff'),
		url('./assets/fonts/TrebuchetMS.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Trebuchet MS';
	src: url('./assets/fonts/TrebuchetMS-Italic.eot');
	src: url('./assets/fonts/TrebuchetMS-Italic.eot?#iefix') format('embedded-opentype'),
		url('./assets/fonts/TrebuchetMS-Italic.woff2') format('woff2'),
		url('./assets/fonts/TrebuchetMS-Italic.woff') format('woff'),
		url('./assets/fonts/TrebuchetMS-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}




:root {
	/* ===== FONT FAMILIES ===== */
	--font-family-body: "Trebuchet MS";
	--font-family-heading: "Gill Sans";

	/* ===== FONT SIZES ===== */
	--font-size-20: clamp(16px, 1.4vw, 20px);
	--font-size-body: clamp(16px, 1.4vw, 18px);
	--font-size-80: clamp(42px, 5.6vw, 80px);
	--font-size-64: clamp(30px, 4.4vw, 64px);
	--font-size-60: clamp(28px, 4.2vw, 60px);
	--font-size-48: clamp(24px, 3.4vw, 48px);
	--font-size-32: clamp(24px, 2.3vw, 32px);
	--font-size-34: clamp(26px, 2.4vw, 34px);
	--font-size-30: clamp(22px, 2.2vw, 30px);
	--font-size-27: clamp(20px, 1.4vw, 27px);
	--font-size-24: clamp(20px, 1.4vw, 22px);
	--font-size-24: clamp(20px, 1.5vw, 24px);
	

	/* ===== LINE HEIGHTS ===== */
	--line-height-body: 1.66;
	--line-height-heading: 1.15;

	/* ===== FONT WEIGHTS ===== */
	--fw-100: 100;
	--fw-200: 200;
	--fw-300: 300;
	--fw-400: 400;
	--fw-500: 500;
	--fw-600: 600;
	--fw-700: 700;
	--fw-900: 900;

	/* ===== COLORS ===== */
	/* Primary Colors */
	--color-brand-blue: #007EA9;
	--color-light-blue: #C0E1ED;
	--color-ice: #E5F2F6;
	--color-gray: #E8E8E8;
	--color-green: #79A848;
	--color-gold: #FFB81C;
	--color-purple: #84329B;
	--color-red: #DA291C;
	--color-light-gray: #D9D9D9;
	--color-white: #FFFFFF;
	--color-black: #000000;

	/* ===== BUTTONS ===== */
	--btn-padding: 7.5px 35px 7.5px 35px;
	/* --btn-arrow-padding: 25px 66px 18px 30px; */

	--space-0 : 0 !important;


	/* ===== RADIUS ===== */
	--radius-circle: 50%;

	--section-padding: 150px 0;
	--section-padding-top: 150px;
	--section-padding-bottom: 100px;
	--pt-80: 80px;


	/* ===== WRAPPERS ===== */
	--wrapper-default: 1544px;
	--wrapper-big: 1732px;
	--wrapper-inner: 1622px;
	--wrapper-small: 1400px;
	--wrapper-padding: 0 50px;
}


/* ========================================
   BASE RESET
======================================== */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    /*scroll-behavior: smooth;*/
}

html, body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd {
	margin: 0;
	padding: 0;
}

/* ========================================
   TYPOGRAPHY
======================================== */
body {
	font-size: var(--font-size-body);
	line-height: var(--line-height-body);
	font-weight: var(--fw-400);
	color: var(--color-black);
	font-family: var(--font-family-body);
}

p {
	margin-bottom: 34px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-family-heading);
	font-weight: var(--fw-900);
	line-height: var(--line-height-heading);
	margin-bottom: 30px;
	position: relative;
	text-transform: uppercase;
	color: var(--color-black);
	letter-spacing: 0.96px;
}
.default-section :is(h1, h2, h3, h4, h5, h6) {
	margin: 50px 0 15px 0;
}
h1,
.h1 {
	font-size: var(--font-size-64);
}

h2,
.h2 {
	font-size: var(--font-size-48);
}

h3,
.h3 {
	font-size: var(--font-size-30);
}

h4, .h4 {
	font-size: var(--font-size-27);
}
h5, .h5 {
	font-size: var(--font-size-24);
}

h6,
.h6 {
	font-size: var(--font-size-22);
}

.font-60 {
	font-size: var(--font-size-60);
}

.font-70 {
	font-size: var(--font-size-70);
}

.font-30 {
	font-size: var(--font-size-30);
}

.font-34 {
	font-size: var(--font-size-34);
}
.font-32{
	font-size:var(--font-size-32);
}
.font-27 {
	font-size: var(--font-size-27);
}

.font-24 {
	font-size: var(--font-size-24);
}

.font-20 {
	font-size: var(--font-size-20);
}

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}
tr {
	border-bottom: 0.8px solid var(--color-light-blue);
}
table tr td {
	padding: 0.8em;
	width: 100%;
	line-height: 1.3;
}
#UCCWebServicesDiv table tr td span{
	margin: 0 !important;
}

.wp-caption figcaption {
	text-align: center;
	font-size: 14px;
	line-height: 1.4;
	margin: 10px 0 0 0;
	font-style: italic;
}
/* ========================================
   LISTS
======================================== */
ul, ol {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
}
ul li,
ol li {
	margin-bottom: 0px;
	position: relative;
}

li {
	margin-bottom: 10px;
}

ul li {
	padding-left: 24px;
}

ul li::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: var(--color-brand-blue);
	position: absolute;
	left: 0;
	border-radius: var(--radius-circle);
	top: 0.6em;
}
.fw-content-text ul li ul li::before {
	border: 2px solid;
	background-color: transparent;
}
.site-header ul li,
.site-header ul li::before,
.site-footer ul li,
.site-footer ul li::before {
	padding-left: 0;
	content: none;
}

.site-header li,
.site-footer li {
	margin: 0;
}
hr {
	border: 0;
	border-top: 1px solid var(--color-gray);
}
.list-title {
	margin-bottom: 20px;
	display: inline-block;
}

/* ===== Font Weight Utilities ===== */
.fw-lighter {
	font-weight: var(--fw-100)
}

.fw-light {
	font-weight: var(--fw-300)
}

.fw-normal {
	font-weight: var(--fw-400)
}

.fw-medium {
	font-weight: var(--fw-500)
}

.fw-semibold {
	font-weight: var(--fw-600)
}

.fw-bold {
	font-weight: var(--fw-700)
}

/* ===== Text Alignment ===== */
.text-start {
	text-align: left
}

.text-center {
	text-align: center
}

.text-end {
	text-align: right
}

/* ========================================
   LINKS
======================================== */
a {
	text-decoration: none;
	color: var(--color-black);
	display: inline-block;
	transition: 0.5s;
}

a:focus-visible {
	outline: none;
}

a:hover {
	outline: none;
	color: var(--color-black);
	text-decoration: none;
}

/* ========================================
   MEDIA
======================================== */
img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
	height: auto;
}

.image-wrap {
	position: relative;
}

.image-wrap img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	inset: 0;
	transition: 0.5s;
}

path {
	transition: 0.5s;
}

body .text-primary {
	color: var(--color-brand-blue);
}

body .text-secondary {
	color: var(--color-secondary);
}

body .text-purple {
	color: var(--color-purple);
}

body .text-dark-gray {
	color: var(--color-dark-gray);
}

body .text-white {
	color: var(--color-white);
}

body .text-black {
	color: var(--color-black);
}

body .text-red {
	color: var(--color-red);
}

/* ========================================
   FORMS
======================================== */
input,
button,
textarea,
select {
	font: inherit;
	color: inherit;
}

select {
	background-color: transparent;
	border: 1px solid var(--color-secondary);
	border-radius: 38px;
	color: var(--color-secondary);
	font-weight: var(--fw-400);
	padding: 12px 27px 12px 27px;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.5 7.5L14 1' stroke='%23074754' stroke-width='2'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 25px center;
	appearance: none;
	min-width: 279px;
}

.btn-list li {
	margin: 0;
}

body li:has(.arrow-btn) {
	list-style-type: none;
}

body li:has(.arrow-btn)::before {
	all: unset;
}

body .arrow-btn {
	background-color: var(--color-gold);
	padding: 24px 57px 19px 30px;
	font-weight: var(--fw-900);
	text-transform: uppercase;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5042 4.25989L1.76467 15L0 13.2353L10.7383 2.49581H1.27393V0H15V13.7261H12.5042V4.25989Z' fill='black'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center right 30px;
	font-family: var(--font-family-heading);
	line-height: 1;
	color: var(--color-black);
	width: fit-content;
	position: relative;
}
body .small-btn {
	font-size: 15px;
	padding: 15px 35px 10px 20px;
	background-size: 11px;
	background-position: right 15px center;
}

body.windows .arrow-btn {
    padding: 22px 57px 21px 30px;
}
body.windows .small-btn {
    padding: 12px 35px 12px 20px;
}
body .arrow-btn:hover {
	background-color: var(--color-white);
}

.arrow-btn.white {
	background-color: var(--color-white);
}

.arrow-btn.white:hover {
	background-color: var(--color-gold);
}

body .arrow-btn.blue-hover:hover {
	background-color: var(--color-brand-blue);
	color: var(--color-white);
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5042 4.25989L1.76467 15L0 13.2353L10.7383 2.49581H1.27393V0H15V13.7261H12.5042V4.25989Z' fill='%23fff'/%3E%3C/svg%3E");
}

.button-list {
	gap: 26px;
}

.button-list li::before {
	all: unset;
}

.button-list li {
	padding: 0;
}

.solid-btn {
	background: var(--color-secondary);
	color: var(--color-white);
	padding: var(--btn-padding);
	font-size: var(--font-size-24);
	font-weight: var(--fw-400);
	border: none;
	cursor: pointer;
	transition: 0.5s;
	text-transform: capitalize;
	font-family: var(--font-family-heading);
}
.outline-btn {
	border-radius: 35px;
	border: 1px solid rgba(0, 0, 0, 0.20);
	padding: 14px 35px;
	font-weight: var(--fw-700);
	text-transform: uppercase;
	width: fit-content;
	gap: 10px;
	align-items: center;
	display: flex;
}
.outline-btn:hover {
	background-color: var(--color-brand-blue);
	color: var(--color-white);
	border-color: var(--color-brand-blue);
}
.outline-btn:hover path {
	fill: var(--color-white);
}
.active-relationships-readmore {
	margin-top: 32px;
}



/* ========================================
   TABLES
======================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ========================================
   WORDPRESS IMAGE ALIGNMENTS
======================================== */
.alignleft {
	float: left;
	margin-right: var(--space-18);
}

.alignright {
	float: right;
	margin-left: var(--space-18);
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

/* ========================================
   UTILITIES
======================================== */
[hidden] {
	display: none !important;
}

.fst-italic {
	font-style: italic;
}

p:last-child,
li:last-child,
blockquote:last-child,
ul:last-child,
ol:last-child {
	margin: 0;
}
blockquote {
	margin: 0 0 28px 0;
	padding: 25px;
	background-color: var(--color-brand-blue);
	border-left: 8px solid var(--color-gold);
	color: var(--color-white);
}

/* ========================================
   WRAPPERS
======================================== */
.big-wrapper {
	padding: var(--wrapper-padding);
	max-width: var(--wrapper-big);
	margin: 0 auto;
	width: 100%;
}

.inner-wrapper {
	max-width: var(--wrapper-inner);
	margin: 0 auto;
	padding: var(--wrapper-padding);
	width: 100%;
}

.wrapper {
	max-width: var(--wrapper-default);
	margin: auto;
	padding: var(--wrapper-padding);
	width: 100%;
}

.small-wrapper {
	max-width: var(--wrapper-small);
	margin: 0 auto;
	padding: var(--wrapper-padding);
	width: 100%;
}

/* ========================================
   FLEX UTILITIES
======================================== */
.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}

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

.flex-row-reverse {
	flex-direction: row-reverse;
}
.align-items-end{
	align-items: end;
}
.align-items-center {
	align-items: center;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-end {
	justify-content: flex-end;
}

.justify-content-between {
	justify-content: space-between;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.break-line {
	display: block;
}


.text-white * {
	color: var(--color-white)
}

.text-white {
	color: var(--color-white);
}

/* ===== Position Utilities ===== */
.position-static {
	position: static
}

.position-relative {
	position: relative
}

.position-absolute {
	position: absolute
}

.position-fixed {
	position: fixed
}

.position-sticky {
	position: sticky
}

/* ===== Inset Utilities ===== */
.inset-0 {
	inset: 0
}

/* ===== Individual Sides ===== */

.z-n1 {
	z-index: -1
}

.z-0 {
	z-index: 0
}

.z-1 {
	z-index: 1
}

.z-2 {
	z-index: 2
}

.z-3 {
	z-index: 3
}

/* ========================================
   SPACING UTILITIES
======================================== */
.pt-0 {
	padding-top: var(--space-0) !important;
}

.mt-0 {
	margin-top: var(--space-0) !important;
}

.pb-0 {
	padding-bottom: var(--space-0) !important;
}

.mb-0 {
	margin-bottom: var(--space-0) !important;
}

.pt-18 {
	padding-top: var(--space-18) !important;
}

.mt-18 {
	margin-top: var(--space-18) !important;
}

.pb-18 {
	padding-bottom: var(--space-18) !important;
}

.mb-18 {
	margin-bottom: var(--space-18) !important;
}

.pt-30 {
	padding-top: var(--space-30) !important;
}

.mt-30 {
	margin-top: var(--space-30) !important;
}

.pb-30 {
	padding-bottom: var(--space-30) !important;
}

.mb-30 {
	margin-bottom: var(--space-30) !important;
}

.pt-35 {
	padding-top: var(--space-35) !important;
}

.mt-35 {
	margin-top: var(--space-35) !important;
}

.pb-35 {
	padding-bottom: var(--space-35) !important;
}

.mb-35 {
	margin-bottom: var(--space-35) !important;
}

.pt-50 {
	padding-top: var(--space-50) !important;
}

.mt-50 {
	margin-top: var(--space-50) !important;
}

.pb-50 {
	padding-bottom: var(--space-50) !important;
}

.mb-50 {
	margin-bottom: var(--space-50) !important;
}

body .pt-209 {
	padding-top: 209px;
}

.d-block {
	display: block;
}

.d-none {
	display: none;
}

.row {
	margin: 0 -15px;
}

.col {
	padding: 0 15px;
	width: 100%;
}



/* ===== Width Hight Utilities ===== */
.w-25 {
	width: 25%;
}

.w-50 {
	width: 50%;
}

.w-75 {
	width: 75%;
}

.w-100 {
	width: 100%;
}

.w-auto {
	width: auto;
}

.h-100 {
	height: 100%;
}

/* ===== Viewport Width Utilities ===== */
.vw-100 {
	width: 100vw;
}

.min-vw-100 {
	min-width: 100vw;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}

.mt-auto {
	margin-top: auto;
}

.mb-auto {
	margin-bottom: auto;
}

.ms-auto {
	margin-left: auto;
}

.me-auto {
	margin-right: auto;
}

.full-link {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}


body .section-padding {
	padding: var(--section-padding);
}
body .bg-white {
	background: var(--color-white);
}
.section-padding-top {
	padding-top: var(--section-padding-top);
}

.section-padding-bottom {
	padding-bottom: var(--section-padding-bottom);
}

body .slick-prev {
	left: 0;
}

body .slick-prev::before,
body .slick-next::before,
.testimonial-prev::before,
body .testimonial-next::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	inset: 0;
	opacity: 1 !important;
}

body .slick-prev::before {
	background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.77685 8.4585L19.9652 8.45809L19.9652 10.9537L4.77809 10.9545L11.4704 17.6469L9.70564 19.4117L-0.000156224 9.7059L9.70564 0.000103865L11.4704 1.76491L4.77685 8.4585Z" fill="%23007EA9"/></svg>');
}

body .slick-next::before {
	background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_395_4149)"><path d="M16.4362 11.854L1.24781 11.8544L1.24781 9.35879L16.435 9.35796L9.74261 2.66561L11.5074 0.900806L21.2132 10.6066L11.5074 20.3124L9.74261 18.5476L16.4362 11.854Z" fill="%23007EA9"/></g><defs><clipPath id="clip0_395_4149"><rect width="15" height="15" fill="white" transform="translate(10.6066) rotate(45)"/></clipPath></defs></svg>');
}

body .slick-prev:hover::before {
	background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.77685 8.4585L19.9652 8.45809L19.9652 10.9537L4.77809 10.9545L11.4704 17.6469L9.70564 19.4117L-0.000156224 9.7059L9.70564 0.000103865L11.4704 1.76491L4.77685 8.4585Z" fill="%23FFB81C"/></svg>');
}

body .slick-next:hover::before {
	background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_395_4149)"><path d="M16.4362 11.854L1.24781 11.8544L1.24781 9.35879L16.435 9.35796L9.74261 2.66561L11.5074 0.900806L21.2132 10.6066L11.5074 20.3124L9.74261 18.5476L16.4362 11.854Z" fill="%23FFB81C"/></g><defs><clipPath id="clip0_395_4149"><rect width="15" height="15" fill="white" transform="translate(10.6066) rotate(45)"/></clipPath></defs></svg>');

}

body .slick-next {
	right: 0;
}

body .slick-arrow {
	width: 56px;
	height: 40px;
	background-size: 30px !important;
	background-repeat: no-repeat !important;
	z-index: 9;
	background-position: center !important;
	transition: 0.5s;
	border: none;
	cursor: pointer;
}


body .slick-dots li::before,
body .slick-dots li button::before {
	all: unset;
}

body .slick-dots li {
	width: 18px;
	height: 18px;
	margin: 0 4px;
}

body .slick-dots li button {
	border: 2px solid var(--color-brand-blue);
	border-radius: var(--radius-circle);
	width: inherit;
	height: inherit;
}

body .slick-dots li.slick-active button {
	background-color: var(--color-brand-blue);
}

body .slick-dotted.slick-slider {
	margin-bottom: 60px;
}

/*---- Gravity FORM Style Start  ----*/
.gform_validation_errors {
	display: none !important;
}

.validation_message {
	font-size: 12px !important;
	margin: 6px 0 0 0 !important;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
	height: auto !important;
	line-height: 1.2 !important;
	padding: 23px 30px !important;
	color: var(--color-brand-blue) !important;
	background-color: var(--color-ice) !important;
	border-radius: 0px !important;
	border: 1px solid var(--color-brand-blue) !important;
	font-size: var(--font-size-body) !important;
}
body .contact-form .gform-datepicker {
	width: 100%;
	--gf-local-width: 100% !important;
}
body .contact-form .ginput_address_zip {
	width: 100%;
	inline-size: 100%;
}

.contact-form .gfield_label {
	color: var(--color-white) !important;
	font-size: var(--font-size-27) !important;
	line-height: 1.11 !important;
	margin: 0 0 16px 0 !important;
	font-weight: var(--fw-500) !important;
	font-family: var(--font-family-heading) !important;
}

.contact-form textarea {
	height: 241px !important;
	min-block-size: unset !important;
	resize: none !important;
}

body .contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
	box-shadow: unset !important;
	outline: 0 !important;
}

.gfield_required {
	display: none !important;
}

.contact-form select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='%23007EA9'/%3E%3C/svg%3E") !important;
    line-height: 1.3 !important;
    background-size: 11px !important;
}

.contact-form .gform-footer {
	margin: 17px 0 0 0 !important;
}

.contact-form .gform-theme--foundation .gform_fields {
	row-gap: 12px !important;
	column-gap: 0;
}

.contact-form-wrap {
	max-width: 749px;
}

.contact-form .gform_footer {
	margin: 12px 0 0 0 !important;
}

body .contact-form input[type="submit"] {
	background-color: var(--color-gold) !important;
	color: var(--color-black) !important;
	padding: 22px 20px 17px 20px !important;
	font-size: var(--font-size-body) !important;
	font-weight: var(--fw-700) !important;
	line-height: normal !important;
	border-radius: 0px !important;
	border: none !important;
	cursor: pointer !important;
	transition: 0.5s !important;
	text-transform: uppercase !important;
	width: 100% !important;
	font-family: var(--font-family-heading) !important;
	background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.5042 4.25989L1.76467 15L0 13.2353L10.7383 2.49581H1.27393V0H15V13.7261H12.5042V4.25989Z" fill="black"/></svg>');
	background-repeat: no-repeat;
	background-position: center right 40%;
}
.gravity-theme.ui-datepicker[style] {
  z-index: 99999 !important;
}
body .contact-form input[type="submit"]:hover {
	background-color: var(--color-brand-blue) !important;
	color: var(--color-white) !important;
	background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.5042 4.25989L1.76467 15L0 13.2353L10.7383 2.49581H1.27393V0H15V13.7261H12.5042V4.25989Z" fill="white"/></svg>');
}
body.windows .contact-form input[type="submit"] {
    padding: 20px 20px 19px 20px !important;
}
.contact-form .validation_message,
body .contact-form .validation_message {
	margin: 3px 0 0 0 !important;
	text-align: left !important;
	font-size: 12px !important;
	color: #c02b0a !important;
	background-color: var(--color-white);
	padding: 0;
}

body .gform-theme--framework .gform-loader {
	border-block-end-color: var(--yellow) !important;
	border-block-start-color: var(--gf-form-spinner-bg-color);
	border-inline-end-color: var(--gf-form-spinner-bg-color);
	border-inline-start-color: var(--yellow) !important;
}

.contact-form select option {
	background-color: var(--green) !important;
}

/*---- Gravity FORM Style End  ----*/

.enx2-logo {
	padding-left: 15px;
}

.powered-by {
	gap: 10px;
}

/*---- Enx2 Logo Style Start ----*/
#enx2_logo path:nth-child(1) {
	transform-origin: 10% center;
}

#enx2_logo path {
	fill: var(--color-black);
	transition: all 0.3s ease 0s;
}

#enx2_logo {
	max-width: 120px;
	line-height: 1;
	height: auto;
}

body .poweredby:hover path {
	fill: var(--color-brand-blue) !important;
}

.poweredby svg {
	transition: 0.5s;
}

.poweredby:hover svg {
	transform: translateY(-2px);
}

.footer-bottom {
	margin-top: 90px;
}

body ul .quick-item {
	border-right: 1px solid;
	line-height: 1;
	padding: 0 15px;
	font-weight: var(--fw-500);
	font-family: var(--font-family-heading);
}

.quick-link-anchor {
	text-decoration: none;
}

.quick-link-anchor:hover {
	color: var(--color-brand-blue);
}

.powered-by-text {
	margin: 0;
	font-weight: var(--fw-500);
	font-family: var(--font-family-heading);
}
.separator-icon {
	width: 15px;
	height: 15px;
	display: inline-block;
	background-image: url('data:image/svg+xml,<svg width="7" height="13" viewBox="0 0 7 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.458946 12.5237L5.80711 0.199044" stroke="black"/></svg>');
	background-repeat: no-repeat;
	background-position: center;
	line-height: 1;
}
.breadcrumb-wrapper #breadcrumbs > span {
	display: flex;
	align-items: center;
	gap: 10px;
}
.breadcrumb-wrapper {
	margin: 0 0 30px 0;
}
.breadcrumb-wrapper a:hover {
	color: var(--color-brand-blue);
}

/*---- Enx2 Logo Style End ----*/

/* Default Page */
.default-section{
	border-bottom: 1px solid var(--color-ice);
}
.default-section ol li {
	list-style-type: decimal;
}
.default-section ol {
	padding-left: 20px;
}
.default-sect-wrap :is(h1, h2, h3, h4, h5, h6):first-child {
	margin-top: 0;
}

/* Event Page CSS Start */
.tribe-events-page-template li::before {
	display: none !important;
}
.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text:focus, .tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text:focus {
	outline: none;
}
body .tribe-common a:focus,.tribe-events button.tribe-events-c-top-bar__datepicker-button:focus,.tribe-events .tribe-events-c-search__button:focus, .tribe-events button.tribe-events-c-search__button:focus,.tribe-common .tribe-common-form-control-text__input:focus {
	outline: none;
}
.tribe-events .datepicker .day.focused, .tribe-events .datepicker .day:focus, .tribe-events .datepicker .day:hover, .tribe-events .datepicker .month.focused, .tribe-events .datepicker .month:focus, .tribe-events .datepicker .month:hover, .tribe-events .datepicker .year.focused, .tribe-events .datepicker .year:focus, .tribe-events .datepicker .year:hover {
	background: var(--color-ice) !important;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:focus, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:focus, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover {
	color: var(--color-brand-blue);
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:focus::before, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover::before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2720%27%3E%3Cpath fill=%27%23007EA9%27 d=%27M11.916 17.841 10 19.757l-9.9-9.9L10-.041l1.916 1.916-7.983 7.984z%27/%3E%3C/svg%3E");
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:focus::after,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover::after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2720%27%3E%3Cpath fill=%27%23007EA9%27 d=%27M.084 2.159 2 .243l9.9 9.9L2 20.041.084 18.126l7.983-7.984z%27/%3E%3C/svg%3E");
}
.tribe-events-event-meta .tribe-events-meta-item {
	padding: 0;
	line-height: 1.4;
}
.tribe-events-calendar-list__event .tribe-events-calendar-list__event-featured-image {
	max-width: 290px;
	width: 100%;
	margin: auto;
}
.tribe-events-view {
	overflow: hidden;
}
.tribe-events-calendar-list__event:not(.has-post-thumbnail) 
    .tribe-events-calendar-list__event-details {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
body .single-tribe_events .tribe-events-single .tribe-events-event-meta,body .tribe-events-venue-map{
	width: 100% !important;
}
.tribe-events-single-section {
	width: 100% !important;
}
body .tribe-events-meta-group.tribe-events-meta-group-gmap {
	margin-right: 0;
}
.tribe-events-related-events-title, .tribe-events-single ul.tribe-related-events {
	display: none;
}
body #tribe-events-pg-template, body .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	max-width: 1524px;
	padding: 120px 40px 40px 40px !important;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next {
	padding: 0;
	line-height: 1.2;
}
.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
	color: var(--color-black);
}
.tribe-events .tribe-events-l-container {
	padding-bottom: 0;
}
.tribe-filter-bar-c-pill__pill:hover {
	outline: none !important;
	background-color: var(--color-brand-blue) !important;
	color: var(--color-white) !important;
	border-color: var(--color-brand-blue) !important;
}

.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-results__option {
	border-top: 1px solid var(--color-light-blue);
	padding: 10px 20px !important;
}
.tribe-filter-bar-c-filter__filters-legend {
	padding: 13px 20px 20px 20px !important;
	margin: 0 !important;
}

.tribe-filter-bar-c-filter__filters-close {
	right: 12px !important;
	top: -43px !important;
}
.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-results__option:hover {
	background-color: var(--color-brand-blue);
	color: var(--color-white);
}
.tribe-filter-bar-c-filter__container {
	border-radius: 0 !important;
	padding: 0px 0 !important;
	border: 1px solid var(--color-light-blue) !important;
}
.tribe-events-c-events-bar__filter-button:focus ,.tribe-filter-bar-c-pill__pill:focus,.tribe-filter-bar-c-filter__toggle:focus,.tribe-filter-bar .tribe-filter-bar-c-clear-button:focus,.tribe-filter-bar .tribe-filter-bar-c-pill__remove-button:focus,.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-results__option:focus{
	outline: none !important;
}
.tribe-filter-bar-c-pill__pill:hover + .tribe-filter-bar-c-pill__remove-button path,.tribe-filter-bar .tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill + .tribe-filter-bar-c-pill__remove-button path {
	stroke: var(--color-white);
}
.tribe-filter-bar .tribe-filter-bar-c-pill--has-selections .tribe-filter-bar-c-pill__pill {
	background-color: var(--color-brand-blue);
	color: var(--color-white);
	border-color: var(--color-brand-blue);
}
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-clear-button {
	transition: 0.5s;
}
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-clear-button:hover {
	color: var(--color-brand-blue);
}
.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-clear-button:hover .tribe-filter-bar-c-clear-button__reset-icon path {
	stroke: var(--color-brand-blue);
}
.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection:hover {
	background-color: var(--color-brand-blue);
}
.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection {
	border-radius: 0 !important;
	margin-bottom: 0;
	width: 100%;
	background-color: var(--color-brand-blue);
	padding: 8px 8px;
}
.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection__rendered:hover {
	background-color: var(--color-brand-blue);
}
.single-tribe_events .tribe-events-event-meta .tribe-events-meta-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
/*---- Header CSS Start ----*/
.site-header {
	box-shadow: 0 10px 39.8px 0 rgba(0, 0, 0, 0.10);
	position: relative;
	z-index: 9;
}

.header-cta-btn-m-wrap {
	display: none;
}

.header-top {
	border-bottom: 1px solid var(--color-light-gray);
}

.header-top-content a {
	text-decoration: underline;
}

.header-top-content a:hover {
	color: var(--color-brand-blue);
}

.phone-text {
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

.header-wrapper {
	width: 100%;
	padding: var(--wrapper-padding);
}
.main-header .main-menu a {
	text-transform: capitalize;
}
.top-bar-menu a {
	border-left: 1px solid var(--color-light-gray);
}

.main-menu a:hover {
	color: var(--color-brand-blue);
}

.top-bar-menu a, .phone-btn {
	padding: 17px 25px;
	line-height: 1;
}

.top-bar-menu a:hover,
.phone-btn:hover {
	background-color: var(--color-brand-blue);
	color: var(--color-white);
}

.phone-btn:hover path {
	fill: var(--color-white);
}

.phone-btn {
	background: rgba(0, 126, 169, 0.10);
	gap: 0 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.header-cta-btn {
	height: 100%;
}

.main-menu {
	gap: 0 40px;
	margin: 0;
	align-items: center;
}

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

.custom-logo-link {
	display: table;
}
.border-bottom {
	border-bottom: 2px solid rgba(0, 126, 169, 0.16);
}
.border-top {
	border-top: 2px solid rgba(0, 126, 169, 0.16);
}
.border-top-hide .full-width-content-sec-wrapper {
	border-top: unset;
}
.border-bottom-hide .full-width-content-sec-wrapper{
	border-bottom: unset;
}
body .gradient-bg {
	background: linear-gradient(180deg, #EEFAFF 0%, #FFF 100%);
}
.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
	cursor: default !important;
}
.breadcrumb_last {
	line-height: 1.3;
}
body .remove-before-shape::before {
	all: unset;
}
.resource-categories-widget .cat-item.current-cat a{
	color: var(--color-brand-blue);
}
/*---- Header Mobile menu CSS  ----*/
.header-main {
	box-shadow: 0 10px 39.8px 0 rgba(0, 0, 0, 0.10);
	position: relative;
	z-index: 1;
}
@keyframes stickyDrop {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
.header-main.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 4px 12px rgba(66, 67, 68, 0.2);
	z-index: 10;
	animation: stickyDrop 0.5s ease forwards;
	background-color: var(--color-white);
}
.add-overlay::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	z-index: 1;
	inset: 0;
	opacity: 0.6;
	all: unset;
}

.main-navigation li.menu-item-has-children>a {
	display: flex;
	align-items: center;
	padding-right: 26px;
}

.main-navigation li.menu-item-has-children>a::after {
	content: '';
	font-size: 10px;
	right: 0;
	transition: transform 0.3s ease;
	position: absolute;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.5 7.5L14 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
	background-position: center;
}

.main-navigation li.menu-item-has-children:hover>a::after {
	transform: rotate(180deg);
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23007ea9' stroke-width='2'/%3E%3C/svg%3E");
}

.main-navigation .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 240px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(60px);
	z-index: 999;
	list-style: none;
	margin: 0;
	flex-direction: column;
	transition: all 0.3s;
	background-color: var(--color-white);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-top: 5px solid var(--color-gold);
}

.main-navigation .sub-menu::before {
	content: "";
	width: 100%;
	height: 50px;
	background-color: transparent;
	position: absolute;
	top: -48px;
	z-index: -2;
}
.main-navigation ul li::before {
	all: unset;
}

body.add-overlay {
	overflow: hidden;
}

.main-navigation .sub-menu li {
	padding: 0;
	transition: 0.3s ease;
}

.main-navigation .sub-menu li:last-child {
	border: none;
}
.main-header .main-menu > li.current-menu-item > a {
	color: var(--color-brand-blue);
}
.main-navigation li.menu-item-has-children.current-menu-item > a::after {
background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23007ea9' stroke-width='2'/%3E%3C/svg%3E");
}
.main-navigation .sub-menu li a {
	color: var(--color-black);
	text-decoration: none;
	padding: 12px 16px;
	display: block;
	transition: all 0.3s ease;
	height: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 1.2;
	font-size: var(--font-size-body);
}

.main-navigation .sub-menu li a:hover,.main-navigation .sub-menu li.current-menu-item a {
	background-color: var(--color-brand-blue);
	color: var(--color-white);
	border-color: rgba(275, 275, 275, 0.2);
}

.sub-menu a::before {
	all: unset;
}

.two-column-menu .sub-menu {
	min-width: 450px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.two-column-menu .sub-menu li {
	margin: 0;
	max-width: 50%;
	width: 100%;
}

.two-column-menu .sub-menu li:nth-child(2n+1) a {
	border-right: 1px solid var(--color-teal);
}

.two-column-menu .sub-menu li:nth-last-child(-n+2) a {
	border-bottom: 0;
}

.mobile-menu-toggle {
	font-size: 24px;
	cursor: pointer;
	width: 40px;
	height: 20px;
	position: relative;
	flex-direction: column;
	justify-content: space-between;
	background: transparent;
	cursor: pointer;
	z-index: 9;
	padding: 0;
	margin: 0;
	display: none;
	border: none;
}

.mobile-menu-toggle:hover {
	background-color: transparent;
}

.mobile-menu-toggle .bar {
	height: 1px;
	width: 100%;
	background-color: var(--color-black);
	transition: all 0.3s ease-in-out;
	border-radius: 0;
	display: block;
}

.mobile-menu-toggle.open .bar {
	background-color: var(--color-white);
}

/* .main-navigation ul ul {
	display: flex;
	flex-direction: column;
	background-color: var(--cyan-blue);
	position: absolute;
	min-width: 170px;
	z-index: 9;
	transform: translateY(30px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
} */

.main-navigation ul li:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(39px);
}

.site-header.sticky ul li:hover>.sub-menu {
	transform: translateY(34px);
	border-top: 4px solid var(--color-brand-blue);
}

.main-navigation ul ul li:last-child a {
	border-bottom: 0;
}

.main-navigation ul ul .sub-menu {
	left: 100%;
	top: 0;
}

.main-navigation ul ul li {
	margin: 0;
	padding: 0;
}

.mobile-menu-toggle.open .top-bar {
	transform: translateY(10px) rotate(45deg);
}

.mobile-menu-toggle.open .middle-bar {
	opacity: 0;
}

.mobile-menu-toggle.open .bottom-bar {
	transform: translateY(-8px) rotate(-45deg);
}

.submenu-toggle {
	margin-left: auto;
	background-color: transparent;
	border: none;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	z-index: 9;
	position: relative;
	right: -20px;
	display: none;
	transition: 0.5s;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23FFFFFF' stroke-width='2'/%3E%3C/svg%3E");
}

.submenu-open>a .submenu-toggle {
	transform: rotate(180deg);
}

.main-navigation li.menu-item-has-children > a:hover .submenu-toggle, .main-header .main-menu > li.current-menu-item > a .submenu-toggle {
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23007EA9' stroke-width='2'/%3E%3C/svg%3E");
}

.main-navigation .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}

.main-navigation .sub-menu .sub-menu::before {
	top: 0;
}

.main-navigation li:hover .sub-menu .sub-menu {
	transform: translateY(0px);
}

.main-navigation .sub-menu .menu-item-has-children a::after {
	right: 6px;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%2337123C' stroke-width='2'/%3E%3C/svg%3E");
	top: 1.1em;
}

.main-navigation .sub-menu .menu-item-has-children:hover>a::after {
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}

/*---- Header Mobile menu CSS  ----*/


.footer-contact-sec {
	padding: 99px 0 170px 0;
}

/* .footer-contact-sec-bg::before {
	content: "";
	width: 100%;
	height: 100%;
	opacity: 1;
	background-image: url('./assets/images/footer-contact-sec-bg.png');
	position: absolute;
	mix-blend-mode: luminosity;
	pointer-events: none;
	z-index: 1;
} */
 .footer-contact-sec-row {
	position: relative;
}
.footer-contact-sec-bg img {
	opacity: 1;
	filter: grayscale(100);
	pointer-events: none;
}
.footer-contact-sec-bg {
	width: 100%;
	height: 100%;
	inset: 0;
	pointer-events: none;
	top: 100px;
}

.footer-contact-sec-left {
	max-width: 50%;
	width: 100%;
}

.footer-contact-sec-right {
	max-width: 50%;
	width: 100%;
}

.footer-contact-sec-form {
	max-width: 550px;
	width: 100%;
	margin: 0 auto;
	padding: 36px 40px 36px 40px;
	background-color: var(--color-white);
	box-shadow: 0 15px 80px 0 rgba(40, 51, 124, 0.08);
}

.footer-contact-sec-content-wrap {
	padding: 0 40px 24% 0;
}

.footer-contact-sec-content {
	max-width: 564px;
}

.footer-contact-sec-sub-title {
	color: var(--color-purple);
	margin-bottom: 25px;
}

.footer-contact-sec-title {
	margin-bottom: 24px;
}
.scroll-to-top {
	position: fixed;
	bottom: 171px;
	right: 50px;
	width: 60px;
	height: 60px;
	background-color: transparent;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	transition: all 0.3s ease;
	z-index: 2;
	border: 1px solid var(--color-red);
}
.scroll-to-top:hover path {
	fill: var(--color-gold);
}
.scroll-to-top:hover {
	transform: translateY(-5px);
	border-color: var(--color-gold);
}

/*---- Footer CSS Start ----*/
.site-footer {
	position: relative;
	background-color: var(--color-black);
	padding: 91px 0 91px 0;
	overflow: hidden;
}

.footer-bg-image-wrap {
	position: absolute;
	right: 0;
	top: 0;
	pointer-events: none;
	max-width: 1100px;
	z-index: 0;
}

.footer-bg-image-wrap::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 90%);
	z-index: 1;
	opacity: 0.9;
	mix-blend-mode: color;
}

.f-links-title {
	color: var(--color-green);
	font-size: var(--font-size-20);
	line-height: 1.5;
	margin-bottom: 50px;
}

.quicklinks-wrap {
	max-width: 14%;
}

.useful-links-wrap {
	max-width: 14%;
}

.contact-links-wrap {
	max-width: 20%;
}

.news-letter-wrap {
	max-width: 33.9%;
}

body .news-letter-form-title {
	margin-bottom: 28px;
}

.footer-col {
	padding: 0 15px;
	width: 100%;
}

.footer-middel-wrap {
	padding-top: 50px;
	border-top: 1px solid rgba(275, 275, 275, 0.1);
	position: relative;
	margin-top: 38px;
}

.site-footer .menu {
	gap: 22px;
	display: flex;
	flex-direction: column;
}

.site-footer .menu a {
	color: var(--color-white);
}

.site-footer .menu a:hover {
	color: var(--color-green);
}

.footer-contact-text {
	color: var(--color-white);
	transition: 0.5s;
	line-height: 1.55;
}

.footer-contact-link:hover .footer-contact-text {
	color: var(--color-green);
}

.footer-bottom-wrap {
	margin-top: 60px;
	padding-top: 50px;
	border-top: 1px solid rgba(275, 275, 275, 0.1);
	position: relative;
}

.footer-bottom-content {
	color: var(--color-white);
	font-size: 16px;
}

.footer-contact-icon,
.footer-social-link {
	width: 60px;
	height: 60px;
	border: 1px solid #79A84826;
	border-radius: var(--radius-circle);
	background-color: #79A8480D;
}

.footer-social-link:hover {
	border-color: var(--color-white);
}

.footer-contact-link {
	gap: 15px;
	width: fit-content;
}

.footer-contacts {
	gap: 32px;
}

.footer-social-link:hover path {
	fill: var(--color-white);
}

.footer-social {
	gap: 15px;
}

.news-letter-form .ginput_container input {
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	background-color: rgba(255, 255, 255, 0.10) !important;
	border-radius: 0 !important;
	font-size: var(--font-size-body) !important;
	color: var(--color-white) !important;
	padding: 15px 30px !important;
	height: auto !important;
}

.news-letter-form .ginput_container input::placeholder {
	color: var(--color-white) !important;
}

.news-letter-form .ginput_container input:focus {
	outline: none;
	box-shadow: none;
}

body .news-letter-form input[type="submit"] {
	background-color: var(--color-white) !important;
	color: var(--color-black) !important;
	border-radius: 0 !important;
	font-size: var(--font-size-body) !important;
	text-transform: uppercase !important;
	font-family: var(--font-family-heading) !important;
	font-weight: var(--fw-700) !important;
	padding: 23px 66px 18px 30px !important;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5042 4.25989L1.76467 15L0 13.2353L10.7383 2.49581H1.27393V0H15V13.7261H12.5042V4.25989Z' fill='black'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: center right 30px !important;
	transition: 0.5s !important;
}

body .news-letter-form input[type="submit"]:hover {
	background-color: var(--color-green) !important;
	color: var(--color-white) !important;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5042 4.25989L1.76467 15L0 13.2353L10.7383 2.49581H1.27393V0H15V13.7261H12.5042V4.25989Z' fill='white'/%3E%3C/svg%3E") !important;
}
body .news-letter-form input[type="submit"]:focus {
	outline: none !important;
	box-shadow: none !important;
	border-color: var(--color-white) !important;
}
body.windows .news-letter-form input[type="submit"] {
    padding: 21px 66px 20px 30px !important;
}

.footer-bottom-content a {
	color: var(--color-white);
}

.footer-bottom-content a:hover {
	color: var(--color-green);
}

.f-site-logo-wrap {
	position: relative;
}
body .tribe-events-c-subscribe-dropdown__button-text[aria-expanded="false"] + svg {
	transform: rotate(0) !important;
}
.tribe-events-c-subscribe-dropdown__button-text[aria-expanded="true"] + svg {
	transform: rotate(180deg);
}
.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
	margin-bottom: 34px;
}
.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
	font-size: var(--font-size-20);
}
.tribe-events-event-image img {
	max-width: 600px;
}

.ctct-inline-form .ctct-form-defaults{
	padding: 0 !important; background-color: transparent !important;
}
.ctct-inline-form .ctct-form-header{
	color: var(--color-green) !important;
	font-size: var(--font-size-20) !important;
	line-height: 1.3 !important;
	letter-spacing: 0.5px;
	margin: 0 0 10px 0 !important;
	font-family: var(--font-family-heading) !important;
	font-weight: var(--fw-900) !important;
}
.ctct-inline-form .ctct-form-text{
	font-size: 16px !important;
}
.ctct-inline-form .ctct-form-label {
	display: table !important;
}
body .ctct-inline-form .ctct-form-label.ctct-form-required::before {
	right: -12px !important;
	left: inherit !important;
}
.ctct-inline-form input.ctct-form-element{
	border: 1px solid rgba(255, 255, 255, 0.15) !important;
	background-color: rgba(255, 255, 255, 0.10) !important;
	border-radius: 0 !important;
	font-size: var(--font-size-body) !important;
	color: var(--color-white) !important;
	padding: 15px 30px !important;
	height: auto !important;
}
.ctct-inline-form .ctct-form-button {
	background-color: var(--color-white) !important;
	color: var(--color-black) !important;
	border-radius: 0 !important;
	border: 0 !important;
	font-size: var(--font-size-body) !important;
	text-transform: uppercase !important;
	font-family: var(--font-family-heading) !important;
	font-weight: var(--fw-700) !important;
	padding: 21px 66px 20px 30px !important;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5042 4.25989L1.76467 15L0 13.2353L10.7383 2.49581H1.27393V0H15V13.7261H12.5042V4.25989Z' fill='black'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: center right 30px !important;
	transition: 0.5s !important;
	max-width: 200px !important;
}
.ctct-inline-form .ctct-form-button:hover {
	background-color: var(--color-green) !important;
	color: var(--color-white) !important;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5042 4.25989L1.76467 15L0 13.2353L10.7383 2.49581H1.27393V0H15V13.7261H12.5042V4.25989Z' fill='white'/%3E%3C/svg%3E") !important;
}
/*---- Footer CSS End ----*/

.calendar-title-row h1 {
	margin-bottom: 50px;
}
.tribe-events-abbr {
	text-decoration: none;
}


/*------------------------------------------------*/
@media only screen and (max-width: 1800px) {
:root{
	--section-padding: 130px 0;
}	
body .pt-209 {
	padding-top: 180px;
}
.scroll-to-top {
	bottom: 201px;
	right: 40px;
}
.footer-contact-sec {
	padding: 99px 0 130px 0;
}
.main-menu {
	gap: 0 32px;
}

}
@media only screen and (max-width: 1600px) {
	:root{
	--section-padding: 110px 0;
}	
	.site-logo {
		padding: 15px 0;
	}

.main-menu {
	gap: 0 25px;
}
.main-header .main-menu a ,.main-navigation .sub-menu li a{
	font-size: 16px;
}

	.custom-logo {
		max-width: 200px;
	}

	.main-navigation ul li:hover > .sub-menu {
		transform: translateY(28px);
	}
	.site-footer {
		padding: 81px 0 81px 0;
	}

	.contact-links-wrap {
		max-width: 21%;
	}

	.footer-bottom-wrap {
		padding-top: 40px;
	}

	.f-links-title {
		margin-bottom: 40px;
	}
	.scroll-to-top {
		bottom: 175px;
		right: 40px;
		width: 55px;
		height: 55px;
	}
	.footer-contact-sec {
		padding: 99px 0 100px 0;
	}
	body .pt-209 {
		padding-top: 150px;
	}
	.calendar-title-row h1 {
		margin-bottom: 44px;
	}
	body .arrow-btn {
		padding: 24px 50px 19px 25px;
	}
}

@media only screen and (max-width: 1440px) {
	:root {
		--wrapper-padding: 0 40px;
		/* --btn-arrow-padding: 19px 60px 13px 25px; */
		--section-padding: 100px 0;
	}
.main-navigation .sub-menu::before {
	height: 40px;
	top: -42px;
}
body .arrow-btn {
	padding: 22px 45px 17px 20px;
	background-position: center right 22px;
}
body.windows .arrow-btn {
    padding: 20px 45px 19px 20px;
    background-position: center right 26px;
}

	.site-footer {
		padding: 81px 0 60px 0;
	}

	.quicklinks-wrap,
	.useful-links-wrap,
	.contact-links-wrap {
		max-width: 15%;
	}

	.news-letter-wrap {
		max-width: 30%;
	}

	.contact-links-wrap {
		max-width: 23%;
	}

	.news-letter-form .ginput_container input {
		padding: 12px 25px !important;
	}

	.footer-contacts {
		gap: 25px;
	}
	.contact-form input, .contact-form textarea, .contact-form select {
	padding: 20px 30px !important;
}
.contact-form textarea {
	height: 190px !important;
}
body .pt-209 {
	padding-top: 130px;
}
body #tribe-events-pg-template, body .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding: 100px 40px 40px 40px !important;
}
.tribe-common .tribe-common-c-btn-border--secondary:focus, .tribe-common .tribe-common-c-btn-border--secondary:hover, .tribe-common a.tribe-common-c-btn-border--secondary:focus, .tribe-common a.tribe-common-c-btn-border--secondary:hover {
	background-color: var(--color-brand-blue);
	border-color: var(--color-brand-blue);
}
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
	padding: 10px 18px;
}
.footer-contact-sec-bg {
	top: 60px;
}
.main-menu {
	gap: 0 20px;
}
.custom-logo {
	max-width: 180px;
}
.main-navigation ul li:hover > .sub-menu {
	transform: translateY(26px);
}
}

@media only screen and (max-width: 1360px) {
	:root {
		--wrapper-padding: 0 30px;
		/* --btn-arrow-padding: 19px 60px 13px 25px; */
		--section-padding: 90px 0;
	}

	.main-navigation .sub-menu::before {
		height: 25px;
	}
	body .arrow-btn {
		padding: 21px 37px 14px 17px;
		background-position: center right 18px;
		background-size: 13px;
	}
	body.windows .arrow-btn {
		padding: 18px 55px 17px 25px;
		background-position: center right 25px;
	}
	.button-list {
		gap: 15px;
	}
	.main-navigation .sub-menu {
		min-width: 220px;
	}

	.custom-logo {
		max-width: 150px;
	}
	.main-menu {
		gap: 0 20px;
	}

	.top-bar-menu a,
	.phone-btn {
		padding: 10px 20px;
	}

	.site-logo {
		padding: 13px 0;
	}

	.main-navigation ul li:hover > .sub-menu {
		transform: translateY(19px);
	}

	.quicklinks-wrap,
	.useful-links-wrap,
	.contact-links-wrap {
		max-width: 17%;
	}

	.contact-links-wrap {
		max-width: 25%;
	}

	.site-footer {
		padding: 70px 0 40px 0;
	}

	.footer-contact-icon,
	.footer-social-link {
		width: 50px;
		height: 50px;
	}

	.footer-bottom-wrap {
		padding-top: 30px;
		margin-top: 50px;
	}

	.news-letter-form .ginput_container input {
		padding: 10px 25px !important;
	}
	.scroll-to-top {
		bottom: 140px;
		right: 40px;
		width: 50px;
		height: 50px;
	}
	.footer-contact-sec {
		padding: 90px 0;
	}
	body .pt-209 {
		padding-top: 110px;
	}
	body #tribe-events-pg-template, body .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
		padding: 90px 30px 20px 30px !important;
	}
	.calendar-title-row h1 {
		margin-bottom: 35px;
	}
}

@media only screen and (max-width: 1360px) {
	.main-navigation .sub-menu::before {
		all: unset;
	}
	.header-top-left {
		width: 100%;
	}

	.header-top-right {
		width: 100%;
		justify-content: center;
		margin-bottom: 12px;
	}

	.header-top-content {
		margin-bottom: 10px;
	}

	.top-bar-menu a {
		border: 1px solid var(--color-light-gray);
		border-right: 0;
	}

	.header-top-left {
		text-align: center;
	}

	.phone-btn {
		border: 1px solid rgba(0, 126, 169, 0.10);
	}

	.site-logo {
		padding: 10px 0;
	}

	.header-cta-btn-wrap {
		margin-left: auto;
		margin-right: 30px;
	}

	.main-navigation {
		position: fixed;
		top: 0;
		right: 0;
		box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
		max-width: 40%;
		flex-direction: column;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
		z-index: 9;
		transform: translateX(100%);
		height: 100vh;
		padding: 160px 0 70px;
		width: 100%;
		overflow: auto;
		background-color: var(--color-brand-blue);
		display: flex;
		min-width: 350px;
	}

	.site-header-right-box {
		gap: 0 10px;
	}

	.header-location {
		order: 1;
		padding: 30px 20px;
		margin-bottom: 0;
		border: 0;
	}

	.site-header .social-links-wrap {
		margin-top: 15px;
	}

	.mobile-menu-toggle.open:hover .bar {
		background-color: var(--color-white);
	}

	.two-column-menu .sub-menu li:nth-child(2n+1) {
		border-right: unset;
	}

	.header-menu .sub-menu::before {
		all: unset;
	}

	.main-navigation.active {
		opacity: 1;
		visibility: visible;
		transform: translateX(0%);
	}

	.header-menu {
		flex-direction: column;
		margin: 0;
		gap: 0;
	}

	.header-menu li {
		padding: 0;
		width: 100%;
	}

	.header-menu>li>a,
	.header-menu .sub-menu li a {
		padding: 12px 24px;
		border-bottom: 1px solid #f0f0f0;
		width: 100%;
	}

	.header-menu>li:last-child>a,
	.header-menu>li>a {
		border-bottom: 1px solid #ffffff3b;
	}

	.site-header .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		margin: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
		padding: 0;
		background-color: var(--color-brand-blue);
		border: unset;
	}

	.main-navigation li.menu-item-has-children>a::after {
		display: none;
	}

	.main-navigation .sub-menu .sub-menu li a {
		padding-left: 70px;
	}

	body .main-navigation .sub-menu li a {
		padding-left: 50px;
	}

	.header-menu li.menu-item-has-children>a::after {
		display: none;
	}

	.search-wrap {
		order: -1;
	}

	.header-menu li:hover .sub-menu {
		transform: translate(0);
	}

	.two-column-menu .sub-menu {
		min-width: unset;
		flex-direction: column;
	}

	.two-column-menu .sub-menu li {
		max-width: 100%;
	}

	.mobile-menu-toggle {
		display: flex;
		margin: auto 0 auto 0;
	}

	.header-menu .sub-menu .sub-menu {
		left: 0;
	}

	.main-navigation ul li:hover>.sub-menu {
		visibility: unset;
		opacity: unset;
		transform: unset;
	}

	.site-header.sticky ul li:hover>.sub-menu {
		transform: unset !important;
		border-top: unset;
	}

	.main-navigation .sub-menu li a:hover {
		background-color: var(--color-white);
		color: var(--color-brand-blue);
	}

	.site-header.sticky .header-menu a {
		color: var(--color-white);
	}

	.sticky .main-navigation .sub-menu li a:hover {
		color: var(--color-brand-blue);
	}

	.main-navigation ul ul li:last-child a {
		border-bottom: 1px solid #ffffff3b !important;
	}

	.main-navigation .sub-menu li:last-child {
		margin: 0;
	}

	.main-navigation .sub-menu {
		min-width: auto;
	}

	.header-menu li .sub-menu a {
		display: flex;
		align-items: center;
		border-bottom: 1px solid #ffffff3b;
		color: var(--color-white);
		padding-left: 50px;
		border-left: 0;
		line-height: var(--line-height-body);
	}

	.header-menu li .sub-menu .sub-menu a {
		padding-left: 55px;
	}

	.header-menu li .sub-menu .sub-menu .sub-menu a {
		padding-left: 70px;
	}

	.submenu-toggle {
		display: block;
		right: -10px;
		padding: 12px;
	}

	.submenu-open>a .submenu-toggle {
		transform: rotate(180deg);
	}

	.main-navigation .sub-menu .menu-item-has-children a::after {
		display: none;
	}

	.main-navigation a:hover {
		background-color: var(--color-white);
		color: var(--color-brand-blue);
	}

	.main-menu {
		flex-direction: column;
		width: 100%;
		align-items: initial;
	}

	.main-menu a,
	.main-navigation .sub-menu li a {
		width: 100%;
		padding: 10px 30px;
		border-bottom: 1px solid rgba(275, 275, 275, 0.16);
		color: var(--color-white);
		display: flex;
	}

	.button-list {
		gap: 15px;
	}
	.main-header .main-menu > li.current-menu-item > a {
		background-color: var(--color-white);
	}
	.header-main.sticky .main-navigation {
		padding: 60px 0;
	}
}

@media only screen and (max-width: 1200px) {
	:root {
		--wrapper-padding: 0 20px;
		--section-padding: 80px 0;
	}
	.custom-logo {
		max-width: 200px;
	}
	.header-main.sticky .main-navigation {
		padding: 75px 0;
	}
	.contact-links-wrap {
		max-width: 26%;
	}

	body .news-letter-form-title {
		margin-bottom: 22px;
	}

	.f-links-title {
		margin-bottom: 30px;
	}

	.site-footer .menu {
		gap: 18px;
	}
	.footer-contact-icon,
	.footer-social-link {
		width: 44px;
		height: 44px;
	}
	.scroll-to-top {
		bottom: 130px;
	}
	.footer-contact-sec {
		padding: 70px 0;
	}
	.footer-contact-sec-content-wrap {
		padding: 0 30px 0 0;
	}
	.footer-contact-sec-form {
		max-width: 91%;
	}
	.contact-form input, .contact-form textarea, .contact-form select {
		padding: 16px 25px !important;
	}
	.contact-form textarea {
		height: 160px !important;
	}
	body .contact-form input[type="submit"] {
		padding: 20px 20px 14px 20px !important;
		background-position: center right 39%;
		background-size: 12px;
	}
	body.windows .contact-form input[type="submit"] {
		padding: 17px 20px 17px 20px !important;
	}
	.footer-contact-sec-sub-title,.footer-contact-sec-title {
		margin-bottom: 18px;
	}
	.outline-btn {
		padding: 12px 30px;
	}
	.outline-btn svg {
		width: 16px;
	}
	body .pt-209 {
		padding-top: 90px;
	}
	p,.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
		margin-bottom: 30px;
	}
	body #tribe-events-pg-template, body .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
		padding: 80px 20px 20px 20px !important;
	}
	.footer-contact-sec-bg {
		top: 0px;
	}

	.ctct-inline-form .ctct-form-button{
		max-width: 175px !important;
	}
}

@media only screen and (max-width: 992px) {
	:root {
		/* --btn-arrow-padding: 15px 48px 9px 20px; */
		--section-padding: 70px 0;
	}
	blockquote {
		margin: 0 0 28px 0;
		padding: 25px;
	}
	.default-section :is(h1, h2, h3, h4, h5, h6) {
		margin: 40px 0 12px 0;
	}
		p ,ul, ol,.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul{
		margin-bottom: 28px;
	}
	body .arrow-btn {
		background-position: center right 14px;
		background-size: 14px;
		padding: 20px 35px 14px 18px;
	}
	body.windows .arrow-btn {
		padding: 17px 35px 17px 18px;
		background-size: 14px;
		background-position: center right 14px;
	}

	.top-bar-menu a,
	.phone-btn {
		padding: 7px 15px;
	}

	.site-logo {
		padding: 7px 0;
	}

	.arrow-btn.header-cta-btn:hover {
		color: var(--color-black);
	}

	.quicklinks-wrap,
	.useful-links-wrap,
	body .contact-links-wrap {
		max-width: 33.33%;
	}

	.news-letter-wrap {
		max-width: 60%;
		padding-top: 50px;
	}

	.footer-bottom-wrap {
		flex-direction: column;
	}

	.f-social-media-wrap {
		margin-top: 20px;
	}

	.f-bottom-content-wrap {
		text-align: center;
	}
	.scroll-to-top {
		bottom: 30px;
		width: 40px;
		height: 40px;
		right: 30px;
	}
	.footer-contact-sec-left {
		max-width: 100%;
	}
	.footer-contact-sec-right {
		max-width: 100%;
	}
	.footer-contact-sec {
		padding: 60px 0;
	}
	.footer-contact-sec-form-wrap {
		padding-top: 40px;
	}
	.breadcrumb-wrapper {
		margin: 0 0 25px 0;
	}
	body .pt-209 {
		padding-top: 70px;
	}
	body #tribe-events-pg-template, body .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
		padding: 70px 20px 20px 20px !important;
	}
	body .contact-form input[type="submit"] {
		background-position: center right 43%;
	}
	.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-results__option {
		padding: 8px 17px !important;
	}
	.tribe-filter-bar-c-filter__filters-legend {
		padding: 10px 17px 17px 17px !important;
	}
	.tribe-filter-bar .tribe-filter-bar-c-dropdown .select2-selection {
		padding: 5px 7px;
	}
	.calendar-title-row h1 {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 768px) {
	:root {
		--section-padding: 60px 0;
	}
	h1,	h2,	h3,	h4,	h5,	h6 {
		margin-bottom: 26px;
	}
	p,.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
		margin-bottom: 24px;
	}
	.top-bar-menu a,
	.phone-btn {
		padding: 5px 12px;
	}
	.site-footer {
		padding: 60px 0 40px 0;
	}
	.quicklinks-wrap,
	.useful-links-wrap,
	body .contact-links-wrap {
		max-width: 50%;
	}

	.news-letter-wrap {
		max-width: 50%;
		padding-top: 0;
	}

	.footer-middel-wrap {
		gap: 50px 0;
	}

	body .news-letter-form input[type="submit"] {
		padding: 20px 66px 14px 30px !important;
	}
	body.windows .news-letter-form input[type="submit"] {
		padding: 17px 66px 17px 30px !important;
	}

	.news-letter-form .ginput_container input {
		padding: 7px 25px !important;
	}

	.site-footer .menu {
		gap: 14px;
	}

	.f-links-title {
		margin-bottom: 20px;
	}
	.footer-contact-sec-form {
		padding: 30px 30px;
		max-width: 100%;
	}
	body #tribe-events-pg-template, body .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
		padding: 60px 20px 20px 20px !important;
	}
	.tribe-events-calendar-list {
		padding: 90px 0 0 0 !important;
	}
	.ctct-inline-form .ctct-form-button {	
		padding: 17px 66px 17px 30px !important;
	}
	.ctct-inline-form .ctct-form-text {
		font-size: 14px !important;
	}
	.ctct-inline-form input.ctct-form-element{
		line-height: 1.1 !important; padding: 14px 20px !important;
	}
}

@media only screen and (max-width: 640px) {
	:root {
		/* --btn-arrow-padding: 14px 66px 9px 30px; */
		--line-height-body: 1.87;
		--section-padding: 50px 0;
	}
	body .arrow-btn,body.windows .arrow-btn {
		font-size: 14px;
		background-size: 13px;
	}
	.button-list {
		gap: 11px;
	}
	h1,	h2,	h3,	h4,	h5,	h6 {
		letter-spacing: -0.48px;
	}
	.footer-contact-sec {
		padding: 50px 0;
	}
	p,.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
		margin-bottom: 22px;
	}
}

@media only screen and (max-width: 575px) {
	:root {
		/* --btn-arrow-padding: 15px 48px 10px 20px; */
		--wrapper-padding: 0 15px;
	}
	.header-main.sticky .main-navigation {
		padding: 110px 0;
	}
		.header-main {
		padding: 28px 0 20px 0;
	}

	.main-navigation {
		padding: 110px 0 70px;
	}

	.header-cta-btn-wrap,
	.header-top {
		display: none;
	}

	.custom-logo {
		max-width: 181px;
	}

	.quicklinks-wrap,
	.useful-links-wrap,
	body .contact-links-wrap {
		max-width: 100%;
		text-align: center;
	}

	.footer-top-wrap {
		justify-content: center;
		gap: 20px;
	}

	.footer-contacts {
		width: fit-content;
		margin: 0 auto !important;
	}

	.news-letter-wrap {
		max-width: 360px;
		margin: 0 auto;
	}

	.footer-contact-link {
		flex-direction: column;
	}

	body .news-letter-form-title {
		text-align: center;
	}

	body .news-letter-form input[type="submit"] {
		margin: 0 auto !important;
	}

	.f-links-title {
		margin-bottom: 25px;
	}

	.footer-middel-wrap {
		padding-top: 40px;
		margin-top: 30px;
	}

	.footer-contact-item {
		width: 100%;
	}
	.footer-contact-link {
		margin: 0 auto;
	}
	.footer-social {
		justify-content: center;
	}
	.default-section :is(h1, h2, h3, h4, h5, h6) {
		margin: 35px 0 12px 0;
	}
	body .contact-form input[type="submit"] {
		background-position: center right 40%;
	}
	.calendar-title-row h1 {
		margin-bottom: 25px;
	}
	.ctct-inline-form .ctct-form-header,
	.ctct-inline-form .ctct-form-text{
		text-align: center;
	}
	.ctct-inline-form .ctct-gdpr-text{
		text-align: center;
	}
	.ctct-inline-form .ctct-form-button {
		margin: auto;
	}
}

@media only screen and (max-width: 480px) {
	.site-footer {
		padding: 60px 0 100px 0;
	}
	.scroll-to-top {
		right: 20px;
	}
	.footer-contact-sec-form {
		padding: 30px 20px;
	}
	.contact-form input, .contact-form textarea, .contact-form select {
		padding: 14px 20px !important;
	}

	.contact-form textarea {
		height: 130px !important;
	}
	body .contact-form input[type="submit"] {
		padding: 18px 20px 13px 20px !important;
		background-position: center right 36%;
	}
	body.windows .contact-form input[type="submit"] {
		padding: 16px 20px 15px 20px !important;
	}
	body .pt-209 {
		padding-top: 60px;
	}
}