@import url(../../node_modules/flexboxgrid/css/flexboxgrid.css);
* {
  box-sizing: border-box; }

body {
  background: #101010;
  color: #7a7a7a;
  font-family: 'lato', sans-serif;
  min-height: 100vh;
  font-size: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 18px; } }

a {
  text-decoration: none;
  color: #555555; }
  a:hover {
    color: #bbbbbb; }

ul {
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0;
  list-style: none; }

figure {
  margin: 0; }

.wrapper {
  max-width: 850px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .wrapper {
      width: auto;
      margin: 0 20px; } }

.flex-table {
  line-height: 1.5;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  .flex-table p, .flex-table h1, .flex-table h2 {
    margin-top: 0; }

.flex-table__row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 500px) {
    .flex-table__row {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }

.flex-table__item {
  word-break: break-word;
  padding: 1rem;
  border: 1px solid #333; }
  @media screen and (max-width: 500px) {
    .flex-table__item {
      border: 0; } }
  .flex-table__item--header {
    font-weight: bold;
    text-transform: uppercase; }
  .flex-table__item:nth-child(1) {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 30px;
    -moz-flex: 1 0 30px;
    -ms-flex: 1 0 30px;
    flex: 1 0 30px; }
  .flex-table__item:nth-child(2) {
    -webkit-box-flex: 5;
    -moz-box-flex: 5;
    box-flex: 5;
    -webkit-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    flex: 5; }

.main-content {
  padding: 40px 0; }

/*! Typebase.scss v0.1.0 | MIT License */
/* Setup */
html {
  /* Change default typefaces here */
  font-family: serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased; }

/* Copy & Lists */
p {
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 0; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 0; }
  ul li,
  ol li {
    line-height: 1.5rem; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-top: 0;
    margin-bottom: 0; }

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

/* Headings */
.h1,
.h2,
.h--product,
.h3,
.h--section,
.h4,
.h--text,
.h5,
.h6 {
  /* Change heading typefaces here */
  font-family: sans-serif;
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.5rem; }

.h1 {
  font-size: 4.242rem;
  line-height: 4.5rem;
  margin-bottom: 3rem; }

.h2, .h--product {
  font-size: 2.828rem;
  line-height: 3rem;
  margin-bottom: 3rem; }

.h3, .h--section {
  font-size: 1.414rem;
  margin-bottom: 1.5rem; }

.h4, .h--text {
  font-size: 0.707rem; }

.h5 {
  font-size: 0.47133rem; }

.h6 {
  font-size: 0.3535rem; }

/* Tables */
table {
  margin-bottom: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse; }

td,
th {
  padding: 0;
  line-height: 24px; }

/* Code blocks */
code {
  vertical-align: bottom; }

/* Leading paragraph text */
.lead {
  font-size: 1.414rem; }

/* Hug a the block above you */
.hug {
  margin-top: 0; }

.header--main, h1, .item__link, .submenu ul li {
  text-transform: uppercase;
  font-size: 1.15rem; }

.text--secondary, .item__date, .continue__link {
  font-size: 0.9rem;
  font-style: italic;
  font-family: 'droid serif', serif; }

.h--product {
  font-size: 2rem;
  color: #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5rem; }

h1, h2, h3 {
  color: #999; }

.global-nav {
  background: #000;
  width: 100%;
  height: 4rem; }

.global-nav__list {
  float: right; }
  .global-nav__list a, .global-nav__list span {
    font-size: 0.875rem;
    line-height: 4rem;
    padding: 0 1rem;
    display: block;
    text-transform: uppercase;
    color: #7a7a7a; }
    .global-nav__list a:hover, .global-nav__list span:hover {
      color: #bbbbbb; }

.global-nav__item {
  float: left;
  position: relative; }
  .global-nav__item.has-dropdown {
    cursor: pointer;
    position: relative; }
    .global-nav__item.has-dropdown .global-nav__link:after {
      font-family: 'FontAwesome';
      content: '\f107';
      padding: 0 .5rem;
      color: #555555; }

.global-nav__dropdown {
  display: none;
  position: absolute;
  top: 4rem;
  width: 10rem;
  background: #444; }
  .global-nav__dropdown a, .global-nav__dropdown span {
    padding: 1.25rem;
    line-height: 1;
    color: #999;
    display: block;
    width: 100%; }
    .global-nav__dropdown a:hover, .global-nav__dropdown span:hover {
      color: #ccc; }
  .is-active .global-nav__dropdown {
    display: block; }

.list__item {
  margin: 20px 0; }
  .list__item:not(:last-child) {
    border-bottom: 1px solid #1f1f1f; }

.footer {
  background: black;
  padding: 50px;
  color: #444;
  text-align: center;
  margin-top: auto; }

.header__img {
  background: url(../images/logo.jpg) center center no-repeat;
  background-color: black;
  height: 200px;
  background-size: 600px; }

.intro__image {
  margin-left: 0; }
  @media screen and (max-width: 768px) {
    .intro__image {
      margin: 5px; } }
  .intro__image img {
    width: 100%;
    height: auto; }
    @media screen and (max-width: 768px) {
      .intro__image img {
        max-width: none;
        width: 100%;
        margin: 5px; } }

.product__intro {
  overflow: hidden;
  overflow-y: scroll; }

.product__section {
  margin: 3rem 0; }

ul.product__info {
  margin-left: 1rem; }
  ul.product__info li {
    padding: 0 3rem 1rem 1rem;
    list-style-type: circle; }

.submenu {
  position: fixed;
  top: 10.1rem;
  padding: .75rem;
  left: 0;
  z-index: 200; }
  .submenu ul li {
    padding: .5rem .75rem;
    background: #222; }
    .submenu ul li.active a {
      color: #ccc; }
    .submenu ul li a {
      padding: .5rem 1rem;
      font-size: .98rem;
      color: #777;
      cursor: pointer; }
  @media screen and (max-width: 1000px) {
    .submenu {
      display: none; } }

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  margin-top: 1rem;
  height: 0; }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.hero-image {
  height: 225px;
  background: center center no-repeat;
  background-color: #000;
  background-size: 40%; }
