/*******************************************
 * Audio Shortcode Player
*/

.jp-audio {
	background-color: #e3e3e3;
	background: -moz-linear-gradient(
		top,
		rgba(255,255,255,1) 20%,
		rgba(217,217,217,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(20%,rgba(255,255,255,1)),
		color-stop(100%,rgba(217,217,217,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		rgba(255,255,255,1) 20%,
		rgba(217,217,217,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(
		top,
		rgba(255,255,255,1) 20%,
		rgba(217,217,217,1) 100%);
	border: 1px solid #000;
	border-radius: 3pt;
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
	margin-bottom: 12px;
	overflow: hidden;
}

.jp-audio.player-size-normal {
	width: 340px;
}

.jp-audio.player-size-small {
	background-color: #e3e3e3;
	background: -moz-linear-gradient(
		top,
		rgba(255,255,255,1) 70%,
		rgba(217,217,217,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(70%,rgba(255,255,255,1)),
		color-stop(100%,rgba(217,217,217,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		rgba(255,255,255,1) 70%,
		rgba(217,217,217,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(
		top,
		rgba(255,255,255,1) 70%,
		rgba(217,217,217,1) 100%);
	height: 72px;
	width: 168px;
}

.jp-interface div.jp-controls {
	background-color: #1c6ba9;
	background: -moz-linear-gradient(
		top,
		rgba(32,122,192,1) 0%,
		rgba(19,73,114,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%,rgba(32,122,192,1)),
		color-stop(100%,rgba(19,73,114,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		rgba(32,122,192,1) 0%,
		rgba(19,73,114,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(
		top,
		rgba(32,122,192,1) 0%,
		rgba(19,73,114,1) 100%);
	border-radius: 4px;
	display: inline;
	float: left;
	height: 30px;
	margin: 5px 0 0 5px;
	overflow: hidden;
	padding: 0px !important;
	width: 55px;
}

.jp-interface .controls-group {
	border-bottom: 1px solid #ccc;
	float: left;
	width: 250px;
}

.jp-audio.player-size-small .jp-interface div.jp-controls {
	width: 44px;
}

.jp-audio.player-size-small .jp-interface .controls-group {
	background-color: #e3e3e3;
	background: -moz-linear-gradient(
		top,
		rgba(255,255,255,1) 0%,
		rgba(217,217,217,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%,rgba(255,255,255,1)),
		color-stop(100%,rgba(217,217,217,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		rgba(255,255,255,1) 0%,
		rgba(217,217,217,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(
		top,
		rgba(255,255,255,1) 0%,
		rgba(217,217,217,1) 100%);
	border-radius: 0 0 6px 6px;
	width: 168px;
}

.jp-interface div.jp-controls:hover {
	background: -moz-linear-gradient(
		top,
		rgba(46,65,80,1) 0%,
		rgba(27,38,47,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%,rgba(46,65,80,1)),
		color-stop(100%,rgba(27,38,47,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		rgba(46,65,80,1) 0%,
		rgba(27,38,47,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(
		top,
		rgba(46,65,80,1) 0%,
		rgba(27,38,47,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(
		top,
		rgba(46,65,80,1) 0%,
		rgba(27,38,47,1) 100%); /* IE10+ */
	background: linear-gradient(
		top,
		rgba(46,65,80,1) 0%,
		rgba(27,38,47,1) 100%); /* W3C */
}

.jp-controls a {
	display: block;
	font-size: 0;
	padding: 0 25px 30px;
	text-indent: -500px;
	overflow: hidden;
}

.jp-progress {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px -176px repeat-x scroll transparent;
	float: left;
	height: 5px;
	margin: 4px 0 0 5px;
	overflow: hidden;
	width: 205px;
}

.jp-seek-bar {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px -176px repeat-x scroll transparent;
	height: 5px;
	overflow: hidden;
}

.jp-play-bar {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px -183px repeat-x scroll transparent;
	height: 5px;
	overflow: hidden;
}

.jp-time-holder {
	float: left;
}
.jp-time-holder .jp-current-time {
	display: none;
	font-size: 10px;
	margin: 0 0 1px 5px;
}
.jp-time-holder .jp-duration {
	font-size: 10px;
	margin: 0 0 1px 5px;
}

.jp-controls .jp-play {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px 0px no-repeat;
}

.jp-controls .jp-play:hover {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px -80px no-repeat;
}

.jp-controls .jp-pause {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px -40px no-repeat;
}

.jp-controls .jp-pause:hover {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px -120px no-repeat;
}

.jp-audio.player-size-small .jp-controls .jp-play {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) -5px 0px no-repeat;
}

.jp-audio.player-size-small .jp-progress {
	width: 128px;
}

.jp-audio.player-size-small .jp-controls .jp-play:hover {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) -5px -80px no-repeat;
}

.jp-audio.player-size-small .jp-controls .jp-pause {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) -5px -40px no-repeat;
}

.jp-audio.player-size-small .jp-controls .jp-pause:hover {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) -5px -120px no-repeat;
}

.jp-title {
	float: left;
	padding-left: 10px;
	width: 180px;
}

.jp-title ul {
	list-style-position: outside !important; /*IE 7 Fix */
	list-style-type: none;
	margin: 0 !important;
}

.jp-title ul li {
	float: left; /*IE 7 Fix */
}

.jp-title li.audio-title {
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	overflow: hidden;
	position: relative;
	width: 170px;
}

.jp-title li.audio-title span{
	display: block;
	left: 0;
	position: absolute;
	top: 2px;
	white-space: nowrap;
}

.jp-title li.audio-artist {
	font-size: 10px;
	line-height: 10px;
}

.jp-audio.player-size-small .jp-title {
	padding: 5px 0 5px 5px;
	width: 112px;
}

.jp-audio.player-size-small .jp-title ul {
	margin: 0 !important;
}

.jp-audio.player-size-small .jp-title li.audio-title {
	height: 17px;
	width: 110px;
}

.jp-audio.player-size-small .jp-title li.audio-title span{
	top: 0;
	line-height: normal;
}

.jp-volume-bar-value {
	height: 4px;
}

.jp-interface .controls {
	border-left: 1px solid gray;
	float: left;
	height: 44px;
	margin: 3px !important;
}

.jp-audio.player-size-small .jp-interface .controls {
	border-left: none;
	height: 20px;
	margin: 1px 3px 0 !important;
}

.jp-interface .controls ul.audio-control {
	height: 18px;
	line-height: 170%;
	list-style-position: outside !important; /*IE 7 Fix */
	margin: 0 0 3px 2px !important;
	width: 80px;
}

.jp-audio.player-size-small .jp-interface .controls ul.audio-control {
	float: left;
	margin: 0 !important;
	width: 100px;
}

.jp-interface .controls ul.audio-control.no-download {
	margin-top: 10px !important;
}

.jp-interface .controls ul.audio-control li {
	float: left;
	font-size: 0;
	list-style-type: none;
}

.jp-mute {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0 -191px no-repeat;
	display: block;
	height: 14px;
	margin-top: 3px;
	overflow: hidden;
	text-indent: -500px;
	width: 14px;
}

.jp-audio.player-size-small .jp-interface .controls .jp-mute {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0 -191px no-repeat;
}

.jp-volume-max {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) -16px -190px no-repeat;
	display: block;
	height: 16px;
	margin-top: 2px;
	overflow: hidden;
	text-indent: -500px;
	width: 18px;
}

.jp-audio.player-size-small .jp-interface .controls .jp-volume-max {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) -15px -190px no-repeat;
}

.jp-interface .controls .jp-volume-bar {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px -176px no-repeat;
	border-radius: 4px;
	height: 6px;
	margin: 7px 1px 0 0;
	width: 45px;
}

.jp-audio.player-size-small .jp-interface .controls .jp-volume-bar {
	width: 60px;
}

.jp-volume-bar-value {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) 0px -183px no-repeat;
	border-radius: 4px 2px 4px 4px;
	height: 7px;
}

.jp-interface .controls .download {
	border-top: 1px solid gray;
	padding-top: 4px;
	width: 80px;
}

.jp-audio.player-size-small .jp-interface .controls .download {
	border-top: none;
	float: right;
	padding-top: 0;
	width: 57px;
}

.jp-interface .controls .download a {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) -37px -191px no-repeat;
	font-size: 11px;
	margin-left: 5px;
	padding-left: 15px;
}

.jp-audio.player-size-small .jp-interface .controls .download a {
	background: url(/wp-content/themes/vip/cbs-local/css/../images/audio/playstate.png) -40px -192px no-repeat;
	font-size: 10px;
	margin-left: 0;
	padding-left: 10px;
}

.controls .speaker-icon {
	height: 14px;
	width: 14px;
}

.jp-audio.player-size-small .controls .speaker-icon {
	width: 13px;
}/*
	Styles for "Music" sites.
		General note: these will be Light-on-Dark style
		This is very close to "Radio" styles, but should be kept separately,
		since the Music sites are technically under the Local umbrella.
*/

/*****************************
	Sidebar
*****************************/

.right-bar .tabbed-rss-widget {
	background: white;
	border: solid 1px #cdcdcd;
}
.right-bar .tabbed-rss-widget ul.tabs li a {
	background-color: #08455a;
	color: black;
	font-family: "Open Sans", serif;
	font-weight: bolder;
	text-transform: uppercase;
}
.right-bar .tabbed-rss-widget ul.tabs li.ui-state-active a {
	background: transparent !important;
	color: #08455a;
}
.right-bar .tabbed-rss-widget .panel a {
	color: #08455a;
}
.right-bar .tabbed-rss-widget .panel a.featured .overlay em {
	color: white;
}

/*****************************
	Modular Footer
*****************************/

#page-footer,
.desktop-display-type #page-footer .bottom {
	background-color: black;
}/*
	The general idea of this file is to contain "reusable css patterns for containers".

	If you are changing this file, please check with Eugene first.

	Any change in this file supposed to be documented in the Styleguide:
		https://wiki.cbslocalmedia.com/display/WOR/Styleguide

*/

/****************************************************/

/* Body/Page changes */
	/*
		These are for web and the class is not enabled for mobile.
		If the class is ever enabled for Mobile, this needs to be changed.
	*/

	#page-content.page-block-container {
		padding-left: 0;
		padding-right: 0;
		width: 970px;
	}

/****************************************************/

/* Ad Blocks */

	.more-of-the-same .more-injected-ad {
		background-color: #eaeaea;
		height: 250px;
		overflow: hidden;
		padding: 5px;
		width: 300px;
	}
	.more-of-the-same .more-injected-ad.inject-right {
		float: right;
		margin: 0 0 7px 7px;
	}
	.more-of-the-same .more-injected-ad.inject-left {
		float: left;
		margin: 0 7px 7px 0;
	}

/****************************************************/

/* Link Containers */
	
	.more-of-the-same {
		margin-bottom: 25px;
	}
	.more-of-the-same .column-header {
		border: none;
		margin: 0 0 8px;
		overflow: hidden;
	}
	.more-of-the-same .column-header .title,
	.more-of-the-same .column-header .title a {
		color: #333;
		font-size: 30px;
		font-style: normal;
		font-weight: bold;
		line-height: 110%;
		margin: 0;
	}
	.more-of-the-same .column-header .title {
		/* @TODO: importants here to be overwritten when main headline in elements is cleaned up */
		font-size: 30px !important;
		font-style: normal !important;
		font-weight: bold !important;
		line-height: 110% !important;
	}
	.mobile .more-of-the-same .column-header .title {
		color: #0093d0;
		font-size: 22px;
		font-family: "PT Sans Narrow", Arial, sans-serif;
	}
	.more-of-the-same .column-header .title a {
		color: #0093d0;
	}
	.more-of-the-same .column-header .title a:hover {
		text-decoration: none;
	}
	.more-of-the-same .column-header .title a:after {
		clear: both;
		/*
		content: '\276F';
		@REPLACE: Needs to be addressed with Awesomefont
		*/
		content: '\203A';
		display: inline;
		font-size: 1.2em;
		line-height: 70%;
		margin-left: 8px;
	}
	.more-of-the-same .article-buckets-list {
		overflow: hidden;
	}
	.more-of-the-same .article-buckets-list.carousel-with-top-arrows {
		overflow: visible;
	}
	.more-of-the-same .article-buckets-list .cbs-thumbnail-link {
		display: block;
		float: left;
		overflow: hidden;
	}
	.more-of-the-same .article-buckets-list .cbs-thumbnail-link .thumbnail-wrapper img {
		display: block;
		height: auto;
		opacity: 0.95;
		filter: alpha(opacity=95); /* For IE8 and earlier */
		width: 100%;
	}
	.more-of-the-same .article-buckets-list .cbs-thumbnail-link:hover .thumbnail-wrapper img {
		opacity: 1;
		filter: alpha(opacity=100); /* For IE8 and earlier */
	}
	.more-of-the-same .article-buckets-list .cbs-thumbnail-link .title-wrapper {
		text-align: left;
	}
	.more-of-the-same .article-buckets-list .cbs-thumbnail-link .title-wrapper .title {
		color: black;
		font-style: normal;
		font-weight: normal;
		line-height: 130%;
	}
	.more-of-the-same .article-buckets-list .cbs-thumbnail-link .thumbnail-wrapper {
		margin-bottom: 8px;
	}
	.more-of-the-same .article-buckets-list.carousel-with-top-arrows .owl-buttons .disabled {
		opacity: 0.4;
		filter: alpha(opacity=40); /* For IE8 and earlier */
	}
	.more-of-the-same .article-buckets-list.carousel-with-top-arrows .owl-buttons .owl-prev,
	.more-of-the-same .article-buckets-list.carousel-with-top-arrows .owl-buttons .owl-next {
		background: #ededed url(/wp-content/themes/vip/cbs-local/assistants/css/../images/arrows-black-left-right.png) no-repeat 15px 7px;
		border: 1px solid #dfe3e6;
		float: left;
		font-size: 1px;
		height: 30px;
		margin: 0;
		overflow: hidden;
		position: absolute;
		right: 48px;
		text-indent: -900px;
		top: -50px;
		width: 43px;
	}
	.more-of-the-same .article-buckets-list.carousel-with-top-arrows .owl-buttons .owl-next {
		background-position: 18px -44px;
		right: 0;
	}

/* Link Containers : Mobile list */

	.mobile .more-of-the-same.list .article-buckets-list .cbs-thumbnail-link {
		border: 1px solid #dfe3e6;
		border-top: none;
		clear: both;
		float: none;
		padding: 4px;
	}
	.mobile .more-of-the-same.list .article-buckets-list .cbs-thumbnail-link:first-child {
		border-top: 1px solid #dfe3e6;
	}
	.mobile .more-of-the-same.list .article-buckets-list .cbs-thumbnail-link .thumbnail-wrapper {
		float: left;
		margin: 0 10px 0 0;
		width: 70px;
	}

/* Link Containers : Mobile 3-column grid */
	
	.mobile .more-of-the-same.grid-3column .article-buckets-list .cbs-thumbnail-link {
		float: left;
		margin-right: 2%;
		width: 32%;
	}
	.mobile .more-of-the-same.grid-3column .article-buckets-list .cbs-thumbnail-link:last-child {
		margin-right: 0;
	}
	.mobile .more-of-the-same.grid-3column .article-buckets-list .cbs-thumbnail-link .thumbnail-wrapper {
		margin: 0 0 5px 0 ;
	}
	.mobile .more-of-the-same.grid-3column .article-buckets-list .cbs-thumbnail-link .title-wrapper .title {
		font-size: 10px;
	}
	@media (min-width : 380px) {
		.mobile .more-of-the-same.grid-3column .article-buckets-list .cbs-thumbnail-link .title-wrapper .title {
			font-size: 15px;
		}
	}

/* Link Containers : Mobile 2half-column grid */
	
	.mobile .more-of-the-same.grid-2halfcolumn .article-buckets-list .cbs-thumbnail-link {
		float: left;
		margin-right: 2%;
		width: 48%;
	}
	.mobile .more-of-the-same.grid-2halfcolumn .article-buckets-list .cbs-thumbnail-link:last-child {
		margin-right: 0;
	}
	.mobile .more-of-the-same.grid-2halfcolumn .article-buckets-list .cbs-thumbnail-link .thumbnail-wrapper {
		margin: 0 0 5px 0 ;
	}
	.mobile .more-of-the-same.grid-2halfcolumn .article-buckets-list .cbs-thumbnail-link .title-wrapper .title {
		font-size: 10px;
	}
	@media (min-width : 380px) {
		.mobile .more-of-the-same.grid-2halfcolumn .article-buckets-list .cbs-thumbnail-link .title-wrapper .title {
			font-size: 15px;
		}
	}

	.mobile .more-of-the-same.grid-2halfcolumn.carousel-enabled .article-buckets-list {
		width: 85%;
	}
	.mobile .more-of-the-same.grid-2halfcolumn.carousel-enabled .article-buckets-list.full {
		width: 100%;
	}

/* Link Containers : 5 columns 19% + 1.2% */

	.more-of-the-same.grid-5column .article-buckets-list .cbs-thumbnail-link {
		margin-bottom: 1%;
		margin-right: 1.2%;
		width: 19%;
	}
	.more-of-the-same.grid-5column .article-buckets-list .cbs-thumbnail-link:last-child {
		margin-right: 0;
	}
	.more-of-the-same.grid-5column .article-buckets-list .cbs-thumbnail-link .title-wrapper .title {
		font-size: 13px;
	}
	.more-of-the-same.grid-5column.grid-thumbnail-list .article-buckets-list {
		margin-left: -1%;
	}
	.more-of-the-same.grid-5column.grid-thumbnail-list .article-buckets-list .cbs-thumbnail-link {
		margin-left: 1%;
		margin-right: 0;
	}

/* Link Containers : 3 columns (32% + 2%)[625px] + 300x250 ad */

	.more-of-the-same.grid-3columns-ad {
		min-height: 260px;
		position: relative;
	}
	.more-of-the-same.grid-3columns-ad .column-header,
	.more-of-the-same.grid-3columns-ad .article-buckets-list {
		width: 625px;
	}
	.more-of-the-same.grid-3columns-ad .article-buckets-list .cbs-thumbnail-link {
		height: 240px;
		margin-right: 2%;
		width: 32%;
	}
	.more-of-the-same.grid-3columns-ad .article-buckets-list .cbs-thumbnail-link:last-child {
		margin-right: 0;
	}
	.more-of-the-same.grid-3columns-ad .article-buckets-list .cbs-thumbnail-link.item-3 {
		clear: both;
	}
	.more-of-the-same.grid-3columns-ad .more-injected-ad {
		position: absolute;
		top: 0;
		right: 0;
	}

/****************************************************/
.page-columns {
	background-color: white;
}
body.single-audio .sidebar.right-bar .listen-live-action {
	display: none;
}
.more-of-the-same .column-header h2.title {
	color: #0093d0;
}

.page-columns .page-section-title .title {
	border-bottom: 8px solid #0093d0;
	margin-bottom: 10px;
}
.page-columns .page-section-title .title a {
	background: transparent url(/wp-content/themes/vip/cbs-local/plugins/modules/audio/css/../images/play-it-logo.png) no-repeat left center;
	display: block;
	font-size: 1px;
	height: 70px;
	text-indent: -900px;
	width: 150px;
}

/* Dynamic Lead edits */
.dynamic-lead-slideshow .canvas ul.slides li .flexslider-caption {
	background-color: #2b2b2b;
}
.dynamic-lead-slideshow.dl-style-dl-3-columns,
.dynamic-lead-slideshow.dl-style-dl-3-columns .canvas,
.dynamic-lead-slideshow.dl-style-dl-3-columns .canvas ul.slides {
	margin-right: 0;
	width: 100%;
}
.dynamic-lead-slideshow.dl-style-dl-3-columns .canvas ul.slides li img.thumbnail {
	width: 773px;
}



/* Index Page */

.more-of-the-same .article-buckets-list .cbs-thumbnail-link {
	height: 235px;
}
.more-of-the-same .article-buckets-list .cbs-thumbnail-link .thumbnail-wrapper img {
	max-height: 205px;
	max-width: 205px;
}
.more-of-the-same .article-buckets-list .cbs-thumbnail-link .title-wrapper .title {
	font-size: 13px;
}

.more-of-the-same .column-header .owl-buttons {
	position: absolute;
	right: 0;
	top: 0;
}

/* Directory Pages */
.page-columns .page-section-title,
.page-section-title .title {
	margin: 0;
	padding: 0;
}
.page-section-title .title {
	color: #0093d0;
}
.more-of-the-same .article-buckets-list.alphabar-content {
	min-height: 500px;
}

/* Dropdown menu template */
#navigate-by-bar {
	border: 1px solid #dfe3e6;
	height: 54px;
	overflow: visible;
	width: 100%;
}
#navigate-by-bar .title,
#navigate-by-bar .a-z a {
	color: black;
	font-size: 18px;
	font-weight: normal;
	line-height: 54px;
}
#navigate-by-bar .category.dropdown-menu .title,
#navigate-by-bar .station.dropdown-menu .title,
#navigate-by-bar .location.dropdown-menu .title,
#navigate-by-bar .a-z a {
	font-size: 15px;
}
#navigate-by-bar .title,
#navigate-by-bar .category,
#navigate-by-bar .station,
#navigate-by-bar .location,
#navigate-by-bar .a-z {
	float: left;
	margin-left: 20px;
	margin-right: 25px;
	position: relative;
}
#navigate-by-bar a.title:hover,
#navigate-by-bar .a-z a:hover {
	text-decoration: none;
}
#navigate-by-bar .search {
	float: right;
}
#navigate-by-bar .category .title,
#navigate-by-bar .station .title,
#navigate-by-bar .location .title {
	cursor: pointer;
	margin: 0;
	padding-right: 17px;
}
#navigate-by-bar .category .title:after,
#navigate-by-bar .station .title:after,
#navigate-by-bar .location .title:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid black;
	content: "";
	height: 0;
	margin-top: -3px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
}
#navigate-by-bar .category:hover .title:after,
#navigate-by-bar .station:hover .title:after,
#navigate-by-bar .location:hover .title:after {
	border-top-color: #0093d0;
}
#navigate-by-bar .category:hover .sub-menu,
#navigate-by-bar .station:hover .sub-menu,
#navigate-by-bar .location:hover .sub-menu {
	display: block;
}
#navigate-by-bar .sub-menu {
	background-color: white;
	border: 1px solid #ddd;
	display: none;
	margin: 0;
	min-width: 140px;
	padding: 7px 0;
	position: absolute;
	top: 45px;
	width: 185px;
	z-index: 150;
}
#navigate-by-bar .sub-menu li {
	display: block;
	float: none;
	line-height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 7px 15px;
	position: static;
	width: 100%;
}
#navigate-by-bar .sub-menu.sub-menu-twocolumn {
	width: 510px;
}
#navigate-by-bar .sub-menu.sub-menu-twocolumn li {
	float: left;
	padding-right: 0;
	width: 45%;
}
#navigate-by-bar .sub-menu li a {
	color: black;
	font-size: 15px;
}
#navigate-by-bar a.title:hover,
#navigate-by-bar .category:hover .title,
#navigate-by-bar .station:hover .title,
#navigate-by-bar .location:hover .title,
#navigate-by-bar .a-z a:hover,
#navigate-by-bar .sub-menu li a:hover {
	color: #0093d0;
}

#navigate-by-bar .search {
	border: 1px solid #dfe3e6;
	display: block;
	height: 25px;
	margin: 14px 10px 0;
	overflow: hidden;
	width: 205px;
}
#navigate-by-bar .search .query {
	border: none;
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0 5px 0 10px;
	width: 80%;
}
#navigate-by-bar .search .submit {
	background: transparent url(/wp-content/themes/vip/cbs-local/plugins/modules/audio/css/../images/magglass-black.png) no-repeat center center;
	border: none;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 1px;
	height: 24px;
	overflow: hidden;
	text-indent: -900px;
	width: 24px;
}
#navigate-by-bar .search .reset {
	display: none;
}

.more-of-the-same.grid-3columns-ad .article-buckets-list .cbs-thumbnail-link {
	height: 247px;
}
.more-of-the-same .more-injected-ad {
	margin-top: 1px;
	padding: 0;
}





/* Single Show CSS */

#show-information {
	overflow: hidden;
	position: relative;
}
#show-information .thumbnail-wrapper {
	border: 1px solid #818181;
	float: left;
	height: 248px;
	margin: 0 10px 0 0;
	overflow: hidden;
	width: 248px;
}
#show-information .thumbnail-wrapper img {
	display: block;
	height: auto;
	max-height: 250px;
	max-width: 250px;
	width: auto;
}
#show-information .title,
#show-information .description {
	float: left;
	width: 355px;
}
#show-information .title {
	color: #56a8e2;
	font: normal 21px/130% Arial;
	margin: 0 0 10px;
}
#show-information .description {
	font: normal 15px/130% Arial;
	margin: 0;
	padding-bottom: 120px;
}
#show-information .addthis_toolbox {
	float: left;
	overflow: hidden;
}

#show-information #subscribe-share-wrapper {
	bottom: 50px;
	left: 262px;
	overflow: hidden;
	position: absolute;
}
#show-information #subscribe-share-wrapper .title {
	color: #333;
	display: block;
	font: bold 14px/16px Arial;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#show-information #subscribe-share-wrapper .subscribe {
	float: left;
	width: 200px;
}
#show-information #subscribe-share-wrapper .share {
	float: left;
	width: 150px;
}
#show-information #subscribe-share-wrapper .title {
	width: 200px;
}
#show-information #subscribe-share-wrapper .share .addthis_toolbox.horizontal {
	padding: 0;
}
#show-information #subscribe-share-wrapper .share .addthis_button_compact {
	width: 32px;
}
#show-information #subscribe-share-wrapper .subscribe a {
	background: transparent url(/wp-content/themes/vip/cbs-local/plugins/modules/audio/css/../images/subscribe-buttons.png) no-repeat 0 0;
	display: block;
	float: left;
	font-size: 1px;
	height: 30px;
	margin-right: 5px;
	overflow: hidden;
	text-indent: -500px;
	width: 30px;
}
#show-information #subscribe-share-wrapper .subscribe a.premium-rss {
	background-position: -34px 0;
}
#show-information #subscribe-share-wrapper .subscribe a.itunes {
	background-position: -68px 0;
}

#show-information .sponsored-by {
	bottom: 0;
	display: none;
	left: 262px;
	overflow: hidden;
	position: absolute;
}
#show-information .sponsored-by .disclosure {
	color: #333;
	display: none;
	font-size: 9px;
}

#premium-banner {
	clear: both;
	margin-bottom: 5px;
	overflow: hidden;
}
#premium-banner .banner {
	background: transparent url(/wp-content/themes/vip/cbs-local/plugins/modules/audio/css/../images/premium-banners.png) no-repeat 0 0;
	display: block;
	height: 110px;
	margin: 0;
	padding: 0;
	text-indent: -500px;
	width: 940px;
}
#premium-banner.premium-type-sports-radio .banner {
	background-position: 0 -500px;
}

#podcasts-list .list {
	list-style: none;
	margin: -1px 0 0;
	padding: 0;
}
#podcasts-list .list-item {
	border-top: 1px solid #e2e2e2;
	overflow: hidden;
	padding: 15px;
}
#podcasts-list .list-item.date-title {
	color: #333;
	font: bold 19px/25px Arial;
	padding-left: 0;
}
#podcasts-list .list-item .duration {
	color: black;
	font-size: 14px;
	margin: 5px 0;
}
#podcasts-list .podcast-item.premium {
	position: relative;
}
#podcasts-list .podcast-item.premium .media-pass-article.paywall-audio-content {
	background-image: url(/wp-content/themes/vip/cbs-local/plugins/modules/audio/css/../images/premium-flag.png);
	background-position: right 0;
	background-repeat: no-repeat;
}
#podcasts-list.premium-type-sports-radio .podcast-item.premium .media-pass-article.paywall-audio-content {
	background-position: right -500px;
}
#podcasts-list .podcast-item.active {
	background-color: #d0e5f4;
}

#podcasts-list .podcast-item .button-wrapper {
	float: left;
	margin: 0 20px 20px 0;
	overflow: hidden;
	width: 100px;
}
#podcasts-list .podcast-item .button-wrapper .pause-button, 
#podcasts-list .podcast-item .button-wrapper .play-button,
#podcasts-list .podcast-item .button-wrapper .download-button {
	background-image: url(/wp-content/themes/vip/cbs-local/plugins/modules/audio/css/../images/column-buttons.png);
	cursor: pointer;
	display: block;
	float: left;
	height: 45px;
	overflow: hidden;
	text-indent: -900px;
	width: 45px;
}
#podcasts-list .podcast-item .button-wrapper .play-button {
	background-position: 0 -1000px;
	float: right;
}
#podcasts-list .podcast-item .button-wrapper .pause-button {
	background-position: 0 -500px;
}

#podcasts-list .podcast-item .info-wrapper {
	float: left;
	width: 75%;
}
#podcasts-list .podcast-item .info-wrapper .title,
#podcasts-list .podcast-item .info-wrapper .description {
	color: #333;
	font: normal 15px/130% Arial;
}
#podcasts-list .podcast-item .info-wrapper .duration:before {
	content: "\f017";
	font: normal normal 14px/120% FontAwesome;
	margin-right: 6px;
}
#podcasts-list .podcast-item .info-wrapper .title {
	font-weight: bold;
	margin: 0;
}

#podcasts-list .podcast-item .media-pass-preview.paywall-audio-preview {
	background: gray;
	height: 65px;
	cursor: pointer;
	opacity: 0.01;
	filter: alpha(opacity=1);
	position: absolute;
	width: 97%;
}
#podcasts-list .podcast-item .media-pass-article.paywall-audio-content {
	display: block !important; /* This is for PayWall purpose */
	overflow: hidden;
}

/****************************************************
	CBS Audio Player - V2
****************************************************/

.audio-player-controls-v3 {
	background-color: #f0f0f0;
	float: right;
	height: 40px;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 790px;
}
.audio-player-controls-v3 .progress-bar,
.audio-player-controls-v3 .progress-bar .seek-bar,
.audio-player-controls-v3 .progress-bar .play-bar {
	display: block;
	height: 5px;
	overflow: hidden;
	width: 100%;
}
.audio-player-controls-v3 .time-seek-wrapper {
	border-right: 1px solid #dcdcdc;
	float: left;
	height: 15px;
	overflow: hidden;
	padding: 13px 20px 12px;
	width: 485px
}
.audio-player-controls-v3 .time-seek-wrapper .time-current,
.audio-player-controls-v3 .time-seek-wrapper .time-duration {
	color: #333;
	float: left;
	font: normal 11px/15px Arial;
	height: 15px;
	text-align: left;
	width: 47px;
}
.audio-player-controls-v3 .time-seek-wrapper .time-duration {
	text-align: right;
}
.audio-player-controls-v3 .progress-bar,
.audio-player-controls-v3 .volume {
	float: left;
	height: 15px;
	width: 385px;
	z-index: 103;
}
.audio-player-controls-v3 .progress-bar .seek-bar,
.audio-player-controls-v3 .volume .volume-bar {
	background-color: #4f4f4f;
	cursor: pointer;
	height: 5px;
	margin-top: 5px;
}
.audio-player-controls-v3 .progress-bar .seek-bar .play-bar,
.audio-player-controls-v3 .volume .volume-bar .volume-bar-value {
	background: #5ca8da;
	height: 5px;
}
.audio-player-controls-v3 .volume {
	border-left: 1px solid #dcdcdc;
	float: right;
	height: 25px;
	padding: 8px 20px;
	width: 100px;
}
.audio-player-controls-v3 .volume .volume-bar {
	float: right;
	margin-top: 10px;
	width: 65px;
}
.audio-player-controls-v3 .volume .mute,
.audio-player-controls-v3 .volume .un-mute {
	background: transparent url(/wp-content/themes/vip/cbs-local/plugins/modules/audio/css/../images/mute-unmute.png) no-repeat 0 0;
	cursor: pointer;
	display: block;
	float: left;
	height: 24px;
	margin-top: 1px;
	overflow: hidden;
	width: 24px;
}
.audio-player-controls-v3 .volume .un-mute {
	background-position: -500px 0;
	display: none;
}

.audio-player-controls-v3 .shared-buttons {
	float: left;
	margin: 4px 0 0 4px;
}
.audio-player-controls-v3 .shared-buttons .addthis_button_facebook,
.audio-player-controls-v3 .shared-buttons .addthis_button_twitter,
.audio-player-controls-v3 .shared-buttons .addthis_button_compact {
	float: left;
	margin: 0 3px;
}
.audio-player-controls-v3 .shared-buttons .custom-twitter-button {
	background: transparent url(/wp-content/themes/vip/cbs-local/plugins/modules/audio/css/../../../../images/global/sprites/social-media-color-v2.png) no-repeat -50px -50px;
	display: block;
	float: left;
	height: 32px;
	overflow: hidden;
	text-indent: -900px;
	width: 32px;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.4.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:0}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}
body.logged-in,
body.admin-bar {
	margin-top: 0 !important;
}

#page-header,
#main-header, /* old menu handler */
.page-ad-container.page-pencil-ad-container-top,
#breaking,
#page-content,
.page-ad-container.page-pencil-ad-container-bottom,
#drip-pan,
#page-footer {
	/* to compensate for the skin position */
	position: relative;
	z-index: 10;
}
#page-header {
	z-index: 11;
}

/*************************************************
	Modular Header Generic Framework
*/
#page-header,
#page-footer {
	clear: both;
	display: block;
	font-size: 10px;
	margin: 0 auto;
	min-height: 50px;
	padding: 0;
	position: relative;
	width: 100%;
}
#page-header .wrapper,
#page-footer {
	margin: 0 auto;
	width: 970px;
}
#page-header {
	/* colors for footer declated separately */
	background-color: black;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
#page-header #page-header-inner {
	padding: 6px 12px 10px;
}
#page-header #header-rows {
	min-width: 80%;
}
#page-header .header-row-top {
	height: 25px;
	margin-bottom: 5px;
}
#page-header .header-row-top,
#page-header .header-row-inner {
	float: left;
	width: 100%;
}
#page-header .header-row-middle {
	height: 52px;
}
#page-header .header-row-inner .header-row {
	overflow: hidden;
}
#page-header #page-header-top-left,
#page-header #page-header-top-left.header-cell,
#page-header #page-header-middle-left,
#page-header #page-header-middle-left.header-cell,
#page-header #page-header-bottom-left,
#page-header #page-header-bottom-left.header-cell,
#page-header #page-header-tall-left {
	clear: left;
	display: block;
	float: left;
}
#page-header #page-header-top-right,
#page-header #page-header-top-right.header-cell,
#page-header #page-header-middle-right,
#page-header #page-header-middle-right.header-cell,
#page-header #page-header-bottom-right,
#page-header #page-header-bottom-right.header-cell,
#page-header #page-header-tall-right,
#page-header #page-header-clear-right {
	clear: right;
	display: block;
	float: right;
}

#page-header #page-header-top-left.header-cell .header-component,
#page-header #page-header-middle-left.header-cell .header-component,
#page-header #page-header-bottom-left.header-cell .header-component,
#page-header #page-header-top-right.header-cell .header-component,
#page-header #page-header-middle-right.header-cell .header-component,
#page-header #page-header-bottom-right.header-cell .header-component {
	display: block;
	float: left;
	margin-right: 15px;
}
#page-header #page-header-top-right.header-cell .header-component,
#page-header #page-header-middle-right.header-cell .header-component,
#page-header #page-header-bottom-right.header-cell .header-component {
	margin-left: 15px;
	margin-right: 0;
}
#page-header,
#page-header #component-search input,
#page-header .sponsored-by .disclosure,
#page-header #component-links a,
#page-header #component-weather,
#page-header #component-links .menu .menu-item:hover .sub-menu a {
	color: black;
	font-family: Arial, sans-serif;
	font-weight: normal;
}

/*************************************************
	Modular Header Components Generic CSS
*/

#page-header #page-header-top-right .header-component {
	height: 25px;
	line-height: 25px;
}
#page-header #page-header-top-right .header-component a {
	color: black;
}

/* Logo */
#page-header #component-logo {
	display: block;
	vertical-align: middle;
}
/* Account */
#page-header #component-account .login,
#page-header #component-account .manage {
	border-right: 1px solid black;
	margin-right: 10px;
	padding-right: 10px;
}
#page-header #component-account span {
	cursor: pointer;
	font-size: 1.2em;
}
#page-header #component-account span:hover {
	text-decoration: underline;
}
/* Gamification */
#page-header #component-gamification a {
	display: block;
	overflow: hidden;
}
#page-header #component-gamification strong {
	display: block;
	float: left;
	font-weight: normal;
	padding-right: 5px;
}
#page-header #component-gamification a:hover strong {
	text-decoration: underline;
}
#page-header #component-gamification span,
#main-story .vertical-rewards span {
	background-color: #c82938;
	border-radius: 10px;
	color: white;
	display: block;
	float: right;
	height: 20px;
	line-height: 20px;
	margin-top: 3px;
	overflow: hidden;
	text-align: center;
	width: 20px;
}
#main-story .vertical-rewards a {
	background: transparent url(/wp-content/themes/vip/cbs-local/plugins/modules/theme-manager/css/../../../../images/gamification/gift_32x34.png) 0 0 no-repeat;
	display: block;
	height: 34px;
	width: 32px;
}
#main-story .vertical-rewards span {
	position: absolute;
	right: 0;
}
/* Search Block */
#page-header #component-search {
	background-color: white;
	height: 24px;
	width: 175px;
}
#page-header #component-search input.query {
	background: transparent;
	border: none;
	float: left;
	height: 100%;
	line-height: 24px;
	padding: 0 0 0 5px;
	width: 143px;
}
#page-header #component-search input.submit {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 1px;
	height: 24px;
	overflow: hidden;
	text-indent: -900px;
	width: 24px;
}
#page-header #component-search input.reset {
	display: none;
}
/* Links Menu */
#page-header #component-links .menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#page-header #component-links .menu .menu-item {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	position: relative;
}
#page-header #component-links .menu .menu-item a {
	display: block;
	font-size: 1.2em;
	line-height: 25px;
}
#page-header #component-links .menu .menu-item.menu-item-has-children {
	padding-right: 15px;
}
#page-header #component-links .menu .menu-item.menu-item-has-children > a:after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid transparent;
	content: "";
	height: 0;
	margin-top: -4px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
}
#page-header #component-links .menu .menu-item .sub-menu {
	background-color: white;
	border: 1px solid #ddd;
	display: none;
	margin: 0;
	max-width: 160px;
	min-width: 140px;
	padding: 7px 0;
	position: absolute;
	z-index: 150;
	width: auto;
}
#page-header #component-links .menu .menu-item .sub-menu .menu-item {
	display: block;
	float: none;
	line-height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: static;
	width: 100%;
}
#page-header #component-links .menu .menu-item .sub-menu .menu-item a {
	display: block;
	line-height: 100%;
	padding: 7px 12px;
}
#page-header #component-links .menu .menu-item.menu-item-has-children .sub-menu .menu-item > a:after {
	content: none;
}
#page-header #component-links .menu .menu-item .sub-menu .menu-item:hover { 
	background-color: #ccc;
} 
#page-header #component-links .menu .menu-item .sub-menu .menu-item a:hover {
	text-decoration: none;
}
#page-header #component-links .menu .menu-item:hover .sub-menu {
	display: block;
}
/* Stations */
#page-header #component-stations {
	float: left;
	height: 28px;
	overflow: hidden;
}
#page-header #component-stations a {
	float: left;
	height: 100%;
	margin: 0 10px 0 0;
	overflow: hidden;
}
#page-header #component-stations a .thumbnail-wrapper,
#page-header #component-stations a .thumbnail-wrapper img {
	height: 100%;
	width: auto;
}
#page-header #component-stations a .title-wrapper {
	display: none;
}

/* Weather */
#page-header #component-weather .weather-today .temp_f {
	display: block;
	float: left;
	margin-top: 4px;
}
#page-header #component-weather .weather-today strong {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}
#page-header #component-weather .weather-today .temp_f strong:after {
	content: "\00b0";
	font-size: 14px;
	vertical-align: super;
}
#page-header #component-weather .weather-tonight,
#page-header #component-weather .weather-tomorrow,
#page-header #component-weather .temp_f span,
#page-header #component-weather .temp_f em {
	display: none;
}
#page-header #component-weather .weather-today .icon {
	float: left;
	margin-right: 8px;
}
/* Sponsored Ad */
#page-header #component-sponsored-ad {
	display: none;
	width: 130px;
}
#page-header #component-sponsored-ad .sponsored-by {
	float: right;
	width: 120px;
}
#page-header #component-sponsored-ad .sponsored-by .disclosure {
	display: block;
	font-size: 9px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}
/* Promo Ad */
#page-header #component-promo-ad-1 {
	margin-left: 5px;
	margin-top: 8px;
}




/*************************************************
	Market Modular Header
*/
#page-header.modular-header-market #page-header-inner {
	height: 114px;
}
#page-header.modular-header-market,
#page-header.modular-header-market #component-search input,
#page-header.modular-header-market .sponsored-by .disclosure,
#page-header.modular-header-market #component-links a {
	font-family: "Open Sans";
}
#page-header.modular-header-market #component-logo {
	margin-top: 6px;
}
#page-header.modular-header-market #component-logo img {
	max-height: 35px;
	width: auto;
}
#page-header.modular-header-market #component-links .menu .menu-item.menu-item-has-children > a:after {
	border-top-color: black;
}
#page-header.modular-header-market #component-links .menu > .menu-item:hover > a,
#page-header.modular-header-market #component-gamification a:hover strong,
#page-header.modular-header-market #component-account span:hover {
	color: white;
}
#page-header.modular-header-market #component-links .menu .menu-item.menu-item-has-children:hover > a:after {
	border-top-color: white;
}
#page-header.modular-header-market #component-search input.submit {
	background-image: url(/wp-content/themes/vip/cbs-local/plugins/modules/theme-manager/css/../images/magglass-black.png);
}
#page-header.modular-header-market #component-social {
	margin-top: 4px;
}
/*************************************************
	Station Modular Header
*/
#page-header.modular-header-station #page-header-inner {
	height: 127px;
}
#page-header.modular-header-station,
#page-header.modular-header-station #component-search input,
#page-header.modular-header-station .sponsored-by .disclosure,
#page-header.modular-header-station #component-links a {
	font-family: "Open Sans";
}
#page-header.modular-header-station #component-links .menu .menu-item.menu-item-has-children > a:after {
	border-top-color: black;
}
#page-header.modular-header-station #component-links .menu > .menu-item:hover > a {
	color: white;
}
#page-header.modular-header-station #component-links .menu .menu-item.menu-item-has-children:hover > a:after {
	border-top-color: white;
}
#page-header.modular-header-station #component-search input.submit {
	background-image: url(/wp-content/themes/vip/cbs-local/plugins/modules/theme-manager/css/../images/magglass-black.png);
}
#page-header.modular-header-station #component-social {
	margin-top: 4px;
}
/*************************************************
	Compact Modular Header
*/
#page-header.modular-header-compact #page-header-inner {
	height: 80px;
}
#page-header.modular-header-compact,
#page-header.modular-header-compact #component-search input,
#page-header.modular-header-compact .sponsored-by .disclosure,
#page-header.modular-header-compact #component-links a {
	font-family: "Open Sans";
}
#page-header.modular-header-compact #component-links .menu .menu-item.menu-item-has-children > a:after {
	border-top-color: black;
}
#page-header.modular-header-compact #component-links .menu > .menu-item:hover > a {
	color: white;
}
#page-header.modular-header-compact #component-links .menu .menu-item.menu-item-has-children:hover > a:after {
	border-top-color: white;
}
#page-header.modular-header-compact #page-header-bottom-right {
	margin-top: 9px;
}
#page-header.modular-header-compact #component-search input.submit {
	background-image: url(/wp-content/themes/vip/cbs-local/plugins/modules/theme-manager/css/../images/magglass-black.png);
}
#page-header.modular-header-compact #component-sponsored-ad {
	margin-top: 4px;
}
#page-header.modular-header-compact #component-sponsored-ad .sponsored-by .disclosure {
	display: none;
}
/*************************************************
	Market Modular Header
*/
#page-header.modular-header-national #page-header-inner {
	height: 127px;
}
#page-header.modular-header-national,
#page-header.modular-header-national #component-search input,
#page-header.modular-header-national .sponsored-by .disclosure,
#page-header.modular-header-national #component-links a {
	font-family: "Open Sans";
}
#page-header.modular-header-national #component-links .menu .menu-item.menu-item-has-children > a:after {
	border-top-color: black;
}
#page-header.modular-header-national #component-links .menu > .menu-item:hover > a {
	color: white;
}
#page-header.modular-header-national #component-links .menu .menu-item.menu-item-has-children:hover > a:after {
	border-top-color: white;
}
#page-header.modular-header-national #component-search input.submit {
	background-image: url(/wp-content/themes/vip/cbs-local/plugins/modules/theme-manager/css/../images/magglass-black.png);
}
#page-header.modular-header-national #component-social {
	margin-top: 40px;
}

/*************************************************
	Magazine Modular Header
*/
#page-header.modular-header-magazine #page-header-inner {
	min-height: 80px;
}
#page-header.modular-header-magazine .wrapper {
	padding: 0;
}
#menu-header-magazine a:hover {
	text-decoration: none;
}
#page-header.modular-header-magazine .header-row-middle-and-bottom {
	padding: 25px 0 0 30px;
}
#page-header.modular-header-magazine .header-row-inner .header-row {
	float: left;
	overflow: visible;
}
#page-header.modular-header-magazine #component-links a {
	color: white;
}
#page-header.modular-header-magazine #component-links .menu .menu-item .sub-menu {
	max-width: 220px;
	min-width: 170px;
}
#page-header.modular-header-magazine #component-links .menu .menu-item.menu-item-has-children > a:after {
	border-top-color: white;
}

/*************************************************
	Footer - DripPan
*/
#drip-pan .article-buckets-list {
	margin-bottom: 20px;
}
	#drip-pan .article-buckets-list .cbs-thumbnail-link {
		margin-bottom: 0;
	}
		#drip-pan .article-buckets-list .cbs-thumbnail-link .title-wrapper {
			display: none;
		}
#drip-pan .column-header h4.title {
	font-size: 2.2em;
}

/*************************************************
	Fixes for compatibility with already existing (old) items
*/
#main-header.old-main-header,
header.old-main-header nav.main-nav {
	clear: both;
	padding-top: 0;
}
#main-header.old-main-header {
	background-color: black;
	width: 100%;
}
	#main-header.old-main-header nav.main-nav,
	#main-header.old-main-header nav.sub-nav {
		clear: both;
		width: 100%;
	}
		#main-header.old-main-header nav.main-nav ul,
		#main-header.old-main-header nav.sub-nav {
			display: block;
			margin: 0 auto;
			width: 970px;
		}
			#main-header.old-main-header nav.main-nav span {
				display: none;
			}

header#main-header div.follow-us {
	display: inline;
	float: right;
	*margin-top: -40px;
	text-align: center;
	width: 200px;
}
header#main-header div.follow-us a {
	background: url(/wp-content/themes/vip/cbs-local/plugins/modules/theme-manager/css/images/global/header/social-buttons.png) no-repeat;
	display: inline-block;
	*display: block;
	height: 28px;
	margin-left: 10px;
	overflow: hidden;
	text-indent: -5000px;
	width: 29px;
	zoom: 1;
}
header#main-header div.follow-us a:first-child {
	margin: 0;
}
header#main-header div.follow-us a.facebook {
	background-position: 0 0;
}
header#main-header div.follow-us a.twitter {
	background-position: -100px 0;
}
header#main-header div.follow-us a.youtube {
	background-position: -200px 0;
}
header#main-header div.follow-us a.googleplus {
	background-position: -300px 0;
}
header#main-header div.follow-us a.tunein {
	background-position: -400px 0;
}
header#main-header div.follow-us em {
	color: white;
	clear: both;
	display: block;
	font: bold 11px Helvetica, Arial, sans-serif;
	padding-top: 10px;
	text-transform: uppercase;
}





#main-header {
	clear: both;
	margin: 0 auto;
	padding-top: 20px;
	width: 970px;
}

header nav.main-nav {
	clear: both;
	padding-top: 15px;
}

header nav.main-nav ul.menu {
	height: 28px;
}

header nav.main-nav a {
	display: block;
	height: 28px;
	overflow: hidden;
	padding: 0 14px;
}
header nav.main-nav ul.menu li a:hover,
header nav.main-nav li.current-menu-ancestor a,
header nav.main-nav li.current-menu-parent a {
	background-position: 0 -28px! important;
	height: 28px;
}
header nav.main-nav ul.menu li.current-menu-item a {
	background-position: 0 -28px! important;
}
header nav.main-nav a,
header nav.sub-nav a {
	color: #fff;
	float: left;
	font: bold 13px/32px Arial, sans-serif;
	text-decoration: none;
}

.menu-header-menu-container {
	position: relative;
}

header nav.sub-nav {
	padding: 0;
}
	header nav.sub-nav ul {
		height: 32px;
	}
		header.old-main-header nav.sub-nav ul.special-video-menu .menu-video-experience-menu-container li:hover a {
			/* overwrite for gray gradient from Wayne */
			background: transparent;
		}
		header nav.sub-nav > ul.sub-menu > li {
			float: left;
			position: relative;
		}
			header nav.sub-nav ul.sub-menu li a.subtitle {
				font-size: 12px;
				margin: 0 20px 0 0;
				padding: 0 0 0 12px;
			}
			header nav.sub-nav ul.sub-menu li a.has-children {
				background: url(/wp-content/themes/vip/cbs-local/plugins/modules/theme-manager/css/images/global/header/subnav-arrow.png) no-repeat 7px 48%;
				padding: 0 20px 0 25px;
			}

			header nav.sub-nav ul.sub-menu li:hover a.subtitle.has-children{
				background: url(/wp-content/themes/vip/cbs-local/plugins/modules/theme-manager/css/images/global/header/subnav-arrow.png) no-repeat 7px 48%;
				padding: 0 20px 0 25px;
			}

			header nav.sub-nav ul.sub-menu li ul {
				display: none;
				clear: both;
				left: 0;
				position: absolute;
				top: 32px;
				width: 100%;
				min-width: 100px;
			}
			header nav.sub-nav ul.sub-menu li:hover ul {
				display: block;
			}
				header nav.sub-nav ul.sub-menu li ul li {
					display: block;
					float: none;
					list-style: none;
					width: 100%;
				}
					header nav.sub-nav ul.sub-menu li ul li a {
						min-height: 18px;
						margin: 0;
						padding: 4px 0;
						width: 100%;
					}
						header nav.sub-nav ul.sub-menu li ul li a span{
							display: block;
							padding: 0 10px;
						}
					header nav.sub-nav ul.sub-menu li ul li a:hover {
						cursor: pointer;
					}

header nav.sub-nav ul.special-video-menu {
	padding: 0 13px;
	width: auto;
}
header nav.sub-nav a {
	margin-right: 20px;
}

/*************************************************
	Old Options
*/

/* Header options */

#page-header.page-header-type-minimal {
	background: #7eb4dd;
	display: block;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 970px;
}

#page-header.page-header-type-minimal #cbs-logo {
	color: black;
	display: block;
	height: 30px;
	float: left;
	margin: 13px 10px 0 40px;
	overflow: hidden;
}
#page-header.page-header-type-minimal #cbs-logo .cbs-logo-image {
	height: auto;
	margin: 0;
	width: auto;
}
#page-header.page-header-type-minimal #cbs-logo .cbs-logo-text {
	border: none;
	color: inherit;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
}

#page-header.page-header-type-minimal .social-button {
	background: transparent url(/wp-content/themes/vip/cbs-local/plugins/modules/theme-manager/css/../images/social-icons-white.png) 0 0 no-repeat;
	cursor: pointer;
	display: block;
	float: right;
	height: 30px;
	margin: 10px 5px;
	overflow: hidden;
	padding: 0;
	text-indent: -900px;
	width: 35px;
}
#page-header.page-header-type-minimal .social-button.social-button-twitter {
	background-position: 0 -97px;
	margin-right: 40px;
}

/*************************************************
	Listen Live Experience
*/
#listen-live-button {
	background-color: #e8e8e8;
	display: block;
	height: 55px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
	text-indent: -5000px;
	width: 300px;
}
#listen-live-button .listen-live-ad-block {
	display: block;
	float: right;
	height: 30px;
	margin: 10px 0 0 0;
	width: 88px;
}

#listen-live-button div.cbs-ad-unit-wrapper {
	position: absolute;
	right: 8px;
	z-index: 500;
}

#listen-live-button .listen-live-logo {
	background: url(/wp-content/themes/vip/cbs-local/plugins/modules/theme-manager/css/../images/headphones-white.png) no-repeat 13px 12px;
	display: block;
	float: left;
	height: 55px;
	background-color: #2457a7;
	width: 55px;
}
#listen-live-button .listen-live-text {
	color: #2457a7;
	display: block;
	float: left;
	line-height: 35px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
	text-decoration: none;
	text-indent: 0px;
	text-transform: uppercase;
	width: 125px;
}
#listen-live-button.listen-live-on-air .listen-live-text {
	line-height: 24px;
}

#listen-live-button.radio-now-playing .listen-live-text {
	font-size: 18px;
	line-height: 18px;
}
#listen-live-button.radio-now-playing .details {
	font-size: 11px;
	line-height: 10px;
}

#listen-live-button .listen-live-text.watch {
	font-size: 14px;
	line-height: 35px;
}
#listen-live-button.listen-live-on-air .listen-live-text.watch {
	line-height: 20px;
}

#listen-live-button .wrapper {
	float: left;
	height: 35px;
	padding: 10px;
	position: relative;
	vertical-align: middle;
	width: 75%;
}

/* Listen Live Pop Up */

#listen-live-wrapper {
	display: none;
}
.listen-live {
	text-align: left;
	width: 776px;
}
.listen-live a img {
	display: inline;
}
.listen-live .header {
	background-color: #0093d0;
	height: 44px;
	margin: 0;
	overflow: hidden;
	width: auto;
}

.listen-live .listen-live-logo {
	background: url(/wp-content/themes/vip/cbs-local/plugins/modules/theme-manager/css/../images/headphones-white.png) no-repeat;
	display: block;
	float: left;
	height: 25px;
	margin: 9px 20px 0;
	width: 30px;
}

.listen-live h3 {
	color: white;
	display: block;
	float: left;
	font: bold 27px Arial;
	margin-top: 7px;
	padding: 0;
}
body.section .listen-live .sponsor,
.listen-live .sponsor {
	background: url(/wp-content/themes/vip/cbs-local/plugins/modules/theme-manager/css/../images/txt-sponsored-by.png) no-repeat 0 50%;
	float: left;
	height: 44px;
	margin: 0 0 0 40px;
	overflow: hidden;
	padding: 0;
	width: 210px;
}

.listen-live .sponsor .listen-live-sponsor.cbs-ad-auto-center {
	display: block;
	float: left;
	height: 31px;
	margin: 6px 0 0 90px;
	width: 88px;
}

.listen-live .lead-wrapper {
	margin: 20px;
}

.listen-live h4 {
	color: black;
	font: bold 22px Arial, Helvetica,sans-serif;
}

.listen-live ul.stations {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	margin: 6px 0 15px -14px;
	width: 750px;
}
.listen-live ul.stations li {
	border: 1px solid #ccc;
	display: block;
	float: left;
	margin: 8px 0 0 14px;
	padding: 0;
	text-align: center;
	vertical-align: bottom;
}

.listen-live ul.featured-posts li.list-item a .title-wrapper,
.listen-live ul.stations li.list-item a .title-wrapper {
	display: none;
}

.listen-live ul.featured-posts {
	list-style: none;
	margin: 0;
	overflow: visible;
	padding: 0;
	margin: 6px 0 15px -14px;
	width: 750px;
}

.listen-live ul.featured-posts li {
	border: 1px solid #ccc;
	display: block;
	float: left;
	margin: 8px 0 0 14px;
	padding: 0;
	text-align: center;
	vertical-align: bottom;
}

.listen-live ul.featured-posts .thumbnail,
.listen-live ul.featured-posts a.thumbnail {
	height: 132px;
	width: 234px;
}

/* Custom rules for number of Stations in the Lead */
.listen-live .station-count-1,
.listen-live .station-count-2,
.listen-live .station-count-3 {
	height: 234px;
	width: 234px;
}
.listen-live .station-count-4 {
	height: 171px;
	width: 171px;
}
.listen-live .station-count-5 {
	height: 134px;
	width: 134px;
}
.listen-live .station-count-6 {
	height: 109px;
	width: 109px;
}

.listen-live li.list-item > a {
	display: block;
}

.listen-live .advertise-on-our-streams {
	background-color: #ccc;
	color: black;
	display: block;
	font: normal 10px Arial;
	height: 30px;
	line-height: 3;
	padding: 4px 20px 4px 4px;
	text-align: right;
	text-decoration: underline;
}
.listen-live .owl-buttons {
	position: absolute;
	right: 0;
	top: 0;
}
.listen-live .owl-buttons .disabled {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier */
}
.listen-live .owl-buttons .owl-prev,
.listen-live .owl-buttons .owl-next {
	background: #ededed url(/wp-content/themes/vip/cbs-local/plugins/modules/theme-manager/css/../../../../assistants/images/arrows-black-left-right.png) no-repeat 15px 7px;
	border: 1px solid #dfe3e6;
	float: left;
	font-size: 1px;
	height: 30px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	right: 48px;
	text-indent: -900px;
	top: -30px;
	width: 43px;
}
.listen-live .owl-buttons .owl-next {
	background-position: 18px -44px;
	right: 0;
}

/* Featherlight Lightbox Overwrites */
.featherlight {
	z-index: 500;
}
.featherlight .featherlight-content {
	border-bottom: none;
	padding: 0;
}
.featherlight .featherlight-close-icon:before {
	color: white;
	content: "\f00d";
	display: block;
	font-family: FontAwesome;
	font-size: 21px;
	line-height: 24px;
	padding-bottom: 10px
}
.featherlight .featherlight-close-icon {
	background: none;
	display: block;
	font-family: Arial,sans-serif;
	height: 24px;
	overflow: hidden;
	padding: 10px;
}

/*************************************************
	Follow Us
*/
#component-social {
	height: 24px;
	overflow: hidden;
}
#component-social .disclosure {
	float: left;
	font-size: 12px;
	line-height: 25px;
}
#component-social a {
	margin: 0 0 0 7px;
}

/*************************************************
	SideBar (Right)
*/
.sidebar-widget .textwidget,
.sidebar-widget .widget-content-wrapper,
.sidebar-widget.widget_rss,
.sidebar-widget.widget_top-posts {
	font-size: 1.2em;
}

/*************************************************
	Ads
*/

.adrev-skin {
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

.page-ad-container.page-pencil-ad-container-top.ad-banner-728x90,
.page-ad-container.page-pencil-ad-container-top.ad-banner-728x90 .positioning-wrapper {
	background: #d8d8d8;
}
.page-ad-container.page-pencil-ad-container-top.adhesion-active {
	position: static !important;
}
	.page-ad-container.page-pencil-ad-container-top.adhesion-active .positioning-wrapper {
		position: fixed;
		top: 0;
		left: 50%;
		margin: 0 -485px 0;
		z-index: 700;
	}

body.logged-in .page-ad-container.adhesion-active .positioning-wrapper,
body.admin-bar .page-ad-container.adhesion-active .positioning-wrapper {
	margin-top: 32px;
}


/*************************************************/

/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: 'dashicons' !important;
}

.noticon {
	font-family: "Noticons" !important;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}