/* ISSelectReplacement Styles */
.ISSelect{float:left;border:1px solid #7F9DB9;background:#fff;width:300px;overflow:auto;height:200px}.ISSelect li,.ISSelect ul{list-style:none;padding:0;margin:0}.ISSelect li{padding-left:4px;padding-top:2px;padding-bottom:2px;border-top:1px solid #fff;cursor:default;border-bottom:1px solid #fff}.ISSelect li.ISSelectGroup{padding-left:0}.ISSelect input{margin-right:5px}.ISSelectGroup li{padding-left:20px}.ISSelect .ISSelectOptionHover{background:#efefef}.ISSelectGroup div{font-weight:700;font-style:italic;padding-left:4px}.ISSelect li.ISSelectGroup{background:0 0;border-top:0;border-bottom:0;padding-bottom:0}.ISSelect .SelectedRow{background:#316AC5;border-top:1px solid #316AC5;border-bottom:1px solid #316AC5;color:#fff}.RTL .ISSelect{float:right}

/*!
  Paper Collapse v0.4.0

  Collapsible paper cards.

  Made with love by bbo - ©2015 Alexander Rühle
  MIT License http://opensource.org/licenses/MIT
*/.collapse-card{background-color:#fff;border-bottom:1px solid #eee;color:#777;-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;transition:0.4s}.collapse-card *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.collapse-card.active{-moz-box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.18824);-webkit-box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.18824);box-shadow:0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.18824);z-index:200;margin:1rem -1rem}.collapse-card.active .collapse-card__heading:hover::after{content:"\f066"}.collapse-card .collapse-card__heading:hover::after{content:"\f065"}.collapse-card__heading{cursor:pointer;padding:1rem;position:relative}.collapse-card__heading:before,.collapse-card__heading:after{content:" ";display:table}.collapse-card__heading:after{clear:both}.collapse-card__heading i{float:left}.collapse-card__heading::after{color:#404040;font-family:'FontAwesome';font-size:1rem;line-height:2rem;padding-left:.4rem;position:absolute;right:1rem;top:1rem}.collapse-card__title{font-size:1rem;line-height:2rem;margin:0 2rem 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collapse-card__body{padding:1rem;display:none}
/*# sourceMappingURL=paper-collapse.min.css.map */

/* Font Familys */
@import 'https://fonts.googleapis.com/css?family=Roboto:400,500,700|Ubuntu:400,700';

/* Global Resets */
* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background-color: #fff;
    font-size: 16px;
    font-family: 'Roboto',Arial,Helvetica Neue,Helvetica,sans-serif;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,
.HorizontalFormContainer dd .selector span,
.fastCartTop div,
.list-icon li {
  color: #333333;
}
input, select, textarea {
    font-size: 12px;
}
#CheckoutStepPaymentDetails div.selector {
  width: 70px !important;
}
input,
select,
textarea,
input.Textbox,
input[type="text"],
#SearchForm input {
  color: #000;
}
.inner:after {
    clear: both;
    content: "";
    display: table;
}
.TopMenu > .inner, #Header > .inner, .PageMenu > .inner, .main > .inner, .footer-main > .inner, .footer-links > .inner, .newsletter-subscription > .inner{
    margin: 0 auto;
}
.TopMenu > .inner,
#Header > .inner,
.PageMenu > .inner,
.main > .inner,
.footer-main > .inner,
.footer-links > .inner,
.newsletter-subscription > .inner
{
  max-width: 1180px;
  width: 100%;
}

.TopMenu,
#Header,
.PageMenu{
    font-family:'Ubuntu',Arial,Helvetica Neue,Helvetica,sans-serif;
}

/* Top Navigational Menu */

.TopMenu {
    background-color:rgb(125,116,100);
    font-size:14px;
    margin-bottom:10px;
    padding: 0;
}

.TopMenu,
.TopMenu a,
.TopMenu a:hover{
  color: #FFF;
}

.TopMenu ul {
    padding: 0;
    margin: 0;
    text-align: right;
    font-size:0;
}

.TopMenu li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    line-height: 20px;
    padding:5px 10px;
    position: relative;
    font-size:14px;
}

.TopMenu li:hover{
    background-color:#6B6356;
}

.TopMenu li a:hover {
    text-decoration:none;
}

.TopMenu li .icon {
    margin-right: 5px;
}

.TopMenu li.First a {
    border-left: 0;
}

.TopMenu li.last{
    border-right: none;
}

.TopMenu li:hover ul{
    display: block;
    position: absolute;
    right:0;
    background-color: #6B6356;
}

.TopMenu li ul{
    display:none;
    z-index:99;
    margin-top: 5px;
    padding:6px;
}

.TopMenu li ul li {
    float:none;
    display:block;
    text-align:left;
    font-size: 16px;
    margin: 6px 0;
}

.TopMenu li li a {
    text-decoration: underline;
}

.TopMenu li li a:hover{
    color:#ddd;
    text-decoration:underline;
}

.TopMenu .search ul{
    padding:0;
}

.TopMenu .search ul li{
    padding:5px;
    margin:0;
    overflow:hidden;
}

.TopMenu #SearchForm{
    width:300px;
    float:none;
    border:none;
}

.TopMenu .CartLink {
    background-color: #ED7000;
}

.TopMenu .CartLink:hover{
    background-color: #d56500;
}

.TopMenu .CartLink span{
    width: auto;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.TopMenu .CartLink a {
    color: #FFF;
}

.TopMenu .Cartlink i{
    color:#FFF;
}

#SideCartContents {
    display: none;
    position: absolute;
    right: 0;
    top:30px;
    background: #d56500;
    z-index: 99;
    padding: 5px;
    width: 300px;
    font-size: 14px;
    text-align:left;
}

.CartLink:hover #SideCartContents {
    visibility: visible;
    display: block;
    transition: .3s ease all;
}

.TopMenu .Cartlink a:hover #SideCartContents{
    display:block;
}

#SideCartContents .ProductList{
    background-color: #d56500;
    position:static;
    padding:0;
    margin:0;
    font-size:14px;
}

#SideCartContents .ProductList li{
    width:100%;
    padding:0;
    margin:0;
    font-size:14px;
}

#SideCartContents .ProductList li:hover{
    background-color:inherit;
}

#SideCartContents .ProductList img{
  width:50px;
  height:auto;
  display:inline-block;
  vertical-align: top;
}
#SideCartContents .ProductList div.sideCartImage{
    float:left;
}

#SideCartContents .ProductList div.sideCartInfo{
  margin-left:5px;
  display:inline-block;
  width:235px;
  float: right;
}

#SideCartContents .ProductList a{
  white-space:normal;
  text-decoration:none;
}

#SideCartContents .ProductList em{
    font-style: italic;
    text-align: left;
}

#SideCartContents .btn.btn-info{
    padding: 6px 12px;
    margin-top:5px;
}

.search-icon{
    height:15px;
}

.TopMenu a {
    padding: 0;
    margin: 0;
    position: relative;
}

.TopMenu li.last a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.header {
    background: #ffffff;
    z-index:99;
    width:100%;
}

.boxshadow{
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;   
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#Header {
    position: relative;
    display:block;
    padding-bottom:10px;
}

#Header > .inner {
  background: #ffffff;
}

/* Main Categories Menu */
#Header .CategoryList,
#Header .pages-menu{
    display:inline-block;
}

#HeaderLower .CategoryList .SideCategoryListClassic li a {
    width: auto;
    margin: 15px 10px;
    padding: 0 0 0 0px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

#HeaderLower .CategoryList .SideCategoryListClassic li:before {
    float: left;
    margin-top: 16px;
    content: "|";
}

#HeaderLower .CategoryList .SideCategoryListClassic ul:first-child {
    color: #fff;
}

/* Horizontal Category List (Default & Flyout) */

.CategoryList h2 {
    display: block;
}
.InfoMessage a {
  text-decoration: underline;
}
/* Logo */
.header-logo {
    float: left;
    padding-left:10px;
}

.header-logo a,
.header-logo a:hover {
  color: #333333;
}

#cookieNotification {
    position: fixed;
    z-index: 99999;
    display: none;
    float: left;
    width: 100%;
    max-height: 88px;
    background: url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/cookie-sprite.png) repeat-x bottom;
}
#cookieNotification .cookie-inner {
    max-width: 940px;
    min-height: 46px;
    margin: auto;
    width: 100%;
}
#cookieNotification .icon-info {
    float: left;
    width: 40px;
    height: 40px;
    background: url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/cookie-sprite.png) no-repeat 0 8px;
}
#cookieNotification p {
    margin: 0 0 0 0;
    padding: 15px 0 12px;
    line-height: 18px;
    font-weight: bold;
    float: none;
}
#cookieNotification button {
    float: right;
    display: block;
    margin: 17px 0 0 0;
    width: 117px;
    height: 28px;
    cursor: pointer;
    text-indent:  -9999px;
    background: url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/cookie-sprite.png) no-repeat 0 -38px;
    border: none;
}
@media screen and (max-width: 768px) {
    #cookieNotification p {
        font-weight: normal;
        line-height: 14px;
        font-size: 90%;
    }
    #cookieNotification .icon-info {
        display: none;
    }
    #cookieNotification button {
        margin-top: 0;
    }
}

/* Top Search Form */

/*#SearchForm{
    position: relative;
    float: right;
    width: 25%;
    background-color: #6b6356;
}*/

#SearchForm form {
    padding: 0;
}

#SearchForm label {
    display: none;
}

#SearchForm input {
    border-right: 0;
    font-size: 16px;
    height: 45px;
    line-height: 35px;
    padding: 0 1em;
    margin: 0 5px 0 0;
    float: left;
    width: 240px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius:2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#DrawerMenu #SearchForm input[type=text]{
    width:75%;
}

/*#SearchForm input#search_query {
    border-width: 0 !important;
}*/

#SearchForm .Button {
    cursor: pointer;
    border: 0 !important;
    vertical-align: top;
    margin: 0;
    width: 55px;
    height: 45px;
    padding: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: url(//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/magnifying-glass.svg?t=1588264566) 50% 50%/50% 50% no-repeat transparent;
    -moz-transition: background-color 150ms ease;
    -webkit-transition: background-color 150ms ease;
    -o-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
    background-color:#ED7000;
}

#SearchForm .Button:hover{
    background-color:#D56500;
}

/*#SearchForm .Button,
#SearchForm input.Textbox,
#SearchForm {
  border: 1px solid #e3e3e3;
  background-color: #fff;
}*/

#SearchForm p {
    display: none;
    font-size: 0.85em;
    margin: 5px 0 0 0;
}


/* Select styling */

select {
    border-radius: none;
    margin: 0;
    padding: 9px;
}

select.Field45 {
    width: auto;
}

.no-sel {
    height: auto;
    line-height: inherit;
}

textarea {
    line-height: 18px;
    height: 100px;
    max-width: 100%;
}

input {
    padding: 0px;
}

/*blockquote{
    width:240px;
    margin: 10px auto;
}*/
blockquote {
	border-left: 5px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	quotes: "\201C""\201D";
}
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
	display: inline;
}
blockquote footer {
	margin-top: 10px;
	text-align: left;
	font-weight:500;
	line-height: 18px;
	font-size: 14px;
}
blockquote footer .source {
	display: block;
}

p {
    font-size:18px;
    /*margin-bottom: 1em;*/
    margin-top:25px;
    margin-bottom:18px;
}
nav {
    font-size:18px;
}
a {
    text-decoration: none;
    font-weight: inherit;
}

a:hover{
    text-decoration: none;
}

.page-content #LayoutColumn2 a.pname:hover {
    background-color: transparent;
}

strong, b, .bold {
    font-weight: bold;
}

p.bold, 
span.bold {
    font-weight:700;
}

.italic {
    font-style: italic; 
}

.regular{
    font-weight: normal;
}

.uppercase {
    text-transform: uppercase;
}
    
.underline {
    text-decoration:underline !important;
}

/* Strike through */
	.strike {
	 text-decoration: line-through;
	}
	
	/* Muted */
	.muted {
		color:#959595;
	}
	p span.muted,
	h1 span.muted,
	h2 span.muted,
	h3 span.muted,
	h4 span.muted {
		color:#959595;
	}
	p.muted {
		color:#959595;
		font-size:16px;
	}
	img.muted {
		-webkit-filter: grayscale(1);
            filter: grayscale(1);
	}

.header-logo h1 {
    font-size: 46px;
    font-weight: 300;
    padding: 0;
    letter-spacing: 3px;
    line-height: 0.7em;
}

cite{
    font-style:italic;
}

iframe{
    border:none;
    max-width:100%;
}

/* Buttons */
button, 
.btn,
.hs-button{
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom:1;
    text-align: center;
    border: none;
    font-size: 14px;
    line-height: 1;
    padding: 6px 12px;
    -webkit-border-radius: 0;
    /*border-radius: 0;*/
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ED7000;
    color: #ffffff;
    border-radius:4px;
    margin: 10px 0;
    border:1px solid transparent;
}

.hs-button{
    width: auto;
    background-clip: border-box;
}

.hs-error-msgs li, .hs-error-msgs{
    list-style:none;
    padding:0;
} 

.hs-form .field label{
    display:none;
    font-size:0;
}

button:hover,
.btn:hover,
.hs-button:hover {
    color: #fff;
    background-color: #d56500;
    border-color: #d56500;
}
button.alt,
.btn.alt {
    line-height: 29px;
    background-color: transparent;
    border: 3px solid #333333;
    color: #333333;
}
button.alt:hover,
.btn.alt:hover {
  border: 3px solid #999999;
  color: #999999;
}
button.text, 
.btn.text {
    background:none;
    outline: 0;
    color: #666666;
}

#CheckoutStepPaymentDetails div.selector{
    width: 70px;
}

/* Headings */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin: 0;
    padding: 0;
    color: #0B3E64;
    line-height:1.0;
}

h1, .h1 {
    font-size: 34px;
    font-weight:700px;
	margin-top: 42px;
	margin-bottom: 26px;
}

h2, .h2 {
    font-size: 28px;
    font-weight:500px;
	margin-top: 36px;
	margin-bottom: 20px;
}

h3, .h3 {
    font-size: 18px;
    font-weight:500px;
    margin-top: 28px;
	margin-bottom: 18px;
}

h4, .h4 {
    font-size: 18px;
    font-weight:500px;
	margin-top: 28px;
	margin-bottom: 18px;
}

h5, .h5 {
    font-size: 14px;
    font-weight: 700;
}

h6, .h6 {
    font-size: 14px;
    font-weight: 300;
}

.footer-main .h4 {
    font-size: 14px;
    padding: 0 0 1em 0;
    line-height: 20px;
    text-transform: none;
    font-weight: bold;
    color: #333333;
}

.footer-main {
  /*background: #ffffff;*/
}

.footer-main a {
  color: #999999;
}
.footer-main a:hover {
  color: #333333;
}

.productPage .PriceRow.p-price {
    font-size: 22px;
}

.productPage .dateselector {
    display: inline;
}

.TitleHeading {
    margin-bottom: 0;
}

.TitleHeading.zero {
    margin-bottom: 0;
}

img,
img a {
    border: 0;
    max-width:100%;
}

ul{
    list-style-image: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/bullet.png?t=1588264566');
    padding-left:40px;
    margin:1em 0;
}

ol {counter-reset:item;}
ol li{display:block; padding-left:40px;}
ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #6f6759;
}

li {
    line-height:1.5;
    font-size:18px;
    padding: 0;
}

select option {
    padding: 0 10px;
    margin-right: 10px;
}

hr {
    margin: 20px 0;
    padding: 0;
    height: 1px;
    background: none;
    border-width: 1px 0 0 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

/*Standardised Forms*/

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

/*Horizontal Forms*/

.horizontal-form input {
    margin-right: 1em !important;
}

.horizontal-form fieldset {
    margin-right: 20px;
    display: inline-block;
}

/* Forms */

.HorizontalFormContainer {
    max-width: 1000px;
}

.HorizontalFormContainer dl,
.VerticalFormContainer dl {
    margin: 0;
}

.HorizontalFormContainer dl:after,
.VerticalFormContainer dl:after {
    content: "";
    display: table;
    clear: both;
}

.HorizontalFormContainer dt img {
    vertical-align: middle;
    float: left;
}

.HorizontalFormContainer dt .fieldLabel {
    float:left;
    padding-top: 4px;
    padding-left: 4px;
}

.HorizontalFormContainer dt {
    width: 170px;
    float: left;
    clear: left;
}

.HorizontalFormContainer dd.ProductField {
    height: 20px;
}

.HorizontalFormContainer dd {
    padding-top:4px;
    margin-left: 180px;
}

form .HorizontalFormContainer dd {
    float: left;
}

/* [sic] not a typo in WishListEditFrom (I didn't change the markup) */
/* THEME-316 */
#WishListEditFrom form .HorizontalFormContainer dd {
    float: none;
}

.NarrowFormContainer dt {
    width: 110px;
}

.NarrowFormContainer dd {
    margin-left: 120px;
}

.NarrowFormContainer p.Submit {
    margin-left: 120px;
}

.VerticalFormContainer dt {
    float: none;
    margin-bottom: 6px;
    width: auto !important;
}

.VerticalFormContainer dd {
    margin-bottom: 25px;
    margin-left: 0 !important;
}

/* override inline styles on zip code fields */

#FormField_13, #FormField_23 {
    width: 180px !important;
}

/* Page Containers */

#ContainerLower {
    clear: both;
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
}

/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
    clear: both;
}

.centerer {
    margin:0 auto;
    text-align: center;
}

input.Textbox, textarea,
input[type="text"],
input[type="password"],
input[type="email"] {
    margin: 0;
    height: 35px;
    line-height: 35px;
    padding: 0 1em;
    background: #ffffff;
    font-size: 13px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    min-height: 100px;
    padding: 1em;
    line-height: 18px;
}

/* Left Content Area */

.Left {
    float: left;
    padding-right: 20px;
    width: 200px;
}

.Left h3 {
    padding-top: 0;
}

.Left .BlockContent {
    margin: 0;
}

.Left ul {
    margin: 0 0 20px 0;
    padding: 0;
}

.Left .CategoryList .SideCategoryListFlyout > ul > li {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #e3e3e3;
}

.Left li {
    clear: both;
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
}

.Left li a.active:hover {
  border-color: #333333;
}

.Left li a.active,
a:hover,
a.alt,
.Left .CategoryList li a:hover,
.Left .slist li a:hover,
.Left .afterSideShopByBrand a:hover,
.Left #GiftCertificatesMenu li a:hover,
.Left #SideAccountMenu li a:hover,
.ModalContent h4 a:hover {
  color: #999999;
}

.Left .CategoryList .sf-menu li li {
    padding-left: 10px;
}

.Left li li a {
    margin: 4px 0;
    font-size: 12px;
}

.Left .sf-menu li {
    float: none;
}

.Left .CategoryList {
    display: block;
}

.Left .CategoryList .BlockContent,
.Left .slist .BlockContent {
    padding: 0 20px 0 0;
    overflow: hidden;
}

.Left .CategoryList li a,
.Left .slist li a,
.Left .afterSideShopByBrand a,
.Left #GiftCertificatesMenu li a,
.Left #SideAccountMenu li a {
    padding: 0;
}

.Left .CategoryList li li a,
.Left .slist li li a {
    font-weight: normal;
    font-size: 12px;
}

/* Primary Content Area */
.Content {
    /*overflow: hidden;*/
    padding: 0 0 20px 0;
    min-height: 200px;
}

.Content .Block {
    clear: both;
}

.Block {
    margin-top: 0;
}

/* Primary Content Area (column span of 2) */
.Content.Wide {
    padding: 0;
}

/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
    padding: 0;
    border: none;
}

/* Right Content Area */
.Right {
    float: right;
    width: 190px;
}

.Right .Block {
    padding: 0 0 10px 0;
}

.Right .BlockContent {
    margin: 0 10px 0 10px;
}

.Right ul {
    margin: 0;
    padding: 0;
}

.Right li {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 5px 0 7px 0;
}

/* Top Banner styles */
/*
.Block.banner_home_page_top,
.Block.banner_category_page_top,
.Block.banner_brand_page_top,
.Block.banner_search_page_top {
    position: relative;
    z-index: 0;
}

.Block.banner_home_page_top *,
.Block.banner_category_page_top *,
.Block.banner_brand_page_top *,
.Block.banner_search_page_top * {
    padding: 0;
    margin: 0;
}

/* Bottom Banner styles */
/*
.Block.banner_home_page_bottom,
.Block.banner_category_page_bottom,
.Block.banner_brand_page_bottom,
.Block.banner_search_page_bottom {
    position: relative;
    left: 0;
    margin-bottom: 0;
}

.Block.banner_category_page_bottom div,
.Block.banner_brand_page_bottom div,
.Block.banner_search_page_bottom div {
}

/*.Block.banner_category_page_bottom div,
.Block.banner_brand_page_bottom div,
.Block.banner_search_page_bottom div {
    margin-left: 10px;
}*/
/*
.Block.banner_home_page_bottom div:first-child,
.Block.banner_category_page_bottom div:first-child,
.Block.banner_brand_page_bottom div:first-child,
.Block.banner_search_page_bottom div:first-child {
    margin-left: 0;
}

.Block.banner_home_page_bottom div .text,
.Block.banner_category_page_bottom div .text,
.Block.banner_brand_page_bottom div .text,
.Block.banner_search_page_bottom div .text {
    position: absolute;
    top: 35px;
    left: 15px;
    width: 200px;
    z-index: 99;
}

.Block.banner_home_page_bottom div .text h2,
.Block.banner_category_page_bottom div .text h2,
.Block.banner_brand_page_bottom div .text h2,
.Block.banner_search_page_bottom div .text h2 {
    font-size: 2.7em;
    line-height: 1em;
    margin-bottom: 12px;
}

.Block.banner_home_page_bottom div .text h3,
.Block.banner_category_page_bottom div .text h3,
.Block.banner_brand_page_bottom div .text h3,
.Block.banner_search_page_bottom div .text h3 {
    font-size: 1.6em;
    line-height: 1em;
    margin-bottom: 10px;
}

.Block.banner_home_page_bottom div .text p,
.Block.banner_category_page_bottom div .text p,
.Block.banner_brand_page_bottom div .text p,
.Block.banner_search_page_bottom div .text p {
    margin-bottom: 10px;
}
*/
.image-container-centered {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: none !important;
}

.category-featured .image-container-centered {
    width: 320px;
    height: 264px;
}

.category-featured .image-container-centered img {
    max-width: 320px;
    max-height: 264px;
}

.category-featured h3 {
    text-transform: uppercase;
}

/* Contains links lists & newsletter */

.footer-columns li ul,
.footer-columns li:hover ul {
    display: none !important;
}

.footer-columns .RecentNews li p {
    margin: 5px 0;
}

/* Newsletter Subscription Form */

.newsletter-subscription {
    border-width: 1px 0;
    border-style: solid;
    border-color: #e3e3e3;
    background-color: #ffffff;
}

.newsletter-subscription .h4 {
    padding: 0;
    line-height: 35px;
    color: #333333;
}

.newsletter-subscription .inner {
    padding: 20px 0;
}

.newsletter-subscription label {
    display: none;
}

.newsletter-subscription input {
    width: 100%;
}

/* News Lists */

#HomeRecentBlogs ul {
    padding-left: 0;
    margin-left: 0;
}

#HomeRecentBlogs li {
    list-style: none;
    padding: 5px 0 5px 10px;
    margin: 0;
}

#HomeFeaturedProducts .h3,
#SideTopSellers .h3,
#HomeNewProducts .h3 {
  color: #333333;
}

#LowerRight .FeedLink {
    float: left;
    margin: 6px 4px 0 0;
}

/* Product Listings */

.ProductList {
    font-size: 0;
    padding: 0;
    overflow: hidden;
}

.ProductList li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 0 20px 20px;
    list-style: none;
    height: auto !important;
    margin: 0;
    font-size: 14px;
    overflow: hidden;
    width: 25%;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ProductList li .ProductCompareButton {
    font-size: 11px;
    margin: 10px 0;
    text-transform: uppercase;
    text-align: center;
    color: #bebebe;
}

.ProductList.List .ProductActionAdd {
    text-align: left;
}

.ProductList .ProductPriceRating {
    padding-bottom: 5px;
    text-align: center;
}

.ProductList .ProductActionAdd {
    text-align: center;
}

.ProductList .ProductImage,
.brand-img,
#ProductDetails .ProductThumbImage {
    overflow: hidden;
    text-align: center;
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}

.ProductList .ProductImage a,
.ProductThumbImage a {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    line-height: 0;
}

.ProductList .ProductImage img,
#ProductDetails .ProductThumbImage img {
    max-height: 100%;
    max-width: 100%;
    line-height: 1.5em; /* If the image takes a while to load or doesn't load at all the alt text will display. This spaces this text. */
}
.ProductThumbImage .ThumbPrev {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background-position: 0;
    z-index: 99;
    cursor: pointer;
    background-repeat: no-repeat;
}

.ProductThumbImage .ThumbNext {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background-position: right;
    z-index: 99;
    cursor: pointer;
    background-repeat: no-repeat;
}
.ProductThumbImage .ThumbPrev:before, 
.ProductThumbImage .ThumbNext:before {
    font-family: "FontAwesome";
    font-size: 30px;
    position: absolute;
    top: 50%;
}
.ProductThumbImage .ThumbPrev:before {
    content: "\f104";
}
.ProductThumbImage .ThumbNext:before {
    content: "\f105";
}
.ProductList .ProductDetails {
    padding: 10px 10px 0 0;
    word-wrap: break-word;
}

.ProductList em {
    display: block;
    padding-bottom: 5px;
    font-style: normal;
    text-align: center;
}

.ProductList .Rating {
    display: block;
    text-align: center;
}

.ProductList .pname {
    display: block;
    padding-bottom: 5px;
    line-height: 18px;
    text-align: center;
}

.ProductList .p-name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#SimilarMultiProductsByCustomerViews .ProductList li {
    width: 20%;
}

/* Product Listings - Horizontal */

.List.ProductList li .ProductPriceRating {
    padding: 8px 10% 0 0;
    width: auto;
    margin: 0;
}

.List.ProductList li .ProductCompareButton {
    width: auto;
    clear: none;
    padding: 0 20px 0 0;
    margin: 5px 0 0 0;
}

.List.ProductList li .ProductCompareButton {
    padding-top: 7px;
}

.ProductList.List {
    margin: 0;
}

.ProductList.List li {
    display: block;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    width: auto
}

.ProductList.List .ProductImage {
    float: left;
    width: 190px;
}

.ProductList.List .ProductDetails {
    padding: 20px;
    overflow: hidden;
    border-top: 1px solid #e3e3e3;
}

.ProductList.List .QuickViewBtn {
    text-align: center;
    width: 170px;
}

.ProductList.List .ProductQty {
    margin-left: 10px;
}

.ProductList.List .ProductDescription {
    font-style: normal;
    margin-top: 5px;
}

.ProductList .ProductRightCol {
    float: right;
}

.ProductList.List li .ProductCompareButton {
    text-align: left;
    margin-top: 10px;
}

/* Add to cart popup __master overrides */

.fastCartContent {
    min-height: 0;
    width: auto;
}

#fastCartContainer .ProductList .ProductImage {
    height: auto; /* Have to keep to override master */
    width: 100%; /* Have to keep to override master */
}

.SubBrandListGrid .RowDivider {
    display: none!important;
}

.brand-img {
    float: left;
    width: 100%;
    padding: 5px 0;
    text-align: center;
}

.brand-img img {
    width: auto;
}

.Left .ProductList li,
.Right .ProductList li {
    margin-bottom: 10px;
}

.Left .ProductList .ProductImage, .Right .ProductList .ProductImage {
    display: none;
}

/* Top Seller Block Specific */

.Right .TopSellers, .Left .TopSellers {
    clear: both;
    padding: 0 0 10px 0;
}

.Right .TopSellers ul, .Left .TopSellers ul {
    margin: 0;
    padding: 0;
}

.Right .TopSellers li, .Left .TopSellers li {
    clear: both;
    margin: 0 0 5px 0;
}

.Right .TopSellers li .TopSellerNumber, .Left .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    float: left;
    width: 22px;
    font-size: 1.3em;
    text-align: center;
    padding: 1px 0 2px 0;
}

/* Contains the details of the item */
.Right .TopSellers .ProductDetails, .Left .TopSellers .ProductDetails {
    margin: 0;
    margin-left: 28px;
}

.Right .TopSellers li.TopSeller1 img, .Left .TopSellers li.TopSeller1 img {
    display: none;
}

.Right .TopSellers li.TopSeller1 .ProductImage,
.Left .TopSellers li.TopSeller1 .ProductImage {
    display: none;
}

.Content .TopSellers li.TopSeller1 .TopSellerNumber,
.Content .TopSellers li .TopSellerNumber {
    display: none;
}

/* Page Breadcrumbs */

.Breadcrumb {
    padding: 0;
    color: #bebebe;
}
.Breadcrumb a {
  color: #999999;
}

.Breadcrumb ul {
    list-style-type: none;
    margin: 0 0 20px 0;
    overflow: hidden;
    width: 100%;
}

.Breadcrumb li {
    list-style-type: none;
    font-size: 11px;
    font-weight: 300;
    padding: 0 12px 0 0;
    display: block;
    float: left;
    background: none;
}

.Breadcrumb li a {
    padding-right: 18px;
    background: url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/icon_bullet_breadcrumb.png) no-repeat 100% 50%;
    display: inline-block;
    font-weight: bold;
}

.top-title {
    position: relative;
}

.top-title h2 {
    margin: 0;
}

.productlist-page .top-title{
    margin-bottom: 0;
}

/* Helpers */

.visuallyhidden {
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
}

.clearfix:before, 
.clearfix:after,
.box:before,
.box:after{
    content: " ";
    display: table;
}
.clearfix:after,
.box:after{
    clear: both;
}

/* It is added because the app is generating the class 'ClearLeft'*/

.ClearLeft{
    clear: left;
}

/* Miscellaneous Definitions */

.Left .FeedLink,
.Right .FeedLink {
    float: left;
    margin: 0 7px 0 0;
}

.Content .FeedLink {
    display: none;
}

.SortBox {
    font-size: 0.95em;
    color: @primary-color;
    padding: 12px 5px 0 0;
    color: #999999;
}

.SortBox label {
    text-transform: uppercase;
}

.CompareButton {
    text-align: right;
    margin-bottom: 20px;
}

.Required {
    color: red;
}

.ShippingAddressList,
.ShippingAddressList li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ShippingAddressList li {
    width: 30%;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

#ProductDetails h1 {
    padding: 0;
    word-wrap: break-word;
}

.PrimaryProductDetails .BrandName {
    padding: 0;
    margin-bottom: 10px;
}

.PrimaryProductDetails .btn.wishTrigger {
  border-color: #333333;
  color: #333333;
}
.PrimaryProductDetails .btn.wishTrigger:hover {
  border-color: #4d4d4d;
  color: #4d4d4d;
}

.PrimaryProductDetails .ProductThumb {
    width: auto !important;
    height: auto !important;
    margin-bottom: 20px;
    text-align: center;
}
.PrimaryProductDetails .ProductPrice {
  color: #333333;
}
.PrimaryProductDetails .ProductThumb .ProductThumbImage .zoomPad {
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.PrimaryProductDetails .ProductMain {
    overflow: hidden;
    float: right;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:30px;
}

.PrimaryProductDetails .ProductThumb p a {
    font-weight: bold;
}

.ProductDescription, .ProductReviews, .ProductsByCategory, .ProductOtherDetails {
    margin-top: 20px;
}

.PrimaryProductDetails dl {
    font-size: 0.90em;
}

.PrimaryProductDetails dt {
    font-weight: bold;
    width: 80px;
    clear: left;
}

.PrimaryProductDetails dd {
    margin-left: 90px;
}

.Right hr {
    margin: 5px 0 0;
}

.ComparisonCheckbox {
    float: left;
}

.SideRecentlyViewed .ProductList li {
    margin-left: 0;
}

.SideRecentlyViewed .ProductDetails {
    margin-left: 20px;
}

/* Product Comparisons */

.ComparisonTable {
    table-layout: fixed;
    width: 100%;
}

.ComparisonTable img {
    max-height: 100%;
    max-width: 100%;
}

.ComparisonTable td {
    font-size: 14px;
    padding: 10px;
    vertical-align: center;
}

.CompareFieldName {
    width: 95px;
    padding: 8px 10px 8px 15px;
}

.CompareFieldTop {
    padding: 5px;
    text-align: center;
}

.CompareFieldTop a {
    font-size: 14px;
}

.CompareLeft {
    padding:5px 10px 5px 10px;
}

.CompareCenter {
    padding: 5px;
}

.CompareRating {
    text-align:center;
    padding-top:8px;
    vertical-align:middle;
}

.CompareProductOption {
    margin-left:20px;
    padding-left:5px;
}

.Availability {
    color:gray;
}

.LittleNote {
    color:gray;
    font-size: 0.85em;
}

.ViewCartLink {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* General Tables */

table.General,
table.CartContents,
table.General {
    margin: 20px 0;
    width: 100%;
}

table.General thead tr th,
table.CartContents thead tr th {
    padding: 6px 10px;
    text-align: left;
}

table.General tbody td,
table.CartContents tbody td {
    vertical-align: top;
}

table.General tbody tr.First td {
    border-top: 0;
}

/* Cart Contents Table */

.CartContents tbody td {
    border-bottom: 0;
}
.CartContents .ProductName a {
    font-weight:700;
}

.CartContents thead {
    background: #ededed;
}

.CartContents tbody tr td {
    padding: 20px;
}

.CartContents tfoot .SubTotal td {
    font-weight: bold;
}
.CartContents tfoot .SubTotal td div {
    padding: 20px 0;
}
.ProductOptionList,
.ProductOptionList li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ProductOptionList li {
    margin-bottom: 3px;
    margin-left: 2px;
}

.MiniCart h3 {
    font-size: 1.3em;
}
.MiniCart .SubTotal {
    text-align: center;
    font-size: 1.1em;
}

.JustAddedProduct {
    width: 128px;
    overflow: hidden;
    margin: auto;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}

.JustAddedProduct strong,
.JustAddedProduct a {
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin-bottom: 3px;
}

.JustAddedProduct .ProductDetails {
    font-size: 1.2em;
    padding-bottom: 10px;
}

.CategoryPagination .PagingList,
.CategoryPagination .PagingList li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.CategoryPagination{
    float: left;
    text-align: center;
}

.CategoryPagination .PagingList li {
    display: inline;
}

/* Quick Search */
.QuickSearch {
    background-color: #fff;
    margin: 0;
    min-width: 400px;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    z-index: 9999;
}

.RatingIMG {
    display: none;
}

.QuickSearchTitle td, .QuickSearchAllResults td {
    font-weight: bold;
    padding: 4px;
    font-size: 12px;
}

.QuickSearchResult td {
    font-size: 12px;
    padding: 0 10px;
    cursor: pointer;
}

.QuickSearchResultImage {
    margin-left: 4px;
    margin-right: 10px;
    text-align: center;
    background: #fff !important;
}

.QuickSearchResultNoImage {
    padding-top: 10px;
    color: #777;
}

.QuickSearchResultName {
    display: block;
    padding-bottom: 5px;
}

.QuickSearchResult .Price {
    font-weight: bold;
    font-size: 12px;
    padding-right: 5px;
}

.QuickSearchHover{
    background: #D6D6D6;
}

.QuickSearchAllResults {
    text-indent: 0;
    padding: 0;
    line-height: 20px;
}

.QuickSearch .QuickSearchAllResults a,
.QuickSearch .QuickSearchAllResults a:hover {
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

.QuickSearchAllResults a:active,
.QuickSearchAllResults a {
    outline: none;
    -moz-outline-style: none;
}

/* Brand Tag Clouds */
.BrandCloud .smallest {
    font-size:12px;
}

.BrandCloud .small {
    font-size:15px;
}

.BrandCloud .medium {
    font-size:18px;
}

.BrandCloud .large {
    font-size:20px;
}

.BrandCloud .largest {
    font-size:26px;
}

.BrandCloud a {
    padding-right: 5px;
}

.DownloadExpires {
    padding-top: 3px;
    font-style: italic;
    color: gray;
}

.DownloadExpiresToday {
    color: red;
}

.CheckoutRedeemCoupon h4 {
    margin-top: 0;
}

.CheckoutRedeemCoupon p {
    margin-top: 10px;
    margin-bottom: 0;
}

.BillingDetails {
    float: left;
    width: 48%;
    margin-right: 10px;
    margin-bottom: 15px;
}

.ShippingDetails {
    float: left;
    width: 48%;
    margin-bottom: 15px;
}

.ProductDetailsGrid .DetailRow.product-heading {
    margin-bottom: 20px;
}

.ProductDetailsGrid,
.ProductDescription {
  color: #333333;
}

.ProductDetailsGrid dt {
    width: 140px;
    margin-bottom: 6px;
    float: left;
    font-weight: bold;
}

.ProductDetailsGrid dd {
    margin-left: 140px;
    margin-bottom: 6px;
}

.SubCategoryList {
    margin-bottom: 20px;
}

.SubCategoryList ul,
.SubCategoryList li {
    margin-left: 0;
}

/*# MOBILE SUBCAT MENU #*/
.SubCategoryList.mobile {
    color: #999;
    display: none;
}
.SubCategoryList.mobile * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.SubCategoryList.mobile .selector {
    height: auto;
    width: 100%;
}
.SubCategoryList.mobile span {
    height: auto
}

.SearchTips .Examples {
    padding: 8px;
    color: #555;
    margin-left: 30px;
    margin-bottom: 10px;
}

.ProductDetails .ProductThumb p {
    margin-top: 10px;
    font-size: 0.9em;
}

.ProductReviewList {
    clear: both;
}

.ProductReviewList li {
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.ProductReviewList li:last-child {
    border: 0;
}

.ReviewTitle img {
    margin-left: 10px;
}

.SoldOut {
    color: #999;
}

.AddToWishlistLink {
    position: relative;
    margin: 0;
}

.AddToWishlistLink .wishlist-button {
    position: absolute;
    top: -70px;
    left: 165px;
    font-weight: bold;
    cursor: pointer;
    background: #fff;
    border: 0;
    color: #333333;
}

/* sizing and positioning of the inside part of a swatch */

.productOptionPickListSwatch .thumbnail,
.productOptionPickListSwatch .swatchColour {
    display: inline-block;
    width: 30px !important;
    height: 30px !important;
}

.productOptionPickListSwatch ul {
    margin-bottom: 20px;
}

.productOptionPickListSwatch li .validation {
    top: 5px;
    left: 5px;
}

.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours {
    display: inline-block !important;
    margin: 0 !important;
    padding: 2px !important;
}

.productAttributeValue {
    clear: both;
}

.ShippingProviderList li {
    list-style: none;
    margin: 0 0 10px 0;
}

.GoogleCheckout p,
.PayPalExpressCheckout p,
.AlternativeCheckout p {
    margin: 0;
    float: none !important;
}

.PayPalExpressCheckout{
    max-width:300px;
}
.PayPalExpressCheckout input {
    border:none;
}

/** Top Right Locale Chooser (list of flags) **/

.TopMenu li.Flag div {
    border: 0;
}

.TopMenu li.Flag img {
    margin: 3px;
}

.TopMenu li.Flag img.Last {
    margin-right: 0px;
}

.TopMenu li.Flag img.Selected {
    margin: 1px 3px;
    border: 2px solid #e3e3e3;
}

/** Currency Selector **/

.CurrencyList dl {
    margin: 0;
    padding: 0;
}

.CurrencyList dd {
    margin: 0px;
    background-color: #F9F9F9;
    clear: both;
}

.CurrencyList dd,
select,
hr,
input.Textbox,
textarea,
input[type="text"],
input[type="password"],
.QuickSearch,
.SharePublicWishList,
.ExpressCheckoutBlock .ExpressCheckoutTitle,
.TabNav li a,
.HowToPay,
.NotifyMessage,
.QuickSearchResult .QuickSearchResultImage,
.CurrencyChooser,
div.uploader,
div.selector {
  border: 1px solid #e3e3e3;
}

.CurrencyList a {
    display: block;
    padding: 5px 10px;
    font-size: 11px;
}

.selected-currency .Flag,
.CurrencyList a .Flag {
    float: left;
    margin-top: 1px;
}

.CurrencyList a .Text {
    display: block;
    padding-left: 16px;
}

.currency-converter {
    cursor: pointer;
    position: relative;
    text-align: left;
    z-index: 60;
}

.currency-converter:hover .CurrencyChooser {
    display: block;
}

.currency-converter p {
    color: #b3b3b3;
    font-size: 11px;
    margin: 0;
}
    .currency-converter p img {
        margin-left: 5px;
        position: relative;
        top: 1px
    }

.CurrencyChooser {
    display: none;
    position: absolute;
    float: left;
    right: 0;
    top: 100%;
    padding: 15px;
    background: #ffffff;
    min-width: 150px;
}

.CurrencyChooser h2 {
    font-size: 13px;
    font-weight:normal;
    padding: 0 0 10px 0;
}

.CurrencyChooser a span {
    font-size: 11px;
    line-height: 22px;
}

.CurrencyList a .Text {
    padding-left: 27px;
}

.selected-currency {
    cursor: pointer;
    padding: 10px 20px 10px 9px !important;
    background: url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/icon_arrow_down.png) no-repeat 95% center;
}
    .TopMenu .selected-currency {
        display: none;
    }

.selected-currency span {
    font-size: 11px;
}

.CurrencyChooser .BlockContent {
    position: relative;
    margin-top: -1px;
}

.CurrencyChooser .BlockContent .CurrencyList {
    display: block;
}

.PrimaryProductDetails .YouSave {
    font-weight: bold;
    margin-top: 3px;
    display: block;
}

/* Shipping Estimation on Cart Contents Page */

.EstimateShipping {
    padding: 20px !important;
    border: 1px solid #e3e3e3;
}

.EstimateShipping dt {
    width: 100px;
    float: left;
    margin-bottom: 8px;
    clear: left;
}

.EstimateShipping dd {
    margin-bottom: 8px;
    font-weight: normal;
    margin-left: 114px;
}

.EstimateShipping p.Submit {
    margin: 20px 0 0 0;
}

.EstimateShipping label {
    display: block;
    margin-bottom: 5px;
}

.EstimatedShippingMethods {
    clear: both;
    padding: 20px 0 0 0 !important;
    text-align: left;
}

.EstimatedShippingMethods table {
    margin: 0 !important;
}

.ShippingMethodList {
    padding: 0 !important;
}

.EstimatedShippingMethods table {
    width: 100%;
    border-collapse: collapse;
}

.EstimatedShippingMethods .Submit {
    text-align: right;
}

.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td {
    text-align: left;
}

.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td.Price {
    text-align: right;
}

.SharePublicWishList {
    padding:5px;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    background-color: #fff;
    position: relative;
    margin: 0 0 20px 0;
    padding: 20px;
    cursor: auto;
    font-weight: bold;
    text-transform: uppercase;
}

.ExpressCheckoutBlock h3 a {
    font-size: 12px;
}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
    display: none;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    display: inline;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    top: 0;
    padding: 22px;
    white-space: nowrap;
    text-transform: none;
    color: #bebebe;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent,
div.uploader span.action {
  border-left: 1px solid #e3e3e3;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
    display: none;
}

a.ChangeLink {
    position: absolute;
    right: 15px;
}

.ExpressCheckoutBlock a.ChangeLink {
    display: none;
}

.ExpressCheckoutBlockCompleted a.ChangeLink {
    display: inline;
    top: auto;
    right: 20px;
}

.ExpressCheckoutCompletedContent {
    position: absolute;
    left: 350px;
}

.LoadingIndicator {
    margin-left: 10px;
}

.LoadingIndicator img {
    vertical-align: middle;
    margin-right: 10px;
}

.HeaderLiveChat img {
    vertical-align: middle;
}

.SubCategoryListGrid {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px;
}

.SubCategoryListGrid ul,
.SubCategoryListGrid li {
    list-style: none;
    margin: 0;
}

.SubCategoryListGrid .sub-cat-name {
    display: block;
}

.SubCategoryListGrid > ul li {
    display: inline-block;
    margin: 0 20px 20px 0;
    vertical-align: bottom;
    text-align: center;
    width: 150px;
}

.SubCategoryListGrid > ul li img {
    max-width: 100%
}

.SubCategoryListGrid ol {
    clear: both;
}

.SubBrandList ul,
.SubBrandList li {
    list-style: none;
    margin-left: 0;
}

.SubBrandList li {
    margin-bottom: 4px;
    padding-left: 5px;
}

.SubBrandList li:before {
  content: "\f101";
  font-family: "FontAwesome";
  margin-right: 5px;
}

.SubBrandListGrid ul,
.SubBrandListGrid li {
    list-style: none;
    margin-left: 0;
}

.SubBrandListGrid li {
    margin-bottom: 0;
    width: 33.333%;
    background: #fff;
    float: left;
    text-align: center;
}

.SubBrandListGrid .brand-img,
.SubBrandListGrid .brand-name {
    float: none;
    display: block;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.SubBrandListGrid ol {
    clear: both;
}

.ProductAddToCart dt {
    float: left;
    font-weight: bold;
    width: 140px;
    margin-bottom: 4px;
}

.ProductAddToCart dd {
    margin-left: 140px;
    margin-bottom: 4px;
}

.ProductAddToCart.cannot-purchase .add-to-cart {
    display: none;
}

.ProductAddToCart dt div.Required,
#CartEditProductFieldsForm dt div.Required {
    width: 8px;
}

.ProductAddToCart textarea,
#CartEditProductFieldsForm textarea {
    width:183px;
    height: 50px;
}

.CartContents .CartProductFieldsLink {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/GiftWrappingAvailable.png') no-repeat;
    padding-bottom: 4px;
}

.ProductFields dd {
    margin-bottom: 4px;
}

.ProductFields {
    margin-bottom: 15px;
}

.ProductFields input.Textbox {
    width:100%;
}

.ProductFields TextArea {
    width:100%;
}

.CartContents .CartProductFieldsRow {
    border-top: 0;
}

.CartContents .CartProductFieldsRow dl {
    margin-top:15px;
}

p.QuantityInput,
p.AddCartButton {
    text-align: center;
}

.ProductAddToCart dt.QuantityInput {
    margin-top: 4px;
}

.ProductAddToCart dd.AddCartButton span {
    margin-top: 4px;
    padding-right: 5px;
}

.TagList {
    margin-top: 20px;
}

.CartThumb {
    text-align: center;
    width: 1px;
}

.WrappingOptions {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/GiftWrappingAvailable.png') no-repeat;
    padding-bottom: 4px;
    line-height: 1.6;
}

.ViewAllLink a {
    padding-top: 10px;
    display: block;
}

.SelectGiftWrapMultiple {
    /*max-height: 400px;*/
}

/* Tabbed Navigation */

.TabNav,
.TabNav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.TabNav {
    font-size: 12px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.TabNav li {
    margin-bottom: -1px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.TabNav li a {
    display: block;
    line-height: 41px;
    padding:0  16px;
    height: 41px;
    font-weight: 600;
    font-size: 14px;
    background: #f9f9f9;
    margin: 0 4px;
    color: #a1a1a1;
}

.TabNav li.Active a {
    background: #fff;
    border-bottom: 1px solid #fff;
}

.ProductAddToCart dd.AddCartButton div.BulkDiscount {
    display: inline-block;
    float:left;
}

.ProductAddToCart .BulkDiscount {
    clear: both;
}

.ProductAddToCart .BulkDiscount input {
    margin-right: 10px;
}

.TransitTime {
    font-weight: normal;
    color: gray;
}

.ContentList   {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
    list-style-image: none;
}

.ContentList li {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 10px 0;
    border-top: 0;
}

.OrderItemMessage {
    padding:7px;
    margin:10px 0px 10px 0px;
}

/* Custom Fields - Start */

.LittleNotePassword {
    color:gray;
    font-size: 0.85em;
    font-weight: normal;
    padding:2px 0px 2px 200px;
}

.RequiredClear {
    visibility: hidden;
}

/* Custom Fields - End */

/* Product Details Price */

.ProductOptionList ul,
.ProductOptionList li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ProductOptionList li {
    margin-bottom: 3px;
}

.ProductOptionList input {
    vertical-align: middle;
}

/** Search All Form Result - Start **/

.SearchPaging {
    float: right;
    font-size: 0.95em;
}

.SearchSorting {
    float: right;
    font-size: 0.95em;
    margin: 8px 0px;
}

#SearchResultsCategoryAndBrand {
    margin: 20px 0;
}

.ContentList em,
.QuickSearchResultMeta em {
    font-size: 0.8em;
}

/** Search All Form Result - End **/

/** AJAX loading box - Start **/

#AjaxLoading {
    background-color: rgba(0,0,0,.5);
    color: #fff;
    padding: 10px 20px;
    display: none;
    position: fixed;
    text-align: center;
    z-index: 10000000000;
    line-height: 32px;
    left: 0;
    right: 0;
}

#AjaxLoading img {
    vertical-align: bottom;
    margin-right: 5px;
}

/** AJAX loading box - End **/

/** Product image gallery **/

#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
    float: left;
    background:none;
    border:none;
    margin-top:16px;
    cursor:pointer;
    display: none;
}

.ProductTinyImageList img:hover {
    cursor: pointer;
}

.ProductTinyImageList ul li div {
    display: table-cell;
    text-align: center;
    border: none 0 !important;
}

#ProductDetails .ProductTinyImageList ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

.carousel {
    position: relative;
    visibility: hidden;
    left: -5000px;
    width: 180px;
}

/***** Product Attribute List *****/

/* set up the row for css table-like alignment */

#QuickViewProductDetails .required,
#QuickViewProductDetails .Required,
.ProductMain .Required,
.required {
    color: #be0303 !important;
    display: block;
    left: -12px;
    position: absolute;
    top: 0;
    font-weight: bold;
}

.ProductMain table.ExpectedReleaseDate {
    margin-top: 0;
}

/* position the label in the left-padding area of the row */

.productAttributeList .productAttributeLabel {
    margin: 0 !important;
    float: none !important;
    width: auto !important;
    padding-top: 0 !important;
}

.productAttributeList .productAttributeLabel label {
    display: block;
    margin-bottom: 10px !important;
    position: relative;
}

/* Below is required to overwrite __Master defaults */
.productAttributeList .productAttributeRow, .productAttributeRow {
    padding-left: 0 !important;
    margin: 0 0 10px 0 !important;
    clear: both;
}

.productAttributeList li {
    margin-bottom: 10px;
}

.productAttributeList ul.list-horizontal {
    margin: 0;
}

.productOptionViewProductPickListWithImage {
    border-color: #ddd !important;
    margin-bottom: 20px;
}

.productOptionViewProductPickListWithImage .scrollContainer {
    max-height: 250px !important;
}

.productOptionViewProductPickListWithImage td {
    padding: 10px 5px !important;
    vertical-align: middle !important;
    border-bottom: 1px dotted #e3e3e3;
}

.productOptionViewRectangle .option label {
    background-color: #fff;
    padding: 10px !important;
    min-width: 30px;
    text-align: center;
    color: #999999;
}

.productOptionViewRectangle .option.selectedValue label {
  border: 1px solid #333333 !important;
}
.productOptionPickListSwatch .selectedValue .textureContainer,
.productOptionPickListSwatch .selectedValue .swatchColours {
  border: 1px solid #e3e3e3 !important;
  border-color: #3d3d3d !important;
}
.productOptionPickListSwatch .textureContainer,
.productOptionPickListSwatch .swatchColours,
.productOptionViewRectangle .option label,
.recaptchatable #recaptcha_response_field,
.zoomWrapper,
#ProductDetails .ProductTinyImageList ul li.selected {
  border: 1px solid #e3e3e3 !important;
}

#tabcontent {
    border-radius: 0;
}

#tabcontent .photo {
    margin-right: 20px;
    float: left;
    width: 200px;
}

#tabcontent .photo img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

#tabcontent #url {
    margin-bottom: 20px;
}

ul.tabs li {
    border-radius: 0;
}

/* Product Videos */

.previewImageContainer {
    height: 30px;
    width: 50px;
}

.videoRow img {
    float: left;
    padding-right: 5px;
}

.videoRowTitle {
    font-weight: bold;
}

.videoRowDescription {
    max-height: 50px;
    overflow:hidden;
}

.VideoOverlay {
    background-image: url('//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/VideoOverlay.png');
    background-position: center center;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}

.VideoContentContainer {
    position: relative;
    margin-left: 3px;
    padding-left: 92px;
}

/** If you change the width of the .VideoPreviewSize class below, change the padding-left of the .VideoContentContainer class above **/

.VideoPreviewSize {
    width: 92px;
    height: 69px;
}

.videoRowLength {
    padding-left: 4px;
}

.videoRow,
.videoRowTitle,
.videoRow img,
.videoRowLength {
    cursor: pointer;
}

#VideoList ul {
    position: relative;
    overflow-y: auto;
    padding:0;
    margin: 0;
    width: 240px;
    height: 265px;
}

.VideoSingleTitle {
    font-weight: bold;
}

.VideoSingleDescription {
    margin-bottom: 20px;
}

.Left #VideoMiddleContainer,
.Right #VideoMiddleContainer {
    display: none;
}

.Content #VideoSideContainer {
    display: none;
}

#VideoSideContainer ul {
    text-align: center;
}

#VideoSideContainer ul li {
    margin-bottom: 5px;
}

.VideoSideDescription {
    padding: 2px 10px;
}

.VideoImageContainer {
    position: relative;
    float: left;
}


.ToggleSearchFormLink {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.Panel#ProductTabs {
    padding-top: 0px;
}

.PinterestButtonContainer {
    margin: 13px 0;
    display: inline-block;
    vertical-align: top;
}
.Clear.AddThisButtonBox {
    display: inline-block;
}

/* Accordion for product page
....................................................................... */

#prodAccordion .Block {
    padding: 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #e3e3e3;
}
#prodAccordion h2 {
  color: #333333;
}

.prodAccordionContent {
    display: block;
}

.current .prodAccordionContent {
    display: block;
}

/* Account Menu (horizontal)
....................................................................... */

#SideAccountMenu li,
#GiftCertificatesMenu li {
    list-style: none;
    line-height: 1.2em;
    padding: 0 0 10px 0;
    margin: 0;
}

/* Footer Menu
....................................................................... */
.footer-main .inner{
    margin: 25px auto;
}

.footer a{
    color: rgb(0,84,166);
    text-decoration: none;
}

.footer a:hover{
    color: #004486;
}

.PageMenu {
    position: relative;
    margin: 15px 0 10px 0;
    z-index: 50;
    display:inline-block;
    float:right;
    font-size:16px;
}

.PageMenu .h3 {
    display: none;
}

.PageMenu .borderR {
    border-right: 0;
}

.borderB {
  border-bottom: 1px solid #e3e3e3;
}

.borderR {
  border-right: 1px solid #e3e3e3;
}

.PageMenu ul {
    border-bottom: none;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
}

.PageMenu li .icon {
    display: none;
}

.PageMenu .back {
    float: left;
    width: 13px;
    height: 8px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: 0px;
    top: -5px;
    padding: 0;
    background: url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/nav_active.png) no-repeat center top;
}

.PageMenu li ul:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    margin-left: 10px;
    top: -18px;
    border-width: 10px;
    border-style: solid outset solid solid;
}

.footer .PageMenu li ul:before {
    top: auto;
    bottom: -18px;
    border-color: #333 transparent transparent transparent;
}

.PageMenu li ul ul:before {
    content: none;
    border-color: 0 none;
}

.PageMenu li ul:before {
  border-color: transparent transparent #333333 transparent;
}

.PageMenu li ul li{
    clear: both;
    display: block;
    float: none;
    font-size: 13px;
    margin: 0;
    padding: 0 1em;
    text-align: left;
    width: auto;
}

.PageMenu li ul li a {
    float: none;
    width: auto;
    margin: 0;
    display: block !important;
    line-height: 3em;
    font-size: 13px;
    text-align: left;
    font-weight: normal;
    text-transform: none;
    color: #999999;
}

.PageMenu li ul li a:hover {
    color: #fff;
}

.PageMenu li ul {
    display:none;
    position: absolute;
    z-index: 10;
    top: 100% !important;
    width: 250px;
    left: 0;
    list-style-image: none;
    background: #333333;
}

.footer .PageMenu li ul {
    top: auto !important;
    bottom: 25px;
}

.sf-sub-indicator {
    display:none !important;
}

.PageMenu li.sfHover ul {
    display:block;
}

.PageMenu .sf-menu li {
    float: none;
}

.PageMenu li > a {
  color: #0B3E64;
  font-size:16px;
}

.PageMenu li > a:hover{
    color:#000;
}

.PageMenu .sf-menu li ul {
    z-index:150 !important;
}

.PageMenu .sf-menu li ul li {
    z-index:200 !important;
}

.Left .CategoryList .sf-menu ul {
    display: block !important;
    visibility: visible !important;
    position: static;
    top: 0;
}

.Left .CategoryList .SideCategoryListFlyout .sf-shadow ul,
.Right .CategoryList .SideCategoryListFlyout .sf-shadow ul {
    background: none !important;
}

.PageMenu li ul li {
    list-style-image: none;
}

.PageMenu li ul ul {
    display: none;
    left: 100% !important;
    margin-left: 0;
    border-left: 1px solid #4d4d4d !important;
    top: 0px !important;
}

.PageMenu li {
    position: relative;
    /*z-index: 1;*/
    padding: 20px 0 16px 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 20px;
    line-height:1;
    font-size:16px;
}

.PageMenu .pages-menu li:last-of-type{
    margin-right: 10px;
}

.PageMenu li ul li a.hasSub {
    background: url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/sub.png) 100% 50% no-repeat;
    padding-right: 20px;
}

.inner .Block {
    display: block;
    clear: both;
}

.FeaturedProducts,
.NewProducts,
.TopSellers{
    margin-bottom: 20px;
}

table.General,
table.CartContent,
table.CartContents {
    border-collapse: collapse;
}

.CartContents tfoot .SubTotal td {
    padding-bottom: 25px;
    padding: 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.BlockContent .CartThumb img {
    max-width: 100px;
    height: auto;
}

#SharingDataWrapper {
    height: auto;
}

#SharingDataChoices {
    float: none;
}

#SharingDataChoices li {
    width: auto;
    height: auto;
}

.EstimateShippingButtons {
    text-align: right;
}

.EstimateShippingButtons input {
    margin-bottom: 20px;
}

#uniform-sel_billing_address {
    width: auto;
    margin-bottom: 10px;
}

.left-content {
    float: left;
    width: 50%;
}

.left-content .ProductList li {
    width: 20%;
    padding: 0 0 10px 10px;
}

.left-content .ProductList {
    margin: 0 0 10px -10px;
}

.left-content .ProductList .ProductImage a {
    height: 100px;
}

.left-content .ProductList .ProductDetails {
    font-size: 12px;
    margin: 0;
    padding: 10px 10px 0 0;
    word-wrap: break-word;
}

.left-content .ProductList .ProductDetails .pname {
    border: solid 0px;
    font-size: 12px;
    line-height: 17px;
}

.left-content .ProductList .ProductPriceRating {
    display: none;
}

.left-content .ProductList em.p-price {
    font-size: 12px;
    padding-left: 0;
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
}

#recaptcha_area {
    max-width: 100%;
    margin-right: auto;
}

.PagingList .icon {
    display: none;
}

.phoneIcon {
  color: #333333;
  font-weight: bold;
}

.SortBox div.selector,
.SearchSortingSelectContainer div.selector {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.SortBox div.selector span,
.SearchSortingSelectContainer div.selector span {
    height: 35px;
    line-height: 35px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

ul.AccountOrdersList {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    list-style-image: none;
}

.AccountOrderStatusList li {
    position: relative;
}

#LayoutColumn1 .h3tt {
    display: none;
}

#LayoutColumn2 .multiStep {
    display: none;
}

.banner_category_page_top {
    position: relative;
}

.banner_category_page_top h2 {
    font-weight: normal !important;
    line-height: 1.25 !important;
    position: relative;
    clear: both;
    color: #312E29 !important;
    display: block;
    font-size: 34px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    bottom: 75px;
    left: 50px;
    position: absolute;
}

.CartContents tfoot .gtotal.SubTotal td {
    font-size: 17px;
    text-transform: uppercase;
}

.HowToPay,
.NotifyMessage {
    margin: 0 0 15px 0;
    background: none repeat scroll 0 0 #fff;
    padding: 20px;
    border-radius: 0;
}

.HowToPay p {
    margin: 0;
    padding: 0;
}

.OrderItem1 .selector,
.OrderItem2 .selector {
    width: 75px;
}

.BlockContent img {
    max-width: 100%;
    height: auto;
}

/* recapcha */

.recaptchatable .recaptcha_image_cell center {
    height: auto !important;
}

.recaptchatable .recaptcha_image_cell center img {
    height: auto !important;
    max-width: 238px !important;
}

.recaptchatable #recaptcha_response_field {
    width: 220px !important;
}

.recaptchatable #recaptcha_image {
    height: auto !important;
    width: auto !important;
}

.recaptchatable .recaptcha_image_cell {
    width: 240px !important;
}

.recaptchatable #recaptcha_response_field {
    width: 220px !important;
}

#recaptcha_reload_btn {
    display: block;
    background: url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/recapRefresh.png) 0 0 no-repeat !important;
}

#recaptcha_reload_btn img {
    visibility: hidden;
}

#recaptcha_switch_audio_btn {
    display: block;
    background: url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/recapAudio.png) 0 0 no-repeat !important;
}
#recaptcha_switch_audio_btn img {
    visibility: hidden;
}

#recaptcha_whatsthis_btn {
    display: block;
    background: url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/recapHelp.png) 0 0 no-repeat !important;
}

#recaptcha_whatsthis_btn img {
visibility: hidden;isibility: hidden;
}

.zoomWindow {
    left: 0 !important;
    top: -1px !important;
}
.zoomWrapper {
    position: relative;
    z-index: 110;
}

#PageMenu {
    position: relative;
    z-index: 10;
}

/* fancybox */

#fancy_bg {
    display: none !important;
}

#fancy_content {
    padding-top: 0 !important;
}

#fancy_close {
    background: url("//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/icon-close.png") no-repeat scroll 0 0 transparent !important;
    height: 11px !important;
    top: 10px !important;
    right: 10px !important;
    text-indent: 999px;
    width: 12px !important;
}

.PageMenu h4 {
    display: none !important;
}

#ModalOverlay {
    background: #000 !important;
    opacity: 0.7 !important;
}

#ModalContentContainer {
    box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background: #fff;

}

#ModalContent,
.ModalContent,
.CurrencyChooser a span {
  color: #333333 !important;
}

#ModalContent,
.ModalContent {
    padding: 20px !important;
    border: none!important;
    font-size: inherit;
}

#ModalContent:after,
.ModalContent:after {
    content: "";
    display: table;
    clear: both;
}

#ModalButtonRow, .ModalButtonRow {
    background: none !important;
    border: none !important;
    padding: 15px !important;
    height: auto !important;
}

#ModalContainer .modalClose {
    top: 10px !important;
    right: 11px !important;
    padding-right: 0 !important;
}

.ModalButtonRow input {
    font-weight: normal !important;
}

.AddBillingAddress dt,
.AddShippingAddress dt {
    clear: none;
}

.AddBillingAddress dd,
.AddShippingAddress dd {
    margin: 0;
    padding: 0 0 20px 15px !important;
    float: left;
    width: 240px;
    min-height: 40px;
}

.Content .Button,
.form .Button {
    display: inline-block;
}

.QuickSearch tbody tr {
    display: block;
    padding: 10px;
}

.QuickSearch tbody tr td {
    border: none;
    vertical-align: text-top;
}

.QuickSearch tbody tr.QuickSearchResult:hover {
    background-color: #ededed;
}

.QuickSearchResult .QuickSearchResultImage {
    width: 70px;
    height: 65px;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}

/* inner */

.inner #CategoryPagingTop,
.inner #CategoryPagingBottom {
    float: left;
    width: auto;
    clear: none;
}

.inner #CategoryPagingTop {
    padding-left: 20px;
}

.PagingList {
    float: left;
}

.CategoryPagination .PagingList li {
    padding: 0 5px;
}

.CategoryPagination .PagingList a {
    color: #b4b4b4;
}

.CategoryPagination .PagingList a:hover {
    color: #312E29 ;
}

.inner #CategoryHeading {
    float: none;
    width: auto;
    clear: none;
}

#CategoryHeading .TitleHeading {
  color: #0B3E64;
  padding: 40px 0 0;
  background-color:#f2f1eb;
}

#AAR .TitleHeading, #AAS .TitleHeading{
    display:none;
    background-color:transparent;
    margin-bottom:30px;
    padding-top:10px;
}

.TabNav {
  border-bottom: 1px solid #e3e3e3;
}

#CategoryContent .ProductList .pname,
#CategoryContent .ProductList .p-name a {
  color: #333333;
}
#CategoryContent .ProductList .p-price {
  color: #333333;
}
#CategoryContent .ProductList .ProductActionAdd .btn {
  background-color: #333333;
}
#CategoryContent .ProductList .ProductActionAdd .btn:hover {
  background-color: #4d4d4d;
}
#CategoryContent .CompareButton .btn {
  color: #333333;
  border-color: #333333;
}
#CategoryContent .CompareButton .btn:hover {
  color: #4d4d4d;
  border-color: #4d4d4d;
}

.SortBox,
.SearchSorting {
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.SortBox label,
.SearchSorting label {
    float: left;
    font-size: 12px;
    padding: 10px 10px 0 0;
}

.SortBox div.selector,
.SearchSorting div.selector {
    float: right;
    line-height: 35px;
    min-height: 35px !important;
    padding: 0;
    font-size: 12px;
}

div.selector select {
    font-size: 12px;
}

#uniform-revrating {
    width: 200px !important;
}

.SortBox div.selector span,
.SearchSorting div.selector span {
    background: #ffffff;
    margin-right: 23px;
    line-height: 35px;
    height: 35px;
    padding-right: 10px;
}

.FormContainer .box {
    display: block;
    clear: both;
    width: 100%;
    float: left;
    padding: 20px 0 40px 0;
}

.FormContainer .box dt {
    width: 232px;
}

.HorizontalFormContainer dt {
    text-align: right;
}

.HorizontalFormContainer dt,
.HorizontalFormContainer dd {
    line-height: 36px;
    padding-bottom: 20px;
    font-size: 13px;
    font-weight: bold;
}

.HorizontalFormContainer dd .selector span {
    font-weight: normal;
    font-size: 13px;
}

.HorizontalFormContainer dt p,
.HorizontalFormContainer dd p {
    font-weight: normal;
}

.HorizontalFormContainer dd {
    padding: 0 0 20px 0;
}

.HorizontalFormContainer p.Submit {
    padding-top:20px;
}

#ProductReviews .form dt,
#ProductReviews .form dd {
    float: left;
    clear: both;
    width: 100%;
    padding: 5px 0 0 0;
    text-align: left;
}

#ProductReviews .form dd {
    padding-bottom: 15px;
}

#ProductReviews .btn {
    margin-bottom: 20px;
}
#ProductReviews p.Submit {
    margin-bottom: 0;
}

#message_content {
    height: 240px;
}

.UtilityLinks {
    float: left;
    width: 100%;
    clear: both;
    margin: 20px 0 5px 0;
}

ul.ShippingAddressList h4 {
    display: block;
    clear: both;
    padding-bottom: 8px;
}

table thead tr th,
table.General thead tr th,
table.CartContents thead tr th,
table tbody tr td,
table.General tbody tr td,
table.CartContents tbody tr td {
    padding: 20px 10px;
}

table tbody tr td,
table.General tbody tr td,
table.CartContents tbody tr td,
.CompareFieldName {
  border-bottom: 1px solid #e3e3e3;
}

table tbody tr td,
table.General tbody tr td,
table,
table.General,
table.CartContents {
    margin: 20px 0;
}

/* Checkout */

a.ChangeLink {
    top: 12px;
    right: 10px;
}

.ExpressCheckoutContent {
    padding: 0 0 20px 20px;
}

.ExpressCheckoutContent .CreateAccount,
.ExpressCheckoutContent .AccountLogin {
    float: left;
    width: 46%;
}

.ExpressCheckoutContent .CreateAccount {
    padding-right: 2%;
}

.ExpressCheckoutContent .AccountLogin {
    padding-left: 2%;
}

.ExpressCheckoutContent .AccountLogin dd {
    float: none;
}

.ExpressCheckoutContent .CreateAccount .HorizontalFormContainer dt,
.ExpressCheckoutContent .AccountLogin .HorizontalFormContainer dt {
    text-align: left;
    padding-bottom: 0;
    clear: none;
    float: none;
    width: auto;
}

.ExpressCheckoutContent .CreateAccount .HorizontalFormContainer dd,
.ExpressCheckoutContent .AccountLogin .HorizontalFormContainer dd {
    padding-bottom: 0;
    margin-left: 0;
}

#CheckoutStepConfirmation .SubTotal td strong,
#CheckoutStepConfirmation .SubTotal td em {
    display: block;
    padding-top: 0;
}

#CheckoutStepConfirmation .SubTotal .Block {
    margin-bottom: 0;
}

#CheckoutStepConfirmation .SubTotal.st td {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.AccountMessageList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.AccountMessageList li {
    padding: 0 0 20px 0;
    margin: 0;
    border-bottom: 1px solid #d6d6d6;
}

.AccountMessageList .by {
    position: relative;
    display: block;
    padding: 0 0 0 25px;
}

.AccountMessageList .by img {
    position: absolute;
    left: 0;
    top: 2px;
}

.AccountMessageList blockquote {
    margin-left: 0;
    padding-top: 5px;
}

.AccountOrderStatusList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.Meta {
    font-size: 12px;
    color: #999999;
}

.OrderItemList {
    margin: 10px 60px;
}

.AccountOrderStatusList li {
    position: relative;
}

.li-list {
    padding: 20px 0;
    border-bottom: 1px solid #d6d6d6;
}

.AccountOrderStatusList .box1 {
    padding: 0 10px 0 20px;
}

.btns {
    position: absolute;
    right: 0;
    top: 10px;
    float: left;
    z-index: 2;
    color: #5e5c5c;
    font-size: 13px;
    line-height: 28px;
    font-weight: normal;
}

.btns form {
    display: inline;
    float: right;
}

.btns span.FloatRight {
    padding: 0 5px;
}

.btns .btn-clear {
    float: left;
    clear: none;
}

.bg-gray {
    float: left;
    padding: 20px;
    width: 90%;
    background: #ededed;
    display: block;
    margin-bottom: 20px;
}

.ShippingMethodList table {
    clear: both;
    padding-top: 20px;
    width: 100%;
}

.ShippingMethodList table td {
    padding: 15px 10px 10px 10px!important;
}

/* override invalid width set by uniform jq-plugin on firefox */
.CartItemQuantity .selector,
.DetailRow.qty .selector {
    width: 75px !important;
}

.CartItemQuantity div.selector span,
.DetailRow.qty .selector span {
    margin: 0px 0 0 0;
    line-height: 20px;
    height: 30px;
}

.CartRemoveLink, .saveItemLink {
/*    float: right;*/
    width: 20px;
    height: 20px;
    margin-top: 2px;
    font-size:14px;
/*    background: url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/icon_sprite.png) no-repeat -46px -46px;*/
}

.SubTotal td {
    padding: 20px 0 0 0;
}

.ProceedToCheckout,
.KeepShopping {
    text-align: left;
}

.ProceedToCheckout .PayPalExpressCheckout p {
    margin-bottom: 20px;
}

.ProceedToCheckout .FloatRight,
.ProceedToCheckout .FloatLeft {
    float: none !important;
}

.ProceedToCheckout.btm {
    padding: 0 20px 30px 20px;
}

.ProceedToCheckout .CheckoutButton {
    padding-bottom: 20px;
}

.boxin {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #6a6a6a;
}

.boxin .mtop {
    margin-top: 20px;
}

.GiftCertificateThemeList label {
    float: left;
    clear: both;
}

#ProductDetails .ProductTinyImageList ul li {
    background-color: #fff;
    border: 0 none !important;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    list-style-image: none;
}

#ProductDetails .ProductTinyImageList ul li a {
    display: block;
    padding: 0 !important;
}

#ProductDetails .ProductTinyImageList {
    white-space: nowrap;
    overflow: hidden;
    float:left;
}

.ImageCarouselBox {
    margin-bottom: 10px;
}

.productOptionPickListSwatch ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
    margin-top: 35px;
}

.ProductDetailsGrid .DetailRow, .ProductDetailsGrid .s-price {
    margin-bottom: 20px;
}

.ProductDetailsGrid .DetailRow .BrandName {
    padding: 0;
}

.ProductDetailsGrid .DetailRow.nop {
    padding: 0;
}

.ProductDetailsGrid .DetailRow.product-rating {
    padding: 20px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

.ProductDetailsGrid .Label,
.ProductAddToCart .productAttributeLabel {
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 20px;
    text-align: left !important;
    position: relative;
}

.ProductDetailsGrid .s-price .YouSave {
    font-weight: 300;
    margin: 0 0 10px 0;
}

.ProductDetailsGrid .DetailRow.RetailPrice {
    width: auto;
    overflow: hidden;
}

.DetailRow.RetailPrice .Label {
    margin: 0 10px 0 0;
}

.OutOfStockMessage {
    padding: 0;
}

.OutOfStockMessage p {
    padding-left: 25px;
}

.OutOfStockMessage .CurrentlySoldOut {
    position: relative;
}

.icon-outofstock {
    position: absolute;
    float: left;
    width: 14px;
    height: 14px;
    left: 0;
    top: 3px;
    background: url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/icon-outofstock.png) no-repeat 0 0;
}

#prodAccordion {
    padding-bottom: 30px;
}

#prodAccordion .current .subtitle {
    background: url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/icon_arrow_down.png) no-repeat right center !important;
}

#prodAccordion .subtitle {
    margin: 15px 0 !important;
    border: solid 0px !important;
    font-size: 16px !important;
    padding: 0 30px 0 0 !important;
    float: none;
    background: url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/icon_arrow_left.png) no-repeat right center !important;
    cursor: pointer;
}

.prodAccordionContent {
    border-top: 0px solid #EAEAEA;
}

#SimilarProductsByCustomerViews .btn {
    display: none;
}

#fastCartContainer .ProductList {
    margin: 0 10px 0 -20px;
}

#fastCartContainer .ProductList li,
#home #fastCartContainer .ProductList li {
    height: auto !important;
    margin: 0;
    padding: 0 0 0 20px;
    width: 25%;
}

#fastCartContainer .ProductList li .ProductPriceRating {
    margin-top: 0;
}

.fastCartThumb,
.fastCartItemBox,
.fastCartSummaryBox {
    width: 33.333333%;
    max-width: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fastCartThumb {
    text-align: center;
}

.fastCartItemBox {
    margin-left: 0;
    padding: 0 20px;
}

.fastCartSummaryBox {
    padding: 20px;
    text-align: center;
}

.fastCartSummaryBox .ProceedToCheckout {
    margin: 0 0 20px 0;
}

.fastCartSummaryBox .ProceedToCheckout a {
    display: block;
}

.fastCartSummaryBox .subtotal {
    /* These are overrides for __Master */
    clear: none;
    font-size: inherit;
    font-weight: normal;
    margin: 0 0 20px 0;
}

.fastCartSummaryBox .subtotal .ProductPrice {
    font-size: 40px;
    word-wrap: break-word;
}

.fastCartSummaryBox .actionLink {
    margin: 0 0 20px 0;
}

.fastCartSummaryBox .actionLink {
    line-height: 1.5em;
}

.fastCartSummaryBox .actionLink .btn {
    display: block;
}

.fastCartSummaryBox .PayPalExpressCheckout {
    text-align: center;
    width: 100%;
}

.modalClose {
    float: left;
    width: 12px!important;
    height: 11px!important;
    text-indent: 999px;
    overflow: hidden;
    right: -10px!important;
    background: url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/icon-close.png) no-repeat 0 0!important;
}

#ModalTitle,
.ModalTitle {
    display: none!important;
}

#ModalContainer {
    position: fixed;
    /* The below need importants because we can't stop edit imodal. May be able to replace with another modal popup and implement it better. */
    height: auto !important;
    left: 0 !important;
    margin: 0 auto !important;
    max-height: 95%;
    max-width: 920px !important;
    overflow-x: hidden;
    overflow-y: auto;
    right: 0 !important;
    top: 20px !important;
    width: 100% !important;
}

/* Footer */

.footer {
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    line-height:2.0;
    background:#e3f2fd url(//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/bee.svg?t=1588264566) bottom left no-repeat;
    background-size: 580px;
    border-top: 3px solid #0b3e64;
    padding-bottom: 50px;
}
.footer nav {
    color: #0b3e64;
    font-size: 16px;
}
.footer .copyright,
.footer .address {
    color: #0b3e64;
}

	.footer #footerSocial {
	   display:-webkit-box;
	   display:-webkit-flex;
	   display:-ms-flexbox;
	   display:flex;
	   -webkit-box-orient: horizontal;
	   -webkit-box-direction: normal;
	   -webkit-flex-direction: row;
		   -ms-flex-direction: row;
			   flex-direction: row;
	   -webkit-box-pack:center;
	   -webkit-justify-content:center;
		   -ms-flex-pack:center;
			   justify-content:center;
	}
	.footer #footerSocial > a > div {
		-webkit-box-ordinal-group:2;
		-webkit-order:1;
			-ms-flex-order:1;
				order:1;
		width:50px;
		height:50px;
		margin:25px 5px;
	}

	.footer #footerSocial div#footerSocialFacebook:hover svg circle {
		fill:#0b3e64 !important;
	}
	.footer #footerSocial div#footerSocialPinterest:hover svg circle {
		fill:#0b3e64 !important;
	}
	.footer #footerSocial div#footerSocialTwitter:hover svg circle {
		fill:#0b3e64 !important;
	}
	.footer #footerSocial div#footerSocialInstagram:hover svg circle {
		fill:#0b3e64 !important;
	}

.footer-main li {
    float: left;
    width: 100%;
}



.footer-main,
.footer-main .grid__item {
    font-size: 12px;
}

.subscribe_form ul {
    text-align: right;
}

.footer .CategoryList li ul,
.footer  .CategoryList .sf-menu li ul {
    display: none!important;
}

.footer .subtitle {
    display: none;
}

.footer ul,
.footer-links ul,
.footer .CategoryList ul {
    float: left;
    width: 100% !important;
    margin: 0;
    list-style: none;
}

.footer .footer-columns ul {
    margin-bottom: 20px;
}

.footer .footer-columns li {
    padding: 5px 0;
}
.footer-links ul {
    float: left;
    width: 100%;
    margin: 30px 0 0 0!important;
    padding: 15px 0!important;
    border-top: 1px solid #6a6a6a;
}

.footer-links {
  color: #000;
}
/*
.footer-links a {
  text-decoration:underline;
}
.footer-links a:hover{
  text-decoration: underline;
}
*/
.footer-links .PageMenu {
    border: none;
}

.footer-links .PageMenu .icon {
    display: none;
}

.footer-links .PageMenu a {
    font-size: 12px;
}

.footer-links .PageMenu ul {
    float: left;
    margin-top: 0!important;
    padding-bottom: 15px!important;
    border-bottom: 1px solid #6a6a6a;
}

.footer-links .PageMenu ul ul {
    display: none!important;
}

.footer-links .PageMenu li {
    float: left;
    width: auto!important;
    margin: 0;
    padding: 0 8px!important;
    border-left: 1px solid #6a6a6a;
    text-transform: none!important;
}

.footer-links .PageMenu #Menu > ul > li > a {
    padding: 0;
}

.footer-links .PageMenu #Menu > ul > li > a:hover {
    border-bottom: 0 none;
}

.footer-links .PageMenu li:first-child {
    border-left: 0;
    padding-left: 0 !important;
}

.footer-links .PageMenu ul ul {
    display: none;
    width: 250px !important;
    top: 30px;
    left: 50%;
    margin-left: -125px !important;
}

.footer-links .PageMenu ul li.over ul {
    display: block !important;
}

.footer-links .PageMenu ul ul li {
    float: none;
}

.footer-links .PageMenu ul ul li a {
    padding: 5px 0 !important;
}

.footer-links .PageMenu li.First {
    border-left: none;
    padding-left: 0!important;
}

.footer-links .PageMenu > div {
    display: block;
}

.footer-links p {
    margin: 0;
    font-size: 16px;
    line-height: 2.0;
}

.footer-links .left{
    float: left;
    padding: 20px 0;
}

.footer-links .right{
    float: right;
    display: block;
    padding: 20px 0;
    margin: 0;
}

.footer-links-main{
    line-height: 2.0;
}

.footer .powered-by {
    float: right;
}

.footer .powered-by a {
    background: url('//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/bc_logo_sprite.png') no-repeat;
    background-position: 0 -50px;
    height: 22px;
    width: 95px;
    text-indent: -9999px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin-left: 7px;
}

.footer .powered-by a:hover {
    background-position: 0 -75px;
}

#VideoSideContainer {
    display: none;
}

#FeaturedVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#FeaturedVideo iframe,
#FeaturedVideo object,
#FeaturedVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#VideoList {
    float: none;
    clear: both;
    padding: 0;
}

#VideoList ul {
    height: auto;
    width: auto;
}

#VideoList li {
    padding: 10px;
    height: 69px;
    margin: 0;
    border: solid #fff 0px;
}

.currentVideo {
    background-color: #fff;
    border: 0px;
}

.fullwidth{
    padding: 0 !important;
}

#ProductBreadcrumb ul.last {
    display: block;
}

.Message{
    padding: 20px;
}

.ccode label{
    float: left;
    width: 200px;
    padding: 0 20px;
    text-align: center;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 5px;
}
#provider_list {
    line-height: 200%;
    padding:0 0 20px 0;
}

#ChooseShippingAddress, #ChooseBillingAddress {
    position: relative;
}

#ChooseBillingAddress label,
#ChooseShippingAddress label {
    display: block;
}

.SelectBillingAddress,
.SelectShippingAddress {
    margin-bottom: 20px;
}

#multiAddressForm div.selector {
    width: 450px;
}

.CartItemIndividualPrice  {
    text-align: right;
}

.productAttributes {
    margin: 15px 0;
    font-size: 11px;
}

.productAttributes label,
.productAttributes span {
    white-space: nowrap;
}

select.JSHidden {
    opacity: 0 !important;
    filter: ~"alpha(opacity = 0) !important";
}

#fastCartContainer {
    margin: 20px auto 0 auto;
}

.zoomWindow {
    width: 100%;
}

#uniform-eway_ccexpm, #uniform-eway_ccexpy,
#uniform-creditcard_ccexpm, #uniform-creditcard_ccexpy {
    width: 75px !important;
}

.CartCode {
    margin-bottom: 20px;
}

.CartCode .CouponCode,
.CartCode .GiftCertificate {
    float: left;
    width: 50%;
}

.CartCode .GiftCertificate input.btn, .CartCode .CouponCode input.btn {
    min-width: 35px;
    padding: 0;
    text-align: center;
}

#uniform-EventDateMonth,
#uniform-EventDateDay,
#uniform-EventDateYear {
    width: auto !important;
}

/* Over writes of defaults */

.sf-menu a.sf-with-ul {
    min-width: 0 !important;
    padding-right: 0 !important;
}

.product-nav {
    margin-bottom: 20px;
}

.product-nav #CategoryPagingTop,
.product-nav #CategoryPagingBottom,
.product-nav .CategoryPagination {
    margin: 0;
    line-height: 35px;
}

.fastCartTop {
    padding: 0 10px 0 0;
}

.fastCartBottom {
    padding: 0;
}

.FormFieldLabel {
    margin-right: 5px;
}

.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300m {
    padding: 0 2px;
    margin: 0 2px;
}

#ModalContent .btn, .ModalContent .btn,
#ModalContent .btn:hover, .ModalContent .btn:hover {
    color: #fff;
}

.SubBrandListGrid ul {
    padding: 0;
    margin: 0;
}

.SubBrandListGrid ul li {
    padding: 0;
}

#fastCartWrapper {
    padding: 0;
}

html.javascript .productOptionViewRectangle input,
html.javascript .productOptionPickListSwatch input {
    left: -10000px !important;
    opacity: 0 !important;
}

#WishLists {
    position: relative;
}

#sel_billing_address {
    margin-bottom: 20px;
}

/*For Uniform space between buttons and for reflecting this change at only in specified place*/
.addto #SideProductAddToWishList input{
    margin-right: 10px;
}


/* Utilities
-------------------------------------------------------------- */

/* Spacing */

/* spacing helpers
p,m = padding,margin
a,t,r,b,l,h,v = all,top,right,bottom,left,horizontal,vertical
s,m,l,n = small(10px),medium(20px),large(40px),none(0px)
*/

.ptn,.pvn,.pan{padding-top:0px !important}
.pts,.pvs,.pas{padding-top:10px !important}
.ptm,.pvm,.pam{padding-top:20px !important}
.ptl,.pvl,.pal{padding-top:40px !important}
.prn,.phn,.pan{padding-right:0px !important}
.prs,.phs,.pas{padding-right:10px !important}
.prm,.phm,.pam{padding-right:20px !important}
.prl,.phl,.pal{padding-right:40px !important}
.pbn,.pvn,.pan{padding-bottom:0px !important}
.pbs,.pvs,.pas{padding-bottom:10px !important}
.pbm,.pvm,.pam{padding-bottom:20px !important}
.pbl,.pvl,.pal{padding-bottom:40px !important}
.pln,.phn,.pan{padding-left:0px !important}
.pls,.phs,.pas{padding-left:10px !important}
.plm,.phm,.pam{padding-left:20px !important}
.pll,.phl,.pal{padding-left:40px !important}
.mtn,.mvn,.man{margin-top:0px !important}
.mts,.mvs,.mas{margin-top:10px !important}
.mtm,.mvm,.mam{margin-top:20px !important}
.mtl,.mvl,.mal{margin-top:40px !important}
.mrn,.mhn,.man{margin-right:0px !important}
.mrs,.mhs,.mas{margin-right:10px !important}
.mrm,.mhm,.mam{margin-right:20px !important}
.mrl,.mhl,.mal{margin-right:40px !important}
.mbn,.mvn,.man{margin-bottom:0px !important}
.mbs,.mvs,.mas{margin-bottom:10px !important}
.mbm,.mvm,.mam{margin-bottom:20px !important}
.mbl,.mvl,.mal{margin-bottom:40px !important}
.mln,.mhn,.man{margin-left:0px !important}
.mls,.mhs,.mas{margin-left:10px !important}
.mlm,.mhm,.mam{margin-left:20px !important}
.mll,.mhl,.mal{margin-left:40px !important}
.mra,.mha{margin-right:auto !important}
.mla,.mha{margin-left:auto !important}

/* Original helpers */

.MB10 {margin-bottom:10px;}
.MT0 {margin-top:0px;}
.LH140 {line-height:140%;}
.PLRB5 {padding:0px 5px 5px 5px;}
.PLR10 {padding:0px 10px 0px 10px;}
.PL20 {padding:0px 0px 0px 20px;}
.PL40 {padding:0px 0px 0px 40px;}
.ML20 {margin:0px 0px 0px 20px;}
.MT10 {margin-top:10px;}
.PL10 {padding-left:10px;}
.PB2 {padding-bottom:2px;}
.PTB20 {padding: 20px 0;}
.NoMarginBottom {margin-bottom: 0;}
.HideElement {display: none;}

.FloatRight {
    float: right;
}

.FloatLeft {
    float: left;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.txtC {
    text-align: center;
}

.txtL {
    text-align: left;
}

.txtR {
    text-align: right;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* =Plugins
-------------------------------------------------------------- */

/* ----- UniForm ----- */

div.selector,
div.selector span,
div.checker span,
div.radio span,
div.button,
div.button span {
    background-image: url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/icon_sprite.png);
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
}

.selector,
.radio,
.checker,
.uploader,
.button,
.selector *,
.radio *,
.checker *,
.uploader *,
.button * {
    margin: 0;
    padding: 0;
}

/* INPUT &amp; TEXTAREA */
input.text,
input.email,
input.password,
textarea.uniform {
    color: #444440;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    padding: 3px;
    border-top: solid 1px #aaa;
    border-left: solid 1px #aaa;
    border-bottom: solid 1px #d6d6d6;
    border-right: solid 1px #d6d6d6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-color: #999;
}

/* SPRITES */
/* Select */

div.selector,
div.selector span {
    line-height: 25px;
    height: 25px;
    min-width:60px;
}

div.selector select {
    /* change these to adjust positioning of select element */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* Checkbox */
div.checker {
    height: 18px;
    width: 18px;
}

div.checker input {
    height: 18px;
    width: 18px;
}

div.checker span {
background-position: 1px -54px;
height: 18px;
width: 18px;
}

div.checker span.checked,
div.checker:active span.checked,
div.checker.active span.checked,
div.checker.focus span.checked,
div.checker:hover span.checked {
    background-position: -22px -54px;
}

/* Radio */
div.radio {
    width: 18px;
    height: 18px;
    background: none;
}

div.radio input {
    width: 18px;
    height: 18px;
}

div.radio span {
    height: 18px;
    width: 18px;
    background-position: 0px -80px;
}

div.radio span.checked,
div.radio:active span.checked,
div.radio.active span.checked,
div.radio.focus span.checked,
div.radio:hover span.checked {
    background-position: -21px -80px;
}

/* Uploader */
div.uploader {
    background-color: #fff;
    height: 35px;
    position: relative;
    overflow: hidden;
    width: 300px;
}

div.uploader span.action {
    background-color: #fff;
    height: 35px;
    line-height: 35px;
    float: right;
    padding: 0 10px;
    overflow: hidden;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
}

div.uploader span.filename {
    height: 37px;
    line-height: 37px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
    padding-left: 10px;
}

div.uploader input {
    opacity: 0;
    filter: ~"alpha(opacity=0)";
    -moz-opacity: 0;
    position: absolute;
    font-size: 100px;
    top: 0;
    right: 0;
    bottom: 0;
    float: right;
    height: 100px;
    border: none;
    cursor: default;
}

/* Uploader */

div.uploader span.filename {
    color: #777;
    font-size: 11px;
}

div.uploader.disabled span.action {
    color: #aaa;
}

div.uploader.disabled span.filename {
    border-color: #ddd;
    color: #aaa;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
    background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
    background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
    background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
    background-position: right -493px;
}

div.uploader.disabled {
    background-position: 0px -325px;
}

div.uploader.disabled span.action {
    background-position: right -381px;
}

div.button {
    background-position: 0px -523px;
}

div.button span {
    background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
    background-position: 0px -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
    background-position: right -673px;
}

div.button.active,
div.button:active {
    background-position: 0px -583px;
}

div.button.active span,
div.button:active span {
    background-position: right -703px;
    color: #555;
}

div.button.disabled,
div.button:disabled {
    background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
    background-position: right -733px;
    color: #bbb;
    cursor: default;
}

/* PRESENTATION */
/* Button */

div.button {
    height: 30px;
}

div.button span {
    margin-left: 13px;
    height: 22px;
    padding-top: 8px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 2px;
    padding-right: 15px;
}

/* Select */
div.selector {
    font-size: 14px;
    background: #fff url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/icon_arrow_down.png) no-repeat 90% center !important;
    height: 35px;
    line-height: 35px;
    min-height: 35px !important;
    padding: 3px 0 !important;
}

div.selector select {
    font-size: 14px;
    line-height: 18px;
    border: solid 1px #fff;
    width: 100%;
}

div.selector span {
    padding: 5px 25px 5px 10px !important;
    cursor: pointer;
    background: none;
    line-height: 20px;
}

div.selector.disabled span {
    color: #bbb;
}

/* Checker */
div.checker {
    margin-right: 5px;
}

/* Radio */
div.radio {
    margin-right: 3px;
}

/*
CORE FUNCTIONALITY
Not advised to edit stuff below this line
-----------------------------------------------------
*/
.selector,
.checker,
.button,
.radio,
.uploader {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.selector select:focus,
.radio input:focus,
.checker input:focus,
.uploader input:focus {
    outline: 0;
}

/* Button */
div.button a,
div.button button,
div.button input {
    position: absolute;
}

div.button {
    cursor: pointer;
    position: relative;
}

div.button span {
    display: -moz-inline-box;
    display: inline-block;
    line-height: 1;
    text-align: center;
}

/* Select */
div.selector {
    float: none;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

div.selector span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}

div.selector select {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    /* use '=' here, not ':' */
    -moz-opacity: 0;
    border: none;
    background: none;
    cursor: pointer;
    height: 100%;
}

/* Checker */
div.checker {
    position: relative;
}

div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;

}

#uniform-newsletter-subscribe span {
    display: none;
}

div.checker input {
    opacity: 0;
    filter: ~"alpha(opacity=0)";
    -moz-opacity: 0;
    display: inline-block;
    background: none;
}

/* Radio */

div.radio {
    position: relative;
}

div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    text-align: center;
}

div.radio input {
    opacity: 0;
    filter: ~"alpha(opacity=0)";
    -moz-opacity: 0;
    text-align: center;
    display: inline-block;
    background: none;
}

/* Custom.css
-------------------------------------------------------------- 

.brand-name{
padding: 5px 0 5px 4%;
text-align: left;
min-height: 30px;

}

.right{
    float: right;
}

.txt24 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-family: Helvetica, Arial, Sans-serif;
}

.txt24 em {
    font-style: normal !important;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
    left: 50px;
    bottom: 33%;
}

.icon-delete,
.icon-edit,
.icon-share,
#WishLists .txt-hide a {
    float: left;
    width: 18px;
    height: 21px;
    margin-right: 10px;
    background: url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/icons_off.png) no-repeat -170px -152px;
}

.icon-delete:hover,
.icon-edit:hover,
.icon-share:hover,
#WishLists .txt-hide a:hover,
#WishLists .txt-hide .icon-delete:hover,
#WishLists .txt-hide .icon-edit:hover {
    background: url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/icons_on.png) no-repeat -170px -152px;
    background-color: transparent !important;
}

.icon-edit,
.icon-edit:hover,
#WishLists .txt-hide .icon-edit,
#WishLists .txt-hide .icon-edit:hover {
    background-position: -140px -152px;
}

.icon-delete,
.icon-delete:hover,
#WishLists .txt-hide .icon-delete,
#WishLists .txt-hide .icon-delete:hover {
    background-position: -108px -152px;
}

.c-wrap {
    width: 980px;
    margin: 0 auto;
    display: block;
    clear: both;
}

.txt-center{
    text-align: center!important;
}

.txt-left{
    text-align: left!important;
}

.txt-right{
    text-align: right!important;
}

small{
    font-size: 12px!important;
}

ul{
    margin: 0 0 20px 20px;
}

ul ul ul{
    list-style-image: url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/bullet_line.png);
}

a,
a.NextLink,
.Left li li a,
.Left .CategoryList li a,
.Left .slist li a,
.Left .afterSideShopByBrand a,
.Left #GiftCertificatesMenu li a,
.Left #SideAccountMenu li a,
.Left .CategoryList li li a,
.Left .slist li li a,
.TabNav li.Active a,
.currency-converter p span,
.page-content #LayoutColumn2 a {
  color: #333333;
}
.page-content #LayoutColumn2 a.pname,
#ModalContent a,
.ModalContent a,
.recaptchatable a {
  color: #333333;
}
p a,
.BlockContent.PageContent a {
  color: #999999;
}
p a,
.BlockContent.PageContent h1 a,
p a,
.BlockContent.PageContent h2 a,
p a,
.BlockContent.PageContent h3 a,
p a,
.BlockContent.PageContent h4 a,
p a,
.BlockContent.PageContent h5 a,
p a,
.BlockContent.PageContent h6 a {
  color: #333333;
}

.multiStep,
.multiStep li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style-image: none;
}

.multiStep {
    text-align: center;
    position: relative;
    min-height: 1px;
    zoom: 1;
}

.multiStep li {
    margin: 0 20px;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.multiStep li a {
  color: #737373;
}

.multiStep li.ActivePage h4 {
    padding-bottom: 0;
    margin-bottom: 1em;
    border-bottom: 4px solid #999999;
}

.multiStep li .icon  {
    background: url("//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/nav_active.png") no-repeat;
    display: block;
    float: left;
    height: 8px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    bottom: -5px;
    width: 13px;
}

.li-list {
    border-bottom: 1px solid #d6d6d6;
    padding: 20px 0;
}

.li-list h4 {
    position: relative;
    z-index: 1;
}

.li-list form {
    position: relative;
    z-index: 10;
}
*/
.icon {
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url("//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/icon_sprite.png") no-repeat 0 -27px;
}

.icon-add {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 36px;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    transition: background-color 150ms ease 0s;
    -moz-transition: background-color 150ms ease;
    -webkit-transition: background-color 150ms ease;
    -o-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
    background: #ed7000 url("//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/add.png") no-repeat scroll 50% 50%;
}

.icon-cart {
    height: 20px;
    width: 15px;
    background-position: 0 -23px;
}

.icon-add:hover {
    -moz-transition: background-color 150ms ease;
    -webkit-transition: background-color 150ms ease;
    -o-transition: background-color 150ms ease;
    transition: background-color 150ms ease;
    background-color: #d56500 !important;
    text-decoration:none;
}

.clear {
    clear:both;
    overflow: hidden;
}

/* btn styles */

.Button a {
    color: #ffffff!important;
}

.full-width {
    display: block;
    clear: both;
    padding: 0;
}

.full-width .zeroLeft {
    padding-left: 0 !important
}

.cpage .Content.Wide {
    padding: 30px 0 0 45px;
    border-left: 1px solid #e8e8e8;
}

.productlist-page.Content {
    padding: 0;
}

.productlist-page.Content .product-nav {
    border: none;
}

.nav-prev,
.nav-next {
    float: left;
    width: 12px;
    height: 12px;
    margin: 12px 10px;
    text-indent: 99px;
    overflow: hidden;
    background: url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/icon_sprite.png) no-repeat -42px -26px;
}

.nav-next {
    background-position: -54px -27px;
}

.mtop {
    margin-top: 27px;
}

.pbtm {
    padding-bottom: 30px;
}

.no-ptop {
    padding-top: 0!important;
}

.list {
    margin: 0;
    padding: 0 0 10px 0;
    list-style: none;
}

.list-icon,
.list-news {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-icon li {
    line-height: 23px;
    padding: 0 0 10px 0;
}

.list-icon .icon {
    width: 23px;
    height: 23px;
    margin: 0 15px 0 0;
    background-position: -41px 0;
}

.list-news li p {
    margin-bottom: 10px;
}

.form {
    display: block;
    clear: both;
    margin: 0;
    list-style: none;
}

.form li {
    display: block;
    clear: both;
    width: 100%;
    padding: 10px 0;
}

.form li label,
.form dt {
    float: left;
    width: 175px;
    padding: 7px 25px 0 0;
    line-height: 22px;
}

.form dd {
    margin-left: 0;
    float: none;
}

.addto {
    display: inline-block;
    overflow: hidden;
    vertical-align:middle;
    margin-left:20px;
}

.addto .BulkDiscount {
    display: inline-block;
}

.txt-hide {
    text-indent: -999px;
    overflow: hidden;
    color: #ffffff;
}

.left-content .ProductList .p-name {
    float: left;
    font-size: 12px;
    margin: 5px 0 25px 0;
    padding: 5px 0 3px 5%;
    border-left: 2px solid #d6d6d6;
}

a.CustomizeItemLink {
    font-size: 11px;
}

#CartHeader {
    position: relative;
}
#CartHeader .btn {
    top:50%;
    right: 0;
    margin-top: -20px !important;
    position: absolute;
}

.recaptcha_widget_div {
    margin-bottom: 20px;
}

.recaptchatable {
    background-color: #fff;
}

.recaptchatable a:hover,
.page-content #LayoutColumn2 a.pname:hover,
#ModalContent a:hover,
.ModalContent a:hover {
  color: #999999;
}

.productAttributeConfigurablePickListSet ul {
    margin: 0;
}

html.javascript .productOptionViewRectangle label {
    margin: 0 !important;
}

.fileInput {
   margin-bottom: 10px;
}

#TabContentAddressMultiple {
    padding-top: 20px;
}

.login-form label,
.login-form input {
    display: block;
    margin-bottom: 10px;
}

.login-form .actions label,
.login-form .actions input {
    display: inline-block;
    margin: 0 10px 0 0;
}

.login-form input[type=email],
.login-form input[type=password] {
    width: 50%;
}

/*#fancy_outer {
    height: 500px !important;
}*/

div#fancy_overlay {
    background: #000 !important;
    opacity: 0.7 !important;
}

div#fancy_outer {
    position: fixed !important;
    /* The below need importants because we can't stop edit imodal. May be able to replace with another modal popup and implement it better. */
    top: 20px !important;
    bottom: 20px !important;
    left: 0 !important;
    right: 0 !important;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 auto !important;
    max-width: 920px !important;
    width: 95% !important;

    height: auto !important;
    padding: 0 !important;
}
.flex-direction-nav a {
    background-position: center center;
    height: auto;
    top: 0;
    bottom: 0;
    border: 0;
    margin: 0;
    width: 25%;
    max-width: 100px;
}
.flex-direction-nav .flex-prev {
    background: url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/carousel-left-arrow.png) no-repeat center left;
    top: 0;
    left: 0 !important;
    bottom: 0;
    margin-top: -40px;
}
.flex-direction-nav .flex-next {
    background: url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/carousel-right-arrow.png) no-repeat center right;
    top: 0;
    right: 0 !important;
    bottom: 0;
    margin-top: -40px;
}
.CreateAccount ul {
    line-height: 1.8em;
}
.recaptchatable * {
    color: #000 !important;
}
div.FacebookLikeButtonContainer {
    margin: 0 0 20px 0;
}
div.FacebookLikeButtonContainer iframe {
    display: block;
    height: 20px;
    width: 100%;
}
label.outStock span.name {
    text-decoration: line-through;
}
.productOptionViewRectangle label.outStock span.name {
    text-decoration: none;
}
.productOptionViewRadio .outStock span.name,
.productOptionViewProductPickList .outStock span.name,
.productOptionViewProductPickListWithImage .outStock span.name,
.productOptionViewRectangle .option label.outStock {
    opacity: 0.5;
    -ms-filter:~"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    *zoom: 1;
}
.productOptionPickListSwatch .outStock .swatchColour,
.productOptionPickListSwatch .outStock .thumbnail,
.productOptionViewRectangle .outStock name {
    position: relative;
}
.productOptionPickListSwatch .outStock .swatchColour:after,
.productOptionPickListSwatch .outStock .thumbnail:after,
.productOptionViewRectangle .outStock .name:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/out-of-stock-bg.png") center no-repeat;
    z-index: 999;
    content: "";
}
/*.productOptionViewRectangle .outStock span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/out-of-stock-bg.png") center no-repeat;
}*/
#ToggleMenu,
#DrawerMenu,
#cart-amount {
    display:none;
}
.page {
  background: #ffffff;
}
#ToggleMenu {
    /*temp styles*/
    width: 60px;
    height: 60px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    font-size: 21px;
}
#Header,
.page {
    -webkit-transition: all 100ms ease-out;
    -ms-transition:     all 100ms ease-out;
    transition:         all 100ms ease-out;
}
.page.off-screen {
    position: fixed;
    /*overflow-y: hidden;*/
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all;
    margin-left:80%;
}

#Header.off-screen {
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all;
    -webkit-transform: translateY(-50px);
    -ms-transform:     translateY(-50px);
    transform:         translateY(-50px);
}
#DrawerMenu {
    position: absolute;
    height:100vh;
    /*bottom: 0;*/
    display: block;
    top: 0;
    left: -80%;
    z-index: 1001;
    width: 80%;
    background-color: #FFF;
    color: #333;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all;
}
    #DrawerMenu.on-screen {
        display: block;
        position: absolute;
        overflow-y: auto;
        left: 0;
        -webkit-transition-property: top, bottom;
        transition-property: top, bottom;
        -webkit-transition-duration: .2s, .2s;
        transition-duration: .2s, .2s;
        -webkit-transition-timing-function: linear, linear;
        transition-timing-function: linear, linear;
        -webkit-overflow-scrolling: touch;
    }
#DrawerMenu  div {
    margin :0;
}
#DrawerMenu .h3{
    background: #666;
    color: #fff;
    font-size: 0.8em;
    font-weight: normal;
    padding: 10px 15px;
    text-transform: uppercase;
}
#DrawerMenu ul {
    list-style: none;
    margin: 0;
    padding:0;
}
    #DrawerMenu li {
        float: none;
        border-bottom: 1px solid #555;
        list-style: none outside none;
    }
        #DrawerMenu a{
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
            color: #fff;
            font-size: 1.1em;
            font-weight: normal;
            padding: 10px;
        }
           #DrawerMenu ul > a{
                display:none;
           }
    #DrawerMenu li > div {
        padding: 0 15px;
    }
        #DrawerMenu li > div > a {
            margin: 0 -15px;
        }
#DrawerMenu .subcat-expand {
    border-left: 1px solid #555;
    position: absolute;
    right: 0;
    top: 0;
    height: 39px;
    width: 55px;
}
    #DrawerMenu .subcat-expand:after {
        color: #fff;
        content: '+';
        display: block;
        font-size: 16px;
        text-align: center;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
        #DrawerMenu .subcat-expand.subcat-expanded:after {
            content: '-'
        }
#DrawerMenu .drawer-subcat {
    background: #444;
    display: block !important;
    max-height: 0;
    overflow: hidden;
    left: auto;
    top: auto;
    position: relative;
    visibility: visible !important;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    width: 100%;
}
    #DrawerMenu .drawer-subcat.expanded {
        border-top: 1px solid #555;
        max-height: 1000px;
    }
.js-drawermenu-currency-converter {
    color: #ccc;
    font-size: 12px;
    padding: 15px 0;
}
    .js-drawermenu-currency-converter span {
        color: #ccc !important;
    }

/* Custom Drawer Menu */

#DrawerMenu a{
    color: #0B3E64;
    font-size:1em;
}

#DrawerMenu a:hover{
    text-decoration: underline;
}

#DrawerMenu ul.dropdown,
#DrawerMenu .ProductList{
    display:none;
}

#DrawerMenu li{
    margin:5px 0;
    border-bottom-color:#FFF;
    position:relative;
}

#DrawerMenu .h3{
    background: #0B3E64;
    color: #FFF;
}

#DrawerMenu .drawer-subcat{
    background: #FFF;
}

#DrawerMenu .drawer-subcat.expanded{
    border-top: 1px solid #0B3E64;
}
#DrawerMenu .drawer-subcat li{
    border-color:#0B3e64;
    padding-left:10px;
    font-size: 16px;
}

#DrawerMenu br{
    display:none;
}

#DrawerMenu .subcat-expand{
    background-color:#ED7000;
    border-radius: 2px;
    border:none;
    right:5px;
}

#DrawerMenu .drawer-subcat li{
    padding:10px;
    overflow:hidden;
}

#DrawerMenu .drawer-subcat li a{
    padding:0;
    display:inline-block;
}

#DrawerMenu #search_query{
    border: 1px solid #ddd;
}

#SideAccountNavigation .CurrencyChooser {
    background: none;
    border: none;
    display: block;
    float: none;
    left: auto;
    margin-top: 15px !important;
    padding: 0;
    position: relative;
    padding-bottom: 30px;
    right: auto;
    top: auto;
}
    #SideAccountNavigation #change-currency,
    #SideAccountNavigation h2 {
        display: none
    }

    #SideAccountNavigation .selected-currency {
        background-color: #474747;
        border: 1px solid #5c5c5c;
    }

    #SideAccountNavigation .selected-currency .Text {
        padding: 0 0 0 9px;
    }

    #SideAccountNavigation .CurrencyList {
        display: none;
    }
        #SideAccountNavigation .CurrencyList.open {
            display: block;
        }

    #SideAccountNavigation .CurrencyList dd {
        border: none;
    }
        #SideAccountNavigation .CurrencyList a {
            background: #474747;
            border-bottom: 1px solid #383838;
            display: block;
            font-size: 11px;
            height: 32px;
            line-height: 32px;
            overflow: hidden;
            padding: 0 10px;
            text-overflow: ellipsis;
            white-space: nowrap;
            -moz-transition: all 60ms ease;
            -webkit-transition: all 60ms ease;
            -o-transition: all 60ms ease;
            transition: all 60ms ease;
        }
            #SideAccountNavigation .CurrencyList a:hover {
                background-color: none
            }

        #SideAccountNavigation .CurrencyList .Flag {
            display: inline-block;
            float: none;
            padding: 0;
            text-align: left;
            vertical-align: middle;
            zoom: 1;
        }
        #SideAccountNavigation .CurrencyList .Text {
            color: #ccc !important;
            display: inline-block;
            overflow: hidden;
            padding: 0 0 0 5px !important;
            vertical-align: middle;
            white-space: nowrap;
        }
#ContactForm dd,
#CheckoutStepPaymentDetails dd {
    float: none;
    margin-left: 200px;
}
#ContactForm .Submit,
#CheckoutStepPaymentDetails .Submit {
    margin: 0 0 20px 200px;
    padding: 0;
}
.facet-container {
  border-bottom: 1px solid #e3e3e3;
}
.facet-container [class^="js-facet-clear"] {
  color: #bebebe;
}
.facet-container [class^="js-facet-clear"]:hover {
  color: #666666;
}
.facet-container .btn-facet-more-options.more {
  color: #333333;
}
.facet-container .facet-option .facet-option-product-count {
  color: #999999;
}
#co-app .co-header {
  background: #ffffff;
  border-bottom: 1px solid #e3e3e3;
}
#co-app .co-header--title > h2 {
  color: #333333;
}
#co-app .co-steps-nav li.is-active a {
  color: #333333;
}
#co-app .co-steps-nav li.is-disabled a,
#co-app .co-steps-nav li.is-disabled a:hover,
#co-app .co-steps-nav li.is-disabled a:active,
#co-app .co-steps-nav li.is-disabled a:focus {
  color: #333333;
  opacity: 0.5;
}
#co-app .co-steps-nav a {
  color: #333333;
}
#co-app .co-steps-nav--divider {
  color: #333333;
}
#co-app .bui-modal-content {
  background-color: #ffffff;
}
#co-app .co-selectable-panel {
  -ms-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#co-app input,
#co-app select {
  -ms-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#co-app .bui-button {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal;
  height: 35px;
  line-height: 35px;
  letter-spacing: 1px;
  padding: 0 1.2em;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#co-app .bui-button .bui-icon {
  line-height: inherit;
}
#co-app .bui-button-primary {
  border: 1px solid #333333;
  background: #333333;
  color: #ffffff;
  -ms-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#co-app .bui-button.bui-button-primary:hover,
#co-app .bui-button.bui-button-primary:focus {
  border-color: #4d4d4d;
  background: #4d4d4d;
}
#co-app .bui-button-link,
#co-app .bui-button-secondary {
  background-color: transparent;
  border: 3px solid #333333;
  color: #333333;
  line-height: 29px;
  -ms-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#co-app .bui-button.bui-button-link:hover,
#co-app .bui-button.bui-button-link:focus,
#co-app .bui-button.bui-button-secondary:hover,
#co-app .bui-button.bui-button-secondary:focus {
  border: 3px solid #999999;
  background-color: transparent;
  color: #999999;
  text-decoration: none;
}
#co-app .co-side--finishchangeitems {
  height: 21px;
  padding: 3px 6px 3px;
  line-height: 14px;
}
#MaintenanceNotice {
    position: relative;
    width: 100%;
    height: 30px;
    font-weight: bold;
    text-align: center;
    top: 0;
    left: 0;
}
.MaintenanceModeNotice {
    cursor: move;
    background-color:yellow;
    border:2px solid #FFD800;
    padding:10px;
    font-size: 11px;
    line-height:1.8em;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 230px;
    z-index: 10000;
    color: black;
}
.MaintenanceModeHeader {
    cursor: move;
    background-image: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/info.png?t=1588264566');
    background-repeat: no-repeat;
    background-position: 1px 1px;
    padding-left: 25px;
    font-weight: bold;
}
#frmWishList {
    position: relative;
    display: inline-block;
}
#frmWishList .wishlist-variations {
    display: none;
    position: absolute;
    background: #EBEBEB;
    top: 100%;
    white-space: nowrap;
    z-index: 1;
    left: 0;
}
#frmWishList:hover .wishlist-variations {
    display: inline-block;
}
#frmWishList .wishlist-variations:before {
    content: 'Select Wish List';
    float: left;
    width: 100%;
    background: #dadada;
    text-transform: uppercase;
    text-align: center;
    padding: 4px 0 5px;
    min-width: 133px;
}
#frmWishList .wishlist-variations .variations {
    float: left;
    clear: both;
    padding: 5px 20px;
}
#frmWishList .wishlist-links a {
    font-style: italic;
    font-size: 12px;
    color: #ADADAD;
    padding: 0 10px 5px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
/* social.css styles */
.icon-social {
    width: 50px;
    height: 50px;
    background: url('//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/sprite-social-default.png') no-repeat;
}
.icon-facebook {
    background-position: 0 0;
}
.is-disabled.icon-facebook {
    background-position: -65px 0;
}
.icon-facebook:hover,
.icon-facebook:focus {
    background-position: -50px 0;
}
.icon-googleplus {
    background-position: 0 -40px;
}
.is-disabled.icon-googleplus {
    background-position: -65px -40px;
}
.icon-googleplus:hover,
.icon-googleplus:focus {
    background-position: -130px -40px;
}
.icon-tumblr {
    background-position: 0 -80px;
}
.is-disabled.icon-tumblr {
    background-position: -65px -80px;
}
.icon-tumblr:hover,
.icon-tumblr:focus {
    background-position: -130px -80px;
}
.icon-twitter {
    background-position: 0px -50px;
}
.is-disabled.icon-twitter {
    background-position: -65px -120px;
}
.icon-twitter:hover,
.icon-twitter:focus {
    background-position: -50px -50px;
}
.icon-pinterest {
    background-position: 0 -100px;
}
.is-disabled.icon-pinterest {
    background-position: 0px -100px ;
}
.icon-pinterest:hover,
.icon-pinterest:focus {
    background-position: -50px -100px;
}
.icon-stumbleupon {
    background-position: 0 -200px;
}
.is-disabled.icon-stumbleupon {
    background-position: -65px -200px;
}
.icon-stumbleupon:hover,
.icon-stumbleupon:focus {
    background-position: -130px -200px;
}
.icon-youtube {
    background-position: 0 -240px;
}
.is-disabled.icon-youtube {
    background-position: -65px -240px;
}
.icon-youtube:hover,
.icon-youtube:focus {
    background-position: -130px -240px;
}
.icon-linkedin     {
    background-position: 0 -280px;
}
.is-disabled.icon-linkedin {
    background-position: -65px -280px;
}
.icon-linkedin:hover,
.icon-linkedin:focus {
    background-position: -130px -280px;
}
.icon-rss {
    background-position: 0 -320px;
}
.is-disabled.icon-rss {
    background-position: -65px -320px;
}
.icon-rss:hover,
.icon-rss:focus {
    background-position: -130px -320px;
}
.icon-instagram {
    background-position: 0 -150px;
}
.is-disabled.icon-instagram {
    background-position: 0px -150px;

}
.icon-instagram:hover,
.icon-instagram:focus {
    background-position: -50px -150px;
}
.footer-main .SocialConnect li {
    display: inline-block;
    margin-right: 10px;
    width: auto;
    float: none;
}
.icon-social {
    display: inline-block;
    text-align: left;
    text-indent: -9999px;
    vertical-align: middle;
}

.icon-social.icon-social-theme {
    background-image: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/custom-social-icons.png?t=1588264566');
    background-image: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/custom-social-icons.svg?t=1588264566');
}

/*end styles from social.css */

/* Slider styles (for button and overlay text) */
ul.lightSlider {margin:0;}
.slide-content {
    position: relative;
}
.slide-overlay {
    position: absolute;
    
}
.slide-button {
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
}

.slide-content .slide-heading {
    font-size: 34px;
    font-weight: 300;
}
.slide-content li.slide {
    position: relative;
}
.slide-content .slide-text {
    font-size: 20px;
    font-weight: 300;
    text-shadow: 0 0 .5em rgba(0,0,0,1);
}

.slide-content .slide-heading,
.slide-content .slide-text {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0;
    line-height: 2em;
    letter-spacing: 1px
}

.slide-content .slide-overlay {
    position: absolute;
    left: 20%;
    right: 20%;
    top: 30%;
    z-index: 10;
    text-align: center;
}

img.slide-image {
    width: 100%;
}
span.slide-image-wrapper {
    height: 500px;
    display: block;
    position: relative;
    overflow: hidden;
}
ul.lightSlider {margin:0;}

/* Menu Icons */

.menu-icons{
    background-image: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/custom-social-icons.png?t=1588264566');
    background-image: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/custom-social-icons.svg?t=1588264566');
    height:15px;
    width:15px !important;
    display:inline-block;
    margin-left:3px;
    vertical-align: text-top;
}

.TopMenu .search .menu-icons{
    background-position: 0 -215px;
}

.TopMenu .CartLink .menu-icons{
    background-position: 0 -230px;
    width: 17px !important;
}

.TopMenu .help.menu-icons{
    background-position: 0 -200px;
}

#DrawerMenu .search .menu-icons{
    background-position: -15px -215px;
}

#DrawerMenu .help.menu-icons{
    background-position: -15px -200px;
}



/* SubMenu */
.Breadcrumb{
    display:none;
}

.submenu{
    display:block;
    overflow:hidden;
    background-color:#0B3E64;
    font-family:'Ubuntu',Arial,Helvetica Neue,Helvetica,sans-serif;
    z-index: 50;
    margin-top:1px;
}

.SubCategoryList{
    max-width:1180px;
    margin:0 auto;
}

.submenu ul{
    overflow:hidden;
    margin:0;
    display:inline-block;
    float:right;
    padding:0;
    max-width:76%;
}

.submenu .SubCategoryList li{
    list-style: none;
    float:left;
    padding: 10px;
    margin: 0;
    border:none;
    font-weight:bold;
}

.submenu li a{
    color:#fff;
}

.submenu li a:hover{
    color:#DDD;
}

.submenu .choose-level{
    float:left;
    color:#fff;
    line-height:1.5;
    font-size:18px;
    font-weight: bold;
    padding:10px;
    background: url("//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/right-arrow.png?t=1588264566") 100% 50%/15% no-repeat;
    background-image: url("//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/right-arrow.svg?t=1588264566");
    padding-right: 35px;
}

.PageMenu .category-list a.active-page{
    color:#6e9aba;
}

.PageMenu .category-list a.active-page:hover{
    color:#6e9aba;
}

.active-page:after{
    content:"";
    width: 0;
    height: 0;
    margin:0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0b3e64;
    position:absolute;
    top:72px;
    left: calc(50% - 10px);
}



/*************************
CUSTOMER STYLES
*************************/
    .invisible {
        visibility: hidden;
    }

    .boxItem._2up.invisible{
        width:510px;
    }


    input.btn-primary{
        width:auto;
    }

    /* ==========================================================================
    Navigation: Intra-Page
    ========================================================================== */
        nav .navTitle {font-weight:500;}
        nav.jumpToTop {text-align:right;}

    /* ==========================================================================
        Shadows
    ========================================================================== */
    .shadow1 {
        position:relative;
        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    }

    .header.shadow1{
        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    }

    .shadow2 {
        box-shadow: 0 10px 6px 0px rgba(0, 0, 0, 0.05);
    }

    /* ==========================================================================
        Stripes
    ========================================================================== */
    .stripe {
        display:table;
        margin:0;
        padding:0;
        width:100%;
    }

    .stripe.stripeLight {
        background-color:#fff;
    }

    .stripe.stripeDark {
        background-color:#f2f1eb;
    }

    .stripe.stripeAlt {
        background-color:#0b3e64;
        color:#fff;
    }

    .stripe.stripeAlt .container > h1,
    .stripe.stripeAlt .container > h2,
    .stripe.stripeAlt .container > h3,
    .stripe.stripeAlt .container > h4 {
        color:#fff;
    }

    .stripe.accent{
        background-image:url(//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/bee.svg?t=1588264566);
        background-position:bottom left;
    }

    .stripe.accent-alt{
        background-image:url(//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/bee-flip.svg?t=1588264566);
        background-position:bottom right;
    }

    .stripe.accent,
    .stripe.accent-alt{
        background-repeat:no-repeat;
        background-size:500px;
    }
    
    /* Image Backgrounds */
    .stripe.marie .container {
        background-image: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/marie-424x721.png?t=1588264566');
        background-repeat: no-repeat;
        background-size:375px;
        background-position:bottom right;
        margin-bottom:0;
        min-height:630px;
    }

    .stripe.marie.bottomRight .container{
        background-position:bottom right;
    }

    .stripe._77753857 .container {
        background-image: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/woman-background.png?t=1588264566');
        background-position:bottom right;
        margin-bottom:0;
        background-repeat: no-repeat;
        background-size:410px;
    }

    .stripe._150292946 .container {
        background-image: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/child-background.png?t=1588264566');
        background-position:bottom left;
        margin-bottom:0;
        background-repeat: no-repeat;
        background-size:550px;
    }

    .stripe._142808314{
        background-image:url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/home-banner-left.jpg?t=1588264566');
        background-repeat: no-repeat;
        background-size:100%;
        background-position:bottom center;
    }
    
    .stripe._142808314 h1,
    .stripe._142808314 p {
        text-shadow: 0px 0px 12px rgba(255,255,255,0.5),
            0px 4px 3px rgba(255,255,255,0.1),
             0px 5px 10px rgba(255,255,255,1.0),
             0px 15px 20px rgba(255,255,255,1.0);
    }

    .stripe.aarBanner{
        background-image: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/AAR-Header-background.jpg?t=1588264566');
    }

    .stripe.aasBanner{
        background-image: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/AAS-Header-background.jpg?t=1588264566');
    }

    .stripe.aarBanner, .stripe.aasBanner{
        background-repeat: no-repeat;
        background-size:100%;
        background-position:center 95%;
    }

    #StripeToolsNavigation {
        background-color:#7d7464;
    }

    #StripePrimaryNavigation {
        background-color:#fff;
    }

    #StripeSecondaryNavigation {
        background-color:#0b3e64;
    }

    /* ==========================================================================
   Helper classes: Align
   ========================================================================== */
    /* Left */
    p.left {text-align:left;}
    figcaption.left {text-align:left;}
    div img.left {float:left;margin:1em 50px 25px 0;}
    div.boxItem img.left {float:left;margin:1em 50px 0 10px;}
    figure.caption.left {float:left;}
    iframe.left {float:left; margin:0 50px 25px 0;}
    h1.left, h2.left, h3.left, h4.left {
        text-align:left !important;
        align-self:flex-start !important;
    }
    
    /* Right */
    p.right {text-align:right;}
    figcaption.right {text-align:right;}
    div img.right {float:right;margin:1em 0 25px 50px;}
    figure.caption.right {float:right;}
    h1.right, h2.right, h3.right, h4.right {
         width:100%;
         text-align:right;
    }
    
    /* Center */
     p.center {text-align:center;}
     figcaption.center {text-align:center;}
     img.center {
         display: block;
         margin-left: auto;
         margin-right: auto;
     }
     h1.center, h2.center, h3.center, h4.center {
         width:100%;
         text-align:center;
     }
     div.text-center {text-align:center;}

 /* ==========================================================================
   Helper classes: Image shapes
   ========================================================================== */
	img.circle {
		border-radius: 50%;
	}

    /* ==========================================================================
        Container styles
    ========================================================================== */
    .container {
        max-width:1060px;
        margin:15px auto;
        padding:0 50px;
        background-color:#fff;
        line-height:2.0;
        -webkit-box-sizing: initial;
        -moz-box-sizing: initial;
        box-sizing: initial;
    }
    .container li{
        line-height:2.0;
    }

    .container h1, .container h2 {
        line-height:1;
    }

    .container.noPadding {
        padding:0;
        max-width:1160px
    }

    .container.transparent {
        background-color:transparent;
    }
    
    .container.form h2 {
        line-height:1.2;
    }
    
    .container.form + .container {
        margin-top:0;
    }

    /* ==========================================================================
   Video
   ========================================================================== */
	.container .video-container {
		margin:0 auto 15px auto;
	}
	.container .video-container.small {
		max-width:530px;
		
	}
	.container .video-container.medium {
		max-width:700px;
	}
	.container .video-container.large {
		max-width:850px;
	}
	.container .video-container.full {
		max-width:100%;
	}


    /* ==========================================================================
        Boxes
    ========================================================================== */
    .box {
        /*max-width:1030px;
        width:100%;*/
        max-width:100%;
        margin:25px 0px;
        padding: 15px;
        border:#d1ddbd solid  2px;
        background-color:#f3fae8;
        /*display:inline-block;*/

	/* Handle long words */
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
    }

    .box-alt{
        border:none;
        background-color:#f2f1eb;
    }

    .box > .box{
        width:auto;
        border:#d1ddbd solid 1px;
    }

    .box > .box,
    .box > .box > .box > .box,
    .box > .box > .box > .box > .box > .box {
        background-color:#fff;
        /*display:block;*/
    }

    .box > .box > .box,
    .box > .box > .box > .box > .box {
        background-color:#f3fae8;
        /*display:block;*/
    }

    /* ==========================================================================
        Box Items
    ========================================================================== */
    .boxItemContainer {
		margin: -15px 0 15px 0;
        display:-ms-flexbox;
        display:-webkit-box;
        display:-webkit-flex;
        display:flex;

        -webkit-box-pack:start;
        -webkit-justify-content:start;
            -ms-flex-pack:start;
                justify-content:flex-start;

        -webkit-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
                flex-wrap:wrap;
    }

    .boxItem {
        /*display:inline-block;*/
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
                flex-direction:column;
        -webkit-align-content:flex-start;
            -ms-flex-line-pack:start;
                align-content:flex-start;
        padding-top:15px;
        /*vertical-align:top;*/
        /*max-width:250px;*/
        /*width:100%;*/
        text-align:left;
        /*position:relative;*/
        margin:15px 5px 0 5px;
        background-color:#fff;
    }

    .boxItem a {
        text-align:center;
    }
    .boxItem img {
        /*display:block;
        margin:0 auto;*/
        -webkit-align-self:center;
            -ms-flex-item-align:center;
                align-self:center;
    }

    .boxItem h1,
    .boxItem h2,
    .boxItem h3,
    .boxItem h4,
    .boxItem h5 {
        -ms-grid-row-align:center;
		align-self:center;
        align-self:center;
        text-align:center;
        margin:10px;
        line-height:1.5;
        padding:0;
    }
    .boxItem > p {
        margin:10px;
    }
    .boxItem > ul,
    .boxItem > ol {
        margin:15px 10px 30px 0;
    }

    .boxItem a.hasbtn {
        -webkit-align-self:center;
            -ms-flex-item-align:center;
                align-self:center;
        margin:10px;
        margin-top:auto;
        padding-top:10px;

    }
    
    .boxItem a .title:hover {
        text-decoration:underline;
    }

    .stripe.stripeLight .boxItem {
        background-color:#f2f1eb;
    }

    .boxItem._2up,
    .boxItem._3up,
    .boxItem._4up,
    .boxItem._5up,
    .boxItem._6up{
        vertical-align:top;
        background-color:#fff;
        position:relative;
        padding-bottom: 15px;
    }

    .boxItem._2up {
        max-width:510px;
        flex-basis:510px;  /* flex-basis fix for Safari, https://github.com/philipwalton/flexbugs#11-min-and-max-size-declarations-are-ignored-when-wrapping-flex-items */
    }

    .boxItem._3up {
        max-width:340px;
        flex-basis:340px; /* flex-basis fix for Safari, https://github.com/philipwalton/flexbugs#11-min-and-max-size-declarations-are-ignored-when-wrapping-flex-items */
    }

    .boxItem._4up {
        max-width:250px;
        flex-basis:250px; /* flex-basis fix for Safari, https://github.com/philipwalton/flexbugs#11-min-and-max-size-declarations-are-ignored-when-wrapping-flex-items */
    }
    .boxItem._5up {
        max-width:200px;
        flex-basis:200px; /* flex-basis fix for Safari, https://github.com/philipwalton/flexbugs#11-min-and-max-size-declarations-are-ignored-when-wrapping-flex-items */
    }
    .boxItem._6up {
        max-width:165px;
        flex-basis:165px; /* flex-basis fix for Safari, https://github.com/philipwalton/flexbugs#11-min-and-max-size-declarations-are-ignored-when-wrapping-flex-items */
    }

    .container .boxItemContainer:last-child .boxItem {
        margin:15px 5px 0 5px;
    }
    
    .boxItem._3up._2space {
        max-width:680px;
        flex-basis:680px; /* flex-basis fix for Safari: https://github.com/philipwalton/flexbugs#11-min-and-max-size-declarations-are-ignored-when-wrapping-flex-items */
    }
    .boxItem._5up._2space {
	max-width:400px;
	flex-basis:400px; /* flex-basis fix for Safari: https://github.com/philipwalton/flexbugs#11-min-and-max-size-declarations-are-ignored-when-wrapping-flex-items */
    }
    
    .boxItem.invisible {
        margin-top:0 !important;
        margin-bottom:0 !important;
        padding-top:0 !important;
        padding-bottom:0 !important;
        height:0 !important;
    }
    .boxItem.transparent {
        background-color:transparent !important;
    }
    
    .boxItem div.btn-group {
        text-align:center;
        margin-top:10px;
    }
    .boxItem div.btn-group .btn {
        line-height:1;
    }
.boxItem.divider.transparent ul {
	border-left: 5px solid #ccc;
}
	.boxItem._4up li,
	.boxItem._5up li {
		font-size: 15px;
	}

    /* ==========================================================================
        Specific Styles
    ========================================================================== */
    .quantityText{
        display:none;
    }

    .quantityDrop .selector{
        width:100% !important;
    }

    .CartPage .main,
    .box-page .main{
        background-color:#f2f1eb;
        padding: 15px 0;
    }

    .CartPage .main .inner,
    .box-page .main .inner{
        background-color: #fff;
        padding: 20px 50px;
    }


       /* Home page */
   .stripe._142808314 .btn-group .btn-lg,
   .stripe._142808314 .btn-group .btn-group-lg > .btn {
      padding: 15px 20px;
      font-size: 24px;
      line-height: 1;
      border-radius: 6px;
    }
    .stripe._142808314 h1 {
        font-size:39px;
    }
    .stripe._142808314 img{
        display:none;
    }

    .icon-section ._4up div{
        width:100px;
        height:100px;
        border-radius:50%;
        border: 2px solid #0b3e64;
        text-align:center;
        margin:0 auto;
    }

    .icon-section img{
        width:65px;
        margin-top:15px;
    }

    .toggler{
        min-height:500px;
    }

    .togglerItem2 ._5up{
        margin-right:auto;
        margin-left:auto;
        align-self:center;
    }

    .btn-toggler > span{
        width:14px;
        height:14px;
        display:inline-block;
        vertical-align:middle;
        margin-top: -5px;
        background: url("//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/banner-toggle-icons.png?t=1588264566") no-repeat;
        background: url("//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/banner-toggle-icons.svg?t=1588264566") no-repeat;
        margin-right:5px;
    }

    .btn-toggler.btn-awards span{
        background-position: 0 -30px;
    }

    .btn-toggler.btn-customers span{
        background-position: 0 0px;
    }

    .active.btn-awards span{
        background-position: -30px -30px;
    }

    .active.btn-customers span{
        background-position: -30px 0;
    }

        /* Category page */
    .CategoryDescription .stripeDark:nth-child(1) .container{
        margin-top:0;
    }

    .CategoryDescription .boxItem div.btn-group{
        align-self: center;
    }

    .CategoryDescription .boxItem div.btn-group .btn{
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin: 10px;
        */margin-top: auto;*/
    }

    .products .btn-info{
        padding-left:25px;
        background-image:url("//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/download-button.png?t=1588264566");
        background-image:url("//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/download-button.svg?t=1588264566");
        background-size:14px 14px;
        background-position: 6px 50%;
        background-repeat:no-repeat;
    }

    .formplate .fp-checkbox + label{
        display:inline-block;
    }   

    .formplate .fp-checkbox input.subscribe{
        width:0;
        height:0;
    } 

    

    /* ==========================================================================
        Paper Collapse
    ========================================================================== */

    .collapse-card{
        color:#000;
        border-bottom: 1px solid #fff;
        background-color: #f6f5ef;
    }
	.container .collapse-card:last-child {
		margin-bottom:15px;
	}

    .stripeDark .collapse-card {
        border-bottom: 1px solid #f2f1eb;
        background-color: #fff;
    }

    .collapse-card.active{
        margin: 1rem 0;
        border-bottom: none;
    }

    .collapse-card__title{
        /*background: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/question-circle-o.png?t=1588264566') 0 0/24px 32px no-repeat;*/
        background: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/add.svg?t=1588264566') 0 0/24px 32px no-repeat;
        padding-left: 30px;
        font-weight:500;
        white-space:normal;
    }
    .collapse-card.active .collapse-card__title{
        background: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/minus.svg?t=1588264566') 0 0/24px 32px no-repeat;
    }

    .collapse-card__heading::after{
        width:20px;
        height:20px;
        top:1.5rem;
        display:block;
        background: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/chevron-arrow-down-blue.svg?t=1588264566') center/contain no-repeat;
    }

    .collapse-card .collapse-card__heading:hover::after,
    .collapse-card.active .collapse-card__heading:hover::after{
        content:" ";
    }

    .collapse-card.active .collapse-card__heading::after{
        background: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/chevron-arrow-up-blue.svg?t=1588264566') center/contain no-repeat;
    }

    .collapse-card__body p{
        font-size:16px;
    }
    .collapse-card__body li{
        font-size:16px;
    }

    /* ==========================================================================
        Tooltipster
    ========================================================================== */

    span.tooltip {
        display: inline-block;
        width: 24px;
        height: 30px;
        background: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/question-circle-o.png?t=1588264566') 0 0/24px 32px no-repeat;
        background: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/question-circle-o.svg?t=1588264566') 0 0/24px 32px no-repeat;
        vertical-align: text-top;
        margin-left: 5px;
    }    

    .tooltip-wrapper{
        display:none;
    }

    .tooltipster-content{
        max-width:300px !important;
        padding:10px !important;
    }

    .tooltipster-content p{
        margin: 0;
        padding: 0;
    }

    /* ==========================================================================
        Formplate
    ========================================================================== */

    .formplate input[type="text"],
    .formplate input[type="password"],
    .formplate input[type="email"]{
        margin-bottom:1.5em;
        padding: 12px;
        background-color: #fff;
        border: 1px solid #d1d1d1;
        -webkit-border-radius: 2px;
        background-clip: padding-box;
        z-index: 1;
        outline: none;
        -webkit-appearance: none;
        font-size: 0.875rem;
        height:auto;
        line-height:normal;
    }  

    .formplate input:focus{
        border: 1px solid #3498db;
        z-index: 2;
    }


/* Subcategory/Product Pages */
.submenu .activeSubCat, .submenu .activeSubCat:hover{
    color:#CCC;
}
.ProductSubCat .productlist-page .stripe{
    display:block;
}
.ProductSubCat #CategoryHeading{
    overflow:hidden;
    float:left;
    width:50%;
}
.ProductSubCat .CategoryDescription{
    width:100%;
}
.ProductSubCat .productsub .SubCategoryList{
    display:none !important;
}
.ProductSubCat #LayoutColumn1{
    overflow:hidden;
    float: right;
    width: 50%;
}
.ProductSubCat #CategoryContent{
    float:right;
    padding-top:20px;
    width:100%;
}
.ProductSubCat .stripe .inner{
    max-width:1060px;
    margin: auto;
    padding: 20px 0 40px;
}
.ProductSubCat #CategoryHeading .TitleHeading{
    text-align:left;
    padding:0;
    margin: .67em 0;
}

.ProductSubCat .Breadcrumb{
    display:none;
}

.ProductSubCat .productColumn{
    float:right;
    padding-top:50px;
    width:100%;
}

.p-name,
.p-price{
    display:inline-block;
}

.ProductList.List .ProductActionAdd{
    width:15%;
}

.ProductActionAdd{
    float:left;
    position:relative;
    top:9px;
}

.ProductDetails{
    float:right;
    width:85%;
}

.ProductSubCat .ProductImage img{
    display:none;
}

.p-price{
    float:right;
    font-size: 19px;
    position:absolute;
    right: 0;
}

.ProductSubCat .p-name{
    margin-bottom:0;
    padding-bottom:0;
    font-size:20px;
    font-weight:normal;
    max-width:80%;
    color:#333;
}

.ProductDescription{
    font-size:14px;
}

.ProductList.List .ProductDetails{
    padding:10px 20px;
    border:none;
    box-sizing: border-box;
}

.btn.icon-Add.To.Cart{
    display:none;
}

.btn.AddAll, .btn.AddAll:active{
    padding-left:40px;
    background-image: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/shopping-cart.png?t=1588264566');
    background-image: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/shopping-cart.svg?t=1588264566');
    background-size: 20px;
    background-position: 10px 50%;
    background-repeat:no-repeat;
}

.btn.btn-download,
.btn.btn-download-small,
.btn.btn-download:active,
.btn.btn-download-small:active{
    background-image: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/download-button.png?t=1588264566');
    background-image: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/download-button.svg?t=1588264566');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    padding-left: 40px;
}
.btn.btn-download-small, .btn.btn-download-small:active{
    background-size: 12px 15px;
    padding-left: 30px;
}

.btn.btn-info.btn-play{
    background-image: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/play-button.svg?t=1588264566');
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: 6px 50%;
    padding-left: 35px;
}

.ProductSubCat .banner_category_page_bottom .btn-group > .btn{
    float:none;
}


.toggleProducts{
    display:inline-block;
    float:right;
    font-weight:normal;
    font-size:18px;
    line-height:32px;
}

.toggleProducts:hover {
    cursor: pointer;
    text-decoration: underline;
}

.toggleProducts:after{
    content:'';
    background: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/chevron-arrow-down-blue.svg?t=1588264566') center/contain no-repeat;
    display:inline-block;
    height:13px;
    width:15px;
    margin-left:5px;
}

.toggleProducts.hideProducts:after{
    content:'';
    background: url('//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/chevron-arrow-up-blue.svg?t=1588264566') center/contain no-repeat;
}

.productWrapper .ProductList.collapsedProducts {
    max-height: 0;
}

.p-customfields .Label{
    display:none;
}
.productPage .left-content{
    padding-right:30px;
}

#ProductTabs #ProductDescription ul, #ProductTabs #ProductDescription ol{
    width:auto;
    overflow:hidden;
}

.ProductThumbImage a {
    height: 600px;
}

.left-content .ProductThumbImage, .ImageCarouselBox{
    display:none !important;
}

.MobileProductImages{
    position:relative;
}

.MobileProductImages .lSSlideOuter{
    max-width: 450px;
    margin:auto;
}

/* LightSlider Styles */

.sliderWrapper{
    padding-right:30px;
    text-align:center;
    position:relative;
    width:100%;
}

.sliderWrapper li{
    list-style:none;
}

.pictureSlider{
   min-height: 350px;
}

.arrow-wrapper{
    position:absolute;
    height:75%;
    width:100%;
    top:0;
}

.next-slide,
.prev-slide{
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg); 
    position:absolute;
    top:30%;
    width:5%;
    min-width: 25px;
    height:10%;
    cursor: pointer;
    display:inline-block
}

.next-slide{
    background: url("//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/chevron-arrow-up.png?t=1588264566") 50% 50%/contain no-repeat;
    background: url("//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/chevron-arrow-up.svg?t=1588264566") 50% 50%/contain no-repeat;
    right:20px;
}

.prev-slide{
    background: url("//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/chevron-arrow-down.png?t=1588264566") 50% 50%/contain no-repeat;
    background: url("//cdn11.bigcommerce.com/s-e3bf3/templates/__custom/images/chevron-arrow-down.svg?t=1588264566") 50% 50%/contain no-repeat;
    left:10px;
}

.review{
    list-style: none;
    margin-bottom:50px;
}

.review h3{
    display:inline-block;
}

.review img{
    vertical-align:baseline;
    margin-left: 2%;
}

.review p{
    font-size:16px;
}

/* Cart Styles */

.table-wrapper{
    border: #ccc 1px solid;
    font-size:18px;
}

.table-wrapper{
    padding:0 10px;
    width:65%;
    float:left;
    margin-right: 1%;
    margin:20px 0;
}

table.CartContents,
table.tfoot{
    margin:0;
}

table.CartContents thead tr th{
    padding:0;
    padding-top:15px;
    font-weight:500;
}

.CartContents thead{
    background:none;
    border-bottom: #ccc 1px solid;
}

.CartContents tbody tr:last-child{
    border-bottom:none;
}

.CartContents th:first-child{
    padding-left:10px;
}

.CartContents th:nth-child(n+2){
    text-align:center;
}

.CartContents td:nth-child(n+3){
    text-align:center;
}

.CartContents .selector{
    text-align:left;
}

/*.CartContents th:last-child,
.CartContents td:last-child{
    display:none;
}*/

.CartPage .ProductPrice{
    font-weight:500;
    font-style: normal;
}

.empty-cart .grid, .KeepShopping .grid{
    text-align:center;
}

.empty-cart img, .KeepShopping img{
    width:75%;
}

.productLink{
    display:none !important;
}


.tfoot-wrapper{
    float:right;
    width:34%;
    padding-top:10px;
}

.tfoot{
    width:100%;
    border-collapse: collapse;
}

.tfoot .ProductPrice{
    float:right;
}

.tfoot td{
    padding:10px 0;
}

.tfoot tr:last-child td{
    border-bottom:none;
}

.txtR{
    display:none;
}

.ProceedToCheckout{
    text-align: left;
}

.tfoot td{
    border:none;
}

.tfoot .TBorder{
    border-top: 1px solid #e3e3e3;
}

.tfoot .BBorder{
    border-bottom: 1px solid #e3e3e3;
}

.EstimateShippingLink{
    font-size:16px;
}

#uniform-shippingZoneState{
    display:inline-block!important;
}

#shippingZoneStateName{
    display:none;
}

.estimate td{
    padding-top:0;
}

.tfoot .btn{
    margin:0;
}

.CartStatusMessage{
    padding: 15px;
    margin-bottom: 20px;
}

.SuccessMessage, .ErrorMessage, .InfoMessage, .CovidMessage, .ChokingMessage {
    margin: 0 0 20px 0;
    padding: 20px;
    border:1px solid transparent;
    border-radius: 4px;
    background-image:none;
    font-size:16px;
}
.SuccessMessage {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.ErrorMessage {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.InfoMessage {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
    margin-bottom: 20px;
}
.CovidMessage {
    border-color: #0B3E64;
    color: #0B3E64;
    font-size:14px;
    text-align:left;
    width: fit-content;
    width:-moz-fit-content;
    margin-left:auto; margin-right:0;
}
.ChokingMessage {
    border-color: #0B3E64;
    color: #0B3E64;
    font-size:14px;
    text-align:left;
    width: fit-content;
    width:-moz-fit-content;
    margin-top:25px;
}
.EstimateShippingButtons .txt-link{
    margin-top: 15px;
    display:block ;
}

.cartUpdate{
    display:none;
}

.CartContents .ProductName .CartRemoveLink,
.CartContents .ProductName .saveItemLink{
    font-weight:normal;
}

.CartContents .other-links{
    margin-top:15px;
}

/******************************

Product Page

******************************/

.productPage .Breadcrumb{
    display:block;
    padding-top:15px;
}
.productPage .Breadcrumb ul{
    padding:0;
}
.productPage .Breadcrumb .breadcrumbLink:nth-child(4){
    display:none;
}
.productPage .BrandName{
    display:none;
}
.productPage #ProductDescription{
    clear:none;
}
.productPage .p-price{
    position:static;
    float:none;
}
.productPage .s-price{
    display:inline-block;
}
.productPage .DetailRow.qty,
.productPage .DetailRow.qty div,
.OutOfStockMessage,
.productPage .productAddToCartRight{
    display:inline-block;
}
.productPage .DetailRow.qty .Label{
    font-size:18px;
    font-weight:normal;
}
.productPage .DetailRow.qty .Value{
    vertical-align:middle;
}
.productPage .addto .btn{
    margin:0;
}
.productPage .addto .DetailRow{
    margin-bottom:0;
}
.productPage .DetailRow.qty .quantityText{
    display:none;
}
.productPage .productAddToCartRight{
    margin-left:20px;
}
.productPage #SideProductAddToWishList,
.productPage #ProductOtherDetails{
    display:none;
}

/******************************

WishList Page

******************************/

.WishlistProductList .p-price{
    float:none;
    position:static;
}

.WishlistProductList .ProductDetails{
    float:right;
    width:auto;
}

/* ==========================================================================
   About Page
   ========================================================================== */
	h3.employeeName {
		margin-bottom: 0;
	}
	h4.jobTitle {
		margin-top: 0;
		font-size: 16px;
	}

@media screen and (max-width: 960px){
    .CartPage .main .inner{
        padding:20px 10px;
    }
    .table-wrapper{
        width:100%;
        border:none;
    }
    table.CartContents tbody tr td{
        border:none;
    }
    .CartContents thead{
        border:none;
    }
    .CartContents tbody tr:nth-child(odd){
        background-color:#fafafa;
    }
}

@media screen and (max-width: 768px){
    .CartContents th:nth-child(4){
        display:none;
    }
}

/* Checkout Page Styles */

svg#Amex{
    display:none;   
}

/* Login Page */

.AccountLogin a.alt{
    margin-top:10px;
    display:block;
}

/* Create Account Page */

.FormContainer .box-alt{
    padding:15px;
    float:none;
}

#CreateAccountForm .form{
    margin: 0 auto;
}

/* Account Pages */

.AccountPage .Left{
    width:20%;
    border: 1px #ccc solid;
    padding:20px;
}
.Left #SideAccountMenu li{
    font-size:16px;  
}

.Left #SideAccountMenu li a:hover{
    color:#004486;
}

.AccountPage .Content{
    float:right;
    width:75%;
}

.AccountPage h4{
    margin-bottom:10px;
    border-bottom:1px #ccc solid;
}

.YourAccount .txt24{
    font-weight:500;
}

.YourAccount .list p{
    font-size:16px;
    padding:5px;
} 

.AccountPage .CartContents th{
    padding-bottom:10px;
}

@media screen and (max-width: 800px){
    .AccountPage .Left{
        display:none;
    }
    .AccountPage .Content{
        width:100%;
    }
}

.AccountOrderStatusList h4,
.AccountOrdersList h4{
    border-bottom:none;
}

.btns form {
    margin-right: 5px;
}

.AccountOrderStatusList form .btn,
.AccountOrdersList form .btn{
    margin: 0;
}

#AccountNewReturnInfo {
    margin-top: 15px;
}

.SitemapCategories ul ul ul{
    display:none;
}

.shippingquote input[type="radio"]{
    -webkit-appearance: radio !important;
    width: auto !important;
    margin-bottom:0 !important;
}

.SitemapBrands{
    display:none !important;
}

/* ==========================================================================
   Fixes
   ========================================================================== */
	img + .boxItemContainer {
		margin: 15px 0 15px 0; /* Future change: target first/last row so there is no space to fix https://stackoverflow.com/questions/42176419/targeting-flex-items-on-the-last-row */
	}
	
	/* Image fixes */
	 img + img {
		 margin-top:15px;
	 }

/* ==========================================================================
   Browser Specific Fixes
   ========================================================================== */
/* IE10+ Selector */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    * {
        box-sizing:content-box;
    }
    .CartPage *{
        box-sizing:border-box;
    }
    img { 
        -ms-interpolation-mode: bicubic; 
    }
    svg:not(:root) { 
        overflow: hidden; 
    }
    #PrimaryNavigation {
        -webkit-flex-flow: column wrap;
            -ms-flex-flow: column wrap;
                flex-flow: column wrap;
        
    }
    #PrimaryNavigationNav {
        background-color:#f2f1eb;
        width:100% !important;
        -ms-flex-pack:center;
            -webkit-box-pack:center;
            -webkit-justify-content:center;
                justify-content:center;
        height:40px;
    }
    #AALPLogo {
        /*margin-right:0;
        margin-left:0;*/
        margin:5px auto;
    }

    .PrimaryNavigationItem {
        padding:0 20px !important;
    }
    
    .boxItem > h1,
    .boxItem > h2,
    .boxItem > h3,
    .boxItem > h4 {
        max-width:100%; /* Bug fix for IE 10 & 11: https://github.com/philipwalton/flexbugs#2-column-flex-items-set-to-align-itemscenter-overflow-their-container */
    }
    
    /**::-ms-backdrop, .foo { color: red }  IE11*/
}

@media (max-width: 1156px) and (-ms-high-contrast: none), (-ms-high-contrast: active){
    * {
        box-sizing:border-box;
    }
    .stripe {
        display:block;
    }
    #home .container {
        margin:0 auto;
    }
}

    /* MS Edge Selector */
@supports (-ms-accelerator:true) {
     #ToolsNavigation > .ToolsNavigationItem#ToolsNavigationItemSearch:hover > .dropdown {
        margin-left:-220px;
    }
    #ToolsNavigation > .ToolsNavigationItem#ToolsNavigationItemHelp:hover > .dropdown {
        margin-left:-210px;
    }
}

/* ==========================================================================
   Other CSS
   ========================================================================== */

/*Font-Awesome*/
/* FONT PATH
-------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../Styles/font/fontawesome-webfont.eot?v=4.5.0');
    src: url('../Styles/font/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../Styles/font/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../Styles/font/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../Styles/font/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*FontAwesome icon
 -------------------------- */
/*Mobile Menu Bar*/
.fa-bars:before {
    content: "\f0c9";
}


/* Formplate */
.input-group,.input-group-two,.input-group-three{width:100%}.input-group:before,.input-group-two:before,.input-group-three:before,.input-group:after,.input-group-two:after,.input-group-three:after{content:" ";display:table}.input-group:after,.input-group-two:after,.input-group-three:after{clear:both}.input-group input,.input-group-two input,.input-group-three input{margin-left:-1px;border-radius:0px;-o-border-radius:0px;-ms-border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;background-clip:padding-box}.input-group input:first-child,.input-group-two input:first-child,.input-group-three input:first-child{margin-left:0px;border-radius:2px 0px 0px 2px;-o-border-radius:2px 0px 0px 2px;-ms-border-radius:2px 0px 0px 2px;-moz-border-radius:2px 0px 0px 2px;-webkit-border-radius:2px 0px 0px 2px;background-clip:padding-box}.input-group input:last-child,.input-group-two input:last-child,.input-group-three input:last-child{border-radius:0px 2px 2px 0px;-o-border-radius:0px 2px 2px 0px;-ms-border-radius:0px 2px 2px 0px;-moz-border-radius:0px 2px 2px 0px;-webkit-border-radius:0px 2px 2px 0px;background-clip:padding-box}.input-group .input-icon input,.input-group-two .input-icon input,.input-group-three .input-icon input{width:100%}.input-group .input-icon:first-child input,.input-group-two .input-icon:first-child input,.input-group-three .input-icon:first-child input{margin-left:0px;border-radius:2px 0px 0px 2px;-o-border-radius:2px 0px 0px 2px;-ms-border-radius:2px 0px 0px 2px;-moz-border-radius:2px 0px 0px 2px;-webkit-border-radius:2px 0px 0px 2px;background-clip:padding-box}.input-group .input-icon:last-child input,.input-group-two .input-icon:last-child input,.input-group-three .input-icon:last-child input{border-radius:0px 2px 2px 0px;-o-border-radius:0px 2px 2px 0px;-ms-border-radius:0px 2px 2px 0px;-moz-border-radius:0px 2px 2px 0px;-webkit-border-radius:0px 2px 2px 0px;background-clip:padding-box}.input-group-two input,.input-group-two .input-icon{float:left;position:relative;width:50%}.input-group-three input,.input-group-three .input-icon{float:left;position:relative;width:33.33333%}.input-icon{position:relative}.input-icon i{position:absolute;right:12px;margin-top:13px;font-size:16px;font-size:1rem;z-index:4}.input-icon input{padding-right:36px}@font-face{font-family:'formplate';src:url("icon-font-formplate/icomoon.eot?c4hmew");src:url("icon-font-formplate/icomoon.eot?#iefixc4hmew") format("embedded-opentype"),url("icon-font-formplate/icomoon.woff?c4hmew") format("woff"),url("icon-font-formplate/icomoon.ttf?c4hmew") format("truetype"),url("icon-font-formplate/icomoon.svg?c4hmew#icomoon") format("svg");font-weight:normal;font-style:normal}.formplate .fp-checkbox,.formplate .fp-radio{display:inline-block;position:relative;margin-right:6px;margin-bottom:5px;margin-top:0px;margin-bottom:2px;width:22px;height:22px;line-height:22px;line-height:1.375rem;font-size:10px;font-size:0.625rem;vertical-align:middle;border:1px solid #d1d1d1;border-radius:2px;-o-border-radius:2px;-ms-border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background-clip:padding-box;background-clip:border-box}.formplate .fp-checkbox:hover,.formplate .fp-radio:hover{cursor:pointer;border:1px solid #3498db}.formplate .fp-checkbox.checked,.formplate .fp-radio.checked{text-align:center;color:#fff;font-family:"formplate";border:1px solid #3498db;background-color:#3498db}.formplate .fp-checkbox.checked:before,.formplate .fp-radio.checked:before{content:"\e600"}.formplate .fp-checkbox>input,.formplate .fp-radio>input{padding:0px;margin:0px;display:inline-block;width:22px;height:22px;opacity:0;filter:alpha(opacity=0)}.formplate .fp-checkbox>input:hover,.formplate .fp-radio>input:hover{cursor:pointer}.fp-colour-grey .formplate .fp-checkbox:hover,.fp-colour-grey .formplate .fp-radio:hover{border:1px solid #ebebeb}.fp-colour-grey .formplate .fp-checkbox.checked,.fp-colour-grey .formplate .fp-radio.checked{border:1px solid #ebebeb;background-color:#ebebeb}.fp-colour-black .formplate .fp-checkbox:hover,.fp-colour-black .formplate .fp-radio:hover{border:1px solid #383838}.fp-colour-black .formplate .fp-checkbox.checked,.fp-colour-black .formplate .fp-radio.checked{border:1px solid #383838;background-color:#383838}.fp-colour-white .formplate .fp-checkbox:hover,.fp-colour-white .formplate .fp-radio:hover{border:1px solid #fff}.fp-colour-white .formplate .fp-checkbox.checked,.fp-colour-white .formplate .fp-radio.checked{border:1px solid #fff;background-color:#fff}.fp-colour-aqua .formplate .fp-checkbox:hover,.fp-colour-aqua .formplate .fp-radio:hover{border:1px solid #1abc9c}.fp-colour-aqua .formplate .fp-checkbox.checked,.fp-colour-aqua .formplate .fp-radio.checked{border:1px solid #1abc9c;background-color:#1abc9c}.fp-colour-blue .formplate .fp-checkbox:hover,.fp-colour-blue .formplate .fp-radio:hover{border:1px solid #3498db}.fp-colour-blue .formplate .fp-checkbox.checked,.fp-colour-blue .formplate .fp-radio.checked{border:1px solid #3498db;background-color:#3498db}.fp-colour-green .formplate .fp-checkbox:hover,.fp-colour-green .formplate .fp-radio:hover{border:1px solid #2ecc71}.fp-colour-green .formplate .fp-checkbox.checked,.fp-colour-green .formplate .fp-radio.checked{border:1px solid #2ecc71;background-color:#2ecc71}.fp-colour-orange .formplate .fp-checkbox:hover,.fp-colour-orange .formplate .fp-radio:hover{border:1px solid #f39c12}.fp-colour-orange .formplate .fp-checkbox.checked,.fp-colour-orange .formplate .fp-radio.checked{border:1px solid #f39c12;background-color:#f39c12}.fp-colour-pink .formplate .fp-checkbox:hover,.fp-colour-pink .formplate .fp-radio:hover{border:1px solid #eb5367}.fp-colour-pink .formplate .fp-checkbox.checked,.fp-colour-pink .formplate .fp-radio.checked{border:1px solid #eb5367;background-color:#eb5367}.fp-colour-purple .formplate .fp-checkbox:hover,.fp-colour-purple .formplate .fp-radio:hover{border:1px solid #9b59b6}.fp-colour-purple .formplate .fp-checkbox.checked,.fp-colour-purple .formplate .fp-radio.checked{border:1px solid #9b59b6;background-color:#9b59b6}.fp-colour-red .formplate .fp-checkbox:hover,.fp-colour-red .formplate .fp-radio:hover{border:1px solid #e74c3c}.fp-colour-red .formplate .fp-checkbox.checked,.fp-colour-red .formplate .fp-radio.checked{border:1px solid #e74c3c;background-color:#e74c3c}.fp-colour-yellow .formplate .fp-checkbox:hover,.fp-colour-yellow .formplate .fp-radio:hover{border:1px solid #f1c40f}.fp-colour-yellow .formplate .fp-checkbox.checked,.fp-colour-yellow .formplate .fp-radio.checked{border:1px solid #f1c40f;background-color:#f1c40f}.fp-colour-asbestos .formplate .fp-checkbox:hover,.fp-colour-asbestos .formplate .fp-radio:hover{border:1px solid #7f8c8d}.fp-colour-asbestos .formplate .fp-checkbox.checked,.fp-colour-asbestos .formplate .fp-radio.checked{border:1px solid #7f8c8d;background-color:#7f8c8d}.fp-colour-asphalt .formplate .fp-checkbox:hover,.fp-colour-asphalt .formplate .fp-radio:hover{border:1px solid #34495e}.fp-colour-asphalt .formplate .fp-checkbox.checked,.fp-colour-asphalt .formplate .fp-radio.checked{border:1px solid #34495e;background-color:#34495e}.fp-colour-bondi-blue .formplate .fp-checkbox:hover,.fp-colour-bondi-blue .formplate .fp-radio:hover{border:1px solid #008D9C}.fp-colour-bondi-blue .formplate .fp-checkbox.checked,.fp-colour-bondi-blue .formplate .fp-radio.checked{border:1px solid #008D9C;background-color:#008D9C}.fp-colour-grey-blue .formplate .fp-checkbox:hover,.fp-colour-grey-blue .formplate .fp-radio:hover{border:1px solid #aab2bd}.fp-colour-grey-blue .formplate .fp-checkbox.checked,.fp-colour-grey-blue .formplate .fp-radio.checked{border:1px solid #aab2bd;background-color:#aab2bd}.fp-colour-silver .formplate .fp-checkbox:hover,.fp-colour-silver .formplate .fp-radio:hover{border:1px solid #bdc3c7}.fp-colour-silver .formplate .fp-checkbox.checked,.fp-colour-silver .formplate .fp-radio.checked{border:1px solid #bdc3c7;background-color:#bdc3c7}.formplate .fp-radio{border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;background-clip:padding-box;background-clip:border-box}@-moz-document url-prefix(){.formplate .fp-checkbox,.formplate .fp-radio{line-height:21px;line-height:1.3125rem}}input{width:100%;padding:12px;margin:0px;margin-bottom:1.5em;font-family:"Open Sans",Helvetica,Arial,sans-serif;font-size:13px;font-size:0.8125rem;background-color:#fff;border:1px solid #d1d1d1;border-radius:2px;-o-border-radius:2px;-ms-border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background-clip:padding-box;z-index:1;outline:none;-webkit-appearance:none}input:focus{border:1px solid #3498db;z-index:2}@media only screen and (min-width: 43.813em){input{font-size:14px;font-size:0.875rem}}.fp-colour-grey input:focus{border-color:#ebebeb}.fp-colour-black input:focus{border-color:#383838}.fp-colour-white input:focus{border-color:#fff}.fp-colour-aqua input:focus{border-color:#1abc9c}.fp-colour-blue input:focus{border-color:#3498db}.fp-colour-green input:focus{border-color:#2ecc71}.fp-colour-orange input:focus{border-color:#f39c12}.fp-colour-pink input:focus{border-color:#eb5367}.fp-colour-purple input:focus{border-color:#9b59b6}.fp-colour-red input:focus{border-color:#e74c3c}.fp-colour-yellow input:focus{border-color:#f1c40f}.fp-colour-asbestos input:focus{border-color:#7f8c8d}.fp-colour-asphalt input:focus{border-color:#34495e}.fp-colour-bondi-blue input:focus{border-color:#008D9C}.fp-colour-grey-blue input:focus{border-color:#aab2bd}.fp-colour-silver input:focus{border-color:#bdc3c7}label{display:inline-block;padding:0px;margin:0px;margin-bottom:6px;color:#383838;font-family:"Open Sans",Helvetica,Arial,sans-serif;font-size:14px;font-size:0.875rem;font-weight:normal}.no-touch label:hover{cursor:pointer}.fp-select{display:inline-block;position:relative;width:auto;font-family:"formplate";border:1px solid #d1d1d1;background-color:#fff;border-radius:2px;-o-border-radius:2px;-ms-border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background-clip:padding-box;overflow:hidden;z-index:1}.fp-select:before{position:absolute;right:7px;height:36px;content:"\e601";font-size:20px;line-height:37px;line-height:2.3125rem;color:#d1d1d1;background-color:#fff;z-index:1}.fp-select:hover{border:1px solid #3498db}.fp-select:hover:before{color:#3498db}.fp-select select{position:relative;height:36px;width:110%;margin:0px;padding-left:12px;padding-right:48px;border:medium none #000;font-family:"Open Sans",Helvetica,Arial,sans-serif;letter-spacing:normal;font-size:14px;font-size:0.875rem;text-transform:none;word-spacing:normal;word-wrap:normal;outline:none;-webkit-user-select:text;-webkit-font-smoothing:antialiased;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;z-index:2}.fp-select select::-ms-expand{display:none}.fp-colour-grey .fp-select:hover{border:1px solid #ebebeb}.fp-colour-grey .fp-select:hover:before{color:#ebebeb}.fp-colour-black .fp-select:hover{border:1px solid #383838}.fp-colour-black .fp-select:hover:before{color:#383838}.fp-colour-white .fp-select:hover{border:1px solid #fff}.fp-colour-white .fp-select:hover:before{color:#fff}.fp-colour-aqua .fp-select:hover{border:1px solid #1abc9c}.fp-colour-aqua .fp-select:hover:before{color:#1abc9c}.fp-colour-blue .fp-select:hover{border:1px solid #3498db}.fp-colour-blue .fp-select:hover:before{color:#3498db}.fp-colour-green .fp-select:hover{border:1px solid #2ecc71}.fp-colour-green .fp-select:hover:before{color:#2ecc71}.fp-colour-orange .fp-select:hover{border:1px solid #f39c12}.fp-colour-orange .fp-select:hover:before{color:#f39c12}.fp-colour-pink .fp-select:hover{border:1px solid #eb5367}.fp-colour-pink .fp-select:hover:before{color:#eb5367}.fp-colour-purple .fp-select:hover{border:1px solid #9b59b6}.fp-colour-purple .fp-select:hover:before{color:#9b59b6}.fp-colour-red .fp-select:hover{border:1px solid #e74c3c}.fp-colour-red .fp-select:hover:before{color:#e74c3c}.fp-colour-yellow .fp-select:hover{border:1px solid #f1c40f}.fp-colour-yellow .fp-select:hover:before{color:#f1c40f}.fp-colour-asbestos .fp-select:hover{border:1px solid #7f8c8d}.fp-colour-asbestos .fp-select:hover:before{color:#7f8c8d}.fp-colour-asphalt .fp-select:hover{border:1px solid #34495e}.fp-colour-asphalt .fp-select:hover:before{color:#34495e}.fp-colour-bondi-blue .fp-select:hover{border:1px solid #008D9C}.fp-colour-bondi-blue .fp-select:hover:before{color:#008D9C}.fp-colour-grey-blue .fp-select:hover{border:1px solid #aab2bd}.fp-colour-grey-blue .fp-select:hover:before{color:#aab2bd}.fp-colour-silver .fp-select:hover{border:1px solid #bdc3c7}.fp-colour-silver .fp-select:hover:before{color:#bdc3c7}@-moz-document url-prefix(){.fp-select select{padding-top:10px;padding-bottom:8px}}.no-cssanimations .fp-select:after{display:none;content:""}.no-cssanimations .fp-select select{width:100%;padding-top:7px;padding-right:12px;padding-bottom:9px;padding-left:12px}textarea{width:100%;height:114px;padding:10px;margin:0px;margin-bottom:1.5em;font-family:"Open Sans",Helvetica,Arial,sans-serif;font-size:0.813em;line-height:1.5em;background-color:#fff;border:1px solid #d1d1d1;outline:none;-webkit-appearance:none;border-radius:2px;-o-border-radius:2px;-ms-border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background-clip:padding-box}textarea:focus{border-color:#3498db}@media only screen and (min-width: 43.813em){textarea{font-size:0.875em;padding:12px}}.fp-colour-grey textarea:active,.fp-colour-grey textarea:focus{border-color:#ebebeb}.fp-colour-black textarea:active,.fp-colour-black textarea:focus{border-color:#383838}.fp-colour-white textarea:active,.fp-colour-white textarea:focus{border-color:#fff}.fp-colour-aqua textarea:active,.fp-colour-aqua textarea:focus{border-color:#1abc9c}.fp-colour-blue textarea:active,.fp-colour-blue textarea:focus{border-color:#3498db}.fp-colour-green textarea:active,.fp-colour-green textarea:focus{border-color:#2ecc71}.fp-colour-orange textarea:active,.fp-colour-orange textarea:focus{border-color:#f39c12}.fp-colour-pink textarea:active,.fp-colour-pink textarea:focus{border-color:#eb5367}.fp-colour-purple textarea:active,.fp-colour-purple textarea:focus{border-color:#9b59b6}.fp-colour-red textarea:active,.fp-colour-red textarea:focus{border-color:#e74c3c}.fp-colour-yellow textarea:active,.fp-colour-yellow textarea:focus{border-color:#f1c40f}.fp-colour-asbestos textarea:active,.fp-colour-asbestos textarea:focus{border-color:#7f8c8d}.fp-colour-asphalt textarea:active,.fp-colour-asphalt textarea:focus{border-color:#34495e}.fp-colour-bondi-blue textarea:active,.fp-colour-bondi-blue textarea:focus{border-color:#008D9C}.fp-colour-grey-blue textarea:active,.fp-colour-grey-blue textarea:focus{border-color:#aab2bd}.fp-colour-silver textarea:active,.fp-colour-silver textarea:focus{border-color:#bdc3c7}.formplate .fp-toggler{position:relative;display:inline-block;width:50px;height:30px;background-color:#f5f5f5;border-radius:15px;-o-border-radius:15px;-ms-border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;background-clip:padding-box;box-shadow:inset 0px 1px 2px rgba(0,0,0,0.15);-webkit-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.15);-moz-box-shadow:inset 0px 1px 2px rgba(0,0,0,0.15);-webkit-transition:background-color 0.2s ease-out;-moz-transition:background-color 0.2s ease-out;-o-transition:background-color 0.2s ease-out;-ms-transition:background-color 0.2s ease-out;transition:background-color 0.2s ease-out}.formplate .fp-toggler>input{padding:0px;margin:0px;opacity:0;filter:alpha(opacity=0)}.formplate .fp-toggler .handle{display:block;position:absolute;top:1px;left:1px;width:28px;height:28px;background-color:#fff;border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;background-clip:padding-box;box-shadow:0px 1px 2px rgba(0,0,0,0.1);-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.1);-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;transition:all 0.2s ease-out}.formplate .fp-toggler.checked{background-color:#3498db}.formplate .fp-toggler.checked .handle{left:21px}.no-touch .formplate .fp-toggler:hover{cursor:pointer}.fp-colour-grey .formplate .fp-toggler.checked{background-color:#ebebeb}.fp-colour-black .formplate .fp-toggler.checked{background-color:#383838}.fp-colour-white .formplate .fp-toggler.checked{background-color:#fff}.fp-colour-aqua .formplate .fp-toggler.checked{background-color:#1abc9c}.fp-colour-blue .formplate .fp-toggler.checked{background-color:#3498db}.fp-colour-green .formplate .fp-toggler.checked{background-color:#2ecc71}.fp-colour-orange .formplate .fp-toggler.checked{background-color:#f39c12}.fp-colour-pink .formplate .fp-toggler.checked{background-color:#eb5367}.fp-colour-purple .formplate .fp-toggler.checked{background-color:#9b59b6}.fp-colour-red .formplate .fp-toggler.checked{background-color:#e74c3c}.fp-colour-yellow .formplate .fp-toggler.checked{background-color:#f1c40f}.fp-colour-asbestos .formplate .fp-toggler.checked{background-color:#7f8c8d}.fp-colour-asphalt .formplate .fp-toggler.checked{background-color:#34495e}.fp-colour-bondi-blue .formplate .fp-toggler.checked{background-color:#008D9C}.fp-colour-grey-blue .formplate .fp-toggler.checked{background-color:#aab2bd}.fp-colour-silver .formplate .fp-toggler.checked{background-color:#bdc3c7}

   /* Bootstrap btn*/
.btn,.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-danger,.open>.dropdown-toggle.btn-default,.open>.dropdown-toggle.btn-info,.open>.dropdown-toggle.btn-primary,.open>.dropdown-toggle.btn-success,.open>.dropdown-toggle.btn-warning{background-image:none}.btn,.btn-link{font-weight:400}.btn-block,input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}a{color:#0054a6;text-decoration:none}a:focus,a:hover{color:#004486;text-decoration:underline}a.hasbtn{text-decoration:none}a:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation;cursor:pointer;user-select:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#ed7000;border-color:#ed7000}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#d56500;border-color:#d56500}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#d56500;border-color:#d56500}.btn-primary .badge{color:#d56500;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#275f88;border-color:#275f88}.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#204e6f;border-color:#204e6f}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#88adc9;border-color:#88adc9}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#d56500;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block}.btn-block+.btn-block{margin-top:5px}

   /* Bootstrap btn-group*/
.btn-group>.btn-group,.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child),.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn .caret,.btn-group>.btn:first-child{margin-left:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn-lg .caret{border-width:5px 5px 0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-radius:4px 4px 0 0}.btn-group-vertical>.btn:last-child:not(:first-child){border-radius:0 0 4px 4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-group .btn.btn-default svg{fill:#000}.btn-group .btn.btn-primary svg{fill:#fff}

   /* Bootstrap Modal v3.3.6 */
.modal,.modal-open{overflow:hidden}.modal,.modal-backdrop{top:0;right:0;bottom:0;left:0}.modal{display:none;position:fixed;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px;float:right}.modal-title{margin:0;line-height:1.42857143;float:left}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before{content:" ";display:table}.modal-footer:after,.modal-header:after{clear:both}

   /* ToolTipster */
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}

   /* ToolTipster - Shadow*/
.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border:none;border-radius:5px;background:#fff;box-shadow:0 0 10px 6px rgba(0,0,0,.1)}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box{margin-top:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box{margin-right:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box{margin-left:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box{margin-bottom:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-content{color:#8d8d8d}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow{height:6px;margin-left:-6px;width:12px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow{height:12px;margin-left:0;margin-top:-6px;width:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border{border:6px solid transparent}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border{border-left-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border{border-right-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{border-top-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped{top:-6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped{left:-6px}

/*Grid*/
.grid{font-size:0;list-style:none;margin-bottom:0;margin-left:-20px}.grid *,.grid :after,.grid :before{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.grid>.grid{margin-left:0}.grid__item{display:inline-block;font-size:18px;padding-left:20px;vertical-align:top;width:100%;margin-bottom:20px}.one-whole{width:100%}.five-tenths,.four-eighths,.one-half,.six-twelfths,.three-sixths,.two-quarters{width:50%}.four-twelfths,.one-third,.two-sixths{width:33.333%}.eight-twelfths,.four-sixths,.two-thirds{width:66.666%}.one-quarter,.three-twelfths,.two-eighths{width:25%}.nine-twelfths,.six-eighths,.three-quarters{width:75%}.one-fifth,.two-tenths{width:20%}.four-tenths,.two-fifths{width:40%}.six-tenths,.three-fifths{width:60%}.eight-tenths,.four-fifths{width:80%}.one-sixth,.two-twelfths{width:16.666%}.five-sixths,.ten-twelfths{width:83.333%}.one-eighth{width:12.5%}.three-eighths{width:37.5%}.five-eighths{width:62.5%}.seven-eighths{width:87.5%}.one-tenth{width:10%}.three-tenths{width:30%}.seven-tenths{width:70%}.nine-tenths{width:90%}.one-twelfth{width:8.333%}.five-twelfths{width:41.666%}.seven-twelfths{width:58.333%}.eleven-twelfths{width:91.666%}@media screen and (max-width:800px){.tablet-one-whole{width:100%}.tablet-five-tenths,.tablet-four-eighths,.tablet-one-half,.tablet-six-twelfths,.tablet-three-sixths,.tablet-two-quarters{width:50%}.tablet-four-twelfths,.tablet-one-third,.tablet-two-sixths{width:33.333%}.tablet-eight-twelfths,.tablet-four-sixths,.tablet-two-thirds{width:66.666%}.tablet-one-quarter,.tablet-three-twelfths,.tablet-two-eighths{width:25%}.tablet-nine-twelfths,.tablet-six-eighths,.tablet-three-quarters{width:75%}.tablet-one-fifth,.tablet-two-tenths{width:20%}.tablet-four-tenths,.tablet-two-fifths{width:40%}.tablet-six-tenths,.tablet-three-fifths{width:60%}.tablet-eight-tenths,.tablet-four-fifths{width:80%}.tablet-one-sixth,.tablet-two-twelfths{width:16.666%}.tablet-five-sixths,.tablet-ten-twelfths{width:83.333%}.tablet-one-eighth{width:12.5%}.tablet-three-eighths{width:37.5%}.tablet-five-eighths{width:62.5%}.tablet-seven-eighths{width:87.5%}.tablet-one-tenth{width:10%}.tablet-three-tenths{width:30%}.tablet-seven-tenths{width:70%}.tablet-nine-tenths{width:90%}.tablet-one-twelfth{width:8.333%}.tablet-five-twelfths{width:41.666%}.tablet-seven-twelfths{width:58.333%}.tablet-eleven-twelfths{width:91.666%}.accessibility--palm,.visuallyhidden--palm{border:0!important;clip:rect(0000)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}}@media screen and (max-width:480px){.palm-one-whole{width:100%}.palm-five-tenths,.palm-four-eighths,.palm-one-half,.palm-six-twelfths,.palm-three-sixths,.palm-two-quarters{width:50%}.palm-four-twelfths,.palm-one-third,.palm-two-sixths{width:33.333%}.palm-eight-twelfths,.palm-four-sixths,.palm-two-thirds{width:66.666%}.palm-one-quarter,.palm-three-twelfths,.palm-two-eighths{width:25%}.palm-nine-twelfths,.palm-six-eighths,.palm-three-quarters{width:75%}.palm-one-fifth,.palm-two-tenths{width:20%}.palm-four-tenths,.palm-two-fifths{width:40%}.palm-six-tenths,.palm-three-fifths{width:60%}.palm-eight-tenths,.palm-four-fifths{width:80%}.palm-one-sixth,.palm-two-twelfths{width:16.666%}.palm-five-sixths,.palm-ten-twelfths{width:83.333%}.palm-one-eighth{width:12.5%}.palm-three-eighths{width:37.5%}.palm-five-eighths{width:62.5%}.palm-seven-eighths{width:87.5%}.palm-one-tenth{width:10%}.palm-three-tenths{width:30%}.palm-seven-tenths{width:70%}.palm-nine-tenths{width:90%}.palm-one-twelfth{width:8.333%}.palm-five-twelfths{width:41.666%}.palm-seven-twelfths{width:58.333%}.palm-eleven-twelfths{width:91.666%}.accessibility--palm,.visuallyhidden--palm{border:0!important;clip:rect(0000)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}}@media only screen and (min-width:481px) and (max-width:1023px){.lap-one-whole{width:100%}.lap-five-tenths,.lap-four-eighths,.lap-one-half,.lap-six-twelfths,.lap-three-sixths,.lap-two-quarters{width:50%}.lap-four-twelfths,.lap-one-third,.lap-two-sixths{width:33.333%}.lap-eight-twelfths,.lap-four-sixths,.lap-two-thirds{width:66.666%}.lap-one-quarter,.lap-three-twelfths,.lap-two-eighths{width:25%}.lap-nine-twelfths,.lap-six-eighths,.lap-three-quarters{width:75%}.lap-one-fifth,.lap-two-tenths{width:20%}.lap-four-tenths,.lap-two-fifths{width:40%}.lap-six-tenths,.lap-three-fifths{width:60%}.lap-eight-tenths,.lap-four-fifths{width:80%}.lap-one-sixth,.lap-two-twelfths{width:16.666%}.lap-five-sixths,.lap-ten-twelfths{width:83.333%}.lap-one-eighth{width:12.5%}.lap-three-eighths{width:37.5%}.lap-five-eighths{width:62.5%}.lap-seven-eighths{width:87.5%}.lap-one-tenth{width:10%}.lap-three-tenths{width:30%}.lap-seven-tenths{width:70%}.lap-nine-tenths{width:90%}.lap-one-twelfth{width:8.333%}.lap-five-twelfths{width:41.666%}.lap-seven-twelfths{width:58.333%}.lap-eleven-twelfths{width:91.666%}.accessibility--lap,.visuallyhidden--lap{border:0!important;clip:rect(0000)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}}@media only screen and (min-width:481px){.lap-and-up-one-whole{width:100%}.lap-and-up-five-tenths,.lap-and-up-four-eighths,.lap-and-up-one-half,.lap-and-up-six-twelfths,.lap-and-up-three-sixths,.lap-and-up-two-quarters{width:50%}.lap-and-up-four-twelfths,.lap-and-up-one-third,.lap-and-up-two-sixths{width:33.333%}.lap-and-up-eight-twelfths,.lap-and-up-four-sixths,.lap-and-up-two-thirds{width:66.666%}.lap-and-up-one-quarter,.lap-and-up-three-twelfths,.lap-and-up-two-eighths{width:25%}.lap-and-up-nine-twelfths,.lap-and-up-six-eighths,.lap-and-up-three-quarters{width:75%}.lap-and-up-one-fifth,.lap-and-up-two-tenths{width:20%}.lap-and-up-four-tenths,.lap-and-up-two-fifths{width:40%}.lap-and-up-six-tenths,.lap-and-up-three-fifths{width:60%}.lap-and-up-eight-tenths,.lap-and-up-four-fifths{width:80%}.lap-and-up-one-sixth,.lap-and-up-two-twelfths{width:16.666%}.lap-and-up-five-sixths,.lap-and-up-ten-twelfths{width:83.333%}.lap-and-up-one-eighth{width:12.5%}.lap-and-up-three-eighths{width:37.5%}.lap-and-up-five-eighths{width:62.5%}.lap-and-up-seven-eighths{width:87.5%}.lap-and-up-one-tenth{width:10%}.lap-and-up-three-tenths{width:30%}.lap-and-up-seven-tenths{width:70%}.lap-and-up-nine-tenths{width:90%}.lap-and-up-one-twelfth{width:8.333%}.lap-and-up-five-twelfths{width:41.666%}.lap-and-up-seven-twelfths{width:58.333%}.lap-and-up-eleven-twelfths{width:91.666%}.accessibility--lap-and-up,.visuallyhidden--lap-and-up{border:0!important;clip:rect(0000)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}}@media only screen and (max-width:1023px){.portable-one-whole{width:100%}.portable-five-tenths,.portable-four-eighths,.portable-one-half,.portable-six-twelfths,.portable-three-sixths,.portable-two-quarters{width:50%}.portable-four-twelfths,.portable-one-third,.portable-two-sixths{width:33.333%}.portable-eight-twelfths,.portable-four-sixths,.portable-two-thirds{width:66.666%}.portable-one-quarter,.portable-three-twelfths,.portable-two-eighths{width:25%}.portable-nine-twelfths,.portable-six-eighths,.portable-three-quarters{width:75%}.portable-one-fifth,.portable-two-tenths{width:20%}.portable-four-tenths,.portable-two-fifths{width:40%}.portable-six-tenths,.portable-three-fifths{width:60%}.portable-eight-tenths,.portable-four-fifths{width:80%}.portable-one-sixth,.portable-two-twelfths{width:16.666%}.portable-five-sixths,.portable-ten-twelfths{width:83.333%}.portable-one-eighth{width:12.5%}.portable-three-eighths{width:37.5%}.portable-five-eighths{width:62.5%}.portable-seven-eighths{width:87.5%}.portable-one-tenth{width:10%}.portable-three-tenths{width:30%}.portable-seven-tenths{width:70%}.portable-nine-tenths{width:90%}.portable-one-twelfth{width:8.333%}.portable-five-twelfths{width:41.666%}.portable-seven-twelfths{width:58.333%}.portable-eleven-twelfths{width:91.666%}.accessibility--portable,.visuallyhidden--portable{border:0!important;clip:rect(0000)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}}@media only screen and (min-width:1024px){.desk-one-whole{width:100%}.desk-five-tenths,.desk-four-eighths,.desk-one-half,.desk-six-twelfths,.desk-three-sixths,.desk-two-quarters{width:50%}.desk-four-twelfths,.desk-one-third,.desk-two-sixths{width:33.333%}.desk-eight-twelfths,.desk-four-sixths,.desk-two-thirds{width:66.666%}.desk-one-quarter,.desk-three-twelfths,.desk-two-eighths{width:25%}.desk-nine-twelfths,.desk-six-eighths,.desk-three-quarters{width:75%}.desk-one-fifth,.desk-two-tenths{width:20%}.desk-four-tenths,.desk-two-fifths{width:40%}.desk-six-tenths,.desk-three-fifths{width:60%}.desk-eight-tenths,.desk-four-fifths{width:80%}.desk-one-sixth,.desk-two-twelfths{width:16.666%}.desk-five-sixths,.desk-ten-twelfths{width:83.333%}.desk-one-eighth{width:12.5%}.desk-three-eighths{width:37.5%}.desk-five-eighths{width:62.5%}.desk-seven-eighths{width:87.5%}.desk-one-tenth{width:10%}.desk-three-tenths{width:30%}.desk-seven-tenths{width:70%}.desk-nine-tenths{width:90%}.desk-one-twelfth{width:8.333%}.desk-five-twelfths{width:41.666%}.desk-seven-twelfths{width:58.333%}.desk-eleven-twelfths{width:91.666%}.accessibility--desk,.visuallyhidden--desk{border:0!important;clip:rect(0000)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}}@media only screen and (min-width:1200px){.accessibility--desk-wide,.visuallyhidden--desk-wide{border:0!important;clip:rect(0000)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}}

/*iModal*/
#ModalOverlay{background-color:#000}#ModalContainer{left:50%;top:15%}.modalClose{z-index:100000;cursor:pointer;display:block;position:absolute;height:20px;width:20px;right:10px;top:10px;background:url(close.gif) no-repeat}#ModalLoadingOverlay{background:#000;cursor:pointer}#ModalLoadingIndicator{width:100px;height:100px;margin-left:-50px;margin-top:-50px;background:url(loading.gif) no-repeat;position:fixed;top:50%;left:50%;z-index:30001}#ModalContentContainer{-webkit-box-shadow:0 0 30px 4px #777;-moz-box-shadow:0 0 30px 4px #777;box-shadow:0 0 30px 4px #777;border-radius:10px;-moz-border-radius:10px;-webkit-background-clip:padding-box}#ModalTitle,.ModalTitle{border-top-left-radius:10px;border-top-right-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;background:#f2f4f7;color:#313131;font-size:110%;font-weight:700;padding:10px 14px;border:1px solid #606263;border-bottom-color:#b8b8b8;-webkit-background-clip:padding-box;text-align:left}#ModalContent,.ModalContent{border:1px solid #606263;border-top-width:0;background:#fff;margin:0;text-align:left;color:#444;padding:10px}#ModalContent a,.ModalContent a{color:#444}.ModalContentWithButtons #ModalContent,.ModalContentWithButtons .ModalContent{margin-bottom:0;border-bottom-width:0}#ModalButtonRow,.ModalButtonRow{border:1px solid #606263;border-top-color:#919394;background:#e7ebf0;border-bottom-left-radius:10px;border-bottom-right-radius:10px;-moz-border-radius-bottomleft:10px;-moz-border-radius-bottomright:10px;-webkit-background-clip:padding-box;text-align:right;padding:4px 8px;height:30px;line-height:30px}#ModalButtonRow input,.ModalButtonRow input{text-align:center}#ModalButtonRow input.Submit,#ModalButtonRow input.SubmitButton,.ModalButtonRow input.Submit,.ModalButtonRow input.SubmitButton{font-weight:700}

/* Sf-store.css */
.sf-menu,.sf-menu *{margin:0;padding:0;list-style:none}.sf-menu ul{position:absolute;top:-999em;width:10em}.sf-menu ul li{width:100%}.sf-menu li:hover{visibility:inherit}.sf-menu li{float:left;position:relative}.sf-menu a{display:block;position:relative}.sf-menu li.sfHover ul,.sf-menu li:hover ul{left:0;top:2.5em;z-index:99}ul.sf-menu li.sfHover li ul,ul.sf-menu li:hover li ul{top:-999em}ul.sf-menu li li.sfHover ul,ul.sf-menu li li:hover ul{left:10em;top:0}ul.sf-menu li li.sfHover li ul,ul.sf-menu li li:hover li ul{top:-999em}ul.sf-menu li li li.sfHover ul,ul.sf-menu li li li:hover ul{left:10em;top:0}.sf-menu a.sf-with-ul{padding-right:2.25em;min-width:1px}.sf-sub-indicator{position:absolute;display:block;right:.75em;top:.2em;width:10px;height:10px;text-indent:-999em;overflow:hidden;background:url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/arrows-ffffff.png) -10px -100px no-repeat}a>.sf-sub-indicator{top:.2em;background-position:0 -100px}a:active>.sf-sub-indicator,a:focus>.sf-sub-indicator,a:hover>.sf-sub-indicator,li.sfHover>a>.sf-sub-indicator,li:hover>a>.sf-sub-indicator{background-position:-10px -100px}.sf-menu ul .sf-sub-indicator{background-position:-10px 0}.sf-menu ul a>.sf-sub-indicator{background-position:0 0}.sf-menu ul a:active>.sf-sub-indicator,.sf-menu ul a:focus>.sf-sub-indicator,.sf-menu ul a:hover>.sf-sub-indicator,.sf-menu ul li.sfHover>a>.sf-sub-indicator,.sf-menu ul li:hover>a>.sf-sub-indicator{background-position:-10px 0}.Left #SideCategoryList .SideCategoryListFlyout .sf-shadow ul,.Right #SideCategoryList .SideCategoryListFlyout .sf-shadow ul{background:url(//cdn11.bigcommerce.com/r-22a8cadb262f254ef3770eb02b52b54ec4636050/themes/ClassicNext/images/shadow.png) bottom right no-repeat;padding:0 8px 9px 0;-moz-border-radius-bottomleft:17px;-moz-border-radius-topright:17px;-webkit-border-top-right-radius:17px;-webkit-border-bottom-left-radius:17px}.Left #SideCategoryList .SideCategoryListFlyout .sf-shadow ul.sf-shadow-off,.Right #SideCategoryList .SideCategoryListFlyout .sf-shadow ul.sf-shadow-off{background:0 0}.sf-vertical,.sf-vertical li{width:10em}.sf-vertical li.sfHover ul,.sf-vertical li:hover ul{left:10em;top:0}.sf-vertical .sf-sub-indicator{background-position:-10px 0}.sf-vertical a>.sf-sub-indicator{background-position:0 0}.sf-vertical a:active>.sf-sub-indicator,.sf-vertical a:focus>.sf-sub-indicator,.sf-vertical a:hover>.sf-sub-indicator,.sf-vertical li.sfHover>a>.sf-sub-indicator,.sf-vertical li:hover>a>.sf-sub-indicator{background-position:-10px 0}#SideCategoryList .sf-menu .sf-sub-indicator{top:7px}.afterSideCategoryList{clear:both}.Left #SideCategoryList .sf-menu,.Left #SideCategoryList .sf-menu li,.Left #SideCategoryList .sf-menu li ul,.Left #SideCategoryList .sf-menu ul,.Right #SideCategoryList .sf-menu,.Right #SideCategoryList .sf-menu li,.Right #SideCategoryList .sf-menu li ul,.Right #SideCategoryList .sf-menu ul{padding:0;margin:0}.Left #SideCategoryList .sf-menu li ul,.Left #SideCategoryList .sf-menu li ul li,.Right #SideCategoryList .sf-menu li ul,.Right #SideCategoryList .sf-menu li ul li{border:0}

/*New Comment Styles*/

.new-review-from-wrapper {
    display: block;
    clear: both;
}
.form-expand {
    margin-bottom: 20px;
}

.form-expand:after {
    content: "\f040";
    font-family: FontAwesome;
    margin-left: 7px;
}
.review-header {
    padding-bottom: 5px;

}
.reviews {
    clear: both;
}

.floatlabel-wrapper {
    overflow:hidden;
    width: 100%;
}

i.fa.fa-star:after {
    content: "\f005";
    font-family: FontAwesome;
    color: #ED7000;
}

.reviews h3 {
    display: block;
}

.review-author, .review-rating { 
    display: inline-block;
}

.review-rating {
    margin-left: 15px;
}

@media (max-width: 600px) {
	.PrimaryNavigationItem {
		padding:0 10px !important;
	}
	.stripe.marie .container {
		background-image:none !important;
	}
}

.paypal-buttons-container {
    display: none !important;
}


/* START: IntuitSolutions.net - Quick Order Page */

.page--quick-order .main {
    margin-top: 3rem;
}

.page--quick-order .main .Content {
    max-width: 850px;
    margin: 0 auto;
}

/* .page--quick-order .QuoteBuilder .searchOuter {
    max-height: 430px;
    overflow-y: scroll;
} */

.page--quick-order .QuoteBuilder #QBsearch {
    max-width: 850px;
    margin: 0 auto;
}

.page--quick-order .QuoteBuilder #QBsearch .searchResult img {
	margin-right: 0;
}

.page--quick-order .QuoteBuilder #QBsearch .searchResult .basePrice {
	margin-right: 0;
}


@media screen and (max-width: 480px) {
	.page--quick-order .QuoteBuilder #QBsearch {
		padding-bottom: 0 !important;
}
}


@media screen and (min-width: 650px) {
	.page--quick-order .QuoteBuilder #QBsearch .searchResult img {
	margin-right: auto;
}

	.page--quick-order .QuoteBuilder #QBsearch .searchResult .basePrice {
	margin-right: auto;
}
}

.page--quick-order .QuoteBuilder .QBClear {
    margin-bottom: 0;
}

.page--quick-order .QuoteBuilder .QBCreate {
    margin: 2rem 0 3rem 0;
}

.page--quick-order .QBQuote {
	margin-top: 25px;
}

.page--quick-order .QBCreate .QBClear {
    line-height: 29px !important;
    background-color: transparent !important;
    border: 3px solid #333333 !important;
    color: #333333 !important;
}

.page--quick-order .QBCreate .QBClear:hover {
    border: 3px solid #999999 !important;
    color: #999999 !important;
}

.page--quick-order .QBCreate #quickorder {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border: none;
    -webkit-border-radius: 0;
    /* border-radius: 0; */
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ED7000;
    color: #ffffff;
    border-radius: 4px;
    border: 1px solid transparent;
}

.page--quick-order .QBCreate #quickorder:hover {
    background-color: #d56500;
    border-color: #d56500;
    color: #fff;
    text-decoration: none;
}

.page--quick-order .QuoteBuilder .QBQuote .qProduct input.qty {
    width: 70px !important;
    font-style: normal;
}

.page--quick-order .Content {
    min-height: 500px;
}

.QuoteBuilder {
    position: relative;
}

.page--quick-order .holder {
    position: absolute;
    top: 101px;
    left: 0;
    right: 0;
    max-height: 430px;
    overflow-y: scroll;
    z-index: 10;
}

@media screen and (max-width: 480px) {
    .page--quick-order .holder {
        top: 87px;
    }
}

.QuoteBuilder .QBQuote .qProduct span.remove:hover {
    color: red;
    -moz-transition: color 150ms ease;
    -webkit-transition: color 150ms ease;
    -o-transition: color 150ms ease;
    transition: color 150ms ease;
}

/* END: IntuitSolutions.net - Quick Order Page */
