#pbs-navbar .navbar {
  background-color: #003595 !important;
}
#pbs-navbar .navbar-burger {
  background-color: #003595 !important;
}
#pbs-navbar .navbar-brand .navbar-item {
  background-color: #003595 !important;
}
#pbs-navbar .navbar-brand .navbar-item:hover {
  filter: brightness(95%);
}
@media  screen and (min-width: 769px) {
  #pbs-navbar .navbar-start .navbar-item {
    background-color: #003595 !important;
  }
  #pbs-navbar .navbar-start .navbar-item:hover {
    filter: brightness(95%);
  }
  #pbs-navbar .has-dropdown .navbar-link {
    background-color: #003595 !important;
  }
  #pbs-navbar .has-dropdown .navbar-link:hover {
    filter: brightness(95%);
  }
}
#pbs-login section.hero {
  background-color: #003595 !important;
}
#pbs-login button {
  background-color: #003595 !important;
}

.menu-list a.is-active {
    background-color: #8b8c90 !important;
    color: #fff !important;
}

/* Changes color of footer */

.cxTMgj {
    background-color: #0055a5 !important;
    color: #ffffff !important;
}

/* Changes color of sub menu items */

.menu-list li ul a.is-active {
    border-left: 1px solid #dbdbdb;
    margin: .75em;
    padding-left: .75em;
    background-color: #bababa !important;
}

/* Changes Color of Background for Navigation */

 .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:focus .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-within .navbar-dropdown, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    background-color: #8b8c90 !important;
}

/*Changes color for text within dropdown menu*/

.navbar-dropdown a.navbar-item {
    padding: .25rem 1rem!important;
    color: #ffffff !important;
}

/*Changes Hover Effect Color for dropdown*/
.navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: #bababa !important;
    color: #0a0a0a !important;
}

/* Code for Proconnect Color Text (Footer)*/

strong {
    color: #4a4a4a !important;
}

/* Code for Changing Button Color */

.button.is-link {
    background-color: #fcb040 !important;
    border-color: transparent;
    color: #fff !important;
}

/* Hide Panel Titles */

.panelTitle {
    display: none !important;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    font-family: calibri!important;
}
