/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*****************************************************************************
            GENERAL & OVERRIDES
******************************************************************************/
* {
  outline: none;
}

body {
  font-family: "Nexa", sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 100%;
  text-rendering: optimizeLegibility !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

h1, h2, h3, h4, h5, h6, a, p, span, li {
  font-family: "Nexa", sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1.45;
}

.full-width-row {
  margin: 0px;
  width: 100%;
  max-width: 100%;
}

.reveal-modal {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.close-reveal-modal {
  font-size: 3em !important;
  color: #fff !important;
}

/*****************************************************************************
   NAVIGATION       NAVIGATION       NAVIGATION    NAVIGATION       NAVIGATION
******************************************************************************/
section#roberge-navigation {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /*========================
    FLEX-BOX SIZING CSS
  ==========================*/
}
section#roberge-navigation a {
  color: black;
}
section#roberge-navigation #jetmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2% !important;
  background: white !important;
}
section#roberge-navigation .jet-menu-item-1,
section#roberge-navigation .jet-menu-item-2,
section#roberge-navigation .jet-menu-item-3,
section#roberge-navigation .jet-menu-item-4,
section#roberge-navigation .jet-menu-item-5 {
  padding: 30px 30px !important;
}
section#roberge-navigation .jet-menu-item-1:hover,
section#roberge-navigation .jet-menu-item-2:hover,
section#roberge-navigation .jet-menu-item-3:hover,
section#roberge-navigation .jet-menu-item-4:hover,
section#roberge-navigation .jet-menu-item-5:hover,
section#roberge-navigation .jet-menu-item-6:hover,
section#roberge-navigation .jet-menu-item-7:hover {
  color: #b5b5b6 !important;
}
section#roberge-navigation .nav-separator {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* section#roberge-navigation */
.margin-top-active {
  margin-top: 20px !important;
}

.margin-top-not-active {
  margin-top: 0px !important;
}

.megamenu.full-width {
  background: white !important;
}

.roberge-wrapper {
  /*background: black;*/
  /*border: 5px solid red;*/
}

.roberge-nav-hr {
  border: 1px solid #ccc !important;
  width: 40%;
  margin: 0 auto;
}

.roberge-logo-div {
  padding: 11px 0 10px 0;
}
.roberge-logo-div img {
  width: 75%;
}

.jet-menu-item-5 {
  padding: 25px 0px 25px 0;
}

.jetmenu {
  float: none;
}

.jetmenu > li > a {
  /*padding: 25% 0 !important;*/
  color: #FFFFFF;
  font-size: 15px;
  /*font-weight: bold;*/
  text-transform: uppercase;
}

.blue > li:hover > a, .blue > li.active > a {
  background: transparent !important;
  color: #2280b8;
}

.jetmenu .indicator {
  display: none;
}

.company-row div,
.support-row div,
.location-row div {
  text-align: left;
}

.products-ul,
.company-ul {
  text-align: left;
}
.products-ul li,
.company-ul li {
  padding-bottom: 15px !important;
}

.products-ul li a,
.company-row a,
.support-row a,
.location-row a {
  padding-left: 15px !important;
  font-size: 15px !important;
  font-weight: 100 !important;
}
.products-ul li a:hover,
.company-row a:hover,
.support-row a:hover,
.location-row a:hover {
  color: #b5b5b6 !important;
}

.block-grid-wrapper img {
  opacity: 0.7 !important;
}

.block-grid-wrapper img:hover {
  opacity: 1 !important;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.block-grid-wrapper p {
  padding-top: 5px !important;
  font-size: 15px;
  font-weight: 100;
  line-height: 1.2em;
  text-align: left;
}

.mega-menu-heading {
  font-family: "NexaBold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: black !important;
  text-align: left !important;
  margin: 0 !important;
  padding: 0 0 15px 15px !important;
  margin-bottom: 10px !important;
  border-bottom: 2px solid #d4d7dc;
}

.view-accessories {
  font-family: "NexaBold", sans-serif;
}

/*========================
  SEACH / MAGNIFYING GLASS
==========================*/
#nav-search {
  padding-left: 20px;
  border-left: 1px solid black;
}
#nav-search :hover {
  cursor: pointer;
}
#nav-search .ion-search {
  color: black !important;
}

.height-100 {
  height: 80px !important;
  font-size: 1.5em !important;
}

.height-60 {
  height: 60px !important;
  font-size: 1em !important;
}

.search-close-div-100 {
  top: 25px;
}

.search-close-div-60 {
  top: 20px;
}

.search-nav-bar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  /* search-close-div */
}
.search-nav-bar .search-input-wrapper {
  position: relative;
}
.search-nav-bar .search-close-div {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 50px;
  z-index: 999;
}
.search-nav-bar .search-close-div :hover {
  cursor: pointer !important;
}
.search-nav-bar .search-close-div i.ion-close {
  font-size: 1.5em;
}

/* search-nav-bar */
.ion-search {
  color: black !important;
}

.nav-bar-search-icon i {
  color: #fff;
}

.search-menu {
  background: transparent !important;
  padding: 0 !important;
  width: 15% !important;
}

input {
  outline: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

input[type=search] {
  background: url(../img/search/magnifying-white.svg) no-repeat 5px center;
  /*border: solid 1px #ccc;*/
  /*padding: 9px 10px 9px 32px;*/
  /*width: 5px;*/
  border-radius: 12em;
  border: transparent !important;
  -webkit-transition: all .5s;
  transition: all .5s;
}

input[type=search]:focus {
  width: 130px;
  background-color: black;
  /*border-color: #66CC75;*/
  /*-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
  -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
  box-shadow: 0 0 5px rgba(109,207,246,.5);*/
}

input:-moz-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

#nav-search input[type=search] {
  width: 10px;
  padding-left: 10px;
  color: transparent;
  cursor: pointer;
}

#nav-search input[type=search]:hover {
  background-color: gray;
}

#nav-search input[type=search]:focus {
  width: 130px;
  padding-left: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto;
}

#nav-search input:-moz-placeholder {
  color: transparent;
}

#nav-search input::-webkit-input-placeholder {
  color: transparent;
}

.nav-bar-search {
  height: 10px !important;
  background: transparent;
  margin: 0 !important;
}

.login-div {
  padding: 25px 0px 25px 0;
}

.signup-div {
  padding: 25px 0px 25px 0;
}
.signup-div span {
  font-weight: 100;
  border: 2px solid black;
  border-radius: 3px;
  padding: 5px 25px;
}

.zip-code-input {
  width: 200px !important;
}

input#checkbox1,
input#checkbox2 {
  margin: 0 10px !important;
  border: 2px solid purple;
}

input[type=checkbox] {
  margin: 0 !important;
}

.jetmenu li > .megamenu form input[type="text"], .jetmenu li > .megamenu form textarea {
  background: #e9ecf1 !important;
}

.jetmenu li > .megamenu form input[type="text"] {
  padding-right: 50px !important;
}

.locate-dealer-wrapper,
.international-dealer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.country-code-input {
  width: 50% !important;
}

.zip-code-btn {
  margin-top: 20px;
  background: #00acec;
  color: #fff !important;
  border-radius: 3px;
}

.international-code-btn {
  margin-left: 20px !important;
  margin-top: 20px;
  background: #fff;
  color: #00acec !important;
  border: 2px solid #00acec;
  border-radius: 3px;
}

.locations-flex-div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

/*========================
          LOGIN
==========================*/
.login-wrapper {
  margin: 0 auto;
  width: 80%;
  /* forgot-password-div */
}
.login-wrapper .login-email-input-2 {
  width: 60% !important;
  margin-right: 40px;
}
.login-wrapper .password-login-input {
  width: 40% !important;
}
.login-wrapper .forgot-password-div {
  text-align: left;
  padding-left: 20px;
}
.login-wrapper .forgot-password-div p {
  font-size: 1em;
}
.login-wrapper .forgot-password-div span {
  color: #00aeef;
}

/* login-wrapper */
/*========================
         SIGN UP
==========================*/
.nav-signup-btn span {
  font-weight: 100;
  border-radius: 3px;
  padding: 5px 25px;
}

/* nav-signup-btn */
.signup-main-wrapper {
  width: 80%;
  margin: 0 auto;
}

.signup-wrapper-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.signup-wrapper-1 .signup-first-name-input {
  margin-right: 20px !important;
}
.signup-wrapper-1 .signup-last-name-input {
  margin-right: 20px !important;
}
.signup-wrapper-1 .signup-email-input {
  margin-right: 20px !important;
}

/* signup-wrapper-1 */
.signup-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.signup-wrapper-2 .signup-password-input {
  margin-right: 20px !important;
}
.signup-wrapper-2 .signup-password2-input {
  margin-right: 20px !important;
}
.signup-wrapper-2 .button.signup-btn {
  width: 150px !important;
  padding: 10px !important;
  margin-top: 15px !important;
  background: #00acec;
  color: #fff !important;
  border-radius: 3px;
}

/* signup-wrapper-2 */
/*****************************************************************************
   MOBILE NAVIGATION       MOBILE NAVIGATION       MOBILE NAVIGATION
******************************************************************************/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  section#mobile-nav {
    /* mobile-nav-logo-div */
  }
  section#mobile-nav .top-bar,
  section#mobile-nav .topbar.expanded {
    background: #fff;
    border-bottom: 1px solid #e9ebed;
  }

  section#mobile-nav .top-bar,
  section#mobile-nav .top-bar.expanded {
    /*height: 60px !important;*/
    /*height: 3.8125rem;*/
  }

  section#mobile-nav .mobile-nav-logo-div img {
    padding-top: 5px;
  }

  section#mobile-nav .top-bar .toggle-topbar.menu-icon a {
    color: black;
    font-family: "NexaLight", sans-serif;
  }
  section#mobile-nav .top-bar-section ul li,
  section#mobile-nav .top-bar.expanded .title-area {
    background: #fff;
    border-bottom: 1px solid #e9ebed;
  }
  section#mobile-nav .top-bar-section ul li a,
  section#mobile-nav .top-bar.expanded .title-area a {
    font-family: "NexaLight", sans-serif;
    color: black;
    font-size: 1em;
  }
  section#mobile-nav .top-bar-section ul li:hover:not(.has-form) > a {
    background: #fff;
  }
  section#mobile-nav .top-bar-section .has-dropdown > a:after {
    border-radius: 5px;
    background: #e9ebed;
  }
  section#mobile-nav .mobile-nav-logo-div {
    height: 45px;
    width: 159px;
  }


  /* section#mobile-nav */
}
/* END OF MEDIA QUERY */
/************************************
   HERO       HERO       HERO
*************************************/
section#hero {
  /*margin-top: 60px;*/
  /* hero-content-wrapper */
}
section#hero .hero-img-div {
  height: 1196px;
  width: 100%;
  background: url("../img/09_Strike_DesignedintheUSA.jpg");
  /*background: url("../img/Alesis_Slider_CommandKit_Video.png");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section#hero .hero-test {
  margin-top: none !important;
  /* hero-content-wrapper */
}
section#hero .hero-img-div-test {
  height: 100vh;
  width: 100%;
  /*background: url("../img/Alesis_WNAMM_Slider.png");*/
  background: url("../img/Alesis_Slider_CommandKit_Video.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /*border: 10px solid red;*/
}

section#hero .hero-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  /* hero-header */
  /* hero-btn */
}
section#hero .hero-content-wrapper .hero-content-inner-wrapper {
  margin-bottom: 5%;
  padding: 60px,;
  border-radius: 5px;
  margin-top: 50px;
}
section#hero .hero-content-wrapper .hero-header h2 {
  color: #fff;
  font-family: "NexaLight", sans-serif;
}
section#hero .hero-content-wrapper .hero-header-test h2 {
  color: #000;
  font-family: "NexaBoldItalic", sans-serif;
}

/* HERO BUTTON */

section#hero .hero-content-wrapper .hero-btn {
  padding-top: 50px;
}

section#hero .hero-content-wrapper .hero-btn-test {
  padding-top: 50px;
  margin-left: -60px;
  width: 100vw;
  /*border: 5px solid yellow;*/
}
section#hero .hero-content-wrapper .hero-btn span {
  color: #fff;
  /*color: #000;*/
  font-family: "Nexa", sans-serif;
  font-weight: normal !important;
  font-style: normal !important;
  line-height: 1.45;
  border: 2px solid black;
  padding: 20px 60px;
  font-size: 1.3em;
  background: rgba(0, 0, 0, 1);
}


section#hero .hero-content-wrapper .hero-btn span:hover {
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  background: #fff;
  border: 2px solid #fff;
  color: black;
}

section#hero .hero-content-wrapper .hero-btn-not-a-btn {
  padding-top: 50px;
}
section#hero .hero-content-wrapper .hero-btn-not-a-btn h2 {
  color: #fff;
  font-family: "NexaLight", sans-serif;

}


/* section#hero */
/****************************************
  QUOTE STRIP   QUOTE STRIP  QUOTE STRIP
*****************************************/
section#quote-strip {
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3px;
  background: #fff;
  /* quote-strip-header */
}
section#quote-strip .quote-strip-header h4 {
  text-align: center;
  color: black;
  font-size: 2.2em;
  letter-spacing: 5px;
  font-family: "NexaLight", sans-serif !important;
}
section#quote-strip .quote-strip-text {
  margin: 0 auto;
}
section#quote-strip .quote-strip-text p {
  text-align: center;
  color: black;
  font-size: 1.2em;
  font-family: "NexaLight", sans-serif !important;
}

/* section#quote-strip */





/****************************************
  REBATE BLOCK     REBATE BLOCK
*****************************************/
.rebate-block-1-img {
  height: 75vh;
  background: url('../img/DM10StudioMeshKit_Rebate_Brick.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* border: 5px solid red; */
}

section#rebate-block-1 {
  overflow: hidden;
  /* rebate-block-1-wrapper */
}
section#rebate-block-1 .columns {
  padding: 0;
}
section#rebate-block-1 .rebate-block-1-wrapper {
  position: relative;
  /* rebate-block-1-hover-content */
}
section#rebate-block-1 .rebate-block-1-wrapper .rebate-block-1-hover-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
section#rebate-block-1 .rebate-block-1-wrapper .rebate-block-1-hover-content .rebate-block-1-hover-header h1 {
  font-size: 5em;
  font-family: "NexaBlackItalic", sans-serif;
  color: #00b9ff;
  margin: 0;
  letter-spacing: 2px;
}
section#rebate-block-1 .rebate-block-1-wrapper .rebate-block-1-hover-content .rebate-block-1-hover-sub-header {
  margin-top: -20px;
}
section#rebate-block-1 .rebate-block-1-wrapper .rebate-block-1-hover-content .rebate-block-1-hover-sub-header h4 {
  color: #fff;
  margin: 0;
  font-family: "NexaBoldItalic", sans-serif;
  font-size: 1.5em;
}
section#rebate-block-1 .rebate-block-1-wrapper .rebate-block-1-hover-content .rebate-block-1-hover-btn {
  margin-top: 40px;
}
section#rebate-block-1 .rebate-block-1-wrapper .rebate-block-1-hover-content .rebate-block-1-hover-btn span {
  font-family: "NexaBoldItalic", sans-serif;
  font-size: 1.2em;
  padding: 15px 40px;
  border-radius: 5px;
  color: black;
  background: #e6e3e2;
}
section#rebate-block-1 .rebate-block-1-wrapper .rebate-block-1-hover-content .rebate-block-1-hover-btn span:hover {
  -webkit-transition: background 0.5s;
          transition: background 0.5s;
  background: #fff !important;
}

/* section#rebate-block */




/****************************************
  FEATURE BLOCK #1    FEATURE BLOCK #1
*****************************************/
section#feature-block-1 {
  overflow: hidden;
  /* feature-block-1-wrapper */
}
section#feature-block-1 .columns {
  padding: 0;
}
section#feature-block-1 .feature-block-1-wrapper {
  position: relative;
  /* feature-block-1-hover-content */
}
section#feature-block-1 .feature-block-1-wrapper .feature-block-1-hover-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
section#feature-block-1 .feature-block-1-wrapper .feature-block-1-hover-content .feature-block-1-hover-header h1 {
  font-size: 5em;
  font-family: "NexaBlackItalic", sans-serif;
  color: #00b9ff;
  margin: 0;
  letter-spacing: 2px;
}
section#feature-block-1 .feature-block-1-wrapper .feature-block-1-hover-content .feature-block-1-hover-sub-header {
  margin-top: -20px;
}
section#feature-block-1 .feature-block-1-wrapper .feature-block-1-hover-content .feature-block-1-hover-sub-header h4 {
  color: #fff;
  margin: 0;
  font-family: "NexaBoldItalic", sans-serif;
  font-size: 1.5em;
}
section#feature-block-1 .feature-block-1-wrapper .feature-block-1-hover-content .feature-block-1-hover-btn {
  margin-top: 40px;
}
section#feature-block-1 .feature-block-1-wrapper .feature-block-1-hover-content .feature-block-1-hover-btn span {
  font-family: "NexaBoldItalic", sans-serif;
  font-size: 1.2em;
  padding: 15px 40px;
  border-radius: 5px;
  color: black;
  background: #e6e3e2;
}
section#feature-block-1 .feature-block-1-wrapper .feature-block-1-hover-content .feature-block-1-hover-btn span:hover {
  -webkit-transition: background 0.5s;
          transition: background 0.5s;
  background: #fff !important;
}

/* section#feature-block-1 */
/****************************************
  FEATURE BLOCK #2    FEATURE BLOCK #2
*****************************************/
section#feature-block-2 {
  overflow: hidden;
  /* feature-block-2-wrapper */
}
section#feature-block-2 .columns {
  padding: 0;
}
section#feature-block-2 .feature-block-2-wrapper {
  position: relative;
  /* feature-block-2-hover-content */
}
section#feature-block-2 .feature-block-2-wrapper .feature-block-2-hover-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
section#feature-block-2 .feature-block-2-wrapper .feature-block-2-hover-content .feature-block-2-hover-header h1 {
  font-size: 5em;
  font-family: "NexaBlackItalic", sans-serif;
  color: #00b9ff;
  margin: 0;
  letter-spacing: 2px;
}
section#feature-block-2 .feature-block-2-wrapper .feature-block-2-hover-content .feature-block-2-hover-sub-header {
  margin-top: -20px;
}
section#feature-block-2 .feature-block-2-wrapper .feature-block-2-hover-content .feature-block-2-hover-sub-header h4 {
  color: #fff;
  margin: 0;
  font-family: "NexaBoldItalic", sans-serif;
  font-size: 1.5em;
}
section#feature-block-2 .feature-block-2-wrapper .feature-block-2-hover-content .feature-block-2-hover-btn {
  margin-top: 40px;
}
section#feature-block-2 .feature-block-2-wrapper .feature-block-2-hover-content .feature-block-2-hover-btn span {
  font-family: "NexaBoldItalic", sans-serif;
  font-size: 1.2em;
  padding: 15px 40px;
  border-radius: 5px;
  color: black;
  background: #e6e3e2;
}
section#feature-block-2 .feature-block-2-wrapper .feature-block-2-hover-content .feature-block-2-hover-btn span:hover {
  -webkit-transition: background 0.5s;
          transition: background 0.5s;
  background: #fff !important;
}

/* section#feature-block-2 */
/****************************************
  VIDEO BLOCK #1    VIDEO BLOCK #1
*****************************************/
section#video-block-1 {
  overflow: hidden;
  /* video-block-1-wrapper */
}
section#video-block-1 .columns {
  padding: 0;
}
section#video-block-1 .video-block-1-wrapper {
  position: relative;
  /* video-block-1-hover-content */
}
section#video-block-1 .video-block-1-wrapper .video-block-1-hover-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  /* video-block-1-hover-btn */
}
section#video-block-1 .video-block-1-wrapper .video-block-1-hover-content .video-block-1-hover-header h1 {
  font-size: 5em;
  font-family: "NexaBlackItalic", sans-serif;
  color: #00b9ff;
  margin: 0;
  letter-spacing: 2px;
}
section#video-block-1 .video-block-1-wrapper .video-block-1-hover-content .video-block-1-hover-sub-header {
  margin-top: -20px;
}
section#video-block-1 .video-block-1-wrapper .video-block-1-hover-content .video-block-1-hover-sub-header h4 {
  color: #fff;
  margin: 0;
  font-family: "NexaBoldItalic", sans-serif;
  font-size: 1.5em;
}
section#video-block-1 .video-block-1-wrapper .video-block-1-hover-content .video-block-1-hover-btn {
  margin-top: 40px;
  /* span */
}
section#video-block-1 .video-block-1-wrapper .video-block-1-hover-content .video-block-1-hover-btn span {
  font-family: "NexaBoldItalic", sans-serif;
  font-size: 1.2em;
  padding: 15px 40px;
  border-radius: 5px;
  color: black;
  background: #e6e3e2;
}
section#video-block-1 .video-block-1-wrapper .video-block-1-hover-content .video-block-1-hover-btn span:hover {
  -webkit-transition: background 0.5s;
          transition: background 0.5s;
  background: #fff !important;
}

/* section#video-block-1 */
/****************************************
 CATEGORIES GRID   CATEGORIES GRID
*****************************************/
section#categories-grid {
  margin-top: 4px;
  overflow: hidden;
  /* grid-hover-content */
  /* min-width 1025px and max-width 1440px */
}
section#categories-grid .columns {
  padding: 0 2px 0 2px !important;
}
section#categories-grid .grid-images {
  height: 17em !important;
}
section#categories-grid .grid-hover-content {
  height: 16.6em !important;
  display: block !important;
  padding-top: 40px;
  border: 5px solid black;
  /* hover-header */
  /* hover-description */
  /* hover-btn */
}
section#categories-grid .grid-hover-content .hover-header h1 {
  margin: 0 !important;
}
section#categories-grid .grid-hover-content .hover-description p {
  font-family: "NexaLight", sans-serif;
}
section#categories-grid .grid-hover-content .hover-btn span {
  padding: 10px 20px;
  font-family: "NexaLight", sans-serif;
  border: 2px solid black;
  border-radius: 3px;
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  section#categories-grid .grid-images {
    height: 12.5em !important;
  }
  section#categories-grid .grid-hover-content {
    height: 12.2em !important;
    display: block !important;
    padding-top: 20px;
    border: 5px solid black;
  }
}

/* section#categories-grid */
/****************************************
  VIDEOS    VIDEOS   VIDEOS    VIDEOS
*****************************************/
section#videos {
  overflow: hidden;
  padding: 0 0 3% 0;
  background: black;
  /* videos-header */
}
section#videos .videos-header {
  text-align: center;
}
section#videos .videos-header h1 {
  color: #fff;
  font-family: "NexaLight", sans-serif !important;
}
section#videos .slick-carousel-wrapper {
  margin: 0 auto !important;
  text-align: center !important;
}
section#videos .slick-next {
  background: url(../img/right-arrow.png);
  background-repeat: no-repeat;
  height: 83px;
  width: 38px;
}
section#videos .slick-next:before {
  content: '';
}
section#videos .slick-prev {
  background: url(../img/left-arrow.png);
  background-repeat: no-repeat;
  height: 63px;
  width: 38px;
  left: -40px !important;
}
section#videos .slick-prev:before {
  content: '';
}
section#videos .slick-prev {
  left: 0px !important;
  z-index: 9999;
}
section#videos .slick-next {
  right: 0px !important;
}
section#videos .slick-carousel,
section#videos .slick-track,
section#videos .slick-slide,
section#videos .slick-list {
  text-align: center !important;
  margin: 0 auto !important;
}
section#videos .slick-slider {
  margin-bottom: 0;
}

/* section#videos */
/****************************************
  SOCIAL    SOCIAL   SOCIAL    SOCIAL
*****************************************/
section#social {
  margin-top: 3px;
  height: 100px;
  background: #fff;
  /* UL */
}
section#social ul {
  height: 100%;
  width: 60%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* li */
}
section#social ul li {
  list-style: none;
  display: inline-block;
  padding-bottom: 2px;
}
section#social ul li a {
  color: #9f9f9f;
  font-size: 1.5em;
}
section#social ul li h3 {
  color: #9f9f9f;
  color: black;
}
section#social ul .social-link a:hover {
  color: #00aeef;
}

/* section#social */
/*********************************************
   FOOTER     FOOTER       FOOTER    FOOTER
**********************************************/
section#footer {
  height: 45vh;
  padding: 2%;
  background: #e9ebed;
  /* footer-header */
  /* footer-bottom */
}
section#footer .footer-header {
  padding: 2%;
  /* ul */
}
section#footer .footer-header h6 {
  color: black;
  font-family: "NexaLight", sans-serif;
  font-size: 1.2em;
  padding-bottom: 15px;
  margin: 0;
}
section#footer .footer-header h1 {
  color: black;
  margin: 0;
  padding-top: 27px;
}
section#footer .footer-header .footer-blue-line {
  margin: 0 auto;
  width: 31%;
  padding: 15px 0;
  border-bottom: 2px solid #c8d0de;
}
section#footer .footer-header ul {
  list-style: none;
  margin: 0;
  /* footer-socials */
}
section#footer .footer-header ul li {
  display: inline-block;
}
section#footer .footer-header ul .footer-socials {
  width: 50px;
  margin-right: 7px;
}
section#footer .footer-header ul .footer-socials a:hover {
  -webkit-transition: fill 0.3s;
          transition: fill 0.3s;
  fill: #00aeef !important;
}
section#footer .email-input-row {
  width: 25% !important;
}
section#footer input[type=text] {
  border-radius: 2px !important;
  background: #fff !important;
  color: #263f4e !important;
  box-shadow: none;
  border-color: #fff;
}
section#footer .button {
  background: black !important;
  border-radius: 2px;
  border-color: black;
}
section#footer .button .ion-arrow-right-c {
  margin-left: -5px;
}
section#footer .button span {
  margin-left: -22px;
  font-size: 1.1em;
}
section#footer .footer-bottom p {
  color: #9f9f9f;
  font-family: "NexaLight", sans-serif;
  font-size: 0.9em;
}
section#footer .footer-gutter {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 25px;
  background: #fff;
  border: 2px solid #fff;
}

/* FOOTER */
/****************************************
      PRODUCT HERO     PRODUCT HERO
*****************************************/
section#product-hero {
  /*overflow: hidden;*/
  height: 70vh;
  padding-top: 77px;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
  /*background: #f2f3f7 !important;*/
  /* product-hero-container */
}
section#product-hero .product-hero-container {
  height: 100%;
  background: #f2f3f7;
}
section#product-hero .product-hero-container .product-hero-header h1 {
  margin: 0 !important;
  color: black;
  font-family: "NexaLight", sans-serif;
  font-size: 2.5em !important;
  text-transform: uppercase;
}
section#product-hero .product-hero-container .product-hero-sub-header h4 {
  color: #8190a6;
  font-family: "NexaLight", sans-serif;
  font-size: 1.8em !important;
}

/* section#product-hero */
/****************************************
  PRODUCT QUOTE STRIP   PRODUCT QUOTE STRIP
*****************************************/
section#product-quote-strip {
/*  height: 30vh;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3px;
  background: #fff;
  /* product-quote-strip-header */
}
section#product-quote-strip .product-quote-strip-header .quote-strip-hr {
  border: 1px solid black;
  width: 65%;
  margin: 0 auto;
}
section#product-quote-strip .product-quote-strip-header h1 {
  text-align: center;
  color: black;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 0;
  font-size: 2.5em;
  padding-top: 20px;
  font-family: "NexaLight", sans-serif !important;
}
section#product-quote-strip .product-quote-strip-header h5 {
  text-align: center;
  color: black;
  font-size: 1.5em;
  letter-spacing: 5px;
  margin: 0;
  padding-bottom: 30px;
  font-family: "NexaLight", sans-serif !important;
}
section#product-quote-strip .product-quote-strip-header h4 {
  text-align: center;
  color: black;
  font-size: 2.2em;
  letter-spacing: 5px;
  font-family: "NexaLight", sans-serif !important;
}
section#product-quote-strip .product-quote-strip-text {
  width: 60%;
  margin: 0 auto;
  padding-top: 20px;
}
section#product-quote-strip .product-quote-strip-text p {
  text-align: center;
  color: black;
  font-size: 1.2em;
  padding-bottom: 20px;
  font-family: "NexaLight", sans-serif !important;
}
section#product-quote-strip .product-strip-down-arrow img {
  width: 3%;
}

/* section#product-quote-strip */
/****************************************
  STICKY NAV   STICKY NAV   STICKY NAV
*****************************************/
section#sticky-nav {
  /* sticky-nav-container */
}
section#sticky-nav [data-magellan-expedition-clone], section#sticky-nav [data-magellan-expedition] {
  padding: 5px;
}
section#sticky-nav .stick-nav-hr {
  border-top: 2px solid #f2f3f7;
}
section#sticky-nav .sticky-nav-container .sub-nav {
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
section#sticky-nav .sticky-nav-container .sub-nav #accessories {
  margin-right: 24% !important;
}
section#sticky-nav .sticky-nav-container .sticky-nav-product-name {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
section#sticky-nav .sticky-nav-container .sticky-nav-product-name h4 {
  padding-left: 5%;
  text-transform: uppercase;
  font-family: "NexaLight", sans-serif;
}
section#sticky-nav .sticky-nav-container .sub-nav dd.active a, section#sticky-nav .sticky-nav-container .sub-nav dt.active a, section#sticky-nav .sticky-nav-container .sub-nav li.active a {
  background: #fff !important;
  color: #999 !important;
  cursor: pointer;
}

/*section#sticky-nav */
/****************************************
  PRODUCT OVERVIEW   PRODUCT OVERVIEW
*****************************************/
section#product-overview {
  overflow: hidden;
  padding: 2% 0;
  /*====================
    PRODUCT OVERVIEW #1
    ====================*/
  /* product-overview-block-1-wrapper */
  /*====================
    PRODUCT OVERVIEW #2
    ====================*/
  /* product-overview-block-2-wrapper */
  /*====================
    PRODUCT OVERVIEW #3
    ====================*/
  /* product-overview-block-3-wrapper */
  /*=========================
    PRODUCT OVERVIEW GALLERY
    =========================*/
  /* section#product-overview-gallery */
}
section#product-overview .columns {
  padding: 0 !important;
}
section#product-overview h2 {
  font-size: 2vw;
  line-height: 1.2 !important;
}
section#product-overview p {
  font-size: 1.1em;
  line-height: 1.95 !important;
}
section#product-overview .product-overview-block-1-wrapper {
  padding: 3% 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* product-overview-block-1-left */
  /* product-overview-block-1-right */
}
section#product-overview .product-overview-block-1-wrapper .product-overview-block-1-left {
  padding: 5% 5% 5% 10%;
  height: 50vh;
  /* block-1-left-header */
  /* block-1-left-paragraph */
}
section#product-overview .product-overview-block-1-wrapper .product-overview-block-1-left .block-1-left-header h2 {
  font-family: "NexaLight", sans-serif;
  text-transform: uppercase;
}
section#product-overview .product-overview-block-1-wrapper .product-overview-block-1-right {
  height: 50vh;
  /* block-1-right-img */
}
section#product-overview .product-overview-block-1-wrapper .product-overview-block-1-right .block-1-right-img {
  text-align: right;
}
section#product-overview .product-overview-block-1-wrapper .product-overview-block-1-right .block-1-right-img img {
  height: auto;
}
section#product-overview .product-overview-block-2-wrapper {
  padding: 3% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* product-overview-block-2-right */
  /* product-overview-block-2-left */
}
section#product-overview .product-overview-block-2-wrapper .product-overview-block-2-right {
  padding: 5% 10% 5% 5%;
  height: 50vh;
  /* block-2-right-header */
  /* block-2-right-paragraph */
}
section#product-overview .product-overview-block-2-wrapper .product-overview-block-2-right .block-2-right-header h2 {
  font-family: "NexaLight", sans-serif;
  text-transform: uppercase;
}
section#product-overview .product-overview-block-2-wrapper .product-overview-block-2-right .block-2-right-paragraph p {
  margin: 0;
}
section#product-overview .product-overview-block-2-wrapper .product-overview-block-2-left {
  height: 50vh;
  /* block-2-left-img */
}
section#product-overview .product-overview-block-3-wrapper {
  padding: 3% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* product-overview-block-3-left */
  /* product-overview-block-3-right */
}
section#product-overview .product-overview-block-3-wrapper .product-overview-block-3-left {
  padding: 5% 5% 5% 10%;
  height: 50vh;
  /* block-3-left-header */
  /* block-3-left-paragraph */
}
section#product-overview .product-overview-block-3-wrapper .product-overview-block-3-left .block-3-left-header h2 {
  font-family: "NexaLight", sans-serif;
  text-transform: uppercase;
}
section#product-overview .product-overview-block-3-wrapper .product-overview-block-3-right {
  height: 50vh;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;*/
  /* block-3-right-img */
}
section#product-overview section#product-overview-gallery {
  padding: 4% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* product-gallery-wrapper */
}
section#product-overview section#product-overview-gallery .product-gallery-wrapper {
  width: 80%;
  margin: 0 auto;
}
section#product-overview section#product-overview-gallery .product-gallery-wrapper .columns {
  padding: 0;
}
section#product-overview section#product-overview-gallery .product-gallery-wrapper .product-gallery {
  padding: 2px;
}

/* section#product-overview */
.overview-gradient {
  background-color: #f9f9fa;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjZTllYmVkIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjU2Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, #e9ebed), color-stop(0.56, white));
  /* Android 2.3 */
  background-image: -webkit-linear-gradient(top, #e9ebed 0%, white 56%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, #e9ebed 0%, white 56%);
  background-image: -ms-linear-gradient(top, #e9ebed 0%, white 56%);
}

/* IE8- CSS hack */
@media \0screen\,screen\9 {
  .overview-gradient {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe9ebed",endColorstr="#ffffffff",GradientType=0);
  }
}
/****************************************
    PRODUCT SPECS    PRODUCT SPECS
*****************************************/
section#product-features {
  overflow: hidden;
  background: #e9ebed;
  margin-bottom: 3px;
  padding: 2% 0;
  /* product-features-wrapper */
  /* product-features-content */
  /*====================
    PACKAGING CONTENTS
  =====================*/
  /* packaging-contents-wrapper */
  /* packaging-contents-content */
}
section#product-features .columns {
  padding: 0;
}
section#product-features .product-features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 5%;
}
section#product-features .product-features-wrapper .product-features-header {
  text-align: left;
  width: 90%;
  padding: 20px 0;
}
section#product-features .product-features-wrapper .product-features-header h2 {
  padding-left: 20px;
  text-transform: uppercase;
  font-family: "NexaLight", sans-serif;
}
section#product-features .product-features-content {
  width: 90%;
  /* ul */
}
section#product-features .product-features-content ul {
  list-style: none;
}
section#product-features .product-features-content ul li {
  font-size: 1.2em;
  font-family: "NexaLight", sans-serif;
  padding: 15px 0;
  border-bottom: 1px solid #c8d0de;
}
section#product-features .product-features-hr {
  width: 80%;
  margin: 0 auto;
}
section#product-features .packaging-contents-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 5%;
}
section#product-features .packaging-contents-wrapper .packaging-contents-header {
  text-align: left;
  width: 90%;
  padding: 20px 0;
}
section#product-features .packaging-contents-wrapper .packaging-contents-header h2 {
  text-transform: uppercase;
  font-family: "NexaLight", sans-serif;
}
section#product-features .packaging-contents-content {
  width: 90%;
  /* ul */
}
section#product-features .packaging-contents-content ul {
  list-style: none;
  margin: 0;
}
section#product-features .packaging-contents-content ul li {
  font-size: 1.2em;
  padding: 15px 0;
  font-family: "NexaLight", sans-serif;
  border-bottom: 1px solid #c8d0de;
}

/* section#product-features */
/****************************************
    PRODUCT DOWNLOADS    PRODUCT DOWNLOADS
*****************************************/
section#product-downloads {
  overflow: hidden;
  background: #e9ebed;
  margin-bottom: 3px;
  padding: 2% 0 4% 0;
  /* product-updates-wrapper */
  /* product-updates-content */
  /*====================
    DOCUMENTS CONTENTS
  =====================*/
  /* documents-contents-wrapper */
  /* documents-contents-content */
}
section#product-downloads .columns {
  padding: 0;
}
section#product-downloads .product-updates-wrapper {
  height: 50vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
section#product-downloads .product-updates-wrapper .product-updates-header {
  text-align: center;
  margin-bottom: 20px;
  padding: 1%;
}
section#product-downloads .product-updates-wrapper .product-updates-header h2 {
  text-transform: uppercase;
  font-family: "NexaLight", sans-serif;
}
section#product-downloads .product-updates-content {
  background: #fff;
  width: 80vw;
  margin: 0 auto;
  padding: 2% 0;
  text-align: center;
  /* mac-updates-container */
  /* windows-updates-container */
}
section#product-downloads .product-updates-content .mac-updates-container {
  border-right: 1px solid #e9ebed;
  /* mac-updates-header */
  /* mac-update-box-wrapper */
}
section#product-downloads .product-updates-content .mac-updates-container .mac-updates-header h4 {
  font-family: "NexaLight", sans-serif;
}
section#product-downloads .product-updates-content .mac-updates-container .mac-update-box-wrapper {
  width: 100%;
  /* mac-update-box */
}
section#product-downloads .product-updates-content .mac-updates-container .mac-update-box-wrapper .mac-update-box {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  background: #e9ebed;
  padding: 10px;
  /* mac-update-box-header */
}
section#product-downloads .product-updates-content .mac-updates-container .mac-update-box-wrapper .mac-update-box .mac-update-box-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section#product-downloads .product-updates-content .mac-updates-container .mac-update-box-wrapper .mac-update-box .mac-update-box-header h4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
  font-family: "NexaLight", sans-serif;
  padding-right: 20px;
}
section#product-downloads .product-updates-content .mac-updates-container .mac-update-box-wrapper .mac-update-box .mac-update-box-header h4 span {
  font-family: "NexaLight", sans-serif;
}
section#product-downloads .product-updates-content .mac-updates-container .mac-update-box-wrapper .mac-update-box ul {
  list-style: none;
}
section#product-downloads .product-updates-content .mac-updates-container .mac-update-box-wrapper .mac-update-box ul li {
  font-family: "NexaLight", sans-serif;
}
section#product-downloads .product-updates-content .mac-updates-container .mac-update-box-wrapper .mac-update-box .mac-download-btn {
  padding: 20px;
}
section#product-downloads .product-updates-content .mac-updates-container .mac-update-box-wrapper .mac-update-box .mac-download-btn span {
  background: #00a8ee;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
}
section#product-downloads .product-updates-content .windows-updates-container {
  /* windows-updates-header */
  /* windows-update-box-wrapper */
}
section#product-downloads .product-updates-content .windows-updates-container .windows-updates-header h4 {
  font-family: "NexaLight", sans-serif;
}
section#product-downloads .product-updates-content .windows-updates-container .windows-update-box-wrapper {
  width: 100%;
  /* windows-update-box */
}
section#product-downloads .product-updates-content .windows-updates-container .windows-update-box-wrapper .windows-update-box {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  background: #e9ebed;
  padding: 10px;
  /* windows-update-box-header */
}
section#product-downloads .product-updates-content .windows-updates-container .windows-update-box-wrapper .windows-update-box .windows-update-box-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section#product-downloads .product-updates-content .windows-updates-container .windows-update-box-wrapper .windows-update-box .windows-update-box-header h4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "NexaLight", sans-serif;
}
section#product-downloads .product-updates-content .windows-updates-container .windows-update-box-wrapper .windows-update-box .windows-update-box-header h4 span {
  font-family: "NexaLight", sans-serif;
}
section#product-downloads .product-updates-content .windows-updates-container .windows-update-box-wrapper .windows-update-box ul {
  list-style: none;
}
section#product-downloads .product-updates-content .windows-updates-container .windows-update-box-wrapper .windows-update-box ul li {
  font-family: "NexaLight", sans-serif;
}
section#product-downloads .product-updates-content .windows-updates-container .windows-update-box-wrapper .windows-update-box .windows-download-btn {
  padding: 20px;
}
section#product-downloads .product-updates-content .windows-updates-container .windows-update-box-wrapper .windows-update-box .windows-download-btn span {
  background: #00a8ee;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
}
section#product-downloads .product-features-hr {
  width: 80%;
  margin: 0 auto;
}
section#product-downloads .documents-contents-wrapper {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
section#product-downloads .documents-contents-wrapper .documents-contents-header {
  text-align: center;
  margin-bottom: 20px;
  padding: 1%;
}
section#product-downloads .documents-contents-wrapper .documents-contents-header h2 {
  text-transform: uppercase;
  font-family: "NexaLight", sans-serif;
}
section#product-downloads .documents-contents-content {
  background: #fff;
  width: 80vw;
  margin: 0 auto;
  padding: 2% 0;
  text-align: center;
  /* documents-header */
  /* product-documents-wrapper */
}
section#product-downloads .documents-contents-content .documents-header h4,
section#product-downloads .documents-contents-content .images-header h4 {
  font-family: "NexaLight", sans-serif;
}
section#product-downloads .documents-contents-content .documents-divider-line {
  border-right: 1px solid #e9ebed;
}
section#product-downloads .documents-contents-content .product-documents-wrapper,
section#product-downloads .documents-contents-content .product-images-wrapper {
  width: 80%;
  margin: 0 auto;
  /* ul */
}
section#product-downloads .documents-contents-content .product-documents-wrapper ul,
section#product-downloads .documents-contents-content .product-images-wrapper ul {
  list-style: none;
  margin: 0;
  /* li */
}
section#product-downloads .documents-contents-content .product-documents-wrapper ul li,
section#product-downloads .documents-contents-content .product-images-wrapper ul li {
  height: 5vh;
  width: 100%;
  display: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  background: #e9ebed;
  margin-bottom: 3px;
  padding-right: 20px;
}
section#product-downloads .documents-contents-content .product-documents-wrapper ul li span,
section#product-downloads .documents-contents-content .product-images-wrapper ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.3em;
  font-family: "NexaLight", sans-serif;
  color: black;
  padding-left: 30px;
}
section#product-downloads .documents-contents-content .product-documents-wrapper ul li a,
section#product-downloads .documents-contents-content .product-images-wrapper ul li a {
  font-size: 1.2em;
  padding: 5px 10px;
  font-family: "NexaLight", sans-serif;
}

/* section#product-DOWNLOADS */
/****************************************
    PRODUCT ACCESSORIES    PRODUCT ACCESSORIES
*****************************************/
section#product-accessories {
  overflow: hidden;
  background: #e9ebed;
  margin-bottom: 3px;
  padding: 2% 0 4% 0;
  /* product-accessories-header */
  /* product-accessory-container */
}
section#product-accessories .columns {
  padding: 0;
}
section#product-accessories .accessories-row {
  max-width: 80%;
  width: 80%;
  margin: 0 auto;
}
section#product-accessories .product-accessories-header {
  text-align: center;
  padding: 1%;
}
section#product-accessories .product-accessories-header h2 {
  margin: 0;
  font-family: "NexaLight", sans-serif;
  text-transform: uppercase;
}
section#product-accessories .product-accessory-container {
  background: #fff;
  text-align: center;
  width: 90%;
  padding: 2%;
  margin: 5%;
  /* product-accessory-img-div */
  /* product-accessory-learn-more-div */
}
section#product-accessories .product-accessory-container h4 {
  font-family: "NexaLight", sans-serif;
}
section#product-accessories .product-accessory-container .product-accessory-learn-more-div a {
  color: #00aeef;
}

/* section#product-accessories */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /***************************************************
    NAVIGATION   NAVIGATION   NAVIGATION   NAVIGATION
          min-width 641px and max-width 1024px
  ****************************************************/
}
/* END OF @media query */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /***************************************************
    FOOTER    FOOTER   FOOTER  FOOTER    FOOTER
          min-width 641px and max-width 1024px
  ****************************************************/
}
/* END OF @media */
@media only screen and (min-width: 40em) {
  /***************************************************
    NAVIGATION   NAVIGATION   NAVIGATION   NAVIGATION
                    min-width 640px
  ****************************************************/
}
/* END OF @media query */
@media only screen and (min-width: 40em) {
  /***************************************************
    FOOTER    FOOTER   FOOTER  FOOTER    FOOTER
                  min-width 640px
  ****************************************************/
}
/* END OF @media */

/*# sourceMappingURL=main.css.map */
