@charset "UTF-8";
/* CSS Document */

/* NCAA MAIN MENU */


header#ncaa-header {
	width:100%;
	margin: 0 auto;
	text-align: center;
	padding: 14px 0;
	height:56px;
	background-color: rgba(0, 0, 0, 0.8);
	position:fixed;
	z-index:999999999;
	top: 0;
	box-sizing: border-box;
	}
	header#ncaa-header a#logo {
	position: relative;
	top: 0;
	left: 0;	
	}
	header#ncaa-header nav {
	display:none;
	}
	header#ncaa-header img{
	width:108px;
	}
	.ncaa-menu {
	width: 100%;
	}


header#ncaa-header nav li {
	display: block;
	float: left;
	margin:0 1.5em;
	text-align: center;
}

header#ncaa-header nav a {
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 
	font-weight: 400;
	font-size: 15px;
	line-height: 65px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;  
 	font-style: normal;
	font-variant:normal;
	color: #f0f0f0;
	text-decoration: none;
}

header#ncaa-header nav a:hover {
	color: #D0E2EC;
}


/* PROGRESS BAR */

.progress-outer {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  background-color: #000000;
}

/* The progress container (grey background) */
.progress-container {
  	width: 100%;
  	height: 4px;
  	background: rgba(0,0,0,0.2);
	position: absolute;
	bottom: -4px;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 4px;
  background: #009ddc;
  width: 0%;
}


/* FOOTER */

#champ-footer {
	width: 100%;
	position: relative;
	margin-top: 70px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: top center;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
	margin: 0 auto;
}
#champ-footer p {
	font-family: 'CaeciliaCom-55Roman', serif;
	font-style: normal;
	color: #ffffff;
	font-size: 11px;
	line-height: 20px;
	max-width: 1024px;
	margin: 0 auto;
}
#champ-footer a:link, #champ-footer a:visited {
	color: #009ddc;
}
#champ-footer a:hover {
	color: #005e84;
}
#champ-footer a:active {
	color: #003f58;
}
#champ-footer img {
	margin-top: 20px;
	padding-bottom: 0;
	max-width:250px;
}


/* 4 columns: 992px and up */
@media only screen and (min-width: 992px) {


    header#ncaa-header {
	position: fixed;
	height: 56px;
	width: 100%;
	padding: 14px 0;
	z-index: 9999999;
	font-size: 12px;
	}

	.ncaa-menu {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	}

	header#ncaa-header a#logo {
	position: absolute;
	left: 1.5em;
	}

	header#ncaa-header nav {
	display:block;
	position: absolute;
	left: 160px;
	top: -16px;
	}
	
	#champ-footer img {
	width:400px;
	max-width: 400px;
}

}