*{
    box-sizing:border-box;
}
body{
    background-color:#f1f1f1;
    margin:0;
    padding:0;
  font-size:18px;
}
html{
    padding:0;
    margin:0;
    text-align:center;
    font-family:"Poppins", sans-serif;
    color:#222;
  font-size:18px;
}
.page{
    background:#fff;
    text-align:left;
    margin:auto;
    max-width:1600px;
    box-shadow:0em 0em 2rem rgba(0,0,0,0.2);
}
a:hover{
  cursor:pointer;
}
h2{
  font-size:1.75rem;
  font-weight:600;
}
p{
  margin-top:1.5rem;
  margin-bottom:1.5rem;
}
header{
  padding:0.5rem;
  font-size:16px;
  box-shadow:0 5px 3px -3px rgba(0,0,0,0.15);
  padding-bottom:0;
}
a{
  color:#222;
  text-decoration:none;
}
.logo-wrapper{
  display:flex;
  width:200px;
}
footer {
  text-align: center;
  margin-top:3rem;
}
.footer-bottom{
  background: #ccc1ae;
  padding: 2rem;
  /* color:#eee; */
}
.footer-top{
  padding:1rem;
  background-color: #f1ede8;
  border-top:1px solid #ddd;
}
.ft-line1{
  font-size:2rem;
  color:#038cc5;
  font-weight:bold;
}
.ft-line2{
  padding:0.5rem 0 0.5rem 0;
  font-size:2rem;
}
.ft-line2 a{
  color: #222;
  text-decoration:none;
}
.ft-line2 a:hover{
  font-weight:600;
}
.ft-line2 .fa{
  margin-right:0.5rem;
  color:#363636;
}
.ft-line3{

}
.footer-bottom{
  background-color:#222222;
  padding:1rem;
  color:#fff;
}
.feedback-page-bbb{
  padding-top:0.5rem;
}
.feedback-page-bbb img{
  max-width:150px;
  background:#fff;
  border-radius:1rem;
}
.htg-middle-area{
  line-height:0;
  padding:0
}
.htg-top-left-menu,
.htg-bottom-left-menu{
  display:flex;
  justify-content:center !important;
}
.htg-bottom-right-menu{
  display:flex;
  justify-content:center !important;
}
.htg-schedule-button{
  display:inline-flex;
}
.htg-full-section{
  max-width:100%;
}
.htg-schedule-button, 
.htg-schedule-button a{
  color:#fff;
}
.htg-schedbut-icon{
  padding:0 1rem;
  background-color:#464d26;
  line-height:50px;
    transition:all 0.2s;
  width:50px;
  text-align:center;
}
.htg-schedbut-text{
  background-color:#464d26;
  width:300px;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:16px;
  line-height:50px;
  transition:all 0.2s;
}
.htg-right-area{
  text-align:right;
}
.htg-tlm-item a{
  display:inline-block;
  padding:1rem;
}
.htg-blm-item{
  display:flex;
}
.htg-blm-item a,
.htg-brm-item a{
  display:inline-block;
  padding:1rem;
  transition:all 0.3s;
  text-align:center;
  margin:auto;
}
.htg-blm-item a:hover,
.htg-brm-item a:hover{
  display:inline-block;
  padding:1rem;
  background-color:#c4580e;
  color:#fff;
}
.htg-tlm-item a:hover{
  background-color:#c4580e;
}
.htg-schedule-button-anchor{
  display:inline-block;
}
.htg-schedule-button-anchor:hover .htg-schedbut-text{
  background-color:#000;
}
.htg-schedule-button-anchor:hover .htg-schedbut-icon{
  background-color:#c4580e;
  color:#000;
}
.order-fiters-button{
  margin-top:0.25rem;
}
.order-fiters-button .htg-schedbut-text{
  background-color:#0e78f7;
  width:260px;
}
.order-fiters-button .htg-schedbut-icon{
  background-color:#0654b3;
}
.order-fiters-button:hover{
  
}
.order-fiters-button:hover{
  background-color:#000;
}
.order-fiters-button:hover .htg-schedbut-icon{
  background-color:#4a9cff;
}
.htg-phone{
  font-weight:600;
  font-size:30px;
  line-height:50px;
  padding-left:1rem;
  color:#464d26;
}
.htg-left-area,
.htg-right-area{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.mainbanner{
  min-height:500px;
  background-size:cover;
  display:flex;
  color:#fff;
  position:relative;
  z-index:100;
  padding-left:2rem;
  padding-right:2rem;
  
}
.mainbanner-wrapper{
  margin:auto;
}

.homebannerline-1{
  font-size:2rem;
  font-weight:800;
  display:inline-block;
  position:relative;
  text-shadow:0 0 6px rgba(0,0,0,0.75);
}
.homebannerline-1:before,
.homebannerline-1:after{
  content:"";
  height:8px;
  display:block;
  width:70px;
  background-color:#c4580e;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
}
.homebannerline-1:before{
  left:-100px;
}
.homebannerline-1:after{
  right:-100px;
}
.homebannerline-2{
  font-size:2.25rem;
  line-height:100%;
  text-shadow:0 0 6px rgba(0,0,0,0.75);
  letter-spacing:2px;
}
.homebannerbutton a{
  display:inline-block;
  background-color:#c4580e;
  padding:0.5rem;
  width:100%;
  max-width:350px;
  margin-top:1rem;
  transition:all 0.3s;
}
.homebannerbutton a:hover{
  background:#000;
  color:#fff;
}
.bannermascot:after{
  content:"";
  display:block;
  height:144px;
  width:168px;
  position:absolute;
  bottom:0;
  z-index:1000;
  background-image:url("/images/sp-mascot.png");
  background-size:contain;
}
.heading-area{
  border-bottom:4px solid #c4580e;
  padding-bottom:2rem;
}
.heading-desc{
  font-size:1.25rem;
  margin-top:1rem;
  font-weight:600;
  font-style:italic;
}
.mainheading{
  color:#464d26;
  font-size:2.25rem;
  font-weight:600;
  line-height:100%;
  margin:0;
}
.homepage-headingarea .mainheading{
  color:#222;
  font-size:2rem;
  font-weight:400;
}
.homepage-headingarea .mainheading strong{
  color:#464d26;
  display:block;
  font-size:3rem;
  font-weight:800;
  margin-bottom:0.5rem;
  line-height:100%;
}
.fstars{
  color:#f6bb06;
  font-size:1rem;
}
.go-boost-reviews-embed{
  margin-top:1rem;
}
.go-boost-reviews-embed .jss8{
  background-color:#eee !important;
  margin-bottom:1rem;
}
.how-can-help{
  background-color:#c4580e;
  padding:1rem;
}
.how-can-help-inner{
  background-color:#F2F8E2;
  padding:1.5rem;
  text-align:center;
}
.howcanhelp-img{
  max-width:200px;
  margin-left:auto;
  margin-right:auto;
  border-bottom:4px solid #464d26;
  line-height:0;
  margin-bottom:1rem;
}
.howcanhelp-img img{
  max-width:100%;
}
.howcanhelp-heading{
  font-size:1.5rem;
  font-weight:600;
}
.howcanhelp-text{
  margin-top:1rem;
  margin-bottom:1rem;
}
.howcanhelp-phone{
  font-size:1.5rem;
  font-weight:bold;
  margin-bottom:1rem;
}
.howcanhelp-button a{
  background-color:#464d26;
  display:inline-block;
  padding:0.75rem 2rem;
  color:#fff;
  text-transform:uppercase;
  transition:all 0.3s;
}
.howcanhelp-button a:hover{
  background-color:#000;
}
.homelocation {
  color: #ffffff;
  border: 2px solid #000000;
}
.homelocation:hover {
  color: #464d26;
  filter: brightness(120%);
}
.homevideogrid{

  margin-left:auto;
  margin-right:auto;
}
.homevideogrid .agcell-1-2{
  padding:1rem;
}
.homevidgrid-vid{
  width:100%;
  min-height:400px;
}
.videocenterbutton{
  text-align:center;
  text-transform:uppercase;
}
.lightgreen-button{
  display:inline-block;
  background-color:#c4580e;
  padding:0.5rem;
  width:350px;
  transition:all 0.3s;
  max-width:100%;
  text-align:center;
}
.lightgreen-button:hover{
  background:#000;
  color:#fff;
}

.appforfin-benefit{
  display:flex;
  padding-top:2rem;
  padding-bottom:2rem;
}
.appforfin-benefit:nth-child(2){
  border-top:1px solid #f2f8e2;
  border-bottom:1px solid #f2f8e2;
}
.appforfin-benefit-icon{
  width:170px;
  flex-shrink:0;
  text-align:center;
  display:flex;
}
.appforfin-benefit-icon i{
  font-size:4rem;
  margin:auto;
}
.appforfin-benefitt-heading{
  font-weight:bold;
  font-size:1.25rem;
  margin-bottom:0.75rem;
  line-height:100%;
}
.appforfingrid-right{
  position:relative;
  background:#464d26;
  color:#f2f8e2;
  padding-right:1rem;
}
.appforfingrid-left{
  display:flex;
}
.apply-for-financing-larglink{
  margin:auto;
  text-align:center;
  background-image:url("/images/finance-desknew.jpg");
  background-size:cover;
  width:75%;
  padding:3rem;
  border:12px solid #464d26;
  transition:all 0.3s;
  border-radius:100%;
  background-color:#000;
  position:relative;
  z-index:100;
  display:block;
}
.apply-for-financing-larglink:hover{
  transform:scale(1.15);
  background-color:#000;
  border-color:#c4580e;
  cursor:pointer;
}
.appforfingridleft-icon{
  color:#c4580e;
  font-size:5rem;
  line-height:130%;
}
.appforfingridleft-line1{
  color:#fff;
  font-weight:600;
  font-size:1.75rem;
  letter-spacing:2px;
  line-height:100%;
}
.appforfingridleft-line2{
  color:#c4580e;
  font-size:2.5rem;
  letter-spacing:2px;
  font-weight:400;
  line-height:100%;
}
.appforfingrid-left{
  position:relative;
}
.appforfingrid-left:after{
  content:"";
  z-index:1;
  position:absolute;
  top:-90px;
  width:270px;
  height:290px;
  left:10%;
  background-size:cover;
  background-image:url("/images/sp-mascot-point.png");
}
.home-personalized-section{
  text-align:center;
  max-width:1000px;
  margin-left:auto;
  margin-right:auto;
}
.home-personalized-section h1{
  margin:0;
  line-height:100%;
  margin-bottom:1rem;
}
.home-personalized-section h2{
  margin:0;
  font-weight:400;
  font-size:2rem;
  line-height:100%;
  
}

.footer-qualities-grid{
  background-image:url("/images/top-serv-bg.jpg");
  padding:4rem 0.5rem
}
.footer-qualities-grid .cellwrapper{
  padding:2rem 1rem;
  background-color:#efecd7;
  height:100%;
  margin-left:0.5rem;
  margin-right:0.5rem;
  display:block;
  transition:all 0.3s;
  border:3px solid #efecd7;
}
.footer-qualities-grid .cellwrapper:hover{
  background-color:#464d26;
  color:#fff;
  transform:scale(1.05);
}
.footqualgr-icon{
  color:#c4580e;
  font-size:4rem;
  text-shadow:1px 1px 0px rgb(59 77 25 / 50%);
  line-height:100%;
  margin-bottom:1rem;
}
.footqualgr-title{
  font-weight:600;
  font-size:1.25rem;
}
.footqualgr-text{
  font-size:16px;
  margin-top:0.75rem;
}
.focasc-grid{
  text-align:left;
  border-top:1px solid #464d26;
  border-bottom:1px solid #464d26;
}
.focasc-grid .agcell-1-2:nth-child(1){
  background:#c4580e;
}
.focasc-grid .agcell-1-2{
  display:block;
  transition:all 0.3s;
}
.focasc-grid .agcell-1-2:nth-child(2){
  background:#464d26;
  color:#fff;
}
.focasc-grid .agcell-1-2:hover{
  background-color:#000;
  color:#c4580e;
}
.focasc-grid .cellwrapper{
  display:inline-flex;
  padding:1rem;
  width:100%;
  margin:auto;
  justify-content:center;
}
.focasc-g-icon{
  font-size:2rem;
  padding:1rem 0.25rem;
}
.focasc-g-text{
  padding:1rem;
}
.focasc-g-text-large{
  font-size:1.5rem;
  font-weight:bold;
  line-height:100%;
}
.footer-grid .cellwrapper{
  padding:1rem;
  margin:1rem;
  margin:auto;
}
.footer-grid .agcell-1-4{
  display:flex;
}d
.footgrid-cell1 img{
  max-width:240px !important;
}
.footgrid-cell2{
  font-size:16px;
}
.footgrid-heading{
  font-weight:600;
  color:#464d26;
  letter-spacing:2px;
  font-size:18px;
}
.footgridloc-business{
  font-weight:600;
}
.footgridloc-findus{
  font-weight:600;
}
.footgrid-ccs{
  font-size:2rem;
}
.footgrid-helpful-links{
  width:100%;
  margin-top:0.5rem;
}
.footghelp-link:nth-child(1){
  border-top:1px solid #ccc;
}
.footghelp-link{
  padding:0.25rem;
  text-align:left;
  width:250px;
  border-bottom:1px solid #ccc;
}
.contactpagemap{
  width:100%;
  min-height:400px;
  border:2px solid #5f6938 !important;
}
.problem-priority-section{
  background-image:url("/images/bottom-team-picnew.jpg");
  background-size:cover;
  border-top:4px solid #464d26;
  margin-bottom:-3rem;
}
.probprior-wrapper{
  width:65%;
  margin-left:auto;
}
.probprior-heading h3{
  color:#c4580e;
  font-size:2.25rem;
  font-weight:600;
  letter-spacing:1px;
  margin-bottom:0.5rem;
  margin-top:0;
  line-height:100%;
}
.probprior-text{
  color:#fff;
  font-size:1.5rem;
}
.pagelayout-2-1 .agcell-2-3{
  padding:0 1rem 0 2rem;
}
.pagelayout-2-1 .agcell-1-3{
  padding:0 2rem 0 1rem;
}
.rightcolcoupon{
  text-align:center;
  color:#fff;
  padding:0.5rem;
  background-image: url(/images/top-serv-bg.jpg);
  margin-bottom:1rem;
}
.rightcolcoupon-wrapper{
  padding:1rem;
  border:4px dashed #fff;
}
.rcolcoup-logo{
  text-align:center;
}
.rcolcoup-logo img{
  max-width:100%;
  width:180px;
}
.rcolcoup-amt{
  font-weight:600;
  font-size:2rem;
  line-height:100%;
  margin-bottom:0.5rem;
}
.rcolcoup-text{
  margin-bottom:1rem;
}
.rightcol-mascot{
  text-align:center;
}
.rightcol-mascot img{
  max-width:100%;
  width:250px;
  border-bottom:4px solid #464d26;
}
.rightcol-heading{
  font-weight:600;
  font-size:1.5rem;
}
.rightcol-butwrap{
  text-align:center;
  margin-bottom:3rem;
}
.content-ytvid{
  width:100%;
  min-height:500px;
}
.two-column-blog{
  display:flex;
  flex-wrap:wrap;
  list-style-type:none;
  padding-left:1rem;
}
.two-column-blog a:hover{
  text-decoration:underline;
}
.two-column-blog li{
  width:50%;
  font-size:1rem;
  display:flex;
  line-height:120%;
  padding-right:1rem;
  padding-bottom:0.85rem;
}
.two-column-blog li a{
  color:#464d26;
}
.two-column-job{
  display:flex;
  flex-wrap:wrap;
  list-style-type:none;
  padding-left:1rem;
}
.two-column-job li{
  width:50%;
  font-size:1rem;
  display:flex;
  line-height:120%;
  padding-right:1rem;
  padding-bottom:0.85rem;
  list-style-type: none;
}
.two-column-list{
  display:flex;
  flex-wrap:wrap;
  list-style-type:none;
  padding-left:1rem;
}
.two-column-list a:hover{
  text-decoration:underline;
}
.two-column-list li{
  width:50%;
  font-size:1rem;
  display:flex;
  line-height:120%;
  padding-right:1rem;
  padding-bottom:0.85rem;
}
.two-column-list li a{
  color:#464d26;
  text-decoration:underline;
}
.two-column-list li:before{
  font-family:"Font Awesome 6 Free";
  content:"\f058";
  font-weight:bold;
  color:#464d26;
  padding-right:0.75rem;
  display:block;
  line-height:140%;
}
.three-column-list{
  display:flex;
  flex-wrap:wrap;
  list-style-type:none;
  padding-left:1rem;
}
.three-column-list li{
  width:33%;
  font-size:1rem;
  display:flex;
  line-height:120%;
  padding-right:1rem;
  padding-bottom:0.85rem;
}
.four-column-list{
  display:flex;
  flex-wrap:wrap;
  list-style-type:none;
  padding-left:1rem;
  text-align:center;
}
.four-column-list li{
  width:25%;
  font-size:1rem;
  text-align:center;
  background-color:#c4580e;
  display:flex;
  line-height:120%;
  margin:10px 10px 10px 10px;
  padding:20px 20px 20px 20px;
}
.four-column-values{
  display:flex;
  flex-wrap:wrap;
  list-style-type:none;
  padding-left:1rem;
  justify-content: center;
}
.four-column-values li{
  width:24%;
  font-size:1rem;
  display:flex;
  line-height:120%;
  padding-right:1rem;
  padding-bottom:0.85rem;
}
.location-button{
  display:inline-block;
  background-color:#c4580e;
  width:100%;
  padding:0.5rem;
  transition:all 0.3s;
  max-width:100%;
  margin-bottom:4px;
}
.location-button:hover, fas fa-map-marker-alt{
  background:#000;
  color:#fff;
}
.location-button:before{
  font-family:"Font Awesome 6 Free";
  content:"\f3c5";
  font-weight:bold;
  color:#222222;
  padding-right:0.75rem;
  line-height:140%;
}
blockquote:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all .3s ease-in-out;
  z-index: -01;
  background-image: url("/images/top-serv-bg.jpg");
  background-repeat: repeat;
  background-size: 100%;
  background-color:#464d26;
  box-shadow: -0.3em 0.3em #464d26;
  transform: skew(10deg,0deg);
}
blockquote{
  position: relative;
  padding:1rem 2rem;
  z-index: 9;
  color:#fff;
  padding-right:120px;
  margin-top:2rem;
  margin-bottom:2rem;
}
blockquote a{
  color:#c4580e;
}
blockquote:after {
    content: '';
    position: absolute;
    bottom: 0em;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    height: 6em;
    width: 7em;
    transition: all .3s ease-in-out;
    background-image: url("/images/scooterguy-thumbsup-blockquote.png");
    background-position: center;
    right: .2em;
}
.check-list{
  list-style-type:none;
  padding-left:0;
}
.check-list strong{
  display:inline;
  color:#464d26;
}
.check-list li{
  line-height:140%;
  padding:0.5rem;
  border-bottom:1px solid #ccc;
  font-size:1.15rem;
}
.check-list li:nth-child(1){
  border-top:1px solid #ccc;
}
.check-list li:before{
  font-family:"Font Awesome 6 Free";
  content:"\f14a";
  font-weight:bold;
  margin-right:1rem;
  color:#464d26;
  font-size:1.15rem;
}
#jobtags li{
	display: inline;
    background-color: #c4580e;
    padding: 5px;
    list-style-type: none;
    border-radius: 5px;
    line-height: 2.4;
}
.page-statement{
  text-align:center;
  font-weight:600;
  padding:2rem 1rem;
  border-top:1px solid #aaa;
  border-bottom:1px solid #aaa;
  font-size:1.25rem;
}
.financing-heading img{
  max-width:100%;
}
.financing-heading .mainheading{
  color:#222222;
}
#curator-feed-default-feed-layout{
  margin-top:1rem;
}
.comclubphoto{
  width:100%;
}
.financing-heading{
  max-width:800px;
  text-align:center;
  margin:auto;
}
.financing-heading img{
  margin-top:1rem;
  max-width:600px;
}
.financing-grid{
  text-align:center;
}
.financing-grid .cellwrapper{
  padding-left:1rem;
  padding-right:1rem;
}
.fingrid-heading{
  color:#247f3f;
  font-size:1.5rem;
  font-weight:bold;
  line-height:120%;
}
.fingrid-button{
  margin-top:1rem;
}
.fingrid-button a{
  display:inline-block;
  padding:0.75rem 2rem;
  border-radius:0.35rem;
  color:#fff;
  text-transform:uppercase;
  font-weight:bold;
  background-color:#247f3f;
}
.fingrid-terms{
  font-size:16px;
    line-height:120%;
  margin-top:1rem;
}
.financing-terms-section{
  text-align:center;
}
.financing-terms-fp{
  color:#999;
  margin:auto;
}
.financing-terms-fp p{
  margin-bottom:0.5rem;
}
.financing-terms-eol{
  max-width:100px;
  margin:auto;
}
.newcongr-image{
  line-height:0;
}
.newcongr-image img{
  width:100%;
}
.newcongr-heading{
  text-align:center;
  font-size:1.25rem;
  font-weight:600;
  margin:1rem 0;
}
.newcongr-text{
  text-align:center;
}
.new-construction-grid .cellwrapper{
  padding:1rem;
}
.feedback-page-container{
  text-align:center;
  background-image:url("/images/feedback-bg.jpg");
  color:#fff;
  padding:3rem;
}
.feedback-page-header1{
  font-size:3rem;
  font-weight:600;
  line-height:100%;
}
.feedback-page-header2{
  font-size:6rem;
  font-weight:600;
  line-height:100%;
  color:#c4580e;
}
.feedback-page-txt{
  font-size:1.35rem;
  max-width:1000px;
  margin:2rem auto;
}
/* navigation styles */
.nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    justify-content: right;
}

.dropbtn {
    padding: 0.5rem 0.75rem;
    border: none;
    display: block;
    text-decoration: none;
    font-weight:normal;
}

.dropbtn:hover {
}

.dropbtn .fa {
    margin-left: 0.25rem;
    font-weight: normal;
}

/* The container <div> - needed to position the dropdown content */
.nav>.dropdown {
    position: relative;
    display: inline-block;
}
.htg-bottom-left-menu .dropdown:nth-child(1):hover .dropdown-content{
  width:600px;
  display:flex;
}
.htg-bottom-left-menu .dropdown:nth-child(3):hover .dropdown-content{
  width:600px;
  display:flex;
}

.ddcon-col {
  width: 50%;
  display:inline-block;
}

.dropdown-content {
    display: none;
    text-align: left;
    position: absolute;
    padding: 1rem;
    background-color: #fff;
    min-width: 320px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 101;
    border-top: 2px solid #5f6938;
    transition:all 0.3s;
    opacity:0;
}

/* Links inside the dropdown */
.dropdown-content a {
    color:#333;
    padding: 0.25rem 0.25rem;
    text-decoration: none;
    display: block;
    font-weight:normal;
    transition:all 0.3s;
  line-height:140%;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    color: #5f6938;
}

/* Show the dropdown menu on hover */
.dropdown:hover > .dropdown-content {
    display: block;
    text-align: left;
    opacity:1;
}

.dropdown{
    transition:all 0.3s;
}

.dropdown:hover {
  background-color: #5f6938;
  color:#fff;
}
.dropdown:hover a{
  color:#fff;
}
.dropdown:hover .dropdown-content a{
  color:#222;
}
.dropdown-content a:hover{
  text-decoration:underline;
  color:#464d26 !important;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
}
/**** Mobile Navigation ****/
.mobnav-hambar{
  padding:0.5rem;
  line-height:100%;
  font-size:1.25rem;
  text-align:left;
  padding-right:2rem;
  background-color: #464d26;
  padding:0.5rem;
  line-height:100%;
    text-transform:uppercase;
    font-weight:600;
    padding:1rem;
}
.mobnav-hambar{
  
}
.mobilenav{
  width:100%;
  background-color:#464d26;
  color:#fff;
  -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none;
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none;
}

.mobilenav a, .mobilenav span.dropbtn{
  color:#fff;
  text-decoration:none;
  display:block;
  padding:1rem;
    text-transform:uppercase;
}
.mobiledropdown-content a{
  display:block;
  padding:0.75rem 0.75rem 0.75rem 1.5rem;
  background-color:#464d26;
}
.mobiledropdown-content a{
    border-top:1px solid #5f6938;
}
.mobnav-heading a{
  display:inline-block;
  border-bottom:0;
}
.mobnav-hambartext{
  display:inline-block;
  margin-left:1rem;
}
.mobiledropdown-content{
  display:none;
}
.mobnavsection{
  border-bottom:1px solid #464d26;
}
.mobiledropdown-content a:nth-child(1){
  border-top:1px solid #464d26;
}


.career-grid{
  align-items:center;
}
.career-cta{
  text-align:center;
  padding:1rem;
}
.cg-image-container{text-align:center;}
.ccta-line-1, .cgic-services{
  color:#aaa;
  font-weight:600;
  font-size:1.5rem;
}
.ccta-line-2{
  color:#464d26;
  font-weight:600;
  font-size:4.5rem;
  border-bottom:5px solid;
  max-width:600px;
  margin-left:auto;
  margin-right:auto;
  line-height:100%
}
.ccta-line-3{
  color:#464d26;
  font-weight:600;
  font-size:4.5rem;
  line-height:100%
}
.ccta-line-4 a{
  color:#464d26;
  font-weight:600;
  font-size:2rem;
  line-height:100%;
}
.ccta-line-4{
  margin-top:1rem;
}
.sc-gGCDDS{
  font-size:14px;
}
.rwlMapContainer{
  max-height:475px;
}
.landing-page-book-now{
  text-align:center;
  margin-top:2rem;
}

.landing-page-book-now a{
  background-color:#c4580e;
  display:inline-block;
  padding:1rem;
  width:100%;
  max-width:600px;
  border-radius:10rem;
  border:4px solid #464d26;
  font-weight:bold;
  color:#464d26;
}
.landing-page-book-now a:hover{
  background-color:#464d26;
  color:#fff;
}
.promo-two-grid{
  text-align:center;
  flex-wrap:wrap;
  margin-top:2rem;
  max-width:600px;
  margin-left:auto;
  margin-right:auto;
}
.ptg-icon img{
  max-width:100px !important;
}
.ptg-icon{
  line-height:0;
}
.promo-two-grid p{
  margin-top:0;
}
.promo-two-grid .agcell-1-2{
  width:100% !important;
}
.promo-two-grid .agcell-1-2:nth-child(2) img{
  max-width:70px !important;
  margin-bottom:0.75rem;
}
.promo-two-grid strong{
  display:block;
  color:#464d26;
  font-size:1.25rem;
}
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/********* blanket styles *********/
.section{
  padding:3.5rem 2.5rem;
}
.pad-left-1{
  padding-left:1rem;
}
.pad-right-1{
  padding-right:1rem;
}
.pad-left-2{
  padding-left:2rem;
}
.pad-right-2{
  padding-right:2rem;
}
.pad-all-1{
  padding:1rem;
}
.pad-top-3{
  padding-top:3rem;
}
.pad-all-2{
  padding:2rem;
}
.nobanner{
  margin-top:3rem;
}
.dropdown-content a.navlink-blue {
  color:#0e78f7 !important;
}
.dropdown-content a.navlink-blue:hover {
  color:#0e78f7 !important;
  text-decoration:underline;
}
/***********************************/

/**** argent grids ****/

.argentgrid{
  display:flex;
  flex-wrap:wrap;
}
.argentgrid img{
  max-width:100%;
}
.argentgrid .agcell-1-1{ width:100%; }
.argentgrid .agcell-1-2{ width:50%; }

.argentgrid .agcell-1-3{ width:33.3333%; }
.argentgrid .agcell-2-3{ width:66.66666%; }

.argentgrid .agcell-1-4{ width:25%; }
.argentgrid .agcell-3-4{ width:75%; }

.argentgrid .agcell-1-5{ width:20%; }
.argentgrid .agcell-2-5{ width:40%; }
.argentgrid .agcell-3-5{ width:60%; }
.argentgrid .agcell-4-5{ width:80%; }hom


.argentgrid .agcell-1-6{ width: 16.66666%; }

.argentgrid .agcell-1-12{ width: 8.33% }
.argentgrid .agcell-2-12{ width: 16.66% }
.argentgrid .agcell-3-12{ width: 25% }
.argentgrid .agcell-4-12{ width: 33.33% }
.argentgrid .agcell-5-12{ width: 41.66% }
.argentgrid .agcell-6-12{ width: 50% }
.argentgrid .agcell-7-12{ width: 58.33% }
.argentgrid .agcell-8-12{ width: 66.66% }
.argentgrid .agcell-9-12{ width: 75% }
.argentgrid .agcell-10-12{ width: 83.33% }
.argentgrid .agcell-11-12{ width: 91.66% }
.argentgrid .agcell-12-12{ width: 100% }

/**** end argent grids ****/

/***** Media Queries ******/

@media screen and (min-width: 1921px){
  .page{
    max-width:1600px;
  }
}

@media screen and (max-width: 1280px){
  .home-intro-grid .agcell-5-12{
    width:50%;
  }
  .home-intro-grid .agcell-7-12{
    width:50%;
  }
  .apply-for-financing-grid .agcell-5-12{
    width:100%;
  }
  .apply-for-financing-grid .agcell-7-12{
    width:100%;
  }
  .apply-for-financing-larglink{
    margin:auto;
    text-align:center;
    background-image:url("/images/finance-desknew.jpg");
    background-size:cover;
    width:100%;
    padding:1rem;
    border:12px solid #464d26;
    transition:all 0.3s;
    border-radius:0;
    background-color:#000;
    position:relative;
    z-index:100;
    display:block;
  }
  .appforfingridleft-line2{
    font-size:2rem;
    font-weight:bold;
  }
  .apply-for-financing-larglink:hover{
    transform:none;
  }
  .appforfingrid-left:after{
    content:"";
    z-index:100;
    position:absolute;
    top:initial;
    bottom:-24px;
    width:270px;
    height:290px;
    left:-70px;
    background-size:cover;
    background-image:url("/images/sp-mascot-point.png");
    transform:scale(0.75)
  }
  .footer-qualities-grid .agcell-1-4{
    width:50%;
    margin-bottom:1rem;
  }
  .htg-bottom-section{
    display:none;
  }
  .mobilenav{
      display:block !important;;
  }
  header{
    padding:0;
  }
  .htg-middle-area{
    padding:1rem 0;
  }
  .content-ytvid{
    width:100%;
    min-height:400px;
  }
}

@media screen and (max-width: 1024px){
    .homevideogrid .agcell-1-2{
      width:100%;
    }
  .home-intro-grid .agcell-5-12{
    width:100%;
  }
  .home-intro-grid .agcell-7-12{
    width:100%;
  }
  .home-intro-grid .pad-left-1{
    padding:0;
  }
  .home-intro-grid .pad-right-1{
    padding:0;
  }
  .financing-grid .agcell-1-3{
    width:100%;
    margin-bottom:2rem;
    text-align:left;
  }
  .footer-grid .agcell-1-4{
    width:50%;
  }
  .header-tri-grid{
    
  }
  .htg-right-area{
    width:35% !important;
  }
  .htg-left-area{
    width:35% !important;
  }
  .htg-middle-area{
    width:30% !important;
  }
  .htg-schedbut-text{
    width:200px;
  }
  .order-fiters-button .htg-schedbut-text{
    width:160px;
  }
  .htg-phone{
    font-size:1.5rem;
  }
    .pagelayout-2-1 .agcell-1-3{
    width:100%;
  }
  .pagelayout-2-1 .agcell-2-3{
    width:100%;
  }
  .two-column-list li{
    width:100%;
  }
  .two-column-blog li{
    width:100%;
  }
  .three-column-list li{
    width:100%;
  }
  .four-column-list li{
    width:100%;
  }
  .four-column-values li{
    width:100%;
  }
  .pagelayout-2-1 .agcell-2-3{
    padding:0 1rem 0 1rem;
  }
  .pagelayout-2-1 .agcell-1-3{
    padding:0 1rem 0 1rem;
  }
  .ccta-line-2{
    font-size: 2.5rem
  }
  .ccta-line-3{
    font-size: 3rem
  }
}

@media screen and (max-width: 768px){
  .homepage-headingarea .mainheading{
    color:#222;
    font-size:1.5rem;
    font-weight:400;
  }
  .homepage-headingarea .mainheading strong{
    color:#464d26;
    display:block;
    font-size:2rem;
    font-weight:800;
    margin-bottom:0.5rem;
    line-height:100%;
  }
  .section{
    padding:3rem 1.5rem;
  }
  .heading-desc{
    font-size:1rem;
    margin-top:1rem;
    font-weight:600;
    font-style:italic;
  }
  .appforfin-benefit-icon{
    width:100px;
    flex-shrink:0;
    text-align:center;
    display:flex;
  }
  .appforfin-benefit-icon i{
    font-size:3rem;
  }
  .footer-qualities-grid .agcell-1-4{
    width:100%;
    margin-bottom:1rem;
  }
  .mainbanner{
    min-height:300px;
    background-size:cover;
    display:flex;
    color:#fff;
    position:relative;
    z-index:100;
    padding-left:2rem;
    padding-right:2rem;
  }
  .bannermascot:after{
    display:none;
  }
  .focasc-grid .agcell-1-2{
    width:100%;
  }
  .htg-right-area{
    width:100% !important;
  }
  .htg-left-area{
    width:100%  !important;
  }
  .htg-middle-area{
    width:100%  !important;
  }
  .htg-right-area, .htg-left-area, .htg-middle-area{
    text-align:center;
  }
  .htg-middle-area img{
    max-width:200px;
  }
  .htg-middle-area{
    padding-top:0.5rem;
    padding-bottom:0.5rem;
  }
  .htg-right-area{

  }
  .htg-phone{
    padding-left:0;
  }
  .probprior-wrapper{
    text-align:center;
    width:100%;
    margin-top:7rem;
    background-color:rgba(0,0,0,0.5);
    border:1px solid #fff;
    padding:1rem;
  }
  .probprior-heading h3{
    color:#c4580e;
    font-size:1.75rem;
    font-weight:800;
    letter-spacing:1px;
    margin-bottom:0.5rem;
    margin-top:0;
    line-height:100%;
  }
  .probprior-text{
    font-size:1.25rem;
    line-height:140%;
  }
  .new-construction-grid{
    max-width:500px;
    margin:auto;
  }
  .new-construction-grid .agcell-1-2{
    width:100%;
  }
    .htg-schedule-button-anchor{
    width:100%;
    background:#5f6938;
  }
  .order-fiters-button{
    background:#0e78f7;
    margin-top:0;
  }
  .htg-schedule-button{
    width:100%;
    justify-content:center;
  }
  .htg-schedbut-text{
    background-color:#5f6938;
    font-weight:bold;
    text-shadow:1px 1px 0px rgb(46 60 20);
  }
  .htg-schedbut-icon{
    background-color:#5f6938;
    padding:0 0.5rem;
    text-shadow:1px 1px 0px rgb(46 60 20);
  }
  .order-fiters-button .htg-schedbut-icon{
    background-color:#0e78f7;
  }
  .htg-schedule-button:hover{
    background:none;
  }
  .htg-schedule-button-anchor:hover .htg-schedbut-icon,
  .htg-schedule-button-anchor:hover .htg-schedbut-text{
    background:none;
    color:#fff;
  }
  .htg-phone{
    background:#464d26;
    color:#fff;
    text-shadow:1px 1px 0px rgb(46 60 20);
    font-size:1.25rem;
  }
  .htg-phone a{
    color:#fff;
  }
  .career-grid .agcell-1-2{
    width:100%;
  }
  .cg-image-container img{
    max-width:200px;
  }
  .feedback-page-header1{
    font-size:2rem;
  }
  .feedback-page-header2{
    font-size:4rem;
  }
  .feedback-page-button img{
    max-width:100%;
  }
  .feedback-page-container{
    padding:2rem 1rem;
  }
}

@media screen and (max-width: 568px){
  .homevideogrid .agcell-1-2{
    padding:0;
  }
  .homevidgrid-vid{
    min-height:300px;
  }
   .appforfingrid-left:after{
    display:none;
  }
  .appforfin-benefit{
    flex-wrap:wrap;
  }
  .appforfingrid-right{
    padding:1rem;
    text-align:center;
    
  }
  .appforfin-benefit-text{
    width:100%;
  }
  .appforfin-benefit-icon{
    width:100%;
    padding-bottom:1rem;
  }
  .homebannerline-2{
    font-size:1.5rem;
    line-height:100%;
    text-shadow:0 0 6px rgba(0,0,0,0.75);
    letter-spacing:2px;
  }
  .footer-grid .agcell-1-4{
    width:100%;
  }
  .focasc-g-text-large{
    font-size:1.35rem;
  }
  .homebannerline-1:before,
  .homebannerline-1:after{
    content:"";
    height:8px;
    display:block;
    width:40px;
    background-color:#c4580e;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
  }
  .homebannerline-1:before{
    left:-50px;
  }
  .homebannerline-1:after{
    right:-50px;
  }

  blockquote{
    margin-left:0.5rem;
    margin-right:0.5rem;
  }
  .content-ytvid{
    width:100%;
    min-height:280px;
  }
  .contactpagemap{
    min-height:300px;
  }
    .feedback-page-header1{
    font-size:2rem;
  }
  .feedback-page-header2{
    font-size:4rem;
  }
  .feedback-page-button img{
    max-width:100%;
  }
  .feedback-page-container{
    padding:2rem 1rem;
  }
  .feedback-page-txt{
    font-size:1.25rem;
    line-height:140%;
  }
  .feedback-page-header2{
    font-size:3rem;
  }
}

@media screen and (max-width: 450px){
  .homevidgrid-vid{
    min-height:220px;
  }
  .content-ytvid{
    width:100%;
    min-height:240px;
  }
  .howcanhelp-heading{
    font-size:1.5rem;
    font-weight:600;
    line-height:100%;
  }
  .howcanhelp-button a{
    background-color:#464d26;
    display:inline-block;
    padding:0.75rem 1rem;
    color:#fff;
    text-transform:uppercase;
    transition:all 0.3s;
  }
}

@media screen and (max-width: 400px){
	
}
.responsive-video {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
    width: 100%; /* Ensure it uses all available width */
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.responsive-form {
    position: relative;
    padding-bottom: 120%; /* Adjust the padding to maintain aspect ratio */
    height: 0;
    overflow: hidden;
}

.responsive-form iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.responsive-form {
    position: relative;
    padding-bottom: 150%; /* Adjust this value as needed */
    height: 0;
    overflow: hidden;
}

.servicemap {
  width: 100%;
  height: 500px;
  background-image: url('https://www.scooterplumbing.com/images/scooter-service-area.jpg');
  background-size: cover;
  background-position: center;
}

/* Mobile */
@media (max-width: 667px) {
  .servicemap {
    width: 667px;
    max-width: 100%;
    margin: 0 auto;
  }
}

/* HOMEPAGE CSS START */

#sp-home-page{--sp-home-olive:#465125;--sp-home-dark:#20270e;--sp-home-soft:#6c764a;--sp-home-orange:#c95608;--sp-home-bright:#e86c13;--sp-home-cream:#fff8e9;--sp-home-paper:#f7f0df;--sp-home-ink:#171b0d}
    #sp-home-page *{box-sizing:border-box}#sp-home-page{scroll-behavior:smooth}#sp-home-page{margin:0;background:var(--sp-home-cream);color:var(--sp-home-ink);font-family:Arial,Helvetica,sans-serif}#sp-home-page a{color:inherit;text-decoration:none}#sp-home-page img{max-width:100%}
    .sp-home-topbar{align-items:center;background:var(--sp-home-dark);color:var(--sp-home-cream);display:flex;font-size:.76rem;font-weight:800;justify-content:space-between;letter-spacing:.09em;padding:.65rem clamp(1rem,5vw,5rem);text-transform:uppercase}.sp-home-topbar span:last-child{display:flex;gap:.35rem}
    .sp-home-header{align-items:center;background:rgba(255,248,233,.97);border-bottom:1px solid rgba(32,39,14,.12);display:grid;gap:2.2rem;grid-template-columns:minmax(180px,290px) 1fr auto;min-height:104px;padding:.8rem clamp(1rem,5vw,5rem);position:relative;z-index:20}.sp-home-brand img{display:block;height:78px;width:auto}.sp-home-nav{display:flex;gap:clamp(1.2rem,3vw,2.5rem);justify-content:center}.sp-home-nav a{font-size:.9rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.sp-home-cta,.sp-home-button{align-items:center;border:2px solid transparent;display:inline-flex;font-size:.84rem;font-weight:900;gap:.55rem;justify-content:center;letter-spacing:.06em;min-height:50px;padding:.9rem 1.25rem;text-transform:uppercase;transition:.2s}.sp-home-cta,.sp-home-primary{background:var(--sp-home-orange);box-shadow:5px 5px 0 var(--sp-home-dark);color:#fff}.sp-home-cta:hover,.sp-home-primary:hover{box-shadow:7px 7px 0 var(--sp-home-dark);transform:translate(-2px,-2px)}
    .sp-home-hero{background:var(--sp-home-olive);color:var(--sp-home-cream);display:grid;grid-template-columns:minmax(0,1.07fr) minmax(340px,.93fr);min-height:670px;overflow:hidden;padding:clamp(4rem,8vw,7rem) clamp(1.2rem,7vw,7rem) 0;position:relative}.sp-home-hero:before{background-image:repeating-linear-gradient(-45deg,rgba(255,255,255,.035) 0 2px,transparent 2px 13px);content:"";inset:0;position:absolute}.sp-home-hero:after{background:var(--sp-home-orange);bottom:0;content:"";height:14px;left:0;position:absolute;right:0}.sp-home-hero-copy{max-width:760px;padding-bottom:6rem;position:relative;z-index:3}.sp-home-eyebrow{color:var(--sp-home-bright);font-size:.78rem;font-weight:900;letter-spacing:.14em;margin:0 0 1.1rem;text-transform:uppercase}.sp-home-hero h1{font-size:clamp(3.25rem,6vw,6.8rem);font-weight:900;letter-spacing:-.065em;line-height:.88;margin:0;text-transform:uppercase}.sp-home-hero h1 em{color:var(--sp-home-bright);display:block;font-family:Georgia,serif;font-size:1.06em;letter-spacing:-.04em;text-transform:none}.sp-home-hero-lede{color:rgba(255,248,233,.88);font-family:Georgia,serif;font-size:clamp(1.1rem,1.45vw,1.4rem);line-height:1.55;margin:2rem 0;max-width:640px}.sp-home-hero-actions,.sp-home-proof{display:flex;flex-wrap:wrap;gap:1rem}.sp-home-secondary{border-color:rgba(255,248,233,.66);color:var(--sp-home-cream)}.sp-home-secondary:hover{background:var(--sp-home-cream);color:var(--sp-home-dark)}.sp-home-proof{gap:1rem 1.5rem;margin-top:2.2rem}.sp-home-proof span{font-size:.85rem;font-weight:800}.sp-home-proof span:before{color:var(--sp-home-bright);content:"✓";margin-right:.4rem}.sp-home-hero-art{align-self:end;height:100%;min-height:560px;position:relative;z-index:2}.sp-home-hero-art>img{bottom:0;filter:drop-shadow(16px 10px 0 rgba(24,30,8,.42));height:min(620px,64vw);left:50%;max-width:none;position:absolute;transform:translateX(-49%);z-index:2}.sp-home-halo{background:var(--sp-home-cream);border:13px solid var(--sp-home-orange);border-radius:50%;height:min(490px,38vw);left:50%;position:absolute;top:3%;transform:translateX(-50%);width:min(490px,38vw)}.sp-home-badge{background:var(--sp-home-cream);border:3px solid var(--sp-home-dark);bottom:4rem;color:var(--sp-home-dark);font-family:Georgia,serif;left:-1rem;padding:.8rem 1rem;position:absolute;transform:rotate(-4deg);z-index:5}.sp-home-badge strong{display:block;font-family:Arial,sans-serif;font-size:.72rem;letter-spacing:.09em;text-transform:uppercase}
    .sp-home-ribbon{background:var(--sp-home-dark);border-bottom:5px solid var(--sp-home-orange);padding:.9rem clamp(1rem,8vw,7rem);text-align:center}.sp-home-ribbon img{display:block;margin:auto;max-height:62px;width:min(980px,92vw)}
    .sp-home-services{background:var(--sp-home-paper);padding:clamp(4.5rem,8vw,8rem) clamp(1.2rem,7vw,7rem)}.sp-home-heading{margin:0 auto 3rem;max-width:760px;text-align:center}.sp-home-heading h2,.sp-home-areas h2{color:var(--sp-home-dark);font-size:clamp(2.35rem,4.7vw,4.7rem);font-weight:900;letter-spacing:-.055em;line-height:.98;margin:0;text-transform:uppercase}.sp-home-heading>p:last-child{color:#596044;font-family:Georgia,serif;font-size:1.15rem;line-height:1.6;margin:1.2rem auto 0;max-width:610px}.sp-home-grid{display:grid;gap:1.15rem;grid-template-columns:repeat(3,minmax(0,1fr));margin:auto;max-width:1320px}.sp-home-card{background:var(--sp-home-cream);border:1px solid rgba(32,39,14,.16);box-shadow:7px 7px 0 rgba(70,81,37,.13);min-height:300px;padding:2rem;transition:.2s}.sp-home-card:hover{box-shadow:10px 10px 0 var(--sp-home-orange);transform:translate(-3px,-3px)}.sp-home-icon{align-items:center;background:var(--sp-home-orange);border-radius:50%;color:#fff;display:flex;font-size:1.6rem;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.sp-home-card h3{color:var(--sp-home-dark);font-size:1.35rem;font-weight:900;margin:0;text-transform:uppercase}.sp-home-card p{color:#616750;font-family:Georgia,serif;line-height:1.6}.sp-home-card a{color:var(--sp-home-orange);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
    .sp-home-areas{align-items:center;background:var(--sp-home-olive);color:var(--sp-home-cream);display:grid;gap:3rem;grid-template-columns:1.05fr .95fr;padding:clamp(4rem,7vw,6.5rem) clamp(1.2rem,7vw,7rem)}.sp-home-areas h2{color:var(--sp-home-cream);font-size:clamp(2.2rem,4vw,4rem)}.sp-home-area-list{display:grid;gap:.8rem;grid-template-columns:repeat(2,1fr)}.sp-home-area-list span{background:var(--sp-home-cream);color:var(--sp-home-dark);font-size:.92rem;font-weight:900;letter-spacing:.06em;padding:1.25rem;text-transform:uppercase}.sp-home-area-list span:before{color:var(--sp-home-orange);content:"●";margin-right:.55rem}
    .sp-home-why{background:var(--sp-home-cream);display:grid;grid-template-columns:.92fr 1.08fr;min-height:680px;overflow:hidden}.sp-home-why-art{align-items:center;background:var(--sp-home-orange);display:flex;justify-content:center;min-height:680px;padding:5rem;position:relative}.sp-home-why-art:before{border:3px solid rgba(255,248,233,.65);content:"";inset:2.2rem;position:absolute}.sp-home-why-art>img{filter:drop-shadow(5px 5px 0 rgba(32,39,14,.35));position:relative;transform:rotate(-3deg);width:92%;z-index:2}.sp-home-year{align-items:center;background:var(--sp-home-dark);border-radius:50%;color:var(--sp-home-cream);display:flex;flex-direction:column;height:120px;justify-content:center;left:2.2rem;position:absolute;top:2.2rem;transform:rotate(-10deg);width:120px;z-index:4}.sp-home-year strong{font-size:1.85rem}.sp-home-why-copy{align-self:center;padding:clamp(4rem,7vw,7rem)}.sp-home-why h2,.sp-home-promise h2,.sp-home-schedule h2{color:var(--sp-home-dark);font-size:clamp(2.6rem,5vw,5.4rem);font-weight:900;letter-spacing:-.06em;line-height:.92;margin:0;text-transform:uppercase}.sp-home-intro{color:#5a6145;font-family:Georgia,serif;font-size:1.12rem;line-height:1.7;margin:1.5rem 0 2.3rem}.sp-home-benefits{display:grid;gap:1.2rem}.sp-home-benefits article{display:grid;gap:1rem;grid-template-columns:56px 1fr}.sp-home-benefits b{align-items:center;background:var(--sp-home-olive);border-radius:50%;color:var(--sp-home-cream);display:flex;font-size:1.4rem;height:52px;justify-content:center;width:52px}.sp-home-benefits span{color:#60664d;font-family:Georgia,serif;line-height:1.45}.sp-home-benefits strong{color:var(--sp-home-dark);display:block;font-family:Arial,sans-serif;font-size:.9rem;letter-spacing:.06em;text-transform:uppercase}
    .sp-home-promise{align-items:center;background:var(--sp-home-dark);color:var(--sp-home-cream);display:grid;gap:2.4rem;grid-template-columns:1fr auto;padding:3.5rem clamp(1.2rem,7vw,7rem)}.sp-home-promise h2{color:var(--sp-home-cream);font-size:clamp(2.2rem,3.6vw,3.9rem)}.sp-home-promise p:last-child{color:rgba(255,248,233,.75);font-family:Georgia,serif;line-height:1.55}.sp-home-cream-button{background:var(--sp-home-cream);box-shadow:5px 5px 0 var(--sp-home-orange);color:var(--sp-home-dark);white-space:nowrap}
    .sp-home-schedule{background:var(--sp-home-paper);display:grid;grid-template-columns:1.1fr .9fr;min-height:580px;overflow:hidden}.sp-home-schedule-copy{align-self:center;padding:clamp(4rem,8vw,8rem)}.sp-home-schedule-copy>p:not(.sp-home-eyebrow){color:#5a6145;font-family:Georgia,serif;font-size:1.15rem;line-height:1.65;margin:1.5rem 0 2rem}.sp-home-schedule-art{background:var(--sp-home-olive);min-height:580px;position:relative}.sp-home-schedule-art>img{bottom:-3rem;filter:drop-shadow(13px 10px 0 rgba(32,39,14,.35));height:590px;left:50%;max-width:none;position:absolute;transform:translateX(-50%);z-index:2}.sp-home-schedule-circle{background:var(--sp-home-cream);border:14px solid var(--sp-home-orange);border-radius:50%;height:430px;left:50%;position:absolute;top:4rem;transform:translateX(-50%);width:430px}
    #sp-home-page footer{align-items:center;background:var(--sp-home-cream);border-top:8px solid var(--sp-home-orange);display:grid;gap:1rem 2rem;grid-template-columns:minmax(180px,260px) 1fr auto;padding:2.5rem clamp(1.2rem,7vw,7rem)}#sp-home-page footer img{height:72px;width:auto}#sp-home-page footer p{color:#626750;font-family:Georgia,serif}#sp-home-page footer nav{display:flex;flex-wrap:wrap;gap:1.4rem}#sp-home-page footer nav a{font-size:.74rem;font-weight:900;text-transform:uppercase}#sp-home-page footer small{border-top:1px solid rgba(32,39,14,.16);color:#777b69;grid-column:1/-1;padding-top:1.25rem}
    @media(max-width:900px){.sp-home-nav{display:none}.sp-home-header{grid-template-columns:1fr auto}.sp-home-hero{grid-template-columns:1fr .82fr;padding-left:2rem;padding-right:2rem}.sp-home-grid{grid-template-columns:repeat(2,1fr)}.sp-home-why{grid-template-columns:1fr}.sp-home-why-art{min-height:500px}.sp-home-schedule{grid-template-columns:1fr .8fr}}
    @media(max-width:700px){.sp-home-topbar{justify-content:center}.sp-home-topbar span:last-child{display:none}.sp-home-header{min-height:88px}.sp-home-brand img{height:60px}.sp-home-cta{display:none}.sp-home-hero{display:flex;flex-direction:column;min-height:auto;padding:3.8rem 1.2rem 0}.sp-home-hero-copy{padding-bottom:2.5rem}.sp-home-hero h1{font-size:clamp(3.2rem,15vw,5rem)}.sp-home-hero-actions{flex-direction:column}.sp-home-button{width:100%}.sp-home-proof{display:grid}.sp-home-hero-art{height:410px;min-height:410px}.sp-home-hero-art>img{height:445px}.sp-home-halo{height:330px;width:330px}.sp-home-badge{bottom:2rem;left:0}.sp-home-grid,.sp-home-areas{grid-template-columns:1fr}.sp-home-card{min-height:auto}.sp-home-why-art{min-height:390px;padding:3rem}.sp-home-year{height:90px;left:1.2rem;top:1.2rem;width:90px}.sp-home-why-copy{padding:4.5rem 1.2rem}.sp-home-promise{grid-template-columns:1fr;padding-block:4rem}.sp-home-schedule{display:flex;flex-direction:column}.sp-home-schedule-copy{padding:4.5rem 1.2rem}.sp-home-schedule-art{min-height:410px}.sp-home-schedule-art>img{height:450px}.sp-home-schedule-circle{height:310px;width:310px}#sp-home-page footer{grid-template-columns:1fr;text-align:center}#sp-home-page footer img{margin:auto}#sp-home-page footer nav{justify-content:center}#sp-home-page footer small{grid-column:1}.sp-home-area-list{grid-template-columns:1fr}}

/* HOMEPAGE CSS END */

/* Landing Page and Mobile Contact Footer */
    #sp-qr-page {
        --green: #5f6938;
        --dark: #464d26;
        --burnt: #c4580e;
        --cream: #f3f5ec;
        --white: #ffffff;
        --text: #25301d;
        font-family: inherit;
        color: var(--text);
        background: var(--white);
    }

    #sp-qr-page * {
        box-sizing: border-box;
    }

    #sp-qr-page h1,
    #sp-qr-page h2,
    #sp-qr-page h3,
    #sp-qr-page p {
        margin-top: 0;
    }

    #sp-qr-page a {
        text-decoration: none;
    }

    .sp-qr-container {
        width: min(1140px, calc(100% - 36px));
        margin: 0 auto;
    }

    .sp-qr-kicker {
        display: block;
        margin-bottom: 12px;
        color: var(--burnt);
        font-size: 15px;
        font-weight: 900;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }

    .sp-qr-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .sp-qr-btn {
        min-height: 58px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        padding: 14px 24px;
        border: 2px solid transparent;
        border-radius: 8px;
        font-size: 18px;
        font-weight: 900;
        cursor: pointer;
    }

    .sp-qr-btn-green {
        background: var(--burnt);
        color: var(--dark);
    }

    .sp-qr-btn-outline {
        border-color: rgba(255,255,255,.75);
        background: rgba(255,255,255,.08);
        color: var(--white);
    }

    /* 1. PROMO */

    .sp-qr-hero {
        min-height: 650px;
        display: flex;
        align-items: center;
        padding: 78px 0;
        background:
            linear-gradient(90deg, rgba(15,21,9,.96) 0%, rgba(25,34,15,.84) 48%, rgba(25,34,15,.16) 100%),
            url('https://www.scooterplumbing.com/images/promo.jpg') center center / cover no-repeat;
    }

    .sp-qr-hero-copy {
        max-width: 760px;
        color: var(--white);
    }

    .sp-qr-hero h1 {
        margin-bottom: 20px;
        color: var(--white);
        font-size: clamp(58px, 9vw, 100px);
        line-height: .87;
        letter-spacing: -3px;
        text-transform: uppercase;
    }

    .sp-qr-hero h1 strong {
        display: block;
        color: var(--burnt);
        font-size: 1.2em;
    }

    .sp-qr-hero p {
        max-width: 620px;
        margin-bottom: 24px;
        color: rgba(255,255,255,.9);
        font-size: 22px;
        font-weight: 700;
        line-height: 1.4;
    }

    .sp-qr-points {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 22px;
        margin: 0 0 28px;
        padding: 0;
        list-style: none;
        color: var(--white);
        font-weight: 800;
    }

    .sp-qr-points i {
        margin-right: 6px;
        color: var(--burnt);
    }

    .sp-qr-fine-print {
        margin-top: 14px;
        color: rgba(255,255,255,.68);
        font-size: 13px;
    }

    /* 2. $35 CHURCH MEMBER OFFER */

    .sp-qr-repair {
        padding: 48px 0;
        background: var(--cream);
    }

    .sp-qr-repair-card {
        display: grid;
        grid-template-columns: 210px 1fr;
        align-items: center;
        gap: 38px;
        padding: 38px 46px;
        border-radius: 18px;
        background: var(--dark);
        color: var(--white);
        box-shadow: 0 18px 50px rgba(25,34,15,.22);
    }

    .sp-qr-repair-card img {
        width: 100%;
        max-width: 190px;
        display: block;
        margin: 0 auto;
    }

    .sp-qr-repair-card h2 {
        margin-bottom: 12px;
        color: var(--white);
        font-size: clamp(48px, 7vw, 76px);
        line-height: .92;
        letter-spacing: -2px;
        text-transform: uppercase;
    }

    .sp-qr-repair-card h2 strong {
        color: var(--burnt);
    }

    .sp-qr-repair-card p {
        margin-bottom: 20px;
        color: rgba(255,255,255,.82);
        font-size: 19px;
        font-weight: 700;
    }

    /* 3. PLUMBING + ELECTRICAL */

    .sp-qr-services {
        padding: 72px 0;
    }

    .sp-qr-section-title {
        max-width: 800px;
        margin: 0 auto 34px;
        text-align: center;
    }

    .sp-qr-section-title h2 {
        margin-bottom: 10px;
        color: var(--dark);
        font-size: clamp(42px, 6vw, 66px);
        line-height: .95;
        letter-spacing: -2px;
        text-transform: uppercase;
    }

    .sp-qr-section-title p {
        margin-bottom: 0;
        color: #5d6557;
        font-size: 18px;
        font-weight: 700;
    }

    .sp-qr-service-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 22px;
    }

    .sp-qr-service-card {
        padding: 40px;
        border: 1px solid #dfe5d8;
        border-radius: 16px;
        background: var(--white);
        box-shadow: 0 10px 30px rgba(25,34,15,.08);
    }

    .sp-qr-service-card i {
        margin-bottom: 20px;
        color: var(--green);
        font-size: 46px;
    }

    .sp-qr-service-card h3 {
        margin-bottom: 8px;
        color: var(--dark);
        font-size: clamp(36px, 5vw, 52px);
        line-height: 1;
        text-transform: uppercase;
    }

    .sp-qr-service-card p {
        margin-bottom: 18px;
        color: #5d6557;
        font-size: 17px;
        font-weight: 700;
    }

    .sp-qr-link {
        color: var(--green);
        font-size: 17px;
        font-weight: 900;
    }

    /* 4. FAITH + COMMUNITY */

    .sp-qr-community {
        padding: 72px 0;
        background: var(--green);
        color: var(--white);
        text-align: center;
    }

    .sp-qr-community h2 {
        margin-bottom: 14px;
        color: var(--white);
        font-size: clamp(42px, 7vw, 72px);
        line-height: .95;
        letter-spacing: -2px;
        text-transform: uppercase;
    }

    .sp-qr-community p {
        max-width: 760px;
        margin: 0 auto 28px;
        color: rgba(255,255,255,.82);
        font-size: 20px;
        font-weight: 700;
    }

    .sp-qr-charities {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .sp-qr-charities a {
        padding: 12px 16px;
        border: 1px solid rgba(255,255,255,.3);
        border-radius: 999px;
        background: rgba(255,255,255,.08);
        color: var(--white);
        font-weight: 900;
    }

    /* 5. CHURCH REVIEW */

    .sp-qr-review {
        padding: 65px 0;
        background: var(--cream);
    }

    .sp-qr-review-card {
        max-width: 900px;
        margin: 0 auto;
        padding: 38px;
        border-left: 7px solid var(--burnt);
        border-radius: 14px;
        background: var(--white);
        box-shadow: 0 12px 35px rgba(25,34,15,.09);
    }

    #sp-qr-page .sp-qr-review-card blockquote,
    #sp-qr-page .sp-qr-review-card blockquote * {
        margin: 0 0 16px;
        color: #ffffff !important;
        font-size: clamp(26px, 4vw, 38px);
        font-weight: 900;
        line-height: 1.2;
        text-shadow: 0 2px 5px rgba(0,0,0,.65);
    }

    .sp-qr-review-card strong {
        color: var(--green);
        font-size: 17px;
    }

    .sp-qr-review-card a {
        display: inline-block;
        margin-top: 14px;
        color: var(--green);
        font-weight: 900;
    }

    /* FINAL CTA */

    .sp-qr-final {
        padding: 68px 0;
        background: var(--dark);
        color: var(--white);
        text-align: center;
    }

    .sp-qr-final h2 {
        margin-bottom: 12px;
        color: var(--white);
        font-size: clamp(44px, 7vw, 76px);
        line-height: .95;
        text-transform: uppercase;
    }

    .sp-qr-final p {
        margin-bottom: 24px;
        color: rgba(255,255,255,.8);
        font-size: 20px;
        font-weight: 700;
    }

    .sp-qr-final .sp-qr-actions {
        justify-content: center;
    }

    .sp-qr-mobile-bar {
        display: none;
    }

    @media (max-width: 760px) {
        .sp-qr-hero {
            min-height: 610px;
            padding: 60px 0 76px;
            background:
                linear-gradient(90deg, rgba(15,21,9,.96) 0%, rgba(25,34,15,.79) 75%, rgba(25,34,15,.5) 100%),
                url('https://www.scooterplumbing.com/images/promo.jpg') 64% center / cover no-repeat;
        }

        .sp-qr-hero h1 {
            font-size: clamp(52px, 17vw, 76px);
            letter-spacing: -2px;
        }

        .sp-qr-repair-card,
        .sp-qr-service-grid {
            grid-template-columns: 1fr;
        }

        .sp-qr-repair-card {
            gap: 18px;
            padding: 32px 24px;
            text-align: center;
        }

        .sp-qr-repair-card img {
            max-width: 145px;
        }

        .sp-qr-repair-card .sp-qr-actions {
            justify-content: center;
        }

        .sp-qr-actions .sp-qr-btn {
            width: 100%;
        }

        .sp-qr-service-card {
            padding: 30px;
        }

        .sp-qr-mobile-bar {
            position: fixed;
            z-index: 9999;
            right: 0;
            bottom: 0;
            left: 0;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 8px;
            padding: 9px;
            background: var(--white);
            box-shadow: 0 -5px 24px rgba(0,0,0,.18);
        }

        .sp-qr-mobile-bar a,
        .sp-qr-mobile-bar button {
            min-height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            border: 0;
            border-radius: 7px;
            background: var(--green);
            color: var(--white);
            font-size: 15px;
            font-weight: 900;
        }

        .sp-qr-mobile-bar button {
            background: var(--burnt);
            color: var(--dark);
        }

    }