/* Normalize */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 24, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 34, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../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 78, ../sass/_normalize.scss */
body {
  margin: 0;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 98, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

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

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 185, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 193, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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

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

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

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

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 241, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 253, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 265, ../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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 276, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 314, ../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 329, ../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 339, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 349, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 360, ../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 5 and Chrome
 * on OS X.
 */
/* line 373, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/* line 14, ../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/susy-1.0.9/sass/susy/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* ----------------------------
basic styles 
*/
/* line 27, ../sass/screen.scss */
body {
  font-family: arial, helvetica, sans-serif;
  color: #333;
}

/* line 31, ../sass/screen.scss */
img {
  width: 100%;
  max-width: 100%;
}

/* Typography */
/* line 38, ../sass/screen.scss */
h2, h3 {
  font-family: 'klavikamedium_condensed', Helvetica, sans-serif;
  color: #555;
}

/* -------------------------------------------------------------------------*/
/* Layout */
/*  Mobile */
/* line 48, ../sass/screen.scss */
.page {
  *zoom: 1;
  max-width: 36em;
  _width: 36em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto;
}
/* line 38, ../../../../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.page:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 36.625em) {
  /* line 48, ../sass/screen.scss */
  .page {
    max-width: 61em;
  }
}
@media (min-width: 56.25em) {
  /* line 48, ../sass/screen.scss */
  .page {
    max-width: 76em;
  }
}
/* line 50, ../sass/screen.scss */
.page .main .host .social {
  padding-left: 0;
}
/* line 51, ../sass/screen.scss */
.page .host {
  width: 100%;
  float: left;
  margin-right: 2.94118%;
  display: inline;
}
/* line 53, ../sass/screen.scss */
.page .host figcaption, .page .host .social {
  width: 55.88235%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}
/* line 54, ../sass/screen.scss */
.page .host figure img {
  margin-top: 0;
  width: 41.17647%;
  float: left;
  margin-right: 2.94118%;
  display: inline;
}

/* line 60, ../sass/screen.scss */
header {
  height: 4em;
  margin: 0 -1em;
  padding: 0 .5em;
  position: relative;
  box-shadow: inset 0 -7px 15px rgba(0, 0, 0, 0.2);
}
/* line 66, ../sass/screen.scss */
header .logo {
  height: 3em;
  background: url("../images/mkp_money_0.png") no-repeat bottom center;
  background-size: 19em;
}
/* line 72, ../sass/screen.scss */
header p {
  display: none;
  color: #e08b40;
  font-size: .75em;
}
/* line 77, ../sass/screen.scss */
header a {
  color: #e08b40;
  font-weight: bold;
  text-decoration: none;
}
/* line 82, ../sass/screen.scss */
header h1 {
  position: absolute;
  top: 0;
  z-index: -5;
  color: #fff;
}
/* line 88, ../sass/screen.scss */
header #callout {
  display: none;
}

/* line 92, ../sass/screen.scss */
header:after {
  background: none;
}

/* line 95, ../sass/screen.scss */
.main {
  margin: 0 -1em;
  padding-top: 1.75em;
  background: #dff7f9;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZjdmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #dff7f9 0%, white 10%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dff7f9), color-stop(10%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dff7f9 0%, white 10%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dff7f9 0%, white 10%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dff7f9 0%, white 10%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dff7f9 0%, #ffffff 10%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dff7f9', endColorstr='#ffffff',GradientType=0 );
  /* IE6-8 */
}

/* line 109, ../sass/screen.scss */
.host {
  position: relative;
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: thin #ccc solid;
}
/* line 114, ../sass/screen.scss */
.host .boo {
  display: none;
}
/* line 117, ../sass/screen.scss */
.host figcaption, .host h2 {
  color: #38b64a;
  text-align: left;
}
/* line 121, ../sass/screen.scss */
.host h2 {
  margin: 0;
  font-size: 1.25em;
}
/* line 125, ../sass/screen.scss */
.host figcaption {
  margin-top: 1em;
}
/* line 127, ../sass/screen.scss */
.host figcaption p {
  margin-top: 0;
  font-size: .825em;
}
/* line 133, ../sass/screen.scss */
.host .social {
  position: absolute;
  margin-bottom: 0;
  margin-top: 0;
  bottom: .5em;
}
/* line 139, ../sass/screen.scss */
.host aside {
  padding: 1em 1em 1em 3.5em;
  font-size: .75em;
}
/* line 143, ../sass/screen.scss */
.host img.carmen {
  padding-left: 1em;
}

/* line 147, ../sass/screen.scss */
.blog {
  padding: 0 0 1em;
}
/* line 149, ../sass/screen.scss */
.blog div {
  margin-bottom: .75em;
  padding-bottom: .75em;
  border-bottom: thin dashed #ccc;
}
/* line 154, ../sass/screen.scss */
.blog h3 {
  font-size: 1.5em;
  margin: 0 0 .5em;
  padding-bottom: .5em;
  border-bottom: thin dashed #ccc;
}
/* line 160, ../sass/screen.scss */
.blog h4 {
  font-size: .825em;
  margin: .5em 0;
  display: inline;
}
/* line 165, ../sass/screen.scss */
.blog p {
  font-size: .825em;
  line-height: 1.44;
  display: inline;
}
/* line 170, ../sass/screen.scss */
.blog h4 a {
  text-decoration: none;
  color: #333 !important;
}
/* line 174, ../sass/screen.scss */
.blog h4 span {
  color: #999;
  font-style: italic;
  font-weight: normal;
}
/* line 179, ../sass/screen.scss */
.blog .more {
  font-size: .825em;
}

/* line 183, ../sass/screen.scss */
.ask .questions a.more, .blog a.more {
  font-family: georgia, serif;
  font-style: italic;
  font-weight: bold;
  color: #578ab0;
  text-decoration: none;
}

/* line 190, ../sass/screen.scss */
.ask a.more:visited {
  color: #578ab0;
}

/* line 191, ../sass/screen.scss */
.twitterfeed {
  background-color: #f5f5f5;
}

/* line 195, ../sass/screen.scss */
.social li {
  width: 22%;
  list-style: none;
  display: inline-block;
  max-width: 2em;
  margin-right: -.25em;
}

/* line 203, ../sass/screen.scss */
.ask {
  padding: 0 1em;
}
/* line 205, ../sass/screen.scss */
.ask h2 {
  margin: 0;
  font-size: 1.5em;
}
/* line 209, ../sass/screen.scss */
.ask ul {
  padding: 0;
}
/* line 210, ../sass/screen.scss */
.ask li {
  list-style: none;
  font-size: .825em;
  line-height: 1.44;
  margin-bottom: .75em;
  padding-bottom: .75em;
  border-bottom: thin dashed #ccc;
}
/* line 218, ../sass/screen.scss */
.ask .btns {
  margin: 1em 0 .5em;
  padding-bottom: .5em;
  border-bottom: thin dashed #ccc;
}
/* line 222, ../sass/screen.scss */
.ask .btns a {
  text-decoration: none;
  color: white;
}
/* line 227, ../sass/screen.scss */
.ask .questions {
  margin-top: .5em;
}
/* line 229, ../sass/screen.scss */
.ask .questions a {
  color: #333;
  text-decoration: none;
}
/* line 233, ../sass/screen.scss */
.ask #example1 li {
  border: none;
  margin-bottom: 0.5em;
  background: #f6f6f4;
  padding:.625em 0;
}
/* line 238, ../sass/screen.scss */
.ask #example1 img {
  width: 3em;
  vertical-align: top;
  float: left;
  margin: 0 1em .5em .5em;
}
.ask #example1 p.tweet {
	padding-left:4.5em;
}
/* line 244, ../sass/screen.scss */
.ask #example1 .interact {
  display: none;
}
/* line 245, ../sass/screen.scss */
.ask #example1 .tweet {
  margin: 0;
}

/* line 248, ../sass/screen.scss */
.blog, .conversations {
  padding: 0 1em;
}

/* line 251, ../sass/screen.scss */
.btns li {
  font-size: 1em;
  color: white;
  background-color: #2daebf;
  display: inline-block;
  padding: .5em 1em;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
/* line 268, ../sass/screen.scss */
.btns li span {
  font-size: 3em;
  line-height: 0;
  vertical-align: middle;
  color: red;
}

/* line 275, ../sass/screen.scss */
iframe.twitter-tweet {
  margin: -2em 0 0 0 !important;
  padding-bottom: 1em !important;
  box-sizing: content-box !important;
}

/* line 280, ../sass/screen.scss */
.standalone-tweet {
  background-color: #444 !important;
}

/* line 283, ../sass/screen.scss */
.standalone-tweet .subject e-entry-title {
  font-size: .9em !important;
  line-height: 1.4 !important;
}

/* line 288, ../sass/screen.scss */
.conversations strong {
  font-size: 1.25em;
  margin-bottom: 0.5em;
  display: block;
}
/* line 293, ../sass/screen.scss */
.conversations strong:first-child a {
  color: #333;
}
/* line 294, ../sass/screen.scss */
.conversations h2 {
  margin-bottom: 2.5em;
  color: #828282;
  position: relative;
}
/* line 299, ../sass/screen.scss */
.conversations h3 {
  position: relative;
  z-index: 1000;
  font-family: arial, helveticaneue, helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
  background-color: #3c5135;
  max-width: 10em;
  margin: -.75em auto .5em;
  padding: .25em 0;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  /* future proofing */
  -khtml-border-radius: 10px;
  /* for old Konqueror browsers */
}
/* line 316, ../sass/screen.scss */
.conversations ul {
  padding: 0;
}
/* line 319, ../sass/screen.scss */
.conversations li {
  border: thin solid #ddd;
  background-color: #eaeae4;
  padding: 0 .5em;
  font-size: .75em;
  list-style: none;
  width: 24em;
  margin: 3em auto;
  position: relative;
}
/* line 329, ../sass/screen.scss */
.conversations li.twitter {
  padding: 0;
  background-color: transparent;
  border: none;
}
/* line 334, ../sass/screen.scss */
.conversations .feed_image {
  margin: -2em -.5em 0;
  height: 15em;
  overflow: hidden;
  position: relative;
}
/* line 339, ../sass/screen.scss */
.conversations .feed_image img {
  width: 110%;
  max-width: 110%;
  margin: -1em;
}
/* line 345, ../sass/screen.scss */
.conversations .feed-content {
  padding-right: 5.825em;
  padding-bottom: .75em;
  min-height: 9.5em;
  overflow: hidden;
}
/* line 346, ../sass/screen.scss */
.conversations .icon {
  position: absolute;
  width: 3.5em;
  right: 1.25em;
  top: 3em;
}
/* line 352, ../sass/screen.scss */
.conversations .feud .icon {
  width: 4em;
  right: 1em;
}
/* line 356, ../sass/screen.scss */
.conversations img.avatar {
  position: absolute;
  right: .5em;
  bottom: 5em;
  width: 5em;
  height: 5em;
  margin: 0 -.5em -1em .5em;
  border: 6px solid #fff;
  background: #fff;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
/* line 368, ../sass/screen.scss */
.conversations .by_user {
  clear: both;
  margin: 0 -.5em;
  padding: .5em;
  background-color: #fff;
  color: #222;
  font-family: georgia, serif;
  font-style: italic;
  font-weight: bold;
  height: 4em;
}
/* line 378, ../sass/screen.scss */
.conversations .by_user a {
  color: #911717;
}
/* line 382, ../sass/screen.scss */
.conversations p {
  font-size: 1.25em;
  margin-bottom: .25em;
}
/* line 386, ../sass/screen.scss */
.conversations .insta span {
  position: absolute;
  color: #fff;
  bottom: .5em;
  right: .5em;
  left: .5em;
  font-size: 2em;
  font-family: "klavikamedium_condensed" -webkit-body;
  text-shadow: 1px 1px 1px #333;
}
/* line 396, ../sass/screen.scss */
.conversations .insta:after {
  content: "";
  background-image: url("../images/instabutton.png");
  background-repeat: no-repeat;
  background-size: 3em 3em;
  background-position: center;
  position: absolute;
  bottom: -1.5em;
  width: 100%;
  height: 3em;
  margin-left: -.625em;
}
/* line 408, ../sass/screen.scss */
.conversations .twitter:after {
  content: "";
  background-image: url("../images/tweetbutton.png");
  background-repeat: no-repeat;
  background-size: 3em 3em;
  background-position: center;
  position: absolute;
  bottom: -1.5em;
  width: 100%;
  height: 3em;
  right: -.625em;
}
/* line 420, ../sass/screen.scss */
.conversations .money-blog:after, .conversations .feud:after {
  content: "";
  background-image: url("../images/mplace_icon.png");
  background-repeat: no-repeat;
  background-size: 3em 3em;
  background-position: center;
  position: absolute;
  bottom: -1.5em;
  width: 100%;
  height: 3em;
  margin-left: -.625em;
}

/* line 433, ../sass/screen.scss */
footer.mobile-footer {
  display: block;
  height: 2.5em;
  line-height: 2.5em;
  background: url(http://marketplace.org/sites/default/themes/marketplacev2Responsive/css/images/footer_body_back.png) repeat-x;
  border-top: thin solid #ddd;
  border-bottom: thin solid #ddd;
}
/* line 440, ../sass/screen.scss */
footer.mobile-footer .donate {
  background: url(http://marketplace.org/sites/default/themes/marketplacev2Responsive/css/images/footer_donate_back.png) repeat-x;
  height: 2em;
  margin-top: .5em;
  display: block;
  line-height: 2em;
  color: white;
  width: 7em;
  text-align: center;
  font-size: .825em;
  font-weight: bold;
  float: left;
}
/* line 453, ../sass/screen.scss */
footer.mobile-footer span {
  font-size: .625em;
  float: right;
  margin-right: 1.5em;
}

/* line 459, ../sass/screen.scss */
hr.footer-border {
  background: url(http://marketplace.org/sites/default/themes/marketplacev2Responsive/css/images/footer_border.png) repeat-x;
  height: .5em;
  margin: 10px 0;
  border: none;
}

/* line 465, ../sass/screen.scss */
footer.region-footer {
  display: none;
}

/* Tablet */
@media (min-width: 36.625em) {
  /* line 473, ../sass/screen.scss */
  .page .main {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZjdmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #dff7f9 0%, white 30%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dff7f9), color-stop(30%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dff7f9 0%, white 30%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dff7f9 0%, white 30%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dff7f9 0%, white 30%);
    /* IE10+ */
    background: linear-gradient(to bottom, #dff7f9 0%, #ffffff 30%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dff7f9', endColorstr='#ffffff',GradientType=0 );
    /* IE6-8 */
    width: 100%;
    float: right;
    margin-right: 0;
    margin: 0 -1em;
    width: auto;
  }
  /* line 485, ../sass/screen.scss */
  .page .main .host {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 487, ../sass/screen.scss */
  .page .main .host figure {
    width: 100%;
    float: left;
    margin-right: 3.44828%;
  }
  /* line 489, ../sass/screen.scss */
  .page .main .host figure figcaption {
    margin-top: 1em;
  }
  /* line 491, ../sass/screen.scss */
  .page .main .host .social {
    width: 48.27586%;
    float: left;
    margin-right: 3.44828%;
  }
  /* line 493, ../sass/screen.scss */
  .page .main .blog {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 496, ../sass/screen.scss */
  .page .main .ask {
    width: 49.15254%;
    float: right;
    margin-right: 0;
  }
  /* line 497, ../sass/screen.scss */
  .page .main .conversations {
    width: 100%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 499, ../sass/screen.scss */
  .page .main .conversations li {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    margin-bottom: 3em;
  }
  /* line 502, ../sass/screen.scss */
  .page .main .conversations li .by_user {
    height: 4em;
  }
  /* line 508, ../sass/screen.scss */
  .page header {
    min-height: 6em;
    background-image: url("../images/header-bg.png");
    background-size: 43em 6em;
    background-repeat: no-repeat;
    background-position: right top;
    box-shadow: none;
    border-bottom: double #ddd;
  }
  /* line 516, ../sass/screen.scss */
  .page header #callout {
    display: block;
  }
  /* line 517, ../sass/screen.scss */
  .page header .logo {
    width: 40%;
    height: 5em;
    background-size: 100%;
    margin: 0 0 -4em .5em;
  }
  /* line 524, ../sass/screen.scss */
  .page header p {
    font-size: .6em;
    position: absolute;
    margin: 0;
    bottom: .825em;
    right: 18em;
    left: 50%;
    text-align: right;
    display: block;
  }
  /* line 535, ../sass/screen.scss */
  .page header:after {
    content: "";
    background: url(../images/stroke.png) no-repeat;
    background-size: 40%;
    position: absolute;
    z-index: 100;
    height: 1em;
    width: 100%;
    bottom: -.75em;
    left: -1em;
  }
  /* line 546, ../sass/screen.scss */
  .page #callout {
    display: block;
  }
  /* line 548, ../sass/screen.scss */
  .page #callout img {
    width: 9em;
    margin: 0;
    position: absolute;
    right: 1em;
    top: 2em;
  }
  /* line 557, ../sass/screen.scss */
  .page .conversations {
    padding: 0 1em;
  }
  /* line 559, ../sass/screen.scss */
  .page .conversations h2 {
    font-family: arial, helveticaneue, helvetica, sans-serif;
  }
  /* line 562, ../sass/screen.scss */
  .page .host {
    padding-left: 1em;
    border-bottom: none;
  }
  /* line 565, ../sass/screen.scss */
  .page .host img.carmen {
    padding-left: 0;
  }
  /* line 568, ../sass/screen.scss */
  .page .host figcaption {
    margin-top: 0;
  }
  /* line 570, ../sass/screen.scss */
  .page .host figcaption h2 {
    font-size: 1.25em;
  }
  /* line 572, ../sass/screen.scss */
  .page .host .boo {
    display: inline-block;
  }
  /* line 574, ../sass/screen.scss */
  .page .btns li {
    font-size: .75em;
    width: auto;
    text-align: left;
  }
  /* line 578, ../sass/screen.scss */
  .page .btns li span {
    font-size: 2em;
  }
}
@media only screen and (min-width: 36.625em) and (max-width: 56.2em) {
  /* line 586, ../sass/screen.scss */
  .page .main .conversations li:nth-child(even) {
    margin-right: 0;
  }

  /* line 587, ../sass/screen.scss */
  .host img.carmen {
    padding-right: 1em;
  }

  /* line 590, ../sass/screen.scss */
  .page .btns li {
    font-size: .625em;
  }

  /* line 591, ../sass/screen.scss */
  .page .main .host ul.social {
    position: absolute;
    right: 0;
  }

  /* line 592, ../sass/screen.scss */
  .ask h2 {
    font-size: 1.25em;
  }

  /* line 595, ../sass/screen.scss */
  .page .main .conversations {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
  }
  /* line 598, ../sass/screen.scss */
  .page .main .conversations li {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
  }

  /* line 602, ../sass/screen.scss */
  .conversations .feed_image {
    height: 16em;
  }

  /* line 603, ../sass/screen.scss */
  .conversations .feed-content {
    min-height: 14em;
  }
}
@media (min-width: 56.25em) {
  /* line 608, ../sass/screen.scss */
  .page .main .host {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 610, ../sass/screen.scss */
  .page .main .host figure, .page .main .host .social {
    width: 100%;
    float: left;
    margin-right: 7.14286%;
  }
  /* line 612, ../sass/screen.scss */
  .page .main .host figure figcaption, .page .main .host figure img, .page .main .host .social figcaption, .page .main .host .social img {
    width: 100%;
    float: left;
    margin-right: 3.44828%;
  }
  /* line 618, ../sass/screen.scss */
  .page .main .blog {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    padding: 0;
  }
  /* line 623, ../sass/screen.scss */
  .page .main .conversations {
    width: 100%;
    float: right;
    margin-right: 0;
  }
  /* line 626, ../sass/screen.scss */
  .page .main .conversations li {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    margin-top: 1em;
    margin-bottom: 2em;
  }
  /* line 631, ../sass/screen.scss */
  .page .main .conversations li:last-child {
    margin-right: 0;
  }
  /* line 634, ../sass/screen.scss */
  .page .main .conversations h2:after {
    content: "";
    background: url(../images/stroke.png) no-repeat;
    background-size: 30%;
    position: absolute;
    z-index: 100;
    height: 1em;
    width: 100%;
    right: 0;
    bottom: -.25em;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
  }
  /* line 651, ../sass/screen.scss */
  .page .main .conversations .feed-content {
    min-height: 16em;
  }
  /* line 652, ../sass/screen.scss */
  .page .main .conversations .feed_image {
    height: 18em;
  }
  /* line 653, ../sass/screen.scss */
  .page .main footer.region-footer {
    display: block;
  }
  /* line 654, ../sass/screen.scss */
  .page .main .ask h2, .page .main .host h2, .page .main .host .blog h3 {
    font-size: 1.5em;
  }
  /* line 655, ../sass/screen.scss */
  .page .main header {
    padding: 0;
  }
  /* line 657, ../sass/screen.scss */
  .page .main header img {
    margin-left: 1em;
  }
  /* line 658, ../sass/screen.scss */
  .page .main header p {
    font-size: .75em;
  }
  /* line 660, ../sass/screen.scss */
  .page .main .pagenav {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 661, ../sass/screen.scss */
  .page .main .host {
    padding-left: 0;
  }
  /* line 663, ../sass/screen.scss */
  .page .main .host img.carmen {
    margin-top: 4em;
  }
  /* line 664, ../sass/screen.scss */
  .page .main .host figure {
    text-align: center;
    padding-left: 1em;
  }
  /* line 668, ../sass/screen.scss */
  .page .main .host figcaption p {
    font-size: 1em;
  }
  /* line 669, ../sass/screen.scss */
  .page .main .host .social {
    padding: 0;
  }
  /* line 672, ../sass/screen.scss */
  .page .main .host aside {
    margin-top: 1em;
  }
  /* line 676, ../sass/screen.scss */
  .page .main .btns li {
    font-size: .825em;
  }

  /* line 685, ../sass/screen.scss */
  hr, footer.mobile-footer {
    display: none;
  }

  /* line 688, ../sass/screen.scss */
  hr.footer-border, footer.mobile-footer {
    display: none;
  }

  /* line 689, ../sass/screen.scss */
  footer.region-footer {
    display: block;
    margin: 0 -1em;
    background-color: #e6ede5;
    max-width: 76em;
    margin: 0 auto;
  }

  /* line 696, ../sass/screen.scss */
  footer.region-footer {
    display: block;
  }

  /* line 697, ../sass/screen.scss */
  footer.region-footer {
    display: block;
    margin: 0 auto;
    padding: 0 0 1em;
    background-color: #303030;
    border-bottom: 14px solid #e1e1e1;
    min-height: 340px;
  }
  /* line 704, ../sass/screen.scss */
  footer.region-footer nav.get-it {
    padding: 0 1em 1em;
    margin-bottom: 1em;
    background: url(http://marketplace.org/sites/default/themes/marketplacev2Responsive/images/footer_back_test.png) no-repeat top right;
    background-size: 9.5em 2.5em;
    background-color: #e1e1e1;
    height: 2.5em;
  }
  /* line 711, ../sass/screen.scss */
  footer.region-footer nav.get-it h2 {
    font-family: arial, helveticaneue, helvetica, sans-serif;
    margin-top: 0;
    font-size: 1em;
    float: left;
    line-height: 2.5em;
    margin-right: 1em;
  }
  /* line 719, ../sass/screen.scss */
  footer.region-footer nav.get-it li {
    float: left;
    text-transform: uppercase;
    line-height: 2.5em;
    margin-right: .75em;
    padding-left: 1.5em;
  }
  /* line 726, ../sass/screen.scss */
  footer.region-footer nav.get-it li.first {
    background: url(http://marketplace.org/sites/default/themes/marketplacev2Responsive/images/ico_newsletter.png) no-repeat left center;
  }
  /* line 729, ../sass/screen.scss */
  footer.region-footer nav.get-it li.mobile {
    background: url(http://marketplace.org/sites/default/themes/marketplacev2Responsive/images/ico_mobile.png) no-repeat left 0.625em;
    padding-left: 1em;
  }
  /* line 733, ../sass/screen.scss */
  footer.region-footer nav.get-it li.facebook {
    background: url(http://marketplace.org/sites/default/themes/marketplacev2Responsive/images/ico_facebook.png) no-repeat left 0.5em;
    padding-left: 1.25em;
  }
  /* line 737, ../sass/screen.scss */
  footer.region-footer nav.get-it li.twitter_footer {
    background: url(http://marketplace.org/sites/default/themes/marketplacev2Responsive/images/ico_twitter.png) no-repeat left 0.5em;
  }
  /* line 740, ../sass/screen.scss */
  footer.region-footer nav.get-it li.podcasts {
    background: url(http://marketplace.org/sites/default/themes/marketplacev2Responsive/images/ico_podcast.png) no-repeat left 0.625em;
    padding-left: 1em;
  }
  /* line 744, ../sass/screen.scss */
  footer.region-footer nav.get-it li.rss {
    background: url(http://marketplace.org/sites/default/themes/marketplacev2Responsive/images/ico_feed.png) no-repeat left center;
  }
  /* line 748, ../sass/screen.scss */
  footer.region-footer .footer-menu {
    position: relative;
    width: 18%;
    margin-left: 20px;
    padding-left: 0px;
    margin-right: 10px;
    margin-top: 0px;
    height: 240px;
    border-bottom: 14px solid #444;
    border-top: 14px solid #444;
  }
  /* line 759, ../sass/screen.scss */
  footer.region-footer #apm {
    float: right;
    width: 22%;
    padding: 10px 0 10px 10px;
    margin-right: 20px;
    border-top: 14px solid #888;
  }

  /* line 767, ../sass/screen.scss */
  .region-footer nav ul.menu li a {
    color: #333;
    font-weight: bold;
  }

  /* line 768, ../sass/screen.scss */
  .region-footer #block-menu-block-footer-menu, .region-footer #block-menu-block-menu-other-sections, .region-footer #block-menu-block-menu-privacy-information, .region-footer #block-menu-block-menu-other-sections-2 {
    height: 240px;
  }

  /* line 769, ../sass/screen.scss */
  footer.region-footer #apm {
    width: 24%;
  }

  /* line 770, ../sass/screen.scss */
  .page .main .host figure figcaption {
    margin-top: 0;
  }
}

li.tweet_feed {
	padding-left:7px;
	padding-right:7px;
}

.user span span, span[data-scribe=element:name] {

	color:#578ab0;
}

.ask .questions #example1 .user a {color:#578ab0;font-weight:bold;}

.ask #example2 .user {padding-top:.5em;}

.ask li:nth-child(n+3) {
	border-bottom:none;
}
.mobile-header {
	display: block;
	margin: 0 -1em;
	padding: 0;
	font-family: 'klavikamedium_condensed', Helvetica, sans-serif;
	background-image:url(http://marketplace.org/sites/default/themes/marketplacev2Responsive/css/images/texture/debut_light.png);
	}
.mobile-header .navigation {
	background: #1b8948 url(http://marketplace.org/sites/default/themes/marketplacev2Responsive/css/images/listen_back_test_money.png) no-repeat top right;
	height: 2.5em;
	margin-top: .25em;
}
.mobile-header .MM_listen {
	line-height: 2.5em;
	width: 9em;
	float: right;
	text-align: right;
	padding-right: .5em;
}
.mobile-header a {
	line-height:2.5em;
	margin-left:.5em;
}
.mobile-header .sign {
	width: 1.5em;
	margin-bottom: .5em;
}
.mobile-header .MM_listen a {
	width: 8em;
	height: 2.5em;
	display: block;
	float: right;
}
.mobile-header a {
	color:#fff;
	text-decoration:none;
}
@media only screen and (min-width: 36.625em) {
	.mobile-header {display:none;}
}
@media only screen and (min-width: 56.2em) {

}