@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* VAriables*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

section {
  padding: 20px;
}

section.container {
  padding: 0px;
}

/* offset anchor tags,
to account for fixed nav */
.resources .tabs {
  z-index: 2;
  position: relative;
}

#downloads:before, #safety-features:before,
#order-history:before, #information:before {
  z-index: -1;
  content: "";
  display: block;
  height: 301px;
  /* fixed header height*/
  margin: -301px 0 0;
  /* negative fixed header height */
  position: relative;
}

/* Foundation Fixes */
.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left;
  clear: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

strong {
  font-weight: 600;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.column, .columns {
  min-height: 1px;
}

/* #Global */
html {
  font-family: 'Droid Sans', sans-serif;
}

p {
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 0.3em;
}

p small {
  font-size: 0.8em;
}

p a, p a:hover {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

a {
  color: #ffd200;
}

a:hover {
  color: #8a8a8a;
}

h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  margin-bottom: 0.8em;
}

h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 2em;
  margin-bottom: 0.8em;
}

h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 0.3em;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  color: #000 !important;
}

h4 {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 1.5em;
}

h5 {
  font-weight: 600;
  font-size: 1em;
  line-height: 1.2;
  margin-bottom: 0.3em;
}

.button {
  background-color: #ffd200;
  color: #000;
  border-radius: 5px;
  font-weight: 700;
  font-size: 1em;
}

.button:hover {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
}

.button.alert {
  background-color: #000 !important;
  color: #ffd200 !important;
}

.button.small {
  font-size: 0.8em;
}

.button .submit:hover {
  background-color: #000 !important;
  color: #ffd200 !important;
}

select {
  background-image: url(/assets/_img/form_tab.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 32px 38px;
  padding: 0 0 0 6px;
}

input, textarea, select {
  border-radius: 3px !important;
}

textarea, select {
  margin-bottom: .2em;
}

input[type=text], input[type=select], input[type=password], input[type=email] {
  margin-bottom: .2em;
}

.fullwidth-banner {
  text-align: center;
  background-color: #ffd200;
  padding: 1em 0;
}

.fullwidth-banner h5 {
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.8em;
  margin-bottom: 0.2em;
}

.sub-legend {
  font-size: .8em;
}

.message {
  width: 80%;
  text-align: center;
  margin: 15px auto;
  border: 2px solid #414141;
  border-radius: 12px;
}

.message p {
  margin: 10px !important;
}

.sub-text {
  font-size: 75%;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777 !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #777 !important;
  opactiy: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #777 !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #777 !important;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  border-color: #999 !important;
}

/*============== Mobile Menu =================*/
.mobile-menu-wrap {
  position: relative;
  z-index: 901;
}

.nav-icon-wrap {
  display: none;
  top: 26px;
  left: 40px;
  width: 50px;
  height: 50px;
  z-index: 101;
  cursor: pointer;
  text-align: center;
  position: absolute;
}

.nav-icon-wrap a {
  top: 0px;
  height: 100%;
  width: 100%;
  display: block;
  padding: 1px 0 0;
  position: relative;
  margin: -1px auto 1px;
}

.hamburger {
  border: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  overflow: visible;
  padding: 10px 0;
  text-transform: none;
  display: inline-block;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  background-color: transparent;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger-box {
  width: 30px;
  height: 23px;
  position: relative;
  display: inline-block;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner:before {
  top: -8px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner:after {
  top: -16px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  top: 23px;
  left: 1px;
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#my-menu {
  z-index: 2;
}

.mobile-menu {
  left: 0;
  top: 96px;
  width: 100%;
  display: none;
  position: absolute;
}

.mobile-menu #my-menu {
  width: 100%;
  z-index: 101;
  height: 100%;
  display: block;
  margin-top: 100px;
}

.mobile-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: none;
}

.is-reveal-open .mm-slideout {
  z-index: 1000;
}

.mm-listview > li > a, .mm-listview > li > span {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  padding: 22px 20px 5px;
  font-weight: 600;
}

.mm-listview a {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  padding: 22px 20px 5px;
  font-weight: 600;
}

.mm-panels > .mm-panel,
.mm-navbar.mm-hasbtns,
.mm-menu > .mm-navbar {
  background-color: #141414;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 125px;
}

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  font-size: 22px;
  line-height: 22px;
  padding: 22px 20px 5px;
}

.mm-listview > li > a, .mm-listview > li > span {
  padding: 22px 20px 5px;
}

.mm-listview > li:not(.mm-divider):after {
  left: 12px;
  right: 12px;
}

.mm-menu .mm-navbar a {
  color: #000;
  width: 100%;
  float: none;
  bottom: 120px;
  display: block;
  font-size: 22px;
  max-width: 125px;
  position: relative;
  margin: 0 0 25px 20px;
}

.mm-menu .mm-navbar a:hover {
  background-color: #ffd200;
}

.mm-menu .mm-navbar > * {
  color: #000;
  width: 100%;
  float: none;
  bottom: 150px;
  display: block;
  font-size: 22px;
  max-width: 125px;
  position: relative;
  margin: 0 0 25px 20px;
}

.mm-listview > li {
  border-color: #ffd200;
}

.mm-listview > li .mm-next {
  border-color: #ffd200;
}

.mm-listview > li .mm-next:before {
  border-color: #ffd200;
}

.mm-listview > li:after {
  border-color: #ffd200;
}

mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #000;
  width: 100%;
  float: none;
  bottom: 160px;
  margin: 0 auto;
  display: block;
  font-size: 20px;
  max-width: 100%;
  position: relative;
}

.mm-menu .mm-navbar a.button {
  font-size: 20px;
  max-width: 220px;
  padding: .5em;
  margin: -20px auto 22px;
}

.mm-menu .mm-navbar a.register {
  color: #ffd200;
  bottom: 120px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  max-width: none;
  margin: 0 auto;
  height: 64px;
}

.mm-menu .mm-navbar a.register span {
  padding: 0;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}

.mm-menu .mm-navbar a.register:hover {
  background-color: #000;
}

.mm-menu .mm-navbar a.cart {
  background-color: #ffd200;
  display: inline-block;
  padding: 0 0 10px;
  line-height: 22px;
  font-weight: 600;
  max-width: 100%;
  font-size: 20px;
  margin: 0 auto;
  bottom: 108px;
  color: #000;
}

.mm-menu .mm-navbar a.cart .fa {
  top: 2px;
  font-size: 30px;
  position: relative;
  margin: 0 10px 0 -10px;
}

.m-search {
  top: 14px;
  right: 0px;
  position: relative;
  color: rgba(255, 255, 255, 0.4);
}

.m-search:before {
  padding: 10px;
  font-size: 24px;
  border-radius: 50%;
  background: transparent;
}

.m-search.fa-arrow-circle-o-right {
  top: 11px;
  visibility: hidden;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.m-search.fa-arrow-circle-o-right:before {
  font-size: 30px;
}

/* Expandable Search Form */
#exp-search {
  top: 22px;
  right: 20px;
  width: 200px;
  min-width: 200px;
  position: absolute;
}

#exp-search .searchbox {
  width: 0%;
  right: 34px;
  height: 50px;
  float: right;
  min-width: 50px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#exp-search .searchbox .searchbox-input {
  top: 8px;
  right: 0;
  border: 0;
  margin: 0;
  outline: 0;
  color: #fff;
  width: 100%;
  height: 36px;
  font-size: 16px;
  box-shadow: none;
  position: relative;
  padding: 0px 45px 0px 8px;
  background: rgba(88, 88, 88, 0.5);
  background: -webkit-linear-gradient(left, rgba(88, 88, 88, 0.5), rgba(0, 0, 0, 0.1));
  background: linear-gradient(to right, rgba(88, 88, 88, 0.5), rgba(0, 0, 0, 0.1));
}

#exp-search .searchbox .searchbox-input::-webkit-input-placeholder {
  color: #fff;
}

#exp-search .searchbox .searchbox-input:-moz-placeholder {
  color: #fff;
}

#exp-search .searchbox .searchbox-input::-moz-placeholder {
  color: #fff;
}

#exp-search .searchbox .searchbox-input::-ms-input-placeholder {
  color: #fff;
}

#exp-search .searchbox .searchbox-icon,
#exp-search .searchbox .searchbox-submit {
  top: 0;
  right: 0;
  margin: 0;
  border: 0;
  outline: 0;
  padding: 0;
  color: #fff;
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
  text-align: center;
  position: absolute;
  background: #141414;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#exp-search .searchbox-open {
  z-index: 10;
  right: 18px;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#exp-search .searchbox-open .searchbox-submit {
  z-index: 1;
  font-size: 0;
  text-indent: -9999px;
  background: transparent;
}

#exp-search .searchbox-open .searchbox-icon,
#exp-search .searchbox-open .searchbox-submit {
  margin-right: -10px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

#exp-search .searchbox-open .fa-arrow-circle-o-right {
  visibility: visible;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#exp-search .searchbox-open .fa-search {
  display: none;
}

.fa-caret-down {
  font-size: 18px;
  margin-left: 2px;
  line-height: 22px;
  color: rgba(255, 210, 0, 0.31);
}

.js-dropdown-active .fa-caret-down {
  display: none;
}

/* mobile product accordion */
#product-cats.accordion {
  display: none;
}

#product-cats.accordion li {
  background-color: #141414;
}

#product-cats.accordion li:hover {
  background-color: #ffd200;
}

#product-cats.accordion li:first-child {
  border: none;
}

#product-cats.accordion li.is-active a, #product-cats.accordion li.highlight a {
  color: #141414;
  background-color: #ffd200;
}

#product-cats.accordion li a {
  color: #ffd200;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  padding: 16px 0px 18px;
  background-color: #141414;
  font-family: 'Oswald', sans-serif;
  border-top: 1px solid #ffd200;
}

#product-cats.accordion li a:hover {
  color: #141414;
  background-color: #ffd200;
}

#product-cats.accordion li ul.accordion-content {
  padding: 0;
  color: #fff;
  border: none;
  margin: 0 auto;
  border-bottom: 0;
  padding: 10px 0 10px 25px;
  background-color: #ffd200;
}

#product-cats.accordion li ul.accordion-content:hover {
  background-color: #ffd200;
}

#product-cats.accordion li ul.accordion-content li {
  float: none;
  width: 100%;
  margin: 0 auto;
  background-color: #ffd200;
}

#product-cats.accordion li ul.accordion-content li:first-child {
  border: none;
}

#product-cats.accordion li ul.accordion-content li a {
  color: #141414;
  padding: 10px 0;
  font-size: 18px;
  text-align: left;
  line-height: 22px;
  display: inline-block;
  background-color: #ffd200;
}

.accordion-title:before {
  font-size: 28px;
  line-height: 16px;
}

/* #Header */
header {
  background: #141414 url(../_img/saf-rel-vers-prod_background.png) top center no-repeat;
  background-size: cover;
  padding: .5em 0;
  position: fixed;
  width: 100%;
  z-index: 10;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

#logo img {
  /*height: 187px;*/
}

.nav-up, .nav-down {
  top: 0px;
}

a#logo {
  display: block;
  max-width: 300px;
  margin-left: 1.4375em;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

ul#top-nav {
  margin: .75em 0 1em;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  margin-top: 30px;
}

ul#top-nav input {
  height: 25px;
  border-radius: 8px !important;
  background: #fff url(../_img/icon_search-hover.png) 94% 50% no-repeat;
  background-size: 16px;
}

ul#top-nav li a.cart {
  display: inline-block;
  background: url(../_img/icon_cart.png) left top no-repeat;
  padding: 0 0 0 2.2em;
  line-height: 1.9;
  margin: 0 0 0 1em;
  color: #c7c7c7;
  background-size: 26px;
  background-position: 2px 3px;
}

ul#top-nav .menu {
  margin-top: 0.5em;
}

#cart-menu {
  width: 400px;
}

#cart-menu h6 {
  background-color: #ffd200;
  text-align: center;
  display: block;
  font-size: 1.2em;
  font-family: 'Oswald', sans-serif;
  padding: 0.8em;
  font-weight: 900;
}

#cart-menu h6:before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #ffd200 transparent;
  content: "";
  top: -0.5em;
  right: 1.5em;
}

#cart-menu-inner {
  padding: 1em 1em 1.5em 1em;
}

#cart-menu table {
  margin-bottom: 1.3em;
}

#cart-menu table tbody, #cart-menu table tfoot, #cart-menu table thead {
  background: none;
  border: none;
}

#cart-menu table tbody {
  padding-bottom: 0.8em;
}

#cart-menu table tbody tr {
  border-bottom: 1px #ffd200 solid;
}

#cart-menu tr {
  border: none;
}

#cart-menu td {
  border: none;
}

#cart-menu td strong {
  font-weight: 700;
  display: block;
}

#cart-menu p {
  text-align: center;
}

#cart-menu p a {
  text-decoration: underline;
  color: #141414;
}

#cart-menu .button {
  text-decoration: none;
}

#cart-menu .button:hover {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  color: #ffd200;
}

#cart-menu img {
  border: 4px solid #414141;
}

#cart-menu strong {
  display: inline-block;
}

ul#main-nav a {
  color: #fff;
  font-weight: 900;
  font-size: 1.55em;
  white-space: nowrap;
  font-family: 'Oswald', sans-serif;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

ul#main-nav a:hover {
  color: #ffd200;
  background: transparent;
}

ul#main-nav li.active a, ul#main-nav li.highlight a {
  color: #ffd200;
  background: transparent;
  color: #ffd200;
}

ul#main-nav .button {
  font-family: 'Droid Sans', sans-serif;
  margin-left: 0.7em;
  font-weight: 700;
  font-size: 1.2em;
  margin-top: 8px;
  padding: 3px 0;
  color: #000;
}

ul#main-nav .button#register-btn {
  width: 118px;
  padding: 6px 0;
}

ul#main-nav .button.new-reg {
  padding: 3px 0 8px;
}

ul#main-nav .button.logged span {
  padding: 3px 0;
}

ul#main-nav .button.logged span.screen_name {
  padding: 0 0 3px;
}

ul#main-nav .button:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #000;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

ul#main-nav .button:hover span {
  background-color: #fff;
  border-radius: 6px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.is-dropdown-submenu {
  z-index: 4;
}

.menu.medium-horizontal > li {
  display: inline-block;
  width: 20%;
}

.dropdown.menu > li.opens-right.login > .is-dropdown-submenu {
  display: none !important;
}

.dropdown.menu > li.opens-right.login > .is-dropdown-submenu.open {
  right: 0;
  left: auto;
  display: block !important;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.dropdown.menu > li.opens-right.cart-menu > .is-dropdown-submenu {
  display: none !important;
}

.dropdown.menu > li.opens-right.cart-menu > .is-dropdown-submenu.open {
  right: 0;
  left: auto;
  display: block !important;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
  display: block;
  width: 0;
  height: 0;
  border: 0px inset;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: transparent transparent transparent !important;
  right: 0;
  margin-top: 0;
}

.login {
  min-width: 160px;
}

.repairs {
  min-width: 110px;
}

.login span, .repairs span {
  width: 94%;
  font-size: 18px;
  padding: 10px 0;
  font-weight: 700;
  line-height: 12px;
  display: inline-block;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.login span .screen_name, .repairs span .screen_name {
  padding: 0 0 3px;
  font-size: 0.7em;
  font-weight: 400;
  max-width: 160px;
  overflow: hidden;
  white-space: nowrap;
}

.login .is-dropdown-submenu, .repairs .is-dropdown-submenu {
  min-width: 310px;
}

.acc {
  margin-top: 5px;
}

#acct-login {
  padding: 1em;
}

#acct-login .button {
  font-size: 0.7em;
  margin: 0 auto 0 !important;
}

#acct-login .button:hover {
  background-color: #000 !important;
  color: #ffd200 !important;
}

#acct-login .alert:hover {
  background-color: #ffd200 !important;
  color: #000 !important;
}

#acct-login small {
  font-size: 0.7em;
  font-weight: normal;
}

#acct-login input {
  margin-bottom: 1em;
}

#acct-login p a, #acct-login label {
  font-family: 'Droid Sans', sans-serif;
  font-size: 0.9em;
  font-weight: normal;
  color: #000;
  margin-bottom: 0.6em;
}

#acct-login p {
  margin: 0.75em 0;
}

/* Register Modal */
#register-modal {
  width: 92%;
  padding: 0;
  border: none;
  outline: none;
  max-width: 50rem;
}

#register-modal h2 {
  background: #ffd200;
  color: #000;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-align: center;
  width: 100%;
  display: block;
  border: 1px solid #ffd200;
  padding: 1.25rem 1.5rem;
  line-height: 1;
  margin: 0 auto 12px;
}

#register-modal p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 15px;
}

#register-modal label input, #register-modal label select, #register-modal label textarea {
  height: 30px;
  font-size: 15px;
  padding: 0 6px 0;
  line-height: 15px;
  margin: 4px 0 10px;
}

#register-modal label textarea {
  height: 8.4375rem !important;
}

#register-modal label select {
  background-image: url("/assets/_img/form_tab.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 25px;
  padding: 0 0 0 6px;
}

#register-modal .button {
  margin: 15px 0;
  padding: .65em 1em;
  border-radius: 6px !important;
}

.form-wrapper {
  padding: 0;
  max-width: 850px;
  margin: 35px auto 75px;
}

.spacer {
  width: 100%;
  height: 206px;
  display: block;
  position: relative;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.home .spacer {
  display: none;
}

/* Condense Head on scroll */
.is-sticky {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.is-sticky header {
  height: 120px;
  padding: .25em 0 .5em !important;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.is-sticky .spacer {
  height: 101px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.is-sticky .menu {
  margin-top: 0;
}

.is-sticky a#logo {
  max-width: 200px;
  margin: 3px 20px -3px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.is-sticky #logo img {
  height: 106px;
  width: auto !important;
}

.is-sticky ul#main-nav #acct-login p a, .is-sticky #acct-login label {
  font-size: 0.9em;
  padding: 0;
}

.is-sticky ul#top-nav {
  margin: .5em 0 .25em;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.is-sticky ul#main-nav a {
  font-size: 24px;
  padding: 8px 12px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.is-sticky ul#main-nav a.button {
  font-size: 18px;
  padding: 3px 0;
  margin: 5px 0 0 10px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.is-sticky ul#main-nav a.button.logged {
  margin: 2px 0 0 10px;
}

.is-sticky ul#main-nav a.button.logged span .screen_name {
  padding: 0 0 3px;
}

.is-sticky ul#main-nav form a {
  padding: 0;
  font-size: 0.9em;
}

.is-sticky #all-cats li a {
  padding: 2rem 1.5rem 1.25rem;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

/* #Footer */
footer {
  color: #fff;
  position: relative;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #ffd200;
}

.footer-body {
  background-color: #414141;
  background: url(../_img/footer_background.png) center center no-repeat;
  background-size: cover;
  padding: 2em 0;
}

.footer-body h5 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  margin-bottom: 0.2em;
}

.footer-body h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  margin: 0.5em 0 0.8em;
  color: #ffd200;
}

.footer-body p {
  line-height: 1.4;
  overflow: hidden;
  margin-bottom: 0.5em;
}

.footer-body textarea, .footer-body select {
  margin-bottom: .5em;
}

.footer-body input[type=text], .footer-body input[type=select], .footer-body input[type=password], .footer-body input[type=email] {
  margin-bottom: .5em;
}

footer form label {
  display: none;
  visibility: hidden;
}

.footer-body .america {
  font-weight: 700;
  background: url(../_img/icon_american-flag.png) center left no-repeat;
  padding-left: 2.5em;
  font-size: 1.2em;
}

.footer-body .special {
  color: #ffd200;
}

.footer-copyright {
  background-color: #414141;
  padding: 1em 0;
}

.footer-copyright p {
  margin-top: 0.6em;
}

#footer-social {
  margin: 0px auto;
  display: block;
  width: 150px;
  float: right;
}

ul#footer-social li {
  display: inline;
  margin-left: 0.5em;
}

ul#footer-social li i {
  float: right;
  color: #fff;
  font-size: 40px;
  padding-right: 20px;
  padding-bottom: 20px;
}

/* .home */
.home header {
  background: rgba(0, 0, 0, 0.8);
  /*margin-bottom:-20em !important;*/
  margin-bottom: -1em !important;
  z-index: 900 !important;
  padding: .75em 0;
  position: fixed;
  width: 100%;
}

#banner-home {
  color: #fff;
  background: #141414;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 1px;
}

#banner-home h1 {
  color: #fff;
  margin-bottom: 1em;
  margin-left: 0.5em;
}

#banner-home h2 {
  font-weight: 700;
  margin-bottom: 1em;
}

#banner-home p {
  font-size: 1em;
}

#banner-home ul.tabs {
  border: none;
  background: none;
}

#banner-home ul.tabs li a {
  color: #ffd200;
  background: none;
  font-size: 1.4em;
  padding: 1.25rem;
}

#banner-home .banner-top {
  position: relative;
  padding-top: 342px;
}

#banner-home ul.tabs li.is-active a {
  border-bottom: 3px solid #fff;
}

#banner-home .tabs-content {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  font-size: 1.4em;
  line-height: 1.2;
}

#banner-home .tabs-content .button {
  margin: 2.5em 0 3.5em;
  text-shadow: none;
  padding: 3px 0;
  width: 188px;
}

#banner-home .tabs-content .button:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #000;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#banner-home .tabs-content .button:hover span {
  background-color: #fff;
}

#banner-home .tabs-content .button span {
  width: 94%;
  padding: 10px 0;
  border-radius: 6px;
  display: inline-block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#banner-home .tabs-panel {
  margin-top: -20em;
  padding: 20em 3em 0 1em;
  background: url(../_img/header_powe_plant.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -375px;
}

#banner-home-ecos {
  color: #fff;
  background: #141414;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#banner-home-ecos h1 {
  color: #fff;
  margin-bottom: 1em;
  margin-left: 0.5em;
}

#banner-home-ecos h2 {
  font-weight: 700;
  margin-bottom: 1em;
}

#banner-home-ecos p {
  font-size: 1em;
}

#banner-home-ecos ul.tabs {
  border: none;
  background: none;
}

#banner-home-ecos ul.tabs li a {
  color: #ffd200;
  background: none;
  font-size: 1.4em;
  padding: 1.25rem;
}

#banner-home-ecos .banner-top {
  position: relative;
  height: 342px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#banner-home-ecos .banner-top aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(0,0,0,0.75);
}

#banner-home-ecos .banner-top .banner-top-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#banner-home-ecos .banner-top .banner-top-bottom .button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

#banner-home-ecos ul.tabs li.is-active a {
  border-bottom: 3px solid #fff;
}

#banner-home-ecos .button {
  margin: 1rem 0;
  text-shadow: none;
  padding: 3px 0;
  width: 188px;
  font-size: 1rem;
}

#banner-home-ecos .button:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #000;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#banner-home-ecos .button:hover span {
  background-color: #fff;
}

#banner-home-ecos .button span {
  width: 94%;
  padding: 10px 0;
  border-radius: 6px;
  display: inline-block;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#banner-home-ecos .tabs-panel {
  margin-top: -20em;
  padding: 20em 3em 0 1em;
  background: url(../_img/header_powe_plant.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -375px;
}

#banner-home #read-down {
  text-indent: -9999px;
  width: 56px;
  height: 56px;
  display: block;
  background: url("../_img/icon_scroll-arrow.png") top left no-repeat;
  margin: -5.5em auto 2em;
}

#products-category .back-up {
  top: -15%;
  z-index: 10;
  width: 50px;
  height: 50px;
  right: 3%;
  display: block;
  position: absolute;
  text-indent: -9999px;
  background: url(../_img/icon_scroll-arrow.png) top left no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#home-values {
  position: relative;
  background: url(../_img/saf-rel-vers-prod_background.png) top center no-repeat;
  background-size: cover;
}

#home-values .columns {
  margin: 0;
  padding: 0;
}

#home-values .card {
  margin-bottom: 0;
  background: none;
  border: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

#home-values .card a {
  display: block;
  height: 100%;
  padding: 15em 1em;
  color: #000;
  background: rgba(255, 210, 0, 0.8);
}

#home-values .card p {
  font-size: 1.2em;
  line-height: 1.2;
}

#home-values .card a:hover {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 1px;
  background: url(../_img/icon_right-arrow.png) 50% 85% no-repeat;
}

.safety h2, .reliability h2, .versatility h2, .productivity h2 {
  padding-top: 4.2em;
  background-position: top center;
  background-repeat: no-repeat;
}

.safety h2 {
  background-image: url(../_img/icon_safety.png);
}

.safety:hover h2 {
  background-image: url(../_img/icon_safety-hover.png);
}

.reliability h2 {
  background-image: url(../_img/icon_reliability.png);
}

.reliability:hover h2 {
  background-image: url(../_img/icon_reliability-hover.png);
}

.versatility h2 {
  background-image: url(../_img/icon_versatility.png);
}

.versatility:hover h2 {
  background-image: url(../_img/icon_versatility-hover.png);
}

.productivity h2 {
  background-image: url(../_img/icon_productivity.png);
}

.productivity:hover h2 {
  background-image: url(../_img/icon_productivity-hover.png);
}

#home-featured {
  padding: 4em 0;
}

#home-featured h2 {
  display: block;
  text-align: center;
  margin-bottom: 1.5em;
}

#home-featured .card {
  text-align: center;
  border: none;
  margin: 0 auto;
}

#home-featured .card .photo {
  border: 8px solid #414141;
  background-size: cover;
  background-position: center;
  height: 250px;
  width: 100%;
  max-width: 350px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#home-featured .card-section {
  padding-top: 8em;
  padding-bottom: 6em;
  margin-top: -6em;
  padding-left: 0;
  padding-right: 0;
  min-height: 325px;
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#home-featured .card:hover .card-section {
  background: #ffd200;
  border-radius: 8px;
}

#home-featured .button {
  border: 1px solid #fff;
  margin: 1.5em auto 0;
  padding-right: 0.2em;
  padding-left: 0.2em;
  position: absolute;
  width: 115px;
  bottom: 30px;
  right: 0;
  left: 0;
}

#home-featured .card .button span {
  background: transparent;
  border-radius: 6px;
  padding: 0.5em;
}

#home-featured .card:hover .button {
  background: transparent;
  border: 1px solid #fff;
  color: #000;
}

#home-featured .button:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #000;
}

#home-featured .card:hover .button span {
  background: #fff;
  border-radius: 6px;
  padding: 0.5em;
}

/* #Subpages */
#subpage-content .columns {
  margin: 0;
  padding: 0;
}

#subpage-main-content {
  padding: 0 2em;
}

#side-images img {
  margin: 0 0 -0.2em 0 !important;
  width: 100%;
}

.subpage h1 {
  background: #ffd200;
  display: block;
  padding: 1em 1em 1em 2.2em;
  line-height: 1.3;
}

.subpage p {
  margin-bottom: 1.5em;
  line-height: 1.3;
  font-size: 1.1em;
}

.subpage__header--short {
  max-height: 100px;
  background: #ffd200;
}

.subpage__header--short h1 {
  background: transparent;
  line-height: inherit;
  padding: 1em 1em 1em 24px;
}

/* Search */
.search {
  padding: 100px 50px;
}

.search img {
  width: 100%;
  display: block;
  max-width: 100px;
  margin: 10px auto;
}

.search a {
  margin: 10px auto;
  display: block;
  width: 150px;
}

.search .number p {
  padding-left: 10px;
}

.search .search-title {
  display: block;
  width: 150px;
  color: #000;
  margin: 0;
}

.search .price p {
  margin: 22px auto 0;
  text-align: center;
}

/* #Resources */
.resources {
  min-height: 500px;
}

.resources .tabs-pane > .show-for-small-only .tabs li {
  display: inline-block;
  float: left;
  width: 50%;
}

.resources .tabs-pane > .show-for-small-only .tabs li.account-tabs {
  width: 33%;
}

.resources #desktop-safety-features {
  margin: 0 !important;
  border: 10px solid #414141;
}

.resources #safety-intro {
  padding: 25px 10px 10px 25px;
}

.resources #mobile-safety-features #product-tabs-content .tabs-panel {
  margin: 0 auto;
  width: 320px;
}

.resources #mobile-safety-features .mobile-meter-image {
  border: 5px solid #000;
}

.resources #mobile-safety-features .mobile-meter-quote {
  display: none;
  width: 100%;
  text-align: center;
}

.resources .mobile-product-features {
  font-size: 28px;
  text-align: left;
  line-height: 1.2em;
  margin-top: 0.5em;
}

.resources .tabs {
  border: none;
  background: #000;
}

.resources .tabs li {
  display: block;
  width: 33%;
}

.resources .tabs li.account-tabs {
  /*width: 33%;*/
}

.resources .tabs#product-tabs {
  background: transparent;
  color: #000;
}

.resources .tabs#product-tabs .tabs-title {
  width: 100%;
}

.resources .tabs#product-tabs .tabs-title:hover {
  background: #ffd200;
}

.resources .tabs#product-tabs .tabs-title > a {
  color: #000;
  border: none;
  text-align: left;
  font-size: 1.1em;
}

.resources .tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 1.4em;
  line-height: 1;
  color: #ffd200;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.resources .tabs-title > a:hover {
  border-top: 1px solid #ffd200;
  border-bottom: 1px solid #ffd200;
  color: #000;
  background-color: #ffd200;
}

.resources .tabs-title > a:focus, .resources .tabs-title > a[aria-selected=true] {
  background: #ffd200;
  color: #000;
  border-top: 1px solid #ffd200;
  border-bottom: 1px solid #ffd200;
}

.resources .tabs-content {
  border: none;
  padding: 2em 0;
}

.resources .tabs-content#product-tabs-content {
  padding: 0;
}

.resources .tabs-content#product-tabs-content .tabs-panel {
  padding: 0;
  width: 100%;
  max-width: 673px;
}

.resources #panel1-label, .resources #panel2-label {
  font-size: 1.75em;
}

.resources .card {
  border: none;
}

.resources .card-section {
  margin-top: -5em;
  padding: 6.5em 1.25em 1em;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.resources .card:hover .card-section {
  background: #ffd200;
  border-radius: 8px;
}

.resources .card a.button {
  width: 100%;
  font-size: .7em;
  max-width: 158px;
  padding: 11px 0 11px;
}

.resources .card a.button.d-load {
  max-width: 146px;
}

.resources .card .button span {
  background: transparent;
  border-radius: 6px;
  padding: 0.5em 0.5em 0.5em 2em;
}

.resources .card:hover .button {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}

.resources .card:last-child {
  float: none !important;
}

.resources > .button {
  border: 1px solid #fff;
  margin-top: 1.5em;
  padding-right: 0.2em;
  padding-left: 0.2em;
}

.resources .button:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #000;
}

.resources .button.submit:hover {
  background: #000;
  border: 1px solid #fff;
  color: #ffd200;
}

.resources .card:hover .button span {
  border-radius: 6px;
  padding: 0.5em 0.5em 0.5em 2em;
}

.resources .button.download span {
  background-image: url("../_img/icon_play-video.png") !important;
  background-position: 4% 50% !important;
  background-repeat: no-repeat !important;
  background-size: 16px !important;
}

.resources .button.manual span {
  background-image: url("../_img/icon_manual.png") !important;
  background-position: 2px 50% !important;
  background-repeat: no-repeat !important;
  background-size: 16px !important;
}

.resources .button.manual.other-resources span {
  background-image: url("../_img/icon_download.png") !important;
}

.resources .card img {
  border: 8px solid #414141;
}

.resources .reveal {
  padding: 3em 1em 1em;
}

.resources .reveal h4 {
  margin-bottom: 0;
}

/* Why Bierer */
#side-images {
  position: relative;
}

#side-images .bg-img {
  height: 100%;
  display: block;
  min-height: 550px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

.video {
  margin: -14px 0;
  position: relative;
}

#play-pause {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.fa-play {
  position: absolute;
  display: block;
  height: 125px;
  width: 125px;
  color: #fff;
  font-size: 100px;
  top: 40%;
  left: 40%;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 10px 30px;
}

.resources .video {
  margin: 0 auto;
  position: relative;
}

.resources .video .fa-play {
  top: 38%;
  width: 72px;
  left: 36%;
  height: 72px;
  font-size: 50px;
  padding: 10px 20px;
  text-shadow: -1px 1px 6px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 1px 6px rgba(0, 0, 0, 0.5);
}

.reveal {
  width: 75%;
  padding: 1px;
  max-width: 75rem;
}

.close-button {
  z-index: 10;
  right: 10px;
  width: 40px;
  height: 40px;
  font-size: 56px;
  line-height: 35px;
  color: rgba(255, 255, 255, 0.25);
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

#all-cats li {
  width: 100%;
  display: block;
}

#all-cats li a {
  padding: 1.25rem 1.5rem;
  font-size: 1.4em;
  line-height: 1;
  color: #ffd200;
  background: #000;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-align: center;
  width: 100%;
  display: block;
  border: 1px solid #ffd200;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

#all-cats li a:hover {
  background: #ffd200;
  color: #000;
}

#all-cats li.active a, #all-cats li.highlight a {
  background: #ffd200;
  color: #000;
}

#all-cats .dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 42%;
  margin-top: 1em;
}

#all-cats .is-dropdown-submenu-parent > .menu:before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #ffd200 transparent;
  content: "";
  top: -0.9em;
  right: 40%;
}

#product-cats .is-dropdown-submenu-parent > .menu:before {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #ffd200 transparent;
  margin: 0px auto;
  content: "";
  top: -0.9em;
  right: 0;
  left: 0;
}

#all-cats .is-dropdown-submenu-parent > .menu {
  padding: 0.8em 1em;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.3);
  background: #ffd200;
  border: none;
}

header .menu {
  margin-top: 20px;
}

#product-cats .is-dropdown-submenu-parent > .menu {
  padding: 0.8em 1em;
  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.3);
  background: #ffd200;
  margin: 0.9em auto 0;
  width: 275px;
  border: none;
  top: 100%;
  right: 0;
  left: 0;
}

#all-cats .is-dropdown-submenu-parent > .menu li,
#product-cats .is-dropdown-submenu-parent > .menu li {
  background: none;
  border: none;
  text-align: left;
  color: #000;
  font-size: 1em;
  font-weight: normal;
  font-family: 'Droid Sans', sans-serif;
  padding: 0.3em 0;
}

#all-cats .is-dropdown-submenu-parent > .menu li a,
#product-cats .is-dropdown-submenu-parent > .menu li a {
  background: none;
  border: none;
  text-align: left;
  color: #000;
  font-size: 1em;
  font-weight: normal;
  font-family: 'Droid Sans', sans-serif;
  padding: 0.3em 0;
}

#all-cats .is-dropdown-submenu-parent > .menu li a:hover {
  font-weight: 700;
}

#product-cats {
  margin-bottom: 3em;
  position: relative;
  z-index: 3;
}

#product-cats .is-dropdown-submenu-parent > .menu li a:hover {
  font-weight: 700;
}

#product-cats li.is-dropdown-submenu-parent {
  border-right: 1px solid #ffd200;
  border-bottom: 2px solid #ffd200;
}

#product-cats li:first-child {
  border-left: 1px solid #ffd200;
}

#product-cats li.is-dropdown-submenu-parent a {
  padding: 1.25rem 1.5rem;
  font-size: 1.4em;
  line-height: 1;
  color: #ffd200;
  background: #000;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-align: center;
}

#product-cats li.active a, #product-cats li.highlight a, #product-cats li.is-dropdown-submenu-parent a:hover {
  background: #ffd200;
  color: #000;
}

#products .card {
  text-align: center;
  border: none;
  margin-bottom: 2.5em;
  /*height: 350px;*/
}

#products .card .photo {
  background-position: center;
  border: 8px solid #414141;
  background-size: cover;
  position: relative;
  max-width: 325px;
  display: block;
  margin: 0 auto;
  height: 225px;
  width: 100%;
  z-index: 2;
}

#products .card h5 {
  margin: 0.6em 0 0 0;
}

#products .card img {
  border: 8px solid #414141;
  position: relative;
}

#products .category-listing img {
  height: 195px;
  width: auto;
  border: 6px solid #414141;
}

#products .category-listing h2 {
  color: black;
  font-size: 1.5em;
  line-height: 1.2em;
}

#products .category-listing h3 {
  margin-bottom: 30px;
}

#products .card-section {
  padding-top: 6em;
  margin-top: -6em;
  padding-left: 0;
  padding-right: 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

#products .card h5 a {
  color: #000 !important;
}

#products .card:hover .card-section {
  background: #ffd200;
  border-radius: 8px;
}

#products .card .button {
  border: 1px solid #fff;
  margin: 0 1.2em 0 0;
  padding-right: 0.2em;
  padding-left: 0.2em;
  width: 115px;
  display: inline-block;
}

#products .card .button span {
  background: transparent;
  border-radius: 6px;
  padding: 0.5em;
}

#products .card:hover .button {
  background: transparent;
  border: 1px solid #fff;
  color: #000;
}

#products .button:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #000;
}

#products .card:hover .button span {
  background: #fff;
  border-radius: 6px;
  padding: 0.5em;
}

/* #Product Detail Page */
#product-detail-content {
  padding: 3em 0;
  /* 16x9 Aspect Ratio */
  /* 4x3 Aspect Ratio */
}

#product-detail-content h1 {
  margin-bottom: 0.3em;
}

#product-detail-content h2 {
  margin-bottom: 1.5em;
}

#product-detail-content h3 {
  font-family: "Droid", sans-serif;
}

#product-detail-content p {
  margin-bottom: 1.5em;
}

#product-detail-content .button.manual {
  background: #ffd200 url("../_img/icon_download.png") 8px 50% no-repeat;
  padding: 10px 15px 10px 34px;
  margin-top: 0.8em;
}

#product-detail-content .button.video-modal {
  background: #ffd200 url("../_img/icon_play-video.png") 8px 50% no-repeat;
  padding: 10px 15px 10px 34px;
  margin-top: 0.8em;
}

#product-detail-content #product-thumbs li {
  margin-bottom: 0.8em;
}

#product-detail-content #product-thumbs img {
  width: 70px;
  height: 70px;
  border: 3px solid #414141;
}

#product-detail-content #product-large img {
  border: 8px solid #414141;
}

#product-detail-content .tabs-content p a {
  color: #ffd200;
  font-weight: 700;
}

#product-detail-content .tabs-content p a:hover {
  color: #000;
  text-decoration: underline;
}

#product-detail-content .tabs-content li {
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 0.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#product-detail-content .tabs-content ul {
  margin-bottom: 1em;
}

#product-detail-content .tabs-content li:before {
  content: "•";
  color: #ffd200;
  /* or whatever color you prefer */
  padding-right: 0.5em;
}

#product-detail-content .tabs {
  border: none;
  background: #000;
}

#product-detail-content .tabs li {
  display: block;
  width: 50%;
}

#product-detail-content .tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 1.4em;
  line-height: 1;
  color: #ffd200;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid #ffd200;
  border-bottom: 1px solid #ffd200;
}

#product-detail-content .tabs-title > a:hover {
  border-top: 1px solid #ffd200;
  border-bottom: 1px solid #ffd200;
  color: #000;
  background-color: #ffd200;
}

#product-detail-content .tabs-title > a:focus, #product-detail-content .tabs-title > a[aria-selected=true] {
  background: #ffd200;
  color: #000;
  border-top: 1px solid #ffd200;
  border-bottom: 1px solid #ffd200;
}

#product-detail-content .tabs-content {
  border: none;
  padding-top: 2em;
}

#product-detail-content label {
  padding-bottom: 4px;
  padding-top: 0.75em !important;
}

#product-detail-content #product_quantity {
  margin-left: 4px;
}

#product-detail-content .entry:hover {
  background-color: #ffd200 !important;
}

#product-detail-content .entry:hover .button {
  background-color: #fff;
  color: #000;
}

#product-detail-content .entry img {
  width: 100%;
  max-width: 200px;
  margin: 12px auto 8px;
  border: 3px solid #414141;
}

#product-detail-content img {
  border: 3px solid #414141;
}

#product-detail-content .number {
  margin: 58px auto 0;
}

#product-detail-content .price {
  margin: 62px auto 0;
}

#product-detail-content strong {
  font-weight: 700;
  display: block;
}

#product-detail-content form {
  margin: 50px auto 0;
}

#product-detail-content form .button {
  margin-top: -0.2em;
}

#product-detail-content .productIframeContainer {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  max-width: 640px;
  margin: 0 auto;
}

#product-detail-content .productIframeContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 8px solid #414141;
  margin-bottom: 0.4em;
  padding: 0 !important;
}

#product-detail-content .productIframeContainer-16x9 {
  padding-bottom: 56.25%;
}

#product-detail-content .productIframeContainer-4x3 {
  padding-bottom: 75%;
}

#product-options, #product-contact {
  width: 90%;
  display: block;
  margin: 0 auto;
  max-width: 1225px;
}

#product-options h2, #product-contact h2 {
  padding: 12px;
  margin: 45px auto 15px;
  background-color: #ffd200;
}

#product-options input, #product-options textarea,
#product-options select, #product-options .ddcommon, #product-contact input, #product-contact textarea,
#product-contact select, #product-contact .ddcommon {
  height: 32px;
  outline: none;
  margin: 0 auto;
  background-color: #fefefe;
}

#product-options .ddcommon, #product-contact .ddcommon {
  background-image: url(/assets/_img/form_tab.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 32px 38px;
  padding: 0 0 0 6px;
  color: #0a0a0a;
  width: 100% !important;
}

#product-options .dd .borderRadiusTp, #product-contact .dd .borderRadiusTp {
  background: none;
}

#product-options .dd .borderRadiusTp .ddlabel, #product-contact .dd .borderRadiusTp .ddlabel {
  position: relative;
  top: 7px;
  left: 2px;
}

#product-options .dd .borderRadiusTp span img, #product-options .dd .borderRadiusTp .divider, #product-contact .dd .borderRadiusTp span img, #product-contact .dd .borderRadiusTp .divider {
  display: none;
}

#product-options .dd .ddArrow, #product-contact .dd .ddArrow {
  background: none;
}

#product-options .dd .ddTitle .ddTitleText, #product-contact .dd .ddTitle .ddTitleText {
  padding: 0;
}

#product-options .dd .ddChild, #product-contact .dd .ddChild {
  min-height: 200px;
}

#product-options .dd .ddChild li:first-child, #product-contact .dd .ddChild li:first-child {
  height: 0;
  border: none;
  margin-top: 0;
}

#product-options .dd .ddChild li:hover, #product-contact .dd .ddChild li:hover {
  background-color: #ffd200;
}

#product-options .dd .ddChild li .ddlabel, #product-contact .dd .ddChild li .ddlabel {
  margin-left: 20px;
  font-weight: 600;
}

#product-options .dd .ddChild li.selected, #product-contact .dd .ddChild li.selected {
  border: none;
  background-color: transparent;
}

#product-options .dd .ddChild li.selected:hover, #product-contact .dd .ddChild li.selected:hover {
  background-color: #ffd200;
}

#product-options .dd .ddChild li img, #product-contact .dd .ddChild li img {
  padding: 0;
}

#product-options .dd .ddChild li, #product-contact .dd .ddChild li {
  border: none;
}

#product-options .button, #product-contact .button {
  display: block;
  margin: 8px auto 35px !important;
}

#cart-menu-inner td {
  padding: 0;
  line-height: 1.4;
  vertical-align: middle;
}

#cart-menu-inner td.t-img {
  float: left;
  padding: 5px 0 0;
}

#cart-menu-inner td.t-title {
  float: left;
  padding: 10px 0 0 15px;
}

#cart-menu-inner td.t-total {
  padding: 10px 0 0;
  vertical-align: top;
}

#cart-menu-inner td.sub-t {
  padding: 15px 0 5px;
}

/* quickorder page */
/* .Cart / Account Pages */
#cart-content {
  padding: 2em 0;
}

#cart-content h1 {
  margin-bottom: 1em;
}

#cart-content p {
  margin-bottom: 1em;
}

#cart-content p strong {
  font-weight: 700;
}

#cart-content select, #cart-content label, #cart-content input {
  font-size: 15px;
}

#cart-content label {
  padding-top: 0.5em !important;
  padding-bottom: .2em;
}

#cart-content #product_quantity {
  margin-left: 4px;
}

#cart-content table tbody, #cart-content table tfoot, #cart-content table thead, #cart-content table.unstriped tbody tr {
  border: none;
}

#cart-content table td {
  line-height: 1.4;
  vertical-align: middle;
}

#cart-content table img {
  border: 6px solid #414141;
}

#cart-content table strong {
  font-weight: 700;
  display: block;
}

#cart-content table form {
  padding-top: 0.6em;
}

#cart-content table form .button {
  margin-top: -0.2em;
}

#cart-content table.hover tbody tr:hover {
  background-color: #ffd200 !important;
}

#cart-content table.hover tbody tr:hover .button {
  background-color: #fff;
  color: #000;
}

#cart-content fieldset {
  padding: 2em 0;
}

#cart-content legend {
  background: #ffd200;
  display: block;
  width: 100%;
  padding: 0.8em;
  font-size: 1.2em;
  font-family: 'Oswald', sans-serif;
}

/* Checkout Landing */
#cart-content .checkout .form-wrapper {
  max-width: 1200px;
}

#cart-content .checkout .form-wrapper h1 {
  margin: 25px auto;
}

#cart-content .checkout .form-wrapper p {
  margin: 0 0 20px;
  text-align: left;
}

#cart-content .checkout .form-wrapper input {
  margin-bottom: 10px;
}

#cart-content .checkout .form-wrapper input[type=password] {
  margin-bottom: 25px;
}

#cart-content .checkout .form-wrapper label {
  padding-top: 0 !important;
}

#cart-content .checkout .form-wrapper label p {
  margin: 0 auto;
  font-size: 16px;
  max-width: none;
  line-height: 22px;
  color: #414141;
}

#cart-content .checkout .form-wrapper a {
  float: right;
  color: #414141;
}

#cart-content .checkout .form-wrapper a:hover {
  color: #ffd200;
}

#cart-content .checkout .form-wrapper .button {
  width: 200px;
  padding: 6px 0;
  display: block;
  margin: 0 auto 8px;
}

#cart-content .checkout .form-wrapper .checkout-btn {
  float: left;
  padding-left: 6px;
}

#cart-content .checkout .form-wrapper .register-btn {
  float: right;
  padding-right: 6px;
}

#cart-content .checkout .form-wrapper .register-btn .button:hover {
  color: #000 !important;
  background-color: #ffd200 !important;
}

#cart-content .checkout .form-wrapper .returning {
  padding-right: 60px;
}

#cart-content .checkout .form-wrapper .new {
  min-height: 475px;
  position: relative;
  padding-left: 60px;
}

#cart-content .checkout .form-wrapper .new:before {
  left: 0;
  width: 0px;
  float: left;
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  border-left: 2px solid rgba(65, 65, 65, 0.4);
}

#cart-content .checkout .form-wrapper .new .row {
  margin-top: 42px;
}

/* Logged In Register */
.logged-in {
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 0.3em;
  padding: 50px 0;
}

/* 360 Image */
#store3D {
  width: 550px;
  margin: 20px auto;
}

#store3D #store3DInstructions strong {
  padding: 0 0 3px;
  display: inline-block;
}

/* order-detail accordion */
.order-detail {
  width: 100%;
  margin: 20px auto 0;
}

.order-detail .accordion-title {
  top: -8px;
  left: 40px;
  padding: 0;
  width: 96px;
  float: left;
  border: none !important;
}

.order-detail .accordion-title:focus, .order-detail .accordion-title:hover {
  background-color: transparent;
}

.order-detail .accordion-title:before {
  display: none;
}

.order-detail p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}

.order-detail .accordion-content {
  width: 100%;
  float: left;
  padding: 1rem 2rem;
  border: none !important;
}

.order-detail .button:hover {
  border: 1px solid #fff;
  background: #000;
  color: #ffd200;
  outline: none;
}

.order-detail .button:focus {
  border: 1px solid #fff;
  background: #ffd200;
  color: #000;
  outline: none;
}

.order-detail .button:focus:hover {
  border: 1px solid #fff;
  background: #000;
  color: #ffd200;
  outline: none;
}

.order-detail .print {
  margin: 0px 20px 0;
  font-size: 18px;
}

.order-detail h5 {
  margin: 0 20px 5px;
  font-size: 1.25em;
  display: inline-block;
  text-decoration: underline;
}

.order-detail .border-1 {
  padding: 15px;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.order-detail .border-2 {
  padding: 15px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.order-detail .border-bottom {
  border-bottom: 1px solid #e6e6e6;
}

.order-detail .border-left {
  padding-left: 15px;
  border-left: 1px solid #e6e6e6;
}

.order-detail hr {
  width: 100%;
  margin: 0 auto 25px;
  display: inline-block;
}

.order-detail .invoice {
  margin-left: -15px;
}

/* #Other / General Pages */
#main-content {
  padding: 3em 0;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbi5jc3MiLCJzb3VyY2VzIjpbIm1haW4uc2NzcyIsInBhcnRpYWxzL19yZXNldC5zY3NzIl0sInNvdXJjZXNDb250ZW50IjpbIkBpbXBvcnQgJ3BhcnRpYWxzL19yZXNldC5zY3NzJztcblxuXG4iLCIvKiBodHRwOi8vbWV5ZXJ3ZWIuY29tL2VyaWMvdG9vbHMvY3NzL3Jlc2V0LyBcbiAgIHYyLjAgfCAyMDExMDEyNlxuICAgTGljZW5zZTogbm9uZSAocHVibGljIGRvbWFpbilcbiovXG5cbmh0bWwsIGJvZHksIGRpdiwgc3BhbiwgYXBwbGV0LCBvYmplY3QsIGlmcmFtZSxcbmgxLCBoMiwgaDMsIGg0LCBoNSwgaDYsIHAsIGJsb2NrcXVvdGUsIHByZSxcbmEsIGFiYnIsIGFjcm9ueW0sIGFkZHJlc3MsIGJpZywgY2l0ZSwgY29kZSxcbmRlbCwgZGZuLCBlbSwgaW1nLCBpbnMsIGtiZCwgcSwgcywgc2FtcCxcbnNtYWxsLCBzdHJpa2UsIHN0cm9uZywgc3ViLCBzdXAsIHR0LCB2YXIsXG5iLCB1LCBpLCBjZW50ZXIsXG5kbCwgZHQsIGRkLCBvbCwgdWwsIGxpLFxuZmllbGRzZXQsIGZvcm0sIGxhYmVsLCBsZWdlbmQsXG50YWJsZSwgY2FwdGlvbiwgdGJvZHksIHRmb290LCB0aGVhZCwgdHIsIHRoLCB0ZCxcbmFydGljbGUsIGFzaWRlLCBjYW52YXMsIGRldGFpbHMsIGVtYmVkLCBcbmZpZ3VyZSwgZmlnY2FwdGlvbiwgZm9vdGVyLCBoZWFkZXIsIGhncm91cCwgXG5tZW51LCBuYXYsIG91dHB1dCwgcnVieSwgc2VjdGlvbiwgc3VtbWFyeSxcbnRpbWUsIG1hcmssIGF1ZGlvLCB2aWRlbyB7XG5cdG1hcmdpbjogMDtcblx0cGFkZGluZzogMDtcblx0Ym9yZGVyOiAwO1xuXHRmb250LXNpemU6IDEwMCU7XG5cdGZvbnQ6IGluaGVyaXQ7XG5cdHZlcnRpY2FsLWFsaWduOiBiYXNlbGluZTtcbn1cbnNlY3Rpb24ge1xuXHRwYWRkaW5nOjIwcHg7XG59XG5zZWN0aW9uLmNvbnRhaW5lciB7XG5cdHBhZGRpbmc6MHB4O1xufVxuLyogSFRNTDUgZGlzcGxheS1yb2xlIHJlc2V0IGZvciBvbGRlciBicm93c2VycyAqL1xuYXJ0aWNsZSwgYXNpZGUsIGRldGFpbHMsIGZpZ2NhcHRpb24sIGZpZ3VyZSwgXG5mb290ZXIsIGhlYWRlciwgaGdyb3VwLCBtZW51LCBuYXYsIHNlY3Rpb24ge1xuXHRkaXNwbGF5OiBibG9jaztcbn1cbmJvZHkge1xuXHRsaW5lLWhlaWdodDogMTtcbn1cbm9sLCB1bCB7XG5cdGxpc3Qtc3R5bGU6IG5vbmU7XG59XG5ibG9ja3F1b3RlLCBxIHtcblx0cXVvdGVzOiBub25lO1xufVxuYmxvY2txdW90ZTpiZWZvcmUsIGJsb2NrcXVvdGU6YWZ0ZXIsXG5xOmJlZm9yZSwgcTphZnRlciB7XG5cdGNvbnRlbnQ6ICcnO1xuXHRjb250ZW50OiBub25lO1xufVxudGFibGUge1xuXHRib3JkZXItY29sbGFwc2U6IGNvbGxhcHNlO1xuXHRib3JkZXItc3BhY2luZzogMDtcbn0iXSwibWFwcGluZ3MiOiJBQ0FBOzs7RUFHRTtBQUVGLElBQUksRUFBRSxJQUFJLEVBQUUsR0FBRyxFQUFFLElBQUksRUFBRSxNQUFNLEVBQUUsTUFBTSxFQUFFLE1BQU07QUFDN0MsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsQ0FBQyxFQUFFLFVBQVUsRUFBRSxHQUFHO0FBQzFDLENBQUMsRUFBRSxJQUFJLEVBQUUsT0FBTyxFQUFFLE9BQU8sRUFBRSxHQUFHLEVBQUUsSUFBSSxFQUFFLElBQUk7QUFDMUMsR0FBRyxFQUFFLEdBQUcsRUFBRSxFQUFFLEVBQUUsR0FBRyxFQUFFLEdBQUcsRUFBRSxHQUFHLEVBQUUsQ0FBQyxFQUFFLENBQUMsRUFBRSxJQUFJO0FBQ3ZDLEtBQUssRUFBRSxNQUFNLEVBQUUsTUFBTSxFQUFFLEdBQUcsRUFBRSxHQUFHLEVBQUUsRUFBRSxFQUFFLEdBQUc7QUFDeEMsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLEVBQUUsTUFBTTtBQUNmLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRTtBQUN0QixRQUFRLEVBQUUsSUFBSSxFQUFFLEtBQUssRUFBRSxNQUFNO0FBQzdCLEtBQUssRUFBRSxPQUFPLEVBQUUsS0FBSyxFQUFFLEtBQUssRUFBRSxLQUFLLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFO0FBQy9DLE9BQU8sRUFBRSxLQUFLLEVBQUUsTUFBTSxFQUFFLE9BQU8sRUFBRSxLQUFLO0FBQ3RDLE1BQU0sRUFBRSxVQUFVLEVBQUUsTUFBTSxFQUFFLE1BQU0sRUFBRSxNQUFNO0FBQzFDLElBQUksRUFBRSxHQUFHLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRSxPQUFPLEVBQUUsT0FBTztBQUN6QyxJQUFJLEVBQUUsSUFBSSxFQUFFLEtBQUssRUFBRSxLQUFLLENBQUM7RUFDeEIsTUFBTSxFQUFFLENBQUU7RUFDVixPQUFPLEVBQUUsQ0FBRTtFQUNYLE1BQU0sRUFBRSxDQUFFO0VBQ1YsU0FBUyxFQUFFLElBQUs7RUFDaEIsSUFBSSxFQUFFLE9BQVE7RUFDZCxjQUFjLEVBQUUsUUFBUztDQUN6Qjs7QUFDRCxPQUFPLENBQUM7RUFDUCxPQUFPLEVBQUMsSUFBSztDQUNiOztBQUNELE9BQU8sQUFBQSxVQUFVLENBQUM7RUFDakIsT0FBTyxFQUFDLEdBQUk7Q0FDWjs7QUFDRCxpREFBaUQ7QUFDakQsT0FBTyxFQUFFLEtBQUssRUFBRSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU07QUFDM0MsTUFBTSxFQUFFLE1BQU0sRUFBRSxNQUFNLEVBQUUsSUFBSSxFQUFFLEdBQUcsRUFBRSxPQUFPLENBQUM7RUFDMUMsT0FBTyxFQUFFLEtBQU07Q0FDZjs7QUFDRCxJQUFJLENBQUM7RUFDSixXQUFXLEVBQUUsQ0FBRTtDQUNmOztBQUNELEVBQUUsRUFBRSxFQUFFLENBQUM7RUFDTixVQUFVLEVBQUUsSUFBSztDQUNqQjs7QUFDRCxVQUFVLEVBQUUsQ0FBQyxDQUFDO0VBQ2IsTUFBTSxFQUFFLElBQUs7Q0FDYjs7QUFDRCxVQUFVLEFBQUEsT0FBTyxFQUFFLFVBQVUsQUFBQSxNQUFNO0FBQ25DLENBQUMsQUFBQSxPQUFPLEVBQUUsQ0FBQyxBQUFBLE1BQU0sQ0FBQztFQUNqQixPQUFPLEVBQUUsRUFBRztFQUNaLE9BQU8sRUFBRSxJQUFLO0NBQ2Q7O0FBQ0QsS0FBSyxDQUFDO0VBQ0wsZUFBZSxFQUFFLFFBQVM7RUFDMUIsY0FBYyxFQUFFLENBQUU7Q0FDbEIiLCJuYW1lcyI6W10sInNvdXJjZVJvb3QiOiIvc291cmNlLyJ9 */
@media screen and (min-width: 105em) {
  #products-category .large-4 {
    width: 25%;
  }
  #products-category .row {
    max-width: 95rem;
  }
  #products-category .row.expanded {
    max-width: none;
  }
}

@media screen and (max-width: 1500px) {
  #side-images .bg-img {
    min-height: 650px;
    background-size: cover;
    background-position: 50% -250px;
  }
}

@media screen and (max-width: 1340px) {
  ul#main-nav {
    margin-right: -15px;
  }
  ul#main-nav a {
    font-size: 1.5em;
    padding: .7rem .85rem;
  }
}

@media screen and (max-width: 1250px) {
  .home header {
    padding: 1.1em 0;
  }
  a#logo {
    max-width: 185px;
    margin-top: 12px;
    margin-left: 0;
  }
  .is-sticky a#logo {
    max-width: 175px;
    margin: 8px 0 -3px;
  }
  ul#main-nav a {
    font-size: 22px;
    padding: .7rem .75rem;
  }
  ul#main-nav #acct-login p a,
  ul#main-nav #acct-login label {
    font-size: 0.9em;
    padding: 0;
  }
  ul#main-nav .button {
    font-size: 16px;
  }
  ul#main-nav .button.logged {
    padding: 2px 0;
  }
  ul#main-nav .button.logged:hover span {
    padding: 3px 0;
  }
  ul#main-nav .button.logged:hover span.screen_name {
    padding: 0 0 3px;
  }
  ul#main-nav .button span {
    padding: 10px 0 9px;
    width: 94%;
  }
  ul#main-nav .button span.screen_name {
    padding: 0 0 3px;
  }
  ul#main-nav .button:hover span {
    padding: 10px 0 9px;
    width: 94%;
  }
  .is-sticky ul#main-nav a {
    font-size: 20px;
    padding: 10px 14px;
  }
  .is-sticky ul#main-nav a.button {
    font-size: 16px;
  }
  #product-cats .is-dropdown-submenu-parent:last-child > .menu {
    left: auto;
  }
  #product-cats .is-dropdown-submenu-parent:last-child > .menu:before {
    left: 30%;
  }
  #product-cats .is-dropdown-submenu-parent > .menu:before {
    left: -20%;
  }
  #side-images .bg-img {
    min-height: 350px;
  }
  #products .card .button {
    right: -10px;
    float: right;
    position: relative;
  }
  #products .card h5 {
    font-size: .95em;
  }
}

@media screen and (max-width: 1150px) {
  #product-detail-content .tabs-content {
    padding-left: 0;
    padding-right: 0;
  }
  #product-detail-content .number {
    margin: 4% auto 0;
  }
  #product-detail-content .price {
    margin: 5% auto 0;
  }
  #product-detail-content form {
    margin: 4% auto 0;
  }
  #product-cats .is-dropdown-submenu-parent > .menu:before {
    left: -30%;
  }
}

@media screen and (max-width: 1023px) {
  .medium-centered,
  .medium-centered:last-child:not(:first-child) {
    float: none !important;
  }
  .medium-left {
    float: left !important;
  }
  p {
    font-size: 18px;
    line-height: 22px;
  }
  h1 {
    font-size: 2.25em;
  }
  .nav-up {
    top: -102px;
  }
  header, .home header {
    padding: .25em 0;
  }
  header, .spacer,
  .is-sticky header,
  .home header {
    height: 95px;
    background: #141414;
  }
  .home .spacer,
  .nav-icon-wrap {
    display: block;
  }
  a#logo, .is-sticky a#logo {
    display: block;
    max-width: 168px;
    margin: 2px auto 0;
  }
  #home-values .card {
    height: auto !important;
  }
  .is-sticky header {
    height: 90px;
  }
  .is-sticky .nav-icon-wrap {
    top: 10px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  }
  #products .card {
    height: 270px;
  }
  #products .card:hover .card-section {
    background: #fff;
  }
  #products .card:hover .button {
    background: #ffd200;
  }
  #products .button:hover, #products .card:hover .button span {
    background: #ffd200;
  }
  #banner-home .tabs-panel {
    margin-top: -22em;
    padding: 19.5em 0 0 1em;
    min-height: 761px !important;
  }
  #banner-home .tabs-content .button {
    margin: 2em auto;
    display: block;
    max-width: 150px;
  }
  .nav-icon-wrap {
    display: inline-block;
  }
  a#logo, .is-sticky a#logo {
    display: block;
    max-width: 180px;
    margin: 2px auto 0;
  }
  #banner-home .banner-top {
    padding-top: 2.5em;
  }
  .home header {
    padding: .5em 0;
  }
  #banner-home #read-down, #home-values .card p {
    display: none;
  }
  #product-cats li.is-dropdown-submenu-parent a {
    padding: 1rem;
    font-size: 1em;
  }
  h1 {
    font-size: 2.25em;
  }
  #banner-home ul.tabs li a {
    font-size: 1.1em;
    padding: .5rem .75rem;
  }
  #home-featured .card {
    float: none;
    margin: 60px auto;
  }
  #home-values .card a {
    padding: 6em 2em 12em;
  }
  #home-featured .card .card-section {
    background: #ffd200;
    border-radius: 8px;
  }
  #home-featured .card .button {
    background: transparent;
    border: 1px solid #fff;
    color: #000;
  }
  #home-featured .button {
    background: transparent;
    border: 1px solid #fff;
    color: #000;
  }
  #home-featured .card .button span {
    background: #fff;
  }
  .footer-body p {
    font-size: 16px;
    line-height: 20px;
  }
  .resources .tabs li {
    display: block;
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  #side-images {
    height: auto !important;
  }
  #register-modal {
    margin: 100px auto;
  }
  #product-detail-content #product-thumbs {
    width: 315px;
    display: block;
    margin: 0px auto;
    position: absolute;
    display: block;
  }
  #product-detail-content #product-thumbs li {
    width: 22.5%;
    max-width: 85px;
    display: inline-block;
  }
  #banner-home h1 {
    margin-left: 5px;
  }
  .banner-top .tabs-title {
    float: none;
    width: 100%;
    display: block;
    max-width: 110px;
    margin: 0 8px 25px;
  }
  #banner-home ul.tabs li a {
    padding: 6px 0;
  }
  .resources .card {
    max-width: 375px;
  }
  #safety-intro {
    padding: 5px;
  }
  .order-detail {
    float: left;
  }
  .order-detail .accordion-title {
    left: 15px;
  }
  .order-detail .border-left {
    border-left: none;
  }
  .order-detail .invoice {
    margin: 20px 0 20px -15px;
  }
  .pending .order-detail {
    float: none;
  }
  #products .card .button {
    right: 0;
    float: none;
  }
  #products .card h5 {
    font-size: 1em;
  }
  #cart-content .checkout .form-wrapper .returning {
    padding: 0;
    margin-bottom: 55px;
  }
  #cart-content .checkout .form-wrapper .new {
    padding: 0;
    min-height: 300px;
  }
  #cart-content .checkout .form-wrapper .new:before {
    content: none;
  }
  .resources .row.center-content {
    margin: 0 auto;
    max-width: 750px;
  }
}

@media screen and (max-width: 1108px) {
  .desktop-meter-image {
    width: 560px;
  }
}

@media screen and (max-width: 1024px) {
  #logo img {
    height: 73px;
    width: auto !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 866px) {
  .desktop-meter-image {
    width: 560px;
  }
  #product-cats .is-dropdown-submenu-parent > .menu:before {
    left: -42%;
  }
}

@media screen and (max-width: 787px) {
  .desktop-meter-image {
    width: 490px;
  }
  .search .number p {
    padding-left: 35px;
  }
  #product-cats .is-dropdown-submenu-parent > .menu:before {
    left: -50%;
  }
}

@media screen and (max-width: 700px) {
  #desktop-safety-features {
    display: none;
  }
  #mobile-safety-features {
    display: block !important;
  }
  .safety-features {
    font-size: 1em;
  }
  #exp-search .searchbox-open {
    right: -5px;
  }
}

@media screen and (max-width: 640px) {
  #logo img {
    height: 63px;
  }
  #product-cats.accordion {
    display: block;
  }
  #product-cats.dropdown {
    display: none;
  }
  header, .spacer,
  .is-sticky header,
  .home header {
    height: 68px;
  }
  a#logo, .is-sticky a#logo {
    z-index: 1;
    max-width: 125px;
    position: relative;
    margin: -2px auto 0;
    text-align: center;
  }
  #exp-search {
    right: 0;
    top: 10px;
    width: 75%;
  }
  #exp-search .searchbox {
    right: 8px;
    top: -12px;
    height: 65px;
    background: #141414;
    padding: 10px 0 10px 10px;
  }
  #exp-search .searchbox .searchbox-icon,
  #exp-search .searchbox .searchbox-submit {
    top: 10px;
  }
  #exp-search .searchbox-open {
    right: 8px;
  }
  #exp-search .searchbox-open .searchbox-icon {
    margin-right: 0;
  }
  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 85px;
  }
  .nav-icon-wrap {
    top: 10px;
    left: 14px;
    width: 40px;
    height: 40px;
  }
  .nav-icon-wrap span {
    top: -5px;
    left: -1px;
    padding: 0;
    margin: 0 auto;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 26px;
  }
  .hamburger-box {
    width: 25px;
    height: 22.5px;
  }
  .is-active .hamburger-box {
    width: 26px;
  }
  h1 {
    font-size: 2em;
    line-height: 1.2em;
  }
  .footer-copyright p {
    font-size: 15px;
    line-height: 18px;
    margin: 10px auto 0;
  }
  .footer-copyright p a {
    display: block;
  }
  #home-values .card a {
    padding: 2em 1em 2.5em;
  }
  #home-values .card a:hover {
    background-position: 80% 55%;
  }
  .safety h2,
  .reliability h2,
  .versatility h2,
  .productivity h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
    background-size: 65px;
    padding: 35px 0 20px 8%;
    background-position: 24% 20px;
  }
  #footer-social {
    margin: 2px auto 8px;
    float: none;
  }
  .footer-body h5 {
    font-size: 2em;
  }
  #home-featured .card {
    max-width: 400px;
    margin: 60px auto 0;
  }
  #home-featured .card .photo {
    height: 175px;
    width: 80%;
  }
  #subpage-main-content {
    padding: 0 1em;
  }
  .subpage h1 {
    padding: .5em;
  }
  .video .fa-play {
    height: 100px;
    width: 100px;
    font-size: 75px;
  }
  .reveal {
    width: 95%;
    margin: 0 auto;
    background-color: transparent;
    border: 1px solid #fff;
    height: auto;
    min-height: 160px;
    padding: 1px;
  }
  #product-options, #product-contact {
    width: 100%;
  }
  .search {
    padding: 45px 15px;
  }
  .search .columns {
    height: auto !important;
  }
  .search img {
    margin: 10px;
  }
  .search a {
    margin: 10px;
  }
  .search .price p {
    margin: 12px 0 8px;
    text-align: left;
    padding-left: 10px;
  }
  .search .number p {
    padding-left: 10px;
  }
  .productIframeContainer {
    position: relative;
    min-height: 300px !important;
    overflow: hidden;
  }
  .productIframeContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 8px solid #414141;
    margin-bottom: 0.4em;
    padding: 0 !important;
  }
  /* 16x9 Aspect Ratio */
  .productIframeContainer-16x9 {
    padding-bottom: 56.25%;
  }
  /* 4x3 Aspect Ratio */
  .productIframeContainer-4x3 {
    padding-bottom: 75%;
  }
  .resources .card {
    margin: 0 auto 1em;
    float: none;
  }
  .defaultDot .labelTxt {
    display: none;
  }
  .thumb360, #store3D {
    display: none !important;
  }
  .order-detail .accordion-content {
    padding: 1rem;
  }
  .order-detail .accordion-title {
    left: 10px;
  }
  .order-detail .invoice {
    margin: 20px 0 20px 0;
  }
  .order-detail .border-left {
    padding-left: 0;
  }
  .order-detail p {
    margin-bottom: 6px;
  }
  .resources .mobile-product-features {
    font-size: 22px;
    line-height: 26px;
  }
}

@media screen and (max-width: 480px) {
  .video .fa-play {
    padding: 11px 26px;
    top: 32%;
    left: 38%;
  }
  .mm-menu .mm-navbar a.button {
    padding: .25em;
    margin: 5px auto 10px;
  }
  #product-detail-content form {
    width: 100%;
  }
  .safety h2, .reliability h2,
  .versatility h2, .productivity h2 {
    line-height: 26px;
    margin-bottom: 0;
    background-size: 45px;
    padding: 30px 0 20px 10%;
    background-position: 10% 20px;
  }
  #home-values .card a:hover {
    background-position: 92% 55%;
    background-size: 40px;
  }
  .productIframeContainer {
    position: relative;
    min-height: 200px !important;
    overflow: hidden;
  }
  .productIframeContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 8px solid #414141;
    margin-bottom: 0.4em;
    padding: 0 !important;
  }
  /* 16x9 Aspect Ratio */
  .productIframeContainer-16x9 {
    padding-bottom: 56.25%;
  }
  /* 4x3 Aspect Ratio */
  .productIframeContainer-4x3 {
    padding-bottom: 75%;
  }
  #cart-content .checkout .form-wrapper .new .columns {
    width: 100%;
    padding: 0 .625rem;
  }
  #cart-content .checkout .form-wrapper .new .columns a {
    float: none;
    padding: 0;
  }
  #cart-content .checkout .form-wrapper .new .columns a .button {
    margin: 0 0 12px;
  }
  td select {
    background-size: 0;
  }
}

@media screen and (max-width: 380px) {
  body {
    overflow-x: hidden;
  }
  .video .fa-play {
    top: 30%;
    left: 34%;
  }
  #product-cats.accordion li ul.accordion-content {
    padding: 10px 0 10px 8px;
  }
  #product-cats.accordion li ul.accordion-content li a {
    padding: 8px 0;
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 320px) {
  .nav-icon-wrap {
    top: 11px;
    left: 12px;
  }
  .mm-listview > li > a {
    font-size: 18px;
    line-height: 18px;
    padding: 16px 20px 6px;
  }
  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 65px;
  }
  .mm-menu .mm-navbar a {
    bottom: 104px;
  }
  .mm-menu .mm-navbar a.register {
    bottom: 108px;
  }
  .mm-menu .mm-navbar a.cart {
    padding: 2px 0 10px;
    line-height: 20px;
    font-size: 18px;
    bottom: 104px;
  }
  .mm-menu .mm-navbar a.cart .fa {
    font-size: 24px;
  }
  .resources #mobile-safety-features .mobile-meter-image {
    border: 2px solid #000;
    width: 90%;
  }
  .resources .mobile-product-features {
    padding-right: 25px;
  }
}

/* Landscape */
@media only screen and (max-device-width: 736px) and (orientation: landscape) {
  .mm-listview,
  .mm-listview > li {
    margin: 0 20px;
    display: inline-block;
  }
  .mm-menu .mm-navbar a.button {
    font-size: 18px;
    max-width: 175px;
    padding: 0.35em 0.5em;
    margin: 20px auto 12px;
  }
  .mm-panels > .mm-panel > .mm-listview:first-child,
  .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: 20px;
  }
  .mm-listview > li > a {
    font-size: 18px;
    line-height: 18px;
    padding: 16px 10px 6px;
  }
  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 95px;
  }
  .mm-menu .mm-navbar a {
    bottom: 104px;
  }
  .mm-menu .mm-navbar a.register {
    bottom: 108px;
  }
  .mm-menu .mm-navbar a.register .break {
    display: none;
  }
  .mm-menu .mm-navbar a.register span {
    margin: 0 0 0 12px;
  }
  .mm-menu .mm-navbar a.cart {
    padding: 2px 0 10px;
    line-height: 20px;
    font-size: 18px;
    bottom: 104px;
  }
  .mm-menu .mm-navbar a.cart .fa {
    font-size: 24px;
  }
}

/* Landscape */
@media only screen and (max-device-width: 568px) and (orientation: landscape) {
  .mm-panels > .mm-panel > .mm-listview:first-child,
  .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: -18px;
  }
  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 65px;
  }
}

#cform input:not([type='checkbox']) {
    margin-bottom: .2em !important;
    border-color: #999 !important;
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    height: 2.4375rem !important;
    margin: 0 0 1rem !important;
    padding: .5rem !important;
    border: 1px solid #cacaca !important;
    border-radius: 0 !important;
    background-color: #fefefe !important;
    box-shadow: inset 0 1px 2px hsl(0deg 0% 4% / 10%) !important;
    font-family: inherit !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: #0a0a0a !important;
    transition: box-shadow .5s,border-color .25s ease-in-out !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 3px !important;
    overflow: visible !important;
    line-height: 1.15 !important;
}

#cform h4 {
    font-weight: 600 !important;
    font-size: 1.2em !important;
    line-height: 1.2 !important;
    margin-bottom: 1.5em !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 100% !important;
    vertical-align: baseline !important;
}

#cform label>[type=checkbox], label>[type=radio] {
    margin-right: .5rem !important;
}

#cform [type=checkbox], [type=file], [type=radio] {
    margin: 0 0 1rem !important;
}

#cform [type=checkbox], [type=radio] {
    box-sizing: border-box !important;
    padding: 0 !important;
}

.block-full_width_header {
  background-size: cover;
  margin:0;
  margin-top:-1rem;
  padding:0;
  min-height: 50vh;
  color: white;
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

.flex-col {
  flex-direction: column;
}

.testimonial-card {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.testimonial-card__text--text p {
  line-height: 1.6rem;
}
.testimonial-card__text cite {
  font-size: 2rem;
}

.notice {
  margin-top: 8px;
  font-weight: bold;
  background: #ffd200;
  padding: 1rem;
  position: absolute;
  width: 100%;
  text-align: center;
}

.notice a {
  color: black;
  font-weight: bolder;
}