/* Navigation for logged-in users */
#header {
	padding-bottom: 21px;
}
.parent_nav_wrapper {
    padding: 5px 0;
}
#header {
	padding-bottom: 21px;
}
#parent_nav {
	margin: 0 auto;
	width: 100%;
	z-index: 5;
	position: relative;
	min-height: 31px;
}
#parent_nav_inner {
	display: flex;
	display: -webkit-flex;
}
#parent_nav_inner > li {
	position: relative;
    margin: 0 0.5%;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}
#parent_nav_inner > li > a {
	display: block;
	padding: 0 5px;
	line-height: 30px;
	font-size: 14px;
	font-weight: 400;
	color: #515151;
    background-color: #F2F2F2;
}
.navflyout {
	z-index: 25;
	text-align: left;
}
#parent_nav .navflyout {
	z-index: 12;
	position: absolute;
	display: none;
	top: 30px;
}
#parent_nav .navflyout li a {
	display: block;
	border-top: 1px solid #EEE;
	padding: 3px 5px;
	font-size: 12px;
	color: #515151;
}
#parent_nav .navflyout li a:hover,
#parent_nav .navflyout li a:focus {
	background-color: #F2F2F2;
	color: #000;
}
.header-ph-loggedin {
	top: 15px !important;
}
#user-nav {
	position: absolute;
	right: 0;
}
#user-nav a {
	color: #515151;
}
#user-nav a:hover, #user-nav a:focus {
	color: #000;
}
#user-nav > ul > li {
	float: left;
	margin: 0 10px;
	position: relative;
}
#user-nav li > .navflyout {
	right: -5px;
	width: 200px;
}
#user-nav li > .navflyout > li {
	margin: 0;
	display: block;
}
#user-header {
	position: relative;
	padding-top: 35px;
}
#user-header .home_h_multisports {
	position: absolute;
	top: 0;
	left: 10px;
}
.user-header-pic {
	display: none;
}
.user-header-nav h2 {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 10px;
}
.user-header-nav li {
	display: inline-block;
	margin-right: 5px;
}
.user-header-nav li.selected a {
	background-color: #FFF !important;
	color: #000 !important;
}

/* User Homepage */
.user-landing-box {
	margin: 0 0 10px;
	width: 94%;
	padding: 20px 3%;
	background-color: #FFF;
}
.user-landing-box h2 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	color: #233632;
}
.user-landing-box li {
	border-bottom: 1px solid #EEE;
}
.user-landing-box li:first-child {
	border-top: 1px solid #DDD;
}
.user-landing-box li a {
	font-size: 14px;
	line-height: 30px;
	vertical-align: middle;
	display: block;
	font-weight: 400;
}
.user-landing-box li a span {
	color: #D81817;
}
 /* Footer */
#simple-footer {
	text-align: center;
	font-size: 11px;
}
#footer p {
	text-align: center;
	font-size: 11px;
}
#simple-footer ul {
	margin: 20px auto;
}
#simple-footer li {
	display: inline;
	padding: 0 20px;
	border-right: 1px solid #DDD;
}
#simple-footer li:last-child {
	border-right-width: 0;
}

/* Public Profile */
.tc_h_multisports {
	
}
.profile_pic {
    width: 100px;
	margin: 0 10px 0 0;
	float: left;
	border: 1px solid #DDD;
}
.profile_pic > img {
	width: 100%;
	display: block;
	height: auto;
}
.jersey-num {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	font-size: 48px;
	line-height: 48px;
	float: left;
	color: #d7b413;
}
.profile-tc-name h1 {
	/*padding-top: 15px;*/
	font-size: 18px;
	float: left;
}
.profile-college-tc-name h1 {
	margin-left: 0 !important;
	float: none !important;
}
.profile-college-tc-name h1 span {
	display: block;
	font-weight: 300;
	font-size: 80%;
}
.profile-tc-name h1 div span {
	margin-top: 5px;
	display: inline-block;
	font-weight: 400;
    font-size: 12px;
	text-transform: uppercase;
    background-color: #107e85;
    color: #FFF;
/*	border-top: 2px solid #d7b413;
	border-bottom: 2px solid #d7b413;*/
	padding: 0 10px;
	line-height: 24px;
	vertical-align: middle;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.profile-tc-info {
	clear: both;
	padding: 10px 0;
}
.profile-college-tc-contact {
	font-size: 12px;
	padding: 10px 0;
}
.profile-tc-school {
	font-size: 14px;
	padding: 10px 0;
	font-weight: 700;
	clear: both;
}
.profile-tc-school span {
	display: block;
	font-weight: 300;
}
.profile-tc-data {
	display: block;
	line-height: 18px;
	font-size: 12px;
	border-top: 1px solid #DDD;
	vertical-align: text-top;
	padding: 8px 0;
}
.profile-tc-data > sup {
	display: inline;
	padding-right: 5px;
	font-weight: 300;
	color: #999;
	text-transform: uppercase;
	font-size: 12px;
}
.profile-tc-info p {
	border-top: 1px solid #DDD;
	line-height: 30px;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
}
.profile-tc-info p strong {
	color: #D81817;
}
/*.profile_info h1 {
	font-size: 14px;
	padding: 0 0 10px;
	margin: 0 0 5px;
	color: #000;
}
.profile_info h1 span {
	font-weight: normal;
	color: #999;
	display: block;
}
.pl_profile .profile_info_1 {
	font-size: 12px !important;
}
.pl_profile .profile_info_1 > p {
	margin-bottom: 0;
}
.profile_info_1 .team_name {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}
.profile_info_position {
	text-transform: uppercase;
	color: #000;
}
.profile_info_class {
    font-weight: 400;
    line-height: 24px;
	vertical-align: middle;
	padding: 3px 10px;
	background-color: #7D8382;
	color: #FFF;
	margin-right: 5px;
	font-size: 12px;
	text-transform: uppercase;
}
.profile_info_2 {
	padding: 5px 0;
}
.pl_profile .profile_info_2 div {
	font-size: 12px;
	line-height: 1em;
	font-weight: 400;
}
.pl_profile .profile_info_2 > img {
	display: none;
}*/
.subpage-body {
	background-color: #FFF;
	padding: 20px;
	min-height: 400px;
}
.subpage-body h2 {
	font-size: 14px;
	font-weight: 300;
	margin: 10px 0 10px;
	text-transform: uppercase;
	color: #233632;
}
.tradingcard-buttons a {
	margin-bottom: 5px;
	display: block;
}
.profile-nav {
	float: none !important;
	position: relative;
}
.menu-open {
	background-color: #779c95;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	padding: 0 5px;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 5px;
}
#profile-subnav {
	display: none;
}
#submenu {
	background-color: #FFF;
}
#submenu ul {
	padding: 10px 10px 0;
}
#submenu li {
	display: block;
	height: 24px;
	border-bottom: 1px solid #DDD;
}
#submenu li a {
	display: block;
	padding: 0 15px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	font-size: 12px;
}
#submenu li a.selected {
	font-weight: 400;
	color: #233632;
}
#submenu li a:hover,#submenu li a:active {
}
.team_history_other_awards {font-weight:bold;background:url(/images/other_award.png) no-repeat;padding:6px 0 20px 25px;font-size:14px;}
.clubs_camps {
	width: auto !important;
	border-spacing: 0;
}
.clubs_camps th, .clubs_camps td {
	padding: 3px;
}
.clubs_camps th {
	text-align: left;
	font-size: 12px;
	/*color: #FFF;
	background-color: #779c95;*/
}
.clubs_camps td {
	font-size: 12px;
	/*background-color: #e4eae9;*/
	font-weight: 700;
}

/* Team History */
.team_history_box {
	padding: 15px 0;
}
.team_history_info {
	margin-bottom: 10px;
}
.achievements {
}
/*.team_history_data_outer {
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	-khtml-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	background-color: #FFF;
	padding: 1px;
	width: 98%;
	margin: 0 0 2px 2px;
}
.team_history_data_inner {
	background-image: -moz-linear-gradient(top, #FEFEFE 55%, #DDE4E4);
	background-image: -webkit-linear-gradient(top, #FEFEFE 55%, #DDE4E4);
	background-image: -o-linear-gradient(top, #FEFEFE 55%, #DDE4E4);
	background-image: linear-gradient(to bottom, #FEFEFE 55%, #DDE4E4);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#DDE4E4', GradientType=0);
}*/
h4.team_history_class {
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 3px solid #779C95;
}
h4.team_history_class span {
	font-size: 12px;
	font-weight: 300;
	display: block;
}
.team_history_school {
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 400;
	margin-bottom: 15px;
}
.team_history_basic_info {
}
.coach-verified {
	background-color: #779C95;
	color: #FFF;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}
.team_history_basic_info {
	width: auto !important;
	font-size: 12px;
}
.team_history_basic_info td,.team_history_basic_info th {
	padding: 3px;
}
.team_history_basic_info th {
	text-align: left;
	vertical-align: top;
}
.team_history_basic_info td {
	font-weight: 700;
}
.team_history_position {
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	font-weight: 700;
	margin-bottom: 5px;
}
.team_history_position span {
	display: inline-block;
	padding: 0 8px;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	background-color: #D81817;
}
.team_history_team {
	text-transform: uppercase;
}
.team_history_varsity {
}
.team_history_stats_tbl {
	padding: 10px 0;
	margin: 0;
}
.team_history_stats_tbl caption {
	margin: 0;
	padding: 3px 0;
	font-size: 11px;
	line-height: 1em;
	text-transform: uppercase;
	text-align: center;
	color: #2E3937;
	font-weight: bold;
	border: 1px solid #DDD;
	border-bottom-width: 0;
}
.team_history_data_tbl th {
	font-size: 10px;
	line-height: 1em;
	padding: 3px 0;
	vertical-align: middle;
	text-transform: uppercase;
	border: 1px solid #DDD;
}
.team_history_data_tbl td {
	font-size: 14px;
    font-weight: bold;
    text-align: center;
	padding-bottom: 5px;
	border: 1px solid #DDD;
}
.team_history_data th, .team_history_data td {
	width: 25%;
}
.team_history_data_5 th, .team_history_data_1 td {
	width: 100%;
}
.team_history_data_5 th, .team_history_data_2 td {
	width: 50%;
}
.team_history_data_5 th, .team_history_data_3 td {
	width: 33.33333%;
}
.team_history_data_5 th, .team_history_data_4 td {
	width: 25%;
}
.team_history_data_5 th, .team_history_data_5 td {
	width: 20%;
}
.team_history_status {
	font-weight: 400;
}
.team_history_achievements td {
	/*color: #D81817;*/
}
.achievements p {
	margin: 10px 0;
	font-size: 12px;
}
.team_history_stats {
	width: 94px;
	padding-top: 20px;
	float: left;
}
.team_history_data_5 .team_history_stats {
	width: 70px !important;
}
.team_history_stats span {
	font-size: 11px;
	font-weight: bold;
	color: #C00800;
	display: block;
	text-align: center;
}
.team_history_stats strong {
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-align: center;
}
.team_history_honor {
	float: left;
	width: 104px;
	padding-top: 21px;
	height: 71px;
	background: url(/images/honors_bg.gif) no-repeat;
}
.trophy {
	text-align: center;
	height: 50px;
}
.team_history_honor span {
	font-size: 10px;
	font-weight: bold;
	color: #C00800;
	display: block;
	text-align: center;
	line-height: 1.5em;
}
.team_history_club {
	width: 324px;
	float: left;
}
.team_history_camp {
	width: 324px;
	float: right;
}

/* Profile page table */
table.profile_tbl {
	border-collapse:separate;
	border-spacing:1px;
}
.subpage_inner table.profile_tbl th, .subpage_inner table.profile_tbl td {
	padding: 2px;
	font-size: 11px;
}
.email-icon {
	text-align: center;
}
.email-icon span {
	display: none;
}
table.profile_tbl th {
	background-color: #004354;
	color: #FFF;
}
table.profile_tbl td {
	background-color: #EEE;
}
table.profile_tbl td.card_pic {
	width: 60px;
	border-right-width: 0;
	float: none;
}
table.profile_tbl td.card_pic a {
	width: 54px;
	height: 45px;
	border: 3px solid #FFF;
}
table.profile_tbl td.card_pic img {
	width: 54px;
}
table.profile_tbl td .pic_container {
	width: 54px;
	height: 45px;
	overflow: hidden;
}
table.profile_tbl .roaster_num {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #5B6362;
}
table.profile_tbl td strong {
	color: #E90606;
}
#profile_transcripts {
	margin-top: 15px;
}
#profile_transcripts > a {
	display: inline-block;
    margin-right: 10px;
    text-align: center;
}
.subpage_inner table.majors_tbl th, .subpage_inner table.majors_tbl td {
	border-bottom-width: 0;
	border-right: 1px solid #DEDACC;
}
.subpage_inner table.majors_tbl .even td {
	background-color: #FFF;
}
#sorttable_sortfwdind, #sorttable_sortrevind {
	color: #E90606;
}
.subpage_inner {
	padding: 10px 0 0;
}
.subpage_box {
	padding-bottom: 30px;
}
.subpage_news .subpage_inner {
	padding-top: 0!important;
}
#new_items {
	background: url(/images/new_items.gif) no-repeat bottom;
	padding-bottom: 45px;
	margin-bottom: 25px;
}
.subpage_inner .card_box {
	padding: 10px 0;
	width: 688px;
}
.subpage_inner .card_box .card_pic {
	width: 101px;
}
.subpage_inner .card_box .card_pic a .pic_container {
	width: 95px;
	height: 70px;
	overflow: hidden;
}
.subpage_inner .card_box .card_pic img {
	width: 95px;
}
.subpage_inner .card_box .card_info {
	width: 572px;
}
.subpage_news .card_box .card_info {
	width: 688px !important;
}
.subpage_news .card_info h3 {
	font-size: 14px;
}
.subpage_news .card_info p {
	padding-top: 5px;
}
.subpage_inner .card_box .card_info span {
	color: #7D8382;
}
.subpage_inner .gallery_pic {
	width: 130px;
	height: 130px;
	padding: 0 7px 7px 0;
	overflow: hidden;
}
.subpage_inner .gallery_pic a .pic_container {
	width: 124px;
	height: 124px;
	overflow: hidden;
}
.subpage_inner .gallery_pic img {
	width: 124px;
}
.subpage_inner .video_player {
	width: 420px;
	float: left;
}
.subpage_inner .video_info {
	width: 250px;
	float: right;
}
.subpage_inner .video_info h3 {
	font-size: 18px;
	line-height: 22px;
}
.subpage_inner table {
	width: 100%;
}
.subpage_inner .info_tbl th,.subpage_inner .info_tbl td {
	border-bottom: 1px solid #E0E5E5;
	padding: 5px 0;
	font-size: 12px;
	color: #000;
}
.subpage_inner .info_tbl th {
	text-align: left;
	color: #7D8382;
	font-weight: normal;
}
.subpage_inner .bio_1 th {
	width: 150px;
}
.subpage_inner .bio_2 th {
	width: 250px;
}
.subpage_inner .contact th {
	width: 160px;
}
.subpage_inner .college_general th {
	width: 250px;
}
.videos {
	/*width: 684px;*/
	padding: 2px;
}
.video {
	padding: 5px;
	margin-bottom: 5px;
}
.video:hover {
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	background-color: #F1F1EA;
}
.video_thumb {
	float: left;
	width: 144px;
	padding-right: 10px;
}
.video_thumb a img {
	width: 138px;
}
.profile_video_info {
	float: left;
	width: 471px;
}
.profile_video_info h3 {
	font-weight: bold;
	font-size: 14px;
}
.video_length {
    background-color: #3B4745;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 5px;
}
.profile_video_download {
	float: right;
	width: 49px;
	padding-top: 37px;
}

/* Tournaments Attended */
.tournaments-box {
    margin-bottom: 30px;
}
.tournaments-box:last-child {
    margin-bottom: 0;
}
.tournaments-box h3 {
    font-size: 14px;
    text-transform: none;
}
.tournaments-box h3 span {
    display: block;
    font-weight: 300;
}
.tournaments-box h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 5px;
    vertical-align: middle;
}
.tournaments-table {
    margin-top: 15px;
}
.btb-verified {
    background-color: #d91817;
    border-radius: 12px;
    font-size: 12px;
    color: #fff;
    padding: 0 8px;
    display: inline-block;
}
.top-50 {
    background-color: #063362;
    border-radius: 12px;
    font-size: 12px;
    color: #fff;
    padding: 0 8px;
    margin-left: 4px;
    display: inline-block;
}
.tournaments-video-box {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
}
.tournaments-video-box:first-child {
    margin-top: 0;
}
.tournaments-video-box img {
    width: 100%;
    max-width: 320px;
    height: auto;
    margin-bottom: 10px;
}
.tournaments-video-txt span {
    display: block;
}

/* Customer Support */
#cs {
	padding-bottom: 20px;
	text-align: center;
}
#cs h2 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 300;
}

/* Search Page */
.layout_search > .f_left {
	width: 100%;
	float: none;
}
.layout_search > .f_right {
	float: none;
}
#facet_div, .facet_div {
	padding: 15px;
	background-color: #FFF;
	border: 1px solid #e4eae9;
	z-index: 99;
	overflow: hidden;
	font-size: 12px;
}
.filter_box h4 {
	font-size: 14px !important;
	margin-bottom: 5px !important;
}
.filter_box li {
	padding: 0 0 3px 15px;
	color: #2F3A38;
	background: transparent url(/images/filter_bullet.gif) no-repeat 0 4px;
}
.filter_box li.active {
	background: transparent url(/images/filter_check.gif) no-repeat 0 4px;
}
.filter_box li span {
	color: #007090;
    transition: color 0.15s ease 0s, color 0.15s ease 0s;
}
.filter_box li span:hover {
	color: #1e9dc1;
}
.filter_wrapper {
	position: relative;
	z-index: 10;
}
.container {
	min-height: 500px;
}
.wizard_step {
	width: 749px;
}
#recList {
	color:#fff;
	font-weight: bold;
	font-size:15px;
	width:221px;
	height:110px;
	padding-top:45px;
	right:0;
	top:-110px;
	z-index:9999999;
	position:absolute;
	background: url('/images/sliding.list.bg.png') 0 0 no-repeat;
	text-align:center;
}

#divHilight0 img {
	height: 80px;
	padding-left:20px;
}
.cf_btn {
	width: 134px;
	height: 33px;
	display: block;
	overflow: hidden;
	text-indent: -9000px;
	margin: 0 auto;
}
.cf_btn a {
	display: block;
	width: 134px;
	height: 33px;
	background-image: url(/images/gh_finder_btns.png);
	background-repeat: no-repeat;
}
	.cf_btn a { background-position: 0 0; }
	.cf_btn a:hover,.cf_btn a:active { background-position: 0 -33px; }
	
.search {
	width: 90%;
	padding: 10px 5%;
	background-color: #e5e5da;
	margin-bottom: 20px;
}
.search label {
	font-size: 18px;
	line-height: 22px;
	vertical-align: middle;
	font-weight: 300;
	margin-right: 5px;
}
#hp_search label {
	background: transparent url(/images/player_kw.gif) no-repeat;
}
#hs_search label {
	background: transparent url(/images/hs_kw.gif) no-repeat;
}
.search input.blink {
	font-size: 12px;
	width: 60%;
	height: 22px;
	margin-bottom: 0 !important;
}
.search input.search_submit {
}
.num_results {
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
	font-weight: 400;
}
.search_results {
	padding: 0 10px;
}
.card_pic {
	float: left;
}
.card_info {
	float: right;
}
.pic_link a {
	display: block;
	border: 1px solid #DDD;
}
.card_pic a img {
	border-width: 0;
}
.pic_link a:hover, .pic_link a:active {
	border: 1px solid #6da499 !important;
}
.gallery_pic {
	float: left;
}
.search_results .card_box {
	padding: 20px 0;
	width: 100%;
	border-bottom: 1px solid #DDD;
}
.search_results .card_box .card_pic {
	display: none;
}
.search_results .card_box .card_pic a .pic_container {
	width: 120px;
	height: 100px;
	overflow: hidden;
}
.search_results .card_box .card_pic img {
	width: 120px;
}
.search_results .card_box .card_info {
	width: 574px;
	font-size: 12px;
}
.profile_snippet .card_info h3 {
	font-size: 14px;
    margin-bottom: 10px;
}
.profile_snippet .card_info p {
    margin-bottom: 5px !important;
}
.profile_snippet .f_left {
	font-size: 14px;
    padding-bottom: 8px;
}
.finder_result {
	width: auto;
}

/* CollegeFinder */
#finder_facet .filter_wrapper,.reset_btn {
	margin-bottom: 5px;
}
.reset_btn {
	width: 221px;
	height: 29px;
	overflow: hidden;
	text-indent: -9999px;
}
.cf_h_multisports {
	float: left;
	margin-left: 10px;
}
.btn_switch {
	width: 272px;
	height: 31px;
	overflow: hidden;
	text-indent: -9999px;
	float: right;
}
.cf_athletic .btn_switch a {
	width: 272px;
	height: 31px;
	background: url("/images/btn_cf_switch.png") no-repeat 0 0;
	display: block;
}
.cf_athletic .btn_switch a:hover,.cf_athletic .btn_switch a:active {
	background: url("/images/btn_cf_switch.png") no-repeat 0 -31px;
}
.cf_academic .btn_switch a {
	width: 272px;
	height: 31px;
	background: url("/images/btn_cf_switch.png") no-repeat 0 -62px;
	display: block;
}
.cf_academic .btn_switch a:hover,.cf_academic .btn_switch a:active {
	background: url("/images/btn_cf_switch.png") no-repeat 0 -93px;
}
.cf_input_text {
	width: 110px;
	margin-right: 3px;
}
.facet_btns {
	width: 75px;
	height: 21px;
	overflow: hidden;
	text-indent: -9999px;
	margin-left: 114px;
}
.facet_btns a {
	width: 75px;
	height: 21px;
	display: block;
}
.next_step a {
	background: url("/images/btn_facet.png") no-repeat 0 0;
}
.next_step a:hover,.next_step a:active {
	background: url("/images/btn_facet.png") no-repeat 0 -21px;
}
.complete a {
	background: url("/images/btn_facet.png") no-repeat 0 -42px;
}
.complete a:hover,.complete a:active {
	background: url("/images/btn_facet.png") no-repeat 0 -63px;
}
.uncheck a {
	background: url("/images/btn_facet.png") no-repeat 0 -84px;
}
.uncheck a:hover,.uncheck a:active {
	background: url("/images/btn_facet.png") no-repeat 0 -105px;
}
.continue a {
	background: url("/images/btn_facet.png") no-repeat 0 -126px;
}
.continue a:hover,.continue a:active {
	background: url("/images/btn_facet.png") no-repeat 0 -147px;
}
.what_is_this a {
	background: url("/images/btn_facet.png") no-repeat 0 -168px;
}
.what_is_this a:hover,.what_is_this a:active {
	background: url("/images/btn_facet.png") no-repeat 0 -189px;
}
.activate_ex_mode {
	width: 221px;
	height: 61px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 50px 0;
}
.activate_ex_mode a {
	width: 221px;
	height: 61px;
	background: url("/images/btn_expert_mode.gif") no-repeat;
	display: block;
}
.activate_ex_mode a:hover,.activate_ex_mode a:active {
	background: url("/images/btn_expert_mode.gif") no-repeat 0 -61px;
}
.save_list, .save_matches, .get_rated, .check_list, .review_list, .view_matches {
	width: 229px;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
}
.get_rated {
	width: 143px;
}
.check_list {
	width: 197px;
}
.review_list {
	width: 207px;
}
.save_matches, .get_rated, .review_list, .view_matches {
	margin-top: 5px;
}
.save_list a, .save_matches a, .get_rated a, .check_list a, .review_list a, .view_matches a {
	width: 229px;
	height: 40px;
	background: url("/images/btn_wizard.png") no-repeat;
	display: block;
}
.save_list a:hover,.save_list a:active {
	background-position: 0 -40px;
}
.save_matches a {
	background-position: 0 -80px;
}
.save_matches a:hover,.save_matches a:active {
	background-position: 0 -120px;
}
.get_rated a {
	width: 143px;
	background-position: 0 -160px;
}
.get_rated a:hover,.get_rated a:active {
	width: 143px;
	background-position: 0 -200px;
}
.check_list a {
	background-position: 0 -240px;
}
.check_list a:hover,.check_list a:active {
	background-position: 0 -280px;
}
.review_list a {
	width: 207px;
	background-position: 0 -320px;
}
.review_list a:hover,.review_list a:active {
	width: 207px;
	background-position: 0 -360px;
}
.view_matches a {
	background-position: 0 -400px;
}
.view_matches a:hover,.view_matches a:active {
	background-position: 0 -440px;
}
/*.finder_orange {
	background: transparent url(/images/finder_orange.gif) no-repeat -221px bottom;
	padding-bottom: 13px;
}
.finder_orange .filter {
	background: transparent url(/images/finder_orange.gif) no-repeat;
	padding-top: 13px;
}*/
.finder_orange .filter .facet_div {
	background-color: #EEE;
}
.finder_orange .filter .facet_div .filter_box li {
	background: transparent url(/images/finder_o_bullet.png) no-repeat 0 4px;
}
.facet_div .filter_box {
	background-image: none !important;
	padding: 0;
}
.cf_facet li span {
	cursor: pointer;
	font-weight: 400;
}
.cf_facet li.locked span {
	cursor: default;
	opacity: 0.5;
	font-weight: 300;
}
.cf_facet li.locked span:hover {
	color: #6DA499;
}
.cf_facet input[type="text"],.cf_facet select {
	margin-bottom: 5px;
}
.wizard {
	width: 749px;
	z-index: 999;
}
.wizard_message {
	background: url(/images/finder_wizard_t.gif) no-repeat right top;
	padding-top: 13px;
}
.wizard_message div {
	background: url(/images/finder_wizard_bg.gif) repeat-y right;
	padding: 0 16px 10px 23px;
	font-weight: bold;
	font-size: 20px;
	line-height: 34px;
	color: #FFF;
}
.wizard_message div strong {
	color: #FEAD00;
	font-size: 24px;
}
.wizard_step {
	background: url(/images/finder_wizard_step_bg.gif) no-repeat;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
/*	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Sans-Serif;*/
}
.wizard_step_inner {
	background: url(/images/finder_wizard_step_bottom.gif) no-repeat bottom;
	padding: 12px 15px 15px 22px;
	width: 712px;
}
.wizard_step_num {
	width: 80px;
	float: left;
	text-transform: uppercase;
}
.wizard_step_txt {
	width: 632px;
	float: right;
	text-shadow: 0px 0px 2px #FFF;
}
#recruiting_list .card_pic {
	width: 60px;
}
#recruiting_list .card_info {
	width: 640px;
	padding-top: 18px;
	position: relative;
}
#collegefinder .card_info {
	float: none !important;
}
#collegefinder .card_pic {
	padding-right: 10px;
}
#recruiting_list .card_info h3 {
	font-size: 18px;
}
#recruiting_list .pic_container {
	height: auto;
    overflow: hidden;
    width: 54px;
}
#recruiting_list .pic_container img {
	height: auto;
    width: 54px;
}

/* Video Upload */
#workflow {
}
#workflow .position {
	text-align: center;
	height: 30px;
	margin: 0 0 5px;
}
#workflow .position:first-child {
	margin-left: 0;
}
#workflow .wf_active {
	background-color: #004354;
}
#workflow .position span, #workflow .position a {
	display: block;
	font-weight: 400;
	padding: 0 13px;
	line-height: 30px;
	vertical-align: middle;
	background-color: #EEE;
}
#workflow .wf_done a {
	background-color: #EEE !important;
	color: #FFF;
}
#workflow .wf_active span, #workflow .wf_active a {
	background-color: #004354 !important;
	color: #FFF;
}
.workflow_arrow {
	display: none;
}
#vid_contents {
	padding: 15px;
	background-color: #004354;
}
#vid_contents > .f_left {
	float: none;
}
#vid_contents > #vid_main {
	width: 94.6%;
	padding: 10px 2.7%;
	background-color: #FFF;
	min-height: 650px;
	margin-bottom: 10px;
}
#instruction {
	width: 94.6%;
	padding: 10px 2.7%;
	background-color: #E4EAE9;
}
#instruction h3 {
	font-size: 14px;
	text-align: center;
	border-bottom: 1px inset;
	margin-bottom: 0;
	padding-bottom: 5px;
}
#instruction p, #instruction li {
	font-size: 12px;
	padding-top: 15px;
	line-height: 1.5em;
}
#instruction ol {
	margin-left: 15px;
}
#vid_main h3 {
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
	line-height: 1.5em;
}
#vid_main p {
	margin-bottom: 1.5em;
}
#vid_main label {
	display: block;
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 16px;
}
#vid_main input.txtfield {
	width: 90%;
	display: block;
}
#vid_main ol {
	margin-left: 25px;
}
.btn_next {
	width: 304px;
	height: 52px;
}
.btn_next a {
	width: 304px;
	height: 52px;
}
#btn_next_step a {
	background: url(/images/btn_next.png) no-repeat 0 0;
}
#btn_next_step a:active, #btn_next_step a:hover {
	background: url(/images/btn_next.png) no-repeat 0 -52px;
}
#btn_my_videos a {
	background: url(/images/btn_next.png) no-repeat 0 -104px;
}
#btn_my_videos a:active, #btn_my_videos a:hover {
	background: url(/images/btn_next.png) no-repeat 0 -156px;
}
#btn_notify_coach a {
	background: url(/images/btn_next.png) no-repeat 0 -208px;
}
#btn_notify_coach a:active, #btn_notify_coach a:hover {
	background: url(/images/btn_next.png) no-repeat 0 -260px;
}
#vid_contents .txtfield {
	font-size: 14px;
	padding: 5px;
}

/* highlight maker start */
.clip {
	background-color: #e4eae9;
}
.clip_info {
	padding: 15px;
}
.clip_info h4 {
	font-size: 18px;
	font-weight: 400;
	text-shadow: none;
	padding-bottom: 5px;
	border-bottom: 1px dotted #D8D8CD;
	margin-bottom: 10px;
}
.clip_info .clearfix input {
	float: left;
	margin-right: 10px;
}
.clip_info input.clip_btn  {
	background-color: #F1F1EA;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #C5C5BF;
	border-right: 1px solid #C5C5BF;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-khtml-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	cursor: pointer;
}
.btn_highlight {
	width: 500px;
	height: 64px;
}
.btn_highlight a {
	width: 500px;
	height: 64px;
}
#btn_highlight_save_clip a {
	background: url(/images/btn_highlight.png) no-repeat 0 0;
}
#btn_highlight_save_clip a:active, #btn_highlight_save_clip a:hover {
	background: url(/images/btn_highlight.png) no-repeat 0 -64px;
}
#btn_highlight_save_order a {
	background: url(/images/btn_highlight.png) no-repeat 0 -128px;
}
#btn_highlight_save_order a:active, #btn_highlight_save_order a:hover {
	background: url(/images/btn_highlight.png) no-repeat 0 -192px;
}
#btn_highlight_create_highlight a {
	background: url(/images/btn_highlight.png) no-repeat 0 -256px;
}
#btn_highlight_create_highlight a:active, #btn_highlight_create_highlight a:hover {
	background: url(/images/btn_highlight.png) no-repeat 0 -320px;
}
.clip_thumb {
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	-khtml-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	border: 1px solid #FFF;
	width: 120px;
	height: 90px;
	background-color: #FFF;
}
.clip_thumb p {
	font-size: 11px;
	line-height: 15px;
	vertical-align: middle;
	margin-bottom: 0 !important;
	text-align: center;
}
.spotlight .clip_thumb {
	float: left;
	margin: 0 22px 15px 0;
	cursor: pointer;
}
.clip .clip_thumb {
	float: left;
	margin: 0 22px 15px 0;
	cursor: pointer;
}
.timeline {
	border: 1px solid #FFF;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	-khtml-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	background-color: #939188;
}
.timeline .clip_thumb {
	float: left;
	margin: 0 16px 15px 0;
	cursor: pointer;
}
.choose_clips {
	background-color: #D8D8CD;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	-khtml-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	padding: 8px;
}
.screen_info label {
	display: inline !important;
	background-image: none !important;
	padding: 0 5px 10px 0 !important;
	font-size: 14px !important;
}
.screen_info input {
	display: inline !important;
	font-size: 12px !important;
}
.screen_info select {
	font-size: 12px;
}
.screen_info_box {
	padding-bottom: 10px;
}
.screen_info input.clip_btn  {
	background-color: #E90606;
	color: #FFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid #F6B7B8;
	border-left: 1px solid #F6B7B8;
	border-bottom: 1px solid #A90606;
	border-right: 1px solid #A90606;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 18px !important;
	font-family: Arial, Helvetica, sans-serif;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-khtml-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	cursor: pointer;
}
.screens img {
	border: 1px solid #FFF;
}
.btn_silver {
	display: inline-block;
	font-size: 12px;
	padding: 4px 12px;
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #F1F1EA;
	border: 1px solid #BCBCB2;
	text-shadow: 0 1px 0 #FFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	background-image: -moz-linear-gradient(top, #F1F1EA 55%, #D8D8CD);
	background-image: -webkit-linear-gradient(top, #F1F1EA 55%, #D8D8CD);
	background-image: -o-linear-gradient(top, #F1F1EA 55%, #D8D8CD);
	background-image: linear-gradient(to bottom, #F1F1EA 55%, #D8D8CD);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#F1F1EA', endColorstr='#D8D8CD', GradientType=0);
	color: #2E3937;
}
.btn_silver:hover {
	color: #000;
	background-color: #FFF;
	background-image: none;
}


/* Edit Pages */
.box h2 {
	font-size: 16px;
	font-weight: 400;
	background-color: #004354;
	color: #FFF;
	padding: 0 20px;
	line-height: 36px;
	vertical-align: middle;
	margin-bottom: 0;
}
.edit_box {
	padding: 20px;
	background-color: #EEE;
}
.edit_box input[type="text"], .edit_box input[type="password"], .edit_box textarea, .edit_box select {
	margin-bottom: 0 !important;
}
.input_item {
	padding: 10px;
	background-color: #FFF;
	margin-bottom: 1px;
}
.input_label {
	padding-top: 2px;
}
.input_label label {
	font-weight: 400;
	font-size: 12px;
}
.input_field select {
	/*max-width: 90%*/
}
.input_checked {
	background: #c3d3d7;
	color: #000;
}
.input_checked select {
	background-color: #e4eae9;
    border: 1px solid #007090 !important;
}

.edit_txtfield {
	border: 1px solid #C8C7BE !important;
	padding: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.input_checked .edit_txtfield {
	background-color: #EEE;
    border: 1px solid #007090 !important;
}
.input_phone {
	width: 150px !important;
}
.box h2 span {
	font-size: 12px;
	font-weight: normal;
}
#team_history_container .input_item_last {
	margin-bottom: 10px;
}
.team_history_y {
	background-color: #FFF;
	font-weight: 400;
	padding: 0 10px;
	line-height: 24px;
	vertical-align: middle;
	font-size: 18px;
	display: block;
}
.edit_box .college_list {
	width: 100%;
}
.edit_box .college_list th,.edit_box .college_list td {
	padding: 3px 5px;
}
.edit_box .college_list th {
	background-color: #F1F1EA;
}
.edit_box .college_list td {
	background-color: #FFF;
}
.edit_teamname {
	width: 200px;
}
#resume_progbar {
	background-color: #004354;
	box-sizing: border-box;
	width: 96%;
	max-width: 680px;
	height: 60px;
	padding: 15px;
	position: relative;
	z-index: 10;
}
#resume_progbar_inner {
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	border: 1px solid #FFF;
	background-color: #EEE;
	overflow: hidden;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}
#resume_progbar .bar {
	background-color: #007090;
	width: 0;
	height: 28px;
	font-size: 1px;
	line-height: 1px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 1px 0 2px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 1px 0 2px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 1px 0 2px rgba(0, 0, 0, 0.25);
	background-image: -moz-linear-gradient(top, #1e9dc1 15%, #007090);
	background-image: -webkit-linear-gradient(top, #1e9dc1 15%, #007090);
	background-image: -o-linear-gradient(top, #1e9dc1 15%, #007090);
	background-image: linear-gradient(to bottom, #1e9dc1 15%, #007090);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#6da499', endColorstr='#507c73', GradientType=0);
}
#resume_progbar .percent {
	position: absolute;
	width: 100%;
	top: 15px;
	font-weight: 400;
	color: #000000;
	font-size: 14px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
}
.re_links {
	margin: 0 1px 20px;
}
.re_return_home {
	width: 292px;
	height: 40px;
	float: right;
}
.re_return_home a {
	background-image: url(/images/btn_return_home.png);
	background-repeat: no-repeat;
	display: block;
	width: 292px;
	height: 40px;
	overflow: hidden;
	text-indent: -9000px;
}
.re_return_home a:active, .re_return_home a:hover {
	background-position: 0 -40px;
}
#btn_save {
	width: 96px !important;
	height: 40px;
	float: right;
}
#btn_save a {
	background-image: url(/images/btn_save.png);
	background-repeat: no-repeat;
	display: block;
	width: 96px;
	height: 40px;
	overflow: hidden;
	text-indent: -9000px;
}
#btn_save a:active, #btn_save a:hover {
	background-position: 0 -40px;
}
.re_edit_resume {
	width: 217px;
	height: 48px;
	float: right;
}
.re_edit_resume a {
	background-image: url(/images/btn_recruitinglist_right.png);
	background-repeat: no-repeat;
	display: block;
	width: 217px;
	height: 48px;
	overflow: hidden;
	text-indent: -9000px;
}
.re_edit_resume a:active, .re_edit_resume a:hover {
	background-position: 0 -48px;
}
.re_links li {
	margin-right: 14px;
	display: block;
	float: left;
	width: 210px;
	height: 48px;
}
.re_links li a {
	background-image: url(/images/btn_resume.png);
	background-repeat: no-repeat;
	display: block;
	width: 210px;
	height: 48px;
	overflow: hidden;
	text-indent: -9000px;
}
.re_links .re_review_profile a:hover,.re_links .re_review_profile a:active {
	background-position: 0 -48px;
}
.re_links .re_college_recom a {
	background-position: 0 -96px;
}
.re_links .re_college_recom a:hover,.re_links .re_college_recom a:active {
	background-position: 0 -144px;
}
.re_links .re_evaluated a {
	background-position: 0 -192px;
}
.re_links .re_evaluated a:hover,.re_links .re_evaluated a:active {
	background-position: 0 -240px;
}
.re_links .re_get_ranked a {
	background-position: 0 -288px;
}
.re_links .re_get_ranked a:hover,.re_links .re_get_ranked a:active {
	background-position: 0 -336px;
}
.re_links .re_contact_coach a {
	background-position: 0 -384px;
}
.re_links .re_contact_coach a:hover,.re_links .re_contact_coach a:active {
	background-position: 0 -432px;
}
.resumeeditor_header {
	height:70px;
	padding-bottom:0;
	background-image:none;
}
#bm-calc .edit_box {
	width: 588px !important;
}
#bm-calc .input_item {
	width: 568px !important;
}
#bm-calc .input_field {
	width: 378px;
}
.bm_message {
	color:#D81817;
	font-size:20px;
	font-weight: 400;
	margin-bottom: 20px;
}
#beastmeter {
	width: 302px;
}
#beastmeter h2 {
	background-color: #e4eae9;
	font-weight: 400;
	padding: 0;
	line-height: 40px;
	vertical-align: middle;
	font-size: 18px;
	text-align: center;
}
#bm_body {
	background-color: #6da499;
	width: 300px;
}
#bm_meter {
	background: transparent url(/images/beastmeter.png) no-repeat;
	width: 300px;
	height: 539px;
	position: relative;
}
#bm_meter div {
	position: absolute;
}
.bm_levels {
	position: relative;
	width: 128px;
	height: 35px;
	overflow: hidden;
	text-indent: -9999px;
	left: 162px;
}
.bm_levels a {
	width: 128px;
	height: 35px;
	display: block;
}
.bm_levels a:hover { background: transparent url(/images/bm_levels.gif) no-repeat; }
#bm_level_1 { top: 34px; }
#bm_level_1 a:hover { background-position: 0 0;}
#bm_level_2 { top: 70px; }
#bm_level_2 a:hover { background-position: 0 -36px;}
#bm_level_3 { top: 106px; }
#bm_level_3 a:hover { background-position: 0 -72px;}
#bm_level_4 { top: 142px; }
#bm_level_4 a:hover { background-position: 0 -108px;}
#bm_level_5 { top: 178px; }
#bm_level_5 a:hover { background-position: 0 -144px;}
#bm_level_6 { top: 214px; }
#bm_level_6 a:hover { background-position: 0 -180px;}
#bm_level_7 { top: 250px; }
#bm_level_7 a:hover { background-position: 0 -216px;}
#bm_level_8 { top: 286px; }
#bm_level_8 a:hover { background-position: 0 -252px;}
#bm_level_9 { top: 322px; }
#bm_level_9 a:hover { background-position: 0 -288px;}
#bm_level_10 { top: 358px; }
#bm_level_10 a:hover { background-position: 0 -324px;}
#bm_level_11 { top: 394px; }
#bm_level_11 a:hover { background-position: 0 -360px;}
#bm_level_12 { top: 430px; }
#bm_level_12 a:hover { background-position: 0 -396px;}
#bm_level_13 { top: 466px; }
#bm_level_13 a:hover { background-position: 0 -432px;}
#bm_score {
	top: 142px;
	left:50px;
	width: 71px;
	line-height: 45px;
	position: relative;
	height: 40px;
	text-align: center;
	font-size: 36px;
	color: #B90909;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 0 -1px 0 #333333;
}

#bm_level {
	top: 260px;
	left: 28px;
	width: 115px;
	height: 30px;
	text-align: center;
	font-size: 26px;
	line-height: 30px;
	color: #FFF;
	text-transform: uppercase;
}
.bm_rivals {
}
.bm_rivals h4 {
	background-color: #FEC54E;
	text-align: center;
	padding: 3px;
}
#bm_rivals_1 h4 { background-color: #FEAE03; }
#bm_rivals_2 h4 { background-color: #FEAE03; }
#bm_rivals_3 h4 { background-color: #FEAE03; }
#bm_rivals_4 h4 { background-color: #FEC54E; }
#bm_rivals_5 h4 { background-color: #FEC54E; }
#bm_rivals_6 h4 { background-color: #FFE5AD; }
#bm_rivals_7 h4 { background-color: #FFE5AD; }
#bm_rivals_8 h4 { background-color: #FFF; }
.bm_rivals .card_box {
	background-color: #495452;
	padding: 5px 10px;
	border-bottom: 1px solid #5B6462 !important;
	width: 280px !important;
}
.bm_rivals .card_box .card_info {
	width: 212px !important;
	color: #9FA9A7;
	line-height: 1.2em;
}
.bm_rivals .card_box .card_info a {
	color: #FFF;
}
.bm_rivals .card_box .card_info a:hover,
 .bm_rivals .card_box .card_info a:active{
	color: #FEAD00;
}
.bm_rivals .card_box .card_info h3 {
	font-size: 11px !important;
	font-weight: normal;
}
#bm_needle {
	width: 148px;
	height: 46px;
	background: transparent url(/images/bm_needle.png) no-repeat;
	left: 152px;
	z-index: 20;
	cursor: pointer;
	cursor: hand;
}
.bm_level_info {
	background: transparent url(/images/bm_level_info.png) no-repeat;
	width: 207px;
	height: 290px;
	left: -28px;
	z-index: 999;
}
.bm_level_info h3 {
	padding: 15px 21px 15px 15px;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
}
.bm_level_info ul {
	padding: 0 7px 10px 1px;
}
.bm_level_info li {
	padding: 2px 15px;
	margin-bottom: 1px;
	background-color: #EDF3F2;
	font-size: 11px;
}
.bm_level_info p {
	padding: 0 21px 0 15px;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 1.4em;
}
.bm_level_info p#level_8 {
	font-size: 18px;
}

.input_wrong {
	color: red !important;
}

.level-display {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	font-size: 220px;
	line-height: 230px;
	vertical-align: center;
	top: 0;
	color: #ffffff;
	background: #b90909;
	left: 0;
	letter-spacing: -1px;
	font-weight: bold;
	display: none;
}
.instruction {
	background-color: #F1F1EA;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
}
.instruction p,.instruction ul {
	margin-bottom: 15px;
}
.instruction ul {
	margin-left: 20px;
	list-style: disc;
}
.instruction li {
	margin-bottom: 5px;
}
#rank_help p {
	margin-bottom: 0 !important;
}

/* Tip from Coach Mike */
.tip_from_coach {
	margin: 0 auto 0;
	width: 182px;
	background-color: #FFF;
	border: 4px solid #D81817;
	padding: 30px;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 400;
	text-align: center;
	position: relative;
	display: none;
}
.tip_from_coach h4 {
	font-size: 30px !important;
	color: #D81817;
	margin-bottom: 20px !important;
}

/* Auto Complete */
.ac_results {
	background-color: #FFF;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	width: 372px !important;
}
.ac_results li {
	padding: 0 10px;
	line-height: 24px;
	font-size: 12px;
	vertical-align: middle;
	border-bottom: 1px solid #DDD;
	color: #6DA499;
	cursor: pointer;
}
.ac_results li:hover {
	color: #6DA499;
	background-color: #E4EAE9;
}

.modal-table th {
	white-space: nowrap;
	text-align: right;
}
.modal-table th, .modal-table td {
	padding: 10px 5px;
	font-size: 12px;
}
#academics-editor {
	float: none;
}
#academics-editor .edit_box label {
	font-size: 12px;
}
.input-half {
	margin-bottom: 10px;
}
.subpage-profile {
	border-bottom: 1px solid #DDD;
    margin-bottom: 20px;
    padding-bottom: 20px;
	overflow: hidden;
}
#edit-game-calendar {
	box-sizing: border-box;
	width: 100%;
	padding: 5%;
	min-height: 300px;
}
.playertabs {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
}
.playertab {
  background-color: #EEE;
  line-height: 32px;
  height: 32px;
  vertical-align: middle;
  padding: 0 6px;
  margin-right: 5px;
}
.playertab-active {
  background-color: #004354;
  color: #FFF;
}
.resume-edit-tab {
	display: inline-block;
	padding: 0 15px;
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
}
.resume-edit-tab.selected {
	background-color: #004354;
	color: #FFF;
}






/* Video Section */

.video-heading {
}
.video-heading .section-heading {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #233632;
}

#coachesmessage {
    font-size: 14px;
    line-height: 1.5;
    color: #cdcdcd;
    background-color: #003745;
    padding: 15px 0;
}

.video-content {
    width: 100%;
    overflow: hidden;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
}

.video-thumbs {
    overflow: visible;
    position: relative;
    font-size: 12px;
    display: -webkit-flex;
    display: flex;
}

.video-thumb {
    position: relative;
    width: 200px;
    margin: 10px 20px 10px 0;
    visibility: hidden;
}

.video-title {
    display: block;
}

.video-link {
    width: 200px;
    height: 150px;
    display: block;
    background-color: #000;
}

.video-link img {
    width: 200px;
    height: auto;
    display: block;
}

.video-download {
    position: absolute;
    top: 24px;
    right: 5px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    background-color: #F00;
    color: #FFF;
    padding: 0 5px;
    line-height: 26px;
    font-size: 18px;
}

.video-download:hover, .video-download:focus {
    background-color: #F55;
    color: #FFF;
}

.video-data {
    display: -webkit-flex;
    display: flex;
}

.video-type {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 2px 5px;
    background-color: #eee;
}

.video-duration {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 2px 5px;
    background-color: #ddd;
}

.video-date {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: right;
    padding: 2px 0;
}

.video-nav {
    height: 202px;
    font-size: 60px;
    position: absolute;
    top: 0;
    line-height: 202px;
    vertical-align: middle;
    color: #1d858c;
}

.video-nav:hover,.video-nav:focus {
    color: #1d858c;
}

.video-nav-next, .video-nav-next:hover, .video-nav-next:focus {
    padding: 0 15px 0 30px;
    right: 0;
    background: -webkit-linear-gradient(left,rgba(241,247,252,0),rgba(241,247,252,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(241,247,252,0),rgba(241,247,252,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(241,247,252,0),rgba(241,247,252,1)); /*Fx 3.6-15*/
    background: linear-gradient(to right, rgba(241,247,252,0),rgba(241,247,252,1));
}

.video-nav-prev, .video-nav-prev:hover, .video-nav-prev:focus {
    padding: 0 30px 0 15px;
    left: 0;
    background: -webkit-linear-gradient(left,rgba(241,247,252,1),rgba(241,247,252,0)); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(241,247,252,1),rgba(241,247,252,0)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(241,247,252,1),rgba(241,247,252,0)); /*Fx 3.6-15*/
    background: linear-gradient(to right, rgba(241,247,252,1),rgba(241,247,252,0));
}

.video-message-box {
    font-family: 'Roboto', sans-serif;
    padding: 20px 0;
    font-size: 14px;
    font-weight: 300;
    
}





@media only screen and (min-width:480px){
#header {
	padding-bottom: 0;
}
#user-nav {
	position: absolute;
	top: 58px;
	left: auto;
	right: 10px;
}
.profile_info {
	float: left;
}
.tradingcard-buttons a {
	margin-bottom: 0;
	display: inline-block;
}
.clubs_camps th {
	width: 40%;
}
.email-icon {
	text-align: left;
}
.email-icon i {
	display: none;
}
.email-icon span {
	display: inline;
}
.profile-tc-school span {
	display: inline-block;
	white-space: nowrap;
}
.profile-tc-data {
	display: inline-block;
	line-height: 18px;
	font-size: 14px;
	padding: 0 15px;
	border-top-width: 0;
	border-left: 1px solid #DDD;
}
span.profile-tc-data:nth-of-type(1) {
	padding-left: 0;
	border-left-width: 0;
}
.profile-tc-info {
	padding: 0;
}
.profile-tc-info p {
	border-top-width: 0;
}
.team_history_basic_info {
	display: inline-block;
	padding-right: 15px;
}
}


@media only screen and (min-width:768px){
/*#parent_nav_inner {
	display: block;
	padding-top: 10px;
}
#parent_nav > ul {
	margin: 0 auto 0;
	height: 30px;
}*/
#parent_nav > ul > li {
	/*width: 19%;*/
	margin: 0 0.5%;
	float: left;
	position: relative;
}
#parent_nav > ul > li > a {
	display: block;
	padding: 0 10px;
	border-bottom-width: 0;
	line-height: 30px;
	font-size: 16px;
	font-weight: 400;
	background-color: #F2F2F2;
	color: #212121;
	/*border-bottom: 1px solid #EEE;*/
}
#parent_nav > ul > li.nav-selected > a {
	background-color: #004354;
	color: #FFF;
	border-bottom-width: 0;
}
#parent_nav .navflyout li a {
	padding: 5px 10px;
	font-size: 14px;
}
.profile_info {
	position: relative;
	width: 82%;
}
.profile-tc-name {
	position: relative;
	width: 100%;
}
.tc_h_multisports {
    position: absolute;
    right: 10px;
    top: 0;
	text-align: left;
}
.profile_info h1 {
	font-size: 20px;
	padding: 5px 0 10px;
	text-align: left;
	border-bottom: 1px solid #DDD;
}
.profile_info h1 span {
	font-weight: normal;
	color: #999;
	display: inline;
	margin-left:15px;
}
.pl_profile .profile_info_1 > p {
    margin-bottom: 10px;
}
.profile-nav {
	float: left !important;
	width: 23%;
}
.menu-open {
	display: none;
}
#submenu {
	background-color: #779c95;
}
#submenu ul {
	padding: 5px;
	display: block;
}
#submenu li {
	display: block;
	width: 100%;
	height: 36px;
	padding-bottom: 6px;
	border-bottom-width: 0;
}
#submenu li:last-child {
	padding-bottom: 0;
}
#submenu li a {
	display: block;
	padding: 0 15px;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	font-size: 12px;
	background-color: #FFF;
}
#submenu li a.selected {
	font-weight: 400;
	color: #233632;
}
.subpage-body {
	/* float: right;
	width: 71%;*/
	padding: 3%;
}
.profile_pic {
    width: 20%;
	margin: 0;
	box-sizing: border-box;
}
.profile-tc-info-box {
	float: left;
	margin-left: 2%;
	width: 78%;
}
.profile-tc-name h1 {
	padding-top: 0;
	font-size: 24px;
	line-height: 30px;
	vertical-align: middle;
}
.profile-tc-name h1 div {
	display: inline-block;
}
.profile-tc-name h1 div span {
	margin-top: 0;
	font-size: 16px;
	line-height: 30px;
}
.profile-college-tc-name h1 {
	padding-right: 145px;
}
.profile-tc-info {
	padding: 3px 0;
}
.profile-tc-school {
	border-bottom: 1px solid #DDD;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.profile-tc-info p {
	padding-top: 5px;
}
h4.team_history_class span {
	font-size: 80%;
	display: inline;
	margin-left: 20px;
}

/* Tournaments Attended */
.tournaments-box {
    margin-top: 50px;
}
.tornaments-head {
    display: flex;
    justify-content: space-between;
}
.tornaments-head .profile_tbl {
    min-width: 500px;
}
.tournaments-box h3 span {
    display: block;
    font-weight: 300;
}
.tournaments-videos {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.tournaments-video-box {
    display: block;
    width: 200px;
    overflow: hidden;
    margin: 0 20px 20px 0;
}
.tournaments-video-box img {
    display: block;
    width: 200px;
    height: auto;
}
.tournaments-video-txt {
    margin-left: 0;
}
.tournaments-video-txt h5 {
    font-size: 12px;
}
.input-half {
	width: 48%;
	margin: 0;
	float: left;
}
.subpage-profile {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
}


@media only screen and (min-width:980px){
.white {
	padding: 5px 0 15px;
}
 /* Footer */
#simple-footer {
	font-size: 14px;
}
#footer p {
	text-align: center;
	font-size: 12px;
}

/* Customer Support */
#cs {
	padding: 40px 40px 40px 165px;
	background: url(/images/btb2014/opteam.png) no-repeat 20px bottom;
	text-align: left;
}
#cs h2 {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 300;
}

/* Navigation for logged-in users */
div#parent_nav {
	position: relative !important;
}
#parent_nav_inner {
	margin: 0 auto;
	width: 960px !important;
	height: 40px;
	z-index: 11;
	display: flex;
	display: -webkit-flex;
}
#parent_nav_inner li {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}
#parent_nav > ul > li {
	float: left;
	position: relative;
}
#parent_nav > ul > li > a {
	padding: 0 15px;
	line-height: 40px;
}
.navflyout {
	z-index: 25;
}
#parent_nav .navflyout {
	z-index: 12;
	position: absolute;
	display: none;
	top: 40px;
}
.header-ph-loggedin {
	top: 15px !important;
}
#user-nav > ul > li {
	float: left;
	margin-left: 30px;
}
#user-nav li > .navflyout {
	right: -5px;
}
#user-nav li > .navflyout > li {
	margin: 0;
	display: block;
}
#user-header {
	position: relative;
	padding: 0;
}
#user-header .home_h_multisports {
	position: absolute;
	top: 0;
	right: 10px;
	left: auto;
}
.user-header-pic {
	display: block;
	float: left;
	width: 60px;
}
.user-header-pic img {
	display: block;
	width: 54px;
	height: 45px;
	border: 3px solid #FFF;
}
.user-header-nav {
	float: right;
	width: 880px;
}
.user-header-nav h2 {
	font-size: 18px;
}
.user-header-nav li {
	display: inline-block;
	margin-right: 5px;
}
.user-header-nav li.selected a {
	background-color: #FFF !important;
	color: #000 !important;
}

/* User Homepage */
.user-landing-box {
	float: left;
	margin: 0 7px;
	width: 265px;
	height: 420px;
	padding: 20px;
	background-color: #FFF;
}
.user-landing-box h2 {
	font-size: 36px;
}

/* Search Page */
.layout_search .f_left {
	float: left;
	width: 220px;
}
.layout_search > .f_right {
	float: right;
}
.search {
	width: 680px;
	padding: 10px 20px;
	background-color: #c3d3d7;
	margin-bottom: 20px;
}
.search_results .card_box .card_pic {
	display: block;
    width: 126px;
}
.search input.blink {
	font-size: 14px;
	width: 346px;
	height: 22px;
	margin-bottom: 0 !important;
}
#collegefinder .card_info {
	width: 360px;
	float: left !important;
}
#collegefinder .cf_match {
	width: 194px;
	float:right;
}

/* Video Upload */
#workflow .position {
	float: left;
	text-align: center;
	height: 40px;
	margin: 0 10px;
}
.fullscreen #workflow .position {
	height: 30px !important;
}
.workflow_arrow {
	display: block;
	float: left;
}
#vid_contents > .f_left {
	float: left;
}
#vid_contents > #vid_main {
	width: 700px;
	padding: 20px;
	background-color: #FFF;
	min-height: 0;
	margin-bottom: 0;
}
.fullscreen #vid_contents > #vid_main {
	width: auto !important;
	float: none !important;
}
#instruction {
	width:140px;
	padding: 20px 15px;
	background-color: #E4EAE9;
}
#vid_main input.txtfield {
	width: 620px;
}

/* Edit Pages */
.box h2 {
	font-size: 16px;
	font-weight: 400;
	background-color: #004354;
	color: #FFF;
	padding: 0 20px;
	line-height: 36px;
	vertical-align: middle;
	margin-bottom: 0;
}
.edit_box {
	width: 640px;
	padding: 20px;
	background-color: #EEE;
}
.input_item {
	width: 620px;
	padding: 10px;
	background-color: #FFF;
	margin-bottom: 1px;
}
.input_label {
	width: 180px;
	text-align: right;
	float: left;
	padding-top: 2px;
}
.input_label label {
	font-weight: 400;
	font-size: 12px;
}
.input_field {
	width: 427px;
	float: right;
}
.input_checked {
	background: #c3d3d7;
	color: #000;
}
.edit_txtfield {
	width: 360px;
	border: 1px solid #C8C7BE !important;
	padding: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* Public Profile */
.tc_h_multisports {
    position: absolute;
    right: 10px;
    top: 0;
	text-align: left;
}
.profile_pic {
    float: left;
    width: 242px;
	margin: 0;
}
.profile_pic div {
	width: 240px;
	overflow: hidden;
	border: 1px solid #DDD;
}
.profile_pic .pic_container {
	width: 240px;
}
.profile_pic div img {
	width: 240px;
	display: block;
	height: auto;
}
.jersey-num {
	float: none;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 72px;
	line-height: 1em;
}
.profile-tc-name h1 {
	font-size: 30px;
	line-height: 36px;
	vertical-align: middle;
}
.profile-tc-name h1 div {
	display: inline-block;
}
.profile-tc-name h1 div span {
	margin-top: 0;
	font-size: 16px;
	line-height: 28px;
}
.profile-tc-info-box {
	width: 696px;
	margin-left: 22px;
}
.profile-tc-info {
	padding: 10px 0;
	border-top: 1px solid #EEE;
}
.profile-college-tc-info {
	padding: 10px 0 13px;
	border-bottom: 1px solid #EEE;
}
.profile-tc-school {
	border-bottom-width: 0;
	padding-bottom: 0;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 400;
}
.profile-tc-info p {
	padding-top: 15px;
	font-size: 18px;
}
.profile-tc-data {
	font-size: 16px;
	line-height: 24px;
}
.profile-college-tc-info .profile-tc-data {
	font-size: 18px !important;
	line-height: 24px;
}
.profile-tc-data > sup {
	font-size: 14px;
}
.profile-tc-college-tbl {
	border-collapse: collapse;
	border: 1px solid #DDD;
	width: 100%;
	margin-top: 10px;
}
.profile-tc-college-tbl th {
	border-bottom: 1px solid #DDD;
	background-color: #EEE;
}
.profile-tc-college-tbl th,
.profile-tc-college-tbl td {
	border-right: 1px solid #DDD;
	text-align: center;
	font-size: 12px;
}
/*.profile_info {
	width: 678px;
	float: right;
	position: relative;
}
.profile_info h1 {
	font-size: 24px;
	padding: 5px 0 10px;
	text-align: left;
	border-bottom: 1px solid #DDD;
}
.profile_info h1 span {
	font-weight: normal;
	color: #999;
	display: inline;
	margin-left:15px;
}
.profile_info_1 {
	width: 390px;
	padding: 10px 20px 0 0;
	float: left;
}
.pl_profile .profile_info_1 {
	font-size: 14px !important;
	width: 465px !important;
}
.pl_profile .profile_info_1 > p {
    margin-bottom: 10px;
}
.profile_info_1 .team_name {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
.profile_info_position {
	text-transform: uppercase;
	color: #000;
}
.profile_info_class {
    font-weight: 400;
    line-height: 24px;
	vertical-align: middle;
	padding: 3px 10px;
	background-color: #7D8382;
	color: #FFF;
	margin-right: 5px;
	font-size: 12px;
	text-transform: uppercase;
}
.profile_info_2 {
	width: 263px;
	padding-top: 10px;
	float: right;
}
.pl_profile .profile_info_2 {
	width: 158px !important;
	float: right;
	text-align: center;
}
.pl_profile .profile_info_2 div {
	text-align: center;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 1em;
	font-weight: 400;
}
.pl_profile .profile_info_2 img {
	border: 1px solid #DDD;
	display: block;
	margin: 0 auto;
}*/
.subpage-body {
	background-color: #FFF;
	padding: 20px;
	/* width: 691px;
	float: right;*/
	min-height: 400px;
}
.subpage-body-tab {
	width: 691px;
	float: right;
}
.subpage-body h2 {
	font-size: 24px;
	font-weight: 300;
	margin: 10px 0 15px;
	text-transform: uppercase;
	color: #233632;
}
.profile-nav {
	float: left !important;
	width: 229px;
}
.tradingcard-buttons a {
	margin: 0 10px 0 0;
	display: inline-block;
}
.menu-open {
	display: none;
}
#submenu {
	background-color: #004354;
}
#submenu ul {
	padding: 10px 0 10px 10px;
	display: block;
}
#submenu li {
	display: block;
	width: 219px;
	height: 36px;
	padding-bottom: 6px;
	border-bottom-width: 0;
}
#submenu li a {
	display: block;
	width: 179px;
	padding: 0 15px;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	font-size: 14px;
	background-color: #FFF;
}
#submenu li a.selected {
	width: 189px;
	font-weight: 400;
	color: #233632;
}
#submenu li a:hover,#submenu li a:active {
}
.team_history_other_awards {font-weight:bold;background:url(/images/other_award.png) no-repeat;padding:6px 0 20px 25px;font-size:14px;}
.clubs_camps {
	width: auto !important;
}

/* Team History */
/*.team_history_box {
	border-top: 1px solid #DDD;
	padding: 30px 0;
}
h4.team_history_class {
	margin-bottom: 15px !important;
}
.team_history_info {
	float: left;
	width: 356px;
	margin-bottom: 0;
}
.achievements {
	float: right;
	width: 312px;
}
.team_history_data_outer {
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	-khtml-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	background-color: #FFF;
	padding: 1px;
	width: 350px;
	margin: 0 0 2px 2px;
}
.team_history_data_inner {
	background-image: -moz-linear-gradient(top, #FEFEFE 55%, #DDE4E4);
	background-image: -webkit-linear-gradient(top, #FEFEFE 55%, #DDE4E4);
	background-image: -o-linear-gradient(top, #FEFEFE 55%, #DDE4E4);
	background-image: linear-gradient(to bottom, #FEFEFE 55%, #DDE4E4);
	background-repeat: repeat-x;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#DDE4E4', GradientType=0);
}
.team_history_data_h {
	margin: 0;
	padding: 3px 0;
	font-size: 11px;
	line-height: 1em;
	text-transform: uppercase;
	text-align: center;
	color: #2E3937;
	font-weight: bold;
	border-bottom: 1px solid #E6EBEA;
}
.team_history_data_tbl th {
	font-size: 10px;
	line-height: 1em;
	padding: 3px 0;
	color: #C00800;
	vertical-align: middle;
	text-transform: uppercase;
}
.team_history_data_tbl td {
	font-size: 18px;
    font-weight: bold;
    text-align: center;
	padding-bottom: 5px;
}
.team_history_data th, .team_history_data td {
	width: 25%;
}
.team_history_data_5 th, .team_history_data_1 td {
	width: 100%;
}
.team_history_data_5 th, .team_history_data_2 td {
	width: 50%;
}
.team_history_data_5 th, .team_history_data_3 td {
	width: 33.33333%;
}
.team_history_data_5 th, .team_history_data_4 td {
	width: 25%;
}
.team_history_data_5 th, .team_history_data_5 td {
	width: 20%;
}
h4.team_history_class {
	font-size: 24px;
	margin-bottom: 5px;
}
.team_history_school {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.team_history_team, .team_history_status {
	padding: 5px 10px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.team_history_team {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #EEEEE4;
	display: block;
	text-align: center;
}
.team_history_varsity {
	background-color: #C00800;
	color: #FFF;
}
.team_history_status {
	background: url(/images/starter.png) no-repeat 0 4px;
	padding-left: 18px;
}
.team_history_stats {
	width: 94px;
	padding-top: 20px;
	float: left;
}
.team_history_data_5 .team_history_stats {
	width: 70px !important;
}
.team_history_stats span {
	font-size: 11px;
	font-weight: bold;
	color: #C00800;
	display: block;
	text-align: center;
}
.team_history_stats strong {
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-align: center;
}
.team_history_honor {
	float: right;
	width: 104px;
	padding-top: 21px;
	height: 71px;
	background: url(/images/honors_bg.gif) no-repeat;
}
.trophy {
	text-align: center;
	height: 50px;
}
.team_history_honor span {
	font-size: 10px;
	font-weight: bold;
	color: #C00800;
	display: block;
	text-align: center;
	line-height: 1.5em;
}
.team_history_club {
	width: 324px;
	float: left;
}
.team_history_camp {
	width: 324px;
	float: right;
}*/

/* Profile page table */
table.profile_tbl {
	border-collapse:separate;
	border-spacing:1px;
}
table.profile_tbl th, table.profile_tbl td {
	padding: 3px 5px;
}
table.profile_tbl th {
	background-color: ##004354;
	color: #FFF;
}
table.profile_tbl td {
	background-color: #EEE;
}
table.profile_tbl td.card_pic {
	width: 60px;
	border-right-width: 0;
	float: none;
}
table.profile_tbl td.card_pic a {
	width: 54px;
	height: 45px;
	border: 3px solid #FFF;
}
table.profile_tbl td.card_pic img {
	width: 54px;
}
table.profile_tbl td .pic_container {
	width: 54px;
	height: 45px;
	overflow: hidden;
}
table.profile_tbl .roaster_num {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #5B6362;
}
table.profile_tbl td strong {
	color: #E90606;
}
.subpage_inner table.majors_tbl th, .subpage_inner table.majors_tbl td {
	border-bottom-width: 0;
	border-right: 1px solid #DEDACC;
}
.subpage_inner table.majors_tbl .even td {
	background-color: #FFF;
}
#sorttable_sortfwdind, #sorttable_sortrevind {
	color: #E90606;
}
.subpage_inner {
	/*width: 691px;*/
	padding: 10px 0 0;
}
.subpage_box {
	padding-bottom: 30px;
}
.subpage_news .subpage_inner {
	padding-top: 0!important;
}
#new_items {
	background: url(/images/new_items.gif) no-repeat bottom;
	padding-bottom: 45px;
	margin-bottom: 25px;
}
.subpage_inner .card_box {
	padding: 10px 0;
	width: 688px;
}
.subpage_inner .card_box .card_pic {
	width: 101px;
}
.subpage_inner .card_box .card_pic a .pic_container {
	width: 95px;
	height: 70px;
	overflow: hidden;
}
.subpage_inner .card_box .card_pic img {
	width: 95px;
}
.subpage_inner .card_box .card_info {
	width: 572px;
}
.subpage_news .card_box .card_info {
	width: 688px !important;
}
.subpage_news .card_info h3 {
	font-size: 14px;
}
.subpage_news .card_info p {
	padding-top: 5px;
}
.subpage_inner .card_box .card_info span {
	color: #7D8382;
}
.subpage_inner .gallery_pic {
	width: 130px;
	height: 130px;
	padding: 0 7px 7px 0;
	overflow: hidden;
}
.subpage_inner .gallery_pic a .pic_container {
	width: 124px;
	height: 124px;
	overflow: hidden;
}
.subpage_inner .gallery_pic img {
	width: 124px;
}
.subpage_inner .video_player {
	width: 420px;
	float: left;
}
.subpage_inner .video_info {
	width: 250px;
	float: right;
}
.subpage_inner .video_info h3 {
	font-size: 18px;
	line-height: 22px;
}
.subpage_inner table {
	width: 100%;
}
.subpage_inner .info_tbl th,.subpage_inner .info_tbl td {
	border-bottom: 1px solid #E0E5E5;
	padding: 5px 0;
	font-size: 14px;
	color: #000;
}
.subpage_inner .info_tbl th {
	text-align: left;
	color: #7D8382;
	font-weight: normal;
}
.subpage_inner .bio_1 th {
	width: 150px;
}
.subpage_inner .bio_2 th {
	width: 250px;
}
.subpage_inner .contact th {
	width: 160px;
}
.subpage_inner .college_general th {
	width: 250px;
}
.videos {
	/*width: 684px;*/
	padding: 2px;
}
.video {
	padding: 5px;
	margin-bottom: 5px;
}
.video:hover {
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	background-color: #F1F1EA;
}
.video_thumb {
	float: left;
	width: 144px;
	padding-right: 10px;
}
.video_thumb a img {
	width: 138px;
}
.profile_video_info {
	float: left;
	width: 471px;
}
.profile_video_info h3 {
	font-weight: bold;
	font-size: 14px;
}
.video_length {
    background-color: #3B4745;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 1px 5px;
}
.profile_video_download {
	float: right;
	width: 49px;
	padding-top: 37px;
}
#academics-editor {
	float: left;
}
.subpage-profile {
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.playertabs_wrap {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.playertabs {
  -webkit-flex-wrap: nowrap; /* Safari */
  flex-wrap:         nowrap;
  -webkit-justify-content: center; /* Safari */
  justify-content:         center;
}
}