body {
    margin: 0 !important;
    padding: 0;
    box-sizing: border-box;
}

p, ul, li {
    margin: 0 !important;
    padding: 0;
    font-family: 'Lato', sans-serif;
    color: #00007D;
    
}

li, a, a:hover, a:active, a:focus {
    font-family: 'Lato', sans-serif;
    outline: 0;
    text-decoration: none !important;
    outline: none;
}

a:hover {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p, span, table, tr, td, th {
    font-family: 'Lato', sans-serif;
    margin: 0 !important;
    padding: 0;
}

#nvx_contentbox h1, #nvx_contentbox-full h1, #nvx_content_container h1 html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

a#bbblink.ruhzbal, a#bbblink.ruhzbul {
	width: 200px;
	height: 90px;
}

a#bbblink {
    display: block;
    position: relative;
    text-align: center;
    color: #005A78;
    text-decoration: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* Ids */

#menuToggle {
    display: block;
    position: relative;
    top: 8px;
    left: 7px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle {
    display: none !important;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px !important;
    position: relative;
    background: #000000;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}

#menu {
    position: absolute;
    width: 200px;
    margin: -100px 0 0 -50px;
    padding: 125px 20px 50px 22px;
    left: -25px;
    top: -80px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
}

#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(-1px, -5px);
}

#menuToggle input:checked ~ ul {
    transform: none;
}


/* Classes*/

.top-bar {
    float: left;
    width: 100%;
    background: #fff;
    border-bottom: 2px solid #ddd;
    margin-bottom: 50px;
}

.mobile_menu_class {
    display: none;
}

.phone-cta {
    float: right;
    padding-right: 30px;
    padding-top: 10px;
}

.phone-cta p {
    color: #00007D;
    font-weight: bold;
    font-size: 26px;
    padding-bottom: 5px;
    padding-left: 10px;
    line-height: 25px;
}

.phone-cta span {
    font-size: 12px;
    color: #00007D;
    /* padding-left: 20px; */
    vertical-align: top;
}

.logo-bar {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.bbb-logo {
    float: right;
}
.bbb-logo img {
    padding-right: 15px;
}
/* Lists */ 

ul.top-nav {
    padding: 20px;
    font-size: 10pt;
    text-decoration: none;
    font-weight: 300;
}

ul.top-nav li {
    display: inline-block;
    padding-right: 30px;
}

ul.top-nav li a {
    color: #00007D;
    font-weight: 600;
}

ul.menu li a {
    color: #00007d;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    outline: none;
    font-size: 14px;
}

ul.menu li a:hover {
    text-decoration: underline !important;
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}

li {
    list-style: none;
}

/* Only screen media queries */

@media only screen and (max-width: 767px) and (min-width: 320px) {
    ul.top-nav {
        display: none;
    }
    #menuToggle {
        display: inline-block !important;
    }
    .mobile_menu_class {
        display: inline-block !important;
    }
}

.np {
    
}


