body {
	background-color: #eee;
/*	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	*/
}

p {margin-top:20px;}

.sectionHeadsNoMargin {
	margin-top:0px;	
	border-bottom:2px solid #ecac00; /*002e5f*/
	margin-top:0px;
}

.sectionHeadsNoMarginSpecial {
	margin-top:0px;	
	border-bottom:2px solid #ecac00; /*002e5f*/
	margin-bottom:0px;
}


.sectionHeadsNoMarginNoU {
	margin-top:0px;	
	margin-top:0px;
}


.hpHeadlines {
	letter-spacing:-1px;
	font-weight: 600;	
}

.nomargin {
	margin:0px;	
}

.bold {
	font-weight:bold;	
}

.siteblue {
	color: #002e5f;
}

.sitegray {
	color: #999;
}

.backgroundsiteblue {
	background-color: #002e5f;
}

.backgroundsitewhite {
	background-color: #fff;
}

.font12 {
	font-size:12pt;	
}

.font11 {
	font-size:11pt;	
}

.font10 {
	font-size:10pt;	
}

.font9 {
	font-size:9pt;	
}

.font8 {
	font-size:8pt;	
}

.white {
	color:#fff;	
}

a.white {
	color:#fff;	
}

.posttypesurround {
	padding:2px;
	border: 1px solid #002e5f;
	font-size:small;
}

.wvuBlue {
	color: #002e5f;
}

.wvuGold {
	color: #ecac00;
	
}

.wvuBlueBck {
	background-color: #002e5f !important;
}

.wvuGoldBck {
	background-color: #ecac00 !important;
	
}

.alertText {
	/*color:#ad5755;*/
	color: #fff;
	background-color: #666;
}

.alertText a{
	/*color:#ad5755;*/
	color: #fff;
	text-decoration: underline;
}

.alertText a:hover{
	text-decoration: none;
}

.socialIconsTop {
	color:#ccc;	
}

a.socialIconsTop {
	color:#ccc;

}

a.socialIconsTop:hover {
	color:#fff;


}

.dividerLight {
	color: #fff;	
}

.bannerLeader {
	/*padding-bottom:20px;*/
	margin-top: -10px;
	padding-bottom:10px;
}

.bannerLeader img, object {
	border:1px solid #ccc;	
}

.bannerLeaderFooter {
	/*padding-bottom:20px;*/
	
	padding-bottom:20px;
}

.bannerLeaderFooter img, object {
	border:1px solid #ccc;	
}

.calendarHome {
	padding:0px;
	margin:0px;
}

.calendarDate {
	background-color: #002e5f;
	color: #fff;
	/* padding: 2px; */
	padding-left: 2px;
	width: 100%;
	
}

.calendarSport {
	font-weight: bold;
	padding-top:5px;
	line-height:15px;
}

.calendarOpponent {
	line-height:15px;

}

.calendarDivider {
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom:1px dotted #999;
}

.calendarDividerNoBorder {
	padding-top: 5px;
	padding-bottom: 5px;
}

.calendarIcons {
	padding-right: 5px;	
}

.imageWithBorder
{
	padding:2px;
	float:left;
	border:8px solid #ddd
}

.hpSectionHeadersBck {
	background-image:url(../img/bck-sectionheaders-home.png);
	background-repeat:no-repeat;
	background-size:contain;
}

.hpSectionHeadersBckFooter {
	background-image:url(../img/bck-sectionheaders-home.png);
	background-repeat:no-repeat;
	background-size:contain;
}

ul.sports-extra { float: right; text-align: right; display: block;list-style:none; padding-left:0; }
ul.sports-extra li { float: left; display: block; border: none; margin:0px; }
ul.sports-extra li a { padding-left: 0px;margin:0px; }

.navSportHead {
	color:#ecac00;
	margin-left:10px;
	font-weight:bold;	
}

.navSportHeadPad {
	color:#ecac00;
	margin-left:10px;
	font-weight:bold;	
	padding-top:10px;
}

.navUnderline {
	border-bottom:1px dotted #999;
	position:relative;
	margin-left:15px;
	margin-right:10px;
}

.navUnderlineNoPad {
	border-bottom:1px dotted #999;

}

.navUnderlineRight {
	border-bottom:1px dotted #999;
	position:relative;
	margin-left:15px;
	margin-right:34px;	
}
.extra-margin {
	margin-right:25px;	
}

.hide-sm {padding: 0px 0px 0px 0px;}

.hpOtherHeadlines {
	border-left:1px solid #ccc;
	padding-left:20px;	
}

.wvuTodayHeadlines {
	line-height:20px;	
}

.footerNavList {
	/*font-weight:bold;	 */
}

.mobileSpacer {}

.textShadow {
	text-shadow: 1px 1px 2px rgba(153, 153, 153, 1);	
}

.textShadowBlack {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);	
}

.subnav {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	/*background-color: #fff;*/
	/*height:50px;
	line-height: 50px;*/
	vertical-align: middle;
	box-shadow: 0px 0px 8px #999;

}

.customAlert {
	background-color: #002e5f;
	color: #fff;
	border : ipx solid #ecac00;
}

.alertTitle {
	color : #ecac00;
	font-weight: bold;
}

.photoGalleryThumb {
	width:200px;
	height:150px;
	overflow:hidden;	
}

.sportsIcon {
	float:left;
	margin-top:3px;
	padding-right:5px;
}
/*.sportsIcon {
height:30px;

}*/

/* ----------------------------BS Single Drop --------------------- */
/*.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}*/

.topnav-social {}

/* --------------------------- OLD STYLE ------------------------- */

/* --------------------------- /OLD STYLE ------------------------- */

/*.count {
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    position: absolute;
    border-radius: 4px;
    padding: 0 5px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background: #fff;
    bottom:100%;
    left:0;
    right:0;
    margin-bottom:10px;
}
.share-btn {
    float: left;
    margin:60px 10px;
    position: relative;
}*/

/*.swfObject
{
    width:100%;
    height:100%;
}
*/

.myBannerWrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}  

.myVideoWrapper {
  position: relative;
  padding-bottom: 56%;
  padding-top: 20px;
  height: 0;
}
.myVideoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.teamMenu {

}

.teamHeader h1 {

}

.pt10pb10 {
	padding-top:10px;
	padding-bottom:10px;
}

.pt12pb12 {
	padding-top:12px;
	padding-bottom:12px;
}

.pt12 {
	padding-top:12px;
}

.pt15 {
	padding-top:15px;
}

.pt20 {
	padding-top:20px;
}

.pt-10 {
	padding-top:-10px;
}

.mt-15 {
	margin-top:-15px;
}

.mt-10 {
	margin-top:-10px;
}

.mt-6 {
	margin-top:-6px;
}

.mt-3 {
	margin-top:-3px;
}

.lh20 {
	line-height:20px;
}

.pr2 {
	padding-right:2px;
}

.pl4pr4 {
	padding-left:4px;
	padding-right:4px;	
}

.mb12 {
	margin-bottom:12px;
}

.mb30 {
	margin-bottom:30px;
}

.p6 {
	padding:6px;
}

.pl5 {
	padding-left:5px;
}

.pl3 {
	padding-left:3px;
}

.p10 {
	padding-left:10px;
}



@media only screen  and (min-width : 1224px) {
.staffTable {margin-top:-20px;}
}

.centered {
	display: block; text-align: center !important;width: 100%;margin: 0 auto;}

/** Mobile **/
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) { 

.teamHeader {
	font-size: 8pt;
}
  #hideStories { display: block; }  /* show it on small screens */
  #showStories { display: none !important; visibility: hidden;}
 .personProfile {
 	margin-bottom:-50px;
 }  

/* .container {margin:0px !important;}*/
.flexContainer {margin-left:-20px !important;margin-right:-20px !important;}

}


/** Mobile **/
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
/* .container {margin:0px !important;}*/
.flexContainer {margin-left:-20px !important;margin-right:-20px !important;}

.hide-sm {display: none !important;}

.hpOtherHeadlines {
	border-left:0px;
	padding-left:0px;	
}

.mobileSpacer {
	height:100px !important;
	width:100%;
	display: inline-block !important;
}

.topnav-social {
	display: none !important;
	visibility: hidden !important;
	height: 0px;

}
 .personProfile {
 	margin-bottom:-50px;
 }

.teamHeader {
	font-size: 8pt;
}
  #hideStories { display: block; }  /* show it on small screens */
  #showStories { display: none !important; visibility: hidden;}

 .sportsIcon {background-image: none !important;}

/*.teamMenu ul,li {
	font-size: 6pt !important;
	overflow: visible;
}

.teamHeader h1 {
	font-size: 6pt !important;
	overflow: visible;
}*/

}

/** Tablet **/
@media only screen and (min-width : 768px) and (max-width : 1024px) {
h5 {font-size:12px;}
  #hideStories { display: none !important; visibility: hidden; }  
  #showStories { display: block;}
  .staffTable {margin-top:0px;}

}

/** Tablet Portrait **/
@media only screen and (min-width : 768px) and (max-width :1024px) and (orientation : portrait) {

.hide-sm {
	display: none !important;
}
.staffTable {margin-top:0px;}

 .personProfile {
 	margin-bottom:-50px;
 }
h5 {font-size:12px;}
.topnav-social {
	display: none !important;
}
  #hideStories { display: block; }  
  #showStories { display: none !important; visibility: hidden;}

}

/** Tablet (landscape) **/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

#hideStories { display: none !important; visibility: hidden;}
#showStories {display: block;}
.staffTable {margin-top:0px;}

}


/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
#hideStories { display: none !important; visibility: hidden;}
#showStories {display: block;}
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
#hideStories { display: none !important; visibility: hidden;}
#showStories {display: block;}
}

/*


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) { 
h5 {font-size:12px;}
#hideStories { display: none !important; visibility: hidden;}
#showStories {display: block;}
}*/


@media screen and (min-width: 0px) and (max-width: 400px) {
  #hideStories { display: block; }  /* show it on small screens */
  #showStories { display: none !important; visibility: hidden;}
}

@media screen and (min-width: 1200px) and (max-width: 1920px) {
  #hideStories { display: none !important; visibility: hidden;}   /* hide it elsewhere */
  #showStories { display: block;}

}

.story-headshot-right {
    float: right;
    margin: 0px 0px 10px 10px;
    font-size: 11px;
    line-height: 8px;
    color: #000;
	text-align:center;
    padding: 15px 15px 15px 15px;
    border: 1px solid #ccc;
	width: 130px;
}

.story-headshot-left {
    float: left;
    margin: 0px 10px 10px 0px;
    font-size: 11px;
    line-height: 8px;
    color: #000;
	text-align:center;
    padding: 15px 15px 15px 15px;
    border: 1px solid #ccc;
	width: 130px;
}

@media (max-width: 767px) {
	.story-headshot-right {
        float: right;
        margin: 0px 0px 10px 10px;
    }
	
	.story-headshot-left {
        float: left;
        margin: 0px 10px 10px 0px;
    }
}

@media (max-width: 479px) {
	.story-headshot-right {
        margin: 0px 0px 10px 10px;
    }
	
	.story-headshot-left {
        margin: 0px 10px 10px 0px;
    }
}

.story-action {
	float: none;
    margin: 10px 0px 10px 0px;
    font-size: 11px;
    line-height: 8px;
    color: #000;
	text-align:left;
    padding: 15px 0px 15px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width:100%;
}

.story-action-right {
    float: right;
    margin: 0px 0px 10px 10px;
    font-size: 11px;
    color: #000;
	text-align:left;
    padding: 15px 15px 15px 15px;
    border: 1px solid #ccc;
	width: 300px;
}

.story-action-left {
    float: left;
    margin: 0px 10px 10px 0px;
    font-size: 11px;
    line-height: 8px;
    color: #000;
	text-align:left;
    padding: 15px 15px 15px 15px;
    border: 1px solid #ccc;
	width: 300px;
}

@media (max-width: 767px) {
	.story-action-right {
        float: right;
        margin: 0px 0px 10px 10px;
    }
	
	.story-action-left {
        float: left;
        margin: 0px 10px 10px 0px;
    }
}

@media (max-width: 479px) {
	.story-action-right {
        margin: 0px 0px 10px 10px;
		width: 100%;
    }
	
	.story-action-left {
        margin: 0px 10px 10px 0px;
		width: 100%;
    }
}

.story-quote {
	float: none;
    margin: 10px 0px 10px 0px;
    padding: 15px 0px 15px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width:100%;
}

.story-quote-right {
    float: right;
    margin: 0px 0px 10px 10px;
    padding: 15px 15px 15px 15px;
    border: 1px solid #ccc;
	width: 300px;
}

.story-quote-left {
    float: left;
    margin: 0px 10px 10px 0px;
    padding: 15px 15px 15px 15px;
    border: 1px solid #ccc;
	width: 300px;
}

@media (max-width: 767px) {
	.story-quote-right {
        float: right;
        margin: 0px 0px 10px 10px;
    }
	
	.story-quote-left {
        float: left;
        margin: 0px 10px 10px 0px;
    }
}

@media (max-width: 479px) {
	.story-quote-right {
        margin: 0px 0px 10px 10px;
		width: 100%;
    }
	
	.story-quote-left {
        margin: 0px 10px 10px 0px;
		width: 100%;
    }
}

.story-table {
	float: none;
    margin: 10px 0px 10px 0px;
    font-size: 11px;
    line-height: 8px;
    color: #000;
	text-align:left;
    padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #ccc;
	width:100%;
}

.story-table-right {
    float: right;
    margin: 0px 0px 10px 10px;
    font-size: 11px;
    color: #000;
	text-align:left;
    padding: 15px 15px 15px 15px;
    border: 1px solid #ccc;
	width: 300px;
}

.story-table-left {
    float: left;
    margin: 0px 10px 10px 0px;
    font-size: 11px;
    line-height: 8px;
    color: #000;
	text-align:left;
    padding: 15px 15px 15px 15px;
    border: 1px solid #ccc;
	width: 300px;
}

@media (max-width: 767px) {
	.story-table-right {
        float: right;
        margin: 0px 0px 10px 10px;
    }
	
	.story-table-left {
        float: left;
        margin: 0px 10px 10px 0px;
    }
}

@media (max-width: 479px) {
	.story-table-right {
        margin: 0px 0px 10px 10px;
		width: 100%;
    }
	
	.story-table-left {
        margin: 0px 10px 10px 0px;
		width: 100%;
    }
}

aside.game_package {
border:1px solid #ddd;
margin:0 auto;
margin-bottom:21px;
max-width:700px;
position:relative
}

aside.game_package .top-col {
margin:15px 0;
position:relative;
width:33.3333%
}
@media screen and (max-width: 767px){
aside.game_package .top-col {
width:30%
}}

aside.game_package .top-col h2 {
color:#333;
font:normal normal 14px/1.25em Arial,Helvetica,sans-serif;
font-weight:400;
margin:0 0 5px 0
}
aside.game_package .top-col h2>a {
display:block
}

aside.game_package .top-col h2 span.teamshortname {
display:none;
font-size:13px;
font-weight:600;
margin-top:20px
}

@media screen and (max-width: 767px){
aside.game_package .top-col h2 span.teamshortname {
display:block
}}
aside.game_package .top-col h2 span.teamcity {
display:inline-block;
position:relative
}

@media screen and (max-width: 767px){
aside.game_package .top-col h2 span.teamcity {
display:none
}}

aside.game_package .top-col h2 span.teamcity>span.ranking {
font-size:10px;
left:-12px;
position:absolute
}

aside.game_package .top-col h2 span.teamname {
display:block;
font-size:18px;
font-weight:600;
line-height:1em
}

@media screen and (max-width: 767px){
aside.game_package .top-col h2 span.teamname {
display:none
}}
aside.game_package .top-col .record {
color:#666;
font:normal normal 10px/1em Arial,Helvetica,sans-serif;
font-weight:400
}

@media screen and (max-width: 767px){
aside.game_package .top-col .record {
display:none
}}

aside.game_package .top-col.away {
float:left;
text-align:right
}

aside.game_package .top-col.away img {
float:right;
height:50px;
margin-left:15px;
position:relative;
width:50px
}

@media screen and (max-width: 767px){
aside.game_package .top-col.away img {
height:35px;
margin-left:5px;
margin-top:5px;
width:35px
}}

aside.game_package .top-col.details {
color:#333;
display:table;
float:left;
font:normal normal 12px/1.25em Arial,Helvetica,sans-serif;
font-weight:400;
height:50px;
text-align:center
}

@media screen and (max-width: 767px){
aside.game_package .top-col.details {
width:40% !important
}}

aside.game_package .top-col.details>.details-wrap {
display:table-cell;
left:0;
min-height:25px;
position:absolute;
right:0;
top:10%;
vertical-align:middle
}
aside.game_package .top-col.details>.details-wrap.final {
top:40%
}

aside.game_package .top-col.details>.details-wrap>.status {
left:0;
position:absolute;
right:0
}

@media screen and (max-width: 767px){
aside.game_package .top-col.details>.details-wrap>.status {
bottom:-10px
}}

aside.game_package .top-col.details>.details-wrap .network,
aside.game_package .top-col.details>.details-wrap .status,
aside.game_package .top-col.details>.details-wrap .away-score,
aside.game_package .top-col.details>.details-wrap .home-score {
font-weight:600
}

aside.game_package .top-col.details .away-score,
aside.game_package .top-col.details .home-score {
color:#999;
display:inline-block;
font-size:28px;
min-width:40px;
position:absolute
}

@media screen and (max-width: 767px){
aside.game_package .top-col.details .away-score,
aside.game_package .top-col.details .home-score {
font-size:20px
}}

aside.game_package .top-col.details .away-score {
left:0;
padding-left:10px;
padding-right:25px;
text-align:left
}

@media screen and (max-width: 767px){
aside.game_package .top-col.details .away-score {
padding-left:5px;
padding-right:20px
}}

aside.game_package .top-col.details .home-score {
padding-left:25px;
padding-right:10px;
right:0;
text-align:right
}

@media screen and (max-width: 767px){
aside.game_package .top-col.details .home-score {
padding-left:20px;
padding-right:5px
}}
aside.game_package .top-col.home {
float:right;
text-align:left
}

aside.game_package .top-col.home img {
float:left;
height:50px;
margin-right:15px;
position:relative;
width:50px
}

@media screen and (max-width: 767px){
aside.game_package .top-col.home img {
height:35px;
margin-right:5px;
margin-top:5px;
width:35px
}}
aside.game_package.soccer span.teamname {
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
width:140px
}

@media screen and (min-width: 1280px){
aside.game_package.soccer span.teamname {
width:160px
}}

@media screen and (min-width: 1024px) and (max-width: 1279px){
aside.game_package.soccer span.teamname {
width:120px
}}
aside.game_package .wrap-row {
overflow:hidden;
position:relative;
width:100%
}

aside.game_package .wrap-row:first-child {
border-bottom:1px solid #ddd
}

aside.game_package .wrap-row.away-winner .away-score {
background:url("http://www.wvusports.com/content/images/graphics/icon-arrow-left-triangle.png") no-repeat 105% center;
color:#333
}

aside.game_package .wrap-row.away-winner .home-score {
color:#999
}

aside.game_package .wrap-row.away-winner .top-col.home span,
aside.game_package .wrap-row.away-winner .top-col.home a {
color:#999
}

aside.game_package .wrap-row.away-winner .top-col.home a:hover {
color:#36c
}

aside.game_package .wrap-row.home-winner .home-score {
background:url("http://www.wvusports.com/content/images/graphics/icon-arrow-right-triangle.png") no-repeat -15% center;
color:#333
}

aside.game_package .wrap-row.home-winner .top-col.away span,
aside.game_package .wrap-row.home-winner .top-col.away a {
color:#999
}

aside.game_package .wrap-row.home-winner .top-col.away a:hover {
color:#36c
}

aside.game_package .wrap-row .pitcher {
color:#666;
font-size:13px;
font-weight:600;
line-height:1em;
min-height:43px;
padding:15px 0;
position:relative;
text-align:center;
width:50%
}

aside.game_package .wrap-row .pitcher:after {
background:#ddd;
bottom:0;
content:'';
height:1px;
left:0;
position:absolute;
right:0
}

aside.game_package .wrap-row .pitcher>span {
font-family:Arial,Helvetica,sans-serif;
font-weight:400
}

@media screen and (max-width: 767px){
aside.game_package .wrap-row .pitcher span.stat {
display:none
}}

aside.game_package .wrap-row .pitcher.away {
float:left
}

aside.game_package .wrap-row .pitcher.home {
float:right
}

aside.game_package .wrap-row ul.links {
margin:15px 0;
overflow:hidden;
text-align:center;
zoom:1
}

aside.game_package .wrap-row ul.links li {
border-left:1px solid #ddd;
display:inline-block;
position:relative
}

aside.game_package .wrap-row ul.links li:first-child {
border:0
}

aside.game_package .wrap-row ul.links li a {
color:#36c;
display:block;
font-size:14px;
font-weight:600;
line-height:1em;
padding:2px 20px
}

@media screen and (max-width: 767px){
aside.game_package .wrap-row ul.links li a {
padding:2px 5px
}}

aside.game_package .wrap-row ul.links li a:hover {
text-decoration:underline
}

aside.game_package .wrap-row ul.links li a.insider {
padding-left:40px
}

aside.game_package .wrap-row ul.links li a.insider:before {
left:20px;
position:absolute
}

aside.game_package .wrap-row ul.links li a.tickets {
padding-left:40px
}

aside.game_package .wrap-row ul.links li a.tickets:before {
left:20px;
position:absolute
}

aside.game_package .line-score {
margin:15px auto;
overflow:hidden;
width:74%
}

@media screen and (max-width: 767px){
aside.game_package .line-score {
display:none
}

aside.game_package .line-score.mlb,aside.game_package .line-score.nhl {
display:block
}}

@media screen and (min-width: 1024px) and (max-width: 1199px){
aside.game_package .line-score {
width:83%
}
}

@media screen and (min-width: 1px) and (max-width: 1023px){
aside.game_package .line-score {
width:80%
}}

aside.game_package .line-score tr {
background:none
}

@media screen and (max-width: 767px){
aside.game_package .line-score .line-score-container {
display:none
}}

aside.game_package .line-score:after {
background:#ddd;
bottom:0;
content:'';
height:1px;
left:0;
position:absolute;
right:0
}

aside.game_package .line-score>.line-score-container {
min-width:30%;
position:relative
}

aside.game_package .line-score.two-col .line-score-container {
float:left
}

aside.game_package .line-score.two-col.nhl {
width:94%
}

@media screen and (min-width: 1024px) and (max-width: 1199px){
aside.game_package .line-score.two-col.nhl {
width:96%
}}

@media screen and (min-width: 1px) and (max-width: 1023px){
aside.game_package .line-score.two-col.nhl {
width:80%
}}
@media screen and (max-width: 767px){
aside.game_package .line-score.two-col.nhl {
width:90%
}}
aside.game_package .line-score.two-col.nhl table.linescore th.space,
aside.game_package .line-score.two-col.nhl table.linescore td.space {
padding-left:0
}

aside.game_package .line-score>.game-notes {
border-left:1px solid #ddd;
float:right;
overflow:hidden;
padding-left:14px;
width:auto
}

@media screen and (max-width: 767px){
aside.game_package .line-score>.game-notes {
border:0;
display:table;
float:none;
margin:0 auto;
padding-left:0;
width:auto
}}

aside.game_package .line-score>.game-notes>p {
color:#666;
font-size:12px;
line-height:25px;
margin-bottom:0
}

@media screen and (max-width: 767px){
aside.game_package .line-score>.game-notes>p {
float:left;
margin-right:10px
}}

@media screen and (max-width: 767px){
aside.game_package .line-score>.game-notes>p span.rec {
display:none
}}

aside.game_package .line-score>.game-notes>p a {
font-weight:600
}

aside.game_package table.linescore {
border:0;
margin:0 auto;
position:relative;
width:auto
}

@media screen and (max-width: 767px){
aside.game_package table.linescore {
display:none
}}

aside.game_package table.linescore th,
aside.game_package table.linescore td {
border:0;
min-width:25px;
padding:6px 0 6px 0;
text-align:center
}

aside.game_package table.linescore th {
font-size:13px;
font-weight:600;
line-height:1em
}

aside.game_package table.linescore td {
font:normal normal 13px/1em Arial,Helvetica,sans-serif;
font-weight:400;
}

aside.game_package table.linescore td,
aside.game_package table.linescore th {
background:none !important;
color:#333
}

aside.game_package table.linescore td.space,
aside.game_package table.linescore th.space {
padding-left:15px;
width:35px
}

aside.game_package table.linescore td.strong,
aside.game_package table.linescore td.team,
aside.game_package table.linescore th.strong,
aside.game_package table.linescore th.team {
font-weight:600
}

aside.game_package table.linescore td.team,
aside.game_package table.linescore th.team {
padding-right:15px;
width:3em
}

.mapBorder {
	border:1px solid #ccc;
}

.list-group-gameday {
	padding-left:0;
	margin-bottom:5px
	}

.list-group-item-gameday {
	position:relative;
	display:block;
	padding:10px 15px;
	margin-bottom:-1px;
	background-color:#fff;
	border:1px solid #ddd;
	}

.panel-body2{padding:10px}

.alert-tickets{padding:5px;border:1px solid transparent;border-radius:4px}

.alert h4{margin-top:0;color:inherit}

.alert .alert-link{font-weight:700}

.alert>p,.alert>ul{margin-bottom:0}

.alert>p+p{margin-top:5px}

.alert-familyday{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.alert-goldmini{color:#ecac00;background-color:#fcf8e3;border-color:#f2e3bc}
.alert-bluemini{color:#002e5f;background-color:#9eceeb;border-color:#c0c8d6}

.carousel-stripe .carousel-caption {
   left: 0;
   right: 0;
   bottom: 0;
   padding: 7px 15px;
   background: rgba(0, 0, 0, 0.7);
}

.carousel-stripe .carousel-caption p {
   color: #fff;
   margin-bottom: 0;
}

.carousel-stripe .carousel-caption a {
   color: #fff;
   font-weight:bold;
   margin-bottom: 0;
}

.carousel-stripe .carousel-arrow a.carousel-control {
   opacity: 1;
   font-size:30px;
   height:inherit;
   width: inherit;
   background: none;
   text-shadow: none;
   position: inherit;
}

.carousel-stripe .carousel-arrow a i {
   top: 50%;
   opacity: 0.6;
   background: #000;
   margin-top: -18px;
   padding: 2px 12px; 
   position: absolute;
}
.carousel-stripe .carousel-arrow a i:hover {
   opacity: 0.8;
}

.carousel-stripe .carousel-arrow a.left i {
   left: 0;
}
.carousel-stripe .carousel-arrow a.right i {
   right: 0;
}

.voffset {
    margin-top: 5px;
}

.voffset1 {
    margin-top: 10px;
}

.voffset2 {
    margin-top: 20px;
}

.voffset3 {
    margin-top: 40px;
}

.voffset4 {
    margin-top: 60px;
}

.voffset5 {
    margin-top: 80px;
}

.voffset6 {
    margin-top: 100px;
}

.voffset7 {
    margin-top: 140px;
}

.voffset8 {
    margin-top: 200px;
}

.voffset9 {
    margin-top: 250px;
}

.title-v1a {
  z-index: 1;
  position: relative;
  text-align: left;
  margin-bottom: 0px;
}

.title-v1a h1, 
.title-v1a h2 {
  color: #002e5f;
  font-size: 16px;
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-weight: bold;
  font-family: "Open Sans", Arial, sans-serif;
}

.title-v1a h1:after, 
.title-v1a h2:after {
  bottom: 0;
  left: 0%;
  height: 2px;
  width: 70px;
  content: " ";
  margin-left: 0px;
  position: absolute;
  background: #ecac00;  
}

div#relatedlinks {
    float: right;
    padding: 0px 0px 10px 20px;
    margin: 0px 0px 15px 20px;
    min-width: 150px;
    max-width: 200px;
    text-shadow: #fff 0 1px 1px;
    color: #002e5f;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    border-left: 5px solid #002e5f;
}

div#relatedlinks a {
    color: #000 !important;
    font-size: 11px;
    font-weight: 300;
    margin-right: 7px;
}

.testimonials-v4 .testimonials-v4-in {
  background: #eee;
  position: relative;
  margin-bottom: 40px;
  padding: 20px 20px 20px 55px;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.3);
  box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.3);
}

.testimonials-v4 .testimonials-v4-in:before {
  color: #bbb;
  font-size: 60px;
  content: "\201C";
  position: absolute;
  margin: -25px 0 0 -40px;
  font-family: Georgia, serif;
}

.testimonials-v4 .testimonials-v4-in:after {
  width: 0;
  height: 0;
  left: 80px;
  content: " ";
  bottom: -30px;
  position: absolute;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #eee transparent transparent transparent;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.3));
  filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.3));
}

.testimonials-v4 .testimonials-v4-in p {
  color: #777;
  font-size: 14px;
  font-style: italic;
}

.testimonials-v4 img {
  float: left;
  width: 60px;
  height: auto;
  margin: 0 20px;
}

.testimonials-v4 .testimonials-author {
  color: #555;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding-top: 8px;
  text-transform: uppercase;
}

.testimonials-v4 .testimonials-author em {
  font-size: 11px;
  text-transform: capitalize;
}

/*Blockquote*/
blockquote {
  padding: 5px 15px;
  border-left-width: 2px;
  border-left-color: #002e5f;
  font-size: 12px;
  font-weight:bold;
  float: right;
}

blockquote:hover {
  border-color: #ecac00;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}