﻿body {
    color: #333333;
}
div, li, p, table {
    font-family: Arial, Helvetica, sans-serif, sans-serif;
}

a {
    color: #0046AD;
    text-decoration: none;
}
    a:not([href]):not([onclick]) {
        color: inherit;
    }
    a:hover {
        text-decoration: underline;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'UniversLTStd-Cn', Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}
h1 {
    font-size: 46px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 24px;
}

hr {
    height: 1px;
    border: none;
    background-color: #d1d1d1;
    margin-top: 40px;
    margin-bottom: 40px;
}
p {
    margin-top: 0;
    line-height: 1.5em;
}
ul {
    padding-left: 15px;
}
ul, li {
    margin-bottom: 20px;
}
    ol > li ol,
    ol > li ol li,
    ol > li ul,
    ol > li ul li,
    ul > li ol,
    ul > li ol li,
    ul > li ul,
    ul > li ul li {
        margin: 0;
    }
li {
    line-height: 1.5em;
}
.color__brandlbue {
    color: #0046AD;
}

.rectangle-button {
    display: inline-block;
    margin-bottom: 0;
    Padding: 15px 36px;
    border-radius: 30px;
    background: none;
    border: 2px solid #0046ad;
    color: #0046ad !important;
}



table {
    overflow-x: scroll;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}
td {
    padding: .5em;
}
table.table-alternate {
}
table.table-alternate--no-header {
}
table.table-alternate td, .table-alternate--no-header td {
    border: 1px solid #ededed;
}
table.table-alternate tr:first-child td, .table-alternate--no-header tr:first-child td {
    color: white;
    background: #0046AD;
}
table.table-alternate tr:nth-child(odd), .table-alternate--no-header tr:nth-child(odd) {
    background: #f2f6f9;
}
table.table-alternate tr:nth-child(even), .table-alternate--no-header tr:nth-child(even) {
    background: white;
}
table.table-alternate--no-header tr:first-child td {
    color: #333333;
    background: inherit;
}
table.table-alternate--no-header tr:nth-child(odd) {
    background: white;
}
table.table-alternate--no-header tr:nth-child(even) {
    background: #f2f6f9;
}

a.anchor {
}
body:not([onload]) a[name]::after {
    content: "\002693\00FE0E";
    font-size: 0.5em;
    position: relative;
    vertical-align: top;
    opacity: 0.7;
}

a.download-link {
}

a.mail-link {
}

a.external-link {
}

img {
    max-width: 100%;
    height: auto !important;
}
