html {
	height: auto !important;
}

body {
    background: var(--body-bg);
    color: #545454;
}

fieldset {
	border: none;
}

table {
	margin-bottom: 0;
}

table td {
	text-align: inherit;
}

address {
	line-height: inherit;
}

figure {
    margin: 0;
}

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: #626262;
}

.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: #f0eff5 !important;
	border: 1px solid var(--general-line-2);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: none;
	box-sizing: border-box;
    color: #0a0a0a;
	font-weight: 700;
    font-size: 1rem;
    font-family: "DM Sans", sans-serif;
    line-height: 1.6;
	height: auto;
	margin-bottom: 0;
	padding: .5rem .75rem;
}

input.field.text:focus, textarea.field:focus, .inputbox:focus, input.input-text:focus, input[type="text"]:focus, input.field[type="text"]:focus {
	outline: 5px auto var(--text-link);
	outline-color: var(--general-action);
    outline-offset: .25rem;
	box-shadow: none;
}

select.inputbox, select.select {
	background-color: #f0eff5 !important;
	border: 1px solid var(--general-line-2);
	border-radius: 5px;
    font-weight: 700;
    font-size: 1rem;
    font-family: "DM Sans", sans-serif;
    line-height: 1.6;
	padding: 2px 24px 2px 0.5rem;
    width: auto;
}

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

select[multiple] {
	background-image: none;
	padding-right: 0;
}

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, a.ia-link {
	background: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
    font-family: "Public Sans", sans-serif;
	font-size: clamp(1.0625rem,1.0021498771rem + .1228501229vw,1.125rem);
	color: var(--buttons-primary-text);
	font-weight: 700;
	line-height: 1.5;
	height: auto;
	padding: calc(.75rem - 1px) calc(clamp(1.25rem,1.0085995086rem + .4914004914vw,1.5rem) - 1px);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
	text-shadow: none;
	text-transform: none;
	position: relative;
	z-index: 1;
}

.btn:before, button.button:before, .btn-primary:before, .btn-secondary:before, a.ia-link:before {
    content: "";
    position: absolute;
    top: .9375rem;
    left: 50%;
    z-index: -2;
    width: 110%;
    height: 100%;
    border-radius: 100px;
    background: var(--rainbow-gradient);
    opacity: .32;
    filter: blur(22px);
    transform: translateX(-50%);
    transition: opacity .3s;
}

.btn:after, button.button:after, .btn-primary:after, .btn-secondary:after, a.ia-link:after {
    content: "";
    position: absolute;
    inset: 0;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 6.25rem;
    background-color: var(--buttons-primary-bg);
}

.btn-secondary, .btn-secondary:link, .btn-secondary:visited {
	background: transparent;
    color: var(--buttons-primary-text);
}

/* Show/Hide styling from previous template
a.ia-link {
	background: transparent;
	border-radius: 0;
	color: #fff;
	font-size: 1rem;
	line-height: 1;
	padding: 9px 16px;
	position: relative;
}


a.ia-link:hover {
	background: transparent;
	color: var(--buttons-primary-text);
}
*/

button.btn.btn-danger:before, button.btn.btn-info:after,
button.btn.btn-danger:before, button.btn.btn-info:after {
	display: none;
}

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: transparent;
	color: var(--buttons-primary-text);
	outline: 0;
}

.btn:hover:before, button.button:hover:before, .btn-primary:hover:before, .btn-secondary:hover:before, a.ia-link:hover:before {
	opacity: .32;
}

.btn-secondary:hover, .btn-secondary:focus {
    background: transparent;
	color: var(--buttons-primary-text);
}

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:before, .btn.btn-amount:after {
	display: none;
}

.btn.btn-amount {
	background: none;
	border: 1px solid var(--general-line-2);
	border-radius: 6.25rem;
	color: #232323;
	font-size: 16px;
	height: clamp(2.75rem,2.5085995086rem + .4914004914vw,3rem);
	padding: .5rem .75rem;
}

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

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

.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: #0555A5;
    cursor: pointer;
}

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

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

p.address, p.directions {
	margin-left: 160px;
}

h1.componentheading, .item-header h1.title, h1.title, .article-title h2.contentheading {
	border-bottom: none;
	color: var(--text-heading);
	font-family: "Public Sans", sans-serif;
    line-height: 1.3;
    margin-bottom: clamp(1.25rem, 1.0085995086rem + .4914004914vw, 1.5rem);
	font-size: clamp(2.125rem,.7972972973rem + 2.7027027027vw,3.5rem);
	font-weight: 900;
	letter-spacing: 0em;
	padding: 0;
	text-transform: none;
	text-align: center;
}

table.blog h2.contentheading {
	border-bottom: none;
	display: block;
	font-size: clamp(1.75rem,.542997543rem + 2.457002457vw,3rem);
	line-height: 1.4;
	margin: 0;
	text-align: left;
}

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

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

.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: clamp(1.5rem, 1.1379rem + 0.737101vw, 1.875rem);
}

.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: #372a5d;
}

.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-left: 0;
	margin-bottom: 1.5em;
}

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

.main-header li {
	background: none;
}

.header-nav-menu__sub-menu li {
	background: none;
	padding: 0;
}

.utility-nav-menu li {
	padding: 0;
}

.icon-search:before, .main-footer .icon-facebook:before, .icon-instagram:before, .icon-linkedin:before {
	display: none;
}

.main-header .btn-primary {
	background: none;
}

.main-footer__logo img {
    height: 3rem !important;
}

.main-footer li {
	background: none;
}

.formassembly-form__required-fields-note sup {
    color: var(--text-warning);
    font-weight: 700;
}

form .label {
	background: none;
	color: var(--text-body);
    font-weight: 700;
    font-size: 1rem;
    font-family: "DM Sans", sans-serif;
    line-height: 1.6;
    margin-bottom: .375rem;
	text-transform: none;
}

.input-group .form-control {
	border-radius: 0 !important;
}

.input-group-addon {
	border-color: #8780b2;
}

.pill.active {
    background-color: #705da2;
}

.page-content 03.page-content:not(article)>:not(section) {
	padding: 0;
}

form.search-form {
	display: block;
}

form.search-form input.text {
	width: auto !important;
}

.form-jsfseach, .section-contactinfo, .form-jsfsubmit, .section-action-targetsearch, .form-eventRegSubmit {
	background: #fff;
    width: 100%;
    padding: clamp(1.5rem, 1.0171990172rem + .9828009828vw, 2rem);
    border: 1px solid var(--general-line);
    border-radius: clamp(.375rem, .1335995086rem + .4914004914vw, .625rem);
}

.form-eventRegSubmit {
	margin-top: 1.5rem;
}

.compSect-title h3, .section-title, .section-accordion .section-header h3 {
    color: var(--text-heading);
    font-weight: 900;
    font-size: clamp(1.75rem, .542997543rem + 2.457002457vw, 3rem);
    font-family: "Public Sans", sans-serif;
    line-height: 1.3;
    margin-bottom: clamp(.75rem, .6292997543rem + .2457002457vw, .875rem);
}

.section-title, .section-accordion .section-header h3 {
	text-align: center;
}

.compSect-wrap.jsfSearch, .compSect-wrap.jsfsubmitForm, .compSect-wrap.eventContactInfo {
	margin-top: 0;
}

#sectJsfSearch-title h3 {
	float: none !important;
	text-align: center;
}

.item-paymentsection {
    background: #fff !important;
	border: 1px solid var(--general-line);
    border-radius: clamp(.375rem, .1335995086rem + .4914004914vw, .625rem);
}

.section-accordion {
	background: #fff;
    width: 100%;
    padding: clamp(1.5rem, 1.0171990172rem + .9828009828vw, 2rem);
    border: 1px solid var(--general-line);
    border-radius: clamp(.375rem, .1335995086rem + .4914004914vw, .625rem);
}

.section-accordion .section-header {
	background: none;
	border: none;
	padding: 0;
}

/* DIRECTORIES SEARCH CSS FROM PREVIOUS TEMPLATE FOR 4 COLUMN LAYOUT */

.component-title .buttonheading {
	top: 23px;
}

h1.componentheading, .item-header h1.title, h1.title, .article-title h2.contentheading {
	border-bottom: 1px solid #e3e3e3;
	color: #3b454d;
	font-size: 21px;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 1.3;
	margin: 0 0 35px;
	padding: 24px 0;
	position: relative;
	text-transform: uppercase;
}

h1.componentheading:before, .item-header h1.title:before, h1.title:before, .article-title h2.contentheading:before,
h1.componentheading:after, .item-header h1.title:after, h1.title:after, .article-title h2.contentheading:after {
    box-sizing: content-box;
	border-bottom: 1px solid #e3e3e3;
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

h1.componentheading:after, .item-header h1.title:after, h1.title:after, .article-title h2.contentheading:after {
	left: auto;
    right: -100%;
    visibility: visible;
}

table.blog h2.contentheading {
	border-bottom: none;
	display: block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	text-transform: none;
}

table.blog h2.contentheading:before,
table.blog h2.contentheading:after {
	display: none;
}

.jsfSearch-srchLayBlog #sectBlog-wrap .compSect-title {
	border-bottom: 4px solid #efefef;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.jsfSearch-srchLayBlog #sectBlog-wrap .compSect-title h3 {
	font-size: 20px;
	font-weight: normal;
}

.pos-subtitle {
	font-size: 1em;
}

.jsfSearch-srchLayBlog table.blog span.article_separator {
	display: none;
}

.jsfSearch-srchLayBlog table.blog tr td div.contentpaneopen {
    display: inline-block;
	padding-bottom: 22px;
    width: 25%;
	vertical-align: top;
}

a.readon {
	font-weight: normal;
}
