/* SAMPLE CSS built by Omnilert 3*/

/* Show or hide Omnilert Logo */
.omnilert-logo {
    /* display:none; */
}

/* Generic */

body {
    font-size: 13px;
    line-height: 150%;
    color: #000;
}

/*#custom_description {
     color: #0e356f;
}*/

/* Header */

header {
    background-color: #0b3271; 
}

/* Navigation */

nav > ul > li a {

    text-decoration: none;
    font-weight: 600;
    color: #fff;
    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: #fdb813;
    border-bottom: 4px solid #fdb813;
    padding-bottom: 13.7px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.36);
}

.active {
    font-weight: 600;
    color: #fff;
    border-bottom: none;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.36);
}

/* Main Content Area */

.account-name h1 {
    line-height: normal;
    color: #0e356f;
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.36);
}


#custom_title{
    color: #0e356f;
    font-weight: 800;
}

.terms a {
    color: #0e356f;
    text-decoration: none;
}

.terms a:hover {
    color: #fdb813;
    text-decoration: underline;
}


/* Mobile Style for nav */
@media only screen and (max-width: 1023px) and (min-width: 285px) {
nav>ul>li {
        background-color: #0e356f;
    }
}


/* button colors */

.btn-submit {
    width: 100%;
    font-weight: 600;
    background-color: #fdb813;
    color: #0e356f;
    padding: 10px 16px;
    line-height: 1.3333333;
    }

.btn-submit:hover {
    font-weight: 600;
    color: #0e356f;
    background-color: #539bd4;
    transition: all 500ms ease;
}

/* Footer */

footer {
    background-color: #0e356f;
}
.footer-inner {
    font-size: 14px;
    color: #fff;
}

.footer-inner a {
    color: #fff;
    text-decoration: none;
}

.footer-inner a:hover {
    color: #fdb813;
    text-decoration: underline;
}