/* top banner */
.authority-top-banner {
	padding: 12px;
}
#authority-top-banner-close {
	display: none;
}

/* header shadow */
.site-header {
	box-shadow: 0 2px 8px rgba(0,0,0,.2);
}

/* makes header sticky */
.site-header, .authority-top-banner {
	display: block;
}
@media screen and (min-width:1024px) {
	.site-header, .authority-top-banner {
		position: fixed;
		width: 100%;
		z-index:9999;
	}
	.site-header {
		margin-top: 60px;
		background-color: #fff!important;
	}
	.site-inner {
		margin-top: 120px;
	}
}

/* footer */
.footer-widgets h3, .footer-widgets .widget {
	text-align: left;
}
.footer-widgets h3 {
	font-weight: 700!important;
}
.pgsd_hours {
	margin-bottom: 0;
}
@media screen and (min-width:1024px) {
	.footer-widgets .wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.footer-widgets .widget {
		width: 25%;
	}
	.footer-widgets h3 {
		font-size: 2.4rem!important;
	}
	.footer-widgets .textwidget {
		margin-left: 0;
	}
}
.site-footer {
	text-align: center;
}

/* sidebar */
.sidebar .widget:first-of-type {
	padding: 36px;
}
.sidebar .widget {
	padding: 36px 0;
}
#text-10 p {
	margin: 0;
}

/* contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
.page-id-214 #text-11 {
	display: none;
}

/* gets rid of weird space on top of home page */
.home .site-inner {
	padding-top: 24px;
}
@media screen and (max-width:1040px) {
	.home .site-inner {
		padding-top: 0;
	}
}

/* front page slogan section */
.elementor-element-e6d32c0 .elementor-widget-button {
	margin: 0;
	max-height:46px;
}

/* front part 2 */
.elementor-element-4041125 > div:nth-child(1) > p:nth-child(4) {
	text-align: center;
}