/*
 * Main Styles
 * ------------------------------------------------------------------------------------------------
*/
body {
	margin: 0;
	padding: 0;
}

section input,
section select,
section textarea,
section button {
	outline: 0;
}
section textarea {
	min-width: 100%;
	max-width: 100%;
}
section input[type=file]:focus,
section input[type=checkbox]:focus,
section input[type=radio]:focus {
	outline: 0;
}
section img,
section svg,
section embed,
section iframe,
section object,
section video {
	max-width: 100%;
}
section svg,
section img {
	height: auto;
}
section p { margin: 0 0 15px; }
section p:last-child,
/* section p:last-of-type, */
section ol:last-of-child,
section ul:last-of-child {
	margin-bottom: 0;
}
/* section ul:last-of-type li:last-child { margin-bottom: 0; } */
section p:empty { display: none; }
section p:blank { display: none; }
section p:-moz-only-whitespace { display: none; }
section ol:last-child,
section ul:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
section ul {
	padding-left: 20px;
	margin: 0 0 20px;
}
section ol {
	padding-left: 10px;
}
section ul {
	padding-left: 0;
}
section ul.list-check {
	padding-left: 0px;
}
section ol li,
section ul li {
	position: relative;
	padding: 0px 0;
	margin-left: 20px;
	margin-bottom: 15px;
}
section ul li {
	list-style-type: none;
	padding-left: 24px;
	margin-left: 0;
}
section ol li {
	padding-left: 10px;
}
section ul li {
	padding-left: 18px;
}
section ul.list-check li {
	padding-left: 30px;
}
section div ul.list-check {
	margin-bottom: 20px;
}
section ul li:before {
	content: '';
	display: inline-block;
	width: 5px; height: 5px;
	background-color: #F4620E;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 8px;
}
.contact_page section ul li:before,
.article_page section ul li:before {
	background-color: #F4620E;
}
section ul.list-check li:before {
	content: '';
	display: inline-block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"%3E%3Ccircle cx="10" cy="10" r="9" stroke="%23028ABD" stroke-width="2"/%3E%3Cpath d="M6 10.5L8.5 13L14.5 7" stroke="%23028ABD" stroke-width="2"/%3E%3C/svg%3E');
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 1px;
	margin-top: 0;
}
section ol li:last-child,
section ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}


a.post-edit-link {
	font-size: 13px;
}

body.page_logo_no_link a.logo-link {
	pointer-events: none;
}

/* Main Styles End ==============================================================================*/




/*
 * Bootstrap
 * ------------------------------------------------------------------------------------------------
*/
.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (0.5rem * 2));
}
@media (min-width: 1200px) {
	#header > .container {
		/* max-width: 1000px; */
	}
	section > .container {
		max-width: 990px;
	}
	.form_page section > .container {
		max-width: 1000px;
	}
	.contact_page section > .container,
	.article_page section > .container {
		max-width: 1000px;
	}
}
@media (min-width: 576px) {
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}
}
/* Classes End ==================================================================================*/




/*
 * Widgets
 * ------------------------------------------------------------------------------------------------
*/
.widget-title {
	color: #000000;
	font-size: 22px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 30px;
}
/* Classes End ==================================================================================*/




/*
 * Classes
 * ------------------------------------------------------------------------------------------------
*/
.cfix:before,
.cfix:after { content: " "; display: table; }
.cfix:after { clear: both; }
.clear { clear: both; }
.flowroot { display: flow-root; }
/* Classes End ==================================================================================*/




/*
 * Breadcrumbs
 * ------------------------------------------------------------------------------------------------
*/
.breadcrumbs {
	color: #6B7086;
	font-size: 11px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 35px;
}
.breadcrumbs a {
	color: #000;
}
@media (min-width: 768px) {
	.page-template-default .section-main > .container.breadcrumbs {
		margin-top: -17px;
	}
}
@media (max-width: 767px) {
	.breadcrumbs {
		margin-bottom: 20px;
	}
}
/* Breadcrumbs End ==============================================================================*/




/*
 * Layout
 * ------------------------------------------------------------------------------------------------
*/
.container {
	max-width: 1140px;
}
.landing_page .section-page .container {
	max-width: 990px;
}
@media (max-width: 767px) {
	.landing_page .section-page .container {
		max-width: 600px;
	}
}
/* Layout End ===================================================================================*/




/*
 * Content
 * ------------------------------------------------------------------------------------------------
*/
.page-template-default .entry-title {
	color: #1D9DF5;
	margin-bottom: 15px;
}
.entry-content h2 {
	margin-bottom: 15px;
}
/* Content End ==================================================================================*/




/*
 * Section
 * ------------------------------------------------------------------------------------------------
*/
.section-banner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.section-page {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 50px 0;
	--section-padding: 50px;
	--section-padding-xs: 40px;
}
.section-main {
	padding-top: 50px;
	padding-bottom: 70px;
}
.section-main > .container.breadcrumbs {
	margin-top: -37px;
}
@media (min-width: 768px) {
	.section-main p + h2,
	.section-main ol + h2,
	.section-main ul + h2 {
		margin-top: 35px;
	}
	.section-main p {
		margin: 0 0 20px;
	}
	.section-main p:last-child {
		margin-bottom: 0;
	}
	
	.page-template-default .section-main {
		padding-top: 30px;
	}
	
	.section-page:last-of-type {
		padding-bottom: 80px;
	}
}

@media (max-width: 991px) {
	.section-main > .container.breadcrumbs {
		margin-top: -40px;
	}
}
@media (max-width: 767px) {
	.section-main {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.section-main > .container.breadcrumbs {
		margin-top: -17px;
	}
	.section-main h1 {
		
	}
	.section-main h2 {
		
	}
	.section-page { padding: 40px 0; }
	
	.section-main p + h2,
	.section-main ol + h2,
	.section-main ul + h2 {
		margin-top: 25px;
	}
}
@media (max-width: 640px) {
	.section-page { padding: 30px 0; }
}
@media (max-width: 480px) {
	.section-main,
	.section-page {padding: 40px 0;}
}
/* Section End ==================================================================================*/





/*
 * Section Zip
 * ------------------------------------------------------------------------------------------------
*/
.section-zip {
	
}






/*
 * Form Zip
 * ------------------------------------------------------------------------------------------------
*/
.zipcodeform {
	text-align: center;
	max-width: 285px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.entry-content .zipcodeform:not(:last-child) {
	margin-bottom: 22px;
}
.zipcodeform .form-col {
	display: inline-block;
	text-align: center;
	position: relative;
	width: 100%;
	max-width: 100% !important;
}
.zipcodeform .form-col + .form-col {
	margin-left: 10px;
}
.zipcodeform .field-label {
	margin-top: 0;
	margin-bottom: 0;
}
.zipcodeform .span-label {
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 5px;
	text-align: left;
}
.zipcodeform .span-label:empty {
	display: none;
}
.zipcodeform .location-icon {
	display: inline-block;
	position: relative;
	width: 100%;
}
.zipcodeform .location-icon:before {
	content: '';
	display: inline-block;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="21" viewBox="0 0 16 21" fill="none"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M8 0.5C12.4211 0.5 16 4.10743 16 8.56366C16 9.78382 15.7368 10.9509 15.2632 11.9589C14.1579 14.6645 11 18.0597 8 20.5C5 18.0597 1.84211 14.6645 0.736842 11.9589C0.263158 10.8979 0 9.78382 0 8.56366C0 4.10743 3.57895 0.5 8 0.5ZM8 5.59284C9.63158 5.59284 10.9474 6.9191 10.9474 8.56366C10.9474 10.2082 9.63158 11.5345 8 11.5345C6.36842 11.5345 5.05263 10.2082 5.05263 8.56366C5.05263 6.9191 6.36842 5.59284 8 5.59284Z" fill="%238A9197"/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 21px;
	position: absolute;
	top: 17px;
	left: 20px;
}
.zipcodeform .select-wrap {
	position: relative;
	background-color: #fff;
	height: 55px;
	display: inline-block;
	border-radius: 4px;
}
.zipcodeform .select-wrap .icon {
	position: absolute;
	background-image: url(../img/icons/select-category.svg);
	background-repeat: no-repeat;
	background-size: 21px 12px;
	width: 52px; height: 55px;
	background-position: center;
	z-index: 0;
}
.zipcodeform select {
	color: #888;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	border-radius: 4px;
	border: none;
	height: 55px;
	padding: 15px;
	width: 340px;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	background-color: transparent;
	background-image: url(../img/icons/arrow-down.svg);
	background-repeat: no-repeat;
	background-size: 19px 11px;
	background-position: 96% center;
	background-position-x: calc(100% - 15px);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	z-index: 1;
}
.zipcodeform select::-ms-expand {
    display: none;
}
.zipcodeform .zipcode {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	width: 100%;
	height: 55px;
	border-radius: 33px;
	background-color: #f2f2f2;
	border: 1px solid #fff;
	padding: 10px 60px 10px 45px;
	margin: 0;
}
.zipcodeform .form-col.field-error .field-label {
	margin-top: 0;
	margin-bottom: 0;
}
.zipcodeform .form-col.processing .field-label:after {
	right: 127px;
	bottom: 20px;
}
.zipcodeform input,
.zipcodeform select {
	border: none;
}
.zipcodeform .wrap-button {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
}
.zipcodeform .button {
	color: #FFF;
	font-size: 0;
	font-weight: 500;
	line-height: 45px;
	text-align: center;
	width: 45px;
	height: 45px;
	min-width: 45px;
	border-radius: 100%;
	background: linear-gradient(180deg, #FF7C1F 0%, #FF541C 100%);
	border: none;
	padding: 0 10px;
}
.zipcodeform .button:hover {
	background-image: linear-gradient(180deg, #FF541C 0%, #FF7C1F 100%);
}
.zipcodeform .button:after {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cpath d="M9 18L15 12L9 6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 0;
	transform: translate(-50%, -50%);
}
.zipform-phone {
	text-align: center;
}
.zipform-phone .phone-label {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}
.zipform-phone .phone-number {
	display: inline-block;
	color: #F4620E;
	font-size: 21px;
	line-height: normal;
	font-weight: bold;
	margin-top: 3px;
	text-decoration: underline;
}
.zipform-phone .phone-number:before {
	content: "";
	background-image: url(../img/icons/phone-blue.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 17px;
	height: 17px;
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle;
}
@media (min-width: 786px) {
	.zipcodeform {
		display: flex;
	}
	.entry-content .zipcodeform {
		display: block;
		text-align: left;
	}
}
@media (max-width: 1199px) {
	.entry-content .zipcodeform {
		display: block;
	}
	.entry-content .zipcodeform .form-col {
		display: block;
		width: 100%;
		max-width: 340px;
		margin-left: 0;
		margin-right: auto;
	}
	.entry-content .zipcodeform .form-col + .form-col {
		margin-top: 5px;
		margin-left: 0;
	}
	.entry-content .zipcodeform input,
	.entry-content .zipcodeform select {
		width: 340px;
	}
	.entry-content .zipcodeform .zipcode {
		max-width: 100%;
	}
	.entry-content .zipcodeform .wrap-button {
		display: block;
		max-width: 340px;
	}
	.entry-content .zipcodeform .button {
		margin-top: 10px;
		margin-left: 0 !important;
	}
	.entry-content .task_list_only .button {
		margin-top: 0;
		margin-left: 0 !important;
	}
}
@media (max-width: 991px) {
	.zipcodeform select {
		width: 300px;
	}
}
/*
@media (max-width: 767px) {
	.zipcodeform {
		text-align: center;
	}
	.zipcodeform .form-col {
		display: block;
		width: 100%;
		max-width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
	.zipcodeform .form-col + .form-col {
		margin-top: 5px;
		margin-left: 0;
	}
	.zipcodeform .field-label {
		width: 100%;
		max-width: 260px;
	}
	.entry-content .zipcodeform .field-label {
		width: 100%;
		max-width: 100%;
	}
	.zipcodeform .select-wrap {
		display: block;
		height: 40px;
	}
	.zipcodeform select {
		font-size: 16px;
		line-height: 21px;
		width: 100%;
		height: 40px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.zipcodeform .select-wrap .icon {
		height: 40px;
	}
	.zipcodeform .location-icon:before {
		top: 10px;
	}
	.zipcodeform .zipcode {
		font-size: 18px;
		line-height: 24px;
		height: 55px;
		max-width: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}
	body .form-col input[data-type="zip"].valid {
		background-position-x: 92%;
		background-position-x: calc(100% - 25px);
	}
	.zipcodeform .wrap-button {
		display: block;
	}
	.zipcodeform .button {
		font-size: 28px;
		font-weight: 500;
		height: 55px;
		max-width: 260px;
		width: 100%;
		margin-left: 0 !important;
		margin-top: 8px;
	}
}
*/



/*
 * Task List Only
 * ------------------------------------------------------------------------------------------------
*/
.task_list_only {
	max-width: 340px;
}
.task_list_only .form-col select {
	background-color: #fff;
	border: 1px solid #BDBDBD;
	border-radius: 30px;
	outline: 0;
	height: 55px;
	padding-left: 25px;
	margin-top: 0;
	color: #888;
	background-image: url('../img/icons/select-arrow.svg');
	background-repeat: no-repeat;
	background-position: calc(100% - 62px) center;
	background-size: 19px 11px;
}
.task_list_only .wrap-button {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
}
.task_list_only .button {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 55px;
	text-align: left;
	width: auto;
	height: 55px;
	min-width: 100px;
	border-radius: 0 30px 30px 0;
	padding-left: 22px;
	padding-right: 15px;
}
.task_list_only .button:after {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 0;
	transform: translate(-50%, -50%);
}





/*
 * Search Page
 * ------------------------------------------------------------------------------------------------
*/
.search-results .section-main .page-header {
	margin-top: 0;
}
.search-results .section-main .hentry + .hentry {
	margin-top: 35px;
}
.search-results .section-main p {
	margin-bottom: 0;
}
.search-results .section-main h1 {
	margin-bottom: 15px;
}
.search-results .section-main h2 {
	margin-bottom: 15px;
}





/*
 * Widget Zip Form
 * ------------------------------------------------------------------------------------------------
*/
.widget-zip-form {
	background-color: #000000;
	padding: 30px 15px 35px;
}
.widget-zip-form h3 {
	color: #FFF;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 25px;
}
.widget-zip-form h3 + h4 {
	margin-top: -10px;
}
.widget-zip-form h4 {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 25px;
}
.widget-zip-form h3 + p,
.widget-zip-form h4 + p {
	margin-top: -10px;
}
.widget-zip-form p {
	color: #FFF;
	text-align: center;
	margin-bottom: 25px;
}
.widget-zip-form .zipcodeform .location-icon:before {
	width: 16px;
	height: 26px;
	top: 50%;
	left: 16px;
}
body:not(.form_page) .widget-zip-form .form-col.valid:not(.field-error) .field-label .location-icon:after {
	width: 22px;
	height: 22px;
	top: 50%;
	right: 15px;
}
.widget-zip-form .zipcodeform {
	text-align: center;
}
.widget-zip-form .zipcodeform .zipcode {
	font-size: 22px;
	font-weight: 100;
	line-height: 36px;
	letter-spacing: 1px;
	left: 15px;
	height: 50px;
	max-width: 240px;
	padding: 7px 44px 6px 42px;
}
.widget-zip-form .zipcodeform .button {
	font-size: 22px;
	font-weight: 500;
	line-height: 26px;
	height: 50px;
	max-width: 240px;
	border: none;
	padding: 0 25px;
	background-image: url(../img/icons/arrow-button-small.html);
	background-size: 10px 18px;
	background-position-x: 86.5%;
	background-position-x: calc(100% - 17px);
	background-position-y: center;
	position: static;
	top: 0;
	margin-top: 25px;
}
@media (max-width: 767px) {
	.widget-zip-form {
		margin-left: -15px;
		margin-right: -15px;
	}
}










/*
 * Widget Thank You
 * ------------------------------------------------------------------------------------------------
*/
.widget-thank-you {
	/* background-color: #f2f2f2; */
	/* padding: 30px 30px 35px; */
	margin-top: -5px;
}
.widget-thank-you h2 {
	color: #000000;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 10px;
}
.widget-thank-you h3 {
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 10px;
}
.widget-thank-you p {
	margin-bottom: 0;
}
.widget-thank-you .website {
	margin-top: 10px;
}
.widget-thank-you .button {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 36px;
	width: 100%;
	height: 40px;
	max-width: 170px;
	border: none;
	padding: 0 25px;
	border: 2px solid #fff;
	background-color: #1D9DF5;
	background-image: url(../img/icons/arrow-button-small.html);
	background-repeat: no-repeat;
	background-size: 10px 18px;
	background-position-x: 88%;
	background-position-x: calc(100% - 17px);
	background-position-y: center;
	position: static;
	top: 0;
	margin-top: 15px;
}
.widget-thank-you .button:hover {
	color: #fff;
	background-color: #D22727;
}
.widget-thank-you .button:focus,
.widget-thank-you .button:active {
	color: #fff;
}







/*
 * Scroll Styles
 * --------------------------------------------------
*/
@media (min-width: 768px) {
	.scroll_css {
		scrollbar-width: thin;
		scrollbar-color: #BCBCBC #F0F0F0; /* Fire Fox */
	}
	.scroll_css::-webkit-scrollbar {
		width: 11px;
	}
	.scroll_css::-webkit-scrollbar-track {
		background-color: #F0F0F0;
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
		box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
		border-radius: 0;
	}
	.scroller::-webkit-scrollbar-track-piece  {
		background-color: #F0F0F0;
	}
	.scroll_css::-webkit-scrollbar-thumb {
		background-color: #B7B7B7;
		border-radius: 66px;
	}
}







/*
 * Video
 * ------------------------------------------------------------------------------------------------
*/
.wrap_video {
	background-color: #000;
	margin-bottom: 0;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.wrap_video iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}






/*
 * Animation
 * --------------------------------------------------
*/
.ajax_loader {
	position: relative;
	pointer-events: none;
	cursor: default;
}
.ajax_loader:before {
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	margin: 0;
	border-radius: 100%;
	border: 3px solid #e32223;
	border-color: #e32223 transparent #e32223 transparent;
	-webkit-animation: ajax_loader 1.2s linear infinite;
	animation: ajax_loader 1.2s linear infinite;
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	z-index: 1;
}
.ajax_loader:after {
	content: "";
	display: block;
	background-color: rgb(255 255 255 / 80%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
@-webkit-keyframes ajax_loader {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes ajax_loader {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}











