/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.2rem;
  color: #FFA200;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.875rem;
  color: #FFA200;
}

h6 {
  font-size: 0.625rem;
}

/*---------------------------------------------------
Base Typesetting
----------------------------------------------------*/
body, html {
  font: 400 16px/1.618 "Roboto", sans-serif;
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  /* standard */
  font-kerning: normal;
  /* Safari 7+, Firefox 24+, Chrome 33(?)+, Opera 21+*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
    For responsive definition
*/
@font-face {
  font-family: "bb-icons";
  src: url("../../assets/fonts/bb-icons/bb-icons.eot?80309867");
  src: url("../../assets/fonts/bb-icons/bb-icons.eot?80309867#iefix") format("embedded-opentype"), url("../../assets/fonts/bb-icons/bb-icons.woff2?80309867") format("woff2"), url("../../assets/fonts/bb-icons/bb-icons.woff?80309867") format("woff"), url("../../assets/fonts/bb-icons/bb-icons.ttf?80309867") format("truetype"), url("../../assets/fonts/bb-icons/bb-icons.svg?80309867#bb-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

* {
  box-sizing: border-box;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

body {
  background: #fff !important;
}

.link {
  font-weight: 500;
  color: #333;
}
.link:hover {
  color: #FFA200;
}

body.lock-scroll {
  overflow: hidden;
}

.isotope-filter-container > .isotope-item {
  position: relative !important;
  left: initial !important;
  top: initial !important;
}
.isotope-filter-container > .isotope-item .isotope-pager {
  margin-top: 48px;
  display: 0;
}

.leaflet-pane.leaflet-shadow-pane {
  display: none;
}

.filter-sidebar-btn {
  display: flex;
  align-items: center;
  font: 400 1rem/1.618 "Roboto", sans-serif;
  cursor: pointer;
}
.filter-sidebar-btn:before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../images/icons/filter-sidebar-btn.svg") center/contain no-repeat;
  margin-right: 8px;
}

.sort-select {
  background: url("../images/icons/carat-teal-icon.svg") calc(100% - 12px) 12px/16px no-repeat;
  font: 700 1rem/1.618 "Roboto", sans-serif;
  padding-left: 4px;
  border: 1px solid #333;
}

.sort-filter-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sort-filter-controls > .filter-sidebar-btn {
  opacity: 0;
  height: 0;
  width: 0;
}
.sort-filter-controls > .filter-sidebar-btn.display-btn {
  opacity: 1;
  height: initial;
  width: initial;
}
.sort-filter-controls + .product-listing-posts {
  margin-top: 32px;
}

.woocommerce-notices-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

ul:not([class]),
ul.wp-block-list {
  list-style: none;
  margin: 12px 0;
}
ul:not([class]) > li,
ul.wp-block-list > li {
  padding-left: 16px;
  position: relative;
}
ul:not([class]) > li:not(:last-of-type),
ul.wp-block-list > li:not(:last-of-type) {
  margin-bottom: 8px;
}
ul:not([class]) > li:before,
ul.wp-block-list > li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #FFA200;
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 0;
}

p:not([class]) a {
  color: #FFA200;
}

ol:not([class]) {
  list-style: none;
  counter-reset: counter-number;
}
ol:not([class]) > li {
  counter-increment: counter-number;
  padding-left: 16px;
  position: relative;
}
ol:not([class]) > li:before {
  content: counter(counter-number) ".";
  display: inline-block;
  color: #333;
  position: absolute;
  left: 0;
  font-weight: 700;
}

.my-account-notice {
  display: none;
}

.woocommerce-account .woocommerce::before {
  content: initial;
}

.woocommerce-account .full-bleed-wrapper {
  padding: 0 32px;
}

#dashboard-sidebar h3.widget-title {
  display: none;
}

#dashboard-sidebar h3.widget-title {
  border-bottom: 1px solid #000;
}

#dashboard-sidebar ul {
  padding: 0px;
  list-style-type: none;
}

#dashboard-sidebar a {
  color: #1b1b1b;
}

#dashboard-sidebar > .widget.widget_nav_menu > div > .menu > .menu-item {
  cursor: pointer;
}
#dashboard-sidebar > .widget.widget_nav_menu > div > .menu > .menu-item:first-of-type > a {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
#dashboard-sidebar > .widget.widget_nav_menu > div > .menu > .menu-item > a {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  padding: 16px 0px;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
}
#dashboard-sidebar > .widget.widget_nav_menu > div > .menu > .menu-item.menu-item-has-children > a {
  position: relative;
}
#dashboard-sidebar > .widget.widget_nav_menu > div > .menu > .menu-item.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url("../images/icons/caret-black-icon.svg") center/contain no-repeat;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
#dashboard-sidebar > .widget.widget_nav_menu > div > .menu > .menu-item.menu-item-has-children > a.-active:after {
  transform: rotate(-90deg);
}
#dashboard-sidebar > .widget.widget_nav_menu > div > .menu > .menu-item.menu-item-has-children > a.-active + .sub-menu {
  display: block;
}
#dashboard-sidebar > .widget.widget_nav_menu > div > .menu > .menu-item.menu-item-has-children > .sub-menu {
  padding: 10px 0 0;
  display: none;
}
#dashboard-sidebar > .widget.widget_nav_menu > div > .menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item {
  padding: 12px 0 12px 12px;
  font-weight: 400;
  font-size: 14px;
}
#dashboard-sidebar > .widget.widget_nav_menu > div > .menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item:first-of-type {
  padding-top: 0;
}
#dashboard-sidebar > .widget.widget_nav_menu > div > .menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a {
  display: block;
}
#dashboard-sidebar .widget-title.accordion {
  cursor: pointer;
  position: relative;
}
#dashboard-sidebar .widget-title.accordion:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url("../images/icons/caret-black-icon.svg") center/contain no-repeat;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
#dashboard-sidebar .widget-title.accordion.-active:after {
  transform: rotate(-90deg);
}

.modal-flex {
  display: none;
  flex-flow: column nowrap;
  /*Add this */
  justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  position: fixed;
}
.modal-flex.-active {
  display: flex;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 20% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
}

.modal-content button {
  height: 45px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin: 0px 10px 0px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 450px) {
  .modal-flex button.button.button-primary {
    width: 100%;
    margin: 6px 0px 0px;
  }
}
.find-distributor > a {
  display: block;
}

.two-column-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.two-column-block > .find-distributor:not(:only-child) {
  margin-left: 16px;
  display: none;
}
.two-column-block + .product-variation-table-container {
  margin-top: 34px;
}
@media all and (max-width: 1024px) {
  .two-column-block {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .two-column-block > .find-distributor:not(:only-child) {
    margin-left: 0;
    margin-bottom: 16px;
    display: block;
  }
}

.utility-panel {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.utility-panel > .support {
  font: 500 1rem/1.618 "Roboto", sans-serif;
  color: #333;
  display: inline-block;
  margin-right: 48px;
}
.utility-panel > .partners {
  margin-right: 48px;
}

.social-media-menu {
  list-style: none;
  display: flex;
  align-items: center;
}
.social-media-menu > .item:not(:last-of-type) {
  margin-right: 12px;
}
.social-media-menu > .item > a {
  display: flex;
  align-items: center;
}
.social-media-menu > .item > a.facebook {
  width: 8px;
  height: 16px;
  background: url("../images/icons/social-media/facebook-icon.svg") center/contain no-repeat;
}
.social-media-menu > .item > a.instagram {
  width: 16px;
  height: 16px;
  background: url("../images/icons/social-media/instagram-icon.svg") center/contain no-repeat;
}
.social-media-menu > .item > a.linkedin {
  width: 16px;
  height: 16px;
  background: url("../images/icons/social-media/linkedin-icon.svg") center/contain no-repeat;
}
.social-media-menu > .item > a.twitter {
  width: 16px;
  height: 16px;
  background: url("../images/icons/social-media/twitter-icon.svg") center/contain no-repeat;
}
.social-media-menu > .item > a.youtube {
  width: 16px;
  height: 16px;
  background: url("../images/icons/social-media/youtube-icon.svg") center/contain no-repeat;
}

.top-header-panel {
  padding: 8px 0;
  background: #F0F0F0;
}
.top-header-panel .link.-distributor {
  display: flex;
  padding: 10px 14px;
}

.top-header-panel {
  display: flex;
  align-items: flex-end;
}
.top-header-panel .top-header-panel-widget {
  margin-right: 32px;
}
.top-header-panel .top-header-panel-widget .widget-title-holder {
  display: none;
}

.product-type-menu-panel > .image {
  margin-bottom: 16px;
  display: block;
  width: 100%;
  height: 100px;
  object-fit: contain;
  background: #F0F0F0;
}
.product-type-menu-panel > .heading {
  font: 700 0.875rem/1.618 "Roboto", sans-serif;
  text-transform: uppercase;
  color: #333;
}

.header-main-menu-list {
  display: flex;
  align-items: center;
  list-style: none;
}
.header-main-menu-list > .menu-item {
  font: 700 1rem/1.618 "Roboto", sans-serif;
  text-transform: uppercase;
}
.header-main-menu-list > .menu-item > a {
  color: #333;
}
.header-main-menu-list > .menu-item:not(:last-of-type) {
  margin-right: 72px;
}

.header-main-menu {
  width: 100%;
  padding: 0 32px;
}
.header-main-menu > .mega-menu-wrap {
  background: transparent !important;
}
.header-main-menu > .mega-menu-wrap > .mega-menu {
  text-align: center !important;
}
.header-main-menu > .mega-menu-wrap > .mega-menu .heading {
  font: 700 1.125rem/1.618 "Roboto", sans-serif;
  color: #333;
}
.header-main-menu > .mega-menu-wrap > .mega-menu > .mega-menu-item:not(:last-of-type) {
  margin-right: 32px !important;
}
.header-main-menu > .mega-menu-wrap > .mega-menu > .mega-menu-item > .mega-menu-link {
  font: 700 1rem/1.618 "Roboto", sans-serif !important;
  color: #333 !important;
  background: transparent !important;
  text-transform: uppercase !important;
  height: initial !important;
}
.header-main-menu > .mega-menu-wrap > .mega-menu > .mega-menu-item > .mega-menu-link:hover {
  color: #FFA200 !important;
}
.header-main-menu > .mega-menu-wrap > .mega-menu > .mega-menu-item > .mega-sub-menu {
  border-top: 4px solid #FFA200 !important;
  box-shadow: 0px 3px 5px 0 rgba(51, 51, 51, 0.2) !important;
  font-family: "Roboto", sans-serif !important;
  background: #fff !important;
  width: calc(100% + 215px) !important;
  margin-top: 24px !important;
}
.header-main-menu > .mega-menu-wrap > .mega-menu > .mega-menu-item > .mega-sub-menu > .mega-menu-row > .mega-sub-menu > .mega-menu-column > .mega-sub-menu > .mega-menu-item > .mega-menu-link {
  border-bottom: 1px solid #333 !important;
}
.header-main-menu > .mega-menu-wrap > .mega-menu > .mega-menu-item > .mega-sub-menu > .mega-menu-row {
  padding: 0 16px !important;
}
.header-main-menu > .mega-menu-wrap > .mega-menu > .mega-menu-item > .mega-sub-menu .mega-menu-row .mega-menu-column .mega-sub-menu {
  margin-top: 12px !important;
}

.main-header-panel {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header-panel > .logo {
  display: inline-block;
  width: 100%;
  height: 64px;
  max-width: 138px;
  background: url("../images/kordz-logo.svg") center/contain no-repeat;
}

.site-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
}
@media all and (max-width: 1024px) {
  .site-header {
    display: none;
  }
}

.logged-in.role-administrator .site-header {
  top: 32px;
}

.top-header-panel-mobile {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #FFA200;
  padding: 12px 32px;
}
.top-header-panel-mobile > .logo {
  display: inline-block;
  width: 90px;
  height: 46px;
  background: url("../images/kordz-logo.svg") center/contain no-repeat;
  margin-right: 32px;
}
.top-header-panel-mobile > .search-bar-block {
  margin: 0 26px 0 auto;
}
.top-header-panel-mobile > .search-bar-block > .search-bar {
  padding: 4px 16px;
}
.top-header-panel-mobile > .mobile-menu-btn {
  width: 26px;
  height: 26px;
  background: url("../images/icons/hamburger-menu-icon.svg") center/contain no-repeat;
}
.top-header-panel-mobile > .mobile-menu-btn.active {
  background: url("../images/icons/hamburger-menu-active.svg") center/contain no-repeat;
}

.mobile-menu > .menu-item > .menu-btn,
.sub-menu > .menu-item > .menu-btn {
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  display: block;
  position: relative;
  cursor: pointer;
}
.mobile-menu > .menu-item > .menu-btn.children:after,
.sub-menu > .menu-item > .menu-btn.children:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto 0;
  background: url("../images/icons/caret-black-icon.svg") center/contain no-repeat;
}
.mobile-menu > .menu-item > .menu-btn.children.active,
.sub-menu > .menu-item > .menu-btn.children.active {
  background: #545859;
  color: #fff;
  padding-left: 36px;
}
.mobile-menu > .menu-item > .menu-btn.children.active:after,
.sub-menu > .menu-item > .menu-btn.children.active:after {
  display: none;
}
.mobile-menu > .menu-item > .menu-btn.children.active:before,
.sub-menu > .menu-item > .menu-btn.children.active:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  left: 12px;
  bottom: 0;
  margin: auto 0;
  background: url("../images/icons/caret-white-icon.svg") center/contain no-repeat;
}
.mobile-menu > .menu-item > .menu-btn.children.active + .sub-menu,
.sub-menu > .menu-item > .menu-btn.children.active + .sub-menu {
  display: block;
}
.mobile-menu > .menu-item > .sub-menu,
.sub-menu > .menu-item > .sub-menu {
  display: none;
}

.mobile-menu-body {
  position: relative;
}

.logged-in.admin-bar .site-header-mobile > .mobile-menu-panel {
  height: calc(100% - 118px);
}

.mobile-footer-flushed-right {
  display: flex;
  align-items: center;
}
.mobile-footer-flushed-right > .toggle-subscription-form {
  margin-right: 16px;
}

.site-header-mobile {
  display: none;
}
.site-header-mobile > .mobile-menu-panel {
  display: none;
  position: absolute;
  height: calc(100% - 72px);
  width: 100%;
  background: #fff;
  z-index: 3;
}
.site-header-mobile > .mobile-menu-panel.active {
  display: block;
}
.site-header-mobile > .mobile-menu-panel > .mobile-footer {
  background: #F0F0F0;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 12px 20px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header-mobile > .mobile-menu-panel > .mobile-footer > .mobile-footer-flushed-right > .mobile-partner-login-btn {
  display: flex;
  align-items: center;
  color: #FFA200;
}
.site-header-mobile > .mobile-menu-panel > .mobile-footer > .mobile-footer-flushed-right > .mobile-partner-login-btn:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/icons/partners-orange-icon.svg") center/contain no-repeat;
  display: inline-block;
  margin-right: 8px;
}
.site-header-mobile > .mobile-menu-panel > .mobile-footer > .mobile-footer-flushed-right > .mobile-partner-login-btn:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../images/icons/caret-black-icon.svg") center/contain no-repeat;
  display: inline-block;
  margin-left: 8px;
}
.site-header-mobile > .mobile-menu-panel > .mobile-footer > .mobile-footer-flushed-right > .mobile-partner-portal-btn {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  color: #fff;
  padding: 8px 16px;
  background-color: #FFA200;
}
.site-header-mobile > .mobile-menu-panel > .mobile-login-form {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
}
.site-header-mobile > .mobile-menu-panel > .mobile-login-form > .close-btn {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/icons/close-btn.svg") center/contain no-repeat;
  position: absolute;
  top: 20px;
  right: 24px;
}
.site-header-mobile > .mobile-menu-panel > .mobile-login-form.active {
  display: block;
}
.site-header-mobile > .mobile-menu-panel > .mobile-login-form.active > .login-signup-form {
  display: block;
  width: 100%;
  height: 100%;
}
.site-header-mobile > .mobile-menu-panel > .mobile-login-form.active > .login-signup-form .woocommerce-form-login .form-cta-panel {
  margin-top: 34px;
  flex-direction: column;
}
.site-header-mobile > .mobile-menu-panel > .mobile-login-form.active > .login-signup-form .woocommerce-form-login .form-cta-panel button[type=submit] {
  width: 100%;
  margin-bottom: 26px;
}

.scroll-lock {
  overflow: hidden;
}

@media all and (max-width: 1024px) {
  .site-header-mobile {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .site-header-mobile > .top-header-panel-mobile {
    padding: 12px 18px;
  }
}
.footer-contact-information > .logo {
  width: 138px;
  height: 66px;
  background: url("../images/kordz-logo.svg") center/contain no-repeat;
  display: block;
  margin-bottom: 32px;
}
.footer-contact-information .widget-title-holder {
  display: none;
}
.footer-contact-information .contact-information > .site-address > .heading {
  font: 700 1.125rem/1.618 "Roboto", sans-serif;
}
.footer-contact-information .contact-information > .site-address > .context {
  font: 400 1rem/1.618 "Roboto", sans-serif;
}
.footer-contact-information .contact-information > .site-address:not(:last-of-type) {
  margin-bottom: 32px;
}
.footer-contact-information .contact-information > .site-address.-accordion {
  padding: 18px;
  margin-bottom: 0;
  border-bottom: 1px solid white;
}
.footer-contact-information .contact-information > .site-address.-accordion > .heading {
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-contact-information .contact-information > .site-address.-accordion > .heading.active:after {
  transform: rotate(-90deg);
}
.footer-contact-information .contact-information > .site-address.-accordion > .heading:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url("../images/icons/caret-black-icon.svg") center/contain no-repeat;
  transform: rotate(90deg);
}
.footer-contact-information .contact-information > .site-address.-accordion > .heading.active + .context {
  display: block;
}
.footer-contact-information .contact-information > .site-address.-accordion > .context {
  margin: 16px 0;
  display: none;
}
@media all and (max-width: 680px) {
  .footer-contact-information .contact-information > .site-address.-accordion {
    padding: 8px 18px;
  }
  .footer-contact-information .contact-information > .site-address.-accordion > .context {
    margin: 8px 0;
  }
}
.footer-contact-information .contact-information > strong {
  font: 400 1rem/1.618 "Roboto", sans-serif;
  margin-top: 42px;
}

.sub-footer-menu-list {
  list-style: none;
}
.sub-footer-menu-list > .sub-footer-menu-item {
  font: 400 1rem/1.618 "Roboto", sans-serif;
}
.sub-footer-menu-list > .sub-footer-menu-item:not(:last-of-type) {
  margin-bottom: 16px;
}
.sub-footer-menu-list > .sub-footer-menu-item a {
  color: #333;
}
@media all and (max-width: 680px) {
  .sub-footer-menu-list > .sub-footer-menu-item:not(:last-of-type) {
    margin-bottom: 8px;
  }
}

.footer-menu-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 48px;
}
.footer-menu-list > .footer-menu-item {
  font: 700 1.125rem/1.618 "Roboto", sans-serif;
}
.footer-menu-list > .footer-menu-item a {
  color: #333;
}
.footer-menu-list > .footer-menu-item > .sub-footer-menu-list {
  margin-top: 20px;
}
@media all and (max-width: 680px) {
  .footer-menu-list > .footer-menu-item > .sub-footer-menu-list {
    margin-top: 8px;
  }
}

.footer-navigation {
  display: flex;
  flex-direction: column;
}
.footer-navigation > .logo {
  width: 138px;
  height: 66px;
  background: url("../images/kordz-logo.svg") center/contain no-repeat;
  display: block;
  margin-top: auto;
  margin-left: auto;
}
.footer-navigation > .partners {
  margin-top: 32px;
}
.footer-navigation > .partners > .partners-button {
  display: flex;
  justify-content: flex-end;
}

.footer-navigation.-accordion > .logo {
  margin: 32px auto;
}
.footer-navigation.-accordion > .footer-menu-list {
  grid-template-columns: 1fr;
}
.footer-navigation.-accordion > .footer-menu-list > .footer-menu-item {
  border-bottom: 1px solid white;
  padding-bottom: 18px;
}
.footer-navigation.-accordion > .footer-menu-list > .footer-menu-item > .nav-main-link {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px 0;
}
.footer-navigation.-accordion > .footer-menu-list > .footer-menu-item > .nav-main-link:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url("../images/icons/caret-black-icon.svg") center/contain no-repeat;
  transform: rotate(90deg);
}
.footer-navigation.-accordion > .footer-menu-list > .footer-menu-item > .nav-main-link.active {
  padding-bottom: 0;
}
.footer-navigation.-accordion > .footer-menu-list > .footer-menu-item > .nav-main-link.active:after {
  transform: rotate(-90deg);
}
.footer-navigation.-accordion > .footer-menu-list > .footer-menu-item > .nav-main-link.active + .sub-footer-menu-list {
  display: block;
}
@media all and (max-width: 680px) {
  .footer-navigation.-accordion > .footer-menu-list > .footer-menu-item > .nav-main-link {
    padding: 8px 18px 0;
  }
}
.footer-navigation.-accordion > .footer-menu-list > .footer-menu-item > .sub-footer-menu-list {
  display: none;
  padding: 0 18px;
}
@media all and (max-width: 680px) {
  .footer-navigation.-accordion > .footer-menu-list > .footer-menu-item {
    padding-bottom: 8px;
  }
}
.footer-navigation.-accordion > .partners > .partners-button {
  justify-content: center;
}

.site-footer {
  padding: 70px 0 40px;
  background: #F0F0F0;
  overflow: hidden;
}
.site-footer > .site-footer-container {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 420px 1fr;
  grid-gap: 0 120px;
  padding-left: 32px;
  padding-right: 32px;
}
@media all and (max-width: 768px) {
  .site-footer {
    padding: 32px 0;
  }
  .site-footer > .site-footer-container {
    padding: 0;
    grid-template-columns: 1fr;
  }
  .site-footer > .site-footer-container > .footer-contact-information {
    margin-bottom: 18px;
  }
  .site-footer > .site-footer-container > .footer-contact-information > .logo {
    margin-left: 18px;
  }
  .site-footer > .site-footer-container > .footer-contact-information .contact-information strong {
    display: none !important;
  }
}

.paired-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 24px;
}
.paired-fields > .input-field {
  border: 2px solid #333;
  height: 55px;
  color: #333;
  padding-left: 16px;
  font: bold 1rem/1.618 "Roboto", sans-serif;
}
.paired-fields > .input-field::-webkit-input-placeholder {
  color: #333;
  font: bold 1.125rem/2 "Roboto", sans-serif;
}
.paired-fields > .input-field:-moz-placeholder {
  color: #333;
  font: bold 1.125rem/2 "Roboto", sans-serif;
}
.paired-fields > .input-field::-moz-placeholder {
  color: #333;
  font: bold 1.125rem/2 "Roboto", sans-serif;
}
.paired-fields > .input-field:-ms-input-placeholder {
  color: #333;
  font: bold 1.125rem/2 "Roboto", sans-serif;
}

.input-field {
  padding: 8px;
  border: 1px solid #fff;
  width: 100%;
  background: transparent;
}

.labeled-field {
  position: relative;
}
.labeled-field > .label {
  font: 400 1.125rem/1 "Roboto", sans-serif;
  color: #fff;
  margin-bottom: 8px;
  display: block;
}
.labeled-field > .input-field {
  height: 52px;
}

.select-field {
  background: url("../images/icons/select-arrow-icon.svg") calc(100% - 15px) 70%/40px no-repeat;
  font: 700 1rem/1.618 "Roboto", sans-serif;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 16px;
  border: 1px solid #333;
  height: 55px;
  color: #333;
  border-radius: 3px;
  width: 100%;
}

.input-textarea {
  width: 100%;
  height: 230px;
  border: 1px solid #333;
  border-radius: 3px;
  font: 600 1rem/1.618 "Roboto", sans-serif;
  color: #333;
  resize: none;
  padding: 16px;
}
.input-textarea::-webkit-input-placeholder {
  color: #333;
  font: bold 1rem/2 "Roboto", sans-serif;
  opacity: 1;
}
.input-textarea:-moz-placeholder {
  color: #333;
  font: bold 1rem/2 "Roboto", sans-serif;
  opacity: 1;
}
.input-textarea::-moz-placeholder {
  color: #333;
  font: bold 1rem/2 "Roboto", sans-serif;
  opacity: 1;
}
.input-textarea:-ms-input-placeholder {
  color: #333;
  font: bold 1rem/2 "Roboto", sans-serif;
  opacity: 1;
}

.btn, .sign-up-btn, .out-of-stock-btn, .transparent-btn, .primary-btn {
  padding: 16px 24px 12px;
  font: 700 1rem/1.618 "Roboto", sans-serif;
  background: #fff;
  color: #333;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: 0;
  letter-spacing: 1.5px;
}

.primary-btn {
  border: 1px solid #FFA200;
  background: #FFA200;
  color: #fff;
}
.primary-btn:hover {
  background: #fff;
  color: #FFA200;
  border: 1px solid #FFA200;
}

.transparent-btn {
  background: transparent;
  color: #333;
  font-weight: 400;
  border: 1px solid #333;
}

.download-btn {
  background: #FFA200;
  padding: 6px 32px;
}
.download-btn > span {
  display: flex;
  align-items: center;
  color: #fff;
  font: 400 1rem/1.618 "Roboto", sans-serif;
}
.download-btn > span:before {
  content: "";
  background: url("../images/icons/circular-arrow.svg") center/contain no-repeat;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.download-btn > span:hover {
  color: #FFA200;
}
.download-btn > span:hover:before {
  background: url("../images/icons/download-arrow-orange-icon.svg") center/contain no-repeat;
}

.out-of-stock-btn {
  background: grey;
  color: #fff;
}

.membership-btn {
  padding: 12px;
  box-shadow: 0 2px 4px #000;
  width: 100%;
  background: #333;
  cursor: pointer;
}
.membership-btn > .label {
  display: flex;
  align-items: center;
  font: 600 1.25rem/1 "Roboto", sans-serif;
  justify-content: center;
  color: #fff;
}
.membership-btn > .label:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 8px;
  background: url("../images/icons/membership-rewards-white-icon.svg") center/contain no-repeat;
}

.sign-up-btn {
  background: #fff;
  color: #333;
}

.buy-now-btn-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.buy-now-btn-block > .primary-btn {
  max-width: 180px;
  margin-bottom: 28px;
}
.buy-now-btn-block > .wtb-btn {
  font: 600 1.125rem/1.618 "Roboto", sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  color: #333;
  padding: 0 8px;
}
.buy-now-btn-block > .wtb-btn:after {
  content: "";
  width: 11px;
  height: 11px;
  margin-left: 16px;
  background: url("../images/icons/arrow-green-icon.svg") center/contain no-repeat;
}

.paired-btns {
  display: flex;
}
.paired-btns > .btns {
  font: 700 1.125em/1.618 "Roboto", sans-serif;
  padding: 18px 42px;
  margin-right: 36px;
  border-radius: 0;
  display: inline-block;
}
.paired-btns > .btns:first-of-type {
  background: #333;
  color: #fff;
}
.paired-btns > .btns:last-of-type {
  border: 1px solid #333;
  color: #333;
  background: transparent;
}
.paired-btns > .btns:last-of-type:hover {
  background: #fff;
}

.full-bleed-wrapper {
  width: 100%;
}

.side-full-wrapper {
  width: 100%;
  max-width: 1464px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.side-full-wrapper > .content-panel-block {
  padding-bottom: 32px;
}
.side-full-wrapper > * {
  margin-left: calc(-100vw / 2 + 1464px / 2);
  margin-right: calc(-100vw / 2 + 1464px / 2);
  width: 100vw;
}
.side-full-wrapper > *:nth-child(2) {
  flex: 1;
  margin-left: 0;
  margin-right: 0;
}
.side-full-wrapper > .side-navigation-block,
.side-full-wrapper > .product-filters-sidebar {
  width: 100%;
  max-width: 250px;
  margin-right: 64px;
  margin-left: 0;
}
.side-full-wrapper > .side-navigation-block > .side-navigation {
  position: sticky;
  top: 140px;
  padding-top: 26px;
  margin-top: -32px;
  padding-bottom: 26px;
}

.image-only-banner {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.left-sidebar-layout {
  display: flex;
  flex-wrap: wrap;
}
.left-sidebar-layout > *:first-of-type {
  width: 100%;
  max-width: 250px;
  margin-right: 100px;
}
.left-sidebar-layout > *:first-of-type > .side-navigation {
  position: sticky;
  top: 160px;
  padding-top: 26px;
  margin-top: -32px;
  padding-bottom: 26px;
}
.left-sidebar-layout > *:nth-child(2) {
  flex: 1;
  max-width: 100%;
}
.left-sidebar-layout.-centered {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
}
.left-sidebar-layout.-centered > .post-content > .centered-layout .centered-content {
  padding: 0;
}
@media all and (max-width: 480px) {
  .left-sidebar-layout.-centered > *:first-of-type.side-navigation {
    padding: 24px 0 24px;
    display: none;
  }
  .left-sidebar-layout.-centered > *:first-of-type.sidebar-container > * {
    display: none;
  }
}
.left-sidebar-layout.-centered:before {
  display: none;
  content: "small-screen: 0, tablet: 620, default: 1100";
}
.left-sidebar-layout.-centered[data-eq-state$=small-screen] {
  padding: 0 18px;
  display: flex;
  flex-direction: column;
}
.left-sidebar-layout.-centered[data-eq-state$=small-screen] > *:first-of-type {
  max-width: initial;
  margin-right: 0;
  margin-bottom: 16px;
}
.left-sidebar-layout.-centered[data-eq-state$=small-screen] > *:first-of-type.product-filters-sidebar {
  position: absolute;
  top: 0;
  z-index: 1100;
  background: #fff;
  left: 0;
  padding: 20px;
  height: 100%;
  overflow-x: scroll;
  display: none;
  max-width: 300px;
  border-right: 2px solid #333;
}
.left-sidebar-layout.-centered[data-eq-state$=small-screen] > *:first-of-type.product-filters-sidebar > .close-btn {
  display: block;
}
.left-sidebar-layout.-centered[data-eq-state$=small-screen] > *:nth-child(2) {
  margin-top: 32px;
}

.left-sidebar-layout.-centered[data-eq-state$=tablet] {
  display: flex;
  flex-direction: column;
}
.left-sidebar-layout.-centered[data-eq-state$=tablet] > *:first-of-type {
  max-width: initial;
  margin-right: 0;
  margin-bottom: 16px;
}
.left-sidebar-layout.-centered[data-eq-state$=tablet] > *:first-of-type.side-navigation {
  padding: 24px 0 0;
}
.left-sidebar-layout.-centered[data-eq-state$=tablet] > *:first-of-type.sidebar-container > * {
  display: none;
}
.left-sidebar-layout.-centered[data-eq-state$=tablet] > *:nth-child(2) {
  margin-top: 32px;
}

.centered-content > p:not([class]) {
  font-weight: 300;
  margin-bottom: 12px;
}

.post-content-block > .thumbnail {
  width: 100%;
  height: 435px;
  margin-bottom: 22px;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
.post-content-block > .thumbnail > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.post-content-block > .date {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  display: block;
  margin-bottom: 20px;
}
.post-content-block > .title {
  font: 700 1.75rem/1.618 "Roboto", sans-serif;
  margin-bottom: 18px;
  display: block;
}
.post-content-block p:not([class]) {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  margin-bottom: 12px;
}
.post-content-block > .centered-layout {
  padding: 0;
}
.post-content-block ul:not([class]) > li,
.post-content-block ol:not([class]) > li {
  font-weight: 300;
}
.post-content-block > .thumbnail {
  height: 200px;
}
.post-content-block > .title {
  font-size: 1.5rem;
}

.centered-layout {
  width: 100%;
  margin: 0 auto;
}
.centered-layout .centered-layout .centered-content {
  padding: 0;
}
.centered-layout > .centered-content {
  width: 100%;
  max-width: 1464px;
  margin: 0 auto;
  padding: 0 32px;
}
.centered-layout:before {
  display: none;
  content: "small-screen: 0, tablet: 620, default: 1100";
}
.centered-layout[data-eq-state$=small-screen] > .centered-content {
  padding: 16px 18px;
}
.centered-layout[data-eq-state$=small-screen] > .centered-content .centered-layout .centered-content {
  padding: 0;
}
.centered-layout[data-eq-state$=small-screen] > .centered-content > .wp-block-columns {
  flex-direction: column;
}
.centered-layout[data-eq-state$=small-screen] > .centered-content > .wp-block-columns > .wp-block-column {
  margin: 0;
}

.centered-layout[data-eq-state$=tablet] > .centered-content {
  padding: 16px 18px;
}
.centered-layout[data-eq-state$=tablet] > .centered-content > .wp-block-columns > .wp-block-column {
  margin-left: 24px;
}
.centered-layout[data-eq-state$=tablet] > .centered-content > .wp-block-columns > .wp-block-column:first-of-type {
  margin-left: 0;
}

html:before {
  display: none;
  content: ".left-sidebar-layout.-centered, .centered-layout";
}

.breadcrumbs-list {
  display: flex;
  align-items: center;
}
.breadcrumbs-list > .breadcrumbs-item {
  font: 300 1rem/1.625rem "Roboto", sans-serif;
  display: flex;
  align-items: center;
  color: #333;
}
.breadcrumbs-list > .breadcrumbs-item:after {
  color: #333;
}
.breadcrumbs-list > .breadcrumbs-item:not(:last-of-type):after {
  display: block;
  content: ">";
  margin: 0 6px;
}
.breadcrumbs-list > .breadcrumbs-item > a {
  color: #333;
  white-space: nowrap;
}
.breadcrumbs-list > .breadcrumbs-item > a:hover {
  color: #FFA200;
}

.breadcrumbs-container {
  width: 100%;
  padding: 12px 0;
  margin-bottom: 64px;
}
.breadcrumbs-container > .breadcrumbs-list {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
}
.breadcrumbs-container > .woocommerce-breadcrumb {
  width: 100%;
  max-width: 1464px;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .breadcrumbs-container {
    opacity: 0;
    padding: 0;
    margin-bottom: 12px !important;
    pointer-events: none;
    display: none;
  }
}

.page-cover {
  min-height: 200px;
  position: relative;
  padding: 32px 0;
  display: flex;
  align-items: center;
}
.page-cover.-no-image {
  background: url("../images/page-cover.png") center/cover no-repeat;
}
.page-cover > .image-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.page-cover > .cover-context {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.page-cover > .cover-context > .heading {
  font: 700 2.25rem/1.618 "Roboto", sans-serif;
  max-width: 600px;
}
.page-cover > .cover-context > .heading + .context {
  margin-bottom: 12px;
}
.page-cover > .cover-context > .context {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  width: 100%;
  max-width: 500px;
  color: #333;
}
.page-cover:before {
  display: none;
  content: "small-screen: 0, tablet: 620, default: 1100";
}
@media all and (max-width: 480px) {
  .page-cover {
    min-height: initial;
    display: block;
  }
  .page-cover > img {
    opacity: 0.2;
  }
  .page-cover > .cover-context {
    padding: 0 18px;
  }
  .page-cover > .cover-context > .heading {
    font-size: 1.625rem;
  }
}

html:before {
  display: none;
  content: ".left-sidebar-layout.-centered, .centered-layout, .page-cover";
}

.gform_confirmation_wrapper .gform_confirmation_message {
  font: 700 1.25rem/1.618 "Roboto", sans-serif;
}

.gform_validation_errors {
  font-family: "Roboto", sans-serif;
}

.gform_wrapper .gform-body .gform_fields .gfield .gfield_label {
  font-family: "Roboto", sans-serif;
}
.gform_wrapper .gform-body .gform_fields .gfield input {
  color: #333;
  font-weight: 400;
  font-size: 1rem;
  border: 0;
  border-bottom: 1px solid #333;
  color: #333;
  background: transparent;
  padding-left: 0;
}
.gform_wrapper .gform-body .gform_fields .gfield input:focus {
  outline: 0;
}
.gform_wrapper .gform-body .gform_fields .gfield input::-webkit-input-placeholder {
  font: 400 1rem/1.3rem "Roboto", sans-serif;
  color: #fff;
  opacity: 1;
}
.gform_wrapper .gform-body .gform_fields .gfield input:-moz-placeholder {
  font: 400 1rem/1.3rem "Roboto", sans-serif;
  color: #fff;
  opacity: 1;
}
.gform_wrapper .gform-body .gform_fields .gfield input::-moz-placeholder {
  font: 400 1rem/1.3rem "Roboto", sans-serif;
  color: #fff;
  opacity: 1;
}
.gform_wrapper .gform-body .gform_fields .gfield input:-ms-input-placeholder {
  font: 400 1rem/1.3rem "Roboto", sans-serif;
  color: #fff;
  opacity: 1;
}
.gform_wrapper .gform-body .gform_fields .gfield label,
.gform_wrapper .gform-body .gform_fields .gfield .gform_fileupload_rules,
.gform_wrapper .gform-body .gform_fields .gfield .instruction,
.gform_wrapper .gform-body .gform_fields .gfield .gfield_validation_message {
  font-family: "Roboto", sans-serif;
}

/** Monday 12th July 2021 06:55:07 UTC (core) **/
/** THIS FILE IS AUTOMATICALLY GENERATED - DO NOT MAKE MANUAL EDITS! **/
/** Custom CSS should be added to Mega Menu > Menu Themes > Custom Styling **/
.mega-menu-last-modified-1626072907 {
  content: "Monday 12th July 2021 06:55:07 UTC";
}

#mega-menu-wrap-header-menu-location, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location ul.mega-sub-menu, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-row, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-column, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location a.mega-menu-link, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location span.mega-menu-badge {
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1.7;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
}

#mega-menu-wrap-header-menu-location:before, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location:before, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location ul.mega-sub-menu:before, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item:before, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-row:before, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-column:before, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location a.mega-menu-link:before, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location span.mega-menu-badge:before, #mega-menu-wrap-header-menu-location:after, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location:after, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location ul.mega-sub-menu:after, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item:after, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-row:after, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-column:after, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location a.mega-menu-link:after, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location span.mega-menu-badge:after {
  display: none;
}

#mega-menu-wrap-header-menu-location {
  border-radius: 0;
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header-menu-location {
    background: #222;
  }
}
#mega-menu-wrap-header-menu-location.mega-keyboard-navigation .mega-menu-toggle:focus, #mega-menu-wrap-header-menu-location.mega-keyboard-navigation .mega-toggle-block:focus, #mega-menu-wrap-header-menu-location.mega-keyboard-navigation .mega-toggle-block a:focus, #mega-menu-wrap-header-menu-location.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus, #mega-menu-wrap-header-menu-location.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus, #mega-menu-wrap-header-menu-location.mega-keyboard-navigation #mega-menu-header-menu-location a:focus, #mega-menu-wrap-header-menu-location.mega-keyboard-navigation #mega-menu-header-menu-location input:focus, #mega-menu-wrap-header-menu-location.mega-keyboard-navigation #mega-menu-header-menu-location li.mega-menu-item a.mega-menu-link:focus {
  outline: 3px solid #109cde;
  outline-offset: -3px;
}

#mega-menu-wrap-header-menu-location.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus {
  outline-offset: 2px;
}

#mega-menu-wrap-header-menu-location.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {
  background: #333;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu-location.mega-keyboard-navigation > li.mega-menu-item > a.mega-menu-link:focus {
    color: #fff;
    background: #333;
  }
}
#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location {
  visibility: visible;
  text-align: left;
  padding: 0px 0px 0px 0px;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location a.mega-menu-link {
  cursor: pointer;
  display: inline;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location a.mega-menu-link .mega-description-group {
  vertical-align: middle;
  display: inline-block;
  transition: none;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location a.mega-menu-link .mega-description-group .mega-menu-title, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location a.mega-menu-link .mega-description-group .mega-menu-description {
  transition: none;
  line-height: 1.5;
  display: block;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location a.mega-menu-link .mega-description-group .mega-menu-description {
  font-style: italic;
  font-size: 0.8em;
  text-transform: none;
  font-weight: normal;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
  display: flex;
  align-items: center;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link:before {
  flex: 0 0 auto;
  align-self: flex-start;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-tabbed.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
  display: block;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item.mega-icon-top > a.mega-menu-link {
  display: table-cell;
  vertical-align: middle;
  line-height: initial;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
  display: block;
  margin: 0 0 6px 0;
  text-align: center;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below {
  display: inline-block;
  transition: none;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-item.mega-icon-top > a.mega-menu-link {
    display: block;
    line-height: 40px;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
    display: inline-block;
    margin: 0 6px 0 0;
    text-align: left;
  }
}
#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item.mega-icon-right > a.mega-menu-link:before {
  float: right;
  margin: 0 0 0 6px;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-animating > ul.mega-sub-menu {
  pointer-events: none;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link {
  cursor: inherit;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link {
  cursor: pointer;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location p {
  margin-bottom: 10px;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location input, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location img {
  max-width: 100%;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item > ul.mega-sub-menu {
  display: block;
  visibility: hidden;
  opacity: 1;
  pointer-events: auto;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item > ul.mega-sub-menu {
    display: none;
    visibility: visible;
    opacity: 1;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    display: block;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location[data-effect=fade] li.mega-menu-item > ul.mega-sub-menu {
    opacity: 0;
    transition: opacity 200ms ease-in, visibility 200ms ease-in;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location[data-effect=fade].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location[data-effect=fade].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location[data-effect=fade] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location[data-effect=fade] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    opacity: 1;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location[data-effect=fade_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    opacity: 0;
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location[data-effect=fade_up].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location[data-effect=fade_up].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location[data-effect=fade_up] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location[data-effect=fade_up] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    opacity: 1;
    transform: translate(0, 0);
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location[data-effect=slide_up] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location[data-effect=slide_up] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    transform: translate(0, 10px);
    transition: transform 200ms ease-in, visibility 200ms ease-in;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location[data-effect=slide_up].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location[data-effect=slide_up].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location[data-effect=slide_up] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location[data-effect=slide_up] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    transform: translate(0, 0);
  }
}
#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children > ul.mega-sub-menu {
  display: none;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on > ul.mega-sub-menu {
  display: block;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
  visibility: visible;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
  visibility: inherit;
  opacity: 1;
  display: block;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 100%;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 50%;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 33.33333%;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 25%;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-5-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 20%;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-6-columns > ul.mega-sub-menu > li.mega-menu-item {
  float: left;
  width: 16.66667%;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item a[class^=dashicons]:before {
  font-family: dashicons;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item a.mega-menu-link:before {
  display: inline-block;
  font: inherit;
  font-family: dashicons;
  position: static;
  margin: 0 6px 0 0px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  background: transparent;
  height: auto;
  width: auto;
  top: auto;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item.mega-hide-text a.mega-menu-link:before {
  margin: 0;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {
  margin: 0 6px 0 0;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link {
  border-radius: 0;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-align-bottom-right > ul.mega-sub-menu {
  right: 0;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link {
  border-radius: 0;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu.mega-menu-item {
  position: static;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-item {
  margin: 0 0px 0 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-item.mega-item-align-right {
  float: right;
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-item.mega-item-align-right {
    margin: 0 0 0 0px;
  }
}
@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-item.mega-item-align-float-left {
    float: left;
  }
}
@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-item > a.mega-menu-link:hover {
    background: #333;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
  }
}
#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  background: #333;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #fff;
    background: #333;
  }
}
#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: #333;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #fff;
    background: #333;
  }
}
#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-item > a.mega-menu-link {
  line-height: 40px;
  height: 40px;
  padding: 0px 10px 0px 10px;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  outline: none;
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-item.mega-multi-line > a.mega-menu-link {
    line-height: inherit;
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-item.mega-multi-line > a.mega-menu-link br {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-item {
    display: list-item;
    margin: 0;
    clear: both;
    border: 0;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-item.mega-item-align-right {
    float: none;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-item > a.mega-menu-link {
    border-radius: 0;
    border: 0;
    margin: 0;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    background: transparent;
    text-align: left;
    color: #fff;
    font-size: 14px;
  }
}
#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
  width: 100%;
  float: left;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
  float: left;
  min-height: 1px;
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 {
    width: 100%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 {
    width: 50%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 {
    width: 100%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 {
    width: 33.33333%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 {
    width: 66.66667%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 {
    width: 100%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 {
    width: 25%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 {
    width: 50%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 {
    width: 75%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 {
    width: 100%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 {
    width: 20%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 {
    width: 40%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 {
    width: 60%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 {
    width: 80%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 {
    width: 100%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 {
    width: 16.66667%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 {
    width: 33.33333%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 {
    width: 50%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 {
    width: 66.66667%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 {
    width: 83.33333%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 {
    width: 100%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 {
    width: 14.28571%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 {
    width: 28.57143%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 {
    width: 42.85714%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 {
    width: 57.14286%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 {
    width: 71.42857%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 {
    width: 85.71429%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 {
    width: 100%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 {
    width: 12.5%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 {
    width: 25%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 {
    width: 37.5%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 {
    width: 50%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 {
    width: 62.5%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 {
    width: 75%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 {
    width: 87.5%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 {
    width: 100%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-9 {
    width: 11.11111%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-9 {
    width: 22.22222%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-9 {
    width: 33.33333%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-9 {
    width: 44.44444%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-9 {
    width: 55.55556%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-9 {
    width: 66.66667%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-9 {
    width: 77.77778%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-9 {
    width: 88.88889%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-9 {
    width: 100%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-10 {
    width: 10%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10 {
    width: 20%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10 {
    width: 30%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-10 {
    width: 40%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-10 {
    width: 50%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-10 {
    width: 60%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10 {
    width: 70%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-10 {
    width: 80%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-10 {
    width: 90%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-10 {
    width: 100%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-11 {
    width: 9.09091%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-11 {
    width: 18.18182%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-11 {
    width: 27.27273%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-11 {
    width: 36.36364%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-11 {
    width: 45.45455%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-11 {
    width: 54.54545%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-11 {
    width: 63.63636%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-11 {
    width: 72.72727%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-11 {
    width: 81.81818%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-11 {
    width: 90.90909%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-11 {
    width: 100%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 {
    width: 8.33333%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
    width: 16.66667%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
    width: 25%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 {
    width: 33.33333%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 {
    width: 41.66667%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {
    width: 50%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12 {
    width: 58.33333%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 {
    width: 66.66667%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 {
    width: 75%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12 {
    width: 83.33333%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12 {
    width: 91.66667%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100%;
    clear: both;
  }
}
#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 15px 15px 15px 15px;
  width: 100%;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu {
  z-index: 999;
  border-radius: 0;
  background: #f1f1f1;
  border: 0;
  padding: 0px 0px 0px 0px;
  position: absolute;
  width: 100%;
  max-width: none;
  left: 0;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu {
    float: left;
    position: static;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 {
    width: 100%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {
    width: 50%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2 {
    width: 100%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {
    width: 33.33333%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3 {
    width: 66.66667%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3 {
    width: 100%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
    width: 25%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4 {
    width: 50%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4 {
    width: 75%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4 {
    width: 100%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 {
    width: 20%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5 {
    width: 40%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5 {
    width: 60%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5 {
    width: 80%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5 {
    width: 100%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
    width: 16.66667%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 {
    width: 33.33333%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 {
    width: 50%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6 {
    width: 66.66667%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6 {
    width: 83.33333%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6 {
    width: 100%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7 {
    width: 14.28571%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7 {
    width: 28.57143%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7 {
    width: 42.85714%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7 {
    width: 57.14286%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7 {
    width: 71.42857%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7 {
    width: 85.71429%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7 {
    width: 100%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8 {
    width: 12.5%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8 {
    width: 25%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8 {
    width: 37.5%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8 {
    width: 50%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8 {
    width: 62.5%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8 {
    width: 75%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8 {
    width: 87.5%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8 {
    width: 100%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9 {
    width: 11.11111%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9 {
    width: 22.22222%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9 {
    width: 33.33333%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9 {
    width: 44.44444%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9 {
    width: 55.55556%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9 {
    width: 66.66667%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9 {
    width: 77.77778%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9 {
    width: 88.88889%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9 {
    width: 100%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-10 {
    width: 10%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-10 {
    width: 20%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-10 {
    width: 30%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-10 {
    width: 40%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-10 {
    width: 50%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-10 {
    width: 60%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-10 {
    width: 70%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-10 {
    width: 80%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-10 {
    width: 90%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-10 {
    width: 100%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-11 {
    width: 9.09091%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-11 {
    width: 18.18182%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-11 {
    width: 27.27273%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-11 {
    width: 36.36364%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-11 {
    width: 45.45455%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-11 {
    width: 54.54545%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-11 {
    width: 63.63636%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-11 {
    width: 72.72727%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-11 {
    width: 81.81818%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-11 {
    width: 90.90909%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-11 {
    width: 100%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-12 {
    width: 8.33333%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-12 {
    width: 16.66667%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-12 {
    width: 25%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-12 {
    width: 33.33333%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-12 {
    width: 41.66667%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-12 {
    width: 50%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-12 {
    width: 58.33333%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-12 {
    width: 66.66667%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-12 {
    width: 75%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-10-of-12 {
    width: 83.33333%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-11-of-12 {
    width: 91.66667%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-12-of-12 {
    width: 100%;
  }
}
#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description {
  margin: 5px 0;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {
  clear: both;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  margin-left: 10px;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
  margin-left: 10px;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  color: #666;
  font-family: inherit;
  font-size: 14px;
  display: block;
  float: left;
  clear: none;
  padding: 15px 15px 15px 15px;
  vertical-align: top;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear {
  clear: left;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  color: #555;
  font-family: inherit;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  vertical-align: top;
  display: block;
  visibility: inherit;
  border: 0;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover {
  border-color: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  /* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items */
  color: #555;
  font-family: inherit;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: block;
  border: 0;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  border-color: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
  /* Mega Menu > Menu Themes > Mega Menus > Second Level Menu Items (Hover) */
  color: #555;
  font-weight: bold;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-title-below, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus > span.mega-title-below {
  text-decoration: none;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
  /* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items */
  color: #666;
  font-family: inherit;
  font-size: 16px;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: block;
  border: 0;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
  border-color: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon > a.mega-menu-link {
  display: flex;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
  /* Mega Menu > Menu Themes > Mega Menus > Third Level Menu Items (Hover) */
  color: #666;
  font-weight: normal;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu {
    border: 0;
    padding: 10px;
    border-radius: 0;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    width: 100%;
    clear: both;
  }
}
#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  color: #666;
  font-family: inherit;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  margin: 0;
  border: 0;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: block;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
  color: #666;
  font-weight: normal;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-flyout ul.mega-sub-menu {
  z-index: 999;
  position: absolute;
  width: 250px;
  max-width: none;
  padding: 0px 0px 0px 0px;
  border: 0;
  background: #f1f1f1;
  border-radius: 0;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-flyout ul.mega-sub-menu {
    float: left;
    position: static;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    clear: both;
  }
}
#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  display: block;
  background: #fff;
  color: #666;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  padding: 0px 10px 0px 10px;
  line-height: 35px;
  text-decoration: none;
  text-transform: none;
  vertical-align: baseline;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  background: #ddd;
  font-weight: normal;
  text-decoration: none;
  color: #666;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    position: static;
    left: 0;
    width: 100%;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
    padding-left: 20px;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link {
    padding-left: 30px;
  }
}
#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  content: "\f140";
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0 0 0 6px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  display: inline;
  height: auto;
  width: auto;
  background: transparent;
  position: relative;
  pointer-events: auto;
  left: auto;
  min-width: auto;
  line-height: inherit;
  color: inherit;
  font-size: inherit;
  padding: 0;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  float: right;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
  content: "\f142";
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: right;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    content: "\f142";
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link > span.mega-indicator {
    display: none;
  }
}
#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) > a.mega-menu-link > span.mega-indicator, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link > span.mega-indicator {
  display: none;
}

@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-flyout li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {
    content: "\f139";
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
    text-align: right;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator {
    float: left;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link > span.mega-indicator:after {
    content: "\f141";
    margin: 0 6px 0 0;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {
    float: right;
    margin: 0 0 0 6px;
  }

  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    left: -100%;
    top: 0;
  }
}
@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location.mega-menu-accordion > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: right;
  }
}
#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li[class^=mega-lang-item] > a.mega-menu-link > img {
  display: inline;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location a.mega-menu-link > img.wpml-ls-flag, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location a.mega-menu-link > img.iclflag {
  display: inline;
  margin-right: 8px;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-hide-on-mobile, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-mobile {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location li.mega-hide-on-desktop, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop, #mega-menu-wrap-header-menu-location #mega-menu-header-menu-location > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-hide-on-desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu-location:after {
    content: "";
    display: table;
    clear: both;
  }
}
#mega-menu-wrap-header-menu-location .mega-menu-toggle {
  display: none;
  z-index: 1;
  cursor: pointer;
  background: #222;
  border-radius: 2px 2px 2px 2px;
  line-height: 40px;
  height: 40px;
  text-align: left;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  white-space: nowrap;
}

#mega-menu-wrap-header-menu-location .mega-menu-toggle img {
  max-width: 100%;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu-location .mega-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
#mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-blocks-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-preferred-size: 33.33%;
  -webkit-flex-basis: 33.33%;
  flex-basis: 33.33%;
}

#mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-blocks-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
  margin-left: 6px;
}

#mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child {
  margin-right: 6px;
}

#mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-blocks-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {
  margin-left: 3px;
  margin-right: 3px;
}

#mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-blocks-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
  margin-right: 6px;
}

#mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
  margin-left: 6px;
}

#mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  outline: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu-location .mega-menu-toggle + #mega-menu-header-menu-location {
    background: #222;
    padding: 0px 0px 0px 0px;
    display: none;
  }

  #mega-menu-wrap-header-menu-location .mega-menu-toggle.mega-menu-open + #mega-menu-header-menu-location {
    display: block;
  }
}
#mega-menu-wrap-header-menu-location .mega-menu-toggle {
  /** Push menu onto new line **/
}

#mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-block-0 {
  /*! 
                * Hamburgers 
                * @description Tasty CSS-animated hamburgers 
                * @author Jonathan Suh @jonsuh 
                * @site https://jonsuh.com/hamburgers 
                * @link https://github.com/jonsuh/hamburgers 
                */
  cursor: pointer;
}

#mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  transform: scale(0.8);
  align-self: center;
  outline: 0;
  background: none;
}

#mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  outline: 0;
}

#mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

#mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  width: 40px;
  height: 4px;
  background-color: #ddd;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

#mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  content: "";
  display: block;
}

#mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
  top: -10px;
}

#mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  bottom: -10px;
}

#mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
  top: 2px;
}

#mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

#mega-menu-wrap-header-menu-location .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
  top: 20px;
}

#mega-menu-wrap-header-menu-location .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

#mega-menu-wrap-header-menu-location .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

#mega-menu-wrap-header-menu-location .mega-menu-toggle.mega-menu-open .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

#mega-menu-wrap-header-menu-location {
  clear: both;
}

#mega-menu-wrap-header-menu-location #mega-menu-header-menu-location #mega-menu-item-327 > ul.mega-sub-menu {
  max-height: 70vh;
  overflow-y: scroll;
}

.home-banner {
  width: 100%;
  min-height: 350px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.home-banner > .image {
  object-fit: cover;
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-banner > .home-banner-container {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
  width: 100%;
  padding-top: 42px;
  padding-bottom: 42px;
}
.home-banner > .home-banner-container > .heading {
  font: 700 2.25rem/1.618 "Roboto", sans-serif;
  margin-bottom: 16px;
  width: 100%;
  max-width: 750px;
}
.home-banner > .home-banner-container > .context {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  margin-bottom: 24px;
  width: 100%;
  max-width: 620px;
}
.home-banner > .home-banner-container > .pair-buttons {
  display: flex;
}
.home-banner > .home-banner-container > .pair-buttons > .primary-btn {
  margin-right: 32px;
}
.home-banner:before {
  display: none;
  content: "small-screen: 0, tablet: 620, default: 1100";
}
.home-banner[data-eq-state$=small-screen] {
  height: initial;
}
.home-banner[data-eq-state$=small-screen] > .home-banner-container {
  padding: 44px 18px 42px;
}
.home-banner[data-eq-state$=small-screen] > .home-banner-container > .heading {
  font-size: 1.625rem;
  margin-bottom: 12px;
}
.home-banner[data-eq-state$=small-screen] > .home-banner-container > .pair-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-banner[data-eq-state$=small-screen] > .home-banner-container > .pair-buttons > a {
  display: block;
}
.home-banner[data-eq-state$=small-screen] > .home-banner-container > .pair-buttons > a.primary-btn {
  width: 100%;
  margin: 0 0 32px;
  font-size: 1.25rem;
}

html:before {
  display: none;
  content: ".left-sidebar-layout.-centered, .centered-layout, .page-cover, .home-banner";
}

.featured-case-study {
  background: #F9F9F9;
  padding-left: 32px;
}
.featured-case-study > .featured-case-study-container {
  width: 100%;
  display: grid;
  max-width: calc(700px + 50vw);
  margin-left: auto;
  grid-template-columns: 700px 1fr;
}
.featured-case-study > .featured-case-study-container > .user-form-details {
  display: none;
}
.featured-case-study > .featured-case-study-container > .featured-case-study-context {
  width: 100%;
  height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 64px;
  align-items: flex-start;
}
.featured-case-study > .featured-case-study-container > .featured-case-study-context > .heading {
  font: 700 1.75rem/1.618 "Roboto", sans-serif;
  margin-bottom: 28px;
}
.featured-case-study > .featured-case-study-container > .featured-case-study-context > .image {
  display: none;
}
.featured-case-study > .featured-case-study-container > .featured-case-study-context > .context {
  font: 400 1rem/1.618 "Roboto", sans-serif;
  margin-bottom: 16px;
}
.featured-case-study > .featured-case-study-container > .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 640px;
}
.featured-case-study:before {
  display: none;
  content: "small-screen: 0, tablet: 620, default: 1028";
}
.featured-case-study[data-eq-state$=small-screen] {
  padding: 0;
}
.featured-case-study[data-eq-state$=small-screen] > .featured-case-study-container {
  display: flex;
  flex-direction: column;
  margin: initial;
  max-width: initial;
  padding: 20px 0 48px;
}
.featured-case-study[data-eq-state$=small-screen] > .featured-case-study-container > .featured-case-study-context {
  padding: 0;
  height: initial;
  align-items: center;
}
.featured-case-study[data-eq-state$=small-screen] > .featured-case-study-container > .featured-case-study-context > .heading {
  font-size: 1.375em;
  padding: 0 18px;
}
.featured-case-study[data-eq-state$=small-screen] > .featured-case-study-container > .featured-case-study-context > .image {
  width: 100%;
  height: 250px;
  display: block;
  margin-bottom: 24px;
}
.featured-case-study[data-eq-state$=small-screen] > .featured-case-study-container > .featured-case-study-context > .context {
  padding: 0 18px;
  font-weight: 300;
  margin-bottom: 40px;
}
.featured-case-study[data-eq-state$=small-screen] > .featured-case-study-container > .featured-case-study-context > .primary-btn {
  font-weight: 300;
}
.featured-case-study[data-eq-state$=small-screen] > .featured-case-study-container > .image {
  display: none;
}

.featured-case-study[data-eq-state$=tablet] > .featured-case-study-container {
  grid-template-columns: 1fr 1fr;
}
.featured-case-study[data-eq-state$=tablet] > .featured-case-study-container > .featured-case-study-context {
  padding-right: 48px;
  height: 400px;
}

.user-form-details {
  width: 100%;
  max-width: 500px;
  border-radius: 4px;
  border: 2px solid #FFA200;
}
.user-form-details .gform_validation_errors {
  font-family: "Roboto", sans-serif;
}
.user-form-details .gform_confirmation_message {
  font: 700 1.25rem/1.618 "Roboto", sans-serif;
}
.user-form-details > .heading {
  font: 700 1.25rem/1.618 "Roboto", sans-serif;
  color: #FFA200;
  margin-bottom: 12px;
}
.user-form-details > .context {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  margin-bottom: 12px;
}
.user-form-details > .gform_wrapper .gform-body .gfield .gfield_validation_message {
  font-family: "Roboto", sans-serif;
}
.user-form-details > .gform_wrapper .gform-body .gfield input::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}
.user-form-details > .gform_wrapper .gform-body .gfield input:-moz-placeholder {
  color: #333;
  opacity: 1;
}
.user-form-details > .gform_wrapper .gform-body .gfield input::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.user-form-details > .gform_wrapper .gform-body .gfield input:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}
.user-form-details > .gform_wrapper .gform_button {
  padding: 8px;
  font: 700 1rem/1.618 "Roboto", sans-serif;
  background: #fff;
  color: #333;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: 0;
  letter-spacing: 1.5px;
  border: 1px solid #FFA200;
  background: #FFA200;
  color: #fff;
}
.user-form-details > .gform_wrapper .gform_button:hover {
  background: #fff;
  color: #FFA200;
  border: 1px solid #FFA200;
}

html:before {
  display: none;
  content: ".left-sidebar-layout.-centered, .centered-layout, .page-cover, .home-banner, .featured-case-study";
}

.discover-kordz-section {
  background: #545859;
  padding: 84px 32px;
}
.discover-kordz-section > .heading {
  font: 700 1.75rem/1.618 "Roboto", sans-serif;
  color: #fff;
  position: relative;
  margin-bottom: 64px;
  text-align: center;
}
.discover-kordz-section > .heading:after {
  content: "";
  width: 50px;
  height: 7px;
  background: #FFA200;
  left: 0;
  right: 0;
  margin: 16px auto 0;
  display: block;
}
.discover-kordz-section > .services-list {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
  display: flex;
  grid-gap: 0 64px;
  justify-content: center;
}
.discover-kordz-section > .services-list > .services-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.discover-kordz-section > .services-list > .services-item > .image-icon {
  margin-bottom: 16px;
  display: inline-block;
}
.discover-kordz-section > .services-list > .services-item > .image-icon > img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
.discover-kordz-section > .services-list > .services-item > .services-context > .heading {
  font: 700 1.125rem/1.618 "Roboto", sans-serif;
  color: #fff;
  position: relative;
  margin-bottom: 12px;
  text-align: center;
}
.discover-kordz-section > .services-list > .services-item > .services-context > .heading > a {
  color: #fff;
  display: inline-block;
}
.discover-kordz-section > .services-list > .services-item > .services-context > .heading:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  display: block;
  left: 0;
  right: 0;
  margin: 16px auto 0;
}
.discover-kordz-section > .services-list > .services-item > .services-context > .context {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  color: #fff;
  width: 100%;
  max-width: 280px;
  text-align: center;
}
.discover-kordz-section:before {
  display: none;
  content: "small-screen: 0, tablet: 620, default: 1100";
}
.discover-kordz-section[data-eq-state$=small-screen] {
  padding: 32px 18px;
}
.discover-kordz-section[data-eq-state$=small-screen] > .heading {
  font-size: 1.375rem;
}
.discover-kordz-section[data-eq-state$=small-screen] > .services-list {
  flex-direction: column;
  padding: 0;
}
.discover-kordz-section[data-eq-state$=small-screen] > .services-list > .services-item {
  flex-direction: row;
}
.discover-kordz-section[data-eq-state$=small-screen] > .services-list > .services-item:not(:last-of-type) {
  margin-bottom: 12px;
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
}
.discover-kordz-section[data-eq-state$=small-screen] > .services-list > .services-item > .image-icon {
  margin-right: 22px;
}
.discover-kordz-section[data-eq-state$=small-screen] > .services-list > .services-item > .services-context > .heading {
  text-align: left;
}
.discover-kordz-section[data-eq-state$=small-screen] > .services-list > .services-item > .services-context > .heading:after {
  display: none;
}
.discover-kordz-section[data-eq-state$=small-screen] > .services-list > .services-item > .services-context > .context {
  text-align: left;
}

@media all and (max-width: 680px) {
  .discover-kordz-section > .heading {
    margin-bottom: 24px;
  }
}

html:before {
  display: none;
  content: ".left-sidebar-layout.-centered, .centered-layout, .page-cover, .home-banner, .featured-case-study, .discover-kordz-section";
}

.content-titles > .content-titles-container {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
  list-style: none;
}
.content-titles > .content-titles-container.panel-layout-1, .content-titles > .content-titles-container.panel-layout-2 {
  display: flex;
  grid-gap: 0 42px;
  height: 400px;
}
.content-titles > .content-titles-container.panel-layout-1 > .content-panel, .content-titles > .content-titles-container.panel-layout-2 > .content-panel {
  flex: 1;
}
.content-titles > .content-titles-container.panel-layout-3 {
  min-height: 700px;
  display: grid;
  grid-gap: 42px;
  grid-template-columns: 700px 1fr;
  grid-template-areas: "first second" "first  second" "first  third" "first  third";
}
.content-titles > .content-titles-container.panel-layout-3 > .content-panel:first-of-type {
  grid-area: first;
}
.content-titles > .content-titles-container.panel-layout-3 > .content-panel:nth-child(2) {
  grid-area: second;
}
.content-titles > .content-titles-container.panel-layout-3 > .content-panel:nth-child(2) > .context {
  max-width: 300px;
}
.content-titles > .content-titles-container.panel-layout-3 > .content-panel:last-of-type {
  grid-area: third;
}
.content-titles > .content-titles-container.panel-layout-3 > .content-panel:last-of-type > .context {
  max-width: 300px;
}
.content-titles > .content-titles-container > .content-panel {
  width: 100%;
  position: relative;
  padding: 54px;
  overflow: hidden;
  border: 1px solid rgba(151, 151, 151, 0.1);
  background-color: #F6F6F6;
}
.content-titles > .content-titles-container > .content-panel:hover > .background-image {
  transform: scale(1.1);
}
.content-titles > .content-titles-container > .content-panel > .heading {
  font: 700 1.75rem/1.618 "Roboto", sans-serif;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.content-titles > .content-titles-container > .content-panel > .heading:before {
  content: "";
  width: 40px;
  height: 7px;
  display: block;
  background: #FFA200;
  top: 24px;
  left: -54px;
  bottom: 0;
  position: absolute;
}
.content-titles > .content-titles-container > .content-panel > .context {
  font: 400 1rem/1.618 "Roboto", sans-serif;
  width: 100%;
  max-width: 400px;
  color: #333;
  z-index: 2;
  position: relative;
}
.content-titles > .content-titles-container > .content-panel > .background-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 70%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.2s linear;
}
.content-titles > .content-titles-container > .content-panel.dark-panel {
  background-color: #545859;
}
.content-titles > .content-titles-container > .content-panel.dark-panel > .heading,
.content-titles > .content-titles-container > .content-panel.dark-panel > .context {
  color: #fff;
}
.content-titles > .content-titles-container > .content-panel.cover-panel > .background-image {
  top: 0;
  left: 0;
  bottom: initial;
  right: initial;
  width: 100%;
  height: 100%;
}
.content-titles:before {
  display: none;
  content: "small-screen: 0, tablet: 620, default: 1100";
}
.content-titles[data-eq-state$=small-screen] > .content-titles-container {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
  height: initial;
  padding: 0 18px;
}
.content-titles[data-eq-state$=small-screen] > .content-titles-container > .content-panel {
  height: initial;
  padding: 30px 50px 48px;
}
.content-titles[data-eq-state$=small-screen] > .content-titles-container > .content-panel > .heading {
  font-size: 1.375rem;
}
.content-titles[data-eq-state$=small-screen] > .content-titles-container > .content-panel > .heading:before {
  top: 18px;
}
.content-titles[data-eq-state$=small-screen] > .content-titles-container > .content-panel > .context {
  font-weight: 300;
}
.content-titles[data-eq-state$=small-screen] > .content-titles-container > .content-panel.cover-panel > .background-image {
  opacity: 0.3;
}
.content-titles[data-eq-state$=small-screen] > .content-titles-container > .content-panel:not(.cover-panel) > .background-image {
  width: 40%;
  height: 40%;
  bottom: 0;
  right: 0;
}

.content-titles[data-eq-state$=tablet] > .content-titles-container.panel-layout-3 {
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  min-height: 550px;
}
.content-titles[data-eq-state$=tablet] > .content-titles-container > .content-panel {
  height: initial;
  padding: 30px 50px 48px;
}
.content-titles[data-eq-state$=tablet] > .content-titles-container > .content-panel > .context {
  font-weight: 300;
}
.content-titles[data-eq-state$=tablet] > .content-titles-container > .content-panel.cover-panel > .background-image {
  opacity: 0.3;
}
.content-titles[data-eq-state$=tablet] > .content-titles-container > .content-panel:not(.cover-panel) > .background-image {
  width: 40%;
  height: 40%;
  bottom: 0;
  right: 0;
}

html:before {
  display: none;
  content: ".left-sidebar-layout.-centered, .centered-layout, .page-cover, .home-banner, .featured-case-study, .discover-kordz-section, .content-titles";
}

.spotlight-section > .spotlight-container {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 84px;
}
.spotlight-section > .spotlight-container > .image,
.spotlight-section > .spotlight-container > .video {
  width: 100%;
  height: 400px;
  object-fit: cover;
  position: relative;
}
.spotlight-section > .spotlight-container > .image:after,
.spotlight-section > .spotlight-container > .video:after {
  content: "";
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 74px;
  border-color: transparent transparent transparent #ffffff;
  transition: 100ms all ease;
  cursor: pointer;
  border-style: solid;
  border-width: 37px 0 37px 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.spotlight-section > .spotlight-container > .image img,
.spotlight-section > .spotlight-container > .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.spotlight-section > .spotlight-container > .video > iframe {
  width: 100%;
  height: inherit;
}
.spotlight-section > .spotlight-container > .spotlight-context {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.spotlight-section > .spotlight-container > .spotlight-context > .heading {
  font: 700 1.75rem/1.618 "Roboto", sans-serif;
  color: #333;
  margin-bottom: 22px;
}
.spotlight-section > .spotlight-container > .spotlight-context > .context {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  color: #333;
  margin-bottom: 22px;
}
.spotlight-section:before {
  display: none;
  content: "small-screen: 0, tablet: 620, default: 1024";
}
.spotlight-section[data-eq-state$=small-screen] > .spotlight-container {
  grid-template-columns: 1fr;
  grid-gap: 18px 0;
  padding: 0 18px;
}
.spotlight-section[data-eq-state$=small-screen] > .spotlight-container:before {
  content: attr(data-title);
  font: 700 1.375rem/1.618 "Roboto", sans-serif;
}
.spotlight-section[data-eq-state$=small-screen] > .spotlight-container > .video {
  height: 200px;
}
.spotlight-section[data-eq-state$=small-screen] > .spotlight-container > .spotlight-context > .heading {
  display: none;
  height: 0;
}

.spotlight-section[data-eq-state$=tablet] > .spotlight-container {
  grid-gap: 32px;
}
.spotlight-section[data-eq-state$=tablet] > .spotlight-container > .video {
  height: 300px;
}

html:before {
  display: none;
  content: ".left-sidebar-layout.-centered, .centered-layout, .page-cover, .home-banner, .featured-case-study, .discover-kordz-section, .content-titles, .spotlight-section";
}

.advert-context > .heading {
  color: #fff;
  font: 700 2.25rem/1.618 "Roboto", sans-serif;
  margin-bottom: 24px;
}
.advert-context > .context {
  color: #fff;
  font: 400 1rem/1.618 "Roboto", sans-serif;
}

.advert-panel-section {
  position: relative;
  padding: 80px 32px;
  min-height: 330px;
  display: flex;
  align-items: center;
}
.advert-panel-section > .background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  object-fit: cover;
}
.advert-panel-section > .advert-panel-container {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 470px 1fr;
  grid-gap: 0 120px;
}
.advert-panel-section > .advert-panel-container > .paired-buttons {
  display: flex;
  align-items: flex-end;
}
.advert-panel-section > .advert-panel-container > .paired-buttons > .primary-btn {
  margin-right: 16px;
}
.advert-panel-section > .advert-panel-container > .paired-buttons > .transparent-btn {
  color: #fff;
}
.advert-panel-section:before {
  display: none;
  content: "small-screen: 0, tablet: 620, default: 1100";
}
.advert-panel-section[data-eq-state$=small-screen] {
  padding: 32px 18px 124px;
}
.advert-panel-section[data-eq-state$=small-screen] > .advert-panel-container {
  padding: 0;
  grid-template-columns: 1fr;
}
.advert-panel-section[data-eq-state$=small-screen] > .advert-panel-container > .advert-context > .heading {
  font-size: 1.875rem;
}
.advert-panel-section[data-eq-state$=small-screen] > .advert-panel-container > .advert-context > .context {
  margin-bottom: 26px;
}
.advert-panel-section[data-eq-state$=small-screen] > .advert-panel-container > .paired-buttons {
  display: flex;
  flex-direction: column;
  grid-gap: 24px 0;
  align-items: flex-start;
}
.advert-panel-section[data-eq-state$=small-screen] > .advert-panel-container > .paired-buttons > a {
  margin: 0;
}

.advert-panel-section[data-eq-state$=tablet] > .advert-panel-container {
  padding-left: 0;
  grid-template-columns: 1fr;
  grid-gap: 32px;
}

html:before {
  display: none;
  content: ".left-sidebar-layout.-centered, .centered-layout, .page-cover, .home-banner, .featured-case-study, .discover-kordz-section, .content-titles, .spotlight-section, .advert-panel-section";
}

.subscription-form-panel {
  display: flex;
  align-items: flex-start;
}

.subscription-section {
  background: #FFA200;
  padding: 86px 32px 78px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.subscription-section .screen-reader-response {
  display: none;
}
.subscription-section > .subscription-form-container {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
  display: flex;
  grid-gap: 0 82px;
  /* Gravity Form Confirmation Message */
  /* Gravity Form  */
}
.subscription-section > .subscription-form-container > .heading {
  font: 700 1.875em/1.618 "Roboto", sans-serif;
  margin-bottom: 16px;
  color: #fff;
  flex: 1;
}
.subscription-section > .subscription-form-container .gform_confirmation_wrapper {
  flex: 1;
}
.subscription-section > .subscription-form-container .gform_confirmation_wrapper .gform_confirmation_message {
  font: 700 1.25rem/1.618 "Roboto", sans-serif;
}
.subscription-section > .subscription-form-container > .gform_wrapper {
  flex: 1;
}
.subscription-section > .subscription-form-container > .gform_wrapper .gform_body .validation_message {
  font: 300 1rem/1.618 "Roboto", sans-serif;
}
.subscription-section > .subscription-form-container > .gform_wrapper .gform_body > .gform_fields {
  display: flex;
  align-items: flex-end;
}
.subscription-section > .subscription-form-container > .gform_wrapper .gform_body > .gform_fields .gfield input {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.subscription-section > .subscription-form-container > .gform_wrapper .gform_body > .gform_fields .gfield input::-webkit-input-placeholder {
  color: #fff;
}
.subscription-section > .subscription-form-container > .gform_wrapper .gform_body > .gform_fields .gfield input:-moz-placeholder {
  color: #fff;
}
.subscription-section > .subscription-form-container > .gform_wrapper .gform_body > .gform_fields .gfield input::-moz-placeholder {
  color: #fff;
}
.subscription-section > .subscription-form-container > .gform_wrapper .gform_body > .gform_fields .gfield input:-ms-input-placeholder {
  color: #fff;
}
.subscription-section > .subscription-form-container > .gform_wrapper .gform_body > .gform_fields .ginput_container_select select {
  border: 0;
  background: transparent;
  color: #fff;
  border-bottom: 1px solid #fff;
  opacity: 1;
  font: 400 1rem/1.3rem "Roboto", sans-serif;
}
.subscription-section > .subscription-form-container > .gform_wrapper .gform_body > .gform_fields .ginput_container_select select:focus {
  outline-style: none;
}
.subscription-section > .subscription-form-container > .gform_wrapper .gform_body > .gform_fields .ginput_container_select option {
  color: #333;
}
.subscription-section > .subscription-form-container > .gform_wrapper .gform_body > .gform_fields > * {
  flex: 1;
}
.subscription-section > .subscription-form-container > .gform_wrapper .gform_footer input[type=submit] {
  border: 2px solid #fff;
  font: 700 1.25rem/1 "Roboto", sans-serif;
  width: 100%;
  max-width: 185px;
  margin-left: auto;
  border-width: 1px;
  padding: 16px;
  color: #fff;
  background: transparent;
  cursor: pointer;
  display: block;
}
.subscription-section > .subscription-form-container > .gform_wrapper .gform_footer input[type=submit]:hover {
  background: #fff;
  color: #FFA200;
}
.subscription-section:before {
  display: none;
  content: "small-screen: 0, tablet: 620, default: 1100";
}
.subscription-section[data-eq-state$=small-screen] {
  padding: 26px 18px;
}
.subscription-section[data-eq-state$=small-screen] > .subscription-form-container {
  padding: 0;
  flex-direction: column;
}
.subscription-section[data-eq-state$=small-screen] > .subscription-form-container > .heading {
  font-size: 1.375rem;
}
.subscription-section[data-eq-state$=small-screen] > .subscription-form-container .gform-body .gform_fields {
  flex-direction: column;
  align-items: initial;
}
.subscription-section[data-eq-state$=small-screen] > .subscription-form-container .gform-body .gform_fields .gfield {
  margin-bottom: 16px;
}
.subscription-section[data-eq-state$=small-screen] > .subscription-form-container > .gform_wrapper .gform_footer {
  padding: 0 !important;
}
.subscription-section[data-eq-state$=small-screen] > .subscription-form-container > .gform_wrapper .gform_footer input[type=submit] {
  padding: 0 !important;
  margin: 0 auto !important;
}

.subscription-section[data-eq-state$=tablet] > .subscription-form-container {
  grid-gap: 16px 0;
  flex-direction: column;
}

html:before {
  display: none;
  content: ".left-sidebar-layout.-centered, .centered-layout, .page-cover, .home-banner, .featured-case-study, .discover-kordz-section, .content-titles, .spotlight-section, .advert-panel-section, .subscription-section";
}

.product-slider-section {
  padding-left: 32px;
}
.product-slider-section > .heading {
  font: 700 1.75rem/1.618 "Roboto", sans-serif;
  margin-bottom: 64px;
  position: relative;
  text-align: center;
}
.product-slider-section > .heading:after {
  content: "";
  position: absolute;
  bottom: -16px;
  width: 50px;
  height: 6px;
  background: #FFA200;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.product-slider-section > .product-slider-container {
  width: 100%;
  max-width: calc(700px + 50vw);
  margin-left: auto;
  padding-bottom: 64px;
}
.product-slider-section > .product-slider-container .slick-list,
.product-slider-section > .product-slider-container .slick-track {
  display: flex;
}
.product-slider-section > .product-slider-container .product-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 36px;
  height: 36px;
  padding: 12px;
  display: inline-block;
  background: #FFA200 url("../images/icons/arrow-black-icon.svg") center/24px no-repeat;
  color: transparent;
  border: 0;
  cursor: pointer;
  z-index: 2;
  opacity: 0.8;
}
.product-slider-section > .product-slider-container .product-slider .slick-arrow:hover {
  opacity: 1;
}
.product-slider-section > .product-slider-container .product-slider .slick-arrow.slick-disabled {
  opacity: 0;
}
.product-slider-section > .product-slider-container .product-slider .slick-arrow.slick-next {
  transform: rotate(180deg);
  right: 48px;
}
.product-slider-section > .product-slider-container .product-slider .slick-arrow.slick-prev {
  left: 24px;
}
.product-slider-section > .product-slider-container .product {
  width: 320px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 16px 32px;
  background: #F0F0F0;
  position: relative;
  margin-right: 32px;
  height: 100%;
  padding-top: 48px;
  position: relative;
}
.product-slider-section > .product-slider-container .product:hover > .quickview-btn {
  display: block;
}
.product-slider-section > .product-slider-container .product > .quickview-btn {
  width: 30px;
  height: 30px;
  background: url("../images/icons/quickview-black-icon.svg") center/18px no-repeat;
  position: absolute;
  top: 12px;
  right: 24px;
  border: 2px solid #D1D1D1;
  border-radius: 5px;
  display: none;
}
.product-slider-section > .product-slider-container .product > .product-thumbnail {
  margin-bottom: 24px;
  width: 100%;
  max-width: 134px;
  height: 180px;
  overflow: hidden;
}
.product-slider-section > .product-slider-container .product > .product-thumbnail > .thumbnail-link {
  display: block;
  height: 100%;
  width: 100%;
}
.product-slider-section > .product-slider-container .product > .product-thumbnail > .thumbnail-link > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 16px;
}
.product-slider-section > .product-slider-container .product > .product-name {
  display: flex;
  flex-direction: column;
  font: 300 2.5rem/1.618 "Roboto", sans-serif;
  color: #333;
  margin-bottom: 8px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.product-slider-section > .product-slider-container .product > .product-name:before {
  content: "";
  height: 2px;
  width: 40px;
  display: inline-block;
  background: #333;
  margin-bottom: 12px;
  margin: 0 auto;
}
.product-slider-section > .product-slider-container .product > .sub-title {
  font: 700 1.125rem/1.618 "Roboto", sans-serif;
  color: #333;
  margin-bottom: 8px;
}
.product-slider-section > .product-slider-container .product > .sub-title > a {
  color: #333;
}
.product-slider-section > .product-slider-container .product > .product-price {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  margin-top: auto;
}
.product-slider-section > .product-slider-container .product > .product-excerpt {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  color: #333;
  margin-bottom: 32px;
  text-align: center;
}
.product-slider-section > .product-slider-container .product > .product-link {
  font: 400 1rem/1.618 "Roboto", sans-serif;
  display: inline-block;
  padding: 8px;
  text-align: center;
  border: 1px solid #333;
  color: #333;
  margin-top: auto;
}
.product-slider-section > .product-slider-container .product > .product-link:hover {
  background: #FFA200;
  color: #fff;
  border-color: #FFA200;
}
.product-slider-section > .product-slider-container .product > .quickview-modal-container {
  display: none;
}
.product-slider-section > .product-slider-container .product:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 4px;
  background: #FFA200;
  opacity: 0;
}
.product-slider-section > .product-slider-container .product:hover:before {
  opacity: 1;
}
.product-slider-section > .product-slider-container .product .product-thumbnail {
  width: 230px;
  height: 230px;
}
@media all and (max-width: 480px) {
  .product-slider-section {
    padding: 0;
  }
  .product-slider-section > .product-slider-container {
    max-width: initial;
    margin: initial;
    padding-left: 0;
  }
  .product-slider-section > .product-slider-container .product {
    width: 338px;
    margin: 0;
    margin-right: 32px;
  }
  .product-slider-section > .product-slider-container .product > .product-name {
    font-size: 1.875rem;
    text-align: center;
  }
  .product-slider-section > .product-slider-container .product > .product-thumbnail {
    height: 120px;
    max-width: 120px;
  }
  .product-slider-section > .product-slider-container .product > .sub-title {
    font-size: 1rem;
    text-align: center;
  }
  .product-slider-section > .product-slider-container .product > .quickview-btn {
    display: block;
  }
  .product-slider-section > .product-slider-container .product > .quickview-modal-container {
    opacity: 0;
    display: none;
  }
  .product-slider-section > .product-slider-container .slick-arrow.slick-prev {
    left: 32px !important;
  }
  .product-slider-section > .product-slider-container .slick-arrow.slick-next {
    left: initial !important;
    right: 32px !important;
  }
}

.gap {
  width: 100%;
  margin: 0;
}
.gap:before, .gap:after {
  content: "";
  width: 100%;
  display: table;
}

.gap-8 {
  height: 8px;
}

.gap-16 {
  height: 16px;
}

.gap-24 {
  height: 24px;
}

.gap-32 {
  height: 32px;
}

.gap-48 {
  height: 48px;
}
@media all and (max-width: 480px) {
  .gap-48 {
    height: 24px;
  }
}

.gap-56 {
  height: 56px;
}
@media all and (max-width: 480px) {
  .gap-56 {
    height: 28px;
  }
}

.gap-64 {
  height: 64px;
}
@media all and (max-width: 480px) {
  .gap-64 {
    height: 32px;
  }
}

.gap-72 {
  height: 72px;
}
@media all and (max-width: 480px) {
  .gap-72 {
    height: 36px;
  }
}

.gap-80 {
  height: 80px;
}
@media all and (max-width: 480px) {
  .gap-80 {
    height: 40px;
  }
}

.gap-86 {
  height: 86px;
}
@media all and (max-width: 480px) {
  .gap-86 {
    height: 44px;
  }
}

.gap-94 {
  height: 94px;
}
@media all and (max-width: 480px) {
  .gap-94 {
    height: 48px;
  }
}

.gap-120 {
  height: 120px;
}
@media all and (max-width: 480px) {
  .gap-120 {
    height: 60px;
  }
}

.gap-160 {
  height: 160px;
}
@media all and (max-width: 480px) {
  .gap-160 {
    height: 80px;
  }
}

.login-signup-form {
  width: 324px;
  z-index: 1;
  background: #F4F4F4;
  padding: 12px 16px;
  border-top: 4px solid #FFA200;
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.5);
}
.login-signup-form > .heading {
  font: 700 1rem/1.618 "Roboto", sans-serif;
  margin-bottom: 12px;
}
.login-signup-form > .lwa.lwa-default {
  display: flex;
  flex-direction: column;
}
.login-signup-form > .lwa.lwa-default > * {
  width: 100% !important;
}
.login-signup-form > .lwa.lwa-default .lwa-username-input,
.login-signup-form > .lwa.lwa-default .lwa-password-input {
  width: 100%;
  margin-bottom: 16px;
}
.login-signup-form > .lwa.lwa-default .lwa-username-input input,
.login-signup-form > .lwa.lwa-default .lwa-password-input input {
  padding: 12px;
  border: 0;
  border-bottom: 1px solid #333;
}
.login-signup-form > .lwa.lwa-default .lwa-username-input input::-webkit-input-placeholder,
.login-signup-form > .lwa.lwa-default .lwa-password-input input::-webkit-input-placeholder {
  font: 400 1rem/1 "Roboto", sans-serif;
  color: #333;
}
.login-signup-form > .lwa.lwa-default .lwa-username-input input:-moz-placeholder,
.login-signup-form > .lwa.lwa-default .lwa-password-input input:-moz-placeholder {
  font: 400 1rem/1 "Roboto", sans-serif;
  color: #333;
}
.login-signup-form > .lwa.lwa-default .lwa-username-input input::-moz-placeholder,
.login-signup-form > .lwa.lwa-default .lwa-password-input input::-moz-placeholder {
  font: 400 1rem/1 "Roboto", sans-serif;
  color: #333;
}
.login-signup-form > .lwa.lwa-default .lwa-username-input input:-ms-input-placeholder,
.login-signup-form > .lwa.lwa-default .lwa-password-input input:-ms-input-placeholder {
  font: 400 1rem/1 "Roboto", sans-serif;
  color: #333;
}
.login-signup-form > .lwa.lwa-default .lwa-submit {
  display: flex;
  align-items: center;
}
.login-signup-form > .lwa.lwa-default .lwa-submit > * {
  flex: 1;
}
.login-signup-form > .lwa.lwa-default .lwa-submit .lwa-submit-button input[name=wp-submit] {
  margin-right: 0;
  background: #FFA200;
  font: 300 1rem/1.618 "Roboto", sans-serif;
  color: #fff;
  border: 0;
  padding: 8px 24px;
  width: 100%;
}
.login-signup-form > .lwa.lwa-default .lwa-submit .lost-password-link {
  font: 400 0.75rem/1.618 "Roboto", sans-serif !important;
  color: #FFA200;
}
.login-signup-form > .lwa.lwa-default .lwa-submit > .lwa-submit-links {
  border: 1px solid #ffa200;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  text-align: center;
  margin-left: 10px;
  font: 300 1rem/1.618 "Roboto", sans-serif;
  padding: 9px 24px;
}
.login-signup-form > .lwa.lwa-default .form-cta-panel {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.login-signup-form > .lwa.lwa-default .form-cta-panel .lost_password {
  font: 400 0.75rem/1.618 "Roboto", sans-serif !important;
}
.login-signup-form > .lwa.lwa-default .form-cta-panel .lost_password a {
  color: #FFA200;
}
.login-signup-form > .lwa.lwa-default .form-cta-panel .woocommerce-form-login__submit {
  margin-right: 0;
  background: #FFA200;
  font: 300 1rem/1.618 "Roboto", sans-serif;
  color: #fff;
}
.login-signup-form > .lwa.lwa-default .form-cta-panel:before, .login-signup-form > .lwa.lwa-default .form-cta-panel:after {
  display: none;
}
.login-signup-form > .lwa.lwa-default .lwa-remember .lwa-remember-email .lwa-user-remember {
  padding: 12px;
  border: 0;
  border-bottom: 1px solid #333;
}
.login-signup-form > .lwa.lwa-default .lwa-remember .lwa-remember-email .lwa-user-remember::-webkit-input-placeholder {
  font: 400 1rem/1 "Roboto", sans-serif;
  color: #333;
}
.login-signup-form > .lwa.lwa-default .lwa-remember .lwa-remember-email .lwa-user-remember:-moz-placeholder {
  font: 400 1rem/1 "Roboto", sans-serif;
  color: #333;
}
.login-signup-form > .lwa.lwa-default .lwa-remember .lwa-remember-email .lwa-user-remember::-moz-placeholder {
  font: 400 1rem/1 "Roboto", sans-serif;
  color: #333;
}
.login-signup-form > .lwa.lwa-default .lwa-remember .lwa-remember-email .lwa-user-remember:-ms-input-placeholder {
  font: 400 1rem/1 "Roboto", sans-serif;
  color: #333;
}
.login-signup-form > .lwa.lwa-default .lwa-remember .lwa-button-remember {
  background: #FFA200;
  font: 300 1rem/1.618 "Roboto", sans-serif;
  color: #fff;
  border: 0;
  padding: 8px 24px;
  width: 100%;
  margin-bottom: 8px;
  display: block;
}
.login-signup-form > .lwa.lwa-default .lwa-remember .lwa-links-remember-cancel {
  padding: 16px 24px 12px;
  background: #fff;
  color: #333;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: 0;
  letter-spacing: 1.5px;
  width: 100%;
}
.login-signup-form > .woocommerce-form {
  display: flex;
  flex-direction: column;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.login-signup-form > .woocommerce-form > * {
  width: 100% !important;
}
.login-signup-form > .woocommerce-form label {
  display: none !important;
}
.login-signup-form > .woocommerce-form .input-text {
  padding: 12px;
  border: 0;
  border-bottom: 1px solid #333;
}
.login-signup-form > .woocommerce-form .input-text::-webkit-input-placeholder {
  font: 400 1rem/1 "Roboto", sans-serif;
  color: #333;
}
.login-signup-form > .woocommerce-form .input-text:-moz-placeholder {
  font: 400 1rem/1 "Roboto", sans-serif;
  color: #333;
}
.login-signup-form > .woocommerce-form .input-text::-moz-placeholder {
  font: 400 1rem/1 "Roboto", sans-serif;
  color: #333;
}
.login-signup-form > .woocommerce-form .input-text:-ms-input-placeholder {
  font: 400 1rem/1 "Roboto", sans-serif;
  color: #333;
}
.login-signup-form > .woocommerce-form .form-cta-panel {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.login-signup-form > .woocommerce-form .form-cta-panel .lost_password {
  font: 400 0.75rem/1.618 "Roboto", sans-serif !important;
}
.login-signup-form > .woocommerce-form .form-cta-panel .lost_password a {
  color: #FFA200;
}
.login-signup-form > .woocommerce-form .form-cta-panel .woocommerce-form-login__submit {
  margin-right: 0;
  background: #FFA200;
  font: 300 1rem/1.618 "Roboto", sans-serif;
  color: #fff;
}
.login-signup-form > .woocommerce-form .form-cta-panel:before, .login-signup-form > .woocommerce-form .form-cta-panel:after {
  display: none;
}

.partners {
  position: relative;
  cursor: pointer;
}
.partners > .partners-button > span {
  display: flex;
  align-items: center;
  font: 700 1rem/1.618 "Roboto", sans-serif;
  color: #333;
  padding: 8px;
  border: 1px solid #333;
}
.partners > .partners-button > span:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../images/icons/user-icon.svg") center/contain no-repeat;
  margin-right: 8px;
}
.partners > .partners-button.active + .login-signup-form,
.partners > .partners-button.active + .partner-portal-form {
  display: block;
}
.partners > .partners-button + .login-signup-form {
  position: absolute;
  top: -242px;
  right: 0;
}
.partners > .heading {
  font: 500 1rem/1.618 "Roboto", sans-serif;
  color: #333;
  display: flex;
  align-items: center;
}
.partners > .heading:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  display: inline-block;
  margin-left: 12px;
  transform: rotate(135deg);
  position: relative;
  top: -2px;
}
.partners > .heading.active {
  color: #FFA200;
}
.partners > .heading.active:after {
  transform: rotate(-45deg);
  top: 2px;
  border-color: #FFA200;
}
.partners > .heading.active + .login-signup-form {
  display: block;
}
.partners > .heading.active + .partner-portal-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.partners > .heading + .login-signup-form,
.partners > .heading + .partner-portal-form {
  position: absolute;
  left: -180px;
  top: 34px;
}

.partner-portal-form {
  display: none;
  width: 324px;
  z-index: 1;
  background: #F4F4F4;
  padding: 12px 16px;
  border-top: 4px solid #FFA200;
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.5);
}
.partner-portal-form > .primary-btn {
  font-weight: 300;
  margin-bottom: 12px;
}
.partner-portal-form > .logout-btn {
  font: 400 1rem/1.618 "Roboto", sans-serif;
  color: #FFA200;
}

.woocommerce-error {
  margin-bottom: 0;
}

.login-signup-form {
  display: none;
}

.content-blocks > .content-block {
  display: flex;
}
.content-blocks > .content-block > * {
  flex: 1;
}
.content-blocks > .content-block > .image-container {
  height: 450px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-blocks > .content-block > .image-container:hover > .image {
  transform: scale(1.1);
}
.content-blocks > .content-block > .image-container > .image {
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s linear;
  display: block;
}
.content-blocks > .content-block > .context-panel > .context-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 64px;
  height: 100%;
}
.content-blocks > .content-block > .context-panel > .context-container > .heading {
  font: 700 1.75rem/1.618 "Roboto", sans-serif;
  margin-bottom: 12px;
}
.content-blocks > .content-block > .context-panel > .context-container > .heading > a {
  color: #333;
}
.content-blocks > .content-block > .context-panel > .context-container > .heading:hover > a {
  color: #FFA200;
}
.content-blocks > .content-block > .context-panel > .context-container > .context {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  margin-bottom: 24px;
}
.content-blocks > .content-block:nth-child(even) {
  flex-direction: row-reverse;
}
.content-blocks > .content-block:nth-child(even) > .context-panel > .context-container {
  padding-left: 0;
}

.content-blocks-section > .content-blocks {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
}
.content-blocks-section:before {
  display: none;
  content: "small-screen: 0, tablet: 620, default: 1100";
}
.content-blocks-section[data-eq-state$=small-screen] > .content-blocks {
  padding: 0 18px;
}
.content-blocks-section[data-eq-state$=small-screen] > .content-blocks > .content-block {
  flex-direction: column;
}
.content-blocks-section[data-eq-state$=small-screen] > .content-blocks > .content-block > * {
  flex: initial;
}
.content-blocks-section[data-eq-state$=small-screen] > .content-blocks > .content-block > .image-container {
  height: 200px;
}
.content-blocks-section[data-eq-state$=small-screen] > .content-blocks > .content-block > .image-container > .image {
  margin: 0 auto;
}
.content-blocks-section[data-eq-state$=small-screen] > .content-blocks > .content-block:not(:last-of-type) {
  margin-bottom: 16px;
}
.content-blocks-section[data-eq-state$=small-screen] > .content-blocks > .content-block > .context-panel > .context-container {
  border: 1px solid rgba(51, 51, 51, 0.1);
  padding: 24px;
}
.content-blocks-section[data-eq-state$=small-screen] > .content-blocks > .content-block > .context-panel > .context-container > .heading {
  font-size: 1.35rem;
}
.content-blocks-section[data-eq-state$=small-screen] > .content-blocks > .content-block > .context-panel > .context-container > .primary-btn {
  font-weight: 300;
}

.content-blocks-section[data-eq-state$=tablet] > .content-blocks {
  padding: 0 18px;
}
.content-blocks-section[data-eq-state$=tablet] > .content-blocks > .content-block > .image-container {
  height: 350px;
  padding: 16px;
}
.content-blocks-section[data-eq-state$=tablet] > .content-blocks > .content-block > .context-panel > .context-container {
  padding: 24px;
}

html:before {
  display: none;
  content: ".left-sidebar-layout.-centered, .centered-layout, .page-cover, .home-banner, .featured-case-study, .discover-kordz-section, .content-titles, .spotlight-section, .advert-panel-section, .subscription-section, .content-blocks-section";
}

.content-panel-block > h2, .content-panel-block h3, .content-panel-block h4, .content-panel-block h5, .content-panel-block h6 {
  font: 700 1.318rem/1.618 "Roboto", sans-serif;
  margin-bottom: 12px;
}
.content-panel-block > p,
.content-panel-block ul,
.content-panel-block ol {
  font: 300 1rem/1.618 "Roboto", sans-serif;
}

.large-page-banner {
  width: 100%;
  min-height: 500px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
}
.large-page-banner > .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.large-page-banner > .context-panel {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.large-page-banner > .context-panel > .heading {
  font: 700 2.25rem/1.618 "Roboto", sans-serif;
  margin-bottom: 16px;
}
.large-page-banner > .context-panel > .context {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  width: 100%;
  max-width: 450px;
}
.large-page-banner:before {
  display: none;
  content: "small-screen: 0, tablet: 620, default: 1100";
}
.large-page-banner[data-eq-state$=small-screen] {
  min-height: 200px;
}
.large-page-banner[data-eq-state$=small-screen] > img {
  opacity: 0.2;
}
.large-page-banner[data-eq-state$=small-screen] > .context-panel > .heading {
  font-size: 1.5rem;
}

html:before {
  display: none;
  content: ".left-sidebar-layout.-centered, .centered-layout, .page-cover, .home-banner, .featured-case-study, .discover-kordz-section, .content-titles, .spotlight-section, .advert-panel-section, .subscription-section, .content-blocks-section, .large-page-banner";
}

.cta-message-panel {
  display: flex;
  align-items: flex-end;
}
.cta-message-panel > .cta-message-container {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
}
.cta-message-panel > .cta-message-container > .cta-message-pane {
  padding: 20px 64px;
  background: #545859;
  display: flex;
  align-items: center;
}
.cta-message-panel > .cta-message-container > .cta-message-pane > .heading {
  color: #fff;
  font: 700 1.25rem/1.618 "Roboto", sans-serif;
  margin-right: 42px;
  position: relative;
}
.cta-message-panel > .cta-message-container > .cta-message-pane > .heading:before {
  content: "";
  width: 40px;
  height: 6px;
  background: #FFA200;
  position: absolute;
  left: -64px;
  bottom: 8px;
}
.cta-message-panel > .cta-message-container > .cta-message-pane > .primary-btn {
  padding: 4px 24px 4px;
}
.cta-message-panel:before {
  display: none;
  content: "small-screen: 0, tablet: 620, default: 1100";
}
.cta-message-panel[data-eq-state$=small-screen] > .cta-message-container {
  padding: 0;
  overflow: hidden;
}
.cta-message-panel[data-eq-state$=small-screen] > .cta-message-container > .cta-message-pane {
  padding: 18px;
  flex-direction: column;
}
.cta-message-panel[data-eq-state$=small-screen] > .cta-message-container > .cta-message-pane > .heading {
  font-size: 1rem;
  margin: 0 0 24px;
  padding-left: 22px;
}
.cta-message-panel[data-eq-state$=small-screen] > .cta-message-container > .cta-message-pane > .heading:before {
  top: 8px;
  left: -32px;
}

.contact-form-panel > .heading {
  font: 700 1.75rem/1.618 "Roboto", sans-serif;
  margin-bottom: 16px;
}
.contact-form-panel > .context {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  margin-bottom: 32px;
}

html:before {
  display: none;
  content: ".left-sidebar-layout.-centered, .centered-layout, .page-cover, .home-banner, .featured-case-study, .discover-kordz-section, .content-titles, .spotlight-section, .advert-panel-section, .subscription-section, .content-blocks-section, .large-page-banner, .cta-message-panel";
}

.large-gap .wp-block-column:not(:first-child) {
  margin-left: 140px;
}

.contact-address-item > .heading {
  font: 700 1.125rem/1.618 "Roboto", sans-serif;
  margin-bottom: 24px;
}
.contact-address-item > .context {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  margin-bottom: 16px;
}
.contact-address-item > .contact-details > .heading {
  font: 700 1rem/1.618 "Roboto", sans-serif;
  margin-bottom: 16px;
}
.contact-address-item > .contact-details > .details {
  font: 300 1rem/1.618 "Roboto", sans-serif;
}

.contact-information-panel > .location-address {
  display: none;
}
.contact-information-panel > .map,
.contact-information-panel > .embed-map {
  width: 100%;
  height: 200px;
  margin-bottom: 42px;
}
.contact-information-panel > .embed-map iframe {
  width: 100%;
  height: 100%;
}
.contact-information-panel .leaflet-control-geocoder.leaflet-bar.leaflet-control {
  display: none;
}
.contact-information-panel > .contact-address-item:not(:last-of-type) {
  margin-bottom: 64px;
}

.product-listing-posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 74px 42px;
  height: initial !important;
}
.product-listing-posts > .product {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 16px 32px;
  background: #F0F0F0;
  position: relative;
}
.product-listing-posts > .product:hover > .quickview-btn {
  display: block;
}
.product-listing-posts > .product > .quickview-btn {
  width: 30px;
  height: 30px;
  background: url("../images/icons/quickview-black-icon.svg") center/18px no-repeat;
  position: absolute;
  top: 12px;
  right: 24px;
  border: 2px solid #D1D1D1;
  border-radius: 5px;
  display: none;
}
.product-listing-posts > .product > .product-thumbnail {
  margin-bottom: 24px;
  width: 100%;
  max-width: 134px;
  height: 180px;
  overflow: hidden;
}
.product-listing-posts > .product > .product-thumbnail > .thumbnail-link {
  display: block;
  height: 100%;
  width: 100%;
}
.product-listing-posts > .product > .product-thumbnail > .thumbnail-link > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 16px;
}
.product-listing-posts > .product > .product-name {
  display: flex;
  flex-direction: column;
  font: 300 2.5rem/1.618 "Roboto", sans-serif;
  color: #333;
  margin-bottom: 8px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.product-listing-posts > .product > .product-name:before {
  content: "";
  height: 2px;
  width: 40px;
  display: inline-block;
  background: #333;
  margin-bottom: 12px;
  margin: 0 auto;
}
.product-listing-posts > .product > .sub-title {
  font: 700 1.125rem/1.618 "Roboto", sans-serif;
  color: #333;
  margin-bottom: 8px;
}
.product-listing-posts > .product > .sub-title > a {
  color: #333;
}
.product-listing-posts > .product > .product-price {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  margin-top: auto;
}
.product-listing-posts > .product > .product-excerpt {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  color: #333;
  margin-bottom: 32px;
  text-align: center;
}
.product-listing-posts > .product > .product-link {
  font: 400 1rem/1.618 "Roboto", sans-serif;
  display: inline-block;
  padding: 8px;
  text-align: center;
  border: 1px solid #333;
  color: #333;
  margin-top: auto;
}
.product-listing-posts > .product > .product-link:hover {
  background: #FFA200;
  color: #fff;
  border-color: #FFA200;
}
.product-listing-posts > .product > .quickview-modal-container {
  display: none;
}
.product-listing-posts > .product.display-filtered-items {
  display: flex !important;
}
.product-listing-posts > .no-result-msg {
  display: none;
}
.product-listing-posts.display-all > .product {
  display: flex !important;
}
.product-listing-posts.display-all + .paging {
  opacity: 0;
}
.product-listing-posts.no-result > .no-result-msg {
  grid-column: 1/-1;
  display: flex;
  border: 3px solid #333;
  justify-content: center;
  align-items: center;
  padding: 80px 24px;
  background: #f9f9ee;
  width: 100%;
  margin-bottom: 20px;
}
.product-listing-posts.no-result > .no-result-msg > .context {
  font: bold 1.5rem/1.625 "Roboto", sans-serif;
  color: #333;
}
.product-listing-posts.no-result > .no-result-msg.display {
  display: block;
}

.product-listing-panel {
  margin-bottom: 32px;
  display: inline-block;
  width: 100%;
}
.product-listing-panel > .product-category-thumbnail {
  height: 200px;
  display: block;
  margin-bottom: 32px;
  object-fit: cover;
  width: 100%;
}
.product-listing-panel > .mobile-filter-controls {
  display: none;
  justify-content: space-between;
  background: #F0F0F0;
  padding: 16px;
  position: relative;
  margin: 0 calc(51% - 50vw) 16px;
}
.product-listing-panel > .mobile-filter-controls > .mobile-sidebar-menu > .heading {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
}
.product-listing-panel > .mobile-filter-controls > .mobile-sidebar-menu > .heading:after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 8px;
  display: inline-block;
  background: url("../images/icons/caret-black-icon.svg") center/contain;
}
.product-listing-panel > .mobile-filter-controls > .mobile-sidebar-menu > .heading.-active:after {
  transform: rotate(90deg);
}
.product-listing-panel > .mobile-filter-controls > .mobile-sidebar-menu > .heading.-active + .custom-side-navigation-list {
  display: block;
}
.product-listing-panel > .mobile-filter-controls > .mobile-sidebar-menu > .custom-side-navigation-list {
  display: none;
  background: #f3f3f3;
  position: absolute;
  left: 0;
  top: 52px;
  z-index: 1;
  width: 100%;
  border-top: 2px solid #FFA200;
  border-bottom: 2px solid #FFA200;
}
.product-listing-panel > .mobile-filter-controls > .mobile-sidebar-menu > .custom-side-navigation-list > .custom-side-navigation-item {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.product-listing-panel > .mobile-filter-controls > .mobile-sidebar-menu > .custom-side-navigation-list > .custom-side-navigation-item a {
  padding: 8px 18px;
  display: block;
  color: #333;
}
.product-listing-panel > .mobile-filter-controls > .mobile-filter-sidebar-btn span {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
.product-listing-panel > .mobile-filter-controls > .mobile-filter-sidebar-btn span:before {
  content: "";
  width: 12px;
  height: 12px;
  display: fex;
  background: url("../images/icons/mobile-filter-sidebar-btn.svg") center/contain no-repeat;
  margin-right: 8px;
}
.product-listing-panel > .pagination-container {
  margin-bottom: 32px;
}
.product-listing-panel > .paging {
  margin-top: 32px;
}
.product-listing-panel.no-result {
  display: none;
}
.product-listing-panel > .heading {
  font: 700 2.25rem/1.618 "Roboto", sans-serif;
  color: #333;
  text-align: center;
  margin-bottom: 16px;
}
.product-listing-panel > .context {
  font: 400 1.317rem/1.618 "Roboto", sans-serif;
  margin-bottom: 96px;
  color: #333;
  text-align: center;
}
.product-listing-panel + .product-listing-panel {
  margin-top: 56px;
}
.product-listing-panel:before {
  display: none;
  content: "small-screen: 0, tablet: 620, default: 1100";
}
.product-listing-panel[data-eq-state$=small-screen] > .mobile-filter-controls {
  display: flex;
}
.product-listing-panel[data-eq-state$=small-screen] > .pagination-container {
  display: none;
}
.product-listing-panel[data-eq-state$=small-screen] > .product-listing-posts {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 26px 20px;
}
.product-listing-panel[data-eq-state$=small-screen] > .product-listing-posts > .product > .product-name {
  font-size: 1.875rem;
  text-align: center;
}
.product-listing-panel[data-eq-state$=small-screen] > .product-listing-posts > .product > .product-thumbnail {
  height: 120px;
  max-width: 120px;
}
.product-listing-panel[data-eq-state$=small-screen] > .product-listing-posts > .product > .sub-title {
  font-size: 1rem;
  text-align: center;
}
.product-listing-panel[data-eq-state$=small-screen] > .product-listing-posts > .product > .quickview-btn {
  display: block;
}
.product-listing-panel[data-eq-state$=small-screen] > .product-listing-posts > .product > .quickview-modal-container {
  opacity: 0;
  display: none;
}

html:before {
  display: none;
  content: ".left-sidebar-layout.-centered, .centered-layout, .page-cover, .home-banner, .featured-case-study, .discover-kordz-section, .content-titles, .spotlight-section, .advert-panel-section, .subscription-section, .content-blocks-section, .large-page-banner, .cta-message-panel, .product-listing-panel";
}

.filter-label {
  cursor: pointer;
}
.filter-label > label {
  position: relative;
  cursor: pointer;
}
.filter-label > label.product-visible {
  display: block;
}
.filter-label > label > input[type=checkbox] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.filter-label > label > input[type=checkbox]:checked + .filter-name:before {
  background: #333;
  content: "\e876";
  font-family: "bb-icons";
  color: #fff;
  border-color: transparent;
}
.filter-label > label > .filter-name {
  font: 400 1rem/1 "Roboto", sans-serif;
  color: #333;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.filter-label > label > .filter-name:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #333;
  border-radius: 2px;
  margin: auto 12px auto 0;
  position: relative;
  top: -2px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.filter-items {
  list-style: none;
}
.filter-items > .filter-label:not(:last-of-type) {
  margin-bottom: 24px;
}

.product-filters > .filter-type {
  margin-bottom: 16px;
}
.product-filters > .filter-type + .filter-items {
  margin-top: 8px;
}
.product-filters > .filter-type > .label {
  color: #333;
  font: 700 1rem/1.625 "Roboto", sans-serif;
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  padding-bottom: 16px;
}
.product-filters > .filter-type > .label:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  margin-left: 12px;
  transform: rotate(135deg);
  position: absolute;
  top: -14px;
  bottom: 0;
  right: 0;
  margin: auto 0;
  display: inline-block;
}
.product-filters > .filter-type.-active > .label:after {
  transform: rotate(-45deg);
}
.product-filters > .filter-type.-active + .filter-items {
  display: inline-block;
  width: 100%;
}
.product-filters > .filter-items {
  display: none;
}

.product-filters-sidebar.filter-drawer {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1000;
  padding: 60px 20px 32px;
  overflow-y: scroll;
  display: none;
  margin-top: 0 !important;
}
.product-filters-sidebar.filter-drawer > .close-btn {
  display: block;
}
.product-filters-sidebar.filter-drawer.-active {
  display: block !important;
}
.product-filters-sidebar > .heading {
  font: 700 1rem/1.618 "Roboto", sans-serif;
  color: #333;
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
  margin-bottom: 16px;
}
.product-filters-sidebar.accordion-transform > .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-filters-sidebar.accordion-transform > .heading:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../images/icons/carat-arrow-black-icon.svg") center/contain no-repeat;
}
.product-filters-sidebar.accordion-transform > .heading.-active:after {
  transform: rotate(180deg);
}
.product-filters-sidebar.accordion-transform > .heading.-active + .product-filters-container {
  display: none;
}
.product-filters-sidebar > .product-filters-container > .product-filters + .product-filters {
  margin-top: 16px;
}
.product-filters-sidebar > .product-filters + .product-filters {
  margin-top: 16px;
}
.product-filters-sidebar > .close-btn {
  position: absolute;
  top: 24px;
  width: 30px;
  height: 30px;
  background: #333;
  right: 10px;
  border-radius: 100%;
  display: none;
}
.product-filters-sidebar > .close-btn:before, .product-filters-sidebar > .close-btn:after {
  content: "";
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
}
.product-filters-sidebar > .close-btn:before {
  transform: rotate(45deg);
  right: 7px;
}
.product-filters-sidebar > .close-btn:after {
  transform: rotate(-45deg);
  right: 7px;
}
.product-filters-sidebar.-show {
  display: block !important;
}

.custom-side-navigation > .heading {
  font: 700 1rem/1.618 "Roboto", sans-serif;
  padding-bottom: 16px;
  border-bottom: 1px solid #333;
  margin-bottom: 0;
}
.custom-side-navigation > .heading + .custom-side-navigation-list > .custom-side-navigation-item:first-of-type {
  border-top: 0;
}
.custom-side-navigation > .custom-side-navigation-list {
  list-style: none;
}
.custom-side-navigation > .custom-side-navigation-list > .custom-side-navigation-item {
  font: 400 1rem/1.618 "Roboto", sans-serif;
  padding: 16px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.custom-side-navigation > .custom-side-navigation-list > .custom-side-navigation-item:first-of-type {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
.custom-side-navigation > .custom-side-navigation-list > .custom-side-navigation-item > a {
  color: #333;
  display: block;
}
.custom-side-navigation.accordion-transform > .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-side-navigation.accordion-transform > .heading:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../images/icons/carat-arrow-black-icon.svg") center/contain no-repeat;
}
.custom-side-navigation.accordion-transform > .heading.-active:after {
  transform: rotate(180deg);
}
.custom-side-navigation.accordion-transform > .heading.-active + .custom-side-navigation-list {
  display: none;
}

.wordpress-menu {
  list-style: none;
}
.wordpress-menu > .menu-item {
  font: 700 1rem/1.618 "Roboto", sans-serif;
  padding: 16px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.wordpress-menu > .menu-item.menu-item-has-children {
  border-bottom: 0;
  padding-bottom: 0;
}
.wordpress-menu > .menu-item.menu-item-has-children > a {
  font: 400 1rem/1.618 "Roboto", sans-serif;
  color: #333;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  cursor: pointer;
  display: block;
}
.wordpress-menu > .menu-item.menu-item-has-children > .sub-menu {
  list-style-type: none;
}
.wordpress-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item {
  font: 400 1rem/1.618 "Roboto", sans-serif;
  padding: 16px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.wordpress-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a {
  color: #333;
  display: block;
}
.wordpress-menu > .menu-item:first-of-type {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
.wordpress-menu > .menu-item > a {
  color: #333;
  display: block;
}
.wordpress-menu > .menu-item > a:hover {
  color: #FFA200;
}

.custom-side-navigation + .product-filters-sidebar {
  margin-top: 48px;
}

.side-navigation > .heading {
  font-size: 1rem;
  margin-bottom: 12px;
  display: none;
}
.side-navigation.-accordion > .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.side-navigation.-accordion > .heading:after {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url("../images/icons/caret-black-icon.svg") center/contain no-repeat;
}
.side-navigation.-accordion > .heading.-active {
  border-bottom: 0;
}
.side-navigation.-accordion > .heading.-active:after {
  transform: rotate(90deg);
}
.side-navigation.-accordion > .heading.-active + div {
  display: block;
}
.side-navigation.-accordion > div {
  display: none;
}

.pagination-selector {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pagination-selector > .label {
  font: 400 1rem/1.618 "Roboto", sans-serif;
  color: #333;
}
.pagination-selector > .control {
  margin: 0 8px;
}
.pagination-selector > .control > .limiter-options {
  cursor: pointer;
  overflow: hidden;
  background: url("../images/icons/caret-black-icon.svg") right center/8px no-repeat;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-bottom: 1px solid #D1D1D1;
  font: 400 1rem/1.618 "Roboto", sans-serif;
  color: #333;
  padding: 4px 10px;
  width: 170px;
  height: initial;
}

.paging {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.paging > .page {
  font: 400 1rem/1.618 "Roboto", sans-serif;
  cursor: pointer;
}
.paging > .page:not(:last-child) {
  margin-right: 8px;
}
.paging > .page.current {
  font-weight: 700;
}
.paging > .nav {
  cursor: pointer;
  width: 24px;
  height: 16px;
  background: transparent url("../images/icons/arrow-black-icon.svg") center/24px no-repeat;
  transform: rotate(180deg);
  color: transparent;
  display: inline-block;
  opacity: 0.8;
}
.paging > .nav:hover {
  opacity: 1;
}
.paging > .nav.prev {
  margin-right: 8px;
  transform: rotate(0deg);
}

.search-bar-block {
  display: flex;
  border: 1px solid #333;
  border-radius: 24px;
  overflow: hidden;
  justify-content: space-between;
}
.search-bar-block > .search-bar {
  width: 100%;
  border: 0;
  border-right: 0;
  padding: 8px 8px 8px 16px;
  font: 400 1rem/1.618 "Roboto", sans-serif;
  background-image: none;
  outline: 0;
}
.search-bar-block > .search-icon {
  width: 42px;
  min-height: 100%;
  border-radius: 24px;
  position: relative;
  background: transparent url("../images/icons/search-black-icon.svg") center/18px 18px no-repeat;
  border: 0;
  color: transparent;
}

.quickview-image-slider {
  overflow: hidden;
}
.quickview-image-slider > .product-gallery-primary-image {
  width: 100%;
  border: 1px solid rgba(51, 51, 51, 0.2);
}
.quickview-image-slider > .product-gallery-primary-image .slick-track {
  display: flex;
  height: 300px;
}
.quickview-image-slider > .product-gallery-primary-image .slick-track .slick-slide {
  object-fit: contain;
  margin: auto 0;
  width: 480px;
  height: 100%;
}
.quickview-image-slider > .product-gallery-carousel {
  margin-top: 24px;
}
.quickview-image-slider > .product-gallery-carousel .slick-track {
  display: flex;
}
.quickview-image-slider > .product-gallery-carousel .slick-slide {
  width: 120px;
  height: 120px;
  padding: 4px;
  object-fit: cover;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
.quickview-image-slider > .product-gallery-carousel .slick-slide > div {
  height: inherit;
}
.quickview-image-slider > .product-gallery-carousel .slick-slide > div > img {
  height: 100%;
  object-fit: cover;
}
.quickview-image-slider > .product-gallery-carousel .slick-slide.slick-current + .slick-active {
  position: relative;
}
.quickview-image-slider > .product-gallery-carousel .slick-arrow {
  color: transparent;
  border: 0;
  width: 38px;
  height: 38px;
  background: #fff url("../images/icons/arrow-black-icon.svg") center/24px no-repeat;
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 100;
  transform: rotate(0deg);
  border-radius: 0;
}
.quickview-image-slider > .product-gallery-carousel .slick-arrow.slick-prev.slick-disabled, .quickview-image-slider > .product-gallery-carousel .slick-arrow.slick-next.slick-disabled {
  opacity: 0;
  display: none !important;
}
.quickview-image-slider > .product-gallery-carousel .slick-arrow.slick-next {
  right: 0;
  transform: rotate(180deg);
  left: initial;
}

.quickview-modal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 48px;
}
.quickview-modal > .product-details {
  padding: 0 16px 12px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.quickview-modal > .product-details > .product-name {
  font: 700 2rem/1.618 "Roboto", sans-serif;
  margin-bottom: 8px;
  color: #333;
}
.quickview-modal > .product-details > .product-description {
  font: 400 1rem/1.618 "Roboto", sans-serif;
  margin-bottom: 16px;
  color: #333;
}
.quickview-modal > .product-details > .product-description > * {
  margin-bottom: 16px;
}
.quickview-modal > .product-details > .product-context {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.quickview-modal-container {
  width: 100%;
  max-width: 1048px;
  padding-bottom: 48px;
}
@media all and (max-width: 480px) {
  .quickview-modal-container {
    padding: 32px 18px;
  }
  .quickview-modal-container > .quickview-modal {
    grid-template-columns: 1fr;
  }
  .quickview-modal-container > .quickview-modal .quickview-image-slider > .product-gallery-primary-image .slick-track {
    height: 200px;
  }
  .quickview-modal-container > .quickview-modal .quickview-image-slider > .product-gallery-primary-image .slick-track .slick-slide {
    width: 320px;
  }
  .quickview-modal-container > .quickview-modal .quickview-image-slider > .product-gallery-carousel .slick-slide {
    width: 112px;
    height: 112px;
  }
  .quickview-modal-container > .quickview-modal > .product-details {
    margin-top: 24px;
    padding: 0;
  }
  .quickview-modal-container > .quickview-modal > .product-details > .product-name {
    font-size: 1.25rem;
  }
  .quickview-modal-container > .quickview-modal > .product-details > .product-description p {
    font-size: 0.875rem;
  }
}

.warranty > .product-length-variants {
  margin-bottom: 8px;
}
.warranty > .warranty-link {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  color: #333;
  border-bottom: 1px solid #333;
  padding-bottom: 8px;
  display: inline-block;
}
.warranty > #warranty-information {
  display: none;
}

#warranty-information {
  max-width: 800px;
  font: 300 1rem/1.618 "Roboto", sans-serif;
}
#warranty-information > .heading {
  font: 700 1rem/1.618 "Roboto", sans-serif;
  margin-bottom: 16px;
}

.product-information > .heading {
  font: 700 1.375rem/1.618 "Roboto", sans-serif;
  color: #333;
  padding: 12px 0;
  cursor: pointer;
  position: relative;
}
.product-information > .heading:after {
  position: absolute;
  content: "+";
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto 0;
  font: 300 1.5rem/1.618 "Roboto", sans-serif;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
}
.product-information > .heading.-active:after {
  content: "-";
}
.product-information > .heading.-active + .product-information-context {
  display: block;
}
.product-information > .product-information-context {
  display: none;
  font: 300 1rem/1.618 "Roboto", sans-serif;
  padding: 0px 0 12px;
}
.product-information > .product-information-context > * {
  margin-bottom: 8px;
}
.product-information > .product-information-context iframe {
  margin: 12px 0;
  width: 100%;
}

.product-information-list > .product-information {
  list-style: none;
  border-top: 1px solid #333;
}
.product-information-list > .product-information:last-of-type {
  border-bottom: 1px solid #333;
}

.product-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-images > .product-image-tabs {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  border: 1px solid rgba(51, 51, 51, 0.2);
}
.product-images > .product-image-tabs > .primary-product-image {
  display: none;
  height: 100%;
  width: 100%;
}
.product-images > .product-image-tabs > .primary-product-image.-active {
  display: block;
}
.product-images > .product-image-tabs > .primary-product-image > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: bottom;
}
.product-images > .product-image-gallery {
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
  margin-left: 5%;
  text-align: center;
}
.product-images > .product-image-gallery .product-image {
  border: 1px solid rgba(51, 51, 51, 0.2);
  margin-bottom: 10px;
  margin-right: 1px !important;
}
.product-images > .product-image-gallery button.slick-arrow.slick-disabled {
  opacity: 0.5;
}
.product-images > .product-image-gallery button.slick-arrow.slick-prev {
  margin-top: 0 !important;
}
.product-images > .product-image-gallery button.slick-arrow {
  background: #323232;
  color: #FFFFFF;
  border-radius: 100%;
  box-shadow: none !important;
  outline: none !important;
  border: none;
  padding: 7px 9px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-context > .heading {
  font: 700 1.75rem/1.618 "Roboto", sans-serif;
  margin-bottom: 16px;
}
.product-context > .context {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  margin-bottom: 16px;
}
.product-context > .context p, .product-context > .context span {
  font-weight: 300 !important;
}
.product-context > .context iframe {
  width: 100%;
}
.product-context > .find-distributor {
  display: none;
  margin-bottom: 16px;
}
.product-context > .product-price bdi {
  font: 700 2rem/1.618 "Roboto", sans-serif;
}
.product-context > .product-price del {
  display: none;
}
@media all and (max-width: 1024px) {
  .product-context > .find-distributor {
    display: block;
  }
}

.product-outline > .tech-specs {
  padding-right: 140px;
}

.product-profile {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 640px 1fr;
  grid-gap: 0 48px;
}
.product-profile > .product-outline > .product-images {
  margin-bottom: 26px;
}
.product-profile > .product-outline > .tech-specs {
  margin-bottom: 42px;
}
.product-profile > .product-outline > .warranty {
  text-align: right;
  margin-bottom: 24px;
}
.product-profile > .product-outline > .product-context-panel {
  margin-bottom: 32px;
}
.product-profile:before {
  display: none;
  content: "small-screen: 0, tablet: 681, default: 1090";
}
.product-profile[data-eq-state$=small-screen] {
  padding: 24px 18px;
  grid-template-columns: 1fr;
}
.product-profile[data-eq-state$=small-screen] > .product-outline > .product-images > .product-image-gallery .product-image img {
  height: 50px;
}
.product-profile[data-eq-state$=small-screen] > .product-outline > .product-context-panel > .product-context > .product-variation-table-container {
  width: 100%;
  max-width: calc(100vw - 32px);
  overflow-x: scroll;
}
.product-profile[data-eq-state$=small-screen] > .product-outline > .product-context-panel > .product-context > .product-variation-table-container > .product-variation-table {
  width: 740px;
}
.product-profile[data-eq-state$=small-screen] > .product-outline > .product-context-panel > .product-context > .product-variation-table-container > .product-variation-table > .table-heading {
  grid-template-columns: 195px 1fr 100px 105px;
}
.product-profile[data-eq-state$=small-screen] > .product-outline > .product-context-panel > .product-context > .product-variation-table-container > .product-variation-table > .table-heading.-two-columns {
  grid-template-columns: 195px 1fr;
}
.product-profile[data-eq-state$=small-screen] > .product-outline > .product-context-panel > .product-context > .product-variation-table-container > .product-variation-table > .product-variation-list > .product-variation-item {
  grid-template-columns: 195px 1fr 100px 105px;
}
.product-profile[data-eq-state$=small-screen] > .product-outline > .product-context-panel > .product-context > .product-variation-table-container > .product-variation-table > .product-variation-list > .product-variation-item.-two-columns {
  grid-template-columns: 195px 1fr;
}
.product-profile[data-eq-state$=small-screen] > .product-outline > .product-information-list > .product-information > .heading {
  font-size: 1rem;
}

.product-profile[data-eq-state$=tablet] {
  grid-template-columns: repeat(2, 1fr);
}
.product-profile[data-eq-state$=tablet] > .product-outline > .product-images > .product-image-gallery .product-image img {
  height: 65px;
}
.product-profile[data-eq-state$=tablet] > .product-context-panel {
  overflow: hidden;
}
.product-profile[data-eq-state$=tablet] > .product-context-panel > .product-context > .product-variation-table-container {
  width: 100%;
  max-width: 700px;
  overflow-x: scroll;
}
.product-profile[data-eq-state$=tablet] > .product-context-panel > .product-context > .product-variation-table-container > .product-variation-table {
  width: 800px;
}

html:before {
  display: none;
  content: ".left-sidebar-layout.-centered, .centered-layout, .page-cover, .home-banner, .featured-case-study, .discover-kordz-section, .content-titles, .spotlight-section, .advert-panel-section, .subscription-section, .content-blocks-section, .large-page-banner, .cta-message-panel, .product-listing-panel, .product-profile";
}

.review-context {
  display: flex;
  flex-direction: column;
}
.review-context > .context {
  font: 500 1rem/1.618 "Roboto", sans-serif;
  font-style: italic;
  margin-bottom: 24px;
  color: #fff;
}
.review-context > .review-author,
.review-context > .review-position {
  font: 400 1rem/1.618 "Roboto", sans-serif;
  color: #fff;
}
.review-context > img {
  width: 160px;
  height: 65px;
  object-fit: contain;
  display: block;
  margin-top: 48px;
}

.customer-feedback-item {
  display: flex;
}
.customer-feedback-item > * {
  flex: 1;
}
.customer-feedback-item > .video-review {
  padding: 0 64px;
}
.customer-feedback-item > .video-review > iframe {
  width: 100%;
  height: 400px;
}

.customer-feedback-section {
  background: #545859;
  padding: 64px 0;
}
.customer-feedback-section > .heading {
  font: 700 1.75rem/1.618 "Roboto", sans-serif;
  color: #fff;
  position: relative;
  margin-bottom: 64px;
  text-align: center;
}
.customer-feedback-section > .heading:after {
  content: "";
  width: 50px;
  height: 7px;
  background: #FFA200;
  left: 0;
  right: 0;
  margin: 16px auto 0;
  display: block;
}
.customer-feedback-section > .customer-feedback-container {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
}
.customer-feedback-section .slick-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  color: transparent;
  border: 0;
  width: 36px;
  height: 25px;
  background: transparent url("../images/icons/arrow-white-icon.svg") center/contain no-repeat;
  cursor: pointer;
  z-index: 1;
}
.customer-feedback-section .slick-arrow.slick-disabled {
  display: none;
}
.customer-feedback-section .slick-arrow.slick-prev {
  right: 48px;
  transform: rotate(180deg);
}
.customer-feedback-section .slick-slide {
  height: initial !important;
}
@media all and (max-width: 480px) {
  .customer-feedback-section {
    padding: 32px 0 64px;
  }
  .customer-feedback-section > .heading {
    font-size: 1.25rem;
    margin-bottom: 32px;
  }
  .customer-feedback-section > .customer-feedback-container {
    padding: 0 18px;
  }
  .customer-feedback-section > .customer-feedback-container .customer-feedback .customer-feedback-item {
    flex-direction: column;
  }
  .customer-feedback-section > .customer-feedback-container .customer-feedback .customer-feedback-item > .video-review {
    padding: 0;
    margin-bottom: 16px;
  }
  .customer-feedback-section > .customer-feedback-container .customer-feedback .customer-feedback-item > .video-review iframe {
    height: 200px;
  }
}

.related-products-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 32px 42px;
}
.related-products-list > .product {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 16px 32px;
  background: #F0F0F0;
  position: relative;
}
.related-products-list > .product:hover > .quickview-btn {
  display: block;
}
.related-products-list > .product > .quickview-btn {
  width: 30px;
  height: 30px;
  background: url("../images/icons/quickview-black-icon.svg") center/18px no-repeat;
  position: absolute;
  top: 12px;
  right: 24px;
  border: 2px solid #D1D1D1;
  border-radius: 5px;
  display: none;
}
.related-products-list > .product > .product-thumbnail {
  margin-bottom: 24px;
  width: 100%;
  max-width: 134px;
  height: 180px;
  overflow: hidden;
}
.related-products-list > .product > .product-thumbnail > .thumbnail-link {
  display: block;
  height: 100%;
  width: 100%;
}
.related-products-list > .product > .product-thumbnail > .thumbnail-link > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 16px;
}
.related-products-list > .product > .product-name {
  display: flex;
  flex-direction: column;
  font: 300 2.5rem/1.618 "Roboto", sans-serif;
  color: #333;
  margin-bottom: 8px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.related-products-list > .product > .product-name:before {
  content: "";
  height: 2px;
  width: 40px;
  display: inline-block;
  background: #333;
  margin-bottom: 12px;
  margin: 0 auto;
}
.related-products-list > .product > .sub-title {
  font: 700 1.125rem/1.618 "Roboto", sans-serif;
  color: #333;
  margin-bottom: 8px;
}
.related-products-list > .product > .sub-title > a {
  color: #333;
}
.related-products-list > .product > .product-price {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  margin-top: auto;
}
.related-products-list > .product > .product-excerpt {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  color: #333;
  margin-bottom: 32px;
  text-align: center;
}
.related-products-list > .product > .product-link {
  font: 400 1rem/1.618 "Roboto", sans-serif;
  display: inline-block;
  padding: 8px;
  text-align: center;
  border: 1px solid #333;
  color: #333;
  margin-top: auto;
}
.related-products-list > .product > .product-link:hover {
  background: #FFA200;
  color: #fff;
  border-color: #FFA200;
}
.related-products-list > .product > .quickview-modal-container {
  display: none;
}

.related-products-section > .heading {
  font: 700 1.75rem/1.618 "Roboto", sans-serif;
  margin-bottom: 48px;
}
.related-products-section:before {
  display: none;
  content: "small-screen: 0, tablet: 620, default: 1100";
}
.related-products-section[data-eq-state$=small-screen] {
  padding: 0 18px !important;
}
.related-products-section[data-eq-state$=small-screen] > .heading {
  font-size: 1.25rem;
}
.related-products-section[data-eq-state$=small-screen] > .related-products-list {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px 18px;
}
.related-products-section[data-eq-state$=small-screen] > .related-products-list > .product > .product-name {
  font-size: 1.875rem;
  text-align: center;
}
.related-products-section[data-eq-state$=small-screen] > .related-products-list > .product > .product-thumbnail {
  height: 120px;
  max-width: 120px;
}
.related-products-section[data-eq-state$=small-screen] > .related-products-list > .product > .sub-title {
  font-size: 1rem;
  text-align: center;
}
.related-products-section[data-eq-state$=small-screen] > .related-products-list > .product > .quickview-btn {
  display: block;
}
.related-products-section[data-eq-state$=small-screen] > .related-products-list > .product > .quickview-modal-container {
  opacity: 0;
  display: none;
}

.related-products-section[data-eq-state$=tablet] > .related-products-list {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px 18px;
}

@media all and (max-width: 680px) {
  .related-products-section > .heading {
    margin-bottom: 24px;
  }
}

html:before {
  display: none;
  content: ".left-sidebar-layout.-centered, .centered-layout, .page-cover, .home-banner, .featured-case-study, .discover-kordz-section, .content-titles, .spotlight-section, .advert-panel-section, .subscription-section, .content-blocks-section, .large-page-banner, .cta-message-panel, .product-listing-panel, .product-profile, .related-products-section";
}

.product-variation-table {
  border: 1px solid rgba(51, 51, 51, 0.1);
}
.product-variation-table > .table-heading {
  display: grid;
  grid-template-columns: 1fr 270px 100px 105px;
  list-style: none;
  background: #545859;
  font: 700 1rem/1.618 "Roboto", sans-serif;
  color: #fff;
}
.product-variation-table > .table-heading.-two-columns {
  grid-template-columns: repeat(2, 1fr);
}
.product-variation-table > .table-heading > .label {
  padding: 8px;
}
.product-variation-table > .product-variation-list {
  list-style: none;
}
.product-variation-table > .product-variation-list > .product-variation-item {
  display: none;
}
.product-variation-table > .product-variation-list > .product-variation-item.active {
  display: grid;
  grid-template-columns: 1fr 270px 100px 105px;
}
.product-variation-table > .product-variation-list > .product-variation-item.active.odd {
  background: #F0F0F0;
}
.product-variation-table > .product-variation-list > .product-variation-item.active.-two-columns {
  grid-template-columns: repeat(2, 1fr);
}
.product-variation-table > .product-variation-list > .product-variation-item > .label {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  padding: 8px;
}
.product-variation-table > .product-variation-list > .product-variation-item > .label.length {
  display: flex;
}
.product-variation-table > .product-variation-list > .product-variation-item > .label.length > *:not(:last-of-type) {
  margin-right: 4px;
}
.product-variation-table > .product-variation-list > .product-variation-item > .label.length > *:not(:last-of-type):after {
  content: ",";
}
.product-variation-table > .product-variation-list > .product-variation-item > .label.price del {
  display: none;
}

.product-colour-selection {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.product-colour-selection > .colour {
  width: 28px;
  height: 28px;
  cursor: pointer;
  border: 2px solid rgba(51, 51, 51, 0.1);
}
.product-colour-selection > .colour.-active {
  border-color: #FFA200;
}
.product-colour-selection > .colour:not(:last-of-type) {
  margin-right: 12px;
}

.product-colour-selection-block > .heading {
  font: 700 1rem/1.618 "Roboto", sans-serif;
  margin-bottom: 8px;
}
.product-colour-selection-block + .product-variation-table-container {
  margin-top: 34px;
}

.login-section > .login-container {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
}
.login-section > .login-container .woocommerce-form-login label {
  font: 700 1rem/1.618 "Roboto", sans-serif;
  display: block;
  margin-bottom: 8px;
}
.login-section > .login-container .woocommerce-form-login .input-text {
  border: 1px solid rgba(51, 51, 51, 0.2);
  padding: 8px;
}
.login-section > .login-container .woocommerce-form-login .button-primary {
  padding: 8px;
  font: 700 1rem/1.618 "Roboto", sans-serif;
  background: #fff;
  color: #333;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: 0;
  letter-spacing: 1.5px;
  border: 1px solid #FFA200;
  background: #FFA200;
  color: #fff;
  width: 100%;
  max-width: 100px;
}
.login-section > .login-container .woocommerce-form-login .button-primary:hover {
  background: #fff;
  color: #FFA200;
  border: 1px solid #FFA200;
}
.login-section > .login-container .woocommerce-form-login .woocommerce-LostPassword.lost_password {
  display: block;
  margin-top: 16px;
}
.login-section > .login-container .woocommerce-form-login .woocommerce-LostPassword.lost_password > .link-action {
  color: #FFA200;
}
.login-section > .login-container .woocommerce-form-register.register label {
  font: 700 1rem/1.618 "Roboto", sans-serif;
  display: block;
  margin-bottom: 8px;
}
.login-section > .login-container .woocommerce-form-register.register .input-text {
  border: 1px solid rgba(51, 51, 51, 0.2);
  padding: 8px;
}
.login-section > .login-container .woocommerce-form-register.register .notice {
  margin: 16px 0;
  font-weight: 700;
}
.login-section > .login-container .woocommerce-form-register.register .woocommerce-privacy-policy-text {
  margin: 8px 0;
}
.login-section > .login-container .woocommerce-form-register.register .woocommerce-privacy-policy-text a {
  color: #FFA200;
}
.login-section > .login-container .woocommerce-form-register.register .button-primary {
  padding: 8px;
  font: 700 1rem/1.618 "Roboto", sans-serif;
  background: #fff;
  color: #333;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: 0;
  letter-spacing: 1.5px;
  border: 1px solid #FFA200;
  background: #FFA200;
  color: #fff;
  width: 100%;
  max-width: 100px;
}
.login-section > .login-container .woocommerce-form-register.register .button-primary:hover {
  background: #fff;
  color: #FFA200;
  border: 1px solid #FFA200;
}

.woocommerce-ResetPassword .lost-password-section {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
}
.woocommerce-ResetPassword .lost-password-section p {
  margin-bottom: 16px;
}
.woocommerce-ResetPassword .lost-password-section .reset-form {
  width: 100%;
}
.woocommerce-ResetPassword .lost-password-section .reset-form label {
  font-weight: 700;
  margin-bottom: 8px;
}
.woocommerce-ResetPassword .lost-password-section .reset-form .woocommerce-Input {
  border: 1px solid rgba(51, 51, 51, 0.2);
  padding: 8px;
}

.post-item {
  padding-bottom: 24px;
  border-bottom: 1px solid #333;
  position: relative;
}
.post-item:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../images/icons/caret-black-icon.svg") center/contain no-repeat;
  position: absolute;
  bottom: 8px;
  right: 0;
}
.post-item > .thumbnail {
  width: 100%;
  height: 180px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  margin-bottom: 12px;
  overflow: hidden;
  display: block;
}
.post-item > .thumbnail > img {
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.post-item > .title {
  font: 700 1rem/1.618 "Roboto", sans-serif;
  margin-bottom: 8px;
}
.post-item > .title > a {
  color: #333;
}
.post-item > .title > a:hover {
  color: #FFA200;
}
.post-item > .excerpt {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  margin-bottom: 8px;
}

.post-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  grid-gap: 60px 80px;
}
.post-listing.-alternate {
  grid-template-columns: repeat(1, 1fr);
}
.post-listing.-alternate > .post-item {
  padding-bottom: 0;
  border: 0;
}
.post-listing.-alternate > .post-item:after {
  display: none;
}
.post-listing.-alternate > .post-item > .title {
  font: 700 1.75rem/1.618 "Roboto", sans-serif;
  margin-bottom: 16px;
  color: #333;
}
.post-listing.-alternate > .post-item > .title a {
  color: #333;
}
.post-listing.-alternate > .post-item > .title a:hover {
  color: #FFA200;
}
.post-listing.-alternate > .post-item > .thumbnail {
  display: none;
}
.post-listing.-alternate > .post-item > .read-more-btn a {
  display: flex;
  position: relative;
  font: 400 1rem/1.618 "Roboto", sans-serif;
  align-items: center;
  color: #333;
}
.post-listing.-alternate > .post-item > .read-more-btn a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  background: url("../images/icons/caret-black-icon.svg") center/contain no-repeat;
}

.post-listing-block > .view-more-btn {
  margin-top: 60px;
  border: 1px solid #333;
  display: inline-block;
  padding: 8px 42px;
}
.post-listing-block > .view-more-btn a {
  font: 700 1rem/1.618 "Roboto", sans-serif;
  color: #333;
}
.post-listing-block:before {
  display: none;
  content: "small-screen: 0, tablet: 620, default: 1100";
}
.post-listing-block[data-eq-state$=small-screen] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post-listing-block[data-eq-state$=small-screen] > .post-listing {
  grid-template-columns: 1fr;
}
.post-listing-block[data-eq-state$=small-screen] > .post-listing > .post-item > .thumbnail {
  max-height: 200px;
}

html:before {
  display: none;
  content: ".left-sidebar-layout.-centered, .centered-layout, .page-cover, .home-banner, .featured-case-study, .discover-kordz-section, .content-titles, .spotlight-section, .advert-panel-section, .subscription-section, .content-blocks-section, .large-page-banner, .cta-message-panel, .product-listing-panel, .product-profile, .related-products-section, .post-listing-block";
}

.post-headline > img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  margin-bottom: 26px;
  border: 1px solid rgba(51, 51, 51, 0.2);
}
.post-headline > .date {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  display: block;
  margin-bottom: 20px;
}
.post-headline > .post-title {
  font: 700 1.75rem/1.618 "Roboto", sans-serif;
  margin-bottom: 16px;
  color: #333;
}
.post-headline > .post-title a {
  color: #333;
}
.post-headline > .post-title a:hover {
  color: #FFA200;
}
.post-headline > .post-context {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  margin-bottom: 32px;
}
.post-headline > .read-more-btn a {
  display: flex;
  position: relative;
  font: 400 1rem/1.618 "Roboto", sans-serif;
  align-items: center;
  color: #333;
}
.post-headline > .read-more-btn a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  background: url("../images/icons/caret-black-icon.svg") center/contain no-repeat;
}
.post-headline:before {
  display: none;
  content: "small-screen: 0, tablet: 620, default: 1100";
}
.post-headline[data-eq-state$=small-screen] > .thumbnail {
  max-height: 130px;
  margin-bottom: 8px;
}
.post-headline[data-eq-state$=small-screen] > .post-title {
  font-size: 1.375rem;
}

html:before {
  display: none;
  content: ".left-sidebar-layout.-centered, .centered-layout, .page-cover, .home-banner, .featured-case-study, .discover-kordz-section, .content-titles, .spotlight-section, .advert-panel-section, .subscription-section, .content-blocks-section, .large-page-banner, .cta-message-panel, .product-listing-panel, .product-profile, .related-products-section, .post-listing-block, .post-headline";
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%;
  border: 0;
}
.woocommerce-account .woocommerce-MyAccount-content h2, .woocommerce-account .woocommerce-MyAccount-content h3 {
  font: 700 1rem/1.618 "Roboto", sans-serif;
  color: #333;
  margin-bottom: 16px;
}
.woocommerce-account .woocommerce-MyAccount-content > .add-payment-method-btn {
  padding: 8px;
  font: 700 1rem/1.618 "Roboto", sans-serif;
  background: #fff;
  color: #333;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: 0;
  letter-spacing: 1.5px;
  font-size: 0.875rem;
  padding: 8px 12px;
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title.title {
  margin-bottom: 8px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title.title h3 {
  font: 500 1rem/1.618 "Roboto", sans-serif;
  color: #333;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title.title a {
  font: 700 1rem/1.618 "Roboto", sans-serif;
  color: #333;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address address {
  font: 500 1rem/1.618 "Roboto", sans-serif;
  color: #333;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p label {
  font: 600 1rem/1.618 "Roboto", sans-serif;
  color: #333;
  margin-bottom: 12px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p input {
  padding: 8px 12px;
  font: 500 1rem/1.618 "Roboto", sans-serif;
  border: 2px solid #333;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-address-fields__field-wrapper p select {
  padding: 8px 12px;
  font: 500 1rem/1.618 "Roboto", sans-serif;
  border: 2px solid #333;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields p button {
  padding: 8px;
  font: 700 1rem/1.618 "Roboto", sans-serif;
  background: #fff;
  color: #333;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: 0;
  letter-spacing: 1.5px;
  font-size: 0.875rem;
  padding: 8px 12px;
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p label {
  font: 600 1rem/1.618 "Roboto", sans-serif;
  color: #333;
  margin-bottom: 12px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p input {
  padding: 8px 12px;
  font: 500 1rem/1.618 "Roboto", sans-serif;
  border: 2px solid #333;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p select {
  padding: 8px 12px;
  font: 500 1rem/1.618 "Roboto", sans-serif;
  border: 2px solid #333;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p button {
  padding: 8px;
  font: 700 1rem/1.618 "Roboto", sans-serif;
  background: #fff;
  color: #333;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: 0;
  letter-spacing: 1.5px;
  border: 1px solid #FFA200;
  background: #FFA200;
  color: #fff;
  font-size: 0.875rem;
  padding: 8px 12px;
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account p button:hover {
  background: #fff;
  color: #FFA200;
  border: 1px solid #FFA200;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders thead {
  background: #333;
  font: 600 1rem/1.618 "Roboto", sans-serif;
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr {
  font: 400 1rem/1.618 "Roboto", sans-serif;
  color: #333;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr td a {
  font-weight: 700;
  color: #333;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details thead, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tbody, .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tfoot {
  font: 400 1rem/1.618 "Roboto", sans-serif;
  color: #333;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tr {
  font: 400 1rem/1.618 "Roboto", sans-serif;
  color: #333;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table--order-details tr td a {
  font-weight: 700;
  color: #333;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address {
  font: 400 1rem/1.618 "Roboto", sans-serif;
  color: #333;
}
.woocommerce-account .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethod label {
  font: 600 1rem/1.618 "Roboto", sans-serif;
  color: #333;
}
.woocommerce-account .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethod .woocommerce-PaymentBox .wc-credit-card-form.wc-payment-form #stripe-card-element,
.woocommerce-account .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethod .woocommerce-PaymentBox .wc-credit-card-form.wc-payment-form #stripe-exp-element,
.woocommerce-account .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment .woocommerce-PaymentMethod .woocommerce-PaymentBox .wc-credit-card-form.wc-payment-form #stripe-cvc-element {
  padding: 8px 12px;
  font: 500 1rem/1.618 "Roboto", sans-serif;
  border: 2px solid #333;
}
.woocommerce-account .woocommerce-MyAccount-content #add_payment_method .woocommerce-Payment button {
  padding: 8px;
  font: 700 1rem/1.618 "Roboto", sans-serif;
  background: #fff;
  color: #333;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border: 0;
  letter-spacing: 1.5px;
  font-size: 0.875rem;
  padding: 8px 12px;
  font-weight: 700;
}

.woocommerce-EditAccountForm.edit-account .my-account-password-change {
  margin-top: 32px;
}
.woocommerce-EditAccountForm.edit-account .my-account-password-change legend {
  font: 700 1.5rem/1.618 "Roboto", sans-serif;
}

.search-product-list > .product {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 16px 32px;
  background: #F0F0F0;
  position: relative;
}
.search-product-list > .product:hover > .quickview-btn {
  display: block;
}
.search-product-list > .product > .quickview-btn {
  width: 30px;
  height: 30px;
  background: url("../images/icons/quickview-black-icon.svg") center/18px no-repeat;
  position: absolute;
  top: 12px;
  right: 24px;
  border: 2px solid #D1D1D1;
  border-radius: 5px;
  display: none;
}
.search-product-list > .product > .product-thumbnail {
  margin-bottom: 24px;
  width: 100%;
  max-width: 134px;
  height: 180px;
  overflow: hidden;
}
.search-product-list > .product > .product-thumbnail > .thumbnail-link {
  display: block;
  height: 100%;
  width: 100%;
}
.search-product-list > .product > .product-thumbnail > .thumbnail-link > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 16px;
}
.search-product-list > .product > .product-name {
  display: flex;
  flex-direction: column;
  font: 300 2.5rem/1.618 "Roboto", sans-serif;
  color: #333;
  margin-bottom: 8px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.search-product-list > .product > .product-name:before {
  content: "";
  height: 2px;
  width: 40px;
  display: inline-block;
  background: #333;
  margin-bottom: 12px;
  margin: 0 auto;
}
.search-product-list > .product > .sub-title {
  font: 700 1.125rem/1.618 "Roboto", sans-serif;
  color: #333;
  margin-bottom: 8px;
}
.search-product-list > .product > .sub-title > a {
  color: #333;
}
.search-product-list > .product > .product-price {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  margin-top: auto;
}
.search-product-list > .product > .product-excerpt {
  font: 300 1rem/1.618 "Roboto", sans-serif;
  color: #333;
  margin-bottom: 32px;
  text-align: center;
}
.search-product-list > .product > .product-link {
  font: 400 1rem/1.618 "Roboto", sans-serif;
  display: inline-block;
  padding: 8px;
  text-align: center;
  border: 1px solid #333;
  color: #333;
  margin-top: auto;
}
.search-product-list > .product > .product-link:hover {
  background: #FFA200;
  color: #fff;
  border-color: #FFA200;
}
.search-product-list > .product > .quickview-modal-container {
  display: none;
}

.search-result-product-post-panel > .search-product-list {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 64px 48px;
}
.search-result-product-post-panel:before {
  display: none;
  content: "small-screen: 0, tablet: 620, default: 1100";
}
.search-result-product-post-panel[data-eq-state$=small-screen] {
  padding: 18px;
}
.search-result-product-post-panel[data-eq-state$=small-screen] > .search-product-list {
  padding: 0;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}

.search-result-post-panel > .search-result-post-container {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
}
.search-result-post-panel > .search-result-post-container > .heading {
  margin-bottom: 32px;
}
.search-result-post-panel > .search-result-post-container > .post-listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 64px 48px;
}
.search-result-post-panel:before {
  display: none;
  content: "small-screen: 0, tablet: 620, default: 1100";
}
.search-result-post-panel[data-eq-state$=small-screen] > .search-result-post-container {
  padding: 18px;
}
.search-result-post-panel[data-eq-state$=small-screen] > .search-result-post-container > .post-listing {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}

.search-results-not-found {
  margin: 42px 0;
}
.search-results-not-found > .no-result-panel {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
  border: 2px solid #FFA200;
  padding: 48px;
}
.search-results-not-found > .no-result-panel > strong {
  font: 700 1.5rem/1.618 "Roboto", sans-serif;
  display: block;
  text-align: center;
}

html:before {
  display: none;
  content: ".left-sidebar-layout.-centered, .centered-layout, .page-cover, .home-banner, .featured-case-study, .discover-kordz-section, .content-titles, .spotlight-section, .advert-panel-section, .subscription-section, .content-blocks-section, .large-page-banner, .cta-message-panel, .product-listing-panel, .product-profile, .related-products-section, .post-listing-block, .post-headline, .search-result-product-post-panel, .search-result-post-panel";
}

.faq-section {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
}
.faq-section > .heading {
  font: 700 1.75rem/1.618 "Roboto", sans-serif;
  margin-bottom: 32px;
}
.faq-section > .faq-container {
  width: 100%;
  max-width: 700px;
  list-style: none;
}
.faq-section:before {
  display: none;
  content: "small-screen: 0, tablet: 620, default: 1100";
}
.faq-section[data-eq-state$=small-screen] {
  padding: 0 18px;
}
.faq-section[data-eq-state$=small-screen] > .heading {
  font-size: 1.25rem;
}
.faq-section[data-eq-state$=small-screen] > .faq-container > .faq-item > .heading {
  font-size: 1rem;
}

html:before {
  display: none;
  content: ".left-sidebar-layout.-centered, .centered-layout, .page-cover, .home-banner, .featured-case-study, .discover-kordz-section, .content-titles, .spotlight-section, .advert-panel-section, .subscription-section, .content-blocks-section, .large-page-banner, .cta-message-panel, .product-listing-panel, .product-profile, .related-products-section, .post-listing-block, .post-headline, .search-result-product-post-panel, .search-result-post-panel, .faq-section";
}

.featured-installs-section {
  width: 100%;
}
.featured-installs-section > .featured-installs-container {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
}
.featured-installs-section > .featured-installs-container > .heading {
  font: 700 1.375rem/1.618 "Roboto", sans-serif;
  margin-bottom: 16px;
}
.featured-installs-section > .featured-installs-container > .featured-install-list {
  display: grid;
  grid-gap: 34px 82px;
  grid-template-areas: "post-1 post-2" "post-1 post-3" "post-1 post-4";
}
.featured-installs-section > .featured-installs-container > .featured-install-list > .featured-install-post {
  display: flex;
  grid-gap: 0 30px;
}
.featured-installs-section > .featured-installs-container > .featured-install-list > .featured-install-post > img {
  width: 100%;
  max-width: 100px;
  height: 100px;
  display: block;
}
.featured-installs-section > .featured-installs-container > .featured-install-list > .featured-install-post > .post-context > .heading {
  font: 700 1.375rem/1.618 "Roboto", sans-serif;
  margin-bottom: 8px;
}
.featured-installs-section > .featured-installs-container > .featured-install-list > .featured-install-post > .post-context > .context {
  font: 300 1rem/1.618 "Roboto", sans-serif;
}
.featured-installs-section > .featured-installs-container > .featured-install-list > .featured-install-post:first-of-type {
  grid-area: post-1;
  flex-direction: column;
  grid-gap: 32px 0;
}
.featured-installs-section > .featured-installs-container > .featured-install-list > .featured-install-post:first-of-type > img {
  width: 100%;
  height: 400px;
  max-width: 100%;
}
.featured-installs-section > .featured-installs-container > .featured-install-list > .featured-install-post:nth-of-type(2) {
  grid-area: post-2;
}
.featured-installs-section > .featured-installs-container > .featured-install-list > .featured-install-post:nth-of-type(3) {
  grid-area: post-3;
}
.featured-installs-section > .featured-installs-container > .featured-install-list > .featured-install-post:nth-of-type(4) {
  grid-area: post-4;
}
.featured-installs-section:before {
  display: none;
  content: "small-screen: 0, tablet: 620, default: 1100";
}
.featured-installs-section[data-eq-state$=small-screen] > .featured-installs-container {
  padding: 18px;
}
.featured-installs-section[data-eq-state$=small-screen] > .featured-installs-container > .featured-install-list {
  display: flex;
  flex-direction: column;
}
.featured-installs-section[data-eq-state$=small-screen] > .featured-installs-container > .featured-install-list > .featured-install-post:first-of-type {
  grid-gap: 0 30px;
  flex-direction: row;
}
.featured-installs-section[data-eq-state$=small-screen] > .featured-installs-container > .featured-install-list > .featured-install-post:first-of-type > img {
  height: 100px;
  max-width: 100px;
}

html:before {
  display: none;
  content: ".left-sidebar-layout.-centered, .centered-layout, .page-cover, .home-banner, .featured-case-study, .discover-kordz-section, .content-titles, .spotlight-section, .advert-panel-section, .subscription-section, .content-blocks-section, .large-page-banner, .cta-message-panel, .product-listing-panel, .product-profile, .related-products-section, .post-listing-block, .post-headline, .search-result-product-post-panel, .search-result-post-panel, .faq-section, .featured-installs-section";
}

.length-variants > .heading {
  font-size: 0.875rem;
  display: none;
}
.length-variants > .length-variants-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.length-variants > .length-variants-list > .length {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: transparent;
}
.length-variants > .length-variants-list > .length:not(:last-of-type) {
  margin-right: 8px;
}
.length-variants.-accordion {
  padding: 12px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.length-variants.-accordion > .heading {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.length-variants.-accordion > .heading:after {
  content: "";
  width: 8px;
  height: 8px;
  background: url("../images/icons/caret-black-icon.svg") center/contain no-repeat;
  transform: rotate(90deg);
}
.length-variants.-accordion > .heading.-active:after {
  transform: rotate(-90deg);
}
.length-variants.-accordion > .heading.-active + .length-variants-list {
  margin-top: 12px;
  display: flex;
}
.length-variants.-accordion > .length-variants-list {
  display: none;
}

.tech-attribute > .heading {
  font-size: 0.875rem;
  display: none;
}
.tech-attribute > .tech-icons-list {
  display: flex;
  flex-wrap: wrap;
}
.tech-attribute > .tech-icons-list > .tech-icons {
  margin-right: 4px;
  position: relative;
}
.tech-attribute > .tech-icons-list > .tech-icons:hover > .tech-info {
  display: block;
}
.tech-attribute > .tech-icons-list > .tech-icons > img {
  max-width: 125px;
  object-fit: contain;
  height: 50px;
}
.tech-attribute > .tech-icons-list > .tech-icons > .tech-info {
  position: absolute;
  top: 54px;
  color: #333;
  font: 400 1rem/1.618 "Roboto", sans-serif;
  background: #fff;
  display: none;
  min-width: 500px;
  left: -30px;
  right: 0;
  margin: 0 auto;
  padding: 14px;
  border: 4px solid #FFA200;
  border-radius: 4px;
  z-index: 2;
}
.tech-attribute > .tech-icons-list > .tech-icons > .tech-info:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 36px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFA200;
}
.tech-attribute.-accordion {
  padding: 12px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.tech-attribute.-accordion > .heading {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.tech-attribute.-accordion > .heading:after {
  content: "";
  width: 8px;
  height: 8px;
  background: url("../images/icons/caret-black-icon.svg") center/contain no-repeat;
  transform: rotate(90deg);
}
.tech-attribute.-accordion > .heading.-active:after {
  transform: rotate(-90deg);
}
.tech-attribute.-accordion > .heading.-active + .tech-icons-list {
  margin-top: 12px;
  display: flex;
}
.tech-attribute.-accordion > .tech-icons-list {
  display: none;
}

.tech-specs {
  display: flex;
  grid-gap: 0 32px;
  padding-right: 0 !important;
}
.tech-specs.-mobile {
  flex-direction: column;
}
.tech-specs.-mobile > .length-variants {
  align-items: flex-start;
}
.tech-specs > .tech-attribute {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.tech-specs > .length-variants {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.tech-glossary-item {
  display: grid;
  grid-gap: 0 32px;
  grid-template-columns: 160px 1fr;
  padding: 32px 0;
}
.tech-glossary-item > .tech-icon {
  height: 160px;
}
.tech-glossary-item > .tech-icon > .image {
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.tech-glossary-item > .tech-icon-context > .context {
  font-weight: 300;
}
.tech-glossary-item > .tech-icon-context > .link {
  color: #333;
  display: block;
  margin-top: 24px;
}
.tech-glossary-item > .tech-icon-context > .link:hover {
  color: #FFA200;
}

.tech-glossary-list {
  display: flex;
  flex-direction: column;
}
.tech-glossary-list > .tech-glossary-item {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.tech-glossary-list-section {
  padding-top: 24px;
}
.tech-glossary-list-section > .heading {
  text-align: center;
  margin-bottom: 64px;
  font: 700 2rem/1.618 "Roboto", sans-serif;
  color: #FFA200;
}
.tech-glossary-list-section:before {
  display: none;
  content: "small-screen: 0, tablet: 620, default: 1100";
}
.tech-glossary-list-section[data-eq-state$=small-screen] > .heading {
  margin-bottom: 24px;
}
.tech-glossary-list-section[data-eq-state$=small-screen] > .tech-glossary-list > .tech-glossary-item {
  display: flex;
  flex-direction: column;
}
.tech-glossary-list-section[data-eq-state$=small-screen] > .tech-glossary-list > .tech-glossary-item > .tech-icon-context > .heading {
  margin-top: 24px;
  margin-bottom: 24px;
}

html:before {
  display: none;
  content: ".left-sidebar-layout.-centered, .centered-layout, .page-cover, .home-banner, .featured-case-study, .discover-kordz-section, .content-titles, .spotlight-section, .advert-panel-section, .subscription-section, .content-blocks-section, .large-page-banner, .cta-message-panel, .product-listing-panel, .product-profile, .related-products-section, .post-listing-block, .post-headline, .search-result-product-post-panel, .search-result-post-panel, .faq-section, .featured-installs-section, .tech-glossary-list-section";
}

.toggle-subscription-form {
  cursor: pointer;
  position: relative;
  margin-right: 48px;
}
.toggle-subscription-form.-mobile > .heading {
  font-weight: 400;
}
.toggle-subscription-form.-mobile > .heading:hover {
  color: #333;
}
.toggle-subscription-form.-mobile > .heading:hover:after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.toggle-subscription-form.-mobile.active > .heading {
  color: #FFA200;
}
.toggle-subscription-form.-mobile.active > .heading:after {
  border-top: 2px solid #FFA200;
  border-right: 2px solid #FFA200;
  transform: rotate(-45deg);
  top: 2px;
}
.toggle-subscription-form.active > .heading {
  color: #FFA200;
}
.toggle-subscription-form.active > .heading:after {
  border-top: 2px solid #FFA200;
  border-right: 2px solid #FFA200;
  transform: rotate(-45deg);
  top: 2px;
}
.toggle-subscription-form.active > .form.-subscription {
  display: block;
}
.toggle-subscription-form > .heading {
  font: 500 1rem/1.618 "Roboto", sans-serif;
  color: #333;
  display: flex;
  align-items: center;
}
.toggle-subscription-form > .heading:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  display: inline-block;
  margin-left: 12px;
  transform: rotate(135deg);
  position: relative;
  top: -2px;
}
.toggle-subscription-form > .form.-subscription {
  display: none;
  position: absolute;
  left: 0;
  left: -180px;
  top: 34px;
  width: 324px;
  z-index: 1;
  background: #F4F4F4;
  padding: 12px 16px;
  border-top: 4px solid #FFA200;
  box-shadow: 0 2px 4px rgba(51, 51, 51, 0.5);
}
.toggle-subscription-form > .form.-subscription input::placeholder {
  color: #545859 !important;
}
.toggle-subscription-form > .form.-subscription .gform_confirmation_message {
  font: 500 1rem/1.618 "Roboto", sans-serif !important;
}
.toggle-subscription-form > .form.-subscription .gfield_validation_message,
.toggle-subscription-form > .form.-subscription .gform_validation_errors {
  font-size: 12px !important;
  padding: 8px !important;
}
.toggle-subscription-form > .form.-subscription .gform_footer input {
  background: #FFA200 !important;
  color: #fff !important;
  width: 100%;
  padding: 16px 8px !important;
}
.toggle-subscription-form > .form.-subscription.-mobile {
  top: initial;
  left: initial;
  bottom: 48px;
  right: -112px;
}
.toggle-subscription-form > .form.-subscription.-mobile.logged-in {
  right: -76px;
}

.product-post-template .entry-images {
  display: none;
}
.product-post-template > .page-cover {
  width: 100%;
  margin-bottom: 48px;
}
.product-post-template > .product-profile {
  margin-bottom: 120px;
}
.product-post-template > .related-products-section {
  width: 100%;
  max-width: 1464px;
  padding: 0 32px;
  margin: 0 auto;
  margin-bottom: 110px;
}
.product-post-template > .customer-feedback-section {
  margin-bottom: 120px;
}
.product-post-template > .faq-section {
  margin-bottom: 110px;
}
.product-post-template > .featured-installs-section {
  margin-bottom: 100px;
}
@media all and (max-width: 680px) {
  .product-post-template > .product-profile {
    margin-bottom: 0;
  }
  .product-post-template > .related-products-section {
    margin-bottom: 24px;
  }
}

.search-results-template .search-result-product-post-panel {
  padding: 32px;
}
.search-results-template .search-result-post-panel {
  padding-top: 48px;
  padding-bottom: 48px;
}

.home-template > .partitioned-banner-section {
  padding: 120px 0;
}

.error-404-template {
  padding: 56px 32px;
}
.error-404-template .error-404-panel {
  max-width: 1280px;
  margin: 0 auto;
}

.page-template > .breadcrumbs-container {
  margin-bottom: 48px;
}

.syllabus-post-template .syllabus-info > .heading,
.syllabus-post-template .product-information-section .heading {
  font: 700 2rem/1.618 "Mulish", sans-serif;
  color: #333;
}
.syllabus-post-template .syllabus-description, .syllabus-post-template .syllabus-description-outcome {
  margin-bottom: 20px;
}
.syllabus-post-template .syllabus-details .heading {
  margin-bottom: 10px;
}
.syllabus-post-template .syllabus-details li {
  font: 700 1rem/1.618 "Mulish", sans-serif;
  color: #4D5C6D;
}

.page-template-page-syllabus-list .button-primary.button-common {
  cursor: pointer;
  width: 100%;
  font: 700 1rem/1 "Mulish", sans-serif;
  background: #06D8D8;
  border: 0;
  position: relative;
  color: #fff;
  padding: 0.618em 1em;
  border-radius: 0;
  margin-top: auto;
}

.post-template-default > .post-template > .breadcrumbs-container {
  margin-bottom: 48px;
}

/*# sourceMappingURL=styles.css.map */
