<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* HAll Of Fame */
.hero{
	height: 250px;
	text-align: center;
	background-image: url("/images/hall-of-fame/header-background.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #121317;
	background-size: 2560px 250px;
	color: #ccc;
	position: relative; 
}

.light .hero {
	background-image: url(/images/hall-of-fame/light/header-background.webp);
	background-color: #ffffff;
	color: #444;
}

/* Safari */ 
.hero:root:root {
background-image: url("/images/hall-of-fame/header-background.jpg");
}

/* Safari v13+ (2020) */
_::-webkit-full-page-media, _:future, :root .hero {
background-image: url("/images/hall-of-fame/header-background.jpg");
}

/* Safari v10.1+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
.hero {
	background-image: url("/images/hall-of-fame/header-background.jpg");
}
}}

/* Safari v6.1 - 10.0 */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @supports (-webkit-appearance:none) {
.hero {
	background-image: url("/images/hall-of-fame/header-background.jpg");
}
}}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
.hero {
	background-image: url("/images/hall-of-fame/header-background.jpg");
}
}

.hero .content{
	padding: 0 20px;
}

.hero h1{
	font-size: 0;
	line-height: 0;
	margin: 0;
}

.hero .headline{
	display: block;
	width: 100%;
	max-width: 765px;
	margin: 0 auto; 
}

.hero .headline img{
	vertical-align: top;
	width: 100%; 
}

.hero .text-content{
	position: absolute;
	left: 0;
	right: 0;
	top: 110px;
	padding: 0 20px;
}

.hero h2{
	font-style: italic;
	font-weight: 300;
	font-size: 26px !important;
	line-height: 32px !important;
	margin: 0 0 10px 0;
	color: #ccc;
	font-weight: normal !important;
}

.light .hero h2{
	color: #444;
}

.hero p{
	width: 100%;
	max-width: 825px;
	margin: 0 auto;
}

.hof {
	background-image: url("/images/hall-of-fame/page-background.webp");
	background-position: center center;
	background-repeat: repeat-y; 
	background-color: #121317;
}

.light .hof {
	background-image: url("/images/hall-of-fame/light/page-background.webp");
	background-color: #ffffff;
}

/* Safari */
.hof:root:root {
background-image: url("/images/hall-of-fame/page-background.png");
}

/* Safari v13+ (2020) */
_::-webkit-full-page-media, _:future, :root .hof {
background-image: url("/images/hall-of-fame/page-background.png");
}

/* Safari v10.1+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
.hof {
	background-image: url("/images/hall-of-fame/page-background.png");
}
}}

/* Safari v6.1 - 10.0 */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @supports (-webkit-appearance:none) {
.hof {
	background-image: url("/images/hall-of-fame/page-background.png");
}
}}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
.hof {
	background-image: url("/images/hall-of-fame/page-background.png");
}
}


.bg-wrap{
background-image: url("/images/hall-of-fame/glow.webp");
background-position: center center;
background-repeat: repeat-y;
animation: animation 25s linear infinite;
}

/* Safari */
.bg-wrap:root:root {
background-image: url("/images/hall-of-fame/glow.png");
}

/* Safari v13+ (2020) */
_::-webkit-full-page-media, _:future, :root .bg-wrap {
background-image: url("/images/hall-of-fame/glow.png");
}

/* Safari v10.1+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
.bg-wrap {
	background-image: url("/images/hall-of-fame/glow.png");
}
}}

/* Safari v6.1 - 10.0 */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @supports (-webkit-appearance:none) {
.bg-wrap {
	background-image: url("/images/hall-of-fame/glow.png");
}
}}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
.bg-wrap {
	background-image: url("/images/hall-of-fame/glow.png");
}
}

@keyframes animation {
100%{
	background-position: center bottom 100px;
}
}  

.hof .page-wrap{
	width: 100%;
	max-width: 1430px;
	margin: 0 auto;
}

.hof .section-name-wrap{
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;  
}

.hof .section-name-wrap span{
width: 100%;
max-width: 73px;  
}


.hof .section-name-wrap span img{
width: 100%;
vertical-align: top; 
}

.hof .section-name-wrap h4{
	font-family: parkside !important;
	font-weight: 700;
	line-height: 1.5;
	font-style: normal;
	font-size: calc(55px - .1vw);
	color: #ffda70;
	margin: 40px 15px;
}

.light .hof .section-name-wrap h4 {
	text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.8);
}

.hof .model-container{
	overflow: inherit;
}

.hof .model-container .photo{
	width: 100%;
	max-width: 300px;
	box-sizing: border-box; 
	margin: 0 auto;
	position: relative;
}

.hof .model-container .border-gradient{
	border-top: 2px solid;
	border-left: 2px solid;
	border-right: 2px solid;
	border-image: linear-gradient(45deg, #f1e294, #ae7028) 2;
}


.hof .model-container .photo a{
	width: 100%;
	display: block;
	text-decoration: none;
}

.hof .model-container .photo img{
	width: 100%;
	vertical-align: top;
}

.hof .model-container .holder{
	background-image: url("/images/hall-of-fame/holder.webp");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	max-width: 346px;
	min-height: 112px;
	margin: 0 auto;
	box-sizing: border-box;
}

/* Safari */
.hof .model-container .holder:root:root {
background-image: url("/images/hall-of-fame/holder.png");
}

/* Safari v13+ (2020) */
_::-webkit-full-page-media, _:future, :root .hof .model-container .holder {
background-image: url("/images/hall-of-fame/holder.png");
}

/* Safari v10.1+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
.hof .model-container .holder {
	background-image: url("/images/hall-of-fame/holder.png");
}
}}

/* Safari v6.1 - 10.0 */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @supports (-webkit-appearance:none) {
.hof .model-container .holder {
	background-image: url("/images/hall-of-fame/holder.png");
}
}}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
.hof .model-container .holder {
	background-image: url("/images/hall-of-fame/holder.png");
}
}


.hof .model-container .category{
	padding: 12px 0;
	font-size: 13px;
	color: #fff;
}


.hof .model-container .name{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	display: flex;
	width: 80%;
	margin: 0 auto;
	height: 50px;
	justify-content: center;
	align-items: center;
}

.hof .model-container .name a{
	color: #000000 !important;
	text-decoration: none;
}

.hof .model-container .bottom-box{
	box-sizing: border-box;
}

.hof .model-container .quantity{
	font-size: 18px;
	line-height: 26px;
	color: #fff2cd;
}

.light .hof .model-container .quantity {
	color: #444;
}

.hof .model-container .date{
	font-size: 13px;
	line-height: 19px;
	color: #aa8c51;
	font-weight: 600;
}

.hof .model-container .model-menu {
	top: 0;
	right: 0;
}

.hof .model-container .model-menu-gear{
	display: block !important;
	opacity: 0;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 20px;
	height: 25px;
	background-color: transparent;
	font-size: 18px;
	text-align: center;
	color: #fff;
	transition: all 0.3s;
	box-shadow: none;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.hof .model-container .photo:hover .model-menu-gear{
	opacity: 1;
}

.hof .model-container .model-menu-gear i{
	display: inline-block;
	margin-top: 5px;
}


.hof .model-menu:hover ul{
	position: absolute;
	top: -20px;
	right: -25px;
	z-index: 2;
	width: 155px;
	border-radius: 0;
	background-color: #675b52;
	box-shadow: none;
	padding: 25px;
}

.hof .model-menu ul li{
	padding: 0px;
	border-radius: 0;
	display: block;
	margin: 0 0 20px 0;
	transition: 0.3s all;
}

.hof .model-menu ul li:nth-last-child(2){
	margin: 0;
}

.hof .model-menu ul li a{
	color: #fce39f;
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	padding: 0 0 0 24px;    
}

.hof .model-menu ul li:hover a{
	background-color: transparent;
	color: #fff;
}

.model-menu ul li a i{
	margin-right: 13px;
	border-radius: 0;
	background-color: transparent;
	color: #fce39f;
	font-size: 16px;
	transition: all 0.3s;
}

.iconSettings ul li a i{
	display: flex;
	position: absolute;
	top: 3px;
	left: 0px;
	height: 24px;
	width: 24px;
	background: none;
	opacity: 1;
	margin: 0;
	padding: 0;

}


.model-menu ul li:hover a i{
	background-color: transparent;
	color: #FFF;
}

.hof .rounded .model-container{
	width: 90%;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
}

.hof .rounded .model-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%; 
	padding: 4px; 
	background: linear-gradient(45deg, #f1e294, #ae7028); 
	-webkit-mask: 
	linear-gradient(#fff 0 0) content-box, 
	linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out; 
	mask-composite: exclude; 
}

.hof .rounded .model-container:after{
content: "";
display: block;
padding-bottom: 100%;
}

.hof .rounded .model-container a{
	text-decoration: none;
}

.hof .rounded .name{
	margin: 30px 0;
	font-size: calc(16px + .1vw);
	color: #ffda70;
	font-weight: 700;
	text-transform: uppercase;
}

.light .hof .rounded .name a {
	text-decoration: none;
	color: #bc8840;
}

@media only screen and (max-width: 1400px){
.hof .model-container .category{
			padding: 10px 0;
}
}

@media only screen and (max-width: 1320px){
.hof .model-container .name{
			font-size: 14px;
			line-height: 18px;
}
}

@media only screen and (max-width: 1250px){
.hof .model-container .category{
		padding: 8px 0;
		font-size: 11px;
	}
}

@media only screen and (max-width: 1110px){
.hof .model-container .category{
		padding: 6px 0;
	}
}

@media only screen and (max-width: 1024px){
.hof .model-container .model-menu-gear{
		opacity: 1;
		background-color: transparent;
		box-shadow: 0;
	}

.hof .model-container .category{
		padding: 12px 0;
		font-size: 13px;
	} 
	.hof .model-container .name{
		font-size: 18px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.hero {
			background-image: url("/images/hall-of-fame/header-background-mobile.webp");
			background-size: 768px 290px;
			height: 290px;
	}

	.light .hero {
		background-image: url("/images/hall-of-fame/light/header-background-mobile.webp");
	}

	/* Safari */
	.hero:root:root {
		background-image: url("/images/hall-of-fame/header-background-mobile.jpg");
		background-size: 768px 290px;
		height: 290px;
	}

	/* Safari v13+ (2020) */
	_::-webkit-full-page-media, _:future, :root .hero {
		background-image: url("/images/hall-of-fame/header-background-mobile.jpg");
		background-size: 768px 290px;
		height: 290px;
	}
}

/* Safari v10.1+ */
@media not all and (min-resolution:.001dpcm) and only screen and (max-width: 767px)
{ @supports (-webkit-appearance:none) {
.hero {
	background-image: url("/images/hall-of-fame/header-background-mobile.jpg");
	background-size: 768px 290px;
	height: 290px;
}
}}

/* Safari v6.1 - 10.0 */
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) and (max-width: 767px)
{ @supports (-webkit-appearance:none) {
.hero {
	background-image: url("/images/hall-of-fame/header-background-mobile.jpg");
	background-size: 768px 290px;
	height: 290px;
}
}}

@media all and (max-width: 767px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
.hero {
	background-image: url("/images/hall-of-fame/header-background-mobile.jpg");
	background-size: 768px 290px;
	height: 290px;
}
}

@media only screen and (max-width: 600px){
.hero .content{
		padding: 40px 20px 0 20px;
	}

.bg-wrap{
		animation: animation 80s linear infinite;
}

.hero h2 {
	font-size: 20px;
	line-height: 30px;
	}

.hof .section-name-wrap h4{
	font-size: 30px;
	margin: 40px 15px;
	}
	
	.hof .model-container{
		width: 80%;
		margin: 0 auto 40px;
	}
	
}

@media only screen and (max-width: 375px){
.hof .model-container .category{
	padding: 9px 0;
	font-size: 11px;
	}
}</pre></body></html>