@charset "UTF-8";
/* line 4, ../../app/assets/stylesheets/core/authoring.scss */
body.authoring #ui-datepicker-div {
  display: none;
}
/* line 8, ../../app/assets/stylesheets/core/authoring.scss */
body.authoring #topbar {
  border-bottom: none;
}
/* line 14, ../../app/assets/stylesheets/core/authoring.scss */
body.authoring #topbar .wrapper ul li a.active, body.authoring #topbar .wrapper ul li span {
  background-color: transparent;
  border: none;
  color: #565756;
}
/* line 18, ../../app/assets/stylesheets/core/authoring.scss */
body.authoring #outer {
  padding: 0 0 50px 0;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
body.authoring #outer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 23, ../../app/assets/stylesheets/core/authoring.scss */
body.authoring #editor {
  position: relative;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
body.authoring #editor:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 26, ../../app/assets/stylesheets/core/authoring.scss */
body.authoring #editor .loader {
  position: absolute;
  left: 50%;
  top: 250px;
  margin-left: -25px;
  z-index: 10;
}
/* line 32, ../../app/assets/stylesheets/core/authoring.scss */
body.authoring #editor .loader div {
  padding: 25px;
  background-image: url(https://c479107.ssl.cf2.rackcdn.com/assets/loading-ccc-63ed3eab4272227c31c462353202ec9b.gif);
  background-repeat: no-repeat;
  background-position: center;
}

/* line 42, ../../app/assets/stylesheets/core/authoring.scss */
body.authoring {
  background-color: white;
}
/* line 43, ../../app/assets/stylesheets/core/authoring.scss */
body.authoring .inline-button {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 0px 8px;
  font-size: 11px;
  border: 1px solid #CCC;
  color: #666;
  background-image: -webkit-linear-gradient( #ededed, #f7f7f7);
  background-image: linear-gradient( #ededed, #f7f7f7);
  -webkit-background-clip: padding-box;
  box-shadow: white 0px 1px 0px 0px inset, rgba(255, 255, 255, 0.75) 0px 1px 0px 0px;
  border-radius: 15px;
}
/* line 58, ../../app/assets/stylesheets/mixins/buttons.scss */
body.authoring .inline-button:hover {
  background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#f8f8f8), to(white));
}
/* line 45, ../../app/assets/stylesheets/core/authoring.scss */
body.authoring #body {
  margin-top: 60px;
  padding: 0 0 72px 0;
}
/* line 49, ../../app/assets/stylesheets/core/authoring.scss */
body.authoring #authoring-actions {
  position: relative;
  background-color: #E6E6E6;
  border-bottom: #aaa 1px solid;
  padding: 8px 0;
  margin-bottom: 50px;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
body.authoring #authoring-actions:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 56, ../../app/assets/stylesheets/core/authoring.scss */
body.authoring #authoring-actions input[type=submit], body.authoring #authoring-actions a.button {
  float: right;
  margin-right: 10px;
}
/* line 60, ../../app/assets/stylesheets/core/authoring.scss */
body.authoring #authoring-actions a.button.back {
  float: left;
}
/* line 61, ../../app/assets/stylesheets/core/authoring.scss */
body.authoring #authoring-actions #deadline {
  float: left;
  padding-bottom: 3px;
}
/* line 64, ../../app/assets/stylesheets/core/authoring.scss */
body.authoring #authoring-actions #deadline p {
  margin-bottom: 0;
  font-size: 12px;
}
/* line 70, ../../app/assets/stylesheets/core/authoring.scss */
body.authoring #footer {
  display: none;
}

/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
.content-list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 11, ../../app/assets/stylesheets/components/general.scss */
.content-list article {
  margin-bottom: 18px;
}
/* line 14, ../../app/assets/stylesheets/components/general.scss */
.content-list article.h2 figure {
  display: none;
}
/* line 16, ../../app/assets/stylesheets/components/general.scss */
.content-list article a.crop-link {
  display: none;
}
/* line 17, ../../app/assets/stylesheets/components/general.scss */
.content-list article figure {
  width: 170px;
  margin-left: 10px;
  float: right;
}
/* line 21, ../../app/assets/stylesheets/components/general.scss */
.content-list article figure img {
  border-radius: 2px;
  width: 170px;
}
/* line 25, ../../app/assets/stylesheets/components/general.scss */
.content-list article figure figcaption {
  font-size: 11px;
  display: none;
}
/* line 30, ../../app/assets/stylesheets/components/general.scss */
.content-list article time {
  display: block;
  font-size: 11px;
  color: #bbb;
}
/* line 35, ../../app/assets/stylesheets/components/general.scss */
.content-list article header h1 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0px;
}

/* line 49, ../../app/assets/stylesheets/components/general.scss */
.article-list ol, .article-list li {
  list-style-type: none;
}
/* line 50, ../../app/assets/stylesheets/components/general.scss */
.article-list .article {
  margin-bottom: 18px;
  list-style-type: none;
  font-size: 13px;
}
/* line 55, ../../app/assets/stylesheets/components/general.scss */
.article-list .article a {
  display: block;
}
/* line 56, ../../app/assets/stylesheets/components/general.scss */
.article-list .article a.button {
  display: inline-block;
}
/* line 57, ../../app/assets/stylesheets/components/general.scss */
.article-list .article img {
  border-radius: 2px;
  display: block;
  width: 100%;
}
/* line 62, ../../app/assets/stylesheets/components/general.scss */
.article-list .article time {
  display: block;
  color: #bbb;
  font-size: 11px;
}

/* line 72, ../../app/assets/stylesheets/components/general.scss */
.author-avatar, ul.collaborator-autocomplete li, ul.author-autocomplete li, ul.editor-autocomplete li {
  position: relative;
  display: block;
  list-style-type: none;
  padding-bottom: 11px;
  margin-bottom: 12px;
  min-height: 36px;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
.author-avatar:after, ul.collaborator-autocomplete li:after, ul.author-autocomplete li:after, ul.editor-autocomplete li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 81, ../../app/assets/stylesheets/components/general.scss */
.author-avatar:last-child, ul.collaborator-autocomplete li:last-child, ul.author-autocomplete li:last-child, ul.editor-autocomplete li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
/* line 87, ../../app/assets/stylesheets/components/general.scss */
.author-avatar img, ul.collaborator-autocomplete li img, ul.author-autocomplete li img, ul.editor-autocomplete li img {
  border-radius: 2px;
  background: transparent url(https://c479107.ssl.cf2.rackcdn.com/assets/author/thumb36_default-73729457589872500371d456f0994659.jpg) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
}
/* line 100, ../../app/assets/stylesheets/components/general.scss */
.author-avatar.large, ul.collaborator-autocomplete li.large, ul.author-autocomplete li.large, ul.editor-autocomplete li.large {
  min-height: 54px;
}
/* line 102, ../../app/assets/stylesheets/components/general.scss */
.author-avatar.large img, ul.collaborator-autocomplete li.large img, ul.author-autocomplete li.large img, ul.editor-autocomplete li.large img {
  width: 54px;
  height: 54px;
  background-image: url(https://c479107.ssl.cf2.rackcdn.com/assets/author/thumb54_default-7c27474ca637b81dfcb7464665eb9456.jpg);
}
/* line 107, ../../app/assets/stylesheets/components/general.scss */
.author-avatar.large h3, .author-avatar.large p, .author-avatar.large h5, ul.collaborator-autocomplete li.large h3, ul.collaborator-autocomplete li.large p, ul.collaborator-autocomplete li.large h5, ul.author-autocomplete li.large h3, ul.author-autocomplete li.large p, ul.author-autocomplete li.large h5, ul.editor-autocomplete li.large h3, ul.editor-autocomplete li.large p, ul.editor-autocomplete li.large h5 {
  padding-left: 64px;
}
/* line 114, ../../app/assets/stylesheets/components/general.scss */
.author-avatar a h3, .author-avatar a h5, ul.collaborator-autocomplete li a h3, ul.collaborator-autocomplete li a h5, ul.author-autocomplete li a h3, ul.author-autocomplete li a h5, ul.editor-autocomplete li a h3, ul.editor-autocomplete li a h5 {
  color: #069;
}
/* line 116, ../../app/assets/stylesheets/components/general.scss */
.author-avatar h3, .author-avatar p, form.formtastic .author-avatar p, .author-avatar h5, ul.collaborator-autocomplete li h3, ul.collaborator-autocomplete li p, form.formtastic ul.collaborator-autocomplete li p, ul.collaborator-autocomplete li h5, ul.author-autocomplete li h3, ul.author-autocomplete li p, form.formtastic ul.author-autocomplete li p, ul.author-autocomplete li h5, ul.editor-autocomplete li h3, ul.editor-autocomplete li p, form.formtastic ul.editor-autocomplete li p, ul.editor-autocomplete li h5 {
  padding-left: 46px;
  padding-right: 0;
  margin-bottom: 0;
  line-height: 18px;
}
/* line 122, ../../app/assets/stylesheets/components/general.scss */
.author-avatar h3, .author-avatar h5, ul.collaborator-autocomplete li h3, ul.collaborator-autocomplete li h5, ul.author-autocomplete li h3, ul.author-autocomplete li h5, ul.editor-autocomplete li h3, ul.editor-autocomplete li h5 {
  font-size: 12px;
}
/* line 124, ../../app/assets/stylesheets/components/general.scss */
.author-avatar h3 a, .author-avatar h5 a, ul.collaborator-autocomplete li h3 a, ul.collaborator-autocomplete li h5 a, ul.author-autocomplete li h3 a, ul.author-autocomplete li h5 a, ul.editor-autocomplete li h3 a, ul.editor-autocomplete li h5 a {
  float: none;
}
/* line 126, ../../app/assets/stylesheets/components/general.scss */
.author-avatar h3 a:hover, .author-avatar h5 a:hover, ul.collaborator-autocomplete li h3 a:hover, ul.collaborator-autocomplete li h5 a:hover, ul.author-autocomplete li h3 a:hover, ul.author-autocomplete li h5 a:hover, ul.editor-autocomplete li h3 a:hover, ul.editor-autocomplete li h5 a:hover {
  text-decoration: none;
}
/* line 129, ../../app/assets/stylesheets/components/general.scss */
.author-avatar span.email, ul.collaborator-autocomplete li span.email, ul.author-autocomplete li span.email, ul.editor-autocomplete li span.email {
  display: none;
}
/* line 130, ../../app/assets/stylesheets/components/general.scss */
.author-avatar p, ul.collaborator-autocomplete li p, ul.author-autocomplete li p, ul.editor-autocomplete li p {
  color: #727272;
  font-size: 11px;
}

/* line 137, ../../app/assets/stylesheets/components/general.scss */
.pagination {
  clear: both;
  overflow: hidden;
  line-height: 23px;
  margin-top: -3px;
  padding: 0;
}
/* line 144, ../../app/assets/stylesheets/components/general.scss */
.pagination span {
  display: block;
  float: left;
  border: 2px solid transparent;
}
/* line 148, ../../app/assets/stylesheets/components/general.scss */
.pagination span.first, .pagination span.gap, .pagination span.last {
  display: none;
}
/* line 151, ../../app/assets/stylesheets/components/general.scss */
.pagination span.more {
  float: left;
  padding: 5px 0px;
}
/* line 155, ../../app/assets/stylesheets/components/general.scss */
.pagination span a, .pagination span.current {
  padding: 0 8px;
  float: left;
}
/* line 158, ../../app/assets/stylesheets/components/general.scss */
.pagination span a:hover, .pagination span.current:hover {
  border-radius: 3px;
  background-color: #006699;
  color: #fff;
}
/* line 164, ../../app/assets/stylesheets/components/general.scss */
.pagination span.current {
  border-radius: 3px;
  font-weight: bold;
  border: 2px solid #006699;
  color: #006699;
}
/* line 169, ../../app/assets/stylesheets/components/general.scss */
.pagination span.current:hover {
  background-color: transparent;
  color: #006699;
}
/* line 176, ../../app/assets/stylesheets/components/general.scss */
html.ie .pagination span.prev a, html.ie .pagination span.next a {
  margin-top: 1px;
  padding: 0;
  text-indent: -9999px;
  background: white url(https://c479107.ssl.cf2.rackcdn.com/assets/pagination-5a33b70c2736ae1ae80dd06227722948.png) 0px 0px no-repeat;
}
/* line 182, ../../app/assets/stylesheets/components/general.scss */
html.ie .pagination span.prev a {
  width: 29px;
  background-position: 0px 0px;
}
/* line 185, ../../app/assets/stylesheets/components/general.scss */
html.ie .pagination span.prev a:hover {
  background-position: 0px -23px;
}
/* line 189, ../../app/assets/stylesheets/components/general.scss */
html.ie .pagination span.next a {
  width: 28px;
  background-position: -29px 0px;
}
/* line 192, ../../app/assets/stylesheets/components/general.scss */
html.ie .pagination span.next a:hover {
  background-position: -29px -23px;
}

/* line 207, ../../app/assets/stylesheets/components/general.scss */
.tabbed {
  height: 32px;
  border-bottom: 1px solid #999999;
}
/* line 214, ../../app/assets/stylesheets/components/general.scss */
.tabbed.no-border {
  border-bottom: none;
}
/* line 218, ../../app/assets/stylesheets/components/general.scss */
.tabbed .tab {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #bbb;
  border-bottom: none;
  position: relative;
  z-index: 2;
  float: left;
  display: block;
  font-weight: bold;
  color: #b2b2b2;
  height: 25px;
  padding: 6px 32px 0 32px;
  bottom: -1px;
  margin-right: 10px;
}
/* line 235, ../../app/assets/stylesheets/components/general.scss */
.tabbed .tab.active {
  border-color: #999999;
  color: #333333;
  background-color: white;
}
/* line 241, ../../app/assets/stylesheets/components/general.scss */
.tabbed .tab:hover {
  color: #333333;
}

/* line 251, ../../app/assets/stylesheets/components/general.scss */
.tabbed-header {
  clear: both;
  border-bottom: 1px solid #cccccc;
  padding: 12px;
  margin-bottom: 12px;
}
/* line 257, ../../app/assets/stylesheets/components/general.scss */
.tabbed-header, .tabbed-header label, .tabbed-header input, .tabbed-header h6 {
  font-size: 12px;
  line-height: 24px;
}
/* line 261, ../../app/assets/stylesheets/components/general.scss */
.tabbed-header h6, .tabbed-header label {
  color: #888;
  font-weight: bold;
  margin-right: 10px;
}
/* line 266, ../../app/assets/stylesheets/components/general.scss */
.tabbed-header input {
  width: 250px;
  margin: 0 20px 0 0;
  padding: 4px 5px;
  margin-top: -1px;
}
/* line 272, ../../app/assets/stylesheets/components/general.scss */
.tabbed-header a {
  color: #999;
  text-decoration: none;
}
/* line 276, ../../app/assets/stylesheets/components/general.scss */
.tabbed-header a:hover {
  color: #777;
}

/* line 286, ../../app/assets/stylesheets/components/general.scss */
.activity-list {
  list-style: none;
}
/* line 289, ../../app/assets/stylesheets/components/general.scss */
.activity-list .activity-row {
  clear: both;
  overflow: auto;
  border-bottom: 1px solid #edf0f2;
  padding: 0 12px 12px 12px;
  margin-bottom: 12px;
}
/* line 298, ../../app/assets/stylesheets/components/general.scss */
.activity-list .activity-row.without-avatar .activity-row-header {
  margin-left: 0;
}
/* line 299, ../../app/assets/stylesheets/components/general.scss */
.activity-list .activity-row.without-avatar img.avatar {
  display: none;
}
/* line 302, ../../app/assets/stylesheets/components/general.scss */
.activity-list .activity-row .activity-type {
  float: left;
  color: #999999;
  margin-right: 20px;
  line-height: 36px;
}
/* line 309, ../../app/assets/stylesheets/components/general.scss */
.activity-list .activity-row .activity-row-header, .activity-list .activity-row p {
  margin-left: 40px;
}
/* line 310, ../../app/assets/stylesheets/components/general.scss */
.activity-list .activity-row .activity-row-header {
  margin-bottom: 6px;
}
/* line 313, ../../app/assets/stylesheets/components/general.scss */
.activity-list .activity-row .activity-row-header img {
  border-radius: 2px;
  background-color: #eee;
  margin-right: 6px;
  border: none;
  outline: none;
}
/* line 321, ../../app/assets/stylesheets/components/general.scss */
.activity-list .activity-row .activity-row-header time {
  font-size: 12px;
  color: #777777;
}
/* line 325, ../../app/assets/stylesheets/components/general.scss */
.activity-list .activity-row .activity-row-header h5 {
  color: #999999;
}
/* line 328, ../../app/assets/stylesheets/components/general.scss */
.activity-list .activity-row .activity-row-header h5 strong {
  color: #444444;
}
/* line 331, ../../app/assets/stylesheets/components/general.scss */
.activity-list .activity-row p {
  font-size: 12px;
  color: #777777;
  margin-bottom: 0px;
}

/* line 343, ../../app/assets/stylesheets/components/general.scss */
.profile-details {
  list-style: none;
  margin-bottom: 36px;
  padding: 0 10px;
  font-size: 11px;
}
/* line 349, ../../app/assets/stylesheets/components/general.scss */
.profile-details li {
  padding: 2px 0 2px 6px;
}
/* line 352, ../../app/assets/stylesheets/components/general.scss */
.profile-details li, .profile-details li a {
  font-weight: bold;
  color: #757a80;
  font-size: 12px;
}
/* line 357, ../../app/assets/stylesheets/components/general.scss */
.profile-details li i {
  margin-right: 6px;
  font-size: 14px;
}

/* line 371, ../../app/assets/stylesheets/components/general.scss */
.activity-count {
  border-radius: 2px;
  border: 1px solid #ef5a50;
  color: #ef5a50;
  font-weight: bold;
  font-size: 11px;
  padding: 0 4px;
  height: 16px;
  line-height: 16px;
  background-color: white;
}
/* line 383, ../../app/assets/stylesheets/components/general.scss */
.activity-count.subtle {
  border-color: #b2b2b2;
  color: #b2b2b2;
}

/* line 393, ../../app/assets/stylesheets/components/general.scss */
.available-for {
  color: #757a80;
}
/* line 396, ../../app/assets/stylesheets/components/general.scss */
.available-for h6 {
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 6px;
  padding-bottom: 6px;
}
/* line 403, ../../app/assets/stylesheets/components/general.scss */
.available-for li {
  margin-left: 20px;
  font-size: 11px;
}

/* line 414, ../../app/assets/stylesheets/components/general.scss */
.friends-of-tc {
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  background: -webkit-linear-gradient( white, #fafafa);
  background: linear-gradient( white, #fafafa);
  padding: 12px 18px 12px 12px;
  border: 1px solid #c7c9cb;
  max-width: 330px;
}
/* line 426, ../../app/assets/stylesheets/components/general.scss */
.friends-of-tc nav, .friends-of-tc h6 {
  margin-left: 32px;
}
/* line 427, ../../app/assets/stylesheets/components/general.scss */
.friends-of-tc h6, .friends-of-tc .icon-friend-of-tc {
  text-shadow: 0 1px 0 white;
  color: #757a80;
}
/* line 432, ../../app/assets/stylesheets/components/general.scss */
.friends-of-tc .icon-friend-of-tc {
  font-size: 22px;
  float: left;
}
/* line 438, ../../app/assets/stylesheets/components/general.scss */
.friends-of-tc.super-friennnnnnds h6, .friends-of-tc.super-friennnnnnds .icon-friend-of-tc {
  color: #e50c20;
}
/* line 440, ../../app/assets/stylesheets/components/general.scss */
.friends-of-tc.super-friennnnnnds nav {
  font-size: 11px;
}
/* line 442, ../../app/assets/stylesheets/components/general.scss */
.friends-of-tc.super-friennnnnnds nav a {
  color: #727272;
}

/* line 454, ../../app/assets/stylesheets/components/general.scss */
.friends-of-tc-promo {
  -webkit-transition-property: border-color, color;
  -moz-transition-property: border-color, color;
  transition-property: border-color, color;
  -webkit-transition-duration: 1s, 1s;
  -moz-transition-duration: 1s, 1s;
  transition-duration: 1s, 1s;
  -webkit-transition-timing-function: ease-out, ease-out;
  -moz-transition-timing-function: ease-out, ease-out;
  transition-timing-function: ease-out, ease-out;
  background-color: white;
  position: relative;
  display: block;
  border: 1px solid #eee;
  border-left: none;
  border-right: none;
  padding: 12px;
  margin-bottom: 24px;
  margin-top: 48px;
  text-align: center;
  color: #bbb;
}
/* line 471, ../../app/assets/stylesheets/components/general.scss */
.friends-of-tc-promo:hover {
  -webkit-transition-property: border-color, color;
  -moz-transition-property: border-color, color;
  transition-property: border-color, color;
  -webkit-transition-duration: 0.2s, 0.2s;
  -moz-transition-duration: 0.2s, 0.2s;
  transition-duration: 0.2s, 0.2s;
  -webkit-transition-timing-function: ease-in, ease-in;
  -moz-transition-timing-function: ease-in, ease-in;
  transition-timing-function: ease-in, ease-in;
  color: #aaa;
  border-color: #ccc;
}
/* line 479, ../../app/assets/stylesheets/components/general.scss */
.friends-of-tc-promo:hover span i.icon-friend-of-tc-heart {
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  color: #e50c20;
}
/* line 488, ../../app/assets/stylesheets/components/general.scss */
.friends-of-tc-promo span {
  position: absolute;
  display: block;
  width: 60px;
  height: 20px;
  background-color: white;
  text-align: center;
  top: -10px;
  left: 50%;
  margin-left: -30px;
}
/* line 499, ../../app/assets/stylesheets/components/general.scss */
.friends-of-tc-promo span i {
  position: absolute;
  text-align: center;
  font-size: 22px;
  width: 100%;
  top: 0;
  left: 0;
}
/* line 507, ../../app/assets/stylesheets/components/general.scss */
.friends-of-tc-promo span i.icon-friend-of-tc-heart {
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 2s;
  -moz-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  color: #bbb;
}

/* line 526, ../../app/assets/stylesheets/components/general.scss */
.profile-stats {
  margin-top: 18px;
  text-align: right;
  font-weight: bold;
  color: #595959;
  text-transform: uppercase;
}
/* line 533, ../../app/assets/stylesheets/components/general.scss */
.profile-stats:first-child {
  border: none;
}
/* line 535, ../../app/assets/stylesheets/components/general.scss */
.profile-stats a {
  display: block;
}
/* line 539, ../../app/assets/stylesheets/components/general.scss */
.profile-stats a:hover h2, .profile-stats a:hover span {
  color: #2d8cd6;
}
/* line 542, ../../app/assets/stylesheets/components/general.scss */
.profile-stats a h2 {
  margin-bottom: 6px;
  color: #444;
  font-size: 20px;
}
/* line 547, ../../app/assets/stylesheets/components/general.scss */
.profile-stats a span {
  color: #808080;
  font-size: 11px;
  font-weight: strong;
}

/* line 564, ../../app/assets/stylesheets/components/general.scss */
.filterable-list {
  margin: 0;
  padding: 0;
}
/* line 568, ../../app/assets/stylesheets/components/general.scss */
.filterable-list .title {
  font-size: 12px;
  font-weight: bold;
  padding-top: 4px;
  color: #B3B3B3;
  float: left;
  margin: 0 20px 0 0;
}
/* line 577, ../../app/assets/stylesheets/components/general.scss */
.filterable-list ul {
  float: left;
}
/* line 580, ../../app/assets/stylesheets/components/general.scss */
.filterable-list ul li {
  list-style: none;
  float: left;
  margin-right: 10px;
}

/* line 593, ../../app/assets/stylesheets/components/general.scss */
.empty-content {
  color: #ccc;
  text-align: center;
  font-size: 18px;
  padding: 18px 0;
  margin: 0 auto;
  width: 80%;
}

/* line 603, ../../app/assets/stylesheets/components/general.scss */
.editable-table {
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #b9becb;
  display: block;
}
/* line 610, ../../app/assets/stylesheets/components/general.scss */
.editable-table td.center, .editable-table th.center {
  text-align: center;
}
/* line 614, ../../app/assets/stylesheets/components/general.scss */
.editable-table table {
  width: 100%;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 4px;
}
/* line 621, ../../app/assets/stylesheets/components/general.scss */
.ie7 .editable-table table {
  table-layout: fixed;
}
/* line 622, ../../app/assets/stylesheets/components/general.scss */
.editable-table table thead {
  padding-bottom: 6px;
}
/* line 625, ../../app/assets/stylesheets/components/general.scss */
.editable-table table thead tr {
  background-image: -webkit-linear-gradient( white, #ececec);
  background-image: linear-gradient( white, #ececec);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
/* line 632, ../../app/assets/stylesheets/components/general.scss */
.editable-table table thead th {
  position: relative;
  font-weight: bold;
  padding: 6px 12px;
  font-size: 11px;
  white-space: nowrap;
  vertical-align: middle;
  border-bottom: 1px solid #b9becb;
}
/* line 641, ../../app/assets/stylesheets/components/general.scss */
.editable-table table thead th.row-index {
  width: 10px;
}
/* line 648, ../../app/assets/stylesheets/components/general.scss */
.editable-table table tbody td {
  padding: 12px;
  border-top: 1px solid #eee;
}
/* line 652, ../../app/assets/stylesheets/components/general.scss */
.editable-table table tbody td input {
  width: 100%;
}
/* line 654, ../../app/assets/stylesheets/components/general.scss */
.editable-table table tbody td.separator {
  width: 24px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
/* line 662, ../../app/assets/stylesheets/components/general.scss */
.editable-table table tbody:first-child td {
  border-top: none;
}
/* line 668, ../../app/assets/stylesheets/components/general.scss */
.editable-table tfoot {
  background-image: -webkit-linear-gradient( white, #ececec);
  background-image: linear-gradient( white, #ececec);
  padding: 10px 12px;
  font-size: 11px;
}
/* line 674, ../../app/assets/stylesheets/components/general.scss */
.editable-table tfoot td, .editable-table tfoot th {
  border-top: 1px solid #b9becb;
}
/* line 678, ../../app/assets/stylesheets/components/general.scss */
.editable-table tfoot a {
  color: #222;
  font-weight: bold;
}
/* line 682, ../../app/assets/stylesheets/components/general.scss */
.editable-table tfoot i {
  font-size: 12px;
}

/* line 686, ../../app/assets/stylesheets/components/general.scss */
.editable-table-footer {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-image: -webkit-linear-gradient( white, #ececec);
  background-image: linear-gradient( white, #ececec);
  border-top: 1px solid #b9becb;
  padding: 10px 12px;
  font-size: 11px;
}
/* line 695, ../../app/assets/stylesheets/components/general.scss */
.editable-table-footer a {
  color: #222;
  font-weight: bold;
}
/* line 699, ../../app/assets/stylesheets/components/general.scss */
.editable-table-footer i {
  font-size: 12px;
}

/* line 703, ../../app/assets/stylesheets/components/general.scss */
.avatar-uploader {
  float: left;
  position: relative;
}
/* line 707, ../../app/assets/stylesheets/components/general.scss */
.avatar-uploader.size-width170 .avatar-uploader-wrapper {
  width: 170px;
  height: 170px;
}
/* line 712, ../../app/assets/stylesheets/components/general.scss */
.avatar-uploader .avatar-image {
  border-radius: 4px;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  zoom: 1;
  display: block;
  float: left;
  width: 100%;
}
/* line 722, ../../app/assets/stylesheets/components/general.scss */
.avatar-uploader .avatar-uploader-wrapper {
  position: relative;
  float: left;
  background-color: #eee;
}
/* line 728, ../../app/assets/stylesheets/components/general.scss */
.avatar-uploader .avatar-uploader-progress {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  zoom: 1;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  text-align: center;
}
/* line 740, ../../app/assets/stylesheets/components/general.scss */
.avatar-uploader .avatar-uploader-progress.is-uploading {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  zoom: 1;
}
/* line 745, ../../app/assets/stylesheets/components/general.scss */
.avatar-uploader .avatar-uploader-progress .avatar-uploader-progress {
  border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.75) inset, 0 1px 0 0 rgba(255, 255, 255, 0.8);
  width: 60%;
  height: 10px;
  margin: 0 auto;
  background-color: #222;
  border: 1px solid #222;
}
/* line 758, ../../app/assets/stylesheets/components/general.scss */
.avatar-uploader .avatar-uploader-progress .avatar-uploader-progress .bar {
  background-image: -webkit-linear-gradient( #f9f9f9, #b5bcc7);
  background-image: linear-gradient( #f9f9f9, #b5bcc7);
  border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
  height: 100%;
}
/* line 771, ../../app/assets/stylesheets/components/general.scss */
.avatar-uploader .avatar-uploader-controls {
  margin-left: 20px;
  float: left;
}
/* line 775, ../../app/assets/stylesheets/components/general.scss */
.avatar-uploader .avatar-uploader-controls .inline-hints {
  margin-left: 0 !important;
}
/* line 778, ../../app/assets/stylesheets/components/general.scss */
.avatar-uploader.is-uploading img {
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  zoom: 1;
}
/* line 784, ../../app/assets/stylesheets/components/general.scss */
.avatar-uploader.large-inline-edit {
  float: none;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
.avatar-uploader.large-inline-edit:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 788, ../../app/assets/stylesheets/components/general.scss */
.avatar-uploader.large-inline-edit .avatar-uploader-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
/* line 797, ../../app/assets/stylesheets/components/general.scss */
.avatar-uploader.large-inline-edit .avatar-uploader-controls .inline-hints {
  display: none;
}
/* line 803, ../../app/assets/stylesheets/components/general.scss */
.avatar-uploader.large-inline-edit .avatar-uploader-controls .button input {
  height: 100%;
}
/* line 805, ../../app/assets/stylesheets/components/general.scss */
.avatar-uploader.large-inline-edit .avatar-uploader-controls .button, .avatar-uploader.large-inline-edit .avatar-uploader-controls .button:active {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  zoom: 1;
  background: -webkit-linear-gradient( rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75));
  background: linear-gradient( rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.75));
  text-shadow: none;
  color: white;
  display: block;
  line-height: 100%;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 80%;
  height: 20%;
  border: none;
  text-align: center;
}
/* line 826, ../../app/assets/stylesheets/components/general.scss */
.avatar-uploader.large-inline-edit .avatar-uploader-controls .button:hover {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  zoom: 1;
}

/* line 836, ../../app/assets/stylesheets/components/general.scss */
.content-valley {
  background: -webkit-linear-gradient( #f1f4f5, white 175px);
  background: linear-gradient( #f1f4f5, white 175px);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
  border-top: 1px solid #b2b2b2;
  padding-top: 18px;
}

/* line 849, ../../app/assets/stylesheets/components/general.scss */
.jobs ul {
  padding: 0;
  margin: 0;
}
/* line 853, ../../app/assets/stylesheets/components/general.scss */
.jobs ul li {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  list-style: none;
}
/* line 858, ../../app/assets/stylesheets/components/general.scss */
.jobs ul li h5 {
  font-size: 11px;
  margin-bottom: 5px;
  font-weight: normal;
}
/* line 864, ../../app/assets/stylesheets/components/general.scss */
.jobs ul li p {
  line-height: 132%;
  font-size: 11px;
  color: #7F7F7F;
  margin: 0;
}
/* line 873, ../../app/assets/stylesheets/components/general.scss */
.jobs .view-job-board {
  display: block;
  padding: 10px 0;
  position: relative;
}
/* line 878, ../../app/assets/stylesheets/components/general.scss */
.jobs .view-job-board:hover {
  background-image: -webkit-linear-gradient(left, white, #fff9f9, white);
  background-image: linear-gradient(to right, white, #fff9f9, white);
}
/* line 882, ../../app/assets/stylesheets/components/general.scss */
.jobs .view-job-board i {
  position: absolute;
  top: 4px;
  left: 0;
  color: #D61924;
  font-size: 17px;
  margin: 6px 3px 0px 8px;
}
/* line 891, ../../app/assets/stylesheets/components/general.scss */
.jobs .view-job-board span {
  display: block;
  float: left;
  line-height: 1.4;
  display: block;
}
/* line 897, ../../app/assets/stylesheets/components/general.scss */
.jobs .view-job-board span.action {
  letter-spacing: 0;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  margin: 0;
  margin-left: 30px;
}
/* line 907, ../../app/assets/stylesheets/components/general.scss */
.jobs .view-job-board span.tagline {
  font-size: 11px;
  color: #B3B3B3;
  margin-left: 30px;
}

/* line 8, ../../app/assets/stylesheets/components/authoring/structural.scss */
.authoring-header {
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25) inset, 0 1px 3px 0 rgba(0, 0, 0, 0.75);
  position: relative;
  background: #354b59;
  padding: 15px 0;
  height: auto;
  margin-bottom: 25px;
  border-bottom: 1px solid #202629;
  border-top: 1px solid #444;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
.authoring-header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 22, ../../app/assets/stylesheets/components/authoring/structural.scss */
.authoring-header hgroup {
  color: white;
  float: left;
}
/* line 25, ../../app/assets/stylesheets/components/authoring/structural.scss */
.authoring-header hgroup.wrapper {
  float: none;
}
/* line 26, ../../app/assets/stylesheets/components/authoring/structural.scss */
.authoring-header hgroup h1, .authoring-header hgroup h2 {
  text-shadow: 0 -1px 0 black;
  margin: 0;
  line-height: normal;
}
/* line 27, ../../app/assets/stylesheets/components/authoring/structural.scss */
.authoring-header hgroup h1 {
  font-size: 21px;
}
/* line 31, ../../app/assets/stylesheets/components/authoring/structural.scss */
.authoring-header hgroup h2 {
  font-size: 13px;
  margin-top: .2em;
}
/* line 37, ../../app/assets/stylesheets/components/authoring/structural.scss */
.authoring-header .toolset {
  float: right;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
.authoring-header .wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 40, ../../app/assets/stylesheets/components/authoring/structural.scss */
.authoring-header label {
  display: none;
}

/* line 8, ../../app/assets/stylesheets/components/authoring/forms.scss */
textarea.large-type {
  font-size: 26px;
  padding: 10px;
  font-weight: bold;
  border: 1px dotted #D8D8D8;
  color: #444444;
}

/* line 23, ../../app/assets/stylesheets/components/authoring/forms.scss */
select.slim {
  border-radius: 3px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  color: #777777;
  -webkit-appearance: none;
  -moz-appearance: menulist-textfield;
  margin: 0;
  height: 22px;
  padding: 2px 18px 2px 10px;
  text-align: center;
  background-image: url(https://c479107.ssl.cf2.rackcdn.com/assets/iphone-nav-arrow-1978465b9bb2986c810d11c74204c0da.png), none;
  background-position: right 2px, center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  position: relative;
  border: 1px solid #CCCCCC;
}
/* line 40, ../../app/assets/stylesheets/components/authoring/forms.scss */
select.slim.active, select.slim:hover {
  border: 1px solid #000000;
}
/* line 43, ../../app/assets/stylesheets/components/authoring/forms.scss */
select.slim:hover {
  cursor: pointer;
}
/* line 46, ../../app/assets/stylesheets/components/authoring/forms.scss */
select.slim:focus {
  outline: none;
}

/* line 52, ../../app/assets/stylesheets/components/authoring/forms.scss */
.content-pages {
  margin-top: 20px;
}
/* line 55, ../../app/assets/stylesheets/components/authoring/forms.scss */
.content-pages ul {
  list-style: none;
}
/* line 58, ../../app/assets/stylesheets/components/authoring/forms.scss */
.content-pages ul li {
  clear: both;
  margin: 0;
}
/* line 62, ../../app/assets/stylesheets/components/authoring/forms.scss */
.content-pages ul li input {
  float: left;
  margin: 4px 5px 0 0;
}

/* line 8, ../../app/assets/stylesheets/components/lightboxes.scss */
body.lightbox-open {
  overflow: hidden;
}

/* line 10, ../../app/assets/stylesheets/components/lightboxes.scss */
.lightbox-mask {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  zoom: 1;
  background-image: -webkit-linear-gradient( #333333, #666666);
  background-image: linear-gradient( #333333, #666666);
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}

/* line 22, ../../app/assets/stylesheets/components/lightboxes.scss */
body.lightbox-open .lightbox-mask {
  display: block;
}

@-webkit-keyframes zoom-in {
  /* line 25, ../../app/assets/stylesheets/components/lightboxes.scss */
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }

  /* line 26, ../../app/assets/stylesheets/components/lightboxes.scss */
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@-moz-keyframes zoom-in {
  /* line 25, ../../app/assets/stylesheets/components/lightboxes.scss */
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }

  /* line 26, ../../app/assets/stylesheets/components/lightboxes.scss */
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}

@-o-keyframes zoom-in {
  /* line 25, ../../app/assets/stylesheets/components/lightboxes.scss */
  0% {
    -o-transform: scale(0);
    opacity: 0;
  }

  /* line 26, ../../app/assets/stylesheets/components/lightboxes.scss */
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoom-in {
  /* line 25, ../../app/assets/stylesheets/components/lightboxes.scss */
  0% {
    transform: scale(0);
    opacity: 0;
  }

  /* line 26, ../../app/assets/stylesheets/components/lightboxes.scss */
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* line 29, ../../app/assets/stylesheets/components/lightboxes.scss */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 2000;
  -webkit-animation: zoom-in 0.25s ease-out;
  -moz-animation: zoom-in 0.25s ease-out;
  animation: zoom-in 0.25s ease-out;
  background: rgba(0, 0, 0, 0);
}
/* line 44, ../../app/assets/stylesheets/components/lightboxes.scss */
.lightbox.modal .mask {
  pointer-events: none;
}
/* line 47, ../../app/assets/stylesheets/components/lightboxes.scss */
.lightbox.error {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
/* line 50, ../../app/assets/stylesheets/components/lightboxes.scss */
.lightbox.error .lightbox-inner > header {
  background: #E7402D;
}
/* line 52, ../../app/assets/stylesheets/components/lightboxes.scss */
.lightbox.error .lightbox-inner > header h2 {
  color: #8D2114;
}
/* line 57, ../../app/assets/stylesheets/components/lightboxes.scss */
.lightbox ul, .lightbox ol {
  list-style-position: inside;
}
/* line 58, ../../app/assets/stylesheets/components/lightboxes.scss */
.lightbox code {
  border-radius: 3px;
  display: block;
  background-color: #ddd;
  color: #444;
  padding: 5px 10px;
  font-family: "MesloLGMDZRegular", monospace;
  font-size: 14px;
}
/* line 68, ../../app/assets/stylesheets/components/lightboxes.scss */
.lightbox .lightbox-inner {
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  overflow: hidden;
  position: relative;
  top: 100px;
  width: 680px;
  margin: 0 auto;
  background: white;
  border: 1px solid #444;
}
/* line 79, ../../app/assets/stylesheets/components/lightboxes.scss */
.lightbox .lightbox-inner > div, .lightbox .lightbox-inner > header, .lightbox .lightbox-inner > footer {
  padding: 20px;
}
/* line 82, ../../app/assets/stylesheets/components/lightboxes.scss */
.lightbox .lightbox-inner > header {
  border-top-radius: 2px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
  padding-top: 14px;
  background-color: #559FE7;
  color: white;
}
/* line 88, ../../app/assets/stylesheets/components/lightboxes.scss */
.lightbox .lightbox-inner > header h1, .lightbox .lightbox-inner > header h2 {
  margin: 0;
}
/* line 90, ../../app/assets/stylesheets/components/lightboxes.scss */
.lightbox .lightbox-inner > header hgroup h1 {
  font-size: 30px;
  color: white;
}
/* line 94, ../../app/assets/stylesheets/components/lightboxes.scss */
.lightbox .lightbox-inner > header hgroup h2 {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  font-size: 16px;
  color: #0860c4;
}
/* line 102, ../../app/assets/stylesheets/components/lightboxes.scss */
.lightbox .lightbox-inner textarea {
  width: 100%;
  height: 100px;
}
/* line 108, ../../app/assets/stylesheets/components/lightboxes.scss */
.lightbox .lightbox-inner .note-recipients h3 {
  float: left;
  margin-right: 1em;
}
/* line 112, ../../app/assets/stylesheets/components/lightboxes.scss */
.lightbox .lightbox-inner .note-recipients ol.semantic {
  float: left;
  margin-bottom: 1em;
}
/* line 119, ../../app/assets/stylesheets/components/lightboxes.scss */
.lightbox .lightbox-inner .edit-pull-quote textarea {
  height: auto;
}
/* line 120, ../../app/assets/stylesheets/components/lightboxes.scss */
.lightbox .lightbox-inner .edit-pull-quote span {
  padding-left: 10px;
}
/* line 123, ../../app/assets/stylesheets/components/lightboxes.scss */
.lightbox .lightbox-inner > footer {
  border-bottom-radius: 3px;
  clear: both;
  overflow: auto;
  background-color: #eee;
  padding: 15px 20px;
}

/* line 3, ../../app/assets/stylesheets/components/tables.scss */
table.fancy-table th.left, table.fancy-table td.left, table.metrics th.left, table.metrics td.left {
  text-align: left;
  float: none;
}
/* line 8, ../../app/assets/stylesheets/components/tables.scss */
table.fancy-table th.right, table.fancy-table td.right, table.metrics th.right, table.metrics td.right {
  text-align: right;
  float: none;
}
/* line 13, ../../app/assets/stylesheets/components/tables.scss */
table.fancy-table th.top, table.fancy-table td.top, table.metrics th.top, table.metrics td.top {
  vertical-align: top;
}

/* line 21, ../../app/assets/stylesheets/components/tables.scss */
table.fancy-table {
  border-collapse: separate;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  width: 100%;
}
/* line 29, ../../app/assets/stylesheets/components/tables.scss */
table.fancy-table th, table.fancy-table td {
  padding: 10px;
  text-align: center;
}
/* line 36, ../../app/assets/stylesheets/components/tables.scss */
table.fancy-table thead tr, table.fancy-table tfoot tr {
  background-color: #F0F0F0;
}
/* line 42, ../../app/assets/stylesheets/components/tables.scss */
table.fancy-table tbody tr.yellow-blink {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 2;
  -moz-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
}
/* line 48, ../../app/assets/stylesheets/components/tables.scss */
table.fancy-table tbody tr:nth-child(odd) {
  -webkit-animation-name: odd-row-yellow-blink;
  -moz-animation-name: odd-row-yellow-blink;
  animation-name: odd-row-yellow-blink;
  background-color: #F7F7F7;
}
/* line 52, ../../app/assets/stylesheets/components/tables.scss */
table.fancy-table tbody tr:nth-child(even) {
  -webkit-animation-name: even-row-yellow-blink;
  -moz-animation-name: even-row-yellow-blink;
  animation-name: even-row-yellow-blink;
  background-color: #F0F0F0;
}
/* line 61, ../../app/assets/stylesheets/components/tables.scss */
table.fancy-table thead th, table.fancy-table tfoot {
  font-weight: bold;
  border-bottom: #ccc 1px solid;
  text-shadow: 0 1px 0 white;
}
/* line 69, ../../app/assets/stylesheets/components/tables.scss */
table.fancy-table tbody td span.status {
  border-radius: 5px;
  display: block;
  color: white;
  font-weight: bold;
  font-size: 9px;
  width: 65px;
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
/* line 80, ../../app/assets/stylesheets/components/tables.scss */
table.fancy-table tbody td span.status.orange {
  background-color: #FFA25F;
}
/* line 83, ../../app/assets/stylesheets/components/tables.scss */
table.fancy-table tbody td span.status.orange-animated-loop {
  -webkit-animation-name: orange-background;
  -moz-animation-name: orange-background;
  animation-name: orange-background;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
}
/* line 90, ../../app/assets/stylesheets/components/tables.scss */
table.fancy-table tbody td span.status.blue {
  background-color: #48A1CE;
}
/* line 93, ../../app/assets/stylesheets/components/tables.scss */
table.fancy-table tbody td span.status.green {
  background-color: #199A0B;
}
/* line 96, ../../app/assets/stylesheets/components/tables.scss */
table.fancy-table tbody td span.status.red {
  background-color: #D24850;
}
/* line 103, ../../app/assets/stylesheets/components/tables.scss */
table.fancy-table tfoot td {
  font-size: 11px;
  text-shadow: 0 1px 0 white;
  border-top: #ccc 1px solid;
}

/* line 114, ../../app/assets/stylesheets/components/tables.scss */
table.metrics {
  width: 100%;
}
/* line 116, ../../app/assets/stylesheets/components/tables.scss */
table.metrics thead {
  margin: 0;
  padding: 0;
}
/* line 120, ../../app/assets/stylesheets/components/tables.scss */
table.metrics thead tr.bordered th {
  padding-bottom: 11px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #D9D9D9;
  text-align: left;
  vertical-align: bottom;
  padding-bottom: 3px;
  margin-bottom: 12px;
  font-size: 11px;
}
/* line 127, ../../app/assets/stylesheets/components/tables.scss */
table.metrics thead tr.bordered th.metric {
  text-align: right;
  text-transform: uppercase;
  color: #aaa;
  margin: 0;
  padding-top: 3px;
  white-space: nowrap;
  padding-left: 35px;
  font-size: 10px;
}
/* line 140, ../../app/assets/stylesheets/components/tables.scss */
table.metrics thead th.header h1 {
  line-height: 18px;
  color: #555;
  font-size: 16px;
  margin-bottom: 0px;
}
/* line 150, ../../app/assets/stylesheets/components/tables.scss */
table.metrics tbody tr td {
  padding-top: 12px;
  padding-bottom: 11px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #D9D9D9;
  vertical-align: top;
}
/* line 151, ../../app/assets/stylesheets/components/tables.scss */
table.metrics tbody tr td.author-avatar {
  float: none;
  clear: none;
  overflow: hidden;
  display: table-cell;
  margin: 0;
}
/* line 157, ../../app/assets/stylesheets/components/tables.scss */
table.metrics tbody tr td.author-avatar a {
  position: relative;
}
/* line 160, ../../app/assets/stylesheets/components/tables.scss */
table.metrics tbody tr td.author-avatar p.role {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 167, ../../app/assets/stylesheets/components/tables.scss */
table.metrics tbody tr td.metric div {
  padding-left: 35px;
}
/* line 169, ../../app/assets/stylesheets/components/tables.scss */
table.metrics tbody tr td.metric div h3 {
  font-size: 36px;
  line-height: 36px;
  text-align: right;
  margin: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 -1px 0 rgba(0, 0, 0, 0.75);
}
/* line 183, ../../app/assets/stylesheets/components/tables.scss */
table.metrics tbody tr:last-child td {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

@-webkit-keyframes orange-background {
  /* line 189, ../../app/assets/stylesheets/components/tables.scss */
  from {
    background-color: #FFA25F;
  }

  /* line 192, ../../app/assets/stylesheets/components/tables.scss */
  to {
    background-color: #FF5500;
  }
}

@-moz-keyframes orange-background {
  /* line 189, ../../app/assets/stylesheets/components/tables.scss */
  from {
    background-color: #FFA25F;
  }

  /* line 192, ../../app/assets/stylesheets/components/tables.scss */
  to {
    background-color: #FF5500;
  }
}

@-o-keyframes orange-background {
  /* line 189, ../../app/assets/stylesheets/components/tables.scss */
  from {
    background-color: #FFA25F;
  }

  /* line 192, ../../app/assets/stylesheets/components/tables.scss */
  to {
    background-color: #FF5500;
  }
}

@keyframes orange-background {
  /* line 189, ../../app/assets/stylesheets/components/tables.scss */
  from {
    background-color: #FFA25F;
  }

  /* line 192, ../../app/assets/stylesheets/components/tables.scss */
  to {
    background-color: #FF5500;
  }
}

@-webkit-keyframes odd-row-yellow-blink {
  /* line 198, ../../app/assets/stylesheets/components/tables.scss */
  from {
    background-color: #F7F7F7;
  }

  /* line 201, ../../app/assets/stylesheets/components/tables.scss */
  to {
    background-color: #ffeeaa;
  }
}

@-moz-keyframes odd-row-yellow-blink {
  /* line 198, ../../app/assets/stylesheets/components/tables.scss */
  from {
    background-color: #F7F7F7;
  }

  /* line 201, ../../app/assets/stylesheets/components/tables.scss */
  to {
    background-color: #ffeeaa;
  }
}

@-o-keyframes odd-row-yellow-blink {
  /* line 198, ../../app/assets/stylesheets/components/tables.scss */
  from {
    background-color: #F7F7F7;
  }

  /* line 201, ../../app/assets/stylesheets/components/tables.scss */
  to {
    background-color: #ffeeaa;
  }
}

@keyframes odd-row-yellow-blink {
  /* line 198, ../../app/assets/stylesheets/components/tables.scss */
  from {
    background-color: #F7F7F7;
  }

  /* line 201, ../../app/assets/stylesheets/components/tables.scss */
  to {
    background-color: #ffeeaa;
  }
}

@-webkit-keyframes even-row-yellow-blink {
  /* line 207, ../../app/assets/stylesheets/components/tables.scss */
  from {
    background-color: #F0F0F0;
  }

  /* line 210, ../../app/assets/stylesheets/components/tables.scss */
  to {
    background-color: #ffeeaa;
  }
}

@-moz-keyframes even-row-yellow-blink {
  /* line 207, ../../app/assets/stylesheets/components/tables.scss */
  from {
    background-color: #F0F0F0;
  }

  /* line 210, ../../app/assets/stylesheets/components/tables.scss */
  to {
    background-color: #ffeeaa;
  }
}

@-o-keyframes even-row-yellow-blink {
  /* line 207, ../../app/assets/stylesheets/components/tables.scss */
  from {
    background-color: #F0F0F0;
  }

  /* line 210, ../../app/assets/stylesheets/components/tables.scss */
  to {
    background-color: #ffeeaa;
  }
}

@keyframes even-row-yellow-blink {
  /* line 207, ../../app/assets/stylesheets/components/tables.scss */
  from {
    background-color: #F0F0F0;
  }

  /* line 210, ../../app/assets/stylesheets/components/tables.scss */
  to {
    background-color: #ffeeaa;
  }
}

@-webkit-keyframes bounce {
  /* line 6, ../../app/assets/stylesheets/partials/article/edit.scss */
  0% {
    -webkit-transform: scale(1);
    -webkit-animation-timing-function: ease-out;
  }

  /* line 8, ../../app/assets/stylesheets/partials/article/edit.scss */
  25% {
    -webkit-transform: scale(1.1);
    -webkit-animation-timing-function: ease-in;
  }

  /* line 10, ../../app/assets/stylesheets/partials/article/edit.scss */
  75% {
    -webkit-transform: scale(0.9);
    -webkit-animation-timing-function: ease-out;
  }

  /* line 12, ../../app/assets/stylesheets/partials/article/edit.scss */
  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes bounce {
  /* line 6, ../../app/assets/stylesheets/partials/article/edit.scss */
  0% {
    -moz-transform: scale(1);
    -moz-animation-timing-function: ease-out;
  }

  /* line 8, ../../app/assets/stylesheets/partials/article/edit.scss */
  25% {
    -moz-transform: scale(1.1);
    -moz-animation-timing-function: ease-in;
  }

  /* line 10, ../../app/assets/stylesheets/partials/article/edit.scss */
  75% {
    -moz-transform: scale(0.9);
    -moz-animation-timing-function: ease-out;
  }

  /* line 12, ../../app/assets/stylesheets/partials/article/edit.scss */
  100% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes bounce {
  /* line 6, ../../app/assets/stylesheets/partials/article/edit.scss */
  0% {
    -o-transform: scale(1);
  }

  /* line 8, ../../app/assets/stylesheets/partials/article/edit.scss */
  25% {
    -o-transform: scale(1.1);
  }

  /* line 10, ../../app/assets/stylesheets/partials/article/edit.scss */
  75% {
    -o-transform: scale(0.9);
  }

  /* line 12, ../../app/assets/stylesheets/partials/article/edit.scss */
  100% {
    -o-transform: scale(1);
  }
}

@keyframes bounce {
  /* line 6, ../../app/assets/stylesheets/partials/article/edit.scss */
  0% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }

  /* line 8, ../../app/assets/stylesheets/partials/article/edit.scss */
  25% {
    transform: scale(1.1);
    animation-timing-function: ease-in;
  }

  /* line 10, ../../app/assets/stylesheets/partials/article/edit.scss */
  75% {
    transform: scale(0.9);
    animation-timing-function: ease-out;
  }

  /* line 12, ../../app/assets/stylesheets/partials/article/edit.scss */
  100% {
    transform: scale(1);
  }
}

/* line 2, ../../app/assets/stylesheets/partials/article/edit/_header.scss */
body.drafts-edit div.authoring-header {
  position: fixed;
  top: 30px;
  z-index: 9;
  width: 100%;
  margin-bottom: 0;
}
/* line 9, ../../app/assets/stylesheets/partials/article/edit/_header.scss */
body.drafts-edit div.authoring-header a {
  float: left;
}
/* line 11, ../../app/assets/stylesheets/partials/article/edit/_header.scss */
body.drafts-edit div.authoring-header a.button.primary {
  float: right;
  margin-left: 10px;
}
/* line 17, ../../app/assets/stylesheets/partials/article/edit/_header.scss */
body.drafts-edit div.authoring-header .action-buttons {
  margin-right: 1em;
}
/* line 21, ../../app/assets/stylesheets/partials/article/edit/_header.scss */
body.drafts-edit div.authoring-header .tabbed-button-group {
  position: absolute;
  left: 25%;
  height: 28px;
  background: #8C9297;
  padding: 0px;
  box-shadow: none;
  border-radius: 3px;
  background-image: -webkit-linear-gradient( #8c9297, #9fa6ac);
  background-image: linear-gradient( #8c9297, #9fa6ac);
}
/* line 31, ../../app/assets/stylesheets/partials/article/edit/_header.scss */
body.drafts-edit div.authoring-header .tabbed-button-group a.button {
  color: #666;
  border: 0;
  background: transparent;
  border-right: 1px solid #888;
  box-shadow: none;
  border-radius: 0;
}
/* line 38, ../../app/assets/stylesheets/partials/article/edit/_header.scss */
body.drafts-edit div.authoring-header .tabbed-button-group a.button:last-of-type {
  border: 0;
}
/* line 39, ../../app/assets/stylesheets/partials/article/edit/_header.scss */
body.drafts-edit div.authoring-header .tabbed-button-group a.button i {
  width: 1em;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  zoom: 1;
}
/* line 44, ../../app/assets/stylesheets/partials/article/edit/_header.scss */
body.drafts-edit div.authoring-header .tabbed-button-group a.button[data-action=edit] i {
  top: -0.05em;
}
/* line 45, ../../app/assets/stylesheets/partials/article/edit/_header.scss */
body.drafts-edit div.authoring-header .tabbed-button-group a.button[data-action=versions] i {
  top: 0em;
  font-size: 1em;
}
/* line 47, ../../app/assets/stylesheets/partials/article/edit/_header.scss */
body.drafts-edit div.authoring-header .tabbed-button-group a.button.on {
  position: relative;
  top: -2px;
  left: -1px;
  margin-right: -1px;
  padding: 6px;
  color: #fff;
  border: 0;
  background: #5590CD;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background-image: -webkit-linear-gradient( #7dabd9, #5590cd);
  background-image: linear-gradient( #7dabd9, #5590cd);
}
/* line 62, ../../app/assets/stylesheets/partials/article/edit/_header.scss */
body.drafts-edit div.authoring-header .wrapper {
  position: relative;
}
/* line 63, ../../app/assets/stylesheets/partials/article/edit/_header.scss */
body.drafts-edit div.authoring-header .approval-buttons {
  right: 0px;
  top: 43px;
  display: none;
  opacity: 0;
}
/* line 68, ../../app/assets/stylesheets/partials/article/edit/_header.scss */
body.drafts-edit div.authoring-header .approval-buttons.show {
  -webkit-animation: bounce 0.4s;
  -moz-animation: bounce 0.4s;
  animation: bounce 0.4s;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  opacity: 1;
  display: block;
}
/* line 74, ../../app/assets/stylesheets/partials/article/edit/_header.scss */
body.drafts-edit div.authoring-header .approval-buttons a:last-child {
  margin-left: 0px;
}

/* line 3, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit .editor-title {
  position: relative;
}
/* line 5, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit .editor-title textarea {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 45px 40px 20px;
  font-family: 'MesloLGMDZBold', 'Monaco', 'Ubuntu Mono', 'Droid Sans Mono', 'Courier New', monospace !important;
  font-size: 24px;
  font-weight: normal;
  resize: none;
  outline: 0;
  color: #404040;
}
/* line 18, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit .editor-title:before {
  content: "Headline";
  position: absolute;
  top: 25px;
  left: 42px;
  z-index: 1;
  color: #8C8C8C;
  font-family: 'MesloLGMDZRegular', 'Monaco', 'Ubuntu Mono', 'Droid Sans Mono', 'Courier New', monospace !important;
  font-size: 11px;
}
/* line 32, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit .fullscreen menu.toolbar {
  padding: 9px 6px;
  height: 24px;
  margin-top: 3px;
  border-bottom: none;
}
/* line 39, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit .fullscreen .icon-fullscreen:before {
  content: "\f043";
}
/* line 43, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit.fixed-menu .ace .markdown-editor, body.drafts-edit.fixed-menu .text .markdown-editor {
  padding-top: 36px;
}
/* line 48, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit.fixed-menu .ace.fullscreen .markdown-editor, body.drafts-edit.fixed-menu .text.fullscreen .markdown-editor {
  padding-top: 42px;
}
/* line 52, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit.fixed-menu .ace.fullscreen .markdown-editor .toolbar, body.drafts-edit.fixed-menu .text.fullscreen .markdown-editor .toolbar {
  margin-top: 0px;
}
/* line 56, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit.fixed-menu .ace.versions .markdown-editor, body.drafts-edit.fixed-menu .text.versions .markdown-editor {
  padding-top: 0px;
}
/* line 62, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit section.editor-body .typo {
  position: absolute;
  border-bottom: 2px dotted #EF6363;
}
/* line 67, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit section.editor-body.ace .markdown-editor, body.drafts-edit section.editor-body.text .markdown-editor {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 70, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit section.editor-body.ace .markdown-editor:before, body.drafts-edit section.editor-body.text .markdown-editor:before {
  content: " ";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: -webkit-linear-gradient( rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient( rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}
/* line 81, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit section.editor-body.ace .markdown-editor > menu, body.drafts-edit section.editor-body.text .markdown-editor > menu {
  z-index: 5;
  overflow: hidden;
  height: 40px;
  padding: 0;
  border-bottom: 1px solid #DBDBDB;
  background: #F8F8F8;
}
/* line 89, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit section.editor-body.ace .markdown-editor > menu .button, body.drafts-edit section.editor-body.text .markdown-editor > menu .button {
  position: relative;
  top: -2px;
  width: 50px;
  height: 42px;
  border: 0;
  padding: 0;
  margin: 0;
  outline: 1px solid #E1E1E1;
  color: #575757;
  background: #F8F8F8;
  border-radius: 0;
  -webkit-transition: color 150ms, background 150ms;
  -moz-transition: color 150ms, background 150ms;
  transition: color 150ms, background 150ms;
}
/* line 102, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit section.editor-body.ace .markdown-editor > menu .button i, body.drafts-edit section.editor-body.text .markdown-editor > menu .button i {
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 50px;
}
/* line 108, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit section.editor-body.ace .markdown-editor > menu .button:first-of-type, body.drafts-edit section.editor-body.text .markdown-editor > menu .button:first-of-type {
  margin-left: 30px;
}
/* line 111, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit section.editor-body.ace .markdown-editor > menu .button:hover, body.drafts-edit section.editor-body.text .markdown-editor > menu .button:hover {
  background: #DBDBDB;
}
/* line 113, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit section.editor-body.ace .markdown-editor > menu .button.on, body.drafts-edit section.editor-body.ace .markdown-editor > menu .button:active, body.drafts-edit section.editor-body.text .markdown-editor > menu .button.on, body.drafts-edit section.editor-body.text .markdown-editor > menu .button:active {
  color: #fff;
  background: #3E8ACE;
}
/* line 115, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit section.editor-body.ace .markdown-editor > menu .indicator, body.drafts-edit section.editor-body.text .markdown-editor > menu .indicator {
  font-family: 'MesloLGMDZRegular', 'Monaco', 'Ubuntu Mono', 'Droid Sans Mono', 'Courier New', monospace !important;
  font-size: 11px;
  font-weight: normal !important;
  float: right;
  width: 85px;
  padding-left: 22px;
  line-height: 43px;
}
/* line 123, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit section.editor-body.ace .markdown-editor > menu .indicator.green, body.drafts-edit section.editor-body.text .markdown-editor > menu .indicator.green {
  background: #C6E7BD;
  color: #4D7B3E;
}
/* line 125, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit section.editor-body.ace .markdown-editor > menu .word-count, body.drafts-edit section.editor-body.text .markdown-editor > menu .word-count {
  font-family: 'MesloLGMDZRegular', 'Monaco', 'Ubuntu Mono', 'Droid Sans Mono', 'Courier New', monospace !important;
  font-weight: normal;
  display: inline-block;
  float: right;
  width: 100px;
  height: 42px;
  line-height: 42px;
  font-size: 11px;
  margin-right: 10px;
  padding: 0;
  color: #A7A7A7;
  text-align: right;
}
/* line 138, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit section.editor-body.ace .markdown-editor > menu .word-count strong, body.drafts-edit section.editor-body.text .markdown-editor > menu .word-count strong {
  font-family: 'MesloLGMDZBold', 'Monaco', 'Ubuntu Mono', 'Droid Sans Mono', 'Courier New', monospace !important;
  font-weight: normal;
  color: #7C7C7C;
  font-size: 12px;
}
/* line 145, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit section.editor-body.ace .markdown-editor > menu .document-save-state, body.drafts-edit section.editor-body.text .markdown-editor > menu .document-save-state {
  position: relative;
  top: 1px;
  overflow: hidden;
  margin-left: 1em;
  line-height: 26px;
  font-size: 12px;
  color: #fff;
  background: #38e;
  padding: 2px 6px;
  margin-top: 2px;
  border-radius: 2px;
}
/* line 157, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit section.editor-body.ace .markdown-editor > menu .document-save-state:before, body.drafts-edit section.editor-body.text .markdown-editor > menu .document-save-state:before {
  content: "Saved.";
}
/* line 160, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit section.editor-body.ace .markdown-editor > menu .document-save-state.save-in-progress, body.drafts-edit section.editor-body.text .markdown-editor > menu .document-save-state.save-in-progress {
  background: #f50;
}
/* line 162, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit section.editor-body.ace .markdown-editor > menu .document-save-state.save-in-progress:before, body.drafts-edit section.editor-body.text .markdown-editor > menu .document-save-state.save-in-progress:before {
  content: "Saving...";
}
/* line 170, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit section.editor-body .ace_editor {
  position: relative;
  margin: 20px 20px 0px 40px;
  font-size: 16px;
  line-height: 26px;
  color: #404040;
}
/* line 181, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit section.editor-body .ace_editor .ace_scroller {
  overflow-x: hidden;
}
/* line 182, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit section.editor-body .ace_editor .ace_sb {
  display: none;
}
/* line 183, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit section.editor-body .ace_editor .ace_content .ace_text-layer {
  color: #404040;
}
/* line 186, ../../app/assets/stylesheets/partials/article/edit/_edit.scss */
body.drafts-edit section.editor-body.text .markdown-editor textarea.md-editor {
  min-height: 36em;
  padding: 20px 40px;
  font-family: 'MesloLGMDZRegular', 'Monaco', 'Ubuntu Mono', 'Droid Sans Mono', 'Courier New', monospace !important;
  font-size: 16px;
  color: #404040;
  line-height: 26px;
  width: 100%;
  outline: none;
  resize: none;
  padding-bottom: 20px;
  overflow: hidden;
  height: auto;
  border: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2, ../../app/assets/stylesheets/partials/article/edit/_preview.scss */
body.drafts-edit .preview {
  position: absolute;
  top: 86px;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 40px;
  overflow-y: scroll;
}
/* line 11, ../../app/assets/stylesheets/partials/article/edit/_preview.scss */
body.drafts-edit .preview div.body p:hover {
  border-radius: 3px;
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin-left: -12px;
  margin-right: -12px;
  background: #d8e9f7;
  cursor: url(https://c479107.ssl.cf2.rackcdn.com/assets/icons/heading-article-in-progress-a643b8ae9bae2e8ad5ea3ff9c4adeb3d.png), pointer;
}

/* line 3, ../../app/assets/stylesheets/partials/article/edit/_versions.scss */
body.drafts-edit .versions {
  margin: 0px 25px;
}
/* line 4, ../../app/assets/stylesheets/partials/article/edit/_versions.scss */
body.drafts-edit .versions menu.toolbar {
  display: none;
}
/* line 7, ../../app/assets/stylesheets/partials/article/edit/_versions.scss */
body.drafts-edit .versions .markdown-editor {
  padding-top: 20px;
}
/* line 11, ../../app/assets/stylesheets/partials/article/edit/_versions.scss */
body.drafts-edit .versions-meta {
  margin-top: 18px;
  margin-bottom: 12px;
  position: relative;
  z-index: 3;
}
/* line 16, ../../app/assets/stylesheets/partials/article/edit/_versions.scss */
body.drafts-edit .versions-meta .slider {
  margin-bottom: 12px;
  position: relative;
  height: 28px;
}
/* line 20, ../../app/assets/stylesheets/partials/article/edit/_versions.scss */
body.drafts-edit .versions-meta .slider .segment-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  height: 28px;
}
/* line 27, ../../app/assets/stylesheets/partials/article/edit/_versions.scss */
body.drafts-edit .versions-meta .slider .segment {
  background-image: url(https://c479107.ssl.cf2.rackcdn.com/assets/drafts/edit/slider_bg-c727f941da9816b27f4d99fa89eea731.png);
  background-repeat: repeat-x;
  position: absolute;
  height: 100%;
}
/* line 33, ../../app/assets/stylesheets/partials/article/edit/_versions.scss */
body.drafts-edit .versions-meta .slider .ui-slider-handle {
  background: transparent url(https://c479107.ssl.cf2.rackcdn.com/assets/drafts/edit/slider_handle-71d96b6d4a48de59053ab9d8b0ad4629.png) no-repeat bottom left;
  width: 21px;
  margin-left: -11px;
  padding: 0px;
  height: 35px;
  border: none;
}
/* line 41, ../../app/assets/stylesheets/partials/article/edit/_versions.scss */
body.drafts-edit .versions-meta .slider.ui-widget-content, body.drafts-edit .versions-meta .slider.ui-slider {
  background: none;
  border: none;
}
/* line 47, ../../app/assets/stylesheets/partials/article/edit/_versions.scss */
body.drafts-edit .versions-meta .version-status {
  position: absolute;
  bottom: -60px;
  width: 100%;
  left: 0px;
  text-align: center;
}
/* line 53, ../../app/assets/stylesheets/partials/article/edit/_versions.scss */
body.drafts-edit .versions-meta .version-status p {
  padding: 0px 15px;
  line-height: 22px;
  background-color: #fff;
  border: 1px solid #cccccc;
  font-size: 11px;
  border-radius: 3px;
  display: inline-block;
}
/* line 64, ../../app/assets/stylesheets/partials/article/edit/_versions.scss */
body.drafts-edit .versions-meta ul.key {
  float: left;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding-left: 20px;
}
/* line 69, ../../app/assets/stylesheets/partials/article/edit/_versions.scss */
body.drafts-edit .versions-meta ul.key li {
  color: #4e5659;
  list-style-type: none;
  display: inline;
  line-height: 24px;
  font-size: 11px;
  margin-right: 20px;
}
/* line 76, ../../app/assets/stylesheets/partials/article/edit/_versions.scss */
body.drafts-edit .versions-meta ul.key li span {
  margin-right: 5px;
  position: relative;
  top: 4px;
  display: inline-block;
  border-radius: 3px;
  width: 16px;
  height: 16px;
}

/* line 2, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
body.drafts-edit aside {
  position: relative;
  margin-top: 14px;
}
/* line 7, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
body.drafts-edit aside ol.fine-print li,
body.drafts-edit aside ul.fine-print li {
  list-style-position: inside;
}

/* line 13, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.sidebar-view {
  position: relative;
  clear: both;
  border-top: 1px solid #E4E4E8;
  overflow: hidden;
  margin-bottom: 10px;
  padding-top: 10px;
}
/* line 21, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.sidebar-view a {
  color: #3E8ACE;
}
/* line 22, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.sidebar-view > h3 {
  font-size: 14px;
  color: #7C7C7D;
  margin-bottom: 5px;
  text-indent: 4px;
}
/* line 28, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.sidebar-view .button {
  display: inline-block;
  padding: 0px 6px;
  line-height: 1.5;
}

/* line 34, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.sidebar-heading {
  float: left;
  width: 30%;
}

/* line 38, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.sidebar-actions {
  position: absolute;
  right: 7px;
}

/* line 42, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.sidebar-content {
  float: left;
  width: 70%;
}
/* line 45, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.sidebar-content p, .sidebar-content time, .sidebar-content li {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 5px;
  color: #767677;
}

/* line 55, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.interviewees-sidebar-view,
.collaborators-sidebar-view {
  border-top: none;
  padding: 4px;
}
/* line 59, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.interviewees-sidebar-view h3,
.collaborators-sidebar-view h3 {
  text-indent: 0px;
}
/* line 62, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.interviewees-sidebar-view + .sidebar-view,
.collaborators-sidebar-view + .sidebar-view {
  border-top: 0;
}
/* line 65, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.interviewees-sidebar-view .send-note-button,
.collaborators-sidebar-view .send-note-button {
  position: absolute;
  top: 3px;
  left: 102px;
  padding-bottom: 2px;
  font-size: 11px;
  color: #777;
}
/* line 72, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.interviewees-sidebar-view .send-note-button i,
.collaborators-sidebar-view .send-note-button i {
  width: 1em;
  top: -1px;
}
/* line 74, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.interviewees-sidebar-view .sidebar-content,
.collaborators-sidebar-view .sidebar-content {
  display: block;
  overflow: hidden;
  width: 100%;
  margin-top: 3px;
  padding: 15px;
  background: #F4F4F7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
/* line 84, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.interviewees-sidebar-view .sidebar-content h3, .interviewees-sidebar-view .sidebar-content p,
.collaborators-sidebar-view .sidebar-content h3,
.collaborators-sidebar-view .sidebar-content p {
  font-size: 12px;
  line-height: 1.5;
}
/* line 88, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.interviewees-sidebar-view .sidebar-content li,
.collaborators-sidebar-view .sidebar-content li {
  border-bottom: 1px solid #EBEBEB;
}
/* line 90, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.interviewees-sidebar-view .sidebar-content li:last-of-type,
.collaborators-sidebar-view .sidebar-content li:last-of-type {
  border-bottom: none;
}
/* line 95, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.interviewees-sidebar-view select,
.collaborators-sidebar-view select {
  margin-top: 10px;
}
/* line 97, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.interviewees-sidebar-view .remove-interviewee,
.interviewees-sidebar-view .remove-collaborator,
.collaborators-sidebar-view .remove-interviewee,
.collaborators-sidebar-view .remove-collaborator {
  color: #333;
  float: right;
  padding: 10px 10px;
  font-size: 13px;
}
/* line 102, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.interviewees-sidebar-view .remove-interviewee:hover,
.interviewees-sidebar-view .remove-collaborator:hover,
.collaborators-sidebar-view .remove-interviewee:hover,
.collaborators-sidebar-view .remove-collaborator:hover {
  color: #D8352A;
}

/* line 107, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.disclosure-sidebar-view .button {
  margin-left: 5px;
}
/* line 108, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.disclosure-sidebar-view .icon-check {
  color: #3E8ACE;
  font-size: 1em;
}
/* line 109, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.disclosure-sidebar-view .incomplete {
  color: #D8352A;
}
/* line 110, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.disclosure-sidebar-view .button.incomplete {
  background: #D8352A;
  border-color: #D8352A;
  color: #fff;
}

/* line 113, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.brief-meta {
  color: #666;
}
/* line 115, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.brief-meta .words, .brief-meta .deadline {
  display: block;
}
/* line 117, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.brief-meta .words .words-count,
.brief-meta .deadline .deadline-time {
  color: #404040;
  font-weight: bold;
}

/* line 123, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.brief-sidebar-view .brief-text {
  padding: 1em 0em 0.5em;
}
/* line 126, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.brief-sidebar-view .brief-actions {
  margin-left: 30%;
}

/* line 131, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.sidebar-view:first-of-type {
  border-top: 0;
}

@-webkit-keyframes highlight-error {
  /* line 136, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
  0% {
    background-color: #ec6c5d;
  }

  /* line 137, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
  100% {
    background-color: rgba(236, 108, 93, 0);
  }

  /* line 138, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
  100% {
    background-color: inherit;
  }
}

/* line 142, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
#before-you-can-publish ul {
  list-style: decimal inside;
  color: #D8352A;
}
/* line 145, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
#before-you-can-publish ul li {
  display: list-item;
  font-weight: bold;
  color: inherit;
}
/* line 151, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
#before-you-can-publish.highlight {
  -webkit-animation: highlight-error 1s;
}

/* line 157, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.lead-image-sidebar-view div.figure {
  position: relative;
  clear: both;
}
/* line 161, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.lead-image-sidebar-view div.figure img {
  max-width: 100%;
}
/* line 163, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.lead-image-sidebar-view div.figure .actions {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 168, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.lead-image-sidebar-view div.figure .actions .action {
  margin: 4px 4px 0 0;
  display: inline-block;
  height: 22px;
  width: 22px;
  line-height: 21px;
  text-align: center;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 13px;
  border-radius: 2px;
  -webkit-transition: background 250ms;
  -moz-transition: background 250ms;
  transition: background 250ms;
}
/* line 182, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.lead-image-sidebar-view div.figure .actions .action i {
  color: #fff;
}
/* line 183, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.lead-image-sidebar-view div.figure .actions .action:hover {
  background: rgba(62, 138, 206, 0.8);
}

/* line 190, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.topics-sidebar-view .sidebar-content, .draft-pages-sidebar-view .sidebar-content {
  border: 1px solid #D0D0D2;
  background: #F7F7F9;
  padding: 6px 6px 3px 6px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 197, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.topics-sidebar-view .add-topic, .topics-sidebar-view .add-draft-page, .draft-pages-sidebar-view .add-topic, .draft-pages-sidebar-view .add-draft-page {
  position: relative;
}
/* line 199, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.topics-sidebar-view .add-topic i, .topics-sidebar-view .add-draft-page i, .draft-pages-sidebar-view .add-topic i, .draft-pages-sidebar-view .add-draft-page i {
  position: absolute;
  left: 8px;
  top: 3px;
  pointer-events: none;
  color: #9B9B9B;
}
/* line 207, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.topics-sidebar-view .add-topic input, .topics-sidebar-view a.remove-topic, .topics-sidebar-view .add-draft-page input, .topics-sidebar-view a.remove-draft-page, .draft-pages-sidebar-view .add-topic input, .draft-pages-sidebar-view a.remove-topic, .draft-pages-sidebar-view .add-draft-page input, .draft-pages-sidebar-view a.remove-draft-page {
  font-size: 12px;
  margin: 0px 4px 4px 0px;
  color: #5E5E5E;
  border: 1px solid #DADADB;
  background: #EDEDEE;
  border-radius: 2px;
  background-image: -webkit-linear-gradient( #fbfbfc, #ededee);
  background-image: linear-gradient( #fbfbfc, #ededee);
}
/* line 216, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.topics-sidebar-view .add-topic input, .topics-sidebar-view .add-draft-page input, .draft-pages-sidebar-view .add-topic input, .draft-pages-sidebar-view .add-draft-page input {
  padding: 4px 8px 4px 26px;
}
/* line 218, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.topics-sidebar-view .add-topic input:hover, .topics-sidebar-view .add-draft-page input:hover, .draft-pages-sidebar-view .add-topic input:hover, .draft-pages-sidebar-view .add-draft-page input:hover {
  border: 1px solid #D0D0D2;
}
/* line 221, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.topics-sidebar-view .add-topic input:focus, .topics-sidebar-view .add-draft-page input:focus, .draft-pages-sidebar-view .add-topic input:focus, .draft-pages-sidebar-view .add-draft-page input:focus {
  border: 1px solid #D0D0D2;
  background-image: -webkit-linear-gradient( white, #fbfbfc);
  background-image: linear-gradient( white, #fbfbfc);
}
/* line 226, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.topics-sidebar-view a.remove-topic, .topics-sidebar-view a.remove-draft-page, .draft-pages-sidebar-view a.remove-topic, .draft-pages-sidebar-view a.remove-draft-page {
  display: block;
  padding: 2px 8px 1px;
}
/* line 229, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.topics-sidebar-view a.remove-topic i, .topics-sidebar-view a.remove-draft-page i, .draft-pages-sidebar-view a.remove-topic i, .draft-pages-sidebar-view a.remove-draft-page i {
  font-size: 11px;
  color: #9B9B9B;
}
/* line 230, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.topics-sidebar-view a.remove-topic:hover, .topics-sidebar-view a.remove-draft-page:hover, .draft-pages-sidebar-view a.remove-topic:hover, .draft-pages-sidebar-view a.remove-draft-page:hover {
  color: #fff;
  background: #D8352A;
  border: 1px solid #D8352A;
}
/* line 234, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.topics-sidebar-view a.remove-topic:hover i, .topics-sidebar-view a.remove-draft-page:hover i, .draft-pages-sidebar-view a.remove-topic:hover i, .draft-pages-sidebar-view a.remove-draft-page:hover i {
  color: #fff;
}
/* line 237, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.topics-sidebar-view ul, .draft-pages-sidebar-view ul {
  list-style: none;
}
/* line 239, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.topics-sidebar-view ul li, .draft-pages-sidebar-view ul li {
  display: inline-block;
}

/* line 246, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.tips-sidebar-view ol {
  list-style-type: decimal;
  list-style-position: inside;
}
/* line 249, ../../app/assets/stylesheets/partials/article/edit/_sidebar.scss */
.tips-sidebar-view ol a {
  border-bottom: 1px solid;
}

/* line 3, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .add-collaborator.lightbox .lightbox-inner {
  overflow: visible;
}
/* line 5, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .add-collaborator.lightbox .invite-collaborator {
  float: right;
}
/* line 8, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .add-collaborator.lightbox .invite-collaborator a.button {
  position: relative;
  top: 2px;
}
/* line 13, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .add-collaborator.lightbox a[data-action=interviewee] {
  float: right;
}
/* line 19, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .add-interviewee.lightbox .lightbox-inner {
  overflow: visible;
}
/* line 23, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .add-interviewee.lightbox .lightbox-col-half {
  float: left;
  width: 35%;
  margin-right: 5%;
}
/* line 27, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .add-interviewee.lightbox .lightbox-col-half.last {
  position: relative;
  margin-right: 0%;
  border-left: 1px solid #eeeeee;
  text-align: center;
  height: 70px;
  line-height: 70px;
  width: 45%;
}
/* line 36, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .add-interviewee.lightbox .lightbox-col-half.last:before {
  content: "or";
  color: #999;
  background: #fff;
  position: absolute;
  top: 41%;
  left: -0.4em;
  line-height: 1.2;
}
/* line 49, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .add-interviewee.lightbox .author a.button {
  position: absolute;
  right: 0px;
  top: 10px;
}
/* line 56, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .add-interviewee.lightbox label {
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
/* line 62, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .add-interviewee.lightbox a:hover {
  cursor: pointer;
}
/* line 68, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .edit-pull-quote.lightbox article {
  background-color: #F0F2F6;
  background-image: -webkit-linear-gradient( #f0f2f6, #f8f9fb);
  background-image: linear-gradient( #f0f2f6, #f8f9fb);
  margin-bottom: 18px;
  width: 352px;
  margin-bottom: 18px;
  height: 96px;
  position: relative;
}
/* line 77, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .edit-pull-quote.lightbox article:before {
  text-shadow: 0 1px 0 white;
  content: "“";
  position: absolute;
  left: 10px;
  top: 24px;
  font-size: 60px;
  color: #BFC6D0;
}
/* line 87, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .edit-pull-quote.lightbox article figure {
  pointer-events: none;
}
/* line 91, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .edit-pull-quote.lightbox article textarea {
  display: block;
  background-color: transparent;
  border: none;
  text-indent: 25px;
  width: 352px;
  height: 96px;
  margin: 0;
  padding: 12px;
  padding-right: 92px;
  resize: none;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  color: #006699;
}
/* line 95, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
html.ie body.drafts-edit .edit-pull-quote.lightbox article textarea {
  background-color: #F0F2F6;
}
/* line 104, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
html.lt-ie8 body.drafts-edit .edit-pull-quote.lightbox article textarea {
  width: 328px;
  height: 72px;
}
/* line 121, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .edit-pull-quote.lightbox article textarea:focus {
  outline: none;
}
/* line 129, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .readability.lightbox .information.indicator {
  padding-left: 42px;
}
/* line 131, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .readability.lightbox .information.indicator:before {
  border-radius: 16px;
  box-shadow: 0 1px 0 white, 0 1px 0 rgba(255, 255, 255, 0.25) inset;
  width: 16px;
  height: 16px;
  margin-top: -6px;
  left: 16px;
}
/* line 146, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .offline-warning.lightbox .most-recent-version {
  border-radius: 3px;
  padding: 10px;
  background-color: #eee;
}
/* line 150, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .offline-warning.lightbox .most-recent-version header {
  margin-bottom: 8px;
  font-size: 12px;
}
/* line 154, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .offline-warning.lightbox .most-recent-version textarea {
  display: block;
  width: 100%;
  height: 100px;
}
/* line 163, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .disclosure.lightbox ul.disclosure-options, body.drafts-edit .disclosure.lightbox div.disclosure-details {
  margin-bottom: 1em;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
body.drafts-edit .disclosure.lightbox ul.disclosure-options:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 169, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .disclosure.lightbox ul.disclosure-options li {
  margin-bottom: 10px;
  list-style-type: none;
  clear: left;
  border-bottom: 1px dotted #d9d9d9;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
body.drafts-edit .disclosure.lightbox ul.disclosure-options li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 175, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .disclosure.lightbox ul.disclosure-options li fieldset {
  margin: 0;
  padding: 0 0 10px 10px;
}
/* line 178, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .disclosure.lightbox ul.disclosure-options li fieldset label {
  display: block;
  margin-right: 5px;
  float: left;
  margin-top: 5px;
}
/* line 179, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .disclosure.lightbox ul.disclosure-options li fieldset input[type=radio] {
  margin-right: 20px;
  float: left;
  margin-top: 8px;
}
/* line 183, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .disclosure.lightbox div.disclosure-details label {
  font-weight: bold;
  margin-bottom: 0.6em;
  font-size: 1.25em;
  text-shadow: 1px 1px 1px white;
}
/* line 189, ../../app/assets/stylesheets/partials/article/edit/_lightboxes.scss */
body.drafts-edit .disclosure.lightbox div.disclosure-details textarea {
  height: 120px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* line 8, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
body.drafts-edit #topbar .wrapper,
body.drafts-edit #outer .editor .wrapper,
body.drafts-edit .authoring-header .wrapper {
  width: auto !important;
  max-width: 1400px !important;
}
/* line 12, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
body.drafts-edit .editor-body .wrapper {
  overflow: hidden;
}
/* line 15, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
body.drafts-edit .col-wrapper {
  overflow: visible;
  position: relative;
  padding-bottom: 40px;
  -webkit-transition: transform 250ms;
  -moz-transition: transform 250ms;
  transition: transform 250ms;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
body.drafts-edit .col-wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 23, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
body.drafts-edit .primary-col,
body.drafts-edit .secondary-col {
  position: relative;
  float: left;
  width: 63%;
  margin-left: 2%;
}
/* line 29, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
body.drafts-edit .primary-col {
  min-height: 1000px;
  margin-top: 20px;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
/* line 35, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
body.drafts-edit .secondary-col {
  width: 33%;
  margin-top: 0;
  padding: 10px 20px;
  z-index: 7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 950px) {
  /* line 49, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit #site-nav ul li {
    display: none;
  }
  /* line 50, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit #site-nav ul li.tc {
    display: block;
  }
  /* line 54, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit #topbar,
  body.drafts-edit div.authoring-header {
    position: static !important;
  }
  /* line 55, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit section.editor {
    padding-top: 0px !important;
  }
  /* line 57, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit .editor .fullscreen .primary-col {
    margin-left: 6%;
    width: 92%;
  }
  /* line 62, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit .editor section.editor-body .markdown-editor > menu.toolbar {
    position: absolute !important;
    top: 0;
    left: -41px;
    width: 40px !important;
    height: auto;
    outline: 0;
    overflow: visible;
  }
  /* line 71, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit .editor section.editor-body .markdown-editor > menu.toolbar .button {
    display: block;
    width: 40px;
    overflow: hidden;
  }
  /* line 76, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit .editor section.editor-body .markdown-editor > menu.toolbar .button:first-of-type {
    margin-left: 0px;
  }
  /* line 79, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit .editor section.editor-body .markdown-editor > menu.toolbar .indicator {
    left: 0;
    padding-left: 0;
    text-indent: 100px;
    width: 40px;
  }
  /* line 84, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit .editor section.editor-body .markdown-editor > menu.toolbar .indicator:before {
    left: 14px;
  }
  /* line 86, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit .editor section.editor-body .markdown-editor > menu.toolbar .word-count {
    position: absolute;
    right: 5px;
    bottom: -70px;
    margin-top: 10px;
    margin-right: 0px;
    width: 60px;
    background: transparent;
    border: 0;
    line-height: 16px;
    border: 0px;
    outline: 0px;
  }
  /* line 99, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit .editor section.editor-body .markdown-editor > menu.toolbar .document-save-state {
    display: none;
  }
  /* line 102, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit .editor section.editor-body .markdown-editor > menu.toolbar:after {
    content: " ";
    position: absolute;
    top: -2px;
    right: 0;
    height: 100%;
    width: 3px;
    pointer-events: none;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  }
  /* line 113, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit .markdown-editor:before {
    top: -22px !important;
  }
  /* line 118, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit .primary-col {
    margin-left: 8%;
    width: 86%;
  }
  /* line 121, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit .primary-col .inner-cover {
    content: " ";
    cursor: pointer;
    display: block;
    position: absolute;
    top: -20px;
    right: -4%;
    width: 130%;
    height: 200%;
    padding-bottom: 60px;
    background: black;
    z-index: 6;
    opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    zoom: 1;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    transition: opacity 250ms;
  }
  /* line 140, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit .secondary-col {
    position: absolute;
    margin-left: 100%;
    width: 52%;
  }
  /* line 147, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit .secondary-col .inner-cover {
    cursor: pointer;
    content: " ";
    display: block;
    position: absolute;
    top: -14px;
    left: -5%;
    width: 100%;
    height: 200%;
    background: black;
    z-index: 1;
    opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    zoom: 1;
  }
  /* line 160, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit .secondary-col:after {
    display: inline-block;
    content: "Article details";
    position: absolute;
    top: 20px;
    left: 0%;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 12px;
    background: #FFF;
    color: #565756;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  }
  /* line 179, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit.open-sidebar .col-wrapper {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translate(-51%, 0%);
    -moz-transform: translate(-51%, 0%);
    -ms-transform: translate(-51%, 0%);
    -o-transform: translate(-51%, 0%);
    transform: translate(-51%, 0%);
  }
  /* line 188, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit.open-sidebar .primary-col {
    position: absolute;
  }
  /* line 189, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit.open-sidebar .secondary-col {
    position: static;
  }
  /* line 190, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit.open-sidebar .secondary-col .inner-cover {
    opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    zoom: 1;
    pointer-events: none;
  }
  /* line 191, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit.open-sidebar .secondary-col:after {
    display: none;
  }
  /* line 192, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit.open-sidebar .primary-col .inner-cover {
    opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    zoom: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 950px) and (max-width: 650px) {
  /* line 140, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit .secondary-col {
    width: 82%;
  }
}
@media screen and (max-width: 950px) and (max-width: 650px) {
  /* line 179, ../../app/assets/stylesheets/partials/article/edit/_responsive.scss */
  body.drafts-edit.open-sidebar .col-wrapper {
    -webkit-transform: translate(-81%, 0%);
    -moz-transform: translate(-81%, 0%);
    -ms-transform: translate(-81%, 0%);
    -o-transform: translate(-81%, 0%);
    transform: translate(-81%, 0%);
  }
}

/* line 24, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit {
  background: #EFEFF3;
}
/* line 27, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit.presenting-article {
  background: #fff;
}
/* line 28, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit #topbar {
  position: fixed;
  top: 0;
  z-index: 8;
  width: 100%;
}
/* line 36, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit, body.drafts-edit #outer {
  padding: 0;
}
/* line 40, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit section.editor {
  padding-top: 90px;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
body.drafts-edit section.editor-body:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
body.drafts-edit section.editor-body .wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 52, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit .back-to-top {
  position: fixed;
  z-index: 10;
  bottom: 10px;
  right: 10px;
  padding: 3px 5px;
  white-space: nowrap;
  pointer-events: none;
  background: #38E;
  color: #fff;
  opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  zoom: 1;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
/* line 65, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit.fixed-menu .back-to-top {
  opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  zoom: 1;
  pointer-events: all;
}
/* line 66, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit.fixed-menu .fullscreen .back-to-top {
  right: 10px;
}
/* line 72, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit .fullscreen aside, body.drafts-edit .versions aside {
  display: none;
}
/* line 73, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit .fullscreen .markdown-editor, body.drafts-edit .versions .markdown-editor {
  box-shadow: none;
  background: transparent;
}
/* line 79, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit .fullscreen .primary-col, body.drafts-edit .versions .primary-col {
  width: 96%;
  margin-left: 2%;
  margin-right: 0;
  border: none;
}
/* line 88, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit .topics-sidebar-view .sidebar-content, body.drafts-edit .draft-pages-sidebar-view .sidebar-content {
  border: 1px solid #D0D0D2;
  background: #F7F7F9;
  padding: 6px 6px 3px 6px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px inset;
}
/* line 94, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit .topics-sidebar-view .add-topic, body.drafts-edit .topics-sidebar-view .add-draft-page, body.drafts-edit .draft-pages-sidebar-view .add-topic, body.drafts-edit .draft-pages-sidebar-view .add-draft-page {
  position: relative;
}
/* line 96, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit .topics-sidebar-view .add-topic i, body.drafts-edit .topics-sidebar-view .add-draft-page i, body.drafts-edit .draft-pages-sidebar-view .add-topic i, body.drafts-edit .draft-pages-sidebar-view .add-draft-page i {
  position: absolute;
  left: 8px;
  top: 3px;
  pointer-events: none;
  color: #9B9B9B;
}
/* line 104, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit .topics-sidebar-view .add-topic input, body.drafts-edit .topics-sidebar-view a.remove-topic, body.drafts-edit .topics-sidebar-view .add-draft-page input, body.drafts-edit .topics-sidebar-view a.remove-draft-page, body.drafts-edit .draft-pages-sidebar-view .add-topic input, body.drafts-edit .draft-pages-sidebar-view a.remove-topic, body.drafts-edit .draft-pages-sidebar-view .add-draft-page input, body.drafts-edit .draft-pages-sidebar-view a.remove-draft-page {
  font-size: 12px;
  margin: 0px 4px 4px 0px;
  color: #5E5E5E;
  border: 1px solid #DADADB;
  background: #EDEDEE;
  border-radius: 2px;
  background-image: -webkit-linear-gradient( #fbfbfc, #ededee);
  background-image: linear-gradient( #fbfbfc, #ededee);
}
/* line 113, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit .topics-sidebar-view .add-topic input, body.drafts-edit .topics-sidebar-view .add-draft-page input, body.drafts-edit .draft-pages-sidebar-view .add-topic input, body.drafts-edit .draft-pages-sidebar-view .add-draft-page input {
  padding: 4px 8px 4px 26px;
}
/* line 115, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit .topics-sidebar-view .add-topic input:hover, body.drafts-edit .topics-sidebar-view .add-draft-page input:hover, body.drafts-edit .draft-pages-sidebar-view .add-topic input:hover, body.drafts-edit .draft-pages-sidebar-view .add-draft-page input:hover {
  border: 1px solid #D0D0D2;
}
/* line 118, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit .topics-sidebar-view .add-topic input:focus, body.drafts-edit .topics-sidebar-view .add-draft-page input:focus, body.drafts-edit .draft-pages-sidebar-view .add-topic input:focus, body.drafts-edit .draft-pages-sidebar-view .add-draft-page input:focus {
  border: 1px solid #D0D0D2;
  background-image: -webkit-linear-gradient( white, #fbfbfc);
  background-image: linear-gradient( white, #fbfbfc);
}
/* line 123, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit .topics-sidebar-view a.remove-topic, body.drafts-edit .topics-sidebar-view a.remove-draft-page, body.drafts-edit .draft-pages-sidebar-view a.remove-topic, body.drafts-edit .draft-pages-sidebar-view a.remove-draft-page {
  display: block;
  padding: 2px 8px 1px;
}
/* line 126, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit .topics-sidebar-view a.remove-topic i, body.drafts-edit .topics-sidebar-view a.remove-draft-page i, body.drafts-edit .draft-pages-sidebar-view a.remove-topic i, body.drafts-edit .draft-pages-sidebar-view a.remove-draft-page i {
  font-size: 11px;
  color: #9B9B9B;
}
/* line 127, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit .topics-sidebar-view a.remove-topic:hover, body.drafts-edit .topics-sidebar-view a.remove-draft-page:hover, body.drafts-edit .draft-pages-sidebar-view a.remove-topic:hover, body.drafts-edit .draft-pages-sidebar-view a.remove-draft-page:hover {
  color: #fff;
  background: #D8352A;
  border: 1px solid #D8352A;
}
/* line 131, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit .topics-sidebar-view a.remove-topic:hover i, body.drafts-edit .topics-sidebar-view a.remove-draft-page:hover i, body.drafts-edit .draft-pages-sidebar-view a.remove-topic:hover i, body.drafts-edit .draft-pages-sidebar-view a.remove-draft-page:hover i {
  color: #fff;
}
/* line 134, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit .topics-sidebar-view ul, body.drafts-edit .draft-pages-sidebar-view ul {
  list-style: none;
}
/* line 136, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit .topics-sidebar-view ul li, body.drafts-edit .draft-pages-sidebar-view ul li {
  display: inline-block;
}
/* line 142, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit ul.ui-autocomplete {
  width: 300px;
  padding: 8px;
  border: 0;
  color: #5E5E5E;
  background: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
/* line 150, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit ul.ui-autocomplete li a {
  float: none;
  padding: 9px 9px 8px 9px;
  margin: 0;
  border-bottom: 1px solid #eee;
}
/* line 155, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit ul.ui-autocomplete li a.ui-state-hover {
  background: #38E;
  color: #fff;
}
/* line 158, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit ul.ui-autocomplete li a.ui-state-hover h3, body.drafts-edit ul.ui-autocomplete li a.ui-state-hover p {
  color: #fff;
}
/* line 160, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit ul.ui-autocomplete li a img {
  position: static;
  float: left;
  border-radius: 2px;
}
/* line 166, ../../app/assets/stylesheets/partials/article/edit.scss */
body.drafts-edit ul.ui-autocomplete:last-child a {
  border-bottom: none;
}

/* line 1, ../../app/assets/stylesheets/partials/article/modals.scss */
.edit-brief.lightbox {
  overflow: auto;
}
/* line 4, ../../app/assets/stylesheets/partials/article/modals.scss */
.edit-brief.lightbox .lightbox-inner {
  overflow: visible;
}
/* line 9, ../../app/assets/stylesheets/partials/article/modals.scss */
.edit-brief.lightbox form.formtastic ul.errors {
  list-style: none;
}
/* line 13, ../../app/assets/stylesheets/partials/article/modals.scss */
.edit-brief.lightbox form.formtastic fieldset.inputs {
  overflow: visible;
}
/* line 18, ../../app/assets/stylesheets/partials/article/modals.scss */
.edit-brief.lightbox form.formtastic fieldset.inputs > ol > li label {
  float: left;
  display: block;
  width: 25%;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1em;
}
/* line 25, ../../app/assets/stylesheets/partials/article/modals.scss */
.no-border-box .edit-brief.lightbox form.formtastic fieldset.inputs > ol > li label {
  width: 24%;
  padding-right: 1%;
}
/* line 27, ../../app/assets/stylesheets/partials/article/modals.scss */
.edit-brief.lightbox form.formtastic fieldset.inputs > ol > li.string input {
  width: 75%;
  max-width: 75%;
}
/* line 31, ../../app/assets/stylesheets/partials/article/modals.scss */
.edit-brief.lightbox form.formtastic fieldset.inputs > ol > li.text textarea {
  width: 75%;
  max-width: 75%;
  height: auto;
}
/* line 37, ../../app/assets/stylesheets/partials/article/modals.scss */
.edit-brief.lightbox form.formtastic fieldset.inputs > ol > li.error input, .edit-brief.lightbox form.formtastic fieldset.inputs > ol > li.error select, .edit-brief.lightbox form.formtastic fieldset.inputs > ol > li.error textarea {
  border-color: #cc0000;
}
/* line 41, ../../app/assets/stylesheets/partials/article/modals.scss */
.edit-brief.lightbox form.formtastic fieldset.inputs > ol > li p.inline-hints {
  clear: left;
}
/* line 45, ../../app/assets/stylesheets/partials/article/modals.scss */
.edit-brief.lightbox form.formtastic fieldset.inputs > ol > li.half {
  float: left;
  clear: none;
  width: 50%;
}
/* line 49, ../../app/assets/stylesheets/partials/article/modals.scss */
.edit-brief.lightbox form.formtastic fieldset.inputs > ol > li.half label {
  width: 50%;
}
/* line 51, ../../app/assets/stylesheets/partials/article/modals.scss */
.no-border-box .edit-brief.lightbox form.formtastic fieldset.inputs > ol > li.half label {
  width: 48%;
  padding-right: 2%;
}
/* line 53, ../../app/assets/stylesheets/partials/article/modals.scss */
.edit-brief.lightbox form.formtastic fieldset.inputs > ol > li.half input, .edit-brief.lightbox form.formtastic fieldset.inputs > ol > li.half select, .edit-brief.lightbox form.formtastic fieldset.inputs > ol > li.half textarea {
  width: 50%;
}
/* line 56, ../../app/assets/stylesheets/partials/article/modals.scss */
.edit-brief.lightbox form.formtastic fieldset.inputs > ol > li.half ul.errors, .edit-brief.lightbox form.formtastic fieldset.inputs > ol > li.half p.inline-errors {
  margin: 0.5em 0 0 50%;
}
/* line 62, ../../app/assets/stylesheets/partials/article/modals.scss */
.edit-brief.lightbox form.formtastic fieldset.inputs > ol > li.deadline label {
  width: 25%;
}
/* line 66, ../../app/assets/stylesheets/partials/article/modals.scss */
.edit-brief.lightbox form.formtastic fieldset.inputs > ol > li.deadline .date-time-picker {
  position: relative;
  float: left;
  width: 67%;
}
/* line 72, ../../app/assets/stylesheets/partials/article/modals.scss */
.edit-brief.lightbox form.formtastic fieldset.inputs > ol > li.deadline .date-time-picker div.date input.datepicker-date {
  width: 90px;
}
/* line 78, ../../app/assets/stylesheets/partials/article/modals.scss */
.edit-brief.lightbox form.formtastic fieldset.inputs > ol > li.deadline .date-time-picker div.time select.datepicker-time {
  width: 90px;
}
/* line 87, ../../app/assets/stylesheets/partials/article/modals.scss */
.edit-brief.lightbox form.formtastic fieldset.inputs > ol > li.deadline .date-time-picker .ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .edit-brief.lightbox form.formtastic fieldset.inputs > ol > li.deadline .date-time-picker .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  width: 60px;
}
/* line 94, ../../app/assets/stylesheets/partials/article/modals.scss */
.edit-brief.lightbox form.formtastic fieldset.inputs > ol > li.deadline .date-time-picker a.current-interval {
  width: 150px;
  font-size: 11px;
}
/* line 101, ../../app/assets/stylesheets/partials/article/modals.scss */
.edit-brief.lightbox form.formtastic fieldset.inputs > ol > li fieldset.user {
  float: left;
  margin-bottom: .4em;
}
/* line 105, ../../app/assets/stylesheets/partials/article/modals.scss */
.edit-brief.lightbox form.formtastic fieldset.inputs > ol > li .remove-user.button {
  float: left;
  margin-left: 1em;
}

/* line 7, ../../vendor/assets/stylesheets/markitup.scss */
.markItUp {
  width: 700px;
  margin: 5px 0 5px 0;
}

/* line 12, ../../vendor/assets/stylesheets/markitup.scss */
.markItUpEditor {
  overflow: auto;
}

/* line 15, ../../vendor/assets/stylesheets/markitup.scss */
.markItUpPreviewFrame {
  overflow: auto;
  background-color: #FFF;
  width: 99.9%;
  height: 300px;
  margin: 5px 0;
}

/* line 22, ../../vendor/assets/stylesheets/markitup.scss */
.markItUpFooter {
  width: 100%;
}

/* line 25, ../../vendor/assets/stylesheets/markitup.scss */
.markItUpResizeHandle {
  overflow: hidden;
  width: 22px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(https://c479107.ssl.cf2.rackcdn.com/assets/markitup/handle-bbed7eb1c9e2273bce209ec19edb8910.png);
  cursor: n-resize;
}

/***************************************************************************************/
/* first row of buttons */
/* line 36, ../../vendor/assets/stylesheets/markitup.scss */
.markItUpHeader {
  padding: 5px 5px 0px;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
.markItUpHeader:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}

/* line 40, ../../vendor/assets/stylesheets/markitup.scss */
.markItUpHeader ul li {
  list-style: none;
  float: left;
  position: relative;
  clear: none !important;
  margin-bottom: 0px !important;
}

/* line 47, ../../vendor/assets/stylesheets/markitup.scss */
.markItUpHeader ul li:hover > ul {
  display: block;
}

/* line 50, ../../vendor/assets/stylesheets/markitup.scss */
.markItUpHeader ul .markItUpDropMenu {
  background: transparent url(https://c479107.ssl.cf2.rackcdn.com/assets/markitup/menu-17ecba19ad4cad892ef361541f2a2a17.png) no-repeat 115% 50%;
  margin-right: 5px;
}

/* line 54, ../../vendor/assets/stylesheets/markitup.scss */
.markItUpHeader ul .markItUpDropMenu li {
  margin-right: 0px;
}

/* next rows of buttons */
/* line 58, ../../vendor/assets/stylesheets/markitup.scss */
.markItUpHeader ul ul {
  display: none;
  position: absolute;
  top: 18px;
  left: 0px;
  background: #FFF;
  border: 1px solid #000;
}

/* line 65, ../../vendor/assets/stylesheets/markitup.scss */
.markItUpHeader ul ul li {
  float: none;
  border-bottom: 1px solid #000;
}

/* line 69, ../../vendor/assets/stylesheets/markitup.scss */
.markItUpHeader ul ul .markItUpDropMenu {
  background: white url(https://c479107.ssl.cf2.rackcdn.com/assets/markitup/submenu-129aaf1b7b62b84b65396d5c18f2d37a.png) no-repeat 100% 50%;
}

/* line 72, ../../vendor/assets/stylesheets/markitup.scss */
.markItUpHeader ul .markItUpSeparator {
  margin: 0 10px;
  width: 1px;
  height: 16px;
  overflow: hidden;
  background-color: #CCC;
}

/* line 79, ../../vendor/assets/stylesheets/markitup.scss */
.markItUpHeader ul ul .markItUpSeparator {
  width: auto;
  height: 1px;
  margin: 0px;
}

/* next rows of buttons */
/* line 84, ../../vendor/assets/stylesheets/markitup.scss */
.markItUpHeader ul ul ul {
  position: absolute;
  top: -1px;
  left: 150px;
}

/* line 88, ../../vendor/assets/stylesheets/markitup.scss */
.markItUpHeader ul ul ul li {
  float: none;
}

/* line 91, ../../vendor/assets/stylesheets/markitup.scss */
.markItUpHeader ul a {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -10000px;
  background-repeat: no-repeat;
  padding: 3px;
  margin: 0px;
}

/* line 99, ../../vendor/assets/stylesheets/markitup.scss */
.markItUpHeader ul ul a {
  display: block;
  padding-left: 0px;
  text-indent: 0;
  width: 120px;
  padding: 5px 5px 5px 25px;
  background-position: 2px 50%;
}

/* line 107, ../../vendor/assets/stylesheets/markitup.scss */
.markItUpHeader ul ul a:hover {
  color: #FFF;
  background-color: #000;
}

/* Icons for markdown spec */
/* line 114, ../../vendor/assets/stylesheets/markitup.scss */
.markItUp {
  width: auto;
}
/* line 116, ../../vendor/assets/stylesheets/markitup.scss */
.markItUp .markItUpHeader .markItUpSeparator {
  height: 20px;
}
/* line 119, ../../vendor/assets/stylesheets/markitup.scss */
.markItUp .markItUpHeader {
  padding: 5px;
}
/* line 121, ../../vendor/assets/stylesheets/markitup.scss */
.markItUp .markItUpHeader .markItUpButton a {
  background-position: center;
}
/* line 124, ../../vendor/assets/stylesheets/markitup.scss */
.markItUp .markItUpHeader .markItUpButton1 a {
  background-image: url(https://c479107.ssl.cf2.rackcdn.com/assets/markitup/h2-6a3e56dc586518b3254df9d6b90a0f22.png);
}
/* line 127, ../../vendor/assets/stylesheets/markitup.scss */
.markItUp .markItUpHeader .markItUpButton2 a {
  background-image: url(https://c479107.ssl.cf2.rackcdn.com/assets/markitup/bold-f17d4c604e22b77ff82e38f80f678b7f.png);
}
/* line 130, ../../vendor/assets/stylesheets/markitup.scss */
.markItUp .markItUpHeader .markItUpButton3 a {
  background-image: url(https://c479107.ssl.cf2.rackcdn.com/assets/markitup/italic-b2eb75b5615c50b2c46b6af376ae69cb.png);
}
/* line 133, ../../vendor/assets/stylesheets/markitup.scss */
.markItUp .markItUpHeader .markItUpButton4 a {
  background-image: url(https://c479107.ssl.cf2.rackcdn.com/assets/markitup/link-29ff2a43b9fae68fca5ce07bbe51c5c3.png);
}
/* line 136, ../../vendor/assets/stylesheets/markitup.scss */
.markItUp .markItUpHeader .preview a {
  background-image: url(https://c479107.ssl.cf2.rackcdn.com/assets/markitup/preview-e35290911685faa72adbbb0bbf5dcbb3.png);
}

/* line 141, ../../vendor/assets/stylesheets/markitup.scss */
.markItUpFooter {
  display: none;
}

/* line 2, ../../app/assets/stylesheets/core/editing.scss */
.slot.empty {
  border: 2px dashed  #ccc;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s linear;
}
/* line 8, ../../app/assets/stylesheets/core/editing.scss */
.slot.empty.over {
  -webkit-transition: background-color 0.2s linear;
  background-color: #E0F2FF;
}

/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
/* line 11, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-holder {
  direction: ltr;
  text-align: left;
}

/* Selection Border */
/* line 17, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-vline,
.jcrop-hline {
  background: white url("Jcrop.gif");
  font-size: 0;
  position: absolute;
}

/* line 22, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}

/* line 26, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-vline.right {
  right: 0;
}

/* line 29, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}

/* line 33, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-hline.bottom {
  bottom: 0;
}

/* Invisible click targets */
/* line 37, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}

/* Selection Handles */
/* line 48, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}

/* line 55, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}

/* line 61, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}

/* line 67, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}

/* line 73, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}

/* line 79, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}

/* line 85, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}

/* line 91, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}

/* line 97, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}

/* Dragbars */
/* line 105, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}

/* line 110, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}

/* line 114, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}

/* line 117, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}

/* line 121, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}

/* line 125, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}

/* The "jcrop-light" class/extension */
/* line 130, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

/* line 135, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}

/* The "jcrop-dark" class/extension */
/* line 144, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

/* line 149, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}

/* Simple macro to turn off the antlines */
/* line 158, ../../vendor/assets/stylesheets/jcrop.scss */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}

/* Fix for twitter bootstrap et al. */
/* line 163, ../../vendor/assets/stylesheets/jcrop.scss */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}

/* line 1, ../../app/assets/stylesheets/partials/curtain.scss */
body > .curtain {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  zoom: 1;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
}
/* line 11, ../../app/assets/stylesheets/partials/curtain.scss */
html.no-rgba body > .curtain {
  background-color: white;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKdJREFUeNrs0QENADAIBLEx/zqx8dggpCfhWkn6aU3fAiACAkRAgAgIEAEBIiACAkRAgAgIEAEBIiACAkRAgAgIEAEBIiACAkRAgAgIEAEBIiACAkRAgAgIEAEBIiACAkRAgAgIEAEBIiACAkRAgAgIEAEBIiACAkRAgAgIEAEBIiACAkRAgAgIEAEBIiACAkRAgAgIEAEBIiBABERAgAgIEAG53ggwALvQBKsY9IW0AAAAAElFTkSuQmCC");
  background-position: left top;
  background-repeat: repeat;
}
/* line 19, ../../app/assets/stylesheets/partials/curtain.scss */
body > .curtain .inner {
  position: absolute;
  left: 50%;
  top: 50%;
}
/* line 25, ../../app/assets/stylesheets/partials/curtain.scss */
body > .curtain .message {
  display: inline-block;
  margin-left: -50%;
  margin-top: -50%;
  padding: 12px;
  background-color: white;
  border: #ddd 1px solid;
  border-radius: 3px;
  box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
/* line 36, ../../app/assets/stylesheets/partials/curtain.scss */
body > .curtain .message p, body > .curtain .message img {
  display: block;
  float: left;
}
/* line 41, ../../app/assets/stylesheets/partials/curtain.scss */
body > .curtain .message p {
  font-weight: bold;
  color: black;
  margin-bottom: 0;
}
/* line 47, ../../app/assets/stylesheets/partials/curtain.scss */
body > .curtain .message img {
  padding: 1px 0 1px 12px;
}

/* line 67, ../../app/assets/stylesheets/partials/media_browser.scss */
.image-browser {
  position: absolute;
  top: 0;
  bottom: 20px;
  right: -270px;
  width: 250px;
}
/* line 73, ../../app/assets/stylesheets/partials/media_browser.scss */
.image-browser ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
/* line 74, ../../app/assets/stylesheets/partials/media_browser.scss */
.image-browser ::-webkit-scrollbar-button:start:decrement, .image-browser ::-webkit-scrollbar-button:end:increment {
  display: block;
  height: 10px;
}
/* line 75, ../../app/assets/stylesheets/partials/media_browser.scss */
.image-browser ::-webkit-scrollbar-button:vertical:increment {
  background-color: #E5E5E5;
}
/* line 76, ../../app/assets/stylesheets/partials/media_browser.scss */
.image-browser ::-webkit-scrollbar-track-piece {
  background-color: #E5E5E5;
  -webkit-border-radius: 3px;
}
/* line 77, ../../app/assets/stylesheets/partials/media_browser.scss */
.image-browser ::-webkit-scrollbar-thumb:vertical {
  height: 50px;
  background-color: #ccc;
  -webkit-border-radius: 3px;
}
/* line 78, ../../app/assets/stylesheets/partials/media_browser.scss */
.image-browser ::-webkit-scrollbar-thumb:horizontal {
  width: 50px;
  background-color: #ccc;
  -webkit-border-radius: 3px;
}
/* line 79, ../../app/assets/stylesheets/partials/media_browser.scss */
.image-browser > div {
  position: absolute;
  height: 100%;
  width: 100%;
  display: table;
  padding: 0;
}
/* line 85, ../../app/assets/stylesheets/partials/media_browser.scss */
.image-browser > div > section {
  display: table-row;
}
/* line 87, ../../app/assets/stylesheets/partials/media_browser.scss */
.image-browser > div > section > div {
  display: table-cell;
  border-top: 1px solid #FFFEFE;
  border-bottom: 1px solid #DDD;
}
/* line 91, ../../app/assets/stylesheets/partials/media_browser.scss */
.image-browser > div > section > div:first-child {
  padding-top: 0;
  border-top: none;
}
/* line 95, ../../app/assets/stylesheets/partials/media_browser.scss */
.image-browser > div > section > div:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
/* line 102, ../../app/assets/stylesheets/partials/media_browser.scss */
.image-browser > div section#media-filter > div {
  padding: 20px;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
.image-browser > div section#media-filter > div form:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 106, ../../app/assets/stylesheets/partials/media_browser.scss */
.image-browser > div section#media-filter > div form input[type="text"] {
  float: left;
  width: 130px;
  padding: 4px;
}
/* line 111, ../../app/assets/stylesheets/partials/media_browser.scss */
.image-browser > div section#media-filter > div form input[type="submit"] {
  float: right;
}
/* line 118, ../../app/assets/stylesheets/partials/media_browser.scss */
.image-browser > div section#media-list div {
  height: 100%;
  padding: 10px 10px 20px 10px;
}
/* line 121, ../../app/assets/stylesheets/partials/media_browser.scss */
.image-browser > div section#media-list div .list {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* line 126, ../../app/assets/stylesheets/partials/media_browser.scss */
.image-browser > div section#media-list div .list figure img {
  width: 200px;
}

/* line 136, ../../app/assets/stylesheets/partials/media_browser.scss */
section#hot-topics article.ui-draggable-dragging {
  position: absolute !important;
}

/* line 4, ../../app/assets/stylesheets/partials/page/edit.scss */
.change-image.present, .crop-link {
  right: 4px;
  height: 22px;
  width: 22px;
  line-height: 21px;
  text-align: center;
  cursor: pointer !important;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 13px;
  border-radius: 2px;
  -webkit-transition: background 250ms;
  -moz-transition: background 250ms;
  transition: background 250ms;
}
/* line 17, ../../app/assets/stylesheets/partials/page/edit.scss */
.change-image.present i, .crop-link i {
  color: #fff;
}
/* line 18, ../../app/assets/stylesheets/partials/page/edit.scss */
.change-image.present:hover, .crop-link:hover {
  background: rgba(62, 138, 206, 0.8);
  color: #fff;
}

/* line 21, ../../app/assets/stylesheets/partials/page/edit.scss */
.change-image.present {
  position: absolute;
  top: 28px;
}

/* line 26, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page {
  /* Display appropriate image when editing */
}
/* line 32, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page a,
body.editing-page a:hover,
body.editing-page a:visited,
body.editing-page .link:visited,
body.editing-page .link:hover {
  color: #3E8ACE;
}
/* line 34, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page a.button {
  color: #888;
}
/* line 35, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page a.button.primary {
  color: #fff;
}
/* line 37, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .h1 .slot.empty {
  height: 120px;
  line-height: 120px;
}
/* line 38, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .h2 .slot.empty {
  height: 40px;
  line-height: 40px;
}
/* line 39, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .h3 .slot.empty {
  height: 20px;
  line-height: 20px;
}
/* line 40, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .h4 .slot.empty {
  height: 20px;
  line-height: 20px;
  margin-left: 20px;
}
/* line 42, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .slot.empty {
  color: #fff;
  padding-right: 20px;
  text-align: right;
  font-size: 11px;
  -webkit-transition: background-color 0.2s linear, border-color 0.2s linear, color 0.2s linear;
  text-shadow: 1px 1px 1px white;
  margin-bottom: 10px;
}
/* line 50, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .slot.empty.over {
  color: #444 !important;
  border-color: #999 !important;
  background-color: #E0F2FF !important;
}
/* line 56, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #container2 .slot.empty {
  margin-top: 36px;
}
/* line 62, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #editors-picks figcaption #inline-editing,
body.editing-page #your-electorate figcaption #inline-editing {
  z-index: 11;
  margin-left: -60px;
  width: 268px !important;
  position: relative;
  top: 15px;
}
/* line 69, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #editors-picks article,
body.editing-page #your-electorate article {
  -webkit-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  transition: opacity 250ms;
}
/* line 70, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #editors-picks article.over,
body.editing-page #your-electorate article.over {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  zoom: 1;
}
/* line 72, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #inline-editing {
  padding: 2px;
  border: 1px dashed #ccc;
  margin: -3px -1px -1px -3px;
  display: block;
}
/* line 79, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .inline-overrideable textarea, body.editing-page .inline-overrideable input {
  background-color: transparent;
  width: 100%;
  padding: 0;
}
/* line 86, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #columnists, body.editing-page .col4, body.editing-page #research-briefs {
  opacity: 0.2;
}
/* line 87, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .content textarea {
  height: 100px;
}
/* line 91, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #hot-topics {
  margin-bottom: 18px;
}
/* line 93, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #hot-topics ol {
  overflow: visible;
  height: auto;
}
/* line 94, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #hot-topics ol.being-dragged {
  opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  zoom: 1;
}
/* line 95, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #hot-topics li {
  position: relative;
  white-space: nowrap;
  padding-right: 6px;
}
/* line 100, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #hot-topics li a {
  display: inline-block;
}
/* line 102, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #hot-topics li a:hover {
  cursor: move;
}
/* line 104, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #hot-topics li .remove-unplaced {
  cursor: pointer !important;
  position: absolute;
  top: -1px;
  right: -6px;
  font-size: 13px;
  padding: 0px;
}
/* line 111, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #hot-topics li .remove-unplaced:hover {
  color: #D8352A;
  background: transparent;
}
/* line 115, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #change-image {
  display: none;
}
/* line 119, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .media-browser figure.asset {
  width: 170px;
}
/* line 123, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page figure.editor_pick {
  display: none;
}
/* line 126, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #editors-picks article,
body.editing-page #your-electorate article {
  overflow: visible;
}
/* line 127, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #editors-picks figure.section,
body.editing-page #your-electorate figure.section {
  display: none;
}
/* line 128, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #editors-picks figure.editor_pick,
body.editing-page #your-electorate figure.editor_pick {
  display: block;
}
/* line 129, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #editors-picks header,
body.editing-page #your-electorate header {
  pointer-events: auto !important;
}
/* line 130, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #editors-picks figure figcaption,
body.editing-page #your-electorate figure figcaption {
  opacity: 1 !important;
}
/* line 131, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #editors-picks figure figcaption textarea,
body.editing-page #your-electorate figure figcaption textarea {
  height: 50px;
}
/* line 135, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .ui-draggable-dragging figure.editor_pick {
  display: none !important;
}
/* line 139, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page article.ui-draggable,
body.editing-page article.ui-draggable a {
  cursor: move;
}
/* line 143, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #analysis-and-comment .change-image.empty {
  display: block;
  color: #ccc;
  width: 350px;
  height: 50px;
  padding-top: 30px;
  text-align: center;
  font-size: 150%;
  border: 2px dashed  #ccc;
  border-radius: 3px;
}
/* line 144, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #analysis-and-comment .change-image.empty:hover {
  color: #777;
  -webkit-transition: color 0.2s linear;
  cursor: pointer;
}
/* line 162, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #editors-picks .change-image.present, body.editing-page #editors-picks .crop-link,
body.editing-page #your-electorate .change-image.present,
body.editing-page #your-electorate .crop-link {
  right: -25px;
  z-index: 5;
}
/* line 167, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #editors-picks .change-image.empty,
body.editing-page #your-electorate .change-image.empty {
  display: block;
  color: #ccc;
  width: 170px;
  height: 120px;
  padding-top: 100px;
  text-align: center;
  font-size: 130%;
}
/* line 168, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #editors-picks .change-image.empty:hover,
body.editing-page #your-electorate .change-image.empty:hover {
  cursor: pointer;
  color: #777;
  -webkit-transition: color 0.2s linear;
}
/* line 183, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #editors-picks article figcaption,
body.editing-page #your-electorate article figcaption {
  pointer-events: auto !important;
}
/* line 186, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page article.over {
  -webkit-transition: background-color 0.2s linear;
  background-color: #E0F2FF !important;
}
/* line 191, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .not-editable .slot {
  display: none;
}
/* line 195, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #authoring-actions {
  -webkit-transition: background 200ms;
  -moz-transition: background 200ms;
  transition: background 200ms;
}
/* line 197, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #authoring-actions .wrapper {
  position: relative;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
body.editing-page #authoring-actions .wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 200, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #authoring-actions .wrapper .button.back {
  margin-left: 10px;
}
/* line 205, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page.page-changed #authoring-actions {
  background: #EF5A50;
}
/* line 207, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page.page-changed #authoring-actions .wrapper:before {
  content: "★ Page changed";
  font-weight: bold;
  background: rgba(255, 255, 255, 0.2);
  color: #A83F38;
  padding: 2px 12px;
  position: absolute;
  left: 50%;
  text-align: center;
  border-radius: 2px;
  margin-top: 2px;
  margin-left: 100px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
}
/* line 223, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page.page-changed #authoring-actions .button {
  color: #fff;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
}
/* line 227, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page.page-changed #authoring-actions .button.back {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
/* line 229, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page.page-changed #authoring-actions .button.back:hover {
  background: rgba(0, 0, 0, 0.3);
}
/* line 233, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #outer {
  position: relative;
}
/* line 234, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #outer .wrapper {
  margin: 90px 0 0 320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 240, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #topbar,
body.editing-page #outer #authoring-actions {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 6;
}
/* line 241, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #outer #authoring-actions {
  top: 32px;
}
/* line 244, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page #topbar .wrapper,
body.editing-page #outer #authoring-actions .wrapper {
  width: 100%;
  margin: 0;
  padding-left: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 251, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser {
  position: fixed;
  top: 0px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 7;
  background: #e6e6e6;
  overflow-y: auto;
  overflow-x: hidden;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97.5%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97.5%, rgba(0, 0, 0, 0.1) 100%);
}
/* line 263, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser .list-wrapper {
  margin-right: 0px;
  padding: 10px 7px 5px 5px;
}
/* line 268, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser .search-results .loading {
  display: block;
  margin: 5px auto 10px;
}
/* line 269, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser .search-results.no-results:before {
  content: "No results in this region.";
  display: block;
  margin: 0 10px 0 10px;
  text-align: center;
  padding: 6px 14px;
  background: #d3d3d3;
  color: #777;
  border-radius: 2px;
}
/* line 280, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser footer {
  padding: 0px 5px 15px 13px;
}
/* line 282, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser #media-search {
  background: rgba(255, 255, 255, 0.4);
  padding: 10px 5px 15px 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 287, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser #media-search .search-options {
  display: none;
  padding-top: 5px;
}
/* line 291, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser #media-search .search-options label {
  position: relative;
  display: inline-block;
  width: auto;
  overflow: hidden;
  cursor: pointer;
}
/* line 298, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser #media-search .search-options label input[type=radio] {
  position: absolute;
  left: -20px;
  cursor: pointer;
}
/* line 303, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser #media-search input {
  width: 160px;
}
/* line 304, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser #media-search .button {
  width: auto;
}
/* line 305, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser #media-search .cancel {
  position: absolute;
  top: 12px;
  left: 177px;
  z-index: 1;
  background: #F0F0F0;
  padding: 4px 15px;
}
/* line 315, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser .list-wrapper h2 {
  font-weight: normal;
  font-size: 13px;
  color: #7f7f7f;
  margin: 0px 12px 7px;
}
/* line 326, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page.dragging-article .article.ui-draggable-dragging, body.editing-page.dragging-article .article.ui-draggable-dragging:hover, body.editing-page.dragging-article .article-browser-article.ui-draggable-dragging, body.editing-page.dragging-article .article-browser-article.ui-draggable-dragging:hover {
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
}
/* line 330, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .container article {
  -webkit-transition: background-color 250ms;
  -moz-transition: background-color 250ms;
  transition: background-color 250ms;
}
/* line 333, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .container article:hover {
  background: #E0F2FF;
}
/* line 335, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .container article header {
  position: relative;
}
/* line 336, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .container article figcaption {
  background: transparent !important;
}
/* line 338, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .container article .remove-unplaced {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer !important;
  color: #fff !important;
  padding: 1px 0px 1px 1px;
  font-size: 13px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  -webkit-transition: background-color 250ms;
  -moz-transition: background-color 250ms;
  transition: background-color 250ms;
}
/* line 350, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .container article .remove-unplaced:hover {
  background: rgba(216, 53, 42, 0.9);
  color: #fff;
}
/* line 354, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .being-dragged {
  opacity: 0.15;
  -moz-opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
  zoom: 1;
}
/* line 359, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article,
body.editing-page article.ui-draggable-dragging {
  position: relative;
  background: #fff;
  padding: 11px 32px 13px 15px;
  margin: 0 7px 12px 9px;
  width: 215px;
  z-index: 9;
  overflow: hidden;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  transition: opacity 250ms;
}
/* line 370, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article.hidden,
body.editing-page article.ui-draggable-dragging.hidden {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
  -moz-opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  zoom: 1;
}
/* line 379, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article h2, body.editing-page .article-browser-article time, body.editing-page .article-browser-article figure, body.editing-page .article-browser-article .content, body.editing-page .article-browser-article .toggle-byline, body.editing-page .article-browser-article .byline em,
body.editing-page article.ui-draggable-dragging h2,
body.editing-page article.ui-draggable-dragging time,
body.editing-page article.ui-draggable-dragging figure,
body.editing-page article.ui-draggable-dragging .content,
body.editing-page article.ui-draggable-dragging .toggle-byline,
body.editing-page article.ui-draggable-dragging .byline em {
  display: none;
}
/* line 383, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article .article-region,
body.editing-page article.ui-draggable-dragging .article-region {
  position: absolute;
  top: 13px;
  left: 14px;
  background: #9DC4E7;
  color: #fff;
  padding: 0px 4px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.7;
  font-size: 9px;
  border-radius: 2px;
}
/* line 396, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article .article-region.region-uk,
body.editing-page article.ui-draggable-dragging .article-region.region-uk {
  background: #F7ACA6;
}
/* line 399, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article h1,
body.editing-page article.ui-draggable-dragging h1 {
  font-size: 15px !important;
  line-height: 18px !important;
  margin: 0;
  text-indent: 26px;
  pointer-events: none;
}
/* line 408, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article header .remove-unplaced,
body.editing-page article.ui-draggable-dragging header .remove-unplaced {
  display: none;
}
/* line 410, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article p,
body.editing-page article.ui-draggable-dragging p {
  padding: 0;
}
/* line 411, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article .byline,
body.editing-page article.ui-draggable-dragging .byline {
  line-height: 13px;
  margin-top: 3px;
}
/* line 412, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article .byline a,
body.editing-page article.ui-draggable-dragging .byline a {
  pointer-events: none;
  color: #888;
}
/* line 414, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article .button,
body.editing-page article.ui-draggable-dragging .button {
  position: absolute;
  top: 10px;
  padding: 1px 7px;
  margin-left: -2px;
}
/* line 420, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article .article-options,
body.editing-page article.ui-draggable-dragging .article-options {
  position: absolute;
  color: #b3b3b3;
  font-size: 11px;
  top: 0;
  right: 0;
  width: 25px;
  text-align: center;
  height: 100%;
  background: #ececec;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 20%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 20%);
}
/* line 433, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article .article-options a,
body.editing-page article.ui-draggable-dragging .article-options a {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  color: #888;
  margin: -24px 2px 2px 3px;
  border-radius: 3px;
}
/* line 442, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article .article-options a i,
body.editing-page article.ui-draggable-dragging .article-options a i {
  margin: -1px 0px 0px 1px;
}
/* line 443, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article .article-options a:hover,
body.editing-page article.ui-draggable-dragging .article-options a:hover {
  color: #1B78D0;
}
/* line 445, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article .article-options .remove-unplaced,
body.editing-page article.ui-draggable-dragging .article-options .remove-unplaced {
  margin: 0px 2px 2px 3px;
}
/* line 447, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article .article-options .remove-unplaced i,
body.editing-page article.ui-draggable-dragging .article-options .remove-unplaced i {
  font-size: 17px;
  margin: 0px;
}
/* line 448, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article .article-options .remove-unplaced:hover,
body.editing-page article.ui-draggable-dragging .article-options .remove-unplaced:hover {
  background: #D8352A;
  color: #fcc;
}
/* line 452, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article.published,
body.editing-page article.ui-draggable-dragging.published {
  cursor: move;
}
/* line 454, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article.published .article-options,
body.editing-page article.ui-draggable-dragging.published .article-options {
  background-color: #fafafa;
}
/* line 455, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article.published:hover,
body.editing-page article.ui-draggable-dragging.published:hover {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}
/* line 460, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article.finished,
body.editing-page article.ui-draggable-dragging.finished {
  cursor: no-drop;
  background: #F0F0F0;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05);
}
/* line 465, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article.finished .article-region,
body.editing-page article.ui-draggable-dragging.finished .article-region {
  left: 72px;
  background: #aFaFaF;
}
/* line 466, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article.finished h1,
body.editing-page article.ui-draggable-dragging.finished h1 {
  text-indent: 84px;
}
/* line 467, ../../app/assets/stylesheets/partials/page/edit.scss */
body.editing-page .article-browser-article.finished a,
body.editing-page article.ui-draggable-dragging.finished a {
  color: #8F8F8F;
}

/* line 472, ../../app/assets/stylesheets/partials/page/edit.scss */
div#trash {
  display: none;
  border: none !important;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 0px !important;
  width: 300px;
  height: 100%;
  overflow: hidden;
  z-index: 8;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: background-color 250ms;
  -moz-transition: background-color 250ms;
  transition: background-color 250ms;
}
/* line 486, ../../app/assets/stylesheets/partials/page/edit.scss */
body.dragging-article div#trash:before {
  content: "\2193\A Drop here to cancel";
  white-space: pre;
  position: absolute;
  top: 25%;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  color: #fff;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}
/* line 499, ../../app/assets/stylesheets/partials/page/edit.scss */
body.placed-article-dragged div#trash:before {
  content: "\2193\A Drop here to delete";
}
/* line 502, ../../app/assets/stylesheets/partials/page/edit.scss */
div#trash.over {
  background: rgba(216, 53, 42, 0.9);
}

/* line 505, ../../app/assets/stylesheets/partials/page/edit.scss */
.dragging-article div#trash {
  display: block;
}

/* line 1, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users {
  background-color: #edeff0;
}
/* line 3, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users header.authoring-header {
  margin-bottom: 0;
}
/* line 9, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users form#user-directory-search {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #e1e4e6;
}
/* line 17, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users form#user-directory-search span.search-results-count {
  float: right;
  margin-top: .5em;
  margin-right: 1em;
}
/* line 25, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users form#user-directory-search span.search label {
  display: none;
}
/* line 29, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users form#user-directory-search span.search input {
  margin-left: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 34, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users form#user-directory-search span.search input#q {
  border-color: #fff;
  max-width: 450px;
  min-width: 300px;
}
/* line 40, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users form#user-directory-search span.search input.button {
  background-color: #213B4B;
  border-color: #213B4B;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: -5px;
  padding-top: 4px;
  padding-bottom: 6px;
}
/* line 49, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users form#user-directory-search span.search input.button:hover {
  background-color: #395d73;
}
/* line 56, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users form#user-directory-search span.search-options {
  clear: both;
  margin-left: 1em;
  margin-top: 1em;
}
/* line 61, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users form#user-directory-search span.search-options label {
  position: relative;
  top: 3px;
}
/* line 65, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users form#user-directory-search span.search-options label input[type="checkbox"] {
  position: relative;
  top: -1px;
}
/* line 70, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users form#user-directory-search span.search-options label + label {
  margin-left: 1.5em;
}
/* line 78, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user {
  background-color: #fff;
  clear: both;
  list-style-type: none;
  margin-bottom: 1em;
  padding: 1em;
  position: relative;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
body.editorial-users ul#users li.user:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 88, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user.locked {
  background-color: #f6f7f8;
  box-shadow: none;
}
/* line 92, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user.locked .profile {
  opacity: .5;
}
/* line 94, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user.locked span.account-locked {
  clear: both;
  float: right;
  margin: 10px 0 0 0;
  padding: 0;
  bottom: 0px;
  right: 0px;
  color: #213B4B;
  opacity: .5;
}
/* line 107, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user.locked span.account-locked span {
  font-size: 11px;
}
/* line 109, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user.locked span.account-locked i.icon-lock {
  margin-right: -.2em;
  font-size: 14px;
}
/* line 115, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user.locked .user-actions > li > .button {
  opacity: .5;
}
/* line 119, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user.locked .user-actions > li > .button.unlock:hover {
  opacity: 1;
}
/* line 122, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user img {
  float: left;
  margin-right: 1em;
  margin-left: 1px;
  display: block;
}
/* line 129, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user span.user-type {
  background-color: #0190D0;
  color: white;
  padding: 0;
  padding-left: .3em;
  padding-right: .3em;
  margin: 0 0 0 0;
  margin-left: .5em;
  border-radius: 1px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: normal;
}
/* line 147, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user span.user-type.editor {
  background-color: orange;
}
/* line 151, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user span.user-type.author {
  background-color: green;
}
/* line 160, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user h3 {
  font-size: 12px;
  margin: 0;
}
/* line 165, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user section {
  margin-right: 0px;
}
/* line 169, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user .profile ul.links {
  display: block;
  margin-left: 60px;
  list-style-type: none;
  font-size: 11px;
  color: #727272;
}
/* line 177, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user .profile ul.links ul.general {
  margin: 4px 0 0 4px;
  border-top: 1px solid #eee;
  padding-top: 4px;
  padding-right: 10px;
  list-style: none;
}
/* line 185, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user .profile ul.links ul.general li {
  float: left;
  padding-right: 12px;
}
/* line 189, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user .profile ul.links ul.general li a {
  color: #006699;
}
/* line 192, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user .profile ul.links ul.general li a:visited {
  color: #006699;
}
/* line 199, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user .profile ul.links h3 {
  color: #069;
  font-size: 12px;
  margin-bottom: 0;
  display: inline;
}
/* line 206, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user .profile ul.links p {
  display: inline;
}
/* line 211, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user .profile .fields-of-research {
  clear: both;
  padding-top: 10px;
  padding-right: 10px;
  margin-left: 64px;
  font-size: 11px;
  color: #727272;
}
/* line 219, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user .profile .fields-of-research p {
  margin: 0;
  line-height: 1.4em;
}
/* line 226, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user .details {
  font-size: 11px;
  color: #727272;
  border-left: 1px solid #eee;
  padding-left: 10px;
}
/* line 233, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user .details li {
  list-style: none;
}
/* line 236, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user .details li i {
  font-size: 13px;
}
/* line 242, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user .actions-and-research {
  float: right;
}
/* line 245, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user .actions-and-research ul.user-actions {
  list-style: none;
  float: right;
}
/* line 249, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user .actions-and-research ul.user-actions li {
  display: inline;
}
/* line 250, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user .actions-and-research ul.user-actions li .button {
  background-color: #213B4B;
  border-color: #213B4B;
}
/* line 253, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user .actions-and-research ul.user-actions li .button:hover {
  background-color: #395d73;
}
/* line 261, ../../app/assets/stylesheets/partials/users/editorial-index.scss */
body.editorial-users ul#users li.user .actions-and-research .account-locked {
  clear: both;
  padding-top: 10px;
}

/* line 4, ../../app/assets/stylesheets/partials/authors/new.scss */
body.authors-new form li.string input, body.authors-new form li.select select, body.authors-new form li.email input, body.authors-create form li.string input, body.authors-create form li.select select, body.authors-create form li.email input {
  width: 55%;
  clear: none;
}
/* line 13, ../../app/assets/stylesheets/partials/authors/new.scss */
body.authors-new #body > section form footer, body.authors-create #body > section form footer {
  padding: 18px 16px;
  margin-bottom: 0;
  background-color: #E2E2E2;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: white 0px 1px 0px 0px inset;
  border: none;
  border-top: 1px solid #D2D2D2;
}

/* line 5, ../../app/assets/stylesheets/partials/assets/edit.scss */
body.authoring.assets aside#edit-image-metadata > section fieldset {
  width: 100%;
}
/* line 6, ../../app/assets/stylesheets/partials/assets/edit.scss */
body.authoring.assets aside#edit-image-metadata > section fieldset textarea {
  height: 10em;
}
/* line 11, ../../app/assets/stylesheets/partials/assets/edit.scss */
body.authoring.assets aside#edit-image-metadata > section fieldset ol li {
  width: 100%;
}
/* line 18, ../../app/assets/stylesheets/partials/assets/edit.scss */
body.authoring.assets section#edit-image-crops {
  float: left;
  width: 744px;
}
/* line 23, ../../app/assets/stylesheets/partials/assets/edit.scss */
body.authoring.assets section#edit-image-crops > section nav {
  border-bottom: 1px solid #ccc;
}
/* line 25, ../../app/assets/stylesheets/partials/assets/edit.scss */
body.authoring.assets section#edit-image-crops > section nav ul {
  margin: 0;
  padding: 10px;
  list-style: none outside none;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
body.authoring.assets section#edit-image-crops > section nav ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 30, ../../app/assets/stylesheets/partials/assets/edit.scss */
body.authoring.assets section#edit-image-crops > section nav ul li {
  float: left;
  margin-right: 10px;
}
/* line 33, ../../app/assets/stylesheets/partials/assets/edit.scss */
body.authoring.assets section#edit-image-crops > section nav ul li a {
  height: 2.8em;
  padding: 5px 10px 5px 10px;
  display: block;
  color: #333;
  background-color: #E6E6E6;
  -webkit-border-radius: 5px;
  opacity: 0.75;
}
/* line 41, ../../app/assets/stylesheets/partials/assets/edit.scss */
body.authoring.assets section#edit-image-crops > section nav ul li a span {
  display: block;
  font-size: 11px;
  color: #555;
}
/* line 46, ../../app/assets/stylesheets/partials/assets/edit.scss */
body.authoring.assets section#edit-image-crops > section nav ul li a:hover {
  opacity: 1.0;
}
/* line 49, ../../app/assets/stylesheets/partials/assets/edit.scss */
body.authoring.assets section#edit-image-crops > section nav ul li a.active {
  opacity: 1.0;
  background-color: #CBCBCB;
}
/* line 53, ../../app/assets/stylesheets/partials/assets/edit.scss */
body.authoring.assets section#edit-image-crops > section nav ul li a.changed-crop {
  background-color: #98DC98;
}
/* line 56, ../../app/assets/stylesheets/partials/assets/edit.scss */
body.authoring.assets section#edit-image-crops > section nav ul li a.too-narrow {
  background-color: #DC9898;
}
/* line 63, ../../app/assets/stylesheets/partials/assets/edit.scss */
body.authoring.assets section#edit-image-crops > section > div {
  padding: 0;
}
/* line 66, ../../app/assets/stylesheets/partials/assets/edit.scss */
body.authoring.assets section#edit-image-crops > section #crops {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}
/* line 71, ../../app/assets/stylesheets/partials/assets/edit.scss */
body.authoring.assets section#edit-image-crops > section #crops li .crop {
  position: relative;
  padding: 38px 0;
  background: white url(https://c479107.ssl.cf2.rackcdn.com/assets/transparent-9478072b8e56ec02945bddd66e4d0261.png);
}
/* line 75, ../../app/assets/stylesheets/partials/assets/edit.scss */
body.authoring.assets section#edit-image-crops > section #crops li .crop img {
  display: block;
  margin: 0 auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
}
/* line 80, ../../app/assets/stylesheets/partials/assets/edit.scss */
body.authoring.assets section#edit-image-crops > section #crops li .crop .jcrop-holder {
  display: block;
  margin: 0 auto;
}
/* line 84, ../../app/assets/stylesheets/partials/assets/edit.scss */
body.authoring.assets section#edit-image-crops > section #crops li .crop .jcrop-handle {
  width: 10px !important;
  height: 10px !important;
  border-radius: 10px;
}
/* line 92, ../../app/assets/stylesheets/partials/assets/edit.scss */
body.authoring.assets section#edit-image-crops > section footer {
  padding: 18px 16px;
  margin-bottom: 0;
  background-color: #E2E2E2;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: white 0px 1px 0px 0px inset;
  border: none;
  border-top: 1px solid #D2D2D2;
}
/* line 105, ../../app/assets/stylesheets/partials/assets/edit.scss */
body.authoring.assets section#edit-image-crops > section footer ul {
  list-style: none outside none;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
body.authoring.assets section#edit-image-crops > section footer ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 108, ../../app/assets/stylesheets/partials/assets/edit.scss */
body.authoring.assets section#edit-image-crops > section footer ul li {
  float: right;
}
/* line 116, ../../app/assets/stylesheets/partials/assets/edit.scss */
body.authoring.assets img.croppable {
  pointer-events: none;
}

/* line 6, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor div.empty {
  padding: 100px 0;
}
/* line 8, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor div.empty img {
  display: block;
  margin: 0 auto;
  margin-bottom: 36px;
}
/* line 13, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor div.empty span {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #adadad;
  text-shadow: 0 1px 0 white;
}
/* line 19, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor div.empty span a.inline-button {
  display: inline-block;
  position: static;
  color: #7F7F7F;
  font-size: 1em;
}
/* line 30, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > header {
  position: relative;
}
/* line 32, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > header .wrapper {
  position: relative;
}
/* line 33, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > header #filter {
  position: absolute;
  right: 0;
  width: 440px;
  margin-top: .6em;
}
/* line 39, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
.ie7 body.editorial-dashboards #editor > header #filter {
  width: 450px;
}
/* line 43, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > header #filter #search {
  float: left;
  margin-right: 20px;
}
/* line 47, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
.ie7 body.editorial-dashboards #editor > header #filter #search {
  margin-right: 0;
}
/* line 51, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > header #filter #search #q {
  zoom: 1;
  min-width: 0px;
  width: 250px;
}
/* line 57, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > header #filter #search button {
  display: none;
}
/* line 62, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > header #filter #context-filter {
  float: right;
  font-size: 11px;
  width: 160px;
}
/* line 67, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > header #filter #context-filter > span {
  float: left;
  display: block;
  padding: 2px 10px;
  font-weight: bold;
}
/* line 73, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > header #filter #context-filter ul {
  float: left;
  list-style: none outside none;
  border-radius: 5px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5) inset, 0px 1px 0px 0px white;
  background-color: #BFBFBF;
  padding: 1px;
  -webkit-background-clip: padding-box;
}
/* line 81, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > header #filter #context-filter ul li {
  float: left;
}
/* line 83, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > header #filter #context-filter ul li a, body.editorial-dashboards #editor > header #filter #context-filter ul li select {
  display: block;
  padding: 2px 10px;
  color: #7F7F7F;
}
/* line 88, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > header #filter #context-filter ul li .active, body.editorial-dashboards #editor > header #filter #context-filter ul li a:hover {
  color: #3F3F3F;
  border-radius: 5px;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.45) inset, 0 1px 2px 0 rgba(0, 0, 0, 0.35);
  -webkit-background-clip: padding-box;
  background-color: #DBDBDB;
  text-shadow: 0 1px 0 white;
}
/* line 97, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > header #filter #context-filter ul li a {
  padding: 5px 6px;
}
/* line 101, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > header #filter #context-filter ul li:first-child a {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
/* line 105, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > header #filter #context-filter ul li:last-child a {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
/* line 109, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > header #filter #context-filter ul li select {
  color: #7F7F7F;
  background-color: transparent;
  border: none;
  margin: 0;
  height: 28px;
  width: 110px;
  padding: 6px 18px 6px 10px;
  background-image: url(https://c479107.ssl.cf2.rackcdn.com/assets/iphone-nav-arrow-1978465b9bb2986c810d11c74204c0da.png), none;
  background-position: right 2px, center center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
/* line 128, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > header #filter #context-filter ul li select.active, body.editorial-dashboards #editor > header #filter #context-filter ul li select:hover {
  border-radius: 5px;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.45) inset, 0 1px 2px 0 rgba(0, 0, 0, 0.35);
  color: #3F3F3F;
  -webkit-background-clip: padding-box;
  background-color: #DBDBDB;
  text-shadow: 0 1px 0 white;
}
/* line 136, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > header #filter #context-filter ul li select:hover {
  cursor: pointer;
}
/* line 139, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > header #filter #context-filter ul li select:focus {
  outline: none;
}
/* line 154, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > aside {
  padding-top: 12px;
}
/* line 156, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > aside > section {
  position: relative;
  margin-bottom: 54px;
}
/* line 159, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > aside > section div#briefs-sent {
  margin-top: 36px;
}
/* line 162, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > aside > section .no-results {
  padding-bottom: 11px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #D9D9D9;
  font-size: 11px;
}
/* line 166, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > aside > section header {
  position: relative;
  margin-bottom: 18px;
}
/* line 169, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > aside > section header > a {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 174, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > aside > section header h3 {
  font-size: 18px;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #EEE;
}
/* line 180, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > aside > section h4 {
  padding-left: 20px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
}
/* line 185, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > aside > section h4.sent {
  background-image: url(https://c479107.ssl.cf2.rackcdn.com/assets/icons/brief-sent-1327f0bfc7d5239d42563d06d34aa514.png);
}
/* line 186, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > aside > section h4.unsent {
  background-image: url(https://c479107.ssl.cf2.rackcdn.com/assets/icons/brief-unsent-e5e21a2ae0275e0225f8857ca408a73e.png);
}
/* line 188, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > aside > section ul {
  font-size: 11px;
  list-style: none outside none;
}
/* line 191, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > aside > section ul li {
  padding-bottom: 11px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #D9D9D9;
}
/* line 193, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > aside > section ul li a {
  display: block;
}
/* line 195, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > aside > section ul li a time {
  display: block;
  font-size: 11px;
  color: #727272;
}
/* line 199, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > aside > section ul li a time span.owner {
  display: block;
}
/* line 205, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > aside > section ul.empty li {
  color: rgba(114, 114, 114, 0.5);
  text-align: center;
}
/* line 215, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > div {
  padding: 0;
}
/* line 216, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > div table {
  width: 100%;
  border-collapse: separate;
}
/* line 219, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > div table th, body.editorial-dashboards #editor > section > div table td {
  padding: 10px;
}
/* line 221, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > div table thead {
  font-weight: bold;
  border-bottom: #ccc 1px solid;
  text-shadow: 0 1px 0 white;
}
/* line 225, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > div table thead.label {
  text-transform: uppercase;
  color: #555;
  border-bottom: none;
}
/* line 229, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > div table thead.label:hover {
  background-color: #eee;
}
/* line 231, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > div table thead:hover {
  cursor: pointer;
  background-image: -webkit-linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  background-image: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
}
/* line 235, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > div table thead.headerSortUp, body.editorial-dashboards #editor > section > div table thead.headerSortDown {
  padding-right: 20px;
}
/* line 238, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > div table thead.headerSortUp {
  background: url(https://c479107.ssl.cf2.rackcdn.com/assets/sort-asc-199e47caab2f90f24431a80e29cfa3d7.gif), -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background-position: center right, center center;
  background-repeat: no-repeat, repeat-x;
}
/* line 246, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > div table thead.headerSortDown {
  background: url(https://c479107.ssl.cf2.rackcdn.com/assets/sort-desc-6c575c97b632f44af6a5cdf8d677d0cf.gif), -webkit-gradient(linear, 0% 100%, 0% 0%, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background-position: center right, center center;
  background-repeat: no-repeat, repeat-x;
}
/* line 254, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > div table thead:first-child {
  padding-right: 10px;
  background-position: center center;
}
/* line 259, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > div table th.state {
  width: 20px;
  text-indent: -9999px;
}
/* line 266, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > div table th.date {
  text-align: center;
}
/* line 267, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > div table th.approval {
  text-align: center;
  padding: 0 5px 2px 5px;
}
/* line 270, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > div table th.approval:first-child {
  padding-left: 5px;
}
/* line 271, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > div table th.approval:last-child {
  padding-right: 5px;
}
/* line 272, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > div table th.approval.label {
  width: 60px;
}
/* line 274, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > div table th.approval-types th {
  width: 20px;
}
/* line 276, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section > div table th.deadline {
  text-align: center;
}
/* line 280, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tbody tr:nth-child(odd) td {
  background-color: #f7f7f7;
}
/* line 281, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tbody tr:hover td {
  background-color: #eee;
}
/* line 283, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tbody tr .editor, body.editorial-dashboards #editor > section tbody tr .author, body.editorial-dashboards #editor > section tbody tr .deadline, body.editorial-dashboards #editor > section tbody tr .words, body.editorial-dashboards #editor > section tbody tr .date {
  font-size: 11px;
}
/* line 284, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tbody tr .deadline, body.editorial-dashboards #editor > section tbody tr .words, body.editorial-dashboards #editor > section tbody tr .date {
  text-align: center;
}
/* line 286, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tbody tr .state span {
  border-radius: 5px;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 9px;
  width: 75px;
  text-align: center;
  height: 20px;
  line-height: 20px;
}
/* line 296, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tbody tr .state span.finished {
  background-color: purple;
}
/* line 297, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tbody tr .state span.submitted {
  background-color: #199A0B;
}
/* line 298, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tbody tr .state span.in-progress {
  background-color: #FFA25F;
}
/* line 299, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tbody tr .state span.commissioned {
  background-color: #48A1CE;
}
/* line 303, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tbody tr .title a {
  font-weight: bold;
  display: block;
}
/* line 305, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tbody tr .title span.article_author {
  display: block;
  font-size: 11px;
}
/* line 308, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tbody tr .title span.article_author a {
  font-weight: normal;
  display: inline;
}
/* line 316, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tbody tr .author a {
  display: block;
  max-width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 325, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tbody tr .date span {
  display: block;
  max-width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 332, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tbody tr .date .blank {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  zoom: 1;
}
/* line 334, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tbody tr .date .blank:hover {
  opacity: 1;
  -moz-opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  zoom: 1;
  cursor: pointer;
}
/* line 339, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tbody tr .date form {
  width: 80px;
}
/* line 341, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tbody tr .date form input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  width: 100%;
}
/* line 348, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tbody tr .approval {
  padding: 0;
  text-align: center;
}
/* line 351, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tbody tr .approval span {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #ccc;
  list-style-type: none;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 white;
  text-shadow: 0 1px 0 white;
  padding: 0 5px;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
body.editorial-dashboards #editor > section tbody tr .approval span:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 364, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tbody tr .approval.editor span {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
/* line 369, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tbody tr .approval.boss span {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
/* line 375, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tbody tr .deadline {
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
}
/* line 379, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tbody tr .deadline.overdue {
  color: #D71F2A;
}
/* line 387, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tfoot tr {
  text-shadow: 0 1px 0 white;
}
/* line 389, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tfoot tr td {
  padding: 10px;
  border-top: #ccc 1px solid;
}
/* line 392, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-dashboards #editor > section tfoot tr td p {
  font-size: 11px;
  margin: 0;
}

/* line 405, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-recent-articles .wrapper {
  margin-left: 200px !important;
}
/* line 408, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-recent-articles .article-list {
  background-color: #F7FAFA;
  margin-left: 3em;
  width: 40em;
}
/* line 414, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-recent-articles section.recent-articles .article {
  padding: 5px 0 0 10px;
  border-bottom: 1px solid #B0B6B6;
  border-left: 1px solid #B0B6B6;
  border-right: 1px solid #B0B6B6;
  box-shadow: 0 1px 0 white;
  margin: 0;
  position: relative;
  clear: both;
}
/* line 25, ../../app/assets/stylesheets/mixins/article.scss */
body.editorial-recent-articles section.recent-articles .article:first-child {
  border-top: 1px solid #B0B6B6;
  border-radius: 7px 7px 0 0;
}
/* line 29, ../../app/assets/stylesheets/mixins/article.scss */
body.editorial-recent-articles section.recent-articles .article:last-child {
  border-radius: 0 0 7px 7px;
}
/* line 40, ../../app/assets/stylesheets/mixins/article.scss */
body.editorial-recent-articles section.recent-articles .article h4 {
  border: medium none;
  clear: both;
  color: #5A6A6D;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 30px 0 0;
  padding: 5px 0;
  text-transform: none;
  line-height: 1.3em;
}
/* line 52, ../../app/assets/stylesheets/mixins/article.scss */
body.editorial-recent-articles section.recent-articles .article time {
  padding-bottom: 5px;
}
/* line 55, ../../app/assets/stylesheets/mixins/article.scss */
body.editorial-recent-articles section.recent-articles .article ul.share {
  margin-bottom: 7px;
}
/* line 58, ../../app/assets/stylesheets/mixins/article.scss */
body.editorial-recent-articles section.recent-articles .article li {
  display: inline;
  float: none;
}
/* line 61, ../../app/assets/stylesheets/mixins/article.scss */
body.editorial-recent-articles section.recent-articles .article li.readers, body.editorial-recent-articles section.recent-articles .article li.comments {
  font-size: 11px;
  font-weight: bold;
  line-height: 22px;
  margin-right: 16px;
  padding-left: 22px;
}
/* line 68, ../../app/assets/stylesheets/mixins/article.scss */
body.editorial-recent-articles section.recent-articles .article li.readers {
  background-position: -20px -302px;
}
/* line 71, ../../app/assets/stylesheets/mixins/article.scss */
body.editorial-recent-articles section.recent-articles .article li.comments {
  background-position: -20px -343px;
}
/* line 418, ../../app/assets/stylesheets/partials/editors/dashboard.scss */
body.editorial-recent-articles nav.show-more {
  margin-left: 3em;
  width: 40em;
  text-align: center;
}

/* line 4, ../../app/assets/stylesheets/partials/editors/directory.scss */
body.editorial-editors section h2 {
  margin-top: 20px;
}
/* line 7, ../../app/assets/stylesheets/partials/editors/directory.scss */
body.editorial-editors form.newform fieldset.inputs input {
  width: 60%;
}

/* line 4, ../../app/assets/stylesheets/partials/editors/institutions.scss */
body.institutions li#institution_article_attribution_input label {
  float: left;
}
/* line 8, ../../app/assets/stylesheets/partials/editors/institutions.scss */
body.institutions li#institution_article_attribution_input p.inline-hints {
  float: left;
  clear: none;
  margin: 0;
}

/* line 18, ../../app/assets/stylesheets/partials/editors/institutions.scss */
body.editorial-institutions-users-index table.fancy-table td, body.editorial-institutions-users-index table.fancy-table th {
  text-align: left;
}
/* line 20, ../../app/assets/stylesheets/partials/editors/institutions.scss */
body.editorial-institutions-users-index table.fancy-table td:last-child, body.editorial-institutions-users-index table.fancy-table th:last-child {
  text-align: right;
}

/* line 29, ../../app/assets/stylesheets/partials/editors/institutions.scss */
body.editorial-institutions-index table td:last-child {
  width: 184px;
}
/* line 31, ../../app/assets/stylesheets/partials/editors/institutions.scss */
body.editorial-institutions-index table td:last-child .button {
  float: right;
  margin-left: .5em;
}
/* line 34, ../../app/assets/stylesheets/partials/editors/institutions.scss */
body.editorial-institutions-index table td:last-child .button.metrics-access {
  white-space: nowrap;
}

/* line 44, ../../app/assets/stylesheets/partials/editors/institutions.scss */
body.editorial-institutions-index div.button-container .button, body.editorial-institutions-users-index div.button-container .button {
  float: right;
  clear: both;
}
/* line 48, ../../app/assets/stylesheets/partials/editors/institutions.scss */
body.editorial-institutions-index div.button-container hr, body.editorial-institutions-index div.button-container .button, body.editorial-institutions-users-index div.button-container hr, body.editorial-institutions-users-index div.button-container .button {
  margin-bottom: 1em;
}

/* line 5, ../../app/assets/stylesheets/partials/editors/schedule.scss */
body.schedules section.scheduled,
body.schedules section.unscheduled {
  margin-top: 20px;
}
/* line 9, ../../app/assets/stylesheets/partials/editors/schedule.scss */
body.schedules div.day {
  margin-bottom: 18px;
  background-color: #eee;
  box-shadow: inset 0 0 0 0 #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-right: -1px;
  border-radius: 3px;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
body.schedules div.day:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 13, ../../app/assets/stylesheets/partials/editors/schedule.scss */
body.schedules div.day.over {
  background-color: #E0F2FF;
}
/* line 23, ../../app/assets/stylesheets/partials/editors/schedule.scss */
body.schedules div.day p.empty {
  padding-left: 24px;
  font-weight: bold;
  color: #999;
}
/* line 30, ../../app/assets/stylesheets/partials/editors/schedule.scss */
body.schedules h2 {
  font-size: 1.5em;
  line-height: 36px;
  margin-bottom: 0;
  padding-left: 24px;
}
/* line 37, ../../app/assets/stylesheets/partials/editors/schedule.scss */
body.schedules .sort_order {
  margin-top: 20px;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
body.schedules .sort_order:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 41, ../../app/assets/stylesheets/partials/editors/schedule.scss */
body.schedules .sort_order span {
  float: left;
  margin: 0 25px;
  padding: 10px 0;
}
/* line 47, ../../app/assets/stylesheets/partials/editors/schedule.scss */
body.schedules .sort_order .tab {
  padding: 6px 13px 0;
  font-size: 12px;
  margin-right: 2px;
}
/* line 54, ../../app/assets/stylesheets/partials/editors/schedule.scss */
body.schedules article {
  clear: left;
  list-style-type: none;
  border-bottom: #ddd 1px solid;
  padding: 6px 0;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
body.schedules article:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 60, ../../app/assets/stylesheets/partials/editors/schedule.scss */
body.schedules article:last-child {
  margin-bottom: 0px;
}
/* line 61, ../../app/assets/stylesheets/partials/editors/schedule.scss */
body.schedules article:hover {
  cursor: move;
  background-color: #FFC;
  background-image: url(https://c479107.ssl.cf2.rackcdn.com/assets/icons/drag-383c0acb70e966e2c47e032da7da6c58.png);
  background-repeat: no-repeat;
  background-position: 5.4px 10.2px;
}
/* line 71, ../../app/assets/stylesheets/partials/editors/schedule.scss */
body.schedules div.title a, body.schedules div.title p.catch {
  display: block;
  padding-left: 24px;
}
/* line 75, ../../app/assets/stylesheets/partials/editors/schedule.scss */
body.schedules div.title a {
  font-weight: bold;
}
/* line 78, ../../app/assets/stylesheets/partials/editors/schedule.scss */
body.schedules div.title p.catch {
  color: #999;
  font-style: italic;
  margin-bottom: 0;
}
/* line 85, ../../app/assets/stylesheets/partials/editors/schedule.scss */
body.schedules div.annotations {
  text-align: right;
}
/* line 89, ../../app/assets/stylesheets/partials/editors/schedule.scss */
body.schedules div.annotations ul.sections,
body.schedules div.annotations span.state {
  float: right;
  clear: right;
  margin-right: 22px;
}
/* line 95, ../../app/assets/stylesheets/partials/editors/schedule.scss */
body.schedules div.annotations ul.sections {
  text-align: right;
  font-size: 9px;
  text-transform: uppercase;
  list-style: none;
  line-height: 12px;
}
/* line 101, ../../app/assets/stylesheets/partials/editors/schedule.scss */
body.schedules div.annotations ul.sections li {
  margin-top: 4px;
}
/* line 106, ../../app/assets/stylesheets/partials/editors/schedule.scss */
body.schedules div.annotations span.state {
  font-size: 10px;
  padding: 0 6px;
  background-color: #ccc;
  color: #444;
  border-radius: 5px;
  font-weight: bold;
}

/* line 2, ../../app/assets/stylesheets/partials/editors/pitches.scss */
body.pitches-index .fancy-table {
  margin-top: 15px;
}
/* line 3, ../../app/assets/stylesheets/partials/editors/pitches.scss */
body.pitches-index .fancy-table td {
  vertical-align: top;
  padding: 15px;
}
/* line 6, ../../app/assets/stylesheets/partials/editors/pitches.scss */
body.pitches-index .short-pitch,
body.pitches-index .full-pitch,
body.pitches-index .full-pitch p {
  font-size: 15px;
  line-height: 1.6;
  max-width: 43em;
}
/* line 7, ../../app/assets/stylesheets/partials/editors/pitches.scss */
body.pitches-index nav.pagination {
  margin: 20px auto;
}

/* line 3, ../../app/assets/stylesheets/partials/editors/partners.scss */
body.editorial-partners section h2 {
  margin-top: 20px;
}
/* line 5, ../../app/assets/stylesheets/partials/editors/partners.scss */
body.editorial-partners .logo {
  background-color: white;
  width: 100px;
}
/* line 10, ../../app/assets/stylesheets/partials/editors/partners.scss */
body.editorial-partners a.create_partnership {
  float: right;
}
/* line 16, ../../app/assets/stylesheets/partials/editors/partners.scss */
body.editorial-partners form.formtastic.partner fieldset.inputs input {
  width: 60%;
}
/* line 19, ../../app/assets/stylesheets/partials/editors/partners.scss */
body.editorial-partners form.formtastic.partner li.commit {
  float: right;
  clear: none;
  width: auto;
}
/* line 28, ../../app/assets/stylesheets/partials/editors/partners.scss */
body.editorial-partners form.newform.formtastic > fieldset.inputs > ol > li#partner_type_input > fieldset.choices > legend.label > label {
  margin-bottom: 1em;
}
/* line 29, ../../app/assets/stylesheets/partials/editors/partners.scss */
body.editorial-partners form.newform.formtastic > fieldset.inputs > ol > li > fieldset.choices > ol.choices-group > li.choice {
  width: 18%;
}

/* line 35, ../../app/assets/stylesheets/partials/editors/partners.scss */
body.editorial-partners-edit form.button_to {
  margin-top: -19px;
  float: left;
}

/* line 4, ../../app/assets/stylesheets/partials/content/taken_down.scss */
.published-items-taken_down .article-list article {
  clear: both;
  overflow: hidden;
}
/* line 7, ../../app/assets/stylesheets/partials/content/taken_down.scss */
.published-items-taken_down .article-list article:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
/* line 11, ../../app/assets/stylesheets/partials/content/taken_down.scss */
.published-items-taken_down .article-list article a {
  display: block;
  text-shadow: 0 1px 0 white;
  -webkit-transition: background-color 0.2s ease-out;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
.published-items-taken_down .article-list article a:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 16, ../../app/assets/stylesheets/partials/content/taken_down.scss */
.published-items-taken_down .article-list article a h1 {
  width: 375px;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 10px;
  float: left;
  -webkit-transition: color 0.2s ease-in;
}
/* line 24, ../../app/assets/stylesheets/partials/content/taken_down.scss */
.published-items-taken_down .article-list article a .metrics {
  float: right;
  padding-top: 10px;
  color: #999;
}
/* line 28, ../../app/assets/stylesheets/partials/content/taken_down.scss */
.published-items-taken_down .article-list article a .metrics small {
  font-size: 0.9em;
}
/* line 31, ../../app/assets/stylesheets/partials/content/taken_down.scss */
.published-items-taken_down .article-list article a .metrics strong {
  text-align: right;
  font-size: 1.8em;
  display: block;
  color: #666;
}
/* line 38, ../../app/assets/stylesheets/partials/content/taken_down.scss */
.published-items-taken_down .article-list article a p {
  margin: 0;
  color: #A8A8A8;
}
/* line 41, ../../app/assets/stylesheets/partials/content/taken_down.scss */
.published-items-taken_down .article-list article a p strong {
  float: left;
  display: block;
  width: 120px;
}
/* line 47, ../../app/assets/stylesheets/partials/content/taken_down.scss */
.published-items-taken_down .article-list article a .last-activity {
  margin-bottom: 5px;
  float: left;
  clear: left;
}
/* line 52, ../../app/assets/stylesheets/partials/content/taken_down.scss */
.published-items-taken_down .article-list article a .last-modified {
  float: left;
  clear: left;
  padding: 0;
}
/* line 57, ../../app/assets/stylesheets/partials/content/taken_down.scss */
.published-items-taken_down .article-list article a small {
  display: block;
}
/* line 58, ../../app/assets/stylesheets/partials/content/taken_down.scss */
.published-items-taken_down .article-list article a:hover {
  -webkit-transition: background-color 0.1s ease-in;
  background-color: rgba(255, 255, 255, 0.5);
}
/* line 61, ../../app/assets/stylesheets/partials/content/taken_down.scss */
.published-items-taken_down .article-list article a:hover h1 {
  -webkit-transition: color 0.1s ease-in;
}

/* line 3, ../../app/assets/stylesheets/partials/article/finished.scss */
body.drafts-finished #outer {
  margin: 6em 0;
  padding-bottom: 0;
}
/* line 7, ../../app/assets/stylesheets/partials/article/finished.scss */
body.drafts-finished #outer article {
  padding-left: 16px;
  float: left;
  font-size: 120%;
}
/* line 12, ../../app/assets/stylesheets/partials/article/finished.scss */
body.drafts-finished #outer article h1 {
  font-size: 15px;
  line-height: 18px;
  padding-bottom: 8px;
  margin-bottom: 0;
}
/* line 21, ../../app/assets/stylesheets/partials/article/finished.scss */
body.drafts-finished #outer article section#actions .sectioning {
  border-top: 4px solid #e9e3bf;
  background-color: #f9f6e3;
  padding: 20px;
  margin-bottom: 20px;
}
/* line 28, ../../app/assets/stylesheets/partials/article/finished.scss */
body.drafts-finished #outer article section#actions .scheduling {
  border-top: 4px solid #cccccc;
  background-color: #f6f7fa;
  text-align: center;
  font-size: 12px;
  padding: 20px;
  margin-bottom: 20px;
}
/* line 36, ../../app/assets/stylesheets/partials/article/finished.scss */
body.drafts-finished #outer article section#actions .scheduling form.button_to {
  display: inline-block;
}
/* line 39, ../../app/assets/stylesheets/partials/article/finished.scss */
body.drafts-finished #outer article section#actions .scheduling form.button_to input.button {
  margin-top: 5px;
}
/* line 47, ../../app/assets/stylesheets/partials/article/finished.scss */
body.drafts-finished #outer aside {
  float: left;
  margin-left: 48px;
  border-left: #eee 1px solid;
}
/* line 52, ../../app/assets/stylesheets/partials/article/finished.scss */
body.drafts-finished #outer aside img {
  margin-left: 48px;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}

/* line 7, ../../app/assets/stylesheets/partials/research/edit.scss */
body.editorial-research-drafts #content_draft_title_input label {
  display: none;
}
/* line 8, ../../app/assets/stylesheets/partials/research/edit.scss */
body.editorial-research-drafts #content_draft_title_input textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  font-family: "MesloLGMDZBold", monospace;
  font-weight: bold;
  font-size: 22px;
}
/* line 19, ../../app/assets/stylesheets/partials/research/edit.scss */
body.editorial-research-drafts #content_draft_body_input label {
  display: none;
}
/* line 22, ../../app/assets/stylesheets/partials/research/edit.scss */
body.editorial-research-drafts #content_draft_body_input .markItUpHeader {
  background: #ddd;
}
/* line 25, ../../app/assets/stylesheets/partials/research/edit.scss */
body.editorial-research-drafts #content_draft_body_input .markItUpHeader li {
  width: auto;
}
/* line 28, ../../app/assets/stylesheets/partials/research/edit.scss */
body.editorial-research-drafts #content_draft_body_input .markItUpHeader li.markItUpSeparator {
  background: #bbb;
  width: 1px;
}
/* line 35, ../../app/assets/stylesheets/partials/research/edit.scss */
body.editorial-research-drafts #content_draft_body_input textarea {
  box-sizing: border-box;
  width: 100%;
  font-family: "MesloLGMDZRegular", monospace;
  font-size: 14px;
  line-height: 22px;
}
/* line 46, ../../app/assets/stylesheets/partials/research/edit.scss */
body.editorial-research-drafts #placed-image, body.editorial-research-drafts #pages, body.editorial-research-drafts #add-content-tags {
  margin-bottom: 2em;
}
/* line 51, ../../app/assets/stylesheets/partials/research/edit.scss */
body.editorial-research-drafts #placed-image .slot {
  margin-bottom: 1em;
}
/* line 54, ../../app/assets/stylesheets/partials/research/edit.scss */
body.editorial-research-drafts #placed-image .slot.empty {
  height: 240px;
  width: 240px;
  padding: 0;
}
/* line 60, ../../app/assets/stylesheets/partials/research/edit.scss */
body.editorial-research-drafts #placed-image .slot figcaption {
  display: none;
}
/* line 64, ../../app/assets/stylesheets/partials/research/edit.scss */
body.editorial-research-drafts #placed-image #remove-uploaded-image {
  display: none;
}
/* line 65, ../../app/assets/stylesheets/partials/research/edit.scss */
body.editorial-research-drafts #placed-image .qq-upload-list {
  display: none;
}
/* line 66, ../../app/assets/stylesheets/partials/research/edit.scss */
body.editorial-research-drafts #placed-image .qq-upload-button {
  display: none;
}
/* line 70, ../../app/assets/stylesheets/partials/research/edit.scss */
body.editorial-research-drafts #pages ul {
  list-style-type: none;
}
/* line 71, ../../app/assets/stylesheets/partials/research/edit.scss */
body.editorial-research-drafts #pages label {
  font-weight: normal;
  float: none;
}
/* line 81, ../../app/assets/stylesheets/partials/research/edit.scss */
body.editorial-research-drafts .formtastic fieldset.actions {
  margin-top: 1em;
  text-align: right;
}
/* line 85, ../../app/assets/stylesheets/partials/research/edit.scss */
body.editorial-research-drafts .formtastic fieldset.actions ol {
  display: inline-block;
}
/* line 90, ../../app/assets/stylesheets/partials/research/edit.scss */
body.editorial-research-drafts .formtastic .link_action a {
  display: inline-block;
  padding: 3px 12px;
}

/* line 4, ../../app/assets/stylesheets/partials/topics/form.scss */
body.topics .simple-form > div input[type='checkbox'], body.topics .simple-form > div label {
  float: none;
}
/* line 9, ../../app/assets/stylesheets/partials/topics/form.scss */
body.topics #search-template {
  display: none;
}

/* line 2, ../../app/assets/stylesheets/partials/jobs/index.scss */
body.jobs-index table {
  margin-bottom: 20px;
}
/* line 4, ../../app/assets/stylesheets/partials/jobs/index.scss */
body.jobs-index td, body.jobs-index th {
  padding: 4px 10px 4px 0;
}
/* line 5, ../../app/assets/stylesheets/partials/jobs/index.scss */
body.jobs-index th {
  font-weight: bold;
  vertical-align: top;
}
/* line 6, ../../app/assets/stylesheets/partials/jobs/index.scss */
body.jobs-index .integer {
  text-align: center;
}

/* line 3, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns nav {
  margin-bottom: 20px;
}
/* line 7, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.create {
  opacity: 0.3;
}
/* line 10, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.create header {
  margin-bottom: 24px;
  height: 24px;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
body.campaigns section.create header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 16, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.create form.search {
  position: relative;
}
/* line 18, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.create form.search a {
  position: absolute;
  left: 100%;
  margin-left: 10px;
  line-height: 30px;
  display: none;
}
/* line 27, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.create ol {
  list-style: none;
}
/* line 29, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.create ol.search {
  position: absolute;
}
/* line 31, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.create ol.search li:hover {
  cursor: inherit;
}
/* line 38, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.create li {
  position: relative;
  padding: 6px 5px 6px 10px;
  margin-bottom: 12px;
}
/* line 43, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.create li:hover {
  cursor: move;
}
/* line 47, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.create li.blue {
  background-color: #ECF9FE;
  border: 1px solid #00aaff;
}
/* line 52, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.create li.yellow {
  border: 1px solid #ffcc66;
  background-color: #ffffcc;
}
/* line 57, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.create li span.title {
  font-family: "Hoefler Text", "Baskerville old face", Garamond, "Times New Roman", serif;
  font-size: 16px;
  line-height: 22px;
}
/* line 63, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.create li a {
  color: black;
}
/* line 65, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.create li a:hover {
  color: #005A88;
}
/* line 70, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.create li a.add, body.campaigns section.create li a.trash {
  position: absolute;
  width: 1em;
  height: 1em;
  left: 100%;
  top: 50%;
  margin-left: 0.5em;
  margin-top: -0.5em;
}
/* line 80, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.create li a.add, body.campaigns section.create li a.trash {
  font-size: 120%;
  color: #D6D6D6;
}
/* line 83, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.create li a.add:hover, body.campaigns section.create li a.trash:hover {
  color: #999999;
}
/* line 86, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.create li a.add:active, body.campaigns section.create li a.trash:active {
  color: #000000;
}
/* line 92, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.create p.strike {
  text-decoration: line-through;
  color: gray;
}
/* line 96, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.create mark {
  background-color: #F8FEA8;
}
/* line 100, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.create input:focus {
  background-color: #F7F7F7;
}
/* line 107, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.history header {
  margin-bottom: 24px;
  height: 24px;
}
/* line 113, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.history table a {
  white-space: nowrap;
}
/* line 117, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.history aside.progress {
  position: relative;
  background-color: #777;
  border-radius: 10px;
  color: white;
  text-align: center;
}
/* line 125, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.history aside.progress h3 {
  color: #AAA;
  text-shadow: none;
  font-size: 1.2em;
}
/* line 131, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.history aside.progress p {
  margin-bottom: 6px;
  padding-right: 0;
}
/* line 136, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.history aside.progress a.button {
  box-shadow: 0px 0px 0px #7F7F7F inset;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
body.campaigns section.history aside.progress div.container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 142, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.history aside.progress div.container > div, body.campaigns section.history aside.progress div.container p {
  width: 33%;
  float: left;
}
/* line 147, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.history aside.progress div.container > p {
  margin-top: 12px;
}
/* line 152, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.history aside.progress .domokun {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 35px;
  background-color: white;
  border: 5px solid #D0AB47;
  margin-bottom: 6px;
  position: relative;
}
/* line 163, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.history aside.progress .ticker {
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 40px;
  background-color: transparent;
  left: -10px;
  top: -10px;
  border: 5px solid transparent;
  border-left: 5px solid silver;
}
/* line 173, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
body.campaigns section.history aside.progress .ticker.spinning {
  -webkit-animation-name: spinning;
  -moz-animation-name: spinning;
  animation-name: spinning;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes spinning {
  /* line 184, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 187, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spinning {
  /* line 184, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
  from {
    -moz-transform: rotate(0deg);
  }

  /* line 187, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes spinning {
  /* line 184, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
  from {
    -o-transform: rotate(0deg);
  }

  /* line 187, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
  to {
    -o-transform: rotate(360deg);
  }
}

@keyframes spinning {
  /* line 184, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
  from {
    transform: rotate(0deg);
  }

  /* line 187, ../../app/assets/stylesheets/partials/campaigns/campaigns.scss */
  to {
    transform: rotate(360deg);
  }
}

/* line 2, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships nav.tabbed {
  margin-bottom: 20px;
}
/* line 7, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships .sidebar header {
  margin-bottom: 18px;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
body.newsletter_sponsorships .sidebar header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 13, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships .sidebar .sponsorship img {
  border: 1px solid #ddd;
  display: block;
  max-width: 100%;
}
/* line 19, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships .sidebar .sponsorship h3 {
  margin-top: 10px;
}
/* line 24, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships .sidebar .sponsorship dl dd {
  float: right;
}
/* line 29, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships .sidebar .sponsorship a.button {
  clear: both;
  float: left;
  margin-top: 15px;
}
/* line 34, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships .sidebar .sponsorship a.button + .button {
  clear: none;
  margin-left: 4px;
}
/* line 41, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships .sidebar .sponsorship.default img {
  float: left;
}
/* line 45, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships .sidebar .sponsorship.default a.button {
  clear: none;
  float: left;
}
/* line 52, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships .sidebar hr {
  margin-top: 18px;
}
/* line 58, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships .history header {
  margin-bottom: 18px;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
body.newsletter_sponsorships .history header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 65, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships .history table a {
  white-space: nowrap;
}
/* line 68, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships .history table img {
  border: 1px solid #ddd;
  max-width: 100px;
}
/* line 73, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships .history table + header {
  margin-top: 40px;
}
/* line 78, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships .history table tr th {
  text-align: left;
}
/* line 81, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships .history table tr th:first-child {
  text-align: center;
}
/* line 85, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships .history table tr td {
  text-align: left;
  vertical-align: top;
}
/* line 89, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships .history table tr td:first-child {
  text-align: center;
}
/* line 92, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships .history table tr td.date, body.newsletter_sponsorships .history table tr td.actions {
  white-space: nowrap;
}
/* line 99, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships .history p + header {
  margin-top: 40px;
}
/* line 106, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships #newsletter-sponsorship-form .thumbnail {
  border: 1px solid #ddd;
  margin-left: 25%;
  width: 100px;
}
/* line 113, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships #newsletter-sponsorship-form .input label {
  width: 25% !important;
}
/* line 116, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships #newsletter-sponsorship-form .input label abbr {
  color: inherit !important;
}
/* line 124, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships #newsletter-sponsorship-form li.error .inline-errors {
  background: rgba(255, 0, 0, 0.05);
  border: 1px solid red;
  clear: both;
  display: block;
  float: left;
  margin: 5px 0 0 25%;
  padding: 5px 10px;
  width: 72%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 138, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships #newsletter-sponsorship-form li.error .inline-errors + .inline-hints {
  margin-top: 10px;
}
/* line 143, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships #newsletter-sponsorship-form li.error input + .inline-errors {
  margin-top: 10px;
}
/* line 148, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships #newsletter-sponsorship-form li .inline-hints {
  float: left;
  margin-left: 25%;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
body.newsletter_sponsorships #newsletter-sponsorship-form li .inline-hints:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 156, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships #newsletter-sponsorship-form .fragments-group {
  padding-left: 25% !important;
}
/* line 161, ../../app/assets/stylesheets/partials/newsletter_sponsorships/newsletter_sponsorships.scss */
body.newsletter_sponsorships #newsletter-sponsorship-form footer .button {
  margin: 0;
}

/* line 3, ../../app/assets/stylesheets/partials/tagging.scss */
#add-content-tags label {
  display: none;
}
/* line 4, ../../app/assets/stylesheets/partials/tagging.scss */
#add-content-tags input#content-tags {
  float: left;
  width: 250px;
}
/* line 8, ../../app/assets/stylesheets/partials/tagging.scss */
#add-content-tags input#add-tag {
  float: right;
}
/* line 11, ../../app/assets/stylesheets/partials/tagging.scss */
#add-content-tags .tags-wrapper {
  margin-bottom: 12px;
}
/* line 2, ../../app/assets/stylesheets/mixins/utils.scss */
#add-content-tags .tags-wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}
/* line 15, ../../app/assets/stylesheets/partials/tagging.scss */
#add-content-tags #created-tags {
  clear: both;
  padding-top: 12px;
  border-top: 1px dotted #ccc;
}
/* line 19, ../../app/assets/stylesheets/partials/tagging.scss */
#add-content-tags #created-tags li {
  list-style-type: none;
  width: auto;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 16px;
  padding: 1px 8px;
  font-size: 11px;
  border-radius: 10px;
  color: #927E32;
  border: 1px solid #F5ECA2;
  box-shadow: 0 1px 0 #DDD591;
  border: 1px solid #AA9239;
  background-image: -webkit-linear-gradient( #f6f1c5, #eee48a);
  background-image: linear-gradient( #f6f1c5, #eee48a);
  -webkit-background-clip: padding-box;
  box-shadow: white 0px 1px 0px 0px inset;
}
/* line 36, ../../app/assets/stylesheets/partials/tagging.scss */
#add-content-tags #created-tags li a {
  color: #927E32;
}

/* line 3, ../../app/assets/stylesheets/partials/editors/newsletters.scss */
body.editorial-newsletters table.newsletters td.actions, body.editorial-newsletters table.newsletters th.actions {
  width: 180px;
}
/* line 5, ../../app/assets/stylesheets/partials/editors/newsletters.scss */
body.editorial-newsletters table.newsletters td.actions a.hidden, body.editorial-newsletters table.newsletters th.actions a.hidden {
  display: none;
}
/* line 10, ../../app/assets/stylesheets/partials/editors/newsletters.scss */
body.editorial-newsletters table.newsletters td.date, body.editorial-newsletters table.newsletters th.date {
  width: 100px;
}

/* line 4, ../../app/assets/stylesheets/partials/timepicker_overrides.css.scss */
.ui-timepicker-div dl dt {
  float: none;
  font-weight: normal;
  clear: none;
}
/* line 9, ../../app/assets/stylesheets/partials/timepicker_overrides.css.scss */
.ui-timepicker-div dl dd {
  float: none;
}
