/*********************************************
	FONTS
*********************************************/
@font-face {
		font-family: 'gobold-regular';
		src: url('fonts/gobold-regular/gobold-regular.eot');
		src: url('fonts/gobold-regular/gobold-regular.eot?#iefix') format('embedded-opentype'),
				 url('fonts/gobold-regular/gobold-regular.woff') format('woff'),
				 url('fonts/gobold-regular/gobold-regular.ttf') format('truetype'),
				 url('fonts/gobold-regular/gobold-regular.svg#gobold-regular') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'gobold-light';
		src: url('fonts/gobold-light/gobold-light.eot');
		src: url('fonts/gobold-light/gobold-light.eot?#iefix') format('embedded-opentype'),
				 url('fonts/gobold-light/gobold-light.woff') format('woff'),
				 url('fonts/gobold-light/gobold-light.ttf') format('truetype'),
				 url('fonts/gobold-light/gobold-light.svg#gobold-light') format('svg');
		font-weight: normal;
		font-style: normal;
}
@font-face {
		font-family: 'gobold';
		src: url('fonts/gobold/gobold.eot');
		src: url('fonts/gobold/gobold.eot?#iefix') format('embedded-opentype'),
				 url('fonts/gobold/gobold.woff') format('woff'),
				 url('fonts/gobold/gobold.ttf') format('truetype'),
				 url('fonts/gobold/gobold.svg#gobold') format('svg');
		font-weight: normal;
		font-style: normal;
}

/*********************************************
	STRUCTURE
*********************************************/

header {
		height:97px;
		display:block;
}
.hp-alert {
    margin: 20px auto;
    height: 18px;
    width:282px;
    padding:10px !important;
}
.center {
    width:960px;
    margin:0 auto;
    display:table;
    clear:both;
}
.align-center { text-align:center; }
input { border:1px solid #ddd;padding:5px; }
.social-row {
    position: relative;
    z-index: 3;
}
h3 a {
    color:white;
}
h3 a:hover {
    color:white;
}
.ribbon-wrapper-green {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}
.ribbon-green {
    font: bold 15px Sans-Serif;
    color: #333;
    text-align: center;
    /* text-shadow: rgba(255,255,255,0.5) 0px 1px 0px; */
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    /*
    background-color: #BFDC7A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
    background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45);
        */

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




    color: white;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}
.ribbon-green:before, .ribbon-green:after {
    content: "";
    border-top: 3px solid #0931EF;
    border-left:  3px solid transparent;
    border-right: 3px solid transparent;
    position:absolute;
    bottom: -3px;
}
.ribbon-green:before {
    left: 0;
}
.ribbon-green:after {
    right: 0;
}

/*********************************************
	BACKGROUND
*********************************************/
#greet {
	position: fixed;
	top: 0;
	width: 100%;
	min-height: 100%;
	background-image: url('../images/hp-bg.jpg');
	background-color:#253050;
	background-position:center;
	background-repeat:no-repeat;
	font-family: 'Archivo Narrow', sans-serif;
	color: white;
	background-position: 0 -59px;
}
#greet h1 {}
#greet h1 strong {}
#greet h2 {}
#greet .btn span { display:block; /* text-transform:uppercase; */font-weight:bold; font-size:18px; }


/*********************************************
	SIGNUP
*********************************************/

#greet #player { float:left; }
#greet #coach { float:right; }
#greet-overlay {
    width: 100%;
    height: 100%;
    background: #102554;
    opacity: 0.6;
    position: fixed;
    top: 0;
    z-index: 2;
}

#signup {
	width: 680px;
	background: #fff;
	border-radius: 5px;
	padding: 24px 38px 24px 32px;
	box-sizing: border-box;
	margin: 140px auto 30px;
	position: relative;
	z-index: 99;
	box-shadow: 2px 2px 12px #000;
}
#signup h1 {
	width: 190px;
	font-size: 45px;
	color: #102554;
	font-weight: normal;
	text-align: left;
	line-height: 1.1em;
}
#signup h1 strong {color: #008bf1;}
#signup form {
		display:inline !important;
}
#signup .toggle-register {
		vertical-align: top;
		width: 170px;
		padding: 5px;
}
#signup input[name="email"] {
	width: 185px;
}
#signup .btn-inverse {
	display:block;
	margin:0 auto;
	width: 200px;
}
#signup .input-row {margin-top: 10px;position: relative;}
#signup label {
    font-size: 12px;
    color: #102554;
}
#signup input[type="text"],
#signup input[type="email"],
#signup input[type="password"] {
    width: 266px;
    margin: 0;
}
#signup .btn-submit {
    width: 100%;
    max-width: 280px;
    padding: 20px 20px;
    font-size: 30px;
}
#signup .btn-athletes {
    width: 280px;
    padding-left: 0;
    padding-right: 0;
    color: #008bf1;
}
#signup .btn-fb-row {
    margin: 20px 0 20px;
}
#signup .btn-fb-row span {
    color: #bfbfbf;
    display: inline-block;
    line-height: 30px;
}
#signup .btn-fb-row a {float: right;}
#signup .radio.inline + .radio.inline {margin-left: 10px;}



footer {
	width: 100%;
	color: #fff;
	text-shadow: 0 0 3px #000;
	position: relative;
	z-index: 99;
}
footer .container {width: 840px;}
footer a {color: #fff;}
footer a:hover {color: #fff;}




