/* GLOBAL HP */

.breadcrumb {
	display: none;
}


/* CENTERPIECE */
.centerpiece {
	margin: 0 0 20px 0;
	padding: 0;
}

.centerpiece .chapter-list li .content {
	background: url("/assets/nflimg/cp-content-bg.png") repeat-x top left transparent;
	opacity: 1;
}

.centerpiece .chapter-list li .content > div {
	width: auto;
	margin: 0;
	padding: 20px 10px 8px 10px;
	background: transparent;
}

.centerpiece .chapter-list li .content h3 {
	background: none;
	border: none;
	text-shadow: none;
	padding: 0;
	line-height: 22px;
	font-size: 22px;
}

.centerpiece .chapter-list li .content h3 a {
	font-family: NFLEndzoneSansCondMedium, sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 26px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
}

.centerpiece .chapter-list li .content h3 a:hover {
	color: #ffc20e;
	font-weight: 400;
	text-decoration: none;
}

.centerpiece .chapter-list li .content .summary {
	margin: 5px 0 15px 0;
	padding: 0;
	font-size: 14px;
}

.centerpiece .chapter-list li .content .summary a {
	font-size: 12px;
	font-weight: normal;
}

.centerpiece .chapter-list li .content .summary a:hover {
	color: #ffc20e;
	text-decoration: none;
}

.centerpiece .chapter-list li .content .summary .more-link a {
	color: #fff;
	text-transform: uppercase;
}

.centerpiece .chapter-list li .content .summary .more-link a:hover {
	color: #ffc20e;
	text-decoration: none;
}

.centerpiece .chapter-list li div a .video-icon,
.centerpiece .chapter-list li div a .audio-icon {
	position: absolute;
	top: 160px;
	left: 293px;
	height: 57px;
	width: 57px;
	margin: 0;
	padding: 0;
	opacity: 1;
	background: url("/assets/nflimg/club-misc-spr.png") no-repeat -700px -310px transparent;
}

.centerpiece .chapter-list li div a:hover .video-icon,
.centerpiece .chapter-list li div a:hover .audio-icon {
	background: url("/assets/nflimg/club-misc-spr.png") no-repeat -900px -310px transparent;
	opacity: 1;
}


/* Related Links */
.centerpiece .chapter-list li .content .related-links ul {
	height: 15px;
}

.centerpiece .chapter-list li .content .related-links ul li {
	float: left;
}

.centerpiece .chapter-list li .content .related-links ul li a {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: NFLEndzoneSansCondMedium,sans-serif;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: .75px;
	text-decoration: none;
	color: #fff;
	border: none;
}

.centerpiece .chapter-list li .content .related-links ul li a:hover {
	color: #ffc20e;
}
/* End Related Links */


/*  Chapter Navigation */
.centerpiece .chapter-navigation {
	background: none;
	border: none;
	margin: 0 10px 13px 0;
	padding: 0;
}

.centerpiece .chapter-navigation li .icon a {
	display: block;
	padding: 4px;
	border-radius: 7px;
	border: 3px solid #fff;
	background: #fff;
}

.centerpiece .chapter-navigation li.current .icon a,
.centerpiece .chapter-navigation li .icon a:hover {
	border: 3px solid #fff;
	background: #600;
}

.centerpiece .chapter-navigation li .icon a span {
	display: none;
}
/* End Chapter Navigation */

/* END CENTERPIECE */


/* RHR PROMO CENTERPIECE */

.centerpiece.hp-cp-rhr .chapter-list li .content {
	background: #600;
	opacity: 1;
}

.centerpiece.hp-cp-rhr .chapter-list li .content > div {
	padding: 10px 10px 8px 10px;
}

.centerpiece.hp-cp-rhr .chapter-navigation {
	margin: 0 10px 17px 0;
}

/* END RHR PROMO CENTERPIECE */


/* LATEST HEADLINES */
#hp-latest-headlines {
	margin: 0 0 20px 0;
	padding: 0;
}

#hp-latest-headlines .mod-wrp-1 {
	margin: 0;
	padding: 0;
	background: transparent;
}

#hp-latest-headlines .mod-title {
	height: 22px;
	margin: 0;
	padding: 0 15px 10px 15px;
	background: none;
}

#hp-latest-headlines .mod-title h2 {
	margin: 0;
	padding: 0;
	font-family: NFLEndzoneSansCondMedium, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	color: #600;
	background: none;
	letter-spacing: 1px;
}

#hp-latest-headlines .content-list .content-list-variation-1 .bd {
	height: 286px;
	padding: 0 10px;
	overflow: hidden;
}

#hp-latest-headlines .content-list .content-list-variation-1 .bd li {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	border-bottom: 1px solid #ccc;
}

#hp-latest-headlines .content-list .content-list-variation-1 .bd li.loop-first {
	margin: 0;
}

#hp-latest-headlines .content-list .content-list-variation-1 .bd li h3 {
	line-height: 18px;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#hp-latest-headlines .content-list .content-list-variation-1 .bd li h3 a {
	display: block;
	padding: 10px 0;
	line-height: 18px;
	font-family: arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#hp-latest-headlines .content-list .content-list-variation-1 .bd li h3 a:hover {
	color: #600;
	text-decoration: none;
}

#hp-latest-headlines .content-list .content-list-variation-1 .bd li.content-type-video h3 {
	background: none;
}

#hp-latest-headlines .content-list .content-list-variation-1 .bd li.content-type-video h3 a {
	margin: 0;
	padding-left: 25px;
	background: transparent url("/assets/nflimg/latest-icn-video.png") no-repeat 0  center;
}

#hp-latest-headlines .content-list .content-list-variation-1 .bd li.content-type-video h3 a:hover {
	background: transparent url("/assets/nflimg/latest-icn-video-hover.png") no-repeat 0  center;
}

#hp-latest-headlines .content-list .content-list-variation-1 .bd li.content-type-photo-gallery h3 a {
	margin: 0;
	padding-left: 25px;
	background: transparent url("/assets/nflimg/latest-icn-photo.png") no-repeat 0  center;
}

#hp-latest-headlines .content-list .content-list-variation-1 .bd li.content-type-photo-gallery h3 a:hover {
	background: transparent url("/assets/nflimg/latest-icn-photo-hover.png") no-repeat 0  center;
}


#hp-latest-headlines .content-list .content-list-variation-1 .bd li.content-type-club-article h3 a {
	margin: 0;
	padding-left: 25px;
	background: transparent url("/assets/nflimg/latest-icn-article.png") no-repeat 0 center;
}

#hp-latest-headlines .content-list .content-list-variation-1 .bd li.content-type-club-article h3 a:hover {
	background: transparent url("/assets/nflimg/latest-icn-article-hover.png") no-repeat 0 center;
}


/* Featured Bar */
#hp-latest-headlines .content-list .content-list-variation-1 .ft {
	margin: 0;
	padding: 18px 10px 0 0;
	background: none;
}

#hp-latest-headlines .content-list .content-list-variation-1 .ft .action-bar {
	height: 14px;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

#hp-latest-headlines .content-list .content-list-variation-1 .ft .action-bar a {
	float: right;
	margin: 0;
	padding: 0;
	height: 14px;
	line-height: 14px;
	font-family: NFLEndzoneSansCondMedium, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	background: none;
}
#hp-latest-headlines .content-list .content-list-variation-1 .ft .action-bar a:hover {
	color: #600;
	text-decoration: none;
	background: none;
}

#hp-latest-headlines .content-list .content-list-variation-1 .ft .action-bar a span span {
	display: none;
}
/* End Featured Bar */

/* END LATEST HEADLINES */


/* FEATURED CONTENT */

/* List and Headline */
.hp-thumbs {
	margin: 0 10px;
	padding: 0;
}

.hp-thumbs .content-list .content-list-variation-3 .mod-wrp-1 {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

.hp-thumbs .content-list .content-list-variation-3 .mod-title {
	height: 22px;
	margin: 0;
	padding: 0 0 10px 0;
	background: none;
}

.hp-thumbs .content-list .content-list-variation-3 .mod-title h2 {
	margin: 0;
	padding: 0;
	font-family: NFLEndzoneSansCondMedium, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	color: #600;
	background: none;
	letter-spacing: 1px;
}

/* End List and Headline */
.hp-thumbs .content-list .content-list-variation-3 .bd {
	padding: 0;
}

.hp-thumbs .content-list .content-list-variation-3 .bd ul li {
	width: 200px;
	min-height: 180px;
	margin: 0 16px 0 0;
	padding: 0;
	overflow: hidden;
}

.hp-thumbs .content-list .content-list-variation-3 .bd ul li .thumb {
	width: 200px;
	height: 120px;
	margin: 0;
}

.hp-thumbs .content-list .content-list-variation-3 .bd ul li .thumb a {
	width: 200px;
	height: 120px;
	float: left;
	overflow: hidden;
}

.hp-thumbs .content-list .content-list-variation-3 .bd ul li .thumb a img {
	width: 200px;
	height: 120px;
	border: none;
}
.hp-thumbs .content-list .content-list-variation-3 .bd ul li .thumb a img.vert {
	width: auto;
	height: 120px;
	border: none;
}


.hp-thumbs .content-list .content-list-variation-3 .bd ul li .thumb a:hover {
	border: 2px solid #600;
	width: 196px;
	height: 116px;
}

.hp-thumbs .content-list .content-list-variation-3 .bd ul li .thumb a:hover img {
	margin: -2px 0 0 -2px;
}

.hp-thumbs .content-list .content-list-variation-3 .bd ul li h3 {
	width: auto;
	padding: 10px 0 0 0;
}

.hp-thumbs .content-list .content-list-variation-3 .bd ul li h3 a {
	font-size: 12px;
	color: #333;
}

.hp-thumbs .content-list .content-list-variation-3 .bd ul li h3 a:hover {
	color: #600;
	text-decoration: none;
}

.hp-thumbs .content-list .content-list-variation-3 .bd ul li p {
	display: none;
}


/* Featured Bar */
.hp-thumbs .content-list .content-list-variation-3 .ft {
	margin: 0 20px 10px 0;
	padding: 0 0 10px 0;
	background: none;
}

.hp-thumbs .content-list .content-list-variation-3 .ft .action-bar {
	height: 14px;
	margin: 3px 0 0 0;
	padding: 0;
	background: none;
	border: none;
}

.hp-thumbs .content-list .content-list-variation-3 .ft .action-bar a {
	float: right;
	margin: 0;
	padding: 0;
	height: 14px;
	line-height: 14px;
	font-family: NFLEndzoneSansCondMedium, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	background: none;
}
.hp-thumbs .content-list .content-list-variation-3 .ft .action-bar a:hover {
	color: #600;
	text-decoration: none;
	background: none;
}

.hp-thumbs .content-list .content-list-variation-3 .ft .action-bar a span span {
	display: none;
}
/* End Featured Bar */

/* END FEATURED CONTENT */


/* CONTENT STREAM */
.hp-content-stream {
	margin: 0 10px;
	padding: 0 20px 0 0;
}

.hp-content-stream-hdr {
	margin: 10px 10px 0 10px;
	padding: 0;
	line-height: 0;
}

.hp-content-stream .mod-wrp-1,
.hp-content-stream-hdr .mod-wrp-1 {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

.hp-content-stream-hdr .mod-title {
	height: 22px;
	margin: 0;
	padding: 0;
	background: none;
}

.hp-content-stream-hdr .mod-title h2 {
	margin: 0;
	padding: 0;
	font-family: NFLEndzoneSansCondMedium, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	color: #600;
	background: none;
	letter-spacing: 1px;
}

.hp-content-stream .content-list .content-list-variation-2 .bd {
	padding: 0;
}

.hp-content-stream .content-list .content-list-variation-2 .bd ul li {
	width: auto;
	margin: 0;
	padding: 20px 20px 20px 0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.hp-content-stream .content-list .content-list-variation-2 .bd ul li.loop-first {
	padding-top: 10px;
}

.hp-content-stream .content-list .content-list-variation-2 .bd ul li .thumb {
	width: 200px;
	height: 120px;
	margin: 0;
}

.hp-content-stream .content-list .content-list-variation-2 .bd ul li .thumb a {
	width: 200px;
	height: 120px;
	float: left;
	overflow: hidden;
}

.hp-content-stream .content-list .content-list-variation-2 .bd ul li .thumb a img {
	width: 200px;
	height: 120px;
	border: none;
}

.hp-content-stream .content-list .content-list-variation-2 .bd ul li .thumb a img.vert {
	width: auto;
	height: 120px;
	border: none;
}

.hp-content-stream .content-list .content-list-variation-2 .bd ul li .thumb a:hover {
	border: 2px solid #600;
	width: 196px;
	height: 116px;
}

.hp-content-stream .content-list .content-list-variation-2 .bd ul li .thumb a:hover img {
	margin: -2px 0 0 -2px;
}

.hp-content-stream .content-list .content-list-variation-2 .bd ul li h3 {
	width: auto;
	margin-left: 210px;
	padding: 5px 0 0 0;
}

.hp-content-stream .content-list .content-list-variation-2 .bd ul li h3 a {
	font-family: NFLEndzoneSansCondMedium, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0.75px;
	color: #000;
}

.hp-content-stream .content-list .content-list-variation-2 .bd ul li h3 a:hover {
	color: #600;
	text-decoration: none;
}

.hp-content-stream .content-list .content-list-variation-2 .bd ul li .details,
.hp-content-stream .content-list .content-list-variation-2 .bd ul li p {
	margin: 10px 0 0 210px;
	font-size: 13px;
	margin-left: 210px;
	color: #666;
}

.hp-content-stream .content-list .content-list-variation-2 .bd ul li .details {
	color: #000;
	font-weight: bold;
}

/* END CONTENT STREAM */


/* THUMB ICONS */
.hp-content-stream .content-list .content-list-variation-2 .bd ul li .thumb a span.tmb-video-play,
.hp-content-stream .content-list .content-list-variation-2 .bd ul li .thumb a span,
.hp-thumbs .content-list .content-list-variation-3 .bd ul li .thumb a span.tmb-video-play,
.hp-thumbs .content-list .content-list-variation-3 .bd ul li .thumb a span {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 70px;
	left: 150px;
	margin: 0;
	overflow: hidden;
	z-index: 4;
	cursor: pointer;
}

.hp-content-stream .content-list .content-list-variation-2 .bd ul li.content-type-club-article  .thumb a span {
	background: transparent url("/assets/nflimg/club-misc-spr.png") no-repeat -700px -710px;
}

.hp-content-stream .content-list .content-list-variation-2 .bd ul li.content-type-club-article  .thumb a:hover span {
	background: transparent url("/assets/nflimg/club-misc-spr.png") no-repeat -900px -710px;
	top: 68px;
	left: 148px;
}

.hp-content-stream .content-list .content-list-variation-2 .bd ul li.content-type-photo-gallery  .thumb a span,
.hp-thumbs .content-list .content-list-variation-3 .bd ul li.content-type-photo-gallery  .thumb a span {
	background: transparent url("/assets/nflimg/club-misc-spr.png") no-repeat -700px -750px;
}

.hp-content-stream .content-list .content-list-variation-2 .bd ul li.content-type-photo-gallery  .thumb a:hover span,
.hp-thumbs .content-list .content-list-variation-3 .bd ul li.content-type-photo-gallery  .thumb a:hover span {
	background: transparent url("/assets/nflimg/club-misc-spr.png") no-repeat -900px -750px;
	top: 68px;
	left: 148px;
}

.hp-content-stream .content-list .content-list-variation-2 .bd ul li.content-type-video .thumb a span.tmb-video-play,
.hp-thumbs .content-list .content-list-variation-3 .bd ul li.content-type-video .thumb a span.tmb-video-play {
	background: transparent url("/assets/nflimg/club-misc-spr.png") no-repeat -700px -790px;
}

.hp-content-stream .content-list .content-list-variation-2 .bd ul li.content-type-video .thumb a:hover span.tmb-video-play,
.hp-thumbs .content-list .content-list-variation-3 .bd ul li.content-type-video .thumb a:hover span.tmb-video-play {
	background: transparent url("/assets/nflimg/club-misc-spr.png") no-repeat -900px -790px;
	top: 68px;
	left: 148px;
}

/* END THUMB ICONS */


/* TICKETS STRIP */
.ticket-strip {
	display: block;
	height: 30px;
	margin: 0 0 20px 0;
}

.ticket-strip ul,
.ticket-strip li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ticket-strip li {
	display: block;
	width: 245px;
	margin: 0;
	padding: 0;
	float: left;
}

.ticket-strip li a {
	display: block;
	width: 244px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	float: left;
	font-family: NFLEndzoneSansCondMedium, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background: #600;
	border-right: 1px solid #fff;
}

.ticket-strip li a:hover {
	width: 242px;
	height: 28px;
	color: #600;
	background: #fff;
	text-decoration: none;
	border: 1px solid #600;
}

.ticket-strip li.loop-last a {
	width: 245px;
	border: none;
}

.ticket-strip li.loop-last a:hover {
	width: 243px;
	border: 1px solid #600;
}

.ticket-strip li.loop-first a span {
	display: none;
}

/* END TICKETS STRIP */


/* MORE LINKS */
.hp-more-links {
	margin: 20px 10px;
	padding: 0 20px 0 0;
}

.hp-more-links ul,
.hp-more-links li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.hp-more-links li {
	display: inline-block;
	width: 200px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.hp-more-links li a {
	padding: 0 15px 0 0;
	font-family: NFLEndzoneSansCondMedium, sans-serif;
	font-weight: normal;
	font-size: 28px;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	background: transparent url("/assets/nflimg/icon-more-links.png") no-repeat right 9px;
}

.hp-more-links li a:hover {
	color: #600;
	text-decoration: none;
	background: transparent url("/assets/nflimg/icon-more-links.png") no-repeat right -41px;
}

/* END MORE LINKS */


/* SPECIAL OFFERS */

/* List and Headline */
.special-offers {
	margin: 0 10px;
	padding: 10px 0;
}

.special-offers .mod-title {
	margin: 0;
	padding: 0;
	background: none;
}

.special-offers .mod-title h2 {
	margin: 0;
	padding: 0;
	font-family: NFLEndzoneSansCondMedium, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	color: #600;
	background: none;
	letter-spacing: 1px;
}

/* END SPECIAL OFFERS */


/* HAIL MAIL */

/* List and Headline */
.hp-hail-mail {
	margin: 0 10px;
	padding: 40px 20px 0 0;
}

.hp-hail-mail .custom-module .mod-wrp-1 {
	margin: 0 0 20px 0;
	padding: 0;
	background: none;
	border: none;
	border-bottom: 1px solid #ccc;
}

.hp-hail-mail .mod-title {
	height: 22px;
	margin: 0;
	padding: 0 0 20px 0;
	background: none;
}

.hp-hail-mail .mod-title h2 {
	margin: 0;
	padding: 0;
	font-family: NFLEndzoneSansCondMedium, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	color: #600;
	background: none;
	letter-spacing: 1px;
}

.hp-hail-mail .content {
	margin: 0;
	padding: 0 0 0 60px;
	background: url("/assets/img/icn-hail-mail.png") no-repeat 5px 0 transparent;
}

.hp-hail-mail p {
	margin: 0;
	padding: 0;
	font-family: NFLEndzoneSansCondMedium, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: .75px;
}

.hp-hail-mail p.sig {
	text-align: right;
}

.hp-hail-mail p.sig a,
.hp-hail-mail p.sig a:hover {
	font-family: NFLEndzoneSansCondMedium, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.5px;
}

.hp-hail-mail p.sig a:hover {
	color: #600;
}

.hp-hail-mail .content ul,
.hp-hail-mail .content li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.hp-hail-mail .content ul {
	margin: 15px 0;
	text-align: right;
}

.hp-hail-mail .content li {
	display: inline-block;
}

.hp-hail-mail .content li a,
.hp-hail-mail .content li a:hover {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	line-height: 14px;
	font-family: NFLEndzoneSansCondMedium, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.5px;
	border-left: 1px solid #666;
}

.hp-hail-mail .content li.loop-first a,
.hp-hail-mail .content li.loop-first a:hover {
	margin: 0;
	padding: 0;
	border: none;
}

.hp-hail-mail .content li a:hover {
	color: #600;
}

/* END HAIL MAIL */


/* BACK TO TOP */
.back-to-top {
	position: relative;
	width: 980px;
	margin: 20px 0 0 0;
	padding: 10px 0;
	text-align: center;
	background: #600 none repeat scroll 0 0;
}

.back-to-top a {
	display: inline-block;
	width: 58px;
	height: 21px;
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
	background: transparent url("/assets/nflimg/club-misc-spr.png") no-repeat scroll -700px -1020px;
}

.back-to-top a:hover {
	text-decoration: none;
	background: transparent url("/assets/nflimg/club-misc-spr.png") no-repeat scroll -900px -1020px;
}

.back-to-top a span {
	display: none;
}

/* END BACK TO TOP */


/* SCHEDULE WIDGET HEADER */
.hp-schedule-header {
	margin: 10px 0;
	padding: 0;
	line-height: 0;
}

.hp-schedule-header .mod-wrp-1 {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

.hp-schedule-header .mod-title {
	height: 22px;
	margin: 0;
	padding: 0;
	background: none;
}

.hp-schedule-header .mod-title h2 {
	margin: 0;
	padding: 0;
	font-family: NFLEndzoneSansCondMedium, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	color: #600;
	background: none;
	letter-spacing: 1px;
}
/* END SCHEDULE WIDGET HEADER */


/* INSTAGRAM WIDGET */
.instagram-widget {
	position: relative;
	left: -20px;
	overflow: hidden;
	width: 320px;
	height: 400px;
	margin: 10px 0 20px 0;
}

.instagram-widget::before {
	content: "INSTAGRAM";
	display: block;
	position: absolute;
	top: 0px;
	left: 20px;
	width: 300px;
 	margin: 0;
	padding: 5px 0;
	font-family: NFLEndzoneSansCondMedium, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	color: #600;
	background: none;
	letter-spacing: 1px;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

/* END INSTAGRAM WIDGET */


/* BOTTOM 3 COLUMNS */
.bot-3-col {
	position: relative;
	margin: 20px 0;
	padding: 0 0 0 10px;
	text-align: center;
}

.bot-3-col ul,
.bot-3-col ul li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.bot-3-col ul li {
	position: relative;
	display: inline-block;
	width: 202px;
	height: 206px;
	margin: 0 15px 0 0;
	padding: 0;
}

.bot-3-col ul li a:hover {
	text-decoration: none;
}

.bot-3-col ul li a img {
	border: 1px solid #fff;
	border-bottom: none;
}

.bot-3-col ul li a:hover img {
	border: 1px solid #600;
	border-bottom: none;
}

.bot-3-col ul li a span {
	display: none;
}

/* END BOTTOM 3 COLUMNS */


/* IN THE COMMUNITY */

.module.hp-cp-rhr .mod-wrp-1 {
	margin: 0;
	padding: 0;
	background: transparent;
}

.module.hp-cp-rhr .hd .title {
	height: 22px;
	margin: 0;
	padding: 0 0 10px 0;
	background: none;
}

.module.hp-cp-rhr .hd .title h2 {
	margin: 0;
	padding: 0;
	font-family: NFLEndzoneSansCondMedium, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	color: #600;
	background: none;
	letter-spacing: 1px;
}

/* END IN THE COMMUNITY */


/* POLL */
.hp-polls .polls .mod-wrp-1 {
	background: none;
	width: 300px;
	margin: 10px 0;
	padding: 0;
}

.hp-polls .polls .polls-data {
	padding: 0;
}

.hp-polls .polls .mod-title {
	display: block;
	height: 22px;
	margin: 0;
	padding: 0 0 10px 0;
	background: none;
}

.hp-polls .polls .mod-title h2 {
	margin: 0;
	padding: 0;
	font-family: NFLEndzoneSansCondMedium, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	color: #600;
	background: none;
	letter-spacing: 1px;
}

.hp-polls .polls .hd {
	margin: 0;
	padding: 0;
}

.hp-polls .polls .hd  .poll-question {
	font-family: NFLEndzoneSansCondMedium, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	letter-spacing: .5px;
	color: #000;
}

.hp-polls .polls .bd {
	padding: 0 0 20px 0;
}

.hp-polls .polls .bd  fieldset{
	padding: 10px 0;
}

.hp-polls .polls .bd .poll-questions {
	color: #333;
	margin: 10px 0 0 0;
	padding: 0 20px 0 10px;
}

.hp-polls .polls .bd .poll-questions {
	margin: 0 0 7px 0;
}

.hp-polls .polls .bd .poll-questions p.submit {
	text-align: center;
}

.hp-polls .polls .bd .poll-questions .submit #polls-submit {
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 26px;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: oswald;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	float: none;
	background: #600;
	border: 2px solid #600;;
	border-radius: 5px;
}

.hp-polls .polls .bd .poll-questions .submit #polls-submit:hover {
	background: #fff;
	color: #600;
}

.hp-polls .polls .bd .poll-questions .submit #polls-submit span {
	text-indent: 0;
}

/* END POLL */


/* MISC */
div.ad-no-style {
	margin-bottom: 10px;
}



/* Game Strip */
.game-status.strip.module {
	margin: 0 0 10px 0;
}

.game-status.strip.multicol .links,
.game-status.strip .links, .game-status.strip .links a,
.game-status.strip .gameactionlink a {
	color: #303030 !important;
}

/* End Game Strip */


/* END MISC */

/* Ad z-index fix */
.sponsorship-chrome {
	z-index: 10;
	display: block;
}



/* 2016 Module Style Updates Cross Site */

.module .mod-title h2, .module .hd .title h2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #600;
    font-family: NFLEndzoneSansCondMedium,sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 0 -5px;
    padding: 0 0 0 10px;
    text-transform: uppercase;
}

.module .mod-wrp-1 {
    background: white none repeat scroll 0 0;
}

