<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -----------------------  Reset -----------------------------  */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } 
a,a:hover{text-decoration:none;}
sup { font-size: 50%; }

/* ---------- General Styles ---------- */
body {font-family: "Open Sans", Calibri, sans-serif;font-size: 16px;line-height: 13px;}
.cl { clear: left; }

/*----------------- Pricing Table Container ------------ */
div#pageContainer {width: 1200px;margin: 25px auto;background:#ffffff;border:1px solid #ddd;}

/* ----------------- Header -------------- */
#header-wrapper{width:100%;background:#1B1E1F;height:100px;}
#header{width:1200px;background:#1B1E1F;height:100px;}
#header img{margin-top:20px;margin-bottom:20px;text-align:center;}

/*---------------  Header Background -------------- */
#heading-background{background:#D74440;height:50px;width:100%;margin-bottom:20px;padding-top:15px;padding-bottom:15px;font-family:"PT Sans",Calibri;color:#ffffff;font-weight:400;font-size:44px;line-height:44px;text-align:center;}


/*----------------- Services ---------------  */
#services{width:1200px;text-align:center;}
#services img{width:200px;height:150px;border:2px solid #ddd;border-radius:15px;}
#services-box{width:100%;height:160px;padding-top:50px;padding-bottom:50px;}
#services-left{width:550px;height:160px;float:left;margin-left:70px;;}
#services-right{width:500px;height:160px;float:left;}
#services h2{font-family:"Raleway",sans-serif;color:#D74440;font-weight:400;font-size:30px;padding-bottom:25px;padding-top:15px;}
#services p{ font-family:"Open Sans",Calibri;font-size:17px;color:#222222;line-height:28px;text-align:center;}

/*---------------- Fade -----------------------*/
.fade{opacity: 1;transition: opacity .25s ease-in-out;-moz-transition: opacity .25s ease-in-out;-webkit-transition: opacity .25s ease-in-out;}
.fade:hover{opacity: 0.5;}

/* ----------------  Footer --------------------- */
#footer-wrapper{width:100%;background:#1B1E1F;height:60px;text-align:center;}
#footer{width:1200px;background:#1B1E1F;height:60px;}
#footer p{font-family:"Open Sans",sans-serif;color:#B2B2B2;font-size:14px;text-align:center;line-height:18px;margin-top:20px;padding-top:20px;}
#footer a{color:#f9f9f9;}
#footer a:hover{text-decoration:underline;}


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