/* SAMPLE CSS built by Omnilert */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css?family= Montserrat:400,700,800');


/* Show or hide Omnilert Logo */
.omnilert-logo {
    /* display:none; */
}


/* Generic */
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 150%;
    color: #333;
    background: #1B4383;
    background: -moz-linear-gradient(top, #1B4383 0%, #13305e 100%); 
    background: -webkit-linear-gradient(top, #1B4383 0%,#13305e 100%); 
    background: linear-gradient(to bottom, #1B4383 0%,#13305e 100%); 
}

#custom_description {
     color: #333;
}


/* Header */
header {
    background-color: #1B4383; 
}


/* 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: #fff;
    border-bottom: 4px solid #F47937;
    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: #1B4383;
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.36);
    line-height: 150%;
}

#custom_title{
    color: #1B4383;
    font-weight: 800;
    line-height: 200%;
}

.terms a {
    color: #1B4383;
    text-decoration: none;
}

.terms a:hover {
    color: #F47937;
    text-decoration: underline;
}


/* Mobile Style for nav */
@media only screen and (max-width: 1023px) and (min-width: 285px) {
nav>ul>li {
        background-color: #1B4383;
    }
}

/* button colors */
.btn-submit {
    width: 100%;
    background-color: #F47937;
    color: #fff;
    padding: 10px 16px;
    line-height: 1.3333333;
    }

.btn-submit:hover {
    color: #fff;
    background-color: #1B4383;
    transition: all 500ms ease;
}


/* Footer */
footer {
    background-color: #173665;
}

.footer-inner {
    font-size: 13px;
    color: #fff;
}

.footer-inner a {
    color: #fff;
    text-decoration: none;
}

.footer-inner a:hover {
    color: #F47937;
    text-decoration: underline;
}