@import url('https://fonts.googleapis.com/css2?family=Antic&family=Roboto:wght@100;300;700&display=swap');
html * {
    -webkit-text-size-adjust: 100%;
}

body {
    word-wrap: break-word !important;
    background: #fff;
    font-family: "Open Sans", Arial, sans-serif;
}

body,
body p,
li,
ul {
    color: #555;
    line-height: 1.65em;
}

.Normal,
.normal,
body,
p {
    font-size: 16px;
    line-height: 1.5em;
}

p:empty {
    height: 0;
    margin: 0;
    padding: 0;
}


.ResponsiveImg img {
    width: 100%;
    height: auto;
}

.ProductInfo {
    display: block;
    text-align: center;
}

a.btn-success {
    background: #f9e04f;
}

a.btn-success:hover {
    background: #268695;
}

.NewsBlock h4 {
    margin:0 0 0.25em 0;
}

.MediaBox {margin:0 0 2em 1em;}

.MediaBox img {width:100%;height:auto;}

.MediaBoxLeft {float:left;width:41%;padding:3em 3em 3em 0;text-align:center;}
.MediaBoxRight {float:right;width:41%;padding: 3em 0 3em 3em;text-align:center;}
.MediaBoxLeft img, .MediaBoxRight img {width:100%;height:auto;}

.clearfix::after {
      content: "";
      display: table;
      clear: both;
    }



.table-error {background:#F9E04F}
.thead-inverse th {
            color: #fff;
            background-color: #373a3c;
        }

ul li:not(.edn_docType_pdf) {
    margin-left: 2em;
}

li.edn_docType_pdf a {color:#666;}

.article_date span {
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
}

.SiteSearchField {
    display: inline-block;
    min-height: 0 !important;
}

.ActionsPaneHolder {
    position: relative;
    z-index: 9999;
    clear: both;
}

.edsmm_level_1 {
    -webkit-box-shadow: 10px 10px 5px -4px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 10px 10px 5px -4px rgba(0, 0, 0, 0.29);
    box-shadow: 10px 10px 5px -4px rgba(0, 0, 0, 0.29);
}

.specs-title {
  margin: 0 0 .75rem;
}

/* Horizontal scroll container */
.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable both-edges;
}

/* Prevent mobile collapse */
.spec-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.spec-table th,
.spec-table td {
  border: 1px solid #4d4d4d;
  padding: .5rem .75rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.spec-table td:nth-child(1),
.spec-table td:nth-child(2) {
  text-align: left;
}

.spec-table thead th {
  font-weight: 700;
}

.spec-table tbody tr:nth-child(even) {
  background: rgba(0,0,0,.04);
}

p.spec-legend {display:block;padding:3em;}

nav {
    position: absolute;
    top: 34px;
    right: 0;
    padding: 0;
    background-color: transparent;
}

a,
a:active,
a:link,
a:visited,
a:focus,
a:hover {
    color: #035290;
    border-color: #e1daca;
    text-decoration: none !important;
    -webkit-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", Arial, sans-serif;
}

h1,
h2 {
    font-size: 2.2em
}

h3,
h4 {
    font-size: 1.2em;
    color: #112449;
    margin: 2em 0 1em 0;
}

h4 span {
    font-weight: 100
}

h5,
h6 {
    font-size: 1.4em;
}

img {
    max-width: 100%;
	height:auto;
}

/* SAW BUTTONS */

.SawButton {
    --h: 34px;
    --bg: #0b4f83;
    --fg: #ffffff;
    --edgeH: 1.06;
    --arrowH: 0.58;
    --edgeRight: -9px;
    --arrowRight: 4px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--h);
    padding: 0 32px 0 34px;
    border-radius: 999px;
    background: var(--bg);
    color: var(--fg);
    text-decoration: none;
    font-family: inherit;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .18);
    transition: transform 180ms ease, filter 180ms ease;
    transform: translateZ(0);
    overflow: visible;
}

.SawButton:hover{ transform: translateY(-1px); filter: brightness(1.03); }
.SawButton:active{ transform: translateY(0) scale(.99); }

.SawButton:focus-visible{
  outline: 3px solid rgba(255, 211, 74, 0.85);
  outline-offset: 4px;
}

.SawButton__text{
  position: relative;
  z-index: 3;
}

/* ====== Tooth edge piece ====== */
.SawButton__edge{
  position: absolute;
  right: var(--edgeRight);
  top: 50%;
  transform: translateY(-50%);
  height: calc(var(--h) * var(--edgeH));
  width: auto;
  z-index: 1;
  pointer-events: none;
}

.SawButton__edge svg{
  height: 100%;
  width: auto;
  display: block;
}

.SawButton .edgeFill{ fill: var(--bg) !important; }

/* ====== Arrow overlay ====== */
.SawButton__arrow{
  position: absolute;
  right: var(--arrowRight);
  top: 50%;
  transform: translateY(-50%);
  height: calc(var(--h) * var(--arrowH));
  width: auto;
  z-index: 2;
  pointer-events: none;
}

.SawButton__arrow svg{
  height: 100%;
  width: auto;
  display: block;
}

.SawButton .arrowFill{ fill: #ffffff !important; }

/* Themes */
.SawButton--blue{ --bg:#0b4f83; --fg:#ffffff;}
.SawButton--yellow{ --bg:#f9e04f; --fg:#ffffff;}

a.SawButton--blue span{color:#fff; }
a.SawButton--yellow span{color:#0b4f83 }

/* Mobile sizing */
@media (max-width: 520px){
  .SawButton{

    padding: 0 32px 0 34px;
    font-size: 13px;
  }
  .SawButton, .SawButton__edge  {height:35px;--h: 35px;}
}
	

/* =============================
   HEADLINE
============================= */
.HomeBanner2 .BannerH1{
  position:absolute;
  z-index:5;
  left:50%;
  top:clamp(18px, 3.6vw, 56px);
  transform:translateX(-50%);
  margin:0;
  width:min(92%, 1180px);
  text-align:center;
  text-transform:uppercase;
  font-weight:900;
  line-height:1.04;
  font-size:clamp(24px, 3.05vw, 54px);
  letter-spacing:.06em;
  color:#fff;
  text-shadow:
    0 2px 6px rgba(0,0,0,.28),
    0 0 10px rgba(0,0,0,.18);
  padding:0 16px;
}
.BannerH1 .line{ display:block; white-space:nowrap; }
.gold{ color:#ffd34a; }

@media (max-width:1200px){
  .BannerH1{ font-size:clamp(22px, 3.4vw, 44px); letter-spacing:.045em; }
  .BannerH1 .line{ white-space:normal; }
}
@media (max-width:760px){
  .BannerH1{ font-size:clamp(26px, 6.4vw, 38px); line-height:1.08; letter-spacing:.04em; top:16px; }
  .BannerH1 .line{ white-space:normal; }
}
@media (max-width:420px){
  .BannerH1{ font-size:clamp(22px, 7.2vw, 32px); letter-spacing:.03em; }
}

/* =============================
   ANIMATIONS
============================= */
@keyframes sawIn{
  0%{transform:translateX(-115%);opacity:0;}
  70%{opacity:1;}
  100%{transform:translateX(0);opacity:1;}
}
@keyframes bladeIn{
  0%{transform:translateX(115%);opacity:0;}
  70%{opacity:1;}
  100%{transform:translateX(0);opacity:1;}
}

@media (prefers-reduced-motion:reduce){
  .SawLink,.BladeLink{ animation:none !important; transform:none !important; opacity:1 !important; }
  .HeaderBkgnd{ opacity:1 !important; }
}

.SiteLogo img {
    max-height: 90px;
}

.img-thumbnail {
    border: 0
}

.edsgg_image_thumbnail img {border:1px solid #efefef;}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column>div>.edsmm_leftContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column>div>.edsmm_rightContainer {
    width: 75% !important;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column.edsmm_htmlContentLeft>div>.edsmm_menuListsContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column.edsmm_htmlContentRight>div>.edsmm_menuListsContainer {
    width: 25% !important;
}

.ProductBenefits li {
    border: 1px solid #ccc;
    padding: 2%;
    margin: 1%;
    font-weight: 500;
    color: #666;
    -webkit-font-smoothing: antialiased;
    width: 30%;
    float: left;
    list-style-type: none;
    display: table-cell;
    vertical-align: middle;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    font-size: 0.9em !important;
    line-height: 1.2em;
}

.ProductBenefits ul li:before {
    font-family: FontAwesome;
    content: "\f058";
    margin: 0 12px 0 -10px;
    color: #055390;
    font-size: 2em;
    float: left;
    padding: 0;
}

@media handheld, only screen and (max-width: 769px) {
	    .ProductBenefits li {
        width: 47% !important;
    }
}

  .HomeBanner2 .FancyTooltip{ display:none !important; }
}

/* HOMEBANNER2 END */

.blog_articles .blog_article_item {
    padding: 20% 0;
    background-color: #f9e04f;
}

.blog_articles .blog_article_item>.article_title * {
    font-size: 2em;
    text-decoration: none;
    font-weight: 700;
    line-height: 1em;
}

#dnn_dnnLogo1_imgLogo {}

.container .jumbotron {
	background: #055390;
    font-weight: 500;
    padding: 1em;
    font-size: 2em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin:2em 0;
}

.jumbotron a {
    color: #fff;
    font-style: underline;
    background: #f9e04f;
    padding: 0 0.5em;
}

.BladesMatrix p {display:block;background:#373a3c;color:#fff;padding:0.5em;text-align:center;}

.CleanCutsBlades {
  display: grid;
  grid-template-columns: repeat(7, 1fr); /* 7 items per row on desktop */
  gap: 1rem;
}

@media (max-width: 1024px) {
  .CleanCutsBlades {
    grid-template-columns: repeat(3, 1fr); /* tablets */
  }
}

@media (max-width: 768px) {
  .CleanCutsBlades {
    grid-template-columns: repeat(2, 1fr); /* mobile */
  }
}

.CompCol {
    text-align: center;
}

.TopInfo {
     float: right;
    display: flex;
    align-content: center;
    align-items: anchor-center;
}

.TopInfo p {
    margin: 0.5em;
    padding: 0;
    color: #fff;
    font-size: 1.5em;
    float: left;
}

.TopInfo .Download {
    float: right;
    margin-left: 4em;
}

.CleanCutBladesHeading p {
    margin: 0;
    padding: 0;
}

.CleanCutBladesHeading {
    text-align: center;
    background: #efefef;
    padding: 0.5em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #999;
}

.CleanCutBladesHeading {
    margin: 0;
    padding: 0;
}

.EDNHeaderHolder, .FooterDivStyle {
    position: relative;
    overflow: hidden;
	background-color: rgb(5, 83, 144, 0.9);
	margin-top:-4px;
}

.FooterDivStyle {
	background-image: url("img/specsaw-footer-background.webp");
	 -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
 	 background-size: cover;
}

.RowTopPad {
    margin-top: 3em;
}

.BlueWash {
    background-color: rgb(5, 83, 144, 0.9);
    position: absolute;
    width: 13%;
    height: 100%;
    -ms-transform: skewX(-11.43deg);
    -webkit-transform: skewX(-11.43deg);
    transform: skewX(-11.43deg);
    display: inline-block;
    margin-left: 10%;
	z-index:100;
}

.YellowWash {
    background-color: rgb(249, 224, 79, 0.9);
    position: absolute;
    width: 20%;
    height: 100%;
    -ms-transform: skewX(-11.43deg);
    -webkit-transform: skewX(-11.43deg);
    transform: skewX(-11.43deg);
    display: inline-block;
    margin-left: -10%;
	z-index:200;
}

.button-slanted {
    -ms-transform: skewX(-11.43deg);
    -webkit-transform: skewX(-11.43deg);
    transform: skewX(-11.43deg);
}

.HeadlineHolder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index:300
}

.HeadlineHolderInt {
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction:column;
    height: 100%;
	width:80%;
	margin:0 auto;
	text-align:center;
	padding:0.5em;
    font-family: "Open Sans", sans-serif;
    text-shadow: 2px 2px 4px #112449;
}

.HeadlineHolderInt h1, .HeadlineHolderInt h2 {color:#fff;padding:0;margin:0.25em 0 0 0;}
.HeadlineHolderInt h1 {font-weight:700;font-size:4em;}
.HeadlineHolderInt h2 {font-size:2em;}

.FlexBox {display:flex;align-items:center;justify-content:center;}

.button-slanted-content {
 HeadlineHolderIntrm: skewX(10deg);
    -webkit-transform: skewX(10deg);
    transform: skewX(10deg);
    display: inline-block;
}

.NewsBlock {
    background: #fff;
    margin: 0.6em 0;
    transition: 0.4s;
}

.NewsBlock:hover {
    background: #055390;
    cursor: pointer;
    color: #fff;
    transition: 0.4s;
}

.NewsBlock:hover p {
    color: #fff;
    transition: 0.4s;
}

.NewsBlock:hover h4 {
    color: #f9e04f;
    transition: 0.4s;
}

.NewsImg img {
}

.edsmm_bottomContainer div.news {
    width: 50%;
    float: left;
}

.QuoteRow {
    background-color: #efefef;
    color: #000;
	margin-bottom:4em;
}

.ThreeDRow {
	background-color: #035290;
}

.ThreeDRow p, .ThreeDRow h5, .ThreeDRow h6 {color:#fff;text-align:left;}

.ThreeDRow h5 {font-weight:700;font-size:3em;line-height:0.9em;}

.PromoVideoRow, .ThreeDRow {border-top:solid 3px #fff;padding:2em 3em;}

.PromoVideoRow h5, .PromoVideoRow h6 {
	font-weight:700;font-size:3em;line-height:0.9em;
}

.PromoVideoRow1 h5, .PromoVideoRow1 h6, .PromoVideoRow1 p,.PromoVideoRow2 h5, .PromoVideoRow2 h6, .PromoVideoRow2 p {
	color:#fff;
	padding:0;
}

.PromoVideoRow h6 {
	text-align:left !important;font-size:1.5em;
}

.PromoVideoRow h5 span, .PromoVideoRow h6 span {
	color:#f7e24f;
}

.PromoVideoRow1, .HomeBladesRow {
	background:#075491;
}

.PromoVideoRow2 {
	background:#112449;
}

.PromoSide {position:relative;}

.PromoSideInner {position:absolute;bottom:-2em; text-align:center;}

a.PromoCta {position:absolute;bottom:2em;right:33%;}

img.DownArrow {max-height:35px;}

.HPLeader {background:#112449;min-height:5em;padding:.75rem 0;display:flex;justify-content:center;align-items:center;text-align:center;border-top:solid 4px #fff;width:100%;}

.HPLeader p {margin:0;color:#fff;font-weight:300;font-size:2em;line-height:1.15;padding:0 1em;width:100%;}

.HPleader p img.DownArrow {height:1em;width:auto;display:block;}

.HPLeader a {color:#f9e04f}

/* =============================
   BANNER BASE
============================= */
.HomeBanner2{
  position:relative;
  width:100%;
  aspect-ratio:1920 / 676;
  min-height:360px;
  overflow-x:hidden;
  overflow-y:visible;
  background:#0b3e73;
  isolation:isolate;
  margin-top:-5px;
}

.HeaderBkgnd{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
  opacity:0;
  transition:opacity .25s ease;
}
.HomeBanner2.is-ready .HeaderBkgnd{ opacity:1; }

/* =============================
   VARIABLES
============================= */
:root{
  --gutter: clamp(20px,3vw,70px);
  --bladeInset: clamp(20px,2.4vw,60px);
  --sawLift: clamp(10px,1.4vw,20px);
  --tipGap:14px;

  --baseScale:1.02;
  --hoverScale:1.045;
  --hoverSpeed:240ms;
  --hoverEase:cubic-bezier(.2,.9,.2,1);
}

/* =============================
   PRODUCT GROUPS
============================= */
.ProductGroup{
  position:absolute;
  z-index:8; /* below H1 */
}

.SawGroup{
  left:0;
  bottom:var(--sawLift);
  width:calc(50% - (var(--gutter)/2));
  max-width:1100px;
  transform:translateX(-115%);
  opacity:0;
  animation:sawIn 1.1s cubic-bezier(.22,.95,.25,1) .05s forwards;
  animation-play-state:paused;
}

.BladeGroup{
  right:var(--bladeInset);
  bottom:0;
  width:calc(50% - (var(--gutter)/2));
  max-width:1100px;
  transform:translateX(115%);
  opacity:0;
  animation:bladeIn 1.15s cubic-bezier(.22,.95,.25,1) .12s forwards;
  animation-play-state:paused;
}

.HomeBanner2.is-ready .SawGroup,
.HomeBanner2.is-ready .BladeGroup{
  animation-play-state:running;
}

.ProductGroup a{
  display:block;
  text-decoration:none;
}

/* =============================
   IMAGES
============================= */
.SawImg,
.BladeImg{
  width:100%;
  height:auto;
  display:block;
  transform:scale(var(--baseScale));
  transform-origin:center bottom;
  transition:transform var(--hoverSpeed) var(--hoverEase);
}

.ProductGroup:hover img{
  transform:scale(var(--hoverScale));
}

/* =============================
   TOOLTIP
============================= */
.FancyTooltip{
  position:absolute;
  bottom:calc(100% + var(--tipGap));
  min-width:260px;
  max-width:min(360px, calc(100vw - 24px));
  padding:14px 18px;
  border-radius:10px;
  background:linear-gradient(145deg,#0e2f57,#153e6f);
  color:#fff;
  box-shadow:
    0 10px 26px rgba(0,0,0,.42),
    0 0 0 1px rgba(255,255,255,.08) inset;
  opacity:0;
  transform:translateY(10px);
  pointer-events:none;
  transition:opacity 220ms ease,
             transform 220ms cubic-bezier(.2,.9,.2,1);
  z-index:100 !important; /* ABOVE H1 */
}

.ProductGroup:hover .FancyTooltip,
.ProductGroup:focus-within .FancyTooltip{
  opacity:1;
  transform:translateY(0);
}

.tip-left{ left: clamp(18px,7vw,110px); }
.tip-left::after{
  content:"";
  position:absolute;
  bottom:-8px;
  left:44px;
  border-width:8px;
  border-style:solid;
  border-color:#153e6f transparent transparent transparent;
}

.tip-right{ right: clamp(18px,7vw,110px); }
.tip-right::after{
  content:"";
  position:absolute;
  bottom:-8px;
  right:44px;
  border-width:8px;
  border-style:solid;
  border-color:#153e6f transparent transparent transparent;
}

.tip-title{
  font-weight:900;
  font-size:15px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#ffd34a;
}
.tip-sub{
  font-size:13px;
  margin-top:4px;
  opacity:.88;
}

.FancyTooltip a{
  color:inherit;
  text-decoration:none;
}
.FancyTooltip a:hover{ text-decoration:underline; }

/* =============================
   HEADLINE
============================= */
.BannerH1{
  position:absolute;
  z-index:20 !important; /* ABOVE images */
  pointer-events:none;
  left:50%;
  top:clamp(18px,3.6vw,56px);
  transform:translateX(-50%);
  margin:0;
  width:min(92%,1180px);
  text-align:center;
  text-transform:uppercase;
  font-weight:900;
  line-height:1.04;
  font-size:clamp(24px,3.05vw,54px);
  letter-spacing:.06em;
  color:#fff;
  text-shadow:
    0 2px 6px rgba(0,0,0,.28),
    0 0 10px rgba(0,0,0,.18);
  padding:0 16px;
}
.BannerH1 .line{ display:block; }
.gold{ color:#ffd34a; }

/* Tablet refinement */
@media (max-width:1024px){
  :root{ --tipGap:10px; }
}

/* Mobile refinement */
@media (max-width:760px){
  :root{ --tipGap:8px; }
  .tip-left{ left:16px; }
  .tip-right{ right:16px; }
  .HomeBanner2{
  position:relative;
  width:100%;
  aspect-ratio:1920 / 676;
  min-height:250px;
}
}

/* =============================
   ANIMATIONS
============================= */
@keyframes sawIn{
  0%{transform:translateX(-115%);opacity:0;}
  70%{opacity:1;}
  100%{transform:translateX(0);opacity:1;}
}
@keyframes bladeIn{
  0%{transform:translateX(115%);opacity:0;}
  70%{opacity:1;}
  100%{transform:translateX(0);opacity:1;}
}

@media (prefers-reduced-motion:reduce){
  .SawGroup,.BladeGroup{
    animation:none !important;
    transform:none !important;
    opacity:1 !important;
  }
  .HeaderBkgnd{ opacity:1 !important; }
}

.HomeTile{ position: relative; overflow: hidden; } .TileImg{ display:block; width:100%; height:auto; } .TileOverlay{ position:absolute; inset:0; /* top:0; right:0; bottom:0; left:0 */ z-index:5; display:flex; flex-direction:column; justify-content:space-between; /* logo top, button bottom */ align-items:flex-end; /* right align everything */ padding:30px; pointer-events:none; /* prevents overlay blocking clicks */ } /* Allow button interaction */ .TileOverlay .SawButton{ pointer-events:auto; } /* Logo styling */ .TileOverlay img{ display:block; height:auto; max-width:325px; /* adjust if needed */ } .HomeTile{ position:relative; overflow:hidden; /* critical for zoom clipping */ } /* Make link fill tile area */ .TileLink{ display:block; } /* Image base state */ .TileImg{ display:block; width:100%; height:auto; transition: transform 500ms ease; transform-origin:center center; } /* Hover zoom */ .HomeTile:hover .TileImg{ transform: scale(1.05); } /* Responsive tweak */ @media (max-width: 768px){ .TileOverlay{ padding:14px; } .TileOverlay img{ max-width:200px; } }

.with-hover-controls {
	/* Hide controls initially */
	pointer-events: auto;
}

.with-hover-controls::-webkit-media-controls {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.with-hover-controls:hover::-webkit-media-controls {
	opacity: 1;
}

/* For non-WebKit browsers, toggle actual controls attribute on hover */
.with-hover-controls:not([controls]) {
	cursor: pointer;
}


.edncf_AdvancedSearch {
    text-align: center;
    margin-bottom: 35px;
}

.edncf_CheckBox {
    display: inline-block;
    margin: 1em 0;
}

.edncf_AdvancedSearch label,
.edncf_AdvancedSearch select {
    font-size: 1.1em;
}

.edncf_AdvancedSearch select {
    margin: 1.3em 0;
}

.edncf_AdvancedSearch label {
    font-weight: 100;
    margin: 0 0.5em 0 0;
}

.edncf_CheckBoxList {
    display: block;
}

.edncf_CheckBoxListName label {
    display: block;
    margin: 0 0.5em 0 0;
    font-weight: 700;
}

.edncf_CheckBox input {
    margin: 0 0.5em 0 1.5em;
    width: 20px;
    height: 20px;
    color: #fff;
}

.edncf_CheckBox input:checked {
    accent-color: #f9e04f;
    color: #fff;
}

.edncf_ClampUtilized,
.edncf_ProductType,
.edncf_RoofingProfile {
    width: 33%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.5em 0 0;
}

.edncf_ClampUtilized span,
.edncf_ProductType span,
.edncf_RoofingProfile span {
    width: 100%;
}

.edncf_ClampUtilized select,
.edncf_ProductType select,
.edncf_RoofingProfile select {
    width: 100%;
    max-width: 100%;
}

.edncf_submitContainer {
    display: block;
    margin-top: 20px;
}

.edncf_AdvancedSearch a {
    transition: 0.8s;
}

.edncf_AdvancedSearch a.edncf_reset,
.edncf_AdvancedSearch a.edncf_submit {
    display: block;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}

.edncf_AdvancedSearch a.edncf_submit {
    background: #f9e04f;
    width: 50%;
    margin: 0 auto 15px;
    font-size: 1.2em;
    font-weight: 300;
}

.edncf_AdvancedSearch a.edncf_reset {
    width: 200px;
    margin: 0 auto;
    padding: 5px 10px;
    color: #f9e04f;
}

.edncf_AdvancedSearch a.edncf_submit:hover {
    background: #f9e04f;
}

.edncf_AdvancedSearch h2.edn_module_title {
    display: none;
}

img.preload {
	display: none !important;
}

.ClearDiv {
    clear: both;
}

.relatedmix a {
    text-decoration: none;
}

.relatedmix h3 {
    font-weight: 300;
    text-align: center;
    background: #efefef;
    color: #666;
    padding: 0.25em 0.5em;
    border: 0;
}

.tubMixContainer span {
    font-weight: 700;
    color: #0486ad;
}

.tubMixFilters h4 {
    text-align: center;
}

.TubFlex {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 2em;
}

.TubSpecs p {
    display: block;
    background: #e7f4f8;
    margin: 1%;
    width: 48%;
    padding: 3%;
    height: 65px;
    font-weight: 700;
    color: #0486ad;
    text-align: left;
}

.TubSpecs img {
    max-height: 30px;
    margin-right: 1em;
}

.TubSpecs span {
    font-weight: 100;
    margin-left: 0.5em;
}

blockquote {
    padding: 10px 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
    margin: 50px 0;
}

#accordion h4 {
    border: 1px solid #dedede;
    padding: 0.5em;
    margin: 0;
}

h1 {
    font-size: 2em;
    line-height: 0.9em;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.BannerPaneHolder .edn_article {
    margin-top: 2em;
}

h1.edn_articleTitle {
    color: #055390;
    margin: 0;
    padding: 0;
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
}

.DetailsOnDeployment h1.edn_articleTitle {
    margin-bottom: 0.25em;
}

.BannerOnly {
    margin-bottom: 4em;
}

h2 {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 10px 0;
    font-weight: 300;
    color: #333;
    font-size: 1.3em;
	margin-top:0.5em;
}

.BodyTopPartText span,
.BodyTopPartText strong,
h2 span {
    color: #055390;
    font-weight: 700;
}

.edn_articleDetails p {}

.col-sm-12 h1,
.col-sm-12 h2 {}

.TopPaneLower h2 {
    color: #fff;
}

.TopDivStyle h2 {
    color: #666;
    border: 0;
    text-align: center;
    border-bottom: 1px solid #f9e04f;
    text-transform: uppercase;
}

h3 {
    font-size: 1.7em;
    color: #035290;
    padding: 10px 5px;
    border-bottom: 2px solid #efefef;
    border-top: 2px solid #efefef;
    margin-bottom: 25px;
    display: block;
    text-align: center;
    font-weight: 500;
}

.ContentPane2 h4 {
    color: #fff;
}

h5 {
    font-size: 1em;
    color: #333;
    font-weight: 100;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #dedede;
    min-height: 50px;
    padding: 0.5em 0;
}

h5 span {
    color: #3db45b;
}

h6 {
    font-weight: 700;
    font-size: 1.3em;
    margin: 15px 0;
    display: block;
    text-align: center;
}

.FooterTitle h6 span.Head {
    padding-right: 10%;
    border-bottom: 3px solid #f9e04f !important;
}

.Container h6 {
    text-align: left;
}

p.FooterAboutUs {
    color: #949393;
    padding-top: 10px;
    padding-bottom: 15px;
}

.ContactList li {
    color: #b3b3b4;
    margin-bottom: 1em;
    float: left;
    width: 100%;
    line-height: 18px;
}

.SSMRVP {
    padding: 0.5em 0;
    margin: 1em;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.AceLegal {
    color: #efefef;
    font-size: 12px;
    text-align: left;
}

a {
    color: #fff;
}

.PhoneMobile {
    display: none;
}

.CTA {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Address p {
    font-size: 1.2em;
    line-height: 1em;
    margin: 0;
}

.Address h5 {
    font-size: 1.2em;
    margin-bottom: 15px;
    color: #00adef;
}

.Address div.MatchHeight {
    margin-bottom: 50px;
}

video {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* Default Landscape Video */
.BannerVideo {
    position: relative;
    width: 100%;
    padding-bottom: 35.21%;
    height: 0;
    overflow: hidden;
}

.BannerVideo video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

/* Portrait orientation media query (or small screens) */
@media (max-width: 768px), (orientation: portrait) {
    .BannerVideo {
        padding-bottom: 100%; /* Switch to square aspect ratio */
    }

    .BannerVideo video {
        /* Optional: set specific styles for portrait video if needed */
    }
}

.QualityStatement {
    margin: 3em 0;
}

.QualityStatement p {
    font-size: 1em;
}

p.SignUp {
    font-size: 1em;
    line-height: 38px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 35px;
    font-weight: 500;
    color: #666;
}

.form-wrapper {
    border: 1px solid #dcdee0;
    padding: 0.5em;
    width: 30em;
    margin: 1em auto;
    overflow: hidden;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    max-width: 100%;
}

p.disclaimer {
    display: block;
    text-align: center;
    font-size: 0.8em;
    font-style: italic;
}

footer#disclaimer p {
    padding-top: 20px;
    font-size: 0.875em;
    color: #909091;
    font-style: italic;
    text-align: center;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input[type="email"] {
    border: none;
    float: left;
    font-size: 1em;
    padding: 0.5em;
    outline: 0;
    margin-top: 0.7em;
    width: 19em;
}

input[type="submit"] {
    background: #f9e04f !important;
    color: #333;
    box-shadow: inset 0 2px 2px #e6b600;
    transition: 0.8s;
    padding: 1em;
    font-size: 1em;
    float: right;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 2px 2px #217ca2;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: button;
}

input:hover[type="submit"] {
    background: #ffe47b !important;
    color: #333;
    transition: 0.8s;
}

.PatentNo p {
    margin: 0;
    font-size: 1em;
    font-style: italic;
    font-weight: 300;
}

.mix-item {
    display: none;
}

.MixFilterButton {
    display: inline;
    padding: 0.25em;
    height: auto;
}

.controls {
    padding: 1em 0 2em 0;
}

.controls a.btn-primary {
    background: #f9e04f;
    border-color: #f9e04f;
    padding: 1em 0.5em;
    margin: 0.25em;
    color: #fff;
    min-width: 75px;
    font-size: 1.3em;
}

.controls a.btn-primary.mixitup-control-active,
.controls a.btn-primary:hover {
    background: #07212f;
    border-color: #f9e04f;
}

.alert {
    background: 0 0;
}

.alert p {
    color: #4db348;
    font-size: 0.9em;
}

.alert h4 {
    font-size: 1em;
    color: #ffcb08;
    margin: 1em 0;
}

.mi-col-level p {
    font-size: 1.2em;
}

ul.Tag {
    display: block;
    text-align: left;
}

.ViewArticle {
    margin: 5em auto 0 auto;
}

.Tag li {
    padding: 5px 10px;
    border: 1px solid #727b7e;
    margin: 4px;
    text-decoration: none;
    transition: 0.8s;
    display: inline-block;
}

.Tag li:hover {
    background: #f9e04f;
    transition: 0.8s;
}

.Tag li:hover a {
    color: #fff;
    text-decoration: none;
}

.product-doc:before {
    padding-right: 15px;
    margin-left: 5px;
    content: url(/download.gif);
}

.Tag li a {
    color: #949393;
}

.product-doc a {
    font-size: 0.85em;
}

.CompareMatrix td {
    font-size: 1em;
}

.CompareMatrix thead {
    padding-bottom: 30px;
    background: #f9e04f;
    color: #fff;
}

.CompareMatrix tbody tr td:first-child {
    font-weight: 700 !important;
}

.CompareMatrix .Adv {
    color: #f9e04f;
}

.CompareMatrix .Adv,
.CompareMatrix .DisAdv {
    text-align: center;
    font-weight: 700;
    font-size: 2em;
}

.CompareMatrix .DisAdv {
    color: Red;
}

.CompareMatrix .disclaimer {
    font-size: 0.8em;
    text-align: center;
}

.ListProduct img,
.ListProduct picture {}

.configuator {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.Download a,
.search_desktop a.do_search {
    padding: 0.3em 1em;
    background: #f9e04f;
    color: #121212;
    font-size: 1.2em;
    font-weight: 300;
    transition: 0.8s;
    clear: both;
	text-decoration:none;
}

.NeedQuote {
    text-align: right;
    padding: 2em 0;
}

.NeedQuote .Download {
    padding: 0;
    margin: 0;
}

.NeedQuote h5 {
    border-bottom: 0;
    padding: 0;
    margin: 0;
    min-height: 0;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 500;
    display: block;
    text-align: left;
    color: #055390;
    text-transform: capitalize;
}

.NeedQuote,
.NeedQuote a {
    color: #055390;
}

.NeedQuote .fa-phone-square {
    color: #112449;
}

.fa-phone {
    color: #055390
}

.Download a:hover,
.search_desktop a.do_search:hover {
    opacity: 0.8;
    transition: 0.8s;
    background: #055390;
    color: #fff;
}

a.QuoteButton {
    font-family: Roboto;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #055390;
}

.TopInfo a.QuoteButton {
    background: #f9e04f;
    color: #112449
}

a.QuoteLarge {
    font-size: 2em;
    padding: 1em 2em;
}

.Download {
    padding-top: 1em;
}

.home_video_controls i {
    display: inline-block;
    background: #f9e04f;
    color: #fff;
    padding: 8px 15px;
    margin: 0 4px 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 1em;
}

.home_video_controls i:hover {
    background: #f9e04f;
    -moz-transition: 0.7s;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.BodyTopPartTitle {
    line-height: 2em;
    padding: 0;
    font-size: 1.4em;
    font-weight: 300;
    font-style: normal;
    color: #454545;
}

.BodyTopPartTitle span {
    font-weight: 700;
}

.BodyTopPartText {
    color: #727272;
    display: block;
    font-size: 18px;
    font-weight: 200;
    line-height: 23px;
    padding-bottom: 18px;
}

.ListSec a {
    text-decoration: none;
}

.ListImgBlock {
    position: relative;
}

.ListImgBlock,
.ListDetailBlock {
    text-align: center;
}

.TeamPart span.Name {
    font-size: 1em;
    min-height: 50px;
}

.TeamPart span {
    line-height: 100% !important;
    padding: 10px 0;
    display: block;
    text-align: center;
}

.TeamPart {
    text-align: center;
}

.ImgNav {
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    margin-top: 1em;
    display: inline-block;
}

.ImgNav img:hover {
    opacity: 0.55;
    transition: 0.8s;
}

.ImgNav:hover {
    background: #f9e04f;
    border: 2px solid #f9e04f;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
}

img:hover {
    max-width: 100%;
}

span.Phone {
    font-size: 1.5em;
}

span em {
    color: #fff;
    margin: 0 0.5em;
}

.ViewDetails {
    margin-bottom: 2em;
}

.ListDescBlock {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ListDescBlock,
.ListDescBlock p,
.ListDescBlock strong {
    font-size: 1em;
    margin: 0;
}

.ListDescBlock li:not(:last-child):after {
    content: " |";
    margin-right: 5px;
}

.ListDescBlock a h4,
.ListDescBlock a span {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8em;
    color: #333;
    text-transform: capitalize;
    padding: 0 0 0.5em 0;
    text-align: center;
    display: block;
    line-height: 0.9em;
}


.ProductModel,
.ProductModel span,
.ProductModel span i,
div.CuttingCapacity {
    font-weight: 500;
	padding:0.25em;
}

div.CuttingCapacity {
    line-height: 1em;
    font-size: 0.7em;
    text-align: center;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}

.BladesBox {width:19%;}

.ProductModel p {width:auto;font-weight: 700;font-size: 0.5em;}

.ProductModel span {
    background: #f9e04f;
    color: #000;
    text-transform: uppercase;
    padding: 4px 8px;
}

.ProductModel i {
    background: #333;
    color: #fff;
    font-style: normal;
    padding: 4px 8px;
}

p.TubDescription {
    padding: 2em 0 0 0;
}

p.ProductLineBlock {
    font-size: 1.3em;
    line-height: 1.1em;
    font-weight: 100;
}

p.ProductSpecs,
p.ProductSale {
    font-size: 0.9em;
    display: block;
}

p.ProductSpecs span,
p.ProductSale span,
.CTA h4 span {
    color: #29C9DB
}

h4.edn_articleTitle {
    display: block;
    margin: 0;
    margin-bottom: 4px;
    font-size: 1.25em;
}

.ListDescBlock a {
    text-decoration: none;
}

picture img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

hr {
    margin-top: 2em;
    margin-bottom: 2em;
    border: 0;
    border-top: 1px solid #ccc;
}

.TubGuide img {
    width: 100%;
}

.TubConfig {
    margin: 2em 0;
}

.TubConfig a {
    font-size: 0.8em;
    color: #666;
}

.TubConfig a:hover {
    color: #f9e04f;
}

.TubConfig h3 {
    border-top: 0;
    border-bottom: 0;
}

.TubConfig a img {
    margin: 0 1em;
}

.TubConfig li {
    padding: 0.5em 0;
}

.TubConfig .active img {
    border-color: #f9e04f;
}

.MixContainer {
    position: relative;
    min-height: 500px;
}

.MixFilters div {
    padding: 0;
}

.tub-filter {
    display: none;
}


/*.TubConfigSelected {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
*/

.tub-image-holder {
    position: relative;
    margin-bottom: 75%;
}

.tub-image-holder>div {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: none;
}

.tub-image-holder>div.shown {
    display: block;
}

.shown p {
    display: block;
    margin-bottom: 1em;
}

.ArticleDetailsRow {
    margin-top: 2em;
}

.ArticleDetails h4 {
    text-decoration: underline;
    -webkit-text-decoration-color: #29C9DB;
    /* safari still uses vendor prefix */
    text-decoration-color: #29C9DB;
}

.article_column ul {
    margin: 1em 0 1em 0.5em;
    list-style-type: none;
}

.DODDetails {
    margin-top: 2em;
}

.edn_articleDetails ul,
.article_column ul,
.RelClamp ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 2.5em;
    -webkit-column-gap: 2.5em;
    -moz-column-gap: 2.5em;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    break-inside: avoid;
    /* IE 10+ */
    list-style-type: none;
    display: inline-block;
    text-align: left;
    text-indent: -20px;
    margin-left: 20px;
    padding: 0 0 1.5em 0;
    width: 100%;
}

.LowerHTML ul {
    display: inline-block;
    text-align: left;
    text-indent: -20px;
    margin-left: 20px;
    padding: 0 0 1.5em 0;
    width: 100%;
}

.TubGuide ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    font-size: 0.8em;
}

.DuoLt {
    padding: 0 5em 0 0
}

.DuoRt {
    padding: 0 0 0 5em
}

.edn_articleDetails ul li:before,
.article_column ul li::before,
.ProductInfo ul li:before,
.LowerHTML ul li:before {
    content: "\f0da";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1);
    width: var(--icon-space);
    color: #f9e04f;
}

.edn_articleDetails ul li,
.article_column ul li::before,
.ProductInfo ul li:before {
    break-inside: avoid-column;
}

.ProductInfo img {
    max-width: 15px;
    width: 15px;
}

.ProductInfo p {
    display: inline-block;
}

.ProductInfo span {
    padding-left: 0.5em;
}

.ProductInfo h6 {
    display: block;
    font-size: 1em;
    color: #000;
}

.ProductInfo h6 span {
    font-weight: 100;
}

.InStockItem {
    margin: 2em 0 4em 0;
}

.InStockItem h5 {
    font-size: 0.9em;
    min-height: inherit;
}

.InStockItem h5 span {
    font-weight: 700;
    color: #29C9DB
}

.InStockItem p {
    font-size: 0.9em;
}

.InStockDescriptionBlock {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.RelInStockBlock {
    width: 33%;
}

.BoxBorder {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.DetailsOnDeployment {
    margin-top: -8px;
}

.edn_mediaContainer,
.ProductImageBox {
    position: relative;
}

.SaltReady {
    position: absolute;
    width: 100px;
    bottom: 15px;
    z-index: 800;
    left: 50%;
    margin-left: -50px;
}

.ProductImageBox .SaltReady {
    width: 17%;
    bottom: 15%;
    right: 50%;
    margin-right: -12.5%;
}

.ListBoxPad {
    margin-bottom: 5em;
}

.justified-gallery {}

.MenuWidgetImageBox {
    margin-bottom: 5em;
}

.edn_articleDetails ol li,
.edn_articleDetails ul li {}

.DocsList h4 {
    text-align: left;
}

.DocsList h4 a span {
    color: #444;
    font-size: 0.7em;
    line-height: 0.8em;
}

.ProductImageBox,
.DocsList p {
    text-align: left;
}

.DocsList h6 {
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
    padding: 0;
    margin: 0.5em 0;
}

.DocsList h6 span {
    border-bottom: 1px solid #666;
    border-top: 2px solid #f9e04f;
}

.DocsList p {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

.DocsList img {
    height: 200px;
    width: auto;
}

.DocsList .Tag li {
    padding: 0;
    margin: 0;
    border: 0;
    display: block;
}

.DocsList .Tag li:hover {
    background: 0 0;
}

.DocsList .Tag li:hover a {
    color: #000;
}

.DocItem .ListDescBlock li:not(:last-child):after {
    content: " ";
    margin: 0;
}

.DocItem {
    margin: 2em 0;
}

.DocsList .BoxBorder {
    border: 1px solid #efefef;
}

.GreyBlock {
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(238, 238, 238)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgb(238, 238, 238), rgba(255, 255, 255, 0));
    margin-bottom: 2em;
}

.GreyBlock p {
    font-size: 1em;
    display: block;
    text-align: center;
}

.GreyBlock h3 {
    border: none;
    font-weight: 700;
}

.GreyBlock .link-app {
    padding: 1em;
}

.NeedQuoteHeader {
    background: #f5f5f5;
}

.NeedQuote,
.NeedQuote a,
.NeedQuote p {
    font-size: 1.1em;
}

.NeedQuote a {
    text-decoration: none;
}

.NeedQuoteHeader h5 {
    color: #333;
    font-weight: 700;
}

.CTA {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 3em;
}

.CTA h4 {
    padding: 0;
    color: #666;
    font-size: 1.2em;
    font-weight: 700;
}

.CTA-Button {
    text-align: right;
}

.CTA h1.edn_articleTitle,
.CTA h4 {
    margin: 0;
    padding: 0;
}

.CTA a {
    display: inline-block;
    margin: 0.5em 0;
}

.DetailsMSRP {}

.RelModelOptions {
    margin: 3em 0;
}

.btn {
    border-radius: 2em;
    padding: 1em;
}

a.btn {
    color: #fff;
}

.btn-large {
    font-weight: 700;
    font-size: 1.6em;
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.9;
}

#cboxBottomLeft,
#cboxMiddleLeft {
    clear: left;
}

#cboxContent {
    position: relative;
    margin-top: 20px;
    background: #000;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 5px solid #000;
    background: #fff;
}

#cboxTitle {
    margin: 0;
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0 0;
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active,
#colorbox {
    outline: 0;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0;
    color: #ccc;
}

#cboxLoadingGraphic {
    background: url(colorbox/loading.gif) center center no-repeat;
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(colorbox/controls.png) top left no-repeat;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: bottom left;
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(colorbox/controls.png) top right no-repeat;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: bottom right;
}

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(colorbox/controls.png) top center no-repeat;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: bottom center;
}

.outlined {
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1.1em;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: transparent;
    box-sizing: border-box;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.outlined:hover {
    background: #f9e04f;
    color: #fff;
}

.outlined,
a.b_boxed,
a.b_icon,
a.rvdPrintAction.b_boxed,
a.rvdsfContinueShoppingAction.b_boxed,
a.rvdsfEditCartAction.b_boxed {
    border: 0;
    box-sizing: border-box;
    color: #f9e04f;
    display: inline-block;
    text-align: center;
    position: relative;
}

.dnnPrimaryAction,
.rvdSearchAction,
a.b_boxed,
a.rvdsfEditCartAction.b_boxed,
button.outlined {
    width: auto !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
    font-size: 1.5em !important;
    line-height: 16px !important;
    text-transform: uppercase !important;
    padding: 10px 12px !important;
}

.ModDnnForgeLatestArticlesC h1,
.form-all h1,
.ornamental {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 35px;
    position: relative;
}

.dnnPrimaryAction:after,
.rvdSearchAction:after,
a.b_boxed:after,
a.b_icon:after,
button.outlined:after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 0 !important;
    background: #e1daca !important;
    -webkit-transition: height 0.3s !important;
    transition: height 0.3s !important;
}

.table {
    margin: 50px 0;
}

.ul.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.ul.display-flex>[class*="li"] {
    flex-grow: 1;
}

.jumbotron {
    background: #17315f;
    color: #fff;
    font-size: 2.2em;
    line-height: 1.2em;
    text-align: center;
    font-weight: 100;
}

.list-group-item {
    border: none;
}

.edn_articleDetails ul li.edn_docType_pdf::before {
    content: "";
}

.DisplayNone {
    display: none;
}

.PadRow,
.RowPad {
    padding: 1em 0;
}

.ListProduct {
    padding: 3px;
    transition: 0.8s;
}

.ListProduct:hover {
    transition: 0.8s;
}

.ListProduct img,
.ListProduct picture {
    transform-origin: 50% 50%;
    transition: transform 0.2s, filter 0.2s ease-in-out;
    filter: brightness(100%);
}

.ListProduct:hover img,
.ListProduct:hover picture {
    transform: scale(1.02);
    filter: brightness(108%);
}

.ListProduct .ProductImageBox a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#container {
    margin: 0 auto;
    max-width: 890px;
}

.container {
    width: 1570px;
}

p {
    color: #666;
}

.toggle,
[id^="drop"] {
    display: none;
    font-size: 2em;
}

.edn_articleDocuments ul {
    padding: 15px;
    list-style-type: none;
}

.edn_articleDocuments ul li a:before {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    content: "\f0f6";
    color: #f9e04f;
    font-size: 1.3em;
}

.edn_articleDocuments ul li.edn_docType_pdf a:before {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    content: "\f1c1";
    color: #035290;
    font-size: 1.3em;
}

.edn_docDetails {
    color: #666;
    display: block;
    font-style: italic;
    margin-left: 25px;
    font-size: 0.8em;
}

div.bottomtext h4,
div.mail h4,
div.map h4,
div.phone h4 {
    color: #f9e04f;
    font-size: 1.5em;
    font-weight: 700;
}

div.bottomtext p,
div.mail p,
div.map p,
div.phone p {
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
}

div.mail {
    background-color: #444;
}

div.phone {
    background-color: #666;
}

.FooterPhone {
    padding: 1em 0;
}

.HeaderDivStyle {
    border-bottom: 4px dashed #112449;
    position: relative;
    z-index: 999;
}

.HeaderHolder {
    background: #112449;
}

.BannerPaneHolder .edn_article {}

.ContentDivStyle {
    background: #333;
}

.Content2DivStyle {
    background: #f9e04f;
}

.SplitDivStyle {
    background: #f4f4f4;
    display: block;
    min-height: 12px;
}

.SplitDivStyle:before {
    left: 50%;
    width: 22px;
    height: 22px;
    margin-left: -20px;
    content: "";
    display: block;
    position: absolute;
    border-top: 22px solid #fff;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
}

.BrandsPane {
    padding: 4em 0;
}

.MainContentRow p {
    font-size: 0.9em;
}

.VideoRow {
}

.LowerDivStyle {
    background: #f9e04f;
}

.FooterDivStyle {
    padding: 20px 30px;
    position: relative;
    color: #ccc
}

       .FooterDivStyle A {
            color: #fff;
            transition: color 1s ease, opacity 0.3s ease, transform 0.3s ease;
            opacity: 1;
            display: inline-block;
        }

        .FooterDivStyle A:hover {
            color: #f9e04f;
            transform: scale(1.1);
        }

.FooterDivStyle .fa-phone:before {color:#fff;}

.FooterInfo {
    text-align: center;
}

.BannerHolder,
.TopBannerHolder {
    position: relative;
}

.BannerHolder img,
.TopBannerHolder img {
    width: 100%;
    height: auto;
}

.BannerWash picture,
.BannerWash img {
    filter: grayscale(100%);
    /* Standard */
    -webkit-filter: grayscale(100%);
    /* Webkit */
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    /* Firefox4-34*/
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Old WebKit */
    mix-blend-mode: soft-light;
}

.BannerCover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #007495;
    opacity: 0.65;
    z-index: 900;
}

.BannerText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    z-index: 999;
}

.BannerText h1,
.BannerText h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 0;
}

.BannerText h1 {
    text-shadow: 1px 1px 2px black;
    font-size: 5em;
    margin-bottom: 0.5em;
}

.BannerText h1 span {
    font-size: 0.5em;
    display: block;
    text-shadow: none;
    line-height: 1.1em;
    color: #000;
}

.BannerText h2 span {
    background: #0e425e;
    color: #efefef;
    padding: 0.5em 1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.BannerText h2 {
    display: block;
    border: 0;
    font-size: 2em;
    margin: 0.5em;
}

.bxslider .bxItem {
    position: relative;
    background: #f9e04f;
}

.ProductListBoxHolder {
    background: #fff;
}

.social_icons li {
    display: inline-block;
    padding: 0;
    margin: 50px 0 150px;
}

.generic_price_btn {
    display: none;
}

h4.StepNumber {
    font-size: 1.4em; /* Adjust base font size */
}

.StepNumber span {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    background-color: #035290;
    font-weight: 700;
    text-align: center;
    margin-right: 0.5em;
    color: #fff;
}

.StepNumber {
    display: flex;
    align-items: center;
}

.NoPad {padding:0;}

/* Media query for smaller screens */
@media (max-width: 768px) {
    h4.StepNumber {
        font-size: 1.2em; /* Smaller font size for smaller screens */
    }

    .StepNumber span {
        width: 2em;  /* Adjust size for better fit on smaller screens */
        height: 2em;
        line-height: 2em;
    }
}

@media (max-width: 480px) {
    h4.StepNumber {
        font-size: 1em; /* Further reduce font size for very small screens */
    }
}

/*PRICE COLOR CODE START*/

#generic_price_table .generic_content {
    background-color: #fff;
    font-weight: 700
}

#generic_price_table .generic_content .generic_head_price {
    background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    color: #fff;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span {
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    background-color: #E4E4E4;
    border-left: 5px solid #028bff;
}

#generic_price_table .generic_content .generic_price_btn a {
    border: 1px solid #028bff;
    color: #028bff;
}

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg {
    border-color: #028bff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #028bff;
    color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span {}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a {
    background-color: #028bff;
    color: #fff;
}

#generic_price_table {
    margin: 50px 0 50px 0;
}

.row .table {
    padding: 28px 0;
}


/*PRICE BODY CODE START*/

#generic_price_table .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
    margin: 1em 0;
}

#generic_price_table .generic_content .generic_head_price {
    margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content {
    margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg {
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
    position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head {
    padding: 1em 0;
    position: relative;
    z-index: 1;
    background: #f9e04f
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span {
    font-size: 28px;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag {
    padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price {
    display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign {
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
    font-weight: 700;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li {
    font-size: 18px;
    padding: 15px 0;
    transition: all 0.3s ease-in-out 0s;
    font-weight: 100;
}

#generic_price_table .generic_content .generic_feature_list ul li:hover {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

#generic_price_table .generic_content .generic_feature_list ul li .fa {
    padding: 0 10px;
}

#generic_price_table .generic_content .generic_price_btn {
    margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

@media (max-width: 320px) {}

@media (max-width: 767px) {
    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #generic_price_table .col-md-3 {
        float: left;
        width: 50%;
    }
    #generic_price_table .col-sm-4 {
        float: left;
        width: 50%;
    }
    #generic_price_table .generic_content {
        margin-bottom: 75px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

#generic_price_table_home {}

.text-center h1,
.text-center h1 a {
    color: #7885CB;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}

.demo-pic {
    margin: 0 auto;
}

.demo-pic:hover {
    opacity: 0.7;
}

#generic_price_table_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}

#generic_price_table_home li {
    float: left;
}

#generic_price_table_home li+li {
    margin-left: 10px;
    padding-bottom: 10px;
}

a #generic_price_table_home li a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0px;
}

#generic_price_table_home .blue {
    background: #3498DB;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .emerald {
    background: #028bff;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .grey {
    background: #7F8C8D;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .midnight {
    background: #34495E;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .orange {
    background: #E67E22;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .purple {
    background: #9B59B6;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .red {
    background: #E74C3C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .turquoise {
    background: #1ABC9C;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}

#generic_price_table_home .divider span {
    width: 100%;
    display: table;
    height: 2px;
    background: #ddd;
    margin: 50px auto;
    line-height: 2px;
}

#generic_price_table_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300;
}

#generic_price_table_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}

#generic_price_table_home .footer {
    padding: 40px 0;
}

.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.bottom_btn {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}

.demo-button:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}

.bottom_btn:hover {
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}

.PriceBorder {
    border: 1px solid #666
}

.alert {
    background: #999;
    color: #fff;
    padding: 25px;
    border: 1px solid #efefef;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.4em;
    margin: 25px 0;
}

.FancyHeadline {
    border-top: 2px solid #8fcce0;
    border-bottom: 2px solid #8fcce0;
    padding: 8px 0;
    margin: 50px 0;
    display: block;
}

@media all and (max-width: 540px) {
	
    .BannerPaneHolder .edn_article {
        margin-top: 0;
    }
    .PhoneMobile {
        display: block;
        text-align: center;
    }
    .PhoneMobile a {
        color: #fff;
        text-decoration: none;
		font-size:0.8em;
    }
    .PhoneDesktop {
        display: none;
    }
    .tubMixContainer p {
        font-size: 0.8em
    }
    .SiteSearchField {
        font-size: 0.8em;
    }
    .ProductListBoxHolder a {
        text-decoration: none;
    }
    .ProductInfo {
        text-align: left;
    }
    .ProductInfo h6 {
        margin: 0.5em 0 0 0;
    }
    hr {
        margin: 1em 0;
    }
	
	.ProductImageBox {padding:1em 0;}
}

.menu {
    color: transparent;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0 solid #f9e04f;
}

.Border {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0 solid #efefef;
}

nav label {
    font-weight: inherit;
    font-size: 0.6em;
}

#logo {
    display: block;
    padding: 0 30px;
    float: left;
    font-size: 1em;
    line-height: 60px;
}

nav:after {
    content: "";
    display: table;
    clear: both;
}

nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 999;
    display: inline-block;
}

nav ul li {
    display: inline-block;
    background-color: transparent;
    text-align: left;
    margin-top: -3px;
    border-top: 3px solid transparent;
}

nav ul li:hover {
    background: #f9e04f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: -3px;
}

nav ul li.current {
    border-top: 3px solid #fff;
}

nav ul ul li.current {
    border-top: 0;
    background: 0 0;
}

nav ul li.current a {
    color: #000;
}

nav ul li ul li.current:before {
    content: "\25ba";
    position: absolute;
    left: -5px;
    color: #f9e04f;
    top: 14px;
}

nav ul li ul {
    background: #fff;
    opacity: 0.95;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

nav a,
nav a:active,
nav a:link,
nav a:visited {
    font-weight: 300;
    display: block;
    padding: 8px 20px;
    color: #fff;
    text-decoration: none !important;
    font-size: 1.4em;
}

label.toggle2 {
    display: none;
}

ul.nav-menu ul li a {
    color: #000;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 2em;
}

nav ul li a:hover,
ul.nav-menu ul li a:hover,
ul.nav-menu>li:hover>a {
    color: #fff;
}

nav ul ul {
    display: none;
    position: absolute;
}

nav ul li:hover>ul {
    display: inherit;
}

nav ul ul li {
    float: none;
    display: list-item;
    position: relative;
    border-bottom: 1px solid #f9e04f;
}

nav ul ul li:last-child {
    border-bottom: 0;
}

nav ul ul li:hover {
    background-color: #f9e04f;
}

nav ul ul li:hover:last-child {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

nav ul ul li a {
    color: #efefef;
    font-weight: 100;
}

li>a:after {
    content: " +";
    display: none;
}

li>a:only-child:after {
    content: "";
}

@media all and (max-width: 2500px) {
    .SaltReady {
        width: 20%;
        margin-left: -10%;
    }
}

@media all and (max-width: 1920px) {
    .BannerText h1 {
        font-size: 4em;
    }
    .BannerText h2 {
        font-size: 1.7em;
    }
}

@media all and (max-width: 1570px) {
    .container {
        width: 1170px;
    }
    nav a,
    nav a:active,
    nav a:link,
    nav a:visited {
        font-size: 1.2em;
    }
    .BannerText h1 {
        font-size: 3em;
    }
    .BannerText h2 {
        font-size: 1.5em;
    }
    .InStockDescriptionBlock {
        flex-direction: column
    }
    .RelInStockBlock {
        width: 100%;
    }
    .RelInStockBlock h6 {
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0;
        padding-right: 1em;
        margin-right: 1em;
        border-right: 1px solid #dedede;
        line-height: 1.5em;
    }
    .RelInStockBlock p {
        margin: 0;
        padding: 0;
        display: block;
        float: left;
        margin-right: 1em;
        line-height: 1.5em;
    }
	.HeadlineHolderInt h1 {font-size:3.5em;}
}

@media all and (max-width: 1420px) {
    nav a,
    nav a:active,
    nav a:link,
    nav a:visited {
        font-size: 1em;
        padding-left: 0.8em;
        padding-right: 0.8em;
    }
    .BannerText h1 {
        font-size: 2.5em;
    }
    .BannerText h2 {
        font-size: 1.3em;
    }
    .TubSpecs img {
        max-height: 20px;
    }
    .TubSpecs p {
        font-size: 0.9em;
    }
    ul.mix-tub-shells,
    ul.mix-tub-cabinets {
        margin: 0;
        padding: 0;
    }
    ul.mix-tub-shells li,
    ul.mix-tub-cabinets li {
        margin: 0;
    }
	.HeadlineHolderInt h1 {font-size:3em;}
}

@media all and (max-width: 1200px) {
    nav a,
    nav a:active,
    nav a:link,
    nav a:visited {
        font-size: 1em;
        padding-left: 0.6em;
        padding-right: 0.6em;
    }
    .MixFilterButton {}
    .container {
        width: inherit;
    }
    .Download a {
        font-size: 0.9em;
        padding: 0.5em;
    }
    a.QuoteButton {
        font-size: 1.3em;
        padding: 0.5em 1em;
    }
    .DuoLt {
        padding: 0 3em 0 0
    }
    .DuoRt {
        padding: 0 0 0 3em
    }
    .TubSpecs img {
        max-height: 15px;
    }
    .TubSpecs p {
        font-size: 0.8em;
        height: 45px;
    }
    .ListProduct .SaltReady {
        display: none;
    }
	.HeadlineHolderInt h1 {font-size:2.75em;}
}

@media all and (max-width: 1024px) {
    .configuator {
        margin: 0.5em 0;
    }
    nav a,
    nav a:active,
    nav a:link,
    nav a:visited {
        font-size: 0.8em;
    }
    .BannerText {
        place-content: center;
        place-items: center;
    }
    .BannerText h1,
    .BannerText h2 {
        width: 100%;
        text-align: center;
    }
    h4.edn_articleTitle span {
        font-size: 1em;
    }
	.HeadlineHolderInt h1 {font-size:2.25em;}
	.ThreeDRow h5 {font-size:2em;}
	.NeedQuote a {font-size:0.9em;display:block;}
}


@media all and (max-width: 992px) {
    .BladesBox {
        width: 100%;
    }
}



@media all and (max-width: 990px) {
	
	.TopInfo {float:none;display:flex;align-items:center;justify-content:space-evenly;padding:0.5em 0;}
	
    nav a,
    nav a:active,
    nav a:link,
    nav a:visited {
        font-size: 0.8em;
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    .SiteSearchField {
        font-size: 0.8em;
    }
    .Download a {
        font-size:0.9em;
    }
    .QuoteRow a {
        display: inline-block;
    }
    .MixFilterButton {}
    nav {
        float: none;
        text-align: center;
    }
	.SiteLogo {
        text-align: left;
        padding: 1em;
    }
    .TubSpecs img {
        max-height: 25px;
    }
    .TubSpecs p {
        font-size: 1em;
        height: 75px;
    }
    .ListImgBlock,
    .ListDetailBlock {
        text-align: left;
    }
	.ListDescBlock {}
    .ProductSpecs {
        font-size: 0.8em
    }
    .TopInfo p {
        font-size: 1.75em;
        text-align: center;
    }
    .ActionsPaneHolder {}
    .HeaderHolder .container {
        padding: 0;
    }
    .NoMobilePad {
        padding: 0 !important;
    }
    .BannerText h2 span {
        background: transparent;
        padding: 0;
    }
}

@media all and (max-width: 768px) {
	
	.Download, .TopInfo p  {font-size:0.8em; padding: 0}
	
    nav a,
    nav a:active,
    nav a:link,
    nav a:visited {
        padding-left: 0.4em;
        padding-right: 0.4em;
    }
    nav {
        top: 34px;
        left: auto;
        right: auto;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
	
    .NeedQuote h5 {
        display: block;
        text-align: center;
        padding: 0;
        margin: 0;
        font-size: 1.5em;
    }
    .ProductList .ProductInfo {}
    .ProductList .ProductInfo strong {
        display: block;
    }
    .SiteSearchField {
        font-size: 0.8em;
    }
    .jumbotron {
        font-size: 1.2em;
        line-height: 1.2em;
    }
    .MainContentRow {
        margin: 15px 0;
    }
    .ListProduct {
        margin-bottom: 0;
    }
    .Download {
        padding: 0;
        text-align: center;
    }
    .NeedQuote {
        text-align: center;
        padding-top: 25px;
    }
    .RowPad {
        padding: 0;
    }
    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }
    i.fa-bars {
        font-size: 3em;
        margin-right: 0;
    }
    .ListSec {
    }
    .ProductListBoxHolder {
        background: #fff;
        border: 0 solid #000;
        padding: 0 8px;
    }
    .ProductListBoxHolder p {
        padding: 0;
        margin: 0;
        font-size: 0.4em;
    }
    .SaltMSRPSpacer {
        margin-top: 2.5em;
    }
    .BannerText h1 {
        font-size: 2em;
    }
    .BannerText h1 span {
        padding-bottom: 0.5em;
        line-height: 1.2em;
    }
    .BannerText h2 {
        font-size: 1.5em;
        padding: 0;
        margin: 0.5em 0 0 0;
    }
    .CTA a.btn {
        width: 100%;
        padding: 0.5em 1em;
        margin: 0.5em 0;
    }
    hr {
        margin: 0;
    }
    h4 {
        margin: 1em 0;
    }
	.HeadlineHolderInt h1 {font-size:1.75em;}
	
	ul.social_icons, ul.social_icons li {margin:0;}
	
	ul.social_icons {font-size:0.8em;}
	
}

@media all and (max-width: 767px) {
    nav {
        top: 9px;
    }
    .search_input a.do_search,
    .search_input div input {
        padding: 4px;
        font-size: 0.7em;
    }
    .CTA {
        text-align: center;
        padding: 0 0 2em 0;
    }
    .CTA a.btn {}
    .CTA-Button {
        text-align: center;
    }
    h1.edn_articleTitle {
        margin: 0;
    }
    .DuoLt {
        padding: 0
    }
    .DuoRt {
        padding: 0
    }
    .controls {
        text-align: left;
    }
    .TubSpecs img {
        max-height: 20px;
    }
    .TubSpecs p {
        font-size: 0.9em;
        height: 65px;
    }
    .tub-image-holder {}
    .TubConfig li img {
        max-width: 35px;
        float: left;
    }
    .TubConfig a img {
        margin: 0 0.25em 0 0;
    }
    .TubConfig a {
        font-size: 0.9em;
        text-decoration: none;
    }
	
	.ProductListBoxHolder p {font-size:0.7em;line-height:1em;}
	
	.ProductModel {font-size:0.9em;margin-top:0.5em;}
	.ProductModel i, .ProductModel span {padding:4px 2px;}
	.ProductModel i.fa-hand-o-left {display:none;}
}


@media all and (max-width: 540px) {
	
	.MediaBoxLeft {float:none;padding:2em 0;width:100%}
	.MediaBoxRight {float:none;padding:2em 0;width:100%}
	
	.TopInfo {margin-bottom:0.5em;}
	
	.SiteLogo {padding:0.25em;}
	
	.Download, .TopInfo p  {font-size:1.1em; padding: 0;margin:0;}
	
	.HeadlineHolderInt h2 {font-size:1.3em;}

	.HeadlineHolderInt h2 {background:rgba(0, 0, 0, 0.4);font-size:1.3em;}
	
    .CTA {
        margin: 0;
        text-align: center;
    }
    .edn_articleDetails ul {
        columns: 1;
    }
    .CTA a.btn {
        font-size: 0.9em;
        margin-top: 1em;
    }
    .CTA h1.edn_articleTitle {
        text-align: center;
        margin-bottom: 0.5em;
    }
    .controls a.btn-primary {
        font-size: 1em;
    }
    h2.edn_articleSubTitle {
        text-align: center;
    }
    .ArticleDetailsRow {
        margin-top: 2em;
    }
    .TubConfig li {
        margin-left: 0;
    }
    td.AdvDetail,
    th.AdvDetail {
        display: none;
    }
    .TopDivStyle h2 {
        color: #666;
        font-size: 1.2em;
    }
    .NeedQuote h5 {
        display: block;
        text-align: center;
        padding-bottom: 0.7em;
        font-size: 1.4em;
    }
    .blog_articles .blog_article_item>.article_title * {
        font-size: 1.5em;
    }
    .MixFilterButton {
        width: 33% !important;
    }
	
    .ListProduct btn {
        display: none;
    }
    .ProductList h4.edn_articleTitle span {
        font-size: 1em;
        font-weight: 100;
    }
    .ListDescBlock a h4,
    .ListDescBlock h4 {
        text-align: left;
        font-size: 0.8em;
    }
    .ProductList,
    .RelComponent {
        padding: 0 0 1em 0;
        border-bottom: 1px solid #efefef;
        margin: 0 0 1em 0;
    }
    .ListDescBlock {
        padding: 0 0 0 1em;
    }
    .MixContainer {
        padding: 0 0 2em;
    }
    .article_column ul {
        margin: 0;
    }
    .RelComponent h4 {
        display: block;
    }
    .ViewArticle {
        padding: 2em 0;
    }
    .ProductListBoxHolder {}
    .ListSec {
        padding-bottom: 2em;
    }
    .home_video_controls i {
        font-size: 0.8em;
    }
    .BodyTopPartTitle {
        font-weight: 500;
        line-height: 1.2em;
    }
    .configuator {
        margin-top: 1.5em;
        margin-bottom: 1.5em;
    }
    .FooterPhone {
        font-size: 0.8em;
    }
    input[type="submit"] {
        display: block;
        width: 100%;
    }
    h2 {
        font-size: 1em;
    }
    h1.edn_articleTitle,
    h2.edn_articleSubTitle {}
    h1.edn_articleTitle {
        font-size: 1.4em;
        margin: 1em 0;
    }
    h2.edn_articleSubTitle {
        font-size: 1.4em;
    }
    h4 {
        font-size: 1.3em;
    }
    nav {
        width: 100%;
        margin: 0;
        position: absolute;
        right: 0;
        top: 45px;
        font-size: 2em;
    }
    nav a,
    nav a:active,
    nav a:link,
    nav a:visited {
        padding: 1em;
        font-size: 0.8em;
        color: #000;
    }
    nav ul {
        box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, 0.43);
        -webkit-box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, 0.43);
        -moz-box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, 0.43);
        float: none;
        text-align: center;
    }
    nav ul li {
        line-height: 1em;
        display: block;
        width: 100%;
    }
    nav ul li ul {
        opacity: 1;
    }
    ul.nav-menu ul li a,
    ul.nav-menu ul li a:hover {
        font-size: 0.8em;
        line-height: 1em;
    }
    label.toggle2 {
        display: inherit;
        margin: 1em;
        font-size: 0.8em;
    }
    ul.nav-menu>li:hover>label.toggle2 {
        color: #fff;
    }
    .HeaderHolder {
        margin: 0;
        padding: 0;
    }
    .navigation-container {
        padding: 0.5em 0 0;
    }
    .toggle2 {
        width: 100%;
        min-height: 20px;
        color: #000;
        font-size: 0.65em;
        cursor: pointer;
    }
    label.toggle2:current,
    label.toggle2:hover {
        color: #fff;
    }
    label.toggle {
        font-size: 0.5em;
    }
    ul.nav-menu {
        background-color: #fff;
        position: relative;
        height: 0;
        overflow: hidden;
        margin-top: 0;
        top: -55px;
    }
    ul.nav-menu:after {
        content: "";
        display: table;
        clear: both;
    }
    .toggle {
        display: block;
        color: #333;
        text-decoration: none;
        border: none;
        position: absolute;
        top: -265px;
        right: 1.25em;
    }
    .toggle:hover {
        cursor: pointer;
    }
    nav ul label.toggle {
        text-transform: uppercase;
        position: static;
        padding: 10px 12px;
    }
    [id^="drop"]:checked+ul {
        display: block;
        height: auto;
    }
    nav [id^="drop"]:checked+ul label+a {
        display: none;
    }
    .menu {
        background-color: transparent;
    }
    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }
    nav a:hover,
    nav ul label.toggle:hover,
    nav ul li a:hover,
    nav ul ul ul a {
        margin: 0;
        color: #fff;
    }
    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 14px 20px;
        color: #fff;
        font-size: 1.3em;
    }
    nav ul li ul li .toggle,
    nav ul ul a {
        padding-left: 45px;
    }
    nav ul li ul li.current:before {
        top: 14px;
        left: -10px;
        font-size: 0.7em;
    }
    nav ul ul {
        float: none;
        position: static;
        color: #fff;
    }
    nav ul li:hover>ul,
    nav ul ul li:hover>ul {
        display: none;
    }
    nav ul ul li {
        display: block;
        width: 100%;
        font-size: 0.8em;
    }
    .btn {
        padding: 0.25em 0.5em;
    }
    .TopBannerHolder picture img {
        border: 0;
    }
    .ListSec {
        margin: 0;
    }
    .Download a {
        padding: 0.5em;
    }
    .TubFlex {
        flex-direction: column;
    }
    .TubSpecs p {
        width: 100%;
    }
    .TubSpecs img {
        max-height: 30px;
    }
    .TubSpecs p {
        font-size: 1.2em;
        height: 50px;
    }
    #dnn_dnnLogo1_imgLogo {
        width: 175px;
    }
    .ViewArticle {
        margin: 1em 0;
    }
    h1.edn_articleTitle,
    h2.edn_articleSubTitle {}
    h4.edn_articleTitle {
        border-bottom: 0;
        padding: 0;
        margin: 0;
    }
    .controls a.btn-primary {
        padding: 0.15em 0.65em;
    }
    .MixFilterButton {
        padding: 0;
    }
    .BannerText h1 {
        font-size: 1.4em;
    }
    .BannerText h2 {
        font-size: 1em
    }
    .tub-image-holder {}

}

@media all and (max-width: 330px) {
    i.fa-bars {
        margin-left: -30px;
    }
    .Download {
        margin: 10px 0 0;
    }
    .Download a {
        font-size: 0.8em;
    }
    nav ul li {
        display: block;
        width: 94%;
    }
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.search_input {
    width: 100%;
    margin: 0 auto;
    padding: 0.75em;
    text-align: center;
}

.search_input div {
    display: inline-block;
    padding-right: 0.75em;
}

.search_input div input {
    border: 1px solid #666;
    padding: 6px;
}

.search_input a.do_search {
    display: inline-block;
    padding: 6px 10px;
    background: #f9e04f;
    color: #fff;
    font-weight: 700;
    font-size: 1.1em;
}

.search_input a i {
    display: none;
}

@media all and (max-width: 540px) {
    .search_input {
        width: 96%;
        margin: 0 auto;
        padding: 0.5em;
        position: relative;
    }
    .search_input div {
        width: auto;
        display: block;
        padding: 0;
    }
    .search_input a span {
        display: none;
    }
    .search_input input {
        width: 100%;
        box-sizing: border-box !important;
        padding: 0 30px 0 10px;
    }
    .search_input a i {
        display: inline-block;
    }
    .search_input a.do_search {
        background: 0 0;
        display: block;
        padding: 0 10px 0 15px;
        position: absolute;
        right: 10px;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        color: #f9e04f;
    }
    .search_input a.do_search,
    .search_input div input {
        font-size: 1em;
    }
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
        transform: perspective(120px) rotateX(0) rotateY(0);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@-webkit-keyframes sk-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-doubleBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes sk-waveStretchDelay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes sk-wanderingCube {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
        transform: translateX(30px) rotate(-90deg) scale(0.5);
    }
    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
        transform: translateX(30px) translateY(30px) rotate(-179deg);
    }
    50.1% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
        transform: translateX(30px) translateY(30px) rotate(-180deg);
    }
    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes sk-wanderingCube {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
        transform: translateX(30px) rotate(-90deg) scale(0.5);
    }
    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
        transform: translateX(30px) translateY(30px) rotate(-179deg);
    }
    50.1% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
        transform: translateX(30px) translateY(30px) rotate(-180deg);
    }
    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-chasingDotsBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-chasingDotsBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes sk-three-bounce {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@-webkit-keyframes sk-circleFadeDelay {
    0%,
    100%,
    39% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%,
    100%,
    39% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1;
    }
    100%,
    90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1;
    }
    100%,
    90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}


/* Menu  */

.raMenuWrapper>ol {
    margin: 0;
    padding: 0;
}

.raMenuWrapper>ol .edsmm_menuItem {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.raMenuWrapper>ol .edsmm_menuItem.edsmm_megaMenu>div {
    overflow-y: auto;
    overflow-x: hidden;
}

.raMenuWrapper>ol .edsmm_menuItem.edsmm_megaMenu>div .edsmm_menuItem>div {
    background: none transparent !important;
    box-shadow: none !important;
    border: none !important;
    min-width: 0;
}

.raMenuWrapper>ol .edsmm_menuItem.edsmm_megaMenu.edsmm_pageWidth,
.raMenuWrapper>ol .edsmm_menuItem.edsmm_megaMenu.edsmm_fullWidth {
    position: static;
}

.raMenuWrapper>ol .edsmm_menuItem.edsmm_megaMenu.edsmm_pageWidth>div,
.raMenuWrapper>ol .edsmm_menuItem.edsmm_megaMenu.edsmm_fullWidth>div {
    left: 0;
    right: 0;
}

.raMenuWrapper>ol .edsmm_menuItem.edsmm_megaMenu.edsmm_pageWidth>div {
    width: 1250px;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 30px);
}

.raMenuWrapper>ol .edsmm_menuItem.edsmm_megaMenu.edsmm_fullWidth>div {
    top: auto;
    width: 100%;
    position: fixed;
}

.raMenuWrapper>ol .edsmm_menuItem>div {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    z-index: 1100;
}

.edsmm_menuItem.edsmm_megaMenu .edsmm_level_1 {
    pointer-events: none;  
}
.edsmm_menuItem.edsmm_megaMenu:hover .edsmm_level_1 {
    pointer-events: auto; 
}

.raMenuWrapper>ol .edsmm_menuItem>div>* {
    /*moving to mobile */
	/*display: none !important;*/
}

.raMenuWrapper>ol .edsmm_menuItem>div .edsmm_menuItem>div {
    top: 0;
    left: 100%;
}

.raMenuWrapper>ol .edsmm_menuItem:hover>div {
    opacity: 1;
    visibility: visible;
}

.raMenuWrapper>ol .edsmm_menuItem:hover>div>* {
    display: block !important;
}

.raMenuWrapper>ol .edsmm_menuItem .edsmm_childIndicator {
    display: none;
}

.raMenuWrapper>ol>.edsmm_menuItem {
    display: inline-block;
}

.raMenuWrapper .edsmm_menuListsContainer ol .edsmm_menuItem>span .edsmm_itemContainer {
    display: block;
    white-space: nowrap;
}

.edsmm_menuListsContainer {}

.edsmm_leftContainer {}

.edsmm_megaMenu.edsmm_multiColumn>div>div {
    float: left;
}

.edsmm_megaMenu.edsmm_multiColumn>div>.edsmm_menuListsContainer,
.edsmm_megaMenu.edsmm_multiColumn>div .edsmm_topContainer,
.edsmm_megaMenu.edsmm_multiColumn>div .edsmm_bottomContainer {
    width: 100%;
}

.edsmm_megaMenu.edsmm_multiColumn>div .edsmm_menuListsContainer>ol>.edsmm_menuItem>div {
    position: static;
    opacity: 1 !important;
    visibility: visible !important;
}

.edsmm_megaMenu.edsmm_multiColumn>div .edsmm_menuListsContainer>ol>.edsmm_menuItem>div>* {
    display: block !important;
}

.edsmm_megaMenu.edsmm_multiColumn>div .edsmm_menuListsContainer ol .edsmm_menuItem>span .edsmm_itemContainer {
    white-space: normal;
}

.edsmm_megaMenu.edsmm_multiColumn>div>div>ol::after {
    content: "";
    width: 100%;
    clear: both;
    display: table;
}

.edsmm_megaMenu.edsmm_multiColumn>div>div>ol>li {
    display: block;
    float: left;
}

.edsmm_megaMenu.edsmm_multiColumn>div>div>ol>li>span .edsmm_itemContainer {
    white-space: nowrap;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column>div>.edsmm_leftContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column>div>.edsmm_rightContainer {
    width: 50%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column>div>.edsmm_menuListsContainer>ol>li {
    width: 50%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column>div>.edsmm_menuListsContainer>ol>li:nth-child(2n+1) {
    clear: left;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column.edsmm_htmlContentLeft>div>.edsmm_menuListsContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column.edsmm_htmlContentRight>div>.edsmm_menuListsContainer {
    width: 50%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column.edsmm_htmlContentLeft>div>.edsmm_menuListsContainer>ol>li,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li {
    width: 100%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column.edsmm_htmlContentLeft>div>.edsmm_menuListsContainer>ol>li:nth-child(2n+1),
.edsmm_megaMenu.edsmm_multiColumn.edsmm_2Column.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li:nth-child(2n+1) {
    clear: none;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column>div>.edsmm_leftContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column>div>.edsmm_rightContainer {
    width: 33%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column>div>.edsmm_menuListsContainer>ol>li {
    width: 33%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column>div>.edsmm_menuListsContainer>ol>li:nth-child(3n) {
    width: 34%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column>div>.edsmm_menuListsContainer>ol>li:nth-child(3n+1) {
    clear: left;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft>div>.edsmm_menuListsContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentRight>div>.edsmm_menuListsContainer {
    width: 67%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft>div>.edsmm_menuListsContainer>ol>li,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li {
    width: 50%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft>div>.edsmm_menuListsContainer>ol>li:nth-child(3n+1),
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li:nth-child(3n+1) {
    clear: none;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft>div>.edsmm_menuListsContainer>ol>li:nth-child(2n+1),
.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li:nth-child(2n+1) {
    clear: left;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft.edsmm_htmlContentRight>div>.edsmm_menuListsContainer {
    width: 34%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li {
    width: 100%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_3Column.edsmm_htmlContentLeft.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li:nth-child(2n+1) {
    clear: none;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column>div>.edsmm_leftContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column>div>.edsmm_rightContainer {
    width: 25%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column>div>.edsmm_menuListsContainer>ol>li {
    width: 25%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column>div>.edsmm_menuListsContainer>ol>li:nth-child(4n+1) {
    clear: left;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft>div>.edsmm_menuListsContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentRight>div>.edsmm_menuListsContainer {
    width: 75%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft>div>.edsmm_menuListsContainer>ol>li,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li {
    width: 33%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft>div>.edsmm_menuListsContainer>ol>li:nth-child(3n),
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li:nth-child(3n) {
    width: 34%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft>div>.edsmm_menuListsContainer>ol>li:nth-child(4n+1),
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li:nth-child(4n+1) {
    clear: none;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft>div>.edsmm_menuListsContainer>ol>li:nth-child(3n+1),
.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li:nth-child(3n+1) {
    clear: left;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft.edsmm_htmlContentRight>div>.edsmm_menuListsContainer {
    width: 50%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li {
    width: 50%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li:nth-child(3n+1) {
    clear: none;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_4Column.edsmm_htmlContentLeft.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li:nth-child(2n+1) {
    clear: left;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column>div>.edsmm_leftContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column>div>.edsmm_rightContainer {
    width: 20%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column>div>.edsmm_menuListsContainer>ol>li {
    width: 20%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column>div>.edsmm_menuListsContainer>ol>li:nth-child(5n+1) {
    clear: left;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft>div>.edsmm_menuListsContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentRight>div>.edsmm_menuListsContainer {
    width: 80%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft>div>.edsmm_menuListsContainer>ol>li,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li {
    width: 25%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft>div>.edsmm_menuListsContainer>ol>li:nth-child(5n+1),
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li:nth-child(5n+1) {
    clear: none;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft>div>.edsmm_menuListsContainer>ol>li:nth-child(4n+1),
.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li:nth-child(4n+1) {
    clear: left;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft.edsmm_htmlContentRight>div>.edsmm_menuListsContainer {
    width: 60%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li {
    width: 33%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li:nth-child(3n) {
    width: 34%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li:nth-child(4n+1) {
    clear: none;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_5Column.edsmm_htmlContentLeft.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li:nth-child(3n+1) {
    clear: left;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column>div>.edsmm_leftContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column>div>.edsmm_rightContainer {
    width: 16.6%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column>div>.edsmm_menuListsContainer>ol>li {
    width: 16.6%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column>div>.edsmm_menuListsContainer>ol>li:first-child {
    width: 17%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column>div>.edsmm_menuListsContainer>ol>li:nth-child(6n+1) {
    clear: left;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft>div>.edsmm_menuListsContainer,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentRight>div>.edsmm_menuListsContainer {
    width: 83.4%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft>div>.edsmm_menuListsContainer>ol>li,
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li {
    width: 20%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft>div>.edsmm_menuListsContainer>ol>li:nth-child(6n+1),
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li:nth-child(6n+1) {
    clear: none;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft>div>.edsmm_menuListsContainer>ol>li:nth-child(5n+1),
.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li:nth-child(5n+1) {
    clear: left;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft.edsmm_htmlContentRight>div>.edsmm_menuListsContainer {
    width: 66.8%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li {
    width: 25%;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li:nth-child(5n+1) {
    clear: none;
}

.edsmm_megaMenu.edsmm_multiColumn.edsmm_6Column.edsmm_htmlContentLeft.edsmm_htmlContentRight>div>.edsmm_menuListsContainer>ol>li:nth-child(4n+1) {
    clear: left;
}

.responsAbilityMenu {
    font: 700 normal 1.1em Roboto;
}

.responsAbilityMenu .SectionHead {font-size:1em;color:#121212;background:#efefef;font-weight:300;width:100%;text-align:center;margin:0.5em 0;}

.responsAbilityMenu.raMenuOpened .raMenuWrapper {
    display: block !important;
    overflow: auto;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper>ol>.edsmm_menuItem {
    display: block;
	padding:5px 0;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper>ol .edsmm_menuItem.edsmm_hasChild>span>.edsmm_childIndicator,
.responsAbilityMenu.raMenuOpened .raMenuWrapper>ol .edsmm_menuItem.edsmm_megaMenu>span>.edsmm_childIndicator {
    display: inline-block;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper>ol .edsmm_menuItem:hover>div {
    opacity: 0 !important;
    visibility: hidden !important;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper>ol .edsmm_menuItem:hover>div>* {
    display: none !important;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper>ol .edsmm_menuItem.edsmm_megaMenu .edsmm_menuItem.edsmm_hasChild .edsmm_childIndicator {
    display: none;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper>ol .edsmm_menuItem.edsmm_megaMenu>div>div {
    float: none;
    width: auto;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper>ol .edsmm_menuItem.edsmm_megaMenu>div>.edsmm_menuListsContainer>ol>li {
    float: none !important;
    display: block !important;
    width: auto !important;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper>ol .edsmm_menuItem.edsmm_megaMenu.raItemOpened .edsmm_menuItem>div {
    opacity: 1 !important;
    visibility: visible !important;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper>ol .edsmm_menuItem.edsmm_megaMenu.raItemOpened .edsmm_menuItem>div>* {
    display: block !important;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper>ol .edsmm_menuItem.raItemOpened>div {
    opacity: 1 !important;
    visibility: visible !important;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper>ol .edsmm_menuItem.raItemOpened>div>* {
    display: block !important;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper ol .edsmm_menuItem>div {
    position: static !important;
    min-width: 0;
    max-height: none !important;
    width: auto !important;
    max-width: none;
}

.edsmm_childIndicator {
    cursor: pointer;
}

.responsAbilityMenu {
    clear: right;
    transition: margin 0.5s linear;
}

.responsAbilityMenu .raMenuTriggerWrapper {
    display: none;
    text-align: right;
}

.responsAbilityMenu .raMenuTriggerWrapper .raMenuTrigger {
    display: block;
    color: #1e1f24;
    cursor: pointer;
    position: relative;
    line-height: 2.2;
}

.responsAbilityMenu .raMenuTriggerWrapper .raMenuTrigger:hover {
    color: #c4f1f2;
}


/*
.responsAbilityMenu .raMenuTriggerWrapper .raMenuTrigger::after {
    content: "\f0c9";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    right: 0;
    display: inline-block;
    margin-left: 10px;
}
*/

.raMenuTrigger i.fa-bars {
    font-size: 1.5em;
    color: #FFF;
    position: absolute;
    top: -150px;
    right: 25px;
}

.responsAbilityMenu .edsmm_menuItem {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

.responsAbilityMenu .raMenuWrapper ol {
    margin: 0;
    padding: 0;
}

.responsAbilityMenu .raMenuWrapper ol li>span {
    display: block;
    position: relative;
}

.responsAbilityMenu .raMenuWrapper ol li .edsmm_itemContainer {
    font-family: "Open Sans", Arial, sans-serif;
    white-space: nowrap;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.responsAbilityMenu .raMenuWrapper ol li .edsmm_itemContainer:hover {
    text-decoration: none;
}

.responsAbilityMenu .raMenuWrapper ol li .edsmm_childIndicator {
    display: none;
}

.responsAbilityMenu .raMenuWrapper ol li:hover>div {
    opacity: 1;
    visibility: visible;
    min-width: 240px;
    text-align: left;
}

.responsAbilityMenu .raMenuWrapper ol li:hover>div .edsmm_menuListsContainer>ol>li {
    display: block;
}

.responsAbilityMenu .raMenuWrapper ol li:hover>div .edsmm_menuListsContainer>ol>li:hover {
    display: block;
    background: #f9e04f
}

.responsAbilityMenu .raMenuWrapper ol li>div .edsmm_menuListsContainer>ol>li>span .edsmm_itemContainer {
    font-weight: 100;
}

.responsAbilityMenu .raMenuWrapper ol li .edsmm_childIndicator {
    display: none;
}

.responsAbilityMenu .raMenuWrapper ol li>div {
    background: #fff;
}

.responsAbilityMenu .raMenuWrapper ol li>div .edsmm_menuListsContainer>ol>li {
    display: none;
}

.responsAbilityMenu .raMenuWrapper ol li>div .edsmm_menuListsContainer>ol>li>span .edsmm_itemContainer {
    line-height: 2em;
    display: block;
    padding: 7px 18px;
    transition: padding 0.2s linear;
	color:#121212;
	font-size:0.8em;
}

.responsAbilityMenu .raMenuWrapper ol li>div .edsmm_menuListsContainer>ol>li>span .edsmm_itemContainer:hover {
    padding-left: 21px;
    padding-right: 15px;
    color: #112449
}

.responsAbilityMenu .raMenuWrapper ol li>div .edsmm_menuListsContainer>ol>li:hover>span .edsmm_itemContainer {}

.responsAbilityMenu .raMenuWrapper ol li>div .edsmm_menuListsContainer>ol>li.edsmm_active>span .edsmm_itemContainer {
    color: #055390;
    font-weight: 700;
}

.responsAbilityMenu .raMenuWrapper ol li>div .edsmm_menuListsContainer>ol>li.edsmm_active>span .edsmm_itemContainer:hover {
    color: #fff;
}

.responsAbilityMenu .raMenuWrapper ol li>div .edsmm_menuListsContainer>ol li.edsmm_hasChild>span::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 0.6rem;
    font-size: 15px;
    color: #fff;
    line-height: 0;
}

.responsAbilityMenu .raMenuWrapper ol li>div .edsmm_menuListsContainer>ol li.edsmm_disabled .edsmm_itemContainer {
    padding: 7px 18px !important;
}

.responsAbilityMenu .raMenuWrapper ol li.edsmm_megaMenu .edsmm_menuListsContainer ol li.edsmm_hasChild>span::after {
    content: "\f078";
}

.responsAbilityMenu .raMenuWrapper ol li.edsmm_megaMenu .edsmm_level_2 .edsmm_menuListsContainer>ol {
    padding: 1rem;
}

.responsAbilityMenu .raMenuWrapper ol>li.edsmm_disabled>span .edsmm_itemContainer {
    cursor: default;
}

.responsAbilityMenu .raMenuWrapper>ol {
    text-align: right;
}

.responsAbilityMenu .raMenuWrapper>ol>li {
    display: inline-block;
    position: relative;
}

.responsAbilityMenu .raMenuWrapper>ol>li+li {
    margin-left: 1rem;
}

.responsAbilityMenu .raMenuWrapper>ol>li>span .edsmm_itemContainer {
    display: inline-block;
    position: relative;
    border-bottom: solid 3px transparent;
    color: #fff;
    padding: 0 0.5em;
}

.responsAbilityMenu .raMenuWrapper>ol>li.edsmm_active>span .edsmm_itemContainer {
    color: #f9e04f;
    border-style: solid;
    border-width: 0 0 6px 0;
    border-color: #f9e04f;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.responsAbilityMenu .raMenuWrapper>ol>li:hover>span .edsmm_itemContainer {
    color: #f9e04f;
}

.responsAbilityMenu.raMenuOpened .edsmm_menuItem {
    background: url("../images/mainMenuLiSeparator.png") repeat-x 0 bottom;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper {
    clear: both;
    position: relative;
    background: #112449;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper ol li>div .edsmm_menuListsContainer>ol {
    padding: 0;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper ol li>div .edsmm_menuListsContainer>ol>li {
    display: block;
    padding: 0;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper ol li>div .edsmm_menuListsContainer>ol>li>span .edsmm_itemContainer {
    padding: 10px 12px;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper ol li>div .edsmm_menuListsContainer>ol li.edsmm_hasChild>div {
    left: auto !important;
    right: auto !important;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper ol li.edsmm_hasChild>span>.edsmm_childIndicator {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 10px;
    margin: 0;
    cursor: pointer;
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 50%;
    padding: 0;
    line-height: 0;
    text-align: center;
    z-index: 10;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper ol li.edsmm_hasChild>span>.edsmm_childIndicator::after {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    content: "\f078";
    font-family: FontAwesome;
    font-weight: 900;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 38px;
    height: 38px;
    text-indent: -10px;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper ol li.edsmm_hasChild.raItemOpened>span>.edsmm_childIndicator::after {
    content: "\f077";
    line-height: 22px;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper>ol {
    text-align: left;
    margin-right: 0;
    margin-bottom: 4em;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper>ol>li {
    display: block;
    margin: 0;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper>ol>li>span .edsmm_itemContainer {
    display: block;
    margin-right: 50px;
    padding-left: 10px;
}

.responsAbilityMenu.raMenuOpened .raMenuWrapper>ol>li.edsmm_active>span .edsmm_itemContainer {
    border-width: 0 0 0 3px;
}

.responsAbilityMenu.raMenuOpened .raMenuTriggerWrapper .raMenuTrigger {
    color: #c4f1f2;
}

.responsAbilityMenu.eds_menuType2 {
    margin-top: 0;
    clear: none;
}

.responsAbilityMenu.eds_menuType2 .raMenuWrapper>ol {
    text-align: left;
}

.responsAbilityMenu.eds_menuType2 .raMenuWrapper>ol>li>span .edsmm_itemContainer {
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    border: none;
}

.responsAbilityMenu.eds_menuType2 .raMenuWrapper>ol>li.edsmm_active>span .edsmm_itemContainer,
.responsAbilityMenu.eds_menuType2 .raMenuWrapper>ol>li:hover>span .edsmm_itemContainer {
    color: #c4f1f2;
}

.responsAbilityMenu.eds_menuType2 .raMenuTriggerWrapper .raMenuTrigger {
    color: #fff;
}

.responsAbilityMenu.eds_menuType2 .raMenuTriggerWrapper .raMenuTrigger:hover {
    color: #c4f1f2;
}

.responsAbilityMenu.eds_menuType2.raMenuOpened .raMenuTriggerWrapper .raMenuTrigger {
    color: #c4f1f2;
}

.responsAbilityMenu.eds_menuType3 {
    margin-top: 0;
    clear: none;
}

.responsAbilityMenu.eds_menuType3 .raMenuWrapper>ol {
    text-align: center;
}

.responsAbilityMenu.eds_menuType3 .raMenuWrapper>ol>li>span .edsmm_itemContainer {
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    border: none;
}

.responsAbilityMenu.eds_menuType3 .raMenuWrapper>ol>li.edsmm_active>span .edsmm_itemContainer,
.responsAbilityMenu.eds_menuType3 .raMenuWrapper>ol>li:hover>span .edsmm_itemContainer {
    color: #c4f1f2;
}

.responsAbilityMenu.eds_menuType3 .raMenuTriggerWrapper .raMenuTrigger {
    color: #fff;
}

.responsAbilityMenu.eds_menuType3 .raMenuTriggerWrapper .raMenuTrigger:hover {
    color: #c4f1f2;
}

.responsAbilityMenu.eds_menuType3.raMenuOpened .raMenuTriggerWrapper .raMenuTrigger {
    color: #c4f1f2;
}

.responsAbilityMenu.eds_menuType4 {
    margin-top: 0;
    clear: none;
}

.responsAbilityMenu.eds_menuType4 .raMenuWrapper>ol>li>span .edsmm_itemContainer {
    line-height: 101px;
    transition: line-height 500ms linear;
    margin: 0;
    padding: 0 1rem;
    border: none;
    font-size: 1.3rem;
    font-weight: 300;
}

.responsAbilityMenu.eds_menuType4 .raMenuWrapper>ol>li+li {
    margin-left: 0;
}

.responsAbilityMenu.eds_menuType4 .raMenuWrapper>ol>li.edsmm_active>span .edsmm_itemContainer,
.responsAbilityMenu.eds_menuType4 .raMenuWrapper>ol>li:hover>span .edsmm_itemContainer {
    background-color: #c4f1f2;
    color: #fff;
}

.responsAbilityMenu.eds_menuType4 .raMenuTriggerWrapper .raMenuTrigger {
    line-height: 62px;
}

.responsAbilityMenu.eds_menuType4 .raMenuTriggerWrapper .raMenuTrigger:hover {
    color: #c4f1f2;
}

.responsAbilityMenu.eds_menuType4.raMenuOpened {
    float: none !important;
}

.responsAbilityMenu.eds_menuType4.raMenuOpened .raMenuTriggerWrapper .raMenuTrigger {
    color: #c4f1f2;
}

.responsAbilityMenu.eds_menuType4.raMenuOpened .raMenuWrapper>ol>li>span .edsmm_itemContainer {
    line-height: 45px !important;
}

.responsAbilityMenu.eds_menuType5 {
    margin-top: 0;
    clear: none;
}

.responsAbilityMenu.eds_menuType5 .raMenuWrapper>ol {
    text-align: left;
}

.responsAbilityMenu.eds_menuType5 .raMenuWrapper>ol>li>span .edsmm_itemContainer {
    line-height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    border: none;
    position: relative;
}

.responsAbilityMenu.eds_menuType5 .raMenuWrapper>ol>li>span .edsmm_itemContainer::before {
    content: "";
    display: inline-block;
    border-color: transparent transparent #0053a4;
    border-width: 8px 12px;
    border-style: solid;
    margin-left: -12px;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    transition: all 400ms;
}

.responsAbilityMenu.eds_menuType5 .raMenuWrapper>ol>li.edsmm_active>span .edsmm_itemContainer,
.responsAbilityMenu.eds_menuType5 .raMenuWrapper>ol>li:hover>span .edsmm_itemContainer {
    color: #0053a4;
}

.responsAbilityMenu.eds_menuType5 .raMenuWrapper>ol>li.edsmm_active>span .edsmm_itemContainer::before {
    opacity: 1;
}

.responsAbilityMenu.eds_menuType5 .raMenuWrapper>ol .edsmm_menuItem.edsmm_megaMenu.edsmm_pageWidth>div,
.responsAbilityMenu.eds_menuType5 .raMenuWrapper>ol .edsmm_menuItem.edsmm_megaMenu.edsmm_fullWidth>div {
    margin-top: -12px;
}

.responsAbilityMenu.eds_menuType5 .raMenuTriggerWrapper .raMenuTrigger {
    color: #fff;
}

.responsAbilityMenu.eds_menuType5 .raMenuTriggerWrapper .raMenuTrigger:hover {
    color: #0053a4;
}

.responsAbilityMenu.eds_menuType5.raMenuOpened .raMenuTriggerWrapper .raMenuTrigger {
    color: #c4f1f2;
}

.responsAbilityMenu.eds_menuType6 {
    margin-right: 70px;
}

@media (max-width: 1200px) {
	img.DownArrow {max-height:20px;}

	.HPLeader {height:3em;}
	
    .HPLeader p  {font-size:1.2em;}
	
	.PromoSideInner {position:relative !important;}
}

@media (max-width: 992px) {
    .responsAbilityMenu.eds_menuType6 {
        margin-right: 0;
    }
    .responsAbilityMenu .raMenuWrapper>ol>li>span .edsmm_itemContainer {
    }
    .responsAbilityMenu .raMenuWrapper>ol>li:hover>span .edsmm_itemContainer {
        color: #f9e04f;
    }
    .responsAbilityMenu .raMenuWrapper>ol>li.edsmm_active>span .edsmm_itemContainer {
        color: #f9e04f;
    }
    .responsAbilityMenu.raMenuOpened .raMenuWrapper ol li>div .edsmm_menuListsContainer>ol>li>span .edsmm_itemContainer {
    }
    .edsmm_menuListsContainer {
        padding: 1em;
    }
	.raMenuWrapper>ol .edsmm_menuItem>div>* {
		display: none !important;
	}
	.responsAbilityMenu.raMenuOpened .raMenuWrapper>ol>li.edsmm_active>span .edsmm_itemContainer {
		border-width: 0;
	}
	
	.PromoVideoRow, .ThreeDRow {
    border-top: solid 3px #fff;
    padding: 2em 1em;
	}
	.PromoVideoRow h5, .PromoVideoRow h6 {font-size:2em;}
	
}

@media (max-width: 768px) {
    .responsAbilityMenu {
        margin-top: -5px;
    }
    .responsAbilityMenu .raMenuWrapper>ol>li>span .edsmm_itemContainer {
        color: #fff;
        font-weight: bold;
    }
    .raMenuWrapper .ListProduct {}
    .raMenuWrapper h4.edn_articleTitle {
        margin: 0.5em 0;
    }
    .raMenuWrapper .MenuWidgetImageBox {
        margin: 0;
    }
    .raMenuWrapper .ListProduct .ProductImageBox a {
        /*aspect-ratio: 3/2;*/
    }
    .raMenuWrapper .edsmm_leftContainer {
        border: 0;
    }
    .raMenuWrapper .edsmm_level_1 {
        box-shadow: none;
    }
    .ProductImageBox .SaltReady {
        width: 25%;
        bottom: 10%;
        margin: 0;
        right: 10%;
        position: absolute;
    }
    .responsAbilityMenu.raMenuOpened .raMenuWrapper {
        position: absolute;
        filter: drop-shadow(2px 4px 6px #000);
    }

}

@media (max-width: 540px) {
	.raMenuTrigger i.fa-bars {top: -90px;}
}