/* buttons */
.widebtn {
	width: 100%;
	text-align: center;
}
.button, .btn, button, input[type="button"] {
	border: none!important;
}
.button:hover, .btn:hover, button:hover, input[type="button"]:hover {
	color: #fff!important;
	background-color: #001083;
}

/* inserts new menu toggle on header*/
.hfe-menu-toggle svg {
	background-image: url("/wp-content/uploads/2025/01/menu-toggle-light.png");
	background-size: contain;
	width: 10px;
	height: 10px;
}

/* home page spacing fixes */
.home .site-inner {
	padding: 0;
}
.elementor-widget:not(:last-child), .elementor-element-47cf685 p, .elementor-element-5c2bdc1 p {
	margin-bottom: 0;
}

/* footer */
.footer-widgets {
	background: #0f0f0f;
}
.site-footer, .footer-bottom {
  color:#fff;
}

/* all contact forms */
#emailFormInner .emailFormLine, #SendEmail,#map, #directionsFrom {
	margin-bottom:12px;
}
#SendEmail, #getDirections {
	width: 100%;
}

/* images on pages */
#genesis-content img {
	box-shadow:0 0 6px rgba(0,0,0,.2);
}

/*faqs*/
.faq-section .section-title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #0640B0;
}
.faq-answer {
	border: 1px solid #f4f4f4!important;
}

/* page summaries */
#summary h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #0640B0;
}
#summary {
	border: 1px solid #eee;
	padding: 24px 24px 0 24px;
	border-radius: 6px;
	margin-bottom: 48px;
	font-size: 18px;
}
.summaryTagline {
	font-weight: bold;
	text-align: center;
	margin-top: 48px;
}
#summary .btn {
	width: 100%;
	text-align: center;
}

/* tables in page content */
.entry-content table, .entry-content th, .entry-content td {
	border-color: #e0e0e0;
}