<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**************************************************************************
 * THAPOS PROPRIETARY/CONFIDENTIAL
 * Copyright (c) 2014, Thapos Incorporated. All rights reserved.
 * 
 * NOTICE:  All information contained herein is, and remains the property
 * of Thapos Incorporated, and is protected by trade secret or copyright
 * law. Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained from
 * Thapos Incorporated.
 **************************************************************************/
/* table header background in every org list page  */
.css3gradient11{
	 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#d2eb93, endColorstr=#ffffff);
	 background-image:-moz-linear-gradient(left, #d2eb93 0%, #ffffff 100%);
	 background-image:-webkit-linear-gradient(left, #d2eb93 0%, #ffffff 100%);
	 background-image:-ms-linear-gradient(left, #d2eb93 0%, #ffffff 100%);
	 background-image:linear-gradient(left, #d2eb93 0%, #ffffff 100%);
	 background-image:-o-linear-gradient(left, #d2eb93 0%, #ffffff 100%);
	 background-image:-webkit-gradient(linear, left bottom, right bottom, color-stop(0%,#d2eb93), color-stop(100%,#ffffff));
 }
 /* table header background in every org list page  */
 .css3gradient12{	 
	 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#99d1ff, endColorstr=#ffffff);
	 background-image:-moz-linear-gradient(left, #99d1ff 0%, #ffffff 100%);
	 background-image:-webkit-linear-gradient(left, #99d1ff 0%, #ffffff 100%);
	 background-image:-ms-linear-gradient(left, #99d1ff 0%, #ffffff 100%);
	 background-image:linear-gradient(left, #99d1ff 0%, #ffffff 100%);
	 background-image:-o-linear-gradient(left, #99d1ff 0%, #ffffff 100%);
	 background-image:-webkit-gradient(linear, left bottom, right bottom, color-stop(0%,#99d1ff), color-stop(100%,#ffffff));
 }
 .list-table-header{
 	padding: 4px 0px 4px 4px; 
 	border-radius:50px !important;
 	color:black !important; 
 	white-space: nowrap!important;
 }
 .list-table.dataTable tr.even	{ background:#eff1f5; }
 .padding-no-sort				{ padding-left:16px !important;	}
 .list-table 					{ background: #e6e9ef !important; box-shadow: 0px 10px 25px 3px #a5a5a5; }
  
/* only mobile menu */
#open-menu{
	left: 13px !important;
	top: 7px !important;			
}

/* icons styles*/
.website-actions-hover-icon {
    border-radius: 100px;
    height: 21px;
    padding-top: 2px;
    width: 24px;
    text-align: center;
}
/* operations engine icon css */
.org-operations{
	position: relative;
    background: #ffff;
    height: 24px;
    padding: 0px 1px;
    top: 0px;
}
.org-operations ul li{
    display: inline-block;
    position: relative;
    list-style-type:none;
}
.org-operations ul .operation-engine-icon a{
    display: block;
    padding: 8px 15px;
    color:#787878 !important;
}
.org-operations ul .operation-engine-icon ul.dropdown{
    display: none;
    position: absolute;
    z-index: 999;
    left: auto !important;
    top:0px !important;
   	right:20px !important;
    background: #ffffff;
    width: 90px !important;
	text-align: left;
	border: 1px solid #BEBEBE;
 	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
 	padding: 0px !important;
}
.org-operations ul .operation-engine-icon:hover ul.dropdown{
    display: block;
}
.org-operations ul .operation-engine-icon ul.dropdown li{
    display: block;
}
.org-operations ul .operation-engine-icon ul li:nth-child(odd) {
	background: rgb(248, 248, 248) !important;
	border-bottom:1px solid #ddd;
}
.org-operations ul .operation-engine-icon ul li:nth-child(even) {
	background: rgb(255, 255, 255) !important;
	border-bottom:1px solid #ddd;
}

/* Actions icon css in every list page */
.operation-engine-icon .actionsEllipsis{ 
	background: url('https://d351kgpk2ntpv6.cloudfront.net/static/img/icons/general/blue-vertical-dots.png');
	cursor:pointer;
	height:20px;
	width:20px; 
}
.operation-engine-icon:hover .actionsEllipsis{ 
	background: url('https://d351kgpk2ntpv6.cloudfront.net/static/img/icons/general/green-vertical-dots.png');
	cursor:pointer;
	height:20px;
	width:20px; 
}
.update-content-style{
	border: 1px dashed #cccccc;
   	line-height:normal !important;
}
.icons-style{
	display: flex;
    align-items: center;
    justify-content: space-around;
}
.disp-flex-justify{
	word-break: break-word;
	display:flex;
	justify-content: space-between;
	gap:10px;		
}
.disp-flex-items{
	display:flex;
	align-items:center;
	padding-left: 10px;
}
.more-option{
	margin: 0px !important;
    padding: 0px !important;
    position: relative;
    top: 2px;
    font-style: normal !important;
}
.quick-link-add-btn:hover {
    box-shadow: 0px 0px 3px 0px #99c624;
}
.widget-body-padding{
	padding-left: 10px;	
 	padding-right: 10px;
	padding-bottom: 10px;
}
.word-break-all{
	word-break:break-all;
}
.word-break{
	word-break:break-word;
}
.widget-img-auto-adjust img{
	object-fit:contain;
	height:auto;
}


/* new template css  */

.disp-flex{
	display: flex;
    justify-content: center;
}
.disp-inline-flex{
	display:inline-flex;
	justify-content: center;
}
.align-items{
	align-items:center;
}
.disp-grid{
	display: grid;
	gap:4px;
    align-content: center;
}
.main-container::-webkit-scrollbar, .left-items::-webkit-scrollbar, .sponsor-scroll-bar::-webkit-scrollbar{
	width: 0px;
	display:none;
}
.board-member-scroll::-webkit-scrollbar{
	width: 0px;
	display:none;
}

.main-container,.board-member-scroll,.sponsor-scroll-bar{
	scrollbar-width:none;
}
.main-container::-webkit-scrollbar, .board-member-scroll::-webkit-scrollbar {
 	width: 0px; 
 	display:none;
 }
	    
.gap10{
	gap:10px;
}

.left-items &gt; div:first-child .arrow{
	top: 33% !important;
}
.min-margin-arrow-right{
	margin-right:13px;
}
.line-height20{
	line-height:20px;
}
.timer-width{
	min-width:30px;
	padding: 10px 5px;
}
.pastGamesScoreStun{
	font-size: 30px !important;
    line-height: normal;
    padding: 10px 15px !important;
}
.colon-style{
	display: flex;
    font-size: 20px;
    position:relative;
    top:10px;
}
.font-size20{
	font-size:20px;
}
.font-size30{
	font-size:30px;
}
.text-style{
	
}
.align-items-center{
	align-items:center;
}
.next-game-background &gt; div:first-child{
	height:100%;
	display: grid;
    align-content: space-between;
    justify-items: end;
}
.body-banner:before{
	content:'';
	background: black;
    display: block;
    width: 100%;
    position:absolute;
    top:0px;
    height: 100%;
    background-size: 100% 100%;
}
.widget-width{
	width:100%;
}
.font-size15{
	font-size:15px;
}

.font-size50{
	font-size:50px;
}
.font-size45{
	font-size:45px;
}
.height100{
	height:100%;
}
.anounce{
	border-bottom: 50px solid #555;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
}

.flash-news{
	width: 50px;
	display:block;
	border-style: solid;
    border-color: transparent transparent black;
    border-width: 0px 20px 60px 0px;
    transform: rotate(97deg);
    
}
.banner-image{
	display: inline-block;
    position: relative;
}

.banner-image::before{
	content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;
	background-image: url(https://s3.amazonaws.com/thapos-dev.member/org/3232/gallery/3232/104-blog-1-masonry-img-6.jpg);
	background-repeat: no-repeat;z-index: -1;background-size: 100% 100%;
}
.flash-news-hover{
	position:relative;
}
.flash-news-hover:hover .flash-news{
	/* box-shadow: -5px 5px #888888; */
}
.next-game-image{
	transform: rotate(25deg);
}
.next-game-image:hover{
	transform: rotate(25deg) scale(1.1);
}
.line-height23{
	line-height:23px;
}

.image.image-gallery{
	width:100px;
	object-fit:cover;
	border-radius:15px;
}
.image.image-gallery:hover{
	width:300px;
}
#main{
	padding:0px !important;
}
	.animated-text {
	  font-size: 16px;
	  overflow: hidden;
	}
	.animated-text *{
		opacity:0;
	}
    .letter {
      display: inline-block;
      opacity: 0;
      transform: translateY(100%);
      animation: fadeInUp 0.5s forwards;
    }
    @keyframes fadeInUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    
    .letter-left {
      display: inline-block;
      opacity: 0;
      transform: rotateX(190deg) rotateY(33deg) translate(-40%);
      animation: fadeInLeft 3s forwards;
    }

    @keyframes fadeInLeft {
      to {
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) translate(0%);
      }
    }
    .wifi{
    	transform:rotateZ(100deg);
    	right: 0px;
    	top: 19px;
    	font-size:12px;
    	display:none;
    }
    .flash-news-hover:hover .bullhorn{
    	color: #ffee10 !important;
    }
    .flash-news-hover:hover .wifi{
    	display:block !important;
    	color: #ffee10 !important;
    }
    
.zoom-out {
  opacity: 0;
  transform: scale(0);
  animation: zooomOut 1.5s forwards;
}
@keyframes zooomOut{
	5%{
		opacity:1;
	}
	100%{
		opacity:1;
		transform: scale(1);
	}
}

    .animate-bottom-to-top{
    	opacity:0;
    	transform:translateY(100%);
    	animation: bottomToTop 1.5s forwards;
    }
    @keyframes bottomToTop{
    	10%{
    		opacity:0;
    	}
    	100%{
    		opacity:1;
    		transform:translateY(0%);
    	}
    }
    
     .animate-top-to-bottom{
    	opacity:0;
    	transform: translateY(-100%);
    	animation: topToBottom 1.5s forwards;
    }
    @keyframes topToBottom{
    	10%{
    		opacity:0;
    	}
    	100%{
    		opacity:1;
    		transform: translateY(0px);
    	}
    }
    .right-to-left{
    	opacity:0;
    	transform:translateX(100%);
    	animation: rightToLeft 1.5s forwards;
    }
    @keyframes rightToLeft{
    	10%{
    		opacity:0;
    	}
    	100%{
    		opacity:1;
    		transform:translateX(0%);
    	}
    }
    .left-to-right{
    	opacity:0;
    	transform:translateX(-100%);
    	animation: rightToLeft 1.5s forwards;
    }
    @keyframes leftToRight{
    	10%{
    		opacity:0;
    	}
    	100%{
    		opacity:1;
    		transform:translateX(0%);
    	}
    }
    .animation-delay1{
    	animation-delay: 0.5s;
    }
    .animation-delay2{
    	animation-delay: 1s;
    }
    .animation-delay3{
    	animation-delay: 1.5s;
    }
    .animation-delay4{
    	animation-delay: 2s;
    }
    .footer-link{
    	width:fit-content;
    }
    .bottom-border-style{
    	display:flex;
    }
    .footer-link:hover .border-bottom-left{
    	width:100%;
    }
    .footer-link:hover .border-bottom-right{
    	width:100%;
    	left:0%;
    }
    .quick-link-hover{
    	background:black;
    	width:0%;
    	
    }
    .quick-link:hover .quick-link-hover{
    	width:100%;
    }
    .view-details{
    	position: relative;
	    text-decoration: none;
	    display: none;
	    overflow: hidden;
	    padding: 10px 8px !important;
	    background: transparent;
	    border: 2px solid #f5fbfb;
	    color:#fff;
    }
    .quick-link:hover .view-details{
    	display:inline-block;
    }
    .view-details:after{
    	background: #ffff !important;
	    content: "";
	    height: 155px;
	    left: -75px;
	    opacity: 0.7;
	    top: -50px;
	    width: 50px;
	    z-index: 5;
	    position: absolute;
	    -webkit-transform: rotate(35deg);
	    transform: rotate(35deg);
	    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    }
    .view-details:hover{
    	 color:#ffff;
    }
    .view-details:hover:after{
    	left: 120%;
	    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    }
    .bar-one, .bar-two, .bar-three{
    	width:30px;
    	height:5px;
    	display:block;
    	position:absolute;
    	background:#ffff;
    	z-index:-1;
    	-webkit-transition: .25s ease-in-out;
		  -moz-transition: .25s ease-in-out;
		  -o-transition: .25s ease-in-out;
		  transition: .25s ease-in-out;
    }
    .new-menu-home{
    	z-index:2;
	    width: 30px;
	    height: 26px;
	    display: inline-block;
    }
    .bar-one{
    	top:0px;
    }
    .bar-two{
    	top:10px;
    }
    .bar-three{
    	top:20px;
    }
    .new-menu-home.open .bar-one{
    	transform:rotate(50deg) translateY(50%) translateX(15%);
    }
    .new-menu-home.open .bar-two{
    	display:none;
    }
    .new-menu-home.open .bar-three{
    	transform:rotate(-50deg) translateY(-50%) translateX(13%);
    }
    
.wrapper{
    width:45px;
    height:35px;
    position: relative;
    z-index:2;
}
.wrapper-cross{
    width:45px;
    height:35px;
    position: relative;
    z-index:2;
}
.stunning-hamburger-menu{
    width:35px;
    height:30px;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    padding: 0px;
    background-color:transparent;
    border-style:none;
    outline: none;
    cursor: pointer;
    z-index:2;
}

.stunning-hamburger-menu span:nth-child(1){
    top:0px;
    left:0px;
}
.stunning-hamburger-menu span:nth-child(2){
    top:10px;
    right:0px;
    animation:showMiddleBar .5s ease;
    opacity:1;
}
.stunning-hamburger-menu span:nth-child(3){
    top:20px;
    left:0px;
}
.wrapper.open .stunning-hamburger-menu span:nth-child(2){
	animation:hideMiddleBar .5s ease;
	opacity:0;
}
@keyframes showMiddleBar{
	0%{
		opacity:0;
		transform: translateX(-100%);
	}100%{
		opacity:1;
		transform: translateX(0%);
	}
	
}
@keyframes hideMiddleBar{
	0%{
		opacity:1;
	}100%{
		opacity:0;
		transform: translateX(-100%);
	}
	
}
.wrapper-cross .stunning-hamburger-menu span:nth-child(3){
	transform:rotate(-50deg) translateY(-100%) translateX(10%);
    
}
.wrapper-cross .stunning-hamburger-menu span:nth-child(1){
    transform:rotate(50deg) translateY(200%) translateX(29%);
}
.wrapper-cross .stunning-hamburger-menu span:nth-child(2){
    display:none;
}
.wrapper.open .stunning-hamburger-menu span:nth-child(3){
	transform:rotate(-50deg) translateY(-110%) translateX(11%);
    
}
.wrapper.open .stunning-hamburger-menu span:nth-child(1){
    transform:rotate(50deg) translateY(200%) translateX(25%);
}
 .header-position{
 	z-index:3;
 }
  
  @keyframes animateBgReverse{
  	0%{
  		transform:rotate(0deg);
  	}100%{
  		transform:rotate(360deg);
  	}
  }
  @keyframes animateBg{
  	0%{
  		transform:rotate(0deg);
  	}100%{
  		transform:rotate(360deg);
  	}
  }
  
  body{
	transition: all 0.1s ease-in-out
}
.desc-image-aign-stunning *{
		word-break: break-word !important;
    	width: 100% !important;
}
.desc-image-aign-stunning img{
    	width: 100% !important;
    	object-fit:contain;
}
.font-size21{
	font-size:21px;
}
.font-size18{
	font-size:18px;
}

.slide-animation-left {
  animation: slideAnimationLeft 0.5s linear;
}

.slide-animation-right {
  animation: slideAnimationRight 0.5s linear;
}

@keyframes slideAnimationLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideAnimationRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-110%);
  }
}

.video-show-link:before{
    content:'';
    left:0px;
    right:0px;
    width:100%;
    height: 20px;
    background: rgb(0, 0, 0, 0.6);
    filter: blur(10px);
    position: absolute;
    z-index: -1;
}
.top-bg.video-show-link:before{
    top:0px;
    transform: translateY(-110%);
}
.bottom-bg.video-show-link:before{
    bottom:0px;
    transform: translateY(110%);
}
.top-bg.video-show-link{
    transform:translateY(-100%);
}
.bottom-bg.video-show-link{
    bottom:0px;
    transform:translateY(100%);
}
.video-show-link{
    position:absolute;
    left:0px;
    right:0px;
    height:15px;
    text-align: right;
    padding: 5px 5px 0px 5px;
    transition: transform .2s,filter .1s;
}
.show-video:hover .video-show-link{
    transform:translateY(0%);
}
.show-video:hover .video-show-link:before{
    transform:translateY(0%);
}
.gallery-show-icon{
    position:relative;
    top:0px;
    left:0px;
    right:0px;
    width:15px;
}
.videos-title-align{
    padding:5px;
    box-sizing:border-box;
}
.videos-title-align &gt; a{
    width:calc(100% - 15px);
}
.videos-title-align &gt; .is-iframe-video{
    width:calc(100% - 15px);
}

.close-images,.close-images-stun{
    padding: 20px;
    background: none;
    font-size: 25px;
    color:white;
}

.video-flex{display:flex;justify-content:space-between;padding:5px;box-sizing:border-box;}</pre></body></html>