body{
	font-family: "Trebuchet MS",Helvetica,sans-serif !important;
	margin:0px;
	padding:0px;
}

.clearBoth {clear: both;}

H1{
	color: #3B859E;
	font: bold 30px "Asap",Helvetica,sans-serif;
	margin-bottom: 15px;
	padding-bottom: 14px;
	text-transform: uppercase;
}

img {max-width:100%;}

#headerWrapper{
	background-color: #2E3233;
}
/* Logo sizing */
.site-logo {
  display: block;
  max-width: 222px;
  height: auto;
}

#logoWrapper{
	float: left;
	margin-left: 2%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
#logoWrapper a{
	text-decoration:none;
}

.header_prime_wrap {
  background-color: rgba(46, 50, 51, 0.8);
  text-decoration: none;
  padding: 8px 0 7px;
  display: block;
  font-family: Asap, Helvetica, sans-serif;
  font-size: 18px;
}

.header_prime_container {
  text-align: center;
}
.header_prime_wrap span {
  color: #ffffff;
}


#headerContent{
	margin: 0px auto;
	max-width: 1024px;
	position: relative;
}

#account-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#headerContent .ul-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
#account-nav li:first-child {
  margin-left: 0;
  padding-left: 0;
}

#account-nav li {
  float: left;
  width: 90px;
}

#account-nav li:first-child a {
  padding-left: 0;
}

#account-nav li a, #account-nav span {
  color: #FFF;
}

#account-nav a, #account-nav span {
  display: block;
  color: #bbbcb8;
  font-size: 12px;
  line-height: 100%;
  padding: 0;
    padding-left: 0px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
#account-nav .account-contact-us .topnav_icon {
  background: url(/images/icons/chat_sts_sprite.png) 0 -50px;
    background-position-x: 0px;
    background-repeat: repeat;
  background-repeat: no-repeat;
  background-position-x: center;
  transition-duration: 0s;
}
#account-nav .account-my-account .topnav_icon {
  background: url(/images/icons/user_sts_sprite.png) 0 -50px;
    background-position-x: 0px;
    background-repeat: repeat;
  background-repeat: no-repeat;
  background-position-x: center;
  transition-duration: 0s;
}
#account-nav .account-contact-us .topnav_icon.active_icon{
background: url(/images/icons/chat_sts_sprite.png) 0 0;
background-repeat: no-repeat;background-position-x: center;
}

#account-nav .account-my-account .topnav_icon.active_icon{
background: url(/images/icons/user_sts_sprite.png) 0 0;
background-repeat: no-repeat;background-position-x: center;
}

#account-nav li.active_icon a {
	color:#caf200;
}

#account-nav .topnav_icon {
  width: 100%;
  height: 40px;
  margin-bottom: .5em;
}



#sectionContent{
	margin: 0px auto;
	padding: 1em 0.5em;
	max-width: 1024px;
}

#leftColWrapper{
width:16%;
margin:0px; 
padding:0px;
float:left;
}
#singleColWrapper,#centerColWrapper{
/*width:66%;*/
margin:0px;
padding:0px;
border: solid 1px #2E3233;
border-radius: 4px;
}

#centerColWrapper{
/*width:66%;
width:70%;
float:left;*/
}

#centerColWrapper H1{
margin:0px;
padding:4px 0px 4px 12px;
background-color:#2E3233;
}

#centerColWrapper P{
margin:0px;
padding:0px 4px 0px 4px;
}

#contentWrapper{padding:12px;}

#rightColWrapper{
/*width:16%;*/
width:25%;
margin:0px;
padding:0px;
float:left;
}

.linksCategory{
margin:1em .5em;
padding:1em .5em;
border: solid 1px #2E3233;
border-radius: 4px;
background-color:#FFF;
}


.lcContent{
margin: 0px 12px 0px 0px;
padding: 0px;
border: solid 1px #2E3233;
border-radius: 2px;
}
.rcContent{
margin: 0px 0px 1em 12px;
padding: 0px;
border: solid 1px #2E3233;
border-radius: 2px;
}
.noBreakOut{

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}




/* Give the first section (intro) a bit more breathing room at the top */
section:first-of-type {
  margin-top: 1.5rem;
}


/* Intro – make it stand out slightly */
section.intro {
  border-left: 4px solid #64748b;          /* matches the red accent used on many of your product pages */
}

/* Why Choose STS – make it stand out slightly */
section.choose-us {
  border-left: 4px solid #caf200;          /* matches the red accent used on many of your product pages */
}


/* What's New – make it stand out slightly */
section.whats-new {
  border-left: 4px solid #c00;          /* matches the red accent used on many of your product pages */
}


/* Popular – make it stand out slightly */
section.popular-upgrades {
  border-left: 4px solid #096dee;          /* matches the red accent used on many of your product pages */
}

/* Popular – make it stand out slightly */
section.recap-main {
  border-left: 4px solid #e67e22;          /* matches the red accent used on many of your product pages */
}


/* Base section styling */
section {
  max-width: 900px;
  background: #f8f9fa;
  padding: 1.5rem 1.75rem;
  border-radius: 0 6px 6px 0;
  margin-bottom: 3rem;
}



/* Headings inside sections */
section h2 {
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #1a1a1a;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 0.4rem;
}

/* Lists */
section ul {
  padding-left: 1.4rem;
  margin: 1rem 0 1.25rem;
}

section li {
  margin-bottom: 0.45rem;
  line-height: 1.5;
}

/* Last section (closing / CTA) – reduce bottom margin if needed */
section:last-of-type {
  margin-bottom: 1.5rem;
}


/* Slightly larger text for better readability on trucker devices */
section p {
  font-size: 1.05rem;
  line-height: 1.65;
  color: #333;
}

/* Make links in the Popular Upgrades section a bit stronger */
section a {
  font-weight: 600;
  text-decoration: none;
}

section a:hover {
  text-decoration: underline;
}




@media only screen and (max-width: 767px) {
	/* hide column left */
	#centerColWrapper {width:100%; margin:1em 0px 0px 0px;}
	.site-logo {
		max-width: 160px;   /* adjust this value if you want it even smaller */
	}

	#logoWrapper {
		margin-top: 1em;
		margin-bottom: 1em;
	}
	/* Make base text larger and more readable */
	  body {
		font-size: 17px;
	  }

	  section {
		padding: 0 1rem;
	  }

	  section h2 {
		font-size: 1.45rem;
	  }

	  section p {
		font-size: 1.1rem;
		line-height: 1.6;
	  }

	  /* Improve spacing */
	  section {
		margin-bottom: 2rem;
	  }

	  section.whats-new {
		padding: 1.25rem 1.25rem;
		margin-bottom: 2.25rem;
	  }

	  /* Header adjustments */
	  #account-nav li {
		width: 70px;
	  }

	  #account-nav a,
	  #account-nav span {
		font-size: 11px;
	  }

	  /* Make the main content breathe better */
	  #sectionContent {
		padding: 0.75em 0.5em;
	  }

	  #contentWrapper {
		padding: 10px;
	  }
}