/** * 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:url(../images/light_wool.png) repeat top center;
}

/* background-attachment does the trick */
.cbp-fbscroller section {
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.no-touch .cbp-fbscroller section {
	background-attachment: fixed;
}


/* NCAA MAIN MENU */

/* MEGA DROP DOWN */

.ncaa-menu > li > div {
	position: absolute;
	left: -180px;
	top: 65px;
	display: none;
	background: rgba(76,76,76,0.9);
	padding: 20px 10px 0;
	overflow: hidden;
	width:976px;
}
.ncaa-menu > li > div p { color: #666; }
.ncaa-menu > li > div.right { right: 0; left: auto }
.container-1, .container-2, .container-3, .container-4 { font-size: 80%; }

header#ncaa-header {
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	height: 65px;
	width: 100%;
	z-index: 9999999;
	font-size: 12px;
}

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

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

header#ncaa-header nav {
	position: absolute;
	left: 200px;
}
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: 1024px;
}


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;
}


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

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


/* TITLE SCREEN */




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

#titlescreen p#title-1 {
	display:none;
}

#titlescreen img.title {
	width: 100%;
	height: auto;
	top: 2%;
	position:absolute;
}
#titlescreen h2 {
	font-family: 'AmasisMTStd-Black', serif; 
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	padding: 40px;
	border: 1px solid #FFF;
	text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.5);
		display:none;

}
#titlescreen .credit p, .big-photo .credit p {
	color: rgba(0, 52, 87, 0.5);
}
#titlescreen .credit {
	position: absolute;
	bottom: 10px;
	right: 20px;
}
.credit p {
	font-family: 'Whitney SSm A', 'Whitney SSm B'; 
	font-weight: 400; 
	font-style: italic;
	color: rgba(0, 52, 87, 1.0);
	font-size: .625em;
	line-height: 1.25em;
	text-align: right;
}

/* CHAPTER BREAKS */

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	-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);
} 

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

.imageHolder {
	border-top: 6px solid #000;
	border-bottom: 6px solid #000;
}
.overlay {
	position: absolute;
	bottom: -3px;
	left:0;
	background-position: bottom center;
	height: auto;
	padding: 0 5%;
	display:inline;
}
.overlay img {
	width:100%;
}

.hidden, .hidden-phone, .hidden-tablet {
	display:none;
}


#stToolPop {
	display:none;
}


/* TEXT SECTIONS */


section {
	padding: 0 0 50px 0;
	position:relative;
}
.sec-bg {
} 
.hide {
	display:none;
}

.sec-bg.special {
	background-color: #7f7d77;
}

.sec-container h2 {
	font-family: 'Gotham SSm A', 'Gotham SSm B'; 
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;  
 	font-style: normal;
	font-variant:normal;
	margin: 0px;
	padding: 0px;
	color: #000;
	text-align:center;
	text-transform:uppercase;
}
.sec-container h3 {
	font-family: 'CaeciliaCom-55Roman', serif; 
	font-weight: bold;
	color: #000;
	font-size: 2em;
	line-height: 1.25em;
	text-align: left;
}
.sec-container h2.underline {
	margin: 0 0 50px;
	padding: 0 0 10px;
	border-bottom: 1px solid #666;
}
.sec-container {
	width: 1024px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.sec-container p {
	font-family: 'CaeciliaCom-55Roman', serif; 
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.65em;
	color: #333;
	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;
	max-width: 600px;
}

.sec-container p strong.blue {
	font-weight: bold;
	text-transform: uppercase;
	color: #009cdb;
}

.sec-container p em {
	font-family: 'CaeciliaCom-56Italic', serif; 
}

.special .sec-container p, .special .sec-container h3 {
		color: #FFF;
	}

.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 {
	float: left;
	color: #009cdb;
	font-size: 6em;
	padding-top: 36px;
	padding-right: 4px;
	padding-left: 0px;
	font-family: 'AmasisMTStd-Black', serif;
	font-style: normal;
	margin-bottom: 10px;
	/*text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 10px;*/
}


/* INSETS */
.submit {
	font-family: 'Oswald', sans-serif;
	font-weight: 300; 
	font-size: .8em;
	font-style: italic;
}
.sidebar {
	width:420px;
	float:right;
	margin-left:20px;
	padding:10px;
	background-color:#333;
	z-index: 99;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.sidebar h2 {
	background:none;
	font-family: 'zentroparegular';
	font-size:2.5em;
	color:#fff;
	text-transform:uppercase;
	margin:0 0 4px 0;
	height:auto;
	width:auto;
}

.sidebar p {
	margin-top:0;
	font-family:  'Sentinel A', 'Sentinel B', serif; 
	font-weight: 400; 
	color: #fff;
	font-size: .825em;
	line-height: 1.25em;
	text-align: left;
}

.sidebar .inset img {
	width:400px;
	margin-bottom:10px;
}

.insetpic {
		width: 300px;
		

}
.insetpic .inset img {
	width: 300px;
	z-index: 99;
	/*border: 10px solid #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;*/
}

.insetpic.rt .inset img {
	margin: -8px 0 0 -8px;
}

.insetpic.rt .inset img.circle {
	margin: -155px 0 0 -8px;
}

.lf {
	float: left;
	margin: 0 -30px 20px 0;
	/*background-color: #fff;*/
	/*box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 3px;*/
	width: 300px;
	left: -40px;
	position: relative;
}

.md {
	float: left;
	margin: 0 0 60px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 3px;
	width: 600px;
}

.rt {
	float: right;
	margin: -200px 0 20px -40px;
	clear: both;
	background-color: #ece8e3;
	/*box-shadow: rgba(0, 0, 0, 0.8) 0px 1px 10px;*/
	border: 8px double #000;
	z-index: 9999;
}
.insetpic h2 {
	color: #fff;
	font-size: 1.5em;
	padding-left: 0px;
	font-family: 'AmasisMTStd-Black', serif; 
	font-style: normal;
	margin-bottom: 10px;
	text-transform:uppercase;
	
}
.insetpic-lf .inset img {
	width: 300px;
	border: 10px solid #333;
	margin-bottom: 0px;
	z-index: 99;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.insetpic-md {
	margin:0 0 40px;
	padding:0;
	}

.insetpic-md .inset img {
	width: 100%;
	margin-bottom: 0px;
	z-index: 99;
	/*border: 10px solid #fff;*/
}

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

.caption {
	padding:0px 0px 6px 0px;
	z-index:10000;
	background-color: #000;
}

.caption-wide {
	padding:4px 50px 0 10px;
	z-index:10000;
}

.caption p {
	font-family: 'Oswald', sans-serif;
	font-weight: 300; 
	color: #FFF;
	line-height: 1.5em;
	font-size: 1em;
	text-align: center;
}
.caption2 {
	padding: 0;
	margin:0;
	z-index: 10000;
}
.caption2 p {
	font-family: 'Oswald', sans-serif;
	font-weight: 300; 
	color: #333;
	line-height: 1.5em;
	font-size: 1em;
	text-align: left;
	padding: 0 0 10px 10px;
	margin:0;
}
.caption3 {
	margin:0;
	z-index: 10000;
	padding: 0px;
	text-align: center;
}
.sec-container .caption3 h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #000;
	font-size:2em;
	line-height: 1.1em;
	text-transform:uppercase;
	margin: 0 0 0 0;
	border-bottom: 0;
	text-align: center;
}
.caption3 h4 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #000;
	font-size:1em;
	line-height: 1em;
	text-transform:uppercase;
	margin: 10px 0 10px 0;
	border-bottom: 4px double #000;
	padding-bottom: 10px;
}
.caption2 {
	padding: 0;
	margin:0;
	z-index: 10000;
}

.rt .caption3 p {
	text-align: left;
}

.rt .caption3 {
	padding: 10px;
}

.caption p a:link, .caption p a:visited {
	color: #333;
	text-decoration: underline;}


.caption3 p {
	font-family: 'Oswald', sans-serif;
	font-weight: 300; 
	color: #000;
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
	margin:10px 0 0;
	padding:0;
}
.inset-bg {
	padding:8px;
}





/* CHAMPION SECTION */


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

#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: #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:400px;
}

#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;
	background:url(../../travel/images/title-overlay-2.png);
}
#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;
}


#sthoverbuttons #sthoverbuttonsMain {
width: 45px !important;
}



/*
@media only screen and (max-width: 1200px) {
	#titlescreen img.title {
	width: 120% !important;
	height: auto !important;
	left:-20px !important;

	}

}
*/

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	
	.sec-container h3 {
	font-size: 60px;
}
	.hidden-phone {
	display:block !important;
	}
	.hidden-phone img, .hidden img, .hidden-tablet img {
	width:100%;
	}
	.hidden, .hidden-tablet {
	display:none !important;
	}
	#cbp-fbscroller { 
	display:none !important;
	}
	.maincontainer {
	min-width:320px !important;
	}
	header#ncaa-header {
	width:100%;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
	height:auto;
	}
	header#ncaa-header a#logo {
	position: relative;
	top: 0;
	left: 0;	
	}
	header#ncaa-header nav {
	display:none;
	}
	header#ncaa-header img{
	width:120px !important;
	}
	.ncaa-menu {
	width: 100%;
	}
	#titlescreen {
	display:none;
	}
	#titlescreen img.title {
	display:none;
	}
	.img-holder {
		border-top: 6px solid #000;
		border-bottom: 6px solid #000;
	}
	.sec-container {
	width: 100%;
    padding-left: 80px;
    padding-right: 80px;
	background-image: none;
	border: none;

	}
	.sec-container p {
	max-width: 100%;
	font-size: 2.5em;
	margin-left:0;
	margin-right:0;
	}
	.sec-container h2 {
	font-size: 3em !important;
	}.special .sec-container p, .special .sec-container h3 {
		color: #FFF;
	}
	.inset {
	width: 100% !important;
	overflow:visible !important;
	}
	.insetpic, .big-photo {
	margin:50px 0 !important;
	}
	.insetpic .inset img, .insetpic-lf .inset img {
	width: 100% !important;
	}
	.insetpic .inset iframe, .insetpic2 .inset iframe {
	width: 100% !important;
	height: 472px !important;
	}
	.insetpic2 .inset img {
	width:100%;
	}
	.inset-tw {
	width: 100%;
	margin-bottom:20px;
	}
	.rt, .lf, .rt2, .lf2, .md { 
	float:none;
	width:100%;
	left:0;
	}
	.md {
	margin: 0 0 50px 0;
	}
	.dropcap, .dropcap2, .dropcap3 { 
	padding-top: 40px;
	font-size: 3.25em;
	margin-bottom:10px;
	}
	.caption {
	background: #000;
	}
	.caption p {
		color: #FFF;
	}
	.caption3 {
	padding:40px;
	}
	.caption3 h3 {
	font-size:4em;
	line-height:1.5em;
	}
	.insetpic .caption p, .insetpic-lf .caption p, .insetpic .caption2 p {
	width: 100% !important;
	padding: 10px !important;
	}
	.caption p, .caption2 p, .caption3 p {
	font-size: 2em !important;
	line-height: 1.5em !important;
	/*margin-top:10px !important;*/
	}
	.sidebar {
	width: 100% !important;
	margin-bottom:40px !important;
	}
	.sidebar h2 {
	font-size:5em !important;
	}
	.sidebar p {
	font-size: 2em !important;
	}
	.sidebar .inset img {
	width:100% !important;
	}
	.overlay {
	display:none !important;
	}
	.overlay2 {
	display:inline !important;
	}
	.img-holder {
	width:auto !important;
	}
	#section-break {
	display:inline !important;
	}
	.sec-bg {
	background-image: none !important;
	} 
	#champion {
		background-color: rgba(0, 52, 87, 0.8) !important;
		background-image: none !important;
		width: 100% !important;
	}
	#champion img {
	width:250px !important;
	height:auto !important;
	}
	#champion p {
	font-size: 1.2em !important;
	line-height: 2.75em !important;
	max-width:100% !important;
	padding: 0px !important;
	text-align: center !important;
	}
	#champion p span#champion-text {
		position: relative !important;
		top: -10px !important;
	}#champ-footer {
	}
	#champ-footer p {
	font-size: .7em !important;
	}
	#champ-footer img {
	width:700px !important;
	}
	#sthoverbuttons {
	display:none;
	}
	.inset-bg {
	background-color:transparent !important;
	}
}

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

	.hidden {
	display:block !important;
	}
	.hidden-phone {
	display:none !important;
	}
	.hidden-phone img, .hidden img, .hidden-tablet img {
	width:100%;
	}
	#cbp-fbscroller { 
	display:none !important;
	}
	.sec-container p {
	max-width: 100%;
	font-size: 1em;
	margin-left:0;
	margin-right:0;
	}
	.sec-container h2 {
	font-size: 2em !important;
	}
	.sec-bg {
	background-image: none !important;
	} 
	
	.overlay {
	display:none !important;
	}
	#sthoverbuttons {
	display:none;
	}
	.img-holder {
	}
	.dropcap, .dropcap2 {
	font-size: 6em;
	padding-top: 38px;
	margin-bottom: 10px;
	}
	.caption3 h3 {
	font-size:3em;
	line-height:1em;
	}
	.caption p, .caption2 p, .caption3 p {
	font-size: .8em !important;
	line-height: 1.4em !important;
	margin-top:10px;
	padding-bottom:20px;
	}
	.inset-bg {
	background-color:transparent !important;
	}
	
} 

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.hidden {
	display:block !important;
	-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-phone img, .hidden img, .hidden-tablet img {
	width:100%;
	}
	.hidden-phone, .hidden-tablet {
	display:none !important;
	}
	#cbp-fbscroller { 
	display:none !important;
	}
	.overlay {
	display:none !important;
	}
	#sthoverbuttons {
	display:none;
	}
	.img-holder {
		
	}
	.sec-container {
	padding-right:40px;
	}
	.sec-container p {
	font-size: 1.3em;
	line-height: 1.65em;
	margin-left: 0;
	margin-right: 0;
	}
	.sec-container h2 {
	font-size: 2em !important;
	}
	.dropcap {
	font-size: 6em;
	padding-top: 42px;
	}
	.dropcap2 { 
	font-size: 4em; 
	padding-top: 42px; 
	}
	
	.caption2 p {
	font-size: .825em !important;
	margin:0;
	}
	.caption p,.caption3 p {
	font-size: .825em;
	margin:0;
	line-height:1.5em;
	}
	.inset-bg {
	background-color:transparent !important;
	}
	.insetpic2 .inset img {
	width:100%;
	}
	.lf {
	margin: 0 30px 20px 0;
	left: 0px;
	}
	.md {
	float:none;
	margin:0 0 20px;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.hidden-tablet {
	display:block !important;
	display:block !important;
	-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-phone img, .hidden img, .hidden-tablet img {
	width:100%;
	}
	.hidden, .hidden-phone {
	display:none !important;
	}
	#cbp-fbscroller { 
	display:none !important;
	}
	#titlescreen {
	background-position: -1200px top !important;
	background-size: 230% auto !important;
	}
	#titlescreen img.title {
	width: 220% !important;
	height: auto !important;
	left:-70px !important;
	}
	.overlay {
	display:none !important;
	}
	#sthoverbuttons {
	display:none;
	}
	.img-holder {
	}
	.sec-container {
	width: 100%;
    padding-left: 80px;
    padding-right: 80px;
	background-image: none;
	border: none;
	}
	.sec-container p {
	max-width: 100%;
	font-size: 1.8em;
	line-height: 1.65em;
	margin-left:0;
	margin-right:0;
	}
	.sec-container h2 {
	font-size: 2em !important;
	}
	.dropcap {
	font-size: 5.5em;
	padding-top: 60px;
	}
	.dropcap2 { 
	font-size: 3.5em; 
	padding-top: 28px; 
	}
	.caption p {
	font-size: 1.3em;
	line-height: 1.5em;
	}
	.caption2 p {
	font-size: 1.25em !important;
	}
	.caption3 p {
	font-size: 1.3em;
	line-height: 1.5em;
	}
	.inset-bg {
	background-color:transparent !important;
	}
	.md { 
	float:none;
	width:100%;
	margin: 0 0 20px 0;
	}
	.insetpic2 .inset img {
	width:100%;
	}
}


/*– LG Optimus LTE, LG Spectrum (VS920), LG Optimus 4X HD-*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width:1080px) and (orientation : portrait) {
	#titlescreen {
	background-position: -1200px top !important;
	background-size: 230% auto !important;
	}
	#titlescreen img.title {
	width: 220% !important;
	height: auto !important;
	left:-70px !important;

	}
	.overlay {
	display:none !important;
	}
	#sthoverbuttons {
	display:none;
	}
	.img-holder {
	}
}
