/* ==========================================================================
   Colors & Fonts
   ========================================================================== */
/* ==========================================================================
   Imports
   ========================================================================== */
/* normalize.css v2.1.0 | MIT License | git.io/normalize */
/* normalize.scss v2.1.0 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/**
 * Address styling not present in IE 7/8/9.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: "jaf-bernina-sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  /* Establish a vertical rhythm unit using $base-line-height. */
  line-height: 1.5em;
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements in IE 6/7.
 */
button,
input,
select,
textarea {
  font-family: "jaf-bernina-sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

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

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 0;
}

blockquote {
  /* Set 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.5em 2.5em;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

h3 {
  font-size: 1.125em;
  line-height: 1.33333em;
  margin-top: 1.33333em;
  margin-bottom: 1.33333em;
}

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h5 {
  font-size: 0.875em;
  line-height: 1.71429em;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
}

h6 {
  font-size: 0.75em;
  line-height: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
}

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

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

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;
}

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  line-height: 1.5em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm and a consistent indentation.
 */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
  padding: 0 0 0 2.5em;
}

dl {
  padding: 0;
}

dd {
  margin: 0 0 0 2.5em;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */
}

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/* ==========================================================================
   Custom Additions
   ========================================================================== */
header ul, footer ul, ul.credit {
  padding: 0;
  list-style: none;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before, section.genius div.features ul:before, section.newsletter .container:before, section.social:before,
.cf:after,
section.genius div.features ul:after,
section.newsletter .container:after,
section.social:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after, section.genius div.features ul:after, section.newsletter .container:after, section.social:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf, section.genius div.features ul, section.newsletter .container, section.social {
  *zoom: 1;
}

/* apply a natural box layout model to all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
  line-height: 1.5em;
}

/* ==========================================================================
   Base
   ========================================================================== */
html {
  font-family: "jaf-bernina-sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  color: #252b31;
}

body {
  background-color: #ffffff;
}

img, iframe {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.25em;
  color: #3c4650;
  text-transform: uppercase;
}

a {
  color: #2ebbe5;
}
a:hover {
  color: #168db1;
}

/* ==========================================================================
   Layouts
   ========================================================================== */
/* Header */
header.hero {
  padding: 20px;
  background: #3d454f;
  color: #ffffff;
  position: relative;
}
header.hero nav, header.hero section {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
header.hero nav.primary {
  z-index: 2;
  position: relative;
}
header.hero nav.primary h1 a {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  width: 134px;
  height: 72px;
  background-image: url("/images/stylehatch.png");
  background-size: 100% auto;
  float: left;
}
header.hero nav.primary h1 a br {
  display: none;
}
header.hero nav.primary ul {
  text-align: right;
  height: 72px;
  padding: 24px 0 0 0;
}
header.hero nav.primary ul li {
  display: inline-block;
  margin-right: 14px;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 2px;
}
header.hero nav.primary ul li:last-child {
  margin-right: 0;
  text-shadow: rgba(0, 0, 0, 0.6) 0 0 0;
}
header.hero nav.primary ul li a {
  text-decoration: none;
  font-weight: bold;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
}
@media screen and (max-width: 660px) {
  header.hero nav.primary h1 a {
    float: none;
    margin: 0 auto;
  }
  header.hero nav.primary ul {
    display: none;
  }
}
header.hero section.message {
  z-index: 3;
  position: relative;
  text-align: center;
  margin: 60px auto;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 1px 2px;
}
header.hero section.message h2 {
  color: #ffffff;
  font-size: 1.5em;
  text-transform: none;
}
header.hero section.message h2 strong {
  display: block;
  font-weight: 100;
  font-size: 3.5em;
  text-transform: uppercase;
}
@media screen and (max-width: 530px) {
  header.hero section.message h2 strong {
    font-size: 2.5em;
  }
}
header.hero section.message p {
  max-width: 500px;
  margin: 10px auto 0;
  font-size: 1.2em;
}
header.hero section.displays {
  z-index: 4;
  position: relative;
  height: 300px;
}
header.hero section.displays div.mobile {
  position: absolute;
  left: 54px;
  bottom: -118px;
  z-index: 10;
  display: block;
  width: 167px;
  height: 274px;
  background-image: url("/images/hero-mobile-bg.png");
  background-size: 100% auto;
}
header.hero section.displays div.mobile .container {
  position: absolute;
  top: 41px;
  left: 28px;
  width: 110px;
  height: 165px;
  overflow: hidden;
}
header.hero section.displays div.mobile .container a {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
header.hero section.displays div.mobile .container a:first-child {
  opacity: 1;
}
header.hero section.displays div.mobile .container img {
  width: 100%;
  height: auto;
}
header.hero section.displays div.laptop {
  position: absolute;
  left: 50%;
  -moz-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 11;
  display: block;
  width: 757px;
  height: 406px;
  background-image: url("/images/hero-laptop-bg.png");
  background-size: 100% auto;
}
header.hero section.displays div.laptop .container {
  position: absolute;
  top: 29px;
  left: 137px;
  width: 487px;
  height: 313px;
  overflow: hidden;
}
header.hero section.displays div.laptop .container a {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
header.hero section.displays div.laptop .container a:first-child {
  opacity: 1;
}
header.hero section.displays div.laptop .container img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 800px) {
  header.hero section.displays {
    height: 198px;
  }
  header.hero section.displays div.mobile {
    width: 110px;
    height: 180px;
    bottom: -79px;
    left: 6%;
  }
  header.hero section.displays div.mobile .container {
    top: 27px;
    left: 18px;
    width: 73px;
  }
  header.hero section.displays div.laptop {
    width: 500px;
    height: 268px;
  }
  header.hero section.displays div.laptop .container {
    top: 19px;
    left: 91px;
    width: 320px;
  }
}
@media screen and (max-width: 530px) {
  header.hero section.displays {
    height: auto;
  }
  header.hero section.displays div.mobile {
    display: none;
  }
  header.hero section.displays div.laptop {
    display: none;
  }
}
header.hero .video-background {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0 -20px;
  overflow: hidden;
}
header.hero .video-background video {
  width: 100%;
}

html.touch header.hero .video-background {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-image: url("/images/genius-touch-loop.jpg");
}
html.touch header.hero .video-background video {
  display: none;
}

section.genius:before {
  top: 40px;
  left: 0;
  right: 0;
  display: block;
  content: '';
  height: 120px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f0f0f1));
  background-image: -moz-linear-gradient(top, #ffffff, #f0f0f1);
  background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f1);
  background-image: linear-gradient(to bottom, #ffffff, #f0f0f1);
}
@media screen and (max-width: 800px) {
  section.genius:before {
    height: 84px;
  }
}
@media screen and (max-width: 530px) {
  section.genius:before {
    display: none;
  }
}
section.genius div.showcase {
  position: relative;
  margin: 100px 20px;
}
@media screen and (max-width: 530px) {
  section.genius div.showcase {
    margin: 60px 20px;
  }
}
section.genius div.showcase h2 {
  margin: 0 auto;
  max-width: 620px;
  text-transform: none;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.2;
}
@media screen and (max-width: 530px) {
  section.genius div.showcase h2 {
    font-size: 1.2em;
  }
}
section.genius div.showcase .showcase-featured {
  z-index: 21;
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
  width: 100%;
}
section.genius div.showcase .showcase-featured .browser {
  margin-top: 60px;
  width: 500px;
}
section.genius div.showcase .showcase-featured .browser ul.details {
  position: relative;
  margin: 0;
  padding: 6px;
  list-style-type: none;
  background: #e4e5e7;
  width: 100%;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
section.genius div.showcase .showcase-featured .browser ul.details a {
  text-decoration: none;
}
section.genius div.showcase .showcase-featured .browser ul.details li.title {
  background: #ffffff;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding-left: 8px;
}
section.genius div.showcase .showcase-featured .browser ul.details li.title a {
  color: #3c4650;
}
section.genius div.showcase .showcase-featured .browser ul.details li.theme {
  position: absolute;
  right: 9px;
  top: 6px;
}
section.genius div.showcase .showcase-featured .browser ul.details li.theme a {
  color: #a8abaf;
  background: #f3f3f4;
  padding: 2px 6px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
section.genius div.showcase .showcase-featured .browser ul.images {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  width: 500px;
  height: 331px;
}
section.genius div.showcase .showcase-featured .browser ul.images li {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
section.genius div.showcase .showcase-featured .browser ul.images li img {
  width: 100%;
  height: auto;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
section.genius div.showcase .showcase-featured .browser ul.images li:first-child {
  opacity: 1;
}
section.genius div.showcase .showcase-featured p {
  position: absolute;
  width: 440px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1000px) {
  section.genius div.showcase .showcase-featured {
    max-width: 900px;
  }
  section.genius div.showcase .showcase-featured .browser {
    width: 400px;
  }
  section.genius div.showcase .showcase-featured .browser ul.images {
    width: 400px;
    height: 265px;
  }
  section.genius div.showcase .showcase-featured p {
    width: 460px;
  }
}
@media screen and (max-width: 900px) {
  section.genius div.showcase .showcase-featured {
    max-width: 100%;
  }
  section.genius div.showcase .showcase-featured .browser {
    margin: 40px auto 0;
    width: 500px;
    max-width: 100%;
  }
  section.genius div.showcase .showcase-featured .browser ul.images {
    width: 100%;
    max-width: 500px;
  }
  section.genius div.showcase .showcase-featured p {
    position: relative;
    width: 100%;
    max-width: 440px;
    margin: 20px auto 0;
    padding: 0 20px;
  }
}
section.genius div.showcase .showcase-grid {
  z-index: 20;
  position: absolute;
  bottom: 120px;
  background: #f0f0f1 url("/images/genius-avatars.jpg") 50% 50% repeat;
  background-size: auto 200px;
  height: 200px;
  left: -20px;
  right: -20px;
}
@media screen and (max-width: 1000px) {
  section.genius div.showcase .showcase-grid {
    bottom: 120px;
    height: 160px;
    background-size: auto 160px;
  }
}
@media screen and (max-width: 900px) {
  section.genius div.showcase .showcase-grid {
    top: 120px;
    height: 300px;
    background-size: auto 180px;
  }
}
@media screen and (max-width: 530px) {
  section.genius div.showcase .showcase-grid {
    display: none;
  }
}
section.genius div.features {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9f9fa), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, #f9f9fa, #ffffff);
  background-image: -webkit-linear-gradient(top, #f9f9fa, #ffffff);
  background-image: linear-gradient(to bottom, #f9f9fa, #ffffff);
  padding: 60px 0 100px;
}
@media screen and (max-width: 530px) {
  section.genius div.features {
    padding: 60px 0;
  }
}
section.genius div.features ul {
  margin: 0px auto;
  padding: 0;
  max-width: 1000px;
  width: 100%;
  list-style-type: none;
}
section.genius div.features ul li {
  position: relative;
  width: 320px;
  float: left;
  margin-right: 20px;
  padding-left: 60px;
}
section.genius div.features ul li:last-child {
  margin-right: 0;
}
section.genius div.features ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  height: 46px;
  width: 46px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  background-color: #b4b4b4;
  background-position: center center;
  background-repeat: no-repeat;
}
section.genius div.features ul li.feature-design:before {
  background-image: url(/images/features-icon-design.png);
  background-size: 50px auto;
}
section.genius div.features ul li.feature-style:before {
  background-image: url(/images/features-icon-style.png);
  background-size: 50px auto;
}
section.genius div.features ul li.feature-support:before {
  background-image: url(/images/features-icon-support.png);
  background-size: 45px auto;
}
section.genius div.features ul li h4 {
  margin: 0 0 10px;
  letter-spacing: 1px;
  font-size: 0.875em;
}
section.genius div.features ul li p {
  margin: 0;
}
@media screen and (max-width: 1010px) {
  section.genius div.features ul {
    max-width: 100%;
    width: 900px;
  }
  section.genius div.features ul li {
    width: 286px;
  }
}
@media screen and (max-width: 910px) {
  section.genius div.features ul {
    width: 800px;
  }
  section.genius div.features ul li {
    width: 253px;
  }
}
@media screen and (max-width: 810px) {
  section.genius div.features ul {
    width: 100%;
    max-width: 600px;
    padding: 0 20px;
  }
  section.genius div.features ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  section.genius div.features ul li:last-child {
    margin-bottom: 0;
  }
}
section.genius div.features .browse-buttons {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
}
section.genius div.features .browse-buttons:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1010px) {
  section.genius div.features .browse-buttons {
    max-width: 900px;
  }
}
@media screen and (max-width: 910px) {
  section.genius div.features .browse-buttons {
    max-width: 800px;
  }
}
@media screen and (max-width: 810px) {
  section.genius div.features .browse-buttons {
    max-width: 600px;
    padding: 0 20px;
  }
  section.genius div.features .browse-buttons .button {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
section.genius div.features .button {
  float: left;
  width: 48%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f1), color-stop(100%, #e5e5e5));
  background-image: -moz-linear-gradient(#f0f0f1, #e5e5e5);
  background-image: -webkit-linear-gradient(#f0f0f1, #e5e5e5);
  background-image: linear-gradient(#f0f0f1, #e5e5e5);
  padding: 10px 20px;
  font-size: 0.75em;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 5px #c6c6c6, 0 5px 2px rgba(0, 0, 0, 0.25);
  color: #3c4650;
}
section.genius div.features .button span.logo {
  width: 140px;
  height: 40px;
  display: block;
  float: left;
}
section.genius div.features .button span.logo img {
  display: block;
}
section.genius div.features .button span.label {
  float: right;
  line-height: 40px;
}
@media screen and (max-width: 420px) {
  section.genius div.features .button span.logo,
  section.genius div.features .button span.label {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  section.genius div.features .button span.label {
    margin-top: 6px;
    line-height: 1.4;
  }
  section.genius div.features .button:last-of-type span.label {
    margin-top: 2px;
  }
  section.genius div.features .button:last-of-type span.logo img {
    position: relative;
    left: 8px;
  }
}
section.genius div.features .button:hover {
  color: #2ebbe5;
}
section.genius div.features .button:active {
  box-shadow: 0 1px #c6c6c6, 0 2px 1px rgba(0, 0, 0, 0.25);
  top: 4px;
}
section.genius div.features .button:last-of-type {
  float: right;
}
section.genius div.features .button:after {
  content: "";
  display: table;
  clear: both;
}

section.themes {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f0f0f1), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(top, #f0f0f1, #ffffff);
  background-image: -webkit-linear-gradient(top, #f0f0f1, #ffffff);
  background-image: linear-gradient(to bottom, #f0f0f1, #ffffff);
  padding: 100px 20px;
}
@media screen and (max-width: 530px) {
  section.themes {
    padding: 60px 20px;
  }
}
section.themes h2 {
  margin-top: 0;
  font-size: 3.75em;
  font-weight: 100;
  text-align: center;
}
@media screen and (max-width: 530px) {
  section.themes h2 {
    font-size: 2.5em;
  }
}
section.themes p {
  text-align: center;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
section.themes section.theme-grid {
  margin: 60px auto 0;
}
section.themes .theme {
  display: inline-block;
  position: relative;
  width: 320px;
  height: 225px;
  margin: 0 10px 20px;
}
section.themes .theme .details {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
  position: absolute;
  z-index: 32;
  width: 100%;
  top: 45%;
  -moz-transform: translate(0, -20%);
  -ms-transform: translate(0, -20%);
  -webkit-transform: translate(0, -20%);
  transform: translate(0, -20%);
  color: #ffffff;
  text-align: center;
}
section.themes .theme .details h3 a {
  text-decoration: none;
  font-weight: 100;
  font-size: 1.5em;
  color: #2ebbe5;
}
section.themes .theme .details p {
  margin: 0.5em 0 1em 0;
  max-width: none;
  padding: 0 10px;
}
section.themes .theme .details ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.themes .theme .details ul li {
  display: inline-block;
}
section.themes .theme .details ul li a {
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.8125em;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #ffffff;
  padding: 4px 8px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
section.themes .theme .details ul li a:hover {
  background: #2ebbe5;
  border-color: #2ebbe5;
}
section.themes .theme img {
  width: 320px;
  height: 225px;
}
section.themes .theme:after {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 31;
  background: rgba(37, 43, 50, 0);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
section.themes .theme.overlay .details {
  opacity: 1;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
section.themes .theme.overlay:after {
  background: rgba(37, 43, 50, 0.85);
}
@media screen and (min-width: 720px) {
  section.themes .theme.featured {
    width: 660px;
    height: 470px;
  }
  section.themes .theme.featured h3 a {
    font-size: 2.5em;
  }
  section.themes .theme.featured img {
    width: 660px;
    height: 470px;
  }
}
section.themes .theme img {
  position: absolute;
  z-index: 30;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 2px 1px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 2px 1px 6px;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 1px 6px;
}
@media screen and (max-width: 720px) {
  section.themes .theme {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 320px) {
  section.themes .theme {
    width: 280px;
    height: 196px;
  }
  section.themes .theme img {
    width: 100%;
    height: auto;
  }
  section.themes .theme .details {
    display: none;
  }
  section.themes .theme:after {
    display: none;
  }
}

section.fans {
  padding: 100px 20px;
  background: #252b32 url("/images/bg-texture-wood.jpg") 0 0 repeat;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 530px) {
  section.fans {
    padding: 60px 20px;
  }
}
section.fans h2 {
  margin-top: 0;
  font-size: 3.75em;
  font-weight: 100;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 530px) {
  section.fans h2 {
    font-size: 2.5em;
  }
}
section.fans p {
  color: #b1bcc7;
  text-align: center;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
section.fans section.tweet-grid {
  margin: 60px auto 0;
}
section.fans section.tweet-grid blockquote.twitter-tweet {
  visibility: hidden;
}
section.fans section.tweet-grid .twitter-tweet-rendered {
  width: 320px !important;
  margin: 0 10px 20px !important;
  border-width: 0px !important;
  display: inline-block;
}
@media screen and (max-width: 720px) {
  section.fans section.tweet-grid .twitter-tweet-rendered {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 720px) {
  section.fans section.tweet-grid .twitter-tweet-rendered {
    width: 100% !important;
  }
}
section.fans .button {
  margin-top: 40px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVjNjk3OCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU0NjA2ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5c6978), color-stop(100%, #54606d));
  background-image: -moz-linear-gradient(#5c6978, #54606d);
  background-image: -webkit-linear-gradient(#5c6978, #54606d);
  background-image: linear-gradient(#5c6978, #54606d);
  padding: 10px 20px;
  font-size: 0.75em;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 5px #3a424b, 0 5px 2px rgba(0, 0, 0, 0.25);
}
section.fans .button:hover {
  color: #ffffff;
}
section.fans .button:active {
  box-shadow: 0 1px #3a424b, 0 2px 1px rgba(0, 0, 0, 0.25);
  top: 4px;
}

section.brands {
  padding: 100px 20px;
  background: #3d454f;
  color: #b1bcc7;
  text-align: center;
}
@media screen and (max-width: 530px) {
  section.brands {
    padding: 60px 20px;
  }
}
section.brands h3 {
  color: #ffffff;
  font-size: 1.25em;
  text-transform: none;
}
section.brands ul.logos {
  margin: 30px auto 0;
  max-width: 1000px;
  width: 100%;
  padding: 0;
  list-style-type: none;
}
section.brands ul.logos li {
  display: inline-block;
  font-size: 2em;
  margin-bottom: 20px;
  margin-right: 30px;
}
section.brands ul.logos li:last-child {
  margin-right: 0;
}
section.brands ul.logos li a {
  color: #b1b5b9;
  text-decoration: none;
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  height: 48px;
  width: 100px;
  background-image: url("/images/brands.png");
  background-size: auto 100%;
}
section.brands ul.logos li a br {
  display: none;
}
section.brands ul.logos li.brand-acura a {
  width: 62px;
  background-position: -748px 0px;
}
section.brands ul.logos li.brand-benandjerrys a {
  width: 125px;
  background-position: -813px 0px;
}
section.brands ul.logos li.brand-cartoonnetwork a {
  width: 63px;
  background-position: -943px 0px;
}
section.brands ul.logos li.brand-fab a {
  width: 88px;
  background-position: -563px 0px;
}
section.brands ul.logos li.brand-ibm a {
  width: 83px;
  background-position: -476px 0px;
}
section.brands ul.logos li.brand-incase a {
  width: 144px;
  background-position: 0px 0px;
}
section.brands ul.logos li.brand-katespade a {
  width: 93px;
  background-position: -273px 0px;
}
section.brands ul.logos li.brand-nike a {
  width: 102px;
  background-position: -370px 0px;
}
section.brands ul.logos li.brand-sharpie a {
  width: 120px;
  background-position: -149px 0px;
}
section.brands ul.logos li.brand-skype a {
  width: 83px;
  background-position: -1009px 0px;
}
section.brands ul.logos li.brand-time a {
  width: 90px;
  background-position: -653px 0px;
}
section.brands ul.logos li.brand-yahoo a {
  width: 130px;
  background-position: -1097px 0px;
}
section.brands p {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  width: 100%;
}
section.brands p a {
  color: #ffffff;
}

section.newsletter {
  padding: 40px 20px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTZlNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f4), color-stop(100%, #e5e6e7));
  background-image: -moz-linear-gradient(top, #f3f3f4, #e5e6e7);
  background-image: -webkit-linear-gradient(top, #f3f3f4, #e5e6e7);
  background-image: linear-gradient(to bottom, #f3f3f4, #e5e6e7);
}
section.newsletter .container {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
section.newsletter .label {
  width: 320px;
  margin-right: 20px;
  float: left;
  text-align: right;
  padding-right: 20px;
  border-right: 1px solid #e0e1e1;
}
section.newsletter .label h4 {
  margin: 0 0 4px 0;
  font-size: 0.8125em;
}
section.newsletter .label p {
  margin: 0;
  font-size: 0.875em;
  line-height: 1.4;
}
section.newsletter #mc_embed_signup {
  width: 620px;
  float: left;
  background: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 4px 6px 10px 10px;
  -moz-box-shadow: transparent 0 0 0 0 inset;
  -webkit-box-shadow: transparent 0 0 0 0 inset;
  box-shadow: transparent 0 0 0 0 inset;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
section.newsletter #mc_embed_signup input.email {
  border: none;
  background: transparent;
  font-style: italic;
  text-transform: lowercase;
  width: 440px;
  margin-top: 10px;
}
section.newsletter #mc_embed_signup input:focus {
  outline: none;
}
section.newsletter #mc_embed_signup input.button {
  border: none;
  float: right;
  font-size: 0.75em;
  padding: 10px 18px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
section.newsletter #mc_embed_signup.active {
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 1px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 1px inset;
}
@media screen and (max-width: 1000px) {
  section.newsletter .label {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
    padding-right: 0;
    border-right: none;
    text-align: center;
    padding: 0;
    float: none;
  }
  section.newsletter #mc_embed_signup {
    width: 100%;
    max-width: 540px;
    float: none;
    margin: 0 auto;
  }
  section.newsletter #mc_embed_signup input.email {
    width: 240px;
  }
}
@media screen and (max-width: 440px) {
  section.newsletter #mc_embed_signup input.email {
    width: 100%;
    text-align: center;
  }
  section.newsletter #mc_embed_signup input.button {
    width: 100%;
    float: none;
    margin-top: 6px;
  }
}

section.social {
  position: fixed;
  bottom: -36px;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 4px 20px 8px;
  background: #3d454f;
  color: #ffffff;
  height: 36px;
  -moz-transition-property: bottom;
  -o-transition-property: bottom;
  -webkit-transition-property: bottom;
  transition-property: bottom;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
section.social:before {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  background: #b1bcc7;
  top: -4px;
  margin: 0 -20px;
  width: 100%;
}
section.social .progress-bar {
  display: block;
  position: absolute;
  height: 4px;
  background: #2ebbe5;
  top: -4px;
  margin: 0 -20px;
  width: 0%;
}
section.social div.follow {
  float: left;
  line-height: 1;
  height: 10px;
  padding-top: 4px;
}
section.social div.follow.follow-twitter {
  margin-right: 16px;
}
section.social nav.primary {
  float: right;
}
@media screen and (max-width: 530px) {
  section.social nav.primary {
    display: none;
  }
}
section.social nav.primary ul {
  margin: 0;
  padding: 0;
}
section.social nav.primary ul li {
  display: inline-block;
  margin-right: 14px;
}
section.social nav.primary ul li.count {
  font-style: italic;
  padding-top: 3px;
  vertical-align: top;
  font-weight: normal;
  color: #d8dde3;
}
section.social nav.primary ul li:last-child {
  margin-right: 0;
}
section.social nav.primary ul li a {
  text-decoration: none;
  font-weight: bold;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 0.6875em;
  letter-spacing: 1px;
  line-height: 1.8;
}
@media screen and (max-width: 530px) {
  section.social {
    padding: 4px 4px 8px;
  }
}
@media screen and (max-width: 320px) {
  section.social {
    bottom: -36px !important;
  }
}

footer {
  text-align: center;
  margin: 60px 20px 100px;
}
footer h5 {
  display: inline-block;
  margin: 0 auto;
  font-family: "jaf-bernina-sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: none;
  font-size: 0.875em;
  color: #b1bcc7;
  font-weight: normal;
}
footer h5 strong {
  margin-top: 0.2em;
  display: block;
  font-family: "jaf-bernina-sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 100;
  font-size: 2em;
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  height: 34px;
  width: 214px;
  background-image: url("/images/socal.png");
  background-size: auto 100%;
}
footer h5 strong br {
  display: none;
}

/* ==========================================================================
   Page
   ========================================================================== */
body.page {
  padding: 20px;
  background: #252b32 url("/images/bg-texture-wood.jpg") 0 0 repeat;
}
body.page header h1 a {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  width: 134px;
  height: 72px;
  background-image: url("/images/stylehatch.png");
  background-size: 100% auto;
  margin: 0 auto;
}
body.page header h1 a br {
  display: none;
}
body.page #container {
  background: #fff;
  width: 100%;
  max-width: 52em;
  margin: 2em auto;
  padding: 1.25em 2.5em 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
body.page #container h2 {
  margin-top: 0.5em;
  font-size: 2.75em;
  font-weight: 100;
  text-transform: none;
  text-align: center;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #f0f0f1;
  margin-bottom: 0.8em;
}
body.page #container h6 a {
  color: #b1bcc7;
  text-decoration: none;
}
body.page #container .button {
  font-size: 0.75em;
}
body.page #container.instagram h3 {
  text-transform: none;
}
body.page #container.instagram img {
  float: right;
  margin: 1.5em 0 0.2em 0.2em;
}
body.page #container.instagram .token, body.page #container.instagram .token-error {
  display: none;
}
body.page #container.purpose p {
  font-size: 1.4em;
  line-height: 1.4;
}
body.page #container.purpose p + p, body.page #container.purpose blockquote p, body.page #container.purpose blockquote + p, body.page #container.purpose ol + p {
  font-size: 1em;
}
body.page #container footer {
  padding: 1em 2.5em;
  margin-left: -2.5em;
  margin-right: -2.5em;
  margin-top: 2em;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTZlNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f3f3f4), color-stop(100%, #e5e6e7));
  background-image: -moz-linear-gradient(top, #f3f3f4, #e5e6e7);
  background-image: -webkit-linear-gradient(top, #f3f3f4, #e5e6e7);
  background-image: linear-gradient(to bottom, #f3f3f4, #e5e6e7);
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
body.page #container footer .follow {
  display: inline-block;
}

.block {
  padding-top: 3em;
  padding-bottom: 3em;
}

/* Isotope filtering */
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/* disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* ==========================================================================
   Modules
   ========================================================================== */
.button {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlYmFlNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhYWFkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2ebae4), color-stop(100%, #2aaad0));
  background-image: -moz-linear-gradient(#2ebae4, #2aaad0);
  background-image: -webkit-linear-gradient(#2ebae4, #2aaad0);
  background-image: linear-gradient(#2ebae4, #2aaad0);
  display: inline-block;
  position: relative;
  text-align: center;
  font-family: "proxima-nova", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 10px;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 4px #1d7690, 0 5px 2px rgba(0, 0, 0, 0.25);
}
.button:hover {
  color: #ffffff;
}
.button:active {
  box-shadow: 0 1px #1d7690, 0 2px 1px rgba(0, 0, 0, 0.25);
  top: 3px;
}

/* ==========================================================================
   States
   ========================================================================== */
