/* line 10, ../scss/helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 21, ../scss/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 31, ../scss/normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 49, ../scss/normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 63, ../scss/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
/* line 73, ../scss/normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 85, ../scss/normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 94, ../scss/normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 107, ../scss/normalize.scss */
h1 {
  font-size: 2em;
}

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

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

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 132, ../scss/normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 140, ../scss/normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 153, ../scss/normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 162, ../scss/normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
/* line 172, ../scss/normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 180, ../scss/normalize.scss */
small {
  font-size: 80%;
}

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

/* line 196, ../scss/normalize.scss */
sup {
  top: -0.5em;
}

/* line 200, ../scss/normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 212, ../scss/normalize.scss */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 220, ../scss/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 232, ../scss/normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 244, ../scss/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 255, ../scss/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 269, ../scss/normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 296, ../scss/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 316, ../scss/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 349, ../scss/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 359, ../scss/normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 372, ../scss/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Baseline Grid to be layered on Normalize
 *
 * Makes elements consistent across browsers, sets up some decent
 * default css styles and a baseline grid.
 *
 * @author Abban Dunne http://abandon.ie
 * @author James Wilson http://jimmynotjim.com
 * @version 1.1
 */
/* ========================================================== */
/* = Box sizing makes life easier                           = */
/* ========================================================== */
/* line 16, ../scss/baseline.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ========================================================== */
/* = Set up baseline                                        = */
/* ========================================================== */
/* line 26, ../scss/baseline.scss */
html {
  font-size: 100.01%;
}

/* line 28, ../scss/baseline.scss */
body {
  font-size: 100%;
  color: #333333;
  line-height: 1.5em;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Sans-Serif;
  text-shadow: 0 -1px 1px rgba(255, 255, 255, 0.01);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* line 44, ../scss/baseline.scss */
::selection {
  background: #78aace;
  color: white;
}

/* line 48, ../scss/baseline.scss */
::-moz-selection {
  background: #78aace;
  color: white;
}

/* line 52, ../scss/baseline.scss */
img::selection {
  background: transparent;
}

/* line 55, ../scss/baseline.scss */
img::-moz-selection {
  background: transparent;
}

/* line 58, ../scss/baseline.scss */
body {
  -webkit-tap-highlight-color: #78aace;
}

/* line 66, ../scss/baseline.scss */
a {
  color: #a11f21;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
/* line 70, ../scss/baseline.scss */
a:hover, a:focus {
  color: #f5841f;
}

/* line 86, ../scss/baseline.scss */
h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "PT Sans Caption", Helvetica, Sans-Serif;
  color: #111111;
}

/* line 92, ../scss/baseline.scss */
h1 {
  font-family: "museo700", "PT Sans Caption", Helvetica, Sans-Serif;
  font-size: 80px;
  font-weight: normal;
  line-height: 1;
  padding-top: 0.53em;
  margin-bottom: 0.5em;
}

/* line 100, ../scss/baseline.scss */
h2 {
  font-size: 40px;
  padding-top: 0.25em;
  line-height: 48px;
  margin-bottom: 0.5em;
}

/* line 106, ../scss/baseline.scss */
h3 {
  font-size: 1.5em;
  line-height: 1;
  padding-top: 0.35em;
  margin-bottom: 0.65em;
}

/* line 112, ../scss/baseline.scss */
h4 {
  font-size: 1.2em;
  line-height: 1.25;
  padding-top: 0.45em;
  margin-bottom: 0.8em;
}

/* line 118, ../scss/baseline.scss */
h5 {
  font-size: 1em;
  font-weight: bold;
  padding-top: 0.6em;
  margin-bottom: 0.9em;
}

/* line 124, ../scss/baseline.scss */
h6 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0;
}

/* line 135, ../scss/baseline.scss */
figure img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 142, ../scss/baseline.scss */
figcaption {
  font-size: small;
  font-style: italic;
  color: #666666;
}

/* line 152, ../scss/baseline.scss */
ul, ol, dl {
  margin: 0;
  margin-bottom: 1.5em;
}

/* line 161, ../scss/baseline.scss */
form {
  margin-bottom: 1.5em;
}

/* line 165, ../scss/baseline.scss */
form ul {
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* line 170, ../scss/baseline.scss */
form ul li {
  *zoom: 1;
  margin-bottom: 1.5em;
}
/* line 20, ../scss/helpers.scss */
form ul li:before, form ul li:after {
  content: "";
  display: table;
}
/* line 24, ../scss/helpers.scss */
form ul li:after {
  clear: both;
}

/* line 176, ../scss/baseline.scss */
fieldset {
  margin: 0;
  padding: 1.5em;
}

/* line 181, ../scss/baseline.scss */
label {
  display: block;
}

/* line 185, ../scss/baseline.scss */
label.inline {
  display: inline;
  padding-right: 24px;
}

/* line 193, ../scss/baseline.scss */
input:focus,
textarea:focus,
select:focus {
  outline: 0px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

/* line 215, ../scss/baseline.scss */
input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
textarea {
  display: block;
  width: 100%;
  margin: 0 0 0.75em;
  padding: 0.3em;
  border: 1px solid #cccccc;
  line-height: 1.5em;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Sans-Serif;
}

/* line 225, ../scss/baseline.scss */
select {
  width: 100%;
  height: 2.1em;
  margin-bottom: 0.9em;
  border: 1px solid #cccccc;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Sans-Serif;
}

/* line 234, ../scss/baseline.scss */
input[type="range"],
input[type="color"] {
  vertical-align: middle;
  height: 1.5em;
  width: 100%;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Sans-Serif;
}

/* line 241, ../scss/baseline.scss */
input[type="range"] {
  height: 1.4em;
}

/* line 245, ../scss/baseline.scss */
input[type="color"] {
  width: 1.5em;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Sans-Serif;
}

/* line 251, ../scss/baseline.scss */
input[type="time"] {
  margin: 0 0 0.55em;
}

/* line 256, ../scss/baseline.scss */
progress,
meter {
  display: block;
  width: 100%;
  height: 1.5em;
}

/* line 263, ../scss/baseline.scss */
input[type="submit"],
input[type="button"] {
  border: 1px solid #cccccc;
  background: #ddd;
  padding: 0.7em 2em;
  margin: 0 20px 0 0;
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Sans-Serif;
  line-height: 1.5em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

/* line 280, ../scss/baseline.scss */
table {
  margin-bottom: 1.4em;
  width: 100%;
  border: 1px solid #cccccc;
}

/* line 286, ../scss/baseline.scss */
thead {
  text-align: left;
  font-weight: bold;
}

/* line 292, ../scss/baseline.scss */
tbody tr:nth-child(even) td {
  background: #eeeeee;
}

/* line 297, ../scss/baseline.scss */
tfoot {
  font-style: italic;
}
/* line 299, ../scss/baseline.scss */
tfoot td, tfoot th {
  padding: .75em 10px;
}

/* line 304, ../scss/baseline.scss */
th, td, caption {
  border: 1px solid #cccccc;
}

/* line 308, ../scss/baseline.scss */
td, th {
  padding: 0 10px 0 10px;
  line-height: 1.45em;
}

/* line 313, ../scss/baseline.scss */
caption {
  border-bottom: 0;
  padding: .75em 10px;
  line-height: 1.45em;
  text-align: left;
  font-style: italic;
}

/* line 325, ../scss/baseline.scss */
p {
  font-size: 18px;
  margin: 0 0 1.5em 0;
}

/* line 330, ../scss/baseline.scss */
blockquote {
  margin: 0 1.5em 1.5em;
  font-style: italic;
}

/* line 335, ../scss/baseline.scss */
mark {
  line-height: 1.5;
  background: #78aace;
  color: white;
}

/* line 341, ../scss/baseline.scss */
del {
  color: #eeeeee;
}

/* line 348, ../scss/baseline.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
}

/* line 355, ../scss/baseline.scss */
ins,
small {
  line-height: 1.5;
}

/* line 360, ../scss/baseline.scss */
kbd,
samp {
  line-height: 1.4;
}

/* line 364, ../scss/baseline.scss */
hr {
  background: #cccccc;
  color: #cccccc;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 1.4em;
  border: none;
}

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

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

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

/* line 80, ../scss/style.scss */
body {
  background: white 0 2px;
}

/* line 84, ../scss/style.scss */
article {
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
/* line 88, ../scss/style.scss */
article a {
  outline: none !important;
}

/* line 93, ../scss/style.scss */
h2 {
  text-align: center;
}

/* line 97, ../scss/style.scss */
header .logo {
  display: inline-block;
  padding: 30px 0;
}

/* line 102, ../scss/style.scss */
header nav {
  display: inline-block;
  float: right;
  margin: 0 30px -36px 0;
}
/* line 107, ../scss/style.scss */
header nav ul {
  margin: 0;
  *zoom: 1;
}
/* line 110, ../scss/style.scss */
header nav ul li {
  display: inline-block;
  float: left;
}
/* line 114, ../scss/style.scss */
header nav ul li a {
  border-left: 1px solid #eeeeee;
  color: #323232;
  display: block;
  font-family: "PT Sans Caption", Helvetica, Sans-Serif;
  font-size: 22px;
  font-weight: 500;
  padding: 34px 24px;
}
/* line 123, ../scss/style.scss */
header nav ul li a:hover {
  background: #eeeeee;
  color: #a11f21;
}
/* line 20, ../scss/helpers.scss */
header nav ul:before, header nav ul:after {
  content: "";
  display: table;
}
/* line 24, ../scss/helpers.scss */
header nav ul:after {
  clear: both;
}

/* line 133, ../scss/style.scss */
.cta {
  background: #f5841f;
  color: white;
  display: inline-block;
  font-family: "museo700", "PT Sans Caption", Helvetica, Sans-Serif;
  font-size: 24px;
  padding: 22px 26px;
  margin: 12px 0;
  text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);
  text-transform: uppercase;
}
/* line 144, ../scss/style.scss */
.cta:hover, .cta:focus {
  background: #a11f21;
  color: white;
}

/* line 149, ../scss/style.scss */
header .cta {
  float: right;
  font-size: 24px;
  padding: 18px 18px;
  margin: 15px 0;
  }
  .introduction .cta-container {
    text-align: center;
  }
  .introduction .cta {
    float: none;
    margin: 10px auto;
  }

/* line 157, ../scss/style.scss */
.wrapper {
  margin: 0 auto;
  max-width: 1170px;
}

/* line 162, ../scss/style.scss */
.column {
  display: inline-block;
  width: 48.0%;
  vertical-align: top;
}
/* line 169, ../scss/style.scss */
.column:first-child, .column.one {
  margin-right: 3%;
}

/* line 174, ../scss/style.scss */
.hero {
  background: #a11f21 url(../img/hero_bg-large.jpg) center center no-repeat;
  background-attachment: fixed;
  color: white;
}
/* line 179, ../scss/style.scss */
.hero h1 {
  color: white;
  line-height: 90px;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);
  top: 30px;
}
/* line 189, ../scss/style.scss */
.hero h2 {
  color: white;
  font-family: "museo300", "PT Sans Caption", Helvetica, Sans-Serif;
  font-size: 32px;
  font-weight: 300;
  padding: 70px 0 168px;
  margin: 0;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);
  text-transform: uppercase;
}
/* line 200, ../scss/style.scss */
.hero h2 a {
  color: #f5841f;
}
/* line 203, ../scss/style.scss */
.hero h2 a:hover {
  color: white;
}
/* line 208, ../scss/style.scss */
.hero p {
  font-family: "museo300", "PT Sans Caption", Helvetica, Sans-Serif;
  font-size: 32px;
  font-weight: 300;
  padding: 70px 0 100px;
  line-height: 44px;
  margin: 0;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);
}

/* line 219, ../scss/style.scss */
.thank-you .hero {
  background: #8ca000;
}
/* line 222, ../scss/style.scss */
.thank-you .hero a {
  color: white;
}

/* line 227, ../scss/style.scss */
.introduction {
  background: #eeeeee;
  padding: 60px 100px 30px;
  position: relative;
}
/* line 232, ../scss/style.scss */
.introduction .profile-photo {
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  height: 160px;
  left: 0;
  margin: 0 auto -30px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -115px;
  width: 160px;
}
/* line 245, ../scss/style.scss */
.introduction h2 {
  margin: 0 auto 20px;
  text-align: center;
}
/* line 250, ../scss/style.scss */
.introduction a {
  font-weight: 700;
}
/* line 254, ../scss/style.scss */
.introduction .column {
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
}
/* line 260, ../scss/style.scss */
.introduction .arrow-down {
  background: transparent url(../img/arrow-down.png) center center no-repeat;
  display: block;
  height: 19px;
  position: relative;
  margin: 10px auto;
  width: 32px;
}

/* line 270, ../scss/style.scss */
.profile {
  background: #141414;
  color: white;
  padding: 50px 0;
  text-align: center;
}
/* line 276, ../scss/style.scss */
.profile h2 {
  color: white;
  font-family: "museo300", "PT Sans Caption", Helvetica, Sans-Serif;
  font-weight: 300;
  padding: 0;
  margin: 0 auto;
}
/* line 283, ../scss/style.scss */
.profile h2 a {
  color: #f5841f;
}
/* line 288, ../scss/style.scss */
.profile h3 {
  color: white;
  font-family: "museo300", "PT Sans Caption", Helvetica, Sans-Serif;
  font-weight: 300;
  margin: 0 auto 20px;
}
/* line 295, ../scss/style.scss */
.profile p {
  color: #ebebeb;
  font-size: 24px;
  line-height: 32px;
  margin: 12px auto;
  max-width: 840px;
}

/* line 305, ../scss/style.scss */
.services {
  *zoom: 1;
  list-style: none;
  margin: 40px auto 60px;
  width: 100%;
}
/* line 20, ../scss/helpers.scss */
.services:before, .services:after {
  content: "";
  display: table;
}
/* line 24, ../scss/helpers.scss */
.services:after {
  clear: both;
}
/* line 311, ../scss/style.scss */
.services li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 33.33333%;
  padding: 0 0;
  background: #eeeeee;
  height: 200px;
  margin: 1%;
  max-width: 340px;
  position: relative;
  text-align: center;
}
/* line 320, ../scss/style.scss */
.services li .service {
  bottom: 40px;
  display: block;
  font-family: "PT Sans Caption", Helvetica, Sans-Serif;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
/* line 331, ../scss/style.scss */
.services li.branding .service {
  bottom: 46px;
}
/* line 335, ../scss/style.scss */
.services li .description {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #a11f21;
  color: white;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  opacity: 0;
  top: 0;
  text-align: left;
  z-index: -1;
}
/* line 348, ../scss/style.scss */
.services li .description h3 {
  color: white;
  font-family: "museo700", "PT Sans Caption", Helvetica, Sans-Serif;
  font-size: 34px;
  margin: 20px 20px 20px 40px;
}
/* line 354, ../scss/style.scss */
.services li .description p {
  color: white;
  margin: 10px 20px 10px 40px;
}
/* line 359, ../scss/style.scss */
.services li.active .description {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  z-index: 10;
}
/* line 370, ../scss/style.scss */
.services li.website .description, .services li.landing-pages .description, .services li.email .description, .services li.print-ads .description, .services li.online-ads .description, .services li.branding.description {
  width: 703px;
}
/* line 375, ../scss/style.scss */
.services li.email .description, .services li.branding .description {
  left: -362px;
}
/* line 380, ../scss/style.scss */
.services li.brochures .description, .services li.blog .description {
  height: 422px;
}
/* line 384, ../scss/style.scss */
.services li.title {
  background: none;
}
/* line 387, ../scss/style.scss */
.services li.title h2 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "museo700", "PT Sans Caption", Helvetica, Sans-Serif;
  font-size: 50px;
  font-weight: normal;
  line-height: 54px;
  text-align: center;
}
/* line 397, ../scss/style.scss */
.services li .sub-title {
  color: #787878;
  display: block;
  font-size: 15px;
  margin-top: -10px;
}
/* line 404, ../scss/style.scss */
.services li.icon:before {
  background: transparent url(../img/sprite-icons.png) top center no-repeat;
  background-position: 0 -197px;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100px;
  margin: 48px auto 16px;
  width: 66px;
}
/* line 414, ../scss/style.scss */
.services li.website:before {
  background-position: 0 -197px;
}
/* line 417, ../scss/style.scss */
.services li.landing-pages:before {
  background-position: -100px -197px;
}
/* line 420, ../scss/style.scss */
.services li.email:before {
  background-position: -196px -197px;
}
/* line 423, ../scss/style.scss */
.services li.brochures:before {
  background-position: -285px -197px;
}
/* line 426, ../scss/style.scss */
.services li.blog:before {
  background-position: -375px -197px;
}
/* line 429, ../scss/style.scss */
.services li.print-ads:before {
  background-position: -468px -197px;
  width: 76px;
}
/* line 433, ../scss/style.scss */
.services li.online-ads:before {
  background-position: -566px -197px;
}
/* line 436, ../scss/style.scss */
.services li.branding:before {
  background-position: -649px -197px;
}
/* line 440, ../scss/style.scss */
.services li:hover {
  cursor: pointer;
}

/* line 446, ../scss/style.scss */
.why {
  border-top: 1px solid #c8c8c8;
  float: left;
  padding: 50px 0 30px;
}
/* line 453, ../scss/style.scss */
.why .list-benefits li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 50%;
  padding: 0 0;
  padding: 0 4%;
}
/* line 457, ../scss/style.scss */
.why .list-benefits li h3 {
  padding-left: 46px;
  position: relative;
}
/* line 461, ../scss/style.scss */
.why .list-benefits li h3:before {
  background: transparent url(../img/sprite-icons.png) top center no-repeat;
  background-position: 0 -297px;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 38px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 38px;
}
/* line 474, ../scss/style.scss */
.why .list-benefits li.benefit-audience h3:before {
  background-position: 0 -297px;
}
/* line 477, ../scss/style.scss */
.why .list-benefits li.benefit-research h3:before {
  background-position: -50px -297px;
}
/* line 480, ../scss/style.scss */
.why .list-benefits li.benefit-conversion h3:before {
  background-position: -100px -297px;
}
/* line 483, ../scss/style.scss */
.why .list-benefits li.benefit-communication h3:before {
  background-position: -150px -297px;
}
/* line 486, ../scss/style.scss */
.why .list-benefits li.benefit-budget h3:before {
  background-position: -200px -297px;
}
/* line 489, ../scss/style.scss */
.why .list-benefits li.benefit-remote h3:before {
  background-position: -250px -297px;
}
/* line 492, ../scss/style.scss */
.why .list-benefits li.benefit-experience h3:before {
  background-position: -300px -297px;
  position: relative;
  margin: 0 auto 4px;
}
/* line 498, ../scss/style.scss */
.why .list-benefits li.benefit-experience {
  clear: both;
  display: block;
  float: none;
  height: 240px;
  width: 100%;
}
/* line 505, ../scss/style.scss */
.why .list-benefits li.benefit-experience h3 {
  text-align: center;
}
/* line 509, ../scss/style.scss */
.why .list-benefits li.benefit-experience .column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 50%;
  padding: 0 0;
  padding: 0 2%;
}
/* line 513, ../scss/style.scss */
.why .list-benefits li.benefit-experience .column p {
  margin-bottom: 14px;
}
/* line 521, ../scss/style.scss */
.why .testimonial {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 50%;
  padding: 0 0;
  background: #eeeeee;
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding: 4% 4% 2% 6%;
  position: relative;
  margin: 40px 0;
}
/* line 530, ../scss/style.scss */
.why .testimonial p {
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
}
/* line 535, ../scss/style.scss */
.why .testimonial p.meta {
  font-family: "PT Sans Caption", Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: 700;
  margin-top: 50px;
}
/* line 541, ../scss/style.scss */
.why .testimonial p.meta span {
  display: block;
}
/* line 543, ../scss/style.scss */
.why .testimonial p.meta span.company {
  color: #a11f21;
}
/* line 549, ../scss/style.scss */
.why .testimonial .photo {
  bottom: 0;
  position: absolute;
  right: 0;
}

/* line 557, ../scss/style.scss */
#experience {
  background: #eeeeee;
  padding: 4%;
  margin: 0;
  min-height: 528px;
}
/* line 563, ../scss/style.scss */
#experience .list-work {
  list-style: none;
}
/* line 566, ../scss/style.scss */
#experience .list-work li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 33.33333%;
  padding: 0 0;
  background: white;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  height: 322px;
  margin: 2%;
  width: 30%;
}
/* line 574, ../scss/style.scss */
#experience .list-work li a {
  display: block;
  height: 100%;
  width: 100%;
}
/* line 580, ../scss/style.scss */
#experience .list-work li:first-child {
  margin-left: 0;
}
/* line 584, ../scss/style.scss */
#experience .list-work li:last-child {
  margin-right: 0;
}
/* line 588, ../scss/style.scss */
#experience .list-work li h4 {
  margin: 30px 40px 10px;
}
/* line 591, ../scss/style.scss */
#experience .list-work li p {
  color: #3c3c3c;
  margin: 0 40px 50px;
}
/* line 595, ../scss/style.scss */
#experience .list-work li .description {
  display: none;
}
/* line 599, ../scss/style.scss */
#experience .list-work li.zen {
  background: white url(../img/work-zenelements.jpg) bottom center no-repeat;
}
/* line 602, ../scss/style.scss */
#experience .list-work li.stream {
  background: white url(../img/work-stream-consulting.jpg) bottom center no-repeat;
}
/* line 605, ../scss/style.scss */
#experience .list-work li.rochen {
  background: white url(../img/work-rochen.jpg) bottom center no-repeat;
}

/* line 611, ../scss/style.scss */
#form {
  background: #a11f21;
  color: white;
  padding: 4%;
}
/* line 617, ../scss/style.scss */
#form .column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 50%;
  padding: 0 4%;
}
/* line 621, ../scss/style.scss */
#form form {
  margin-top: -12px;
}
/* line 625, ../scss/style.scss */
#form h2 {
  color: white;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);
}
/* line 630, ../scss/style.scss */
#form p {
  color: white;
  text-shadow: 1px 1px 1px rgba(50, 50, 50, 0.5);
}
/* line 635, ../scss/style.scss */
#form .hon {
  display: none;
}
/* line 639, ../scss/style.scss */
#form label {
  clear: left;
  display: inline-block;
  float: left;
  padding: 9px 14px;
  text-align: right;
  width: 152px;
}
/* line 648, ../scss/style.scss */
#form input {
  clear: right;
  cursor: auto;
  display: inline-block;
  float: left;
  max-width: 296px;
}
/* line 656, ../scss/style.scss */
#form textarea {
  clear: right;
  cursor: auto;
  display: inline-block;
  float: left;
  height: 168px;
  max-width: 296px;
}
/* line 665, ../scss/style.scss */
#form input[type="submit"] {
  background: #f5841f;
  color: white;
  display: inline-block;
  font-family: "museo700", "PT Sans Caption", Helvetica, Sans-Serif;
  font-size: 24px;
  float: right;
  padding: 5px 26px;
  margin: 5px 4px 0;
  text-transform: uppercase;
}
/* line 677, ../scss/style.scss */
#form .email {
  background: rgba(0, 0, 0, 0) url(../img/icon-email.png) left center no-repeat;
  font-family: "museo700", "PT Sans Caption", Helvetica, Sans-Serif;
  font-size: 24px;
  font-weight: 700;
  padding-left: 78px;
  padding: 26px 0 26px 72px;
}
/* line 685, ../scss/style.scss */
#form .email a {
  color: white;
}

/* line 692, ../scss/style.scss */
article footer {
  background: #a11f21 url(../img/hero_bg-large.jpg) center center no-repeat;
  background-attachment: fixed;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  clear: both;
  padding: 60px 0;
  margin-top: 60px;
  text-align: center;
}
/* line 702, ../scss/style.scss */
article footer h3 {
  color: white;
  font-size: 30px;
}

/* line 708, ../scss/style.scss */
.footer-container {
  background-color: #1e1e1e;
  padding: 40px 0;
  margin-top: 80px;
}
/* line 714, ../scss/style.scss */
.footer-container footer {
  color: white;
  font-size: 16px;
}

/* line 722, ../scss/style.scss */
header#worlds_birth > div {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 0;
}
/* line 20, ../scss/helpers.scss */
header#worlds_birth > div:before, header#worlds_birth > div:after {
  content: "";
  display: table;
}
/* line 24, ../scss/helpers.scss */
header#worlds_birth > div:after {
  clear: both;
}
/* line 724, ../scss/style.scss */
header#worlds_birth > div hgroup {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 100%;
  padding: 0 20px;
  padding-top: 1.5em;
  margin-bottom: 2px;
}
/* line 729, ../scss/style.scss */
header#worlds_birth > div nav ul {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 1.5em;
  text-align: center;
  font-weight: bold;
}
/* line 20, ../scss/helpers.scss */
header#worlds_birth > div nav ul:before, header#worlds_birth > div nav ul:after {
  content: "";
  display: table;
}
/* line 24, ../scss/helpers.scss */
header#worlds_birth > div nav ul:after {
  clear: both;
}
/* line 735, ../scss/style.scss */
header#worlds_birth > div nav ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 25%;
  padding: 0 0;
}
/* line 737, ../scss/style.scss */
header#worlds_birth > div nav ul li a {
  display: block;
  background: #a11f21;
  padding: .75em 0;
  border-right: 1px solid #fff;
  color: #fff;
}
/* line 743, ../scss/style.scss */
header#worlds_birth > div nav ul li a:hover, header#worlds_birth > div nav ul li a:focus {
  background: #f5841f;
}

/* line 753, ../scss/style.scss */
#content > div {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 0;
}
/* line 20, ../scss/helpers.scss */
#content > div:before, #content > div:after {
  content: "";
  display: table;
}
/* line 24, ../scss/helpers.scss */
#content > div:after {
  clear: both;
}
/* line 755, ../scss/style.scss */
#content > div > section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 66.66667%;
  padding: 0 20px;
}
/* line 758, ../scss/style.scss */
#content > div > aside {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 33.33333%;
  padding: 0 20px;
}
/* line 761, ../scss/style.scss */
#content > div > aside > div:last-child p {
  margin-bottom: 0;
}
/* line 764, ../scss/style.scss */
#content > div > aside > div:last-child div:last-child p {
  margin-bottom: 1.5em;
}
/* line 769, ../scss/style.scss */
#content > div > div {
  clear: both;
}
/* line 771, ../scss/style.scss */
#content > div > div > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 100%;
  padding: 0 20px;
}
/* line 774, ../scss/style.scss */
#content > div > div section {
  background: #ccc;
}
/* line 776, ../scss/style.scss */
#content > div > div section div {
  background: #6bac60;
  height: 3em;
  margin-bottom: 1.5em;
  border: 20px solid #dddddd;
  border-top: 0;
  border-bottom: 0;
}
/* line 796, ../scss/style.scss */
#content > div > div section#one div:last-child,
#content > div > div section#two div:last-child,
#content > div > div section#three div:last-child,
#content > div > div section#four div:last-child,
#content > div > div section#five div:last-child,
#content > div > div section#six div:last-child,
#content > div > div section#seven div:last-child,
#content > div > div section#eight div:last-child,
#content > div > div section#nine div:last-child,
#content > div > div section#ten div:last-child,
#content > div > div section#eleven div:last-child {
  background: #eee;
}
/* line 801, ../scss/style.scss */
#content > div > div section#one > div:first-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 8.33333%;
  padding: 0 20px;
}
/* line 802, ../scss/style.scss */
#content > div > div section#one > div:last-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 91.66667%;
  padding: 0 20px;
}
/* line 805, ../scss/style.scss */
#content > div > div section#two > div:first-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 16.66667%;
  padding: 0 20px;
}
/* line 806, ../scss/style.scss */
#content > div > div section#two > div:last-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 83.33333%;
  padding: 0 20px;
}
/* line 809, ../scss/style.scss */
#content > div > div section#three > div:first-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 25%;
  padding: 0 20px;
}
/* line 810, ../scss/style.scss */
#content > div > div section#three > div:last-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 75%;
  padding: 0 20px;
}
/* line 813, ../scss/style.scss */
#content > div > div section#four > div:first-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 33.33333%;
  padding: 0 20px;
}
/* line 814, ../scss/style.scss */
#content > div > div section#four > div:last-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 66.66667%;
  padding: 0 20px;
}
/* line 817, ../scss/style.scss */
#content > div > div section#five > div:first-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 41.66667%;
  padding: 0 20px;
}
/* line 818, ../scss/style.scss */
#content > div > div section#five > div:last-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 58.33333%;
  padding: 0 20px;
}
/* line 821, ../scss/style.scss */
#content > div > div section#six > div:first-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 50%;
  padding: 0 20px;
}
/* line 822, ../scss/style.scss */
#content > div > div section#six > div:last-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 50%;
  padding: 0 20px;
}
/* line 825, ../scss/style.scss */
#content > div > div section#seven > div:first-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 58.33333%;
  padding: 0 20px;
}
/* line 826, ../scss/style.scss */
#content > div > div section#seven > div:last-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 41.66667%;
  padding: 0 20px;
}
/* line 829, ../scss/style.scss */
#content > div > div section#eight > div:first-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 66.66667%;
  padding: 0 20px;
}
/* line 830, ../scss/style.scss */
#content > div > div section#eight > div:last-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 33.33333%;
  padding: 0 20px;
}
/* line 833, ../scss/style.scss */
#content > div > div section#nine > div:first-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 75%;
  padding: 0 20px;
}
/* line 834, ../scss/style.scss */
#content > div > div section#nine > div:last-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 25%;
  padding: 0 20px;
}
/* line 837, ../scss/style.scss */
#content > div > div section#ten > div:first-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 83.33333%;
  padding: 0 20px;
}
/* line 838, ../scss/style.scss */
#content > div > div section#ten > div:last-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 16.66667%;
  padding: 0 20px;
}
/* line 841, ../scss/style.scss */
#content > div > div section#eleven > div:first-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 91.66667%;
  padding: 0 20px;
}
/* line 842, ../scss/style.scss */
#content > div > div section#eleven > div:last-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 8.33333%;
  padding: 0 20px;
}
/* line 845, ../scss/style.scss */
#content > div > div section#thirds > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 33.33333%;
  padding: 0 20px;
}
/* line 848, ../scss/style.scss */
#content > div > div section#quarters > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 25%;
  padding: 0 20px;
}
/* line 851, ../scss/style.scss */
#content > div > div section#sixths > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 16.66667%;
  padding: 0 20px;
}
/* line 854, ../scss/style.scss */
#content > div > div section#twelfths > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  width: 8.33333%;
  padding: 0 20px;
}

/**
 * NOTE
 * Don't add breakpoints aimed at device pixel widths,
 * add them where they suit best for your design.
 */
@media screen and (max-width: 750px) {
  /* line 869, ../scss/style.scss */
  #content > div > section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 100%;
    padding: 0 20px;
  }
  /* line 872, ../scss/style.scss */
  #content > div > aside {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 100%;
    padding: 0 0;
  }
  /* line 874, ../scss/style.scss */
  #content > div > aside > h2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 100%;
    padding: 0 20px;
    padding-top: 0.25em;
    margin-bottom: 0.5em;
  }
  /* line 880, ../scss/style.scss */
  #content > div > aside div#lists > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 33.33333%;
    padding: 0 20px;
  }
  /* line 883, ../scss/style.scss */
  #content > div > aside div#lists ul, #content > div > aside div#lists ol {
    padding-left: 10%;
  }
  /* line 887, ../scss/style.scss */
  #content > div > aside > div:last-child {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 100%;
    padding: 0 0;
  }
  /* line 889, ../scss/style.scss */
  #content > div > aside > div:last-child > h2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 100%;
    padding: 0 20px;
    padding-top: 0.25em;
    margin-bottom: 0.5em;
  }
  /* line 894, ../scss/style.scss */
  #content > div > aside > div:last-child > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 50%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 520px) {
  /* line 908, ../scss/style.scss */
  #content > div > aside div#lists > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 100%;
    padding: 0 20px;
  }
  /* line 913, ../scss/style.scss */
  #content > div > aside > div:last-child > h2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 100%;
    padding: 0 20px;
    padding-top: 0.25em;
    margin-bottom: 0.5em;
  }
  /* line 918, ../scss/style.scss */
  #content > div > aside > div:last-child > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    float: left;
    width: 100%;
    padding: 0 20px;
  }
  /* line 921, ../scss/style.scss */
  #content > div > aside > div:last-child p {
    margin-bottom: 0;
  }
  /* line 924, ../scss/style.scss */
  #content > div > aside > div:last-child div:last-child p {
    margin-bottom: 1.5em;
  }
}
