/*
==============================================
custom properties
==============================================
*/
:root {
	--font-serif-regular: 'Open Sans', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;

	--link-color: #007cff;
	--link-color-hover: #005fc7;
	
	/* box-shadows */
	--box-shadow-1: 
		/* 1. inner glow - for dark mode */
		inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075),		
		/* shadow ring */
		0 0 0 1px hsla(0, 0%, 0%, 0.05),		
		/* multiple soft shadows */
		0 0.3px 0.4px hsla(0, 0%, 0%, 0.02),
		0 0.9px 1.5px hsla(0, 0%, 0%, 0.045),
		0 3.5px 6px hsla(0, 0%, 0%, 0.09);
}

/*
==============================================
foundation over-rides
==============================================
*/
.row {
  max-width: 72.5rem !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

[type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"], [type="number"],
[type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], textarea, select {
	/* font-size: 100%; */
	font-size: 0.875rem;
}

.text-right .button-group,
.medium-text-right .button-group,
.large-text-right .button-group {
	justify-content: flex-end;
}
.text-center .button-group,
.medium-text-center .button-group,
.large-text-center .button-group {
	justify-content: center;
}


.fa.has-tip,
.fa.has-tip:hover,
.fa.has-tip:active,
.fa.has-tip:focus {
  border-bottom: none;
  color: #1FB6FF;
}

.label.primary,
.label.success,
.label.alert {
  color: #fefefe;
}

.badge.primary,
.badge.success,
.badge.alert {
  color: #fefefe;
}

fieldset.fieldset {
  background-color: #fff;
}

.nomargin {
  margin-bottom: 0 !important;
}

.faux-label {
  color: #0a0a0a;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  display: block;
  margin: 0;
}

div.button-group .button {
  border-radius: 0;
}
div.button-group .button:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
div.button-group .button:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.input-group-button .button {
  border: 1px solid #cacaca;
  border-left: none;
  /* height: 2.375rem; */
  padding: 0 1rem;
}

.input-group.x2 .input-group-field {
  width: 50%;
}

.input-group-field:not(:last-child) {
  border-right: 0;
}

table tr th, table tr td {
  font-size: 0.875rem;
}
table tbody tr:nth-child(2n) {
  background-color: #f9f9f9;
}
table button,
table .button {
  background-image: none;
  margin-bottom: 0;
}

table.unstriped tbody tr:nth-child(2n) {
  background-color: initial;
}

.reveal {
  border-color: #e0e6ed;
  border: none;
}

.reveal:not(.full) {
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(31, 45, 61, 0.05);
}

.reveal.without-overlay {
  border-radius: 3px;
  box-shadow: 0 2px 8px #1f2d3d;
}

ul.breadcrumbs {
  background-color: #0a0a0a;
  background-image: url(../img/noise-dark.png);
  border: 1px solid #0a0a0a;
  color: #fefefe;
  padding: 0.45rem 0.85rem;
  margin-bottom: 0;
}
ul.breadcrumbs li a {
  color: #e6e6e6;
}
ul.breadcrumbs li span.current {
  color: #fefefe;
}

a.accordion-title::before {
  color: #8a8a8a;
  content: "\f067";
  font-family: "FontAwesome";
}

.is-active > .accordion-title::before {
  content: "\f068";
}

ul.accordion.custom li.accordion-item {
  border-bottom: 1px solid #fefefe;
}
ul.accordion.custom li.accordion-item:last-child {
  border-bottom: none;
}
ul.accordion.custom a.accordion-title {
  background-color: #e6e6e6;
  /* background-image: $app-noise-light; */
  color: #444;
  font-family: var(--font-serif-regular);
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
}
ul.accordion.custom .accordion-title:hover {
  background-color: #cacaca;
  /* background-image: $app-noise-dark; */
  color: #000;
}
ul.accordion.custom .accordion-content {
  font-size: 0.85rem;
}

ul.tabs.custom {
  background-color: #e6e6e6;
  background-image: url(../img/noise-light.png);
}
ul.tabs.custom li.tabs-title a {
  background-color: #e6e6e6;
  border-right: 1px solid #fefefe;
  color: #444;
  font-family: var(--font-serif-regular);
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
}
ul.tabs.custom li.tabs-title:last-child a {
  border-right: none;
}
ul.tabs.custom li.tabs-title.is-active a,
ul.tabs.custom li.tabs-title a:hover {
  background-color: #cacaca;
  color: #000;
}

div.callout {
  font-size: 0.9rem;
}

/* custom - callout.titled heading bar to compliment Foundation's callouts */
div.callout.titled .close-button {
  margin-top: -0.125em;
}
div.callout.titled h6 {
  background: #bbb;
  border-color: #bbb;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  font-size: 1.125em;
  font-weight: 600;
  margin: -1rem -1rem 1rem -1rem;
  padding: 0.5rem;
  text-align: left;
}
div.callout.titled h6:before {
  content: "\f05a";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  padding-right: 0.5rem;
}

div.callout.titled.success {
  border-color: #43ac6a;
}
div.callout.titled.success h6 {
  background: #43ac6a;
  color: #fff;
}
div.callout.titled.success h6:before {
  content: "\f058";
}
div.callout.titled.success .close-button {
  color: #fff;
}

div.callout.titled.secondary h6 {
  background: #e6e6e6;
  color: #0a0a0a;
}
div.callout.titled.secondary h6:before {
  content: "\f05a";
}

div.callout.titled.primary {
  border-color: #1FB6FF;
}
div.callout.titled.primary h6 {
  background: #1FB6FF;
  color: #fefefe;
}
div.callout.titled.primary h6:before {
  content: "\f05a";
}
div.callout.titled.primary .close-button {
  color: #fff;
}

div.callout.titled.warning {
  border-color: #f2b73a;
}
div.callout.titled.warning h6 {
  background: #f2b73a;
  color: #fff;
}
div.callout.titled.warning h6:before {
  content: "\f071";
}
div.callout.titled.warning .close-button {
  color: #fff;
}

div.callout.titled.alert {
  border-color: #f95234;
}
div.callout.titled.alert h6 {
  background: #f95234;
  color: #fff;
}
div.callout.titled.alert h6:before {
  content: "\f071";
}
div.callout.titled.alert .close-button {
  color: #fff;
}
div.callout.titled.no-icon h6:before {
  content: "" !important;
}

.button {
  color: #fefefe;
  background-image: url(../img/noise-light.png);
  font-family: var(--font-serif-regular);
  border-radius: 3px;
}

.button.primary,
.button.success,
.button.alert {
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus,
.button.success:hover,
.button.success:focus,
.button.alert:hover,
.button.alert:focus {
  color: #fff;
}

/* buttons - secondary */
.button.hollow.secondary {
  border: 1px solid #8a8a8a;
  color: #8a8a8a;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #0a0a0a;
  color: #0a0a0a;
}

/* buttons - pinterest */
.button.pinterest {
  background-color: #bd081c;
  color: #fff;
  white-space: nowrap;
}
.button.pinterest::before {
  content: "\f0d2";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  padding-right: 0.35rem;
  /* large icon */
  font-size: 1.33333333em;
  line-height: 0.75em;
  margin-bottom: -15%;
  vertical-align: -15%;
}
.button.pinterest:hover, .button.pinterest:focus {
  background-color: #aa0719;
}

.button.hollow.pinterest {
  background: transparent;
  border: 1px solid #bd081c;
  color: #bd081c;
}
.button.hollow.pinterest:hover, .button.hollow.pinterest:focus {
  background: transparent;
  border-color: #aa0719;
  color: #aa0719;
}

/* buttons - facebook */
.button.facebook {
  background: #4c69ba;
  background: linear-gradient(#4c69ba, #3b55a0);
  border-color: transparent;
  color: #fff;
  white-space: nowrap;
}
.button.facebook::before {
  content: "\f082";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  padding-right: 0.35rem;
  /* large icon */
  font-size: 1.33333333em;
  line-height: 0.75em;
  margin-bottom: -15%;
  vertical-align: -15%;
}
.button.facebook:hover, .button.facebook:focus {
  background: #5b7bd5;
  background: linear-gradient(#5b7bd5, #4864b1);
  border-color: #5874c3 #4961a8 #41599f;
  box-shadow: inset 0 0 1px #607fd6;
}

.button.hollow.facebook {
  background: transparent;
  border: 1px solid #4c69ba;
  color: #4c69ba;
}
.button.hollow.facebook:hover, .button.hollow.facebook:focus {
  background: transparent;
  border-color: #5b7bd5;
  color: #5b7bd5;
}

/* custom foundation color - black */
.button.black {
  background-color: #555;
  color: #fefefe;
}
.button.black:hover, .button.black:focus {
  background-color: #444444;
  color: #fefefe;
}
.button.hollow.black {
	background-color: transparent;
	border: 1px solid #555;
	color: #555;
}
.button.hollow.black:hover, .button.hollow.black:focus {
  border-color: #2b2b2b;
  color: #2b2b2b;
}
.button.disabled.black, .button[disabled].black {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.black:hover, .button.disabled.black:focus, .button[disabled].black:hover, .button[disabled].black:focus {
  background-color: #555;
  color: #fefefe;
}
.button-group.black .button {
  background-color: #555;
  color: #fefefe;
}
.button-group.black .button:hover, .button-group.black .button:focus {
  background-color: #444444;
  color: #fefefe;
}
.badge.black {
  background: #555;
  color: #fefefe;
}
.callout.black {
  background-color: #e6e6e6;
  color: #0a0a0a;
}
div.callout.titled.black h6 {
	background-color: #0a0a0a;
	color: #fefefe;
}
div.callout.titled.black h6:before {
  content: "\f05a";
}
div.callout.titled.black .close-button {
  color: #fefefe;
}
.label.black {
  background: #555;
  color: #fefefe;
}

/* custom foundation color - purple */
.button.purple {
  background-color: #bb00ff;
  color: #fefefe;
}
.button.purple:hover, .button.purple:focus {
  background-color: #9600cc;
  color: #fefefe;
}
.button.hollow.purple {
	background-color: transparent;
  border: 1px solid #bb00ff;
  color: #bb00ff;
}
.button.hollow.purple:hover, .button.hollow.purple:focus {
  border-color: #5e0080;
  color: #5e0080;
}
.button.disabled.purple, .button[disabled].purple {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.purple:hover, .button.disabled.purple:focus, .button[disabled].purple:hover, .button[disabled].purple:focus {
  background-color: #bb00ff;
  color: #fefefe;
}
.button-group.purple .button {
  background-color: #bb00ff;
  color: #fefefe;
}
.button-group.purple .button:hover, .button-group.purple .button:focus {
  background-color: #9600cc;
  color: #fefefe;
}
.badge.purple {
  background: #bb00ff;
  color: #fefefe;
}
.label.purple {
  background: #bb00ff;
  color: #fefefe;
}
.callout.purple {
  background-color: #f5d9ff;
  color: #0a0a0a;
}
div.callout.titled.purple h6 {
  background: #bb00ff;
  color: #fefefe;
}
div.callout.titled.purple .close-button {
  color: #fefefe;
}

/* custom foundation override - secondary */
.button.secondary {
  background-color: #ebebeb;
  color: #0a0a0a;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #bcbcbc;
  color: #0a0a0a;
}
.button.hollow.secondary {
	background-color: transparent;
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
	background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button-group.secondary .button {
  background-color: #ebebeb;
  color: #0a0a0a;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #bcbcbc;
  color: #0a0a0a;
}
.badge.secondary {
  background: #ebebeb;
  color: #0a0a0a;
}
.label.secondary {
  background: #ebebeb;
  color: #0a0a0a;
}
.callout.secondary {
  background-color: #fcfcfc;
  color: #0a0a0a;
}


/* buttons - noise */
.button.noise {
  background-image: url(../img/noise-dark.png);
}

.button.hollow.noise {
  background-image: url(../img/noise-light.png);
}

.radius {
  border-radius: 3px;
}

.noradius,
.noradius .button {
  border-radius: 0 !important;
}

@media screen and (max-width: 39.9375em) {
  .small-only-text-left {
    text-align: left !important;
  }

  .small-only-text-right {
    text-align: right !important;
  }

  .small-only-text-center {
    text-align: center !important;
  }

  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media screen {
  .small-text-left {
    text-align: left !important;
  }

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

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

  .small-text-justify {
    text-align: justify !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .medium-only-text-left {
    text-align: left !important;
  }

  .medium-only-text-right {
    text-align: right !important;
  }

  .medium-only-text-center {
    text-align: center !important;
  }

  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left !important;
  }

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

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

  .medium-text-justify {
    text-align: justify !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .large-only-text-left {
    text-align: left !important;
  }

  .large-only-text-right {
    text-align: right !important;
  }

  .large-only-text-center {
    text-align: center !important;
  }

  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left !important;
  }

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

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

  .large-text-justify {
    text-align: justify !important;
  }
}
#modal-alert div.contents,
#modal-confirm div.contents {
  margin-bottom: 1rem;
}

/*
==============================================
input-group
input-group-error
==============================================
*/
div.input-group [type=submit],
div.input-group [type=button] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

div.input-group .form-error.is-visible {
  margin-bottom: 0;
  padding: 0.25rem 0.5rem 0 0;
}

/* see app.js */
.input-group-error {
  display: table-row;
}

.input-group-cell {
  display: table-cell;
}

.input-group-error .form-error {
  margin-top: 0;
}

/*
==============================================
helper classes
==============================================
*/
.truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-medium {
  font-size: 0.875rem;
}

/* hides the spin-button for firefox & chrome */
input[type=number].no-spinner {
  -moz-appearance: textfield;
}

input[type=number].no-spinner::-webkit-inner-spin-button,
input[type=number].no-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

small.medium {
  font-size: 0.75em;
  line-height: 1.2;
}

button.link {
  color: #1FB6FF;
}

button.link:hover,
button.link:focus {
  color: #00a6f6;
}

label.radio.button {
  margin-top: 0.125rem;
}
label.radio.button input {
  margin: 0;
}

table.w100 {
  width: 100%;
}

/* horizontal scroll tables */
div.wrap-scroll-y {
  overflow-y: auto;
  _overflow: auto;
  margin-bottom: 1em;
  width: 100%;
}

div.wrap-scroll-y > table {
  margin-bottom: 0;
  width: 100%;
}

div.wrap-scroll-y::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 14px;
  width: 14px;
}

div.wrap-scroll-y::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border: 3px solid #fff;
  border-radius: 8px;
}

/*
==============================================
website
==============================================
*/
html {
  /* overflow-y: scroll; */
}

body {
  background-color: #fff;
  background-image: url(../img/noise-light.png);
  color: #222;
  font-family: var(--font-serif-regular);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif-regular);
  font-weight: 400;
}

b {
  font-weight: 600;
}

a {
	color: var(--link-color);
}
a:hover, a:focus {
	color: var(--link-color-hover);
}

/*
==============================================
/js/vendor/priority-nav/priority-nav-core.css
==============================================
*/
.priority-nav {
  white-space: nowrap;
}

.priority-nav > ul {
  display: inline-block;
}

.priority-nav > ul > li {
  display: inline-block;
}

.priority-nav-has-dropdown .priority-nav__dropdown-toggle {
  position: relative;
}

.priority-nav__wrapper {
  position: relative;
}

.priority-nav__dropdown {
  position: absolute;
  visibility: hidden;
}

.priority-nav__dropdown.show {
  visibility: visible;
}

.priority-nav__dropdown-toggle {
  visibility: hidden;
  position: absolute;
}

.priority-nav-is-visible {
  visibility: visible;
}

.priority-nav-is-hidden {
  visibility: hidden;
}

/*
==============================================
headers/nav
==============================================
*/
/* #page-top-rainbow {
	display:block;
	max-height:6px;
	margin:0 auto;
	max-width:90%;
	width:auto;
} */
div.page-top-rainbow {
  background-image: url(/img/page-top.png);
  background-position: left center;
  background-repeat: repeat-x;
  height: 3px;
}

header.header-primary {
  margin: 1rem auto;
}

#header-cart-account-dropdown,
#header-cart-truck-dropdown {
  padding: 0;
}
#header-cart-account-dropdown::before,
#header-cart-truck-dropdown::before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #fff transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}
#header-cart-account-dropdown ul,
#header-cart-truck-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header-cart-account-dropdown li,
#header-cart-truck-dropdown li {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
  text-align: left;
}
#header-cart-account-dropdown a,
#header-cart-truck-dropdown a {
  color: #0a0a0a;
  display: block;
  padding: 0.5rem;
}
#header-cart-account-dropdown a:hover,
#header-cart-account-dropdown a:focus,
#header-cart-truck-dropdown a:hover,
#header-cart-truck-dropdown a:focus {
  background: #eee;
}

#header-cart-truck-dropdown {
  width: auto;
}

#header-cart-truck-dropdown sup {
  color: Tomato;
  font-weight: 700;
}

#header-cart-truck-dropdown a {
  padding: 0.75rem;
}

#header-cart-truck-dropdown i {
  font-weight: 300;
  opacity: 0.5;
}

div.nav-priority {
  margin: 0 auto;
  position: relative;
  text-align: right;
  z-index: 3;
}

ul.nav-priority {
  display: inline-block;
  list-style: none;
  margin: 0.75rem 0 0 0;
  padding: 0;
}
ul.nav-priority li {
  display: inline-block;
  padding: 0;
  margin: 0 0.25em 0 0.25em;
}
ul.nav-priority li a {
  border: 1px solid transparent;
  color: #222;
  padding: 0.5em 0.125em;
  /* transition: all 200ms linear; */
}
ul.nav-priority li a:hover, ul.nav-priority li a:focus {
  background-color: #ccc;
  border-color: #ccc;
}

button.priority-nav__dropdown-toggle {
  background: none;
  border: 1px solid #ccc;
  color: #222;
  cursor: pointer;
  margin: 0 0 0 0.5rem;
  padding: 0.5em;
  text-transform: uppercase;
}

button.priority-nav__dropdown-toggle:hover,
button.priority-nav__dropdown-toggle:focus {
  background-color: #ccc;
  border-color: #ccc;
}

button.priority-nav__dropdown-toggle:before {
  content: "\f0c9\00a0";
  font-family: FontAwesome;
}

ul.priority-nav__dropdown {
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  font-size: 0.875rem;
  margin: 0;
  min-width: 120px;
  padding: 0;
  right: 0;
  text-align: left;
  top: 175%;
  white-space: nowrap;
  width: auto;
}
ul.priority-nav__dropdown:before {
  border-color: transparent transparent #ccc;
  border-image: none;
  border-style: inset inset solid;
  border-width: 6px;
  content: "";
  display: block;
  height: 0;
  right: 10px;
  position: absolute;
  top: -12px;
  width: 0;
}
ul.priority-nav__dropdown li {
  display: block;
}
ul.priority-nav__dropdown li:hover, ul.priority-nav__dropdown li:focus {
  background: #eee;
}
ul.priority-nav__dropdown li a {
  color: #0a0a0a;
  display: block;
  padding: 0.5rem;
}

ul.priority-nav__dropdown.show {
  display: block;
}

/*
==============================================
footer-primary
==============================================
*/
section.mighty-footer {
	background-color: #222;
	color: #bbb;
	font-size: 0.85rem;
	padding: 2rem 1.5rem 0 1.5rem;
}
section.mighty-footer hr {
	max-width: 72.5rem;
	height: 0;
	margin: 0 auto 2.75rem auto;
	border-bottom: 1px solid #444;
}
div.mighty-footer__row {
	column-gap: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 72.5rem;
}
div.mighty-footer__row > div {
	background: red;
	background: none;
	width: calc(20% - 1.5rem);
}
div.mighty-footer__row--bottom > div {
	background: red;
	background: none;
	width: calc(33% - 1.5rem);
}
div.mighty-footer__row h3 {
	color: #ccc;
	font-weight: 700;
	letter-spacing: -1px;
}
div.mighty-footer__row ul {
	margin: 0 0 2rem 0;
	list-style: none;
}
div.mighty-footer__row ul a {
	border-radius: 3px;
	color: inherit;
	display: inline-block;
	margin-left: -0.25rem;
	padding: 0.25rem 0.25rem;
}
div.mighty-footer__row ul a:hover,
div.mighty-footer__row ul a:focus {
	background-color: #eee;
	color: #222;
}

@media screen and (max-width: 575.98px) {
	section.mighty-footer {
		font-size: 1rem;
	}
	section.mighty-footer hr {
		display: none;
	}
	div.mighty-footer__row > div,
	div.mighty-footer__row--bottom > div {
		width: 100%;
	}
	div.mighty-footer__row h3 {
		font-size: 1.35rem;
	}
	div.mighty-footer__row ul {
		margin-bottom: 2rem;
	}
}

/*
==============================================
footer-privacy
==============================================
*/
footer.footer-privacy {
	background-color: #222;
	padding: 0 0 2rem 0;
	text-align: center;
}
footer.footer-privacy a {
	border-bottom: 1px dotted rgba(204, 204, 204, 0.7);
	color: #8a8a8a;
	font-size: 0.75rem;
	opacity: 0.7;
}
footer.footer-privacy a:hover,
footer.footer-privacy a:focus {
	opacity: 1;
}

/*
==============================================
footer-newsletter
==============================================
*/
section.footer-newsletter {
  background-color: #c0c0c0;
  border-bottom: 1px solid rgba(100, 100, 100, 0.1);
  border-top: 1px solid rgba(100, 100, 100, 0.1);
  margin-top: 2rem;
  padding: 1rem 0;
}
section.footer-newsletter a {
  border-bottom: 1px dotted #000;
  color: #000;
}
#newsletter-subscribe {
  margin: 0 auto;
  max-width: 640px;
}
#newsletter-subscribe .input-group {
  margin-bottom: 0;
}
#newsletter-subscribe .input-group-button .button {
  border: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
#newsletter-subscribe .input-group-field {
  border: 1px solid #fefefe;
  box-shadow: initial;
}



/*
==============================================
scroll-to-top
==============================================
*/
#scroll-to-top {
  bottom: 0;
  color: #ccc;
  display: none;
  font-size: 1.75rem;
  line-height: 1;
  padding: 0.5rem;
  position: fixed;
  right: 0;
  transition: opacity 200ms;
  width: auto;
}

#scroll-to-top.visible {
  display: inline-block;
}

/*
==============================================
modals
==============================================
*/
#modal-user-management {
  max-width: 20em;
}

/*
==============================================
forms
==============================================
*/
/*
==============================================
report-table
==============================================
*/
table.report-table {
  margin-top: 1em;
  min-width: 12.5em;
}
table.report-table caption {
  font-size: 1em;
  font-weight: 600;
  padding: 0 0 0.5em 0;
  text-align: left;
}
table.report-table thead tr th {
  font-size: 0.8rem;
  font-weight: 600;
}
table.report-table thead tr th span.has-tip {
  font-weight: 600;
}
table.report-table tbody tr td {
  font-size: 0.8rem;
  white-space: nowrap;
}

/*
==============================================
header-buttons (truck/cart/user/wishlist buttons)
==============================================
*/
.header-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: auto;
  margin-left: auto;
  max-width: 72.5rem;
}

.header-buttons > div {
  padding-right: 2px;
}

.header-buttons .button {
  border-radius: 0;
  margin: 1px 0 0 0;
  width: 100%;
  white-space: nowrap;
}

.header-buttons .button.has-dropdown {
  width: calc(100% - 32px);
}

.header-buttons .button.arrow-only {
  border-left-color: rgba(255, 255, 255, 0.2);
  width: 32px;
}

.header-buttons .button i.fa {
  opacity: 0.8;
  padding-right: 0.125em;
}

.header-buttons > div[data-count="0"] {
  display: none;
}

.header-buttons .button span[data-count]::after {
  content: attr(data-count) " products";
}

.header-buttons .button span[data-count="1"]::after {
  content: attr(data-count) " product";
}

.header-buttons-samples .button span[data-count]::after {
  content: attr(data-count) " samples";
}

.header-buttons-samples .button span[data-count="1"]::after {
  content: attr(data-count) " sample";
}


.header-buttons-mto,
.header-buttons-truck,
.header-buttons-samples,
.header-buttons-wishlist,
.header-buttons-specifiers {
	position: relative;
}
.header-buttons-mto .button,
.header-buttons-truck .button,
.header-buttons-samples .button,
.header-buttons-wishlist .button,
.header-buttons-specifiers .button {
	padding-right: 1.25rem;
}
.header-buttons-mto svg,
.header-buttons-truck svg,
.header-buttons-samples svg,
.header-buttons-wishlist svg,
.header-buttons-specifiers svg {
	position: absolute;
	right: 0.3rem;
	top: 0.25rem;
}

.header-buttons-truck .button.has-dropdown {
	width: calc(100% - 38px);
}
.header-buttons-truck .button.arrow-only {
	margin-left: -3px;
	width: 32px;
}
.header-buttons-truck svg {
	right: calc(38px + 0.3rem);
}

/*
==============================================
fontawesome
==============================================
*/
.fa-spin-reverse {
  -webkit-animation: fa-spin-reverse 2s infinite linear;
  animation: fa-spin-reverse 2s infinite linear;
}

@-webkit-keyframes fa-spin-reverse {
  0% {
    -webkit-transform: rotate(359deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes fa-spin-reverse {
  0% {
    transform: rotate(359deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*
==============================================
blockUI
==============================================
*/
div.blockMsg {
  border: 0;
  color: #fefefe;
  left: 30%;
  padding: 0;
  text-align: center;
  top: 30%;
  width: 40%;
}

div.blockOverlay {
  background: #0a0a0a;
  opacity: 0.7;
}

@media screen and (max-width: 39.9375em) {
  div.blockMsg {
    left: 0;
    top: 20%;
    width: 100%;
  }
}
/*
==============================================
fancybox modal
==============================================
*/
div.fancybox-skin {
  background-color: #8a8a8a;
  background-image: url(../img/noise-dark.png);
  color: #fefefe;
  border-radius: 1px;
}

div.fancybox-title {
  padding: 0.75rem;
  text-shadow: 0 1px 1px #0a0a0a;
}

a.fancybox-nav {
  background-color: transparent;
  height: 60%;
  top: 20%;
  width: 60px !important;
}
a.fancybox-nav span {
  visibility: visible !important;
  opacity: 0.5 !important;
}
a.fancybox-nav:hover span {
  opacity: 1 !important;
}

a.fancybox-nav:hover {
  background-color: #8a8a8a;
}

a.fancybox-next {
  right: -75px !important;
}

a.fancybox-prev {
  left: -75px !important;
}

#fancybox-buttons ul {
  width: 136px !important;
}

#fancybox-buttons a {
  height: 29px !important;
}

/*
==============================================
notice bar
==============================================
*/
div.notice-bar {
  box-shadow: 0 0 9px #333;
  min-height: 3.5em;
  padding: 1em 2.5em;
  position: fixed;
  text-align: center;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
div.notice-bar a.close {
  color: #fefefe;
  font-size: 2em;
  font-weight: 700;
  position: absolute;
  right: 1rem;
  top: 0.125em;
}

div.notice-bar.alert {
  background: #ec5840;
  color: #fefefe;
  text-shadow: 0 1px 1px #681b0f;
}

div.notice-bar.success {
  background: #43ac6a;
  color: #fefefe;
  text-shadow: 0 1px 1px #368a55;
}

/*
==============================================
animations
==============================================
*/
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(8%);
  }
  65% {
    transform: translateY(-4%);
  }
  80% {
    transform: translateY(4%);
  }
  95% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  65% {
    -webkit-transform: translateY(-4%);
  }
  80% {
    -webkit-transform: translateY(4%);
  }
  95% {
    -webkit-transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
.slideOut {
  animation-name: slideOut;
  -webkit-animation-name: slideOut;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: hidden !important;
  transition: visibility 1s ease;
}

@keyframes slideOut {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes slideOut {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
/*
==============================================
http://foundation.zurb.com/sites/docs/media-queries.html
$breakpoints: (
  small: 0,
  medium: 640px,
  large: 1024px,
  xlarge: 1200px,
  xxlarge: 1440px,
);
==============================================
*/
@media screen and (max-width: 576px) {
  .header-buttons {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .header-buttons[data-count="2"] > div {
    width: 50%;
  }

  .header-buttons[data-count="3"] > div {
    width: 50%;
  }

  .header-buttons[data-count="4"] > div {
    width: 50%;
  }

  .header-buttons[data-count="2"] .button,
.header-buttons[data-count="3"] .button,
.header-buttons[data-count="4"] .button {
    padding-left: 0.125rem;
    padding-right: 0.125rem;
  }
}
/* Small only */
@media screen and (max-width: 39.9375em) {
  #header {
    margin-bottom: 1em;
    margin-top: 1em;
  }

  header.header-primary img.logo {
    display: block;
    margin: 0 auto 0.85rem auto;
    max-height: 52px;
  }

  div.nav-priority {
    text-align: center;
  }

  ul.nav-priority {
    font-size: 0.75em;
  }
  ul.nav-priority li {
    margin: 0 0.5rem 0 0;
  }
  ul.nav-priority li::before {
    content: "";
  }
  ul.nav-priority li a {
    border-color: #ccc;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  button.priority-nav__dropdown-toggle {
    border: 1px solid #cacaca;
    font-size: 0.75em;
    line-height: 1.6;
  }
}
/* Medium and up */
@media screen and (min-width: 40em) {
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  h3 {
    font-size: 1.1875rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  h5 {
    font-size: 1.0625rem;
  }

  h6 {
    font-size: 1rem;
  }
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  header.header-primary img.logo {
    padding-top: 1em;
  }

  .accordion-content {
    font-size: 0.85rem;
  }
}
/* Large and up */
/* Large only */
