/** Shopify CDN: Minification failed

Line 846:6 Expected ":"

**/
.d-none, .nontransactional, 
.quantity, 
.card-body .price, 
.product-block__variant_picker, 
.cart-item__old-price, 
.cart-item__desc-list .product-option, 
.techdoc, 
#drawer-cart .extra-shipping-fields,
#drawer-cart #checkout-wrapper,
header.desktop-dropdown .header-main-menu-link:hover:after,
/*.drawer-menu-nav .drawer-menu__item.--drilldown:first-of-type,*/
#shopify-section-template--17075515097147__main h2.section-title,
.drawer-menu-nav a[title="Navigate to Careers"],
.drawer-menu-nav a[title="Navigate to News & Media"],
.drawer-menu-nav a[title="Navigate to Contact"] {
  display:none!important;
}
.template-cart .quantity {
  display:flex!important;
}

body {

}
h1 {
  font-weight:500;
}
.template-product h1 {
  font-weight:500!important;
}
@media screen and (min-width: 641px) {
    .container {
        padding: 0 0px!important;
    }
}
@media only screen and (min-width: 768px) {
    body {
        --font-size: 1.6rem;
    }
        h1, .h1 {
        --font-size: 4rem;
}
}

@media only screen and (min-width: 1400px) {
        h1, .h1 {
        --font-size: 5rem;
}
}



.divider-heading {
  width:100%;
  display:block;
  margin-top:0px;
  margin-bottom:0px;
}
.template-index .divider-heading {
  margin-top:40px;
  margin-bottom:40px;
}
.divider-heading:before {
  content:"";
  height:1px;
  width:120px;
  background:#444;
  display:block;
}

.hero .hero__title {
  position:relative;
}
.hero .hero__title:before {
    content:"";
    background:url(/cdn/shop/files/dart-angle.png);
    background-size:contain;
    width: 72px;
    height: 42px;
    display: inline-block;
    background-repeat: no-repeat;
    position:absolute;
    left: -70px;
    top: 16px;
}
.hero .hero__text-container {
    max-width:100%!important;
    margin:0!important;
}
@media screen and (max-width:767px) {
  .hero .hero__text-container {
    padding-left:7rem!important;
  }
  .hero .hero__title {
    text-align:left;
  }
  .hero .hero__title:before {
    width: 40px;
    height: 42px;
    left: -45px;
    top: 10px;

  }
}
.hero__text-container > div {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
}
.hero__text-container > div h1 {
    max-width:860px;
}
@media screen and (max-width:1485px) {
 .template-index .hero .subheading {
  max-width:160px;
 }
}

@media screen and (min-width:1300px) {
.template-index .vertical-line {
 position: fixed;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ccc;
    transform: translate(-20%);
    transition: all .5s ease;
    z-index: 2;
    left: 20%;
}
.template-index .line-segment {
  position: absolute;
  left: 0;
  width: 100%;
}
}
@media screen and (min-width:1400px) {
/*.drawer-menu__item:not(.--drilldown) {
  display:none;
}*/


.site-logo.--default,
.hero .subheading,
.header-item.--left .header-item__link-icon,
.header-item.--left .header-item__link-icon:before {
    transition: all .3s ease;
}
.template-index .scroll-started .site-logo.--default,
.template-index .scroll-started .hero .subheading,
.template-index .scroll-started .header-item.--left .header-item__link-icon:before {
    opacity:0;
}
.template-index .scroll-started .hero .subheading,
.template-index .scroll-started .header-item.--left .header-item__link-icon:before {
    transform:translateX(-20px);
}
.template-index .scroll-started .header-item.--left .header-item__link-icon {
    transform:translateX(-40px);
}

.header-item.--left .header-item__link-icon {
    display:flex;
}
.header-item.--left .header-item__link-icon:before {
    content: "Menu";
    font-size: 1.6rem;
    font-weight: 400;
    margin-right: 5px;
}

.header-item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: var(--gap);
    align-content: stretch;
    flex-wrap: wrap;
    height: 100%;
}
header .header-content {
  padding-bottom:0;
  padding-top:0;
}
header a {
  position:relative;
}
header a:not(.header-logo):before {
  content:"";
  height:2px;
  background:#df1c3c;
  width:0%;
  position:absolute;
  bottom:0;
  left:0;
  transition: all 0.3s ease;
}
header a:hover:before {
  width:100%;
}
#template--16862305550395__custom_liquid_GHXEyE:before {
    content:"01_";
    position:absolute;
    top:60px;
    left:3%;
    margin-left:-10px;
  }
#template--16862305550395__custom_liquid_GHXEyE:after {
    content:"";
    background:url(/cdn/shop/files/section-logo.svg?v=1761062923);
    position:absolute;
    width:30px;
    height:40px;
    background-repeat:no-repeat;
    background-size:contain;
    top:60px;
    left:5%;
    border:4px solid #fff;
    margin-left:-10px;
  }


}
@media screen and (min-width:1200px) {
.template-index .scroll-started .hero .subheading {
  opacity:0;
}
}

.dart-mission {
  padding: 80px 0%;
}

.dart-intro {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.dart-left,
.dart-right {
  flex: 1;
  min-width: 280px;
}

.dart-intro h2 {
  font-size: 4.5rem;
  letter-spacing: 1px;
  margin-bottom: 0px;
  font-weight:500;
  width:100%;
}

.dart-left p {
   font-size: 2.5rem;
    margin-bottom: 25px;
    font-weight: 500;
    
}
@media screen and (min-width:1440px) {
.dart-left p {
  padding-right:20%;  
}

}
.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-weight: 600;
  color: #111;
  border-bottom: 2px solid #b80000;
  transition: color 0.3s ease, border-color 0.3s ease;
  position:relative;
  letter-spacing:0.8px;
}

.btn-link:after {
  background:url(/cdn/shop/files/arw.svg);
  content:"";
  width:30px;
  height:8px;
  background-size:contain;
  z-index:4;
  position:absolute;
  right:-40px;
  transition: all 0.3s ease;
}
.btn-link:before {
  content:"";
  width:24px;
  height:24px;
  background-color:#C8102E;
  position:absolute;
  right:-50px;
  transition: all 0.3s ease;
}
.btn-link:hover:before {
  right:-45px;
  background:#f5f5f5;
}

.btn-line {
  padding-bottom:5px;
  color:#C8102E;
  font-weight:600;
  border-bottom:1px solid #C8102E;
  display:block; 
  letter-spacing:0.4px;
}
.btn-line span {
  position:relative;
}
.btn-line span:after {
  background:url(/cdn/shop/files/arw-sm.svg);
    content: "";
    width: 7px;
    height: 10px;
    background-size: contain;
    z-index: 4;
    background-repeat: no-repeat;
    position: absolute;
    right: -15px;
    top: 6px;
}



.dart-numbers {
  padding: 60px 0%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dart-numbers h3, .shop-by-aircraft h3, .global-section h3, .news-section h3 {
  font-size: 4.5rem;
  margin-bottom:0px;
  font-weight:500;
  letter-spacing: -0.5px;
}
.shop-by-aircraft h3 {
  margin-bottom:40px;
}

.numbers-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0px;
  padding-top: 20px;
  width: 60%;
}

.number-item {
  flex: 1 1 300px;
  min-width: 200px;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-left:1px solid #5F6468;
}

.number-item:last-child {
  border-right: none;
}

.number-item h3 {
  margin-bottom: 5px;
}

.number-item p {
  line-height: 1.4;
  color:#C8102E;
  margin-bottom:10px;
}

.number-item span {
  font-size: 1.5rem;
  text-transform: none;
    color: #111;
    font-weight: 500;
    letter-spacing: 0.2px;
}

/* Responsive */
@media (max-width: 768px) {
  .dart-intro {
    flex-direction: column;
  }

  .numbers-grid {
    flex-direction: column;
  }

  .number-item {
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }

  .number-item:last-child {
    border-bottom: none;
  }
}

#shopify-section-template--17075514998843__custom_liquid_cVN79k {
  background:#d9d9d9!important;
  padding-top:80px!important;
  padding-bottom:80px!important;
}
#template--17075514998843__custom_liquid_cVN79k {
  background:#d9d9d9!important;
}

    .main-content {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
    }

    /* Text Section as a Card */
    .text-section {
      flex: 1 1 300px;
      max-width: 400px;
      background-color: #fff;
      padding: 20px;
      border-radius: 6px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .text-section p {
      margin-bottom: 20px;
      line-height: 1.6;
    }

    .view-all {
      color: #c00;
      font-weight: bold;
      text-decoration: none;
      margin-top: 10px;
    }

    .product-grid {
      flex: 2 1 600px;
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
    }

    .shop-by-aircraft .card {
      background-color: #fff;
      width: calc(33.333% - 27.333px);
      display: flex;
      flex-direction: column;
      border-radius: 6px;
      overflow: hidden;
    }
    .shop-by-aircraft .product-grid .card:first-of-type {
      background-color:transparent;
      flex-direction: column;
      justify-content: space-between;
    }
    .shop-by-aircraft .product-grid .card:first-of-type p {
      padding-right:5%;
    }

    .shop-by-aircraft .card img {
      width: 100%;
      height: 240px;
      object-fit: cover;
    }

    .shop-by-aircraft .card-content {
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
      gap: 30px;
    }

    .shop-by-aircraft .card-title {
      font-weight: 500;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      font-size:2.4rem;
    }

    .shop-by-aircraft .card-title::before {
      content: '';
      background:url(/cdn/shop/files/dart-angle.png);
      width: 22px;
      background-size:contain;
      background-repeat:no-repeat;
      height: 14px;
      display: inline-block;
      margin-right: 10px;
    }

    .shop-by-aircraft p.card-description {
      color: #555;
      margin-bottom: 15px;
    }

    .shop-by-aircraft .view-link {
      font-weight: bold;
      text-decoration: none;
      color: #000;
      display: inline-flex;
      align-items: center;
      transition: color 0.3s;
    }

    .shop-by-aircraft .view-link:hover {
      color: #c00;
    }

    .shop-by-aircraft .view-link::after {
      content: '➔';
      display: inline-block;
      margin-left: 8px;
      font-size: 1rem;
    }

    /* Responsive Layouts */
    @media (max-width: 992px) {
     .shop-by-aircraft .card {
        width: calc(48% - 10px);
      }
      .numbers-grid {
        width:100%;
      }
      .number-item {
        flex: 1 1 160px;
      }
    }

    @media (max-width: 600px) {
     .shop-by-aircraft .main-content {
        flex-direction: column;
      }

      .shop-by-aircraft .text-section {
        max-width: 100%;
      }

      .shop-by-aircraft .card {
        width: 100%;
      }
    }

    #shopify-section-template--17075514998843__custom_liquid_hA4fb7 {
    background-image: url('/cdn/shop/files/map-with-pin-all.png')!important;
    background-repeat:no-repeat;
    background-color:#fff!important;
    background-size:50vw;
    background-position:right 4rem;
    padding-top:80px;
    padding-bottom:80px;
    }
    #template--17075514998843__custom_liquid_hA4fb7 {
      background-color:transparent;
    }

  .global-section {
    position: relative;
    color: #111;
    padding: 8rem 2rem;
    margin-bottom:15rem;
  }

  .global-content {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    z-index: 2;
  }

  .global-content h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
  }

  .global-content p {
    max-width: 600px;
  }

  /* ---------- News & Media Section ---------- */
  .news-section {
    padding: 4rem 2rem;
  }

  .news-section h3 {
    text-align: left;
    margin-bottom: 3rem;
  }

  .news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin: 0 auto;
  }

  .news-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease;
  }

  .news-card:hover {
    transform: translateY(-4px);
  }

  .news-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .news-card-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .news-card-date {
    color: #999;
    margin-bottom: 0.5rem;
  }

  .news-card-title {
    font-weight: 600;
    color: #222;
    margin-bottom: 6rem;
    font-size:2.4rem;
  }

  .news-card a {
    color: #d60000;
    font-weight: 600;
    text-decoration: none;
  }

  .news-card a:hover {
    text-decoration: underline;
  }


  .product-grid-actions {
    padding-top:50px;
    display:none;
    padding-bottom:50px;
  }
  .collection-wrap {
    padding-top:50px;
    padding-bottom:50px;
  }
  .sort-by:before {
    display:none!important;
  }
  #product-grid-ajax {
    padding-top:75px!important;
    padding-bottom:125px!important;
  }
 .spf-product-card__title a {
  font-size:1.8rem!important;
 }
 .spf-product-card__vendor {
  display:none;
 }
  .spf-product-card__image-wrapper {
    padding-top:100%!important;
  }
  .spf-product-card button.spf-product__form-btn-addtocart {
    background:#c8202f!important;
    background-color:#c8202f!important;
    font-weight: bold!important;
    border-radius: 40px!important;
    width: 50%!important;
    display: inline-block!important;
    font-size: 1.6rem !important;
    height: auto!important;
    left:25%!important;
  }

  @media only screen and (min-width: 1025px) {
    .spf-product-card.spf-product-card__template-1:hover button.spf-product__form-btn-addtocart {
        -webkit-transform: translateY(-20px) translateZ(20px)!important;
        transform: translateY(-20px) translateZ(20px)!important;
    }
}
.meta-fields-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.5rem;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding-bottom:70px;
  padding-top:70px;
}

.product-block-list__item {
  flex: 1 1 calc(33.333% - 1.5rem);
  min-width: 280px; /* prevents squeezing */
  box-sizing: border-box;
  padding-top:20px;
  padding-bottom:20px;
  padding-right:30px;
}
.meta-fields-product .product-block-list__item h4 {
      margin-bottom: 12px;
    letter-spacing: -0.3px;
    font-size: 1.8rem;
}
/*Nav accordion*/
.submenu-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.submenu-accordion.open .submenu-panel {
  max-height: 1200px; /* adjust based on expected height */
}
.submenu-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  padding: 0.75rem 3rem;
  cursor: pointer;
}
.submenu-accordion .icon-chevron {
  transition: transform 0.3s ease;
}
.submenu-accordion.open .icon-chevron {
  transform: rotate(180deg);
}
.submenu-accordion .submenu-panel a:last-of-type:before {
  display:none;
}
.submenu-accordion .submenu-panel a:last-of-type {
  padding: 14px 20px;
    background: #c8202f;
    border-radius: 40px;
    display: inline-block;
    margin-bottom: 40px;
    margin: 20px 40px 40px;
    text-align: center;
    font-weight: 600;
    font-size: 1.4rem;
}

.product-block-list__item.keyFeatures,
.product-block-list__item.keyBenefits {
  flex:1 1 calc(50% - 1.5rem)
} 
.product-block-list__item.Approvals,
.product-block-list__item.OemCross {
  flex:1 1 calc(100% - 1.5rem)
} 
.product-block-list__item.Approvals .product-table {
  width:100%;
  max-width:1400px;
}
.product-block-list__item.Approvals .product-table tr {
    border-bottom: 1px solid #eee;
}
.product-table thead {
  font-weight:bold;
}
.product-table thead tr th {
padding-bottom:15px;
}
.product-table tbody tr td {
padding:10px 0;
overflow-wrap:anywhere;
padding:10px;
}
.product-table td,
.product-table th {
  word-wrap: break-word;
  white-space: normal;
  
}

.inventory-statuses, .nav--breadcrumb {
  display:none;
}
/*.product-media-slider img {
  object-fit:cover!important;
}*/
#shopify-section-sections--17075509329979__footer {
  z-index:9;
}

.add-to-cart-container.with-quantity-input {
  display:block!important;
}

.product-main.grid {
  border-bottom:1px solid #ccc;
  border-radius:0;
}
.footer-main .footer-details summary span {
  text-transform: uppercase;
    font-weight: 400;
    font-size: 2.4rem;
}
.footer-main .footer-main.footer-details .link-list li a {
  text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 300 !important;
}
.footer-main .footer-details:last-of-type .link-list li a {
  text transform:none;
}
.grid.footer-main {
  gap:0;
  grid-column-gap:0;
  grid-row-gap:0;
  margin-bottom:0;

}

@media only screen and (min-width: 768px) {
    .template-cart #cart-note, .template-cart #cart-footer {
        width: 100%!important; 
    }
}

p.discount-2 {
  display:none;
  padding:4px 20px; color:#fff;
  background:#df1c3c;
}
p.discount-2:first-of-type {
  display: inline-block;
    margin: 10px 0px;
    border-radius: 6px;
  font-size: 0.9em;
    font-weight: 600;
}
#checkout,
button[name="checkout"],
a[href*="/checkout"] {
  transition: opacity 0.3s ease;
}

.disabled-checkout {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

.field-missing {
  outline: 2px solid #ff4d4f;
  background: rgba(255, 77, 79, 0.1);
  transition: background 0.3s ease;
}

.header-content header-dropdown {
display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-content header-dropdown details {
  display:flex;
  height: 100%;
  align-items:center;
}
.header-content .header-dropdown .header-main-menu-link.--with-submenu.style--link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height:100%;
}
.header-content .header-dropdown .header-main-menu-link.--with-submenu.style--link a {
  height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.header-main-menu-link {
  padding:0 12px;
}
.header-dropdown .sub-menu-content.--single {
  top: calc(var(--header-height) / 2 + 50% - 18px);
}


.footer-main {
    color: #fff;
    padding: 0rem 0rem;
    display: flex;
    flex-direction: column;
}

.footer-container {
 display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  flex-wrap: wrap;
   
}

.footer-logo img {
  max-width: 200px;
  margin-bottom: 1.5rem;
}

.footer-social {
  margin-top: 1.5rem;
}

.footer-copyright {
  font-size: 1.2rem;
  margin-top: 1.5rem;
  opacity: 0.8;
}

.footer-menus {
      display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-direction: column;
    flex-wrap: wrap;
        
}


.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu a {
  color: #fff;
  text-transform: uppercase;
  display: block;
  font-weight:300;
  margin-bottom: 1.2rem;
}
.footer-menus .footer-menu:nth-of-type(3n) a{
  text-transform: none;
  margin-bottom: 0.6rem;
}

.footer-menu a:hover {
  text-decoration: underline;
}

.footer-newsletter {
  width: 100%;
    display: block;
    border-top:1px solid rgba(255,255,255,0.2);
    padding-top: 30px;
}

.footer-newsletter input[type="email"] {
  width: 100%;
  padding: 0.75rem;
  border: none;
  margin-bottom: 0rem;
}

.footer-newsletter button {
  background-color: #000!important;
  color: #fff;
  border: none;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
}

@media (max-width: 1416px) {
  .footer-container {
    grid-template-columns: 1fr;
    width:65%;
  }
  .footer-menus {
    flex-direction: column;
  }
}
.footer-left {
  max-width:100%;
  padding-right:0px;
  
  position:relative;
      padding-top: 8rem;
    padding-bottom: 8rem;
}

.footer-title {
  text-transform:uppercase;
  margin-bottom:20px;
  font-weight:400;
}

@media (min-width: 1416px) {

.footer-left {
  max-width:400px;
  padding-right:60px;
  border-right:1px solid rgba(255,255,255,0.2);
}  
.footer-left:before {
  content: "";
    width: 75px;
    height: 50px;
    background: url(/cdn/shop/files/vector-footer.png?v=1762446963);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 40px;
    right: -38px;
    border: 12px solid #c8202f;
}
.footer-menus {
      display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-direction: row;
    flex-wrap: wrap;
        padding-top: 8rem;
    padding-bottom: 8rem;
    padding-left: 8rem;
}
.footer-menus .footer-menu:nth-of-type(3n) {
  border-left:1px solid rgba(255,255,255,0.2);
  padding-left:30px;
}
.footer-main {
    color: #fff;
    padding: 0rem 0rem;
    display: flex;
    flex-direction: row;
}
.footer-container {
  flex-wrap: nowrap;
}
}
.cf-form-block {
  display:none!important;
}
.product-block-list__item h4.card__title {
  font-weight: 500;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    font-size: 2.2rem;
}
#template--17134514372667__collection_list_AyYYxP,
#template--17134479507515__collection_list_AyYYxP {
  padding-top:80px!important;
  padding-bottom:80px!important;
}
header.header[data-use-icons=true] .header-item__link.has-blip-visible .header-item__link-icon {
    clip-path: unset;
}
[data-use-icons=true] .header-item__link .cart-blip {
  top:30px;
}
.extra-shipping-fields {
  padding:40px;
  background:#f5f5f5;
}
.extra-shipping-fields label {
  margin-top:20px;
}
.extra-shipping-fields input[type="text"],
.extra-shipping-fields textarea {
      border: 1px solid #ddd;
    width: 100%;
    border-radius: 6px;
    margin: 10px 0;
    padding:10px;
    background:#fff;
}

@media only screen and (min-width: 1024px) {
    *:not(.card-media):focus-visible, input:focus-visible+label:not(.field__label) {
        outline: 1pt solid red !important;
    }
}
.main-cart.container {
  padding-bottom:60px!important;
}
#shopify-section-template--17118751424571__main {
  background: #fff;
    color: #111;
        padding-top: 60px;
    padding-bottom: 60px;
}
#shopify-section-template--17118751424571__main h1 {
  margin-bottom:30px;
}
.cgnt-quote-app__submit-button {
  font-weight: 400!important;
    font-size: 1.5rem!important;
    background-color: #df1c3c!important;
    border-radius:50px!important;
}
@media (min-width: 768px) {
    .cgnt-quote-app__product-title-link {
        font-size: 18px!important;
    }
}
.cgnt-quote-app__quantity-button-plus,
.cgnt-quote-app__quantity-button-minus {
      text-align: center!important;
}
.cgnt-quote-app__col-header-text {
  font-size: 16px!important;
  text-transform: none!important;
  font-weight: 500!important;
}
.media.cover.square.media--empty {
  background:url(/cdn/shop/files/pholder2.jpg);
  background-size:contain;
  opacity:1;
}
.media.cover.square.media--empty .placeholder-svg {
  opacity:0;
}
.card-body a[href="/pages/contact"] {
  display:none;
}
.ai-download-grid__container-anudpc3vzquviyktsvaigenblock7fea2cahpbed7,
.ai-download-grid__container-avhzpzlv0ejjjn1hpuaigenblock7fea2cawt9uer,
.ai-download-grid-aowjsvucymctyd2m3kaigenblock7fea2caqpm7mc,
.ai-download-grid-adtcxmdvanfrytzdibaigenblock7fea2caazcf7g,
.ai-download-grid-an0gyti8rkzr3ddlvmaigenblock7fea2cadrmjbt,
.ai-download-grid__container-ak24wd3nrblnucmlbcaigenblock7fea2cahpbed7,
.ai-download-grid__container-adly3sfplrdvoz2o3caigenblock7fea2camkxyyi,
#shopify-section-template--17075515129915__ai_section_dxNxpj
 {
  max-width:1440px;
  margin:auto;
}
#shopify-section-template--17075515129915__ai_section_dxNxpj
 {
  /*max-width:1200px;*/
  margin:auto;
}
.ai-team-grid__grid-ad1rvn3cvuvqwtwmwcaigenblock0905f90zw3vhm {
    display: grid;
    grid-template-columns: repeat(4, 1fr)!important;
    gap: 30px;
}
.ba-breadcrumb {
  max-width:1440px;
  margin-left:auto!important;
  margin-right:auto!important;
  margin-top:40px!important;
}
#shopify-section-template--17075514703931__banner > .container,
#shopify-section-template--17134514372667__rich_text_VtUENm > .container,
#shopify-section-template--17075515064379__rich_text_MRpiWt > .container,
#shopify-section-template--17075515129915__rich_text_DzaHTj > .container,
#shopify-section-template--17174225158203__rich_text_N4PHam > .container,
#shopify-section-template--17174736339003__rich_text_N4PHam > .container,
#shopify-section-template--17175379050555__rich_text_T6kfpc > .container,
#shopify-section-template--17175517265979__rich_text_T6kfpc > .container,
#shopify-section-template--17075514572859__rich_text_D8jxED > .container,
#shopify-section-template--17174736339003__rich_text_N4PHam > .container,
#shopify-section-template--17075514572859__rich_text_D8jxED > .container,
#shopify-section-template--17075515097147__rich_text_3redzw > .container,
#shopify-section-template--17235009896507__rich_text_N4PHam > .container,
#shopify-section-template--17075514638395__rich_text_UYhdPm > .container,
#shopify-section-template--17134479507515__rich_text_98bHGp > .container
 {
  padding-bottom: 50px !important;
    top: -66px;
    position: relative;
    padding-top: 66px !important;
  background:url(/cdn/shop/files/inner-banner.jpg?v=1763394430)!important;
  background-position: center -150px !important;
}

/*Company Overview*/
.page-company-overview #shopify-section-template--17235009896507__rich_text_N4PHam > .container {
background-color:##c8202f;
background-image:url(/cdn/shop/files/banner3.jpg?v=1765218801)!important;
}

/*Meet the team*/
#shopify-section-template--17075515129915__rich_text_DzaHTj > .container {
  background-color:##c8202f;
  background-image:url(/cdn/shop/files/mett.jpg?v=1765218801)!important;
}

/*Brochures*/
#shopify-section-template--17175379050555__rich_text_T6kfpc > .container {
  background-color:##c8202f;
  background-image:url(/cdn/shop/files/brochure.jpg?v=1765218801)!important;
}

/*Certifications*/
#shopify-section-template--17175517265979__rich_text_T6kfpc > .container {
  background-color:##c8202f;
  background-image:url(/cdn/shop/files/cert.jpg?v=1765218801)!important;
}

/*Services*/
.page-services #shopify-section-template--17174736339003__rich_text_N4PHam > .container {
  background-color:##c8202f;
  background-image:url(/cdn/shop/files/banner3.jpg?v=1765218801)!important;
}

/*News*/
#shopify-section-template--17075514572859__rich_text_D8jxED > .container {
  background-color:##c8202f;
  background-image:url(/cdn/shop/files/news2.jpg?v=1765218801)!important;
}

/*Contact*/
#shopify-section-template--17075515064379__rich_text_MRpiWt > .container {
  background-color:##c8202f;
  background-image:url(/cdn/shop/files/basket2.jpg?v=1765218801)!important;
}

/*Aircraft*/
#shopify-section-template--17134514372667__rich_text_VtUENm > .container {
  background-color:##c8202f;
  background-image:url(/cdn/shop/files/banner2.jpg?v=1765218801)!important;
}

/*Aerial Firefighting*/
#shopify-section-template--17075514703931__banner > .container {
  background-color:##c8202f;
  background-image:url(/cdn/shop/files/af.jpg?v=1765218801)!important;
}

/*Parts and Accessories*/
#shopify-section-template--17134479507515__rich_text_98bHGp > .container {
  background-color:##c8202f;
  background-image:url(/cdn/shop/files/parts2.jpg?v=1765218801)!important;
}

/*Fuel Cells*/
#shopify-section-template--17075514703931__banner > .container {
  background-color:##c8202f;
  background-image:url(/cdn/shop/files/banner4.jpg?v=1765218801)!important;
}
/*Flotation*/
#shopify-section-template--17235009896507__rich_text_N4PHam > .container {
  background-color:##c8202f;
  background-image:url(/cdn/shop/files/floats.jpg?v=1765218801)!important;
}




#template--17134514372667__collection_list_AyYYxP {
  padding-top:0!important;
}
#MainContent {
  background:#fff;
}

#shopify-section-template--17134514372667__176280524578d2bdaf,
#shopify-section-template--17075514703931__17618532694fd829da,
#shopify-section-template--17075515064379__1763395010976c3ed0,
#shopify-section-template--17075515129915__1763396047b0bdf760,
#shopify-section-template--17174225158203__1763395921ea60877a,
#shopify-section-template--17174736339003__17633960016c6040ec,
#shopify-section-template--17175379050555__1763395417d9ac2751,
#shopify-section-template--17175517265979__17633958630cbd3690,
#shopify-section-template--17075514572859__1763397619cf4c5e29,
#shopify-section-template--17174736339003__17633960016c6040ec,
#shopify-section-template--17075514572859__1763397619cf4c5e29,
#shopify-section-template--17075515097147__17635609908f3566a6,
#shopify-section-template--17235009896507__17633960016c6040ec,
#shopify-section-template--17075514638395__17635818784d720723
 {
      position: relative!important;
    z-index: 2!important;
}

.faq-item__body p {
margin-bottom:0;
}
.ai-team-grid-ad1rvn3cvuvqwtwmwcaigenblock0905f90zw3vhm {
    background:#fff;
    padding:40px!important;
}
.ai-team-grid-ad1rvn3cvuvqwtwmwcaigenblock0905f90zw3vhm h2 {
  color:#000;
}
.template-blog .card-media,
.template-blog figure.media {
  max-height:250px;
  width:100%;
}
.customer.register *, .form-container#login *, .form-container#recover *, #shopify-section-main-account *, #shopify-section-main-order *  {
  color:#111;
}
.customer.register .btn, .form-container#login .btn, .form-container#recover .btn, #shopify-section-main-account .btn, #shopify-section-main-order .btn {
  color:#fff
}
#template--17174225158203__faq_jCaM9m,
#template--17174225158203__faq_dfCapt,
#template--17174736339003__faq_8bbtmd,
#template--17174736339003__faq_mVxeqB,
#template--17174736339003__faq_KjdArm,
#template--17174736339003__faq_eMVThn,
#template--17174736339003__faq_FKdi4a,
#template--17174736339003__faq_V7zU6E,
#template--17075515064379__faq_CRk4eg,
#template--17075515064379__faq_K7jVTJ,
#template--17075515064379__faq_Ujci3m,
#template--17235009896507__faq_8bbtmd,
#template--17235009896507__faq_mVxeqB,
#template--17235009896507__faq_KjdArm,
.ba-breadcrumb
 {
  display: flex;
    max-width: 1440px;
    margin: 60px auto 40px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    
}
.ba-breadcrumb {
  justify-content: flex-start;
}

@media screen and (max-width:1540px) {
  #template--17174225158203__faq_jCaM9m,
#template--17174225158203__faq_dfCapt,
#template--17174736339003__faq_8bbtmd,
#template--17174736339003__faq_mVxeqB,
#template--17174736339003__faq_KjdArm,
#template--17174736339003__faq_eMVThn,
#template--17174736339003__faq_FKdi4a,
#template--17174736339003__faq_V7zU6E,
#template--17075515064379__faq_CRk4eg,
#template--17075515064379__faq_K7jVTJ,
#template--17075515064379__faq_Ujci3m,
#template--17235009896507__faq_8bbtmd,
#template--17235009896507__faq_mVxeqB,
#template--17235009896507__faq_KjdArm,
.ba-breadcrumb {
padding-left:5rem!important;
    padding-right:5rem!important;
}
}



@media screen and (max-width:767px) {
  #template--17174225158203__faq_jCaM9m,
#template--17174225158203__faq_dfCapt,
#template--17174736339003__faq_8bbtmd,
#template--17174736339003__faq_mVxeqB,
#template--17174736339003__faq_KjdArm,
#template--17174736339003__faq_eMVThn,
#template--17174736339003__faq_FKdi4a,
#template--17174736339003__faq_V7zU6E,
#template--17075515064379__faq_CRk4eg,
#template--17075515064379__faq_K7jVTJ,
#template--17075515064379__faq_Ujci3m,
#template--17235009896507__faq_8bbtmd,
#template--17235009896507__faq_mVxeqB,
#template--17235009896507__faq_KjdArm,
.ba-breadcrumb {
padding-left:24px!important;
    padding-right:24px!important;
}
}

#template--17174225158203__faq_dfCapt {
  padding-top:50px!important;
  padding-bottom:50px!important;
}
#template--17174225158203__faq_jCaM9m > div:first-of-type,
#template--17174225158203__faq_dfCapt > div:first-of-type,
#template--17174736339003__faq_8bbtmd > div:first-of-type,
#template--17174736339003__faq_mVxeqB > div:first-of-type,
#template--17174736339003__faq_KjdArm > div:first-of-type,
#template--17174736339003__faq_eMVThn > div:first-of-type,
#template--17174736339003__faq_FKdi4a > div:first-of-type,
#template--17174736339003__faq_V7zU6E > div:first-of-type,
#template--17075515064379__faq_CRk4eg > div:first-of-type,
#template--17075515064379__faq_K7jVTJ > div:first-of-type,
#template--17075515064379__faq_Ujci3m > div:first-of-type,
#template--17235009896507__faq_8bbtmd > div:first-of-type,
#template--17235009896507__faq_mVxeqB > div:first-of-type,
#template--17235009896507__faq_KjdArm > div:first-of-type {
  margin:0;
  max-width:350px;
}
#template--17174225158203__faq_jCaM9m > div:last-of-type,
#template--17174225158203__faq_dfCapt > div:last-of-type,
#template--17174736339003__faq_8bbtmd > div:last-of-type,
#template--17174736339003__faq_mVxeqB > div:last-of-type,
#template--17174736339003__faq_KjdArm > div:last-of-type,
#template--17174736339003__faq_eMVThn > div:last-of-type,
#template--17174736339003__faq_FKdi4a > div:last-of-type,
#template--17174736339003__faq_V7zU6E > div:last-of-type,
#template--17075515064379__faq_CRk4eg > div:last-of-type,
#template--17075515064379__faq_K7jVTJ > div:last-of-type,
#template--17075515064379__faq_Ujci3m > div:last-of-type,
#template--17235009896507__faq_8bbtmd > div:last-of-type,
#template--17235009896507__faq_mVxeqB > div:last-of-type,
#template--17235009896507__faq_KjdArm > div:last-of-type  {
  min-width:60%;
}
#shopify-section-template--17174225158203__faq_jCaM9m,
#template--17174225158203__faq_jCaM9m  {
  background:#f5f5f5;
}
#shopify-section-template--17174225158203__faq_jCaM9m {
  padding-top:50px;
  padding-bottom:50px;
}
.faq-item {
  background:#f5f5f5;
  border:none;
  margin-bottom:10px;
}
#shopify-section-template--17174225158203__faq_jCaM9m .faq-item {
  background:#fff;
}
.faq-item summary {
  border-top:0;
  padding:14px 20px;
}
.faq-item__body {
  padding:14px 20px;
}
.cf-form-step {
  display:block;
  column-count:2;
}
.questions__wrapper {
  max-width:100%!important;
}

.section-header h2, .banner-grid-section__item h3, .cf-field-container h3, .cf-field[data-cf-field-id="151703"] h1, #shopify-section-template--17075515097147__main h3  {
  font-size: 3.2rem;
    margin-bottom: 0px;
    font-weight: 500!important;
    letter-spacing: -0.5px!important;
    margin-bottom:30px;
}
.cf-field-container h3, #shopify-section-template--17075515097147__main h3 {
  margin-top:30px;
}

.ai-team-grid-ad1rvn3cvuvqwtwmwcaigenblock0905f90zw3vhm h2, .cf-field-container h1, .form-heading, #shopify-section-template--17075515097147__main h2 {
  text-align:left; margin-bottom:60px; margin-top:60px; color:#c8202f!important; letter-spacing:-0.5px!important; font-weight:500!important; font-size:4.5rem;
}


.ai-team-grid__member-ad1rvn3cvuvqwtwmwcaigenblock0905f90zw3vhm {
  background:#f5f5f5;
  color:#000;
}
#shopify-section-template--17165411024955__main *, .cf-form-section.customer * {
  color:#111;
}
#shopify-section-template--17165411024955__main .btn, #shopify-section-template--17165411024955__main button span, .form-create-customer .btn span, .cf-form-section.customer .btn span {
  color:#fff!important;
}
@media screen and (min-width: 1024px) {
    form[data-cf-form="QrtX2B"] .cf-form-step {
        display: block;
        column-count: 2;
    }
}
.cf-field[data-cf-field-id="301380"] {
  display:none;
}
@media only screen and (min-width: 1024px) {
    .customer.login .form-container, .customer.register .form-container {
        margin-top: 10vmin;
        margin-bottom: 16vmin;
    }
}
.cf-field input[type=text], .cf-field input[type=email], .cf-field input[type=number], .cf-field input[type=tel], .cf-field input[type=password], .cf-field textarea {
    width: 100%;
    max-width: none;
    text-align: left;
    border: 1px solid #ddd;
    padding: 8px 10px;
}
.field__input, .customer select {
  box-shadow:none;
  border-radius:0;
  border:1px solid #ddd;
}
.order-history th {
  color:#fff!important;
}
.ai-team-grid__grid-ad1rvn3cvuvqwtwmwcaigenblock0905f90zw3vhm {
   grid-template-columns: repeat(3, 1fr) !important;
}
.ai-team-grid__member-ad1rvn3cvuvqwtwmwcaigenblock0905f90zw3vhm {
  display: flex;
    flex-direction: row!important;
}
.ai-team-grid__image-wrapper-ad1rvn3cvuvqwtwmwcaigenblock0905f90zw3vhm {
  max-width: 30%;
}
.ai-team-grid__content-ad1rvn3cvuvqwtwmwcaigenblock0905f90zw3vhm {
  flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:#f5f5f5;
}
.ai-team-grid__content-ad1rvn3cvuvqwtwmwcaigenblock0905f90zw3vhm * {
  color:#111!important;
  font-weight:500!important;
}
.ai-team-grid__role-ad1rvn3cvuvqwtwmwcaigenblock0905f90zw3vhm {
  font-size:13px!important;
}
.template-cart header h1 {
  display:none;
}
.side-filter-container {
  gap:40px;
}
.bold-pre-compare-price {
  text-decoration:line-through;
}
.price__regular .money-details:first-of-type:before {
  content:"List Price: ";
  color:#c8202f;
}
.price-item.price-item--regular.money.pre-money:before {
  content:"Net Price: ";
  color:#c8202f;
}
.cf-field.parent input[value="true"] + span:before {
    content: "";
    background: none;
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    right: -28px;
    top: 3px;
    border-radius: 50%;
}
.cf-field.parent input[value="false"] + span:before {
    content: "";
    background: none;
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    right: -28px;
    top: 3px;
    border-radius: 50%;
}
.cf-field.parent input[value="true"] + span:after {
    content: "\2039";
    font-size: 28px;
    position: absolute;
    top: -7px;
    color: red;
    margin-left: 16px;
    transform: rotate(90deg);
    transform-origin: 50% 50%;
    font-weight: 400;
    right: -20px;
}
.cf-field.parent input[value="false"] + span:after {
    content: "\2039";
    font-size: 28px;
    position: absolute;
    top: -8px;
    margin-left: 11px;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    font-weight: 400;
    color: red;
    right: -13.5px;
}
form[data-cf-form="QrtX2B"] .cf-field {
    margin: 0;
}
.cf-field.parent input + span {
    position: relative;
}
.cf-fields-container .cf-enum-field__choices legend {
    display: none;
}
.cf-fields-container .cf-enum-field__choices fieldset {
    padding-left: 20px;
}
.cf-fields-container .cf-enum-field__choice input[value="true"] + span {
    font-weight: bold;
}
.cf-field.parent input {
  opacity:0;
}
.cf-field:not.parent .cf-enum-field__choice span {
  margin-left:-20px;
}
.cf-field:hover {
    background: #f5f5f5;
}
.cf-field[data-cf-field-type="heading"]:after {
 content: "";
    height: 1px;
    width: 60px;
    background: red;
    position: absolute;
    bottom: 10px;
}
.cf-field[data-cf-field-type="heading"] {
  margin-bottom:20px!important;
}
.cart-item__discounted-prices .money-details:first-of-type {
  display:none;
}

.page-certifications #template--17175517265979__custom_liquid_gTmHXA,
.page-certifications #template--17175517265979__custom_liquid_DTLxCN {
  background:none!important;
  color:#c8202f!important;
}

@media screen and (max-width:767px) {
  .banner-grid-section {
    padding-left:30px!important;
    padding-right:30px!important;
  }
}

.down-arrow {
  position: absolute;
    bottom: 20px;
    left: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #111;
    z-index: 10;
    margin-left: -20px;
    border-radius: 50%;
    transition: all 150ms ease-in-out;
    display:none;
}
.arrow {
  height: 14px;
    width: 14px;
    border-style: solid;
    border-color: #111;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    margin: 10px 12px;
    transition: all 150ms ease-in-out;
}
.down-arrow:hover {
background: #111;
transform:translateY(-4px);
}
.down-arrow:hover .arrow {
  border-color: #fff;
}
.template-index .down-arrow {
  display:block;
}
.grid.footer-main {
  display:none;
}