/* RC Sports Site Specific Styles */


/* Bottomline Widget CSS */

div.fixture > div.title > a { text-decoration: none; }
div.fixture > div.title > a:hover { color: #717171;}
div.fixture > div.title > a > img { padding-right: 2px; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: 0;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 0 .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .2em .5em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 0;
	background: none;
	height:210px;
	overflow-y: scroll;
}

.ui-tabs .ui-tabs-panel::-webkit-scrollbar {
    width: 8px;
}

.ui-tabs .ui-tabs-panel::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    /*-webkit-border-radius: 3px;
    border-radius: 3px;*/
}

.ui-tabs .ui-tabs-panel::-webkit-scrollbar-thumb {
    /*-webkit-border-radius: 3px;
    border-radius: 3px;*/
    background: rgba(0,51,153,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.ui-tabs .ui-tabs-panel::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,51,153,0.4); 
}


/* Component containers
----------------------------------*/
.ui-widget {
	/*font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.ui-widget .ui-widget {
	font-size: 0.8em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	/*border: 1px solid #dddddd;*/
	background-color:#fff;
	/*background: #eeeeee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;*/
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
	font-weight:bold;
}
.ui-widget-header {
	/*border: 1px solid #e78f08;*/
	/*background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;*/
	background-color:#555;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	/*border: 1px solid #cccccc;*/
	/*background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;*/
	background-color:#555;
	font-weight: bold;
	color: #fff;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #fff;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	/*border: 1px solid #fbcb09;*/
	/*background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;*/
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	/*border: 1px solid #fbd850;*/
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px;
}

/* Overlays */
.ui-widget-overlay {
	background: #555 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}

				.fixtures_container {font-size:1em;}
				.fixtures_container .fixture { padding:5px;}
				.fixtures_container .fixture .details {font-size:0.8em; line-height:1.3em; color:#717171;}
				.fixtures_container .fixture.even {background-color:#f2f2f2;}
				.fixtures_container .poweredby {text-align:center; padding:5px 10px 2px 10px;}
/* END Bottomline Widget CSS */

.verticals-menu { left:270px; }

.article-body-text .news-letter .newsletter-signup-container2 ul.newsletters li { display:none; }
.article-body-text .news-letter .newsletter-signup-container2 ul.newsletters li.policy { display:table; }

/* NEW 2014 TEMPLATE */
body.custom_topics {width:100%; min-width:100%; font-size:100%; text-align:left; line-height:normal;}

body.custom_topics .alpha {
    display: inline-block;
    margin-left: 0;
    margin-right: 335px;
    margin-top: 30px;
	padding:35px;
}
body.custom_topics .beta-container {
    width: 300px;
	margin-left:-300px;
}

body.custom_topics .beta { margin-left:0; width:300px; }

body.custom_topics .RC-AD-BOTTOM-BANNER { margin:30px 61px; }


body.custom_topics .recent-articles { margin: 10px 0; }
body.custom_topics .recent-articles h3 { background: #4c4c4c; color: #fff; padding: 4px; margin: 0; font: bold 12px Verdana, Arial, Helvetica, sans-serif; }
body.custom_topics .topic-article { border-bottom: 1px solid #ccc; padding: 6px 0; }
body.custom_topics .topic-article h4 { margin: 0; padding: 0; font-size: 15px; }
body.custom_topics .topic-article p { margin: 0; padding: 0; color: #666; padding: 0 0 0 5px; }

body.custom_topics .social-bar-wrapper {margin-top:0px;/*margin-top:-5px;*/ display:none;} 


body.custom_topics h1 {margin:5px auto;}
body.custom_topics .top-wrapper {padding:5px 0; margin:10px 0 5px 0; border-bottom:5px solid #FF0000;}
body.custom_topics .top-wrapper h2.main-title  { float:left; width:auto; border:none !important; margin:48px 0 -20px; padding:0; color:#000000; }
body.custom_topics .top-wrapper .sponsorship-ad, body.custom_topics .top-wrapper .sponsorship-logo {float:right; background-color:#f2f2f2; width:336px; height:80px; overflow:hidden; background-color:#fff; text-align:right; margin-bottom:-50px;}


body.custom_topics table.middle_content {width:100%; padding-top:95px;}
body.custom_topics table.middle_content td {padding-top:15px; margin:0;}
body.custom_topics table.middle_content td.top_content_wrapper {padding:10px 0; border-bottom:1px solid #ccc;}
body.custom_topics table.middle_content td.left {padding-left:5%; padding-right:5%; text-align:left;}
body.custom_topics table.middle_content td.left h2.main-title {color:#000; padding:20px 0 0 0; margin:10px 0 5px 0; border-bottom:5px solid #FF0000; font-size:2em;}


body.custom_topics table.middle_content .beta {width:340px; background-color:#f2f2f2; padding:15px 10px; text-align:center; display:none;}
body.custom_topics table.middle_content .beta #right-box-ad, body.custom_topics table.middle_content .beta #right-box-ad-2 {height:auto !important; width:300px; margin:0 auto 5px auto; float:none; overflow:hidden; height:auto !important;} 
body.custom_topics table.middle_content .beta .module { text-align:left; margin-bottom:10px;} 
body.custom_topics table.middle_content .beta .module h4 { border-bottom: 1px solid #cc6666; background: #cc3333 url('/images/bg_election_sub_header2.gif') repeat-x bottom; color: #fff; font: bold 11px Verdana, Arial, Helvetica, sans-serif; letter-spacing: 1px; margin: 0; padding: 5px; text-transform: uppercase; }
body.custom_topics table.middle_content .beta .module .content {background-color:#fbfbfb; padding:5px 0;}
body.custom_topics table.middle_content .beta .module .content .icon_social_list {padding-top:10px;}
body.custom_topics table.middle_content .beta .module .icon_social {float:left; margin:0 30px 0 0;}

body.custom_topics table.middle_content .left #modules {padding:30px 0 0 0; border-top:1px solid #ccc; margin-top:20px;}   
body.custom_topics table.middle_content .left .module { text-align:left; margin-bottom:10px;} 
body.custom_topics table.middle_content .left .module h4 { border-bottom: 1px solid #cc6666; background: #cc3333 url('/images/bg_election_sub_header2.gif') repeat-x bottom; color: #fff; font: bold 11px Verdana, Arial, Helvetica, sans-serif; letter-spacing: 1px; margin: 0; padding: 5px; text-transform: uppercase; }
body.custom_topics table.middle_content .left .module .content {background-color:#fbfbfb; padding:5px 0;}
body.custom_topics table.middle_content .left .module .content .icon_social_list {padding-top:10px;}
body.custom_topics table.middle_content .left .module .icon_social {float:left; margin:0 30px 0 0;}

body.custom_topics table.middle_content .left .module p {font-size:1.2em;}


body.custom_topics .latest_news {width:100%; /*border-bottom:1px solid #ccc;*/ padding-bottom:25px;}
body.custom_topics .latest_news	.carousel-inner div.item .padding {}
body.custom_topics .latest_news	.carousel-inner div.item div.news {width:47%; display:inline-block; height:auto; padding:10px 1%;}
body.custom_topics .latest_news	.carousel-inner div.item div.news.big {float:left; /*height:200px;*/ height:auto; padding:10px 1%; border-right:1px solid #ccc; border-bottom:none;}
body.custom_topics .latest_news	.carousel-inner div.item div.news.big div.img {width:100%; height:auto; margin-bottom:5px;}
body.custom_topics .latest_news	.carousel-inner div.item div.news.big div.img img {display:none;}
body.custom_topics .latest_news	.carousel-inner div.item div.news div.img {overflow:hidden; width:30%; height:auto; float:left; margin-right:5px;}
body.custom_topics .latest_news	.carousel-inner div.item div.news div.img img {width:100%;}
body.custom_topics .latest_news	.carousel-inner div.item div.news div.byline {font-size:0.7em; line-height:1em;}
body.custom_topics .latest_news	.carousel-inner div.item div.news div.title {line-height:1em; margin:5px 0;}

body.custom_topics .videos {width:100%; margin-bottom:20px;}
body.custom_topics .videos h3 { color:#000; padding:5px 0; margin:10px 0 5px 0; border-bottom:5px solid #ff0000; font-size:2em; }
body.custom_topics .videos 	.carousel-inner div.item div.video {width:31%; float:left; height:auto; padding:10px 1%;}
body.custom_topics .videos 	.carousel-inner div.item div.video div {}
body.custom_topics .videos 	.carousel-inner div.item div.video div.img {position:relative; overflow:hidden; height:130px; margin-bottom:5px;}
body.custom_topics .videos 	.carousel-inner div.item div.video div.img span.icon {background:url('http://www.realclearmarkets.com/images/play-icon.png') 0 0 no-repeat; position:absolute; top:8px; left:8px; z-index:10; width:20px; height:20px;}
body.custom_topics .videos 	.carousel-inner div.item div.video div.img img {width:100%;}
body.custom_topics .videos 	.carousel-inner div.item div.video div.title {padding:0;}	
body.custom_topics .videos 	.carousel-inner div.item div.video div.title a {font-weight:normal; font-size:1.1em; padding:0; line-height:1em;}


body.custom_topics .posts_module {text-align:left;}
body.custom_topics .posts_module h3 { color:#000; padding:5px 0; margin:10px 0 5px 0; border-bottom:2px solid #ff0000; font-size:1.5em; }
body.custom_topics .posts_module img.header {padding:5px 0; margin:10px 0 5px 0; border-bottom:2px solid #ff0000; width:100%;}
body.custom_topics .posts_module div.item {width:100%; height:auto; padding:10px 0; border-bottom:1px solid #ccc;}
body.custom_topics .posts_module div.item:last-child {border:none;}
body.custom_topics .posts_module div.item .title a {color:#000; font-size:1em; font-weight:bold;}
body.custom_topics .posts_module div.item .byline  {color:#999999; font-size:0.9em; font-style:italic; margin:0;}
body.custom_topics .posts_module div.item .excerpt {color:#555; font-size:0.9em; margin:0px; padding:5px 0 0 0;}
body.custom_topics .posts_module button {width:100%; padding:10px; margin:0 0 10px 0; font-size:1em;}
body.custom_topics .posts_module button:hover {cursor:pointer;}

body.custom_topics .page_footer {width:auto; padding:10px;} 
body.custom_topics .page_footer p {padding:20px;}
body.custom_topics .page_footer .social {text-align:center;}
body.custom_topics .page_footer .social img {width:150px;}
/*body.custom_topics .page_footer .left {width:75%; padding:0 10px 0 0; border-right:1px solid #ccc; display:inline-flex;}
body.custom_topics .page_footer .right {width:auto; padding:0 0 0 10px; display:inline-flex; }
body.custom_topics .page_footer .right img {width:70%;}*/


/* LESS THAN = 767 */
@media only screen and ( max-width : 768px ){ 
	body.custom_topics {font-size:130%;}
	.social-bar-wrapper {display:none;}
 	body.custom_topics table.middle_content {padding-top:45px;}	
	body.custom_topics table.middle_content .beta {width:0px; padding:0; margin:0;}
	body.custom_topics table.middle_content td {padding-top:0px;}
	body.custom_topics table.middle_content td.top_content_wrapper {padding:0;}
	
	/*
	body.custom_topics .promos2014 #promo-excerpts div.big {width:100%; border-bottom:1px solid #ccc;}
	body.custom_topics .promos2014 #promo-excerpts div.big #padding {border:none;  padding:0 0 10px 0; margin:0 0 10px 0;}
	body.custom_topics .promos2014 #promo-excerpts div {width:100%;  padding:10px 0; }
	body.custom_topics .promos2014 #promo-excerpts div span.img {width:30%;}
	body.custom_topics table.middle_content td.left div.promos2014 div#promo-excerpts div {border-bottom:1px dotted #ccc;}
	body.custom_topics table.middle_content td.left div.promos2014 div#promo-excerpts div div#padding {border:none; padding:0; margin:0;}
	body.custom_topics table.middle_content td.left .module #right-box-ad {margin:0 auto 10px auto; padding:10px 0 0;} */
	
	body.custom_topics .latest_news	.carousel-inner div.item div.news, body.custom_topics .videos .carousel-inner div.item div.video {width:100%; height:auto; padding:10px 0; border-bottom:1px solid #ccc;}	
	body.custom_topics .latest_news	.carousel-inner div.item div.news:last-child, body.custom_topics .videos .carousel-inner div.item div.video:last-child {border:none;}
	body.custom_topics .latest_news .carousel-inner div.item div.news div.img, body.custom_topics .videos .carousel-inner div.item div.video div.img {position:relative; overflow:hidden; width:30%; float:left; height:auto; margin-right:5px;}
	body.custom_topics .latest_news	.carousel-inner div.item div.news div.img img, body.custom_topics .videos .carousel-inner div.item div.video div.img img {width:100%;}	
	
	body.custom_topics .latest_news	.carousel-inner div.item div.news div.title, body.custom_topics .videos .carousel-inner div.item div.video div.title {padding:0 5px;}	
	body.custom_topics .latest_news	.carousel-inner div.item div.news div.title a, body.custom_topics .videos .carousel-inner div.item div.video div.title a {font-size:1em; padding:0 5px 0 0; width:auto; font-weight:normal;}
	body.custom_topics .latest_news	.carousel-inner div.item div.news div.title a, body.custom_topics .videos .carousel-inner div.item div.video div.title a:hover {text-decoration:none;}	
	body.custom_topics .latest_news	.carousel-indicators, body.custom_topics .videos .carousel-indicators {bottom:-30px !important;}
	body.custom_topics .latest_news	.carousel-inner div.item div.news.big {float:none; height:auto; padding:10px 0; border-bottom:1px solid #ccc;}
	body.custom_topics .latest_news	.carousel-inner div.item div.news.big div.img {width:30%; float:left; height:auto !important; margin-right:5px; margin-bottom:none; background-image:none !important;}
	body.custom_topics .latest_news	.carousel-inner div.item div.news.big div.img img {display:block;}
	body.custom_topics .latest_news	.carousel-inner div.item div.news div.byline {display:none;}			
	
	
	body.custom_topics .top-wrapper .sponsorship-ad, body.custom_topics .top-wrapper .sponsorship-logo {padding:10px 0;}
	body.custom_topics .posts_module h3 {padding:5px 0; margin:10px 0 5px 0; border-bottom:5px solid #ff0000; font-size:2em;}



}
/*768px*/
@media only screen and ( min-width : 769px ){
	body.custom_topics table.middle_content .beta {display:block;}
}




.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 92%;
  padding-left:41px;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6%;
  opacity: .3;
  filter: alpha(opacity=30);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ccc;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;	
  }
  .carousel-control .glyphicon-chevron-left {
  	background-image:url('/images/pop-arrow-left.png');
  }
  .carousel-control .glyphicon-chevron-right {
  	background-image:url('/images/pop-arrow-right.png');
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: -25px;
	margin-top:0;
	margin-bottom:0;
  }
}  



/*SPONSORED HLINE CONTENT*/
.sponsored_hline { border: 1px solid #000; padding: 3px; }	


/*kauffman*/
/*.jtf_sponsorship {min-height:120px; color:#c5c5c5; padding:4px 2px; margin:10px 0 0 0; border:1px solid #ccc; background: -webkit-linear-gradient(#fff, #f2f2f2);   background: -o-linear-gradient(#fff, #f2f2f2);     background: -moz-linear-gradient(#fff, #f2f2f2); background: linear-gradient(#fff, #f2f2f2);}*/
.jtf_sponsorship { background:none; border:0; color:#C5C5C5; margin:10px 0 0; min-height:120px; padding:4px 2px; }
.jtf_sponsorship a { font-size:1em; font-weight:bold; line-height:1.6em; }
.jtf_sponsorship div.markets {display:none;}
.jtf_sponsorship div.policy {display:block;}
.jtf_sponsorship h3 {margin-top:15px; color:#000; margin-bottom:5px; }  
.jtf_sponsorship h3 a {
    color: black;
    font-family: "Helvetica Neue",sans-serif;
    font-size: 1.04em;
    text-transform: none;
    font-weight: 900;
} 
.jtf_sponsorship h3 a:hover { text-decoration:none; }
.jtf_sponsorship .credit {border-bottom:0px solid #ff0000; padding:5px 0; margin:0 0 -25px 0; position:relative;}
.jtf_sponsorship .credit .logo {width:auto; position:absolute; top:0; right:5px; z-index:10;}  
.jtf_sponsorship .read_more {text-align:right; padding-right:3px;}
.jtf_sponsorship .read_more a {font-weight:normal; font-family: Arial; font-size:0.9em;}
.jtf_sponsorship .read_more span {font-size:14px; float:right; padding-left:1px;}  
/* END KAUFFMAN STYLES */

/* CHARTICLES STYLES */
.charticles_container .title { margin-top:22px; border-top:4px solid #000000; }
.charticles_container .title h3 { margin: 15px 0 0; display: inline-block; font-family:"Helvetica Neue",sans-serif; font-size:1.1em; font-weight:900; }
.charticles_container .title h3 a { text-decoration:none; color: #000000; font-family:"Helvetica Neue",sans-serif; font-size:1.1em; font-weight:900; }
	
	.charticles_container .items_container .item .pic { float:left; margin-right:10px; }
	.charticles_container .items_container .item .content a { font-weight:bold; padding-top:10px; display:inline-block; }
	.charticles_container .items_container .item .content p { font-size:0.9em; }
/* END CHARTICLES STYLES */

/* ABOUT US PAGE STYLES */
.about-header { border-bottom:7px solid #000000 !important; }
.about-header h2.title { color:#000000 !important; }
/******************************************************************/

/* Article Permalink Styles */
.sub-title-wrapper { display:inline-block; width:100%; margin:10px 0; }
	.sub-title-wrapper .sub-title { font-size:1.4em; font-weight:normal; color:#919191; margin:0; }
	
.long-sub-title-wrapper { text-align:center; margin:0 auto; max-width:1024px; }	
	.long-sub-title-wrapper .sub-title { color:#919191; font-size:1.6em; margin:0; font-weight:normal; }
	
@media only screen and (){
	.long-sub-title-wrapper { margin:20px auto 0; }
}

.art_syn_block_content ul { font-size:0.8em; }
	.art_syn_block_content ul li { list-style:inside none disc; }

/************************************/

/* ARTICLE LANDING PAGE STYLES */
@media only screen and ( max-width : 768px ){
	.article_body .image { min-height:231px !important; }
	.verticals-menu { left:200px; }
}

@media only screen and ( max-width : 414px ){
	.article_body .image { min-height:208px !important; }
}

@media only screen and ( max-width : 375px ){
	.article_body .image { min-height:187px !important; }
}

@media only screen and ( max-width : 360px ){
	.article_body .image { min-height:179px !important; }
}

@media only screen and ( max-width : 320px ){
	.article_body .image { min-height:158px !important; }
}


/* START STATES WIDGET STYLES */
/*countries widget */
.states-list {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 2px #000000;
    display: none;
    left: -195px;
    position: absolute;
    top: 55px;
    width: 298px;
    z-index: 500;
}

.states-list ul {
    padding: 0;
    margin: 0;
}

.states-list ul li {
    max-width: 50%;
    float: left;
    min-width: 50%;
}

.states-list ul {padding:0;margin:0;}
.states-list ul li:hover {  }
.states-list ul li span { 
	color:#000000; 
	font-size:1em; 
	padding-left: 15px; 
	display:block; 
	line-height:2.3em; 
	background-color:#fff; }

.states-list ul li span { 
	cursor: pointer;font-size:0.8em; 
	padding-left: 10px; 
	display:block; 
	line-height:2.3em; 
}

.states-list ul li span:hover { 
	text-decoration: underline;
}

.states-option:hover{
	background-color: #E6E4E4;
}
/* END STATES WIDGET STYLES */


/************************************/

/* VITAL SIGNS WIDGET STYLES */
.vs-social { background-color: rgba(0, 0, 0, 0.6); border-radius: 0 0 0 10px; padding: 5px 5px 1px 0; position: absolute; right: 0; top: 0; z-index: 2; opacity:0; }
.vs-social .icon img { width:20px; margin-left:5px; cursor:pointer; }

.vital_signs_items li:hover .vs-social { opacity:1; }
/*****************************/


/*CSS for vital signs entries for health landing page */
.alpha .vs-wrapper .post{
  margin-bottom: 20px;
  position: relative;
}

.alpha .vs-wrapper .post:after {
	content: '';
	display:block;
	/*margin-top: 56.25%;*/
}

.alpha .vs-wrapper .post > a{
	position:absolute;
	top:0;bottom:0;left:0;right:0;
}

.alpha .vs-wrapper .post > a .vt-bg-item{
	position:absolute;
	top:0;bottom:0;left:0;right:0;
	background-size:cover;
	-webkit-filter: opacity(1) brightness(0.4);
	filter: opacity(1) brightness(0.4);
}

.alpha .vs-wrapper .post img.vs-logo{
  z-index:2;
  height:30px;
  bottom:0;
  -webkit-filter: opacity(.4);
  filter: opacity(.4);
}

.alpha .vs-wrapper .post span.vital-title{
  left: 0;
  position:absolute;
  width: 100%;
  box-sizing:border-box;
  padding:0 10px;
  z-index:10;
  top: calc(45% - 2em);
}

.alpha .vs-wrapper .post span p{
  color:white;
  font-size: 1.6em;
  text-align:center;
  font-family: ROBOTO;
  vertical-align: middle;
}

@media only screen and (max-width: 899px){
	
	.alpha .vs-wrapper .post span p{
		font-size:1.2em;
	}
}

@media only screen and (max-width: 399px){
	
	.alpha .vs-wrapper .post span p{
		font-size:1em;
	}
}


@media only screen and (max-width: 1023px){

  .alpha .vs-wrapper .post span.vital-title{
  	top: calc(45% - 1.4em);
  }

  .alpha .vs-wrapper .post img.vs-logo{
    height:20px;
  }

}
/*CSS end for vital signs entries for health*/


/*CSS start for permalink entry for health*/
/*.alpha .vs-post-wrapper .vs-image-wrapper img.vs-image{
  z-index:1;
  position:relative;
  opacity: 1;
  -webkit-filter: opacity(1) brightness(0.4);
  filter: opacity(1) brightness(0.4);
}

.alpha .vs-post-wrapper .vs-image-wrapper div.vs-title{
  left: 0;
  position:absolute;
  width: 100%;
  z-index:10;
  top: calc(45% - 2em);
}

.alpha .vs-post-wrapper .vs-image-wrapper div.vs-title h1{
  color:white;
  font-size: 2.0em;
  text-align:center;
  font-family: ROBOTO;
  vertical-align: middle;
  padding: 0px !important;
}


.alpha .vs-post-wrapper .vs-image-wrapper img.vs-logo{
  z-index:2;
  height:30px;
  bottom:4px;
  -webkit-filter: opacity(.4);
  filter: opacity(.4);
}*/

.vs-image{
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position:absolute;
    top:0;bottom:0;left:0;right:0;
}

.vs-title{
    position: absolute;
    z-index: 10;
    top: calc(45% - 2em);
	left:  10%;
	right: 10%;
}

.alpha .vs-post-wrapper {
	display:block;
	margin: 0 auto 40px;
	position:relative;
	width: 600px;
	box-sizing:border-box;
}
.alpha .vs-post-wrapper:after {
	content: '';
	display:block;
	/*margin-top: 56.25%;*/
}
.alpha .vs-post-wrapper .vs-image-wrapper {
	position:absolute;
	top:0;bottom:0;left:0;right:0;
}

.alpha .vs-post-wrapper .vs-image-wrapper div.vs-title h1 {
    color: white;
    font-size: 2.0em;
    text-align: center;
    font-family: ROBOTO;
    vertical-align: middle;
    padding: 0px !important;
    word-wrap: break-word;
    max-width: 600px;
    margin: 0 auto;
}

.vs-image-wrapper .vs-image .vs-title h1 em{
    font-size: 1.1em;
    padding-left: 1px;
    padding-right: 3px;
    color: #003399;
}

.vs-logo{
    z-index: 2;
    height: 30px;
    bottom: 0;
    right: 0;
    -webkit-filter: opacity(.4);
    filter: opacity(.4);
}

.bg-for-vs {
    background: rgba(0,0,0,0.65);
    position:absolute;
	top:0;bottom:0;left:0;right:0;
}
/*CSS end for permalink entry for health*/

/*Load More Button for Vital Signs Landing Page - Start */
.loadMoreBtn {
    background-color: #003399;
}

.loadMoreBtn {
    display: table;
    font-size: 0.9em;
    font-weight: bold;
    cursor: pointer;
    border-radius: 7px;
    width: 180px;
    margin: 0px auto 20px;
    color: white;
    text-align: center;
    vertical-align: text-top;
    height: 38px;
    padding: 3px 10px 0px;
}

.ajaxLeft {
    padding-top: 5px;
    display: none;
    margin-left: 30px;
    margin-right: -45px;
}

.loadMoreText {
    display: table-cell;
    vertical-align: middle;
}

@media only screen and ( max-width : 969px ) {
	.alpha .vs-post-wrapper {
		width: 100%;
	}
}
@media only screen and ( max-width : 499px ) {
	.alpha .vs-post-wrapper .vs-image-wrapper div.vs-title h1 {
	    font-size: 1.5em;
	}
}
@media only screen and ( max-width : 379px ) {
	.alpha .vs-post-wrapper .vs-image-wrapper div.vs-title h1 {
	    font-size: 1.1em;
	}
}

/*Load More Button for Vital Signs Landing Page - end */

/* VERTICAL STYLES - RCHE.CSS */

/* HOMEPAGE DATELINE/VIEW SWITCHER STYLES */
.mobile-nav-wrapper .left { width:40% !important; }
.mobile-nav-wrapper .center { width:20% !important; }
@media only screen and (max-width:767px) {
	body.home .alpha .RC-AD-MOBILE-BANNER { margin:10px auto !important; }
}
/*.pop-item .photo .image { width: 100% !important; }*/
.pop-item .photo { width: 100% !important; }
/*****************************************/

/*VITAL SIGNS WIDGET ON HOMEPAGE - START*/
#vital_signs_items ul li{
  	padding: 0px !important;
  	position: relative;
  	border: 1px gray solid;
  	border-top:0 !important;
  	display:block;
	box-sizing:border-box;
	width:100%;
	overflow:hidden;
	max-height: 157px;
}
#vital_signs_items ul li:after {
	content: '';
	display:block;
	/*margin-top: 56.25%;*/
}
#vital_signs_items ul li > a {
	display:block;
	position:absolute;
	top:0;bottom:0;left:0;right:0;
}

#vital_signs_items li:hover img.vital-image { transform: scale(1.5) }

#vital_signs_items li img.vital-image{
  width: 100%;
  z-index:1;
  position:relative;
  opacity: 1;
  -webkit-filter: opacity(1) brightness(0.4);
  filter: opacity(1) brightness(0.4);
  /*object-fit: cover;
  font-family: 'object-fit: cover;'*/
  transition:transform 0.2s ease-in-out 0s;
}

#vital_signs_items li img.vs-logo{
  z-index:2;
  height:15px;
  bottom:0px;
  -webkit-filter: opacity(.5);
  filter: opacity(.5);
}

#vital_signs_items li span.vital_text{
  left: 0;
  position:absolute;
  width: 100%;
  z-index:10;
  top: calc(37% - 1em);
}

#vital_signs_items li span p{
  color:white;
  font-size: 1.0em;
  text-align:center;
  font-family: ROBOTO;
  vertical-align: middle;
  padding-left: 2px;
  padding-right: 2px;
}

#vital_signs_items li span.vital_text em {
    font-size: 1.1em;
    padding-left: 3px;
    padding-right: 3px;
    color: #003399;
}
/*VITAL SIGNS WIDGET - END*/


/* VITAL SIGNS STYLES - START */
.alpha .vs-wrapper .post img.vs-logo { bottom:0 !important; filter:opacity(0.6); height:25px !important; }
.alpha .vs-wrapper h3 { font-size:2em !important; color:#003399 !important; border-bottom:7px solid #003399 !important; }

.alpha .vs-wrapper div { font-size:1.1em !important; color:#7e7e7e !important; }

.vs-wrapper em { font-size: 1.2em !important; color: #003399; padding-left: 1px; padding-right: 3px; }

.vs-post-wrapper { position:relative; height:auto !important; }
.vs-entry-title { padding:0 250px 0 60px; position:absolute; top:100px; }
.vs-entry-title h1 { color:#FFFFFF; }
.vs-logo { position:absolute; bottom:0px; right:0; height:32px; }

.vs-cat-title h1 { color:#003399 !important; border-bottom:7px solid #003399 !important; line-height:1.5em !important; }
/* VITAL SIGNS STYLES - END */


/* Yesterdays Entries - Homepage Styles */
.section-full-wrapper { float:left; width:100%; }
	.section-full-wrapper .text { font-family:"Domine", serif; font-size:0.95em; line-height:1.6em; }
		.section-full-wrapper .text p { margin:0; }
	.section-full-wrapper .section-byline { font-size:0.8em; display:inline-block; padding-top:10px; }
.section-container { margin-right:165px; padding-top:0; }

.section-full-right { float:left; width:150px; margin-left:-150px; margin-top:10px; }

.section-line { border-top:2px solid #EBEBEB; display:inline-block; width:100%; height:2px; margin:21px 0; }

.section-title-wrapper-full { width:100%; float:left; }
	.section-title-wrapper-full .section-title a { font-size:0.7em; }
	.section-title-wrapper-full .section-title h2 { line-height:0.7em; }

 /* END NEW Yesterdays Entries - Homepage Styles */


body.search h1 { color:#003399 !important; }
body.search .search-header { border-bottom:7px solid #003399 !important; }

body.lists h1 { color:#003399 !important; }
body.lists .lists-header { border-bottom:7px solid #003399 !important; }

body.article-landing h1.sponsor { color:#003399; }
body.article-landing .landing-header {
    border-bottom: 7px solid #003399;
}


/* POWER RANKING PAGES STYLES */
/* PR Landing Page Styles */

body .beta .rankings_home_container {padding:8px 0 10px 10px; background: #fff url('/images/fade2.gif') no-repeat bottom;}
body .beta .rankings_inner		{margin:0;}
.beta .rankings_inner h2	{margin:3px 0px 3px 0px;}
.beta .rankings_inner h3	{margin:3px 0px 3px 0px;}
.beta .rankings_inner hr	{color:#ccc; margin:0px; padding:0px; width:100%; background-color:#ccc; height:1px;}
.beta .rankings_inner .league	{background-color:#003399; color:#fff; padding:3px; text-align:center; margin:0px 0px 4px 0px;}
.beta .rankings_inner .league h3	   {color:#fff;}
.beta .rankings_inner .league a           {color:#fff; text-decoration:none;}
.beta .rankings_inner .league a:hover  {color:#ccc;}
.beta .rankings_inner .rank_dates	{ font-size:10px; width:145px; float:left; border:1px solid #ddd; padding:0px; margin:0px 0 0px 0px; background-color:#ffffff; }
.beta .rankings_inner:first-child .rank_dates { margin:0px 5px 0px 0px; }
.beta .rank_dates .date_title {background-color:#003399; text-align:center; padding:3px;}
.beta .rank_dates .date_title a {color:#fff;  text-decoration:none; font-size:11px;}
.beta .rank_dates .date_title a:hover	{color:#ccc;}
.beta .rank_dates .rank	{font-size:13px; font-weight:bold;}
.beta .rank_dates .rankscore {color:#555555; font-size:8px; font-style:italic;}
.beta .rankee_legend_container {margin:10px auto 0 auto; width:560px; padding:5px; border:1px solid #ccc; background-color:#f8f8f8; font-size:10px;}
.beta .rankee_legend_item {width:180px; float:left; padding:0px; margin:0px 4px 3px 0px;}
.beta .rankee_legend_item .value {float:left; display:inline; padding:0px 0px 0px 3px; width:160px;}
.beta .rankee_legend_box {background-color:#ffcccc; font-size:11px; font-weight:bold; display:inline; float:left; text-align:center; color:#000; padding:1px;} 
.beta .rankee_legend_cell {background-color:#ffcccc; border:9px solid #fff; border-bottom:1px solid #fff; color:#000;}
.beta .rankee_legend_box_1	{background-color:#ffcccc;}
.beta .rankee_legend_box_2	{background-color:#000066; color:#fff;}	
.beta .rankee_legend_box_3	{background-color:#333399; color:#fff;}	
.beta .rankee_legend_box_4	{background-color:#9900ff; color:#fff;}
.beta .rankee_legend_box_5	{background-color:#ffff33;}
.beta .rankee_legend_box_6	{background-color:#ffff99;}
.beta .rankee_legend_box_7	{background-color:#990000; color:#fff;}
.beta .rankee_legend_box_8	{background-color:#cc0000; color:#fff;}
.beta .rankee_legend_box_9	{background-color:#33cc33;}
.beta .rankee_legend_box_10	{background-color:#339999;}
.beta .rankee_legend_box_11	{background-color:#999999;}
.beta .rankee_legend_box_12	{}
.beta .rankee_legend_box_13	{}
.beta .rankee_legend_box_14	{}
.beta .rankee_legend_box_15	{}
.beta .rankee_legend_box_16	{}	
.beta .rankee_legend_box_17	{}
.beta .rankee_legend_box_18	{}
.beta .rankee_legend_box_19	{}
.beta .rankee_legend_box_20	{}
.beta .rankee_legend_box_21	{}
.beta .rankee_legend_box_22	{}
.beta .rankings_inner .rcsrank {background-color:#f2f2f2; text-align:center; font-weight:bold; }
.beta .rankings_inner .rankingsChart	{padding:0px; margin:10px 0px 0px 0px;}
.beta .rankingsChart .separator {background-color:#e2e2e2; height:1px;}
.beta .rankings_inner .rankColTitle {font-size:10px; margin:0px; padding:0px;}
.beta .rankings_home_bottom {background-color:#555; text-align:center; padding:4px;}
.beta .rankings_home_bottom a {color:#fff; text-decoration:none; font-size: 11px; }
.beta .rankings_home_bottom a:hover {text-decoration:underline;}


body.power-rank h1.sponsor { font-size:2em; font-family:"Helvetica Neue", sans-serif; font-weight:900; color:#003399; line-height:1.7; }
body.power-rank .landing-header { border-bottom:7px solid #003399; }

body.power-rank .dos-col .alpha ul li { list-style-type:none; display:inline; padding:0 10px; }

body.power-rank .pr-menu-wrapper { display:inline-block; width:100%; text-align:center; }

body.power-rank .rankings_inner { width:180px !important; display:inline-block !important; margin-left:50px !important; padding-bottom:30px; }
	body.power-rank .rankings_inner .odd { background-color:#EFEFEF; }
	body.power-rank .rankings_inner .even { background-color:#FFFFFF; }	
	body.power-rank .rank { background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.8); color:#FFFFFF; }
	body.power-rank .rankings_inner table { border-collapse:collapse; }

body.power-rank .league { display:inline-block; background-color:#003399; padding:10px; width:100%; text-align:center; }
	body.power-rank .league h3 { margin:0; }
	body.power-rank .league a { color:#FFFFFF; font-family:"Helvetica Neue", sans-serif; font-size:1.4em; }

body.power-rank .rank_dates { margin:0 !important; display:inline-block; width:200px; }	
body.power-rank .date_title { border-bottom:2px solid #ebebeb; display:inline-block; padding:5px 0; text-align:center; width:100%; }

/* PR Date Page Styles -- Weeks Pages */
body.weeks h1.sponsor { font-size:2em; margin:0; font-family:"Helvetica Neue", sans-serif; font-weight:900; color:#003399; line-height:1.7; }
body.weeks .landing-header { border-bottom:7px solid #003399; }

body.weeks .dos-col .alpha ul li { list-style-type:none; display:inline; padding:0 10px; }

body.weeks .pr-menu-wrapper { display:inline-block; width:100%; text-align:center; }

body.weeks .rankings_inner { width:100% !important; max-width:820px; display:inline-block !important; margin-left:0 !important; }
	body.weeks .rankings_inner .odd { background-color:#EFEFEF; }
	body.weeks .rankings_inner .even { background-color:#FFFFFF; }	
	body.weeks .rcsrank { background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.8); color:#FFFFFF; text-align:center; }
	body.weeks .rankee_lengend_cell > img { width:60px; }
	body.weeks .rankings_inner table { font-weight:bold; }
	body.weeks .rankings_inner table tr:nth-child(odd) {
		background-color: #EFEFEF;
	}
	body.weeks .rankings_inner table tr:first-child {
		background-color: #FFFFFF;
	}
	
	body.weeks .rankings_inner table td { width:60px; }
	body.weeks .rankings_inner table td.logo { border-right:1px solid #CCCCCC; text-align:center; padding-top:5px;	}
	body.weeks .rankings_inner table td.score { border-right:1px solid #CCCCCC;	}
	
	body.weeks .rankings_inner .rcs-avg { background:rgba(127,127,127,0.1); }

body.weeks .league { display:inline-block; padding:0; width:100%; text-align:center; color:#003399; margin-bottom:20px; background-color:transparent; }
body.weeks .league h3 {
    margin: 0;
    font-family: "Helvetica Neue",sans-serif;
    font-weight: 900;
    font-size: 1.5em;
    line-height: 1.7em;
    border-bottom: 1px dashed;
}
	body.weeks .league a { color:#FFFFFF; font-family:"Helvetica Neue", sans-serif; font-size:1.4em; }

body.weeks .rank_dates { margin:0 !important; display:inline-block; width:200px; }	
body.weeks .date_title { border-bottom:2px solid #ebebeb; display:inline-block; padding:5px 0; text-align:center; width:100%; }

body.weeks .RC-AD-BOTTOM-BANNER { margin:50px auto !important; }

body.weeks .rankings_inner table tr { position:relative; display:table; width:100% }
body.weeks .popup-wrapper { background-color: rgba(0, 0, 0, 0.8); color: #ffffff; display: none; left: 34px; position: absolute; top: -167px; width: 250px; z-index: 2222; }
	body.weeks .popup-wrapper .popup { position:relative; }

		body.weeks .popup-wrapper .popup .arrow-down { border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 15px solid #000000; bottom: -171px; height: 0; left: 110px; position: absolute; width: 0; }
	
		body.weeks .popup-wrapper .popup .logo { float:left; width:100px; padding:20px 0 10px; text-align:center; }
			body.weeks .popup-wrapper .popup .logo img { border-radius:70px; height:55px; width:55px; }
			
		body.weeks .popup-wrapper .popup .team { float:left; width:150px; text-align:left; height:60px; padding-top:35px; }
		body.weeks .popup-wrapper .popup .change { float:left; width:95px; padding-left:30px; height:40px; padding-top:20px; text-align:center; border-top:1px solid #888888; border-right:1px solid #888888; }
			body.weeks .popup-wrapper .popup .change .title { margin-left:-22px; }
			body.weeks .popup-wrapper .popup .change .title, body.weeks .popup-wrapper .popup .rc-rank .title  { color:#AAAAAA; font-size:0.7em; margin-top:-8px; }
			
			body.weeks .popup-wrapper .popup .change .rank_down_arrow {  width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #D30015; margin:8px 0 -15px 20px; }	
			body.weeks .popup-wrapper .popup .change .rank_up_arrow { border-bottom: 8px solid #6e9a39; border-left: 8px solid transparent; border-right: 8px solid transparent; height: 0; margin: 8px 0 -15px 20px; width: 0; }
			body.weeks .popup-wrapper .popup .change .rank_stay_arrow { color: yellow; font-size: 1.5em; font-weight: bold; margin: -5px 5px -23px -35px; }
		
		body.weeks .popup-wrapper .popup .rc-rank { float:left; width:124px; height:40px; padding-top:20px; text-align:center; border-top:1px solid #888888; }

body.league-date .rank_dates { display:inline-block; padding-bottom:30px; padding-right:15px; width:185px; }
body.league-date .rankings_inner table { border-bottom:1px solid #CCCCCC; }
body.league-date .rankings_inner table tr:first-child { background-color:#CCCCCC; }
body.league-date .date_title { background-color:#003399; border-bottom:0 none; }
body.league-date .date_title a { color:#FFFFFF; }

/* END POWER RANKINGS PAGES STYLES */


/* List color css */

body.list h1 { color:#003399; }
body.list h2.sponsor { color:#003399; }
body.list .socialBar-clicks { color:#003399; }
body.list .socialBar-shares { color:#003399; }
body.list .list-body-text h3 { color:#003399; }

/* End of lists color css */


/* Video landing page and perma links color specific css */

body.video h1 { color:#003399; }
body.video h2.sponsor { color:#003399; }
body.video .beta .social_links { border: 4px solid #003399; }
body.video .landing-header { border-bottom:7px solid #003399; }
body.video .video-section { background-color:#003399; }
body.video .socialBar-clicks { color:#003399; }
body.video .socialBar-shares { color:#003399; }
body.video .breaking-text a { color:#003399; }
body.video .loadMoreBtn { background-color:#003399; }
body.video #searchbox_video { background:#003399 none repeat scroll 0% 0%; }
.cal_container .title_container { background-color:#003399; }

/* End of video CSS */

/* BIG 970x90 AD BELOW MASTHEAD */ 
.top-bannerx {clear:both; display:block; text-align:center; width:100%; }
.top-bannerx > .RC-AD {} 
.top-bannerx > .RC-AD > div {background-color:#fbfbfb; border-bottom:0px solid #ebebeb; border-top:0px solid #ebebeb;}
.top-bannerx > .RC-AD > div > div {width:970px; min-height:90px;margin:10px auto 6px auto; display:inline-block;}
.top-bannerx > .RC-AD-TOP-BANNER-BIG {width:100%; text-align:center; min-height:1px;}

.site-nav-more ul.primary { background-color:#003399; }
        .site-nav-more ul.primary li { border-bottom:2px solid #1F2312; }
		
.site-nav-more .sections-tab { border-bottom: 8px solid #003399; border-left: 8px solid transparent; border-right: 8px solid transparent; bottom: -10px; height: 0; right: 4px; position: absolute; width: 0; z-index:15; display:none; }

.site-nav-more ul li ul.inner li { background-color:#003399; border:none; }

body.article .desk-trans {
    display: inline-block;
    float: right;
    margin-right: -5px;
    margin-top: -45px;
}

.progress-bar{ background-color: #003399; }

.progress-bar > span { background-color: #003399; }

.site-brand { background-color:#003399;; display:inline-block; padding:21px 15px 5px; position:relative; top:0; height:48px; }
.site-name { position:relative; top:0; margin-left:1%; }
.site-tab { position:absolute; top:0; right:-13px; width: 0; 	height: 0; 	border-bottom: 17px solid #03051F; 	border-right: 13px solid transparent; }

.site-name a { color:#003399; }

.article-top { border-bottom:10px solid #003399; padding-bottom:10px !important; }

body.home .alpha .newsletter-signup-container2 ul.newsletters li {
    display: none;
}

body.home .alpha .newsletter-signup-container2 ul.newsletters li.future{
    display: table;
}

.article-body-text .news-letter .newsletter-widget {
	background-color: #003399;
}

.article-body-text .news-letter{
	float:right;
	margin:10px;
}

.news-letter-header{
	margin: 0;
	color: #003399;
	margin: 0 0 20px 0;
	padding: 5px;
	font-size: 1.1em;
	text-align: center;
	border-bottom: 1px dotted #ccc;
	font-family: "Domine", serif;
}

/* WIDGET STYLES */

.rec-link-body[data-id="34"] li {
    font-size: 0.94em;
    line-height: 1;
}
.rec-link-body[data-id="34"] .image.item_left {
    width: 35%;
}
.rec-link-body[data-id="34"] .title.item_left {
    width: 62%;
}

/*countries widget */
.country-list {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    box-shadow: 0 2px 2px #000000;
    display: none;
    left: -195px;
    position: absolute;
    top: 55px;
    width: 298px;
    z-index: 500;
}

.country-list ul {
    padding: 0;
    margin: 0;
}

.country-list ul li {
    max-width: 50%;
    float: left;
    min-width: 50%;
}

.country-list ul {padding:0;margin:0;}
.country-list ul li:hover {  }
.country-list ul li span { 
	color:#000000; 
	font-size:1em; 
	padding-left: 15px; 
	display:block; 
	line-height:2.3em; 
	background-color:#fff; }

.country-list ul li span { 
	cursor: pointer;font-size:0.8em; 
	padding-left: 10px; 
	display:block; 
	line-height:2.3em; 
}

.country-list ul li span:hover { 
	text-decoration: underline;
}

.country-option:hover{
	background-color: #E6E4E4;
}



/* recommeded widget */
.widget_slot.loaded {
	font-weight:bold;
	font-size:0.9em;
	position: relative;


}
.widget_slot.loaded.overlay:after {
	content: " ";
	z-index: 10;
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: url(/asset/img/ajax-grey-lg.gif) no-repeat scroll center center;
	background-color: rgba(0, 0, 0, 0.5);
}
		.rec-widget-header { height:55px; background-color:#003399; background-repeat: no-repeat; }
		.rec-title { display:inline-block; padding:20px 0px 0px 15px; width:auto; color:#FFFFFF !important; float:left; }
		.rec-title a { color:#fff; }
		.rec-title .title_icon { display: inline-block; vertical-align: middle; padding-right: 6px; }
		.rec-site {
			background:url('/asset/img/white-bg-chev.png') no-repeat scroll right 10px top 20px;
			/*display:inline-block;*/
			width:35%;
			height: 100%;
			color:#FFFFFF;
			float:right;
			position:relative;
			/*padding:23px 14px 22px 15px;*/
		}
			.rec-site .name {
				font-size:0.75em;
				font-weight:normal;

				border-left:1px solid #fff;
				border-left:1px solid rgba(255, 255, 255, .2);
				-webkit-background-clip: padding-box;
				background-clip: padding-box;

				padding-top: 23px;
				padding-left: 0px;
				padding-right: 0px;
				/*position: absolute;*/
				top: 0px;
				bottom: 0px;
				right: 0px;
				float: right;
				height: 100%;
			}
				.rec-site .name .buffer {
					padding: 0 55px 0 15px;
					white-space: nowrap;
					color:#FFFFFF !important;
				}
			.rec-site .menu { display:inline-block; width:25px; height:25px; right:10px; top:18px; cursor:pointer; position:absolute; z-index:1; }

			.rec-site-tab { border-bottom: 10px solid #ebebeb; border-left: 10px solid transparent; border-right: 10px solid transparent; bottom: 0; height: 0; right: 13px; position: absolute; width: 0; display:none; z-index:1111; }


		.rec-image { height: 175px; width: 100%; position: relative; overflow: hidden;}
			.rec-image .centered { position:absolute; left: 50%; top: 50%; height: auto; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
		.rec-site-list { background-color: #ffffff; border: 1px solid #ebebeb; box-shadow: 0 2px 2px #000000; display: none; left: -78px; position: absolute; top: 55px; width: 180px; z-index: 111; }
			.rec-site-list ul { padding:0; margin:0; }
				.rec-site-list ul li:hover {  }
					.rec-site-list ul li span { color:#000000; font-size:1em; padding-left: 15px; display:block; line-height:2.3em; background-color:#fff; }

					.rec-site-list ul li span { cursor: pointer;font-size:0.9em; padding-left: 15px; display:block; line-height:2.3em; }
					.rec-site-list ul li span:hover { text-decoration: underline;}

		.rec-image { position:relative; line-height:0.9em; }
			.rec-featured-category { position:absolute; bottom:0; left:0; background-color:#329CE8; color:#FFFFFF; font-size:0.75em; padding:9px 15px; font-weight:normal; }
		.rec-link-body {
			border-bottom:1px solid #EBEBEB;
			/*padding:0 0 10px 0; */
			overflow: auto;
			position: relative;
			background-color:#fff;
		}
		.rec-link-body .race_title {
			background-color: #EBEBEB;
			border-left: 1px solid #ddd;
			border-right: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
			text-align: center;
			padding: 8px 0;
			font-size: 14px;
		}
		.rec-link-body .race_nav {
			border-left: 1px solid #ddd;
			border-right: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
			text-align: center;
			font-size: 14px;
		}
			.rec-link-body .race_nav .left_arrow {
				border-right: 1px solid #ddd;
				width: 39px;
				padding-top: 12px;
				height: 30px;
				float: left;
				cursor: pointer;
			}
			.rec-link-body .race_nav .left_arrow:hover {
				background: #EBEBEB;
			}
			.rec-link-body .race_nav .date {
				color: #999;
				padding-top: 12px;
				height: 30px;
			}
			.rec-link-body .race_nav .right_arrow {
				border-left: 1px solid #ddd;
				width: 39px;
				padding-top: 12px;
				height: 30px;
				float: right;
				cursor: pointer;
			}
			.rec-link-body .race_nav .right_arrow:hover {
				background: #EBEBEB;
			}
			.rec-link-body > ul { padding:0; margin:0; } 
				.rec-link-body > ul > li { border-left:1px solid #EBEBEB; border-right:1px solid #EBEBEB; padding:0 15px 0 15px; border-bottom:none; }
				.rec-link-body > ul > li .item_date {
					color: #003399;
					font-size: 12px;
					padding-bottom: 4px;
				}
				.rec-link-body > ul > li .title.item_left {
					float: right;
					width: 56%;
				}
				.rec-link-body > ul > li .byline.item_left {
				    float: right;
				    width: 56%;
				}
				.rec-link-body > ul > li .image.item_left {
					float: left;
					width: 40%;
				}
					.rec-link-body > ul > li .image.item_left .content_img{
						padding-top:0;
					}
          .rec-link-body > ul > li .img_container.full_width{
            width:100%; 
            height:150px;
            overflow: hidden;
          }
          .rec-link-body > ul > li .img_container.full_width img.content_img {width:100%;}          
				.rec-link-body > ul > li .title a {font-size:0.9em;}
				.rec-link-body > ul.icons li { padding-left: 45px; }
				.rec-link-body > ul.icons li.poll,
				.rec-link-body > ul.icons li.photo {
					background: transparent url("/asset/img/red-stream-timeline-icon.png") no-repeat scroll 12px 12px;
				}
				.rec-link-body > ul.icons li.video {
					background: transparent url("/asset/img/red-stream-camera.png") no-repeat scroll 12px 12px;
				}
				.rec-link-body > ul.icons li.article,
				.rec-link-body > ul.icons li.entry,
				.rec-link-body > ul.icons li.list {
					background: transparent url("/asset/img/red-stream-text-icon.png") no-repeat scroll 12px 15px;
				}
				.rec-link-body > ul.icons li.tweet {
					background: transparent url("/asset/img/red-stream-tweet-icon.png") no-repeat scroll 12px 15px;
				}
				.rec-link-body > ul.icons li.podcast {
					background: transparent url("/asset/img/red-stream-podcast-icon.png") no-repeat scroll 12px 15px;
				}
				.rec-link-body > ul.icons li.quiz {
					background: transparent url("/asset/img/red-stream-quiz-icon.png") no-repeat scroll 12px 15px;
				}
					.rec-link-body > ul > li .content_img { padding-top: 10px; max-width: 100%; }
					.rec-link-body > ul > li .content_wrapper { padding: 10px 0 5px 0; border-bottom:2px solid #EBEBEB; overflow:auto; position:relative; }
				.rec-link-body > ul > li:last-child .content_wrapper { border-bottom:none; }
				.rec-link-body > ul.scroll li:last-child { padding-bottom: 50px; }

				.rec-link-body > ul.race li {
					padding: 0;
					margin: 0;
					border: none;
					height: 50px;
					display: block;
					overflow: auto;
					border-top: 1px solid #ddd;
					border-left: 1px solid #ddd;
					border-right: 1px solid #ddd;
					overflow: hidden;
				}
				.rec-link-body > ul.race li:first-child {
					border-top: none;
				}
				.rec-link-body > ul.race li .dot {
					padding-top: 19px;
					padding-left: 14px;
					width: 25px;
					height: 31px;
					float: left;
					border-right: 1px solid #ddd;
				}
					.rec-link-body > ul.race li .dot .inner_dot {
						width: 12px;
						height: 12px;
						-webkit-border-radius: 12px;
						-moz-border-radius: 12px;
						border-radius: 12px;
					}
				.rec-link-body > ul.race li .candidate {
					padding-top: 10px;
					padding-bottom: 10px;
					padding-left: 14px;
					width: auto;
					float: left;
				}
					.rec-link-body > ul.race li .candidate .image {
						width: 30px;
						height: 30px;
						-webkit-border-radius: 30px;
						-moz-border-radius: 30px;
						border-radius: 30px;
						overflow: hidden;
						float: left;
					}
						.rec-link-body > ul.race li .candidate .image img {
							display: block;
							width: 100%;
						}
					.rec-link-body > ul.race li .candidate .name {
						padding-left: 10px;
						padding-top: 5px;
						float: left;
					}
				.rec-link-body > ul.race li .percentage {
					padding-top: 14px;
					padding-left: 15px;
					width: 40px;
					float: right;

					border-left: 1px solid #ddd;
					text-align: right;
					padding-right: 19px;
					height: 40px;
					background-color: #EBEBEB;
				}

			.rec-link-body .category { font-size:0.75em; text-transform:uppercase; padding:5px 0 0; }
			.rec-link-body .byline { font-size:1.1em; }
				.rec-link-body .byline a { color:#000000; font-size:0.7em; }
				.rec-link-body .byline a.rec-auth { color:#919191; }

				.rec-link-body .white-overlay {
					background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255, 0.85) 100%);
					height:50px;
					position: absolute;
					bottom: 0;
					left: 1px;
					right: 1px;
					pointer-events: none;
				}

				/* RCP Averages Widget */
				.rec-link-body .rcp_averages {
					overflow: auto;
				}
					.rec-link-body .rcp_averages .spread {
						clear: left;
						padding: 0;
						float: right;
					}

						.rec-link-body .rcp_averages .spread a {
							color: #360;
							font-size:12px;
							font-weight: normal;
						}
					.rec-link-body .rcp_averages .byline {
						color: #919191;
						font-size: 0.8em;
						display:none;
					}

					.rec-link-body .rcp_averages ul.candidates {
						margin: 5px 0 0; padding: 0 0 5px;
						font-size: 12px;
						border-bottom: 1px dotted #ccc;
						overflow: auto;
					}
						.rec-link-body .rcp_averages ul.candidates > li {
							margin: 0 10px 0 0; padding: 0;
							display: block;
							color: #666;
							overflow: auto;
							background:none;
							font-weight: normal;
						}
								.rec-link-body .rcp_averages ul.candidates > li .name {
									float: left;
								}
								.rec-link-body .rcp_averages ul.candidates > li .score {
									float: right;
								}


				/* Latest Polls Widget */
				.rec-link-body .latest_polls {
					overflow: auto;
				}
					.rec-link-body .latest_polls .spread {
						clear: left;
						padding: 5px 0px 0px;
						float: right;
						padding-right: 10px;
					}
						.rec-link-body .latest_polls .spread a {
							color: #666;
							font-weight:normal; font-size:12px;
						}
						.rec-link-body .latest_polls .spread a.dem {
							color: #013BFF;
						}
						.rec-link-body .latest_polls .spread a.gop {
							color: #003399;
						}
					.rec-link-body .latest_polls ul.candidates {
						margin: 5px 0 0; padding: 0 0 5px;
						font-size: 12px;
						border-bottom: 1px dotted #ccc;
						overflow: auto;
					}
						.rec-link-body .latest_polls ul.candidates > li {
							margin: 0 10px 0 0; padding: 0;
							float: left;
							width: 79px;
							max-width: 79px;
						}
							.rec-link-body .latest_polls ul.candidates > li a {
								color: #666;
								font-weight:normal;
							}
								.rec-link-body .latest_polls ul.candidates > li a .name {
									width: 60px;
									text-align: right;
									display: inline-block;
								}
								.rec-link-body .latest_polls ul.candidates > li a .score {
									width: 19px;
									text-align: right;
									display: inline-block;
								}

@media only screen and ( max-width : 768px ){
  .RC-AD-TOP-BANNER{
    display:none;
  }
}

@media only screen and ( min-width : 768px ){
  .RC-AD-MOBILE-BANNER{
    display:none !important;
  }
}

.widget_slot.loaded .more {
	text-align:center;
	font-size:0.75em;
	background-color:#fff;
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}
	.widget_slot.loaded .more a { color:#000000; display: block; padding: 10px 0; font-size:1.25em;} 

.race-wrapper { border-left:1px solid #EBEBEB; border-right:1px solid #EBEBEB; }
	.widget_slot.loaded .head_to_head_candidates { background-color:#F0F0F0; padding:15px; }
		.widget_slot.loaded .head_to_head_candidates .menu { float:left; margin-right:10px; cursor:pointer; }
		.widget_slot.loaded .head_to_head_candidates .menu img { width:21px; }

		.widget_slot.loaded .head_to_head_candidates .names {}
			.widget_slot.loaded .head_to_head_candidates .names a {}
				.widget_slot.loaded .head_to_head_candidates .names span.approve { color:#013BFF; }
				.widget_slot.loaded .head_to_head_candidates .names span.disapprove { color:#003399;; }
				.widget_slot.loaded .head_to_head_candidates .names span.dem { color:#013BFF; }
				.widget_slot.loaded .head_to_head_candidates .names span.gop { color:#003399; }
				.widget_slot.loaded .head_to_head_candidates .names span.other { color:#000000; }
				.widget_slot.loaded .head_to_head_candidates .names span.ind { color:#47B37F; }
			.widget_slot.loaded .head_to_head_candidates .names .versus { color:#808080; }

	.race-wrapper .photos { text-align:center; padding:25px 0; }
		.race-wrapper .photos .candidate {
			position:relative;
			border-radius:50px;
			overflow: hidden;
		}
		.race-wrapper .photos .candidate img.overlay {
			position:absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
		}
		.race-wrapper .photos .candidate img.c_photo {
			width: 100%;
			position:absolute; left: 50%; top: 50%; height: auto; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
		}
		.race-wrapper .photos .vert-separator { height:100px; width:1px; background-color: #EBEBEB; display:inline-block; }
		.race-wrapper .photos .candidate.approve { width:100px; height:100px; border-radius: 0px; display:inline-block; margin:0 22px;}
		.race-wrapper .photos .candidate.approve img.c_photo { width: auto;}
		.race-wrapper .photos .candidate.disapprove { width:100px; height:100px; border-radius: 0px; display:inline-block; margin:0 22px;}
		.race-wrapper .photos .candidate.disapprove img.c_photo { width: auto;}
		.race-wrapper .photos .dem { width:100px; height:100px; border-radius:50px; display:inline-block; margin:0 22px; background-color:#013BFF;}
		.race-wrapper .photos .gop { width:100px; height:100px; border-radius:50px; display:inline-block; margin:0 22px; background-color:#003399;}
		.race-wrapper .photos .ind { width:100px; height:100px; border-radius:50px; display:inline-block; margin:0 22px; background-color:#47B37F;}
		.race-wrapper .photos .other { width:100px; height:100px; border-radius:50px; display:inline-block; margin:0 22px; background-color:#000000;}
		/*.race-wrapper .photos img { width:100px; height:100px; border-radius:50px; }*/

	.race-wrapper .scores { text-align:center; width:299px; }
		.race-wrapper .scores div { float:left; font-family:"Helvetica Neue", sans-serif; font-size:1.5em; width:149px; font-weight:900; }
		.race-wrapper .scores .approve-score { color:#013BFF; }
		.race-wrapper .scores .disapprove-score { color:#003399;; }
		.race-wrapper .scores .dem-score { color:#013BFF; }
		.race-wrapper .scores .gop-score { color:#003399; }
		.race-wrapper .scores .other-score { color:#000000; }
		.race-wrapper .scores .ind-score { color:#47B37F; }

	.race-wrapper .score-bar { position:relative; display:inline-block; padding:0 15px 25px }
		.race-wrapper .score-bar .approve-bar { background-color:#013BFF; height:20px; border-right:1px solid #FFFFFF; float:left; }
		.race-wrapper .score-bar .disapprove-bar { background-color:#003399;; height:20px; float:left; }
		.race-wrapper .score-bar .dem-bar { background-color:#013BFF; height:20px; border-right:1px solid #FFFFFF; float:left; }
		.race-wrapper .score-bar .gop-bar { background-color:#003399; height:20px; float:left; }
		.race-wrapper .score-bar .other-bar { background-color:#000000; width:26px; height:20px; border-right:1px solid #FFFFFF; float:left; }
		.race-wrapper .score-bar .ind-bar { background-color:#47B37F; width:241px; height:20px; float:left; }
		.race-wrapper .score-bar .marker { width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #FFFFFF; position:absolute; top:0; left:143px; }

	.head_to_head_race_dropdown {
		background-color: #ffffff;
		border: 1px solid #ebebeb;
		box-shadow: 0 2px 2px #000000;
		display: none;
		left: 0;
		position: absolute;
		top: 103px;
		z-index: 111;
	}
		.head_to_head_race_dropdown ul { padding:0; margin:0; }
			.head_to_head_race_dropdown ul li:hover {  }
				.head_to_head_race_dropdown ul li span { color:#000000; font-size:1em; padding-left: 15px; display:block; line-height:2.3em; background-color:#fff; }

				.head_to_head_race_dropdown ul li span { cursor: pointer;font-size:0.9em; padding-left: 15px; padding-right: 15px; display:block; line-height:2.3em; }
				.head_to_head_race_dropdown ul li span:hover { text-decoration: underline;}

/* changing lanes widget */
.cl-widget { margin:30px 0; }
	.cl-widget .header { background:url('/asset/img/cl-widget-bg.png') no-repeat scroll 0 0 transparent; height:55px; }
		.cl-widget .header .title { text-transform:uppercase; color:#FFFFFF; font-weight:bold; padding:16px 0 0 35px; }

	.cl-widget .vid-title { font-weight:bold; line-height:1.1em; padding:10px; }

	.cl-widget .source { color:#003399; font-size:0.75em; padding-left:10px; }

/* poll stream widget */
.poll-stream-widget { overflow:hidden; font-weight:bold; font-size:0.9em; margin-top:40px; }
		.poll-stream-widget .title { display:inline-block; padding:20px 40px; width:100%; color:#FFFFFF; background:url('/asset/img/stream-widget-icon.png') no-repeat scroll 15px 51% #003399; }

		.poll-stream-body { border-left:1px solid #EBEBEB; border-right:1px solid #EBEBEB; border-bottom:1px solid #EBEBEB; padding:10px 25px 10px 15px; }
			.poll-stream-body ul { padding:0; }
				.poll-stream-body ul li { border-bottom:2px solid #EBEBEB; padding:13px 0 15px 30px; background:url('/asset/img/stream-timeline-icon.png') no-repeat scroll 0 15px transparent; }
				.poll-stream-body ul li:last-child { border:none; }
					.poll-stream-body .timeline-recent { color:#003399; font-size:0.8em; font-weight:normal; }
					.poll-stream-body .timeline { color:#919191; font-size:0.8em; font-weight:normal; }
					.poll-stream-body .title { background:none; padding:0; color:#003399; }
					.poll-stream-body .visual { padding-top:10px; }

		.poll-stream-widget .more {
			text-align:center;
			font-size:0.75em;

			background-color:#fff;
			border-left: 1px solid #EBEBEB;
			border-right: 1px solid #EBEBEB;
			border-bottom: 1px solid #EBEBEB;
		}
			.poll-stream-widget .more a { color:#000000; display: block; padding: 10px 0; }

/* congressional bill tracker widget */
.cbt-widget { overflow:hidden; font-weight:bold; font-size:0.9em; margin:30px 0; }
	.cbt-widget .filter-box { width:100%; display:inline-block; background-color:#EBEBEB; }
		.cbt-widget .filter-box .filter { background: url("/asset/img/cbt-cog.png") no-repeat scroll 20px 15px transparent; border-right: 1px solid #afafaf; cursor: pointer; float: left; height: 40px; width: 50px; }

		.cbt-widget .filter-box .search { display:inline-block; height:40px; width:249px; }
			.cbt-widget .filter-box .search input { background: url("/asset/img/grey-mag.png") no-repeat scroll 225px 14px transparent; border: medium none; height: 40px; padding-left: 10px; width: 100%; font-size:0.8em; color:#9D9D9D; }

			#form_state_select { display:none; }
			.cbt-widget .filter-box .search select { height:40px; border:none; height:40px; width:100%; background-color:#E4E4E4; color:#9D9D9D; font-size:0.8em; padding-left:10px; }
				.cbt-widget .filter-box .search select option { background-color: #FFFFFF; color:#000000; }

	.cbt-widget .title { background: url('/asset/img/cbt-widget-icon.png') no-repeat scroll 10px 17px #003399; display:inline-block; padding:20px 15px 20px 40px; width:100%; color:#FFFFFF; float:left; }
	.cbt-widget .link-body { border-left:1px solid #EBEBEB; border-right:1px solid #EBEBEB; border-bottom:1px solid #EBEBEB; padding:0 15px 10px; }
		.cbt-widget .link-body ul { padding:0; margin:0; }
			.cbt-widget .link-body ul li { border-bottom:2px solid #EBEBEB; padding:10px 0; display:inline-block; }

			.cbt-widget .link-body ul li .title { background-color:#FFFFFF; padding:0; }

			.cbt-widget .link-body ul li .status { color:#808080; font-size:0.75em !important; font-weight:normal; }
			.cbt-widget .link-body ul li .status .label { color:#000000; font-size:1.1em !important; font-weight:bold; }

			.cbt-widget .link-body ul li:last-child { border:none; }

	.cbt-widget .more {
		text-align:center;
		font-size:0.75em;
		background-color:#fff;
		border-left: 1px solid #EBEBEB;
		border-right: 1px solid #EBEBEB;
		border-bottom: 1px solid #EBEBEB;
	}
		.cbt-widget .more a { color:#000000; display: block; padding: 10px 0; }

	/* CBT SELECT MENU STYLES */
	.s-hidden { visibility:hidden; padding-right:10px; }
	.select { cursor:pointer; display:none; position:relative; font:normal 11px/22px Arial, Sans-Serif; color:#000000; border:0px solid #ccc; }
	.styledSelect { position:absolute; top:0; right:0; bottom:0; left:0; background-color:#ebebeb; padding:10px; font-weight:bold; }
	.styledSelect:after { content:""; width:0; height:0; border:5px solid transparent; border-color:black transparent transparent transparent; position:absolute; top:18px; right:10px; }
	.styledSelect:active, .styledSelect.active { background-color:#eeeeee; }
	.options { display:none; position:absolute; top:100%; right:0; left:0; z-index:999; margin:0 0; padding:0 0; list-style:none; border:1px solid #ccc; background-color:#FFFFFF; -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2); -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2); box-shadow:0 1px 2px rgba(0, 0, 0, 0.2); height:310px; overflow-y:scroll; }
	.options li { padding:0 6px; margin:0 0; padding:0 10px; }
	.options li:hover { background-color:#39f; color:#FFFFFF; }

/* newsletter signup widget */
.newsletter-widget { background-color: #151314; display: table; height: 60px; width: 300px; margin-top:15px; }
body.home .story .newsletter-widget, body.home .grid-view .newsletter-widget { width:576px; }

	.newsletter-widget .label { color: #ffffff; display: table-cell; height: inherit; padding-left: 15px; vertical-align: middle; width: 80%; border-right:1px solid #676566; }
	body.home .story .newsletter-widget .label, body.home .grid-view .newsletter-widget .label { width:89%; }
	
	.newsletter-widget .jQ-news-widget { background: transparent url("/asset/img/grey-down-arrow-sm.png") no-repeat scroll center center; display: table-cell; height: inherit; width: 20%; cursor:pointer; }

.right-300-ad { height:auto; margin-top:40px; }

.newsletter-signup-container2 { display:none; }
body.home .alpha .newsletter-signup-container2 { display: block; }
.newsletter-signup-container2 .newsletters-items span { color:#003399; !important; font-size:0.8em; }


body.home .story li.newsletter-select, body.home .grid-view li.newsletter-select { width:575px; }


/* FOOTER STYLES */
.footer-links ul li.politics {  }
.footer-links ul li a.politics:hover { color:#FFFFFF; padding-top:0; color:#FFFFFF; padding-top:0;  border-bottom:5px solid #D30015;}
.footer-links ul li a.markets:hover { border-bottom:5px solid #669933; padding-top:0; }
.footer-links ul li a.world:hover { border-bottom:5px solid #0C124D; padding-top:0; }
.footer-links ul li a.science:hover { border-bottom:5px solid #37414A; padding-top:0; }
.footer-links ul li a.sports { border-bottom:5px solid #003399; padding-top:0; }
.footer-links ul li a.history:hover { border-bottom:5px solid #CC6600;  padding-top:0; }
.footer-links ul li a.future:hover { border-bottom:5px solid #004952; padding-top:0; }
.footer-links ul li a.religion:hover { border-bottom:5px solid #81C0C8; padding-top:0; }
.footer-links ul li a.energy:hover { border-bottom:5px solid #70AA42; padding-top:0; }
.footer-links ul li a.education:hover { border-bottom:5px solid #8D0000; padding-top:0; }
.footer-links ul li a.defense:hover { border-bottom:5px solid #485228; padding-top:0; }
.footer-links ul li a.policy:hover { border-bottom:5px solid #003399; padding-top:0; }
.footer-links ul li a.books:hover { border-bottom:5px solid #553C2D; padding-top:0; }
.footer-links ul li a.health:hover { border-bottom:5px solid #DBB706; padding-top:0; }
.footer-links ul li a.life:hover { border-bottom:5px solid #FFFFFF; padding-top:0; }



/* NEWSLETTER POPUP( INVIEW ) STYLES */
.pop_promo_outer {
    border: medium none;
    display: none;
    height: 100%;
    margin: 20px auto;
    position: relative;
    width: 100%;
}
.pop_promo_inner {
    background-color: #e2e2e2;
    border-radius: 5px;
    box-shadow: 0 10px 15px #000000;
    font-family: Arial Black,Arial,Helvetica,sans-serif;
    height: auto;
    left: 35%;
    position: fixed;
    right: 35%;
    top: 30%;
    z-index: 10000;
}
.pop_promo_inner h2 {
    color: #000;
    font-size: 2em;
    font-weight: bold;
    line-height: 1em;
    padding: 30px 10% 10px;
    text-align: center;
}
.pop_promo_inner p {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0;
    padding: 0 10% 5px;
}
.pop_promo_inner img.close {
    position: absolute;
    right: 8px;
    top: 5px;
    z-index: 10001;
}
.pop_promo_inner div.form {
    margin: 0 auto;
    width: 85%;
}
.newsletter-signup-container {position:relative; font-family:Helvetica, Arial, sans-serif; border-right:1px solid #EBEBEB; border-left:1px solid #EBEBEB; border-bottom:1px solid #EBEBEB;}
.newsletter-signup-container .header img.ss {display:none;}
.newsletter-signup-container .newsletters-items {padding-bottom:3px; margin-bottom:5px;}
.newsletter-signup-container .newsletters-items span { float:left; margin:0 6px 0 0; width:auto; color:#cc0000; font-weight:bold;}
.newsletter-signup-container #opt-in {display:none; font-size:0.8em;}
.newsletter-signup-container #think_email {color: #cc0000; font: 9px Arial, Helvetica, sans-serif; }
.newsletter-signup-container #think_email ul {list-style-image:none;}
.newsletter-signup-container form input#list_email {border: 1px solid #cc0000; font: 11px Arial, Helvetica, sans-serif; color: #666; padding: 3px; height: 14px; width: 170px; float:left;} .newsletter-signup-container form input#btn_subscribe { font: bold 11px Arial, Helvetica, sans-serif; color: #990000; text-transform: uppercase; padding:2px 6px; display: block; margin:0 0 0 4px; float:left;}

/* RSS Page Styles */
#feeds_list {
	max-width: 450px;
	width: 100%;
	margin-bottom: 40px;
}

/* RESPONSIVE STYLE */
@media only screen and ( min-width : 768px ) and ( max-width : 1179px ){
	/*
	img.jQ-section-menu { display:block; }
	a.jQ-section-menu { display:none; }

	.more-nav ul.primary { right:-15px; }
	.sections-tab { right:4px; }*/
}

@media only screen and ( max-width : 767px ){
	.site-brand { padding:10px 0 10px 10px; font-size:0.7em; height:auto; }
	.alpha-wrapper .site-tab { display:none; }
	.site-name { margin-left:-2px; font-size:0.7em; }
		.site-name a { color:#FFFFFF; }

	.news-letter-header {font-size: .9em;}
	
	
	/*
	.more-nav ul.primary { top:11px; }

	.more-nav a { font-size:1em !important; line-height:3em; }*/

}




/*# sourceMappingURL=rcp.css.map */


/*SPONSORED BY ON HOMEPAGE*/
span.editorial_sponsor {display:inline-block;float:right;font-size:.5em;vertical-align:text-top;font-weight:100;padding-top:8px;}

span.editorial_sponsor img{vertical-align:text-top;}

div.section-title{ margin-bottom:20px; clear:both; }

@media only screen and ( max-width : 767px ){
  span.editorial_sponsor { padding-right: 5px; }

  span.editorial_sponsor img{ width: 80px; }

  div.section-title h3 a { display: inline-flex; }

  div.section-title{ margin-bottom:10px; clear:both; }
}

/*Charts Section*/
#polling-data-full { clear: both; width: 594px; border: 1px solid #000; padding: 2px; margin-top: 10px; display: inline; float: left;}
#polling-data-full h3 {text-align: center; background: #003399; font-size: .85em; padding: 1px 0; font-weight: bold; margin: 0; color: #fff;}
#polling-data-full table { width: 594px; border-collapse: collapse; font: .9em "Times New Roman", Times, serif; }
#polling-data-full a {font-weight:normal;}
#polling-data-full th { padding: 4px 10px; background: #cccc99; text-align: center; }
#polling-data-full td { padding: 4px 10px; text-align: center; }
#polling-data-full th.noCenter, #polling-data-full td.noCenter { text-align: left; }
#polling-data-full td.spread { text-align: center; }
#polling-data-full th.spread { text-align: center; }
#polling-data-full th.date { }
#polling-data-full tr.final { background: #ffff66; font-weight: bold; }
#polling-data-full tr.rcpAvg { background: #ffff00; font-weight: bold; }
#polling-data-full tr.isInRcpAvg { background: #ccc; }
#polling-data-full tr.alt { background: #eee; }
#polling-data-full tr.final td.normal { font-weight: normal; }
#dataFooter { font-size: .8em; margin: 0; width: 594px; float: left; clear: both; }


/*list section*/
.list-photo-wrapper .list-pagi:nth-child(1) { margin: 30px 0 !important; }

.list-photo-wrapper:nth-child(2){ margin-bottom:25px; }

.list_arrow { width: 35px; }

/*video fixes*/
.pop-item .photo{height:200px;}

.pop-item .photo .image{height:inherit !important;}

/*ARTICLES LOAD MORE BUTTON*/
#load_more_wrapper #load_more {
    background-color: #003399;
}

/* fix to sports images displaying a little to big*/
.rankee_legend_cell img {
    width: 60px;
}