.elementor-kit-9{--e-global-color-primary:#BAA25D;--e-global-color-secondary:#1C1C1B;--e-global-color-text:#7A7A7A;--e-global-color-accent:#741102;--e-global-color-de21226:#929079;--e-global-color-bd7c4da:#25330F;--e-global-color-759d242:#E2D7C7;--e-global-typography-primary-font-family:"Quicksand";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Quicksand";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Quicksand";--e-global-typography-text-font-size:1.2em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Dancing Script";--e-global-typography-accent-font-weight:500;font-family:"Quicksand", Sans-serif;font-weight:600;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1000ms;--e-preloader-animation:bounce;--e-preloader-animation-duration:4000ms;--e-preloader-delay:1000ms;--e-preloader-width:10%;}.elementor-kit-9 e-page-transition{background-color:#BAA25D;}.elementor-kit-9 a{color:var( --e-global-color-primary );}.elementor-kit-9 h1{color:var( --e-global-color-secondary );font-family:"Quicksand", Sans-serif;font-size:3.5em;font-weight:400;}.elementor-kit-9 h3{line-height:3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */::-moz-selection {
    background-color: var(--e-global-color-primary);
    color:  var(--e-global-color-secondary);
}

::selection {
    background-color:	var(--e-global-color-primary);
    color:  var(--e-global-color-secondary);
}

.page-header {
    
}

footer {
    font-size: 90%;
}

/** RESPONSIVE TABLE STYLES **/
.rg-container {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	color: var(--e-global-color-text);
}
.rg-header {
	margin-bottom: 1em;
}
.rg-hed {
	font-weight: bold;
	font-size: 1.4em;
}
.rg-dek {
	font-size: 1em;
}
.rg-source-and-credit {
	width: 100%;
	overflow: hidden;
}
.rg-source {
	margin: 0;
	float: left;
	font-weight: bold;
	font-size: 0.75em;
}
.rg-source .pre-colon {
	text-transform: uppercase;
}

/* table */
table.rg-table {
	width: 100%;
	margin-bottom: 0.5em;
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}
table.rg-table * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
	color: #333;
}
table.rg-table thead {
	border-bottom: 1px solid #666;
}
table.rg-table tr {
	border-bottom: 1px solid #666;
	color: #222;
}
table.rg-table tr.highlight {
/*	background: #efefef;*/
}
table.rg-table.zebra tr:nth-child(even) {
/*	background: #efefef;*/
}
table.rg-table th {
	font-weight: bold;
	padding: 0.35em;
	font-size: 0.9em;
}
table.rg-table td {
	padding: 0.35em;
	font-size: 0.9em;
}
table.rg-table .highlight td {
	font-weight: bold;
}
table.rg-table th.number, td.number {
	text-align: right;
}
/**//* End custom CSS */