.fine-print {
  font-size: 0.8em;
}
.lbl-black {
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1a1a1a;
}
a.menulinks {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
}
h1.node-title {
  margin-top: 0.5em;
  font-size: 2em;
  color: #333333;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  h1.node-title {
    font-size: 4em;
    margin-top: 1em;
  }
}
.spacer-top {
  margin-top: 2em;
}
@media all and (min-width: 768px) {
  .spacer-top {
    margin-top: 3em;
  }
}
.printthis {
  color: #555555;
}
.spacer {
  margin-top: 2em;
  margin-bottom: 2em;
}
div.nodeshare-inline {
  padding-top: 0.5em;
  border-top: 1px solid #d5d9dd;
  border-bottom: 1px solid #d5d9dd;
}
a.fa-facebook,
a.fa-twitter,
a.fa-google-plus,
a.fa-linkedin,
a.fa-rss,
a.fa-envelope,
a.fa-print {
  font-size: 1em;
  padding-top: 0.5em;
  padding-left: 0.5em;
  color: #ffffff;
  height: 2.0em;
  width: 2.0em;
  border-radius: 10%;
  text-decoration: none;
}
a.fa-facebook {
  background-color: #3b5998;
}
a.fa-google-plus {
  background-color: #C63D2D;
}
a.fa-twitter {
  background-color: #33CCFF;
}
a.fa-linkedin {
  background-color: #0e76a8;
}
a.fa-rss {
  background-color: #fa9b39;
}
a.fa-envelope {
  background-color: #666666;
}
a.fa-print {
  background-color: #8080B2;
}
.article-text {
  margin-top: 0.6em;
}
.article-text ol li,
.article-text ul li {
  color: #555555;
  font-family: Georgia, "Times New Roman", Times, serif;
}
@media all and (min-width: 768px) {
  .article-text ol li,
  .article-text ul li {
    font-size: 1.2em;
  }
}
.article-text ol li > ol li,
.article-text ul li > ol li,
.article-text ol li ul li,
.article-text ul li ul li {
  font-size: 1em;
}
.article-text > p {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-top: 0.6em;
  margin-bottom: 1.5em;
  color: #555555;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .article-text > p {
    font-size: 1.2em;
  }
}
.article-text > p > img {
  width: 100%;
  height: auto;
}
footer {
  padding-top: 1em;
}
footer ul > li > a.link {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #555555;
}
footer ul > li > a.link:hover {
  color: #333333;
}
footer .copy {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 0.75em;
  color: #777777;
}
.block-editors-pick {
  background-color: #ebebeb;
}
.block-contributors,
.block-aboutme,
.block-alsobyme,
.block-morelikethis,
.block-contributor-grid {
  background-color: #f2f2f2;
}
.block-editors-pick,
.block-contributors,
.block-aboutme,
.block-alsobyme,
.block-morelikethis {
  padding: 5%;
}
@media all and (min-width: 768px) {
  .block-editors-pick,
  .block-contributors,
  .block-aboutme,
  .block-alsobyme,
  .block-morelikethis {
    padding: 2em;
  }
}
.block-contributor-grid {
  margin: 0.25em;
  padding: 0.75em;
}
.contributor-grid {
  min-height: 14em;
  text-align: center;
}
.contributor-grid .authorthumb {
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
article.edpick:last-child,
article.curated:last-child {
  border-bottom: 0px;
}
a > .title {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #333333;
}
.author {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2c64a3;
}
.publishdate {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  color: #999999;
}
.description {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #555555;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media all and (min-width: 768px) {
  .description {
    font-size: 1.2em;
  }
}
.ogo {
  padding-left: 2px;
}
@media all and (min-width: 868px) {
  .ogo {
    padding-left: 2em;
    padding-right: 5em;
  }
}
article.contributor-teaser {
  background-color: #fafafa;
  padding: 0.5em;
}
article.morelikethis {
  padding-bottom: 1em;
}
article.morelikethis a > .title {
  color: #222222;
  padding-bottom: 0.8em;
  font-size: 1.2em;
}
article.menuitem {
  max-width: 20em;
  padding-bottom: 1em;
}
article.menuitem a > .title {
  color: #222222;
  padding-bottom: 0.8em;
}
article.edpick {
  border-bottom: 1px solid #d5d9dd;
  padding-top: 1em;
}
article.edpick a > .title {
  color: #333333;
  padding-bottom: 0.8em;
  line-height: 1.8em;
}
article.big-teaser .descript {
  margin-left: 5%;
  margin-right: 5%;
}
@media all and (min-width: 768px) {
  article.big-teaser .descript {
    max-width: 980px;
    /* margin: auto; */
    /* padding: 0px 100px; */
  }
}
article.big-teaser a > .title {
  font-weight: 700;
  font-size: 2em;
}
@media all and (min-width: 768px) {
  article.big-teaser a > .title {
    font-size: 3em;
  }
}
@media all and (min-width: 991px) {
  article.big-teaser a > .title {
    font-size: 4.5em;
  }
}
article.curated {
  padding-bottom: 1em;
  border-bottom: 1px solid #d5d9dd;
  padding-top: 1em;
}
article.curated .title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1em;
  font-weight: 700;
  color: #333333;
}
article.curated .title:hover {
  color: #222222;
}
div.list-description {
  margin-left: 5%;
  margin-right: 5%;
}
@media all and (min-width: 768px) {
  div.list-description {
    max-width: 980px;
  }
}
article.responsive-teaser {
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #e5e8ed;
}
@media all and (min-width: 768px) {
  article.responsive-teaser {
    max-width: 980px;
    /* margin: auto; */
    /* padding: 50px 200px; */
  }
}
article.responsive-teaser .descdiv {
  padding-left: 0;
}
@media all and (min-width: 768px) {
  article.responsive-teaser .descdiv {
    /* rules for mobile horizontal (480 > 768)  */
    padding-left: 2.5em;
  }
}
article.responsive-teaser .responsive-thumb {
  margin-top: 0.7em;
  width: 100%;
  height: auto;
}
article.responsive-teaser a > .title {
  font-size: 1.6em;
  font-weight: 700;
}
.title:hover {
  color: #222222;
}
.category {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.taxonomy {
  color: #eeeeee;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  background-color: #777777;
  font-size: 0.8em;
}
.tag {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #999999;
  border-bottom: 1px dotted #777777;
}
img.advisor {
  width: 4em;
  height: 4em;
  float: left;
  margin-right: 0.4em;
}
@media all and (min-width: 768px) {
  img.advisor {
    width: 5em;
    height: 5em;
    float: left;
    margin-right: 1em;
  }
}
p.advisorname {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2c64a3;
}
@media all and (min-width: 768px) {
  p.advisorname {
    font-size: 1.4em;
  }
}
p.designation,
p.company {
  font-size: 0.8em;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #555555;
  margin-bottom: 0em;
}
@media all and (min-width: 768px) {
  p.designation,
  p.company {
    font-size: 1em;
  }
}
.auth-block {
  margin-bottom: 10px;
}
div.about-author {
  padding: 0.4em;
  border-top: 1px solid #e5e8ed;
  color: #777777;
}
a.signin {
  margin-left: 1em;
  margin-right: 1em;
  color: #333333;
}
a.signin:hover {
  color: #222222;
}
cite {
  font-size: 1.2em;
  font-style: normal;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
}
@media all and (min-width: 768px) {
  cite {
    font-size: 1.4em;
  }
}
cite:before {
  font-family: FontAwesome;
  content: "\f10d ";
  margin-right: 5px;
}
cite:after {
  font-family: FontAwesome;
  content: "\f10e";
  margin-left: 5px;
}
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li > a {
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #fc0400;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  background-color: transparent;
  color: #222222;
}
.tabbable-line > .tab-content {
  padding-top: 1em;
}
samp {
  font-size: 1.2em;
  font-style: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  display: block;
  color: white;
  background-color: #333333;
  padding: 10px 20px 10px 20px;
}
@media all and (min-width: 768px) {
  samp {
    font-size: 1.4em;
  }
}
