/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}

/* Set all parents to full height */
html, body, 
.maincontainer,
.cbp-fbscroller,
.cbp-fbscroller section { 
	height: 100%; 
}


body {
	background-color: #fff;
	background-repeat:repeat;
	background-image:url(../images/furley_bg_@2X.png);
	background-attachment: fixed;
}



/* 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;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
	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;
}

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





/* BODY STUFF */



.maincontainer {
	min-width: 100%;
}


h1 {
	font-family: AmasisMTStd-Black, serif; 
	font-weight: 700;
	font-style: normal;
	padding-bottom: 1.75em;
	border-bottom: 1px solid #FFF;
	text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.5);
}

p {
	margin-right: auto;
	margin-left: auto;
}




/* TITLE SCREEN */

#titlescreen {
	position: relative;
	overflow: hidden;
	background-image: url(../images/opener.jpg);
	background-repeat: no-repeat; 
	background-position: center center;
	z-index: 99999;
}

#titlescreen h2 {
	font-family: 'CaeciliaCom-45Light', serif; 
	font-weight: 400; 
	font-size: 3em;
	line-height: 1em;
	color: #000;
	text-transform:uppercase;
}
#titlescreen p {
	font-family: 'CaeciliaCom-45Light', serif; 
	font-weight: 400; 
	font-size: .8em;
	line-height: 1.25em;
	color: #000;
	padding:0;
}
#titlescreen h3 {
	font-family: 'CaeciliaCom-45Light', serif; 
	font-weight: 400; 
	font-size:.6em;
	text-transform:uppercase;
	color:#000;
	margin:30px 0 0;
}

#titlescreen-ipad, #titlescreen-iphone {
	display: none;
}

#titlescreen img.title {
	width: 100%;
	height: auto;
	position: absolute;
	bottom:1%;
	left: 0;
}

#title-holder {
	display:table;
	width:100%;
	height:100%;
}
#title {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding: 0 20px;
	max-width:1200px;
}
#title img {
	width:100%;
}
.img-responsive {
	display:block;
	height:auto;
	max-width:100%
}

.parallax-window {
    background: transparent;
}
.full {
	height:100vh;
}
.third {
	height:75vh;
}

/* CHAPTER BREAKS */

.section-break {
	position: relative;
		-webkit-box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 80px 20px rgba(0,0,0,0.25);
	
}
.hidden, .hidden-phone, .hidden-tablet {
	display:none;
}

.imageHolder {
}
.overlay, .overlay2, .overlay3 {
	position: absolute;
	width: 100%;
	bottom: 0;
	left:0;
	height: auto;
	padding: 0;
	display:inline;
	background-repeat: no-repeat;
	max-height:100%;
}
.overlay {
	background:url(../images/opener-guy.png);
	background-size: cover;
	background-position: center center;
	height: 100%;
	text-align: center;
}
.overlay2 {
	background:url(../images/sec2-quote.png);
	background-size: contain;
	
}
.overlay3 {
	background:url(../images/sec3-quote.png);
	background-size: contain;
	background-repeat: no-repeat;

}
.overlay img, .overlay2 img, .overlay3 img {
	width:100%;
}
.overlay img {
	max-width: 1000px;
}

/* TEXT SECTIONS */


section {
	position:relative;
}
.sec-bg {
	width:100%;
} 
.sec-bg2 {
	width:100%;
} 
.hide {
	display:block;
}

.sec-container {
	max-width: 960px;
	width: 100%;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	padding: 0 5%;
}
.sec-container p {
	font-family: 'CaeciliaCom-45Light', serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.25em;
	line-height: 1.5em;
	color: #000;
	margin-top: 1.125em;
	margin-right: 0;
	margin-bottom: 1.65em;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;  
}
.sec-container em {
	font-family: 'CaeciliaCom-46LightItalic', serif;
	font-weight: 400;
	font-style: normal;
}
.sec-container a:link, .sec-container a:visited, #champ-footer a:link, #champ-footer a:visited  {
	color:#003366;
	text-decoration:underline;
}
.sec-container a:hover, .sec-container a:active, #champ-footer a:hover, #champ-footer a:active {
	color:#000;
	text-decoration:none;
}
.dropcap { 
	font-family: 'Oswald', sans-serif;
	float: left; 
	color: #00539f;
	font-size: 3em; 
	padding: 10px 4px 2px 0px; 
	font-weight: 700;
}

/* INSETS */


.caption {
	padding: 10px 5%;
	z-index:10000;
}

.caption p, .caption2 p {
	font-family: 'Oswald', sans-serif;
	font-weight: 300; 
	font-style: normal;
	color: #333;
	font-size: 1em;
	line-height: 1.65em;
	text-align: center;
	margin:0 0 20px;
}
.caption p strong, .caption2 p strong {
	font-family: 'Oswald', sans-serif;
	font-weight: 700; 
	font-style: normal;
	color: #333;
	text-transform:uppercase;
}
.caption p em {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #333;
	font-style:italic;
}
.caption p a:link, .caption p a:visited {
	color: #333;
	text-decoration: underline;
}

.insetpic {
width: 100%;
margin: 20px 0 24px;
box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 1px 0px, rgba(0, 0, 0, 0.14902) 0px 1px 10px 0px;
background: #fff;
margin-top: 0;
position: relative;
}

.insetpic2 {
width: 100%;
margin: 20px 0 24px;
box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 1px 0px, rgba(0, 0, 0, 0.14902) 0px 1px 10px 0px;
background: #fff;
margin-top: 0;
border-left: 14px solid #0066bb;
	position: relative;
}


.insetpic .inset img, .insetpic2 .inset img {
	width: 100%;
	z-index: 99;
	/*padding: 8px 8px 10px;*/
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 1px 0px, rgba(0, 0, 0, 0.14902) 0px 1px 10px 0px;

} 

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

.lf {
	clear: both;
	float: left;
	margin: 0 20px 20px 0;
	background-color: #fff;
}

.rt {
	float: right;
	margin: 0 0 20px 20px;
	clear: both;
	background-color: #fff;
}

.insetpic .credit p {
	width: 300px;
	padding: 10px;
}

.caption {
	padding: 10px 5%;
	z-index:10000;
}

.caption p, .caption2 p {
	font-family: 'Oswald', sans-serif;
	font-weight: 300; 
	font-style: normal;
	color: #333;
	font-size: 1em;
	line-height: 1.65em;
	text-align: center;
	margin:0 0 20px;
}
.caption p strong, .caption2 p strong {
	font-family: 'Oswald', sans-serif;
	font-weight: 700; 
	font-style: normal;
	color: #333;
	text-transform:uppercase;
}
.caption p em {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #333;
	font-style:italic;
}

.insettext {
	padding: 12px 12px 0;
}
.insettext p{
	color: #000;
	margin: 0;
}
.insettext p.quote {
	font-size: 1.5em;
	margin-bottom: 20px;
	font-style: italic;
}
.insettext p.caption4 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300; 
	font-style: normal;
	font-size: 1em;
	line-height: 1.65em;
	text-align: left;
	margin-bottom: 20px;
}
.insettext p.caption4 strong {
	font-family: 'Oswald', sans-serif;
	font-weight: 700; 
	font-style: normal;
}
.insettext p.caption4 em {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-style:italic;
}
.insettext p.source {
	font-family: 'Oswald', sans-serif;
	font-weight: 300; 
	font-style:italic;
	font-size: .75em;
}
.inset-bg {
	background-color: #fff;
	padding: 10px 20px 20px;
	display: inline-block;
}

.inset p {
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	color: #333;
	font-size:1em;
	border-bottom: 4px solid #505455;
	padding: 10px;
	margin: 0 0 10px;
}
.inset strong {
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	color:#333;
}
.submit {
	font-family: 'Oswald', sans-serif;
	font-weight: 300; 
	font-size: .8em !important;
	font-style: italic;
}

/* CHAMPION SECTION */


#section-foot {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#section-break {
	padding:40px 0;
	display:none;
}

#section-foot {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#section-break {
	padding:40px 0;
	display:none;
}

#champ-footer {
	width: 100%;
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 50px;
	text-align: center;
	margin: 0 auto;
}
#champ-footer p {
	font-family: 'CaeciliaCom-55Roman', serif; 
	font-weight: 700; 
	font-style: normal;
	color: #000;
	font-size: .75em;
	line-height: 1.5em;
	max-width: 1024px;
}
#champ-footer a:link, #champ-footer a:visited {
	color: #000;
}
#champ-footer img {
	margin-top: 20px;
	padding-bottom: 0;
	width:300px;
}

#champion {
	position: absolute;
	z-index: 9999;
	bottom: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	padding: 0;	
	width: 500px;
	height: 60px;
}
#champion p {
	font-family: 'CaeciliaCom-55Roman', serif; 
	font-weight: 400; 
	font-style: normal;
	font-size: 0.75em;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 60px;
	text-transform: uppercase;
	color: #000;
	text-align: left;
	vertical-align: middle;
}

#champion img {
	top: 10px;
	position: relative;
}



#corner-slider .close {
	font-size:1em;
	font-weight:bold;
} 

#corner-slider p {
	font-family: AmasisMTStd-Light, serif;
	text-transform:uppercase;
	font-size:.8em;
}
#corner-slider strong {
	font-family: AmasisMTStd-Black, serif;
}


/* AUDIO SECTION */


.audio.green-audio-player {
  width: 100%;
  height: 100px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  -webkit-user-select: none;
  background-color: #fff;
}

/* 2 columns: 600px */
@media only screen and (min-width: 600px) {
.sec-container h2 {
	font-size: 7em;
	}
	.names h3 {
	font-size: 3em;
	}
  
}

/* 2 columns: 768px */
@media only screen and (min-width: 768px) {

	.sec-container p{
	width:100%;
	}
	.sec-container h2 {
	font-size: 8.5em;
	}
	
	.rt {
	float:right;
	margin-left:30px;
	}
	.lf {
	float:left;
	margin-right:30px;
	}
	.insetpic {
	width:45%;
	}
	
	.insetpic2 {
	width:25%;
	}
	
}

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


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

	.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;
	}
	.sec-container h2 {
	font-size: 11em;
	}
	
	.insetpic {
	width:55%;
	}
	.insetpic2 {
	width:30%;
	}
   

}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	.hidden-phone {
	display:block !important;
	}
	.hidden-phone img, .hidden img, .hidden-tablet img {
	width:100%;
	}
	.hidden, .hidden-tablet {
	display:none !important;
	}
	.hide { 
	display:none !important;
	}
	 #hide-phone {
	display: none !important;	
	}
	.container { 
	height:auto;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) { 

	.hidden {
	display:block !important;
	}
	.hidden img {
	width:100% !important;
	}
	.hidden-phone img, .hidden-tablet img {
	display:none;
	}
	.hide { 
	display:none !important;
	}
	.container { 
	height:auto;
	}
} 

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) { 

	.hidden {
	display:block !important;
	}
	.hidden img {
	width:100% !important;
	}
	.hidden-phone img, .hidden-tablet img {
	display:none;
	}
	.hide { 
	display:none !important;
	}
	.container { 
	height:auto;
	}
} 


@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) { 

	.hidden {
	display:block !important;
	}
	.hidden-phone img, .hidden-tablet img {
	display:none;
	}
	.hidden img {
	width:100% !important;
	}
	.hide { 
	display:none !important;
	}
	.container { 
	height:auto;
	}
} 


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
	.hidden-phone img, .hidden img, .hidden-tablet img {
	width:100%;
	}
	.hidden-phone, .hidden-tablet, .hide {
	display:none !important;
	}
	.hidden {
	display:block !important;
	}
	#cbp-fbscroller { 
	display:none !important;
	}
	.container { 
	height:auto;
	}
	
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
	.hidden-tablet {
	display:block !important;
	}
	.hidden-phone img, .hidden img, .hidden-tablet img {
	width:100%;
	}
	.hidden, .hidden-phone, .hide {
	display:none !important;
	}
	#cbp-fbscroller { 
	display:none !important;
	}
	.container { 
	height:auto;
	}
}