body,
html {
    background: #000000 url(background.jpg) top center no-repeat;
}

#siteHeader {
    background: url(pageHeader.jpg) center no-repeat;
    height: 150px;
}
/* STYLED PLAYER PROFILE */

.playerProfile {
    display: none
}

.profileHeader {
    background: #000 url(surveyBackground.jpg) -720px -90px;
    border-bottom: 5px solid #0055A5;
    box-shadow: inset 0 2px 7px 2px rgba(0, 0, 0, 0.59);
    overflow: visible;
    padding: 0;
    position: relative;
    width: 99%;
    height: 285px;
}

.profileHeader .block {
    background: rgba(23, 23, 23, 0.41);
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 38px;
}

.profileHeader .profileImage {
    float: left;
    overflow: hidden;
    position: relative;
    width: 30%;
    height: 285px;
}

.profileHeader .profileImage img {
    max-height: 285px;
    max-width: 220px;
    position: relative;
    bottom: -28px;
    margin-right: 9px;
    width: 100%;
    height: auto;
}

.profileHeader .profileMainInfo {
    float: left;
    margin-top: 24px;
    width: 70%
}

.profileHeader .profileMainInfo .name {
    display: block;
    float: left
}

.profileHeader .profileMainInfo .name span {
    display: inline;
    text-transform: uppercase
}

.profileHeader .profileMainInfo .name .first {
    color: #C7C7C7;
    display: block;
    font-family: 'oswald';
    padding-bottom: 24px;
    font-weight: 900;
    letter-spacing: 0.03em;
    padding-left: 4px;
    font-size: 36px;
}

.profileHeader .profileMainInfo .name .last {
    color: #FFFFFF;
    font-size: 50px;
    font-family: 'oswald';
    font-weight: 900;
}

.profileHeader .profileMainInfo .year {
    color: #BEBEBE;
    font-size: 50px;
    font-family: 'oswald';
    letter-spacing: -0.05em;
}

.profileHeader .profileMainInfo .year:before {
    content: '//';
    color: #0055A5;
    font-size: 69px;
    letter-spacing: -11px;
    padding-left: 30px;
    position: relative;
    bottom: 0px;
    left: -17px;
}

.profileHeader .statsOne {
    border-top: 1px solid #fff;
    float: left;
    margin-top: 15px;
    padding-top: 15px;
    position: relative;
    text-transform: uppercase;
    width: 68%;
    font-family: 'oswald';
    font-size: 18px;
    line-height: 24px;
}

.profileHeader .statsOne:before {
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    width: 5px;
    background: white;
    border-radius: 10px;
    left: 0;
    top: -3px
}

.profileHeader .statsOne:after {
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    width: 5px;
    background: white;
    border-radius: 10px;
    right: 0;
    top: -3px
}

.profileHeader .statsOne dt {
    color: #BABABA;
    display: inline-block;
    margin-right: 5px;
    position: relative
}

.profileHeader .statsOne dd {
    color: #fff;
    display: inline-block;
    margin-right: 10px
}

.profileHeader .statsTwo {
    position: absolute;
    bottom: 10px;
    left: 30%
}

.profileHeader .statsTwo .jerseyNumber {
    background: #fa5224;
    border-radius: 30px;
    color: #fff;
    display: block;
    float: left;
    font-family: 'oswald';
    text-align: center;
    width: 30px;
    height: 30px
}

.profileHeader .statsTwo .jerseyNumber span:before {
    content: '#'
}

.profileHeader .statsTwo .position {
    color: #fff;
    display: block;
    float: left;
    text-transform: uppercase;
    font-family: 'oswald';
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 23px;
    margin-bottom: -8px;
}

.profileHeader>a {
    background: #fa5224;
    border-radius: 0;
    color: #fff;
    padding: 10px;
    font-family: 'oswald';
    text-transform: uppercase;
    position: absolute;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 500ms cubic-bezier(0.5, 0, 0.25, 1.1);
    -moz-transition: all 500ms cubic-bezier(0.5, 0, 0.25, 1.1);
    transition: all 500ms cubic-bezier(0.5, 0, 0.25, 1.1)
}

.profileHeader>a:hover {
    border-radius: 0 0 10px 0;
    text-decoration: none
}

.profileHeader .reports {
    position: absolute;
    right: 15px;
    bottom: -45px
}

.profileHeader .reports a {
    background: #fa5224;
    color: #fff;
    display: block;
    float: left;
    font-family: 'oswald';
    margin-left: 23px;
    padding: 9px 10px 13px;
    position: relative;
    text-transform: uppercase
}

.profileHeader .reports a:before {
    content: '';
    border-style: solid;
    border-width: 0 0 40px 15px;
    border-color: transparent transparent #fa5224 transparent;
    position: absolute;
    bottom: 0px;
    left: -15px
}

.profileHeader .reports a:after {
    content: '';
    border-style: solid;
    border-width: 40px 15px 0 0;
    border-color: #fa5224 transparent transparent transparent;
    position: absolute;
    right: -15px;
    bottom: 0px
}

.edit_mode .profileHeader {
    width: 957px
}