/*
Theme Name: sonc
Theme URI: https://sonc.org/
Description: This is the sonc child theme created for the Genesis Framework.
Author: DOiNG GOOD
Author URI: https://soinggood.design/

Version: 1.0.0

Template: genesis

Text Domain: sonc
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


@font-face {
    font-family: 'GT Walsheim Pro Condensed';
    src: url('../woff2/gtwalsheimpro-condensedblack.woff2') format('woff2'),
        url('../woff/gtwalsheimpro-condensedblack.woff') format('woff'),
        url('../ttf/gtwalsheimpro-condensedblack.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}



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

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

/* stylelint-enable */

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

html {
	box-sizing: border-box;
}

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

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

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

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


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

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

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size: 62.5% !important;
}

body {
	background-color: #fff;
	color: #292828;
	font-family: 'Ubuntu', sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5714285714;
	margin: 0;
	overflow-x: hidden;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	body {
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 992px) {
	body {
		font-size: 2.2rem;
		line-height: 1.5454545455;
	}

}

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: #0063a5;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

/* .bkgrd-red a,
.bkgrd-blue a {
	color: #fff;
} */

/* a:focus,
a:hover {
	color: #0063a5;
	text-decoration: none;
} */

/* .bkgrd-red a:focus,
.bkgrd-blue a:hover {
	color: #fff !important;
} */

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

html,
body {
	overflow-x: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 2.5rem 0;
	color: #000;
}

h1 {
	font-size: 4.4rem;
}

h2 {
	font-size: 3.6rem;
}

h3 {
	font-size: 3rem;
	text-transform: uppercase;
}

h4 {
	font-size: 2.4rem;
	line-height: ;
	text-transform: uppercase;
	font-weight: 300;
}

body.home h4 {
	font-weight: 300 !important;
	color: #313131 !important;
	font-size: 3.25rem !important;
}

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

.entry-content h4 {
	/*	margin-top: 4rem;*/
}

h5 {
	font-size: 1.8rem;
	text-transform: uppercase;
}

h6 {
	font-size: 16px;
	text-transform: uppercase;
}

.uppercase h1,
.uppercase h2 {
	text-transform: uppercase;
}

.norm h3,
.norm h4,
.norm h5,
.norm h6 {}

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

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

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

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: 2rem;
	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,
.elementor-button-link,
.elementor-page > .uc_classic_content_content .uc_more_btn a,
.elementor-page > .uc_more_btn a,
.elementor-page .elementor-button,
.elementor-page .elementor-button:visited,
.elementor-page .elementor-button:hover,
.elementor-page .uael-infobox-text-wrap .elementor-button a,
body.page-id-14415 a.elementor-post__read-more {
	border: 2px solid #0077b8;
    border-radius: 30px !important;
    color: #0077b8 !important;
    cursor: pointer;
	font-size: 2rem;
	font-weight: 600;
	padding: 6px 18px 6px 24px;
	text-align: center;
	text-decoration: none !important;
	white-space: normal;
	width: auto;

}

.elementor-button-content-wrapper {
    display:inline-block !important;
}

button:after,
input[type="button"]:after,
input[type="reset"]:after,
input[type="submit"]:after,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:after,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:after,
.button:after,
.elementor-button-link:after,
.elementor-page > .uc_classic_content_content .uc_more_btn a:after,
.elementor-page > .uc_more_btn a:after,
.elementor-page > a.elementor-button:after,
.elementor-page > a.elementor-button:visited,
.elementor-page > a.elementor-button:hover {
    content: "\f345";
    -webkit-font-smoothing: antialiased;
    font: normal 2.3rem/.8 'dashicons';
    display: inline-block;
    color: #fff;
    position: relative;
    top: 0px;
    right: 0px;
    vertical-align: middle;
}

.elementor-page .uael-infobox-text-wrap .elementor-button:after {
    content: "\f345";
    -webkit-font-smoothing: antialiased;
    font: normal 2.3rem/.8 'dashicons';
    display: inline-block;
    color: #0077bb;
    position: relative;
    top: 0px;
    right: 0px;
    vertical-align: middle;
}

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: transparent;
    color: #0077b8;
}

.button.white-circle {
 	border: 2px solid #fff;
    border-radius: 30px !important;
    color: #fff !important;
}

.elementor-button-content-wrapper,
.elementor-button-content-wrapper .elementor-button-text {
    display: inline;
}

.button.blue-nocircle {

    color: #0077b8;
}

.elementor-page .elementor-widget-button.white-circle a.elementor-button {

}

.elementor-page .hero .elementor-button:visited,
.elementor-page .hero .elementor-button:hover,
.elementor-page .hero .elementor-button,
.elementor-page .bkgrd-red  .elementor-button,
.elementor-page .bkgrd-red  .elementor-button:visited,
.elementor-page .bkgrd-red  .elementor-button:hover,
.elementor-page .bkgrd-blue .elementor-button,
.elementor-page .bkgrd-blue .elementor-button:visited,
.elementor-page .bkgrd-blue .elementor-button:hover {
    color: #fff !important;
    border-color: #fff;
}

.elementor-page .elementor-flip-box .elementor-button {
    font-weight: 400;
}

.elementor-page .button-notext a.elementor-button {
    border: none;
    color: #fff;
    margin-top: -3rem;
}

.elementor-page .button-notext a.elementor-button:after {
    content:"\29C1";
    font-size: 6rem;
    font-weight: 400;
    color: #fff;
}

.elementor-page .bkgrd-red .uael-infobox-text-wrap .elementor-button {
    color: #0077b8 !important;
}


.elementor-page > .uc_classic_content_content .uc_more_btn,
.elementor-page > .uc_more_btn {

}


body.page-id-14415 .elementor-widget-wp-widget-categories h5 {
	display: none;
}

body.page-id-14415 .elementor-widget-wp-widget-categories select {
	border: none;
	width: 22%;
	color: #0079B9;
}



/** ___________ BUTTON LIST ____________
========================================
*/

/*
.button,
a.elementor-button,
.elementor-page .bkgrd-red a.elementor-button,
.elementor-page .bkgrd-blue a.elementor-button {

}




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

.nav-primary .button.white {
    background-color: #fff;
    padding: 0;
    font-style: normal;
}
*/

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

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

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

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

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

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


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

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

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

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

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

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

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container,
.tribe-events .tribe-events-l-container {
	padding-top: 0px !important;
}


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

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

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

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

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

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

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

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

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

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

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 1.5rem;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

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

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

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

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

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

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

.entry-title {
	font-size: 32px;
	line-height: 1.02;
	color: #0063A5;
	margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
	.entry-title {
		font-size: 40px;
		margin-top: 20px;
		margin-bottom: 50px;
	}
}

@media screen and (min-width: 992px) {
	.entry-title {
		font-size: 50px;
		margin-top: 40px;
		margin-bottom: 76px;
	}
}


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

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

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

.footer-widgets .wrap a {
	font-size: 14px;
	line-height: calc(26 / 14);
	font-weight: 500;
	display: inline-block;
}

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 36px 36px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 36px 36px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 2rem;
	line-height: 3.2rem;
	font-weight: 400;
	margin-top: 2rem;
	margin-bottom: 1rem;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.bkgrd-blue figcaption,
.bkgrd-blue .gallery-caption,
.bkgrd-blue .wp-caption-text,
.bkgrd-red figcaption,
.bkgrd-red .gallery-caption,
.bkgrd-red .wp-caption-text {
	color: #fff;
}

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

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

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

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul>li:last-of-type {
	margin-bottom: 0;
}

.widget ul>li {
	margin-bottom: 12px;
}

.widget ul>li:last-of-type {
	padding-bottom: 0;
}

.widget ol>li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 1.6rem;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form+p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

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

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

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

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

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

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 1.4rem;
	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 {
	z-index: 100;
	position: relative;
}

.site-header__top {
	background-color: #fff;
	padding: 23px 13px;
}

@media screen and (min-width: 992px) {
	.site-header__top {
		padding: 26px 30px;
	}
}


.site-header>.wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (min-width: 992px) {
	.site-header>.wrap .nav-primary {
		flex: 1;
		display: flex;
		justify-content: flex-end;
	}
}



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

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

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

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

@media screen and (min-width: 768px) {
	.wp-custom-logo .title-area img {
		width: auto;
	}
}

.site-title {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


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

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

#menu-primary-menu {
	display: flex;
	align-items: center;
}

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

.menu-primary > .menu-item {
	margin-left: 20px;
}

#google_translate_element {
	width: 140px;
}

@media screen and (min-width: 1280px) {
	.menu-primary > .menu-item {
		margin-left: 42px;
	}

	#google_translate_element {
		width: auto;
	}
}

.site-header__box {
	margin-left: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
	.site-header__box {
		margin-left: 25px;
	}
}

@media screen and (min-width: 1280px) {
	.site-header__box {
		margin-left: 45px;
	}
}

.site-header__box .astm-search-menu {
	display: none;
}

@media screen and (min-width: 992px) {
	.site-header__box .astm-search-menu {
		display: block;
	}
}

@media screen and (min-width: 1280px) {
	.site-header__box {
		margin-left: 70px;
	}
}

.site-header .astm-search-menu > a {
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI3IiB2aWV3Qm94PSIwIDAgMjYgMjciIHdpZHRoPSIyNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMjUuNzQyNiAyNS40Njg5LTcuMDg1NC03LjIzMzJjMy43MTk2LTMuOTg0OCAzLjkyNjQtMTAuMjQ1NjguMjk4LTE0LjQ3Mzg1LTIuMDUwMi0yLjM5MDUzLTUuMDI5NS0zLjc2MTg1LTguMTc0MS0zLjc2MTg1LTIuNTgxNy4wMDAxNjQ3OS01LjA4MTM4LjkzMzE4NC03LjAzODU3IDIuNjI3MjMtNC41MDY3NjggMy44OTk1Ny01LjAxNTMyIDEwLjc1MjQ3LTEuMTMzMzEgMTUuMjc2MDcgMi4wNTIxNyAyLjM5MTQgNS4wMzI4MiAzLjc2MjkgOC4xNzc3OCAzLjc2MjkgMi4zNjY0IDAgNC42NTk1LS43OTI1IDYuNTM0OS0yLjIyODguMDAxNS4wMDE3LjAwMi4wMDQuMDAzNy4wMDU3bDcuMTM5MSA3LjI4OGMuMTc1LjE3OTMuNDA3LjI2ODkuNjM4OS4yNjg5LjIyNjggMCAuNDU0My0uMDg2MS42Mjg1LS4yNTg0LjM1MjgtLjM0ODkuMzU4LS45MTg1LjAxMDUtMS4yNzI3em0tMTQuOTU1Ni01LjYwMjhjLTIuNTI3ODYgMC01LjA0MDAxLTEuMDYzOS02LjgxOTc0LTMuMTM3OC0zLjI0MjU5Mi0zLjc3ODYtMi44MTk4Mi05LjQ3OTUzLjk0NTU2LTEyLjczNzY2IDEuNjk4NzYtMS40NzAyIDMuNzg4NTctMi4xOTA0NiA1Ljg2Nzg4LTIuMTkwNjMgMi41MjY4LS4wMDAxMSA1LjAzODMgMS4wNjMzMiA2LjgxNjUgMy4xMzY4NCAzLjI0MzcgMy43Nzk2NSAyLjgyMTggOS40ODE2NS0uOTQxMiAxMi43Mzg3NS0xLjY5OTggMS40NzAzLTMuNzg5NyAyLjE5MDUtNS44NjkgMi4xOTA1eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==) !important;
	text-indent: -9999px;
	width: 26px;
	height: 27px;
	display: block;
}

.site-header .astm-search-menu > a:hover {
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI3IiB2aWV3Qm94PSIwIDAgMjYgMjciIHdpZHRoPSIyNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMjUuNzQyNiAyNS40Njg5LTcuMDg1NC03LjIzMzJjMy43MTk2LTMuOTg0OCAzLjkyNjQtMTAuMjQ1NjguMjk4LTE0LjQ3Mzg1LTIuMDUwMi0yLjM5MDUzLTUuMDI5NS0zLjc2MTg1LTguMTc0MS0zLjc2MTg1LTIuNTgxNy4wMDAxNjQ3OS01LjA4MTM4LjkzMzE4NC03LjAzODU3IDIuNjI3MjMtNC41MDY3NjggMy44OTk1Ny01LjAxNTMyIDEwLjc1MjQ3LTEuMTMzMzEgMTUuMjc2MDcgMi4wNTIxNyAyLjM5MTQgNS4wMzI4MiAzLjc2MjkgOC4xNzc3OCAzLjc2MjkgMi4zNjY0IDAgNC42NTk1LS43OTI1IDYuNTM0OS0yLjIyODguMDAxNS4wMDE3LjAwMi4wMDQuMDAzNy4wMDU3bDcuMTM5MSA3LjI4OGMuMTc1LjE3OTMuNDA3LjI2ODkuNjM4OS4yNjg5LjIyNjggMCAuNDU0My0uMDg2MS42Mjg1LS4yNTg0LjM1MjgtLjM0ODkuMzU4LS45MTg1LjAxMDUtMS4yNzI3em0tMTQuOTU1Ni01LjYwMjhjLTIuNTI3ODYgMC01LjA0MDAxLTEuMDYzOS02LjgxOTc0LTMuMTM3OC0zLjI0MjU5Mi0zLjc3ODYtMi44MTk4Mi05LjQ3OTUzLjk0NTU2LTEyLjczNzY2IDEuNjk4NzYtMS40NzAyIDMuNzg4NTctMi4xOTA0NiA1Ljg2Nzg4LTIuMTkwNjMgMi41MjY4LS4wMDAxMSA1LjAzODMgMS4wNjMzMiA2LjgxNjUgMy4xMzY4NCAzLjI0MzcgMy43Nzk2NSAyLjgyMTggOS40ODE2NS0uOTQxMiAxMi43Mzg3NS0xLjY5OTggMS40NzAzLTMuNzg5NyAyLjE5MDUtNS44NjkgMi4xOTA1eiIgZmlsbD0iIzAwMCIvPjwvc3ZnPg==) !important;
}

.site-header__box {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.site-header__box .btn {
		font-size: 12px;
		padding: 4px 21px;
	}
}

.site-header__box .btn {
	margin-left: 20px;
}

.is-search-form__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (min-width: 1280px) {
	.site-header__box .btn {
		margin-left: 30px;
	}
}

.site-header__logo {
	display: flex;
	align-items: center;
}

.site-header__logo img {
	height: 42px;
}

@media screen and (min-width: 992px) {
	.site-header__logo img {
		height: auto;
	}
}

.open-mobile-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 13px;
	width: 27px;
	height: 27px;
}

.open-mobile-menu svg:last-child {
	display: none;
}

.mm-visible .open-mobile-menu svg:first-child {
	display: none;
}

.mm-visible .open-mobile-menu svg:last-child {
	display: block;
}

@media screen and (min-width: 992px) {
	.open-mobile-menu {
		display: none;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.site-header__logo {
		max-width: 200px;
	}
}

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

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover{
	text-decoration: none;
	/* border-bottom: 2px solid #fff; */
	color: #0095DA;
	outline: none;
}

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

@media screen and (max-width: 991px) {
	.menu-item-has-children > .sub-menu:not(.active) {
		display: none;
	}
}

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

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	color: #000;
	font-weight: 400;
	/* text-transform: capitalize; */
	font-size: 1.4rem;
	position: relative;
	word-wrap: break-word;
	padding-left: 15px;
	padding-right: 15px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
	color: #fff;
	background: #6F2C91;
}

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

@media screen and (min-width: 992px) {
	.genesis-nav-menu .menu-item:hover>.sub-menu {
		display: block;
		left: auto;
		opacity: 1;
	}
}

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

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

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

.genesis-responsive-menu {
	display: none;
	position: relative;
}

/*.genesis-responsive-menu .genesis-nav-menu .menu-item > .sub-menu {
	display: none;
}*/

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

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

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

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

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

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

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

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

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

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

/* Header Menu
--------------------------------------------- */
.nav-primary {
	display: none;
	clear: left;
	padding-bottom: 0px;
	padding-top: 0;
	width: 100%;
}

@media screen and (min-width: 992px) {
	.nav-primary {
		display: block;
	}
}

.nav-primary a {
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5rem;
}

@media screen and (min-width: 1280px) {
	.nav-primary a {
		font-size: 1.8rem;
	}
}

.nav-primary .button {
	padding: 4px 15px !important;
	margin-left: 15px;
	border: none;
}

.nav-primary .button.white a {
	color: #0073e5 !important;
	padding: 0;
	font-size: 1.8rem;
}

.nav-primary .button.white a:hover {
	color: #0073e5;
	border-bottom: none;
}

.nav-primary .button.white:after {
	content: none;
	display: none;
}

.nav-primary .astm-search-menu {
	display: none !important;
}

.nav-primary .genesis-nav-menu .donate-button a {
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	padding: 0 26px;
	height: 33px;
	text-transform: none;
	display: inline-flex;
	align-items: center;
	border-radius: 100px;
	background-color: #6E2C90;
}

.astm-search-menu>a {}

.site-header__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-header__nav-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
}

/* Above Header Menu
--------------------------------------------- */
@media screen and (max-width: 991px) {
	.site-header__mobile {
		background-color: #fff;
		position: fixed;
		right: 0;
		bottom: 0;
		overflow-x: hidden;
		overflow-y: auto;
		opacity: 0;
		top: 88px;
		transform: translate3d(120%, 0, 0);
		transition: transform .3s, opacity .3s, visibility .3s;
		width: 100%;
		max-width: 500px;
		display: flex;
		flex-direction: column;
		z-index: 100;
		max-height: calc(100vh - 88px);
	}

	.logged-in .site-header__mobile {
		top: 134px;
	}

	.site-header__mobile::before {
		height: 20px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		content: '';
		background-image: linear-gradient(to bottom, rgba(0, 0, 0, .12), rgba(0, 0, 0, 0));
	}

	.mm-visible .site-header__mobile {
		visibility: visible;
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.mobile-menu {
	padding: 15px 30px;
	position: relative;
	z-index: 2;
}

.mobile-menu a {
	font-weight: 700;
	font-size: 18px;
	line-height: 35px;
	text-transform: uppercase;
	display: inline-block;
	color: #000;
	text-decoration: none;
}

.mobile-menu .astm-search-menu {
	display: none;
}

.site-header__mobile .astm-search-menu {
	position: absolute;
	top: 33px;
	right: 20px;
	z-index: 10;
}

.site-header__mobile .is-menu.is-dropdown form {
	left: auto;
	top: 105%;
}

.mm-visible {
	overflow: hidden !important;
}

@media screen and (max-width: 991px) {
	.site-header__bottom {
		flex: 1;
	}

	.site-header__bottom img {
		margin-bottom: 20px;
	}

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

	.site-header__bottom .wrap,
	.site-header__bottom .nav-secondary {
		height: 100%;
	}
}

@media screen and (min-width: 992px) {
	.site-header__mobile {
		position: relative;
		opacity: 1;
		overflow: visible;
	}

	.site-header__mobile .mobile-menu,
	.site-header__mobile .astm-search-menu {
		display: none;
	}
}

.nav-secondary {
	background-image: linear-gradient(121deg, #7C1869 1%, #D82242 100%);
	padding: 30px;
}

.nav-secondary #menu-secondary-menu {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 992px) {
	.nav-secondary {
		background: url('../webp/menu-gradient.webp') 0% 50%/cover no-repeat;
		padding: 16px 30px;
	}

	.nav-secondary #menu-secondary-menu {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	.nav-secondary {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

.nav-secondary .genesis-nav-menu {

}

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

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

@media screen and (min-width: 1280px) {
	#menu-secondary-menu > .menu-item {
		margin-left: 15px;
	}
}

.nav-secondary a {
	padding: 10px 5px;
}

.nav-secondary a:hover,
.nav-secondary a:focus {
	color: #fff;
	border: none;
	background: #6F2C91;
}
@media screen and (max-width: 991px) {
	.nav-secondary .genesis-nav-menu > .mega-menu-child > a {
		margin-right: 40px;
	}
}
.nav-secondary .genesis-nav-menu > .menu-item-has-children:hover > a {
	color: #fff;
	background: #6F2C91;
}

.nav-secondary .current-menu-item>a,
.nav-secondary .current-menu-parent>a{
	position: relative;
}

@media only screen and (min-width: 992px) {
	.nav-secondary .current-menu-item.menu-item-has-children > a::before,
	.nav-secondary .current-page-ancestor.menu-item-has-children > a::before{
		height: 0;
		content: '';
		width: calc(100% - 20px);
		background-color: #fff;
		position: absolute;
		top: calc(50% + 10px);
		left: 50%;
		transform: translate(-50%, 0px);
	}

	.nav-secondary .current-menu-item>a:hover:before,
	.nav-secondary .current-menu-item>a:focus:before,
	.nav-secondary .current-menu-parent>a:hover:before,
	.nav-secondary .current-menu-parent>a:focus:before {
		display: none;
	}
}

#menu-secondary-menu li.motto {
	display: inline-block;
	float: left;
	margin: 8px 0 0;
	width: 120px;
	height: 25px;
	background: url('../svg/motto-logo.svg') no-repeat;
}

#menu-secondary-menu li.motto a {
	display: none;
}

.nav-secondary .menu-item:last-child .sub-menu {
	right: 0;
}

.nav-secondary .sub-menu {
	text-align: left;
}

.nav-secondary .sub-menu>a {
	color: #fff;
	background: #6F2C91;
}

.translate-form a:hover {
	background-color: transparent;
}

.goog-te-gadget .goog-te-combo {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMS4yODI3IDEuMjc3OTZDMTEuNTc0MyAwLjk4Mzc2MiAxMS41NzIyIDAuNTA4ODkzIDExLjI3OCAwLjIxNzMwOUMxMC45ODM4IC0wLjA3NDI3NDQgMTAuNTA4OSAtMC4wNzIxNTU3IDEwLjIxNzMgMC4yMjIwNDFMOC40NyAxLjk4NTAxQzcuNzYwODYgMi43MDA1IDcuMjcyODIgMy4xOTEzMSA2Ljg1OTMgMy41MjM0MUM2LjQ1NzYgMy44NDYgNi4xOTk1OCAzLjk1NjY4IDUuOTY4NSAzLjk4NjEzQzUuODIzNDEgNC4wMDQ2MiA1LjY3NjU5IDQuMDA0NjIgNS41MzE1IDMuOTg2MTNDNS4zMDA0MiAzLjk1NjY4IDUuMDQyNCAzLjg0NjAxIDQuNjQwNzEgMy41MjM0MUM0LjIyNzE4IDMuMTkxMzEgMy43MzkxNCAyLjcwMDUxIDMuMDMgMS45ODUwMUwxLjI4MjY5IDAuMjIyMDQyQzAuOTkxMTA3IC0wLjA3MjE1NSAwLjUxNjIzOCAtMC4wNzQyNzM2IDAuMjIyMDQxIDAuMjE3MzFDLTAuMDcyMTU1OCAwLjUwODg5NCAtMC4wNzQyNzQ0IDAuOTgzNzYzIDAuMjE3MzA5IDEuMjc3OTZMMS45OTYwOSAzLjA3MjY5QzIuNjY2MDQgMy43NDg2NiAzLjIxMzU5IDQuMzAxMTQgMy43MDE0NiA0LjY5Mjk0QzQuMjA4NzkgNS4xMDAzNyA0LjcyMzczIDUuMzk1MzEgNS4zNDE4NCA1LjQ3NDA5QzUuNjEyODcgNS41MDg2NCA1Ljg4NzE0IDUuNTA4NjQgNi4xNTgxNiA1LjQ3NDA5QzYuNzc2MjggNS4zOTUzMSA3LjI5MTIyIDUuMTAwMzcgNy43OTg1NCA0LjY5Mjk0QzguMjg2NDEgNC4zMDExNCA4LjgzMzk2IDMuNzQ4NjcgOS41MDM5IDMuMDcyNjlMMTEuMjgyNyAxLjI3Nzk2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==) no-repeat calc(100% - 15px) center;
	font-family: 'Ubuntu', sans-serif;
	border-radius: 100px;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	appearance: none;
	padding: 7px 30px 7px 20px !important;
	outline: none;
}

.goog-te-gadget .goog-te-combo option {
  background: #fff;
  color: #000;
	padding-top: 3px;
	padding-bottom: 3px;
}


/* Top bar - NOTE, NOT DONE *****************
--------------------------------------------- */

#tpbr_topbar {
	background-color: #0077B8;

}

#tpbr_topbar .tpbr_box {
	font-weight: 700 !important;
	color: #fff;
}

#tpbr_topbar .tpbr_box a#tpbr_calltoaction {
	background-color: transparent !important;
	color: #fff;
	font-weight: 700;
}

#tpbr_topbar .tpbr_box a#tpbr_calltoaction:hover {
	background-color: #000;
}


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

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

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	/* margin-bottom: 30px; */
	padding-left: 3.6rem;
}

.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: 1.6rem;
	margin-bottom: 0;
}

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

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

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

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

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

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

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

.archive-pagination li {
	display: inline;
}

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

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

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

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

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

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

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

.comment-content {
	clear: both;
}

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

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

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

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

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

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

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

.sidebar {
	font-size: 1.6rem;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

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


/* Footer Newsletter
---------------------------------------------------------------------------- */

.footer-newsletter {
	background: url('../webp/subscribe-bg-mob.webp') no-repeat right bottom/cover;
	margin: 0 auto;
	color: #fff;
	padding: 40px 30px 30px;
}

@media screen and (min-width: 768px) {
	.footer-newsletter {
		background: url('../webp/subscribe-bg.webp') no-repeat right/cover;
	}
}

@media screen and (min-width: 992px) {
	.footer-newsletter {
		padding: 125px 15px;
	}
}

.footer-newsletter .wrap {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	transform: skewY(0deg);
}

.footer-newsletter .widget {
	width: 100%;
	margin: 0;
}

.footer-newsletter .widget-wrap {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 1280px) {
	.footer-newsletter .widget-wrap {
		flex-direction: row;
		align-items: center;
	}
}

body.home .footer-newsletter h4,
.footer-newsletter h4.widget-title {
	font-size: 2.4rem !important;
	line-height: 1.1666666667 !important;
	color: #fff !important;
	font-weight: 700 !important;
	margin: 0 0 0px !important;
	text-transform: none !important;
	text-align: center;
}

@media screen and (min-width: 992px) {
	body.home .footer-newsletter h4,
	.footer-newsletter h4.widget-title {
		font-size: 3.2rem !important;
		line-height: 1.625 !important;
		text-align: left;
	}
}

@media screen and (min-width: 1280px) {
	body.home .footer-newsletter h4,
.footer-newsletter h4.widget-title {
		margin: 0 !important;
	}
}

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

.footer-widgets {
	/* background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(196, 0, 99, 1) 50%,  100%); */
	clear: both;
	padding: 40px 0 0;
	font-size: 1.3rem;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 768px) {
	.footer-widgets {
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.footer-widgets {
		padding: 60px 0 0;
	}
}

@media screen and (min-width: 992px) {
	.footer-widgets {
		padding: 100px 0 0;
	}
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 0 30px;
}

@media screen and (min-width: 768px) {
	.footer-widgets .wrap {
		flex-direction: row;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.footer-widgets .wrap {
		flex-wrap: wrap;
		justify-content: space-between;
		row-gap: 30px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
	.footer-widgets .wrap {
		gap: 50px;
	}
}

@media screen and (min-width: 992px) {
	.footer-widgets .wrap {
		padding: 0;
	}
}

@media screen and (min-width: 1280px) {
	.footer-widgets .wrap {
		gap: 50px;
	}
}

.footer-widgets .widget-area {
	flex-shrink: 0;
}

/*
.footer-widgets .widget-area:first-child {
	margin-left: 0;
}

.footer-widgets .widget-area:last-child {
	margin-right: 0;
} */

@media screen and (min-width: 768px) and (max-width: 991px) {
	.footer-widgets .widget-area {
		width: 50%;
	}
}

@media screen and (min-width: 992px) {
	.footer-widgets .footer-widgets-1 {
		width: 34%;
	}
}

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

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

.footer-widgets h3.widget-title {
	color: #fff;
}

.footer-widgets-5 {
	text-align: right;
	font-size: 1.3rem;
}

.footer-widgets .footer-widgets-1 .widget_media_image {
	margin-bottom: 10px;
}

.footer-widgets .footer-widgets-1 .widget_text {
	font-size: 14px;
	line-height: calc(26 / 14);
	font-weight: 500;
	max-width: 380px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.footer-widgets .footer-widgets-1 #text-4.widget_text {
		max-width: 85%;
	}
}

@media screen and (min-width: 1024px) {
	.footer-widgets .footer-widgets-1 .widget_text {
		max-width: 380px;
	}
}

.footer-widgets .footer-widgets-1 .custom-html-widget {
	display: flex;
	align-items: center;
	gap: 12px;
}
.footer-widgets .footer-widgets-1 .custom-html-widget svg {
	display: block;
}


.footer-widgets .footer-widgets-4 {
	font-size: 14px;
	font-weight: 500;
	line-height: calc(26 / 14);
}

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

.site-footer {
	font-size: 14px;
	line-height: calc(26 / 14);
	padding: 0 30px 90px;
}


@media screen and (min-width: 768px) {
	.site-footer {
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.site-footer {
		padding: 0 30px 100px;
	}
}

@media screen and (min-width: 992px) {
	.site-footer {
		padding: 0 30px 160px;
	}
}

.site-footer .wrap {
	max-width: 1140px;
	margin: 55px auto 0;
	padding: 55px 0 0;
	border-top: 1px solid #fff;
}

@media screen and (min-width: 768px) {
	.site-footer .wrap {
		margin: 0 auto;
	}
}

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

.site-footer,
.site-footer a,
.site-footer a:hover {
	color: #fff;
	text-decoration: none;
}


/* Site Footer - social icons
---------------------------------------------------------------------------- */

.iconify {
	color: #fff;
	width: 16px;
	margin-right: 8px;
	margin-top: 1px;
	display: inline-block;
}



/* Elementor Styles
---------------------------------------------------------------------------- */

/* Text Link Variations
--------------------------------------------- */

.bkgrd-red a:hover,
.bkgrd-blue a:hover {
	color: #fff;
	text-decoration: none;
}




/* Section + Backgrounds + Curves
--------------------------------------------- */

.elementor-page .bkgrd-white,
.elementor-page .bkgrd-gray,
.elementor-page .bkgrd-blue,
.elementor-page .bkgrd-red {
	padding: 40px 2%;
}

.elementor-page .elementor-padding-tb {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.elementor-page .elementor-padding-t {
	padding-top: 4rem;
}

.elementor-page .elementor-padding-b {
	padding-bottom: 4rem;
}

.elementor-page .elementor-testimonial .elementor-element-populated{
	padding-top: 9.5rem !important;
	padding-bottom: 4rem !important;
	max-width: 80rem;
	margin: 0 3.5rem;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.elementor-page .elementor-testimonial .elementor-element-populated{
		max-width: 55rem;
	}
	.elementor-page .bkgrd-white,
	.elementor-page .bkgrd-gray,
	.elementor-page .bkgrd-blue,
	.elementor-page .bkgrd-red {
		padding: 60px 2%;

	}

	.elementor-page .elementor-padding-tb {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.elementor-page .elementor-padding-t {
		padding-top: 6rem;
	}

	.elementor-page .elementor-padding-b {
		padding-bottom: 6rem;
	}

	.elementor-page .elementor-testimonial .elementor-element-populated{
		padding-top: 11.5rem !important;
		padding-bottom: 6rem !important;
		margin: 0 auto;
	}
}

@media screen and (min-width: 992px) {
	.elementor-page .bkgrd-white,
	.elementor-page .bkgrd-gray,
	.elementor-page .bkgrd-blue,
	.elementor-page .bkgrd-red {
		padding: 100px 2%;
	}

	.elementor-page .elementor-padding-tb {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}

	.elementor-page .elementor-padding-t {
		padding-top: 10rem;
	}

	.elementor-page .elementor-padding-b {
		padding-bottom: 10rem;
	}

	.elementor-page .elementor-testimonial .elementor-element-populated{
		padding-top: 17.2rem !important;
		padding-bottom: 13rem !important;
		margin: 0 auto;
	}

	.elementor-page .elementor-testimonial.elementor-testimonial-small .elementor-element-populated{
		padding-top: 8.6rem !important;
		padding-bottom: 6.5rem !important;
		background-position: center 6.5rem;
	}
}

.elementor-page .padding-small {
	padding: 3rem 2%;
}

.elementor-page .padding-large,
.elementor-page .home {
	padding: 12rem 2%;
}

.bkgrd-white {
	background-color: #fff;
}

.box-bkgrd-white {
	background-color: #fff;
	padding: 2rem 2%;
}

.bkgrd-gray {
	background-color: #ebebeb;
}

/* .bkgrd-blue {
	background: rgb(0, 161, 237);
	background: linear-gradient(0deg, rgba(0, 161, 237, 1) 0%, rgba(30, 89, 159, 1) 100%);
} */

.bkgrd-blue.pattern {
	background: rgb(0, 161, 237);
	background: url(../png/bkgd-footer-newsletter.png) repeat, linear-gradient(0deg, rgba(0, 161, 237, 1) 0%, rgba(30, 89, 159, 1) 100%);
}

.bkgrd-red {
	background: rgb(255, 0, 0);
	background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(196, 0, 99, 1) 50%, rgba(111, 44, 145, 1) 100%);
}

/*page 9 xd near bottom*/
.bkgrd-red.pattern {
	background: rgb(255, 0, 0);
	background: url(../png/bkgd-footer-newsletter.png) repeat, linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(196, 0, 99, 1) 50%, rgba(111, 44, 145, 1) 100%);
}

.curve {
	/*clip-path: ellipse(100% 55% at 48% 42%);*/
	/*clip-path: ellipse(100% 55% at 38% 32%); SKEWED */
	clip-path: ellipse(100% 55% at 50% 70%);
	width: 100vw;

}

.curve .elementor-container {
	padding-top: 120px;
}

/* Background Text Color Changes
--------------------------------------------- */

.bkgrd-red p,
.bkgrd-red h1,
.bkgrd-red h2,
.bkgrd-red h3,
.bkgrd-red h4,
.bkgrd-red h5,
.bkgrd-red h6,
.bkgrd-red li,
.bkgrd-blue p,
.bkgrd-blue h1,
.bkgrd-blue h2,
.bkgrd-blue h3,
.bkgrd-blue h4,
.bkgrd-blue h5,
.bkgrd-blue h6,
.bkgrd-blue li {
	text-align: center;
}

.bkgrd-red .elementor-widget-tabs p,
.bkgrd-red .elementor-widget-tabs li,
.bkgrd-blue .elementor-widget-tabs p,
.bkgrd-blue .elementor-widget-tabs li {
	color: #000 !important;
}

.bkgrd-red .elementor-widget-tabs p a,
.bkgrd-red .elementor-widget-tabs li a,
.bkgrd-blue .elementor-widget-tabs p a,
.bkgrd-blue .elementor-widget-tabs li a {
	color: #0079B9 !important;
}

.bkgrd-white h1,
.bkgrd-white h2,
.bkgrd-white h3,
.bkgrd-white h4,
.bkgrd-white h5,
.bkgrd-white h6,
.bkgrd-gray h1,
.bkgrd-gray h2,
.bkgrd-gray h3,
.bkgrd-gray h4,
.bkgrd-gray h5,
.bkgrd-gray h6 {
	color: #0063a5 !important;
}

.bkgrd-white .text-black h1,
.bkgrd-white .text-black h2,
.bkgrd-white .text-black h3,
.bkgrd-white .text-black h4,
.bkgrd-white .text-black h5,
.bkgrd-white .text-black h6 {
	color: #000 !important;
}

.bkgrd-red .sonc-matrix-basic p,
.bkgrd-red .sonc-matrix-basic h1,
.bkgrd-red .sonc-matrix-basic h2,
.bkgrd-red .sonc-matrix-basic h3,
.bkgrd-red .sonc-matrix-basic h4,
.bkgrd-red .sonc-matrix-basic h5,
.bkgrd-red .sonc-matrix-basic h6,
.bkgrd-red .sonc-matrix-basic li,
.bkgrd-blue .sonc-matrix-basic p,
.bkgrd-blue .sonc-matrix-basic h1,
.bkgrd-blue .sonc-matrix-basic h2,
.bkgrd-blue .sonc-matrix-basic h3,
.bkgrd-blue .sonc-matrix-basic h4,
.bkgrd-blue .sonc-matrix-basic h5,
.bkgrd-blue .sonc-matrix-basic h6,
.bkgrd-blue .sonc-matrix-basic li {
	color: #000 !important;
	text-align: center;
}

.bkgrd-red li .bkgrd-blue li,
.bkgrd-gray li,
.bkgrd-white li,
.bkgrd-white p,
.bkgrd-gray p {
	text-align: left;
}

.align-left h1,
.align-left h2,
.align-left h3,
.align-left h4,
.align-left h5,
.align-left h6 {
	text-align: left;
}

.align-right h1,
.align-right h2,
.align-right h3,
.align-right h4,
.align-right h5,
.align-right h6 {
	text-align: right;
}

/* Additional Text Styling
--------------------------------------------- */

.home.elementor-page h3.elementor-flip-box__layer__title {
	font-size: 18px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	text-transform: none !important;
	margin: 0;
}

@media screen and (min-width: 768px) {
	.home.elementor-page h3.elementor-flip-box__layer__title {
		margin: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.home.elementor-page h3.elementor-flip-box__layer__title {
		font-size: 20px !important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
	.home.elementor-page h3.elementor-flip-box__layer__title {
		font-size: 26px !important;
	}
}

@media screen and (min-width: 1280px) {
	.home.elementor-page h3.elementor-flip-box__layer__title {
		font-size: 32px !important;
	}
}


/* Matrix/Grid Settings
--------------------------------------------- */

.sonc-matrix-basic .elementor-widget-wrap {
	background-color: #fff;
	padding: 3rem 4%;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}

.sonc-matrix-basic .elementor-widget-wrap h4 {
	margin-top: 0;
}

.sonc-matrix-basic .elementor-widget-wrap h4,
.sonc-matrix-basic .elementor-widget-wrap .elementor-button-text {
	color: #0077b8;
}

.elementor-page .eael-infobox h4 {
	line-height: 1.2;
}

.sonc-matrix-noshadow .elementor-widget-wrap {
	background-color: #fff;
	padding: 3rem 4%;
	text-align: center;
}

.sonc-matrix-noshadow .elementor-widget-container {
	margin: 3% 2%;
}

/*.sonc-matrix-basic .matrix-square {
    width: 10%;
    height: 0;
    padding-bottom: 10%;
http://www.kompx.com/en/pure-css-responsive-square.htm
}*/


/* Inline Style - here for referene - BEGIN
selector {
    transition: all .4s ease-out;
}
selector:hover {
    transition: all .4s ease-in-out;
    transform: scale(1.05);
    cursor: pointer;
    z-index: 1;
}
/* Inline Style - here for referene - END */


/* Hero Sections
--------------------------------------------- */

.elementor-page .hero {
	text-align: center;
	background: rgb(1, 161, 237);
	background: linear-gradient(0deg, rgba(1, 161, 237, 1) 0%, rgba(0, 113, 174, 1) 100%);
	min-height: 24rem;
	/* (hero 420px + curve size - 25px) */
	padding: 8rem 4.5rem;
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
}

.elementor-page .hero .elementor-container {
	width: 100%;
}

.elementor-page .hero .elementor-widget:not(:last-child) {
	margin: 0;
}

/* .elementor-page .hero-lefttext::before {
	background: rgb(14, 14, 14);
	background: -moz-linear-gradient(90deg, rgba(14, 14, 14, 0.7315301120448179) 11%, rgba(162, 162, 162, 0) 97%);
	background: -webkit-linear-gradient(90deg, rgba(14, 14, 14, 0.7315301120448179) 11%, rgba(162, 162, 162, 0) 97%);
	background: linear-gradient(90deg, rgba(14, 14, 14, 0.7315301120448179) 11%, rgba(162, 162, 162, 0) 97%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e0e0e", endColorstr="#a2a2a2", GradientType=1);
	z-index: 2;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} */

.elementor-page .hero-lefttext .elementor-widget-text-editor,
.elementor-page .hero-righttext .elementor-widget-text-editor {
	z-index: 10;
	width: 500px;
	padding-top: 18px;
}


@media screen and (min-width: 768px) and (max-width: 991px) {
	.elementor-page .hero-lefttext .elementor-widget-text-editor,
	.elementor-page .hero-righttext .elementor-widget-text-editor {
		padding-top: 24px;
	}
}

@media screen and (min-width: 992px) {
	.elementor-page .hero-lefttext .elementor-widget-text-editor,
	.elementor-page .hero-righttext .elementor-widget-text-editor {
		padding-top: 32px;
	}
}

.elementor-page .hero-centertext {
	z-index: 2;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.elementor-page .hero-centertext h1 {}

.elementor-page .hero-centertext .elementor-widget-wrap {
	z-index: 10;
	width: 100%;
}

.elementor-page .hero h1,
.elementor-page .hero p {
	text-align: center;
	color: #fff;
}

.elementor-page .hero.hero-lefttext h1,
.elementor-page .hero.hero-lefttext p {
	text-align: left;
}

.elementor-page .hero.hero-righttext h1,
.elementor-page .hero.hero-righttext p {
	text-align: right;
}

.elementor-page .hero.hero-image h1 {
	font-size: 3.2rem;
	line-height: 1.1875;
	margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.elementor-page .hero.hero-image h1 {
		font-size: 4.8rem;
	}
}

@media screen and (min-width: 992px) {
	.elementor-page .hero.hero-image h1 {
		font-size: 6.2rem;
		line-height: 1.0322580645;
	}
}


.elementor-page .hero.hero-image {
	padding-top: 10rem;
	background-position: center center !important;
	background-repeat: no-repeat;
	background-size: cover;
}

.elementor-page .hero.hero-image.hero-image-small {
	padding-top: 3.2rem;
	padding-bottom: 3.2rem;
}

.elementor-page .hero.hero-lefttext {
	background-position: center center !important;
	background-repeat: no-repeat;
	background-size: cover;
}

.elementor-page .hero.hero-centertext {
	background-position: center center !important;
	padding-top: 20rem;
	background-repeat: no-repeat;
	background-size: cover;
}

.elementor-page .hero.hero-righttext {
	background-position: center center !important;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (min-width: 992px) {
	.elementor-page .hero.hero-image,
	.elementor-page .hero.hero-lefttext,
	.elementor-page .hero.hero-centertext,
	.elementor-page .hero.hero-righttext {
		min-height: 59.4rem;
	}

	.elementor-page .hero.hero-image-small {
		min-height: 28.5rem;
	}
}

/* LIST
Blue - gradient
Photo
Video floated right



/* Box Shadowing
--------------------------------------------- */

.shadow {
	box-shadow: 0px 3px 46px #00000042;
	border-radius: 5px;
	padding: 2rem;
}

.shadow-margin {
	margin-left: 4%;
	margin-right: 4%;
}


/* Section with Videos
--------------------------------------------- */

.video-shadow {
	max-width: 780px;
	margin: 0 auto;
}

.video-shadow .elementor-widget-container {
	box-shadow: 0px 3px 46px #00000042;
}


/* Curved Sections
--------------------------------------------- */

/* Header Curve */
svg.curve-header {
	z-index: 10;
	position: relative;
	margin-top: 0px;
}

.curved-top {
	/*    clip-path: ellipse(160% 65% at 50% 30%);*/
	/*    -webkit-clip-path: ellipse(150% 45% at 50% 50%);
    clip-path: ellipse(150% 45% at 50% 50%); */
}



/* Floating Nav Menu
--------------------------------------------- */

.elementor-page .floating-menu {
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: auto;
}

.elementor-page .floating-menu .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 0;
}

.elementor-page .floating-menu .elementor-row {
	padding: 0;
}

.elementor-page .floating-menu .elementor-column {
	border-right: 1px solid #fff;
}

.elementor-page .floating-menu .elementor-column:last-of-type {
	border-right: none;
}

.elementor-page .floating-menu p {
	margin: 0;
	padding: 0;
}

.elementor-page .floating-menu a {
	color: #fff;
	background: #000;
	display: block;
	padding: 6px 8px;
}

.elementor-page .floating-menu a:hover,
.elementor-page .floating-menu a.current-page {
	background-color: #6F2C91;
}


/* LIST
Homepage

/* Drop Shadows
--------------------------------------------- */

/* LIST
Homepage



/* Boxes Rounded Corners
--------------------------------------------- */

.round-corners {
	border-radius: 1rem;
}


/* Grid - Styles + Grow on mouseover
--------------------------------------------- */



/* General
--------------------------------------------- */

.elementor-page .sonc-content-grid p {

	margin: 0px !important;
}

.elementor-page .sonc-content-grid .btn_wrap {
	/*   margin-top: 0px !important;*/
}

.elementor-page #breadcrumbs {
	margin: -30px 0 16px 0;
}

.elementor-page.page-id-4693 h5.uael-team-name {
	text-transform: capitalize !important;
}

/* Text Colors & Sizes
--------------------------------------------- */
.text-white {
	color: #fff;
}

.text-black {
	color: #000;
}

.text-red {
	color: #FF0000;
	/*Special Olympics Red*/
}

.text-blue {
	color: #0063a5 !important;
}

.text-magenta {
	color: #C40063;
}

.text-purple {
	color: #6F2C91;
}

.text-small {
	font-size: 1.5rem;
}

.sonc-matrix-basic h4.elementor-heading-title {
	color: #313131 !important;
}


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

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

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

}

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

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

	.site-header {
		position: relative;
		z-index: 100;
		/*	position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 9999;*/
	}

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

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

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

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

	.genesis-nav-menu>.menu-bold>a {
		font-weight: 700;
	}

	.genesis-nav-menu>.menu-highlight>a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu>.menu-highlight>a:focus,
	.genesis-nav-menu>.menu-highlight>a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

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

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

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

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

	.genesis-responsive-menu {
		display: block;
		/*	padding-top: 15px;*/
	}

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

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

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

	.nav-secondary {
		width: 100%;
	}

	.nav-secondary ul {
		text-align: right;
	}

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

	.nav-secondary .genesis-nav-menu a {
		padding-left: 10px;
		padding-right: 10px;
	}

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

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

	.tribe-events-page-template .site-inner {
		max-width: 1440px;
	}

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

	.content {
		float: left;
		/*width: 65%*/
		width: 100%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

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

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

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

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

	.footer-widgets .wrap {
		max-width: 1280px;
		font-size: 1.6rem;
	}
}

.footer-widgets .wrap {
	font-size: 1.6rem;
	color: #fff;
}

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

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

}



/* BUTTONS - FINAL SOLUTIONS
note: this is an attempt to clean up button styles after client opted to use a number of new Elementor widgets.
===================================================== */

/* --- DEFAULT BUTTON - NORMAL
Transparent background + Blue border + Blue text --- ,*/
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.nf-form-content button,
.nf-form-content input[type="button"],
.button-default .button,
.button.reverse,
.nav-primary .button

/*.elementor-button-link,
.elementor-page > .uc_classic_content_content .uc_more_btn a,
.elementor-page > .uc_more_btn a,
.elementor-page .elementor-button,
.elementor-page .elementor-button:visited,
.elementor-page .elementor-button:hover,
.elementor-page .uael-infobox-text-wrap .elementor-button a,
body.page-id-14415 a.elementor-post__read-more,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"] */
	{
	border: 2px solid #0077b8  !important;
	border-radius: 30px !important;
	color: #0077b8 !important;
	background: transparent !important;
	cursor: pointer;
	font-size: 2rem;
	font-weight: 600;
	padding: 6px 18px 6px 24px;
	text-align: center;
	text-decoration: none !important;
	white-space: normal;
	width: auto;

}

/* --- DEFAULT BUTTON - HOVER
White background + Blue border + Blue text --- ,*/
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
.nf-form-content button:focus,
.nf-form-content button:hover,
.nf-form-content input[type="button"]:focus,
.nf-form-content input[type="button"]:hover,
.button-default .button:focus,
.button-default .button: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 */
	{
	background: #0077b8;
	color: #ffffff;
}


/* --- REVERSE BUTTON - NORAML - DARK BACKGROUND
Transparent background + White border + White text --- ,*/
.button.reverse button,
.button.reverse,
.nav-primary .button.white {
	border-color: #fff !important;
	color: #fff !important;
}

/* --- REVERSE BUTTON - HOVER - DARK BACKGROUND
White background + Blue border + Blue text --- ,*/
.button.reverse:focus,
.button.reverse:hover,
.nav-primary .button.white:focus,
.nav-primary .button.white:hover {
	background: #fff !important;
	color: #0077b8 !important;
}

/* --- BUTTON - MENU --- ,*/
.nav-primary .button.white {
	background-color: #fff !important;
	border-radius: 30px !important;
	padding: 0;
	font-style: normal;
}



/*
&rsaquo;	&#155;	&#x9B;
*/

/*
.elementor-button-content-wrapper {
	display:inline-block !important;
}

button:after,
input[type="button"]:after,
input[type="reset"]:after,
input[type="submit"]:after,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:after,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:after,
.button:after,
.elementor-button-link:after,
.elementor-page > .uc_classic_content_content .uc_more_btn a:after,
.elementor-page > .uc_more_btn a:after,
.elementor-page > a.elementor-button:after,
.elementor-page > a.elementor-button:visited,
.elementor-page > a.elementor-button:hover {
	content: "\f345";
	-webkit-font-smoothing: antialiased;
	font: normal 2.3rem/.8 'dashicons';
	display: inline-block;
	color: #fff;
	position: relative;
	top: 0px;
	right: 0px;
	vertical-align: middle;
}

.elementor-page .uael-infobox-text-wrap .elementor-button:after {
	content: "\f345";
	-webkit-font-smoothing: antialiased;
	font: normal 2.3rem/.8 'dashicons';
	display: inline-block;
	color: #0077bb;
	position: relative;
	top: 0px;
	right: 0px;
	vertical-align: middle;
}



.button.white-circle {
	 border: 2px solid #fff;
	border-radius: 30px !important;
	color: #fff !important;
}

.elementor-button-content-wrapper,
.elementor-button-content-wrapper .elementor-button-text {
	display: inline;
}

.button.blue-nocircle {

	color: #0077b8;
}

.elementor-page .elementor-widget-button.white-circle a.elementor-button {

}

.elementor-page .hero .elementor-button:visited,
.elementor-page .hero .elementor-button:hover,
.elementor-page .hero .elementor-button,
.elementor-page .bkgrd-red  .elementor-button,
.elementor-page .bkgrd-red  .elementor-button:visited,
.elementor-page .bkgrd-red  .elementor-button:hover,
.elementor-page .bkgrd-blue .elementor-button,
.elementor-page .bkgrd-blue .elementor-button:visited,
.elementor-page .bkgrd-blue .elementor-button:hover {
	color: #fff !important;
	border-color: #fff;
}

.elementor-page .elementor-flip-box .elementor-button {
	font-weight: 400;
}

.elementor-page .button-notext a.elementor-button {
	border: none;
	color: #fff;
	margin-top: -3rem;
}

.elementor-page .button-notext a.elementor-button:after {
	content:"\29C1";
	font-size: 6rem;
	font-weight: 400;
	color: #fff;
}

.elementor-page .bkgrd-red .uael-infobox-text-wrap .elementor-button {
	color: #0077b8 !important;
}


.elementor-page > .uc_classic_content_content .uc_more_btn,
.elementor-page > .uc_more_btn {

}


body.page-id-14415 .elementor-widget-wp-widget-categories h5 {
	display: none;
}

body.page-id-14415 .elementor-widget-wp-widget-categories select {
	border: none;
	width: 22%;
	color: #0079B9;
}



 ___________ BUTTON LIST ____________
========================================


.button,
a.elementor-button,
.elementor-page .bkgrd-red a.elementor-button,
.elementor-page .bkgrd-blue a.elementor-button {

}




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

*/

.hero-slider .elementor-slides .swiper-slide-inner .elementor-slide-heading {
	font-size: 45px;
	line-height: calc(47 / 45);
	margin: 0 0 12px !important;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.hero-slider .elementor-slides .swiper-slide-inner .elementor-slide-heading {
		font-size: 55px;
		line-height: calc(62 / 55);
		margin: 0 0 20px;
	}
}

@media screen and (min-width: 992px) {
	.hero-slider .elementor-slides .swiper-slide-inner .elementor-slide-heading {
		font-size: 62px;
		line-height: calc(68 / 62);
		margin: 0 0 32px;
	}
}

.hero-slider .elementor-slides .swiper-slide-inner .elementor-slide-description {
	font-size: 14px;
	line-height: calc(22 / 14);
}

@media screen and (max-width: 767px) {
	.hero-slider .elementor-slides .swiper-slide-inner .elementor-slide-description {
		max-width: 70%;
		margin: 0 0 20px !important;
	}

	.hero-slider .elementor-slides .swiper-slide-inner .elementor-slide-description br {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.home .elementor-widget-container p br {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.hero-slider .elementor-slides .swiper-slide-inner .elementor-slide-description {
		font-size: 18px;
		line-height: calc(24 / 18);
	}
}

@media screen and (min-width: 992px) {
	.hero-slider .elementor-slides .swiper-slide-inner .elementor-slide-description {
		font-size: 22px;
		line-height: calc(34 / 22);
	}
}

.hero-slider .elementor-slides .swiper-slide-inner .elementor-slide-button {
	font-size: 16px;
	font-weight: 500;
	border-width: 1px;
	border-radius: 100px;
	padding: 8px 26px;
}

@media screen and (min-width: 768px) {
	.hero-slider .elementor-slides .swiper-slide-inner .elementor-slide-button {
		font-size: 18px;
	}
}

.hero-slider .swiper-slide-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.entry-content .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
	font-size: 28px;
}

.entry-content .elementor-widget-heading .elementor-heading-title.elementor-size-large {
	font-size: 24px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.entry-content .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
		font-size: 45px;
	}

	.entry-content .elementor-widget-heading .elementor-heading-title.elementor-size-large {
		font-size: 30px;
	}
}

@media screen and (min-width: 992px) {
	.entry-content .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
		font-size: 50px;
	}

	.entry-content .elementor-widget-heading .elementor-heading-title.elementor-size-large {
		font-size: 36px;
	}
}

.who-we-are-icons .elementor-container {
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.who-we-are-icons .elementor-widget-wrap {
		padding-bottom: 40px !important;
	}
}

.who-we-are .elementor-flip-box__image img {
	width: 100%;
	border-radius: 50%;
	max-width: 140px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .35);
}

@media screen and (min-width: 768px) {
	.who-we-are .elementor-flip-box__image img {
		max-width: 205px;
	}
}

.who-we-are .elementor-flip-box__back {
	opacity: 0;
}

.who-we-are .elementor-flip-box__back .elementor-flip-box__layer__title,
.who-we-are .elementor-widget-button,
.who-we-are .elementor-spacer-inner {
	display: none;
}

.btn,
.elementor-button-link,
.elementor-button {
	cursor: pointer !important;
	all: unset;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	border: 1px solid transparent;
	padding: 7px 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 100px;
}

@media screen and (min-width: 768px) {
	.btn,
	.elementor-button-link,
	.elementor-button {
		font-size: 18px;
		padding: 5px 26px;
	}
}

.btn--outline {
	border-width: 1px;
}

.btn--outline.btn--white {
	color: #fff;
	border-color: #fff;
}

.btn--outline.btn--white:hover {
	color: #6E2C90;
	border-color: #fff;
	background-color: #fff;
	text-decoration: none !important;
}

.btn--primary.btn--white {
	color: #013B82;
	background-color: #fff;
}

.btn--primary.btn--white:hover {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}


.btn--primary.btn--violet {
	color: #fff;
	background-color: #6E2C90;
	text-decoration: none !important;
}

.btn--primary.btn--violet:hover {
	background: linear-gradient(95.91deg, #6E2C90 37.14%, #CC2229 106.87%);
	text-decoration: none !important;
}

.btn--gradient {
	position: relative;
}

.btn--gradient::before {
	cursor: pointer;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 1px;
	background: linear-gradient(45deg,#6E2C90,#CC2229) border-box;
  -webkit-mask:
     linear-gradient(#fff 0 0) content-box,
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}


.btn--gradient:hover {
	color: #6E2C90 !important;
	text-decoration: none !important;
}

.btn--gradient:hover::before {
	background: linear-gradient(45deg,#6E2C90,#6E2C90) border-box;
}

.what-we-do .elementor-widget-image img[src$=".svg"] {
	width: 134px;
	height: 134px;
	border-radius: 50%;
	display: block;
	margin: 0 auto -20px;
}

@media screen and (min-width: 768px) {
	.what-we-do .elementor-widget-image img[src$=".svg"] {
		width: 170px;
		height: 170px;
		margin: 0 auto;
	}
}

.what-we-do .elementor-widget-image .wp-caption {
	position: relative;
}

.what-we-do .elementor-widget-image a,
.what-we-do .elementor-widget-image figcaption {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	display: block;
	padding: 0;
}

.what-we-do .elementor-widget-image:hover {
	color: #6E2C90;
}

@media screen and (min-width: 768px) {
	.what-we-do .elementor-widget-image a,
	.what-we-do .elementor-widget-image figcaption {
		font-size: 22px;
	}
}

.what-we-do .elementor-widget-image a::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
}

.elementor-video-iframe {
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.35);
}

.logos-list img {
	filter: grayscale(100);
	transition: filter .2s;
}

/* .logos-list img:hover {
	filter: grayscale(0);
} */

.home-event {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	margin: 10px 30px;
	display: flex;
	flex-direction: column;
	height: calc(100% - 15px);
	position: relative;
}

@media screen and (min-width: 500px) {
	.home-event {
		margin: 10px;
	}
}

.home-event__url {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.home-event__box {
	text-align: left !important;
	color: #000;
	padding: 20px 30px;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media screen and (min-width: 768px) {
	.home-event__box {
		padding: 30px 50px 50px;
	}
}

.home-event__box-top {
	flex: 1;
	margin-bottom: auto;
}

.home-event__link {
	padding-top: calc(208 / 320 * 100%);
	position: relative;
	display: block;
	background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
	.home-event__link {
		padding-top: calc(280 / 498 * 100%);
	}
}

.home-event__link img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	/* object-fit: cover; */
	max-height: 100%;
}

.home-event__box h2 {
	font-size: 22px;
	text-align: left !important;
	line-height: 1.2;
	color: #000;
	margin: 0 0 10px;
	padding: 0;
}

@media screen and (min-width: 768px) {
	.home-event__box h2 {
		font-size: 32px;
	}
}

.home-event__box h2 a {
	color: currentColor;
	padding: 0;
}

.home-event__box h2 a:hover {
	color: #000;
	text-decoration: none;
}

.home-event__date {
	font-size: 11px;
	font-weight: 500;
	margin: 0 0 10px;
}

.home-event__desc {
	font-size: 11px;
	line-height: calc(24 / 16);
	text-align: left !important;
	color: #484843;
	margin: 0 0 18px;
}

@media screen and (min-width: 768px) {
	.home-event__desc {
		margin: 0 0 28px;
	}

	.home-event__date,
	.home-event__desc {
		font-size: 16px;
	}
}

.home-event__desc p {
	color: #484843 !important;
	text-align: left !important;
	margin: 0;
}

.hide-carousel {
	/* display: none; */
}

.events-carousel {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.events-carousel .swiper-slide {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 500px) {
	.events-carousel .swiper-slide {
		width: 498px;
	}
}

.swiper-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 32px 20px 12px;
}

@media screen and (min-width: 768px) {
	.swiper-navigation {
		padding: 52px 20px 30px;
	}
}

.swiper-navigation .swiper-button-prev,
.swiper-navigation .swiper-button-next {
	all: unset;
}

.swiper-events .swiper-button-next,
.swiper-events .swiper-button-prev {
	text-indent: -9999px;
	cursor: pointer;
	width: 44px;
	height: 43px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

.swiper-events .swiper-button-next::after,
.swiper-events .swiper-button-prev::after {
	display: none;
}

.swiper-events .swiper-button-prev {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCA0NCA0MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjIiIGN5PSIyMS41IiByPSIyMSIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9saW5lYXJfMV8xODApIi8+CjxwYXRoIGQ9Ik0yNy4xNTk5IDMxLjUzMzRMMTYuNzc2MiAyNC45NjQyQzE1LjAwNDggMjMuODQzNSAxNC44OTk1IDIxLjI5NzkgMTYuNTcyMyAyMC4wMzQ4TDI3LjE1OTkgMTIuMDQwMSIgc3Ryb2tlPSJ1cmwoI3BhaW50MV9saW5lYXJfMV8xODApIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xXzE4MCIgeDE9Ii01LjcyMzY4IiB5MT0iLTEzLjAzMDMiIHgyPSI1MS45NDQxIiB5Mj0iLTcuMDU5NyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBvZmZzZXQ9IjAuNDMyMjkyIiBzdG9wLWNvbG9yPSIjNkUyQzkwIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0NDMjIyOSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXJfMV8xODAiIHgxPSIyOS4xOTMiIHkxPSIzNy40NDA1IiB4Mj0iMTAuMjU4MyIgeTI9IjM2LjAyNzkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agb2Zmc2V0PSIwLjQzMjI5MiIgc3RvcC1jb2xvcj0iIzZFMkM5MCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNDQzIyMjkiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K)
}

.swiper-events .swiper-button-next {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCA0NCA0MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjIiIGN5PSIyMS41IiByPSIyMSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE4MCAyMiAyMS41KSIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9saW5lYXJfMV8xODkpIi8+CjxwYXRoIGQ9Ik0xNi44NDAxIDExLjQ2NjZMMjcuMjIzOCAxOC4wMzU4QzI4Ljk5NTIgMTkuMTU2NSAyOS4xMDA1IDIxLjcwMjEgMjcuNDI3NyAyMi45NjUyTDE2Ljg0MDEgMzAuOTU5OSIgc3Ryb2tlPSJ1cmwoI3BhaW50MV9saW5lYXJfMV8xODkpIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xXzE4OSIgeDE9Ii01LjcyMzY4IiB5MT0iLTEzLjAzMDMiIHgyPSI1MS45NDQxIiB5Mj0iLTcuMDU5NyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBvZmZzZXQ9IjAuNDMyMjkyIiBzdG9wLWNvbG9yPSIjNkUyQzkwIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0NDMjIyOSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXJfMV8xODkiIHgxPSIxNC44MDciIHkxPSI1LjU1OTQ4IiB4Mj0iMzMuNzQxNyIgeTI9IjYuOTcyMTIiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4KPHN0b3Agb2Zmc2V0PSIwLjQzMjI5MiIgc3RvcC1jb2xvcj0iIzZFMkM5MCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNDQzIyMjkiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K)
}

.swiper-events .swiper-button-prev:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='44' height='43' viewBox='0 0 44 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22' cy='21.5' r='21' stroke='url(%23paint0_linear_1_180)'/%3E%3Cpath d='M27.1599 31.5334L16.7762 24.9642C15.0048 23.8435 14.8995 21.2979 16.5723 20.0348L27.1599 12.0401' stroke='url(%23paint1_linear_1_180)' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_180' x1='-5.72368' y1='-13.0303' x2='51.9441' y2='-7.0597' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.432292' stop-color='%236E2C90'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1_180' x1='29.193' y1='37.4405' x2='10.2583' y2='36.0279' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.432292' stop-color='%236E2C90'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.swiper-events .swiper-button-next:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='44' height='43' viewBox='0 0 44 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22' cy='21.5' r='21' transform='rotate(-180 22 21.5)' stroke='url(%23paint0_linear_1_189)'/%3E%3Cpath d='M16.8401 11.4666L27.2238 18.0358C28.9952 19.1565 29.1005 21.7021 27.4277 22.9652L16.8401 30.9599' stroke='url(%23paint1_linear_1_189)' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1_189' x1='-5.72368' y1='-13.0303' x2='51.9441' y2='-7.0597' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.432292' stop-color='%236E2C90'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1_189' x1='14.807' y1='5.55948' x2='33.7417' y2='6.97212' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.432292' stop-color='%236E2C90'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.swiper-navigation .swiper-pagination {
	text-align: center;
	margin: 0 20px;
}

.swiper-navigation .swiper-pagination-bullets-dynamic {
	transform: translateX(0) !important;
	left: 0 !important;
	position: relative !important;
	height: 16px;
	padding-top: 4px;
	bottom: 0 !important;
}

.swiper-navigation .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 6px 0 !important;
	position: relative;
	opacity: 1;
	background-color: #BCBEC0;
	border: 0;
}

@media screen and (min-width: 768px) {
	.swiper-navigation .swiper-pagination .swiper-pagination-bullet {
		margin: 0 10px 0 !important;
	}
}

.swiper-navigation .swiper-pagination .swiper-pagination-bullet::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	background-color: #6F2C91;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	transition: width .3s, height .3s;
	opacity: 0;
}

.swiper-navigation .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #6F2C91;
}

.swiper-navigation .swiper-pagination .swiper-pagination-bullet-active::before {
	width: 16px;
	height: 16px;
	opacity: 1;
}

.events-grid {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	row-gap: 5px;
}
@media screen and (min-width: 540px) {
	.events-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media screen and (min-width: 768px) {
	.events-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (min-width: 992px) {
	.events-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.event-grid {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	margin: 10px;
	display: flex;
	flex-direction: column;
	height: calc(100% - 15px);
	position: relative;
}

.event-grid__url {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.event-grid__box {
	text-align: left !important;
	color: #000;
	margin: 0 20px;
	padding: 20px 0;
	overflow: hidden;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.event-grid__box-top {
	flex: 1;
	margin-bottom: auto;
}

.event-grid__link {
	padding-top: calc(320 / 498 * 100%);
	position: relative;
	display: block;
	background-color: rgba(0, 0, 0, 0.1);
}

.event-grid__link img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	max-height: 100%;
}

.event-grid__box h2 {
	text-align: left !important;
	font-size: 18px;
	line-height: 1.2;
	color: #000;
	margin: 0 0 10px;
	padding: 0;
}

.event-grid__box h2 a {
	color: currentColor;
	padding: 0;
}

.event-grid__box h2 a:hover {
	color: #000;
}

.event-grid__date {
	font-size: 12px;
	font-weight: 500;
	margin: 0 0 10px;
}

.event-grid__desc {
	font-size: 13px;
	line-height: 1.4;
	text-align: left !important;
	color: #484843;
	margin: 0 0 15px;
	word-break: break-word;
}

.event-grid__desc p {
	color: #484843 !important;
	text-align: left !important;
	margin: 0;
	word-break: break-word;
}

.hide-me {
	display: none !important;
}

img[alt="css.php"] {
	display: none;
}

@media screen and (min-width: 1280px) {
	.benefits-icons {
		margin: 0 auto;
		max-width: 900px;
	}
}

@media screen and (max-width: 991px) {
	.nav-secondary .sub-menu .menu-item {
		margin-top: 5px;
	}

	.nav-secondary .menu-item {
		display: block;
		/*margin: 0 0 -3px;*/
	}

	.nav-secondary .menu-item:last-child {
		/*margin: 0;*/
	}

	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		color: #fff;
		padding: 0;
	}
}

p:last-child {
	margin-bottom: 0;
}


@media screen and (max-width: 767px) {
	.elementor-slides .swiper-slide-bg {
		background-position: left center !important;
	}
}

.goog-te-banner-frame.skiptranslate {
	display: none !important;
}

body {
	top: 0px !important;
}

.swiper-hero {
	height: 390px;
}

.elementor img.swiper-slide__img-d,
.elementor img.swiper-slide__img-m {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
}

.hero-slider .swiper-slide > a{
	height: 100%;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	position: relative;
	width:100%;
	padding: 30px;
}

.hero-slider .swiper-slide > a:hover {
	text-decoration: none;
}

.home-slide {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

.home-slide h2 {
	font-size: 32px;
	line-height: 34px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 15px;
}

.home-slide p {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	margin: 0 0 20px;
	max-width: 500px;
}

.home-slide p br {
	display: none;
}

@media screen and (min-width: 768px) {
	.swiper-hero {
		height: 594px;
	}

	.swiper-slide__img-m {
		display: none;
	}

	.home-slide h2 {
		font-size: 62px;
		line-height: 68px;
		margin: 0 0 28px;
	}

	.home-slide p {
		font-size: 22px;
		line-height: 34px;
		margin: 0 0 32px;
		/* max-width: inherit; */
	}

	.home-slide p br {
		display: block;
	}
}

.swiper-hero .swiper-pagination {
	display: flex;
	align-items: center;
	left: 25px !important;
	bottom: 20px !important;
}

@media screen and (min-width: 768px) {
	.swiper-hero .swiper-pagination {
		left: 50px !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
	.swiper-hero .swiper-pagination {
		bottom: 25px !important;
	}
}

@media screen and (min-width: 1280px) {
	.swiper-hero .swiper-pagination {
		left: 50% !important;
		transform: translate3d(-580px, -25px, 0px);
	}
}

.swiper-hero .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	opacity: 1;
	background-color: #fff;
	margin: 0 9px !important;
}

.swiper-hero .swiper-pagination .swiper-pagination-bullet-active {
	width: 16px;
	height: 16px;
}

.underlinded-link .elementor-widget-container a {
	text-decoration: underline;
}

.underlinded-link .elementor-widget-container a:hover {
	text-decoration: none;
}

.elementor-flex-md-3 .elementor-widget-wrap{
	display: flex;
	justify-content: center;
	gap: 2.4rem 4.2rem;
	padding: 0 !important;
}

.elementor-flex-md-3 .elementor-widget-image-box {
	max-width: 10.8rem;
	flex: 0 0 10.8rem;
	margin-bottom: 0 !important;
}

.elementor-flex-md-3 .elementor-widget-image-box img{
	border-radius: 50%;
}

.elementor-flex-md-3 .elementor-image-box-title {
	font-size: 1.8rem;
	line-height: 1.2222222222;
	text-align: center;
	margin-top: 1.4rem;
	color: #0063A5;
	margin-bottom: 0;
	text-transform: none;
}

@media screen and (min-width: 375px) and (max-width: 767px) {
	.elementor-flex-md-3 .elementor-widget-image-box {
		max-width: 13rem;
		flex: 0 0 13rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.elementor-flex-md-3 .elementor-widget-image-box {
		max-width: 22rem;
		flex: 0 0 22rem;
	}

	.elementor-flex-md-3 .elementor-image-box-title {
		font-size: 2.4rem;
		margin-top: 1.8rem;
	}
}

@media screen and (min-width: 992px) {
	.elementor-flex-md-3 .elementor-widget-wrap{
		gap: 4.8rem;
	}

	.elementor-flex-md-3 .elementor-widget-image-box {
		max-width: 27.5rem;
		flex: 0 0 27.5rem;
	}

	.elementor-flex-md-3 .elementor-image-box-title {
		margin-top: 2.4rem;
		font-size: 3.2rem;
		line-height: 1.1875;
	}
}

.elementor-populated-p-0 .elementor-element-populated{
	padding: 0 !important;
}


.elementor-page .elementor-testimonial .elementor-element-populated{
	background-repeat: no-repeat;
	background-position: center 6.6rem;
	background-size: 9.2rem auto;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.elementor-page .elementor-testimonial .elementor-element-populated{
		background-position: center 7.7rem;
		background-size: 12rem auto;
	}
}

@media screen and (min-width: 992px) {
	.elementor-page .elementor-testimonial .elementor-element-populated{
		background-position: center 13rem;
		background-size: 13.9rem auto;
	}
}

@media screen and (min-width: 768px) {
	.elementor-heading-title br,
	.elementor-widget-container br {
		display: block;
	}
}

.form-link {
	max-width: 100%;
	flex: 0 0 100%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.form-link {
		max-width: calc(100% / 2);
		flex: 0 0 calc(100% / 2);
	}
}

@media screen and (min-width: 992px) {
	.form-link {
		max-width: calc(100% / 3);
		flex: 0 0 calc(100% / 3);
	}
}

.form-link .elementor-widget-container {
	height: 122px;
	background-color: #fff;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 27px !important;
	position: relative;
}

.form-link .elementor-widget-container::before {
	background: linear-gradient(90deg, #1A0980 0%, #C30046 50%, #EC1C24 100%);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 27px;
}

.form-link .elementor-widget-container span {
	font-size: 2.4rem;
	line-height: calc(37 / 32);
	font-weight: 500;
	text-align: center;
	padding: 20px 10px;
}

@media screen and (min-width: 768px) {
	.form-link .elementor-widget-container {
		margin: 0 12px;
		padding-top: 42px !important;
		height: 185px;
	}

	.form-link .elementor-widget-container::before {
		height: 42px;
	}

	.form-link .elementor-widget-container span {
		font-size: 3.2rem;
	}
}

.last-report {
	background-color: #fff;
	max-width: 498px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.elementor .last-report img {
		height: 320px;
		object-fit: cover;
		object-position: 63%;
	}
}

.last-report span {
	font-size: 3.2rem;
	line-height: 1;
	font-weight: 500;
}

.download-list ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 250px;
}

@media screen and (min-width: 768px) {
	.download-list ul {
		max-width: 326px;
	}
}

.download-list ul li {
	list-style: none;
	text-align: center;
	padding: 12px 0;
	border-bottom: 1px solid #BCBEC0;
}

.download-list ul li a {
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: 500;
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.elementor-our-stories-leader--reverse .elementor-widget-wrap {
		flex-direction: row-reverse;
	}
}

.mission-video {
	max-width: 780px;
	margin: 0 auto;
}

.our-history-list > .elementor-container > .elementor-column > .elementor-element-populated {
	display: block !important;
	margin-bottom: -25px;
}

@media screen and (min-width: 768px) {
	.our-history-list > .elementor-container > .elementor-column > .elementor-element-populated {
		display: block !important;
		margin-bottom: 0;
	}
}

.our-history {
	background: #FFFFFF;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
	margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
	.our-history {
		width: 48.22% !important;
		margin-bottom: 44px;
	}

	.our-history:nth-child(odd) {
		float: left;
	}

	.our-history:nth-child(even) {
		float: right;
	}

	.our-history:nth-child(2) {
		margin-top: 72px;
	}
}


.our-history figcaption {
	font-size: 3.2rem;
	line-height: calc(37 / 32);
	font-weight: 500;
	margin: 36px 0 12px;
}

.our-history .elementor-widget-text-editor {
	max-width: 430px;
	margin: 0 auto;
	padding: 0 20px 45px;
}

.our-history .elementor-widget-text-editor p {
	font-size: 1.8rem;
	line-height: calc(26 / 18);
	color: #484843;
}



@media screen and (min-width: 992px) and (max-width: 1040px) {
	html .nav-secondary img {
		max-width: 70px;
	}
}

/* .elementor .our-history img {
	height: 252px;
	object-fit: cover;
} */



.post-custom .elementor-post__read-more,
.post-hero-custom .elementor-post__read-more{
	display: inline-flex;
	align-items: center;
}

.post-custom .elementor-post__read-more::after,
.post-hero-custom .elementor-post__read-more::after{
	content: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.7225 8.7402C21.3359 8.35697 20.7117 8.35976 20.3285 8.74642C19.9453 9.13307 19.9481 9.75719 20.3347 10.1404L22.6518 12.4369C23.5921 13.3689 24.2372 14.0103 24.6737 14.5538C24.8155 14.7304 24.9262 14.8859 25.0121 15.026L5.2572 15.026C4.7128 15.026 4.27148 15.4673 4.27148 16.0117C4.27148 16.5561 4.7128 16.9974 5.2572 16.9974L25.0121 16.9974C24.9262 17.1375 24.8155 17.293 24.6737 17.4697C24.2372 18.0132 23.5921 18.6546 22.6518 19.5866L20.3347 21.8831C19.9481 22.2663 19.9453 22.8904 20.3285 23.2771C20.7117 23.6637 21.3359 23.6665 21.7225 23.2833L24.0813 20.9454C24.9697 20.0649 25.6958 19.3453 26.2108 18.7041C26.7463 18.0373 27.1339 17.3606 27.2374 16.5482C27.2601 16.3701 27.2715 16.1909 27.2715 16.0117C27.2715 15.8326 27.2601 15.6534 27.2374 15.4753C27.1339 14.6629 26.7463 13.9861 26.2108 13.3194C25.6958 12.6782 24.9697 11.9585 24.0813 11.078L21.7225 8.7402Z' fill='%230063A5'/%3E%3C/svg%3E%0A");
	width: 32px;
	height: 32px;
	margin-left: 12px;
}

.post-hero-custom .elementor-post__excerpt,
.post-custom .elementor-post__excerpt{
	min-height: 5.4rem;
    max-height: 5.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


.post-hero-custom .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img,
.post-custom .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img {
	height: initial;
    width: 100%;
}

@media screen and (min-width: 768px) {
	.post-custom .elementor-pagination {
		margin-top: 62px !important;
	}
}

@media screen and (min-width: 1025px) {
	.post-hero-custom .elementor-post__excerpt,
	.post-custom .elementor-post__excerpt{
		min-height: 7.2rem;
	    max-height: 7.2rem;
	}
}

@media screen and (max-width: 767px) {
	.post-custom .elementor-post {
		flex-direction: column;

	}

	.post-custom .elementor-post__text {
		margin-top: 24px;
	}
}


.post-custom .elementor-pagination {
	font-weight: 700;
}

.widget-categories-custom h5{
	text-transform: initial;
}

.widget-categories-custom .postform {
	padding: 6px 18px;
	border-color: #2E2E47;
	color: #2E2E47;
	border-radius: 20px;
	font-size: 14px;
	background: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3342 1.80042C11.6258 1.50622 11.6237 1.03135 11.3295 0.73977C11.0353 0.448187 10.5604 0.450305 10.2688 0.744502L8.52151 2.50747C7.81238 3.22296 7.32434 3.71377 6.91081 4.04587C6.50911 4.36847 6.2511 4.47914 6.02002 4.50859C5.87492 4.52708 5.72811 4.52708 5.58301 4.50859C5.35193 4.47914 5.09391 4.36847 4.69222 4.04587C4.27869 3.71377 3.79065 3.22297 3.08151 2.50747L1.3342 0.744503C1.04262 0.450306 0.567752 0.448187 0.273555 0.739771C-0.0206421 1.03135 -0.0227607 1.50622 0.268823 1.80042L2.04761 3.59515C2.71755 4.27112 3.2651 4.8236 3.75297 5.21541C4.2603 5.62283 4.77524 5.91777 5.39335 5.99655C5.66438 6.0311 5.93865 6.0311 6.20968 5.99655C6.82779 5.91777 7.34273 5.62283 7.85006 5.2154C8.33793 4.8236 8.88547 4.27113 9.55541 3.59516L11.3342 1.80042Z' fill='black'/%3E%3C/svg%3E ") no-repeat calc(100% - 15px) 60%;
	appearance: none;
}


.post-custom .prev::before {
	display: inline-flex;
	align-items: center;
	width: 24px;
	height: 16px;
	margin-right: 6px;
	transform: translateY(-5px);
	content: '';
	background-size: cover;
	background-repeat: no-repeat;

}

.post-custom span.prev::before {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='21' viewBox='0 0 32 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0466 20.2584L3.66294 13.6891C1.89155 12.5684 1.78626 10.0229 3.45906 8.75973L14.0466 0.765029' stroke='black' stroke-linecap='round'/%3E%3Cpath d='M31.0466 20.2584L20.6629 13.6891C18.8915 12.5684 18.7863 10.0229 20.4591 8.75973L31.0466 0.765029' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E");
}

.post-custom a.prev::before {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='21' viewBox='0 0 32 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0466 20.2584L3.66294 13.6891C1.89155 12.5684 1.78626 10.0229 3.45906 8.75973L14.0466 0.765029' stroke='%230063A5' stroke-linecap='round'/%3E%3Cpath d='M31.0466 20.2584L20.6629 13.6891C18.8915 12.5684 18.7863 10.0229 20.4591 8.75973L31.0466 0.765029' stroke='%230063A5' stroke-linecap='round'/%3E%3C/svg%3E");
}



.post-custom .next::after {
	display: inline-flex;
	align-items: center;
	width: 24px;
	height: 16px;
	margin-left: 6px;
	transform: translateY(-5px);
	content: '';
	background-size: cover;
	background-repeat: no-repeat;
}


@media screen and (max-width: 420px) {
	.post-custom .prev::before,
	.post-custom .next::after{
		background-size: 80%;
		transform: translateY(-4px);
		width: 18px;
	}

	.post-custom .prev::before {
		margin-right: 0;
		background-position: 0 50%;

	}
	.post-custom .next::after{
		margin-left: 0;
		background-position: 100% 50%;
	}

	.post-custom .elementor-pagination{
		font-weight: 500;
	}

	.page-numbers:not(:last-child):not(:first-child) {
		margin: 0 3px !important;
	}

}

@media screen and (min-width: 768px) {
	.post-custom .next::after,
	.post-custom .prev::before {
		width: 32px;
		height: 21px;
		transform: translateY(-8px);
	}

	.post-custom .prev::before {
		margin-right: 12px;
	}
	.post-custom .next::after {
		margin-left: 12px;
	}
}

.post-custom span.next::after {
	background-image: url("data:image/svg+xml,%3Csvg width='33' height='21' viewBox='0 0 33 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.0469 0.765076L28.4306 7.33435C30.202 8.45503 30.3072 11.0006 28.6344 12.2637L18.0469 20.2584' stroke='black' stroke-linecap='round'/%3E%3Cpath d='M1.04688 0.765076L11.4306 7.33435C13.202 8.45503 13.3072 11.0006 11.6344 12.2637L1.04687 20.2584' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.post-custom a.next::after {
	background-image: url("data:image/svg+xml,%3Csvg width='33' height='21' viewBox='0 0 33 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.0469 0.765076L28.4306 7.33435C30.202 8.45503 30.3072 11.0006 28.6344 12.2637L18.0469 20.2584' stroke='%230063A5' stroke-linecap='round'/%3E%3Cpath d='M1.04688 0.765076L11.4306 7.33435C13.202 8.45503 13.3072 11.0006 11.6344 12.2637L1.04687 20.2584' stroke='%230063A5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.entry-footer .entry-meta {
	margin-top: 40px;
	padding-top: 32px;
	border-color: #484843;
}


.entry-footer .entry-meta .entry-categories a{
	color: #013B82;
}

.entry-footer .entry-meta .entry-categories a:hover {
	color: #013B82;
}

@media screen and (min-width: 768px) {
	.entry-footer .entry-meta {
		margin-top: 60px;
		padding-top: 50px;
	}
}

@media screen and (min-width: 992px) {
	.entry-footer .entry-meta {
		margin-top: 100px;
		padding-top: 76px;
	}
}


.tribe-events-before-html {

}

.tribe-events-before-html p{
	margin-bottom: 18px;
	font-size: 12px;
}


@media screen and (min-width: 842px) {
	.tribe-events-before-html p{
		margin-bottom: 22px;
		font-size: 14px;
	}
}

.tribe-filter-bar__filters-container .tribe-filter-bar__filters .tribe-filter-bar-c-filter:first-child .tribe-filter-bar-c-filter__toggle {
	color: #92278F !important;
}

.btn-get-in-touch .eael-modal-popup-link {
	position: fixed;
	right: 0;
	top: 50%;
	width: 59px !important;
	transform: translateY(-50%);
	z-index:1000;
}

.btn-get-in-touch .eael-lightbox-popup-window {
	margin: 0px 0px 0px auto !important;
}


.single-tribe_events .tribe-events-before-html {
	display: none;
}

@media screen and (max-width: 767px) {
	.post-custom .elementor-grid-item {
		display: block !important;
	}
}

.form-contact-us {
	display: flex;
	flex-direction: column;
	gap: 2.2rem;
}

.contact-form-section {
	margin: 0 auto;
}

.contact-form-section .form-contact-us {
	max-width: 70rem;
	margin: 0 auto;
}

.form-contact-us-info {
	max-width: 81.5rem;
	margin: 0 auto 3.2rem;
}

.form-contact-us-info h3 {
	font-size: 1.8rem;
	text-transform: initial;
	margin-bottom: 2rem;
	text-align: center;
	line-height: 1;
	color: #0063a5;
	font-weight: 700;
}

.bkgrd-white .form-contact-us-info h3 {
	font-size: 2.8rem;
}

.form-contact-us-info p{
	text-align: center;
}

@media screen and (min-width: 768px) {
	.form-contact-us-info h3 {
		font-size: 2.6rem;
	}
	.contact-form-section .form-contact-us-info {
		margin-bottom: 4.8rem;
	}

	.bkgrd-white .form-contact-us-info h3 {
		font-size: 4.5rem;
	}
}

@media screen and (min-width: 992px) {
	.form-contact-us-info h3 {
		font-size: 3.6rem;
	}

	.bkgrd-white .form-contact-us-info h3 {
		font-size: 5rem;
	}
	.contact-form-section .form-contact-us-info {
		margin-bottom: 6.4rem;
	}
}

.form-contact-us .form-row {
	display: flex;
	flex-direction: column;
	gap: 2.2rem;
}

.contact-form-section  .form-row {
	flex-direction: row;
}

.form-contact-us .form-item {
	flex: 1;
}

.form-contact-us .wpcf7-not-valid-tip {
	font-size: 1.2rem;
	margin-top: .5rem;
}

@media screen and (min-width: 768px) {
	.contact-form-section .form-contact-us .form-row{
		gap: 1.2rem;
	}
}

.form-contact-us input[type=text],
.form-contact-us input[type=email],
.form-contact-us select,
.form-contact-us textarea{
	font-size: 1.6rem;
	line-height: 1.5;
	padding: .6rem 1.7rem;
	border-color: #000;
	color: #484843;
	min-height: 3.8rem;
	border-radius: 1.9rem;
	display: block;
}

.form-contact-us select {
	background: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3342 1.80042C11.6258 1.50622 11.6237 1.03135 11.3295 0.73977C11.0353 0.448187 10.5604 0.450305 10.2688 0.744502L8.52151 2.50747C7.81238 3.22296 7.32434 3.71377 6.91081 4.04587C6.50911 4.36847 6.2511 4.47914 6.02002 4.50859C5.87492 4.52708 5.72811 4.52708 5.58301 4.50859C5.35193 4.47914 5.09391 4.36847 4.69222 4.04587C4.27869 3.71377 3.79065 3.22297 3.08151 2.50747L1.3342 0.744503C1.04262 0.450306 0.567752 0.448187 0.273555 0.739771C-0.0206421 1.03135 -0.0227607 1.50622 0.268823 1.80042L2.04761 3.59515C2.71755 4.27112 3.2651 4.8236 3.75297 5.21541C4.2603 5.62283 4.77524 5.91777 5.39335 5.99655C5.66438 6.0311 5.93865 6.0311 6.20968 5.99655C6.82779 5.91777 7.34273 5.62283 7.85006 5.2154C8.33793 4.8236 8.88547 4.27113 9.55541 3.59516L11.3342 1.80042Z' fill='black'/%3E%3C/svg%3E ") no-repeat calc(100% - 15px) center;
	appearance: none;
}

.form-contact-us textarea{
	padding: 1.6rem 1.7rem;
}

.form-contact-us input[type=text]::placeholder,
.form-contact-us input[type=email]::placeholder,
.form-contact-us textarea::placeholder {
	color: #484843;
	opacity: 1;
}

.form-contact-us input[type="submit"] {
	color: #fff !important;
	background-color: #6E2C90 !important;
	border-width: 0 !important;
	transition: none;
	margin: 0 auto;
    display: block;
    font-weight: 500;
}

.form-contact-us input[type="submit"]:hover {
    background: linear-gradient(95.91deg, #6E2C90 37.14%, #CC2229 106.87%) !important;
    text-decoration: none !important;
}

.wFormContainer input[type="submit"] {
	color: #fff !important;
	background-color: #0063A5 !important;
	border-width: 0 !important;
	transition: none;
	/* margin: 0 auto; */
    display: block;
    font-weight: 500;
}

.wFormContainer input[type="submit"]:hover {
    color: #fff !important;
    background: linear-gradient(95.91deg, #0063A5 37.14%, #CC2229 106.87%) !important;
	text-decoration: none !important;
}

.wpcf7-form-control-wrap {
	display: block;
}
.grecaptcha-badge {
	display: none !important;
}

.mfp-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.eael-lightbox-popup-window {
	margin-right: 0 !important;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}
.acceptance-checkbox {
	display: none;
}
.acceptance-checkbox + .wpcf7-list-item-label {
	position: relative;
	padding-left: 3.4rem;
	line-height: 1.375;
	display: block;
	font-size: 1.6rem;
	cursor: pointer;
}

.acceptance-checkbox + .wpcf7-list-item-label::before {
	width: 2.2rem;
	height: 2.2rem;
	content: '';
	position: absolute;
	left: 0;
	top:0;
	border: .1rem solid #000;
	border-radius: 50%;
}

.acceptance-checkbox:checked + .wpcf7-list-item-label::after {
	width: 1.2rem;
	height: 1.2rem;
	content: '';
	position: absolute;
	left: .5rem;
    top: .5rem;
	background-color: #000;
	border-radius: 50%;
}

.wpcf7 form .wpcf7-response-output {
	font-size: 1.4rem;
    margin: 2.2rem auto 0 !important;
    max-width: 70rem;
    border-radius: .5rem;
    text-align: center;
}

.wpcf7-spinner {
	margin: 2.2rem auto 0 !important;
	display: none !important;
}

.submitting .wpcf7-spinner{
	display: block !important;
}

.elementor-link-columns .elementor-element-populated {
	display: grid !important;
	grid-template-rows: repeat(1,1fr) !important;
    grid-template-columns: repeat(1,1fr) !important;
    max-width: 76rem;
    margin: 0 auto;
}


@media screen and (min-width: 768px) {
	.elementor-link-columns .elementor-element-populated {
		gap: 0 5.4rem;
		grid-template-rows: repeat(1,1fr) !important;
    	grid-template-columns: repeat(2,1fr) !important;
	}
}

@media screen and (min-width: 992px) {
	.elementor-link-columns .elementor-element-populated {
		gap: 0 10.8rem;
	}
}

.elementor-link-columns .elementor-element-populated .elementor-widget-button {
	margin-bottom: 0;
}

.elementor-link-columns .elementor-element-populated .elementor-button-link {
	display: block;
}



.tribe-events-back a,
.tribe-events-back a:visited {
	font-size: inherit;
	color: #0063A5;
	font-weight: 500;
}

.tribe-events-single-event-title {
	line-height: 1.04;
	color: #0063A5;
}

.tribe-events-schedule h2 {
	font-weight: 500;
}

#tribe-events-footer,
.tribe-events-event-meta:before,
.tribe-events-event-meta~div:not(.tribe-events-event-meta,.event-tickets) {
	border-color: #484843;
}


#tribe-events-footer{
	padding-bottom: 4.4rem;
}


.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover button{
	color: #fff !important;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
	position: relative;
	color: #0063A5;
	font-weight: 500;
}

.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:hover {
	color: #0063A5;
}



.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a::before,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover:before {
	display: inline-flex;
    align-items: center;
    width: 24px;
    height: 16px;
    margin-right: 6px;
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='21' viewBox='0 0 32 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0466 20.2584L3.66294 13.6891C1.89155 12.5684 1.78626 10.0229 3.45906 8.75973L14.0466 0.765029' stroke='%230063A5' stroke-linecap='round'/%3E%3Cpath d='M31.0466 20.2584L20.6629 13.6891C18.8915 12.5684 18.7863 10.0229 20.4591 8.75973L31.0466 0.765029' stroke='%230063A5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a::after,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover:after {
	display: inline-flex;
    align-items: center;
    width: 24px;
    height: 16px;
    margin-left: 6px;
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='33' height='21' viewBox='0 0 33 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.0469 0.765076L28.4306 7.33435C30.202 8.45503 30.3072 11.0006 28.6344 12.2637L18.0469 20.2584' stroke='%230063A5' stroke-linecap='round'/%3E%3Cpath d='M1.04688 0.765076L11.4306 7.33435C13.202 8.45503 13.3072 11.0006 11.6344 12.2637L1.04687 20.2584' stroke='%230063A5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.tribe-events-meta-group .tribe-events-single-section-title {
	font-weight: 500;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta {
		font-size: inherit;
		color: #484843;
	}

	.tribe-events-event-meta dt {
		font-weight: 500;
	}

	.tribe-events-meta-group a {
		color: #013B82;
		text-decoration: underline;
	}

	.tribe-events-meta-group a:hover {
		color: #ec008c;
		text-decoration: none;
	}

	.tribe-events-meta-group a:visited {
		color: #92278f;
		text-decoration: underline;
	}

	.tribe-events-single-event-title {
		line-height: 1.04;
		color: #0063A5;
	}

@media (min-width: 768px) {

	.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a,
	.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
		font-size: 1.8rem;
	}

	.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a::before,
	.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:hover::before,
	.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a::after,
	.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a:hover:after  {
		width: 32px;
    	height: 21px;
	}
	.tribe-events-back {
		margin-bottom: 4.4rem;
	}

	.tribe-events-single-event-title {
		font-size: 5rem;
	}

	.tribe-events-schedule {
		margin-top: 4.4rem;
	}

	.single-tribe_events .tribe-events-c-subscribe-dropdown, .tribe-events .tribe-events-c-subscribe-dropdown {
		margin-top: 4.4rem;
		margin-bottom: 4.4rem;
	}

	.tribe-events-meta-group .tribe-events-single-section-title {
		font-size: 2.8rem;
		line-height: 1.2857142857;
		margin-bottom: 3.6rem;
	}


	.tribe-events-event-meta dt:not(:first-child) {
		margin-top: 3.6rem;
	}

	.tribe-events-event-meta dd, .tribe-events-event-meta dt {
		margin-bottom: 0;
	}
}


.content-with-left-sidebar-menu .site-inner{
	max-width: 100% !important;
	padding: 0;
}

.content-with-left-sidebar-menu .content-sidebar-wrap {
	display: flex;
	flex-direction: column;

}

.content-with-left-sidebar-menu .content {
	order: 2;
}

.content-with-left-sidebar-menu .sidebar {
	order: 1;
	width: 100%;
}

.content-with-left-sidebar-menu .sidebar .widget_custom_html {
	margin-bottom: 0;
}

.content-with-left-sidebar-menu .sidebar .widget_nav_menu {
	padding: 3.5rem;
	margin-bottom: 0;
	display: none;
}

.content-with-left-sidebar-menu .sidebar .widget_nav_menu.show-menu{
	display: block;
}

.content-with-left-sidebar-menu .sidebar .widget-title {
	font-size: 2.8rem;
	line-height: 1.1428571429;
	color: #0063A5;
	text-transform: none;
	margin-bottom: 1.2rem;
}

.content-with-left-sidebar-menu .sidebar .menu {
	border-top: .1rem solid #0063A5;
}

.content-with-left-sidebar-menu .sidebar .menu > li {
	border-bottom: .1rem solid #0063A5;
	margin-bottom: 0;
}

.content-with-left-sidebar-menu .sidebar .menu a {
	font-weight: 500;
	text-decoration: none;
}

.content-with-left-sidebar-menu .sidebar .menu > li > a {
	font-size: 1.4rem;
	line-height: 1.7142857143;
	display: block;
	padding-top: .6rem;
	padding-bottom: .6rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.content-with-left-sidebar-menu .sidebar .menu > li.menu-item-has-children > a{
	position: relative;
}

.content-with-left-sidebar-menu .sidebar .menu > li.menu-item-has-children > a::after{
	content:'+';
	position: absolute;
	right: 0;
	top: 50%;
	width: 2.4rem;
	height: 2.4rem;
	line-height: 2.4rem;
	text-align: center;
	vertical-align: middle;
    transform: translate3d(0%, -50%, 0);
    font-size: 1.4em;
}

.content-with-left-sidebar-menu .sidebar .sub-menu li {
	margin-left: .8rem;
}

.content-with-left-sidebar-menu .sidebar .sub-menu li a{
	padding: .8rem;
	display: block;
}

.content-with-left-sidebar-menu .sidebar .menu .menu-item-has-children .sub-menu{
	display: none;
	font-size: 1.2rem;
}

.content-with-left-sidebar-menu .sidebar .menu .menu-item-has-children.current-menu-item .sub-menu,
.content-with-left-sidebar-menu .sidebar .menu .menu-item-has-children.current-page-ancestor .sub-menu {
	display: block;
}

.content-with-left-sidebar-menu .sidebar .menu > .menu-item-has-children.current-menu-item > .sub-menu,
.content-with-left-sidebar-menu .sidebar .menu > .menu-item-has-children.current-page-ancestor > .sub-menu {
    margin-bottom: 0.8rem;
}

.content-with-left-sidebar-menu .sidebar .menu .menu-item-has-children.current-menu-item > a,
.content-with-left-sidebar-menu .sidebar .menu .menu-item-has-children.current-page-ancestor > a,
.content-with-left-sidebar-menu .sidebar .menu .current-menu-item > a  {
	font-weight: 700;
}

.button-toggle-portal-menu,
.button-toggle-portal-menu:hover,
.button-toggle-portal-menu:focus {
	width: 100%;
	/*background: radial-gradient(44.04% 652.29% at 15.28% 100%, #0A4891 0%, #0063A5 100%) !important;*/
	box-shadow: -4px 4px 16px rgba(0, 0, 0, 0.15);
	color: #fff;
	font-size: 1.8rem;
	border: 0 none;
	line-height: 2;
	padding: 1.2rem 5.4rem 1.2rem 3.6rem;
	text-align: left;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	background: rgb(71,17,115);
	background: linear-gradient(90deg, rgba(71,17,115,1) 0%, rgba(222,22,51,1) 70%);
}

.button-toggle-portal-menu::before {
	content: '';
	position: absolute;
	right: 3rem;
	top: 50%;
	width: 1.4rem;
	height: .3rem;
	border-radius: .1rem;
	line-height: 2.4rem;
	text-align: center;
	vertical-align: middle;
    transform: translate3d(0%, -50%, 0) rotate(90deg);
    background-color: #fff;
}

.button-toggle-portal-menu::after {
	content:'';
	position: absolute;
	right: 3rem;
	top: 50%;
	width: 1.4rem;
	height: .3rem;
	border-radius:.1rem;
	line-height: 2.4rem;
	text-align: center;
	vertical-align: middle;
    transform: translate3d(0%, -50%, 0);
    background-color: #fff;
}


.button-toggle-portal-menu.toggle-active::before{
	transform: translate3d(0%, -50%, 0) rotate(45deg);
}

.button-toggle-portal-menu.toggle-active::after {
	transform: translate3d(0%, -50%, 0) rotate(135deg);
}


@media (min-width: 992px) {
	.content-with-left-sidebar-menu .sidebar .widget_custom_html {
		display: none;
	}

	.content-with-left-sidebar-menu .sidebar {
		flex: 0 0 30.5rem;
		width: 30.5rem;
		background-color: rgba(188, 190, 192, .1);
	}

	.content-with-left-sidebar-menu .sidebar .widget_nav_menu {
		padding: 3.2rem 2.4rem;
		display: block !important;
	}

	.content-with-left-sidebar-menu .sidebar  .widget-title {
		font-size: 3.2rem;
		margin-bottom: 2.4rem;
	}

	.content-with-left-sidebar-menu .content-sidebar-wrap {
		flex-direction: row;
	}

	.content-with-left-sidebar-menu .sidebar .menu > li > a {
		font-size: 1.8rem;
		line-height: 1.7777777778;
		padding-top: 1.3rem;
		padding-bottom: 1.3rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.content-with-left-sidebar-menu .sidebar .sub-menu li{
		margin-left: 1rem;
	}

	.content-with-left-sidebar-menu .sidebar .menu .menu-item-has-children .sub-menu {
		font-size: 1.6rem;
	}

	.content-with-left-sidebar-menu .sidebar .menu > .menu-item-has-children.current-menu-item > .sub-menu,
	.content-with-left-sidebar-menu .sidebar .menu > .menu-item-has-children.current-page-ancestor > .sub-menu {
		margin-top: -1.6rem;
	    margin-bottom: 0.8rem;
	}
}

@media (min-width: 1440px) {
	.content-with-left-sidebar-menu .sidebar {
		flex: 0 0 44.5rem;
		width: 44.5rem;
	}

	.content-with-left-sidebar-menu .sidebar .widget_nav_menu {
		padding: 5rem 4.5rem;
	}

	.content-with-left-sidebar-menu .sidebar .widget-title {
		font-size: 3.6rem;
		margin-bottom: 3.2rem;
	}
}

.partners .elementor-widget-wrap {
	padding: 0;
}
@media screen and (max-width: 767px) {
	.partners .elementor-widget-wrap > .elementor-element {

	}
}
@media screen and (min-width: 768px) {
	.partners .elementor-widget-wrap > .elementor-element {
		width: 33.33%;
		padding: 30px;
	}
}

.tribe-events-content a.btn {
	border: 0 none;
}

.tribe-events-content .btn--primary.btn--violet:hover {
	color: #fff;
	border: 0 none;
}

.archive.category .archive-title {
	font-weight: 500;
	font-size: 2.2rem;
}

.archive.category .archive-title a {
	text-decoration: none;
}


.btn--arrow {
	padding: 0;
    display: flex;
    position: relative;
	font-size: 18px;
    line-height: 38px;
    fill: #0063A5;
    color: #0063A5;
    background-color: #FFFFFF00;
    border-style: none;
    justify-content: flex-start;
    align-items: center;
}
.btn--arrow::after{
	content: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.7225 8.7402C21.3359 8.35697 20.7117 8.35976 20.3285 8.74642C19.9453 9.13307 19.9481 9.75719 20.3347 10.1404L22.6518 12.4369C23.5921 13.3689 24.2372 14.0103 24.6737 14.5538C24.8155 14.7304 24.9262 14.8859 25.0121 15.026L5.2572 15.026C4.7128 15.026 4.27148 15.4673 4.27148 16.0117C4.27148 16.5561 4.7128 16.9974 5.2572 16.9974L25.0121 16.9974C24.9262 17.1375 24.8155 17.293 24.6737 17.4697C24.2372 18.0132 23.5921 18.6546 22.6518 19.5866L20.3347 21.8831C19.9481 22.2663 19.9453 22.8904 20.3285 23.2771C20.7117 23.6637 21.3359 23.6665 21.7225 23.2833L24.0813 20.9454C24.9697 20.0649 25.6958 19.3453 26.2108 18.7041C26.7463 18.0373 27.1339 17.3606 27.2374 16.5482C27.2601 16.3701 27.2715 16.1909 27.2715 16.0117C27.2715 15.8326 27.2601 15.6534 27.2374 15.4753C27.1339 14.6629 26.7463 13.9861 26.2108 13.3194C25.6958 12.6782 24.9697 11.9585 24.0813 11.078L21.7225 8.7402Z' fill='%230063A5'/%3E%3C/svg%3E%0A");
	width: 32px;
	height: 32px;
	margin-left: 12px;
}
.btn--arrrow-mb {
	margin-bottom: 2.4rem;
}

@media screen and (max-width: 991px) {
	.menu-item-has-children.mega-menu-child {
		position: relative;
	}
	.menu-item-has-children.mega-menu-child button {
		background: 0 0;
		border: none;
		position: absolute;
		right: 10px;
		top: 16px;
	}
	.menu-item-has-children.mega-menu-child button::after {
		content: '';
		background-image: url('data:image/svg+xml,%3Csvg width="9" height="6" viewBox="0 0 9 6" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 1L4.5 5L8 1" stroke="white" stroke-linecap="round"/%3E%3C/svg%3E');
		width: 9px;
		height: 6px;
		transition: all .2s ease-in;
		display: block;
	}
}
@media screen and (min-width: 992px) {
	.hide-on-desk {
		display: none !important;
	}
	.menu-item-has-children.mega-menu-child button {
		display: none;
	}
}
.error-message {
	color: red;
	font-size: 14px;
}

.language-selector {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMS4yODI3IDEuMjc3OTZDMTEuNTc0MyAwLjk4Mzc2MiAxMS41NzIyIDAuNTA4ODkzIDExLjI3OCAwLjIxNzMwOUMxMC45ODM4IC0wLjA3NDI3NDQgMTAuNTA4OSAtMC4wNzIxNTU3IDEwLjIxNzMgMC4yMjIwNDFMOC40NyAxLjk4NTAxQzcuNzYwODYgMi43MDA1IDcuMjcyODIgMy4xOTEzMSA2Ljg1OTMgMy41MjM0MUM2LjQ1NzYgMy44NDYgNi4xOTk1OCAzLjk1NjY4IDUuOTY4NSAzLjk4NjEzQzUuODIzNDEgNC4wMDQ2MiA1LjY3NjU5IDQuMDA0NjIgNS41MzE1IDMuOTg2MTNDNS4zMDA0MiAzLjk1NjY4IDUuMDQyNCAzLjg0NjAxIDQuNjQwNzEgMy41MjM0MUM0LjIyNzE4IDMuMTkxMzEgMy43MzkxNCAyLjcwMDUxIDMuMDMgMS45ODUwMUwxLjI4MjY5IDAuMjIyMDQyQzAuOTkxMTA3IC0wLjA3MjE1NSAwLjUxNjIzOCAtMC4wNzQyNzM2IDAuMjIyMDQxIDAuMjE3MzFDLTAuMDcyMTU1OCAwLjUwODg5NCAtMC4wNzQyNzQ0IDAuOTgzNzYzIDAuMjE3MzA5IDEuMjc3OTZMMS45OTYwOSAzLjA3MjY5QzIuNjY2MDQgMy43NDg2NiAzLjIxMzU5IDQuMzAxMTQgMy43MDE0NiA0LjY5Mjk0QzQuMjA4NzkgNS4xMDAzNyA0LjcyMzczIDUuMzk1MzEgNS4zNDE4NCA1LjQ3NDA5QzUuNjEyODcgNS41MDg2NCA1Ljg4NzE0IDUuNTA4NjQgNi4xNTgxNiA1LjQ3NDA5QzYuNzc2MjggNS4zOTUzMSA3LjI5MTIyIDUuMTAwMzcgNy43OTg1NCA0LjY5Mjk0QzguMjg2NDEgNC4zMDExNCA4LjgzMzk2IDMuNzQ4NjcgOS41MDM5IDMuMDcyNjlMMTEuMjgyNyAxLjI3Nzk2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==) no-repeat calc(100% - 15px) center;
	font-family: 'Ubuntu', sans-serif;
	border-radius: 100px;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	appearance: none;
	padding: 7px 30px 7px 20px !important;
	outline: none;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

.language-selector  option {
  background: #fff;
  color: #000;
	padding-top: 3px;
	padding-bottom: 3px;
}

#google_translate_element {
  display: none;
}
