* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
audio[controls],
canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  font-size: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}
body {
  margin: 0;
  font: normal 12px/17px Arial, sans-serif;
  height: 100%;
}
body > footer {
  padding-top: 0;
  overflow: hidden;
}
body > footer > div {
  width: 940px;
  margin: 0 auto;
  overflow: hidden;
}
body > footer .footer-logo-wrapper {
  float: right;
  height: 74px;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
a {
  color: #00e;
  outline: none;
}
a img {
  border: 0;
}
a:visited {
  color: #551a8b;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
label {
  cursor: pointer;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button {
  border: 0;
  padding: 0;
  outline: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
video {
  display: block;
}
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
p {
  margin: 0;
}
form[role=search] input {
  display: inline-block;
  height: 18px;
  background: 0 0;
  border: 0;
  padding: 0;
  line-height: 18px;
  vertical-align: middle;
  color: gray;
}
body#featured {
  height: 100%;
  padding-top: 0px;
  font-family: Georgia, serif;
}
body#featured.admin-bar #banner {
  top: 32px;
}
body#featured #banner {
  width: 100%;
  height: 40px;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  background: #f1f1f1;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
  margin: 0;
  padding: 0;
}
body#featured #banner div.logo-wrapper {
  position: absolute;
  left: 0;
  top: 0;
}
body#featured #banner div.logo-wrapper a:hover,
body#featured #banner div.logo-wrapper a:focus {
  text-decoration: none;
}
body#featured #banner a.logo_style {
  width: 84px;
  height: 40px;
  display: block;
}
body#featured header {
  height: 85%;
  max-height: 1000px;
  min-height: 600px;
  overflow: hidden;
}
body#featured header.old {
  width: 100%;
  position: relative;
  height: auto;
  max-height: none;
  min-height: 0;
}
body#featured header.old img {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  left: auto;
  top: auto;
  max-width: 100%;
  min-width: 980px;
  margin: 0 auto;
  max-height: 1500px;
  height: auto;
}
body#featured header figure {
  height: 100%;
  width: 100%;
  position: relative;
}
body#featured header figure img {
  max-width: none;
  min-width: 1000px;
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
}
body#featured article.featured {
  position: relative;
}
body#featured article.featured .titles h1 {
  font: 600 60px/70px Arial, sans-serif;
  width: 900px;
  margin: -93px auto 0px auto;
  position: relative;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
  padding: 20px 20px 0 20px;
  display: block;
  min-height: 93px;
  background-color: #fff;
}
body#featured article.featured .titles h1:after {
  content: "";
  background: url("../images/header-cut.png") top right no-repeat;
  display: block;
  width: 33px;
  height: 97px;
  position: absolute;
  right: -33px;
  top: 0px;
}
body#featured article.featured .titles h2 {
  font: normal 24px/36px Arial, sans-serif;
  width: 900px;
  margin: 10px auto 0 auto;
  padding: 0px 20px;
}
body#featured article.featured div.meta-placeholder {
  margin: 30px auto 20px;
  padding: 0px 0px 0px 30px;
  display: block;
  width: 900px;
}
body#featured article.featured div.meta,
body#featured article.featured div.meta-placeholder {
  height: 40px;
  position: relative;
}
body#featured article.featured div.meta.state-unlocked > div {
  padding: 0px 20px 0px 0px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
body#featured article.featured div.meta.state-unlocked .author {
  font: 14px/40px Georgia, serif;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
  color: #333;
}
body#featured article.featured div.meta.state-unlocked .author a {
  font: bold 14px/40px Georgia, serif;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
  color: #333;
  text-decoration: none;
}
body#featured article.featured div.meta.state-unlocked .author a:hover {
  text-decoration: underline;
}
body#featured article.featured div.meta.state-unlocked time {
  color: #333333;
  padding-left: 12px;
  margin-left: 12px;
  border-left: 1px solid #d9d9d9;
}
body#featured article.featured div.meta.state-locked {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1000;
}
body#featured article.featured div.meta.state-locked > div {
  margin-left: 55px;
  border: none;
}
body#featured article.featured div.meta.state-locked .author,
body#featured article.featured div.metastate-locked time {
  display: none;
}
body#featured article.featured #featured-content .float-left,
body#featured article.featured #featured-content .align-left {
  float: left;
  margin: 0 30px 0 -55px;
}
body#featured article.featured #featured-content .float-right,
body#featured article.featured #featured-content .align-right {
  float: right;
  margin: 0 -55px 0 30px;
}
body#featured article.featured #featured-content section.main > footer {
  margin-top: 65px;
}
body#featured article.featured #featured-content section.content-text {
  padding: 0px;
}
body#featured article.featured #featured-content section.content-text header h1,
body#featured article.featured #featured-content section.content-text header h2 {
  display: block;
  position: relative;
  z-index: 40;
}
body#featured article.featured #featured-content section.content-text:first-child > p:first-child {
  font: normal 22px/32px "Times New Roman", sans-serif;
  width: 880px;
  margin: 0px 75px 40px -75px;
  overflow: hidden;
}
body#featured article.featured #featured-content section.content-text:first-child > p:first-child:first-letter {
  font: 400 105px/105px "Times New Roman", Arial, sans-serif;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
  float: left;
  padding-right: 10px;
}
body#featured article.featured #featured-content section.content-text:first-child > p:first-child > * {
  margin-left: 55px !important;
}
body#featured article.featured #featured-content section.content-text:first-child > p:first-child {
  padding-left: 0px;
}
body#featured article.featured #featured-content section.content-text:first-child > p:first-child > * {
  margin-left: 0px !important;
}
body#featured article.featured #featured-content section.content-text figure.image-style440_293,
body#featured article.featured #featured-content section.content-text figure.image-style440_550,
body#featured article.featured #featured-content section.content-text figure.image-style440_660 {
  width: 440px;
}
body#featured article.featured #featured-content .item-blocks {
  width: 100%;
  background: white;
}
body#featured article.featured #featured-content .item-block-wrapper {
  width: 972px;
  margin: 0 auto;
  font-size: 0;
  zoom: 1;
}
body#featured article.featured #featured-content .item-block-wrapper:before,
body#featured article.featured #featured-content .item-block-wrapper:after {
  content: " ";
  display: table;
}
body#featured article.featured #featured-content .item-block-wrapper:after {
  clear: both;
}
body#featured article.featured #featured-content .item-block-wrapper .item-block {
  display: inline-block;
  width: 300px;
  min-height: 260px;
  margin: 0px 12px 30px 12px;
  cursor: pointer;
  vertical-align: top;
}
body#featured article.featured #featured-content .item-block-wrapper .item-block.ad .ad_desktop {
  margin: 0px;
}
body#featured article.featured #featured-content .item-block-wrapper .item-block .heading h2,
body#featured article.featured #featured-content .item-block-wrapper .item-block .heading h3 {
  text-align: center;
}
body#featured article.featured #featured-content .item-block-wrapper .item-block .heading h2 {
  font-size: 18px;
  line-height: 18px;
  margin: 10px 0px 10px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .1em;
}
body#featured article.featured #featured-content .item-block-wrapper .item-block .heading h3 {
  font-style: italic;
  font-size: 14px;
  line-height: 14px;
  margin: 0px 0px 10px;
  color: #000;
}
body#featured article.featured #featured-content .item-block-wrapper .item-block .heading .arrow:before {
  display: none;
  height: 10px;
  margin: 0 auto;
  font-size: 45px;
  text-align: center;
  line-height: 0px;
  content: "&#8964;";
}
body#featured article.featured #featured-content .item-block-wrapper .item-block.active .heading .arrow:before {
  display: block;
}
body#featured article.featured #featured-content .item-block-wrapper .item-block.active .img-holder .border {
  height: 8px;
  width: 100%;
  background-color: #c0c0c0;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
body#featured article.featured #featured-content .item-block-wrapper .item-block .img-holder {
  position: relative;
  height: 199px;
}
body#featured article.featured #featured-content .item-block-wrapper .item-block .img-holder:hover .overlay {
  display: block;
}
body#featured article.featured #featured-content .item-block-wrapper .item-block .img-holder:hover .overlay .index {
  display: block;
}
body#featured article.featured #featured-content .item-block-wrapper .item-block .img-holder:hover .index {
  display: none;
}
body#featured article.featured #featured-content .item-block-wrapper .item-block .img-holder > .index {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 63px;
  width: 63px;
  line-height: 63px;
  font-size: 23px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: rgba(150, 150, 150, 0.75);
  font-family: Arial, sans-serif;
}
body#featured article.featured #featured-content .item-block-wrapper .item-block .img-holder .overlay {
  display: none;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(150, 150, 150, 0.9);
  color: #fff;
  padding-top: 80px;
  text-align: center;
  font-size: 18px;
}
body#featured article.featured #featured-content .item-block-wrapper .item-block .img-holder .overlay .read {
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
}
body#featured article.featured #featured-content .item-block-wrapper .item-block .img-holder .overlay .index {
  font-size: 26px;
}
body#featured article.featured #featured-content .item-block-wrapper .item-block:hover .img-holder .overlay {
  display: block;
}
body#featured article.featured #featured-content .item-block-wrapper .item-block:hover .img-holder .overlay .index {
  display: block;
}
body#featured article.featured #featured-content .item-block-wrapper .item-block:hover .img-holder .index {
  display: none;
}
body#featured article.featured #featured-content .item-block-wrapper .item-block .body {
  display: none;
}
body#featured article.featured #featured-content .item-block-wrapper .expanded-content {
  display: none;
  float: left;
  width: 100%;
}
body#featured article.featured #featured-content .item-block-wrapper .expanded-content .wrapper {
  width: 948px;
  -webkit-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 20px 20px -20px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #c0c0c0;
  margin: 0px auto 40px;
  padding: 40px 15px 0px 15px;
  position: relative;
}
body#featured article.featured #featured-content .item-block-wrapper .expanded-content .wrapper .heading {
  min-height: 48px;
  margin-bottom: 25px;
  position: relative;
}
body#featured article.featured #featured-content .item-block-wrapper .expanded-content .wrapper .heading .index {
  float: left;
  display: block;
  height: 48px;
  width: 48px;
  background-color: rgba(150, 150, 150, 0.75);
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  margin-right: 10px;
  font-family: Arial, sans-serif;
}
body#featured article.featured #featured-content .item-block-wrapper .expanded-content .wrapper .heading .post-title {
  font-size: 14px;
  line-height: 14px;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: bold;
}
body#featured article.featured #featured-content .item-block-wrapper .expanded-content .wrapper .heading .post-title,
body#featured article.featured #featured-content .item-block-wrapper .expanded-content .wrapper .heading .title {
  letter-spacing: .1em;
}
body#featured article.featured #featured-content .item-block-wrapper .expanded-content .wrapper .heading .title {
  font-size: 36px;
  line-height: 37px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  width: 75%;
  margin-top: 4px;
}
body#featured article.featured #featured-content .item-block-wrapper .expanded-content .wrapper .close {
  background: url("../images/close.png") no-repeat;
  cursor: pointer;
  height: 28px;
  width: 27px;
  line-height: 15px;
  padding: 3px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  opacity: 1;
  filter: alpha(opacity=100);
}
body#featured article.featured #featured-content .item-block-wrapper .expanded-content .wrapper .content {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 60px;
  zoom: 1;
  font-family: Georgia, serif;
}
body#featured article.featured #featured-content .item-block-wrapper .expanded-content .wrapper .content:before,
body#featured article.featured #featured-content .item-block-wrapper .expanded-content .wrapper .content:after {
  content: " ";
  display: table;
}
body#featured article.featured #featured-content .item-block-wrapper .expanded-content .wrapper .content:after {
  clear: both;
}
body#featured article.featured #featured-content .item-block-wrapper .expanded-content .wrapper .content .mainembed.align-left {
  margin: 0px 15px 15px 0px;
}
body#featured article.featured #featured-content .item-block-wrapper .expanded-content .wrapper .content .mainembed.align-right {
  margin: 0px 0px 15px 15px;
}
body#featured article.featured #featured-content .item-block-wrapper .expanded-content .wrapper .content .mainembed .img-wrap {
  text-align: center;
}
body#featured article.featured .parallax-window {
  width: 100%;
  min-height: 500px;
  background: transparent;
  margin-bottom: 20px;
}
body#featured article.featured .no_scroll {
  overflow: hidden !important;
}
body#featured article.featured section.content-text,
body#featured .container.content {
  font: normal 18px/30px Georgia, serif;
  margin: auto auto 40px;
  width: 710px;
  padding: 0px;
}
body#featured article.featured section.content-text > p,
body#featured .container.content > p,
body#featured article.featured section.content-text > div,
body#featured .container.content > div {
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0;
}
body#featured article.featured section.content-text a,
body#featured .container.content a {
  color: #e41c39;
  text-decoration: none;
}
body#featured article.featured section.content-text a:hover,
body#featured .container.content a:hover {
  text-decoration: underline;
}
body#featured article.featured section.content-text blockquote,
body#featured .container.content blockquote {
  border-left: 0px;
  width: 440px;
  position: relative;
  margin: 85px auto 85px;
  padding: 0px;
  color: #e41c39;
  font-size: 35px;
  line-height: 45px;
}
body#featured article.featured section.content-text blockquote.align-right,
body#featured .container.content blockquote.align-right,
body#featured article.featured section.content-text blockquote.float-right,
body#featured .container.content blockquote.float-right {
  margin: 0 -55px 85px 30px !important;
}
body#featured article.featured section.content-text blockquote.align-left,
body#featured .container.content blockquote.align-left,
body#featured article.featured section.content-text blockquote.float-left,
body#featured .container.content blockquote.float-left {
  margin: 0 30px 85px -55px !important;
}
body#featured article.featured section.content-text blockquote:before,
body#featured .container.content blockquote:before {
  content: "\201C";
  position: absolute;
  top: 45px;
  left: 45px;
  font-size: 200px;
  color: #e41c39;
  font-family: Arial;
}
body#featured article.featured section.content-text blockquote:after,
body#featured .container.content blockquote:after {
  content: "\201D";
  position: absolute;
  bottom: -85px;
  right: 0;
  font-size: 200px;
  color: #e41c39;
  font-family: Arial;
}
body#featured article.featured section.content-text figure,
body#featured .container.content figure {
  margin-bottom: 15px;
}
body#featured article.featured section.content-text figure > span,
body#featured .container.content figure > span {
  display: block;
  position: relative;
}
body#featured article.featured section.content-text figure > span > button,
body#featured .container.content figure > span > button {
  position: absolute;
  right: 0;
  bottom: 0;
}
body#featured article.featured section.content-text figure img,
body#featured .container.content figure img {
  display: block;
}
body#featured article.featured section.content-text figure figcaption,
body#featured .container.content figure figcaption {
  font: normal 12px/14px Arial, sans-serif;
  color: #666;
  background: #eee;
  text-align: right;
  padding: 10px 12px;
}
body#featured article.featured section.content-text figure figcaption span,
body#featured .container.content figure figcaption span {
  font-size: 10px;
  font-style: italic;
  color: #999;
  text-transform: uppercase;
}
body#featured article.featured section.content-text.lead-credit,
body#featured .container.content.lead-credit {
  font: italic 12px/25px Arial, sans-serif;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0px;
}
body#featured article.featured section.content-text.lead-credit span,
body#featured .container.content.lead-credit span {
  color: #999;
}
body#featured article.featured section.content-text.verbatim,
body#featured .container.content.verbatim {
  width: 100%;
}
body#featured article.featured section.content-text .mainembed,
body#featured .container.content .mainembed {
  margin-bottom: 40px;
}
body#featured article.featured section.content-text .mainembed .credit small,
body#featured .container.content .mainembed .credit small,
body#featured article.featured section.content-text .mainembed .credit-right small,
body#featured .container.content .mainembed .credit-right small {
  font-weight: 700;
  text-transform: uppercase;
}
body#featured article.featured section.content-text .mainembed .credit-right,
body#featured .container.content .mainembed .credit-right {
  float: right;
  color: #888;
}
body#featured article.featured section.content-text .mainembed .description,
body#featured .container.content .mainembed .description {
  position: relative;
}
body#featured article.featured section.content-text .featured-story-ad,
body#featured .container.content .featured-story-ad {
  margin-left: -130px;
  width: 970px;
  text-align: center;
  clear: both;
}
body#featured article.featured section.content-text h1,
body#featured .container.content h1,
body#featured article.featured section.content-text h2,
body#featured .container.content h2,
body#featured article.featured section.content-text h3,
body#featured .container.content h3,
body#featured article.featured section.content-text h4,
body#featured .container.content h4,
body#featured article.featured section.content-text h5,
body#featured .container.content h5,
body#featured article.featured section.content-text h6,
body#featured .container.content h6 {
  font-family: Georgia, serif;
}
body#featured article.featured section.content-text .row.tags,
body#featured .container.content .row.tags {
  font: 400 14px/20px Arial, sans-serif;
  margin: 40px 0 0px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 0;
  width: 100%;
}
body#featured article.featured section.content-text .row .tagged,
body#featured .container.content .row .tagged {
  color: #999;
}
body#featured article.featured section.content-text .row .tagged b,
body#featured .container.content .row .tagged b {
  color: #262626;
  text-transform: uppercase;
}
body#featured article.featured section.content-text .row .tagged a,
body#featured .container.content .row .tagged a {
  color: #999;
  display: inline;
  text-decoration: none;
  font-weight: 400;
}
body#featured article.featured section.content-text .author-footer,
body#featured .container.content .author-footer {
  height: 80px;
  width: 100%;
  overflow: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #f7f7f7;
  padding: 0px 30px;
  position: relative;
}
body#featured article.featured section.content-text .author-footer .inner,
body#featured .container.content .author-footer .inner {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}
body#featured article.featured section.content-text .author-footer .inner .avatar,
body#featured .container.content .author-footer .inner .avatar {
  display: inline-block;
}
body#featured article.featured section.content-text .author-footer .inner .text,
body#featured .container.content .author-footer .inner .text {
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  padding-left: 30px;
  word-break: normal;
  max-width: 480px;
  line-height: 14px;
}
body#featured article.featured section.content-text .author-footer .inner .text .name,
body#featured .container.content .author-footer .inner .text .name {
  font-size: 16px;
  line-height: 24px;
}
body#featured article.featured section.content-text .author-footer .inner .text .list,
body#featured .container.content .author-footer .inner .text .list {
  font-size: 12px;
}
body#featured article.featured section.content-text .author-footer .inner .text .list ul,
body#featured .container.content .author-footer .inner .text .list ul {
  margin-left: 0px;
}
body#featured article.featured section.content-text .author-footer .inner .text .list ul li,
body#featured .container.content .author-footer .inner .text .list ul li {
  display: inline-block;
  margin-right: 30px;
  line-height: 10px;
}
body#featured article.featured section.content-text .author-footer .inner .text .list ul li a:before,
body#featured .container.content .author-footer .inner .text .list ul li a:before {
  font-family: 'sm-icons';
  margin-right: 8px;
  font-size: 22px;
  position: relative;
  top: 5px;
}
body#featured article.featured section.content-text .author-footer .inner .text .list ul li a.email:before,
body#featured .container.content .author-footer .inner .text .list ul li a.email:before {
  content: "\f003";
  top: 4px;
}
body#featured article.featured section.content-text .author-footer .inner .text .list ul li a.twitter:before,
body#featured .container.content .author-footer .inner .text .list ul li a.twitter:before {
  content: "\f099";
}
body#featured nav#admin_panel {
  position: fixed;
  right: 0px;
  bottom: 60px;
  top: auto;
  margin-right: 0px;
  z-index: 100000000;
  overflow: hidden;
}
body#featured .parallax-credit {
  position: relative;
  top: -18px;
  margin-bottom: 20px;
  text-align: right;
  color: #777;
  font-size: 11px;
}
body#featured .parallax-credit small {
  font-weight: 700;
  text-transform: uppercase;
}
body#featured .float-left,
body#featured .align-left {
  margin-right: 0px;
}
body#featured footer {
  padding-top: 20px;
}
