.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#1A1A1A;--e-global-color-accent:#C0202A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 h3{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:375px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */* {
    font-family:roboto, sans-serif;
}

.elementor-widget-text-editor p:last-of-type {
    margin-bottom:0px;
}

/* lists */

  .firecom-check-list {
    list-style: none;
    padding: 0!important;
    margin: 0;
  }

  .firecom-check-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 0;
    border-bottom: 1px solid #e0dcd8;
  }

  .firecom-check-list li:last-child {
    border-bottom: none;
  }

  .firecom-check-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    min-width: 28px;
    background: #c0202a;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }

  .firecom-check-text {
    font-size: 16px;
  }

  .firecom-check-text span {
    font-weight: 400;
  }
  
  /* footer */
  footer hr {
      color:#c0202a!important;
      background:#c0202a!important;
      border-color:#c0202a!important;
      margin-top:8px!important;
      max-width:60px!important;
  }
  
  .phone-link, .email-link {
      color:#fff;
  }
  
    .phone-link:hover, .email-link:hover {
        color:#c0202a;
    }
    
    footer svg {
        height:32px;
        position:relative;
        top:-4px;
        margin-right:12px;
    }
    
    .footer-box {
        display:flex;
        margin-bottom:20px;
    }
    
    .footer-box:last-of-type {
        margin-bottom:0px;
    }
    /* contact page */
    
    .contact-box svg {
        height:32px;
        position:relative;
        top:-4px;
        margin-right:12px;
    }
    
    .contact-box {
        display:flex;
        margin-bottom:20px;
    }
    
    .contact-box:last-of-type {
        margin-bottom:0px;
    }
    
    .page-id-926 #footer-cta { display:none;}
    
    .contact-box .phone-link, .contact-box .email-link {
        color:#1a1a1a;
    }
    
     .contact-box .phone-link:hover, .contact-box .email-link:hover {
        color:#c0202a;
        text-decoration: underline;
    }
    /* menus */
    .elementor-menu-toggle {
        background:none;
        padding:0px;
    }
    
    .elementor-nav-menu--dropdown {
        background:#111;
    }
    
    /* header*/ 
    header {
        z-index:999999;
        position:relative;
        overflow:visible;
    }
    
    /* faq hover fix */
   .e-n-accordion-item-title:hover  * {
        color:#c0202a;
        fill:#c0202a;
    }
    
    /* read mores */
    .read-more-content {
  display: none;
}


.white-read-more * {
    color:#fff;
}

.black-read-more * {
    color:#1a1a1a;
}

.read-more-btn {
  background: none;
  border: none;
  padding: 0;
  margin-top: 10px;
  color: #c0202a;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}
.read-more-btn:hover {
    background:none;
    text-decoration:none;
    color:#c0202a;
}
.read-more-btn:focus {
    background:none;
    text-decoration:none;
    color:#c0202a;
}

.read-more-btn:focus {
    text-decoration: underline;
}

.black-read-more .firecom-check-icon {
    color:#fff;
}

/* footer privacy */
.footer-privacy {
    margin:0px;
    color:#fff;
}

.footer-privacy a {
    color:#c0202a;
    text-decoration:underline;
}

.footer-privacy a:hover {
    text-decoration: none;
}

.footer-privacy p {
    margin:0px;
}/* End custom CSS */