body {
    background-color: transparent;
    color: #000;
	font-family: "Source Sans Pro",sans-serif;
    font-size: 100%;
}

p:empty {
	padding-top: 0;
	padding-bottom: 0;
}

fieldset {
	border: none;
}

.bricks-content-wrapper .section > div:last-child {
	padding-left: 0;
}

.bricks-content-wrapper .section > div:first-child {
	padding-right: 0;
}

.branding img {
	height: 55px !important;
}

.escape a {
	text-decoration: underline;
}

.search-block-form button.button {
	background: none;
	padding: 0 8px;
}

.region-header input, .search-block-form input {
	border-radius: 0;
	height: auto;
	margin: 0;
	width: auto;
}

ul.sf-menu li {
	background: none;
	line-height: 1;
}

footer.site-footer .row {
	margin-left: 0;
}

#main #content {
    padding: 1.5rem 0;
}

.compHdBar-wrap {
	display: none;
}

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

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

.message.fade {
	opacity: 1;
}

input.field.text, textarea.field, .inputbox, input.form-control, input.input-text, input.field[type="text"], textarea.textarea, td.paramlist_value select {
    color: #333;
    font-family: inherit;
    font-size: 16px;
    height: auto;
	line-height: 24px;
    padding: 4px 6px;
	text-transform: none;
}

select.inputbox, select.select {
	-webkit-appearance: auto !important;
	-moz-appearance: auto !important;
	appearance: auto !important;
	border-radius: 0;
    color: #333;
    font-family: inherit;
    font-size: 16px;
	height: 34px;
    padding: 3px 1px 3px 2px;
    width: auto;
}

select.input-block-level {
	margin: 0 0 1rem;
	width: 100%;
}

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

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

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

.btn{padding:4px 14px;font-size:14px;line-height:20px;color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);background-color:#f5f5f5;background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-repeat:repeat-x;border:1px solid #c5c5c5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);filter:progid:dximagetransform.microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);border-color:rgba(0,0,0,.15) rgba(0,0,0,.15) rgba(0,0,0,.25)}

.btn:hover {
	color: #333;
}

button.button, .btn-primary, .btn-secondary {
	background: #fa4616;
	border-radius: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
    color: #fff;
    font-family: inherit;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
    padding: 7px 15px;
    text-transform: uppercase;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
	text-shadow: none;
}

.btn.btn-donate {
	-webkit-border-radius: 0 1em 0 1em;
    -moz-border-radius: 0 1em 0 1em;
    border-radius: 0 1em 0 1em;
	border: none;
	line-height: inherit;
}

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

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

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

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

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

button.button:hover, .btn-primary:hover, .btn-secondary:hover {
	background: #333 none repeat scroll 0 0;
	color: #fff;
}

.cntr.col.sbxPayType span {
  width: auto !important;
}

.jsfsubmitForm span.btn {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	margin-top: 10px;
}

.jsfsubmitForm span.btn .modal {
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #082e80 !important;
	font-family: inherit;
	margin: 0;
	position: static;
}

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

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

.poweredby {
	clear: both;
	text-align: center;
}

h1.componentheading, .item-header h1.title, h1.title, .article-title h2.contentheading {
	border-bottom: none;
	color: #666;
	font-size: 2.625rem;
	line-height: 2.3745rem;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 1.5rem;
	text-align: center;
}

h1.componentheading, .item-header h1.title, h1.title, .article-title h2.contentheading {
	color: #fd5a1e;
}

table.blog h2.contentheading {
	color: #666;
	display: block;
	margin: 0;
	text-align: left;
	text-transform: 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: -18px;
}

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

.compSect-title h3 {
	font-weight: 600;
    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;
}

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

td, th {
	border-top: none;
	padding: 0;
}

.entryContent ul.pagination {
	border: none;
	margin: 0;
	padding: 0.6em 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 {
	font-size: 1.2em;
}

.shop .shop-table p, .product-info p {
	padding-top: 0;
}

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

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

.product-info h2.product-title {
	margin: 0 0 1.5rem;
}

.petition-prognum {
    color: inherit;
}

.petition-proglabel, .petition-formtitle {
    color: #EF4135 !important;
}

h3.section-title {
	margin: 0;
	text-align: left;
}

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

.stickybar {
    background: #565656;
}

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

.contain-to-grid .top-bar .name {
	background: none;
}

.top-bar .toggle-topbar.menu-icon {
	background: none;
	padding: 0;
}

.item-section .section-header h3.title {
    color: #666 !important;
}

.js-mq {
    height: 0;
}

.screen-sm {
	display: none;
}

body.contentpane #sectJsfSubmit-formUL li {
	color: blue;
	cursor: pointer;
}

/* h2.contentheading {color: #FA4616 !important;} */
#sectDetails-title h3 span {color: #FA4616 !important;} 
#sectDetails-content h2 {color: #FA4616 !important;} 
.page-content h3 {color: #FA4616 !important;} 

.notStacked .span-block {width: 100% !important;}

#npsp__DataImport__c_Contact1_GR_Top_Interest__c {
	height: 200px;
}