<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {	height: 100%; width: 100%;}

body{
background-color:#d22630;
font-family: Arial, Helvetica, sans-serif;  
font-size:12pt;
overflow: hidden;
color:#FFF;
overflow-x: hidden;
margin:0px;
}

.page{
  width: 100%;
   margin:0px auto 0px auto;
   position: relative;
}

.logo-rl {  fill: #ffffff}
.logo-360 { fill: #ffffff}

a.logo:hover .logo-360  {fill: #d22630}
a.logo:focus .logo-360  {fill: #d22630}

a:link {
    color: #FFF;
       text-decoration: none;
}


/* visited link */
a:visited {
    color: #FFF;
   text-decoration: none;
}


.clear{
height:100px;
}

p.smalltext{
font-size:14pt;
margin: 0;
padding:0;
}

p.largetext{
font-size:24pt;
font-weight: bold;
text-transform: uppercase;	
margin: 0;
padding:0;
}

#ie6check {	
		background-repeat: repeat-x;
		background-repeat: repeat-y;
		background-position: left top;
		width: 100%;
		height: 150px;
		background-color: #000000;
		text-align: center;
		z-index: 9999;
		position: fixed;
	}

.footerline{
	height: 1px;
    border-top: 1px solid #cccccc;
    width: 90%;
    margin-top: 20px;
}	

footer{
	    background-color:#333333;
   bottom:0;
   width:100%;
   height:320px; 
    z-index: 9998;
    margin-top:1700px;
    padding-top: 30px;
}

footer .footercontent{
	max-width:980px;
	z-index: 9999;
	font-size:10pt;
	padding-top:0px;
	margin:0 auto;
	padding-left: 20px;
}

/*FOOTER*/
a.white:link  {color: #ffffff;}
a.white:visited {color: #ffffff;}
a.white:hover   {color: #cccccc; border-bottom: 1px solid #cccccc; text-decoration: none;}
a.white:focus   {color: #cccccc; border-bottom: 1px solid #cccccc; text-decoration: none; outline:0;}
a.white:active  {color: #ffffff;}

#footarea2 {width: 930px;
    height: 340px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;    
}

.footerarea{
  width: 32.7%; 
  float: left; 
  height: 225px;
  padding-bottom: 20px;
}

#footifgl{
	width: 98%;
}

#footerifgl{
	width:97%;
}

#footarea p{
  color: #ffffff;
  margin-top: 10px;
}

.line{
  height: 1px;
    border-top: 1px solid #cccccc;
    width: 90%;
    margin-top: 20px;
}
.svg-social{
  width: 18px; 
  height: 18px;
  fill:#ffffff;
}
.social-icon{
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 20px; 
    margin-top: 3px;   
    border-radius: 3px;     
}

a.socialhover:hover &gt; .social-icon .linkedin, a.socialhover:focus &gt; .social-icon .linkedin{
  fill: #0077B5;
}

a.socialhover:hover &gt; .social-icon .facebook, a.socialhover:focus &gt; .social-icon .facebook{
  fill: #4267b2;  
}

a.socialhover:hover &gt; .social-icon .twitter, a.socialhover:focus &gt; .social-icon .twitter{
  fill: #1da1f2;
}

a.socialhover:hover &gt; .social-icon .instagram, a.socialhover:focus &gt; .social-icon .instagram{
  fill: #a431c1;
}

a.socialhover:hover &gt; .social-icon .youtube, a.socialhover:focus &gt; .social-icon .youtube{
  fill: #ff0000;
}

a.socialhover:hover &gt; .social-icon .pintrest, a.socialhover:focus &gt; .social-icon .pintrest{
  fill: #bd081c;
}

a.socialhover:hover &gt; .whitehov, a.socialhover:focus &gt; .whitehov{
  background-color: #ffffff;
}

a.socialhover:focus &gt; p .social-text{
  color: #cccccc; border-bottom: 1px solid #cccccc; text-decoration: none;  
}

.social-text:hover{
  color: #cccccc; border-bottom: 1px solid #cccccc; text-decoration: none;
}

.svg-uparrow{
	fill: #ffffff;
}

.svg-uparrow:hover, .svg-uparrow:focus{
   fill:#cccccc;
   border-bottom: 2px solid #cccccc;  
   outline: 0;
}</pre></body></html>