/*
Theme Name: Hello Elementor Child - ITC Systems
Template: hello-elementor
Author: Child Theme Configurator
Version: 1.0.0.1753810333
Updated: 2025-07-29 17:32:13
*/

@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap') !important;


/* .instrument-sans-<uniquifier> {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
} */
/* 

var( --e-global-color-accent )
var( --e-global-color-secondary ) 

@media (max-width: 767px) {}
@media (min-width: 768px) {}
@media (max-width: 1024px) and (min-width: 768px) {}
@media (min-width: 1024px) {}

*/

/* Navigation */
.wrapper-sticky-fixed {
    width: 100% !important; 
}
 



/* Text & Formatting */

.capsule {
    background-color: #fff7a5;
    font-size: 12px !important;
    padding: 3px 10px;
    border-radius: 7px;
    width: auto !important;
    margin-bottom: 15px !important;
}

@media (max-width: 767px) {
    .capsule {
        margin-bottom: 10px !important;
    }
}


/* Trust Center */
.trust-center-nav__link {
    margin: 0.8rem 0;
}

.trust-center-nav__link a {
    color: var( --e-global-color-primary );
    text-decoration: none;
}
.trust-center-nav__link a:hover {
    color: var( --e-global-color-accent );
}

@media (max-width: 1024px) {
    .trust-center-sidepanel {
        width: 100% !important;
        max-width: 100%  !important;
        min-width: 100%  !important;
    }
}

@media (min-width: 1025px) {
    .trust-center-sidepanel {
        min-width: 300px;
        max-width: 300px;
        width: 300px;
    }
}


/* Headlines */
h1 em, h2 em, h2 i, .testimonial em, h1 i, .testimonial i {
    color: var( --e-global-color-accent );
    font-style: normal;
}


/* Print Only */

.print-page {
    color: var( --e-global-color-primary) !important;
    font-size: 13px;
    background: white;
    padding: 8px 16px;
    border-radius: 100px;
    text-decoration: none !important;
}

.print-page:hover {
    background: rgba(255,255,255,0.49);
}

.print-page span {
    padding-left: 18px;
    text-decoration: none;
}
    
.print-page span::before {
    position: absolute;
    content: "";
    top: 7px;
    left: 16px;
    width: 16px;
    height: 16px;
    background-image: url('/wp-content/uploads/2025/09/icon-print.svg');
    background-size: 12px 12px;
    background-repeat: no-repeat;
}


@media print {

 * {
    font-family: Arial, Helvetica, sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none  !important;
    text-align: left  !important;
}

body::before {
    position: absolute;
    content: url('/wp-content/uploads/2025/08/itc-brand-dark.svg');
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
}

body {
   font-size: 10pt;
   line-height: 13pt;
   margin-top: 70px !important;
  }

  h1 {
    font-size: 24pt  !important;
  }

  h2 {
    font-size: 20pt  !important;
  }

  p, li, .elementor-widget-text-editor {
    font-size: 10pt  !important;
    line-height: 13pt !important;
  }
   section, p, ul, ul li, ol li { margin-bottom: 20px !important;}

    header, footer, .trust-center-sidepanel, .elementor-widget-share-buttons, .print-page {
        display: none;
        visibility: hidden;
    }

}