:root {
  --primary-color: #8abab5;
  --secondary-color: #9b674d;
  --blue-color:#39746e;
}

*{
    box-sizing:border-box;
}
body{
    background-color: #e7e7e7;
    margin:0;
    padding:0;
}
body a{
  font-weight:600;
  color:var(--primary-color);
}
html{
    padding:0;
    margin:0;
    text-align:center;
    font-family:"Poppins", sans-serif;
    color:#333;
}
.page{
    background:#fff;
    text-align:left;
    margin:auto;
    font-size:18px;
    box-shadow:0 0 30px rgba(0,0,0,0.2)
}
.pagewidth{
  max-width:1400px;
  margin:auto;
}
.business-hours{
margin-bottom:1em
}
.business-hours .hours{
  display:flex;
}
.business-hours .hours:last-child{
  border-bottom:none;
}
.business-hours .hours .day{
  width:105px;
}
.logo-wrapper{
  display:flex;
  max-width:240px;
}
.logo-wrapper{
  line-height:0;
}
.logo-wrapper img{
  max-width:100%;
  min-height:90px;
}
.topnav-wrapper{
    background: #a27156;
    text-align: center;
    border-top:1px solid #e2e2e2;
    box-shadow:0 2px 4px rgba(0,0,0,0.3);
    position:relative;
    z-index:10;
}
.header-main .pagewidth{
  display:flex;
  padding:1rem;
  position:relative;
  max-width:1200px;
}
.header-right{
  width:100%;
  text-align:right;
  padding-top:0.5rem;
}
.home-services{
  text-align:center;
  font-size:1rem;
}
.home-services p{
  padding-left:1rem;
  padding-right:1rem;
}
.home-services .cellwrapper{
  margin:1rem 1rem;
  padding-bottom:1rem;
  border:1px solid #8d8d8d;
  background:#fff;
}
.hs-img-container{
  line-height:0;
}
.home-services h3{
  margin-top:0;
  margin-bottom:1rem;
  font-size:1.75rem;
  font-weight:600;
  color:#fff;
  background-color: #39746e;
}
.home-services h3 a{
  color:#333;
}
.home-services img{
  max-width:100%;
}
.hs-icon-container{
  
}
.callustxt{
  color: #39746e;
  font-size:1.79rem;
  padding-right:0.75rem;
}
.header-right-tagline{
  color: #0a1c46;
  display:inline-block;
  font-size:1.12rem;
  border-top: 1px solid #31363a;
  font-weight:400;
}
.header-phone i{
  padding-right:0.25rem;
}
.header-phone a{
  font-family:"Poppins", sans-serif;
  color: #333;
  font-weight:600;
  text-decoration:none;
  font-size:1.79rem;
  line-height:100%;
  margin-top:0.25rem;
  display:inline-block;
}
.header-phone .fa{
  margin-right:0.5rem
}
.book-appointment{
  margin-top:0.5rem;
  position:absolute;
  bottom:1rem;
  right:1rem;
}
.ft-line4 .book-appointment a{
  background-color:#ef870e;
  border-color:#ef870e;
}
.ft-line4 .book-appointment:hover a{
  background-color:#fff;
  border-color:#ef870e;
  color:#ef870e;
}
.book-appointment a{
  display:inline-block;
  background-color: #e39435;
  color: #03103b;
  padding:0.25rem 1.5rem;
  border-radius:10rem;
  text-decoration:none;
  font-weight:600;
  text-align:center;
  border: 2px solid #03103b;
}
.book-appointment a:hover{
  color:#d63e39;
  background-color:#fff;
}
.topnav{
    display:inline-flex;
  flex-wrap:wrap;
}
.tn-cell{
    text-align:center;
}
.tn-cell a{
    display:inline-block;
    padding:0.5rem 0.75rem;
    color: #ffffff;
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    font-size:1.09rem;
}
.tn-cell a:hover{
    background-color:var(--secondary-color);
    color:var(--primary-color);
    transition: background-color 0.25s ease-out;
}
.header-message{
  color:#fff;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  z-index:10;
  background-color:rgba(0,0,0,0.6);
}
.headmess-text{
  width:60%;
  text-shadow:1px 1px 1px rgba(0,0,0,1);
}
.headmess-button{
  width:40%;
  text-align:center;
  display:flex;
}
.headmess-button a{
  display:inline-block;
  padding:0.75rem 1rem;
  background: #39746e;
  color:#fff;
  text-decoration:none;
  border:1px solid #fff;
  margin-left:auto;
  margin-top:auto;
  margin-bottom:auto;
  font-weight:600;
  letter-spacing:1px;
  line-height:100%;
  border-radius:0.5rem;
}
.headmess-button a:hover{
  color:var(--secondary-color);
  background-color:var(--primary-color);
  border:2px solid var(--secondary-color);
}
.headmess-button i{
  font-size:1.75rem;
  vertical-align:middle;
  margin-right:0.25rem;
}
.headm-text-line1{
  font-size:2rem;
  line-height:120%;
  font-weight:800;
  letter-spacing:2px;
}
.headm-text-line2{
  font-size:1.5rem;
  line-height:120%;
  font-weight:200;
}
.header-message .pagewidth{
  display:flex;
  max-width:800px;
  position:relative;
  z-index:100;
  padding:0.75rem 0;
}
.headmess-no-quote-button .headmess-text{
  width:100%;
  text-align:center;
}
/**** argent slider start ****/
#argentslider {
    width: 100%;
    margin: auto;
    min-height: 450px;
    position: relative;
border-bottom:4px solid #0a1c46;
}

.argentslider-back, .argentslider-front {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;

}
.argentslider-front {
    display: flex !important;
    text-align: center;
}
.why-elevator-section{
}
.why-elevator-section h1{
}
.why-elevator-section h2{
  text-align:left;
}
.banner{
  background-size:cover;
  min-height:300px;
  border-bottom:4px solid var(--primary-color);
  position:relative;
}
.banner-image-credit{
  color:#fff;
  background:#061642;
  text-align:center;
  width:100%;
  font-size:14px;
  line-height:100%;
  padding:8px 0 12px 0;
}
.gallery-section img{
  max-width:100%;
}
.gallery-section .cellwrapper{
  padding:1rem;
}
/**** argent slider end ****/

.section{
    padding-top:3rem;
    padding-bottom:3rem;
    padding-left:1rem;
    padding-right:1rem;
}
.section-img-half{
  padding-top:0;
  padding-bottom:0;

  background-color:#f1ede8;
  display:flex;
}
.section-img-half .mainheading{
  margin-top:0;
}
.section-left{
  width:50%;
}
.section-left .max-600{
  margin-left:auto;
  padding-right:2rem;
}
.section-right .max-600{
  margin-right:auto;
  padding-left:2rem;
}
.padding-horizontal-3{
  padding:3rem 0;
}
.we-welcome{
  font-size:1.5rem;
  color: #F44336;
}
.section-right{
  width:50%;
}
.section-rightimg, 
.section-leftimg{
  background-size:cover;
  padding:3rem 0;
}
.graybg{
  background-color: #f1ede8;
}
.bluebg{
  background-color:var(--blue-color);
}
.top-bar-promo{
  background: #222222;
  color:#fff;
  padding:0.5rem;
  text-align:center;
  text-transform:uppercase;
  font-weight:100;
  letter-spacing:1px;
}
.top-bar-promo a{
  color:#f9ec31;
  font-weight:600;
}
footer {
  text-align: center;
}
.footer-bottom{
  background: #ccc1ae;
}
.footer-top{
  padding:1rem;
  background-color: #f1ede8;
  border-top:1px solid #ddd;
}
.ft-line1{
  font-size:2rem;
  color: #39746e;
  font-weight:bold;
  line-height:110%;
}
.ft-line2{
  padding:0.5rem 0 0.5rem 0;
  font-size:2rem;
  font-weight:600;
}
.ft-line2 a{
  color: #222;
  text-decoration:none;
}
.ft-line2 a:hover{
  font-weight:600;
}
.ft-line2 i{
  margin-right:0.25rem;
}
.ft-line3{

}
.footer-bottom{
  background-color: #222222;
  color:#fff;
  padding:1rem;
  font-size:16px;
}
.foot-bot-wrapper{
  padding:1rem;
  position:relative;
  z-index:101;
}
.footer-logo{
  z-index:100;
  position:relative;
  padding-top:3rem;
}
.footer-logo img{
  max-width:250px;
}
.footer-menu{
    display:flex;
    flex-wrap:wrap;
    padding:2rem 0 3rem 0;
  text-align:left;
  position:relative;
  z-index:999;
  font-size:1rem;
}
.footer-menu a{
    color:#ffffff;
    font-weight:400;
}
.footer-col{
  width: 25%;
  padding:0 2rem;
}
.footer-col p{
  margin-top:0;
}
.footer-col:nth-child(3){

}
.footer-col:nth-child(3) h4{

}
.footer-col:nth-child(2){
  width:20%;
}
.footer-col:nth-child(3){
  width:30%;
}
.footer-col:nth-child(2) h4{

}
.footer-col h4{
    font-size:1.5rem;
  font-weight:600;
    margin:0 0 0rem 0;
  text-align:left;
}
.footer-col li{
    list-style:none;
}
.footer-col ul{
    padding-left:0;
  margin-top:0.5rem;
}
.home-services .cellwrapper{

}
.hs-icon-container{
  
}
.section-top-icon{
  text-align:center;
}
.section-top-icon img{
  max-width:80px;
}
.why-elevator img{
  width:100%;
  max-width:100%;
  border:2px solid #fff;
}
.why-elevator h1{
  margin-top:0;
  text-align:left;
}
.why-elevator .agcell-2-3{
  padding-left:2rem;
  display:flex;
}
.why-elevator .agcell-2-3 .cellwrapper{
  margin:auto;
}
.mainheading{
  margin-bottom:0;
  line-height:100%;
  font-weight:800;
  color: #39746e;
}
.subheading{
  margin-top:0;
  font-weight:600;
  line-height:120%;
  margin-top:0.3rem;
  padding-bottom:0.3rem;
  
}
.gmapfull{
  width:100%;
  min-height:340px;
  border:2px solid #0b1d45 !important;
}
.max-1200{
  max-width:1200px;
  margin:auto;
}
.max-1000{
  max-width:1000px;
  margin:auto;
}
.max-800{
  max-width:800px;
}
.max-700{
  max-width:700px;
}
.max-600{
  max-width:600px;
}
.center{
  text-align:center;
}
.margin-left-right-auto{
  margin:0 auto;
}
.learnmore-button, .square-red-button{
  background-color: #a27156;
  color: #fff;
  font-weight:600;
  display:inline-block;
  padding:0.65rem 1.75rem;
  border-radius:0.25rem;
  text-decoration:none;
  text-transform:uppercase;
  border:2px solid #fff;
  transition: 0.15s ease-in-out;
}
.square-blue-button{
  background-color: var(--blue-color);
  color: #fff;
  font-weight:600;
  display:inline-block;
  padding:0.65rem 1.75rem;
  border-radius:0.25rem;
  text-decoration:none;
  text-transform:uppercase;
  border:2px solid #fff;
  transition: 0.15s ease-in-out;
}
.learnmore-button i{
  margin-right:0.25rem;
}
.learnmore-button:hover{
  background-color:var(--secondary-color);
    color:var(--primary-color);
  border-color:var(--primary-color);
}
.community-events{
  margin-top:3rem;
  justify-content:center;
}
.community-events .cellwrapper{
  display:flex;
  height:100%;
  padding:1rem;
  flex-direction:column;
  text-align:center;
  justify-content: flex-end;
}
.community-events .agcell-1-4{
  margin-bottom:1.5rem;
}
.community-events img{
  max-width:100%;
  margin:auto;
  max-height:150px;
}
.comev-button{
  margin-top:1rem;
}
.comev-desc{
  font-weight:bold;
  margin-top:0.5rem;
  color:#061741;
  line-height:120%;
}
.comev-button a{
   background-color:#df9139;
  color:#fff;
  display:inline-block;
  padding:0.35rem 1.75rem;
  border-radius:10rem;
  text-decoration:none;
  color:#03113a;
}
.comev-button a:hover{
  background-color:#031239;
  color:#db8e3c;
}
.supplies-grid{
  justify-content:center;
  margin:auto;
}
.supplies-grid .agcell-1-3{
  max-width:400px;
}
.supplies-grid .agcell-1-2{
  max-width:600px;
}
.supplies-grid .cellwrapper{
  padding:0 1rem 1rem;
}
.supgrid-icon img{
  max-width:80px;
}
.supgrid-icon{
  text-align:center;
}
.supgrid-heading{
  font-weight:bold;
  text-align:center;
}
.supgrid-desc{
  font-size:1rem;
}
.single-section-heading{
  text-align:center;
  margin:3rem;
  color:#0a1c-top:0;
  margin-bottom46;
}
.maintenance-checkboxgrid-section{
  color:#fff;
  font-size:16px;
  padding-top:2rem;
  padding-bottom:2rem;
}

.chbxgrc-heading{
  font-size:1.2rem;
  margin-bottom:0.5rem;
  font-weight:600;
  color:var(--secondary-color);
}
.chbxgrc-content{
  font-weight:200;
}
.checkboxgrid{
  display:flex;
}
.checkboxgrid{
margin-left:1rem;
margin-right:1rem;
}
.checkwrapper-circle{
  background-color:var(--primary-color);
  border-radius:100%;
  margin-right:1rem;
  border:2px solid #fff;
}
.checkwrapper-circle i{
  margin:auto;
}
.checkwrapper-circle{
  width:46px;
  height:46px;
  position:relative;
  display:flex;
}
.specials-grid{
  text-align:center;
  margin-top:-1rem;
}
.specials-grid .cellwrapper{
  padding:1.5rem 1rem 0.25rem 2rem;;
  margin:1rem;
  background-color:#f9ec31;
  border:2px dashed #333;
  border-radius:0.5rem;
}
.specgrid-heading{
  font-size:1.5rem;
  font-weight:600;
  line-height:100%;
  margin-bottom:1rem;
}
.specgrid-price{
  color:var(--primary-color);
  font-size:4rem;
  font-weight:bold;
  line-height:100%;
}
.specgrid-regprice{
  font-weight:600;
  margin-bottom:1rem;
}
.specgrid-fineprint{
  font-size:16px;
}
/****** contact page ******/
.contact-heading-wrapper{
  text-align:center;
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
}
.contact-grid{
    display:flex;
    flex-wrap:wrap;
}
.contactpg-gmap{
  width:100%;
  min-height:460px;
}
.gmap iframe{
  position:relative;
  z-index:100;
}
.gmap{
  min-height:450px;
  background:#ddd;
  position:relative;
}
.gmap:after{
  content:"Loading map...";
  display:inline-block;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  font-size:1.5rem;
  color:#aaa;
  font-weight:666;
  z-index:1;
}
.contact-map{
    width:70%;
}
.congc-wrapper{
  margin:1rem;
}
.contact-form{
    width:30%;
}
.congcw-form input{
  width:100%;
  margin-bottom:0.5rem;
  padding:0.5rem;
  border-radius:0.25rem;
  border:1px solid #ccc;
  font-family:"Poppins", sans-serif;
  font-size:1rem;
}
.sfc-input{
  display:none;
}
.congcw-form textarea{
  width:100%;
  margin-bottom:0.5rem;
  padding:0.5rem;
  border-radius:0.25rem;
  border:1px solid #ccc;
  font-family:"Poppins", sans-serif;
  font-size:1rem;
}
.congcw-form .square-blue-button:hover{
  background-color:var(--primary-color);
  cursor:pointer;
}
.contact-button{
  background-color:#e39435;
  color:#0a1b47;
  font-size:1.25rem !important;
  font-weight:bold;
  text-transform:uppercase;
  border:1px solid #0a1b47 !important;
}
.contact-button:hover{
  cursor:pointer;
  background-color:#ffffff;
}
.furnace-intro-imggrid{
  max-width:1200px;
  margin:auto;
}
.furnace-intro-imggrid .mainheading,
.furnace-intro-imggrid .subheading,
.furnace-intro-imggrid p{
  text-align:left;
}
.furnace-intro-imggrid .mainheading{
  margin-top:0;
}
.furnace-intro-imggrid p{
  margin-left:0;
}
.furnace-intro-imggrid .agcell-1-3{
  background-image:url("/images/furnace-install.jpg");
  border:1px solid #222222;
  background-size:cover;
}
.furnace-intro-imggrid .agcell-2-3{
  padding-left:2rem;
}
.call-us-today-cta{
  text-align:center;
  box-shadow:0 0 15px rgba(0,0,0,0.3);
  border-top:2px solid #fff;
  border-bottom:2px solid #fff;
  padding-top:1rem;
  padding-bottom:1rem;
  background-color:#eee;
}
.callus-cta-line1{
  font-size:1.25rem;
}
.callus-cta-line2{
  font-size:1.75rem;
  font-weight:600;
}
.callus-cta-line2 a{
  color:var(--blue-color);
  text-decoration:none;
}
.calluscta-readytxt{
  font-style:italic;
  font-weight:600;
}
.calluscta-readytoday{
  font-weight:bold;
    color:var(--primary-color);
}
.footnav{
  padding-top:1rem;
  background-color: #052a60;
}
.footnav a{
  color:#fff;
  font-weight:400;
  font-size:16px;
}
.footnav-wrapper{
  display:inline-flex;
}
.fn-cell{
  padding:0.5rem;
}
/**************************/

/****** blog style *******/
#bloggrid{
  display:flex;
  flex-wrap:wrap;
}
.bloggrid-cell{
  width:33.33333%;
  text-align:center;
  padding:1rem;
}
/**********************************/

/********** cart styles ************/
.cart{
  padding:0.5rem;
  display:inline-flex;
}

.cart-link {
  color:#038cc5;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s;
  position:relative;
}

.cart-link:hover {
  color: #74cef3;
}

.cart-icon {
  font-size: 24px;
  margin-right: 5px;
}

.cart-counter {
  display: inline-block;
  background-color: #ef870f;
  border-radius: 100%;
  font-size: 14px;
  padding:0.15rem 0.2rem;
  font-weight: bold;
  color: #fff;
  line-height:100%;
  position:absolute;
  right:-0.2rem;
  top:-0.6rem;
  min-width:16px;
  text-align:center;
}

.cart-text{
  display:inline-block;
    margin-right:0.5rem;
    text-decoration:underline;
}
.home-1323-col{
  margin:auto;
  background-color:#fff;
}
.home-1323-col .agcell-1-3{
  background:url("/images/zapier-logo.png");
  background-size:cover;
  background-position:50%;
}
.home-1323-col h2{
  margin-top:0;
  margin-bottom:0;
  font-size:1.75rem;
  line-height:120%;
}
.home-1323-col .agcell-2-3 .cellwrapper{
  padding:1.5rem;
}
.home-1323-col .agcell-2-3 p{
  margin-bottom:1.75rem;
}
.service-two-col-grid .cellwrapper{
  padding:1rem;
}
.service-two-col-grid img{
  max-width:100%;
}
.service-two-col-grid{
    border-top:1px solid #ccc;
}
.service-two-col-grid h3{
  font-size:2rem;
  line-height:120%;
  font-weight:400;
  margin-top:0;
}
.dtw-ul-list li:before {
    color: var(--blue-color) !important;
    content: "\f0a9";
    font-family: "Fontawesome", sans-serif;
    margin-right: -16px;
    left: -30px;
    position: relative;
    font-size: 1rem;
}
.dtw-ul-list {
    list-style: none;
    margin: 20px 0
}

.dtw-ul-list li {
    margin: 10px 0;
    text-indent:0;
  line-height:120%;
}
/***********************************/

/**** argent grids ****/

.argentgrid{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}
.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%; }

.argentgrid .agcell-1-6{ width: 16.66666%; }


/**** end argent grids ****/

/***** Media Queries ******/

@media screen and (min-width: 1921px){

}

@media screen and (max-width: 1280px){
  .specgrid-price{
    font-size:3rem;
  }
}

@media screen and (max-width: 1024px){
  .home-services .agcell-1-3{
    width:100%;
    max-width:600px;
    margin:auto;
  }
  .specgrid-price{
    font-size:2.5rem;
  }
  .specgrid-heading{
    font-size:1.25rem;
  }
  .home-services img{
    width:100%;
  }
  .header-message{
      padding-left:1rem;
      padding-right:1rem;
    }
  .why-elevator{
    flex-wrap:wrap;
    text-align:center;
  }
  .why-elevator .agcell-1-3{
    width:100%;
  }
  .why-elevator .agcell-2-3{
    width:100%;
    margin-top:2rem;
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
  }
  .why-elevator img{
    width:100%;
    max-width:450px;
    padding-right:0;
  }
  .community-events .agcell-1-4{
    width:33.333%;
  }
  .headm-text-line1{
    letter-spacing:0;
    font-size:2rem;
  }
  .headm-text-line2{
    font-size:1.25rem;
  }
  .headmess-button a{
    font-size:1rem;
  }
  .headmess-button i{
    font-size:1.25rem;
    vertical-align:middle;
    margin-right:0.25rem;
  }
  .contact-grid{
    flex-direction:column-reverse;
  }
  .contact-form{
    width:100%;
  }
  .contact-map{
    width:100%;
  }
  .congc-wrapper .congcw-form{
    max-width:600px;
    margin-left:auto;
    margin-right:auto;
  }
  .contactpg-gmap{
    width:100%;
    min-height:350px;
  }
  .gmap{
    min-height:350px;
  }
  .footer-col{
    width:50% !important;
  }
  .why-elevator h1{
    text-align:center;
  }
  .why-elevator h2{
    text-align:center;
  }
  .service-two-col-grid .agcell-1-2{
    width:100%;
    max-width:800px;
  }
}
@media screen and (min-width: 1921px){
  .banner{
    min-height:450px;
  }
}

@media screen and (max-width: 768px){
  .furnace-intro-imggrid .mainheading{
    margin-top:1rem;
  }
  .furnace-intro-imggrid .agcell-1-3{
    background-image:url("/images/furnace-install.jpg");
    border:0;
    width:100%;
    min-height:250px;
    margin-top:-2rem;
    margin-bottom:1rem;
  }
  .furnace-intro-imggrid .agcell-2-3{
    padding-left:0;
    width:100%;
  }
  .furnace-intro-imggrid .mainheading,
  .furnace-intro-imggrid .subheading,
  .furnace-intro-imggrid p{
    text-align:center;
  }
  .topnav{
  }
  .specials-grid .agcell-1-3{
    width:50%;
  }
  .tn-cell{
    text-align:center;
    width:25%;
    border-bottom:1px solid #ddd;
        border-right:1px solid #ddd;
  }
  .tn-cell a{
      display:block;
      padding:0.5rem 0.5rem;
    color:#fff;
      font-weight:600;
      text-decoration:none;
      text-transform:uppercase;
  }
  .community-events .agcell-1-4{
    width:50%;
  }
  .footer-menu{
    
  }
  .footer-col{
    width:100% !important;
    max-width:400px;
    margin:auto;
  }
  .header-message .pagewidth{
    flex-wrap:wrap;
  }
  .headmess-text{
    width:100%;
    text-align:center;
  }
  .headmess-button{
    width:100%;
    padding-top:1rem;
  }
  #argentslider{
    min-height:400px;
  }
  .supplies-grid{
    text-align:center;
  }
  .supplies-grid .agcell-1-3,
  .supplies-grid .agcell-1-2{
    width:100%;
    margin-bottom:1rem;
  }
  .supplies-grid .agcell-1-3{
    max-width:600px;
  }
  .home-1323-col{
    flex-wrap:wrap;
  }
  .home-1323-col .agcell-1-3{
    width:100%;
    min-height:200px;
  }
  .home-1323-col .agcell-2-3{
    width:100%;
  }
  .maintenance-checkboxgrid-section .argentgrid{
    flex-wrap:wrap !important;
  }
  .maintenance-checkboxgrid-section .argentgrid .agcell-1-3{
    width:100%;
  }
  .maintenance-checkboxgrid-section .argentgrid .agcell-1-3:nth-child(2){
    padding-top:1rem;
    padding-bottom:1rem;
  }
}

@media screen and (max-width: 568px){
  .specials-grid .agcell-1-3{
    width:100%;
    max-width:400px;
  }
  .tn-cell{
    width:50%;
  }
  .header-main .pagewidth{
    display:flex;
    flex-wrap:wrap;
    padding:1rem;
    position:relative;
    text-align:center;
  }
  .logo-wrapper{
    width:100%;
    max-width:100%;
    text-align:center;
    display:block;
  }
  .logo-wrapper img{
    max-width:280px;
  }
  .book-appointment{
    margin-top:0.5rem;
    bottom:0;
    right:0;
    position:relative;
    text-align:center;
    display:none;
  }
  .header-phone{
    text-align:center;
  }
  .home-services .agcell-1-4{
    width:100%;
    padding-bottom:0.75rem;
    border-bottom:1px solid #ccc;
  }
  #argentslider{
    min-height:300px;
  }
  .gallery-section .agcell-1-3{
    width:100%;
    text-align:center;
  }
  .section-img-half{
    flex-wrap:wrap;
  }
  .section-left{
    width:100%;
  }
  .section-right{
    width:100%;
  }
  .section-image-hay{
    
  }
  .section-image-grain{
    flex-direction:column-reverse
  }
  .section-leftimg{
    min-height:200px;
  }
  .section-rightimg{
    min-height:200px;
  }
  .section-img-half .padding-horizontal-3{
    padding:1rem;
  }
  .banner{
    min-height:300px;
  }
   .header-phone a{
    font-size:1.5rem;
  }
  .callustxt{
    font-size:1.5rem;
  }
  .header-right-tagline{
    font-size:1rem;
    font-weight:normal;
  }
  .header-right{
    text-align:center;
  }
  .service-two-col-grid h3{
    font-size:1.5rem;
    line-height:120%;
    font-weight:400;
  }
}

@media screen and (max-width: 480px){
  .community-events .agcell-1-4{
    width:100%;
  }
}

@media screen and (max-width: 400px){
	
}