.et-pb-icon {
  font-family: "ETmodules";
  font-size: inherit !important;
  color: inherit;
}
body h1, body h2, body h3 {
  color: #46423e;
}
body h1 {
  font-size: 48px;
}
@media (min-width: 768px) {
  body h1 {
    font-size: 54px;
  }
}
@media (min-width: 981px) {
  body h1 {
    font-size: 60px;
  }
}
body h2 {
  font-weight: bold;
  font-size: 36px;
}
@media (min-width: 768px) {
  body h2 {
    font-size: 40px;
  }
}
@media (min-width: 981px) {
  body h2 {
    font-size: 44px;
  }
}
body h3 {
  font-size: 28px;
}
@media (min-width: 768px) {
  body h3 {
    font-size: 32px;
  }
}
@media (min-width: 981px) {
  body h3 {
    font-size: 30px;
  }
}
#main-content {
  background: #FEF7EC !important;
}
#main-content .et_pb_section {
  background-color: transparent;
}
table th, table td {
  padding: 10px;
}
a:hover {
  color: #f26a36;
}
.excerpt-more {
  display: block;
}
.image, .image img {
  display: block;
}
/*** BUTTONS ***/
.et_pb_button:after, .et_pb_button:before {
  position: relative !important;
  margin: 0 0.5rem 0 0 !important;
  transform: translateY(2px);
}
body .et_pb_module .et_pb_button {
  font-weight: bold;
  border-color: #f26a36;
}
body .et_pb_module .et_pb_button:before {
  transition: all 0.2s !important;
}
body .et_pb_module .et_pb_button:hover {
  border-color: #f26a36;
  color: #fff !important;
}
body .button, body.et_button_no_icon .et_pb_button {
  background-color: #f26a36;
  padding: 12px 48px !important;
}
body .button:hover, body.et_button_no_icon .et_pb_button:hover {
  padding: 12px 48px !important;
}
body.et_button_no_icon #page-container .et_pb_section .et_pb_button.button-small {
  padding: 3px 24px !important;
  font-size: 14px;
}
body.et_button_no_icon #page-container .et_pb_section .et_pb_button.button-small:hover {
  padding: 3px 24px !important;
}
body.et_button_no_icon #page-container .et_pb_section .et_pb_button.button-ghost {
  background: transparent;
  border-color: #7c756e !important;
  color: #7c756e !important;
}
body.et_button_no_icon #page-container .et_pb_section .et_pb_button.button-ghost:hover {
  background: #24578e !important;
  border-color: #f26a36 !important;
  color: #fff !important;
}
body.et_button_no_icon #page-container header .et_pb_section .button-ghost.button-small {
  padding: 5px 24px 5px 48px !important;
}
body.et_button_no_icon #page-container header .et_pb_section .button-ghost.button-small:hover {
  padding: 5px 24px 5px 48px !important;
}
body.et_button_no_icon #page-container .button-hover, body.et_button_no_icon #page-container .et_pb_button:hover {
  background-color: #24578e !important;
}
body #page-container .et_pb_section .et_pb_module .et_pb_button_0_tb_footer {
  padding: 5px 24px 5px 24px !important;
}
body #page-container .et_pb_section .et_pb_module .et_pb_button_0_tb_footer:hover {
  padding: 5px 24px 5px 24px !important;
}
@media (max-width: 980px) {
  .header .et_pb_button {
    width: 100%;
  }
}
/***** reset the garbage styles Divi adds ***/
.et_pb_main_blurb_image {
  margin-bottom: 0 !important;
}
.et_pb_module_header {
  padding-bottom: 0 !important;
}
/*** FORMS ***/
input[type="submit"] {
  background-color: #f26a36;
  border: none;
  padding: 12px 48px !important;
}
input[type="submit"]:hover {
  background-color: #24578e;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input.text, input.title, textarea, select {
  background-color: #fff !important;
  border: solid 3px transparent !important;
  padding: 5px 8px;
}
input[type="text"]:hover, input[type="password"]:hover, input[type="tel"]:hover, input[type="email"]:hover, input.text:hover, input.title:hover, textarea:hover, select:hover {
  cursor: pointer;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
}
input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
  border: solid 3px #f26a36 !important;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.9);
}
.forminator-label {
  display: block;
  color: #fff;
  font-weight: bold;
  padding-bottom: 0.25rem;
}
.forminator-description {
  color: #fff;
}
.forminator-error-message {
  display: block;
  background: #f26a36;
  color: #fff;
  padding: 0.75rem;
  margin-top: 0.25rem;
  line-height: 1.3;
}
.forminator-input, .forminator-textarea {
  border: solid 1px #d1d2d4;
  padding: 1em !important;
  width: 100%;
}
.forminator-row {
  margin-bottom: 1rem !important;
}
.forminator-row-last {
  text-align: center;
  margin-bottom: 0 !important;
}
.forminator-button-submit {
  border-width: 5px;
  border-style: solid;
  cursor: pointer;
  border-radius: 40px;
  font-size: 20px;
  font-weight: bold;
  background-color: #f26a36;
  border-color: #f26a36;
  color: rgba(255, 255, 255, 0.8);
  padding: 12px 48px;
  /*background:$button-color;
	color:#fff;
	font-size:18px;
	padding:  $button-padding!important;
	border:solid 5px $orange;
	cursor:pointer;
	*/
}
.forminator-button-submit:hover {
  background-color: #24578e;
  color: #fff;
}
.forminator-button-submit:hover {
  padding: 12px 48px;
}
.schedule-form .forminator-icon-calendar {
  display: none;
}
.list__item:not(:last-child) {
  padding-bottom: 2em;
  margin-bottom: 2em;
}
.list__item:not(:last-child):after {
  content: "";
  display: block;
  clear: both;
  height: 8px;
  background: #eee;
  margin: 4em auto 0 auto;
  width: 80px;
}
.list, .list li {
  list-style: none;
  padding-left: 0 !important;
}
.list__title {
  font-size: 24px;
}
@media (max-width: 979px) {
  .list {
    padding-left: 20px !important;
    padding-right: 20px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.link {
  color: var(--link);
  cursor: pointer;
}
.link:hover {
  color: #f26a36;
}
@media (max-width: 980px) {
  header .et_builder_inner_content {
    display: flex;
    flex-direction: column-reverse;
  }
  .top-bar {
    border-bottom: solid 5px rgba(255, 255, 255, 0.5);
  }
}
.header__row {
  display: flex;
  align-items: center;
}
.et-db #et-boc header.et-l .et_pb_column {
  margin-bottom: 0 !important;
}
body {
  padding-top: 85px;
}
.header__row {
  transition: padding 1s;
}
.top-bar {
  color: rgba(255, 255, 255, 0.8);
}
.top-bar .et_pb_text {
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 980px) {
  .top-bar .et_pb_column {
    text-align: center;
  }
}
@media (min-width: 981px) {
  .top-bar {
    z-index: 4;
  }
  .top-bar .et_pb_text {
    margin-right: 1rem;
  }
  .top-bar .et_pb_column {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
header {
  width: 100%;
  background-color: white;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
  transition: padding 1s;
}
body .header__col_menu {
  width: 36% !important;
}
@media (min-width: 981px) and (max-width: 1200px) {
  body .header__col_logo {
    width: 22% !important;
  }
}
.header__logo {
  position: relative;
}
@media (min-width: 981px) {
  .header__logo:after {
    content: "";
    display: block;
    background: #fff;
    align-content: center;
    border-radius: 50vw;
    height: 500px;
    width: 500px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10%);
    bottom: 0;
    z-index: 1;
  }
}
.header__logo img {
  width: auto;
  transition: all 1s;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .header__logo img {
    height: 200px;
    max-height: 200px !important;
  }
}
@media (max-width: 980px) {
  .header__logo img {
    height: 120px;
    max-height: 120px;
  }
}
.header__logo img:hover {
  transform: scale(1.05);
}
/*** SIDE MENU ***/
.side-menu .sub-menu {
  padding: 0;
}
.side-menu {
  padding: 0 !important;
  background-color: #fff;
}
.side-menu .current-list-item > a, .side-menu .current-list-item > a:hover {
  background: #D14008;
  border-left-color: #D14008;
  border-right-color: #D14008;
  color: #fff !important;
  cursor: default;
}
.side-menu .current-list-item:last-child > a, .side-menu .current-list-item:last-child > a:hover {
  border-bottom: var(--link-current);
}
.side-menu__wrapper {
  position: relative;
}
.side-menu__item, .side-menu li {
  line-height: 1.4;
  list-style: none;
  padding-left: 0;
}
.side-menu__item:not(:last-child), .side-menu li:not(:last-child) {
  /*border-bottom:solid 1px #ddd;*/
}
.side-menu a {
  padding: 16px;
  display: block;
  color: #353535;
  font-weight: bold;
  border: solid 2px #00598f;
  border-top: none;
}
.side-menu__item a:hover {
  /*color:#fff!important;*/
}
.side-menu li a:hover {
  /*color:#fff!important;*/
  background-color: #f26a36;
}
/*.side-menu .current-list-item a, .side-menu .current-list-item a:hover {
	background-color:var(--link-current);
	color:#fff;
	cursor:default;
}
*/
@media (max-width: 980px) {
  .side-menu__select-toggle {
    position: relative;
    border: solid 2px #00598f;
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.5s;
    color: #333;
  }
  .side-menu__select-toggle:hover {
    background: #00598f;
    color: #fff;
  }
  .side-menu__select-toggle:after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 0;
    width: 0;
    display: inline-block;
    border-style: solid;
    border-width: 8.7px 5px 0 5px;
    border-color: #00598f transparent transparent transparent;
  }
  .side-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }
  .side-menu__wrapper.select-open .side-menu {
    max-height: 800px;
  }
  .side-menu li:last-child a {
    border-radius: 0 0 4px 4px;
    overflow: hidden;
  }
}
@media (min-width: 981px) {
  .side-menu__select-toggle {
    display: none;
  }
}
.display-posts-pagination {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
}
/*** MENU ***/
.et-db #et-boc .et-l .header__menu.et_pb_menu_0_tb_header.et_pb_module, .header__menu.et_pb_menu_0_tb_header.et_pb_module {
  margin-left: 0 !important;
}
.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li {
  margin-top: 0 !important;
}
.header__menu .et-menu a {
  color: #fff;
}
.et_pb_menu--style-centered .et_pb_menu__wrap, .et_pb_fullwidth_menu--style-centered .et_pb_menu__wrap {
  justify-content: flex-end;
}
body .et_mobile_menu li a:hover, .nav ul li a:hover {
  opacity: 1;
  background: #f26a36;
}
@media (max-width: 980px) {
  .mobile_menu_bar {
    display: none !important;
  }
  .header__col_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
/* Align hamburger right */
.header__section .et_mobile_menu {
  border: none !important;
  background: transparent !important;
  box-shadow: none;
  position: static !important;
  padding: 0 !important;
  display: block !important;
}
.et_mobile_menu li li {
  padding-left: 0 !important;
}
@media (max-width: 980px) {
  .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:hover:before {
    color: #f26a36 !important;
  }
  .et_mobile_nav_menu {
    margin-right: -10px;
  }
}
@media (min-width: 981px) {
  .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:hover:before {
    opacity: 0.7;
  }
  .et_pb_menu__wrap .mobile_menu_bar {
    transform: translateY(3%);
  }
}
@media (max-width: 980px) {
  .et_pb_menu__menu {
    display: none !important;
  }
  .et_mobile_nav_menu {
    display: block !important;
  }
  .opened .mobile_menu_bar:before {
    content: "M" !important;
  }
  .et_mobile_menu .sub-menu {
    padding: 0 !important;
  }
  .et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children > a {
    background: none;
  }
  .et-db #et-boc .et-l .et_mobile_menu li a {
    border: none;
  }
  .current-menu-item {
    background: #f26a36;
  }
  header .et_mobile_menu > li {
    margin-bottom: 0.5em;
  }
  header .et_mobile_menu > li > a {
    font-size: 30px !important;
    padding: 16px 30px;
  }
  header .opened #mobile_menu1 {
    background-color: #00598f !important;
  }
  body {
    height: 100vh;
  }
  * {
    box-sizing: border-box;
  }
  header .social-icons {
    position: fixed;
    z-index: 998;
    left: 50%;
    top: 72%;
    translate: -50% calc(-50% + 30px);
    visibility: hidden;
    opacity: 0;
    transition: 0.1s;
    transition-delay: 0s;
  }
  .menu-opened header .social-icons {
    transition-delay: 0.6s !important;
    visibility: visible;
    opacity: 1;
    translate: -50% -50%;
    transition: all 0.5s;
  }
  .header__mobile-contact {
    text-align: center;
    position: fixed !important;
    z-index: 998;
    left: 50%;
    top: calc(72% + 80px);
    translate: -50% calc(-50% + 30px);
    visibility: hidden;
    transition: 0.5s;
    color: #85B9E0;
    font-size: 24px;
    line-height: 1.6;
    transition: all 0.1s;
    transition-delay: 0s;
    opacity: 0;
  }
  .header__mobile-contact a {
    color: #85B9E0;
  }
  .menu-opened .header__mobile-contact {
    display: block;
    transition-delay: 0.6s !important;
    visibility: visible;
    opacity: 1;
    translate: -50% -50%;
    transition: all 0.5s;
  }
  .menu-icon-toggle-wrapper {
    z-index: 1000;
  }
  .menu-icon-toggle {
    display: block;
    width: 36px;
    height: 32px;
    position: relative;
    z-index: 9;
  }
  .home .menu-icon-toggle {
    top: 50px;
    position: absolute;
    right: 0;
    top: -16px;
  }
  .menu-icon-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 50%;
    background-color: #023a84;
    transform: translate(0, -50%);
    transition: opacity 0.3s 0.3s;
  }
  .home:not(.menu-opened) .menu-icon-toggle span {
    background-color: #023a84;
  }
  .menu-icon-toggle::before, .menu-icon-toggle::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #023a84;
    transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
  }
  .menu-icon-toggle::before {
    top: 4px;
  }
  .menu-icon-toggle::after {
    bottom: 4px;
  }
  .menu-opened .menu-icon-toggle span {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .menu-opened .menu-icon-toggle::before, .menu-opened .menu-icon-toggle::after {
    background-color: white;
  }
  .menu-opened .menu-icon-toggle::before {
    top: calc(50% - 2px);
    transform: rotate(45deg);
  }
  .menu-opened .menu-icon-toggle::after {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  .menu-opened .menu-icon-toggle::before, .menu-opened .menu-icon-toggle::after {
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
  }
  #et-main-area {
    position: relative;
  }
  .menu-opened #et-main-area {
    z-index: 1;
  }
  .menu-opened {
    overflow: hidden;
  }
  .menu-opened .header__menu {
    left: 0 !important;
    visibility: visible;
  }
  .header__menu {
    left: -100% !important;
    position: fixed !important;
    z-index: 998;
    top: 0;
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    background: #24578e;
    transition: all 0.4s cubic-bezier(0, 0, 0.2, 1);
  }
  .header__menu .et_mobile_nav_menu {
    position: fixed !important;
    top: 50%;
    left: -50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 999;
    transition: all 0.3s;
  }
  .menu-opened .header__menu .et_mobile_nav_menu {
    visibility: visible;
    z-index: 999;
    transition: all 0.1s;
    left: 50%;
    display: block;
  }
  .header__menu .et_mobile_nav_menu li {
    display: flex;
    justify-content: center;
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.1s ease-in-out;
  }
  .menu-opened .header__menu .et_mobile_nav_menu li {
    transition-delay: 0.2s;
    opacity: 1;
    transform: translateX(0);
    backface-visibility: hidden;
    transition: all 1s;
  }
  #et-main-area, .header__logo, .header-cta-mobile, header .et_pb_button_module_wrapper {
    transition: all 0.3s;
  }
  .menu-opened #et-main-area, .menu-opened .header__logo, .menu-opened .header-cta-mobile, .menu-opened header .et_pb_button_module_wrapper {
    opacity: 0;
    transition: all 0.3s;
  }
}
@media (min-width: 981px) and (max-width: 1200px) {
  .header__logo {
    max-width: 200px;
  }
}
@media (min-width: 981px) {
  /*** NEW HEADER LOOK ***/
  .header__logo {
    width: 100%;
    position: absolute !important;
    left: 50%;
    transform: translatex(-50%);
    top: -40px;
  }
  header {
    height: 220px;
  }
  .header__row {
    height: 148px;
  }
  #page-container .header__col_logo {
    width: 27% !important;
  }
  #page-container .header-left, #page-container .header__col_logo {
    margin-right: 2% !important;
  }
  .header__col_menu {
    display: flex;
    flex-wrap: wrap;
  }
  .header__col_menu .et_pb_button_module_wrapper {
    margin-left: 1rem;
  }
  body.et_button_no_icon #page-container .et_pb_section .header__col_menu .button-ghost {
    padding-right: 24px !important;
  }
  body.et_button_no_icon #page-container .et_pb_section .header__col_menu .button-ghost:hover {
    padding-right: 24px !important;
  }
  .header__menu {
    width: 100%;
  }
  .header__menu .et-menu-nav > ul > li > a {
    font-size: 18px;
  }
  .et-db #et-boc .et-l .et-menu li li a {
    color: #fff !important;
  }
  #menu-main-menu > .current-menu-item > a {
    color: #D14008 !important;
  }
}
@media (min-width: 1400px) {
  .header__menu .et-menu-nav > ul > li > a {
    font-size: 22px;
    padding: 10px;
  }
}
/**** ONE PAGE STYLES ***/
.one-page-footer {
  color: #888;
}
.intro__text {
  background-color: #666;
}
.google-maps {
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 768px) and (max-width: 980px) {
  .tablet-thirds {
    display: flex;
    justify-content: space-between;
  }
  .tablet-thirds .et_pb_column {
    width: 31%;
  }
}
.border-bottom:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 40px;
  display: block;
  background: url("/wp-content/uploads/Border-scaled.png") left top no-repeat;
  background-size: 100% 100%;
}
@media (min-wwidth: 768px) {
  .border-bottom:before {
    background-size: 100% auto;
  }
}
/****************** HOME PAGE **************/
.hero__content {
  margin-bottom: 0 !important;
  padding: 2rem;
}
@media (min-width: 1200px) {
  .hero__content {
    max-width: 42% !important;
  }
}
.vectors {
  position: absolute !important;
  top: 0;
  width: 100%;
  height: 100%;
}
.vectors .et_pb_column {
  height: 100%;
}
.vector-left, .vector-right {
  position: absolute !important;
}
@media (max-width:980px)\a .home-services-blocks {
  max-width: 550px !important;
}
.home-services .vector-left {
  left: -20%;
  top: 5%;
}
.home-services .vector-right {
  right: -10%;
  bottom: 0;
}
@media (min-width: 981px) {
  .home-services .vector-left {
    left: 0;
    top: 0;
  }
  .home-services .vector-right {
    right: 0;
    bottom: 0;
  }
}
.home-schedule .vector-left {
  left: 0;
  bottom: -5%;
}
.home-schedule .vector-right {
  right: -15%;
  top: 10%;
}
@media (min-width: 981px) {
  .home-schedule .vector-left {
    left: 0;
    bottom: 0;
  }
  .home-schedule .vector-right {
    right: 0;
    top: 10%;
  }
}
.service-block {
  overflow: hidden;
}
.service-block img {
  transition: all 1s;
  display: block;
}
.service-block .et_pb_module_header a {
  transition: all 0.3s;
}
.service-block .et_pb_blurb_container {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  z-index: 1;
  transition: all 0.3s;
}
.service-block .et_pb_blurb_container .et_pb_module_header {
  text-align: center;
}
.service-block.service-block__heating .et_pb_blurb_container {
  background-color: #f26a36;
}
.service-block.service-block__air .et_pb_blurb_container {
  background-color: #24578e;
}
.service-block.service-block__electrical .et_pb_blurb_container {
  background-color: #DEA44F;
}
.service-block:hover {
  cursor: pointer;
}
.service-block:hover img {
  transform: scale(1.1);
}
.service-block.service-block__heating:hover .et_pb_blurb_container {
  background: #f1632c;
}
.service-block.service-block__air:hover .et_pb_blurb_container {
  background: #225286;
}
.service-block.service-block__electrical:hover .et_pb_blurb_container {
  background: #e3a141;
}
.border-btm {
  position: relative;
}
.service-wrapper:not(:last-child):after, .border-btm:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 8px;
  background-image: linear-gradient(to right, transparent 0%, #f26a36 35%, #ecc07f 65%, transparent 100%);
}
.service.et_pb_row {
  display: flex;
}
.service.et_pb_row h2 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .service.et_pb_row {
    padding: 20px;
  }
}
@media (max-width: 980px) {
  .service.et_pb_row {
    max-width: 650px;
  }
}
.service img {
  border-radius: 8px;
}
@media (max-width: 980px) {
  .service-image-left {
    flex-direction: column;
  }
}
@media (min-width: 981px) {
  .service-image-left .service-text-wrapper {
    padding-right: 3%;
  }
}
@media (min-width: 981px) {
  .service-image-left img {
    border-radius: 0 8px 8px 0;
  }
}
@media (max-width: 980px) {
  .service-image-right {
    flex-direction: column-reverse;
  }
  .service-image-right img {
    margin-bottom: 30px;
  }
}
@media (min-width: 981px) {
  .service-image-right .service-text-wrapper {
    padding-left: 3%;
  }
}
@media (min-width: 981px) {
  .service-image-right img {
    border-radius: 8px 0 0 8px;
  }
}
.service__text {
  line-height: 1.6;
}
@media (min-width: 768px) {
  .service__text {
    font-size: 18px;
  }
}
@media (min-width: 981px) {
  .service__text {
    font-size: 21px;
  }
}
/*************** ZIG ZAG **************/
.zig-zag.et_pb_row {
  display: flex;
}
.zig-zag.et_pb_row p:not(:last-child), .zig-zag.et_pb_row li {
  padding-bottom: 1.5rem;
}
.zig-zag.et_pb_row h2 {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .zig-zag.et_pb_row {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .zig-zag.et_pb_row {
    align-items: center;
  }
}
@media (max-width: 980px) {
  .zig-zag.et_pb_row {
    max-width: 650px;
  }
}
.zig-zag img {
  border-radius: 8px;
}
@media (max-width: 980px) {
  .zig-zag-left {
    flex-direction: column;
  }
}
@media (min-width: 981px) {
  .zig-zag-left .zig-zag__text {
    padding-right: 3%;
  }
}
@media (min-width: 981px) {
  .zig-zag-left img {
    border-radius: 0 8px 8px 0;
  }
}
@media (max-width: 980px) {
  .zig-zag-right {
    flex-direction: column-reverse;
  }
  .zig-zag-right img {
    margin-bottom: 30px;
  }
}
@media (min-width: 981px) {
  .zig-zag-right .zig-zag__text {
    padding-left: 3%;
  }
}
@media (min-width: 981px) {
  .zig-zag-right img {
    border-radius: 8px 0 0 8px;
  }
}
.zig-zag {
  line-height: 1.6;
}
@media (min-width: 768px) {
  .zig-zag {
    font-size: 18px;
  }
}
@media (min-width: 981px) {
  .zig-zag {
    font-size: 21px;
  }
}
.estimates-banner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-image: url(/wp-content/uploads/Banner-new-graphic.svg);
}
@media (max-width: 767px) {
  .estimates-banner {
    height: 57px;
    min-height: 57px;
    width: 300px;
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .estimates-banner {
    height: 110px;
    min-height: 110px;
    width: 584px;
    max-width: 584px;
  }
  .estimates-banner .et_pb_text_inner {
    margin-top: -22px;
  }
}
.estimates-banner h3 {
  padding-bottom: 0;
}
@media (max-width: 980px) {
  .footer-col-one, .footer-col-two {
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    margin-bottom: 3rem !important;
  }
}
.footer-top {
  color: rgba(255, 255, 255, 0.8);
}
.footer-top h3 {
  color: rgba(255, 255, 255, 0.8) !important;
}
@media (max-width: 767px) {
  .footer-top .et_pb_column:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.footer-bottom {
  background: #18477B !important;
  background-position: top !important;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.footer-bottom:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: #18477B;
}
.footer-bottom a {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .footer-bottom .et_pb_code_inner > span {
    display: block;
  }
}
@media (min-width: 768px) {
  .footer-bottom .et_pb_code_inner > span {
    padding: 0 1rem;
  }
  .footer-bottom .et_pb_code_inner > span:not(:last-child) {
    border-right: solid 1px rgba(255, 255, 255, 0.5);
  }
}
.map-link {
  color: #7FBEDD;
  transition: all 0.3s;
}
.map-link:hover {
  color: #ABDFF9;
}
@media (max-width: 980px) {
  .map-link {
    text-align: center;
  }
}
.ti-widget.ti-goog .ti-rating-text, .ti-widget.ti-goog .ti-rating-text span, .ti-widget.ti-goog .ti-rating-text strong:not(.ti-rating-large) {
  color: #fff !important;
}
.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
  padding: 8% !important;
}
/*
.service-areas {
	max-width:700px!important;
	align-self:center;
	font-size:21px;
	line-height:1.8;
}
*/
.service-grid ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 !important;
}
.service-grid ul li {
  list-style: none;
  width: 28%;
  padding: 1rem;
  border-radius: 4px;
  text-align: center;
  margin: 2%;
  color: #333;
  background-color: #7ED4FF;
}
.service-grid ul li strong {
  display: block;
}
.service-grid ul li:nth-child(odd) {
  background-color: #f3d6ab;
}
@media (min-width: 768px) and (max-width: 980px) {
  .service-grid ul li {
    width: 46%;
  }
}
.service-areas__list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
}
@media (max-width: 980px) {
  .service-areas__list ul {
    justify-content: center;
  }
  .service-areas__list ul li {
    text-align: center;
  }
}
.service-areas__list ul li {
  width: 46%;
  list-style: none;
}
