
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

.top-nav:nth-child(2) .case-head {
    display: none;
}
.top-nav:nth-child(2) img {
    height: 48px;
    width: auto;
}
body {
    font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
}
body > div:first-child, #main .bg-dark {
    background: #02426D !important;
    color: #fff !important;
}
#main a, .faqs ul label:before {
    color:#464646 !important;
}
.nav-menu li a, #main div.bg-dark a {
    color: #fff !important;
}
.nav-menu.version1 li:not(.logo):hover, .nav-menu.version1 li.active {
    border-bottom: 4px solid #fff !important; 
}
.contact label {
   letter-spacing: 0 !important;
}
.faqs ul label {
    border: 1px solid #ccc !important;
}
.contact .cms-component-411edc1a-button.submit-btn-green {
    background-color:#02426D !important ;
}