:root {
    --primary-color: #0a6ad0;
    --fs-color-primary: #0a6ad0;
    --fs-color-secondary: #ffcc2a;
    --fs-color-success: #77a14d;
    --fs-color-alert: #c74b4b;
    --fs-color-base: #1b3145;
    --fs-experimental-link-color: #334862;
    --fs-experimental-link-color-hover: #111;
}

.header-main { height: 90px; }
#logo img { max-height: 90px; }
#logo { width: 200px; }
#logo img { padding: 10px 0; }
.header-bg-color { background-color: #ffffff; }
body { font-family: Roboto, sans-serif; font-weight: 400; }
.nav > li > a { font-family: Roboto, sans-serif; font-weight: 700; }
.header:not(.transparent) .header-nav-main.nav > li > a { color: #03588c; }
.absolute-footer, html { background-color: #021944; }

/* WP Customizer */
a.button.secondary span { color: #054d8f; }
