/*new header styling*/
#site-title {
	text-align: center;
	margin-left: 0;
	padding-left: 2%;
	padding-right: 2%
}

#branding hgroup {
	margin-left:0;
	margin-right:0;
}

#site-description {
	color:#2b4e72;
	float:left;
	font-size:30px;
	margin:0;
	width:100%;
	text-align:center;
	box-sizing: border-box;
	padding-left: 2%;
	padding-right: 2%;
}
.wf-active #site-description {
	font-size:30px
}
@media screen and (max-width: 767px) {
	#site-description {
		margin-top:0;
	}
	hgroup {
		height:100px;
	}
	#access li a {
		line-height:1.7
	}
	#access ul ul {
		top:1.5em
	}
}
@media screen and (max-width: 600px) {
	.wf-active #site-description {
		font-size: 24px;
		margin-left: 0;
		margin-right: 0;
		padding-left: 2%;
		padding-right: 2%;
		box-sizing:  border-box;
	}
}
@media screen and (max-width: 480px) {
	.wf-active #site-description {
		font-size: 18px;
	}
	.wf-active #site-title a {
		font-size: 60px;
	}
	hgroup {
		height: 110px;
	}
}
@media screen and (max-width: 375px) {
	.wf-active #site-title a {
		font-size:45px;
		text-align:center;
	}
	.wf-active #site-description {
		font-size:16px;
		text-align:center;
	}
}
@media screen and (max-width: 360px) {
	.wf-active #site-description {
		font-size: 14px;
	}
	hgroup {
		height: 100px
	}
}
.instant-quote-button a {
    background-color: red;
    color: white !important;
    padding: 10px 15px;
    border-radius: 5px;
}


@media screen and (max-width: 360px) {
	.wf-active #site-title a {
		font-size:180%;
		text-align:center
	}
	.wf-active #site-description {
		font-size:22px;
		text-align:center
	}
	/* Add space between header and page content for all pages */
#content.site-content {
    padding-top: 100px !important;
}

/* Adjust the spacing for mobile devices */
@media (max-width: 768px) {
    #content.site-content {
        padding-top: 40px !important;
    }
html {
  scroll-behavior: smooth;
}

#open-positions {
  scroll-margin-top: 580px;
}
}
}
/* Desktop */
@media (min-width: 1024px) {
  .elementor-section:first-of-type {
      padding-top: 180px !important;
  }
}

/* Tablet */
@media (max-width: 1023px) {
  .elementor-section:first-of-type {
      padding-top: 140px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .elementor-section:first-of-type {
      padding-top: 120px !important;
  }
}