/* SAMPLE CSS built by Omnilert */

/* Show or hide Omnilert Logo */

.omnilert-logo {
    /* display:none; */

}




/* Generic */

body {
    color: #333;
    font-weight: 300;
    font-size: 19px;

}

#custom_description {


}



/* Header */

header {
    background-color: #153e5f; 
}


/* Navigation */


nav > ul > li a {
    text-decoration: none;
    font-weight: 600;
    background: none!important;
    color: #fff;
    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: #153e5f;
    font-weight: 800;
}

.terms a {
    color: #153e5f;
    text-decoration: none;
}
.terms a:hover {
    color: #153e5f;
    text-decoration: underline;
}

/* Mobile Style for nav */
@media only screen and (max-width: 1023px) and (min-width: 285px) {
nav>ul>li {
        background-color: #5bb1d7;
    }

}

/* button colors */

.btn-submit {
    width: 100%;
    background: #153e5f;
    color: #fff;
    padding: 10px 16px;
    line-height: 1.3333333;
    }


.btn-submit:hover {
    color: #fff;
    background-color: #333;
    transition: all 500ms ease;
}


/* Footer */

footer {
        background-color: #153e5f;
}
.footer-inner {
    font-size: 14px;
    color: #FFF;
}


.footer-inner a {
    color: #fff;
    text-decoration: none;
}

.footer-inner a:hover {
    color: #fff;
    text-decoration: underline;
}