/* general */
@media print {
	a[href]:after {
		content: none;
	}
}

@media (max-width: 767px) {
	.mobile-spacer-xs {
		padding-top: 5px;
	}

	.mobile-input {
		max-width: 200px;
		margin: auto;
	}

	.menu-lv-1 {
		padding-left: 40px !important;
	}

	.menu-lv-2 {
		padding-left: 55px !important;
	}
}

@media (min-width: 768px) {
	#navbar {
		padding-left: 0;
	}

	#hd-search-form {
		width: 42%;
	}

	#hd-search {
		width: 100%;
	}

	#account-links {
		display: block;
	}

	.short-input {
		width: 50% !important;
	}
}

@media (min-width: 1200px) {
	#hd-search-form {
		width: 30%;
	}

	.container {
		width: 98%;
	}
}

a {
	color: #757575;
}

a.nolink {
	cursor: default;
}

.heading, .heading-alt {
	border-bottom: 1px solid #eee;
}

h1.heading {
	font-size: 20px;
	padding-bottom: 8px;
	margin-top: 5px;
	margin-bottom: 15px;
}

h4.heading {
	padding: 5px 0;
	margin-top: 15px;
}

h4.heading-alt {
	padding-bottom: 5px;
}

h1.welcome,
h2.welcome {
	font-size: 20px;
	font-weight: bold;
	color: #213a60;
}

.spacer-sm {
	padding-bottom: 10px;
}

.spacer-md {
	padding-bottom: 15px;
}

.spacer-top-sm {
	padding-top: 10px;
}

.spacer-top-md {
	padding-top: 15px;
}

.divider {
	border-top: 1px solid #eee;
	margin: 10px 0;
}

.list-group-divider {
	border-top-width: 5px !important;
}

.paging-sm {
	text-align: center;
}

.paging-sm > nav > ul.pagination {
	margin: 0;
}

.logo-grid {
	text-align: center;
	padding-top: 15px;
}

.btn-block-reg {
	display: block;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	margin: 0 auto;
}

.popover {
	max-width: 400px;
}

.progress-bar-blank {
	background-color: #ddd;
	color: #333;
}

.progress-bar-success a {
	color: #fff;
}

/* header */
header {
	margin-top: 10px;
}

#hd-logo {
	margin-bottom: 10px;
}

#hd-departments {
	background-color: #213a60;
	border-color: #000;
}

#hd-departments .icon-bar {
	background-color: #fff;
}

#navbar > ul.nav li.dropdown > a.dropdown-toggle,
#hd-departments .navbar-brand {
	color: #fff;
    font-weight: 600;
}

/* Smooth transition on the individual dropdown toggle links */
#navbar > ul.nav li.dropdown > a.dropdown-toggle {
    transition: background-color 0.2s ease;
}
 
/* Background turns cyan on hover, focus, or when the dropdown is open */
#navbar > ul.nav li.dropdown > a.dropdown-toggle:hover,
#navbar > ul.nav li.dropdown > a.dropdown-toggle:focus,
#navbar > ul.nav li.dropdown:hover > a.dropdown-toggle,
#navbar > ul.nav li.dropdown.open > a.dropdown-toggle {
    background-color: #10a3e9 !important;
}

@media (max-width: 767px) {
	#navbar > ul.nav li.dropdown > ul.dropdown-menu a {
		color: #fff !important;
	}
}

@media (min-width: 768px) {
	#navbar > ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
		margin-top: 0;
	}
}

/* submenus */
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

/* products */


.product h5, .product h6 {
	margin: 2px 0;
	font-weight: bold;
}

.product h5 {
	font-size: 16px;
}

.product p {
	margin-bottom: 0;
}

.product-info-col,
.product-info-pg {
	text-align: center;
}

.product-info-pg p {
	margin-bottom: 4px;
}

.product-info-quick,
.product-order {
	float: left;
}

.product-order-pg {
	margin: 15px auto;
	max-width: 350px;
}

.product-more {
	float: left;
	margin-top: 17px;
	margin-right: 10px;
}

.product-tag {
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
}

h5.product-tag {
	font-size: 14px !important;
}

@media (max-width: 767px) {
	.product-pricing table {
		margin: 10px 0;
	}
}

@media (min-width: 768px) {
	.product-info-row {
		display: inline-block;
		display: table-cell;
		vertical-align: middle;
		height: 200px;
		padding-left: 10px;
	}

	.product-img-row {
		float: left;
	}

	.product-pricing table {
		margin: 10px auto;
	}

	.product-order {
		padding-left: 10px;
		margin-top: 10px;
	}
}

.product-img,
.product-img-row {
	position: relative;
	width: 200px;
	height: 200px;
}

.product-page-img {
	width: 350px;
	height: 350px;
}

.product-img img,
.product-img-row img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 200px;
	max-height: 200px;
}

.product-page-img img {
	max-width: 350px;
	max-height: 350px;
}

.product-pricing,
.product-pricing-quick {
	float: left;
	width: 200px;
}

.product-pricing td,
.product-pricing-col td,
.product-pricing-quick td,
.product-pricing-embed td {
	border: 1px solid #CCC;
	padding: 2px;
	font-size: 12px;
	color: #666;
}

.product-pricing-col table {
	margin: 10px auto;
	text-align: left;
}

.product-pricing-quick table {
	margin: 0 10px;
}

.product-img-table {
	display: table;
	border-spacing: 5px;
}

.product-img-table > div {
	display: table-row;
}

.product-img-table > div > div {
	display: table-cell;
	border: 1px solid #ccc;
}

.product-img-table img {
	max-width: 75px;
	max-height: 75px;
}

#product-model {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 4px;
}

tr.priceTableOnDiscount {
	background-color: #C8D96B;
}

td.endColumnTableLabel,
td.endColumnTableValue {
	font-weight: bold;
	color: #000;
}

.list-price {
	color: #666;
}

/* footer */
footer {
	background-color: #f8f8f8;
	border-top: 1px solid #e7e7e7;
	padding: 20px 0;
	margin-top: 20px;
}

.copyright-top {
	border-top: 1px solid #888;
	padding-top: 15px;
	margin-top: 15px;
}

.copyright {
	color: #888;
	padding-top: 5px;
}

.social a {
	background-image: url('/img/site/interface/social.png');
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: top;
}

.facebook {
	background-position: 0 0;
}

.twitter {
	background-position: -32px 0;
}

.youtube {
	background-position: -64px 0;
}

.google {
	background-position: -96px 0;
}

.linkedin {
	background-position: 0 -32px;
}

.pinterest {
	background-position: -32px -32px;
}

.instagram {
	background-position: -64px -32px;
}

.reverb {
	background-position: -96px -32px;
}

/* =========================================================================
   ENOPOLY DISTRIBUTION - ABOUT US PAGE STYLES
   Scoped under .enopoly-about so rules will not affect the rest of the site.
   Base typography (h1, h2, h3, p, body font & size) is intentionally
   inherited from the site's main stylesheet.
   ========================================================================= */

.enopoly-about {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 15px 40px;
}

/* ---- Headings: only color / spacing / borders, no font-size or family ---- */
.enopoly-about h1 {
  color: #1a3a5c;
  margin: 0 0 10px;
}
.enopoly-about h2 {
  color: #1a3a5c;
  margin: 40px 0 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #c9d6e2;
}
.enopoly-about h3 {
  color: #1a3a5c;
  margin: 22px 0 8px;
}
.enopoly-about p {
  margin: 0 0 16px;
}

/* ---- Hero / intro ---- */
.enopoly-about .about-hero {
  text-align: center;
  padding: 20px 0 10px;
  border-bottom: 1px solid #e2e8ef;
  margin-bottom: 20px;
}
.enopoly-about .about-tagline {
  font-size: 1.5rem;
  color: #6a7785;
  font-style: italic;
  margin-top: 8px;
}

/* ---- Lede paragraph: inherits paragraph styles, only gets box treatment ---- */
.enopoly-about .about-lede {
  color: #445566;
  margin-bottom: 30px;
  padding: 18px 22px;
  background: #f4f7fa;
  border-left: 4px solid #1a3a5c;
  border-radius: 4px;
}

/* ---- Stats row ---- */
.enopoly-about .stats-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 28px 0;
  justify-content: space-between;
}
.enopoly-about .stat-box {
  flex: 1 1 160px;
  background: #fff;
  border: 1px solid #d8e1ea;
  border-top: 3px solid #1a3a5c;
  padding: 18px 14px;
  text-align: center;
  border-radius: 4px;
}
.enopoly-about .stat-number {
  display: block;
  font-size: 4.5rem;
  font-weight: 700;
  color: #1a3a5c;
  line-height: 1;
  margin-bottom: 6px;
}
.enopoly-about .stat-label {
  font-size: 0.85rem;
  color: #556677;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ---- Two-column layout ---- */
.enopoly-about .two-col {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin: 20px 0;
}
.enopoly-about .two-col > div {
  flex: 1 1 300px;
}

/* ---- Checkmark feature list ---- */
.enopoly-about ul.feature-list {
  list-style: none;
  padding: 0;
  margin: 12px 0;
}
.enopoly-about ul.feature-list li {
  padding: 8px 0 8px 28px;
  position: relative;
  border-bottom: 1px dotted #d8e1ea;
}
.enopoly-about ul.feature-list li:before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 8px;
  color: #1a3a5c;
  font-weight: 700;
}
.enopoly-about ul.feature-list li:last-child {
  border-bottom: none;
}

/* ---- Category grid ---- */
.enopoly-about .category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
  margin: 18px 0;
}
.enopoly-about .category-card {
  background: #f4f7fa;
  padding: 14px 16px;
  border-radius: 4px;
  border-left: 3px solid #1a3a5c;
}
.enopoly-about .category-card strong {
  display: block;
  color: #1a3a5c;
  margin-bottom: 3px;
}

/* ---- Trust / industry memberships block ---- */
.enopoly-about .trust-section {
  background: #f4f7fa;
  padding: 25px;
  border-radius: 6px;
  margin: 30px 0;
}
.enopoly-about .trust-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.enopoly-about .trust-logos img {
  max-height: 60px;
  width: auto;
}

/* ---- CTA box ---- */
.enopoly-about .cta-box {
  background: linear-gradient(135deg, #1a3a5c 0%, #213a60 100%);
  color: #fff;
  padding: 32px 28px;
  border-radius: 6px;
  text-align: center;
  margin: 35px 0 10px;
}
.enopoly-about .cta-box h2 {
  color: #fff;
  border: none;
  margin-top: 0;
}
.enopoly-about .cta-box p {
  color: #dde6f0;
}
.enopoly-about .cta-box a.btn-apply,
.enopoly-about .cta-box a.btn-contact {
  display: inline-block;
  padding: 12px 28px;
  margin: 8px 6px 0;
  background: #fff;
  color: #1a3a5c;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s;
  border: 2px solid #fff;
}
.enopoly-about .cta-box a.btn-apply:hover {
  background: transparent;
  color: #fff;
}
.enopoly-about .cta-box a.btn-contact {
  background: transparent;
  color: #fff;
}
.enopoly-about .cta-box a.btn-contact:hover {
  background: #fff;
  color: #1a3a5c;
}
.enopoly-about a {
  color: #1a3a5c;
}

/* ---- Mobile adjustments (only for page-specific custom sizes) ---- */
@media (max-width: 600px) {
  .enopoly-about .stat-number { font-size: 3rem; }
  .enopoly-about .about-tagline { font-size: 1.2rem; }
}

/* =========================================================================
   ENOPOLY DISTRIBUTION - PRIVACY POLICY STYLES
   Scoped under .enopoly-privacy so rules will not affect the rest of the site.
   Base typography (h1, h2, h3, p, body font & size) is intentionally
   inherited from the site's main stylesheet.
   Visually matches enopoly-about.css for a consistent brand feel.
   ========================================================================= */

.enopoly-privacy {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 15px 40px;
}

/* ---- Headings: only color / spacing / borders, no font-size or family ---- */
.enopoly-privacy h1 {
  color: #1a3a5c;
  margin: 0 0 10px;
}
.enopoly-privacy h2 {
  color: #1a3a5c;
  margin: 40px 0 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid #c9d6e2;
  scroll-margin-top: 20px; /* smooth-scroll offset for TOC jump links */
}
.enopoly-privacy h3 {
  color: #1a3a5c;
  margin: 22px 0 8px;
}
.enopoly-privacy p {
  margin: 0 0 16px;
}
.enopoly-privacy a {
  color: #1a3a5c;
}

/* ---- Hero / intro ---- */
.enopoly-privacy .privacy-hero {
  text-align: center;
  padding: 20px 0 10px;
  border-bottom: 1px solid #e2e8ef;
  margin-bottom: 20px;
}
.enopoly-privacy .privacy-tagline {
  font-size: 1.5rem;
  color: #6a7785;
  font-style: italic;
  margin-top: 8px;
}

/* ---- Effective date / meta row ---- */
.enopoly-privacy .privacy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 20px 0 28px;
  justify-content: space-between;
}
.enopoly-privacy .privacy-meta > div {
  flex: 1 1 200px;
  background: #fff;
  border: 1px solid #d8e1ea;
  border-top: 3px solid #1a3a5c;
  padding: 14px 16px;
  border-radius: 4px;
  text-align: center;
}
.enopoly-privacy .privacy-meta-label {
  display: block;
  font-size: 0.8rem;
  color: #556677;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.enopoly-privacy .privacy-meta-value {
  display: block;
  color: #1a3a5c;
  font-weight: 600;
}

/* ---- Lede paragraph: inherits paragraph text sizing, gets box treatment ---- */
.enopoly-privacy .privacy-lede {
  color: #445566;
  margin-bottom: 30px;
  padding: 18px 22px;
  background: #f4f7fa;
  border-left: 4px solid #1a3a5c;
  border-radius: 4px;
}

/* ---- Table of contents ---- */
.enopoly-privacy .privacy-toc {
  background: #f4f7fa;
  padding: 22px 28px;
  border-radius: 6px;
  margin: 30px 0;
  border: 1px solid #e2e8ef;
}
.enopoly-privacy .privacy-toc h2 {
  margin: 0 0 12px;
  padding: 0;
  border: none;
}
.enopoly-privacy .privacy-toc ol {
  margin: 0;
  padding-left: 22px;
  columns: 2;
  column-gap: 30px;
}
.enopoly-privacy .privacy-toc li {
  padding: 4px 0;
  break-inside: avoid;
}
.enopoly-privacy .privacy-toc a {
  text-decoration: none;
}
.enopoly-privacy .privacy-toc a:hover {
  text-decoration: underline;
}

/* ---- Content lists ---- */
.enopoly-privacy ul.privacy-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 20px;
}
.enopoly-privacy ul.privacy-list li {
  padding: 10px 0 10px 26px;
  position: relative;
  border-bottom: 1px dotted #d8e1ea;
}
.enopoly-privacy ul.privacy-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px;
  height: 8px;
  background: #1a3a5c;
  border-radius: 2px;
}
.enopoly-privacy ul.privacy-list li:last-child {
  border-bottom: none;
}

/* ---- Callout / highlight box ---- */
.enopoly-privacy .privacy-callout {
  background: #fdf6e3;
  border-left: 4px solid #c9a227;
  padding: 16px 20px;
  margin: 18px 0 22px;
  border-radius: 4px;
  color: #4a3c10;
}
.enopoly-privacy .privacy-callout strong {
  color: #3d3008;
}

/* ---- Mailing address block ---- */
.enopoly-privacy .privacy-address {
  background: #f4f7fa;
  padding: 18px 22px;
  border-radius: 4px;
  border-left: 4px solid #1a3a5c;
  margin: 18px 0 24px;
  display: inline-block;
  min-width: 280px;
}
.enopoly-privacy .privacy-address h3 {
  margin-top: 0;
  margin-bottom: 8px;
}
.enopoly-privacy .privacy-address p {
  margin-bottom: 0;
}

/* ---- Contact card grid ---- */
.enopoly-privacy .contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin: 20px 0 30px;
}
.enopoly-privacy .contact-card {
  background: #fff;
  padding: 20px 22px;
  border-radius: 6px;
  border: 1px solid #d8e1ea;
  border-left: 4px solid #1a3a5c;
  box-shadow: 0 1px 2px rgba(26, 58, 92, 0.04);
}
.enopoly-privacy .contact-card h3 {
  margin: 6px 0 4px;
}
.enopoly-privacy .contact-card .contact-role {
  display: inline-block;
  background: #1a3a5c;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 6px;
  font-weight: 600;
}
.enopoly-privacy .contact-card .contact-title {
  color: #6a7785;
  font-style: italic;
  margin: 0 0 12px;
}
.enopoly-privacy .contact-card .contact-detail {
  margin: 4px 0;
}

/* ---- Addition for privacy page: regular-sized text inside .stat-box ---- */
/* (.stat-number is 4.5rem which is too large for dates; .stat-text is the
   equivalent size for dates, short strings, or non-numeric stat values) */
.enopoly-about .stat-text {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a3a5c;
  line-height: 1.3;
  margin-bottom: 4px;
}

/* ---- Footer note ---- */
.enopoly-privacy .privacy-footer-note {
  text-align: center;
  color: #6a7785;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e2e8ef;
}

/* ---- Mobile adjustments ---- */
@media (max-width: 700px) {
  .enopoly-privacy .privacy-toc ol {
    columns: 1;
  }
  .enopoly-privacy .privacy-tagline {
    font-size: 1.2rem;
  }
  .enopoly-privacy .privacy-address {
    display: block;
  }
}
