.header, .page__footer {
    background: #7AB800;
}

h1 {
    color: #005293;
}

.navigation {
    background: #5E6A71;
}

.navigation__listitem>a {
    color: #fff;
}

.button--primary {
    background: #005293;
    background: linear-gradient(to bottom, #005293 0, #0f59a5 100%);
    border-color: #005293 #005293 #0f59a5;
    color: #fff;
}

.ui-widget-header {
    border: 1px solid #FFFFFF;
    background: #005293;
}

.ui-tooltip, .arrow:after {
    background: #005293;
    border: 2px solid white;
}

.svg-icon--portal svg {
    max-width: 4rem;
    max-height: 4rem;
}

.svg-icon--float-left svg {
    float:left;
}

.svg-icon-text {
    padding-top: 10px;
}