@media (max-width: 3000px) and (min-width: 1025px) {
    .menuMain .topLevel {
        -webkit-transform: scaleX(.8) translateX(10%);
        -ms-transform: scaleX(.8) translateX(10%);
        transform: scaleX(.8) translateX(10%);
    }
}

ul.socialIcons li a.bluesky::before{
    font-family: "Font Awesome 6 Brands";
    content: "\e671";
}

.shareWrapper {
  display: none;
}