@charset "UTF-8";
/* CSS Document */
/*
TABLE OF CONTENTS

PAGE STRUCTURE
MENU
HOME PAGE
SOCIAL SIDEBAR
DEFAULT PAGE
SCHEDULE PAGE
STANDINGS PAGE
NEWS PAGE
VIDEO PAGE / COLORBOX
OPTA CUSTOM
FOOTER 
IPHONE
IPAD
DESKTOP
*/
/* PAGE STRUCTURE */
@font-face {
  font-family: 'NisaFont';
  src: url('NFL_Jacksonville_Jaguars.ttf'); /* IE9 Compat Modes */
}
body{
	font-family: "Lato","Open Sans",Verdana,Arial;
	overflow-x: hidden;
	background-color:#fff;
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center center;
    background-attachment: fixed;
	font-size: 16px;
    line-height: 1.5;
}
header{
	background-color: rgba(255,255,255,.9);
    height: 240px;
    position: fixed;
    width: 100%;
    z-index: 1029;
	box-shadow: 1px 0px 7px #000;
	transition:max-height .5s ease;
	max-height: 240px;
}
.headerSmall{
	height:150px;
	max-height: 150px;
	transition:max-height .5s ease;
}
html{
	overflow-x:hidden;
}
table, img{
	max-width:100% !important;
}
a, a:visited{
	color:#000000;
}
a:hover{
	color:#000000;
	text-decoration:none;
}
.container-fluid{
	padding:0px;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
.btn-custom {
    border-radius: 0px;
    background-color:#333333;
    color: #fff;
	position: relative;
}
.btn-custom:hover{
	color:#fff;
	opacity:.9;
}
.btn-custom:visited{
	color:#fff;
}
.btn-filter, .nav-pills>li>a { 
 	color: #333;
    border-color: #999;
	border-radius: 0px;
	background: #e0e0e0; /* Old browsers */
	background: -moz-linear-gradient(top, #e0e0e0 0%, #cccccc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e0e0e0 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e0e0e0 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	padding:6px 12px;
} 
 
.btn-filter:hover, .nav-pills>li>a:hover{
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #e0e0e0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #cccccc 0%,#e0e0e0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cccccc 0%,#e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */	
} 
 
.btn-filter:focus, 
.btn-filter:active, 
.btn-filter.active, 
.open .dropdown-toggle.btn-filter,
.nav-pills>li.active>a, 
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover{ 
  color: #ffffff; 
} 
 
.btn-filter:active, 
.btn-filter.active, 
.open .dropdown-toggle.btn-filter,
.nav-pills>li.active>a, 
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover{ 
  background-image: none; 
} 
 
.nav-pills>li+li{
	margin-left: -1px;
}
.btn-filter.disabled, 
.btn-filter[disabled], 
fieldset[disabled] .btn-filter, 
.btn-filter.disabled:hover, 
.btn-filter[disabled]:hover, 
fieldset[disabled] .btn-filter:hover, 
.btn-filter.disabled:focus, 
.btn-filter[disabled]:focus, 
fieldset[disabled] .btn-filter:focus, 
.btn-filter.disabled:active, 
.btn-filter[disabled]:active, 
fieldset[disabled] .btn-filter:active, 
.btn-filter.disabled.active, 
.btn-filter[disabled].active, 
fieldset[disabled] .btn-filter.active { 
  background-color: #BD3B0E; 
  border-color: #BD3B0E; 
} 

.nav-pills-reg{
	border-bottom: 1px solid #000;
    padding-bottom: 30px;
}
.nav-pills-reg>li{
	margin-right:10px;
}
.nav-pills-reg>li>a{
	border-radius:5px;
}
ul.messenger.messenger-theme-block.messenger-fixed .messenger-message{
	padding:2em;
}
ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-top, ul.messenger.messenger-theme-block.messenger-fixed.messenger-on-bottom {
    left: 0;
    right: 0;
    height: 100vh;
    background: rgba(0,0,0,.4);
}
ul.messenger.messenger-empty, ul.messenger.messenger-empty {
    left: 0;
    right: 0;
    height: 0vh !important;
    background: initial !important;
}
.btn-filter .badge { 
  color: #FB4F14; 
  background-color: #ffffff; 
}
.center-block{
	float:none;
	display:inline-block;
}
.nav-tabs>li{
	/*width:25%;*/
}
.nav-tabs>li>a{
	border: 1px solid #ddd;
	font-weight: bold;
	margin-right: 5px;
	border-radius: 0px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	background-color: #000000;
    color: #fff;
    font-weight: bold;
}
.moduleHeader{
	border-bottom: 5px solid #777;
	font-weight: bold;
    color: #777;
	padding-bottom: 10px;
}
.moduleSubHeader{
	font-weight: bold;
    color: #777;
	padding-bottom: 10px;
}
.moduleHeaderAlt{
	background-color: #FB4F14;
    padding: 8px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0px;
}
.tableSubHeader{
	background-color:#ddd;
	color:#000;
}
.table>thead>tr>th{
	background-color:#FB4F14;
	color:#fff;
}
.tablesorter th.header { 
    background-image: url(../images/bg.gif); 
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    margin-left: -1px; 
}
.tablesorter th.headerSortDown { 
    background-image: url(../images/desc.gif); 
} 
.tablesorter th.headerSortUp { 
    background-image: url(../images/asc.gif); 
} 
.tablePlayersStats tr:hover td, .tablePlayersStats tr:hover td a {
	color:#fff !important;
}
.tablePlayersStats td:hover {
    cursor: pointer;
}
.main-header{
	width:70%;
	margin-left:0;
}
.content-wrapper{
	padding-right: 0px;
    padding-left: 0px;
}
.page-wrapper{
}
.hide{
	display:none;
}
.wsmain{
	max-width:inherit;
	margin: 0px auto;
	background: inherit;
}
.topmenusearch input{
	background-color: inherit;
	text-transform: lowercase;
}
.topmenusearch input:hover{
	background-color:#151440;
}
.topmenusearch input:hover ~ .btnstyle{
	background-color:#781214 !important;
}
.topmenusearch .btnstyle{
	opacity:0.5;
}
.topmenusearch .btnstyle .fa{
	color:#000;
}
.topmenusearch .btnstyle:hover .fa, .topmenusearch input:hover ~ .btnstyle .fa{
	color:#fff;
}
#currentTeamlogo{
	position:absolute;
	left: 50%;
    z-index: 1040;
    width: 180px;
    -webkit-transition-property: all;
    -webkit-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-duration: 1s;
    transition-property: all;
    transition-duration: 1s;
	top: 10px;
}
#currentTeamlogo img{
	width:100%;
	height:auto;
}
.currentLogoSticky{
	position:fixed !important;
	left:25px !important;
	width:60px !important;
	z-index: 1040 !important;
	top:5px !important;
}
#currentTeamName{
	text-transform: uppercase;
	margin-left: 130px;
}
#currentTeamName h1{
	font-weight: bold;
    text-shadow: 2px 2px 2px #000;
    color: #fff;
    font-size: 40px;
}
#currentTeamSubtext{
	font-size: 16px;
}
#currentTeamName h5{
	color: #333;
    padding-left: 2px;
}
.headerPhotoAlt{
	float:left;
	margin-top: 20px;
    margin-left: 12%;
    width: 25%;
}
.headerPhotoAlt img{
	max-width:100%;
	height:auto;
}
.headerBannerAdContainer{
	background-color:#333;
}
.headerBannerAd{
	text-align:center;
	margin:5px;
}
.headerBannerAd img{
	max-width:100%;
	height:auto;
}
.menuRight{
	position: absolute;
	top:0;
	right: 25px;
}
.headerTeamsList{
	margin:0;
	padding:0;
	margin-top: 100px;
	text-align:center;
}
.headerTeamsList li{
	list-style: none;
	display:inline-flex;
	vertical-align:top;
	width:20%;
	margin:0px;
	padding:0px;
	height:140px;
	overflow: hidden;
	position: relative;
	transition:max-height .5s ease;
	max-height: 140px;
/*
	background-image: url('../images/headerTeamListBg.png');
	background-size:cover;
	background-position:center center;
*/
}
.headerTeamsListBg{
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width:100%;
	overflow: hidden;
}
.headerTeamsListBg:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: -1;
    background: url(../images/headerTeamListBg.png) 0 0 repeat;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
/*
.headerTeamsList li:nth-child(odd) .headerTeamsListBg:before{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
	
}
*/
.headerTeamsList li:hover .headerTeamsListBg:before, .headerTeamsListActive .headerTeamsListBg:before{
	background:rgba(119,4,0,1);
}
.headerTeamsListName{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	font-family:"NisaFont";
	color:#333;
	font-size:60px;
	transition: all .5s ease;
}
.headerTeamsListNameFull{
	opacity:0;
	transition: all .5s linear;
    font-size: 14px;
    white-space: nowrap;
    top: 100%;
    left: 50%;
	position:absolute;
    transform: translateX(-50%) translateY(-0%);	
}
.headerTeamsList li:hover .headerTeamsListName, .headerTeamsListActive .headerTeamsListName{
    top: 40%;
    left: 50%;
}
.headerTeamsList li:hover .headerTeamsListNameFull, .headerTeamsListActive .headerTeamsListNameFull{
	opacity: 1;
    top: 65%;
    left: 50%;
    color: #fff;	
}
/*
.headerTeamsList li:nth-child(odd) .headerTeamsListName{
	color:#09103f;
}
*/
.headerTeamsList li:hover .headerTeamsListName, .headerTeamsListActive .headerTeamsListName{
	color:#fff;
}
.headerTeamsListSmall li{
	height:50px;
	max-height: 50px;
	transition:max-height .5s ease;
}
.headerTeamsListSmall li .headerTeamsListName{
	font-size:34px;
}
.headerTeamsListSmall li .headerTeamsListNameFull{
	font-size:10px;
}
.navSocial{
	float: right;
	margin:0px;
	padding:0px;
	margin-top: 12px;
	margin-left:30px;
}
.navSocial li{
	display:inline-block;
	list-style:none;
	padding: 0px 10px;
}
.navSocial li a, .navSocial li a:hover{
	color:#fff;
}
.navNASLteams{
	float: none;
    position: absolute;
    right: 0;
    top: 40px;
}
.navNASLteams img{
	max-width:60px;
}
.navNASLteams li img{
	width:20px;
	height:auto;
	margin-right:15px;
}
.navNASLteams .btn{
	border-radius:0px;
	background-color:rgba(0,0,0,0);
	color:#fff;
	font-family:'Roboto Condensed';
}
.navNASLteams .dropdown-menu>li>a{
	padding:8px 20px;
	font-family: 'Roboto Condensed';
}
.sidebarBannerAdContainer{
	width: 33%;
    display: inline-block;
    padding: 40px 20px 40px 40px;;
}
.sidebarBannerAdContainer a{
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	width:100%;
	height:0;
	padding-bottom:57%;
	display:block;
}
.sidebarBannerAdContainer:last-of-type{
    padding: 40px 40px 40px 20px;;
}

.sidebarBannerAdContainerFull{
	min-height: 200px;
    overflow: hidden;
    position: relative;
	border:1px solid #fff;
}
.sidebarBannerAdContainerFull .homeBannerImage{
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
}
.sidebarBannerAdContainerFull .homeBannerImageOverlay {
    position: absolute;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0px;
    left: 0px;
    width: 100%;
	margin-left: 0px;
    margin-right: 0px;
}
.sidebarBannerAdContainerFull .homeBannerTitle {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    background: initial !important;
    text-transform: uppercase;
}
.marginBottom{
	margin-bottom:40px;
}


/* MENU */
.sticky{
	position:fixed;
	top:0;
	z-index: 1030;
}
.animated-arrow{
	left:auto;
	right:0px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
	max-height: 500px;
	background-color: rgba(0,24,168,1);
}
.navbar{
	min-height:34px;
}
.navbar-nav{
	margin-left: 80px;
}
.navbar-nav>li>a{
	padding-top:7px;
	padding-bottom:7px;
}
.navbar-default{
	border-radius: 0px;
	box-shadow: none;
	border:0px;
	margin-bottom:0px;
	background-image:none;
	width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.navbar-default {
}
.navbar-fixed-top{
  background-color: rgba(0,0,0,.9);
  max-width: inherit;
/*	box-shadow: 0px 7px 20px #999; */
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  background-image:none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
   background-color: #000000;
}
.navbar-default .navbar-nav > li > .dropdown-menu, 
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu{
  background-color: #000000;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a, 
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a{
  color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > a:focus{
  color: #ffffff;
  background-color: #000000;
  background-image:none;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #000000;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #ffffff;
  background-color: #000000;
  background-image:none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #000000;
  background-image:none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > .dropdown-menu > .open > a,
.navbar-default .navbar-nav > .open > .dropdown-menu > .open > a:hover,
.navbar-default .navbar-nav > .open > .dropdown-menu > .open > a:focus{
  color: #ffffff;
  background-color: #000000;
  background-image:none;
}
.navbar-default .navbar-toggle {
  border-color: #000000;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #000000;
  background-image:none;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
  background-image:none;
}

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #000000;
  }
	.navbar-toggle{
		margin-top:0px;
		margin-bottom:0px;
		border:0px;
	}


.navbar-toggle {
  border: none;
  background: transparent !important;
}
  
  .navbar-toggle:hover {
    background: transparent !important;
  }

.icon-bar {
    width: 22px;
    transition: all 0.2s;
  }

  .navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
  }
  .navbar-toggle .middle-bar {
    opacity: 0;
  }
 .navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
  }

.navbar-toggle.collapsed .top-bar {
      transform: rotate(0);      
    }
.navbar-toggle.collapsed .middle-bar {
      opacity: 1;
    }
.navbar-toggle.collapsed .bottom-bar {
      transform: rotate(0);
    }
  
.roundContentBox{
	background-color:#fff;
}
.contentBoxBody{
	padding:10px;
}
.contentBoxHeader{
	text-transform: uppercase;
	font-weight: bold;
    font-size: 20px;
	margin-bottom: 10px;
	position:relative;
	padding:10px;
	background-color:#000;
	color:#fff;
}
.contentBoxHeader span{
	background: #000;
    padding: 0 15px 0px 0px;
	position: relative;
}
.contentBoxSubHeader{
	text-transform: uppercase;
	font-weight: bold;
    font-size: 17px;
	position:relative;
	padding: 10px 40px;
	background-color:#555;
	color:#fff;
}
.contentBoxSubHeader span{
	background: #555;
    padding: 0 15px 0px 0px;
	position: relative;
}
.contentBoxFooter{
	text-transform: uppercase;
	font-weight: bold;
    font-size: 16px;
	position:relative;
	padding:10px;
	background-color:#000;
	color:#fff;
	text-align: center;
}
.contentBoxFooter a, .contentBoxFooter a:visited{
	color:#fff;
}
.contentBoxFooter span{
	background: #000;
	position: relative;
}
.paddedTop{
	padding-top:20px;
}

.tipsy{padding:5px;font-size:12px;opacity:.8;filter:alpha(opacity=80);background-repeat:no-repeat;background-image:url(images/tipsy.gif)}
.tipsy-inner{padding:5px 8px 4px 8px;background-color:black;color:white;max-width:200px;text-align:center}
.tipsy-inner{-moz-border-radius:3px;-webkit-border-radius:3px}
.tipsy-north{background-position:top center}
.tipsy-south{background-position:bottom center}
.tipsy-east{background-position:right center}
.tipsy-west{background-position:left center}

.success{
	background-color:green;
}
.warning{
	background-color:yellow;
}
.danger{
	background-color:red;
}
.whiterow{
	background-color:#fff;
	box-shadow: 0px 5px 23px #000 inset;
	padding-bottom:100px;
}
.grayrow{
	padding: 80px 40px;
}

/* HOME PAGE */
.homeFullWidth{
	background-size:contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
}
.homeFullWidthImage{
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width:100%;
  height:100%;
  position: absolute;
  z-index: -1;  
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sectionHeader{
	padding: 2px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    text-align: center;
    background-position: center;
    background-size: contain;
    margin-bottom: 20px;
	/*
    background-image: url(../images/red-banner-bg.png);
    box-shadow: 0px 6px 9px #666;	
	*/
}
.sectionHeaderRegionName{
	text-transform: uppercase;
    font-weight: 900;
    font-size: 38px;
    border-bottom: 6px solid #000;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #999;
    margin-top: 100px;
    margin-bottom: 30px;
}
.conferenceContainer{
	padding:30px 0px 20px 0px;
}
.conferenceContainer:nth-child(odd){
	background-color:#d0d0d0;
}
.sectionHeader a, .sectionHeader a:hover, .sectionHeader a:visited, .sectionHeader a:active{
	color:#333;
	border-bottom:3px solid #333;
}
.squarePadding .sectionHeader{
	color:#fff;
}
.squarePadding .sectionHeader a, .squarePadding .sectionHeader a:hover, .squarePadding .sectionHeader a:visited, .squarePadding .sectionHeader a:active{
	color:#fff;
	border-bottom:3px solid #fff;
}
.bigSectionHeader{
	font-family: "Roboto Condensed";
    font-size: 50px;
    text-align: center;
    margin: 30px auto 20px auto;
    text-transform: uppercase;
    font-weight: 900;
    position: relative;
    display: block;
    width: fit-content;
}
.bigSectionHeader1{
	
}
.smallSectionHeader{
	font-size: 24px;
    font-weight: 900;
    position: relative;
    overflow: hidden;
    text-indent: 15px;
    text-transform: uppercase;
}
.smallSectionHeader::before{
	content: " ";
    position: absolute;
    width: 50px;
    height: 4px;
    transform: skewX(30deg);
    right: 10px;
    top: 50%;
    background-color: #ccc;
}
.contentbg{
	background-position:top center;
}
.squarePadding{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 60%;
}
.homePhilosophyLeft{
	height:0px;
	padding-bottom:35%;
	    -moz-box-shadow: inset 0 0 20px #333;
    -webkit-box-shadow: inset 0 0 20px #333;
    box-shadow: inset 0 0 20px #333;
}
.homePhilosophy{
	background-image:url(../images/philosophy-bg.jpg);
	background-size:cover;
	background-position:center;
	height:0px;
	padding-bottom:35%;
}
.homePhilosophy2{
	background-image:url(../images/philosophy-bg-3.jpg);
}
.homePhilosophy3{
	background-image:url(../images/philosophy-bg-2.jpg);
}
.homePhilosophy .sectionHeader{
	position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    margin-bottom: 0px;
	white-space: nowrap;
}
.homePhilosophy .sectionHeader a, .homePhilosophy .sectionHeader a:visited, .homePhilosophy .sectionHeader a:hover{
	color: #fff;
    border: 3px solid #fff;
    padding: 10px 15px;
    background: rgba(0,0,0,0.2);
}
.homePhilosophyOverLay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(12,46,109,.7);
}
#tweetform input{
	background-color: #ffffff;
    color: #333333;
    border-color: #cccccc;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 10px;
    width: 100%;
    box-sizing: border-box;
    overflow-y: initial;
	max-width:400px;
}
#tweetbtn{
	background-color: #781214 !important;
    box-shadow: none;
    color: #ffffff !important;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 20px;
    margin: 0 !important;
    padding: 10px !important;
    width: auto !important;
	border-radius: 0px !important;
	border:0px !important;
}
.homeNewsBX .bx-viewport{
	border-radius: 5px;
}
.homeNews{
	padding-left:25px;
	padding-right:25px;
}
.homeNewsPicContainer{
	overflow:hidden;
	width:100%;
	height:100%;
}

.homeNewsDiv{
	background-position: center center;
	background-size:cover;
	height:0px;
	padding-bottom: 80%;
    width: 100%;
}
#homeNewsMain{
	margin:0;
	padding:0;
}
#homeNewsMain li{
	display:inline-block;
	vertical-align:top;
	width:25%;
	margin:0px;
	padding:0px;
	opacity: 1;
	transition: all 0.3s ease-out;
}
#homeNewsRegional #homeNewsMain li{
	width:100%;
}
.showItem{
	opacity: 1 !important;;
}
.slider-nav{
	margin:0;
	padding:0;
}
.slider-nav .slick-slide{
	background-color:#000;
	color:#fff;
	height: 80px;
    font-size: 12px;
    text-transform: uppercase;
	border-right: 2px solid #444;
	position:relative;
}
.slider-nav .slick-slide:after, .contentBoxHeader:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  transform: rotate(270deg);
  border-color: transparent transparent #444 transparent;
}
.slider-nav div a{
	
}
.slider-nav .slick-current{
	
	font-weight: bold;
	background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(153,153,153,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(153,153,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(153,153,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#999999',GradientType=0 ); /* IE6-9 */

}
.slider-nav .slick-current:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 25px 25px;
  transform: rotate(270deg);
  border-color: transparent transparent #fff transparent;
}
.sliderNavText{
	padding:5px;
}
.slick-dots{
	/*
	background: #fff;
    bottom: -100px;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
     height: 100px; */
	bottom: 15px;
}
.slick-dots li{
	
}
.slick-dots li.slick-active button:before{
	color:#ffffff;
	opacity: 1;
    font-weight: 900;
}
.slick-dots li button:before{
	font-family: "Font Awesome 5 Free";
    font-weight: 200;
    content: "\f111";
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
	color:#fff;
	opacity:.5;
}
.slick-prev, .slick-next{
    z-index: 999;
    width: 50px;
/*	top: unset;
    transform: unset;
    bottom: -100px;
    height: 100px;
    background: #151440;
	-webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
*/}
.slick-prev{
	left: 0px;
 /*   clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
	background: linear-gradient(to right, #781214 50%, #151440 50%) !important;
    background-size: 200% 100% !important;
    background-position: right bottom !important;
*/}
.slick-next {
    right: 0px;
 /*   clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
	background: linear-gradient(to right, #781214 50%, #151440 50%) !important;
    background-size: 200% 100% !important;
    background-position: right bottom !important;
*/
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
	background-position: left bottom !important;
}
.slick-prev:before, .slick-next:before{
	font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 20px;
}
.slick-prev:before{
	content:"\f053";
}
.slick-next:before{
	content:"\f054";
}
.slick-list{
	overflow-y:visible;
}
.homeSubNewsDiv{
	background-size:cover;
	background-position: center center;
	background-repeat:no-repeat;
	height:0px;
	padding-bottom:56%;
	width:100%;
	transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.homeSubNews li:hover .homeSubNewsDiv{
	transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
}

.homeNewsLink{
	color:#fff !important;
	text-decoration: none;
	display:block;
	font-family: "Roboto Condensed", "Arial Narrow", Arial;
    height: 100%;
    position: relative;
	box-shadow: 0px 0px 25px #666;
	margin:0 auto;
}
.homeNewsLink:hover{
	color:#fff;
}
#homeNewsMain .slick-dots li{
	width: initial;
    margin: 0 5px;
    padding: initial;
}
.bigSlider .homeNewsLink{
	height:700px;
	overflow: hidden;
}
.bigSlider .homeNewsDiv{
	height:100%;
	padding-bottom:0px;
}
.bigSlider .homeNewsShade{
	height:100%;
	padding-bottom:0px;	
}
.bigSlider .homeNewsTitleGroup{
	left: -70%;
    transform: translateY(-50%);
    width: 40%;
    height: 90%;
    overflow: hidden;
	transition-duration:.5s;
	opacity:0;
}
.bigSlider .showSliderText{
	left:0;
	opacity:1;
}
.bigSlider .homeNewsTitleGroup:before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 2500px;
    height: 100%;
    right: 18%;
    top: 0;
    background: rgba(0,0,0,.8);
    z-index: -1;
    -webkit-transform: skew(-13deg);
    -moz-transform: skew(-13deg);
    -ms-transform: skew(-13deg);
    -o-transform: skew(-13deg);
}
.bigSlider .homeNewsTitle{
	font-size: 34px;
    line-height: 56px;
    text-align: left;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
}
.bigSlider .homeNewsLink:hover .homeNewsShade{
	background: rgba(0,0,0,.3);
}
.bigSlider .homeNewsLink:hover .homeNewsDetails{
	opacity:0;
}
.homeNewsShade{
	background-position: bottom;
	background-repeat:repeat-x;
	height:0%;
	padding-bottom: 80%;
    width: 100%;
	position: absolute;
	transition: background-color 0.25s linear;
	background: rgba(0,0,0,.3);
/*	right: -100px;
	-webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    background: rgb(255,255,255);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(224,224,224,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(224,224,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=1 );
*/ 
}
.homeNewsLink:hover .homeNewsShade{
	background: rgba(0,0,0,0.7);
}
.homeNewsTitleGroup{
	position: absolute;
   	top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 80%;
    left: 50%;
    text-align: center;
}
.homeNewsTitle{
	font-family: "Lato";
    color: #fff;
    font-weight: 700;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    text-shadow: 2px 2px 2px #000;
}
.homeNewsLink:hover .homeNewsTitle:after{
	width: 50%;
    background: #ffffff;
}
.homeNewsTitle:after{
	content: '';
    display: block;
    height: 1px;
    width: 0;
    background: #fff;
    transition: width .5s ease, background-color .5s ease;
    margin: 10px auto auto auto;
}
.homeNewsLink:hover .homeNewsDetails{
	opacity: 1;
    /* height: auto; */
    max-height: 300px;
}
.homeNewsDetails{
	opacity: 0;
    /* height: 0px; */
    max-height: 0px;
    transition: max-height 0.5s linear, opacity 0.5s linear;
    overflow: hidden;
	width: 100%;
    margin: 0 auto;
}
.homeNewsTitleGroupSub{
	color:#062140;
}
.homeNewsSubtitle{
	font-size: 16px;
	margin-top:20px;
}
.homeNewsTransition{
	transition: transform 1s ease-out, opacity 1s ease-out;
	transform: translateY(0px);
	opacity:1;
}
.homeNewsReadMore{
    width: 120px;
    padding: 8px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 20px auto 0px auto;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(to right, #770400 50%, rgba(0,0,0,0) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
   
}
.homeNewsReadMore:hover{
	background-position: left bottom;
	color: #FFF;
	border: 1px solid #770400;

}
.homeReadMore{
	background-color:#781214;
	color:#fff;
	position:absolute;
	bottom:0px;
	-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%);
	width:80px;
	height:100%;
	right:-100px;
	display:none;
}
.homeReadMore span{
	position: absolute;
	bottom:10px;
	right: 14px;
    font-size: 12px;
    font-family: "Lato","Open Sans";
}

.homeNewsTransitionHorizontal{
	transition: transform 1s ease-out, opacity 1s ease-out;
	transform: translateX(-100px);
	opacity:1;
}
.homeNewsTitleGroupSub .homeNewsTitle{
	font-size:20px;
	line-height:26px;
}
.homeNewsButton{
	margin-top:10px;
}
.homeButtons{
	width:100%;
	text-align: center;
	text-transform: uppercase;
	padding:10px;
	display:block;
}
.homeButtons:hover{
	opacity:.9;
}
.homeButtons .fa{
	margin-right: 10px;
    opacity: .8;
}
.homeSubNews{
	margin:0;
	padding:0;
}
.homeSubNews li{
	display:inline-block;
	width:32%;
	margin-right:1.5%;
	border:1px solid #ccc;
	border-radius: 5px;
    overflow: hidden;
	vertical-align:top;
}
.homeSubNews li:last-of-type{
	margin-right:0;
}
.homeSubNewsDiv{
	padding-bottom:60%;
}
.homeSubNewsLink{
	color:#fff !important;
	text-decoration: none;
	display:block;
	font-family: "Roboto Condensed", "Arial Narrow", Arial;
	width:100%;
	height:100%;
	position:relative;
}
.homeSubNewsLink:hover{
	color:#fff;
}
.homeSubNewsShade{
	box-shadow: inset 1px 4px 12px -6px #000;
	border-top: 1px solid #ccc;
}
.homeSubNewsTitleGroup{
	color:#000;
	padding:10px;
	height: 124px;
}
.homeSubNewsTitleGroup a{
	color:#000;
}
.homeSubNewsSubtitle{
	margin-bottom:10px;
}
.homeSubNewsSubtitle{
	color:#888;
	font-size:12px;
}
.homeBannerContainer{
	padding:10px;
	height: 140px;
}
.homeBannerImage{
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
}
.homeBannerImage .homeBannerTitle, .homeBannerImage .homeBannerDesc{
	background: rgba(0,0,0,.3);
}
.homeBannerImageOverlay{
	position: absolute;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0px;
    left: 0px;
    width: 90%;
    margin-left: 15px;
    margin-right: 15px;
}
.homeBannerNoPhoto{
	background: rgb(51,51,51); /* Old browsers */
background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(119,119,119,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%,rgba(119,119,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(51,51,51,1) 0%,rgba(119,119,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
}
.homeBannerLink{
	display: block;
    width: 100%;
    position: relative;
    height: 100%;
    margin: auto;
	background-image: url(/images/bg-bottom-fade-3.png);
	background-position: bottom;
    background-repeat: repeat-x;
	color:#fff;
}
.homeBannerLink:hover{
	color:#fff;
	text-decoration:none;
}
.homeBannerTextGroup{
	position:absolute;
	bottom:0px;
	padding:20px;
	font-family: "Roboto Condensed", "Arial Narrow", Arial;
}
.homeBannerTitle{
	font-size:24px;
	font-weight: 700;
	color:#fff;
	text-shadow:2px 2px 2px #000;
	text-align: center;
}
.homeBannerTitle a, .homeBannerTitle a:visited{
	color:#fff;
}
.homeBannerDesc{
	font-size:14px;
	color:#fff;
	text-shadow:2px 2px 2px #000;
	text-align: center;
}
.homeBannerDesc a, .homeBannerDesc a:visited{
	color:#eee;
}
.bannerImgFull{
	padding:5px;
	text-align:center;
	margin-top:20px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #e0e0e0 51%, #cccccc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #cccccc 0%,#e0e0e0 51%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cccccc 0%,#e0e0e0 51%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.bannerImgFull img{
	max-width:100%;
	height:auto;
}
.shopImage{
	width:100%;
	height:auto;
	margin-bottom:20px;
}
.shopImage img{
	width:100%;
	height:auto;
}
.sponsorHomeSlider{
	border:1px solid #ccc;
	border-radius:5px;
}
.homeUpcomingGames{
	position: absolute;
	bottom:-45px;
	width:90%;
	height:400px;
	border:1px solid #ccc;
	background:rgba(255,255,255,.7);
	border-radius: 5px;
	padding:5px;
}
.homeGameScheduleContainer{
	width:100%;
	overflow: auto;
	height:335px;
}
.homeGameSchedule{
	padding:0;
	margin:0;
}
.homeGameSchedule li{
	list-style: none;
	display:block;
	border-bottom:1px solid #ccc;
	text-align: center;
	padding: 8px;
}
.homeGameSchedule .dayRow{
	background-color: #e0e0e0;
    color: #333;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #333;
}
.upcominggameItem{
	position: relative;
}
.upcominggameItem a{
	display: block;
}
.upcominggameItem .fa{
	position: absolute;
	right:5px;
	top:11px;
	color:#ccc;
}
.upcomingamesTeamName{
	display:inline-block;
	overflow: hidden;
	width: 20%;
    text-align: center;
    vertical-align: top;
    padding-top: 3px;
    font-weight: bold;
    font-size: 11px;
}
.upcominggameTeamLogo{
	width:35px;
	height:25px;
	display:inline-block;
	background-size:contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.upcominggameInfo{
	display:inline-block;
	width: 20%;
    text-align: center;
	vertical-align: top;
	padding-top: 3px;
}
.upcomingamescheduleTime{
	display:inline-block;
	width: 25%;
    text-align: left;
    vertical-align: top;
    padding-top: 3px;
}
.homeUpcomingGames .homeButtons{
	position: absolute;
    bottom: 5px;
    width: 96%;
	color: #F00001 !important;
    background-color: #ccc;
}
.homeUpcomingGamesHeader{
	width:100%;
	border-radius:5px;
	background-color: #02284C;
    color: #fff;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    text-indent: 7px;
}
.homeGalleryPlaceholder{
	background-image:url(/images/gallery-placeholder.jpg);
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
	width: 100%;
    height: 375px;
}
.newsLetterSection{
	background-color: #fcfcfc;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
    padding: 20px 0px;
}
/* SOCIAL SIDEBAR */
.socialFollowVideo{
	width:100%;
	height:0px;
	padding-bottom:50%;
	overflow:hidden;
}
.home-social-container{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.socialFollowBar{
	background:rgba(255,255,255,.7);
/*	position: absolute;
	top:50%;
	transform: translateY(-50%);
	box-shadow: 2px 2px 50px #333;
 */   width: 100%;
    text-align: center;
    padding: 30px;
	background-color: #770400;
}
.socialFollowBar ul{
	margin:0;
	padding:0;
}
.socialFollowBar li{
	display:inline-block;
	list-style: none;
    border: 1px solid #fff;
    margin: 10px;
    background: linear-gradient(to right, #fff 50%, rgba(0,0,0,0) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;

}
.socialFollowBar li a{
	color:#fff;
	display: block;
}
.socialFollowBar i{
	padding:10px;
}
.socialFollowBar p{
	font-size: 24px;
	color:#fff;
	font-weight: bold;
}
.socialFollowBar li:hover{
	background-position: left bottom;
	color: #770400;
	border: 1px solid #fff;
}
.socialFollowBar li:hover a{
	color: #770400;
}
.widgetHeader{
	font-family:"GothamBlack";
	color:#fff;
	text-transform: uppercase;
	border-right: 7px solid #000000;
    /* border-radius: 0px 0px 20px 0px; */
    /* border-bottom: 1px solid #333; */
    /* border-bottom: 1px; */
    background-color: #121212;
    padding: 10px 5px 5px 15px;
    vertical-align: middle;
}
.sidebar-content{
	height:100%;
	overflow: scroll;
}
.socialContainer{
	padding:90px;
}
.socialScroller{
	width:100%;
	padding-bottom:100px;
}
.socialSidebar{
	padding: 25px;
    background: #f0f0f0;
    color: #333;
    font-size: 12px;
    position: relative;
    background-repeat: repeat-y;
    background-position: left;
    width: 22%;
    display: inline-block;
    margin: 1%;
    vertical-align: top;
    z-index: 5;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
.socialSidebar:nth-child(odd){
	background-color:#fff;
	background: #fff;
}
.socialSidebar:hover {
    box-shadow: 0px 0px 25px #666;
    z-index: 100;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05);
    transition: all 200ms ease-in;
    transform: scale(1.05);
	background-color:#fff;
	background: rgba(12,46,109,1);
}
.socialSidebar a{
	display:block;
	color:#222;
	text-decoration: none;
}
.socialAdSpace{
	padding:25px;
	width:100%;
	color:#fff;
	font-size: 12px;
	position:relative;
	background-repeat: repeat-y;
	background-position: left;
	background-color:#333;
	text-align:center;
}
.socialAdSpaceText{
	margin: 15px 0px 0px 0px;
    color: #e0e0e0;
    text-transform: uppercase;
}
.socialPostedDate{
	color: #aaa;
    font-style: italic;
    text-align: right;
    margin-bottom: 5px;
}
.socialPhoto{
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position: center !important;
	width:100%;
	height:100%;
	position:absolute;
}
.socialPhoto img{
	width:100%;
	max-width:100%;
}
.socialContent{
	margin-bottom: 5px;
	/*
	margin-bottom: 5px;
    position: absolute;
    padding: 30px;
    width: 101%;
    height: 100%;
    background: rgba(255,255,255,.9);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	opacity:0;
    transition: all 200ms ease-in;
	font-size: 12px;
	*/
}
.socialSidebar:hover .socialContent{
	opacity:1;
}
.frontprofileimage{
	width: 30px;
    display: inline-block;
}
.frontprofileimage img{
	-webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-border-radius: 30px;
	width: 100%;
}

.frontprofilename{
	display: inline-block;
    padding-left: 5px;
    color: #666;
    font-weight: bold;
    /* display: none; */
}
.cardsocial{
	position:absolute;
	right:25px;
	bottom:25px;
	font-size:18px;
}
.bigSocial{
	margin: 0px;
    padding: 0px;
    display: inline-block;
}
.bigSocial li {
    float: left;
    list-style: none;
    padding: 0px;
    font-size: 40px;
    margin: 0px;
    max-width: 25%;
}
.bigSocial li a, .bigSocial li a:hover {
    height: 90px;
    display: block;
    width: 90px;
    text-align: center;
    line-height: 90px;
}
.bigSocial li a i {
    line-height: 90px;
}
/* DEFAULT PAGE */
.pageContainer{
	
}
.paddedContent{
	padding:20px;
}
.paddedContent img{
	max-width:100%;
}
.pageTitle{
	padding: 70px 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    font-weight: 900;
    font-size: 46px;
    text-align: center;
}
.pageTitle33{
	background-image: url(../images/colorful-lights-33.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
	margin-bottom:50px;
}
.pageTitle36{
	background-image: url(../images/colorful-lights-36.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
	margin-bottom:50px;
}
.pageTitle38{
	background-image: url(../images/colorful-lights-38.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
	margin-bottom:50px;
}
/*
.pageTitle::after{
	content: "";
    background-position: right 10% center;
    background-repeat: no-repeat;
    opacity: .3;
    width: 300%;
    height: 100%;
    position: absolute;
    right: -30%;
    top: 0;
    background-size: 11%;
}
*/
.pageTeaser{
	color:#333;
	font-size:24px;
	padding:20px 20px;
	font-weight:bold;
}
.pageImage{
	width:100%;
	height:auto;
}
.pageMarginText{
	margin:0px 100px;
}
.vimeo-wrapper {
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
    height: 0px;
    padding-bottom: 47.6%;
    width: 100vw;
    position: relative;
}
.vimeo-wrapper-hide {
    position: relative;
    padding-bottom: 200%;
    transform: translateY(-37.95%);
}
.vimeo-wrapper iframe {
    width: 100vw;
    min-height: 40vh;
    position: absolute;
    left: 50%;
	transform: translate(-50%, 0);
    top: 0;
    vertical-align: top;
    min-height: unset !important;
    height: 100%;
}
.videoButtons{
	position:absolute;
	left:6%;
	bottom:20%;
	display:none;
}
.videoButtons a{
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 24px;
    margin: 10px;
	color: #770400;
    border: 1px solid #770400;
	text-align: center;
	font-weight: bold;
	background: linear-gradient(to right, #770400 50%, rgba(0,0,0,0) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
	-webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;	
}
.videoButtons a:hover{
	background-position: left bottom;
	color: #FFF;
	
}
.aboutNisaBullets{
	box-shadow: 0 20px 100px rgba(34,34,34,.3);
    margin: 100px 100px 100px 100px;
    list-style: none;
    padding: 0px;
	display:table;
}
.aboutNisaBullets li{
	width: 33.33333333%;
    float: left;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    padding: 50px;
	color: #999;
    font-size: 18px;
}
.aboutNisaBullets li h3{
	font-size: 68px;
    font-weight: bold;
    color: #000;
}
.aboutNisaBullets li h4{
	font-size: 28px;
    font-weight: bold;
    color: #666;
    margin-bottom: 30px;
}
.aboutNisaBig{
    font-weight: bold;
    font-size: 20px;
	text-align: center;
}
.landing-photo-big{
	width:100%;
	height:0px;
	padding-bottom:60%;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.sponsorsList1{
	text-align:center;
	padding:0px;
	margin:0px;
}
.sponsorsList1 li {
	display: inline-block;
	width: 30%;
	padding: 1%;
	height: 150px;
    vertical-align: middle;
}
.sponsorsList1 li a {
	
}
.sponsorsList1 img{
	max-height: 100%;
}
.sponsorsList2{
	text-align:center;
	padding:0px;
	margin:0px;
	margin-top:80px;
	border-top:1px solid #ccc;
	padding-top:50px;
}
.sponsorsList2 li {
	display: inline-block;
	width: 15%;
	padding: 1%;
	height: 150px;
    vertical-align: middle;
}
.sponsorsList2 li a {
	
}
.sponsorsList2 img{
	max-height: 100%;
}
.sponsorsList{
	text-align:center;
}
.sponsorsList li{
	width: 27%;
	padding: 3%;
	float:none;
	display:inline-block;
	margin-bottom:40px;
}
.sponsorsList li img{
	max-width:100%;
	max-height:100px;
}
.searchResults{
	
}
.searchResults h3{
	border-bottom:3px solid #ccc;
}
.searchResults ul{
	padding:0px;
	margin:0px;
}
.searchResults li{
	list-style:none;
	padding:10px;
	border-bottom:1px solid #ccc;
}
.searchResults li:nth-child(odd){
	background-color:#f0f0f0;
}
.homeExpansionWrapper{
	position:relative;
	min-height:400px;
	overflow:hidden;
}
.homeExpansionBG{
	background-image:url("../images/whitebg-with-black-spears.jpg");
	background-size:cover;
	background-position: center;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index: -1;
    opacity: .2;
}
.homeExpansionContainer{
	position: absolute;
	top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
	width: 100%;
    background: rgba(255,255,255,.7);
    padding: 30px;
}
.homeExpansionTitle{
	font-size:40px;
	text-align: center;
	font-weight: bold;
}
.homeExpansionDesc{
	font-size:26px;
	width:70%;
	margin:0px auto 40px auto;
	text-align: center;
	max-width: 550px;
}
.homeMarketsContainer{
	position:relative;
	width:100%;
	height:0;
	padding-bottom:29%;
}
.homeMarketsBG{
	background-image:url("../images/17-18-PAPBC_Website_TeamSection.jpg");
	background-size:cover;
	background-position: center;
	position:absolute;
	z-index:-1;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.homeMarketsName{
	position: absolute;
    font-family: "NisaFont";
    font-size: 28px;
    font-weight: bold;
    color: #09103f;
}
.homeMarketsAtl{
	top: 10%;
    left: 1%;
}
.homeMarketsCF{
	top:82%;
    left: 17%;
}
.homeMarketsCTL{
	top: 10%;
    left: 23%;
}
.homeMarketsLA{
	top:82%;
    left: 43%;
}
.homeMarketsNE{
	top: 10%;
    left: 47%;
}
.homeMarketsPH{
	top:82%;
    left: 68%;
}
.homeMarketsPR{
	top: 10%;
    left: 73%;
}
.homeMarketsSD{
	top:82%;
    left: 92%;
}
/* TEAMS PAGE */
.teamGrid{
	
}
.teamItem{
	overflow: hidden;
    width: 25%;
    width: calc(100% / 4);
    display: inline-block;
    position: relative;
	text-align:center;
	height:200px;
}
.teamItem .teamLogo{
	width:100%;
	height:100px;
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	max-width: 70%;
    margin: 0 auto;
}

.teamItem .teamName{
	font-weight:bold;
	width:100%;
	padding:10px;
}
.teamItem .teamMeta{
	width:100%;
}
.rosterGrid{
	margin-top:20px;
}
.gridPlayerItem{
	overflow:hidden;
	width:23%;
/*	width: calc(100% / 4); */
	display:inline-block;
	position:relative;	
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.gutter-sizer{
	width:2%;
}
.gridPlayerPhotoContainer{
	overflow:hidden;
	width:100px;
	height:100%;
	display: inline-block;
}
.rowPlayerPhotoContainer{
	width:35px;
}
.gridPlayerPhoto{
	background-size:cover;
	background-position: center center;
	background-repeat:no-repeat;
	height:0px;
	padding-bottom:100%;
	width:100%;
	transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
	
}
tr:hover .gridPlayerPhoto{
	transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
}
.gridPlayerInfoContainer{
	display:inline-block;
	width:48%;
	vertical-align: top;
}
.gridPlayerNumber{
	text-align:right;
	font-size:22px;
}
.gridPlayerName{
	text-align: right;
	font-size:16px;
	font-weight:bold;
}
.gridPlayerPosition{
	text-align: right;
	font-size:14px;
}

.redSlideButton{
    width: 120px;
    padding: 8px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 20px auto 0px auto;
    color: #770400;
    border: 1px solid #770400;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(to right, #770400 50%, rgba(0,0,0,0) 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    display: block;
}
.redSlideButton:hover{
	background-position: left bottom;
	color: #FFF;
	border: 1px solid #770400;

}

.teamBoxName{
	height:0px;
	padding-bottom:45%;
	background-color:#770400;
	background-size: cover;
    background-position: center;
}
.teamBoxNameRight{
	background-color:#09103f;
}
.teamBoxName h1{
	text-transform: uppercase;
	border:3px solid #fff;
	position: absolute;
	left:50%;
	top:50%;
	transform:translateX(-50%) translateY(-50%);
	padding: 8px 17px;
	color:#fff;
	white-space: nowrap;
	margin:0px;
	background: rgba(0,0,0,.7);
}
.teamBoxNameRight h1{
	border:3px solid #fff;
	color:#fff;
}
.teamBoxContent{
	height:0px;
	padding-bottom:45%;
/*	background-color:#09103f; */
	color:#333;
	    -moz-box-shadow: inset 0 0 20px #333;
    -webkit-box-shadow: inset 0 0 20px #333;
    box-shadow: inset 0 0 20px #333;
}
.teamBoxContentRight{
/*	background-color:#770400;	*/
}
.teamBoxContent div{
	position: absolute;
	left:50%;
	top:50%;
	transform:translateX(-50%) translateY(-50%);
	width:80%;
	font-size:14px;
}


/* ######################  */
/* MATCH REPORT STRUCTURE  */
/* ######################  */
.matchTopContainer{
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 140px 100px;
    positioN: relative;
}
.matchTopContainer:before{
	content:"";
	background-color:#000;
	opacity:.5;
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.matchTopBar{
	width: 96.5%;
	background-color: #63D0DF;
	color: #FFF;
	float: left;
	padding: 5px 10px;
	margin-bottom: 3%;	
}
.matchTopBar .columns{
	margin-bottom:0px;	
}
.matchTopBarReferee{
	text-align:right;	
}
.matchPlayerShirt{
	font-weight:bold;
	width:25px;
	color:#444;
	display:inline;
}
.matchPlayerName{
	display:inline;
}
.matchResult{
	text-align:center;
	font-size: 34px;
	font-weight: bold;
}
.matchHome{
	float:left;
	text-align:right;
	width:30%;	
}
.matchTeamsResult{
	float:left;
	text-align:center;
	width:40%;	
}
.matchTeamsResult img{
	height:55px;
	width:auto;	
}
.matchTeamsResult td{
	border-bottom:0px;	
}
.matchVisitor{
	float:left;
	text-align:left;
	width:30%;	
}
.matchTeamName{
	font-size:18px;
	font-weight:bold;	
	margin-bottom:0px;
}
.matchPlayerGoals{
	color:#aaaaaa;	
}
.matchTimelineContainer{
	position:relative;
	width:100%;
	height:100px;
}
.matchTimelineTeams{
	position: absolute;
    width: 5%;
    top: 13px;
    padding: 5px;
}
.matchTimelineTeams img{
	width: 80%;
    height: auto;
    max-width: unset !important;
    padding: 4px;
}
.matchTimeline{
	width:90%;
	margin: 0 auto;
    background: #777;
	height:1px;
	position: absolute;
    top: 50%;
    left: 5%;
}
.timelineRedCard{
	width:14px;
	height:20px;
	background-color:#ff0000;
	display:inline-block;
}
.timelineYellowCard{
	width:14px;
	height:20px;
	background-color:#F7E306;
	display:inline-block;
}
.timelineHgoal{
	position:absolute;
	bottom:15px;	
}
.timelineVgoal{
	position:absolute;
	top:15px;	
}
.timelineMinute{
	position: absolute;
    top: -11px;
    font-family: RealTime-Regular;
    background-color: #fff;
    text-align: center;
    font-size: 15px;
}
.lineupDiv{
	margin:0 auto;
	padding:30px;
}
.lineupDiv h5{
	font-family:TTCommons-ExtraBoldItalic;
	font-size:30px;
	text-transform: uppercase;
}
.lineupList{
	list-style:none;	
}
.lineupList li{
	margin-bottom: 12px;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
}
.lineupListGroup{
	font-size: 18px;
    margin-left: -16px;
    padding-right: 0px;
    text-transform: uppercase;
}
.lineupPitchContainer{
	width:100%;
	padding: 30px 0px 80px 0px;
	background: rgb(204,204,204);
	background: -webkit-linear-gradient(bottom left, rgba(204,204,204,1) 0%, rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(bottom left, rgba(204,204,204,1) 0%, rgba(240,240,240,1) 100%);
	background: linear-gradient(to top right, rgba(204,204,204,1) 0%, rgba(240,240,240,1) 100%);
}
#lineupPitch{
	width:556px;
	height:400px;
	background-image:url('/images/pitch_lines.png');
	background-repeat:no-repeat;	
	color: #EFEFEF;
	margin:0 auto;
	background-size:contain;
}
#lineupField{
	height: 350px;
	margin: 15px 30px 40px;
	position: relative;
	width: 497px;
}
.positionHeadshot{
	border-bottom:0px;	
}
.positionHeadshot img{
	width:30px;
	height:auto;	
}
.positionTipsy{
	border-bottom:0px;
	text-align:left;	
}
.positionTipsy img{
	height:13px;
	width:auto;	
}
div.pitch_position.coach .sign {
    position: relative;
    top: 2px;
    left: 0.5px;
    font-size: 14px;
}
.pitch_position{
	position: absolute;
	text-align: center;
	width: 54px;	
}
div.pitch_position.sub {
    position: relative;
    top: 107%;
	width:48px;
}

div.pitch_position.sub.home {
    float: right;
    right: 56%;
}

div.pitch_position.sub.away {
    float: left;
    left: 56%;
}

div.pitch_position.coach {
    top: 107%;
    width: 30px;
}

div.pitch_position.coach .coach {
    height: 32px;
    width: 28px;
}

div.pitch_position.coach.home {
    float: left;
    left: 44%;
}

div.pitch_position.coach.away {
    float: right;
    right: 44%;
}

div.pitch_position.referee {
    left: 47.5%;
    top: -3.4%;
    width: 25px
}

div.pitch_position.referee .shirtnumber, div.pitch_position.coach .coach, div.pitch_position.referee.assistant .shirtnumber  {
    background-image: url("/images/pitch_circle_black.png")
}

div.pitch_position.assistant.assistant_1 { left: 42%; }
div.pitch_position.assistant.assistant_2 { left: 53%; }
div.pitch_position .shirtnumber, div.sub_position .shirtnumber {
    display: block;
    font-size: small;
    background-repeat: no-repeat;
    background-position: center center;
    height: 32px;
    line-height: 25px;
    margin: auto;
    width: 25px;
    font-family: RealTime-Regular;
	position: relative;
}
div.pitch_position.home .shirtnumber,
div.pitch_position.sub.si.home .shirtnumber  {
    background-image: url("/images/pitch_circle_home_dark.png")
}
div.pitch_position:before{
	content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    text-decoration: inherit;
    font-weight: 900;
    positioN: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
	color:#000;
}
div.pitch_position.away:before{
	color:#444;
}
div.pitch_position.away .shirtnumber, div.pitch_position.away .sign{
	color:#fff;
}
div.pitch_position.away .shirtnumber,
div.pitch_position.sub.si.away .shirtnumber {
    background-image: url("/images/pitch_circle_away_dark.png")
}

div.pitch_position.GK .shirtnumber {
    background-image: url("/images/pitch_circle_keeper.png")
}

div.pitch_position.home .shirtnumber.subbedout,
div.pitch_position.sub.home .shirtnumber {
    background-image: url("/images/pitch_circle_home_light.png")
}

div.pitch_position.away .shirtnumber.subbedout,
div.pitch_position.sub.away .shirtnumber {
    background-image: url("/images/pitch_circle_away_light.png")
}
div.pitch_position .playername {
    font-size: xx-small;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 43px;
    margin: -5px auto auto;
	color: #000;
    text-transform: uppercase;
}
div.pitch_position.L, div.grid.L   { top: 9%; }
div.pitch_position.CL, div.grid.CL { top: 29%; }
div.pitch_position.C, div.grid.C   { top: 49%; }
div.pitch_position.CR, div.grid.CR { top: 69%; }
div.pitch_position.R, div.grid.R   { top: 89%; }

div.pitch_position.GK, div.grid.GK { left: -5.5%; }
div.pitch_position.D1, div.grid.D1 { left: 4%; }
div.pitch_position.D2, div.grid.D2 { left: 8%; }
div.pitch_position.DM, div.grid.DM { left: 16%; }
div.pitch_position.M,  div.grid.M  { left: 23%; }
div.pitch_position.AM, div.grid.AM { left: 31.5%; }
div.pitch_position.A,  div.grid.A  { left: 40%; }
div.pitch_position.F,  div.grid.F  { left: 40%; }

div.pitch_position.L.away, div.grid.L   { top: 89%; }
div.pitch_position.CL.away, div.grid.CL { top: 69%; }
div.pitch_position.C.away, div.grid.C   { top: 49%; }
div.pitch_position.CR.away, div.grid.CR { top: 29%; }
div.pitch_position.R.away, div.grid.R   { top: 9%; }

div.pitch_position.GK.away { left: inherit; right: -5.5%; }
div.pitch_position.D1.away { left: inherit; right: 4%; }
div.pitch_position.D2.away { left: inherit; right: 8%; }
div.pitch_position.DM.away { left: inherit; right: 16%; }
div.pitch_position.M.away  { left: inherit; right: 23%; }
div.pitch_position.AM.away { left: inherit; right: 31.5%; }
div.pitch_position.A.away  { left: inherit; right: 40%; }
div.pitch_position.F.away  { left: inherit; right: 40%; }

.lineupFieldHomeTeam{
	position:absolute;
	top:-30px;
	left:-6%;
	font-family:TTCommons-ExtraBoldItalic;
	text-transform: uppercase;
	color:#333;
}
.lineupFieldAwayTeam{
	position:absolute;
	top:-30px;
	right:-6%;
	font-family:TTCommons-ExtraBoldItalic;
	text-transform: uppercase;
	color:#333;
	
}
.matchPlayerShirt{
	color: #444;
	font-weight: 600;
	margin-right: 2.5%;
	width: 30px;
	text-align: right;
	display: inline-block;	
	font-family:RealTime-Regular;
	font-size: 23px;
    line-height: 50px;
    vertical-align: middle;
}
.matchPlayerPhoto{
	display:inline-block;
	width:50px;
	height:50px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:top center;
	vertical-align: middle;
}
.matchPlayerEvents{
	display:inline;
	font-weight:normal;
	padding-left:10px;	
}
.matchPlayerEvents img{
	height:13px;
	width:auto;
}
.playbyplayList{
	list-style:none;
	padding:0px;
	margin:0px;	
}
.playbyplayList li{
	padding:0px;
	margin-bottom:5px;
	height:48px;
	line-height:48px;
	font-size:18px;	
	background-color:#f3f3f3;
}
.playbyplayList li.playbyplayVideoClip{
	height:230px;	
}
.playbyplayVideoHolder{
	width: 350px;
    padding-left: 102px;
}
.playbyplayList img{
	width:auto;
	vertical-align: middle;	
}
.playbyplayCommentary{
	display: inline-block;
}
.playbyplayMinute {
	color: #444;
	background-color: #cccccc;
	width:48px;
	height:48px;
	text-align:center;	
	display: inline-block;
	font-family:RealTime-Regular;
}
.playbyplayLogo{
	width:48px;
	height:48px;
	text-align:center;	
	display: inline-block;	
}
.playbyplayLogo img {
	max-width: 70%;
	max-height: 70%;
	position: relative !important;
	top: 0px !important;
    left: 0px !important;
}
.playbyplayDefault .playbyplayLogo{
	height:10px;	
}
.playbyplayGoal{
	background: #000000 !important;
    background: -moz-linear-gradient(left, #000000 0%, #ccc 100%) !important;
    background: -webkit-linear-gradient(left, #000000 0%,#ccc 100%) !important;
    background: linear-gradient(to right, #000000 0%,#ccc 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ccc',GradientType=1 ) !important;
}
.playbyplayGoal .playbyplayMinute, .playbyplayLogo .playbyplayMinute, .playbyplayGoal .playbyplayCommentary, .playbyplayGoal i{
	color:#fff !important;
	background-color: unset !important;
}
.fa-share{
	color:#00C000
}
.fa-share.fa-flip-both{
	color:#ff0000;
}
.stat_header {
	display: inline-block;
	text-align: center;
	width: 100%;
	color: #444;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 1px;
	margin-top:15px;
}

.stats_sum_list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.stats_sum_item {
	font-size: 0.8em;
	display: inline-block;
	margin: 5px;
	width: 180px;
	background-color: #ddd;
	padding: 5px;
	text-align: left;
	line-height: 25px;
}
.stats_sum_item span {
	font-weight: 700;
	font-size: 1.5em;
	float: left;
	margin-right: 10px;
}
.home_stat_value {
	text-align: left;
	background-color: #ccc;
}
.away_stat_value {
	text-align: right;
	background-color: #333333;
}
.stat_value {
	color: #ffffff;
	padding: 1%;
	font-weight: bold;
}

.matchInfo{
	display: inline-block;
	width: 100%;
}

.matchInfo ul{
	list-style:none;
	padding-left: 15px;
	  margin: 1em 0px;
}
.matchInfo li{
	display:inline-block;
	width: 100%;
	margin: 0px;
}
.matchInfoIntem{
	color:#fff;
}
.matchInfoIntem span{  
	margin-right: 10px;
	color: #ccc;
    font-family: TTCommons-ExtraBoldItalic;
    font-size: 22px;
	text-transform:uppercase;
}
.matchInfo .col1{
	width:39%;
}
.matchInfo .col2{
	width:60%;
}
.matchInfo .col1 span{
	width:40%;
}
.matchInfo .col2 span{
	width:25%;
}
.matchTeamSummary{
	display: inline-block;
	width: 100%;
	margin-top: 5px;
	background: rgba(255,255,255,.7);
	font-family: TTCommons-ExtraBoldItalic;
	padding: 20px 40px;
}
.matchTeamSummary .teamHolder{
	display: block;
	width: 47%;
	float: left;
}
.matchTeamSummary .homeTeamHolder{
	text-align:left;
}
.matchTeamSummary .awayTeamHolder{
	text-align:right;
}
.matchTeamSummary .TeamSeparator{
	display: block;
	width: 6%;
	float: left;
	text-align: center;
	font-size: 2em;
	color: #444;
	font-weight: 200;
	margin-top: 45px;
	height: 135px;
}
.matchTeamSummary .prevGames{
	color:#fff;
	font-size:2em;
	font-weight:400;
	padding: 5px;
	min-height: 32px;
}
.matchTeamSummary .mcteamName{
	font-size: 1.9em;
	font-weight: 600;
	color: #444;
	padding: 5px;
	padding-bottom:10px;
	height: 120px;
  text-transform:uppercase;
}
.matchTeamSummary .mcteamName .sTeamName{
	width:195px;
	display: inline-block;
}
.matchTeamSummary    .mcteamLogoHome{   
	height: 100px;

}
.matchTeamSummary    .mcteamLogoAway{   
	height: 100px;

}
.homeTeamHolder .logoScoreHolder{
	width: 100px;
	float: right;
	margin-top: -30px;
	text-align: center;
}
.awayTeamHolder .logoScoreHolder{
	width: 100px;
	float: left;
	margin-top: -30px;
	text-align: center;
}
.homeTeamHolder .mcScore{

	margin-top: -10px;
	width: 50px;
	text-align: center;
	font-size: 1.8em;
	display: inline-block;
	font-family: RealTime-Regular;
}
.awayTeamHolder .mcScore{
	display: inline-block;
	margin-top: -10px;
	width: 50px;
	text-align: center;

	font-size: 1.8em;
	font-family: RealTime-Regular;
}
.mcGoals{
	background-color: #f2f2f2;
	padding:10px;
	width:47%;
  vertical-align: top;
}
.mcGoals span{
	font-weight:bold;
  margin: 0 10px;
}
.mcGoalsHome{
	background-color: #f2f2f2;
	padding: 10px;
}

.mcGoalsSeparator {
  	width: 6%;
}
  
.mcTScores{
	
	width: 100%;
	margin-top: -5px;

}
.mcTScores p{
	margin:0;
}
.mcTScores .homeGoals{
	text-align:right; 
}
.mcTScores .awayGoals{
	text-align:left; 
}

/* ALT MATCH CENTER */

.matchCenterLeftList{
	margin:0;
	padding:0;
	width:100%;
	margin-left: 20px;
}
.matchCenterLeftList li{
	list-style:none;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #333;
	min-height:33px;
	display: table;
    width: 100%;
}
.matchCenterLeftList .noBorder{
	border-bottom:0px;
}
.matchCenterLeftList div{
	display: table-cell;
    vertical-align: middle;
	height:100%;
}
.matchCenterLeftList .matchCenterListHeader{
	background-color:#000;
	color:#fff;
	font-family: TTCommons-ExtraBoldItalic;
	text-transform:uppercase;
	padding:5px;
}
.matchCenterLeftList .listLabel{
	width:50%;
	font-family: RealTime-Regular;
	text-transform:uppercase;
	font-size:12px;
}
.matchCenterLeftList .listValue{
	width:50%;
	font-family: TTCommons-ExtraBoldItalic;
	text-transform:uppercase;
	font-size:12px;
}
.matchCenterLeftList .matchCenterListDivider{
	height: 15px;
    background-color: #e0e0e0;
    min-height: 15px;
}
.matchCenterLeftList .listScore{
	width:10%;
	font-family: RealTime-Regular;
    text-align: center;
	font-size:14px;
}
.matchCenterLeftList .listScoreWinner{
	background-color:#ccc;
}
.matchCenterLeftList .listLogo{
	width:10%;
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
}
.matchCenterLeftList .listTeamName{
	width:80%;
	font-family: TTCommons-ExtraBoldItalic;
	text-transform:uppercase;
    padding-left: 10px;
	font-size:14px;
}


/* SCHEDULE PAGE */

.nextMatchInfoSchedule{

}

.nextMatchHomeAwaySchedule{
	float: left;
	width: 10%;
	height: 66px;
	text-align: center;
	color: #555;
	font-size:22px;
	font-weight: 300;
	line-height: 74px;
}
.nextMatchHomeAwayVsSchedule{
	float: left;
	width: 15%;
	height: 66px;
	text-align: center;
	color: #000;
	font-size:45px;
	font-weight: 300;	
	line-height: 66px;
}
.nextMatchLogoSchedule {
	float: left;
	width: 20%;
	height: 58px;
	padding: 1% 3%;
	text-align: center;	
}
.nextMatchLogoSchedule img{
	width: auto;
	height: 90%;	
}
.nextMatchDetailsSchedule {
	float: left;
	height: 54px;
	width: 49%;
	padding-top: 5px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;	
}
.nextMatchDetails1Schedule{
	display:block;
	font-size:20px;
	line-height:24px;
}
.nextMatchDetails2Schedule{
	display:block;
	font-size:24px;
	line-height:24px;
}
.nextMatchDetails3Schedule{
	display:block;
	font-size:small;
	line-height:14px;
}
.nextMatchWatchSchedule{
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: #FFDB00;
	text-transform: uppercase;
	font-weight: 600;
	padding: 3px 0;	
}

.upcomingMatchInfoSchedule{
	background-color: #f3f3f3;	
	position: relative;
	width: 90%;
	margin: 15px auto;
}
.upcomingMatchDetailsSchedule{
	width:50%;	
	text-transform: uppercase;
	padding: 3%;
}
.upcomingMatchLinkSchedule{
	text-align:center;
	position:absolute;
	top:7px;
	right:10px;	
}
.upcomingMatchDetails1Schedule{
	color:#999;
	display:block;
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
}
.upcomingMatchDetails2Schedule{
	display:block;	
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
}
.upcomingMatchDetails3Schedule{
	color:#999;
	display:block;
	line-height:14px;
	text-transform:none;
}
.upcomingMatchCenterSchedule{
	width:22%;
	text-align:center !important;
	vertical-align:middle !important;
	background-color:#a81932;
}
.upcomingMatchCenterSchedule a{
	display:block;
	background-color:#a81932;
	color:#f3f3f3;
	width:100%;
	height:100%;
	font-size:20px;
	font-weight:bold;
}
.upcomingMatchWatchHere{
	width:22%;
	text-align:center !important;
	vertical-align:middle !important;
}
.upcomingMatchWatchHere a{
	display:block;
	background-color:#f3f3f3;
	color:#a81932;
	width:100%;
	height:100%;
	font-size:20px;
	font-weight:bold;
}
.upcomingMatchResultsSchedule{
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width: 22%;
}
.fixtureTable {
width: 100%;
}

.fixtureTable th {
padding: 10px;
text-align: left;
font-size: 14px;
}

.fixtureTable .event_time {
float: none;
border-top: 2px solid #000;
}

.fixtureTable td img {
	width: 50px;
  float: left;
	margin: 0 10px;
}

.dataRow td {
  padding: 25px 0 35px;
  }

              

.dataRow {
  text-align: center;
}
  
.dataRow .resultCol {
width: 24%;
text-align: center;
}  

.dataRow .resultCol .button {
display: block;
}
      
.resultCol .matchResultScore {
font-size: 3em;
margin: 10px 0;
font-weight: 600;
display: block;
width: 100%;
background: #fff;
}      

.dataRow .teamCol {
width: 35%;
text-align: center;
}

.dataRow .teamCol span {
	margin: 10% 0;
	width: 50%;  
	font-size: 1.17em !important;      
  	float: none !important;
	font-weight: 600;  
}

.dataRow .teamCol img {
	height: 100px;
	width:auto;
  	float: none !important;
}

#fixtureTableHolder h3 {
margin-bottom: 0;
  background-color: #EEE;
  padding: 10px;
}

.homeMatchClass {
  background-color: #ccc;
}

#scheduleTable {
width: 100%;
}

.dayRow td {
 background-color: #bdc2c8;
color: #003166;
font-weight: 600;
font-size: 1em;
text-transform: uppercase;
padding:4px;  
}


#scheduleTable  .schedule_time{
  background-color:#013064;
  color:#fff;
  border-bottom: 1px solid #fff;
  }
#scheduleTable  .schedule_round, #scheduleTable .schedule_venueName{
  background-color:#003d74;
  color:#fff;
  border-bottom: 1px solid #fff;
  }
#scheduleTable  .schedule_team_A_name,#scheduleTable  .schedule_team_B_name{
  background-color:#fff;  
  color:#013064;
}
#scheduleTable .schedule_result{
    background-color:#fff;  
  color:#013064;
  text-align:center;
  font-size: 1.4em;
  font-weight: 600;
}
#scheduleTable .schedule_calltoaction{
  padding-left:0px;
  padding-right: 0px;
	vertical-align:top;
}
.schedule_page_header{
   background-color: #fff;
text-transform: uppercase;
font-size: .9em;
  }
.schedule_page_header th{
  padding: 10px;
  text-align:center;
  }

#scheduleTable td {
padding: 10px;
font-size: 12px;
text-transform: uppercase;  

}
.scheduleTeamLogo{
	
}
.scheduleSidebar h2{
margin: 8px 0 15px;
}
.btnScheduleWatchLive{
width: 92px;
}

#scheduleTable .SMStatus_Playing .schedule_time {
background-color: #009146;
}

#scheduleTable .SMStatus_Playing .schedule_round, #scheduleTable .SMStatus_Playing .schedule_venueName {
background-color: #00A652;
}

.schedule_calltoaction a {
 display:inline-block;
	width: 50px;
    margin-bottom: 3px;
}

.broadcast1{
	background-image:url("/images/icon-tv.png");
	background-repeat:no-repeat;
	background-size: 14px;
    background-position: left top;
    padding-left: 20px;	
}

.broadcast2{
	background-image:url("/images/icon-radio.png");
	background-repeat:no-repeat;
	background-size: 14px;
    background-position: left top;
    padding-left: 20px;	
}

#scheduleTable .matchCenterSmall, #scheduleTable .btnScheduleWatchLive {
font-size: 12px;
}


#scheduleTable .SMStatus_Playing .btnScheduleWatchLive {
background-color: #00A652;
color: #fff;
border-right-color: #00A652;
}


#scheduleTable .SMStatus_Playing .btnScheduleWatchLive:hover {
color: #00A652;
background-color: #fff;
border-right-color: #00A652;
}

.filters{
	width:100%;
	padding:10px;
	background-color: #e0e0e0;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}
.filters div{
	display:inline-block;
	margin-right:20px;
}
.filtersAltColor{
	background-color:#333;
}
.gameSliderList li{
	height:105px;
	background-color:#e0e0e0;
}
.gameSliderList .scheduleHome, .gameSliderList .scheduleAway{
	top:0px;
	left: 26px;
}
.gameSliderTeamLogo{
	position:absolute;
	background-size:contain;
	background-position: center center;
	width: 20%;
    height: 95px;
    left: 55px;
    top: 0px;
    background-repeat: no-repeat;
    margin: 5px;
}
.gameSliderList .scheduleGameInfo{
	margin-left: 36%;
	text-align: left;
	padding-top: 10px;
}
.gameSliderList .scheduleTime{
	font-size:18px;
}
.gameSliderList .scheduleTime2{
	font-size:16px;
}
.gameSliderList .scheduleVenue{
	font-size:13px;
}
.gameSliderList .scheduleTickets{
	right:26px;
	margin: 5px;
    height: 95px;
}
.gameSliderList .scheduleTickets a{
	font-size: 18px;
    padding-top: 15px;
}
.gameSliderList .scheduleResult{
	position: absolute;
    top: 10px;
    right: 60px;
}
.gameSliderList .scheduleMatchCenter{
	width: 30%;
    right: 31px;
    bottom: 5px;
	font-size: 12px;
}
.gameSliderList .scheduleBroadcastGroup{
	position: absolute;
    width: 30%;
    top: 0px;
    right: 31px;
    padding-left: 0;
    text-align: center;
    border-top: 0px;
}
.gameSliderList .scheduleBroadcast{
	padding-right: 0px;
    display: block;
}
.gameSliderList .scheduleBroadcast img{
	padding: 3px;
    margin: 0 auto;
}
.bx-wrapper .bx-controls-direction a{
	height: 100%;
    top: 0px;
    margin-top: 0px;
	text-indent:0px;
}
.bx-wrapper .bx-prev{
	left:0px;
	background:none;
}
.bx-wrapper .bx-prev:after{
	font-family: "FontAwesome";
   	content: "\f104";
	top: 34%;
    position: absolute;
    color: #ccc;
    font-size: 24px;
    left: 8px;
}
.bx-wrapper .bx-next{
	right:0px;
	background:none;
}
.bx-wrapper .bx-next:after{
	font-family: "FontAwesome";
   	content: "\f105";
	top: 34%;
    position: absolute;
    color: #ccc;
    font-size: 24px;
    right: 8px;
}
/* MATCHCENTER PAGE */
.matchCenterTimeline{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.matchCenterTimelineGradient{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.12+0,0.61+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.7) 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.7) 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.7) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f000000', endColorstr='#9c000000',GradientType=0 ); /* IE6-9 */
	padding-top: 20px;
	position:relative;
}
.matchCenterTimelineBar{
	position:absolute;
	width:100%;
	height:50px;
	background: rgba(251,79,20,.8);
    top: 70px;
}
.matchCenterTimeline .Opta>.Opta_W, .matchCenterTimeline .Opta>.Opta_W>div{
	background:initial !mportant;
	background-color:initial !important;
	color:#fff !important;
	margin:0px !important;
}
.matchCenterTimeline .Opta-Tooltip h3{
	background:#000 !important;
}
.matchCenterTimeline .Opta-Tooltip div{
	color:#000;
	background:#fff !important;
}
.matchCenterTimeline .Opta .Opta-MatchHeader{
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.matchCenterTimeline .Opta-Wide td.Opta-Team{
	font-weight:bold;
}
.matchCenterTimeline .Opta-TeamFormation{
	font-size:16px;
}
.matchCenterTimeline .Opta .Opta-MatchHeader tr.Opta-Score-Extras td span{
	color:#fff;
}
.matchCenterTimeline .Opta .Opta-MatchHeader div.Opta-MatchHeader-Details>div, .Opta .Opta-MatchHeader tr.Opta-MatchHeader-Details td>div, .matchCenterTimeline div.Opta-Matchdata{
	background:initial !important;
}
.matchCenterTimeline .Opta_F_TL.Opta_F_TL_N .Opta-Time abbr, .Opta_F_TL.Opta_F_TL_N .Opta-Time span{
	color:#fff !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.timelineLogoHome, .timelineLogoAway{
	display:none;
}
#matchCenterTab.nav-tabs>li>a{
	background: rgba(255,255,255,.7);
	color:#000000;
}
#matchCenterTab.nav-tabs>li>a:hover{
	background-color:#ddd;
	color:#000000;
}
#matchCenterTab.nav-tabs>li.active>a, #matchCenterTab.nav-tabs>li.active>a:focus, #matchCenterTab.nav-tabs>li.active>a:hover{
	background-color:#fff;
	color:#000000;
}
.whereToWatch{
	color: #aaa;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    line-height: 55px;
    vertical-align: middle;
}
.whereToWatchPartners{
	display: inline-block;
    padding-left: 25px;
}
.whereToWatchPartners img{
	max-height: 50px;
    width: auto;
    max-width: 100px;
}

/* STANDINGS PAGE */
.standingsTeamNameL{
	text-align:left;
	width: 300px;
}
.standingsTeamNameL div{
	display:inline-block;
	min-width:40px;
}
.standingsImgL{
	text-align: center;	
	width: 100px;
}
.standingsImgL img {
	max-width: 35px;
    max-height: 35px;
}
.standingsDataL{
	text-align:center;
	vertical-align:middle !important;
}
.standingsDataL .label{
	width: 25px;
    margin-right: 2px;
    display: inline-block;
}
.standingsRankL, .standingsPtsL{
	background-color: #ddd;
    border-top: 1px solid #fff !important;
	font-weight:bold;
	text-align:center;
	vertical-align: middle !important
}
.teamHighlight {
    background-color: #333 !important;
    color: #ffffff;
}
.teamHighlight a, .teamHighlight a:visited{
	color:#ffffff !important;
}
.standingsRecord {
    margin: 0;
    padding: 0;
}
.standingsRecord li {
    list-style: none;
	padding:0px;
    margin: 0px;
    display:inline-block;
}
.badge-win{
	background-color:green;
}
.badge-loss{
	background-color:red;
}
.badge-custom{
	padding: 4px;
    min-width: 20px;
	font-size:11px;
}

/* ROSTER PAGE */
.rosterList{
	padding:0;
	margin:0;
}
.rosterList li{
	list-style:none;
	overflow:hidden;
	margin-bottom:20px;
}
.rosterList a{
	display:block;
	overflow:hidden;
}
.rosterList .playerBioPopup {
    position: absolute;
    top: 80%;
    width: 100%;
    height: 100%;
    color: #fff;
	left:0px;
	padding-left:15px;
	padding-right:15px;
}
.playerBioPopupInner{
	position:relative;
	width:100%;
	height:100%;
	overflow: hidden;
}
.rosterList .playerName{
	display: inline-block;
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #FB4F14;
    padding-left: 17%;
}
.rosterList .playerNumber{
	width: 14%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    vertical-align: middle;
    background-color: #000000;
    font-weight: bold;
    position: absolute;
    left: 0px;
}
.rosterList .playerPhoto{
	width:100%;
}
.rosterList .playerDetails{
	padding-left:10px;
	padding-bottom:4px;
}
.rosterList .playerPosition{
	font-weight:bold;
	padding-top:10px;
	font-size:14px;
}
.rosterTable .playerPhoto{
	max-width:70px;
	height:auto;
}
#rosterTable.table>tbody>tr>td{
	vertical-align: middle;
}
.teamPagePhoto{
	width:100%;
	background-size:cover;
	background-position: center;
	margin-bottom:20px;
	min-height:400px;
}

.teamPageLogo{
    display: inline-block;
    margin-top: 30px;
    margin-left: 30px;
	margin-bottom: 30px;
}
.teamPageName{
	display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    font-size: 52px;
    font-weight: bold;
	width:100%;
	padding-left:20px;
	color:#fff;
	text-align: left;
}
.teamPageDescription{
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    padding-bottom: 100px;
}

.teamPageConference{
	font-size: 24px;
	width:100%;
	padding-left:20px;
	background-color:#333;
	color:#fff;
    padding-top: 3px;
    padding-bottom: 4px;
    border-bottom: 3px solid #000;
	opacity: .9;
}
.teamPageIcons ul{
	margin:0;
	padding:0;
	margin-top: 10px;
	padding-left:20px;
}
.teamPageIcons li{
	list-style:none;
	display:inline-block;
	margin-right:10px;
	background-color: #fff;
    padding: 10px;
    border-radius: 30px;
}
.teamContact{
	padding-left:20px;
	color:#fff;
	display: inline-block;
    vertical-align: top;
}
.teamContact a{
	color:#fff !important;
}
.teamContact .fa{
	margin-right:10px;
}
.teamContactPerson{
	font-size:16px;
	font-weight: bold;
	margin-top:20px;
}
.teamContactTitle{
}
.teamContactEmail{
	margin-bottom:15px;
}
.teamPagePhotoOverlay{
	position: absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
}
.rosterFullPhoto img{
	max-width:100%;
}
.playerBioSlide {
    position: absolute;
    width: 100%;
    right: -300px;
    bottom: 10px;
    height: 30px;
    background-color: #000000;
    color: #fff;
    text-indent: 30px;
    line-height: 30px;
    font-size: 16px;
}
.photoAction{
	width:100%;
	height:350px;
	background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}
.photoAction img{
	position:absolute;
	top: 40%;
    right: 10%;
    transform: translateY(-50%);
	max-width:200px;
	max-height:200px;
}

.playerRibbon{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:80px;
	background:rgba(251,79,20,.8);
}
.photoHeadshot{
	position:absolute;
	top:-100px;
	left: 20px;
    width: 21.6%;
}
.photoHeadshot img{
	max-width:100%;
	height: auto;
}
.playerRibbon .playerNumber{
	position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    left: 270px;
    background-color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #000000;
}
.playerRibbon .playerName{
	position: absolute;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    left: 370px;
    font-size: 32px;
    color: #fff;
    font-weight: bold;	
}
.playerRibbon .playerPosition{
	height:30px;
	width:100%;
	color:#fff;
	font-weight:bold;
	background-color:#000000;
	font-size:18px;
	line-height:30px;
    text-align: center;
    text-transform: uppercase;
}
.playerCareerStats{
	padding-left:25%;
	margin-bottom:30px;
}
.playerCareerStats .playerStat{
	font-weight:bold;
	text-transform: uppercase;
	text-align:center;
	font-size:12px;
}
.playerCareerStats .playerStatValue{
	font-weight:bold;
	color: #777;
    text-align: center;
    font-size: 34px;
}
.playerInfoBlock{
	margin:0;
	padding:0;
	border-top:5px solid #FB4F14;
	margin-bottom:30px;
}
.playerInfoBlock li{
	list-style:none;
	margin:0;
	padding:2px;
	border-bottom:1px solid #ddd;
	font-size:12px;
}
.playerInfoBlock li:nth-child(odd){
    background-color:#f9f9f9;
}
.playerInfo{
	display:inline-block;
	width:40%;
}
.playerInfoValue{
	font-weight:bold;
	display:inline-block;
	width:55%;
	margin-left:5%;
}
#appearancesTab td a{
	color:rgb(51, 51, 51);
}
/*
#appearancesTab tr:hover td, #appearancesTab tr:hover td a {
    background-color: #000000 !important;
	color:#fff;
}
*/
.table-hover tr:hover td, .table-hover tr:hover td a {
    background-color: #000000 !important;
	color:#fff !important;
}

#appearancesTab td:hover {
    cursor: pointer;
}
.coachName{
	background-color:#ddd;
	font-weight:bold;
	text-align:center;
	padding:3px;
	font-weight:bold;
	font-size:16px;
	color:#333;
}
.coachPosition{
	background-color:#FB4F14;
	color:#fff;
	text-align:center;
	padding:3px;
}
.coachName a, .coachName a:hover, .coachPosition a, .coachPosition a:hover{
	color:#fff;
	text-align:center;
	display:block;
}
.coachImageLarge{
	max-width:33%;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
}
.staffItem{
	margin-bottom:30px;
	border-radius: 5px;
}
.staffPhotoContainer{
	overflow:hidden;
	width: 80%;
    height: 100%;
    margin: 0 auto;
    border-radius: 300px;
    border: 5px solid #fff;
    box-shadow: 1px 7px 10px rgba(0,0,0,0.1);
}
.staffPhoto{
	background-size:cover;
	background-position: center center;
	background-repeat:no-repeat;
	height:0px;
	padding-bottom:100%;
	width:100%;
	transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.staffItem:hover .staffPhoto{
	transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
}
.staffName{
	color:#000;
	font-size:18px;
	font-weight:bold;
	padding:10px;
	min-height: 90px;
	text-align: center;
}
.staffPosition{
	color:#888;
	font-size:14px;
	font-weight: normal;
}
.staffBio{
	font-size: 14px;
    font-weight: normal;
    text-align: left;
    width: 80%;
    margin: 0 auto;
    padding-top: 15px;
}
/* NEWS PAGE */
.newsGrid{
	margin-top: 25px;
}
.newsGrid .newsItem{
	overflow:hidden;
	width:33.3%;
	width: calc(81% / 3);
	margin:3%;
	background-color:#f9f9f9;
	display:inline-block;
	position:relative;
	box-shadow: 0px 4px 20px rgba(0,0,0,.3);
}
.primaryNewsItem{
	width: 100% !important;
}
.secondaryNewsItem{
	width: calc(100% / 2) !important;
}
.newsItem:nth-of-type(odd){
/*	background-color:#fff; */
}
.mainNewsPicContainer{
	overflow:hidden;
	width:100%;
	height:100%;
}
.mainNewsPic{
	background-size:cover;
	background-position: center center;
	background-repeat:no-repeat;
	height:0px;
	padding-bottom:60%;
	width:100%;
	transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.newsItem:hover .mainNewsPic{
	transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */ 
}
.mainNewsTitleContainer{
	width:100%;
	padding:2%;
	position:relative;
	min-height: 150px;
}
.mainNewsTitle{
	font-size:18px;
	color:#444;
	margin-top:10px;
}
.mainNewsSubTitle{
	font-size:12px;
	color:#777;
}
.mainNewsDate{
	position: absolute;
    right: 0px;
    top: -14px;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    font-size: 11px;
    text-transform: uppercase;
}
.newsItemPic, .newsItemPic img{
	width:100%;
}
.newsItemDate{
	color: #777;
    font-size: 14px;
    font-style: italic;
    position: absolute;
    right: 20px;
    bottom: 0;
}
.newsItemTitle{
	color: #444;
    font-weight: 700;
}
.newsItemSubTitle{
	padding-top: 10px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #666;
}
.newsItemMeta{
	border-left:1px solid #444;
	min-height:150px;
	margin-top:20px;
	text-align:right;
}

.sidebarNews .mainNewsContainer{
	display: table;
    width: 100%;
    margin-bottom: 10px;
}
.sidebarNews .mainNewsPicContainer{
	width: 40%;
    margin-right: 3%;
    display: table-cell;	
}
.sidebarNews .mainNewsTitleContainer{
	display: table-cell;
    width: 55%;
    vertical-align: top;
}
.sidebarNews .mainNewsDate{
	bottom: 5px;
    top: unset;
}
.sidebarNews .mainNewsTitle{
	margin-top:-10px
}
/* VIDEO PAGE / COLORBOX */

#videoResults{
	padding:0;
	margin:0;
}
#videoResults li{
	list-style:none;
	display:inline-block;
	width: 46%;
    margin: 2%;
    vertical-align: top;
	height: 174px;
}
#videoResults img{
	max-width:100%;
}
.videoTitle{
	color:#333;
	font-size: 14px;
    padding-top: 10px;
    font-weight: bold;
    border-top: 1px solid #ccc;
}
.videoDate{
	display:inline-block;
	color: #888;
}

.video-container {
    position: relative;
    padding-bottom: 54%;
    padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}
.home-video-container{
	padding-bottom: 61.3%;
    margin-left: -15px;
    padding-top: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-video-container iframe,
.home-video-container object,
.home-video-container embed {
    position: absolute;
    top: 0;
    left: -5%;
    width: 110%;
    height: 100%;
}

.videoItemPlayButton{
	position: absolute;
    left: 45%;
    top: 20%;
    font-size: 50px;
    opacity: .7;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(images/cb-loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/cb-controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/cb-controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/cb-controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}



/* FOOTER */
.footerLogin{
	float:right;
}
.footerSponsors{
	padding-top:50px;
	text-align: center;
	margin-bottom:50px;
}

.footerNews{
	background:rgba(255,255,255,.8);
}
.footerNews .bigSectionHeader1{
	color:#fff;
}
#sponsorSlider{
	margin:0px;
	padding:0px;
}
#sponsorSlider li{
	text-align:center;
/*
	filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
	border-right:1px solid #999;
*/
	height:103px;
	display:inline-block;
	filter: grayscale(1) contrast(.5);
}
#sponsorSlider li a{
	display:block;
	width:100%;
	height:100%;
	vertical-align:middle;
}
#sponsorSlider li:hover{
	filter:none;
	opacity:1;
}
#sponsorSlider img{
	margin:0 auto;
	display:block;
	vertical-align: middle;
	max-height:100px;
	max-width:80%;
}
.homeAffiliates{
	margin:0px;
	padding:0px;
	text-align: center;
}
.homeAffiliates li{
	list-style:none;
	display:inline-block;
	width:19%;
}
.homeAffiliates img{
	max-width:100%;
	max-height: 122px;
}
.footerTeam{
	padding-top:20px;
	padding-bottom:20px;
}
.footerTeam a{
	color:#fff;
}
.footerTeamInfo{
	width: 15%;
    display: block;
    margin: 0 auto;
	padding-top:30px;
}
.footerTeamInfo .navSocial{
	float: none;
    margin: 0 auto 0 auto;
    text-align: center;
}
#footerTeamLogo{
	display:inline-block;
	width:100%;
	height:auto;
}
.footerSiteMap{
	width:85%;
	vertical-align: top;
	padding-top: 40px;
	margin: 0 auto;
    display: block;
    padding-bottom: 40px;
}
.footerSiteMap ul{
	margin:0px;
	padding:0px;
	text-align:center;
}
.footerSiteMap ul li{
	display:inline-block;
	list-style: none;
	vertical-align: top;
}
.footerSiteMap ul li a{
	display: block;
    font-size: 12px;
    vertical-align: top;
    margin-right: 8px;
    margin-left: 8px;
    padding: 5px;
    font-weight: bold;
    text-transform: uppercase;
}
.footerSiteMap ul li ul li{
	display:block;
}
.footerSiteMap ul li ul li a{
	display: block;
    background-color: initial;
    border-right: 0px;
    font-size: 11px;
    font-weight: normal;
    text-transform: initial;
}
.copyright{
	text-align: center;
	color: #999;
}
#footerLinks{
	float:right;
	margin:0;
	padding:0;
}
#footerLinks li{
	padding:0;
	padding-right:20px;
	margin:0;
	display:inline-block;
	list-style:none;
}
#footerEzit{
	clear:both;
	width:100%;
	text-align:center;
	padding:30px;
	background-color:#ccc;
}
#footerEzit img{
	width:auto;
	height: 15px;
}
.footerAddress, .footerPhone{
	text-align: center;
    color: #666;
}
.footerPhone{
	padding-top:10px;
	padding-bottom:40px;
}
.wsmenu{
	border-left:0px;
	font-family:"Lato";
	font-size:14px;
}
.wsmenu-list{
	text-align:center;
	text-align: right;
}
.wsmenu-list > li.rightmenu{
	margin-left: 50px;
	margin-top: 24px;
}
.wsmenu-list > li{
	float: none;
    display: inline-block;
/*	
	float: none;
    display: inline-block;
	*/
}
.wsmenu-list > li > a{
	border-right:0px;
	padding:0px 10px 0px 10px;
	line-height: 100px;
}
.wsmenu-list > li > a.active{
	border-bottom: 3px solid #e6e6e6;
}
.wsmenu-list li a .arrow:after{
	right: -2px;
	top: 48px;
}
.wsmenu-submenu li a{
	text-transform: uppercase;
    font-weight: 700;
	font-size:12px;
}
.wsmenu-submenu {
    top: 99px;
}
.navbar-fixed-top{
	top:0px;
}
.solidBlock{
	background-color:#781214;
	color:#fff;
	padding:100px;
}
.solidBlock h1{
	font-weight: 900;
    letter-spacing: 1px;
    text-align: center;
}
.photoBlock{
	width:100%;
	height:100%;
	position:relative;
	background-image:url(../images/header-contact-4.jpg);
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
}
.photoBlockInner{
	position:absolute;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);
	width:90%;
}
#mlb2-1273540.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input{
	height:auto;
}
#mlb2-1273540.ml-form-embedContainer .ml-form-embedWrapper{
	background-color:initial !important;
	
}
.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after{
	background:#333;
}
.formHeader{
	padding:10px;
}
/* IPHONE */
@media(max-width:767px){
	header{
		height:80px;
	}
	.wsmenucontainer.wsoffcanvasopener{
		margin-left:auto;
	}
	.wsoffcanvasopener .animated-arrow{
		left: auto;
    	top: -14px;
	}
	.wsmenu .wsmenu-list{
		padding-top: 80px;
	}
	.navbar-fixed-top{
		top:46px;
	}
	.animated-arrow{
		z-index: 9999;
		top: 22px;
	}
	.animated-arrow-absolute{
		/* position:absolute; */
		top: 22px;
	}
	.page-wrapper{
		width:100%;
	}
	.menuRight{
		top: -10px;
    	right: 10px;
	}
	.navbar-nav{
		margin-left: 20px;
	}
	.navNASLteams .navbar-nav{
		margin-left:0px;
	}
	.navNASLteams img {
    	max-width: 25px;
	}
	.navSocial{
		margin-left:5px;
	}
	#currentTeamlogo{
		width: 80px;
    top: -33px;
    margin-left: 10px;
    left: 5%;
	}
	.currentLogoSticky{
		left:5px !important;
	}
	#currentTeamName{
		margin-left: 30px;
    	text-align: center;
	}
	#currentTeamName h1{
		font-size: 16px;
		padding-top: 30px;
	}
	.headerTeamsList{
		display:none;
	}
	#homeNewsMain li{
		width:50%;
	}
	.homeButtons{
		position:relative;
		height:auto;
	}
	.homeButtons li{
		position: relative;
		width: 100%;
		margin-bottom: 20px;
		border-bottom: 1px solid #fff;
		border-right:0px;
		display: block;
		height: 100px;
		padding-bottom: 20px;
	}
	.homeSubNews li{
		width: 100%;
		margin-bottom: 20px;
	}
	.homeNewsLink{
		width:97%;
	}
	.bigSlider .homeNewsLink{
		width:100%;
		height:400px;
	}
	.bigSlider .homeNewsTitleGroup{
		width:100%;
	}
	.bigSlider .homeNewsTitle{
		width: 79%;
    font-size: 23px;
    line-height: 35px;
	}
	.sidebarBannerAdContainer {
    	text-align: center;
		width: 100%;
    padding: 30px 30px 15px 30px;
	}
	.sidebarBannerAdContainer:last-of-type{
		padding: 15px 30px 30px 30px;
	}
	.marginBottom{
		margin-bottom:40px;
	}
	.homeExpansionContainer{
		width:100%
	}
	.squarePadding{
		width:80%;
	}
	.show{
		visibility: visible;
		opacity: 1;
		z-index: 9999;
	}
	.content-wrapper{
		padding-left:0px;
		padding-right:0px;
	}
	.headerPhotoAlt{
		width: 40%;
    	margin-left: 30%;
	}
	.hideMobile{
		display:none;
	}
	.homeNews{
		padding-left:0px;
		padding-right:0px;
	}
	.homeNewsDiv{
		padding-bottom:90%;
	}
	.homeNewsShade{
		padding-bottom: 90%;
	}
	.homeNewsTitleGroup{
		
	}
	.homeNewsReadMore {
		width: 90px;
		padding: 4px;
		font-size: 10px;
	}
	.homeNewsTitle{
		
	}
	.homeNewsSubtitle{
		font-size:14px;
		display: none;
	}
	.smallSectionHeader{
		margin-top:30px;
	}
	.sidebarBannerAdContainerFull{
		margin-bottom:30px;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
		bottom:10px;
	}
	.socialContainer {
    padding: 50px;
}
	.homeNewsTitleGroupSub{
		padding: 10px;
    	border-bottom: 1px dashed #062140;
	}
	#selectSeason select{
		width:100%;
	}
	#scheduleTable td{
		display: inline-block;
    	width: 100%;
	}
	.scheduleTeamLogo{
		width: 18%;
    	margin-left: 11%;
	}
	.scheduleGameInfo{
		width: 65% !important;
		margin-left: 2%;
	}
	.gameSliderList .scheduleGameInfo{
		width:30%;
	}
	.scheduleTime{
		font-size:16px;
	}
	.scheduleTime2{
		font-size:14px;
	}
	.scheduleVenue{
		font-size: 12px;
    	line-height: 14px;
	}
	.scheduleGameType{
		font-size: 10px;
    	padding-top: 0px;
	}
	.scheduleResult{
		font-size: 18px;
    	float: right;
		width: 22%;
	}
	.scheduleTickets{
		width: 95px;
	}
	.scheduleTickets a{
		font-size: 16px;
    	padding-top: 30%;
	}
	.scheduleBroadcastGroup{
		padding-left: 12%;
		padding-top: 10px;
		width: 100%;
	}
	.scheduleBroadcast{
		padding-right: 8px;
	}
	.scheduleBroadcast img{
		max-width: 45px;
    	max-height: 19px;
	}
	.scheduleRecap, .scheduleRecapFuture{
		width:95px;
	}
	.scheduleGoals img{
		width:55px;
	}
	.filters div{
		display: inline-flex;
    	margin: 5px;
	}
	.nav-pills>li{
		display: inline-block;
    	float: none;
	}
	.nav-pills>li+li{
		margin-left: -5px;
	}
	.btn-filter, .nav-pills>li>a{
		padding: 6px 6px;
	}
	.nav-pills-reg>li+li{
		margin-left:0px;
		margin-bottom:10px;
	}
	.rosterList .playerBioPopup{
		top:75%;
	}
	.playerBioPopupInner{
		background:rgba(0,0,0,.85);
	}
	.rosterList .playerPosition{
		text-align:center;
		font-size:16px;
	}
	.playerRibbon{
		height:60px;
	}
	.photoHeadshot{
		top: -250px;
		left: 25%;
		 width: 50%;
	}
	.playerRibbon .playerNumber{
		left:0px;
		width: 60px;
    	height: 60px;
    	line-height: 60px;
		font-size:26px;
	}
	.playerRibbon .playerName{
		left: 80px;
    	height: 60px;
    	line-height: 60px;
		font-size:26px;
	}
	.playerCareerStats{
		padding-left:0px;
	}
	.newsGrid .newsItem, .newsGridSecondary .secondaryNewsItem{
		width:95% !important;
	}
	.newsItemMeta{
		border-left: 0px;
   		margin-top: 0px;
    	min-height: 80px;
	}
	.matchCenterTimeline .Opta-TeamFormation{
		font-size:12px;
	}
	.footerTeamInfo{
		width: 30%;
    	display: block;
	}
	.socialSidebar{
	width:100%;
		
	}
	.pageMarginText{
		margin:0px;
	}
	.aboutNisaBullets{
		margin:100px 0px;
	}
	.aboutNisaBullets li{
		width:100%;
	}
	.staffBio{
		width:100%;
	}
	.socialContent{
		padding:15px;
		font-size:10px;
		margin-top: 42px;
	}
	.sidebarNews .mainNewsTitle{
		font-size:14px;
	}
	.sidebarNews .mainNewsSubTitle{
		display:none;
	}
	.homePhilosophyLeft, .homePhilosophy{
		padding-bottom:100%;
		
	}
	.bigSectionHeader{
		font-size:36px;
	}
	.teamBoxName{
		height:0px;
		padding-bottom:50%;
	}
	.teamBoxName h1 {
		font-size: 24px;
	}
	.teamBoxContent{
		height:auto;
		padding-bottom:20px;
	}
	.teamBoxContent div {
		width: 80%;
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		margin: 0 auto;
		padding: 40px 0px;
	}
	.home-social-container{
		width:200%;
		left:-50%;
	}
	.teamPagePhoto{
		height:400px;
	}
	.teamPageDescription{
		padding: 40px 15px 100px 15px;
	}

}
@media(max-width:767px) and (orientation: portrait){
	 .nav-tabs>li>a{
		padding:6px;
		font-size:12px;
	}
	.moduleHeader{
		font-size:20px;
	}
	.matchCenterTimelineBar{
		top:22px;
	}
	.timelineLogoHome{
		display:inline-block;
		position:absolute;
		left:5px;
		width: 70px;
		height: 70px;
		top: -5px;
	}
	.timelineLogoAway{
		display:inline-block;
		position:absolute;
		right:5px;
		width: 70px;
		height: 70px;
		top: -5px;
	}
	.timelineLogoHome img, .timelineLogoAway img{
		max-width:100%;
		max-height:100%;
	}
}
@media(max-width:767px) and (orientation: landscape){
	.photoHeadshot{
		width: 30%;
    	left: 33%
	}
}
/* OLD IPHONE */
@media only screen and (max-width: 480px) {
	#currentTeamName h1 {
    font-size: 14px;
	}
}

/* IPAD */
@media screen and (max-width: 1024px) and (min-width: 768px){
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
	.page-wrapper{
		width:100%;
	}
	.navbar-nav{
		margin-left: 20px;
	}
	.menuRight{
		right:70px;
	}
	.navNASLteams .navbar-nav{
		margin-left:0px;
	}
	.navSocial{
		margin-left:5px;
	}
	.currentLogoSticky{
		left:5px !important;
	}
	.aside{
		visibility: hidden;
		width:50%;
		opacity: 0;
		transition:opacity 0.25s linear;
	}
	.aside header{
		height: 55px;
	}
	.aside .bx-wrapper{
		position: absolute;
    	top: 50px;
	}
	.show{
		visibility: visible;
		opacity: 1;
		z-index: 9999;
	}
	.content-wrapper{
		padding-left:0px;
		padding-right:0px;
	}
	.open-feed{
		display:block !important;
	}
	.close-feed{
		display:block !important;
	}
	.headerPhotoAlt{
		margin-left: 12%;
    	width: 25%;
	}
	.hideTablet{
		display:none;
	}
		.rosterList .playerBioPopup{
		top:65%;
	}
	.playerBioPopupInner{
		background:rgba(0,0,0,.85);
	}
	.rosterList .playerPosition{
		text-align:center;
		font-size:16px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait){
	.hideTabletPortrait{
		display:none;
	}
	.headerPhotoAlt{
		margin-left: 15%;
    	width: 35%;
	}
}
/* DESKTOP */
@media(min-width:1025px){

}
@media(min-width:1200px){

	
}
