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

Instructions:

Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. */


/* 
GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

#quote { margin:0; padding:0;}
#quote .zipentry {font-size:16px; color:#FFFFFF; padding:0px 10px 10px 10px; text-align:center; margin:0 10px 10px 10px;}

#list {padding:0 0 15px 0;}
#list ul { width:600px;  list-style:none; margin:5px 5px 0 20px; padding:0;}
#list ul li { float:left; width:100px;  font:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; padding:5px 0 5px 0;}
#list ul li a { font:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none; padding:2px 0 2px 5px; font-weight:normal;}
#list ul li a:hover { text-decoration:underline; padding:2px 0 2px 5px; font-weight:normal;}
#list ul.none { border-right:none;}

#listcity {padding:0 0 15px 0;}
#listcity ul { width:600px;  listcity-style:none; margin:5px 5px 0 20px; padding:0;}
#listcity ul li { float:left; width:200px;  font:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; padding:5px 0 5px 0;}
#listcity ul li a { font:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; padding:2px 0 2px 5px; font-weight:normal;}
#listcity ul li a:hover { text-decoration:underline; padding:2px 0 2px 5px; font-weight:normal;}
#listcity ul.none { border-right:none;}

#listtopten {padding:0 0 15px 0;}
#listtopten ul { width:600px;  listcity-style:none; margin:5px 5px 0 20px; padding:0;}
#listtopten ul li { float:left; width:300px;  font:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; padding:5px 0 5px 0;}
#listtopten ul li a { font:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; padding:2px 0 2px 5px; font-weight:normal;}
#listtopten ul li a:hover { text-decoration:underline; padding:2px 0 2px 5px; font-weight:normal;}
#listtopten ul.none { border-right:none;}

#state-map {display:block; margin:0 auto; vertical-align:middle; width:204px;}
#carriers {display:block; margin:0 auto; vertical-align:middle; width:260px;}
#statecontent {display:block; margin:0 auto; float:right; width:204px; margin:0 0 15px 15px;}

#calcform {max-width:600px;}
#calcform ul li {margin:0 0 20px 0; line-height:40px;}
#calcform ul label { float:left; width:300px; font-weight:bold;}

input[type=text]  {
  background: #ffffff;  /* old: light grey: #eeeeee */
  border: 1px solid #e1e1e1;
  font-size: 1.3em;
  /* Make inputs the same size as normal text */
}

/*For Sidebar Quote Box*/
.sbquotebox {background-color:#0F263E; padding:15px 0 5px 0;}
.sbqbheader {color:#FFF;}
.sbqbcontent {padding:0 15px 0 15px; color:#FFF;}

/* 
DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */

@media only screen and (min-width: 768px) {
	/* Desktop styles go here */
	#mobileaction { display: none;}
}
@media only screen and (max-width: 767px) {
	/* Mobile styles go here */
	#mobileaction { background-color:#0F263E; margin: 0 auto 10px auto; align-content: center; text-align: center; padding: 10px 0 10px 0; border-radius: 5px;}
	#mobileaction .woo-sc-button { margin: 10px 0 10px 0;}
	#mobileaction .mamessage {margin-top: 10px; color: white; padding: 0 5px 0 5px;}
	#desktopaction { display: none;}
}
@media only screen and (max-width: 375px) {
	/* Mobile styles go here */
	#mobileaction { background-color:#0F263E; margin: 0 auto 10px auto; align-content: center; text-align: center; padding: 10px 0 10px 0;  border-radius: 5px;}
	#mobileaction .woo-sc-button { margin: 10px 0 10px 0;}
	#mobileaction .mamessage {margin-top: 10px; color: white; padding: 0 5px 0 5px;}
	#wrapper .woo-sc-button.large { display: inline-block;
    width: 90%;
    height: auto;
    white-space: normal;
    text-align: center;
    padding: 5px;}
	#desktopaction { display: none;}
}</pre></body></html>