/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../../pre-compiled/sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../../pre-compiled/sass/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, ../../pre-compiled/sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, ../../pre-compiled/sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, ../../pre-compiled/sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, ../../pre-compiled/sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../../pre-compiled/sass/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../../pre-compiled/sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, ../../pre-compiled/sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, ../../pre-compiled/sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../../pre-compiled/sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, ../../pre-compiled/sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../../pre-compiled/sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../../pre-compiled/sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 169, ../../pre-compiled/sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../../pre-compiled/sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, ../../pre-compiled/sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../../pre-compiled/sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, ../../pre-compiled/sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../../pre-compiled/sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../../pre-compiled/sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../../pre-compiled/sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, ../../pre-compiled/sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, ../../pre-compiled/sass/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, ../../pre-compiled/sass/_normalize.scss */
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.
 */
/* line 290, ../../pre-compiled/sass/_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 302, ../../pre-compiled/sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../../pre-compiled/sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, ../../pre-compiled/sass/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, ../../pre-compiled/sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, ../../pre-compiled/sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, ../../pre-compiled/sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../../pre-compiled/sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, ../../pre-compiled/sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../../pre-compiled/sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, ../../pre-compiled/sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../../pre-compiled/sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../../pre-compiled/sass/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 5, ../../../../../../usr/lib/ruby/gems/1.8/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../usr/lib/ruby/gems/1.8/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../usr/lib/ruby/gems/1.8/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../usr/lib/ruby/gems/1.8/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../usr/lib/ruby/gems/1.8/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../usr/lib/ruby/gems/1.8/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../usr/lib/ruby/gems/1.8/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../usr/lib/ruby/gems/1.8/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

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

/* HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, ../../pre-compiled/sass/_html5_bp_before.scss */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 27, ../../pre-compiled/sass/_html5_bp_before.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 32, ../../pre-compiled/sass/_html5_bp_before.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 41, ../../pre-compiled/sass/_html5_bp_before.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
/* line 56, ../../pre-compiled/sass/_html5_bp_before.scss */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 69, ../../pre-compiled/sass/_html5_bp_before.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 79, ../../pre-compiled/sass/_html5_bp_before.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
/* line 87, ../../pre-compiled/sass/_html5_bp_before.scss */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ***********
@@article-title
*********** */
/* line 24, ../../pre-compiled/sass/_fonts.scss */
.article-title {
  font-family: "museo-slab-n9", "museo-slab", georgia, serif;
  font-weight: 800;
}
/* line 29, ../../pre-compiled/sass/_fonts.scss */
.article-title em {
  font-family: "museo-slab-i9", "museo-slab", georgia, serif;
  font-style: italic;
}
/* line 35, ../../pre-compiled/sass/_fonts.scss */
.article-title .sub-title {
  font-family: "museo-slab-n4", "museo-slab", georgia, serif;
  font-weight: 500;
}
/* line 40, ../../pre-compiled/sass/_fonts.scss */
.article-title .sub-title em,
.article-title .sub-title cite {
  font-family: "museo-slab-i4", "museo-slab", georgia, serif;
  font-style: italic;
  font-weight: 500;
}

/* line 50, ../../pre-compiled/sass/_fonts.scss */
h1,
h1.article-title {
  font-size: 42px;
  line-height: 48px;
}

/* line 58, ../../pre-compiled/sass/_fonts.scss */
h2.article-title {
  font-size: 30px;
  line-height: 36px;
}

/* line 64, ../../pre-compiled/sass/_fonts.scss */
h2.tag-title,
h2.category-title {
  color: #b0b0b0;
}

/* line 70, ../../pre-compiled/sass/_fonts.scss */
h3.article-title {
  font-size: 24px;
  line-height: 30px;
}

/* line 76, ../../pre-compiled/sass/_fonts.scss */
h4.article-title {
  font-size: 20px !important;
  line-height: 24px !important;
}

/* line 82, ../../pre-compiled/sass/_fonts.scss */
h5.article-title {
  font-size: 16px !important;
  line-height: 20px;
}

/* line 88, ../../pre-compiled/sass/_fonts.scss */
h1 {
  font-family: "museo-slab-n9", "museo-slab", georgia, serif;
  font-weight: 800;
}

/* line 94, ../../pre-compiled/sass/_fonts.scss */
cite {
  font-family: "fira-sans-i4", "fira-sans", arial, helvetica, sans-serif;
  font-style: italic;
  /*	font-family: $centro_slab_italic; */
  /*	letter-spacing: 0.025em; */
}

/* line 102, ../../pre-compiled/sass/_fonts.scss */
em {
  font-family: "fira-sans-i4", "fira-sans", arial, helvetica, sans-serif;
  font-style: italic;
}

/* line 110, ../../pre-compiled/sass/_fonts.scss */
strong em {
  font-family: "fira-sans-i5", "fira-sans", arial, helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
}

/* line 118, ../../pre-compiled/sass/_fonts.scss */
h1 em,
h2 em,
h3 em {
  font-family: "museo-slab-i9", "museo-slab", georgia, serif;
  font-weight: 800;
  font-style: italic;
}

/* line 127, ../../pre-compiled/sass/_fonts.scss */
aside h1 em {
  font-family: "museo-slab-n9", "museo-slab", georgia, serif;
  font-style: italic;
  font-weight: 800;
}

/* line 135, ../../pre-compiled/sass/_fonts.scss */
.article-header {
  font-family: "museo-slab-n9", "museo-slab", georgia, serif;
  font-weight: 800;
  font-size: 42px;
  text-transform: none;
}

/* line 145, ../../pre-compiled/sass/_fonts.scss */
.section-title {
  font-family: "museo-slab-n9", "museo-slab", georgia, serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 32px;
  text-transform: none;
}
/* line 153, ../../pre-compiled/sass/_fonts.scss */
.section-title cite {
  font-family: "museo-slab-i9", "museo-slab", georgia, serif;
  font-weight: 800;
  font-style: italic;
  font-size: 22px;
  line-height: 27px;
}

/* line 179, ../../pre-compiled/sass/_fonts.scss */
.load-more {
  font-family: "fira-sans-n7", "fira-sans", arial, helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.25em;
}

/* line 189, ../../pre-compiled/sass/_fonts.scss */
.section-header {
  font-family: "museo-slab-n9", "museo-slab", georgia, serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

/* line 199, ../../pre-compiled/sass/_fonts.scss */
.feature-type {
  font-family: "museo-slab-i9", "museo-slab", georgia, serif;
  font-weight: 800;
  font-style: italic;
  display: inline-block;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  text-transform: none;
  margin-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 2px !important;
  padding-bottom: 5px !important;
  position: absolute;
  z-index: 1;
  background: #E8AE39;
}

/* line 219, ../../pre-compiled/sass/_fonts.scss */
#comment-count,
.comment-count {
  font-family: "fira-sans-n4", "fira-sans", arial, helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.125em;
  margin-top: 1.25ex;
  margin-bottom: 1.25ex;
}

/* line 231, ../../pre-compiled/sass/_fonts.scss */
.byline {
  font-family: "fira-sans-n4", "fira-sans", arial, helvetica, sans-serif !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  letter-spacing: 0.125em;
  margin-top: 1ex;
  margin-bottom: 1ex;
}

/* line 241, ../../pre-compiled/sass/_fonts.scss */
#buy {
  font-family: "fira-sans-n4", "fira-sans", arial, helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 1.25ex;
  margin-bottom: 1.25ex;
  letter-spacing: 0.125em;
}

/* line 251, ../../pre-compiled/sass/_fonts.scss */
.cols-2 .byline,
.byline.thicker {
  font-family: "fira-sans-n5", "fira-sans", arial, helvetica, sans-serif !important;
  font-weight: 400;
}

/* line 268, ../../pre-compiled/sass/_fonts.scss */
.photo-credit {
  font-family: "fira-sans-n4", "fira-sans", arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  text-transform: none;
  color: #d8d8d8;
}

/* line 277, ../../pre-compiled/sass/_fonts.scss */
.more {
  font-family: "fira-sans-n7", "fira-sans", arial, helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.25em;
  width: 125px;
  text-align: center;
  color: #fff;
  background: #302f2f;
}
/* line 290, ../../pre-compiled/sass/_fonts.scss */
.more a {
  color: #fff;
}
/* line 294, ../../pre-compiled/sass/_fonts.scss */
.more a:hover {
  color: #44C3F1;
}

/* line 377, ../../pre-compiled/sass/_fonts.scss */
.read-more {
  font-family: "fira-sans-n7", "fira-sans", arial, helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.125em;
}

/* line 16, ../../pre-compiled/sass/mobile.scss */
body:before {
  content: 'mobile-only';
  display: none;
}

/* line 24, ../../pre-compiled/sass/mobile.scss */
body {
  background: #000;
  color: #302f2f;
  font-family: "fira-sans-n3", "fira-sans", arial, helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
/* line 29, ../../pre-compiled/sass/mobile.scss */
body #top-ad-wrapper {
  text-align: center;
  background: #6D6D6D;
}
/* line 35, ../../pre-compiled/sass/mobile.scss */
body #header-wrapper {
  z-index: 9;
}
/* line 40, ../../pre-compiled/sass/mobile.scss */
body #middle-wrapper {
  background: #fff;
}
/* line 47, ../../pre-compiled/sass/mobile.scss */
body .is-sticky #header {
  border-bottom: 1px solid #d8d8d8;
  transition: all 0.5s linear;
}
/* line 52, ../../pre-compiled/sass/mobile.scss */
body .is-sticky #header #main-menu-open,
body .is-sticky #header #main-menu-close {
  top: 0.5em;
}
/* line 58, ../../pre-compiled/sass/mobile.scss */
body .is-sticky #header #top-links {
  top: -0.4em;
}
/* line 64, ../../pre-compiled/sass/mobile.scss */
body .is-sticky #header #masthead {
  margin-top: 0.25em;
  margin-bottom: 0.4em;
}
/* line 70, ../../pre-compiled/sass/mobile.scss */
body .is-sticky #header #search {
  margin-top: 0;
}
/* line 79, ../../pre-compiled/sass/mobile.scss */
body .social-icon {
  width: 2rem;
  height: 2rem;
}
/* line 92, ../../pre-compiled/sass/mobile.scss */
body .reveal {
  display: none;
}
/* line 100, ../../pre-compiled/sass/mobile.scss */
body .desktop-only,
body .flickity-page-dots,
body #mini-logo,
body #main-menu-header,
body #top-facebook,
body #top-twitter,
body #search,
body aside,
body .photo-credit,
body #footer-main-menu,
body #elapsed-time,
body .pageblock {
  display: none;
}
/* line 118, ../../pre-compiled/sass/mobile.scss */
body .reverse {
  padding-top: 0.5em;
  padding-bottom: 0.45em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  margin-bottom: 1px;
  margin-bottom: 0;
  text-align: center;
  margin-top: 0.5em;
}
/* line 130, ../../pre-compiled/sass/mobile.scss */
body .reverse a {
  color: #fff !important;
}
/* line 134, ../../pre-compiled/sass/mobile.scss */
body .reverse a:hover {
  color: #44C3F1 !important;
}
/* line 143, ../../pre-compiled/sass/mobile.scss */
body article.feature .reverse {
  background: #E8AE39;
}
/* line 151, ../../pre-compiled/sass/mobile.scss */
body article.house .reverse {
  background: red;
}
/* line 157, ../../pre-compiled/sass/mobile.scss */
body .more {
  width: auto !important;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  background: #302f2f;
  margin-bottom: 1em;
  text-align: center;
  font-weight: 400;
}
/* line 170, ../../pre-compiled/sass/mobile.scss */
body .more a {
  color: #fff;
}
/* line 176, ../../pre-compiled/sass/mobile.scss */
body .more span {
  letter-spacing: 0;
}
/* line 182, ../../pre-compiled/sass/mobile.scss */
body a {
  color: #44C3F1;
  text-decoration: none;
  transition: .1s;
}
/* line 188, ../../pre-compiled/sass/mobile.scss */
body a:hover {
  color: #0A75BA;
}
/* line 193, ../../pre-compiled/sass/mobile.scss */
body a .article-title {
  color: #302f2f !important;
}
/* line 197, ../../pre-compiled/sass/mobile.scss */
body a .article-title:hover {
  color: #0A75BA !important;
}
/* line 203, ../../pre-compiled/sass/mobile.scss */
body a .blurb {
  color: #302f2f;
}
/* line 209, ../../pre-compiled/sass/mobile.scss */
body .ad {
  text-align: center;
}
/* line 214, ../../pre-compiled/sass/mobile.scss */
body .byline,
body .comment-count,
body #comment-count {
  font-size: 0.8em !important;
}
/* line 221, ../../pre-compiled/sass/mobile.scss */
body .section-header {
  text-align: center;
  font-family: "museo-slab-n4", "museo-slab", georgia, serif;
  font-size: 125%;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
/* line 230, ../../pre-compiled/sass/mobile.scss */
body .section-header a {
  color: #302f2f;
}
/* line 236, ../../pre-compiled/sass/mobile.scss */
body h1.section-header {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: normal;
}
/* line 241, ../../pre-compiled/sass/mobile.scss */
body h1.article-title,
body h1.search-keyword,
body h1.author-title,
body h1.system {
  font-family: "museo-slab-n7", "museo-slab", georgia, serif;
  font-size: 175%;
  line-height: 110%;
}
/* line 251, ../../pre-compiled/sass/mobile.scss */
body h1.article-title {
  padding-top: 0.34em;
  border-top: 2px solid #302f2f;
  display: inline-block;
}
/* line 260, ../../pre-compiled/sass/mobile.scss */
body .article-title {
  font-family: "museo-slab-n7", "museo-slab", georgia, serif;
  line-height: 120%;
}
/* line 265, ../../pre-compiled/sass/mobile.scss */
body .article-title a {
  color: #302f2f;
}
/* line 270, ../../pre-compiled/sass/mobile.scss */
body .article-title em,
body .article-title cite {
  font-family: "museo-slab-i7", "museo-slab", georgia, serif;
}
/* line 277, ../../pre-compiled/sass/mobile.scss */
body h1.article-title {
  font-size: 175%;
  padding-top: 0.34em;
  border-top: 2px solid #302f2f;
  display: inline-block;
}
/* line 285, ../../pre-compiled/sass/mobile.scss */
body h2.article-title,
body h2.article-title,
body h3.article-title {
  font-size: 150% !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 292, ../../pre-compiled/sass/mobile.scss */
body h4.article-title {
  font-size: 1.25rem !important;
  line-height: 1.2em !important;
}
/* line 299, ../../pre-compiled/sass/mobile.scss */
body .sub-title {
  display: block;
}
/* line 304, ../../pre-compiled/sass/mobile.scss */
body .load-more {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  background: #302f2f;
  margin-bottom: 1em;
  height: 1.25em;
}
/* line 314, ../../pre-compiled/sass/mobile.scss */
body .load-more a {
  color: #fff;
}
/* line 320, ../../pre-compiled/sass/mobile.scss */
body .load-more #load-previous-button {
  float: left;
}
/* line 325, ../../pre-compiled/sass/mobile.scss */
body .load-more #load-more-button {
  float: right;
}
/* line 334, ../../pre-compiled/sass/mobile.scss */
body .rating img {
  width: 1.75em;
  height: 1.75em;
}
/* line 341, ../../pre-compiled/sass/mobile.scss */
body .comment-balloons {
  width: auto;
  height: 1em;
}
/* line 347, ../../pre-compiled/sass/mobile.scss */
body .read-more {
  font-weight: 400;
  display: inline-block;
}
/* line 354, ../../pre-compiled/sass/mobile.scss */
body .read-more-inline-arrows {
  display: inline !important;
}
/* line 358, ../../pre-compiled/sass/mobile.scss */
body .read-more-inline-arrows img {
  height: 1em;
  width: auto;
}
/* line 370, ../../pre-compiled/sass/mobile.scss */
body #house-link {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  clear: both;
  position: relative;
  width: auto;
  background: #d7263c;
}
/* line 380, ../../pre-compiled/sass/mobile.scss */
body #house-link #house-link-inner {
  width: 100%;
  table-layout: fixed;
  display: table;
  background: #d7263c;
}
/* line 387, ../../pre-compiled/sass/mobile.scss */
body #house-link #house-link-inner #house-link-masthead {
  display: table-cell;
  vertical-align: middle;
}
/* line 392, ../../pre-compiled/sass/mobile.scss */
body #house-link #house-link-inner #house-link-masthead img {
  padding: 2em 10%;
  width: 12em;
}
/* line 399, ../../pre-compiled/sass/mobile.scss */
body #house-link #house-link-inner #house-link-arrows {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
/* line 405, ../../pre-compiled/sass/mobile.scss */
body #house-link #house-link-inner #house-link-arrows img {
  width: 1.25em;
}
/* line 416, ../../pre-compiled/sass/mobile.scss */
body .tag-list {
  clear: both;
  border-top: 2px solid #eee;
  padding-top: 1em;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.5em;
  color: #D0193F;
}
/* line 425, ../../pre-compiled/sass/mobile.scss */
body .tag-list li {
  display: inline-block;
  border-radius: 2px;
  background: #EEEEEE;
  text-align: center;
  text-transform: uppercase;
  font-family: "fira-sans-n4", "fira-sans", arial, helvetica, sans-serif;
  font-size: 0.6em;
  letter-spacing: 0.25em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.5em 0.75em;
  padding-bottom: 0.4em;
}
/* line 443, ../../pre-compiled/sass/mobile.scss */
body #house-masthead {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
  background: url("http://slantmagazine.engaging.net/assets/stock/house-articles-bg.png");
}
/* line 452, ../../pre-compiled/sass/mobile.scss */
body #explore-categories {
  background: #d7263c;
  text-align: center;
  padding-left: 3em;
  padding-right: 3em;
  color: #fff;
  font-family: "fira-sans-n4", "fira-sans", arial, helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.125em;
}
/* line 462, ../../pre-compiled/sass/mobile.scss */
body #explore-categories li {
  text-transform: uppercase;
  display: inline;
}
/* line 467, ../../pre-compiled/sass/mobile.scss */
body #explore-categories li span {
  font-family: "fira-sans-n7", "fira-sans", arial, helvetica, sans-serif;
}
/* line 473, ../../pre-compiled/sass/mobile.scss */
body #explore-categories a {
  color: #fff;
}
/* line 478, ../../pre-compiled/sass/mobile.scss */
body #explore-categories .toggle {
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: "fira-sans-n4", "fira-sans", arial, helvetica, sans-serif;
  text-transform: uppercase !important;
  font-size: 0.8em;
  letter-spacing: 0.25em;
  cursor: pointer;
}
/* line 489, ../../pre-compiled/sass/mobile.scss */
body #explore-categories .toggle span {
  font-family: "fira-sans-n4", "fira-sans", arial, helvetica, sans-serif;
  font-size: 1em;
}
/* line 496, ../../pre-compiled/sass/mobile.scss */
body #explore-categories .reveal {
  border-top: 1px solid #fff;
  padding-top: 1em;
  padding-bottom: 1em;
}
/* line 504, ../../pre-compiled/sass/mobile.scss */
body #explore-categories .reveal ul li {
  display: block;
  padding-bottom: 0.75em;
}
/* line 509, ../../pre-compiled/sass/mobile.scss */
body #explore-categories .reveal ul li span {
  font-family: "fira-sans-n4", "fira-sans", arial, helvetica, sans-serif;
}

/* line 523, ../../pre-compiled/sass/mobile.scss */
body.house a {
  color: #d7263c;
}
/* line 527, ../../pre-compiled/sass/mobile.scss */
body.house a:hover {
  color: #A51D34;
}
/* line 532, ../../pre-compiled/sass/mobile.scss */
body.house a .article-title {
  color: #302f2f !important;
}
/* line 540, ../../pre-compiled/sass/mobile.scss */
body.house .article-title a {
  color: #302f2f !important;
}

/* line 547, ../../pre-compiled/sass/mobile.scss */
#header {
  background: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: all 0.5s linear;
  position: relative;
}
/* line 556, ../../pre-compiled/sass/mobile.scss */
#header #masthead {
  margin: 0.75em auto;
  margin-bottom: 0.75em;
}
/* line 561, ../../pre-compiled/sass/mobile.scss */
#header #masthead img#logo {
  width: 35%;
  max-height: 2em;
  height: auto;
}
/* line 569, ../../pre-compiled/sass/mobile.scss */
#header #main-menu-open,
#header #main-menu-close,
#header #top-links {
  position: absolute;
  cursor: pointer;
}
/* line 576, ../../pre-compiled/sass/mobile.scss */
#header #main-menu-open .line,
#header #main-menu-close .line,
#header #top-links .line {
  background: #c4c4c4;
  height: 0.3em;
}
/* line 583, ../../pre-compiled/sass/mobile.scss */
#header #main-menu-open,
#header #main-menu-close {
  top: 0.85em;
  left: 1em;
  width: 1.5em;
  height: 1.5em;
}
/* line 595, ../../pre-compiled/sass/mobile.scss */
#header #main-menu-open .line {
  margin-bottom: 0.2em;
}
/* line 601, ../../pre-compiled/sass/mobile.scss */
#header #top-links {
  padding: 0.5em;
  top: 0.1em;
  right: 0.5em;
  width: 2em;
  height: 2.5em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
/* line 611, ../../pre-compiled/sass/mobile.scss */
#header #top-links li {
  margin: 0;
  padding: 0;
}
/* line 616, ../../pre-compiled/sass/mobile.scss */
#header #top-links li img {
  width: 2em;
  height: 2em;
  z-index: 98;
}
/* line 624, ../../pre-compiled/sass/mobile.scss */
#header #top-links #search-button {
  display: inline;
}
/* line 629, ../../pre-compiled/sass/mobile.scss */
#header #top-links #search-button-active {
  display: none;
}
/* line 634, ../../pre-compiled/sass/mobile.scss */
#header #top-links.active {
  background: #302f2f;
}
/* line 638, ../../pre-compiled/sass/mobile.scss */
#header #top-links.active #search-button {
  display: none;
}
/* line 643, ../../pre-compiled/sass/mobile.scss */
#header #top-links.active #search-button-active {
  display: inline;
}
/* line 650, ../../pre-compiled/sass/mobile.scss */
#header #main-menu-header {
  position: absolute;
  width: 100%;
  background: #302f2f;
  z-index: 99;
  padding-top: 0.25em;
  padding-bottom: 0.75em;
  top: 0;
}
/* line 660, ../../pre-compiled/sass/mobile.scss */
#header #main-menu-header.active {
  position: fixed;
}
/* line 667, ../../pre-compiled/sass/mobile.scss */
#header #main-menu-header #main-menu-close #x1 {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  margin-top: 0.6em;
}
/* line 675, ../../pre-compiled/sass/mobile.scss */
#header #main-menu-header #main-menu-close #x2 {
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  margin-top: -0.3em;
}
/* line 683, ../../pre-compiled/sass/mobile.scss */
#header #main-menu-header #main-menu-close #x3 {
  display: none;
}
/* line 689, ../../pre-compiled/sass/mobile.scss */
#header #main-menu-header #main-menu-logo {
  margin-top: 0.25em;
}
/* line 694, ../../pre-compiled/sass/mobile.scss */
#header #main-menu-header ul {
  margin-left: 1em;
  margin-right: 1em;
}
/* line 699, ../../pre-compiled/sass/mobile.scss */
#header #main-menu-header ul li {
  border-bottom: 1px solid #494D4F;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  color: #cacaca;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
/* line 708, ../../pre-compiled/sass/mobile.scss */
#header #main-menu-header ul li:last-child {
  border-bottom: 0;
}
/* line 713, ../../pre-compiled/sass/mobile.scss */
#header #main-menu-header ul li a {
  color: #cacaca;
}
/* line 717, ../../pre-compiled/sass/mobile.scss */
#header #main-menu-header ul li a:active {
  background: #44C3F1;
  color: #302f2f;
}
/* line 724, ../../pre-compiled/sass/mobile.scss */
#header #main-menu-header ul li span {
  letter-spacing: 0;
}
/* line 732, ../../pre-compiled/sass/mobile.scss */
#header #search {
  z-index: 98;
  background: #302f2f;
  text-align: center;
  margin-top: -0.25em;
  margin-bottom: 0.25em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-radius: 5px;
  border-top-right-radius: 0;
  position: relative;
}
/* line 751, ../../pre-compiled/sass/mobile.scss */
#header #search form span {
  text-transform: uppercase;
  font-family: "fira-sans-n4", "fira-sans", arial, helvetica, sans-serif;
  letter-spacing: 0.125em;
}
/* line 758, ../../pre-compiled/sass/mobile.scss */
#header #search form .form-inputs {
  border-radius: 1em;
  background: #474747;
  color: #44C3F1;
  font-family: "museo-slab-i4", "museo-slab", georgia, serif;
  text-align: left;
  height: 2em;
  vertical-align: middle;
}
/* line 769, ../../pre-compiled/sass/mobile.scss */
#header #search form .form-inputs input[type=text] {
  margin: 0;
  padding: 0;
  margin-left: 1em;
  border: 0;
  background: #474747;
  text-align: left;
  height: 2em;
  width: 70%;
}
/* line 782, ../../pre-compiled/sass/mobile.scss */
#header #search form .form-inputs input[type="image"] {
  margin: 0;
  padding: 0;
  float: right;
  vertical-align: middle;
  height: 2rem;
  width: 2rem;
}

/* line 804, ../../pre-compiled/sass/mobile.scss */
main img.still + .blurb {
  margin-top: 0.5em;
}
/* line 813, ../../pre-compiled/sass/mobile.scss */
main #body-text.dropcap span:first-child > p:first-child:first-letter {
  font-family: "museo-slab-n7", "museo-slab", georgia, serif;
  font-weight: 800;
  font-size: 1.75em;
}
/* line 827, ../../pre-compiled/sass/mobile.scss */
main #article-inner #share-links ul {
  display: table;
  margin-bottom: 0.5em;
}
/* line 832, ../../pre-compiled/sass/mobile.scss */
main #article-inner #share-links ul li {
  background: #fff;
  border-radius: 50%;
  display: table-cell;
}
/* line 838, ../../pre-compiled/sass/mobile.scss */
main #article-inner #share-links ul li img {
  padding: 0.5em;
  padding-top: 0;
  width: 2em;
}
/* line 848, ../../pre-compiled/sass/mobile.scss */
main #article-inner #share-links ul li:first-child img {
  padding-left: 0;
}
/* line 860, ../../pre-compiled/sass/mobile.scss */
main #article-inner #body-text p strong {
  font-family: "fira-sans-n5", "fira-sans", arial, helvetica, sans-serif;
  font-weight: 400;
}
/* line 869, ../../pre-compiled/sass/mobile.scss */
main #article-inner #body-text ul li {
  text-align: center;
  margin-bottom: 15px;
}
/* line 873, ../../pre-compiled/sass/mobile.scss */
main #article-inner #body-text ul li img {
  width: 70%;
}
/* line 880, ../../pre-compiled/sass/mobile.scss */
main #article-inner #body-text .pulled {
  margin-left: -0.5em;
  padding-left: 2.25em;
  line-height: 2em;
  font-family: "fira-sans-n5", "fira-sans", arial, helvetica, sans-serif;
  font-weight: 400;
  color: #44C3F1;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  background-size: 1.5em;
  background-repeat: no-repeat;
  background-position: 0 .9ex;
  /* Not 1ex because I kept in a bit of the white surrounding it because it had a bit of a blur - silly? */
  background-position: 0 0.25ex;
  /* Not 1ex because I kept in a bit of the white surrounding it because it had a bit of a blur - silly? */
  background-image: url("/assets/stock/quote.svg");
}
/* line 896, ../../pre-compiled/sass/mobile.scss */
main #article-inner #body-text .pulled em {
  font-family: "fira-sans-i5", "fira-sans", arial, helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
}
/* line 903, ../../pre-compiled/sass/mobile.scss */
main #article-inner #body-text .pulled p {
  font-size: 1.125em;
}

/* line 917, ../../pre-compiled/sass/mobile.scss */
main.home .ad-btf-300x250-home,
main.home .ad-btf1-300x250-home {
  margin-bottom: 1em;
}
/* line 923, ../../pre-compiled/sass/mobile.scss */
main.home #rotator {
  margin-top: 1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  position: relative;
}
/* line 930, ../../pre-compiled/sass/mobile.scss */
main.home #rotator article {
  width: 100%;
}
/* line 934, ../../pre-compiled/sass/mobile.scss */
main.home #rotator article a {
  color: #302f2f;
}
/* line 938, ../../pre-compiled/sass/mobile.scss */
main.home #rotator article a .byline-author span {
  color: #44C3F1 !important;
}
/* line 946, ../../pre-compiled/sass/mobile.scss */
main.home #rotator article img.still {
  width: 100%;
}
/* line 958, ../../pre-compiled/sass/mobile.scss */
main.home #rotator .flickity-prev-next-button {
  top: 20%;
}
/* line 963, ../../pre-compiled/sass/mobile.scss */
main.home #rotator .flickity-page-dots {
  position: absolute;
  top: -1.25em;
}
/* line 968, ../../pre-compiled/sass/mobile.scss */
main.home #rotator .flickity-page-dots .dot {
  height: 0.75em;
  width: 0.75em;
  margin-left: 0.375em;
  margin-right: 0.375em;
  background: #c4c4c4;
  opacity: 1;
}
/* line 977, ../../pre-compiled/sass/mobile.scss */
main.home #rotator .flickity-page-dots .dot.is-selected {
  background: #44C3F1;
}
/* line 982, ../../pre-compiled/sass/mobile.scss */
main.home #rotator .flickity-page-dots .dot:hover {
  background: #0A75BA;
}
/* line 992, ../../pre-compiled/sass/mobile.scss */
main.home #main-inner {
  clear: both;
  margin-top: 1em !important;
}
/* line 997, ../../pre-compiled/sass/mobile.scss */
main.home #main-inner section {
  width: 100%;
  margin-bottom: 1em;
}
/* line 1002, ../../pre-compiled/sass/mobile.scss */
main.home #main-inner section div.section {
  width: 100%;
}
/* line 1006, ../../pre-compiled/sass/mobile.scss */
main.home #main-inner section div.section img.still {
  width: 100%;
}
/* line 1015, ../../pre-compiled/sass/mobile.scss */
main.home #main-inner section div.section .items-2-3,
main.home #main-inner section div.section .items-2-4,
main.home #main-inner section div.section .items-2-5 {
  margin-top: 1em;
  border-top: 1px solid #c4c4c4;
  padding-top: 1em;
}
/* line 1027, ../../pre-compiled/sass/mobile.scss */
main.home #main-inner section div.section .items-2-3 article header h3.article-title,
main.home #main-inner section div.section .items-2-4 article header h3.article-title,
main.home #main-inner section div.section .items-2-5 article header h3.article-title {
  font-size: 1.25rem !important;
}
/* line 1033, ../../pre-compiled/sass/mobile.scss */
main.home #main-inner section div.section .items-2-3 article .still,
main.home #main-inner section div.section .items-2-3 article .blurb,
main.home #main-inner section div.section .items-2-4 article .still,
main.home #main-inner section div.section .items-2-4 article .blurb,
main.home #main-inner section div.section .items-2-5 article .still,
main.home #main-inner section div.section .items-2-5 article .blurb {
  display: none !important;
}
/* line 1041, ../../pre-compiled/sass/mobile.scss */
main.home #main-inner section div.section article {
  margin-bottom: 1em;
}
/* line 1046, ../../pre-compiled/sass/mobile.scss */
main.home #main-inner section div.section .more {
  margin-top: 1em;
}
/* line 1053, ../../pre-compiled/sass/mobile.scss */
main.home #main-inner section article.feature {
  background: url("/assets/stock/features-bg.png");
  padding-bottom: 0.5rem;
}
/* line 1058, ../../pre-compiled/sass/mobile.scss */
main.home #main-inner section article.feature h4,
main.home #main-inner section article.feature .byline,
main.home #main-inner section article.feature .blurb {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
/* line 1074, ../../pre-compiled/sass/mobile.scss */
main.home #main-inner section#giveaways-widget a h3.article-title {
  color: #44C3F1 !important;
}

/* line 1086, ../../pre-compiled/sass/mobile.scss */
main.hub .ad-btf-300x250,
main.hub .ad-btf1-300x250 {
  margin-bottom: 1em;
}
/* line 1092, ../../pre-compiled/sass/mobile.scss */
main.hub #main-inner {
  margin-top: 0;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
/* line 1098, ../../pre-compiled/sass/mobile.scss */
main.hub #main-inner article {
  /* clear: both; */
  position: relative; 
  margin-bottom: 2em;
}
/* line 1105, ../../pre-compiled/sass/mobile.scss */
main.hub #main-inner article header img.still {
  border-top: 3px solid #302f2f;
  width: 100%;
  margin-bottom: 0.25em;
}
/* line 1118, ../../pre-compiled/sass/mobile.scss */
main.hub #main-inner article .rating {
  display: none;
  position: absolute;
  right: 0;
  background: yellow;
}
/* line 1126, ../../pre-compiled/sass/mobile.scss */
main.hub #main-inner article .rating img {
  width: 1em;
  height: 1em;
}
/* line 1135, ../../pre-compiled/sass/mobile.scss */
main.hub #main-inner article .blurb p {
  display: inline;
  margin-top: 1em;
  line-height: 150%;
}
/* line 1142, ../../pre-compiled/sass/mobile.scss */
main.hub #main-inner article .blurb a {
  color: #302f2f;
}
/* line 1154, ../../pre-compiled/sass/mobile.scss */
main.hub #main-inner article.cols-2 .byline a, main.hub #main-inner article.feature.cols-1 .byline a, main.hub #main-inner article.house.cols-1 .byline a {
  font-weight: 400;
}
/* line 1165, ../../pre-compiled/sass/mobile.scss */
main.hub #main-inner #features-1-2 article {
  position: relative;
  padding-bottom: 1em;
}
/* line 1170, ../../pre-compiled/sass/mobile.scss */
main.hub #main-inner #features-1-2 article h4,
main.hub #main-inner #features-1-2 article .byline,
main.hub #main-inner #features-1-2 article .blurb {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
/* line 1182, ../../pre-compiled/sass/mobile.scss */
main.hub #main-inner #features-1-2 article .blurb p {
  display: block;
}
/* line 1187, ../../pre-compiled/sass/mobile.scss */
main.hub #main-inner #features-1-2 article .blurb .read-more {
  display: inline-block;
}
/* line 1195, ../../pre-compiled/sass/mobile.scss */
main.hub #main-inner #features-1-2 article.feature {
  background: url("/assets/stock/features-bg.png");
}
/* line 1200, ../../pre-compiled/sass/mobile.scss */
main.hub #main-inner #features-1-2 article.house {
  background: url("/assets/stock/house-bg.png");
}
/* line 1206, ../../pre-compiled/sass/mobile.scss */
main.hub #main-inner #features-1-2 article.house .byline a {
  color: #d7263c;
}
/* line 1215, ../../pre-compiled/sass/mobile.scss */
main.hub #main-inner #features-1-2 article a .reverse {
  color: #fff;
}

/* line 1234, ../../pre-compiled/sass/mobile.scss */
main.hub.house #main-inner article {
  border-top: 2px solid #eee;
  padding-top: 0.66em;
  margin-bottom: 1em;
}
/* line 1241, ../../pre-compiled/sass/mobile.scss */
main.hub.house #main-inner article:first-child {
  border-top: 0;
}
/* line 1246, ../../pre-compiled/sass/mobile.scss */
main.hub.house #main-inner article .article-title {
  border-top: 0;
}
/* line 1251, ../../pre-compiled/sass/mobile.scss */
main.hub.house #main-inner article:first-child {
  margin-top: 0;
}
/* line 1259, ../../pre-compiled/sass/mobile.scss */
main.hub.house #main-inner article.hovering .article-title,
main.hub.house #main-inner article a:hover .article-title {
  color: #d7263c !important;
}
/* line 1265, ../../pre-compiled/sass/mobile.scss */
main.hub.house #main-inner article header {
  margin-bottom: 1em;
}
/* line 1269, ../../pre-compiled/sass/mobile.scss */
main.hub.house #main-inner article header p {
  display: block;
}
/* line 1278, ../../pre-compiled/sass/mobile.scss */
main.hub.house #main-inner article.prose-photo .still.article-house {
  display: none;
}
/* line 1288, ../../pre-compiled/sass/mobile.scss */
main.hub.house #main-inner article.house-photo .blurb .still.article-prose {
  display: none;
}
/* line 1295, ../../pre-compiled/sass/mobile.scss */
main.hub.house #main-inner article img.still.article-house {
  width: 100%;
}
/* line 1301, ../../pre-compiled/sass/mobile.scss */
main.hub.house #main-inner article .blurb {
  margin-top: 1em;
}
/* line 1305, ../../pre-compiled/sass/mobile.scss */
main.hub.house #main-inner article .blurb p {
  display: block;
}
/* line 1310, ../../pre-compiled/sass/mobile.scss */
main.hub.house #main-inner article .blurb img.still.article-prose {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
  border: 0;
  width: 38% !important;
}
/* line 1319, ../../pre-compiled/sass/mobile.scss */
main.hub.house #main-inner article .blurb a {
  color: #d7263c !important;
}
/* line 1323, ../../pre-compiled/sass/mobile.scss */
main.hub.house #main-inner article .blurb a:hover {
  color: #A51D34 !important;
}
/* line 1329, ../../pre-compiled/sass/mobile.scss */
main.hub.house #main-inner article .blurb blockquote {
  border-left: 2px solid #d7263c;
  padding-left: 1em;
  font-family: "museo-slab-n4", "museo-slab", georgia, serif;
}
/* line 1335, ../../pre-compiled/sass/mobile.scss */
main.hub.house #main-inner article .blurb blockquote p:first-child::first-letter {
  font-size: inherit !important;
  font-weight: inherit !important;
  font-family: inherit !important;
}
/* line 1341, ../../pre-compiled/sass/mobile.scss */
main.hub.house #main-inner article .blurb blockquote em {
  font-family: "museo-slab-i4", "museo-slab", georgia, serif;
}
/* line 1352, ../../pre-compiled/sass/mobile.scss */
main.hub.house #main-inner article .blurb.dropcap span p:first-child:first-letter {
  font-family: "museo-slab-n7", "museo-slab", georgia, serif;
  font-size: 1.75em;
  font-weight: 800;
}
/* line 1367, ../../pre-compiled/sass/mobile.scss */
main.hub.house #main-inner article.links-for-the-day .blurb.dropcap span p:first-child:first-letter {
  font-family: "fira-sans-n4", "fira-sans", arial, helvetica, sans-serif;
  font-size: 1em;
  font-weight: 300;
}
/* line 1377, ../../pre-compiled/sass/mobile.scss */
main.hub.house #main-inner article .tag-list {
  display: none;
}
/* line 1384, ../../pre-compiled/sass/mobile.scss */
main.hub.house #main-inner .ad-btf-300x250 {
  border-top: 2px solid #eee;
  padding-top: 1em;
  margin-bottom: 1em;
}
/* line 1394, ../../pre-compiled/sass/mobile.scss */
main.hub.house .load-more a {
  color: #fff !important;
}

/* line 1404, ../../pre-compiled/sass/mobile.scss */
main.search h4#page-number {
  margin-top: 0;
}
/* line 1409, ../../pre-compiled/sass/mobile.scss */
main.search #main-inner {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
/* line 1414, ../../pre-compiled/sass/mobile.scss */
main.search #main-inner .ad-btf-300x250 {
  margin-bottom: 1em;
}

/* line 1423, ../../pre-compiled/sass/mobile.scss */
main.article {
  margin-top: 1em;
}
/* line 1427, ../../pre-compiled/sass/mobile.scss */
main.article .ad-btf-300x250 {
  padding-bottom: 1em;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 1em;
}
/* line 1435, ../../pre-compiled/sass/mobile.scss */
main.article #header-inner,
main.article #article-inner {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
/* line 1444, ../../pre-compiled/sass/mobile.scss */
main.article header img.article-prose,
main.article header img.article-hero {
  width: 100%;
}
/* line 1452, ../../pre-compiled/sass/mobile.scss */
main.article #header-inner {
  position: relative;
  z-index: 0;
  margin-bottom: 1em;
}
/* line 1458, ../../pre-compiled/sass/mobile.scss */
main.article #header-inner h1.article-title {
  float: left;
}
/* line 1463, ../../pre-compiled/sass/mobile.scss */
main.article #header-inner .rating {
  float: left;
  clear: left;
}
/* line 1469, ../../pre-compiled/sass/mobile.scss */
main.article #header-inner p.byline-author {
  padding-top: 2em;
  clear: left;
}
/* line 1475, ../../pre-compiled/sass/mobile.scss */
main.article #header-inner p.byline-date {
  padding-bottom: 2em;
}
/* line 1480, ../../pre-compiled/sass/mobile.scss */
main.article #header-inner #comment-count {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}
/* line 1493, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner #body-text p {
  line-height: 150%;
  margin-bottom: 1em;
}
/* line 1499, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner #body-text h3 {
  font-family: "museo-slab-i6", "museo-slab", georgia, serif;
}
/* line 1504, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner #body-text iframe {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
/* line 1514, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner #ratings {
  padding: 0.8em 0;
  background: #302f2f;
  color: #fff;
  font-family: "fira-sans-n5", "fira-sans", arial, helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}
/* line 1527, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner #ratings p {
  font-size: 0.8em;
  line-height: 1.5rem;
  vertical-align: bottom;
}
/* line 1533, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner #ratings p img {
  width: 1em;
  height: 1em;
  vertical-align: top;
  padding-top: 0.2rem;
}
/* line 1542, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner #ratings p span {
  float: left;
}
/* line 1546, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner #ratings p span.label {
  text-align: right;
  margin-right: 3%;
  width: 36%;
}
/* line 1553, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner #ratings p span.stars {
  width: 61%;
}
/* line 1561, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner .details {
  border-top: solid 2px #302f2f;
}
/* line 1565, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner .details dl {
  clear: left;
  padding-top: 0.75em;
  padding-bottom: .75em;
  border-top: 1px solid #d8d8d8;
  display: block;
}
/* line 1573, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner .details dl:first-of-type {
  margin-top: 0;
  border-top: 0;
}
/* line 1579, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner .details dl dt {
  text-transform: uppercase;
  letter-spacing: 0.125em;
  font-family: "fira-sans-n5", "fira-sans", arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  line-height: 1.5rem;
  float: left;
  clear: left;
  text-align: right;
  width: 37.5%;
  margin-right: 2%;
}
/* line 1594, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner .details dl dd {
  float: left;
  width: 60.5%;
  font-size: 0.8em;
  line-height: 1.5rem;
  vertical-align: bottom;
}
/* line 1604, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner .details li {
  margin-left: 1em;
  list-style: none;
}
/* line 1609, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner .details li:before {
  content: '\2022';
  font-weight: 900;
  color: #44C3F1;
  display: block;
  position: relative;
  max-width: 0px;
  max-height: 0px;
  left: -1em;
  top: -0px;
}
/* line 1624, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner #related {
  border-top: 2px solid #302f2f;
  padding-top: 1em;
  padding-bottom: 1em;
}
/* line 1632, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner #related #related-inner article {
  display: inline-block;
  width: 48.5%;
}
/* line 1639, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner #related #related-inner article header h4.article-title {
  font-size: 1em !important;
  line-height: 1.1em !important;
}
/* line 1647, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner #related #related-inner article:first-child {
  float: left;
  margin-right: 3%;
}
/* line 1653, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner #related #related-inner article:nth-child(2) {
  float: right;
}
/* line 1658, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner #related #related-inner article:nth-child(3) {
  display: none;
}
/* line 1665, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner #related #related-inner article header p.section {
  background: #44C3F1;
  color: #fff;
  text-align: center;
  font-family: "fira-sans-n5", "fira-sans", arial, helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.7em;
  line-height: 100%;
  letter-spacing: 0.25em;
  padding-top: 0.4em;
  padding-bottom: 0.125em;
}
/* line 1680, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner #related #related-inner article header img.still {
  width: 100%;
  height: auto;
  margin-bottom: 0.25em;
}
/* line 1687, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner #related #related-inner article header .byline {
  display: none;
}
/* line 1694, ../../pre-compiled/sass/mobile.scss */
main.article #article-inner #related #related-inner article .blurb {
  display: none;
}
/* line 1713, ../../pre-compiled/sass/mobile.scss */
main.article #body-text.ordered article.list-item {
  margin-bottom: 1.5em;
}
/* line 1717, ../../pre-compiled/sass/mobile.scss */
main.article #body-text.ordered article.list-item img.list-image {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

img.list-image {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
#article-inner img {
	width: 100%;
  	height: auto;
}
/* line 1724, ../../pre-compiled/sass/mobile.scss */
main.article #body-text.ordered article.list-item .list-item-inner {
  margin-left: 19px;
  padding-left: 30px;
  border-left: 3px solid #E8AE39;
}
/* line 1730, ../../pre-compiled/sass/mobile.scss */
main.article #body-text.ordered article.list-item .list-item-inner .number {
  text-align: center;
  margin-top: -5px;
  margin-left: -51px !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #E8AE39;
  color: #fff;
  float: left;
  z-index: 2;
  font-family: "fira-sans-n5", "fira-sans", arial, helvetica, sans-serif !important;
  font-weight: 400 !important;
  font-size: 23px !important;
  line-height: 42px !important;
  letter-spacing: 0;
}
/* line 1748, ../../pre-compiled/sass/mobile.scss */
main.article #body-text.ordered article.list-item .list-item-inner .number:first-child::first-letter {
  line-height: 37px !important;
}
/* line 1759, ../../pre-compiled/sass/mobile.scss */
main.article #article-load-more a {
  color: #fff;
}
/* line 1764, ../../pre-compiled/sass/mobile.scss */
main.article #article-load-more #load-prev-button {
  float: left;
}
/* line 1769, ../../pre-compiled/sass/mobile.scss */
main.article #article-load-more #load-next-button {
  float: right;
}
/* line 1774, ../../pre-compiled/sass/mobile.scss */
main.article #article-load-more .next-page,
main.article #article-load-more .prev-page {
  display: none;
}

/* line 1788, ../../pre-compiled/sass/mobile.scss */
main.article.dvd #article-inner .details:first-of-type {
  border-top: 0;
}

/* line 1796, ../../pre-compiled/sass/mobile.scss */
main.article.house {
  margin-top: 0.5em;
}
/* line 1806, ../../pre-compiled/sass/mobile.scss */
main.article.house > article header #header-inner h1.article-title {
  border-top: 0;
  padding-top: 0;
  margin-bottom: 1rem;
  display: block;
  float: none;
}
/* line 1815, ../../pre-compiled/sass/mobile.scss */
main.article.house > article header #header-inner #comment-count {
  position: static;
}
/* line 1823, ../../pre-compiled/sass/mobile.scss */
main.article.house > article header img.still.article-house {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
/* line 1837, ../../pre-compiled/sass/mobile.scss */
main.article.house > article #article-inner #body-text blockquote {
  border-left: 2px solid #d7263c;
  padding-left: 1em;
  font-family: "museo-slab-n4", "museo-slab", georgia, serif;
}
/* line 1843, ../../pre-compiled/sass/mobile.scss */
main.article.house > article #article-inner #body-text blockquote p:first-child::first-letter {
  font-size: inherit !important;
  font-weight: inherit !important;
  font-family: inherit !important;
}
/* line 1848, ../../pre-compiled/sass/mobile.scss */
main.article.house > article #article-inner #body-text blockquote em {
  font-family: "museo-slab-i4", "museo-slab", georgia, serif;
}
/* line 1854, ../../pre-compiled/sass/mobile.scss */
main.article.house > article #article-inner #body-text .pulled {
  color: #d7263c;
  background-image: url("/assets/stock/quote-house.svg");
}
/* line 1861, ../../pre-compiled/sass/mobile.scss */
main.article.house > article #article-inner #body-text.ordered .list-item-inner {
  border-left: 3px solid #d7263c;
}
/* line 1865, ../../pre-compiled/sass/mobile.scss */
main.article.house > article #article-inner #body-text.ordered .list-item-inner .number {
  background: #d7263c;
}
/* line 1872, ../../pre-compiled/sass/mobile.scss */
main.article.house > article #article-inner #body-text img.still.article-prose {
  float: right;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  border: 0;
  width: 62%;
}
/* line 1890, ../../pre-compiled/sass/mobile.scss */
main.article.house > article.links-for-the-day #article-inner #body-text p:first-child::first-letter {
  font-size: inherit !important;
  font-weight: inherit !important;
  font-family: inherit !important;
}
/* line 1895, ../../pre-compiled/sass/mobile.scss */
main.article.house > article.links-for-the-day #article-inner #body-text blockquote {
  border-left: 0;
}

/* line 1908, ../../pre-compiled/sass/mobile.scss */
main.author header,
main.search header {
  position: relative;
}
/* line 1913, ../../pre-compiled/sass/mobile.scss */
main.author #main-inner,
main.search #main-inner {
  margin-top: 1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
/* line 1920, ../../pre-compiled/sass/mobile.scss */
main.author #main-inner .ad-btf-300x250,
main.search #main-inner .ad-btf-300x250 {
  padding-bottom: 1em;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 1em;
}
/* line 1927, ../../pre-compiled/sass/mobile.scss */
main.author #main-inner header.main,
main.search #main-inner header.main {
  border-bottom: 2px solid #302f2f;
  margin-bottom: 1em;
}
/* line 1932, ../../pre-compiled/sass/mobile.scss */
main.author #main-inner header.main #header-outer,
main.search #main-inner header.main #header-outer {
  margin-bottom: 1em;
  display: table;
}
/* line 1937, ../../pre-compiled/sass/mobile.scss */
main.author #main-inner header.main #header-outer .profile-pic,
main.search #main-inner header.main #header-outer .profile-pic {
  width: 90%;
  max-width: 135px;
  height: auto;
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
  margin-right: 4%;
}
/* line 1948, ../../pre-compiled/sass/mobile.scss */
main.author #main-inner header.main #header-outer #header-inner,
main.search #main-inner header.main #header-outer #header-inner {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  width: 60%;
}
/* line 1955, ../../pre-compiled/sass/mobile.scss */
main.author #main-inner header.main #header-outer #header-inner h1,
main.search #main-inner header.main #header-outer #header-inner h1 {
  font-family: "museo-slab-n7", "museo-slab", georgia, serif;
  font-size: 1.75em;
  line-height: 1.2em;
}
/* line 1961, ../../pre-compiled/sass/mobile.scss */
main.author #main-inner header.main #header-outer #header-inner h1 a,
main.search #main-inner header.main #header-outer #header-inner h1 a {
  color: #302f2f !important;
}
/* line 1966, ../../pre-compiled/sass/mobile.scss */
main.author #main-inner header.main #header-outer #header-inner h1 span,
main.search #main-inner header.main #header-outer #header-inner h1 span {
  line-height: 1rem;
  display: block;
}
/* line 1973, ../../pre-compiled/sass/mobile.scss */
main.author #main-inner header.main #header-outer #header-inner .role,
main.search #main-inner header.main #header-outer #header-inner .role {
  font-family: "fira-sans-n4", "fira-sans", arial, helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.125em;
  margin-top: 0.5em;
}
/* line 1978, ../../pre-compiled/sass/mobile.scss */
main.author #main-inner header.main #header-outer #header-inner .role strong,
main.search #main-inner header.main #header-outer #header-inner .role strong {
  font-family: "fira-sans-n5", "fira-sans", arial, helvetica, sans-serif;
  font-weight: 400;
}
/* line 1987, ../../pre-compiled/sass/mobile.scss */
main.author #main-inner header.main h4#page-number,
main.search #main-inner header.main h4#page-number {
  text-align: left;
}
/* line 1993, ../../pre-compiled/sass/mobile.scss */
main.author #main-inner article,
main.search #main-inner article {
  clear: left;
  padding-bottom: 1em;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 1em;
}
/* line 2000, ../../pre-compiled/sass/mobile.scss */
main.author #main-inner article h4,
main.search #main-inner article h4 {
  font-size: 1rem;
}
/* line 2005, ../../pre-compiled/sass/mobile.scss */
main.author #main-inner article:last-of-type,
main.search #main-inner article:last-of-type {
  margin-bottom: 0;
}
/* line 2010, ../../pre-compiled/sass/mobile.scss */
main.author #main-inner article img.still,
main.search #main-inner article img.still {
  float: right;
  margin-left: 4%;
  margin-bottom: 0.5em;
  width: 36%;
  max-width: 135px;
  height: auto;
}
/* line 2024, ../../pre-compiled/sass/mobile.scss */
main.author #main-inner article .blurb a p,
main.search #main-inner article .blurb a p {
  color: #302f2f !important;
  display: inline !important;
}
/* line 2032, ../../pre-compiled/sass/mobile.scss */
main.author #main-inner article .read-more,
main.search #main-inner article .read-more {
  margin-top: 1em;
  padding: 0;
}

/* line 2043, ../../pre-compiled/sass/mobile.scss */
main.search h4#page-number {
  margin-top: 0;
}

/* line 2053, ../../pre-compiled/sass/mobile.scss */
main.article.about #header-inner h1.article-title {
  border: 0;
  float: none;
  display: block;
}

/* line 2069, ../../pre-compiled/sass/mobile.scss */
main.preview #article-inner #body-text img {
  display: none;
}

/* line 2077, ../../pre-compiled/sass/mobile.scss */
#footer {
  background: #302f2f;
  color: #6D6D6D;
  padding: 1.5em 8%;
  padding: 1.5em 2%;
}
/* line 2084, ../../pre-compiled/sass/mobile.scss */
#footer #newsletter-subscribe {
  text-align: center;
}
/* line 2090, ../../pre-compiled/sass/mobile.scss */
#footer #newsletter-subscribe form span {
  text-transform: uppercase;
  font-family: "fira-sans-n4", "fira-sans", arial, helvetica, sans-serif;
  letter-spacing: 0.125em;
}
/* line 2097, ../../pre-compiled/sass/mobile.scss */
#footer #newsletter-subscribe form .form-inputs {
  margin-top: 0.25em;
  border-radius: 1em;
  background: #474747;
  color: #44C3F1;
  font-family: "museo-slab-i4", "museo-slab", georgia, serif;
  width: 100%;
  text-align: left;
  height: 2em;
  vertical-align: middle;
}
/* line 2109, ../../pre-compiled/sass/mobile.scss */
#footer #newsletter-subscribe form .form-inputs input[type=text] {
  margin: 0;
  padding: 0;
  margin-left: 1em;
  border: 0;
  background: #474747;
  text-align: left;
  height: 2em;
  width: 70%;
}
/* line 2122, ../../pre-compiled/sass/mobile.scss */
#footer #newsletter-subscribe form .form-inputs input[type="submit"] {
  margin: 0;
  padding: 0;
  float: right;
  background: #44C3F1;
  border-radius: 1em;
  vertical-align: middle;
  border: 0;
  padding-left: 1em;
  padding-right: 0.75em;
  text-align: center;
  height: 2em;
  font-family: "fira-sans-n7", "fira-sans", arial, helvetica, sans-serif;
  color: #302f2f;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
/* line 2150, ../../pre-compiled/sass/mobile.scss */
#footer #more-info {
  margin-top: 1em;
  color: #6D6D6D;
  text-align: center;
}
/* line 2156, ../../pre-compiled/sass/mobile.scss */
#footer #more-info ul,
#footer #more-info li {
  display: inline;
}
/* line 2162, ../../pre-compiled/sass/mobile.scss */
#footer #more-info li {
  font-size: 0.8em;
  line-height: 0.9em;
  max-height: 0.9em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  border-left: 1px solid #6D6D6D;
}
/* line 2171, ../../pre-compiled/sass/mobile.scss */
#footer #more-info li a {
  color: #6D6D6D;
}
/* line 2175, ../../pre-compiled/sass/mobile.scss */
#footer #more-info li a:hover {
  color: #fff;
}
/* line 2181, ../../pre-compiled/sass/mobile.scss */
#footer #more-info li:first-child {
  border-left: 0;
}
/* line 2186, ../../pre-compiled/sass/mobile.scss */
#footer #more-info li:last-child {
  padding-right: 0;
}
/* line 2193, ../../pre-compiled/sass/mobile.scss */
#footer #other-channels {
  margin-left: -0.25em;
  margin-right: -0.25em;
  margin-top: 2.5em;
  text-align: center;
}
/* line 2202, ../../pre-compiled/sass/mobile.scss */
#footer #other-channels ul {
  margin: 0 auto;
  display: inline-block;
}
/* line 2209, ../../pre-compiled/sass/mobile.scss */
#footer #other-channels ul li {
  float: left;
  margin-right: 1.75em;
  margin-bottom: 1em;
}
/* line 2216, ../../pre-compiled/sass/mobile.scss */
#footer #other-channels ul li img {
  width: 3.25em;
  height: 3.25em;
}
/* line 2222, ../../pre-compiled/sass/mobile.scss */
#footer #other-channels ul li:first-child {
  margin-left: 2.5em;
}
/* line 2227, ../../pre-compiled/sass/mobile.scss */
#footer #other-channels ul li:last-child {
  margin-right: 0;
}
/* line 2232, ../../pre-compiled/sass/mobile.scss */
#footer #other-channels ul li:nth-child(3) {
  margin-right: 0;
}
/* line 2237, ../../pre-compiled/sass/mobile.scss */
#footer #other-channels ul li:nth-child(4) {
  clear: left;
}
/* line 2249, ../../pre-compiled/sass/mobile.scss */
#footer #closure {
  text-align: center;
}
/* line 2253, ../../pre-compiled/sass/mobile.scss */
#footer #closure img {
  width: 4em;
}

/* line 2261, ../../pre-compiled/sass/mobile.scss */
#page-404 {
  margin-left: 2%;
  margin-right: 2%;
  text-align: center;
}
/* line 2267, ../../pre-compiled/sass/mobile.scss */
#page-404 #test-screen-image {
  width: 100%;
  max-width: 25em;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
/* line 2276, ../../pre-compiled/sass/mobile.scss */
#page-404 p {
  margin-bottom: 1em;
}

@media screen and (max-width: 479px) {
  /* line 2292, ../../pre-compiled/sass/mobile.scss */
  main.hub.house #main-inner article header .article-title {
    float: none;
  }
  /* line 2299, ../../pre-compiled/sass/mobile.scss */
  main.hub.house #main-inner article header .byline span {
    display: block;
  }

  /* line 2317, ../../pre-compiled/sass/mobile.scss */
  main.article.house article header .byline span {
    display: block;
  }

  /* line 2350, ../../pre-compiled/sass/mobile.scss */
  main.search .role span {
    display: block;
  }
}
@media screen and (min-width: 480px) {
  /* line 2369, ../../pre-compiled/sass/mobile.scss */
  main.home #main-inner section div.section .section-header,
  main.home #main-inner section div.features .section-header {
    text-align: left;
  }
  /* line 2378, ../../pre-compiled/sass/mobile.scss */
  main.home #main-inner section div.section .items-2-3,
  main.home #main-inner section div.section .items-2-4,
  main.home #main-inner section div.section .items-2-5,
  main.home #main-inner section div.section .single-item,
  main.home #main-inner section div.features .items-2-3,
  main.home #main-inner section div.features .items-2-4,
  main.home #main-inner section div.features .items-2-5,
  main.home #main-inner section div.features .single-item {
    clear: left;
  }
  /* line 2387, ../../pre-compiled/sass/mobile.scss */
  main.home #main-inner section div.section .items-2-3 article .blurb,
  main.home #main-inner section div.section .items-2-4 article .blurb,
  main.home #main-inner section div.section .items-2-5 article .blurb,
  main.home #main-inner section div.section .single-item article .blurb,
  main.home #main-inner section div.features .items-2-3 article .blurb,
  main.home #main-inner section div.features .items-2-4 article .blurb,
  main.home #main-inner section div.features .items-2-5 article .blurb,
  main.home #main-inner section div.features .single-item article .blurb {
    display: block !important;
  }
  /* line 2391, ../../pre-compiled/sass/mobile.scss */
  main.home #main-inner section div.section .items-2-3 article .blurb p,
  main.home #main-inner section div.section .items-2-4 article .blurb p,
  main.home #main-inner section div.section .items-2-5 article .blurb p,
  main.home #main-inner section div.section .single-item article .blurb p,
  main.home #main-inner section div.features .items-2-3 article .blurb p,
  main.home #main-inner section div.features .items-2-4 article .blurb p,
  main.home #main-inner section div.features .items-2-5 article .blurb p,
  main.home #main-inner section div.features .single-item article .blurb p {
    color: #302f2f;
  }
  /* line 2399, ../../pre-compiled/sass/mobile.scss */
  main.home #main-inner section div.section .item-1,
  main.home #main-inner section div.features .item-1 {
    position: relative;
    margin-left: 40%;
  }
  /* line 2404, ../../pre-compiled/sass/mobile.scss */
  main.home #main-inner section div.section .item-1 img.still,
  main.home #main-inner section div.features .item-1 img.still {
    width: 62%;
    float: left;
    margin-left: -66%;
  }
  /* line 2417, ../../pre-compiled/sass/mobile.scss */
  main.home #main-inner div#preview-widget,
  main.home #main-inner section#giveaways-widget {
    width: 48.5%;
  }
  /* line 2422, ../../pre-compiled/sass/mobile.scss */
  main.home #main-inner div#preview-widget .section-header,
  main.home #main-inner section#giveaways-widget .section-header {
    text-align: center;
  }
  /* line 2428, ../../pre-compiled/sass/mobile.scss */
  main.home #main-inner #preview-widget {
    float: left;
  }
  /* line 2433, ../../pre-compiled/sass/mobile.scss */
  main.home #main-inner #giveaways-widget {
    float: right;
  }

  /* line 2449, ../../pre-compiled/sass/mobile.scss */
  main.hub #main-inner #items-2-5 article,
  main.hub #main-inner #listing article,
  main.hub #main-inner #features-1-2 article {
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  /* line 2455, ../../pre-compiled/sass/mobile.scss */
  main.hub #main-inner #items-2-5 article.alt,
  main.hub #main-inner #listing article.alt,
  main.hub #main-inner #features-1-2 article.alt {
    margin-right: 0;
  }
  /* line 2462, ../../pre-compiled/sass/mobile.scss */
  main.hub #main-inner .load-more {
    clear: left;
  }

  /* line 2475, ../../pre-compiled/sass/mobile.scss */
  main.article article.prosaic header img.article-prose {
    width: 36%;
    float: right;
    margin-left: 3%;
    margin-bottom: 1em;
    max-width: 260px;
    margin-right: 3%;
  }
  /* line 2485, ../../pre-compiled/sass/mobile.scss */
  main.article article.prosaic header #header-inner {
    max-width: 55%;
  }
  /* line 2490, ../../pre-compiled/sass/mobile.scss */
  main.article article.prosaic header #header-inner p.byline-date {
    margin-bottom: 1.25ex;
    padding-bottom: 0;
  }
  /* line 2496, ../../pre-compiled/sass/mobile.scss */
  main.article article.prosaic header #header-inner #comment-count {
    position: static;
  }
  /* line 2510, ../../pre-compiled/sass/mobile.scss */
  main.article #article-inner #related #related-inner article {
    display: inline-block;
    width: 31%;
  }
  /* line 2515, ../../pre-compiled/sass/mobile.scss */
  main.article #article-inner #related #related-inner article:nth-child(2) {
    float: left;
  }
  /* line 2520, ../../pre-compiled/sass/mobile.scss */
  main.article #article-inner #related #related-inner article:nth-child(3) {
    float: right;
    display: block;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
/* line 10, ../../pre-compiled/sass/_html5_bp_after.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/* line 20, ../../pre-compiled/sass/_html5_bp_after.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
/* line 37, ../../pre-compiled/sass/_html5_bp_after.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
/* line 51, ../../pre-compiled/sass/_html5_bp_after.scss */
.invisible {
  visibility: hidden;
}

/* line 55, ../../pre-compiled/sass/_html5_bp_after.scss */
.toggled {
  display: none;
}

/*
 * Clearfix: contain floats
 *
 * 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 receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 72, ../../pre-compiled/sass/_html5_bp_after.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 78, ../../pre-compiled/sass/_html5_bp_after.scss */
.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  /* line 106, ../../pre-compiled/sass/_html5_bp_after.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 116, ../../pre-compiled/sass/_html5_bp_after.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 121, ../../pre-compiled/sass/_html5_bp_after.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 125, ../../pre-compiled/sass/_html5_bp_after.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  /* line 134, ../../pre-compiled/sass/_html5_bp_after.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 139, ../../pre-compiled/sass/_html5_bp_after.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  /* line 150, ../../pre-compiled/sass/_html5_bp_after.scss */
  thead {
    display: table-header-group;
  }

  /* line 154, ../../pre-compiled/sass/_html5_bp_after.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 159, ../../pre-compiled/sass/_html5_bp_after.scss */
  img {
    max-width: 100% !important;
  }

  /* line 163, ../../pre-compiled/sass/_html5_bp_after.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 170, ../../pre-compiled/sass/_html5_bp_after.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
