/**
 * @file
 * Content styling.
 */
body.html {
  margin: 0;
  padding: 0;
  font-family: 'Proxima Nova';
  font-size: 14px;
}
p.no-posts {
  padding: 3em 2em 3.5em;
}
.content-select-list {
  float: right;
  clear: both;
  margin-top: -34px;
  margin-right: 35px;
}
.content-select-list ul {
  list-style-type: none;
  position: absolute;
  margin-left: -133px;
  background: #5c9ec4;
  z-index: 5;
}
.content-select-list li {
  display: none;
  cursor: pointer;
  border-bottom: 1px solid #4d83a3;
  border-top: 1px solid #65add8;
}
.content-select-list ul > span {
  width: 125px;
  background: #5b9cc2;
  padding: 3px 7px;
  display: block;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.content-select-list span,
.content-select-list ul li {
  color: #ddf2ff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.95em;
  letter-spacing: 0.1em;
}
.content-select-list span {
  padding: 2px 2px 2px 8px;
}
.content-select-list ul li {
  padding: 5px 10px 2px 12px;
}
.front .content-select-list .everything {
  font-size: 0.95em;
}
.content-select-list li {
  font-weight: normal;
}
.content-select-list li:hover {
  background: #65add8;
}
.content-select-list i {
  float: right;
  margin-right: 6px;
  margin-top: 2px;
}
.content-select-list .back-button {
  display: inline-block;
  margin-top: 3px;
  color: #fff;
  font-size: 1.2em;
  opacity: 0.85;
}
.content-select-list .back-button:hover {
  opacity: 1;
}
.content-select-list .back-button i {
  float: none;
}
.social-share {

}
.social-share .social {
  color: white;
  font-size: 1.3em;
  border-radius: 3px;
  margin: 10px 35px 5px 2px;
  padding: 10px;
  width: 20px;
  display: block;
  float: left;
  text-align: center;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.social-share .facebook {
  background: #3b5998;
}
.social-share .facebook:hover {
  background: #4a6fbe;
}
.social-share .google {
  background: #d34836;
}
.social-share .google:hover {
  background: #ff5a44;
}
.social-share .twitter {
  background: #4099ff;
}
.social-share .twitter:hover {
  background: #50bfff;
}

/* Node Teasers */
.node-teaser {
  /* To float left before document.ready */
  position: relative;
  float: left;
  /****/
  margin: 0 10px 20px 10px;
  background: #fafafa;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  padding-bottom: 36px;
}
.node-teaser.image {
  padding-bottom: 0;
}
.node-teaser > * {
  padding: 0 20px;
}
.node-teaser iframe {
  padding: 0;
}
.node-teaser video {
  width: 100%;
  height: 100%;
  padding: 0;
}
.node-teaser .play {
  position: absolute;
  font-size: 3em;
  color: white;
  top: 30px;
  right: 10px;
  opacity: 0.8;
}
.node-teaser.image video {
  margin-bottom: -7px;
}
.node-teaser .image {
  padding: 0;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: 0px 25%;
  background-repeat: no-repeat no-repeat;
}
.node-teaser .image a {
  width: 100%;
  height: 200px;
  display: block;
}
.node-teaser-content img,
.node-teaser-content sup {
  display: none;
}
.node-teaser h3 {
  font-size: 1.65em;
  line-height: 1.1em;
  margin-top: 20px;
}
.node-teaser h3 a {
  color: rgb(51, 51, 51);
}
.node-teaser .type + h3 {
  margin-top: 40px;
}
.node-teaser .type {
  display: none;
}
.node-teaser .author {
  margin-top: -5px;
  display: block;
  font-size: 12px;
  color: #aaa;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.node-teaser .author a {
  font-size: 12px;
  text-transform: uppercase;
}
.node-teaser-content {
  display: none;
}
.node-teaser .comments {
  color: #aaa;
  margin-bottom: 11px;
  position: absolute;
  bottom: 0;
}
.node-teaser .comments a {
  color: #aaa;
}
.node-teaser .timestamp {
  font-size: 13px;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 11px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 20px;
}
.node-teaser.image .timestamp {
  font-size: 1em;
}
.node-teaser .call-to-action {
  clear: both;
  padding: 0;
  margin: 20px auto;
  max-width: 250px;
  text-align: center;
  position: relative;
}
.node-teaser .call-to-action a {
  color: white;
  background: #126d97;
  padding: 10px 15px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  display: block;
}
.node-teaser .call-to-action a:hover {
  background: #178ec4;
}
.node-teaser.audio .soundcloud {
  margin-top: 32px;
}
.node-teaser.audio h3 {
  margin-top: 10px;
}
.not-front .content-stream #block-system-main {
  margin-top: 0;
}
.not-front #content .nodecontent img {
  max-width: 100%;
}

/* Tweets
 ******************************************************************************/
.node-teaser.tweet {
  padding-top: 16px;
  padding-bottom: 42px;
}
.node-teaser.tweet .tweet-content {
  font-family: 'oxygenregular' !important;
  font-size: 14px;
}
.tweet .author-img {
  float: left;
  padding: 0;
  margin-left: 20px;
}
.tweet img {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
.tweet .author {
  margin-top: 0px;
  margin-left: 65px;
  margin-bottom: 5px;
}
.tweet .author a {
  font-weight: 700;
  font-size: 15px;
  color: #333333;
  text-transform: none;
}
.tweet .screen-name {
  margin-left: 6px;
  font-size: 0.9em;
  color: #aaa;
  font-weight: normal;
}
.tweet .tweet-content {
  margin-left: 65px;
  font-family: georgia;
  font-size: 1.05em;
  color: #777777;
}
.form-actions {
  padding: 0;
}
/** Individual Staff Pages **/
#colL {
  float: left;
  margin: 0px 20px 20px 0;
}
#colR {
  margin-top: 50px;
}
#colL .staff-box {
  background: #e8eef0;
  padding-bottom: 10px;
}
#colL .staff-box h3,
#colL .staff-box p,
#colL .staff-box .music,
#colL .staff-box .social-box,
#colL .media-box {
  margin-left: 10px;
}
#colL .media-box a {
  font-size: 0.6em;
  color: #4B8CA8;
}
.media-req a {
  font-size: 0.6em;
}

/* Responsive YouTube
 ******************************************************************************/
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100.25%;
  height: 100%;
}
.embedded-video .player {
  width: 100%;
  padding-bottom: 2em;
}
.embedded-video iframe {
  width: 100%;
  height: 100%;
}
.page-node-76 .go-up {
  display: none !important;
}

/* Fix for Masonry
 ******************************************************************************/
@media (max-width: 1024px) {
  .node-teaser {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
  }
}

/* Homepage Instagram
 ******************************************************************************/
.node-teaser.image {

}
.node-teaser.image img {
  padding: 0;
}
.node-teaser.image .user-section {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.9;
  height: 55px;
  color: white;
  margin-top: -90px;
  padding: 5px 0;
}
.node-teaser.image .user-pic {
  float: left;
  width: 50px;
  height: 50px;
}
.node-teaser.image .user-name {
  margin-left: 60px;
}
.node-teaser.image .caption {
  margin-left: 60px;
}
.node-teaser.image .meta {
  z-index: 10;
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.8em;
  padding-left: 10px;
  text-transform: uppercase;
  border-top: 1px solid rgba(255,255,255,0.2);
}
.attached-files {
  clear: both;
  margin: 2em 2em 2em 120px;
}
.attached-files > div {
  margin: 0 0 0 0.25em;
}
.attached-files a {
  padding: 1em 0;
  display: block;
  position: relative;
}
.attached-files i {
  float: left;
  width: 30px;
  font-size: 32px;
  display: block;
  text-align: center;
  margin-right: 0.25em;
  margin-top: -7px;
}
.content {
  height: auto;
}

/* Issue Modal
 ******************************************************************************/
#modal-shadow {
  display: none;
}
#modal-shadow.show {
  background: rgba(0, 0, 0, 0.8);
  z-index: 20;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#modal-container {
  display: none;
  position: fixed;
  top: 0;
  z-index: 2000;
  background: white;
  width: 560px;
  margin-left: 30%;
  margin-top: -35%;
  border-radius: 6px;
}
#modal-container.instagram {
  background: none;
  margin-top: -50%;
}
#modal-container h3 {
  border-radius: 6px 6px 0 0;
  background: #488cb4;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
  padding: 14px 0 12px 28px;
  position: relative;
}
#modal-container h3 i {
  float: right;
  margin-right: 25px;
  color: black;
  cursor: pointer;
  font-size: 0.85em;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  position: absolute;
  top: 15px;
  right: 0;
}
#modal-container .modal-icon {
  background: #b33e2e;
  font-size: 7em;
  width: 97px;
  text-align: center;
  padding: 20px;
  border-radius: 50%;
  display: inline-block;
  float: left;
  color: white;
  margin-right: 25px;
  margin-bottom: 5px;
}
#modal-container .modal-content {
  padding: 27px 30px 25px 30px;
}
#modal-container .modal-content p {
  font-family: 'Oxygenregular';
  line-height: 1.6em;
  color: #555;
  letter-spacing: 0.03em;
  opacity: 0.9;
}
#modal-container .modal-content .short-description {
  color: #333;
  font-size: 1.35em;
  line-height: 1.3em;
  margin-bottom: 0.75em;
}
#modal-container .modal-content .short-description p {
  color: #333;
}
#modal-container .modal-content .short-description em {
  font-weight: 600;
  font-style: normal;
}
.webform-client-form input[type='submit'] {
  font-family: "Proxima Nova";
  text-transform: uppercase;
  color: white;
  background: #b33e2e;
  padding: 8px 20px 7px 20px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  opacity: 0.9;
}
.webform-client-form input[type='checkbox'] {
  margin-top: -3px;
  margin-right: 7px;
}
.webform-client-form input[type='submit']:hover,
.webform-client-form input[type='submit']:active,
.webform-client-form input[type='submit']:focus {
  opacity: 1;
}
#feature ::-webkit-input-placeholder {
  color: rgba(0,0,0,0.8);
}
#feature :-moz-placeholder {
  color: rgba(0,0,0,0.8);
}
#feature ::-moz-placeholder {
  color: rgba(0,0,0,0.8);
}
#feature :-ms-input-placeholder {
  color: rgba(0,0,0,0.8);
}

/* Search
 ******************************************************************************/
.page-search #search-form .form-item-keys label {
  display: block;
}
.page-search #search-form #edit-basic {
  margin-bottom: 20px;
}
.page-search #search-form {
  margin-bottom: 60px;
}
.page-search #search-form #edit-keys {
  width: 70%;
}
.page-search .search-advanced {
  border-bottom: 1px solid #e5e5e5;
  padding-left: 0;
  padding-bottom: 25px;
}
.page-search #search-form .criterion {
  margin-right: 55px;
}
.page-search #search-form .form-checkboxes {
  max-width: 325px;
}
.page-search #search-form .form-checkboxes .form-item {
  width: 150px;
  display: inline-block;
}
.page-search ol.search-results {
  margin-left: 5px;
}
.page-search .search-snippet-info {
  padding-left: 0;
}
.page-search .search-result {
  margin-top: 20px;
}
.page-search .search-result h3.title {
  line-height: 1.1;
}
.page-search .node-type {
  text-transform: uppercase;
  color: #777;
  opacity: 0.8;
  font-size: 0.9em;
  font-weight: bold;
}
.page-search .node-type i {
  font-size: 6px;
  margin: 0 5px;
  position: relative;
  top: -3px;
}
.page-search input[type='submit'] {
  background: #B33E2E;
  border: none;
  border-bottom: 2px solid #912618;
  color: #FFF;
  padding-top: 5px;
  padding-bottom: 4px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 32px;
  opacity: 1;
  text-shadow: none;
}
#edit-basic input {
  padding-top: 6px;
  padding-bottom: 5px;
}

/* Google Custom Search Engine
 ******************************************************************************/
.page-search-results form.gsc-search-box tbody {
  border-top: none;
}
.page-search-results form.gsc-search-box input.gsc-input {
  border: 1px solid #ccc !important;
  padding-left: 5px !important;
}
form.gsc-search-box .gsib_b {
  display: none;
}
#content .node-content ul li ul {
  font-size: 14px;
  margin-top: 1em;
}

/* Judicial Reform
 ******************************************************************************/
/* Case Teasers */
i.supported,
i.not-supported,
i.rating {
  float: left;
  font-size: 28px;
  margin-right: 10px;
}
i.supported,
i.rating-good {
  color: green;
}
i.not-supported,
i.rating-bad {
  color: red;
}
i.rating-neutral {
  color: #ccc;
}
.node .analysis {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.node .analysis h4 {
  font-size: 1.1em;
}
.node .decision {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ddd;
}
.node .decision h4 {
  font-size: 1.1em;
}
.node .decision .decision-link {
  display: block;
  margin-top: 10px;
}
.teasers .node-case {
  padding-bottom: 20px;
}
.node-case .video-wrapper {
  padding: 20px 20px 0 20px;
  height: auto;
}
.node-case .video-wrapper iframe {
  position: static;
}
.node-case .field-name-body {
  font-size: 1em;
  line-height: 1.4em;
}
.node-case .field-name-body ul,
.node-case .field-name-body li {
  margin-bottom: 0;
}

/* Landmark Cases */
.landmark-cases .node-case .case-image,
.landmark-cases .node-case .case-video {
  float: left;
  margin-right: 20px;
  overflow: hidden;
  zoom: 1;
}
.landmark-cases .node-case .case-video .video-wrapper {
  padding: 0;
}
.landmark-cases .node-case .case-video .video-wrapper iframe {
  width: 300px;
  height: 200px;
}
.landmark-cases .node-case .case-content {
  overflow: hidden;
  zoom: 1;
}
.landmark-cases .node-case h3 {
  font-size: 1.5em;
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 10px;
}
.landmark-cases .node-case .meta {
  margin-bottom: 10px;
  color: #999;
  font-size: 1.1em;
}
.landmark-cases .node-case .meta .type {
  text-transform: uppercase;
}
.landmark-cases .node-case .meta .date .field,
.landmark-cases .node-case .meta .date .field-items,
.landmark-cases .node-case .meta .date .field-item {
  display: inline;
}
.landmark-cases .node-case .decision {
  margin-top: 0;
}
.landmark-cases .node-case .decision h4 {
  margin-bottom: 5px;
}
.landmark-cases .node-case .call-to-action {
  position: static;
  margin: 20px 0;
  float: none;
  left: auto;
  top: auto;
}
.landmark-cases .node-case .call-to-action div {
  float: none;
  left: auto;
  position: static;
  text-align: left;
}

/* Related Links */
.field-name-field-related-links .field-item {
  font-size: 1.1em;
  margin-bottom: 10px;
}
.field-name-field-related-links .field-item:last-child {
  margin-bottom: 0;
}

/* Appointments & Nominees */
.block .judicial-appointments {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.block .judicial-appointments h3 {
  margin: -20px 0 0 0;
}
.judicial-appointments .description {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
.judicial-appointments .description p:last-child {
  margin-bottom: 0;
}
.judicial-appointments .nominees .nominee {
  padding: 20px;
  border-top: 1px solid #ddd;
}
.judicial-appointments .nominees .nominee:first-child {
  border-top: none;
}
.judicial-appointments .nominees .nominee h4 {
  margin: 0;
}
.nominee .nominee-date {
  color: #999;
  margin-bottom: 10px;
}
.nominee .nominee-date-label {
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: bold;
  color: #aaa;
}
.nominee .nominee-image {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.nominee .nominee-image img {
  width: 60px;
}
.nominee .call-to-action {
  padding: 10px 0 0 0;
}
.nominee .call-to-action a {
  display: block;
  color: #555;
  background: #ccc;
  border: 1px solid #bbb;
  padding: 5px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.9em;
  text-shadow: 1px 1px #eee;
}
.nominee .call-to-action a:hover {
  background: #c3c3c3;
}

/* Judges Page */
.judges-page ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.judges-page ul li {
  margin: 0;
  padding: 15px;
  border-top: 1px solid #ddd;
}

/* Judges Full */
.taxonomy-judges-term-full .judge-image {
  width: 75px;
  margin-right: 20px;
  float: left;
  overflow: hidden;
  zoom: 1;
}
.taxonomy-judges-term-full .judge-image img {
  width: 75px;
}
.taxonomy-judges-term-full .field-name-field-nominee-image {
  margin-bottom: 10px;
}
.taxonomy-judges-term-full .field-name-field-judicial-rating {
  line-height: 1.2em;
  color: #999;
}
.taxonomy-judges-term-full .judge-info {
  overflow: hidden;
  zoom: 1;
}
.taxonomy-judges-term-full .judge-info .rating {
  float: right;
  margin-left: 15px;
  margin-bottom: 5px;
}
.taxonomy-judges-term-full .judge-info h3 {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1em;
}
.taxonomy-judges-term-full .judge-info h3 .chief {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.4em;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1em;
  padding: 4px 6px 3px 6px;
  margin-left: 10px;
  color: #fff;
  background: #999999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.taxonomy-judges-term-full .judge-info .meta {
  margin-bottom: 10px;
}
.taxonomy-judges-term-full .judge-info .meta .field,
.taxonomy-judges-term-full .judge-info .meta .field-items,
.taxonomy-judges-term-full .judge-info .meta .field-item {
  display: inline;
  color: #999;
}
.taxonomy-judges-term-full .judge-info .meta .meta-item {
  margin-bottom: 5px;
}
.taxonomy-judges-term-full .judge-info .meta .meta-item .meta-label {
  position: relative;
  display: inline-block;
  width: 10em;
  text-transform: uppercase;
  color: #777;
  font-weight: bold;
}
.taxonomy-judges-term-full .judge-info .meta .meta-item .meta-label i {
  position: absolute;
  right: 0.5em;
  top: 0.2em;
}
.taxonomy-judges-term-full .judge-info .description .taxonomy-term-description {
  margin: 0;
}
.taxonomy-judges-term-full .judge-info .description .taxonomy-term-description p:last-child {
  margin-bottom: 0;
}

/* Judges Teaser */
.taxonomy-judges-term-teaser {
  position: relative;
  padding: 15px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.taxonomy-judges-term-teaser .judge-image {
  float: left;
  margin-right: 15px;
  overflow: hidden;
  zoom: 1;
}
.taxonomy-judges-term-teaser .judge-image img {
  height: 60px;
  width: auto;
}
.taxonomy-judges-term-teaser .judge-info {
  overflow: hidden;
  zoom: 1;
}
.taxonomy-judges-term-teaser .rating {
  position: absolute;
  top: 10px;
  right: 0;
}
.taxonomy-judges-term-teaser h3 {
  margin: 0 0 10px 0;
  padding: 0 30px 0 0;
  line-height: 1em;
  font-size: 1.1em;
}
.taxonomy-judges-term-teaser h3 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  zoom: 1;
}
.taxonomy-judges-term-teaser .chief {
  margin-top: -10px;
  margin-bottom: 10px;
}
.taxonomy-judges-term-teaser .chief span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.8em;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1em;
  padding: 4px 6px 3px 6px;
  color: #fff;
  background: #999999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.taxonomy-judges-term-teaser .meta-item {
  color: #777;
  font-size: 0.9em;
}
.taxonomy-judges-term-teaser .meta-item .meta-label {
  color: #444;
  font-weight: bold;
}
.taxonomy-judges-term-teaser .meta-item .field,
.taxonomy-judges-term-teaser .meta-item .field-items,
.taxonomy-judges-term-teaser .meta-item .field-item {
  display: inline;
}

/* FW University
 ******************************************************************************/
.node-lesson h2.article-subtitle {
  margin-top: -25px;
  font-size: 1.75em;
  color: #999;
  line-height: 1em;
  margin-bottom: 25px;
}
.node-lesson .meta {
  overflow: hidden;
  padding: 0 15px;
  margin-bottom: 10px;
  line-height: 1.2em;
}
.node-lesson .meta .meta-label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #aaa;
  font-weight: normal;
  font-size: 0.8em;
}
.node-lesson .meta .meta-name {
  font-family: 'proxima-nova', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 1.1em;
  font-weight: 600;
}
.node-lesson .meta .author-picture {
  width: 42px;
  float: left;
  margin-right: 10px;
}
.node-lesson .links-list {
  margin-bottom: 20px;
}
.node-lesson .links-list h3 {
  font-size: 1.3em;
  text-transform: uppercase;
  margin: 0;
}
.node-lesson .links-list ul,
.node-lesson .links-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.node-lesson .links-list ul li {
  font-size: 1.1em;
  padding: 3px 0;
}
.node-lesson .links-list ul li i {
  color: #337AB7;
  margin-right: 10px;
}
.node-type-lesson h1.article-title {
  font-size: 2.8em;
}
.node-type-lesson #main-content .author .time-ago {
  padding-bottom: 0;
  border-bottom: 0;
}
.node-type-lesson #main-content .node-lesson .meta {
  padding: 15px 0;
  margin-bottom: 20px;
  line-height: 1.5em;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.node-type-lesson #main-content .node-lesson .meta .meta-item {
  display: inline-block;
  margin-right: 30px;
}
.node-type-lesson #main-content .node-lesson .meta .author-picture {
  display: inline-block;
  float: none;
  width: 70px;
  vertical-align: middle;
}
.node-type-lesson #main-content .node-lesson .meta .meta-label {
  font-size: 0.9em;
}
.node-type-lesson #main-content .node-lesson .meta .meta-name {
  font-size: 1.2em;
}
.node-type-lesson #main-content #comments {
  padding-top: 20px;
}
.node-type-lesson #main-content #comments .comment-count {
  padding-top: 20px;
  margin-bottom: 15px;
}
.node-type-lesson .related-posts {
  padding: 0 20px 0 25px;
}
.node-type-lesson .related-posts .comment-count {
  padding-top: 20px;
  margin-bottom: 15px;
}
.node-type-lesson .related-posts .content-stream {
  margin-left: -5px;
  margin-right: -20px;
}
