.box {
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.240);
    padding: 20px 20px 4px 20px ;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #003358 !important;
}

.bold {
    font-weight: 700 !important;
}

.response-arrow {
    margin: 20px 0px 20px 0px;
}

.underline {
    text-decoration: underline;
}

.nav-link {
    color: #003358;
}

.red-nav .nav-link.active {
    background-color: #003357 !important;
}

.footer-section h3 {
    color: #fff !important;
}