body {
    background: #fff;
    color: #2D2B19;
}

fieldset {
	border: none;
}

table {
	margin-bottom: 0;
}

table td {
	text-align: inherit;
}

address {
	line-height: inherit;
}

figure {
    margin: 0;
}

.hero.hero--with-image {
	display: none;
}

.compCaptcha-wrap {
	background: none;
	border: none;
	margin-top: 25px !important;
	margin-bottom: 15px !important;
	padding: 0;
}

.calendar .button {
    border: none;
    width: auto;
    font-size: inherit;
    line-height: inherit;
    display: table-cell;
}

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

ul.compList-leftLabel li div.cntr-label label.desc, ul.compList-rightLabel li div.cntr-label label.desc {
	color: #000;
}

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

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

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 #8A8980;
    color: #2D2B19;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	height: auto;
	line-height: 1;
	margin-bottom: 0;
	padding: 1rem;
}

input.field.text:focus, textarea.field:focus, .inputbox:focus, input.input-text:focus, input[type="text"]:focus, input.field[type="text"]:focus {
	border-color: rgba(82,168,236,0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
}

select.inputbox, select.select {
	background: #fff;
	border: 1px solid #8A8980;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
    font-family: inherit;
	font-size: 16px;
	padding: 2px 14px 2px 14px;
	height: 52px;
    width: auto;
}

select[multiple], select[size] {
	height: auto;
	min-height: 52px;
}

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

label.checkbox input[type="checkbox"] {
    margin-top: 2px;
}

ul.compList li.buttons, .item-other {
	font-size: 16px;
}

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

button.button, .btn-primary, .btn-secondary, .btn-primary:link, .btn-primary:visited {
	background: #751DDB;
	border: none;
	border-radius: 0;
    color: #fff;
	font-family: var(--fraktion);
	font-size: 17px;
	padding: 16px 24px;
	font-weight: bold;
	line-height: 1;
	max-width: none;
	height: auto;
	text-shadow: none;
	text-transform: uppercase;
}

.btn-secondary, .btn-secondary:link, .btn-secondary:visited {
	background: #751DDB;
    color: #fff;
}

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

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

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

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

.btn-secondary:hover, .btn-secondary:focus {
    background: #2D2B19;
	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: #46b8da;
}

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-amount {
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
	color: #2D2B19;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 8px 14px;
	text-transform: none;
}

.btn-amount:hover, .btn-amount:focus {
	background: #751DDB;
	color: #fff;
	text-shadow: none;
}

.btn-amount.btn-primary {
	background: #751DDB;
	border: 1px solid #c5c5c5;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	padding: 8px 14px;
	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: #751DDB;
	font-family: inherit;
	margin: 0;
	position: static;
	text-decoration: none;
}

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

.row.result {
    color: #751DDB;
    cursor: pointer;
}

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

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

footer .footer__top .footer-content-3 .poweredby img {
	display: inline;
	max-width: none;
}

.poweredby.mobile {
	display: block;
	text-align: center
}

p.address {
	margin: 0;
}

h1.componentheading, .item-header h1.title, h1.title, .article-title h2.contentheading {
	border-bottom: none;
	color: var(--black);
	font-size: clamp(2.25rem, 1.514rem + 3.269vw, 4.375rem);
    letter-spacing: -0.0625rem;
    line-height: 1.1;
    margin: 0 0 clamp(2.125rem, 1.736rem + 1.731vw, 3.25rem);
	font-weight: 570;
	padding: 0;
}

table.blog h2.contentheading {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2;
	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 {
	font-weight: normal;
}

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

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

.compSect-title h3 {
	font-weight: 570;
    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: #2D2B19;
	text-align: left;
}

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

.article-meta-wrap, div.metadata, .dn-meta, .item-meta {
    color: inherit;
    font-family: var(--monument);
    font-size: clamp(.875rem, .832rem + .192vw, 1rem);
}

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

.article-meta-content span strong {
    font-weight: 570;
}

.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: #2D2B19;
	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;
}

.product-pricing .btn-primary {
    margin-left: 20px;
}

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

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

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

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

.addtoany_list a {
	display: inline-block;
}

#footer {
	padding: 0;
}

.simple-header .search-toggle .label {
    background: none;
    font-weight: bold;
    font-size: .875rem;
    font-family: Arial;
	padding: 0;
    text-transform: none;
}

table {
	display: table;
}

#header {
	background: none;
}

.googleMap {
	margin-bottom: 20px;
}

.simple-bottom {
	background: #fff;
}

.bottom-inner {
	padding: .625rem 1.25rem;
	text-align: right;
}

#system-messageDetail dd.message ul li {
    color: #2D2B19;
}

 #ticketsSubeventTBL {
  display: inherit !important;
}

a.btnChevron {
  display: none;
}

tr.attendee-ticket .table-inwell {
  display: inherit !important;
}

/* vst */
.header-inner {
	background: none;
}

.global-header li {
	background: none;
	line-height: inherit;
}

.global-header .utility a {
    color: inherit;
}

.global-footer .nav-links li {
	background: none;
}

.search-wrap .label {
	background: none;
	color: inherit;
	font-size: .875rem;
	text-transform: none;
}

#content {
	padding-top: 2.75rem;
}

.global-footer a {
	color: inherit;
}

.global-header a:hover, .global-header a:focus {
	color: inherit;
}

#footer  {
	color: inherit;
	text-align: left;
}

.follow-rand li {
	background: none;
}

.global-footer .internat dd {
	padding: 0;
}

ul.compList li:before {
	content: "";
	display: none !important;
}

:where(ul.compList li):marker {
    content: "";
}

label {
    font-family: var(--monument);
}

table.tickets-total-tbl tr.total .amount {
    color: #2D2B19;
}

.global-header .subscribe, .global-header .give {
    display: grid;
    font-size: .875rem;
    font-weight: 570;
    padding: .25rem .75rem;
	text-transform: none;
}

.global-header .subscribe {
    background: #d4d0c6;
    display: flex;
    gap: .375rem;
    align-items: center;
    margin-right: -1.25rem;
    border-right: 1px solid #ecebe7;
}

.global-header .subscribe::after {
    content: "";
    display: inline-block;
    height: .75rem;
    width: .75rem;
    background: no-repeat url(../images/envelope.svg);
}

.global-header .give:active, .global-header .give:hover {
    background: #c8a5f1;
	color: inherit;
}

/* https://customtemplate.secure.nonprofitsoapbox.com/templates/general-rand/css/style-client.css */

.whendate p {
  font-family: var(--monument);
}

/* https://customtemplate.secure.nonprofitsoapbox.com/templates/general-rand/css/style.css */

table.resultsTBL .row1 td {
  background: #F9F8F7;
}

/* https://customtemplate.secure.nonprofitsoapbox.com/templates/general-rand/css/_style.css */

.first.last.ccbIcal {
  font-family: var(--monument);
}

select.inputbox, select.select {
  font-family: var(--monument);
  height: auto;
  line-height: 1.3125;
  padding: 0.8125rem 1rem;
}

input.field.text:focus, textarea.field:focus, .inputbox:focus, input.input-text:focus, input[type="text"]:focus, input.field[type="text"]:focus {
  border-color: none;
  box-shadow: none;
}

.compSect-content h4.title,
.compSect-content .address,
.compSect-content .directions {
  font-family: var(--monument)
}

input.field.text:focus, textarea.field:focus, .inputbox:focus, input.input-text:focus, input[type="text"]:focus, input.field[type="text"]:focus {
  background: #fff;
  border: 1px solid var(--black50);
}

/* if RAND btn classes cannot be assigned (ex. btn btn-xs), override current class props */

button.btn.btn-info {
  background: var(--purple);
  background-color: var(--purple);
  color: #FFF;
}

button.btn.btn-danger, button.btn.btn-info {
  font-family: var(--fraktion);
  text-transform: uppercase;
  font-weight: 645;
  /* taken from .btn-xs,.btn-xs input */
  font-size: .875rem;
  padding: 0.75em 1em 0.81em;
  /* taken from design guide */
  line-height: 1.125;
}

/* Copy Contact Info hover */
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] {
  background-color: var(--black90);
}

/* props to render 'Remove' as MORE LINK */
button.btn.btn-danger {
  background: transparent;
  color: var(--purple);
  text-decoration: underline;
}

/* props to render 'Remove' as SECONDARY BUTTON */
/* button.btn.btn-danger {
  background: transparent;
  color: var(--black90);
  border: 0.125rem solid var(--purple)!important;
  padding: calc(0.75em - 0.125rem) 1em calc(0.81em - 0.125rem);
} */

/* props to render 'Remove' as MORE LINK (hover) */
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] {
  background-color: transparent;
  color: var(--plum);
}

/* props to render 'Remove' as SECONDARY BUTTON (hover) */
/* 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] {
  outline-color: #c8a5f1;
  background: var(--purple);
  color: #fff;
} */

/* https://customtemplate.secure.nonprofitsoapbox.com/templates/system/css/soapbox-bootstrap.min.css */

.table-inwell .well {
  margin-bottom: 0;
  padding: 1.25rem;
}

.table-inwell .well-form {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.table-inwell tr td {
  padding: none!important;
}

table tr.info td {
  background-color: transparent!important;
  border-color: transparent!important;
}

table tr.info .well {
  background-color: transparent!important;
  border-color: transparent!important;
}

.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
  border: 0;
  border-radius: 0;
}

.btn-group > .btn:first-child {
  border: 0;
  border-radius: 0;
}

.btn {
  box-shadow: none;
}

.compSect-payment {
  background: #F9F8F7!important;
}

/* https://customtemplate.secure.nonprofitsoapbox.com/templates/system/css/soapboxTypography.min.css */

.well {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

/* https://customtemplate.secure.nonprofitsoapbox.com/templates/general-rand/css/style.css */

.resultsTBL-foot {
  background-color: #F9F8F7;
}

tr.attendee-ticket .table-inwell {
    background-color: #E3E3F7 !important;
}

.article-title {
  margin-bottom: 0;
}

h1.componentheading, .item-header h1.title, h1.title, .article-title h2.contentheading {
  font-size: clamp(2.25rem, 1.514rem + 3.269vw, 4.375rem);
  margin: 0;
}

table.blog h2.contentheading {
	font-size: 2rem;
}

@media screen and (max-width: 47.9375em) {
  h1.componentheading, .item-header h1.title, h1.title, .article-title h2.contentheading {
    font-size: clamp(2.25rem, 1.514rem + 3.269vw, 4.375rem);
  }
  
  table.blog h2.contentheading {
	font-size: 1.75rem;
}
}

.compSect-wrap {
  margin: 0;
}

.compSect-title>h3 {
  font-size: 2rem;
  margin: 1.625em 0 .8125em;
}

@media screen and (max-width: 47.9375em) {
  .compSect-title h3 {
    font-size: 1.75rem;
  }
}

.compSect-contentwrap {
  padding: 0;
}

.compSect-content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 47.9375em) {
  table tr.tr-header .title {
    display: block;
  }
}

@media screen and (max-width: 47.9375em) {
  table tr.tr-header .btn-group {
    margin: 0.5rem 0 0.5rem 0;
  }
}

ul.compList li div label,
ul.compList li span label {
  padding-top: 0;
  margin-top: 0;
}

input.field.text {
  margin: 0.5rem 0;
}

ul.compList li span.span-block {
  margin-top: 0;
}

ul.compList label.desc {
  padding-bottom: 0;
}

label.choice {
  padding-bottom: 0 !important;
}

.cntr {
  margin: 0.5rem 0 !important;
}

input[type="checkbox"] {
  content: "";
  z-index: 2;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border: 1px solid var(--black90);
}

.control-group .invalid,
ul.compList li input.error,
ul.compList li input.invalid,
ul.compList li select.error,
ul.compList li select.invalid,
ul.compList li textarea.error,
ul.compList li textarea.invalid {
  border-color: #E51515;
}

label.invalid {
  color: #E51515 !important;
}

#component-message dd.error ul {
  border: 1px dotted #E51515;
}

#component-message dd.error ul li {
  border: 1px dotted #E51515;
}

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: var(--black);
}

ul.compList label.choice {
  margin: -25px 0 0 2.5rem;
}

table.resultsTBL tr.row1 td {
  position: relative;
}

.table-inwell .well {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0 !important;
}

.table-inwell tr td {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row-actions.btn-toolbar {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.table-inwell tr td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

input[type="radio"] {
  z-index: 2;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #8A8980;
}

input[type="radio"]+label {
  margin: -22px 0 0 2rem !important;
}

ul.compList li.complex div.cntr span.full input,
ul.compList li.complex div.cntr span.full select,
ul.compList li.complex div.cntr span.left input,
ul.compList li.complex div.cntr span.left select,
ul.compList li.complex div.cntr span.right input,
ul.compList li.complex div.cntr span.right select {
  margin: 0.5rem 0;
}

span.span-block.symbol {
    margin-top: 1rem;
}

.googleMap {
    margin-right: 0.75rem;
    margin-bottom: 2rem!important;
}