/* Show me */
.saveToAncestry {
  background-color: #2a6f0f;
  border: 1px solid #081503;
  border-radius: 4px;
  box-shadow: 0 1px rgba(255, 255, 255, 0.2), inset 0 1px rgba(255, 255, 255, 0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  padding: 4px 8px;
}
.icon-only.saveToAncestry {
  vertical-align: top;
  padding: 3px 8px 5px;
}
.saveToAncestry:before {
  font-family: 'newsicons';
  content: "\e41E";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  vertical-align: top;
}
.tbuttonbar .saveToAncestry:before {
  padding: 0 4px 0 0;
  position: relative;
  top: 2px;
}
.saveToAncestry:hover {
  background-color: #22590c;
  border-color: #000000;
  box-shadow: 0 1px rgba(0, 0, 0, 0.14), inset 0 1px rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
@media (max-width: 991px) {
  .saveToAncestry span {
    display: none;
  }
}
.tbuttonbar .saveToAncestry {
  vertical-align: top;
}
.mobile .tbuttonbar .saveToAncestry {
  padding: 8px;
}
/* Spotlight/Clipping Page */
/* Main Classes */
#spotlight {
  clear: both;
  margin: 18px 0 20px 0;
  min-height: 180px;
  padding: 0;
  position: relative;
  text-align: center;
}
.sl-img:focus {
  outline: 2px solid #7ec2ec;
}
#clip-wrap {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1140px;
}
@media (max-width: 767px) {
  #clip-wrap {
    flex-direction: column;
    margin: 0 auto;
  }
}
#clip-col-left {
  width: 62.5%;
  max-width: 675px;
}
@media (max-width: 767px) {
  #clip-col-left {
    width: auto;
    max-width: 767px;
  }
}
#clip-col-right {
  width: 37.5%;
  max-width: 405px;
}
@media (max-width: 767px) {
  #clip-col-right {
    max-width: 767px;
    width: auto;
  }
}
/* Freeview for new clip page 2019 */
.clip-freeview {
  background: #f6f3eb;
  border-right: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  border-left: 1px solid #b1b1b1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1em 1em .25em 1em;
  width: 100%;
  max-width: 1140px;
}
@media (max-width: 768px) {
  .clip-freeview {
    border-right: 0px;
    border-left: 0px;
    margin: 0;
  }
}
.clip-freeview .fv-left {
  color: #1d1d1d;
  position: relative;
  top: -12px;
}
.clip-freeview .fv-left .fv-big {
  color: #7ec2ec;
  font-size: 28px;
  font-weight: bold;
  margin-right: 4px;
  position: relative;
  top: 3px;
}
@media (max-width: 767px) {
  .clip-freeview .fv-left .fv-big {
    font-size: 16px;
    margin-right: 0px;
    top: 0px;
  }
}
@media (max-width: 767px) {
  .clip-freeview .fv-left {
    top: -2px;
  }
  .clip-freeview .fv-left .fv-left-text {
    display: none;
  }
}
.clip-freeview .fv-right {
  color: #1d1d1d;
  font-weight: bold;
  text-align: right;
  position: relative;
  top: -2px;
}
.clip-freeview .fv-right .btn-p {
  margin-left: 4px;
}
@media (max-width: 768px) {
  .clip-freeview .fv-right {
    top: -6px;
  }
  .clip-freeview .fv-right .fv-right-text {
    display: none;
  }
}
/* Clipping Heading Stuff */
.h1 {
  color: #bb2429;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  display: block;
}
.src p a {
  color: #1d1d1d;
}
.src p a:hover,
.location a:hover,
.comment-author small a:hover {
  color: #114488;
}
/* Paper Search */
.btn-go {
  display: inline-block;
  padding: 6px 8px;
  border: 1px solid #5e776c;
  color: white;
  line-height: 1.2;
  text-align: center;
  background: #5e776c;
}
.src p,
.location {
  display: block;
  font-size: .84em;
  line-height: 1.2;
  margin: 8px 0;
  padding-bottom: 12px;
}
.location {
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  position: relative;
  text-align: left;
  top: 8px;
}
.moresrc .xtra {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  display: block;
  margin: 5px -7px -10px -10px;
  padding: 10px;
  position: relative;
}
.xtra .text {
  height: 26px;
  width: 220px;
}
/* Share Twitter/FB styles LEGACY*/
a.share_fb {
  background: #fefefe;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #dfdfdf));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #dfdfdf 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dfdfdf', GradientType=0);
  /* IE6-8 */
  border: 1px #ccc solid;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #1d1d1d;
  font-size: .7em;
  font-weight: bold;
  padding: 3px;
  position: relative;
  top: -5px;
  text-decoration: none;
}
a.share_fb:hover {
  background: #f2f2f2;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWM5YzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f2f2f2 0%, #c9c9c9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #c9c9c9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #c9c9c9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f2f2 0%, #c9c9c9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f2f2 0%, #c9c9c9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f2f2 0%, #c9c9c9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#c9c9c9', GradientType=0);
  /* IE6-8 */
}
.share_fb img {
  margin: 0 4px 0 0;
  position: relative;
  top: 2px;
}
a.share_twt {
  background: #fefefe;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #dfdfdf));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefefe 0%, #dfdfdf 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fefefe 0%, #dfdfdf 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dfdfdf', GradientType=0);
  /* IE6-8 */
  border: 1px #ccc solid;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #1d1d1d;
  font-size: .7em;
  font-weight: bold;
  padding: 3px;
  position: relative;
  top: -5px;
  text-decoration: none;
}
a.share_twt:hover {
  background: #f2f2f2;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWM5YzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f2f2f2 0%, #c9c9c9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #c9c9c9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #c9c9c9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f2f2f2 0%, #c9c9c9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f2f2f2 0%, #c9c9c9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f2f2f2 0%, #c9c9c9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#c9c9c9', GradientType=0);
  /* IE6-8 */
}
.share_twt img {
  margin: 0 4px 0 0;
  position: relative;
  top: 2px;
}
.pinit {
  color: #1d1d1d;
  font-size: .7em;
  font-weight: bold;
  padding: 3px;
  position: relative;
  top: -5px;
  text-decoration: none;
}
/* Share styles small square buttons */
.share-fb-square-sm {
  display: block;
  float: left;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 1em;
  height: 28px;
  margin: 0 8px 8px 0;
  position: relative;
  width: 28px;
}
.share-fb-square-sm a:link {
  background: url('/i/social-sprite-small.png') no-repeat top left;
  display: block;
  padding: 14px;
  text-decoration: none;
}
.share-fb-square-sm a:hover {
  background: url('/i/social-sprite-small.png') no-repeat 0 -56px;
  display: block;
  padding: 14px;
  text-decoration: none;
}
.share-twt-square-sm {
  display: block;
  float: left;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 1em;
  height: 28px;
  margin: 0 8px 8px 0;
  position: relative;
  width: 28px;
}
.share-twt-square-sm a:link {
  background: url('/i/social-sprite-small.png') no-repeat -28px 0;
  display: block;
  padding: 14px;
  text-decoration: none;
}
.share-twt-square-sm a:hover {
  background: url('/i/social-sprite-small.png') no-repeat -28px -56px;
  display: block;
  padding: 14px;
  text-decoration: none;
}
.pinit-square-sm {
  display: block;
  float: left;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 1em;
  height: 28px;
  margin: 0 8px 8px 0;
  width: 28px;
}
.pinit-square-sm a:link {
  background: url('/i/social-sprite-small.png') no-repeat -56px 0;
  display: block;
  padding: 14px;
  text-decoration: none;
}
.pinit-square-sm a:hover {
  background: url('/i/social-sprite-small.png') no-repeat -56px -56px;
  display: block;
  padding: 14px;
  text-decoration: none;
}
.pinit-square-sm .pinit {
  border: 0px;
  color: #225c89;
  display: block;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  position: relative;
  top: 0px;
}
.share-square {
  display: none;
}
.email-square-sm {
  display: block;
  float: left;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 1em;
  height: 28px;
  margin: 0 8px 8px 0;
  width: 28px;
}
.email-square-sm a:link {
  background: url('/i/social-sprite-small.png') no-repeat -84px 0;
  display: block;
  padding: 14px;
  text-decoration: none;
}
.email-square-sm a:hover {
  background: url('/i/social-sprite-small.png') no-repeat -84px -56px;
  display: block;
  padding: 14px;
  text-decoration: none;
}
.acom-square-sm {
  display: block;
  float: left;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 1em;
  height: 28px;
  margin: 0 8px 0 0;
  width: 28px;
}
.acom-square-sm a:link {
  background: url('/i/social-sprite-small.png') no-repeat -112px 0;
  display: block;
  padding: 14px;
  text-decoration: none;
}
.acom-square-sm a:hover {
  background: url('/i/social-sprite-small.png') no-repeat -112px -56px;
  display: block;
  padding: 14px;
  text-decoration: none;
}
/* Share styles for overlay (After a clipping) */
#share-fb-square {
  display: block;
  float: left;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 1em;
  height: 64px;
  margin: 0 16px 0 0;
  position: relative;
  width: 64px;
}
#share-fb-square a:link {
  background: url('/i/social-sprite-big.png') no-repeat 0 0;
  display: block;
  padding: 72px 0 0 0;
  text-decoration: none;
}
#share-fb-square a:hover {
  background: url('/i/social-sprite-big.png') no-repeat 0 -128px;
  display: block;
  padding: 72px 0 0 0;
  text-decoration: none;
}
#share-twt-square {
  display: block;
  float: left;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 1em;
  height: 64px;
  margin: 0 16px 0 0;
  position: relative;
  width: 64px;
}
#share-twt-square a:link {
  background: url('/i/social-sprite-big.png') no-repeat -64px 0;
  display: block;
  padding: 72px 0 0 0;
  text-decoration: none;
}
#share-twt-square a:hover {
  background: url('/i/social-sprite-big.png') no-repeat -64px -128px;
  display: block;
  padding: 72px 0 0 0;
  text-decoration: none;
}
#pinit-square {
  display: block;
  float: left;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 1em;
  height: 64px;
  margin: 0 16px 0 0;
  position: relative;
  width: 64px;
}
#pinit-square a:link {
  background: url('/i/social-sprite-big.png') no-repeat -128px 0;
  display: block;
  padding: 72px 0 0 0;
  text-decoration: none;
}
#pinit-square a:hover {
  background: url('/i/social-sprite-big.png') no-repeat -128px -128px;
  display: block;
  padding: 72px 0 0 0;
  text-decoration: none;
}
#pinit-square #pinit {
  border: 0px;
}
#email-square {
  display: block;
  float: left;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 1em;
  height: 64px;
  margin: 0 16px 0 0;
  position: relative;
  width: 64px;
}
#email-square a:link {
  background: url('/i/social-sprite-big.png') no-repeat -192px 0;
  display: block;
  padding: 72px 0 0 0;
  text-decoration: none;
}
#email-square a:hover {
  background: url('/i/social-sprite-big.png') no-repeat -192px -128px;
  display: block;
  padding: 72px 0 0 0;
  text-decoration: none;
}
#acom-square {
  display: block;
  float: left;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 1em;
  height: 64px;
  margin: 0 16px 0 0;
  position: relative;
  width: 64px;
}
#acom-square a:link {
  background: url('/i/social-sprite-big.png') no-repeat -256px 0;
  display: block;
  padding: 72px 0 0 0;
  text-decoration: none;
}
#acom-square a:hover {
  background: url('/i/social-sprite-big.png') no-repeat -256px -128px;
  display: block;
  padding: 72px 0 0 0;
  text-decoration: none;
}
/* Archived Styles */
.archived {
  border: 2px solid #bb2429;
  border-top: 0px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #bb2429;
  left: 0;
  margin: 0 auto;
  padding: 4px;
  z-index: 4;
}
.archived a {
  cursor: pointer;
}
.tbuttonbar {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: block;
  margin: 0 0 0 -16px;
  width: 100%;
}
.sl-entry {
  display: inline-block;
  float: left;
  width: 100%;
}
.sl-entry-private {
  position: relative;
  margin: 0 auto;
  top: 12px;
  width: 60%;
}
.sl-entry h1,
.sl-entry,
.sl-entry-private h1 {
  /*  margin: 5px 0px; */
  position: relative;
}
.post {
  position: relative;
  top: -12px;
  margin: 0 0 4px 0;
}
#spotText {
  display: block;
  font-size: 14px;
  padding: 4px 20px 4px 4px;
}
#title-info-wrap {
  display: block;
  height: 200px;
  width: 100%;
}
#spotTitle {
  color: #1d1d1d;
}
#spotTitle_edit {
  height: 86px;
  width: 99%;
}
#spotTitle_editor br {
  display: none;
}
#spotText_edit {
  width: 99%;
}
.edit_mouseover {
  background: #ffffff url(/i/fieldbg.gif) repeat-x top left !important;
  display: block;
  width: 98%;
}
.editmode a.btn-t {
  background-position: 0 -58px !important;
}
.editmode a.btn-t span {
  background-position: 100% -58px !important;
}
.count {
  color: #5f5f5f;
  display: none;
  font-size: 11px;
  position: absolute;
  right: 0px;
  text-align: right;
  top: -16px;
}
.edit-area {
  background: #ffffff url(/i/edit-area.gif) no-repeat 4px 50%;
  opacity: 0;
  padding: 5px 5px 5px 30px;
  position: absolute;
  right: 4px;
  top: 5px;
  -webkit-transition: opacity .78s linear;
  -moz-transition: opacity .78s linear;
}
.edit-area:hover {
  background-color: #c4e1fc;
  text-decoration: none;
}
#spotTitle_editor + .count,
#spotText_editor + .count {
  display: block;
}
#title h1 {
  color: #1d1d1d;
  font-size: 24px;
  line-height: 1;
  margin: 0 10px 8px 10px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 768px) {
  #title h1 {
    margin: 0 0 8px 0;
  }
}
#spotBody {
  font-weight: normal;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
#desc-wrap {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.sl-entry h1,
.sl-entry-private h1 {
  margin: 16px 0 0 0;
}
.sl-entry h4,
.sl-entry-private h4 {
  margin: 0 0 16px 0;
}
/* Free Flag Container */
.flag-container {
  position: relative;
  top: -21px;
  z-index: 10;
}
.flag-container.fullimg {
  left: 53px;
}
.flag-strip {
  background: #1d1d1d url(/i/flag-container-edge.jpg) no-repeat right center;
  color: #fff;
  cursor: pointer;
  font: italic 16px Helvetica, sans-serif;
  padding: 10px;
  position: relative;
  text-align: left;
  width: 20em;
  z-index: 10;
}
.flag-strip .moreinfo {
  background: #6baae0;
  background-image: -moz-linear-gradient(top, #6baae0, #4b80af);
  /* Firefox 3.6 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6baae0), color-stop(1, #4b80af));
  /* Safari & Chrome */
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #fff;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#6baae0', endColorstr='#4b80af');
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#6baae0', endColorstr='#4b80af')";
  /* IE8 */
  display: -moz-inline-box;
  display: inline-block;
  font: normal bold 14px/1.2 sans-serif;
  height: 16px;
  padding: 0 4px;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: 10px;
  width: 8px;
}
.flag-strip .moreinfo:hover {
  background-image: -moz-linear-gradient(top, #4b80af, #6baae0);
  /* Firefox 3.6 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1, #6baae0), color-stop(0, #4b80af));
  /* Safari & Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4b80af', endColorstr='#6baae0');
  /* IE6 & IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4b80af', endColorstr='#6baae0')";
  /* IE8 */
}
.flag-container i {
  background: transparent;
  border: 10px solid #cf9f06;
  border-width: 20px 0 0 20px;
  border-color: #cf9f06 transparent;
  bottom: -20px;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 0;
}
/* Clip Action Button Styles */
.clip-reclip-btn {
  display: inline-block;
  font-size: 1.12em;
  margin: 2px 0 -4px 2px;
}
.clip-del-btn {
  display: inline-block;
  font-size: 1.12em;
  margin: 2px 0 -4px 2px;
}
.clip-edit-btn {
  display: inline-block;
  font-size: 1.12em;
  margin: 2px 0 -4px 2px;
}
.clip-prtdwn-btn {
  display: inline-block;
  font-size: 1.12em;
  margin: 2px 0 -4px 2px;
}
.clip-share-btn {
  display: inline-block;
  margin: 4px 2px -4px 2px;
}
.clip-dwn-btn {
  display: inline-block;
  font-size: 1.12em;
  margin: 2px 0 -4px 2px;
}
.clip-btn-txt {
  font-size: 14px;
  position: relative;
  top: -5px;
}
#action-links .clip-del {
  border-right: 1px solid #1d1d1d;
  float: right;
}
/* Spotlight/Clip Image */
#sl-image {
  min-height: 184px;
  margin: 0 0 18px 0;
  padding: 0;
  position: relative;
}
#sl-image img {
  border: 1px solid #c3c3c3;
  cursor: url("/i/cursor-zoom.png"), -moz-zoom-in, zoom-in;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  padding: 4px;
  z-index: 5;
}
#sl-image:hover .image-view-hover {
  opacity: 1;
}
#sl-image .image-view-hover {
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid #bb2429;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 12px;
  position: absolute;
  margin: 0 auto;
  width: 200px;
  top: calc(50% - 25px);
  left: calc(50% - 100px);
  opacity: 0;
  transition: 250ms;
  pointer-events: none;
}
#sl-image:hover .edit-area {
  opacity: 1;
}
.source-info {
  border-top: 1px solid #1d1d1d;
  border-bottom: 1px solid;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-top: 32px;
  padding: 12px 0 12px 4px;
  text-align: left;
}
.source-info ol {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
.source-info ol li {
  display: inline;
}
.comment-source {
  font-size: .8em;
  font-weight: normal;
  line-height: 1.1em;
}
.cb-text {
  color: #535353;
  font-size: 11px;
  text-transform: uppercase;
}
.author-source {
  display: block;
  clear: both;
  margin: 4px 0 0 0;
}
/* Comment Section */
#show-char {
  color: #5f5f5f;
  margin-left: 12px;
}
#comments {
  clear: both;
  margin: 36px 0 0 0;
  padding: 0 20px 0 0;
}
#comments h3 {
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 28px;
}
#comments li {
  list-style-type: none;
}
#clip-wrap .tam {
  border-top: 1px solid #1d1d1d;
  padding: 12px 0 0 0;
  position: relative;
  top: -8px;
}
#spotcommentform {
  padding: 10px 0 0 0;
}
ol + #spotcommentform {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
.commentbox {
  margin: 16px 0;
}
.commentsay,
.commentbox {
  min-height: 52px;
  position: relative;
}
.commentsay + fieldset#submit {
  margin-left: 34px;
}
.ucomment {
  margin: 0 0 10px 0;
  position: relative;
}
.commentbox:hover .comment-author .hid {
  display: inline;
}
.ucomment textarea {
  border: 1px solid #1d1d1d;
  height: 80px;
  max-width: 515px;
  width: 62%;
}
.c-avatar {
  float: left;
  position: relative;
}
#spotcommentform .c-avatar {
  left: 0px;
  margin: 0 40px 12px 0;
}
.commentbox .c-avatar {
  float: none;
  top: 0;
}
.comment-author {
  margin-bottom: .25em;
}
.comment-author,
.comment-author small a {
  color: #5f5f5f;
}
.comment-text {
  display: block;
  left: 72px;
  margin: 0 48px -44px 0;
  position: relative;
  top: -64px;
}
#submit {
  display: none;
  float: left;
  left: 72px;
  position: relative;
}
#comment-show {
  display: none;
}
.com-tar {
  display: inline;
  position: relative;
}
#comment-show .com-tar {
  display: block;
}
.com-date-link,
.com-date-link:visited {
  color: #5f5f5f;
}
/* Dicovered By Right Column Styles */
#clip-col-right h3 {
  border-bottom: 1px solid #1d1d1d;
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 5px 0;
}
#clip-col-right h4 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: .5em 0;
}
.clip-hr-right {
  border-top: 1px solid #1d1d1d;
  display: block;
  margin: 0 0 0 0;
  padding: 0;
  width: 302px;
}
.clip-hr-right h4 {
  font-size: 1em;
  margin-top: 8px;
}
#author-wrap h4 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  line-height: .3em;
  margin: 0;
}
.author-comments {
  color: #1d1d1d;
  display: block;
  font-size: 1.2em;
}
.author .h3s {
  color: #1d1d1d;
  border-bottom: 1px solid;
  margin: 0 20px 14px 40px;
  padding-bottom: 4px;
}
.author {
  min-height: 40px;
  padding: 0;
}
.author .c-avatar {
  display: block;
  margin: 0 8px 0 0;
}
.author img {
  border: 1px solid #b1b1b1;
  border-radius: 50%;
  max-width: 40px;
  max-height: 40px;
  object-fit: cover;
  height: auto;
}
.author ul,
.print-author ul {
  line-height: 1.4em;
  list-style: none;
  color: #5f5f5f;
  font-size: .84em;
}
.author .avatar,
.print-author .avatar {
  background: #fff;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  display: block;
  float: left;
  margin-left: 18px;
  margin-right: 8px;
  padding: 4px;
}
.author .avatar img,
.print-author .avatar img {
  background-color: #efefef;
  background-position: center center;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
}
.author-spot-title {
  font-weight: 500;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.author-spot-body {
  font-weight: normal;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
a.wis {
  border-bottom: 2px #8dccf0 solid;
  color: #1d1d1d;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  padding: 2px;
}
a.wis:hover {
  text-decoration: none;
}
/* context image stuff */
#image-context {
  max-width: 150px;
  min-width: 150px;
  margin: 0 20px 0 0;
  min-height: 150px;
}
#image-context img {
  border: 1px solid #ccc;
  width: 100%;
  min-height: 150px;
  background: url('/i/loading-sm.gif');
  background-repeat: no-repeat;
  background-position: center center;
}
/* Also By Right Column Stuff */
#alsoby h4,
#clip-embed h4,
.gridf300 h4 {
  color: #1d1d1d;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: .5em 0;
}
#alsoby {
  border-bottom: 1px solid #1d1d1d;
  margin: 16px 0;
}
#alsoby ul {
  left: -36px;
  margin: 0;
  min-height: 100px;
  position: relative;
}
#alsoby li {
  float: left;
  font-size: .84em;
  line-height: 1.2;
  list-style: none;
  margin: 4px 4px 4px 0;
  padding: 0 4px 0 0;
  width: 80px;
}
#alsoby li a {
  display: block;
  overflow: hidden;
}
#alsoby li a:hover {
  overflow: visible;
}
#alsoby li i {
  border: 1px solid #ccc;
  display: block;
  height: 80px;
  position: relative;
}
#alsoby li:hover img {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-background-size: auto;
  -webkit-background-size: auto;
  background-size: auto;
  height: 142px;
  left: -50px;
  padding: 3px;
  top: -50px;
  width: 142px;
  z-index: 10;
}
#alsoby li img {
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: 80px 80px;
  -webkit-background-size: 80px 80px;
  background-size: 80px 80px;
  border: 3px solid #fff;
  display: block;
  left: 0;
  height: 72px;
  position: absolute;
  top: 0;
  width: 72px;
  -webkit-transition: height .2s linear,width .2s linear,position .2s linear, top .2s linear, left .2s linear, border .2s linear, background .2s linear, padding .2s linear;
}
.alsoby-text {
  display: block;
  height: 44px;
  margin: 4px 0 0 0;
}
.alsoclipped-text {
  display: block;
  margin: 4px 0 0 0;
}
#alsoclippedby h4,
.gridf300 h4 {
  color: #1d1d1d;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.07em;
  font-weight: normal;
  margin: .5em 0;
}
#alsoclippedby {
  border-bottom: 1px solid #1d1d1d;
  margin: 12px 0;
}
#alsoclippedby ul {
  left: -36px;
  position: relative;
}
#alsoclippedby li a {
  display: block;
  overflow: hidden;
}
#alsoclippedby li {
  display: block;
  float: left;
  font-size: .84em;
  line-height: 1.2;
  margin: 4px 8px 4px 0;
  padding: 0 4px 0 0;
  width: 52px;
}
#alsoclippedby li i {
  border: 1px solid #ccc;
  display: block;
  height: 50px;
  position: relative;
}
#alsoclippedby li img {
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: 50px 50px;
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
  border: 3px solid #fff;
  display: block;
  left: 0;
  height: 42px;
  position: absolute;
  top: 0;
  width: 42px;
  -webkit-transition: height .2s linear,width .2s linear,position .2s linear, top .2s linear, left .2s linear, border .2s linear, background .2s linear, padding .2s linear;
}
.preview-block {
  border-bottom: 1px solid #1d1d1d;
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
}
.preview-line {
  border-top: 1px solid #b1b1b1;
  height: 1px;
}
@media (max-width: 767px) {
  .preview-line {
    display: none;
  }
}
.paper-title {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0;
}
.preview-wrap {
  display: flex;
  flex-direction: row;
  margin: 18px 0 30px 0;
}
.preview-info-wrap {
  display: flex;
  flex-direction: column;
  width: calc(100% - 170px);
}
@media (max-width: 768px) {
  .preview-info-wrap {
    width: calc(100% - 120px);
  }
}
.info-wrap .cb-text {
  margin-bottom: -8px;
}
/* Clip Embed */
#clip-embed {
  border-bottom: 1px solid #1d1d1d;
  margin: 16px 0;
  padding: 0 0 8px 0;
}
#embed-btn {
  font-size: 1em;
  margin-bottom: -4px;
}
#embed-btn label {
  display: -moz-inline-box;
  display: inline-block;
  font-size: .84em;
  text-shadow: 0 1px 0 #fff;
  width: 48px;
}
.label-left {
  float: left;
  margin-top: 2px;
}
#clip-embed .share-buttons {
  float: left;
  margin-left: 4px;
  margin-top: -8px;
  width: 220px;
}
/* Search Box Wrap */
.clip-search-wrap-lcol {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px 0;
  max-width: 675px;
  text-align: left;
}
@media (max-width: 767px) {
  .clip-search-wrap-lcol {
    max-width: 767px;
    text-align: center;
  }
}
.clip-search-wrap-lcol .search-now button {
  position: relative;
  top: -2px;
}
.clip-search-wrap {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px 0;
  max-width: 405px;
}
.clip-search-wrap .search-now button {
  position: relative;
  top: -2px;
}
.csw-so {
  background: #A1DAFC;
  border-radius: 6px;
  padding: 14px;
}
.csw-text {
  color: #535353;
  font-weight: bold;
}
@media (max-width: 768px) {
  .csw-text {
    font-size: 14px;
  }
}
.search-now {
  margin-top: 6px;
}
.search-input {
  width: 100%;
}
.search-input input {
  border: 1px solid #707070;
  border-radius: 4px;
  height: 36px;
  padding-left: 8px;
  width: calc(100% - 57px);
}
.col-right-line {
  border-top: 1px solid #b1b1b1;
  height: 1px;
}
/* Try Button */
.try-btn-wrap {
  display: flex;
  margin: 30px 0;
}
.try-btn-wrap .btn-p {
  font-size: 26px;
  font-weight: bold;
  margin: 0 auto;
  padding: 14px 20px;
}
/* Source Information Right Column */
#source {
  border-bottom: 1px solid #1d1d1d;
  margin: 0 0 10px 0;
}
#source h4 {
  color: #1d1d1d;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: .5em 0;
}
.sourcesearch {
  margin: 0 0 12px 0;
}
.sourceby {
  color: #5f5f5f;
}
.sourcesearch .text {
  border: 1px solid #1d1d1d;
  height: 25px;
  width: 200px;
}
.sourceby i {
  font-style: normal;
  position: relative;
  z-index: 10;
}
.sourceby i:hover .moresrc {
  display: block;
}
.sourceby .provider-img img {
  float: left;
  height: 40px;
  margin-right: 10px;
  width: 40px;
}
.src img {
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
#source .src h4 {
  font-size: 100%;
  line-height: 1.2;
  margin: 0;
}
/* Ad Spot Right Column */
.a-spot {
  border-bottom: 1px solid #1d1d1d;
}
.a-spot img {
  padding: 0 0 12px 0;
}
.a-lead {
  border-bottom: none;
}
/* Action Links */
#u-tools {
  margin: 0 0 4px 0;
  min-height: 24px;
  padding: 4px;
  text-align: right;
}
.share-buttons {
  clear: none;
  float: left;
  margin: 0 12px 12px 0;
  position: relative;
  width: 28px;
  z-index: 90;
}
#action-links {
  border-bottom: 1px solid #1d1d1d;
  border-top: 1px solid #1d1d1d;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 4px 0 4px 0;
  min-height: 50px;
  padding: 4px 0;
  text-align: left;
  width: 100%;
}
#action-links a {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: #1d1d1d;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 4px 8px 4px 4px;
  text-decoration: none;
  text-transform: initial;
  width: auto;
}
@media (min-width: 768px) {
  #action-links a {
    height: 20px;
    padding: 4px 8px 12px 4px;
  }
}
#action-links a:hover {
  background: #d3d3d3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d3d3d3 0%, #f9f9f9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3d3d3), color-stop(100%, #f9f9f9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d3d3d3 0%, #f9f9f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d3d3d3 0%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d3d3d3 0%, #f9f9f9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d3d3d3 0%, #f9f9f9 100%);
  /* W3C */
  border-color: #1d1d1d;
  /*Box shadow*/
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3) /*Top*/, inset 0 0 2px rgba(255, 255, 255, 0.3) /*Shine*/ 0 1px 2px rgba(0, 0, 0, 0.29) /*Shadow*/;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3) /*Top*/, inset 0 0 2px rgba(255, 255, 255, 0.3) /*Shine*/;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3) /*Top*/, inset 0 0 2px rgba(255, 255, 255, 0.3) /*Shine*/;
  color: #1d1d1d;
  text-decoration: none;
  text-shadow: 0px 1px 0px #fff;
}
.action-links ul li.user {
  border-top: 1px solid #ccc;
}
.action-links ul li a {
  display: block;
  padding: 3px;
}
.action-links .watch-btn {
  background: url('/i/clip-sprite-small-v4.png') -40px -3px no-repeat;
}
.action-links .btn-t {
  margin: 0 0 0 4px;
}
#no-border a {
  border: none;
}
#save-wrapper {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #485001;
  height: 28px;
  overflow: hidden;
  width: 28px;
}
#save-button-wrap {
  font-size: 14px;
  height: 36px;
}
#save-button-wrap2 {
  display: block;
}
.a .btnO {
  display: inline-block;
  float: left;
  line-height: 1;
  margin-right: 4px;
  padding: 6px 15px;
}
.watch-btn,
.unwatch-btn {
  padding: 0 0 0 28px;
}
/* Learn More */
a.learnmore-icon {
  background: #999;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  color: #000;
  float: right;
  font-size: 13px;
  font-weight: bold;
  margin: 2px 0 0 8px;
  opacity: .4;
  padding: 4px 9px;
  text-shadow: 0px 1px 0px #fafafa;
}
.learnmore-icon:hover {
  background: #999;
  color: #fafafa;
  opacity: 1;
  text-decoration: none;
  text-shadow: 0px -1px 0px #7a2703;
}
/* Clipping Market as Private */
#spotPrivateTitle {
  display: block;
  font-size: 1em;
  line-height: 1.2em;
  padding: 64px 0 4px 4px;
  text-align: center;
}
#spotPrivateBody {
  font-weight: normal;
}
.spotPrivateSignin {
  text-align: center;
}
.ownername {
  word-wrap: break-word;
  -webkit-hyphens: manual;
  -moz-hyphens: manual;
  -ms-hyphens: manual;
  -o-hyphens: manual;
  hyphens: manual;
}
.ocr-wrap {
  border-top: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
  padding: 6px 0 4px 0;
}
#ocr {
  display: none;
}
#ocr + label {
  cursor: pointer;
}
#ocr + label:hover {
  color: #464646;
}
#ocr + label:after {
  content: "\20";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top-color: #1d1d1d;
}
#ocr + label i {
  display: none;
  font-style: normal;
}
#ocr + label + .ocrtext {
  height: 1px;
  overflow: hidden;
  line-height: 1.25em;
  text-align: left;
}
#ocr:checked + label span {
  display: none;
}
#ocr:checked + label i {
  display: inline;
}
#ocr:checked + label + .ocrtext {
  height: auto;
}
#ocr:checked + label:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* Legacy CSS */
.editinfo {
  color: #5f5f5f;
  font-size: .84em;
  margin-bottom: 20px;
}
.editinfo a {
  border-radius: 8px;
  border: 1px solid #cbc9c9;
  color: #555;
  padding: 2px 10px;
  text-shadow: 0 1px 0 #fff;
}
.editinfo a:hover {
  background-color: #cbc9c9;
  background-image: none;
  text-decoration: none;
}
.moresrc {
  background-color: rgba(0, 0, 0, 0.7);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  display: none;
  left: -68px;
  max-width: 350px;
  min-width: 300px;
  padding: 7px;
  position: absolute;
  top: -18px;
  z-index: 10;
  -webkit-transition: all 1s ease-in-out;
}
.moresrc b {
  background: #fff;
  border: 1px solid #777;
  border-color: #555 #555 #777 #777;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: block;
  font-weight: normal;
  line-height: 1.2;
  padding: 10px 7px 10px 10px;
}
.provider-img ~ .location {
  padding-left: 50px;
}
.actionbtn.btn-t {
  padding-right: 15px;
  position: relative;
}
.arrowd {
  border: 1px solid #444;
  border-width: 6px 3px 0;
  border-right-color: transparent;
  border-left-color: transparent;
  position: absolute;
  right: 5px;
  top: 8px;
  width: 0;
  height: 0;
}
.gridf300 .a-spot {
  height: 250px;
  margin: 20px 0 0;
}
em.bookmark {
  font-style: normal;
}
.minfo {
  position: relative;
}
#watchbtninfo {
  background: url("/i/infoBtn.gif") no-repeat 0 0;
  cursor: help;
  display: block;
  height: 17px;
  position: absolute;
  right: 10px;
  top: 3px;
  width: 17px;
  text-decoration: none;
}
.share-btns {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
}
.share-btns a,
.share-btns iframe {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.divide {
  font-size: .76em;
}
#embed-btn .btn-t,
#embed-btn .btn-t:hover {
  margin-top: 0;
  padding: 0 8px;
}
#reportabuse {
  background: #eee;
  font-size: .821em;
  line-height: 1.4em;
  padding: 12px;
}
#reportabuse textarea {
  width: 100%;
}
.entryabuse {
  background: url(/i/arrow-up.gif) no-repeat 70px 0;
  padding: 1px 0 0;
}
.entryabuse form {
  margin-top: 12px;
  padding: 20px;
}
.entryabuse textarea {
  height: 50px;
  margin: 0 0 5px;
  width: 300px;
}
/* ! list pages --------------- */
.topper {
  margin-top: 20px;
}
.sorter {
  color: #999;
  float: left;
  padding: 3px 0 5px;
  white-space: nowrap;
}
#footnotepage-list-page .sorter {
  float: none;
}
.sorter b {
  /* background: url(/i/down.gif) no-repeat 50% 100%; */
  color: #111;
  font-weight: bold;
  padding: 0 5px;
}
.sorter a,
.sorter span {
  padding: 0 5px;
}
.sl-list {
  table-layout: fixed;
}
.sl-list th {
  background: #e0f1ff;
  clear: both;
  font-weight: normal;
  padding: 5px;
}
.sl-list tfoot th {
  background: #fff;
}
.sl-list tbody td {
  border: 1px dotted #b3b3b3;
  border-width: 1px 0;
  padding: 10px 0;
  vertical-align: top;
}
.sl-list tbody .slinfo {
  padding-left: 20px;
  word-wrap: break-word;
  overflow: hidden;
}
.sl-list tbody .dt {
  white-space: nowrap;
  padding: 10px 8px;
}
.slinfo h3 {
  font-size: 1em;
  font-weight: bold;
  margin-right: 85px;
}
.slinfo h3 a {
  text-decoration: none;
}
.slinfo h3 a:hover {
  text-decoration: underline;
}
.sl-list ul {
  color: #555;
  font-size: 92%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sl-list .slinfo .gray {
  margin: 0 0 10px;
}
.sl-list .commentmeta {
  margin: 20px 0;
}
.shdw span {
  background: #F7F7F7;
  border: 1px solid #ccc;
  display: block;
  width: 200px;
}
.shdw em {
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  cursor: pointer;
  display: block;
  height: 150px;
}
.md-img b {
  color: #999;
  display: block;
  font-style: normal;
  font-weight: normal;
  margin-top: 100px;
  text-align: center;
}
.md-img b small {
  display: block;
}
.shdw a:hover span.md-img,
.thisconnect .md-img,
.shdw a:hover span {
  border-color: #114488;
}
.shdw a.clear:hover .md-img {
  border-color: #ccc;
}
.slinfo .author {
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 8px 1px 8px 20px;
  text-decoration: none;
}
.slinfo .author:hover {
  text-decoration: underline;
}
/* connections list */
.connect-img {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 1px;
  overflow: hidden;
}
.md-cx .md-img + .md-img {
  float: right;
}
.md-cx .md-img {
  float: left;
  margin: 1%;
  width: 45%;
}
.md-cx .shdw em {
  height: 100px;
}
.md-cx .shdw a.clear {
  background-color: #F7F7F7;
  border: 1px solid #ccc;
  display: block;
  padding: 2px;
  width: 200px;
}
.md-cx .shdw a.clear:hover {
  border-color: #114488;
  border-width: 2px;
  padding: 1px;
}
.md-cx a:hover .md-img {
  border-color: #ccc;
}
.md-cx a:hover .md-img .connect-img {
  border-color: #fff;
}
.md-cx h3 b {
  color: #555;
  text-transform: lowercase;
}
.subtitle {
  color: #555555;
  font-size: 0.846em;
  margin: 0;
  text-transform: uppercase;
}
.sortby {
  float: right;
  font-size: 0.923em;
  margin-top: -26px;
  text-align: right;
}
.gridf2-5 .sortby {
  position: relative;
}
p.tools {
  position: relative;
  margin: 0;
}
.sl-list .cb-point {
  margin-right: 80px;
}
.tools .btn-t {
  position: absolute;
  right: 10px;
  top: 5px;
  visibility: hidden;
}
.commentlist.tools .btn-t {
  right: 0;
}
.slinfo:hover .tools .btn-t,
.listing-page:hover .tools .btn-t {
  visibility: visible;
}
.slinfo:hover p.tools:hover,
.listing-page p.tools:hover {
  opacity: 1;
}
#abuse {
  margin-top: 20px;
}
/* end lists pages  styles*/
/* !--- Fix for comment character count --- */
/* target retina and high-DPI screens: */
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #share-fb-square-sm a:link {
    background: url('/i/social-sprite-small@2x.png') no-repeat top left;
    background-size: 84px 84px;
    display: block;
    padding: 14px;
    text-decoration: none;
  }
  #share-fb-square-sm a:hover {
    background: url('/i/social-sprite-small@2x.png') no-repeat 0 -56px;
    background-size: 84px 84px;
    display: block;
    padding: 14px;
    text-decoration: none;
  }
  #share-twt-square-sm a:link {
    background: url('/i/social-sprite-small@2x.png') no-repeat -28px 0;
    background-size: 84px 84px;
    display: block;
    padding: 14px;
    text-decoration: none;
  }
  #share-twt-square-sm a:hover {
    background: url('/i/social-sprite-small@2x.png') no-repeat -28px -56px;
    background-size: 84px 84px;
    display: block;
    padding: 14px;
    text-decoration: none;
  }
  #pinit-square-sm a:link {
    background: url('/i/social-sprite-small@2x.png') no-repeat -56px 0;
    background-size: 84px 84px;
    display: block;
    padding: 16px;
    text-decoration: none;
  }
  #pinit-square-sm a:hover {
    background: url('/i/social-sprite-small@2x.png') no-repeat -56px -56px;
    background-size: 84px 84px;
    display: block;
    padding: 14px;
    text-decoration: none;
  }
  #email-square-sm a:link {
    background: url('/i/social-sprite-small@2x.png') no-repeat -84px 0;
    background-size: 84px 84px;
    display: block;
    padding: 16px;
    text-decoration: none;
  }
  #email-square-sm a:hover {
    background: url('/i/social-sprite-small@2x.png') no-repeat -84px -56px;
    background-size: 84px 84px;
    display: block;
    padding: 14px;
    text-decoration: none;
  }
  #acom-square-sm a:link {
    background: url('/i/social-sprite-small-v5@2x.png') no-repeat -112px 0;
    background-size: 84px 84px;
    display: block;
    padding: 16px;
    text-decoration: none;
  }
  #acom-square-sm a:hover {
    background: url('/i/social-sprite-small-v5@2x.png') no-repeat -112px -56px;
    background-size: 84px 84px;
    display: block;
    padding: 14px;
    text-decoration: none;
  }
}
/* Fix for long titles */
@media only screen and (max-width: 1050px) {
  #save-button-wrap {
    padding: 2px 8px 0 8px;
  }
}
/* !--- ipad Portait --- */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 800px) {
  .action-links {
    margin: 0 12px 8px 0;
  }
  .share-buttons {
    margin: 0 0 12px 0;
  }
  #submit {
    top: 0px;
  }
  #u-tools {
    clear: left;
    margin: 0;
    min-height: inherit;
    padding: 0;
  }
  #sl-image img {
    max-width: 84%;
  }
}
/* Mobile Portrait/Landscape Margin Adjust */
@media only screen and (max-width: 479px) {
  .com-tar {
    left: 0px;
  }
  #submit {
    left: 0px;
  }
  .share-buttons {
    margin: 0 8px -20px 0;
    top: -42px;
  }
  .a-spot img {
    margin: 0 0 0 -4px;
  }
  .action-links .btn-t {
    margin: 0 0 12px 4px;
  }
  #clip-embed .share-buttons {
    margin: 0 8px 0px 0;
    top: -4px;
  }
  #action-links {
    clear: both;
    float: left;
    margin-top: 8px;
    margin-bottom: 24px;
  }
  #author-wrap {
    text-align: left;
  }
  .author .avatar {
    float: left;
    margin-left: -8px;
  }
  #action-links a {
    border-left: none;
    border-right: none;
    padding: 4px 14px 0 14px;
  }
  #save-button-wrap {
    border-left: none;
    border-right: none;
  }
  #save-button-wrap2 {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #485001;
    height: 31px;
    overflow: hidden;
    width: 39px;
  }
  #action-links .clip-del {
    border-right: none;
  }
  .clip-btn-txt {
    display: none;
  }
  #alsoby ul {
    width: 300px;
  }
}
#fn-sharespotlight .clip-share-btn {
  margin-top: 4px;
}
#fn-sharespotlight .clip-btn-txt {
  top: -2px;
}
/* !PRINT */
@media print {
  #logoclip {
    border: 0;
    display: list-item;
    list-style-image: url('/i/logo-lg.png');
    list-style-position: inside;
    height: 25px;
    margin: 8px 0 24px 24px;
    width: 144px;
  }
  #logo,
  #embed,
  a.wis,
  #related,
  #u-tools,
  #poptitles,
  #share,
  .flag-container,
  .b3,
  #alsoclippedby,
  #alsoby,
  .a-spot,
  #clip-embed,
  #clip-col-right {
    display: none;
  }
  #clip-col-left {
    width: 96%;
  }
  .print-author h4 {
    font-family: 'Helvetica Neue', arial, sans-serif;
    font-weight: normal;
    position: relative;
    margin-bottom: 4px;
  }
  .spotTitle {
    font-size: 30px;
  }
  .spotBody {
    font-size: 12px;
  }
  #sl-image img {
    border: 4px solid #7a7a7a;
    box-shadow: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    max-height: 820px;
    max-width: 800px;
    position: relative;
    top: 12px;
  }
  #sl-image {
    margin-bottom: -80px;
    padding: 0 0 32px 0;
  }
  #spotlight {
    margin: 0px;
    padding: 0px;
  }
  .cr a {
    display: none;
  }
  .cr {
    margin-left: 8px;
    margin-top: -16px;
  }
  footer #breadcrumbs,
  footer .cr {
    font-size: 12pt;
  }
  #fn-page:after {
    background: none;
    border: none;
  }
  #content:after {
    background: none;
    border: none;
  }
  footer {
    padding: 12px 0 0 0;
    margin-bottom: -100px;
    position: relative;
    top: 76px;
  }
  .footsection {
    border: none;
    margin-top: -12px;
  }
  .boot-contain {
    border: none;
  }
  #action-links {
    display: none;
  }
}
