
@font-face{
font-family:"TradeGothicBoldCondensed";
src:url("http://fonts.hudl.com/trade-gothic/257c802f-349c-4b4d-aefa-546d5de15ec6.eot");
src:url("http://fonts.hudl.com/trade-gothic/257c802f-349c-4b4d-aefa-546d5de15ec6.eot?#iefix") format("embedded-opentype"),
	url("http://fonts.hudl.com/trade-gothic/5fdc935e-9e30-442a-bbe9-8d887b858471.woff") format("woff"),
	url("http://fonts.hudl.com/trade-gothic/616c4c87-a077-43f4-a9f4-f01267c13818.ttf") format("truetype"),
	url("http://fonts.hudl.com/trade-gothic/c901ad5f-a842-4549-a1f4-583a97f7e169.svg#c901ad5f-a842-4549-a1f4-583a97f7e169") format("svg");
}

@font-face{
font-family:"TradeGothicCondensed";
src:url("http://fonts.hudl.com/trade-gothic/087e5c21-3358-4cf3-9d2c-289a03a48292.eot");
src:url("http://fonts.hudl.com/trade-gothic/087e5c21-3358-4cf3-9d2c-289a03a48292.eot?#iefix") format("embedded-opentype"),
	url("http://fonts.hudl.com/trade-gothic/fb754dec-aa8f-444c-be48-868464c47ab0.woff") format("woff"),
	url("http://fonts.hudl.com/trade-gothic/295ff20c-2b48-4fa6-be92-a53bbf9bbbb4.ttf") format("truetype"),
	url("http://fonts.hudl.com/trade-gothic/c573d9d0-0726-4b95-aeee-fb621a299563.svg#c573d9d0-0726-4b95-aeee-fb621a299563") format("svg");
}


@font-face{
font-family:"TradeGothicRoman";
src:url("http://fonts.hudl.com/trade-gothic/413d9688-00d4-47c4-bb55-656a0cd396e9.eot");
src:url("http://fonts.hudl.com/trade-gothic/413d9688-00d4-47c4-bb55-656a0cd396e9.eot?#iefix") format("embedded-opentype"),
	url("http://fonts.hudl.com/trade-gothic/c4aef0d4-bfcf-4790-acf5-909881f411e8.woff") format("woff"),
	url("http://fonts.hudl.com/trade-gothic/e741f29c-bc18-4343-bff3-db2465a0be3e.ttf") format("truetype"),
	url("http://fonts.hudl.com/trade-gothic/853e2a9b-4057-42a5-ad7e-0762cda0b13c.svg#853e2a9b-4057-42a5-ad7e-0762cda0b13c") format("svg");
}

@font-face{
font-family:"TradeGothicBold";
src:url("http://fonts.hudl.com/trade-gothic/bb3aa0a7-2585-4e89-ad82-658fd561751a.eot");
src:url("http://fonts.hudl.com/trade-gothic/bb3aa0a7-2585-4e89-ad82-658fd561751a.eot?#iefix") format("embedded-opentype"),
	url("http://fonts.hudl.com/trade-gothic/1454a71d-cdbb-429c-8092-122f4493e0c7.woff") format("woff"),
	url("http://fonts.hudl.com/trade-gothic/d5ea405c-2180-4ff0-bd51-3e19fb280be4.ttf") format("truetype"),
	url("http://fonts.hudl.com/trade-gothic/70ac6679-cf48-4a0e-a909-d1e3bb4a1aa9.svg#70ac6679-cf48-4a0e-a909-d1e3bb4a1aa9") format("svg");
}

body { 
	font-family: "TradeGothicRoman", sans-serif; 
	padding-bottom: 100px;
}

p {
	/* custom code here */
}

a:link {
	color: #f60;
}
a:hover{
	font-weight: bold;
}
a:visited{
	color:#f60;
	font-weight: bold;
}

#logo {
	background-image: url(http://static.hudl.com/mkt/classof/images/hudl-logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 105px 30px;
	width: 105px;
	height: 30px;
	display: inline-block;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}

.social * {
	float: right;
}

.social iframe {
	margin: 5px 0 5px; 
}

.social > iframe {
	width: 90px !important;
}

ul {
	list-style-type: none;
	text-transform: uppercase;
	color: #888;
}

strong {
	font-family: "TradeGothicBold", sans-serif; 
	font-weight: normal;
}

h1, h2, h3, h4 {
	font-family: "TradeGothicCondensed", sans-serif; 
	font-weight: normal;
}


h1 strong, h2 strong, h3 strong, h4 strong {
	font-family: "TradeGothicBoldCondensed", sans-serif; 
}

h1 {
	font-size: 125px;
	text-transform: uppercase;
	letter-spacing: -4px;
}

h2 {
	text-transform: uppercase;
	font-size: 50px;
	letter-spacing: -2px;
	line-height: 0.9;
}

nav {
	background: #1a1a1a; /* Old browsers */
	background: -moz-linear-gradient(top, #1a1a1a 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a1a1a), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1a1a1a 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1a1a1a 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1a1a1a 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1a1a1a 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	color: #fff;
	padding: 15px 0;
}

#primary {

}

.main.wrapper { 
	position: relative;
}

.panel {
	margin: 20px 0;
}

#hero {
	height: 600px;
	background-color: #222;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#hero.off {
	height: auto !important;
	/* need important here to override style set on hero div when in OFF mode */
	background: #050505 !important;
	z-index: -1;
}

.title {
	text-align: center;
}

.title h1 {
	color: #fff;
	line-height: 1;
	margin: 0;
}

.title .row {
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0.8);
	padding: 40px 0;
	top: 50%;
	margin-top: -170px
}

.title p {
	text-align: center;
	text-transform: uppercase;
	font-family: georgia;
	font-size: 16px;
	color: #ccc;
	letter-spacing:	12px;
	margin: 0;
}

.toc {
	text-align: center;
	margin: 0;
}

.toc ul { 
	margin-bottom: 0;
}

.toc .block-grid li {
	color: #bbb;
	line-height: 1;
	padding: 6px;
}

.tocl .block-grid li a {
	line-height: 1;
}

.vidja, .placeholder {
	margin-bottom: 10px;
}

#trailer {
	position: relative;
	z-index: -1;
}

#trailer .vidja {
	margin: 0; 

}

#trailer .vidja iframe {

}

.athlete {
	padding: 50px 0;
}


.athlete.soon {
	opacity: 0.3;
}

.athlete h2 {
	margin-bottom: 0;
	margin-top: 0;
}

.athlete h2 + p {
	margin-bottom: 28px;
}

.athlete h3 {
	margin-bottom: 11px;
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: -1px;
	}

.athlete p {
	margin-bottom: 2px;
	margin-top: 5px;
	text-transform: uppercase;
	color: #888;
	font-size: 11px;
	letter-spacing: 2px;
}

.position {
	background-color: #ccc;
	margin-top: 5px;
	margin-left: 0;
}

.vitals {
	background-color: #f2f2f2;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #e6e6e6;
}

.quote {
	text-align: center;
}

.quote h4 {
	margin-bottom: 0;
	margin-top: 0;
}

.coach p {
	text-transform: uppercase;
	color: #888;
	margin-bottom: 0px;
}

.share {
	margin-top: -20px;
} 

#playTrailer {
	width: 36%;
	cursor: pointer;
	line-height: 1;
	font-size: 30px;
	border: 1px solid #f60;
	position: relative;
	margin: 30px auto 0 auto;
	display: block;
	background: rgba(255,102,0,0.6);
	border-radius: 3px;
	padding: 0.5em 2em;
	color: #fff;
}

#playTrailer:hover {
	background-color: #f60;
}

#playTrailer strong {
	position: relative;
}

#playTrailer strong:after {
	content: '';
	width: 0; 
	height: 0; 
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	
	border-left: 20px solid #fff;
	position: absolute;
	left: -30px;
	top: 50%;
	margin-top: -14px;

}

/* CUSTOM WUFOO or MAILCHIMP FORM CODE HERE */



/* MEDIA QUERIES BELOW HERE ONLY */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
	#logo {
		background-image: url(http://static.hudl.com/mkt/classof/images/hudl-logo@2x.png);
	}
}

@media only screen and (min-width: 1400px) {


	.toc .block-grid li {
		font-size: 20px;
		padding: 10px;
	}
}

@media only screen and (max-width: 1400px) {
	#hero { 
		height: 500px; 
	}
}

@media only screen and (max-width: 1000px) {
	#hero { 
		height: 400px; 
	}

	h1 { 
		font-size: 90px; 
		letter-spacing: -1px; 
	}

	#playTrailer {
		width: 45%;
	}
}


@media only screen and (max-width: 767px) {
	#primary {
		padding-top: 10px;
		padding-bottom: 10px;
	}


	br { 
		display: none; 
	}

	.panel { 
		padding-left: 0;
		padding-right: 0;
	}

	#playTrailer {
		width: 55%;
		font-size: 20px;
	}

	#playTrailer strong:after {
		border-top-width: 10px;
		border-bottom-width: 10px;
		border-left-width: 16px;
		margin-top: -10px;
	}	

	.athlete {
		padding: 30px 0;
	}

	.athlete h2 + p {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 500px) {
	#hero { 
		height: 300px; 
	}

	h1 { 
		font-size: 70px; 
		letter-spacing: -1px; 
	}

	.title p { 
		font-size: 12px; 
		letter-spacing: 8px;
	}

	.title .row { 
		margin-top: -130px;
	}

	.toc {
		text-align: left;
	}

	#playTrailer {
		width: 65%;
		font-size: 18px;
	}	
}
