/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; background-color:#F2F2F2;}

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/*::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }*/


/* =============================================================================
   Links
   ========================================================================== */

a { color: inherit; }
a:visited { color: inherit; }
a:hover { color: inherit; text-decoration:none; }
a:focus { outline: thin dotted; }

/* <= IE7 do not understand inherit colored links */
.oldie a { color: #4D4D4D; }
.oldie a:visited { color: #4D4D4D; }
.oldie a:hover { color: #4D4D4D; text-decoration:none; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

body {
	color:#4D4D4D;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:0;
	min-width:990px;
	padding:0;
	width:100%;
}

footer {
	background:url(../img/footer-bg.png) center top no-repeat;
	/*margin:62px 0 0;*/
	padding:30px 0 0;
} /* IE7 */
	.ie7 footer {
		margin-top:17px;
	}

p, h1, h2, h3, h4, h5, h6 {
	margin:0 0 10px;
}

p {
	color:#666;
}

h1.yanone { font-size:34px; font-weight:normal; }
h2.yanone { font-size:29px; font-weight:normal; }
h3.yanone { font-weight:normal; }

#wrap {
	margin:0 auto;
	padding:0;
	max-width:1100px;
	min-width:990px;
	background: url(../img/top_gradient.jpg) repeat-x white;
}

#container {
	margin:0 auto;
	overflow:visible;
	padding:0;
	width:990px;
}

.accountNavContainer {
	float:right;
	margin:0 5px 0 0;
	padding:0;
	white-space:nowrap;
}

.accountNav {
	background-color:#333;
	float:left;
	height:35px;
	padding:0 30px;
	vertical-align:top;

	-webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
	 border-bottom-left-radius: 5px;
}
.accountNav span {
	color:#ccc;
	line-height:35px;
}
.accountNav a, .accountNav a:link, .accountNav a:active, .accountNav a:visited {
	color:#FFC225;
	text-decoration:none;
}
.accountNav a:hover {
	text-decoration:underline;
}

.checkoutLink {
	background-color:#39af4a;
	float:left;
	height:35px;
	padding:0 10px;
	text-align:center;
	vertical-align:top;
}
.checkoutLink a, .checkoutLink a:link, .checkoutLink a:active, .checkoutLink a:visited {
	color:#fff;
	font-weight:bold;
	line-height:35px;
	text-decoration:none;
}
.checkoutLink a:hover {
	text-decoration:underline;
}

.accountLink {
	background-color:#333;
	/*border-left:1px solid #606060;*/
	float:left;
	height:35px;
	padding:0;
	text-align:center;
	vertical-align:top;
	width:125px;

	-webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
     border-bottom-right-radius: 5px;
}
.accountLink a, .accountLink a:link, .accountLink a:active, .accountLink a:visited {
	color:#fff;
	font-weight:bold;
	line-height:35px;
	text-decoration:none;
}
.accountLink a:hover {
	text-decoration:underline;
}

/*
.logoContainer {
	float:left;
	margin:51px 0 0;
	padding:31px 0 0 13px;
}
*/
.logoContainer {
	float:left;
	margin:8px 0 0;
	padding:0 0 0 13px;
}

.header-row {
	clear: both;
}

/*
.quickInfoContainer {
	float:left;
	height:53px;
	margin:16px 0 0 23px;
	padding:0;
	width:450px;
}
*/
.quickInfoContainer {
	float:left;
	height:53px;
	margin:0;
	padding:0;
	width:450px;
	position: relative;
	left: 10px;
}

/*
.halalCertifiedContainer {
	float:left;
	margin:16px 0 0 149px;
	padding:0;
}
*/
.halalCertifiedContainer {
	float:left;
	margin:0 0 0 10px;
	padding:0;
}

/*
.searchContainer {
	background:url(../img/search_bg.jpg) no-repeat;
	float:left;
	height:45px;
	margin:13px 0 0 23px;
	padding:0;
	width:450px;
}
*/
.searchContainer {
	background:url(../img/search_bg.jpg) no-repeat;
	float:left;
	height:45px;
	margin:4px 0 0 25px;
	padding:0;
	width:450px;
}

.searchContainer input[type="text"] {
	border:none;
	border-right:1px solid #d9d9d9;
	background:#fff;
	color:#666;
	font-size:20px;
	height:36px;
	margin:4px 0 0 12px;
	padding:0 10px;
	width:226px;
}	/* Low-Grade Browsers */
	.oldie .searchContainer input[type="text"] {
		line-height:36px;
	}
.searchContainer input::-webkit-input-placeholder {
	color:#666;
}
.searchContainer input:-moz-placeholder {
    color:#666;
}
.searchContainer select {
	border:none;
	background:#fff;
	color:#666;
	font-size:20px;
	height:36px;
	line-height:20px;
	padding:5px 5px 5px 5px;
	width:121px;
}
.searchContainer #ui-ProductCategoryId {
	display:inline;
}
#ui-ProductCategoryId .ui-selectmenu {
	background:#fff;
	border:none;
	color:#666;
	font-size:20px;
	height:36px;
	margin-top:-8px;

	-webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius:0 5px 5px 0;
    -khtml-border-radius:0 5px 5px 0; /* make sure its proper */
     border-radius:0 5px 5px 0;
}	/* Low-Grade Browsers */
	.ie7 #ui-ProductCategoryId .ui-selectmenu {
		margin-top:3px;
	}
#ui-ProductCategoryId .ui-selectmenu .ui-selectmenu-status {
	line-height:36px;
	padding:0 0 0 9px;
}
#ui-ProductCategoryId .ui-selectmenu-item-selected {
	font-size:16px;
	font-weight:bold;
}
.searchContainer input[type="submit"] {
	border:2px solid #ccc;
	background:#F2F2F2 url(../img/search_icon.png) -1px center no-repeat;
	height:34px;
	margin:5px 0 0 18px;
	vertical-align:top;
	width:34px;
}
.searchContainer input[type="submit"]:hover {
	border-color:#aaa;
}
.searchContainer *:focus {
	outline:none;
}

/*
.myBagContainer {
	background:url(../img/my_bag.png) no-repeat;
	float:left;
	margin:-14px 0 0 20px;
	position:relative;
	width:182px;
	z-index:999;
}
*/
.myBagContainer {
	background:url(../img/my_bag_long.png) no-repeat;
	float:left;
	margin:0;
	position:relative;
	width:100%;
	z-index:999;
}
.myBagButton {
	margin:27px 0 0;
	width:100%;
}
.myBagButton .title {
	color:#fff;
	font-size:18px;
	line-height:45px;
	margin-left:80px;
	text-transform:uppercase;
}	/* Low-Grade Browsers */
	.oldie .myBagButton .title {
		font-size:16px;
	}
/*
.myBagButton .btn-state {
	border-top-width:5px;
	border-right-width:4px;
	border-bottom-width:0;
	border-left-width:4px;
	float:right;
	position:relative;
	right:20px;
	top:21px;
}
*/
.myBagButton .btn-state {
	border-top-width:5px;
	border-right-width:4px;
	border-bottom-width:0;
	border-left-width:4px;
	float:right;
	position:relative;
	right:20px;
	top:21px;
	display: none;
}	/* Low-Grade Browsers */
	.ie7 .myBagButton .btn-state {
		top:-23px;
	}
.myBagContainer .myBagDetailsWrap {
	/*background:#ffc229;*/
	background:url(../img/my_bag_items_bg.png) repeat-y;
	display:none;
	height:auto;
	/*min-height:88px;*/
	padding:4px;
	position:absolute;
	width:174px;
	z-index:999;
}	/* Low-Grade Browsers */
	.ie7 .myBagDetailsWrap {
		left:0;
		top:72px;
	}
.myBagButton:hover + .myBagDetailsWrap, .myBagDetailsWrap:hover {
	/*display:block;*/
}
.myBagDetailsContainer {
	background:#fff;
	height:100%;
	/*min-height:88px;*/
	min-width:100%;
}
.myBagItemsContainer {
	padding:10px 6px;
}
.myBagItemsContainer .scrollUp, .myBagItemsContainer .scrollDown {
	background:#555;
	cursor:pointer;
	height:9px;
	width:100%;
}
.myBagItemsContainer .scrollUp:hover, .myBagItemsContainer .scrollDown:hover {
	background:#333;
}
.myBagItemsContainer .scrollUp {
	margin-bottom:12px;
}
.myBagItemsContainer .scrollUp .css-arrow-s-white {
  border-color: transparent transparent white transparent;
  border-style:solid;
  border-width:5px;
  height:0;
  margin:0 auto;
  position:relative;
  top:-3px;
  width:0;
}
.myBagItemsContainer .scrollDown .css-arrow-s-white {
  border-color: white transparent transparent transparent;
  border-style:solid;
  border-width:5px;
  height:0;
  margin:0 auto;
  position:relative;
  top:2px;
  width:0;
}
.myBagItems {
	/*text-align:center;*/
}
.myBagItems .instructions {
	color:#000;
	font-size:11px;
	margin:5px 0;
	text-align:center;
}
.myBagItems .row {
	min-height:100%;
}
.myBagItems .item {
	margin-bottom:12px;
}
.myBagItems .remove {
	margin-bottom:5px;
	text-align:right;
}
.myBagItems .remove a {
	color:#000;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
.myBagItems .remove a:hover {
	text-decoration:underline;
}
.myBagItems .productThumbnail {
	background:#ccc;
	float:left;
	height:45px;
	width:45px;
}
.myBagItems .productInfo {
	float:left;
	margin-left:4px;
	width:113px;
}
.myBagItems .productInfo .name {
	color:#86C03F;
	font-size:11px;
	font-weight:bold;
	line-height:100%;
	margin-bottom:5px;
}
.myBagItems .productInfo .breakdown {
	color:#808080;
	font-size:11px;
	font-weight:bold;
	line-height:100%;
	margin:0;
}
.myBagTotalPriceContainer {
	border-top:1px solid #989898;
	margin-top:12px;
	text-align:center;
}
.myBagTotalPriceContainer span {
	color:#000;
	font-size:11px;
	font-weight:bold;
	line-height:21px;
	text-transform:uppercase;
}
.myBagTotalPriceContainer .breakdown {
	color:#000;
	margin:10px auto 0;
	width:95%;
}
.myBagTotalPriceContainer .breakdown td {
	text-align:left;
}
.myBagTotalPriceContainer .breakdown td.value {
	color:#BB272D;
	font-weight:bold;
	text-align:right;
}
.myBagTotalPriceContainer .breakdown tr.discount td.label span,
.myBagTotalPriceContainer .breakdown tr.foambox td.label span {
	border-bottom:1px dashed #aaa;
	cursor:help;
	font-size:12px;
	font-weight:normal;
	line-height:normal;
	text-transform:none;
}
.myBagTotalPriceContainer .breakdown tr.grand-total {
	font-size:19px;
	font-weight:bold;
	text-transform:uppercase;
}
.myBagTotalPriceContainer .breakdown tr.grand-total td {
	padding:5px 0 10px;
}
.myBagTotalPriceContainer .breakdown tr.grand-total .value {
	color:#000;
}
.myBagUI {
	padding:0 6px 4px;
	width:162px;
}
.myBagUI .view-bag-link, .myBagUI .view-bag-link:link, .myBagUI .view-bag-link:visited,
.myBagUI .clear-bag-link, .myBagUI .clear-bag-link:link, .myBagUI .clear-bag-link:visited {
	background:#ee1c25;
	color:#fff;
	display:block;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	margin-top:6px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:100%;
}
.myBagUI .view-bag-link:hover, .myBagUI .clear-bag-link:hover {
	text-decoration:underline;
}
.myBagUI .clear-bag-link, .myBagUI .clear-bag-link:link, .myBagUI .clear-bag-link:visited {
	background:#666;
	margin-top:0;
}
.myBagUI .bag-checkout-link, .myBagUI .bag-checkout-link:link, .myBagUI .bag-checkout-link:visited {
	background:#3ab54a;
	color:#fff;
	display:block;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	margin-top:6px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:100%;
}
.myBagUI .bag-checkout-link:hover {
	text-decoration:underline;
}


.mainNavContainer {
	clear:both;
	padding:10px 0 0;
}
.mainNavContainer nav {
	border-top:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
}
.mainNavContainer nav ul {
	font-size:21px;
	line-height:42px;
	padding:0 20px;
	text-transform:uppercase;
}
.mainNavContainer nav ul li {
	display:inline-block;
	margin:0 20px;
}	/* Low-Grade Browsers */
	.ie7 .mainNavContainer nav ul li {
		display:inline
	}
.mainNavContainer nav a, .mainNavContainer nav a:link, .mainNavContainer nav a:active, .mainNavContainer nav a:visited {
	color:#000;
	text-decoration:none;
	padding:9px;
}
.mainNavContainer nav li:not(.active) a:hover {
	text-decoration:underline;
}	/* Low-Grade Browsers */
	.oldie .mainNavContainer nav a:hover {
		text-decoration:underline;
	}
	.oldie .mainNavContainer nav li.active a:hover {
		text-decoration:none;
	}
.mainNavContainer nav li.active a {
	color:#C1272D;
}


.bannerContainer {
	margin:0;
}


.stubsContainer {
	background:url(../img/stub-bottom-shadow.jpg) bottom center no-repeat;
	padding:0 0 50px;
	overflow:visible;
	width:100%;
}	/* Low-Grade Browsers */
	.ie7 .stubsContainer {
		background-position:bottom left;
		overflow:hidden;
	}
.stubsContainer .inner {
	background:url(../img/stub-top-shadow.jpg) top center no-repeat;
	left:-65px;
	padding:13px 65px 0;
	position:relative;
	width:100%;
}
.stubsContainer [class|="stub"] {
	float:left;
	width:50%;
}
.stubsContainer .stub-left {
	background:url(../img/stub-left-bg.png) right top no-repeat;
	height:173px; /* same height as bg image */
}
.stubsContainer .stub-right {
	background:url(../img/stub-right-bg.png) right top no-repeat;
	height:174px; /* same height as bg image */
}
.stubsContainer .stubContentContainer {
	padding:15px 13px;
}
.stubContentContainer .stubContent {
	float:left;
	padding:15px 24px;
	width:255px;
}
.stubContentContainer .stubContent h1 {
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
	white-space:nowrap;
}
.stub-left h1 {
	color:#FF931E;
}
.stub-right h1 {
	color:#283177;
}


.popularProductsContainer {
	padding:0;
}
.popularProductsContainer h2 {
	color:#333;
	float:left;
	line-height:44px;
	margin:0 0 0 24px;
	padding:0 13px;
	text-transform:uppercase;
}
.popularProductsContainer hr {
	margin:0 0 33px;
}
.popularProductsContainer .see-all {
	float:right;
	line-height:44px;
	margin:0 24px 0 0;
}
.popularProductsContainer .see-all a {
	color:#C1272D;
	font-weight:bold;
}
.popularProductsContainer .cycleContainer {
	height:254px; /* Placeholder height for dev work */
	margin:0;
}

.footerHighlightsContainer {
	padding:0 13px;
	margin:0 0 30px;
}
.footerHighlightsContainer [class|="footerHighlight"] {
	float:left;
	margin:0 35px 0 0;
	width:298px;
}
.footerHighlightsContainer .footerHighlight-3 {
	margin-right:0;
}
.footerHighlightsContainer h2 {
	color:#333;
	font-size:26px;
	line-height:38px;
	margin:0 0 0 8px;
}
.footerHighlightsContainer .imgContainer {
	border:1px solid #ccc;
	padding:7px;
	margin:0 0 13px 0;
}
.footerHighlightsContainer .imgContainer img {
	height:auto;
	width:282px;
}
.footerHighlightsContainer .content {
	margin:auto;
	padding:0;
	width:265px;
}
.footerHighlightsContainer .more {
	margin:19px auto 0;
	padding:0;
	width:265px;
}	/* IE7 */
	.ie7 .footerHighlightsContainer .more {
		margin-top:9px;
	}
.footerHighlightsContainer .more a {
	font-weight:bold;
}


.paymentQuickInfoBarContainer {
	background:#f2f2f2;
	height:61px;
	margin:30px 0 16px;
	padding:0 26px;
}
.paymentQuickInfoBarContainer .quickInfoItemContainer span {
	line-height:61px;
}


.footerNavContainer {
	border-bottom:5px solid #28327a;
	clear:both;
	padding:0;
}
.footerNavContainer nav {
}
.footerNavContainer nav ul {
	font-size:16px;
	line-height:42px;
	padding:0 20px;
	text-transform:uppercase;
}	/* Low-Grade Browsers */
	.no-flexbox .footerNavContainer nav ul {
		padding:0;
		width:100%;

		display: box; /* Using flexie.js */
	}
	/* High-Grade Browsers */
	.flexbox .footerNavContainer nav ul {
		padding:0;
		width:100%;

		display: -webkit-box;
		display: -moz-box;
		display: box;
	}
.footerNavContainer nav ul li {
	/*display:inline-block;*/
	margin:0 20px;
}	/* Low-Grade Browsers */
	.ie7 .footerNavContainer nav ul li {
		display:inline;
	}
	.ie8 .footerNavContainer nav ul li {
		display:list-item;
	}
	.no-flexbox .footerNavContainer nav ul li {
		text-align:center;

		box-flex: 1; /* Using flexie.js */
	}
	/* High-Grade Browsers */
	.flexbox .footerNavContainer nav ul li {
		display:list-item;
		margin:0;
		text-align:center;

		-webkit-box-flex: 1;
		   -moz-box-flex: 1;
				box-flex: 1;
	}
.footerNavContainer a, .footerNavContainer a:link, .footerNavContainer a:visited {
	color:#808080;
	text-decoration:none;
}
.footerNavContainer a:hover {
	text-decoration:underline;
}

.copyrightContainer {
	margin:0 0 30px;
	text-align:center;
}
.copyrightContainer span {
	color:#666;
	line-height:24px;
}


/**
 * Styles for products/index
 */
.paginatorContainer {
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	height:47px;
}
.paginatorResultsContainer {
	padding:26px 13px;
}
.paginatorContainer .pagingContainer {
	float:right;
	height:100%;
}
.paginatorContainer .pagingContainer p {
	color:#000;
	line-height:47px;
	margin:0;
	padding:0;
}
.paginatorContainer .pagingContainer .paginatorCurrentPage {
	background:#fff;
	border:2px solid #e2e2e2;
	color:#000;
	height:23px;
	text-align:center;
	width:28px;
}	/* Low-Grade Browsers */
	.oldie .paginatorContainer .pagingContainer .paginatorCurrentPage {
		line-height:23px;
	}
.paginatorCurrentPage::-webkit-input-placeholder {
	color:#000;
}
.paginatorCurrentPage:-moz-placeholder {
	color:#000;
}
#gridView .rowContainer {
	margin-bottom:27px;
	width:100%;
}	/* High-Grade Browsers */
	.flexbox #gridView .rowContainer {
		display: -webkit-box;
		display: -moz-box;
		display: box;
	}
#gridView .rowContainer.last {
	margin-bottom:0;
}
#gridView .productContainer {
	float:left;
	margin:0 11px 0 0;
	max-width:168px;
}	/* High-Grade Browsers */
	.flexbox #gridView .productContainer {
		float:none;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		-webkit-box-flex: 1;
		   -moz-box-flex: 1;
				box-flex: 1;
	}
#gridView .productContainer.last {
	margin-right:0;

	/*-webkit-box-flex: 0;
	   -moz-box-flex: 0;
			box-flex: 0;*/
}
#gridView .productContainer .productContent {
	width:168px;
	position: relative;
}	/* High-Grade Browsers */
	.flexbox #gridView .productContainer .productContent {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		-webkit-box-orient: vertical;
		   -moz-box-orient: vertical;
				box-orient: vertical;
		-webkit-box-flex: 1;
		   -moz-box-flex: 1;
				box-flex: 1;
	}
#gridView .productContainer .productThumbnail {
	background:#ccc;
	height:168px;
	overflow:hidden;
	width:168px;
}	/* High-Grade Browsers */
	.flexbox #gridView .productContainer .productThumbnail {
		-webkit-box-flex: 0;
		   -moz-box-flex: 0;
				box-flex: 0;
	}
#gridView .productContainer .productInfo {
	padding:10px 6px;
}	/* High-Grade Browsers */
	.flexbox #gridView .productContainer .productInfo {
		display: -webkit-box;
		display: -moz-box;
		display: box;
		-webkit-box-orient: vertical;
		   -moz-box-orient: vertical;
				box-orient: vertical;
		-webkit-box-flex: 1;
		   -moz-box-flex: 1;
				box-flex: 1;
	}
#gridView .productContainer .productName {
	color:#E71C24;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
#gridView .productContainer .productName a:link, #gridView .productContainer .productName a:visited {
	color:#E71C24;
	text-decoration: none;
}
#gridView .productContainer .productName a:hover {
	text-decoration: underline;
}
#gridView .productContainer .productPrice {
	color:#808080;
	font-size:16px;
	font-weight:bold;
	margin-bottom:2px;
}
#gridView .productContainer .productRemarks {
	color:#939393;
	font-size:12px;
	font-style:italic;
}	/* High-Grade Browsers */
	.flexbox #gridView .productContainer .productRemarks {
		-webkit-box-flex: 1;
		   -moz-box-flex: 1;
				box-flex: 1;
	}
#gridView .productActions .mba-add {
	background:url(../img/add-to-bag-bg.png) no-repeat;
	color:#fff;
	cursor:default;
	display:inline-block;
	height:21px;
	line-height:21px;
	text-align:center;
	text-decoration:none;
	text-transform:capitalize;
	width:83px;
}
#gridView .productActions .mba-selQty {
	/*background:transparent url(../img/qty-select-bg.png) no-repeat;
	border:none;
	color:#fff;
	line-height:21px;
	height:21px;
	margin-right:7px;
	text-transform:uppercase;
	vertical-align:top;
	width:43px;

	-webkit-appearance: none;*/
}
#gridView .productActions .ui-selectmenu-wrap {
	display:inline-block;
	vertical-align:top;
}	/* IE7 */
	.ie7 #gridView .productActions .ui-selectmenu-wrap {
		display:inline;
	}
#gridView .productActions .ui-selectmenu-wrap .mba-selQty {
	background:url(../img/qty-select-bg.png) no-repeat;
	border:none;
	color:#fff;
	height:21px;
	line-height:21px;
	text-transform:uppercase;

	-webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius:0 5px 5px 0;
    -khtml-border-radius:0 5px 5px 0; /* make sure its proper */
     border-radius:0 5px 5px 0;
}
#gridView .productActions .ui-selectmenu-wrap .ui-selectmenu-status {
	display:inline;
	font-size:12px;
	line-height:21px;
	padding:0 0 0 4px;
}
#gridView .productActions .ui-selectmenu-wrap .ui-selectmenu-icon {
	background-image:url(jquery.ui.selectmenu/themes/base/images/ui-icons_ffffff_256x240.png);
	margin-top:-7px;
	left:26px;
}
#gridView .productActions .ui-selectmenu-wrap .ui-state-hover .ui-selectmenu-icon,
#gridView .productActions .ui-selectmenu-wrap .ui-state-active .ui-selectmenu-icon {
	background-image:url(jquery.ui.selectmenu/themes/base/images/ui-icons_cd0a0a_256x240.png);
}

.productSearchContainer {
	margin:10px 0 17px;
	position:relative;
	width:100%;
	z-index:1;
}
.productSearchContainer #productsContainer {
	float:left;
	width:731px;
}
#productsContainer .carriage.pinned {
	background: #fff;
	padding-top: 37px;
	position: fixed;
	top: 0;
	z-index: 9999;
}
#productsContainer .carriage.pinned .checkoutProcessIndicator,
#productsContainer .carriage.pinned .filtersContainer,
#productsContainer .carriage.bottom .checkoutProcessIndicator,
#productsContainer .carriage.bottom .filtersContainer {
	width: 731px;
}
#productsContainer .carriage.bottom {
	background: #fff;
	padding-top: 37px;
	position: absolute;
	top: auto;
	bottom: 0;
	z-index: 9999;
}
#productsContainer .anchor {
	margin-top: -230px; width: 168px; height: 1px; position: absolute;
}
#productsContainer .pinned + .content .anchor {
	margin-top: -139px;
}
#productsContainer .rowContainer:first-child .anchor {
	margin-top: -128px;
}
.productSearchContainer .filtersContainer {
	float:right;
	width:212px;
}
/*
.filtersContainer .titleContainer {
	background:url(../img/filter-search-title-bg.png) left top no-repeat;
	height:44px;
	width:100%;
}
*/
.filtersContainer .titleContainer {
	border-bottom: 1px solid #c8c8c8;
	height:44px;
	width:100%;
}
.titleContainer .title,
.filtersContainer .parentFilterListContainer a.selected:hover .title {
	color:#aeaeae;
	font-size:14px;
	font-weight: bold;
	vertical-align: middle;
	margin:0 0 0 5px;
}
.filtersContainer .filterListContainer {
	border:1px solid #c8c8c8;
	padding:15px 7px;
}
.filterListContainer .parentFilterTitleContainer {
	margin:0 0 14px;
}
.filterListContainer .parentFilterTitleContainer .icon {
	margin-right:3px;
}
.filterListContainer .parentFilterTitleContainer .title {
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	vertical-align:middle;
}
.filterListContainer .subFilterListContainer {
	margin:0 0 16px;
}
.filterListContainer .subFilterListContainer ul {
	list-style:none;
	margin:0;
	padding:0 0 0 4px;
}
.filterListContainer .subFilterListContainer ul li {
	margin:0 0 4px;
}
:not(.oldie) .filterListContainer .subFilterListContainer ul li .title {
	/* Note: <= IE8 does not support :not() */
	display:block;
	margin-left:16px;
}
.js .filterListContainer .subFilterListContainer ul li {
	cursor:pointer;
}
.filterListContainer .subFilterListContainer .filterCheckbox {
	border:1px solid #aaa;
	display:block;
	float:left;
	height:9px;
	margin:2px 5px 0 0;
	width:9px;
}


/**
 * Filters (Top)
 */
.filtersContainer.top {
	float:none;
	width:100%;
}
.filtersContainer.top .titleContainer {
	background:none;
	position:relative;
}
.filtersContainer.top .titleContainer h1 {
	color:#F0A804;
	float:left;
	font-size:30px;
	line-height:44px;
	margin:0;
	padding-left:17px;
	text-transform:uppercase;
}
.filtersContainer.top .titleContainer .switch {
	color:#ff7c00;
	cursor:pointer;
	font-size:20px;
	font-weight:bold;
	line-height:22px;
	padding:17px 0 0 10px;
	position:absolute;
	right:0;
	top:0;
	vertical-align:baseline;
}
.filtersContainer.top .titleContainer .switch .ui-icon {
	display:inline-block;
}
.toggleWrap {
	border-top:1px solid #C8C8C8;
	padding:15px 7px;
	width:717px;
}
/*
.filtersContainer.top .filterListContainer {
	border:none;
	padding:0;
	width:100%;

	display: -webkit-box;
	-webkit-box-align:stretch;
	display: -moz-box;
	-moz-box-align:stretch;
	display: box;
	box-align:stretch;
}
*/
.filtersContainer.top .filterListContainer {
	border:none;
	margin: 10px 0 0;
	padding:0;
	float: right;
	list-style: none;
}
/*
.filtersContainer.top .parentFilterListContainer {
	border-left:1px solid #C8C8C8;
	padding:0 10px;
	vertical-align:top;
	width:218px;

	-webkit-box-flex: 1;
	   -moz-box-flex: 1;
			box-flex: 1;
}
*/
.filtersContainer.top .parentFilterListContainer {
	border-left:1px solid #C8C8C8;
	padding:0 10px;
	vertical-align:middle;
	float: left;
}
.filtersContainer.top .parentFilterListContainer.first {
	border:none;
}
.filtersContainer .parentFilterListContainer a:link,
.filtersContainer .parentFilterListContainer a:visited {
	text-decoration: none;
}
.filtersContainer .parentFilterListContainer a:hover .title,
.filtersContainer .parentFilterListContainer a:active .title {
	text-decoration: underline;
}
.filtersContainer .parentFilterListContainer .filterCheckbox {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: #aeaeae;
	vertical-align: middle;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.ie7 .filtersContainer .parentFilterListContainer .filterCheckbox {
	display: inline;
}
.filtersContainer .parentFilterListContainer .filterCheckbox img {
	width: 15px;
	height: 15px;
	margin: 1px 0 0 1px;
	background: #fff;
	vertical-align: top;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.filtersContainer .parentFilterListContainer a.selected:hover .filterCheckbox img {
	background: #fff;
}


/**
 * Order Summary Sidebar
 */
.productSearchContainer .orderSummaryContainer {
	float:none;
	height:100%;
	position:absolute;
	right:0;
	width:212px;
}
.productSearchContainer .orderSummaryContainer .carriage {
	position:absolute;
	right:0;
	top:0;
	width:212px;
}
.productSearchContainer .orderSummaryContainer.pinned .carriage {
	position:fixed;
	right:auto;
	top:10px;
}
.productSearchContainer .orderSummaryContainer.bottom .carriage {
	top:auto;
	bottom:0;
}
.orderSummaryContainer .titleContainer {
	background:url(../img/filter-search-title-bg.png) left top no-repeat;
	height:44px;
	width:100%;
}
/*
.orderSummaryContainer .orderItemsContainer {
	background:#fff;
	border:1px solid #c8c8c8;
	overflow:hidden;
	padding:0 7px 15px;
}
*/
.orderSummaryContainer .orderItemsContainer {
	background:#fff;
	border:1px solid #c8c8c8;
	border-top: none;
	overflow:hidden;
	padding:0 7px 15px;
}
.orderSummaryContainer .orderItemsContainer .myBagDetailsWrap {

}
.orderSummaryContainer .scrollUp, .orderSummaryContainer .scrollDown {
	display:none;
}
.orderSummaryContainer .orderItemsContainer .myBagItems {
	max-height:300px;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
	padding-right:5px;
}
.orderSummaryContainer .myBagUI {
	margin: 0 auto;
}


/**
 * Styles for Bag Summary / Checkout
 */
.summaryContainer, .checkoutContainer {
	float:left;
	padding:10px 14px 0 15px;
	width:704px;
}
.breakdownContainer {
	background:#eee;
	float:left;
	margin:0 6px 17px 0;
	overflow:hidden;
	width:251px;

    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius:0 0 8px 0;
    -khtml-border-radius:0 0 8px 0; /* make sure its proper */
     border-radius:0 0 8px 0;
}
.breakdownContainer .logo {
	display:block;
	margin:17px auto 0;
}
.breakdownContainer h1 {
	border-top:1px solid #afc1cf;
	border-bottom:1px solid #afc1cf;
	font-size:20px;
	font-weight:bold;
	line-height:26px;
	margin:6px auto 11px;
	text-align:center;
	text-transform:uppercase;
	width:167px;
}
.breakdownContainer table {
	width:100%;
}
.breakdownContainer table tr {
	border-bottom:1px solid #afc1cf;
}
.breakdownContainer table tr td {
	color:#ADADAD;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	padding:0;
}
.breakdownContainer table tr.promo_code .label span,
.breakdownContainer table tr.foambox .label span{
	border-bottom:1px dashed #aaa;
	cursor:help;
}
.breakdownContainer table tr td.value {
	color:#BB272D;
	padding-right:30px;
	text-align:right;
}
.breakdownContainer table tr td:first-child {
	padding-left:30px;
}
.breakdownContainer table tr.grand-total {
	background:#d62128;
	border:none;
	text-transform:uppercase;
}
.breakdownContainer table tr.grand-total td {
	color:#fff;
	font-size:24px;
	line-height:45px;
}

.checkoutProcessIndicator {
	background:#eee;
	height:46px;
	margin:0;
	width:100%;
	text-align: center;
}
.checkoutProcessIndicator ul {
	list-style:none;
	margin:0;
	padding:0;
	display: inline-block;
}
.checkoutProcessIndicator ul li {
	color:#fff;
	float: left;
	font-size:19px;
	font-weight:bold;
	line-height:46px;
	height: 46px;
	list-style:none;
	padding:0;
	text-align:center;
	text-transform:uppercase;
    vertical-align: middle;
}
.checkoutProcessIndicator ul li.active {
	color:#1B3771;
}
.checkoutProcessIndicator ul li.first {

}
.checkoutProcessIndicator ul li.last {

}
.checkoutProcessIndicator ul li span.text {
	display             : -moz-inline-box;  /* FF2 or lower */
    display             : inline-block;     /* FF3, Opera, Safari */
    line-height         : 85%;
    vertical-align      : middle;
	white-space: pre-line;
}
.checkoutProcessIndicator ul li.arrow {
	background: url('../img/checkout-proc-list-icon.png') 0 center no-repeat;
	width: 11px;
	height: 46px;
	margin: 0 15px;
}
.checkoutProcessIndicator ul li.arrow.active {
	background-image: url('../img/checkout-proc-done-list-icon.png');
}
.checkoutProcessIndicator ul li .step-num {
	background:#fff;
	color:#eee;
	display:inline-block;
	height:22px;
	line-height:22px;
	margin:0 5px 0 0;
	vertical-align: middle;
	width:23px;
}	/* IE7 */
	.ie7 .checkoutProcessIndicator ul li .step-num {
		display:inline;
	}
	/* IE8 */
	.ie8 .checkoutProcessIndicator ul li .step-num {
		margin-left:-10px;
	}
	.ie8 .checkoutProcessIndicator ul li.first .step-num {
		margin-left:5px;
	}
.checkoutProcessIndicator ul li.active .step-num {
	background:#1B3771;
	color:#fff;
}
.checkoutProcessIndicator ul li a
.checkoutProcessIndicator ul li a:active,
.checkoutProcessIndicator ul li a:link,
.checkoutProcessIndicator ul li a:visited {
	color:#1B3771;
	text-decoration:none;
}
.checkoutProcessIndicator ul li a:hover {
	text-decoration:underline;
}
.checkoutProcessIndicator ul li a:hover span {
	text-decoration:underline;
}

#bag-summary {
	margin-bottom:17px;
}
#bag-summary h1 {
	color:#000;
	font-size:24px;
	margin:25px 0 10px 11px;
	text-transform:uppercase;
}
#bag-summary > p {
	padding-left:11px;
}
#bag-summary .item-list {
	width:100%;
}
#bag-summary .item-list th {
	color:#000;
	font-size:12px;
	font-weight:normal;
	line-height:12px;
	padding:0 11px 17px;
	text-align:left;
	text-transform:uppercase;
}
#bag-summary .item-list td {
	color:#808080;
	font-size:14px;
	font-weight:bold;
	padding:11px;
}
#bag-summary .item-list td p {
	margin-top:5px;
}
#bag-summary .item-list tr.alt {
	background:#eee;
}
#bag-summary .item-list tr:not(.alt):last-child {
	border-bottom:1px solid #e5e5e5;
}
#bag-summary .item-list .info {
	width:315px;
}
#bag-summary .item-list .info .name {
	color:#302F79;
	font-size:13px;
	font-weight:bold;
	line-height:14px;
	margin-bottom:4px;
}
#bag-summary .item-list .info .description {
	color:#ADADAD;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	margin:0 0 6px;
}
#bag-summary .item-list .info .remove {
	color:#ADADAD;
	font-size:11px;
	font-weight:bold;
}
#bag-summary .item-list input {
	background:#fff;
	border:1px solid #000;
	color:#808080;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	margin-top:3px;
	text-align:center;
	width:28px;
}
#bag-summary .item-list input:focus {
	outline:none;
}
#bag-summary .item-list .subtotal {
	color:#BB272D;
}
#bag-summary .addPromoCodeContainer {
	float:left;
	margin:10px 0 0;
}
#bag-summary .addPromoCodeContainer .input {
	display:inline-block;
}	/* IE7 */
	.ie7 #bag-summary .addPromoCodeContainer .input {
		display:inline;
	}
#bag-summary .addPromoCodeContainer .input label {
	color:#000;
	font-weight:bold;
	margin:0 10px 0 0;
}
#bag-summary .addPromoCodeContainer .input input {
	background:#fff;
	border:1px solid #808080;
	color:#000;
	margin:0 5px 0 0;
	padding:2px 3px;
}
#bag-summary .addPromoCodeContainer .remove,
#bag-summary .addPromoCodeContainer .apply {
	color:#f90;
	font-size:12px;
}
#bag-summary .subTotalContainer {
	float:right;
	margin-top:10px;
	min-width:169px;
}
#bag-summary .subTotalContainer .subtotal {
	border-top:4px solid #939393;
	border-bottom:4px solid #939393;
	color:#000;
	font-size:21px;
	padding:8px 11px;
	text-align:center;
	text-transform:uppercase;
}
#bag-summary .subTotalContainer .subtotal .value {
	color:#BB272D;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#bag-summary .subTotalContainer .submit {
	text-align:center;
}

.checkoutContainer .customerDetailsContainer, .checkoutContainer .deliveryMethodContainer {
	margin-top:35px;
}
.checkoutContainer .customerDetailsContainer {
	float:left;
	margin-bottom:17px;
	padding:0 15px;
	width:174px;
}
.checkoutContainer .customerDetailsContainer h2 {
	color:#000;
	font-size:24px;
	line-height:20px;
	margin-bottom:20px;
}
.checkoutContainer .customerDetailsContainer h3 {
	color:#000;
}
.checkoutContainer .deliveryMethodContainer {
	border-left:1px solid #d9d9d9;
	float:left;
	font-size:12px;
	padding:0 15px 17px 14px;
	width:470px;
}
.checkoutContainer .deliveryMethodContainer h1 {
	color:#000;
	font-size:24px;
	text-transform:uppercase;
}
.checkoutContainer .deliveryMethodContainer legend {
	font-weight:bold;
}
.checkoutContainer .deliveryMethodContainer .required label:after {
	color: #e32;
	content: '*';
	display:inline;
	padding:0 2px;
}
.checkoutContainer .deliveryMethodContainer input[type="text"] {
	background:#eee;
	border:1px solid #afafaf;
	height:27px;
	line-height:27px;
	padding:0 5px;
	width:214px;
}
.checkoutContainer .deliveryMethodContainer input[type="text"].short {
	width:51px;
}
.checkoutContainer .deliveryMethodContainer select {
	background:#eee;
	border:1px solid #afafaf;
	height:27px;
	line-height:27px;
	padding:0 0 0 5px;
}
.checkoutContainer .deliveryMethodContainer .input.textarea {
	margin:20px 0 11px 18px;
}
.checkoutContainer .deliveryMethodContainer .input.textarea label {
	display:inline-block;
	min-width:72px;
}	/* IE7 */
	.ie7 .checkoutContainer .deliveryMethodContainer .input.textarea label {
		display:inline;
	}
.checkoutContainer .deliveryMethodContainer .input.textarea textarea {
	background:#eee;
	border:1px solid #ababab;
	width:356px;
}
.checkoutContainer .deliveryMethodContainer .input.checkbox {
	color:#000;
	display:inline;
	/*float:left;*/
	height:23px;
	line-height:23px;
}
.checkoutContainer .deliveryMethodContainer .input.checkbox input[type="checkbox"] {
	margin:0 15px 0 18px;
	vertical-align:text-bottom;
}
.checkoutContainer .deliveryMethodContainer .input.checkbox .error-message {
	margin-top:0;
	margin-left:25px;
}
.checkoutContainer .deliveryMethodContainer label,
.checkoutContainer .deliveryMethodContainer .ui-widget label,
.checkoutContainer .deliveryMethodContainer .ui-widget legend {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.checkoutContainer .deliveryMethodContainer .ui-widget input,
.checkoutContainer .deliveryMethodContainer .ui-widget select {
	margin-top:5px;
}
.checkoutContainer .deliveryMethodContainer .ui-widget label {
	display:inline-block;
	width:100px;
}
.checkoutContainer .deliveryMethodContainer .ui-widget legend {
	margin-bottom:13px;
}
.checkoutContainer .deliveryMethodContainer .ui-widget p {
	font-size:12px;
}
.checkoutContainer .deliveryMethodContainer .submit {
	float:right;
	margin-right:18px;
}
.checkoutContainer .deliveryMethodContainer .error-message {
	font-style:italic;
	margin-left:15px;
}
.checkoutContainer .deliveryMethodContainer #selectedLocationInfo {
	margin:10px 0 10px 100px;
}

.paymentContainer .methodInfo {
	margin: 0 0 15px 20px;
}
.paymentContainer .methodInfo td {
	padding:5px;
}
.paymentContainer .methodInfo td:first-child {
	color:#000;
	font-weight:bold;
}
.paymentContainer .methodInfo tr:first-child {
	padding-top:0;
}
.paymentContainer .methodInfo p {
	padding-left:8px;
}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  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: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  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; }
}
