*:not(.modal):focus-visible {
  box-shadow: 0 0 0 2px #283535 !important;
}

.btn-green{
    color: #fff;
	background-color: #5cb85c;
}
.btn-gray{
    color: #fff;
	background-color: #a5a5a5;
}
.btn.bg-color-1, .label.bg-color-1 {
    color: #fff;
    background-color: #79b1ba;
}
.label-erpStatus {
    background-color: #79b1ba;
    color: #fff;
}

header #logo {
	display: block;
	margin: 1rem .75rem;
	width: 8rem;
}
.featured-slider-img-wrap a {
	display: block;
}
/*---------------------------
FONTS
---------------------------*/
body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
}

/*-------------------------------------------
  MODALS
-------------------------------------------*/
.modal-header.bg-primary {
  color: #181818;
  background-color: #fff;
padding: 12px;
border-bottom: solid 1px #dcdcdc;
}

h4.modal-title>span {
color: #181818;
}

.modal-header>button.close,
.modal-header.bg-primary .close {
  color: #181818;
}

/*---------------------------
SINGLE HOMPAGE TOP CAROUSEL
---------------------------*/
.home-top-carousel>section {
  padding: 0;
}

 
  /*---------------------------
  HAMBURGER ANIMATION
  ---------------------------*/
  
  .hamburger-wrap {
    padding-top: 5px;
  }
  
  .hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  
  .hamburger:hover {
    opacity: 0.7;
  }
  
  .hamburger.is-active:hover {
    opacity: 0.7;
  }
  
  .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #282525;
  }
  
  .hamburger-box {
    width: 40px;
    height: 25px;
    display: inline-block;
    position: relative;
  }
  
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
  }
  
  .hamburger-inner::before {
    top: -6px;
  }
  
  .hamburger-inner::after {
    bottom: -6px;
  }
  
  .hamburger-label {
    font-weight: 600;
    color: #282525;
    font-size: 15px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    text-transform: uppercase;
  }
  
  /* Slider */
  
  .hamburger--slider .hamburger-inner {
    top: 4px;
  }
  
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
  }
  
  .hamburger--slider .hamburger-inner::after {
    top: 20px;
  }
  
  .hamburger--slider.active .hamburger-inner {
    transform: translate3d(0, 7px, 0) rotate(45deg);
  }
  
  .hamburger--slider.active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
  }
  
  .hamburger--slider.active .hamburger-inner::after {
    transform: translate3d(0, -19px, 0) rotate(-90deg);
  }
  
  /* END HAMBURGER */

/*---------------------------
CONTAINERS
--------------------------- */
.full-width .container {
	max-width: 100%;
}

.full-width [class*="col-md"] {
  padding: 0;
}
.large-carousels .container {
	max-width: 1600px;
}
.container {
	max-width: 1330px;
}

body.standard-page .content>.container {
  max-width: 100%;
}

body.standard-page #wide-col>div:not(.registration-new) {
  max-width: 1330PX;
  margin: 0 auto;
  padding: 0 .9375rem;
}

body.standard-page #wide-col>.full-width,
body.standard-page #wide-col>.spc.image {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}

.spc {
  margin-bottom: 30px;
}

.alt-page-title .spc {
  margin-bottom: 0;
}



/*---------------------------
STANDARD PAGE - MAIN IMAGE
---------------------------*/

.spc.image .info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.spc.image .info .text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 10px 0 0;
  color: #fff;
  font-size: 4.5vw;
  line-height: 4.5vw;
  font-style: normal;
  opacity: 1;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.82)
}

.spc.image .info .text a {
  color: #fff;
}

.spc.image .scroll-prompt a:hover {
  opacity: .7;
}

.spc.image .scroll-prompt a {
  -webkit-transition: opacity 450ms ease-in-out 0s;
  outline: none;
  text-decoration: none;
  transition: opacity 450ms ease-in-out 0s;
}

/*---------------------------
GALLERY
---------------------------*/

.gallery-video-title {
  color: #586366;
  font-style: italic;
}

/*---------------------------
BOOTSTRAP COLUMN OVERRIDES
---------------------------*/
@media (max-width: 767px) {
  .two-across-mobile [class*="col-md"] {
    width: 50%;
    float: left;
  }
}

/*---------------------------
GLOBAL
---------------------------*/
h1.heading.main {
    margin-bottom: 25px;
}

.grid-section p {
  margin: 0;
  padding: 0;
}
p.caption {
    text-align: center;
    margin-top: .5rem;
}
.umb-grid .column {
  margin-bottom: 1rem;
}

.nav>li>a:hover,
.nav>li>a:focus {
  background-color: #ffffff;
}

h1 {
  color: #586366;
  margin-bottom: 0;
}

.grid-heading h2 {
  color: #808285 !important;
  letter-spacing: 1px;
  font-size: 30px;
  border-bottom: 1px solid #586366;
  padding-bottom: 10px;
  margin-top: 0;
}


h1.no-underline {
  border-bottom: none;
  padding-bottom: 0;
}

.row-border-bottom-red {
  border-bottom: 1px solid #586366;
}



#site {
  box-shadow: none;
}

body {
  background-color: #fff;
}

#site>header {
  border-bottom: solid 1px #282525;

}




/*
Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
CSS from:       http://codepen.io/transportedman/pen/NPWRGq
and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: linear;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d),
(-webkit-transform-3d) {

  .carousel-fade .carousel-inner>.item.next,
  .carousel-fade .carousel-inner>.item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.prev,
  .carousel-fade .carousel-inner>.item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.next.left,
  .carousel-fade .carousel-inner>.item.prev.right,
  .carousel-fade .carousel-inner>.item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#top-link-block,
#top-link-block a {
  background-color: #dfdfdf;
  color: #282525;
}

@media (min-width: 992px) {

  #top-link-block,
  #top-link-block a {
    border-radius: 10px;
  }

  #top-link-block.affix.show {
    bottom: 4px;
    right: 4px;
  }
}

a.carousel-control>span {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}

a.left.carousel-control>span {
  justify-content: flex-start;
}

a.right.carousel-control>span {
  justify-content: flex-end;
}

a.carousel-control>span>span:first-of-type {
  max-width: 40%;
  padding: 0 8%;
}

.large-carousels a.carousel-control>span>span:first-of-type {
  max-width: 28%;
}

.small-carousels [class*="col-"] {
  padding: 0 20px;
}

.small-carousels {
  padding-top: 25px;
  padding-bottom: 8px;
}

.small-carousels [class *="col-"]>div {
  border: solid 1px #c5c7c9;
  padding: 10px 3px;
}

.small-carousels .carousel-indicators {
  display: none;
}

.small-carousels .item {
  padding: 10px 10%;
}

.home-single-block-center [class*="col-"] {
  padding: 0 20px;
}

.home-single-block-center {
  padding-bottom: 20px;
}

.serif-font {
  font-family: "Times New Roman", Georgia, serif;
}


.max-w-900 {
  max-width: 900px;
  margin: 0 auto;
}

#left-col h1:first-child,
#right-col h1:first-child,
#wide-col h1:first-child,
#mid-col h1:first-child {
  text-transform: uppercase;
}

canvas {
  vertical-align: middle;
}

.content {
  padding: 14px 0;
}


/*---------------------------
PANELS
---------------------------*/

shopping-container .panel-default>.panel-heading,
shopping-container .panel-default {
  border: none;
}

shopping-container .panel-heading {
  padding: 3px 5px 8px 0;
}


shopping-container .panel-title .pull-left i {
  display: none;
}

shopping-container .panel-title .pull-right i {
  color: #282525;
}

/*---------------------------
CONTACT FORM
---------------------------*/
.contact-us-top .usn-sc-container.m-b-sm {
  max-width: 700px;
  margin: 0 auto;
}

.contact.form label {
  color: #7f7f7f;
  text-transform: uppercase;
}

.contact.form .inner {
  border-top: 1px solid #586366;
}

.contact.form input,
.contact.form textarea {
  border-color: #7f7f7f;
}

/*---------------------------
TRADESHOWS PAGE
---------------------------*/

.trade-text-block p {
  margin-bottom: 3px;
}

.trade-text-block .t-title {
  color: #586366;
}

/*---------------------------
TABS
---------------------------*/

:not[auto-query-header] .nav-tabs {
  border-bottom: 1px solid #586366;
}

:not[auto-query-header] .nav-tabs>li.active>a,
:not[auto-query-header] .nav-tabs>li.active>a:hover,
:not[auto-query-header] .nav-tabs>li.active>a:focus {
  color: #586366;
  background-color: #ffffff;
  border: 1px solid #586366;
  border-bottom-color: transparent;
  cursor: default;
}

:not[auto-query-header] .tab-content {
  border: 1px solid #586366;
  border-top: transparent;
  padding: 8px;
}

:not[auto-query-header] .tab-pane>* {
  margin: 0;
}

/*---------------------------
BUTTONS MAIN
---------------------------*/

.btn.transition-btn {
  border: 1px solid #586366;
  text-transform: uppercase;
  text-align: center;
  display: block;
  background: #586366;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
}

.btn.transition-btn:hover {
  color: #586366;
  background: #FFFFFF;
}

.btn-bars,
.btn-bars:hover {
  width: 100%;
  font-size: 12px;
  max-width: 250px;
  display: block;
  margin: 0 auto;
  color: #586366;
  border: 1px solid #586366;
}

.btn-bars:hover,
.btn-bars:active,
.btn-bars:focus,
.btn-bars:hover:active {
  color: #fff;
  background-color: #586366;
  border: 1px solid #586366;
}

.landing-page .btn-bars {
  margin-top: 1rem;
}



.grid-section .btn-link {
  width: 100%;
  font-size: 13px;
  max-width: 250px;
  display: block;
  margin: 0 auto;
  color: #4d4d4f;
  text-decoration: none;
  font-family: 'Open Sans', Arial, sans-serif;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus,
.btn-link:hover:active {
  color: #b1b3b6;
  text-decoration: none;
  cursor: pointer !important;
}

.landing-page .btn-link {
  margin-top: 1rem;
  text-transform: uppercase;
}

.btn.btn-primary.btn-red {
  background-color: #586366;
  border-color: #586366;
}

/*---------------------------
SHOPPING BUTTONS AND INPUT GROUPS
---------------------------*/
button.btn,
button,
.btn {
  border-radius: 0;
}


shopping-container[type="grid"] .open>.dropdown-toggle.btn-primary:hover,
shopping-container[type="grid"] .open>.dropdown-toggle.btn-primary:focus,
shopping-container[type="grid"] .open>.dropdown-toggle.btn-primary.focus,
shopping-multi-view .btn-primary,
shopping-multi-view .btn-primary:hover,
shopping-multi-view .btn-primary:active,
shopping-multi-view .btn-primary:focus,
shopping-multi-view .btn-primary:active:hover,
shopping-multi-view .btn-primary.active:hover,
shopping-multi-view .open>.dropdown-toggle.btn-primary:hover,
shopping-multi-view .btn-primary:active:focus,
shopping-multi-view .btn-primary.active:focus,
shopping-multi-view .open>.dropdown-toggle.btn-primary:focus,
shopping-multi-view .btn-primary:active.focus,
shopping-multi-view .btn-primary.active.focus,
shopping-multi-view .open>.dropdown-toggle.btn-primary.focus,
shopping-multi-view auto-query-header .btn-default,
shopping-multi-view auto-query-header .btn-default:hover,
shopping-multi-view auto-query-header .btn-default:active,
shopping-multi-view auto-query-header .btn-default:focus,
shopping-multi-view auto-query-header .btn-default.active,
shopping-multi-view auto-query-header .btn-default.active:hover,
shopping-multi-view auto-query-header .btn-default.active:active,
shopping-multi-view auto-query-header .btn-default.active:focus,
tag-browser .btn-primary,
tag-browser .btn-primary:hover,
tag-browser .btn-primary:active,
tag-browser .btn-primary:focus,
tag-browser .btn-primary:active:hover,
tag-browser .btn-primary.active:hover,
tag-browser .open>.dropdown-toggle.btn-primary:hover,
tag-browser .btn-primary:active:focus,
tag-browser .btn-primary.active:focus,
tag-browser .open>.dropdown-toggle.btn-primary:focus,
tag-browser .btn-primary:active.focus,
tag-browser .btn-primary.active.focus,
tag-browser .open>.dropdown-toggle.btn-primary.focus {
  color: #282525;
  background-color: #fff;
  border-color: transparent;
}

.inline-block.pre-label,
.inline-block.post-label {
  font-style: italic;
}

.inline-block.post-label {
  margin-right: 22px;
}

page-sizes .btn.dropdown-toggle {
  padding-left: 4px;
  padding-right: 4px;
}


shopping-multi-view .btn-primary i.fa,
shopping-multi-view .btn-primary b.fa,
tag-browser .btn-primary i.fa,
tag-browser .btn-primary b.fa {
  color: inherit;
}


shopping-multi-view shopping-item-actions .btn-primary:hover,
shopping-multi-view shopping-item-actions .btn-primary:active,
shopping-multi-view shopping-item-actions .btn-primary:focus,
tag-browser shopping-item-actions .btn-primary:hover,
tag-browser shopping-item-actions .btn-primary:active,
tag-browser shopping-item-actions .btn-primary:focus {
  background-color: #282525;
  color: #fff;
}


shopping-one-up shopping-change-quantity .input-group-lg>.form-control,
shopping-one-up shopping-change-quantity .input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 12px;
  font-size: 12px;
}

shopping-add-to-cart>.btn {
  border: solid 1px #282525;
}

shopping-one-up .btn-lg {
  font-size: 14px;
}

shopping-container .form-control {
  min-height: 30px;
  height: 30px;
}

shopping-change-quantity .form-control {
  padding: 6px;
}

span.badge-sup.cart-count {
  background-color: #488048;
}

shopping-container .btn-success {
  background-color: #488048;
  border-color: #488048;
}

shopping-container .btn-success:hover,
shopping-container .btn-success:focus,
shopping-container .btn-success:active {
  background-color: #376137;
  border-color: #376137;
}

shopping-one-up p.product-description {
  font-weight: 600;
  font-size: 120%;
}

shopping-one-up shopping-add-to-cart .btn,
shopping-one-up shopping-add-to-list .btn {
  width: 130px;
  height: 30px;
  font-size: 11px;
}
.one-up-header > div, 
.one-up-header > ul {
    margin-bottom: 1rem;
}
shopping-multi-view>div {
  border-top: solid 1px #586366;
}

shopping-container .listing .item .text {
  margin: 5px 0 8px;
}

shopping-container .listing .item .text>div {
  margin: 2px 0;
}

shopping-container shopping-multi-view>div.row>div {
  padding-top: 10px;
}

shopping-multi-view auto-query-header>div {
  border-bottom: solid 1px #586366;
  margin-bottom: 15px;
	display: flex;
	align-items: center;
}
shopping-multi-view auto-query-header>div .pull-md-right {
	margin-left: auto;
}

@media (min-width: 768px) {
  shopping-container shopping-multi-view>div.row>div:last-child {
    border-left: solid 1px #586366;
  }

  shopping-container shopping-multi-view>div.row>div.col-xs-12:last-child {
    border-left: none;
  }

  .products {
    border-left: solid 1px #586366;
    padding: 0 10px;
  }
}

.input-group-addon {
  background-color: #fff;
  border-radius: 0;
}

.form-control {
  box-shadow: none;
}

shopping-container shopping-multi-view auto-query-filter-selector auto-query-text-filter .input-group {
  width: 100%;
}

shopping-container shopping-multi-view auto-query-filter-selector auto-query-text-filter .input-group .input-group-addon {
  display: none;
}

shopping-container shopping-multi-view auto-query-header .fa-file-text {
  display: none;
}

shopping-container .input-group input[type="text"] {
  border: 0;
  border-bottom: solid 1px #282525;
  box-shadow: none;
  text-align: right;
}

shopping-container .input-group input[type="text"]::placeholder {
  color: #282525;
}

auto-query-header .btn-primary .fa.fa-star {
  color: #586366;
}

/*---------------------------
PAGINATION
---------------------------*/

.pagination>li>a,
.pagination>li>span {
  color: #282525;
  border: none;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 2;
  color: #7b7b7b;
  background-color: transparent;
  border: none;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  z-index: 3;
  color: #7b7b7b;
  background-color: transparent;
  border: none;
}

/*---------------------------
HEADER
---------------------------*/
#site>header {
  max-width: 100% !important;
  left: 0 !important;
	position: relative;
	z-index: 10;
}

.site-search .form-control {
  width: 100%;
  height: auto;
  min-height: 100%;
  font: inherit;
  border: none;
  background-color: transparent;
  color: inherit;
  text-align: left;
  box-shadow: none;
	max-width: 15rem;
}
.site-search {
    position: absolute;
	top: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
}
product-search > div:has(input):before {
    content: "\f002";
    font-family: "FontAwesome";
	margin-right: .333rem;
}
product-search > div {
    display: flex;
    align-items: center;
    border-bottom: 1px solid;
    margin-right: .5rem
}
.site-search .multi-search-results-wrap {
	width: 100%;
	padding: 0 !important;
	margin: 0;
	position: absolute;
	top: 100%;
	box-shadow: 1px 1px 3px rgba(0,0,0,.25);
}
.site-search .multi-search-results-wrap .panel-heading {
    display: none;
}
.site-search .multi-search-results-wrap .panel-body {
	padding: 0;
}
.site-search .multi-search-results-wrap .list-group-item {
	cursor: pointer;
}
.site-search .multi-search-actions .btn-link {
    text-align: center;
    width: 100%;
    padding: .75rem;
    text-decoration: underline;
}
#search-collapse-modal {
    position: fixed;
    top: 2em;
    left: 50%;
    transform: translate(-50%,-250%);
    background: #fff;
    transition-duration: .5s;
    z-index: 9999;
    padding: 3rem 10rem 6rem;
    width: 75%;
    display: block;
    box-shadow: 2px 2px 3px rgba(0,0,0,.25);
}
#search-collapse-modal.in {
    transform: translate(-50%, 0);
}
#search-collapse-modal input {
    width: 100%;
    max-width: initial;
}
#search-collapse-modal h2 {
	margin: 0 0 1em;
}
#search-collapse-modal.in ~ .modal-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    width: 100%;
    background: rgba(0,0,0,.5);
    height: 100%;
}
#search-collapse-modal .multi-search-actions .btn-link {
	padding: 1rem;
}


.navbar.navbar-default.yamm .btn {
  font-family: 'Open Sans', Arial, sans-serif;
}



.sign-in-link-home a span.login-divider {
  padding: 0 10px;
}

/*---------------------------
BREADCRUMBS
---------------------------*/

.breadcrumb-trail {
  height: 32px;
}

.breadcrumb-trail ol li::after {
  content: "|";
}



.breadcrumb-trail ol li,
.breadcrumb-trail ol li a {
  height: 26px;
  font-size: 12px;
}

.breadcrumb-trail ol li a {
  padding: 8px 15px 0 10px;
}

/*---------------------------
BANNERS
---------------------------*/

@media (min-width: 992px) {

  .apc.banner .item.medium,
  .apc.banner .item.medium .container,
  .apc.banner .item.medium .row {
    height: 100%;
    min-height: 100%;
  }
}

.apc.banner .info p.link {
  margin: 16px 0 0;
  font-size: 22px
}

.apc.banner .info p.link:hover {
  opacity: 0.7;
}

.apc.banner .info .heading {
  font-size: 26px;
}

@media (min-width: 768px) {
  .apc.banner .info .heading {
    font-size: 28px;
  }

  .apc.banner .info p.link {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .apc.banner .info .heading {
    font-size: 35px;
  }

  .apc.banner .info p.link {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .apc.banner .info .heading {
    font-size: 40px;
  }

  .apc.banner .info p.link {
    font-size: 24px;
  }
}


cart-dropdown-menu .btn.btn-primary {
  border: solid 1px #fff;
}

.img-center {
  margin-right: auto;
  margin-left: auto;
}

.form-control {
  font-size: 14px;
}

.ui-select-bootstrap .btn.ui-select-toggle {
  padding-top: 8px !important;
}

#fixedRightInfo {
  position: fixed;
  right: 0;
  top: 230px;
  z-index: 1000;
}

#fixedRightInfo a:hover {
  opacity: 0.8;
}

#first-promo-box {
  width: 40px;
  height: 100px;
  background-color: #7e7e7e;
  position: relative;
}

#second-promo-box {
  width: 40px;
  height: 40px;
  background-color: #2e6876;
}

#third-promo-box {
  width: 40px;
  height: 40px;
  background-color: #282525;
}

.promo-icon i {
  margin: 0;
  padding: 10px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}

button.clearfix.auto-query-nav-panel-btn.btn.btn.btn-link.btn-block.m-a-0 {
  color: #666666;
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
  padding: 8px 0 8px 14px !important;
  font-family: 'Open Sans', Arial, sans-serif;
}

button.clearfix.auto-query-nav-panel-btn.btn.btn.btn-link.btn-block.m-a-0:hover {
  color: #586366;
}

.filters-bottom-section #refinements-panel li {
  font-size: 17px;
  font-weight: 300;
  color: #666666;
  padding: 6px 0 6px 10px;
}

.vert-text {
  position: absolute;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
  display: block;
  bottom: 30px;
  left: -30px;
  width: 100px;
  height: 40px;
  padding: 10px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}

#pageTopPromo p {
  font-size: 16px;
  line-height: 16px;
  margin: 8px 0 3px;
}

@media (min-width: 768px) {
  #signUp2 {
    display: table;
    width: 100%;
  }

  #signUp2 .col-sm-4 {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}

#signUp2>.col-sm-4>h5 {
  font-size: 250%;
}

#signUp2>.col-sm-4>h5 a,
#signUp2 .form-group h5 {
  color: #fff;
}

#signUp2 .form-group {
  margin-bottom: 0;
}

#signUp2 .form-group h5 {
  margin-bottom: 4px;
  margin-top: 0;
}

/*---------------------------
HOMEPAGE
---------------------------*/

.home-text-area section {
  padding: 3.4em 5vw;
}

.home-text-area section h1,
.home-text-area section h2,
.home-text-area section h3,
.home-text-area section h4,
.home-text-area section h5 {
  margin: 0;
  line-height: 1.4;
}

.home-two-blocks section {
  padding-top: 0;
  padding-bottom: 0;
}

.home-featured-products section {
  padding-top: 0;
  padding-bottom: 35px;
  margin: 3.3em 0 1em 0;
}

.home-featured-products shopping-grid .row,
.home-featured-products shopping-container .row {
  overflow-x: auto;
  white-space: nowrap;
}

.home-featured-products shopping-grid .grid-item,
.home-featured-products shopping-grid .grid-item {
  display: inline-block;
  float: none;
}

/*
.h-tag-with-lines {
  overflow: hidden;
  text-align: center;
}
.h-tag-with-lines .home-title:before, .h-tag-with-lines .home-title:after {
  background: #282525;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  width: 40%;
}
.h-tag-with-lines .home-title:before {
right:100%;
}
.h-tag-with-lines .home-title:after {
left:100%;
}
*/
.home-title {
  font-size: 200%;
  text-align: center;
  padding: 0 15px;
  margin: 0;
}

#pos_1424,
#pos_1444,
#pos_1445 {
  padding: 0;
}

#pos_1424 .carousel-indicators,
#pos_1444 .carousel-indicators,
#pos_1445 .carousel-indicators {
  display: none;
}

#pos_1424 .grid-section .container,
#pos_1438 .grid-section .container,
#pos_1444 .grid-section .container,
#pos_1445 .grid-section .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

#pos_1425 {
  padding: 4em 80px 1.5em 80px;
}

#pos_1430 {
  padding: 0;
}

#pos_1430 form {
  background-color: #282525;
}

#pos_1430 .spc,
#pos_1431 .spc {
  margin-bottom: 0;
}

#pos_1431 {
  padding-top: 5px;
  padding-bottom: 0;
}

#pos_1438 {
  padding-top: 1.3em;
  padding-bottom: 4em;
}

@media screen and (max-width:768px) {
  .hidden-xs {
    display: none;
  }
}

.navbar-default {
  background-color: transparent;
}

/*---------------------------
SHOPPING CUSTOM
---------------------------*/
.refinements-panel-outer .panel-heading {
  background-color: #5e5e5e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem;
}
.refinements-panel-outer .panel-heading h2 {
	width: 100%;
}
.refinements-panel-outer .panel-heading h5 {
  padding-left: 6px;
}

.refinements-panel-outer .panel-heading * {
  color: #fff !important;
}

.login-reg-inner {
  border-top: 1px solid #5e5e5e;
  border-bottom: 1px solid #5e5e5e;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0 6px;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #231f20;
  font-style: italic;
  max-width: 573px;
}

.login-reg-inner p {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  margin: 0 0 13px;
}

.login-reg-inner a {
  color: #5e5e5e;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1px;
  text-decoration: underline;
}

.row.one-up-product-sliders,
.login-reg-inner {
  margin-top: 50px;
}

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

  .row.one-up-product-sliders,
  .login-reg-inner {
    margin-top: 67px;
  }
}

.instock-icon-wrap {
  width: 40px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  color: #7f7f7f;
}

@media only screen and (min-width: 769px) and (max-width: 1161px) {
  .grid-actions-wrap.actions-w-icon {
    width: 100%;
  }

  .instock-icon-wrap {
    width: 100%;
    margin-top: 3px;
  }
}

.zoom.label {
  display: none;
}

.filters-bottom-section>nav>auto-query-nav>div {
  font-size: 17px;
  line-height: 21px;
  padding: 8px 0;
}

.filters-bottom-section>nav>auto-query-nav a.font-weight-bold {
  font-weight: normal;
}

.filters-bottom-section>nav>auto-query-nav auto-query-nav>div {
  font-size: 14px;
  padding-left: 26px;
}

@media (min-width: 768px) {
  shopping-one-up .thumb-images-box {
    max-width: initial;
  }
}

shopping-one-up .btn-add-to-list,
shopping-one-up .btn-add-to-cart-shop,
shopping-one-up .btn-update,
shopping-one-up .btn-checkout,
shopping-one-up .btn-configure {
  min-width: 140px;
  font-size: 12px;
}

shopping-one-up .social-share {
  padding-top: 0;
}

.social-share span {
  font-style: italic;
  font-size: 14px;
  letter-spacing: 1px;
  color: #231f20;
}

.social-share a i.fa {
  margin: 0 8px;
  color: #cacaca;
}

shopping-one-up product-availability panel>div {
  margin-bottom: 2rem;
}

shopping-one-up panel[panel-type="none"] datum>div,
shopping-one-up panel[panel-type="none"] datum:last-of-type>div {
  border: none;
  padding: 0 0 0 10px;
}

shopping-one-up panel[panel-type="none"] datum>div strong {
  font-weight: 400;
}

shopping-one-up product-availability auto-query-footer {
  display: none;
}

@media (max-width: 767px) {
  shopping-one-up product-images .thumb-images-box {
    text-align: center;
  }
}

shopping-one-up .one-up-social-share-row>div.col-lg-6:first-of-type {
  max-width: 500px;
}

shopping-multi-view .panel-body {
  padding: 10px;
}

shopping-container .grid-item shopping-add-to-list .dropdown-menu {
  top: auto;
  bottom: 40px;
  right: 0;
  left: 0;
}

@media (max-width: 544px) {
  shopping-container .grid-item shopping-add-to-list .dropdown-menu a {
    white-space: normal;
    font-size: 13px;
  }
}

shopping-container .grid-image-container {
  height: 235px;
  line-height: 235px;
}

.badges [class^=demdaco-icon-] {
  vertical-align: middle;
}

.badges .label {
  padding: .3em .6em .2em;
  font-size: 65%;
  line-height: 1;
}

.shopping-nav-panel-btn {
  padding: 1px 6px;
}

.one-up-top-section {
  border-bottom: 1px solid #586366;
  margin-bottom: 15px;
}

.monitor-color-notice {
  color: #a89da1;
  font-size: 16px;
  font-style: italic;
}

.one-up-main-heading h2 {
  font-size: 18px;
  margin: 0;
  font-style: italic;
  letter-spacing: 1px;
}

@media (min-width: 801px) {
  .one-up-main-heading h2 {
    font-size: 24px;
  }
}

.one-up-main-subheading h5 {
  font-size: 17px;
  font-weight: 300;
}

shopping-one-up p.product-description {
  margin-top: 0;
}

shopping-one-up small.ng-binding {
  font-size: 14px;
}

shopping-one-up .image-swatch {
  border-radius: 0;
  border: none;
}

shopping-one-up p.product-price {
  font-size: 130%;
  font-weight: 300;
  color: #282525 !important;
}

shopping-one-up product-availability thead {
  background-color: #fff;
}

.images-and-info.logged-in {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

@media (max-width: 543px) {
  .one-up-not-logged-in {
    margin: 40px auto 30px;
  }
}


shopping-one-up th {
  font-size: 10px;
}

shopping-one-up shopping-one-up-details .btn-link {
  font-size: 14px !important;
  font-weight: 300 !important;
  font-family: inherit;
}

shopping-one-up shopping-one-up-details .detail-item * {
  color: #282525 !important;
  font-weight: normal !important;
}

shopping-one-up product-availability message-icon .m-a-3 {
  margin: 10px !important;
}

shopping-one-up product-availability message-icon .fa-5x {
  font-size: 2em;
}

shopping-one-up product-configurator h3,
shopping-one-up product-configurator .btn-link {
  font-family: 'Open Sans', Arial, sans-serif !important;
  font-weight: 400;
}

product-configurator .btn-link .fa.fa-asterisk {
  font-size: 10px;
  vertical-align: middle;
  margin-bottom: 2px;
}

.bestseller-icon img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 130px;
}

shopping-one-up p.one-up-details-title {
  font-weight: 300;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 18px;
}

shopping-one-up p.one-up-long-desc,
shopping-one-up div.detail-item {
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
}

shopping-multi-view header-right-pre>a:nth-child(1) {
  display: none;
}

shopping-multi-view auto-query-header button:has(.fa-th-large), shopping-multi-view auto-query-header button:has(.fa-th), shopping-multi-view auto-query-header button:has(.fa-th-list) {
    display: none;
}


product-slider a .grid-item-text {
  font-size: 14px;
}


auto-query-filter-selector>div {
  padding: 5px 0;
}

.auto-query-nav-panel-btn.btn i {
  display: none;
}



.zoom {
  position: absolute !important;
  right: 15px !important;
  z-index: 300 !important;
}

shopping-grid .new {
  position: absolute;
  left: 15px;
  z-index: 300;
  padding: .4em .6em .3em;
}

.zoom,
.zoom.label-info[href]:hover,
.zoom.label-info[href]:focus {
  background-color: transparent;
  color: #4D4D4F;
  opacity: .7;
}

.zoom.label-info[href]:hover,
.zoom.label-info[href]:focus {
  opacity: 1;
}

.zoom i {
  font-size: 17px;
  margin: 0;

}

shopping-container .grid-item-text.sm {
  height: initial !important;
  font-size: .875rem;
  line-height: 1.75;
  border-top: 1px solid #586366;
  border-bottom: 1px solid #586366;
  font-style: italic;
  padding: .5em 0;
}

shopping-container product-slider .grid-item-text.sm {
  margin: 0 5px 5px;
}

shopping-container .info .text {
  text-align: center;
}

shopping-container .info .text .clearfix>.inline-block {
  font-size: 15px;
}

shopping-one-up-heading .panel-title a {
  color: #282525;
}

i.fa.fa-heart.text-danger {
  color: #282525;
}

.shopping-nav-panel-btn {
  color: #282525;
}

cart-list h4 {
  font-size: 17px;
}

cart-list img.img-contain {
  max-height: 200px;
}

cart-summary h5 {
  font-size: 16px;
}

cart-summary h4 {
  font-size: 17px;
  margin-bottom: 0;
}

checkout>.ig-content>h1 {
  display: none;
}

.btn-primary.btn-add-to-cart-shop,
.btn-primary.btn-add-to-list,
.btn-primary.btn-update,
.btn-primary.btn-base-item {
  width: 100%;
  background-color: transparent;
  color: #586366;
  font-size: 12px;
  display: block;
  border: 1px solid #586366;
}

shopping-one-up .btn-primary.btn-add-to-cart-shop,
shopping-one-up .btn-primary.btn-add-to-list,
shopping-one-up .btn-primary.btn-update,
shopping-one-up .btn-primary.btn-base-item,
shopping-one-up shopping-change-quantity {
  display: inline-block;
  max-width: 140px;
}

shopping-multi-view .btn.btn-add-to-list,
shopping-grid .btn.btn-add-to-list {
  margin-top: 8px;
}

.btn-primary.btn-add-to-list:hover,
.btn-primary.btn-add-to-list:active,
.btn-primary.btn-add-to-list:focus,
.btn-primary.btn-add-to-list:hover:active,
.btn-primary.btn-base-item:hover,
.btn-primary.btn-base-item:active,
.btn-primary.btn-base-item:focus,
.btn-primary.btn-base-item:hover:active,
.btn-primary.btn-add-to-cart-shop:hover,
.btn-primary.btn-add-to-cart-shop:active,
.btn-primary.btn-add-to-cart-shop:focus,
.btn-primary.btn-add-to-cart-shop:hover:active,
.btn-primary.btn-update:hover,
.btn-primary.btn-update:active,
.btn-primary.btn-update:focus,
.btn-primary.btn-update:hover:active {
  color: #fff;
  background-color: #586366;
  border: 1px solid #586366;
}

shopping-change-quantity .btn.btn-primary {
  border: none;
  background-color: transparent !important;
  color: #282525;
  font-size: 20px;
  padding: 3px 12px;
}

shopping-change-quantity .btn.btn-primary.qty-up {
  padding: 3px 10px 3px 4px;
}

shopping-change-quantity .btn.btn-primary.qty-down {
  padding: 3px 4px 3px 10px;
}

shopping-change-quantity .btn.btn-primary:hover,
shopping-change-quantity .btn.btn-primary:active,
shopping-change-quantity .btn.btn-primary:focus {
  color: #586366;
}

shopping-change-quantity input.form-control {
  background-color: #ffffff;
  border-color: #b9b9b9;
}

shopping-multi-view shopping-change-quantity .change-quantity-2 {
  margin-bottom: 0;
}

shopping-change-quantity input.form-control[disabled] {
  background-color: #ffffff;
  opacity: 0.6;
}

.btn.remove-cartitem {
  color: #586366;
  background-color: transparent;
  border: none;
  padding: 4px 1px;
  font-size: 16px;
}

.one-up-social-share-row {
  border-bottom: 1px solid #586366;
  padding-bottom: 6px;
  margin: 0 .3rem;
}

.one-up-product-sliders h5 {
  font-size: 20px;
  text-align: center;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 20px;
  margin: 0;
  padding: 1.25rem 0 1.25rem;
  border-bottom: 1px solid #586366;
}

/*---------------------------
SHOPPING BUTTONS AND INPUT GROUPS
---------------------------*/
button.btn,
button,
.btn {
  border-radius: 0;
}

/*-----------------------------
TOP NAVIGATION
---------------------------- */

.reveal > ul > li > a {
  color: #fff;
}


/*
@media (min-width: 768px) {
li.sign-in-link-home {
  position: relative;
  padding-right: 10px;
}
li.sign-in-link-home a:after {
  content: "|";
  position: absolute;
  right: -1px;
  top: 11px;
  font-size: 14px;
}

}
*/
.login-prompt .btn-register {
    display: none;
}
.mobile-login {
  position: absolute;
  width: 100%;
  left: 0;
  top: 8px;
}

.mobile-login ul li:first-child {
  margin-right: 12px;
}

.mobile-login ul li {
  list-style: none;
  display: inline-block;
}
.session-name {
	display: block;
	font-size: .75rem;
}
/*---------------------------
YAMM MENU CUSTOM
---------------------------*/


li.login-divider {
  padding-left: 3px;
  padding-right: 3px;
}
nav.top > ul {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 1040px) {




  .reveal .dropdown.yamm .dropdown-toggle .fa-minus {
    display: none;
  }

  .reveal .dropdown.yamm.open .dropdown-toggle .fa-minus {
    display: inline-block;
  }



  .nav.navbar-nav>li.dropdown.yamm {
    margin: 0;
    border-bottom: 1px solid #fff;
  }


  .navbar-nav .open .dropdown-menu {
    background-color: #fff;
  }

  #navbar-collapse-grid {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .reveal li a,
  .login-divider {
    font-size: 17px;
  }

  .mobile-login .sign-in-link-home li a {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
  }

  .reveal .yamm .usn-sc-container {
    padding: 10px;
  }

}

.navbar.navbar-default.yamm .dropdown-menu.yamm #wide-col>.spc.umb-grid {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.yamm .umb-grid .column {
  margin-bottom: 0;
}

.dropdown.yamm .spc {
  margin: 0;
}



.yamm .nav .ion-android-open {
  display: none;
}

.navbar.navbar-default.yamm::before,
.navbar.navbar-default.yamm::after,
div#navbar-collapse-grid::before,
div#navbar-collapse-grid::after,
.navbar.navbar-default.yamm ul.nav.nav-justified::before,
.navbar.navbar-default.yamm ul.nav.nav-justified::after {
  display: none !important;
}

.nav-justified:before {
  display: none !important;
}

.nav-justified .dropdown-menu {
  border: none;
  box-shadow: none;

}

.navbar-default .navbar-nav>li>a,
.navbar-default .nav-justified>li>a {
  color: #282525;
  text-transform: uppercase;
  font-weight: 300;
	font-size: .875rem;
  white-space: nowrap;
}



.navbar-default .navbar-nav>li>a:hover,
.navbar-default .nav-justified>li>a:hover {
  color: #a9a9a9;
}


@media (min-width: 1041px) {
  .reveal .dropdown.yamm .dropdown-toggle .fa {
    display: none;
  }
  .yamm ul.nav li.dropdown:hover > ul.dropdown-menu {
    background-color: rgba(255, 255, 255, 1);
 }

  .login-divider {
	height: initial;
	padding: 7px 12px;
    color: #f5f5f6;
  }

  .yamm ul.nav.nav-justified {
    margin: 0 auto;
    display: flex;
    align-items: center;
  }

  .yamm .yamm .usn-sc-container,
  .yamm .yamm .usn-sc-container {
    margin-bottom: 0 !important;
  }



  .yamm .nav.navbar-nav .dropdown a.dropdown-toggle:active,
  .yamm .nav.navbar-nav .dropdown a.dropdown-toggle:hover,
  .yamm .nav.navbar-nav .dropdown a.dropdown-toggle:focus {
    color: rgba(255, 255, 255, 0.5);
  }



  .navbar-default .navbar-nav>li>a:hover,
  .navbar-default .navbar-nav>li>a:focus,
  .navbar-default .nav-justified>li>a:hover,
  .navbar-default .nav-justified>li>a:focus {
    text-decoration: none;
    background-color: transparent;
  }

  .yamm .nav-justified>li {
    margin: 0;
    padding-bottom: 5px;
    vertical-align: middle;
  }

  .yamm .navbar-collapse {
    padding: 0;
  }

  .yamm .dropdown-menu {
    margin: 0;
  }

  .dropdown.yamm .spc.umb-grid {
    margin-bottom: 0;
  }

  .yamm .nav.navbar-nav li.dropdown.yamm:first-of-type a.dropdown-toggle,
  .yamm .nav.navbar-nav li.dropdown.yamm:first-of-type a.dropdown-normal {
    padding-left: 0 !important;
  }

  .yamm .nav.navbar-nav li.dropdown.yamm:last-of-type a.dropdown-toggle,
  .yamm .nav.navbar-nav li.dropdown.yamm:last-of-type a.dropdown-normal {
    padding-left: 0 !important;
  }
}

.yamm .btn.btn-mega1st,
.yamm .btn.btn-mega2nd,
.yamm .btn.btn-mega3rd {
  background-color: transparent;
  padding-right: 0;
}

.yamm .btn.btn-mega1st {
  font-weight: 400;
  text-transform: uppercase;
  padding: .25rem 0;
}

.yamm .btn.btn-mega1st:hover {
  color: #586366;
  opacity: 1;
}

/*  ----------------------------------
  FOOTER
  ------------------------------- */
@media (min-width: 768px) {
  footer {
    padding: 1rem 0 1.25rem;
  }
}

footer,
footer a {
  color: #282525;
	font-size: .875rem;
}
footer .heading {
	font-size: 1rem;
}
nav.footer {
  font-weight: 300;
}
footer .translate {
    display: flex !important;
    flex-direction: row;
}


/*  ----------------------------------
  FEATURED SLIDER
  ------------------------------- */
  .slick-prev, .slick-next {
    background-color: transparent;
    border-radius: 10px;
}

/*---------------------------
STORE FINDER PAGE
---------------------------*/
store-finder .list-group {
  max-height: 362px;
  overflow-x: hidden;
  overflow-y: auto;
}

store-finder .panel {
  margin-bottom: 5px;
  border: solid 1px #e7e7e7;
}

store-finder .well-lg {
  padding: 14px;
}

store-finder .list-group-item.active .list-group-item-text,
store-finder .list-group-item.active:hover .list-group-item-text,
store-finder .list-group-item.active:focus .list-group-item-text {
  color: #d6d6d6;
}

.store-finder-paging {
  height: 76px;
}

.store-finder-paging p {
  margin-top: 0;
}

/*---------------------------
GALLERY PAGES
---------------------------*/
.gallery-page h1 {
  margin-bottom: 0;
}

.gallery-page-left-col,
.gallery-page-right-col {
  padding-top: 18px;
}

.gallery-page-left-col .img-responsive {
  width: auto;
  margin: 0 auto;
  max-height: 78vh;
	max-width: 100%;
  height: auto;
}

.gallery-page-left-col .lbis-text {
  display: none;
}

.gallery-page-right-col shopping-grid .grid-item.item {
  width: 100%;
  float: right;
}

.gallery-page-right-col shopping-container>div {
  max-height: 78vh;
  padding: 0 30px;
  overflow-y: scroll;
  overflow-x: hidden;
}



.gallery-page-right-col shopping-container .grid-image-container {
  height: 180px;
  line-height: 180px;
}

.ekko-lightbox {
  padding: 15px;
}

.gallery-page .ekko-lightbox img {
  max-height: 100% !important;
}

@media (min-width: 1200px) {

  .ekko-lightbox .modal-header,
  .ekko-lightbox .modal-body,
  .ekko-lightbox .modal-content,
  .ekko-lightbox .modal-footer,
  .ekko-lightbox .modal-dialog {
    min-width: 100%;
    max-width: 100%;
  }
}

.gallery-page .col-md-8 {
  width: 100%;
}

.gallery-page .col-md-4 {
  width: 100%;
}

@media (min-width: 768px) {
  .gallery-page .col-md-8 {
    width: 50%;
  }

  .gallery-page .col-md-4 {
    width: 50%;
  }
}

@media (min-width: 1001px) {
  .gallery-page .col-md-8 {
    width: 66.666667%;
  }

  .gallery-page .col-md-4 {
    width: 33.333333%;
  }
}

/*---------------------------
RESOURCES MODULE
---------------------------*/
.downloads-header .spc {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .resources .item {
    width: 33%;
    display: inline-block;
  }
}


/*---------------------------
IMAGE CTA STRIP
---------------------------*/

.image-cta-strip .cta-text .heading.main {
  font-size: 25px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .image-cta-strip .cta-image {
    padding-right: 20px;
  }
  .image-cta-strip .cta-text {
    width: calc(100% - 230px);
  }
}

/*---------------------------
DEI PAGE
---------------------------*/
.gallery-images .row > div > div {
    display: flex;
    flex-flow: row nowrap;
    gap:.75em
}
.cta {
	margin-top: 1em;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: .05em;
	background: #389fbe;
    color: #fff;
    border-color: #389fbe;
}
#DPP .cta {
	background: #375246;
	border-color: #375246;
}
.click-here h4 {
	margin: 0 auto .5em;
	max-width: 60rem;
}
.click-here .column {
	text-align: center;
	padding: 2em 0;
}
.dei-intro-text .column {
    max-width: 60em;
    margin: 0 auto 0em;
    float: none;
    padding-bottom:2em;
}
.dei-intro-text p+p {
	margin-top: 1em;
}

.markets .column > div {
    display:  flex;
    flex-flow: row wrap;
    gap: 2em;
}
.markets .column > div > div {
	flex:1 1 0px;
}
.markets h3 {
	font-weight: bold;
	margin-top: 0;
}
.dei-page #mainContent {font-size: 14px;}
/*---------------------------
LOGIN PAGE
---------------------------*/
login .btn-register {
  display: none;
}
.shop-login {
    max-width: 40em;
    margin: auto;
}

/*---------------------------
CRM
---------------------------*/
#CRM #wide-col > div {
  max-width: 100%;
}

#CRM .uib-tab.nav-item.active a,
#CRM .nav-tabs.nav-justified > .active > a,
#CRM .nav-tabs.nav-justified > .active > a:hover,
#CRM .nav-tabs.nav-justified > .active > a:focus {
  background-color: #575757;
  color: #fff;
}



/*-----------------------------
CUSTOMER USER CODE BELOW
------------------------------*/

.two-column > product-tag-totals > div {
	column-count: 2;
}
.nav .dropdown .dropdown-menu {
	box-shadow: 1px 1px 3px rgba(0,0,0,.25);
}
feature-product-on-call {
	display: none;
}

@media (max-width:768px) {
	.markets .column > div {
		flex-flow: column nowrap;
		align-content: center;
		justify-content: center;
	}
	.markets .column > div > div {
		flex: initial;
	}
}

@media (max-width: 480px) {
	.gallery-images .row > div > div {
		flex-flow: column nowrap;
	}
}

credit-request-details .ibox-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
credit-request-details .ibox-title toolbar {
    display: flex;
    align-items: center;
    gap: 1em;
}

.carousel-caption {
	width: 100%;
	position: initial;
}
@media (max-width: 767px) {
	.carousel-caption {
		color: #282525 !important;
		text-shadow: none;
	}
}
	.carousel-caption * {
		color: inherit;
	}
	.carousel-caption .btn {
		border: 1px solid;
		padding: .5rem 2rem;
	}
	.carousel-caption .btn:hover {
		color: inherit;
	}
	.carousel-caption h1 {
		font-size: 2rem;
		margin-top: 0;
		margin-bottom: .5rem;
	}
	.carousel-inner .item.active {
		display: block;
	}

	/* Make the image span all 9 grid cells */
	.carousel-inner > .item > img {
		grid-area: 1 / 1 / 4 / 4; /* Spans from row 1 to 4 and column 1 to 4 */
		width: 100%; /* Ensure the image takes up the full width */
		height: 100%; /* Ensure the image takes up the full height */
		object-fit: cover; /* Optional: cover to maintain aspect ratio and cover the whole area */
		z-index: 1; /* Ensure the image is behind the captions */
	}
@media (min-width: 768px) {
	.carousel-caption {
		width: 40rem;
		padding: 1.5rem;
		top: 50%;
		transform: translateY(-50%);
		bottom: initial;
		left: 2em;
		right: 2em;
		position: absolute;
	}
	.carousel-inner .item.active {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		height: 100%; /* Ensure the grid takes up the full height of the parent container */
		position: relative; /* Ensure positioned elements are relative to this container */
	}
	/* Positioning the captions within the grid */
	.carousel-caption.top-left {
		grid-area: 1 / 1 / 2 / 2; /* row 1 / column 1 */
		align-self: start;
		justify-self: start;
		z-index: 2; /* Ensure the caption is above the image */
	}

	.carousel-caption.top-center {
		grid-area: 1 / 2 / 2 / 3; /* row 1 / column 2 */
		align-self: start;
		justify-self: center;
		z-index: 2;
	}

	.carousel-caption.top-right {
		grid-area: 1 / 3 / 2 / 4; /* row 1 / column 3 */
		align-self: start;
		justify-self: end;
		z-index: 2;
	}

	.carousel-caption.center-left {
		grid-area: 2 / 1 / 3 / 2; /* row 2 / column 1 */
		align-self: center;
		justify-self: start;
		z-index: 2;
	}

	.carousel-caption.center-center {
		grid-area: 2 / 2 / 3 / 3; /* row 2 / column 2 */
		align-self: center;
		justify-self: center;
		z-index: 2;
	}

	.carousel-caption.center-right {
		grid-area: 2 / 3 / 3 / 4; /* row 2 / column 3 */
		align-self: center;
		justify-self: end;
		z-index: 2;
	}

	.carousel-caption.bottom-left {
		grid-area: 3 / 1 / 4 / 2; /* row 3 / column 1 */
		align-self: end;
		justify-self: start;
		z-index: 2;
	}

	.carousel-caption.bottom-center {
		grid-area: 3 / 2 / 4 / 3; /* row 3 / column 2 */
		align-self: end;
		justify-self: center;
		z-index: 2;
	}

	.carousel-caption.bottom-right {
		grid-area: 3 / 3 / 4 / 4; /* row 3 / column 3 */
		align-self: end;
		justify-self: end;
		z-index: 2;
	}
}

.column:has([centeredcolumn]) {
  align-items: center;
  justify-content: center;
  display: flex;
}

[centeredcolumn="1"] .row {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin: 0;
}
[reversedcolumn="1"] .row {
  flex-direction: row-reverse;
}
@media (max-width: 400px) {
  [centeredcolumn="1"] .row,
  [reversedcolumn="1"] .row {
    flex-direction: column;
  }
}
div.top {
	position: absolute;
    right: .5rem;
    top: 33.33%;
    transform: translateY(-50%);
    display: flex;
	gap: .5rem;
	align-items: center;
	z-index: 6;
}
.top a {
	display: inline-block;
	padding: .5rem;
}
.emun-nav {
	list-style: none;
	align-items: center;
	display: flex;
	margin: 0;
}
.emun-nav li {
    margin: 0;
}
.emun-nav-header {
    padding: .25rem 1.25rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: .25rem !important;
    font-weight: bold;
    color: #767676;
}
header .container {
	max-width: 1200px;
	position: relative;
	z-index: 1;
}
.user-dropdown {
	position: relative;
}
.second-menu-toggle {
    margin: 0;
    float: none;
	display: block;
}
.second-menu-toggle .menu-text {
    font-size: .666rem;
    text-transform: uppercase;
}

#menu-collapse-grid-mobile {
    display: none !important;
    position: absolute;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,.25);
    z-index: 9999;
	width: 10rem;
}

.open #menu-collapse-grid-mobile {
    display:  block !important;
    
}
#menu-collapse-grid-mobile li {
    display: block;
    float: none;
}
#menu-collapse-grid-mobile li a {
	font-size: .875rem;
	padding: .25rem 0;
}

.reveal .close-btn {
	display: none;
}
.flex-footer {
    margin: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}


.flex-footer:before, .flex-footer:after {
    display: none;
}
footer #mc_embed_shell {
    margin: 0;
    max-width: 300px;
	width: 100%;
}
footer #mc_embed_signup form {
    margin: 0;
    width: 100%;
}

footer #mc_embed_signup .button {
    border-radius: initial;
    height: initial;
    padding: 7px 12px;
    font: inherit;
    background: #282525;
    margin: 0;
}
footer #mc_embed_signup .asterisk {
	font-size: 1rem;
	top: 0;
}
footer #mc_embed_signup .mc-field-group label {
	margin-top: 6px;
}
@media (max-width: 900px) {
	footer #mc_embed_shell {
		max-width: 200px;
	}
}
@media (max-width: 768px) {
	.flex-footer {
		flex-flow: row wrap;
	}
	.flex-footer > div {
		width: 50%;
	}
	footer #mc_embed_shell {
		max-width: 100%;
		width: 50%;
	}
}
@media (max-width: 566px) {
	.flex-footer > div {
		width: 100%;
	}
	footer #mc_embed_shell {
		width: 100%;
	}
}
.multi-price:after {
    clear: both;
    content: "";
    display: block;
}
.help-icon {
    cursor: pointer;
    position:  relative;
    display: inline-block;
}
.help-dropdown {
    display: none;
}
.help-icon:hover .help-dropdown {
    display: block;
    position: absolute;
    top: 100%;
    color: #fff;
    padding: 1rem 2rem;
    background-color: #282525;
    box-shadow: 1px 1px 3px rgba(0,0,0,.25);
    z-index: 5;
    width: 360px;
    font-size: .875rem;
    text-align: left;
}
.close-btn {
	height: 3rem;
	width: 3rem;
	border: none;
	background: transparent;
	font-size: 2rem;
	position: absolute;
	right: .5rem;
	top: .5rem;
}
.mobile-hamburger .close-btn {
	display: none;
}
.pricelist-header {
    color: #283535;
    padding: 1rem;
}
.multi-price {
	font-size: .875rem;
}
@media (max-width: 1040px) {
	.navigation {
		z-index: 100;
	}
	.navigation * {
		float: none !important;
	}
	header .navbar-default.mobile-hamburger {
		 display: block !important;
		 
	}
	header .mobile-hamburger #yamm-mobile {
		padding: .5rem;
		text-transform: uppercase;
	}
	.secondary-menu {
		display: none;
	}
	.reveal .secondary-menu,
	.reveal .close-btn {
		display: block;
	}
	.reveal.collapse,
	.reveal.collapsing {
		display: block;
		position: fixed;
		background: #f0f0f0;
		box-shadow: 2px 2px 3px rgba(0,0,0,.5);
		top: 0;
		left: 0;
		bottom: 0;
		height: initial !important;
		right: auto;
		max-width: 460px;
		min-width: 300px;
		width: 100%;
		padding-top: 4rem;
		transition-duration: .5s;
		z-index: 9999;
		transform: translateX(-150%)
	}
	.reveal.collapse.in {
		transform: translateX(0%);
	}

	.reveal .navbar-nav {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.reveal .dropdown-menu .row {
		flex-direction: column;
		gap: 1rem;
	}
	.open > .dropdown-menu {
		display: block;
		position: initial;
		box-shadow: none !important;
		padding: 1rem !important;
		width: 100% !important;
	}
	.dropdown-toggle > .fa-plus,
	.dropdown-toggle > .fa-minus {
		display: none;
	}
	.user-dropdown {
		position: initial;
		transform: initial;
	}
	.emun-nav {
		flex-direction: column;
		width: 100%;
		align-items: flex-start;
		gap: 1rem;
		margin-bottom: 1rem;
		width: 100%;
		padding: 0 .75rem;
	}
	.emun-nav > li {
		width: 100%;
	}
	#menu-collapse-grid-mobile {
		position: initial;
		box-shadow: none;
		width: 100%;
	}
	.mobile-hamburger .close-btn {
		display: block;
	}
	.navbar-toggle .icon-bar.hidden {
		display: block !important;
	}
	div.top {
		top: 50%;
		z-index: 5;
	}
	.site-search .form-control {
		width: 10rem;
	}
	.second-menu-toggle .menu-text {
		font-size: .875rem;
		line-height: 1;
	}
	.sign-in-link-home {
		width: 100%;
	}
	.sign-in-link-home .dropdown-menu {
		background: #fff;
	}
	.site-search {
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.site-search .multi-search-results-wrap {
		position: initial;
		box-shadow: none;
	}
	.navbar-default .navbar-nav>li>a, .navbar-default .nav-justified>li>a {
		font-size: 1rem;
		border-top: 1px solid #ccc;
		padding: 1rem;
		text-align: left;
		text-transform: capitalize;
		display: flex;
		justify-content: space-between;
	}
	cart-dropdown-menu > div {
		width: 100% !important;
	}
}
@media (max-width: 570px) {
	.site-search {
		position: initial;
		transform: initial;
		margin: 0 1rem 1rem;
	}
}



cart-dropdown-menu .row {
    margin: 0;
}
cart-dropdown-menu a.text-right {
    padding: 0;
}
.cart-item-row {
    display: flex;
    gap: .5rem;
}
.cart-item-row a {
    padding: 0;
}
.cart-item-row p {
    font-size:  .875rem;
}
.cart-item-img {
    width: 10em;
}
.cart-item-row .btn-delete {
    background: transparent;
}
.cart-item-row .btn-delete i {
    margin: 0;
}
.cart-item-row .cart-item-description {
    font-size: 1rem;
}
.pac-container:after{
    content:none !important;
}