*{
    box-sizing:border-box;
}
body{
    background-color:#e4ebce;
    margin:0;
    padding:0;
}
h1, h2, h3{
  font-size:2.5rem;
  font-weight:600
}
.main-heading{
  border-bottom:1px dotted #aaa;
}
.main-subheading{
  border-bottom:none;
  font-size:1.3rem;
}
h2{
  border-bottom:1px dotted #aaa;
}
main{
  display:flex;
  max-width:1400px;
  margin:auto;
  flex-direction:row-reverse;
}
.contentwrapper{
  width:100%;
  margin-left:auto;
  margin-right:auto;
  padding:1rem 1rem 1rem 2rem;
}
.fbcg-title{
  font-size:1rem;
  line-height:120%;
}
.thankyoucontainer{
  max-width:800px;
  margin:3rem auto 4rem auto;
}
.mastercolumn{
  padding:1rem;
  text-align:center;
  padding-top:2rem;
  background-color:#eff1ea;
}
.lcol-icons{
  width:300px;
  background-color:#fff;
  padding:1rem;
  border:1px solid #bbb;
  border-radius:0.25rem;
}
.lcol-icon img{
  width:200px;
  margin:auto;
  max-width:100%;
}
html{
    padding:0;
    margin:0;
    text-align:center;
    font-family:"Poppins", sans-serif;
    color:#222;
}
.page{
    border-top: 0.25rem solid #77aa44;
    background:#fff;
    text-align:left;
    margin:auto;
    max-width:1400px;
    font-size:18px;
    box-shadow:0 0 30px rgba(0,0,0,0.2)
}
.logo-wrapper{
  display:flex;
}
.logo-wrapper img{
  max-width:400px;
  width:100%;
}
.logo-wrapper a{
  display:block;
  margin:auto;
}
.topnav-wrapper{
    background: #77aa44;
}
.banner{
  min-height:300px;
  background-image:url("https://6de29b.claudeassets.com/20250708235117im_/https://www.matrixhomeinspection.com/images/home-banner.jpg");
  background-size:cover;
  border-bottom:4px solid #77aa44;
}
.header-main{
  display:flex;
  padding:1.5rem 1rem;
  height:150px;
}
.header-right{
  width:100%;
  text-align:right;
  position:relative;
}
.mini-nav{
  /* padding-bottom:1.5rem; */
}
.mn-item{
  display:inline-block;
}
.mn-item a{
  display:inline-block;
  text-decoration:none;
  color:#000;
  font-size:16px;
  background-color:#eee;
  border:1px solid #aaa;
  padding:0.25rem 0.5rem;
  border-radius:0.25rem;
}
.mn-item:hover{
  background-color:#fff;
  border-color:#7a4;
}
.mn-item a:hover{
  color:#7a4;
}
.header-phone{
  display:inline-block;
  position:absolute;
  right:0;
  bottom:0;
}
.header-phone a{
  color: #333;
  font-weight:900;
  text-decoration:none;
  font-size:1.5rem;
  line-height:100%;
}
.header-phone .fa{
  margin-right:0.5rem
}
.book-appointment{
  margin-top:0.5rem;
}
.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:#038cc5;
  color:#fff;
  padding:0.4rem 1.5rem;
  border-radius:10rem;
  text-decoration:none;
  font-weight:600;
  text-align:center;
  border:3px solid #038cc5;
}
.book-appointment a:hover{
  color:#8bb75f;
  border-color:#038cc5;
  background-color:#fff;
}
.topnav{
  display:flex;
  border-bottom:1px solid #fff;
}
.tn-cell{
    text-align:center;
  border-right:1px solid #fff;
  flex-grow:1;
  display:flex;
}
.tn-cell:last-child{
  border-right:0;
}
.tn-cell a{
    display:inline-block;
    padding:0.5rem;
    color: #ffffff;
    text-decoration:none;
  line-height:120%;
  font-size:1rem;
  margin:auto;
}
.tn-cell a:hover{
    background-color:#ef690e;
    color:#fff;
    transition: background-color 0.4s ease-out;
}
.section{
    margin-top:5rem;
    margin-bottom:5rem;
    padding-left:1rem;
    padding-right:1rem;
}
.top-bar-promo{
  background: #333;
  color: #fff;
  padding:0.5rem;
  text-align:center;
  font-size:14px;
}
.accred-value{
  font-weight:600;
  margin-right:1rem;
}
footer {
  text-align: center;
}
.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: #77aa44;
  padding:1rem;
  color:#fff;
}
.footer-badges-contact-grid{
  padding:1rem;
}
.contact-message{
  font-size:16px;
  line-height:120%;
}
.contact-form{
  margin-bottom:2rem;
  width:300px;
}
.contact-title{
  font-weight:600;
  border-bottom:1px dotted #ccc;
  margin-top:1rem;
  margin-bottom:1rem;
}
.contact-form form input{
  border:1px solid #bbb;
  border-radius:0.25rem;
  padding:0.5rem;
  margin-bottom:0.25rem;
  width:100%;
  font-family:"Poppins";
  font-size:1rem;
}
.contact-form form input::placeholder{
  color:#999;
  font-style:italic;
}
.contact-form form textarea{
    border:1px solid #bbb;
  border-radius:0.25rem;
  padding:0.5rem 0.5rem 3rem 0.5rem;
  margin-bottom:0.25rem;
  width:100%;
  font-family:"Poppins";
  box-shadow: inset 0 1px 3px #ddd;
  font-size:1rem;
}
.contact-form form textarea::placeholder{
  color:#999;
}
.contact-form form{
  margin-top:1rem;
}
.contact-form button{
  border:none;
  background-color:#ef690e;
  color:#fff;
  padding:0.5rem 6rem;
  font-family:"Poppins";
  font-weight:600;
  font-size:1rem;
  border-radius:10rem;
}
.contact-form button:hover{
  cursor:pointer;
  background-color:#fb7215;
}
.copy-text{
  margin-top:2rem;
  max-width:850px;
  margin-left:auto;
  margin-right:auto;
}
.foot-address{
  max-width:850px;
  margin-left:auto;
  margin-right:auto;
}
.facebook-message{
  font-weight:600;
  font-size:2rem;
  margin-top:1.5rem;
}
.what-to-expect-grid{
  margin-bottom:2rem;
}
.what-to-expect-grid .agcell-1-2:nth-child(1){
  padding-right:0.5rem;
}
.what-to-expect-grid .agcell-1-2:nth-child(2){
  padding-left:0.5rem;
}
.what-to-expect-grid .agcell-1-2:nth-child(2) img{
  border:1px solid #333;
  line-height:0;
}
.wteg-image{
  line-height:0;
}
.what-to-expect-grid .agcell-1-2:nth-child(2) p{
  background-color:#333;
  margin:0;
  padding:2rem;
}
.what-to-expect-grid .agcell-1-2:nth-child(2) a{
  color:#8cc53a;
  text-align:center;
}
.wteg-light-section{
  background-color:#efd;
  padding:0.5rem;
}
.wteg-dark-section{
  background-color:#cdb;
  padding:0.5rem;
}
.testimonial{
  border:2px solid #333;
  margin-bottom:2rem;
  border-radius:0.5rem;
  margin-left:auto;
  margin-right:auto;
}
.test-quote{
  padding:1rem;
  font-style:italic;
  font-size:1.25rem;
}
.test-date{
  background-color:#333;
  border-bottom-right-radius:0.35rem;
  border-bottom-left-radius:0.35rem;
  padding:0.5rem;
  font-weight:600;
  text-align:right;
  color:#fff;
}
.how-pre-listing-helps{
  max-width:700px;
  margin-left:auto;
  margin-right:auto;
  margin-top:2rem;
  margin-bottom:2rem;
}
.hplh-heading{
  border:1px solid #333;
  background-color:#333;
  color:#fff;
  font-weight:600;
  text-align:center;
  padding:1rem;
  font-size:1.5rem;
}
.hplh-light-section{
  background-color:#ddd;
  border-left:1px solid #aaa;
  border-right:1px solid #aaa;
  border-bottom:1px solid #aaa;
  padding:1rem;
  text-align:center;
}
.hplh-dark-section{
  background-color:#ccc;
  border-left:1px solid #aaa;
  border-right:1px solid #aaa;
  border-bottom:1px solid #aaa;
  padding:1rem;
  text-align:center;
}
.wdi-examples-grid{
  margin-left:auto;
  margin-right:auto;
  margin-top:2rem;
}
.wdi-examples-grid .cellwrapper{
  margin:0.75rem;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
}
.wdie-title{
  background-color:#333;
  padding:0.5rem;
  color:#fff;
  font-weight:600;
  text-align:center;
  font-size:1.5rem;
}
.wdie-image{
  max-width:350px;
  margin-left:auto;
  margin-right:auto;
}
.wdie-description{
  background-color:#eee;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  padding:0.5rem;
  text-align:center;
}

/****** product styles *****/
#productsgrid{
  display:flex;
  margin-top:3rem;
  margin-bottom:3rem;
  margin-left:1rem;
  margin-right:1rem;
  text-align:center;
  flex-wrap:wrap;
}
.productsgrid-image img{
  max-width:100%;
}
.productsgrid-cell{
  width:20%;
  padding:0.5rem;
}
.productsgrid-cellwrapper{
  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: .5em .5em .5em 1.8em;
  position: relative;
  font-size: 1em;
  border-top: 1px solid #eee;
  cursor: pointer;

}

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

.simple-accordion dl dt.inactive:before {
  content: " ";
  position: absolute;
  left: .5em;
  top: .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: 1em;
  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 ******/

/****** blog style *******/
#bloggrid{
  display:flex;
  flex-wrap:wrap;
}
.bloggrid-cell{
  width:33.33333%;
  text-align:center;
  padding:1rem;
}
/**********************************/

/**** 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%; }

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

/***** Media Queries ******/

@media screen and (min-width: 1921px){
  .page{
    max-width:1400px;
  }
}

@media screen and (max-width: 1280px){
  .footer-badges-contact-grid .agcell-1-4:nth-child(1), .footer-badges-contact-grid .agcell-1-4:nth-child(2), .footer-badges-contact-grid .agcell-1-4:nth-child(3){
    width:33.33%;
    margin-left:auto;
    margin-right:auto;
    padding:2rem;
  }
  .agcell-1-4:nth-child(4){
    width:100%;
    margin-top:1rem;
    margin-left:auto;
    margin-right:auto;
    max-width:500px;
  }
}

@media screen and (max-width: 1024px){
  .tn-cell{
    width:33.3333%;
  }
  .tn-cell{
    border-bottom:1px solid #fff;
  }
  .topnav{
    flex-wrap:wrap;
  }
  main{
    flex-wrap:wrap;
    flex-direction:column-reverse;
  }
  .lcol-icons{ 
    width:300px;
    margin:auto;
  }
  .contact-form{
    width:100%;
    max-width:600px;
    margin:auto;
    margin-bottom:2rem;
  }
}

@media screen and (max-width: 768px){
  .footer-badges-contact-grid .agcell-1-4:nth-child(1), .footer-badges-contact-grid .agcell-1-4:nth-child(2), .footer-badges-contact-grid .agcell-1-4:nth-child(3){
    padding:1rem;
  }
  .what-to-expect-grid .agcell-1-2:nth-child(n){
    width:100%;
    padding:1rem 0;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
  }
  .header-main{
    display:block;
    text-align:center;
  }
  .logo-wrapper{
    text-align:center;
    display:block;
  }
  .header-phone{
    display:block;
    position:relative;
    text-align:center;
  }
  .mini-nav{
    display:block;
    position:relative;
    text-align:center;
    margin:1rem 0;
  }
  .header-main{
    height:initial;
    padding:1rem;
  }
  .wdi-examples-grid .agcell-1-2{
    width:100%;
  }
  .wdi-examples-grid .cellwrapper{
    margin:0;
    margin-bottom:1rem;
  }
  .contentwrapper{
    padding-left:1rem;
  }
}

@media screen and (max-width: 568px){

}

@media screen and (max-width: 400px){
	
}
/*
     FILE ARCHIVED ON 01:04:46 Jul 14, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:18:51 Jun 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.582
  exclusion.robots: 0.065
  exclusion.robots.policy: 0.053
  esindex: 0.009
  cdx.remote: 14.608
  LoadShardBlock: 150.567 (3)
  PetaboxLoader3.datanode: 70.33 (4)
  PetaboxLoader3.resolve: 169.921 (3)
  load_resource: 93.811
*/