/** Shopify CDN: Minification failed

Line 307:0 Unexpected "}"

**/
.collapsible-content {
  position: relative;
  z-index: 0;
}

.collapsible-section-layout {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

@media screen and (min-width: 750px) {
  .collapsible-section-layout {
    padding-bottom: 7rem;
    padding-top: 7rem;
  }
}

.collapsible-content__media--small {
  height: 19.4rem;
}

.collapsible-content__media--large {
  height: 43.5rem;
}

@media screen and (min-width: 750px) {
  .collapsible-content__media--small {
    height: 31.4rem;
  }

  .collapsible-content__media--large {
    height: 69.5rem;
  }
}

@media screen and (min-width: 750px) {
  .collapsible-content__grid--reverse {
    flex-direction: row-reverse;
  }
}

.collapsible-content-wrapper-narrow {
  margin: 0 0px;
  padding-right: 0rem;
  padding-left: 0rm;
  max-width: 100rem;
}

.collapsible-content-wrapper{
  max-width: 100rem;
}

.collapsible-content__header {
  word-break: break-word;
}

.collapsible-content__heading {
  margin-bottom: 2rem;
  margin-top: 0;
}

@media screen and (min-width: 750px) {
  .collapsible-content__heading {
    margin-bottom: 3rem;
  }
}

.collapsible-none-layout .accordion + .accordion {
  border-top: 0;
}

.collapsible-row-layout .accordion:not(:first-child):not(.color-background-1) {
  margin-top: 1rem;
}

.caption-with-letter-spacing + h2 {
  margin-top: 1rem;
}

@media screen and (min-width: 750px) {
  .collapsible-content .accordion {
    margin-top: 0;
  }
}

.collapsible-row-layout .accordion {
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground),var(--text-boxes-border-opacity));
  margin-bottom: 1.5rem;
}

.collapsible-row-layout .accordion summary,
.collapsible-row-layout .accordion .accordion__content {
  padding: 1.5rem;
}

.collapsible-row-layout .accordion .accordion__content {
  padding-top: 0;
}

.collapsible-content summary:hover {
  background: rgba(var(--color-foreground), 0.04);
}

.collapsible-content summary:hover .accordion__title {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  @media screen and (min-width: 750px) {
    .collapsible-content__grid:not(.collapsible-content__grid--reverse) .grid__item:last-child,
    .collapsible-content__grid--reverse .collapsible-content__grid-item {
      padding-left: 5rem;
      padding-right: 0;
    }
  }

  @media screen and (min-width: 990px) {
    .collapsible-content__grid:not(.collapsible-content__grid--reverse) .grid__item:last-child,
    .collapsible-content__grid--reverse .collapsible-content__grid-item {
      padding-left: 7rem;
    }
  }
}


/* Start of new Geometry Accordian formats for full screen and mobile   */
/*  inspiration from https://codepen.io/dontomasso/pen/mGoQmW but had to change to use no css preprocessor vs SCSS as in his example
row cloumn higlight adapted from https://stackoverflow.com/questions/54203811/how-to-highlight-a-tables-row-and-column-when-hovering-over-it
(unfortunately not perfect on the rows as you have to move diagonally to move up a row*/


table {
   border-spacing: 0;
   border-collapse: collapse;
   overflow: hidden;
    z-index: 1;
}

td, th {

   padding: 10px;
   position: relative;
}

tr:hover td{
   background-color: rgba(0, 51, 102, 0.1);
}

td:hover::after,th:hover::after { 
   background-color: rgba(0, 51, 102, 0.1);
   content: '\00a0';  
   height: 10000px;    
   left: 0;
   position: absolute;  
   top: -5000px;
   width: 100%;   
}


 .tabs {
     display: none;
}
 #Table-ePqajg {
     width: 100%;
     text-align: left;

}
 #Table-ePqajg th, #Table-ePqajg td {
     padding: 0.5em;
   position: relative;
}
 #Table-ePqajg th {
     background: #333;
     color: #f1f1f1;
}
 #Table-ePqajg tr:nth-child(2n) td {
    
}
 @media screen and (max-width: 580px) {
     .tabs {
         display: block;
         list-style: none;
         margin: 0;
         padding: 0;
    }
     .tabs li {
         display: inline-block;
         float: left;
         margin-left: 1px;
    }
     .tabs li a {
         display: inline-block;
         padding: 0.5em 0.5em;
         color: #333;
         background: #f1f1f1;
         text-decoration: none;
    }
     .tabs li a.active {
         color: #f1f1f1;
         background: #333;
    }
     #Table-ePqajg {
         border-collapse: collapse;
         width: 100%;
         text-align: left;
    }
     #Table-ePqajg th, #Table-ePqajg td {
         padding: 0.5em;
         border: 0;
    }
     #Table-ePqajg th {
         background: #333;
         color: #f1f1f1;
    }
     #Table-ePqajg tr:nth-child(2n) td {
         
    }
     #Table-ePqajg.S1-action th, 
     #Table-ePqajg.S2-action th, 
     #Table-ePqajg.S3-action th, 
     #Table-ePqajg.S4-action th,
     #Table-ePqajg.S5-action th, 
     #Table-ePqajg.S6-action th, 
     #Table-ePqajg.S7-action th,  
     #Table-ePqajg.S1-action td, 
     #Table-ePqajg.S2-action td, 
     #Table-ePqajg.S3-action td,
     #Table-ePqajg.S4-action td, 
     #Table-ePqajg.S5-action td, 
     #Table-ePqajg.S6-action td, 
     #Table-ePqajg.S7-action td {
         display: none;
         text-align: right;
    }
     #Table-ePqajg.S1-action th,
     #Table-ePqajg.S2-action th,
     #Table-ePqajg.S3-action th, 
     #Table-ePqajg.S4-action th,
     #Table-ePqajg.S5-action th,
     #Table-ePqajg.S6-action th,      
     #Table-ePqajg.S7-action th {
         color: #333;
    }
     #Table-ePqajg.S1-action th:nth-child(1), 
     #Table-ePqajg.S2-action th:nth-child(1), 
     #Table-ePqajg.S3-action th:nth-child(1), 
     #Table-ePqajg.S4-action th:nth-child(1), 
     #Table-ePqajg.S5-action th:nth-child(1), 
     #Table-ePqajg.S6-action th:nth-child(1),      
     #Table-ePqajg.S7-action th:nth-child(1) {
         color: #f1f1f1;
    }
     #Table-ePqajg.S1-action tr th:nth-child(1), 
     #Table-ePqajg.S2-action tr th:nth-child(1), 
     #Table-ePqajg.S3-action tr th:nth-child(1), 
     #Table-ePqajg.S4-action tr th:nth-child(1),
     #Table-ePqajg.S5-action tr th:nth-child(1), 
     #Table-ePqajg.S6-action tr th:nth-child(1), 
     #Table-ePqajg.S7-action tr th:nth-child(1),
     #Table-ePqajg.S1-action tr td:nth-child(1), 
     #Table-ePqajg.S2-action tr td:nth-child(1), 
     #Table-ePqajg.S3-action tr td:nth-child(1), 
     #Table-ePqajg.S4-action tr td:nth-child(1), 
     #Table-ePqajg.S5-action tr td:nth-child(1), 
     #Table-ePqajg.S6-action tr td:nth-child(1),      
     #Table-ePqajg.S7-action tr td:nth-child(1) {
         text-align: left;
         display: table-cell;

    }
     #Table-ePqajg.S1-action tr th:nth-child(2), 
     #Table-ePqajg.S1-action tr td:nth-child(2) {
         display: table-cell;
    }
     #Table-ePqajg.S2-action tr th:nth-child(3), 
     #Table-ePqajg.S2-action tr td:nth-child(3) {
         display: table-cell;
    }
     #Table-ePqajg.S3-action tr th:nth-child(4),
     #Table-ePqajg.S3-action tr td:nth-child(4) {
         display: table-cell;
    }
     #Table-ePqajg.S4-action tr th:nth-child(5),
     #Table-ePqajg.S4-action tr td:nth-child(5) {
         display: table-cell;
    }
    #Table-ePqajg.S5-action tr th:nth-child(6),
    #Table-ePqajg.S5-action tr td:nth-child(6) {
        display: table-cell;
    }
    #Table-ePqajg.S6-action tr th:nth-child(7), 
    #Table-ePqajg.S6-action tr td:nth-child(7) {
        display: table-cell;
    }
    #Table-ePqajg.S7-action tr th:nth-child(8), 
    #Table-ePqajg.S7-action tr td:nth-child(8) {
        display: table-cell;
    }         
  }
}





/* End of new Geometry Accordian formats for full screen and mobile   */
