/* Updated Bulma Nav */
.navbar {
    background-color: #fff;
    min-height: 3.25rem;
    position: relative;
    z-index: 30;
    border: none;
}

.navbar.is-white {
    background-color: #fff;
    color: #0a0a0a
}

.navbar.is-white .navbar-brand .navbar-link,.navbar.is-white .navbar-brand>.navbar-item {
    color: #0a0a0a
}

.navbar.is-white .navbar-brand .navbar-link.is-active,.navbar.is-white .navbar-brand .navbar-link:focus,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand>a.navbar-item:focus,.navbar.is-white .navbar-brand>a.navbar-item:hover {
    background-color: #f2f2f2;
    color: #0a0a0a
}

.navbar.is-white .navbar-brand .navbar-link::after {
    border-color: #0a0a0a
}

.navbar.is-white .navbar-burger {
    color: #0a0a0a
}

@media screen and (min-width: 769px) {
    .navbar.is-white .navbar-end .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-start>.navbar-item {
        color:#0a0a0a
    }

    .navbar.is-white .navbar-end .navbar-link.is-active,.navbar.is-white .navbar-end .navbar-link:focus,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end>a.navbar-item:focus,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-start .navbar-link:focus,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start>a.navbar-item:focus,.navbar.is-white .navbar-start>a.navbar-item:hover {
        background-color: #f2f2f2;
        color: #0a0a0a
    }

    .navbar.is-white .navbar-end .navbar-link::after,.navbar.is-white .navbar-start .navbar-link::after {
        border-color: #0a0a0a
    }

    .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #f2f2f2;
        color: #0a0a0a
    }

    .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
        background-color: #fff;
        color: #0a0a0a
    }
}

.navbar.is-black {
    background-color: #0a0a0a;
    color: #fff
}

.navbar.is-black .navbar-brand .navbar-link,.navbar.is-black .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-black .navbar-brand .navbar-link.is-active,.navbar.is-black .navbar-brand .navbar-link:focus,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand>a.navbar-item:focus,.navbar.is-black .navbar-brand>a.navbar-item:hover {
    background-color: #000;
    color: #fff
}

.navbar.is-black .navbar-brand .navbar-link::after {
    border-color: #fff
}

.navbar.is-black .navbar-burger {
    color: #fff
}

@media screen and (min-width: 769px) {
    .navbar.is-black .navbar-end .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-start>.navbar-item {
        color:#fff
    }

    .navbar.is-black .navbar-end .navbar-link.is-active,.navbar.is-black .navbar-end .navbar-link:focus,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end>a.navbar-item:focus,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-start .navbar-link:focus,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start>a.navbar-item:focus,.navbar.is-black .navbar-start>a.navbar-item:hover {
        background-color: #000;
        color: #fff
    }

    .navbar.is-black .navbar-end .navbar-link::after,.navbar.is-black .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #000;
        color: #fff
    }

    .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
        background-color: #0a0a0a;
        color: #fff
    }
}

.navbar.is-light {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.7)
}

.navbar.is-light .navbar-brand .navbar-link,.navbar.is-light .navbar-brand>.navbar-item {
    color: rgba(0,0,0,.7)
}

.navbar.is-light .navbar-brand .navbar-link.is-active,.navbar.is-light .navbar-brand .navbar-link:focus,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand>a.navbar-item:focus,.navbar.is-light .navbar-brand>a.navbar-item:hover {
    background-color: #e8e8e8;
    color: rgba(0,0,0,.7)
}

.navbar.is-light .navbar-brand .navbar-link::after {
    border-color: rgba(0,0,0,.7)
}

.navbar.is-light .navbar-burger {
    color: rgba(0,0,0,.7)
}

@media screen and (min-width: 769px) {
    .navbar.is-light .navbar-end .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-start>.navbar-item {
        color:rgba(0,0,0,.7)
    }

    .navbar.is-light .navbar-end .navbar-link.is-active,.navbar.is-light .navbar-end .navbar-link:focus,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end>a.navbar-item:focus,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-start .navbar-link:focus,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start>a.navbar-item:focus,.navbar.is-light .navbar-start>a.navbar-item:hover {
        background-color: #e8e8e8;
        color: rgba(0,0,0,.7)
    }

    .navbar.is-light .navbar-end .navbar-link::after,.navbar.is-light .navbar-start .navbar-link::after {
        border-color: rgba(0,0,0,.7)
    }

    .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #e8e8e8;
        color: rgba(0,0,0,.7)
    }

    .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
        background-color: #f5f5f5;
        color: rgba(0,0,0,.7)
    }
}

.navbar.is-dark {
    background-color: #363636;
    color: #fff
}

.navbar.is-dark .navbar-brand .navbar-link,.navbar.is-dark .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-dark .navbar-brand .navbar-link.is-active,.navbar.is-dark .navbar-brand .navbar-link:focus,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand>a.navbar-item:focus,.navbar.is-dark .navbar-brand>a.navbar-item:hover {
    background-color: #292929;
    color: #fff
}

.navbar.is-dark .navbar-brand .navbar-link::after {
    border-color: #fff
}

.navbar.is-dark .navbar-burger {
    color: #fff
}

@media screen and (min-width: 769px) {
    .navbar.is-dark .navbar-end .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-start>.navbar-item {
        color:#fff
    }

    .navbar.is-dark .navbar-end .navbar-link.is-active,.navbar.is-dark .navbar-end .navbar-link:focus,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end>a.navbar-item:focus,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-start .navbar-link:focus,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start>a.navbar-item:focus,.navbar.is-dark .navbar-start>a.navbar-item:hover {
        background-color: #292929;
        color: #fff
    }

    .navbar.is-dark .navbar-end .navbar-link::after,.navbar.is-dark .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #292929;
        color: #fff
    }

    .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
        background-color: #363636;
        color: #fff
    }
}

.navbar.is-primary {
    background-color: #00d1b2;
    color: #fff
}

.navbar.is-primary .navbar-brand .navbar-link,.navbar.is-primary .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-primary .navbar-brand .navbar-link.is-active,.navbar.is-primary .navbar-brand .navbar-link:focus,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand>a.navbar-item:focus,.navbar.is-primary .navbar-brand>a.navbar-item:hover {
    background-color: #00b89c;
    color: #fff
}

.navbar.is-primary .navbar-brand .navbar-link::after {
    border-color: #fff
}

.navbar.is-primary .navbar-burger {
    color: #fff
}

@media screen and (min-width: 769px) {
    .navbar.is-primary .navbar-end .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-start>.navbar-item {
        color:#fff
    }

    .navbar.is-primary .navbar-end .navbar-link.is-active,.navbar.is-primary .navbar-end .navbar-link:focus,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end>a.navbar-item:focus,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-start .navbar-link:focus,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start>a.navbar-item:focus,.navbar.is-primary .navbar-start>a.navbar-item:hover {
        background-color: #00b89c;
        color: #fff
    }

    .navbar.is-primary .navbar-end .navbar-link::after,.navbar.is-primary .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #00b89c;
        color: #fff
    }

    .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: #00d1b2;
        color: #fff
    }
}

.navbar.is-link {
    background-color: #485fc7;
    color: #fff
}

.navbar.is-link .navbar-brand .navbar-link,.navbar.is-link .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-link .navbar-brand .navbar-link.is-active,.navbar.is-link .navbar-brand .navbar-link:focus,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand>a.navbar-item:focus,.navbar.is-link .navbar-brand>a.navbar-item:hover {
    background-color: #3a51bb;
    color: #fff
}

.navbar.is-link .navbar-brand .navbar-link::after {
    border-color: #fff
}

.navbar.is-link .navbar-burger {
    color: #fff
}

@media screen and (min-width: 769px) {
    .navbar.is-link .navbar-end .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-start>.navbar-item {
        color:#fff
    }

    .navbar.is-link .navbar-end .navbar-link.is-active,.navbar.is-link .navbar-end .navbar-link:focus,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end>a.navbar-item:focus,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-start .navbar-link:focus,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start>a.navbar-item:focus,.navbar.is-link .navbar-start>a.navbar-item:hover {
        background-color: #3a51bb;
        color: #fff
    }

    .navbar.is-link .navbar-end .navbar-link::after,.navbar.is-link .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #3a51bb;
        color: #fff
    }

    .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
        background-color: #485fc7;
        color: #fff
    }
}

.navbar.is-info {
    background-color: #3e8ed0;
    color: #fff
}

.navbar.is-info .navbar-brand .navbar-link,.navbar.is-info .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-info .navbar-brand .navbar-link.is-active,.navbar.is-info .navbar-brand .navbar-link:focus,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand>a.navbar-item:focus,.navbar.is-info .navbar-brand>a.navbar-item:hover {
    background-color: #3082c5;
    color: #fff
}

.navbar.is-info .navbar-brand .navbar-link::after {
    border-color: #fff
}

.navbar.is-info .navbar-burger {
    color: #fff
}

@media screen and (min-width: 769px) {
    .navbar.is-info .navbar-end .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-start>.navbar-item {
        color:#fff
    }

    .navbar.is-info .navbar-end .navbar-link.is-active,.navbar.is-info .navbar-end .navbar-link:focus,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end>a.navbar-item:focus,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-start .navbar-link:focus,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start>a.navbar-item:focus,.navbar.is-info .navbar-start>a.navbar-item:hover {
        background-color: #3082c5;
        color: #fff
    }

    .navbar.is-info .navbar-end .navbar-link::after,.navbar.is-info .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #3082c5;
        color: #fff
    }

    .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
        background-color: #3e8ed0;
        color: #fff
    }
}

.navbar.is-success {
    background-color: #48c78e;
    color: #fff
}

.navbar.is-success .navbar-brand .navbar-link,.navbar.is-success .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-success .navbar-brand .navbar-link.is-active,.navbar.is-success .navbar-brand .navbar-link:focus,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand>a.navbar-item:focus,.navbar.is-success .navbar-brand>a.navbar-item:hover {
    background-color: #3abb81;
    color: #fff
}

.navbar.is-success .navbar-brand .navbar-link::after {
    border-color: #fff
}

.navbar.is-success .navbar-burger {
    color: #fff
}

@media screen and (min-width: 769px) {
    .navbar.is-success .navbar-end .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-start>.navbar-item {
        color:#fff
    }

    .navbar.is-success .navbar-end .navbar-link.is-active,.navbar.is-success .navbar-end .navbar-link:focus,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end>a.navbar-item:focus,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-start .navbar-link:focus,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start>a.navbar-item:focus,.navbar.is-success .navbar-start>a.navbar-item:hover {
        background-color: #3abb81;
        color: #fff
    }

    .navbar.is-success .navbar-end .navbar-link::after,.navbar.is-success .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #3abb81;
        color: #fff
    }

    .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
        background-color: #48c78e;
        color: #fff
    }
}

.navbar.is-warning {
    background-color: #ffe08a;
    color: rgba(0,0,0,.7)
}

.navbar.is-warning .navbar-brand .navbar-link,.navbar.is-warning .navbar-brand>.navbar-item {
    color: rgba(0,0,0,.7)
}

.navbar.is-warning .navbar-brand .navbar-link.is-active,.navbar.is-warning .navbar-brand .navbar-link:focus,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand>a.navbar-item:focus,.navbar.is-warning .navbar-brand>a.navbar-item:hover {
    background-color: #ffd970;
    color: rgba(0,0,0,.7)
}

.navbar.is-warning .navbar-brand .navbar-link::after {
    border-color: rgba(0,0,0,.7)
}

.navbar.is-warning .navbar-burger {
    color: rgba(0,0,0,.7)
}

@media screen and (min-width: 769px) {
    .navbar.is-warning .navbar-end .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-start>.navbar-item {
        color:rgba(0,0,0,.7)
    }

    .navbar.is-warning .navbar-end .navbar-link.is-active,.navbar.is-warning .navbar-end .navbar-link:focus,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end>a.navbar-item:focus,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-start .navbar-link:focus,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start>a.navbar-item:focus,.navbar.is-warning .navbar-start>a.navbar-item:hover {
        background-color: #ffd970;
        color: rgba(0,0,0,.7)
    }

    .navbar.is-warning .navbar-end .navbar-link::after,.navbar.is-warning .navbar-start .navbar-link::after {
        border-color: rgba(0,0,0,.7)
    }

    .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #ffd970;
        color: rgba(0,0,0,.7)
    }

    .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
        background-color: #ffe08a;
        color: rgba(0,0,0,.7)
    }
}

.navbar.is-danger {
    background-color: #f14668;
    color: #fff
}

.navbar.is-danger .navbar-brand .navbar-link,.navbar.is-danger .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-danger .navbar-brand .navbar-link.is-active,.navbar.is-danger .navbar-brand .navbar-link:focus,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand>a.navbar-item:focus,.navbar.is-danger .navbar-brand>a.navbar-item:hover {
    background-color: #ef2e55;
    color: #fff
}

.navbar.is-danger .navbar-brand .navbar-link::after {
    border-color: #fff
}

.navbar.is-danger .navbar-burger {
    color: #fff
}

@media screen and (min-width: 769px) {
    .navbar.is-danger .navbar-end .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-start>.navbar-item {
        color:#fff
    }

    .navbar.is-danger .navbar-end .navbar-link.is-active,.navbar.is-danger .navbar-end .navbar-link:focus,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end>a.navbar-item:focus,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-start .navbar-link:focus,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start>a.navbar-item:focus,.navbar.is-danger .navbar-start>a.navbar-item:hover {
        background-color: #ef2e55;
        color: #fff
    }

    .navbar.is-danger .navbar-end .navbar-link::after,.navbar.is-danger .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #ef2e55;
        color: #fff
    }

    .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
        background-color: #f14668;
        color: #fff
    }
}

.navbar.is-expo {
    background-color: #ffd257;
    color: #fff
}

.navbar.is-expo .navbar-brand .navbar-link,.navbar.is-expo .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-expo .navbar-brand .navbar-link.is-active,.navbar.is-expo .navbar-brand .navbar-link:focus,.navbar.is-expo .navbar-brand .navbar-link:hover,.navbar.is-expo .navbar-brand>a.navbar-item.is-active,.navbar.is-expo .navbar-brand>a.navbar-item:focus,.navbar.is-expo .navbar-brand>a.navbar-item:hover {
    background-color: #ffcb3e;
    color: #fff
}

.navbar.is-expo .navbar-brand .navbar-link::after {
    border-color: #fff
}

.navbar.is-expo .navbar-burger {
    color: #fff
}

@media screen and (min-width: 769px) {
    .navbar.is-expo .navbar-end .navbar-link,.navbar.is-expo .navbar-end>.navbar-item,.navbar.is-expo .navbar-start .navbar-link,.navbar.is-expo .navbar-start>.navbar-item {
        color:#fff
    }

    .navbar.is-expo .navbar-end .navbar-link.is-active,.navbar.is-expo .navbar-end .navbar-link:focus,.navbar.is-expo .navbar-end .navbar-link:hover,.navbar.is-expo .navbar-end>a.navbar-item.is-active,.navbar.is-expo .navbar-end>a.navbar-item:focus,.navbar.is-expo .navbar-end>a.navbar-item:hover,.navbar.is-expo .navbar-start .navbar-link.is-active,.navbar.is-expo .navbar-start .navbar-link:focus,.navbar.is-expo .navbar-start .navbar-link:hover,.navbar.is-expo .navbar-start>a.navbar-item.is-active,.navbar.is-expo .navbar-start>a.navbar-item:focus,.navbar.is-expo .navbar-start>a.navbar-item:hover {
        background-color: #ffcb3e;
        color: #fff
    }

    .navbar.is-expo .navbar-end .navbar-link::after,.navbar.is-expo .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-expo .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-expo .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-expo .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #ffcb3e;
        color: #fff
    }

    .navbar.is-expo .navbar-dropdown a.navbar-item.is-active {
        background-color: #ffd257;
        color: #fff
    }
}

.navbar.is-love {
    background-color: #f14668;
    color: #fff
}

.navbar.is-love .navbar-brand .navbar-link,.navbar.is-love .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-love .navbar-brand .navbar-link.is-active,.navbar.is-love .navbar-brand .navbar-link:focus,.navbar.is-love .navbar-brand .navbar-link:hover,.navbar.is-love .navbar-brand>a.navbar-item.is-active,.navbar.is-love .navbar-brand>a.navbar-item:focus,.navbar.is-love .navbar-brand>a.navbar-item:hover {
    background-color: #ef2e55;
    color: #fff
}

.navbar.is-love .navbar-brand .navbar-link::after {
    border-color: #fff
}

.navbar.is-love .navbar-burger {
    color: #fff
}

@media screen and (min-width: 769px) {
    .navbar.is-love .navbar-end .navbar-link,.navbar.is-love .navbar-end>.navbar-item,.navbar.is-love .navbar-start .navbar-link,.navbar.is-love .navbar-start>.navbar-item {
        color:#fff
    }

    .navbar.is-love .navbar-end .navbar-link.is-active,.navbar.is-love .navbar-end .navbar-link:focus,.navbar.is-love .navbar-end .navbar-link:hover,.navbar.is-love .navbar-end>a.navbar-item.is-active,.navbar.is-love .navbar-end>a.navbar-item:focus,.navbar.is-love .navbar-end>a.navbar-item:hover,.navbar.is-love .navbar-start .navbar-link.is-active,.navbar.is-love .navbar-start .navbar-link:focus,.navbar.is-love .navbar-start .navbar-link:hover,.navbar.is-love .navbar-start>a.navbar-item.is-active,.navbar.is-love .navbar-start>a.navbar-item:focus,.navbar.is-love .navbar-start>a.navbar-item:hover {
        background-color: #ef2e55;
        color: #fff
    }

    .navbar.is-love .navbar-end .navbar-link::after,.navbar.is-love .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-love .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-love .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-love .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #ef2e55;
        color: #fff
    }

    .navbar.is-love .navbar-dropdown a.navbar-item.is-active {
        background-color: #f14668;
        color: #fff
    }
}

.navbar.is-patreon {
    background-color: #f96854;
    color: #fff
}

.navbar.is-patreon .navbar-brand .navbar-link,.navbar.is-patreon .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-patreon .navbar-brand .navbar-link.is-active,.navbar.is-patreon .navbar-brand .navbar-link:focus,.navbar.is-patreon .navbar-brand .navbar-link:hover,.navbar.is-patreon .navbar-brand>a.navbar-item.is-active,.navbar.is-patreon .navbar-brand>a.navbar-item:focus,.navbar.is-patreon .navbar-brand>a.navbar-item:hover {
    background-color: #f8523b;
    color: #fff
}

.navbar.is-patreon .navbar-brand .navbar-link::after {
    border-color: #fff
}

.navbar.is-patreon .navbar-burger {
    color: #fff
}

@media screen and (min-width: 769px) {
    .navbar.is-patreon .navbar-end .navbar-link,.navbar.is-patreon .navbar-end>.navbar-item,.navbar.is-patreon .navbar-start .navbar-link,.navbar.is-patreon .navbar-start>.navbar-item {
        color:#fff
    }

    .navbar.is-patreon .navbar-end .navbar-link.is-active,.navbar.is-patreon .navbar-end .navbar-link:focus,.navbar.is-patreon .navbar-end .navbar-link:hover,.navbar.is-patreon .navbar-end>a.navbar-item.is-active,.navbar.is-patreon .navbar-end>a.navbar-item:focus,.navbar.is-patreon .navbar-end>a.navbar-item:hover,.navbar.is-patreon .navbar-start .navbar-link.is-active,.navbar.is-patreon .navbar-start .navbar-link:focus,.navbar.is-patreon .navbar-start .navbar-link:hover,.navbar.is-patreon .navbar-start>a.navbar-item.is-active,.navbar.is-patreon .navbar-start>a.navbar-item:focus,.navbar.is-patreon .navbar-start>a.navbar-item:hover {
        background-color: #f8523b;
        color: #fff
    }

    .navbar.is-patreon .navbar-end .navbar-link::after,.navbar.is-patreon .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-patreon .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-patreon .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-patreon .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #f8523b;
        color: #fff
    }

    .navbar.is-patreon .navbar-dropdown a.navbar-item.is-active {
        background-color: #f96854;
        color: #fff
    }
}

.navbar.is-rss {
    background-color: #f26522;
    color: #fff
}

.navbar.is-rss .navbar-brand .navbar-link,.navbar.is-rss .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-rss .navbar-brand .navbar-link.is-active,.navbar.is-rss .navbar-brand .navbar-link:focus,.navbar.is-rss .navbar-brand .navbar-link:hover,.navbar.is-rss .navbar-brand>a.navbar-item.is-active,.navbar.is-rss .navbar-brand>a.navbar-item:focus,.navbar.is-rss .navbar-brand>a.navbar-item:hover {
    background-color: #ed560e;
    color: #fff
}

.navbar.is-rss .navbar-brand .navbar-link::after {
    border-color: #fff
}

.navbar.is-rss .navbar-burger {
    color: #fff
}

@media screen and (min-width: 769px) {
    .navbar.is-rss .navbar-end .navbar-link,.navbar.is-rss .navbar-end>.navbar-item,.navbar.is-rss .navbar-start .navbar-link,.navbar.is-rss .navbar-start>.navbar-item {
        color:#fff
    }

    .navbar.is-rss .navbar-end .navbar-link.is-active,.navbar.is-rss .navbar-end .navbar-link:focus,.navbar.is-rss .navbar-end .navbar-link:hover,.navbar.is-rss .navbar-end>a.navbar-item.is-active,.navbar.is-rss .navbar-end>a.navbar-item:focus,.navbar.is-rss .navbar-end>a.navbar-item:hover,.navbar.is-rss .navbar-start .navbar-link.is-active,.navbar.is-rss .navbar-start .navbar-link:focus,.navbar.is-rss .navbar-start .navbar-link:hover,.navbar.is-rss .navbar-start>a.navbar-item.is-active,.navbar.is-rss .navbar-start>a.navbar-item:focus,.navbar.is-rss .navbar-start>a.navbar-item:hover {
        background-color: #ed560e;
        color: #fff
    }

    .navbar.is-rss .navbar-end .navbar-link::after,.navbar.is-rss .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-rss .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-rss .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-rss .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #ed560e;
        color: #fff
    }

    .navbar.is-rss .navbar-dropdown a.navbar-item.is-active {
        background-color: #f26522;
        color: #fff
    }
}

.navbar.is-bleeding {
    background-color: #abf47c;
    color: rgba(0,0,0,.7)
}

.navbar.is-bleeding .navbar-brand .navbar-link,.navbar.is-bleeding .navbar-brand>.navbar-item {
    color: rgba(0,0,0,.7)
}

.navbar.is-bleeding .navbar-brand .navbar-link.is-active,.navbar.is-bleeding .navbar-brand .navbar-link:focus,.navbar.is-bleeding .navbar-brand .navbar-link:hover,.navbar.is-bleeding .navbar-brand>a.navbar-item.is-active,.navbar.is-bleeding .navbar-brand>a.navbar-item:focus,.navbar.is-bleeding .navbar-brand>a.navbar-item:hover {
    background-color: #9cf264;
    color: rgba(0,0,0,.7)
}

.navbar.is-bleeding .navbar-brand .navbar-link::after {
    border-color: rgba(0,0,0,.7)
}

.navbar.is-bleeding .navbar-burger {
    color: rgba(0,0,0,.7)
}

@media screen and (min-width: 769px) {
    .navbar.is-bleeding .navbar-end .navbar-link,.navbar.is-bleeding .navbar-end>.navbar-item,.navbar.is-bleeding .navbar-start .navbar-link,.navbar.is-bleeding .navbar-start>.navbar-item {
        color:rgba(0,0,0,.7)
    }

    .navbar.is-bleeding .navbar-end .navbar-link.is-active,.navbar.is-bleeding .navbar-end .navbar-link:focus,.navbar.is-bleeding .navbar-end .navbar-link:hover,.navbar.is-bleeding .navbar-end>a.navbar-item.is-active,.navbar.is-bleeding .navbar-end>a.navbar-item:focus,.navbar.is-bleeding .navbar-end>a.navbar-item:hover,.navbar.is-bleeding .navbar-start .navbar-link.is-active,.navbar.is-bleeding .navbar-start .navbar-link:focus,.navbar.is-bleeding .navbar-start .navbar-link:hover,.navbar.is-bleeding .navbar-start>a.navbar-item.is-active,.navbar.is-bleeding .navbar-start>a.navbar-item:focus,.navbar.is-bleeding .navbar-start>a.navbar-item:hover {
        background-color: #9cf264;
        color: rgba(0,0,0,.7)
    }

    .navbar.is-bleeding .navbar-end .navbar-link::after,.navbar.is-bleeding .navbar-start .navbar-link::after {
        border-color: rgba(0,0,0,.7)
    }

    .navbar.is-bleeding .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-bleeding .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-bleeding .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #9cf264;
        color: rgba(0,0,0,.7)
    }

    .navbar.is-bleeding .navbar-dropdown a.navbar-item.is-active {
        background-color: #abf47c;
        color: rgba(0,0,0,.7)
    }
}

.navbar.is-sass {
    background-color: #bf4080;
    color: #fff
}

.navbar.is-sass .navbar-brand .navbar-link,.navbar.is-sass .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-sass .navbar-brand .navbar-link.is-active,.navbar.is-sass .navbar-brand .navbar-link:focus,.navbar.is-sass .navbar-brand .navbar-link:hover,.navbar.is-sass .navbar-brand>a.navbar-item.is-active,.navbar.is-sass .navbar-brand>a.navbar-item:focus,.navbar.is-sass .navbar-brand>a.navbar-item:hover {
    background-color: #ac3a73;
    color: #fff
}

.navbar.is-sass .navbar-brand .navbar-link::after {
    border-color: #fff
}

.navbar.is-sass .navbar-burger {
    color: #fff
}

@media screen and (min-width: 769px) {
    .navbar.is-sass .navbar-end .navbar-link,.navbar.is-sass .navbar-end>.navbar-item,.navbar.is-sass .navbar-start .navbar-link,.navbar.is-sass .navbar-start>.navbar-item {
        color:#fff
    }

    .navbar.is-sass .navbar-end .navbar-link.is-active,.navbar.is-sass .navbar-end .navbar-link:focus,.navbar.is-sass .navbar-end .navbar-link:hover,.navbar.is-sass .navbar-end>a.navbar-item.is-active,.navbar.is-sass .navbar-end>a.navbar-item:focus,.navbar.is-sass .navbar-end>a.navbar-item:hover,.navbar.is-sass .navbar-start .navbar-link.is-active,.navbar.is-sass .navbar-start .navbar-link:focus,.navbar.is-sass .navbar-start .navbar-link:hover,.navbar.is-sass .navbar-start>a.navbar-item.is-active,.navbar.is-sass .navbar-start>a.navbar-item:focus,.navbar.is-sass .navbar-start>a.navbar-item:hover {
        background-color: #ac3a73;
        color: #fff
    }

    .navbar.is-sass .navbar-end .navbar-link::after,.navbar.is-sass .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-sass .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-sass .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-sass .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #ac3a73;
        color: #fff
    }

    .navbar.is-sass .navbar-dropdown a.navbar-item.is-active {
        background-color: #bf4080;
        color: #fff
    }
}

.navbar.is-amazon {
    background-color: #ffd863;
    color: rgba(0,0,0,.7)
}

.navbar.is-amazon .navbar-brand .navbar-link,.navbar.is-amazon .navbar-brand>.navbar-item {
    color: rgba(0,0,0,.7)
}

.navbar.is-amazon .navbar-brand .navbar-link.is-active,.navbar.is-amazon .navbar-brand .navbar-link:focus,.navbar.is-amazon .navbar-brand .navbar-link:hover,.navbar.is-amazon .navbar-brand>a.navbar-item.is-active,.navbar.is-amazon .navbar-brand>a.navbar-item:focus,.navbar.is-amazon .navbar-brand>a.navbar-item:hover {
    background-color: #ffd24a;
    color: rgba(0,0,0,.7)
}

.navbar.is-amazon .navbar-brand .navbar-link::after {
    border-color: rgba(0,0,0,.7)
}

.navbar.is-amazon .navbar-burger {
    color: rgba(0,0,0,.7)
}

@media screen and (min-width: 769px) {
    .navbar.is-amazon .navbar-end .navbar-link,.navbar.is-amazon .navbar-end>.navbar-item,.navbar.is-amazon .navbar-start .navbar-link,.navbar.is-amazon .navbar-start>.navbar-item {
        color:rgba(0,0,0,.7)
    }

    .navbar.is-amazon .navbar-end .navbar-link.is-active,.navbar.is-amazon .navbar-end .navbar-link:focus,.navbar.is-amazon .navbar-end .navbar-link:hover,.navbar.is-amazon .navbar-end>a.navbar-item.is-active,.navbar.is-amazon .navbar-end>a.navbar-item:focus,.navbar.is-amazon .navbar-end>a.navbar-item:hover,.navbar.is-amazon .navbar-start .navbar-link.is-active,.navbar.is-amazon .navbar-start .navbar-link:focus,.navbar.is-amazon .navbar-start .navbar-link:hover,.navbar.is-amazon .navbar-start>a.navbar-item.is-active,.navbar.is-amazon .navbar-start>a.navbar-item:focus,.navbar.is-amazon .navbar-start>a.navbar-item:hover {
        background-color: #ffd24a;
        color: rgba(0,0,0,.7)
    }

    .navbar.is-amazon .navbar-end .navbar-link::after,.navbar.is-amazon .navbar-start .navbar-link::after {
        border-color: rgba(0,0,0,.7)
    }

    .navbar.is-amazon .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-amazon .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-amazon .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #ffd24a;
        color: rgba(0,0,0,.7)
    }

    .navbar.is-amazon .navbar-dropdown a.navbar-item.is-active {
        background-color: #ffd863;
        color: rgba(0,0,0,.7)
    }
}

.navbar.is-sponsor {
    background-color: #ea4aaa;
    color: #fff
}

.navbar.is-sponsor .navbar-brand .navbar-link,.navbar.is-sponsor .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-sponsor .navbar-brand .navbar-link.is-active,.navbar.is-sponsor .navbar-brand .navbar-link:focus,.navbar.is-sponsor .navbar-brand .navbar-link:hover,.navbar.is-sponsor .navbar-brand>a.navbar-item.is-active,.navbar.is-sponsor .navbar-brand>a.navbar-item:focus,.navbar.is-sponsor .navbar-brand>a.navbar-item:hover {
    background-color: #e7339f;
    color: #fff
}

.navbar.is-sponsor .navbar-brand .navbar-link::after {
    border-color: #fff
}

.navbar.is-sponsor .navbar-burger {
    color: #fff
}

@media screen and (min-width: 769px) {
    .navbar.is-sponsor .navbar-end .navbar-link,.navbar.is-sponsor .navbar-end>.navbar-item,.navbar.is-sponsor .navbar-start .navbar-link,.navbar.is-sponsor .navbar-start>.navbar-item {
        color:#fff
    }

    .navbar.is-sponsor .navbar-end .navbar-link.is-active,.navbar.is-sponsor .navbar-end .navbar-link:focus,.navbar.is-sponsor .navbar-end .navbar-link:hover,.navbar.is-sponsor .navbar-end>a.navbar-item.is-active,.navbar.is-sponsor .navbar-end>a.navbar-item:focus,.navbar.is-sponsor .navbar-end>a.navbar-item:hover,.navbar.is-sponsor .navbar-start .navbar-link.is-active,.navbar.is-sponsor .navbar-start .navbar-link:focus,.navbar.is-sponsor .navbar-start .navbar-link:hover,.navbar.is-sponsor .navbar-start>a.navbar-item.is-active,.navbar.is-sponsor .navbar-start>a.navbar-item:focus,.navbar.is-sponsor .navbar-start>a.navbar-item:hover {
        background-color: #e7339f;
        color: #fff
    }

    .navbar.is-sponsor .navbar-end .navbar-link::after,.navbar.is-sponsor .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-sponsor .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-sponsor .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-sponsor .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #e7339f;
        color: #fff
    }

    .navbar.is-sponsor .navbar-dropdown a.navbar-item.is-active {
        background-color: #ea4aaa;
        color: #fff
    }
}

.navbar.is-twitter {
    background-color: #55acee;
    color: #fff
}

.navbar.is-twitter .navbar-brand .navbar-link,.navbar.is-twitter .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-twitter .navbar-brand .navbar-link.is-active,.navbar.is-twitter .navbar-brand .navbar-link:focus,.navbar.is-twitter .navbar-brand .navbar-link:hover,.navbar.is-twitter .navbar-brand>a.navbar-item.is-active,.navbar.is-twitter .navbar-brand>a.navbar-item:focus,.navbar.is-twitter .navbar-brand>a.navbar-item:hover {
    background-color: #3ea1ec;
    color: #fff
}

.navbar.is-twitter .navbar-brand .navbar-link::after {
    border-color: #fff
}

.navbar.is-twitter .navbar-burger {
    color: #fff
}

@media screen and (min-width: 769px) {
    .navbar.is-twitter .navbar-end .navbar-link,.navbar.is-twitter .navbar-end>.navbar-item,.navbar.is-twitter .navbar-start .navbar-link,.navbar.is-twitter .navbar-start>.navbar-item {
        color:#fff
    }

    .navbar.is-twitter .navbar-end .navbar-link.is-active,.navbar.is-twitter .navbar-end .navbar-link:focus,.navbar.is-twitter .navbar-end .navbar-link:hover,.navbar.is-twitter .navbar-end>a.navbar-item.is-active,.navbar.is-twitter .navbar-end>a.navbar-item:focus,.navbar.is-twitter .navbar-end>a.navbar-item:hover,.navbar.is-twitter .navbar-start .navbar-link.is-active,.navbar.is-twitter .navbar-start .navbar-link:focus,.navbar.is-twitter .navbar-start .navbar-link:hover,.navbar.is-twitter .navbar-start>a.navbar-item.is-active,.navbar.is-twitter .navbar-start>a.navbar-item:focus,.navbar.is-twitter .navbar-start>a.navbar-item:hover {
        background-color: #3ea1ec;
        color: #fff
    }

    .navbar.is-twitter .navbar-end .navbar-link::after,.navbar.is-twitter .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-twitter .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-twitter .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-twitter .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #3ea1ec;
        color: #fff
    }

    .navbar.is-twitter .navbar-dropdown a.navbar-item.is-active {
        background-color: #55acee;
        color: #fff
    }
}

.navbar.is-videos {
    background-color: #48c78e;
    color: #fff
}

.navbar.is-videos .navbar-brand .navbar-link,.navbar.is-videos .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-videos .navbar-brand .navbar-link.is-active,.navbar.is-videos .navbar-brand .navbar-link:focus,.navbar.is-videos .navbar-brand .navbar-link:hover,.navbar.is-videos .navbar-brand>a.navbar-item.is-active,.navbar.is-videos .navbar-brand>a.navbar-item:focus,.navbar.is-videos .navbar-brand>a.navbar-item:hover {
    background-color: #3abb81;
    color: #fff
}

.navbar.is-videos .navbar-brand .navbar-link::after {
    border-color: #fff
}

.navbar.is-videos .navbar-burger {
    color: #fff
}

@media screen and (min-width: 769px) {
    .navbar.is-videos .navbar-end .navbar-link,.navbar.is-videos .navbar-end>.navbar-item,.navbar.is-videos .navbar-start .navbar-link,.navbar.is-videos .navbar-start>.navbar-item {
        color:#fff
    }

    .navbar.is-videos .navbar-end .navbar-link.is-active,.navbar.is-videos .navbar-end .navbar-link:focus,.navbar.is-videos .navbar-end .navbar-link:hover,.navbar.is-videos .navbar-end>a.navbar-item.is-active,.navbar.is-videos .navbar-end>a.navbar-item:focus,.navbar.is-videos .navbar-end>a.navbar-item:hover,.navbar.is-videos .navbar-start .navbar-link.is-active,.navbar.is-videos .navbar-start .navbar-link:focus,.navbar.is-videos .navbar-start .navbar-link:hover,.navbar.is-videos .navbar-start>a.navbar-item.is-active,.navbar.is-videos .navbar-start>a.navbar-item:focus,.navbar.is-videos .navbar-start>a.navbar-item:hover {
        background-color: #3abb81;
        color: #fff
    }

    .navbar.is-videos .navbar-end .navbar-link::after,.navbar.is-videos .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-videos .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-videos .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-videos .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #3abb81;
        color: #fff
    }

    .navbar.is-videos .navbar-dropdown a.navbar-item.is-active {
        background-color: #48c78e;
        color: #fff
    }
}

.navbar.is-extensions {
    background-color: #3e8ed0;
    color: #fff
}

.navbar.is-extensions .navbar-brand .navbar-link,.navbar.is-extensions .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-extensions .navbar-brand .navbar-link.is-active,.navbar.is-extensions .navbar-brand .navbar-link:focus,.navbar.is-extensions .navbar-brand .navbar-link:hover,.navbar.is-extensions .navbar-brand>a.navbar-item.is-active,.navbar.is-extensions .navbar-brand>a.navbar-item:focus,.navbar.is-extensions .navbar-brand>a.navbar-item:hover {
    background-color: #3082c5;
    color: #fff
}

.navbar.is-extensions .navbar-brand .navbar-link::after {
    border-color: #fff
}

.navbar.is-extensions .navbar-burger {
    color: #fff
}

@media screen and (min-width: 769px) {
    .navbar.is-extensions .navbar-end .navbar-link,.navbar.is-extensions .navbar-end>.navbar-item,.navbar.is-extensions .navbar-start .navbar-link,.navbar.is-extensions .navbar-start>.navbar-item {
        color:#fff
    }

    .navbar.is-extensions .navbar-end .navbar-link.is-active,.navbar.is-extensions .navbar-end .navbar-link:focus,.navbar.is-extensions .navbar-end .navbar-link:hover,.navbar.is-extensions .navbar-end>a.navbar-item.is-active,.navbar.is-extensions .navbar-end>a.navbar-item:focus,.navbar.is-extensions .navbar-end>a.navbar-item:hover,.navbar.is-extensions .navbar-start .navbar-link.is-active,.navbar.is-extensions .navbar-start .navbar-link:focus,.navbar.is-extensions .navbar-start .navbar-link:hover,.navbar.is-extensions .navbar-start>a.navbar-item.is-active,.navbar.is-extensions .navbar-start>a.navbar-item:focus,.navbar.is-extensions .navbar-start>a.navbar-item:hover {
        background-color: #3082c5;
        color: #fff
    }

    .navbar.is-extensions .navbar-end .navbar-link::after,.navbar.is-extensions .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-extensions .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-extensions .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-extensions .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #3082c5;
        color: #fff
    }

    .navbar.is-extensions .navbar-dropdown a.navbar-item.is-active {
        background-color: #3e8ed0;
        color: #fff
    }
}

.navbar.is-bootstrap {
    background-color: #6f5499;
    color: #fff
}

.navbar.is-bootstrap .navbar-brand .navbar-link,.navbar.is-bootstrap .navbar-brand>.navbar-item {
    color: #fff
}

.navbar.is-bootstrap .navbar-brand .navbar-link.is-active,.navbar.is-bootstrap .navbar-brand .navbar-link:focus,.navbar.is-bootstrap .navbar-brand .navbar-link:hover,.navbar.is-bootstrap .navbar-brand>a.navbar-item.is-active,.navbar.is-bootstrap .navbar-brand>a.navbar-item:focus,.navbar.is-bootstrap .navbar-brand>a.navbar-item:hover {
    background-color: #634b89;
    color: #fff
}

.navbar.is-bootstrap .navbar-brand .navbar-link::after {
    border-color: #fff
}

.navbar.is-bootstrap .navbar-burger {
    color: #fff
}

@media screen and (min-width: 769px) {
    .navbar.is-bootstrap .navbar-end .navbar-link,.navbar.is-bootstrap .navbar-end>.navbar-item,.navbar.is-bootstrap .navbar-start .navbar-link,.navbar.is-bootstrap .navbar-start>.navbar-item {
        color:#fff
    }

    .navbar.is-bootstrap .navbar-end .navbar-link.is-active,.navbar.is-bootstrap .navbar-end .navbar-link:focus,.navbar.is-bootstrap .navbar-end .navbar-link:hover,.navbar.is-bootstrap .navbar-end>a.navbar-item.is-active,.navbar.is-bootstrap .navbar-end>a.navbar-item:focus,.navbar.is-bootstrap .navbar-end>a.navbar-item:hover,.navbar.is-bootstrap .navbar-start .navbar-link.is-active,.navbar.is-bootstrap .navbar-start .navbar-link:focus,.navbar.is-bootstrap .navbar-start .navbar-link:hover,.navbar.is-bootstrap .navbar-start>a.navbar-item.is-active,.navbar.is-bootstrap .navbar-start>a.navbar-item:focus,.navbar.is-bootstrap .navbar-start>a.navbar-item:hover {
        background-color: #634b89;
        color: #fff
    }

    .navbar.is-bootstrap .navbar-end .navbar-link::after,.navbar.is-bootstrap .navbar-start .navbar-link::after {
        border-color: #fff
    }

    .navbar.is-bootstrap .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-bootstrap .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-bootstrap .navbar-item.has-dropdown:hover .navbar-link {
        background-color: #634b89;
        color: #fff
    }

    .navbar.is-bootstrap .navbar-dropdown a.navbar-item.is-active {
        background-color: #6f5499;
        color: #fff
    }
}

.navbar>.container {
    align-items: stretch;
    display: flex;
    min-height: 3.25rem;
    width: 100%
}

.navbar.has-shadow {
    box-shadow: 0 2px 0 0 #f5f5f5
}

.navbar.is-fixed-bottom,.navbar.is-fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30
}

.navbar.is-fixed-bottom {
    bottom: 0
}

.navbar.is-fixed-bottom.has-shadow {
    box-shadow: 0 -2px 0 0 #f5f5f5
}

.navbar.is-fixed-top {
    top: 0
}

body.has-navbar-fixed-top,html.has-navbar-fixed-top {
    padding-top: 3.25rem
}

body.has-navbar-fixed-bottom,html.has-navbar-fixed-bottom {
    padding-bottom: 3.25rem
}

.navbar-brand,.navbar-tabs {
    align-items: stretch;
    display: flex;
    flex-shrink: 0;
    min-height: 3.25rem
}

.navbar-brand a.navbar-item:focus,.navbar-brand a.navbar-item:hover {
    background-color: transparent
}

.navbar-tabs {
    -webkit-overflow-scrolling: touch;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden
}

.navbar-burger {
    color: #4a4a4a;
    cursor: pointer;
    display: block;
    height: 3.25rem;
    position: relative;
    width: 3.25rem;
    margin-left: auto
}

.navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color,opacity,transform;
    transition-timing-function: ease-out;
    width: 16px
}

.navbar-burger span:nth-child(1) {
    top: calc(50% - 6px)
}

.navbar-burger span:nth-child(2) {
    top: calc(50% - 1px)
}

.navbar-burger span:nth-child(3) {
    top: calc(50% + 4px)
}

.navbar-burger:hover {
    background-color: rgba(0,0,0,.05)
}

.navbar-burger.is-active span:nth-child(1) {
    transform: translateY(5px) rotate(45deg)
}

.navbar-burger.is-active span:nth-child(2) {
    opacity: 0
}

.navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg)
}

.navbar-menu {
    display: none
}

.navbar-item,.navbar-link {
    color: #4a4a4a;
    display: block;
    line-height: 1.5;
    padding: .5rem .75rem;
    position: relative
}

.navbar-item .icon:only-child,.navbar-link .icon:only-child {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.navbar-link,a.navbar-item {
    cursor: pointer
}

.navbar-link.is-active,.navbar-link:focus,.navbar-link:focus-within,.navbar-link:hover,a.navbar-item.is-active,a.navbar-item:focus,a.navbar-item:focus-within,a.navbar-item:hover {
    background-color: #fafafa;
    color: #485fc7
}

.navbar-item {
    flex-grow: 0;
    flex-shrink: 0
}

.navbar-item img {
    max-height: 1.75rem
}

.navbar-item.has-dropdown {
    padding: 0
}

.navbar-item.is-expanded {
    flex-grow: 1;
    flex-shrink: 1
}

.navbar-item.is-tab {
    border-bottom: 1px solid transparent;
    min-height: 3.25rem;
    padding-bottom: calc(.5rem - 1px)
}

.navbar-item.is-tab:focus,.navbar-item.is-tab:hover {
    background-color: transparent;
    border-bottom-color: #485fc7
}

.navbar-item.is-tab.is-active {
    background-color: transparent;
    border-bottom-color: #485fc7;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    color: #485fc7;
    padding-bottom: calc(.5rem - 3px)
}

.navbar-content {
    flex-grow: 1;
    flex-shrink: 1
}

.navbar-link:not(.is-arrowless) {
    padding-right: 2.5em
}

.navbar-link:not(.is-arrowless)::after {
    border-color: #485fc7;
    margin-top: -.375em;
    right: 1.125em
}

.navbar-dropdown {
    font-size: .875rem;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar-dropdown .navbar-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.navbar-divider {
    background-color: #f5f5f5;
    border: none;
    display: none;
    height: 2px;
    margin: .5rem 0
}

@media screen and (max-width: 768px) {
    .navbar>.container {
        display:block
    }

    .navbar-brand .navbar-item,.navbar-tabs .navbar-item {
        align-items: center;
        display: flex
    }

    .navbar-link::after {
        display: none
    }

    .navbar-menu {
        background-color: #fff;
        box-shadow: 0 8px 16px rgba(10,10,10,.1);
        padding: .5rem 0
    }

    .navbar-menu.is-active {
        display: block
    }

    .navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30
    }

    .navbar.is-fixed-bottom-touch {
        bottom: 0
    }

    .navbar.is-fixed-bottom-touch.has-shadow {
        box-shadow: 0 -2px 3px rgba(10,10,10,.1)
    }

    .navbar.is-fixed-top-touch {
        top: 0
    }

    .navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu {
        -webkit-overflow-scrolling: touch;
        max-height: calc(100vh - 3.25rem);
        overflow: auto
    }

    body.has-navbar-fixed-top-touch,html.has-navbar-fixed-top-touch {
        padding-top: 3.25rem
    }

    body.has-navbar-fixed-bottom-touch,html.has-navbar-fixed-bottom-touch {
        padding-bottom: 3.25rem
    }
}

@media screen and (min-width: 769px) {
    .navbar,.navbar-end,.navbar-menu,.navbar-start {
        align-items:stretch;
        display: flex
    }

    .navbar {
        min-height: 3.25rem
    }

    .navbar.is-spaced {
        padding: 1rem 2rem
    }

    .navbar.is-spaced .navbar-end,.navbar.is-spaced .navbar-start {
        align-items: center
    }

    .navbar.is-spaced .navbar-link,.navbar.is-spaced a.navbar-item {
        border-radius: .375em
    }

    .navbar.is-transparent .navbar-link.is-active,.navbar.is-transparent .navbar-link:focus,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent a.navbar-item:focus,.navbar.is-transparent a.navbar-item:hover {
        background-color: transparent!important
    }

    .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
        background-color: transparent!important
    }

    .navbar.is-transparent .navbar-dropdown a.navbar-item:focus,.navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
        background-color: #f5f5f5;
        color: #0a0a0a
    }

    .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
        background-color: #f5f5f5;
        color: #485fc7
    }

    .navbar-burger {
        display: none
    }

    .navbar-item,.navbar-link {
        align-items: center;
        display: flex
    }

    .navbar-item.has-dropdown {
        align-items: stretch
    }

    .navbar-item.has-dropdown-up .navbar-link::after {
        transform: rotate(135deg) translate(.25em,-.25em)
    }

    .navbar-item.has-dropdown-up .navbar-dropdown {
        border-bottom: 2px solid #dbdbdb;
        border-radius: 6px 6px 0 0;
        border-top: none;
        bottom: 100%;
        box-shadow: 0 -8px 8px rgba(10,10,10,.1);
        top: auto
    }

    .navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown {
        display: block
    }

    .navbar-item.is-active .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0)
    }

    .navbar-menu {
        flex-grow: 1;
        flex-shrink: 0
    }

    .navbar-start {
        justify-content: flex-start;
        margin-right: auto
    }

    .navbar-end {
        justify-content: flex-end;
        margin-left: auto
    }

    .navbar-dropdown {
        background-color: #fff;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top: 2px solid #dbdbdb;
        box-shadow: 0 8px 8px rgba(10,10,10,.1);
        display: none;
        font-size: .875rem;
        left: 0;
        min-width: 100%;
        position: absolute;
        top: 100%;
        z-index: 20
    }

    .navbar-dropdown .navbar-item {
        padding: .375rem 1rem;
        white-space: nowrap
    }

    .navbar-dropdown a.navbar-item {
        padding-right: 3rem
    }

    .navbar-dropdown a.navbar-item:focus,.navbar-dropdown a.navbar-item:hover {
        background-color: #f5f5f5;
        color: #0a0a0a
    }

    .navbar-dropdown a.navbar-item.is-active {
        background-color: #f5f5f5;
        color: #485fc7
    }

    .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-dropdown {
        border-radius: 6px;
        border-top: none;
        box-shadow: 0 8px 8px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);
        display: block;
        opacity: 0;
        pointer-events: none;
        top: calc(100% + (-4px));
        transform: translateY(-5px);
        transition-duration: 86ms;
        transition-property: opacity,transform
    }

    .navbar-dropdown.is-right {
        left: auto;
        right: 0
    }

    .navbar-divider {
        display: block
    }

    .container>.navbar .navbar-brand,.navbar>.container .navbar-brand {
        margin-left: -.75rem
    }

    .container>.navbar .navbar-menu,.navbar>.container .navbar-menu {
        margin-right: -.75rem
    }

    .navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop {
        left: 0;
        position: fixed;
        right: 0;
        z-index: 30
    }

    .navbar.is-fixed-bottom-desktop {
        bottom: 0
    }

    .navbar.is-fixed-bottom-desktop.has-shadow {
        box-shadow: 0 -2px 3px rgba(10,10,10,.1)
    }

    .navbar.is-fixed-top-desktop {
        top: 0
    }

    body.has-navbar-fixed-top-desktop,html.has-navbar-fixed-top-desktop {
        padding-top: 3.25rem
    }

    body.has-navbar-fixed-bottom-desktop,html.has-navbar-fixed-bottom-desktop {
        padding-bottom: 3.25rem
    }

    body.has-spaced-navbar-fixed-top,html.has-spaced-navbar-fixed-top {
        padding-top: 5.25rem
    }

    body.has-spaced-navbar-fixed-bottom,html.has-spaced-navbar-fixed-bottom {
        padding-bottom: 5.25rem
    }

    .navbar-link.is-active,a.navbar-item.is-active {
        color: #0a0a0a
    }

    .navbar-link.is-active:not(:focus):not(:hover),a.navbar-item.is-active:not(:focus):not(:hover) {
        background-color: transparent
    }

    .navbar-item.has-dropdown.is-active .navbar-link,.navbar-item.has-dropdown:focus .navbar-link,.navbar-item.has-dropdown:hover .navbar-link {
        background-color: #fafafa
    }
}

.hero.is-fullheight-with-navbar {
    min-height: calc(100vh - 3.25rem)
}
/*
.nav {
  background-color: #315d7a;
  padding: 0 15px;
}
  
.nav-item a, a.nav-item {
    color: #ffffff;
}
  
.nav-item a:hover, a.nav-item:hover {
    color: #ffffff;
}
  
.vnet-menu-logo {
  max-width: 250px;
  padding: 20px 0;
}
  
.nav .nav-toggle span {
    background-color: #ffffff;
}
.nav .nav-toggle {
  align-self: center;
}

.nav-toggle:hover {
    background-color: rgba(2,58,97,0.74);
}

@media only screen and (max-width: 768px) {
  .vnet-menu-logo {
    max-width: 180px;
    padding: 10px 0;
  }
  .nav-left {
    max-width: 49px;
  }
  .nav-menu {
    background-color: rgba(2,58,97,0.85);
  }
}

.nav-item.is-hidden-desktop {
    text-align: center;
}

  .navbar-start {
    margin: 30px 0;
  }

  .navbar-item, .nav-item {
    letter-spacing: 0;
    text-transform: uppercase;
    color: white;
  }

  .navbar-link.is-active, a.navbar-item.is-active {
    color: #0b4a7f;
  }

  .navbar-item.has-text-weight-semibold {
    font-size: 1.4em;
    font-weight: 600;
	padding: 0.5rem 1rem;
    border-radius: 0;
    text-decoration: none;
    letter-spacing: 1;
  }

.navbar-item.has-text-weight-semibold:hover::after {
    -webkit-transition: -webkit-transform 0.15s ease-out;
    transition: -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.navbar-item.has-text-weight-semibold::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    width: calc(100% - 1rem);
    height: 2px;
    background: white;
    left: 0;
    left: calc(0% + 0.5rem);
    bottom: 0;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.15s ease-out;
    transition: -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

  .tag.is-primary.is-hidden-mobile {
	margin-top: 23px;
	margin-left: -9px;
	padding: 0 4px;
	height: 17px;
  }

.navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
    color: #ffffff;
}
  .navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
    background-color: transparent;
  }

  .tag:not(body).is-primary {
    background-color: #39BA95;
    color: #fff;
  }

  .is-small {
    font-size: 0.85em;
    font-weight: 500;
    color: #4a4a4a !important;
  }

* Undo existing nav styles*

  @media (max-width: 1023px) {
    .navbar-start {
      padding: 15px;
	}
    
    .navbar-item {
      padding-bottom: 15px;
    }
    
    .navbar-menu {
      box-shadow: none;
      background: linear-gradient(0deg, rgba(255,255,255,1) 88%, rgba(240,240,240,1) 100%);
	}
    
    .container-fluid {
      padding: 0;
    }
    
    .navbar-end {
      padding-top: 10px;
	}
  }

@media screen and (max-width: 1023px) {
  
  nav.navbar.is-fixed-top {
    padding: 0;
  }
  
  .navbar-menu {
    box-shadow: none;
    padding: .5rem 0;
    background: #315d7a;
  }
  
  .nav-item.is-uppercase {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 768px) {
  .navbar-item img {
    max-height: 48px;
    padding: 0;
    margin-top: 6px;
  }
  .navbar-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.nav-item > a.is-small:hover {
    color: #23527c;
}

*/
  
  .navbar {
	margin: 0 auto;
    background-color: #033366;
  }
  .navbar-item img {
    max-height: 44px;
  }
  .navbar-brand {
    float: inherit;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    height: inherit;
  }
  nav.navbar {
    z-index: 1100;
    border-radius: 0;
  }
  .navbar .nav-item a {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.2em;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
  }
  .navbar .nav-item a:hover {
    color: #f60;
  }
  .navbar-burger, .navbar-burger:hover {
  color: #ffffff;
  }
  .navbar-burger {
    margin-top: 6px;
    height: 64px;
    width: 80px;
  }
  
  .navbar-burger span {
    height: 4px;
    border-radius: 4px;
    left: calc(50% - 19px);
    width: 40px;
  }
  .navbar-burger.is-active span:nth-child(1) {
    transform: translateY(14px) rotate(45deg);
  }
  .navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-14px) rotate(-45deg);
  }
  .navbar-burger span:nth-child(1) {
    top: calc(50% - 15px)
  }

  .navbar-burger span:nth-child(2) {
    top: calc(50% - 1px);
  }

  .navbar-burger span:nth-child(3) {
    top: calc(50% + 13px)
  }
  .nav-item.is-hidden-tablet a {
    color: #033366;
    padding: 18px 15px;
  }
  .nav-item.is-hidden-tablet:hover {
    background-color: #033366;
  }
  .nav-item.is-hidden-tablet a:hover {
    color: #ffffff;
  }
  
@media screen and (max-width: 768px) {
  .navbar-brand .navbar-item {
    padding: 0;
  }
  .navbar-menu.is-active {
    padding: 20px 5px;
  }
}

@media screen and (min-width: 769px) {
  .navbar {
    padding-right: 18px;
  }
}