<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.event-content{
	background:#464646;
	padding:20px;
	height:381px;
}

.event-content p{
	color:white !important;
	margin-bottom:0px !important
}

.event-details-1 {
	margin:0;
	background:black;
	padding:12px;
		
}
.event-details-1 a{
	color:white	;
	font-size:14px;
}
.attend-button{
	border:1px solid #ff5e23;
	color:#ff5e23 !important;
	padding:8px;
}

.background{
	background:url(../images/default/background.jpg);
	height:auto;
	
}

.news-content h5{
	font-size:14px;
	margin:0;
	line-height:14px;
}

.image-wrapper{
	margin-right:10px !important;	
	margin-bottom:10px !important;	
}
.news-wrap .news-content-activities a {
    color: #fff;
	font-size:14px;
	line-height:14px;
	
}
.news-content-activities h5{
	margin-bottom:5px
}
.news-wrap .news-content-activities {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    bottom: 0;
    color: #fff;
    padding: 15px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
.news-content-activities{
	margin-right:10px !important;	
	margin-bottom:10px !important;	
}

.gallery-single-detail h4{
	margin-top:35px	
}

.align{
	text-align:right	
}

@media only screen and (max-width: 767px){
	.align{
        text-align:center	
    }
    .align-center{
        text-align:center	
    }
}


label{
 color: black !important;	
}

.search-function{
	
	padding:0px;	
}

.form-search{
	width:45%;
	float:left	;
	margin-right:5%
}

.apply{
	width:30%;
	margin-right:15px;
	display:inline-flex
}

.clear{
	clear:both	
}

.form-padding{
	padding:5px;	
}


.two{
	float:left	
}
.two .button-wrap {
  width: 200px;
  margin: 5px;
  cursor: pointer;
  float:left
}
.two .button-bg {
  width: 100%;
  height: 100%;
  background-color: #dd2222;
  border-radius: 0px;

  color:#fff;
  transition:all 0.2s ease;
}
.two .button-active .button-bg {
  background-color: #22dd22;
}
.two .button-switch {
  position:relative;
  left:0px;
  width: 100px;
  height: 44px;
  background:#ddd;
  border-radius: 0px;
  transition:all 0.2s ease;
}
.two .button-active .button-switch { left:100px; }
.two .button-in, 
.two .button-out {
  position:absolute; 
  transition:all 0.2s ease;
  padding-top:15px;
  font-size:10px;
  text-transform:uppercase;
  font-weight:bold;
  z-index:1
}


.two .button-in { margin-left:122px; }
.two .button-out { margin-left:27px; color:#000; }
.two .button-active .button-out { color:#fff; }
.two .button-active .button-in { color:#000; }
.two .button-active .button-bg { background-color:#22dd22; }

.icon{
	padding:15px;
	float:left;	
	font-size:15px;
}

.icon i{
	font-size:14px;
	
	color:#dd2222
}

td, th{
	font-size:13px;	
}

.listing-content{
	width:50%;
	float:left;
		
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.mobile-show{
	display:none	
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.d-block {
    display: block !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px){
.justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
@media (max-width: 767.98px){
	
	.join-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: 5%;
}
	.join-container p {
    font-family: 'Helvetica';
    font-weight: normal;
    color: #fff;
    font-size: 12pt;
}
	.join-container h2 {
    font-family: 'Helvetica';
    font-weight: bold;
    color: #ea5a22;
    margin-top: 10%;
    margin-bottom: 0%;
    font-size: 23pt;
    animation: glow 1s ease-in-out infinite alternate;
    text-align: center;
}
	.mobile-show{
	display:block	
}
.desktop-show{
	display:none !important	
}
	.benefit-container ul li {
    color: #00556e;
    font-family: 'Helvetica';
    font-size: 13pt !important;
    line-height: 15pt !important;
}
	.benefit-container {
    margin-top: 10%;
    margin-bottom: 10%;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}
.benefit-container h2 {
    font-family: 'Helvetica';
    font-weight: bold;
    color: #ea5a22;
    margin-bottom: 1%;
    font-size: 23pt !important;
}
}</pre></body></html>