@charset "UTF-8";
/* CSS Document */
/* =Reset default browser CSS. Based on work by Eric Meyer: https://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* line 12, ../scss/reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* line 19, ../scss/reset.scss */
body {
  line-height: 1;
}

/* line 22, ../scss/reset.scss */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
}

/* line 26, ../scss/reset.scss */
ol {
  list-style: decimal;
  margin-left: 20px;
}

/* line 30, ../scss/reset.scss */
ul {
  list-style: disc;
}

/* line 33, ../scss/reset.scss */
blockquote {
  quotes: none;
}

/* line 36, ../scss/reset.scss */
blockquote:before, blockquote:after {
  content: '';
  content: none;
}

/* line 40, ../scss/reset.scss */
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
/* line 44, ../scss/reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 48, ../scss/reset.scss */
a img {
  border: none;
}

/* line 11, ../scss/style.scss */
body {
  height: 100%;
  overflow: auto;
  background: #333;
}
/* line 15, ../scss/style.scss */
body h1, body h2, body h3, body h4 {
  font-family: "futura-pt-condensed", sans-serif;
  letter-spacing: -1px;
}
/* line 19, ../scss/style.scss */
body h1 {
  font-size: 93px;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 24, ../scss/style.scss */
body h2 {
  font-size: 180px;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 29, ../scss/style.scss */
body h3 {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 34, ../scss/style.scss */
body h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 39, ../scss/style.scss */
body ul {
  list-style: none;
}

/* line 44, ../scss/style.scss */
#nav-sections {
  position: absolute;
  top: 354px;
  border: solid 1px #cc0000;
  right: 0;
  width: 20px;
  right: 0;
  z-index: 100!important;
  display: block;
}
/* line 53, ../scss/style.scss */
#nav-sections ul {
  position: fixed;
  z-index: 100!important;
  display: block;
  -webkit-transform: translateZ(0);
}
/* line 58, ../scss/style.scss */
#nav-sections ul a {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/sprite.png) no-repeat right 0;
  margin-bottom: 26px;
}
/* line 65, ../scss/style.scss */
#nav-sections ul a:hover {
  background: url(../images/sprite.png) no-repeat right -23px;
}

/* line 73, ../scss/style.scss */
#header-container {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  min-width: 1125px;
  background: white;
}
/* line 80, ../scss/style.scss */
#header-container #header {
  position: relative;
  padding: 0 0 14px 0;
  width: 1125px;
  margin: 0px auto;
}
/* line 85, ../scss/style.scss */
#header-container #header #nav {
  padding: 63px 0 33px 0;
  text-align: center;
  display: none;
}
/* line 89, ../scss/style.scss */
#header-container #header #nav li {
  display: inline-block;
}
/* line 91, ../scss/style.scss */
#header-container #header #nav li a {
  color: #7a7a7a;
  font-size: 45px;
  text-transform: uppercase;
  font-family: "futura-pt-condensed", sans-serif;
  padding: 0 92px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 2px;
}
/* line 103, ../scss/style.scss */
#header-container #header #secondary-nav {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
/* line 107, ../scss/style.scss */
#header-container #header #secondary-nav li {
  display: inline-block;
  width: 33%;
  float: left;
}
/* line 111, ../scss/style.scss */
#header-container #header #secondary-nav li .nav-trigger {
  display: inline-block;
  width: 49px;
  height: 26px;
  margin-top: 5px;
  background: url("../images/sprite.png") no-repeat 0 0;
}
/* line 118, ../scss/style.scss */
#header-container #header #secondary-nav li.logo {
  text-align: left;
}
/* line 120, ../scss/style.scss */
#header-container #header #secondary-nav li.logo a {
  margin: 0 0 0;
  display: block;
}
/* line 126, ../scss/style.scss */
#header-container #header #secondary-nav li.social-media ul {
  float: right;
  padding-top: 1px;
  text-align: right;
}
/* line 130, ../scss/style.scss */
#header-container #header #secondary-nav li.social-media ul li {
  float: left;
  width: 58px;
}
/* line 133, ../scss/style.scss */
#header-container #header #secondary-nav li.social-media ul li a {
  width: 18px;
  height: 17px;
  font-size: 19px;
  text-decoration: none;
  color: #56a1d5;
}
/* line 139, ../scss/style.scss */
#header-container #header #secondary-nav li.social-media ul li a.fa-pinterest {
  font-size: 20px;
}
/* line 142, ../scss/style.scss */
#header-container #header #secondary-nav li.social-media ul li a.fa-twitter {
  font-size: 19px;
}
/* line 145, ../scss/style.scss */
#header-container #header #secondary-nav li.social-media ul li a.fa-envelope {
  font-size: 14px;
}

/* line 158, ../scss/style.scss */
#slide-1 {
  height: 606px;
  min-width: 1125px;
  position: relative;
  z-index: 1;
}
/* line 163, ../scss/style.scss */
#slide-1 #feature-product {
  width: 1125px;
  height: 606px;
  background-position: 0 0px;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 10;
}
/* line 175, ../scss/style.scss */
#slide-1 h1 {
  color: #56e7de;
}

/* line 181, ../scss/style.scss */
.bcg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: normal;
  height: 100%;
  width: 100%;
}
/* line 188, ../scss/style.scss */
.bcg .hsContainer {
  display: table;
  table-layout: fixed;
  width: 1125px;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0px auto;
}
/* line 196, ../scss/style.scss */
.bcg .hsContainer .hsContent {
  max-width: 450px;
  display: table-cell;
  vertical-align: top;
  color: #ebebeb;
  padding: 124px 110px 0;
  text-align: right;
  z-index: 1;
}
/* line 204, ../scss/style.scss */
.bcg .hsContainer .hsContent h2 {
  color: #ffffff;
  font-size: 45px;
  line-height: 48px;
  margin-bottom: 12px;
}
/* line 211, ../scss/style.scss */
.bcg .hsContainer .hsContent a {
  color: #b2b2b2;
  text-decoration: underline;
}

/* line 225, ../scss/style.scss */
#container {
  width: 1125px;
  margin: 0px auto;
}

/* SHARED CLASSES */
/* line 231, ../scss/style.scss */
.clear {
  clear: both;
  display: block;
}

/* line 232, ../scss/style.scss */
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 233, ../scss/style.scss */
.clearfix {
  display: inline-block;
}

/* line 234, ../scss/style.scss */
* html .clearfix {
  height: 1%;
}

/* line 235, ../scss/style.scss */
.clearfix {
  display: block;
}
