/* 2.26.20 commented out overflow-x:hidden; was causing bouncing issues on scroll
 instead set fixed width elements to use max-width and width 100% values*/
 
/* html, body {
	overflow-x: hidden;
} */

#siteFooter {
  width: 100%;
  max-width: 1000px;
}
#siteFooter ul {
  width: 100%;
  max-width: 980px;
}

.widgetHierarchy{
	overflow-x:auto;
	overflow-y:hidden;
}

.textBlockElement h3, .aggregatorElement h3, .mailSubscribeElement h3, .reportTableElement h3, .tableElement h3, .pollElement h3, .CustomTitle{
	height:auto;
}



/*Mobile Menu*/
.Ham, .Mback {
	display: none;
}
.Ham:hover {
	cursor: pointer;
}
.mobileNav {
	position: relative;
	z-index: -5;
	width: 100%;
	opacity: 0;
	top: 0px;
	display: none;
	padding-bottom: 0px;
	background: #292a2a;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#mobiletopNav {
	background: #a33321;
	padding-top: 0px;
	height: auto;
}
.mobileNav #topNav table .firstNavElement {
	border-top: 1px solid #fff;
}
.mobileNav #topNav {
	background: rgba(255, 255, 255, .9);
	height: 100%;
	border-bottom: none;
	display: block;
	width: 100%;
	position: relative;
	top: 0px;
}
#mobiletopNav #topNav table {
	display: table;
	background-color: #292a2a;
}
#mobiletopNav #topNav table td {
	position: relative;
	display: block;
	padding: 0px;
	border-bottom: 1px solid #fff;
}
#mobiletopNav #topNav table #contentSearchContainer {
	display: none;
}
#mobiletopNav #topNav table td > a {
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: left;
	padding: 25px 25px 25px 55px;
}
#mobiletopNav #topNav table td ul {
	display: none;
	width: 100%;
	position: relative;
	top: 0px;
}
#mobiletopNav #topNav table td ul li {
	float: none;
	display: block;
	width: 100%;
}
#mobiletopNav #topNav table td ul li a {
	font-family: 'Roboto Condensed', sans-serif;
	padding: 25px 15px 25px 80px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	background: #c9caca;
	width: 100%;
	color: #000;
	border-top: none;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}
#mobiletopNav #topNav table td ul li ul {
	display: none;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
}
#mobiletopNav #topNav table td ul li ul li {
	float: none;
	display: block;
	width: 100%;
	border-bottom: none;
}
#mobiletopNav #topNav table td ul li ul li a {
	font-family: 'Roboto Condensed', sans-serif;
	padding: 10px 10px 10px 80px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	background: #fff;
    color: #000 !important;
    border-bottom: 1px solid;
    text-transform: uppercase;
}
.abyss {
    display: block;
	position: absolute;
	font-size: 20px;
	font-weight: 700;
	z-index: 40;
	top: 23px;
    left: 35px;
	color: #ffa53a;
	width: 20px;
	height: 20px;
	font-family: sans-serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.abyss2 {
	display: block;
	position: absolute;
	font-size: 20px;
	z-index: 40;
	top: 22px;
    left: 60px;
    color: #ffa53a;
	width: 20px;
	height: 20px;
	font-style: normal;
    font-weight: 700;
	font-family: sans-serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.turnit {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ToTop {
	display: none;
}


@media only screen and (max-width: 990px) {
	body {
	    position: relative;
	}
    .siteContainer,
	#siteFooter,
	div#siteFooter {
		width: 100%;
		padding: 0px;
	}
	#accountNav, #siteHeader #adminNav, #siteHeader .adminToggle {
        display: none;
    }

    .ExpandCont {
	    margin-left: 0px;
	    padding: 0px;
		width: 100%;
    }

	.Expand {
	    margin-right: 0px;
	    border-bottom: 5px solid #ffa53a;
	    padding: 0px;
	    width: 100%;
	    margin-left: 0px;
	    margin-top: 0px;
	    box-shadow: 0px 3px 20px #888;
	    background: #fff;
	    margin-bottom: 15px;
	}

	.LatestH {
	    margin-right: -15px;
	}

	#navLinksContainer {
	    position: absolute !important;
	    left: initial !important;
	    top: 179px !important;
	    display: block !important;
	    margin-left: 0px !important;
	    right: 259px;
	}

	#navLinksForm input {
		width: 201px;
	}

	#SecondBar {
		height: 29px;
	}

	#theImg {
	    z-index: 10000;
	    top: 0px;
	    left: 0px;
	}

	#theImg img {
		width: 160px
	}

	#SecondBar span .Plinks:first-of-type {
		margin-left: 15px;
	}

	#topNav table {
	    width: 100%;
	    height: 55px;
	    float: none;
	    margin-right: 0px;
	}

	.tagline {
		position: relative;
	    top: 87px;
	    right: 0px;
	    display: table;
	    margin: 0px auto;
	}

	#Social {
		float: none;
		position: absolute;
		right: 0px;
	}

	.contentTabs li span {
		font-size: 12px;
	}

	.contentTabs li {
	    padding-right: 15px;
	    padding-left: 15px;
    }

    #adel_438584_ad {
	    transform: scale(.75);
    }

    .NewsTabs .aggregatorElement .item {
	    width: 44%;
    }

    .Himage {
	    display: none;
    }

    div[class*="players_"] {
	    width: 24.5%;
	}

	div[class*="players_"] .pageElement {
	    width: 100%;
	    height: 100%;
	    background: url("https://assets.ngin.com/site_files/7386/i/hover.png") no-repeat center center;
		background-size: 100% 100%;
	}

	div[class*="players_"] .heroPhotoElement img {
	    width: 100%;
	    height: auto;
	    max-height: 191px;
	    opacity: .3;
    }

    div[class*="players_"] .heroPhotoElement:hover img {
	    opacity: 1;
    }

    .AdSpace, .GalleryLink {
	    width: 49%;
    }

    .AdSpace img, .GalleryLink img {
	    width: 100%;
	}

	.GalleryLink .heroPhotoElement {
		margin: 0px 0px 15px 0px;
	}

	#twoPanel.user_mode #panelOne {
		width: 27%;
	}

	#twoPanel.user_mode div#panelTwo {
		width: 71%;
	}

    .textBlockElement h3, .aggregatorElement h3, .mailSubscribeElement h3, .reportTableElement h3, .tableElement h3, .pollElement h3, .CustomTitle {
	    line-height: 29px;
		padding: 10px 5px 7px 15px;
    }

    .profileHeader {
	    background: #000 url(../i/surveyBackground.jpg);
	    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.2);
	    overflow: hidden;
	    padding: 0;
	    position: relative;
	    width: 98.5%;
	    height: auto;
	    margin: 0 15px 20px -9px;
	    border: solid 10px #EFEFEF;
	    border-bottom: 30px solid #efefef;
	    border-top: 20px solid #efefef;
	}

	.profileHeader .profileImage {
	    float: left;
	    overflow: visible;
	    position: relative;
	    width: 30%;
	    height: auto;
	    margin-right: 9px;
	}

	.profileHeader .profileImage img {
	    max-height: 100%;
	    max-width: 100%;
	    position: relative;
	    width: 100%;
	    height: auto;
	    margin-bottom: -6px;
	}

	.profileHeader .profileMainInfo {
	    float: left;
	    margin-top: 24px;
	    width: 60%;
	}

	.profileHeader .statsTwo {
	    position: absolute;
	    bottom: 10px;
	    left: 31%;
	}





}

@media only screen and (max-width: 845px) {
	#navLinksContainer {
	    top: 203px !important;
	    right: 19px;
	}

	#SecondBar {
		height: 54px;
	}

	.NewsTabs .aggregatorElement .item {
	    width: 43%;
	}
}

@media only screen and (max-width: 800px) {

    .layoutContainer {
	    padding-left: 0;
	    margin-right: 0px;
	}

    .threeColumn333333 .column1,
    .twoColumn6633 .column2,
    .twoColumn3366 .column1,
    .twoColumn3366 .column2,
    .threeColumn333333 .column2,
    .threeColumn333333 .column3,
    .layoutContainer .threeColumn333333 .column1,
    .layoutContainer .twoColumn6633 .column2,
    .layoutContainer .twoColumn3366 .column1,
    .layoutContainer .twoColumn3366 .column2,
    .layoutContainer .threeColumn333333 .column2,
    .layoutContainer .threeColumn333333 .column3 {
        width: 100%;
    }
    .layoutContainer .column1,
    .layoutContainer .column2,
    .layoutContainer .column3,
    .layoutContainer .column4 {
        float: none;
    }
    .layoutContainer .pageElement,
    .layoutContainer .hrElement {
        margin: 10px 0px;
    }

    .twoColumn5050 .column1,
    .twoColumn5050 .column2,
    .threeColumn502525 .column1,
    .threeColumn255025 .column2,
    .threeColumn252550 .column3,
    .layoutContainer .twoColumn5050 .column1,
    .layoutContainer .twoColumn5050 .column2,
    .layoutContainer .threeColumn502525 .column1,
    .layoutContainer .threeColumn255025 .column2,
    .layoutContainer .threeColumn252550 .column3 {
        width: 100%;
        margin: 0px;
    }
    .twoColumn6633 .column1,
    .twoColumn3366 .column2,
    .layoutContainer .twoColumn6633 .column1,
    .layoutContainer .twoColumn3366 .column2 {
        width: 100%;
        margin: 0px;
    }
    .threeColumn333333 .column1,
    .twoColumn6633 .column2,
    .twoColumn3366 .column1,
    .threeColumn333333 .column2,
    .threeColumn333333 .column3,
    .layoutContainer .threeColumn333333 .column1,
    .layoutContainer .twoColumn6633 .column2,
    .layoutContainer .twoColumn3366 .column1,
    .layoutContainer .threeColumn333333 .column2,
    .layoutContainer .threeColumn333333 .column3 {
        width: 100%;
    }

    .LatestH {
	    margin-right: 0px;
	}

    .LatestH h3 {
	    margin-left: 0px;
	}

	#topNav {
		display: none;
	}

	#siteHeader {
	    height: 128px;
	}

	#navLinksContainer {
	    top: 156px !important;
	}

	.TeamList {
		width: 100%;
		background: transparent;
		background-size: 100% 100%;
	    position: relative;
	    left: 0px;
	    padding-right: 0;
	    margin-left: 0;
	    padding-bottom: 10px;
	    height: auto;
	    border-top: 1px solid #dadada;
	}

	.TeamList .TeamLinks {
		float: none;
		display: inline-block;
	}

	.TeamList .TeamLinks .heroPhotoElement {
		margin: 0px;
	}

	.TeamList .TeamLinks .heroPhotoElement img {
		margin: 8px 5px 0px 5px;
	}

	.holder {
		display: table;
		margin: 0px auto;
		text-align: center;
	}

	.Ham {
		display: block;
		position: absolute;
		top: 20px;
		right: 15px;
		z-index: 500;
	}

	#adel_438584_ad {
	    transform: scale(1);
    }

    .NewsTabs .aggregatorElement .item {
	    width: 44%;
	}

	div[class*="players_"] {
	    width: 25%;
	}

	.AdSpace, .GalleryLink {
	    width: 50%;
	    height: auto;
	}

	.AdSpace .pageElement {
		margin: 10px 15px 10px 0px;
	}

	.GalleryLink {
		margin-bottom: -40px;
	}

	.two_panel #panelTwo {
		float: none;
		margin: 0px;
		width: 100% !important;
	}

	#topNav td:nth-of-type(2), #topNav td {
		background: transparent;
	}

	#topNav tr td > a {
		color: #fff;
	}

	#topNav td#top_nav_node_page_node_1599965 ul li:hover > ul, #topNav td#top_nav_node_page_node_1599965 ul li.hover > ul #topNav td#top_nav_node_page_node_1599966 ul li:hover > ul, #topNav td#top_nav_node_page_node_1599966 ul li.hover > ul {
		display: none;
	}

	#topNav td:hover {
		background: transparent;
	}

	#mobiletopNav #topNav table td:hover {
		background: #ffa53a;
	}

	#mobiletopNav #topNav table td:hover .abyss  {
		color: #fff;
	}

	#leftHandGraphics, .subNavContainer ul {
		display: none;
	}

	#twoPanel.user_mode #panelOne {
		width: 100%;
	}

	.subNav h4, .relatedSections h4 {
	    background: url("https://assets.ngin.com/site_files/7386/i/AggHeader.jpg") repeat scroll left top transparent;
	}

	.profileHeader .profileMainInfo .name span {
	    display: block;
	    text-transform: uppercase;
	}

	.profileHeader {
		padding-bottom: 40px;
		margin: 0 15px 20px -3px;
	}

	#megaDropDown-season {
	    margin: 27px 25px 10px 0;
	}

	.sport-colors {
		overflow: hidden;
	}

	.sport-colors h2 {
	    margin-left: 7px;
	    font-family: 'Fjalla One', sans-serif;
	    font-size: 36px;
	    font-weight: 100;
	    top: 70px;
	    position: relative;
	    display: table;
	    left: 8px;
	}

	.pill-buttons li {
		margin: 0px;
	}


}

@media only screen and (max-width: 700px) {
	.tagline {
	    position: relative;
	    top: 35px;
	    right: initial;
	    display: table;
	    margin: 0px;
	    left: 170px;
	}

	table .scheduleListTeam .teamName {
		line-height: 15px;
	}
}

@media only screen and (max-width: 600px) {
	.tagline p {
	    position: relative;
	}

	.tagline .number:nth-of-type(1){
		position: absolute;
	    left: 0px;
	    top: 30px;
	}

	.tagline .dot:nth-of-type(2){
		position: absolute;
	    left: 40px;
	    top: 30px;
	}

	.tagline .number:nth-of-type(3){
		position: absolute;
	    left: 50px;
	    top: 30px;
	}

	.tagline .dot:nth-of-type(4){
		position: absolute;
	    left: 70px;
	    top: 30px;
	}

	.tagline .number:nth-of-type(5){
		position: absolute;
	    left: 80px;
	    top: 30px;
	}

	#SecondBar span .Plinks:first-of-type {
	    margin-left: 10px;
	    float: none;
	}

	#SecondBar {
	    padding-top: 2px;
	}

	#navLinksContainer {
	    top: 157px !important;
	}

	.gsc-control-cse {
		margin-top: 0 !important;
		top: 133px;
	}

	.NewsTabs .aggregatorElement .item {
	    width: 43%;
	}

	.contentTabs li {
		width: 150px;
	    text-align: center;
	    padding-bottom: 4px;
	    margin: -2px 0px 0px 2px;
	}

	.contentTabs li.selected:before, .contentTabs li:before {
		border-bottom: 0px solid #717171;
	}

	.contentTabs li.selected:after, .contentTabs li:after {
		border-bottom: 0px solid #717171;
	}

	.layout_classic .newsSlideShow-thumbnails {
	    padding: 0 1% 3px;
	}

	div[class*="players_"] {
	    width: 50%;
	}

	div[class*="players_"] .heroPhotoElement img {
	    max-height: none;
	}

	.AdSpace, .GalleryLink {
	    width: 100%;
	}

	.AdSpace .pageElement {
	    margin: 10px 0px;
	}

	.GalleryLink {
	    margin-bottom: 0px;
	}

	.adbox iframe {
		width: 100%;
	}

}

@media only screen and (max-width: 550px) {
	.layout_classic .newsSlideShow-headline h1 a {
		font-size: 21px;
		line-height: 25px;
	}

	.layout_classic .newsSlideShow-headline h1 {
		width: 85.5%;
	}

	.layout_classic .newsSlideShow-headline {
	    padding-bottom: 7.5%;
	}

	.layout_classic .newsSlideShow-thumbnails {
	    padding: 0 1% 1px;
	}

	.layout_classic .newsSlideShow-thumbnails a, .layout_classic .newsSlideShow-thumbnails a:hover {
	    height: 8px;
	    width: 8px;
    }

    .layout_classic .newsSlideShow-controls {
	    display: block;
	    top: 50px;
	}

	table .scheduleListTeam .teamName {
		font-size: 10px;
		margin-left: 3px;
	}


}

@media only screen and (max-width: 500px) {
	.NewsTabs .aggregatorElement .item {
		width: 90%;
		display: block;
	}

	.NewsTabs .aggregatorElement .item:last-of-type {
		padding: 10px 0px 0px 0px !important;
	}

	.contentTabs li {
    	width: 90px;
    }

    .profileHeader {
	    margin: 0 15px 20px -5px;
    }

    .profileHeader .profileImage {
	    float: none;
	    width: 100%;
    }

    .profileHeader .profileMainInfo .name {
	    float: none;
	    padding-left: 20px;
    }

    .profileHeader .statsOne {
	    padding-left: 20px;
    }

    .profileHeader .statsTwo {
	    position: absolute;
	    bottom: 12px;
	    left: 20px;
	}

	.profileHeader .profileMainInfo .name .first {
	    font: 600 32px/32px "futura-pt",sans-serif;
	}

	.profileHeader .profileMainInfo .name .last {
	    font: 600 48px/38px "futura-pt",sans-serif;
	}

	.profileHeader .profileMainInfo .year:before {
	    content: '//';
	    color: #F9AE4B;
	    font-size: 39px;
	    letter-spacing: -11px;
	    padding-left: 30px;
	    position: relative;
	    bottom: 4px;
	    left: -17px;
	}

	.profileHeader .profileMainInfo .year {
	    font: 300 51px/56px "futura-pt",sans-serif;
	}

	.profileHeader .profileMainInfo {
	    width: 100%;
	}

	#tab_completegamelist_content .pageElement {
		overflow: scroll;
		box-shadow: 0px 0px 6px #bbb;

	}

	.boxscore-container {
		-moz-box-shadow: inset -5px 0px 10px 0px rgba(0,0,0,0.75);
		-webkit-box-shadow: inset -5px 0px 10px 0px rgba(0,0,0,0.75);
		box-shadow: inset -5px 0px 10px 0px rgba(0,0,0,0.75);
		overflow: scroll;
	}

	.boxscore th.team {
		font-size: 0px;
	}

	#tab_completegamelist_content, .boxscore-inner-container {
		position: relative;
	}

	#tab_completegamelist_content::after {
		content: '';
		position: absolute;
		top: 0px;
		width: 10px;
		height: 94.8%;
		right: 15px;
		background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
		background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
	}

	.boxscore thead {
		background: transparent;
	}

	.boxscore-inner-container {
	    width: 100%;
	}

}

@media only screen and (max-width: 450px) {
	.tagline p {
	    display: none;
	}

	#SecondBar span .Plinks:first-of-type {
	    margin-left: 6px;
	}

	.Plinks .goToLink {
	    padding: 2px 5px;
	}

	.layout_classic .newsSlideShow-thumbnails li {
	    width: 20px;
	}

	.newsSlideShow-thumbnails {
		padding: 0px;
    	bottom: -2px;
    }


}

@media only screen and (max-width: 415px) {
	.Plinks {
		display: none;
	}

	#home .Plinks {
		display: block;
	}

	#home .Plinks:first-of-type {
		float: none;
	}

	#home .Plinks .pageElement {
		margin: 0 10px 0 10px;
	}

	#home .Plinks {
	    float: left;
	    margin-top: 0px;
	    margin-bottom: 17px;
	}


	#navLinksContainer {
	    top: 5px !important;
	    margin: 0px auto !important;
	    /* margin-right: 1px !important; */
	    padding-left: 19px;
	    position: relative !important;
		left: initial !important;
	}

	#navLinksForm input {
	    width: 227px;
	}

	.gsc-control-cse {
	    margin-top: 0 !important;
	    top: 15px;
	    position: relative;
	    margin: 0px auto !important;
	    width: 245px !important;
	    right: -13px;
	}

	#navLinksContainer:before {
		margin-right: -15px;
	}

	#adel_438584_ad {
	    transform: scale(.9);
	    margin-left: -10px;
    }

    .profileHeader .profileMainInfo .name .last {
	    font: 600 32px/26px "futura-pt",sans-serif;
	}

	.profileHeader .statsOne {
	    margin-top: 0;
	}

	#megaDropDown-season {
	    margin: 27px 5px 10px 0;
	}

	.pill-buttons li {
		width: 100%;
		border-top: none;
		border-bottom: none;
		border-left: 1px solid #6a6868;
		border-right: 1px solid #6a6868;
		padding: 5px 0px;
	}

	.pill-buttons li:first-of-type {
		width: 100%;
		border-top: 1px solid #6a6868;
		border-bottom: none;
		border-left: 1px solid #6a6868;
		border-right: 1px solid #6a6868;
	}

	.pill-buttons li:last-of-type {
		width: 100%;
		border-top: none;
		border-bottom: 1px solid #6a6868;
		border-left: 1px solid #6a6868;
		border-right: 1px solid #6a6868;
	}

	#sport-crumbs #snm_advert {
		padding-top: 10px;
		position: relative;
		bottom: initial;
		top: 0px;
	}


}
