﻿/*--------------------------------- Start Team Profile Header ---------------------------------*/
.player_row {
	height: auto;
	width: 100%;
	float: left;
	background: var(--pres-main-bg-light);
}

.player_pic {
   font-size: 1em;
	float: left;
	width: 15%;
	height: 15%;
	margin: 1%;
	overflow: hidden;
}

.playerPicImage {
   max-width: 100%;
   min-width: 100%;
}

/* FONT EMBEDDING */
@font-face 
{
    font-family: 'bebas';
    src: url('/typefaces/bebasneue-webfont.eot');
    src: url('/typefaces/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/typefaces/bebasneue-webfont.woff') format('woff'),
         url('/typefaces/bebasneue-webfont.ttf') format('truetype'),
         url('/typefaces/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* FONT EMBEDDING */

.mascot 
{
   margin: -30px 0px 0px 5px;
   position: relative;
   text-transform: uppercase;
   font-family: bebas;
   color: #FAFAFA;
   font-weight: normal;
   font-size: 14pt;
}

.team_specs {
    float: left;
    margin: 1%;
    width: 81%;
}

.teamNameText {
   float: left;
   margin: 5px 1% 0px 0px;  
	font-size: 1.2em;
   
	color: var(--pres-main-fg-color);
	max-width: 88%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 88%;
}

.team_name_row 
{
	float: left !important;
	width: 100%;
	font-weight: bold;
}


.team_alias {
   float: left;
   clear: both;
   margin: 12px 0px 8px 5px;
   color: #bbbbbb;
   
   
   font-size: 1em;
}

.team_alias:empty {
   display: none;
}

.tnLineDivide {
   float: left;
   clear: both;
   height: 0px;
   width: 100%;
   border-bottom: solid 1px #bbbbbb;
   margin: 3px 0px 0px 0px;
}

.team_location 
{
   
	float: left;
	clear: both;
	font-size: .9em;
	color: var(--pres-main-fg-color);
	
	
	margin: -5px 0px 5px 5px;
}

.assignedSport {
   float: left;
   clear: both;
   
   font-size: .9em;
   color: var(--pres-main-fg-color);
   margin: 0px 0px 5px 0px;

}

.team_bio 
{
   
	float: left;
	clear: both;
	font-size: 8pt;
	width: 405px;
	margin: 5px 0px 10px 10px;
	color: #aaaaaa;
	line-height: 10pt;
	font-weight: bold;
}

#extendedBio { 
   background-color: #eeeeee;
	margin: 10px 0px 10px 0px;
	padding: 10px;
   float: left;
   width: 783px;
}

.bio_title
{
	color: #4d7791;
   float: left;
   clear: both;
   

   font-size: 18pt;
}

.bio_text
{
	color: #1d1d1d;
   float: left;
   clear: both;
   

   font-size: 10pt;
   line-height: 14pt;
   margin: 5px 0px 0px 0px;
}

a#bioMore {
   text-decoration: underline;
   color: #4d7791;
   cursor: pointer;
   float: left;
   clear: both;
   

   font-size: 8pt;
   margin: 5px 0px 0px 10px;
}
/*---------------------------------- End Team Profile Header ----------------------------------*/


@media all and (min-width: 320px) and (max-width: 767px) {
   .player_pic {
      font-size: 1em;
	   float: left;
	   width: 15%;
	   margin: 1%;
	   height: auto;
	   overflow: visible;
   }

   .playerPicImage {
      max-width: 100%;
      min-width: 100%;
      float: left;
   }   
}