/* ************************************** Global Variables & Mixins */
.whiteShadowGradient {
  background: #d5d5d5;
  background: -moz-linear-gradient(top, #d5d5d5 0%, #f3f3f3 20%);
  background: -webkit-linear-gradient(top, #d5d5d5 0%, #f3f3f3 20%);
  background: linear-gradient(to bottom, #d5d5d5 0%, #f3f3f3 20%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5', endColorstr='#f3f3f3', GradientType=0);
}
/* ************************************** Defaults */
html {
  height: 100%;
  margin: 0;
}
body {
  background-color: #FFFFFF;
  margin: 0;
  color: #333333;
  font-family: 'Work Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: normal;
}
p {
  margin: 0;
}
p strong {
  font-weight: 500;
}
/* ************************************** Utilities */
/* ******************* Containers & Sections */
/* XSmall */
@media only screen and (max-width: 28em) {
  .container,
  .wrap {
    padding: 0 20px;
  }
}
/* Small & Medium */
@media only screen and (min-width: 28.062em) and (max-width: 40em) {
  .container,
  .wrap {
    padding: 0 40px;
  }
}
/* Medium & Up */
@media only screen and (min-width: 40.062em) {
  .container,
  .wrap {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Medium Only */
@media only screen and (min-width: 40.062em) and (max-width: 64em) {
  .container,
  .wrap {
    width: 620px;
  }
  .home .container {
    width: auto;
    padding-left: 60px;
    padding-right: 60px;
  }
  .wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
/* Medium Down */
@media only screen and (max-width: 64em) {
  .wrap {
    display: block;
  }
}
/* Large Only */
@media only screen and (min-width: 64.062em) and (max-width: 90em) {
  .container {
    width: 1000px;
  }
  .home .container {
    width: 920px;
  }
}
/* XLarge & Up */
@media only screen and (min-width: 90.062em) {
  .container {
    width: 1400px;
  }
  .home .container {
    width: 1340px;
  }
}
/* ******************* Borders & Sections */
.border-top {
  margin-top: 60px;
  padding-top: 50px;
  border-top: 1px solid #D0D0D0;
}
/* ******************* Hide Utilities */
/* Small & Down */
@media only screen and (max-width: 40em) {
  .hide-small-down {
    display: none !important;
  }
}
/* Medium & Down */
@media only screen and (max-width: 64em) {
  .hide-medium-down {
    display: none !important;
  }
}
/* Medium & Up */
@media only screen and (min-width: 40.062em) {
  .hide-medium-up {
    display: none !important;
  }
}
/* Large & Up */
@media only screen and (min-width: 64.062em) {
  .hide-large-up {
    display: none !important;
  }
}
/* ******************* Positioning */
.position-against {
  position: relative;
}
/* ******************* Margins */
.no-margins {
  margin: 0 !important;
}
/* ******************* Floats */
.contains-floats {
  overflow: hidden;
}
.clear-floats {
  clear: both;
}
/* ******************* Icons */
i.woo-icon {
  font-style: normal;
}
i.woo-icon:before {
  font-family: WooCommerce;
  display: inline-block;
  margin-right: 10px;
}
i.woo-icon.woo-icon-star-full:before {
  content: '\e020';
}
i.woo-icon.woo-icon-star-empty:before {
  content: '\e021';
}
/* ******************* Badge */
.badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border-radius: 30px;
  color: #000000;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}
/* ******************* Buttons */
.btn,
.btn-submit,
.awareness-container > a {
  display: inline-block;
  border: 0;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  cursor: pointer;
  position: relative;
}
.btn:hover,
.btn-submit:hover,
.awareness-container > a:hover {
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.btn:active,
.btn-submit:active,
.awareness-container > a:active {
  outline: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.btn.btn-utility {
  background-color: #999999;
  padding: 8px 12px;
  color: #FFFFFF;
  font-size: 14px;
}
.btn.btn-utility:hover {
  background-color: #a6a6a6;
}
.btn.btn-utility:active {
  background-color: #8c8c8c;
}
.btn.btn-utility:disabled {
  opacity: 0.5;
}
.btn.btn-utility:disabled:hover {
  background-color: #999999;
  box-shadow: none;
  cursor: default;
}
.btn.btn-accent,
.btn.btn-header,
.btn-submit,
.awareness-container > a {
  padding: 8px 20px;
  color: #FFFFFF;
  font-weight: 400;
}
.btn.btn-accent.btn-boost {
  padding: 14px 20px;
}
.awareness-container > a {
  padding: 6px 10px;
  color: #FFFFFF !important;
}
.awareness-container > a:hover {
  text-decoration: none !important;
}
.btn.btn-disabled {
  opacity: 0.5;
  cursor: default;
}
.btn.btn-disabled:hover {
  box-shadow: none !important;
}
.btn.btn-outline {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #FFFFFF;
  padding: 8px 12px;
  color: #FFFFFF;
  font-weight: 300;
}
.btn.btn-outline:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.btn.btn-outline:active {
  background-color: rgba(0, 0, 0, 0.6);
}
.btn-submit {
  padding: 8px 30px;
  outline: none !important;
}
.btn.btn-header {
  background-color: #000000;
}
.btn.btn-header:hover {
  background-color: #333333;
}
.btn.btn-header:active {
  background-color: #222222;
}
.btn .badge {
  position: absolute;
  top: -7px;
  right: -7px;
}
/* ******************* Hamburger to X */
.nav-trigger {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: 1px solid #FFFFFF;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
}
.nav-trigger span,
.nav-trigger span:before,
.nav-trigger span:after {
  height: 2px;
  background-color: #FFFFFF;
}
.nav-trigger span {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 7px;
  left: 7px;
  transition: background 0s 0.3s;
  -webkit-transition: background 0s 0.3s;
  -moz-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
}
.nav-trigger span::before,
.nav-trigger span::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
}
.nav-trigger span::before {
  top: -6px;
  transition-property: top, transform;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -o-transition-property: top, transform;
}
.nav-trigger span::after {
  bottom: -6px;
  transition-property: bottom, transform;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
}
.nav-trigger.open span {
  background: none;
}
.nav-trigger.open span:before,
.nav-trigger.open span:after {
  transition-delay: 0s, 0.3s;
  -webkit-transition-delay: 0s, 0.3s;
  -moz-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
}
.nav-trigger.open span:before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.nav-trigger.open span:after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
/* ******************* Social List */
ul.social-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.social-list li {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
}
ul.social-list li:last-child {
  margin-left: 0;
}
ul.social-list a {
  padding: 0 5px;
  font-size: 26px;
  color: #333333;
}
/* ******************* Headers */
h1:not([class]),
h2:not([class]),
h3:not([class]),
h4:not([class]),
h5:not([class]),
h6:not([class]) {
  margin: 2em 0 1em 0;
}
h1:not([class]):first-child,
h2:not([class]):first-child,
h3:not([class]):first-child,
h4:not([class]):first-child,
h5:not([class]):first-child,
h6:not([class]):first-child {
  margin-top: 0;
}
.primary-h1 {
  margin: 0 0 1em 0;
  font-weight: 400;
}
.primary-h2 {
  margin: 0 0 1em 0;
  font-weight: 500;
}
.primary-h2.primary-h2-slim {
  font-weight: 400;
}
.primary-h3 {
  margin: 0 0 1em 0;
  font-weight: 600;
}
.secondary-h3 {
  margin: 0 0 1em 0;
  font-weight: 500;
}
.lowpro {
  margin-top: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.simple-bold {
  margin: 0 0 1em 0;
  font-size: 16px;
  font-weight: 500;
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  .primary-h1 {
    font-size: 30px;
  }
  .primary-h2 {
    font-size: 22px;
  }
  .primary-h3 {
    font-size: 18px;
  }
  .secondary-h3 {
    font-size: 18px;
  }
}
/* Medium */
@media only screen and (min-width: 40.062em) and (max-width: 64em) {
  .primary-h1 {
    font-size: 28px;
  }
  .primary-h2 {
    font-size: 24px;
  }
  .primary-h3 {
    font-size: 20px;
  }
  .secondary-h3 {
    font-size: 22px;
  }
}
/* Large */
@media only screen and (min-width: 64.062em) and (max-width: 90em) {
  .primary-h1 {
    font-size: 34px;
    line-height: 39px;
  }
}
/* Large & Up */
@media only screen and (min-width: 64.062em) {
  .primary-h2 {
    font-size: 28px;
  }
  .primary-h3 {
    font-size: 20px;
  }
  .secondary-h3 {
    font-size: 24px;
  }
}
/* XLarge & Up */
@media only screen and (min-width: 90.062em) {
  .primary-h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
/* ******************* Articles */
.article p {
  margin: 0 0 1em 0;
  line-height: 140%;
}
.article a {
  font-weight: 500;
  text-decoration: none;
}
.article a:not(.btn):hover {
  text-decoration: underline;
}
/* ************************************** Header Construction */
.header {
  position: relative;
}
.header:not(.header-transparent) .header-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header .header-padding {
  overflow: hidden;
}
.header .header-home-link,
.header .header-logo {
  border: 0;
}
.header .header-logo {
  float: left;
}
.header .header-utilities {
  float: right;
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 5px;
  padding-bottom: 8px;
  overflow: hidden;
}
.header .header-utilities .nav-trigger,
.header .header-utilities .btn-savedProducts {
  float: right;
}
.header .header-utilities .nav-trigger {
  margin-left: 20px;
}
.header .header-utilities input[type=search] {
  background-color: rgba(0, 0, 0, 0.5);
}
.header .header-utilities input[type=search]:focus {
  background-color: rgba(0, 0, 0, 0.7);
}
.header .header-bg {
  z-index: 10;
}
.header .header-padding,
.header .nav-borders {
  position: relative;
  z-index: 100;
}
/* XSmall & Down */
@media only screen and (max-width: 28em) {
  .header .header-utilities input[type=search] {
    width: 100%;
    padding-left: 70px;
    padding-right: 20px;
  }
  .header .header-utilities .btn-search {
    left: 24px;
  }
}
/* Small  */
@media only screen and (min-width: 28.062em) and (max-width: 40em) {
  .header .header-utilities input[type=search] {
    width: 100%;
    padding-left: 90px;
    padding-right: 40px;
  }
  .header .header-utilities .btn-search {
    left: 44px;
  }
}
/* Medium & Down */
@media only screen and (max-width: 64em) {
  .header:not(.header-transparent) {
    position: relative;
  }
  .header:not(.header-transparent) .header-bg {
    height: 90px;
  }
  .header .header-padding {
    padding-top: 20px;
    padding-bottom: 62px;
  }
  .header .header-logo {
    width: 120px;
  }
  .header .header-utilities {
    margin-top: -3px;
  }
  .header .header-utilities .search-form {
    height: 40px;
    background-color: #404040;
    border-bottom: 2px solid #FFFFFF;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .header .header-utilities .search-form input[type=search] {
    box-sizing: border-box;
    display: block;
    height: 40px;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    color: #FFFFFF;
    font-size: 12px;
    font-family: 'Work Sans', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 40px;
    -webkit-appearance: none;
  }
  .header .header-utilities .search-form input[type=search]:focus {
    outline: none;
  }
  .header .header-utilities .search-form .btn-search {
    height: 40px;
    background-color: transparent;
    border: 0;
    padding: 0;
    color: #FFFFFF;
    font-size: 18px;
    position: absolute;
    top: 0;
    cursor: pointer;
  }
}
/* Medium */
@media only screen and (min-width: 40.062em) and (max-width: 64em) {
  .header .header-utilities .search-form input[type=search] {
    width: 620px;
    padding-left: 51px;
    padding-right: 20px;
  }
  .header .header-utilities .search-form .btn-search {
    left: calc(50% - 305px);
  }
}
/* Large & Up */
@media only screen and (min-width: 64.062em) {
  .header:not(.header-transparent) .header-bg {
    height: 174px;
  }
  .header .header-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .header .header-logo {
    width: 147px;
  }
  .header .header-utilities .search-form {
    float: right;
    margin-right: 35px;
  }
  .header .header-utilities input[type=search] {
    height: 33px;
    margin-top: 1px;
    border: 1px solid #FFFFFF;
    border-radius: 0;
    padding: 0 8px;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Work Sans', Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 33px;
    -webkit-appearance: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    width: 220px;
  }
  .header .header-utilities input[type=search]:placeholder-shown,
  .header .header-utilities input[type=search]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    text-transform: uppercase;
  }
  .header .header-utilities input[type=search]:focus {
    box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.5);
    outline: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .header .header-utilities input[type=search]::-webkit-search-decoration,
  .header .header-utilities input[type=search]::-webkit-search-cancel-button,
  .header .header-utilities input[type=search]::-webkit-search-results-button,
  .header .header-utilities input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
  }
  .header .header-utilities .btn-search {
    vertical-align: bottom;
    width: 33px;
    height: 33px;
    border: 1px solid white;
    background-color: white;
    cursor: pointer;
  }
  .header .header-utilities .btn-search i {
    font-size: 16px;
  }
}
/* ******************* Navigation */
/* ********** Shared */
.nav {
  position: relative;
  z-index: 500;
}
.menu,
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu li {
  margin: 0;
  padding: 0;
}
.menu a,
.menu a:after {
  line-height: normal;
  letter-spacing: 1px;
}
.menu a {
  text-decoration: none;
  position: relative;
}
.header .menu a {
  text-transform: uppercase;
}
/* ********** Expanded Nav */
.nav-expand .nav-borders {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.nav-expand .menu > li {
  display: inline-block;
  position: relative;
}
.nav-expand .menu > li > a {
  font-size: 18px;
}
.nav-expand .menu a {
  color: #FFFFFF;
}
.nav-expand .menu a,
.nav-expand .menu a:after {
  display: inline-block;
}
.nav-expand .menu > li > a,
.nav-expand .menu > li > a:after {
  padding: 10px 16px;
}
.nav-expand .menu > li:first-child > a,
.nav-expand .menu > li:first-child > a:after {
  padding-left: 0;
}
.nav-expand .menu a:after {
  content: attr(title);
  color: transparent;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nav-expand .menu > li > a:after {
  padding-right: 0;
}
.nav-expand .menu li.hover > a,
.nav-expand .menu .sub-menu a:hover {
  color: transparent;
}
.nav-expand .menu li.hover > a:after,
.nav-expand .menu .sub-menu a:hover:after {
  color: #FFFFFF;
  font-weight: 500;
}
.nav-expand .menu .sub-menu {
  display: none;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 15px 12px;
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 0;
}
.nav-expand .menu li.hover .sub-menu {
  display: block;
}
.nav-expand .menu .sub-menu a,
.nav-expand .menu .sub-menu a:after {
  display: block;
  padding: 5px 0;
}
.nav-expand .menu .sub-menu a {
  padding-right: 12px;
}
/* ********** Collapsed Nav */
.nav-collapse .nav-borders .container {
  width: auto;
  padding: 0;
}
.nav-collapse .menu .sub-menu {
  display: none;
  background: #d5d5d5;
  background: -moz-linear-gradient(top, #d5d5d5 0%, #f3f3f3 20%);
  background: -webkit-linear-gradient(top, #d5d5d5 0%, #f3f3f3 20%);
  background: linear-gradient(to bottom, #d5d5d5 0%, #f3f3f3 20%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d5d5', endColorstr='#f3f3f3', GradientType=0);
  padding: 20px 0;
}
.nav-collapse .menu > li > a {
  display: block;
  padding: 18px 0;
  color: #FFFFFF;
}
.nav-collapse .sub-menu > li > a {
  display: block;
  padding: 8px 0;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}
.nav-collapse .sub-menu > li > a:after {
  content: '\f105';
  display: inline;
  padding-left: 8px;
  font: normal normal normal 14px/1 FontAwesome;
  font-weight: 600;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
/* XSmall */
@media only screen and (max-width: 28em) {
  .nav-collapse .menu > li > a,
  .nav-collapse .menu .sub-menu li {
    padding-left: 64px;
    padding-right: 20px;
  }
}
/* Small Only */
@media only screen and (min-width: 28.062em) and (max-width: 40em) {
  .nav-collapse .menu > li > a,
  .nav-collapse .menu .sub-menu li {
    padding-left: 84px;
    padding-right: 40px;
  }
}
/* Medium Only */
@media only screen and (min-width: 40.062em) and (max-width: 64em) {
  .nav-collapse .menu > li > a,
  .nav-collapse .menu .sub-menu li {
    box-sizing: border-box;
    width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ********** Nav Icons */
.nav-collapse .nav-icon > a {
  position: relative;
}
.nav-collapse .nav-icon > a:before {
  content: '';
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  top: 11px;
  left: 0;
}
.nav-collapse .nav-icon-home > a:before {
  background-image: url('../images/nav-icon-home.png');
}
.nav-collapse .nav-icon-products > a:before {
  background-image: url('../images/nav-icon-products.png');
}
.nav-collapse .nav-icon-order > a:before {
  background-image: url('../images/nav-icon-order.png');
}
.nav-collapse .nav-icon-about > a:before {
  background-image: url('../images/nav-icon-about.png');
}
.nav-collapse .nav-icon-support > a:before {
  background-image: url('../images/nav-icon-support.png');
}
.nav-collapse .nav-icon-contact > a:before {
  background-image: url('../images/nav-icon-contact.png');
}
/* XSmall */
@media only screen and (max-width: 28em) {
  .nav-collapse .menu .nav-icon > a:before {
    left: 14px;
  }
}
/* Small Only */
@media only screen and (min-width: 28.062em) and (max-width: 40em) {
  .nav-collapse .menu .nav-icon > a:before {
    left: 36px;
  }
}
/* Medium Only */
@media only screen and (min-width: 40.062em) and (max-width: 64em) {
  .nav-collapse .menu .nav-icon > a {
    padding-left: 44px;
  }
}
/* ************************************** Footer Construction */
.footer {
  background-color: #F2F2F2;
  overflow: hidden;
}
.footer .footer-home-logo,
.footer .footer-secondary-logo-link {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-right: 58px;
}
.footer .footer-copyright {
  font-size: 12px;
}
.footer .footer-phone {
  font-weight: 600;
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  .footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .footer .contains-floats {
    position: relative;
  }
  .footer .footer-copyright,
  .footer .social-list {
    text-align: center;
  }
  .footer .footer-copyright {
    padding-bottom: 36px;
  }
  .footer .social-list {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .footer .social-list a {
    font-size: 20px;
  }
}
/* Medium & Up */
@media only screen and (min-width: 40.062em) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* Medium Only */
@media only screen and (min-width: 40.062em) and (max-width: 64em) {
  .footer .footer-logos {
    height: 44px;
  }
  .footer .social-list {
    display: inline-block;
    float: left;
    margin-right: 30px;
    line-height: 33px;
  }
  .footer .social-list a {
    font-size: 22px;
  }
  .footer .footer-copyright {
    clear: both;
    padding-top: 10px;
  }
}
/* Large & Up */
@media only screen and (min-width: 64.062em) {
  .footer .footer-logos {
    height: 44px;
  }
  .footer .footer-copyright {
    margin-top: 31px;
  }
  .footer .social-list {
    float: right;
    margin-top: 15px;
  }
  .footer-nav {
    clear: both;
    margin-top: 20px;
    border-top: 1px solid #D0D0D0;
    padding-top: 20px;
  }
  .footer-nav .menu .nav-icon-home {
    display: none;
  }
  .footer-nav .menu > li {
    display: inline-block;
    vertical-align: top;
  }
  .footer-nav .menu a {
    color: #333333;
    font-size: 14px;
  }
  .footer-nav .menu > li > a {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .footer-nav .menu .sub-menu li {
    margin-bottom: 2px;
  }
}
/* Large Only */
@media only screen and (min-width: 64.062em) and (max-width: 90em) {
  .footer-nav .menu > li {
    margin-right: 64px;
  }
  .footer-nav .menu > li:last-child {
    margin-right: 0;
  }
}
/* XLarge & Up */
@media only screen and (min-width: 90.062em) {
  .footer-nav .menu > li {
    margin-right: 96px;
  }
  .footer-nav .menu > li:last-child {
    margin-right: 0;
  }
}
/* ************************************** Main Construction */
.main {
  padding-bottom: 50px;
  border-bottom: 2px solid #D0D0D0;
}
/* Large & Up */
@media only screen and (min-width: 64.062em) {
  .main {
    min-height: 400px;
    margin-top: 40px;
  }
}
/* ************************************** Left Sidebar */
/* Large & Up */
@media only screen and (min-width: 64.062em) {
  .has-sidebar {
    overflow: hidden;
  }
  .sidebar-left .primary-column {
    width: 78%;
    float: right;
  }
  .sidebar-left .sidebar {
    width: 17%;
    float: left;
  }
}
/* ************************************** Breadcrumbs */
.breadcrumb-container {
  display: none;
}
/* Medium & Down */
@media only screen and (max-width: 64em) {
  .go-back a {
    display: inline-block;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    line-height: 40px;
  }
}
/* Medium Only */
@media only screen and (min-width: 40.062em) and (max-width: 64em) {
  .go-back a {
    height: 60px;
    line-height: 60px;
  }
}
/* Large screens */
@media only screen and (min-width: 64.062em) {
  .go-back {
    display: none;
  }
  .breadcrumb-container {
    display: block;
    border-bottom: 1px solid #D0D0D0;
  }
  .breadcrumb-container .breadcrumbs {
    margin: 10px 0;
    font-size: 15px;
  }
  .breadcrumb-container .deliminator {
    padding: 0 8px;
  }
  .breadcrumb-container a {
    color: #737373;
    text-decoration: none;
  }
  .breadcrumb-container .current {
    font-weight: 500;
  }
}
/* ************************************** Pagination */
.pagination-bottom-nav {
  margin-top: 30px;
}
.pagination-bottom-nav .fa {
  font-size: 10px;
  position: relative;
  bottom: 1px;
}
.pagination-bottom-nav .page-nav-prev {
  float: left;
}
.pagination-bottom-nav .page-nav-next {
  float: right;
}
.pagination-bottom-nav .pagination {
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.pagination .pagination-label {
  text-transform: uppercase;
}
.pagination .pagination-page {
  padding: 0 4px;
}
.pagination a.pagination-page {
  color: #999999;
  text-decoration: none;
}
.pagination span.pagination-page {
  font-weight: 500;
}
/* Large & Up */
@media only screen and (min-width: 64.062em) {
  .pagination-top {
    float: right;
    margin-left: 50px;
  }
}
/* ************************************** Sections & Strips */
.accent-strip {
  color: #FFFFFF;
}
.accent-strip a {
  color: #FFFFFF;
  text-decoration: none;
}
.notice-strip {
  background-color: #F2F2F2;
}
.dark-strip {
  background-color: #4D4D4D;
  color: #FFFFFF;
}
.search-strip {
  background-color: #404040;
  color: #FFFFFF;
}
.search-strip .search-form {
  position: relative;
}
.search-strip .search-form input[type=search] {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  background-color: transparent;
  border: 0;
  padding: 0 10px 0 44px;
  outline: none;
  color: #FFFFFF;
  font-size: 12px;
  font-family: 'Work Sans', Helvetica, Arial, sans-serif;
  line-height: 40px;
  text-transform: uppercase;
  -webkit-appearance: none;
}
.search-strip .search-form .btn-search {
  height: 40px;
  background-color: transparent;
  border: 0;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.strip-page-header {
  margin-bottom: 50px;
  padding: 15px 0;
  color: #FFFFFF;
  position: relative;
  top: -1px;
}
.strip-page-header .primary-h2 {
  margin-bottom: 0;
  font-weight: 300;
}
.strip-page-header .page-header-icon {
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 54px;
}
.strip-page-header .phi-list {
  background-image: url('../images/icon-header-list.png');
  background-position: -7px 0px;
}
/* Medium & Down */
@media only screen and (max-width: 64em) {
  .notice-strip > .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .dark-strip > .container {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
/* Large & Up */
@media only screen and (min-width: 64.062em) {
  .notice-strip > .container {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .dark-strip > .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/* ************************************** Form Styles */
.wade-form form input[type=text],
form.wade-form input[type=text],
.woocommerce-checkout form input[type=text],
.wade-form form input[type=email],
form.wade-form input[type=email],
.woocommerce-checkout form input[type=email],
.wade-form form input[type=tel],
form.wade-form input[type=tel],
.woocommerce-checkout form input[type=tel],
.wade-form form input[type=number],
form.wade-form input[type=number],
.woocommerce-checkout form input[type=number],
.wade-form form .select2-container .select2-choice,
form.wade-form .select2-container .select2-choice,
.woocommerce-checkout form .select2-container .select2-choice,
.wade-form form textarea,
form.wade-form textarea,
.woocommerce-checkout form textarea {
  box-sizing: border-box;
  border: 1px solid #909090;
  border-radius: 0;
  color: #333333;
  font-size: 16px;
  font-family: 'Work Sans', Helvetica, Arial, sans-serif;
}
.wade-form form input[type=text],
form.wade-form input[type=text],
.woocommerce-checkout form input[type=text],
.wade-form form input[type=email],
form.wade-form input[type=email],
.woocommerce-checkout form input[type=email],
.wade-form form input[type=tel],
form.wade-form input[type=tel],
.woocommerce-checkout form input[type=tel],
.wade-form form input[type=number],
form.wade-form input[type=number],
.woocommerce-checkout form input[type=number],
.wade-form form .select2-container .select2-choice,
form.wade-form .select2-container .select2-choice,
.woocommerce-checkout form .select2-container .select2-choice {
  height: 34px;
  line-height: 34px;
}
.wade-form form input[type=text],
form.wade-form input[type=text],
.woocommerce-checkout form input[type=text],
.wade-form form input[type=email],
form.wade-form input[type=email],
.woocommerce-checkout form input[type=email],
.wade-form form input[type=tel],
form.wade-form input[type=tel],
.woocommerce-checkout form input[type=tel],
.wade-form form input[type=number],
form.wade-form input[type=number],
.woocommerce-checkout form input[type=number] {
  padding: 0 34px 0 8px;
}
.wade-form form textarea,
form.wade-form textarea,
.woocommerce-checkout form textarea {
  padding: 6px 8px;
}
.wade-form form .select2-container .select2-choice,
form.wade-form .select2-container .select2-choice,
.woocommerce-checkout form .select2-container .select2-choice {
  padding: 0 8px;
}
.wade-form form input:placeholder-shown,
form.wade-form input:placeholder-shown,
.woocommerce-checkout form input:placeholder-shown,
.wade-form form textarea:placeholder-shown,
form.wade-form textarea:placeholder-shown,
.woocommerce-checkout form textarea:placeholder-shown {
  font-weight: 300;
}
.wade-form form .form-row:not(.place-order) input,
form.wade-form .form-row:not(.place-order) input,
.woocommerce-checkout form .form-row:not(.place-order) input {
  background-repeat: no-repeat;
  background-position: 99% 9px;
  background-size: 15px auto;
}
.wade-form form .form-row.woocommerce-validated input,
form.wade-form .form-row.woocommerce-validated input,
.woocommerce-checkout form .form-row.woocommerce-validated input {
  background-image: url('../images/icon-check-validate.png');
}
.wade-form form .form-row.woocommerce-invalid input,
form.wade-form .form-row.woocommerce-invalid input,
.woocommerce-checkout form .form-row.woocommerce-invalid input {
  background-image: url('../images/icon-attention-validate.png');
}
.wade-form form .form-row,
form.wade-form .form-row,
.woocommerce-checkout form .form-row {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
.wade-form form .form-row label,
form.wade-form .form-row label,
.woocommerce-checkout form .form-row label,
.wade-form form .form-row input,
form.wade-form .form-row input,
.woocommerce-checkout form .form-row input,
.wade-form form .form-row .select2-container,
form.wade-form .form-row .select2-container,
.woocommerce-checkout form .form-row .select2-container {
  box-sizing: border-box;
  display: inline-block !important;
  vertical-align: top;
}
.wade-form form .form-row label,
form.wade-form .form-row label,
.woocommerce-checkout form .form-row label {
  width: 200px;
  text-align: right;
  position: relative;
}
.wade-form form .form-row label abbr,
form.wade-form .form-row label abbr,
.woocommerce-checkout form .form-row label abbr {
  position: absolute;
  top: 0;
  right: -13px;
}
.wade-form form .form-row input,
form.wade-form .form-row input,
.woocommerce-checkout form .form-row input,
.wade-form form .form-row .select2-container,
form.wade-form .form-row .select2-container,
.woocommerce-checkout form .form-row .select2-container {
  width: calc(100% - 230px) !important;
  margin-left: 25px !important;
}
.wade-form form .form-row#billing_address_2_field input,
form.wade-form .form-row#billing_address_2_field input,
.woocommerce-checkout form .form-row#billing_address_2_field input {
  margin-left: 225px !important;
}
.wade-form form #payment,
form.wade-form #payment,
.woocommerce-checkout form #payment {
  background-color: transparent;
}
.wade-form form #payment .form-row,
form.wade-form #payment .form-row,
.woocommerce-checkout form #payment .form-row {
  padding: 0;
}
.wade-form form #payment .form-row.place-order input,
form.wade-form #payment .form-row.place-order input,
.woocommerce-checkout form #payment .form-row.place-order input {
  width: 300px !important;
  margin-left: 0 !important;
}
.wade-form form span.wpcf7-list-item,
form.wade-form span.wpcf7-list-item,
.woocommerce-checkout form span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 20px;
}
.wade-form form span.wpcf7-radio,
form.wade-form span.wpcf7-radio,
.woocommerce-checkout form span.wpcf7-radio,
.wade-form form span.wpcf7-checkbox,
form.wade-form span.wpcf7-checkbox,
.woocommerce-checkout form span.wpcf7-checkbox {
  display: block;
  padding-top: 5px;
}
.wade-form form input[type=text]:focus,
.wade-form form input[type=email]:focus,
.wade-form form input[type=tel]:focus,
.wade-form form textarea:focus {
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.5);
  outline: none;
}
.wade-form form p {
  margin-bottom: 15px;
}
.wade-form form .form-field-wrap {
  margin-bottom: 15px;
}
.wade-form form .form-field-wrap.field-required label:after {
  content: '*';
  padding-left: 5px;
  font-weight: 600;
  color: #F00;
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  .wade-form form .form-field-wrap label,
  .wade-form form .form-field-wrap > span {
    display: block;
  }
}
/* Medium & Up */
@media only screen and (min-width: 40.062em) {
  .wade-form form .form-field-wrap label,
  .wade-form form .form-field-wrap > span {
    display: inline-block;
    vertical-align: top;
  }
  .wade-form form .form-field-wrap label {
    margin-right: 2%;
    padding-top: 7px;
    text-align: right;
  }
  .wade-form form .form-field-wrap.form-field-long-label {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .wade-form form .form-field-wrap.form-field-long-label label,
  .wade-form form .form-field-wrap.form-field-long-label > span {
    display: block;
    width: auto;
  }
  .wade-form form .form-field-wrap.form-field-long-label label {
    text-align: left;
  }
  .wade-form form .form-field-wrap.form-field-long-label span.wpcf7-list-item {
    display: block;
  }
}
/* Medium Only */
@media only screen and (min-width: 40.062em) and (max-width: 64em) {
  .wade-form form .form-field-wrap label {
    width: 35%;
  }
  .wade-form form .form-field-wrap > span {
    width: 63%;
  }
  .wade-form form .form-field-wrap > span input[type=text],
  .wade-form form .form-field-wrap > span input[type=email],
  .wade-form form .form-field-wrap > span input[type=tel],
  .wade-form form .form-field-wrap > span textarea {
    width: 100%;
  }
  .wade-form form .form-field-wrap span.shift-right {
    margin-left: 37%;
  }
  .wade-form form .form-field-wrap.form-field-long-label > span {
    margin-left: 37%;
  }
}
/* Large Only */
@media only screen and (min-width: 64.062em) and (max-width: 90em) {
  .wade-form form .form-field-wrap label {
    width: 25%;
  }
  .wade-form form .form-field-wrap > span {
    width: 73%;
  }
  .wade-form form .form-field-wrap > span input[type=text],
  .wade-form form .form-field-wrap > span input[type=email],
  .wade-form form .form-field-wrap > span input[type=tel],
  .wade-form form .form-field-wrap > span textarea {
    width: 80%;
  }
  .wade-form form .form-field-wrap span.shift-right {
    margin-left: 27%;
  }
  .wade-form form .form-field-wrap.form-field-long-label > span {
    margin-left: 27%;
  }
}
/* XLarge & Up */
@media only screen and (min-width: 90.062em) {
  .wade-form form .form-field-wrap label {
    width: 25%;
  }
  .wade-form form .form-field-wrap > span {
    width: 73%;
  }
  .wade-form form .form-field-wrap > span input[type=text],
  .wade-form form .form-field-wrap > span input[type=email],
  .wade-form form .form-field-wrap > span input[type=tel],
  .wade-form form .form-field-wrap > span textarea {
    width: 60%;
  }
  .wade-form form .form-field-wrap span.shift-right {
    margin-left: 27%;
  }
  .wade-form form .form-field-wrap.form-field-long-label > span {
    margin-left: 27%;
  }
}
/* ************************************** Expander */
.expander {
  background-color: #F2F2F2;
  margin-bottom: 10px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.expander .expander-trigger {
  margin: 0;
  padding: 10px 20px 10px 46px;
  font-size: 120%;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.expander .expander-trigger:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -mz-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  position: absolute;
  top: 16px;
  left: 20px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.expander .expander-trigger:hover,
.expander .expander-trigger.active {
  color: #FFFFFF;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.expander .expander-trigger:hover:before,
.expander .expander-trigger.active:before {
  border-left-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.expander .expander-trigger.active:before {
  top: 20px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
}
.expander .expander-content {
  display: none;
  padding: 20px 20px 20px 46px;
}
.expander .expander-content p:last-child {
  margin-bottom: 0;
}
.expander.open {
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
/* ************************************** Product Archives */
/* Small & Down */
@media only screen and (max-width: 40em) {
  .archive .product-context {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .archive .add-awareness-link .awareness-container {
    display: block;
    margin-top: 20px;
  }
}
/* Medium */
@media only screen and (min-width: 40.062em) and (max-width: 64em) {
  .archive .product-context {
    margin-bottom: 30px;
  }
  .archive .add-awareness-link .awareness-container {
    display: block;
    margin-top: 20px;
  }
}
/* Large & Up */
@media only screen and (min-width: 64.062em) {
  .archive .product-context {
    margin-top: -3px;
    margin-bottom: 40px;
  }
  .archive .add-awareness-link {
    position: relative;
  }
  .archive .add-awareness-link .awareness-container {
    position: absolute;
    top: 3px;
    right: 0;
  }
  .archive .add-awareness-link .awareness-container a {
    text-decoration: none;
  }
  .archive .add-awareness-link .awareness-container a:hover {
    text-decoration: underline;
  }
}
/* ************************************** Product Lists */
/* ********** WooCommerce Standard */
#custom-styles-anchor ul.products .product {
  float: none !important;
  display: inline-block;
  vertical-align: top;
}
#custom-styles-anchor ul.products .product.last {
  margin-right: 0;
}
#custom-styles-anchor ul.products .product .wt-thumb-container {
  border: 1px solid #D0D0D0;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
#custom-styles-anchor ul.products .product .wt-thumb-container a {
  display: block;
}
#custom-styles-anchor ul.products .product .wt-thumb-container img {
  border: 0;
}
#custom-styles-anchor ul.products .product .wt-thumb-container .wt-ribbon {
  background-color: #1273BA;
  padding: 20px 28px 5px 28px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
  top: -9px;
  left: -30px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  #custom-styles-anchor ul.products .product {
    box-sizing: border-box;
    display: block;
    width: calc(100% + 40px);
    float: none;
    margin: 0 -20px 20px -20px;
    padding: 0 20px 20px 20px;
    border-bottom: 1px solid #D0D0D0;
    overflow: hidden;
  }
  #custom-styles-anchor ul.products .product .wt-thumb-container,
  #custom-styles-anchor ul.products .product .wt-thumb-container a {
    width: 88px;
    height: 88px;
  }
  #custom-styles-anchor ul.products .product .wt-thumb-container {
    float: left;
  }
  #custom-styles-anchor ul.products .product .wt-thumb-container .wt-ribbon {
    padding-bottom: 3px;
    font-size: 12px;
    top: -11px;
    left: -33px;
  }
  #custom-styles-anchor ul.products .product .wt-model,
  #custom-styles-anchor ul.products .product .key-specs {
    box-sizing: border-box;
    display: inline-block;
    width: calc(100% - 112px);
    margin-left: 16px;
    line-height: 132%;
  }
  #custom-styles-anchor ul.products .product .wt-model {
    margin-bottom: 0;
  }
  #custom-styles-anchor ul.products .product .btn.btn-accent.btn-boost {
    float: right;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 300;
  }
}
/* Medium & Up */
@media only screen and (min-width: 40.062em) {
  #custom-styles-anchor ul.products .product .wt-model {
    margin-bottom: 15px;
  }
}
/* Medium */
@media only screen and (min-width: 40.062em) and (max-width: 64em) {
  #custom-styles-anchor ul.products .product {
    display: inline-block;
    vertical-align: top;
    width: 134px;
    margin-right: 22px;
  }
  #custom-styles-anchor ul.products .product .wt-model,
  #custom-styles-anchor ul.products .product .key-specs {
    font-size: 14px;
  }
  #custom-styles-anchor ul.products .product .btn.btn-accent.btn-boost {
    padding: 12px 15px;
  }
  #custom-styles-anchor .wt-thumb-container,
  #custom-styles-anchor .wt-thumb-container a {
    width: 102px;
    height: 102px;
  }
  #custom-styles-anchor ul.products.accessory-product-list li:nth-child(4n) {
    margin-right: 0;
  }
}
/* Large */
@media only screen and (min-width: 64.062em) and (max-width: 90em) {
  #custom-styles-anchor ul.products .product {
    width: 178px;
    margin-right: 17px;
  }
  #custom-styles-anchor ul.products .product .key-specs {
    font-size: 15px;
  }
  #custom-styles-anchor .wt-thumb-container,
  #custom-styles-anchor .wt-thumb-container a {
    width: 132px;
    height: 132px;
  }
}
/* XLarge & Up */
@media only screen and (min-width: 90.062em) {
  #custom-styles-anchor ul.products .product {
    width: 200px;
    margin-right: 64px;
  }
  #custom-styles-anchor .wt-thumb-container,
  #custom-styles-anchor .wt-thumb-container a {
    width: 150px;
    height: 150px;
  }
}
/* ********** Simplified for Search */
.products-simple {
  list-style-type: none;
  margin: 80px 0 0 0;
  padding: 0;
}
.products-simple .product {
  padding-bottom: 50px;
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 50px;
  overflow: hidden;
}
.products-simple .product:last-child {
  border-bottom: 0;
}
.products-simple .product-thumb-container,
.products-simple .product-thumb-container a,
.products-simple .product-thumb-container img {
  width: 100px;
  height: 100px;
}
.products-simple .product-thumb-container {
  display: inline-block;
  float: right;
  margin-left: 30px;
  margin-right: 2px;
}
.products-simple .product-thumb-container a {
  display: inline-block;
  border: 1px solid #D0D0D0;
}
.products-simple .key-specs {
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0;
}
.products-simple .product-bonus-desc {
  margin-bottom: 1em;
}
/* Medium & Up */
@media only screen and (min-width: 40.062em) {
  .products-simple .product {
    padding-bottom: 80px;
    margin-bottom: 74px;
  }
  .products-simple .product-thumb-container {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
/* Medium */
@media only screen and (min-width: 40.062em) and (max-width: 64em) {
  .products-simple .product-thumb-container,
  .products-simple .product-thumb-container a,
  .products-simple .product-thumb-container img {
    width: 150px;
    height: 150px;
  }
  .products-simple .product-info {
    margin-left: 180px;
  }
}
/* Large & Up */
@media only screen and (min-width: 64.062em) {
  .products-simple .product-thumb-container,
  .products-simple .product-thumb-container a,
  .products-simple .product-thumb-container img {
    width: 200px;
    height: 200px;
  }
  .products-simple .product-info {
    margin-left: 240px;
  }
}
/* ************************************** Product Filtering */
.sidebar-filters .woof_container_inner h4 {
  display: inline-block;
  margin-bottom: 4px;
  padding-right: 25px;
  font-weight: 300;
  position: relative;
}
.sidebar-filters .woof_container_inner h4 .woof_front_toggle {
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sidebar-filters .woof_container_inner .woof_front_toggle {
  text-decoration: none;
}
.sidebar-filters .woof_block_html_items.woof_closed_block {
  display: none;
}
.sidebar-filters .woof_list,
.sidebar-filters .woof_childs_list {
  list-style-type: none;
  padding: 0;
}
.sidebar-filters .woof_list input {
  display: none;
}
.sidebar-filters .woof_list label {
  cursor: pointer;
  position: relative;
}
.sidebar-filters .woof_list label.woof_checkbox_label_selected:before,
.sidebar-filters .woof_list label:hover:before {
  content: '\e017';
  font-family: 'WooCommerce';
  font-size: 66%;
  position: absolute;
  top: 4px;
  left: -15px;
}
.sidebar-filters .woof_list label.woof_checkbox_label_selected:hover:before {
  content: '\e013';
}
.sidebar-filters .woof_list input:disabled + label {
  opacity: 0.4;
  cursor: default;
}
.sidebar-filters .woof_list input:disabled + label:hover:before {
  content: '';
}
.sidebar-filters .woof_list label .woof_checkbox_count {
  display: none;
}
.sidebar-filters .woof_container_inner_nsn .woof_list_checkbox {
  margin-left: 0;
}
/* Medium & Down */
@media only screen and (max-width: 64em) {
  .main.main-with-filters {
    margin-top: 0;
    position: relative;
  }
  .main.main-with-filters .sidebar-filters {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
  .main.main-with-filters .primary-column {
    padding-top: 40px;
  }
  .sidebar-filters {
    color: #FFFFFF;
  }
  .sidebar-filters .lowpro {
    height: 40px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 40px;
    cursor: pointer;
  }
  .sidebar-filters .lowpro .wrap:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 40px;
    background-image: url('../images/up-down-toggle.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-right: 30px;
  }
  .sidebar-filters .lowpro.open .wrap:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  }
  .sidebar-filters .filter-expander {
    display: none;
  }
  .sidebar-filters .woof {
    padding-top: 10px;
    padding-bottom: 25px;
  }
  .sidebar-filters .woof_container_inner h4,
  .sidebar-filters .woof_container_inner .woof_front_toggle {
    font-weight: 500;
  }
  .sidebar-filters .woof_container_inner h4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sidebar-filters .woof_container_inner .woof_front_toggle {
    line-height: 40px;
  }
  .sidebar-filters .woof_container_inner .woof_front_toggle {
    color: #FFFFFF;
  }
  .sidebar-filters .woof_container_inner.woof_container_inner_nsn {
    font-weight: 500;
  }
  .sidebar-filters .woof_container_inner.woof_container_inner_nsn li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sidebar-filters .woof_list {
    margin: 0 0 0 40px;
  }
  .sidebar-filters .woof_list label.woof_checkbox_label_selected {
    font-weight: 500;
  }
  .sidebar-filters .woof_list label.woof_checkbox_label_selected:hover:before,
  .sidebar-filters .woof_list label.woof_checkbox_label_selected:active:before {
    font-weight: 400;
  }
  .sidebar-filters .woof_list label.woof_checkbox_label_selected:hover,
  .sidebar-filters .woof_list label.woof_checkbox_label_selected:hover:before {
    color: #333333;
  }
  .sidebar-filters .woof_list input:disabled + label {
    display: none;
  }
  .sidebar-filters .woof_childs_list {
    margin: 0 0 0 20px;
  }
  .sidebar-filters .woof_submit_search_form_container .button {
    background-color: #FFFFFF;
    float: none !important;
    border-radius: 0;
    margin-top: 20px;
    padding: 6px 35px;
    font-size: 14px;
    font-family: 'Work Sans', Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
  }
}
/* Large & Up */
@media only screen and (min-width: 64.062em) {
  .sidebar-filters .woof_container_inner {
    padding-bottom: 5px;
    margin-bottom: 8px;
    border-bottom: 1px solid #D0D0D0;
  }
  .sidebar-filters .woof_container_inner .woof_front_toggle {
    color: #333333;
  }
  .sidebar-filters .woof_list,
  .sidebar-filters .woof_childs_list {
    margin: 0 0 0 10px;
  }
  .sidebar-filters .woof_list label {
    color: #333333;
  }
  .sidebar-filters .woof_list label.woof_checkbox_label_selected {
    font-weight: 400;
  }
  .sidebar-filters .woof_list label.woof_checkbox_label_selected:hover,
  .sidebar-filters .woof_list label.woof_checkbox_label_selected:hover:before {
    color: #e86649;
  }
  .sidebar-filters .woof_list input:disabled + label:hover {
    color: #333333;
  }
}
/* ************************************** Product Items */
#custom-styles-anchor .page-product-single .image-container {
  float: right;
  position: relative;
  overflow: hidden;
}
#custom-styles-anchor .page-product-single .image-container .wt-ribbon {
  background-color: #1273BA;
  color: #FFFFFF;
  position: absolute;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
#custom-styles-anchor .page-product-single .images {
  width: 100%;
  float: none;
}
#custom-styles-anchor .page-product-single .images a,
#custom-styles-anchor .page-product-single .images img {
  box-sizing: border-box;
  display: block;
  border: 0;
  width: 100%;
}
#custom-styles-anchor .page-product-single .images a {
  border: 1px solid #D0D0D0;
  margin-bottom: 20px;
}
#custom-styles-anchor .page-product-single .wt-productName .wt-model,
#custom-styles-anchor .page-product-single .wt-productName .wt-productTitle {
  display: block;
}
#custom-styles-anchor .page-product-single .wt-series span:after {
  content: ', ';
}
#custom-styles-anchor .page-product-single .wt-series span:last-child:after {
  content: '';
}
#custom-styles-anchor .page-product-single .wt-specs,
#custom-styles-anchor .page-product-single .wt-resources {
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0;
}
#custom-styles-anchor .page-product-single .wt-resources-container {
  margin-top: 2.5em;
}
#custom-styles-anchor .page-product-single .wt-resources li {
  margin-bottom: 15px;
}
#custom-styles-anchor .page-product-single .wt-resources a {
  box-sizing: border-box;
  display: block;
  min-height: 24px;
  padding-top: 3px;
}
#custom-styles-anchor .page-product-single .wt-resources a.wt-product-attachment {
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 30px;
}
#custom-styles-anchor .page-product-single .wt-resources a.wt-attachment-type-spec {
  background-image: url('../images/icon-specs.png');
}
#custom-styles-anchor .page-product-single .wt-resources a.wt-attachment-type-installation {
  background-image: url('../images/icon-installation.png');
}
#custom-styles-anchor .page-product-single .wt-resources a.wt-attachment-type-video {
  background-image: url('../images/icon-video.png');
}
#custom-styles-anchor .page-product-single .wt-actions-leadin {
  margin-top: 80px;
  margin-bottom: 15px;
}
#custom-styles-anchor .page-product-single .wt-actions {
  padding-top: 28px;
  position: relative;
}
#custom-styles-anchor .page-product-single .wt-actions form.cart {
  margin-bottom: 1em;
}
#custom-styles-anchor .page-product-single .wt-actions .label-qty {
  position: absolute;
  top: 0;
  left: 0;
}
#custom-styles-anchor .page-product-single .wt-actions .input-text.qty,
#custom-styles-anchor .page-product-single .wt-actions .btn {
  vertical-align: top;
  margin-bottom: 1em;
}
#custom-styles-anchor .page-product-single .wt-actions .gsa_product_link {
  background-image: url('../images/gsa-advantage-logo.png');
  background-repeat: no-repeat;
  background-size: 34px auto;
  background-position: bottom left;
  padding-top: 20px;
  padding-left: 44px;
  color: #999999;
  font-size: 12px;
}
#custom-styles-anchor .page-product-single .wt-actions .btn-boost {
  padding-left: 40px;
  padding-right: 40px;
}
#custom-styles-anchor .page-product-single .wt-actions .btn-disabled {
  margin-right: 30px;
}
#custom-styles-anchor .page-product-single .wt-actions .input-text.qty {
  width: 130px;
  height: 45px;
  padding: 0 8px;
  margin-right: 15px;
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  #custom-styles-anchor .page-product-single .image-container {
    width: 120px;
    margin-left: 20px;
  }
}
/* Medium & Down */
@media only screen and (max-width: 64em) {
  #custom-styles-anchor .page-product-single .wt-ribbon {
    padding: 22px 25px 5px 25px;
    font-size: 12px;
    font-weight: 500;
    top: -11px;
    left: -29px;
  }
}
/* Medium */
@media only screen and (min-width: 40.062em) and (max-width: 64em) {
  #custom-styles-anchor .page-product-single .image-container {
    width: 23%;
    margin-left: 30px;
  }
}
/* Large */
@media only screen and (min-width: 64.062em) and (max-width: 90em) {
  #custom-styles-anchor .page-product-single .product-info {
    width: calc(70% - 50px);
  }
}
/* Large & Up */
@media only screen and (min-width: 64.062em) {
  #custom-styles-anchor .page-product-single .image-container {
    width: 30%;
  }
  #custom-styles-anchor .page-product-single .image-container .wt-ribbon {
    padding: 30px 40px 5px 40px;
    font-size: 24px;
    font-weight: 500;
    top: -13px;
    left: -44px;
  }
}
/* XLarge & Up */
@media only screen and (min-width: 90.062em) {
  #custom-styles-anchor .page-product-single .product-info {
    width: calc(70% - 80px);
  }
}
/* ************************************** Homepage */
.home .main {
  margin-top: 0;
  padding-bottom: 0;
}
.page_contact-us .main {
  padding-bottom: 0;
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  .home .header .header-bg {
    height: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .home .hero-slider,
  .home .main {
    display: none;
  }
}
/* Medium */
@media only screen and (min-width: 40.062em) and (max-width: 64em) {
  .header.header-transparent .search-form {
    display: none;
  }
}
/* Medium & Up */
@media only screen and (min-width: 40.062em) {
  .header.header-transparent {
    position: relative;
    z-index: 200;
  }
  .hero-slider {
    display: block;
    z-index: 100;
    overflow: hidden;
  }
  .hero-slider .slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    color: #FFFFFF;
    position: relative;
  }
  .hero-slider .slide .hero-img-bg {
    width: 100%;
  }
  .hero-slider .slide .slide-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .hero-slider .slide .slide-headline {
    margin-top: 70px;
    margin-bottom: 7px;
  }
  .hero-slider .slide .slide-secondary-copy {
    margin-bottom: 26px;
    font-weight: 400;
  }
  .hero-slider .slick-arrow {
    box-sizing: border-box;
    background-color: transparent;
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 0;
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    outline: none;
    position: absolute;
    z-index: 50;
  }
  .hero-slider .slick-arrow .arrow-construct {
    box-sizing: border-box;
    display: inline-block;
    width: 24px;
    height: 24px;
  }
  .hero-slider .slick-arrow.slick-prev {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  .hero-slider .slick-arrow.slick-prev .arrow-construct {
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
  }
  .hero-slider .slick-arrow.slick-next {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
  .hero-slider .slick-arrow.slick-next .arrow-construct {
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
  }
  .hero-slider .slick-dots {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
  }
  .hero-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    outline: none;
  }
  .hero-slider .slick-dots li button {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 0;
    color: transparent;
    font-size: 0px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    position: relative;
  }
  .hero-slider .slick-dots li button:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    position: absolute;
    top: 11px;
    right: 11px;
  }
  .hero-slider .slick-dots li.slick-active button:before {
    background-color: #FFFFFF;
  }
  .slider-jumps {
    list-style-type: none;
    margin: 0 ;
    padding: 0;
    text-align: center;
  }
  .slider-jumps li {
    display: inline-block;
    vertical-align: top;
  }
  .slider-jumps .jump-trigger {
    display: block;
    padding: 60px 0 80px 0;
    position: relative;
  }
  .slider-jumps .jump-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .slider-jumps .jump-icon,
  .slider-jumps .jump-title {
    display: inline-block;
    position: relative;
    z-index: 20;
  }
  .slider-jumps .jump-icon {
    border: 0;
  }
  .slider-jumps .jump-title {
    width: 100%;
    margin-top: 8px;
  }
  .slider-jumps .jump-trigger:hover .jump-hover {
    opacity: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .strip-featured-products .primary-h1 {
    margin-bottom: 0;
  }
  .strip-featured-products .primary-h2 {
    margin-bottom: 10px;
  }
  .strip-featured-products .btn {
    margin-top: 40px;
  }
  .strip-featured-products .featured-product-callout {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: -35px;
    left: 0;
  }
}
/* Medium */
@media only screen and (min-width: 40.062em) and (max-width: 64em) {
  .home .nav-borders {
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
  }
  .hero-slider {
    height: 370px;
    margin-top: -130px;
  }
  .hero-slider .slide {
    height: 370px;
  }
  .hero-slider .slide-content {
    top: 85px;
  }
  .hero-slider .slide-secondary-copy {
    font-size: 18px;
  }
  .hero-slider .slick-dots {
    display: none !important;
  }
  .hero-slider .slick-arrow,
  .hero-slider .slick-arrow .arrow-construct {
    width: 20px;
    height: 20px;
  }
  .hero-slider .slick-arrow {
    top: 165px;
  }
  .hero-slider .slick-arrow.slick-prev {
    left: 20px;
  }
  .hero-slider .slick-arrow.slick-next {
    right: 20px;
  }
  .slider-jumps li {
    width: 19%;
  }
  .slider-jumps .jump-title {
    width: auto;
    display: block;
  }
  .home-slim-callout {
    overflow: hidden;
  }
  .home-slim-callout .callout-actions {
    float: right;
  }
  .home-slim-callout .callout-actions .callout-action {
    margin-left: 20px;
  }
  .home-slim-callout .callout-leader {
    min-height: 35px;
    font-weight: 500;
  }
}
/* Large */
@media only screen and (min-width: 64.062em) and (max-width: 90em) {
  .hero-slider {
    height: 520px;
  }
  .hero-slider .slide {
    height: 520px;
  }
  .hero-slider .slide-secondary-copy {
    font-size: 20px;
  }
  .hero-slider .slick-arrow {
    top: 256px;
  }
  .hero-slider .slick-arrow.slick-prev {
    left: calc(50% - 504px);
  }
  .hero-slider .slick-arrow.slick-next {
    right: calc(50% - 504px);
  }
  .slider-jumps li {
    width: 179px;
    font-size: 15px;
  }
}
/* Large & Up */
@media only screen and (min-width: 64.062em) {
  .hero-slider {
    margin-top: -174px;
  }
  .hero-slider .slide-content {
    top: 171px;
  }
  .home-about-callout .container {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .home-about-callout .about-callout-header {
    margin-bottom: 10px;
  }
  .home-about-callout .about-callout-copy {
    margin-bottom: 28px;
  }
  .home-about-callout .about-callout-action {
    margin-right: 30px;
  }
}
/* XLarge & Up */
@media only screen and (min-width: 90.062em) {
  .hero-slider {
    height: 575px;
  }
  .hero-slider .slide {
    height: 575px;
  }
  .hero-slider .slide-secondary-copy {
    font-size: 24px;
  }
  .hero-slider .slick-arrow {
    top: 266px;
  }
  .hero-slider .slick-arrow.slick-prev {
    left: calc(50% - 712px);
  }
  .hero-slider .slick-arrow.slick-next {
    right: calc(50% - 712px);
  }
  .slider-jumps li {
    width: 262px;
  }
}
/* ************************************** News */
.page-news .news-item {
  overflow: hidden;
  position: relative;
}
.page-news .news-featuredImage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #D0D0D0;
}
.page-news .news-date {
  font-size: 14px;
}
/* Medium & Down */
@media only screen and (max-width: 64em) {
  .page-news .news-featuredImage {
    max-width: 45%;
    float: right;
    margin-left: 20px;
  }
}
/* Large & Up */
@media only screen and (min-width: 64.062em) {
  .page-news .news-featuredImage {
    width: 240px;
    height: 160px;
    float: left;
  }
  .page-news .news-beside {
    margin-left: 270px;
  }
}
/* ******************* News List */
.page-news .news-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-news .news-item {
  border-bottom: 1px solid #D0D0D0;
}
/* Medium & Down */
@media only screen and (max-width: 64em) {
  .page-news .news-item {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .page-news .news-item:first-child {
    border-top: 1px solid #D0D0D0;
  }
  .page-news .news-date {
    position: absolute;
    top: 10px;
    right: 0;
  }
}
/* Large & Up */
@media only screen and (min-width: 64.062em) {
  .page-news .news-item {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .page-news .news-item:first-child {
    margin-top: 40px;
  }
  .page-news .news-date {
    float: right;
    margin-left: 30px;
  }
  .page-news-archive .page-title {
    margin-bottom: 2.5em;
  }
}
/* ************************************** Cart Alterations */
.woocommerce table.shop_table {
  border-radius: 0;
}
.woocommerce table.shop_table,
.woocommerce table.shop_table td {
  border-color: #D0D0D0;
}
.woocommerce-cart table.cart th.product-quantity {
  text-align: right;
}
.woocommerce-cart table.cart img {
  width: 54px;
}
.woocommerce-cart table.cart .product-quantity .quantity {
  text-align: right;
}
.woocommerce-cart table.cart .product-quantity input.qty {
  width: 70px;
  height: 30px;
  font-size: 16px;
  font-family: 'Work Sans', Helvetica, Arial, sans-serif;
}
.woocommerce table.shop_table .order-total td {
  padding: 9px 12px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding: 14px 20px;
  font-size: 16px;
}
/* ************************************** Checkout Alterations */
.page-cart-checkout #customer_details .checkout-shipping-explainer {
  margin-bottom: 1.5em;
}
.page-cart-checkout #customer_details .checkout-shipping-header {
  margin-bottom: 10px;
}
/* ************************************** FAQ Page */
.faq-container {
  margin-bottom: 50px;
}
/* ************************************** Timeline */
ul.timeline {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.timeline .timeline-event {
  margin: 0;
  padding: 0 0 50px 30px;
  position: relative;
}
ul.timeline .timeline-event:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 10px;
  position: absolute;
  top: 14px;
  left: -3px;
}
ul.timeline .timeline-event:after {
  content: '';
  width: 1px;
  position: absolute;
  top: 14px;
  bottom: -14px;
  left: 0;
}
ul.timeline .timeline-event:last-child:after {
  display: none;
}
ul.timeline .timeline-date {
  margin-bottom: 5px;
}
ul.timeline .timeline-description {
  padding-bottom: 1em;
}
ul.timeline .timeline-gallery .timeline-image {
  display: inline-block;
  vertical-align: top;
  height: 100px;
  margin: 0 20px 20px 0;
}
/* Large & Up */
@media only screen and (min-width: 64.062em) {
  ul.timeline .timeline-event .timeline-gallery .timeline-image {
    height: 150px;
  }
}
/* ************************************** Product Category Features */
.product-category-features {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product-category-features .product-category-item {
  margin: 0;
  padding: 0;
}
.product-category-features .product-category-item:nth-child(3n) {
  margin-right: 0;
}
.product-category-features .product-category-item .prod-cat-image {
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}
.product-category-features .product-category-item .prod-cat-header {
  margin-bottom: 15px;
}
.product-category-features .product-category-item .prod-cat-desc {
  margin-bottom: 20px;
  line-height: 140%;
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  .product-category-features .product-category-item .prod-cat-image {
    width: 30%;
    min-width: 100px;
  }
}
/* Medium & Down */
@media only screen and (max-width: 64em) {
  .product-category-features {
    margin-top: 50px;
  }
  .product-category-features .product-category-item {
    overflow: hidden;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #D0D0D0;
  }
  .product-category-features .product-category-item .prod-cat-image {
    float: right;
    margin-left: 20px;
  }
}
/* Medium */
@media only screen and (min-width: 40.062em) and (max-width: 64em) {
  .product-category-features .product-category-item .prod-cat-image {
    width: 200px;
  }
}
/* Large & Up */
@media only screen and (min-width: 64.062em) {
  .product-category-features .product-category-item {
    display: inline-block;
    vertical-align: top;
  }
}
/* Large */
@media only screen and (min-width: 64.062em) and (max-width: 90em) {
  .product-category-features {
    margin-top: 80px;
  }
  .product-category-features .product-category-item {
    width: 296px;
    margin-right: 50px;
    margin-bottom: 90px;
  }
}
/* XLarge & Up */
@media only screen and (min-width: 90.062em) {
  .product-category-features {
    margin-top: 80px;
  }
  .product-category-features .product-category-item {
    width: 408px;
    margin-right: 80px;
    margin-bottom: 90px;
  }
}
/* ************************************** People List */
.people-list {
  list-style-type: none;
  margin: 80px 0 0 0;
  padding: 0;
}
.people-list .person {
  margin: 0;
  margin-bottom: 60px;
}
.people-list .person .person-photo {
  display: block;
  margin-bottom: 15px;
}
.people-list .person .person-name {
  margin-bottom: 2px;
}
.people-list .person .person-bio {
  margin-top: 10px;
  font-size: 0.9em;
  line-height: 140%;
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  .people-list .person {
    text-align: center;
  }
  .people-list .person .person-photo {
    display: inline-block;
    max-width: 60%;
  }
}
/* Medium & Up */
@media only screen and (min-width: 40.062em) {
  .people-list .person {
    display: inline-block;
    vertical-align: top;
  }
}
/* Medium */
@media only screen and (min-width: 40.062em) and (max-width: 64em) {
  .people-list .person {
    width: 245px;
    margin-right: 120px;
  }
  .people-list .person:nth-child(2n) {
    margin-right: 0;
  }
  .people-list .person .person-photo {
    max-width: 80%;
  }
}
/* Large */
@media only screen and (min-width: 64.062em) and (max-width: 90em) {
  .people-list .person {
    width: 250px;
    margin-right: 116px;
  }
  .people-list .person:nth-child(3n) {
    margin-right: 0;
  }
  .people-list .person .person-photo {
    max-width: 80%;
  }
}
/* XLarge & Up */
@media only screen and (min-width: 90.062em) {
  .people-list .person {
    width: 380px;
    margin-right: 122px;
  }
  .people-list .person:nth-child(3n) {
    margin-right: 0;
  }
  .people-list .person .person-photo {
    max-width: 200px;
  }
}
/* ************************************** Contact Us Page */
.company-contact .company-contact-info p {
  background-repeat: no-repeat;
  background-position: top left;
  margin-bottom: 1.5em;
  padding-left: 50px;
  font-size: 18px;
  line-height: 140%;
}
.company-contact .company-contact-info .company-phone {
  background-image: url('../images/icon-contact-phone.png');
}
.company-contact .company-contact-info .company-location {
  background-image: url('../images/icon-contact-location.png');
}
/* Medium & Down */
@media only screen and (max-width: 64em) {
  .company-contact .company-contact-info {
    margin: 40px 0;
  }
  .company-contact .contact-form input,
  .company-contact .contact-form textarea {
    box-sizing: border-box;
    width: 100%;
  }
  .company-contact .contact-form p:last-of-type input {
    width: auto;
  }
  .notice-strip .container .contact-form input,
  .notice-strip .container .contact-form textarea {
    box-sizing: border-box;
    width: 100%;
  }
  .notice-strip .container .contact-form p:last-of-type input {
    width: auto;
  }
}
/* Medium */
@media only screen and (min-width: 40.062em) and (max-width: 64em) {
  .company-contact .company-contact-info p {
    display: inline-block;
    vertical-align: top;
  }
  .company-contact .company-contact-info p:first-child {
    margin-right: 40px;
  }
}
/* Large & Up */
@media only screen and (min-width: 64.062em) {
  .company-contact {
    overflow: hidden;
  }
  .company-contact .company-contact-info {
    width: 320px;
    float: left;
  }
  .company-contact .team-contact-info {
    float: right;
    margin-bottom: 30px;
  }
  .notice-strip .container .contact-form p:nth-child(2),
  .notice-strip .container .contact-form p:nth-child(3),
  .notice-strip .container .contact-form p:nth-child(4) {
    width: 32%;
    float: left;
    margin-right: 1%;
  }
  .notice-strip .container .contact-form p:nth-child(2) input,
  .notice-strip .container .contact-form p:nth-child(3) input,
  .notice-strip .container .contact-form p:nth-child(4) input {
    box-sizing: border-box;
    width: 100%;
  }
  .notice-strip .container .contact-form p:nth-child(5) {
    clear: both;
  }
  .notice-strip .container .contact-form p:nth-child(5) textarea {
    box-sizing: border-box;
    width: 98%;
  }
}
/* Large */
@media only screen and (min-width: 64.062em) and (max-width: 90em) {
  .company-contact .team-contact-info {
    width: 600px;
  }
}
/* XLarge & Up */
@media only screen and (min-width: 90.062em) {
  .company-contact .team-contact-info {
    width: 1020px;
  }
}
/* ************************************** Contact List */
.contact-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.contact-list .contact-person {
  margin-bottom: 40px;
}
.contact-list .contact-person:last-child {
  margin-right: 0;
}
.contact-list .contact-person .contact-region {
  margin-bottom: 10px;
  font-weight: 500;
}
.contact-list .contact-person p {
  line-height: 140%;
}
.contact-list .contact-person .btn {
  min-width: 100px;
  margin-top: 15px;
}
.contact-forms-container {
  padding-top: 40px;
}
.contact-forms-container form {
  width: 100%;
  max-width: 600px;
}
.contact-forms-container form input,
.contact-forms-container form textarea {
  box-sizing: border-box;
  width: 100%;
}
.contact-forms-container form input[type=submit] {
  width: auto;
}
/* Medium & Up */
@media only screen and (min-width: 40.062em) {
  .contact-list .contact-person {
    display: inline-block;
    vertical-align: top;
  }
}
/* Medium */
@media only screen and (min-width: 40.062em) and (max-width: 64em) {
  .contact-list .contact-person {
    width: 305px;
    margin-bottom: 50px;
  }
}
/* Large */
@media only screen and (min-width: 64.062em) and (max-width: 90em) {
  .contact-list .contact-person {
    width: 278px;
    margin-bottom: 70px;
  }
}
/* XLarge & Up */
@media only screen and (min-width: 90.062em) {
  .contact-list .contact-person {
    margin-right: 35px;
  }
}
/* ************************************** Contact Support Form */
.support-contact-form {
  margin-bottom: 100px;
}
.support-contact-form form {
  width: 100%;
  max-width: 800px;
}
.support-contact-form form input,
.support-contact-form form textarea {
  box-sizing: border-box;
  width: 100%;
}
.support-contact-form form input[type=submit] {
  width: auto;
}
/* ************************************** Download Center */
.download-grouping {
  margin: 0 0 80px 0;
  border: 1px solid #D0D0D0;
}
.download-section {
  border-bottom: 1px solid #D0D0D0;
  padding: 20px;
  overflow: hidden;
}
.download-section.download-section-header {
  background-color: #F2F2F2;
}
.download-section.download-section-header .simple-bold {
  margin-bottom: 0;
}
.download-section:last-child {
  border-bottom: 0;
}
.download-section .download-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.download-section .download-list li {
  margin-bottom: 10px;
}
.download-section .download-list li:last-child {
  margin-bottom: 0;
}
.download-section .download-list a {
  display: block;
  padding-left: 20px;
  text-decoration: none;
  position: relative;
}
.download-section .download-list a:before {
  content: '\f1c1';
  font-size: 14px;
  font-family: FontAwesome;
  font-weight: 500;
  position: absolute;
  top: 3px;
  left: 0;
}
.download-section .download-list a:hover {
  text-decoration: underline;
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  .download-section.download-section-header {
    display: none;
  }
  .downloads-products .download-section .download-left.download-list {
    margin-bottom: 1em;
  }
  .downloads-products .download-section .download-left.download-list li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
  }
  .downloads-products .download-section .download-left.download-list li:after {
    content: ', ';
    padding-right: 5px;
  }
  .downloads-products .download-section .download-left.download-list li:last-child:after {
    content: '';
  }
}
/* Medium & Up */
@media only screen and (min-width: 40.062em) {
  .download-section .download-left {
    width: 200px;
    float: left;
    margin-bottom: 0;
    text-align: right;
  }
  .download-section .download-right {
    width: calc(100% - 230px);
    float: right;
  }
}
/* ************************************** About Us */
.icon-columns {
  margin-top: 60px;
}
.icon-columns .column {
  text-align: center;
}
/* Small & Down */
@media only screen and (max-width: 40em) {
  .icon-columns .column {
    margin-bottom: 50px;
  }
}
/* Medium & Up */
@media only screen and (min-width: 40.062em) {
  .icon-columns .column {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-right: 11.5%;
  }
  .icon-columns .column:last-child {
    margin-right: 0;
  }
}
.page-cart-checkout .woocommerce-info {
  display: none;
}
