/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 02 2025 | 14:46:11 */
/* --------------------------- Root --------------------------- */
:root {	
	
	/* Prevent Scrollbar movement */
	/*overflow-y: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;*/
}

/* ------------------------- ELEMENTOR ------------------------ */
	/* Prevent Gravity from Hiding Form in Editor */
	.page-content .gform_wrapper {
		display: block !important;
	}
	

/* ------------------------- Typography ------------------------- */
p:last-child {
	margin-bottom: 0px;
}

/* Tables */
.ch-tables {
	overflow-x: auto;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th,
table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: unset;
}

/* Lists */
.ch-liststyle-none ul {
	margin: 0px;
	padding: 0px;
}

.ch-liststyle-none li {
	list-style-type: none !important; /* Remove bullets */
	/*padding: 0 !important;*/ /* Remove padding */
	margin: 0 !important; /* Remove margins */
}

/* Styles */
.ch-uppercase {
	text-transform: uppercase !important;
}
.ch-bold {
	font-weight: 600 !important;
}
.ch-italic {
	text-decoration: italic !important;
}

/* ------------------------- Links ------------------------- */
.ch-clickable,
.ch-clickable a {
	height: 100%;
	width: 100%;
	font-size: 0px !important;
	color: transparent !important;
}
/* Makes entire content area clickable */
.ch-clickable a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.ch-clickable-link a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
	bottom: 0;
}

.ch-clickable-link a:focus,
.ch-clickable-link a:focus-visible {
    border: none !important;
    box-shadow: unset !important;
}


/* ------------------------- Layout ------------------------- */
/* Align bottom element for equal height cards */
.ch-flex-bottom {
    flex-grow: 1;
	display: flex;
}
.ch-flex-bottom .elementor-widget-container {
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.ch-flex-bottom.left {
	justify-content: left;
}
.ch-flex-bottom.center {
	justify-content: center;
}
.ch-fit-content {
    width: fit-content;
}

.ch-container-gap {
	--gap: 35px 35px !important;
}

/* Padding */
.ch-padding-sm {
	padding: 10px;
}

.ch-padding-md {
	padding: 20px;
}

.ch-padding-lg {
	padding: 35px;
}

/* All main website sections (outside containers) */
.ch-outer-section {
	padding-right: 20px !important;
	padding-left: 20px !important;
}

@media only screen and (max-width: 1024px) {
	.ch-container-gap {
		--gap: 25px 25px !important;
	}
	.ch-padding-lg {
		padding: 20px;
	}
	.ch-padding-md {
		padding: 15px;
	}
	.ch-tablet-hide {
		display: none !important;
	}
}
@media only screen and (max-width: 767px) {
	.ch-mobile-hide {
		display: none !important;
	}
	
	/* All main website sections (outside containers) */
	.ch-outer-section {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
}

#hide,
.hide {
	display: none !important;
}

#show,
.show {
	display: block !important;
}

/* -------------------------- Accessibility --------------------------- */

/* Titles for Screen Readers */
.hidelabel .elementor-button-text,
.visuallyhidden {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(0px 0px 99.9% 99.9%);
	clip-path: inset(0px 0px 99.9% 99.9%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	padding: 0;
	border: 0;
}

/* Outline General */
summary:focus-visible,
a.elementor-button:focus-visible,
input:focus-visible, 
a:focus-visible, 
textarea:focus-visible,
select:focus-visible {
	box-shadow: 0 0 0px 2px white !important;
	outline-width: 1px !important;
	outline-color: #000 !important;
	outline-style: dashed !important;
}

/*Outline when refocused to a non-interactive element*/
div:focus-visible,
h1:focus-visible,
h2:focus-visible,
h3:focus-visible,
h4:focus-visible,
h5:focus-visible,
h6:focus-visible {
  	box-shadow: 0 0 0px 2px white;
	outline-width: 1px !important;
	outline-color: var(--text) !important;
	outline-style: dashed !important;
}

/*Hide outline on sections when refocused*/
#read-more:focus-visible,
section:focus-visible {
	outline-color: transparent !important;
}

/* Fix Outlines for List Icons */
.elementor-widget-icon-list div {
	overflow: visible !important;
}

/* Skip to Main */
a.skip-link {
	left:-999px;
	position:absolute;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	z-index:-999;
}
a.skip-link:focus, a.skip-link:active {
	color: var(--primary);
	background-color: white;
	width: 250px;
	overflow: auto;
	padding: 5px;
	border-radius: 4px;
	border: 1px solid var( --primary);

	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;	

	text-align: center;
	font-size: 1.2em;
	z-index: 999;
}

/* Prevent accessibility checkers from complaining about social icons */
.ch-social-icons .elementor-screen-only {
	color: black !important;
	background-color: white;
}
/* -------------------------- Tables & Videos --------------------------- */
/* Tables */
.ch-post-content table {
	border-collapse: collapse; 
	width: 100%;
}
.ch-tables {
	overflow-x: auto !important;
	overflow-y: hidden !important;
}

/* Videos */
.ch-videos {
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	border-radius: 10px;
	overflow: hidden; 
}

.ch-videos iframe {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.ch-videos a.ytp-impression-link {
	padding-bottom: 25px !important;
}

/* -------------------------- MISC --------------------------- */
/* Google Captcha */
.grecaptcha-badge { 
	opacity:0;
}

/* Skip to Main Content */
a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus-visible, a.skip-main:hover,
a.skip-main:focus, a.skip-main:active {
    color: var(--primary);
    background-color: white;
    width: 250px;
    overflow: auto;
    padding: 5px;
    border-radius: 4px;
    border: 3px solid var( --border-1 );
		
	box-shadow: 0px 0px 30px 10px rgb(0 0 0 / 50%);
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;	
	
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
}
/*-----------------------Print--------------------------*/
@media print {
	.no-print, aside, header, footer { 
		display: none;
	}   
}