<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.profile-photo {
	width: 100px;
	height: 100px;
	border-radius: 1000px;
	background-color: #666;
	margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
	.profile-photo {
		width: 200px;
		height: 200px;
		margin: 0 20px 0 0;
	}
}
.profile-photo-college-wrap {
	padding: 14px;
	background: white;
	border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	width: 100px;
	height: 100px;
	margin: 0 auto 20px;
}
.profile-photo-college-wrap.-no-image {
	background-color: transparent;
	background-color: #2E285F;
}
.profile-photo-college-wrap  .no-profile-image {

	background-color: #2E285F;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	position: relative;

}
.profile-photo-college-wrap .no-profile-image.-nav i { 
	font-size: 14px;
	top: inherit;
	bottom: 3px;
	left: 3px;
	transform: none;
}
.profile-photo-college-wrap  .no-profile-image i {
	color: white;
	font-size: 4em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-60%);
}

@media only screen and (max-width: 768px){
	.profile-photo-college-wrap  .no-profile-image i { font-size: 2em; }
	.profile-photo-college-wrap.no-padding { padding: 0;}
	.profile-photo-college-wrap .no-profile-image.-nav i { left: 2px; }
}
@media only screen and (min-width: 768px) {
	.profile-photo-college-wrap {
		padding: 24px;
		width: 200px;
		height: 200px;
		margin: 0 20px 0 0;
	}

	.no-padding {
		padding: 0;
	}

}
.profile-photo-college {
	width: 100%;
	height: auto;
	background-color: white;
	margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) {
	.profile-photo-college {
		/*width: 200px;
		height: 200px;*/
		/*margin: 0 20px 0 0;*/
	}
}
 #profile-pg-main-nav .profile-photo-college-wrap {
	padding: 3px;
	width: 24px;
	height: 24px;
	margin: 0 8px 0 0;
}
@media only screen and (min-width: 768px) {
	#profile-pg-main-nav .profile-photo-college-wrap {
		padding: 2px;
		width: 24px;
		height: 24px;
		margin: 0 10px 0 0;
	}
}
#profile-pg-main-nav .profile-photo-college {
	width: 100%;
	height: auto;
	background-color: white;
	/*margin: 0 auto 20px;*/
}

.player_profile .ProfileHeader-hr {
	background: #5e52b7
}

.player_profile .profile-on-pg-nav-active-mobile {
	border-bottom: 4px solid #5e52b7
}
@media only screen and (min-width: 768px) {
	.player_profile .profile-on-pg-nav-active-desktop {
		border-bottom: 4px solid #5e52b7
	}
}

.BkgImage-program {
	background: linear-gradient(to top, rgba(20, 28, 33, 1) 0%, rgba(33, 44, 53, 0.9) 100%), url(/images/program_profile/college-profile-default-bg.jpg);
}
.ProfileHeader-info a {
	font-weight: 400;
}

.player_profile .ProfileMain-content {
	padding-bottom: 0;
}
p:last-child {
	margin-bottom: 0;
}

.player_profile .icon_favorite i:before {
	content: "\f08a"; /* empty heart */
}
.player_profile .icon_favorite.selected i:before {
	content: "\f004"; /* filled heart */
}
</pre></body></html>