<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*pickleball club theme */
*{
    box-sizing:border-box;
}
body, html{
  margin:0;
  padding:0;
  font-size:16px;
  text-align:center;
  background-color:#abbca3;
  color:#222;
font-family: "Poppins", sans-serif;

}
.page{
  background:#fff;
  text-align:left;
  margin:auto;
  max-width:1400px;
  font-size:16px;
  border-top:0.5rem solid #115566;
  box-shadow:0 0 30px rgba(0,0,0,0.2);
}
.image-wrapper img{max-width:100%;}

/* video embeds */
iframe[src*="youtube.com"] {

    aspect-ratio: 16 / 9;
    max-width: 560px;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 600px) {
    iframe[src*="facebook.com/plugins/post.php?"] {
    
       width: 100%;
    }
}
iframe[src*="facebook.com/plugins/video.php?"] {
    
    aspect-ratio: 16 / 9;
    max-width: 476px;
    width: 100%;
    height: 100%;
}

iframe[src*="facebook.com/plugins/video.php?"][width="560"][height="518"] {
    
    aspect-ratio: 1 / 1;
    max-width: 560px;
    width: 100%;
    height: 100%;
}

iframe[src*="facebook.com/plugins/video.php?"][width="320"][height="476"] {
    
    aspect-ratio: 2 / 3;
    max-width: 267px;
    width: 100%;
    height: 100%;
}
iframe[src*="facebook.com/plugins/video.php?"][width="267"][height="476"] {

    aspect-ratio: 9 / 16;
    max-width: 267px;
    width: 100%;
    height: 100%;
}

iframe[src*="facebook.com/plugins/video.php?"][width="269"][height="476"] {

    aspect-ratio: 9 / 16;
    max-width: 269px;
    width: 100%;
    height: 100%;
}

iframe[src*="facebook.com/plugins/video.php?"][width="476"][height="476"] {

    aspect-ratio: 1 / 1;
    max-width: 476px;
    width: 100%;
    height: 100%;
}

iframe[src*="google.com/maps/"][width="640"][height="480"] {

    aspect-ratio: 4 / 3;
    max-width: 640px;
    width: 100%;
    height: 100%;
}
header{
    text-align:center;
}
.logo-link{
        text-decoration: none;
        color:#115566;
}
.logo-wrapper{
 
  padding:1rem;
}
.logo-image{

   
}
.logo-name{
    display: block;
    font-size: 22px;
    text-decoration: none;
    font-weight: bold;
}
.header-main{
  display:flex;
}
.header-right{
  width:100%;
  text-align:right;
  position:relative;
}
.header-phone{
  padding-right:1rem;
  margin-top:0.5rem;
}
.header-phone a{
  color:#222;
  font-weight:900;
  text-decoration:none;
  font-size:2rem;
}
.header-phone .fa{
  margin-right:0.5rem
}
.googleCalendar{
  position: relative;
  height: 0;
  width:100%;
  padding-bottom: 100%;
}
 .adplugg-tag{
    /*padding: .5rem;*/
}
 .adplugg-tag.topofpage{
     height:100px;
    padding: 5px;
}
.googleCalendar iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.book-appointment{
  padding-right:1rem;
  margin-top:0.5rem;
  margin-bottom:1rem;
}
.book-appointment a{
  display:inline-block;
  background-color:#115566;
  color:#fff;
  padding:0.5rem 2rem;
  border-radius:10rem;
  text-decoration:none;
  font-weight:600;
  text-align:center;
  border:3px solid #115566;
  position:absolute;
  bottom:0.75rem;
  right:1rem;
}
.book-appointment a:hover{
  color:#115566;
  border-color:#115566;
  background-color:#fff;
}
.topnav-wrapper{
    border-top:1px solid #dfed3f;
    background:#115566;
    text-align: center;
}
.topnav{
    display:flex;
    justify-content: space-around;
    min-height: 1rem;
}
.tn-cell{
    text-align:center;
}
.tn-cell a{
    display:block;
    padding:0.5rem 1rem;
    color:#fff;
    text-decoration:none;
}
.tn-cell a:hover{
    background-color:#1d2458;
    color:#fff;
    transition: background-color 0.5s ease-out;
}
footer{
    text-align:left;
    color:#fff;
    background-color:#115566;
    padding:2rem 3rem 8rem 3rem;
    max-width:1400px;
    font-size:18px;
    margin:auto;
}
.footer-contact{
    display:flex;
    flex-wrap:wrap;
    color:#000;
    margin:3rem 0 0 0;
    text-align:center;
  background-color:#eee;
  padding:3rem 0;
}
footer p{

    margin:0 auto;
  width:100%;
  margin-top:2rem;
}


footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer .footercredit a, footer .footercredit p, footer .footercredit{color:#333;text-align:center}

.footer-form{
  width:40%;
  padding-left:1rem;  
}
.footer-map{
    width:60%;
}


/* Mega Footer Styling */
.mega-footer {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    padding: 2rem 0;
    border-top: 1px solid #ddd;
}

.footer-col {
    flex: 1;
    margin: 0 1rem;
}

.footer-col h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #fff;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 0.5rem;
}

.footer-col ul li a {
    color: #ddd;
    font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .mega-footer {
        flex-direction: column;
        text-align: center;
    }
    .footer-col {
        margin-bottom: 2rem;
    }
}
main{
    width:100%;
}
.banner{
  background-image:url("/images/banner-background.jpg");
  background-size:cover;
  background-position:50% 0%;
  min-height:300px;
  display:flex;
  position:relative;
}
.banner-content{
  text-align:center;
  margin:auto;
  color:#fff;
  position:relative;
  z-index:98;
  padding:2rem;
}
.banner:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  /*background-color:rgba(0,0,0,0.4);*/
  z-index:97;
}
.bannertitle{
  font-size:4rem;
  font-weight:800;
  text-shadow: 3px 3px 3px rgba(0,0,0,1);
  margin:auto;
  
}
.bannertitle a{
  color:#fff;
  text-decoration:none;
  
}
.bannertitle &gt; * { 
    font-size:4rem;
  margin:auto;
}
.bannersubtitle{
  font-size:2rem;
  font-weight:600;
    text-shadow:1px 1px rgba(0,0,0,1);
  
}
.bannersubtitle &gt; * { 
    font-size:2rem;
}

.banner img.sponsorlogo {
    max-width: 300px;
    background: white;
    padding: .5rem;
    max-height: 200px;
}

.bannerbutton{
  margin-top:1.5rem;
}
.bannerbutton a{
  display:inline-block;
  background-color:#115566;
  padding:1rem 3rem;
  color:#fff;
  text-decoration:none;
  border-radius:10rem;
  border:2px solid #faf600;
}
.bannerbutton a:hover{
  background-color:#1e2064;
  color:#fff;
}
.banner-ribbon{
  text-align:center;
  padding:0.5rem;
  background-color:#115566;
  color:#faf600;
  color:#fff;
}
.contentwrapper{
  padding:1rem;
  margin:1rem auto;
  max-width:1280px;
}

article img{
  max-width:100%;
}
.mainheading{
  text-align:center;
  line-height:120%;
  margin-bottom:0.5rem;
  font-size:2.25rem;
}
.subheading{
  text-align:center;
  line-height:120%;
  margin-top:0.5rem;
  font-weight:400;
  font-size:1.75rem;
}
.sectionheading {
    font-size: 2rem; /* Larger font size for emphasis */
    color: #333; /* Darker color for readability */
    text-align: center; /* Center the heading */
    margin-top: 40px; /* Space above the heading to separate it from previous content */
    margin-bottom: 20px; /* Space below the heading to distinguish it from the following content */
    font-weight: bold; /* Make the text bold */
    letter-spacing: 1px; /* Slightly increase letter spacing for clarity */
    border-bottom: 3px solid #f96e5b; /* Add a colored underline to create a visual break */
    padding-bottom: 10px; /* Add space between the text and the underline */
    text-transform: uppercase; /* Make the text uppercase for extra emphasis */
}

.home-tri-grid{
  display:flex;
  flex-wrap:wrap;
}
.htgc-image{
  line-height:0;
}
.htg-cell{
  width:33.3333333%;
  padding:0 1rem;
}
.htg-cellwrapper{
}
.htgc-image{
  margin-bottom:1rem;
}
.htgc-image img{
  max-width:100%;
}
.max-1280{
  max-width:1280px;
}
.max-1024{
  max-width:1024px;
}
.max-800{
  max-width:800px;
}

.htgc-button{
  text-align:center;
}
.htgc-button a{
  display:inline-block;
  background-color:#115566;
  padding:0.75rem 3rem;
  color:#fff;
  text-decoration:none;
  border-radius:10rem;
  border:2px solid #1e2064;
}
.htgc-button a:hover{
  background-color:#1e2064;
  color:#fff;
}

.client-solutions-grid{
  display:flex;
  flex-wrap:wrap;
  max-width:1024px;
  margin:auto;
  margin-top:3rem;
}
.csg-cell{
  width:50%;
}
.csgc-wrapper{
  padding:0.5rem;
}
.csgc-image{
  line-height:0;
}
.csgc-image img{
  max-width:100%;
}
.csgc-text{
  text-align:center;
  font-weight:600;
  background:#e0e0e0;
  padding: 1rem;
  min-height:6rem;
  display:flex;
}
.csgc-inner{
  margin:auto;
}
.service-col-grid{
  display:inline-flex;
  flex-wrap:wrap;
  margin:auto;
  text-align:left;
}
.scg-col{
  width:50%;
}
.scg-item{
  display:flex;
  padding:0.5rem;
  width:100%;
}
.center-align{
  text-align:center;
}
.scgi-icon{
  padding-right:0.5rem;
}
.scg-item i{
  color:#44b906;
  font-size:2rem;
}
.scgi-text{
  margin:auto 0;
  font-size:1.25rem;
}
.community-grid, .partner-grid{
    display:inline-flex;
    flex-wrap:wrap;
    margin:auto;
    justify-content:center;
}
.cg-logo, .pg-logo{
  width:33.33%;
  text-align:center;
  margin:auto;
}
.csl-wrapper, .pgl-wrapper{
  margin:auto;
}
.cg-logo img, .pg-logo img{
  max-width:100%;
  max-height:150px;
  padding:1rem;
}
.solution{
    display:flex;
    flex-wrap:wrap;
    margin:auto;
}
.solution-text{
    width:60%;
    padding:2rem;
    text-align:left;
}
.solution-heading{
    line-height: 120%;
    margin-bottom: 1rem;
    font-size: 2.25rem;
    font-weight:bold;
}
.footer-heading{
    line-height: 120%;
    margin-bottom: 1rem;
    font-size: 2.25rem;
    font-weight:bold;
  margin-top:1rem;
}
.solution-img{
    width:40%;
}
.solution-img img{
    max-width:100%;
}
.footer-map iframe{
    width:100%;
    padding:1rem;
}


/******* simple accordion *******/

.simple-accordion {
  border: 2px solid #fff;
  float:right;
  margin:1em 0px 2em 0px;
  width:100%;
  clear:both;
}

.simple-accordion-heading {
  background-color: #333;
  font-weight:100;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  font-size: 1.1em;
  margin-bottom:2px;
  border-top-right-radius:5px;
  border-top-left-radius:5px;
}

.simple-accordion dl,
.simple-accordion dl dt,
.simple-accordion dl dd{
  margin: 0;
  padding: 0;
  text-indent: 0;
  margin-bottom:1px solid #fff;
  margin-bottom:1px;
}

.simple-accordion dl dt:first-child {
  border-top: none;
}

.simple-accordion dl dt {
  background-color: #ddd;
  padding: 1.5em .5em 1.5em 1.8em;
  position: relative;
  font-size: 1em;
  border-top: 1px solid #eee;
  cursor: pointer;
  font-weight:bold;

}

.simple-accordion dl dt.active{
  font-weight:normal;
  background-color: #ccc;
  margin-bottom:0px;
  text-shadow:1px 1px 1px #eee;
  color:#999;
}

.simple-accordion dl dt.inactive:before {
  content: " ";
  position: absolute;
  left: .5em;
  top: 1.8em;
  border-left: 6px solid #777;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  height: 0px;
  width: 0px;
}

.simple-accordion dl dt.active:before {
  content: " ";
  position: absolute;
  left: .35em;
  top: 2em;
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  height: 0px;
  width: 0px;
}

.simple-accordion dl dd {
  border-right: 5px solid #ccc;
  border-left: 5px solid #ccc;
  border-bottom: 5px solid #ccc;
  text-align: center;
  padding: 10px;
  background-color: #eee;
  display: none;
  color: #444;
  text-shadow:1px 1px 2px #fff;
  text-align:left;
}

#content .simple-accordion p {
  margin: 0;
  padding: 0;
  font-size:14px;
  line-height:140%;
  color:#222;
}

.simple-accordion dd .readmore {
  display: block;
  padding: 10px 0 0 0;
  color: #D42824;
  font-weight: 700;
}
#Questions{
  display:none;
}
/****** end simple accordian ******/


/*sponsor cta*/

.cta-sponsor-button {
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #007BFF; 
    text-align: center;
    text-decoration: none;
    border-radius: 5px; 
    transition: background-color 0.3s ease, transform 0.3s ease;
  
}

.cta-sponsor-button:hover {
    background-color: #28a745; 
    transform: scale(1.05); 
}

/*sponsor slideshow*/
#rotating-sponsor-logo {
    position: relative;
    text-align: center;
    margin: 20px 0;
}

#rotating-sponsor-logo img {
    max-width: 100%;
    height: 120px;
}

#progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #ddd;
    overflow: hidden; /* Ensure the progress bar doesn't spill out */
}

#progress-bar-inner {
    height: 100%;
    width: 0%;
    background-color: #007bff; /* Progress bar color */
    transition: width 2s linear;
}

/*sponsor list*/


.sponsorship-opportunity {
    background-color: #f0f0f0; 
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px; 
}

.sponsorship-opportunity h2 {
    color: #0056b3; 
    margin-bottom: 15px;
}

.sponsorship-opportunity p {
    color: #333; 
    line-height: 1.6; 
}

.become-sponsor-btn {
    background-color: #007bff; 
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block; 
    margin-top: 15px;
}

.become-sponsor-btn:hover {
    background-color: #0056b3;
}



   .sponsor-profile {
            margin-bottom: 30px;
            border: 1px solid #ddd;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
           
            align-items: center;
            justify-content: space-between;
        }
        .sponsor-logo {
            max-width: 150px;
            margin-right: 20px;
          padding:1rem;
        }
        .sponsor-info {
            flex-grow: 1;
        }
        .sponsor-info h3 {
            margin-top: 0;
        }
        .sponsor-link {
            display: inline-block;
            background-color: #007BFF;
            color: #ffffff;
            padding: 10px 15px;
            text-decoration: none;
            border-radius: 5px;
            font-weight: bold;
        }




/*sponsor carousel*/

.sponsorcarousel
{text-align:center;}
.slider {
  height: 120px;
    position: relative;
  width: 100%;

  display: grid;
  place-items: center;
  overflow: hidden;
}
.slider::before,
.slider::after{
  position:absolute;
  background-image:linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  content:'';
  height:100%;width:25%;
  z-index:2;pointer-events:none;
}
.slider::before{
  left:0;
  top:0;
}
.slider::after{
  right:0;
  top:0;
  transform:rotateZ(180deg);
}

/*  IMPORTANT CODE BELOW */

.slide-track {
 /* width: calc(150px * 20);*/
  display: flex;
  animation: scroll 40s linear infinite;
  justify-content: space-between;
}

.slidecontainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide {

  max-height: 120px;
  max-width: 240px;

  display: grid;
  place-items: center;
  transition:0.5s;
  cursor:pointer;
}
.slide:hover{
  transform:scale(0.8)
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-260px * 20));
  }
}

}

@media screen and (max-width: 768px) {
  .slide-track {
    width: calc(80px * 20);
  }

  .slide {
    width: 80px;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-80px * 10));
    }
  }

  }
}



.sfc-form{
  text-align: center;
  max-width:400px;
  margin:auto;
}
.sfc-form input, .sfc-form textarea{
    width: 100%;
    border:1px solid #ccc;
    padding:0.75rem;
    margin:0.5rem;
  color:red;
}
.sfc-button{
  display:inline-block;
  background-color:#115566;
  padding:1rem 3rem;
  color:#fff;
  text-decoration:none;
  border-radius:10rem;
  border:2px solid #faf600;
}
.sfc-button:hover{
  background-color:#1e2064;
  color:#fff;
  cursor:pointer;
}
.integration-grid{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  text-align:center;
}
.integration-grid i{
  font-size:2.5rem;
}
.integration-grid h4{
  font-size:1.5rem;
  line-height:120%;
}
.ig-logo{
  width:33.33%;
}
.igl-wrapper{
  margin:1rem;
}
.igl-content{
  /* border:2px solid #4c4d83; */
  padding:1rem;
  /* background-color:#eee; */
}
.igl-content a{
  color:#4c5199;
  font-size:1.25rem;
}
.igl-content .fa{
  color:#115566;
  font-size:3.5rem;
  margin-top:1rem;
}
.services-blerb{
  font-weight:bold;
  text-align:center;
}
.gallery-grid{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}
.gg-item{
  width:20%;
}
.gg-wrapper{
  padding:0.5rem 1rem;
}
.gallery-heading{
    font-size:1.75rem;
    text-align:center;
}
.gg-wrapper img{
    width:100%;
}
.contact-form-wrapper{
  max-width: 800px;
  margin:3rem auto;
      border-top: 1rem solid #dfed3f;
          border-bottom: 1rem solid #dfed3f;

}
.AddGroupForm{
    
    background: #d7e8eb;
      border-top: 1rem solid #d7e8eb;
          border-bottom: 1rem solid #d7e8eb;
  max-width: 500px;
}
#FormThankYou.submitted-msg {
    background-color: #dff0d8; /* Light green background */
    border: 2px solid #3c763d; /* Darker green border */
    color: #3c763d; /* Dark green text */
    padding: 6rem 1rem;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

#FormThankYou.submitted-msg p {
    margin: 0;
}

#FormThankYou.submitted-msg p strong {
    font-size: 18px;
}

.contact-form-wrapper .heading{
    font-size: 1.33rem;
       display: block;
    font-weight: bold;
    
}
.contact-form{
  max-width: 400px;
  margin:auto;
}
.contact-form input[type="text"],
.contact-form input[type="submit"],
.contact-form input[type="button"],
.contact-form select
{
  width:100%;
  margin-bottom:0.5rem;
  margin-top:0;
  padding:0.5rem;
  border:1px solid #aaa;
  color:#115566;
  font-weight:600;
}
.contact-form input::placeholder{
  color:#aaa;
}
.contact-form textarea{
  width:100%;
  padding:0.5rem;
  border:1px solid #aaa;
  color:#115566;
  font-weight:600;
}
.contact-form textarea::placeholder{
  color:#aaa;
}

.contact-form input.contact-button{
  cursor:pointer;
  background-color:#1b5666;
  color:#fff !important;
  font-size:16px;
  padding:1rem;
 
}
.contact-form input.contact-button:hover{
  background-color:#e1ec48;
  color:#1b5666 !important;
}
.ti{
    display:none;
}

.tiname{
    display: block;
}
.tiemail{
    display: block;
}
.ticonfirm{
    display: block;
}
.tiphone{
    display: block;
}
.ticheckbox{
    display: block;
}
.ticomments{
    
}
.timessage{
    display: block;
}
.ticontribute{
    display: block;
}
.tireason{
    display: block;
}
.tinotes{
    display: block;
}
.ticompany{
    display: block;
}
.tiQuestions{
    display: block;
}
.ticlubname{
    display: block;
}
.titype{
    display: block;
}
.tistreet{
    display: block;
}
.ticity{
    display: block;
}
.tistate{
    display: block;
}
.tizip{
    display: block;
}
.tiurl{
    display: block;
}
.tidescription{
    display: block;
}
.tireason{
    clip-path: inset(0 0 100% 100%);
}

.tinotes{
    position: absolute; z-index: -1;
}

.tf-error{
    background:yellow;
    font-weight:bold;
}
.fgmap{
  height:450px;
}
.sfc-input{
  display:none;
}
.testimonials{
  display:flex;
  justify-content:center;
  flex-wrap:wrap
}
.testimonials .cellwrapper{
  margin:2rem;
}
.testimonial{
  width:50%;
  text-align:center;
  max-width:600px;
  
}
.testimonial:first-child{

}
.test-author{
  font-weight:bold;
  font-size:1.5rem;
}
.test-stars{
  margin-bottom:1rem;
  color:#ffae00;
  font-size:1.5rem;
}
.testimonials-cta{
  font-size:1.5rem;
  text-align:center;
  font-weight:600;
  margin-top:4rem;
}

.faig-image{
  padding-left:1rem;
}
.faig-text h2{
  margin-top:0;
}


/*Pickleball Instructors */
/* General container styling */
.pro {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    margin: 16px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 16px; 
    align-items: start; 
}

/* Responsive mobile style (single column) */
@media (max-width: 768px) {
    .pro {
        grid-template-columns: 1fr; 
        text-align: center;
    }
    
    .pro ul {
        justify-content: center; /* Centers the location pills */
        display: flex;
        flex-wrap: wrap; /* Keeps items wrapping neatly */
        gap: 8px;
        padding: 0;
        list-style: none;
    }
    .pro div:first-child {
        margin-bottom: 16px; 
    }
}

/* Image and name container */
.pro div:first-child {
    text-align: center;
}

.pro img {
    width: 120px;
    height: 120px;
    object-fit: cover; 
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 8px;
}

/* Name styling */
.pro h3 {
    margin: 0;
    font-size: 1.25rem;
    color: #333;
}

/* Description styling */
.pro p {
    margin: 0 0 16px;
    line-height: 1.6;
    color: #555;
}




/* Location list */
.pro ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.pro ul li {
    background-color: #e9ecef;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #555;
}


/**** argent grids ****/

.argentgrid{
  display:flex;
  flex-wrap:wrap;
}
.argentgrid img{
 /* width:100%;*/
  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%; }

.argentgrid .agcell-1-6{ width: 16.66666%; }

.cellwrapper{padding:1rem; width:100%}
.cellwrapper-left{padding-right:1rem;width:100%}
.cellwrapper-right{padding-left:1rem;width:100%}

/**** end argent grids ****/

#chat_app{
    text-align:left;
}

/********** disable fancybox buttons **********/
.fancybox__button--zoom{display:none!important;}
.fancybox__button--slideshow{display:none!important;}
.fancybox__button--fullscreen{display:none!important;}
.fancybox__button--thumbs{display:none!important;}

@media (max-width: 1280px) {
    .ig-logo{width:50%;}
}
@media (max-width: 1024px) {
    
.maingrid.argentgrid .agcell-1-3{ width:100%; }
.maingrid.argentgrid .agcell-2-3{ width:100%; }
    .fire-alarm-installation-grid {
      
    }
    .fire-alarm-installation-grid .agcell-1-2{
      width:100%;
      max-width:800px;
      margin-left:auto;
      margin-right:auto;
    }
}
@media (max-width: 768px) {
  .testimonial{
    width:100%;
  }
    .ig-logo{width:100%;}
    .topnav{
      display:flex;
      flex-wrap:wrap;
    }
    .tn-cell{width:33.33%;}
    .htg-cell{
      width:100%;
      margin-bottom:2rem;
      padding:0rem;
    }
    .home-tri-grid{text-align:center;}
    .solution-img{width:100%;}
    .solution-text{width:100%;}
    .footer-contact{justify-content:center;}
    .footer-map{width:100%;}
    .footer-form{
      max-width:100%;
      width:350px;
    }
    .gg-item{width:33.33%;}
    .scg-col{
      width:100%;
    }
  .fgmap{
    height:300px;
  }
  .cg-logo, .pg-logo{
  width:50%;
    text-align:center;
    margin:auto;
  }
  .cg-logo:last-child{
    width:100%;
  }
}
@media (max-width: 650px) {
    .tn-cell{width:50%;}
}
@media (max-width: 568px) {
  .testimonials-cta{
    font-size:1.25rem;
  }
  .header-main{
    flex-wrap:wrap;
    justify-content:center;
  }
  .logo-wrapper{
    width:100%;
    text-align:center;
    padding-bottom:0.5rem;
  }
  .logo-wrapper img{
    max-width:150px;
  }
  .header-phone{
    text-align:center;
    padding-right:0;
  }
  .header-phone a{
    font-size:1.5rem !important;
  }
  .book-appointment{
    text-align:center;
    padding-right:0;
  }
  .book-appointment a{
    display:inline-block;
    background-color:#115566;
    color:#fff;
    padding:0.5rem 2rem;
    border-radius:10rem;
    text-decoration:none;
    font-weight:600;
    border:3px solid #115566;
    position:unset;
    bottom:unset;
    right:unset;
  }
  .footer-col{
    max-width: 500px;
    padding:0 2rem;
  }
  .gg-item{
    width:50%;
  }
  .footer-form{width:100%;}
  .csg-cell{
    width:100%;
    margin:auto;
    margin-bottom:1rem;
  }
  .bannertitle, .bannertitle &gt; * {
    font-size:2rem;
  }
.bannersubtitle, .bannersubtitle &gt; * { 
    font-size:1.5rem;
}
  .mainheading{
    font-size:2rem;
  }
  .subheading{
    font-size:1.5rem
  }
  .htgc-button a{
    display:block;
    border:2px solid #1e2064;
  }
}</pre></body></html>