@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 */
}
@font-face {
  font-family: 'Stone Harbour';
  src: url('fonts 2/stone harbour/STONE HARBOUR Regular/STONE HARBOUR Regular.ttf'); /* IE9 Compat Modes */
}
.Realtime-Bold { 
	font-family: Realtime-Bold;
	font-weight: normal;
	font-style: normal;
}
.Realtime-Regular { 
	font-family: Realtime-Regular;
	font-weight: normal;
	font-style: normal;
}
.TTCommons-BlackItalic { 
	font-family: TTCommons-BlackItalic;
	font-weight: normal;
	font-style: normal;
}
.TTCommons-Medium { 
	font-family: TTCommons-Medium;
	font-weight: normal;
	font-style: normal;
}
.TTCommons-Thin { 
	font-family: TTCommons-Thin;
	font-weight: normal;
	font-style: normal;
}
.TTCommons-Light { 
	font-family: TTCommons-Light;
	font-weight: normal;
	font-style: normal;
}
.TTCommons-ThinItalic { 
	font-family: TTCommons-ThinItalic;
	font-weight: normal;
	font-style: normal;
}
.TTCommons-Regular { 
	font-family: TTCommons-Regular;
	font-weight: normal;
	font-style: normal;
}
.TTCommons-Italic { 
	font-family: TTCommons-Italic;
	font-weight: normal;
	font-style: normal;
}
.TTCommons-MediumItalic { 
	font-family: TTCommons-MediumItalic;
	font-weight: normal;
	font-style: normal;
}
.TTCommons-Bold { 
	font-family: TTCommons-Bold;
	font-weight: normal;
	font-style: normal;
}
.TTCommons-ExtraBoldItalic { 
	font-family: TTCommons-ExtraBoldItalic;
	font-weight: normal;
	font-style: normal;
}
.TTCommons-LightItalic { 
	font-family: TTCommons-LightItalic;
	font-weight: normal;
	font-style: normal;
}
.TTCommons-BoldItalic { 
	font-family: TTCommons-BoldItalic;
	font-weight: normal;
	font-style: normal;
}
.TTCommons-ExtraBold { 
	font-family: TTCommons-ExtraBold;
	font-weight: normal;
	font-style: normal;
}
.TTCommons-ExtraLightItalic { 
	font-family: TTCommons-ExtraLightItalic;
	font-weight: normal;
	font-style: normal;
}
.TTCommons-DemiBoldItalic { 
	font-family: TTCommons-DemiBoldItalic;
	font-weight: normal;
	font-style: normal;
}
.TTCommons-Black { 
	font-family: TTCommons-Black;
	font-weight: normal;
	font-style: normal;
}
.TTCommons-ExtraLight { 
	font-family: TTCommons-ExtraLight;
	font-weight: normal;
	font-style: normal;
}
.TTCommons-DemiBold { 
	font-family: TTCommons-DemiBold;
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Bison-Bold';
    src:url('Bison-Bold.ttf.woff') format('woff'),
        url('Bison-Bold.ttf.svg#Bison-Bold') format('svg'),
        url('Bison-Bold.ttf.eot'),
        url('Bison-Bold.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
@font-face{ 
	font-family: 'Bison-Regular';
	 src: url('bison-regular-webfont.woff2') format('woff2'),
         url('bison-regular-webfont.woff') format('woff'),
		 url('Bison-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face{ 
	font-family: 'Bison-DemiBold';
	 src: url('bison-demibold-webfont.woff2') format('woff2'),
         url('bison-demibold-webfont.woff') format('woff'),
		 url('Bison-DemiBold.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
/*@font-face {
    font-family: 'Bison-Regular';
    src:url('Bison-Regular.ttf') format('ttf'),
    font-weight: normal;
    font-style: normal;
}*/

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{
    width: 100%;
    z-index: 1029;
/*	transition:max-height .5s ease;*/
	max-height: 250px;
	background-color: initial;
	height:133px;

}
.headerSmall{
	height:136px;
	max-height: 136px;
/*	transition:max-height .5s ease;*/
}
html{
	overflow-x:hidden;
}
table, img{
	max-width:100% !important;
}
a, a:visited{
	color:#0018A8;
}
a:hover{
	color:#0018A8;
	text-decoration:none;
}
h3{
	font-family: "Sintony",Arial,sans-serif;
    color: #333333;
}
.select2-container{
	width:auto !important;
}
.select2-container--default .select2-selection--single{
	border-radius:0px;
	padding: 0px 11px;
    position: relative;
	font-family: TTCommons-Italic;
    text-transform: uppercase;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
   color: #999;
    position: absolute;
    top: 5px;
    right: 0px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color:#777;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background-color:#ccc;
	color:#444;
}
.select2-container--focus:focus{
	outline:none !important;
}
.seasonSelector{
	margin-bottom:15px;
}
.container-nisa{
	padding:30px;
	width:100%;
}
.nisa-sub-container{
	padding-bottom:30px;
	width:100%;
}
.column-header{
	font-family: "Sintony",Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.67;
    background-color: #000000;
    padding: 5px 10px;
    color: #ffffff;
}
.sidebar-follow-us{
	margin:0px;
	padding:0px;
	font-family: "Sintony",Arial,sans-serif;
    font-size: 13px;
}
.sidebar-follow-us li{
	list-style:none;
	padding-left: 10px;
    padding-top: 7px;
    line-height: 20px;
}
.sidebar-news{
	margin:0px;
	padding:0px;
	font-family: "Sintony",Arial,sans-serif;
    font-size: 13px;
}
.sidebar-news li{
	list-style:none;
	padding-left: 10px;
    padding-top: 7px;
    line-height: 20px;
    padding-bottom: 16px;
}
.sidebar-table{
	font-family: "Sintony",Arial,sans-serif;
	font-size:12px;
}
.sidebar-table .standingsTeamNameL{
	font-family: "Sintony",Arial,sans-serif;
	vertical-align: middle !important;
}
.container-fluid{
	padding:0px;
}
.top-container{
	margin-top:0px;
	transform: translateY(0px);
}
.top-container-fixed{
	transform: translateY(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-custom-black{
	border:1px solid #000;
	display:inline-block;
	padding:5px 10px;
	font-family:Bison-Bold;
	color:#000 !important;
	transition-duration: .2s;
	background-color:rgba(0,0,0,0) !important;
	border-radius: 0px;
	font-size:18px;
}
.btn-custom-black:visited{
	color:#000;
}
.btn-custom-black:hover{
	background-color:#000 !important;
	color:#fff !important;
}
.btn-custom-white{
	border:1px solid #fff;
	display:inline-block;
	padding:5px 10px;
	font-family:Bison-Bold;
	color:#fff !important;
	transition-duration: .2s;
	background-color:rgba(0,0,0,0) !important;
	border-radius: 0px;
	font-size:18px;
}
.btn-custom-white:visited{
	color:#fff;
}
.btn-custom-white:hover{
	background-color:#fff !important;
	color:#000 !important;
}
.btn-album{
	top:50%;
	position: absolute;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
}
.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; 
  background-color: #FB4F14; 
  border-color: #FB4F14; 
} 
 
.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; 
} 
 
.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;
	text-transform: uppercase;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	background-color: #333;
    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;
	text-transform: uppercase;
}
.table>thead>tr>th{
	background-color:#333;
	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; 
	text-transform: uppercase;
}
.tablesorter th.headerSortDown { 
    background-image: url(../images/desc.png); 
    background-color: #ccc; 
	color:#000;
} 
.tablesorter th.headerSortUp { 
    background-image: url(../images/asc.png); 
    background-color: #ccc; 
	color:#000;
} 
.tablePlayersStats tr:hover td, .tablePlayersStats tr:hover td a {
    background-color: #000 !important;
	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 70px;
	background: inherit;
}
 
.topmenusearch input{
	background-color: inherit;
	text-transform: lowercase;
	height:46px;
}
.topmenusearch input:hover{
	background-color:#151440;
}
.topmenusearch input:hover ~ .btnstyle, .topmenusearch .btnstyle:hover{
	background-color:#e96067 !important;
}
.topmenusearch .btnstyle{
	top:1px;
	opacity:0.5;
}
.topmenusearch .btnstyle .fa{
	color:#000;
}
.topmenusearch .btnstyle:hover .fa, .topmenusearch input:hover ~ .btnstyle .fa{
	color:#fff;
}
#currentTeamlogo{
	position:absolute;
	left: 100%;
    top: -24px;
    z-index: 1040;
    width: 95px;
    -webkit-transition-property: all;
    -webkit-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-duration: 1s;
    transition-property: all;
    transition-duration: 1s;
}
#currentTeamlogo img{
	width:100%;
	height:auto;
}
.currentLogoSticky{
	position:fixed !important;
	left:25px !important;
	width:60px !important;
	z-index: 1040 !important;
	top:5px !important;
}
#headerLogo{
	max-width: 50px;
    margin-top: 5px;
    margin-left: 10px;
    display: inline-block;
    position: absolute;
    filter: invert(1);
}
#headerLogoText{
	color:#b9b9b9;
	text-transform: uppercase;
    padding-left: 15px;
    margin-top: 10px;
}
#headerLogoText span{
	color:#444;
}
.headerPrimarySponsor{
	float: right;
	max-width: 150px;
    padding-top: 20px;
    padding-right: 15px;
}
.headerLogoTextAlt{
	display:inline-block;
	font-size: 28px;
	vertical-align:top;
	margin-top: 18px !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;
}
.headerTeamsList li{
	list-style: none;
	display:inline-flex;
	vertical-align:top;
	width:19.6%;
	margin:0px;
	padding:0px;
	height:240px;
	overflow: hidden;
	position: relative;
	transition:max-height .5s ease;
	max-height: 240px;
    margin-right: .5%;
    margin-bottom: .5%;
/*
	background-image: url('../images/headerTeamListBg.png');
	background-size:cover;
	background-position:center center;
*/
}
.headerTeamsList li:nth-child(5n){
	margin-right:0;
}
.headerTeamsListBg{
	position: absolute;
	top:0;
	left:0;
	height: 100%;
	width:100%;
	overflow: hidden;
	transition: transform .5s;
	background-size: cover;
    background-position: center;
}
.headerTeamsList li:hover .headerTeamsListBg{
	transform:scale(1.1);
}
.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);
}
.headerTeamsList a{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: +1;
}
.headerTeamsListBgLogo{
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
	height:90%;
	position:absolute;
	opacity: .6;
    width: 20%;
    top: 80%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
	-webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
	z-index: 1;
    transition: top .5s, width .5s, opacity .5s ease-in-out;
    -moz-transition: top .5s, width .5s, opacity .5s ease-in-out;
    -webkit-transition: top .5s, width .5s, opacity .5s ease-in-out;
}
.headerTeamsList li:hover .headerTeamsListBgLogo{
	opacity: 1;
    top: 50%;
    left: 50%;
    width: 90%;
}
.headerTeamsListName{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	font-family: TTCommons-BoldItalic;
	font-weight: normal;
	font-style: normal;
	font-size:24px;
	transition: all .5s ease;
	color: #fff;
    text-transform: uppercase;
    text-align: center;
	width:100%;
}
.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;
}
.headerTeamListWrapper{
	display: inline-block;
    width: 80%;
    vertical-align: top;
    max-width: 900px;
}
.headerTeamListContainer{
	background:#ccc;
	position:fixed;
	width:100%;
	z-index: 999;
}
.headerTeamList{
	display:inline-block;
	vertical-align: top;
    margin-top: 10px;
    margin-left: 20px;
}
.headerTeamList img{
	max-width:38px;
}
.headerTeamList ul{
	padding:0px;
	margin:0px;
}
.headerTeamList li{
	display:inline-block;
	list-style:none;
	padding: 5px;
    margin: 0px;
   width: 43px;
    height: 45px;
}
.headerTeamList a{
	display:block;
	background-size:contain;
	background-position: center;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	filter: grayscale(1);
}
.headerTeamList li img{
	max-width: 35px;
    height: auto;
    margin-right: 15px;
    max-height: 33px;
}
.headerTeamList .btn{
	border-radius:0px;
	background-color:rgba(0,0,0,0);
	color:#fff;
	font-family:'Roboto Condensed';
}
.headerTeamList .dropdown-menu>li>a{
	padding:8px 20px;
	font-family: 'Roboto Condensed';
}
.headerTeamList .teamListSpacer{
	width: 1px;
    background-color: #666;
    padding: 0px;
    height: 30px;
    margin-right: 10px;
    margin-left: 5px;
    margin-bottom: 10px;
}
.homeBottomBg{
	background-image:url(../images/home-bottom-image.jpg);
	background-size:cover;
	background-position: center;
	position:absolute;
	width:100%;
	height:100%;
	z-index:-1;
}
.homeBottomText{
	width: 50%;
    margin-left: 50%;
    color: #66ffcc;
    font-size: 200px;
    line-height: 160px;
	font-family: TTCommons-ExtraBoldItalic;
	font-weight: normal;
	font-style: normal;
    text-transform: uppercase;
    padding: 50px 0px;
}
.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{
	border:1px solid #333;
}

.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-fixed-top-2{
	background-color: #0a1963 !important;
	-webkit-transition: background-color 1000ms linear;
	-ms-transition: background-color 1000ms linear;
	transition: background-color 1000ms linear;
	position: absolute;
    top: 0px;
}
.navbar-fixed-top-2-b{
    top: 0px !important;
}
.navbar-fixed-top-3{
	background-color:rgba(0,0,0,.4) !important;
}
.navbar-fixed-top-4{
	margin-left: 0px !important;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,6cebcc+100 */
background: #000000 !important; /* Old browsers */
background: -moz-linear-gradient(left, #000000 0%, #6cebcc 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(left, #000000 0%,#6cebcc 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #000000 0%,#6cebcc 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6cebcc',GradientType=1 ) !important; /* IE6-9 */
}
.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: 100%;
    margin: 0 auto;
	background-color: initial;
/*	box-shadow: 0px 3px 8px #ccc; */
}
.navbar-default {
}
.navbar-fixed-top{
  background-color:rgba(255,255,255,.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: #0018A8;
}
.navbar-default .navbar-nav > li > .dropdown-menu, 
.navbar-default .navbar-nav > li > .dropdown-menu > li > .dropdown-menu{
  background-color: #0018A8;
}
.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: #0018A8;
  background-image:none;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #0018A8;
}
.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: #0018A8;
  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: #0018A8;
  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: #0018A8;
  background-image:none;
}
.navbar-default .navbar-toggle {
  border-color: #0018A8;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #0018A8;
  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: #0018A8;
  }
	.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;
}
.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 0px 25px #000 inset;
	padding-top:60px;
	padding-bottom:60px;
}
.grayrow{
	background-color:#F0F1F3;
	padding-top:60px;
	padding-bottom:60px;
}

/* HOME PAGE */
.homeIntro{
	height: 0px;
    padding-bottom: 60%;
/*	background-image:url(../images/home-intro-bg.jpg);
*/	background-size:cover;
	background-position: center;
	position:relative;
/*	
	background: #6cebcc;
    background: -moz-linear-gradient(45deg, #6cebcc 0%, #ffffff 100%);
    background: -webkit-linear-gradient(45deg, #6cebcc 0%,#ffffff 100%);
    background: linear-gradient(45deg, #6cebcc 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cebcc', endColorstr='#ffffff',GradientType=1 );
*/
}
.homeIntroCover{
	height:130vh;
	background-image:url(../images/NISA-website-home-19champ-options_01.jpg);
	background-size:cover;
	background-position: center;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	opacity:1;
}
.homeIntroCover2020{
	background-image:url(../images/NISA-website-home-v6-1_01b.jpg);
}
.homeIntroCover2020b{
	background-image:url(../images/NISA-website-home-v8-3-Covid19.jpg);
}
.homeIntroCover2{
	height:100vh;
	background-size:cover;
	background-position: center;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	opacity:1;
	background-image:url(../images/NISA-website-home-2019champBlend_02.jpg);
}
.homeIntroContainer{
	position:absolute;
	left:50%;
	top:40%;
	transform:translateX(-50%) translateY(-50%);
	width: 80%;
    text-align: center;
}
.homeIntroLogo{
	width: 70%;
    margin: 0 auto;
    max-width: 750px;
	background-image:url(../images/home-green-logo-4.png);
	background-repeat: no-repeat;
	background-size:contain;
	height:280px;
    background-position: center;
    margin-bottom: -20px;
}
.homeIntroBlackText{
	background:#000;
	color:#fff;
	font-family: TTCommons-ExtraBoldItalic;
    text-transform: uppercase;
    font-size: 18px;
	text-align:center;
	padding:3px;
	max-width: 650px;
    margin: 4px auto;
}
.homeIntroBlackTextBison{
	background:#000;
	color:#fff;
	font-family: Bison-Bold;
    text-transform: uppercase;
	font-size: 23px;
    padding: 3px 10px;
    max-width: 650px;
    margin: 4px 0;
    display: block;
    width: fit-content;
    text-align: left;
}
.homeIntroWhiteText{
	color:#000;
	font-family: Realtime-Regular;
    text-transform: uppercase;
    font-size: 18px;
	text-align:center;
	padding:4px;
}
.fullWidthImage{
	width:100%;
}
.fullWidthImage img{
	width:100%;
}
.homeCountdown{
	margin:0 auto;
	color:#000;
	font-size:40px !important;
	text-transform:uppercase;
	font-family: Realtime-Regular;
	font-weight: normal;
	font-style: normal;

	padding: 0px !important;
}
.homeCountdown .numbers, .soon-value{
	font-family: TTCommons-ExtraBold;
	font-weight: normal;
	font-style: normal;
	font-size:105px;
	height:120px;
}
.homeCountdownText{
	color:#333;
	margin:0 auto;
	font-size:24px;
	text-transform:uppercase;
	font-family: TTCommons-ExtraBoldItalic;
	font-weight: normal;
	font-style: normal;
}
.soon[data-layout*=line] .soon-value, .soon[data-layout*=line] .soon-label{
	display:block !important;
}
.soon .soon-group{
	margin-left:15px;
	margin-right:15px;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	padding-bottom:10px;
}
.soon .soon-group-inner .soon-group{
	border-top:0px;
	border-bottom:0px;
}
.countdownTextUnder{
	background-color:#000;
	color:#fff;
	display:inline-block;
	margin:0 auto;
	padding:1px 10px;
	font-family:TTCommons-Regular;
	text-transform:uppercase;
	font-size:18px;
}
.soon-slot+.soon-slot{
	margin-left:-.35em !important;
}
.greenGradient{
	background: #6cebcc;
    background: -moz-linear-gradient(45deg, #6cebcc 0%, #ffffff 100%);
    background: -webkit-linear-gradient(45deg, #6cebcc 0%,#ffffff 100%);
    background: linear-gradient(45deg, #6cebcc 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cebcc', endColorstr='#ffffff',GradientType=1 );
	padding-top: 20px;
    padding-bottom: 80px;
}
.homeNisaNationContainer{
	background-image:url(../images/NISA-website-home-v6-1_08.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	padding-top:100px;
	padding-bottom:100px;
}
.homeNisaNationInner{
	max-width: 70%;
    margin: 0 auto;
}
.homeNisaNationText{
	background: linear-gradient(90deg,#56e171,#6cebcc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 56px;
	font-family:TTCommons-ExtraBoldItalic;
}
.homeNisaNationText span{
	font-family:TTCommons-LightItalic;
}
.homeNisaNationButton{
	background: #56e171;
    background: -moz-linear-gradient(45deg, #56e171 0%, #6cebcc 100%);
    background: -webkit-linear-gradient(45deg, #56e171 0%,#6cebcc 100%);
    background: linear-gradient(45deg, #56e171 0%,#6cebcc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56e171', endColorstr='#6cebcc',GradientType=1 );
	color:#fff;
	font-family:TTCommons-LightItalic;
	padding: 5px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
	margin-top: 20px;
}
.homeNisaNationButton a, .homeNisaNationButton a:visited{
	color:#fff;
}
.homeBlocks ul{
	padding:0;
	margin:0;
}
.homeBlocks li{
	margin:0px;
	padding:0px;
	width:33%;
	display:inline-block;
	list-style: none;
	margin-right:.5%;
}
.homeBlocks li:last-of-type{
	margin-right:0;
}
.homeBlockBg1, .homeBlockBg2, .homeBlockBg3{
	position:relative;
	min-height: 300px;
	overflow: hidden;
}
.homeBlocks li:hover .homeBlockBg{
	transform: scale(1.1);
}
.homeBlockBg{
	background-position: center;
	background-size:cover;
	position:absolute;
	width:100%;
	height:100%;
	transition: transform .5s;
}
.homeBlockBg1 .homeBlockBg{
	background-image:url(../images/home-open-system-bg.jpg);
}
.homeBlockBg2 .homeBlockBg{
	background-image:url(../images/home-pro-academies-bg.jpg);
}
.homeBlockBg3 .homeBlockBg{
	background-image:url(../images/home-fan-ownership-bg.jpg);
}
.homeBlockText{
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
	font-family:"Stone Harbour";
	font-size: 64px;
    text-align: center;
    color: #5dde78;
    line-height: 49px;
}
.homeBanner2{
	background-color:#000;
}
.homeBanner2Text{
	padding: 18px;
    font-size: 38px;
	font-family: TTCommons-Italic;
	font-weight: normal;
	font-style: normal;
    color: #72f1d1;
    text-transform: uppercase;
    text-align: center;
}
.homeBanner3{
	background-color:#66ffcc;
}
.homeBanner3Text{
	padding: 18px;
    font-size: 38px;
	font-family: TTCommons-BoldItalic;
	font-weight: normal;
	font-style: normal;
    color: #663399;
    text-transform: uppercase;
    text-align: center;
}
.homeBanner3Button{
	border: 1px solid #e96067;
    color: #e96067 !important;
    padding: 10px 20px;
    font-size: 24px;
    margin-left: 20px;
    vertical-align: middle;
	background: linear-gradient(to right, #e96067 50%, #66ffcc 50%);
    background-size: 200% 100%;
    background-position: right bottom;
	transition: all 250ms ease;
	font-family: Realtime-Regular;
	font-weight: normal;
	font-style: normal;

}
.homeBanner3Button:hover{
	background-position: left bottom;
	color:#66ffcc !important;
}
.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{
	font-size: 40px;
    color: #444;
    font-family: "Sintony",Arial,sans-serif;
    font-weight: 900;
    font-style: normal;
    line-height: 70px;
}
.sectionHeader a, .sectionHeader a:hover, .sectionHeader a:visited, .sectionHeader a:active{
    color: #444;
	text-decoration:none;
}
.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;
	color:#09103f;
	text-align: center;
	margin:30px 0px 20px 0px;
	text-transform: uppercase;
	font-weight: 900;
}
.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: 60%;
    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;
}
.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;
*/}
.whiterow .slick-prev, .whiterow .slick-next{
	background-color: #999;
    height: 100%;
}
.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-color: #333;
	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;
}
.homeNewsShade{
	background-position: bottom;
	background-repeat:repeat-x;
	height:0%;
	padding-bottom: 60%;
    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: 85%;
    width: 60%;
    left: 5%;
    text-align: left;
}
.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;
}
.homeBanner1bg{
	background-image:url(../images/home-banner-1-bg.jpg);
	background-size:cover;
	background-position: center;
}
.homeBanner1{
	text-align:center;
	text-transform: uppercase;
	color:#fff;
	padding: 40px 0px;
}
.homeBanner1text{
	font-size:50px;
    color: #0a1963;
	font-family: TTCommons-ExtraBoldItalic;
	font-weight: normal;
	font-style: normal;
	line-height: 45px;
}
.homeBanner1 ul{
	margin:0 auto;
	padding:0px;
}
.homeBanner1 li{
	list-style: none;
	font-size:30px;
	display:inline-block;
	font-family: TTCommons-Italic;
	font-weight: normal;
	font-style: normal;
}
.homeBanner1 i{
	font-size: 10px;
    padding: 0px 15px;
    margin-bottom: 6px;
    vertical-align: middle;
    opacity: .7;
}
.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;
}
.sponsorHomeSlider .bx-wrapper .bx-viewport{
	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;
	
}
.homeGameSchedule{
	padding:0;
	margin:0;
}
.homeGameSchedule li{
	list-style: none;
	display:block;
	text-align: center;
	padding: 8px;
	background-image:url(../images/upcoming-game-bg.jpg);
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	height:320px;
	margin:10px;
}
.upcomingamesHomeTeam{
	position: absolute;
    width: 50%;
    top: 54px;
    left: 0;
}
.upcominggameVs{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
}
.upcomingamesAwayTeam{
	position: absolute;
    bottom: 48px;
    right: 0;
    width: 50%;
}
.homeGameSchedule li .buttonsBar{
	position: absolute;
    width: 100%;
    bottom: 0;
	left:0;
	background: #fff;
}
.homeGameSchedule li .homeButtons{
	width: auto;
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    background: #fff;
    color: #333 !important;
    font-family: Realtime-Bold;
    border: 1px solid #333;
}
.homeGameSchedule .slick-prev{
	background: rgba(255,255,255,.7);
    border-radius: 0px 5px 5px 0px;
	height:50px;
}
.homeGameSchedule .slick-next{
	background: rgba(255,255,255,.6);
    border-radius: 5px 0px 0px 5px;
	height:50px;
}
.homeGameSchedule .slick-prev:before, .homeGameSchedule .slick-next:before{
	color: #0a1963;
}
.homeGameSchedule .slick-prev:hover, .homeGameSchedule .slick-prev:focus, .homeGameSchedule .slick-next:hover, .homeGameSchedule .slick-next:focus{
   	background: rgba(255,255,255,.9);
}
.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: 100%;
    text-align: center;
    vertical-align: top;
    padding-top: 3px;
    font-size: 10px;
    font-family: TTCommons-ExtraBoldItalic;
    color: #666;
    text-transform: uppercase;
}
.upcominggameTeamLogo{
	width: 150px;
    height: 100px;
	display:inline-block;
	background-size:contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.upcominggameInfo{
	display:inline-block;
    text-align: center;
	vertical-align: top;
	padding-top: 3px;
	position: absolute;
    top: 0;
    left: 0;
    width: 70%;
	background-color: #333;
    color: #fff;
    font-family: Realtime-Bold;
}
.upcominggameResultTime{
	display: inline-block;
	margin-left: 15px;
}
.upcominggameResultDate{
	display:inline-block;
}
.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 #0018A8;
    /* 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:30px;
}
.socialScroller{
	width:100%;
	padding-bottom:100px;
	text-align:center;
}
.socialSidebar{
	width:22%;
	margin:1%;
	background-color:#f0f0f0;
	background: rgba(12,46,109,.9);
	color:#333;
	font-size: 12px;
	position:relative;
	background-repeat: repeat-y;
	background-position: left;
	-webkit-transition: scale 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: scale 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: scale 200ms ease-in;
    -moz-transform: scale(1);
    transition: scale 200ms ease-in;
    transform: scale(1);
	display: inline-block;
    vertical-align: top;
	border: 2px solid rgba(12,46,109,1);
}
.socialSidebar:nth-child(odd){
	background-color:#fff;
	background: rgba(12,46,109,.9);
}
.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:#fff;
	text-decoration: none;
	position:relative;
}
.socialSidebarTwitter{
	width:90%;
}
.socialSidebarTwitter::before{
	border:1px solid #ccc;
	width:70%;
	
}
.socialSidebarInstagram{
	width: 29%;
	margin-right:3%;
	display: inline-block;
	margin-bottom: 2%;
}
.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: #666;
    margin-bottom: 5px;
    font-family: Realtime-Regular;
    font-size: 12px;
    border-top: 1px solid #666;
    padding-top: 13px;
    width: 50%;
    margin-top: 13px;
	text-transform: uppercase;
}
.socialPhoto{
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 0px;
    border: 1px solid #666;
    padding-bottom: 100%;
}
.socialPhoto img{
	width:100%;
	max-width:100%;
}
.socialContent{
	margin-bottom: 5px;
	color:#0a1963;
	font-family: "Sintony",Arial,sans-serif;
	font-size:16px;
	/*
	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;
	*/
}
.socialContent span{
	color:#666;
}

.socialSidebar:hover .socialContent{
	opacity:1;
}
.frontprofileimage{
	width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    border: none;
   top: 15px;
    left: 20px;
}
.frontprofileimage img{
	-webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-border-radius: 30px;
	width: 100%;
}

.frontprofilename{
	display: inline-block;
    padding-left: 5px;
    color: #ccc;
    font-weight: bold;
    /* display: none; */
    position: absolute;
    top: 22px;
    left: 55px;
}
.cardsocial{
	position:absolute;
	right:25px;
	top:20px;
	font-size:18px;
}
.socialScroller .socialPhoto{
	padding-bottom:0px;
	height:auto;
}
.socialScroller .socialContent{
	font-size: 13px;
    font-family: 'Lato', TTCommons-Regular;
	padding: 10px 15px 50px 15px;
    color: #0a1963;
}
.socialScroller .frontprofileimage{
	top:initial;
	bottom:3px;
}
.socialScroller .frontprofilename{
	top:initial;
	bottom:9px;
	color: #666;;
}
.socialScroller .cardsocial{
	top:initial;
	bottom:8px;
}
.socialScroller .socialPostedDate{
	color: #0a1963;
    width: 93%;
    text-align: right;
    padding-top: 0px;
    border-top: 0px;
}
.socialScroller .socialSidebar{
	background:#fff;
	border:1px solid #333;
}
.socialScroller .socialSidebar:nth-child(odd){
	background:#f0f0f0;
	border:1px solid #333;
}
.socialScroller .socialSidebar a{
	color:#0a1963;
}
.socialTeamList{
	text-align: center;
}
.socialTeamList ul{
	padding:0px;
	margin: 50px auto;
}
.socialTeamList li{
	list-style:none;
	display:inline-block;
	padding:0px 10px;
	margin:0px;
	width:100px;
	height:100px;
}
.socialTeamList a{
	display:block;
	background-position: center;
	background-size:contain;
	background-repeat: no-repeat;
	width:100%;
	height:100%;
}
.socialTeamList .teamListSpacer{
    width: 1px;
    margin: 0;
	padding:0px;
    background-color: #333;
}
.trigger {
  /*display: none;*/
	position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.checker {
	background-position: center;
	background-size:contain;
	background-repeat: no-repeat;
	width:100%;
	height:100%;
	margin-bottom: 0px;
    display: block;
}

.trigger:checked + .checker {
	filter:grayscale(0);
	opacity:1;
}
.trigger:not(:checked) + .checker {
	filter:grayscale(1);
	opacity:.6;
}
.nisaChallengeContainer{
	position: relative;
	height:70vh;
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: center;
}
.nisaChallengeLogo{
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	width:40%;
	position:absolute;
	top:20%;
	left:50%;
	transform:translateX(-50%);
	height:200px;
}
.nisaChallengeDate{
	position:absolute;
	top:50%;
	transform:tranlateY(-50%);
	
}
.homeStandingsContainer {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0px 50px 0px 0px;
}
/* DEFAULT PAGE */
.pageContainer{
	
}
.paddedContent{
	padding:20px;
	background-color:#fff;
}
.paddedContent img{
	max-width:100%;
}
.pageTitle{
	padding: 50px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    font-size: 60px;
    font-family: TTCommons-ExtraBoldItalic;
    text-transform: uppercase;
    color: #333;
}
.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%;
}
*/
.pageSponsorContainer{
	float: right;
	max-width: 320px;
}
.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:left;
	padding:0px;
	margin:0px;
}
.sponsorsList1 li {
	display: inline-block;
    width: 17%;
    padding: 2%;
    height: 150px;
    vertical-align: middle;
    box-shadow: 0px 0px 35px #ccc;
    margin: 1%;
}
.sponsorsList1 li a {
	position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.sponsorsList1 img{
	position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-width: 80% !important;
    max-height: 100%;
    display: block;
    left: 50%;
}
.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;
}

.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 */

.scheduleContainer{
	padding: 20px 10px 50px 10px;
	position: relative;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5f249b+0,6cebcc+100 */
}
.scheduleContainerGradient{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5f249b+0,6cebcc+100 */
	position:fixed;
	width:100%;
	height:100vh;
	z-index:-1;
	top:0;
/*background: #081565; 
background: -moz-linear-gradient(45deg,  #081565 0%, #6cebcc 100%); 
background: -webkit-linear-gradient(45deg,  #081565 0%,#6cebcc 100%); 
background: linear-gradient(45deg,  #081565 0%,#6cebcc 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#081565', endColorstr='#6cebcc',GradientType=1 ); */
}

.scheduleDateText{
	background-color: #fff;
    padding: 0px 25px;
    color: #333;
    font-family: Realtime-Bold;
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
	    margin-top: 50px;
}
.scheduleGameContainer{
	width: 46.5%;
    margin: 32px 0px 32px 32px;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
	position: relative;
}
.scheduleGameInner{
	background-color:#fff;
	width:100%;
	height:100%;
	font-family:TTCommons-ExtraBoldItalic;
	font-size:33px;
	color:#66ffcc;
	padding:15px;
}
.scheduleGameInner a, .scheduleGameInner a:hover, .scheduleGameInner a:visited, .scheduleGameInner a:active{
	color:#66ffcc;
}
.nisachallengecup .scheduleGameInner, .championship .scheduleGameInner{
	background-color:#333;
	color:#fff;
}
.nisachallengecup .scheduleGameInner a, .nisachallengecup .scheduleGameInner a:hover, .nisachallengecup .scheduleGameInner a:visited, .nisachallengecup .scheduleGameInner a:active, .championship .scheduleGameInner a, .championship .scheduleGameInner a:hover, .championship .scheduleGameInner a:visited, .championship .scheduleGameInner a:active{
	color:#ffffff;
}

.scheduleGameTeamScore{
	color:#999 !important;
}
.scheduleGameTeamHome{
	margin-bottom:5px;
}
.scheduleGameTeamLogo{
	width: 35px;
    height: 35px;
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
	margin-right: 13px;
}
.scheduleGameTeamName{
	display:inline-block;
	vertical-align: middle;
	color:#999;

}
.scheduleGameType{
	background-color: #fff;
    font-family: Realtime-Bold;
    padding: 5px 15px;
    font-size: 14px;
    color: #111111;
    position: absolute;
    right: 0;
    top: -25px;
}
.nisachallengecup .scheduleGameType, .championship .scheduleGameType{
	background-color: #333;
    color: #fff;
}
.scheduleGameTime{
	background-color:#66ffcc;
	color:#111111;
	padding:5px 15px;
	font-family:Realtime-Bold;
	display:inline-block;
	vertical-align:top;
	font-size: 20px;
}
.scheduleGameLocation{
	padding:5px 15px;
	font-family:Realtime-Bold;
	display:inline-block;
	vertical-align:top;
	color:#fff;
	font-size: 20px;
}
.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;
}

.scheduleGrid{
	margin:0 auto;
	width:100%;
	font-family: "Sintony",Arial,sans-serif;
	font-size: 13px;
}
.scheduleGrid table, .scheduleGrid td{
	background-color:#fff;
}
.scheduleGrid a, .scheduleGrid a:visited{
	color:#333;
}
.scheduleGrid .scheduleDateText{
	background-color: initial;
    padding: 8px 0px;
    color: initial;
    font-size: 13px;
    margin-top: 0px;
    white-space: nowrap;
	font-family:"Sintony",Arial,sans-serif;
}
.scheduleGrid .scheduleVs{
	font-family: 'Stone Harbour';
	padding: 5px 0px;
    font-size: 18px;
    color: #888;
}
.scheduleGrid .scheduleGameTime{
	background-color:initial;
	font-family: "Sintony",Arial,sans-serif;
    font-size: 13px;
    padding: 8px 0px;
    color: initial;
}
.scheduleGrid .scheduleGameLocation{
	color:initial;
	font-size:13px;
	font-family: "Sintony",Arial,sans-serif;
	padding: 8px 0px 5px 0px;
}
.scheduleGrid .scheduleGameLocation span{
	color: #aaa;
}
.scheduleGrid .watchLive{
	padding: 8px 0px 5px 0px;
}
.scheduleGrid .watchLive a, .scheduleGrid .watchLive a:visited{
	color:#888;
}
.scheduleGrid .getTickets{
	padding: 8px 0px 5px 0px;
}
.scheduleGrid .scheduleGameTeamScore{
	color:initial !important;
}
.scheduleGrid .table-striped>tbody>tr:nth-of-type(odd){
	background-color:initial;
}
.scheduleGrid .gameWinner, .scheduleGrid .gameWinner .scheduleGameTeamScore{
	font-weight: bold;
    color: #000;
}
.scheduleGrid .goldrow td{
	background-color: #f0f0f0;
	
}
.scheduleGrid .goldrow .scheduleDateText, .scheduleGrid .goldrow .scheduleGameLocation, .scheduleGrid .goldrow .scheduleGameTime, .scheduleGrid .goldrow a, .scheduleGrid .goldrow a:visited, .scheduleGrid .goldrow .scheduleGameTeamScore{
	
}
.scheduleGrid .goldrow .gameWinner, .scheduleGrid .goldrow .gameWinner .scheduleGameTeamScore, .scheduleGrid .goldrow .gameWinner, .scheduleGrid .goldrow .gameWinner .scheduleGameTeamScore{
	color: #333 !important;
}
.scheduleGrid .goldrow .scheduleGameLocation span{
	color: #666;
}
.fullScheduleSlider{
	background:#fff;
	text-transform:uppercase;
}
.fullScheduleSlider a, .fullScheduleSlider a:visited{
	color:#999;
}
.fullScheduleSlider .slick-prev, .fullScheduleSlider .slick-next{
	height: 73px;
    width: 30px !important;
    background-color: #333;
    top: 0;
    transform: initial;
}
.fullScheduleSlider .slick-list{
	padding:0px 30px;
}
.fullScheduleSlider .scheduleDateText{
	background-color: #eee;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin-top: 0px;
    vertical-align: top;
    height: 73px;
	text-align:center;
	font-family: "Sintony",Arial,sans-serif;
}
.fullScheduleSlider .scheduleGameTeam{
	padding: 8px 6px;
	font-family: TTCommons-ExtraBoldItalic;
}
.fullScheduleSlider .scheduleGameTeamHome{
	border-bottom: 0px solid #888;
	margin-bottom: 0px;
}
.fullScheduleSlider .gameWinner, .fullScheduleSlider .gameWinner .scheduleGameTeamScore{
	color:#000000 !important;
}
.fullScheduleSlider .scheduleGameTeamLogo{
	width: 20px;
    height: 20px;
	margin-right: 8px;
}
.fullScheduleSlider .sliderItemTeamGroup{
	display:inline-block;
	font-size: 13px;
}
.fullScheduleSlider .sliderItemMeta{
	display: inline-block;
    height: 73px;
    vertical-align: top;
    padding: 0px 25px;
    border-right: 1px solid #ccc;
    font-size: 11px;
    font-style: italic;
}
.fullScheduleSlider .sliderItemMetaInner, .fullScheduleSlider .scheduleDateTextInner{
	display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    color:#999;
}
/* 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;
}
#tab-container-matchcenter .nav-tabs>li{
	width:auto;
}
#matchCenterTab.nav-tabs>li>a{
	background: rgba(255,255,255,.7);
	color:#0018A8;
}
#matchCenterTab.nav-tabs>li>a:hover{
	background-color:#ddd;
	color:#0018A8;
}
#matchCenterTab.nav-tabs>li.active>a, #matchCenterTab.nav-tabs>li.active>a:focus, #matchCenterTab.nav-tabs>li.active>a:hover{
	background-color:#fff;
	color:#0018A8;
}
.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 */
.standingTable{
	font-family:"Sintony",Arial,sans-serif;
}
.standingsTeamNameL{
	text-align:left;
	font-family: "Sintony",Arial,sans-serif;
	text-transform: uppercase;
	vertical-align: middle !important;
}
.standingsTeamNameL div{
	display:inline-block;
	min-width:40px;
}
.standingsImgL{
	text-align: center;	
}
.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;
}
.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: #0018A8;
    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;
	height:600px;
}

.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:#781214;
	text-align: center;
}
.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;
}
.teamContact .fa{
	margin-right:10px;
}
.teamContactPerson{
	font-size:16px;
	font-weight: bold;
	margin-top:20px;
}
.teamContactTitle{
	margin-bottom:10px;
}
.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: #0018A8;
    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: #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;
}
.photoHeadshot{
	
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	
}
.pageImageOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
}
.photoHeadshot img{
	max-width:100%;
	height: auto;
}
.playerRibbon .playerNumber{
	position: absolute;
    width: 80px;
    height: 80px;
    line-height: 80px;
    left: 20px;
    background-color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #333;
	font-family: RealTime-Regular;
}
.playerRibbon .playerName{
	position: absolute;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    left: 125px;
    font-size: 32px;
    color: #fff;
    font-family: TTCommons-ExtraBoldItalic;
    text-transform: uppercase;
    letter-spacing: 3px;	
}
.playerPosition{
	height:30px;
	width:100%;
	color:#fff;
	font-weight:bold;
	background-color:#333;
	font-size:18px;
	line-height:30px;
    text-align: center;
    text-transform: uppercase;
}
.playerCareerStats{
	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;
	font-family: RealTime-Regular;
}
.playerInfoBlock{
	margin:0;
	padding:0;
	border-top:5px solid #ccc;
	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: #0018A8 !important;
	color:#fff;
}
*/
.table-hover tr:hover td, .table-hover tr:hover td a {
    background-color: #333 !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 */
.mediaNewsContainer{
	padding: 50px 10px 50px 10px;	
}
.mediaPressContainer{
	/*background-image:url(../images/media-press-bg.jpg);*/
	background-size:cover;
	background-position: center;
	padding: 15px 10px 50px 10px;	
}
.pressContainer{
/*	background-image:url(../images/press-bg.jpg);*/
	background-size:cover;
	background-position: center;
	padding: 50px 10px 50px 10px;	
}
.newsRelatedArticlesContainer{
	padding: 15px 10px 50px 10px;	
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5f249b+0,6cebcc+100 */
background: #5f249b; /* Old browsers */
background: -moz-linear-gradient(45deg,  #444 0%, #e0e0e0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #444 0%,#e0e0e0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #444 0%,#e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444', endColorstr='#e0e0e0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.newsRelatedArticlesContainer .sectionHeader{
	color:#fff;
}
.mediaDownloadsContainer{
	background-color:#ccc;
	padding: 15px 10px 50px 10px;	
}
.mediaSocialContainer{
/*	background-image:url(../images/media-social-bg.jpg);*/
	background-size:cover;
	background-position:center;
	padding: 15px 10px 50px 10px;	
}
.mediaSocialSubContainer{
	padding:30px;
}
.socialTitle{
	font-family:  "Sintony",Arial,sans-serif;
	color:#0a1963;
	font-size: 42px;
	padding-bottom: 20px;
}
.socialTitle span{
	font-family:  "Sintony",Arial,sans-serif;
}
.socialTitle i{
	background-color:#fff;
	border-radius:30px;
	color:#111111;
	font-size: 23px;
    padding: 9px;
	margin-right:14px;
}
.socialTitle img{
	max-width: 60px !important;
	margin-right: 14px;
	filter: invert(1);
    opacity: .5;
}
.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{
	position: relative;
    margin-bottom: 20px;
    width: 66%;
    float: left;
    vertical-align: top;
    margin-right: .5%;
}
.newsItemSmall{
	width: 32.2%;
    margin: 0 .5%;
    display: inline-block;
    margin-bottom: .9%;
}
.newsItemSmall .mainNewsTitleContainer{
	padding:6%;
}
.newsItem:nth-of-type(odd){
/*	background-color:#fff; */
}
.colorGradientOverlay{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#081565+0,e96067+100 */
background: #081565; /* Old browsers */
background: -moz-linear-gradient(45deg, #081565 0%, #e96067 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #081565 0%,#e96067 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #081565 0%,#e96067 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#081565', endColorstr='#e96067',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	position:absolute;
	width:100%;
	height:100%;
	opacity: .8;
	z-index:1;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.newsItem:hover .colorGradientOverlay{
	opacity:0; 
}
.blackGradientOverlay{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	background-color:#000;
	opacity:.5;
		transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;

}
.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;
	
	filter: gray; 
  -webkit-filter: grayscale(1); 
  filter: grayscale(1);  
}

:root {
  --base:              #e96067;
  --bg-blend:          multiply;
  --blur:              0px;
  --fg-blend:          lighten;
  --foreground:        #081565;
  --opacity:           1;
  --spacing:           1%;
}
.duotoneOverlay {
  background-color:    var(--base);
  display:             flex;
  flex:                1 1 100%;
  height:              100%;
  overflow:            hidden;
  position:            relative;
	transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
	
}

.duotoneOverlay .mainNewsPic {
  filter:              grayscale(100%) contrast(1) blur(var(--blur));
  flex:                1 0 100%;
  height:              100%;
  max-width:           100%;
  mix-blend-mode:      var(--bg-blend);
  object-fit:          cover;
  opacity:             var(--opacity);
  position:            relative;
  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;

}

.duotoneOverlay::before {
  background-color:    var(--foreground);
  bottom:              0;
  content:             '';
  height:              100%;
  left:                0;
  mix-blend-mode:      var(--fg-blend);
  position:            absolute;
  right:               0;
  top:                 0;
  width:               100%;
  z-index:             1;
		transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;

}
.downloadPicContainer{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cccccc+0,ffffff+100 */
background: #e0e0e0; /* Old browsers */
background: -moz-linear-gradient(45deg,  #e0e0e0 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #e0e0e0 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #e0e0e0 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.downloadPic{
	background-size:contain;
	filter:none;
}
.downloadsTitle{
	font-family:  "Sintony",Arial,sans-serif;
    font-size: 16px;
    margin-top: 5px;
    padding-left: 10px;
}
.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); 
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; 
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); 
	filter:grayscale(0);
	
}
.newsItem:hover .duotoneOverlay .mainNewsPic{
	filter: none; */
    mix-blend-mode: initial;
}
.newsItem:hover .duotoneOverlay{
	background-color: initial;
}
.newsItem:hover .duotoneOverlay::before{
	background-color: initial;
    mix-blend-mode: initial;
}
.newsItem:hover .blackGradientOverlay{
	opacity: 0;
}
.mainNewsTitleContainer{
	width: 90%;
    padding: 2%;
    position: absolute;
    bottom: 0;
    font-family:  "Sintony",Arial,sans-serif;
	z-index:2;
}
.mainNewsCategory{
	background-color: #fff;
    position: absolute;
    top: -10px;
    left: 0;
    font-family:  "Sintony",Arial,sans-serif;
    padding: 5px;
    font-size: 11px;
    color: #333;
    line-height: 10px;
    padding-left: 20px;
	display:none;
}
.newsCategory{
	
    font-family:  "Sintony",Arial,sans-serif;
    padding: 5px;
    font-size: 11px;
    color: #fff;
    line-height: 10px;
    padding-left: 20px;
	display: inline-block;
    padding-right: 10px;
	margin-top:80px
}
.newsItemSmall .mainNewsCategory{
	padding-left:23px;
}
.mainNewsTitle{
	font-size:32px;
	color:#fff;
}
.newsItemSmall .mainNewsTitle{
	font-size:24px;
}
.mainNewsSubTitle{
	font-family:  "Sintony",Arial,sans-serif;
    font-size: 14px;
    width: 80%;
    margin: 10px auto 50px auto;
    color: #000;
	min-height: 85px;
}
.mainNewsSubTitle a{
	
}
.mainNewsDate{
	color: #fff;
    font-size: 14px;
    font-family:  "Sintony",Arial,sans-serif;
}
.newsItemPic, .newsItemPic img{
	width:100%;
}
.newsItemDate{
	color: #111111;
    font-size: 14px;
	font-family: "Sintony",Arial,sans-serif;
}
.newsItemTitle{
	color: #111111;
	font-family: "Sintony",Arial,sans-serif;
	font-size: 60px;
}
.newsItemSubTitle{
	padding-top: 10px;
    padding-bottom: 20px;
	font-size: 26px;
    font-family: "Sintony",Arial,sans-serif;
	color: #111111;
}
.newsItemContentText{
	font-size:18px;
}
.newsItemMeta{

}
.newsItemShare{
/*	background-image:url(../images/news-social-share-bg.jpg); */
	background-image:url(../images/depositphotos_11424278-stock-photo-metal-background-bronze.jpg);
	background-size:cover;
	background-position: center;
	display: inline-block;
}
.newsItemShare a{
	background:none !important;
	display: block !important;
    margin-left: 9px !important;
}
.mainNewsContainer{
	position:relative;
}
.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 */
.videoContainer{
	padding: 0px 10px 50px 10px;
}
.videoContainer .mainNewsPic{
	filter:grayscale(0);
}
.videoContainer .blackGradientOverlay{
	opacity: 0;
}
.videoPlayButton{
	position:absolute;
	color:#ffffff;
	bottom:20px;
	right:20px;
	font-size:60px;
}
#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{
	margin-top:50px;
	text-align: center;
}

.footerSponsors .bx-wrapper .bx-viewport{
	border-top:2px solid #999;
	border-bottom: 2px solid #999;
}
.bx-wrapper .bx-controls-direction a{
	z-index:100;
}
#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;
}
#sponsorSlider li a{
	display:block;
	width:100%;
	height:100%;
	display:table-cell;
	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{
	
}
.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;
	display:none;
}
#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:"Sintony",Arial,sans-serif;
	font-size:14px;
}
.wsmenu-list{
	text-align: left;
}
.wsmenu-list > li.rightmenu{
	margin-left: 50px;
	display:none;
}
.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;
	color:#fff !important;
	font-family:"Sintony",Arial,sans-serif;
	font-size:14px;
	line-height:60px;
}
.wsmenu-list > li > a.active{
	border-bottom: 3px solid #e6e6e6;
}
.wsmenu-list li a .arrow:after{
	right: -2px;
	top:28px;
}
.wsmenu-submenu li a{
    font-weight: 700;
	font-size:12px;
}
.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:#fff;
}
.formHeader{
	padding:10px;
}
.wsfbottomdiv {
  width: 100%;
  padding: 20px 0px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.wsfbottomcopytxt {
  width: 100%;
    padding: 0px;
    display: block;
    font-size: 15px;
    color: #666;
    font-family: "Sintony",Arial,sans-serif;
}

.wsfbottomcopytxt:hover {
  opacity: 1;
}

.wsfsociallinks {
  margin: 0px;
  padding: 0px;
}

.wsfsociallinks li {
  display: inline-block;
  margin: 0 1px !important;
	float:left;
	padding: 0px !important;
}

.wsfsociallinks li a {
  width: 36px;
    height: 36px;
    display: block;
    text-align: center;
    line-height: 60px;
}

.wsfsociallinks li a .fab {
  color: #555555;
  font-size: 14px;
  text-align: center;
  margin-top:10px;
}

.wsfsociallinks li a:hover {
  opacity: 1;
}
.wsfsociallinks img{
	max-width:30px !important;
	height:auto;
}
.wsfsociallinksblack{
	filter:brightness(0%);
}
.wsfbottomcopytxtcontact ul{
	padding:0px;
	margin:0px;
}
.wsfbottomcopytxtcontact li{
	display: inline-block;
    padding: 0px 30px;
    margin: 20px 0px;
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: "Sintony",Arial,sans-serif;
	vertical-align:middle;
}
.wsfbottomcopytxtcontact li:first-of-type, .wsfbottomcopytxtcontact li:nth-child(2n){
	border-right:1px solid #fff;
}
.wsfsociallinks li:first-of-type, .wsfsociallinks li:nth-child(2n){
	border:0px;	
}
.wsfbottomcopytxtcontact i{
font-size: 16px;
   vertical-align: bottom;
}
@media only screen and (max-width: 1160px) and (min-width: 780px){
	.wsmenu-list > li > a{
		font-size:14px;
	}
}
@media only screen and (max-width: 1023px) and (min-width: 780px){
	.wsmenu {
	 width: 100% !important; 
	}
}
/* IPHONE */
@media(max-width:767px){
	header{
		height:117px;
	}
	.top-container{
			
	}
	.navbar {
    	min-height: 45px;
	}
	.navbar-fixed-top-4, .navbar-fixed-top-2, .navbar-fixed-top-3{
		background-color:initial !important;
	}
	.navbar-fixed-top-2, .navbar-fixed-top-2-b {
    top: 0px !important;
	}
	.wsmain {
		background: #000000 !important;
    background: -moz-linear-gradient(top, #000000 0%, #777777 100%) !important;
    background: -webkit-linear-gradient(top, #000000 0%,#777777 100%) !important;
    background: linear-gradient(to bottom, #000000 0%,#777777 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#777777',GradientType=1 ) !important;
		margin: 0px auto;
		z-index: 999;
	}
	.headerPrimarySponsor {
	    float: right;
	    max-width: 120px;
	    padding-top: 40px;
	    padding-top: 60px;
	    padding-right: 15px;	
	}
	.pressContainer, .videoContainer{
		padding:15px 10px 50px 10px;
	}
	.scheduleContainer {
		padding: 15px 0px 50px 0px;
	}
	.newsCategory {
		margin-top: 30px;
	}

	#headerLogo{
		margin-top: 6px;
    	max-width: 36px;
	}
	#headerLogoText{
		font-size:22px;
		width: 100%;
	}
	.sectionHeader{
		font-size:50px;
		line-height: 50px;
	}
	.mainNewsTitle{
		font-size:20px !important;
	}
	.mainNewsTitleContainer {
    	padding: 6%;
	}
	.newsItemTitle{
		font-size:30px;
	}
	.newsItem, .newsItemSmall{
		width:95%;
		margin: 20px auto;
		display: block;
		float: none;
	}
	.newsItemShare a{
		display:inline-block !important;
	}
	.homeIntro {
    	height: 90vh;
	}
	.homeIntroContainer{
		width:100%;
	}
	.homeIntroLogo{
		width: 100%;
	}
	.homeCountdown{
		font-size:18px !important;
	}
	.homeCountdown .numbers, .soon-value{
		font-size: 42px !important;
		height:60px;
	}
	.soon .soon-group{
		font-size: 40px;
	}
	.soon .soon-label{
		font-size:18px;
	}
	.homeNisaNationText{
		font-size: 38px;
	}
	.socialTitle{
		font-size:36px;
	}
	.homeBanner1text{
		width: 80%;
    	margin: 0px auto 30px auto;
	}
	.homeBanner1 li{
		    width: 100%;	
	}
	.homeBanner1 i{
		display:block;
	}
	.homeBlocks li{
		width: 100%;
    	margin-bottom: 5px;
		margin-right:0;
	}
	.homeBanner3Text{
		font-size: 29px;
	}
	.homeBanner3Button{
		display: block;
    	margin-left: 0;
	}
	.homeBottomText{
		width: 100%;
		margin-left: 0;
		font-size: 110px;
		line-height: 90px;
	}
	.wsmenucontainer.wsoffcanvasopener{
		margin-left:auto;
	}
	.wsoffcanvasopener .animated-arrow{
		left: auto;
 
	}
	.wsmenu .wsmenu-list{
		padding-top: 80px;
	}
	.navbar-fixed-top{
		top:0px;
	}
	.animated-arrow{
		z-index: 9999;

	}
	.animated-arrow-absolute{
		/* position:absolute; */
		position: absolute !important;
    	top: 73px;
	}
	.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{
		
	}
	.headerTeamsList li{
		width:49.5%;
		height: 150px;
	}
	.headerTeamsList li:nth-child(2n){
		margin-right:0;
	}
	.headerTeamsList li:nth-child(5n){
		margin-right:.5%;
	}
	.headerTeamsListName{
		font-size: 20px;
	}
	#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%;
	}
	.sidebarBannerAdContainer {
    	text-align: center;
	}
	.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{
		font-size: 10px;
    	line-height: 16px;
	}
	.homeNewsSubtitle{
		font-size:14px;
		display: none;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
		bottom:10px;
	}
	.homeNewsTitleGroupSub{
		padding: 10px;
    	border-bottom: 1px dashed #062140;
	}
	.scheduleGameContainer{
		width: 85%;
		display: block;
		margin: 32px auto;
	}
	.scheduleGameInner{
		font-size:16px;
	}
	.scheduleGameTeamLogo {
		width: 29px;
		height: 29px;
	}
	.scheduleDateText{
		font-size:20px;
	}
	.scheduleGameTime{
		font-size:16px;
	}
	.scheduleGameLocation{
		font-size:16px;
		max-width: 60%;
	}
	#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: 5px;
    top: -17px;
	}
	.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;
	}
	.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:47%;
		height: 150px;
	}
	.socialScroller .socialSidebar{
		height:auto;
	}
	.socialScroller .frontprofilename{
		display:none;
	}
	.pageMarginText{
		margin:0px;
	}
	.aboutNisaBullets{
		margin:100px 0px;
	}
	.aboutNisaBullets li{
		width:100%;
	}
	.staffBio{
		width:100%;
	}
	.socialPostedDate{
		width:70%;
	}
	.socialContent{
	}
	.socialSidebarInstagram {
		width: 100%;
		margin-right: 0;
		display: block;
		margin-bottom: 30px;
	}
	.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;
	}
	.scheduleGrid{
		padding:0px 10px;
	}
	.scheduleGrid .scheduleGameTeamName .visible-xs, .fullScheduleSlider .scheduleGameTeamName .visible-xs{
		display:inline-block !important;
	}

	.matchCenterLeftList{
		margin-left: 0px;
		width: 93%;
		margin: 0 auto;
	}
	.playbyplayCommentary {
		font-size: 11px;
		line-height: 15px;
		max-width: 60%;
	}
	#lineupPitch{
		transform: scale(0.5) translateX(-33%);
	}
	
	.sponsorsList1{
		text-align: center;
	}
	.sponsorsList1 li{
		width: 80%;
    padding: 20px 20px;
    height: 200px;
    margin-bottom: 32px;
	}
	.homeStandingsContainer {
	    display: inline-block;
	    vertical-align: top;
	    width: 100%;
	    padding: 0px 20px 0px 20px;
	}

}
@media(max-width:767px) and (orientation: portrait){
		#headerLogoText{
			max-width:100%;
	}
	 .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){
	.homeIntro{
		height:200vh;
	}
	#headerLogoText{
		font-size:26px;
		margin-top: 15px;
	}
	.photoHeadshot{
		width: 30%;
    	left: 33%
	}
	.homeBottomText{
		font-size: 130px;
    	line-height: 100px;
		margin-left: 50%;
	}
}
/* OLD IPHONE */
@media only screen and (max-width: 480px) {
	.photoHeadshot{
		width: 30%;
    	left: 33%
	}
}

/* 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){

	
}
