body {
    background: #fff;
    color: #1E3F44;
	font-family: "Rubik", Sans-serif;
	font-size: 1.25rem;
    font-weight: 400;
    line-height: 160%;
}

fieldset {
	border: none;
}

table {
	margin-bottom: 0;
}

table td {
	text-align: inherit;
}

address {
	line-height: inherit;
}

figure {
    margin: 0;
}

.section-accordion .section-header h3 {
    color: #fff !important;
}

ul.compList label.choice, ul.compList li div label, ul.compList li span label, .compSect-content label.choice, .compSect-content li div label, .compSect-content li span label {
	color: #1E3F44;
}

.compSect-content li.section, .compSect-content li.sectionInstruct, .compSect-content li.border-top, .section-content li.border-top {
    color: #1E3F44;
}

.message.fade {
	opacity: 1;
	transition: none;
}

.compHdBar-wrap, .component-title .buttonheading {
	/*display: none;*/
}

.compNavBar-wrap {
	border: none;
}

.compNavBar-content ul {
	list-style: none;
}

.compNavBar-content ul li a {
	font-weight: 400;
	padding: 9px 16px;
}

ul.compList li.complex div.cntr span.span-block:last-child {
	margin: 0;
}

input.field.text, textarea.field, .inputbox, input.input-text, input[type="text"], input.field[type="text"], textarea.textarea, td.paramlist_value select {
	background: #fff;
	border: 1px solid #C0E5E8;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: none;
	box-sizing: border-box;
    color: #112337;
	font-family: inherit;
	font-size: 1rem;
	height: auto;
	line-height: 24px;
	margin-bottom: 0;
	padding: 12px 16px;
}

input.field.text, input.input-text, input[type="text"], input.field[type="text"] {
	height: 50px;
}

input.field.text:focus, textarea.field:focus, .inputbox:focus, input.input-text:focus, input[type="text"]:focus, input.field[type="text"]:focus {
	border-color: #C0E5E8;
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: 0 0 5px #888;
	-moz-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
}

select.inputbox, select.select {
	background-color: #fff;
	border: 1px solid #C0E5E8;
	border-radius: 8px;
    font-family: inherit;
	font-size: 1rem;
	padding: 2px 24px 2px 2px;
	height: 50px;
    width: auto;
}

select[multiple], select[size] {
	height: auto;
	min-height: 50px;
	padding-top: 7px;
	padding-bottom: 7px;
}

select.input-block-level {
	width: 100%;
}

select.ticNumIn {
	min-width: 48px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding-top: 0;
	text-align: center;
	text-align-last: center;
}

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

ul.compList li div.cntr.select-wrapper:after {
	content: "\e90f" !important;
	height: auto;
	visibility: visible;
}

.ticketQty .select-wrapper select {
	min-width: 106px;
}

td.select-wrapper {
	border: none;
	height: auto;
}

td.select-wrapper:before, td.select-wrapper:after {
	display: none;
}

td.select-wrapper select {
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	width: auto;
	border: 1px solid #5D5D5D;
	padding-right: 16px;
}

input[type="file"], input[type="checkbox"], input[type="radio"], select {
	margin: 0;
}

.radio, .checkbox {
	min-height: 0;
}

.checkbox input[type="checkbox"] {
    opacity: 1;
}

ul.compList li.buttons button.button {
	margin-right: 0;
}

.btn, button.button, .btn-primary, .btn-secondary, .btn-primary:link, .btn-primary:visited {
	background: #E52B57;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 30px;
    font-family: inherit;
	font-size: 1.25rem;
    font-weight: 600 !important;
	color: #fff;
	line-height: 1;
	height: auto;
	padding: 12px 16px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
	text-shadow: none;
	text-transform: uppercase;
}

.btn-secondary, .btn-secondary:link, .btn-secondary:visited {
	background: #E52B57;
    color: #fff;
	text-decoration: none !important;
}

a.ia-link {
	background: #E52B57;
	border-radius: 0;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	padding: 9px 16px;
}

button.btn.btn-danger, button.btn.btn-info {
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    padding: 2px 6px;
    text-shadow: none;
	text-transform: none;
}

button.btn.btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
}

button.btn.btn-danger {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}

.btn:hover, button.button:hover, .btn-primary:hover,
.btn:active, button.button:active, .btn-primary:active,
.btn:focus, button.button:focus, .btn-primary:focus {
    background: #5A1322;
	color: #fff;
	outline: 0;
}

.btn-secondary:hover, .btn-secondary:focus {
    background: #5A1322;
	color: #fff;
}

a.ia-link:hover {
	background: #5A1322;
	color: #fff;
}

button.btn.btn-info.active, button.btn.btn-info.disabled, button.btn.btn-info:active, button.btn.btn-info:hover, button.btn.btn-info[disabled] {
    color: #fff;
    background-color: #2f96b4;
}

button.btn.btn-danger.active, button.btn.btn-danger.disabled, button.btn.btn-danger:active, button.btn.btn-danger:hover, button.btn.btn-danger[disabled] {
    color: #fff;
    background-color: #bd362f;
}

.btn.btn-amount {
	background: none;
	border: 1px solid #C0E5E8;
	color: #232323;
	font-size: 16px;
	padding: 9px 14px;
}

.btn.btn-amount:hover {
	background: #E52B57;
	color: #fff;
	text-shadow: none;
}

.btn-amount.btn-primary {
	background: #E52B57;
	color: #fff;
	text-shadow: none;
}

.input-group-addon, .input-group .form-control {
	border: 1px solid #C0E5E8;
}

.jsfsubmitForm span.btn {
	margin-top: 10px;
}

.jsfsubmitForm span.btn .modal {
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: block;
	font-family: inherit;
	margin: 0;
	overflow: hidden;
	position: static;
	text-decoration: none;
	width: auto;
}

#sbox-window {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.row.result {
    color: #E52B57;
    cursor: pointer;
}

address {
	background: none;
	border: none;
	padding: 0;
}

.social-links li {
	background: none;
	padding: 0;
}

p.address {
	margin: 0;
}

h1.componentheading, .item-header h1.title, h1.title, .article-title h2.contentheading {
	border-bottom: none;
	font-family: var(--e-global-typography-9a8f993-font-family), Sans-serif;
    font-size: var(--e-global-typography-9a8f993-font-size);
    font-weight: var(--e-global-typography-9a8f993-font-weight);
    font-style: var(--e-global-typography-9a8f993-font-style);
    line-height: var(--e-global-typography-9a8f993-line-height);
    letter-spacing: var(--e-global-typography-9a8f993-letter-spacing);
    color: var(--e-global-color-1b1d055);
	letter-spacing: 0em;
	margin-bottom: 1em;
	padding: 0;
	text-transform: none;
}

table.blog h2.contentheading {
	border-bottom: none;
	display: block;
	font-size: var( --e-global-typography-090187d-font-size );
	font-weight: 800;
	line-height: 1.4;
	margin: 0;
}

table.blog h2.contentheading a {
    font-weight: 800;
	text-decoration: none;
}

ul.compList label.choice, ul.compList li div label, ul.compList li span label, .compSect-content label.choice, .compSect-content li div label, .compSect-content li span label {
	font-weight: normal;
}

ul.compList label.choice {
	margin-top: -20px;
	width: auto;
}

.sbxEvents-event .event-meta-wrap {
    display: none;
}

.compSect-title h3 {
    margin: 0;
    padding: 0;
}

.sbx .sbxEvents-event div.whendate span.date, .sbx .sbxEvents-event div.whendate span.time {
	font-size: 1em;
}

#sectWhere-content h4.title {
	color: inherit;
    font-family: inherit;
    font-size: 1em;
    font-weight: bold;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 170px;
}

#sectWhere-content p {
	margin-left: 170px;
}

.table-inwell .btn-group {
    float: right;
}

table.resultsTBL thead th {
	background: #333;
	text-align: left;
}

table.resultsTBL .row1 td, table.resultsTBL .odd td {
	background: #e6e6e6;
}

.article-meta-wrap, div.metadata, .dn-meta, .item-meta {
    color: #464646;
}

.article-meta-content span strong, div.metadata span.author-name, span.title span.count, span.small strong, .item-meta strong {
	color: #464646;
}

.resultsTBL-foot {
	border-bottom-color: #ddd;
}

table.tickets-total-tbl tr.total .amount {
    color: #00afbf;
}

table.resultsTBL span.title {
	margin-bottom: 0;
}

tr {
	background: none;
	border-bottom: none;
	padding: 0;
}

tr td, tr th {
	border: none;
	padding: 0;
}

.pagination > li > a, .pagination > li > span, .pagination > li > span:hover {
	background: none;
	border: none;
}

.cal-monthTBL td.cal-wd {
    background-color: #fff;
    color: inherit;
}

.cal-monthTBL td.cal-wdEmpty {
    background-color: #f6f6f6;
    color: #888;
}

.cal-monthTBL .cal-eventDate {
    color: #777;
}

.cal-monthTBL td.cal-wd, .cal-monthTBL td.cal-wdEmpty {
    border-color: #ddd;
}

.hide.fade.in {
    display: block !important;
}

.modal {
	bottom: auto;
    left: 50%;
}

.shop-modal-header {
    border-bottom: medium none;
	padding: 5px 15px;
}

.shop-product {
    padding: 0 0 15px;
}

.shop .shop-table h4.title {
	color: #333;
	font-size: 20px;
}

.shop input.input-text {
	height: auto;
	line-height: 24px;
}

.shop .label {
    background-color: #ff8000;
	padding: 4px 6px;
}

.product-title {
	margin: 0;
	text-transform: none;
}

.product-info .product-price {
    display: block;
    margin: .6em 0 .4em 0;
    font-size: 48px;
    line-height: 1.1em;
}

.master-holder .petition-prognum {
	font-size: 56px;
}

.petition-proglabel, .petition-formtitle {
    color: #E52B57;
}

.section-petition-letter {
    background: #f6f6f6 none repeat scroll 0 0;
    border-left-color: #444;
}

.supporter-location, .supporter-time, .share-title {
    color: #798e92;
}

.section-socialshare {
    background-color: transparent;
    border-bottom-color: #777;
    border-top-color: #777;
}

.supporter-item {
	font-size: 16px;
}

.petition-supporterstitle {
	margin: 0 0 1em;
}

label.checkbox {
	font-weight: normal;
	line-height: normal;
}

.share-title {
	font-size: 1em;
}

ul.pagination {
    border-color: #ddd;
	display: block;
}

ul.pagination li {
	float: none;
	display: inline-block;
}

ul.pagination li a {
	display: inline-block;
}

ul.contactinfo-list input#email {
	min-width: 206px;
}

#system-messageDetail dd.message ul {
	background: none;
	border: none;
	padding: 10px 0;
}

.section-petition-form.is-hidden {
	visibility: visible;
}

.stickybar {
    background: rgb(234,239,242);
}

.googleMap.leftMrg {
	margin: 0; 
}

#sectWhere-content  p.directions {
	margin-bottom: 0;
}

#footer {
	text-align: left;
}

.jsfsearch-my-first-directory-search .compSect-title h3 {
	font-size: 16px;
}

.pos-subtitle {
	font-size: 14px;
}

a.readon {
	font-size: 16px;
}

ul.compList label.descLrg {
	font-size: 1em;
}

.shop .label.label-in {
	background-color: green;
}

.shop .label.label-oos {
	background-color: red;
}

.product-store-container .quantity {
	border: none;
	width: auto;
	display: block;
	margin: 0 0 5px;
}

.item-list a {
	display: block;
	margin: 5px 0 0;
}

ul.menu li, .card-section ul li {
	background: none;
	padding: 0;
}

.top-bar .menu-item--expanded:hover .is-dropdown-submenu {
	display: block;
}

.input-group {
	display: inline-table;
	width: auto;
}

.compContentBar-content ul, .compHdBar-content ul {
	list-style: none;
}

table thead, table tbody, table tfoot {
	background: none;
	border: none;
}

table tbody th, table tbody td {
	padding: 0;
}

.article-title {
	position: static;
}

.calendar .button {
	display: table-cell;
}

.elementor-269 .elementor-element.elementor-element-a29e379.e-con {
	background: none;
}

.elementor-269 .elementor-element.elementor-element-a29e379::before {
	display: none;
}

.elementor-element-a29e379 {
	padding-bottom: 50px;
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li {
	background: none;
}

.elementor-widget-button .elementor-button.elementor-button-link {
	background: var(--e-global-color-b2381d3) !important;
    color: #fff !important;
	font-family: var(--e-global-typography-8f3a576-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-8f3a576-font-size) !important;
    font-weight: var(--e-global-typography-8f3a576-font-weight) !important;
    text-transform: var(--e-global-typography-8f3a576-text-transform);
    line-height: var(--e-global-typography-8f3a576-line-height) !important;
    letter-spacing: var(--e-global-typography-8f3a576-letter-spacing) !important;
    padding: 1rem !important;
    border-radius: 12.5rem;
}

.elementor-widget-button .elementor-button.elementor-button-link:hover {
    background: var(--e-global-color-96e1b5d) !important;
}

.elementor-nav-menu--main .elementor-nav-menu ul {
	width: auto;
}

.elementor-nav-menu--main .elementor-nav-menu ul li {
	background: none;
}

.elementor .page-content a {
	font-weight: bold;
	text-decoration: underline;
}

.sbx {
	position: relative;
	width: 100%;
}

.elementor-269 .e-con.e-flex>.e-con-inner {
	flex-direction: column;
}

.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    left: 0;
    right: 0;
    top: 60px;
}

.elementor-nav-menu--dropdown ul li {
	background: none;
}

.elementor-widget.elementor-widget-nav-menu {
	position: static;
}

.elementor-location-header .nav-container {
	position: fixed;
	z-index: 999;
}

#sectWhenWhere-grid {
	display: flex;
	margin-left: calc(-45px / 2);
    margin-right: calc(-45px / 2);
}

#sectWhenWhere-grid .compSectGrid-col {
	padding-right: calc(45px / 2);
    padding-left: calc(45px / 2);
}

#sectWhenWhere-grid .compSectGrid-content, table.blog tr td div.contentpaneopen {
	background: #D7F5F5;
	border-radius: 24px;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
	height: 100%;
	padding: 2rem !important;
	position: relative;
}

table.blog tr td div.contentpaneopen {
	background: #FBFEFE;
}

#sectWhenWhere-grid .compSect-wrap {
	margin: 0;
}

#sectWhenWhere-grid .compSectGrid-content:after, table.blog tr td div.contentpaneopen:after {
    content: "";
    position: absolute;
    top: -20px;
    right: 0px;
    bottom: 0px;
    left: -20px;
    pointer-events: none;
    background-image: url(../images/border.svg);
    border-radius: 32px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: translate(10px, 10px);
}

.ui-multiselect-header li, .ui-multiselect-checkboxes li {
	background: none;
	padding: 0;
}

.ui-multiselect {
	height: 50px;
	padding-left: 16px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	background: #fff;
	color: #112337;
	border-color: #C0E5E8;
	border-radius: 8px;
	font-family: inherit;
    font-size: 1rem;
}

.ui-multiselect-checkboxes input {
	margin: 0 3px 3px !important;
}

.ui-widget {
    font-family: inherit;
    font-size: 1rem;
}

.ui-widget .ui-widget-header {
	padding: 0.5rem 0;
}

.ui-multiselect-header > ul {
    font-size: 0.9rem;
}

.ui-multiselect-header .ui-icon {
	margin-top: 1px;
}
.search-result .btn.btnDetails {
  background: #D7F5F5;
  border-radius: 24px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}
form .control-label {margin-top: 25px;}
.controls br {display:none;}
.s-button, .s-button-share{
	color: white !important;
	border: none !important;
	background-color: #e52b57 !important;
	border-radius: 24px !important;
}

.elementor-131 .elementor-element.elementor-element-7bae3af {
	font-size: 1rem;
}

.sbxEvents-event .btn.btnStatus, .sbxEvents-event .btn.btnEnroll {
	display: none;
}

input.s-button {
	font-family: inherit;
    font-size: 16px;
    padding: 8px 16px;
}

#srchDescIntro-content {
    margin-bottom: 5rem;
}

#srchDescIntro-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}