@CHARSET "UTF-8";

@media (max-width: 74em) {
    .show-phone {
        display: none;
    }

    .hide-tablet {
        display: none;
    }

    .show-desktop {
        display: none;
    }

    .show-screenreader {
        display: none;
    }
}

.menu-toogle {
    display: none;
}

.menu-toggle {
    display: none;
}

.menu {
    min-height: 2em;
    line-height: 2em;
}

.menu ul {
    display: block !important;
}

.menu button {
    display: none;
}

.menu li {
    display: inline;
}

.menu a {
    display: block;
    float: left;
    line-height: 2em;
    padding: 0 0.5em;
    height: 100%;
}

.menu > .row {
    padding: 0 1em;
}