.clear {
	clear: both;
}
.content {
	margin: 0;
	width: auto;
	clear: none;
	float: none;
}
/* Need to disable pushing the body down when the toolbar
 is visible, this breaks some layouts */
body.toolbar-drawer {
	padding-top: 0 !important;
}
/* Regions (used only when not available in target site */
#pgc-wrap-main {
	width: auto;
}
#pgc-region-sidebar {
	float: left;
	width: 28%;
	padding-right: 30px;
}
#pgc-region-main {
	float: left;
	width: 70%;
}
#block-sitebranding {
	display: none;
}

/* Title bar */
.pg-page-btns #titlebar-links {
	float: right;
}

.pgc-print a {
	cursor: pointer;
}

.pg-page-header h1 {
	margin-bottom: 15px;
}

.pg-page-btns .pgc-share .atc_s {
	font-size: 0;
}

/* Search paging */
nav.pager ul li {
	display: inline;
}

/* Breadcrumb */
.breadcrumb .pg-breadcrumb-links {
	clear: both;
	width: 100%;
	padding: 10px 0;
	margin: 20px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.breadcrumb .pg-breadcrumb a {
	font-size: .9em;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	color: #87a625;
}

/* Tabs */
.pg-page-header div.contextual-region > ul {
	float: none;
	width: auto;
	margin: 0 0 15px 0;
	padding: 0;
	border-bottom: 1px solid #eee;
	background: none;
}
.pg-page-header div.contextual-region > ul li {
	display: inline-block;
	*zoom: 1;
	padding: 8px 0;
	margin-right: 10px;
	list-style-type: none;
	font-size: .9em;
}

/* Page banner */
.pg-content-top {
	margin-bottom: 15px;
}

.block-pgc-slideshow-block .pgc-banner {
	margin-bottom: 20px;
}

.block-pgc-slideshow-block .pgc-banner img {
	margin: 0;
	padding: 0;
}
.block-pgc-slideshow-block .pgc-banner .caption, .pgc-top-image .caption {
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.3;
	margin-top: 7.5px;
	margin-top: 0.75 rem;
}
.views_slideshow_cycle_slide {
	min-width: 100% !important;
	width: 100% !important;
	height: auto !important;
	position: relative;
}
.views_slideshow_cycle_slide img {
	min-width: 100% !important;
	width: 100% !important;
	height: auto !important;
	position: relative;
}

/* Inline blocks */
.pg-content-inline-blocks {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	z-index: 1;
	position: relative;
}

/* Top Image Slideshow */
.pgc-top-image img {
	width: 100%;
	height: auto;
}

/* Body content */
.pgc-body-content {
	/*overflow:hidden;*/
}

/* Hero Image */
.pgc-hero-banner {
	height: 100vh;
	position: relative;
}

.pgc-hero-banner .pgc-hero-title {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
}

/* Homepage */

.pgc-body-content.homepage {
	border-bottom: 1px solid #eee;
	margin: 25px 0;
}

.pg-featured-links {
	display: -ms-grid;
	display: grid;
	/*
	 grid-template-columns: repeat(2, 1fr);
	 */

	grid-template-columns: 45% 45%;
	-ms-grid-columns: 45% 50px 45%;
	grid-column-gap: 50px;
	grid-row-gap: 20px;
}

.pg-featured-links .pg-featured-link:nth-child(1) {
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	background-clip: padding-box;
}

.pg-featured-links .pg-featured-link:nth-child(2) {
	-ms-grid-column: 3;
	-ms-grid-row: 1;
	background-clip: padding-box;
}
.pg-featured-links .pg-featured-link:nth-child(3) {
	-ms-grid-column: 1;
	-ms-grid-row: 3;
	background-clip: padding-box;
}
.pg-featured-links .pg-featured-link:nth-child(4) {
	-ms-grid-column: 3;
	-ms-grid-row: 3;
	background-clip: padding-box;
}

.pg-featured-links .pg-featured-link:nth-child(-n+3) {
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
}

.pg-featured-links .pg-featured-link .image img {
	width: 100%;
	height: auto;
}

/* Section landing page - */
.pgc-body-content.section-landing-page article > div > div {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 23px;
}
.pg-content-body .child-page {
	border-bottom: 1px solid #d8d8d8;
	padding: 23px 0;
}
.pg-content-body .child-page:first-child {
	padding-top: 0;
}
.pg-content-body .child-page:last-child {
	border-bottom: 0;
}

.pg-content-body .child-page .thumbnail {
	float: left;
	margin-right: 10px;
}
.pg-content-body .child-page .details {

}
.pg-content-body .child-page .details .summary {
	margin: 0 0 10px;
}
.pg-content-body .child-page .field-name-body {
	margin: 0;
	border: 0;
}

/* PGCS-2330 - Updated CSS for new sites section landing page */
.pgc-body-content.section-landing-page article > div > div {
	border-bottom: 0;
	margin-bottom: 23px;
}
.pg-content-body .child-pages.pgc-flexbox {
	display: flex;
	flex-wrap: wrap;
}
.pg-content-body .pgc-flexbox .child-page {
	border-bottom: 0;
	padding: 23px 0;
	display: flex;
	align-items: center;
	width: 100%;
}
.pg-content-body .pgc-flexbox .child-page:first-child {
	padding-top: 0;
}

.pg-content-body .pgc-flexbox .child-page:last-child {
	border-bottom: 0;
}

.pg-content-body .pgc-flexbox .child-page .thumbnail {
	float: none;
	flex: 1 0 30%;
	margin-right: 5%;
}
.pg-content-body .pgc-flexbox .child-page .thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}
.pg-content-body .pgc-flexbox .child-page .details {
	flex: 1 0 65%;
	padding-left: 0 !Important;
}
.pg-content-body .pgc-flexbox .child-page .details h2 {
	margin-top: 0;
}
.pg-content-body .pgc-flexbox .child-page .details .summary {
	margin: 0 0 10px;
}
.pg-content-body .pgc-flexbox .child-page .field-name-body {
	margin: 0;
	border: 0;
}

@media screen and (max-width: 767px) {
	.pg-content-body .pgc-flexbox .child-page {
		border-bottom: 0;
		padding: 23px 0;
		display: block;
		align-items: center;
		width: 100%;
	}
	.pg-content-body .pgc-flexbox .child-page .thumbnail {
		float: none;
		margin-bottom: 20px;
		margin-right: 0%;
	}
}

/* PGCS-2330 - Updated CSS for new sites section landing page */

/* Gift type page */
.pg-how-gift-helps {
	padding-top: 20px;
	margin-top: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 30px;
	font-family: inherit;
}
.pg-how-gift-helps-overview {
	margin-bottom: 20px;
}

.pg-how-gift-helps-items {
	float: left;
	width: 30%;
	padding: 10px;
}

.hygh-table {
	table-layout: fixed;
}

.hygh-table .hygh-td {
	color: inherit;
	border: none;
}

.hygh-td img {
	width: 100%;
	height: auto;
}

/* Gift type accordion */

.pg-gift-details.ui-widget {
	font-family: inherit;
}

.accordion-header-text span.hide {
	display: none;
}

.ui-accordion .ui-accordion-header {
	margin: 0px;
	padding: 0px;
}

.ui-corner-all {
	border: none;
}

.ui-state-default {
	border: none;
	background: none;
}

.pg-gift-details .accordion-header-text {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.pg-gift-details .accordion-header-text:focus, .pg-gift-details .accordion-header-text span:focus {
	outline: none;
}

.pg-gift-details .accordion-header-text .header-text-collapsed:after {
	float: right;
	font-size: 1.5em;
	font-weight: 200;
	line-height: 40px;
	font-family: 'pgcalc-marketing';
	speak: none;
	font-style: normal;
	content: "\e60c";
}

.pg-gift-details .accordion-header-text .header-text-expanded:after {
	float: right;
	font-size: 1.5em;
	font-weight: 200;
	line-height: 40px;
	font-family: 'pgcalc-marketing';
	speak: none;
	font-style: normal;
	content: "\e60a";
}

.pg-gift-details .accordion-header-text .ui-accordion-header-icon {
	display: none;
}

.pg-gift-details .ui-accordion-content {
	border: none;
	padding: 0px !important;
	overflow: hidden !important;
	background: none;
	height: auto !important;
}

.pg-gift-details .ui-accordion-content a {
	color: inherit;
}

.pg-gift-details-body {
	margin-top: 20px;
}

/* Gift type accordion */

/* Contact block */
#block-pgc-contact-block-pgc-contact-block {
}
#block-pgc-contact-block-pgc-contact-block .title {
	margin-bottom: 10px;
}
#pgc-contact-block {
	margin: 0;
	padding: 0;
}
#pgc-contact-block li {
	list-style-type: none;
	line-height: 35px;
}
#pgc-contact-block li span {
	font-size: 25px;
	vertical-align: middle;
	padding-right: 10px;
}
#pgc-contact-block li a {
	text-decoration: none;
}
#pgc-contact-block li a:hover {
	text-decoration: none;
}

/* Contact footer block */

#pgc-contact-footer-block {
	margin: 0;
	padding-inline-start: 0px;
}
#pgc-contact-footer-block li {
	list-style-type: none;
	line-height: 35px;
	float: left;
	padding-right: 25px;
}
#pgc-contact-footer-block li span {
	font-size: 30px;
	vertical-align: middle;
	padding-right: 10px;
}
#pgc-contact-footer-block li a {
	text-decoration: none;
	line-height: 35px;
}
#pgc-contact-footer-block li a:hover {
	text-decoration: none;
}

/* Resource block */
#pgc_resource_block {
	list-style-type: none;
	line-height: 25px;
	margin-top: 15px;
}
#pgc_resource_block span {
	font-size: 25px;
	vertical-align: middle;
	padding-right: 10px;
}
#pgc_resource_block span.icon-none {
	padding: 0;
}
#pgc_resource_block a {
	text-decoration: none;
}
#pgc_resource_block a:hover {
	text-decoration: none;
}

/* Page header buttons */
.pg-page-btns .pgc-font-size {
	float: left;
	line-height: 30px;
}
.pg-page-btns .pgc-font-size a {
	margin-top: 6px;
	display: block;
	float: left;
	font-size: 14px;
	padding: 0 8px;
	line-height: 20px;
}
.pg-page-btns .pgc-font-size a.increase {
	border-right: 1px solid #ccc;
}
.pg-page-btns .pgc-title-btn {
	float: left;
	width: 30px;
	height: 30px;
	background: #3972b1;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	font-size: 21px;
	margin-left: 10px;
	position: relative;
	behavior: url(/PIE.htc);
}
.pg-page-btns .pgc-title-btn span {
	line-height: 30px;
}
.pg-page-btns .pgc-title-btn a {
	color: #fff;
	text-decoration: none;
}
.pg-page-btns .pgc-title-btn a:hover {
	color: #fff;
	text-decoration: none;
}
.pg-page-btns .pgc-share .atc_s, .pg-page-btns .addthis_pill_style, .pg-page-btns .addthis_pill_style.ie7 {
	width: 30px !important;
	height: 30px !important;
}
/* Hiding default add this button */
.addthis_counter .atc_s, .addthis_counter .addthis_button_expanded, .pg-page-btns .addthis_pill_style.ie7 .atc_s, .pg-page-btns .addthis_pill_style.ie7 .atc_s span {
	background: none !important;
}
.addthis_toolbox {
	position: absolute;
	top: 0;
	left: 0;
}
div.atm {
	margin-top: 9px !important;
}

.node-landing-page .details h2 {
	font-style: normal;
	line-height: normal;
	padding: 0;
}

#block-system-main-menu h2 {
	padding: 0;
	margin: 0;
}

#block-system-main-menu h2 a:hover {
	text-decoration: none;
}

div.view {
	font-size: 14px;
}

/* Story pages */
.pgc-stories {
	width: 100%;
	margin-top: -30px;
	clear: both;
}
.pgc-stories div {
	display: inline-block;
	width: 100%;
	margin: 30px 0 0;
	float: left;
}
.pgc-stories div img {
	width: 100%;
}
.pgc-stories div p {
	padding: 1%;
}

#block-pgc-misc-blocks-mobilenav .control.close-btn {
	border: none;
}

/* Hover Effect */
.pgc-hover-boxgrid {
	width: 45%;
	height: auto;
	margin: 10px;
	float: left;
	border: solid 2px #8399AF;
	overflow: hidden;
	position: relative;
}
.pgc-hover-boxgrid .pgc-hover-image {
	top: 0;
	left: 0;
	border: 0;
}
.pgc-hover-boxgrid .pgc-hover-detail {
	padding: 0 10px;
	color: #afafaf;
}

.pgc-hover-boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.pgc-hover-captionfull .pgc-hover-boxcaption {
	top: 70%;
	left: 0;
}
.pgc-hover-caption .pgc-hover-boxcaption {
	top: 70%;
	left: 0;
}

/*Webform*/
.webform-submission-form label {
	line-height: 20px;
}

.webform-submission-form .form-submit {
	margin-bottom: 30px;
}

@media screen and (min-width: 750px) {
	.pgc-stories div {
		width: 48%;
		margin: 30px 1% 0;
	}
}

@media only screen and (max-width: 767px) {

	#pgc-wrap-main, #pgc-region-sidebar, #pgc-region-main {
		float: none;
		width: 98% !important;
		margin: auto;
	}

	.pg-featured-links {
		display: block;
	}

	.pg-featured-link {
		width: 100%;
		float: none;
	}

	.pg-content-inline-blocks {
		float: none;
		margin-left: 0;
	}
	#pgc-contact-footer-block {
		padding-inline-start: 0px;
	}
	#pgc-contact-footer-block li {
		float: none;
		padding: 0px;
	}
	.pg-featured-link {
		width: 100% !important;
		float: none !important;
	}
	.pgc-hover-boxgrid {
		width: 100%;
		float: none;
		margin: 0px;
		margin-bottom: 10px;
	}
	/* PGCS-1085*/
	.no-padding-mobile {
		padding-left: 0px !important;
	}
	.no-float-mobile {
		float: none !important;
	}
}
