/*
 * Main Styles
 * ------------------------------------------------------------------------------------------------
*/




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: 1400px) {
	#header > .container {
		width: 1200px;
	}
	section > .container {
		width: 1200px;
	}
	#footer .container {
		width: 1200px;
	}
}
@media (min-width: 1200px) {
	.form_page section > .container {
		max-width: 1000px;
	}
	.contact_page section > .container,
	.article_page section > .container {
		/* max-width: 1170px; */
	}
}
@media (min-width: 576px) {
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}
}
/* 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: 30px;
}
.breadcrumbs a {
	color: #000;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #A2C9EA;
}
@media (min-width: 768px) {
	.contact_page .section-main > .container.breadcrumbs,
	.page-template-default .section-main > .container.breadcrumbs {
		margin-top: -17px;
	}
}
@media (max-width: 991px) {
	.breadcrumbs {
		margin-bottom: 20px;
	}
}
@media (max-width: 1199px) {
	.breadcrumbs {
		margin-bottom: 25px;
	}
}
@media (max-width: 767px) {
	.breadcrumbs {
		margin-bottom: 20px;
	}
}
/* Breadcrumbs 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: 80px 0;
}
.contact_page .section-main,
.page-template-default .section-main {
	padding-top: 25px;
}
@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;
	}
}

@media (max-width: 1199px) {
	.section-main {
		padding: 70px 0;
	}
}
@media (max-width: 991px) {
	.section-main {
		padding: 60px 0;
	}
}
@media (max-width: 767px) {
	.section-main {
		padding: 50px 0;
	}
	.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: 30px 0; }
}
/* Section End ==================================================================================*/







/*
 * Form Zip
 * ------------------------------------------------------------------------------------------------
*/
.zipcodeform {
	text-align: center;
	max-width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: 0;
}
.entry-content .zipcodeform:not(:last-child) {
	margin-bottom: 15px;
}
.zipcodeform .form-col {
	display: inline-block;
	text-align: center;
	position: relative;
	width: 200px;
	min-width: calc(25% - 65px);
}
.zipcodeform .form-col.col-select {
	/* flex-shrink: 0; */
}
.zipcodeform .form-col + .form-col {
	margin-left: 15px;
}
.zipcodeform .field-label {
	margin-top: 0;
	margin-bottom: 0;
}
.zipcodeform .field-label-span {
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 5px;
	text-align: left;
}
.zipcodeform .field-label-span:empty {
	display: none;
}
.zipcodeform .location-icon {
	display: inline-block;
	position: static;
	width: 100%;
}
/*
.zipcodeform .location-icon:before {
	content: '';
	display: inline-block;
	background-image: url(../img/icons/location.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 15px; height: 21px;
	position: absolute;
	top: 17px;
	left: 15px;
}
*/
.zipcodeform .select-wrap {
	position: relative;
	background-color: #fff;
	height: 54px;
	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: 54px;
	background-position: center;
	z-index: 0;
}
.zipcodeform select[name="task_id"] {
	color: #000;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	height: 54px;
	padding: 15px;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	position: relative;
	background-color: #F9F9F9;
	background-image: url('data:image/svg+xml,%3Csvg width="16" height="10" viewBox="0 0 16 10" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 1.5L8 8.5L15 1.5" stroke="%23737373" stroke-width="2"/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-size: 16px 10px;
	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 input[data-type] {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 52px;
	width: 100%;
	height: 54px;
	border-radius: 4px;
	padding: 0 15px;
	/* padding-right: 40px; */
	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 .form-col .select2-container {
	margin-top: 0;
}
.zipcodeform .wrap-button {
	margin-left: 15px;
}
.entry-content .zipcodeform .button {
	height: 54px;
	min-width: 160px;
	line-height: 52px;
	border-radius: 4px;
}

.entry-content .zipcodeform {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	max-width: 540px;
	margin-left: auto;
	margin-right: auto;
	flex-wrap: wrap;
}

@media (min-width: 992px) {
	.zipcodeform {
		display: flex;
		align-items: center;
		justify-content: center;
		/* flex-shrink: initial; */
	}
}
@media (max-width: 991px) {
	.zipcodeform {
		margin-bottom: -15px;
	}
	.zipcodeform .form-col {
		width: 250px;
		margin-left: 7.5px;
		margin-right: 7.5px;
		margin-bottom: 15px;
	}
	.zipcodeform .form-col + .form-col {
		margin-left: 7.5px;
	}
	.zipcodeform .wrap-button {
		width: 250px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	
	.entry-content .zipcodeform {
		max-width: 450px;
	}
	.entry-content .form-col {
		/* width: 200px; */
	}
	.entry-content .wrap-button {
		width: 200px;
		margin-left: 0;
	}
}
@media (max-width: 550px) {
	.zipcodeform .form-col {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.zipcodeform .form-col + .form-col {
		margin-left: 0;
	}
	.zipcodeform .wrap-button {
		width: 100%;
	}
	.zipcodeform .button {
		width: 100%;
	}
}









/*
 * 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.png);
	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.png);
	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: #AF2D2E;
}
.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);
	}
}











