/*Expanded List Component CSS*/
.padded-paragraph .accordion .card .card-header .pl-0 {
	background-color: transparent !important;
}
@media screen and (min-width: 768px) {
	.padded-paragraph .accordion {
		margin-left: -15px;
		margin-right: -15px;
	}
}
/*End Expanded List Component CSS*/
/*Header CSS*/
.field--name-field-page-components .header h2 {
	color: #502D0E;
	  font-family: Besley, serif;
	  font-size: 46px;
}
.field--name-field-post-content-components .header h2 {
	color: #502D0E;
	  font-family: Besley, serif;
	  font-size: 46px;
}
/*End Header CSS*/
/*Fact Listing CSS*/
.fact-listing-wrapper .header {
	width: 100% !important;
}
.fact-listing-wrapper .col .stat {
  font-family: 'proxima-nova',Helvetica,Arial,sans-serif !important;
  font-size: 2.5em !important;
  text-align: left !important;
  font-weight: 700 !important;
  display: block;
}
/*End Fact Listing CSS*/
/*Card List CSS*/
@media screen and (min-width: 768px) {
.paragraph--type--card-list .card-list {
	padding-left: 15px;
	padding-right: 15px;
}
}
/*End Card List CSS*/
/*Block Reference CSS*/
.block-reference > .row {
	width: 100%;
	max-width: 100%;
	margin-left: 0px !important;
	margin-right: 0px !important;
}
/*End Block Reference CSS*/