/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
           http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

#logo {
  background: #000;
  width: 184px;
  height: 50px;
  padding: 20px;
  margin: 0 0 0 -82px;
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 50%; }
  #logo img {
    height: 100%;
    width: 100%; }

body {
  background: url(../img/bg-header.png) repeat-x;
  color: #3b3a3a; }

#header {
  background: #f28035;
  position: relative;
  height: 50px;
  margin-bottom: 30px; }
  #header:not(#foo):after {
    background: #f28035;
    z-index: 1;
    height: 50px;
    padding-top: 20px;
    content: '';
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(1.2deg) skew(1.2deg);
    -ms-transform: rotate(1.2deg) skew(1.2deg);
    transform: rotate(1.2deg) skew(1.2deg); }
  #header nav {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    #header nav ul {
      margin-top: 10px; }
    #header nav li:first-child {
      vertical-align: top;
      margin-top: 7px;
      margin-right: 20px; }

nav {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px; }
  nav ul {
    margin: 0;
    padding: 0; }
  nav li {
    margin-top: 6px;
    list-style: none;
    display: inline-block;
    margin-left: 0; }
  nav img {
    display: block; }
  nav a {
    display: inline-block;
    color: #fff;
    text-decoration: none; }

#overview .container {
  background: url("../img/overview/products.jpg") no-repeat 150% 80px; }
#overview header {
  text-align: center;
  margin: 90px 0 50px; }
  #overview header img {
    max-width: 100%;
    height: auto; }
#overview .articles {
  width: 30%;
  display: inline-block; }
#overview article {
  padding: 0 0 50px; }
  #overview article *:last-child {
    margin-bottom: 0; }
#overview article + article {
  padding: 50px 0;
  border-top: #5b5b5a dotted 1px; }

#videos {
  background: #f28035 url("../img/bg-video.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 80px 0; }
  #videos .container {
    max-width: 580px; }
  #videos [class*="hs-"] {
    color: #fff; }

#features {
  position: relative; }
  #features .feature {
    border-bottom: 1px dotted #5b5b5a; }
  #features .figure {
    display: none; }
  #features .feature .container {
    text-align: right;
    height: 100%;
    background: url(../img/features/Ridgid_HyperDrive_Feature01.jpg) no-repeat 100px 50%; }
    #features .feature .container .content {
      width: 40%;
      margin-top: 100px;
      display: inline-block;
      text-align: left; }
      #features .feature .container .content img {
        max-width: 100%; }
    #features .feature .container .content-short {
      margin-top: 220px; }
  #features.features-scrolling .feature .container {
    background-attachment: fixed; }
  #features #feature-2 .container {
    background-image: url(../img/features/Ridgid_HyperDrive_Feature02.jpg); }
  #features #feature-3 .container {
    background-image: url(../img/features/Ridgid_HyperDrive_Feature03.jpg); }
  #features #feature-4 .container {
    background-image: url(../img/features/Ridgid_HyperDrive_Feature04.jpg); }
  #features #feature-5 .container {
    background-image: url(../img/features/Ridgid_HyperDrive_Feature05.jpg); }
  #features #feature-6 .container {
    background-image: url(../img/features/Ridgid_HyperDrive_Feature06.jpg); }
  #features #feature-7 .container {
    background-image: url(../img/features/Ridgid_HyperDrive_Feature07.jpg); }
  #features #feature-8 .container {
    background-image: url(../img/features/Ridgid_HyperDrive_Feature08.jpg); }
  #features #feature-9 .container {
    background-image: url(../img/features/Ridgid_HyperDrive_Feature09.jpg); }

#paging {
  position: absolute;
  top: 50%;
  left: 0; }
  #paging li {
    display: block;
    text-indent: -99999px;
    width: 12px;
    height: 12px;
    margin-bottom: 15px;
    border: 1px solid #f28035; }
    #paging li:hover {
      background: #222;
      border-color: #222;
      cursor: pointer; }
  #paging li.active {
    background: #f28035; }

#compare {
  background: transparent url("../img/bg-compare.jpg") no-repeat;
  background-size: cover;
  padding: 50px 0; }
  #compare h2 {
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 0 0 30px #fff; }

#lsa {
  padding: 50px 0; }
  #lsa .container > * {
    margin-left: 400px; }
  #lsa .container img {
    float: left;
    margin: -80px 0 0;
    max-width: 100%; }

#email {
  background: #f28035;
  padding: 50px 0;
  text-align: center; }
  #email form {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0 20px; }
    #email form label {
      text-align: left; }
  #email .checkbox label {
    margin-top: 15px;
    font-size: 16px;
    font-weight: normal;
    text-transform: none; }

#twine {
  background: url(../img/bg-pattern.png);
  text-align: center;
  padding: 50px 0; }
  #twine > .container > h2 {
    text-align: center; }
    #twine > .container > h2 span {
      color: #f28035; }

#footer {
  background: #000;
  padding: 50px 0; }
  #footer .rights {
    width: 50%;
    display: inline-block;
    color: #787575;
    font-size: 14px; }
    #footer .rights img {
      width: 124px;
      height: 35px;
      margin-bottom: 10px; }
    #footer .rights p {
      margin: 0; }
  #footer nav {
    width: 50%;
    display: inline-block;
    text-align: right; }
    #footer nav li:last-child {
      display: block; }
    #footer nav a {
      color: #787575;
      font-size: 14px; }


.inverted {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.inverted:hover {
  -webkit-filter: invert(0%);
  filter: invert(0%);
}

[class*="hs-"] {
  font-weight: 800;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #f28035; }

.hs-black {
  color: #000; }

.hs-white {
  color: #fff; }

.hs-orange {
  color: #f28035; }

.hs-gray {
  color: #5b5b5a; }

.hs-40 {
  font-size: 40px; }

.hs-26 {
  font-size: 26px; }

.hs-20 {
  font-size: 20px; }

.hs-30 {
  font-size: 30px; }

.hs-18 {
  font-size: 18px; }

.hs-24 {
  font-size: 24px;
  font-weight: normal; }

.hs-22 {
  font-size: 22px;
  font-weight: normal;
  color: #5b5b5a; }

.button {
  padding: 8px 30px;
  display: inline-block;
  border: 1px solid #f28035;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  background: #f28035;
  line-height: normal;
  margin: 0;
  text-decoration: none;
  -webkit-appearance: none;
  border-radius: 0; }
  .button:hover, .button:active {
    background: #fff;
    color: #f28035; }

.button-thin {
  background: transparent;
  border: 2px solid #fff; }

.button-send {
  padding: 5px 50px 5px 30px;
  display: inline-block;
  border: none;
  border-radius: 0;
  border-left: 1px solid #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  background: #f28035 url(../img/bg-send.png) no-repeat 100% 100%;
  line-height: normal;
  margin: 0;
  text-decoration: none; }
  .button-send:hover {
    padding-right: 55px; }

.svg-icon img {
  height: 30px;
  width: 30px; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  position: relative; }
  .container .columns {
    display: inline-block;
    vertical-align: bottom; }
    .container .columns + .columns {
      margin-left: 2%; }
    .container .columns.four {
      width: 20%; }
    .container .columns.two {
      width: 10%; }
    .container .columns.twelve {
      width: 68%; }

.table #tabs {
  margin: 0;
  padding: 0; }
  .table #tabs li {
    padding: 10px 40px;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    text-align: center;
    display: inline-block;
    width: 49.5%;
    background: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: bottom; }
    .table #tabs li span {
      display: block; }
    .table #tabs li.toggle-button-active {
      background: rgba(255, 255, 255, 0.95);
      margin-right: 1%;
      color: #f28035; }
    .table #tabs li.toggle-button-active:last-child {
      margin-left: 1%;
      margin-right: 0; }
.table .data {
  background: rgba(255, 255, 255, 1);
  padding: 20px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.2);
  display: none;
  min-height: 400px; }
  .table .data.toggle-target-active {
    display: block; }
.table table {
  border-collapse: separate;
  margin: 0 auto; }
  .table table thead th {
    text-transform: uppercase;
    text-align: center; }
    .table table thead th span {
      font-weight: normal;
      font-size: 12px;
      display: block; }
    .table table thead th img {
      /*border-bottom: 1px dotted #f28035;*/
      display: inline-block;
      margin: 0 20px; }
  /*.table table thead th + th + th {
    border-left: 1px dotted #f28035; }*/
  .table table tbody {
    line-height: 1.3em;
    font-size: 16px; }
    .table table tbody th {
      /*text-align: right;*/
      padding: 5px 10px;
      width: 230px; }
    .table table tbody img {
      display: block;
      margin: auto; }
    .table table tbody tr {
      vertical-align: top; }
    .table table tbody tr:nth-child(even) {
      background-color: #f5f5f5; }
    .table table tbody td {
      border: 1px dotted #f28035;
      border-right: 0;
      border-left: 0;
      text-align: center;
      width: 172px;
      padding: 5px 10px; }
      .table table tbody td:after {
        content: '';
        display: block;
        width: 60%;
        /*border-bottom: 1px dotted #f28035;*/
        margin: auto;
        padding-top: 5px; }
    .table table tbody span {
      font-size: 12px;
      display: block; }
    .table table tbody tr:last-child td:after {
      display: none; }
    .table table tbody td + td {
      border-left: 1px dotted #f28035; }
    .table table tbody .highlighted {
      color: #f28035; }

select {
  height: 42px;
  box-shadow: inset 0 3px 0 #eee;
  border-radius: 0;
  padding: 0 10px;
  border: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  color: #000;
  margin: 0;
  border-radius: 0; }

label {
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  display: block; }

input[type="text"],
input[type="email"] {
  background: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  padding: 10px;
  font-size: 16px;
  color: #000;
  width: 100%;
  box-shadow: inset 0 3px 0 #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body:not(#foo) input[type='checkbox'] {
  opacity: 0;
  float: left;
  width: 0;
  -webkit-appearance: none; }
body:not(#foo) input[type='checkbox'] + label:before {
  clear: none;
  content: '';
  height: 22px;
  width: 22px;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  margin-right: 5px;
  cursor: pointer;
  background: url(../img/checkbox.png) left bottom no-repeat; }
body:not(#foo) input[type='checkbox']:checked + label:before {
  background: url(../img/checked.png) left bottom no-repeat; }

#page #features.slick-slider .feature {
  border: none; }
  #page #features.slick-slider .feature .container {
    background: none; }
  #page #features.slick-slider .feature .content, #page #features.slick-slider .feature .content-short {
    margin: 0;
    background: none;
    width: 90%;
    box-shadow: none;
    text-align: center; }
    #page #features.slick-slider .feature .content img, #page #features.slick-slider .feature .content-short img {
      margin: 0 auto; }
#page #features.slick-slider .figure {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%; }

.slick-dots {
  padding: 20px 0 50px 0;
  margin: 0 auto;
  text-align: center; }
  .slick-dots li {
    list-style: none;
    display: inline-block;
    margin: 10px; }
    .slick-dots li button {
      display: block;
      text-indent: -99999px;
      width: 12px;
      height: 12px;
      padding: 0;
      margin-bottom: 15px;
      background: none;
      -webkit-appearance: none;
      border-radius: 0;
      border: 1px solid #f28035; }
      .slick-dots li button:hover {
        background: #222;
        border-color: #222;
        cursor: pointer; }
    .slick-dots li.slick-active button {
      background: #f28035; }

@media screen and (max-width: 1100px) and (min-width: 820px) {
  #overview .container {
    background: url("../img/overview/products.jpg") no-repeat 50% 80px;
    background-size: 100%;
    padding-bottom: 50px; }
  #overview header {
    text-align: center;
    margin: 70px 0 50px; }
    #overview header img {
      max-width: 100%;
      height: auto; }
  #overview .articles {
    width: 100%;
    display: block;
    margin-top: 500px;
    text-align: center; }
    #overview .articles article {
      vertical-align: top;
      padding: 0 40px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      width: 48%;
      margin: 0;
      border: none; }
      #overview .articles article h2 {
        background: rgba(255, 255, 255, 0.8) url(../img/bg-pattern.png);
        padding: 25px;
        box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
        margin-right: 20px; } }
@media screen and (max-width: 1100px) {
  #email label {
    font-size: 18px; }

  .feature .content {
    background: rgba(255, 255, 255, 0.8) url(../img/bg-pattern.png);
    padding: 25px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2);
    margin-right: 20px; }

  .container .columns.four {
    width: 25%; }
  .container .columns.two {
    width: 20%; }
  .container .columns.twelve {
    width: 98%; }

  .data {
    position: relative; }
    .data:after {
      content: '';
      display: block;
      position: absolute;
      z-index: 3;
      height: 100%;
      width: 50px;
      top: 0;
      right: 10px;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+99&amp;0+0,1+97 */
      /*background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 97%, white 99%); */
      /* FF3.6+ */
      /*background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(97%, white), color-stop(99%, white));*/
      /* Chrome,Safari4+ */
      /*background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 97%, white 99%);*/
      /* Chrome10+,Safari5.1+ */
      /*background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 97%, white 99%);*/
      /* Opera 11.10+ */
      /*background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 97%, white 99%);*/
      /* IE10+ */
      /*background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 97%, white 99%);*/
      /* W3C */
      /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 */
        );
      /* IE6-9 */ } }
@media only screen and (max-width: 1100px) {
  table.responsive {
    margin-bottom: 0; }

  .pinned {
    position: absolute;
    left: 0;
    top: 180px;
    background: rgba(255, 255, 255, 0.9);
    width: 30%;
    overflow: hidden;
    overflow-x: scroll;
    padding: 0; }

  .table .pinned th {
    padding: 8px 0; }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }

  .pinned table th, .pinned table td {
    white-space: nowrap; }

  .pinned td:last-child {
    border-bottom: 0; }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden; }

  div.table-wrapper div.scrollable table {
    margin-left: 35%; }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }

  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }

  /*table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none; }*/ }
@media screen and (max-width: 820px) {
  body > section, body > #footer {
    overflow: hidden; }
    body > section .container, body > #footer .container {
      padding-right: 25px;
      padding-left: 25px; }

  .pinned {
    width: 35%; }

  .hs-40 {
    font-size: 32px; }

  .hs-30 {
    font-size: 26px; }

  .hs-26 {
    font-size: 22px; }

  .hs-20 {
    font-size: 18px; }

  #header nav {
    text-align: right;
    margin-right: 25px; }
    #header nav li:first-child {
      display: block;
      font-size: 14px;
      margin: 0 0 5px; }

  #overview .container {
    background: url("../img/overview/products.jpg") no-repeat 50% 80px;
    background-size: 100%;
    padding-bottom: 50px; }
  #overview header {
    text-align: center;
    margin: 70px 0 50px; }
    #overview header img {
      max-width: 100%;
      height: auto; }
  #overview .articles {
    width: 100%;
    display: block;
    margin-top: 500px;
    text-align: center; }
    #overview .articles article {
      vertical-align: top;
      padding: 0 40px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      width: 48%;
      margin: 0;
      border: none; }

  .table #tabs li {
    font-size: 14px; }
  .table .data {
    margin-right: -25px;
    font-size: 14px; }
    .table .data tbody {
      font-size: 14px; } }
@media screen and (max-width: 680px) {
  body > section .container, body > #footer .container {
    padding-right: 10px;
    padding-left: 10px; }

  i {
    display: none; }
  .table #tabs li {
    font-size: 12px;
    padding: 10px; }
  .table .data {
    margin-right: -25px;
    font-size: 11px; }
    .table .data tbody {
      font-size: 11px; }

  .pinned {
    width: 50%; }

  .hs-40 {
    font-size: 24px; }

  .hs-30 {
    font-size: 22px; }

  .hs-26 {
    font-size: 20px; }

  .hs-20 {
    font-size: 18px; }

  #logo {
    left: 10px;
    top: 10px;
    width: 128px;
    height: 46px;
    padding: 10px;
    margin: 0; }

  #overview .container {
    background: url("../img/overview/products.jpg") no-repeat 50% 100px;
    background-size: 100%;
    padding-bottom: 50px; }
  #overview header {
    text-align: center;
    margin: 70px 0 50px; }
    #overview header img {
      max-width: 100%;
      height: auto; }
  #overview .articles {
    margin-top: 300px;
    text-align: center; }
    #overview .articles article {
      vertical-align: top;
      padding: 0 20px;
      width: 100%;
      border: none;
      margin-bottom: 30px; }

  #lsa {
    text-align: center; }
    #lsa .container > * {
      margin-left: 0; }
    #lsa .container img {
      float: none;
      margin: 10px 0;
      max-width: 90%; }

  #email .container .columns {
    margin: 0 0 10px; }
    #email .container .columns.four {
      width: 98%; }
    #email .container .columns.two {
      width: 98%; }
    #email .container .columns.twelve {
      width: 98%; }
  #email .container .button-send {
    float: left; }

  #footer {
    text-align: center;
    padding-bottom: 80px;
    position: relative; }
    #footer .rights, #footer nav {
      width: 100%;
      text-align: center; }
    #footer .rights p:first-of-type {
      position: absolute;
      bottom: -40px;
      left: 0;
      padding: 10px;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #footer nav {
      margin-top: 20px; }
      #footer nav li {
        margin: 10px; }
      #footer nav img {
        height: 24px;
        width: 24px; } }
@media screen and (max-width: 360px) {
  #overview .container {
    background: url("../img/overview/products.jpg") no-repeat 50% 120px;
    background-size: 100%; }

  #overview .articles {
    margin-top: 280px; }

  .pinned {
    width: 50%; } }
@media screen and (max-width: 470px) {
.table #tabs li {
  height: 80px !important; } }
/*# sourceMappingURL=main.css.map */
