@import url(../fonts/symbolset-social/ss-social.css);
@import url(../fonts/symbolset-standard/ss-standard.css);
/*
 * HTML5 Boilerplate
 *
 * 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.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/* line 18, html5boilerplate-start.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

/* line 19, html5boilerplate-start.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* line 20, html5boilerplate-start.scss */
audio:not([controls]) {
  display: none; }

/* line 21, html5boilerplate-start.scss */
[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
/* line 33, html5boilerplate-start.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* line 35, html5boilerplate-start.scss */
html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

/* line 37, html5boilerplate-start.scss */
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
/* line 45, html5boilerplate-start.scss */
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

/* line 46, html5boilerplate-start.scss */
::selection {
  background: #aaa;
  color: #fff;
  text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */
/* line 56, html5boilerplate-start.scss */
a:focus {
  outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
/* line 59, html5boilerplate-start.scss */
a:hover, a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
/* line 66, html5boilerplate-start.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 68, html5boilerplate-start.scss */
b, strong {
  font-weight: bold; }

/* line 70, html5boilerplate-start.scss */
blockquote {
  margin: 1em 40px; }

/* line 72, html5boilerplate-start.scss */
dfn {
  font-style: italic; }

/* line 74, html5boilerplate-start.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* line 76, html5boilerplate-start.scss */
ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

/* line 78, html5boilerplate-start.scss */
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
/* line 81, html5boilerplate-start.scss */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
/* line 84, html5boilerplate-start.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* line 86, html5boilerplate-start.scss */
q {
  quotes: none; }

/* line 87, html5boilerplate-start.scss */
q:before, q:after {
  content: "";
  content: none; }

/* line 89, html5boilerplate-start.scss */
small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
/* line 92, html5boilerplate-start.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 93, html5boilerplate-start.scss */
sup {
  top: -0.5em; }

/* line 94, html5boilerplate-start.scss */
sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
/* line 101, html5boilerplate-start.scss */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

/* line 102, html5boilerplate-start.scss */
dd {
  margin: 0 0 0 40px; }

/* line 103, html5boilerplate-start.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
/* line 115, html5boilerplate-start.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */
/* line 121, html5boilerplate-start.scss */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
/* line 128, html5boilerplate-start.scss */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
/* line 135, html5boilerplate-start.scss */
form {
  margin: 0; }

/* line 136, html5boilerplate-start.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
/* line 139, html5boilerplate-start.scss */
label {
  cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
/* line 146, html5boilerplate-start.scss */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
/* line 154, html5boilerplate-start.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
/* line 160, html5boilerplate-start.scss */
button, input {
  line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
/* line 168, html5boilerplate-start.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

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

/*
 * Consistent box sizing and appearance
 */
/* line 180, html5boilerplate-start.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

/* line 181, html5boilerplate-start.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* line 182, html5boilerplate-start.scss */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
/* line 188, html5boilerplate-start.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
/* line 195, html5boilerplate-start.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* Colors for form validity */
/* line 199, html5boilerplate-start.scss */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
/* line 206, html5boilerplate-start.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 207, html5boilerplate-start.scss */
td {
  vertical-align: top; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
/* line 214, html5boilerplate-start.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
/* line 7, ../sass/style.sass */
dt, dd {
  margin: 0;
  padding: 0; }

html {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scoll; }

/* line 10, ../sass/_typography.sass */
body {
  font-family: "chaparral-pro", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 1.429em;
  color: #333333; }

/* line 19, ../sass/_typography.sass */
a {
  padding: 1px 2px;
  text-decoration: none;
  color: #333333;
  border-bottom: 1px solid #cccccc;
  -moz-transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }

/* line 27, ../sass/_typography.sass */
a:visited {
  color: #333333;
  border-bottom: 1px dotted #cccccc; }

/* line 37, ../sass/_typography.sass */
a:hover {
  color: white;
  background: #aaaaaa;
  border-radius: 0.15em;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

a.nochange {
  background: inherit !important;
  border: none;
  padding: 0; }

h2 a:hover {
  background: inherit;
  color: inherit; }

/* line 44, ../sass/_typography.sass */
a.noborder, a.noborder:hover {
  background: none;
  border: none;
  color: inherit;
  padding: 0; }

/* line 46, ../sass/_typography.sass */
a img {
  background: none;
  border: none;
  color: inherit;
  padding: 0; }

/* line 53, ../sass/_typography.sass */
h1 {
  margin: 1em 0 0.5em 0;
  line-height: 1em;
  font-weight: normal;
  color: #333333; }

/* line 58, ../sass/_typography.sass */
h1 a,
h1 a:visited {
  border: none; }

/* line 53, ../sass/_typography.sass */
h2 {
  margin: 1em 0 0.5em 0;
  line-height: 1em;
  font-weight: normal;
  color: #333333; }

/* line 58, ../sass/_typography.sass */
h2 a,
h2 a:visited {
  border: none;
  /*\**/
  font-size: 1em\9;
  /*\**/
  line-height: 1.2em\9; }

/* line 53, ../sass/_typography.sass */
h3 {
  margin: 1em 0 0.5em 0;
  line-height: 1em;
  font-weight: normal;
  color: #333333; }

/* line 58, ../sass/_typography.sass */
h3 a,
h3 a:visited {
  border: none; }

/* line 53, ../sass/_typography.sass */
h4 {
  margin: 1em 0 0.5em 0;
  line-height: 1em;
  font-weight: normal;
  color: #333333; }

/* line 58, ../sass/_typography.sass */
h4 a,
h4 a:visited {
  border: none; }

/* line 53, ../sass/_typography.sass */
h5 {
  margin: 1em 0 0.5em 0;
  line-height: 1em;
  font-weight: normal;
  color: #333333; }

/* line 58, ../sass/_typography.sass */
h5 a,
h5 a:visited {
  border: none; }

/* line 53, ../sass/_typography.sass */
h6 {
  margin: 1em 0 0.5em 0;
  line-height: 1em;
  font-weight: normal;
  color: #333333; }

/* line 58, ../sass/_typography.sass */
h6 a,
h6 a:visited {
  border: none; }

/* line 62, ../sass/_typography.sass */
h1 {
  font-size: 2.75em;
  line-height: 1.25em;
  font-family: "chaparral-pro", Georgia, "Times New Roman", Times, serif;
  margin-top: 0;
  color: lime; }

/* line 69, ../sass/_typography.sass */
h2 {
  font-size: 2.5em;
  line-height: 1em;
  margin: 0.125em 0 0.125em 0;
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-weight: normal; }

/* line 75, ../sass/_typography.sass */
.h2-smaller {
  font-size: 1.75em;
  line-height: 1.25em;
  font-weight: bold;
  margin-top: 0.5em; }

@media screen and (max-width: 640px) {
  /* line 80, ../sass/_typography.sass */
  h2,
  .h2-smaller {
    font-size: 1.1em;
    line-height: 1.25em;
    font-weight: bold;
    margin-top: 0.5em; } }
/* line 87, ../sass/_typography.sass */
h3 {
  font-size: 1em;
  line-height: 1.25em;
  font-weight: bold;
  font-family: "chaparral-pro", Georgia, "Times New Roman", Times, serif; }

/* line 92, ../sass/_typography.sass */
h3 span.meta {
  font-weight: normal; }

/* line 94, ../sass/_typography.sass */
h4 {
  font-size: 1em; }

/* line 101, ../sass/_typography.sass */
p {
  line-height: 1.429em;
  margin-bottom: 0; }

/* line 105, ../sass/_typography.sass */
p + p {
  margin-top: 1em; }

/* line 108, ../sass/_typography.sass */
em {
  font-style: italic; }

/* line 111, ../sass/_typography.sass */
strong {
  font-weight: bold; }

/* line 114, ../sass/_typography.sass */
ul,
ol {
  margin: 1em 0;
  padding: 0; }

/* line 119, ../sass/_typography.sass */
li {
  margin: 0 0 0.25em 0;
  padding: 0; }

/* line 123, ../sass/_typography.sass */
ul ul,
ol ol {
  margin: 0 0 0.5em 2em; }

/* line 134, ../sass/_typography.sass */
.intro {
  font-weight: bold; }

article {
  clear: both; }

article .byline {
  width: 65%;
  float: left; }
  article .byline .date {
    font-size: 14px;
    width: 50%;
    display: inline; }

article .byline_content {
  margin-bottom: 10px; }
  article .byline_content .date {
    display: inline; }

article .sharing {
  width: 35%;
  float: right; }

.sharing {
  text-align: right; }

.sharing .short {
  display: none;
  font-size: 0.85em; }

.sharing .long {
  display: block; }

.sharing a,
.sharing a:hover {
  border: none; }

.sharing .long .sharingintro {
  display: inline-block;
  font-size: 0.85em; }

.sharing .long ul {
  display: inline-block;
  margin: 0 0 0 0.25em;
  padding: 0;
  line-height: 1em; }

@media screen and (max-width: 940px) {
  .sharing .short {
    display: block; }

  .sharing .long {
    display: none; } }
.byline a,
.byline a:hover {
  border: none; }

article h2 {
  clear: both; }

/* line 137, ../sass/_typography.sass */
.name {
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 0.9em;
  font-weight: bold; }

/* line 142, ../sass/_typography.sass */
#sidebar p {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.7em;
  line-height: 1.5em; }

/* line 148, ../sass/_typography.sass */
.ss-icon {
  position: relative;
  top: 1px; }

/* line 2, ../sass/_nav.sass */
#menu-main-menu {
  list-style: none; }

/* line 4, ../sass/_nav.sass */
#menu-main-menu li {
  margin: 0; }

/* line 6, ../sass/_nav.sass */
#menu-main-menu li > a {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 0.75em;
  line-height: 1.5em;
  display: block;
  margin: 0;
  padding: 0.65em 0.25em 0.6em 0.5em;
  border: none;
  border-top: 1px solid #cccccc; }

/* line 16, ../sass/_nav.sass */
#menu-main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 20, ../sass/_nav.sass */
#menu-main-menu li > ul > li > a {
  font-weight: normal;
  border-top: 1px dotted #d8d8d8;
  padding-left: 1.9em; }

/* line 24, ../sass/_nav.sass */
#menu-main-menu a:hover {
  background: none;
  color: #f90000; }

.sub-menu {
  text-transform: uppercase; }
  .sub-menu a {
    color: #9b1f21; }

#menu-main-menu .sub-menu a:hover {
  color: #333333; }

/* line 28, ../sass/_nav.sass */
#social {
  list-style: none; }

/* line 30, ../sass/_nav.sass */
#social li {
  display: inline-block; }

/* line 32, ../sass/_nav.sass */
#social li > a {
  border: none;
  font-size: 1.4em; }

/* line 35, ../sass/_nav.sass */
#social li > a:hover {
  background: none; }

/* line 37, ../sass/_nav.sass */
#social .ss-icon,
#social .ss-social-icon {
  font-size: 1.35em;
  position: relative;
  top: -2px; }

/* line 42, ../sass/_nav.sass */
a.mail,
a.rss {
  color: #e96200; }

/* line 44, ../sass/_nav.sass */
a.twitter {
  color: #5389ae; }

/* line 46, ../sass/_nav.sass */
a.facebook {
  color: #0073b8; }

/* line 48, ../sass/_nav.sass */
a.linkedin {
  color: #00c6dc; }

a.googleplus {
  color: #bd3628; }

/* line 33, ../sass/style.sass */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

/* line 40, ../sass/style.sass */
#skip {
  position: absolute;
  left: -9000px; }

/* line 44, ../sass/style.sass */
#logo {
  position: fixed;
  top: 2em;
  left: 1em;
  width: 13%; }

@media screen and (max-width: 940px) {
  /* line 44, ../sass/style.sass */
  #logo {
    position: static;
    width: 166px;
    margin-top: 1em;
    margin-bottom: 1em; } }
/* line 53, ../sass/style.sass */
#logo a > img {
  max-width: 166px; }

/* line 59, ../sass/style.sass */
#dashboard {
  width: 166px;
  position: fixed;
  left: 1.5%;
  top: 60%;
  background: #3a3a3a;
  -webkit-box-shadow: 3px 4px 6px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 3px 4px 6px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 3px 4px 6px 0px rgba(0, 0, 0, 0.6);
  min-height: 300px; }

@-moz-document url-prefix() {
  #dashboard {
    top: 35%; } }

@media screen and (max-width: 940px) {
  /* line 59, ../sass/style.sass */
  #dashboard {
    display: none; } }
#dashboard a.scroller {
  position: absolute;
  left: 0;
  right: 0;
  border: none;
  height: 1em;
  padding: 0;
  text-align: center;
  color: #fff;
  background: #3a3a3a; }

#dashboard a.scroller:hover {
  background: white;
  color: #3a3a3a;
  border: none; }

#dashboard a.scrollup {
  top: 0; }

#dashboard a.scrolldown {
  bottom: 0; }

/* line 67, ../sass/style.sass */
#dashboard-inner {
  margin: 0;
  list-style-type: none;
  padding: 16px 0;
  overflow-y: hidden; }

.no-boxsizing #dashboard-inner {
  padding: 0; }

/* line 75, ../sass/style.sass */
#dashboard-inner li {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.625em;
  line-height: 1.5em;
  margin: 0;
  width: 100%; }

/* line 81, ../sass/style.sass */
#dashboard-inner .active {
  background-image: url("../img/dashboard-wedge.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 166px 0; }

/* line 86, ../sass/style.sass */
#dashboard-inner a,
#dashboard-inner a:visited {
  width: 166px;
  padding: 0.5em 0.5em 0.5em 1em;
  margin: 0;
  display: block;
  border: none;
  color: white; }

.no-boxsizing #dashboard-inner a,
.no-boxsizing #dashboard-inner a:visited {
  padding: 0.5em 10px 0.5em 10px;
  width: 146px; }

/* line 94, ../sass/style.sass */
#dashboard-inner a:hover {
  background: #616161; }

/* line 96, ../sass/style.sass */
#dashboard-inner .active > a {
  background: #616161; }

/* line 103, ../sass/style.sass */
#mobile-nav {
  visibility: hidden; }

@media screen and (max-width: 640px) {
  /* line 103, ../sass/style.sass */
  #mobile-nav {
    visibility: visible;
    width: 100%;
    text-align: right;
    margin-top: 1em; } }
/* line 110, ../sass/style.sass */
#mobile-nav a {
  border: none;
  padding: 3px;
  margin-right: 4%; }

/* line 114, ../sass/style.sass */
#mobile-nav i {
  font-size: 0.6em; }

/* line 117, ../sass/style.sass */
#content {
  width: 52%;
  max-width: 680px;
  margin-left: 21%;
  float: left; }
  #content img.alignleft {
    float: left;
    padding: 15px 15px 15px 0; }
  #content img.alignright {
    float: right;
    padding: 15px 0 15px 15px; }

#content.wide {
  max-width: 100%;
  width: auto;
  margin-right: 350px; }

#content.wide article h2 {
  max-width: 680px;
  width: 100%; }

#content.wide article div.content {
  max-width: 680px; }

html.csscolumns body.single #content article div.content {
  /*  columns: 300px auto;
    -webkit-columns: 300px auto; 
    -moz-columns: 300px auto;  */
  width: 100%;
  max-width: 100%;
  padding-bottom: 10px; }

body.single #content article div.content p:first-child {
  margin-top: 0;
  padding-top: 0; }

body.single #content article img.featured-image {
  width: 100%;
  height: auto;
  margin: 1em 0; }

body.single #content article div.embeded iframe {
  width: 100%;
  height: 600px;
  border: none;
  margin: auto;
  padding: 0; }

@media screen and (max-width: 1430px) {
  body.single #content article div.embeded iframe {
    height: 400px; } }
@media screen and (max-width: 640px) {
  body.single #content article div.embeded iframe {
    height: 300px; } }
#sticky-header {
  width: 100%;
  background: white;
  border-bottom: #333333 solid 1px;
  height: 35px;
  padding: 7px 10px 0 10px;
  position: fixed;
  left: 0;
  right: 0;
  top: -60px;
  overflow: hidden;
  font-size: 15px;
  -moz-transition: top 0.25s ease-in;
  -webkit-transition: top 0.25s ease-in;
  -m-transition: top 0.25s ease-in;
  transition: top 0.25s ease-in;
  -webkit-box-shadow: 3px 4px 6px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 3px 4px 6px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 3px 4px 6px 0px rgba(0, 0, 0, 0.6); }

#sticky-header.dark {
  background: #3a3a3a;
  color: white; }

#sticky-header.dark a {
  color: white !important; }

#sticky-header h2 {
  display: inline-block;
  font-size: 15px;
  margin: 0 0.5em 0 0;
  padding: 0 0.5em 0 0;
  line-height: 1em;
  border-right: #aaaaaa solid 1px;
  font-weight: bold; }

#sticky-header.dark h2 {
  border-right-color: white;
  color: white; }

#sticky-header div.byline {
  display: inline-block;
  font-size: 12px; }

#sticky-header div.sharing {
  display: inline-block;
  float: right; }

#sticky-header.dark div.sharing a:hover {
  color: #888888 !important; }

#sticky-header.visible {
  top: 0; }

@media screen and (max-width: 940px) {
  /* line 117, ../sass/style.sass */
  #content.wide,
  #content {
    width: 55%;
    margin-left: 5%;
    float: left;
    margin-right: 0; } }
@media screen and (max-width: 640px) {
  /* line 117, ../sass/style.sass */
  #content.wide,
  #content {
    clear: both;
    width: 92%;
    margin: 215px 4% 2em 4%; } }
/* line 131, ../sass/style.sass */
.post {
  margin-bottom: 2em; }

/* line 133, ../sass/style.sass */
.post img {
  max-width: 100%;
  height: auto; }

/* line 135, ../sass/style.sass */
.text {
  padding: 0.5em 1.5em 1.5em 1.5em; }
  .text p {
    padding-top: 1.5em; }

/* line 138, ../sass/style.sass */
.more {
  position: relative;
  left: 75%;
  top: 2.125em; }

@media screen and (max-width: 640px) {
  /* line 138, ../sass/style.sass */
  .more {
    left: 0.125em; } }
/* line 144, ../sass/style.sass */
.more > a {
  padding: 0.75em 0.95em 0.25em 0.75em;
  width: 120px;
  border: none;
  font-size: 0.8em;
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

/* line 153, ../sass/style.sass */
.more > a:hover {
  background: white;
  color: #333333;
  border: none; }

/* line 157, ../sass/style.sass */
.more .ss-icon {
  position: relative;
  top: 2px;
  font-size: 0.9em; }

/* line 164, ../sass/style.sass */
.color1 {
  background-color: #d1d2d4; }

/* line 166, ../sass/style.sass */
.color2 {
  background-color: #9b1f21;
  color: white; }
  .color2 a, .color2 h2 a {
    color: white; }
  .color2 .author_image img {
    border-color: #d1d2d4; }

/* line 168, ../sass/style.sass */
.color3 {
  background-color: #a7a9ab; }

/* line 174, ../sass/style.sass */
#sidebar {
  width: 206px;
  position: absolute;
  top: 2em;
  right: 2em; }

@media screen and (max-width: 940px) {
  /* line 174, ../sass/style.sass */
  #sidebar {
    position: static;
    float: left;
    width: 20%;
    margin-left: 5%;
    margin-right: 0; } }
@media screen and (max-width: 640px) {
  /* line 174, ../sass/style.sass */
  #sidebar {
    clear: both;
    width: 80%;
    margin: 2em 10% 2em 10%; } }
@media screen and (max-width: 640px) {
  /* line 190, ../sass/style.sass */
  #logo {
    clear: both;
    width: 125px;
    position: absolute;
    top: 3em;
    left: 50%;
    margin-left: -60px;
    margin-top: -10px; }

  .red_headline {
    padding-bottom: 33px; } }
/* line 199, ../sass/style.sass */
#sidebar img {
  max-width: 100%; }

/* line 202, ../sass/style.sass */
#adfero-logo {
  display: block;
  margin-top: 2em;
  max-width: 157px;
  margin: 0 auto; }

@media screen and (max-width: 940px) {
  /* line 202, ../sass/style.sass */
  #adfero-logo {
    width: 65%; } }
/* line 210, ../sass/style.sass */
#about a {
  padding: 0;
  border: none; }

/* line 213, ../sass/style.sass */
#about a:hover {
  border: none;
  background: none;
  color: #f90000; }

/* line 217, ../sass/style.sass */
#menu-main-menu {
  margin-top: .5em; }

/* line 220, ../sass/style.sass */
#social {
  margin-top: 2em; }

#social a {
  display: inline-block; }

#social a:hover {
  transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5, 1.5);
  /* Safari and Chrome */
  -o-transform: scale(1.5, 1.5);
  /* Opera */
  -moz-transform: scale(1.5, 1.5);
  /* Firefox */ }

.contributors {
  margin-top: 1em;
  padding: 1em; }

.contributors h3 {
  margin-top: 0; }

.contributors ul {
  margin: 0;
  columns: 300px auto;
  -webkit-columns: 300px auto;
  -moz-columns: 300px auto; }

.contributors li {
  list-style: none;
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif; }

#paging {
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  padding: 1em 0 0 0;
  font-size: 1.5em; }

.infinite-scroll #paging {
  display: none; }

@media screen and (max-width: 640px) {
  .infinite-scroll #paging {
    display: block; } }
#paging > div {
  width: 50%;
  margin: 0 0 1em 0; }

#paging .next {
  float: right;
  text-align: right; }

#paging .previous {
  float: left;
  text-align: left; }

.quote {
  padding: 1.5em;
  background: #d1d2d4;
  margin: 1em -13% 1em 1em;
  width: 50%;
  float: right; }

html.csscolumns .quote {
  width: auto;
  clear: both;
  margin: 1em 0; }

@media screen and (max-width: 940px) {
  .quote {
    margin-right: 0; } }
@media screen and (max-width: 640px) {
  .quote {
    width: 100%;
    float: none;
    margin-left: 0; } }
.quote .quote_text {
  font-size: 1.5em;
  line-height: 1.1em;
  display: block; }

.quote .quote_citation {
  margin-top: 0.5em;
  text-align: right;
  display: block;
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1em;
  font-weight: bold; }

#search {
  width: 100%;
  min-width: 100%;
  float: right;
  margin-bottom: 1em; }

#search input[type=text] {
  width: 70%;
  font-size: 1em;
  line-height: 1.5em;
  height: 1.5em;
  padding: 0.25em;
  float: left;
  display: block;
  border: solid 1px #cccccc;
  color: #3a3a3a;
  background-color: white;
  outline: none;
  box-sizing: content-box;
  font-family: ff-meta-web-pro, 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif; }

form.searching input[type=text] {
  background: white url(../img/ajax-loader.gif) no-repeat 97% center; }

#search input[type=submit] {
  width: 20%;
  float: right;
  display: block;
  border: none;
  outline: none;
  background: #3a3a3a;
  color: white;
  font-size: 1.3em;
  height: 1.55em;
  padding: 0.25em 0 0 0; }

@-moz-document url-prefix() {
  #search input[type=submit] {
    font-size: 1.0em; } }

article div.content ul li,
article div.content ol li {
  margin-left: 1.5em; }

article div.content ul li {
  list-style: disc; }

article div.content ol li {
  list-style: decimal; }

article div.content a {
  color: #1a4a6b; }

article.author {
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px solid #cccccc; }

article.author .social {
  padding-bottom: 0.5em;
  overflow: auto; }

article.author .social ul {
  max-width: auto;
  min-width: 590px; }

article.author .social ul li {
  list-style: none;
  float: left;
  font-size: 2em;
  margin-right: 0.5em;
  line-height: 1em;
  height: 1em; }

article.author .social ul li a {
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  height: 1em;
  padding-top: 5px; }

article.author .social ul li a:hover {
  background: #dddddd; }

article.author .social ul li a span {
  display: block;
  float: left; }

article.author .social ul li a span.label {
  font-size: 0.75em;
  margin: 0 0 0 0.25em; }

@media screen and (max-width: 1430px) {
  article.author .social ul {
    max-width: 410px;
    min-width: auto; }

  article.author .social ul li {
    width: 50%;
    float: left;
    margin-right: 0;
    margin-bottom: 0.5em; } }
@media screen and (max-width: 640px) {
  article.author .social ul {
    max-width: auto;
    min-width: auto;
    margin-right: 0; }

  article.author .social ul li {
    width: auto;
    float: none;
    clear: both; } }
#related {
  max-width: 680px; }

.wordcloud ul {
  margin: 0;
  padding: 0; }

.wordcloud ul li {
  display: inline-block;
  list-style: none;
  padding: 0.5em; }

.wordcloud ul li a {
  border: none;
  line-height: 1em; }

#mc-embedded-subscribe-form {
  display: none;
  padding-left: 22px;
  margin-bottom: 0.5em; }

#mc-embedded-subscribe-form label {
  display: none; }

#mc-embedded-subscribe-form input[type=email] {
  width: 58%;
  float: left;
  line-height: 1.5em;
  height: 1em;
  padding: 0.25em;
  display: block;
  border: solid 1px #CCC;
  color: #3a3a3a;
  background-color: #fff;
  outline: none;
  box-sizing: content-box;
  font-family: ff-meta-web-pro, 'Helvetica Neue', Helvetica, Verdana, Arial, sans-serif; }

#mc-embedded-subscribe-form input[type=submit] {
  width: 30%;
  float: left;
  font-size: 75%;
  display: block;
  border: none;
  outline: none;
  background: #3a3a3a;
  color: #fff;
  height: 2.15em;
  padding: 0.1em 0 0 0;
  max-width: 70px; }

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
/* line 7, html5boilerplate-end.scss */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

/* line 8, html5boilerplate-end.scss */
.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
/* line 11, html5boilerplate-end.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
/* line 14, html5boilerplate-end.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: h5bp.com/p */
/* line 17, html5boilerplate-end.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
/* line 20, html5boilerplate-end.scss */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
/* line 23, html5boilerplate-end.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

/* line 24, html5boilerplate-end.scss */
.clearfix:after {
  clear: both; }

/* line 25, html5boilerplate-end.scss */
.clearfix {
  *zoom: 1; }

.author_image img {
  border: 5px solid #9b1f21;
  margin-right: 10px;
  display: inline-block;
  max-width: 75px;
  height: auto;
  float: left; }

.author_image_large img {
  border: 5px solid #9b1f21;
  margin-right: 10px;
  display: inline-block;
  max-width: 200px;
  height: auto;
  float: left; }

#mediawatch_title {
  margin: 5px 0;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-family: Verdana, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px; }

.about_author {
  margin: 50px 0;
  padding-top: 20px;
  border-top: 1px solid #d1d2d4; }

.share_rollover {
  float: right;
  margin-top: 0px; }
  .share_rollover a {
    border-bottom: none;
    background: none; }
  .share_rollover a:hover {
    background: transparent; }

.red_headline {
  border-bottom: 1px solid #d1d2d4;
  margin-bottom: 20px;
  padding-bottom: 0px; }
  .red_headline h2 a {
    color: #9b1f21; }
  .red_headline .sharing {
    display: none; }
.red_headline .addthis_sharing_toolbox {
	margin-top: 15px;
	text-align: right;
}
#search_nav {
  background: green; }
  #search_nav a {
    color: teal; }

.ss-star {
  overflow: hidden;
  white-space: nowrap; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 35, html5boilerplate-end.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    columns: auto auto !important;
    -webkit-columns: auto auto !important;
    -moz-columns: auto auto !important; }

  /* Black prints faster: h5bp.com/s */
  /* line 36, html5boilerplate-end.scss */
  #content div.content a, #content div.content a:visited {
    text-decoration: underline;
    border: none; }

  /* line 37, html5boilerplate-end.scss */
  #content div.content a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 38, html5boilerplate-end.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /* line 39, html5boilerplate-end.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't show links for images, or javascript/internal links */
  /* line 40, html5boilerplate-end.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 41, html5boilerplate-end.scss */
  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  /* line 42, html5boilerplate-end.scss */
  tr, img {
    page-break-inside: avoid; }

  /* line 43, html5boilerplate-end.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 2em; }

  /* line 45, html5boilerplate-end.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  /* line 46, html5boilerplate-end.scss */
  h2, h3 {
    page-break-after: avoid; }

  #about, #nav, #social-media, #disqus_thread, #related, #sticky-header, .sharing, #wpadminbar, .quote {
    display: none; }

  #sidebar {
    position: static; }

  #logo {
    position: static;
    width: auto; }

  #logo img {
    position: absolute;
    top: 1em;
    left: 0.5em;
    float: left;
    height: 8em;
    width: auto; }

  #content {
    position: static;
    margin: 8em 0 0 0 !important;
    padding: 0; } }
/* TipTip CSS - Version 1.2 */
#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999; }

#tiptip_holder h3 {
  color: #fff;
  margin: 0.5em 0 0.25em 0; }

#tiptip_holder.tip_top {
  padding-bottom: 5px; }

#tiptip_holder.tip_bottom {
  padding-top: 5px; }

#tiptip_holder.tip_right {
  padding-left: 5px; }

#tiptip_holder.tip_left {
  padding-right: 5px; }

#tiptip_content {
  font-size: 11px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  padding: 1em;
  background-color: #3a3a3a;
  -webkit-box-shadow: 3px 4px 6px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 3px 4px 6px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 3px 4px 6px 0px rgba(0, 0, 0, 0.6); }

#tiptip_arrow, #tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0; }

#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #3a3a3a; }

#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #3a3a3a; }

#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #3a3a3a; }

#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #3a3a3a; }

#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #191919;
  border-top-color: rgba(25, 25, 25, 0.92); }

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #191919;
  border-bottom-color: rgba(25, 25, 25, 0.92); }

#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #191919;
  border-right-color: rgba(25, 25, 25, 0.92); }

#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #191919;
  border-left-color: rgba(25, 25, 25, 0.92); }

  /*/* Webkit Hacks  
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}*/
@media screen and (max-height: 660px) {
	#dashboard {
		margin-top: 0 !important;
		bottom: 10px;
		top: auto !important;
	}
}
@media screen and (max-height: 550px) {
	#dashboard {
		display: none !important;
	}
}