<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body {
background-color:#fff;
}



/* LARGE TEXT ON SLIDER */
div.tp-caption.main-label {
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
}

div.tp-caption.bottom-label,div.tp-caption.top-label {
	text-shadow:1px 1px 1px #000;
	/* font-weight:bold; */
}

div.tp-caption.bottom-label a,div.tp-caption.top-label a {
	text-shadow:none;
	/* border:1px solid #EAEAEA; */
}

div.tp-caption.top-label {
	text-transform:uppercase;
}

.featured-box h4 {
	font-size:1.7em;
	padding-bottom:20px;
}

#home-intro.home-intro{
	border-top:1px solid #FF9B00;
}

#header-logo{
	margin:0;
}

#features h2 {
	margin-bottom:.5em;
	
}

#features h2 a:hover {
	text-decoration:none;
	
}



#category-tabbed-content h2 {
	margin-bottom:.2em;
}


/*iPad in landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	 #header-logo{
	 max-width:125px;
	 }
}

/*iPad in portrait*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	 #header-logo{
	 max-width:200px;
	 }
}</pre></body></html>