/*! 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: 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 { vertical-align: middle; }
fieldset {border: 0;margin: 0; padding: 0; }
textarea { resize: vertical; }

p { margin:0 0 1em 0; font-size:0.813em;}

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 100%; }
.hidden { display: none !important; 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; }

.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;}
.strike {text-decoration:line-through;}
.red, .red:visited {color:#f00;}
.green, .green:visited {color:#390;}
.lgreen, .lgreen:visited  {color:#97937d;}
.vtop {vertical-align:top;}
.center {text-align:center;}
.right {text-align:right;}
.f-right{float:right;}
.f-left{float:right;}
.nowrap {white-space:nowrap;}
.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;}

/* ## Base List styles ## */
ul, ol { margin:0 0 1em; font-size:0.813em; font-weight:600;}
.noBullet { padding:0 0 0 1em; list-style-type:none; }
.noIndent { padding:0; list-style-type:none; }

img { max-width:100% !important; height:auto !important; }

.important { 
	color: red;
	font-weight: bold;
	text-transform: uppercase;
}

/* ================================================================
   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:#4d6f2e; text-decoration:underline; }
a:hover, a:active, a:focus { color:#4d6f2e; text-decoration:none; }
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; }


/* ## Start Up Layout - Use, modify, or delete as need be ## */

html, body {
background: #f2eae1; /* Old browsers */
background: -moz-linear-gradient(top,  #f2eae1 0%, #ffffff 85%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2eae1), color-stop(85%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2eae1 0%,#ffffff 85%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2eae1 0%,#ffffff 85%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2eae1 0%,#ffffff 85%); /* IE10+ */
background: linear-gradient(to bottom,  #f2eae1 0%,#ffffff 85%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2eae1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.container { }
.siteBody { min-height:300px; margin:0 0 15px 0; }

html, body {font-family: 'Open Sans', sans-serif; color:#2f2c2c;}


/* ## Site Header ## */
.siteHeader {position:relative; min-height:88px;  background:url(/cms/images/layout/site_top_bg.gif) repeat-x 0 0; -webkit-box-shadow:  0px 1px 3px 0px #444444; box-shadow:  0px 0px 3px 0px #444444;}
.siteHeader a.sitelogo,
.siteHeader a.sitelogo:link,
.siteHeader a.sitelogo:visited {float:left; display:block; width:187px; height:78px; background:url(/cms/images/layout/logo.png) no-repeat 0 0; text-indent:-9999em; margin:4px 0 7px 14px;}

.headerLinks {
    font-size: 0.9em;
    margin: 30px 0 20px 0;
    text-align: right;
	color:#b86201;
	height: 42px;
}
.headerLinks a, .headerLinks a:link, .headerLinks a:visited {
    margin: 8px 20px 0 0;
    text-decoration: none;
	color:#b86201;
	font-size:.9em;
	font-weight:600;
	display:inline-block;
}
.headerLinks a.email {display:none;}
.headerLinks a.emailFlyoutTrigger,
.headerLinks a.service {}
.headerLinks a.register {margin-right:0px;}

.headerFlyoutContainer {display:inline-block; position:relative;}
.headerFlyoutContainer .emailFlyout {position:absolute; top:30px; left:-70px; background:#ffffff; border:1px solid #DCD6CD; padding:15px; z-index:1001; width:200px; display:none;}
.headerFlyoutContainer .emailFlyout .close {position:absolute; top:-4px; right:2px; font-weight:bold; color:#000; cursor:pointer;}
.headerFlyoutContainer .emailFlyout p {text-align:center; color:#2F2C2C;}
.headerFlyoutContainer .emailFlyout .btn {position:absolute; bottom:15px; right:15px; padding:4px 10px 5px 10px;}
.headerFlyoutContainer .emailFlyout .text {width:100%; padding-right:65px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

.headerFlyoutContainer .csFlyout {position:absolute; top:30px; left:-12px; background:#ffffff; border:1px solid #DCD6CD; padding:15px 10px 10px; z-index:1001; width:126px; display:none;}
.headerFlyoutContainer .csFlyout .close {position:absolute; top:-4px; right:2px; font-weight:bold; color:#000; cursor:pointer;}
.headerFlyoutContainer .csFlyout ul {list-style-type:none; margin:0px; padding:0px; text-align:left;}
.headerFlyoutContainer .csFlyout ul li {border-bottom:1px solid #dddddd;}
.headerFlyoutContainer .csFlyout ul li:last-child {border:0px;}
.headerFlyoutContainer .csFlyout ul li a {display:block; padding:3px 5px; margin:0px;}

.headerLinks a:hover, .headerLinks a:active {
    text-decoration: underline;
}

.liveChatButton {display:inline-block; margin:0 10px 0 0;}
.liveChatButton img {max-height:42px;}

a.cartLinkMobile {display:none;}

.siteSearch {
    float: right;
    margin: 0;
	position:relative;
	z-index:2;
}
.siteSearch .inner {
	border:1px solid #dcd2b9;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	background:#ffffff;
	position:relative;
}

.siteSearch .formee .text {
    display: inline;
    margin: 0 5px 0 0;
	padding:7px 5px 7px 15px;
	background:#ffffff;
	border:0px;
    width: 140px ;
	color:#af985f;
	font-size:.8em;
}

.siteSearch .btn { text-indent:-9999em; text-align:left; width:32px; height:32px; background:url(/cms/images/layout/icon_search.png) no-repeat 50% 50%; border:0px; margin:0px; padding:0px;}
.siteSearch .searchMobile {background:url(/cms/images/layout/icon_search.png) no-repeat 50% 50%; width:30px; height:30px; text-indent:-9999em; border:0px; padding:0px; display:block; float:right; margin:20px 10px 0 0; cursor:pointer; padding:0 10px 0 10px; border-lefT:1px solid #e5e0d9; border-right:1px solid #e5e0d9;}
.siteSearch .searchClose {color:#ffffff; background:#ED1B2E; padding:5px 7px; font-weight:bold; font-size:1em; width:5%; float:right; text-align:center; cursor:pointer; -webkit-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0;}

.siteSearch .searchClose, .siteSearch .searchMobile {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 outside 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:.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;}

}


/* News
   ========================================================================== */

.article > .aside {
	float:right; 
	margin: 1em;
}

.meta{
	margin:0.5em 0;
}

.meta > div {
	float: left;
}

.meta .social-tools{
	float: right;
}


/* ==========================================================================
   Filters
   ========================================================================== */

.filter{
	padding: 1em;
	border: 0;
	background: #000000;
	color:#ffffff;
	
}
.filter a {color:#ffffff;}



.filter-options{
	float: left;
}

.filter-actions{
	float: right;
}

/* Pagination
   ========================================================================== */

.paging {
	padding: 1em 0 1em 0;
}
.paging .sortStatus {margin:0 0 5px 0;}

.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 {margin:0 0 10px 0; padding:0 15px 0 0;}
.filters .filterList {float:left; display:inline; margin:0 15px 0 0;}
.filters .filterList select {width:100px; }
.filters label { display:inline-block; padding:2px 0 0 0; margin:0 15px 0 0; font-family:'Oswald', sans-serif; font-weight:400; font-size:1.125em; color:#000000; text-transform:uppercase; float:left;}
.filters .sortList {float:left; display:inline;  }
.filters .sortList label {}
.filters select {margin-right:10px; font-family: 'Open Sans', sans-serif; font-size:0.750em; font-weight:600; padding:3px; border:1px solid #ffffff;}


.siteTopContainer .filters {margin:0 0 30px 0; padding:0 15px 0 15px;}
.siteTopContainer .filters .filterList {float:left; display:inline; margin:0 15px 0 0;}
.siteTopContainer .filters .filterList select {width:100px; }
.siteTopContainer .filters label { display:inline-block; padding:2px 0 0 0; margin:0 15px 0 0; font-family:'Oswald', sans-serif; font-weight:400; font-size:1.125em; color:#ffffff; text-transform:uppercase; float:left;}
.siteTopContainer .filters .sortList {float:left; display:inline;  }
.siteTopContainer .filters .sortList label {}
.siteTopContainer .filters select {margin-right:10px; font-family: 'Open Sans', sans-serif; font-size:0.750em; font-weight:600; padding:3px; border:1px solid #000000;}


.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:350px; margin:0 0 10px 0; text-align:right; padding:6px 0 0 0;}
.pagination .view {float:right; display:inline; }
.pagination .view a,.pagination .view a:link, .pagination .view a:visited { display:inline-block; text-decoration:none; padding:2px 6px; color:#b86201; font-size:0.813em; font-weight:600;}
.pagination .paging {float:right; display:inline; padding:0 10px; }
.pagination .paging a,.pagination .paging a:link,.pagination .paging a:visited {float:left; display:inline; margin:0 3px; padding:2px 3px 2px; text-align:center; text-decoration:none; font-size:0.813em; font-weight:600; color:#000000;}
.pagination .paging .active {float:left; display:inline; font-size:1.063em; font-weight:600; margin:0 4px; padding:0 6px; text-align:center; color:#000; text-decoration:none;}
.pagination .paging .total { float:left; display:block; padding-top:2px; margin:0 10px 0 4px; color:#000000; font-size:0.750em; font-weight:600;}
.pagination a.next,.pagination a.next:link,.pagination a.next:visited {float:left; display:inline; background:url(/cms/images/layout/pagination_arrows.png) no-repeat 50% -21px; text-indent:-9999em;}
.pagination a.prev,.pagination a.prev:link,.pagination a.prev:visited {float:left; display:inline; background:url(/cms/images/layout/pagination_arrows.png) no-repeat 50% 4px; text-indent:-9999em;}


.overTitle {
    background: url(/cms/images/layout/opac_over.png) repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-family: 'Oswald', sans-serif;
    font-size: 1.3em;
    font-weight: 400;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    bottom: 0;
    z-index: 2;
	list-style: none outside none;
}


/* ==============================================================
   GLOBAL STYLES 
   ============================================================== */

/*--- where is this used at? ----*/
.alert { 		
	overflow:hidden;
	border: 1px solid #FE0000; 
	margin: 1em 0;
	padding: 10px;
	min-height: 50px;	
	color: #fff;
	background-color: #FEFF99;	
}
.alert a { color:#fff; }

.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;}

.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  ## */

.genericPager {padding:0;}
.genericPager ul {list-style-type: none; margin:0; padding:0; font-size:1em;}
.genericPager li {float:left; display:block; font-size:11px; margin:0 5px 5px 0;}
.genericPager li a {color: #000000; display: inline; float: left; font-size: 0.813em; font-weight: 600; margin: 0 3px; padding: 2px 6px; text-align: center; text-decoration: none; }
.genericPager li a:hover, .genericPager li a:focus {  }
.genericPager li.nolink {color:#fff; border:1px solid #ddd; padding:2px 4px;}
.genericPager li.active {color: #000000; display: inline; float: left; font-size: 1.063em; font-weight: 600; margin: 0 4px; padding: 0 6px;text-align: center; text-decoration: none;}


/* ##  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; min-height:1px; background-color:#fff; z-index:1000; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:0 0 15px #333; -webkit-box-shadow:0 0 15px #333; box-shadow:0 0 15px #333; }
.siteOverlay .overlayBar {padding:7px 10px; text-align:right; border-bottom:1px solid #e6e6e6;}
.siteOverlay .overlayClose {display:inline-block; height:13px; padding-right:17px; color:#707070; text-transform:uppercase; font-weight:bold; font-size:10px; background:url(/cms/images/layout/icon_x.gif) no-repeat 100% 0; cursor:pointer; z-index:5;}
.siteOverlay .overlayContent {padding:15px;}


/* =================================================================
                           MODULE STYLES 
===================================================================*/

.homepageBanner {border-bottom: 1px solid #000000; margin: -140px 0 20px; padding: 0 0 3px;}
.homepageBannerInner {background:#000000; padding:140px 0 3px 0;}
.homepageBannerContent {margin: 0 auto; max-width: 1400px; padding: 0; position: relative; width: 100%; background-color:#000000; background-position:50% 100%; background-repeat:no-repeat;}
.homepageBannerContent .bannerContent {height:530px; position:relative;}

.homepageBannerContent .bannerContent .bannerTitleBlock {position:absolute; bottom:80px; left:0px; background:url(/cms/images/layout/opac_over_66.png) repeat 0 0; padding:15px 15px 50px 15px; width:290px;}

.homepageBannerContent .bannerContent .bannerTitleBlock .title {font-size:3.125em; font-family:'Oswald', sans-serif; font-weight:400; color:#ffffff; margin:0; display:block; text-transform:uppercase;}

.bannerArrowLinks {position:absolute; bottom:-28px; left:50%; margin-left:-156px; background:url(/cms/images/layout/banner_arrow_bg.png) no-repeat 0 0; width:308px; height:64px;}
.bannerArrowLinks a,
.bannerArrowLinks a:link,
.bannerArrowLinks a:visited {display:inline-block; color:#ffffff; font-size:1em; font-family:'Oswald', sans-serif; font-weight:400; text-decoration:none; text-align:center; text-transform:uppercase; }
.bannerArrowLinks a.linkLeft {float:left; padding:12px 5px 12px 20px; margin:2px 0 0 0; width:110px;}
.bannerArrowLinks a.linkRight {float:right; padding:12px 20px 12px 15px; margin:13px 3px 0 0; width:133px;}

a.watchVideo, 
a.watchVideo:link,
a.watchVideo:visited {position:absolute; right:0px; bottom:60px; background:url(/cms/images/layout/opac_over_66.png) repeat 0 0; text-decoration:none; padding:10px;}
a.watchVideo .title {font-size:1.125em; font-weight:400; font-family:'Oswald', sans-serif; float:left; color:#ffffff; margin:10px 15px 0 0;}
a.watchVideo .vidImage {position:relative; float:left;}
a.watchVideo .vidImage .over {background:url(/cms/images/layout/icon_play.png) no-repeat 64% 50%; width:46px; height:46px; position:absolute; top:0px; left:0px; text-indent:-9999em;}
a.watchVideo .vidImage img {display:block;}

.homepageBannerRight .bannerContent .bannerTitleBlock {left:auto; right:0px;}
.homepageBannerRight a.watchVideo, 
.homepageBannerRight a.watchVideo:link,
.homepageBannerRight a.watchVideo:visited {left:0px; right:auto;}

ul.railNav a, ul.railNav a:visited {
    font-weight: 600;
    text-decoration: none;
    font-family: inherit;
    color: rgb(255, 255, 255);
    font-size: 0.875em;
    display: block;
    padding: 5px 0px;
}

/* ##  Left Nav  ## */
.railNavWrapper {
    background: none repeat scroll 0% 0% rgb(0, 0, 0);
    padding: 22px;
    margin: -20px 0px 20px;
}
.railNavWrapper {background:#000000; padding:22px; margin:-20px 0 20px 0;}
.railNavHeading { margin:0 0 10px 0; padding:5px 0 10px 0; font-size:1.188em; font-weight:bold; border-bottom:1px solid #333333; color:#ffffff; text-transform:uppercase;}
.railNavHeading span.trigger {float:right; font-size:.9em; margin:2px 0 0 0; display:none;}
.railNavHeading a,
.railNavHeading a:link,
.railNavHeading a:visited { text-decoration:none; font-weight:normal; }
.railNavHeading a:hover, 
.railNavHeading a:active { text-decoration:underline; }

.lnav {
    margin: 0px;
    padding: 0px 10px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    list-style-type: none;
    font-family: inherit;
    font-size: 1em;
}
ul.lnav li {padding:0;}
ul.lnav a, 
ul.lnav a:visited {font-weight:600; text-decoration:none;font-family:inherit; color:#ffffff; font-size:0.875em; display:block; padding:5px 0;}
ul.lnav a:hover, 
ul.lnav a:active { color:#ed1b2e;}
ul.lnav a.active, 
ul.lnav a.active:visited,
ul.lnav a.on, 
ul.lnav a.on:visited { color:#ed1b2e; font-weight:bold;}

ul.lnav ul  {margin:4px 0 0 10px; padding:0; list-style-type:none;}
ul.lnav ul li {}
ul.lnav ul a, 
ul.lnav ul a:visited {}
ul.lnav ul a:hover, 
ul.lnav ul a:active {text-decoration:underline;}


.railNav {margin:0 0 0 0; padding:0 10px; font-weight:600; color:#ffffff; list-style-type:none; font-family:inherit; font-size:1em;}
ul.railNav li {padding:0;}
ul.railNav a, 
ul.railNav a:visited {font-weight:600; text-decoration:none;font-family:inherit; color:#ffffff; font-size:0.875em; display:block; padding:5px 0;}
ul.railNav a:hover, 
ul.railNav a:active { color:#ed1b2e;}
ul.railNav a.active, 
ul.railNav a.active:visited,
ul.railNav a.on, 
ul.railNav a.on:visited { color:#ed1b2e; font-weight:bold;}

ul.railNav ul  {margin:4px 0 0 10px; padding:0; list-style-type:none;}
ul.railNav ul li {}
ul.railNav ul a, 
ul.railNav ul a:visited {}
ul.railNav ul a:hover, 
ul.railNav ul a:active {text-decoration:underline;}


/* legacy left rail code
.lnavwrpr { margin:0 10px 30px 10px; font-size:1.1em; line-height:1.2em; }
.lnvgrphdg { margin:15px 0 8px 0; font-size:1.2em; font-weight:bold; }
.lnav { margin:0 0 20px 4px; padding:0; list-style-type:none; }
.lnav a, .lnav a:visited { display:block; padding:6px; text-decoration:none; }
.lnav a.on, .lnav a:hover, .lnav a:focus, .lnav a:active { text-decoration:none; background-color:none; color:#ccc; }
.lnav li { border-bottom:1px dotted #fff; }
.lnav ul  {margin:4px 0 10px 10px; padding:0; list-style-type:none;}
.lnav ul a, .lnav ul a:visited {display:block; padding:0 0 0 7px; text-decoration:none; }
.lnav ul a:hover, .lnav a:focus, .lnav ul a:active { color:#ccc; background:transparent url(/cms/images/lnav-li.gif) no-repeat 0% 50%; }
.lnav ul li { padding:3px 0; border:none; }
*/


/* ##  Breadcrumb  ## */

.breadcrumbs { padding:15px 0 0 15px; font-size:0.813em; font-weight:600; color:#9d9d9d; margin:0 0 10px 0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width:46%;}
.breadcrumbs a, .breadcrumbs a:visited { text-decoration:none; color:#ffffff; }
.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active { text-decoration:underline; }
.breadcrumbs span { margin:0 4px; font-weight:normal;  background:url(/cms/images/layout/icon_arrow_right.png) no-repeat 50% 50%; display:inline-block; text-indent:-9999em; text-align:left; width:6px;}



/* ##  PAGE TOOLS  ## */

.tlswrpr { font-size:.9em; text-align:right; padding:0 10px 10px 0; }
/* Page Remote Bookmark */
.sharewrpr { padding:0 10px 10px 0; text-align:right; }
/* Print and Email icons and wrapper */
.pagetools { float:right; padding:18px 10px 18px 0; text-align:right; }


/* ## NEW Limit Text Box ## */
.limitTextBox {}
.limitTextBox span {
	display: none;
}
.limitTextBoxBar {        
	width:100%;
}
.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;
}


/* Rating and comments */

.commentsBlock {background:#fffff; padding:15px; border:1px solid #DCD6CD; border-top:4px solid #000000; background:#ffffff;}
.commentsBlock .rateThisWrpr {padding:0 0 10px 0;}
.commentsBlock .rateThis  {float:left; margin:0 5px 0 0;}

/* jQuery.star Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating {
	cursor: pointer;
	margin: 2em;
	clear: both;
	display: block;
}
div.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
div.rating-cancel, div.star {
	float: left;
	width: 17px;
	height: 15px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	background: transparent;
	overflow: hidden;
}
div.rating-cancel, div.rating-cancel a {
	background: url('/cms/images/delete.gif') no-repeat 0 -16px;
}
div.star,div.star a {
	background: url('/cms/images/star.gif') no-repeat 0 0px;
}
div.rating-cancel a, div.star a{
	display: block;
	width: 16px;
	height: 100%;
	background-position: 0 0px;
}
div.star-rating-on a{
	background-position: 0 -16px !important;
}
div.star-rating-hover a, div.star-rating-live a:hover{
	background-position: 0 -32px;
}
/* Read Only CSS */
div.star_readonly a, div.star_readonly a:hover{
	cursor: default !important;
}
/* Partial Star CSS */
div.star{
	background: transparent !important;
	overflow: hidden !important;
} 

.cmtRead .cmtReadInner {
    border-top: 1px solid #EAEAEA;
	margin: 10px 0 0;
	padding:10px 0 0;
}

.cmtWrpr { border-bottom: 1px dashed #AAAAAA; padding: 0 0 15px; margin: 15px 0 0; display: table; width:100%; }

.cmtName, .cmtTextwrpr, .cmtText {
	display: table-cell;
	vertical-align: top;
}

.cmtTextwrpr {width: 100%; }

.cmtName .fn {
	background: none repeat scroll 0 0 #EEEFE9;
    border: 1px solid #E3E3E3;
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    padding: 5px;
    width: 110px;
}

.cmtName .dtreviewed {
	background: none repeat scroll 0 0 #EEEFE9;
    border: 1px solid #E3E3E3;
    float: right;
    margin: 0 0 0 10px;
    text-align: center;
    font-size: 0.8em;
    padding: 3px 5px;
	display: inline;
    margin: 0 0 0 10px;
	width: 150px;
}
.textRating {
}

div.rateit div.rateit-range  {
	top: 2px;
}

.newsletterField {
	padding: 10px;
}
.newsletterField  td label {
	font-size:.9em;
	font-family: 'Open Sans', sans serif;
}

.fIndentBG {
	background:url("/cms/images/global/field-req.gif") no-repeat scroll 0 13px rgba(0, 0, 0, 0) !important;
	padding: 4px 0 0 12px !important;
}

/* =================================================================
                        THIRD PARTY STYLES
===================================================================*/



/* =================================================================
                        PRINT STYLES
===================================================================*/

@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; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}

	


/* ===============  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, a.btn { display:inline-block; margin:0; padding:5px 10px; font-weight:400; font-family:'Oswald', sans-serif; color:#fff; background:#315F06; border:0px; text-align:center; text-decoration:none; cursor:pointer; overflow:visible; }
.btnWrapper:hover, .btnWrapper:hover .btn {  }

.btnAlt {}
.btnAlt .btn{color:#ffffff; background-color:#000000 ; border:0px; text-align:center; text-decoration:none; cursor:pointer;}
.btnAlt:hover, .btnAlt:hover .btn { background-color:#E3E3E3; }

.btnRed { display:inline-block; text-decoration:none !important; }
.btnRed .btn { color:#ffffff; background:#ed1b2e;}
.btnRed .btnWrapper:hover, .btnRed:hover .btn {  }

.btnBlack  { display:inline-block; text-decoration:none !important; }
.btnBlack .btn { color:#ffffff; background:#000000;}
.btnBlack .btnWrapper:hover, .btnBlack:hover .btn {  }

.btnGrey  { display:inline-block; text-decoration:none !important; }
.btnGrey .btn { color:#ffffff; background:#6e6e6e;}
.btnGrey .btnWrapper:hover, .btnBlack:hover .btn {  }

.btnLarge .btn {padding:5px 10px; font-size:1.2em;}
.btnSml .btn {font-size:.90em;}

.btnFullWidth {display:block;}
.btnFullWidth .btn {display:block; padding-left:0; padding-right:0; }
.btnFullWidth input.btn { width:100%; }

.emailBtn,
a.emailBtn {display:block; text-decoration:none; color:#ffffff; -webkit-border-radius: 8px; border-radius: 8px; font-size:1.25em; font-weight:bold; padding:10px 20px; text-align:center;

background: #4f712f; /* Old browsers */
background: -moz-linear-gradient(top,  #4f712f 0%, #36521c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f712f), color-stop(100%,#36521c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4f712f 0%,#36521c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4f712f 0%,#36521c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4f712f 0%,#36521c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4f712f 0%,#36521c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f712f', endColorstr='#36521c',GradientType=0 ); /* IE6-9 */
}
.emailBtn .lrg {font-size:1.4em;}


/* ## 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 {}


/* ## Table Wrapper to allow for overflow/scroll on smaller screens ## */
.tableWrapper { overflow:auto; }



/* Media Queries */

@media only screen and (min-width: 56.26em) {
	.homepageT .siteHeader {border-top:1px solid #ffffff; margin:20px 0 0 0;
	background: #f2eae1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2eae1 0%, #f5f2ef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2eae1), color-stop(100%,#f5f2ef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2eae1 0%,#f5f2ef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2eae1 0%,#f5f2ef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2eae1 0%,#f5f2ef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2eae1 0%,#f5f2ef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2eae1', endColorstr='#f5f2ef',GradientType=0 ); /* IE6-9 */
	}
	.homepageT .siteHeader a.sitelogo, .homepageT .siteHeader a.sitelogo:link, .homepageT .siteHeader a.sitelogo:visited {margin-top:-18px;}
	.homepageT .headerLinks {margin-top:7px; height:42px;}
}

/* Awkward Media Query for advanced nav needing to collapse sooner */
@media only screen and (max-width: 56.25em) {

	.pagination {font-size:.85em; padding:0px;}
	

	.homepageBanner {border-bottom: 1px solid #000000; margin: 0 0 20px; padding: 0 0 3px;}
	.homepageBanner .homepageBannerInner {/*background:#000000;*/ padding:0 0 3px 0;}
	.homepageBannerContent {background-size:auto 345px;}
	.homepageBannerContent .bannerContent {height:345px;}	
	.homepageBannerContent .bannerContent .bannerTitleBlock {width:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; bottom:0px; padding:15px 15px 70px;}
	.homepageBannerContent .bannerContent .bannerTitleBlock .title {font-size:2.65em;}
	.bannerArrowLinks {bottom:5px;}
	a.watchVideo, a.watchVideo:link, a.watchVideo:visited {display:none;}
	
	.breadcrumbs {display:none;}
	.pageTools {display:none;}
	
	.siteHeader a.sitelogo,
	.siteHeader a.sitelogo:link,
	.siteHeader a.sitelogo:visited {background-size:150px 63px; position:absolute; width:150px; height:63px; margin:13px 0 10px 0;}
	
	.headerLinks { margin:0px;}
	.headerLinks a.cartLink {display:none;}
	.headerLinks a, .headerLinks a:link, .headerLinks a:visited {margin:0px; background:none; font-size:.75em;}
	.headerLinks a.email {display:inline-block; margin:0 10px 0 0;}
	.headerFlyoutContainer {display:none;}
	
	.liveChatButton {position:absolute; top:30px; right:140px;}
	
	.emailBtn .bl {display:block;}
	
	a.cartLinkMobile,
	a.cartLinkMobile:link,
	a.cartLinkMobile:visited {background:url(/cms/images/layout/icon_cart.png) no-repeat 50% 50%; width:30px; height:30px; float:right; text-indent:-9999em; margin:20px 0 0 0; display:block;}
	
	.siteSearch {float:none;}
	.siteSearch .inner {position:absolute; top:78px; width:100%; display:none;}
	.siteSearch .formee .text {width:73%;}
	.siteSearch .btn {width:12%; float:right;}
	.siteSearch .searchClose, .siteSearch .searchMobile  {display:block;}
	
	
	.railNavWrapper {margin:-20px -10px 20px; padding:5px 22px;}
	.railNavWrapper .railNavHeading {margin:0px; border:0px; padding:5px 0 5px 0;}
	.railNavWrapper .railNav {display:none;}
	.railNavWrapper .showNav {display:block; padding:0px;}
	.railNavHeading span.trigger {display:block;}
	.railNavWrapper ul.railNav li {border-top:1px solid #333333;}
	.railNavWrapper ul.railNav li a {padding:6px 0;}
	.featuredChef {display:none;}
}

@media only screen and (max-width: 47.99em) {

		
	
	
}

@media only screen and (max-width: 30em) {
	.homepageBannerContent .bannerContent {margin:0 -10px 0 -10px;}
	.newsletterField { padding: 0 0 10px 0; }
	
	.liveChatButton {display:none;}
	
	.cmtWrpr {display:block; width:auto;}
	.cmtName, .cmtTextwrpr, .cmtText {display:block;}
	.cmtTextwrpr .description {padding:5px 0 0 0;}
	.cmtName .fn {display:block; width:auto; margin:0 0 5px 0; min-height:0px !important; float:none;}

  .siteHeader{
    background-size: 3px;
  }

  .siteHeader .grid_12 {
    padding: 0px;
  }
  
  .headerSocial{
    float: left;
    display: inline-block;
    position: relative;
    z-index: 500;
  }

  .siteHeader a.sitelogo, .siteHeader a.sitelogo:link, .siteHeader a.sitelogo:visited{
    margin: 19px 0px 0px 17px;
  }

  .mainNav .menuLink{
    margin-top: 10px;
  }
}

.headerSocial{
  display: inline-block;
  margin-right:10px;
}


/* Color Change to Hero Image BG - Ticket 272158 */


.homepageBannerInner {background:#fff; padding:142px 0 3px 0;}
.homepageBannerInner p {margin-bottom:0px;}
.homepageBannerContent {background-color:#fff; }
.siteTop {background:#fff !important; }
.siteTop .hdng {color:#000 !important;}
.pageTools a, .pageTools a:link, .pageTools a:visited {color: #000 !important; background-image: url("/cms/images/layout/icons_pagetoolsV2.png") !important;}
.breadcrumbs a, .breadcrumbs a:visited {color: #000 !important;}
.siteTopContainer .filters label {color: #000;}
.siteHeader {background: rgba(0, 0, 0, 0) url("/cms/images/layout/site_top_bgV2.gif") }

.siteHeader {border-top:1px solid #ffffff; margin:20px 0 0 0;
	background: #f2eae1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2eae1 0%, #f5f2ef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2eae1), color-stop(100%,#f5f2ef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2eae1 0%,#f5f2ef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2eae1 0%,#f5f2ef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2eae1 0%,#f5f2ef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2eae1 0%,#f5f2ef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2eae1', endColorstr='#f5f2ef',GradientType=0 ); /* IE6-9 */
	}

html, body {
background: #fff;

}
.siteBody {background: #f2eae1; /* Old browsers */
background: -moz-linear-gradient(top,  #f2eae1 0%, #ffffff 85%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2eae1), color-stop(85%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f2eae1 0%,#ffffff 85%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f2eae1 0%,#ffffff 85%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f2eae1 0%,#ffffff 85%); /* IE10+ */
background: linear-gradient(to bottom,  #f2eae1 0%,#ffffff 85%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2eae1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */}

/*End Color Change */