@import '//assets.zendesk.com/external/zenbox/v2.6/zenbox.css';
#change-url-modal {
  text-align: center;
}
#change-url-modal h1 {
  margin: 30px;
}
#change-url-modal .url {
  width: 520px;
  margin: auto;
}
#change-url-modal .url .prefix {
  display: inline-block;
  padding: 10px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  background-color: #bbb;
  color: #fff;
  font-family: "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
#change-url-modal .url input {
  width: 200px;
  padding: 9px 0 9px 9px;
  border: 1px solid #d2d4d6;
  border-left: none;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  color: #939393;
  font-family: "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
#change-url-modal .options div {
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  padding: 0 14px;
  margin: 20px 8px 40px 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
#change-url-modal .options .save {
  background-color: #3a98d9;
  color: #fff;
}
#change-url-modal .options .cancel {
  background-color: #d8eaf7;
  color: #3a98d9;
}
#delete-modal h1,
#unpublish-modal h1 {
  padding: 30px;
  margin: auto;
}
#delete-modal p,
#unpublish-modal p,
#delete-modal > div,
#unpublish-modal > div {
  padding: 0 30px;
  margin: 1em 0;
}
#delete-modal input,
#unpublish-modal input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  padding: 4px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#delete-modal .options,
#unpublish-modal .options {
  text-align: center;
}
#delete-modal .options div,
#unpublish-modal .options div {
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  padding: 0 14px;
  margin: 0 8px 40px 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
#delete-modal .options .delete,
#unpublish-modal .options .delete,
#delete-modal .options .unpublish,
#unpublish-modal .options .unpublish {
  background-color: #dd4b39;
  color: #fff;
}
#delete-modal .options .delete[disabled],
#unpublish-modal .options .delete[disabled],
#delete-modal .options .unpublish[disabled],
#unpublish-modal .options .unpublish[disabled] {
  cursor: default;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
}
#delete-modal .options .cancel,
#unpublish-modal .options .cancel {
  background-color: #d8eaf7;
  color: #3a98d9;
}
#embed-modal {
  text-align: center;
  top: 3%;
}
#embed-modal .hidden {
  display: none;
}
#embed-modal .star {
  display: inline-block;
  position: relative;
  top: 4px;
  margin-left: 6px;
  width: 18px;
  height: 18px;
  background-image: url("//storify.com/public/img/vip_star_18.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #embed-modal .star {
    background-image: url("//storify.com/public/img/vip_star_18@2x.png");
    -webkit-background-size: 18px 18px;
    -moz-background-size: 18px 18px;
    background-size: 18px 18px;
  }
}
#embed-modal h1 {
  margin: 28px 0 22px 0;
}
#embed-modal .show-templates,
#embed-modal .hide-templates {
  margin-bottom: 10px;
  font-family: 'Museo Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #919398;
}
#embed-modal .show-templates span,
#embed-modal .hide-templates span {
  cursor: pointer;
}
#embed-modal .show-templates .arrow,
#embed-modal .hide-templates .arrow {
  font-size: 6px;
  margin-left: 6px;
}
#embed-modal .templates {
  text-align: center;
  background-color: #2a313c;
  border-top: 1px solid rgba(255,255,255,0.05);
}
#embed-modal .templates .template {
  display: inline-block;
  width: 120px;
  margin: 34px 0 13px 0;
  cursor: pointer;
}
#embed-modal .templates .template .icon {
  margin-bottom: 15px;
}
#embed-modal .templates .template .icon:before {
  font-size: 32px;
  padding: 14px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #5e6873;
  color: #fff;
}
#embed-modal .templates .template span {
  display: inline-block;
  padding: 0 7px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  font-size: 12px;
  line-height: 22px;
  color: #8e9599;
}
#embed-modal .templates .template.select .icon:before {
  background-color: #3a98d9;
}
#embed-modal .templates .template.select span {
  background-color: #3a98d9;
  color: #fff;
}
#embed-modal .header-options >div {
  display: inline-block;
  width: 140px;
  margin: 25px 0 20px 0;
  border: 1px solid #d2d4d6;
  font-size: 14px;
  line-height: 36px;
  color: #919398;
  cursor: pointer;
}
#embed-modal .header-options >div.select {
  border: 1px solid #3a98d9;
  background-color: #3a98d9;
  color: #fff;
}
#embed-modal .header-options >div:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#embed-modal .header-options .full {
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#embed-modal .header-options .mini,
#embed-modal .header-options .less {
  border-left: none;
}
#embed-modal .header-options .mini.select,
#embed-modal .header-options .less.select {
  border-left: none;
}
#embed-modal .other-options label {
  display: inline-block;
  margin-left: 30px;
  font-size: 14px;
}
#embed-modal .other-options label input {
  margin-right: 10px;
}
#embed-modal .line {
  margin: 30px 0 20px 0;
  border-top: 1px solid #e3e4e5;
}
#embed-modal textarea {
  width: 505px;
  height: 90px;
  margin: 15px 0 30px 0;
  border: 1px solid #d2d4d6;
  font-family: "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #939393;
  resize: none;
}
#export-modal h1 {
  margin: 30px;
}
#export-modal .formats {
  text-align: center;
}
#export-modal .formats >div {
  display: inline-block;
  width: 60px;
  margin: 30px 30px 40px 30px;
  cursor: pointer;
}
#export-modal .formats >div:before {
  font-size: 60px;
}
#export-modal .formats >div span {
  display: inline-block;
  font-size: 12px;
  color: #8e9599;
}
#export-modal .formats >div.disabled {
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  cursor: default;
}
#export-modal .formats .storifycon-export-pdf {
  color: #e11e25;
}
#export-modal .formats .storifycon-export-html {
  color: #f06330;
}
#export-modal .formats .storifycon-export-xml {
  color: #1ab54e;
}
#export-modal .formats .storifycon-export-json {
  color: #0f98ec;
}
#page-overlay,
.modal {
  display: none;
}
#page-overlay {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(42,49,60,0.7);
}
.modal {
  position: fixed;
  z-index: 1002;
  top: 10%;
  left: 50%;
  width: 600px;
  margin-left: -300px;
  background-color: #fff;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
.modal h1,
.modal h3,
.modal h4 {
  color: #8e9498;
  text-align: center;
  margin: 0;
}
.modal h1 {
  font-family: 'Museo Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 48px;
}
.modal h3 {
  font-family: 'Museo Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.modal h4 {
  font-family: 'Museo Sans Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
}
.modal .storifycon-x {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  color: #acaeb3;
  cursor: pointer;
}
#notify-modal {
  width: 660px;
  margin-left: -330px;
  text-align: center;
}
#notify-modal h1 {
  margin: 30px;
}
#notify-modal .chars {
  width: 550px;
  margin: auto;
  text-align: right;
  padding-top: 10px;
}
#notify-modal .chars span {
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  color: #8e9498;
}
#notify-modal .chars span.over-limit {
  color: #f00;
}
#notify-modal textarea {
  width: 550px;
  border: 1px solid #d2d4d6;
  font-family: "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #939393;
  resize: none;
}
#notify-modal .people {
  width: 310px;
  margin: auto;
  text-align: left;
}
#notify-modal .people .person {
  position: relative;
  display: inline-block;
}
#notify-modal .people .person:before {
  position: absolute;
  bottom: 13px;
  right: 9px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  color: #1ab54e;
}
#notify-modal .people .person img {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 7px;
  cursor: pointer;
}
#notify-modal .storifycon-source-twitter {
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  padding: 0 14px;
  margin: 20px 0 40px 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #3a98d9;
  color: #fff;
  cursor: pointer;
}
#notify-modal .storifycon-source-twitter:before {
  position: relative;
  top: 2px;
  margin-right: 6px;
}
#related-stories {
  display: none;
  overflow: hidden;
  margin-bottom: 40px;
  border-top: 1px solid #eaeaeb;
  border-top: 1px solid rgba(47,52,64,0.1);
}
#related-stories .content {
  max-width: 978px;
  margin: 0 auto;
}
#related-stories .content h2 {
  margin: 40px 0;
  color: #5c6c84;
  font-size: 32px;
  font-weight: normal;
}
#related-stories .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#related-stories .content ul li {
  width: 306px;
  float: left;
  margin-right: 30px;
}
#related-stories .content ul li:last-child {
  margin-right: 0;
}
#related-stories .content ul li a {
  text-decoration: none;
  color: #3a98d9;
}
#related-stories .content ul li a:hover {
  color: #3181b8;
}
#related-stories .content ul li a .thumbnail {
  width: 306px;
  height: 220px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  margin-bottom: 25px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#related-stories .content ul li a .title {
  font-size: 22px;
  line-height: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1038px) {
  #related-stories {
    text-align: center;
  }
  #related-stories .content ul {
    width: 672px;
  }
  #related-stories .content ul li {
    margin: 0 15px;
  }
  #related-stories .content ul li:last-child {
    display: none;
  }
}
@media screen and (max-width: 702px) {
  #related-stories {
    margin-bottom: 0;
  }
  #related-stories .content h2 {
    font-size: 24px;
  }
  #related-stories .content ul {
    width: auto;
  }
  #related-stories .content ul li {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  #related-stories .content ul li:last-child {
    display: list-item;
    margin-right: auto;
  }
  #related-stories .content ul li a .thumbnail {
    margin-bottom: 10px;
  }
  #related-stories .content ul li a .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
#share-element-modal h1 {
  margin: 30px;
}
#share-element-modal .services {
  margin: 0 60px;
}
#share-element-modal .services div {
  display: inline-block;
  width: 60px;
  margin: 0 30px 40px 30px;
  text-align: center;
  cursor: pointer;
}
#share-element-modal .services div:before {
  font-size: 60px;
}
#share-element-modal .services div span {
  display: inline-block;
  font-size: 12px;
  color: #8e9599;
}
#share-element-modal .services .storifycon-logo:before,
#share-element-modal .services .storifycon-source-pinterest:before,
#share-element-modal .services .storifycon-source-email:before {
  position: relative;
  top: -9px;
  font-size: 42px;
  padding: 9px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
}
#share-element-modal .services .storifycon-logo:before {
  background-color: #3a98d9;
}
#share-element-modal .services .storifycon-source-twitter2:before {
  color: #55acee;
}
#share-element-modal .services .storifycon-source-facebook {
  color: #3b5998;
}
#share-element-modal .services .storifycon-source-google-plus {
  color: #dd4b39;
}
#share-element-modal .services .storifycon-source-pinterest:before {
  background-color: #c8232c;
}
#share-element-modal .services .storifycon-source-linkedin:before {
  color: #0e76a8;
}
#share-element-modal .services .storifycon-source-email:before {
  background-color: #e8823f;
}
#share-story-modal h1 {
  margin: 30px;
}
#share-story-modal .services {
  text-align: center;
}
#share-story-modal .services >div {
  display: inline-block;
  width: 60px;
  margin: 0 30px 40px 30px;
  cursor: pointer;
}
#share-story-modal .services >div:before {
  font-size: 60px;
}
#share-story-modal .services >div span {
  display: inline-block;
  font-size: 12px;
  color: #8e9599;
}
#share-story-modal .services .storifycon-source-twitter:before {
  position: relative;
  top: -10px;
  font-size: 40px;
  padding: 10px;
  background-color: #55acee;
  color: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
#share-story-modal .services .storifycon-source-facebook {
  color: #385185;
}
#share-story-modal .services .storifycon-source-google-plus {
  color: #dd4b39;
}
#toolbar {
  position: absolute;
  top: 20px;
  width: 100%;
}
#toolbar .content {
  margin: 0 30px;
}
#toolbar .content .left {
  float: left;
}
#toolbar .content .right {
  position: relative;
  float: right;
}
#toolbar .content .right >div,
#toolbar .content .right >a {
  margin-left: 14px;
}
#toolbar .content .right .storifycon-more {
  position: relative;
}
#toolbar .content .right .storifycon-more:before {
  margin-right: 0;
}
#toolbar .content .right .storifycon-templates.select {
  background-color: #2a313c;
}
#toolbar .content .right .options {
  z-index: 1;
  width: 200px;
  position: absolute;
  top: 50px;
  left: -64px;
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
  -o-transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
  -ms-transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
  transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
}
#toolbar .content .right .options.visible {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#toolbar .content .right .options div:not(:first-child) {
  padding: 10px 0 10px 14px;
  line-height: 15px;
  font-family: 'Museo Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #8e9498;
  cursor: pointer;
}
#toolbar .content .right .options div:not(:first-child):hover {
  background-color: #3a98d9;
  color: #fff;
}
#toolbar .content .right .options div:not(:first-child):before {
  position: relative;
  top: 3px;
  font-size: 16px;
  margin-right: 14px;
}
#toolbar .content .right .options .storifycon-share {
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
#toolbar .content .right .options .storifycon-delete {
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
#toolbar .content .right .options .triangle {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -16px;
  left: 92px;
  overflow: hidden;
}
#toolbar .content .right .options .triangle:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.5);
}
#toolbar .content .right .templates {
  z-index: 1;
  position: absolute;
  top: 50px;
  right: 0;
  margin: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 36px;
  text-align: center;
  background-color: #2a313c;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
  -o-transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
  -ms-transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
  transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
}
#toolbar .content .right .templates.visible {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#toolbar .content .right .templates .triangle {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -16px;
  left: 82px;
  overflow: hidden;
}
#toolbar .content .right .templates .triangle:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #2a313c;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#toolbar .content .right .templates .template {
  display: inline-block;
  width: 120px;
  margin: 16px 0 13px 0;
  cursor: pointer;
}
#toolbar .content .right .templates .template .icon {
  margin-top: 18px;
}
#toolbar .content .right .templates .template .icon:before {
  font-size: 32px;
  padding: 14px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #5e6873;
  color: #fff;
}
#toolbar .content .right .templates .template span {
  display: inline-block;
  padding: 0 7px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  font-size: 12px;
  line-height: 22px;
  color: #8e9599;
}
#toolbar .content .right .templates .template.select .icon:before {
  background-color: #3a98d9;
}
#toolbar .content .right .templates .template.select span {
  background-color: #3a98d9;
  color: #fff;
}
#toolbar .content .right .templates .actions .save,
#toolbar .content .right .templates .actions .cancel {
  margin: 0 10px 20px 10px;
}
#toolbar .content .right .templates .actions .cancel {
  background-color: #5e6873;
  color: #afb4b9;
}
@media screen and (max-width: 768px) {
  #toolbar {
    display: none;
  }
}
.btn {
  display: inline-block;
  padding: 0 14px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: 'Museo Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.btn:before {
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.btn-large {
  padding: 0 20px;
  font-size: 22px;
  line-height: 54px;
}
.btn-default {
  background-color: #9faabc;
  background-color: rgba(42,49,60,0.4);
}
.btn-default:hover {
  background-color: #6f809a;
  background-color: rgba(42,49,60,0.6);
}
.btn-blue {
  background-color: #3a98d9;
}
.btn-blue:hover {
  background-color: #388dc8;
}
.btn-green {
  background-color: #1dc354;
}
.btn-green:hover {
  background-color: #1eb451;
}
.btn-red {
  background-color: #dd4b39;
}
.btn-sky-blue {
  background-color: #c4e0f3;
  color: #3a98d9;
}
.btn-sky-blue:hover {
  background-color: #a8d1ed;
}
.btn-sky-blue-hollow {
  line-height: 50px;
  border: 2px solid #c4e0f3;
  color: #c4e0f3;
}
.btn-sky-blue-hollow:hover {
  border: 2px solid #a8d1ed;
  color: #a8d1ed;
}
.badge {
  display: inline-block;
  padding: 0 14px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: 'Museo Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  text-align: center;
}
.badge:before {
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.badge-small {
  padding: 0 7px;
  font-size: 14px;
  line-height: 28px;
}
.badge-icon-only:before {
  margin-right: 0;
}
.badge-group .badge {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.badge-group .badge:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.badge-group .badge:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.badge-default {
  background-color: #9faabc;
  background-color: rgba(42,49,60,0.4);
}
.badge-green {
  background-color: #1dc354;
}
.badge-red {
  background-color: #dd4b39;
}
.badge-turquoise {
  background-color: #26bfe8;
}
#header {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 56px;
  background-color: #3a98d9;
  -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.25);
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.25);
}
#header >a {
  float: left;
  text-decoration: none;
}
#header .logo {
  margin: 14px 0 0 30px;
  font-size: 28px;
  color: #fff;
}
#header .my-stories,
#header .browse {
  margin: 18px 0 0 30px;
  font-size: 18px;
  color: #fff;
}
#header .full,
#header .mobile,
#header form {
  float: right;
  margin-top: 10px;
}
#header .full .create {
  margin-left: 20px;
  font-size: 18px;
}
#header .full .remote-user {
  float: right;
  margin: 0 20px;
  padding-right: 10px;
  cursor: pointer;
  color: #85888f;
  text-decoration: none;
}
#header .full .remote-user:hover {
  color: #5e6873;
}
#header .full .remote-user .avatar {
  display: inline;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#header .full .remote-user .arrow {
  position: relative;
  left: 6px;
  bottom: 14px;
  font-size: 6px;
  color: #1f5889;
}
#header .full .options {
  z-index: 1;
  width: 180px;
  position: absolute;
  top: 60px;
  right: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
  -o-transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
  -ms-transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
  transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
}
#header .full .options.visible {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#header .full .options .triangle {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -16px;
  right: 25px;
  overflow: hidden;
}
#header .full .options .triangle:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.5);
}
#header .full .options a {
  display: block;
  padding: 10px 0 10px 14px;
  font-family: 'Museo Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #8e9498;
}
#header .full .options a:first-of-type {
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
#header .full .options a:last-of-type {
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
#header .full .options a.logout {
  color: #dd4b39;
}
#header .full .options a:hover {
  background-color: #3a98d9;
  color: #fff;
}
#header .full a {
  text-decoration: none;
}
#header .full .login {
  margin-left: 20px;
}
#header .full .signup {
  margin: 0 30px 0 14px;
}
#header .mobile {
  display: none;
}
#header .mobile span {
  display: inline-block;
  margin: 7px 17px;
  font-size: 22px;
  color: #b0d5ef;
  cursor: pointer;
}
#header .mobile span.storifycon-x {
  display: none;
  position: relative;
  z-index: 1;
}
#header .mobile span.storifycon-x.visible {
  display: inline-block;
}
#header form {
  position: relative;
  font-size: 18px;
}
#header form input {
  width: 225px;
  height: 18px;
  border: none;
  padding: 9px 36px 9px 14px;
  font-family: 'Museo Sans Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #5c6c84;
}
#header form input::-webkit-input-placeholder {
  color: #b5b7bb;
}
#header form input:-moz-placeholder {
  color: #b5b7bb;
}
#header form input::-moz-placeholder {
  color: #b5b7bb;
}
#header form input:-ms-input-placeholder {
  color: #b5b7bb;
}
#header form span {
  position: absolute;
  top: 9px;
  right: 10px;
  color: #3a98d9;
  cursor: pointer;
}
@media screen and (max-width: 815px) {
  #header .logo {
    margin-left: 20px;
  }
  #header .my-stories,
  #header .browse {
    display: none;
  }
  #header .full {
    display: none;
  }
  #header .mobile {
    display: block;
  }
  #header form {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 56px 0 10px;
  }
  #header form.visible {
    display: block;
  }
  #header form input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 36px;
  }
  #header form span {
    right: 66px;
  }
}
#footer {
  border-top: 1px solid #eaeaeb;
  border-top: 1px solid rgba(47,52,64,0.1);
  background-color: #fff;
  font-size: 12px;
}
#footer .content {
  max-width: 978px;
  margin: 0 auto;
  padding: 21px 20px;
}
#footer .content a {
  color: #acaeb3;
  text-decoration: none;
  margin: 0px 10px;
}
#footer .content a:hover {
  color: #3a98d9;
}
#footer .content .copyright {
  float: right;
  color: #9c9ea4;
}
#footer .content .abuse:hover {
  color: #dd4b39;
}
#footer .content .help {
  margin-right: 10px;
  padding: 5px 8px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #3a98d9;
  color: #fff;
  cursor: pointer;
}
#footer .content .help:hover {
  background-color: #388dc8;
}
@media screen and (max-width: 815px) {
  #footer .content {
    padding: 10px 0;
    text-align: center;
  }
  #footer .content .help,
  #footer .content .abuse,
  #footer .content .enterprise,
  #footer .content .tour,
  #footer .content .about,
  #footer .content .blog,
  #footer .content .jobs,
  #footer .content .tools,
  #footer .content .api {
    display: none;
  }
  #footer .content .copyright {
    float: none;
    margin: 0 10px;
  }
}
#mobile-menu {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 56px;
  font-size: 18px;
  line-height: 48px;
  background-color: #26699f;
  color: #fff;
}
#mobile-menu .top {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #467fad;
}
#mobile-menu .top .avatar {
  float: left;
  position: relative;
  top: 8px;
  width: 32px;
  height: 32px;
  margin: 0 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#mobile-menu .top .button-container {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-right: 20px;
}
#mobile-menu .top .button-container:first-child {
  padding-left: 20px;
}
#mobile-menu .top .button-container a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-decoration: none;
}
#mobile-menu .stories {
  padding-top: 10px;
}
#mobile-menu .stories,
#mobile-menu .account,
#mobile-menu .information,
#mobile-menu .support {
  padding-bottom: 10px;
}
#mobile-menu .stories div:first-child,
#mobile-menu .account div:first-child,
#mobile-menu .information div:first-child,
#mobile-menu .support div:first-child {
  padding-left: 20px;
  background-color: #1f5889;
  color: #8fabc4;
  font-size: 12px;
  line-height: 28px;
}
#mobile-menu .stories a,
#mobile-menu .account a,
#mobile-menu .information a,
#mobile-menu .support a,
#mobile-menu .stories .help,
#mobile-menu .account .help,
#mobile-menu .information .help,
#mobile-menu .support .help {
  display: block;
  padding-left: 20px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#mobile-menu-overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.grid {
  zoom: 1;
  padding: 30px 0 0;
  margin: 0 auto -30px;
  max-width: 960px;
  min-height: 214px;
  overflow: hidden;
}
.grid:before,
.grid:after {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}
.box {
  width: 300px;
  float: left;
  margin-bottom: 30px;
}
.box.element {
  background: #fff;
  -webkit-box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.2);
  box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.2);
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
}
.box.element .inner {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.box.element .inner .face {
  position: absolute;
  background: #fff;
  width: 300px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.box.element .inner .face:hover > .flip {
  display: block;
}
.box.element .inner .front {
  z-index: 10;
}
.box.element .inner .front .repost {
  display: block;
  width: 50px;
  height: 50px;
  background: url("//storify.com/public/img/add-grid.png");
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}
.box.element .inner .front > .share_box {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 300px;
  height: 0;
  border-top: 0;
  -webkit-transition: 0.2s height;
  -moz-transition: 0.2s height;
  -o-transition: 0.2s height;
  -ms-transition: 0.2s height;
  transition: 0.2s height;
}
.box.element .inner .front > .flip {
  display: none;
  position: absolute;
  top: 0;
  right: 1px;
  width: 42px;
  height: 42px;
  background: url("//storify.com/public/img/flip-front.png") 1px 0px;
  text-indent: -9999px;
  -webkit-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.box.element .inner .front > .content {
  display: block;
  border-top: 0;
  border-bottom: 0;
}
.box.element .inner .front > .info {
  position: relative;
  background: #fff;
  border-top: 0;
  -webkit-transition: 0.2s margin-top;
  -moz-transition: 0.2s margin-top;
  -o-transition: 0.2s margin-top;
  -ms-transition: 0.2s margin-top;
  transition: 0.2s margin-top;
}
.box.element .inner .front > .info .description {
  padding: 10px 10px 0;
  font-size: 13px;
  line-height: 18px;
  color: #333;
  overflow: hidden;
}
.box.element .inner .front > .info .description a {
  color: #256bbe;
}
.box.element .inner .front > .info .top-story-comment {
  border-top: 1px solid #000;
}
.box.element .inner .front > .info .top-story-comment > .comment,
.box.element .inner .front > .info .top-story-comment .top-story {
  position: relative;
}
.box.element .inner .front > .info .top-story-comment > .comment .more,
.box.element .inner .front > .info .top-story-comment .top-story .more {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 31px;
  height: 31px;
  background: url("//storify.com/public/img/more.png");
  text-indent: -9999px;
}
.box.element .inner .front > .info .top-story-comment > .comment:hover .more,
.box.element .inner .front > .info .top-story-comment .top-story:hover .more {
  display: block;
}
.box.element .inner .front > .info .top-story-comment .top-story {
  min-height: 40px;
  overflow: hidden;
}
.box.element .inner .front > .info .top-story-comment .top-story .info .meta {
  margin-bottom: 0;
}
.box.element .inner .front > .info .stats-actions-meta {
  position: relative;
}
.box.element .inner .front > .info .stats-actions-meta > .meta {
  zoom: 1;
  padding: 0 10px 8px;
  min-height: 16px;
  font-size: 10px;
  text-transform: uppercase;
  color: #999;
  overflow: hidden;
  position: relative;
}
.box.element .inner .front > .info .stats-actions-meta > .meta:before,
.box.element .inner .front > .info .stats-actions-meta > .meta:after {
  content: "";
  display: table;
}
.box.element .inner .front > .info .stats-actions-meta > .meta:after {
  clear: both;
}
.box.element .inner .front > .info .stats-actions-meta > .meta .timestamp,
.box.element .inner .front > .info .stats-actions-meta > .meta .permalink,
.box.element .inner .front > .info .stats-actions-meta > .meta .author,
.box.element .inner .front > .info .stats-actions-meta > .meta .dot {
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  float: left;
}
.box.element .inner .front > .info .stats-actions-meta > .meta .timestamp,
.box.element .inner .front > .info .stats-actions-meta > .meta .dot {
  margin-right: 3px;
}
.box.element .inner .front > .info .stats-actions-meta > .meta .timestamp,
.box.element .inner .front > .info .stats-actions-meta > .meta .permalink {
  color: #999;
}
.box.element .inner .front > .info .stats-actions-meta > .meta .author a {
  display: block;
  float: left;
  color: #256bbe;
  margin-right: 3px;
}
.box.element .inner .front > .info .stats-actions-meta > .meta .author i,
.box.element .inner .front > .info .stats-actions-meta > .meta .author img {
  -webkit-filter: grayscale(1);
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.box.element .inner .front > .info .stats-actions-meta .stats-actions {
  zoom: 1;
}
.box.element .inner .front > .info .stats-actions-meta .stats-actions:before,
.box.element .inner .front > .info .stats-actions-meta .stats-actions:after {
  content: "";
  display: table;
}
.box.element .inner .front > .info .stats-actions-meta .stats-actions:after {
  clear: both;
}
.box.element .inner .front > .info .stats-actions-meta .stats-actions .stats {
  float: left;
  color: #999;
  font-size: 10px;
  text-transform: uppercase;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}
.box.element .inner .front > .info .stats-actions-meta .stats-actions .stats .stats-comments {
  cursor: pointer;
}
.box.element .inner .front > .info .stats-actions-meta .stats-actions .stats .stats-comments:hover {
  color: #666;
}
.box.element .inner .front > .info .stats-actions-meta .stats-actions .permalink {
  float: right;
  line-height: 30px;
  padding-right: 10px;
  color: #999;
  text-transform: uppercase;
  font-size: 10px;
}
.box.element .inner .front > .info .stats-actions-meta .stats-actions .actions {
  float: left;
  padding: 3px;
}
.box.element .inner .front > .info .stats-actions-meta .stats-actions .actions a {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
}
.box.element .inner .front > .info .stats-actions-meta .stats-actions .actions a span {
  float: left;
}
.box.element .inner .front > .info .stats-actions-meta .stats-actions .actions a i {
  display: block;
  background: url("//storify.com/public/img/icons-story.png");
  width: 16px;
  height: 16px;
  margin: 6px 7px;
  float: left;
}
.box.element .inner .front > .info .stats-actions-meta .stats-actions .actions a.like i {
  background-position: -16px 0;
}
.box.element .inner .front > .info .stats-actions-meta .stats-actions .actions a.like:hover i {
  background-position: -16px -16px;
}
.box.element .inner .front > .info .stats-actions-meta .stats-actions .actions a.like.active i {
  background-position: -16px -32px;
}
.box.element .inner .front > .info .stats-actions-meta .stats-actions .actions a.comment i {
  background-position: -32px 0;
}
.box.element .inner .front > .info .stats-actions-meta .stats-actions .actions a.comment:hover i {
  background-position: -32px -16px;
}
.box.element .inner .front > .info .stats-actions-meta .stats-actions .actions a.share {
  width: auto;
  line-height: 30px;
}
.box.element .inner .front > .info .stats-actions-meta .stats-actions .actions a.share i {
  background-position: -48px 0;
  margin-right: 3px;
}
.box.element .inner .front > .info .stats-actions-meta .stats-actions .actions a.share span {
  font-weight: bold;
  color: #52748f;
}
.box.element .inner .front > .info .stats-actions-meta .stats-actions .actions a.share:hover i {
  background-position: -48px -16px;
}
.box.element .inner .front > .info .stats-actions-meta .stats-actions .actions a.share:hover span {
  color: #ababab;
}
.box.element .inner .front > .info .stats-actions-meta .stats-actions .actions em {
  float: left;
  height: 30px;
  line-height: 30px;
  font-style: normal;
  color: #b4c4d1;
  font-size: 12px;
  margin-right: 5px;
}
.box.element .inner .front > .info .stats-actions-meta .stats-actions .actions em.zero {
  display: none;
}
.box.element .inner .back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  background: #f4f4f4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f4f4), color-stop(1, #fff));
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  background: -moz-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  background: -o-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  background: linear-gradient(top, #f4f4f4 0%, #fff 100%);
}
.box.element .inner .back > .flip {
  position: absolute;
  top: 36px;
  right: 11px;
  width: 16px;
  height: 15px;
  background: url("//storify.com/public/img/flip-back.png");
  text-indent: -9999px;
}
.box.element .inner .back .tabs {
  zoom: 1;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.box.element .inner .back .tabs:before,
.box.element .inner .back .tabs:after {
  content: "";
  display: table;
}
.box.element .inner .back .tabs:after {
  clear: both;
}
.box.element .inner .back .tabs .tab {
  display: block;
  float: left;
  background: #e7e7e7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #acacac));
  background: -webkit-linear-gradient(top, #fff 0%, #acacac 100%);
  background: -moz-linear-gradient(top, #fff 0%, #acacac 100%);
  background: -o-linear-gradient(top, #fff 0%, #acacac 100%);
  background: -ms-linear-gradient(top, #fff 0%, #acacac 100%);
  background: linear-gradient(top, #fff 0%, #acacac 100%);
  margin: 0;
  padding: 1px 0 1px 1px;
  font-size: 10px;
  font-weight: bold;
  color: #999;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Museo Sans", "Helvetica Neue", sans-serif;
  text-shadow: 0px 1px 0px #fff;
  width: 149px;
  height: 24px;
  line-height: 24px;
  text-decoration: none;
}
.box.element .inner .back .tabs .tab span {
  display: block;
  background: #e9e9e9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f4f4), color-stop(1, #dedede));
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #dedede 100%);
  background: -moz-linear-gradient(top, #f4f4f4 0%, #dedede 100%);
  background: -o-linear-gradient(top, #f4f4f4 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #dedede 100%);
  background: linear-gradient(top, #f4f4f4 0%, #dedede 100%);
  text-align: center;
}
.box.element .inner .back .tabs .tab:hover {
  color: #666;
}
.box.element .inner .back .tabs .tab:first-child {
  -webkit-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.box.element .inner .back .tabs .tab:first-child span {
  -webkit-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.box.element .inner .back .tabs .tab:last-child {
  -webkit-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  padding: 1px;
  width: 148px;
}
.box.element .inner .back .tabs .tab:last-child span {
  -webkit-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.box.element .inner .back .tabs .tab:first-child:last-child {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  width: 300px;
  border: 0;
}
.box.element .inner .back .tabs .tab:first-child:last-child span {
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.box.element .inner .back .tabs .tab.active span {
  background: #f4f4f4;
  height: 25px;
  padding-bottom: 0;
}
.box.element .inner .back .tabs .tab.active:first-child {
  padding-left: 0;
  border-left: 1px solid #e7e7e7;
}
.box.element .inner .back .tabs .tab.active:last-child {
  padding-right: 0;
  border-right: 1px solid #e7e7e7;
}
.box.element .inner .back .views {
  position: relative;
  padding: 0;
}
.box.element .inner .back .views .view {
  display: none;
  position: absolute;
  width: 300px;
  left: 0;
  top: 0;
  border: 1px solid #e7e7e7;
  border-top: 0;
  border-bottom: 1px solid #c0c1c2;
}
.box.element .inner .back .views .view.active {
  display: block;
}
.box.element .inner .back .views .view.loading {
  background: url("//storify.com/public/img/load.gif") no-repeat center;
}
.box.element .inner .back .views .view .empty {
  padding: 10px;
  font-size: 11px;
  line-height: 15px;
  color: #999;
  display: none;
  position: absolute;
}
.box.element .inner .back .views .view .view-inner {
  overflow: auto;
  width: 100%;
}
.box.element .inner .back .views .view.stories .story,
.box.element .inner .back .views .view.comments .comment {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e7e7e7;
}
.box.element .inner .back .views .view.stories .story:first-of-type,
.box.element .inner .back .views .view.comments .comment:first-of-type {
  border-top: none;
}
.box.element .inner .back .views .view.stories .story:last-of-type,
.box.element .inner .back .views .view.comments .comment:last-of-type {
  border-bottom: none;
}
.box.element .inner .back .views .view.stories .view-inner .story {
  padding-right: 36px;
}
.box.element .inner .back .views .view.comments .view-inner .comment {
  padding-right: 36px;
}
.box.element .inner .back .views .view.comments .view-inner .comment .comment_inner {
  width: 231px;
}
.box.element .inner .back .views .view.comments .view-inner .comment:last-child {
  margin-bottom: 47px;
}
.box.element .inner .back .views .view.comments .comment-form {
  position: absolute;
  bottom: 0;
  width: 278px;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(0.25, #fff), color-stop(1, #fff));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 25%, #fff 100%);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 25%, #fff 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 25%, #fff 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 25%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, #fff 25%, #fff 100%);
  padding: 20px 10px 10px;
}
.box.element .inner .back .views .view.comments .comment-form input {
  width: 264px;
}
.box.element .twitter-tweet {
  visibility: hidden;
}
.box.element .twitter-tweet-rendered {
  margin: 0 !important;
}
.box.element.image .inner .front > .content,
.box.element.video .inner .front > .content {
  width: 300px;
  height: 240px;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  cursor: pointer;
}
.box.element.image .inner .front > .content .image,
.box.element.video .inner .front > .content .image {
  width: 300px;
  height: 240px;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  cursor: pointer;
}
.box.element.image .inner .front > .content .s-quote-avatar-author,
.box.element.video .inner .front > .content .s-quote-avatar-author {
  padding: 20px;
}
.box.element.video .inner .front > .content {
  position: relative;
}
.box.element.video .inner .front > .content i {
  display: block;
  width: 58px;
  height: 61px;
  background: url("//storify.com/public/img/play.png");
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -29px;
  margin-top: -30px;
}
.box.element.video .inner .front > .content .html {
  display: none;
}
.box.element.quote .inner .front > .content {
  padding: 20px;
}
.box.element.quote .inner .front > .content .s-quote-avatar-author {
  zoom: 1;
  margin: 0 10px 10px 0;
}
.box.element.quote .inner .front > .content .s-quote-avatar-author:before,
.box.element.quote .inner .front > .content .s-quote-avatar-author:after {
  content: "";
  display: table;
}
.box.element.quote .inner .front > .content .s-quote-avatar-author:after {
  clear: both;
}
.box.element.quote .inner .front > .content .s-quote-avatar-author a {
  display: block;
}
.box.element.quote .inner .front > .content .s-quote-avatar-author .s-quote-avatar {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.box.element.quote .inner .front > .content .s-quote-avatar-author .s-quote-avatar img {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.box.element.quote .inner .front > .content .s-quote-avatar-author .s-quote-author {
  float: left;
}
.box.element.quote .inner .front > .content .s-quote-avatar-author .s-quote-author .s-quote-author-name {
  font-size: 14px;
  line-height: 32px;
  color: #256bbe;
}
.box.element.quote .inner .front > .content .s-quote-avatar-author .s-quote-author .s-quote-author-username {
  font-size: 12px;
  line-height: 14px;
  color: #999;
}
.box.element.quote .inner .front > .content .s-quote-avatar-twitter .s-quote-author .s-quote-author-name {
  line-height: 18px;
}
.box.element.quote .inner .front > .content .twitter-follow-button-container {
  height: 20px;
  margin-bottom: 10px;
}
.box.element.quote .inner .front > .content .s-quote-text {
  line-height: 1.4em;
  font-family: "Georgia", serif;
  font-size: 20px;
  color: #333;
  overflow: hidden;
}
.box.element.quote .inner .front > .content .s-quote-text a {
  color: #256bbe;
}
.box.element.quote .inner .front .info .stats-actions-meta .meta .s-element-actions {
  zoom: 1;
  clear: both;
  float: none;
  padding-top: 3px;
}
.box.element.quote .inner .front .info .stats-actions-meta .meta .s-element-actions:before,
.box.element.quote .inner .front .info .stats-actions-meta .meta .s-element-actions:after {
  content: "";
  display: table;
}
.box.element.quote .inner .front .info .stats-actions-meta .meta .s-element-actions:after {
  clear: both;
}
.box.element .s-element-actions {
  padding-bottom: 5px;
}
.box.element:hover .s-element-actions {
  visibility: visible;
}
.box.element.quote[data-minimal="false"] .inner .front > .content {
  cursor: pointer;
}
.box.element.link .inner .front > .content {
  padding: 20px;
}
.box.element.link .inner .front > .content .title {
  display: block;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: bold;
  color: #256bbe;
  margin-bottom: 10px;
}
.box.element.link .inner .front > .content .description {
  color: #666;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
  overflow: hidden;
}
.box.element.link .inner .front > .content .thumbnail {
  display: block;
  width: 258px;
  height: 206px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.box.element.flipped .inner {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
.box.element.flipped .inner .front {
  z-index: 0;
}
.box.element.share .inner .front > .info {
  margin-top: -34px;
  border-bottom: 0;
}
.box.element.share .inner .front > .share_box {
  height: 34px;
}
.box.highlights {
  display: none;
}
.box.highlights .hbox {
  margin-bottom: 30px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0 1px 0 0 #e7e7e7;
  box-shadow: 0 1px 0 0 #e7e7e7;
}
.box.highlights .hbox:last-child {
  margin: 0;
}
.box.highlights .hbox h2.title {
  background: #e7e7e7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #acacac));
  background: -webkit-linear-gradient(top, #fff 0%, #acacac 100%);
  background: -moz-linear-gradient(top, #fff 0%, #acacac 100%);
  background: -o-linear-gradient(top, #fff 0%, #acacac 100%);
  background: -ms-linear-gradient(top, #fff 0%, #acacac 100%);
  background: linear-gradient(top, #fff 0%, #acacac 100%);
  margin: 0;
  padding: 1px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  font-size: 10px;
  font-weight: bold;
  color: #999;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Museo Sans", "Helvetica Neue", sans-serif;
  text-shadow: 0px 1px 0px #fff;
  height: 24px;
  line-height: 24px;
}
.box.highlights .hbox h2.title span {
  display: block;
  background: #e9e9e9;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f4f4), color-stop(1, #dedede));
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #dedede 100%);
  background: -moz-linear-gradient(top, #f4f4f4 0%, #dedede 100%);
  background: -o-linear-gradient(top, #f4f4f4 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #dedede 100%);
  background: linear-gradient(top, #f4f4f4 0%, #dedede 100%);
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 0 10px;
}
.box.highlights .hbox .content {
  zoom: 1;
  background: #f4f4f4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f4f4), color-stop(1, #fff));
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  background: -moz-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  background: -o-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  background: linear-gradient(top, #f4f4f4 0%, #fff 100%);
  border: 1px solid #e7e7e7;
  border-top: 0;
  border-bottom: 1px solid #c0c1c2;
}
.box.highlights .hbox .content:before,
.box.highlights .hbox .content:after {
  content: "";
  display: table;
}
.box.highlights .hbox .content:after {
  clear: both;
}
.box.highlights .hbox.stories {
  display: none;
}
.box.highlights .hbox.stories .content .story {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e7e7e7;
}
.box.highlights .hbox.stories .content .story:last-child {
  border-bottom: 0;
}
.box.highlights .hbox.users {
  display: none;
}
.box.highlights .hbox.users .content {
  padding-bottom: 8px;
  border-top: 1px solid #fff;
}
.box.highlights .hbox.users .content a,
.box.highlights .hbox.users .content img {
  display: block;
}
.box.highlights .hbox.users .content a {
  float: left;
  margin: 10px 0 0 10px;
  position: relative;
  left: -1px;
  top: -1px;
}
.box.highlights .hbox.users .content a img {
  width: 48px;
  height: 48px;
}
.box.load-more {
  width: 960px;
  margin-bottom: 30px;
}
.share_box {
  background: #aaa;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999), color-stop(1, #bbb));
  background: -webkit-linear-gradient(top, #999 0%, #bbb 100%);
  background: -moz-linear-gradient(top, #999 0%, #bbb 100%);
  background: -o-linear-gradient(top, #999 0%, #bbb 100%);
  background: -ms-linear-gradient(top, #999 0%, #bbb 100%);
  background: linear-gradient(top, #999 0%, #bbb 100%);
  -webkit-box-shadow: inset 0 3px 10px rgba(0,0,0,0.3);
  box-shadow: inset 0 3px 10px rgba(0,0,0,0.3);
}
.share_box .share_box_inner {
  float: right;
  padding: 6px 5px 0 0;
}
.share_box .share_box_inner span,
.share_box .share_box_inner a {
  display: block;
  float: left;
}
.share_box .share_box_inner span {
  line-height: 20px;
  color: #eee;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0px 1px 0px #777;
  padding: 2px 3px 0 0;
}
.share_box .share_box_inner a {
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background: url("//storify.com/public/img/share.png");
  margin-left: 3px;
}
.share_box .share_box_inner a.twitter {
  background-position: 0 0;
}
.share_box .share_box_inner a.facebook {
  background-position: -24px 0;
}
.share_box .share_box_inner a.pinterest {
  background-position: -48px 0;
}
.share_box .share_box_inner a.googleplus {
  background-position: -72px 0;
}
.share_box .share_box_inner a.linkedin {
  background-position: -96px 0;
}
.share_box .share_box_inner a.email {
  background-position: -120px 0;
}
body.element {
  background-position: 0 106px;
}
body.element #content {
  padding-top: 45px;
}
#element #element-top {
  height: 20px;
}
#element #element-content {
  background-color: #fff;
  zoom: 1;
  width: 630px;
  margin: 0 auto;
}
#element #element-content:before,
#element #element-content:after {
  content: "";
  display: table;
}
#element #element-content:after {
  clear: both;
}
#element #element-content .media,
#element #element-content .top {
  margin-top: 10px;
  margin-bottom: 20px;
}
#element #element-content .media iframe,
#element #element-content .top iframe,
#element #element-content .media embed,
#element #element-content .top embed,
#element #element-content .media object,
#element #element-content .top object,
#element #element-content .media img,
#element #element-content .top img {
  display: block;
  margin: 0 auto;
}
#element #element-content .media img,
#element #element-content .top img {
  margin-top: 10px;
  max-width: 630px;
  max-height: 630px;
}
#element #element-content .media iframe,
#element #element-content .top iframe {
  width: 630px;
  height: 354px;
}
#element #element-content .media .box.element,
#element #element-content .top .box.element {
  margin: 0 auto 30px auto;
  background: transparent;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#element #element-content .media .box.element .inner .face,
#element #element-content .top .box.element .inner .face {
  position: static;
  -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 2px rgba(0,0,0,0.35);
}
#element #element-content .left {
  margin: 0px 0px 0px 10px;
  width: 200px;
}
#element #element-content .left .actions .button {
  margin: 0 5px 0 0;
}
#element #element-content .left .actions .button:last-child {
  margin: 0;
}
#element #element-content .left .actions .button span {
  height: 28px;
  line-height: 28px;
  padding: 0;
  font-size: 13px;
  font-style: normal;
  width: 91px;
}
#element #element-content .left .actions .button span i {
  background-image: url("//storify.com/public/img/icons.png");
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #element #element-content .left .actions .button span i {
    background-image: url("//storify.com/public/img/icons@2x.png");
    -webkit-background-size: 80px 64px;
    -moz-background-size: 80px 64px;
    background-size: 80px 64px;
  }
}
#element #element-content .left .actions .button span em {
  display: inline-block;
  font-style: normal;
  padding-left: 5px;
}
#element #element-content .left .actions .button.submit.repost span i {
  background-position: 0 -48px;
}
#element #element-content .left .actions .button.share span i {
  background-position: -48px -48px;
}
#element #element-content .left .actions .button.like span i {
  background-position: -16px -48px;
}
#element #element-content .left .actions .button.like.active span i {
  background-position: -16px -32px;
}
#element #element-content .right {
  width: 300px;
  margin-right: 10px;
}
#element #element-content .right .top-story {
  margin-bottom: 20px;
}
#element #element-content .right .top-story .story .thumbnail {
  border: 1px solid #eee;
}
#element #element-content .right .top-story h2 {
  font-family: "Museo Sans", "Helvetica Neue", sans-serif;
  margin-left: 10px;
  font-size: 1.3em;
}
#element #element-content .stories {
  width: 100%;
  zoom: 1;
  padding-top: 30px;
  margin-right: -30px;
  border-top: 1px dashed #ddd;
  display: none;
}
#element #element-content .stories:before,
#element #element-content .stories:after {
  content: "";
  display: table;
}
#element #element-content .stories:after {
  clear: both;
}
#element #element-content .stories h3 {
  font-size: 16px;
  margin: 0 0 20px;
  text-shadow: 0 1px 0 #fff;
}
#element #element-content .stories .story-tile {
  margin: 0 30px 20px 0;
  float: left;
}
#element #element-content .share_box {
  overflow: hidden;
  width: 300px;
  height: 0;
  margin-bottom: 30px;
  -webkit-transition: 0.2s height;
  -moz-transition: 0.2s height;
  -o-transition: 0.2s height;
  -ms-transition: 0.2s height;
  transition: 0.2s height;
}
#element #element-content .share_box.open {
  height: 35px;
}
#element-modal {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #fff 0%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #fff 0%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #f4f4f4 100%);
  background-image: -ms-linear-gradient(top, #fff 0%, #f4f4f4 100%);
  background-image: linear-gradient(top, #fff 0%, #f4f4f4 100%);
  -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 6px rgba(0,0,0,0.35);
  padding: 30px 30px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 630px;
  margin-left: -345px;
  zoom: 1;
}
#element-modal:before,
#element-modal:after {
  content: "";
  display: table;
}
#element-modal:after {
  clear: both;
}
#element-modal .modal-content {
  background: transparent;
}
#element-modal .s-video-content iframe,
#element-modal .s-video-shim iframe {
  width: 100%;
  min-height: 420px;
  border: 0px;
  margin-bottom: 10px;
}
#element-modal .s-video {
  padding-top: 0px;
}
#element-modal .top {
  max-width: 100%;
  margin: 0px 0px 15px 0px;
}
#element-modal .top img {
  margin: 0px auto;
  display: block;
  max-width: 630px;
  width: 100%;
}
#element-modal .left,
#element-modal .right {
  width: 50%;
}
#element-modal .left {
  float: left;
}
#element-modal .right {
  float: right;
}
#element-modal .box.element {
  margin: 0 auto 30px auto;
  background: transparent;
  float: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#element-modal .box.element .inner .face {
  position: static;
  -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 2px rgba(0,0,0,0.35);
}
#element-modal .box.element .repost {
  display: none;
}
#element-modal .actions {
  padding: 1px;
}
#element-modal .actions .inner {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#element-modal .actions .inner .button {
  margin: 0 5px 0 0;
}
#element-modal .actions .inner .button:last-child {
  margin: 0;
}
#element-modal .actions .inner .button span {
  height: 28px;
  line-height: 28px;
  padding: 0;
  font-size: 13px;
  width: 91px;
}
#element-modal .actions .inner .button span i {
  background-image: url("//storify.com/public/img/icons.png");
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #element-modal .actions .inner .button span i {
    background-image: url("//storify.com/public/img/icons@2x.png");
    -webkit-background-size: 80px 64px;
    -moz-background-size: 80px 64px;
    background-size: 80px 64px;
  }
}
#element-modal .actions .inner .button span em {
  display: inline-block;
  font-style: normal;
  padding-left: 5px;
}
#element-modal .actions .inner .button.repost span i {
  background-position: 0 -48px;
}
#element-modal .actions .inner .button.share span i {
  background-position: -48px -48px;
}
#element-modal .actions .inner .button.like span i {
  background-position: -16px -48px;
}
#element-modal .actions .inner .button.like.active span i {
  background-position: -16px -32px;
}
#element-modal .actions.share {
  padding-bottom: 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#element-modal .actions.share .inner {
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  border-bottom: 0;
  padding-bottom: 5px;
}
#element-modal .share_box {
  overflow: hidden;
  width: 250px;
  height: 0;
  margin-bottom: 30px;
  -webkit-transition: 0.2s height;
  -moz-transition: 0.2s height;
  -o-transition: 0.2s height;
  -ms-transition: 0.2s height;
  transition: 0.2s height;
}
#element-modal .share_box.open {
  height: 35px;
}
#element-modal .top-story,
#element-modal .comments {
  margin-bottom: 30px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0 1px 0 0 #e7e7e7;
  box-shadow: 0 1px 0 0 #e7e7e7;
}
#element-modal .top-story h2.title,
#element-modal .comments h2.title {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #acacac));
  background: -webkit-linear-gradient(top, #fff 0%, #acacac 100%);
  background: -moz-linear-gradient(top, #fff 0%, #acacac 100%);
  background: -o-linear-gradient(top, #fff 0%, #acacac 100%);
  background: -ms-linear-gradient(top, #fff 0%, #acacac 100%);
  background: linear-gradient(top, #fff 0%, #acacac 100%);
  margin: 0;
  padding: 1px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  font-size: 10px;
  font-weight: bold;
  color: #999;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Museo Sans", "Helvetica Neue", sans-serif;
  text-shadow: 0px 1px 0px #fff;
  height: 24px;
  line-height: 24px;
}
#element-modal .top-story h2.title span,
#element-modal .comments h2.title span {
  display: block;
  background: #f4f4f4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f4f4), color-stop(1, #dedede));
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #dedede 100%);
  background: -moz-linear-gradient(top, #f4f4f4 0%, #dedede 100%);
  background: -o-linear-gradient(top, #f4f4f4 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #dedede 100%);
  background: linear-gradient(top, #f4f4f4 0%, #dedede 100%);
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 0 10px;
}
#element-modal .top-story > .content,
#element-modal .comments > .content {
  zoom: 1;
  background: #f4f4f4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f4f4), color-stop(1, #fff));
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  background: -moz-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  background: -o-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  background: linear-gradient(top, #f4f4f4 0%, #fff 100%);
  border: 1px solid #e7e7e7;
  border-top: 0;
  border-bottom: 1px solid #c0c1c2;
}
#element-modal .top-story > .content:before,
#element-modal .comments > .content:before,
#element-modal .top-story > .content:after,
#element-modal .comments > .content:after {
  content: "";
  display: table;
}
#element-modal .top-story > .content:after,
#element-modal .comments > .content:after {
  clear: both;
}
#element-modal .top-story > .content .story,
#element-modal .comments > .content .story {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e7e7e7;
}
#element-modal .top-story > .content .story:last-child,
#element-modal .comments > .content .story:last-child {
  border-bottom: 0;
}
#element-modal .comments {
  position: relative;
  background: #f4f4f4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f4f4), color-stop(1, #fff));
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  background: -moz-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  background: -o-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #fff 100%);
  background: linear-gradient(top, #f4f4f4 0%, #fff 100%);
}
#element-modal .comments .empty {
  padding: 10px;
  font-size: 11px;
  line-height: 15px;
  color: #999;
  display: none;
  position: absolute;
}
#element-modal .comments .comment-form {
  position: absolute;
  bottom: 1px;
  left: 1px;
  width: 278px;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(0.25, #fff), color-stop(1, #fff));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 25%, #fff 100%);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 25%, #fff 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 25%, #fff 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 25%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, #fff 25%, #fff 100%);
  padding: 20px 10px 10px;
}
#element-modal .comments .comment-form input {
  width: 264px;
}
#element-modal .comments > .content {
  min-height: 100px;
  max-height: 200px;
  overflow: auto;
  padding-bottom: 47px;
}
#element-modal .comments > .content.loading {
  background: url("//storify.com/public/img/load.gif") no-repeat center 50px;
}
#element-modal .comments > .content .comment {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e7e7e7;
}
#element-modal .comments > .content .comment:first-child {
  border-top: 0;
}
#element-modal .comments > .content .comment:last-child {
  border-bottom: 0;
}
html,
body,
#container {
  height: 100%;
}
.hidden {
  display: none;
}
.flash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  font-size: 11px;
  line-height: 26px;
  background-color: #cc2121;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 0 #a15a5a;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
}
.tipsy-inner {
  max-width: 300px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.tipsy.template-tooltip .tipsy-inner {
  background-color: #fff;
  color: #8e9498;
  text-align: center;
}
.tipsy.template-tooltip .tipsy-arrow {
  border-color: #fff;
  border-left-color: rgba(0,0,0,0);
  border-right-color: rgba(0,0,0,0);
}
#cover {
  position: relative;
  width: 100%;
  margin-top: 56px;
}
#cover .info {
  width: 100%;
  padding: 90px 0 50px 0;
}
#cover .info .content {
  max-width: 810px;
  margin: 0 auto;
  padding: 0 30px;
}
#cover .info .content .top-embed >span {
  font-size: 12px;
  font-style: italic;
  color: #8795ab;
}
#cover .info .content .top-embed a {
  font-size: 16px;
  color: #8795ab;
  text-decoration: none;
}
#cover .info .content .top-embed a img {
  position: relative;
  top: 3px;
  margin: 0 4px 0 8px;
}
#cover .info .content h1 {
  margin: 0 0 16px 0;
  font-size: 48px;
  line-height: 65px;
  font-weight: normal;
  color: #2a313c;
}
#cover .info .content h2 {
  margin: 0 0 24px 0;
  font-size: 28px;
  line-height: 40px;
  font-weight: normal;
  color: #5c6c84;
}
#cover .info .content .stats {
  font-size: 12px;
  color: #8795ab;
}
#cover .info .content .stats a {
  color: #8795ab;
  text-decoration: none;
}
#cover .info .content .stats a .avatar,
#cover .info .content .stats a .user {
  margin-left: 4px;
}
#cover .info .content .stats a .avatar {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  top: 4px;
}
#cover .info .content .stats >span {
  margin-left: 14px;
}
#cover .info .content .stats .views.clickable {
  position: relative;
  cursor: pointer;
}
#cover .info .content .stats .views.clickable .embeds {
  z-index: 1;
  width: 300px;
  position: absolute;
  top: 37px;
  left: -118px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.5);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
  -o-transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
  -ms-transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
  transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
}
#cover .info .content .stats .views.clickable .embeds.visible {
  visibility: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#cover .info .content .stats .views.clickable .embeds .triangle {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -16px;
  left: 142px;
  overflow: hidden;
}
#cover .info .content .stats .views.clickable .embeds .triangle:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.5);
}
#cover .info .content .stats .views.clickable .embeds .embed {
  display: block;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 16px;
}
#cover .info .content .stats .views.clickable .embeds .embed:hover {
  background-color: #3a98d9;
}
#cover .info .content .stats .views.clickable .embeds .embed:hover .domain,
#cover .info .content .stats .views.clickable .embeds .embed:hover .views {
  color: #fff;
}
#cover .info .content .stats .views.clickable .embeds .embed:first-of-type {
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
#cover .info .content .stats .views.clickable .embeds .embed:last-of-type {
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
#cover .info .content .stats .views.clickable .embeds .embed img,
#cover .info .content .stats .views.clickable .embeds .embed .rss {
  float: left;
  margin-right: 6px;
}
#cover .info .content .stats .views.clickable .embeds .embed .rss {
  width: 16px;
  height: 16px;
  background-image: url("//storify.com/public/img/rss-placeholder.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #cover .info .content .stats .views.clickable .embeds .embed .rss {
    background-image: url("//storify.com/public/img/rss-placeholder@2x.png");
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    background-size: 16px 16px;
  }
}
#cover .info .content .stats .views.clickable .embeds .embed .domain {
  display: inline-block;
  vertical-align: top;
  max-width: 150px;
  color: #6d7079;
}
#cover .info .content .stats .views.clickable .embeds .embed .views {
  float: right;
  max-width: 86px;
  color: #acaeb3;
}
#cover .info .content .stats .views.clickable .embeds .embed .domain,
#cover .info .content .stats .views.clickable .embeds .embed .views {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#cover .info .content .stats .storifycon-arrow-down {
  margin-left: 6px;
  font-size: 6px;
}
#cover.custom {
  height: 84%;
  min-height: 480px;
  max-height: 720px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
#cover.custom .info {
  position: absolute;
  bottom: 0;
  padding-top: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(42,49,60,0)), color-stop(0.3, rgba(42,49,60,0.65)), color-stop(0.7, rgba(42,49,60,0.8)), color-stop(1, rgba(42,49,60,0.8)));
  background: -webkit-linear-gradient(top, rgba(42,49,60,0) 0%, rgba(42,49,60,0.65) 30%, rgba(42,49,60,0.8) 70%, rgba(42,49,60,0.8) 100%);
  background: -moz-linear-gradient(top, rgba(42,49,60,0) 0%, rgba(42,49,60,0.65) 30%, rgba(42,49,60,0.8) 70%, rgba(42,49,60,0.8) 100%);
  background: -o-linear-gradient(top, rgba(42,49,60,0) 0%, rgba(42,49,60,0.65) 30%, rgba(42,49,60,0.8) 70%, rgba(42,49,60,0.8) 100%);
  background: -ms-linear-gradient(top, rgba(42,49,60,0) 0%, rgba(42,49,60,0.65) 30%, rgba(42,49,60,0.8) 70%, rgba(42,49,60,0.8) 100%);
  background: linear-gradient(top, rgba(42,49,60,0) 0%, rgba(42,49,60,0.65) 30%, rgba(42,49,60,0.8) 70%, rgba(42,49,60,0.8) 100%);
}
#cover.custom .info .content .top-embed >span,
#cover.custom .info .content .top-embed a {
  color: #acaeb3;
  color: rgba(255,255,255,0.8);
}
#cover.custom .info .content h1 {
  color: #fff;
}
#cover.custom .info .content h2 {
  color: #acaeb3;
  color: rgba(255,255,255,0.8);
}
#cover.custom .info .content .stats,
#cover.custom .info .content .stats a {
  color: #fff;
}
hr {
  height: 1px;
  max-width: 810px;
  margin: 0 auto;
  border: 0;
  background-color: #dbdfe6;
}
#story-container {
  padding: 20px 0 0 0;
}
#story-container .content {
  max-width: 810px;
  margin: 0 auto;
}
#story-container .content #story .s-element {
  padding: 0;
  margin: 0 0 33px 0;
}
#story-container .content #story .s-element .s-element-options {
  position: absolute;
  top: 45px;
  right: -48px;
}
#story-container .content #story .s-element .s-element-options .storifycon-share,
#story-container .content #story .s-element .s-element-options .storifycon-photograph {
  width: 36px;
  height: 36px;
  margin-bottom: 7px;
  border: 1px solid #eaeaeb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  color: #acaeb3;
  font-size: 18px;
  cursor: pointer;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
#story-container .content #story .s-element .s-element-options .storifycon-share:before,
#story-container .content #story .s-element .s-element-options .storifycon-photograph:before {
  position: relative;
  top: 9px;
  left: 1px;
}
#story-container .content #story .s-element .s-element-options .storifycon-share:hover,
#story-container .content #story .s-element .s-element-options .storifycon-photograph:hover {
  color: #6d7079;
  -webkit-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px 0px;
  box-shadow: rgba(0,0,0,0.15) 0px 1px 3px 0px;
  border-bottom-color: #bbb;
  border-left-color: #ddd;
  border-right-color: #ddd;
  border-top-color: #eee;
}
#story-container .content #story .s-element:hover .storifycon-share,
#story-container .content #story .s-element:hover .storifycon-photograph {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
#story-container .content #story .s-text {
  padding: 0;
  font-size: 22px;
  line-height: 33px;
  color: #5c6c84;
}
#story-container .content #story .s-text h2 {
  margin: 0;
  font-size: 36px;
  line-height: 50px;
  color: #2a313c;
}
#story-container .content #story .s-photo-caption {
  font-size: 16px;
}
#story-container .content .story-buttons div {
  margin: 0 20px 35px 0;
}
#element-modal {
  max-height: 500px;
  overflow: scroll;
}
#element-modal a {
  text-decoration: none;
}
@media screen and (max-width: 870px) {
  #story-container .content #story .s-element {
    margin-left: 30px;
    margin-right: 30px;
  }
  #story-container .content #story .s-element .s-image > img {
    width: 100%;
  }
  #story-container .content .story-buttons {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  #cover .info {
    padding: 30px 0;
  }
  #cover .info .content h1 {
    font-size: 32px;
    line-height: 40px;
  }
  #cover .info .content h2 {
    font-size: 18px;
    line-height: 28px;
  }
  #story-container .content #story .storifycon-share,
  #story-container .content #story .storifycon-photograph {
    display: none;
  }
  #story-container .content #story .s-text {
    padding: 0 10px;
    font-size: 18px;
    line-height: 29px;
  }
  #story-container .content #story .s-text h2 {
    font-size: 22px;
    line-height: 34px;
  }
  #story-container .content #story .s-element {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 29px;
  }
  #story-container .story-buttons .storifycon-share {
    display: none;
  }
}
