/* line 10, reader.scss */
#reader.tab {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 14, reader.scss */
#reader-content {
  position: relative;
}

/* line 17, reader.scss */
.reader-header .sidebar-toggle {
  display: none;
}

/* line 20, reader.scss */
.reader-header h2, .reader-header p {
  display: inline-block;
  margin-bottom: 0;
}

/* line 24, reader.scss */
.reader-header p.start-a-post {
  display: block;
  width: 100%;
  text-align: center;
}

/* line 29, reader.scss */
#reader-content p a {
  /* temp: should be more global */
  text-decoration: none;
}

/* line 32, reader.scss */
#reader.tab {
  /* temp: should be more global */
  background: none;
  border: 0;
  overflow: visible;
}

/* line 37, reader.scss */
#reader .right-column-outer {
  /* temp: should probably be rethought */
  background: #e8f0f5;
  float: left;
  width: 100%;
}

/* line 42, reader.scss */
#reader .right-column-inner {
  background: #e8f0f5;
}

/* line 45, reader.scss */
#reader #sidebar .left-column-inner {
  border: none;
  overflow: hidden;
  clear: both;
  margin: 30px 0 0 0;
}
/* line 53, reader.scss */
#reader #sidebar .left-column-inner:first-child {
  margin-top: 13px;
}

/* =Sidebar
----------------------------------------------- */
/* line 60, reader.scss */
#sidebar {
  font-size: 14px;
  font-size: 1.4rem;
}

/* line 64, reader.scss */
#sidebar .sticky {
  display: none;
}

/* line 67, reader.scss */
#sidebar .sticky.fixed {
  position: fixed;
  top: 40px;
}

/* line 72, reader.scss */
#reader #sidebar .left-column-inner#app-promo {
  text-align: center;
  background: none;
  margin-top: 40px;
}

/* line 78, reader.scss */
#app-promo h5 {
  font-size: 20px;
  margin-top: 10px;
  color: #555;
}

/* line 84, reader.scss */
#sidebar .left-column-inner#app-promo p {
  padding: 1px 0;
  color: #278dbc;
}

/* =General post formats styles
----------------------------------------------- */
/* line 92, reader.scss */
.sub {
  clear: both;
  background: #fff;
  margin-bottom: 6%;
  padding: 0 20px 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

/* line 102, reader.scss */
.sub.noflow {
  overflow: visible;
}

/* line 104, reader.scss */
.sub:after {
  /* clear sub boxes */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 111, reader.scss */
.sub-body-content {
  clear: both;
  width: 100%;
}

/* line 115, reader.scss */
.sub-body-content a:empty:first-child {
  display: none;
}

/* line 118, reader.scss */
.sub-body-content a:empty + .wpcom-enhanced-excerpt {
  margin-top: 0;
}

/* line 121, reader.scss */
p.post-topics {
  font-size: 13px;
  font-size: 1.3rem;
  color: #aaa;
  display: inline-block;
  float: left;
  margin-bottom: 0;
  line-height: 2;
}

/* line 130, reader.scss */
p.post-topics {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 90%;
  margin-right: 20px;
  margin-bottom: 10px;
}

/* line 138, reader.scss */
p.post-topics strong {
  display: inline-block;
  width: 16px;
  height: 13px;
  height: 1.3rem;
  overflow: hidden;
}

/* line 145, reader.scss */
p.post-topics .noticon {
  color: #72c9e4;
  margin-top: -2px;
}

/* line 149, reader.scss */
p.post-topics a {
  margin-right: 8px;
}

/* line 153, reader.scss */
div.post-meta {
  padding: 12px 0 9px;
  line-height: 135%;
  font-size: 14px;
  color: #aaa;
  border-bottom: 1px solid #e8f0f5;
  min-height: 37px;
}

/* line 161, reader.scss */
.my-blog div.post-meta {
  display: none;
}

/* line 164, reader.scss */
.logged-out-content div.post-meta {
  min-height: 60px;
}

/* line 168, reader.scss */
div.post-meta img {
  float: left;
  margin: 0 12px 0 0;
  width: 36px !important;
  height: auto;
  background: #f4f4f4;
}

/* line 176, reader.scss */
div.post-meta p {
  margin: 0;
}

/* line 180, reader.scss */
div.post-meta p.blog-name {
  margin: -2px 0 3px 1px;
}

/* line 183, reader.scss */
.logged-out-content div.post-meta p.blog-name {
  margin-top: 9px;
}

/* line 187, reader.scss */
div.post-meta p a {
  color: #333;
}

/* line 190, reader.scss */
p.time a:first-child:before, a.primary-tag:before {
  font-family: 'Noticons';
  font-size: 16px;
  color: #aaa;
  content: '\f303';
  position: relative;
  top: 3px;
  padding-right: 1px;
}

/* line 199, reader.scss */
a.primary-tag:before {
  content: '\f302';
  padding: 0;
  top: 2px;
}

/* line 205, reader.scss */
p.time a, a.primary-tag {
  color: #aaa;
}

/* line 209, reader.scss */
a.primary-tag {
  clear: both;
  display: block;
  margin: 15px 0 -6px 0;
}

/* line 215, reader.scss */
.post-content {
  margin-top: 22px;
}

/* line 219, reader.scss */
#reader-content h4 {
  font: bold 31px/1.318 "Merriweather", Georgia, Times, serif;
  color: #333;
  margin: 32px 0 0;
}

/* line 225, reader.scss */
#reader-content h5 {
  line-height: 1.3;
  margin: 0;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 200;
}

/* line 233, reader.scss */
#reader-content h5 {
  font-size: 24px;
  font-size: 2.4rem;
}

/* line 237, reader.scss */
#reader-content h4 a, #reader-content h5 a {
  color: #000;
  text-decoration: none;
}

/* line 242, reader.scss */
.wpcom-enhanced-excerpt {
  font: normal 16px/1.6 "Open Sans";
  color: #333;
}

/* line 246, reader.scss */
.wpcom-enhanced-excerpt:first-child {
  margin-top: 0;
}

/* line 249, reader.scss */
.wpcom-enhanced-excerpt img {
  margin-bottom: 18px;
}

/* line 257, reader.scss */
div.sub .wpcom-enhanced-excerpt h1,
div.sub .wpcom-enhanced-excerpt h2,
div.sub .wpcom-enhanced-excerpt h3,
div.sub .wpcom-enhanced-excerpt h4,
div.sub .wpcom-enhanced-excerpt h5,
div.sub .wpcom-enhanced-excerpt h6 {
  clear: none;
}

/* line 260, reader.scss */
div.sub .wpcom-enhanced-excerpt p {
  margin-bottom: 1em;
}

/* line 263, reader.scss */
div.sub .wpcom-enhanced-excerpt p:last-child {
  margin-bottom: 0.4em;
}

/* line 267, reader.scss */
div.sub .sub-avatar {
  clear: both;
}

/* line 270, reader.scss */
div.sub span.actions {
  float: right;
}

/* line 274, reader.scss */
div.sub {
  position: relative;
  -webkit-transition: max-height 0.5s linear;
  -moz-transition: max-height 0.5s linear;
  transition: max-height 0.5s linear;
}

/* line 280, reader.scss */
div.sub.faded {
  opacity: 0.4;
}

/* line 283, reader.scss */
div.sub.removed {
  max-height: 55px;
}

/* line 286, reader.scss */
div.sub .overlay {
  background-color: #f9f9f9;
  margin: 25px -25px -20px -25px;
  padding: 5px;
  clear: both;
}

/* line 292, reader.scss */
div.sub.removed .overlay {
  position: absolute;
  top: 0;
  margin-top: 0;
  width: 100%;
}

/* line 298, reader.scss */
div.sub .overlay .success {
  color: #000;
}

/* line 301, reader.scss */
div.sub .overlay .success:before {
  font-family: 'Noticons';
  font-size: 2em;
  line-height: 1em;
  vertical-align: middle;
  color: #4cb420;
  content: '\f418';
}

/* line 309, reader.scss */
div.sub .overlay .success .post-title {
  font-weight: bold;
}

/* line 312, reader.scss */
div.sub .errors-overlay {
  height: 100%;
  color: #fff;
  text-align: center;
  background: rgba(225, 70, 58, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  z-index: 4000;
  opacity: 0;
  font-weight: 100;
  padding-top: 1em;
}

/* line 328, reader.scss */
div.sub .errors-overlay .error-title {
  display: block;
  font-size: 2em;
}

/* line 332, reader.scss */
div.sub .errors-overlay.visible {
  opacity: 1;
}

/* line 335, reader.scss */
div.sub .errors-overlay .error-title:before {
  font-family: 'Noticons';
  display: block;
  font-size: 2em;
  line-height: 1em;
  vertical-align: middle;
  content: '\f456';
}

/* line 343, reader.scss */
div.sub .errors-overlay .close:before {
  font-family: 'Noticons';
  font-size: 2em;
  line-height: 1em;
  vertical-align: middle;
  content: '\f405';
  position: absolute;
  top: 0.2em;
  right: 0.2em;
}

/* line 353, reader.scss */
div.sub .publishing-actions {
  padding: 1em;
}

/* line 356, reader.scss */
div.sub .publishing-actions a.button {
  margin-right: 5px;
  font-weight: 400;
}

/* line 362, reader.scss */
div.sub .overlay .undo-button,
div.sub .overlay .delete-post-button,
div.sub .overlay .trash-post-button {
  float: right;
  color: #dd3d36;
  font-size: 15px;
  line-height: 1.2em;
}

/* line 368, reader.scss */
div.sub .overlay .undo-button {
  line-height: 2em;
}

/* line 373, reader.scss */
div.sub .overlay .undo-button:hover,
div.sub .overlay a.delete-post-button:hover,
div.sub .overlay a.trash-post-button:hover {
  color: #ffba00;
}

/* line 376, reader.scss */
div.sub.trash .overlay .delete-post-button {
  float: none;
}

/* line 379, reader.scss */
div.sub.trash .overlay .restore-post-button {
  float: right;
  margin-top: -0.2em;
}

/* line 384, reader.scss */
div.sub .overlay .delete-post-button:before,
div.sub .overlay .trash-post-button:before {
  font-family: 'Noticons';
  content: '\f407';
  margin-right: 3px;
  font-size: 1.4em;
  vertical-align: middle;
}

/* line 391, reader.scss */
div.blog-form {
  position: absolute;
  right: 0;
  top: 3px;
}

/* line 397, reader.scss */
div.blog-form select,
div.blog-form .select2-container {
  width: 220px;
}

/* line 402, reader.scss */
div.sub.pending,
div.sub.future {
  background-color: #dff3fd;
}

/* line 406, reader.scss */
#my-posts-status {
  display: inline-block;
  color: #bbb;
}

/* line 410, reader.scss */
#my-posts-status a {
  color: #bbb;
  padding: 0 0.4em;
}

/* line 414, reader.scss */
#my-posts-status a:hover {
  color: #1e8cbe;
}

/* line 418, reader.scss */
#my-posts-status a.current,
#my-posts-status a.current:hover {
  color: #000;
  cursor: default;
}

/* =Keyboard Navigation styles */
/* line 424, reader.scss */
#reader-content .sub.selected {
  border-top: 2px solid #78c8e6;
  margin-top: -2px;
}

/* no extra margin for freshly pressed, etc. */
/* line 429, reader.scss */
#reader-content.grid .sub.selected {
  margin-top: auto;
}

/* =No posts notification styling
----------------------------------------------- */
/* line 436, reader.scss */
#reader-content .sub.no-posts {
  padding: 12px 20px 20px;
}

/* line 440, reader.scss */
#reader-content .sub.no-posts h4 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  font-size: 24px;
  margin: 0 0 8px 0;
}

/* line 448, reader.scss */
#reader-content .sub.no-posts p {
  margin-bottom: 0;
}

/* line 452, reader.scss */
.sub.no-posts .button-primary .noticon {
  margin: 4px 4px 0 -4px;
}

/* =Reader specific like and reblog buttons
----------------------------------------------- */
/* line 469, reader.scss */
a.like,
a.liked,
a.reblog,
a.reblogged,
a.reblogged:active,
a.follow,
a.following,
a.comment,
a.read,
a.import {
  background: none;
  text-shadow: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  text-decoration: none;
  color: #2ba1cb;
  font-weight: 400;
  margin-left: 14px;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 492, reader.scss */
a.like:hover,
a.reblog:hover,
a.follow:hover,
a.comment:hover,
a.read:hover,
a.import:hover {
  color: #78c8e6;
}

/* line 504, reader.scss */
a.like:before,
a.reblog:before,
a.liked:before,
a.reblogged:before,
a.follow:before,
a.following:before,
a.comment:before,
a.read:before,
a.import:before {
  display: inline-block;
  color: #2ba1cb;
  font-family: 'Noticons';
  text-decoration: inherit;
  font-size: 32px;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: normal;
  height: 32px;
  line-height: 1;
  margin-top: -3px;
  vertical-align: top;
  width: 32px;
  -webkit-font-smoothing: antialiased;
}

/* line 523, reader.scss */
a.like:before,
a.liked:before {
  content: '\f408';
  margin-right: 3px;
}

/* line 527, reader.scss */
a.reblogged {
  padding: 0;
}

/* line 530, reader.scss */
a.reblogged:hover {
  cursor: default;
}

/* line 535, reader.scss */
a.reblog:before,
a.reblogged:before {
  content: '\f805';
  margin-right: 5px;
}

/* line 540, reader.scss */
a.follow:before {
  content: '\f801';
  margin-right: 2px;
  margin-top: -2px;
}

/* line 546, reader.scss */
a.following:before {
  content: '\f803';
  margin-right: 2px;
  margin-top: -2px;
}

/* line 552, reader.scss */
a.comment:before {
  content: '\f300';
  margin-right: 5px;
  margin-top: -2px;
}

/* line 558, reader.scss */
a.read:before {
  content: '\f403';
  margin-right: 7px;
  margin-top: -2px;
}

/* line 573, reader.scss */
a.liked,
a.liked:hover,
a.reblogged,
a.reblogged:hover,
a.liked:before,
a.reblogged:before,
a.following,
a.following:hover,
a.following:before {
  color: #f1831e;
}

/* line 577, reader.scss */
div.sub span.actions a.a.priv span,
div.sub span.actions a.priv {
  opacity: 0.3;
}

/* line 581, reader.scss */
p.follow a, p.view-blog a {
  color: #333;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  margin-left: 5px;
  margin-bottom: 3px;
}

/* line 590, reader.scss */
p.view-blog a {
  top: 2px;
  position: relative;
}

/* line 595, reader.scss */
#reader-content p.follow a:hover, #reader-content p.view-blog a:hover {
  color: #78c8e6;
}

/* line 599, reader.scss */
p.follow a:before, p.view-blog a:before {
  display: inline-block;
  font: normal 24px/1 'Noticons';
  /* I know, I know, supposed to be multiples of 16. But this looks fine, and it's mainly for screens that usually HiDPI */
  color: #7bc8e4;
  margin-right: -4px;
  margin-top: 2px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
}

/* line 610, reader.scss */
p.view-blog a:before {
  margin-top: -1px;
  margin-right: 5px;
}

/* line 616, reader.scss */
.reader-header p.follow,
.reader-header p.following {
  height: 22px;
}

/* line 620, reader.scss */
p.follow a.following:before {
  content: '\f803';
}

/* line 624, reader.scss */
p.follow a.follow:before {
  content: '\f801';
}

/* line 628, reader.scss */
p.view-blog a:before {
  content: '\f107';
}

/* line 632, reader.scss */
.page-following a.follow, .page-following a.following {
  display: none;
}

/* line 636, reader.scss */
a.followPill, a.followingPill {
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
  color: #aaa;
  margin: 0 0 0 -7px;
  padding: 0 0 0 4px;
}

/* line 644, reader.scss */
a.followPill {
  color: #2ba1cb;
}

/* line 648, reader.scss */
a.followPill:before, a.followingPill:before {
  display: inline-block;
  font: normal 16px/1 'Noticons';
  color: #aaa;
  margin: 1px 3px 0 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
}

/* line 658, reader.scss */
a.followingPill:before {
  content: '\f803';
}

/* line 662, reader.scss */
a.followPill:before {
  content: '\f801';
  margin: 1px 1px 0 0;
  color: #2ba1cb;
}

/* line 668, reader.scss */
small.action-count {
  background: #f0f0f0;
  border-radius: 1em;
  margin-left: 2px;
  padding: 0 6px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

/* line 678, reader.scss */
ul.filter {
  display: inline;
  list-style-type: none;
}

/* line 683, reader.scss */
ul.filter li {
  display: inline;
  margin: auto 5px;
}

/* line 688, reader.scss */
ul.filter li a.current {
  color: #444444;
  cursor: default;
}

/* =Global
----------------------------------------------- */
/* line 725, reader.scss */
a.sub-button,
div.sub,
div.sub p,
div.sub span.read-more,
div.sub h1,
div.sub h2,
div.sub h3,
div.sub h4,
div.sub h5,
div.sub h6,
div.sub span.actions a,
h2.kingmaker-topic-header,
li.kingmaker-suggested-cat label,
p.heatmap a,
table.manage tr.label th,
table#subs-settings td p,
ul#ff-services a,
ul#ff-services li div.ff-connect,
#reader #kingmaker-suggested .kingmaker-toptitle p,
#reader-header-single .follow-count span,
#reader-header-single p.view-blog a,
#reader-content table#subs-settings td,
#reader-content #kingmaker-suggested p.kingmaker-description,
.reblog-ui select,
.kingmaker-blog h3,
.kingmaker-suggested-submit input#kingmaker-button,
.kingmaker-suggested-submit input[type="submit"]#kingmaker-button,
.kingmaker-suggested-submit p,
.reader-header div.checking-new, #subs-loading,
.reader-header div.new-post-notify {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}

/* line 731, reader.scss */
div.sub.format-quote .wpcom-enhanced-excerpt-content blockquote p,
#reader-header-single .follow-count,
#reader-header-single .description {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}

/* line 734, reader.scss */
#reader {
  position: relative;
  margin-top: 18px;
}

/* line 739, reader.scss */
#reader a {
  text-decoration: none;
}

/* =Header
----------------------------------------------- */
/* line 747, reader.scss */
.reader-header {
  position: relative;
  margin-bottom: 20px;
  padding-top: 16px;
}

/* line 754, reader.scss */
#reader-header-single h2,
#reader-header-single p {
  display: block;
}

/* line 758, reader.scss */
#reader-header-single header {
  float: left;
}

/* line 762, reader.scss */
#reader-header-single .with-header-image {
  display: block;
  position: relative;
  margin: 10px 0 0 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  width: 100%;
}

/* line 773, reader.scss */
#reader-header-single .with-header-image a,
#reader-header-single .with-header-image a:hover,
#reader-header-single .with-header-image a:visited {
  color: #fff;
}

/* line 778, reader.scss */
#reader-header-single .with-header-image .header-image-wrapper {
  height: 200px;
  overflow: hidden;
}

/* line 783, reader.scss */
#reader-header-single .with-header-image .header-image {
  min-height: 200px;
  max-width: inherit;
}

/* line 788, reader.scss */
#reader-header-single .with-header-image .info {
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 95%;
  padding: 0 2.5%;
}

/* line 796, reader.scss */
#reader-header-single .with-header-image h2 {
  margin: 0;
}

/* line 800, reader.scss */
#reader-header-single .with-header-image .follow-count {
  font-size: 15px;
  color: #fff;
}

/* line 805, reader.scss */
#reader-header-single .with-header-image .description {
  padding-top: 0;
  color: #fff;
  margin: 0;
}

/* line 811, reader.scss */
#reader-header-single .with-header-image .header-gradient {
  background: url(/wp-content/mu-plugins/atlas/css/../images/gradient.png) bottom left repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  margin: 0;
}

/* line 821, reader.scss */
.sub-avatar {
  float: left;
  line-height: 0;
  margin-right: 10px;
  background: #e8f0f5;
}

/* line 828, reader.scss */
.sub-avatar .avatar {
  width: 32px;
  height: 32px;
}

/* line 833, reader.scss */
.reader-header h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 14px 0 -1px;
  /* too much negative left indentation causes A to bork */
}

/* line 841, reader.scss */
.reader-header .page-activity {
  position: relative;
  top: 0;
  right: 0;
  clear: both;
}

/* line 849, reader.scss */
.reader-header a.following,
.reader-header a.follow {
  height: 22px;
}

/* line 853, reader.scss */
.reader-header .page-activity .new-post-notify:after {
  font: normal 20px/1 "Noticons";
  content: '\f431';
  margin-left: .5em;
  vertical-align: middle;
}

/* line 860, reader.scss */
.reader-header div.new-post-notify {
  background: #f1831e;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 6px 10px;
  text-shadow: none;
  text-align: center;
  z-index: 2;
  margin-top: 2rem;
}

/* line 875, reader.scss */
.reader-header div.new-post-notify:hover {
  background-color: #0074a2;
  text-shadow: 1px 1px 0 #005684;
}

/* line 880, reader.scss */
.reader-header div.checking-new, #subs-loading {
  color: #aaa;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  background: url(/wp-content/mu-plugins/atlas/css/../images/loading.gif) 12px 8px no-repeat;
  background-size: 16px 16px;
}

/* line 888, reader.scss */
#subs-loading.no-more-results {
  background: none;
}

/* line 891, reader.scss */
.reader-header div.checking-new {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 0;
  margin: 0;
  padding: 6px 10px;
  text-align: center;
}

/* line 900, reader.scss */
#subs-loading {
  max-width: 660px;
  background-position: 2px 0;
}

/* line 905, reader.scss */
.reader-header div.checking-new span.spin, #subs-loading span {
  overflow: hidden;
  text-indent: -999em;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-right: 5px;
  vertical-align: middle;
}

/* line 915, reader.scss */
.reader-header div.checking-new span.checking div.spinner {
  display: none;
}

/* =Post Formatting
----------------------------------------------- */
/* line 921, reader.scss */
div.sub ul, div.sub ol {
  clear: both;
}

/* line 925, reader.scss */
div.sub ul li, div.sub ol li {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 4px;
}

/* line 931, reader.scss */
div.sub blockquote p {
  margin: 0 0 10px;
  width: auto;
}

/* line 936, reader.scss */
div.sub h4 a.post-title {
  border: none;
  margin-right: 2px;
}

/* line 941, reader.scss */
div.sub a.blog-url {
  display: inline-block;
  margin-right: 4px;
}

/* line 946, reader.scss */
div.sub span.read-more a {
  color: #999;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 300;
  white-space: nowrap;
  margin: 0 0 0 3px;
}

/* line 956, reader.scss */
div.sub span.read-more a span {
  color: #1e8cbe;
  margin-right: 2px;
}

/* line 961, reader.scss */
div.sub span.read-more a:hover span {
  color: #78c8e6;
}

/* line 965, reader.scss */
div.sub ul, div.sub ol, div.sub blockquote, div.sub pre {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 1em;
}

/* line 971, reader.scss */
div.sub blockquote, div.sub pre {
  color: #464646;
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 977, reader.scss */
div.sub blockquote {
  font-style: italic;
}

/* line 981, reader.scss */
div.sub code {
  color: #464646;
  background: #f0f0f0;
  padding: 0 5px;
}

/* line 988, reader.scss */
div.sub a,
div.sub a span {
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
}

/* Freshly Pressed post layout */
/* line 996, reader.scss */
.page-fresh,
.page-local {
  overflow: hidden;
}

/* line 1001, reader.scss */
.page-fresh .reader-header,
.page-local .reader-header {
  clear: both;
}

/* line 1008, reader.scss */
.page-fresh .reader-header h2,
.page-local .reader-header h2,
.page-fresh .reader-header #view-toggle,
.page-local .reader-header #view-toggle {
  display: inline-block;
}

/* line 1012, reader.scss */
.page-fresh .reader-header #view-toggle,
.page-local .reader-header #view-toggle {
  color: #ccc;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 200;
  line-height: 18px;
  margin: -3px 0 0 -8px;
  -webkit-font-smoothing: antialiased;
}

/* line 1024, reader.scss */
.page-fresh .reader-header #view-toggle a,
.page-local .reader-header #view-toggle a {
  color: #bbb;
}

/* line 1029, reader.scss */
.page-fresh .reader-header #view-toggle a:hover,
.page-local .reader-header #view-toggle a:hover {
  color: #1e8cbe;
}

/* line 1036, reader.scss */
.page-fresh .reader-header #view-toggle a.current,
.page-local .reader-header #view-toggle a.current,
.page-fresh .reader-header #view-toggle a.current:hover,
.page-local .reader-header #view-toggle a.current:hover {
  color: #000;
  cursor: default;
}

/* line 1042, reader.scss */
.page-fresh .reader-header #view-toggle .noticon,
.page-local .reader-header #view-toggle .noticon {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 16px;
  height: 24px;
  width: 28px;
  margin: 0 2px 0 -1px;
}

/* line 1051, reader.scss */
#reader-content.page-fresh .sub-body-content h4 {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}

/* line 1057, reader.scss */
#reader-content.page-fresh .sub-body-content h4 a {
  color: #1e8cbe;
}
/* line 1059, reader.scss */
#reader-content.page-fresh .sub-body-content h4 a:hover {
  color: #0074a2;
}

/* line 1064, reader.scss */
.page-local .inline-loading {
  margin-top: 60px;
  height: 24px;
}

/* todo fix the page class setting after localstorage clearing, for the moment removing the .page-local selector offset*/
/*.page-local*/
/* line 1069, reader.scss */
.location-indicator {
  position: relative;
  background-size: cover;
  height: 203px;
  margin: 15px 0;
  overflow: hidden;
}

/*.page-local*/
/* line 1076, reader.scss */
.location-indicator h3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 2%;
  line-height: 1.9;
  background: #fff;
  opacity: 0.9;
}

/*.page-local*/
/* line 1086, reader.scss */
.location-indicator img {
  width: 100%;
}

/*.page-local*/
/* line 1090, reader.scss */
.location-indicator .edit,
.location-indicator .save {
  font-size: 11px;
  font-size: 1.1rem;
  margin-left: 10px;
  cursor: pointer;
  color: #1e8cbe;
  text-transform: uppercase;
}

/*.page-local*/
/* line 1100, reader.scss */
.location-indicator .active-location:hover .edit,
.location-indicator .save:hover {
  color: #78c8e6;
}

/*.page-local*/
/* line 1104, reader.scss */
.location-indicator .active-location {
  display: inline-block;
  cursor: pointer;
}

/*.page-local*/
/* line 1108, reader.scss */
.location-indicator.editing .active-location {
  display: none;
}

/*.page-local*/
/* line 1111, reader.scss */
.location-indicator.editing input[name=update-location] {
  width: 385px;
}

/*.page-local*/
/* line 1115, reader.scss */
.location-indicator .edit-location {
  display: none;
  position: relative;
  overflow: visible;
}

/*.page-local*/
/* line 1120, reader.scss */
.location-indicator .location-results:empty {
  display: none;
}

/*.page-local*/
/* line 1123, reader.scss */
.location-indicator .location-results {
  list-style: none;
  border: 1px solid #ccc;
  border-top-width: 0;
  background: #fff;
  opacity: 0.9;
  margin: 6px 1px;
  position: absolute;
  padding: 2px;
  top: 20px;
  left: 0;
  width: 385px;
}

/*.page-local*/
/* line 1137, reader.scss */
.location-indicator .location-suggest-attribution {
  position: absolute;
  top: 0;
  left: 0;
}

/*.page-local*/
/* line 1143, reader.scss */
.location-indicator .location-results li {
  cursor: pointer;
}

/*.page-local*/
/* line 1147, reader.scss */
.location-indicator .location-results li.selected {
  background-color: #ffffcc;
}

/*.page-local*/
/* line 1151, reader.scss */
.location-indicator.editing .edit-location {
  display: inline-block;
}

/* line 1154, reader.scss */
.grid .sub {
  clear: none;
  float: left;
  height: 275px;
  margin-bottom: 10px;
  margin-right: 1%;
  /* 4% */
  overflow: hidden;
  padding: 15px;
  position: relative;
  width: 32%;
  /* 96% */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1170, reader.scss */
.grid .sub div.featured-media {
  margin-bottom: 15px;
  margin-top: -15px;
}

/* line 1175, reader.scss */
.grid .sub div.featured-media.image {
  border-top: none;
  border-bottom: 1px solid #eee;
}

/* line 1182, reader.scss */
.grid .sub div.featured-media,
.grid .sub div.featured-media iframe,
.grid .sub div.featured-thumbnail {
  min-height: 100px !important;
  max-height: 100px !important;
  background: #fafafa;
}

/* line 1189, reader.scss */
.grid .sub div.featured-thumbnail img,
.grid .sub div.featured-thumbnail img {
  min-width: 100%;
  min-height: 100px !important;
  width: auto;
}

/* line 1195, reader.scss */
.grid .sub div.featured-thumbnail {
  margin: 0;
  float: none;
  margin: -20px -20px 15px -20px;
  max-width: none;
}

/* line 1202, reader.scss */
#reader-content.grid h4, #reader-content.grid h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 16px;
}

/* line 1209, reader.scss */
.grid div.sub div.post-meta {
  position: absolute;
  bottom: 2px;
  right: 0;
  border: none;
  z-index: 100;
}

/* line 1218, reader.scss */
.grid div.sub div.post-meta p,
.grid div.sub div.post-meta .follow-button {
  display: none;
}

/* line 1222, reader.scss */
.grid .post-counts {
  margin-top: 3px;
}

/* line 1226, reader.scss */
.grid div.sub .sub-content-footer {
  display: none;
}

/* line 1231, reader.scss */
.grid .wpcom-enhanced-excerpt,
.grid div.sub span.actions, .grid div.sub a.report-and-hide {
  display: none;
}

/* line 1235, reader.scss */
.grid a.primary-tag {
  position: absolute;
  margin: 0;
  bottom: 18px;
  left: 15px;
}

/* Post media */
/* line 1245, reader.scss */
div.sub div.featured-media, div.sub .featured-thumbnail {
  margin: -1px -20px 0;
  background-position: center left;
  overflow: hidden;
  text-align: left;
  position: relative;
  line-height: 0;
}

/* line 1253, reader.scss */
div.sub .featured-thumbnail {
  background: #fafafa;
  text-align: center;
}

/* line 1258, reader.scss */
div.sub div.featured-media img {
  padding: 0;
  margin: 0 0 -5px;
  width: 100%;
  height: auto;
}

/* line 1264, reader.scss */
div.sub .featured-thumbnail img {
  max-width: 100%;
}

/* line 1268, reader.scss */
div.sub div.featured-media.gallery img {
  width: auto;
}

/* line 1272, reader.scss */
div.sub div.featured-media.image {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/* line 1277, reader.scss */
div.sub div.featured-media iframe {
  width: 100%;
}

/* line 1281, reader.scss */
div.sub .sub-body-content .video-player {
  clear: both !important;
  padding: 2px 0;
}

/* line 1286, reader.scss */
div.sub div.featured-media.gallery {
  max-height: 850px;
  margin: -3px -22px 0 -22px;
  overflow: hidden;
}

/* line 1292, reader.scss */
#reader div.sub div.featured-media.gallery a.gallery-meta {
  background: rgba(0, 86, 132, 0.9);
  bottom: 0;
  color: #eee;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-size: 1.4rem;
  left: 0;
  padding: 20px 22px 20px 0;
  position: absolute;
  text-align: right;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

/* line 1313, reader.scss */
#reader div.sub div.featured-media.gallery a.gallery-meta:hover {
  color: #fff;
}

/* line 1317, reader.scss */
div.featured-media.gallery .gallery-image-count {
  background: #1e8cbe;
  border-radius: 1em;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-left: 1em;
  padding: 2px 0.8em 2px 1em;
  position: relative;
  top: -1px;
  text-transform: uppercase;
}

/* line 1331, reader.scss */
div.featured-media.gallery .tiled-gallery-caption {
  display: none !important;
}

/* line 1334, reader.scss */
div.sub-content-footer {
  clear: both;
  padding-top: 12px;
  border-top: 1px solid #e8f0f5;
  margin-top: 32px;
  min-height: 30px;
}

/* line 1341, reader.scss */
.my-blog div.sub-content-footer {
  padding-top: 22px;
  min-height: 10px;
}

/* line 1345, reader.scss */
.format-activity div.sub-content-footer {
  position: relative;
}

/* line 1348, reader.scss */
.logged-out-content div.sub-content-footer {
  border: none;
  margin-top: 30px;
}

/* line 1353, reader.scss */
div.sub-content-footer .actions {
  margin-right: -12px;
}

/* line 1356, reader.scss */
.my-blog div.sub-content-footer .actions {
  margin-top: -11px;
}

/* line 1359, reader.scss */
.my-blog div.sub .publishing-actions {
  padding: 1em 1em 1.4em;
}

/* line 1363, reader.scss */
div.sub-content-footer .actions a {
  padding: 16px 12px 14px;
  margin-left: 0;
}

/* line 1368, reader.scss */
div.sub-content-footer p.time {
  color: #aaa;
  font-size: 14px;
  float: left;
  margin: -9px 0 0 0;
}

/* line 1374, reader.scss */
.my-blog div.sub-content-footer p.time {
  bottom: 80px;
}

/* line 1377, reader.scss */
.format-activity div.sub-content-footer p.time {
  bottom: 5px;
  left: 0;
}

/* line 1382, reader.scss */
#fpb-ui .reactions {
  display: none;
}

/* Post format styles */
/* line 1388, reader.scss */
.wpcom-enhanced-excerpt-content > a {
  display: block;
}

/* line 1392, reader.scss */
div.sub.format-quote blockquote {
  padding: 18px 20px;
  position: relative;
}

/* line 1398, reader.scss */
div.sub.format-aside .wpcom-enhanced-excerpt,
div.sub.format-quote blockquote .wpcom-enhanced-excerpt {
  padding-top: 32px;
}

/* line 1402, reader.scss */
#tab-content input.loading, #tab-content a.loading, #tab-content button.loading, #tab-content span.loading {
  outline: none !important;
  padding-right: 30px !important;
}

/* line 1403, reader.scss */
#tab-content span.loading {
  height: 16px;
  width: 16px;
  display: inline-block;
  margin: 3px 0 0 4px !important;
  padding: 0 !important;
}

/* line 1404, reader.scss */
#reader-content a.loading {
  background-color: #f0f0f0 !important;
}

/* line 1407, reader.scss */
div.sub.format-p2,
div.sub.format-p2-xpost {
  margin-bottom: 20px;
}

/* line 1411, reader.scss */
div.sub.format-p2 {
  line-height: 1.7;
}

/* line 1416, reader.scss */
#reader-content div.sub.format-p2 h4 {
  font-size: 20px;
  margin: 20px 0;
}

/* line 1421, reader.scss */
#reader-content div.sub.format-p2 h5 {
  font-size: 16px;
}

/* line 1425, reader.scss */
div.sub.format-p2 div.post-meta {
  max-width: 100%;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/* line 1435, reader.scss */
.format-p2 .post-author {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}

/* line 1441, reader.scss */
.format-p2 .priv {
  display: none;
}

/* line 1443, reader.scss */
div.sub.format-p2-xpost {
  padding: 10px 0 0 15px;
  border-left: 2px solid #ddd;
  background: transparent;
  box-shadow: none;
  margin: 0;
}

/* line 1450, reader.scss */
div.sub.format-p2-xpost p {
  margin: 0;
}

/* line 1454, reader.scss */
div.sub.format-p2-xpost + div.sub.format-p2 {
  margin-top: 15px;
}

/* line 1458, reader.scss */
div.format-p2-xpost .post-meta {
  clear: both;
  color: #aaa;
  font-style: italic;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 1469, reader.scss */
#reader-content div.format-p2-xpost div.post-meta p {
  margin-bottom: 12px;
  line-height: 1.5;
}

/* line 1475, reader.scss */
.format-p2-xpost .post-author {
  float: left;
  padding-top: 4px;
  margin-right: 7px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

/* line 1484, reader.scss */
div.format-p2-xpost .avatar {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}

/* line 1491, reader.scss */
.format-p2-xpost p {
  float: left;
}

/* line 1495, reader.scss */
div.sub.format-p2 pre {
  padding: 10px;
  font-size: 14px;
}

/* line 1500, reader.scss */
div.sub.format-p2 .wp-caption, div.sub.format-p2 .wp-caption img, div.sub.format-p2 .video-player {
  max-width: 100%;
}

/* line 1504, reader.scss */
div.sub.format-p2 .alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

/* line 1509, reader.scss */
div.sub.format-p2 .alignright {
  float: right;
  margin: 0 0 15px 15px;
}

/* line 1514, reader.scss */
div.sub.format-p2 .size-thumbnail {
  width: 80px;
  height: auto;
}

/* line 1519, reader.scss */
div.sub.format-p2 ul li {
  margin-bottom: 15px;
}

/* line 1523, reader.scss */
div.sub.format-p2 div.sub-content-footer .actions a .action-count {
  display: inline;
  color: #666;
}

/* line 1528, reader.scss */
div.sub.format-p2 .reactions {
  display: none;
}

/*
Post .sub tables
---------------------------------------------------------------------------------------------------- */
/* line 1537, reader.scss */
.sub table {
  max-width: 100%;
}

/* line 1541, reader.scss */
th {
  text-align: left;
}

/* line 1545, reader.scss */
.sub table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 1555, reader.scss */
.sub table > thead > tr > th,
.sub table > tbody > tr > th,
.sub table > tfoot > tr > th,
.sub table > thead > tr > td,
.sub table > tbody > tr > td,
.sub table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 1562, reader.scss */
.sub table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 1572, reader.scss */
.sub table > caption + thead > tr:first-child > th,
.sub table > colgroup + thead > tr:first-child > th,
.sub table > thead:first-child > tr:first-child > th,
.sub table > caption + thead > tr:first-child > td,
.sub table > colgroup + thead > tr:first-child > td,
.sub table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 1576, reader.scss */
.sub table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 1580, reader.scss */
.sub table .sub table {
  background-color: #fff;
}

/* line 1589, reader.scss */
.sub table-condensed > thead > tr > th,
.sub table-condensed > tbody > tr > th,
.sub table-condensed > tfoot > tr > th,
.sub table-condensed > thead > tr > td,
.sub table-condensed > tbody > tr > td,
.sub table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 1593, reader.scss */
.sub table-bordered {
  border: 1px solid #ddd;
}

/* line 1602, reader.scss */
.sub table-bordered > thead > tr > th,
.sub table-bordered > tbody > tr > th,
.sub table-bordered > tfoot > tr > th,
.sub table-bordered > thead > tr > td,
.sub table-bordered > tbody > tr > td,
.sub table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 1607, reader.scss */
.sub table-bordered > thead > tr > th,
.sub table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 1612, reader.scss */
.sub table-striped > tbody > tr:nth-child(odd) > td,
.sub table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #eaeaea;
}

/* line 1617, reader.scss */
.sub table-hover > tbody > tr:hover > td,
.sub table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

/* =Buttons
----------------------------------------------- */
/* line 1626, reader.scss */
.report-and-hide-actions ul {
  list-style-type: none;
}

/* line 1630, reader.scss */
.report-and-hide-actions ul li,
.sub.format-activity .report-and-hide-actions li {
  list-style-type: none;
  padding: 5px 0;
}

/* fix for browser bug with display: table and rtl */
/* line 1636, reader.scss */
.rtl div.sub div.post-meta {
  display: block;
}

/* line 1640, reader.scss */
div.sub a.report-and-hide {
  position: absolute;
  top: 18px;
  right: 20px;
  color: #aaa;
  display: inline-block;
  font-size: 24px;
}

/* line 1649, reader.scss */
.button.loading {
  background-image: url(/wp-content/mu-plugins/atlas/css/../images/loading.gif) !important;
  background-position: 95% 50% !important;
  background-repeat: no-repeat !important;
  background-size: 16px 16px !important;
  outline: none !important;
  padding-right: 30px !important;
}

/* =Reblogging
----------------------------------------------- */
/* line 1664, reader.scss */
.reblog-ui {
  color: #fff;
  background: #1e8cbe;
  padding: 20px 20px 30px;
  margin: 25px -20px -20px;
  min-height: 74px;
  clear: both;
  display: none;
}

/* line 1674, reader.scss */
.reblog-ui textarea {
  font-size: 13px !important;
  font-size: 1.3rem !important;
  color: #666;
  padding: 6px;
  height: 60px;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  border: 1px solid #005684;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.03);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.03);
}

/* line 1689, reader.scss */
.reblog-ui label {
  font-size: 11px;
  font-size: 1.1rem;
  padding-right: 2px;
  margin-top: 10px;
  padding-left: 2px;
}

/* line 1697, reader.scss */
.reblog-ui select {
  padding: 0;
  margin-top: 4px;
  font-size: 13px;
  font-size: 1.3rem;
  width: 30%;
}

/* line 1705, reader.scss */
.reblog-ui .submit {
  float: right;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 2px;
}

/* line 1711, reader.scss */
.reblog-ui .submit input {
  font-weight: 500;
}

/* line 1715, reader.scss */
#wrapper .reblog-ui p.response {
  background: url(/wp-content/mu-plugins/atlas/css/../images/border.png) top left repeat-x;
  float: left;
  padding-left: 1px;
  margin-top: 8px !important;
  overflow: hidden;
  height: 38px;
}

/* line 1724, reader.scss */
#wrapper .reblog-ui p.response {
  font-size: 13px;
  font-size: 1.3rem;
  clear: none;
  padding-top: 12px;
  padding-left: 2px;
  height: 30px;
  color: #888;
}

/* line 1734, reader.scss */
.reblog-ui .canceltext {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 26px;
  margin-right: 10px;
}

/* line 1741, reader.scss */
.reblog-ui .canceltext a {
  color: #fff;
  text-decoration: underline;
}

/* line 1747, reader.scss */
div.sub-reblog-avatar {
  clear: both;
  float: left;
  margin-right: 10px;
  margin-top: 18px;
}

/* line 1754, reader.scss */
.reblog-meta span.reblogged {
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 1759, reader.scss */
div.sub-reblog {
  overflow: hidden;
}

/* line 1763, reader.scss */
div.sub-reblog-content {
  background: #f5f5f5;
  border: none;
  border-radius: 0;
  float: left;
  margin-bottom: 10px;
  margin-top: 18px;
  padding: 10px;
  position: relative;
  width: auto;
  width: -moz-calc(100% - 64px);
  width: -o-calc(100% - 64px);
  width: -webkit-calc(100% - 64px);
  width: calc(100% - 64px);
}

/* line 1776, reader.scss */
div.sub-reblog-content p {
  margin-bottom: .5em;
  padding: 0;
}

/* line 1781, reader.scss */
div.sub-reblog-content div.reblog-arrow {
  display: none;
}

/* =Full Post and Comments UI
----------------------------------------------- */
/* line 1789, reader.scss */
html.no-scroll, html.no-scroll body {
  overflow: hidden;
  overflow-y: hidden;
}

/* line 1794, reader.scss */
#fpb-ui {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1803, reader.scss */
html.no-scroll #fpb-ui {
  display: block;
  opacity: 1;
}

/* line 1808, reader.scss */
#fpb-ui #fpb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* line 1818, reader.scss */
#fpb-ui #fpb-box {
  position: relative;
  width: 60%;
  min-width: 650px;
  max-width: 650px;
  margin: 30px auto;
  height: 95%;
  background: #fff;
  z-index: 20000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}

/* line 1833, reader.scss */
#fpb-ui #fpb-actions {
  position: relative;
  overflow: hidden;
  z-index: 30000;
  padding: 12px 16px 10px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}

/* line 1842, reader.scss */
#fpb-ui #fpb-actions span.actions {
  float: right;
}

/* line 1846, reader.scss */
#fpb-ui #fpb-actions a#fpb-close {
  border-right: 1px solid #f0f0f0;
  font-family: 'Noticons';
  text-decoration: none;
  position: relative;
  top: 7px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: -16px;
  padding: 18px;
  -webkit-font-smoothing: antialiased;
}

/* line 1859, reader.scss */
#fpb-actions a.original {
  text-decoration: none;
  margin-left: 14px;
}

/* line 1864, reader.scss */
#fpb-ui .show-reblog .reblog-ui {
  position: relative;
  display: block;
  margin: 0;
  z-index: 40000;
}

/* line 1871, reader.scss */
#fpb-ui #fpb-content {
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1883, reader.scss */
#fpb-ui #fpb-content a {
  text-decoration: none;
}

/* line 1887, reader.scss */
#fpb-ui #fpb-excerpt-warning {
  padding: 10px;
  background: #f0f0f0;
}

/* line 1892, reader.scss */
#fpb-ui div.post-meta {
  margin: 15px 25px -8px;
  padding-bottom: 0;
  border: none;
}

/* line 1898, reader.scss */
#fpb-ui #fpb-post-meta div.avatar {
  float: left;
  border: 1px solid #eee;
  width: 36px;
  height: 36px;
}

/* line 1905, reader.scss */
#fpb-ui #fpb-post-meta-body {
  margin-left: 45px;
}

/* line 1910, reader.scss */
#fpb-ui #fpb-post-meta .report-and-hide {
  display: none;
}

/* line 1912, reader.scss */
rm mu
#fpb-ui #fpb-post-meta a {
  text-decoration: none;
}

/* line 1916, reader.scss */
#fpb-ui h1 {
  font: bold 31px/1.318 "Merriweather", Georgia, Times, serif;
  color: #333;
  margin: 32px 0 25px;
  padding: 0 25px;
}

/* line 1923, reader.scss */
#fpb-ui li {
  margin-bottom: 5px;
}

/* line 1927, reader.scss */
#fpb-ui blockquote {
  margin-bottom: 15px;
}

/* line 1931, reader.scss */
#fpb-ui .report-and-hide {
  display: none;
}

/* line 1935, reader.scss */
#fpb-ui .featured-media {
  margin: 20px -25px 25px -26px;
  background: #e8f0f5;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}

/* line 1943, reader.scss */
#fpb-ui .featured-media * {
  margin-bottom: -5px;
}

/* line 1947, reader.scss */
#fpb-ui #fpb-post-content, #fpb-ui #fpb-comments-box {
  padding: 0 25px;
}

/* line 1951, reader.scss */
#fpb-ui #fpb-content .wp-caption {
  background: #f0f0f0;
  margin-bottom: 25px;
  max-width: 100%;
  padding: 10px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1962, reader.scss */
#fpb-ui #fpb-content .wp-caption p {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
  text-align: left;
}

/* line 1969, reader.scss */
#fpb-ui #fpb-content img {
  max-width: 100%;
  height: auto;
}

/* line 1974, reader.scss */
#fpb-ui .alignright {
  float: right;
  margin: 0 0 10px 20px;
}

/* line 1979, reader.scss */
#fpb-ui .aligncenter {
  display: block;
  margin: 0 auto 15px;
  text-align: center;
}

/* line 1985, reader.scss */
#fpb-ui .alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

/* line 1990, reader.scss */
#fpb-content h2 {
  font-weight: 300;
  font-size: 1.8em;
  margin-bottom: 0.4em;
}

/* line 1996, reader.scss */
#fpb-content h3 {
  font-size: 1.4em;
  margin-bottom: 0.6em;
}

/* line 2001, reader.scss */
#fpb-content h4 {
  font-weight: bold;
  margin-bottom: 1em;
}

/* line 2006, reader.scss */
#fpb-content h5 {
  font-weight: bold;
  margin-bottom: 1em;
}

/* Comments Thread */
/* line 2013, reader.scss */
#fpb-ui #fpb-comments-box {
  padding: 25px;
  min-height: 30px;
  clear: both;
}

/* line 2019, reader.scss */
#activity-comment-stream {
  margin: 10px -25px 0;
  padding: 0;
  min-height: 30px;
}

/* line 2025, reader.scss */
#fpb-ui #fpb-comments-box.loading {
  background: url(/wp-content/mu-plugins/atlas/css/../images/loading.gif) center top no-repeat;
  background-size: 16px 16px;
}

/* line 2030, reader.scss */
#fpb-ui #fpb-comments-box.rendered {
  background: #222;
  color: #e4e4e4;
}

/* line 2035, reader.scss */
#activity-comment-stream.rendered {
  background: #fff;
  color: #222;
}

/* line 2040, reader.scss */
.sub.format-activity {
  background: #fafafa;
}

/* line 2044, reader.scss */
.sub.format-activity ul.activity-comments {
  margin-bottom: 0px;
}

/* line 2048, reader.scss */
.sub.format-activity li {
  padding: 12px 25px;
  margin-bottom: 0px;
}

/* line 2053, reader.scss */
.sub.format-activity li .activity-comments li {
  padding: 25px 0px 25px 12px;
  margin-left: 32px;
}

/* line 2058, reader.scss */
div.sub .activity-comments ul.activity-comments {
  margin-left: 0px;
  margin-bottom: 0px;
  margin-top: 20px;
  border-top: 0px;
}

/* line 2066, reader.scss */
div.sub .activity-comments ul.activity-comments li:last-of-type {
  padding-bottom: 0px;
}

/* line 2070, reader.scss */
.activity-comments ul li {
  margin-left: 25px;
}

/* line 2073, reader.scss */
li.by-currentuser > .c-avatar {
  background: #f1831e;
  line-height: 0px;
}

/* line 2080, reader.scss */
li.by-currentuser > .c-content .c-author a {
  color: #f1831e !important;
  font-weight: bold;
}

/* line 2085, reader.scss */
li.by-currentuser > .c-content .c-author a:before {
  content: '\f304';
  display: inline-block;
  font: normal 16px/1 'Noticons';
  text-align: center;
  color: #f1831e;
  margin-right: 0px;
  position: relative;
  top: 2px;
  float: right;
}

/* line 2098, reader.scss */
#reader-content .format-activity h4 {
  font-size: 16px !important;
}

/* line 2102, reader.scss */
#reader-content .format-activity h4 a {
  color: #278dbc;
}

/* line 2106, reader.scss */
#fpb-ui #fpb-comments-box h3 {
  display: none;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

/* line 2115, reader.scss */
#fpb-ui #fpb-comments-box.rendered h3 {
  display: block;
}

/* line 2119, reader.scss */
#fpb-ui .fpb-comments, .activity-comments {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6em;
}

/* line 2128, reader.scss */
#fpb-ui .fpb-comments ul {
  margin-left: 20px;
  margin-top: 30px;
}

/* line 2133, reader.scss */
#fpb-ui .fpb-comments ul {
  list-style: none;
}

/* line 2137, reader.scss */
#fpb-ui .fpb-comments li, .activity-comments li {
  margin-bottom: 30px;
}

/* line 2141, reader.scss */
#fpb-ui .fpb-comments li div.loading {
  background: url(/wp-content/mu-plugins/atlas/css/../images/spin-222.gif) center center no-repeat;
  background-size: 24px 24px;
  height: 70px;
}

/* line 2148, reader.scss */
#fpb-ui .fpb-comments li .c-avatar, .activity-comments li .c-avatar {
  float: left;
  margin-top: 5px;
}

/* line 2153, reader.scss */
#fpb-ui .fpb-comments li .c-meta, .activity-comments li .c-meta {
  margin-bottom: 5px;
  line-height: 1.3em;
}

/* line 2158, reader.scss */
#fpb-ui .fpb-comments li .c-meta .c-reply {
  float: right;
  font-size: 11px;
  font-size: 1.1rem;
  color: #aaa;
  line-height: 1em;
  margin-top: 3px;
}

/* line 2167, reader.scss */
#fpb-ui .fpb-comments li .c-meta .c-reply:before {
  content: '\f412';
  font-family: 'Noticons';
  margin-right: 4px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  top: 3px;
  -webkit-font-smoothing: antialiased;
}

/* line 2179, reader.scss */
#fpb-ui .fpb-comments li .c-meta .c-reply:hover,
#fpb-ui .fpb-comments li .c-meta .c-reply:hover:before {
  color: #78c8e6;
  cursor: pointer;
}

/* line 2185, reader.scss */
#fpb-ui .fpb-comments li .c-meta .c-author,
.activity-comments li .c-meta .c-author {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 4px;
}

/* line 2194, reader.scss */
#fpb-ui .fpb-comments li .c-avatar img,
#fpb-comment-form .avatar img,
.activity-comments li .c-avatar img {
  width: 50px;
  height: 50px;
}

/* line 2199, reader.scss */
#fpb-ui .fpb-comments li .c-content, .activity-comments li .c-content {
  margin-left: 70px;
  word-wrap: break-word;
}

/* line 2204, reader.scss */
#fpb-ui .fpb-comments li .c-content p.not-approved {
  font-style: italic;
  font-size: 13px;
  margin-bottom: 2px;
  color: #aaa;
}

/* line 2211, reader.scss */
#fpb-ui .fpb-comments li .replying {
  background-color: #414141;
  margin: -10px;
  padding: 10px;
}

/* line 2217, reader.scss */
#fpb-ui .fpb-comments li .c-time, .activity-comments li .c-time {
  color: #AAA;
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 2px;
}

/* line 2224, reader.scss */
.fpb-comments .comment blockquote {
  background-color: transparent;
  border-left: 4px solid #aaa;
  margin-left: 1.5em;
  padding: 0 0 0 1em;
}

/* line 2232, reader.scss */
#fpb-ui .fpb-comments .comment ul,
#fpb-ui .fpb-comments .comment ol {
  margin: 0 0 1.5em 3em;
}

/* line 2236, reader.scss */
#fpb-ui .fpb-comments .comment ul {
  list-style: disc;
}

/* line 2240, reader.scss */
#fpb-ui .fpb-comments .comment ul {
  list-style: decimal;
}

/* line 2244, reader.scss */
#fpb-ui .fpb-comments .comment pre {
  color: #222;
}

/* Comment Box */
/* line 2249, reader.scss */
#fpb-ui #fpb-comment-form {
  position: absolute;
  bottom: 0;
  background: #1e8cbe;
  min-height: 80px;
  width: 100%;
  padding: 26px 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2264, reader.scss */
#fpb-comment-form div.error {
  margin: -26px -24px 24px -24px;
  background-color: #fcfcfc;
  padding: 12px 24px;
}

/* line 2270, reader.scss */
#fpb-comment-form div.error p {
  margin-bottom: 0;
  color: #3f3f3f;
}

/* line 2275, reader.scss */
#fpb-comment-form .noticon {
  float: left;
  color: #fc261c;
  margin-right: 8px;
  margin-top: 2px;
}

/* line 2282, reader.scss */
#fpb-comment-form p.in-response {
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  margin: -10px 0 4px 70px;
}

/* line 2289, reader.scss */
#fpb-comment-form a.cancel-reply {
  color: #78c8e6;
  float: right;
  text-decoration: none;
}

/* line 2295, reader.scss */
#fpb-comment-form a.cancel-reply:hover {
  color: #fff;
}

/* line 2299, reader.scss */
#fpb-comment-form .container {
  width: 100%;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2308, reader.scss */
#fpb-comment-form .avatar {
  display: table-cell;
  width: 70px;
}

/* line 2313, reader.scss */
#fpb-comment-form .avatar img {
  border: 1px solid #fff;
}

/* line 2317, reader.scss */
#fpb-comment-form .comment-form {
  width: auto;
  display: table-cell;
  vertical-align: top;
}

/* line 2323, reader.scss */
#fpb-comment-form .actions {
  text-align: right;
  margin-top: 10px;
}

/* line 2328, reader.scss */
#fpb-comment-form .actions button {
  border-radius: 3px;
  background-color: #005684;
  border: none;
  margin-right: 4px;
  padding: 6px 16px;
  color: #fff;
}

/* line 2338, reader.scss */
#fpb-comment-form .actions button:hover,
#fpb-comment-form .actions button:focus {
  background-color: #78c8e6;
  cursor: pointer;
}

/* line 2344, reader.scss */
#fpb-comment-form .actions button,
#fpb-comment-form .actions .formatting-hint {
  margin-top: 3px;
}

/* line 2348, reader.scss */
#fpb-comment-form .actions .formatting-hint {
  float: left;
  width: 80%;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: left;
  color: #fff;
}

/* =Manage Blogs I Follow Page
----------------------------------------------- */
/* line 2361, reader.scss */
#reader-content #manage-subs {
  background: white;
}

/* line 2365, reader.scss */
table.manage {
  border-top: 1px solid #fff;
  width: 100%;
}

/* line 2370, reader.scss */
table.manage tr td:first-child {
  width: auto;
}

/* line 2374, reader.scss */
table.manage tr td:last-child {
  white-space: nowrap;
  width: 10%;
}

/* line 2379, reader.scss */
table.manage span#list-loading, table.manage span#item-loading, table.manage span#subscribe-loading {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 23px;
  right: 18%;
  z-index: 999;
}

/* line 2389, reader.scss */
table.manage span#list-loading.hide, table.manage span#item-loading.hide, table.manage span#subscribe-loading.hide {
  visibility: hidden;
}

/* line 2393, reader.scss */
table.manage tr.label th {
  text-align: right;
  text-transform: uppercase;
  padding-right: 28px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #888;
  padding-bottom: 3px;
  background: transparent;
  border-width: 15px;
}

/* line 2405, reader.scss */
table.manage span.unsub, table.manage span.delete-list-item {
  background: #aaa;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  margin: 0 15px 2px 3px;
  padding: 1px 1px 0 0;
  text-shadow: none !important;
  vertical-align: bottom;
  -webkit-transition: background .1s;
  transition: background .1s;
}

/* line 2419, reader.scss */
table.manage span.unsub:hover,
table.manage span.delete-list-item:hover {
  background: #b10000;
  color: #fff;
  opacity: .8;
}

/* line 2425, reader.scss */
table.manage span.delivery {
  width: 20px;
  height: 20px;
  color: #ccc;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: .9;
  margin-right: 10px;
  cursor: pointer;
}

/* line 2435, reader.scss */
table.manage span.delivery:hover {
  color: #666;
}

/* line 2440, reader.scss */
table.manage div.avatar {
  float: left;
  background: #e8f0f5;
  margin: 4px 11px 0 15px;
  width: 32px;
  height: 32px;
}

/* line 2448, reader.scss */
table.manage img.avatar {
  border: none;
  border-radius: 50%;
  padding: 0;
}

/* line 2454, reader.scss */
table.manage div.subs-delivery {
  float: right;
  position: relative;
  right: 90px;
  top: 5px;
  font-size: smaller;
}

/* line 2461, reader.scss */
table.manage td {
  border-bottom: 1px solid #f5f5f5;
  padding: 10px 0;
  vertical-align: middle !important;
}

/* line 2467, reader.scss */
#reader-content table.manage h5 {
  clear: none;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 2px;
  line-height: 1.35;
}

/* line 2476, reader.scss */
#reader-content table.manage h5 a {
  color: #1e8cbe;
  display: block;
}

/* line 2481, reader.scss */
#reader-content table.manage h5 em a {
  display: inline;
  font-size: 0.8em;
  margin-left: 0.4em;
  text-transform: uppercase;
}

/* line 2488, reader.scss */
#manage-list table.manage h5 {
  margin-top: 8px;
}

/* Since List titles don't have have an additional line of text underneath, they need more top margin to look centered. */
/* line 2492, reader.scss */
table.manage td.selectall, table.manage td.selectrow {
  background: #eee;
  width: 15px;
  padding: 8px !important;
}

/* line 2498, reader.scss */
table.manage td.selectrow {
  background: #f8f8f8;
}

/* line 2502, reader.scss */
table.manage td.addblog, table.manage td.editlist {
  position: relative !important;
  padding: 15px !important;
  max-width: 300px;
}

/* line 2507, reader.scss */
div.tipcontainer {
  position: relative;
}

/* line 2509, reader.scss */
span.errortipwrap {
  position: absolute;
  top: -24px;
  background: url(/wp-content/mu-plugins/atlas/css/../images/tiparrow.gif) 6px bottom no-repeat;
  padding-bottom: 9px;
  display: none;
  z-index: 999;
  margin-left: 1px;
}

/* line 2519, reader.scss */
span.errortiptext {
  background: #cf0000;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1em;
  margin-top: 10px;
  padding: 6px 8px;
}

/* line 2531, reader.scss */
table.manage td.addblog input[type=text],
table.manage td.editlist input[type=text] {
  border: 1px solid #CCC;
  border-radius: 2px;
  background: #F9F9F9;
  color: #444;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 1% 0 0;
  padding: 8px;
  width: 75%;
  width: -moz-calc(100% - 90px);
  width: -o-calc(100% - 90px);
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
  -webkit-box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2553, reader.scss */
table.manage td.addblog textarea,
table.manage td.editlist textarea {
  border: 1px solid #CCC;
  border-radius: 2px;
  background: #F9F9F9;
  color: #444;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 10px 0 20px 0;
  padding: 8px;
  width: 100%;
  -webkit-box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2573, reader.scss */
.addblog a.follow {
  margin-left: 0;
  display: inline-block;
  width: 25%;
  line-height: 2.3em;
}

/* line 2580, reader.scss */
.addblog a.follow::before {
  line-height: 1.3;
}

/* line 2584, reader.scss */
table.manage td {
  max-width: 450px;
}

/* line 2590, reader.scss */
table.manage td.blogname table
table.manage td.blogname a {
  border: none;
  line-height: 1.3em;
}

/* line 2595, reader.scss */
table.manage td.blogname a.blogurl {
  max-width: 95%;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 2603, reader.scss */
table.manage td.blogname em {
  max-width: 95%;
  display: block;
  color: #aaa;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

/* line 2614, reader.scss */
table.manage td.blogedit {
  text-align: right;
}

/* line 2618, reader.scss */
table.manage input#bulk_submit {
  font-weight: normal !important;
}

/* line 2622, reader.scss */
table.manage tr.delivery {
  display: none;
}

/* line 2626, reader.scss */
table.manage tr.delivery td {
  background: #f8f8f8;
  padding: 15px 12px !important;
}

/* line 2631, reader.scss */
table.manage div.email-p, table.manage div.email-c {
  float: left;
  text-align: center;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2641, reader.scss */
table.manage tr.delivery td p {
  margin-bottom: .8em;
  font-size: 13px;
  font-size: 1.3rem;
  color: #555;
}

/* line 2648, reader.scss */
table.manage tr.delivery td ul {
  cursor: pointer;
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}

/* line 2656, reader.scss */
table.manage tr.delivery td ul li {
  background: #fff;
  border: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 -5px 0 0;
  padding: 7px 0;
  width: 23%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2672, reader.scss */
table.manage tr.delivery td ul li:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 2676, reader.scss */
table.manage tr.delivery td ul li:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #ddd;
}

/* line 2681, reader.scss */
table.manage tr.delivery td ul li.selected {
  background: #1e8cbe;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
}

/* line 2687, reader.scss */
table.manage #import, table.manage #export {
  font-size: smaller;
  margin-top: 5px;
}

/* line 2692, reader.scss */
table.manage #export:before {
  content: ' | ';
}

/* line 2696, reader.scss */
table.manage tr.meta td {
  background: #f8f8f8;
  padding: 0 !important;
  height: 40px;
}

/* line 2702, reader.scss */
table.manage tr.meta td div#count, table.manage tr.meta td div#ordering {
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 2707, reader.scss */
table.manage tr.meta td div#count {
  float: left;
  margin-left: 1em;
}

/* line 2712, reader.scss */
table.manage tr.meta td div#ordering {
  float: right;
  margin-right: 1em;
}

/* line 2717, reader.scss */
table.manage tr.meta td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 2722, reader.scss */
table.manage tr.meta td ul li {
  float: left;
  text-align: center;
  margin-left: 10px;
}

/* line 2727, reader.scss */
table.manage tr.meta td ul li:first-child {
  border-right: 1px solid #eee;
}

/* line 2730, reader.scss */
#reader table.manage tr.meta td ul li a {
  text-decoration: underline;
}

/* line 2734, reader.scss */
#reader table.manage tr.meta td ul li.selected a {
  color: #555;
  text-decoration: none;
}

/* line 2739, reader.scss */
#reader table.manage tr#nosubs td {
  padding: 10px;
}

/* line 2742, reader.scss */
#reader table.manage div.close-row {
  margin: -15px -12px 15px;
  padding: 4px 12px;
  text-align: right;
  font-size: 13px;
  background: rgba(0, 0, 0, 0.05);
}

/* =Import Subscriptions Page
----------------------------------------------- */
/* line 2752, reader.scss */
#reader-content #import-opml {
  background: white;
  padding: 15px;
  min-height: 400px;
}

/* line 2758, reader.scss */
#reader-content #import-opml a.import:before {
  content: '\f435';
  font-family: 'Noticons';
  line-height: 1.3;
  margin-right: 2px;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 2px;
}

/* line 2768, reader.scss */
#reader-content #import-opml a.import {
  float: right;
  text-align: right;
}

/* line 2773, reader.scss */
#reader-content #import-opml .import-queued {
  border: 1px solid #278DBC;
  padding: 10px;
  background: #C4E4F3;
}

/* line 2779, reader.scss */
#reader-content #import-opml .import-error {
  border: 1px solid #aa0000;
  padding: 10px;
  background: #FFADAD;
}

/* line 2785, reader.scss */
#reader-content #import-opml .import-error a {
  color: #a00;
}

/* =Email Delivery Settings Page
----------------------------------------------- */
/* line 2794, reader.scss */
#reader-content #subs-settings-form table
#reader-content table#subs-settings {
  margin-bottom: 15px;
  margin-left: 2px;
  border-collapse: collapse;
}

/* line 2800, reader.scss */
#subs-settings-form a.load-page {
  font-size: 13px;
  font-size: 1.3rem;
  border: none;
  color: #777;
  margin-left: 4px;
  margin-bottom: 20px;
}

/* line 2809, reader.scss */
#subs-settings-form a.load-page:hover {
  text-decoration: underline;
}

/* line 2813, reader.scss */
#reader-content table#subs-settings td, table#subs-settings td p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4em;
  font-weight: 400;
}

/* line 2820, reader.scss */
#reader-content table#subs-settings td {
  padding: 12px 10px;
  border-bottom: 1px solid #f5f5f5;
  vertical-align: middle;
}

/* line 2826, reader.scss */
#reader-content table#subs-settings td p {
  width: auto;
  margin: 0;
}

/* line 2831, reader.scss */
#reader-content table#subs-settings tr td:first-child {
  padding-right: 15px;
  border-right: 1px solid #eee;
}

/* line 2836, reader.scss */
#reader-content table#subs-settings tr td:last-child {
  padding-left: 15px;
}

/* line 2840, reader.scss */
#reader-content table#subs-settings h5 {
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 2845, reader.scss */
#reader-content table#subs-settings small {
  font-size: 13px;
  font-size: 1.3rem;
  color: #888;
}

/* line 2855, reader.scss */
#reader-content span#settings-saved {
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 15px;
}

/* =Find Friends
----------------------------------------------- */
/* line 2864, reader.scss */
.friend-finder {
  background: white;
  padding: 20px;
}

/* line 2869, reader.scss */
.friend-finder div#subs-loading {
  display: none;
  margin-top: 35px;
  padding: 10px 0;
  margin-left: 0;
  border-top: 1px solid #e8f0f5;
}

/* line 2877, reader.scss */
.friend-finder p {
  margin-top: 15px;
}

/* line 2881, reader.scss */
ul#ff-services {
  margin: 0;
  padding: 13px 0 0;
  list-style: none;
  overflow: hidden;
}

/* line 2888, reader.scss */
ul#ff-services a {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 42px;
  padding: 0 15px;
  height: 42px;
  display: block;
  color: #333;
  text-shadow: 0 1px 0 #fff;
}

/* line 2900, reader.scss */
ul#ff-services a span {
  height: 24px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-position: top center;
  background-repeat: no-repeat;
}

/* line 2909, reader.scss */
ul#ff-services a p {
  margin: 0px;
}

/* line 2913, reader.scss */
ul#ff-services li {
  padding: 0;
  border: 1px solid #e8f0f5;
  margin-bottom: 20px;
}
/* line 2918, reader.scss */
ul#ff-services li label {
  font-size: 90%;
  margin-left: 10px;
}

/* line 2924, reader.scss */
ul#ff-services li:first-child {
  border-top: 1px solid #eee;
}

/* line 2928, reader.scss */
ul#ff-services a#facebook span {
  background-image: url(/wp-content/mu-plugins/atlas/css/../images/friends-facebook.png);
  background-size: 20px 20px;
  width: 24px;
}

/* line 2934, reader.scss */
ul#ff-services a#google span {
  background-image: url(/wp-content/mu-plugins/atlas/css/../images/friends-gmail.png);
  background-size: 20px 20px;
  width: 24px;
}

/* line 2940, reader.scss */
ul#ff-services a#twitter span {
  background-image: url(/wp-content/mu-plugins/atlas/css/../images/friends-twitter.png);
  background-size: 30px 20px;
  width: 24px;
}

/* line 2946, reader.scss */
ul#ff-services li div.ff-service-ident {
  float: left;
  width: 49%;
}

/* line 2951, reader.scss */
ul#ff-services li div.ff-connect {
  float: right;
  width: 49%;
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #1e8cbe;
}

/* line 2961, reader.scss */
ul#ff-services li div.ff-service-cont {
  width: 100%;
  display: block;
}

/* line 2966, reader.scss */
ul#ff-services a:hover {
  border-color: #ccc;
}

/* line 2970, reader.scss */
ul#ff-services a:active {
  background-color: #eee;
  border-color: #fff;
  -webkit-box-shadow: inset 1px 1px 0 #ddd;
  box-shadow: inset 1px 1px 0 #ddd;
}

/* line 2978, reader.scss */
ul#ff-services a.current {
  background-color: #fff;
}

/* line 2982, reader.scss */
ul#ff-services div.publicize {
  padding: 10px 0 10px 49px;
  background-color: #f4f8fa;
}

/* line 2987, reader.scss */
ul#ff-services .publicize_loading {
  margin-left: 20px;
}

/* line 2991, reader.scss */
.friend-finder ul#ff-services p {
  margin: 0;
}

/* line 2995, reader.scss */
#default-friends {
  margin-top: 35px;
}

/* line 2999, reader.scss */
#default-friends p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #666;
}

/* line 3005, reader.scss */
#found-friends {
  border-top: 1px solid #e8f0f5;
  margin-top: 32px;
  padding-top: 15px;
}

/* line 3011, reader.scss */
#found-friends h2 {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: -1px;
  margin-bottom: 10px;
}

/* line 3020, reader.scss */
#found-friends p#ppl-count {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 0 25px;
  color: #888;
}

/* line 3027, reader.scss */
div.follow-all-section {
  overflow: hidden;
  padding: 20px 10px 25px 0;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: -13px;
  text-align: right;
}

/* line 3034, reader.scss */
div.follow-all-section.top {
  padding-top: 0;
  margin-top: -50px;
}

/* line 3038, reader.scss */
div.follow-all-section.bottom {
  padding: 25px 10px 25px 33px;
  border-top: 2px solid #F0F0F0;
  border-bottom: none;
  margin-bottom: 0;
}

/* line 3045, reader.scss */
div.follow-all-section a.f-all {
  padding: 4px 8px !important;
  background-color: #F0F0F0;
  background-position: 3px -118px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* line 3053, reader.scss */
ul#friend-list, ul#friend-list li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 3059, reader.scss */
ul#friend-list {
  margin-top: 25px;
}

/* line 3063, reader.scss */
ul#friend-list.default-list {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* line 3068, reader.scss */
ul#friend-list li {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 6px 20px;
}

/* line 3074, reader.scss */
ul#friend-list > li:last-child {
  border-bottom: none;
}

/* line 3076, reader.scss */
ul#friend-list li div.user-avatar {
  position: absolute;
  top: 15px;
  left: 0;
  background: #f0f0f0;
  border: 1px solid #dedede;
  border-radius: 50%;
  padding: 3px;
  width: 62px;
  height: 62px;
}

/* line 3088, reader.scss */
ul#friend-list li div.user-avatar img {
  border-radius: 50%;
  vertical-align: middle;
}

/* line 3093, reader.scss */
ul#friend-list li div.user-details {
  margin-left: 90px;
  margin-top: 0;
}

/* line 3098, reader.scss */
ul#friend-list li div.user-details img {
  border: none;
  border-radius: 2px;
  margin-right: 3px;
  padding: 0;
  vertical-align: top;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

/* line 3109, reader.scss */
ul#friend-list li div.user-details div.friend {
  float: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  width: 45%;
  overflow: hidden;
  margin-bottom: 3px;
  padding-bottom: 3px;
}

/* line 3120, reader.scss */
ul#friend-list li div.user-details div.friend span.count {
  color: #888;
  font-size: 11px;
  font-size: 1.1rem;
  margin-left: 2px;
}

/* line 3127, reader.scss */
ul#friend-list li h2 {
  font-size: 21px;
  font-size: 2.1rem;
  margin: 1px 0 0;
}

/* line 3132, reader.scss */
ul#friend-list ul.user-blogs {
  margin-top: 4px;
}

/* line 3135, reader.scss */
ul#friend-list ul.user-blogs li p {
  margin: 0;
  height: 34px;
  float: left !important;
  width: 65%;
}

/* line 3141, reader.scss */
ul#friend-list li a.sub-button {
  float: right;
}

/* line 3144, reader.scss */
ul#friend-list ul.user-blogs li p img {
  margin: 1px 12px 0 0 !important;
  height: 30px;
  float: left;
}

/* line 3149, reader.scss */
ul#friend-list ul.user-blogs li p a {
  font-size: 13px !important;
  font-size: 1.3rem !important;
  color: #1e8cbe;
}

/* line 3154, reader.scss */
ul#friend-list li span.blog-desc {
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 30px;
  line-height: 1.4em;
}

/* line 3165, reader.scss */
ul#friend-list li span.blog-desc-text {
  display: block;
}

/* line 3169, reader.scss */
ul#friend-list li ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 8px 0 8px;
  margin: 0;
}

/* line 3175, reader.scss */
ul#friend-list li ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/* line 3180, reader.scss */
ul#friend-list li ul li p a {
  color: #555;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
  border-bottom: none;
  white-space: normal;
}

/* line 3188, reader.scss */
ul#friend-list li ul li p a:hover {
  color: #1e8cbe;
  text-decoration: underline;
}

/* =Recommendations
----------------------------------------------- */
/* line 3201, reader.scss */
#recommendations-list {
  line-height: 1.7;
}

/* line 3207, reader.scss */
#recommendations-list h3 {
  line-height: 1.7;
  padding-top: 10px;
  font-size: 21px;
  font-weight: 300;
}
/* line 3215, reader.scss */
#recommendations-list ul {
  list-style: none;
  margin: 0;
  position: relative;
  z-index: 1;
}
/* line 3222, reader.scss */
#recommendations-list .topic {
  height: 90px;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
@media screen and (max-width: 480px) {
  /* line 3222, reader.scss */
  #recommendations-list .topic {
    height: 60px;
    margin: 0 10px 10px;
    /*remove height transition since we can't tween to auto height*/
    -webkit-transition: height 0s linear;
    -moz-transition: height 0s linear;
    -o-transition: height 0s linear;
    transition: height 0s linear;
  }
}
/* line 3234, reader.scss */
#recommendations-list .topic.active {
  height: 514px;
}
/* line 3236, reader.scss */
#recommendations-list .topic.active .topic-icon {
  background-color: #1e8cbe;
}
/* line 3239, reader.scss */
#recommendations-list .topic.active .toggle-arrow {
  color: #1e8cbe;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 480px) {
  /* line 3234, reader.scss */
  #recommendations-list .topic.active {
    height: auto;
  }
}
/* line 3249, reader.scss */
#recommendations-list .topic-icon {
  display: block;
  float: left;
  width: 90px;
  margin-right: 20px;
  background-color: #464646;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 480px) {
  /* line 3249, reader.scss */
  #recommendations-list .topic-icon {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
}
/* line 3261, reader.scss */
#recommendations-list .topic-icon .inside {
  display: block;
  float: left;
  width: 80px;
  height: 80px;
  margin: 5px;
  background-image: url(/wp-content/mu-plugins/atlas/css/../images/topic-icons.svg);
  background-size: 540px 360px;
}
@media screen and (max-width: 480px) {
  /* line 3261, reader.scss */
  #recommendations-list .topic-icon .inside {
    width: 40px;
    height: 40px;
    margin: 10px;
    background-size: 270px 180px;
  }
}
/* line 3280, reader.scss */
#recommendations-list .topic-icon.cat-art-design .inside {
  background-position: -5px -5px;
}
@media screen and (max-width: 480px) {
  /* line 3287, reader.scss */
  #recommendations-list .topic-icon.cat-art-design .inside {
    background-position: -2.5px -2.5px;
  }
}
/* line 3280, reader.scss */
#recommendations-list .topic-icon.cat-books .inside {
  background-position: -95px -5px;
}
@media screen and (max-width: 480px) {
  /* line 3287, reader.scss */
  #recommendations-list .topic-icon.cat-books .inside {
    background-position: -47.5px -2.5px;
  }
}
/* line 3280, reader.scss */
#recommendations-list .topic-icon.cat-business-technology .inside {
  background-position: -185px -5px;
}
@media screen and (max-width: 480px) {
  /* line 3287, reader.scss */
  #recommendations-list .topic-icon.cat-business-technology .inside {
    background-position: -92.5px -2.5px;
  }
}
/* line 3280, reader.scss */
#recommendations-list .topic-icon.cat-crafts-fashion .inside {
  background-position: -185px -95px;
}
@media screen and (max-width: 480px) {
  /* line 3287, reader.scss */
  #recommendations-list .topic-icon.cat-crafts-fashion .inside {
    background-position: -92.5px -47.5px;
  }
}
/* line 3280, reader.scss */
#recommendations-list .topic-icon.cat-culture .inside {
  background-position: -455px -5px;
}
@media screen and (max-width: 480px) {
  /* line 3287, reader.scss */
  #recommendations-list .topic-icon.cat-culture .inside {
    background-position: -227.5px -2.5px;
  }
}
/* line 3280, reader.scss */
#recommendations-list .topic-icon.cat-family .inside {
  background-position: -95px -95px;
}
@media screen and (max-width: 480px) {
  /* line 3287, reader.scss */
  #recommendations-list .topic-icon.cat-family .inside {
    background-position: -47.5px -47.5px;
  }
}
/* line 3280, reader.scss */
#recommendations-list .topic-icon.cat-fiction-poetry .inside {
  background-position: -275px -5px;
}
@media screen and (max-width: 480px) {
  /* line 3287, reader.scss */
  #recommendations-list .topic-icon.cat-fiction-poetry .inside {
    background-position: -137.5px -2.5px;
  }
}
/* line 3280, reader.scss */
#recommendations-list .topic-icon.cat-food .inside {
  background-position: -275px -95px;
}
@media screen and (max-width: 480px) {
  /* line 3287, reader.scss */
  #recommendations-list .topic-icon.cat-food .inside {
    background-position: -137.5px -47.5px;
  }
}
/* line 3280, reader.scss */
#recommendations-list .topic-icon.cat-health-wellness .inside {
  background-position: -5px -185px;
}
@media screen and (max-width: 480px) {
  /* line 3287, reader.scss */
  #recommendations-list .topic-icon.cat-health-wellness .inside {
    background-position: -2.5px -92.5px;
  }
}
/* line 3280, reader.scss */
#recommendations-list .topic-icon.cat-humor .inside {
  background-position: -365px -95px;
}
@media screen and (max-width: 480px) {
  /* line 3287, reader.scss */
  #recommendations-list .topic-icon.cat-humor .inside {
    background-position: -182.5px -47.5px;
  }
}
/* line 3280, reader.scss */
#recommendations-list .topic-icon.cat-longreads .inside {
  background-position: -275px -185px;
}
@media screen and (max-width: 480px) {
  /* line 3287, reader.scss */
  #recommendations-list .topic-icon.cat-longreads .inside {
    background-position: -137.5px -92.5px;
  }
}
/* line 3280, reader.scss */
#recommendations-list .topic-icon.cat-magazines .inside {
  background-position: -185px -275px;
}
@media screen and (max-width: 480px) {
  /* line 3287, reader.scss */
  #recommendations-list .topic-icon.cat-magazines .inside {
    background-position: -92.5px -137.5px;
  }
}
/* line 3280, reader.scss */
#recommendations-list .topic-icon.cat-musings-personal .inside {
  background-position: -455px -275px;
}
@media screen and (max-width: 480px) {
  /* line 3287, reader.scss */
  #recommendations-list .topic-icon.cat-musings-personal .inside {
    background-position: -227.5px -137.5px;
  }
}
/* line 3280, reader.scss */
#recommendations-list .topic-icon.cat-nablopomo .inside {
  background-position: -365px -185px;
}
@media screen and (max-width: 480px) {
  /* line 3287, reader.scss */
  #recommendations-list .topic-icon.cat-nablopomo .inside {
    background-position: -182.5px -92.5px;
  }
}
/* line 3280, reader.scss */
#recommendations-list .topic-icon.cat-news-current-events .inside {
  background-position: -275px -275px;
}
@media screen and (max-width: 480px) {
  /* line 3287, reader.scss */
  #recommendations-list .topic-icon.cat-news-current-events .inside {
    background-position: -137.5px -137.5px;
  }
}
/* line 3280, reader.scss */
#recommendations-list .topic-icon.cat-photography .inside {
  background-position: -95px -185px;
}
@media screen and (max-width: 480px) {
  /* line 3287, reader.scss */
  #recommendations-list .topic-icon.cat-photography .inside {
    background-position: -47.5px -92.5px;
  }
}
/* line 3280, reader.scss */
#recommendations-list .topic-icon.cat-portfolios .inside {
  background-position: -95px -275px;
}
@media screen and (max-width: 480px) {
  /* line 3287, reader.scss */
  #recommendations-list .topic-icon.cat-portfolios .inside {
    background-position: -47.5px -137.5px;
  }
}
/* line 3280, reader.scss */
#recommendations-list .topic-icon.cat-popular-culture-entertainment .inside {
  background-position: -5px -95px;
}
@media screen and (max-width: 480px) {
  /* line 3287, reader.scss */
  #recommendations-list .topic-icon.cat-popular-culture-entertainment .inside {
    background-position: -2.5px -47.5px;
  }
}
/* line 3280, reader.scss */
#recommendations-list .topic-icon.cat-religion .inside {
  background-position: -365px -275px;
}
@media screen and (max-width: 480px) {
  /* line 3287, reader.scss */
  #recommendations-list .topic-icon.cat-religion .inside {
    background-position: -182.5px -137.5px;
  }
}
/* line 3280, reader.scss */
#recommendations-list .topic-icon.cat-science-nature .inside {
  background-position: -455px -95px;
}
@media screen and (max-width: 480px) {
  /* line 3287, reader.scss */
  #recommendations-list .topic-icon.cat-science-nature .inside {
    background-position: -227.5px -47.5px;
  }
}
/* line 3280, reader.scss */
#recommendations-list .topic-icon.cat-sports-gaming .inside {
  background-position: -185px -185px;
}
@media screen and (max-width: 480px) {
  /* line 3287, reader.scss */
  #recommendations-list .topic-icon.cat-sports-gaming .inside {
    background-position: -92.5px -92.5px;
  }
}
/* line 3280, reader.scss */
#recommendations-list .topic-icon.cat-travel .inside {
  background-position: -455px -185px;
}
@media screen and (max-width: 480px) {
  /* line 3287, reader.scss */
  #recommendations-list .topic-icon.cat-travel .inside {
    background-position: -227.5px -92.5px;
  }
}
/* line 3280, reader.scss */
#recommendations-list .topic-icon.cat-websites .inside {
  background-position: -5px -275px;
}
@media screen and (max-width: 480px) {
  /* line 3287, reader.scss */
  #recommendations-list .topic-icon.cat-websites .inside {
    background-position: -2.5px -137.5px;
  }
}
/* line 3280, reader.scss */
#recommendations-list .topic-icon.cat-writing-blogging .inside {
  background-position: -365px -5px;
}
@media screen and (max-width: 480px) {
  /* line 3287, reader.scss */
  #recommendations-list .topic-icon.cat-writing-blogging .inside {
    background-position: -182.5px -2.5px;
  }
}
/* line 3318, reader.scss */
#recommendations-list .topic-content {
  position: relative;
  width: 100%;
  min-height: 90px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  z-index: 500;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  /* line 3318, reader.scss */
  #recommendations-list .topic-content {
    min-height: 50px;
  }
}
/* line 3329, reader.scss */
#recommendations-list .topic-content h3 {
  padding-top: 10px;
  font-size: 21px;
  font-weight: 300;
  clear: none;
}
@media screen and (max-width: 480px) {
  /* line 3329, reader.scss */
  #recommendations-list .topic-content h3 {
    padding-top: 0;
    font-size: 19px;
    line-height: 60px;
    max-height: 60px;
    overflow: hidden;
    max-width: 282px;
  }
}
/* line 3343, reader.scss */
#recommendations-list .topic-content ul {
  margin-top: 3px;
}
@media screen and (max-width: 480px) {
  /* line 3343, reader.scss */
  #recommendations-list .topic-content ul {
    display: none;
  }
}
/* line 3349, reader.scss */
#recommendations-list .topic-content li {
  display: inline-block;
  margin-right: 20px;
  font-size: 13px;
  color: #999;
}
/* line 3354, reader.scss */
#recommendations-list .topic-content li em {
  padding: 0px 4px;
}
/* line 3360, reader.scss */
#recommendations-list .toggle-arrow {
  color: #aaa;
  position: absolute;
  top: 40px;
  right: 20px;
  width: 15px;
  height: 15px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 480px) {
  /* line 3360, reader.scss */
  #recommendations-list .toggle-arrow {
    top: 22px;
    right: 10px;
  }
}
/* line 3373, reader.scss */
#recommendations-list .toggle-arrow .noticon:before {
  margin: 0 0 0 4px;
}
/* line 3378, reader.scss */
#recommendations-list .topic-drawer {
  width: 100%;
  height: auto;
  background: #f9f9f9;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  z-index: 0;
}
/* line 3384, reader.scss */
#recommendations-list .topic-drawer .inner {
  padding: 0;
  position: relative;
  height: 372px;
}
/* line 3388, reader.scss */
#recommendations-list .topic-drawer .inner.loading-recommendations {
  height: 423px;
}
@media screen and (max-width: 480px) {
  /* line 3388, reader.scss */
  #recommendations-list .topic-drawer .inner.loading-recommendations {
    height: auto;
    min-height: 60px;
  }
}
/* line 3395, reader.scss */
#recommendations-list .topic-drawer .inner .loading {
  padding-top: 0;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 480px) {
  /* line 3384, reader.scss */
  #recommendations-list .topic-drawer .inner {
    height: auto;
    min-height: 60px;
  }
}
/* line 3409, reader.scss */
#recommendations-list .carousel {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
/* line 3415, reader.scss */
#recommendations-list .recommended-blogs {
  overflow: hidden;
  position: relative;
}
/* line 3420, reader.scss */
#recommendations-list .blogs {
  float: left;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 480px) {
  /* line 3420, reader.scss */
  #recommendations-list .blogs {
    display: block !important;
    position: static !important;
    clear: both !important;
    padding: 0;
    -moz-transform: translateX(0px) translateY(0px) !important;
    -webkit-transform: translateX(0px) translateY(0px) !important;
    -o-transform: translateX(0px) translateY(0px) !important;
    -ms-transform: translateX(0px) translateY(0px) !important;
    transform: translateX(0px) translateY(0px) !important;
  }
}
/* line 3437, reader.scss */
#recommendations-list .blog_item {
  width: 31.212121212121%;
  /* 206 / 660 */
  width: 29.212121212121%;
  /* 206 / 660 */
  height: auto;
  float: left;
  margin-top: 20px;
  margin-left: 03.030303030303%;
  /* 20 / 660 */
  background: rgba(0, 0, 0, 0);
}
/* line 3445, reader.scss */
#recommendations-list .blog_item img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 3451, reader.scss */
#recommendations-list .blog_item img[data-src] {
  opacity: 0;
}
/* line 3455, reader.scss */
#recommendations-list .blog_item .title-description {
  height: 122px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  /* line 3455, reader.scss */
  #recommendations-list .blog_item .title-description {
    max-height: 39px;
  }
}
/* line 3462, reader.scss */
#recommendations-list .blog_item h4 {
  line-height: 1.7;
  font-size: 17px;
  font-weight: 500;
  margin-top: 6px;
  max-height: 56px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  /* line 3462, reader.scss */
  #recommendations-list .blog_item h4 {
    margin-top: 7px;
    font-size: 15px;
    font-weight: 500;
    clear: none;
    max-width: 269px;
    max-height: 23px;
  }
}
/* line 3478, reader.scss */
#recommendations-list .blog_item p {
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 13px;
  color: #666;
  max-height: 88px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  /* line 3478, reader.scss */
  #recommendations-list .blog_item p {
    display: none;
  }
}
/* line 3489, reader.scss */
#recommendations-list .blog_item ul {
  margin: 10px 0;
  padding-bottom: 9px;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 480px) {
  /* line 3489, reader.scss */
  #recommendations-list .blog_item ul {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
}
/* line 3500, reader.scss */
#recommendations-list .blog_item li {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
}
/* line 3505, reader.scss */
#recommendations-list .blog_item .noticon {
  margin: 2px 2px 0 0;
  color: #1e8cbe;
}
@media screen and (max-width: 480px) {
  /* line 3437, reader.scss */
  #recommendations-list .blog_item {
    margin-top: 0;
    position: relative;
    width: 100%;
    height: 70px;
    overflow: hidden;
    float: left;
    margin-left: 0;
    border-top: 1px solid #dfdfdf;
  }
  /* line 3518, reader.scss */
  #recommendations-list .blog_item .clip {
    width: 50px;
    height: 50px;
    float: left;
    margin: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  /* line 3525, reader.scss */
  #recommendations-list .blog_item .clip img {
    min-width: 75px !important;
    height: auto;
  }
}
/* line 3533, reader.scss */
#recommendations-list .clip {
  background: url(/wp-content/mu-plugins/atlas/css/../images/loading.gif) 84px 62px no-repeat;
  background-size: 16px 16px;
  margin-bottom: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
/* line 3544, reader.scss */
#recommendations-list .followPill,
#recommendations-list .followingPill {
  font-size: 13px;
  text-transform: none;
  background: transparent;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 480px) {
  /* line 3544, reader.scss */
  #recommendations-list .followPill,
  #recommendations-list .followingPill {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 70px;
    font-size: 25px;
    line-height: 70px;
    border-left: 1px solid #dfdfdf;
  }
}
/* line 3565, reader.scss */
#recommendations-list .followPill:before,
#recommendations-list .followingPill:before {
  font-size: 19px;
  margin: 4px 0 0 -3px;
}
@media screen and (max-width: 480px) {
  /* line 3565, reader.scss */
  #recommendations-list .followPill:before,
  #recommendations-list .followingPill:before {
    margin: 26px 11px;
  }
}
/* line 3574, reader.scss */
#recommendations-list .followPill,
#recommendations-list .followPill:before {
  color: #1e8cbe;
}
/* line 3579, reader.scss */
#recommendations-list .followPill:hover,
#recommendations-list .followPill:hover:before {
  color: #f1831e;
}
/* line 3584, reader.scss */
#recommendations-list .followingPill,
#recommendations-list .followingPill:before {
  color: #f1831e;
}
/* line 3588, reader.scss */
#recommendations-list .slider-nav {
  position: relative;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  text-align: center;
  background: #fdfdfd;
  border-top: 1px solid #dfdfdf;
}
/* line 3596, reader.scss */
#recommendations-list .slider-nav em {
  font-style: normal;
}
/* line 3599, reader.scss */
#recommendations-list .slider-nav .noticon {
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 40px;
}
/* line 3605, reader.scss */
#recommendations-list .slider-nav .prev {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  border-right: 1px solid #dfdfdf;
}
/* line 3614, reader.scss */
#recommendations-list .slider-nav .next {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  display: block;
  width: 40px;
  height: 40px;
  border-left: 1px solid #dfdfdf;
}
/* line 3624, reader.scss */
#recommendations-list .slider-nav .position {
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 0;
  right: 40px;
  text-align: center;
}
/* line 3631, reader.scss */
#recommendations-list .slider-nav .position div {
  display: inline;
}
/* line 3634, reader.scss */
#recommendations-list .slider-nav .position em {
  display: inline-block;
  padding: 0 3px;
  font-size: 30px;
  line-height: 40px;
  color: #bbb;
  cursor: pointer;
}
/* line 3642, reader.scss */
#recommendations-list .slider-nav .position .on {
  color: #1e8cbe;
}
@media screen and (max-width: 480px) {
  /* line 3588, reader.scss */
  #recommendations-list .slider-nav {
    display: none;
  }
}
@media screen and (max-width: 770px) and (min-width: 480px) {
  /* line 3652, reader.scss */
  #recommendations-list .topic.active {
    height: 539px;
  }
  /* line 3655, reader.scss */
  #recommendations-list .topic-drawer .inner {
    height: 397px;
  }
}

/* =Topics Cloud
----------------------------------------------- */
/* line 3665, reader.scss */
#reader-content .topics {
  background: white;
  padding: 20px;
}

/* line 3670, reader.scss */
#my-tags div#search-tags {
  margin-right: 20px;
  margin-top: 10px;
}

/* line 3675, reader.scss */
div#search-tags {
  float: right;
  padding: 0 2px 0 0;
}

/* line 3679, reader.scss */
#reader div#search-tags input[type=text] {
  margin-right: 3px;
  background-color: #fdfdfd;
}

/* line 3684, reader.scss */
div#search-tags input[type=text]:focus {
  color: #000;
}

/* line 3688, reader.scss */
div#search-tags input[type=button] {
  padding: 8px 12px;
  line-height: auto;
}

/* line 3693, reader.scss */
p.heatmap {
  clear: both;
  text-align: justify;
}

/* line 3698, reader.scss */
#reader .subscriptions.topics {
  width: 655px;
  padding: 0 10px;
}

/* line 3703, reader.scss */
p.heatmap a {
  font-weight: 300;
}

/* =Reader Lists
----------------------------------------------- */
/* Edit */
/* line 3711, reader.scss */
#delete-list {
  float: left;
}

/* line 3715, reader.scss */
#update-list {
  float: right;
}

/* line 3720, reader.scss */
#manage-list .editlist .sub-button {
  vertical-align: 1px;
}
/* line 3723, reader.scss */
#manage-list a.follow:before {
  margin-top: 2px;
}

/* line 3728, reader.scss */
#add-followed-blogs {
  background: white;
}

/* line 3732, reader.scss */
#add-followed-blogs ul {
  margin-left: 0;
}

/* line 3736, reader.scss */
#add-followed-blogs ul li {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 0;
  height: 57px;
  list-style-type: none;
  border-bottom: 1px solid #F5F5F5;
  clear: both;
  box-sizing: border-box;
}
/* line 3746, reader.scss */
#add-followed-blogs ul li:last-of-type {
  border-bottom: none;
}
/* line 3753, reader.scss */
#add-followed-blogs ul li:before, #add-followed-blogs ul li:after {
  box-sizing: inherit;
}

/* line 3758, reader.scss */
#add-followed-blogs .avatar {
  float: left;
  background: #E8F0F5;
  margin: 4px 11px 0 15px;
  width: 32px;
  height: 32px;
}

/* line 3766, reader.scss */
#add-followed-blogs h5 {
  clear: none;
  margin-top: 8px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.35;
}

/* line 3775, reader.scss */
a.add-suggested-list-item {
  position: absolute;
  right: 15px;
  top: 15px;
}

/* View */
/* line 3782, reader.scss */
.empty-list {
  color: #999;
  padding: 20px !important;
}

/* line 3786, reader.scss */
.editlist .sub-button {
  vertical-align: 5px;
  margin-left: 5px;
}

/* line 3790, reader.scss */
table.manage span#item-loading, table.manage span#list-loading {
  display: none;
}

/* line 3793, reader.scss */
table.manage span#list-loading {
  right: 25px;
}

/* line 3798, reader.scss */
.list-desc {
  display: block;
  font-style: normal;
  line-height: 1.5;
  opacity: 0.6;
  font-size: 14px;
  font-weight: 500;
}
/* line 3806, reader.scss */
.list-desc:empty {
  display: none;
}

/* line 3811, reader.scss */
.list-buttons {
  position: absolute;
  top: 15px;
  right: 10px;
}

/* line 3817, reader.scss */
.list-public {
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
}

/* line 3822, reader.scss */
.list-public {
  font-weight: 300;
  line-height: 1;
  color: #404040;
}

/* =Reader Sidebar styles
----------------------------------------------- */
/* line 3831, reader.scss */
#sidebar {
  margin-top: 16px;
}

/* line 3835, reader.scss */
#sidebar ul li a.removing {
  color: #aaa;
}

/* line 3840, reader.scss */
#sidebar li.loading a.edit,
.sidebar li.loading a.remove-topic {
  display: none;
}

/* line 3844, reader.scss */
#sidebar ul li a.load-topic-page:hover {
  color: #78c8e6;
}

/* line 3849, reader.scss */
#sidebar ul li .load-topic-page span,
#reader #sidebar-topics #sidebar-header > span {
  display: inline-block;
  vertical-align: text-top;
  height: 20px;
  margin-right: 6px;
  padding-left: 18px;
}

/* line 3857, reader.scss */
#sidebar ul.notags li .load-topic-page span {
  display: none;
}

/* line 3861, reader.scss */
#sidebar ul li .load-topic-page span {
  background-position: -4px -201px;
  padding-left: 14px;
}

/* line 3866, reader.scss */
#sidebar .sidebar-topics .sidebar-header a.load-page {
  width: auto;
  float: right;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 5px 0 0;
}

/* line 3874, reader.scss */
#sidebar ul li#add-list-input, #sidebar ul li#add-topic-input {
  position: relative;
}

/* line 3879, reader.scss */
#sidebar ul li input#add-list-text, #sidebar ul li input#add-topic-text,
div#search-tags input[type=text] {
  color: #aaa;
  margin: 0 3px 4px 3px;
  padding: 8px 17px;
  display: inline-block;
  width: 120px;
  border: none;
  font-size: 13px;
  font-size: 1.3rem;
  background: #fff;
  border: 1px solid #D7E0E8;
}

/* line 3892, reader.scss */
#sidebar ul li input#add-list-text:hover, #sidebar ul li input#add-topic-text:hover,
div#search-tags input[type=text]:hover {
  border-color: #A8BECE;
  cursor: pointer;
}

/* line 3897, reader.scss */
#sidebar ul li input#add-list-text:focus, #sidebar ul li input#add-topic-text:focus,
div#search-tags input[type=text]:focus {
  outline: none;
  border-color: #63C9E9;
  box-shadow: 0 0 0 2px #78DCFA;
}

/* line 3903, reader.scss */
#sidebar ul li input#add-list-text, #sidebar ul li input#add-topic-text {
  width: calc(100% - 6px );
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3911, reader.scss */
#sidebar ul#sidebar-lists-list li a.list-title, #sidebar ul#sidebar-topics-list li a {
  padding-right: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 3918, reader.scss */
#sidebar ul li a.add-list, #sidebar ul li a.add-topic {
  position: absolute;
  top: 2px;
  right: 6px;
  padding: 0;
  background: transparent;
  color: #A8BECE;
}

/* line 3926, reader.scss */
#sidebar ul li a.add-list:hover, #sidebar ul li a.add-topic:hover {
  color: #00aadc;
}

/* line 3929, reader.scss */
#sidebar ul li a.add-list span, #sidebar ul li a.add-topic span {
  display: none;
}

/* line 3932, reader.scss */
#sidebar ul li a.add-list:before, #sidebar ul li a.add-topic:before {
  content: '\f801';
  display: inline-block;
  font: normal 32px/1 'Noticons';
  -webkit-font-smoothing: antialiased;
}

/* line 3939, reader.scss */
div#search-tags input[type=text] {
  padding: 5px 8px;
  margin-top: 1px;
  vertical-align: bottom;
}

/* line 3944, reader.scss */
#sidebar ul li input#add-list-text:focus, #sidebar ul li input#add-topic-text:focus {
  color: #444;
}

/* line 3948, reader.scss */
#reader .sidebar .spinner {
  padding-left: 4px;
}

/* line 3952, reader.scss */
#reader a.subsettings {
  margin-left: 15px;
  padding-bottom: 24px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  color: #aaa;
  display: block;
  width: 170px;
  float: left;
}

/* line 3964, reader.scss */
#reader a.subsettings:hover {
  color: #78c8e6;
}

/* line 3968, reader.scss */
#reader #topics-widget {
  display: none;
}

/* line 3972, reader.scss */
#reader #topics-widget.visible {
  display: block;
}

/* line 3976, reader.scss */
#reader #topics-tabs div.tab-body {
  padding: 1em;
  display: none;
  border-top: 1px solid #ccc;
  clear: both;
}

/* line 3983, reader.scss */
#reader #topics-tabs div.active {
  display: block;
  background: #fff;
}

/* line 3988, reader.scss */
#reader #topics-tabs ul.tab-headings {
  padding: 0 14px;
  margin: 0px;
  list-style: none;
}

/* line 3994, reader.scss */
#reader #topics-tabs .tab-headings li {
  float: left;
  border: 1px solid #ccc;
  border-bottom-width: 0px;
  padding: 0 4px;
  margin: 0 0.4em 0 0;
}

/* line 4002, reader.scss */
#reader #topics-tabs .tab-headings li a {
  width: auto;
}

/* line 4006, reader.scss */
#reader #topics-tabs .tab-headings li.active {
  padding-bottom: 1px;
  position: relative;
  top: 1px;
  margin-top: -1px;
  background: #fff;
}

/* =Reader single blog view styles
----------------------------------------------- */
/* line 4018, reader.scss */
#reader-header-single {
  overflow: hidden;
}

/* line 4022, reader.scss */
#reader-header-single h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 14px -5px 5px;
}

/* line 4030, reader.scss */
#reader-header-single h2 a.sub-button {
  display: inline-block;
  top: -4px;
  position: relative;
  margin-left: 5px;
}

/* line 4037, reader.scss */
#reader-header-single .actions {
  float: right;
  margin-top: 4px;
}

/* line 4042, reader.scss */
#reader-header-single .sub-avatar, #reader-header-single .sub-avatar .avatar {
  height: 65px;
  width: 65px;
  background: rgba(255, 255, 255, 0.6);
}

/* line 4048, reader.scss */
#reader-header-single .sub-avatar img {
  height: 65px;
  width: 65px;
}

/* line 4053, reader.scss */
#reader-header-single p.follow, #reader-header-single ul.filter {
  margin-right: 20px;
  margin-left: 0;
  float: left;
}

/* line 4059, reader.scss */
#reader-header-single .follow-count {
  display: inline-block;
  margin: 6px 0 0 5px;
  position: relative;
  color: #888;
}

/* line 4066, reader.scss */
#reader-header-single .view-blog {
  float: right;
}

/* line 4070, reader.scss */
#reader-header-single .view-blog a {
  background: none !important;
  /* @todo: remove the 2x rule requiring the !important to override */
}

/* line 4074, reader.scss */
#reader-header-single .description {
  padding-top: 10px;
  margin: 0 0 40px 80px;
  clear: both;
  color: #666;
}

/* =Reader responsive styles
----------------------------------------------- */
@media screen and (max-device-width: 1024px) {
  /* line 4086, reader.scss */
  .fpb-touch-device #fpb-ui {
    height: auto;
    min-height: 100%;
  }

  /* line 4091, reader.scss */
  .fpb-touch-device #fpb-ui #fpb-box {
    height: auto;
  }

  /* line 4095, reader.scss */
  .fpb-touch-device #fpb-ui #fpb-comments-box {
    padding: 12px 15px 106px;
  }
}
@media screen and (max-width: 940px) and (min-width: 771px) {
  /* Freshly Pressed */
  /* line 4103, reader.scss */
  .page-fresh .reader-header #view-toggle {
    margin: 0;
    line-height: 16px;
  }

  /* line 4108, reader.scss */
  .page-fresh.grid .sub {
    width: 48%;
    margin-right: 1%;
    margin-bottom: 20px;
  }

  /* line 4114, reader.scss */
  #reader-content.grid h4, #reader-content.grid h5 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 770px) and (min-width: 240px) {
  /* line 4126, reader.scss */
  #wpcom-satbar {
    display: none;
  }

  /* line 4128, reader.scss */
  div.sub {
    margin-left: 10px;
    margin-right: 10px;
  }

  /* line 4133, reader.scss */
  #tab-content .right-column-inner.transition {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }

  /* line 4141, reader.scss */
  .tab.has-sidebar {
    margin-top: 18px;
  }

  /* line 4144, reader.scss */
  .right-column-outer.open {
    -webkit-transform: translate3d(0, 0, 0);
  }
  /* line 4147, reader.scss */
  .right-column-outer.open .sidebar-toggle:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* line 4153, reader.scss */
  .right-column-outer.open .sub {
    opacity: 0.5;
    pointer-events: none;
  }

  /* line 4158, reader.scss */
  #tab-content .right-column-inner {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 4162, reader.scss */
  #tab-content #reader-content {
    padding: 0;
  }

  /* line 4166, reader.scss */
  #tab-content #sidebar {
    display: none;
  }

  /* line 4170, reader.scss */
  #tab-content #sidebar.show {
    display: block;
  }

  /* line 4174, reader.scss */
  #tab-content #sidebar.left-column-outer {
    /* @todo: the z index and 100% width kinda obscures the lovely leftward animation */
    position: fixed;
    top: 30px;
    left: 16px;
    bottom: 0;
    overflow: hidden;
    overflow-y: scroll;
    width: 240px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }

  /* line 4188, reader.scss */
  #tab-content #sidebar .left-column-inner,
  #sidebar ul {
    background: transparent;
  }

  /* line 4191, reader.scss */
  #sidebar ul li.sidebar-header {
    margin-left: 20px;
  }

  /* line 4194, reader.scss */
  #sidebar ul li.sidebar-header a {
    border: none;
  }

  /* line 4198, reader.scss */
  #tab-content ul li .load-topic-page span {
    padding-left: 0;
  }

  /* line 4202, reader.scss */
  #reader-header-single .actions {
    display: inline-block;
    margin: 14px 0 0 60px;
    clear: both;
    float: none;
    min-width: 190px;
  }

  /* line 4210, reader.scss */
  #reader-header-single .actions p {
    margin-bottom: 0;
  }

  /* line 4214, reader.scss */
  #reader-header-single p.description {
    padding-top: .5em;
    margin-left: 60px;
    padding-right: 0;
  }

  /* Freshly Pressed */
  /* line 4222, reader.scss */
  .page-fresh .reader-header #view-toggle {
    margin: 0;
    line-height: 16px;
  }

  /* line 4227, reader.scss */
  .grid .sub {
    width: 45%;
    margin-right: .5%;
    margin-bottom: 20px;
  }

  /* line 4233, reader.scss */
  #reader-content.grid h4, #reader-content.grid h5 {
    font-size: 20px;
    font-size: 2rem;
  }

  /* line 4238, reader.scss */
  .grid .sub:nth-child(1n) {
    margin-right: .5%;
  }

  /* line 4242, reader.scss */
  .grid .sub:nth-child(2n+2) {
    margin-right: 0;
  }

  /* Full post mobile view */
  /* line 4252, reader.scss */
  #fpb-ui #fpb-box {
    margin: 0;
    box-shadow: none;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
  }

  /* line 4262, reader.scss */
  #fpb-ui #fpb-post-content,
  #fpb-ui h1, #fpb-ui #fpb-post-meta {
    padding: 0 15px;
  }

  /* line 4266, reader.scss */
  #fpb-ui #fpb-comments-box {
    padding: 12px 15px;
  }

  /* line 4270, reader.scss */
  #fpb-ui #wpcom-stats {
    position: absolute;
    bottom: -15px;
    height: 0;
    margin: 0;
    padding: 0;
  }

  /* line 4278, reader.scss */
  #fpb-ui a.original {
    display: none;
  }

  /* line 4282, reader.scss */
  #fpb-ui #fpb-content {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  /* line 4287, reader.scss */
  #fpb-ui #fpb-comment-form {
    position: relative;
  }

  /* line 4291, reader.scss */
  #fpb-ui .formatting-hint {
    display: none;
  }

  /* line 4295, reader.scss */
  #fpb-ui #fpb-comment-form .avatar {
    display: none;
  }

  /* line 4299, reader.scss */
  #fpb-ui #fpb-post-meta {
    line-height: 220%;
    padding-top: 15px;
  }

  /* line 4304, reader.scss */
  #fpb-ui .follow-button {
    display: none;
  }

  /* line 4308, reader.scss */
  #fpb-ui a.followPill:before, a.followingPill:before {
    margin-top: 1px;
  }

  /* line 4312, reader.scss */
  #fpb-ui #fpb-comment-form {
    padding: 25px 15px;
  }

  /* line 4316, reader.scss */
  #reader.my-blog .reader-header {
    margin-bottom: 40px;
  }

  /* line 4320, reader.scss */
  #reader.my-blog .right-column-outer.open + .blog-form {
    -webkit-transform: translate3d(-262px, 0, 0);
    -moz-transform: translate3d(-262px, 0, 0);
    transform: translate3d(-262px, 0, 0);
  }

  /* line 4326, reader.scss */
  #reader .blog-form {
    left: 5em;
    top: 20px;
    z-index: 10;
    width: 180px;
  }

  /* line 4333, reader.scss */
  #reader.my-blog .blog-form {
    left: 10px;
    top: 55px;
    transition: 0.2s transform;
  }

  /* line 4339, reader.scss */
  #reader .blog-form label {
    display: none;
  }

  /* line 4343, reader.scss */
  #subs-loading {
    position: relative;
    left: 10px;
    top: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 33.3124em) {
  /* Shrink font sizes for very small screens */
  /* Post adjustments */
  /* line 4353, reader.scss */
  div.sub {
    padding: 0 16px 10px;
  }

  /* line 4357, reader.scss */
  div.post-meta {
    padding: 8px 0 6px;
    min-height: auto;
  }

  /* line 4362, reader.scss */
  #reader-content h4 {
    font-size: 21px;
    line-height: 1.318;
    margin: 18px 0 0;
  }

  /* line 4368, reader.scss */
  .wpcom-enhanced-excerpt {
    font-size: 14px;
    line-height: 1.5;
  }

  /* line 4373, reader.scss */
  #reader-content .post-content {
    margin-top: 10px;
  }

  /* line 4377, reader.scss */
  a.primary-tag {
    margin: 10px 0 -13px 0;
  }

  /* line 4381, reader.scss */
  div.sub-body-content .featured-thumbnail {
    float: none;
    margin-right: 0;
    max-height: auto;
    min-height: 120px;
    overflow: hidden;
    max-width: 100%;
    text-align: center;
  }

  /* line 4391, reader.scss */
  div.sub-body-content .featured-thumbnail img {
    width: auto;
    margin: 0 auto;
  }

  /* line 4396, reader.scss */
  div.sub div.featured-media.gallery {
    max-height: 420px;
  }

  /* line 4400, reader.scss */
  .grid .sub {
    width: auto;
    float: none;
    margin-right: 15px;
    min-height: 350px;
  }

  /* line 4408, reader.scss */
  .grid .sub:nth-child(1n),
  .grid div.sub:nth-child(3n-2) {
    margin-right: 15px;
  }

  /* line 4412, reader.scss */
  .reader-header .page-activity .new-post-notify:after {
    display: none;
    content: '';
  }

  /* line 4417, reader.scss */
  .reblog-ui .canceltext {
    display: none;
  }

  /* line 4420, reader.scss */
  .reblog-ui textarea {
    width: 96%;
  }

  /* line 4424, reader.scss */
  div.sub-content-footer {
    min-height: auto;
  }

  /* line 4428, reader.scss */
  div.sub-content-footer .reactions {
    left: 16px;
    bottom: 16px;
  }
}
@media screen and (max-width: 500px) {
  /* Mobile portrait width */
  /* line 4435, reader.scss */
  table.manage td {
    max-width: 250px;
  }
}
@media screen and (max-width: 60em) {
  /* The width where the topics tabs padding needs to be adjusted. */
  /* line 4441, reader.scss */
  #reader #topics-tabs .tab-headings li {
    margin: 0 0.1em 0 0;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 48.2em) {
  /* This is where the sidebar collapses for small screens */
  /* line 4448, reader.scss */
  #reader #topics-tabs ul.tab-headings {
    overflow: visible;
  }

  /* line 4452, reader.scss */
  #tab-content, #reader.tab {
    overflow: hidden;
  }

  /* line 4456, reader.scss */
  #reader.tab {
    margin-top: 0;
  }

  /* line 4460, reader.scss */
  form#suggestions {
    margin: 0;
  }

  /* line 4464, reader.scss */
  #kingmaker-suggested {
    padding-top: 0;
  }

  /* line 4468, reader.scss */
  #kingmaker-suggested .reader-header {
    text-align: left;
  }

  /* line 4473, reader.scss */
  ul.kingmaker-suggested-list,
  .kingmaker-topic-container {
    padding: 10px;
  }

  /* line 4477, reader.scss */
  ul.kingmaker-suggested-list, ul.kingmaker-suggested-list li {
    margin-left: 0;
    margin-right: 0;
  }

  /* line 4482, reader.scss */
  #reader-content .reader-header {
    margin: 0;
    min-height: 58px;
    padding: 13px 46px;
    background-color: #e8f0f5;
    background-size: 15px 12px;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 4499, reader.scss */
  .reader-header .sidebar-toggle {
    display: block;
  }

  /* line 4502, reader.scss */
  .reader-header .sidebar-toggle::after {
    color: #1e8cbe;
    content: '\f419';
    font-family: 'Noticons';
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    position: absolute;
    padding: 20px 16px;
    left: 0;
    top: 0;
    -webkit-font-smoothing: antialiased;
  }

  /* line 4518, reader.scss */
  #reader-content .reader-header div.checking-new table
  #reader-content .reader-header div.checking-new .checking {
    display: none;
  }

  /* line 4519, reader.scss */
  html.no-scroll #reader-content .reader-header div.checking-new {
    display: none;
  }

  /* New post notification */
  /* line 4522, reader.scss */
  #reader-content .reader-header .page-activity {
    position: absolute;
    top: 14px;
    right: 3px;
    left: auto;
  }

  /* line 4529, reader.scss */
  .reader-header div.new-post-notify {
    margin: -1px 8px 0 20px;
    padding: 4px 11px;
  }

  /* line 4534, reader.scss */
  span.count-text {
    display: none;
  }

  /* line 4538, reader.scss */
  .reader-header h2 {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    margin: 0;
  }

  /* line 4546, reader.scss */
  div.sub-content-footer .actions {
    margin-right: -20px;
  }

  /* Edit following options screen */
  /* line 4551, reader.scss */
  #reader-content #manage-subs .reader-header {
    margin: 0 -10px;
  }

  /* line 4557, reader.scss */
  table.manage td.emaildelivery,
  table.manage td.jabberdelivery,
  table.manage td.deliverytype {
    display: none;
  }

  /* line 4561, reader.scss */
  table.manage td.deliverytype, table.manage td.addblog, table.manage td.editlist {
    padding: 10px 6px 13px !important;
  }

  /* line 4565, reader.scss */
  table.manage td.addblog input[type="text"], table.manage td.editlist input[type="text"] {
    padding: 12px 8px;
    min-width: 60%;
  }

  /* line 4570, reader.scss */
  table.manage a.button-secondary {
    position: relative;
    top: 14px;
    padding: 13px 20px;
    margin-top: 5px;
  }

  /* line 4577, reader.scss */
  table.manage span.noticon {
    position: relative;
    top: 6px;
    float: right;
    font-size: 25px !important;
    font-size: 2.5rem !important;
    line-height: 0.35 !important;
    padding: 13px 4px 10px 2px;
    border-radius: 50%;
  }

  /* line 4588, reader.scss */
  table.manage span#list-loading, table.manage span#item-loading, table.manage span#subscribe-loading {
    display: none !important;
  }

  /* Friend Finder adjustments */
  /* line 4595, reader.scss */
  .friend-finder {
    padding: 1px 10px 0;
    margin: 0 1em;
    overflow: visible;
  }

  /* line 4601, reader.scss */
  #reader-content .friend-finder .reader-header {
    margin: 0 -10px;
  }

  /* line 4605, reader.scss */
  ul#ff-services {
    padding-top: 0;
    border-top: 1px solid #eee;
  }

  /* line 4612, reader.scss */
  ul#ff-services li,
  ul#ff-services li:nth-child(even),
  ul#ff-services li:first-child,
  ul#ff-services li:nth-child(2) {
    float: none;
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
  }

  /* line 4618, reader.scss */
  ul#ff-services li:first-child, ul#ff-services li:nth-child(2) {
    border-top: none;
  }

  /* line 4621, reader.scss */
  ul#friend-list ul.user-blogs {
    margin-top: 0;
  }

  /* line 4624, reader.scss */
  ul#friend-list ul.user-blogs li {
    padding-top: 6px;
  }

  /* line 4627, reader.scss */
  ul#friend-list .user-blogs li p {
    padding-bottom: 40px;
  }

  /* line 4630, reader.scss */
  ul#friend-list li a.sub-button {
    float: none;
    display: inline-block;
    width: auto;
    position: absolute;
    bottom: 0;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 6px 10px !important;
  }

  /* line 4640, reader.scss */
  ul#friend-list ul.user-blogs li p {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
  }

  /* line 4645, reader.scss */
  ul#friend-list li div.user-details {
    margin-left: 80px;
  }

  /* line 4648, reader.scss */
  ul#friend-list li span.blog-desc {
    width: 80% !important;
    height: 3em;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  /* line 4658, reader.scss */
  #fpb-ui .fpb-comments li .c-avatar img {
    height: 25px;
    width: 25px;
  }

  /* line 4662, reader.scss */
  #fpb-ui .fpb-comments li .c-content {
    margin-left: 35px;
  }

  /* line 4666, reader.scss */
  #fpb-ui .fpb-comments ul {
    margin: 15px 0 15px 10px;
  }

  /* line 4670, reader.scss */
  #fpb-ui .fpb-comments li {
    margin-bottom: 15px;
  }
}
/* =2x Graphic Replacements
----------------------------------------------- */
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* line 4686, reader.scss */
  #homenav li.settings a,
  #homenav li.welcome a,
  #sidebar ul li .load-topic-page span,
  #reader #sidebar-topics #sidebar-header > span {
    background-image: url(/wp-content/mu-plugins/atlas/css/../images/newdash-sprite-2x.png);
  }

  /* line 4690, reader.scss */
  ul#ff-services a#facebook span {
    background-image: url(/wp-content/mu-plugins/atlas/css/../images/friends-facebook-2x.png);
  }

  /* line 4693, reader.scss */
  ul#ff-services a#google span {
    background-image: url(/wp-content/mu-plugins/atlas/css/../images/friends-gmail-2x.png);
  }

  /* line 4696, reader.scss */
  ul#ff-services a#twitter span {
    background-image: url(/wp-content/mu-plugins/atlas/css/../images/friends-twitter-2x.png);
  }

  /* line 4700, reader.scss */
  li.kingmaker-suggested-cat div.kingmker-suggested-caticon div {
    background-image: url(/wp-content/mu-plugins/atlas/css/../images/recommended-2x.png);
  }

  /* line 4703, reader.scss */
  #reader-header-single .view-blog a {
    background-image: url(/wp-content/mu-plugins/atlas/css/../images/open-sprite-2x.png);
    background-size: 12px 24px;
  }
}
/* TOS & blocking
----------------------------------------------- */
/* line 4712, reader.scss */
.tos-removal, .blocked-blog-notice {
  text-align: center;
}

/* line 4715, reader.scss */
.tos-removal span, .blocked-blog-notice span {
  font-weight: bold;
  color: #000;
}

/* line 4719, reader.scss */
div.wpcom-bubble {
  width: 166px;
  margin: 0;
  padding: 0;
}

/* line 4724, reader.scss */
.bubble-txt {
  margin: 10px 0 10px 12px;
}

/* line 4727, reader.scss */
div.wpcom-bubble .bubble-txt a {
  display: block;
}

/* line 4730, reader.scss */
div.wpcom-bubble ul li a {
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 4734, reader.scss */
.notice-undo .spinner {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}

/* line 4739, reader.scss */
div.wpcom-bubble .reported-mature {
  display: none;
}

/* line 4743, reader.scss */
.post-counts {
  text-align: left;
  vertical-align: middle;
  color: #AAA;
  font-size: 12px;
  font-size: 1.2rem;
}

/* An override for the Activity page - most of the Activity page uses fpb-ui */
/* line 4752, reader.scss */
.sub.format-activity.format-with-comments {
  padding-bottom: 0;
}

/* line 4756, reader.scss */
.sub.format-activity .view-all-comments a.comment {
  font-size: 12px;
  margin-left: 25px;
}

/* line 4761, reader.scss */
.sub.format-activity .view-all-comments a.comment:before {
  font-size: 16px !important;
  width: 20px;
  margin-top: 4px;
  margin-bottom: -8px;
  margin-right: 0px;
}

/* line 4769, reader.scss */
.sub.format-activity ul.activity-comments {
  border-top: 1px #f6f6f6 solid;
}

/* line 4773, reader.scss */
.sub.format-activity ul.activity-comments li {
  font-size: 1.6rem;
  border-top: 1px #f6f6f6 solid;
}

/* line 4778, reader.scss */
.sub.format-activity.format-activity ul.activity-comments li {
  font-size: 1.6rem;
  line-height: 1.875rem;
}

/* line 4783, reader.scss */
.activity-comments li .c-avatar img {
  width: 32px;
  height: 32px;
}

/* line 4788, reader.scss */
.activity-comments li .c-content {
  margin-left: 43px;
}

/* line 4792, reader.scss */
.activity-comments li .c-content {
  line-height: 24.25px;
}

/* line 4796, reader.scss */
.activity-comments li .c-meta .c-author {
  font-size: 13px;
}

/* line 4800, reader.scss */
.activity-comments li .c-time {
  margin-top: 0px;
  font-size: 11px;
}

/* line 4805, reader.scss */
.activity-comments li p:last-of-type {
  margin-bottom: 0px;
}

/* line 4811, reader.scss */
div.sub.format-activity blockquote,
div.sub.format-activity code,
div.sub.format-activity pre {
  color: #333;
  background: #e8f0f5;
}
/*
Theme Name: Discover the Reader
Author: Automattic
Author URI: http://automattic.com/
Description: Features the best of WordPress.com
Version: 1.0
*/
/* line 1, _opt_out.scss */
.opt-out-content {
  margin-top: 30px;
}
/* line 3, _opt_out.scss */
.opt-out-content p {
  margin-bottom: 1em;
}

/* line 7, _opt_out.scss */
#opt-out-trophy {
  height: auto;
  float: right;
  width: 30%;
  margin-top: 2em;
}

/* line 13, _opt_out.scss */
.opt-out-left {
  width: 60%;
}

/* =Reset and define basic typography
-------------------------------------------------------------- */
@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* line 10, _reset.scss */
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, footer, header, hgroup, menu, nav, section, summary, mark, audio, video {
  border: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  vertical-align: baseline;
}

/* line 22, _reset.scss */
input,
button,
textarea,
select {
  font-family: "Open Sans", sans-serif;
}

/* line 30, _reset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

/* line 34, _reset.scss */
ol,
ul {
  list-style: none;
}

/* line 37, _reset.scss */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 42, _reset.scss */
a:focus {
  outline: thin dotted;
}

/* line 54, _reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 57, _reset.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* =Basic Styles
-------------------------------------------------------------- */
/* line 5, _basic_styles.scss */
html {
  font-size: 62.5%;
}

/* line 8, _basic_styles.scss */
body {
  background: #E8F0F5;
  line-height: 1.5;
  font-size: 15px;
  font-size: 1.5rem;
}

/* line 15, _basic_styles.scss */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 21, _basic_styles.scss */
a {
  color: #1e8cbe;
  text-decoration: none;
}

/* line 26, _basic_styles.scss */
a:hover {
  color: #0074a2;
}

/* line 30, _basic_styles.scss */
a:active {
  color: #78c8e6;
}

/* line 35, _basic_styles.scss */
::-moz-selection,
::selection {
  background: #1e8cbe;
  color: #fff;
}

/* line 42, _basic_styles.scss */
.button,
input[type=submit],
button {
  background-color: #ddd;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  height: auto;
  line-height: 1em;
  margin-right: 3px;
  margin-right: 0.3rem;
  padding: .6em 1.2em 0.7em;
  text-align: center;
  text-decoration: none;
  background-image: -moz-linear-gradient(top, #f1f1f1 0%, #e5e5e5 100%);
  background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #f1f1f1 0%, #e5e5e5 100%);
}

/* line 69, _basic_styles.scss */
.button:hover,
input[type=submit]:hover,
button:hover {
  background-color: #eee;
  color: #000;
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #e5e5e5 100%);
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #e5e5e5 100%);
}

/* line 80, _basic_styles.scss */
.button:active,
input[type=submit]:active,
button:active {
  background-color: #eee;
  background-image: -moz-linear-gradient(top, #dddddd 0%, #cccccc 100%);
  background-image: -webkit-linear-gradient(top, #dddddd 0%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #dddddd 0%, #cccccc 100%);
}

/* line 88, _basic_styles.scss */
.button-highlighted {
  background-color: #f1831e;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  color: #fff;
  background-image: -moz-linear-gradient(top, #f1831e 0%, #f1831e 100%);
  background-image: -webkit-linear-gradient(top, #f1831e 0%, #f1831e 100%);
  background-image: linear-gradient(to bottom, #f1831e 0%, #f1831e 100%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 103, _basic_styles.scss */
.button-highlighted:hover {
  background-color: #ff9636;
  background-image: -moz-linear-gradient(top, #f1831e 0%, #f1831e 100%);
  background-image: -webkit-linear-gradient(top, #f1831e 0%, #f1831e 100%);
  background-image: linear-gradient(to bottom, #f1831e 0%, #f1831e 100%);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

/* line 114, _basic_styles.scss */
.button-highlighted:active {
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 2px;
  border-width: 0;
  background-image: -moz-linear-gradient(top, #e4711d 0%, #e4711d 100%);
  background-image: -webkit-linear-gradient(top, #e4711d 0%, #e4711d 100%);
  background-image: linear-gradient(to bottom, #e4711d 0%, #e4711d 100%);
  -webkit-box-shadow: inset 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
}

/* line 128, _basic_styles.scss */
.button-highlighted:hover {
  color: #fff;
}

/* line 133, _basic_styles.scss */
.button-primary,
input.button-primary {
  background-color: #2ea2cc;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-top-color: rgba(0, 0, 0, 0.05);
  color: #fff;
  background-image: -moz-linear-gradient(top, #2ea2cc 0%, #1e8cbe 100%);
  background-image: -webkit-linear-gradient(top, #2ea2cc 0%, #1e8cbe 100%);
  background-image: linear-gradient(to bottom, #2ea2cc 0%, #1e8cbe 100%);
}

/* line 145, _basic_styles.scss */
.button-primary:hover,
input.button-primary:hover {
  color: #fff;
  background-image: -moz-linear-gradient(top, #31acd6 0%, #1e8cbe 100%);
  background-image: -webkit-linear-gradient(top, #31acd6 0%, #1e8cbe 100%);
  background-image: linear-gradient(to bottom, #31acd6 0%, #1e8cbe 100%);
}

/* line 154, _basic_styles.scss */
.button-primary:active,
input.button-primary:active {
  color: rgba(255, 255, 255, 0.9);
  background-image: -moz-linear-gradient(top, #1e8cbe 0%, #1c83af 100%);
  background-image: -webkit-linear-gradient(top, #1e8cbe 0%, #1c83af 100%);
  background-image: linear-gradient(to bottom, #1e8cbe 0%, #1c83af 100%);
}

/* line 163, _basic_styles.scss */
.button-secondary,
input.button-secondary {
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  color: #fff;
  background-color: #0074a2;
  background-image: -moz-linear-gradient(top, #0074a2 0%, #0074a2 100%);
  background-image: -webkit-linear-gradient(top, #0074a2 0%, #0074a2 100%);
  background-image: linear-gradient(to bottom, #0074a2 0%, #0074a2 100%);
}

/* line 174, _basic_styles.scss */
.button-secondary:hover,
input.button-secondary:hover {
  color: #fff;
  background-color: #0074a2;
  background-image: -moz-linear-gradient(top, #0074a2 0%, #0074a2 100%);
  background-image: -webkit-linear-gradient(top, #0074a2 0%, #0074a2 100%);
  background-image: linear-gradient(to bottom, #0074a2 0%, #0074a2 100%);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 86, 182, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(0, 86, 182, 0.3);
}

/* line 187, _basic_styles.scss */
.button-secondary:active,
input.button-secondary:active {
  color: rgba(255, 255, 255, 0.9);
  margin-top: 2px;
  border-width: 0;
  background-color: #005684;
  background-image: -moz-linear-gradient(top, #005684 0%, #005684 100%);
  background-image: -webkit-linear-gradient(top, #005684 0%, #005684 100%);
  background-image: linear-gradient(to bottom, #005684 0%, #005684 100%);
  -webkit-box-shadow: inset 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 1px 10px 0px rgba(0, 0, 0, 0.25);
}

/* =Header Styles
-------------------------------------------------------------- */
/* line 5, _header_styles.scss */
.wpcom-header {
  background: #1e8cbe;
  border-bottom: 1px solid #005684;
  height: 46px;
  height: 4.6rem;
  left: 0;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* line 21, _header_styles.scss */
.wpcom-header .wpcom-title {
  display: inline-block;
  float: left;
  text-rendering: optimizeLegibility;
}
/* line 27, _header_styles.scss */
.wpcom-header .wpcom-title a:first-child,
.wpcom-header .wpcom-title a.home-link,
.wpcom-header .wpcom-title a.mobile-menu {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIGlkPSJTaGFwZV8xIj4NCgk8Zz4NCgkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE2LjAzLDBDNy4xOTEsMCwwLDcuMTc5LDAsMTUuOTk5QzAsMjQuODIyLDcuMTkxLDMyLDE2LjAzLDMyQzI0Ljg3LDMyLDMyLDI0LjgyMiwzMiwxNS45OTkNCgkJCUMzMiw3LjE3OSwyNC44NywwLDE2LjAzLDB6IE0xLjYxNywxNS45OTljMC0yLjA4NCwwLjQ0OS00LjA2NSwxLjI0OS01Ljg1NGw2Ljg3NSwxOC44MDJDNC45MzMsMjYuNjE0LDEuNjE3LDIxLjY5NCwxLjYxNywxNS45OTl6DQoJCQkgTTE2LjAzLDMwLjM4N2MtMS40MTQsMC0yLjc4LTAuMjA4LTQuMDcxLTAuNTg3bDQuMzI0LTEyLjU0Mmw0LjM2OCwxMi4xMTRjMC4wMjksMC4wNzEsMC4wNjQsMC4xMzYsMC4xMDQsMC4xOTgNCgkJCUMxOS4yNTgsMzAuMDk3LDE3LjcwOSwzMC4zODcsMTYuMDMsMzAuMzg3eiBNMTcuOTU1LDkuMjU1YzAuODY4LTAuMDQ1LDEuNjQ5LTAuMTM2LDEuNjQ5LTAuMTM2DQoJCQljMC43NzYtMC4wOTIsMC42ODUtMS4yMzItMC4wOTItMS4xODZjMCwwLTIuMjczLDAuMTgzLTMuNzc5LDAuMTgzYy0xLjQxNywwLTMuNzk1LTAuMTgzLTMuNzk1LTAuMTgzDQoJCQljLTAuNzc5LTAuMDQ3LTAuODcsMS4xNC0wLjA5NCwxLjE4NmMwLDAsMC43MzUsMC4wOTEsMS41MTIsMC4xMzZsMi4yNDYsNi4xNDJsLTMuMTU1LDkuNDRMNy4xOTksOS4yNTUNCgkJCUM4LjA2Nyw5LjIxLDguODQ5LDkuMTE5LDguODQ5LDkuMTE5YzAuNzc1LTAuMDkyLDAuNjg1LTEuMjMyLTAuMDkyLTEuMTg2YzAsMC0yLjMzMywwLjE4My0zLjg0MSwwLjE4Mw0KCQkJYy0wLjI3MSwwLTAuNTg5LTAuMDA3LTAuOTI4LTAuMDE5YzIuNTc3LTMuOTA0LDcuMDA3LTYuNDgzLDEyLjA0Mi02LjQ4M2MzLjc1MiwwLDcuMTA4LDEuNDMzLDkuNjcyLDMuNzc3DQoJCQlDMjUuNjQsNS4zODgsMjUuNTc5LDUuMzgsMjUuNTE1LDUuMzhjLTEuNDE1LDAtMi40MTksMS4yMy0yLjQxOSwyLjU1NGMwLDEuMTg2LDAuNjg0LDIuMTg4LDEuNDE0LDMuMzc0DQoJCQljMC41NDksMC45NTgsMS4xODgsMi4xODgsMS4xODgsMy45NjdjMCwxLjIzLTAuNDc1LDIuNjU5LTEuMDk2LDQuNjQ5bC0xLjQzOSw0Ljc5NUwxNy45NTUsOS4yNTV6IE0yMy4yMTUsMjguNDM0bDQuNDAyLTEyLjcwMw0KCQkJYzAuODIxLTIuMDUzLDEuMDk2LTMuNjk0LDEuMDk2LTUuMTUyYzAtMC41My0wLjAzNi0xLjAyMS0wLjA5Ny0xLjQ3OWMxLjEyNSwyLjA0OCwxLjc2NSw0LjM5OSwxLjc2NSw2LjkNCgkJCUMzMC4zODEsMjEuMzA3LDI3LjUsMjUuOTQsMjMuMjE1LDI4LjQzNHoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 200;
  line-height: 46px;
  line-height: 4.6rem;
  padding-left: 40px;
  padding-left: 4rem;
}
/* line 29, _header_styles.scss */
.no-svg .wpcom-header .wpcom-title a:first-child, .no-svg
.wpcom-header .wpcom-title a.home-link, .no-svg
.wpcom-header .wpcom-title a.mobile-menu {
  background-image: url(/wp-content/mu-plugins/atlas/css/logged-out/../../images/w.png);
}
/* line 45, _header_styles.scss */
.wpcom-header .wpcom-title a:hover {
  color: #fff;
}
/* line 48, _header_styles.scss */
.wpcom-header .wpcom-title .tld {
  color: rgba(255, 255, 255, 0.6);
}
/* line 52, _header_styles.scss */
.wpcom-header > div {
  margin: 0 10px;
}
@media screen and (max-width: 770px) {
  /* line 52, _header_styles.scss */
  .wpcom-header > div {
    max-width: 650px;
  }
  /* line 58, _header_styles.scss */
  .wpcom-header > div .wpcom-title .wpcom-logo {
    font-size: 0em;
  }
}
@media screen and (min-width: 770px) {
  /* line 52, _header_styles.scss */
  .wpcom-header > div {
    max-width: none;
  }
}

/* line 67, _header_styles.scss */
.main-navigation {
  float: right;
  width: auto;
}
/* line 70, _header_styles.scss */
.main-navigation h3.menu-toggle {
  display: none;
}
/* line 73, _header_styles.scss */
.main-navigation .menu-main-container {
  display: inline;
}
/* line 78, _header_styles.scss */
.main-navigation .nav-menu,
.main-navigation .nav-menu li,
.main-navigation .nav-menu li a {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  height: 46px;
  height: 4.6rem;
  line-height: 46px;
  line-height: 4.6rem;
  margin: 0;
}
/* line 88, _header_styles.scss */
.main-navigation .nav-menu li {
  margin-left: 10px;
  margin-left: 1rem;
}
/* line 92, _header_styles.scss */
.main-navigation .nav-menu li a {
  border: none;
  border-radius: 3px;
  color: #f1f1f1;
}
/* line 96, _header_styles.scss */
.main-navigation .nav-menu li a:hover {
  color: #fff;
}
/* line 99, _header_styles.scss */
.main-navigation .nav-menu li a.nav-highlight {
  background: #36a3ca;
  display: inline;
  padding: 6px 8px;
  padding: 0.6rem 0.8rem;
  height: auto;
  line-height: 1.2em;
  margin: 7px 0;
}
/* line 107, _header_styles.scss */
.main-navigation .nav-menu li a.nav-highlight :before {
  color: #f1f1f1;
  content: '\f427';
  display: inline-block;
  font: normal 20px/1 'Noticons';
  margin: -4px 4px 0 -2px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
/* line 115, _header_styles.scss */
.main-navigation .nav-menu li a.nav-highlight :before:hover {
  color: #fff;
}

/* line 19, style.scss */
#nav-signup {
  margin-right: 10px;
}

/* line 23, style.scss */
.main {
  position: relative;
  width: 650px;
  margin: 65px auto 0;
}
@media screen and (max-width: 770px) {
  /* line 23, style.scss */
  .main {
    width: auto;
    margin: 65px 10px 0;
  }
}
@media screen and (max-width: 770px) and (min-width: 240px) {
  /* line 32, style.scss */
  .main .reader-content {
    margin: 65px 3% 0;
  }
}

/* line 38, style.scss */
.loader {
  background: url(/wp-content/mu-plugins/atlas/css/logged-out/../../images/loading.gif) center center no-repeat;
  background-size: 24px 24px;
  height: 200px;
}

/* line 44, style.scss */
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

/* line 51, style.scss */
.logged-out-header {
  /* Margin override for lists */
}
/* line 52, style.scss */
.logged-out-header h2 {
  font-size: 2.5em;
  font-weight: 300;
  color: #324155;
  /* Use Calypso colors */
  margin: 10px 14px 0 -1px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 10px;
}
/* line 63, style.scss */
.logged-out-header .fp-description {
  margin: 1em 0 1.6em;
  font-size: 14px;
  font-style: italic;
  color: #93A7C0;
}
/* line 69, style.scss */
.logged-out-header #listdescription {
  margin-top: 0;
}
/* line 72, style.scss */
.logged-out-header a.browse-tags {
  float: right;
  margin-top: 1em;
}

/* line 78, style.scss */
h3 {
  font-size: 1.3em;
  margin-bottom: 1em;
}

/* line 83, style.scss */
div.sub-content-footer {
  border: none;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  /* line 89, style.scss */
  .grid .sub {
    min-height: 0;
  }

  /* line 93, style.scss */
  .sub .featured-media img {
    height: 100%;
    width: auto;
  }
}
/* =Styles for hiding elements to users with javascript
----------------------------------------------- */
/* line 101, style.scss */
html.has-js #no-js-paging {
  display: none;
}

/* line 105, style.scss */
.flash-message {
  display: block;
  padding: 1em;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
/* line 109, style.scss */
.flash-message::before {
  font-size: 2em;
  line-height: 1em;
  font-family: 'Noticons';
  vertical-align: middle;
}
/* line 115, style.scss */
.flash-message.success::before {
  content: '\f418';
  color: #48B605;
}
/* line 119, style.scss */
.flash-message.fail::before {
  content: '\f414';
  font-size: 1.3em;
  color: #dd3d36;
}
