/*
Theme Name: HPAE
Theme URI: http://social-ink.net
Description: By Social Ink
Version: 1
Author: yonatan reinberg, matt pinto
Author URI: http://social-ink.net
*/
@import "lib/vendor/bootstrap/css/bootstrap.min.css";
@import "lib/vendor/bootstrap/css/bootstrap-theme.min.css";
@import "assets/css/wp.basic.css";
@import "assets/css/forms_cf7.css";
/*****************
INITS
***********************************************/
* {}
body {
	font-family: 'Merriweather', serif;
	width: 100%;
	color: #404041;
	background: white;
	font-size: 16px
}
.alert {
	background: yellow;
}
/*****************
CONTAINER AND COMMON DIVS
***********************************************/
#container {
	width: 100%;
	min-height: 600px;
	overflow: hidden;
}
.clearfix {
	clear: both;
}
.onepage {
	clear: both;
	min-height: 600px;
}
.centering_box {
	width: 100%;
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}
.centering_box.single-local-content {
	max-width: 740px;
	margin: auto;
}
.mobile_only,
.menu_horizontal li.mobile_only {
	display: none;
}
.desktop_only {
	display: block;
}
.grecaptcha-badge {
	display: none !important;
}
/*****************
COMMON DIV DECORATION
***********************************************/
.shadow_module {
	box-shadow: 1px 1px 4px 2px #CCCCCC;
}
.round_module {
	border-radius: 3px;
}
/*****************
COMMON MARKUP
***********************************************/
img {
	max-width: 100%;
	height: auto
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
	color: #b10435;
	transition: all 0.15s ease;
}
a:focus {
	text-decoration: none;
	color: inherit;
}
ul {
	margin-left: 0;
	padding-left: 0;
	line-height: 1.5;
}
table tr {
	border: 5px solid #fff;
}
/*****************
LAYOUT
***********************************************/
.flexible {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.flexible.outer {
	-ms-flex-pack: justify;
	justify-content: space-between;
}
section.content:not(.inherit_content) {
	min-height: 500px;
	padding-bottom: 1em;
}
@media (max-width: 1215px) {
	section.content {
		padding: 1em;
	}
}
.content .text {
	padding-bottom: 1em;
}
.content .text.flexible {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1240px;
	margin: auto;
}
.content .text .moretext.more-button {
	text-align: center;
}
.content .text .moretext.more-extended {
	display: none;
}
.content.nosidebar {
	float: none;
	width: 100%;
}
.pageinfo {
	border-top: 1px solid #d0d2d3;
	padding-top: 1.5em;
	margin-bottom: 2em;
	/*	max-width: 740px;*/
	margin: auto;
	padding-left: 1em;
	padding-right: 1em;
}
.page-id-90 .pageinfo {
	/*	max-width: 1140px;*/
}
.pageinfo h1 {
	color: #b10435;
	margin-bottom: .5em;
}
.single-local .pageinfo h1 {
	text-align: center;
}
.no_hero .pageinfo {
	border: 0;
	padding: 0;
}
/*****************
TYPE
***********************************************/
body h1,
body h2,
body h3,
body h4,
body h5 {
	margin-top: 0;
	font-weight: normal;
	font-family: 'Roboto Condensed', sans-serif;
}
body h1 {
	font-size: 3em;
	font-weight: 100;
}
body h2 {
	font-size: 2em;
}
body h3 {
	font-size: 1.75em;
}
body h4 {
	font-size: 1.25em;
}
body h4.alt {
	font-family: 'Merriweather';
}
body h5 {
	font-size: 1em;
}
p {
	font-size: 1em;
	margin-bottom: 1.5em;
	margin-top: 0;
	line-height: 1.5;
	margin-top: 0;
}
.fancyfont {
	font-weight: normal;
	font-family: 'Roboto Condensed', sans-serif;
}
.pageinfo h1 {}
.text {}
.text p {
	line-height: 1.7em;
}
.text h1 {
	color: #c00032;
}
.text h2 {
	color: #c00032;
}
.text a {
	color: #c00032;
}
.text h3 {
	margin-bottom: 1em;
	font-size: 2.25em;
	font-weight: 100;
}
.text ul,
.text ol {
	margin-bottom: 1em;
	margin-left: 0;
}
.text ul li,
.text li {
	list-style-type: disc;
	margin-left: 2em;
	line-height: 1.7em;
}
.locals-special-menu .col {
	width: 45%;
}
.locals-special-menu .col .destination {
	min-height: 150px;
	padding: 0;
}
.locals-special-menu ol {
	margin-bottom: 0;
	margin-left: 0;
}
.locals-special-menu .nestedsortable li {
	background: #efefef none repeat scroll 0 0;
	border: 1px solid #333;
	border-radius: 6px;
	font-size: 0.9em;
	list-style: inside none none;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding: 0.25em 0.5em;
}
.grabhandle {
	cursor: -webkit-grab;
	cursor: grab;
}
.locals-special-menu ol ol {
	margin: 0.5em 0 0.25em;
}
.locals-special-menu .nestedsortable li.dragged {
	background: red;
	border: 1px solid #fff;
}
.hintClass {
	background: green;
	border: 1px solid #fff;
}
body.dragging,
body.dragging * {
	cursor: move !important;
}
.dragged {
	position: absolute;
	opacity: 0.5;
	z-index: 2000;
}
ol.nestedsortable li.placeholder {
	position: relative;
	background: green;
	min-height: 50px;
	/** More li styles **/
}
ol.nestedsortable li.placeholder:before {
	position: absolute;
	/** Define arrowhead **/
}
/*****************
FIXES FOR IE
***********************************************/
.ie8,
.ie9 {}
.ie7 {}
/*****************
BASIC INPUT AND FORMS
***********************************************/
input[type=text] {
	padding: .5em;
}
.wpcf7 input[type=submit],
input[type=submit],
.button {
	background: none repeat scroll 0 0 #c00032;
	border: 0 none;
	color: #fff;
	display: inline-block;
	padding: 0.5em 0.75em;
}
.button,
.wpcf7 input[type=submit] {
	border-radius: 10em;
	padding: .5em 1.5em;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: .04em;
}
.button:hover {
	color: #fff;
}
.button.button_white:hover {
	background: none repeat scroll 0 0 #c00032;
}
.text a.button {
	color: #fff;
}
.button_white,
.relatedposts li a {
	background: #fff;
	color: #c00032;
}
.footer_boxes .col .button_white {
	border: 1px solid #c00032;
	margin-left: 1em;
}
.button_grey {
	background: #f1f1f2;
	color: #c00032;
	border-radius: 2px;
	padding: .75em 1em;
}
.button_grey:hover {
	background: #fff;
	color: #b10435;
}
.bigevents .button {}
.text a.button.button_grey {
	color: #c00032;
}
.button_margin {
	margin-top: 1em;
}
.archive .button_margin {
	margin-top: 0;
}
.news_holder .button_margin {
	margin-top: 0;
}
input[type=submit]:hover,
.button:hover {
	box-shadow: 0 0 1px #111;
	text-decoration: none;
}
input[type=submit]:active,
.button:active {
	box-shadow: inset 0 0 1px #222;
	outline: 0;
}
input[type=submit]:focus,
.button:focus {
	outline: 0;
}
.datum {
	font-size: .8em;
	color: #777;
	margin-top: -.5em;
	margin-bottom: 1em;
}
.post_meta,
.sink_event_metadata {
	border-left: 10px solid #c00032;
	padding-left: 1em;
	background: #f2f2f2;
	padding: 2em;
	margin-top: 2em;
}
.sink_event_metadata {
	border-left: 0 none;
	border-right: 10px solid #c00032;
	font-size: 90%;
	margin-bottom: 2em;
	padding: 2em;
}
.sink_event_metadata iframe {
	width: 100%;
}
.sink_event_metadata h3 {
	font-size: .9em;
	text-transform: uppercase;
	color: #777;
}
.event_metadata_field {
	margin-bottom: .55em;
	font-size: 1.2em;
	font-family: 'Roboto Condensed', sans-serif;
}
.sink_event_metadata h4 {
	margin-bottom: .5em;
	margin-top: 2em;
	text-transform: uppercase;
	font-size: .8em;
}
.event_metadata_field.time_field {
	margin-bottom: 0;
}
.event_metadata_field.location_field {
	margin-top: .55em;
}
.post_meta .lbl {
	display: inline-block;
	min-width: 120px;
}
.tags a {
	color: #fff;
	padding: .5em 1.25em;
	border-radius: 25px;
	background: #c00032;
	font-size: .7em;
}
span.wpcf7-list-item {
	margin-left: 0.5em;
	display: block;
}
/*****************
MOBILE HEADER
***********************************************/
.mobile_expansion {
	visibility: hidden;
}
.mobile_expansion+label {
	font-size: 2em;
	color: #231f20;
	cursor: pointer;
	content: "";
	display: inline-block;
	width: 1em;
	height: 0.82em;
	margin-top: .2em;
	border-top: 0.5em double;
	border-bottom: .16em solid;
	transition: all .5s ease-in-out;
}
span.text_assist {
	font-size: .8rem;
	display: block;
	margin-top: 13px;
}
.mobile_expand_search .text_assist {
	margin-left: 9px;
	margin-top: -4px;
}
.mobile_expansion+label.mobile_expand_search {
	border: 0;
}
.mobile_expansion:checked+label {
	border: .2em solid;
	height: .78em;
	width: .78em;
	border-radius: 100%;
}
/*****************
SLIDESHOW
***********************************************/
.slides li {
	margin: 0;
	list-style: none
}
.slideshowarea {
	height: 400px;
}
#fp_slideshow {
	height: 300px;
	width: 900px;
}
.sink_frontpage_slide {
	height: 300px;
	width: 900px;
	display: none;
}
#sink_frontpage_slide1 {
	display: block;
}
/*****************
NAV MENU MARKUP
***********************************************/
.menu_horizontal li {
	display: inline-block;
	list-style: none;
}
/*****************
HEADER
***********************************************/
#header {
	border-bottom: 11px solid #c00032;
	margin-bottom: 2em;
	width: 100%;
}
.header_bottom {
	background: #b10435;
	height: 2px;
	margin-bottom: 3px;
}
#container.has_hero #header {
	margin-bottom: 0;
}
#container.has_hero .herospot {
	/*margin-bottom: 2em;*/
}
.header_inner {}
.logo {
	float: left;
	max-width: 30%;
}
.logo img {
	padding: 7px;
	max-width: 250px;
}
.topmenu .sink_dropdown_container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.topmenu .sink_dropdown {
	list-style: none;
	position: relative;
	width: 100%;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	background: #fff;
}
li.sink_dropdown_top a:hover,
.sink_dropdown li a:hover {
	cursor: pointer;
}
.topmenu li {
	margin-right: 1em;
	font-size: 1em;
}
.topmenu li ul li {
	margin-right: 0;
}
.topmenu li:after {}
.topmenu li.last_item {
	margin-right: 0;
}
.topmenu li a {}
.topmenu li[class*="current"] a,
.topmenu li:hover a {
	color: #800020;
	text-decoration: none;
}
.topmenu .sink_dropdown_top ul.sub-menu,
.topmenu .sink_dropdown_top ul.sub-menu li,
.topmenu li.sink_dropdown_mid a,
.topmenu .sink_dropdown li li a {
	background: #800020;
	color: #fff;
}
.topmenu .sink_dropdown_top ul.sub-menu li a {
	color: #fff;
	width: 100%;
	margin: 0;
}
.topmenu .sink_dropdown_top ul.sub-menu li a:hover {
	background: #C00030;
}
.site_interactions {
	float: right;
	margin-left: 0.5em;
	font-size: 1.3em;
}
.socialmedia {
	display: inline-block;
}
header .socialmedia {
	display: block;
	margin-top: -6px;
	float: right;
}
.socialmedia .labels {
	display: none;
}
.socialmedia.show_labels .labels {
	display: inline-block;
	font-size: 15px;
}
.footer_boxes .socialmedia li {
	display: block;
	margin-bottom: 2em;
}
.footer_boxes .socialmedia a .iconographer {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	border-radius: 100em;
	font-size: 2.5em;
	height: 78px;
	padding: 0.25em;
	width: 80px;
	text-align: center;
}
.local_find {
	margin-left: 1.5em;
	float: right;
}
.local_find select {
	min-width: 150px;
}
.smallmenu {
	float: right;
}
.smallmenu li {
	margin-right: 1em;
}
.nudged {
	margin-top: 1em;
}
/*****************
SEARCHBAR
***********************************************/
.search_container {
	display: none;
	margin-bottom: 2em;
}
.search_container .search_input {
	background: #c00032 none repeat scroll 0 0;
	color: #fff;
	font-size: 1.3em;
	padding: 2%;
	width: 100%;
}
.search_input {
	padding: .5em;
}
.search_icon_header {
	color: #c00032;
	display: block;
	float: right;
	margin-top: -5px;
}
.search_icon_header.expanded {
	color: #404041;
}
/*****************
SIDEBAR
***********************************************/
.sidebar {}
.sidebar_module {}
.sidebar_module .module_title {}
.sidebar_module .module_content {}
/*****************
EVENTS
***********************************************/
.event_list_view {
	margin-bottom: 3em;
}
.event_list_view:last-child {
	margin-bottom: 3em;
}
.bigevents {
	margin-top: 2em;
	border-top: 1px solid #c00032;
	padding-top: 2em;
}
/*****************
HOME
***********************************************/
.fp_slide {
	background-position: center center;
	background-size: cover;
	min-height: calc(100vw / 3);
	width: 100%;
	position: relative;
}
.fp_slide.background-image:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
	z-index: 1;
}
.fp_slide .flushwrapper,
.fp_slide h1 {
	z-index: 2;
}
.fp_slide.slide1 {
	height: auto;
}
.fp_slide.background-image .overlay {
	/*background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;*/
	z-index: 2;
	height: 100%;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	padding: 1.5em;
}
.fp_slide.background-contrast {
	background: #c00032;
	color: #fff;
	height: auto;
	padding-bottom: 2em;
}
.background-contrast a:hover {
	color: #fff;
}
.fp_slide.background-contrast h2 {
	color: #fff;
	margin: 0 auto;
}
.background-contrast .flushwrapper.contrast_darker {
	background: #800020 none repeat scroll 0 0;
}
.background-contrast .flushwrapper.contrast_lighter {
	margin-top: -9px;
	background: #c00032;
	color: #fff;
}
.centering_box.relatively {}
.fp_slide h1 {
	display: none;
}
.fp_slide h2,
.fp_slide.background-image h2 {
	color: #b10435;
	padding-top: 1.6em;
	font-size: 2.5em;
	font-weight: 100;
}
.background-contrast.fp_slide a.button {
	background: #fff;
	color: #800020;
}
.fp_slide h2 a {
	text-decoration: none;
}
.fp_slide h2 a:hover {
	background: #fff;
	box-shadow: 10px 0px 0 #fff, -10px 0 0 #fff;
	transition: all 0.15s ease;
}
.background-contrast.fp_slide h2 a {
	color: #fff;
}
.fp_slide.fp_slide0 h1 {
	display: block;
	font-size: 1.7em;
	padding-top: 2em;
	font-weight: 500;
}
.background-image.fp_slide.fp_slide0 h2,
.fp_slide.background-image h2 {
	margin-top: -1em;
	font-weight: 100;
	font-size: 3.25em;
}
.fp_slide.background-image h2 {
	margin-top: 0;
}
.fp_slide .slide_contents {
	font-size: 1.25em;
	max-width: 50%;
}
.fp_slide.fp_slide1 .slide_contents {
	padding-top: 1.5em;
}
.fp_slide .slide_button {
	margin-top: .5em;
	font-size: 1.2em;
	margin-bottom: 2em;
}
.fp_slide.background-contrast .button {
	background: #fff none repeat scroll 0 0;
	color: #c00032;
}
.feat_news {
	padding: 2em 0 6em 0;
}
.feat_news h2 {
	font-weight: 100;
	font-size: 2.5em;
	margin-bottom: 1em;
	margin-top: .5em;
}
.news_holder {
	/*border-left: 2px solid #b10335;*/
	/*padding-left: 2em;*/
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.news_holder .archive_post.thumb_exists .mainpost {
	max-width: 900px;
}
.news_holder .postinfo h4 {
	color: #c00032;
	font-size: 2em;
	font-weight: 500;
}
.footer_boxes.mod_blocks {
	border: 0 none;
	padding: 0;
}
.footer_boxes.mod_blocks>div {
	background: #fff none repeat scroll 0 0;
	padding-top: 2em;
}
.footer_boxes.mod_blocks h5 {
	font-size: 1.3em;
}
.footer_boxes.mod_blocks h3 {
	color: #c00032;
	font-size: 1.7em;
	margin-bottom: 10%;
}
.footer_boxes.mod_blocks .feat_excerpt {
	margin-bottom: 2.5em;
}
.footer_boxes.mod_blocks .feat_excerpt p {
	font-size: 1.2em;
}
.footer_boxes.mod_blocks .mod_feat_resource .feat_excerpt h4 {
	margin-left: 30px;
}
.footer_boxes.mod_blocks .mod_feat_resource .feat_excerpt a {
	margin-left: 30px
}
.footer_boxes.mod_blocks .mod_feat_resource .feat_excerpt a:before {
	margin-left: -53px;
}
.footcol .icon-hpae-mail:before {
	font-size: 2.5em;
	color: #c00032;
	float: left;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
}
.footcol .socialmedia {
	display: block;
}
.footcol .socialmedia ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.footcol .socialmedia ul li a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.footcol .socialmedia ul li a span {
	margin-right: .5em;
}
/*****************
BLOCKS
***********************************************/
.block_content {
	border: 1px solid #c00032;
	margin: 2em 0;
	padding: 1em;
	border-left: 0;
	border-right: 0;
}
.block_content p:last-child,
.block_content h1:last-child,
.block_content h2:last-child,
.block_content h3:last-child,
.block_content h4:last-child,
.block_content h5:last-child,
.block_content h6:last-child {
	margin-bottom: 0;
}
/*****************
WHO WE R
***********************************************/
.union_block {}
.union_block a:hover {
	text-decoration: none;
}
.union_block .block_header {
	padding-top: 2em;
}
.union_block .block_header h2 {
	margin: 0;
	font-size: 3em;
	font-weight: 100;
}
.union_block .block_contents {
	font-size: 1.5em;
	padding-bottom: 2em;
	padding-top: 1em;
}
.union_block.block_only .block_header {
	padding: 3em;
}
.union_block .block_contents ul {
	margin: 0;
}
.union_block .block_contents ul li {
	list-style: none;
}
.union_block.block_grey {
	background: #f1f1f2;
	color: #404041;
}
.union_block.block_white {
	color: #c00032;
}
.union_block.block_redness .block_header {
	background: #800020;
	color: #fff;
}
.union_block.block_redness .block_header a:hover {
	color: #fff;
}
.union_block.block_redness .block_header h2 {
	line-height: .725;
	text-shadow: 1px 1px 0 #8a0606;
}
.union_block.block_redness .block_contents {
	background: #c00032;
	color: #fff;
	margin-top: -7px;
}
.union_block.block_redness .block_contents a:hover {
	color: #333;
}
.page-id-90 .footer_boxes {
	border: 0;
}
.page-id-90 .footer_boxes .col {
	border: 0;
}
/*****************
LINKS
***********************************************/
.expanding_link span:before {
	content: '+ ';
}
.expanding_link span {
	color: #b10435;
}
.expanding_link span:hover {
	color: #ca063d;
	transition: color 0.2s ease;
}
.expanding_link.expanded_link span:before {
	content: '- ';
}
.extra_content_block p {
	max-width: 740px;
}
.extra_contents {
	margin-bottom: 3em;
}
/*****************
ACTIONS
***********************************************/
.actions_bar {
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	background: #b10435 none repeat scroll 0 0;
	color: #fff;
	margin-bottom: 3em;
	padding: 2.5em;
}
.single-local .actions_bar {
	margin-bottom: 0;
}
.single-local .actions_bar.theme-white {
	background: #fff;
	color: #b10435;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.single-local .actions_bar.theme-black {
	background: #251E1E;
}
.actions_bar .flexible {
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.actions_bar h2 {
	margin: 0;
	line-height: 1.3em;
	font-weight: 100;
	font-size: 2.25em;
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
}
.actions_bar h2,
.actions_bar a {
	margin-left: 1.5em;
	margin-right: 1.5em;
}
.actions_bar a {
	font-weight: bold;
	margin: 2em;
	margin-top: 0;
}
.single-campaigns .content .text p {
	display: none;
}
.single-campaigns .content .pageinfo .text p {
	display: block;
}
.single-campaigns .content .text p.readmore {
	display: block;
}
/*****************
MEMBER RESOURCES
***********************************************/
.mem_resources {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 2em 0;
}
.mem_resources a {
	border: 1px solid;
	display: inline-block;
	font-size: 1.2em;
	padding: 1em;
	text-align: center;
}
.mem_resources.tiled a {
	font-size: 3.5em;
	height: 4em;
	margin-bottom: 1em;
	width: 30%;
	display: flex;
align-items: center;
justify-content: center;
}
.mem_resources.tiled a span {
	display: block;
	font-size: 18px;
}
.mem_resources.flat a {
	display: block;
}
.mem_resources a:hover {
	text-decoration: none;
	background: #c00032;
	color: #fff;
}
/*****************
FIND LOCAL
***********************************************/
.localfinder .col {
	float: left;
	width: 50%;
}
.text .localfinder ul {
	list-style: none;
}
.text .localfinder li {
	list-style: none;
	margin-left: 0;
	margin-bottom: .5em;
}
p.local_intro {
	max-width: 740px;
}
/*****************
ELECTION CENTER
***********************************************/
.state {
	margin-bottom: 2em;
}
.state:first-child {
	border-bottom: 2px solid #bbbdbf;
}
.state-new_jersey {
	color: #172374;
}
.state-pennsylvania {
	color: #ffbd17;
}
.state .resources_bar {
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 2em 0;
}
.state h2,
.state a {
	color: inherit;
}
.state a {
	border: 1px solid;
	display: inline-block;
	font-size: 1.2em;
	padding: 1em;
	text-align: center;
}
.state a span {
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}
.state a:hover {
	text-decoration: none;
}
.state-new_jersey a:hover,
.state-new_jersey .barred a {
	background: #172374;
	color: #fff;
}
.state-new_jersey .barred a:hover {
	background: #fff;
	color: #172374;
}
.state-pennsylvania a:hover,
.state-pennsylvania .barred a {
	background: #404041;
	color: #ffbd17;
	border: 1px solid #404041;
}
.state-pennsylvania .barred a:hover {
	background: #ffbd17;
	color: #fff;
	border: 1px solid #fff;
}
.resources_bar.tiled a {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30%;
}
.resources_bar.barred a {
	width: 100%;
}
/*****************
LOCAL
***********************************************/
.local_breadcrumbs,
.breadcrumbs {}
.local_breadcrumbs a,
.breadcrumbs a {
	color: #b10435;
	display: block;
	margin-bottom: 1em;
	font-size: .9em;
	font-family: 'Roboto Condensed', sans-serif;
}
.local_breadcrumbs a:before,
.breadcrumbs a:before {
	content: '←';
	margin-left: .2em;
	padding-right: .2em;
}
.local_info {
	max-width: 740px;
	margin-bottom: 3em;
}
.local_col {
	min-height: 500px;
	width: 50%;
	padding: 3em;
	border-right: 1px solid #ccc;
	margin-top: 0;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}
.local_col.local_news {
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	width: 60%;
	overflow: hidden;
}
.local_col.local_resources {
	width: 40%;
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	border-right: 0;
}
.local_resources {
	padding-bottom: 3em;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}
.col_inner {
	margin-bottom: 3em;
}
.col_inner p.readmore .button {
	padding: .25em 1em;
	font-size: .9em;
	margin-top: 0;
}
.col_inner h3:first-child {
	margin-top: 0;
}
.col_inner h3 {
	margin-top: 1em;
}
.local_news .col_inner {
	width: 100%;
	float: right;
}
.local_news .archive_post .featimg {
	margin-right: 20px;
	width: 11%;
}
.local_news .news_chunk {
	border-bottom: 1px solid #c00032;
	display: none;
	margin-bottom: 2em;
	padding-bottom: 2em;
}
.local_news .news_chunk:nth-child(2) {
	display: block;
}
.category .content article.archive_post,
.search .content article.archive_post {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 2em;
}
.archive_post h4 {
	font-size: 1.7em;
}
.archive_post .text p:last-child {
	margin-bottom: 0;
}
.news_nomore {
	display: none;
	margin: 2em 0;
	text-align: center;
}
.local_resources .col_inner {
	max-width: 520px;
	width: 100%;
	float: left;
}
.inpage_list {
	border-bottom: 1px solid #f1f1f2;
	margin-bottom: 1em;
}
.resource_list li,
.text .resource_list li {
	color: #c00032;
	list-style: inside;
	margin-bottom: 1.5em;
	margin-left: 2em;
	list-style-type: none;
}
.resource_list li:before,
.text .resource_list li:before {
	margin-left: -2em;
}
.text ul.resource_list li a {
	margin-left: .5em;
	font-size: 1.25em;
}
.text ul.resource_list ul li a {
	margin-left: 1.5em;
}
.text ul.resource_list ul li:last-of-type {
	margin-bottom: 0;
}
.text ul.resource_list ul {
	margin-left: 2em;
	margin-bottom: 0;
}
.text ul.resource_list ul.children_customlinks li,
.text ul.resource_list ul.children_resouces li {
	margin-left: 1.2em;
	margin-bottom: 0;
}
.text ul.resource_list ul.children_resouces {
	margin-top: .5em;
}
.text ul.resource_list ul.children_customlinks li a,
.text ul.resource_list ul.children_resouces li a {
	margin-left: .68em;
}
.resource_list ul ul {}
.abt_txt {
	background: #f1f1f2 none repeat scroll 0 0;
	color: #404041;
	padding: 4em;
	border-top: none;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-top: 2em;
	margin-bottom: 2em;
}
.abt_txt:last-child {
	border-bottom: 0;
}
.single-campaigns section.content,
.single-campaigns .content .text,
.single-local section.content,
.single-local .content .text {
	padding-bottom: 0;
}
.abt_txt h2 {
	color: #404041;
	font-size: 2.25em;
	text-align: center;
	font-weight: 100;
}
.single-campaigns .pageinfo .text {
	/*max-width: 740px;*/
}
.single-local .local_col {
	margin-top: 0;
}
/*****************
BACKGROUNDS & HERO/JUMBO LAYOUT
***********************************************/
.home .herospot {
	background-position: center center;
	background-size: cover;
	min-height: 500px;
	height: 500px;
	width: 100%;
	max-width: 1180px;
	margin: auto;
}
.herospot {
	background-position: center top;
	background-size: cover;
	width: 100%;
	height: calc(100vw/2.36);
	margin: auto;
	max-height: 66vh;
}
.has_hero.overlaid .herospot .overlay {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	height: 100%;
	width: 100%;
	min-height: 500px;
}
.has_hero.overlaid .onepage {
	margin-top: -500px;
	z-index: 5;
}
.has_hero.overlaid .pageinfo {
	border: 0 none;
	margin-bottom: 0;
	overflow: hidden;
	padding: 3em;
	display: -ms-flexbox;
	display: flex;
	min-height: 500px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
}
#container.has_hero.overlaid .herospot {
	margin-bottom: 0;
}
/*****************
CONTACTS
***********************************************/
.contact {
	text-align: left;
	max-width: 250px;
	margin: auto;
	font-size: 1.2em;
}
.contact h3 {
	margin-top: 2em;
	font-size: 1.1em;
}
.contact .icon_indicator {
	color: #c00032;
}
.contact .metaval a {
	margin-left: .5em;
	color: #404041;
}
/*****************
LISTS
***********************************************/
/* single page view navigation */
div.next-post {}
div.prev-post {}
/* generated by wp_list_cat and wp_list_pages functions */
li.page_item {}
li.current_page_item {}
li.current_page_parent {}
li.cat-item {}
li.current-cat {}
/*****************
FOOTER
***********************************************/
.footer_boxes {
	border-top: 1px solid #d0d2d3;
	padding-top: 6px;
}
.home .footer_boxes {
	padding: 0;
	border: 0;
}
.footer_boxes .col {
	background: #f1f1f2 none repeat scroll 0 0;
	border-top: 1px solid #d0d2d3;
	padding: 3% 3% 2em;
	width: 34%;
}
.an_signup_embed {}
.an_signup_embed #can_embed_form {
	border: 0 none !important;
	padding: 0 !important;
}
.an_signup_embed #logo_wrap,
.an_signup_embed h4,
.an_signup_embed h2,
.an_signup_embed #action_info {
	display: none !important;
}
.an_signup_embed #can_thank_you {
	background: #c00032 none repeat scroll 0 0 !important;
	font-size: 0.5em !important;
	margin: 0 auto !important;
	padding-bottom: 0 !important;
}
.col #can_embed_form input[type="submit"],
.col #can_embed_form .button,
.col #donate_auto_modal input[type="submit"],
.col #donate_auto_modal .button {
	background-color: #c00032 !important;
	border-radius: 50px !important;
	font-family: 'Roboto Condensed', sans-serif !important;
	text-shadow: none !important;
	font-weight: 400 !important;
	font-size: 1em !important;
	padding: .5em 1.5em !important;
	text-transform: uppercase !important;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: .04em !important;
}
.col #can_embed_form input[type="text"],
.col #can_embed_form input[type="password"],
.col #can_embed_form input[type="url"],
.col #can_embed_form input[type="email"],
.col #can_embed_form input[type="tel"],
.col #can_embed_form input[type="number"],
.col #can_embed_form textarea,
.col #donate_auto_modal input[type="password"],
.col #donate_auto_modal input[type="text"] {
	font-family: 'Roboto Condensed', sans-serif !important;
}
.col #can_embed_form input[type="submit"]:hover,
.col #can_embed_form .button:hover,
.col #donate_auto_modal input[type="submit"]:hover,
.col #donate_auto_modal .button:hover {
	background-color: #e60303 !important;
}
.footer_boxes .col h4 {
	color: #c00032;
	font-size: 1.25em;
	margin-bottom: 3%;
	margin-top: 5%;
}
.footer_boxes .col p {
	font-size: 1.3em;
	color: #404041;
}
.footer_boxes .col.contrast {
	background: #fff;
}
#footer {
	clear: both;
	border-top: 11px solid #c00032;
}
.footer_bottom {
	background: #b10435;
	height: 2px;
	margin-bottom: 3px;
	width: 100%;
}
.footer_inner {}
.footermenu {
	padding: 2em;
	max-width: 100%;
}
.footermenu ul.sub-menu {
	display: none;
}
.footermenu.menu_horizontal li li {
	display: block;
}
.footermenu.menu_horizontal li li a:hover {
	color: #C00030;
	text-decoration: none;
}
.footermenu>ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.footermenu>ul>li {
	margin-right: 20px;
}
.footermenu>ul>li>a {
	font-weight: 700;
	font-style: normal;
	display: inline-block;
	height: 2em;
	font-weight: 100;
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 1em;
}
.footercredits {}
.footercredits a {}
.sitecredits {}
.sitecredits p {}
.sitecredits a {}
.sinkcredits {
	background: #f1f1f2 none repeat scroll 0 0;
	font-size: 85%;
	padding: 1em;
	text-align: right;
}
.sinkcredits p {
	margin-bottom: 0;
}
.sinkcredits a {}
/*****************
SINGLE
***********************************************/
.content.narrow_col {
	margin: 0 auto;
	padding: 3em 0;
	width: 740px;
}
.content.narrow_col img {}
/*****************
ARCHIVE
***********************************************/
.content article.archive_post {
	padding-bottom: 1em;
	max-width: 1040px;
	margin: auto;
	display: flex;
	margin-bottom: 3em;
}
article.archive_post:last-child,
article.archive_post p.readmore:last-child,
.content article.archive_post:last-child .text {
	padding-bottom: 0;
	margin-bottom: 0;
}
.content article.archive_post.archivepost_last {
	border-bottom: 0;
}
.archive_post .featimg {
	float: left;
	margin-right: 2em;
	width: 12%;
}
.archive_post.thumb_exists .mainpost {
	float: left;
	max-width: 83%;
}
.content article.archive_post h2 {
	margin-bottom: 0;
}
.content article.archive_post p.post_header_meta {
	font-size: 90%;
}
.content article.archive_post .post_meta {
	border-top: 1px solid #eaeaea;
	padding-top: 5px;
	font-size: 90%;
}
.content article.archive_post a.readmore {
	font-size: 90%;
	text-transform: uppercase;
}
.content article.archive_post a.readmore:after {
	content: '>';
	padding-left: 2px;
}
.relatedposts {
	clear: both;
}
.content .relatedposts li {
	list-style: none outside none !important;
	margin: 0px;
}
.related .text a.button {
	margin-bottom: 2em;
}
.related_section {
	display: -ms-flexbox;
	display: flex;
}
.related_section.server_file {
	display: block;
	margin-bottom: 2em;
}
.related_section .val.related {}
.related_section .vals {
	-ms-flex-preferred-size: 80%;
	flex-basis: 80%;
}
.related_section .vals .val.related {
	margin-bottom: 1em;
	padding: 0 2px 0 0;
}
.related_section .vals .val.related:after {
	content: ', ';
}
.related_section .vals .val.related:last-child:after {
	content: none;
}
.related_section .val.related.download_button {
	display: block;
}
.prev {
	float: left;
}
.next {
	float: right;
}
.relatedposts {
	background: #c00032 none repeat scroll 0 0;
	color: #fff;
	padding: 2em;
}
.relatedposts div.centering_box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center;
}
.relatedposts h5 {
	float: left;
	font-size: 1.8em;
	width: 15%;
}
.relatedposts ul {
	float: none;
	width: 100%;
}
.relatedposts li {
	list-style: none;
}
.relatedposts li a {
	border: 0 none;
	border-radius: 25px;
	display: inline-block;
	font-size: 1em;
	padding: 0.5em 1.25em;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}
.relatedposts li a:hover {
	box-shadow: 3px 3px 3px #8c0e0e;
}
.relatedposts li a:active {
	box-shadow: inset 0 0 3px #888;
}
.expanded_contents {
	margin-left: 1em;
	margin-bottom: 2em;
}
.expanded_contents ul {
	margin-left: 2em;
}
/* DISPLAY */
.debug {
	display: none;
}
.usr-1 .debug {
	display: block
}
.deprecated {
	display: none;
}


/* TWEANERS */

@media (min-width: 768px) and (max-width: 1180px) {
	.fp_slide.background-image .overlay {
		padding: 0 2em;
	}
	.feat_news h2,
	.pageinfo,
	.extra_contents,
	.union_block .block_header,
	.block_contents {
		padding: 30px;
	}
} /* end tweaners */


.sinkgallery {
	display: flex;
	flex-wrap: wrap;
}
.sinkgallery>.gallery-item {
	margin-right: 4%;
	    margin-bottom: 4%;
	    width: 21%;
}

.sinkgallery>.gallery-item:nth-child(4) {
	margin-right: 0;
}
.fancybox-thumbs>ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


/*****************
COVID MEMORIAL
***********************************************/

.memorials {

}

.page-template-page-template-memorial {
	color: #dcdcdc;
	background: #000;
}

.page-template-page-template-memorial #header,
.page-template-page-template-memorial .footermenu {
	background: #fff;
}

.page-template-page-template-memorial .footermenu>ul>li>a,
.page-template-page-template-memorial .sinkcredits a  {
	color:  #111;
}

.page-template-page-template-memorial .pageinfo h1 {
	color: #fff;
}

.page-template-page-template-memorial .text p {

}

.page-template-page-template-memorial .footcol .socialmedia ul li a {
	color:  #404041;
}

.page-template-page-template-memorial .footer_boxes {
	padding-top: 0;
}

.page-template-page-template-memorial .footer_bottom {
    background: #b10435;
    height: 4px;
    margin-bottom: 0;
    width: 100%;
    border-bottom: 2px solid #fff;
}


.memorials .person-data {
	padding: 1em;
	background: #211c1c;
	background-image: url(images/hpae-heart.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 95% 95%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	min-height: 195px;
}

.memorial-grouping {
	display: flex;
	flex-wrap: wrap;
}

.memorial-grouping-item {
	width: 17%;
	    margin-right: 2%;
	    margin-bottom: 2em;
	}

.memorial-date-label {
	background: #3a0111;

	background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(97, 97, 97) 100%, rgb(138, 138, 138) 100%);
    color: #fff;
    display: flex;
    align-items: flex-start
    justify-content: center;
    padding: 1em;
    text-align: center;

}

.memorial-date-label span {
	font-size: .8em;
    color: #e0e0e0;
    font-weight: 100;
    font-family: 'Roboto Condensed', sans-serif

}

.memorial-date-label span.label-month {
	margin-right: 5px;
}

.memorial-date-label span.label-day {}

.memorial-date-label span.label-day:after {
	content: ', ';
	margin-right: 5px;
}

.memorial-date-label span.label-year {

}

.memorial-single {

}

.page-template-page-template-memorial .smallmenu li a,
 .page-template-page-template-memorial span.iconographer {
	color:  #333;
}

.memorial-single img {
	border: 5px solid #211c1c;
	border-bottom: none;
	min-width: 100%;
}

.memorial-single span.data {
	display: block;

	    text-align: center;
	    margin-bottom: .5em;
}

.memorial-single span.data-full_name.data {
	font-size: 1.5em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 100;
	line-height: 1.2em;
}

.postid-14843 .actions_bar h2 { /* covid-19 info hub */
	display: none;
}

.postid-14843 .actions_bar a {
	margin-bottom: 0;
}

/* ninja forms - memvbership forms */

.nf-form-cont {
  background: #eaeaea;
  padding: 1em;
  border-radius: 5px;
  box-shadow: 0 0 5px #aeadad;
  font-family: 'Roboto Condensed', sans-serif;
}

.nf-form-content  nf-fields-wrap {
 /* display: flex;
  flex-wrap: wrap;*/
}

.nf-form-layout .nf-form-content {
	padding: 0;
	margin-top: 1em;
}

.nf-form-layout .nf-form-content label {
	font-size: 16px;
}

nf-field {
  margin-right: 3%;
  margin-bottom: .5em;
}

nf-field .nf-field-container {
	margin-bottom: 0;
}

.content .list-radio-wrap .nf-field-element ul {
	margin-top: .5em !important;
}

.nf-field-description p,
.content .nf-field-description p:last-child {
	margin-top: .5em;
}

.onepage .nf-form-content .label-above .nf-field-label {
	margin-bottom: 3px;
}

.onepage .label-right .nf-field-description {
	margin-right: 0;
}

.lastname-container,
.firstname-container {
	width: 100%;
}

.date-container {
	max-width: 200px;
}

.zip-wrap {
	max-width: 100px;
}

nf-fields-wrap {
display: grid;
grid-template-columns: 1fr 1fr;
}

nf-field:last-child {
  flex-basis: 100%;
  margin-top: 26px;
}

nf-field .tiny_field {
	max-width: 180px;
}

nf-field .small_field {
	max-width: 250px;
}
nf-field .medium_field {
/* 	max-width:50%; */
	
}
nf-field .large_field {}

nf-field .checkbox-container.label-right .field-wrap {
  display: flex;
  flex-wrap: wrap;
}