/*
Theme Name: Baltimore Sports and Life 2015
Theme URI: baltimoresportsandlife.com
Description: Custom theme designed for BaltimoreSportsAndLife.com's 2015 redesign
Version: 1.0
Author: Joseph Engle
Author URI: http://josephaengle.com
*/

/* -----------------------------------------------------------------------------
General HTML elements & hacks
*/
html.js {
  background-color: #222;
  margin-top: 0 !important;
}
/* don't show wordpress admin bar */
#wpadminbar {
  display: none;
}





/* -----------------------------------------------------------------------------
Sidebar
*/
.sidebar {
  background-color: #222;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 75px;
}
@media screen and (min-width: 480px) {
  .sidebar {
    position: fixed;
    width: 150px;
  }
}
@media screen and (min-width: 640px) {
  .sidebar {
    width: 200px;
  }
}
@media screen and (min-height: 673px) {
  .sidebar {
    /*
      position: fixed;
    */
  }
}
.sidebar__homelink {
  background-color: transparent;
  display: none;
  height: auto;
  margin: 30px 15px;
  overflow: hidden;
  width: 70px;
}
@media screen and (min-height: 523px) and (min-width: 480px) {
  .sidebar__homelink {
    display: block;
  }
}
@media screen and (min-width: 480px) {
  .sidebar__homelink {
    width: 120px;
  }
}
@media screen and (min-width: 640px) {
  .sidebar__homelink {
    width: 170px;
  }
}
.sidebar__homeimg {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: .8rem;
  font-weight: 100;
  height: auto;
  width: 70px;
}
@media screen and (min-width: 480px) {
  .sidebar__homeimg {
    width: 120px;
  }
}
@media screen and (min-width: 640px) {
  .sidebar__homeimg {
    width: 170px;
  }
}
.sidebar__navcontainer {
  bottom: 0;
  box-sizing: border-box;
  display: block;
  margin: 0 0 15px;
  width: 100%;
}
.sidebar__navlink {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  border: 0;
  color: #222;
  display: block;
  /*
    -webkit-filter: grayscale(0.75);
  filter: grayscale(0.75);
  */
  font-size: 1px;
  font-weight: 100;
  height: 40px;
  letter-spacing: .025rem;
  margin: 30px auto;
  opacity: 0.75;
  padding: 0;
  text-decoration: none;
  text-indent: -9999px;
  width: 100%;
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
  .sidebar__navlink {
    opacity: .65;
  }
}
@media screen and (min-width: 480px) {
  .sidebar__navlink {
    /*
      -webkit-justify-content: space-around;
    justify-content: space-around;
    */
      -moz-transition: opacity .3s, filter .3s;
      -webkit-transition: opacity .3s, filter .3s;
    transition: opacity .3s, filter .3s;
  }
}
.sidebar__navlink:hover {
    -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
.sidebar__navlink--baltimore-orioles {
  background-image: url("img/icon-orioles.png");
}
.sidebar__navlink--baltimore-ravens {
  background-image: url("img/icon-ravens.png");
}
.sidebar__navlink--terps-basketball {
  background-image: url("img/icon-terpsbb.png");
}
.sidebar__navlink--terps-football {
  background-image: url("img/icon-terpsfb.png");
}
.sidebar__navlink--about {
  background-image: url("img/icon-about.png");
}
.sidebar__navlink--forum {
  background-image: url("img/icon-forum.png");
}
.sidebar__navlink.sidebar__navlink--current {
    -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 0.6;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sidebar__navlink.sidebar__navlink--current:hover {
  opacity: 1;
}
.sidebar__sponsor {
  color: #fff;
  display: none;
  font-size: .8rem;
  font-weight: 100;
  height: 120px;
  margin: 15px 15px 30px;
  text-align: center;
  width: 120px;
}
@media screen and (min-height: 673px) and (min-width: 480px) {
  .sidebar__sponsor {
  display: block;
  }
}
@media screen and (min-width: 640px) {
  .sidebar__sponsor {
    width: 170px;
  }
}
.sidebar__sponsor a {
  display: block;
  height: 90px;
  overflow: hidden;
  text-align: center;
  width: 120px;
}
@media screen and (min-width: 640px) {
  .sidebar__sponsor a {
    width: 170px;
  }
}
.sidebar__sponsor img {
  height: auto;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  text-align: center;
  width: auto;
}





/* -----------------------------------------------------------------------------
Main Content
*/

.maincontent {
  /*
  justify-content: space-between;
  */
  box-sizing: border-box;
  background-image: url("img/backgrounds/skyline.jpg");
  background-color: #222;
  background-size: cover;
  background-attachment: fixed;
  /*
  position: fixed;
  left: 75px;
  right: 0;
  top: 0;
  height: auto;
  overflow: auto;
  bottom: 0;
  */
  margin-left: 75px;
}
@media screen and (min-width: 480px) {
  .maincontent {
    margin-left: 150px;
    padding: 15px;
  }
}
@media screen and (min-width: 640px) {
  .maincontent {
    margin-left: 200px;
  }
}
.maincontent.maincontent--baltimore-orioles {
  background-image: url("img/backgrounds/camden.jpg");
}
.maincontent.maincontent--baltimore-ravens {
  background-image: url("img/backgrounds/m-and-t.jpg");
}
.maincontent.maincontent--terps-football {
  background-image: url("img/backgrounds/chevy-chase.jpg");
}
.maincontent.maincontent--terps-basketball {
  background-image: url("img/backgrounds/xfinity.jpg");
}
.maincontent__row {
  max-width: 830px;
}
@media screen and (min-width: 480px) {
  .maincontent__row {
    flex: 1;
      display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
  .maincontent__row {
    flex: none;
    display: block;
    max-width: 800px;
  }
}
.home .maincontent__row {
  max-width: 800px;
}
.maincontent__row--one {
  max-width: 100%;
}
.maincontent__twocol {
  display: flex;
  flex-wrap: wrap;
  bottom: 0;
}
.maincontent__col {
  display: block;
  box-sizing: border-box;
  padding: 0;
  flex: 1;
  position: relative;
  max-width: 800px;
}
.maincontent__col--two {
  width: 200px !important;
  flex: none !important;
  display: none;
  box-sizing: border-box;
  height: auto;
  max-width: 200px !important;
}
@media screen and (min-width: 768px) {
  .maincontent__col--two {
    display: block;
  }
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
  .maincontent__col--two {
    display: none;
  }
}
.maincontent__col--two > p {
  margin-top: 0;
}





/* -----------------------------------------------------------------------------
Article label icon tab
*/

.article__typelink {
  width: 35px;
  height: 35px;
  text-decoration: none;
  text-indent: -9999px;
  color: #222;
  background-color: #222;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center center;
  margin-top: 15px;
  display: none;
  z-index: 9999;
}
.articlepreview .article__typelink {
  margin-top: 0;
}
.maincontent--baltimore-orioles .article__typelink,
.articlefeature--baltimore-orioles .article__typelink,
.articlepreview--baltimore-orioles .article__typelink,
.articlepreview--baltimore-orioles .article__typelink {
  background-image: url("img/icon-orioles.png");
  display: block;
}
.maincontent--baltimore-ravens .article__typelink,
.articlefeature--baltimore-ravens .article__typelink,
.articlepreview--baltimore-ravens .article__typelink,
.maincontent--baltimore-ravens .article__typelink {
  background-image: url("img/icon-ravens.png");
  display: block;
}
.maincontent--terps-basketball .article__typelink,
.articlefeature--terps-basketball .article__typelink,
.articlepreview--terps-basketball .article__typelink,
.maincontent--terps-basketball .article__typelink {
  background-image: url("img/icon-terpsbb.png");
  display: block;
}
.maincontent--terps-football .article__typelink,
.articlefeature--terps-football .article__typelink,
.articlepreview--terps-football .article__typelink,
.maincontent--terps-football .article__typelink {
  background-image: url("img/icon-terpsfb.png");
  display: block;
}





/* -----------------------------------------------------------------------------
Featured article(s)
*/

.articlefeature {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 0 15px;
  background-color: #fff;
  margin: 0;
  position: relative;
  max-width: 800px;
}
@media screen and (min-width: 480px) {
  .articlefeature {
    margin: 0 15px 30px;
      -moz-box-shadow: 0 0 25px 3px rgba(0, 0, 0, .25);
      -webkit-box-shadow: 0 0 25px 3px rgba(0, 0, 0, .25);
    box-shadow: 0 0 25px 3px rgba(0, 0, 0, .25);
      -moz-transition: box-shadow .3s;
      -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
    flex: 1;
  }
  .articlefeature:hover {
    -webkit-box-shadow: 0 0 25px 3px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 25px 3px rgba(0, 0, 0, .5);
    box-shadow: 0 0 25px 3px rgba(0, 0, 0, .5);
  }
}
.articlefeature--noimage {
  padding-top: 1px;
}
.articlefeature--about {
  padding-left: 3rem;
  padding-right: 3rem;
}
.articlefeature--about.articlefeature .articlefeature__header,
.articlefeature--about.articlefeature p,
.articlefeature--about.articlefeature ul {
  margin-left: 0;
  margin-right: 0;
}
.articlefeature__img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.articlefeature__img + .article__typelink {
  margin-top: 0;
}
.articlefeature__img + .article__typelink + .articlefeature__header {
  margin-top: 0;
}
.articlefeature__header,
.articlefeature__header a {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .075rem;
  line-height: 1.65rem;
  color: #555;
  font-family: helvetica, 'helvetica neue', arial, sans-serif;
  margin: 15px 3rem 1rem;
  padding-top: 1rem;
  text-decoration: none;
}
.articlefeature__header a {
  margin: 0;
}
.articlefeature p {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 200;
  font-family: helvetica, 'helvetica neue', arial, sans-serif;
  letter-spacing: 0.025rem;
}
.articlefeature p img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 640px) {
  .articlefeature p img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
.articlefeature address {
  font-size: 0.9rem;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
}
.articlefeature p,
.articlefeature .articlefeature__meta {
  margin: 0 3rem 1rem;
}
.articlefeature address {
  margin: 0 3rem;
}
.articlefeature__textlink {
  text-decoration: none;
  color: #fb4f14;
}
.articlefeature__timeago,
.articlefeature__viewcount,
.articlefeature__comments,
.articlefeature__tags,
.articlefeature__author {
  padding-left: 1rem;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  color: #999;
  text-decoration: none;
  margin-right: 1rem;
  font-size: .75rem;
  line-height: 1.5rem;
  letter-spacing: 0.025rem;
  font-weight: 200;
    -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.articlefeature__author { padding-left: 0; }
.articlefeature__timeago {
  background-image: url("img/icon-date.png");
}
.articlefeature__viewcount {
  background-image: url("img/icon-views.png");
}
.articlefeature__comments {
  background-image: url("img/icon-comments.png");
}
.articlefeature__tags {
  background-image: url("img/icon-tag.png");
}
.articlefeature__tags a {
  color: #999;
  font-size: .75rem;
  text-decoration: none;
  line-height: 1.5rem;
  letter-spacing: .025rem;
  font-weight: 200;
}
.articlefeature ul {
  margin: 1rem 3rem;
  list-style: disc inside;
  color: #555;
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 200;
  font-family: helvetica, 'helvetica neue', arial, sans-serif;
  letter-spacing: 0.025rem;
  padding: 0;
}
.articlefeature li {
  margin :0;
  padding: 0;
}
.articlefeature li address {
  margin: 0;
}
.articlefeature h3 {
  margin: 0 3rem;
}
.articlefeature div[id*="attachment"] {
  margin: 1rem 3rem;
  background: #eee;
  border-radius: 3px;
  padding: 1rem 1rem .5rem;
  width: auto !important;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .articlefeature div[id*="attachment"] {
    width: inherit !important;
  }
}
.articlefeature div[id*="attachment"] img {
  width: 100%;
  height: auto;
}
.articlefeature .wp-caption-text {
  margin: .5rem 0 0;
  text-align: center;
}
.articlefeature__awards {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 876px) {
  .articlefeature__awards {
    width: auto;
    height: auto;
  }
}
.articlefeature .twitter-tweet-rendered {
  margin: 0 3rem !important;
  width: 75% !important;
  box-sizing: border-box !important;
}





/* -----------------------------------------------------------------------------
Writers Block
*/

.writersblock {
  margin: 18px;
  padding: 18px;
  background: #eee;
}
.writersblock--small {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 9px 0;
  padding: 9px 0;
}
@media screen and (min-width: 480px) {
  .writersblock--small {
    margin: 9px;
    padding: 9px;
    width: 130px;
  }
}
.writersblock__headshot {
  float: left;
  margin: 0 18px 3px 0;
  border: 9px solid #fff;
}
.writersblock--small .writersblock__headshot {
  float: none !important;
  margin: 9px;
}
.writersblock__name {
  font-size: 1.2rem;
  letter-spacing: .05rem;
  font-weight: 700;
  margin: 0;
  color: #555;
  line-height: 2rem;
  font-family: helvetica, arial, sans-serif;
  padding: 0;
}
.writersblock__profilelink {
  color: #bbb;
  font-size: .75rem;
  font-weight: 100;
  letter-spacing: .025rem;
  line-height: 1.2rem;
  text-decoration: none;
}
.writersblock__profilelink:hover {
  color: #777;
  text-decoration: underline;
}
.writersblock--small .writersblock__name,
.writersblock--small .writersblock__position {
  font-size: .75rem;
  letter-spacing: .025rem;
  line-height: 1.2rem;
}
.writersblock__position {
  font-size: 1rem;
  letter-spacing: .05rem;
  font-weight: 200;
  margin: 0;
  padding: 0;
  color: #999;
  line-height: 1.5rem;
  font-family: helvetica, arial, sans-serif;
}
.writersblock__link {
  font-size: .75rem;
  letter-spacing: .025rem;
  font-weight: 200;
  color: #999;
  line-height: 1.2rem;
  font-family: helvetica, arial, sans-serif;
}
.writersblock__link:hover {
  color: #555;
}
.writersblock__socialcontainer {
  list-style: none none;
  margin: 0 0 18px;
  padding: 0;
  line-height: 1;
}
.writersblock__socialitem {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin: 0 .5rem 0 0;
}
.writersblock--small .writersblock__socialitem {
  margin: 0 .25rem;
}
.writersblock__socialitem a {
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat;
  text-indent: -9999px;
  font-size: 1px;
  color: #555;
  opacity: .5;
  display: block;
  width: 1rem;
  height: 1rem;
}
.writersblock__socialitem a:hover {
  opacity: 1;
}
.writersblock__twitter {
  background-image: url("img/icon-twitter.svg");
}
.writersblock__facebook {
  background-image: url("img/icon-facebook.svg");
}
.writersblock__gplus {
  background-image: url("img/icon-gplus.svg");
}
.writersblock__linkedin {
  background-image: url("img/icon-linkedin.svg");
}
.writersblock p {
  margin: 0 0 18px;
  color: #555;
  font-size: .9rem;
  line-height: 1.5rem;
  font-weight: 200;
  letter-spacing: .025rem;
}
.articlefeature .writersblock p {
  margin-left: 0;
}
@media screen and (width: 768px) {
  .articlefeature .writersblock p {
    margin-left: 123px;
  }
}
.writersblock__button {
  max-width: 300px;
  color: #555;
  border: 1px solid #555;
  font-weight: 200;
  display: block;
  margin: .5rem auto;
  width: auto;
  border-radius: 50rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .75rem;
  line-height: 1.5rem;
  letter-spacing: .025rem;
  background: none;
  vertical-align: middle;
  position: relative;
  z-index: 1;
    -webkit-backface-visibility: hidden;
  overflow: hidden;
  padding: .5rem;
    -moz-transition: border-color .3s, background-color .3s;
    -webkit-transition: border-color .3s, background-color .3s;
  transition: border-color .3s, background-color .3s;
}
.writersblock__button:hover {
  color: #555;
  border-color: #fff;
  background-color: #fff;
}





/* -----------------------------------------------------------------------------
Color Small Article Previews
*/

.articlepreview {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  background-color: #ddd;
  margin: 0;
  position: relative;
  padding: 1rem;
  border-top: 4px solid #222;
  color: #555;
  min-width: 200px;
  max-width: 370px;
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
  .articlepreview {
    flex: none;
    width: 100%;
    max-width: 360px;
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 480px) {
  .articlepreview {
      -moz-box-shadow: 0 0 25px 3px rgba(0, 0, 0, .25);
      -webkit-box-shadow: 0 0 25px 3px rgba(0, 0, 0, .25);
    box-shadow: 0 0 25px 3px rgba(0, 0, 0, .25);
    flex: 1;
    margin: 0 15px 30px;
    min-width: 250px;
      -moz-transition: box-shadow .3s;
      -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
  }
  .articlepreview:hover {
      -moz-box-shadow: 0 0 25px 3px rgba(0, 0, 0, .5);
      -webkit-box-shadow: 0 0 25px 3px rgba(0, 0, 0, .5);
    box-shadow: 0 0 25px 3px rgba(0, 0, 0, .5);
  }
}
@media screen and (min-width: 768px) {
  .articlepreview {
    min-width: 250px;
  }
}
.articlepreview--baltimore-orioles {
  border-top: 4px solid #d35522;
}
.articlepreview--baltimore-ravens {
  border-top: 4px solid #d0b240;
  color: #555;
}
.articlepreview--baltimore-ravens h1,
.articlepreview--terps h1,
.articlepreview--terps-basketball h1,
.articlepreview--terps-football h1 {
  color: #555;
}
.articlepreview--terps-basketball,
.articlepreview--terps-football,
.articlepreview--terps {
  border-top: 4px solid #be3036;
  color: #555;
}
.articlepreview::after {
  content: "";
  opacity: 0.15;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  position: absolute;
  background-size: cover !important;
}
.articlepreview__header {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .025rem;
  line-height: 1.3rem;
  color: #222;
  font-family: helvetica, 'helvetica neue', arial, sans-serif;
  text-align: center;
}
.articlepreview h1,
.articlepreview p {
  margin: 0 2rem 1rem;
}
.articlepreview p {
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 200;
  letter-spacing: 0.025rem;
  text-align: center;
}
.articlepreview__button {
  color: #555;
  border: 1px solid #555;
  font-weight: 200;
  display: block;
  margin: .5rem auto;
  width: 150px;
  border-radius: 50rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .75rem;
  line-height: 1.5rem;
  letter-spacing: .025rem;
  background: none;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  padding: .5rem 0;
  -moz-transition: border-color 0.3s, background-color 0.3s;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
}
.articlepreview__button:hover {
  color: #555;
  border-color: #fff;
  background: #fff;
  text-decoration: underline;
}
.articlepreview--baltimore-orioles .articlepreview__button:hover {
  background: #d35522;
  border-color: #d35522;
  color: #fff;
}
.articlepreview--baltimore-ravens .articlepreview__button:hover {
  background: #280353;
  border-color: #280353;
  color: #fff;
}
.articlepreview--terps-football .articlepreview__button:hover,
.articlepreview--terps-basketball .articlepreview__button:hover,
.articlepreview--terps .articlepreview__button:hover {
  background: #be3036;
  border-color: #be3036;
  color: #fff;
}





/* -----------------------------------------------------------------------------
Advertisement Areas
*/

/* tall banner next to feature article */
.advert--tall {
  display: block;
  box-sizing: border-box;
  padding: 0;
  background-color: fuchsia;
  flex: none !important;
  width: 200px !important;
  height: 446px;
  margin: 0 15px 30px;
}
.advert--tall img {
  width: 100% !important;
  height: auto !important;
  -webkit-box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 25px 3px rgba(0,0,0,0.25);
}
.advert--tall .sociable { /* just to be sure social sharing doesn't show here */
  display: none !important;
}
/* wide banners between feature article previews and side-by-side preview rows */
.advert--wide {
  display: block;
  flex: 1;
  margin: 0 15px 30px;
  overflow: hidden;
  text-align: center;
}
.advert--wide p {
  margin: 0;
}
.advert--wide img {
    -moz-box-shadow: 0 0 25px 3px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 0 25px 3px rgba(0, 0, 0, .25);
  box-shadow: 0 0 25px 3px rgba(0, 0, 0, .25);
  height: auto;
  max-height: 90px;
  margin: 0 auto;
  max-width: 728px;
  text-align: center;
  width: 100%;
}
.advert--wide .sociable { /* just to be sure social sharing doesn't show here */
  display: none !important;
}
/* sponsor sidebar */
.sponsor {
  height: auto;
  width: auto;
  max-height: 100px;
  max-width: 100px;
  margin: 9px;
}
.sponsor-big {
  max-height: 300px;
  max-width: 300px;
}





/* -----------------------------------------------------------------------------
Right column social widgets
*/

.widgettitle { color: #eee; }





/* -----------------------------------------------------------------------------
Pagination
*/

.pagination a {
  color: #555;
  clear: none;
  box-sizing: border-box;
  display: block;
  float: left;
  font-family: helvetica, 'helvetica neue', arial, sans-serif;
  font-weight: bold;
  margin: 1rem 1rem 0;
  text-decoration: none;
  width: 40%;
}

.pagination a + a {
  float: right;
  text-align: right;
}

.pagination a:hover {
  color: #222;
  text-decoration: underline;
}





/* -----------------------------------------------------------------------------
shame
*/

.maincontent__col--two img {
  height: auto;
  max-width: 200px;
}

.page-header {
  margin: 0 15px;
}

.page-header__text {
  color: #eee;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.4;
}

.page-title {
  color: #eee;
  font-size: 2rem;
  margin-left: 3rem;
  margin-right: 3rem;
}

div.sociable {
  font-size: .75rem;
  font-weight: normal;
  color: #999;
  margin: 1rem 3rem !important;
}

span.sociable-tagline {
  font-weight: normal !important;
}

.sidebar__sponsor .sociable,
.maincontent__col--two .sociable {
  display: none;
}




