/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: 'Lato', sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* ===============  Default Adjustments  =============== */

body { }

::-moz-selection { background: #3197fc; text-shadow: none; }
::selection { background: #3197fc; text-shadow: none; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
img { max-width:100% !important; height:auto !important; vertical-align: middle; }
fieldset {border: 0;margin: 0; padding: 0; }
textarea { resize: vertical; }

p { margin:0 0 1em 0; }

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 100%; }
.hidden { display: none; visibility: hidden; }
.visuallyHidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyHidden.focusable:active, .visuallyHidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;    
}

.hide       { display:none; }
.smallest   { font-size:.8em; }
.smaller    { font-size:.9em; }
.larger     { font-size:1.1em; }
.largest    { font-size:1.2em; }
.bold       { font-weight:bold; }
.italic     { font-style:italic !important; }
.strike     {text-decoration:line-through !important;}

.red, .red:visited          { color:#f00 !important; }
.green, .green:visited      { color:#390 !important; }
.lgreen, .lgreen:visited    { color:#97937d !important; }

.bgYellow { background:yellow; }
.bgGreen { background:lime; }
.vtop { vertical-align:top; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.floatLeft { float:left; }
.floatRight { float:right; }
.imgLeft { float:left; margin-right:5px; padding:5px; border:1px solid #c4c4c4; }
.imgRight { float:right; margin-left:5px; padding:5px; border:1px solid #c4c4c4; }
.nowrap { white-space:nowrap; }
.borderless { border:0; border-collapse:collapse; }
.breakforprint { page-break-after:always; }
.clear { overflow:hidden; clear:both; height:0; margin:0; font-size:1px; line-height:0; }
.skip { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.important { color:red; font-weight:bold; text-transform:uppercase; }


/* ## Base List styles ## */
ul, ol { margin:0 0 1em; }
.noBullet { padding:0 0 0 1em; list-style-type:none; }
.noIndent { padding:0; list-style-type:none; }
.bulletSquare { list-style-type:square; }

/* ## Note/hint text or link ## */
.note { margin:0 7px; font-size:.8em; color:#4e4e4e; }
.note a, .note a:link, .note a:visited { text-decoration:underline; }


/* ================================================================
   PRIMARY LAYOUT STYLES 
   ================================================================ */

/* Enter unique styles for site here */

/* ## Disabled Form Fields ## */
input[disabled=true]    { background-color: #F0F0F0; }
textarea[disabled=true] { background-color: #F0F0F0; }
select[disabled=true]   { background-color: #F0F0F0; }
input[readonly=true]    { background-color: #F0F0F0; }
textarea[readonly=true] { background-color: #F0F0F0; }
select[readonly=true]   { background-color: #F0F0F0; }


/* Removed :link from the list to help cut down on writing time and prevent the need for extra specificity for classes */
a, a:visited { 
    color: #016132; 
    text-decoration: none;
}
a:hover, a:active, a:focus { 
    color: #016132; 
    text-decoration: underline; 
}
a:active, a:focus { outline:0; }

.btnText { margin:0; padding:0; color:#6D6D6D; text-decoration:underline; border:0; background:none; }
.btnText:hover { color:#6D6D6D; text-decoration:none; }


/* ## Link Modifiers ## */
a .text { text-decoration:underline; }
a:hover .text, a:active .text, a:focus .text { text-decoration:none; }
a [class^="icon-"] { text-decoration:none; }
a.removeLink { color:#f00; font-size:0.9em; }


/* ## Link Lists ## */
/* We use '<ul class="linkList">' when setting a list of organized links. */
ul.linkList {margin:0 0 15px 0; padding:0; list-style-type:none;}
ul.linkList li {margin-bottom:8px;}
ul.linkList a,
ul.linkList a:link,
ul.linkList a:visited { text-decoration:none;}
ul.linkList a:hover,
ul.linkList a:active {text-decoration:underline;}


/* ## Start Up Layout - Use, modify, or delete as need be ## */
body {background: #221d16; -webkit-backface-visibility:hidden;  -webkit-transform:translateZ(0);}
.container { }
.siteBody { min-height:300px; margin:15px 0; }


/* ## Site Header ## */
.siteHeader {position:relative; min-height:80px; margin-bottom:3px; z-index:1000;}
.siteHeader a.sitelogo,
.siteHeader a.sitelogo:link,
.siteHeader a.sitelogo:visited {float:left; display:block; width:300px; height:47px; margin-bottom:10px; background:url(/cms/images/dev/placeholders/AE_logo_tag_3color_300w.png) no-repeat 0 0; text-indent:-9999em;}

@media only screen and (min--moz-device-pixel-ratio: 1.5),
    (-o-min-device-pixel-ratio: 3/2),
    (-webkit-min-device-pixel-ratio: 1.5),
    (min-device-pixel-ratio: 1.5) {

	.siteHeader a.sitelogo,
	.siteHeader a.sitelogo:link,
	.siteHeader a.sitelogo:visited {
		background-image:url(/cms/images/dev/placeholders/AE_logo_tag_3color_300w_2x.png);
	}
}

.siteHeader .hdrPhonenum {
    background-position: 100% 0;
    background-repeat: no-repeat;
    bottom: 12px;
    display: block;
    height: 34px;
    position: absolute;
    right: 12px;
    text-indent: -9999em;
    width: 200px;
}
.headerLinks {
    font-size: 0.9em;
    margin: 0 0 10px;
    padding: 5px 0 0;
    text-align: right;
}
.headerLinks a, .headerLinks a:link, .headerLinks a:visited {
    margin: 0 3px;
    text-decoration: none;
}
.headerLinks a:hover, .headerLinks a:active {
    text-decoration: underline;
}


/* ## Disabled Form Fields ## */

.siteSearch {
    color: #FFFFFF;
    margin: 0;
}
.siteSearch label {
    display: none;
}






/* ==========================================================================
   Global Modules
   ========================================================================== */

.mod { position: relative; }

.title { position: relative; margin: 0 0 1em; }
.titleAlt { margin:0 0 0.1em; font-size:1.2em; }
.titleAlt2 {  }

.title .more {
	position: absolute;
	top:0;
	right: 0;
	font-size: 0.6em;
}

.modContent{
	padding: 15px;
}



/* Item Lists Content
   ========================================================================== */

.itemList { 
	margin:0; 
	padding:0; 
	list-style:none; 
}

.item { 
	display: table;
	padding: 1em 0; 
	width: 100%;
	border-top: 1px solid #ccc; 
}
.item:first-child { border-top:0; padding-top:0; }
.item:last-child { padding-bottom: 0; }

.item > .content {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}

.item .contentExtra {
	display: table-cell;
	vertical-align: top;
}

.content .title { margin:0; }
.itemList .content p { margin: 0; }
.content .date { font-size:0.85em; }


/* Item Media
   ========================================================================== */

.aside { 
	display: table-cell;
	padding: 0 15px 0 0; 
	text-align: center;
}

.caption {
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
}


/* Media Queries for Item Lists 
  ========================================================================== */


@media (max-width : 400px) { 
	
	.item { display: block; }
	.item > .content { display: block;}
	.item > .aside { display: block;}
	.home-banner-table.landscape .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td .btnWrapper .btn { 
       font-size:10px !important;
    }  

}


/* News
   ========================================================================== */

.article > .aside {
	float:right; 
	margin: 1em;
}

.meta{
	margin:0.5em 0;
}

.meta > div {
	float: left;
}

.meta .social-tools{
	float: right;
}


/* ==========================================================================
   Filters
   ========================================================================== */

.filter{
    margin: 6px 0px 15px 0px;
	padding: 17px 0px 0px 0px;
	border-top: 2px solid #e6e2da;
	background: transparent;
}

.filter-options{
	float: left;
}

.filter-actions{
	float: right;
}

/* Pagination
   ========================================================================== */


.paging-results { 
	float: left;
}

.paging-list {
	float: right;
}

.paging-list ul {
	display: block;
	padding: 0;
	margin: 0;
}

.paging-list li{
	display: block;
	padding: 0;
	margin: 0;
	border: 1px solid #002B40;
	border-left-width: 0;
	float: left;
}

.paging-list li:first-child{
	border-left-width: 1px;
}

.paging-list li a,
.paging-list li span {
	display: block;
	min-width: 30px;
	padding: 2px 5px;
	text-align: center;
}

.paging-list li a {
	/* Link State */
}

.paging-list li span {
	/* Current Page State */
}

.paging-list li.disabled { 
	display: none;
}

.paging-list li.disabled+li { 
	border-left-width: 1px;
}

.paging-list li.disabled+.all {
	border-left-width: 0;
}


/* pagination and filters */

.filters {float:left; display:inline; margin:0 0 5px 0;}
.filters .filterList {float:left; display:inline; margin-bottom:5px;}
.filters label { display:inline; margin:0 5px 0 0; font-weight:bold; font-size:0.8em; }
.filters .sortList {float:left; display:inline;  padding:3px 10px 0;}
.filters .sortList label {margin:0 5px 0 0;}
.filters select {margin-right:10px;}


.filters .sortList .last {border-right:0;}
.filters .sortItem {display:inline; margin:0; padding:2px 4px; font-size:0.8em; border-right:1px solid #999999;}
.filters .sortItem a, .filters .sortItem a:link, .filters .sortItem a:visited {padding-right:12px; text-decoration:none; background:url(/cms/images/layout/arrow_sortorder.gif) no-repeat 100% 2px;}
.filters .sortItem a.down, .filters .sortItem a.down:link, .filters .sortItem a.down:visited {font-weight:bold; background-position:100% -18px;}
.filters .sortItem a.up, .filters .sortItem a.up:link, .filters .sortItem a.up:visited {font-weight:bold; background-position:100% -38px;}

.pagination {float:right; /*width:400px;*/ margin:0 0 10px 0; text-align:right;}
.pagination .view {float:right; display:inline; padding: 0px 0px 0px 10px;}
.pagination .view a,.pagination .view a:link, .pagination .view a:visited { display:inline-block; text-decoration:none; padding:2px 6px;}
.pagination .paging {float:right; display:inline; padding: 0px 0px 0px 10px; border-right: 0px solid #999999;}
.pagination .paging a,.pagination .paging a:link,.pagination .paging a:visited {float:left; display:inline; margin:0 0px; padding:2px 6px; text-align:center; text-decoration:none; }
.pagination .paging .active {float:left; display:inline; margin:0 4px; padding:2px 6px; text-align:center; color:#000; background-color:#d2d2d2; text-decoration:none; border:1px solid #969696;}
.pagination .paging .total { float:left; display:block; padding-top:2px; color:#999999;}
.pagination a.arrowRight,.pagination a.arrowRight:link,.pagination a.arrowRight:visited {float:left; display:inline; background:url(/cms/images/layout/arrow_right_gray.gif) no-repeat 50% 50%; text-indent:-9999em;}
.pagination a.arrowLeft,.pagination a.arrowLeft:link,.pagination a.arrowLeft:visited {float:left; display:inline; background:url(/cms/images/layout/arrow_left_gray.gif) no-repeat 50% 50%; text-indent:-9999em;}



/* ==============================================================
   GLOBAL STYLES 
   ============================================================== */

/*--- where is this used at? ----*/
.alert {
    float: left; 
    margin: 22px 20px 20px 0px; 
    clear: left;  
    background: #34441E; 
    border: 1px solid #536541; 
    color: #fff; 
    padding: 15px; 
    overflow: hidden; 
    width: 100%;
}
.alert a { 
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-decoration: none;
}
.alert a:hover { 
    text-decoration: underline;
}

.alertleft {
    float: none; 
    display: table-cell; 
    position: relative; 
    vertical-align: middle;
    padding: 10px 15px 10px 10px;
}
.alertright {
    float: none; 
    display: table-cell; 
    position: relative; 
    vertical-align: middle;    
}

.bdr        { border:1px solid #555244; padding:1px; background-color:#a7a496; }
.bdrTop     { border-top:1px solid #999; }
.bdrRight   { border-right:1px solid #999; }
.bdrBottom  { border-bottom:1px solid #999; }
.bdrLeft    { border-left:1px solid #999; }

.bdrDash        { border:1px dashed #555244; }
.bdrDashTop     { border-top:1px dashed #999; }
.bdrDashRight   { border-right:1px dashed #999; }
.bdrDashBottom  { border-bottom:1px dashed #999; }
.bdrDashLeft    { border-left:1px dashed #999; }

.alternate	{background-color: #d8d8d8;}
.row		{background-color: #ffffff;}


/* ##  Error Markers  ## */
   
.fieldlbl {padding:4px 2px 0 0; text-align:right;}
.field {padding-left:2px;}
.fieldpad {padding-bottom:2px;}

.fieldtext {color:#000000;}
.fielderror {color:#cc0000;}
.fieldnorm {width:16px; height:20px;}
.fieldreq {width:16px; height:20px; background:transparent url(/cms/images/global/field-req.gif) no-repeat center right;}
 span.fieldreq {padding:0 6px; background-position:center center;}
 span.fieldnorm {padding:0 6px; background-position:center center;}
.fieldred {width:16px; height:20px; background:transparent url(/cms/images/global/field-error.gif) no-repeat center right;}
 span.fieldred {padding:0 6px; background-position:center center;}

 
/* ##  Tooltip Classes  ## */

.toolTipWrpr {display:none;width:340px;z-index:99;}
.toolTipShadow {background: url(/cms/images/core/tooltipbacktop.png) no-repeat top left;padding: 10px 13px 1px 13px;color:#666666;}
.toolTopShadowBottom {background: url(/cms/images/core/tooltipbackbottom.png) no-repeat top left;width:340px;height:16px;}
.toolTipDate {font-size:11px;color:#999999;font-weight:bold;}
.toolTipName {font-size:14px;color:#666666;font-weight:bold;margin-bottom:14px;}


/* ##  Generic Pager  ## */

.pager-all {
    display: table;
    min-width: 200px;
    margin: 0px auto;
}

.genericPager {}
.genericPager ul {
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    font-family: 'Source Sans Pro', sans-serif; 
    font-weight: 700;
}
.genericPager li {
    float: left; 
    display: block;
    font-size: 14px; 
    margin: 0px 0px 15px 0px;
    padding-left: 8px;
    padding-right: 8px;
}
.genericPager li a {
    float: left; 
    color: #333; 
    padding: 5px 10px; 
    border: 1px solid #333;
    text-decoration: none; 
    -webkit-border-radius: 2px;    
       -moz-border-radius: 2px;
            border-radius: 2px;    
}
.genericPager li a:hover, 
.genericPager li a:focus { 
    color: #fff; 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed273d+0,f36e2f+100 */
    background: rgb(237,39,61); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkMjczZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMzZlMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(237,39,61,1) 0%, rgba(243,110,47,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(237,39,61,1)), color-stop(100%,rgba(243,110,47,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(237,39,61,1) 0%,rgba(243,110,47,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(237,39,61,1) 0%,rgba(243,110,47,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(237,39,61,1) 0%,rgba(243,110,47,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(237,39,61,1) 0%,rgba(243,110,47,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed273d', endColorstr='#f36e2f',GradientType=1 ); /* IE6-8 */
    border: 1px solid #ED273D; 
    text-decoration: none; 
}
.genericPager li.nolink {
    color: #fff; 
    border: 1px solid #ddd; 
    padding: 5px 10px; 
}
.genericPager li.active {
    padding-top: 0px;         
}

.genericPager li.active span {
    display: block;
    height: 30px;
    color: #fff; 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed273d+0,f36e2f+100 */
    background: rgb(237,39,61); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkMjczZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMzZlMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(237,39,61,1) 0%, rgba(243,110,47,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(237,39,61,1)), color-stop(100%,rgba(243,110,47,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(237,39,61,1) 0%,rgba(243,110,47,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(237,39,61,1) 0%,rgba(243,110,47,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(237,39,61,1) 0%,rgba(243,110,47,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(237,39,61,1) 0%,rgba(243,110,47,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed273d', endColorstr='#f36e2f',GradientType=1 ); /* IE6-8 */
    border: 1px solid #ED273D; 
    text-decoration: none; 
    padding: 5px 10px; 
    -webkit-border-radius: 2px;    
       -moz-border-radius: 2px;
            border-radius: 2px; 
}

.genericPager li a.icon-double-bracket-left {
    padding-left: 5px;
}

.genericPager li a.icon-double-bracket-left span {
    padding-left: 3px;
}

.genericPager li a.icon-double-bracket-left:before {
    float: left;
    padding-top: 1px;
}

.genericPager li a.icon-double-bracket-right {
    padding-right: 5px;
}

.genericPager li a.icon-double-bracket-right span {
    padding-right: 3px;
}

.genericPager li a.icon-double-bracket-right:before {
    float: right;
    padding-top: 1px;
}

.genericPager li:last-child { 
    margin-right: 0px;
    padding-right: 0px;
}

.filters-all {
    display: block;
    margin-top: 20px;
    font-size: 14px;
}

.filters-all label {
    margin-right: 5px;
    font-size: 14px;
    font-weight: 500;
}

.filters-all select {
    padding: 3px 20px 3px 5px;
    margin: 0;
    background: url(/cms/images/layout/select.png) no-repeat 96% 50%;
    color: #333;
    font-size: 14px;
    border: 1px solid #292928;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .filters-all select {
        padding: 3px 5px 3px 5px;        
        background: none;
    }
}

.filters-all .txt-display {
    display: none;
}

.filters-all .total {
    margin: 2px 4px 0px 6px;
    color: #333 !important;
}

.filters-all .view-all {
    margin-left: 3px;    
}

.filters-all .view-all a {
    color: #ee2a40;
}

.filters-all .view-all a:hover {
    text-decoration: underline;
}

.filters-all .paging a.n-p-n {
    float: left; 
    width: 30px;
    height: 27px;
    color: #333; 
    padding: 4px 5px 5px 5px; 
    box-sizing: border-box;
    border: 1px solid #333;
    text-decoration: none; 
    -webkit-border-radius: 2px;    
       -moz-border-radius: 2px;
            border-radius: 2px;    
}
.filters-all .paging a.n-p-n:hover, 
.filters-all .paging a.n-p-n:focus { 
    color: #fff; 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed273d+0,f36e2f+100 */
    background: rgb(237,39,61); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkMjczZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMzZlMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(237,39,61,1) 0%, rgba(243,110,47,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(237,39,61,1)), color-stop(100%,rgba(243,110,47,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(237,39,61,1) 0%,rgba(243,110,47,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(237,39,61,1) 0%,rgba(243,110,47,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(237,39,61,1) 0%,rgba(243,110,47,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(237,39,61,1) 0%,rgba(243,110,47,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed273d', endColorstr='#f36e2f',GradientType=1 ); /* IE6-8 */
    border: 1px solid #ED273D; 
    text-decoration: none; 
}

.filters-all .paging .icon-bracket-left2:before,
.filters-all .paging .icon-bracket-right2:before {
    font-size: 12px;
}

.filters-all .paging .icon-bracket-right2:before {
    padding-left: 2px;
}


/* ##  Smart Bug  ## */

.smartbug ul { list-style-type:none; background-color:#ccc; font-size:10px; border-left:1px solid #000; border-right:1px solid #000; border-top:1px solid #000; padding:0px; }
.smartbug li { border-bottom:1px solid #000; }
.smartbug a, .smartbug a:link, .smartbug a:visited { text-decoration:none; display:block; color:#000; padding:5px; }
.smartbug a:hover { background-color:#999; text-decoration:underline; }


/* ##  Master Overlay Styles ## */

.siteOverlay {
    display:none;
    position:relative;
    width:550px;
    max-width:95%;
    min-height:1px;
    background-color:#fff;
    z-index:1000;
    -webkit-border-radius:5px;    
       -moz-border-radius:5px;
            border-radius:5px;
    -webkit-box-shadow:0 0 15px #333;
       -moz-box-shadow:0 0 15px #333;
            box-shadow:0 0 15px #333;
}
.siteOverlay .overlayBar {position:relative; padding:7px 10px; text-align:right; border-bottom:1px solid #e6e6e6;}
.siteOverlay .overlayClose {display:inline-block; cursor:pointer; z-index:5;}
.siteOverlay .overlayContent {padding:15px;}

.overlayTitle {font-size:1.5em; margin:0 0 10px;} 
.overlaySubTitle {font-size:1.1em; margin:0 0 10px;}


/* =================================================================
                           MODULE STYLES 
===================================================================*/

.breadcumbs-page-tools {
    display: block;
    position: relative;
    margin: 0px 0px 0px 0px;
    max-height: 148px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.3);
}

.breadcumbs-page-tools-in {
    display: table;    
    margin: 0px auto 0px auto;    
    padding: 17px 15px 17px 15px;    
    width: 100%;    
    max-width: 1200px;
    box-sizing: border-box;    
}

.breadcumbs-page-tools a {
    color: #fff
}

/* ##  Breadcrumb  ## */

.breadcrumbs {
    display: table-cell; 
    padding: 0px 0px 0px 0px; 
    width: 60%; 
    vertical-align: top;
}
.breadcrumbs a, .breadcrumbs a:visited { text-decoration:none; font-weight: 700;}
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active { text-decoration:underline; }
.breadcrumbs span.separator { margin:0 7px; font-weight:normal; }



/* ##  PAGE TOOLS  ## */
/* Print and Email icons and wrapper */

.page-tools { 
    display: table-cell; 
    position:relative; 
    z-index:1; 
    letter-spacing: 1px; 
    text-align: right;
    width: 40%; 
    vertical-align: top;
    font-size: 14px;
    margin: 0px 0px 0px 0px;     
}
.page-tools a,
.page-tools a:link,
.page-tools a:visited {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.page-tools a:hover,
.page-tools a:active {
    text-decoration: underline;
}

.page-tools .email {
    float: right;
    margin: 0px 0px 0px 45px;
}
.page-tools .email .icon {
    position: absolute;
    fill: #fff;
    width: 22px;
    height: 22px;
    margin: -1px 0px 0px -27px;    
}

.page-tools .print {
    float: right;
    margin: 0px 0px 0px 45px;
}
.page-tools .print .icon {
    position: absolute;
    fill: #fff;
    width: 22px;
    height: 22px;
    margin: -1px 0px 0px -27px;    
}

.page-tools .share {
    float: right;
    margin: 0px 0px 0px 45px;
}
.page-tools .share .icon {
    position: absolute;
    fill: #fff;
    width: 22px;
    height: 22px;
    margin: -1px 0px 0px -27px;    
}

.page-tools .recent {
    float: right;
    margin: 0px 0px 0px 45px;
}
.page-tools .recent .icon {
    position: absolute;
    fill: #fff;
    width: 22px;
    height: 22px;
    margin: -1px 0px 0px -27px;    
}

.pageToolsWrapper {float:right; display:inline; padding:5px 0 0 0; text-align:right;}

.pageTool { margin:0 10px 0; font-size:0.938em; color:#686868; font-weight:normal; text-decoration:none; cursor:pointer; }

.pageToolsWrapper a { float:right; display:inline;  }
.pageToolsWrapper a:hover,
.pageToolsWrapper a:active {color:#1C4E87; text-decoration:underline;}

.pageToolsWrapper a.bookmark,
.pageToolsWrapper a.bookmark:link,
.pageToolsWrapper a.bookmark:visited {padding:0 0 0 18px; margin-left:7px; background-position:0 -39px;}
.pageToolsWrapper a.bookmark:hover,
.pageToolsWrapper a.bookmark:active {background-position:0 -119px;}

.pageToolsWrapper .addthis_toolbox { float:right; display:inline; }
.pageToolsWrapper .addthis_toolbox a,
.pageToolsWrapper .addthis_toolbox a:link,
.pageToolsWrapper .addthis_toolbox a:visited {background:none; padding:0; margin:0 0 0 5px; }

.addthis_toolbox { display:inline; }


/* ## Email a Friend ## */

.emailFriendWrapper {}
.emailFriendWrapper .inner { padding:10px; }
.emailFriendWrapper .emailFriendSender { margin:10px 0 20px; border-bottom:0px dashed #ccc; }
.emailFriendWrapper .emailFriendAdditional { margin:10px 0 0; padding:20px 0 0; border-top:0px dashed #ccc; }

.emailFriendWrapper .site-header {
    display: table;
    width: 100%;
    margin: 5px 0px 0p 0px;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    background: #34441E none repeat scroll 0% 0%;
}

.emailFriendWrapper .site-header a.site-logo, 
.emailFriendWrapper .site-header a.site-logo:link {
    margin: 0px 0px 0px 25px;
}

.emailFriendWrapper .site-header .print-td {
    display: table-cell;
    padding: 10px 0px 15px 0px;
    vertical-align: middle;
    font-size: 1.13em;
    letter-spacing: 1px;
    color: #fff;
}

.emailFriendWrapper .site-header .print-td.right {
    padding-right: 20px;
    text-align: right;
}

.emailFriendWrapper .site-header .print-td span {
    font-weight: 700;
    padding-right: 5px;
}

.emailFriendWrapper .site-header .print-td p {
    margin: 0px 0px 0px 0px;
}

.emailFriendWrapper .site-header .print-td a {
    font-weight: 500;
    color: #fff;  
    text-decoration: none;    
}

.stHdr {margin-bottom:20px !important;}

.captchaBox {position:relative; margin-left: 0px; max-width: 318px; overflow-x: auto; margin-bottom:15px;}

.emailFriendWrapper .formee input.wht, .emailFriendWrapper .formee textarea.wht {background:#fff !important; border: 1px solid #bcbec0; height:27px; font-size:1.000em;}

.emailFriendWrapper .formee textarea.whtMsg {background:#fff !important; border: 1px solid #bcbec0; font-size:1.125em;}


.emailFriendWrapper .columnRow {
	background:#fff;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	margin:10px;
}


.emailPage {width:100%; margin: 0px auto; line-height:20px; font-size:15px;}
.emailPage h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    color: #333;
    margin: 15px 0px 15px 0px;
}
.emailPage .container {width:100%;}
.emailPage .siteHeader {
	position:relative; 
	margin: 0px 0px 0px 0px; 
}

.emailPage .formee-lbl {
    font-size: 13px; 
    margin-top: 20px; 
    margin-right: 10px;
}

.emailFriendWrapper label.formee {
	font-size:15px;
	color: #333;
	font-family: "Montserrat",Arial,sans-serif;
	font-weight: 300;
}

.emailFriendWrapper em.formee-req {color:#bc112d;}


.emailPage .copyright {position:relative; display:block; margin: -10px 0px 10px 0px; text-align:center; color:#fff; font-size:13px;}

/* =================================================================
                        THIRD PARTY STYLES
===================================================================*/



/* =================================================================
                        PRINT STYLES
===================================================================*/

.print-page .alt-views-detail li { list-style: none !important;}

@media print {
	* { background: transparent !important; color: #000 !important; box-shadow:none !important; text-shadow: none !important;}
	a, a:visited { text-decoration: underline; }
	/*a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }*/
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
    
    
    .grid_5 {
        float: left !important;
        width: 40% !important;
    }
    .grid_7 {
        float: right !important;        
        width: 55% !important;        
    }
       
    .container .grid_3 {
        float: left !important;        
        width: 25% !important;
    }
    
    .container .grid_9 {
        float: left !important;        
        width: 75% !important;
    }    
    
    .site-header { border-bottom: 1px solid #000 !important; margin-bottom: 25px !important;}
    
    .print-page .print { display: none !important; }
    .print-page .print-page { display: block !important; }
    .print-page .container { border: none !important;}
    .productDetails h1 { font-size: 28px !important; font-weight: 700 !important; line-height: 30px !important; }
    .productImage { max-width: 260px !important;  border: none !important;}
    .productImage img { max-width: 250px !important; }
    .productImage .btnEnlarge { display: none !important; }
    .productDetails .btn { background: #fff !important;}
    .detailsRow { margin-bottom: 5px !important;}
    .productDetails p.size { font-size: 1em; margin: 3px 0px 5px 0px; }    
    .main-footer p.info { margin-top: 5px !important; }    
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
    
    .detailsRow input.qty,
    .productDetails.print-view,
    .slick-all.related {
        display: none !important;
    }

    .horizontal-tab iframe[src*="youtube"] {display:none;}
    
}

	


/* ===============  HOME SLIDESHOW  =============== */

.mainStage {position:relative; overflow:hidden; width:960px; height:425px; margin:0 20px;}

.mainStage h1 {color:#72A3D0; font:normal 14px Sone,'Arial Narrow',Arial,Helvetica,sans-serif; font-stretch:condensed; margin:0 0 0.6em 0; padding:0; text-transform:lowercase; text-shadow:1px 1px 1px #fff; z-index:2;}
.mainStage h1 sup {font-size:0.5em;}
.mainStage h3 {color:#72A3D0; font:bold 20px 'Arial Narrow',Arial,Helvetica,sans-serif; font-stretch:condensed; margin:0 0 0.6em; z-index:2;}
.mainStage-top {position:absolute; top:20px; border-bottom:1px dashed #bbc2c9; width:100%;padding-bottom:4px; z-index:1;}
.mainStage .items {width:20000em; position:absolute; clear:both}
.mainStage .single {float:left; position:relative; width:960px; height:425px; margin:0; padding:0;  background-repeat:no-repeat; background-position:right 0;}
.mainStage .single h3 { font-size:60px; text-transform:uppercase; margin:80px 0 0 0; text-shadow:2px 2px 2px #ABC9E4;}
.mainStage .single p {font-size:14px; font-weight:bold; color:#72a3d0; line-height:1.6em;}

.mainStage .navi {position:absolute; top:15px; right:0;}
.mainStage a.browse {background:url(/cms/images/slideshow/slide_arrows.png) no-repeat; display:block; width:25px; height:30px; cursor:pointer; font-size:1px; position:absolute; z-index:1000; top:0;}
.mainStage a.right {background-position:-25px 0; right:0;}
.mainStage a.right:hover {background-position:-25px -30px}
.mainStage a.right:active {background-position:-25px -60px}
.mainStage a.left {margin-left:0;right:35px;}
.mainStage a.left:hover {background-position:0 -30px;}
.mainStage a.left:active {background-position:0 -60px;}
.mainStage a.disabled {visibility:hidden !important;}


/* ## Button Styles ## */
/* 
    <span class="btnWrapper"><input class="btn" value="Submit" /></span>
	or
	<a href="#" class="btnWrapper"><span class="btn">Submit</a></a>
*/

.btnWrapper { display:inline-block; text-decoration:none !important; }

.btn { 
    display: inline-block; 
    margin: 0; 
    padding: 10px 15px; 
    color: #fff !important; 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed1c32+0,f36f2f+100 */
    background: rgb(237,28,50); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkMWMzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMzZmMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(237,28,50,1) 0%, rgba(243,111,47,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(237,28,50,1)), color-stop(100%,rgba(243,111,47,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(237,28,50,1) 0%,rgba(243,111,47,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(237,28,50,1) 0%,rgba(243,111,47,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(237,28,50,1) 0%,rgba(243,111,47,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(237,28,50,1) 0%,rgba(243,111,47,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c32', endColorstr='#f36f2f',GradientType=1 ); /* IE6-8 */ 
    text-align: center; 
    text-decoration: none; 
    cursor: pointer; 
    overflow: visible; 
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 3px;    
    -moz-border-radius: 3px;
    border-radius: 3px;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;     
    border: none;
}

.btnWrapper:hover, .btnWrapper:hover .btn { 
    -moz-box-shadow:  inset 0 0 40px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.5);
    box-shadow:  inset 0 0 40px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;    
    -moz-border-radius: 4px;
    border-radius: 4px;  
}

.btnAlt {background-color:#cccccc ;}
/*.btnAlt .btn{color:#666666; background-color:#cccccc ; border:1px solid #fff; text-align:center; text-decoration:none; cursor:pointer;}*/
.btnAlt:hover, .btnAlt:hover .btn { background-color:#E3E3E3; }

.btnLarge .btn {padding:5px 10px; font-size:1.4em;}

.btnFullWidth {display:block;}
.btnFullWidth .btn {display:block; padding-left:0; padding-right:0; }
.btnFullWidth input.btn { width:100%; }


/* ## modifier for icon fonts (IcoMoon) embedded within button wrapper ## */

.btnWrapper [class^="icon-"] { margin:0 3px; font-size:0.7em; }


/* ## Site Icons ## */

.iconImage { position:relative; display:inline-block; bottom:1px; width:10px; height:10px;  vertical-align:middle; text-indent:-9999em; background:url(/cms/images/layout/icons_default.png) no-repeat 0 0; overflow:hidden; }
.iconCart { width:22px; height:22px; background-position:0 0; }
.iconRefresh { width:22px; height:22px; background-position:0 -27px; }
.iconContinueArrow { width:22px; height:16px; background-position:0 -57px; }
.iconCheckbox { width: 18px; height: 14px; background-position: -23px -112px; }
.iconXSquareRed { width: 12px; height: 12px; background-position: 0 -112px; }
.iconSearch { width: 14px; height: 14px; background-position: -55px 0; }
.iconQuestion { width: 22px; height: 22px; background-position: 0 -75px; }


/* ## truncate styling ## */

.truncateLink {}
.truncateLink a, .truncateLink a:link, .truncateLink a:visited { margin-left:5px; }
.truncateLink a.truncateMore, .truncateLink a.truncateMore:link, .truncateLink a.truncateMore:visited {}
.truncateLink a.truncateLess, .truncateLink a.truncateLess:link, .truncateLink a.truncateLess:visited {}


/* ## footer ## */

.footer {position:relative; margin-bottom:10px; padding:20px 0 0;}
.footerBar {margin-bottom:10px; min-height:1px; padding:10px; background-color:#ecf1f8;}
.ftrPhonenum {float:left; width:170px; height:28px; text-indent:-9999em; background-position:100% 0; background-repeat:no-repeat;}

.advFooter {position: relative; margin-bottom:15px; padding:0 0 5px 0;}
.advFooter li.callout {margin-bottom:10px;}
.advFooter .callout a,
.advFooter .callout a:link,
.advFooter .callout a:visited {font-weight:bold; font-size:1.1em; color:#6d6d6d;}

ul.advList {margin:0 0 10px; padding:0; list-style-type:none;}
ul.advList a,
ul.advList a:link,
ul.advList a:visited {text-decoration:none;}
ul.advList a:hover,
ul.advList a:active {text-decoration:underline;}
ul.advList .listhdng {display:block; margin-bottom:8px; font-size:1.1em;}
ul.advList .listhdng,
ul.advList .listhdng a,
ul.advList .listhdng a:link,
ul.advList .listhdng a:visited {font-weight:bold; color:#6d6d6d;}

.footerHeading {display:block; margin:0 0 2px; font-weight:bold; font-size:1.1em;}

.welcomeMessage {position:absolute; bottom:5px; right:0; width:50%; padding:20px; font-size:12px; background-color:#ECF1F8; border:1px solid #9BAAB7;}
.welcomeMessage .iconClose {position:absolute; top:3px; right:3px; width:13px; height:13px; background:url(/cms/images/layout/icon_x.gif) no-repeat 0 0; cursor:pointer;}

.subFooter { padding:10px 0; }
.footerLinks {}
.footerLinks a,
.footerLinks a:link,
.footerLinks a:visited {text-decoration:none; color:#666666;}

.footerLinks a:hover,
.footerLinks a:active {text-decoration:underline;}

.copyright { text-align:right; color:#787878;}


/* ## Footer Email Signup ## */

.emailSignup {margin:0 0 15px;}
.emailSignup p { margin:0 0 2px 0; }
.emailSignup .imgLabel {float:left; margin:5px 7px 0 0;}
.emailSignup .text {float:left; width:165px; margin:0 5px 0 0;}


/* ## Footer Social Follow ## */

.followUs {margin:0 0 10px;}
ul.socialFollow {margin:0; padding:0; list-style-type:none;}
ul.socialFollow li {display:inline-block;}
ul.socialFollow li a {display:inline-block; width:32px; height:32px; background:url(/cms/images/layout/social-32.png) no-repeat 0 0; text-indent:-9999em; overflow:hidden;}
ul.socialFollow li.facebook a {background-position:0 0;}
ul.socialFollow li.twitter a {background-position:0 -69px;}
ul.socialFollow li.gplus a {background-position:0 -138px;}
ul.socialFollow li.pinterest a {background-position:0 -207px;}


/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */
.tableWrapper { overflow:auto; }


/* ## NEW Limit Text Box ## */

.limitTextBox {}
.limitTextBox span { display:none; }
.limitTextBoxBar { width:100%; margin: 0px 0 15px 0; }
.limitTextBoxBarWrpr {
	width:100%;
	border:0px solid #000;
	overflow:hidden;
	font-size:9px;
	color:#000;
	white-space:nowrap;
	height:5px;
	background-color:#FDFBBE;
}
.limitTextBoxBarInner { width:0%; background-color:#FF0000; }
.limitTextBoxInputWrpr { display:table-cell; width:100%; vertical-align:top; }
.limitTextBoxInputWrpr textarea { box-sizing:border-box; vertical-align:top; }
.limitTextBoxSpellWrpr { display:table-cell; padding-left:5px; vertical-align:top; }
.limitTextBoxSpellWrpr img { max-width:16px !important; cursor: pointer; }

/* ## Custom Styles ## */

.site-body-split {
    background: #fff;
}

.header-table-nav {
    display: table;
    width: 100%;
}

.header-table-cell-logo {
    display: table-cell; 
    vertical-align: top;
    padding: 0px 10px;
}

.header-table-cell-nav {
    display: table-cell; 
    vertical-align: top;
    padding: 0px 10px;    
}

.site-header-split {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);    
}

body.body-interior .ineterior-header-bg {
    display: block;
    margin: 0px auto;
    background: url(/cms/images/layout/interior-header-bg.jpg) center; 
}

.site-header {
    position: relative;
    max-width: 1230px;
    margin: 0px auto;
}

.site-header a.site-logo,
.site-header a.site-logo:link,
.site-header a.site-logo:visited { 
    float: none; 
    display: block; 
    width: 185px; 
    height: 108px; 
    margin: 7px 0px 0px 10px; 
    background:url(/cms/images/layout/logo.png) no-repeat 0 0; 
    text-indent: -9999em;
}


ul.header-links {
    display: block;
    position: relative;
    z-index: 1;
    float: right;
    list-style: none;
    margin: 17px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 0.88em;
    color: #fff;
}
ul.header-links li {
    float: right;
    padding: 10px 15px;
}
ul.header-links li p {
    margin: 0px 0px 0px 0px;
}

ul.header-links.drawer {
    display: block;
    position: relative;
    z-index: 1;
    float: left;
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    font-size: 0.88em;
    color: #fff;
    border-top: 1px solid #333;
}
ul.header-links.drawer li {
    float: left;
    padding: 15px 15px;
}

ul.header-links li a {
    color: #fff;
    text-decoration: none;
}

ul.header-links li a:hover {
    text-decoration: underline;
}

ul.header-links li a.phone {
    position: relative;
    padding: 0px 0px 0px 25px;
}


ul.header-links li.truck .icon {
    position: absolute;
    fill: #fff;
    width: 20px;
    height: 20px;
}

ul.header-links.drawer li.truck .icon {
    position: absolute;
    fill: #fff;
    width: 20px;
    height: 20px;
    top: 23px;
}

span.shipping {
    margin-left: 27px;
}

ul.header-links li.cart-link {
    float: right;
    position: relative;
    padding: 10px 0px 0px 0px;
}

ul.header-links li a.cartLink {
    border: 1px solid #fff;
    padding: 5px 40px 5px 10px;
    -webkit-border-radius: 3px;    
    -moz-border-radius: 3px;
    border-radius: 3px;    
}

ul.header-links li a.cartLink .icon {
    position: absolute;
    fill: #fff;
    width: 20px;
    height: 23px;
    top: 6px;
    right: 18px;
}

ul.header-links li a.cartLink #spanCartTotal /*.cart-qty-bg*/ {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e02133+0,f1692f+100 */
    background: rgb(224,33,51); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwMjEzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMTY5MmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(224,33,51,1) 0%, rgba(241,105,47,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(224,33,51,1)), color-stop(100%,rgba(241,105,47,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(224,33,51,1) 0%,rgba(241,105,47,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(224,33,51,1) 0%,rgba(241,105,47,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(224,33,51,1) 0%,rgba(241,105,47,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(224,33,51,1) 0%,rgba(241,105,47,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e02133', endColorstr='#f1692f',GradientType=1 ); /* IE6-8 */
    position: absolute;
    z-index: 9;
    -webkit-border-radius: 50%;    
    -moz-border-radius: 50%;
    border-radius: 50%;   
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.75em;
    font-weight: 900;
    line-height: 9px;
    padding: 5px 5px 5px 4px;
    text-align: center;
    margin: -2px 0px 0px 15px;    
}

.grid_10.no-relative {
    position: static !important;
}

/* Search */

.search-desktop {
    position: relative;
    z-index: 1;
    color: #0F0D0E;
    margin: 0;
    background: #0F0D0E;
}

.search-desktop .container {
    width: 100%;
    display: table;
}

.search-desktop .search-desktop-input {
    display: table-cell;
    vertical-align: middle;
}

.search-desktop .search-desktop-input label {
    display: none;
}

.search-desktop .search-button {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-left: 15px;
}

.search-desktop .search-in {
    position: absolute; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px; 
    left: 0px;  
    width: 100%;
    border: none; 
    display: none;
    background: #fff;
    color: #fff;
    padding: 20px 17px 20px 17px;
}


.search-desktop .btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed1c32+0,f36f2f+100 */
    background: rgb(237,28,50); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkMWMzMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMzZmMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(237,28,50,1) 0%, rgba(243,111,47,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(237,28,50,1)), color-stop(100%,rgba(243,111,47,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(237,28,50,1) 0%,rgba(243,111,47,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(237,28,50,1) 0%,rgba(243,111,47,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(237,28,50,1) 0%,rgba(243,111,47,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(237,28,50,1) 0%,rgba(243,111,47,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1c32', endColorstr='#f36f2f',GradientType=1 ); /* IE6-8 */ 
    display: block;
    width: 100%;
    height: 58px; 
    border: 0px; 
    position: relative;
    margin: 0px 0px 0px 0px; 
    cursor: pointer; 
    padding: 0px 0px 0px 0px; 
    font-size: 1.25em;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 3px;    
    -moz-border-radius: 3px;
    border-radius: 3px;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;    
}

.search-desktop .btn:hover {
    -moz-box-shadow:  inset 0 0 40px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.5);
    box-shadow:  inset 0 0 40px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;    
    -moz-border-radius: 4px;
    border-radius: 4px;  
}

.search-li .search-desktop-drop {
    cursor: pointer;
}

.search-li .search-desktop-drop:after {
    content:" ";
    display:inline-block;
    position:absolute; 
    z-index: 999;
    bottom: -14px; 
    right: 40%;
    margin: -3px 0px 0px 0px;
    vertical-align:middle;
    border:9px solid transparent;
    /* Extra is for anti-aliasing issues in firefox and others */
    border:9px solid transparent;
    border-top-color:transparent;
    -wekbit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0.98) translateY(-50%);
        -ms-transform: scale(0.98) translateY(-50%);
            transform: scale(0.98) translateY(-50%);
}

.search-li {
    text-align: center;
}

.search-li .search-desktop-drop.search-desktop-on:after{
    border-top-color:#fff;
    -webkit-transform: scale(0.98) translateY(-75%) rotate(-180deg);
        -ms-transform: scale(0.98) translateY(-75%) rotate(-180deg);
            transform: scale(0.98) translateY(-75%) rotate(-180deg);
}    

.search-li .icon {
    fill: #fff;
    width: 23px;
    height: 20px;
    cursor: pointer;
}


.search-desktop .formee .text {
    background: none;
    font-size: 1.25em;
    text-transform: normal;
    color: #9a9a9a !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
    height: 58px;
    display: block; 
    float: left;
    font-style: italic;
    font-weight: 400;
    background: #f2eee6;
    border: 1px solid #e3e6e9;
    -webkit-box-shadow: inset 1px 1px 1px 0px #4d4d4d;
    -moz-box-shadow: inset 1px 1px 1px 0px #4d4d4d;
    box-shadow: inset 1px 1px 1px 0px #4d4d4d;
    width: 100%;
}

.search-mobile {
    position: relative;
    color: #0F0D0E;
    margin: 0;
    background: #0F0D0E;
}

.search-mobile .container {
    display: table;
}

.search-mobile .search-desktop-input {
    display: block;
    vertical-align: middle;
}

.search-mobile .search-desktop-input label {
    display: none;
}

.search-mobile .search-button {
    display: inline;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    margin: 12px 0px 0px 0px;
    right: 0px;
}

.search-mobile .search-in {
    position: relative; 
    margin-top: 0px; 
    border: none; 
    display: block;
    background: #211c16;
    color: #fff;
    padding: 0ox;
}


.search-button.icon-search:before {
    font-size: 20px;
    color: #9a9a9a;
    position: absolute;
}

.search-mobile .btn {
    width: 30px; 
    height: 30px; 
    border: 0px; 
    text-indent: -999999em;
    background: transparent;
    position: relative;
    margin: 0px 0px 0px 0px; 
    cursor: pointer; 
    padding: 0px 0px 0px 0px; 
}

.search-mobile .btn:hover {
    -moz-box-shadow:  inset 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0);
    box-shadow:  inset 0px 0px 40px rgba(0, 0, 0, 0);
    border-radius: 0px;
}

.search-mobile .formee .text {
    background: none;
    font-size: 1.25em;
    text-transform: normal;
    color: #9a9a9a !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 8px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
    height: 44px;
    display: block; 
    float: left;
    font-style: italic;
    font-weight: 400;
    background: #211c16;
    border: 1px solid #333333;
    width: 100%;
    min-width: 100px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}

.search-mobile .formee .text:hover,
.search-mobile .formee .text:focus {
    background: #333333 !important;
    border: 1px solid #0F0D0E !important;    
}

.change-shipping-drop {
    text-decoration: underline;
    cursor: pointer;
}

.change-shipping {
    position: relative;
    color: #0F0D0E;
    margin: 0;
    background: #0F0D0E;
    width: 100%;
}

.change-shipping .container {
    width: 100%;
    display: table;
    padding: 0px 15px;
}


.change-shipping .change-shipping-in {
    position: absolute; 
    margin-top: 3px; 
    border: none; 
    display: none;
    color: #fff;
    padding: 0px 0px 0px 0px;    
}

.change-shipping .change-shipping-in select {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


.site-wrap {
    overflow: hidden;
}

.home-top-banner {
    display: block;
    position: relative;
    max-width: 1920px;
    margin: 0px auto 0px auto;
    background-color: #FFF;
}

.home-top-banner ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    list-style: outside none none;
    margin: 0px 0px 0px 0px;
    padding: 0px;    
}

.home-top-banner ul li {
    display: table-cell;
    position: relative;
    height: 499px;
}

.home-top-banner ul li img {
    position: absolute;
    max-width: inherit !important;
    left: 50%;
    margin-left: -960px;
    
}

.home-top-banner .home-top-banner-text {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .home-top-banner .home-top-banner-text {
        position: relative;
        z-index: 1;
        bottom: 0px;
        width: 100%;
        height: 100%;
        text-align: center;
    }
} 

 
.home-top-banner .home-top-banner-text .home-top-banner-table {
    display: table;
    max-width: 1230px;
    width: 100%;
    height: 100%;
    margin: 0px auto;
}

.home-top-banner .home-top-banner-text .home-top-banner-table .home-top-banner-table-tr {
    display: table-row;
}

.home-top-banner .home-top-banner-text .home-top-banner-table .home-top-banner-table-tr .home-top-banner-table-td {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 65px;
}

.home-top-banner .home-top-banner-text .home-top-banner-copy {
    min-height: 150px;
    max-height: 280px;    
    overflow-x: auto;
    overflow-y: auto;
}

.home-top-banner .home-top-banner-text h2.title {
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    font-size: 4em;
    line-height: 70px;
    color: #fff;
    text-transform: uppercase;
}

.home-top-banner .home-top-banner-text p {
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    font-size: 4em;
    line-height: 70px;
    color: #fff;
    text-transform: uppercase;    
}

.home-top-banner .home-top-banner-text h2.title span {
    display: block;
}


.home-top-banner .home-top-banner-text .btnWrapper { 
    margin-top: 25px;
}

.home-top-banner .home-top-banner-text .btnWrapper .btn { 
    padding: 20px 35px;
}

.home-banners-all.w-slider {
    position: relative;
    margin: 45px auto 25px auto;
    max-width: 1200px;
}

.home-banners-all {
    position: relative;
    margin: 0px auto 35px auto;
    max-width: 1200px;
}

.home-banner-table {
    display: table;
    position: relative;
    width: 100%;
    margin: 0px 0px 0px 0px;
    box-sizing: border-box;
    overflow: hidden;
}

.home-banner-row {
    display: table-row;
}

.home-banner-cell {
    display: table-cell;
    vertical-align: top;
}

.home-banner-cell.left {
    width: 75%;
    padding-right: 8px;    
}

.home-banner-cell.right {
    width: 25%;
    padding-left: 8px;    
}

.home-banner-cell .cycle-slideshow, 
.home-banner-cell .cycle-slideshow * { 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
}

.home-banner-cell .cycle-slideshow { 
    width: 100%; 
    min-width: 200px; 
    max-height: 580px;
    margin: 0px auto 0px auto; 
    padding: 0; 
}


/* images */
.home-banner-cell .cycle-slideshow > a > img { 
    width: 100%;
    position: static;
    display: block;
}

/* divs */
.home-banner-cell .cycle-slideshow > div { 
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0;
}

.home-slide-content > div { background: white }
.home-slide-content > div > img { display: block; }
.home-slide-content > div .cycle-overlay { 
    color: white; background: black; opacity: .6; filter:alpha(opacity=60);
    position: absolute; bottom: 0; width: 100%; padding: 15px;
}

.cycle-slideshow > div { background: white }
.cycle-slideshow > div > img { display: block; }
.cycle-slideshow > div .cycle-overlay { 
    color: white; background: black; opacity: .6; filter:alpha(opacity=60);
    position: absolute; bottom: 0; width: 100%; padding: 15px;
}

.home-slider-pager {
    position: absolute;
    z-index: 99999;
    bottom: 35px;
    right: 35px;
    display: block;
    width: 60%;
    padding: 0;
    list-style: none;
    text-align: right;
}


.pager-circle {
    display: inline-block;
    margin: 0px 5px;
    width: 17px;
    height: 17px;
    background: transparent;
    text-align: center;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-border-radius: 50%;    
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}

.pager-circle.cycle-pager-active {
    background: #fff;
    border: 2px solid #fff;
}

.banner-side-sq {
    position: relative;
    display: block;
    margin: 0px 0px 0px 0px;
    background-color: #FFF;
}

ul.banner-side-list {
    display: table;
    width: 100%;
    table-layout: fixed;
    list-style: outside none none;
    margin: 0px 0px 0px 0px;
    padding: 0px;    
}

.banner-side-sq ul.banner-side-list li {
    display: block;
    position: relative;
    overflow: hidden;
}

.banner-side-sq ul.banner-side-list li p.img {
    margin: 0px 0px 0px 0px;
}

.banner-side-sq ul.banner-side-list li:first-child {
    padding-bottom: 18px;
}

.banner-side-sq .banner-side-list-text {
    position: absolute;
    z-index: 1;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.banner-side-sq .banner-side-list-text .banner-side-list-table {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0px auto;
}

.banner-side-sq .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr {
    display: table-row;
}

.banner-side-sq .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td {
    display: table-cell;
    vertical-align: middle;
}

.banner-side-sq .banner-side-list-text h2.title {
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    font-size: 1.56em;
    line-height: 33px;
    color: #fff;
    text-transform: uppercase;
}

.banner-side-sq .banner-side-list-text h2.title span {
    display: block;
}

.banner-side-sq .banner-side-list-text .icon {
    position: relative;
    fill: #fff;
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}   

.home-banner-table.landscape ul.banner-side-list {
    display: table;
    width: 100%;
    table-layout: fixed;
    list-style: outside none none;
    margin: 5px 0px 0px 0px;
    padding: 0px;    
}

.home-banner-table.landscape ul.banner-side-list li {
    display: table-cell;
    position: relative;
    vertical-align: top;
    padding-right: 8px;
}

.home-banner-table.landscape ul.banner-side-list li:last-child {
    padding-right: 0px;
    text-align: right;
    padding-left: 8px;    
}

.home-banner-table.landscape ul.banner-side-list li.align-right {
    text-align: right;
    padding-left: 8px;
}

.home-banner-table.landscape .banner-side-list-text {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    padding: 15px 35px;
    width: 100%;
    height: 100%;
    text-align: left;
    overflow: hidden;
}

.home-banner-table.landscape .banner-side-list-text .banner-side-list-table {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0px auto;
}

.home-banner-table.landscape .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr {
    display: table-row;
}

.home-banner-table.landscape .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td {
    display: table-cell;
    vertical-align: bottom;
}

.home-banner-table.landscape .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td h2 {
    margin: 0px 0px 10px 0px;
    font-size: 1.88em;
    line-height: 35px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.home-banner-table.landscape .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td h2 span {
    display: block;
}

.home-banner-table.landscape .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td p {
    margin: 10px 0px 10px 0px;
    font-size: 0.88em;
    line-height: 28px;
}
 

.home-banner-table.landscape .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td .btnWrapper { 
    display: inline-block; 
    text-decoration: none !important; 
    /*margin-top: 30px;*/
    margin-bottom: 7%;
}

.home-banner-table.landscape .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td .btnWrapper .btn { 
    display: inline-block; 
    margin: 0; 
    padding: 10px 15px; 
    color: #fff !important; 
   /* background: transparent;*/
    border: 2px solid #fff;
    text-align: center; 
    text-decoration: none; 
    cursor: pointer; 
    overflow: visible; 
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 3px;    
    -moz-border-radius: 3px;
    border-radius: 3px;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;     
}

.home-banner-table.landscape .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td .btnWrapper:hover,
.home-banner-table.landscape .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td .btnWrapper:hover .btn { 
    -moz-box-shadow:  inset 0 0 40px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.5);
    box-shadow:  inset 0 0 40px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;    
    -moz-border-radius: 4px;
    border-radius: 4px;  
}

.main-container {
    position: relative;
    margin: 0px auto;
    padding: 15px 15px 15px 15px;       
    max-width: 1200px;
    box-sizing: border-box;
    /*overflow: auto;*/
}

.home-copy {
    padding-bottom: 40px;
    border-bottom: 2px solid #e6e2da;    
}

.home-copy {
    position: relative;
    margin: 15px auto;
    padding-bottom: 40px;
    max-width: 1200px;
    border-bottom: 2px solid #e6e2da;    
}

.home-copy h2.title {
    margin: 15px 0px 15px 0px;
    font-size: 1.56em;
    line-height: 30px;
    color: #333;
    text-transform: uppercase;
}

.home-copy a {
    text-decoration: none;
}

.home-copy a:hover {
    text-decoration: underline;
}

.home-copy ul.listing {
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
    list-style-type: none;
    width: 100%;
    border-top: 2px solid #e6e2da;
}

.home-copy ul.listing li {
    display: table-cell;
    vertical-align: top;
    line-height: 21px;
    color: #666666;
}

.home-copy .home-news ul.listing li:last-child {
    padding-left: 25px !important;
}

.home-copy ul.listing li h3.title {
    margin: 10px 0px 0px 0px; 
    font-size: 1em;
    text-transform: uppercase;
}

.home-copy ul.listing li h3.title a {
    color: #ed1b32;
    text-decoration: none;
}

.home-copy ul.listing li h3.title a:hover {
    text-decoration: underline;
}

.home-copy ul.listing li span.date {
    margin: 0px 0px 10px 0px;
    font-size: 0.88em;    
}


.home-copy ul.listing li p {
    font-size: 0.88em;    
    margin: 15px 0px 10px 0px;
}

.home-copy span.tw-logo {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.testimonial-rail {
    padding-top: 20px !important;
    padding-bottom: 45px !important;    
}

.testimonial-quote-left {
    display: table-cell;
    vertical-align: top;
    width: 9%;
    padding-top: 15px;
}

.testimonial-quote-left .icon {
    width: 59px;
    height: 48px;
}

.testimonial-quote-right {
    display: table-cell;
    vertical-align: bottom;
    width: 9%;
}

.testimonial-quote-right .icon {
    width: 59px;
    height: 48px;
    float: right;
}

.svg-top {
    stop-color: rgb(243, 105, 47);
    stop-opacity: 1;
}

.svg-bottom {
    stop-color: rgb(238,36,50);
    stop-opacity: 1;
}

.testimonial-footer {
    display: table-cell;
    position: relative;
    margin: 35px 0px 35px 0px;
    color: #333;
}

.testimonial-footer p {
    margin: 15px 0px 15px 0px;
    font-size: 1.25em;
    line-height: 28px;
}

.testimonial-footer span.credit {
    margin: 15px 0px 15px 0px;
    font-size: 0.88em;
    line-height: 20px;
    color: #666;
}

.testimonial-footer span.bold {
    color: #333;
}

.testimonial-footer span.dash,
.testimonial-footer span.dvd {
    color: #333;    
    margin: 0px 5px;
}

/*
.testimonial-footer:before {
    content: '"';
    position: absolute;
    left: -100px;
    top: 0px;
    font-size: 50px;
    line-height: 50px;    
}

.testimonial-footer:after {
    content: '"';
    position: absolute;
    right: -100px;
    bottom: 0px;
    font-size: 50px;
    line-height: 50px;
}
*/

.grid_3.fl-lft_3 {
    float: left;
    padding-left: 0px;
    padding-right: 0px;    
}

.grid_3.fl-lft {
    float: right;
    padding-left: 0px;
    padding-right: 0px;    
}

.grid_3.fl-rgt {
    float: right;
    padding-right: 0px;     
}


.footer-signup {
    display: block;
    position: relative;
    margin: 15px 0px;
    color: #333;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e0d4+0,ffffff+100 */
    background: rgb(230,224,212); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTBkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(230,224,212,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,224,212,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(230,224,212,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(230,224,212,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(230,224,212,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(230,224,212,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e0d4', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */    
}
 

.footer-signup-in {
    display: table;
    margin: 0px auto 0px auto;
}

.footer-signup-in .table-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 35px 10px 25px 10px;
    font-size: 1.88em;
    font-weight: 600;
    line-height: 37px;
}

.footer-signup-in .table-cell span.txt {
    padding-top: 50px;
}

.footer-signup-in .table-cell .btnWrapper .btn {
    padding-left: 25px !important;
    padding-right: 25px !important;
    height: 43px;
    vertical-align: middle;
    line-height: 22px !important;
}

.footer-bg {
    display: block;
    position: relative;
    background: url(/cms/images/layout/ftr-bg.jpg) repeat-x 0 0;    
    margin-top: -20px;
    padding-top: 140px;
}

.main-footer {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
    box-sizing: border-box;
    color: #fff;
}

.main-footer p.info {
    margin: 30px 0px 10px 0px;
    font-size: 1em;
    line-height: 24px;
}

.main-footer p.copy {
    margin: 9px 0px 10px 0px;
    font-size: 0.88em;
    line-height: 24px;    
}

.main-footer p.info a,
.main-footer p.copy a {
    color: #fff;
    text-decoration: none;
}

.main-footer p.info a:hover,
.main-footer p.copy a:hover {
    text-decoration: underline;
}

.main-footer p.info span.dvd {
    margin: 0px 8px;
}

.main-footer p.copy span.dvd {
    margin: 0px 5px;
}

.main-footer p.footer-logo {
    margin: 0px 0px 0px 0px;
}


.main-footer .footer-logo {
    float: right;
}
.main-footer a.footer-logo,
.main-footer a.footer-logo:link,
.main-footer a.footer-logo:visited { 
    float: none; 
    display: block; 
    width: 129px; 
    height: 76px; 
    margin: 0px 0px 0px 0px; 
    background:url(/cms/images/layout/footer-logo.png) no-repeat 0 0; 
    text-indent: -9999em;
}

.footer-nav ul.follow-us {
    display: block;
    list-style: none;
    padding: 3px 0px 0px 0px;
}

.print-page .footer-bg {
    display: block;
    position: relative;
    background: none;    
    margin-top: 0px;
    padding-top: 0px;
}

.print-page .footer-signup,
.print-page .footer-nav,
.print-page .copy,
.print-page .footer-logo,
.print-page .goog-te-gadget {
    display: none;
}

.print-page .wow {
    animation-name: none !important;
    visibility: visible !important;
}   

.print-page .main-footer p.info {
    margin: 5px 0px 10px 0px;
    font-size: 1em;
    line-height: 24px;
}


.print-page .main-footer .container {
    display: block;
    margin: 0px 0px 0px;
    padding: 0px 0px;
    border: 0px solid #E0E0E1;
    background: none;
}

.print-page .main-footer .grid_10 {
    width: 100% !important;
}

.print-page .main-footer .info .mb .dvd {
    color: #fff;
}


.print-page .main-footer .phones {
    display: block;
}

.print-page .main-footer {
    color: #333;
    text-align: center;
}

.print-page .main-footer p.info a {
    color: #333;
}

.print-page .breadcrumbs,
.print-page .page-tools,
.print-page .slick-all.related {
    display: none;
}

.print-page .productDetails table {
    width: 100% !important;
    max-width: 100%;
}

.print-page .productDetails table td {
    padding: 5px 10px;
}

.footer-nav ul.follow-us li {
    float: left;
    margin: 10px 5px 6px 5px;
}

.footer-nav ul.follow-us li:first-child {
    margin-left: 0px;
}

.footer-nav ul.follow-us li:last-child {
    margin-right: 0px;
}


.footer-nav ul.follow-us li .icon {
    fill: #fff;
    width: 25px;
    height: 25px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
    
}

.footer-nav ul.follow-us li .icon:hover {
    fill: #f25f30;
    -webkit-transition: scale(1.1); 
    transform: scale(1.1); 
}

.wow {
    visibility: hidden;
}

.main-container h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 51px;
    text-transform: uppercase;
    color: #333;
    margin: 0px 0px 25px 0px;
}

.main-container h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #333;
    margin: 25px 0px 15px 0px;    
}

.main-container p {
    margin: 15px 0px 15px 0px;
}

.atm-i {
    padding-bottom: 10px !important;
}

/* =================================================================
                        PRINT STYLES
===================================================================*/

.print-page {
    margin: 0px auto;
    padding: 0px 0px;
    max-width: 680px; 
    font-family: 'Lato', Arial, sans-serif;
    font-size: 0.94em;
    line-height: 22px;
    color: #414344;
    background: #F9F9FA;
    box-sizing: border-box;
}

.print-page .container {
    display: block;
    margin: 25px 0px 0px 0px;
    padding: 0px 5px;
    border: 1px solid #e0e0e1;
    background: #fff;
}

.print-page .site-header {
    display: table;
    width: 100%;
	margin: 5px 0px 10px 0px;
    padding: 0px 5px 10px 5px;
    box-sizing: border-box;
    background: #34441e;
}

.print-page .site-header .print-td {
    display: table-cell;
    padding: 10px 0px 15px 0px;
    vertical-align: middle;
    font-size: 1.13em;
    letter-spacing: 1px;
    color: #fff;
}
.print-page .site-header p.site-logo-print {
    margin: 0px 0px 0px 15px;
    padding-left: 15px;
}

.print-page .print-page {
    display: none;
}

.print-page .site-header .print-td.right {
    padding-right: 15px;
    text-align: right;
}

.print-page .site-header .print-td span {
    font-weight: 700;
    padding-right: 5px;
}

.print-page .site-header .print-td p {
    margin: 0px 0px 0px 0px;
}

.print-page .site-header .print-td a {
    font-weight: 500;
    color: #fff;  
    text-decoration: none;    
}

.print-page h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    color: #333;
    margin: 10px 0px 25px 0px;
}

.print-page h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #333;
    margin: 25px 0px 15px 0px;    
}

.print-page p {
    margin: 0px 0px 20px 0px;
}


.print-page .footer {
    display: block;
    margin: 15px 5px 0px 5px; 
    padding: 10px 0px 0px 0px; 
    border-top: 5px solid #34441e;
    text-align: center;    
}

/** Start Twitter Widget **/

.twitter-widget {
    position: relative;
    padding: 0px 0px 0px 0px;
    text-align: left;
    margin: 0px auto;
    max-width: 860px;
}
    
.twitter-widget ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: table;
    table-layout: fixed;
}

.twitter-widget.you-we-tweet h3.title {
    margin: 10px 0px 25px 0px;
    font-size: 2em;
    font-family: 'Courgette', 'Comic Sans MS', cursive;
    font-weight: 300;
    line-height: 1.13em;
    text-align: center;
    color: #c92227;
}

.twitter-widget.you-we-tweet ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: block;
    table-layout: inherit;
}
      
.twitter-widget li {
    padding: 0px 0px 0px 0px;
    float: none;
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.twitter-widget.you-we-tweet {
    display: block;
    position: relative;
}

.twitter-widget.you-we-tweet li {
    padding: 0px 20px 20px 20px;
    float: left;
    display: block;
    width: auto;
}

.twitter-widget li img {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

    
.twitter-widget li span span {
    font-weight: 500;
    font-size: 0.88em;
}  
    
.twitter-widget li h3.title a {
    margin: 10px 0px 0px 0px; 
    font-size: 1em;
    text-transform: uppercase;  
    color: #ed1b32;
    text-decoration: none;   
    font-weight: 700;
}      
    
.twitter-widget li a:hover {
    text-decoration: none;
}      

.twitter-widget li a {
    color: #6D6D6D; 
    text-decoration: underline;       
}    
    
.twitter-widget li a:hover {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);    
}        
    
.twitter-widget li p.tweet {
    margin: 2px 0px 3px 0px;    
}    
    

.twitter-widget li p.interact {
    text-align: right;
    font-size: 1em;
    margin: 0px 0px 0px 0px;
}
    
.twitter-widget li p.interact a {
    color: #a1a1a1;
    font-weight: 500;
    display: inline-block;
    margin: 0px 6px 0px 6px;
    text-decoration: none;    
}   
    
.twitter-widget li p.interact a:hover {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);    
}       
    
.twitter-widget li .twitter-reply .icon, .twitter-widget li .twitter-retweet .icon {
    width: 15px;
    height: 18px;
    display: inline-block;
    overflow: hidden;
}
    
.twitter-widget li .twitter-fav .icon {
    width: 15px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}    
    
.twitter-widget li .twitter-reply .icon:before {
    margin-right: -10px;
    content: url(/cms/images/layout/twitter.png);
    position: relative;
    left: -1px;
    top: 5px;
}   
    
.twitter-widget li .twitter-retweet .icon:before {
    margin-right: -10px;
    content: url(/cms/images/layout/twitter.png);
    position: relative;
    left: -18px;
    top: 5px;
}   
    
.twitter-widget li .twitter-fav .icon:before {
    margin-right: -10px;
    content: url(/cms/images/layout/twitter.png);
    position: relative;
    left: -35px;
    top: 0px;
}    

/** End Twitter Widget **/


.interior-copy h2.title {
    text-transform: uppercase;
    margin-top: 0px;
}

.interior-copy ul.listing {
    margin: 0px 0px 10px 0px;
    padding: 15px 0px 0px 0px;
    list-style-type: none;
    width: 100%;
    border-top: 2px solid #e6e2da;
}

.interior-copy ul.listing li {
    display: block;
    margin: 0px 0px 25px 0px;
    vertical-align: top;
    line-height: 21px;
}


.interior-copy ul.listing li h3.title {
    margin: 10px 0px 0px 0px; 
    font-size: 1em;
    text-transform: uppercase;
}

.interior-copy ul.listing li h3.title a {
    color: #ed1b32;
    text-decoration: none;
}

.interior-copy ul.listing li h3.title a:hover {
    text-decoration: underline;
}

.interior-copy ul.listing li span.date {
    margin: 0px 0px 10px 0px;
    font-size: 0.88em;    
}


.interior-copy ul.listing li p {
    font-size: 0.88em;    
    margin: 15px 0px 10px 0px;
}

span.align-right a {
    color: #ED1B32;
}

.icon-arrow-1 {
    width: 12px;
    height: 10px;
}

.icon-arrow-2 {
    width: 12px;
    height: 15px;
}

.faq-ask {
    float: left;
    display: block;
    margin: 4px 0px 4px 0px;
}
.faq-ask input {
    width: 100%;
}

.FAQWrpr h3 {
    font-weight: 700;
}

.FAQWrpr h4 {
    font-weight: 700;
    margin: 15px 0px 10px 0px;
}
.FAQWrpr li {
    margin-bottom: 5px;
}

.faq-table {
    display: table;
    width: 100%;
}
.faq-table .faq-table-row {
    display: table-row;
}
.faq-table .faq-table-row .faq-table-cell {
    display: table-cell;
}
.faq-table .faq-table-row .faq-table-cell:first-child {
    padding-right: 10px;
}
.faq-table .faq-table-row .faq-table-cell p {
    margin: 0px 0px 0px 0px;
}

.top-page {
    text-align: right;
}

.veiwMore {
    text-align: right;
}

.department-banner {
    position: relative;
    display: block;
    margin: 5px 0px 20px 0px;
}

.department-banner p {
    margin: 0px 0px 0px 0px;
}

.department-banner .banner-side-list-text {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    padding: 15px 35px;
    width: 100%;
    height: 100%;
    text-align: left;
    overflow: hidden;
}

.department-banner .banner-side-list-text .banner-side-list-table {
    display: table;
    width: 100%;
    height: 100%;
    margin: 0px auto;
}

.department-banner .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr {
    display: table-row;
}

.department-banner .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td {
    display: table-cell;
    vertical-align: middle;
}

.department-banner .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td h2,
    .department-banner.slide-content .slider-copy .cycle-overlay-desc div {
    margin: 0px 0px 0px 0px;
    font-size: 3.13em;
    line-height: 54px;
    color: #eecd4f;
    font-weight: 400;
    text-transform: uppercase;
}

.department-banner .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td h2 span {
    display: block;
}

.department-banner .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td p {
    margin: 10px 0px 10px 0px;
    font-size: 0.88em;
    line-height: 28px;
}
 

.department-banner .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td .btnWrapper { 
    display: inline-block; 
    text-decoration: none !important; 
    margin-top: 30px;
}

.department-banner .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td .btnWrapper .btn,
.department-banner.slide-content .slider-copy .btnWrapper .btn { 
    display: inline-block; 
    margin: 0; 
    padding: 10px 15px; 
    color: #fff !important; 
    background: transparent;
    border: 2px solid #fff;
    text-align: center; 
    text-decoration: none; 
    cursor: pointer; 
    overflow: visible; 
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-border-radius: 3px;    
    -moz-border-radius: 3px;
    border-radius: 3px;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;     
}

.department-banner .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td .btnWrapper:hover,
.department-banner .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td .btnWrapper:hover .btn { 
    -moz-box-shadow:  inset 0 0 40px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.5);
    box-shadow:  inset 0 0 40px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;    
    -moz-border-radius: 4px;
    border-radius: 4px;  
}


.divMannager-table {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}
.divMannager-table .divMannager-td {
    display: table-cell;
    vertical-align: top;
    width: 18%;
}
.divMannager-table .divMannager-td.righttd {
    display: table-cell;
    vertical-align: top;
    width: 82%
}
.divMannager-table .divMannager-td.righttd p {
    margin: 0px 0px 0px 0px;
}
.divMannager-table .itemLink img {
    width: 90px; 
} 
.divMannager-table #divHousseAccountInfo {
    display: table-cell;
    vertical-align: top;    
}


.itemWrapper#divItemAdded  p {
    margin: 0px 0px 0px 0px;
}

.itemWrapper#divItemAdded .pop-cart-table {
    display: table;
    margin: 3px 0px 3px 0px; 
}

.itemWrapper#divItemAdded .pop-cart-table .pop-cart-td {
    display: table-cell;
    vertical-align: top;
}

.itemWrapper#divItemAdded .pop-cart-table .pop-cart-td img {
    width: 75px;
}

.itemWrapper#divItemAdded .pop-cart-table .pop-cart-td:first-child {
    padding-right: 10px;
}

.recent-cart .itemWrapper .pop-cart-table .itemContent {
    margin-left: 0px !important;
    padding: 0px !important;
}

.recent-cart .itemWrapper .pop-cart-table .itemContent .itemTitle {
    padding: 0px !important;
    font-size: .9em;
}


.department-banner.slide-content {
    margin-top: 5px;
}

.department-banner.slide-content .slider-copy .cycle-overlay-desc div {
    margin-bottom: 15px
}

.productDetails .resp-tab-content table td {
    padding: 5px 7px;
}

/* =================================================================
                        Media Queries
z===================================================================*/

/* 16px baseline (180px - 480px) */
@media only screen and (min-width:11.250em) and (max-width:30em) {	
    

    .siteOverlay {
        z-index: 99999999;
    }
    
    .site-header a.site-logo,
    .site-header a.site-logo:link,
    .site-header a.site-logo:visited { 
        float: none; 
        display: block; 
        width: 100px; 
        height: 58px; 
        margin: 7px auto 0px auto; 
        background:url(/cms/images/layout/logo.png) no-repeat 0 0; 
        background-size: 100px 58px;
        text-indent: -9999em;
    }
    
    .home-top-banner .home-top-banner-text .home-top-banner-table .home-top-banner-table-tr .home-top-banner-table-td {
        padding-bottom: 25px;
    }    
    
    .home-top-banner .home-top-banner-text .home-top-banner-copy {
        min-height: 150px;
        max-height: 225px;
        overflow: auto;
    }    
    
    .home-top-banner ul li {
        height: 400px;
        overflow: hidden;
    }
    
    .home-top-banner .home-top-banner-text h2.title {
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 10px;
        font-size: 1.88em;
        line-height: 35px;
        color: #fff;
        text-transform: uppercase;
    }      
    
    .home-top-banner .home-top-banner-text p {
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 10px;
        font-size: 1.88em;
        line-height: 35px;
        color: #fff;
        text-transform: uppercase;
    }          
    
    .home-banners-all.w-slider {
        position: relative;
        margin: 15px auto 0px auto;
        max-width: 1200px;
    }

    .home-banners-all {
        position: relative;
        margin: 0px auto 0px auto;
        max-width: 1200px;
    }

    .home-banner-table {
        display: table;
        position: relative;
        width: 100%;
        margin: 0px 0px 0px 0px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .home-banner-row {
        display: table-row;
    }

    .home-banner-cell {
        display: block;
        vertical-align: top;
    }

    .home-banner-cell.left {
        width: 100%;
        padding-right: 0px;
    }

    .home-banner-cell.right {
        width: 100%;
        padding-left: 0px;    
    }

    .banner-side-sq ul.banner-side-list {
        display: table;
        width: 100%;
        table-layout: fixed;
        list-style: outside none none;
        margin: 0px 0px 0px 0px;
        padding: 0px;    
    }

    .banner-side-sq ul.banner-side-list li {
        display: table-cell;
        position: relative;
        overflow: hidden;
        padding: 10px 5px;
    }

    .banner-side-sq ul.banner-side-list li p.img {
        margin: 0px 0px 0px 0px;
    }   
    
    .banner-side-sq ul.banner-side-list li:first-child {
        padding-left: 0px;
    }    

    .banner-side-sq ul.banner-side-list li:last-child {
        padding-right: 0px;
    }        
    
    .banner-side-sq .banner-side-list-text h2.title {
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 10px;
        font-size: 1em;
        line-height: 22px;
        color: #fff;
        text-transform: uppercase;
    }

    .banner-side-sq .banner-side-list-text .icon {
        position: relative;
        fill: #fff;
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }  
    
    .home-banner-table.landscape {
        margin-top: -5px;
    }
    
    .home-banner-table.landscape ul.banner-side-list {
        display: table;
        width: 100%;
        table-layout: fixed;
        list-style: outside none none;
        margin: 0px 0px 0px 0px;
        padding: 0px;    
    }

    .home-banner-table.landscape ul.banner-side-list li {
        display: block;
        position: relative;
        vertical-align: top;
        padding-right: 0px;
    }

    .home-banner-table.landscape ul.banner-side-list li:last-child {
        text-align: center;        
        padding-right: 0px;
        padding-top: 10px;
    }

    .home-banner-table.landscape ul.banner-side-list li.align-right {
        text-align: center;
        padding-left: 0px;
    }

    .home-banner-table.landscape .banner-side-list-text {
        padding: 10px 20px;
    }    
    
    .home-banner-table.landscape .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td h2 {
        font-size: 1em;
        line-height: 22px;
    }

    .home-banner-table.landscape .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td .btnWrapper { 
        margin-top: 5px;
		margin-bottom:2%;
    }  
	/*.home-banner-table.landscape .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td .btnWrapper .btn { 
       font-size:10px;
    }   */
    
    .department-banner .banner-side-list-text {
        padding: 5px 15px;
    }    
    
    .department-banner .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td h2,
    .department-banner.slide-content .slider-copy .cycle-overlay-desc div {
        font-size: 1em;
        line-height: 19px;
    }
    
    .department-banner.slide-content .slider-copy h2 {
        margin: 0px 0px 0px 0px;
        font-size: 1em;
        line-height: 19px;
    }       

    .department-banner .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td .btnWrapper { 
        margin-top: 2px;
    }

    .department-banner.slide-content .slider-copy {
        padding: 0px 15px;
        bottom: 10px !important;
    }
    
    .department-banner .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td .btnWrapper .btn,
.department-banner.slide-content .slider-copy .btnWrapper .btn {
        padding: 3px 10px; 
        font-size: 10px;  
        border: 1px solid #fff;        
    }   
    
    .itemRow .itemWrapper.grid_6 {
        width: 100% !important;
    }
    
    .itemRow .itemWrapper:first-child {
        padding-right: 0px !important;
    }    
    
    .home-slider-pager {
        position: absolute;
        z-index: 99999;
        bottom: 15px;
        right: 15px;
        display: block;
        width: 60%;
        padding: 0;
        list-style: none;
        text-align: right;
    }
    
    .home-copy {
        padding-bottom: 15px;
    }
    
    .home-copy ul.listing li {
        display: block;
        padding-bottom: 10px;        
    }
    
    .home-copy .home-news ul.listing li:last-child {
        padding-left: 0px !important;
    }
    
    .testimonial-rail {
        padding-top: 0px !important;
        padding-bottom: 10px !important;
    }    
    
    .footer-signup-in .table-cell {
        display: block;
    }
    
    .footer-signup-in .table-cell {
        padding: 20px 10px 0px 10px;
        text-align: center;
    }
    
    .footer-signup-in .table-cell:last-child {
        padding-top: 10px;
        padding-bottom: 20px;
    }    
    
    
    .main-container h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 42px;
        text-transform: uppercase;
        color: #333;
        margin: 0px 0px 25px 0px;
    }    
    
    .alertleft {
        float: none; 
        display: block; 
        position: relative; 
        vertical-align: middle;
        padding: 10px 15px 10px 10px;
        text-align: center;
    }
    .alertright {
        float: none; 
        display: block; 
        position: relative; 
        vertical-align: middle;    
    }    

    .filters,
    .filters .filterList {
        float: none;
        display: block;
        min-width: 100px;
        margin: 0px 0px 10px 0px;
    }    
    
    .filters-all .pagination {
        float: left;
        display: block;
        margin: 0px 0px 10px 0px;
        text-align: left;
    }    
    
    .filters-all .pagination .view {
        float: left;
        display: block;
        width: 100%;
        padding: 10px 0px 10px 0px;
    }    
    
    .pagination .paging {
        float: none;
        position: relative;
        display: block;
        width: 100%;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-right: 0px solid #999;
    }    
    
    .genericPager li {
        padding-left: 3px;
        padding-right: 3px;
    }    
    
    .genericPager li a.icon-double-bracket-left,
    .genericPager li a.icon-double-bracket-right {
        height: 29px;
    }    

    .genericPager li a.icon-double-bracket-left span.txt,
    .genericPager li a.icon-double-bracket-right span.txt {
        display: none;
    }

    .genericPager li a.icon-double-bracket-left:before {
        float: left;
        padding-top: 1px;
    }    

    .testimonial-quote-left {
        display: table-cell;
        vertical-align: top;
        width: 60px;
        padding-top: 15px;
    }

    .testimonial-quote-right {
        display: table-cell;
        vertical-align: bottom;
        width: 60px;
    }    
	 .banner-side-list-table-td .title {
		font-size: 1em;
		margin-bottom: 0.2em;
	}
    
}

/* 16px baseline (180px - 480px) */
@media only screen and (min-width:11.25em) and (max-width:30em) {	

    ul.header-links li a.phone .icon {
        position: absolute;
        fill: #fff;
        width: 25px;
        height: 25px;
        top: 5px;
        left: 0px;
    }    
    
}
    

/* 16px baseline (481px - 767px) */
@media only screen and (min-width:30.06em) and (max-width:47.938em) {	
    
    .site-header a.site-logo,
    .site-header a.site-logo:link,
    .site-header a.site-logo:visited { 
        float: none; 
        display: block; 
        width: 185px; 
        height: 108px; 
        margin: 7px auto 7px auto; 
        background:url(/cms/images/layout/logo.png) no-repeat 0 0; 
        text-indent: -9999em;
    }
    
    ul.header-links li a.phone .icon {
        position: absolute;
        fill: #fff;
        width: 25px;
        height: 25px;
        top: 55px;
        left: 10px;
    }      
    
    .home-top-banner .home-top-banner-text h2.title {
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 10px;
        font-size: 40px;
        line-height: 45px;
        color: #fff;
        text-transform: uppercase;
    }  

    .home-top-banner .home-top-banner-text p {
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 10px;
        font-size: 45px;
        line-height: 50px;
        color: #fff;
        text-transform: uppercase;
    }      
    
    .home-banners-all.w-slider {
        position: relative;
        margin: 15px auto 0px auto;
        max-width: 1200px;
    }

    .home-banners-all {
        position: relative;
        margin: 0px auto 0px auto;
        max-width: 1200px;
    }

    .home-banner-table {
        display: table;
        position: relative;
        width: 100%;
        margin: 0px 0px 0px 0px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .home-banner-row {
        display: table-row;
    }

    .home-banner-cell {
        display: block;
        vertical-align: top;
    }

    .home-banner-cell.left {
        width: 100%;
        padding-right: 0px;
    }

    .home-banner-cell.right {
        width: 100%;
        padding-left: 0px;    
    }

    .banner-side-sq ul.banner-side-list {
        display: table;
        width: 100%;
        table-layout: fixed;
        list-style: outside none none;
        margin: 0px 0px 0px 0px;
        padding: 0px;    
    }

    .banner-side-sq ul.banner-side-list li {
        display: table-cell;
        position: relative;
        overflow: hidden;
        padding: 10px 5px;
    }

    .banner-side-sq ul.banner-side-list li p.img {
        margin: 0px 0px 0px 0px;
    }    
    
    .banner-side-sq ul.banner-side-list li:first-child {
        padding-left: 0px;
        padding-bottom: 0px;
    }    

    .banner-side-sq ul.banner-side-list li:last-child {
        padding-right: 0px;
    }        
    
    .banner-side-sq .banner-side-list-text h2.title {
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 10px;
        font-size: 1em;
        line-height: 22px;
        color: #fff;
        text-transform: uppercase;
    }

    .banner-side-sq .banner-side-list-text .icon {
        position: relative;
        fill: #fff;
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }     
    
    .home-slider-pager {
        position: absolute;
        z-index: 99999;
        bottom: 15px;
        right: 15px;
        display: block;
        width: 60%;
        padding: 0;
        list-style: none;
        text-align: right;
    } 
    
    .home-banners-all {
        position: relative;
        margin: 0px auto;
        max-width: 1200px;
    }    
    
    .home-banner-table.landscape ul.banner-side-list {
        display: table;
        width: 100%;
        table-layout: fixed;
        list-style: outside none none;
        margin: 0px 0px 0px 0px;
        padding: 0px;    
    }

    .home-banner-table.landscape ul.banner-side-list li {
        display: block;
        position: relative;
        vertical-align: top;
        padding-right: 0px;
    }

    .home-banner-table.landscape ul.banner-side-list li:last-child {
        text-align: center;        
        padding-right: 0px;
        padding-top: 10px;
    }

    .home-banner-table.landscape ul.banner-side-list li.align-right {
        text-align: center;
        padding-left: 0px;
    }

    .home-banner-table.landscape .banner-side-list-text {
        padding: 10px 30px;
    }    
    
    .home-banner-table.landscape .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td h2 {
        font-size: 1em;
        line-height: 22px;
    }

    .home-banner-table.landscape .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td .btnWrapper { 
        margin-top: 5px;
		margin-bottom:2%;
    }    
    
    .department-banner .banner-side-list-text {
        padding: 5px 15px;
    }    
    
    .department-banner .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td h2,
    .department-banner.slide-content .slider-copy .cycle-overlay-desc div {
        font-size: 1.44em;
        line-height: 26px;
    }

    .department-banner.slide-content .slider-copy h2 {
        margin: 0px 0px 0px 0px;
        font-size: 1.44em;
        line-height: 26px;
    }        
    
    .department-banner.slide-content .slider-copy {
        padding: 0px 15px;
        bottom: 10px !important;
    }    
    
    .department-banner .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td .btnWrapper { 
        margin-top: 10px;
    }

    .department-banner .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td .btnWrapper .btn,
.department-banner.slide-content .slider-copy .btnWrapper .btn {
        padding: 5px 10px; 
        font-size: 13px;  
        border: 2px solid #fff;        
    }       
    
    .department-banner.slide-content .slider-copy .cycle-overlay-desc div {
        font-size: 15px; 
    }
    
    .home-banner-table.landscape ul.banner-side-list li img,
    .banner-side-sq ul.banner-side-list li img {
        width: 100% !important;
    }
    
    .footer-signup-in .table-cell {
        display: block;
    }
    
    .footer-signup-in .table-cell {
        padding: 20px 10px 0px 10px;
        text-align: center;
    }
    
    .footer-signup-in .table-cell:last-child {
        padding-top: 10px;
        padding-bottom: 20px;
    }  

    ul.header-links li.cart-link {
        float: none;
        padding: 10px 0px 0px 0px;
        position: absolute;
        top: 83px !important;
        right: 25px;
    }

    ul.header-links li a.cartLink .icon {
        position: relative;
        fill: #fff;
        width: 20px;
        height: 23px;
        top: -24px;
        right: 35px;
    }      
    

    #google_translate_element {
        margin-left: 0px !important;
    }    
    
}

/* 16px baseline (501px - 767px) */
@media only screen and (min-width:31.31em) and (max-width:47.938em) {	

    .banner-side-sq .banner-side-list-text h2.title,
    .home-banner-table.landscape .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td h2 {
        font-size: 1.69em !important;
        line-height: 32px !important;
    }

    .banner-side-sq .banner-side-list-text .icon {
        width: 50px !important;
        height: 50px !important;
        margin-bottom: 10px;
    }      
    
    .home-slider-pager {
        bottom: 35px !important;
        right: 35px !important;
    }    

}

/* 16px baseline (180px - 767px) */
@media only screen and (min-width:11.250em) and (max-width:47.938em) {	
    
    .siteOverlay {
        z-index: 999999999 !important;
    }    
    
    .home-top-banner {
        float: left;
        display: block;
        margin-top: -132px;
    }    
    
    .tablet-only {
        display: none;
    }    
    
    .header-table-cell-logo {
        display: table; 
        vertical-align: top;
        padding: 0px 10px;
        width: 100%;
    }

    .header-table-cell-nav {
        display: table; 
        vertical-align: top;
        padding: 0px 10px; 
        width: 100%;    
    }
    
    
    .site-header {
        min-height: 71px;
        z-index: 9;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);        
    }
    
    ul.header-links.mobile {
        position: absolute;
        top: 0px;
        width: 98%;
    }
    
    ul.header-links.mobile li.truck,
    ul.header-links.mobile li.find,
    ul.header-links.mobile li.cs,
    ul.header-links.mobile span.mb {
        display: none;
    }
    
    ul.header-links li.cart-link {
        float: none;
        padding: 10px 0px 0px 0px;
        position: absolute;
        top: 34px;
        right: 25px;
    }

    ul.header-links li {
        float: left;
    }
    
    ul.header-links li a.phone {
        position: relative;
        padding: 0px 0px 0px 0px;
    }

    ul.header-links li a.cartLink {
        border: 0px solid #fff;
        padding: 0px 0px 0px 0px;
        -webkit-border-radius: 3px;    
        -moz-border-radius: 3px;
        border-radius: 3px;    
    }
    
    ul.header-links li a.cartLink span.bold {
        display: none;
    }

    ul.header-links li a.cartLink .icon {
        position: relative;
        fill: #fff;
        width: 20px;
        height: 23px;
        top: -24px;
        right: 35px;
    }
    
    ul.header-links li a.cartLink #spanCartTotal {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e02133+0,f1692f+100 */
        background: rgb(224,33,51); /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwMjEzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMTY5MmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(left,  rgba(224,33,51,1) 0%, rgba(241,105,47,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(224,33,51,1)), color-stop(100%,rgba(241,105,47,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left,  rgba(224,33,51,1) 0%,rgba(241,105,47,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left,  rgba(224,33,51,1) 0%,rgba(241,105,47,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left,  rgba(224,33,51,1) 0%,rgba(241,105,47,1) 100%); /* IE10+ */
        background: linear-gradient(to right,  rgba(224,33,51,1) 0%,rgba(241,105,47,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e02133', endColorstr='#f1692f',GradientType=1 ); /* IE6-8 */
        position: absolute;
        top: -10px;
        left: -25px;
        z-index: 9;
        -webkit-border-radius: 50%;    
        -moz-border-radius: 50%;
        border-radius: 50%;   
        width: 17px;
        height: 17px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 0.75em;
        font-weight: 900;
        line-height: 6px;
        padding: 5px;
        text-align: center;
        margin: 0px 0px 0px 0px;    
    }    
    
    .site-header .grid_2 {
        width: 100% !important;
    }

	.breadcumbs-page-tools {
        display: none;
    }
    
    .site-header .grid_12 {
        padding: 0px !important;
    }
    
    .search-li {
        display: none;
    }
        
    
    .main-footer {
        padding-left: 0px;
        padding-right: 0px;        
    }

      .main-footer .links {
          position: relative;
      }
    
      .main-footer .links .block-title {
        cursor: pointer;
        margin: 0;
        padding: 8px 15px;
      }
    
    .main-footer ::-moz-selection { background: transparent; }
    .main-footer ::selection { background: transparent; }    
    
    .main-footer .links .icon-bracket-down:before {
        position: absolute;
        font-size: 13px;
        top: 20px;
        right: 10px !important;
        -wekbit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transform: scale(0.98) translateY(-50%);
        -ms-transform: scale(0.98) translateY(-50%);
        transform: scale(0.98) translateY(-50%);        
    }
    
    .main-footer .links.footer-onToggle .icon-bracket-down:before {
        top: 24px;        
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);      
        -webkit-transform: scale(0.98) translateY(-75%) rotate(-180deg);
        -ms-transform: scale(0.98) translateY(-75%) rotate(-180deg);
        transform: scale(0.98) translateY(-75%) rotate(-180deg);        
    }    
    
  .main-footer .mailing-list-box .block-title {
    cursor: pointer;
    margin-top: 10px;
    padding: 0px 0px;
  }
  .main-footer .links .block-title:after {
    float: right;
    color: #B8252B;
    font-size: 16px;
    margin-top: 3px;
  }
  .main-footer .footer-nav ul.nav-content {
    display: none;
    margin-top: -8px !important;
    margin-bottom: 10px !important;
  }
  .main-footer .footer-nav ul.nav-content.default {
    display: block;
  }    
  

    .main-footer p.info,
    .main-footer p.copy {
        text-align: center;
    }
    
    .main-footer p.info {
        margin-top: 58px;
    }    
    
    .main-footer p.info span.mb,
    .main-footer p.copy span.mb {
        display: block;
    }
    
    .main-footer p.info span.mb span.dvd,
    .main-footer p.copy span.mb span.dvd {
        display: none;
    }
    
    .main-footer p.copy span.ftr-links span.dvd {
        display: inline !important;
    }
    
    .main-footer .footer-logo {
        float: none !important;
        margin: 10px auto 30px auto !important;
        width: 129px;
    }    

    .footer-nav {
        border-top: 1px solid #716353;    
    }    
    
    .footer-nav .links {
        border-bottom: 1px solid #716353;
    }
    
    .footer-nav .links:last-child {
        border-bottom: none;
    }    

    .footer-nav .block-title-2 {
        border-top: 1px solid #716353;    
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;        
    }
    
    .footer-nav ul.follow-us {
        display: block;
        padding-left: 15px;
        padding-right: 15px;         
        padding-bottom: 30px !important;
    }    
    
    .footer-nav .footer-prvd.mobile {
        display: block;
        margin: 0px auto 0px auto;
        width: 300px;
        text-align: center;
    }
    
    .footer-nav .footer-prvd.desktop {
        display: none;
    }      
    
    
    .footer-nav ul.nav-content {
        list-style: none;
        padding: 5px 20px 5px 20px;
    }

    .footer-nav ul.nav-content.default {
        display: block !important;
    }

    .links .block-title:after {
        display: none;
    }    
    
    .footer-nav ul.nav-content li {
        margin: 12px 0px 12px 0px;
        font-size: 0.88em;
    }   
    
    .footer-nav ul.nav-content li a {
        color: #fff;
        text-decoration: none;
    }  
    
    .footer-nav ul.nav-content li a:hover {
        text-decoration: underline;
    }     
    
    .wow{
        animation-name: none !important;
        visibility: visible !important;
    }    
    
    .grid_6.fl-mdl,
    .grid_9.fl-mdl,
    .grid_3.fl-lft,
    .grid_3.fl-rgt {
        padding-left: 0px;
        padding-right: 0px;
    }    
    
    .grid_3.fl-rgt {
        padding-bottom: 15px;
    }

   
    #google_translate_element {
        position: absolute;
        width: 100%;
        height: 90px;
        margin: 0px 0px 0px -10px;
        text-align: center;
        box-sizing: border-box;
    }

    #google_translate_element .goog-te-gadget,
    #google_translate_element .goog-logo-link {
        color: #fff !important;
        font-weight: none !important;        
    }    
    
    .iframe-google-translate {
        text-align: center !important;
    }    
    
    .grid_4.f-w,
    .grid_8.f-w {
        width: 100% !important;
    }       
    
    .grid_8.f-w {
        margin-top: 25px;
    }
    
    .item-right-navigation .productDetails+.productDetails {
        display: block !important;
        width: 100%;
    }
   
    .productDetails ul.down-links {
         padding-top: 20px !important;
     }
    
    .productDetails ul.down-links li {
        display: block !important;
        padding: 5px 0px 5px 0px !important;
    }
    
    .productDetails .resp-tab-content table {
        max-width: 100%;
    }    
    
}


@media only screen and (min-width:48em) and (max-width:61.19em) {	
    
    .header-table-cell-logo {
        display: none;
    }

    ul.header-links {
        margin-left: 140px;
    }    
    
    .tablet-only {
        position: absolute;
    }
    
    .tablet-only a.site-logo,
    .tablet-only a.site-logo:link,
    .tablet-only a.site-logo:visited { 
        float: none; 
        display: block; 
        width: 138px; 
        height: 80px; 
        margin: 7px auto 7px auto; 
        background:url(/cms/images/layout/logo.png) no-repeat 0 0;
        background-size: 138px 80px;
        text-indent: -9999em;
    }    
    
    .header-table-cell-nav {
        display: table; 
        vertical-align: top;
        padding: 0px 10px; 
        width: 100%;    
    }
    
    .main-nav {
        margin-top: 0px !important;
    }    
    
    [data-type="mega"] .custom-sub {
        position: absolute;
        top: 155px !important;
    }
    
    [data-type="mega"] .custom-sub .custom-sub {
        position: relative;
        top: 0px !important;
    }    

    .home-top-banner .home-top-banner-text .home-top-banner-table .home-top-banner-table-tr .home-top-banner-table-td {
        display: table-cell;
        vertical-align: bottom;
        padding-bottom: 35px;
    }

    .home-top-banner .home-top-banner-text h2.title {
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 10px;
        font-size: 45px;
        line-height: 50px;
        color: #fff;
        text-transform: uppercase;
    }

    .home-top-banner .home-top-banner-text p {
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 10px;
        font-size: 60px;
        line-height: 65px;
        color: #fff;
        text-transform: uppercase;
    }      
    
    .home-top-banner .home-top-banner-text h2.title span {
        display: block;
    }


    .home-top-banner .home-top-banner-text .btnWrapper { 
        margin-top: 25px;
    }    
    
    .home-banner-table.landscape .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td h2 {
        font-size: 1em;
        line-height: 22px;
    }

    .home-banner-table.landscape .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td .btnWrapper { 
        margin-top: 10px;
    }    
    
    .banner-side-sq .banner-side-list-text h2.title {
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 10px;
        font-size: 1em;
        line-height: 22px;
        color: #fff;
        text-transform: uppercase;
    }

    .banner-side-sq .banner-side-list-text .icon {
        position: relative;
        fill: #fff;
        width: 40px;
        height: 40px;
        margin-bottom: 10px;
    }       
    
    .main-footer p.info span.phones {
        display: block;
    }
    
    .department-banner .banner-side-list-text {
        padding: 5px 15px;
    }    
    
    .department-banner .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td h2,
    .department-banner.slide-content .slider-copy .cycle-overlay-desc div {
        font-size: 1.44em;
        line-height: 26px;
    }

    .department-banner.slide-content .slider-copy h2 {
        margin: 0px 0px 0px 0px;
        font-size: 1.44em;
        line-height: 26px;
    }        
        
    
    .department-banner .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td .btnWrapper { 
        margin-top: 10px;
    }

    .department-banner.slide-content .slider-copy {
        padding: 0px 10px;
        bottom: 10px !important;
    }    
    
    .department-banner .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td .btnWrapper .btn,
.department-banner.slide-content .slider-copy .btnWrapper .btn { 
        padding: 5px 10px; 
        font-size: 13px;  
        border: 2px solid #fff;        
    }      
   
	
	
	
}


@media only screen and (min-width:48em) and (max-width:65.44em) {	
    .page-tools .recent {
        margin-top: 12px;
    }
}

@media only screen and (min-width:61.25em) {
    
    .tablet-only {
        display: none;
    }

}


@media only screen and (min-width:932px) and (max-width:951px) {
    
    [data-type="mega"] .custom-sub {
        position: absolute;
        top: 120px !important;
    }

    [data-type="mega"] .custom-sub .custom-sub {
        position: relative;
        top: 0px !important;
    }
    
    
}

@media only screen and (min-width:59.50em) and (max-width:61.19em) {
    
    [data-type="mega"] .custom-sub {
        position: absolute;
        top: 120px !important;
    }
    
    [data-type="mega"] .custom-sub .custom-sub {
        position: relative;
        top: 0px !important;
    }    

}

@media only screen and (min-width:980px) and (max-width:1006px) {
    
    .main-nav {
        margin-top: 0px !important;
    }
    
    [data-type="mega"] .custom-sub {
        position: absolute;
        top: 156px !important;
    }
    
    [data-type="mega"] .custom-sub .custom-sub {
        position: relative;
        top: 0px !important;
    }    
         
}

@media only screen and (min-width:768px) and (max-width:980px) {

    .productDetails .resp-tab-content table {
        max-width: 100%;
    }

}

@media only screen and (min-width:980px) and (max-width:1140px) {
    
    .department-banner .banner-side-list-text {
        padding: 10px 20px;
    }    
    
    .department-banner .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td h2,
    .department-banner.slide-content .slider-copy .cycle-overlay-desc div {
        font-size: 1.88em;
        line-height: 35px;
    }

    .department-banner.slide-content .slider-copy h2 {
        margin: 0px 0px 0px 0px;
        font-size: 1.88em;
        line-height: 35px;
    }        
        
    
    .department-banner .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td .btnWrapper { 
        margin-top: 15px;
    }

    .department-banner .banner-side-list-text .banner-side-list-table .banner-side-list-table-tr .banner-side-list-table-td .btnWrapper .btn,
.department-banner.slide-content .slider-copy .btnWrapper .btn {
        padding: 5px 15px; 
        font-size: 14px;  
        border: 2px solid #fff;        
    }      
    
}

/* 16px baseline (768px +) */
@media only screen and (min-width:48em){

    #exposeMask {
        z-index: 99999 !important;
    }
    
    .siteOverlay {
        z-index: 999999 !important;
    }
    
    ul.header-links li a.phone .icon {
        position: absolute;
        fill: #fff;
        width: 18px;
        height: 18px;
        top: -1px;
        left: 0px;
    }    
    
    ul.header-links li.cart-link {
        min-width: 110px;
    }    
    
    .ineterior-header-bg-all {
        position: relative;
        background: #fff;
        z-index: 9;
    }
    
    .site-header-split {
        position: absolute;
        width: 100%;
        z-index: 9999;
    }
    
    body.body-interior .site-header-split {
        position: relative;
        width: 100%;
        z-index: 9999;
    }    

    .site-header {
        position: relative;
        z-index: 1;
    }

    .search-li {
        width: 50px !important;
    }    

    .search-mobile, 
    .header-links.drawer {
        display: none !important;
    }

    .footer-nav {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    
     .footer-nav .links {
        display: table-cell;
        padding: 15px 15px 7px 15px;
        vertical-align: top;
     }
    
     .footer-nav .links:first-child {
        padding-left: 0px;
     }    
    
     .footer-nav .links:last-child {
        padding-right: 0px;
     }    
    
    .footer-nav .block-title {
        pointer-events: none;
        cursor: default;
        text-transform: uppercase;
        font-size: 0.88em;
    }

    .footer-nav ul.nav-content {
        display: block !important;
        list-style: none;
        padding: 5px 0px 10px 0px;
    }

    .footer-nav ul.nav-content.default {
        display: block !important;
    }

    .links .block-title:after {
        display: none;
    }    
    
    .footer-nav ul.nav-content li {
        margin: 12px 0px 12px 0px;
        font-size: 0.88em;
    }   
    
    .footer-nav ul.nav-content li a {
        color: #fff;
        text-decoration: none;
    }  
    
    .footer-nav ul.nav-content li a:hover {
        text-decoration: underline;
    }      
    
    .footer-nav .footer-prvd.desktop {
        display: block;
        margin: 0px 0px 25px 0px;
    }
    
    .footer-nav .footer-prvd.mobile {
        display: none;
    }    
    
    .main-footer .links .icon-bracket-down:before {
        display: none !important;
    }
    
    .grid_9.fl-mdl {
        float: right; 
        padding-left: 20px;
        padding-right: 0px;
    }    
    
    .grid_6.fl-mdl {
        float: none !important; 
        vertical-align: top !important; 
        display: inline-block; 
        padding-left: 20px;
    }	    
    
    .float-right-image {
        float: right;
        margin: 0px 0px 10px 15px;
    }
    
    .google-translate {

    }
    
    #google_translate_element {
        position: absolute;
        height: 90px;
        margin: -28px 0px 0px 0px;
    }

    #google_translate_element .goog-te-gadget,
    #google_translate_element .goog-logo-link {
        color: #fff !important;
        font-weight: none !important;        
    }
    
    #google_translate_element .goog-te-gadget-simple {
        position: absolute !important;
        top: -18px !important;
        left: 0px !important;
    }
    
    
}

@media only screen and (min-width:768px) and (max-width:1192px) {

    .home-banners-all.w-slider:before {
        content: '';
        position: absolute;
        z-index: 999;
        width: 100%;
        left: 0px;
        bottom: 0px;
        border-bottom: 15px solid #fff;
    }

}


/* #341296 - Find Territory Manager function  */
#divMannagerPopUp {margin-top:-45px;}
#divMannagerPopUp .overlayTitle {font-weight:400; font-size:1.4em; margin:0 0 15px 0; display:inline-block;}
#divMannagerPopUp .currLocation {font-weight:700; font-size:1.4em; margin:0 0 15px 0; display:inline-block;}
#divMannagerPopUp .currLocation::before {content:'-'; padding:0 5px 0 0;}
#divMannagerPopUp .divMannager-table .divMannager-td.righttd > div,
#divMannagerPopUp .divMannager-table .divMannager-td.righttd .itemContent .productDetails {margin-bottom:4px;}
#divMannagerPopUp .divMannager-table .divMannager-td.righttd .productDetails span {/*font-size:.79em;font-weight:700;*/ }

/* #348204 */
.home-banners-all + .main-container {padding:0 0 15px;}