<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
HEX CODES HERE:
TEAL - 3c8898
BROWN - 3c2415
GREEN - 9cb63c
*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ul{list-style:none;margin:0px;padding:0px;}
ol{margin-left:50px;margin-right:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */

/*Fix to remove black border in chrome*/
:focus {outline: none;}



a{text-decoration:none;
color:#3c8898;
}
a:hover{
color:#9cb63c;
}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/


.why-popup {
    background: #FFFFFF;
    padding: 20px 20px;
    text-align: left;
    max-width: 420px;
    margin: 40px auto;
    position: relative;
    border: 1px solid #AAAAAA;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}



/*---start-importing-fonts----*/
@font-face {
    font-family: BrandonText-Regular;	 
    font-weight: normal;
    font-style: normal;
    /*font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;*/
}
/*---//End-importing-fonts----*/

body{
	font-family: BrandonText-Regular;
	/*font-family: 'Open Sans', sans-serif;*/
	background:#FFFFFF;
}
input{
	font-family: BrandonText-Regular;
}
b{
	font-family: BrandonText-Bold;
}

i{
	font-style: italic;
}
#normal
{
    FONT-WEIGHT: normal;
	color:auto;
}
#desktop{
	display:block;
}
#mobile{
	display:none;
}
.desktop{
	display:block;
}
.mobile{
	display:none;
}
#mainlist
{
    
    MARGIN-LEFT: 30px
}
#mainlist LI
{
    LIST-STYLE-TYPE: disc
}
#roman
{
    FONT-SIZE: small;
    MARGIN-LEFT: 20px;
    PADDING-TOP: 10px
}
#roman LI
{
    color:#4E4E4E;
	FONT-WEIGHT: bold;
    PADDING-BOTTOM: 10px;
    LIST-STYLE-TYPE: upper-roman
}
#list
{
    FONT-SIZE: small;
    PADDING-TOP: 10px;
	margin-left:auto;
	margin-right:auto;
}
#list LI
{
    PADDING-BOTTOM: 10px;
    LIST-STYLE-TYPE: disc
}
#list2
{
    MARGIN-TOP: 10px;
    FONT-SIZE: small;
    MARGIN-LEFT: 40px
}
#list2 LI
{
    PADDING-BOTTOM: 10px;
    LIST-STYLE-TYPE: circle
}
#annual LI
{
    color:#4E4E4E;
	FONT-WEIGHT: bold;
    PADDING-BOTTOM: 20px;
    LIST-STYLE-TYPE: none
}
#annual
{
    PADDING-TOP: 10px
}
#breadcrumb_light {
    font-size: 13px;
    position: relative;
    display: inline-block;
    max-width: 1280px;
    width: 95%;
    text-align: left;
    color: #FFFFFF;
    margin-left: -20px;
    top: 15px;
    z-index:500;
}
#breadcrumb_light a {
    color: #FFFFFF;
}
#breadcrumb_dark {
    font-size: 13px;
    position: relative;
    display: inline-block;
    max-width: 1280px;
    width: 95%;
    text-align: left;
    color: #3c2415;
    margin-left: -20px;
    top: 15px;
    z-index:500;
}
#breadcrumb_dark a {
    color: #3c2415;
}
#horizontal-rule {
    position:fixed;
    max-width:1280px;
    width:100%;
    height:1px;
    background-color:#3c8898;
	z-index:999;
}

#horizontal-rule-footer {
    max-width:1280px;
    width:100%;
    height:1px;
    background-color:#3c8898;
    margin-top:50px;
}
.bodylink{
	color:#666;
	text-decoration:underline;
	font-family: BrandonText-Bold;
}
.bodylink:hover{
	color:#0E3C60;
}
.dropdown{
	height:22px;
}
.wrap{
	width:98%;
	margin:0 auto;
	max-width:1280px;
}
.hdr-wrap{

    width:100%;
    margin:0 auto;


}
.page{
	display:none;
}
.pagetitle{ 
	text-align:center;
	font-size:2em;
	color:#3c2415;
	padding-top:20px;
	padding-bottom:20px;
}


/* start Page Image */
#pageimage_wrap {
	font-family: BrandonText-Regular;
    position: relative;
	width: 98%;
	height: 100%;
	display:block;
    max-width:1280px;
    margin-left:auto;
    margin-right:auto;
}
#pageimage_wrap .pageimage {
    display: block;
    position: relative;
    z-index: 0;
    width:100%;
    height: 100%;
}
#pageimage_wrap .pageimage img {
	width:100%;
	
	max-width:1920px;
	max-height:600px;
	
}
#pageimage_wrap .pageimage_content_wrap {
    top:0;
    left:0;
    position: absolute;
    width:100%;
    height: 100%;
}
#pageimage_wrap .pageimage_content { /* Slider Text Content Container Style */
	background:#ebebeb;
	opacity:0.8;
	/*opacity:0.8;*/
	width:100%;
	
	max-width:1920px;
	
	text-align:center;
	margin-left:auto;
	margin-right:auto;

}
#pageimage_wrap .title {  /* Slider Title Style */
	text-transform: capitalize;
	color: #3c2415;
	font-size: 2em;
	padding: 5px 0px 0;
	font-style: normal;
	font-weight: 400;
	border: none;
	font-family: BrandonText-Regular;
	text-align:center;
}
.pageimage_btns {
	max-width:1024px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	
}


/* end Page Image */




/* start Move Top */
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 30px;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/move-top.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 48px;
	height: 48px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline: none;
}
/* end Move Top */


/*----start Table----*/
.tablecopy td{
COLOR: #666;
padding-bottom:.5em;
}

.trheader td{
text-align:left;
background: #3c2415;
border-bottom:solid black 1px;
BORDER-LEFT: medium none;
COLOR: #ffffff;
BORDER-TOP: medium none;
font-family: BrandonText-Bold;
BORDER-RIGHT: medium none;
font-size:12px;
padding-left:5px;
padding-right:5px;
padding-top:2px;
padding-bottom:2px;
}
.trsectionheader td{
text-align:left;
FONT-WEIGHT: 600;
color: #FFFFFF;
background: #3c8898;
font-size:14px;
padding:5px;
}
.trcopy td{
text-align:left;
COLOR: #666;
border-bottom:solid black 1px;
font-size:12px;
padding:5px;
}
.trfooter td{
text-align:right;
COLOR: #ffffff;
font-size:13px;
padding:5px;
background: #48494A;
font-family: BrandonText-Bold;
}
.trsmall td{
text-align:left;
COLOR: #666;
font-size:11px;
padding:5px;
}
/*----end Table----*/

/* start-Header */
.header{
	background: #FFFFFF;
	z-index: 999;
	position: fixed;
	width: 100%;
    height:150px;
	top:0;
	left:0;
}
/* end-Header */

/* start Top Nav */
#mobProfile{
	display:none;
}
.profile {
	width:100%;
	display:block;
	background:#3c2415;
	margin:0 auto;
}
.profile a{
	color:#ffffff;
	text-decoration:none;
}
.profile a:hover{
	text-decoration:underline;
}
.pbalance {
	width:185px;
	text-align: left;
	display:inline-block;
	padding-left:10px;
}
.pbalance a{
	color:#ffffff;
	text-decoration:none;
}
.pbalance a:hover{
	text-decoration:underline;
}
.cartlink {
	width:100%;
	text-align: center;
	position:absolute;
	top:0;
	left:0;
	display:inline-block;

}
.cartlink a{
	color:#ffffff;
	text-decoration:none;
}
.cartlink a:hover{
	text-decoration:underline;
}
.logo{
     float: left;
	margin-top: 0px;
    margin-left:0;
    position:relative;
    z-index:1000;
    margin-bottom:-2.3em;
}
.top-nav{
	float:right;
    margin-top:3.7em;
}
.top-nav ul li{
	display:inline-block;
	padding: 1.5em .75em 0;
}
.top-nav ul {
vertical-align:middle;
}
.top-nav ul li:first-child{
	padding-left: 0;
}
.top-nav ul li:last-child{
	padding-right: 0;
}
.top-nav ul li a{
	color: #3c8898;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
    font-family: BrandonText-Bold;
	display: inline-block;
	font-size: 1em;

}
.top-nav ul li.active a{
	color:#9cb63c;
}
.top-nav ul li a:hover{
	color:#9cb63c;
}
.top-nav ul li.nav-icon a{
	padding: 0em 1em 0em 0.7em;
}
.top-nav ul li a span{
	width: 26px;
	height: 26px;
	display: inline-block;
	background: url(../images/raket-icon.png) no-repeat 0px 0px;
	margin-top: 0.8em;
}
.top-nav ul li a:hover span{
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.7;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
/* end Top Nav */

.programlabel{
	margin-left:-1em;
}

/* start General Buttons */
#h-buttons {
	margin: 1em auto 1em auto;
	padding:0;
	list-style:none;
	text-align:center;
	vertical-align:middle;
}
#h-buttons li {
	display:inline-block;
	margin-bottom:10px;
	vertical-align:middle;
	padding-right:1em;
	padding-left:1em;
}

#h-buttons &gt; li:first-child{
	padding-left:0;
}
#h-buttons &gt; li:last-child{
	padding-right:0;
}
#v-buttons {
	margin: 1em auto 1em auto;
	padding:0;
	list-style:none;
	text-align:center;
	vertical-align:middle;
}
#v-buttons li {
	display:block;
	margin-bottom:10px;
	vertical-align:middle;
	padding-top:.5em;
}

#hp_qc_btn{
    width:250px;
}

.btn ul{
	display:block;
	text-align:center;
}
.btn li{
	display:block;
	width:100%;
	border:none;
}
.btn a{
	color:#FFF;
}
.small-btn{
	display:inline-block;
	color:#FFF;
	border:1px solid transparent;
    padding: 0.4em 0.4em 0.4em 0.4em;
	background:#3c8898;
	text-align:center;
	/*width:100%;*/
	min-width:125px;
	max-width:125px;
	font-family: BrandonText-Bold;
	

}
.small-btn:hover{
	background:#9cb63c;
	color:#ffffff;
	border:1px solid #transparent;
}
.medium-btn{
	display:inline-block;
	color:#FFF;
	border:1px solid transparent;
    padding: 0.4em 0.4em 0.4em 0.4em;
	background:#3c8898;
	text-align:center;
	/*width:100%;*/
	min-width:180px;
	max-width:200px;
	font-family: BrandonText-Bold;
    opacity:1.0;

}
.medium-btn:hover{
	background:#9cb63c;
	color:#ffffff;
	border:1px solid #transparent;
}
.large-btn{
	display:inline-block;
	color:#FFF;
	border:1px solid transparent;
    padding: 0.4em 0.4em 0.4em 0.4em;
	background:#3c8898;
	text-align:center;
	/*width:100%;*/
	min-width:200px;
	max-width:500px;
	vertical-align:middle;
	font-family: BrandonText-Bold;
	
}
	
.large-btn:hover{
	background:#9cb63c;
	color:#ffffff;
	border:1px solid #transparent;
}

.xlarge-btn{
	display:inline-block;
	color:#FFF;
	border:2px solid transparent;
    padding: 0.6em 0.6em 0.6em 0.6em;
	background:#FE6B01;
	text-align:center;
	/*width:100%;
	min-width:200px;*/
	min-width:125px;
	max-width:500px;
	vertical-align:middle;
	font-family: BrandonText-Bold;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
    font-size:1.5em;
    float:left;display:block;margin-left:20px;
}
	
.xlarge-btn:hover{
	background:#fff;
	color:#000;
	border:2px solid #000;
}
.black-btn{
	display:inline-block;
	color:#FFF;
	border:2px solid transparent;
    padding: 0.4em 0.4em 0.4em 0.4em;
	background:#48494A;
	text-align:center;
	/*width:100%;
	min-width:200px;*/
	min-width:125px;
	max-width:300px;
	vertical-align:middle;
	font-family: BrandonText-Bold;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
	
.black-btn:hover{
	background:#fff;
	color:#000;
	border:2px solid #000;
}


.small-editbtn{
	font-size:13px;
	display:inline-block;
	color:#FFF;
	border:2px solid #3c8898;
    padding: 0;
	background:#3c8898;
	text-align:center;
	width:100%;
	min-width:50px;
	max-width:50px;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	/*
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-o-border-radius: 1em;
	*/
	font-family: BrandonText-Bold;

}
.small-editbtn:hover{
	background:#9cb63c;
	color:#ffffff;
	border:2px solid #9cb63c;

}

.disabled-btn{
	background:#D5D5D5;
	color:#FFF;
	border:2px solid transparent;
}

.disabled-btn:hover{
	background:#D5D5D5;
	color:#FFF;
	border:2px solid transparent;
}
.floating-panel{
    width:100%;
    max-width:1280px;
    margin-left:0;
    margin-right:0;
    text-align:center;
    position:absolute; 
    z-index:800;
}
/* end General Buttons */

/*********************************** start Home Page Sections ********************************************/


#homepage_mob a{
    bottom:40px;
}

/* start Manufacturers Section */
.manufacturer-links{
	display:none;
	width:95%;
	background:#ffffff;
    text-align:left;
    margin:30px auto;
}

.manufacturer-grids{
	padding:0 0 1em 0;
	width:100%;
	background:#ffffff;
	max-width:1280px;
	margin:0px auto 0px auto;
}
.manufacturer-bottom-grid{

	margin-bottom: 1em;
	text-align:center;
	max-width:1280px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.manufacturer-bottom-grid h3{
	color:#0E3C60;
	line-height: 1.7em;
	font-size: 3em;
	display: block;
	padding: .5em 0 0 0;
	text-align:cente;
	width:100%;
	margin-left:auto;
	margin-right:auto;
    font-family: BrandonText-Bold;
} 
.manufacturer-logo li{
	display: inline-block;
	width: 180px;
	vertical-align:middle;
    padding-top:30px;
	padding-botttom:30px;
}
.manufacturer-logo li img{
	display: inline-block;
	width: 140px;
}
.manufacturer-logo li a{
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.manufacturer-logo li a span{
	width: 32px;
	height: 32px;
	display: inline-block;
}


.manufacturer-txt {
	width:70%;
	float:left;display:inline-block;
	line-height:1.4em;
	font-size:1.3em;
	font-family: BrandonText-Bold;
	margin-left: 15%;
	color:#3c8898;
}


.manufacturer-txt a {
	color:#3c8898;
	text-decoration:underline;

}

.manufacturer-txt ul {
	margin-left:25px;
	font-size:85%;
	list-style-type:disc;
	padding-top:0px;
	line-height:.75em;
	color:#3c8898;

}
.manufacturer-txt ul a {
	color:#3c8898;
}
.manufacturer-txt ul a:hover {
	color:#9cb63c;
}
.manufacturer-txt a:hover {
	color:#9cb63c;


}

/* end Manufacturers Section */

/* start Rewards Section */
.rewards-background {
	background: url(../images/rewards-bg.jpg) no-repeat;
	background-size: 1920px auto;
	padding: 0 0 0;
	margin: 0 auto;
	max-width:1920px;
}
.rewards-background-head{
	text-align:center;
}
.rewards-background-head h3{
	color: #FFF;
	font-size: 1.8em;
	text-transform: uppercase;
	background: rgba(30, 25, 18, 0.5);
	padding: 0.5em 0;
}
.rewards-inner{
}
.rewards-outer img {
	max-width:100%;
	position: relative;
}
.rewards-outer .label-bg {
	background:#1E1912;
	width: 98%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.rewards-outer .label-text {
	text-transform: uppercase;
	color:#fff;
	position: relative;
	z-index:500;
	padding: 3px 8px;
	font-size: 13px;
}
.rewards-outer .text-category {
	display:block;
	font-size:9px;
	font-size: 12px;
	text-transform:uppercase;
}
.rewards-outer:nth-child(3),.rewards-outer:nth-child(6){
	margin-right:0;
}
.feature-reward-wrapper {
    height:100%;
    width:100%;
    text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-top:20px;
	margin-bottom:50px;
	display:block;
	margin-left:auto;
	matgin-right:auto;
}
.feature-reward{
	display:inline-block;
	color:#000;
    background:#fff;
	text-align:center;
	width:100%;
	height:100%;
	max-width:600px;
	min-width:260px;
	min-height:380px;
	vertical-align:bottom;
	border: 1px solid #AAAAAA;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
}
.feature-reward p{
	display:block;
	text-align:left;
	margin-bottom:30px;
	padding:0 40px 0 40px;
}
.feature-reward img{
	display:inline-block;
	text-align:center;
	margin:30px;
	
	max-width:250px;
}
.feature-reward ul{
	display:block;
	text-align:center;
}
.feature-reward li{
	display:inline-block;
	width:100%;
}
.feature-reward-btn{
	display:inline-block;
	color:#FFF;
	border:2px solid #686868;
    padding: 0.4em 0 0.4em 0;
	background:#0E3C60;
	text-align:center;
	width:50%;
	min-width:100px;
	max-width:200px;
	margin-bottom:1em;
}
.feature-reward-btn:hover{
	background:#fff;
	color:#000;
	border:2px solid #000;
}

.container { 
	position: relative; 
	text-align:center;
}
.container h3{ 
    font-family: BrandonText-Bold;
    font-size:3em;
    padding-top:.8em;
    padding-bottom:0;
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 1920px;
    color: rgb(255, 255, 255);
}
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; 
}
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* end Rewards Section */


/* start Filter Buttons */
#filters {
	margin: 0 auto 0 auto;
	padding:0;
	list-style:none;
	text-align:center;
}
#filters li {
	display:inline-block;
	margin-bottom:10px;
}
#filters li span{
	display: inline-block;
	padding: 10px 10px;
	text-decoration: none;
	color: #FFFFFF;
	background:#3c8898;
	cursor: pointer;
	text-transform: capitalize;
	text-transform: uppercase;
	font-size: 1em;
	border: 1px solid transparent;
	margin-right: .3em;
	min-width:105px;
}

#filters li span:hover{
	border:1px solid transparent;
	color:#ffffff;
	background:#9cb63c;*
}
#filters li span.active {
	color:#ffffff;
	background:#666666;
	text-transform:uppercase;
	border: 1px solid #666666;
}

#filters &gt; li:last-child span{
/*  margin-right:0;*/
}
#filters .row2{
	margin: 0 auto 1em auto;
}
#filters .new{
	background:#0E3C60;
}
.filter_div{
text-align:center;
display:inline-block;
padding-top:1em;
padding-bottom:1em;
color:#3c2415;
font-family: BrandonText-Bold;
}
/* end Filter Buttons */

/* start Promotions Section*/
.promo {

display:block;
margin-top:0;
text-align:center;
width:100%;
margin-left:auto;
margin-right:auto;

/*	margin-top:36%;*/
}
#promo-grids {
	margin: .5em auto .7em auto;
    text-align:center;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    display:table;

}
#promo-grid{
	width: 50%;
    float:none;
    display:table-cell;
    text-align: center;
    border-right:.35em solid #ffffff;
    border-left:none;
   
}
#promo-grid3:nth-child(1){
	width: 33.33%;
    float:none;
    display:table-cell;
    text-align: center;
    border-right:.35em solid #ffffff;
    border-left:none;
   
}
#promo-grid3:nth-child(2){
	width: 33.33%;
    float:none;
    display:table-cell;
    text-align: center;
    border-right:.35em solid #ffffff;
    border-left:.35em solid #ffffff;
   
}
#promo-grid3:nth-child(3){
	width: 33.33%;
    float:none;
    display:table-cell;
    text-align: center;
    border-right:none;
    border-left:.35em solid #ffffff;
   
}

#promo-grid:hover {
	/*-webkit-transform: scale(1.01) translateX(5px) translateY(-5px);*/
	z-index: 1;
}

#promo-grid:nth-child(2){
    border-left:.35em solid #ffffff;
    border-right:none;

    
}

#promo-grid:hover:nth-child(2){
	/*-webkit-transform: scale(1.01) translateX(-5px) translateY(-5px);*/
	z-index: 1;
}

/* end Promotions Section */



/* start Quote Section */
.quote{
	/*background: url(../images/footer-bg.jpg) no-repeat 0px 0px;*/
	background:#FFFFFF;
	background-size: 100% 100%;
	padding: 1em 0 1em;
}
.quote p{
	text-align: left;
	width: 90%;
	margin: 1em auto;
	line-height: 1.5em;
}
.quote p span{
	color: #000000;
	font-size: 1.3em;

}
.quote p i{
	color: #FFF;
	font-size: .8em;
	margin: 0 0.2em;
}
.quote p label{
	font-size: 1.2em;
	color:#000000;
	font-weight:100;
}
/* end Quote Section */


/* start Footer */
.footer-info{
	background:#FFFFFF;
}
.footer-info p{
	text-align: right;
	width: 80%;
	margin: 1em auto;
	line-height: 2em;
}
.footer-info p span{
	color: #FFF;
	font-size: 1.5em;
	font-weight: 700;
}
.footer-info p i{
	color: #FFF;
	font-size: .8em;
	margin: 0 0.2em;
}
.footer-info p label{
	font-size: 1.2em;
	color:#FFF;
	font-weight:100;
}
.footer-info .copyright{
	width:100%;
	text-align:left;
    display:block;
	margin: .4em 0 .5em 0;
}
.footer-info .copyright span{
    color: #3c8898;
	font-size: .7em;
	text-align:left;
	width:100%;
	padding: 0 0 0 .5em;
}
    .footer-info .copyright span a{
        color: #3c8898;
    }

.footer-info .copyright span a:hover{
	color:#9cb63c;
}
.footer-info .bottom-nav{
	float:left;
}
.footer-info .bottom-nav ul li{
	display:inline-block;
}
.footer-info .bottom-nav ul li a{
	color: #3c8898;;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	padding: 1.5em .5em .4em;
	display: block;
	font-size: 0.8em;

}
.footer-info .bottom-nav ul li.active a{
	color:#9cb63c;
}
.footer-info .bottom-nav ul li a:hover{
	color:#9cb63c;
}
/* end Footer */


/**************************************************** start Specific Page Styles ****************************************************************/
#pageheader{
	width:100%;
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto;
    background: #FFFFFF;
	background-size: 100% 100%;
	position:relative;
}
#pageWrap{
	width:100%;
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto;
    background: #FFFFFF;
	background-size: 100% 100%;
	position:relative;
}
#pagebody{
	width:100%;
	text-align:center;
	display:block;
	margin-left:auto;
	matgin-right:auto;
    background: #FFFFFF;
	background-size: 100% 100%;
	position:relative;
}
#mainbody{
	width:85%;
	text-align:center;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
	position:relative;
    margin-top:30px;
    margin-bottom:50px;
    padding-right:10px;
    /*
    opacity:0.8;
    background: #ECE9E3;
    */
    background: rgba(236,233,227,0.8)

}
#mainbody_inset{
	
	text-align:left;
	display:block;
	margin-left:10px;
    margin-top:10px;
    margin-bottom:10px;
    border:1px solid #FFFFFF;
    padding:5px 25px;
    color:#3c2415;
    font-size:1.04em;
    /*
    opacity:0.9;
    background: #ECE9E3;
    */
    background: rgba(236,233,227,0.3)
}

#mainbody span.mainbody_header{
	font-size:2.4em;	
    font-weight:100;
    font-family: BrandonText-Light;
    letter-spacing:-2px;
    text-align:left;
}
#mainbody span.mainbody_content{
    text-align:left;
    display:block;
    font-family: BrandonText-Bold;
}


#innerPagebody{
	width:65%;
	text-align:center;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
    background: #ECE9E3;
    padding-right:10px;
    opacity:0.9;
    position:relative;
    margin-top:100px;
    margin-bottom:100px;
}
#innerPagebody_inset{
	
	text-align:center;
	display:block;
	margin-left:10px;
    background: #ECE9E3;
    margin-top:10px;
    margin-bottom:10px;
    border:1px solid #FFFFFF;
    padding:25px;
    color:#3c2415;
    font-size:1.04em;
    opacity:0.9;
}

#innerPagebody span.innerPagebodyy_header{
	font-size:1.2em;	
    font-family: BrandonText-Bold;
    text-align:center;
}
#innerPagebody span.innerPagebody_content{
    text-align:center;
    display:block;
}

.promobody{
	width:60%;
	text-align:center;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
    background: #ECE9E3;
    padding-right:10px;
    opacity:0.9;
    position:relative;
    margin-top:100px;
    margin-bottom:100px;
    
}
.promobody3{
	text-align:center;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
    padding-right:10px;
    position:relative;
    margin-top:40px;
    margin-bottom:40px;
    width:75%;
    /*
    opacity:0.9;
    background: #ECE9E3;
    */
    background: rgba(236,233,227,0.8)
    
}
.promobody_inset{
	
	text-align:center;
	display:block;
	margin-left:10px;
    background: #ECE9E3;
    margin-top:10px;
    margin-bottom:10px;
    border:1px solid #FFFFFF;
    padding:55px 10px;
    color:#3c2415;
    opacity:0.9;
    min-height:160px;

}

.promobody3_inset{
	
	text-align:center;
	display:block;
	margin-left:11px;
    margin-top:10px;
    margin-bottom:10px;
    border:1px solid #FFFFFF;
    padding:25px 0;
    color:#3c2415;
    max-height:260px;
    width:95%;
    /*
    opacity:0.9;
    background: #ECE9E3;
    */
    background: rgba(236,233,227,0.3)

}

.promobody_header{
	font-size:1.2em;	
    font-family: BrandonText-Bold;
    text-align:center;
}
.promobody_content{
    text-align:center;
    display:block;
    font-size:16px;
}
#footerbody{
	width:620px;
	text-align:center;
	display:inline-block;
	margin-left:auto;
	margin-right:auto;
    background: #ECE9E3;
	position:relative;
    margin-top:20px;
    margin-bottom:20px;
    padding-right:10px;
    opacity:0.9;

}
#footerbody_inset{
	
	text-align:left;
	display:block;
	margin-left:10px;
    background: #ECE9E3;
    margin-top:10px;
    margin-bottom:10px;
    border:1px solid #FFFFFF;
    padding:15px;
    color:#3c2415;
    font-size:1.04em;
}

#footerbody span.footerbody_header{
	font-size:1.4em;
    line-height:2em;	
    font-family: BrandonText-Regular;
    text-align:left;
}
#footerbody span.footerbody_content{
    text-align:left;
    display:block;
}
#wrapper { 
	position: relative; 
	display:inline-block;
	width:100%;
	margin:0;
	padding:0;
	/*background: #E1E1E1;*/
	background: #FFFFFF;
	max-width:1000px;
	text-align:center;

}
#content { 
	position: relative; 
	display:inline-block;
	width:95%;
	margin:0;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	background: #FFFFFF;
	max-width:940px;
	text-align:left;
	vertical-align:middle;
}
/* start Home Page */
#home-page{
	width:100%;
	text-align:center;
	display:block;
	margin:0;
	padding:0;
    background:#EBEBEB;
	position:relative;
}
/* end Home Page */
.mm-page{
	/*background:#EBEBEB;*/
	background:#FFFFFF;
}

#manufacturerinfo-page{

 background: #FFFFFF;
 
}

#view-rewards-popup{

 background: #FFFFFF;

}

/* start Landing Page */
#landing-page{
	width:100%;
	text-align:left;
	display:block;
	margin:0;
	padding:0;
    background: #FFFFFF;
	position:relative;
}
.landing-page-container { 
	position: relative; 
	display:inline-block;
	width:100%;
	margin-left:auto;
	matgin-right:auto;
	padding:0;
}
/* end Landing Page */

/* start Rewards Page */
.toggleMe{
	/*display:none;*/
}
#rewards-page{
	width:100%;
	text-align:center;
	display:block;
	margin:0;
	padding:0;
    background: #FFFFFF;
	position:relative;
}
.rewards-page-container { 
	position: relative; 
	display:inline-block;
	width:100%;
	margin:0;
	padding:0;
}
.rewards-list{
	text-align:center;
    background: #FFFFFF;
	padding: 20px 0 20px 0;
	max-width: 1000px;
	position: relative;
	/*
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	*/
	display:inline-block;
	width:100%;
}
.rewards-list li{
	display: inline-block;
	width: 300px;
	height: 360px;
	vertical-align:middle;
    padding-top:10px;
	padding-bottom:10px;
	margin-right:10px;
	border: 1px solid #AAAAAA;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	margin-bottom:10px;
	background: #FFFFFF;
}
/*
.rewards-list a{
	text-decoration:none;
	color:#666666;
}
.rewards-list a:hover{
	border-color:#000000;
    color:#000000;
}
*/
.rewards-list span{
	font-size:12px;
	font-style:normal;
	float:left;
	padding-left:5px;
}
.rewards-list p{
	font-size:13px;
}
.rewards-list img{
/*	width:200px;*/
}
.reward-detail a{
	text-decoration:none;
	color:#666666;
}
.reward-detail a:hover{
    color:#000000;
}
#all_rewards{
display:inline-block;
}
#equipment, #office, #storage, #tools{
display:none;
}
/* end Rewards Page */

/* start Cart Page */

#cart-page{
	width:100%;
	text-align:center;
	display:block;
	margin-left:auto;
	matgin-right:auto;
    background: #DAEEF4;
	background-size: 100% 100%;
	position:relative;
}
#cart-page-wrapper{
	width:100%;
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto;

	position:relative;

}
.cart-container { 
	position: relative; 
	display:inline-block;
	width:100%;
	margin:0;
	padding:0;
	/*background: #E1E1E1;*/
	background: #FFFFFF;
	max-width:1000px;
	text-align:center;
    margin-top:20px;
	z-index:0;
}
#mobcart-container { 
	position: relative; 
	display:inline-block;
	width:100%;
	margin:0;
	padding-top:20px;
	padding-bottom:10px;
	background: #FFFFFF;
	max-width:940px;
	text-align:center;
	z-index:0;
}
.cartItem{

	width:100%;
	max-width:940px;
	text-align:left;
}
.cartItem table{
	font-size:14px;

}
.cartItem img{
	width:140px;;

}
.cartItem .desc {
font-size: 16px;
}
#carttotals{
	background: #48494A;
	padding-top:10px;
	padding-bottom:10px;
	width:100%;

}
#carttotals table{
	width:95%;
	font-size:14px;
	text-align:right;
	COLOR: #ffffff;
	background: #48494A;
	font-family: BrandonText-Bold;
    margin:auto;

}



.cartRule{
	max-width:940px;

}
#cartsummary{
	 display:inline-block;
	 margin-left:auto;
	 margin-right:auto;
	 width:95%;
	 max-width:940px;
	 text-align:left;

}
#cartsummary table{
	width:100%;
	margin-top:15px;
	font-size:14px;
}
/* end Cart Page */

/* start How It Works Section */
.hiw-page{
	background: url('/images/HowItWorksBack.png') center center no-repeat; 
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/HowItWorksBack.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/HowItWorksBack.png', sizingMethod='scale')";
    height:100%;
    width:100%;
}

.hiw_wrapper {
    width:100%;
    margin:auto;
    white-space: nowrap;
    text-align:center;
}
.hiw_container {
    width: 100%;
    white-space: nowrap;
    text-align:center;
}
.hiw_item {
    white-space: nowrap;
    display: inline-block;
    width: 33%;
    text-align:center;
    font-family: BrandonText-Bold;
} 
.hiw_img {
    width: 100%;
}

/* end How It Works Section */

.home-page-footer{
	background: url('/images/home_Footer.jpg') center center no-repeat; 
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/home_Footer.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/home_Footer.jpg', sizingMethod='scale')";
    height:100%;
    width:100%;
}
.home-page-footer-mob{
	background: url('/images/home_Footer_mob3.jpg') center center no-repeat; 
    background-position: center;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/home_Footer.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/home_Footer.jpg', sizingMethod='scale')";

    overflow-x:hidden;
    overflow-y:hidden;
}

/* start Why Participate Page */
.wp-page{
	background: url('/images/WhyBackground.jpg') center center no-repeat; 
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/WhyBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/WhyBackground.jpg', sizingMethod='scale')";
    height:100%;
    width:100%;
}

/* end Why Participate Page */

/* start Renegade Page */
.renegade-page{
	background: url('/images/RenegadeBackground.jpg') center center no-repeat; 
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/RenegadeBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/RenegadeBackground.jpg', sizingMethod='scale')";
    height:100%;
    width:100%;
}

.renegade_wrapper {
    width: 100%;
    margin: 50px auto 50px auto;
    white-space: nowrap;
    text-align: center;
    font-size: 20px;
    font-family: BrandonText-Bold;
}
.renegade_container {
    width: 100%;
    white-space: nowrap;
    text-align: center;
}
.renegade_item {
    white-space: nowrap;
    display: inline-block;
    width: 33%;
    text-align: center;
    font-family: BrandonText-Regular;
}


.renegade_item span {
    display: inline-block;  
    vertical-align: middle;   
    font-size:24px;  
}
.renegade_item span sup {
    font-size:50%;
}
.renegade_item ul {
    list-style:disc;   
}
.renegade_item ul li{
    margin-left:20px;
    white-space:normal;
    font-size:20px;
}

.renegade_item:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;       
}
.renegade_footnotes{
    margin:20px auto;
    width:100%;

}
.renegade_footnotes p {
    font-family: BrandonText-Bold;
    text-align: center;
    width: 100%;
    margin: auto;
    font-size: 22px;
}

#how_to_mobile_wrapper {
    width: 100%;
    margin: 30px auto 30px auto;
    text-align: left;
    font-size: 20px;
    font-family: BrandonText-Bold;
    display:none;
}
#how_to_mobile_levels {
    white-space: nowrap;
}
.how_to_mobile_container {
    width: 100%;
    white-space: nowrap;
    text-align: center;
}
.how_to_mobile_item {
    white-space: nowrap;
    display: inline-block;
    width: 33%;
    text-align: center;
    font-family: BrandonText-Regular;
    vertical-align:bottom;
}
#how_to_mobile{
    /*
    border:2px solid #398799;
    padding:10px 30px;
    */
    color:#398799;
    font-size:20px;
}
#how_to_mobile p{
    text-align:left!important;
    font-size:14px;
    font-family: BrandonText-Regular;
}
#how_to_mobile ul {
    text-align: center;
    width: 100%;
    margin:10px auto;
    list-style:disc; 
}
#how_to_mobile li{
    font-size:14px;
    line-height:1.5;
    font-family: BrandonText-Bold;
    text-align:left;
    margin-left:20px;
}
#how_to_mobile li span {
    display: inline-block;  
    vertical-align: top;    
}
#how_to_mobile li:before{
    content: '';
    display: inline-block;
    vertical-align: top;
    height: 100%;       
}
#how_to_mobile li img {
    padding:0 10px;    
}
/* end Renegade Page */

/* start Manufacturers Page */
.manufacturers-page { 
	background:#FFFFFF;
}
.manufacturers-list{
	text-align:center;
    background: white;
	padding: 30px 0 20px 0;
	
	position: relative;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	display:inline-block;
	width:100%;
}
/*
.manufacturers-list li{
	display: inline-block;
	width: 180px;
	vertical-align:middle;
    padding-top:10px;
	padding-bottom:10px;
	margin-right:10px;
	border: 1px solid #AAAAAA;
}
*/
.manufacturers-list .note a:hover{
	border-color:#000000;
    color:#000000;
}
.manufacturers-list span{
	font-size:12px;
	font-style:normal;
	float:left;
	padding-left:5px;
}
.manufacturers-list p{
	font-size:13px;
}
.manufacturers-list table{
	max-width: 900px;
	width:95%;
	margin:0 auto 0 auto;
}
.manufacturers-list .note{
	vertical-align:middle;
	font-size:11px; 
	line-height:9px;
	padding-bottom:5px;
}
.manufacturers-list .note a{
	text-decoration:none;
	color:#666666;
}
.manufacturers-list img{
	min-width:55px;
}
/* end Manuacturers Page */

/* start generic white page */
.white-page { 
	background:#FFFFFF;
}
/* end generic white page */

/* start Contact Us Page */
.contact{
	background: url(../images/footer-bg.jpg) no-repeat 0px 0px;
	background-size: 100% 100%;
}
.contact-head{
	text-align:center;
}
.contact-head h3{
	color: #FFF;
	font-size: 1.6em;
	text-transform: uppercase;
	background: rgba(30, 25, 18, 0.5);
	padding: 0.5em 0;
}
/* end Contact Us Page */



/* start Social Media */
.getin-touch{
	text-align: center;
	margin: 6em 0 3em;
}
.getin-touch ul{
	padding:1em 0;
}
.getin-touch h4{
	color: #FFF;
	font-size: 1.5em;
	margin: 0.5em 0;
}
.getin-touch label{
	color: #FFF;
	text-shadow: 0.2px 0px 0.1px #B1B1B1;
	-webkit-text-shadow: 0.2px 0px 0.1px #B1B1B1;
	-moz-text-shadow: 0.2px 0px 0.1px #B1B1B1;
	-o-text-shadow: 0.2px 0px 0.1px #B1B1B1;
	font-weight: 100;
	font-size: 0.875em;
	margin: 1em;
	display: block;
}
.getin-touch ul li{
	display: inline-block;
	margin: 0 0.3em;
}
.getin-touch ul li a span{
	width:50px;
	height:50px;
	display:inline-block;
}
.facebook span{
	background:url(../images/footer-social-icons.png) no-repeat 0px 0px;
}
.twitter span{
	background: url(../images/footer-social-icons.png) no-repeat -61px 0px;
}
.googlepluse span{
	background: url(../images/footer-social-icons.png) no-repeat -122px 0px;
}
.facebook span:hover{
	background:url(../images/footer-social-iconsh.png) no-repeat 0px 0px;
}
.twitter span:hover{
	background: url(../images/footer-social-iconsh.png) no-repeat -61px 0px;
}
.googlepluse span:hover{
	background: url(../images/footer-social-iconsh.png) no-repeat -122px 0px;
}
/* end Social Media */

/* start Subscribe */
.subscribe-form form{
	width: 57%;
	margin: 0 auto;
}
.subscribe-form form input[type="text"]{
	background: #7E6A53;
	color: #fff;
	padding: 1em;
	width: 94%;
	font-size: 1em;
	font-family: BrandonText-Regular;
	border:2px solid #7E6A53;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	outline:none;
}
.subscribe-form form input[type="submit"]{
	border: 2px solid #7E6A53;
	color: #FFF;
	outline: none;
	padding: 0.6em 2em;
	background: none;
	font-family: BrandonText-Regular;
	font-size: 1.2em;
	display: block;
	width: 27%;
	margin: 1.8em auto 0;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	cursor:pointer;
}
.subscribe-form form input[type="submit"]:hover{
	border-color:#FF7D13;
}
.subscribe-form{
	padding: 1.8em 0 4em;
}
/* end Subscribe */

/* start Login Form */
.login-form form{
	width: 100%;
	margin: 0 auto;
}
.login-form form input[type="text"]{
	background: #ffffff;
	color: #3c2415;
	padding: .5em;
	width:90%;
	font-size: 1em;
	font-family: BrandonText-Regular;
	border:2px solid #3c2415;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	outline:none;
}
.login-form form input[type="password"]{
	background: #ffffff;
	color: #3c2415;
	padding: .5em;
	width:90%;
	font-size: 1em;
	font-family: BrandonText-Regular;
	border:2px solid #3c2415;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	outline:none;
}
.login-form form input[type="submit"]{
	color:#FFF;
	border:2px solid transparent;
	background: #3c8898;
	font-family: BrandonText-Bold;
	font-size: 1.2em;
	display: block;
	width: 50%;
	height:40px;
	margin: 1.8em auto 0;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	cursor:pointer;
}
.login-form form input[type="submit"]:hover{
	background:#fff;
	color:#000;
	border:2px solid #000;
}

.login-form{
	padding: 1em 0 1em;
}
.login-form #login-form-footer{
	line-height:auto;
}
/* end Login Form */

/* start Request Password Form */
.password-form form{
	width: 100%;
	margin: 0 auto;
}
/*
.password-form form input[type="text"]{
	background: #ffffff;
	color: #686868;
	padding: .5em;
	width:90%;
	font-size: 1em;
	font-family: BrandonText-Regular;
	border:2px solid #686868;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	outline:none;
}
*/

.password-form{
	padding: 0 0 1em;
}
/* end Request Password Form */

/* start Search Form */
.search-form {

}
.search-form form{
	width: 100%;
	margin: 0;

}
.search-form form input[type="text"]{
	color: #000000;
	width:240px;
	height:26px;
	font-size: 1em;
	font-family: BrandonText-Regular;
	border:2px solid #686868;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	outline:none;
	BACKGROUND: #ffffff url(../images/search.png) no-repeat 8px 6px;
    PADDING-LEFT: 30px;
    PADDING-RIGHT: 15px
}
.search-form form input[type="submit"]{
	border: 2px solid #686868;
	color: #FFFFFF;
	outline: none;
	background: none;
	font-family: BrandonText-Regular;
	display: inline-block;
	width: 105px;;
	min-width:75px;
	max-width:150px;
	padding: 4px 4px 4px 4px;
	font-size:1em;
	margin: 1em 0 1em 1em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	cursor:pointer;
}
.search-form form input[type="submit"]:hover{
	border-color:#0E3C60;
}
.search-form{
	padding: 0;
}
/* end Search Form */

/* start Copyright */
.copy-right{
	text-align: center;
	color: #3c8898;
	padding: 1em;
	border-top: 1px solid #1E1912;
	margin-top: 5em;
	text-shadow: 0.2px 0px 0.1px #B1B1B1;
	-webkit-text-shadow: 0.2px 0px 0.1px #B1B1B1;
	-moz-text-shadow: 0.2px 0px 0.1px #B1B1B1;
	-o-text-shadow: 0.2px 0px 0.1px #B1B1B1;
	font-weight: 100;
}
.copy-right a{
	color:#3c8898;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.copy-right a:hover{
	color:#9cb63c;
}
/* end Copyright */


/* start Promotions Page*/
.promopage {

display:block;
margin-top:2em;
margin-bottom:2em;
/*	margin-top:36%;*/
}
.promopage-grids {
	margin: 1em auto 1em auto;
	text-align: center;

}
.promopage-grid{
	width: 32%;
	max-width:290px;
	min-width:290px;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
	transition: 0.1s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display:inline-block;
	vertical-align:middle;
	padding-top:15px;
	
}
.promopage-grid:nth-child(3){

}
.promopage-grid img{
	border: 1px solid #D6D6D6;
}
.promopage-grid:hover {
	
	-webkit-transform: scale(1.3) translateY(0px);
	z-index: 5000;

}
.promopage-grid:hover h3{
	color:#FFF;
	background:#0E3C60;
}
.promopage-grid h3 div label{
	font-weight:bold;
	color:#0E3C60;
}
.promopage-grid:hover h3 div label{
	color:#FFF;
}


.promopage-grid h3{
     MIN-Height:200px;
	background: #FFFFFF;
	padding: 0.8em 0;
	display: block;
	color: #7B7B7B;
	font-family: BrandonText-Regular;
	font-size: 1.8em;
}
.promopage-grid h3 i{
	font-size: 3em;
	display: block;
	line-height: 0.5em;
}
.promopage-grid h3  span{
	color: #7B7B7B;
	font-size: 0.5em;
	margin-top: 1em;
	display: block;
}
.promopage-grid h3 i label{
	font-size: 0.3em;
	vertical-align: super;
}
. ul li a{
	color:#7B7B7B;
	line-height: 1.5em;
	font-size: 1em;
	text-align: center;
	display: block;
	padding: 2.2em 0 0 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-weight: 100;
	text-shadow: 0.2px 0px 0.1px #B1B1B1;
	-webkit-text-shadow: 0.2px 0px 0.1px #B1B1B1;
	-moz-text-shadow: 0.2px 0px 0.1px #B1B1B1;
	-o-text-shadow: 0.2px 0px 0.1px #B1B1B1;
}
. ul li a:hover{
	color:#0E3C60;
}
.:hover .cart a{
	border: 2px solid #EBEBEB;
}
/* end Promotions Page */




/************************************************************************************************************************************************************************/
/*--------------------------------------------------------------------// start Responsive Design//----------------------------------------------------------------------*/
/************************************************************************************************************************************************************************/


@media only screen and (max-width:1768px) and (min-width:1600px) {

.wrap{
	width:98%;
}
}

@media only screen and (max-width:1600px) and (min-width:1440px) {

.wrap{
	width:98%;
}
.feature-reward{
	width:95%;
}

}

@media only screen and (max-width:1440px) and (min-width:1366px) {
.wrap{
	width:98%;
}

.feature-reward{
	width:95%;
}

}

@media only screen and (max-width:1366px) and (min-width:1280px) {
.wrap{
	width:98%;
}
.feature-reward{
	width:95%;
}

}

@media only screen and (max-width:1280px) and (min-width:1024px) {
.wrap{
	width:98%;
}

.manufacturer-logo li {
	width: 140px;
}
.manufacturer-logo li img{
	display: inline-block;
	width: 120px;
}
.manufacturer-bottom-grid{

	max-width:1000px;
}

.quote p {
	width: 90%;
}
.feature-reward{
	width:95%;
}

.headerlogo{


}


.promobody{
    margin-top:80px;
    margin-bottom:80px;

}

}

@media only screen and (max-width:1130px) and (min-width:1024px) {

    .top-nav ul li{
	padding-right: .4em;
	padding-left: .4em;
	font-size:.95em;
    }


}

@media only screen and (max-width:1024px) and (min-width:768px) {

.xlarge-btn {
    width:150px;
    font-size:1.2em;
}
.wrap{
	width:98%;
}


.manufacturer-logo li {
	width: 120px;
}
.manufacturer-logo li img{
	display: inline-block;
	width: 100px;
}
.manufacturer-bottom-grid{

	max-width:800px;
}
.manufacturer-bottom-grid h3{
width:100%;
}



.manufacturer-grids {
	padding: 0 0 1em 0;
}
.manufacturer-bottom-grid {
	margin-bottom: 1em;
}
#filters li span{
	padding: 10px 4px 10px 4px;
	margin-right: .5em;
	min-width:85px;
	font-size:13px;
}
.search-form form input[type="submit"]{
	font-size:13px;
	width:85px;
}
.search-form form input[type="text"]{
		font-size:13px;
}
.pageimage_btns {
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}

.quote p {
	width: 100%;
}
.feature-reward{
	width:95%;
}
.top-nav ul li{
	padding-right: .35em;
	padding-left: .35em;
	font-size:.9em;
}

.promobody{
    margin-top:80px;
    margin-bottom:80px;

}

.promobody_content {
font-size: 13px;
}

.promopage-grid{
    width: 50%;

}
.promopage-grid:nth-child(2){
	
}

.promobody_inset {
padding: 25px 10px;
}

.imageContainer a{

}

#hp_qc_btn{
    width:200px;

}


}

@media only screen and (max-width:975px) and (min-width:885px) {
    .top-nav ul li {
        padding-right: .35em;
        padding-left: .35em;
        font-size: .8em;
    }
}
@media only screen and (max-width:885px) and (min-width:1px) {
    .top-nav ul li {
        padding-right: .3em;
        padding-left: .3em;
        font-size: .67em;
    }
}

@media only screen and (max-width:860px) and (min-width:1px) {

.imageContainer a{
    font-size:12px;

}

#mainbody span.mainbody_header {
font-size: 2.0em;

}


.footer-info .bottom-nav ul li a{
	font-size:.65em;
	padding-right:0;

}
.promobody{
        margin-top:50px;
    margin-bottom:50px;
    width:65%
}
    .promobody_inset a {
        font-size:12px;
    }

    #hp_qc_btn{
    width:160px;

}
    .promobody_content {
font-size: 12px;
}

    .promobody_inset {
padding: 25px 10px;
min-height:130px;
}

}




/*--media Quries for 768px-smartphones-*/
@media only screen and (max-width:768px) and (min-width:640px) {


#mobile{
	display:block;
}
#desktop{
	display:none;
}

.headerlogo{
padding-left:0;

}
.large-btn{
	max-width:270px;
}

.wrap{
	width:98%;
}
#filters li span {
	margin-right: 1.8em;
}

.xlarge-btn {
    float:none;text-align:center;
    margin-left:auto;margin-right:auto;
    width:100%;max-width:200px;
}

.promobody{
    margin-top:50px;
    margin-bottom:50px;
    width:65%;

}


.promopage-grid{
    width: 100%;
	margin-top: .5em;
}
.promopage-grid:nth-child(2){
	margin-right:0;
	margin-left:0;
}

.promobody_inset {
padding: 25px 10px;
min-height:130px;
}

.promobody_content {
font-size: 11px;
}

.quote p {
	width: 100%;
	line-height: 1.1em;
}
.quote p label{
	font-size: 90%;
}
.quote p span{
	line-height: 1.3em;
}
#page{
	display:block;
}
.navicon{
	display: block;
	width: 28px;
	height: 26px;
	position: absolute;
	top: 8px;
	left: 16px;
	background: url(../images/nav-icon.png) no-repeat;
}
.top-nav{
	display:none;
}
.bottom-nav{
	display:none;
}
.logo {
	float: none;
    text-align: center;
	margin:0;
}


.rewards-background {
	margin: 0 0 0;
	padding: 0em 0 3em;
}
.rewards-background-head h3 {
	font-size: 1.5em;
}

.feature-reward{
	width:95%;
}
.manufacturers-page .pagetitle{ 
	text-align:center;
	font-size:2em;
	color:#3c2415;
}
.trcopy td{
	font-size:10px;
}
.tablecopy td{
	font-size:12px;
}
.feature-reward-copy{
	font-size:12px;
}
.manufacturers-list .note{
	font-size:9px; 
}
.manufacturers-list img{
	/*width:70%; */
}

#filters li span{
	padding: 5px 4px 5px 4px;
	margin-right: .25em;
	min-width:75px;
	font-size:11px;
}
.search-form form input[type="submit"]{
	font-size:11px;
	width:75px;
}
.search-form form input[type="text"]{
		font-size:12px;
		height:24px;
}
.pageimage_btns {
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}

.login-form #login-form-footer{
	font-size:12px;
	line-height: 14px;
}
#contact-us-footer{
	font-size:13px;
}
.cartItem img{
	width:120px;
}
#stdProfile{
	display:none;
}
#mobProfile{
	display:block;
}

.filter_div{
padding-top:0;
}
#orSpan{
padding-top:.4em;
padding-bottom:.4em;
display:block;
}
.manufacturer-grids{
	display:none;
}

.manufacturer-links{
	display:block;
}

.programlabel{
	margin-left:.2em;
}
}


@media only screen and (max-width:640px) and (min-width:480px) {

#mainbody span.mainbody_header {


}
#mobile{
	display:block;
}
#desktop{
	display:none;
}
#gcPage{
	font-size:80%;
}
#frmPassword{
	font-size:80%;
}
.headerlogo{
padding-left:0;

}
.large-btn{
	max-width:270px;
}


.copyright{
	min-height:80px;

}
.wrap{
	width:98%;
}
.manufacturer-logo li {
	width: 120px;
}
.manufacturer-logo li img{
	display: inline-block;
	width: 100px;
}
.manufacturer-grids {
	padding: 0 0 1em 0;
}

.promobody_inset {
padding: 25px 10px;
}

.promobody {
    width:55%;
        margin-top:80px;
    margin-bottom:80px;
    }
#promo-grid3{
	width: 100%;
	float: none;
    display:block;
	text-align: center;
    padding:0;
    border:none;
    margin-left:auto;
    margin-right:auto;
}
#promo-grid{
	width: 100%;
	float: none;
    display:block;
	text-align: center;
    padding:0;
    border:none;
    margin-left:auto;
    margin-right:auto;
}
#promo-grid:nth-child(2){
	padding:0;
    margin-top:14px;
    border:none;
    
}
.promopage {
	display:block;
}

.xlarge-btn {
    float:none;text-align:center;
    margin-left:auto;margin-right:auto;
    width:100%;max-width:200px;
}


.promopage-grid{
    width: 100%;
	margin-top: .5em;
}
.promopage-grid:nth-child(2){
	margin-right:0;
	margin-left:0;
}
.quote p {
	width: 100%;
	line-height: 1.1em;
}
.quote p label{
	font-size: 90%;
}
.quote p span{
	line-height: 1.3em;
}
#page{
	display:block;
}
.navicon{
	display: block;
	width: 28px;
	height: 26px;
	position: absolute;
	top: 8px;
	left: 16px;
	background: url(../images/nav-icon.png) no-repeat;
}
.top-nav{
	display:none;
}
.bottom-nav{
	display:none;
}
.logo {
	float: none;
	text-align: center;
	margin:0;
}


.rewards-background {
	margin: 0 0 0;
	padding: 0em 0 3em;
}
.rewards-background-head h3 {
	font-size: 1.5em;
}

.quote {
	padding: 1em 0 1em;
}
.quote p {
	width: 100%;
	line-height: 1.1em;
}
.quote p label{
	font-size: 90%;
}
.quote p span{
	line-height: 1.3em;
}
.feature-reward{
	width:95%;

}
.manufacturers-page .pagetitle{ 
	text-align:center;
	font-size:2em;
	color:#3c2415;
}
.trcopy td{
	font-size:10px;
}
.tablecopy td{
	font-size:12px;
}
.feature-reward-copy{
	font-size:12px;
}
.manufacturers-list .note{
	font-size:9px; 
}
.manufacturers-list img{
	/*width:70%; */
}

#filters li span{
	padding: 5px 4px 5px 4px;
	margin-right: .25em;
	min-width:75px;
	font-size:11px;
}
.search-form form input[type="submit"]{
	font-size:11px;
	width:75px;
}
.search-form form input[type="text"]{
		font-size:12px;
		height:24px;
}
.login-form #login-form-footer{
	font-size:12px;
	line-height: 14px;
}
#contact-us-footer{
	font-size:13px;
}
.cartItem img{
	width:90px;;

}
.cartItem .desc {
font-size: 14px;
}
#cartsummary table{
font-size: 11px;
}
.pagetitle{ 
	text-align:center;
	font-size:1.5em;
	color:#3c2415;
}
#stdProfile{
	display:none;
}
#mobProfile{
	display:block;
}
.filter_div{
padding-top:0;
}
#orSpan{
padding-top:.4em;
padding-bottom:.4em;
display:block;
}
.manufacturer-grids{
	display:none;
}

.manufacturer-links{
	display:block;
}

.programlabel{
	margin-left:.2em;
}
}

@media only screen and (max-width:480px) and (min-width:320px) {
#mobile{
	display:block;
}
#desktop{
	display:none;
}
#gcPage{
	font-size:80%;
}
#view-rewards-popup img{
width:50%;

}
#frmPassword{
	font-size:80%;
}

.headerlogo{
padding-left:0;

}

.large-btn{
	max-width:240px;
}

.copyright{
	min-height:80px;

}
.wrap{
	width:98%;
}
.hdr-wrap{
    width:100%;
    position:relative;
    height:50px;
}
.manufacturer-logo li {
	width: 120px;
}
.manufacturer-logo li img{
	display: inline-block;
	width: 100px;
}
.manufacturer-grids {
	padding: 0 0 1em 0;
}
.manufacturer-bottom-grid h3 {
padding: 0.5em 0px 0px;
width: 100%;
color: rgb(14, 60, 96);
line-height: 1.7em;
font-family: BrandonText-Bold;
font-size: 1.5em;
margin-right: auto;
margin-left: auto;
display: block;
}

#homepage_mob a{
    bottom:25px;
}

.promobody_content {
font-size: 12px;
}

.promobody_inset {
padding: 10px 10px;
}

.promobody {
    width:80%;
    margin-top:70px;
    margin-bottom:70px;
    }

#promo-grid{
	width: 100%;
	float: none;
    display:block;
	text-align: center;
    padding:0;
     border:none;
    margin-left:auto;
    margin-right:auto;
}
#promo-grid:nth-child(2){
	padding:0;
    margin-top:14px;
     border:none;
}
.xlarge-btn {
    float:none;text-align:center;
    margin-left:auto;margin-right:auto;
    width:100%;max-width:150px;font-size:1em;padding:.4em;
}

.promopage-grid{
    width: 100%;
	margin-top: .5em;
	min-width:290px;
}
.promopage-grid:nth-child(2){
	margin-right:0;
	margin-left:0;
}
.quote p {
	width: 100%;
	line-height: 1.1em;
}
.quote p label{
	font-size: 90%;
}
.quote p span{
	line-height: 1.3em;
}
.copy-right {
	margin-top: 2em;
}
#page{
	display:block;
}
.navicon
{
	display: block;
	width: 28px;
	height: 26px;
	position: absolute;
	top: 8px;
	left: 16px;
	background: url(../images/nav-icon.png) no-repeat;
}
.top-nav{
	display:none;
}
.bottom-nav{
	display:none;
}
.logo {
	float: none;
	text-align: center;
}


.manufacturer-bottom-grid{
	float: none;
	width: 100%;
	text-align:center;
}
.rewards-background {
	margin: 0 0 0;
	padding: 0em 0 3em;
}
.rewards-background-head h3 {
	font-size: 1.5em;
}

.quote {
	padding: 1em 0 2em;
}
.quote p {
	width: 100%;
	line-height: 1.1em;
}
.quote p label{
	font-size: 90%;
}
.quote p span{
	line-height: 1.3em;
}
.feature-reward{
	width:95%;
}
.pagetitle{ 
	text-align:center;
	font-size:1.5em;
	color:#3c2415;
}
.trcopy td{
	font-size:10px;
}	
.tablecopy td{
	font-size:12px;
}
.feature-reward-copy{
	font-size:12px;
}
.manufacturers-list .note{
	font-size:9px; 
}
.manufacturers-list img{
	/*width:70%; */
}

#filters li span{
	padding: 5px 4px 5px 4px;
	margin-right: .25em;
	min-width:75px;
	font-size:11px;
}
.search-form {
    margin-bottom:1em;
}
.search-form form input[type="submit"]{
	font-size:11px;
	width:75px;
}
.search-form form input[type="text"]{
		font-size:12px;
		height:24px;
}
.login-form #login-form-footer{
	font-size:12px;
	line-height: 14px;
}
#contact-us-footer{
	font-size:13px;
}

.cartItem img{
	width:60px;;

}
.cartItem table {
font-size: 12px;
}
.cartItem .desc {
font-size: 13px;
}
#cartsummary table{
font-size: 11px;
}
#stdProfile{
	display:none;
}
#mobProfile{
	display:block;
}
.filter_div{
padding-top:0;
}
#orSpan{
padding-top:.4em;
padding-bottom:.4em;
display:block;
}
.manufacturer-grids{
	display:none;
}

.manufacturer-links{
	display:block;
}

.programlabel{
	margin-left:.2em;
}

.container h3 {
text-align: center;
color: rgb(255, 255, 255);
padding-top: .25em;
font-size: 2em;
}
}

@media only screen and (max-width:320px) and (min-width:1px) {
#mobile{
	display:block;
}
#desktop{
	display:none;
}
#gcPage{
	font-size:80%;
}
#view-rewards-popup img{
width:50%;

}
#frmPassword{
	font-size:80%;
}

.headerlogo{
padding-left:0;

}

.large-btn{
	max-width:240px;
}

.copyright{
	min-height:80px;

}
.wrap{
	width:98%;
}
.hdr-wrap{
    width:100%;
    position:relative;
    height:50px;
}
.manufacturer-logo li {
	width: 120px;
}
.manufacturer-logo li img{
	display: inline-block;
	width: 100px;
}
.manufacturer-grids {
	padding: 0 0 1em 0;
}
.manufacturer-bottom-grid h3 {
padding: 0.5em 0px 0px;
width: 100%;
color: rgb(14, 60, 96);
line-height: 1.7em;
font-family: BrandonText-Bold;
font-size: 1.5em;
margin-right: auto;
margin-left: auto;
display: block;
}

.promobody_content {
font-size: 12px;
}

.promobody {
    width:80%;
    margin-top:70px;
    margin-bottom:70px;

    }


.promobody_inset {
        padding:10px;

    }
.promobody_inset a {
        font-size:10px;

    }

#homepage_mob a{
    bottom:25px;
}
#promo-grid{
	width: 100%;
	float: none;
    display:block;
	text-align: center;
    padding:0;
    margin-left:auto;
    margin-right:auto;
     border:none;
}
#promo-grid:nth-child(2){
	padding:0;
    margin-top:14px;
     border:none;
}

.xlarge-btn {
    float:none;text-align:center;
    margin-left:auto;margin-right:auto;
    width:100%;max-width:150px;font-size:1em;padding:.4em;
}

.promopage-grid{
    width: 100%;
	margin-top: .5em;
	min-width:290px;
}
.promopage-grid:nth-child(2){
	margin-right:0;
	margin-left:0;
}
.quote p {
	width: 100%;
	line-height: 1.1em;
}
.quote p label{
	font-size: 90%;
}
.quote p span{
	line-height: 1.3em;
}
.copy-right {
	margin-top: 2em;
}
#page{
	display:block;
}
.navicon
{
	display: block;
	width: 28px;
	height: 26px;
	position: absolute;
	top: 8px;
	left: 16px;
	background: url(../images/nav-icon.png) no-repeat;
}
.top-nav{
	display:none;
}
.bottom-nav{
	display:none;
}
.logo {
	float: none;
	text-align: center;
}


.manufacturer-bottom-grid{
	float: none;
	width: 100%;
	text-align:center;
}
.rewards-background {
	margin: 0 0 0;
	padding: 0em 0 3em;
}
.rewards-background-head h3 {
	font-size: 1.5em;
}

.quote {
	padding: 1em 0 2em;
}
.quote p {
	width: 100%;
	line-height: 1.1em;
}
.quote p label{
	font-size: 90%;
}
.quote p span{
	line-height: 1.3em;
}
.feature-reward{
	width:95%;
}
.pagetitle{ 
	text-align:center;
	font-size:1.5em;
	color:#3c2415;
}
.trcopy td{
	font-size:10px;
}	
.tablecopy td{
	font-size:12px;
}
.feature-reward-copy{
	font-size:12px;
}
.manufacturers-list .note{
	font-size:9px; 
}
.manufacturers-list img{
	/*width:70%; */
}

#filters li span{
	padding: 5px 4px 5px 4px;
	margin-right: .25em;
	min-width:75px;
	font-size:11px;
}
.search-form {
    margin-bottom:1em;
}
.search-form form input[type="submit"]{
	font-size:11px;
	width:75px;
}
.search-form form input[type="text"]{
		font-size:12px;
		height:24px;
}
.login-form #login-form-footer{
	font-size:12px;
	line-height: 14px;
}
#contact-us-footer{
	font-size:13px;
}

.cartItem img{
	width:60px;;

}
.cartItem table {
font-size: 12px;
}
.cartItem .desc {
font-size: 13px;
}
#cartsummary table{
font-size: 11px;
}
#stdProfile{
	display:none;
}
#mobProfile{
	display:block;
}
.filter_div{
padding-top:0;
}
#orSpan{
padding-top:.4em;
padding-bottom:.4em;
display:block;
}
.manufacturer-grids{
	display:none;
}

.manufacturer-links{
	display:block;
}

.programlabel{
	margin-left:.2em;
}

.container h3 {
text-align: center;
color: rgb(255, 255, 255);
padding-top: .25em;
font-size: 2em;
}
}


/* Custom Section Specific */
@media only screen and (max-width:1276px) and (min-width:1px) {
    .renegade_footnotes p {
        font-size: 21px;
    }
}
@media only screen and (max-width:1220px) and (min-width:1px) {
    .renegade_footnotes p {
        font-size: 20px;
    }

    .renegade_item span {
        font-size: 22px;
    }
    .renegade_item ul li {
        font-size: 18px;
    }
}
@media only screen and (max-width:1170px) and (min-width:1px) {
    .renegade_footnotes p {
        font-size: 19px;
    }
}
@media only screen and (max-width:1115px) and (min-width:1px) {
    .renegade_footnotes p {
        font-size: 17px;
    }
    .renegade_item span {
        font-size: 20px;
    }
    .renegade_item ul li {
        font-size: 16px;
    }
}


@media only screen and (max-width:1024px) and (min-width:1px) {
    .floating-panel{
        margin-bottom:10px!important;
    }
    .floating-panel .large-btn{
        min-width:130px;
        font-size:12px;
    }
    .renegade_footnotes p {
        font-size: 16px;
    }
    .renegade_item span {
        font-size: 18px;
    }
    .renegade_item ul li {
        font-size: 14px;
    }
}
@media only screen and (max-width:955px) and (min-width:1px) {
    .renegade_footnotes p {
        font-size: 15px;
    }
    .renegade_item span {
        font-size: 15px;
    }
    .renegade_item ul li {
        font-size: 13px;
    }
}
@media only screen and (max-width:900px) and (min-width:1px) {
    .renegade_footnotes p {
        font-size: 14px;
    }
}
@media only screen and (max-width:850px) and (min-width:1px) {
    .renegade_footnotes p {
        font-size: 12px;
    }
}

@media only screen and (max-width:800px) and (min-width:1px) {
    .renegade_item span {
        font-size: 14px;
    }
    .renegade_item ul li {
        font-size: 12px;
    }
.manufacturer-bottom-grid{
	text-align:center;
}
.manufacturer-bottom-grid h3{
	text-align:left;
}
.manufacturer-logo li {
	width: 120px;
}
.manufacturer-logo li img{
	display: inline-block;
	width: 100px;
}
}



@media only screen and (max-width:768px) and (min-width:1px) {
    .renegade_footnotes p {
        text-align:left!important;
        display:block;
        width:100%;
        margin-top:10px;
    }
    .renegade_footnotes{
        line-height:14px;
    }
    .renegade_footnotes #linebreak{
        display:block;
        width:100%;
        margin-top:10px;
    }
    .renegade_item {
        line-height:1.1;
    }
    .renegade_item span {
        font-size: 22px;
    }
    .renegade_item ul {
        margin-top:10px;
    }
    .renegade_item ul li {
        font-size: 18px;
        line-height:1.5;
    }
    #how_to{
        display:none;
    }
    #how_to_mobile_wrapper{
        display:block;
    }
    #how_to_mobile_wrapper img.levels{
        max-width:160px;
        width:33%;
        vertical-align:bottom;
        display:inline-block;
    }

.wp-page span{
    font-size:18px!important;
}
.wp-page .mainbody_header img{
    width:100%;
    max-width:250px;
}

    .header{
    z-index: 999;
    position: static;
    }

.mobile{
	display:block;
}
.desktop{
	display:none;
}

#footerbody span.footerbody_header {
    line-height:normal;
}

#promo-grid3{
    width: 100%!important;
    max-width:426px!important;
	display:block!important;
    padding:0;
    border:none!important;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:15px;
}

    #breadcrumb_light, #breadcrumb_dark {
        display: none;
    }

    #mainbody {
        width:90%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
        #mainbody p{

        text-align:center;
    }

        #mainbody span.mainbody_content{
    text-align:left;
    display:block;
}

    #horizontal-rule {
    position:relative;
    }


    .hiw_item {
        white-space: nowrap;
        display: block;
        width: 100%;
        margin:auto;
    } 
    .hiw_img {
        width: 100%;
        width: 360px;
        margin:auto;
    }

    .renegade_item {
        white-space: nowrap;
        display: block;
        width: 100%;
        max-width:300px;
        margin:0 auto 20px auto;
        text-align:left!important;
    } 
    .renegade_item li{
        text-align:left!important;
    } 
    .renegade_item img {
        width: 100%;
        max-width: 300px;
        margin:auto;
    }


}

@media only screen and (max-width:536px) and (min-width:1px) {

.manufacturer-logo li {
	paddint-left: 30px;
    padding-right:30px;
}
.manufacturer-logo li img{
	display: inline-block;
	width: 100px;
}
}

/* start MMRC Buttons */
#filters_mmrc {
	margin: 10px auto 0 auto;
	padding:0;
	list-style:none;
	text-align:center;
}
#filters_mmrc li {
	display:inline-block;
	margin-bottom:10px;
}
#filters_mmrc li span{
	-webkit-text-stroke: 0.5px;
	display: inline-block;
	padding: 10px 5px;
	text-decoration: none;
	cursor: pointer;
	text-transform: capitalize;
	text-transform: uppercase;
	font-size: .8em;
	margin-right: .5em;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	min-width:65px;
	color: #000000; 
	border: 1px solid #000000;
}

#filters_mmrc li span:hover{
	border: 1px solid #D32134;
}
#filters_mmrc li span.active {
	text-transform:uppercase;
	color: #D32134; 
	border: 1px solid #D32134;
}

#filters_mmrc &gt; li:last-child span{
/*  margin-right:0;*/
}
#filters_mmrc .row2{
	margin: 0 auto 1em auto;
}

/* end MMRC Buttons */




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