html,
body {
  height: 100%;
}

body.login-page {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.container.login-page {
	max-width:480px;
}

.site-sponsor {
	text-align: center;
}
.site-sponsor .team-sponsor-logo {
	padding-top:10px;
}

/*******************************
Form Signin
*******************************/
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*******************************
Header
*******************************/
.nav-page-header .container-fluid {
	/*max-width: 1200px;*/
	margin: 20px auto 0 auto;
}

.header .navbar {
	max-width:1280px;
	margin: 0 auto;
	padding:0 15px;
}

.header .navbar .navbar-brand {
	margin-right:3rem;
}

.header .navbar .nav-item {
	padding:0 10px;
}

@media (max-width:480px) {
	.header .navbar .navbar-brand {
		margin-right:0;
	}
	.header .navbar .navbar-brand img {
		max-height: 70px;
	}
	.footer {
		max-width: 100%;
	}
}

@media (max-width:1200px) {
	.header .navbar {
		max-width: 100%;
	}
}

/*******************************
Main Page
*******************************/
main .nav-page-header {
	max-width: 1280px;
	margin: 0 auto;
}
main .page-container {
	max-width: 1280px;
	margin:0 auto;
}

main .page-content {
	color:#d2d2d2;
}

.block.block-teams .card-container {
	/*padding:25px 10px;
	height:auto;
	margin-bottom: 40px;
	border:1px solid;
	display:block;
	box-shadow: 8px 10px 8px -6px #444;*/
}

.block.block-teams .shape-1,
.block.block-teams .shape-1b {
	width:100%;
	border-right:none;
}

.block.block-teams .front-nameplate a {
	color:#00008B;
}
.block.block-teams .front-nameplate a:hover {
	text-decoration: none;
}

.footer {
	max-width: 1280px;
	margin:0 auto;
}

@media (max-width:1020px) {
	.header .navbar,
	main .page-container,
	main .nav-page-header {
		max-width: 100%;
	}
}

/*******************************
Stats - Page
*******************************/
.stats .content {
	height: calc(100vh - 40px);
	text-align: center;
}
.stats main .nav-page-header,
.stats main .page-container,
.stats main .container,
.stats footer.footer {
	width: 100%;
	max-width: 100%;
}

.stats footer.footer {
	text-align: center;
}

/*******************************
New Team Page Changes - Page
*******************************/
.team-title {
	text-align: center;
	background:#fff;
	color:#000;
	font-weight: bold;
	padding: 10px 0;
	text-transform: uppercase;
}
.team-avg-stats > div {
	padding-bottom:25px;
	text-align: center;
}
.team-avg-stats div > div {
	font-size:42px;
	text-align: center;
	line-height: 32px;
}
.team-avg-stats small {
	font-size:14px;
}

.team-title.title-secondary {
	color:#ce1126;
	font-size:2.2rem;
	background-color:#ffd245;
	width:100%;
	padding:5px 0;
	margin-top:50px;
	border-bottom: 2px solid #000;
}

.team-title.title-tertiary {
	color:#ffffff;
	font-size:3rem;
	background-color:#ce1126;
	width:100%;
	padding:5px 0;
	margin-top:50px;
}

.team-leaders-stats {
	padding:25px 0;
	background:#fff;
	color:#000;
}
.team-leaders-stats .left-blk {
	width:25%;
	max-width: 100px;
	min-height:100px;
	float:left;
	margin-right: 15px;
	margin-left:15px;
}
.team-leaders-stats .left-blk .p-img-empty {
	display:block;
	width:100%;
	height:100%;
	min-height: 100px;
	background:#ffd245;
}
.team-leaders-stats .left-blk a {
	display: block;
	min-height: 100px;
}
.team-leaders-stats .right-blk {
	float:left;
	font-size:18px;
	text-transform: uppercase;
	width: calc(75% - 30px);
}
.team-leaders-stats .right-blk .blk-title {
	
}
.team-leaders-stats .right-blk .blk-player {
	color:#ce1126;
	font-weight: bold;
}
.team-leaders-stats .right-blk .blk-player .blk-player-number {
	font-size:32px;
}
.team-leaders-stats .right-blk .blk-player-stats {
	color:#ce1126;
	font-weight: bold;
}
.team-leaders-stats .right-blk .blk-player-team {
	
}

.team-leaders-stats::after {
	clear:both;
	content:'';
	display:block;
}

.block-teams .block-team-title {
	background-color:#ce1126;
	color:#ffffff;
	padding:5px;
	font-size:1.5rem;
	text-align: center;
	height: 82px;
	overflow: hidden;
}
.block-teams .block-team-photo {
	margin:15px 0;
	border:1px solid #ffffff;
	height:225px;
	width:100%;
	background: #ffffff;
	text-align: center;
}
.block-teams .block-team-photo img {
	height: auto;
	max-width: 100%;
}
.block-teams .block-team-roster {
	background-color:#54cec3;
	color:#ffffff;
	padding:5px 0;
	font-size:1.4rem;
	text-align: center;
	margin-bottom:40px;
}
.block-teams .block-team-roster a {
	color:#ffffff;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}
.block-teams .block-team-roster a:hover {
	text-decoration: none;
	color:#ffd245;
}

.team-list-page .nav-page-header .container-fluid {
	display: none;
}

.program-stats-blk {
	background: #ffffff;
	color:#000000;
	padding-bottom:15px;
}
.program-stats-blk .row {
	padding:20px 0;
}
.program-stats-blk .blk-col {
	padding:15px;
	text-align: center;
}
.program-stats-blk .blk-col > div {
	font-size:34px;
	line-height: 28px;
	font-weight: bold;
}

.program-stats-blk .table {
	font-size:12px;
	display: table;
}

@media (max-width:480px) {
	.program-stats-blk .table {
		display:block;
	}
}
@media (min-width:1080px) {
	.program-stats-blk {
		min-height: 300px;
	}
}