#main {
  margin-bottom: 37px;
  position: relative; /* for .sticky.bottom */
}
#main-left {
  width: 916px;
  padding-right: 20.5px;
  border-right: 1px solid #cdcdcd;
}
#main-left .article-body a {
  color: gray;
  text-decoration: underline;
}
#main-left .article-body a:hover {
  color: #b72025;
}
#main-left-sidebar {
  width: 180px;
  padding-right: 33px;
}
#main-left-main {
  padding-left: 20px;
  width: 682px;
}
#main-left-sidebar .icons {
  padding-bottom: 17px;
}
#main-left-sidebar .icons .entry {
  padding: 17px 0;
  position: relative;
  height: 36px;
}
#main-left-sidebar .icons > .entry:not(:first-child) {
  border-top: 1px solid #cdcdcd;
}
#main-left-sidebar .icons .icon {
  display: inline-block;
  margin-right: 18px;
  width: 29px;
}
#main-left-sidebar .icons .caption  {
  display: inline-block;
  left: 47px;
}
#college-guide-link {
  height: 35px;
  width: 150px;
}
.article-image img {
  width: 682px;
}
.article-video {
  margin-bottom: 32px;
}
.article-video iframe {
  border: none;
  width: 682px;
  height: 384px;
}
.article-image-caption {
  font-size: 12px;
  color: #4c4c4c;
  margin-bottom: 32px;
}
.article-section {
  font-size: 10px;
  text-transform: uppercase;
  color: #808080;
  margin-bottom: 4px;
}
.article-title {
  font-family: 'Merriweather', serif;
  font-size: 34px;
  margin-bottom: 10px;
  font-weight: 400;
}
.article-title .view-count {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #b72025;
  margin-left: 6px;
}
.article-subhead {
  font-family: 'Merriweather', serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}
.article-author {
  font-size: 13px;
  color: #b72025;
  margin-bottom: 18px;
}
.article-author a {
  color: #b72025;
}
.article-body {
  font-family: 'Merriweather', serif;
  line-height: 23px;
  font-size: 15px;
}
.article-body strong,h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
}
.article-view-comments {
  font-size: 20px;
  font-weight: 400;
  color: white;
  background-color: #999999;
  padding: 8px 16px;
  margin-top: 37px;
}
.view-comments-link {
  cursor: pointer;
}
.article-comments-container {
  display: none;
  margin-top: 37px;
}
.article-comments-container {
  font-size: 11px;
}
.article-comments-header {
  font-size: 20px;
  font-weight: 400;
  color: white;
  background-color: #999999;
  width: 100%;
}
.article-comments-header > div {
  padding: 8px 16px;
}
.article-comments-header .join-link {
  float: right;
  font-size: 16px;
}
.article-comments {
  max-height: 1000px;
  overflow-x: auto;
  margin-bottom: 26px;
  padding-right: 12px;
}
.article-comment {
  border-bottom: 1px solid #b3b3b3;
  padding: 20px 12px 20px 20px;
  line-height: 20px;
}
.article-comment .comment-by {
  color: #808080;
}
.article-comment .comment-body p {
  margin: 0;
  padding: 0;
}
.article-more-comments {
}
.article-more-comments .instructions-header {
  font-size: 14px;
  margin-bottom: 12px;
}
.article-more-comments .instructions {
  font-style: italic;
}
.article-more-comments .instructions a {
  color: #b72025;
}
.article-more-comments .form-fields input.text {
  width: 300px;
}
.article-more-comments .form-fields input.button {
  color: white;
  background-color: #999999;
  border: none;
  padding: 4px 16px;
}
.article-more-comments .form-fields textarea {
  width: 100%;
}
.article-no-more-comments {
  display: none;
  padding: 10px 20px;
  margin: 26px 0;
  background-color: #b3b3b3;
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
}
.captcha img {
  margin-top: 2px;
}
.article-audio {
  width: 400px;
  margin: 26px auto;
}
.article-audio audio {
  width: 400px;
}
.article-audio .article-audio-download {
  font-size: 12px;
  color: silver;
  width: 300px;
  margin: 18px auto 0 auto;
  text-align: center;
  line-height: 15px;
}
.embedded-article-ad {
  text-align: center;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
}
.embedded-article-ad > div {
  margin: 24px 0;
}
.ad-slot.article-footer {
  margin: 37px auto 0 auto;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
}
.ad-slot.article-footer > div {
  margin: 24px 0;
}
.ad-slot.detail-lsb {
  margin-bottom: 24px;
}
.image-left {
  float: left;
  padding-right: 20px;
}
.image-right {
  float: right;
  padding-left: 20px;
}
.image-center {
  display: block;
  padding-bottom: 12px;
  margin: 0 auto;
}
#lsb-sticky-ads {
  width: 180px;
}
.sticky.top {
  position: fixed;
  top: 12px;
}
.sticky.bottom {
  position: absolute;
  bottom: 0;
}
