.btn.btn-blue, .btn.btn-green {
    background-color: #2d5ba7;
    color: #fff;
    border-radius: 2.8125rem;
    -moz-border-radius: 2.8125rem;
    -webkit-border-radius: 2.8125rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
}

.btn.btn-green {
    background-color: #278806 !important;
    color: #fff !important;
    border: 2px solid #278806 !important
}

.btn.btn-green:hover {
    background-color: transparent !important;
    color: #278806 !important;
    border: 2px solid #278806 !important
}

.top-menu .nav-link:not(.btn) {
    font-size: 1rem;
    color: #131415;
    padding:.5rem 1.5rem !important
}

.show-on-mobile {
    display: none;
}

@media (min-width: 990px) {
    .top-menu .btn {
        margin-left:1rem
    }
}


@media (max-width:991px) {
    .hide-on-mobile {
        display: none !important;
    }

    .show-on-mobile {
        display: block;
    }
}
