/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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;
}

/* resets:
    - import *after* _normalize.scss
    - helpful, but limited, resets

    note:
        - use restraint
        - this set of styles should be vers small
        - this file is global!
        - use common sense when adding settings to this file
*/
* {
  z-index: 1;
  vertical-align: top;
}

body {
  padding: 0;
}

a {
  text-decoration: none;
}

input::-ms-clear {
  display: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

section {
  overflow: hidden;
}

/* @font-face {
    font-family: 'FuturaStd-Bold';
    src: url('fonts/FuturaStd-Bold.eot');
    src: url('fonts/FuturaStd-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/FuturaStd-Bold.woff') format('woff'),
         url('fonts/FuturaStd-Bold.ttf') format('truetype'),
         url('fonts/FuturaStd-Bold.svg#FuturaStd-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaStd-ExtraBold';
    src: url('fonts/FuturaStd-ExtraBold.eot');
    src: url('fonts/FuturaStd-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('fonts/FuturaStd-ExtraBold.woff') format('woff'),
         url('fonts/FuturaStd-ExtraBold.ttf') format('truetype'),
         url('fonts/FuturaStd-ExtraBold.svg#FuturaStd-ExtraBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaStd-Book';
    src: url('fonts/FuturaStd-Book.eot');
    src: url('fonts/FuturaStd-Book.eot?#iefix') format('embedded-opentype'),
         url('fonts/FuturaStd-Book.woff') format('woff'),
         url('fonts/FuturaStd-Book.ttf') format('truetype'),
         url('fonts/FuturaStd-Book.svg#FuturaStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brand_meditalic';
    src: url('fonts/BrandonGrotesque-MediumItalic.eot');
    src: url('fonts/BrandonGrotesque-MediumItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/BrandonGrotesque-MediumItalic.woff') format('woff'),
         url('fonts/BrandonGrotesque-MediumItalic.ttf') format('truetype'),
         url('fonts/BrandonGrotesque-MediumItalic.svg#brand_meditalic') format('svg');
    font-weight: normal;
    font-style: normal;
} */
.clear {
  clear: both;
}

/*  Use "desktop" for default styling, then override with tablet & mobile */
header {
  background: #f1f2f2;
}
header .navbar-default .navbar-collapse, header .navbar-default .navbar-form {
  border-color: #fff;
}
header .navbar-default .navbar-nav > .active > a, header .navbar-default .navbar-nav > .active > a:focus, header .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: transparent;
}
header .navbar-default {
  background-color: #fff;
  border-color: transparent;
}
header .navbar {
  border-radius: 0;
}
header .navbar {
  border-bottom: 2px solid #f8f9f9;
  margin-bottom: 20px;
  min-height: 79px;
  position: relative;
}
header .navbar-brand {
  float: left;
  height: auto;
  padding: 20px 15px 0;
  font-size: 18px;
  line-height: 20px;
}
header .navbar-nav > li > a {
  padding-top: 25px;
  padding-bottom: 15px;
}
header .solo {
  text-align: center;
  padding: 75px 30px 0;
}
header .solo .navbar-brand-solo {
  display: inline-block;
  font-size: 30px;
}

@media screen and (max-width: 640px) {
  header .solo {
    padding: 45px 30px 0;
  }
}
/*  Use "desktop" for default styling, then override with tablet & mobile */
footer {
  padding-bottom: 100px;
}

@media screen and (max-width: 1100px) {
  .footer-basic-centered {
    padding: 35px;
  }

  .footer-basic-centered .footer-company-motto {
    font-size: 18px;
  }

  .footer-basic-centered .footer-company-name {
    font-size: 12px;
  }

  .footer-basic-centered .footer-links {
    font-size: 14px;
    padding: 25px 0 20px;
  }

  .footer-basic-centered .footer-links a {
    line-height: 1.8;
  }
}
/*  Use "desktop" for default styling, then override with tablet & mobile */
/*
 * Base structure
 */
/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding: 0;
  font-size: 16px;
  color: #000;
}

/*
 * Global add-ons
 */
.btn {
  background: #000000 !important;
  border-color: #000000 !important;
}

.cart-bottom {
  border-top: 1px solid #000000 !important;
}

a {
  outline: 0;
  border: 0;
}
a:focus {
  outline: 0;
}

.alert {
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 1em;
  width: 80%;
  z-index: 9999;
  /*   .cpt-notification.info {
      background-color: #3498db;
      border: 1px solid #167abd;
  }
  .cpt-notification.warning {
      background-color: #f1c40f;
      border: 1px solid #d3a600;
  } */
}
.alert.alert-danger {
  background-color: #e74c3c;
  border: solid 1px #c92e1e;
  color: #fff;
}
.alert.alert-success {
  background-color: #2ecc71;
  border: 1px solid #10ae53;
  color: #fff;
}

.sub-header {
  padding: 20px 0 0;
  border-bottom: none;
}

.nav-tabs {
  margin: 30px 0;
}

.form-control {
  height: 40px;
}

.help-block {
  color: #aaa;
  display: block;
  font-size: 11px;
}

.cta-submit {
  margin: 30px 0;
}

.progress {
  margin-top: 20px;
  display: none;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */
/* Hide for mobile, show later */
.sidebar {
  /*display: none;*/
}

@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}
/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px;
  /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}

.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}

.nav-sidebar > .active > a, .nav-sidebar > .active > a:hover, .nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

@media screen and (max-width: 1024px) {
  #modules .table > tbody > tr > td, #modules .table > tbody > tr > th, #modules .table > tfoot > tr > td, #modules .table > tfoot > tr > th, #modules .table > thead > tr > td, #modules .table > thead > tr > th, #lessons .table > tbody > tr > td, #lessons .table > tbody > tr > th, #lessons .table > tfoot > tr > td, #lessons .table > tfoot > tr > th, #lessons .table > thead > tr > td, #lessons .table > thead > tr > th {
    padding: 35px 75px 35px 25px;
  }
  #modules h1, #lessons h1 {
    font-size: 2em;
    margin: 0.2em 0 0.67em;
  }

  #continue {
    display: none;
    max-width: 325px;
    width: 100%;
    margin: -70px auto 0;
    padding-bottom: 70px;
    font-size: 12px;
    color: #bcbec0;
    position: relative;
    z-index: 2;
  }
  #continue a {
    color: #1c75bc;
  }
  #continue a.continue {
    color: #009444;
  }

  #index .col-half-offset {
    margin-left: 0 !important;
  }
  #index .col-lg-2 {
    width: 50% !important;
  }
  #index .photo {
    height: 170px !important;
  }
}
@media screen and (max-width: 640px) {
  #modules .table > tbody > tr > td, #modules .table > tbody > tr > th, #modules .table > tfoot > tr > td, #modules .table > tfoot > tr > th, #modules .table > thead > tr > td, #modules .table > thead > tr > th, #lessons .table > tbody > tr > td, #lessons .table > tbody > tr > th, #lessons .table > tfoot > tr > td, #lessons .table > tfoot > tr > th, #lessons .table > thead > tr > td, #lessons .table > thead > tr > th {
    padding: 35px 75px 35px 25px;
  }
  #modules h1, #lessons h1 {
    font-size: 2em;
    margin: 0.2em 0 0.67em;
  }

  #continue {
    display: none;
    max-width: 325px;
    width: 100%;
    margin: -70px auto 0;
    padding-bottom: 70px;
    font-size: 12px;
    color: #bcbec0;
    position: relative;
    z-index: 2;
  }
  #continue a {
    color: #1c75bc;
  }
  #continue a.continue {
    color: #009444;
  }

  #index .col-half-offset {
    margin-left: 0 !important;
  }
  #index .col-lg-2 {
    width: 50% !important;
  }
  #index .photo {
    height: 170px !important;
  }
}
/*  Use "desktop" for default styling, then override with tablet & mobile */
#index .col-lg-2 {
  width: 18.666667%;
}
#index .col-half-offset {
  margin-left: 1%;
}
#index .rollover {
  display: none;
}
#index .zoom {
  display: inline-block;
  position: relative;
  cursor: pointer;
  min-height: 410px;
}
#index .zoom-text {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  background: #000;
  color: #ffff;
  padding: 5px;
  display: none;
}
#index .zoom img {
  display: block;
}
#index .photo {
  overflow: hidden;
  height: 250px;
  cursor: pointer;
}
#index .variant-selectors {
  min-height: 40px;
}
#index .top {
  position: fixed;
  width: 100%;
  top: 0;
  text-align: center;
  padding: 10px 0;
  background: black;
  color: white;
  z-index: 2;
}
#index .top #countdown {
  display: inline-block;
}
#index .push {
  margin-bottom: 50px;
}
#index .container {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
}
#index h1 {
  text-align: center;
}
#index h1.title {
  font-size: 50px;
  padding-bottom: 0px;
}
#index h1.product-title {
  font-size: 14px;
  min-height: 31px;
  margin-top: 0;
  margin-bottom: 10px;
}
#index h2.variant-title {
  font-size: 15px;
  display: none;
}
#index h2.variant-price {
  font-size: 15px;
}
#index .variant-selectors {
  margin-bottom: 0 !important;
}
#index .variant-selectors select {
  font-size: 14px;
  padding: 3px;
}
#index .btn {
  font-size: 14px;
  background: #FF00AF;
  padding: 6px 3px;
}
#index .btn:hover {
  color: #fff;
  background-color: #ff00aec8;
}
#index .product {
  text-align: center;
  margin-bottom: 10px;
}
#index .product img {
  width: 100%;
}
#index .product__buy {
  background: #7ab55c;
  padding: 0.5625em 1.875em;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  display: inline-block;
}
#index .product__buy:hover {
  text-decoration: none;
  background: #6aa74c;
}
#index .badge--sold-out {
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -40px;
  background-color: #000;
  color: #fff;
}
#index .badge {
  display: table;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 0.85714em;
  line-height: 6.1;
  z-index: 10;
  padding: 0;
}
#index .badge__text {
  display: table-cell;
  vertical-align: middle;
  padding: 2px 8px 0;
}
#index .badge__hide {
  display: none;
}
#index .sold-out .variant-image {
  opacity: 0.3;
}

@media screen and (max-width: 1024px) {
  #index .push {
    margin-bottom: 45px;
  }
  #index h1 {
    text-align: center;
  }
  #index h1.title {
    font-size: 50px;
    padding-bottom: 0;
    margin: 0 auto;
    display: block;
    padding: 30px 10px;
    max-width: 610px;
    width: 90%;
  }
  #index h1.product-title {
    font-size: 18px;
    min-height: 90px;
  }
}
@media screen and (max-width: 640px) {
  #index .push {
    margin-bottom: 45px;
  }
  #index h1 {
    text-align: center;
  }
  #index h1.title {
    font-size: 50px;
    padding-bottom: 0;
    margin: 0 auto;
    display: block;
    padding: 30px 10px;
    max-width: 610px;
    width: 90%;
  }
  #index h1.product-title {
    font-size: 18px;
    min-height: 80px;
  }
  #index .zoom {
    display: inline-block;
    position: relative;
    cursor: pointer;
    min-height: 200px;
  }  
  .variant-image {
    margin-bottom: 0px !important;
  }
}
/*  Use "desktop" for default styling, then override with tablet & mobile */
#privacy-policy h1 {
  text-align: center;
}
#privacy-policy .content {
  max-width: 800px;
  margin: 0 auto;
  padding: 10px 0;
}
#privacy-policy ul {
  list-style-type: disc;
  list-style-position: inside;
}
#privacy-policy ul li {
  margin-left: 25px;
}

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