@charset 'UTF-8';
@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/unineue-heavy-webfont.eot');
  src: url('../fonts/unineue-heavy-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/unineue-heavy-webfont.woff2') format('woff2'), url('../fonts/unineue-heavy-webfont.woff') format('woff'), url('../fonts/unineue-heavy-webfont.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/unineue-heavyitalic-webfont.eot');
  src: url('../fonts/unineue-heavyitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/unineue-heavyitalic-webfont.woff2') format('woff2'), url('../fonts/unineue-heavyitalic-webfont.woff') format('woff'), url('../fonts/unineue-heavyitalic-webfont.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/unineue-bold-webfont.eot');
  src: url('../fonts/unineue-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/unineue-bold-webfont.woff2') format('woff2'), url('../fonts/unineue-bold-webfont.woff') format('woff'), url('../fonts/unineue-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/unineue-bolditalic-webfont.eot');
  src: url('../fonts/unineue-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/unineue-bolditalic-webfont.woff2') format('woff2'), url('../fonts/unineue-bolditalic-webfont.woff') format('woff'), url('../fonts/unineue-bolditalic-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/unineue-regular-webfont.eot');
  src: url('../fonts/unineue-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/unineue-regular-webfont.woff2') format('woff2'), url('../fonts/unineue-regular-webfont.woff') format('woff'), url('../fonts/unineue-regular-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/unineue-regularitalic-webfont.eot');
  src: url('../fonts/unineue-regularitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/unineue-regularitalic-webfont.woff2') format('woff2'), url('../fonts/unineue-regularitalic-webfont.woff') format('woff'), url('../fonts/unineue-regularitalic-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/unineue-book-webfont.eot');
  src: url('../fonts/unineue-book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/unineue-book-webfont.woff2') format('woff2'), url('../fonts/unineue-book-webfont.woff') format('woff'), url('../fonts/unineue-book-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Uni Neue';
  src: url('../fonts/unineue-bookitalic-webfont.eot');
  src: url('../fonts/unineue-bookitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/unineue-bookitalic-webfont.woff2') format('woff2'), url('../fonts/unineue-bookitalic-webfont.woff') format('woff'), url('../fonts/unineue-bookitalic-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

html {
  font-size: 100% !important
}

body {
  background: #f8f8f8;
  color: #333;
  margin: 0;
  padding: 0;
  font-family: 'Uni Neue', sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 300;
}

.logo-chattanooga, .logo-chattanooga:visited {
  color: #fff;
  transition: all 0.5s;
}

.logo-chattanooga a:visited {
  color: inherit;
}

.bg-white .logo-chattanooga, .bg-white.logo-chattanooga:visited {
  color: #010101;
  transition: all 0.5s;
}

/* megamenu test #1 */
.menu-items a:hover {
  text-decoration: none;
}

.menu-items a {
  color: #fff;
}

.bg-white .menu-items a {
  color: #5f5f5f;
  transition: all 0.5s;
}

.bg-white .menu-items a:hover {
  color: #c8102e;
  transition: all 0.5s;
}

.bg-white .dn-icons{
  color: #5f5f5f;
}

.dn-icons {
  color: #fff;
}

.mega-menu {
  opacity: 0;
  visibility: hidden;
  z-index: -900;
  left: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  transition: all 0.1s linear 0s;
}



/* #hoverable Class Styles */
.hoverable {
  position: static;
}

.hoverable>a:after {
  content: "\25BC";
  font-size: 10px;
  padding-left: 4px;
  position: relative;
  top: -1px;
}

.hoverable:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  z-index: 900;
}


/* #toggle Class Styles */

.toggleable>label:after {
  content: "\25BC";
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  top: -1px;
}

.toggle-input {
  display: none;
}

.toggle-input:not(checked)~.mega-menu {
  opacity: 0;
  visibility: hidden;
  z-index: -900;
}

.toggle-input:checked~.mega-menu {
  opacity: 1;
  visibility: visible;
  z-index: 900;
}

.toggle-input:checked+label {
  color: white;
  background: rgb(3, 102, 114);
  /*@apply bg-teal-700 */
}

.toggle-input:checked~label:after {
  content: "\25B2";
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  top: -1px;
}

/* logo enovis */

.loading .logo-enovis .logo-mark.red {
  fill: #c8102e;
  transition: all 0.5s;
}

.loading .logo-enovis .logo-mark.black {
  fill: #010101;
  transition: all 0.5s;
}

.loading .logo-enovis .logo-text {
  fill: #010101;
  transition: all 0.5s;
}

.bg-white .logo-enovis .logo-mark.red {
  fill: #c8102e;
  transition: all 0.5s;
}

.bg-white .logo-enovis .logo-mark.black {
  fill: #010101;
  transition: all 0.5s;
}

.bg-white .logo-enovis .logo-text {
  fill: #010101;
  transition: all 0.5s;
}


.logo-enovis .logo-mark {
  fill: #fff;
  transition: all 0.5s;
}


/* enovis button styles */

a.button, button.button {
  font-size:11px;
  text-decoration: none;
  font-family: 'Uni Neue', sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  padding: 9px 27px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #000;
  cursor: pointer;
  outline: none;
  line-height: 1.3;
  background-color: #000;
  color: #fff !important;
  transition: all 0.1s;
  white-space: nowrap;
}
a.button.small {
  font-family: 'Uni Neue', sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #000;
  cursor: pointer;
  outline: none;
  line-height: 1.3;
  background-color: #000;
  color: #fff !important;
  transition: all 0.1s;
  font-size: 10px;
  padding: 1.2rem 2.4rem;
}
a.button.round {
  width: 4.8rem;
  height: 4.8rem;
  padding: 0;
  line-height: 6.24rem;
}
a.button.round i {
  font-size: 18px;
}
a.button.active {
  background: #000;
  color: #fff;
}
a.button:hover, .button:hover {
  background: #fff;
  color: #000 !important;
}
a.button:active {
  background: #507283;
}
a.button.disabled {
  background: #a8a9ab;
  border: 2px solid #a8a9ab;
  color: #fff;
}
a.button.reversed {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
  color: #000 !important;
}
/* Card buttons - white bg/black text, reversed on hover */
.card-btn.button {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
}
.card-btn.button:hover {
  background-color: #000 !important;
  color: #fff !important;
}

/* FAKS icon - invert white to black, restore on hover */
.faks-icon {
  filter: invert(1);
  transition: filter 0.1s;
}
.card-btn.button:hover .faks-icon {
  filter: invert(0);
}

a.button.outlined {
  background: #fff;
  color: #000 !important;
  border: 2px solid #4d4d50;
}
a.button.outlined:hover {
  background: #000;
  color: #fff !important;
}

a.button.primary {
  background: #c8102e;
  border: 2px solid #c8102e;
  color: #fff;
}
a.button.primary:hover {
  background: #fff;
  color: #c8102e !important;
}

a.button.primary-reversed {
  background: #fff;
  border: 2px solid #c8102e;
  color: #c8102e !important;
}

a.button.primary-reversed:hover {
  background: #000;
  border: 2px solid #000;
  color:#fff !important;
}

a.button.outlined-white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff !important;
  transition: all 0.3s ease;
}

a.button.outlined-white:hover {
  background: #fff;
  color: #000 !important;
}

a.button.secondary, button.button.secondary {
  background: #6B7280;
  border: 2px solid #6B7280;
  color: #fff !important;
}

a.button.secondary:hover, button.button.secondary:hover {
  background: #4B5563;
  border: 2px solid #4B5563;
  color: #fff !important;
}


/* backgrounds */

.background-color-primary-dark-primary {
  background-color: #c8102e;
  background-image: -webkit-linear-gradient(180deg, #c8102e, #640817);
  background-image: -moz-linear-gradient(180deg, #c8102e, #640817);
  background-image: -ms-linear-gradient(180deg, #c8102e, #640817);
  background-image: -o-linear-gradient(180deg, #c8102e, #640817);
}

.overlay-pattern {
  position: relative;
  z-index: 1;
}
.overlay-pattern::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 640px) {
  .overlay-pattern::before {
    background-size: 160%;
  }
}
.pattern-size-sm::before {
  background-size: 100%;
}
@media (max-width: 640px) {
  .pattern-size-sm::before {
    background-size: 160%;
  }
}
.pattern-size-md::before {
  background-size: 150%;
}
@media (max-width: 640px) {
  .pattern-size-md::before {
    background-size: 160%;
  }
}
.pattern-size-lg::before {
  background-size: 200%;
}
@media (max-width: 640px) {
  .pattern-size-lg::before {
    background-size: 160%;
  }
}
.overlay-pattern.zig-zags-dark::before {
  mix-blend-mode: multiply;
  background-image: url('https://enovis.com/themes/custom/enovis/images/svgs/pattern-lines-dark.svg');
}

.overlay-pattern.waves-dark::before {
  mix-blend-mode: multiply;
  background-image: url('https://enovis.com/themes/custom/enovis/images/svgs/pattern-waves-dark.svg');
  background-position: bottom right;
}
.overlay-pattern.waves-light::before {
  mix-blend-mode: lighten;
  background-image: url('https://enovis.com/themes/custom/enovis/images/svgs/pattern-waves-light.svg');
  background-position: bottom right;
}
.overlay-pattern.zig-zags-light::before {
  mix-blend-mode: lighten;
  background-image: url('https://enovis.com/themes/custom/enovis/images/svgs/pattern-lines-light.svg');
}

.opacity-10,
.pattern-opacity-10::before {
  opacity: 0.1;
}

.opacity-20,
.pattern-opacity-20::before {
  opacity: 0.20;
}

.opacity-30,
.pattern-opacity-30::before {
  opacity: 0.30;
}

.pattern-size-sm::before {
  background-size: 100%;
}


/* footer */

#dn-chatta-footer a {
  color:#fff;
  text-decoration:none;
}

#dn-chatta-footer a:hover {
  color:#c8102e;
}

/* hide staging */
.xpage-footer {
  display: none !important;
}

.xpage-header{
  display: none !important;
}

.breadcrumbs {
  display: none !important;
}

/* colors */ 


.text-color-white {
  color: #fff;
}
.background-color-white {
  background-color: #fff;
}
.border-color-white {
  border-color: #fff;
}
.text-color-black {
  color: #000;
}
.background-color-black {
  background-color: #000;
}
.border-color-black {
  border-color: #000;
}
.text-color-rule {
  color: #d5d5d5;
}
.background-color-rule {
  background-color: #d5d5d5;
}
.border-color-rule {
  border-color: #d5d5d5;
}
.text-color-off-white {
  color: #f5f5f5;
}
.background-color-off-white {
  background-color: #f5f5f5;
}
.border-color-off-white {
  border-color: #f5f5f5;
}
.text-color-light-grey {
  color: #e3e3e7;
}
.background-color-light-grey {
  background-color: #e3e3e7;
}
.border-color-light-grey {
  border-color: #e3e3e7;
}
.text-color-med-grey {
  color: #a8a9ab;
}
.background-color-med-grey {
  background-color: #a8a9ab;
}
.border-color-med-grey {
  border-color: #a8a9ab;
}
.text-color-dark-grey {
  color: #4d4d50;
}
.background-color-dark-grey {
  background-color: #4d4d50;
}
.border-color-dark-grey {
  border-color: #4d4d50;
}
.text-color-primary {
  color: #c8102e !important;
}
.background-color-primary {
  background-color: #c8102e !important;
}
.border-color-primary {
  border-color: #c8102e;
}
.text-color-primary-dark {
  color: #640817;
}
.background-color-primary-dark {
  background-color: #640817;
}
.border-color-primary-dark {
  border-color: #640817;
}
.text-color-primary-med {
  color: #960C22;
}
.background-color-primary-med {
  background-color: #960C22;
}
.border-color-primary-med {
  border-color: #960C22;
}
.text-color-secondary {
  color: #466473;
}
.background-color-secondary {
  background-color: #466473 !important;
}
.border-color-secondary {
  border-color: #466473;
}
.text-color-secondary-dark {
  color: #34414A;
}
.background-color-secondary-dark {
  background-color: #34414A;
}
.border-color-secondary-dark {
  border-color: #34414A;
}
.text-color-secondary-light {
  color: #6B838F;
}
.background-color-secondary-light {
  background-color: #6B838F;
}
.border-color-secondary-light {
  border-color: #6B838F;
}
.text-color-alert-ok {
  color: #e5f0d7;
}
.background-color-alert-ok {
  background-color: #e5f0d7;
}
.border-color-alert-ok {
  border-color: #e5f0d7;
}
.background-color-primary-primary-dark {
  background-color: #c8102e;
  background-image: -webkit-linear-gradient(0deg, #c8102e, #640817);
  background-image: -moz-linear-gradient(0deg, #c8102e, #640817);
  background-image: -ms-linear-gradient(0deg, #c8102e, #640817);
  background-image: -o-linear-gradient(0deg, #c8102e, #640817);
}
.background-color-primary-dark-primary {
  background-color: #c8102e;
  background-image: -webkit-linear-gradient(180deg, #c8102e, #640817);
  background-image: -moz-linear-gradient(180deg, #c8102e, #640817);
  background-image: -ms-linear-gradient(180deg, #c8102e, #640817);
  background-image: -o-linear-gradient(180deg, #c8102e, #640817);
}
.background-color-secondary-secondary-dark {
  background-color: #466473;
  background-image: -webkit-linear-gradient(0deg, #466473, #34414A);
  background-image: -moz-linear-gradient(0deg, #466473, #34414A);
  background-image: -ms-linear-gradient(0deg, #466473, #34414A);
  background-image: -o-linear-gradient(0deg, #466473, #34414A);
}
.background-color-secondary-dark-secondary {
  background-color: #466473;
  background-image: -webkit-linear-gradient(180deg, #466473, #34414A);
  background-image: -moz-linear-gradient(180deg, #466473, #34414A);
  background-image: -ms-linear-gradient(180deg, #466473, #34414A);
  background-image: -o-linear-gradient(180deg, #466473, #34414A);
}
.background-color-black-dark-grey {
  background-color: #000;
  background-image: -webkit-linear-gradient(0deg, #000, #4d4d50);
  background-image: -moz-linear-gradient(0deg, #000, #4d4d50);
  background-image: -ms-linear-gradient(0deg, #000, #4d4d50);
  background-image: -o-linear-gradient(0deg, #000, #4d4d50);
}
.background-color-dark-grey-black {
  background-color: #000;
  background-image: -webkit-linear-gradient(180deg, #000, #4d4d50);
  background-image: -moz-linear-gradient(180deg, #000, #4d4d50);
  background-image: -ms-linear-gradient(180deg, #000, #4d4d50);
  background-image: -o-linear-gradient(180deg, #000, #4d4d50);
}
.background-color-dark-grey-med-grey {
  background-color: #4d4d50;
  background-image: -webkit-linear-gradient(0deg, #4d4d50, #a8a9ab);
  background-image: -moz-linear-gradient(0deg, #4d4d50, #a8a9ab);
  background-image: -ms-linear-gradient(0deg, #4d4d50, #a8a9ab);
  background-image: -o-linear-gradient(0deg, #4d4d50, #a8a9ab);
}
.background-color-med-grey-dark-grey {
  background-color: #4d4d50;
  background-image: -webkit-linear-gradient(180deg, #4d4d50, #a8a9ab);
  background-image: -moz-linear-gradient(180deg, #4d4d50, #a8a9ab);
  background-image: -ms-linear-gradient(180deg, #4d4d50, #a8a9ab);
  background-image: -o-linear-gradient(180deg, #4d4d50, #a8a9ab);
}
.background-color-med-grey-light-grey {
  background-color: #a8a9ab;
  background-image: -webkit-linear-gradient(0deg, #a8a9ab, #e3e3e7);
  background-image: -moz-linear-gradient(0deg, #a8a9ab, #e3e3e7);
  background-image: -ms-linear-gradient(0deg, #a8a9ab, #e3e3e7);
  background-image: -o-linear-gradient(0deg, #a8a9ab, #e3e3e7);
}
.background-color-light-grey-med-grey {
  background-color: #a8a9ab;
  background-image: -webkit-linear-gradient(180deg, #a8a9ab, #e3e3e7);
  background-image: -moz-linear-gradient(180deg, #a8a9ab, #e3e3e7);
  background-image: -ms-linear-gradient(180deg, #a8a9ab, #e3e3e7);
  background-image: -o-linear-gradient(180deg, #a8a9ab, #e3e3e7);
}
.background-color-light-grey-white {
  background-color: #e3e3e7;
  background-image: -webkit-linear-gradient(0deg, #e3e3e7, #fff);
  background-image: -moz-linear-gradient(0deg, #e3e3e7, #fff);
  background-image: -ms-linear-gradient(0deg, #e3e3e7, #fff);
  background-image: -o-linear-gradient(0deg, #e3e3e7, #fff);
}
.background-color-gradient-white-light-grey {
  background-color: #e3e3e7;
  background-image: -webkit-linear-gradient(180deg, #e3e3e7, #fff);
  background-image: -moz-linear-gradient(180deg, #e3e3e7, #fff);
  background-image: -ms-linear-gradient(180deg, #e3e3e7, #fff);
  background-image: -o-linear-gradient(180deg, #e3e3e7, #fff);
}


.font-weight-1 {
  font-weight: 300;
}
.font-weight-2 {
  font-weight: 400;
}
.font-weight-3 {
  font-weight: 700;
}
.font-weight-4 {
  font-weight: 900;
}
.font-style-normal {
  font-style: normal;
}
.font-style-italic {
  font-style: italic;
}

/* override link colors */

.dn-main a {
  color: #333;
  text-decoration: none;
}

.dn-main a:hover {
  color: #c8102e;

}

.dn-faq button {
  border: none;
}

.dn-faq button:hover, .dn-faq button:focus, .dn-faq button:active {
  background-color: #c8102e;
  color:#fff !important; 
  transition: all 0.5s;
}

button svg {
  transition: all 0.1s;
}

.dn-faq-answer {
  transition: visibility 0s, opacity 0.5s linear;
}


html {
  scroll-behavior: smooth;
  scroll-padding-top: 12%;
}

h1, h2, h3, h4, h5 {
  color:#4d4d50;
}


.history-slide-nav{
	display: block;
	color: #fff;
	width: 12%;
	text-align: center;
	cursor: pointer;
}

.history-slide-nav.is-nav-selected {
  background-color: #640817;
  transition: background-color 0.3s ease;
}
.container-testimonials .card-testimonial .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c73df;
}

.container-testimonials .card-testimonial .icon .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: #fff;
}

.container-testimonials .card-testimonial .slide {
  width: 300px;
  height: 400px;
  transition: 0.8s;
}

.container-testimonials .card-testimonial .slide.slide1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: 0.3s;
  transform: translateY(150px);
}

.container-testimonials .card-testimonial:hover .slide.slide1 {
  transform: translateY(0px);
}

.container-testimonials .card-testimonial .slide.slide2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  transition: 0.8s;
  height:200px;
  transform: translateY(-150px);
}

.container-testimonials .card-testimonial:hover .slide.slide2 {
  transform: translateY(0);
}

.container-testimonials .card-testimonial .slide.slide2::after {
  margin-top:10px;
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: #f00;
}

.container-testimonials .card-testimonial .slide.slide2 .content p {
  text-align: center;
}

.container-testimonials .card-testimonial .slide.slide2 .content h3 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 24px;
  text-align: center;
  color: #414141;
}

.grid-hover {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid-hover figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 100%;
	max-width: 100%;
	max-height: 400px;
	width: 100%%;
	background: #e6e6e6;
	text-align: center;
	cursor: pointer;
}

.grid-hover figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid-hover figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid-hover figure figcaption::before,
.grid-hover figure figcaption::after {
	pointer-events: none;
}

.grid-hover figure figcaption,
.grid-hover figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid-hover figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid-hover figure h2 {
	/* word-spacing: -0.15em; */
	font-weight: 300;
}

.grid-hover figure h2 span {
	font-weight: 800;
}

.grid-hover figure h2,
.grid-hover figure p {
	margin: 0;
}

.grid-hover figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 110px;
	background: #fff;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
	float: left;
}

figure.effect-zoe p.icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
	color: #252d31;
}

figure.effect-zoe p.description {
  position: absolute;
  left: 0;
  bottom: 200px;
  padding: 2em;
  color: #fff;
  text-transform: none;
  opacity: 0;
  -webkit-transition: opacity 0.55s 0.1s;
  transition: opacity 0.55s 0.1s;
  -webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
	content: '\e000';
}

.icon-paper-clip::before {
	content: '\e001';
}

.icon-heart::before {
	content: '\e024';
}

figure.effect-zoe h2 {
	display: inline-block;
}

figure.effect-zoe:hover p.description {
	opacity: 1;
  left:0;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

/* hubspot form */
#hs-form fieldset {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  padding-top: 10px !important;
  padding-bottom:10px;
}

#hs-form fieldset .input {
  margin-right: 20px;
}

#hs-form fieldset.form-columns-1 input[type=text] {
  width: 100%;
}

#hs-form fieldset.form-columns-1 .input select {
  width: 100%;
}

#hs-form fieldset .xlegal-consent-container {
  padding: 30px 0px;
}
#hs-form .hs-submit {
  padding:20px 0px;
}

#hs-form .hs-richtext {
  padding: 20px 0px;
}

#hs-form .hs-button {
  font-size:11px;
  text-decoration: none;
  font-family: 'Uni Neue', sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  padding: 9px 27px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #000;
  cursor: pointer;
  outline: none;
  line-height: 1.3;
  background-color: #000;
  color: #fff !important;
  transition: all 0.1s;
}


.list-style-type-circle {
  list-style-type: circle;
}

.list-style-position-inside {
  list-style-position: inside;
  padding: 10px 0 10px 20px;
  text-indent: -1em;
}
.list-style-position-outside {
  list-style-position: outside;
}

/* position outside */
.flickity-prev-next-button.previous {
  left: -44px !important;
}
.flickity-prev-next-button.next {
  right: -44px !important;
}


	#hs-form {
		color: #333;
	}

	#hs-form h1 {
		font-size: 31.9px;
		letter-spacing: 0.03em;
		text-align: center;
	} 

	#hs-form fieldset {
		max-width: 100% !important;
	}

	#hs-form fieldset {
		max-width: 100% !important;
		padding: 0 24px 24px 24px;
	}

	#hs-form .hs_recaptcha, #hs-form .hs_submit {
		padding: 0 24px 24px 24px;
	}
	#hs-form input:focus, textarea:focus select:focus{
			outline: none;
	}

	#hs-form fieldset input[type="text"],
	#hs-form fieldset input[type="email"],
	#hs-form fieldset input[type="tel"],
	#hs-form fieldset input[type="number"],
	#hs-form fieldset input[type="date"],
	#hs-form fieldset input[type="url"],
	#hs-form fieldset input[type="password"]{
		width: 100%;
	}

	#hs-form label {
		font-family: 'Uni Neue', sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 11px;
		margin-bottom: 0px;
		display: block;
		letter-spacing: 0.02em;
		position: relative;
		text-transform: uppercase;
	}

	#hs-form input[type="text"], #hs-form input[type="email"], #hs-form input[type="tel"], #hs-form input[type="url"], #hs-form input[type="search"], #hs-form input[type="number"], #hs-form input[type="password"], #hs-form textarea {
		font-family: 'Uni Neue', sans-serif;
		font-weight: 300;
		font-style: normal;
		color: #666;
		padding: 5px;
		border: none;
		width: 100%;
		display: inline-block;
		clear: both;
		border-bottom: 1px solid #d5d5d5;
		background: transparent;
		height: 42px;
		padding: 1.2rem;
		padding-left: 0;
		-webkit-appearance: none;
		transition: border-color 0.2s ease-in-out;
		max-width: 100%;
		position: relative;
		top: 1px;
	}

	#hs-form input[type="text"]:focus, #hs-form input[type="email"]:focus, #hs-form input[type="tel"]:focus, #hs-form input[type="url"]:focus, #hs-form input[type="search"]:focus, #hs-form input[type="number"]:focus, #hs-form input[type="password"]:focus, #hs-form textarea:focus {
		border-color: #c8102e;
	}

	#hs-form .hs-error-msg {
		padding-top:10px;
		color: #fff;
		font-size: 12px;
		font-weight: 500;
		padding:8px;
		margin-top:10px;
		background-color:#c8102e;
		width: fit-content;
		border-radius: 6px;
	}

	#hs-form fieldset select{
		width: 100%;
		max-width: 100%;
		font-size:15px;
		text-transform: none;
		font-weight: 300;
		padding: 10.3px;
		padding-left: 0;
		border: 0;
		background: transparent;
		border-bottom: 1px solid #d5d5d5;
		border-radius: 0;
		margin: 3px;
	}
	#hs-form fieldset textarea{
		width: 100%;
		min-height: 200px;
		display: block;
		border: 1px solid #d5d5d5;
		padding: 1.2rem;
	}

	#hs-form .hs-richtext{
		margin-bottom:12px;
	}


  #hs-form .hs-button {
		font-family: 'Uni Neue', sans-serif;
		font-weight: 500;
		margin: 11.25px 0;
		padding: 12px 24px;
		display: inline-block;
		padding: 7px 21px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 0.1em;
		text-align: center;
		box-sizing: content-box;
		border: 2px solid #000;
		cursor: pointer;
		outline: none;
		line-height: 1.3;
		background-clip: border-box;
		background: #000;
		color: #fff;
		border-color: #000;
	}

	#hs-form .hs-button:hover {
		background: #fff;
		color: #000 !important;
	}

  #hs-form ul li input {
    margin-right: 10px
  }

 
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
button[type="submit"]:focus,
button[type="reset"]:focus,
button:focus {
  outline: none !important;
}


input[type='number'] {
  -moz-appearance:textfield;
}

/* Webkit browsers like Safari and Chrome */

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


.loader {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border-left: 4px solid #c8102e;
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

.row-backorder {
  box-shadow: 5px 0px 0px #C8102E inset;
}

.row-normal {
  box-shadow: 5px 0px 0px #1E7F4C inset;
}

/* Custom Tooltip Styles */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 280px;
  background-color: #333 !important;
  color: #fff !important;
  text-align: center;
  border-radius: 6px;
  padding: 10px 12px !important;
  position: fixed !important;
  z-index: 1100;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  font-size: 12px !important;
  line-height: 1.4 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-weight: 300 !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  white-space: normal;
  display: block;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Ensure button.tooltip works correctly */
a.button.tooltip {
  overflow: visible;
}

button.button.tooltip {
  overflow: visible;
}

/* Neumorphic card shadow */
.card-neumorphic {
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2),
             -15px -15px 30px rgba(255, 255, 255, 0.8);
}

/* Required field asterisk - red color */
label abbr[title="required"],
label abbr,
abbr[title="required"],
.input abbr {
  color: #c8102e !important;
  text-decoration: none !important;
}

/* File validation error animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-4px); }
  20%, 40%, 60%, 80% { transform: translateX(4px); }
}

.animate-fade-in {
  animation: fadeIn 0.25s ease-out forwards;
}

.animate-shake {
  animation: shake 0.4s ease-in-out;
}

/* File input error state */
.file-input-container input[type="file"].ring-2 {
  outline: none;
  border-radius: 6px;
}

/* ===========================================
   JustValidate Form Validation Styles
   =========================================== */

/* Fade-in animation for tooltips (slides from left) */
@keyframes tooltipFadeIn {
  from {
    opacity: 0;
    transform: translateX(-8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Inline validation error label */
.validation-error-label {
  color: #c8102e;
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

/* Invalid field border */
.is-invalid {
  border-color: #c8102e !important;
  transition: border-color 0.2s ease;
}

/* Valid field border */
.is-valid {
  border-color: #059669 !important;
  transition: border-color 0.2s ease;
}

/* Tooltip styles - branding red with smooth animation */
.just-validate-error-label[data-tooltip="true"] {
  background: #c8102e !important;
  color: white !important;
  padding: 8px 14px !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  box-shadow: 0 4px 12px rgba(200, 16, 46, 0.3) !important;

  /* Smooth entrance animation */
  animation: tooltipFadeIn 0.25s ease-out forwards;

  /* Smooth transitions for any property changes */
  transition: opacity 0.2s ease, transform 0.2s ease;
}

/* Tooltip arrow color */
.just-validate-error-label[data-tooltip="true"]::before {
  border-bottom-color: #c8102e !important;
  transition: opacity 0.2s ease;
}

/* ===========================================
   404 Error Page Styles
   =========================================== */

.error-page {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0d0d0d 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

/* Animated background gradient */
.error-page .bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(ellipse at 20% 80%, rgba(200, 16, 46, 0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(100, 8, 23, 0.2) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 50%, rgba(200, 16, 46, 0.05) 0%, transparent 70%);
  animation: gradientPulse 8s ease-in-out infinite;
}

@keyframes gradientPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(1.1); }
}

/* Floating particles */
.error-page .particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}

.error-page .particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #c8102e;
  border-radius: 50%;
  opacity: 0.3;
  animation: float 15s infinite ease-in-out;
}

.error-page .particle:nth-child(1) { left: 10%; animation-delay: 0s; animation-duration: 12s; }
.error-page .particle:nth-child(2) { left: 20%; animation-delay: 2s; animation-duration: 14s; }
.error-page .particle:nth-child(3) { left: 30%; animation-delay: 4s; animation-duration: 16s; }
.error-page .particle:nth-child(4) { left: 40%; animation-delay: 1s; animation-duration: 13s; }
.error-page .particle:nth-child(5) { left: 50%; animation-delay: 3s; animation-duration: 15s; }
.error-page .particle:nth-child(6) { left: 60%; animation-delay: 5s; animation-duration: 11s; }
.error-page .particle:nth-child(7) { left: 70%; animation-delay: 2.5s; animation-duration: 17s; }
.error-page .particle:nth-child(8) { left: 80%; animation-delay: 0.5s; animation-duration: 14s; }
.error-page .particle:nth-child(9) { left: 90%; animation-delay: 3.5s; animation-duration: 12s; }

@keyframes float {
  0% { transform: translateY(100vh) rotate(0deg); opacity: 0; }
  10% { opacity: 0.4; }
  90% { opacity: 0.4; }
  100% { transform: translateY(-100vh) rotate(720deg); opacity: 0; }
}

/* Enovis pattern overlay for error pages */
.error-page .enovis-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('https://enovis.com/themes/custom/enovis/images/svgs/pattern-waves-light.svg');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 120%;
  mix-blend-mode: lighten;
  opacity: 0.08;
  pointer-events: none;
}

/* Main content */
.error-page .content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 2rem;
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Logo */
.error-page .logo {
  width: 140px;
  margin: 0 auto 2rem;
  animation: fadeInUp 0.8s ease-out 0.1s both;
}

.error-page .logo svg {
  width: 100%;
  height: auto;
}

/* Full white logo per brand guidelines (no red/white combo on dark bg) */
.error-page .logo-mark.red { fill: #fff; }
.error-page .logo-mark.black { fill: #fff; }

/* 404 Number */
.error-page .error-code {
  font-size: clamp(120px, 25vw, 280px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, #fff 0%, #a8a9ab 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

/* Message */
.error-page .message {
  animation: fadeInUp 0.8s ease-out 0.3s both;
}

.error-page .message h1 {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
  letter-spacing: 0.02em;
}

.error-page .message p {
  font-size: clamp(0.875rem, 2vw, 1rem);
  font-weight: 300;
  color: #a8a9ab;
  max-width: 400px;
  margin: 0 auto 2rem;
  line-height: 1.6;
}

/* Button */
.error-page .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 12px 32px;
  font-family: 'Uni Neue', sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
  background: #c8102e;
  border: 2px solid #c8102e;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

.error-page .btn:hover {
  background: #fff;
  color: #c8102e;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(200, 16, 46, 0.3);
}

.error-page .btn:active {
  transform: translateY(0);
}

.error-page .btn svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.error-page .btn:hover svg {
  transform: translateX(-3px);
}

/* Decorative line */
.error-page .line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #c8102e 0%, #640817 100%);
  margin: 1.5rem auto;
  border-radius: 2px;
  animation: fadeInUp 0.8s ease-out 0.25s both, lineGrow 0.6s ease-out 0.5s both;
}

@keyframes lineGrow {
  from { width: 0; }
  to { width: 60px; }
}

/* Footer hint */
.error-page .hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75rem;
  font-weight: 300;
  color: #4d4d50;
  letter-spacing: 0.05em;
  animation: fadeIn 1s ease-out 1s both;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Responsive */
@media (max-width: 640px) {
  .error-page .logo {
    width: 100px;
  }

  .error-page .content {
    padding: 1.5rem;
  }
}

