*{
    box-sizing:border-box;
}
body{
    background-color: #e7e7e7;
    margin:0;
    padding:0;
}
html{
    padding:0;
    margin:0;
    text-align:center;
    font-family:"Red Hat Display", sans-serif;
    color:#333;
}
p{
  line-height:160%;
}
strong{
  font-weight:600;
}
h1{
  color: #e55117;
  
}
h1, h2, h3, h4, h5{
    line-height:120%;
}
a{
  color: #283f7a;
}
.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-tagline{
  text-align:left;
  width:100%;
  font-style:italic;
  font-size:19px;
}
.logo-wrapper{
  display:flex;
  text-align:center;
}
.logo1img, .logo2img{
  margin:auto;
  line-height:0;
}
.logo1img img{
  width:150px;
}
.logo2img img{
  width:100px;
  text-align:center;
}
.logo2img{
  padding-left:2rem;
  width:300px;
}
.logo2text{
  line-height:120%;
  font-size:14px;
  display:block;
}
.logo-wrapper a{
  line-height:0;
  display:inline-block;
  margin:auto;
}
.home-location-grid{
  max-width:750px;
  margin-left:auto;
  margin-right:auto;
  background-color:#fff;
  padding:2rem;
  border-radius:1rem;
  border:2px solid #d64b05;
  margin-top:3rem;
}
.home-location-section{
  background-color:#fff;
}
.hlg-text-cell{
  color:#d64b05;
  font-weight:700;
  line-height:140%;
}


.banner-centered-section{
  text-align:center;
}

.topnav-wrapper{
  background: #283f7a;
  text-align: center;
  border-top:1px solid #e2e2e2;
  box-shadow:0 2px 4px rgba(0,0,0,0.3);
  position:relative;
  z-index:10;
  border-bottom:4px solid #e55015;
}
.header-main .pagewidth{
  display:flex;
  padding:1rem;
  position:relative;
}
.header-right{
  width:100%;
  text-align:right;
  padding-top:0.3rem;
}
.header-right-text{
  width:512px;
  text-align:center;
  margin-left:auto;
  font-weight:800;
  padding-bottom:0.5rem;
}
.hr-btn-1, .hr-btn-2{
  display:inline-block;
  margin-left:0.5rem;

}
.hr-btn-1 a,
.hr-btn-2 a{
  color:#fff;
  text-decoration:none;
  display:inline-block;
  width:250px;
  text-align:center;
  padding:0.5rem;
  border-radius:0.35rem;
}
.hr-btn-1 a{
  background-color:#e55015;
}
.hr-btn-1 a:hover{
  background-color:#ff4800;
}
.hr-btn-2 a{
  background-color: #283f7a;
}
.hr-btn-2 a:hover{
  background-color:#3067f2;
}
.callustxt{
  color: #333;
  font-size:1.6rem;
  padding-right:0.75rem;
}
.header-right-tagline{
  color: #333;
  display:inline-block;
  font-size:1.05rem;
  border-top: 1px solid #333;
  font-weight:100;
  text-transform:uppercase;
}
.header-phone i{
  padding-right:0.25rem;
}
.header-phone a{
  font-family:"Red Hat Display", sans-serif;
  color: #333;
  font-weight:600;
  text-decoration:none;
  font-size:1.5rem;
  line-height:100%;
  margin-top:0.25rem;
  display:inline-block;
}
.header-phone .fa{
  margin-right:0.5rem
}

.topnav{
    display:inline-flex;
  flex-wrap:wrap;
  justify-content:center;
}
.tn-cell{
    text-align:center;
}
.tn-cell a{
    display:inline-block;
    padding:0.75rem 1rem;
    color: #ffffff;
    font-weight:400;
    text-decoration:none;
  text-transform:uppercase;
  font-size:1rem;
}
.tn-cell a.active{
  background-color:#e55015;
}
.tn-cell a:hover{
    background-color:#e55015;
    transition: background-color 0.25s ease-out;
}

.headm-text-line1{
  font-size:2.5rem;
  line-height:120%;
  font-weight:600;
  letter-spacing:2px;
  color:#fff;
  margin-bottom:1rem;
}
.headm-text-line2,
.headm-text-line3{
  font-size:1.75rem;
  line-height:120%;
  font-weight:400;
  color:#fff;
}
.headmess-button{
  margin-top:2rem;
}
.headmess-button a{
  background-color:#e55015;
  color:#fff;
  text-decoration:none;
  display:inline-block;
  text-align:center;
  padding:0.65rem;
  border-radius:0.35rem;
  width:220px;
  font-weight:600;
  border:1px solid #fff;
}
.headmess-button a:hover{
  background-color:#ff4700;
}
.header-message{
  margin:auto;
  text-align:center;
  position:relative;
  z-index:1000;
}
.header-message .pagewidth{
  display:flex;
  max-width:1000px;
  position:relative;
  z-index:100;
}


/**** 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;
}

.banner{
  background-size:cover;
  min-height:500px;
  position:relative;
  display:flex;
}
.banner:after{
  content:"";
  background-color:rgba(0,0,0,0.5);
  position:absolute;
  left:0;top:0;bottom:0;right:0;
  
}
.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;
}
.greenbg{
  background-color: #750000;
  color:#fff;
}
.orangebg{
  background-color: #e55117;
  color:#fff;
}
.bluebg{
  background-color: #283f7a;
  color:#fff;
}
.lighttanbg{
  background-color:#fdf5f1;
  background-color:#7f7f7f;
}
.peachbg{
  background-color:#f6ded2;
}
.imagebg{
  background-size:cover;
}
.top-bar-promo{
  background: #283f7a;
  color:#fff;
  padding:0.5rem;
  text-align:center;
  font-weight:400;
  letter-spacing:1px;
}
.topbar-navigation{
  display:flex;
  justify-content:right;
}
.topbarnav-link:nth-child(1) a{
  border:none;
}
.topbarnav-link a{
  color:#fff;
  text-decoration:none;
  font-size:16px;
  display:inline-block;
  padding-right:1rem;
  padding-left:1rem;
  border-left:1px solid #fff;
}
.topbarnav-link a:hover{
  text-decoration:underline;
}
footer {
  color:#fff;
  background-color:#283f7a;
  padding:2rem;
}
.footer-bottom{
  font-size:14px;
  text-align:center;
}
.footer-grid{
  display:flex;
  flex-wrap:wrap;
  max-width:1400px;
  margin:auto;
}
.footergrid-cell{
  width:25%;
  text-align:left;
  padding:1rem;
}
.footergrid-container{
  text-align: center;
  background-color:#222;
  background-color:#7f7f7f;
  color:#a5a5a5;
  color:#000;
  font-size:16px;
  padding-top:2rem;
  padding-bottom:2rem;
}
.footgr-logo{
}
.footgr-logo img{
  max-width:100%;
  padding:1rem;
  background-color:#ffffff;
  border-radius:1rem;
}
.footercopy-container{
  background-color:#333333;
  color:#fff;
  font-size:16px;
}
.footercopy-grid{
  display:flex;
  max-width:1400px;
  margin:auto;
  padding:1rem;
  color:#999;
}
footer a {
color:#fff;
color:#000;
    
}
.footercopy-copy, .footercopy-pp{
  width:50%;
}
.footercopy-pp{
  text-align:right;
}
.footercopy-pp a{
  color:#999;
}
.footgr-location i{
  color:#df4a19;
  margin-right:0.25rem;
}
.footgr-heading{
  color:#fff;
  color:#000;
  border-bottom:1px solid #df4a19;
  display:inline-block;
  margin-bottom:1rem;
}
.footgr-social i{
  color:#fff;
  font-size:1.75rem;
  margin-right:0.75rem;
}
.footgr-social a:hover i{
  color:#a2c24b;
}
.footgr-links a{
  color:#a5a5a5;
  display:block;
  text-decoration:none;
  border-bottom:1px dashed #555;
  padding-bottom:0.5rem;
  padding-top:0.5rem;
}
.foot-sitelink{
  color:#a5a5a5;
  color:#000;
  display:block;
  text-decoration:none;
  border-bottom:1px dashed #555;
  padding-bottom:0.5rem;
  padding-top:0.5rem;
}
.foot-sitelink:hover{
  color:#df4a19;
}
.footgr-links a:hover{
   color:#df4a19;
}
.foot-sitelins-wrapper{
  margin-bottom:1rem;
}
.connect-with-us-wrapper{
  margin-top:1rem;
}
.connect-with-us-wrapper i{
  font-size:1.5rem;
  color:#fff;
}
.mainheading{
  margin-bottom:0;
  line-height:100%;
  font-weight:800;
  margin-top:0;
}
.subheading{
  margin-top:0;
  font-weight:600;
  line-height:120%;
  margin-top:0.3rem;
  padding-bottom:0.3rem;
}
.servlist-cellwrapper{
  display:flex;
  background-color:#fff;
  padding:1rem;
  border:1px solid #cac4bb;
  border-radius:0.25rem;
}







}
/****** 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;
}
.contact-map{
    width:70%;
}
.congc-wrapper{
  margin:1rem;
}
.contact-form{
    width:30%;
}
.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;
}
/**************************/


/**** argent grids ****/

.argentgrid{
  display:flex;
  flex-wrap:wrap;
}
.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%; }

/**** for homepage grid  ****/
 .argentgrid.coreservicesgrid .agcell-1-3 {display:flex;}

/**** end argent grids ****/

.no-section .argentgrid{
  text-align:center;
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
}
.no-sect-item-img img{
  max-width:80px;
}
.no-sect-item-text{
  font-size:1.5rem;
  color:#000;
  text-decoration:underline;
}
.no-sect-item-text strong{
  font-weight:800;
  text-decoration:0;
}
.no-section-content{
  max-width:1000px;
  margin:auto;
  text-align:center;
  margin-bottom:2rem;
}
.no-section-content .subtag{
  font-weight:600;
  font-size:1.25rem;
  font-style:italic;
}


.formsubmitbutton{
  color: #fff;
  border:2px solid #fff;
  padding:0.5rem 2rem;
  margin-top:1rem;
  border-radius:0.5rem;
  min-width:200px;
  width:100%;
  background-color:#8e0000;
  font-family:"Red Hat Display", sans-serif;
  font-size:1rem;
}
.formsubmitbutton:hover{
  background-color: #fff;
  color:#8a0000;
  cursor:pointer;
}
.faqs{
  
}
.faq{
  padding:1rem;
}
.faq-wrapper{
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
}
.faq-a{
  padding-left:1.5rem;
  border-left:4px solid #46aa11;
  font-size:16px;
}
.faq-q{
  color:#25572d;
  font-weight:bold;
  margin-bottom:1rem;
}
.large-single-heading{
  text-align:center;
  margin-top:0;
}

.feature-heading{
  text-transform:uppercase;
  padding:0.5rem;
  font-weight:600;
  line-height:120%;
  margin-left:auto;
  margin-right:auto;
  background:#008000;
  color:#fff;
}



.location-list,
.location-list a{
  color:#e55116;
}
.loclist-cell{
  padding:0.5rem;
}
.loclist-cell i{
  margin-right:0.5rem;
}

.cgri-imgcell {
  display: flex;
}
.cgri-imgcell .cellwrapper{
  width:100%;
  padding-left:1rem;
  padding-right:1rem;
}
.cgri-imgcell img{
  max-width:100%;
  width:100%;
}
.trusted-section-wrapper{
  padding:2rem;
  border:3px solid #e55117;
  border-radius:1rem;
  text-align:center;
}
.trusted-icons-grid img{
  width:180px;
  max-width:100%;
}
.trusted-icons-grid{
  margin-top:2rem;
}
.celled-imgheadcont-grid .cellwrapper{
  margin:1rem;
  background:#fff;
  border-radius:1rem;
  box-shadow:0 0 20px rgba(0,0,0,0.15);
  padding: 0.5rem;
}
.cihcg-cell-img img{
  max-width:100%;
  border-top-right-radius:1rem;
  border-top-left-radius:1rem;
}
.cihcg-cell-img{
  line-height:0;
  margin-bottom:2rem;
}
.cihcg-cell-heading{
  color:#e55117;
  font-weight:bold;
  font-size:1.5rem;
  padding-left:1.5rem;
  padding-right:1.5rem;
}
.cihcg-cell-content{
  padding:1.5rem;
  padding-bottom:2rem;
}
.cihcg-cell-learnmore{
  padding:0 1.5rem 2rem 1.5rem;
}
.cihcg-cell-learnmore a{
  display:inline-block;
  color:#fff;
  background-color:#e55015;
  padding:0.75rem 1.5rem;
  border-radius:0.4rem;
  text-decoration:none;
}
.tbao-btn-1, .tbao-btn-2, .tbao-or{
  display:inline-block;
}
.tbao-btn-1 a, .tbao-btn-2 a{
  display:inline-block;
  padding:0.75rem;
  width:200px;
  border-radius:0.5rem;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
  margin:0.5rem;
}
.tbao-btn-1 a{
    background:#fff;
  color:#222;
}
.tbao-btn-2 a{
    background:#283f7a;
}
.top-ten-reasons-section h1{
  max-width:600px;
}
.top-ten-reasons-section ol{
  
}
.top-ten-reasons-section ol li{
  margin-bottom:1rem;
}
.top-ten-reasons-section ol {
  list-style: none;
  counter-reset: custom-counter;
  margin-top:2rem;
  padding-left:0;
}

.top-ten-reasons-section ol li {
  counter-increment: custom-counter;
  position: relative;
  padding-left:40px;
  margin-bottom:1.5rem;
}

.top-ten-reasons-section ol li::before {
  content: counter(custom-counter) "";
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: bold;
  background-color:#e55117;
  width:25px;
  text-align:center;
  line-height:160%;
  border-radius:10rem;
  font-size:1rem;
  border:1px solid #fff;
}
.tenreadg-orange, .tenreadg-white{
  padding:0.75rem;
  min-height:200px;
}
.tenreadg-white{
}
.tenreadg-orange .cellwrapper{
  background-color:#e55117;
  text-align:center;
  height:100%;
  display:flex;
}
.tenreadg-white .cellwrapper{
  background-color:#fff;
  text-align:center;
}
.tenreadg-white .cellwrapper{
  padding:1rem;
  height:100%;
  display:flex;
}
.t10tfi-heading{
  color:#283f7a;
  font-size:2rem;
  font-weight:900;
}
.t10tfi-subheading{
  color:#333;
  font-size:2rem;
}
.top-10-textforimg{
  margin:auto;
}
.tenreadg-white img{
  width:100%;
  max-width:190px;
  padding:1rem;
}
.trdgo-lines{
  margin:auto;
}
.trdgo-line1{
  font-size:2rem;
  font-weight:bold;
}
.trdgo-line2{
  font-weight:bold;
  font-size:1rem;
}
.home-location-grid-images{
  margin:auto;
}
.home-location-grid-images img{
  max-width:100%;
}
.home-location-grid-images .cellwrapper{
  padding:1rem;
}
.learn-more-orange, .learn-more-blue{
  display:inline-block;
  padding:0.75rem 1.25rem;;
  min-width:200px;
  border-radius:0.5rem;
  font-weight:bold;
  color:#fff;
  text-decoration:none;
  text-align:center;
}
.learn-more-orange{
  background-color:#e55015;
}
.learn-more-blue{
  background-color:#283f7a;
}
.revtxt-img-5050-grid{
  margin-top:2rem;
}
.revtxt-img-5050-grid .cellwrapper{
  padding:3rem 2rem;
}
.ri5050g-heading{
  font-size:2rem;
  font-weight:bold;
}
.ri5050g-imgcell{
  background-size:cover;
}
.clisayg-img{
  text-align:center;
}
.clients-saying-grid .cellwrapper{
  margin:1rem;
  background-color:#fff;
  color:#222;
  position:relative;
  padding:1rem 2rem 2rem 2rem;
  border-radius:1rem;
}
.clisayg-img{
  position:absolute;
  top:-50px;
  left:50%;
  transform:translateX(-50%);
  border:4px solid #fff;
  border-radius:100rem;
}
.clisayg-quote{
  margin-bottom:1.25rem;
}
.clisayg-quote i{
  font-size:3rem;
  color:#e55117;
}
.clisayg-text{
  margin-bottom:1.25rem;
}
.clisayg-sig{
  font-weight:bold;
  color:#283f7a;
}
.clients-saying-grid{
  margin-top:4rem;
}
.accredited-grid{
  justify-content:center;
  max-width:1000px;
  margin-left:auto;
  margin-right:auto;
  margin-top:2rem;
}
.accredited-grid img{
  max-width:100%;
}
.accredited-grid .cellwrapper{
  padding:1rem;
}
.bot-home-ribbon{
  padding:1rem;
}
.bot-home-ribbon a{
  color:#fff;
}
.contentbanner-image img{
  max-width:100%;
}
/***** Blanket Styles ******/
.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;
}
.margin-left-right-auto{
  margin-left:auto;
  margin-right:auto;
}
.centered{
  text-align:center;
}
.center{
  text-align:center;
}
.left-align{
  text-align:left;
}
.margin-auto{
  margin-left:auto;
  margin-right:auto;
}
.text-black{
  color:#222;
}
.text-white{
  color:#fff;
}
/***************************/
.contact-intro-grid{
    margin:auto;
}
.contact-intro-grid .cellwrapper{
  padding:1rem;
  text-align:center;
}
.contact-intro-grid
.contact-intro-grid > .agcell-3-5 > .cellwrapper,
.contact-intro-grid > .agcell-2-5 > .cellwrapper{
    padding:1rem;
}
#Questions{
    display:none;
}
.wcu-heading{
  font-weight:600;
  font-size:1.5rem;
}
.mobnav-hambartext{
  display:inline-block;
  margin-left:1rem;
}
.mobilenav{
  width:100%;
  background-color:#222;
  color:#fff;
  cursor:pointer;
  -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;
  font-weight:600;
}
.mobiledropdown-content a{
  display:block;
  padding:1rem 1rem 1rem 2rem;
  background-color:#771470;
}
.mobnav-hambar{
  padding:0.5rem;
  line-height:100%;
  font-size:1.5rem;
  text-align:left;
  padding-right:2rem;
  background-color: #222;
  padding:0.5rem;
  line-height:100%;
  text-transform:uppercase;
  font-weight:600;
  padding:1rem;
  border-bottom:1px solid #333;
}
.mobnavsection{
  border-bottom:1px solid #333;
}
.content-ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.content-ul li {
  position: relative;
  padding-left: 1.6em;
  line-height:140%;
  margin-bottom:0.5rem;
  margin-top:0.5rem;
}

.content-ul li::before {
  content: "\f00c"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  position: absolute;
  left: 0;
  top: 0.15em;    
  line-height: 1;
  color: #e55117;
}
.uls-with-strong-head li{
  margin-bottom:1.5rem;
}
.uls-with-strong-head strong{
  display:block;
  margin-bottom:0.5rem;
  font-weight:bold;
}
/***** Media Queries ******/

@media screen and (min-width: 1921px){

}


@media screen and (max-width: 1024px){
  .extended-life-firstgrid{
        text-align:center;
  }
  .extended-life-firstgrid .agcell-1-3{
    width:100%;
  }
  .extended-life-firstgrid .agcell-2-3{
    width:100%;
  }
  .services-page-grid .agcell-1-3{
    width:50%;
  }
  .footergrid-cell{
    width:50%;
  }
  
  
  .header-message{
      padding-left:1rem;
      padding-right:1rem;
    }
    
    
  .banner{
    min-height:300px;
  }
  .headm-text-line1{
    letter-spacing:0;
    font-size:2rem;
  }
  .headm-text-line2,
.headm-text-line3{
    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;
  }
  .footer-col{
    width:50% !important;
  }
  .footer-free-quote-section form{
    max-width:350px;
    min-width:350px;
    margin:unset;
  }
}
/* Universal responsive stacking for all argentgrid cells */
@media screen and (max-width: 1024px) {
  /* Tablet: reduce wide grids to 50% */
  .argentgrid [class^="agcell-"],
  .argentgrid [class*=" agcell-"] {
    width: 50% !important;
  }
}

@media screen and (max-width: 768px) {
  /* Mobile: full-width stacking */
  .argentgrid [class^="agcell-"],
  .argentgrid [class*=" agcell-"] {
    width: 100% !important;
  }
}


@media screen and (max-width: 768px){
    
    
  .topnav{
    justify-content:center;
  }
  .tn-cell{
    text-align:center;
    width:33.3333%;
  }
  .tn-cell a{
      display:block;
      padding:0.5rem 0.75rem;
    color:#fff;
      font-weight:bold;
      text-decoration:none;
      text-transform:uppercase;
  }
  .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;
  }
  .contact-intro-grid{
    flex-wrap:wrap;
    flex-direction:column-reverse;
  }
  .contact-intro-grid .agcell-1-2{
    width:100%;
  }
  .contact-intro-grid .agcell-3-5{
    width:100%;
  }
  .contact-intro-grid .agcell-2-5{
    width:100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
  }
  .logo-wrapper{
    display:flex;
    max-width:250px;
    flex-wrap:wrap;
    text-align:center;
  }
  .logo-tagline{
    text-align:left;
    width:100%;
    font-style:italic;
    font-size:17px;
  }
  .callustxt{
    color: #333;
    font-size:1.3rem;
    padding-right:0.75rem;
  }
  .header-right-tagline{
    color: #333;
    display:inline-block;
    font-size:0.98rem;
    border-top: 1px solid #333;
    font-weight:100;
    text-transform:uppercase;
  }
  .header-phone i{
    padding-right:0.25rem;
  }
  .header-phone a{
    font-family:"Red Hat Display", sans-serif;
    color: #333;
    font-weight:600;
    text-decoration:none;
    font-size:1.3rem;
    line-height:100%;
    margin-top:0.25rem;
    display:inline-block;
  }
  
  .mobilenav{
      display:block !important;
  }
  .topnav-wrapper{
    display:none;
  }
}

@media screen and (max-width: 600px){
	.tbp-wrapper{
      display:none;
    }
}

@media screen and (max-width: 568px){
  .footgr-logo{
    text-align:center;
  }
  
  .footgr-location{
    text-align:left;
  }
  .footergrid-cell{
    width:100%;
  }
  .tn-cell{
    width:50%;
  }
  .tn-cell:nth-child(2){
    border:none;
  }
  .tn-cell:nth-child(5){
    border:none;
  }
  .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:200px;
  }
  .book-appointment{
    margin-top:0.5rem;
    bottom:0;
    right:0;
    position:relative;
    text-align:center;
    display:none;
  }
  .header-phone{
    text-align:center;
  }
  
.header-right-text{
  width:unset;
  text-align:center;
  font-size:16px;
  padding-bottom:0.5rem;
}

  .headm-text-line2,
.headm-text-line3{
    font-size:1rem;
  }
  #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;
  }
  .logo-tagline{
    text-align:center;
  }
  .no-section-content{
    flex-wrap:wrap;
  }
  .no-section-item{
    width:50% !important;
  }
  .no-sect-item-text{
    font-size:1rem;
    margin-bottom:1rem;
    text-decoration:none;
  }
  .no-section .argentgrid{
    max-width:300px;
  }
  .no-sect-item-img img{
    max-width:60px;
  }
  .no-sect-item-text strong{
    font-weight:800;
    text-decoration:0;
    width:100% !important;
    display:block;
    line-height:100%;
  }
  .imlefgr-left-cell{
    width:100%;
    max-width:300px;
    margin:auto;
    margin-bottom:1rem;
    line-height:0;
  }
  .imlefgr-right-cell{
    padding-left:0;
    display:flex;
    width:100%;
    text-align:center;
  }
  .ft-line1{
    font-size:2.5rem;
  }
}



