@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,600,600i");
/* line 5, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/* line 13, ../../../components/sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 27, ../../../components/sass/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 35, ../../../components/sass/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 49, ../../../components/sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 62, ../../../components/sass/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 72, ../../../components/sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 81, ../../../components/sass/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 92, ../../../components/sass/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 105, ../../../components/sass/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 115, ../../../components/sass/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 125, ../../../components/sass/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 135, ../../../components/sass/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 144, ../../../components/sass/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 154, ../../../components/sass/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 165, ../../../components/sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 173, ../../../components/sass/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 182, ../../../components/sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 191, ../../../components/sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 199, ../../../components/sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 203, ../../../components/sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 214, ../../../components/sass/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 223, ../../../components/sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 232, ../../../components/sass/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 240, ../../../components/sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 252, ../../../components/sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 268, ../../../components/sass/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 278, ../../../components/sass/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 289, ../../../components/sass/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 300, ../../../components/sass/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 312, ../../../components/sass/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 323, ../../../components/sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 336, ../../../components/sass/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 350, ../../../components/sass/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 359, ../../../components/sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 368, ../../../components/sass/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 378, ../../../components/sass/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 388, ../../../components/sass/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 397, ../../../components/sass/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 407, ../../../components/sass/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 420, ../../../components/sass/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 429, ../../../components/sass/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 440, ../../../components/sass/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 448, ../../../components/sass/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 459, ../../../components/sass/_normalize.scss */
[hidden] {
  display: none;
}

/* Scss Document */
/* line 21, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_box-sizing.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Scss Document */
/* line 1, ../../../components/sass/_base.scss */
html {
  font-size: 62.5%;
}

/* line 3, ../../../components/sass/_base.scss */
body {
  font: 300 1.6rem/2.6rem "Open Sans", "Helvetica", "Arial", "sans-serif";
  background: #efefef;
  color: #242226;
}

/* line 9, ../../../components/sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font: 600 2.62rem/2.62rem "Open Sans", "Helvetica", "Arial", "sans-serif";
  color: #242226;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.02rem;
  margin-bottom: 4.1rem;
}
/* line 11, ../../../components/sass/_base.scss */
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #cc0000;
}

/* line 21, ../../../components/sass/_base.scss */
header h3 {
  font-style: normal;
  font-weight: 300;
  text-align: center;
  font-size: 4.25rem;
  line-height: 6.885rem;
  margin-bottom: 6.85rem;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 21, ../../../components/sass/_base.scss */
  header h3 {
    font-size: 2.62rem;
    line-height: 4.23916rem;
    margin-bottom: 4.25rem;
    text-align: center;
  }
}
/* line 34, ../../../components/sass/_base.scss */
header h3 span {
  font-weight: 600;
}

/* line 41, ../../../components/sass/_base.scss */
.whitebox, .more, .moreMulti a {
  text-decoration: none;
  border: solid 1px #242226;
  color: #242226;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 1.618rem;
  transition: background-color .4s, border .4s;
}
/* line 49, ../../../components/sass/_base.scss */
.whitebox::after, .more::after, .moreMulti a::after {
  content: "   >";
  font-size: 1.5em;
  align-content: right;
  text-align: right;
  float: right;
}
/* line 57, ../../../components/sass/_base.scss */
.whitebox:hover, .more:hover, .moreMulti a:hover {
  background: rgba(36, 34, 38, 0.2);
  transition: background-color .4s, border .4s;
}

/* line 63, ../../../components/sass/_base.scss */
.orangebox {
  text-decoration: none;
  text-align: center;
  background: orange;
  min-width: 100%;
  border: solid 1px #FA7700;
  color: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 1.618rem;
  transition: background-color .4s, border .4s;
  margin-bottom: 6.85rem;
}
/* line 64, ../../../components/sass/_base.scss */
.orangebox a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.67;
}
/* line 78, ../../../components/sass/_base.scss */
.orangebox:hover {
  background: #FA7700;
  transition: background-color .4s, border .4s;
}

/* line 86, ../../../components/sass/_base.scss */
.more {
  margin-top: 4.25rem;
  position: relative;
  top: 130px;
  display: inline-block;
  float: none;
  min-width: 100%;
}
@media (min-width: 650px) and (max-width: 960px) {
  /* line 86, ../../../components/sass/_base.scss */
  .more {
    min-width: 25%;
    position: relative;
    margin-top: 11.09rem;
    top: 11.09rem;
    float: right;
  }
}
@media (min-width: 960px) {
  /* line 86, ../../../components/sass/_base.scss */
  .more {
    min-width: 20%;
    position: relative;
    top: 4.25rem;
    float: right;
  }
}

/* line 116, ../../../components/sass/_base.scss */
.moreMulti a {
  margin-top: 1.618rem;
  display: block;
  text-align: left;
  float: left;
  min-width: 100%;
}

/* line 134, ../../../components/sass/_base.scss */
#destinylist li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 10%;
  padding-right: 10%;
  float: none;
}
/* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
#destinylist li:nth-child(1n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: none;
}
@media (min-width: 650px) {
  /* line 134, ../../../components/sass/_base.scss */
  #destinylist li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 2.5%;
    padding-right: 2.5%;
    float: left;
  }
  /* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  #destinylist li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  /* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  #destinylist li:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 960px) {
  /* line 134, ../../../components/sass/_base.scss */
  #destinylist li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 2.5%;
    padding-right: 2.5%;
    float: left;
  }
  /* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  #destinylist li:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  /* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  #destinylist li:nth-child(4n + 2) {
    margin-left: 25%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  #destinylist li:nth-child(4n + 3) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  #destinylist li:nth-child(4n + 4) {
    margin-left: 75%;
    margin-right: -100%;
    clear: none;
  }
}

/* line 153, ../../../components/sass/_base.scss */
.dark {
  color: #efefef;
}
/* line 154, ../../../components/sass/_base.scss */
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
  color: #efefef;
}
/* line 159, ../../../components/sass/_base.scss */
.dark .whitebox, .dark .more, .dark .moreMulti a, .moreMulti .dark a {
  border: solid 1px #efefef;
  color: #efefef;
  transition: background-color .4s, border .4s;
}
/* line 164, ../../../components/sass/_base.scss */
.dark .whitebox:hover, .dark .more:hover, .dark .moreMulti a:hover, .moreMulti .dark a:hover {
  background: rgba(239, 239, 239, 0.2);
  border: solid 1px #efefef;
  transition: border .4s, background-color .4s;
}

/* line 174, ../../../components/sass/_base.scss */
h1 {
  font-size: 4.1rem;
  line-height: 1.2;
  letter-spacing: -.1rem;
  text-transform: uppercase;
}
@media (min-width: 0) and (max-width: 420px) {
  /* line 174, ../../../components/sass/_base.scss */
  h1 {
    font-size: 2.9rem;
  }
}
@media (min-width: 420px) and (max-width: 650px) {
  /* line 174, ../../../components/sass/_base.scss */
  h1 {
    font-size: 2em;
  }
}

/* line 179, ../../../components/sass/_base.scss */
h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
  text-transform: capitalize;
}

/* line 181, ../../../components/sass/_base.scss */
strong {
  font-weight: 600;
}

/* line 185, ../../../components/sass/_base.scss */
p {
  font-weight: 300;
  margin-bottom: 1.6rem;
}
/* line 188, ../../../components/sass/_base.scss */
p span {
  margin-top: 4.25rem;
  font-size: 2.62rem;
}

/* line 193, ../../../components/sass/_base.scss */
a {
  color: #FA7700;
}

/* line 204, ../../../components/sass/_base.scss */
.buynow {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 90%;
  max-width: 350px;
  font-size: 1.618rem;
  padding: 12px 20px;
  margin: 15px 5px;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
  color: #efefef;
  background-color: #ff3333;
  font-weight: 600;
  border: 1px solid #cc0000;
}
/* line 219, ../../../components/sass/_base.scss */
.buynow:hover {
  background-color: #FA7700;
  border: 1px solid #FA7700;
}
@media (min-width: 0) and (max-width: 960px) {
  /* line 204, ../../../components/sass/_base.scss */
  .buynow {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .buynow:after {
    content: " ";
    display: block;
    clear: both;
  }
}
/* line 228, ../../../components/sass/_base.scss */
.buynow.feature {
  width: 100%;
  padding: 20px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTUwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhNzcwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffa500), color-stop(100%, #fa7700));
  background-image: -moz-linear-gradient(top, #ffa500, #fa7700);
  background-image: -webkit-linear-gradient(top, #ffa500, #fa7700);
  background-image: linear-gradient(to bottom, #ffa500, #fa7700);
}
/* line 233, ../../../components/sass/_base.scss */
.buynow.feature:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTUwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhNzcwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffa500), color-stop(100%, #fa7700));
  background-image: -moz-linear-gradient(bottom, #ffa500, #fa7700);
  background-image: -webkit-linear-gradient(bottom, #ffa500, #fa7700);
  background-image: linear-gradient(to top, #ffa500, #fa7700);
}

/* line 240, ../../../components/sass/_base.scss */
.hidden {
  display: none;
}

/* line 241, ../../../components/sass/_base.scss */
.down {
  text-align: center;
  color: #ffffff;
  width: 100%;
  position: absolute;
  z-index: 5;
  bottom: 0;
}

@media (min-width: 0) and (max-width: 960px) {
  /* line 251, ../../../components/sass/_base.scss */
  #downprompt {
    position: fixed;
    bottom: 0;
    background-color: rgba(250, 119, 0, 0.92);
  }
}

/* line 1, ../../../components/sass/_layouts.scss */
body {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 7, ../../../components/sass/_layouts.scss */
.spaceme {
  padding: 29.03rem 0 11.09rem;
}

/* line 11, ../../../components/sass/_layouts.scss */
.spacemereverse {
  padding: 11.09rem 0 29.03rem;
}

@media (min-width: 0) and (max-width: 650px) {
  /* line 15, ../../../components/sass/_layouts.scss */
  section#freefocuson {
    padding-bottom: 29.03rem;
  }
}

/* line 24, ../../../components/sass/_layouts.scss */
header.imageheader {
  min-height: 250px;
  background-position: top right;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 24, ../../../components/sass/_layouts.scss */
  header.imageheader {
    min-height: 180px;
    background-size: 150% auto;
  }
}

/* line 35, ../../../components/sass/_layouts.scss */
article#whyfree {
  max-width: 83%;
  margin-left: auto;
  margin-right: auto;
}
/* line 86, ../../../components/sass/_mixins.scss */
article#whyfree :before, article#whyfree :after {
  content: '';
  display: table;
}
/* line 91, ../../../components/sass/_mixins.scss */
article#whyfree :after {
  clear: both;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
article#whyfree:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 86, ../../../components/sass/_mixins.scss */
article#whyfree section :before, article#whyfree section :after {
  content: '';
  display: table;
}
/* line 91, ../../../components/sass/_mixins.scss */
article#whyfree section :after {
  clear: both;
}
@media (min-width: 650px) {
  /* line 39, ../../../components/sass/_layouts.scss */
  article#whyfree section {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 3.33333%;
    padding-right: 3.33333%;
  }
}

@media (min-width: 960px) {
  /* line 46, ../../../components/sass/_layouts.scss */
  .splash {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

/* line 52, ../../../components/sass/_layouts.scss */
.calltoaction {
  margin: 4.25rem;
}
@media (min-width: 0) and (max-width: 960px) {
  /* line 52, ../../../components/sass/_layouts.scss */
  .calltoaction {
    margin: 4.25rem 0;
  }
}
/* line 58, ../../../components/sass/_layouts.scss */
.calltoaction .whitebox, .calltoaction .more, .calltoaction .moreMulti a, .moreMulti .calltoaction a {
  position: relative;
  float: none;
  margin: 0 4.25rem;
  min-width: 280px;
  max-width: 280px;
}

/* line 69, ../../../components/sass/_layouts.scss */
.introduction .content {
  padding: 6.85rem 0 6.85rem;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.introduction .content:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 69, ../../../components/sass/_layouts.scss */
  .introduction .content {
    padding: 4.25rem 0 6.85rem;
    max-width: 83%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .introduction .content:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 68, ../../../components/sass/_layouts.scss */
  .introduction {
    min-height: 400px;
  }
}

/* line 84, ../../../components/sass/_layouts.scss */
.segment .content {
  max-width: 83%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.segment .content:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 960px) {
  /* line 84, ../../../components/sass/_layouts.scss */
  .segment .content {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .segment .content:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 90, ../../../components/sass/_layouts.scss */
  .segment .content .writing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
  /* line 86, ../../../components/sass/_mixins.scss */
  .segment .content .writing :before, .segment .content .writing :after {
    content: '';
    display: table;
  }
  /* line 91, ../../../components/sass/_mixins.scss */
  .segment .content .writing :after {
    clear: both;
  }
  /* line 96, ../../../components/sass/_layouts.scss */
  .segment .content .widewriting {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    text-align: justify;
  }
  /* line 100, ../../../components/sass/_layouts.scss */
  .segment .content .widewriting h1, .segment .content .widewriting h2, .segment .content .widewriting h3, .segment .content .widewriting h4, .segment .content .widewriting h5, .segment .content .widewriting h6 {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  /* line 84, ../../../components/sass/_layouts.scss */
  .segment .content {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .segment .content:after {
    content: " ";
    display: block;
    clear: both;
  }
}

/* line 113, ../../../components/sass/_layouts.scss */
.widewriting img {
  width: 100%;
}

/* line 118, ../../../components/sass/_layouts.scss */
.fbcontainer {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 6.85rem 0;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.fbcontainer:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 120, ../../../components/sass/_layouts.scss */
#downloadpac, #lightboxpopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  min-width: 100vw;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9);
}
/* line 130, ../../../components/sass/_layouts.scss */
#downloadpac .content, #lightboxpopup .content {
  position: relative;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  max-width: 83%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.25rem;
  background: #fff5f5;
  padding: 2.62rem;
  overflow: auto;
  max-height: 83vh;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
#downloadpac .content:after, #lightboxpopup .content:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 141, ../../../components/sass/_layouts.scss */
#downloadpac .content .close, #lightboxpopup .content .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  background: red;
  color: #ffffff;
}
/* line 150, ../../../components/sass/_layouts.scss */
#downloadpac .content img, #lightboxpopup .content img {
  width: 100%;
}
/* line 152, ../../../components/sass/_layouts.scss */
#downloadpac .content .privacy, #lightboxpopup .content .privacy {
  margin: 2.62rem 0;
}
/* line 153, ../../../components/sass/_layouts.scss */
#downloadpac .content .privacy span, #lightboxpopup .content .privacy span {
  text-emphasis: strong;
  display: block;
  color: rgba(255, 0, 0, 0.85);
  text-transform: uppercase;
}
/* line 156, ../../../components/sass/_layouts.scss */
#downloadpac .content input, #lightboxpopup .content input {
  min-width: 100%;
}
@media (min-width: 650px) {
  /* line 159, ../../../components/sass/_layouts.scss */
  #downloadpac .content img, #lightboxpopup .content img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
  /* line 160, ../../../components/sass/_layouts.scss */
  #downloadpac .content .form, #lightboxpopup .content .form {
    text-align: left;
  }
}
@media (min-width: 960px) {
  /* line 130, ../../../components/sass/_layouts.scss */
  #downloadpac .content, #lightboxpopup .content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 163, ../../../components/sass/_layouts.scss */
  #downloadpac .content img, #lightboxpopup .content img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  #downloadpac .content:after, #lightboxpopup .content:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 165, ../../../components/sass/_layouts.scss */
  #downloadpac .content .form, #lightboxpopup .content .form {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    margin-bottom: 2.62rem;
  }
}

/* line 172, ../../../components/sass/_layouts.scss */
#lightboxpopup {
  display: block;
}
@media (min-width: 960px) {
  /* line 175, ../../../components/sass/_layouts.scss */
  #lightboxpopup #videoiframe {
    width: 80% !important;
  }
}

/* line 178, ../../../components/sass/_layouts.scss */
.calltoaction {
  text-align: center;
}
/* line 180, ../../../components/sass/_layouts.scss */
.calltoaction input {
  width: 100%;
  max-width: 100% !important;
  margin: 0;
  padding: 30px;
}

/* line 188, ../../../components/sass/_layouts.scss */
.facebookposts {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
  max-width: 83%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.facebookposts:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 194, ../../../components/sass/_layouts.scss */
.facebookposts iframe {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 10%;
  padding-right: 10%;
  margin-bottom: 2.62rem;
}
@media (min-width: 960px) {
  /* line 194, ../../../components/sass/_layouts.scss */
  .facebookposts iframe {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 3.33333%;
    padding-right: 3.33333%;
  }
  /* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .facebookposts iframe:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  /* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .facebookposts iframe:nth-child(3n + 2) {
    margin-left: 33.33333%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .facebookposts iframe:nth-child(3n + 3) {
    margin-left: 66.66667%;
    margin-right: -100%;
    clear: none;
  }
}

/* line 204, ../../../components/sass/_layouts.scss */
.evangelist {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)), url("../images/culture/burning.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 205, ../../../components/sass/_layouts.scss */
.evangelist #callout {
  display: none !important;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 204, ../../../components/sass/_layouts.scss */
  .evangelist {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url("../images/culture/burning.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}
/* line 208, ../../../components/sass/_layouts.scss */
.evangelist article {
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 0) and (max-width: 960px) {
  /* line 208, ../../../components/sass/_layouts.scss */
  .evangelist article {
    max-width: 87%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .evangelist article:after {
    content: " ";
    display: block;
    clear: both;
  }
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.evangelist article:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 218, ../../../components/sass/_layouts.scss */
.evangelist article h1, .evangelist article h2, .evangelist article h3, .evangelist article h4 {
  text-align: center;
}
/* line 219, ../../../components/sass/_layouts.scss */
.evangelist article h1 {
  text-transform: capitalize;
  margin-bottom: 1.40766rem;
}
/* line 220, ../../../components/sass/_layouts.scss */
.evangelist article h2 {
  font: 300 1.6rem/2.6rem "Open Sans", "Helvetica", "Arial", "sans-serif";
  color: #efefef;
  margin-bottom: 6.85rem;
  font-size: 2.62rem;
  line-height: 1.27;
  text-transform: none;
  font-weight: 600;
}
/* line 227, ../../../components/sass/_layouts.scss */
.evangelist article p {
  margin-top: 4.25rem;
  text-align: center;
}
/* line 231, ../../../components/sass/_layouts.scss */
.evangelist article li {
  margin-top: 2.62rem;
}

/* Scss Document */
/* line 3, ../../../components/sass/modules/_paralax.scss */
.face {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("../images/culture/boost-mental-performance.jpg");
  min-height: 100%;
  height: 100%;
  position: relative;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 3, ../../../components/sass/modules/_paralax.scss */
  .face {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url("../images/culture/boost-mental-performance.jpg");
    min-height: 100%;
    height: 100%;
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 4, ../../../components/sass/modules/_paralax.scss */
.neuron {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("../images/culture/how-nootropics-work.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 4, ../../../components/sass/modules/_paralax.scss */
  .neuron {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url("../images/culture/how-nootropics-work.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 5, ../../../components/sass/modules/_paralax.scss */
.neuronred {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("../images/culture/neurons-red.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 5, ../../../components/sass/modules/_paralax.scss */
  .neuronred {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url("../images/culture/neurons-red.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 6, ../../../components/sass/modules/_paralax.scss */
.neuronorange {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("../images/culture/neuron-orange-dk.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 6, ../../../components/sass/modules/_paralax.scss */
  .neuronorange {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url("../images/culture/neuron-orange-dk.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 9, ../../../components/sass/modules/_paralax.scss */
.contactdesk {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9)), url("../images/culture/contact-focuson.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 9, ../../../components/sass/modules/_paralax.scss */
  .contactdesk {
    background: linear-gradient(to left, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.9)), url("../images/culture/contact-focuson.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 12, ../../../components/sass/modules/_paralax.scss */
.iaido {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("../images/culture/nootropics-increase-concentration.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 12, ../../../components/sass/modules/_paralax.scss */
  .iaido {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url("../images/culture/nootropics-increase-concentration.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 13, ../../../components/sass/modules/_paralax.scss */
.ontrain {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("../images/culture/nootropics-strengthen-memory.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 13, ../../../components/sass/modules/_paralax.scss */
  .ontrain {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url("../images/culture/nootropics-strengthen-memory.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 14, ../../../components/sass/modules/_paralax.scss */
.meditation {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9)), url("../images/culture/nootropics-support-mood.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 14, ../../../components/sass/modules/_paralax.scss */
  .meditation {
    background: linear-gradient(to left, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.9)), url("../images/culture/nootropics-support-mood.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 15, ../../../components/sass/modules/_paralax.scss */
.onmountain {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("../images/culture/nootropics-help-motivation.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 15, ../../../components/sass/modules/_paralax.scss */
  .onmountain {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url("../images/culture/nootropics-help-motivation.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 18, ../../../components/sass/modules/_paralax.scss */
.ingredientsmain {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("../images/ingredients/all-natural.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 18, ../../../components/sass/modules/_paralax.scss */
  .ingredientsmain {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url("../images/ingredients/all-natural.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 19, ../../../components/sass/modules/_paralax.scss */
.manufacture {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(239, 239, 239, 0), rgba(239, 239, 239, 0.5)), url("../images/ingredients/quality-control.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 19, ../../../components/sass/modules/_paralax.scss */
  .manufacture {
    background: linear-gradient(to left, rgba(239, 239, 239, 0.3), rgba(239, 239, 239, 0.9)), url("../images/ingredients/quality-control.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 20, ../../../components/sass/modules/_paralax.scss */
.sceletium {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9)), url("../images/ingredients/sceletium-field.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 20, ../../../components/sass/modules/_paralax.scss */
  .sceletium {
    background: linear-gradient(to left, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.9)), url("../images/ingredients/sceletium-field.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 21, ../../../components/sass/modules/_paralax.scss */
.forskolin {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("../images/ingredients/forskolin-plant.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 21, ../../../components/sass/modules/_paralax.scss */
  .forskolin {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url("../images/ingredients/forskolin-plant.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 22, ../../../components/sass/modules/_paralax.scss */
.vitb6 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("../images/ingredients/vitamin-b6-sources.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 22, ../../../components/sass/modules/_paralax.scss */
  .vitb6 {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url("../images/ingredients/vitamin-b6-sources.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 23, ../../../components/sass/modules/_paralax.scss */
.phenylalanine {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(239, 239, 239, 0), rgba(239, 239, 239, 0.9)), url("../images/ingredients/l-phenylalanine-sources.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 23, ../../../components/sass/modules/_paralax.scss */
  .phenylalanine {
    background: linear-gradient(to left, rgba(239, 239, 239, 0.3), rgba(239, 239, 239, 0.9)), url("../images/ingredients/l-phenylalanine-sources.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 24, ../../../components/sass/modules/_paralax.scss */
.alcar {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("../images/ingredients/alcar-sources.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 24, ../../../components/sass/modules/_paralax.scss */
  .alcar {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url("../images/ingredients/alcar-sources.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 27, ../../../components/sass/modules/_paralax.scss */
.sparkler {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("../images/culture/always-tired.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 27, ../../../components/sass/modules/_paralax.scss */
  .sparkler {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url("../images/culture/always-tired.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 28, ../../../components/sass/modules/_paralax.scss */
.girlinfield {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("../images/culture/natural-motivation-boost.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 28, ../../../components/sass/modules/_paralax.scss */
  .girlinfield {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url("../images/culture/natural-motivation-boost.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 29, ../../../components/sass/modules/_paralax.scss */
.eyeglass {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("../images/culture/more-mental-clarity.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 29, ../../../components/sass/modules/_paralax.scss */
  .eyeglass {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url("../images/culture/more-mental-clarity.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 30, ../../../components/sass/modules/_paralax.scss */
.crowd {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("../images/culture/customer-stories.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 30, ../../../components/sass/modules/_paralax.scss */
  .crowd {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url("../images/culture/customer-stories.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 33, ../../../components/sass/modules/_paralax.scss */
.sciencemain {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9)), url("../images/culture/science-example-demonstration.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 33, ../../../components/sass/modules/_paralax.scss */
  .sciencemain {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url("../images/culture/science-example-demonstration.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 34, ../../../components/sass/modules/_paralax.scss */
.science.one {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("../images/culture/natural-ingredients-supporting-natural-processes.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 34, ../../../components/sass/modules/_paralax.scss */
  .science.one {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url("../images/culture/natural-ingredients-supporting-natural-processes.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 36, ../../../components/sass/modules/_paralax.scss */
.science.two {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("../images/culture/neurological-pathways.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 36, ../../../components/sass/modules/_paralax.scss */
  .science.two {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url("../images/culture/neurological-pathways.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 37, ../../../components/sass/modules/_paralax.scss */
.science.three {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("../images/culture/pde4-inhibitor.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 37, ../../../components/sass/modules/_paralax.scss */
  .science.three {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url("../images/culture/pde4-inhibitor.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 38, ../../../components/sass/modules/_paralax.scss */
.science.four {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)), url("../images/culture/balanced-neurotramsitters.jpg");
  min-height: auto;
  height: auto;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 38, ../../../components/sass/modules/_paralax.scss */
  .science.four {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)), url("../images/culture/balanced-neurotramsitters.jpg");
    min-height: 100%;
    height: auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

/* line 2, ../../../components/sass/modules/_nav.scss */
#callout {
  background: orange;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  padding: 5px;
  letter-spacing: 0.1em;
  z-index: 1000;
}
/* line 12, ../../../components/sass/modules/_nav.scss */
#callout a {
  color: #efefef;
  text-decoration: none;
}
/* line 16, ../../../components/sass/modules/_nav.scss */
#callout a:hover {
  color: #ffffff;
}
/* line 17, ../../../components/sass/modules/_nav.scss */
#callout a span {
  font-weight: 600;
}

/* line 21, ../../../components/sass/modules/_nav.scss */
#navigation {
  margin-bottom: 0px;
  z-index: 1001;
  width: 100%;
  background: #ffffff;
  color: #a9a9a9;
  font-weight: 300;
}
/* line 28, ../../../components/sass/modules/_nav.scss */
#navigation a {
  color: #a9a9a9;
  font-weight: 300;
  text-decoration: none;
}
/* line 34, ../../../components/sass/modules/_nav.scss */
#navigation #nav {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  z-index: 1000;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
#navigation #nav:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 0) and (max-width: 1200px) {
  /* line 34, ../../../components/sass/modules/_nav.scss */
  #navigation #nav {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  #navigation #nav:after {
    content: " ";
    display: block;
    clear: both;
  }
}
/* line 48, ../../../components/sass/modules/_nav.scss */
#navigation #nav .navbar {
  background: #ffffff;
  display: inline-block;
  clear: right;
  float: right;
  font-size: 16px;
}
/* line 86, ../../../components/sass/_mixins.scss */
#navigation #nav .navbar ul :before, #navigation #nav .navbar ul :after {
  content: '';
  display: table;
}
/* line 91, ../../../components/sass/_mixins.scss */
#navigation #nav .navbar ul :after {
  clear: both;
}
/* line 59, ../../../components/sass/modules/_nav.scss */
#navigation #nav .navbar ul li {
  float: left;
  transition: background-image .4s;
}
/* line 62, ../../../components/sass/modules/_nav.scss */
#navigation #nav .navbar ul li:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #efefef));
  background-image: -moz-linear-gradient(#ffffff, #efefef);
  background-image: -webkit-linear-gradient(#ffffff, #efefef);
  background-image: linear-gradient(#ffffff, #efefef);
  transition: background-image .4s;
}
/* line 69, ../../../components/sass/modules/_nav.scss */
#navigation #nav .navbar ul li a {
  font-weight: 300;
  padding: 0px 20px 20px 45px;
  display: inline-block;
  background-size: 35px;
  background-repeat: no-repeat;
  background-postition: 5px 10px;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 69, ../../../components/sass/modules/_nav.scss */
  #navigation #nav .navbar ul li a {
    padding: 20px;
    margin-top: 5px;
    background-position: 10px;
  }
  /* line 85, ../../../components/sass/modules/_nav.scss */
  #navigation #nav .navbar ul li a:hover {
    background-color: #ffffff;
  }
  /* line 86, ../../../components/sass/modules/_nav.scss */
  #navigation #nav .navbar ul li a::after {
    content: '\000a0';
    display: block;
  }
  /* line 93, ../../../components/sass/modules/_nav.scss */
  #navigation #nav .navbar ul li a span {
    display: none;
  }
}
/* line 100, ../../../components/sass/modules/_nav.scss */
#navigation #nav .navbar ul li a.home {
  background-image: url("../images/icons/home.png");
}
/* line 101, ../../../components/sass/modules/_nav.scss */
#navigation #nav .navbar ul li a.ingredients {
  background-image: url("../images/icons/ingredients.png");
}
/* line 102, ../../../components/sass/modules/_nav.scss */
#navigation #nav .navbar ul li a.science {
  background-image: url("../images/icons/science.png");
}
/* line 103, ../../../components/sass/modules/_nav.scss */
#navigation #nav .navbar ul li a.casestudy {
  background-image: url("../images/icons/casestudy.png");
}
/* line 104, ../../../components/sass/modules/_nav.scss */
#navigation #nav .navbar ul li a.contact {
  background-image: url("../images/icons/contact.png");
}
/* line 105, ../../../components/sass/modules/_nav.scss */
#navigation #nav .navbar ul li a.buynowtop {
  background-image: url("../images/icons/cart.png");
  color: orange;
  font-weight: 600;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 8px 5px 35px;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #C0C0C0;
}
/* line 115, ../../../components/sass/modules/_nav.scss */
#navigation #nav .navbar ul li a.buynowtop:hover {
  border: 1px solid #FA7700;
  background-color: #ffffff;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 105, ../../../components/sass/modules/_nav.scss */
  #navigation #nav .navbar ul li a.buynowtop {
    margin-top: 20px;
    background-position: 10px;
  }
  /* line 124, ../../../components/sass/modules/_nav.scss */
  #navigation #nav .navbar ul li a.buynowtop::after {
    content: '\000a0';
    display: block;
  }
}
@media (min-width: 650px) and (max-width: 960px) {
  /* line 69, ../../../components/sass/modules/_nav.scss */
  #navigation #nav .navbar ul li a {
    padding-left: 10px;
  }
  /* line 133, ../../../components/sass/modules/_nav.scss */
  #navigation #nav .navbar ul li a.icon {
    background-image: none;
  }
}
/* line 153, ../../../components/sass/modules/_nav.scss */
#navigation #contactbar {
  float: right;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.01rem;
  padding: .1rem;
  background: #ffffff;
}
/* line 86, ../../../components/sass/_mixins.scss */
#navigation #contactbar :before, #navigation #contactbar :after {
  content: '';
  display: table;
}
/* line 91, ../../../components/sass/_mixins.scss */
#navigation #contactbar :after {
  clear: both;
}
/* line 162, ../../../components/sass/modules/_nav.scss */
#navigation #contactbar li {
  float: left;
  padding: 1rem;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 153, ../../../components/sass/modules/_nav.scss */
  #navigation #contactbar {
    display: none;
  }
}
/* line 170, ../../../components/sass/modules/_nav.scss */
#navigation #brand {
  float: left;
  background-image: url("../images/logos/focusonlogo.png");
  background-size: 80%;
  background-position: center center;
  width: 9em;
  height: 5em;
  text-transform: uppercase;
  background-repeat: no-repeat;
}
/* line 180, ../../../components/sass/modules/_nav.scss */
#navigation #brand span {
  display: none;
}
@media (min-width: 0) and (max-width: 420px) {
  /* line 170, ../../../components/sass/modules/_nav.scss */
  #navigation #brand {
    display: none;
  }
}
/* line 187, ../../../components/sass/modules/_nav.scss */
#navigation a {
  color: black;
}

/* line 1, ../../../components/sass/modules/_footer.scss */
#greyfooter {
  padding: 6.85rem 0 6.85rem;
  background-color: #232323;
}

/* line 7, ../../../components/sass/modules/_footer.scss */
#orangeaction, #cartaction {
  z-index: 2000;
  position: fixed;
  left: 0;
  bottom: 0;
  min-width: 100vw;
}
@media (min-width: 650px) {
  /* line 8, ../../../components/sass/modules/_footer.scss */
  #orangeaction .calltoaction, #cartaction .calltoaction {
    margin: 0 !important;
  }
}
/* line 14, ../../../components/sass/modules/_footer.scss */
#orangeaction .block, #cartaction .block {
  position: relative;
  background: rgba(250, 119, 0, 0.92);
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 14, ../../../components/sass/modules/_footer.scss */
  #orangeaction .block, #cartaction .block {
    min-height: 220px;
  }
}
@media (min-width: 650px) and (max-width: 960px) {
  /* line 14, ../../../components/sass/modules/_footer.scss */
  #orangeaction .block, #cartaction .block {
    min-height: 180px;
  }
}
@media (min-width: 960px) {
  /* line 14, ../../../components/sass/modules/_footer.scss */
  #orangeaction .block, #cartaction .block {
    padding-top: 1.618rem;
  }
}
/* line 20, ../../../components/sass/modules/_footer.scss */
#orangeaction .block .content, #cartaction .block .content {
  font-size: 2.05486rem;
  color: #efefef;
  min-height: 50px;
  text-align: right;
  padding-top: 4.25rem;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 20, ../../../components/sass/modules/_footer.scss */
  #orangeaction .block .content, #cartaction .block .content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333%;
    float: left;
    margin-left: 33.33333%;
    margin-right: -100%;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
@media (min-width: 650px) and (max-width: 960px) {
  /* line 20, ../../../components/sass/modules/_footer.scss */
  #orangeaction .block .content, #cartaction .block .content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    margin-left: 25%;
    margin-right: -100%;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    min-height: 150px;
  }
}
@media (min-width: 960px) {
  /* line 20, ../../../components/sass/modules/_footer.scss */
  #orangeaction .block .content, #cartaction .block .content {
    padding-top: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  #orangeaction .block .content:after, #cartaction .block .content:after {
    content: " ";
    display: block;
    clear: both;
  }
}
/* line 43, ../../../components/sass/modules/_footer.scss */
#orangeaction .block input, #cartaction .block input {
  width: 100%;
  margin: 2.62rem;
  border: solid 1px #efefef;
  color: #efefef;
  background: none;
  transition: background-color .4s, border .4s;
}
@media (min-width: 960px) {
  /* line 43, ../../../components/sass/modules/_footer.scss */
  #orangeaction .block input, #cartaction .block input {
    width: auto;
  }
}
/* line 51, ../../../components/sass/modules/_footer.scss */
#orangeaction .block input:hover, #cartaction .block input:hover {
  background: rgba(239, 239, 239, 0.2);
  border: solid 1px #efefef;
  transition: border .4s, background-color .4s;
}
/* line 59, ../../../components/sass/modules/_footer.scss */
#orangeaction .block .close, #cartaction .block .close {
  background: rgba(239, 239, 239, 0.8);
  color: rgba(0, 0, 0, 0.7);
  padding: 5px 10px;
  position: absolute;
  top: 5px;
  right: 10px;
}
/* line 66, ../../../components/sass/modules/_footer.scss */
#orangeaction .block .close:hover, #cartaction .block .close:hover {
  cursor: pointer;
}
/* line 73, ../../../components/sass/modules/_footer.scss */
#orangeaction img, #cartaction img {
  height: auto !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  bottom: 0 !important;
  left: 0px !important;
}
@media (min-width: 650px) {
  /* line 73, ../../../components/sass/modules/_footer.scss */
  #orangeaction img, #cartaction img {
    left: 30px !important;
  }
}

@media (min-width: 0) and (max-width: 650px) {
  /* line 88, ../../../components/sass/modules/_footer.scss */
  #cartaction .content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}

@media (min-width: 0) and (max-width: 650px) {
  /* line 96, ../../../components/sass/modules/_footer.scss */
  img#character.samplepack {
    bottom: 100px !important;
  }
}

/* line 101, ../../../components/sass/modules/_footer.scss */
.greyfooter {
  min-height: 400px;
  background: #242226;
}

/* line 109, ../../../components/sass/modules/_footer.scss */
.darkfooter {
  padding-bottom: 10px;
  padding-top: 4.25rem;
  background: #242226;
}
/* line 111, ../../../components/sass/modules/_footer.scss */
.darkfooter .information {
  max-width: 83%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.85rem;
  padding-bottom: 1.618rem;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.darkfooter .information:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 115, ../../../components/sass/modules/_footer.scss */
.darkfooter .information span {
  margin-top: 5px;
  line-height: 1.27;
  color: #efefef;
  display: block;
  text-align: center;
  font-size: 9px;
  letter-spacing: 1px;
}
/* line 131, ../../../components/sass/modules/_footer.scss */
.darkfooter ul {
  max-width: 83%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.darkfooter ul:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 132, ../../../components/sass/modules/_footer.scss */
.darkfooter a {
  color: #efefef;
  text-decoration: none;
}
/* line 135, ../../../components/sass/modules/_footer.scss */
.darkfooter a:hover {
  color: orange;
}
/* line 138, ../../../components/sass/modules/_footer.scss */
.darkfooter li {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px;
  padding: 10px;
  margin: 10px;
}
/* line 139, ../../../components/sass/modules/_footer.scss */
.darkfooter li:hover {
  color: orange;
}
/* line 145, ../../../components/sass/modules/_footer.scss */
.darkfooter li h4 {
  text-decoration: underline;
  color: #efefef;
  margin-top: 15px;
  margin-bottom: 25px;
}
/* line 146, ../../../components/sass/modules/_footer.scss */
.darkfooter li h4:hover {
  color: orange;
}
/* line 147, ../../../components/sass/modules/_footer.scss */
.darkfooter .footeritem {
  border: none;
}
/* line 152, ../../../components/sass/modules/_footer.scss */
.darkfooter .facebook, .darkfooter .instagram, .darkfooter .contact {
  margin-top: 10px;
  margin-left: 7px;
  margin-right: 7px;
  display: inline-block;
  margin-top: 30px;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  -moz-border-radius: 35px;
  -webkit-border-radius: 35px;
  border-radius: 35px;
  border: 2px solid #ffffff;
  background-size: 60px;
  background-repeat: no-repeat;
}
/* line 168, ../../../components/sass/modules/_footer.scss */
.darkfooter .facebook:hover, .darkfooter .instagram:hover, .darkfooter .contact:hover {
  border-color: orange;
}

/* line 177, ../../../components/sass/modules/_footer.scss */
.buynowbutton {
  display: inline-block;
  background-position: 4px 2px;
  background-size: 45px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  text-align: center;
  border: 2px Solid orange !important;
  width: 100% !important;
  font-weight: 600;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 35px;
  padding-left: 45px !important;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #C0C0C0;
}
/* line 186, ../../../components/sass/modules/_footer.scss */
.buynowbutton a {
  text-align: center;
  color: orange !important;
  font-size: 1.618rem;
}
/* line 200, ../../../components/sass/modules/_footer.scss */
.buynowbutton:hover {
  border: 1px solid #FA7700;
  background-color: #FA7700;
  color: #ffffff !important;
}
/* line 204, ../../../components/sass/modules/_footer.scss */
.buynowbutton:hover a {
  color: #ffffff !important;
}

/* line 210, ../../../components/sass/modules/_footer.scss */
.cart {
  background-image: url("../images/icons/cart.png");
}

/* line 211, ../../../components/sass/modules/_footer.scss */
.sample {
  background-image: url("../images/icons/samplepack.png");
}

/* line 212, ../../../components/sass/modules/_footer.scss */
.storefinder {
  background-image: url("../images/icons/storefinder.png");
}

/* line 213, ../../../components/sass/modules/_footer.scss */
.facebook {
  background-image: url("../images/icons/facebook.png");
}

/* line 216, ../../../components/sass/modules/_footer.scss */
.instagram {
  background-image: url("../images/icons/instagram.png");
}

/* line 218, ../../../components/sass/modules/_footer.scss */
.contact {
  background-image: url("../images/icons/contactwhite.png");
}

@media (min-width: 650px) {
  /* line 226, ../../../components/sass/modules/_footer.scss */
  .footeritem {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
  }
  /* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .footeritem:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  /* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .footeritem:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 960px) {
  /* line 235, ../../../components/sass/modules/_footer.scss */
  .darkfooter ul {
    max-width: 93%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .darkfooter ul:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 236, ../../../components/sass/modules/_footer.scss */
  .darkfooter li {
    border: none;
    padding: 0px;
    margin: 10px;
  }
  /* line 242, ../../../components/sass/modules/_footer.scss */
  .darkfooter li h4 {
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 1.8607rem;
  }
  /* line 245, ../../../components/sass/modules/_footer.scss */
  .darkfooter .facebook, .darkfooter .instagram, .darkfooter .contact {
    display: inline-block;
    min-width: 40px;
    max-width: 40x;
    max-height: 40px;
    min-height: 40px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #ffffff;
    background-size: 40px;
    background-repeat: no-repeat;
  }

  /* line 259, ../../../components/sass/modules/_footer.scss */
  .footeritem {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
  }
  /* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .footeritem:nth-child(5n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  /* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .footeritem:nth-child(5n + 2) {
    margin-left: 20%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .footeritem:nth-child(5n + 3) {
    margin-left: 40%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .footeritem:nth-child(5n + 4) {
    margin-left: 60%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .footeritem:nth-child(5n + 5) {
    margin-left: 80%;
    margin-right: -100%;
    clear: none;
  }
  /* line 261, ../../../components/sass/modules/_footer.scss */
  .footeritem .buynowbutton {
    padding-left: 35px;
    padding: 7px;
    background-size: 40px;
    max-width: 170px;
  }
}
@media (min-width: 1200px) {
  /* line 274, ../../../components/sass/modules/_footer.scss */
  .content {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .content:after {
    content: " ";
    display: block;
    clear: both;
  }
}
/* line 279, ../../../components/sass/modules/_footer.scss */
.joinus {
  background: #585753;
  text-align: center;
  margin: 0;
  text-align: center;
  padding: 6.85rem;
}
/* line 285, ../../../components/sass/modules/_footer.scss */
.joinus span {
  font-size: 2.05486rem;
  padding-right: 15px;
  color: #efefef;
}

/* line 290, ../../../components/sass/modules/_footer.scss */
.dna {
  padding: 1.618rem;
  text-align: center;
  color: #83D8B7;
}
/* line 295, ../../../components/sass/modules/_footer.scss */
.dna a {
  color: #B086E2;
  text-decoration: none;
}

/* line 5, ../../../components/sass/modules/_initialoffer.scss */
#offer {
  max-width: 83%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
#offer:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 960px) {
  /* line 5, ../../../components/sass/modules/_initialoffer.scss */
  #offer {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  #offer:after {
    content: " ";
    display: block;
    clear: both;
  }
}
/* line 15, ../../../components/sass/modules/_initialoffer.scss */
#offer img {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin: 2.62rem;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
#offer img:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 650px) {
  /* line 15, ../../../components/sass/modules/_initialoffer.scss */
  #offer img {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    max-width: 100%;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  #offer img:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 960px) {
  /* line 15, ../../../components/sass/modules/_initialoffer.scss */
  #offer img {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  #offer img:after {
    content: " ";
    display: block;
    clear: both;
  }
}
/* line 31, ../../../components/sass/modules/_initialoffer.scss */
#offer .mainOffer {
  text-align: center;
  position: relative;
  top: -6.85rem;
}
@media (min-width: 650px) {
  /* line 31, ../../../components/sass/modules/_initialoffer.scss */
  #offer .mainOffer {
    text-align: center;
    font-size: 1.24em;
    line-height: 1.618em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: -4.25rem;
  }
  /* line 45, ../../../components/sass/modules/_initialoffer.scss */
  #offer .mainOffer h1 {
    font-size: 6.9rem;
    line-height: 6.9rem;
  }
}
@media (min-width: 650px) and (min-width: 420px) and (max-width: 960px) {
  /* line 45, ../../../components/sass/modules/_initialoffer.scss */
  #offer .mainOffer h1 {
    font-size: 4.26rem;
    line-height: 5.4102rem;
  }
}

@media (min-width: 960px) {
  /* line 31, ../../../components/sass/modules/_initialoffer.scss */
  #offer .mainOffer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    margin-top: 0;
    top: 0;
  }
}
@media (min-width: 0) and (max-width: 420px) {
  /* line 67, ../../../components/sass/modules/_initialoffer.scss */
  #offer .mainOffer p span {
    font-size: 0.7874em;
    line-height: 0.7874em;
  }
}
/* line 74, ../../../components/sass/modules/_initialoffer.scss */
#offer ul {
  margin-bottom: 2.62rem;
  margin-top: 6.85rem;
  list-style: disc;
}
/* line 76, ../../../components/sass/modules/_initialoffer.scss */
#offer ul li {
  text-align: left;
  margin-left: 2.62rem;
}
/* line 82, ../../../components/sass/modules/_initialoffer.scss */
#offer p {
  font-size: 2.62rem;
  line-height: 3.3274rem;
}

/* line 91, ../../../components/sass/modules/_initialoffer.scss */
p {
  font-size: 1.618rem;
}
/* line 92, ../../../components/sass/modules/_initialoffer.scss */
pspan {
  font-size: 2.62rem;
}

/* line 96, ../../../components/sass/modules/_initialoffer.scss */
form {
  margin: 2.62rem 0 0;
}

/* line 98, ../../../components/sass/modules/_initialoffer.scss */
.openscreen {
  position: relative;
  min-height: 800px;
}
@media (min-width: 960px) {
  /* line 98, ../../../components/sass/modules/_initialoffer.scss */
  .openscreen {
    min-height: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}

/* line 111, ../../../components/sass/modules/_initialoffer.scss */
.downTriangle {
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 50px;
  height: 50px;
  background: #ffffff;
  margin: 0 auto;
}

/* line 4, ../../../components/sass/modules/_quotefeature.scss */
section#quotefeature {
  padding: 4.25rem 0 6.85rem;
  max-width: 83%;
  margin-left: auto;
  margin-right: auto;
  color: #efefef;
  font-size: 2.62rem;
  line-height: 3.5632rem;
  text-align: center;
}
/* line 7, ../../../components/sass/modules/_quotefeature.scss */
section#quotefeature .quote {
  display: none;
}
/* line 11, ../../../components/sass/modules/_quotefeature.scss */
section#quotefeature .quoteNav {
  position: relative;
  bottom: 2.62rem;
  left: 0px;
  text-align: center;
  width: 100%;
  z-index: 103;
}
/* line 17, ../../../components/sass/modules/_quotefeature.scss */
section#quotefeature .quoteNav div {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid rgba(239, 239, 239, 0.5);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0px 8px 0px 8px;
  cursor: pointer;
  transition: background-color .4s, border .4s;
}
/* line 26, ../../../components/sass/modules/_quotefeature.scss */
section#quotefeature .quoteNav div:hover {
  border-color: #efefef;
  background-color: rgba(239, 239, 239, 0.2);
}
/* line 30, ../../../components/sass/modules/_quotefeature.scss */
section#quotefeature .quoteNav div.selected {
  background-color: #efefef;
}
/* line 36, ../../../components/sass/modules/_quotefeature.scss */
section#quotefeature .btnContainer {
  bottom: 2.62rem;
  left: 0px;
  text-align: center;
  width: 100%;
  z-index: 103;
  padding-bottom: 4.25rem;
}
/* line 44, ../../../components/sass/modules/_quotefeature.scss */
section#quotefeature .btn {
  display: inline-block;
  width: 39px;
  height: 39px;
  background-size: 50px 30px;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: background-color .4s, border .4s;
}
/* line 57, ../../../components/sass/modules/_quotefeature.scss */
section#quotefeature .btn:hover {
  border-color: #efefef;
  background-color: rgba(44, 44, 44, 0.6);
}
/* line 60, ../../../components/sass/modules/_quotefeature.scss */
section#quotefeature .btn.prev {
  left: 20px;
  z-index: 104;
  background-image: url("../images/icons/arrow_left.svg");
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 2.62rem;
}
/* line 68, ../../../components/sass/modules/_quotefeature.scss */
section#quotefeature .btn.next {
  left: 20px;
  z-index: 105;
  background-image: url("../images/icons/arrow_right.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: medium) {
  /* line 4, ../../../components/sass/modules/_quotefeature.scss */
  section#quotefeature {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  section#quotefeature:after {
    content: " ";
    display: block;
    clear: both;
  }
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
section#quotefeature:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 92, ../../../components/sass/modules/_quotefeature.scss */
section#quotefeature header {
  font-size: 2.62rem;
  margin-bottom: 1.618rem;
  display: none;
}
/* line 99, ../../../components/sass/modules/_quotefeature.scss */
section#quotefeature span {
  margin-top: 15px;
  font-size: 1.618rem;
  line-height: 1.618rem;
  display: block;
  text-align: right;
  font-style: italic;
}
/* line 101, ../../../components/sass/modules/_quotefeature.scss */
section#quotefeature span:nth-child(1) {
  margin-top: 4.25rem;
}
/* line 110, ../../../components/sass/modules/_quotefeature.scss */
section#quotefeature span.quoteby {
  font-size: 1.24em;
  font-style: italic;
  text-transform: uppercase;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 110, ../../../components/sass/modules/_quotefeature.scss */
  section#quotefeature span.quoteby {
    line-height: 1.27 !important;
  }
}

/* line 121, ../../../components/sass/modules/_quotefeature.scss */
#reviewfeature {
  padding: 6.85rem;
  min-height: 550px;
}
/* line 125, ../../../components/sass/modules/_quotefeature.scss */
#reviewfeature .quoteNav {
  top: 220px;
  left: 0px;
}
/* line 127, ../../../components/sass/modules/_quotefeature.scss */
#reviewfeature .quoteNav div {
  border: 2px solid rgba(36, 34, 38, 0.5) !important;
}
/* line 129, ../../../components/sass/modules/_quotefeature.scss */
#reviewfeature .quoteNav div:hover {
  border-color: #242226;
  background-color: rgba(36, 34, 38, 0.3) !important;
}
/* line 132, ../../../components/sass/modules/_quotefeature.scss */
#reviewfeature .quoteNav div.selected {
  background-color: #242226 !important;
}

/* line 140, ../../../components/sass/modules/_quotefeature.scss */
#quotefeature.light {
  color: black;
}

/* line 1, ../../../components/sass/modules/_nootropics.scss */
.fullheight, .initial {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  min-height: 800px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: left;
  justify-content: left;
}
@media (min-width: 650px) {
  /* line 1, ../../../components/sass/modules/_nootropics.scss */
  .fullheight, .initial {
    min-height: 650px;
  }
}

/* line 17, ../../../components/sass/modules/_nootropics.scss */
article#nootropics .content {
  max-width: 83%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
article#nootropics .content:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 650px) {
  /* line 17, ../../../components/sass/modules/_nootropics.scss */
  article#nootropics .content {
    max-width: 83%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  article#nootropics .content:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1200px) {
  /* line 17, ../../../components/sass/modules/_nootropics.scss */
  article#nootropics .content {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  article#nootropics .content:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 960px) {
  /* line 30, ../../../components/sass/modules/_nootropics.scss */
  article#nootropics .content #who, article#nootropics .content #what, article#nootropics .content #how, article#nootropics .content #whoicons, article#nootropics .content #howicons {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
/* line 43, ../../../components/sass/modules/_nootropics.scss */
article#nootropics ul {
  margin-top: 2.62rem;
}
/* line 86, ../../../components/sass/_mixins.scss */
article#nootropics ul :before, article#nootropics ul :after {
  content: '';
  display: table;
}
/* line 91, ../../../components/sass/_mixins.scss */
article#nootropics ul :after {
  clear: both;
}
/* line 48, ../../../components/sass/modules/_nootropics.scss */
article#nootropics li {
  text-align: center;
  background-size: 6.85rem;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: 2.62rem;
}
/* line 62, ../../../components/sass/modules/_nootropics.scss */
article#nootropics li.students {
  background-image: url("../images/icons/student.png");
}
/* line 63, ../../../components/sass/modules/_nootropics.scss */
article#nootropics li.corporates {
  background-image: url("../images/icons/corporate.png");
}
/* line 64, ../../../components/sass/modules/_nootropics.scss */
article#nootropics li.entrepreneurs {
  background-image: url("../images/icons/entrepreneur.png");
}
/* line 65, ../../../components/sass/modules/_nootropics.scss */
article#nootropics li.athletes {
  background-image: url("../images/icons/athlete.png");
}
/* line 68, ../../../components/sass/modules/_nootropics.scss */
article#nootropics li.concentration {
  background-image: url("../images/icons/concentration.png");
}
/* line 69, ../../../components/sass/modules/_nootropics.scss */
article#nootropics li.motivation {
  background-image: url("../images/icons/motivation.png");
}
/* line 70, ../../../components/sass/modules/_nootropics.scss */
article#nootropics li.memory {
  background-image: url("../images/icons/memory.png");
}
/* line 71, ../../../components/sass/modules/_nootropics.scss */
article#nootropics li.mood {
  background-image: url("../images/icons/mood.png");
}
/* line 74, ../../../components/sass/modules/_nootropics.scss */
article#nootropics li.icons {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding-left: 2.5%;
  padding-right: 2.5%;
  display: block;
  float: left;
  padding-top: 6.85rem;
  background-repeat: no-repeat;
  background-position: top center;
  font-size: .75em;
  position: relative;
}
/* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
article#nootropics li.icons:nth-child(4n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
}
/* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
article#nootropics li.icons:nth-child(4n + 2) {
  margin-left: 25%;
  margin-right: -100%;
  clear: none;
}
/* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
article#nootropics li.icons:nth-child(4n + 3) {
  margin-left: 50%;
  margin-right: -100%;
  clear: none;
}
/* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
article#nootropics li.icons:nth-child(4n + 4) {
  margin-left: 75%;
  margin-right: -100%;
  clear: none;
}
@media (min-width: 650px) and (max-width: 960px) {
  /* line 74, ../../../components/sass/modules/_nootropics.scss */
  article#nootropics li.icons {
    margin-top: 17.94rem;
    position: relative;
    top: -11.09rem;
  }
}
/* line 105, ../../../components/sass/modules/_nootropics.scss */
article#nootropics lispan {
  display: none;
}

/* line 117, ../../../components/sass/modules/_nootropics.scss */
article#chooseyourdestiny {
  text-align: center;
}
/* line 122, ../../../components/sass/modules/_nootropics.scss */
article#chooseyourdestiny h2 {
  padding: 0;
}
/* line 123, ../../../components/sass/modules/_nootropics.scss */
article#chooseyourdestiny .content {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
article#chooseyourdestiny .content:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 650px) {
  /* line 117, ../../../components/sass/modules/_nootropics.scss */
  article#chooseyourdestiny {
    text-align: left;
  }
  /* line 129, ../../../components/sass/modules/_nootropics.scss */
  article#chooseyourdestiny h2 {
    padding: 0 10px;
  }
  /* line 130, ../../../components/sass/modules/_nootropics.scss */
  article#chooseyourdestiny .content {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  article#chooseyourdestiny .content:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 960px) {
  /* line 136, ../../../components/sass/modules/_nootropics.scss */
  article#chooseyourdestiny h2 {
    padding: 0 150px;
  }
  /* line 137, ../../../components/sass/modules/_nootropics.scss */
  article#chooseyourdestiny .content {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  article#chooseyourdestiny .content:after {
    content: " ";
    display: block;
    clear: both;
  }
}

/* line 146, ../../../components/sass/modules/_nootropics.scss */
.face .more {
  margin-top: 0px;
  margin-bottom: 10px;
}

/* line 2, ../../../components/sass/modules/_forms.scss */
input[type=text] {
  font-size: 1.618rem;
  width: 29.03rem;
  padding: 12px 20px;
  margin: 15px 5px;
  box-sizing: border-box;
  border: 1px solid #C0C0C0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 10, ../../../components/sass/modules/_forms.scss */
input[type=text]:active {
  border: 1px 1px 1px 5px solid red;
}
/* line 11, ../../../components/sass/modules/_forms.scss */
input[type=text]:hover {
  border: 1px solid orange;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 2, ../../../components/sass/modules/_forms.scss */
  input[type=text] {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  input[type=text]:after {
    content: " ";
    display: block;
    clear: both;
  }
}

/* line 23, ../../../components/sass/modules/_forms.scss */
input[type=button], input[type=submit] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.618rem;
  padding: 12px 20px;
  margin: 15px 5px;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
  color: #efefef;
  background-color: orange;
  font-weight: 600;
  border: 1px solid orange;
}
/* line 35, ../../../components/sass/modules/_forms.scss */
input[type=button]:hover, input[type=submit]:hover {
  background-color: #FA7700;
  border: 1px solid #FA7700;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 23, ../../../components/sass/modules/_forms.scss */
  input[type=button], input[type=submit] {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  input[type=button]:after, input[type=submit]:after {
    content: " ";
    display: block;
    clear: both;
  }
}

/* line 47, ../../../components/sass/modules/_forms.scss */
.product input[type=button], .product input[type=submit] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 90%;
  max-width: 350px;
  font-size: 1.618rem;
  padding: 12px 20px;
  margin: 15px 5px;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
  color: #efefef;
  background-color: #ff3333;
  font-weight: 600;
  border: 1px solid #cc0000;
}
/* line 61, ../../../components/sass/modules/_forms.scss */
.product input[type=button]:hover, .product input[type=submit]:hover {
  background-color: #FA7700;
  border: 1px solid #FA7700;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 47, ../../../components/sass/modules/_forms.scss */
  .product input[type=button], .product input[type=submit] {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .product input[type=button]:after, .product input[type=submit]:after {
    content: " ";
    display: block;
    clear: both;
  }
}

/* line 75, ../../../components/sass/modules/_forms.scss */
.feature input[type=button], .feature input[type=submit] {
  width: 100%;
  padding: 20px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTUwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhNzcwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffa500), color-stop(100%, #fa7700));
  background-image: -moz-linear-gradient(top, #ffa500, #fa7700);
  background-image: -webkit-linear-gradient(top, #ffa500, #fa7700);
  background-image: linear-gradient(to bottom, #ffa500, #fa7700);
}
/* line 80, ../../../components/sass/modules/_forms.scss */
.feature input[type=button]:hover, .feature input[type=submit]:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTUwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhNzcwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffa500), color-stop(100%, #fa7700));
  background-image: -moz-linear-gradient(bottom, #ffa500, #fa7700);
  background-image: -webkit-linear-gradient(bottom, #ffa500, #fa7700);
  background-image: linear-gradient(to top, #ffa500, #fa7700);
}

/* line 1, ../../../components/sass/modules/_media.scss */
.triangle {
  position: relative;
  background-image: url("../images/culture/redTopTriangles.jpg");
  background-position: top right;
  background-repeat: no-repeat;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 1, ../../../components/sass/modules/_media.scss */
  .triangle {
    padding: 11.09rem 0 29.03rem;
  }
}

/* line 12, ../../../components/sass/modules/_media.scss */
.triangleBottom {
  background-image: url("../images/icons/focuson-triangles-bottom.gif");
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 12, ../../../components/sass/modules/_media.scss */
  .triangleBottom {
    background: linear-gradient(to left, rgba(239, 239, 239, 0.5), rgba(239, 239, 239, 0.9)), url("../images/culture/redBottomTriangles.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}

/* line 27, ../../../components/sass/modules/_media.scss */
.triangleBottomLeft {
  position: relative;
  background-image: url("../images/culture/redBottomTriangleLeft.jpg");
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 27, ../../../components/sass/modules/_media.scss */
  .triangleBottomLeft {
    padding: 11.09rem 0 29.03rem;
  }
}

/* line 43, ../../../components/sass/modules/_media.scss */
.unichemlogo {
  background: url("../images/logos/unichemlogo.png");
  background-repeat: no-repeat;
  max-height: auto;
  max-width: 90%;
  background-size: contain;
  width: 90%;
  height: auto;
  float: left;
  margin-left: 5%;
  margin-right: auto;
  padding-top: 100px;
  text-align: center;
}
/* line 86, ../../../components/sass/_mixins.scss */
.unichemlogo :before, .unichemlogo :after {
  content: '';
  display: table;
}
/* line 91, ../../../components/sass/_mixins.scss */
.unichemlogo :after {
  clear: both;
}

/* line 46, ../../../components/sass/modules/_media.scss */
.lifelogo {
  background: url("../images/logos/lifepharmacylogo.png");
  background-repeat: no-repeat;
  max-height: auto;
  max-width: 90%;
  background-size: contain;
  width: 90%;
  height: auto;
  float: left;
  margin-left: 5%;
  margin-right: auto;
  padding-top: 100px;
  text-align: center;
}
/* line 86, ../../../components/sass/_mixins.scss */
.lifelogo :before, .lifelogo :after {
  content: '';
  display: table;
}
/* line 91, ../../../components/sass/_mixins.scss */
.lifelogo :after {
  clear: both;
}

/* line 49, ../../../components/sass/modules/_media.scss */
.naturallogo {
  background: url("../images/logos/naturalhealthlogo.png");
  background-repeat: no-repeat;
  max-height: auto;
  max-width: 90%;
  background-size: contain;
  width: 90%;
  height: auto;
  float: left;
  margin-left: 5%;
  margin-right: auto;
  padding-top: 100px;
  text-align: center;
}
/* line 86, ../../../components/sass/_mixins.scss */
.naturallogo :before, .naturallogo :after {
  content: '';
  display: table;
}
/* line 91, ../../../components/sass/_mixins.scss */
.naturallogo :after {
  clear: both;
}

/* line 3, ../../../components/sass/modules/_whyfree.scss */
article#whyfree {
  text-align: center;
  padding: 6.85rem 0 6.85rem;
}
/* line 86, ../../../components/sass/_mixins.scss */
article#whyfree :before, article#whyfree :after {
  content: '';
  display: table;
}
/* line 91, ../../../components/sass/_mixins.scss */
article#whyfree :after {
  clear: both;
}
/* line 10, ../../../components/sass/modules/_whyfree.scss */
article#whyfree h2 {
  text-align: center;
  padding: 6.85rem 0 6.85rem;
}
/* line 13, ../../../components/sass/modules/_whyfree.scss */
article#whyfree section {
  margin-bottom: 6.85rem;
}
/* line 14, ../../../components/sass/modules/_whyfree.scss */
article#whyfree section h3 {
  margin-bottom: 5px;
}
@media (min-width: 650px) {
  /* line 13, ../../../components/sass/modules/_whyfree.scss */
  article#whyfree section {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 3.33333%;
    padding-right: 3.33333%;
    text-align: center;
  }
  /* line 21, ../../../components/sass/modules/_whyfree.scss */
  article#whyfree section h3 {
    margin-bottom: 4.25rem;
    margin-top: 2.62rem;
  }
  /* line 86, ../../../components/sass/_mixins.scss */
  article#whyfree section :before, article#whyfree section :after {
    content: '';
    display: table;
  }
  /* line 91, ../../../components/sass/_mixins.scss */
  article#whyfree section :after {
    clear: both;
  }
}
/* line 30, ../../../components/sass/modules/_whyfree.scss */
article#whyfree section img {
  width: 39%;
  max-width: 39%;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 30, ../../../components/sass/modules/_whyfree.scss */
  article#whyfree section img {
    width: 15%;
    max-width: 15%;
    float: right;
  }
}
/* line 43, ../../../components/sass/modules/_whyfree.scss */
article#whyfree .read {
  text-align: center;
  text-decoration: none;
  display: none;
  border: solid 1px #242226;
  color: #242226;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 4.25rem;
  margin-bottom: 4.25rem;
  padding: 1.618rem 4.25rem;
  display: inline-block;
}
/* line 86, ../../../components/sass/_mixins.scss */
article#whyfree .read :before, article#whyfree .read :after {
  content: '';
  display: table;
}
/* line 91, ../../../components/sass/_mixins.scss */
article#whyfree .read :after {
  clear: both;
}
/* line 58, ../../../components/sass/modules/_whyfree.scss */
article#whyfree .read:hover {
  background: rgba(36, 34, 38, 0.1);
}

/* line 1, ../../../components/sass/modules/_productselect.scss */
.buynow {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 90%;
  max-width: 350px;
  font-size: 1.618rem;
  padding: 12px 20px;
  margin: 15px 5px;
  box-sizing: border-box;
  text-transform: uppercase;
  cursor: pointer;
  color: #efefef;
  background-color: #ff3333;
  font-weight: 600;
  border: 1px solid #cc0000;
}
/* line 16, ../../../components/sass/modules/_productselect.scss */
.buynow:hover {
  background-color: #FA7700;
  border: 1px solid #FA7700;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 1, ../../../components/sass/modules/_productselect.scss */
  .buynow {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .buynow:after {
    content: " ";
    display: block;
    clear: both;
  }
}
/* line 25, ../../../components/sass/modules/_productselect.scss */
.buynow.feature {
  width: 100%;
  padding: 20px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTUwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhNzcwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffa500), color-stop(100%, #fa7700));
  background-image: -moz-linear-gradient(top, #ffa500, #fa7700);
  background-image: -webkit-linear-gradient(top, #ffa500, #fa7700);
  background-image: linear-gradient(to bottom, #ffa500, #fa7700);
}
/* line 30, ../../../components/sass/modules/_productselect.scss */
.buynow.feature:hover {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTUwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhNzcwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffa500), color-stop(100%, #fa7700));
  background-image: -moz-linear-gradient(bottom, #ffa500, #fa7700);
  background-image: -webkit-linear-gradient(bottom, #ffa500, #fa7700);
  background-image: linear-gradient(to top, #ffa500, #fa7700);
}

/* line 36, ../../../components/sass/modules/_productselect.scss */
article#productselect {
  padding: 6.85rem 0 6.85rem;
  background: #ffffff;
}
/* line 43, ../../../components/sass/modules/_productselect.scss */
article#productselect section {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
article#productselect section:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1200px) {
  /* line 43, ../../../components/sass/modules/_productselect.scss */
  article#productselect section {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  article#productselect section:after {
    content: " ";
    display: block;
    clear: both;
  }
}
/* line 50, ../../../components/sass/modules/_productselect.scss */
article#productselect section .product {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding-left: 2.5%;
  padding-right: 2.5%;
  height: 95%;
  background: #fceeee;
  border: solid 1px #dadada;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 50, ../../../components/sass/modules/_productselect.scss */
  article#productselect section .product {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 10%;
    padding-right: 10%;
    margin: 4.25rem 0;
  }
}
@media (min-width: 650px) and (max-width: 960px) {
  /* line 50, ../../../components/sass/modules/_productselect.scss */
  article#productselect section .product {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 3.33333%;
    padding-right: 3.33333%;
  }
}
/* line 61, ../../../components/sass/modules/_productselect.scss */
article#productselect section .product.feature {
  background: #ffffff;
  margin-top: -20px;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 61, ../../../components/sass/modules/_productselect.scss */
  article#productselect section .product.feature {
    margin-top: 20px;
    padding: 20px 0;
    border: solid 1px #C0C0C0;
  }
}
/* line 75, ../../../components/sass/modules/_productselect.scss */
article#productselect section .product:nth-child(2n) {
  background: #fceeee;
}
/* line 81, ../../../components/sass/modules/_productselect.scss */
article#productselect section .product .item {
  text-align: center;
}
/* line 84, ../../../components/sass/modules/_productselect.scss */
article#productselect section .product .item span {
  display: block;
}
/* line 85, ../../../components/sass/modules/_productselect.scss */
article#productselect section .product .item .price {
  font-size: 4.25rem;
  margin: 2.62rem 0;
  color: #990000;
}
/* line 90, ../../../components/sass/modules/_productselect.scss */
article#productselect section .product .item .productname {
  font-size: 2.62rem;
  text-transform: uppercase;
  margin-bottom: 2.62rem;
}
/* line 101, ../../../components/sass/modules/_productselect.scss */
article#productselect section img {
  width: 100%;
}
/* line 104, ../../../components/sass/modules/_productselect.scss */
article#productselect section .enquiry {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  float: right;
  padding-left: 2.5%;
  padding-right: 2.5%;
  height: auto;
  padding-left: 2em;
  padding-bottom: 2em;
}
/* line 105, ../../../components/sass/modules/_productselect.scss */
article#productselect section .enquiry .title {
  font-size: 2.62rem;
  text-transform: uppercase;
  margin-bottom: 2.62rem;
}
@media (min-width: 650px) and (max-width: 960px) {
  /* line 104, ../../../components/sass/modules/_productselect.scss */
  article#productselect section .enquiry {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
    margin: 4.25rem 0;
  }
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 104, ../../../components/sass/modules/_productselect.scss */
  article#productselect section .enquiry {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 10%;
    padding-right: 10%;
    margin: 4.25rem 0;
  }
}
/* line 126, ../../../components/sass/modules/_productselect.scss */
article#productselect section .enquiry #expert {
  text-align: center;
  border: solid 1px #dadada;
  padding: 5px;
}
/* line 130, ../../../components/sass/modules/_productselect.scss */
article#productselect section .enquiry #expert span {
  font-size: 2.62rem;
  text-transform: capitalize;
  margin-bottom: 2.62rem;
}
@media (min-width: 960px) and (max-width: 1200px) {
  /* line 130, ../../../components/sass/modules/_productselect.scss */
  article#productselect section .enquiry #expert span {
    font-size: 1.618rem;
    text-transform: uppercase;
  }
}
/* line 139, ../../../components/sass/modules/_productselect.scss */
article#productselect section .enquiry #expert .description {
  padding: 15px;
}

/* line 3, ../../../components/sass/modules/_reviews.scss */
#reviews header {
  background: #FA7700;
  color: #efefef;
  padding-top: 4.25rem;
  padding-bottom: 1.618rem;
}
/* line 8, ../../../components/sass/modules/_reviews.scss */
#reviews header .writing {
  max-width: 83%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
#reviews header .writing:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 10, ../../../components/sass/modules/_reviews.scss */
#reviews header .writing h3 {
  margin-bottom: 2.62rem;
}
/* line 12, ../../../components/sass/modules/_reviews.scss */
#reviews header.lighten {
  background: #ffc794;
  color: #242226;
}
/* line 17, ../../../components/sass/modules/_reviews.scss */
#reviews .imagebanner {
  min-height: 29.03rem;
  background-image: url("../images/culture/handsup-for-focuson.jpg");
  background-size: cover;
  background-position: center center;
}
/* line 24, ../../../components/sass/modules/_reviews.scss */
#reviews .content {
  max-width: 83%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.85rem;
  margin-bottom: 6.85rem;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
#reviews .content:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1200px) {
  /* line 24, ../../../components/sass/modules/_reviews.scss */
  #reviews .content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  #reviews .content:after {
    content: " ";
    display: block;
    clear: both;
  }
}

/* line 3, ../../../components/sass/modules/_caseStudies.scss */
#caseStudies header {
  min-height: 250px;
  background-position: top right;
  margin-bottom: 4.25rem;
}
/* line 5, ../../../components/sass/modules/_caseStudies.scss */
#caseStudies header h2 {
  font-size: 2.62rem;
  text-align: center;
  min-width: 100%;
  padding: 20px;
  position: absolute;
  top: 0;
  color: #efefef;
  background-color: rgba(60, 42, 74, 0.5);
}
@media (min-width: 1200px) {
  /* line 5, ../../../components/sass/modules/_caseStudies.scss */
  #caseStudies header h2 {
    top: 0;
    text-align: right;
    padding-right: 4.25rem;
  }
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 3, ../../../components/sass/modules/_caseStudies.scss */
  #caseStudies header {
    min-height: 180px;
    background-size: 150% auto;
  }
}
/* line 20, ../../../components/sass/modules/_caseStudies.scss */
#caseStudies .content {
  max-width: 83%;
  margin-left: auto;
  margin-right: auto;
}
/* line 22, ../../../components/sass/modules/_caseStudies.scss */
#caseStudies .content .widewriting p:first-of-type:first-letter {
  float: left;
  color: #5A1114;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  font-family: Georgia;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
#caseStudies .content:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 960px) {
  /* line 20, ../../../components/sass/modules/_caseStudies.scss */
  #caseStudies .content {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  #caseStudies .content:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 32, ../../../components/sass/modules/_caseStudies.scss */
  #caseStudies .content .writing {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
  /* line 37, ../../../components/sass/modules/_caseStudies.scss */
  #caseStudies .content .widewriting {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    text-align: justify;
  }
  /* line 41, ../../../components/sass/modules/_caseStudies.scss */
  #caseStudies .content .widewriting h1, #caseStudies .content .widewriting h2, #caseStudies .content .widewriting h3, #caseStudies .content .widewriting h4, #caseStudies .content .widewriting h5, #caseStudies .content .widewriting h6 {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  /* line 20, ../../../components/sass/modules/_caseStudies.scss */
  #caseStudies .content {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  #caseStudies .content:after {
    content: " ";
    display: block;
    clear: both;
  }
}
/* line 51, ../../../components/sass/modules/_caseStudies.scss */
#caseStudies .crowd .content {
  padding: 6.85rem 0 6.85rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
#caseStudies .crowd .content:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 51, ../../../components/sass/modules/_caseStudies.scss */
  #caseStudies .crowd .content {
    padding: 4.25rem 0 6.85rem;
    max-width: 83%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  #caseStudies .crowd .content:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 50, ../../../components/sass/modules/_caseStudies.scss */
  #caseStudies .crowd {
    min-height: 400px;
  }
}
/* line 65, ../../../components/sass/modules/_caseStudies.scss */
#caseStudies figure {
  text-align: center;
  max-width: 250px;
  float: right;
  margin: 0 4.25rem 4.25rem 4.25rem;
  display: inline-block;
  margin-right: -11.09rem;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 65, ../../../components/sass/modules/_caseStudies.scss */
  #caseStudies figure {
    margin-right: 0 !important;
    float: none !important;
  }
}
@media (min-width: 650px) and (max-width: 960px) {
  /* line 65, ../../../components/sass/modules/_caseStudies.scss */
  #caseStudies figure {
    margin-right: 0 !important;
  }
}
/* line 82, ../../../components/sass/modules/_caseStudies.scss */
#caseStudies blockquote {
  color: #5A1114;
  font-style: italic;
  margin: 4.25rem;
  quotes: "“" "”";
}
/* line 89, ../../../components/sass/modules/_caseStudies.scss */
#caseStudies blockquote::before {
  font-family: "Times New Roman", Times, serif;
  content: open-quote;
  color: #5A1114;
  font-size: 4em;
  float: left;
  margin-left: -4.25rem;
}
/* line 100, ../../../components/sass/modules/_caseStudies.scss */
#caseStudies blockquote::after {
  font-family: "Times New Roman", Times, serif;
  content: close-quote;
  color: #5A1114;
  font-size: 4em;
  float: right;
  margin-top: 2.62rem;
  margin-right: -2.62rem;
}
/* line 113, ../../../components/sass/modules/_caseStudies.scss */
#caseStudies h4.quote {
  text-align: left;
  display: inline-block;
  float: right;
  max-width: 29.03rem;
  margin: 2.62rem;
  margin-right: -11.09rem;
}
/* line 122, ../../../components/sass/modules/_caseStudies.scss */
#caseStudies .main {
  margin-top: 6.85rem;
  margin-bottom: 6.85rem;
}

/* line 3, ../../../components/sass/modules/_science.scss */
#science .split {
  margin-top: 4.25rem;
  max-width: 100%;
  float: none;
}
@media (min-width: 650px) {
  /* line 3, ../../../components/sass/modules/_science.scss */
  #science .split {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
  }
  /* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  #science .split:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  /* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  #science .split:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
}
/* line 10, ../../../components/sass/modules/_science.scss */
#science img {
  float: right;
  max-width: 100%;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 17, ../../../components/sass/modules/_science.scss */
  #science .science.one {
    background: url("../images/culture/natural-ingredients-supporting-natural-processes.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    max-height: auto;
    max-width: 100%;
    background-size: contain;
    width: 100%;
    height: auto;
    padding-bottom: 180px;
  }
  /* line 86, ../../../components/sass/_mixins.scss */
  #science .science.one :before, #science .science.one :after {
    content: '';
    display: table;
  }
  /* line 91, ../../../components/sass/_mixins.scss */
  #science .science.one :after {
    clear: both;
  }
  /* line 18, ../../../components/sass/modules/_science.scss */
  #science .science.two {
    background: url("../images/culture/neurological-pathways.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    max-height: auto;
    max-width: 100%;
    background-size: contain;
    width: 100%;
    height: auto;
    padding-bottom: 180px;
  }
  /* line 86, ../../../components/sass/_mixins.scss */
  #science .science.two :before, #science .science.two :after {
    content: '';
    display: table;
  }
  /* line 91, ../../../components/sass/_mixins.scss */
  #science .science.two :after {
    clear: both;
  }
  /* line 19, ../../../components/sass/modules/_science.scss */
  #science .science.three {
    background: url("../images/culture/pde4-inhibitor.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    max-height: auto;
    max-width: 100%;
    background-size: contain;
    width: 100%;
    height: auto;
    padding-bottom: 180px;
  }
  /* line 86, ../../../components/sass/_mixins.scss */
  #science .science.three :before, #science .science.three :after {
    content: '';
    display: table;
  }
  /* line 91, ../../../components/sass/_mixins.scss */
  #science .science.three :after {
    clear: both;
  }
  /* line 20, ../../../components/sass/modules/_science.scss */
  #science .science.four {
    background: url("../images/culture/balanced-neurotransmitters.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    max-height: auto;
    max-width: 100%;
    background-size: contain;
    width: 100%;
    height: auto;
    padding-bottom: 180px;
  }
  /* line 86, ../../../components/sass/_mixins.scss */
  #science .science.four :before, #science .science.four :after {
    content: '';
    display: table;
  }
  /* line 91, ../../../components/sass/_mixins.scss */
  #science .science.four :after {
    clear: both;
  }
}
/* line 25, ../../../components/sass/modules/_science.scss */
#science section.science .content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -2.62rem;
  margin-bottom: 2.62rem;
  padding-top: 6.85rem;
  padding-bottom: 4.25rem;
  background: #585753;
}
/* line 26, ../../../components/sass/modules/_science.scss */
#science section.science .content .writing {
  max-width: 83%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
#science section.science .content .writing:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
#science section.science .content:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 650px) {
  /* line 25, ../../../components/sass/modules/_science.scss */
  #science section.science .content {
    background: rgba(60, 42, 74, 0.8);
  }
}
@media (min-width: 960px) {
  /* line 25, ../../../components/sass/modules/_science.scss */
  #science section.science .content {
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    margin-left: 33.33333%;
    margin-right: -100%;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    padding: 6.85rem;
    float: none;
  }
}
@media (min-width: 1200px) {
  /* line 25, ../../../components/sass/modules/_science.scss */
  #science section.science .content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: none;
  }
}
/* line 51, ../../../components/sass/modules/_science.scss */
#science section.science:nth-child(odd) .content {
  background: #efefef;
}
@media (min-width: 650px) {
  /* line 51, ../../../components/sass/modules/_science.scss */
  #science section.science:nth-child(odd) .content {
    background: rgba(239, 239, 239, 0.8);
  }
}
@media (min-width: 960px) {
  /* line 51, ../../../components/sass/modules/_science.scss */
  #science section.science:nth-child(odd) .content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: none;
  }
}
@media (min-width: 1200px) {
  /* line 51, ../../../components/sass/modules/_science.scss */
  #science section.science:nth-child(odd) .content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    float: none;
  }
}
/* line 70, ../../../components/sass/modules/_science.scss */
#science .references {
  background: #fff5f5;
}
/* line 72, ../../../components/sass/modules/_science.scss */
#science .references ol {
  list-style: decimal;
}
/* line 73, ../../../components/sass/modules/_science.scss */
#science .references ol li {
  margin-top: 10px;
  margin-left: 10px;
  color: #3C2A4A;
}
/* line 74, ../../../components/sass/modules/_science.scss */
#science .references ol li a {
  text-decoration: none;
  color: #3C2A4A;
}
/* line 75, ../../../components/sass/modules/_science.scss */
#science .references ol li a:hover {
  color: #FA7700;
}
/* line 76, ../../../components/sass/modules/_science.scss */
#science .references .content {
  padding: 6.85rem 0;
  max-width: 83%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
#science .references .content:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 2, ../../../components/sass/modules/_ingredients.scss */
#ingredients header {
  min-height: 450px !important;
}
/* line 6, ../../../components/sass/modules/_ingredients.scss */
#ingredients a {
  display: inline-block;
}
/* line 7, ../../../components/sass/modules/_ingredients.scss */
#ingredients h2 span {
  display: inline-block;
  line-height: 1.27;
}

/* line 13, ../../../components/sass/modules/_ingredients.scss */
#ingredientbase img {
  padding: 20px;
  width: 100%;
  margin-bottom: 2.62rem;
  margin-right: -2.62rem;
}
@media (min-width: 650px) {
  /* line 13, ../../../components/sass/modules/_ingredients.scss */
  #ingredientbase img {
    width: auto;
    float: right;
    margin-top: size3;
    margin-right: 0;
  }
}
/* line 17, ../../../components/sass/modules/_ingredients.scss */
#ingredientbase header {
  min-height: 400px;
}
/* line 19, ../../../components/sass/modules/_ingredients.scss */
#ingredientbase header h2 {
  text-align: center;
  min-width: 100%;
  padding: 20px;
  position: absolute;
  top: 315px;
  color: #efefef;
  background-color: rgba(0, 57, 67, 0.5);
}
@media (min-width: 1200px) {
  /* line 19, ../../../components/sass/modules/_ingredients.scss */
  #ingredientbase header h2 {
    top: 0;
    text-align: right;
    padding-right: 4.25rem;
  }
}
/* line 23, ../../../components/sass/modules/_ingredients.scss */
#ingredientbase #subnav a {
  text-decoration: none;
  color: #003943;
}
/* line 23, ../../../components/sass/modules/_ingredients.scss */
#ingredientbase #subnav a:hover {
  color: #FA7700;
}
/* line 24, ../../../components/sass/modules/_ingredients.scss */
#ingredientbase #subnav ul {
  margin-top: 15px;
  margin-bottom: 6.85rem;
}
@media (min-width: 650px) {
  /* line 24, ../../../components/sass/modules/_ingredients.scss */
  #ingredientbase #subnav ul {
    display: block;
    float: none;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  #ingredientbase #subnav ul:after {
    content: " ";
    display: block;
    clear: both;
  }
}
/* line 25, ../../../components/sass/modules/_ingredients.scss */
#ingredientbase #subnav li {
  list-style-type: none;
  text-align: center;
  padding: 8px;
  border-bottom: solid;
  border-bottom-width: 2px;
  border-bottom-color: #003943;
}
@media (min-width: 650px) {
  /* line 25, ../../../components/sass/modules/_ingredients.scss */
  #ingredientbase #subnav li {
    float: left;
    padding: 4.25rem;
    padding-bottom: 2.62rem;
  }
}
/* line 28, ../../../components/sass/modules/_ingredients.scss */
#ingredientbase #about {
  margin-bottom: 6.85rem;
}
/* line 29, ../../../components/sass/modules/_ingredients.scss */
#ingredientbase .content {
  max-width: 83%;
  margin-left: auto;
  margin-right: auto;
}
/* line 31, ../../../components/sass/modules/_ingredients.scss */
#ingredientbase .content h1 {
  color: #003943;
}
/* line 31, ../../../components/sass/modules/_ingredients.scss */
#ingredientbase .content h1 span {
  display: block;
  color: black;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
#ingredientbase .content:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 33, ../../../components/sass/modules/_ingredients.scss */
#ingredientbase .content li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -2em;
  padding-left: 2em;
  padding-top: 1.618rem;
}
/* line 42, ../../../components/sass/modules/_ingredients.scss */
#ingredientbase .content .header {
  background: #003943;
  padding: 4.25rem;
  padding-bottom: 2.62rem;
  margin-top: 6.85rem;
  margin-bottom: 2.62rem;
  margin-left: -10%;
  margin-right: -10%;
}
/* line 43, ../../../components/sass/modules/_ingredients.scss */
#ingredientbase .content .header h1, #ingredientbase .content .header h2, #ingredientbase .content .header h3, #ingredientbase .content .header h4, #ingredientbase .content .header h5, #ingredientbase .content .header h6 {
  color: #efefef;
  line-height: 1.27;
}
/* line 48, ../../../components/sass/modules/_ingredients.scss */
#ingredientbase .content .header h3 {
  margin-bottom: 0 !important;
}
@media (min-width: 960px) {
  /* line 42, ../../../components/sass/modules/_ingredients.scss */
  #ingredientbase .content .header {
    margin: 0;
    padding: 2.62rem;
  }
}
/* line 55, ../../../components/sass/modules/_ingredients.scss */
#ingredientbase .content .additionalInfo {
  margin-bottom: 6.85rem;
}
@media (min-width: 1200px) {
  /* line 55, ../../../components/sass/modules/_ingredients.scss */
  #ingredientbase .content .additionalInfo {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
}
/* line 61, ../../../components/sass/modules/_ingredients.scss */
#ingredientbase .content #moreingredients {
  background: rgba(0, 57, 67, 0.5);
  padding: 2.62rem;
  margin: 0 -10.5%;
  min-height: 800px;
}
/* line 66, ../../../components/sass/modules/_ingredients.scss */
#ingredientbase .content #moreingredients h3 {
  color: white;
  margin: 4.25rem 0;
}
/* line 67, ../../../components/sass/modules/_ingredients.scss */
#ingredientbase .content #moreingredients h4 {
  background: rgba(250, 119, 0, 0.7);
  padding: 1.618rem;
  width: 100%;
  color: #efefef;
  line-height: 1.27;
}
/* line 71, ../../../components/sass/modules/_ingredients.scss */
#ingredientbase .content #moreingredients .moreingredients {
  padding: 1.618rem;
}
/* line 74, ../../../components/sass/modules/_ingredients.scss */
#ingredientbase .content #moreingredients .moreingredients div {
  min-height: 250px;
}
@media (min-width: 650px) and (max-width: 1200px) {
  /* line 79, ../../../components/sass/modules/_ingredients.scss */
  #ingredientbase .content #moreingredients a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
  }
  /* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  #ingredientbase .content #moreingredients a:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  /* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  #ingredientbase .content #moreingredients a:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1200px) {
  /* line 61, ../../../components/sass/modules/_ingredients.scss */
  #ingredientbase .content #moreingredients {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
    margin: 0;
  }
}
@media (min-width: 960px) {
  /* line 89, ../../../components/sass/modules/_ingredients.scss */
  #ingredientbase .content .answer {
    background: #ffffff;
    padding: 2.62rem;
  }
  /* line 90, ../../../components/sass/modules/_ingredients.scss */
  #ingredientbase .content .answer span {
    font-weight: 600;
  }
}
@media (min-width: 960px) and (min-width: 1200px) {
  /* line 29, ../../../components/sass/modules/_ingredients.scss */
  #ingredientbase .content {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  #ingredientbase .content:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 98, ../../../components/sass/modules/_ingredients.scss */
  #ingredientbase .content .question {
    float: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 91.66667%;
    float: left;
    padding-left: 0.83333%;
    padding-right: 0.83333%;
  }
  /* line 86, ../../../components/sass/_mixins.scss */
  #ingredientbase .content .question :before, #ingredientbase .content .question :after {
    content: '';
    display: table;
  }
  /* line 91, ../../../components/sass/_mixins.scss */
  #ingredientbase .content .question :after {
    clear: both;
  }
}

/* line 2, ../../../components/sass/modules/_contact.scss */
.contactdesk .content {
  max-width: 83%;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.contactdesk .content:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 6, ../../../components/sass/modules/_contact.scss */
.contactdesk h1, .contactdesk h2 {
  color: #242226;
  font: 300 1.6rem/2.6rem "Open Sans", "Helvetica", "Arial", "sans-serif";
  text-transform: none;
  font-size: 4.25rem;
  line-height: 1.27;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 6, ../../../components/sass/modules/_contact.scss */
  .contactdesk h1, .contactdesk h2 {
    font-size: 2.62rem;
    margin-bottom: 10px;
    display: inline-block;
  }
}
/* line 14, ../../../components/sass/modules/_contact.scss */
.contactdesk h2 {
  font-size: 2.62rem;
}
/* line 15, ../../../components/sass/modules/_contact.scss */
.contactdesk table {
  width: 100%;
}
/* line 16, ../../../components/sass/modules/_contact.scss */
.contactdesk input {
  max-width: 100% !important;
}
/* line 17, ../../../components/sass/modules/_contact.scss */
.contactdesk input[type=submit] {
  float: right;
  height: 50px !important;
}
/* line 20, ../../../components/sass/modules/_contact.scss */
.contactdesk input[type=submit] input.cat_textbox {
  margin-top: 5px;
}
/* line 25, ../../../components/sass/modules/_contact.scss */
.contactdesk input[type=radio] {
  display: none;
}
@media (min-width: 650px) {
  /* line 29, ../../../components/sass/modules/_contact.scss */
  .contactdesk .radioitem {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 15px;
  }
  /* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .contactdesk .radioitem:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  /* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .contactdesk .radioitem:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
}
/* line 35, ../../../components/sass/modules/_contact.scss */
.contactdesk .radioitem span {
  text-align: center;
  text-decoration: none;
  display: block;
  border: solid 1px #242226;
  color: #242226;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 7px;
  transition: background-color .4s, border .4s;
}
/* line 47, ../../../components/sass/modules/_contact.scss */
.contactdesk .radioitem span:hover {
  background: rgba(250, 119, 0, 0.2);
  border: solid 1px #FA7700;
  transition: background-color .4s, border .4s;
  cursor: pointer;
}
/* line 54, ../../../components/sass/modules/_contact.scss */
.contactdesk .radioitem span.selected {
  background: rgba(255, 255, 255, 0.92);
  border: solid 2px orange;
  color: orange;
}
/* line 62, ../../../components/sass/modules/_contact.scss */
.contactdesk #orangeaction {
  max-height: 120px !important;
}
/* line 65, ../../../components/sass/modules/_contact.scss */
.contactdesk .block {
  background: rgba(115, 186, 64, 0.92) !important;
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 73, ../../../components/sass/modules/_contact.scss */
  .contactdesk #orangeaction {
    display: none !important;
  }
}
/* line 76, ../../../components/sass/modules/_contact.scss */
.contactdesk textarea {
  width: 100% !important;
  height: 200px !important;
  border: solid 1px orange !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 85, ../../../components/sass/modules/_contact.scss */
.maincontact {
  max-width: 67vw;
  min-height: 100vh;
  position: relative;
}
/* line 90, ../../../components/sass/modules/_contact.scss */
.maincontact iframe {
  position: absolute;
  bottom: 95px;
}
@media (min-width: 0) and (max-width: 960px) {
  /* line 85, ../../../components/sass/modules/_contact.scss */
  .maincontact {
    max-width: 100vw;
    position: relative;
    top: 45px;
    bottom: 0;
    scrolling: yes;
  }
}

/* line 103, ../../../components/sass/modules/_contact.scss */
#callnowpanel {
  padding: 1.618rem;
  padding-top: 4.25rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 2000;
  height: 100%;
  padding: 15px;
  position: fixed;
  top: 70px;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  color: black;
}
@media (min-width: 650px) {
  /* line 103, ../../../components/sass/modules/_contact.scss */
  #callnowpanel {
    display: none;
  }
}

/* line 121, ../../../components/sass/modules/_contact.scss */
.facebookpanel {
  text-align: center;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 95px;
  background: white;
  min-width: 33vw;
  max-width: 33vw;
  min-height: 100vh;
}
@media (min-width: 0) and (max-width: 960px) {
  /* line 121, ../../../components/sass/modules/_contact.scss */
  .facebookpanel {
    display: none;
  }
}

/* line 136, ../../../components/sass/modules/_contact.scss */
.fullscreen {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: left;
  justify-content: left;
}
@breakpoint (0 $small) {
  /* line 136, ../../../components/sass/modules/_contact.scss */
  .fullscreen {
    min-height: 750px;
  }
}
@media (min-width: 0) and (max-width: 650px) {
  /* line 143, ../../../components/sass/modules/_contact.scss */
  h2.nomobile {
    display: none !important;
  }
}

/* line 146, ../../../components/sass/modules/_contact.scss */
.selector {
  margin-top: 30px;
}
@media (min-width: 650px) {
  /* line 146, ../../../components/sass/modules/_contact.scss */
  .selector {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 15px;
  }
  /* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .selector:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  /* line 66, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .selector:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
}
/* line 153, ../../../components/sass/modules/_contact.scss */
.selector span {
  text-align: center;
  text-decoration: none;
  display: block;
  border: solid 1px #242226;
  color: #242226;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 7px;
  transition: background-color .4s, border .4s;
}
/* line 165, ../../../components/sass/modules/_contact.scss */
.selector span:hover {
  background: rgba(250, 119, 0, 0.2);
  border: solid 1px #FA7700;
  transition: background-color .4s, border .4s;
  cursor: pointer;
}
