<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.block-tb-megamenu {
    display: none;
}
header .tbm {
    background-color: transparent;
}
header .tbm-item.level-1 {
    border-right: 0 none;
}
header .tbm-link.level-1 {
    color: var(--lite);
    font-family: var(--headerfont);
    font-weight: 600;
    padding: 1rem 1.25rem;
    text-transform: uppercase;
}
.tbm-link.level-1:hover,
.tbm-link.level-1:focus {
    background-color: transparent;
    color: var(--sec);
}
/*
.tbm-submenu {
    border-radius: 4px;
    min-width: 900px;
    z-index: 99;
}
*/
header .tbm-submenu {
    border-bottom: 5px solid var(--lite);
    border-radius: 0;
    box-shadow: 0 10px 10px var(--dark-t2);
    left: 0;
    max-width: 1920px;
    overflow-x: auto !important;
    padding: 1em 2rem 2rem 14rem;
    position: fixed;
    top: 79px;
    width: 100%;
    z-index: 99;
}
header .tbm-link.level-1[aria-expanded="true"] {
    color: var(--sec);
}

/* DISABLE DEFAULT BLOCK FROM MEGAMENU */
header .tbm-row &gt; .default {
    display: none;
}

@media only screen and (min-width: 992px) {
  header #block-wtvboot-main-menu {
    display: none;
  }
  header .block-tb-megamenu {
      display: block;
  }
}
</pre></body></html>