
body {
    background-color: #ffffff !important;
    color: #1f2a44 !important;
}

/* TOP BANNER WHITE */
.top-bar, .topbar, .header-top {
    background-color: #ffffff !important;
    color: #1f2a44 !important;
}

/* remove blocks behind phone/email */
.top-bar a, .header-top a {
    background: none !important;
    color: #1f2a44 !important;
    padding: 0 !important;
}

/* NAV BAR NAVY */
nav, .navbar {
    background-color: #1f2a44 !important;
}

nav a, .navbar a {
    color: #ffffff !important;
}

nav a:hover {
    color: #dbe3ff !important;
}

/* FOOTER */
footer {
    background-color: #162033 !important;
    color: #ffffff !important;
}

footer a {
    color: #dbe3ff !important;
}

/* BUTTONS */
.btn, button {
    background-color: #1f2a44 !important;
    color: #ffffff !important;
}

.btn:hover {
    background-color: #162033 !important;
}

/* REMOVE ANY GREEN/ORANGE */
* {
    box-shadow: none !important;
}

[class*="green"], [style*="green"] {
    color: #1f2a44 !important;
    background: #ffffff !important;
}

[class*="orange"], [style*="orange"] {
    color: #1f2a44 !important;
    background: #ffffff !important;
}
