/* 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 0.5s ease-in-out;
  transition: opacity 0.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 0.15s ease-in-out;
  transition: all 0.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 #eeeeee;
  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 0.15s ease-in-out;
  transition: color 0.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 #cccccc;
  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 #eeeeee;
}

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

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

/* line 1196, 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 1203, reader.scss */
.grid div.sub div.post-meta {
  position: absolute;
  bottom: 2px;
  right: 0;
  border: none;
  z-index: 100;
}

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

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

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

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

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

/* Post media */
/* line 1239, 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 1247, reader.scss */
div.sub .featured-thumbnail {
  background: #fafafa;
  text-align: center;
}

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

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

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

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

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

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

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

/* line 1285, 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 0.2s ease-out;
  transition: all 0.2s ease-out;
}

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

/* line 1310, 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 1324, reader.scss */
div.featured-media.gallery .tiled-gallery-caption {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1395, 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 1396, reader.scss */
#tab-content span.loading {
  height: 16px;
  width: 16px;
  display: inline-block;
  margin: 3px 0 0 4px !important;
  padding: 0 !important;
}

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

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

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

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

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

/* line 1418, 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 #eeeeee;
}

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

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

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

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

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

/* line 1451, 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 1462, reader.scss */
#reader-content div.format-p2-xpost div.post-meta p {
  margin-bottom: 12px;
  line-height: 1.5;
}

/* line 1468, 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 1477, reader.scss */
div.format-p2-xpost .avatar {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}

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

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

/* line 1493, 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 1497, reader.scss */
div.sub.format-p2 .alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

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

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

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

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

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

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

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

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

/* line 1548, 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 #dddddd;
}

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

/* line 1565, 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 1569, reader.scss */
.sub table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

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

/* line 1582, 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 1586, reader.scss */
.sub table-bordered {
  border: 1px solid #dddddd;
}

/* line 1595, 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 #dddddd;
}

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

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

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

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

/* line 1623, 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 1629, reader.scss */
.rtl div.sub div.post-meta {
  display: block;
}

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

/* line 1642, 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 1657, reader.scss */
.reblog-ui {
  color: #fff;
  background: #1e8cbe;
  padding: 20px 20px 30px;
  margin: 25px -20px -20px;
  min-height: 74px;
  clear: both;
  display: none;
}

/* line 1667, 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 1682, reader.scss */
.reblog-ui label {
  font-size: 11px;
  font-size: 1.1rem;
  padding-right: 2px;
  margin-top: 10px;
  padding-left: 2px;
}

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

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

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

/* line 1708, 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 1717, 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 1727, reader.scss */
.reblog-ui .canceltext {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 26px;
  margin-right: 10px;
}

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

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

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

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

/* line 1756, 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 1769, reader.scss */
div.sub-reblog-content p {
  margin-bottom: .5em;
  padding: 0;
}

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

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

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

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

/* line 1801, 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 1811, 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 1826, 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 1835, reader.scss */
#fpb-ui #fpb-actions span.actions {
  float: right;
}

/* line 1839, 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 1852, reader.scss */
#fpb-actions a.original {
  text-decoration: none;
  margin-left: 14px;
}

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

/* line 1864, 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 1876, reader.scss */
#fpb-ui #fpb-content a {
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1944, 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 1955, reader.scss */
#fpb-ui #fpb-content .wp-caption p {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

/* line 2018, 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 2023, reader.scss */
#fpb-ui #fpb-comments-box.rendered {
  background: #222;
  color: #e4e4e4;
}

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

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

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

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

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

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

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

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

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

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

/* line 2078, 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 2091, reader.scss */
#reader-content .format-activity h4 {
  font-size: 16px !important;
}

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

/* line 2099, 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 2108, reader.scss */
#fpb-ui #fpb-comments-box.rendered h3 {
  display: block;
}

/* line 2112, 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 2121, reader.scss */
#fpb-ui .fpb-comments ul {
  margin-left: 20px;
  margin-top: 30px;
}

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

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

/* line 2134, 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 2141, reader.scss */
#fpb-ui .fpb-comments li .c-avatar, .activity-comments li .c-avatar {
  float: left;
  margin-top: 5px;
}

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

/* line 2151, 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 2160, 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 2172, 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 2178, 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 2187, 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 2192, reader.scss */
#fpb-ui .fpb-comments li .c-content, .activity-comments li .c-content {
  margin-left: 70px;
  word-wrap: break-word;
}

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

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

/* line 2210, 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 2217, reader.scss */
.fpb-comments .comment blockquote {
  background-color: transparent;
  border-left: 4px solid #aaaaaa;
  margin-left: 1.5em;
  padding: 0 0 0 1em;
}

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

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

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

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

/* Comment Box */
/* line 2242, 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 2257, reader.scss */
#fpb-comment-form div.error {
  margin: -26px -24px 24px -24px;
  background-color: #fcfcfc;
  padding: 12px 24px;
}

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

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

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

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

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

/* line 2292, 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 2301, reader.scss */
#fpb-comment-form .avatar {
  display: table-cell;
  width: 70px;
}

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

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

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

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

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

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

/* line 2341, 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 2354, reader.scss */
#reader-content #manage-subs {
  background: white;
}

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

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

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

/* line 2372, 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 2382, reader.scss */
table.manage span#list-loading.hide, table.manage span#item-loading.hide, table.manage span#subscribe-loading.hide {
  visibility: hidden;
}

/* line 2386, 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 2398, 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 0.1s;
  transition: background 0.1s;
}

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

/* line 2418, 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 2428, reader.scss */
table.manage span.delivery:hover {
  color: #666;
}

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

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

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

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

/* line 2460, 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 2469, reader.scss */
#reader-content table.manage h5 a {
  color: #1e8cbe;
  display: block;
}

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

/* line 2481, 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 2485, reader.scss */
table.manage td.selectall, table.manage td.selectrow {
  background: #eee;
  width: 15px;
  padding: 8px !important;
}

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

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

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

/* line 2502, 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 2512, 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 2524, reader.scss */
table.manage td.addblog input[type=text],
table.manage td.editlist input[type=text] {
  border: 1px solid #cccccc;
  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 2546, reader.scss */
table.manage td.addblog textarea,
table.manage td.editlist textarea {
  border: 1px solid #cccccc;
  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 2566, reader.scss */
.addblog a.follow {
  margin-left: 0;
  display: inline-block;
  width: 25%;
  line-height: 2.3em;
}

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

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

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

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

/* line 2596, 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 2607, reader.scss */
table.manage td.blogedit {
  text-align: right;
}

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

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

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

/* line 2624, 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 2634, reader.scss */
table.manage tr.delivery td p {
  margin-bottom: .8em;
  font-size: 13px;
  font-size: 1.3rem;
  color: #555;
}

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

/* line 2649, reader.scss */
table.manage tr.delivery td ul li {
  background: #fff;
  border: 1px solid #eeeeee;
  border-bottom: 1px solid #dddddd;
  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 2665, reader.scss */
table.manage tr.delivery td ul li:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 2669, 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 #dddddd;
}

/* line 2674, 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 2680, reader.scss */
table.manage #import, table.manage #export {
  font-size: smaller;
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 2735, 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 2745, reader.scss */
#reader-content #import-opml {
  background: white;
  padding: 15px;
  min-height: 400px;
}

/* line 2751, 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 2761, reader.scss */
#reader-content #import-opml a.import {
  float: right;
  text-align: right;
}

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

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

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

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

/* line 2793, 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 2802, reader.scss */
#subs-settings-form a.load-page:hover {
  text-decoration: underline;
}

/* line 2806, 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 2813, reader.scss */
#reader-content table#subs-settings td {
  padding: 12px 10px;
  border-bottom: 1px solid whitesmoke;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

/* line 2881, 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 white;
}

/* line 2893, 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 2902, reader.scss */
ul#ff-services a p {
  margin: 0px;
}

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

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

/* line 2921, 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 2927, 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 2933, 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 2939, reader.scss */
ul#ff-services li div.ff-service-ident {
  float: left;
  width: 49%;
}

/* line 2944, 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 2954, reader.scss */
ul#ff-services li div.ff-service-cont {
  width: 100%;
  display: block;
}

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

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

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

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

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

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

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

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

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

/* line 3004, 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 3013, reader.scss */
#found-friends p#ppl-count {
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 0 25px;
  color: #888;
}

/* line 3020, 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 3027, reader.scss */
div.follow-all-section.top {
  padding-top: 0;
  margin-top: -50px;
}

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

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

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

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

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

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

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

/* line 3069, 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 3081, reader.scss */
ul#friend-list li div.user-avatar img {
  border-radius: 50%;
  vertical-align: middle;
}

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

/* line 3091, 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 3102, 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 3113, 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 3120, reader.scss */
ul#friend-list li h2 {
  font-size: 21px;
  font-size: 2.1rem;
  margin: 1px 0 0;
}

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

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

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

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

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

/* line 3147, 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 3158, reader.scss */
ul#friend-list li span.blog-desc-text {
  display: block;
}

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

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

/* line 3173, 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 3181, reader.scss */
ul#friend-list li ul li p a:hover {
  color: #1e8cbe;
  text-decoration: underline;
}

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

/* line 3200, reader.scss */
#recommendations-list h3 {
  line-height: 1.7;
  padding-top: 10px;
  font-size: 21px;
  font-weight: 300;
}
/* line 3208, reader.scss */
#recommendations-list ul {
  list-style: none;
  margin: 0;
  position: relative;
  z-index: 1;
}
/* line 3215, 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 3215, 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 3227, reader.scss */
#recommendations-list .topic.active {
  height: 514px;
}
/* line 3229, reader.scss */
#recommendations-list .topic.active .topic-icon {
  background-color: #1e8cbe;
}
/* line 3232, 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 3227, reader.scss */
  #recommendations-list .topic.active {
    height: auto;
  }
}
/* line 3242, 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 3242, reader.scss */
  #recommendations-list .topic-icon {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
}
/* line 3254, 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 3254, reader.scss */
  #recommendations-list .topic-icon .inside {
    width: 40px;
    height: 40px;
    margin: 10px;
    background-size: 270px 180px;
  }
}
/* line 3273, reader.scss */
#recommendations-list .topic-icon.cat-art-design .inside {
  background-position: -5px -5px;
}
@media screen and (max-width: 480px) {
  /* line 3280, reader.scss */
  #recommendations-list .topic-icon.cat-art-design .inside {
    background-position: -2.5px -2.5px;
  }
}
/* line 3273, reader.scss */
#recommendations-list .topic-icon.cat-books .inside {
  background-position: -95px -5px;
}
@media screen and (max-width: 480px) {
  /* line 3280, reader.scss */
  #recommendations-list .topic-icon.cat-books .inside {
    background-position: -47.5px -2.5px;
  }
}
/* line 3273, reader.scss */
#recommendations-list .topic-icon.cat-business-technology .inside {
  background-position: -185px -5px;
}
@media screen and (max-width: 480px) {
  /* line 3280, reader.scss */
  #recommendations-list .topic-icon.cat-business-technology .inside {
    background-position: -92.5px -2.5px;
  }
}
/* line 3273, reader.scss */
#recommendations-list .topic-icon.cat-crafts-fashion .inside {
  background-position: -185px -95px;
}
@media screen and (max-width: 480px) {
  /* line 3280, reader.scss */
  #recommendations-list .topic-icon.cat-crafts-fashion .inside {
    background-position: -92.5px -47.5px;
  }
}
/* line 3273, reader.scss */
#recommendations-list .topic-icon.cat-culture .inside {
  background-position: -455px -5px;
}
@media screen and (max-width: 480px) {
  /* line 3280, reader.scss */
  #recommendations-list .topic-icon.cat-culture .inside {
    background-position: -227.5px -2.5px;
  }
}
/* line 3273, reader.scss */
#recommendations-list .topic-icon.cat-family .inside {
  background-position: -95px -95px;
}
@media screen and (max-width: 480px) {
  /* line 3280, reader.scss */
  #recommendations-list .topic-icon.cat-family .inside {
    background-position: -47.5px -47.5px;
  }
}
/* line 3273, reader.scss */
#recommendations-list .topic-icon.cat-fiction-poetry .inside {
  background-position: -275px -5px;
}
@media screen and (max-width: 480px) {
  /* line 3280, reader.scss */
  #recommendations-list .topic-icon.cat-fiction-poetry .inside {
    background-position: -137.5px -2.5px;
  }
}
/* line 3273, reader.scss */
#recommendations-list .topic-icon.cat-food .inside {
  background-position: -275px -95px;
}
@media screen and (max-width: 480px) {
  /* line 3280, reader.scss */
  #recommendations-list .topic-icon.cat-food .inside {
    background-position: -137.5px -47.5px;
  }
}
/* line 3273, reader.scss */
#recommendations-list .topic-icon.cat-health-wellness .inside {
  background-position: -5px -185px;
}
@media screen and (max-width: 480px) {
  /* line 3280, reader.scss */
  #recommendations-list .topic-icon.cat-health-wellness .inside {
    background-position: -2.5px -92.5px;
  }
}
/* line 3273, reader.scss */
#recommendations-list .topic-icon.cat-humor .inside {
  background-position: -365px -95px;
}
@media screen and (max-width: 480px) {
  /* line 3280, reader.scss */
  #recommendations-list .topic-icon.cat-humor .inside {
    background-position: -182.5px -47.5px;
  }
}
/* line 3273, reader.scss */
#recommendations-list .topic-icon.cat-longreads .inside {
  background-position: -275px -185px;
}
@media screen and (max-width: 480px) {
  /* line 3280, reader.scss */
  #recommendations-list .topic-icon.cat-longreads .inside {
    background-position: -137.5px -92.5px;
  }
}
/* line 3273, reader.scss */
#recommendations-list .topic-icon.cat-magazines .inside {
  background-position: -185px -275px;
}
@media screen and (max-width: 480px) {
  /* line 3280, reader.scss */
  #recommendations-list .topic-icon.cat-magazines .inside {
    background-position: -92.5px -137.5px;
  }
}
/* line 3273, reader.scss */
#recommendations-list .topic-icon.cat-musings-personal .inside {
  background-position: -455px -275px;
}
@media screen and (max-width: 480px) {
  /* line 3280, reader.scss */
  #recommendations-list .topic-icon.cat-musings-personal .inside {
    background-position: -227.5px -137.5px;
  }
}
/* line 3273, reader.scss */
#recommendations-list .topic-icon.cat-nablopomo .inside {
  background-position: -365px -185px;
}
@media screen and (max-width: 480px) {
  /* line 3280, reader.scss */
  #recommendations-list .topic-icon.cat-nablopomo .inside {
    background-position: -182.5px -92.5px;
  }
}
/* line 3273, reader.scss */
#recommendations-list .topic-icon.cat-news-current-events .inside {
  background-position: -275px -275px;
}
@media screen and (max-width: 480px) {
  /* line 3280, reader.scss */
  #recommendations-list .topic-icon.cat-news-current-events .inside {
    background-position: -137.5px -137.5px;
  }
}
/* line 3273, reader.scss */
#recommendations-list .topic-icon.cat-photography .inside {
  background-position: -95px -185px;
}
@media screen and (max-width: 480px) {
  /* line 3280, reader.scss */
  #recommendations-list .topic-icon.cat-photography .inside {
    background-position: -47.5px -92.5px;
  }
}
/* line 3273, reader.scss */
#recommendations-list .topic-icon.cat-portfolios .inside {
  background-position: -95px -275px;
}
@media screen and (max-width: 480px) {
  /* line 3280, reader.scss */
  #recommendations-list .topic-icon.cat-portfolios .inside {
    background-position: -47.5px -137.5px;
  }
}
/* line 3273, reader.scss */
#recommendations-list .topic-icon.cat-popular-culture-entertainment .inside {
  background-position: -5px -95px;
}
@media screen and (max-width: 480px) {
  /* line 3280, reader.scss */
  #recommendations-list .topic-icon.cat-popular-culture-entertainment .inside {
    background-position: -2.5px -47.5px;
  }
}
/* line 3273, reader.scss */
#recommendations-list .topic-icon.cat-religion .inside {
  background-position: -365px -275px;
}
@media screen and (max-width: 480px) {
  /* line 3280, reader.scss */
  #recommendations-list .topic-icon.cat-religion .inside {
    background-position: -182.5px -137.5px;
  }
}
/* line 3273, reader.scss */
#recommendations-list .topic-icon.cat-science-nature .inside {
  background-position: -455px -95px;
}
@media screen and (max-width: 480px) {
  /* line 3280, reader.scss */
  #recommendations-list .topic-icon.cat-science-nature .inside {
    background-position: -227.5px -47.5px;
  }
}
/* line 3273, reader.scss */
#recommendations-list .topic-icon.cat-sports-gaming .inside {
  background-position: -185px -185px;
}
@media screen and (max-width: 480px) {
  /* line 3280, reader.scss */
  #recommendations-list .topic-icon.cat-sports-gaming .inside {
    background-position: -92.5px -92.5px;
  }
}
/* line 3273, reader.scss */
#recommendations-list .topic-icon.cat-travel .inside {
  background-position: -455px -185px;
}
@media screen and (max-width: 480px) {
  /* line 3280, reader.scss */
  #recommendations-list .topic-icon.cat-travel .inside {
    background-position: -227.5px -92.5px;
  }
}
/* line 3273, reader.scss */
#recommendations-list .topic-icon.cat-websites .inside {
  background-position: -5px -275px;
}
@media screen and (max-width: 480px) {
  /* line 3280, reader.scss */
  #recommendations-list .topic-icon.cat-websites .inside {
    background-position: -2.5px -137.5px;
  }
}
/* line 3273, reader.scss */
#recommendations-list .topic-icon.cat-writing-blogging .inside {
  background-position: -365px -5px;
}
@media screen and (max-width: 480px) {
  /* line 3280, reader.scss */
  #recommendations-list .topic-icon.cat-writing-blogging .inside {
    background-position: -182.5px -2.5px;
  }
}
/* line 3311, 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 3311, reader.scss */
  #recommendations-list .topic-content {
    min-height: 50px;
  }
}
/* line 3322, 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 3322, 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 3336, reader.scss */
#recommendations-list .topic-content ul {
  margin-top: 3px;
}
@media screen and (max-width: 480px) {
  /* line 3336, reader.scss */
  #recommendations-list .topic-content ul {
    display: none;
  }
}
/* line 3342, reader.scss */
#recommendations-list .topic-content li {
  display: inline-block;
  margin-right: 20px;
  font-size: 13px;
  color: #999;
}
/* line 3347, reader.scss */
#recommendations-list .topic-content li em {
  padding: 0px 4px;
}
/* line 3353, 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 3353, reader.scss */
  #recommendations-list .toggle-arrow {
    top: 22px;
    right: 10px;
  }
}
/* line 3366, reader.scss */
#recommendations-list .toggle-arrow .noticon:before {
  margin: 0 0 0 4px;
}
/* line 3371, 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 3377, reader.scss */
#recommendations-list .topic-drawer .inner {
  padding: 0;
  position: relative;
  height: 372px;
}
/* line 3381, reader.scss */
#recommendations-list .topic-drawer .inner.loading-recommendations {
  height: 423px;
}
@media screen and (max-width: 480px) {
  /* line 3381, reader.scss */
  #recommendations-list .topic-drawer .inner.loading-recommendations {
    height: auto;
    min-height: 60px;
  }
}
/* line 3388, 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 3377, reader.scss */
  #recommendations-list .topic-drawer .inner {
    height: auto;
    min-height: 60px;
  }
}
/* line 3402, reader.scss */
#recommendations-list .carousel {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
/* line 3408, reader.scss */
#recommendations-list .recommended-blogs {
  overflow: hidden;
  position: relative;
}
/* line 3413, reader.scss */
#recommendations-list .blogs {
  float: left;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 480px) {
  /* line 3413, 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 3430, 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 3438, 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 3444, reader.scss */
#recommendations-list .blog_item img[data-src] {
  opacity: 0;
}
/* line 3448, reader.scss */
#recommendations-list .blog_item .title-description {
  height: 122px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  /* line 3448, reader.scss */
  #recommendations-list .blog_item .title-description {
    max-height: 39px;
  }
}
/* line 3455, 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 3455, 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 3471, 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 3471, reader.scss */
  #recommendations-list .blog_item p {
    display: none;
  }
}
/* line 3482, reader.scss */
#recommendations-list .blog_item ul {
  margin: 10px 0;
  padding-bottom: 9px;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 480px) {
  /* line 3482, reader.scss */
  #recommendations-list .blog_item ul {
    margin: 0;
    padding: 0;
    border-bottom: 0;
  }
}
/* line 3493, reader.scss */
#recommendations-list .blog_item li {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
}
/* line 3498, reader.scss */
#recommendations-list .blog_item .noticon {
  margin: 2px 2px 0 0;
  color: #1e8cbe;
}
@media screen and (max-width: 480px) {
  /* line 3430, 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 3511, 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 3518, reader.scss */
  #recommendations-list .blog_item .clip img {
    min-width: 75px !important;
    height: auto;
  }
}
/* line 3526, 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 3537, 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 3537, 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 3558, 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 3558, reader.scss */
  #recommendations-list .followPill:before,
  #recommendations-list .followingPill:before {
    margin: 26px 11px;
  }
}
/* line 3567, reader.scss */
#recommendations-list .followPill,
#recommendations-list .followPill:before {
  color: #1e8cbe;
}
/* line 3572, reader.scss */
#recommendations-list .followPill:hover,
#recommendations-list .followPill:hover:before {
  color: #f1831e;
}
/* line 3577, reader.scss */
#recommendations-list .followingPill,
#recommendations-list .followingPill:before {
  color: #f1831e;
}
/* line 3581, 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 3589, reader.scss */
#recommendations-list .slider-nav em {
  font-style: normal;
}
/* line 3592, reader.scss */
#recommendations-list .slider-nav .noticon {
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 40px;
}
/* line 3598, 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 3607, 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 3617, reader.scss */
#recommendations-list .slider-nav .position {
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 0;
  right: 40px;
  text-align: center;
}
/* line 3624, reader.scss */
#recommendations-list .slider-nav .position div {
  display: inline;
}
/* line 3627, 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 3635, reader.scss */
#recommendations-list .slider-nav .position .on {
  color: #1e8cbe;
}
@media screen and (max-width: 480px) {
  /* line 3581, reader.scss */
  #recommendations-list .slider-nav {
    display: none;
  }
}
@media screen and (max-width: 770px) and (min-width: 480px) {
  /* line 3645, reader.scss */
  #recommendations-list .topic.active {
    height: 539px;
  }
  /* line 3648, reader.scss */
  #recommendations-list .topic-drawer .inner {
    height: 397px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 3729, 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 whitesmoke;
  clear: both;
  box-sizing: border-box;
}
/* line 3739, reader.scss */
#add-followed-blogs ul li:last-of-type {
  border-bottom: none;
}
/* line 3746, reader.scss */
#add-followed-blogs ul li:before, #add-followed-blogs ul li:after {
  box-sizing: inherit;
}

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

/* line 3759, 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 3768, reader.scss */
a.add-suggested-list-item {
  position: absolute;
  right: 15px;
  top: 15px;
}

/* View */
/* line 3775, reader.scss */
.sidebar-list-edit {
  padding-right: 20px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 3847, 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 3855, reader.scss */
#sidebar ul.notags li .load-topic-page span {
  display: none;
}

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

/* line 3864, 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 3872, reader.scss */
#sidebar ul li#add-list-input, #sidebar ul li#add-topic-input {
  position: relative;
}

/* line 3877, 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;
  padding: 10px 20px;
  display: inline-block;
  width: 120px;
  border: none;
  font-size: 13px;
  font-size: 1.3rem;
  background: #fff;
}

/* line 3889, 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 {
  box-shadow: inset 0 0 0 1px rgba(30, 140, 190, 0.3), inset 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 3894, 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;
  box-shadow: inset 0 0 0 1px #1e8cbe, inset 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}

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

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

/* line 3913, reader.scss */
#sidebar ul#sidebar-lists-list li a.remove-topic, #sidebar ul#sidebar-topics-list li a.remove-topic {
  padding: 0 15px !important;
}

/* line 3917, reader.scss */
#sidebar ul li a.add-list, #sidebar ul li a.add-topic {
  position: absolute;
  top: 2px;
  right: 5px;
  padding: 0;
  height: 32px;
}

/* line 3924, reader.scss */
#sidebar ul li a.add-list span, #sidebar ul li a.add-topic span {
  display: inline-block;
  height: 32px;
  width: 32px;
  overflow: hidden;
}

/* line 3930, reader.scss */
#sidebar ul li a.add-list span:before, #sidebar ul li a.add-topic span:before {
  color: #2ea2cc;
  content: '\f801';
  display: inline-block;
  font: normal 32px/1 "Noticons";
  position: relative;
  top: 2px;
  -webkit-font-smoothing: antialiased;
}

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

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

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

/* line 3953, 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 3965, reader.scss */
#reader a.subsettings:hover {
  color: #78c8e6;
}

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

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

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

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

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

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

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

/* line 4007, 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 4019, reader.scss */
#reader-header-single {
  overflow: hidden;
}

/* line 4023, 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 4031, reader.scss */
#reader-header-single h2 a.sub-button {
  display: inline-block;
  top: -4px;
  position: relative;
  margin-left: 5px;
}

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

/* line 4043, 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 4049, reader.scss */
#reader-header-single .sub-avatar img {
  height: 65px;
  width: 65px;
}

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

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

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

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

/* line 4075, 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 4087, reader.scss */
  .fpb-touch-device #fpb-ui {
    height: auto;
    min-height: 100%;
  }

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

  /* line 4096, 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 4104, reader.scss */
  .page-fresh .reader-header #view-toggle {
    margin: 0;
    line-height: 16px;
  }

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

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

  /* line 4121, reader.scss */
  .page-fresh.grid .sub div.featured-media, .grid .sub div.featured-media img,
  .page-fresh.grid .sub div.featured-media iframe {
    max-height: 125px !important;
  }
}
@media screen and (max-width: 770px) and (min-width: 240px) {
  /* line 4127, reader.scss */
  #wpcom-satbar {
    display: none;
  }

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

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

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

  /* line 4145, reader.scss */
  .right-column-outer.open {
    -webkit-transform: translate3d(0, 0, 0);
  }

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

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

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

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

  /* line 4164, reader.scss */
  #tab-content #sidebar.left-column-outer {
    /* @todo: the z index and 100% width kinda obscures the lovely leftward animation */
    position: fixed;
    top: 39px;
    bottom: 0;
    overflow: hidden;
    overflow-y: scroll;
    width: 260px;
    background: rgba(0, 0, 0, 0.01);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }

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

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

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

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

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

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

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

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

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

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

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

  /* line 4236, reader.scss */
  .grid .sub div.featured-media, .grid .sub div.featured-media img,
  .grid .sub div.featured-media iframe {
    max-height: 125px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 4309, 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 4315, reader.scss */
  #reader .blog-form {
    left: 5em;
    top: 20px;
    z-index: 10;
    width: 180px;
  }

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

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

  /* line 4332, 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 4342, reader.scss */
  div.sub {
    padding: 0 16px 10px;
  }

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

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

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

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

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

  /* line 4370, 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 4380, reader.scss */
  div.sub-body-content .featured-thumbnail img {
    width: auto;
    margin: 0 auto;
  }

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

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

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

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

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

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

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

  /* line 4417, reader.scss */
  div.sub-content-footer .reactions {
    left: 16px;
    bottom: 16px;
  }
}
@media screen and (max-width: 500px) {
  /* Mobile portrait width */
  /* line 4424, 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 4430, 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 4437, reader.scss */
  #reader #topics-tabs ul.tab-headings {
    overflow: visible;
  }

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

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

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

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

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

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

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

  /* line 4471, 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 4488, reader.scss */
  .reader-header .sidebar-toggle {
    display: block;
  }

  /* line 4491, 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 4507, reader.scss */
  #reader-content .reader-header div.checking-new table
  #reader-content .reader-header div.checking-new .checking {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  /* line 4566, 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 4577, reader.scss */
  table.manage span#list-loading, table.manage span#item-loading, table.manage span#subscribe-loading {
    display: none !important;
  }

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

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

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

  /* line 4601, 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 #eeeeee;
  }

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

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

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

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

  /* line 4619, 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 4629, reader.scss */
  ul#friend-list ul.user-blogs li p {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
  }

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

  /* line 4637, 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 4647, reader.scss */
  #fpb-ui .fpb-comments li .c-avatar img {
    height: 25px;
    width: 25px;
  }

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

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

  /* line 4659, 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 4675, 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 4679, reader.scss */
  ul#ff-services a#facebook span {
    background-image: url(/wp-content/mu-plugins/atlas/css/../images/friends-facebook-2x.png);
  }

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

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

  /* line 4689, 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 4692, 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 4701, reader.scss */
.tos-removal, .blocked-blog-notice {
  text-align: center;
}

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

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

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

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

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

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

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

/* line 4732, 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 4741, reader.scss */
.sub.format-activity.format-with-comments {
  padding-bottom: 0;
}

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

/* line 4750, 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 4758, reader.scss */
.sub.format-activity ul.activity-comments {
  border-top: 1px #f6f6f6 solid;
}

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

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

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

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

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

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

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

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

/* line 4800, reader.scss */
div.sub.format-activity blockquote,
div.sub.format-activity code,
div.sub.format-activity pre {
  color: #333;
  background: #e8f0f5;
}
/*THIS FILE IS COMPILED FROM AN .SCSS FILE - DO NOT EDIT DIRECTLY*/
/*
Theme Name: Discover the Reader
Author: Automattic
Author URI: http://automattic.com/
Description: Features the best of WordPress.com
Version: 1.0
*/
.opt-out-content {
  margin-top: 30px;
}
.opt-out-content p {
  margin-bottom: 1em;
}

#opt-out-trophy {
  height: auto;
  float: right;
  width: 30%;
  margin-top: 2em;
}

.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;
}

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;
}

input,
button,
textarea,
select {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* =Basic Styles
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  background: #E8F0F5;
  line-height: 1.5;
  font-size: 15px;
  font-size: 1.5rem;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #1e8cbe;
  text-decoration: none;
}

a:hover {
  color: #0074a2;
}

a:active {
  color: #78c8e6;
}

::-moz-selection,
::selection {
  background: #1e8cbe;
  color: #fff;
}

.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: 0.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%);
}

.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%);
}

.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%);
}

.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;
}

.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);
}

.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);
}

.button-highlighted:hover {
  color: #fff;
}

.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%);
}

.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%);
}

.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%);
}

.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%);
}

.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);
}

.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
-------------------------------------------------------------- */
.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);
}
.wpcom-header .wpcom-title {
  display: inline-block;
  float: left;
  text-rendering: optimizeLegibility;
}
.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;
}
.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);
}
.wpcom-header .wpcom-title a:hover {
  color: #fff;
}
.wpcom-header .wpcom-title .tld {
  color: rgba(255, 255, 255, 0.6);
}
.wpcom-header > div {
  margin: 0 10px;
}
@media screen and (max-width: 770px) {
  .wpcom-header > div {
    max-width: 650px;
  }
  .wpcom-header > div .wpcom-title .wpcom-logo {
    font-size: 0em;
  }
}
@media screen and (min-width: 770px) {
  .wpcom-header > div {
    max-width: none;
  }
}

.main-navigation {
  float: right;
  width: auto;
}
.main-navigation h3.menu-toggle {
  display: none;
}
.main-navigation .menu-main-container {
  display: inline;
}
.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;
}
.main-navigation .nav-menu li {
  margin-left: 10px;
  margin-left: 1rem;
}
.main-navigation .nav-menu li a {
  border: none;
  border-radius: 3px;
  color: #f1f1f1;
}
.main-navigation .nav-menu li a:hover {
  color: #fff;
}
.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;
}
.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;
}
.main-navigation .nav-menu li a.nav-highlight :before:hover {
  color: #fff;
}

#nav-signup {
  margin-right: 10px;
}

.main {
  position: relative;
  width: 650px;
  margin: 65px auto 0;
}
@media screen and (max-width: 770px) {
  .main {
    width: auto;
    margin: 65px 10px 0;
  }
}
@media screen and (max-width: 770px) and (min-width: 240px) {
  .main .reader-content {
    margin: 65px 3% 0;
  }
}

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

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.logged-out-header {
  /* Margin override for lists */
}
.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;
}
.logged-out-header .fp-description {
  margin: 1em 0 1.6em;
  font-size: 14px;
  font-style: italic;
  color: #93A7C0;
}
.logged-out-header #listdescription {
  margin-top: 0;
}
.logged-out-header a.browse-tags {
  float: right;
  margin-top: 1em;
}

h3 {
  font-size: 1.3em;
  margin-bottom: 1em;
}

div.sub-content-footer {
  border: none;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .grid .sub {
    min-height: 0;
  }

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

.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);
}
.flash-message::before {
  font-size: 2em;
  line-height: 1em;
  font-family: 'Noticons';
  vertical-align: middle;
}
.flash-message.success::before {
  content: '\f418';
  color: #48B605;
}
.flash-message.fail::before {
  content: '\f414';
  font-size: 1.3em;
  color: #dd3d36;
}
