/*
 * Page Styles
 * ------------------------------------------------------------------------------------------------
*/
body {
	color: #000000;
}
.page-subtitle {
	font-size: 28px;
	font-weight: normal;
	line-height: 42px;
	margin-top: -5px;
	margin-bottom: 15px;
}
@media (min-width: 768px) {
	.site-main {
		display: flex;
	}
	.site-main .contact-widget-area:only-child,
	.site-main .contact-widget-area + .widget-content {
		position: sticky;
		top: 35px;
	}
}
@media (min-width: 992px) {
	.content-area.col-md-8 {
		padding-right: 30px;
	}
	.contact-sidebar.col-md-4 {
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.entry-title {
		text-align: center;
	}
	.page-subtitle {
		text-align: center;
	}
}






/*
 * Form Zip Shortcode [form-search]
 * ------------------------------------------------------------------------------------------------
*/
.zipcodeform_sc {
	margin-bottom: 22px;
}
.zipcodeform_sc .form-col {
	display: inline-block;
	max-width: 212px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.zipcodeform_sc .zipcode {
	color: #4F4F4F;
	font-size: 18px;
	font-weight: 300;
	line-height: normal;
	width: 100%;
	height: 52px;
	max-width: 212px;
	border-radius: 44px;
	background-color: #FFF;
	border: 1px solid #D3DBE2;
	box-shadow: none;
	padding: 7px 30px 6px;
	margin-top: 0;
	transition: box-shadow 0.2s;
}
.zipcodeform_sc .zipcode:focus {
	box-shadow: inset 0 1px 3px 0 #F44336;
}
.zipcodeform_sc .button {
	display: inline-block;
	color: #FFF;
	font-size: 22px;
	font-weight: 500;
	line-height: normal;
	text-align: left;
	height: 52px;
	width: auto;
	max-width: initial;
	background-color: #F44336;
	border-radius: 100px;
	border: none;
	padding: 0 65px 0 35px;
	position: relative;
	transition: background-color 0.2s;
}
.zipcodeform_sc .button:hover {
	background-color: #AF2D2E;
}
.zipcodeform_sc .button:after {
	content: '';
	display: inline-block;
	background-image: url(../../img/icons/arrow-button.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 6px 12px;
	width: 28px;
	height: 28px;
	background-color: #F44336;
	border-radius: 100%;
	position: absolute;
	margin-left: 15px;
	top: 50%;
	right: 15px;
	vertical-align: middle;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.zipcodeform_sc .form-col.field-error .error {
	margin-bottom: 6px;
	text-align: left;
}
@media (min-width: 992px) {
	.entry-content .zipcodeform:not(:first-child) {
		margin-top: 35px;
	}
	.entry-content .zipcodeform:not(:last-child) {
		margin-bottom: 30px;
	}
}
@media (max-width: 400px) {
	.zipcodeform_sc .button {
		font-size: 18px;
	}
}








/*
 * Contact Widget Menu
 * ------------------------------------------------------------------------------------------------
*/
.contact-widget-area {
	text-align: right;
}
.contact-widget {
	display: inline-block;
	margin-bottom: 35px;
}
.contact-widget-title {
	text-align: left;
	margin-bottom: 25px;
}
.contact-widget .contact-widget-menu {
	border-left: 2px solid #E2E2E2;
	border-radius: 2px;
	padding: 2px 20px 5px 0;
	list-style: none;
}
.contact-widget .contact-widget-menu li {
	text-align: left;
	padding-left: 20px;
	margin: 15px 0;
}
.contact-widget .contact-widget-menu li:before {
	display: none;
}
.contact-widget .contact-widget-menu li.active:before,
.contact-widget .contact-widget-menu li.current_page_item:before {
	display: block;
	background: #F44336;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -2px;
	border-radius: 0;
}
.contact-widget .contact-widget-menu li a {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	transition: color 0.2s;
	outline: 0;
	text-decoration: none;
}
.contact-widget .contact-widget-menu li a:hover {
	color: #737373;
	text-decoration: none;
}
.contact-widget .contact-widget-menu li a.active,
.contact-widget .contact-widget-menu li.current_page_item a {
	color: #0066FF;
	text-decoration: none;
}
@media (min-width: 768px) {
	.contact-widget-area {
		padding-top: 10px;
	}
}
@media (max-width: 767px) {
	.contact-sidebar {
		margin-top: 35px;
	}
	.contact-sidebar.sidebar-columns-reverse {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
			-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
	}
	.contact-widget-area {
		text-align: left;
	}
	.contact-sidebar .contact-widget-area {
		border-top: 1px solid #D3DBE2;
		margin-top: 30px;
		padding-top: 30px;
	}
	.contact-sidebar .widget-content {
		border-top: 1px solid #D3DBE2;
		margin-top: 30px;
	}
	.contact-sidebar.sidebar-columns-reverse .widget-content {
		margin-top: 0;
		padding-top: 30px;
	}
	.contact-widget {
		display: block;
	}
	.contact-widget-title {
		margin-bottom: 20px;
	}
	
	.contact-widget .contact-widget-menu {
		border-left: none;
	}
	.contact-widget .contact-widget-menu li.active:before,
	.contact-widget .contact-widget-menu li.current_page_item:before {
		width: 5px;
		left: 0;
	}
}





/*
 * Steps use Block Gallery and class "steps"
 * ------------------------------------------------------------------------------------------------
*/
body.page .steps.wp-block-gallery {
	margin-top: 40px;
}
body.page .steps.wp-block-gallery ul {
	display: block;
	width: 100%;
}
body.page .steps.wp-block-gallery figure,
body.page .steps.wp-block-gallery ul li {
	width: 100% !important;
	padding: 0;
	margin: 0;
	margin-bottom: 15px !important;
}
body.page .steps.wp-block-gallery ul li:before {
	display: none;
}
body.page .steps.wp-block-gallery ul li:last-child {
	margin-bottom: 0;
}
body.page .steps.wp-block-gallery figure,
body.page .steps.wp-block-gallery ul li figure {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}
body.page .steps.wp-block-gallery figure img,
body.page .steps.wp-block-gallery ul li figure img {
	display: block;
	width: 84px !important;
	height: 84px !important;
	min-width: 84px;
	flex: initial !important;
	object-fit: initial !important;
	position: relative;
	top: -15px;
}
body.page .steps.wp-block-gallery figure figcaption,
body.page .steps.wp-block-gallery ul li figure figcaption {
	color: #737373;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	background: transparent;
	padding: 0;
	padding-left: 68px;
	text-align: left;
	overflow: initial;
	text-shadow: none;
}
body.page .steps.wp-block-gallery figure figcaption:before,
body.page .steps.wp-block-gallery ul li figure figcaption:before {
	content: '';
	display: block;
	background-color: #D3DBE2;
	width: 1px;
	height: 210%;
	position: absolute;
	left: 41px;
	top: 10px;
}
body.page .steps.wp-block-gallery figure:last-child figcaption:before,
body.page .steps.wp-block-gallery ul li:last-child figure figcaption:before {
	display: none;
}
body.page .steps.wp-block-gallery figure figcaption strong,
body.page .steps.wp-block-gallery ul li figure figcaption strong {
	display: block;
	position: relative;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
}
body.page .steps.wp-block-gallery figure figcaption strong:before,
body.page .steps.wp-block-gallery ul li figure figcaption strong:before {
	content: '';
	display: inline-block;
	background-image: url('data:image/svg+xml,%3Csvg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="9.5" cy="9.5" r="9.5" fill="%23FEB926" fill-opacity="0.2"/%3E%3Ccircle cx="9.5" cy="9.5" r="3.5" fill="%23FEB926" fill-opacity="0.7"/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-size: contain;
	width: 19px;
	height: 19px;
	position: absolute;
	left: -36px;
	top: -22px;
}
@media (max-width: 385px) {
	body.page .steps.wp-block-gallery figure figcaption:before,
	body.page .steps.wp-block-gallery ul li figure figcaption:before {
		height: 192%;
	}
}










