body.show-series-episode-page #content-wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body.show-series-episode-page #content-wrapper #primary {
  width: 760px;
  float: left;
  margin-right: 20px;
  position: relative;
}
body.show-series-episode-page #content-wrapper #primary #show-content {
  margin-bottom: 20px;
  border-color: #5c5c5c;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 1px;
}
body.show-series-episode-page #content-wrapper #primary #show-content > * {
  padding-bottom: 20px;
  display: none;
}
body.show-series-episode-page #content-wrapper #primary #show-content > *:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body.show-series-episode-page #content-wrapper #primary #show-content #video-content {
  position: relative;
}
body.show-series-episode-page #content-wrapper #sidebar {
  width: 160px;
  float: left;
  background-color: #303436;
  padding: 10px;
}
body.show-series-episode-page #content-wrapper #sidebar hr {
  width: 140px;
  color: #5c5c5c;
  background-color: #5c5c5c;
}
body.show-series-episode-page #content-wrapper #sidebar h3 {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 23px;
}
body.show-series-episode-page #content-wrapper #sidebar #show-schedule {
  padding-left: 10px;
  padding-right: 10px;
}
body.show-series-episode-page #content-wrapper #sidebar #show-schedule h3 {
  margin-bottom: 0;
}
body.show-series-episode-page #content-wrapper #sidebar #show-schedule ul li {
  font-size: 30px;
  margin-bottom: 8px;
}
body.show-series-episode-page #content-wrapper #sidebar #show-schedule ul li h5 {
  line-height: .65em;
  margin-bottom: 0;
}
body.show-series-episode-page #content-wrapper #sidebar #show-schedule ul li span {
  display: block;
  font-size: 12px;
}
body.show-series-episode-page #content-wrapper #sidebar #show-schedule ul li span.time {
  font-size: 30px;
}
body.show-series-episode-page #content-wrapper #sidebar #show-schedule ul li span.time small {
  text-transform: uppercase;
  font-size: 24px;
}
body.show-series-episode-page #content-wrapper #sidebar #show-schedule a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}
body.show-series-episode-page #content-wrapper #sidebar #ad-space {
  width: 160px;
  height: 600px;
}
body.show-series-episode-page #content-wrapper #sidebar p {
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 3px;
}
body.show-series-episode-page #content-wrapper #sidebar #social {
  padding-left: 10px;
  padding-right: 10px;
}
body.show-series-episode-page #content-wrapper #sidebar #social ul li {
  margin-bottom: 8px;
}
body.show-series-episode-page #content-wrapper #sidebar #social ul li:first-child {
  margin-bottom: 12px;
}
body.show-series-episode-page #content-wrapper #sidebar #social ul li:last-child {
  margin-bottom: 0;
  margin-bottom: 8px;
}
body.show-series-episode-page #content-wrapper #sidebar #social ul li a {
  font-size: 16px;
}
body.show-series-episode-page #content-wrapper #sidebar #purchase {
  padding-left: 10px;
  padding-right: 10px;
}
body.show-series-episode-page #content-wrapper #sidebar #purchase ul li {
  margin-bottom: 6px;
}
body.show-series-episode-page #content-wrapper #sidebar #tags-section {
  padding-left: 10px;
  padding-right: 10px;
}
body.show-series-episode-page #content-wrapper #sidebar #tags-section ul {
  margin-bottom: 20px;
}
body.show-series-episode-page #content-wrapper #sidebar #tags-section ul li {
  margin-bottom: 2px;
}
body.show-series-episode-page #content-wrapper #sidebar #tags-section ul li a {
  font-size: 16px;
}
body.show-series-episode-page #show-image {
  padding-bottom: 15px;
}
body.show-series-episode-page h3#show-name {
  color: #FAFAFA;
  font-size: 40px;
  text-transform: uppercase;
  line-height: .9em;
  font-weight: 300;
  margin-bottom: 2px;
}
body.show-series-episode-page p#show-blurb {
  font-size: 16px;
  line-height: 18px;
}
body.show-series-episode-page .back-tab {
  text-transform: uppercase;
}
#more-smithsonian-content ul li {
  margin-bottom: 30px;
}
#more-smithsonian-content ul li p {
  margin-bottom: 5px;
}
.bigger-blurb {
  color: #ffffff;
  margin-bottom: 25px;
}
#episode-guide-content h3 {
  margin-bottom: 20px;
}
#episode-guide-content h3.promo-title {
  text-decoration: none;
  margin-bottom: 0;
}
#bios-content > div {
  display: block;
  margin-bottom: 20px;
}
#bios-content > div:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#bios-content > div:last-child,
#bios-content > div.last {
  margin-bottom: 0;
}
#bios-content img {
  float: left;
  margin-right: 20px;
}
#bios-content h4 {
  margin-bottom: 5px;
  width: 500px;
  margin-left: 260px;
}
#bios-content p {
  width: 500px;
  margin-left: 260px;
}
.prev-thumb,
.next-thumb {
  width: 45px;
  height: 123px;
  display: block;
  float: left;
  cursor: pointer;
}
.prev-thumb.disabled,
.next-thumb.disabled {
  visibility: hidden;
}
.prev-thumb {
  background: transparent url(/sc_assets/images/desktop/framework/icons/prev-horizontal.png) no-repeat;
}
.prev-thumb:hover {
  background-position: -45px 0;
}
.prev-thumb:active {
  background-position: -90px 0;
}
.next-thumb {
  background: transparent url(/sc_assets/images/desktop/framework/icons/next-horizontal.png) no-repeat;
}
.next-thumb:hover {
  background-position: -45px 0;
}
.next-thumb:active {
  background-position: -90px 0;
}
.disabled {
  visibility: hidden;
}
#grid-options {
  padding-top: 0;
}
#unsubscribe-template {
  width: 600px;
  padding: 30px;
  background-color: #666666;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#unsubscribe-template h3 {
  margin-bottom: .5em;
}
#unsubscribe-template form {
  margin-bottom: 1em;
}
#unsubscribe-template p {
  margin-bottom: 0;
}
#email-input {
  width: 200px;
  padding: 4px;
  margin-right: 10px;
}
#fblike iframe {
  width: 110px !important;
}
.split-left {
  padding-top: 2px;
  float: left;
  width: 52px;
  height: 61px;
  margin-right: 6px;
}
.split-right {
  float: left;
  width: 52px;
  height: 63px;
}
