<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Slider bullets nav (this will override Rev Slider nav styles in "#header-container" )*/
#header-container .tp-bullets {
  	left: auto !important;
    right: 30px !important;
    top: 30px !important;
    bottom: auto !important;
}
#header-container .tp-bullets.uxb-long-bullets {
	text-align: right;
	width: 90px;
}
#header-container .tp-bullets .bullet {
	background: #fff;
	border: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	display: block;
    float: none;
	margin: 8px 0;
	opacity: .5;
	height: 15px;
	width: 15px;
	transition: opacity .12s ease-in-out;
   -moz-transition: opacity .12s ease-in-out;
   -webkit-transition: opacity .12s ease-in-out;
   -o-transition: opacity .12s ease-in-out;
}
#header-container .tp-bullets.uxb-long-bullets .bullet {
	display: inline-block;
	margin: 2px 0 2px 7px;
}
#header-container .tp-bullets .bullet:hover {
	opacity: .7;
}
#header-container .tp-bullets .bullet.selected {
	cursor: default;
	opacity: 1;
}
#header-container .tp-bullets .bullet:first-child {
	margin-top: 0;
}
#header-container .tp-bullets .bullet:last-child {
	margin-bottom: 0;
}
/* Slider arrows nav */
#header-container .tparrows {
	background: rgb(255,255,255);
    background: rgba(255,255,255,.5);
    color: #666;
    font-family: "Ionicons";
    font-size: 24px;
    text-align: center;
	transition: background .12s ease-in-out;
   -moz-transition: background .12s ease-in-out;
   -webkit-transition: background .12s ease-in-out;
   -o-transition: background .12s ease-in-out;
}
#header-container .tparrows:hover {
	background: rgba(255,255,255,.8);
	color: #222;
}
#header-container .tparrows.tp-leftarrow {
    left: 60px;
}
#header-container #header-slider.no-tagline .tparrows.tp-leftarrow {
	left: 20px !important;
}
#header-container .tparrows.tp-leftarrow:before {
	content: "\f153";
	margin-right: 3px;
	vertical-align: middle;
}
#header-container .tparrows.tp-rightarrow:before {
	content: "\f154";
	vertical-align: middle;
}
#header-slider-container.hide-arrows-nav .tparrows {
	display: none !important;
}

#header-slider .tp-loader {
	background: none;
	display: none;
}

@media only screen and (max-width: 1024px) {
	
	#root-container .tp-bullets {
	    right: auto !important;
	    top: auto !important;
		bottom: 5px;
		width: 100%;
		text-align: center;
	}
	
	#root-container .tp-bullets .bullet {
		display: inline-block;
		margin: 8px 3px;
		height: 12px;
		width: 12px;
	}
	
	#root-container .tparrows.tp-leftarrow {
	    left: 20px !important;
	}
	
}


@media only screen and (max-width: 479px) {
	
	#header-slider .tparrows {
	    display: none;
	}
	
	#header-slider .tp-bullets {
	    display: none;
	}

}</pre></body></html>