


/* DEFAULT MAIN COLOURS */
/*
TITLES: #424242
HIGHLIGHTS: #ebebeb
BORDERS: rgba(42,42,42,0.25)
*/

/* ====================================================== */
/* STANDARD ELEMENTS */
/* ====================================================== */

h1, h2, h3 {
  text-transform: uppercase;
  font-weight: 300;
}
h1 a,
h2 a,
h3 a
{
  color: #424242;
}
h1 a:hover,
h2 a:hover,
h3 a:hover
{
  color: #666;
}

.bottom-half-rem {
  margin-bottom: 0.5rem;
}
.bottom-full-rem {
  margin-bottom: 1rem;
}

img {
	display: block;
	position: relative;
  width: 100%;
  height: auto;
}

a {
	text-decoration: none;
	color: inherit;
}
a:hover {
  text-decoration: underline;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}

i.fa {
  color: inherit;
}
i.fa.error {
  color: #424242;
  margin: 0 1rem 1rem 2rem;
}

.hidden {
  display: none !important;
}

.cbcwatch {
  display: inline-block;
  position: relative;
  max-height: 2rem;
  width: auto;
  vertical-align: top;
  line-height: 2rem;
  margin-right: 0.75rem;
}

.also-on-cbc {
  display: block;
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  border: none;
}

.clearstub {
	clear: both;
	float: none;
  width: 100%;
	height: 0px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.watch-link {
  display: inline-block;
  position: relative;
  overflow: hidden;
  float: left;
  clear: both;
  width: calc(100% - 1rem);
  padding: 0.5rem;
  background-color: #f0f0f0;
  vertical-align: top;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 300;
  margin-top: 0.5rem;
}
.watch-link:hover {
  background-color: #ccc;
}
.watch-link.small {
  font-size: 0.75rem;
}
.episode .watch-link {
  float: none;
  margin-top: 0;
}
.inline-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.cbc-caffeine-outer-container {
  width: 100% !important;
  min-width: 454px !important;
}

/* ====================================================== */
/* SITE LAYOUT */
/* ====================================================== */

.sitewrapper {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: rgba(42,42,42,0.25);
  font-family: 'Roboto', sans;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
/*
  background: #e5e5e5 url('') top center no-repeat;
  background-size: cover;
*/
}

.siteheader {
	display: block;
	position: relative;
	width: 100%;
  height: auto;
	overflow: hidden;
	padding-bottom: 2.25rem;
}

.siteheader figure {
	display: block;
	position: relative;
	width: 100%;
	max-width: 986px;
	height: auto;
	margin: 0 auto;
	padding: 0;
  box-shadow: 0px 0px 17px rgba(0,0,0,0.7);
}

.sitecontent {
	display: block;
	position: relative;
  width: 100%;
	max-width: 986px;
  min-width: 986px;
	height: auto;
	margin: 0 auto 1rem auto;
	padding: 1rem 0 0 0;
  line-height: 1.5rem;
	font-weight: 300;
	background-color: #fafafa;
  box-shadow: 0px 0px 17px rgba(0,0,0,0.7);
}
.sitecontent p {
  margin: 0 0 1rem 0;
}

.content {
	display: block;
	position: relative;
  width: calc(100% - 26px);
	max-width: 960px;
	height: auto;
	padding: 0 13px;
	overflow: hidden;
  margin: 0 auto;
}

#maincontent {
	display: block;
	position: relative;
	float: left;
	width: 640px;
	/*margin-right: 20px;*/
	height: auto;
	overflow: hidden;
}
#maincontent.fullwidth {
	width: 960px;
	margin-right: 0px;
}

#precontent {
	display: block;
	position: relative;
	float: left;
  width: 100%;
	max-width: 960px;
	margin: 0 0 1rem 0;
	height: auto;
	overflow: hidden;	
}

.cbcwatch {
  display: inline-block;
  position: relative;
  max-height: 2rem;
  width: auto;
  vertical-align: top;
  line-height: 2rem;
  margin-right: 0.75rem;
}

.comments-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  border-top-color: rgba(42,42,42,0.25);
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 1rem;
  padding-top: 1rem;
}

.funded-wrapper {
  padding: 10px 0;
  text-align: center;
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  background-color: #000;
}
.funded-wrapper a {
  display: inline-block;
  position: relative;
}
.funded-wrapper .funded-icon {
  width: auto;
  max-height: 50px;
}

.responsive-container {
  display: block;
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.responsive-iframe {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: none;
}


/* ====================================================== */
/* NAVIGATION */
/* ====================================================== */

.sitenav {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	top: -2.25rem;
}

.sitenav ul {
	display: block;
	position: relative;
	overflow: visible;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 2.25rem;
	z-index: 2;
  box-shadow: 0px 3px 17px rgba(0,0,0,0.7);
	background-color: #424242;
}

.sitenav ul li.nav-item {
	display: inline-block;
	position: relative;
	float: left;
	width: auto;
	height: auto;
	text-align:	center;
}
.sitenav ul li.nav-item.social-links {
	display: block;
	position: relative;
	width: auto;
	height: auto;
  float: right;
}
.sitenav ul li.nav-item.social-links a {
	padding: 0;
	margin: 0;
	margin-right: 0.75rem;
	float: left;
  background-color: transparent;
  font-size: 1.5rem;
}
.sitenav ul li.nav-item.social-links .nav-social-logo {
	display: block;
	position: relative;
	width: 25px;
	height: 25px;
}
.sitenav ul li.nav-item.social-links a {
  border: none;
}
.sitenav ul li.nav-item.social-links a:hover {
  background-color: transparent;
  border: none;
}

.highlight {
	width: 0px;
	text-align: center;
	display: none;
	height: 0.5rem;
	border-top: 0.5rem solid #000;
	border-left: 0.5rem solid transparent;
	border-right: 0.5rem solid transparent;
  vertical-align: top;
}
.highlight.selected {
	display: inline-block;
}

.sitenav ul li.nav-item a {
	display: block;
	position: relative;
	line-height: 2.25rem;
	padding: 0px 1rem;
  font-weight: 400;
	margin: 0px;
	background-color: #424242;
	color: #fff;
	text-decoration: none;
  border-right: 1px solid rgba(0,0,0,0.17);
  cursor: pointer;
	-webkit-transition-duration: {transition_speed_fast};
	-moz-transition-duration: {transition_speed_fast};
	-ms-transition-duration: {transition_speed_fast};
	-o-transition-duration: {transition_speed_fast};
	transition-duration: {transition_speed_fast};
}

.sitenav ul li.nav-item.selected a, .sitenav ul li.nav-item a:hover {
	background-color: #000;
	color: #fff;
  border-right: 1px solid rgba(42,42,42,0.25);
}

.sitenav .nav-background {
	display: block;
	position: absolute;
	width: 100%;
	height: 2.25rem;
	background-color: #424242;
	top: 0;
	left: 0;
	z-index: 1;
}

/* ====================================================== */
/* HOME PAGE */
/* ====================================================== */

.about-series {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  clear: both;
  border-top-color: rgba(42,42,42,0.25);
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 1rem;
  padding: 1rem 0;
}

#feedcontainer {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.5rem;
}

.moreposts-wrapper {
	width: 100%;
	height: 3rem;
	display: block;
	position: relative;
	text-align: center;
	margin-top: 1rem;
}

#moreposts-loader {
  width: 31px;
	margin: 0 auto;
	display: inline-block;
	position: relative;
  height: 3rem;
}

#moreposts {
	width: 8rem;
  font-weight: 300;
  height: 3rem;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	text-align: center;
	cursor: pointer;
	-webkit-transition: opacity {transition_speed_fast};
	-moz-transition: opacity {transition_speed_fast};
	-ms-transition: opacity {transition_speed_fast};
	-o-transition: opacity {transition_speed_fast};
	transition: opacity {transition_speed_fast};
}

#moreposts .highlight {
	-webkit-transition: border-top-color {transition_speed_fast};
	-moz-transition: border-top-color {transition_speed_fast};
	-ms-transition: border-top-color {transition_speed_fast};
	-o-transition: border-top-color {transition_speed_fast};
	transition: border-top-color {transition_speed_fast};
}
#moreposts:hover .highlight {
	border-top-color: #687680;
}
#moreposts:hover .moreposts-button {
	background-color: #687680;
  text-decoration: none;
}
#moreposts .moreposts-button {
	color: #fff;
	background-color: #000;
	line-height: 2em;
	display: inline-block;
	padding: 0 15px;
	border-radius: 3px;
  text-decoration: none;
	-webkit-transition: background-color {transition_speed_fast};
	-moz-transition: background-color {transition_speed_fast};
	-ms-transition: background-color {transition_speed_fast};
	-o-transition: background-color {transition_speed_fast};
	transition: background-color {transition_speed_fast};
}

.moreposts-wrapper.done {
	margin-top: 20px;
	border-top: 1px dashed #333;
	padding-top: 20px;
}
.moreposts-wrapper.done #moreposts {
	cursor: default;
}
#moreposts .all-loaded {
	color: #333;
}

.featured-item {
	display: inline-block;
	position: relative;
  max-width: 640px;
  width: 100%;
	height: auto;
	float: left;
	margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom-color: rgba(42,42,42,0.25);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.featured-item .cbc-avembed-container {
	margin-bottom: 20px;
}
.featured-item p {
		font-weight: 100;
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 10px 0;
}
.featured-item figure {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.featured-item figcpation {
  display: block;
  position: relative;
  z-index: 1;
}
.featured-item img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}
.featured-item h2 {
	display: inline-block;
	font-size: 1.5rem;
  color: #424242;
	width: auto;
  margin: 0.5rem 0 0 0;
  line-height: 1.75rem;
}
.featured-item .qualifier {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
	color: #333;
	font-size: 0.875rem;
	line-height: 1rem;
}
.featured-item .channel-name {
	color: #424242;
	text-transform: uppercase;
	font-weight: 500;
  margin-right: 0.5rem;
}
.featured-item .info-body {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.5rem; 
}

.featured-item.with-message {
	max-width: calc(640px - 2rem);
  width: calc(100% - 2rem);
  padding: 1rem 1rem 2rem 1rem;
  background-color: #eaeaea;
}
.featured-message {
    display: block;
    position: relative;
    width: calc(100% - 2rem);
    height: auto;
    font-size: 1.25rem;
    line-height: 1.5rem;
    background-color: #424242;
    color: #fff;
    padding: 1rem;
    font-weight: 300;
}


/* ====================================================== */
/* TITLES AND QUALIFIERS */
/* ====================================================== */

.page-title {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #424242;
  text-transform: uppercase;
  width: auto;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #424242;
  margin-bottom: 1rem;
}
.page-title .page-subtitle {
	font-size: 1rem;
	color: #333;
  font-weight: 300;
  float: right;
}


/* ====================================================== */
/* LISTS */
/* ====================================================== */

.listing {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	list-style: none;
  padding: 0;
  margin: 1rem 0 0 0;  
}
.list-item {
  box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
  margin: 1px 1px 1rem 1px;
  border: 0px;
  width: calc(100% - 2px);
  background-color: #fff;  
}
.list-item .item-excerpt {
  display: block;
  position: relative;
  margin: 0.5rem 0 0 0;
  font-size: 1rem;
  line-height: 1.25rem;
}

.list-item.person.compact {
  max-width: calc(50% - 1rem);
  margin: 0 0.5rem 1rem 0.5rem;
  float: left;
}
.list-item.person.compact figcaption {
  position: relative;
  display: block;
  line-height: 1.5rem;
  width: 100%;
  text-align: center;
  color: #444;
  font-size: 0.75rem;
  font-weight: 400;
  z-index: 2;
  background-color: #ebebeb;
  padding: 0;
  letter-spacing: -0.025rem;
}
.list-item.person.compact a:hover {
  text-decoration: none;
}
.list-item.person.compact a:hover figcaption {
  background-color: #424242;
  color: #fff;
}

.list-item.person.verbose {
	display: inline-block;
	position: relative;
	overflow: hidden;
  padding: 0;
	float: left;
  width: 100%;
  margin: 0px 0px 1rem 0px;
  max-width: 100%;
  box-shadow: none;
}
.list-item.person.verbose figcaption {
	font-weight: 100;
	line-height: 1.5rem;
}
.list-item.person.verbose figure {
  display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;	
	height: auto;
	width: 100%;
	float: left;
  max-width: 200px;
}
.list-item.person.verbose .item-info {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 0 0 1rem;
	padding: 0;	
	height: auto;
	width: calc(100% - 200px - 1rem);
	float: left;
	color: #444;
}
.list-item.person.verbose h2 {
	margin: 0;
	padding: 0;
	line-height: 2rem;
	font-size: 1.25rem;
	font-weight: 400;
	display: inline;
  text-transform: uppercase;
  color: #424242;
}
.list-item.person.verbose h3 {
  padding: 0;
  margin: 0.5rem 0 0 0;
	line-height: 1.25rem;
	font-size: 1.25rem;
	font-weight: 300;
	display: inline-block;
  text-transform: uppercase;
  color: #424242;
}
.list-item.person.verbose h3 a:hover {
  text-decoration: underline;
  color: #424242;
}
.list-item.person.verbose p {
	margin: 0 0 0.5rem 0;
	padding: 0;
	font-weight: 100;
	line-height:1.25rem;
}
.list-item.person.verbose .qualifier {
	display: inline;
	color: #666;
	font-size: 0.75rem;
	line-height: inherit;
	text-transform: uppercase;
  margin-left: 0.5rem;
  font-weight: 300;
}
.list-item.person.verbose a:hover {
  color: inherit;
  text-decoration: underline;
}
.list-item.person.verbose a:hover figcaption {
  background-color: #666;
}

.list-item.episode {
	display: block;
	position: relative;
	height: auto;
	width: 310px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	float: left;
}
.list-item.episode a {
	color: inherit;
	text-decoration: none;
}

.list-item.episode img {
	height: auto;
	width: 100%;
}
.list-item.episode figure {
	display: inline-block;
	position: relative;
}

.list-item.episode.compact {
  width: calc(100% - 2rem);
  margin: 0;
  padding: 0.5rem 1rem;
}
.list-item.episode.compact:hover,
.list-item.episode.compact.current {
  background-color: #424242;
  color: #fff;
}
.list-item.episode.compact:hover h3.item-title,
.list-item.episode.compact.current h3.item-title {
  color: #fff;
  font-weight: 400;
}
.list-item.episode.compact figure {
	width: 100%;
	height: auto;
	overflow: hidden;
  display: block;
  position: relative;
}
.list-item.episode.compact figure img {
  max-height: 1.5rem;
  width: auto;
  display: inline-block;
  vertical-align: top;
}
.list-item.episode.compact figcaption {
  display: inline-block;
  position: relative;
  width: calc(100% - 3rem);
  height: 1.5rem;
  line-height: 1.5rem;
  vertical-align: top;
}
.list-item.episode.compact h3.item-title {
  display: inline;
  margin-left: 0.5rem;
  color: #424242;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.list-item.episode.compact .qualifier {
  display: inline;
  margin-left: 0.5rem;
  font-weight: 300;
  font-size: 0.75rem;
}
.list-item.episode.compact .item-excerpt {
  display: none;
}

.list-item.episode.large {
	height: auto;
  width: 100%;
  margin: 0 0 1rem 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.list-item.episode.large figure {
	width: 100%;
	height: auto;
	overflow: hidden;
  display: block;
  position: relative;
}
.list-item.episode.large figure img {
	display: block;
	position: relative;
	max-width: 200px;
	height: auto;
	float: left;
}
.list-item.episode.large figcaption {
	display: block;
	position: relative;
	width: calc(100% - 200px - 2rem);
	background-color: transparent;
	padding: 0.25rem 1rem 0rem 1rem;
	float: left;
  font-weight: 300;
  line-height: 1.25rem;
  color: #444;
}
.list-item.episode.large .qualifier {
  font-size: 0.875rem;
  font-weight: 300;
}
.list-item.episode.large h3.item-title {
  padding-top: 0px;
  font-size: 1.25rem;
  line-height: 1.25rem;
	color: #424242;
  text-transform: uppercase;
  font-weight: 400;
}

.list-item.featuring {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 0.25rem;
  padding: 0.5rem;
  background-color: #fff;
  box-shadow: 0px 0px 3px #999;
}
.list-item.featuring:hover {
  background-color: #424242;
  box-shadow: 0px 0px 3px #424242;  
}
.list-item.featuring:hover figcaption,
.list-item.featuring:hover figcaption .cast-role {
  color: #fff;
}
.list-item.featuring figure {
  display: block;
  position: relative;
  height: auto;
  width: auto;
  overflow: hidden;
}
.list-item.featuring figure img {
  display: inline-block;
  position: relative;
  width: 4rem;
  height: auto;
  vertical-align: top;
}
.list-item.featuring figure figcaption {
  display: inline-block;
  padding: 0 0.5rem;
  vertical-align: top;
  line-height: 1rem;
  font-size: 1rem;
  color: #424242;
  font-weight: 300;
}
.list-item.featuring figure figcaption .cast-role {
  display: block;
  position: relative;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: #333;
  font-weight: 100;
}


.list-item.article {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 1rem 0; 
  overflow: hidden;
  box-shadow: none;
  background-color: transparent;
}
.list-item.article figure img {
  box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
  margin: 1px 1px 2px 1px;
  width: calc(100% - 2px);
}
.list-item.article figcaption {
  display: inline-block;
  position: relative;
  width: 100%;
  float: left;
  vertical-align: top;
  background-color: transparent;
  color: #424242;
  line-height: 1.25rem;
  font-size: 1rem; 
  text-transform: uppercase;
  padding: 0;
  margin-top: 0.25rem;
  font-weight: 400;
}
.list-item.article h3 {
  margin: 0.5rem 0 0 0;
  color: #424242;
}
.list-item.article .qualifier {
  color: #666;
  font-size: 1rem;
  line-height: 1rem;
}
.list-item.article .item-excerpt {
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #444;
  text-transform: none;
  font-weight: 300;
  margin-top: 0.25rem;
}

.list-item.article.large {
  margin-bottom: 1.5rem;
}

.list-item.article.medium figure {
  margin-bottom: 0;
}
.list-item.article.medium img {
  display: inline-block;
  position: relative;
  padding: 0;
  max-width: calc(35% - 2px);
  float: left;
}
.list-item.article.medium figcaption {
  display: inline-block;
  position: relative;
  max-width: calc(65% - 1rem);
  padding: 0 0.5rem;
  float: left;
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.25rem;
}
.list-item.article.medium h3 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin: 0;
}
.list-item.article.medium .qualifier {
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin: 0;
}

.list-item.article.small figure {
  margin-bottom: 0;
}
.list-item.article.small img {
  display: inline-block;
  position: relative;
  padding: 0;
  max-width: calc(40% - 2px);
  float: left;
}
.list-item.article.small figcaption {
  display: inline-block;
  position: relative;
  max-width: calc(60% - 1rem);
  padding: 0 0.5rem;
  float: left;
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.25rem;
}
.list-item.article.small .item-excerpt {
  display: none;
}
.list-item.article.small h3 {
  font-size: 1rem;
  line-height: 1rem;
  margin: 0;
}

.list-item.article.related {
  width: calc(50% - 1rem);
  margin: 0 0.5rem 1rem 0.5rem;
  float: left;
}
.list-item.article.related figure {
  margin-bottom: 0;
}
.list-item.article.related img {
  display: inline-block;
  position: relative;
  padding: 0;
  max-width: calc(40% - 2px);
  float: left;
}
.list-item.article.related figcaption {
  display: inline-block;
  position: relative;
  max-width: calc(60% - 1rem);
  padding: 0 0.5rem;
  float: left;
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.25rem;
}
.list-item.article.related .qualifier {
  font-size: 0.75rem;
  line-height: 1rem;
}
.list-item.article.related .item-excerpt {
  display: none;
}
.list-item.article.related h3 {
  font-size: 1rem;
  line-height: 1rem;
  margin: 0;
}
.list-item.article a:hover h3 {
  color: #424242;
  text-decoration: underline;
}


.table-listing {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 1rem 0 0 0;
}
.table-item {
  box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
  margin: 1px 1px 1rem 1px;
  border: 0px;
  width: calc(100% - 2px);
  background-color: #fff;
}
.table-item .item-body {
  padding: 0;
  margin: 0;
}
.table-item .item-image {
  vertical-align: top;
  border: 0;
  padding: 0;
  margin: 0;
  width: 200px;
}
.table-item .item-image figure {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.table-item .item-image figure img {
}
.table-item .item-info {
  padding: 0.5rem;
  vertical-align: top;
  line-height: 1.25rem;
}
.table-item .item-info h3 {
  color: #424242;
  margin-bottom: 0.5rem;
  line-height: 1.25rem;
  font-size: 1.25rem;
}
.table-item .item-footer {
  background-color: #ebebeb;
}
.table-item .qualifier {
	color: #444;
	font-size: 0.875rem;
	line-height: 2rem;
	font-weight: 300;
}
.table-item .category {
	color: #424242;
	text-transform: uppercase;
	font-weight: 400;
  margin: 0 0.5rem;
  line-height: 2rem;
}

.person-list {
	display: block;
	position: relative;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;	
}


/* ==========================================================================
   SEASONS
   ========================================================================== */

.season-item {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
  overflow: hidden;
}
.season-item .season-image {
  display: inline-block;
  position: relative;
  width: 40%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  float: left;
}
.season-item .season-info {
  display: inline-block;
  position: relative;
  width: calc(60% - 1rem);
  padding: 0.5rem;
  margin: 0;
  overflow: hidden;
  float: left;
  line-height: 1.25rem;
}

/* ==========================================================================
   BLOG
   ========================================================================== */

.blog-figure {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.blog-figure img {
  z-index: 1;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.drop-down-button {
  display: block;
  position: relative;
  width: (100% - 2px);
  border: 1px solid #424242;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1rem;
  line-height: 2rem;
  color: #424242;
  cursor: pointer;
  margin: 0.5rem 0 0 0;
}
.drop-down-button:hover {
  /* background-color: rgba(10,138,188,0.3); */
  background-color: #424242;
  color: #fff;
  text-decoration: none;
}

.drop-down-menu {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom-color: rgba(42,42,42,0.25);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.drop-down-link {
  width: calc(100% - 2rem);
  text-align: left;
  display: block;
  position: relative;
  line-height: 2rem;
  font-size: 1.25rem;
  margin: 0;
  padding: 0.5rem;
  color: #424242;
  font-weight: 300;
}

.category-item {
  display: block;
  position: relative;
  width: (100% - 2px);
  border: 1px solid #424242;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1rem;
  line-height: 2rem;
  color: #424242;
  cursor: pointer;
  margin: 0.5rem 0 0 0;
}
.category-item:hover,
.category-item.selected {
  background-color: #424242;
  color: #fff;
  text-decoration: none;
}

.video-transcript-button {
  display: block;
  position: relative;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  background-color: #eaeaea;
  color: #333;
  cursor: pointer;
}

.video-transcript {
  display: block;
  position: relative;
  height: 0px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: height 710ms ease;
  -moz-transition: height 710ms ease;
  -webkit-transition: height 710ms ease;
}
.video-transcript.reveal {
  height: auto;
}
.video-transcript-content {
  display: block;
  position: relative;
  height: auto;
  line-height: 1.5rem;
  background-color: #fafafa;
  color: #333;
  padding: 1rem 2rem;
}

/* ==========================================================================
   RIGHT RAIL
   ========================================================================== */

.rightrail {
	display: block;
	position: relative;
	float: right;
	width: 300px;
	height: auto;
	overflow: visible;
}

.rightrail-element {
	display: block;
	position: relative;
	float: left;
	width: 300px;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom-color: rgba(42,42,42,0.25);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.rightrail-element.noborder {
	border-top: none;
	padding-top: 0;
}
.rightrail-element.halfwidth {
  width: calc(50% - 0.5rem);
  margin: 0.25rem;
}

.rightrail-element.ad-300x250 {
  /*
	padding: 14px 0px 1rem 0px;
  width: 300px;
  height: 250px;
  overflow: hidden;
*/
}

.rightrail-title {
	color: #444;
	padding: 0;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}


/* ==========================================================================
   ENTRIES
   ========================================================================== */

.entry-title h2 {
  display: block;
  font-size: 1.875rem;
  color: #444;
  line-height: 2rem;
  width: auto;
  margin: 1rem 0 0 0;
  text-transform: none;
}
.entry-title .qualifier {
  font-size: 1rem;
  line-height: 1rem;
}

.entry-body {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 1rem;
}

.tags-wrapper {
  display: block;
  position: relative;
  border: 1px solid rgba(42,42,42,0.25);
  padding: 0.5rem 1rem;
  width: calc(100% - 2px - 2rem);
  background-color: rgba(0,0,0,0.1);
  margin: 1rem 0;
}
.tags-title {
  font-weight: 300;
  color: #666;
  margin-right: 0.5rem;
}
.tag-link {
    color: #424242;
    font-weight: 500;
    text-transform: uppercase;
}

.pagination {
	clear: both;
	margin: 0.5rem 0;
	padding: 0;
	display: block;
	position: relative;
	overflow: hidden;
  font-weight: 400;
}

.pagination-arrow {
	display: block;
	position: relative;
	font-size: 1.5rem;
	line-height: 2rem;
	color: #424242;
	margin: 0px 0.5rem;
	float: left;
}
.pagination-arrow.left {
	margin-left: 0px;
}
.pagination-arrow.right {
	margin-right: 0px;
}
.pagination-number {
	display: block;
	position: relative;
	font-size: 1.25rem;
	line-height: 2rem;
	color: #424242;
	margin: 0px 1px 0 0;
	padding: 0px;
  vertical-align: middle;
  padding: 0 0.5rem;
	float: left;
	-webkit-transition: background-color {transition_speed_fast};
	-moz-transition: background-color {transition_speed_fast};
	-ms-transition: background-color {transition_speed_fast};
	-o-transition: background-color {transition_speed_fast};
	transition: background-color {transition_speed_fast};
}
.pagination-number.selected, .pagination-number:hover {
	border-radius: 2px;
	background-color: #424242;
	color: #fff;
}
.pagination-number.selected:hover {
	background-colour: #687680;
}

.person-social-link {
	display: inline-block;
	position: relative;
	height: 2rem;
	line-height: 2rem;
	font-size: 1.5rem;
  color: #424242;
}
.person-social-link .person-social-icon {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	height: 24px;
	width: auto;
	margin-right: 10px;
}

.person-social-link i.imdb {
  font-size: 0.625rem;
  letter-spacing: -0.05rem;
  font-weight: 800;
}

.entry-body.music ul {
  display: block;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.entry-body.music ul li {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  line-height: 1.5rem;
  padding: 0 0.5rem;
  font-size: 1rem;
  border: 1px solid #424242;
  font-weight: 300;
}
.entry-body.music ul li a {
  text-decoration: none;
}
.entry-body.music ul li:hover {
  background-color: #424242;
  color: #fff;
}

.entry-inline-image {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 1rem;
}