
*{
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
*, :after, :before {
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body
{
    font-size: 1rem;
    font-weight: 400;
    background: #f8f9fa;
}

.page-header {
    background-size: cover !important;
    min-height: 350px !important;
    background-position: 0px -100px !important;
    background-repeat:no-repeat !important;
}
.list-group-item{
    background-color:rgb(248, 249, 250);
}
.text-orange{
    color:var(--secondary) !important;
}
.section-header { margin-top: 3rem; margin-bottom: 1.5rem; }
.inline-img { max-width: 100%; height: auto; margin: 1rem 0; border-radius: 8px; }
.legislation-list li { margin-bottom: 0.5rem; }
.products-owl-img{
    height: 200px;
}
.products-owl{
    height:350px;
}
p, li{
    font-size: 1rem;
}
 h1, h2, h3, h4, h5{
    color:#0e1016;
}
#faq{
    
}
#faq ol{
    max-width: 500px;
}
ol li{
    font-size: 1.2rem !important;
    text-align: center;
    max-width: 500px;
    border:none !important;
}
div.accordion,div.accordion-button,div.accordion-item,div.accordion-body{
    border:none !important;
    border:  0px solid transparent !important;
    background-color: #f8f9fa !important;
    --bs-accordion-btn-bg:  #f8f9fa !important;
    --bs-accordion-active-bg:#f8f9fa !important;
    --bs-accordion-btn-focus-box-shadow:#f8f9fa !important;
}
div.accordion-button:active, div.accordion-button:visited, div.accordion-button:focus{
    --bs-accordion-active-bg:  rgba(0,0,0,.15)  !important;    
    --bs-accordion-btn-bg:  #f8f9fa !important;
    --bs-accordion-btn-focus-box-shadow:#f8f9fa !important;
    box-shadow: none;
    border:none !important;
    border:  1px solid transparent !important;
    background-color: rgba(0,0,0,.15)  !important;
}
.accordion-button:hover{
    background-color: rgba(0,0,0,.15) !important;
}
.owl-nav, .owl-nav button{
    width:100%;
    height: auto;
    color:#f8f9fa !important;
}
 .owl-nav button{
    min-width:50px;
    min-height: 50px;
    color:#f8f9fa !important;
}
#faqAccordion{
    max-width: 1056px !important;
    margin-left: auto;
    margin-right: auto;
}
.header-colored{
        position: relative;
    line-height: 1.3;
    display: inline-block;
    color: var(--secondary);
    font-weight: 600;
    padding-left: 11px;
    margin-bottom: 11px;
}
.header-colored::before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    height: 14px;
    width: 4px;
    background-color: var(--secondary);
}
/**
about us 
**/
  /* Adjust accordion button text color */
  #faq .accordion-button {
    color: #0e1016;
  }
  /* Repair Facts headings */
  #repair-facts h4 {
    color: #0e1016;
  }
  /* Repair Facts list items spacing */
  #repair-facts ul li {
    margin-bottom: 0.5rem;
  }
  .card img{
      max-height: 350px;
  }
  #chartCostAverage{
      min-height: 250px;
  }
  body{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }
  main a{
    color: var(--secondary) !important;
  }
  
  .qa-section { margin-bottom: 2rem; }
  .qa-section h3 { color: #0056b3; margin-bottom: .5rem; }
  .answer { margin-bottom: 1rem; }
  #screen-stats-sidebar { background: #f8f9fa; padding: 1rem; border-radius: .5rem; }
  #screen-stats-sidebar h5 { font-weight: bold; margin-bottom: 1rem; }
  #screen-stats-sidebar ul { list-style: none; padding-left: 0; }
  #screen-stats-sidebar li { margin-bottom: .5rem; }
  .chart-container { max-width: 500px; margin: 2rem auto; }
  .chart-container canvas { max-height: 300px !important; }
  blockquote {
    position: relative;
    padding-left:5px;
    font-family: "Georgia", serif;
    font-size: 1.2rem;
    font-weight: 500;
    color:#333;
    quotes: "\201C""\201D""\2018""\2019";
  }
  blockquote::before {
    color: #c6c6c6;
    font-size: 2em;
    content: open-quote;
    margin-right: .15em;
    vertical-align: -.15em;
  }
  blockquote::after {
    color: #c6c6c6;
    font-size: 2em;
    content: close-quote;
    vertical-align: -.7em;
  }
  strong{ font-weight: 800; }
  #main .nav-link:hover,#main .nav-link:active{
    color: var(--secondary) !important;
  }
#main .nav-link { color: black !important; }
  .mt-neg{ margin-top: -2em; }
  .col-repairs .title{
      width:100%;
  }
  .breadcrumbs{
      height:300px;
  }