/** Shopify CDN: Minification failed

Line 335:7 Expected identifier but found "{"
Line 335:8 Unexpected "{"
Line 335:10 Expected identifier but found "35"
Line 335:82 Expected ":"

**/

















  .trident-feat-header-block {
    padding-left: 2%;
  }
  .trident-feat-header-text {
    color: #f16921;
/*     text-decoration: underline; */
  }


  .overflow-image-trident {
    padding-bottom: 25%;
  }
  .trident-border-bottom {
    border-bottom: 1px solid hsl(0,0%,75%);
  }


  .rev-trident-gradient {
/* silver */
/*     background-image: linear-gradient(to top left, white, white, hsla(0,0%,84%,1.0), hsla(0,0%,98%,1.0), white, white); */
/* siren orange */
/*     background-image: linear-gradient(to top left, white, white, hsla(34, 90%, 86%, 0.85), hsla(34, 80%, 98%, 0.6), white, white); */
  }


  


  .trident-feature-section {
    margin-bottom: 30px;
    
  }
  .overflow-image-trident2 {
    margin-right: 0;
    height: 100%
    width: auto;
    flex-basis: 40%;
  }
  .trident-feature-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center; 
  }
  .trident-gradient {
/* blue */
/*     background-image: linear-gradient(to top left, white, white, hsla(195, 80%, 98%, 0.6), hsla(195, 80%, 85%, 0.8), white, white); */
/* siren orange */
/*     background-image: linear-gradient(to top left, white, white, hsla(34, 80%, 98%, 0.6), hsla(34, 90%, 86%, 0.85), white, white); */
/* silver */
/*     background-image: linear-gradient(to top left, white, white, hsla(0,0%,98%,1.0), hsla(0,0%,84%,1.0), white, white); */
  }
  .trident-feature-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
  }
  .trident-feature-header {
    color: #EB600A;
    padding-right: 3%;
/*     font-size: 0.8em; <--doesn't work, lol */
  }
  .trident-feature-descrip {
    color: rgb(152,152,152); 
    font-weight: bold;
/*     font-size: 500em; <-- doesn't work :] */
    padding: 2%;
  }
  .trident-overflow-content {
    flex-basis: 60%;
    margin-left: 2%;
    margin-top: 2%;
  }
  
  .trident-feature-icon {
    
  }




  #trident-feature-fig3 {
    background-image: linear-gradient(to bottom left, white, rgb(186, 232, 247), rgb(171, 193, 237));
/*     background-image: linear-gradient(to bottom right, white, rgb(182, 234, 251), rgb(171, 193, 237)); */
  }
  #trident-feature-img3 {
    padding-right: 15%;
    display: flex; 
    justify-content: flex-end;
  }


  #trident-feature-fig2 {
/*     background-image: linear-gradient(to top left, rgb(248, 143, 79), rgb(252, 209, 182), white); */
    background-image: linear-gradient(to top left, white, rgb(252, 209, 182), white);
    
  }
  #trident-feature-img2 {
/*     margin-bottom: 20%; <- doesn't work
    display: flex;  <- doesn't work
    vertical-align: middle; <- doesn't work */
  }


  #trident-feature-fig1 {
/*     background-image: linear-gradient(to top left, rgb(235, 96, 10), rgb(252, 209, 182), white); */
    background-image: linear-gradient(to top right, rgb(248, 143, 79), rgb(252, 209, 182), white);
  }
  #trident-feature-img1 {
    padding-right: 15%;
    display: flex; 
    justify-content: flex-end;
  }


  .trident-two-flex {
    display: flex;
    justify-content: space-between;
  }
  .trident-two-flex-left {
    z-index: 2;
    flex-basis: 50%;
    margin-right: 1px;
  }
  .trident-two-flex-right {
    flex-basis: 40%;
  }
  .trident-feature-list {
    font-size: 1.0em;
  }
  .trident-bullet-point {
    font-size: 0.25em;
  }
  


  .trident-three-row-header {
    display: flex;
  }




















































  .trident-faq-wrapper {
    background-color: #f5f5f5;
    padding-bottom: 10%;
  }
  .faq-header-text {
    font-weight: 900;
    padding-left: 5%;
    padding-top: 10%;
    margin-bottom: 0px;
  }




























.product-selector-default {display:none !important;}

/* 
   Swatches Styles
*/

.swatch { 
  margin:1em 0; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
	display:none !important;
}
.swatch label {
  /* Rounded corners */
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  /* To give width and height */
  float:left;
  /* Color swatches contain no text so they need to have a width. */
  min-width:50px !important; 
  height:35px !important;
  /* No extra spacing between them */
  margin:0;
  /* The border when the button is not selected */
  border:#ccc 1px solid;
  /* Background color */
  background-color:#ddd;
  /* Styling text */
  font-size:13px;
  text-align:center;
  line-height:35px;
  white-space:nowrap;
  text-transform:uppercase;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  border-color:transparent;
} 
.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:{{ 35 | remove: 'px' | to_number | divided_by: 2 | minus: 50 | plus: 2 }}px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}


