ul.flex-direction-nav li:before {
  display:none;
}
ul.flex-direction-nav {
  position: absolute;
  top: calc(50% - 18px);
  z-index: 3;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0 !important;
  list-style: none !important;
  display: flex;
  justify-content: space-between;
}

a.flex-prev {
  visibility: hidden;
  width:0;
}
a.flex-prev::after {
  content:'';
  position: absolute;
  left:0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath style='fill:white;' d='M22 12l-4-4v3H3v2h15v3z'/%3E%3C/svg%3E");
  width:36px;
  height:36px;
  background-size:contain;
  background-position: center center;
  background-color: #007cd4;
  visibility: visible;
  transform: rotate(180deg);
}

a.flex-next {
  visibility: hidden;
  width:0;
}
a.flex-next::after {
  content:'';
  position: absolute;
  right:0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 0 24 24' width='24'%3E%3Cpath style='fill:white;' d='M22 12l-4-4v3H3v2h15v3z'/%3E%3C/svg%3E");
  width:36px;
  height:36px;
  background-size:contain;
  background-position: center center;
  background-color: #007cd4;
  visibility: visible;
}
.notify {
  background: #e03b20;
  color:#fff;
  text-align:center;
  padding:10px 10px 14px;
}
@media (min-width: 1200px) {
  .top__nav a {
    font-size: 18px;
  }
}
.category__image {
  padding:0 !important;
}
.downloads__navigation ul ul {
  display:none;
}
.downloads__navigation ul li.current ul {
  display:block;
}
.downloads__navigation ul ul li {
  list-style:none;
}
.downloads__navigation ul ul li a {
  line-height:1.1;
  font-size:14px;
  font-weight:700;
  padding:8px 24px;
}
.downloads__navigation ul ul li:first-child > a {
  padding-top:16px;
}
.downloads__navigation ul ul li:last-child > a {
  font-size: 14px;
  background: #f7f7f7;
  font-weight: 700;
  color: #222;
  padding-bottom:16px;
}
.gfield--type-honeypot {
  visibility: hidden;
  height: 0;
}

.home .prod-highlight {
  height: auto;
  padding-bottom: 0;
}

.home .prod-highlight__image {
  aspect-ratio: 1;
}
.home .prod-highlight__inner {
  position: relative;
}