/* SAMPLE CSS built by Omnilert */

/* Show or hide Omnilert Logo */

.omnilert-logo {
    /* display:none; */

}


/* Generic */

body {
    line-height: 150%;
    color: #494b4c;
    background-color: #d7e7f3;

}

#custom_description {
     color: #494b4c;
}



/* Header */

header {
    background-color: #1b2e3f; 
}


/* Navigation */


nav > ul > li a {

    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background: none!important;
    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 #005696;
    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 Jason Remove 7/11/2024
.account-name h2 {
    display: none; 
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.36);
    line-height: 10%;
} */

/* Jason New 7/11/2024 */
.account-name h1 { 
  color: transparent; /* make the text invisible */
  user-select: none; /* prevent selection of the text */
  padding: 0 0 0px 0;
  font-weight: 600;
  font-size: 1px;
}

/* Jason New 7/11/2024 */
.custom-content h2 { 
  padding: 0 0 0px 0;
}

#custom_title{
    color: #494b4c;
    font-weight: 800;
}

.terms a {
    color: #005696;
}

.terms a:hover {
    color: #005696;
    text-decoration: underline;
}


/* Mobile Style for nav */
@media only screen and (max-width: 1023px) and (min-width: 285px) {
nav>ul>li {
        background-color: #1b2e3f;
    }

}

/* button colors */

.btn-submit {
    width: 100%;
    background-color: #005696;
    color: #fff;
    padding: 10px 16px;
    line-height: 1.3333333;
    }


.btn-submit:hover {
    color: #fff;
    background-color: #1b2e3f;
    transition: all 500ms ease;
}


/* Footer */

footer {
    background-color: #1b2e3f;
}
.footer-inner {
    font-size: 14px;
    color: #fff;
}


.footer-inner a {
    color: #fff;
    text-decoration: none;
}

.footer-inner a:hover {
    color: #ccc;
    text-decoration: underline;
}