/* SAMPLE CSS built by Omnilert */

/* Show or hide Omnilert Logo */

.omnilert-logo {
    /* display:none; */

}



/* Generic */

body {
    font-size: 13px;
    line-height: 150%;
    color: #000;

}

#custom_description {
    color: #000;


}



/* Header */

header {
    background-color: #002d62; 
}


/* Navigation */


nav > ul > li a {

    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background: none!important;
    font-size: 14px;
    margin: 10px 31px;
}

nav > ul > li > a:hover {
    font-weight: 800;
    color: #fff;
    border-bottom: 4px solid #fff;
    padding-bottom: 13.7px;
}


.active {
    color: #fff;
    border-bottom: none;
    font-weight: bold;

}

/* Main Content Area */


.account-name h2 {
    /* display: none; */

}


#custom_title{
    color: #002d62;
    font-weight: 800;
}

.terms a {
    font-weight: 800;
    color: #002d62;
    text-decoration: none;
}

.terms a:hover {
    font-weight: 800;
    color: #002d62;
    text-decoration: underline;
}


/* Mobile Style for nav */
@media only screen and (max-width: 1023px) and (min-width: 285px) {
nav>ul>li {
        background-color: #002d62;
    }

}

/* button colors */

.btn-submit {
    width: 100%;
    background-color: #002d62;
    color: #fff;
    padding: 10px 16px;
    line-height: 1.3333333;
    }


.btn-submit:hover {
    color: #fff;
    background-color: #2486c1;
    transition: all 500ms ease;
}


/* Footer */

footer {
    background-color: #00205c;
}
.footer-inner {
    font-size: 14px;
    color: #fff;
}


.footer-inner a {
    color: #fff;
    text-decoration: none;
}

.footer-inner a:hover {
    color: #fff;
    text-decoration: underline;
}