


/****************************/
/* Homepage-specific Styles */
/****************************/

/* No Breadcrumbs on the CSS */
.module.breadcrumb {
	display: none;
}

.module {
	padding: 0 0 10px 0;
}

.module .mod-wrp-1 {
	padding: 0;
	border: none;
}

.module .mod-title,
.module .hd .title {
	background: none;
}

.mod-title h2,
.hd .title h2 {
	font-family: bebas_neueregular, arial, sans-serif;
	font-size: 30px;
	line-height: 30px;
	padding: 7px 0 0 15px;
	letter-spacing: 0.03em;
}

.hp-featured-content .mod-title h2 span {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #FFFFFF;
	display: block;
	font-family: bebas_neueregular,arial,sans-serif;
	font-size: 18px;
	font-weight: normal;
	height: 30px;
	letter-spacing: 0.05em;
	margin: 0 0 0 10px;
	padding: 0 5px;
	text-transform: uppercase;
}

/* RSS Icon */
a.gbl-ico-rss {
	width: 15px;
	height: 15px;
	background: url("/assets/nflimg/club-misc-spr.png") no-repeat -700px -790px transparent;
}

a.gbl-ico-rss:hover {
	width: 15px;
	height: 15px;
	background: url("/assets/nflimg/club-misc-spr.png") no-repeat -900px -790px transparent;
}


/* Centerpiece */
.centerpiece {
	padding: 0;
}

.centerpiece .chapter-list li .content {
	background: url("/assets/nflimg/cp-content-bg.png") repeat 0 0 transparent;
	border: 0 none;
	margin: 0;
	padding: 0 0 13px;
	position: absolute;
	width: 100%;
	bottom:10px;
}

.centerpiece .chapter-list li .content > div {
	background: url("/assets/nflimg/cp-content-bg.png") repeat 0 0 transparent;
	padding: 13px 10px 30px 10px !important;
	margin-bottom: -10px;
}

.centerpiece .chapter-list li .content h3 a {
	color: #fff;
	font-family: bebas_neueregular, arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 34px;
	text-transform: uppercase;
}

.centerpiece .chapter-list li .content .summary a {
	font-size: 11px;
}

.centerpiece .chapter-list li .content .summary .more-link a {
	background: none;
	color: #c7c8ca;
	display: inline;
	font-size: 11px;
	height: auto;
	margin-top: 0;
	opacity: 1;
	width: auto;
}

.centerpiece .chapter-list li .content .summary .more-link a:hover {
	background: none;
	text-decoration: underline;
}

.centerpiece .chapter-list li .content .summary .more-link span {
	display: inline;
}

.centerpiece .chapter-list li .content .related-links {
	bottom: -24px;
	font-size: 11px;
	position: absolute;
}

.centerpiece .chapter-list li .content .related-links h4 {
	color: #838486;
	display: inline;
	font-size: 11px;
	margin-right: 20px;
	padding: 0;
}

.centerpiece .chapter-list li .content .related-links ul {
	display: inline;
}

.centerpiece .chapter-list li .content .related-links ul li a {
	background: none;
	color: #fff;
	float: left;
	font-family: "Arial Regular", arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-transform: none;
}

.centerpiece .chapter-list li .content .related-links ul li a:hover {
	color: #ffc52f;
}

.centerpiece.icons .chapter-navigation {

	position: absolute;
	right: 8px;
}

.centerpiece .chapter-navigation li a .icon,
.centerpiece .chapter-navigation li .icon a {
	padding: 5px;
}
.centerpiece .chapter-navigation li .icon a {
	background: none;
	background-color: #fff;
}

.centerpiece .chapter-navigation li.current .icon a {
	background: none;
	background-color: #4f2683;
}

.centerpiece .chapter-navigation li .icon a:hover,
.centerpiece .chapter-navigation li .icon a.hover {
	background: none;
	background-color: #ffc52f;
}

/* Headlines */
.cp-headlines,
.cp-headlines .mod-wrp-1 {
	margin: 0;
	padding: 0;
	border: none;
	background: #2a2d2e; /* Old browsers */
	background: -moz-linear-gradient(top,  #2a2d2e 0%, #000002 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a2d2e), color-stop(100%,#000002)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2a2d2e 0%,#000002 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2a2d2e 0%,#000002 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2a2d2e 0%,#000002 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2a2d2e 0%,#000002 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2d2e', endColorstr='#000002',GradientType=0 ); /* IE6-9 */
}

.cp-headlines .mod-title h2,
.cp-headlines .hd .title h2 {
	font-family: bebas_neueregular, arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	color: #fff;
	padding: 0 15px;
	letter-spacing: 0.03em;
}

.cp-headlines .bd {
	height: 254px;
	padding: 0;
	border-top: 1px solid #686a6a;
	overflow: hidden;
}

.cp-headlines .content-list .bd li .itm-wrp-1 {
	padding: 0;
}

.cp-headlines .content-list .bd ul li {
	border-bottom: 1px solid #686a6a;
	margin: 0;
	padding: 0 0 0 15px;
	width: auto;
	background: url("/assets/nflimg/club-misc-spr.png") no-repeat -685px -738px transparent;
}

.cp-headlines .content-list .bd ul li h3 a {
	display: block;
	margin: 0;
	padding: 8px 10px;
	line-height: 16px;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}
.cp-headlines .content-list .bd ul li h3 a:hover {
	text-decoration: underline;
}
.cp-headlines .content-list-variation-1 .bd ul li.content-type-video h3 a,
.cp-headlines .content-list-variation-4 .bd ul li.content-type-video h3 a {
	text-indent: 32px;
	background: url("/assets/nflimg/cp-headline-video.png") no-repeat 10px 10px transparent;
}

.cp-headlines .content-list .ft {
	background: none;
}

.cp-headlines .content-list .ft .action-bar {
	border: none;
}

.cp-headlines .content-list .ft .action-bar a {
	font-size: 9px;
	font-style: normal;
	text-transform: uppercase;
	color: #c7c8ca;
	padding: 10px 10px 0 0;
}
.cp-headlines .content-list .ft .action-bar a:hover {
	text-decoration: underline;
}

.cp-headlines .content-list .ft .action-bar a span span {
	display: inline;
	font-size: 12px;
}

.cp-headlines .content-list .ft .action-bar a.gbl-ico-rss {
	display: block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	margin: 10px 0 0 15px;
	padding: 0 0 0 20px;
	float: left;
	background: url("/assets/nflimg/club-misc-spr.png") no-repeat -700px -490px transparent;
}
.cp-headlines .content-list .ft .action-bar a.gbl-ico-rss:hover {
	background: url("/assets/nflimg/club-misc-spr.png") no-repeat -900px -490px transparent;
}

.cp-headlines .content-list .ft .action-bar a.gbl-ico-rss span {
	display: inline;
	text-decoration: none;
}
.cp-headlines .content-list .ft .action-bar a.gbl-ico-rss:hover span {
	text-decoration: underline;
}


/* Ticket Center */
.hp-ticket-center {
	position: relative;
	height: 60px;
	margin: 0 0 10px 0;
	padding: 0;
	box-shadow: 0 3px 5px #999;
}

.hp-ticket-center ul,
.hp-ticket-center li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.hp-ticket-center ul {
	display: block;
	position: relative;
	height: 60px;
	background: url("http://prod.preview.vikings.clubs.nfl.com/assets/images/homepage/ticket-center-bar.png") no-repeat 0 0 transparent;
}

.hp-ticket-center li {
	width: 230px;
	float: left;
}

.hp-ticket-center li.vikings-tickets {
	width: 310px;
}

.hp-ticket-center li a {
	display: block;
	width: 230px;
	height: 60px;
	margin: 0;
	padding: 0;
	line-height: 60px;
	font-family: bebas_neueregular, arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #4f2683;
	float: left;
}

.hp-ticket-center li a:hover {
	text-decoration: underline;
	color: #4f2683;
}

.hp-ticket-center li.vikings-tickets a {
	width: 210px;
	padding: 0 0 0 100px;
}

.hp-ticket-center li.vikings-tickets img {
	display: block;
	position: absolute;
	bottom: 0;
	left: 18px;
}


/* Dynamic Content - Main Area */
.hp-videos-photos .content-list .mod-wrp-1 {
	background: transparent;
	border: none;
}

.hp-videos-photos .content-list .bd {
	min-height: 235px;
	padding: 0 15px 0 10px;
}

.hp-videos-photos .content-list .bd ul li {
	padding: 0 0 23px 0;
	border: none;
	background: url("/assets/nflimg/cp-listdiv-2col.png") no-repeat top center transparent;
}

.hp-videos-photos .content-list-variation-3 .bd ul li {
	width: 215px;
}

.hp-videos-photos .content-list .bd ul li .itm-wrp-1 {
	padding: 20px 0 0 0;
	border: none;
}

.hp-videos-photos .content-list .bd ul li.loop-last {
	background: url("/assets/nflimg/cp-listdiv-2col.png") no-repeat bottom center transparent;
}

.hp-videos-photos .content-list .bd ul li.loop-last .itm-wrp-1 {
	background: url("/assets/nflimg/cp-listdiv-2col.png") no-repeat top center transparent;
}
/* Overwriting for variation 3 */
.hp-videos-photos .content-list-variation-3 .bd ul li,
.hp-videos-photos .content-list-variation-3 .bd ul li.loop-last,
.hp-videos-photos .content-list-variation-3 .bd ul li.loop-last .itm-wrp-1{
	background: none;
}

.hp-videos-photos .content-list .bd ul li h3 a {
	margin: 0;
}

.hp-videos-photos .content-list .bd ul li h3 a {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 24px;
	font-family: bebas_neueregular, sans-serif;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.03em;
	text-decoration: none;
	color: #4f2683;
}
.hp-videos-photos .content-list .bd ul li h3 a:hover {
	text-decoration: underline;
}

.hp-videos-photos .content-list .bd ul li .thumb {
	width: auto;
	height: auto;
	margin-left: 5px;
	box-shadow: 0 3px 5px #999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=120, Color='#999999')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=120, Color='#999999');
}

.hp-videos-photos .content-list .bd ul li .thumb img {
	width: 200px;
	height: 135px;
}

.hp-videos-photos .content-list .bd ul li .thumb a,
.hp-videos-photos .content-list .bd ul li .thumb a:hover {
	position: relative;
	width: 200px;
	height: 135px;
	border: 2px solid #fff;
}
.hp-videos-photos .content-list .bd ul li .thumb a:hover {
	border: 2px solid #4f2683;
}


.hp-videos-photos .content-list .bd ul li .thumb a:hover img {
	margin: 0;
}

.hp-videos-photos .content-list .bd ul li.content-type-video .thumb a .tmb-video-play,
.hp-videos-photos .content-list .bd ul li.content-type-video .thumb a .video-icon, 
.content-type-audio .tmb-video-play {
	position: absolute;
	width: 200px;
	height: 135px;
	top: 0;
	left: 0;
	background: url("/assets/nflimg/icon-play-40.png") no-repeat 147px 82px transparent;
}

/*
.hp-videos-photos .content-list .bd ul li .thumb a:hover .tmb-video-play,
.hp-videos-photos .content-list .bd ul li .thumb a:hover .video-icon {
	top: 0px;
	left: 0px;
}
 */

.hp-videos-photos .content-list .bd ul li.content-type-photo-gallery .thumb a span {
	position: absolute;
	width: 200px;
	height: 135px;
	top: 0;
	left: 0;
	background: url("/assets/nflimg/icon-photo-40.png") no-repeat 147px 82px transparent;
}

/*
.hp-videos-photos .content-list .bd ul li .thumb a:hover span {
	top: 0px;
	left: 0px;
}
 */

.hp-videos-photos .content-list .bd li div .details .author,
.hp-videos-photos .content-list .bd ul li .details cite,
.hp-videos-photos .content-list .bd ul li .details .date {
	display: inline-block;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #636466;
	margin: 3px 0;
}

.hp-videos-photos .content-list .bd ul li p {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #414042;
}

.hp-videos-photos .content-list .ft {

}

/** Shop / App / MVC Main Column Content LIst **/
.custom-3-col .content-list .mod-wrp-1 {
	margin: 0 10px 0 0;
}

.custom-3-col .content-list .content-list-variation-3 .bd li {
	margin: 0 0 0 10px;
    width: 210px;
}

.custom-3-col .content-list .content-list-variation-3 .bd:first-child li {
	margin: 0;
}

.custom-3-col .content-list .content-list-variation-3 .bd li .itm-wrp-1 {
    padding: 0;
}

.custom-3-col .content-list .bd ul li h3 {
	display: none;
}

.custom-3-col .content-list .bd ul li .thumb,
.custom-3-col .content-list .bd ul li .thumb:hover,
.custom-3-col .content-list .bd ul li:hover .thumb {
	border: none;
	height: auto;
	margin: 0;
	width: 210px;
}

.custom-3-col .content-list .bd ul li .thumb a img,
.custom-3-col .content-list .bd ul li .thumb a img:hover,
.custom-3-col .content-list .bd ul li .thumb a,
.custom-3-col .content-list .bd ul li .thumb a:hover,
.custom-3-col .content-list .bd ul li .thumb a:hover img {
	border: none;
	height: auto;
	margin: 0;
	width: 210px;
}

.custom-3-col .content-list .ft {
	background: url("/assets/nflimg/cp-listdiv-2col.png") no-repeat center bottom transparent;
	border: medium none;
	margin: 10px 0 0;
	padding: 0 0 4px;
}

/** Statigram Tweaks **/

.statigram-title {
	background: #fff;
	color: #4F2683;
	font-family: bebas_neueregular, arial, sans-serif;
	font-size: 30px;
	height: 30px;
	letter-spacing: 0.5px;
	margin: 0 10px;
	padding: 3px 10px 2px;
	position: absolute;
	z-index: 10;
}

.statigram {
	background: url("/assets/nflimg/cp-listdiv-2col.png") no-repeat center bottom transparent;
	border: medium none;
	margin: 0 0 10px;
	padding: 0 0 20px;
}


/** CUSTOM Schedule Strip **/
.module.schedule.strip {
	margin: 0 10px 10px;
}

.schedule.strip .season .game {
	background: none;
	margin: 0 10px 8px;
}

.schedule.strip .season .game .link {
	opacity: 0.85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.schedule.strip .season .game .link:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.schedule.strip .season .game .link {
	background: url("/nfl-assets/img/schedule-spr.jpg") no-repeat 0 0 transparent;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 70px;
	text-decoration: none;
	width: 63px;
}

.schedule.strip .season .game .link div {
	color: #636466;
	left: 0;
	position: relative;
	text-align: center;
	top: 55px;
}

.schedule.strip .season .game.ari .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/ari-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.ari:hover .link,
.schedule.strip .season .game.current.ari .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/ari-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.atl .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/atl-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.atl:hover .link,
.schedule.strip .season .game.current.atl .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/atl-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.bal .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/bal-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.bal:hover .link,
.schedule.strip .season .game.current.bal .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/bal-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.buf .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/buf-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.buf:hover .link,
.schedule.strip .season .game.current.buf .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/buf-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.car .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/car-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.car:hover .link,
.schedule.strip .season .game.current.car .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/car-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.chi .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/chi-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.chi:hover .link,
.schedule.strip .season .game.current.chi .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/chi-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.cin .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/cin-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.cin:hover .link,
.schedule.strip .season .game.current.cin .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/cin-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.cle .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/cle-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.cle:hover .link,
.schedule.strip .season .game.current.cle .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/cle-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.dal .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/dal-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.dal:hover .link,
.schedule.strip .season .game.current.dal .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/dal-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.den .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/den-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.den:hover .link,
.schedule.strip .season .game.current.den .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/den-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.det .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/det-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.det:hover .link,
.schedule.strip .season .game.current.det .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/det-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.gb .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/gb-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.gb:hover .link,
.schedule.strip .season .game.current.gb .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/gb-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.hou .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/hou-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.hou:hover .link,
.schedule.strip .season .game.current.hou .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/hou-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.ind .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/ind-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.ind:hover .link,
.schedule.strip .season .game.current.ind .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/ind-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.jac .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/jac-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.jac:hover .link,
.schedule.strip .season .game.current.jac .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/jac-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.jax .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/jax-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.jax:hover .link,
.schedule.strip .season .game.current.jax .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/jax-away-m.png") no-repeat 0 0 transparent;
}


.schedule.strip .season .game.kc .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/kc-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.kc:hover .link,
.schedule.strip .season .game.current.kc .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/kc-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.mia .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/mia-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.mia:hover .link,
.schedule.strip .season .game.current.mia .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/mia-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.min .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/min-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.min:hover .link,
.schedule.strip .season .game.current.min .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/min-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.ne .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/ne-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.ne:hover .link,
.schedule.strip .season .game.current.ne .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/ne-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.no .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/no-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.no:hover .link,
.schedule.strip .season .game.current.no .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/no-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.nyg .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/nyg-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.nyg:hover .link,
.schedule.strip .season .game.current.nyg .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/nyg-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.nyj .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/nyj-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.nyj:hover .link,
.schedule.strip .season .game.current.nyj .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/nyj-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.oak .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/oak-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.oak:hover .link,
.schedule.strip .season .game.current.oak .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/oak-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.phi .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/phi-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.phi:hover .link,
.schedule.strip .season .game.current.phi .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/phi-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.pit .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/pit-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.pit:hover .link,
.schedule.strip .season .game.current.pit .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/pit-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.sd .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/sd-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.sd:hover .link,
.schedule.strip .season .game.current.sd .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/sd-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.sea .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/sea-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.sea:hover .link,
.schedule.strip .season .game.current.sea .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/sea-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.sf .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/sf-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.sf:hover .link,
.schedule.strip .season .game.current.sf .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/sf-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.stl .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/stl-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.stl:hover .link,
.schedule.strip .season .game.current.stl .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/stl-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.la .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/la-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.la:hover .link,
.schedule.strip .season .game.current.la .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/la-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.tb .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/tb-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.tb:hover .link,
.schedule.strip .season .game.current.tb .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/tb-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.ten .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/ten-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.ten:hover .link,
.schedule.strip .season .game.current.ten .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/ten-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.was .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/was-away-m.png") no-repeat 0 0 transparent;
}

.schedule.strip .season .game.was:hover .link,
.schedule.strip .season .game.current.was .link {
	background: url("/nfl-assets/img/gbl-ico-team/helmets/was-away-m.png") no-repeat 0 0 transparent;
}


/* More Links */
.more-links {
	height: 50px;
	margin: -10px 0 0 15px;
	padding: 0;
}

.more-links ul,
.more-links li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.more-links li {
	width: 210px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

.more-links li a {
	display: block;
	width: 210px;
	height: 26px;
	margin: 0 0 10px 0;
	padding: 0;
	background: url("/assets/nflimg/hp-more-links.png") no-repeat 0 0 transparent;
}
.more-links li a:hover {
	background-position:  0 -30px;
}

.more-links li.more-news a {
	background-position:  40px 0px;
}
.more-links li.more-news a:hover {
	background-position:  40px -30px;
}

.more-links li.more-photos a {
	background-position:  -170px 0px;
}
.more-links li.more-photos a:hover {
	background-position:  -170px -30px;
}

.more-links li.more-videos a {
	background-position:  -365px 0px;
}
.more-links li.more-videos a:hover {
	background-position:  -365px -30px;
}

.more-links li a span {
	display: none;
}


/* Right Rail Styles */
/*********************/


/* Polls */
.shadow,
.polls .mod-wrp-1 {
	border: none;
	padding: 0;
	width: 100%;
	box-shadow: 0 3px 5px #999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=120, Color='#999999')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=120, Color='#999999');
}

.polls .mod-wrp-2 {
	background: url("/assets/img/homepage/min-polls-bg.jpg") repeat-x right bottom #fdfdfd;
}

.polls .hd,
.polls .hd .poll-question {
	color: #000;
	font-family: bebas_neueregular, arial, sans-serif;
	font-size: 21px;
	font-weight: normal;
	padding: 10px 10px 10px 5px;
	text-transform: uppercase;
}

.module .polls .mod-title {
	background: url("/assets/img/homepage/hp-module-header-bg.png") repeat-x center top #414042;
}

.module .polls .mod-title h2 {
	background: none;
	color: #fff;
	font-family: bebas_neueregular,sans-serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 25px;
	margin: 0;
	padding: 2px 0;
	text-align: center;
}

.polls .bd fieldset label,
.polls dt {
	color: #414042;
	font-size: 12px;
	font-weight: bold;
}

.polls .bd .poll-questions .submit #polls-submit {
	background: url("/assets/nflimg/club-misc-spr.png") repeat -700px -545px transparent;
	height: 46px;
	margin: 0 auto;
	width: 114px;
}

.polls .bd .poll-questions .submit #polls-submit:hover {
	background: url("/assets/nflimg/club-misc-spr.png") repeat -900px -545px transparent;
}

/* Featured Photo Gallery */
.hp-featured-photo .mod-wrp-1 {
	margin: 0 0 10px 0;
	box-shadow: 0 3px 5px #999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=120, Color='#999999')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=120, Color='#999999');
}


.hp-featured-photo .mod-title h2 {
	position: relative;
	left: -10px;
	width: 310px;
	height: 37px;
	margin: 0;
	padding: 0;
	background: url("/assets/nflimg/hp-mod-title-bg.png") no-repeat top left transparent;
	z-index: 10;
}

.hp-featured-photo .mod-title h2 span {
	height: 30px;
	display: block;
	margin: 0 0 0 10px;
	padding: 0 5px;
	color: #fff;
	font-family: bebas_neueregular, arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background: transparent;
}

.hp-featured-photo .content-list-variation-3 .bd {
	position: relative;
	top: -7px;
}

.hp-featured-photo .content-list-variation-3 .bd ul {
	margin: 0;
}

.hp-featured-photo .content-list-variation-3 .bd ul li {
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	float: none;
}

.hp-featured-photo .content-list-variation-3 .bd ul li .itm-wrp-1 {
	margin: 0 0 10px 0;
	padding: 0;
}

.hp-featured-photo .content-list-variation-3 .bd ul li .thumb {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

.hp-featured-photo.loop-first-img-medium .bd ul li.loop-first .thumb a,
.hp-featured-photo.loop-first-img-medium .bd ul li.loop-first .thumb a:hover {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
}

.hp-featured-photo.loop-first-img-medium .bd ul li.loop-first .thumb a img,
.hp-featured-photo.loop-first-img-medium .bd ul li.loop-first .thumb a:hover img {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
}

.hp-featured-photo .bd ul li h3 a {
	display: block;
	margin: 0;
	padding: 0 10px;
	line-height: 24px;
	font-family: bebas_neueregular, arial, sans-serif;;
	font-size: 21px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #4f2683;
}
.hp-featured-photo .bd ul li h3 a:hover {
	text-decoration: underline;
}

.hp-featured-photo .bd ul li div .details {
	padding: 0 10px;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	line-height: 24px;
	color: #636466;
}

.hp-featured-photo .bd ul li div p {
	padding: 0 10px;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #414042;
}

.hp-videos-photos .content-list .ft,
.hp-featured-photo .content-list .ft {
	background: none;
}

.hp-videos-photos .content-list .ft .action-bar,
.hp-featured-photo .content-list .ft .action-bar {
	height: 25px;
	border: none;
	padding: 0 10px;
}

.hp-videos-photos .content-list .ft .action-bar a,
.hp-featured-photo .content-list .ft .action-bar a {
	font-size: 9px;
	font-style: bold;
	text-transform: uppercase;
	color: #414042;
	padding: 0;
}
.hp-videos-photos .content-list .ft .action-bar a:hover,
.hp-featured-photo .content-list .ft .action-bar a:hover {
	text-decoration: underline;
}

.hp-videos-photos .content-list .ft .action-bar a span span,
.hp-featured-photo .content-list .ft .action-bar a span span {
	display: inline;
	font-size: 12px;
}

.hp-videos-photos .content-list .ft .action-bar a.gbl-ico-rss,
.hp-featured-photo .content-list .ft .action-bar a.gbl-ico-rss {
	display: block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	margin: 0;
	padding: 0 0 0 20px;
	float: left;
	background: url("/assets/nflimg/club-misc-spr.png") no-repeat -700px -490px transparent;
}
.hp-videos-photos .content-list .ft .action-bar a.gbl-ico-rss:hover,
.hp-featured-photo .content-list .ft .action-bar a.gbl-ico-rss:hover {
	background: url("/assets/nflimg/club-misc-spr.png") no-repeat -900px -490px transparent;
}

.hp-videos-photos .content-list .ft .action-bar a.gbl-ico-rss span,
.hp-featured-photo .content-list .ft .action-bar a.gbl-ico-rss span {
	display: inline;
	text-decoration: none;
}
.hp-videos-photos .content-list .ft .action-bar a.gbl-ico-rss:hover span,
.hp-featured-photo .content-list .ft .action-bar a.gbl-ico-rss:hover span {
	text-decoration: underline;
}
.hp-videos-photos h2 {
    color: #4E2683;
}



.hp-featured-content .mod-title h2 {
    background: url("/assets/nflimg/hp-mod-title-bg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 37px;
    left: -10px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 310px;
    z-index: 10;
}
.hp-featured-content .mod-wrp-1 {
	margin: 0 0 10px 0;
	box-shadow: 0 3px 5px #999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=120, Color='#999999')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=120, Color='#999999');
}

/* New Stadium */
.new-stadium .mod-wrp-1 {
	position: relative;
	margin: 0 0 10px 0;
	box-shadow: 0 3px 5px #999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=120, Color='#999999')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=120, Color='#999999');
}

.new-stadium .mod-title h2 {
	position: absolute;
	left: -10px;
	bottom: 5px;
	width: 310px;
	height: 54px;
	margin: 0;
	padding: 0;
	background: url("/assets/nflimg/hp-mod-title-pointed-bg.png") no-repeat left top transparent;
	z-index: 10;
}

.new-stadium .mod-title h2 span {
	display: block;
	width: 45%;
	height: 40px;
	margin: 0 0 0 10px;
	padding: 4px 15px 3px 10px;
	font-family: 'bebas_neueregular', arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 18px;
	text-transform: uppercase;
	background: url("/assets/nflimg/hp-mod-title-pointed-bg.png") no-repeat right -60px transparent;
	color: #fff;
}

.new-stadium .content-list-variation-3 .bd {
	position: relative;
}

.new-stadium .content-list-variation-3 .bd ul {
	margin: 0;
}

.new-stadium .content-list-variation-3 .bd ul li {
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	float: none;
}

.new-stadium .content-list-variation-3 .bd ul li .itm-wrp-1 {
	margin: 0 0 10px 0;
	padding: 0;
}

.new-stadium .content-list-variation-3 .bd ul li .thumb {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

.new-stadium .bd ul li.loop-first .thumb a,
.new-stadium .bd ul li.loop-first .thumb a:hover {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
}

.new-stadium .bd ul li.loop-first .thumb a img,
.new-stadium .bd ul li.loop-first .thumb a:hover img {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}

.new-stadium .bd ul li h3,
.new-stadium .bd ul li div .details,
.new-stadium .bd ul li div p,
.new-stadium .content-list .ft {
	display: none;
}


/** RIBBON NAV OVERWRITE **/

#ribbon-container .fragment-container .module .mod-title h2 {
	color: #000;
	font-family: "Arial Regular", arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0;
}


/* Wobby */
.wobby {
	position: relative;
	width: 300px;
	height: 250px;
	padding: 0;
	margin: 0 0 10px 0;
	box-shadow: 0 3px 5px #999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=120, Color='#999999')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=120, Color='#999999');
}

.wobby ul {
	position: relative;
	display: block;
	height: 83px;
	margin: 0;
	padding: 167px 0 0 127px;
	background: url("/assets/images/homepage/wobby_300x250.jpg") no-repeat 0 0 transparent;
}

.wobby ul li a {
	font-family: bebas_neueregular, arial, sans-serif;
	font-size: 16px;
	color: #4f2683;
}

.hp-featured-content .bd li.loop-first a img,
.hp-featured-content .bd li.loop-first a:hover img {
    height: auto;
    margin: 0;
    width: 300px;
}

.hp-featured-content .bd li.loop-first a,
.hp-featured-content .bd li.loop-first a:hover {
    height: auto;
    width: auto;
    color: #4F2683;
    font-family: bebas_neueregular,sans-serif;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 24px;
}

.hp-featured-content .bd ul li .thumb {
    height: auto;
    width: auto;
}
.hp-featured-content .content-list .bd li {
    margin-left: 0;
    width: 100%;
}

.hp-featured-content .content-list .bd li .itm-wrp-1 {
    padding: 0;
}
.hp-featured-content .bd li.loop-first {
	padding: 0;
}
.hp-featured-content .bd {
	position: relative;
    top: -7px;
}

.hp-featured-content .content-list .bd li div h3 {
    line-height: 1.5;
    padding-left: 10px;
    padding-right: 10px
}
.hp-featured-content .cs-pagination-status {
    padding: 0;
}

.headlines-test .mod-title h2 {
		width: 300px !important;
}