
.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

/* WP Core Styles */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Styles for dialog window */
#small-dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Basic Html */
body {
	margin: 0px;
	font-family: "Poppins";
	background: white;
}

html, body {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	color: #333;
	margin-bottom: 10px;
}

.maincopy h1, .maincopy h2, .maincopy h3 {
	color: #333;
	margin-bottom: 10px;
}

.maincopy p, .maincopy ul li, .maincopy ol li {
	font-size: 18px;
	line-height: 170%;
}

.maincopy a {
	text-decoration: underline;
}

.btn {
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	font-family: "Roboto Slab";
	background: #fdb827;
	padding: 10px 10px;
	text-align: center;
	width: 30%;
}

/* Header Styles & Main Logo */
.mainLogo {
	max-width: 250px;
}

#navDesktop {
	background: #00529c;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 100;
}

#navDesktop .col-sm-2 {
	background: #fff;
}

#navTablet {
	display: none;
	background-color: #d7d7d7;
}

.mobilemenuwrapper {
	display: none;
}

.mobilePhone {
	color: black;
	font-size: 30px;
	margin-left: auto;
	display: table;
	margin-top: 5px;
}

.mobileLogo {
	height: 100px;
	margin: 10px auto;
}

.utility .fab {
	color: #fdb827;
	font-size: 18px;
	padding-right: 10px;
}

.socialwrap {
	text-align: right;
}

.utility .btn {
	display: block;
	width: auto;
	margin-top: 4px;
}

.util-phone {
	color: #fff;
	font-weight: bold;
	font-family: "Roboto Slab";
	font-size: 24px;
	text-decoration: none;
	display: block;
}

/* Navigation menu */
.main-navigation, .dropdown-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 1;
}

.main-navigation li {
	display: block;
	position: relative;
	float: left;
}

/* Style Top Tier Nav Items */
.main-navigation li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	font-weight: 600;
}

/*Top Tier background hover */
.main-navigation li a:hover {
	color: #fcb827;
}

/* Parent Link - Should match color above */
.parentlink {
	background: #e25641;
}

/* Show tier 2 */
.main-navigation li:hover>ul {
	display: inherit;
}

/* Float for 2nd tier menu */
.main-navigation li:hover li {
	float: none;
}

/* Float for 3rd tier menu */
.main-navigation ul ul {
	left: 100%;
	top: 0;
	border-top: none;
}

/* Clear Out*/
.main-navigation:before, .main-navigation:after {
	content: " ";
	/* 1 */
	display: table;
}

.main-navigation:after {
	clear: both;
}

/* Drop Down Menu */
.dropdown-menu {
	display: none;
	transform-origin: center top 0;
	transition: all .1s ease 0s;
	border-top: 10px solid blue;
	box-shadow: 0px 5px 8px rgba(0, 0, 0, .3);
	position: absolute;
	min-width: 225px;
}

.dropdown-menu li a {
	background-color: white;
	color: #000;
}

.dropdown-menu li a:hover {
	background-color: #e7e7e7 !important;
}

.dropdown-menu li {
	border-bottom: 1px solid #e7e7e7;
}

/* Nav Dropdown arrow */
.main-navigation .fa-chevron-down {
	font-size: 12px;
	margin-left: -5px;
	position: absolute;
	margin-top: 5px;
}

/* Hamburger Styles */
.mburger b {
	border-radius: 0px;
}

.mburger {
	color: black;
}

.mburger:hover, .mburger:focus, .mburger:active {
	color: black;
}

.mobilePhone #utl-phone {
	display: none;
}

/* Menu Tablet */
@media screen and (max-width: 991px) {
	#navDesktop {
		display: none;
	}
	
	#navTablet {
		display: inherit;
	}
	
	.mainLogo {
		margin: 0px auto;
		width: 40px;
	}
	
	.mobilePhone #utl-phone {
		display: block;
		font-size: 12px !important;
	}
}

@media screen and (max-width: 766px) {
	.mobilePhone #utl-phone {
		display: none;
	}
}

/* Footer */
.footerFluid {
	background: #e7e7e7;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footerLogo {
	max-width: 60px;
	margin-bottom: 20px;
}

.FooterMenu {
	padding: 0px;
	list-style-type: none;
}

.FooterMenu li {
	margin-bottom: 10px;
}

.footerCopyright {
	background: gray;
	text-align: center;
}

.copyrightmenu {
	padding: 0px;
	list-style-type: none;
	margin-bottom: 10px;
}

.copyrightmenu li {
	display: inline-block;
	margin: 0px 10px;
}

/* Social Icons */
.socialFooter {
	display: block;
	margin-top: 20px;
}

.socialFooter a {
	color: black;
	font-size: 20px;
	margin: 0px 3px;
}

/* NEw Styles */
.heroabsolute .heroheading {
	margin-left: 0px !important;
	max-width: 100% !important;
	line-height: 100% !important;
	margin-bottom: 20px !important;
}

.herofluid {
	padding-top: 50px;
	padding-bottom: 50px;
}

.heroheading {
	color: #00529c;
	line-height: 90%;
	margin-bottom: 20px;
	margin-top: 0px !important;
}

.heroFormTitle {
	color: #fdb827;
	font-size: 32px;
}

.herocaption p {
	margin-top: auto;
	padding-bottom: 5px;
	font-size: 16px !important;
	color: #58544d !important;
	max-width: 55%;
	line-height: 160%;
}

.herocaption p strong {
	font-size: 20px !important;
}

.hero-form-inline {
	margin-bottom: 30px;
	border: 1px solid #00529c;
	display: inline-flex !important;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(186, 186, 186, 1);
	-moz-box-shadow: 0px 5px 15px 0px rgba(186, 186, 186, 1);
	box-shadow: 0px 5px 15px 0px rgba(186, 186, 186, 1);
}

.hero-form-inline select {
	background-color: white;
	border-radius: 0px;
	height: 55px;
	border: none;
	width: 450px;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0px 10px;
	color: #c1c1c1;
	font-weight: 600;
	font-size: 18px;
}

.hero-form-inline button {
	height: 55px;
	padding: 10px 13px;
	font-size: 18px;
	font-weight: 600;
	border: none !important;
}

.hero-form-inline button .utilityNew {
	margin: 0px !important;
	flex-direction: row;
}

.utilityNew .fab {
	color: #fdb827;
	font-size: 18px;
	padding-right: 10px;
}

.utilityNew .fab:hover {
	color: #db9f1d;
}

.mainLogo {
	padding: 20px;
}

.socialwrap {
	padding-right: 20px !important;
}

.yellow-btn {
	width: 100% !important;
	padding: 11px 7px !important;
	margin-top: 5px;
}

.main-navigation li a {
	font-size: 16px;
}

.util-phone {
	font-size: 19px;
}

#navDesktop {
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 25%);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 25%);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 25%);
}

.mobilePhone {
	margin-left: auto !important;
	color: #00529c !important;
	margin-top: 10px;
}

#navTablet {
	background-color: white !important;
	border-bottom: 1px solid #00529c;
}

.mburger {
	color: #00529c !important;
}

.mburger b {
	color: #00529c !important;
}

.mburger:hover, .mburger:focus, .mburger:active {
	color: #00529c !important;
}

.connectionPhone {
	font-size: 24px;
	color: #000;
	text-decoration: none;
	font-weight: 600;
	font-family: "Roboto Slab";
}

.owner-heading2 {
	text-align: left !important;
	line-height: 120%;
}

.searchform input {
	height: 60px !important;
}

.search-wrap input, .search-wrap select {
	border: 1px solid #cdcccc;
}

/*.mm-page {
  position: sticky;
  top: 0;
}*/
.flexing {
	display: flex;
	/* justify-content: space-between;*/
	flex-wrap: nowrap;
}

@media screen and (max-width: 1250px) {
	.mainLogo {
		max-width: 170px !important;
		width: 200px;
		margin: 0px auto;
	}
}

@media screen and (max-width: 1100px) {
	.util-phone img {
		display: none;
	}
	
	#navDesktop .yellow-btn {
		width: 78% !important;
	}
}

@media screen and (max-width: 767px) {
	.herofluid {
		/* background-image: none !important; */
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.hero-form-inline select {
		width: 100%;
	}
	
	.hero-form-inline {
		width: 300px;
	}
	
	.heroFormTitle {
		font-size: 22px;
	}
	
	.herocaption p {
		max-width: 100% !important;
	}
	
	.mainLogo {
		max-width: 150px;
	}
}

#gform_wrapper_7 .gform_body {
	display: inline-block;
}

#gform_fields_7 {
	list-style-type: none;
	padding: 0px;
}

#gform_fields_7 label {
	display: none;
}

#input_7_1 {
	height: 45px;
	vertical-align: middle;
	border-radius: 0px;
	border: none;
	padding: 10px;
	width: 220px;
	font-size: 16px;
	border: 1px solid #fdb827;
}

#gform_wrapper_7 .gform_footer {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	width: inherit;
	clear: none;
}

#gform_submit_button_7 {
	vertical-align: middle;
	background-color: #fdb827;
	box-shadow: none;
	color: white;
	border: none;
	height: 45px;
	font-weight: 900;
	font-size: 18px;
	border-radius: 0px;
	padding: 0px 15px;
}

#field_7_2 {
	display: none;
}

#gform_wrapper_7 .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #7f7f7f;
	font-size: 16px;
	font-weight: 500;
}

#gform_wrapper_7 .gform_fields .gfield input::-moz-placeholder {
	/* Firefox 19+ */
	color: #7f7f7f;
	font-size: 16px;
	font-weight: 500;
}

#gform_wrapper_7 .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
	color: #7f7f7f;
	font-size: 16px;
	font-weight: 500;
}

#gform_wrapper_7 .gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
	color: #7f7f7f;
	font-size: 16px;
	font-weight: 500;
}

/* Homepage styles */
.addressColumn p {
	line-height: 160%;
	margin: 0px;
}

.addressGrid {
	padding-top: 20px;
	padding-bottom: 20px;
}

.connectionPhone {
	font-size: 30px;
}

.bioColumn p {
	line-height: 140%;
}

.slider-thumb div img {
	padding: 15px;
}

.owner-section .video {
	margin-top: 0px;
}

.home .gallery-section .gallery {
	display: inherit !important;
}

@media screen and (max-width: 767px) {
	.hero-form-inline {
		width: 100%;
	}
}

.past {
	background-color: #f6f6f6;
}

.future {
	color: blue;
}

.calendar {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #555;
	border-collapse: collapse;
}

.expandable {
	display: none;
}

.calendar td {
	height: 55px;
	border: 1px solid #ddd;
	text-align: center;
	color: #000;
}

.calendar caption {
	font-family: "Roboto Slab\", serif;
	font-size: 24px;
	background-color: #008ce2;
	padding: 10px;
	color: white;
	font-weight: bold;
}

.selectedtimes {
	width: 30%;
	float: left;
}

.header {
	background-color: #00529c;
	color: white;
	text-align: center;
	font-weight: 300 !important;
	font-size: 12px;
}

.cal {
	width: 70%;
	float: left;
	padding-right: 20px;
}

.future {
	cursor: pointer;
}

.future:hover {
	background-color: #ddd !important;
}

.future span::hover {
	background-color: white;
}

.timetocall {
	background-color: #008ce2;
	color: #fff;
	font-weight: 700;
	padding: 8px;
	width: 32%;
	display: inline-block;
	margin: 3px;
	cursor: pointer;
}

.timetocall:hover {
	background-color: #00529c;
}

.expandactive {
	background-color: #ddd;
}

.step-container .step {
	font-size: 30px;
	color: #00529c;
	background: #fff;
	/* padding: 30px; */
	height: 40px;
	width: 40px;
	border-radius: 50%;
	display: block;
	font-weight: 600;
	line-height: 0;
	text-align: center;
	padding-top: 21px;
	position: absolute;
	opacity: .4;
}

.step-container.active .step {
	opacity: 1;
}

.step-container {
	min-height: 80px;
	background-color: #fbfbfb;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	margin: 10px 0;
	padding: 10px;
}

.step-container .title {
	padding-left: 55px;
	display: block;
	font-size: 14px;
	line-height: 140%;
	color: #808080;
}

.sidebar-free-estimate .step-container.active {
	background: #eee;
	margin: 10px 0;
	padding: 10px;
}

#field_8_9 {
	vertical-align: sub;
}

.sidebar-free-estimate .step-container.active .title {
	color: #000;
}

/* Form Multi */
.free-estimate ul {
	margin: 0px;
	padding: 0px;
}

.free-estimate ul li {
	list-style-type: none;
}

#gform_wrapper_8 .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #a3a3a3;
	font-weight: 600;
	font-size: 16px;
}

#gform_wrapper_8 .gform_fields .gfield input::-moz-placeholder {
	/* Firefox 19+ */
	color: #a3a3a3;
	font-weight: 600;
	font-size: 16px;
}

#gform_wrapper_8 .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
	color: #a3a3a3;
	font-weight: 600;
	font-size: 16px;
}

#gform_wrapper_8 .gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
	color: #a3a3a3;
	font-weight: 600;
	font-size: 16px;
}

#gform_wrapper_8 .gform_fields .gfield textarea::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #a3a3a3;
	font-weight: 600;
	font-size: 16px;
}

#gform_wrapper_8 .gform_fields .gfield textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #a3a3a3;
	font-weight: 600;
	font-size: 16px;
}

#gform_wrapper_8 .gform_fields .gfield textarea:-ms-input-placeholder {
	/* IE 10+ */
	color: #a3a3a3;
	font-weight: 600;
	font-size: 16px;
}

#gform_wrapper_8 .gform_fields .gfield textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #a3a3a3;
	font-weight: 600;
	font-size: 16px;
}

#input_8_23, #input_8_27, #input_8_26 {
	color: #2f66a9 !important;
	font-weight: 600;
	font-size: 16px;
	padding-left: 35px !important;
}

#gform_8 input, #gform_8 select, #gform_8 textarea {
	font-family: "Poppins";
	padding: 10px;
}

#gform_8 select {
	color: #a3a3a3 !important;
	font-weight: 300 !important;
	font-size: 16px !important;
	color: #a3a3a3 !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	height: 57px !important;
	vertical-align: middle;
	width: 100%;
	padding: 0px 10px !important;
	margin-top: 15px !important;
}

.blue {
	font-size: 28px;
}

#gform_8 textarea {
	color: #a3a3a3 !important;
	font-weight: 300 !important;
	font-size: 16px !important;
	color: #a3a3a3 !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	vertical-align: middle;
	width: 100%;
	padding: 10px !important;
	margin-top: 15px !important;
	max-height: 150px;
}

.free-estimate input {
	width: 100%;
	margin-top: 15px;
	vertical-align: middle;
	color: #a3a3a3 !important;
	font-weight: 600 !important;
	font-size: 16px !important;
}

#gform_8 #gf_progressbar_wrapper_8 .gf_progressbar {
	border: 4px solid #ededed !important;
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .9) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .9) 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .9) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .9) 75%, transparent 75%, transparent);
	background-color: #f6f6f6 !important;
	background-size: 35px 35px;
	-webkit-animation: cssProgressActive 2s linear infinite;
	animation: cssProgressActive 2s linear infinite;
	height: 20px;
}

#gform_8 .fileUpload .gpfup__droprea--maxed {
	display: none;
}

.validation_message {
	color: red;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	margin-top: 4px;
}

#input_8_5_1_container {
	display: block !important;
}

.validation_error {
	color: red;
	border: 2px solid red;
	padding: 10px;
	text-align: center;
	margin-top: 20px;
	font-weight: 600;
}

#input_8_6_3_container, #field_8_8, #input_8_5_4_container {
	width: 50%;
	display: inline-block !important;
	padding-right: 7.5px !important;
}

#field_8_9, #input_8_5_5_container {
	width: 50%;
	display: inline-block !important;
	padding-left: 7.5px !important;
}

#input_8_6_3 {
	float: left;
	padding-right: 10px !important;
}

#input_8_6_6_container {
	width: 50%;
	display: inline-block;
	float: right;
}

.formContainer {
	padding-top: 60px;
	padding-bottom: 40px;
}

#gform_8 h2 {
	font-size: 32px !important;
}

#input_8_5_3_container {
	padding-left: 0px !important;
}

#gform_8 #gf_progressbar_wrapper_8 .gf_progressbar_percentage span {
	color: transparent !important;
}

#gform_next_button_8_1 {
	font-size: 16px !important;
	margin-top: 30px !important;
	color: white !important;
	font-weight: 600 !important;
}

#gform_8 #gf_progressbar_wrapper_8 .percentbar_orange {
	background-color: #fdb827;
	height: 16px;
	margin-top: -2px;
}

.gform_previous_button.button {
	font-family: "Roboto Slab", serif !important;
	transition: .1s ease-out;
}

.gform_previous_button.button:hover {
	background-color: #fdb827;
	border: 1px solid #fff !important;
	color: #fff !important;
	cursor: pointer;
}

.ginput_container_radio ul li input {
	width: inherit !important;
	margin-top: 0px;
}

.ginput_container_radio ul li {
	display: inline-block;
	padding: 0px 5px !important;
}

.gfield_checkbox li input {
	width: inherit !important;
	margin-top: 0px;
}

#field_8_10 {
	padding-top: 10px !important;
}

#field_8_16 {
	margin-top: 30px !important;
}

.nextarrow {
	float: right;
	cursor: pointer;
}

.nextarrow:hover, .prevarrow:hover {
	opacity: .8;
}

.prevarrow {
	float: left;
	cursor: pointer;
}

.free-estimate_wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	position: relative;
	width: 100%;
	vertical-align: top;
	padding: 15px;
	display: inline-block;
	/* *display: inline; */
	zoom: 1;
	width: 75%;
	/* *width: 74.9%; */
	padding-right: 30px;
	border-right: 1px solid #f6f6f6;
}

#gform_8 #gf_progressbar_wrapper_8 .gf_progressbar_title {
	position: relative !important;
	text-align: right;
	margin: 0px 0px 5px 0px !important;
	right: 0px;
	top: 0px !important;
}

.sidebar-free-estimate {
	padding-left: 30px;
}

#field_8_28 {
	float: right;
	width: 30%;
	padding-left: 20px !important;
	background-color: #eee;
}

.selectTimes p {
	font-size: 24px !important;
	font-weight: bold;
	color: #00529c;
	font-family: "Roboto Slab", serif;
	margin-bottom: 10px;
}

.prevarrow {
	display: none;
}

#field_8_23, #field_8_26, #field_8_27 {
	float: right;
	width: 30%;
	padding-left: 20px !important;
	background-color: #eee;
	padding-right: 20px !important;
	position: relative;
}

#gform_next_button_8_2 {
	margin-top: 10px !important;
}

#field_8_26 {
	padding-bottom: 30px !important;
}

#field_8_23::before {
	content: "1";
	display: inline-block;
	width: 25px;
	height: 25px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #00529c;
	color: white;
	font-weight: bold;
	text-align: center;
	bottom: 10px;
	position: absolute;
	left: 25px;
}

#field_8_26::before {
	content: "3";
	display: inline-block;
	width: 25px;
	height: 25px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #00529c;
	color: white;
	font-weight: bold;
	text-align: center;
	bottom: 40px;
	position: absolute;
	left: 25px;
}

#field_8_27::before {
	content: "2";
	display: inline-block;
	width: 25px;
	height: 25px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #00529c;
	color: white;
	font-weight: bold;
	text-align: center;
	bottom: 10px;
	position: absolute;
	left: 25px;
}

#gform_fields_8_5 p {
	margin: 0px;
}

#gform_fields_8_5 p strong {
	margin-top: 15px !important;
	display: block;
}

/*#gform_submit_button_8 {
    background-color: #fdb827 !important;
    border: none !important;
    color: white !important;
    cursor: pointer;
    font-family: "Roboto Slab",serif !important;
    font-size: 20px !important;
}*/
#gform_submit_button_7 {
	cursor: pointer;
}

/*#gform_submit_button_8:hover{
  background-color: #db9f1d !important;
}*/
.fileUpload {
	width: 33%;
	display: inline-block;
}

.searchform input, .searchform select {
	height: 40px !important;
}

#gform_8 .gform_previous_button, #gform_8 .gform_next_button, #gform_8 .gform_button {
	display: inline-block;
	min-width: 200px;
	width: auto;
	padding: 10px;
	margin: 0;
	line-height: 20px;
	margin: 10px 0 0;
	color: #fff !important;
	transition: .1s ease-out;
}

#gform_8 .gform_next_button, #gform_8 .gform_button {
	float: right;
	background: #00529c;
}

#gform_8 .gform_next_button:hover, #gform_8 .gform_next_button:active, #gform_8 .gform_next_button:focus, #gform_8 .gform_button:hover, #gform_8 .gform_button:active, #gform_8 .gform_button:focus {
	background: #0180d4;
	border: 1px solid #0180d4;
	cursor: pointer;
}

#gform_8 .gform_previous_button {
	background: #fdb827;
	border: 1px solid #fdb827;
}

#gform_8 .gform_previous_button:hover, #gform_8 .gform_previous_button:active, #gform_8 .gform_previous_button:focus {
	border: 1px solid #00529c;
	background: #00529c;
}

.explanation {
	font-size: 16px;
	letter-spacing: 1.15px;
	/*font-weight: bold;*/
	padding: 15px 15px 0;
}

@media screen and (max-width: 1199px) {
	.free-estimate_wrapper {
		width: 100%;
		padding-right: 15px;
		border: none;
	}
	
	.sidebar-free-estimate {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	#gform_8 h2 {
		font-size: 18px !important;
	}
	
	#gform_8 .step-number {
		width: 25px !important;
		height: 25px !important;
		font-size: 17px !important;
		margin-bottom: -5px !important;
	}
	
	.cal {
		float: none;
		padding: 0px;
		width: 100%;
	}
	
	#field_8_23, #field_8_26, #field_8_27, #field_8_28, .gform_page_footer {
		float: none;
		width: 100%;
	}
	
	#field_8_28 {
		background-color: transparent;
	}
	
	.formContainer {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.page-template-estimates-form .qualities-section .flip-grid__container img {
		max-width: 100% !important;
	}
	
	.page-template-estimates-form .bottom-right-img {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.mainLogo {
		max-width: 165px !important;
	}
	
	.franchise-footer .phone-link {
		display: block;
		margin: 0px;
	}
	
	.footerSocialWrap {
		text-align: center;
	}
	
	#input_8_6_3_container, #field_8_8, #input_8_5_4_container, #field_8_9, #input_8_5_5_container, #input_8_6_6_container {
		width: 100%;
		padding: 0px !important;
	}
	
	#field_8_9 {
		margin-top: 10px !important;
	}
	
	#gform_8 .gform_page_footer {
		padding-bottom: 40px;
	}
	
	#gform_8 .gform_previous_button, #gform_8 .gform_next_button {
		width: 100%;
		max-width: unset;
	}
}

#gform_page_8_4 .gform_page_footer {
	float: left;
	width: 100%;
}

#gform_wrapper_6 .gfield_description, .gform_description, #gform_wrapper_6 .gfield_label {
	display: none;
}

#gform_6 h2 {
	font-size: 2.75rem;
	font-weight: 700;
	color: #00529c;
	text-align: center;
}

#gform_6 p, .callout, .city-message {
	margin-bottom: 1.75rem;
	font-size: 1.5rem;
	font-weight: 700;
	color: #00529c;
	text-align: center;
	font-family: "Roboto Slab", serif;
	line-height: 30px;
}

#gform_6 ul li {
	list-style-type: none;
}

#gform_6 input, #gform_6 select, #gform_6 textarea {
	border: 1px solid #00529c;
	font-family: "Poppins";
	padding: 10px;
	width: 100%;
	margin-top: 15px;
	vertical-align: middle;
	color: #a3a3a3;
	font-weight: 600 !important;
	font-size: 16px !important;
}

.gform_validation_container {
	display: none;
}

#gform_submit_button_6 {
	font-size: 18px !important;
	width: 12rem;
	font-size: 1rem;
	background-color: #fdb827;
	display: inline-block;
	max-width: 17.125rem;
	font-family: "Roboto Slab", serif;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	color: #fff !important;
	text-decoration: none;
	padding: .6rem 1.25rem;
	transition: .1s ease-out;
}

#gform_6 .gform_footer {
	text-align: center;
}

.legendcolor {
	width: 55px;
	height: 55px;
	border: 1px solid black;
}

#color1 {
	background-color: #fff;
}

#color2 {
	background-color: #f6f6f6;
}

.legenddesc {
	padding: 4px;
	border: none !important;
}

/* Text Us Banner - Mobile Only */
.text-us-container {
	position: sticky;
	bottom: 0;
	z-index: 999999999999;
}

.text-us-banner {
	background: #fff;
}

.text-us-btn {
	text-align: center;
	padding: 2px;
	text-decoration: none;
	background: #00529c;
	color: #fff;
	width: 200px;
	display: block;
	border-radius: 10px;
	text-transform: uppercase;
	margin: auto;
}

.text-us-btn:hover, .text-us-btn:active, .text-us-btn:focus {
	background: #023d71;
}

.text-us-close {
	position: absolute;
	right: 30px;
	background: #00529c;
	color: #fff;
	padding: 5px 7px;
	border-radius: 20px;
	top: -10px;
	font-size: 15px;
}

.text-us-icon-banner {
	display: none;
}

.text-us-open {
	background-color: #fff;
	color: #00529c;
	border-radius: 20px;
	padding: 10px;
	border: 2px solid #00529c;
}

.text-us-icon-banner {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

/* Location Page Styles */
.map-wrapper {
	width: 100vw;
	margin: 0 auto;
	overflow: hidden;
}

.map-wrapper__container {
	display: flex;
	height: 100%;
	max-height: 750px;
}

/* .map-wrapper__container {
  display: flex;
  justify-content: space-around;
  max-width: 105rem;
  margin: 0 auto;
  flex-wrap: nowrap;
  flex-direction: row;
} */

/* .map-wrapper__container #map {
  display: none;
} */
#map {
	position: relative;
	max-width: 1200px;
	/* width: 80%; */
	width: 60%;
	flex: 1;
}

#map .zip-form-container {
	background: #e0e0e0;
	position: absolute;
	top: 26px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 95%;
	max-width: 1180px;
	height: 50px;
	z-index: 10;
}

.map-form label {
	opacity: 0;
	font-size: 0;
}

form.map-form {
	display: flex;
	height: inherit;
}

input#zip {
	flex: 1;
	padding-top: 8px;
	padding-left: 25px;
	font-family: "Poppins";
	color: #000 !important;
}

#zip::-webkit-input-placeholder {
	color: #000;
}

#zip::-moz-placeholder {
	color: #000;
}

#zip::-ms-placeholder {
	color: #000;
}

button#submit-zip-code {
	flex: 1;
	font-size: 22px;
	max-width: 150px;
	background: #fcb827;
	border: none;
	color: #fff;
	font-family: "Roboto Slab", serif;
}

.map-wrapper__container .locations-sidebar {
	position: relative;
	z-index: 2;
	max-width: 100%;
	overflow-y: scroll;
	background-color: #fff;
	padding: 1.85rem;
	flex: 1;
}

/* Marker Styles*/
.fm-container .yellow-btn {
	font-size: 14px;
	padding: 5px !important;
	display: block;
	margin: 10px 0;
	color: #fff;
}

.fm-container .infotitle {
	margin-top: 0;
	color: #00529c;
	font-weight: 700;
}

.fm-container .phone {
	display: block;
	color: #00529c;
	font-weight: 700;
	text-decoration: none;
	margin: 10px 0;
	font-size: 16px;
}

.fm-container .address {
	font-size: 16px;
	font-weight: 400;
}

/* Custom Scrollbar 
============================ */

/* .map-wrapper__container .locations-sidebar::-webkit-scrollbar-button::-webkit-scrollbar-button:single-button:vertical:decrement {
	border-color: transparent transparent #9b6a2f transparent;
}

.map-wrapper__container .locations-sidebar::-webkit-scrollbar-button::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
	border-color: transparent transparent white transparent;
}

.map-wrapper__container .locations-sidebar::-webkit-scrollbar-button::-webkit-scrollbar-button:single-button:vertical:increment {
	border-color: #9b6a2f transparent transparent transparent;
}

.map-wrapper__container .locations-sidebar::-webkit-scrollbar-button::-webkit-scrollbar-button:single-button:vertical:increment:hover {
	border-color: white transparent transparent transparent;
} */

/* Buttons */

/* .map-wrapper__container .locations-sidebar::-webkit-scrollbar-button {

} */

/* width */
.map-wrapper__container .locations-sidebar::-webkit-scrollbar {
	width: 15px;
}

/* Track */
.map-wrapper__container .locations-sidebar::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.map-wrapper__container .locations-sidebar::-webkit-scrollbar-thumb {
	background: #ccc;
}

/* Handle on hover */
.map-wrapper__container .locations-sidebar::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.map-wrapper__container .location-card {
	display: flex;
	align-items: flex-start;
	max-width: 100%;
	margin: 0 auto .5rem;
	padding: 1rem;
	background-color: #f6f6f6;
}

.map-wrapper__container .location-card .yellow-btn {
	max-width: 12.5rem;
	font-size: 1.125rem;
	padding: .6rem .5rem !important;
	margin-right: 1.5rem;
}

.map-wrapper__container .location-card__info {
	max-width: 2.5rem;
	margin-right: .5rem;
}

.map-wrapper__container .location-card__info-bottom {
	width: 31.75rem;
}

.map-wrapper__container .location-card__info-bottom address {
	margin-top: 1.25rem;
	margin-bottom: 1.5rem;
	font-style: normal;
}

.map-wrapper__container .location-card__info-bottom h3 {
	position: relative;
	margin-top: .2rem;
	font-size: 21px;
	color: #00529c;
}

.map-wrapper__container .location-card__info-bottom h3 span {
	position: absolute;
	right: 0;
	color: #00529c;
	font-weight: bold;
	font-size: 1rem;
}

.map-wrapper__container .location-card__info-bottom .phone {
	display: block;
	color: #00529c;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 1.25rem;
}

@media screen and (max-width: 1500px) {
	#map {
		width: 46% !important;
	}
}

@media screen and (max-width: 1100px) {
	.map-wrapper__container {
		flex-direction: column;
		max-height: inherit;
	}
	
	.map-wrapper__container .locations-sidebar {
		overflow-y: inherit;
	}
	
	#map {
		width: 100% !important;
	}
	
	.fm-google-map {
		height: 600px !important;
	}
	
	.map-wrapper__container .location-card__info-bottom {
		width: 100%;
	}
}

@media screen and (max-width: 560px) {
	button#submit-zip-code {
		font-size: 18px;
		max-width: 120px;
	}
	
	.map-wrapper__container .location-card__info-bottom h3 span {
		right: unset;
		display: block;
		line-height: 156%;
	}
	
	.map-wrapper__container .location-card__info-bottom address {
		margin-top: 2rem;
	}
	
	input#zip {
		font-size: 14px;
		padding-left: 12px;
	}
	
	#zip::-webkit-input-placeholder {
		font-size: 14px;
	}
	
	#zip::-moz-placeholder {
		font-size: 14px;
	}
	
	#zip::-ms-placeholder {
		font-size: 14px;
	}
}

.flex-map-element .error-message {
	position: relative;
	margin-top: .2rem;
	font-size: 21px;
	font-family: "Roboto Slab", serif;
	color: #00529c;
	font-weight: 500;
}

/*.homeH1{font-size: 40px;width: 50%;}
*/
.fm-spinner-container {
	z-index: 20 !important;
}

.fm-spinner-container:before {
	width: 70%;
	margin: 0 auto;
	max-height: 400px;
	max-width: 400px;
}

@media screen and (max-width: 767px) {
	#map .zip-form-container {
		position: relative;
		display: inline-block;
		top: 0;
		margin: 10px 0;
	}
	
	.map-wrapper__container {
		max-height: 100%;
	}
	
	#map {
		max-height: 100%;
	}
	
	.fm-google-map {
		height: 450px !important;
	}
}

.slick-next, .slick-prev {
	z-index: 10 !important;
}

#submitZip {
	font-family: "Roboto Slab";
	background: #fcb827;
	color: #fff;
}

.footer-form label {
	font-size: 0;
}

@media screen and (max-width: 550px) {
	.fm-spinner-container:before {
		width: 45% !important;
		height: 30% !important;
		max-height: 200px !important;
		max-width: 200px !important;
	}
}

.service-grid__container img:hover {
	opacity: .8;
}

#navDesktop .yellow-btn {
	width: 100%;
	padding: 4px 7px !important;
	margin: 5px 0px 5px 10px !important;
	line-height: 100%;
}

.white-btn {
	background-color: white !important;
	color: #00529c !important;
}

#gform_8 .gfield_label {
	display: inherit !important;
}

#zip-code {
	padding-top: 10px !important;
	width: 220px;
}

.core-values .values-grid .value-item {
	margin: 0px !important;
}

.dataForm ul {
	list-style-type: none;
	padding: 0px;
}

.dataForm ul li {
	list-style-type: none;
}

.dataForm {
	max-width: 500px;
	margin: 20px auto;
	border: 1px solid;
	padding: 30px;
}

.dataForm input, .dataForm textarea {
	width: 100%;
	font-size: 16px;
	padding: 10px 15px;
}

.dataForm label {
	margin-top: 15px;
	display: block;
}

.dataForm .gform_button {
	background: #fcb827;
	color: white;
	font-family: "Roboto Slab", serif;
	color: white;
	border: none;
	box-shadow: none;
	font-size: 22px;
	font-weight: bold;
}

.dataHero {
	background-size: cover;
	background-position: top;
	padding-top: 40px;
	padding-bottom: 40px;
}

.dataHero h1 {
	color: white;
	font-family: "Roboto Slab", serif;
	font-size: 60px;
	margin: 0px;
}

.videoslider .slick-track {
	margin: 0px auto;
}

.careerContainer h2 {
	text-align: center;
	font-size: 42px;
	color: #fdb827;
}

.teamImage {
	margin-bottom: 20px !important;
}

@media screen and (max-width: 1413px) {
	.utilityNew .white-btn {
		max-width: 12rem !important;
	}
}

.white-btn {
	max-width: 100% !important;
}

.util-phone {
	font-size: 16px !important;
	margin-top: 5px;
}

.util-phone img {
	max-width: 18px;
}

.hero-form-inline input {
	margin: 0px !important;
	vertical-align: inherit !important;
	padding: 0px !important;
	height: 51px;
	padding-left: 20px !important;
	color: #3e3e3e;
	font-weight: 600;
	font-size: 16px;
}

.hero-form-inline input::-webkit-input-placeholder {
	/* Edge */
	color: #3e3e3e;
	font-weight: 600;
	font-size: 16px;
}

.hero-form-inline input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #3e3e3e;
	font-weight: 600;
	font-size: 16px;
}

.hero-form-inline input::placeholder {
	color: #3e3e3e;
	font-weight: 600;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.dataHero h1 {
		font-size: 36px;
	}
	
	#flex-map-1 {
		display: none;
	}
	
	.hero-form-inline input {
		width: 100% !important;
	}
	
	.homeH1 {
		padding-top: 5px;
		font-size: 32px !important;
	}
	
	.core-values .values-grid {
		flex-direction: inherit !important;
	}
}

@media screen and (max-width: 400px) {
	.hero-form-inline input {
		margin: 0px !important;
	}
}

@media only screen and (max-width: 640px) {
	.d-md-down-none, .slick-next:before, .slick-prev:before {
		display: none !important;
	}
	
	.d-md-down-block {
		display: block !important;
	}
	
	#navTablet .grid {
		align-items: center;
	}
	
	#navTablet .mobilePhone {
		background-color: #fdb827;
		padding: 14px 18px;
		line-height: 1;
		color: #fff !important;
		font-size: 14px;
		margin-top: 0px;
	}
	
	#navTablet .mobilePhone .fa-phone-volume:before {
		content: "";
	}
	
	.mainLogo {
		padding: 0;
		margin: 0 !important;
		max-width: 153px !important;
		width: 100%;
	}
	
	.mburger strong {
		height: 3px;
	}
	
	.franchise-footer {
		max-width: unset;
		font-size: 14px;
	}
	
	.franchise-footer .menu-quick-links-container ul li a {
		font-size: 14px;
	}
	
	.franchise-footer .plain-link, .franchise-footer .small-text {
		font-size: 12px !important;
	}
	
	.franchise-footer .phone-link {
		font-size: 1.5rem;
	}
	
	.slick-next, .slick-prev {
		top: 0px !important;
		width: 40px !important;
		height: 40px !important;
		display: flex !important;
		justify-content: center;
		align-items: center;
		line-height: 1 !important;
		background: #fdb827 !important;
		color: #fff !important;
	}
	
	.slick-slider .fa-angle-right::before {
		content: "" !important;
		font-size: 35px !important;
	}
	
	.slick-slider .fa-angle-left::before {
		content: "" !important;
		font-size: 35px !important;
	}
	
	.herofluid {
		padding-top: 0px;
		background-position: right top !important;
	}
	
	.herofluid .herocaption {
		background-color: rgba(0, 82, 156, .9);
		color: #fff;
		padding: 35px 24px;
	}
	
	.herofluid .herocaption h1.heroheadings {
		font-size: 23px;
		text-wrap: balance;
		line-height: 27px;
	}
	
	.herofluid .herocaption h2.heroFormTitle {
		font-size: 14px;
		text-wrap: balance;
		line-height: 18px;
	}
	
	.herofluid .herocaption h1.heroheadings, .herofluid .herocaption h2.heroFormTitle {
		color: #fff;
		text-align: center;
	}
	
	.herofluid .homepageForm_wrapper {
		max-width: 100% !important;
		margin-top: 20px;
	}
	
	.herofluid .homepageForm_wrapper label, .herofluid .homepageForm_wrapper legend {
		font-size: 9px;
	}
	
	.herofluid #field_10_15 p {
		text-align: center;
		color: #fff !important;
		font-size: 9px !important;
	}
	
	.herofluid #field_10_15 p a {
		color: #fdb827;
	}
	
	#label_10_10_1 span {
		font-size: 9px;
		line-height: 12.7px;
	}
	
	.herocopy {
		margin-top: 0px !important;
		padding: 10px 0 !important;
		display: none;
	}
	
	.herocopy p strong {
		font-size: 9px !important;
	}
	
	.herocopy p {
		color: #fff !important;
		font-size: 9px !important;
	}
	
	#gform_10 .gfield .ginput_container {
		padding-right: 0px !important;
	}
	
	.homepageForm input {
		margin-top: 0px !important;
	}
	
	.announcement {
		padding: 5px 30px;
		line-height: 13px;
	}
	
	.announcement .popup-with-zoom-anim {
		font-size: 11px;
		line-height: 13px;
	}
	
	.announcement .popup-with-zoom-anim .fa-bullhorn, .mobile-hide {
		display: none;
	}
	
	#gform_10 input[type='submit'], .herocopy .yellow-btn {
		font-size: 11px !important;
		line-height: 14px;
		max-width: 100%;
		height: 38px;
	}
	
	.herocopy-mobile, .herocopy-mobile .herocopy {
		display: block;
		background-color: #f6f6f6;
	}
	
	.herocopy-mobile .herocopy p {
		color: #000 !important;
		text-align: center;
		font-size: 12px !important;
		line-height: 15px;
	}
	
	.herocopy-mobile .herocopy p strong {
		color: #00529c !important;
		font-weight: 600;
		font-size: 12px !important;
		line-height: 15px;
	}
	
	.herocopy-mobile .herocopy .yellow-btn {
		display: inline-flex;
		align-self: center;
		justify-self: center;
		width: unset !important;
		padding: 10px 30px !important;
	}
	
	.service-grid__slider, .gallery-container-slider, .article-list-items {
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	
	.service-grid__slider img, .gallery-container-slider img {
		width: 100% !important;
		height: unset !important;
	}
	
	.service-grid__slider .slick-prev, .gallery-container-slider .slick-prev, .article-list-items .slick-prev {
		left: -50px;
	}
	
	.service-grid__slider .slick-next, .gallery-container-slider .slick-next, .article-list-items .slick-next {
		right: -50px;
	}
	
	.service-grid, .testimonial-links, .gallery-section {
		text-align: center;
	}
	
	.service-grid .yellow-btn, .testimonial-links a, .gallery-section a {
		font-size: 11px !important;
		line-height: 14px;
		height: 38px;
		width: unset !important;
		display: inline-flex !important;
		padding-left: 17px;
		padding-right: 17px;
	}
	
	/* Form Page */
	#gform_next_button_8_1 {
		background: #fdb827 !important;
		border: none !important;
		font-size: 12px !important;
	}
	
	#gform_next_button_8_1:hover {
		background: #db9f1d;
	}
	
	.cta-bar__container .yellow-btn {
		font-size: 11px !important;
		line-height: 14px;
		height: 38px;
		width: unset !important;
		display: inline-flex !important;
		padding-left: 17px !important;
		padding-right: 17px !important;
	}
	
	/* single-services */
	.single-services .heroGrid .heroRight {
		background-color: unset;
	}
	
	.single-services .heroGrid .heroRight h1, .single-services .heroGrid .heroRight a {
		display: none;
	}
	
	.single-services .heroGrid .heroRight p {
		text-align: center;
		color: #000 !important;
	}
	
	.single-services .heroGrid .heroLeft h1 {
		color: #fff;
	}
	
	.single-services .heroGrid .heroLeft {
		height: 250px;
		align-content: center;
		text-align: center;
	}
	
	.single-services .heroGrid .heroLeft a {
		background-color: #db9f1d;
		align-self: center;
		display: inline-flex !important;
		padding: 12px 24px;
		margin-top: 10px;
		text-decoration: none;
		color: #fff;
		font-size: 12px;
		font-weight: 800;
		line-height: 14px;
	}
	
	.article-section .col-sm-4 *, .article-section .col-sm-6 * {
		padding-left: 0 !important;
	}
	
	.single-services .article-section .blog-card-img {
		height: 80px;
	}
	
	/* specialist-section */
	.specialist-section {
		background-color: #f6f6f6;
		text-align: center;
		padding-top: 60px;
		padding-bottom: 60px;
		display: block;
	}
	
	.specialist-section h3 {
		color: #00529c;
	}
	
	.specialist-section h4 {
		font-size: 13px;
		text-align: center;
		margin-top: 0;
	}
	
	.icon-view {
		max-width: 165px;
		margin: 0 auto;
		border: 1px solid #fdb827;
		padding: 15px;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.icon-view .icon {
		max-width: 75px;
		margin: 0 auto;
	}
	
	.icon-view .icon img {
		width: 100%;
		height: auto;
	}
	
	.specialist-item p {
		font-size: 14px;
	}
	
	.specialist-item p span {
		color: #00529c;
	}
	
	.specialist-section .slick-track {
		display: flex !important;
	}
	
	.specialist-section .specialist-item {
		height: auto;
		display: flex;
	}
	
	.specialist-section .specialist-slider {
		padding-block: 20px;
		position: relative;
	}
	
	.specialist-section .slick-next {
		right: -25px;
	}
	
	.specialist-section .slick-prev {
		left: -25px;
	}
	
	.service-h h3:first-child, .service-h h3:first-child+ul {
		display: none;
	}
	
	.single-services .heroRight {
		padding-inline: 30px;
	}
}

.specialist-section {
	display: none;
}

@media only screen and (max-width: 640px) {
	.specialist-section {
		background-color: #f6f6f6;
		text-align: center;
		padding-top: 60px;
		padding-bottom: 60px;
		display: block;
	}
}
