/*******************************************
 * 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;
}
/*************************************************
	Modular Header Generic Framework
*/
#page-header.page-header-type-modular {
	background: #7eb4dd;
	clear: both;
	display: block;
	margin: 0 auto;
	min-height: 50px;
	padding: 0;
	position: relative;
	width: 970px;
}
#page-header.page-header-type-modular .wrapper {
	padding: 6px 12px 10px;
}
#page-header.page-header-type-modular #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;
}
#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 {
	background-color: #c82938;
	border-radius: 20px; 
	color: white;
	display: block;
	float: right;
	height: 20px;
	line-height: 20px;
	margin-top: 3px;
	overflow: hidden;
	text-align: center;
	width: 20px;
}
/* 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;
	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;
}
/* Follow Us */
#page-header #component-social {
	height: 24px;
	overflow: hidden;
	text-transform: uppercase;
}
#page-header #component-social .disclosure {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 25px;
}
#page-header #component-social a {
	background-image: url(/wp-content/themes/vip/cbs-local/plugins/modules/theme-manager/css/../../../../images/global/sprites/social-media-square-color.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 24px;
	margin-left: 7px;
	overflow: hidden;
	text-indent: -5000px;
	width: 24px;
	zoom: 1;
}
#page-header #component-social.type-blue a {
	background-image: url(/wp-content/themes/vip/cbs-local/plugins/modules/theme-manager/css/../../../../images/global/sprites/social-media-square-blue.png);
}
#page-header #component-social.type-grey a {
	background-image: url(/wp-content/themes/vip/cbs-local/plugins/modules/theme-manager/css/../../../../images/global/sprites/social-media-square-grey.png);
}
#page-header #component-social .facebook {
	background-position: -360px 0;
}
#page-header #component-social .twitter {
	background-position: -360px -60px;
}
#page-header #component-social .youtube {
	background-position: -360px -180px;
}
#page-header #component-social .googleplus {
	background-position: -360px -120px;
}
#page-header #component-social .tunein {
	background-position: -360px -360px;
}
#page-header #component-social .instagram {
	background-position: -360px -420px;
}
/* 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: 41px;
	line-height: 30px;
	font-weight: normal;
}
#page-header #component-weather .weather-today .temp_f strong:after {
	content: "\00b0";
	font-size: 21px;
	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;
}





/*************************************************
	Market Modular Header
*/
#page-header.modular-header-market {
	height: 127px;
}
#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 {
	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 {
	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 {
	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 Header
*/
#page-header.modular-header-magazine {
	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;
}


/*************************************************
	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;
}

/*************************************************
	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;
}

/* Footer options */

#page-footer.page-footer-type-minimal {
	background: #7eb4dd;
	display: block;
	min-height: 70px;
	margin: 0 auto;
	overflow: hidden;
	padding: 25px 0 20px;
	position: relative;
	width: 970px;
}

#page-footer.page-footer-type-minimal .copyright-wrapper {
	float: left;
	padding: 7px 15px;
	text-align: right;
	width: 285px
}
#page-footer.page-footer-type-minimal .copyright-wrapper #cbs-logo {
	display: block;
	margin-bottom: 10px;
}
#page-footer.page-footer-type-minimal .copyright-wrapper #cbs-logo .cbs-logo-image {
	display: inline;
}
#page-footer.page-footer-type-minimal .copyright-wrapper .copyright p {
	color: #3b4b57;
	font: normal normal 11px/13px Arial, sans-serif;
	margin: 0;
	padding: 0;
}

#page-footer.page-footer-type-minimal .footer-navigation-1 {
	border-left: 1px solid white;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0 0 0 50px;
	width: auto;
}
#page-footer.page-footer-type-minimal .footer-navigation-1 li {
	display: block;
	float: left;
	font: normal normal 18px/75px Arial, sans-serif;
	list-style: none;
	margin: 0 10px;
	padding: 0;
	text-align: center;
}
#page-footer.page-footer-type-minimal .footer-navigation-1 li a {
	color: white;
	margin: 0;
	padding: 0;
}

/**
 * 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
 */


/* Replace Omnisearch PNG search icon with a dashicon */
#wpadminbar div.ab-item form#adminbarsearch input.adminbar-search-input {
	background-image: none;
	position: relative;
	z-index: 30;
}


/* Show globe icon next to blog */
#wpadminbar #wp-admin-bar-blog > .ab-item:before {
	position: relative;
	top: 2px;
	content: '\f319';
}

/* If a blavatar is present, move it left to cover the globe */
#wpadminbar #wp-admin-bar-blog > .ab-item {
	position: relative;
}
#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 10px;
}

/* @noflip */
#wpadminbar.rtl #wp-admin-bar-blog > .ab-item img.avatar {
	right: 12px;
}

/* Fix omnisearch lineheight */
#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary input.adminbar-search-input.search-input-focus {
	border: none;
	text-shadow: none;
	box-shadow: none;
	line-height: 1;
	background: #ccc;
	background: rgba(255,255,255,.7);
}

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

/* Override white color on blog title */
body.admin-color-mp6-light #wpadminbar ul li#wp-admin-bar-blog > .ab-item {
	color: #333;
}

/* Updated message fixes */
body.admin-color-mp6-light #wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary span.noticon {
	color: #eee;
}

div.updated p,
div.error p {
	position: relative;
}

div.updated .noticon-close,
div.error .noticon-close {
	font-size: 28px;

	height: 28px;
	width: 28px;

	position: absolute;
	right: 0;
	top: -1px;
}

/* Fix taller MP6 v2 toolbar. Merge this into mu-plugins/wpcom-admin-bar.css after MP6 v2 launch */
@media screen and ( max-width: 782px ) {

	.mp6 #wpadminbar li#wp-admin-bar-follow > a,
	.mp6 #wpadminbar li#wp-admin-bar-blog > a,
	.mp6 #wpadminbar li#wp-admin-bar-topicpress > a,
	.mp6 #wpadminbar li#wp-admin-bar-wpr-reblog > a,
	/* These next lines are necessary for when users opt out to the responsive styles */
	.mp6 #wpadminbar li#wp-admin-bar-dbg > div,			
	.mp6 #wpadminbar li#wp-admin-bar-my-account > a
	{
		line-height: 46px !important;
	}
	
	/* Notes only shown when users opt out to the responsive styles */
	body.mp6 #wpadminbar #wp-admin-bar-notes #wpnt-notes-unread-count {
		margin: 13px 3px 0 3px !important;
	}

	.mp6 #wpadminbar li#wp-admin-bar-blog > a.ab-item:before {
		top: 13px;
	}
	
	#wpadminbar #wp-admin-bar-blog > .ab-item img.avatar {
		top: 17px;
	}

}

/* Fix toolbar hover color temporarily. Post launch, remove from /wp-content/mu-plugins/admin-bar/wpcom-admin-bar.css */
.admin-color-mp6 #wpadminbar ul li#wp-admin-bar-blog.hover > .ab-item, .mp6 #wpadminbar ul li#wp-admin-bar-blog.hover > .ab-item, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account-no-avatar.hover .ab-display-name, .admin-color-mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name, .mp6 #wpadminbar .quicklinks #wp-admin-bar-my-account.hover .ab-display-name {
	color: inherit !important;
}

/* add style for reader link in /wp-admin/ leftbar */

/* Reader icon in left-bar */
.icon16.icon-reader:before,
#adminmenu .menu-icon-reader div.wp-menu-image:before,
ul#adminmenu .toplevel_page_reader div.wp-menu-image:before{
     content: '\f116';
}

/* 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;
}
