/* Show or hide Omnilert Logo */

.omnilert-logo {
    /* display:none; */

}

/* Generic */
body {
    color: #0a0a0a;
    font-size: 12px;
    line-height: 150%;
    color: #8c0b42;
}

#custom_description {
    color: #8c0b42;
}

/* Header */
header {
    background-color: #8c0b42;
}

/* Navigation */
nav > ul > li a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background: none !important;
    font-size: 14px;
    margin: 10px 30px;
}

nav > ul > li > a:hover {
    font-weight: 200;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 13.7px;
}

.active {
    color: #fff;
    border-bottom: none;
    font-weight: bold;
}

/* Main Content Area */
.account-name h2 {}

h1 {
    color: #8c0b42;
    font-weight: 600;
    line-height: normal;
    font-family: "Open Sans Semibold", Helvetica, sans-serif;
}

#account-name h1 {}

#custom_title h2 {
    color: #8c0b42;
    font-size: 30px;
    line-height: normal;
    font-family: "Open Sans Semibold", Helvetica, sans-serif;
}

.terms a {
    color: #8c0b42;
    text-decoration: none;
}

.terms a:hover {
    color: #8c0b42;
    text-decoration: underline;
}

/* Mobile Style for nav */
@media only screen and (max-width: 1023px) and (min-width: 285px) {
    nav > ul > li {
        background-color: #8c0b42;
    }
}

/* Button Colors */
.btn-submit {
    width: 100%;
    background-color: #8c0b42;
    color: #fff;
    padding: 10px 16px;
    line-height: 1.3333333;
}

.btn-submit:hover {
    color: #fff;
    background-color: #00b9f2;
    transition: all 500ms ease;
}

/* Footer */
footer {
    background-color: #8c0b42;
}

.footer-inner {
    font-size: 12px;
    color: #cccccc;
    padding: 10px 16px;
}

.footer-inner a {
    color: #cccccc;
    text-decoration: none;
}

.footer-inner a:hover {
    color: #cccccc;
    text-decoration: underline;
}