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