:root {
    --primary: #7DBFE8;
    --secondary: #375C76;
    --tertiary: #E3CBFF;
    --text: #242424;
}

/* Hidden items */

#js-menu-toggle>li:nth-child(2),
#js-menu-toggle>li:nth-child(2)>a,
#js-menu-toggle>li:nth-child(3),
#navPanel>nav>ul>li:nth-child(6)>a,
#navPanel>nav>ul>li:nth-child(7)>a,
#footer>ul>li:nth-child(2),
#main>div>div>div.col-4.col-12-narrow>a {
    display: none;
}

/* Body */

body {
    letter-spacing: 0em;
}

body,
input,
select,
textarea {
    color: var(--text);
    font-family: Arial;
}

.box {
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0 #b0103c;
    margin: 0em 0 2em 0;
    border-top: 6px solid var(--primary);
}

.container {
    width: 100%;
}


/* Topography */

p,
ul {
    color: var(--text);
    font-weight: normal;
    word-break: auto-phrase;
    margin: 0 0 1em 0;
}

p,
ul {
    hyphens: none;
}

p,
li {
    font-weight: normal !important;
}

ul li ul {
    margin: 0 !important;
}

p.meta.meta--telephone,
p.meta.meta--email {
    margin: 0;
}

a {
    border-bottom-width: 0px;
    text-decoration: underline 1px;
    color: #003078;
}

a:hover:not(.button) {
    border-bottom-width: 0px;
    text-decoration: underline 2px;
}

a :visited {
    color: #4C2C92;
}

strong,
b {
    font-weight: 600;
    color: var(--text);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
p,
table th,
table td {
    color: var(--text) !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-weight: bold;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: clamp(21px, calc(1.3125rem + ((1vw - 7.68px) * 0.434)), 26px) !important;
    min-height: 0vw;
}

h3 {
    font-size: clamp(16px, calc(0.9375rem + ((1vw - 7.68px) * 0.434)), 20px) !important;
    min-height: 0vw;
}

h4,
h5 {
    font-size: clamp(16px, calc(1rem + ((1vw - 7.68px) * 0)), 16px) !important;
    min-height: 0vw;
}

/* Header and footer */

#header.alt {
    position: fixed;
}

#header.reveal {
    animation: reveal-header 0s;
}

#header.alt .logo>* {
    color: #FFFFFF;
}

#header.alt nav>ul>li a:not(.button) {
    color: var(--text);
}

#header .logo>* {
    color: var(--text);
}

#header nav>ul>li a:not(.button) {
    color: var(--text);
}

#header nav>ul>li a:not(.button):hover {
    color: var(--text) !important;
}

#search-site-header {
    border-color: var(--primary);
}

#header>a>span:nth-child(2) {
    color: white;
    font-size: 1.5rem !important;
}

#header,
#footer {
    background-color: var(--primary);
}

#header nav {
    right: 10em;
}

.row>.col-3>.list--navigation>.list__item {
    display: inline;
    margin-right: 20px;
}

ul.alt li,
ul.list--listing li {
    border-top: none;
    padding: 0.5em 0;
}

#header.alt span:not(.symbol),
#header span:not(.symbol) {
    visibility: hidden !important;
    color: var(--primary);
}

#header.alt,
#header {
    background-color: var(--primary) !important;
    background: unset;
    color: var(--primary) !important;
}

#footer .copyright li {
    color: var(--text);
}

/* Banner */

#banner {
    border-bottom: 6px solid var(--primary);
    margin-top: 3rem;
    background-color: var(--primary) !important;
}

#banner h1 {
    content-visibility: hidden;
}

/* Breadcrumbs */

.list--breadcrumb {
    color: var(--text);
}

.list--breadcrumb>.list__item>a {
    color: var(--text) !important;
}

/* Buttons */

.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background-color: var(--primary) !important;
    color: var(--text);
    border: 2px solid #242424;
}

.button:hover {
    color: #FFFFFF;
    background-color: var(--secondary) !important;
    border: 2px solid #242424;
}

/* Tables */

table th {
    /* color: #646464; */
    /* font-size: 0.9em; */
    font-weight: bold !important;
    ;
    padding: 0.5em;
    text-align: center;
}

table thead {
    border-bottom: none;
    background-color: var(--secondary);
}

table,
th,
td {
    border: 1px solid var(--text);
}

/* Supplements */

.supplement__content strong {
    display: none;
}

.supplement {
    background-color: var(--primary) !important;
    border-style: none;
    border: solid 2px var(--text) !important;
    border-radius: 6px;
    padding: 15px 15px;
    background-color: #FFF9F3;
}

/* Other */

#navPanel>nav>ul>li>a {
    color: white !important;
}

#navPanel {
    background-color: var(--secondary);
}

#js-menu-toggle>li>ul>li>a {
    color: var(--text) !important;
}

#js-menu-toggle>li>ul>li>a:hover {
    background-color: var(--primary) !important;
    color: white !important;
}

.copyright {
    color: white !important;
}

.col-12-mobilep>h2 {
    font-size: 30px
}

.row>.col-3 {
    width: unset;
    padding-right: 5%;
}

/* Mobile */

@media screen and (max-width: 736px) {
    #banner {
        padding: 5em 0 5em 0;
    }
}

/* CTA banner */

.cta-banner {
    box-shadow: none;
    border: 2px solid var(--primary);
}

.cta-banner__description {
    color: var(--text);
}

@media (min-width: 64rem) {
    .cta-banner__description {
        font-size: inherit !important;
    }
}

.cta-banner__description {
    font-size: inherit !important;
    color: var(--text) !important;
}

/* hr */

hr {
    border-bottom: solid 3px var(--primary);
}

/* Blockquote */

blockquote {
    border-left: solid 0px #ffffff;
    text-align: center;
    background-color: var(--tertiary);
    padding: 1.5em 0 0.5em 2em;
}

blockquote p {
    font-size: clamp(21px, calc(1.3125rem + ((1vw - 7.68px) * 0.434)), 26px) !important;
    !important;
}

blockquote :last-child {
    font-weight: bold !important;
}

/* Promo widget */

.homepage-promo {
    min-height: 346px;
}

.homepage-promo h2,
.homepage-promo p {
    color: #fff !important;
}

/* Card widget */

ul li {
    padding-left: 0;
}