/* Carve: Only edit file in common.macros, otherwise the changes will get lost */

*, :after, :before {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 100%;
}

aside, footer, header, main, nav {
    display: block;
}

body {
    margin: 0;
    line-height: 1.5;
    text-align: left;
    background-color: #f0f3f5;
    display: flex;
    flex-direction: column;
    font-family: DBScreenSans, Helvetica Neue, arial, sans-serif;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    min-height: 100vh;
    text-rendering: optimizeLegibility;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #282d37;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h1 {
    margin-bottom: 0;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}

b, strong {
    font-weight: bolder;
}

sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    top: -0.5em;
}

a {
    color: #282d37;
    background-color: transparent;
    text-decoration: underline;
}

a:not([href]), a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

a:active, a:hover {
    color: inherit;
    text-decoration: underline;
}

a:not([href]):active, a:not([href]):hover {
    background-color: transparent;
    color: inherit;
}

a [role=button], a [role=button] > span {
    cursor: pointer;
}

code {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em;
}

img {
    border-style: none;
}

img, svg {
    vertical-align: middle;
}

svg {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
    background-color: transparent;
    border: 0;
    color: #282d37;
    padding: 0;
    text-transform: none;
}

button, input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=date], input[type=time] {
    -webkit-appearance: listbox;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.flex {
    display: flex;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

.flex-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.content {
    flex: 1 1 auto;
    margin: 0 auto;
    max-width: 80rem;
    width: 100%;
}

.hidden {
    display: none !important;
}

.visible {
    display: flex;
}

.header {
    position: relative;
    z-index: 10;
}

.header--open {
    z-index: 202;
}

.head {
    background-color: #ffffff;
    box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.25);
    height: 3.625rem;
}

.nav {
    background-color: #ffffff;
    display: none;
    left: 0;
    position: absolute;
    top: 3.5625rem;
}

.footer {
    background-color: #d7dce1;
    margin-top: 3rem;
    padding: 2rem 1rem;
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    .footer {
        margin-top: 4rem;
        padding: 2rem 3.5rem;
    }
}

@media screen and (min-width: 992px) {
    .flex-l {
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }

    .header {
        background-color: #ffffff;
        box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.25);
        left: 50%;
        max-width: 75rem;
        min-height: 6.25rem;
        padding: 1rem 0 1rem 1rem;
        position: absolute;
        transform: translateX(-50%);
        width: 100%;
    }

    .head {
        box-shadow: none;
        height: auto;
    }

    .nav {
        display: block;
        position: relative;
        background-color: transparent;
        top: 0;
    }

    .footer {
        margin-top: 4rem;
        padding: 2rem 4.5rem;
    }
}
