/** Shopify CDN: Minification failed

Line 562:27 Expected ")" to end URL token

**/
:root {
  --var-sirenorange: #eb600a;
  --var-darkorange: #f1720e; /*midpoint b/w sirenorange and darksunny */
  --var-darksunny: #f88512;
  --var-midsunny: #F8922D;
  --var-sunny: #F0A546;
  --var-sunny-20per: rgba(240, 165, 70, 0.05);
  --var-sirenorange-5per: rgba(235, 96, 10, 0.05);
  --var-greystone: hsl(30, 5%, 40%);
  --var-tilegrey: hsl(30, 1%, 95%);
  --var-tilebeige: hsl(30, 10%, 95%);
  --var-darkblue: #0D3568;
  --var-blue: #28548D;
  --var-paleblue: #7D9BC2;
  --var-lightblue: #33CCFF;
  --var-fadedlightblue: #83E0FF;
  --var-fadedlightblue-5per: rgba(131, 224, 255, 0.05);
}

.page-newheader {
  background: url('/cdn/shop/files/Peace_of_Mind_Header_copy.png?v=1619121613');
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  padding: 50px 20px 20px 20px;
  color: white;
  font-size: 150%;
}
@media only screen and (max-width: 750px) {
  .page-newheader {
    font-size: 75%;
    padding: 50px 20px 30px 20px;
  }
}
.page-newheader-content {
  padding: 20px;
  max-width: 1200px;
  margin: auto;
  min-height: 500px;
}
/* PRODUCT - Columned */
#columned-desc {
  margin: 2em 0;
}
/* PRODUCT - Tabs */
.tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0 2em 0;
  border: 1px solid #cacaca;
}
.tabs label {
  order: 1;
  display: block;
  padding: 1rem 2rem;
  margin: 0;
  cursor: pointer;
  background: #eee;
  font-weight: bold;
  transition: background ease 0.2s;
  border-right: 1px solid #cacaca;
}
.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  background: #fff;
  border-top: 1px solid #cacaca;
  margin-top: -1px;
}
.tabs input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.tabs input[type="radio"]:checked + label {
  background: #fff;
  z-index: 2;
}
.tabs input[type="radio"]:checked + label + .tab {
  display: block;
}
/*
 /* Change Tabs to Accordion on Mobile
 @media (max-width: 45em) {
 .tabs .tab,
 .tabs label {
 order: initial;
 }
 .tabs label {
 width: 100%;
 margin-right: 0;
 margin-top: 0.2rem;
 }
 }
 */
/* Cart Page */
.cart-remove {
  position: absolute;
  right: 5px;
  top: 8px;
}
#cart-instructions-label {
  font-weight: bold;
  font-size: 18px;
}
/*
 This file should ONLY contain client-specific styles for
 their implementation of this theme.
 */
.no-show {
  display: none;
}
body {
  font-size: 14px;
  font-family: 'AvenirLTStd-Book';
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'AvenirLTStd-Heavy';
}
p {
  font-size: 18px;
  line-height: 1.6;
  font-family: 'AvenirLTStd-Book';
}
ul li {
  font-size: 16px;
  line-height: 1.6;
  font-family: 'AvenirLTStd-Book';
}
ul a {
  text-decoration: underline;
}
a.text-link {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 12px;
}
a.back-link {
  text-decoration: none;
  border-top: 2px solid;
  padding: 6px 0 0 0;
  letter-spacing: 0.3px;
}
a.back-link .fa-chevron-left {
  padding-right: 5px;
}
h2.page-title {
  font-size: 2.2em;
  color: #f15a22;
  /*   color: #062956; */
}
@media screen and (max-width: 480px) {
  h2.page-title {
    font-size: 1.6em;
    padding: 0 8%;
  }
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 1.6em;
  }
}
.silent {
  padding: 0 !important;
}
.wrapper.non-core .grid {
  /*   padding-top: 13%; */
}
.wrapper.non-core h1 {
  margin-top: 1em;
  display: inline-block;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .wrapper.non-core {
    min-height: 350px;
  }
}
.nav-bar {
  position: fixed !important; 
  top: 0; 
  width: 100%; 
  border-bottom: 1px solid #ccc;
  border-top: 5px solid #f67423; 
}
.billboard {
  padding: 6% 0 20% 0;
}
.billboard h2.heading-input {
  font-size: 2.6em;
  text-transform: uppercase;
}
.billboard.whisper h2.heading-input {
  text-transform: none;
}
.site-header__logo-link img {
  max-width: 220px;
  padding: 20px 0px;
}
@media screen and (max-width: 960px) {
  .site-header__logo-link img {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1260px) {
  .scream .full-width-max {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .scream .full-width-max {
    text-align: center;
  }
  .scream .full-width-max h2.heading-input {
    font-size: 2em;
  }
}
.site-nav {
  padding-top: 10px;
}
.site-nav__link {
  font-family: 'AvenirLTStd-Heavy';
}
.site-nav--active > .site-nav__link {
  font-weight: normal;
}
a {
  transition: all 0.25s ease-in-out;
}
.btn, .btn--primary {
  font-family: 'AvenirLTStd-Heavy';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 10px 25px;
  line-height: 1.5;
  transition: all 0.25s ease-in-out;
  border-radius: 30px;
}
.btn--primary {
  border: 2px solid #fff;
}
.btn.full {
  width: 100%;
  text-align: center;
}
.shopify-section {
  float: left;
  width: 100%;
}
.accordion-toggle {
  border: 1px solid #eee;
  background: #fff;
  margin-bottom: 8px;
}
.accordion-toggle:hover, .open {
  background: #f2f2f2;
  cursor: pointer;
}
.accordion-content {
  background: hsla(240, 25%, 99%, 1);
  border: 1px solid #eee;
  margin-top: -9px;
  margin-bottom: 8px;
}
/* UTILITY NAVIGATION */
.utility {
  /*   padding: 10px 0 0 0;
   border-top: 6px solid #062956; */
  padding: 5px 0 0 0;
}
ul.utility-nav {
  margin: 0;
}
ul.utility-nav li {
  display: inline-block;
  list-style: none;
  margin-left: 10px;
}
ul.utility-nav li a {
  color: var(--var-darkorange);
  font-weight: bold;
  text-transform: lowercase;
  font-size: 13px;
  text-decoration: none;
}
/* NAVIGATION */
.site-nav li {
  font-family: 'AvenirLTStd-Heavy';
}
.site-nav--active a {
  color: #f7931c;
}
.site-nav__dropdown {
  border: 1px solid #eee;
  text-align: left;
}
.site-nav__dropdown li {
  border-top: 1px solid #eee;
}
.site-nav__dropdown li a {
  background: #fff;
  font-size: 14px;
}
.site-nav__dropdown li a:hover, .site-nav__dropdown li a:active, .site-nav__dropdown li a:focus {
  background: #fff;
}
.a-container ul {
  margin-top: 10%;
}
.a-container ul li {
  margin-top: 0.5em;
}
.f-shrink {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  transition: top 0.2s ease-in-out;
}
.site-nav__link .icon-arrow-down {
  display: none;
}
.testimonial .swiper-slide {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .testimonial .swiper-slide {
    min-height: 190px;
  }
}
@media screen and (min-width: 768px) {
  .testimonial .swiper-container {
    width: 80%;
  }
}
.testimonial .swiper-container .swiper-slide .wrapper {
  width: 80%;
}
.testimonial .swiper-container .swiper-slide .wrapper .grid {
  padding: 1.5em 0;
  text-align: center;
}
.testimonial .swiper-container .swiper-slide .wrapper .grid .grid__item h6 {
  font-size: 16px;
  font-family: 'AvenirLTStd-LightOblique';
}
@media screen and (max-width: 768px) {
  .swiper-wrapper {
    height: 400px;
  }
}
#shopify-section-1488850306949 .grid__item.large--one-fifth, #shopify-section-1488862705534 .grid__item.large--one-fifth {
  margin-bottom: 2em;
}
@media screen and (min-width: 769px) {
  #shopify-section-1488850306949 .grid__item.large--one-fifth:nth-child(6), #shopify-section-1488862705534 .grid__item.large--one-fifth:nth-child(6) {
    clear: both;
  }
}
#shopify-section-1488850306949 .grid__item.large--one-fifth .a-container, #shopify-section-1488862705534 .grid__item.large--one-fifth .a-container {
  /*       background: #e6ecef; */
  border: 1px solid #eee;
  padding: 1em 0 0 0;
}
#shopify-section-1488850306949 .grid__item.large--one-fifth .a-container a, #shopify-section-1488862705534 .grid__item.large--one-fifth .a-container a {
  display: block;
  height: 70px;
}
#shopify-section-1488850306949 .grid__item.large--one-fifth img, #shopify-section-1488862705534 .grid__item.large--one-fifth img {
  /*       background: #fff;
   padding: 10px;
   border-radius: 20px;
   margin-bottom: 5px; */
}
#shopify-section-1488850306949 .grid__item.large--one-fifth h6, #shopify-section-1488862705534 .grid__item.large--one-fifth h6 {
  margin-bottom: 1em;
}
#shopify-section-1488850306949 .grid__item.large--one-fifth p, #shopify-section-1488862705534 .grid__item.large--one-fifth p {
  margin: 0;
  padding: 15px;
  font-size: 14px;
  line-height: 1.4;
}
#shopify-section-1488850306949 .grid__item.large--one-fifth .a-block, #shopify-section-1488862705534 .grid__item.large--one-fifth .a-block {
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s ease-in;
  background: #f2f2f2;
}
@media screen and (min-width: 769px) {
  #shopify-section-1488850306949 .grid__item.large--one-fifth .a-block, #shopify-section-1488862705534 .grid__item.large--one-fifth .a-block {
    max-height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 800px) {
  #shopify-section-1488850306949 .grid__item.large--one-fifth, #shopify-section-1488862705534 .grid__item.large--one-fifth {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #shopify-section-1488850306949 .grid__item.large--one-fifth:hover, #shopify-section-1488862705534 .grid__item.large--one-fifth:hover {
    cursor: pointer;
  }
  #shopify-section-1488850306949 .grid__item.large--one-fifth:hover .a-block, #shopify-section-1488862705534 .grid__item.large--one-fifth:hover .a-block {
    max-height: 100px;
  }
}
#shopify-section-gs-testimonials1 h2, #shopify-section-gs-team1 h2 {
  /*    font-size: 16px;
   text-transform: uppercase;
   border-top: 1px solid #eee;
   border-bottom: 1px solid #eee; */
  padding: 10px;
  letter-spacing: 1px;
}
#shopify-section-gs-testimonials1 .grid__item, #shopify-section-gs-team1 .grid__item {
  margin-bottom: 2em;
  display: flex;
}
#shopify-section-gs-testimonials1 .a-container, #shopify-section-gs-team1 .a-container {
  padding: 2em;
  text-align: center;
  background: #f6f6f6;
  width: 100%;
}
#shopify-section-gs-testimonials1 .a-container img, #shopify-section-gs-team1 .a-container img {
  border-radius: 50%;
  margin-bottom: 1em;
}
#shopify-section-gs-testimonials1 .a-container h2, #shopify-section-gs-team1 .a-container h2 {
  font-size: 16px;
}
#shopify-section-gs-testimonials1 .a-container .block-text, #shopify-section-gs-team1 .a-container .block-text {
  text-align: left;
}
.faqs-container {
  margin: 2em 0;
  display: inline-block;
}
.section-accordion {
  margin-bottom: 1em;
}
.section-accordion h2 {
  font-size: 22px;
  color: #f15a22;
}
.accordion-toggle .icon {
  border: 2px solid;
  width: 25px;
  height: 25px;
  top: 12px;
  text-align: center;
  line-height: 25px;
  border-radius: 50px;
  position: absolute;
  right: 12px;
  text-align: center;
  font-size: 12px;
}
#shopify-section-gs-features1 .a-container, #shopify-section-gs-features3 .a-container {
  text-align: left;
}
#shopify-section-gs-features1 h2, #shopify-section-gs-features3 h2 {
  /*     color: #062956; */
}
#shopify-section-gs-features1 h3, #shopify-section-gs-features3 h3 {
  font-size: 1.2em;
}
#shopify-section-gs-features2 h2 {
  /*     color: #062956; */
}
#shopify-section-gs-features2 .grid__item.large--one-third {
  margin-bottom: 2em;
}
@media screen and (min-width: 769px) {
  #shopify-section-gs-features2 .grid__item.large--one-third:nth-child(4), #shopify-section-gs-features2 .grid__item.large--one-third:nth-child(7), #shopify-section-gs-features2 .grid__item.large--one-third:nth-child(10), #shopify-section-gs-features2 .grid__item.large--one-third:nth-child(13) {
    clear: both;
  }
}
#shopify-section-gs-features2 .grid__item.large--one-third .a-container {
  /*       background: #e6ecef; */
  padding: 1em;
  border: 1px solid #eee;
}
#shopify-section-gs-features2 .grid__item.large--one-third .a-container:hover {
  pointer: cursor;
}
@media screen and (max-width: 480px) {
  #shopify-section-gs-features2 .grid__item.large--one-third .a-container {
    min-height: 145px;
  }
}
#shopify-section-gs-features2 .grid__item.large--one-third .a-container a {
  display: block;
  height: 70px;
}
#shopify-section-gs-features2 .grid__item.large--one-third .a-container h2 {
  font-size: 1em;
  color: #f15a22;
}
#shopify-section-gs-features2 .grid__item.large--one-third img {
  /*       background: #fff;
   padding: 10px;
   border-radius: 20px;
   margin-bottom: 5px; */
}
#shopify-section-gs-features2 .grid__item.large--one-third .a-block {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s ease-in-out;
}
#shopify-section-gs-features2 .grid__item.large--one-third .a-block a.btn, #shopify-section-gs-features2 .grid__item.large--one-third .a-block a.btn--secondary {
  height: auto;
}
@media screen and (max-width: 768px) {
  #shopify-section-gs-features2 .grid__item.large--one-third {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  #shopify-section-gs-features2 .grid__item.large--one-third:hover .a-block {
    max-height: 300px;
  }
}
/* ORDERED LIST - BULLET LIST */
ol.ol-custom li {
  /*     list-style-image: url({{ 'sm.png' | asset_url }}); */
  list-style: none;
  margin-left: 10px;
  line-height: 1.8;
  margin-bottom: 20px;
}
ol.ol-custom li:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  margin-left: -42px;
  background-image: url({{ 'sm.png' | asset_url }});
}
ol.no-num li {
  list-style: none;
  margin-bottom: 10px;
  margin-left: -10px;
}
ol.no-num li img {
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 10px;
  width: 40px;
}
/* BLOG */
.blog-heading {
  font-size: 16px;
  /*   text-transform: uppercase; */
  color: #062956;
  border-bottom: 1px solid #ececec;
}
.blog-link {
  line-height: 1;
}
.blog-link a {
  font-size: 18px;
  text-decoration: none;
}
.blog-wrapper {
  padding-top: 5%;
  padding-bottom: 5%;
}
.article-container {
  position: relative;
  margin-bottom: 1.5em;
}
.article-container .article-info {
  position: absolute;
  display: inline-block;
  top: 60px;
  width: 70%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.article-container .article-info div.article-title {
  background: #fff;
  padding: 1em;
  font-size: 16px;
  font-family: 'AvenirLTStd-Book';
  margin-top: 18px;
}
.article-container .article-info div.article-title h4 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .article-container .article-info div.article-title h2 {
    font-size: 18px;
  }
}
.article-container .article-info div.article-title a {
  font-family: 'AvenirLTStd-Book';
  text-decoration: none;
  color: #5c5c5c;
}
.article-container .article-info div.article-title a:hover {
  color: #f15a22;
}
.article-container .article-info .tag-container {
  font-family: 'AvenirLTStd-Heavy';
  background: #f15a22;
  color: #fff;
  padding: 0.7em 1em 0.5em 1em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  transform: rotate(0deg);
  margin-left: -16px;
  position: absolute;
  top: 0;
  border-radius: 16px;
}
.article-whole .article-info {
  top: 28%;
  width: 47%;
}
.article-whole img {
  width: 100%;
}
/* NEWS */
.news-block {
  border: 1px solid #ccc;
  padding: 1em 2em;
  margin-bottom: 2em;
}
.news-block .news-title {
  line-height: 1.4;
  font-size: 16px;
  margin: 1.5em 0;
  text-align: center;
}
.news-block .news-title a {
  text-decoration: none;
  color: #625e5d;
}
/* FOOTER */
.site-footer {
  padding-bottom: 2em;
}
.news-half {
  width: 75% !important;
}
@media screen and (max-width: 680px) {
  .news-half {
    width: 65% !important;
  }
}
.pad-bot {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .site-footer ul.no-bullets li {
    display: block;
  }
}
.site-footer ul.no-bullets li a {
  text-decoration: none;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .site-footer ul.no-bullets li a {
    margin-right: 15px;
  }
}
.powered-link {
  color: rgba(255, 255, 255, 0.7);
}
.form-container input {
  width: 90%;
  margin-bottom: 5px;
}
.social-icons li {
  margin: 0 7px 0px;
}
.social-icons .fa {
  background: var(--var-darkorange);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
.drawer--left {
  background: #fff;
  color: #4c4c4c;
  border-right: 1px solid #ccc;
}
.drawer--left li.mobile-nav__item a {
  color: #f15a22;
  font-weight: 600;
  padding: 10px 15px;
}
.drawer--left .mobile-nav__toggle button {
  padding: 10px;
}
.drawer--right {
  background: #fff;
  color: #4c4c4c;
  border-left: 1px solid #ccc;
}
.drawer--right .ajaxcart__qty-adjust, .drawer--right .ajaxcart__qty-num {
  color: #4c4c4c;
}
.additional-checkout-button + .additional-checkout-button {
  margin: 10px 0 0 0 !important;
  width: 100%;
}
.ajaxcart__inner p {
  font-size: 14px;
}
.drawer a {
  color: #f15a22;
}
.section-testimonial h5 {
  border-bottom: 1px dotted;
  display: inline-block;
  margin: 0;
  color: #f15a22;
  font-weight: 300;
}
.section-testimonial .swiper-button-next, .section-testimonial .swiper-button-prev {
  color: #f15a22;
}
.underline {
  text-decoration: underline;
}
#shopify-section-1488852495341 .a-container img.image1 {
  border: 6px solid rgba(6, 41, 86, 0.13);
  border-radius: 50%;
  width: 160px;
  margin: 2em 0;
  padding: 0px;
  overflow: hidden;
  background-image: url(/cdn/shop/files/Map_800x.png?v=1492276484);
  background-position: 53% 52%;
  display: none;
}
#shopify-section-1488852495341 .a-container h6 {
  margin-top: 1em;
}
#shopify-section-1488852495341 .a-container img.image2 {
  width: 40%;
  margin-top: 1.5em;
}
#shopify-section-1488852495341 .a-container .a-block {
  margin-bottom: 2em;
}
.spotlight .half-wrap {
  margin: 2em 0;
}
.spotlight .half-wrap p {
  font-size: 18px;
}
.spotlight .half-wrap ol, .spotlight .half-wrap ul {
  padding: 10px 0.5em 1.5em 0.5em;
  text-align: left;
}
.spotlight .half-wrap ol li, .spotlight .half-wrap ul li {
  font-size: 18px;
}
#shopify-section-1492193704389 {
  display: none;
  /*   .billboard {
   padding: 5%;
   }
   .heading-input {
   margin: 0.5em 0 1em 0;
   }
   p.text-input {
   font-size: 21px;
   padding: 0 22%;
   line-height: 2;
   small {
   font-size: 14px;
   padding-top: 12px;
   display: inline-block;
   }
   } */
}
#shopify-section-1482947417081 .grid {
  width: 90%;
  margin: 3em auto 0 auto;
}
#shopify-section-1482947417081 .grid .grid__item {
  padding-left: 0 !important;
}
#shopify-section-1482947417081 .page-title {
  margin: 0.5em 0 1em 0;
}
#shopify-section-1482947417081 p.section-subtext {
  font-size: 21px;
  padding: 0 22%;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #shopify-section-1482947417081 p.section-subtext {
    font-size: 16px;
    padding: 0 5%;
  }
}
#shopify-section-1482947417081 p.section-subtext small {
  font-size: 14px;
  padding-top: 12px;
  display: inline-block;
}
#shopify-section-1482947417081 .large--one-quarter {
  width: 25% !important;
}
#shopify-section-1482947417081 .large--one-quarter img {
  max-height: 140px;
}
@media screen and (max-width: 768px) {
  #shopify-section-1482947417081 .large--one-quarter img {
    max-height: 80px;
  }
}
#shopify-section-1488849754334, #shopify-section-1488854084942, #shopify-section-1488850306949 {
  display: none;
}
/* PRODUCT PAGE */
#ProductPrice {
  font-size: 16px;
  border-top: 4px solid #f15a22;
  display: inline-block;
  color: #9c9c9c;
  padding-top: 8px;
  margin-bottom: 1em;
}
.ProductPrice-sub {
  font-size: 16px;
  border-top: 4px solid #f15a22;
  display: inline-block;
  color: #9c9c9c;
  padding-top: 8px;
  margin-bottom: 1em;
}
.ProductPrice-sub span {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .product-right {
    padding: 0 4em;
  }
}
#ProductPhotoImg {
  /*   padding: 1em; */
}
@media screen and (min-width: 768px) {
  #ProductPhotoImg {
    /*       padding: 3em 8em; */
  }
}
.swatch {
  margin: 0 0 0 0 !important;
}
.swatch .header {
  display: none;
}
.swatch-element label {
  background: #fff !important;
  height: auto !important;
  box-shadow: none !important;
  border-radius: 30px !important;
}
.swatch input:checked + label {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-color: inherit !important;
  background: #ccc !important;
  font-weight: 600;
}
.strong-label, .quantity-selector {
  font-size: 16px;
  font-weight: 600;
  margin: 1em 0 10px 0;
  display: inline-block;
}
.rte ul {
  margin-left: 40px;
  font-size: 12px;
}
.rte ul li {
  margin: 0;
}
.half-full p {
  margin: 2em 1.5em;
}
ul.prod-tabs {
  text-align: center;
  margin-bottom: 4em;
}
ul.prod-tabs li {
  display: inline-block;
  list-style: none;
}
ul.prod-tabs li a {
  padding: 10px 20px;
  border: 1px solid #062956;
  color: #062956;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  margin: 0 6px;
}
@media screen and (min-width: 768px) {
  ul.prod-tabs li a {
    padding: 15px 38px;
    margin: 0 18px;
  }
}
ul.prod-tabs li a.current, ul.prod-tabs li a:hover {
  background: #062956;
  color: #fff;
}
/* Table */
table td {
  border: none;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
td.td-heading {
  font-weight: 700;
}
/* CUSTOM BOAT OVERLAY ANIMATION */
.pos-container {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  clear: both;
}
.custom-boat {
  position: relative;
}
@media screen and (min-width: 480px) {
  .custom-boat .wrapper {
    padding: 0 30px;
  }
}
.boat-bg {
  padding: 5% 20%;
  display: inline-block;
  position: relative;
}
.boat-icons {
  width: 100%;
}
.boat-icons img.cb1 {
  text-align: center;
  padding: 9% 20% 5% 20%;
  /*     padding: 5% 9% 1% 5%; */
  display: block;
}
@media screen and (min-width: 769px) {
  .boat-icons {
    margin-bottom: 7em;
  }
}
.modal-background {
  background: rgba(0, 0, 0, 0.5);
  /* background: transparent; */
  /* position: absolute; */
  position: fixed;
  z-index: 9;
  /* .modal[zIndex] - 1 */
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  display: none;
}
@media screen and (min-width: 769px) {
  li.icon-cb-1 {
    /*   bottom: 26%;
     left: 11%; */
    bottom: 26%;
    left: 13%;
  }
  li.icon-cb-2 {
    bottom: 71%;
    left: 23%;
  }
  li.icon-cb-3 {
    top: -3%;
    left: 48%;
  }
  li.icon-cb-4 {
    /*   top: -6%;
     right: 12%; */
    top: 5%;
    right: 17%;
  }
  li.icon-cb-5 {
    bottom: 41%;
    right: 16%;
  }
  li.icon-cb-6 {
    bottom: 4%;
    right: 47%;
  }
  li.icon-cb-7 {
    bottom: -5%;
    left: 23%;
  }
  li.icon-cb-8 {
    bottom: 18%;
    right: 31%;
  }
}
.rb-grid li img {
  /*   padding: 8px; */
  transition: all 0.2s ease-in-out;
}
.rb-grid li:hover {
  /* 	border-color: #f15a22; */
  border-color: #062956;
  cursor: pointer;
}
.rb-grid li:hover img {
  padding: 3px;
}
.rb-grid li:hover h2 {
  /*     color: #f15a22; */
  color: #062956;
}
.rb-week h3 {
  font-size: 3em;
}
@media screen and (max-width: 769px) {
  .rb-week h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 769px) {
  .rb-week p {
    font-size: 14px;
  }
}
/* CUSTOM PHONE IMAGE SWAPPING ANIMATION */
.phoneswap-container, .install-container {
  margin-top: 2em;
  padding: 5em 0 0 0;
  background: #fff;
  clear: both;
}
.install-container {
  background: #f9f9f9;
  padding: 5em 0;
}
.button-container {
  margin-top: 5em;
}
.swatch-button {
  display: inline-block;
  width: 32%;
  margin-bottom: 2em;
}
.swatch-button:focus {
  border: none !important;
  outline: none !important;
}
.swatch-button h3 {
  font-size: 14px;
  margin: 15px 0 15px 0;
  transition: all 0.2s ease-in-out;
}
.swatch-button .img-borders {
  border-radius: 50%;
  padding: 17px;
  display: inline-block;
  background: #fff;
  line-height: 0;
  border: 1px solid #ccc;
  width: 100px;
  height: 100px;
  text-align: center;
  padding-top: 23px;
  transition: all 0.2s ease-in-out;
}
.swatch-button img {
  width: 85%;
}
.swatch-button:hover h3 {
  color: #f15a22;
}
.swatch-button:hover .img-borders {
  border-color: #888;
}
img.display-image {
  /*   position: absolute;  */
  display: none;
}
img.display-image.active {
  display: block;
  z-index: 9;
}
@media screen and (min-width: 76px) {
  .desktop-right {
    float: right !important;
  }
}
.collection-banner {
  padding: 30px 0 15px 0;
}
.collection-banner .overlay-color {
  background: #5c5c5c;
}
.install-container .img-install {
  padding: 10px;
  margin: 3em;
  /*   background: rgba(204, 204, 204, 0.22); */
}
.install-container .img-install img {
  border-radius: 50%;
  border: 1px solid #b4b4b4;
  background: #fff;
}
.install-container h3 {
  font-size: 1.2em;
}
.wireless-sec {
  background: #f0f0f0;
  clear: both;
  padding: 5em;
}
#explore-app, #technology, #sensors {
  /* border-top: 160px solid rgba(255, 255, 255, 0); */
  /* margin-top: -100px; */
}
/*
 #fleet-management {
 border-top: 160px solid rgba(255, 255, 255, 0);
 margin-top: -100px;
 }
 */
#explore-app {
  border-top: 160px solid #f9f9f9;
}
#shopify-section-gs-features3 {
  background: #f0f0f0;
}
#fleet-management h3 {
  margin-top: 0.5em;
}
#sensors {
  border-color: #fff;
}
/* Support Page */
.page-tabs {
  background: rgba(214, 213, 213, 0.5);
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 2.5em;
  z-index: 2;
}
@media screen and (min-width: 700px) {
  .page-tabs {
    /*   margin-top: -22px; */
  }
}
.page-tabs ul {
  margin: 0;
  /* New mobile-only 2-col grid layout: */
  @media only screen and (max-width: 1025px) {
    display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 10px;
  }
}
.page-tabs ul li {
  padding: 0 10px;
  margin: 0 -2px;
  transition: all 0.2s ease;
  border-left: 1px solid #efefef;
}
.page-tabs ul li:last-child {
  border-right: 1px solid #efefef;
}
.page-tabs ul li:hover {
  background: rgba(204, 204, 204, 0.4);
}
.page-tabs ul li a {
  padding: 0px 8px 10px 8px;
  color: #625e5d;
}
.page-tabs ul li a h4 {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  color: #666;
}
@media screen and (min-width: 700px) {
  .page-tabs ul li a h4 {
    margin-top: -10px;
  }
}
.page-tabs ul li a img {
  width: 75px;
  margin-top: -5px;
}
@media screen and (max-width: 700px) {
  .page-tabs ul li {
    width: 100%;
    border-bottom: 1px solid #efefef;
  }
  .page-tabs ul li a {
    padding: 10px 5px;
  }
  .page-tabs ul li a img {
    display: none;
  }
}
.page-tabs .site-nav.active {
  background: #fff;
}
.some-container {
  margin: 0 auto;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 3em;
}
@media screen and (min-width: 620px) {
  .some-container {
    padding: 0 30px;
  }
}
span.small-icon img {
  width: 50px;
  vertical-align: middle;
}
.large-font {
  font-size: 24px;
}
.mid-font {
  font-size: 18px;
}
.diff-title {
  margin: 3em 0 1em 0;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
}
.small-header {
  margin: 1em 0;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}
/* COLLECTION PAGE */
.product-display {
  margin-bottom: 2em;
}
.grid__image img {
  border: 1px solid #ccc;
}
.flex-me {
  display: flex;
  flex-wrap: wrap;
}
.flex-me .grid__item {
  display: flex;
}
#col-main {
  max-width: 1260px;
  margin: 10em auto 5em auto;
}
/* CART PAGE */
.cart-table td, .cart-table th {
  padding: 15px 15px;
}
.btn-blue {
  background: #666666;
}
.btn-blue:hover {
  background: hsla(0, 0%, 85%, 0.1);
  color: var(--var-darkorange);
  border: 1px solid var(--var-darkorange); 
}
th, td {
  text-align: left;
  padding: 7px;
}
thead {
  background: #f9f9f9;
}
tbody {
  background: #fff;
}
.rc_layout h2, .rc_title-bar__title h2 {
  display: inline-block;
  margin-top: 1em !important;
  font-size: 24px;
}
.rc_layout__sidebar a {
  margin-top: 2em;
}
.rc_layout {
  min-height: 500px;
}
ul.nav-pills.nav-stacked {
  list-style: none;
  margin-left: 0;
}
.purchase-address {
  font-size: 14px;
}
@media only screen and (max-width: 760px) {
  #ReCharge-Mobile-Nav {
    display: block;
    height: 40px !important;
  }
}
.rb-grid {
  list-style: none;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  width: 100%;
}
.rb-grid li {
  width: 70px;
  height: 70px;
  margin: 1.5%;
  background: #fff;
  color: #717171;
  /*   color: #f15a22; */
  display: block;
  float: left;
  cursor: pointer;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #f15a22;
  padding: 11px;
  transition: all 0.2s ease-in-out;
}
/* .rb-grid li.rb-span-2 {
 width: 49%;
 }
 .rb-grid li.rb-span-4 {
 width: 99%;
 } */
.rb-grid li h2 {
  font-size: 16px;
  font-weight: 600;
  width: 175px;
  margin-left: -66px;
  margin-top: 10px;
  transition: all 0.2s ease-in-out;
}
.rb-grid li[class^="icon-"]:before, .rb-grid li[class*=" icon-"]:before {
  font-size: 10em;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 3;
  opacity: 0.4;
  text-align: right;
  pointer-events: none;
}
.rb-temp {
  display: block;
  font-size: 2em;
  opacity: 0.5;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.rb-grid li:hover .rb-temp {
  opacity: 1;
}
.rb-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: -1;
  pointer-events: none;
  cursor: default;
  right: 0;
  margin: 0 auto;
  width: 60%;
  height: 60%;
  top: 18%;
  border-bottom: 40px solid #062956;
}
@media screen and (max-width: 768px) {
  .rb-grid li {
    position: relative;
    display: inline-block;
    margin: 6% 5% 5% 9%;
  }
  .rb-grid li h2 {
    font-size: 14px;
    width: 138px;
    margin-left: -44px;
    margin-top: 10px;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 636px) {
  .rb-grid li {
    margin: 6% 5% 5% 8%;
  }
}
@media screen and (max-width: 585px) {
  .rb-grid li {
    margin: 6% 5% 5% 13%;
  }
}
@media screen and (max-width: 480px) {
  .rb-grid li {
    margin: 7% 5% 8% 9%;
  }
  .rb-grid li h2 {
    font-size: 14px;
    width: 111px;
    margin-left: -35px;
  }
}
.rb-close {
  position: absolute;
  top: 1.4em;
  right: 1.4em;
  width: 2em;
  height: 2em;
  text-indent: -9000px;
  cursor: pointer;
  z-index: 1000;
  color: #fff;
  border: 2px solid #fff;
}
.rb-close::before {
  content: 'x';
  font-weight: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 3em;
  line-height: 0.6;
  text-align: center;
  text-indent: 0px;
}
.rb-week {
  width: 100%;
  height: 100%;
  visibility: visible;
  /*   overflow: scroll; */
  background: #062956;
  overflow-y: auto;
}
.rb-week > div {
  width: 10%;
  height: 100%;
  float: left;
  position: relative;
  padding: 7%;
  text-align: left;
  background: #062956;
  color: #fff;
}
.rb-week > div:first-child {
  width: 100%;
}
.rb-week span {
  padding: 5% 0;
  font-size: 2em;
  font-weight: 100;
  display: block;
  margin: auto 0;
  height: 30%;
  width: 100%;
  line-height: 0.8;
}
.rb-week span.rb-city {
  font-weight: 700;
  padding: 1% 10%;
  font-size: 1em;
  line-height: 1.2;
}
.rb-week [class^="icon-"]:before {
  font-size: 2.5em;
  font-weight: normal;
}
.rb-week > div:first-child [class^="icon-"] {
  opacity: 0.1;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}
.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}
@media (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.sweet-alert fieldset {
  border: none;
  position: relative;
}
.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}
.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}
.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}
.sweet-alert .sa-error-container p {
  display: inline-block;
}
.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}
.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}
.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}
.sweet-alert input::-ms-clear {
  display: none;
}
.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert.show-input input {
  display: block;
}
.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}
.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}
.sweet-alert button {
  background-color: #8CD4F5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}
.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.sweet-alert button:hover {
  background-color: #7ecff4;
}
.sweet-alert button:active {
  background-color: #5dc2f1;
}
.sweet-alert button.cancel {
  background-color: #C1C1C1;
}
.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}
.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}
.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}
.sweet-alert button[disabled] {
  opacity: 0.6;
  cursor: default;
}
.sweet-alert button.confirm[disabled] {
  color: transparent;
}
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
  left: 50%;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-webkit-keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}
.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}
.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}
.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}
.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}
.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}
.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}
.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}
.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}
@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}
@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}
@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9;
}
/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall, .la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-fall.la-dark {
  color: #333;
}
.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-fall {
  width: 54px;
  height: 18px;
}
.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}
.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms;
}
.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms;
}
.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}
.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}
.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}
.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}
.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}
.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}
.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}
/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
/*! Lity - v1.6.5 - 2016-04-05
 * http://sorgalla.com/lity/
 * Copyright (c) 2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
/***********************************/
/* Support >> Video Tutorials Page */
/***********************************/
.vid-tut-featured-container {
  padding-bottom: 50px;
  max-width: 900px;
  margin-left: -50px;
  margin: auto;
}
@media (max-width: 620px) {
  .vid-tut-featured-container {
    padding-bottom: 30px;
  }
}
.vid-tut-featured {
  padding-left: 15px;
  padding-right: 10px;
}
.vid-tut-list {
  max-width: 768px;
  margin: auto;
}
.vid-tut-item {
  text-align: center;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 10px;
}
.vid-tut-title {
  margin-top: 20px;
}
.vid-tut-name {
  font-size: 100%;
  color: #2D91D3;
  font-weight: 200;
  letter-spacing: -0.5px;
}
@media (min-width: 620px) {
  .dhide {
    display: none;
  }
}
.featured-vid-tut-name {
  font-size: 100%;
  color: #2D91D3;
  font-weight: 200;
  text-align: center;
  padding-top: 10px;
}
/***********************************/
/* BLOG FEATURED POST TRANSPARENCY */
/***********************************/
.blog-featured-transparency {
  opacity: 0.85;
  z-index: 0;
}
.blog-transparency {
  opacity: 0.85;
  z-index: 0;
}
.tag-featured {
  z-index: 1;
}
.tag-blogpost {
  z-index: 1;
}
.ontop-featured {
  position: relative;
  bottom: 160px;
  left: 7px;
}
/**************************/
/* HERO VIDEO ON HOMEPAGE */
/**************************/
.video-foreground, .video-background iframe {
  pointer-events: none;
  /*   min-width: 100%; */
  /*   width: auto;  */
  min-width: 1200px;
  min-height: 100%;
  /*   max-height: 200px;  */
  object-fit: contain;
  vertical-align: middle;
  background-position: center bottom;
}
@media screen and (max-width: 750px) {
  .hero-video-mhide {
    display: none;
  }
}
#hero-video {
  width: 100%;
}
.hero__content {
  position: relative;
  /*   bottom: 500px;  */
  z-index: 1;
  color: white;
  /*   max-width: 500px;  */
  padding-left: 50px;
  padding-right: 50px;
  /*   text-align: right;  */
}
@media screen and (max-width: 750px) {
  .hero__content {
    display: none;
  }
}
.hero__content-mobile {
  position: relative;
  bottom: 0px;
  z-index: 1;
  color: white;
  /*   padding-top: 90px;  */
  /*   max-width: 500px;  */
  /*   padding-left: 50px;  */
}
@media screen and (min-width: 750px) {
  .hero__content-mobile {
    display: none;
  }
}
.btn--transparent {
  background-color: transparent !important;
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .btn--transparent {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
.play-symbol {
  max-width: 11px;
  position: relative;
  top: 2px;
  left: 3px;
}
.hero-video-title {
  margin-bottom: 0px;
  font-size: 325%;
  line-height: 120%;
}
@media screen and (max-width: 750px) {
  .hero-video-title {
    font-size: 225%;
  }
}
.hero-video-subtitle {
  margin-bottom: 10px;
  font-size: 175%;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 750px) {
  .hero-video-subtitle {
    font-size: 125%;
  }
}
.still-frame {
  /*   min-height: 500px;  */
  /*   background-color: #2973FF; */
}
@media screen and (min-width: 750px) {
  .still-frame {
    display: none;
  }
}
/* Safari only override */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance:none) {
    .safari_only {
      position: relative;
      bottom: 50px;
    }
  }
}
.video-wrapper iframe {
  /*   width: auto;
   height: auto;  */
}
.hiw-video {
  height: auto !important;
  max-width: 768px !important;
}
.team-header {
  padding-top: 20px;
  padding-bottom: 0px;
}
@media screen and (max-width: 750px) {
  .team-title {
    font-size: 1.5em !important;
  }
  .team-header {
    padding-bottom: 10px;
  }
}
.live-support-hrs {
  font-size: 75%;
}
.welcome-fleet-title {
  margin-top: 0px !important;
}
.horizontal-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.fleet-operator-login {
  margin: 30px 0 30px 0;
}
.fleet-operator-inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  .fleet-operator-inner {
    justify-content: center !important;
  }
  .header-wrapper .utility-nav {
    display: block;
    text-align: center;
  }
  ul.utility-nav li {
    display: block;
  }
}
@media screen and (min-width: 750px) {
  .utility-nav > li {
    padding-left: 20px;
  }
}
.satellite-subs, .cellular-subs {
  margin-top: 15px;
}
.satellite-title, .cellular-title {
  position: relative;
  left: 28px;
}
.h-space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.h-evenly {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.h-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.h-start {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.h-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.v-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.siren-price {
  margin-bottom: 0px;
}
.sub-savings {
  color: #ED512A;
  font-size: 95%;
}
.partners-title h5 {
  font-weight: 300;
  max-width: 600px;
  margin: auto;
  padding-bottom: 25px;
}
.partners-title h2 {
  margin-bottom: 0px;
}
.partners-title {
  padding: 0 10px;
}
.partner-slider-container {
  margin: 75px 10px;
}
.partner-slider-item img {
  height: 100px;
  width: 100px;
  object-fit: cover;
}
.partner-slider {
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .partner-slider {
    max-width: 100%;
    margin: 0 25px;
  }
  .partner-slider-item img {
    height: 60px;
    width: 60px;
  }
}
.yotpo-pdp-container {
  max-width: 1200px;
  margin: auto;
  padding: 150px 0;
}
.h-space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.h-evenly {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.h-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border: none;
}
.h-start {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.h-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.v-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.v-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.v-space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.v-start {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.flip-horizontal {
  flex-direction: row-reverse;
}
.flip-vertical {
  flex-direction: column-reverse;
}
.compatibility-banner__warning {
  background-color: #f15a22;
  color: white;
  font-weight: 700;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  margin-top: 5px;
}
.compatibility-banner__warning a {
  color: #ffd3c2;
}
.compatibility-banner__warning a:hover {
  color: white;
}
.compatibility-banner__warning p {
  margin-bottom: 0px;
}
.compatibility-banner__warning .compatibility-banner__close {
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .compatibility-banner__warning p {
    font-size: 85%;
  }
}
footer .hs-form {
  display: flex;
  padding-bottom: 30px;
}
footer .hs-email {
  display: flex;
}
footer .hs-email > label, footer .hs-error-msgs {
  display: none !important;
}
footer .hs-button {
  background-color: var(--var-darkorange);
  color: white;
  font-family: 'AvenirLTStd-Heavy';
  text-transform: uppercase;
  border-radius: 24px;
  padding-left: 25px;
  padding-right: 25px;
  border-color: var(--var-darkorange);
  margin-left: 20px; 
}
footer .hs-input {
  min-width: 300px;
}
@media only screen and (max-width: 750px) {
  footer .hs-input {
    min-width: 100%;
  }
}
footer .mc-form-old {
  display: none;
}
footer .sm-footer-wrapper {
  margin-left: 0px;
}
footer .email-signup-confirmation {
  padding: 250px 20px 200px 20px;
  font-family: 'AvenirLTStd-Heavy';
  font-size: 200%;
  text-align: center;
}
footer input[type="email"], footer input.hs-input.error {
  height: 40px !important;
}
footer .hubspot-email-title {
  text-align: center;
  font-size: 125%;
  font-weight: 300;
}
@media only screen and (min-width: 750px) {
  footer .hubspot-email-title {
    font-size: 150%;
  }
}
.gtranslate-header * {
  outline-style: none;
}
.gtranslate-header select {
  color: var(--var-darkorange);
  border-color: white; 
  font-family: 'AvenirLTStd-Book';
  font-size: 80%;
  font-weight: 700;
  padding: 0;
  border: none;
  background-image: none;
  text-transform: lowercase;
}
.gtranslate-header select * {
  text-transform: lowercase;
}
.support-email, .live-support-number {
  color: white;
}
@media only screen and (max-width: 750px) {
  .header-wrapper {
    padding: 0;
  }
  .header-wrapper .utility-nav {
    display: block;
    justify-content: center;
    overflow: scroll;
  }
  .header-wrapper .utility-nav li {
    text-align: center;
    display: inline;
  }
  .header-wrapper .utility-nav .gt_link, .header-wrapper .utility-nav #customer_login_link {
    font-size: 70%;
  }
  .header-wrapper .utility-nav select {
    font-size: 70%;
    position: relative;
    padding: 0;
  }
}

/* Yamaha Pgs */
.ymus-learning-content {
  margin-top: 5%;
}
.underline {
  text-decoration: underline;
}
.aync-plus-sign {
  align-self: center !important;
  font-size: 36px;
  @media only screen and (max-width: 1025px){
    margin-bottom: 6%;
  }
}
.max-width-90perc {
  max-width: 90%; 
}
@media only screen and (max-width: 1026px) {
  .trashy-mob-flexdir {
    flex-direction: column !important;
    align-items: center !important;
  }
  .aync-width20 {
    width: 80% !important; 
  }
}
@media only screen and (min-width: 1025px) {
  .aync-width20 {
    width: 22.5% !important;
  }
}
/* Trident Pg */
.trident-feat-header-text {
  color: #f16921;
}
.overflow-image-trident {
  padding-bottom: 25%;
}
.trident-border-bottom {
  border-bottom: 1px solid #bfbfbf;
}
.trident-faq-wrapper {
  background-color: #f5f5f5;
  padding-bottom: 10%;
}
.faq-header-text {
  font-weight: 900;
  padding-left: 5%;
  padding-top: 10%;
  margin-bottom: 0px;
}
.trident-three-row-header {
  display: flex;
}
.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: 1em;
}
.trident-bullet-point {
  font-size: 0.25em;
}
#trident-feature-fig1 {
  background-image: linear-gradient(to top right, #f88f4f, #fcd1b6, white);
}
#trident-feature-img1 {
  padding-right: 15%;
  display: flex;
  justify-content: flex-end;
}
#trident-feature-fig2 {
  background-image: linear-gradient(to top left, white, #fcd1b6, white);
}
#trident-feature-fig3 {
  background-image: linear-gradient(to bottom left, white, #bae8f7, #abc1ed);
}
#trident-feature-img3 {
  padding-right: 15%;
  display: flex;
  justify-content: flex-end;
}
/* Ad Landing */
@media only screen and (min-width: 1025px) {
    .mobile-only {
      display: none !important;
    }
}
@media only screen and (max-width: 1026px) {
    .desktop-only {
      display: none !important;
    }
    .mobile-h1 {
      font-size: 2.25em; 
    }
}
.adland-main-blurb-tile {
  margin: 2.5%;
  text-align: center;
} 
.adland-main-blurb-text {
  padding: 2.5% 5%;
  text-align: center;
}
.adland-h2 {
  color: var(--var-darkorange);
  text-align: center;
  margin: 5% 2% 1% 2%; 
}
.adland-main-prod-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 5%;
}
.adland-main-prod-tile {
  padding: 1.5%;
  background-color: #f0f0f0;
  flex-basis: 35%;  /* basis for wrapper */ 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.adland-addons-wrapper {
  background-color: #f0f0f0;
  margin: 5%;
  display: flex;
  flex-direction: row;
  flex-basis: 10%;
  justify-content: space-between;
  overflow: scroll;
} 
.adland-addon-tile {
  padding: 1.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 30vw;
  margin: 0 3vw;
}
.adland-tile-border {
  border-right: 1px solid whitesmoke;
}
.adland-icon {
  max-height: 25vh; 
  width: auto; 
  background: radial-gradient(closest-side, #f0f0f0 5%, white, white, #f0f0f0);
}
.adland-text-flavorbar { 
  text-align: left;
  border-left: 3px solid #f16921;
  border-radius: 1px;
  padding-left: 4%;
}
.vert-centered {
  display: flex; 
  justify-content: center;
}
.ad-text-hyperlink {
  color: var(--var-darkorange);
  text-decoration: underline;
  cursor: pointer; 
}
/* OEM Pgs */
@media only screen and (max-width: 1026px) {
  .grady-instruct-wrapper {
    padding-top: 10%;
  }
}
@media only screen and (min-width: 1025px) {
  .grady-instruct-wrapper {
    padding-top: 4%;
  }
}
.grady-instruct-title {
  margin-top: 5%;
  width: 100%;
  text-align: center;
  color: #707070;
}
.grady-main-prod-tile {
  padding: 1.5%;
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1025px) {
  .grady-main-prod-tile {
    flex-basis: 40% !important;
  }
}
@media only screen and (max-width: 1026px) {
  .grady-main-prod-tile {
    flex-basis: 90% !important;
  }
}
.grady-app-icons-flex-col {
  display: flex;
  flex-direction: column;
  flex-basis: 20vh;
  justify-content: center;
  align-items: center;
  margin: 2% 0;
}
@media only screen and (min-width: 1025px) {
  .grady-ext-icon {
    height: 10vh !important;
    width: auto !important;
  }
}
@media only screen and (max-width: 1026px) {
  .grady-ext-icon {
    /*       width: 70vw !important; */
    /*       height: auto !important; */
  }
}
.grady-modal {
  display: none;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}
.direct-atc-modal-content {
  background-color: #fefefe;
  /* margin: 15% auto; */
  padding: 5% 12.5%;
  border: 1px solid #888;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
}
@media only screen and (max-width: 1026px) {
  .direct-atc-modal-content {
    width: 90%;
    height: 90vh;
  }
}
@media only screen and (min-width: 1025px) {
  .direct-atc-modal-content {
    width: 60%;
    min-height: 60vh;
    max-height: 90vh;
  }
}
.direct-atc-modal-close {
  color: #aaa;
  position: relative;
  font-size: 0.9em;
  text-decoration: underline;
  top: 10px;
  right: 10px;
  font-weight: bold;
}
.direct-atc-modal-close:hover, .direct-atc-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.direct-atc-modal-text {
  font-size: 1.25em;
}
.adland-h3 {
  color: #787878;
  text-align: center;
  margin-bottom: 5%;
}
.grady-welcome-text {
  margin: 0 10% !important;
  text-align: center;
}
.hori-centered {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .dual-logos {
    padding-top: 2.5vh;
    max-width: 60vw;
    height: auto;
  }
}
@media only screen and (max-width: 1026px) {
  .dual-logos {
    padding-top: 2.5vh;
    max-width: 85vw;
    height: auto;
  }
}
.adland-h2-desc { 
  text-align: center; 
  margin-bottom: 20px; 
}
.bottom-pad-5per {
  padding-bottom: 5%;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.grady-ayn-margin {
  margin-top: 10px !important;
  margin-bottom: 20px !important; 
}
.grady-ayn-h2 {
  font-size: 2.5em; 
}
.addon-tile-divider {
  width: 3vw; 
  background: #fff; 
}

/* Teaser 2024 */
.hs-form-w-fullscreen-bg-img {
  background: url('/cdn/shop/files/Teaser_v2.png?v=1701268618');
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
}
.hs-form-container {
  padding-left: 33.33%;
  padding-top: 5%; 
}
.teaser-feb2024-headline {
  padding-top: 10%;
  color: white;
  text-align: center;
  font-size: 36px;
  font-family: "Open Sans" !important; 
  font-weight: 600;
  /* font-style: italic;  */
  margin: 0 5%;
  text-shadow: 2px 4px 2px #101010;
}
.teaser-feb2024-subheadline {
  color: white;
  text-align: center;
  font-size: 1.2vw;
  font-weight: 500;
  padding-top: 24px;
  margin: 0 5%; 
  font-family: "Trebuchet MS"; 
  text-shadow: 2px 4px 2px #101010; 
}
.var-fontsize {
  font-size: 2vh !important;
}
.siren-logo-gradient {
  /* color: #f67423 !important;  */
  background: -webkit-linear-gradient(#f9a31a, #f9a31a, #f9a31a, #eb600a, #eb600a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal !important;
  text-shadow: 1px 1px 1px rgba(255,0,0,0.3) !important;
}
.siren-logo-gradient2 {
  background: -webkit-linear-gradient(#fab038, #fab038, #fab038, #f67423, #f67423) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal !important;
  text-shadow: 1px 1px 1px rgba(255,0,0,0.3) !important; 
}
.siren-gradient-border { 
  background: linear-gradient(115deg, #fab038, #fab038, #F8922D, #f67423, #F8922D, #fab038, #fab038) !important; 
}
.siren-gradient-text {
  background: linear-gradient(#fab038, #fab038, #F8922D, #f67423, #F8922D, #fab038, #fab038); 
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  /* display: inline-block; */ 
  text-fill-color: transparent;
}

/* OneApp CSS */
.t1 {
  border: 1px solid black;
}
.td1 {
  border: 1px solid black;
}
.topnav-fixed {
  display: block; 
  position: fixed; 
  /* top: 0; */
  width: 100vw;
  z-index: 99;
  @media only screen and (min-width: 990px) {
    top: 85px;
  }
  @media only screen and (max-width: 991px) {
    top: 56px; 
  }
  box-shadow: 0px 2px 2px -2px rgba(0, 0, 0, 0.5);
}
.utility-nav {
  transition: height 0.5s ease, font-size 0.5s ease; 
  height: 25px;
  width: 100%;
  overflow: hidden;
  color: hsla(0, 0%, 85%, 0.5) !important;
}
.utility-nav.shrink {
  height: 1px; 
  font-size: 0;
  border-bottom: none;
  box-shadow: none; 
}
.topnav-margin-adjust {
  @media only screen and (max-width: 960px) {
    height: 85px;
  }
  @media only screen and (min-width: 961px) {
    height: 115px;
  }
}
/* sets page contents to below topnav-fixed. needs exact numbers for desktop & mob */
/* WARNING: DO NOT ADJUST TIL UTILITY-NAV (BLUE NAV) IS GONE, OR PX VALUES WILL BE ALL WRONG. OR DELETE UTILITY-NAV FROM DEV TOOLS THEN ADJUST */
@media only screen and (max-width: 702px) {
  .main-content {
    margin-top: 61px;
  }
}
@media only screen and (min-width: 703px) {
  .main-content {
    margin-top: 88px;
  }
}

.is-subscriptions-coll-header {
  color: var(--var-darksunny) !important;
  font-size: 1.5em !important;
  line-height: 1.2 !important;
}
.is-subscriptions-coll-text {
  font-size: 1.2em !important; 
  line-height: 1.2 !important; 
}


.email-signup-confirmation .text-container {
  width: 100%;
  max-width: 700px;
  margin: auto;
  padding: 75px 20px;
}
.email-signup-confirmation .text-container > div:nth-child(1) {
  text-align: center;
  color: #f15a22;
  font-weight: bold;
  font-size: 200%;
}
.email-signup-confirmation .text-container > div:nth-child(2) {
  text-align: left;
  font-weight: 600;
  font-size: 125%;
  line-height: 140%;
  padding-top: 25px;
}
.email-signup-confirmation .text-container > div:nth-child(3) {
  text-align: left;
  font-weight: 600;
  font-size: 125%;
  line-height: 140%;
  padding-top: 25px;
}

.yamaha-offer-padding {
  width: 100%;
  height: 10vh; 
}
.yamaha-tiers-hiw-btn {
  margin: 5% 0;
}
.yamaha-limited-offer-banner {
  cursor: pointer; 
  display: flex;
  position: relative;
  justify-content: center;
  align-items: flex-end;
}
.yamaha-offer-minibanner {
  width: 97%;
  height: auto; 
  margin: 0 1.5%;
}
.yamaha-lmtd-flex-btn {
  position: absolute;
  margin-bottom: 40px;
  z-index: 3;
}
.OA-transparent-btn {
  font-family: 'AvenirLTStd-Heavy';
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 25px; 
  border-radius: 15px;
  background-color: hsla(0, 0%, 95%, 0.25);
  color: var(--var-midsunny);
  border: 2px solid var(--var-darksunny); 
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0.45, 0, 0.55, 1), color 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
.OA-transparent-btn:hover {
  background: -webkit-linear-gradient(#fab038, #f8922d, #f67423, #f8922d, #fab038) !important;
  color: white;
} 
.yamaha-lmtd-off-legal {
  font-size: 10px;
  color: #808080;
  display: inline-block; 
  padding: 0.5% 1.5%;
}

.subs-coll-savings {
  font-weight: 700;
  font-size: 16px;
  color: white;
  border-radius: 5px;
  padding: 4px 10px;
  margin-bottom: 5px;
  display: inline-block;
}
.subs-coll-savings-orange-bg {
  background-color: #ffaf1a;
}
.subs-coll-savings-blue-bg {
  /* background-color: #33adff; */
  background: linear-gradient(160deg, #33adff, #80ccff, #1aa3ff) !important; 
}
.subs-coll-savings-gradient-bg {
  background: linear-gradient(160deg, #fab038, #f99939, #f89354, #fbc36a) !important; 
}
.s3-features-margin-adjust {
  margin: 5%, -200px, 0;
}
.newonsale-flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.newonsale-prodprice {
  font-size: 1.5rem;
  font-weight: 700;
}
.prodpg-new-sale-price {
  font-size: 24px;
  text-decoration: line-through;
  color: #999999;
  margin-bottom: 0;
  margin-right: 20px;
  display: inline;
}
.prodpg-sale-details {
  display: flex;
  align-items: center;
}
.collection-sales-banner {
  width: 100%;
  height: auto;
}
.collection-sales-banner-wrapper {
  @media only screen and (max-width: 1025px) {
      margin-top: 0;
    }
    @media only screen and (min-width: 1026px) {
      margin-top: 0;
    }
}
.homepg-banner-btn {
  position: absolute;
  bottom: 50px;           /* distance from the bottom of the img */
  left: 50%;
  transform: translateX(-50%);
  padding: 1.25em 2em;
}

.s3-features-icon-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* default: let items size themselves (or you can explicitly set 3‑up, 4‑up, etc) */
.s3-features-icon-nav > * {
  flex: 1 1 auto;
}

/* MOBILE: two per row */
@media (max-width: 600px) {
  .s3-features-icon-nav > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.cursor-pointer {
  cursor: pointer;
}

.preorder-backorder-text {
  color: #009900;
  font-size: 1.25em;
  font-weight: 600;
  text-decoration: underline;
}
.preorder-bonus-text {
  font-size: 1.25em;
  font-weight: 600;
}

/* S3 launch new CSS */
.s3-hardware-h2 {
  margin-top: 2.5%;
  margin-left: 4%;
}
.s3-hardware-h2sub {
  margin-left: 4%;
}
.s3-fancy-cards {
  display: flex;
  justify-content: space-around;
  margin: 0 2.5%;
}
@media only screen and (max-width: 1025px){
  .s3-fancy-cards {
    flex-direction: column;
  }
}
.s3-fancy-card {
  position: relative;
  width: 350px;       
  height: 500px;      
  overflow: hidden;
  border-radius: 8px; 
  cursor: pointer;
  margin-bottom: 1%;
}
.s3-fancy-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.s3-fancy-card::before { /* semi-transparent contrast layer */
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 1;
}
.s3-fancy-card-title {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px; 
  margin: 0;
  z-index: 2;
  color: #ffffff; 
  font-weight: 800;
  font-size: 1.75rem;
}
.s3-fancy-card-desc {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  margin: 0;
  z-index: 2;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: right;
}

/* S3 comparison grid table, mobile and desktop */
@media only screen and (max-width: 1025px) {
  .s3-comparison-table {
    width: 100%;
    max-width: 90%;
    margin: 1rem auto 20%;
    border-collapse: collapse;
    font-family: sans-serif;
    table-layout: fixed;
  }
  .s3-comparison-table th,
  .s3-comparison-table td {
    width: 25%;
    padding: 0.75rem;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    white-space: normal;
    overflow-wrap: break-word;
    hyphens: auto;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .s3-comparison-table tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
  }
  .s3-comparison-table .btn {
    display: block;
    font-size: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem;
    white-space: normal;
    overflow-wrap: break-word;
  }
  .s3-comparison-row {
    font-weight: 700;
    text-align: left;
  }
  .s3-comparison-table th:first-child,
  .s3-comparison-table td:first-child {
    font-weight: 700;
    text-align: left;
  }
  .s3-comparison-table .status {
    font-size: 1.25rem;
    line-height: 1;
  }
  .s3-comparison-table .status.check {
    color: #28a745;
  }
  .s3-comparison-table .status.cross {
    color: #dc3545;
  }
}

@media only screen and (min-width: 1026px) {
  .s3-comparison-table {
    max-width: 60%;
    margin: 1rem auto;
    border-collapse: collapse;
    font-family: sans-serif;
  }
  .s3-comparison-table th,
  .s3-comparison-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
  }
  
  .s3-comparison-thead {
    /* BORDER GOES HERE */
  }
  .s3-empty-th {
    border: none;
    background-color: transparent;
    color: transparent;
  }
  .s3-nonempty-th {
    border-top: none;
    border-color: #cccccc;
  }
  .s3-th-product:hover {
    filter: grayscale(70%) brightness(90%);
  }
  .s3-th-product-img {
    max-height: 100%;
    width: 100px;
    object-fit: contain;
  }
  .s3-th-product-link {
    padding: .25rem .5rem;
    align-self: end;
  }
  .s3-th-title {
    /* color: #595959; */
    color: var(--var-midsunny);
    font-size: 1.25rem;
    text-decoration: underline;
  }
  .s3-th-title-sub {
    margin-top: 10px;
    font-size: 0.6rem;
    text-decoration: underline;
    text-decoration-color: white;
    color: white;
  }
  
  .s3-comparison-table .status {
    font-size: 1.25rem;
    line-height: 1;
  }
  .s3-comparison-table .status.check {
    color: #28a745;
  }
  .s3-comparison-table .status.cross {
    color: #dc3545;
  }
  .s3-comparison-row {
    font-weight: 700;
  }
  .s3-comparison-grid {
    margin: 0 0 5%;
    overflow-x: scroll;
  }
}
@media only screen and (min-width: 1026px){
  .s3-th-product {
    display: grid;
    grid-template-rows: 1fr auto;
    justify-items: center;
    align-items: center;
    height: 250px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 1025px){
  .s3-th-product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 250px;
    cursor: pointer;
    /* display: grid;
    grid-template-rows: 1fr auto;
    justify-items: center;
    align-items: start;
    height: 250px;
    cursor: pointer; */
  }
  .s3-th-margin {
    margin-top: 50px;
  }
}
.grady-modal.open {
  display: flex;
}
.s3-feature-link-sect {
  margin: 2.5% 4%;
  flex-basis: 44%;
}
@media only screen and (min-width: 1026px) {
  .s3-feature-link-wrapper {
    display: flex;
    justify-content: space-around;
    /* background-image: url("/cdn/shop/files/s3-s3p-visualdiv.jpg?v=1747167933"); */
    /* background: linear-gradient(115deg, #fab038, #fab038, #F8922D, #f67423, #F8922D, #fab038, #fab038) !important;  */
    background: linear-gradient(100deg,
      rgba(248,146,45,0.9),
      rgba(250,176,56,0.9),
      rgba(250,176,56,0.9),
      rgba(250,176,56,0.9),
      rgba(250,176,56,0.9),
      rgba(248,146,45,0.9),
      rgba(246,116,35,0.9),
      rgba(248,146,45,0.9),
      rgba(250,176,56,0.9),
      rgba(250,176,56,0.9),
      rgba(250,176,56,0.9),
      rgba(250,176,56,0.9),
      rgba(248,146,45,0.9)
    ) !important;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    margin-bottom: 1%;
    margin-top: 2%;
  }
}
@media only screen and (max-width: 1025px) {
  .s3-feature-link-wrapper {
    display: flex;
    flex-direction: column;
    background: linear-gradient(170deg,
      rgba(248,146,45,0.9),
      rgba(250,176,56,0.9),
      rgba(250,176,56,0.9),
      rgba(250,176,56,0.9),
      rgba(250,176,56,0.9),
      rgba(248,146,45,0.9),
      rgba(246,116,35,0.9),
      rgba(248,146,45,0.9),
      rgba(250,176,56,0.9),
      rgba(250,176,56,0.9),
      rgba(250,176,56,0.9),
      rgba(250,176,56,0.9),
      rgba(248,146,45,0.9)
    ) !important;
  }
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 1%;
  margin-top: 2%;
}
.s3-feature-link-header {
  color: hsl(0, 0%, 97%);
}
.s3-feature-link-desc {
  font-weight: 500;
}
.s3-perfect-for-flex {
  display: flex;
  justify-content: space-around;
  margin: 0 30%;
}
.s3-perfect-for-item {
  display: flex;
  flex-direction: column;
}
.grid-oddrow {
  background-color: #f2f2f2;
}
.s3-compgrid-price {
  font-weight: 700;
  font-size: 1.2em;
}
#large-modal-close-x {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 2rem;
  cursor: pointer;
}
.s3-fancy-clickable-explainer {
  font-size: 0.95em;
  text-align: center;
  color: darkgrey;
}
@media only screen and (min-width: 1026px){
  .fancy-card-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
    row-gap: 2rem;
  }
}
@media only screen and (max-width: 1025px){
  .fancy-card-flex {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1rem;
    row-gap: 2rem;
    grid-auto-rows: 50vh;
  }
}
.fancy-card-flex-single-col {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 1rem;
  row-gap: 2rem;
}
.fancy-card-sensor-prod {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
  border: 4px solid var(--var-midsunny);
  /* border: 4px solid transparent !important; //gradient orange bg
  border-image: linear-gradient(
    115deg,
    #fab038 0%,
    #fab038 20%,
    #f8922d 50%,
    #f67423 70%,
    #f8922d 80%,
    #fab038 100%
  )
  1; */
  border-radius: 5px;
  padding: 1rem;
}
.fancy-card-sensor-prod::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
.fancy-card-sensor-prod:hover::before {
  opacity: 1;
}
.fancy-card-monitor-contents {
  margin-bottom: 5%;
}
.fancy-card-sensor-title {
  color: #f48d3e;
}
.fancy-card-sensor-desc {
  color: #808080;
  font-weight: 500;
}
.fancy-card-prod-img {
  height: 250px;
  width: auto;
}
.subscribe-now-root {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subscribe-now-header {
  margin-top: 20px;
}
.subscribe-now-sub-option {
  margin: 2% 5% 2%;
  display: flex;
  flex-direction: columm;
  align-items: center;
}
.subscribe-now-prodtitle {
  margin-top: 10px;
  text-align: center;
  font-size: 24px !important;
}
.subscribe-now-price {
  text-align: center;
  font-weight: 600;
}
.subscribe-now-griditem {
  padding-left: 0 !important;
}
@media only screen and (min-width: 1026px){
  .s3-benefit-tile-left {
    background: radial-gradient(circle at center right, #FF9100, #FFEBD4, #FFFFFF, #FFFFFF);
  }
  .s3-benefit-tile-right {
    background: radial-gradient(circle at center left, #FF9100, #FFEBD4, #FFFFFF, #FFFFFF);
  }
}
@media only screen and (max-width: 1025px){
  .s3-benefit-tile-left {
    background: linear-gradient(to bottom left, #FF9100, #FFEBD4, #FFFFFF, #FFFFFF);
  }
  .s3-benefit-tile-right {
    background: linear-gradient(to top right, #FF9100, #FFEBD4, #FFFFFF, #FFFFFF);
  }
}
@media only screen and (max-width: 1025px){
    .s3-benefit-content {
      width: 50%;
      padding-right: 15px;
      padding-top: 10px;
    }
}
@media only screen and (min-width: 1026px){
  .s3-benefit-content {
    width: 40%;
  }
}
.s3-benefit-content {
  margin: 2% 10%;
  display: flex;
  flex-direction: column;
}
.s3-benefit-content-left {
  align-items: flex-start;
  /* margin-left: 5%; */
}
.s3-benefit-content-right {
  align-items: flex-end;
  /* margin-right: 5%; */
}
.s3-benefit-content-right {
  margin-left: 50%;
}
.s3-benefit-img {
  height: 100px;
  width: auto;
}
.s3-benefit-headline {
  color: #f16921;
}
.s3-benefit-txt {
  font-weight: 500;
}
.s3-benefit-txt-right {
  text-align: end;
}
.s3-benefits-all {
}
.s3-fancy-card-expand {
  z-index: 3;
  position: absolute;
  top: 10px;
  right: 16px;
  color: var(--var-sirenorange);
  font-size: 22px;
  font-weight: 900;
  padding: 5px 8px 0;
  border: 3px solid white;
  border-radius: 1000px;
}
.s3-fancy-card-expand:hover {
  background-color: #e6e6e6;
  border: 3px solid #b3b3b3;
}
.s3-compare-features-root {
  margin: 1%;
}
.s3compare-subscribe-dropdown {
  /* width: 50%; */
  margin-bottom: 25px;
}
.s3-comparison-li {
  font-size: 14px;
  font-weight: 200;
  color: #737373;
}
.oa-video-desktop {
  width: 100vw;
  height: 90vh;
  object-fit: cover;
}
.oa-video-mobile {
  width: 100vw;
  height: auto;
  object-fit: cover;
}
.OA-Home-directory {
    margin-top: 2%;
}
.OA-Home-directory-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.OA-Home-directory-tile {
  cursor: pointer; 
  @media only screen and (min-width: 1026px){
    flex-basis: 45%;
    width: 45vw;
  }
  @media only screen and (max-width: 1025px){
    flex-basis: 90%; 
  }
  margin-bottom: 5%;
}

.OA-Home-directory-tile-name {
  position: absolute;
  font-size: 2.5em;
  padding: 2%;
  margin: 0 2%; 
}
.OA-Home-directory-tile-img {
  object-fit: cover;
  display: block;
  margin-bottom: 1px;
}

.OA-Home-row-div {
  display: block;
  height: 5vh;
  margin-bottom: 1px;
  width: 100%;
  @media only screen and (max-width: 1026px){
    display: none; 
  }
}
.OA-Home-tile-name-centerer {
  display: flex;
  justify-content: center; 
  text-align: center;
  flex-direction: row;
  /* position: relative;  */
}
.OA-Home-tile-name-white {
  color: white;
  text-shadow: 2px 1px #404040;
}
.OA-Home-tile-name-black {
  color: #404040;
  text-shadow: 1px 1px #b3b3b3;
}
.subscribe-now-header-txt {
  margin: 2%;
  text-align: center;
}
@media only screen and (max-width: 1025px){
  .s3-feature-item {
    width: 30% !important;
  }
}
@media only screen and (max-width: 1025px){
  .s3-fullwid-prodfamily-img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1026px){
  .s3-fullwid-prodfamily-img {
    width: 100%;
    height: auto;
  }
}
.s3-fancycard-appscreenshot {
  width:70%;
  height: auto;
  border: 1px solid lightgrey;
}
.neg-topmarg-2p5em {
  margin-top: -2.5em;
}