/* --- General Formatting --- */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 13px/17px Arial, Helvetica, sans-serif;
	background: #d9d9d9;
}
p, address, ul, ol, li, dt, dd, td, th, div, span, blockquote {
	color: #333;
}
th, b, strong {
	font-weight: bold;
}
th {
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 3px;
}
td {
	padding: 3px;
}
i, em, cite {
	font-style: italic;
}
sup, sub {
	font-size: 75%;
}


/* Links */
a {
	text-decoration: none;
	color: #40800C;
	outline: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Paragraphs */
p {
	margin: 0 0 16px;
}
p.error { 
	border:1px solid #aaa;
	color:#FFF !important;
	text-align:center;
	font-weight:bold;
	padding:10px;
	background:#ba2727;
-moz-box-shadow: 3px 3px 3px #ccc;
-webkit-box-shadow: 3px 3px 3px #ccc;
box-shadow: 3px 3px 3px #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;
}
p.success { 
	border:1px solid #aaa;
	color:#FFF !important;
	text-align:center;
	font-weight:bold;
	padding:10px;
	background:#4c9d33;
-moz-box-shadow: 3px 3px 3px #ccc;
-webkit-box-shadow: 3px 3px 3px #ccc;
box-shadow: 3px 3px 3px #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;
}
/* Images */
a img {
	border-style: none;
}
.image-wrap {
	position: relative;
}
img.left, .image-wrap.left {
	float: left;
	margin: 0 20px 20px 0;
}
img.right, .image-wrap.right {
	float: right;
	margin: 0 0 20px 20px;
}
.pane .image-wrap p {
	font-size: 12px;
	line-height: 16px;
	font-family: "Lucida Grande", arial, sans-serif;
	color: #888;
	margin: 0;
}
.border1 {
	border: 1px solid #979797;
}
/* Lists */
ul, ol {
	margin: 0 0 10px 30px;
}
.filter-list {
	margin: 0;
}
li {
	margin: 5px 0;
}
.filter-list li {
	list-style: none;
	font-size: 14px;
	line-height: 18px;
	margin: 2px 0;
}
.filter-list span {
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	color: #3f3f3f;
}
.filter-list a {
	display: block;
	padding: 4px;
}
.filter-list a:hover, .filter-list a.active {
	color: #fff;
	background: #4E9D0F;
	text-decoration: none;
}
.filter-list a:hover span, .filter-list a.active span {
	color: #fff;
}
p + ul {
	margin-top: -11px;
}

/* Floating */
.float-left {
	float: left;
}
.float-right {
	float: right;
}

/* Headings */
h1, h2, h3, h4, h5 {
	color: #333;
}
h1 {
	font-family:'Lato', sans-serif;
	font-size: 36px;
	line-height: 40px;
	margin: 0 0 15px 0;
	color: #000;
}
#section-index h1 {
	color:#454545;
	margin: 0 0 5px 0;
}
h2, .ua-left-panel h1 {
	font-family:'Lato', 'Open Sans', Arial, sans-serif;
	font-size: 24px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	line-height: 27px;
	color: #2b2b2b;
}
h2.smaller {
	font-size: 14px;
	line-height: 18px;
}
h3 {
	font-size: 18px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	color: #404040;
	line-height: 22px;
}
h4 {
	font-size: 16px;
	margin: 0 0 5px;
	padding: 0;
	color: #404040;
}
h5 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

/* Layout */
#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
	background: #fff;
	overflow:hidden;
}
#container-wrapper { 
	width:100%;
}
#masthead {
	position: relative;
}
.mobile-masthead { 
	display:none;
}
#user-actions {
	position: absolute;
	top: 20px;
	right: 0;
}
.likeme {
	float: left;
	margin: 10px 10px 0 0;
}
#user-actions .button {
	display: block;
	float: left;
	margin: 0 15px 0 0;
	padding: 10px;
	color: #fff;
	-webkit-box-shadow: 1px 1px 2px 1px #bbb;
	-moz-box-shadow: 1px 1px 2px 1px #bbb;
	box-shadow: 1px 1px 2px 1px #bbb;
	font-size: 14px;
	font-weight: bold;
}
#user-actions .button.subscribe {
	background: #6109af;
}
#user-actions .button.signin {
	background: #1f9cdd;
}
#account-actions {
	font-size: 10px;
	line-height: 12px;
	color: #626262;
	margin: -5px 10px 10px;
	float: left;
}
#account-actions span {
	font-weight: bold;
	font-size: 30px;
	color: #333;
	line-height: 32px;
}
#account-actions a {
	font-weight: bold;
	margin: 0 0 0 15px; 
}
.columns {
	clear: both;
}
.columns:after {/* Clear after floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.column {
	float: left;
}
.one .column {
	width: 100%;
}
.two-a .column.first {
	width: 625px;
	margin: 0 15px 0 0;
}
.two-a .column.second {
	width: 310px;
}
.two-b .column.first {
	width: 310px;
}
.two-b .column.second {
	width: 500px;
}
.two-c .column.first {
	width: 160px;
	background: url(/site_images/bg_shadow1.jpg) right top no-repeat;
	margin: 0 20px 0 0;
}
.two-c .column.second {
	width: 770px;
}
.three .column {
	width: 31%;
	padding: 0 1%;
}
#primary-menu {
	margin: 0;
	clear: left;
	background: #999;
	height: 33px;
	font-family:'Open Sans', Arial, sans-serif;
}
#primary-menu li {
	float: left;
	list-style: none;
	margin: 0;
	position: relative;
}
#primary-menu a {
	display: block;
	padding: 8px 12px 8px 12px;
	background: #4c9d33;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}
#primary-menu li.dvdnav a {
	background: #999;
	padding: 8px 9px 8px 10px;
}
#primary-menu a:hover, #primary-menu a.active, #primary-menu li.hoverme a {
	text-decoration: none;
	background: #276609 !important;
}
#secondary-menu {
	margin: 0;
	border-top: 1px solid #000;
	height: 29px;
	background: url(/site_images/bg_sec_nav.gif) 0 0 repeat-x;
}
#secondary-menu li {
	float: left;
	list-style: none;
	margin: 0;
}
#secondary-menu a {
	display: block;
	color: #fafaee;
	padding: 6px 12px;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
}
#secondary-menu a:hover, #secondary-menu a.active {
	background: url(/site_images/bg_sec_nav_over.gif) 0 0 repeat-x;
	text-decoration: none;
}
#primary-menu .dropdown-menu {
	display: none;
	position: absolute;
	left: 0;
	z-index: 20;
	margin: 0;
	width: 155px;
	border-top: 4px solid #276609;
	-webkit-box-shadow: 1px 1px 4px 1px #555;
	-moz-box-shadow: 1px 1px 4px 1px #555;
	box-shadow: 1px 1px 4px 1px #555; 
}
#primary-menu .dropdown-menu li {
	float: none;
}
#primary-menu .dropdown-menu a {
	font-size: 12px;
	font-weight: normal;
}
#primary-menu li.hoverme .dropdown-menu a {
	background: #4c9d33;
}
#primary-menu li.hoverme .dropdown-menu a:hover {
	background: #276609;
}
#breadcrumb {
	margin: 0 0 15px;
	font-size:18px;
}
/* Modules */
.module {
	position: relative;
	padding: 15px;
	margin: 0 0 20px;
}
.module .item {
	margin: 0 0 15px;
}
.module h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
	font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	border-bottom: 1px solid #eee;
}

/* Pages */
#logo {
	display: block;
	float: left;
	margin: 10px;
}
#content {
	clear: both;
	padding: 25px 15px 15px;
}
#section-sport #content {
	padding: 0;
}
#top {
	padding: 25px 0 0;
	background: #efefef;
}
#item-wrap {
	position: relative;
	clear: both;
}
.gen-scroller {
	position: relative;
}
.galleryWrapper, .galleryWrapper2 {
  width:980px;
  overflow:hidden;
  margin: 0 auto;
}
.gen-scroller .galleryWrapper, .gen-scroller .galleryWrapper2 {
	width: 940px;
}
.galleryItems, .galleryItems2 {
  display:block;
  margin:0;
  list-style:none;
  padding-left:0;
  overflow: hidden;
  height: 245px;
}
.detail .galleryItems {
	height: 215px;
}
.galleryItems li, .galleryItems2 li {
  display:inline;
  float:left;
  padding:0;
  margin: 5px 9px 0 15px;
  position: relative;
}
.galleryItems .item-combo, .galleryItems2 .item-combo {
	position: absolute;
	top: 140px;
	left: 14px;
	width: 156px;
	padding-right:9px;
}
.galleryItems img {
  	/*-webkit-box-shadow: 0px 0px 2px 2px #555;
	-moz-box-shadow: 0px 0px 2px 2px #555;
	box-shadow: 0px 0px 2px 2px #555;*/
}
.galleryItems a, .galleryItems2 a {
	display:block;
  	text-decoration:none;
  	padding: 4px 9px 111px 4px;
  	background: url(/site_images/bg_caro_item.png) 0 0 no-repeat;
}
.detail .galleryItems a {
	padding: 4px 9px 82px 4px;
}
.galleryItems a.active, .galleryItems a:hover, .galleryItems2 a.active, .galleryItems2 a:hover {
	background: #4c9d33 url(/site_images/bg_caro_item.png) 0 0 no-repeat;
}
.galleryItems a.active.girlslacrosse, .galleryItems a.girlslacrosse:hover, .galleryItems2 a.girlslacrosse.active, .galleryItems2 a.girlslacrosse:hover {
	background: #512f76 url(/site_images/bg_caro_item.png) 0 0 no-repeat;
}
.galleryItems a .item-title, .galleryItems2 a .item-title {
	color: #2e2e2e;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
.detail .galleryItems a .item-title {
	font-size: 11px;
}
.galleryItems a:hover .item-title, .galleryItems a.active .item-title, .galleryItems2 a:hover .item-title, .galleryItems2 a.active .item-title {
	color: #fff;
}
.galleryItems a .vidcount, .galleryItems2 a .vidcount {
	color: #333;
}
.galleryItems a.active .vidcount, .galleryItems a.active:hover .vidcount, .galleryItems a:hover .vidcount, .galleryItems2 a.active .vidcount, .galleryItems2 a.active:hover .vidcount, .galleryItems2 a:hover .vidcount {
	color: #ccc;
}
.galleryLeftArrow {
	left: 0;
}
.gen-scroller .galleryLeftArrow, .gen-scroller .galleryLeftArrow2 {
	left: -20px;
}
.galleryRightArrow {
	left: 942px;
}
.gen-scroller .galleryRightArrow, .gen-scroller .galleryRightArrow2 {
	left: 922px;
}
.galleryLeftArrow, .galleryLeftArrow2, .galleryRightArrow, .galleryRightArrow2, .galleryLeftArrowInner, .galleryLeftArrowInner2, .galleryRightArrowInner, .galleryRightArrowInner2 {
    height: 73px;
    position: absolute;
    top: 50px;
    width: 38px;
    z-index: 10;
}
.galleryLeftArrowInner, .galleryLeftArrowInner2 {
	display: none;
	top: 0;
	background: url(/site_images/arrow-left.png) 0 0 no-repeat;
}
.galleryRightArrowInner, .galleryRightArrowInner2 {
	top: 0;
	display: none;
	background: url(/site_images/arrow-right.png) 0 0 no-repeat;
}
.pane {
	padding: 25px;
	display: none;
	border-top: 10px solid #4c9d33;
	background: #fff;
}
#pane1 {
	display: block;
}
.pane .details {
	float: left;
	width: 530px;
	position: relative;
}
.pane h2 {
	font-size: 36px;
	line-height: 38px;
	color: #363636;
	margin: 0 0 5px 0;
	padding: 0;
	text-shadow: 1px 1px 2px rgba(177,177,177,0.5);
	filter: dropshadow(color=#777777, offx=1, offy=1);
}
.pane p.tagline {
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
}
.pane p {
	font-size: 16px;
	line-height: 20px;
}
.burst {
    background: url("/site_images/bg_starburst.gif") no-repeat scroll left top transparent;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    height: 89px;
    padding: 15px 0 0 6px;
    text-align: center;
    width: 91px;
    position: absolute;
    top: -5px;
    right: -20px;
}
.burst span {
	font-size: 28px;
	color: #fff;
}
.videopreview {
	float: right;
    width: 365px;
}
.videopreview p {
    color: #414141;
    font-size: 11px;
    margin: 0;
}
.videopreview h4 {
    color: #414141;
    font-size: 17px;
    line-height: 22px;
}
.videopreview #videobox {
    text-align: center;
    z-index: 0;
}
.galleryWrapper .tooltip, .galleryWrapper2 .tooltip {
	position: absolute;
	display: none;
	top: -6px;
	right: -255px;
	width: 218px;
	height: 274px;
	padding: 10px 15px 0 55px;
	background: url(/site_images/bg_tooltip.png) 0 0 no-repeat;
	z-index: 100;
}
.galleryWrapper li.lastitem .tooltip, .galleryWrapper2 li.lastitem .tooltip {
	left: -255px;
	padding: 10px 55px 0 15px;
	background: url(/site_images/bg_tooltip_right.png) 0 0 no-repeat;
}
.galleryWrapper .tooltip h3, .galleryWrapper2 .tooltip h3 {
	font-size: 14px;
	line-height: 15px;
	color: #fff;
	margin: 0 0 3px;
	padding: 1px 0 0 0;
	height:34px;
}
.galleryWrapper .vidcount, .galleryWrapper2 .vidcount {
	font-size: 11px;
	line-height: 14px;
	color: #ccc;
	font-style: italic;
	display: block;
	padding: 0 0 12px;
}
.galleryWrapper .tooltip p, .galleryWrapper2 .tooltip p  {
	font-size: 12px;
	line-height: 15px;
	color: #282828;
	margin: 0 0 6px;
	padding: 0 0 6px;
	border-bottom: 1px solid #282828;
}
.galleryWrapper .tooltip ul, .galleryWrapper2 .tooltip ul {
	margin: 0 0 0 5px;
}
.galleryWrapper .tooltip li, .galleryWrapper2 .tooltip li {
	font-size: 11px;
	line-height: 15px;
	margin: 2px 0;
	padding: 0 0 0 14px;
	list-style: none;
	background: url(/site_images/bullet_check.gif) left center no-repeat;
}
.galleryWrapper .tooltip .learnmore, .galleryWrapper2 .tooltip .learnmore {
	padding: 5px 10px;
	margin: 6px 0 0 20px;
	background: #4c9d33;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
}
#chart-wrap {
	position: relative;
}
#chart-wrap h2 {
	position: absolute;
	top: 30px;
	left: 0;
}
#chart {
	background: url(/site_images/bg_chart.gif) 0 0 no-repeat;
	width: 625px;
	height: 350px;
	padding: 0 0 23px;
}
#chart th {
	text-indent: -9999px;
	border: none;
	padding: 0;
	height: 84px;
}
#chart td {
	padding: 0 5px;
	font-size: 13px;
	line-height: 13px;
	height: 25px;
}
#chart td.pstv {
	color: #005d1a;
	font-weight: bold;
	text-align: center;
}
#chart td.other {
	color: #960000;
	text-align: center;
}
/* Misc */
.clearfix {
	clear: both;
}
.footnote {
	font-size: 11px;
	font-style: italic;
	line-height: 15px;
}
.forward, .back {
	display: block;
	padding: 3px;
	font-size: 10px;
	font-family: "Lucida Grande", Arial, sans-serif;
}
.forward {
	text-align: right;
}
.date {
	font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0 0 5px 0;
}
blockquote {
}
.byline {
}
.caption {
}
/* Footer */
#footer {
	clear: both;
	padding: 20px 25px;
	background: #363636;
	width: 930px;
}
#footer p, #footer li, #footer a, #footer h4 {
	color: #fff;
}
#footer p {
	font-size: 11px;
	line-height: 15px;
}
#footer li {
	list-style: none;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
}
.footer-list {
	float: left;
	margin: 0 30px 0 0;
}
.footer-list h4 {
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
}
.footer-list ul {
	margin: 0;
}
/* Forms */
form.customform {
	width: 500px;
	margin: 20px 0 0 50px;
}
fieldset {
	border: none;
	padding: 3px 10px 10px;
	margin: 0 0 20px;
	background: #fff url(/site_images/bg_sec_nav_over.gif) 0 0 repeat-x;
}
fieldset h3 {
	color: #fafae3;
	font-size: 16px;
	line-height: 20px;
}
.form-line {
	margin: 15px 0;
	clear: left;
}
.sublabel {
	font-size: 11px;
	line-height: 15px;
	font-family: "Lucida Grande", sans-serif;
	font-weight: normal;
}
input, textarea {
	padding: 3px;
	color: #555;
	border: 1px solid #999;
	background: #fff;
	-moz-box-shadow:inset 0 0 8px #ccc;
	-webkit-box-shadow:inset 0 0 8px #ccc;
	box-shadow:inset 0 0 8px #ccc;
}
input.textinput, textarea {
	width: 255px;
	padding: 5px;
}
textarea {
	height: 100px;
}
label {
	display: block;
	margin: 2px 5px 2px 0;
	font-size: 13px;
	color: #444;
	font-weight: bold;
	float: left;
	width: 160px;
}
.fieldwrapper {
	font-size: 12px;
	padding: 2px 0 0 0;
}
.formsubmit {
	background: #620da7;
	color: #fff;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 165px;
}

#user-activity {
	background: #efefef;
	padding: 20px;
}
.dash_announcement { 
	border:2px dashed #ac7c16;
	padding:20px 80px;
	border-radius: 8px; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin:10px;
	font-family:'Avenir', 'Lato', 'Open Sans', Arial, sans-serif;
	font-size:16px;
	color:#eee;
	border:none;
	background:#3a87ad;
}
.dash_announcement a { 
	color:#fff;
}
.ua-left-panel {
	float: left;
	width: 700px;
	margin: 0 20px 0 0;
}
.ua-right-panel {
	float: left;
	border-left: 2px solid #777;
	padding: 0 0 0 20px;
	width: 198px;
}
.last-viewed h2 {
	font-size: 22px;
	line-height: 24px;
	color: #337300;
	margin: 0;
}
.last-viewed .tagline {
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
}
.last-viewed h3, .also-viewed h3 {
	font-size: 14px;
	line-height: 17px;
	color: #333;
}
.last-viewed h4 {
	font-size: 18px;
	line-height: 20px;
	color: #337300;
}
.last-viewed .details p {
	font-size: 11px;
	line-height: 15px;
}
.last-viewed a.action {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin: 0 20px 0 0;
}
.also-viewed ul {
	margin: 0;
}
.also-viewed li {
	list-style: none;
	padding: 5px 0;
	border-bottom: 1px solid #c5c5c5;
	clear: left;
}
.also-viewed img {
	float: left;
	margin: 0 5px 5px 0;
}
.also-viewed h4 {
	font-size: 12px;
	line-height: 16px;
}
#explore {
	background: #efefef;
	padding: 0 20px;
}
#hero {
	height: 278px;
	clear: left;
}
#hero2 {
	height: 215px;
	clear: left;
}
.detail #hero2 {
	height: 130px;
}
/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         { width: 640px; float: left; height: 278px; position: relative; }
.anythingSlider .inner                  { width: 640px; overflow: hidden; height: 278px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .inner ul               { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { position:relative; display: block; float: left; height: 278px; width: 640px; margin: 0; }
.anythingSlider .arrow                  { display: none; }
.anythingSlider .slide-details {position: absolute;left: 0;top: 70px;width: 560px;background: url(/site_images/alpha.png) 0 0 repeat;padding: 15px 40px;}
.anythingSlider .slide-description {}
.anythingSlider .slide-description p {font-size: 22px;line-height: 26px;color: #fff;margin: 0;font-weight: bold;text-shadow: 1px 1px 5px #000000; filter: dropshadow(color=#000000, offx=1, offy=1);}
#thumbNav                               { position: relative; top: 256px; left: 500px; text-align: right; width: 126px; }
#thumbNav a                             { text-align:left; text-indent: -999em; display: inline-block; padding: 0 0 2px 0; height: 13px; width: 15px; background: transparent url(/site_images/bg_slider_dots.png) -15px 0 no-repeat; }
#thumbNav a.cur                         { background-position: 0 0; }

#start-stop                             { display: none; }

/*
  Prevents
*/
.anythingSlider .inner ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .inner ul ul li       { float: none; height: auto; width: auto; background: none; }

.h-right-panel {
	float: right;
	width: 320px;
	height: 258px;
	background: #363636;
	padding: 10px;
}
.h-right-panel p {
	font-size: 15px;
	line-height: 18px;
	color: #fff;
	margin: 0 0 12px;
}
.h-right-panel p.tagline {
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
}

/*MVP sign up*/
.form-module.mvp {
    background: url("/site_images/bg_mvp.png") no-repeat scroll left top transparent;
    height: 185px;
    overflow: hidden;
    padding: 40px 0 0;
    width: 305px;
}
#trial {
	margin: 0 12px;
}
#trial form {
	margin: 0;
	padding: 10px 0 0;
}
#trial p {
    color: #333333;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 12px;
}
#trial .form-line {
	clear: both;
    height: 35px;
    position: relative;
    margin: 3px 0;
}
#trial label {
    color: #333;
    font-size: 13px;
    padding-right: 5px;
}
#trial label.invalue {
    color: #849EA7;
    left: 10px;
    position: absolute;
    top: 1px;
}
#trial input.inlabel {
    border: 1px solid #B2B6C4;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 2px #999999;
    margin: 0 0 10px;
    padding: 6px;
    width: 265px;
}
#trial input.inlabel:focus {
	background: #B9F798;
	border: 1px solid #57CD1F;
}
#trial #submit {
    background: url("/site_images/bg_green_btn.gif") repeat-x scroll left top #6EBD3A;
    border-color: #62A735 #62A735 #50862D;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    outline: medium none;
    padding: 8px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 #3B8C18;
    cursor: pointer;
}
.h2-left-panel {
	float: left;
	width: 460px;
	padding: 20px;
	background: #363636;
	height: 175px;
}
.detail .h2-left-panel {
	height: 90px;
	padding: 40px 20px 0;
}
.h2-left-panel h1 {
	color: #fff;
}
.h2-left-panel .tagline {
	font-size: 16px;
	color: #fff;
	line-height: 20px;
}
.h2-left-panel .footnote {
	color: #fff;
}
.h2-right-panel {
	position: relative;
	float: right;
	width: 480px;
	background: url(/site_images/sport_bgs/bg_soccer.jpg) 0 0 no-repeat;
	height: 215px;
}
.detail .h2-right-panel {
	height: 130px;
}
.h2-right-panel .button {
	position: absolute;
	top: 80px;
	left: 20px;
}
.h2-right-panel .buttonright {
	position: absolute;
	top: 80px;
	right: 20px;
}
.detail .h2-right-panel .buttonright, .detail .h2-right-panel .button {
	top: 10px;
}


.subscribe_text1, .subscribe_text2, .subscribe_text3 { 
	margin:0 40px 0px 20px;
    width: 340px;
    display: block;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
    background-color: #5d00b4;  
    text-align: center;
    text-decoration: none;
    color: #eeeeee;
    padding: 10px 20px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75); -moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, 0.75); box-shadow:         0px 0px 5px rgba(0, 0, 0, 0.75);
	font-family:'Lato', sans-serif;
	font-size:19px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.26);
	line-height:24px;
	background: #4e0097; /* Old browsers */
	/* 
	background: -moz-linear-gradient(top, #4e0097 0%, #5d00b4 50%, #4e0097 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e0097), color-stop(50%,#5d00b4), color-stop(100%,#4e0097)); 
	background: -webkit-linear-gradient(top, #4e0097 0%,#5d00b4 50%,#4e0097 100%); 
	background: -o-linear-gradient(top, #4e0097 0%,#5d00b4 50%,#4e0097 100%); 
	background: -ms-linear-gradient(top, #4e0097 0%,#5d00b4 50%,#4e0097 100%); 
	background: linear-gradient(to bottom, #4e0097 0%,#5d00b4 50%,#4e0097 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e0097', endColorstr='#4e0097',GradientType=0 ); 
	*/
	
}
.subscribe_text1 .caps, .subscribe_text2 .caps, .subscribe_text3 .caps { 
	font-size:22px;
	text-transform:uppercase;
}
.subscribe_text1 .big, .subscribe_text2 .big { 
	font-size:24px;
}
 .subscribe_text2 .big {
 	font-size:20px;
 }
.subscribe_text1:hover, .subscribe_text2:hover, .subscribe_text3:hover { 
    text-decoration: none;
	background-color:#5d5d5d;
	background: #4d4d4d; /* Old browsers */
	background: -moz-linear-gradient(top,  #4d4d4d 0%, #656565 50%, #4d4d4d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4d), color-stop(50%,#656565), color-stop(100%,#4d4d4d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4d4d4d 0%,#656565 50%,#4d4d4d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4d4d4d 0%,#656565 50%,#4d4d4d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4d4d4d 0%,#656565 50%,#4d4d4d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4d4d4d 0%,#656565 50%,#4d4d4d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#4d4d4d',GradientType=0 ); /* IE6-9 */
}
.subscribe_text2 { 
	width:180px;
	padding-left:20px;
	padding-right:20px;
	border:2px solid silver;
}
.subscribe_orange { 
	background: #9b5500; /* Old browsers */
	background: -moz-linear-gradient(top,  #9b5500 0%, #f08301 50%, #9b5500 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b5500), color-stop(50%,#f08301), color-stop(100%,#9b5500)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9b5500 0%,#f08301 50%,#9b5500 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9b5500 0%,#f08301 50%,#9b5500 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9b5500 0%,#f08301 50%,#9b5500 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9b5500 0%,#f08301 50%,#9b5500 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b5500', endColorstr='#9b5500',GradientType=0 ); /* IE6-9 */
}
.subscribe_text3 { 
	padding:4px 0;
	width:315px;
	font-size:14px;
	margin:0;
	line-height:16px;
}
.subscribe_text3 .big { 
	font-size:16px;
}


.trial_offer_text { 
	float: left;
	display: block;
	text-align: left;
	width: 120px;
	margin-left: -25px;
}
.trial_offer_text.wide { 
	width:380px;
	text-align:center;
	margin:5px 0 10px 20px;
}
.natural_search_usp .trial_offer_text { 
	text-align:center;
	width:310px;
	padding-top:3px;
	margin-left:0;
	font-size:0.9em;
}
.subscribe_trialofferbtn { 
	/* 
	margin-top:5px;
	font-family:'Lato';
	font-weight:bold;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	display:block;
	color:#eee;
	text-decoration:none;
	font-size:13px;
	padding:3px 10px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75); -moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, 0.75); box-shadow:         0px 0px 5px rgba(0, 0, 0, 0.75);
	*/
}
.mobile_library_toggler { 
	display:none;
}
.join-menu-button { 
	position: absolute;
	top: 8px;
	right: 10px;
	color: #eee;
	padding: 2px 5px;
	font-size: 12px !important;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.26);
	line-height: 24px;
	background: #4e0097;
	background: -moz-linear-gradient(top, #4e0097 0%, #5d00b4 50%, #4e0097 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e0097), color-stop(50%,#5d00b4), color-stop(100%,#4e0097));
	background: -webkit-linear-gradient(top, #4e0097 0%,#5d00b4 50%,#4e0097 100%);
	background: -o-linear-gradient(top, #4e0097 0%,#5d00b4 50%,#4e0097 100%);
	background: -ms-linear-gradient(top, #4e0097 0%,#5d00b4 50%,#4e0097 100%);
	background: linear-gradient(to bottom, #4e0097 0%,#5d00b4 50%,#4e0097 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e0097', endColorstr='#4e0097',GradientType=0 );
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}



#subscribe_overlay.off { 
	display:none;
	position: absolute;
	width: 0px;
	height: 0px;
	background-color: rgba(0,0,0,0.7);
	min-height: 300px;
	top:0;
	left:0;
	overflow:hidden;
	z-index:3;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#subscribe_overlay.on { 
	display:block;
	width: 100%;
	height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


p.alert {
	text-align: center;
	clear: both;
	max-width: 100% !important;
	color: white !important;
	font-family: Avenir, 'Open Sans', sans-serif;
	font-weight: bold !important;
	background: #990000;
	padding: 10px;
	border-radius: 22px;
	}
a.instantly {
	display: block;
	clear: both;
	padding: 5px;
	background: #30669F;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}
	