/** HOW TO USE THIS FILE****
 * Do a find and replace on #2a2a2a with the dominate color of your website (e.g. #05843e)
 * Place your HEADER, HOMEPAGE, and FOOTER styles at the top of the page between the noted section
 * If the product page needs to have special colors for any reason they can be changed in the PRODUCT PAGE STYLES AND COLORS section
 * Additional Colors can be changed to POLISH a site in the ADDITIONAL COLOR CHANGES FOR ADVANCED WEBSITES section
 * Make your color changes to BACKGROUNDCOLOR and BORDERCOLOR
 * THESE ADDITIONAL STYLES ARE NOTED OUT BY DEFAULT.  DO NOT DELETE THESE STYLES IN CASE WE NEED TO USE THEM LATER
 * As the site requires maintenance, all edits shall be placed under POST DELIEVERY EDITS
 * /


/***********************************************************************************
 * HEADER, HOMEPAGE, FOOTER STYLES
 **********************************************************************************/

.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

#divworkspacearea {
	max-width: 1180px;
	padding: 20px 10px 20px 10px;
	margin: 0 auto;
}

.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
}

.HomePageForm #divworkspacearea {
	max-width: 1220px;
	padding: 0;
}

img {
	border: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	background-color: #FFF;
	font-family: 'Open Sans', Arial, sans-serif;
}

#mobilebar {
	width: 100%;
	background-color: #000;
}

.mobilebarsocial {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	float: left;
}

.mobilebarsocial li {
	list-style: none;
	display: inline;
	margin-right: 3px;
}

.mobilebarsocial li a {
	color: #FFF;
}

.mobilebarsocial li a:hover {
	color: #af0606;
}

.mobilebarnav {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 16px;
	float: right;
}

.mobilebarnav li {
	list-style: none;
	display: inline-block;
	padding-left: 10px;
}

.mobilebarnav li:hover {
    cursor: pointer;
}

.mobilebarnav li a {
	color: #FFF;
    z-index: 2;
    position: relative;
    text-decoration: none;
}

.mobilebarnav li a:hover {
	color: #af0606;
	text-decoration: none;	
}

.mobilebarnav ul li ul{
	visibility: hidden;
	opacity: 0;
	position: absolute;
    top: 10px;
  	right: 0;
      -webkit-transition: opacity .5s, top 1s, visibility .5s;
     -moz-transition: opacity .5s, top 1s, visibility .5s;
      -ms-transition: opacity .5s, top 1s, visibility .5s;
          transition: opacity .5s, top 1s, visibility .5s;
    z-index: -1;
}

.mobilebarnav ul li:hover ul{
    visibility: visible;
    opacity: 1;
    right: 0px;
    top: 35px;
    background: #000000;
    padding-bottom: 25px;
    z-index: 1;   
}

.mobilebarnav ul li ul li {
	width: 121px;
    margin-left: 0;
    display: block;
    position: relative;
    clear: both;
    top: 17px;
    width: 100%;
}

.mobilebarnav ul li ul li a{
    padding: 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;	
}

#topbar {
	width: 100%;
	background-color: #ededed;
}

#subnav {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

#subnav li {
	list-style: none;
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 12px;
	border-left: 1px solid #444444;
	padding-left: 10px;
	padding-right: 5px;
}

#subnav li:first-child {
	border: 0;
}

#subnav li a {
	color: #444444;
	text-decoration: none;
}

#subnav li a:hover {
	text-decoration: underline;
}

#logo {
	margin-top: 19px;
	margin-bottom: 19px;
}

#logo img {
	max-width: 100%;
	height: auto;
}

#phonenumber {
	line-height: 22px;
	margin-top: 34px;
	text-align: center;
}

#phonenumber p {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #606060;
}

#phonenumber a {
	text-decoration: none;
	color: #606060;
}

#searchbox {
	width: 262px;
	height: 24px;
	margin-top: 17px;
	margin-bottom: 5px;
	float: right;
}

#searchboxleft {
	width: 242px;
	height: 24px;
	float: left;
}

#searchboxleft input {
	width: 234px;
	height: 16px;
	line-height: 16px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #e9e9e9;
	padding: 3px;
}

#searchboxright {
	width: 20px;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
	background-color: #444444;
	color: #FFF;
	text-align: center;
	float: left;
}

#searchboxright:hover {
	background-color: #af0606;
}

#accountnav {
	text-align: right;
	clear: both;
}

#accountnav li {
	list-style: none;
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-left: 6px;
}

#accountnav li a {
	text-decoration: none;
	color: #333;
}

#accountnav li a:hover {
	text-decoration: underline;
}

#mainnav {
	height: 43px;
	line-height: 43px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

#mainnav  ul {
    list-style: none;
	padding-left: 45px;
}

#mainnav  ul li {
    display: block;
    position: relative;
	font-family: "Helvetica-Light", Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	z-index: 200;
	float: left;
}

#mainnav  li ul {
    display: none;
}

#mainnav  ul li a {
    display: block;
    text-decoration: none;
	color: #403f3f;
	height: 43px;
	padding-left: 22px;
	padding-right: 22px;
    white-space: nowrap;
}

#mainnav ul li:hover a {
	color: #af0606;
}

#mainnav  li:hover ul {
    display: block;
    position: absolute;
	z-index: 200;
}

#mainnav  li:hover li {
	width: 180px;
    font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	clear: both;
}

#mainnav  li:hover li a { 
	background-color: #FFF;
	color: #828282;
	position: relative;
	text-transform: none;
	height: 30px;
	line-height: 30px;
	left: -45px;
	top: 0px;
	z-index: 200;
}

#mainnav  li:hover li a:hover {
    text-decoration: underline;
}

#mobilenav {
	line-height: 43px;
	line-height: 43px;
	text-align: center;
	background-color: #FFF;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

#mobilenav ul {
    list-style: none;
}

#mobilenav ul li {
    display: block;
    position: relative;
	font-family: "Helvetica Light", Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	z-index: 200;
}

#mobilenav li ul {
    display: none;
}

#mobilenav ul li a {
    display: block;
    text-decoration: none;
	color: #606060;
    white-space: nowrap;
}

#mobilenav ul li:hover a {
	text-decoration: none;
}

#mobilenav li ul {
	width: 100%;
    position: absolute;
	z-index: 200;
}

#mobilenav li > ul li {
	width: 100%;
	clear: both;
}

#mobilenav li > ul li a { 
	background-color: #f2f2f2;
	position: relative;
	border-top: 1px solid #fff;
	height: 35px;
	line-height: 35px;
	color: #606060;
	left: 0;
	top: 0;
	z-index: 200;
}

#mobilenav li:hover li a:hover {
    text-decoration: underline;
	color: #606060;
}

#homemessage {
	background-color: #ededed;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#homemessagecopy {
	font-family: Times New Roman, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFF;
}

#homemessagecopy a {
	color: #af0606;
	text-decoration: none;
}

#homebanner {
	margin-bottom: 5px;
}

#homebanner img {
	max-width: 100%;
	height: auto;
}

#homebannerslides .item img {
    display: block;
    width: 100%;
    height: auto;
}

#homebanner .owl-theme .owl-controls {
	text-align: right !important;
}

#homebanner .owl-theme .owl-controls .owl-page span {
	margin: 2px 4px !important;
	width: 11px !important;
	height: 11px !important;
	background: #2a2a2a !important;
}

.home-title {
	padding-bottom: 30px !important;
}

.hometitle {
	margin-top: 10px !important;
	margin-bottom: 25px !important;
	background: url('images/dashedborder.png') repeat-x 0px 16px;
}

.hometitleheading h1 {
	font-family: Times New Roman, sans-serif;
	font-size: 29px;
	font-weight: normal;
	text-transform: uppercase;
	padding-right: 15px !important;
	background-color: #FFF;
	display: inline-block;
}

.hometitleheading p {
	font-family: Times New Roman, sans-serif;
	font-size: 29px;
	font-weight: normal;
	text-transform: uppercase;
	padding-right: 15px !important;
	background-color: #FFF;
	display: inline-block;
}

.subbanner {
	margin-bottom: 15px !important;
}

.subbanner img {
	width: 100%;
	height: auto;
}

#homevideo {
	margin-right: 20px;
	margin-bottom: 10px;
}

#homevideo{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

#homevideo iframe,
#homevideo object,
#homevideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#homevideo img {
	max-width: 100%;
	height: auto;
}

#homecopy p {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #717171;
	line-height: 22px;
}

#footerbg {
	width: 100%;
	background-color: #ededed;
	margin-top: 75px;
}

#footerbar {
	background-color: #e5e5e5;
	position: relative;
	top: -20px;
}

#newsletterbox {
	height: 26px;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 5px;
}

#newsletterboxleft {
	width: 192px;
	height: 26px;
	padding-right: 5px;
	float: left;
}

#newsletterboxleft input {
	width: 181px;
	height: 18px;
	line-height: 16px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #FFF;
	padding: 3px 3px 3px 6px;
}

#newsletterboxright {
	width: 76px;
	height: 26px;
	cursor: pointer;
	float: left;
}

#footerbarright {
	text-align: right;
}

#footerbarright ul {
	margin-top: 14px;
	margin-right: 5px;
}

#footerbarright li {
	list-style: none;
	display: inline;
	margin-left: 3px;
}

#footerbarright li a {
	color: #2a2a2a;
}

#footerbarright li a:hover {
	color: #af0606;
}

#footerborder {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFF;
	position: relative;
	top: -20px;
}

.footercolumn {
	padding-left: 10px;
}

#footerlogo {
	margin-top: 15px;
	margin-left: 15px;
}

#footerlogo img {
	max-width: 100%;
	height: auto;
}

.footerheader {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2a2a2a;
	padding-bottom: 15px;
	padding-top: 10px;
	display: block;
}

.footercolumn li {
	list-style: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.footercolumn li a {
	color: #646464;
	text-decoration: none;
}

.footercolumn li a:hover {
	text-decoration: underline;
}

.footercolumn p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #646464;
}

.footercolumn a {
	color: #646464;
	text-decoration: none;
}

.footercolumn a:hover {
	text-decoration: underline;
}

#copyright {
	padding-top: 15px;
	padding-bottom: 20px;
	position: relative;
	top: -20px;
}

#copyright p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

#copyright a {
	color: #333;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

#seocopy {
	text-align: right;
	padding-top: 15px;
	padding-bottom: 20px;
	position: relative;
	top: -20px;
}

#seocopy a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

#seocopy a:hover {
	text-decoration: underline;
}

#seocontentbox {
	max-width: 100%;
	border: 1px solid #dedede;
	background-color: #FFF;
	padding: 15px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 15px;
	position: relative;
	top: -20px;
}

#seocontentbox p {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #828282;
}

@media screen and (max-width: 400px) {

#topbar {
	display: none;
}

#logo {
	margin-bottom: 0;
	text-align: center;
	margin-top: 20px;
}

#phonenumber {
	margin-top: 10px;
}

#accountnav {
	margin-bottom: 10px;
}

#searchbox {
	width: 232px;
}

#searchboxleft {
	width: 212px;
}

#searchboxleft input {
	width: 204px;
}

#footerbarright {
	text-align: left;
	padding-top: 30px;
}

#newsletterbox {
	margin-bottom: 0;
}

#footerbarright {
	margin-bottom: 10px;
}

#newsletterboxright {
	float: none;
	padding-top: 5px;
	clear: both;
}

}

@media screen and (min-width: 401px) and (max-width: 767px) {

#topbar {
	display: none;
}

#logo {
	margin-bottom: 0;
	text-align: center;
	margin-top: 20px;
}

#phonenumber {
	margin-top: 10px;
}

#accountnav {
	margin-bottom: 10px;
}

#footerbarright {
	text-align: left;
}

#newsletterbox {
	margin-bottom: 0;
}

#footerbarright {
	margin-bottom: 10px;
}

}

@media screen and (min-width: 768px) and (max-width: 899px) {

#subnav li {
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
}

}

@media screen and (min-width: 900px) and (max-width: 1200px) {

#mainnav  ul {
	padding-left: 0;
}

#mainnav  ul li a {
	padding-left: 12px;
	padding-right: 12px;
	
}

#mainnav ul li {
    font-size: 14px;
}

#mainnav  li:hover li a { 
	left: 0;
}

}

@media print {    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
 

/***********************************************************************************
 * END HEADER, HOMEPAGE, FOOTER STYLES
 **********************************************************************************/

 /* pricing */

 .ProductThumbnailParagraphPrice {
 	font-weight: bold;
 }

 #item-info-pricing .price {
 	font-size: 22px;
    display: inline-block;
    color: initial;
 }

/* cart summary 3-2-21 bw */
#accountnav li {
	display: inline-block;
	vertical-align: middle;
}
#viewCartLink {
	position: relative;
}
#viewCartLink .sub-nav {
	display: none;
}
#viewCartLink:hover .sub-nav {
    display: block;
    position: absolute;
    background: #fff;
    padding: 10px;
    right: 0;
    z-index: 1000;
    font-size: 12px;
    border:1px solid #eee;
    min-width: 100px;
}
.div_viewCart_Right {
	margin:10px 0 0 0;
}
#viewCartLink .sub-nav .heading {
	font-weight: bold;
	margin:0 0 5px 0;
}





/* wells fargo */
.wf-taglines {
	position: relative;
	clear: both;
	margin: 0 0 20px 0;
	font-size: 13px; 
	border: 1px solid #ccc; 
}
.wf-taglines ul {
	padding: 5px;
}
.wf-taglines li {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 8px;
	cursor: pointer;
	line-height:20px;
}
.wf-taglines li:not(:first-of-type) {
	display: none;
}
.wf-taglines button {
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	background-color: #f5f5f5;
	border: 0;
	padding: 7px 10px;
	cursor: pointer;
	color: #000;
}
.wf-taglines button:focus {
	outline: none;
}
.ProtectionPlans {
	margin: 5px 0 10px 0;
	clear: both;
}
.ProtectionPlans p {
	margin-bottom: 10px !important;
}
#financing_offers, #application_popup {
	clear: both;
    background: #fff;
    z-index: 100;
    border: 1px solid #ccc;
    max-width: 80%;
    margin:50px auto;
    position: relative;
    overflow-y: auto;
	height: 90vh;
}
@media screen and (max-width: 896px) {
	.wf-apply {
    	display: block;
    	margin: 0 0 15px 0;
	}
}
/* end wells fargo */

.storerank1{
	color:black;
}
.storerank2{
	color:green;
}
.storerank3{
	color:blue;
}
