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

/** HEADER **/
.header-wrapper			{ padding:40px 0px; }



/** LOGO **/
.header-logo			{ display:block; float:left; max-width:500px; font-family:"Times New Roman", Georgia, Serif; text-transform:uppercase; font-size:4em; font-weight:bold; margin:0px 0px 15px 0px; text-align:center; }

.header-logo			{ border-top:3px solid #006600; border-bottom:3px solid #006600; color:#006600; }



/** AFFILIATE LOGO **/
.header-rics					{ display:block; float:left; margin:10px 0px 0px 0px; width:200px; clear:left; }
.header-rics img				{ width:100%; max-width:210px; max-height:60px; }
.header-rics-text				{ display:block; float:left; max-width:500px; clear:left; }
.header-rics-text span 			{ display:block; font-weight:bold; }
.header-rics-text .image 		{ display:block; margin:30px 0px 0px 0px; max-width:140px; }
.header-rics-text .image img	{ max-width:481px; max-height:167px; width:100%; }

.header-rics-text				{ color:#000000; }




/** RESPONSIVE **/
@media screen and (max-width:860px){
	
	.header-logo		{ font-size:3em; }
	
}

@media screen and (max-width:750px){
	
	.header-logo 			{ margin:20px 0px; }
	.header-logo span		{ display:block; }
	
}

@media screen and (max-width:600px){
	
	.header-logo 					{ float:none; clear:both; margin:20px auto; }
	.header-logo span				{ display:inline; }
	.header-rics					{ float:none; clear:both; margin:10px auto; }
	.header-rics-text				{ float:none; width:90%; clear:both; margin:10px auto; text-align:center; }
	.header-rics-text .image 		{ margin:30px auto 0px auto; }
	
}</pre></body></html>