.bg-mra-blue {
  background-color: #2e6197 !important;
}

/* FIX: Force footer to bottom */
html {
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.wrapper {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

#body {
    flex: 1 0 auto;
}

/* Ensure footer stays at bottom */
footer {
    flex-shrink: 0;
    width: 100%;
    clear: both;
}