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