:root {
    --sds-typography-base-line-height: 1.5;
    --sds-typography-base-font-size: 16px;
    --sds-typography-base-font-weight: 400;
    --sds-typography-max-line-width: 34em;
    --sds-typography-font-family: Roboto, Arial, sans-serif;
    --sds-paragraph-indent-0: 0rem;
    --sds-radius-6: .375rem;
    --sds-radius-4: .25rem;
    --sds-radius-2: .125rem;
    --sds-spacing-14: 8rem;
    --sds-spacing-13: 6rem;
    --sds-spacing-12: 5rem;
    --sds-spacing-11: 4rem;
    --sds-spacing-10: 3rem;
    --sds-spacing-9: 2.5rem;
    --sds-spacing-8: 2rem;
    --sds-spacing-7: 1.5rem;
    --sds-spacing-6: 1.25rem;
    --sds-spacing-5: 1rem;
    --sds-spacing-4: .75rem;
    --sds-spacing-3: .5rem;
    --sds-spacing-2: .25rem;
    --sds-spacing-1: .125rem;
    --sds-spacing-0: 0rem;
    --sds-color-global-red-500: #db352c;
    --sds-color-global-red-400: #ed9a96;
    --sds-color-global-red-300: #f4bebb;
    --sds-color-global-red-200: #f8d7d5;
    --sds-color-global-red-100: #f7ebea;
    --sds-color-global-orange-500: #eb8a1e;
    --sds-color-global-orange-400: #f7b661;
    --sds-color-global-orange-300: #fad09a;
    --sds-color-global-orange-200: #fde7cb;
    --sds-color-global-orange-100: #fcf2e2;
    --sds-color-global-yellow-500: #ebb500;
    --sds-color-global-yellow-400: #f3d266;
    --sds-color-global-yellow-300: #f7e19b;
    --sds-color-global-yellow-200: #faedc5;
    --sds-color-global-yellow-100: #fbf4dc;
    --sds-color-global-green-500: #3a703a;
    --sds-color-global-green-400: #448344;
    --sds-color-global-green-300: #aac6aa;
    --sds-color-global-green-200: #c4ddca;
    --sds-color-global-green-100: #e6f0e7;
    --sds-color-global-deepblue-500: #3e698b;
    --sds-color-global-deepblue-400: #7b99b1;
    --sds-color-global-deepblue-300: #b8c9d7;
    --sds-color-global-deepblue-200: #dde6ee;
    --sds-color-global-deepblue-100: #f1f5f8;
    --sds-color-global-blue-600: #00569c;
    --sds-color-global-blue-500: #0072ce;
    --sds-color-global-blue-400: #4095da;
    --sds-color-global-blue-300: #7fb8e6;
    --sds-color-global-blue-200: #bfdcf3;
    --sds-color-global-blue-100: #e5f1fa;
    --sds-color-global-lightblue-500: #abcae9;
    --sds-color-global-lightblue-400: #bed6ee;
    --sds-color-global-lightblue-300: #d0e2f3;
    --sds-color-global-lightblue-200: #e3eef8;
    --sds-color-global-lightblue-100: #eef5fb;
    --sds-color-global-darkblue-500: #00263e;
    --sds-color-global-darkblue-400: #3e5b6e;
    --sds-color-global-darkblue-300: #7b909d;
    --sds-color-global-darkblue-200: #b8c5cd;
    --sds-color-global-darkblue-100: #e4e8ec;
    --sds-color-global-gray-600: #2d2926;
    --sds-color-global-gray-500: #5f5d5c;
    --sds-color-global-gray-400: #919191;
    --sds-color-global-gray-300: #c4c6c7;
    --sds-color-global-gray-200: #e2e5e7;
    --sds-color-global-gray-100: #f7f8f9;
    --sds-color-global-brightyellow: #fdda25;
    --sds-color-global-white: #ffffff;
    --sds-color-global-black: #000000;
    --sds-color-semantic-background-soft: var(--sds-color-global-gray-100);
    --sds-color-semantic-background-default: var(--sds-color-global-white);
    --sds-color-semantic-border-focus: var(--sds-color-global-blue-400);
    --sds-color-semantic-border-action: var(--sds-color-global-blue-500);
    --sds-color-semantic-border-critical: var(--sds-color-global-red-500);
    --sds-color-semantic-border-disabled: var(--sds-color-global-gray-200);
    --sds-color-semantic-border-divider: var(--sds-color-global-gray-300);
    --sds-color-semantic-border-strong: var(--sds-color-global-gray-600);
    --sds-color-semantic-border-default: var(--sds-color-global-gray-500);
    --sds-color-semantic-icon-action-selected: var(--sds-color-global-blue-600);
    --sds-color-semantic-icon-action-active: var(--sds-color-global-blue-500);
    --sds-color-semantic-icon-action-hover: var(--sds-color-global-blue-600);
    --sds-color-semantic-icon-action-default: var(--sds-color-global-blue-500);
    --sds-color-semantic-icon-critical: var(--sds-color-global-red-500);
    --sds-color-semantic-icon-warning: var(--sds-color-global-orange-500);
    --sds-color-semantic-icon-attention: var(--sds-color-global-yellow-500);
    --sds-color-semantic-icon-ok: var(--sds-color-global-green-500);
    --sds-color-semantic-icon-info: var(--sds-color-global-deepblue-500);
    --sds-color-semantic-icon-on-action: var(--sds-color-global-white);
    --sds-color-semantic-icon-disabled: var(--sds-color-global-gray-300);
    --sds-color-semantic-icon-subtle: var(--sds-color-global-gray-400);
    --sds-color-semantic-icon-default: var(--sds-color-global-gray-600);
    --sds-color-semantic-text-on-attention: var(--sds-color-global-black);
    --sds-color-semantic-text-on-warning: var(--sds-color-global-black);
    --sds-color-semantic-text-on-info: var(--sds-color-global-white);
    --sds-color-semantic-text-on-critical: var(--sds-color-global-white);
    --sds-color-semantic-text-on-ok: var(--sds-color-global-white);
    --sds-color-semantic-text-on-action: var(--sds-color-global-white);
    --sds-color-semantic-text-action-selected: var(--sds-color-global-blue-600);
    --sds-color-semantic-text-action-active: var(--sds-color-global-blue-500);
    --sds-color-semantic-text-action-hover: var(--sds-color-global-blue-600);
    --sds-color-semantic-text-action-default: var(--sds-color-global-blue-500);
    --sds-color-semantic-text-ok: var(--sds-color-global-green-500);
    --sds-color-semantic-text-warning: var(--sds-color-global-red-500);
    --sds-color-semantic-text-disabled: var(--sds-color-global-gray-300);
    --sds-color-semantic-text-subtle: var(--sds-color-global-gray-500);
    --sds-color-semantic-text-default: var(--sds-color-global-gray-600);
    --sds-color-semantic-surface-soft: var(--sds-color-global-gray-100);
    --sds-color-semantic-surface-critical-subtle: var(--sds-color-global-red-100);
    --sds-color-semantic-surface-critical-moderate: var(--sds-color-global-red-300);
    --sds-color-semantic-surface-critical-xtreme: var(--sds-color-global-red-500);
    --sds-color-semantic-surface-warning-subtle: var(--sds-color-global-orange-100);
    --sds-color-semantic-surface-warning-moderate: var(--sds-color-global-orange-300);
    --sds-color-semantic-surface-warning-xtreme: var(--sds-color-global-orange-500);
    --sds-color-semantic-surface-attention-subtle: var(--sds-color-global-yellow-100);
    --sds-color-semantic-surface-attention-moderate: var(--sds-color-global-yellow-300);
    --sds-color-semantic-surface-attention-xtreme: var(--sds-color-global-yellow-500);
    --sds-color-semantic-surface-ok-subtle: var(--sds-color-global-green-100);
    --sds-color-semantic-surface-ok-moderate: var(--sds-color-global-green-300);
    --sds-color-semantic-surface-ok-xtreme: var(--sds-color-global-green-500);
    --sds-color-semantic-surface-info-subtle: var(--sds-color-global-deepblue-100);
    --sds-color-semantic-surface-info-moderate: var(--sds-color-global-deepblue-300);
    --sds-color-semantic-surface-info-xtreme: var(--sds-color-global-deepblue-500);
    --sds-color-semantic-surface-disabled: var(--sds-color-global-gray-200);
    --sds-color-semantic-surface-default: var(--sds-color-global-white);
    --sds-color-semantic-surface-action-subtle: var(--sds-color-global-blue-100);
    --sds-color-semantic-surface-action-inverted: var(--sds-color-global-white);
    --sds-color-semantic-surface-action-selected: var(--sds-color-global-blue-600);
    --sds-color-semantic-surface-action-active: var(--sds-color-global-darkblue-400);
    --sds-color-semantic-surface-action-hover: var(--sds-color-global-blue-600);
    --sds-color-semantic-surface-action-default: var(--sds-color-global-blue-500)
}

:not(:defined) {
    visibility: hidden
}

* {
    -webkit-tap-highlight-color: transparent
}

html {
    font-size: var(--sds-typography-base-font-size);
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%
}

:where(.sds-reset) :where(*, :before, :after) {
    box-sizing: border-box
}

:where(.sds-reset) {
    font-family: var(--sds-typography-font-family);
    font-feature-settings: var(--sds-typography-font-features);
    font-weight: var(--sds-typography-base-font-weight);
    line-height: var(--sds-typography-base-line-height);
    color: var(--sds-color-semantic-text-default);
    accent-color: var(--sds-color-semantic-surface-action-default)
}

:where(.sds-reset a) {
    color: var(--sds-color-semantic-text-action-default);
    text-decoration: underline
}

:where(.sds-reset),
:where(.sds-reset) :where(body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, img, svg, small, strike, strong, sub, sup, b, u, i, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, footer, header, nav, section, time, button, video, textarea, input) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0
}

:where(.sds-reset) :where(ul[role=list], ol[role=list]) {
    list-style: none
}

:where(.sds-reset) :where(img, picture) {
    max-inline-size: 100%;
    display: block
}

:where(.sds-reset) :where(input, button, textarea, select) {
    font-family: inherit;
    font-feature-settings: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/fonts/Roboto-RegularItalic.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/fonts/Roboto-RegularItalic.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(/assets/fonts/Roboto-MediumItalic.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(/assets/fonts/Roboto-MediumItalic.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(/assets/fonts/Roboto-BoldItalic.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(/assets/fonts/Roboto-BoldItalic.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/fonts/Roboto-Regular.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/assets/fonts/Roboto-Regular.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/assets/fonts/Roboto-Medium.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/assets/fonts/Roboto-Medium.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/assets/fonts/Roboto-Bold.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/assets/fonts/Roboto-Bold.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Roboto";
    src: url("/Static/fonts/roboto/Roboto-Light.woff2") format("woff2"), url("/Static/fonts/roboto/Roboto-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Roboto-Light";
    src: url("/Static/fonts/roboto/Roboto-Light.woff2") format("woff2"), url("/Static/fonts/roboto/Roboto-Light.woff") format("woff")
}

@font-face {
    font-family: "Roboto";
    src: url("/Static/fonts/roboto/Roboto-LightItalic.woff2") format("woff2"), url("/Static/fonts/roboto/Roboto-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: "Roboto-LightItalic";
    src: url("/Static/fonts/roboto/Roboto-LightItalic.woff2") format("woff2"), url("/Static/fonts/roboto/Roboto-LightItalic.woff") format("woff")
}

@font-face {
    font-family: "Roboto";
    src: url("/Static/fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("/Static/fonts/roboto/Roboto-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("/Static/fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("/Static/fonts/roboto/Roboto-Regular.woff") format("woff")
}

@font-face {
    font-family: "Roboto";
    src: url("/Static/fonts/roboto/Roboto-RegularItalic.woff2") format("woff2"), url("/Static/fonts/roboto/Roboto-RegularItalic.woff") format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: "Roboto-RegularItalic";
    src: url("/Static/fonts/roboto/Roboto-RegularItalic.woff2") format("woff2"), url("/Static/fonts/roboto/Roboto-RegularItalic.woff") format("woff")
}

@font-face {
    font-family: "Roboto";
    src: url("/Static/fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("/Static/fonts/roboto/Roboto-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Roboto-Medium";
    src: url("/Static/fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("/Static/fonts/roboto/Roboto-Medium.woff") format("woff")
}

@font-face {
    font-family: "Roboto";
    src: url("/Static/fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("/Static/fonts/roboto/Roboto-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("/Static/fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("/Static/fonts/roboto/Roboto-Bold.woff") format("woff")
}

@font-face {
    font-family: "SourceCodePro";
    src: url("/Static/fonts/source-code-pro/SourceCodePro-Regular.ttf.woff2") format("woff2"), url("/Static/fonts/source-code-pro/SourceCodePro-Regular.ttf.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "SourceCodePro-Regular.ttf";
    src: url("/Static/fonts/source-code-pro/SourceCodePro-Regular.ttf.woff2") format("woff2"), url("/Static/fonts/source-code-pro/SourceCodePro-Regular.ttf.woff") format("woff")
}

@font-face {
    font-family: "SourceCodePro";
    src: url("/Static/fonts/source-code-pro/SourceCodePro-RegularIt.ttf.woff2") format("woff2"), url("/Static/fonts/source-code-pro/SourceCodePro-RegularIt.ttf.woff") format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: "SourceCodePro-RegularIt.ttf";
    src: url("/Static/fonts/source-code-pro/SourceCodePro-RegularIt.ttf.woff2") format("woff2"), url("/Static/fonts/source-code-pro/SourceCodePro-RegularIt.ttf.woff") format("woff")
}

@font-face {
    font-family: "SourceCodePro";
    src: url("/Static/fonts/source-code-pro/SourceCodePro-Medium.ttf.woff2") format("woff2"), url("/Static/fonts/source-code-pro/SourceCodePro-Medium.ttf.woff") format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "SourceCodePro-Medium.ttf";
    src: url("/Static/fonts/source-code-pro/SourceCodePro-Medium.ttf.woff2") format("woff2"), url("/Static/fonts/source-code-pro/SourceCodePro-Medium.ttf.woff") format("woff")
}

@font-face {
    font-family: "SourceCodePro";
    src: url("/Static/fonts/source-code-pro/SourceCodePro-MediumIt.ttf.woff2") format("woff2"), url("/Static/fonts/source-code-pro/SourceCodePro-MediumIt.ttf.woff") format("woff");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: "SourceCodePro-MediumIt.ttf";
    src: url("/Static/fonts/source-code-pro/SourceCodePro-MediumIt.ttf.woff2") format("woff2"), url("/Static/fonts/source-code-pro/SourceCodePro-MediumIt.ttf.woff") format("woff")
}

@font-face {
    font-family: "SourceCodePro";
    src: url("/Static/fonts/source-code-pro/SourceCodePro-Bold.ttf.woff2") format("woff2"), url("/Static/fonts/source-code-pro/SourceCodePro-Bold.ttf.woff") format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "SourceCodePro-Bold.ttf";
    src: url("/Static/fonts/source-code-pro/SourceCodePro-Bold.ttf.woff2") format("woff2"), url("/Static/fonts/source-code-pro/SourceCodePro-Bold.ttf.woff") format("woff")
}

@font-face {
    font-family: "SourceCodePro";
    src: url("/Static/fonts/source-code-pro/SourceCodePro-BoldIt.ttf.woff2") format("woff2"), url("/Static/fonts/source-code-pro/SourceCodePro-BoldIt.ttf.woff") format("woff");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: "SourceCodePro-BoldIt.ttf";
    src: url("/Static/fonts/source-code-pro/SourceCodePro-BoldIt.ttf.woff2") format("woff2"), url("/Static/fonts/source-code-pro/SourceCodePro-BoldIt.ttf.woff") format("woff")
}

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("/Static/fonts/material-icons/material-icons.woff2") format("woff2"), url("/Static/fonts/material-icons/material-icons.woff") format("woff")
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga"
}

@font-face {
    font-family: "Material Icons Outlined";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("/Static/fonts/material-icons/material-icons-outlined.woff2") format("woff2"), url("/Static/fonts/material-icons/material-icons-outlined.woff") format("woff")
}

.material-icons-outlined {
    font-family: "Material Icons Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga"
}

.inset-xsmall {
    padding: 4px
}

@media all and (max-width: 639px) {
    .inset-xsmall {
        padding: 2px
    }
}

.inset-squish-xsmall {
    padding: 2px 4px
}

@media all and (max-width: 639px) {
    .inset-squish-xsmall {
        padding: 1px 2px
    }
}

.inset-stretch-xsmall {
    padding: 4px 2px
}

@media all and (max-width: 639px) {
    .inset-stretch-xsmall {
        padding: 2px 1px
    }
}

.stack-xsmall {
    margin: 0 0 4px
}

@media all and (max-width: 639px) {
    .stack-xsmall {
        margin: 0 0 2px
    }
}

.stack-xsmall>:last-child {
    margin-bottom: 0
}

.stack-reverse-xsmall {
    margin: 4px 0 0
}

@media all and (max-width: 639px) {
    .stack-reverse-xsmall {
        margin: 2px 0 0
    }
}

.stack-reverse-xsmall>:last-child {
    margin-top: 0
}

.deck-xsmall {
    padding: 4px 0
}

@media all and (max-width: 639px) {
    .deck-xsmall {
        padding: 2px 0
    }
}

.inline-xsmall {
    margin: 0 4px 0 0
}

@media all and (max-width: 639px) {
    .inline-xsmall {
        margin: 0 2px 0 0
    }
}

.inset-small {
    padding: 8px
}

@media all and (max-width: 639px) {
    .inset-small {
        padding: 4px
    }
}

.inset-squish-small {
    padding: 4px 8px
}

@media all and (max-width: 639px) {
    .inset-squish-small {
        padding: 2px 4px
    }
}

.inset-stretch-small {
    padding: 8px 4px
}

@media all and (max-width: 639px) {
    .inset-stretch-small {
        padding: 4px 2px
    }
}

.stack-small {
    margin: 0 0 8px
}

@media all and (max-width: 639px) {
    .stack-small {
        margin: 0 0 4px
    }
}

.stack-small>:last-child {
    margin-bottom: 0
}

.stack-reverse-small {
    margin: 8px 0 0
}

@media all and (max-width: 639px) {
    .stack-reverse-small {
        margin: 4px 0 0
    }
}

.stack-reverse-small>:last-child {
    margin-top: 0
}

.deck-small {
    padding: 8px 0
}

@media all and (max-width: 639px) {
    .deck-small {
        padding: 4px 0
    }
}

.inline-small {
    margin: 0 8px 0 0
}

@media all and (max-width: 639px) {
    .inline-small {
        margin: 0 4px 0 0
    }
}

.inset-regular {
    padding: 16px
}

@media all and (max-width: 639px) {
    .inset-regular {
        padding: 8px
    }
}

.inset-squish-regular {
    padding: 8px 16px
}

@media all and (max-width: 639px) {
    .inset-squish-regular {
        padding: 4px 8px
    }
}

.inset-stretch-regular {
    padding: 16px 8px
}

@media all and (max-width: 639px) {
    .inset-stretch-regular {
        padding: 8px 4px
    }
}

.stack-regular {
    margin: 0 0 16px
}

@media all and (max-width: 639px) {
    .stack-regular {
        margin: 0 0 8px
    }
}

.stack-regular>:last-child {
    margin-bottom: 0
}

.stack-reverse-regular {
    margin: 16px 0 0
}

@media all and (max-width: 639px) {
    .stack-reverse-regular {
        margin: 8px 0 0
    }
}

.stack-reverse-regular>:last-child {
    margin-top: 0
}

.deck-regular {
    padding: 16px 0
}

@media all and (max-width: 639px) {
    .deck-regular {
        padding: 8px 0
    }
}

.inline-regular {
    margin: 0 16px 0 0
}

@media all and (max-width: 639px) {
    .inline-regular {
        margin: 0 8px 0 0
    }
}

.inset-medium {
    padding: 24px
}

@media all and (max-width: 639px) {
    .inset-medium {
        padding: 12px
    }
}

.inset-squish-medium {
    padding: 12px 24px
}

@media all and (max-width: 639px) {
    .inset-squish-medium {
        padding: 6px 12px
    }
}

.inset-stretch-medium {
    padding: 24px 12px
}

@media all and (max-width: 639px) {
    .inset-stretch-medium {
        padding: 12px 6px
    }
}

.stack-medium {
    margin: 0 0 24px
}

@media all and (max-width: 639px) {
    .stack-medium {
        margin: 0 0 12px
    }
}

.stack-medium>:last-child {
    margin-bottom: 0
}

.stack-reverse-medium {
    margin: 24px 0 0
}

@media all and (max-width: 639px) {
    .stack-reverse-medium {
        margin: 12px 0 0
    }
}

.stack-reverse-medium>:last-child {
    margin-top: 0
}

.deck-medium {
    padding: 24px 0
}

@media all and (max-width: 639px) {
    .deck-medium {
        padding: 12px 0
    }
}

.inline-medium {
    margin: 0 24px 0 0
}

@media all and (max-width: 639px) {
    .inline-medium {
        margin: 0 12px 0 0
    }
}

.inset-large {
    padding: 32px
}

@media all and (max-width: 639px) {
    .inset-large {
        padding: 16px
    }
}

.inset-squish-large {
    padding: 16px 32px
}

@media all and (max-width: 639px) {
    .inset-squish-large {
        padding: 8px 16px
    }
}

.inset-stretch-large {
    padding: 32px 16px
}

@media all and (max-width: 639px) {
    .inset-stretch-large {
        padding: 16px 8px
    }
}

.stack-large {
    margin: 0 0 32px
}

@media all and (max-width: 639px) {
    .stack-large {
        margin: 0 0 16px
    }
}

.stack-large>:last-child {
    margin-bottom: 0
}

.stack-reverse-large {
    margin: 32px 0 0
}

@media all and (max-width: 639px) {
    .stack-reverse-large {
        margin: 16px 0 0
    }
}

.stack-reverse-large>:last-child {
    margin-top: 0
}

.deck-large {
    padding: 32px 0
}

@media all and (max-width: 639px) {
    .deck-large {
        padding: 16px 0
    }
}

.inline-large {
    margin: 0 32px 0 0
}

@media all and (max-width: 639px) {
    .inline-large {
        margin: 0 16px 0 0
    }
}

.inset-xlarge {
    padding: 64px
}

@media all and (max-width: 639px) {
    .inset-xlarge {
        padding: 32px
    }
}

.inset-squish-xlarge {
    padding: 32px 64px
}

@media all and (max-width: 639px) {
    .inset-squish-xlarge {
        padding: 16px 32px
    }
}

.inset-stretch-xlarge {
    padding: 64px 32px
}

@media all and (max-width: 639px) {
    .inset-stretch-xlarge {
        padding: 32px 16px
    }
}

.stack-xlarge {
    margin: 0 0 64px
}

@media all and (max-width: 639px) {
    .stack-xlarge {
        margin: 0 0 32px
    }
}

.stack-xlarge>:last-child {
    margin-bottom: 0
}

.stack-reverse-xlarge {
    margin: 64px 0 0
}

@media all and (max-width: 639px) {
    .stack-reverse-xlarge {
        margin: 32px 0 0
    }
}

.stack-reverse-xlarge>:last-child {
    margin-top: 0
}

.deck-xlarge {
    padding: 64px 0
}

@media all and (max-width: 639px) {
    .deck-xlarge {
        padding: 32px 0
    }
}

.inline-xlarge {
    margin: 0 64px 0 0
}

@media all and (max-width: 639px) {
    .inline-xlarge {
        margin: 0 32px 0 0
    }
}

.inset-xsmall-fixed {
    padding: 4px
}

.inset-squish-xsmall-fixed {
    padding: 2px 4px
}

.inset-stretch-xsmall-fixed {
    padding: 4px 2px
}

.stack-xsmall-fixed {
    margin: 0 0 4px
}

.stack-xsmall-fixed>:last-child {
    margin-bottom: 0
}

.stack-reverse-xsmall-fixed {
    margin: 4px 0 0
}

.stack-reverse-xsmall-fixed>:last-child {
    margin-top: 0
}

.deck-xsmall-fixed {
    padding: 4px 0
}

.inline-xsmall-fixed {
    padding: 0 4px 0 0
}

.inset-small-fixed {
    padding: 8px
}

.inset-squish-small-fixed {
    padding: 4px 8px
}

.inset-stretch-small-fixed {
    padding: 8px 4px
}

.stack-small-fixed {
    margin: 0 0 8px
}

.stack-small-fixed>:last-child {
    margin-bottom: 0
}

.stack-reverse-small-fixed {
    margin: 8px 0 0
}

.stack-reverse-small-fixed>:last-child {
    margin-top: 0
}

.deck-small-fixed {
    padding: 8px 0
}

.inline-small-fixed {
    padding: 0 8px 0 0
}

.inset-regular-fixed {
    padding: 16px
}

.inset-squish-regular-fixed {
    padding: 8px 16px
}

.inset-stretch-regular-fixed {
    padding: 16px 8px
}

.stack-regular-fixed {
    margin: 0 0 16px
}

.stack-regular-fixed>:last-child {
    margin-bottom: 0
}

.stack-reverse-regular-fixed {
    margin: 16px 0 0
}

.stack-reverse-regular-fixed>:last-child {
    margin-top: 0
}

.deck-regular-fixed {
    padding: 16px 0
}

.inline-regular-fixed {
    padding: 0 16px 0 0
}

.inset-medium-fixed {
    padding: 24px
}

.inset-squish-medium-fixed {
    padding: 12px 24px
}

.inset-stretch-medium-fixed {
    padding: 24px 12px
}

.stack-medium-fixed {
    margin: 0 0 24px
}

.stack-medium-fixed>:last-child {
    margin-bottom: 0
}

.stack-reverse-medium-fixed {
    margin: 24px 0 0
}

.stack-reverse-medium-fixed>:last-child {
    margin-top: 0
}

.deck-medium-fixed {
    padding: 24px 0
}

.inline-medium-fixed {
    padding: 0 24px 0 0
}

.inset-large-fixed {
    padding: 32px
}

.inset-squish-large-fixed {
    padding: 16px 32px
}

.inset-stretch-large-fixed {
    padding: 32px 16px
}

.stack-large-fixed {
    margin: 0 0 32px
}

.stack-large-fixed>:last-child {
    margin-bottom: 0
}

.stack-reverse-large-fixed {
    margin: 32px 0 0
}

.stack-reverse-large-fixed>:last-child {
    margin-top: 0
}

.deck-large-fixed {
    padding: 32px 0
}

.inline-large-fixed {
    padding: 0 32px 0 0
}

.inset-xlarge-fixed {
    padding: 64px
}

.inset-squish-xlarge-fixed {
    padding: 32px 64px
}

.inset-stretch-xlarge-fixed {
    padding: 64px 32px
}

.stack-xlarge-fixed {
    margin: 0 0 64px
}

.stack-xlarge-fixed>:last-child {
    margin-bottom: 0
}

.stack-reverse-xlarge-fixed {
    margin: 64px 0 0
}

.stack-reverse-xlarge-fixed>:last-child {
    margin-top: 0
}

.deck-xlarge-fixed {
    padding: 64px 0
}

.inline-xlarge-fixed {
    padding: 0 64px 0 0
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure {
    display: block
}

figure {
    margin: 1em 40px
}

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

main {
    display: block
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0);
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

input {
    overflow: visible
}

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

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

details {
    display: block
}

summary {
    display: list-item
}

menu {
    display: block
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.foundation-mq {
    font-family: "xsmall=0em&small=20em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
    box-sizing: border-box;
    font-size: 100%
}

*,
*::before,
*::after {
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: roboto, arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
    line-height: 1
}

[data-whatinput=mouse] button {
    outline: 0
}

pre {
    overflow: auto
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media screen and (max-width: 19.9375em) {
    .hide-for-xsmall-only {
        display: none !important
    }
}

@media screen and (max-width: 0em),
screen and (min-width: 20em) {
    .show-for-xsmall-only {
        display: none !important
    }
}

@media print,
screen and (min-width: 20em) {
    .hide-for-small {
        display: none !important
    }
}

@media screen and (max-width: 19.9375em) {
    .show-for-small {
        display: none !important
    }
}

@media screen and (min-width: 20em)and (max-width: 39.9375em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width: 19.9375em),
screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print,
screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width: 39.9375em) {
    .show-for-medium {
        display: none !important
    }
}

@media screen and (min-width: 40em)and (max-width: 63.9375em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width: 39.9375em),
screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print,
screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display: none !important
    }
}

@media screen and (min-width: 64em)and (max-width: 74.9375em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width: 63.9375em),
screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important
    }
}

@media screen and (min-width: 75em) {
    .hide-for-xlarge {
        display: none !important
    }
}

@media screen and (max-width: 74.9375em) {
    .show-for-xlarge {
        display: none !important
    }
}

@media screen and (min-width: 75em)and (max-width: 89.9375em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width: 74.9375em),
screen and (min-width: 90em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

@media screen and (min-width: 90em) {
    .hide-for-xxlarge {
        display: none !important
    }
}

@media screen and (max-width: 89.9375em) {
    .show-for-xxlarge {
        display: none !important
    }
}

@media screen and (min-width: 90em) {
    .hide-for-xxlarge-only {
        display: none !important
    }
}

@media screen and (max-width: 89.9375em) {
    .show-for-xxlarge-only {
        display: none !important
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0)
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto
}

.show-for-landscape,
.hide-for-portrait {
    display: block !important
}

@media screen and (orientation: landscape) {

    .show-for-landscape,
    .hide-for-portrait {
        display: block !important
    }
}

@media screen and (orientation: portrait) {

    .show-for-landscape,
    .hide-for-portrait {
        display: none !important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

@media screen and (orientation: landscape) {

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation: portrait) {

    .hide-for-landscape,
    .show-for-portrait {
        display: block !important
    }
}

.row {
    max-width: 86rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap
}

.row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem
}

@media print,
screen and (min-width: 20em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem
    }
}

@media print,
screen and (min-width: 40em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem
    }
}

@media print,
screen and (min-width: 64em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem
    }
}

@media screen and (min-width: 75em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem
    }
}

@media screen and (min-width: 90em) {
    .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0
}

.row.expanded {
    max-width: none
}

.row:not(.expanded) .row {
    max-width: none
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.row.is-collapse-child,
.row.collapse>.column>.row,
.row.collapse>.columns>.row {
    margin-right: 0;
    margin-left: 0
}

.column,
.columns {
    flex: 1 1 0px;
    padding-right: .9375rem;
    padding-left: .9375rem;
    min-width: initial
}

@media print,
screen and (min-width: 40em) {

    .column,
    .columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media print,
screen and (min-width: 64em) {

    .column,
    .columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.column.row.row,
.row.row.columns {
    float: none;
    display: block
}

.row .column.row.row,
.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

.flex-container {
    display: flex
}

.flex-child-auto {
    flex: 1 1 auto
}

.flex-child-grow {
    flex: 1 0 auto
}

.flex-child-shrink {
    flex: 0 1 auto
}

.flex-dir-row {
    flex-direction: row
}

.flex-dir-row-reverse {
    flex-direction: row-reverse
}

.flex-dir-column {
    flex-direction: column
}

.flex-dir-column-reverse {
    flex-direction: column-reverse
}

.xsmall-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.xsmall-offset-0 {
    margin-left: 0%
}

.xsmall-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.xsmall-offset-1 {
    margin-left: 8.3333333333%
}

.xsmall-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.xsmall-offset-2 {
    margin-left: 16.6666666667%
}

.xsmall-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.xsmall-offset-3 {
    margin-left: 25%
}

.xsmall-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.xsmall-offset-4 {
    margin-left: 33.3333333333%
}

.xsmall-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.xsmall-offset-5 {
    margin-left: 41.6666666667%
}

.xsmall-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.xsmall-offset-6 {
    margin-left: 50%
}

.xsmall-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.xsmall-offset-7 {
    margin-left: 58.3333333333%
}

.xsmall-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.xsmall-offset-8 {
    margin-left: 66.6666666667%
}

.xsmall-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.xsmall-offset-9 {
    margin-left: 75%
}

.xsmall-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.xsmall-offset-10 {
    margin-left: 83.3333333333%
}

.xsmall-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.xsmall-offset-11 {
    margin-left: 91.6666666667%
}

.xsmall-order-1 {
    order: 1
}

.xsmall-order-2 {
    order: 2
}

.xsmall-order-3 {
    order: 3
}

.xsmall-order-4 {
    order: 4
}

.xsmall-order-5 {
    order: 5
}

.xsmall-order-6 {
    order: 6
}

.xsmall-up-1 {
    flex-wrap: wrap
}

.xsmall-up-1>.column,
.xsmall-up-1>.columns {
    flex: 0 0 100%;
    max-width: 100%
}

.xsmall-up-2 {
    flex-wrap: wrap
}

.xsmall-up-2>.column,
.xsmall-up-2>.columns {
    flex: 0 0 50%;
    max-width: 50%
}

.xsmall-up-3 {
    flex-wrap: wrap
}

.xsmall-up-3>.column,
.xsmall-up-3>.columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.xsmall-up-4 {
    flex-wrap: wrap
}

.xsmall-up-4>.column,
.xsmall-up-4>.columns {
    flex: 0 0 25%;
    max-width: 25%
}

.xsmall-up-5 {
    flex-wrap: wrap
}

.xsmall-up-5>.column,
.xsmall-up-5>.columns {
    flex: 0 0 20%;
    max-width: 20%
}

.xsmall-up-6 {
    flex-wrap: wrap
}

.xsmall-up-6>.column,
.xsmall-up-6>.columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.xsmall-up-7 {
    flex-wrap: wrap
}

.xsmall-up-7>.column,
.xsmall-up-7>.columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%
}

.xsmall-up-8 {
    flex-wrap: wrap
}

.xsmall-up-8>.column,
.xsmall-up-8>.columns {
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.xsmall-collapse>.column,
.xsmall-collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.xsmall-uncollapse>.column,
.xsmall-uncollapse>.columns {
    padding-right: .9375rem;
    padding-left: .9375rem
}

@media print,
screen and (min-width: 20em) {
    .small-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .small-offset-0 {
        margin-left: 0%
    }

    .small-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .small-offset-1 {
        margin-left: 8.3333333333%
    }

    .small-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .small-offset-2 {
        margin-left: 16.6666666667%
    }

    .small-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .small-offset-3 {
        margin-left: 25%
    }

    .small-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .small-offset-4 {
        margin-left: 33.3333333333%
    }

    .small-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .small-offset-5 {
        margin-left: 41.6666666667%
    }

    .small-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .small-offset-6 {
        margin-left: 50%
    }

    .small-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .small-offset-7 {
        margin-left: 58.3333333333%
    }

    .small-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .small-offset-8 {
        margin-left: 66.6666666667%
    }

    .small-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .small-offset-9 {
        margin-left: 75%
    }

    .small-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .small-offset-10 {
        margin-left: 83.3333333333%
    }

    .small-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .small-offset-11 {
        margin-left: 91.6666666667%
    }

    .small-order-1 {
        order: 1
    }

    .small-order-2 {
        order: 2
    }

    .small-order-3 {
        order: 3
    }

    .small-order-4 {
        order: 4
    }

    .small-order-5 {
        order: 5
    }

    .small-order-6 {
        order: 6
    }

    .small-up-1 {
        flex-wrap: wrap
    }

    .small-up-1>.column,
    .small-up-1>.columns {
        flex: 0 0 100%;
        max-width: 100%
    }

    .small-up-2 {
        flex-wrap: wrap
    }

    .small-up-2>.column,
    .small-up-2>.columns {
        flex: 0 0 50%;
        max-width: 50%
    }

    .small-up-3 {
        flex-wrap: wrap
    }

    .small-up-3>.column,
    .small-up-3>.columns {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .small-up-4 {
        flex-wrap: wrap
    }

    .small-up-4>.column,
    .small-up-4>.columns {
        flex: 0 0 25%;
        max-width: 25%
    }

    .small-up-5 {
        flex-wrap: wrap
    }

    .small-up-5>.column,
    .small-up-5>.columns {
        flex: 0 0 20%;
        max-width: 20%
    }

    .small-up-6 {
        flex-wrap: wrap
    }

    .small-up-6>.column,
    .small-up-6>.columns {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .small-up-7 {
        flex-wrap: wrap
    }

    .small-up-7>.column,
    .small-up-7>.columns {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .small-up-8 {
        flex-wrap: wrap
    }

    .small-up-8>.column,
    .small-up-8>.columns {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media print,
screen and (min-width: 20em)and (min-width: 20em) {
    .small-expand {
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width: 20em) {
    .small-flex-dir-row {
        flex-direction: row
    }

    .small-flex-dir-row-reverse {
        flex-direction: row-reverse
    }

    .small-flex-dir-column {
        flex-direction: column
    }

    .small-flex-dir-column-reverse {
        flex-direction: column-reverse
    }

    .small-flex-child-auto {
        flex: 1 1 auto
    }

    .small-flex-child-grow {
        flex: 1 0 auto
    }

    .small-flex-child-shrink {
        flex: 0 1 auto
    }
}

.row.small-unstack>.column,
.row.small-unstack>.columns {
    flex: 0 0 100%
}

@media print,
screen and (min-width: 20em) {

    .row.small-unstack>.column,
    .row.small-unstack>.columns {
        flex: 1 1 0px
    }

    .small-collapse>.column,
    .small-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }

    .small-uncollapse>.column,
    .small-uncollapse>.columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media print,
screen and (min-width: 40em) {
    .medium-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .medium-offset-0 {
        margin-left: 0%
    }

    .medium-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .medium-offset-1 {
        margin-left: 8.3333333333%
    }

    .medium-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .medium-offset-2 {
        margin-left: 16.6666666667%
    }

    .medium-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .medium-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .medium-offset-4 {
        margin-left: 33.3333333333%
    }

    .medium-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .medium-offset-5 {
        margin-left: 41.6666666667%
    }

    .medium-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .medium-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .medium-offset-7 {
        margin-left: 58.3333333333%
    }

    .medium-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .medium-offset-8 {
        margin-left: 66.6666666667%
    }

    .medium-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .medium-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .medium-offset-10 {
        margin-left: 83.3333333333%
    }

    .medium-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .medium-offset-11 {
        margin-left: 91.6666666667%
    }

    .medium-order-1 {
        order: 1
    }

    .medium-order-2 {
        order: 2
    }

    .medium-order-3 {
        order: 3
    }

    .medium-order-4 {
        order: 4
    }

    .medium-order-5 {
        order: 5
    }

    .medium-order-6 {
        order: 6
    }

    .medium-up-1 {
        flex-wrap: wrap
    }

    .medium-up-1>.column,
    .medium-up-1>.columns {
        flex: 0 0 100%;
        max-width: 100%
    }

    .medium-up-2 {
        flex-wrap: wrap
    }

    .medium-up-2>.column,
    .medium-up-2>.columns {
        flex: 0 0 50%;
        max-width: 50%
    }

    .medium-up-3 {
        flex-wrap: wrap
    }

    .medium-up-3>.column,
    .medium-up-3>.columns {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .medium-up-4 {
        flex-wrap: wrap
    }

    .medium-up-4>.column,
    .medium-up-4>.columns {
        flex: 0 0 25%;
        max-width: 25%
    }

    .medium-up-5 {
        flex-wrap: wrap
    }

    .medium-up-5>.column,
    .medium-up-5>.columns {
        flex: 0 0 20%;
        max-width: 20%
    }

    .medium-up-6 {
        flex-wrap: wrap
    }

    .medium-up-6>.column,
    .medium-up-6>.columns {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .medium-up-7 {
        flex-wrap: wrap
    }

    .medium-up-7>.column,
    .medium-up-7>.columns {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .medium-up-8 {
        flex-wrap: wrap
    }

    .medium-up-8>.column,
    .medium-up-8>.columns {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media print,
screen and (min-width: 40em)and (min-width: 40em) {
    .medium-expand {
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width: 40em) {
    .medium-flex-dir-row {
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse
    }

    .medium-flex-child-auto {
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        flex: 0 1 auto
    }
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
    flex: 0 0 100%
}

@media print,
screen and (min-width: 40em) {

    .row.medium-unstack>.column,
    .row.medium-unstack>.columns {
        flex: 1 1 0px
    }

    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }

    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media print,
screen and (min-width: 64em) {
    .large-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .large-offset-0 {
        margin-left: 0%
    }

    .large-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .large-offset-1 {
        margin-left: 8.3333333333%
    }

    .large-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .large-offset-2 {
        margin-left: 16.6666666667%
    }

    .large-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .large-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .large-offset-4 {
        margin-left: 33.3333333333%
    }

    .large-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .large-offset-5 {
        margin-left: 41.6666666667%
    }

    .large-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .large-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .large-offset-7 {
        margin-left: 58.3333333333%
    }

    .large-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .large-offset-8 {
        margin-left: 66.6666666667%
    }

    .large-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .large-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .large-offset-10 {
        margin-left: 83.3333333333%
    }

    .large-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .large-offset-11 {
        margin-left: 91.6666666667%
    }

    .large-order-1 {
        order: 1
    }

    .large-order-2 {
        order: 2
    }

    .large-order-3 {
        order: 3
    }

    .large-order-4 {
        order: 4
    }

    .large-order-5 {
        order: 5
    }

    .large-order-6 {
        order: 6
    }

    .large-up-1 {
        flex-wrap: wrap
    }

    .large-up-1>.column,
    .large-up-1>.columns {
        flex: 0 0 100%;
        max-width: 100%
    }

    .large-up-2 {
        flex-wrap: wrap
    }

    .large-up-2>.column,
    .large-up-2>.columns {
        flex: 0 0 50%;
        max-width: 50%
    }

    .large-up-3 {
        flex-wrap: wrap
    }

    .large-up-3>.column,
    .large-up-3>.columns {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .large-up-4 {
        flex-wrap: wrap
    }

    .large-up-4>.column,
    .large-up-4>.columns {
        flex: 0 0 25%;
        max-width: 25%
    }

    .large-up-5 {
        flex-wrap: wrap
    }

    .large-up-5>.column,
    .large-up-5>.columns {
        flex: 0 0 20%;
        max-width: 20%
    }

    .large-up-6 {
        flex-wrap: wrap
    }

    .large-up-6>.column,
    .large-up-6>.columns {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .large-up-7 {
        flex-wrap: wrap
    }

    .large-up-7>.column,
    .large-up-7>.columns {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .large-up-8 {
        flex-wrap: wrap
    }

    .large-up-8>.column,
    .large-up-8>.columns {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media print,
screen and (min-width: 64em)and (min-width: 64em) {
    .large-expand {
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width: 64em) {
    .large-flex-dir-row {
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        flex-direction: column-reverse
    }

    .large-flex-child-auto {
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        flex: 0 1 auto
    }
}

.row.large-unstack>.column,
.row.large-unstack>.columns {
    flex: 0 0 100%
}

@media print,
screen and (min-width: 64em) {

    .row.large-unstack>.column,
    .row.large-unstack>.columns {
        flex: 1 1 0px
    }

    .large-collapse>.column,
    .large-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }

    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media screen and (min-width: 75em) {
    .xlarge-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .xlarge-offset-0 {
        margin-left: 0%
    }

    .xlarge-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .xlarge-offset-1 {
        margin-left: 8.3333333333%
    }

    .xlarge-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .xlarge-offset-2 {
        margin-left: 16.6666666667%
    }

    .xlarge-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .xlarge-offset-3 {
        margin-left: 25%
    }

    .xlarge-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .xlarge-offset-4 {
        margin-left: 33.3333333333%
    }

    .xlarge-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .xlarge-offset-5 {
        margin-left: 41.6666666667%
    }

    .xlarge-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .xlarge-offset-6 {
        margin-left: 50%
    }

    .xlarge-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .xlarge-offset-7 {
        margin-left: 58.3333333333%
    }

    .xlarge-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .xlarge-offset-8 {
        margin-left: 66.6666666667%
    }

    .xlarge-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .xlarge-offset-9 {
        margin-left: 75%
    }

    .xlarge-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .xlarge-offset-10 {
        margin-left: 83.3333333333%
    }

    .xlarge-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .xlarge-offset-11 {
        margin-left: 91.6666666667%
    }

    .xlarge-order-1 {
        order: 1
    }

    .xlarge-order-2 {
        order: 2
    }

    .xlarge-order-3 {
        order: 3
    }

    .xlarge-order-4 {
        order: 4
    }

    .xlarge-order-5 {
        order: 5
    }

    .xlarge-order-6 {
        order: 6
    }

    .xlarge-up-1 {
        flex-wrap: wrap
    }

    .xlarge-up-1>.column,
    .xlarge-up-1>.columns {
        flex: 0 0 100%;
        max-width: 100%
    }

    .xlarge-up-2 {
        flex-wrap: wrap
    }

    .xlarge-up-2>.column,
    .xlarge-up-2>.columns {
        flex: 0 0 50%;
        max-width: 50%
    }

    .xlarge-up-3 {
        flex-wrap: wrap
    }

    .xlarge-up-3>.column,
    .xlarge-up-3>.columns {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .xlarge-up-4 {
        flex-wrap: wrap
    }

    .xlarge-up-4>.column,
    .xlarge-up-4>.columns {
        flex: 0 0 25%;
        max-width: 25%
    }

    .xlarge-up-5 {
        flex-wrap: wrap
    }

    .xlarge-up-5>.column,
    .xlarge-up-5>.columns {
        flex: 0 0 20%;
        max-width: 20%
    }

    .xlarge-up-6 {
        flex-wrap: wrap
    }

    .xlarge-up-6>.column,
    .xlarge-up-6>.columns {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .xlarge-up-7 {
        flex-wrap: wrap
    }

    .xlarge-up-7>.column,
    .xlarge-up-7>.columns {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .xlarge-up-8 {
        flex-wrap: wrap
    }

    .xlarge-up-8>.column,
    .xlarge-up-8>.columns {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media screen and (min-width: 75em)and (min-width: 75em) {
    .xlarge-expand {
        flex: 1 1 0px
    }
}

@media screen and (min-width: 75em) {
    .xlarge-flex-dir-row {
        flex-direction: row
    }

    .xlarge-flex-dir-row-reverse {
        flex-direction: row-reverse
    }

    .xlarge-flex-dir-column {
        flex-direction: column
    }

    .xlarge-flex-dir-column-reverse {
        flex-direction: column-reverse
    }

    .xlarge-flex-child-auto {
        flex: 1 1 auto
    }

    .xlarge-flex-child-grow {
        flex: 1 0 auto
    }

    .xlarge-flex-child-shrink {
        flex: 0 1 auto
    }
}

.row.xlarge-unstack>.column,
.row.xlarge-unstack>.columns {
    flex: 0 0 100%
}

@media screen and (min-width: 75em) {

    .row.xlarge-unstack>.column,
    .row.xlarge-unstack>.columns {
        flex: 1 1 0px
    }

    .xlarge-collapse>.column,
    .xlarge-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }

    .xlarge-uncollapse>.column,
    .xlarge-uncollapse>.columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .xxlarge-offset-0 {
        margin-left: 0%
    }

    .xxlarge-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .xxlarge-offset-1 {
        margin-left: 8.3333333333%
    }

    .xxlarge-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .xxlarge-offset-2 {
        margin-left: 16.6666666667%
    }

    .xxlarge-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .xxlarge-offset-3 {
        margin-left: 25%
    }

    .xxlarge-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .xxlarge-offset-4 {
        margin-left: 33.3333333333%
    }

    .xxlarge-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .xxlarge-offset-5 {
        margin-left: 41.6666666667%
    }

    .xxlarge-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .xxlarge-offset-6 {
        margin-left: 50%
    }

    .xxlarge-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .xxlarge-offset-7 {
        margin-left: 58.3333333333%
    }

    .xxlarge-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .xxlarge-offset-8 {
        margin-left: 66.6666666667%
    }

    .xxlarge-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .xxlarge-offset-9 {
        margin-left: 75%
    }

    .xxlarge-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .xxlarge-offset-10 {
        margin-left: 83.3333333333%
    }

    .xxlarge-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .xxlarge-offset-11 {
        margin-left: 91.6666666667%
    }

    .xxlarge-order-1 {
        order: 1
    }

    .xxlarge-order-2 {
        order: 2
    }

    .xxlarge-order-3 {
        order: 3
    }

    .xxlarge-order-4 {
        order: 4
    }

    .xxlarge-order-5 {
        order: 5
    }

    .xxlarge-order-6 {
        order: 6
    }

    .xxlarge-up-1 {
        flex-wrap: wrap
    }

    .xxlarge-up-1>.column,
    .xxlarge-up-1>.columns {
        flex: 0 0 100%;
        max-width: 100%
    }

    .xxlarge-up-2 {
        flex-wrap: wrap
    }

    .xxlarge-up-2>.column,
    .xxlarge-up-2>.columns {
        flex: 0 0 50%;
        max-width: 50%
    }

    .xxlarge-up-3 {
        flex-wrap: wrap
    }

    .xxlarge-up-3>.column,
    .xxlarge-up-3>.columns {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .xxlarge-up-4 {
        flex-wrap: wrap
    }

    .xxlarge-up-4>.column,
    .xxlarge-up-4>.columns {
        flex: 0 0 25%;
        max-width: 25%
    }

    .xxlarge-up-5 {
        flex-wrap: wrap
    }

    .xxlarge-up-5>.column,
    .xxlarge-up-5>.columns {
        flex: 0 0 20%;
        max-width: 20%
    }

    .xxlarge-up-6 {
        flex-wrap: wrap
    }

    .xxlarge-up-6>.column,
    .xxlarge-up-6>.columns {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .xxlarge-up-7 {
        flex-wrap: wrap
    }

    .xxlarge-up-7>.column,
    .xxlarge-up-7>.columns {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }

    .xxlarge-up-8 {
        flex-wrap: wrap
    }

    .xxlarge-up-8>.column,
    .xxlarge-up-8>.columns {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media screen and (min-width: 90em)and (min-width: 90em) {
    .xxlarge-expand {
        flex: 1 1 0px
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-flex-dir-row {
        flex-direction: row
    }

    .xxlarge-flex-dir-row-reverse {
        flex-direction: row-reverse
    }

    .xxlarge-flex-dir-column {
        flex-direction: column
    }

    .xxlarge-flex-dir-column-reverse {
        flex-direction: column-reverse
    }

    .xxlarge-flex-child-auto {
        flex: 1 1 auto
    }

    .xxlarge-flex-child-grow {
        flex: 1 0 auto
    }

    .xxlarge-flex-child-shrink {
        flex: 0 1 auto
    }
}

.row.xxlarge-unstack>.column,
.row.xxlarge-unstack>.columns {
    flex: 0 0 100%
}

@media screen and (min-width: 90em) {

    .row.xxlarge-unstack>.column,
    .row.xxlarge-unstack>.columns {
        flex: 1 1 0px
    }

    .xxlarge-collapse>.column,
    .xxlarge-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }

    .xxlarge-uncollapse>.column,
    .xxlarge-uncollapse>.columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.shrink {
    flex: 0 0 auto;
    max-width: 100%
}

.column-block {
    margin-bottom: 1.875rem
}

.column-block>:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width: 40em) {
    .column-block {
        margin-bottom: 1.875rem
    }

    .column-block>:last-child {
        margin-bottom: 0
    }
}

@media print,
screen and (min-width: 64em) {
    .column-block {
        margin-bottom: 1.875rem
    }

    .column-block>:last-child {
        margin-bottom: 0
    }
}

.align-right {
    justify-content: flex-end
}

.align-center {
    justify-content: center
}

.align-justify {
    justify-content: space-between
}

.align-spaced {
    justify-content: space-around
}

.align-top {
    align-items: flex-start
}

.align-self-top {
    align-self: flex-start
}

.align-bottom {
    align-items: flex-end
}

.align-self-bottom {
    align-self: flex-end
}

.align-middle {
    align-items: center
}

.align-self-middle {
    align-self: center
}

.align-stretch {
    align-items: stretch
}

.align-self-stretch {
    align-self: stretch
}

.xsmall-order-1 {
    order: 1
}

.xsmall-order-2 {
    order: 2
}

.xsmall-order-3 {
    order: 3
}

.xsmall-order-4 {
    order: 4
}

.xsmall-order-5 {
    order: 5
}

.xsmall-order-6 {
    order: 6
}

@media print,
screen and (min-width: 20em) {
    .small-order-1 {
        order: 1
    }

    .small-order-2 {
        order: 2
    }

    .small-order-3 {
        order: 3
    }

    .small-order-4 {
        order: 4
    }

    .small-order-5 {
        order: 5
    }

    .small-order-6 {
        order: 6
    }
}

@media print,
screen and (min-width: 40em) {
    .medium-order-1 {
        order: 1
    }

    .medium-order-2 {
        order: 2
    }

    .medium-order-3 {
        order: 3
    }

    .medium-order-4 {
        order: 4
    }

    .medium-order-5 {
        order: 5
    }

    .medium-order-6 {
        order: 6
    }
}

@media print,
screen and (min-width: 64em) {
    .large-order-1 {
        order: 1
    }

    .large-order-2 {
        order: 2
    }

    .large-order-3 {
        order: 3
    }

    .large-order-4 {
        order: 4
    }

    .large-order-5 {
        order: 5
    }

    .large-order-6 {
        order: 6
    }
}

@media screen and (min-width: 75em) {
    .xlarge-order-1 {
        order: 1
    }

    .xlarge-order-2 {
        order: 2
    }

    .xlarge-order-3 {
        order: 3
    }

    .xlarge-order-4 {
        order: 4
    }

    .xlarge-order-5 {
        order: 5
    }

    .xlarge-order-6 {
        order: 6
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-order-1 {
        order: 1
    }

    .xxlarge-order-2 {
        order: 2
    }

    .xxlarge-order-3 {
        order: 3
    }

    .xxlarge-order-4 {
        order: 4
    }

    .xxlarge-order-5 {
        order: 5
    }

    .xxlarge-order-6 {
        order: 6
    }
}

@media all and (min-width: 640px) {
    .row {
        padding-left: 1px;
        padding-right: 1px
    }
}

@media all and (min-width: 1024px) {
    .row {
        padding-left: 90px;
        padding-right: 90px
    }
}

.row .row {
    padding-left: 0;
    padding-right: 0
}

.row--relative {
    position: relative
}

.row--collapse {
    padding-left: 0;
    padding-right: 0
}

@media all and (max-width: 319px) {
    .row--collapse-xsmall {
        padding-left: 0;
        padding-right: 0
    }
}

@media all and (max-width: 639px) {
    .row--collapse-small {
        padding-left: 0;
        padding-right: 0
    }
}

@media all and (max-width: 1023px) {
    .row--collapse-medium {
        padding-left: 0;
        padding-right: 0
    }
}

@media all and (max-width: 1199px) {
    .row--collapse-large {
        padding-left: 0;
        padding-right: 0
    }
}

@media all and (max-width: 1439px) {
    .row--collapse-xlarge {
        padding-left: 0;
        padding-right: 0
    }
}

.row--full-width {
    flex-basis: 100%
}

@media print {

    .column,
    .columns {
        flex: 0 0 100%;
        max-width: 100%
    }
}

html {
    height: 100%
}

body {
    color: #2d2926;
    display: flex;
    flex-direction: column;
    font-family: roboto, arial, sans-serif;
    font-size: 16px;
    height: 100vh
}

.clearfix {
    clear: both
}

@media print {
    html {
        font-size: 10pt;
        height: auto
    }

    body {
        display: block;
        height: auto;
        padding-top: 0
    }
}

p,
.main-content .EPiServerForms .FormStep .FormStep__Description,
ul,
ol {
    color: inherit;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 18px
}

p:last-child,
.main-content .EPiServerForms .FormStep .FormStep__Description:last-child,
ul:last-child,
ol:last-child {
    margin-bottom: 0
}

@media all and (max-width: 639px) {

    p:last-child,
    .main-content .EPiServerForms .FormStep .FormStep__Description:last-child,
    ul:last-child,
    ol:last-child {
        margin-bottom: 0
    }
}

@media all and (max-width: 639px) {

    p,
    .main-content .EPiServerForms .FormStep .FormStep__Description,
    ul,
    ol {
        margin: 0 0 16px
    }
}

p,
.main-content .EPiServerForms .FormStep .FormStep__Description {
    max-width: 50em
}

article {
    padding: 16px 0
}

@media all and (max-width: 639px) {
    article {
        padding: 8px 0
    }
}

button,
input,
optgroup,
select,
textarea {
    font-family: roboto, arial, sans-serif;
    font-size: 1rem
}

button {
    cursor: pointer;
    outline: 0
}

strong,
b {
    font-weight: 600
}

sub,
sup {
    font-weight: 500
}

code,
pre,
kbd,
samp {
    font-family: "sourcecodepro", monospace;
    margin: 0
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: inherit;
    font-family: roboto, arial, sans-serif;
    font-weight: 500;
    margin-bottom: .25em;
    margin-top: 0;
    max-width: 34em
}

h1,
.h1 {
    font-size: 2.625rem;
    font-weight: 600;
    line-height: 1.26
}

@media all and (max-width: 639px) {

    h1,
    .h1 {
        font-size: 1.5rem;
        line-height: 1.25
    }
}

h2,
.h2 {
    font-size: 1.6875rem;
    line-height: 1.26
}

@media all and (max-width: 639px) {

    h2,
    .h2 {
        font-size: 1.25rem;
        line-height: 1.3
    }
}

h3,
.h3 {
    font-size: 1.1875rem;
    line-height: 1.33
}

h4,
.h4 {
    font-size: 1.063rem;
    font-weight: 600;
    line-height: 1.33
}

h5,
.h5,
h6,
.h6 {
    font-size: 1.063rem;
    font-weight: 600;
    line-height: 1.47
}

@media all and (max-width: 639px) {

    h5,
    .h5,
    h6,
    .h6 {
        font-size: 1.063rem;
        line-height: 1.3529
    }
}

a,
a:link,
a:visited,
a:active {
    color: #2354ad
}

a:link,
a:visited,
a:active {
    border-bottom: 0px solid #2354ad;
    text-decoration: none
}

a:hover {
    border-color: #1a708c;
    color: #1a708c;
    text-decoration: none
}

a:hover[href^="http://"]:not([href*="politiet.no"]):not([class]),
a:hover[href^="https://"]:not([href*="politiet.no"]):not([class]),
a:hover[href^="//"]:not([href*="politiet.no"]):not([class]) {
    margin-right: .17647em
}

a:hover[href^="http://"]:not([href*="politiet.no"]):not([class])::after,
a:hover[href^="https://"]:not([href*="politiet.no"]):not([class])::after,
a:hover[href^="//"]:not([href*="politiet.no"]):not([class])::after {
    background: url("/Static/images/external-link.png");
    background-image: url("/Static/images/external-link.svg"), none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain
}

a:focus {
    background-color: #1a708c;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
    outline: 0;
    text-decoration: none
}

a:focus[href^="http://"]:not([href*="politiet.no"]):not([class]),
a:focus[href^="https://"]:not([href*="politiet.no"]):not([class]),
a:focus[href^="//"]:not([href*="politiet.no"]):not([class]) {
    margin-right: .17647em
}

a:focus[href^="http://"]:not([href*="politiet.no"]):not([class])::after,
a:focus[href^="https://"]:not([href*="politiet.no"]):not([class])::after,
a:focus[href^="//"]:not([href*="politiet.no"]):not([class])::after {
    background: url("/Static/images/external-link-white.png");
    background-image: url("/Static/images/external-link-white.svg"), none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain
}

a[href^="http://"]:not([href*="politiet.no"]):not([class]),
a[href^="https://"]:not([href*="politiet.no"]):not([class]),
a[href^="//"]:not([href*="politiet.no"]):not([class]) {
    margin-right: .17647em
}

a[href^="http://"]:not([href*="politiet.no"]):not([class])::after,
a[href^="https://"]:not([href*="politiet.no"]):not([class])::after,
a[href^="//"]:not([href*="politiet.no"]):not([class])::after {
    background: url("/Static/images/external-link-blue.png");
    background-image: url("/Static/images/external-link-blue.svg"), none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: .7778em;
    margin-left: .17647em;
    width: .7778em
}

@media print {

    a[href^="http://"]:not([href*="politiet.no"]):not([class]),
    a[href^="https://"]:not([href*="politiet.no"]):not([class]),
    a[href^="//"]:not([href*="politiet.no"]):not([class]) {
        margin-right: 0
    }

    a[href^="http://"]:not([href*="politiet.no"]):not([class])::after,
    a[href^="https://"]:not([href*="politiet.no"]):not([class])::after,
    a[href^="//"]:not([href*="politiet.no"]):not([class])::after {
        display: none
    }
}

.rich-text a:hover,
.document-list a:hover,
.breadcrumbs a:hover,
.upcoming-events__event-title a:hover,
.twitter-feed__tweet-user-name a:hover,
.twitter-feed__tweet-text a:hover,
.page-listing__title a:hover,
.link-list a:hover {
    border: none;
    background: #e4e5e8;
    color: #0a0a0a;
    box-shadow: 2px 0 0 0 #e4e5e8, -2px 0 0 0 #e4e5e8, 2px 1px 0 0 #0a0a0a, -2px 1px 0 0 #0a0a0a
}

.rich-text a:focus,
.rich-text a:active,
.document-list a:focus,
.document-list a:active,
.breadcrumbs a:focus,
.breadcrumbs a:active,
.upcoming-events__event-title a:focus,
.upcoming-events__event-title a:active,
.twitter-feed__tweet-user-name a:focus,
.twitter-feed__tweet-user-name a:active,
.twitter-feed__tweet-text a:focus,
.twitter-feed__tweet-text a:active,
.page-listing__title a:focus,
.page-listing__title a:active,
.link-list a:focus,
.link-list a:active {
    color: #fefefe;
    background: #1a708c;
    box-shadow: 2px 0 0 0 #1a708c, -2px 0 0 0 #1a708c, 2px 1px 0 0 #1a708c, -2px 1px 0 0 #1a708c
}

.rich-text a:focus,
.document-list a:focus,
.breadcrumbs a:focus,
.upcoming-events__event-title a:focus,
.twitter-feed__tweet-user-name a:focus,
.twitter-feed__tweet-text a:focus,
.page-listing__title a:focus,
.link-list a:focus {
    border: none
}

ul {
    list-style: none;
    margin-bottom: 24px;
    padding: 0
}

ul>li {
    margin: 0 0 8px;
    max-width: 34em;
    padding-left: .75rem;
    position: relative
}

@media all and (max-width: 639px) {
    ul>li {
        margin: 0 0 4px
    }
}

ul>li:last-child {
    margin-bottom: 0
}

ul>li::before {
    background-color: #fefefe;
    border-radius: 0px;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: .6875rem;
    width: 4px
}

ol {
    counter-reset: ordered-list;
    list-style: none;
    margin: 0 0 24px;
    padding: 0
}

ol>li {
    margin: 0 0 8px;
    max-width: 34em;
    padding-left: 1.25rem;
    position: relative
}

@media all and (max-width: 639px) {
    ol>li {
        margin: 0 0 4px
    }
}

ol>li:last-child {
    margin-bottom: 0
}

ol>li::before {
    content: counter(ordered-list) ".";
    counter-increment: ordered-list;
    display: block;
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    width: 1rem
}

ol>li:not([class]):nth-child(n+10) {
    padding-left: 1.75rem
}

ol>li:not([class]):nth-child(n+10)::before {
    width: 1.5rem
}

@media print {
    ul>li::before {
        background-color: rgba(0, 0, 0, 0);
        border-radius: 0;
        content: "â€¢";
        top: 0
    }
}

fieldset {
    margin: 0
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

select::-ms-expand {
    display: none
}

input[type=number] {
    -moz-appearance: textfield
}

.form__item--hidden {
    display: none
}

.form__label,
.main-content .EPiServerForms .Form__Element .Form__Element__Caption {
    color: #293346;
    display: block;
    font-size: 1rem;
    margin-bottom: .5rem;
    position: relative
}

.form__label--narrow {
    width: 60%
}

@media all and (max-width: 639px) {
    .form__label--narrow {
        width: 100%
    }
}

.form__label--hidden {
    display: none
}

.form__label--datetime-date,
.form__label--datetime-time {
    display: block;
    float: left;
    margin-bottom: 0
}

.form__label--datetime-date {
    margin-right: 1.5%;
    width: 48.5%
}

@media all and (max-width: 1023px) {
    .form__label--datetime-date {
        margin-right: 0;
        width: 60%
    }
}

.form__label--datetime-time {
    margin-left: 1.5%;
    width: 48.5%
}

@media all and (max-width: 1023px) {
    .form__label--datetime-time {
        margin-left: 3%;
        width: 37%
    }
}

.form__label--offset {
    padding-left: 1.875rem
}

.form__label-text {
    display: block;
    font-weight: 600
}

[disabled]+.form__label-text {
    opacity: .6
}

.form__label-text--datetime {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 14px
}

.form__textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #b2b6be;
    border-radius: 0;
    color: #212a3b;
    font-size: 1rem;
    font-weight: 400;
    height: 20vh;
    margin-top: 4px;
    min-height: 200px;
    padding: 16px 12px;
    resize: vertical;
    width: 100%
}

.form__textarea:focus {
    border: 2px solid #54d2fa;
    outline: 0
}

.form__textarea::-moz-placeholder {
    color: #505868
}

.form__textarea::placeholder {
    color: #505868
}

@media all and (min-width: 640px) {
    .form__textarea {
        clear: both;
        display: block
    }
}

.form__textarea.form__input-error {
    border: 2px solid #e00
}

.form__textarea.form__input-error:focus {
    border-color: #54d2fa
}

.form__textarea--small {
    height: 10vh
}

.form__textarea--smaller {
    height: 10vh;
    min-height: 5rem
}

.form__textbox,
.main-content .EPiServerForms .FormTextbox__Input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #505868;
    border-radius: 0;
    color: #212a3b;
    font-size: 1rem;
    font-weight: 400;
    line-height: 36px;
    min-height: 52px;
    padding: 6px 12px;
    width: 100%
}

.form__textbox:focus,
.main-content .EPiServerForms .FormTextbox__Input:focus {
    border: 2px solid #54d2fa;
    outline: 0
}

.form__textbox::-moz-placeholder,
.main-content .EPiServerForms .FormTextbox__Input::-moz-placeholder {
    color: #505868
}

.form__textbox::placeholder,
.main-content .EPiServerForms .FormTextbox__Input::placeholder {
    color: #505868
}

@media all and (min-width: 640px) {

    .form__textbox,
    .main-content .EPiServerForms .FormTextbox__Input {
        clear: both;
        display: block
    }
}

.form__textbox.form__input-error,
.main-content .EPiServerForms .form__input-error.FormTextbox__Input {
    border: 2px solid #e00
}

.form__textbox.form__input-error:focus,
.main-content .EPiServerForms .form__input-error.FormTextbox__Input:focus {
    border-color: #54d2fa
}

.form__textbox[readonly],
.main-content .EPiServerForms [readonly].FormTextbox__Input {
    background: url("/Static/images/material-design-icons/outlined/lock.png");
    background-color: #f4f4f4;
    background-image: url("/Static/images/material-design-icons/outlined/lock.svg");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border-color: #505868;
    color: #505868;
    font-style: italic
}

.form__select,
.main-content .EPiServerForms .FormSelection select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/Static/images/selector-arrow.png");
    background-color: #fefefe;
    background-image: url("/Static/images/selector-arrow.svg");
    background-position: right 8px center;
    background-repeat: no-repeat;
    background-size: 20px 14px;
    border: 2px solid #505868;
    border-radius: 0;
    color: #212a3b;
    margin-top: 4px;
    min-height: 52px;
    padding: 14px 32px 14px 12px;
    width: 100%
}

.form__select option,
.main-content .EPiServerForms .FormSelection select option {
    padding: 6px 32px 6px 12px
}

.form__select:focus,
.main-content .EPiServerForms .FormSelection select:focus {
    border: 2px solid #54d2fa;
    outline: 0
}

.form__select.form__input-error,
.main-content .EPiServerForms .FormSelection select.form__input-error {
    border-color: #e00
}

.form__select.form__input-error:focus,
.main-content .EPiServerForms .FormSelection select.form__input-error:focus {
    border-color: #54d2fa
}

@media all and (min-width: 640px) {

    .form__select,
    .main-content .EPiServerForms .FormSelection select {
        clear: both;
        display: block
    }
}

.form__datetime-container {
    display: block;
    position: relative
}

.form__datetime-container::before,
.form__datetime-container::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1
}

.form__datetime-container::after {
    clear: both
}

.form__datetime-container+.form__label,
.main-content .EPiServerForms .Form__Element .form__datetime-container+.Form__Element__Caption {
    margin-top: 32px
}

.form__date {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/Static/images/cal.png");
    background-color: #fefefe;
    background-image: url("/Static/images/cal.svg");
    background-position: right 8px center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border: 2px solid #b2b6be;
    border-radius: 0;
    color: #212a3b;
    cursor: pointer;
    display: block;
    margin-top: 4px;
    min-height: 52px;
    padding: 6px 32px 6px 12px;
    width: 100%
}

.form__date::-webkit-inner-spin-button,
.form__date::-webkit-outer-spin-button,
.form__date::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    appearance: none;
    display: none
}

.form__date:focus {
    border: 2px solid #54d2fa;
    outline: 0
}

.form__date::-moz-placeholder {
    color: #505868
}

.form__date::placeholder {
    color: #505868
}

.form__date.form__input-error {
    border-color: #e00
}

.form__date.form__input-error:focus {
    border-color: #54d2fa
}

.form__date.form__date--datetime {
    margin-top: 0
}

.form__time {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/Static/images/clock.png");
    background-color: #fefefe;
    background-image: url("/Static/images/clock.svg");
    background-position: right 8px center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border: 2px solid #b2b6be;
    border-radius: 0;
    color: #212a3b;
    cursor: pointer;
    display: block;
    margin-top: 4px;
    min-height: 52px;
    padding: 6px 32px 6px 12px;
    width: 100%
}

.form__time option {
    padding: 6px 32px 6px 12px
}

.form__time:focus {
    border: 2px solid #54d2fa;
    outline: 0
}

.form__time::-moz-placeholder {
    color: #505868
}

.form__time::placeholder {
    color: #505868
}

.form__time.form__time--datetime {
    margin-top: 0
}

.form__checkbox,
.form__radio {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.form__radio+.form__label-text {
    font-size: 1rem;
    font-weight: 400
}

.form__radio+.form__label-text::before {
    border: 2px solid #212a3b;
    border-radius: 50%;
    content: "";
    height: 22px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 22px
}

.form__radio:focus+.form__label-text::before {
    animation: ripple-blue .2s linear forwards;
    background-color: #e5e9f0;
    border: 2px solid #1a708c
}

.form__radio:active+.form__label-text::before {
    border: 2px solid #212a3b
}

.form__radio:checked+.form__label-text::before {
    border: 2px solid #212a3b
}

.form__radio:checked+.form__label-text::after {
    background-color: #212a3b;
    border-radius: 50%;
    content: "";
    font-weight: 600;
    height: 10px;
    left: 6px;
    position: absolute;
    top: 7px;
    width: 10px
}

.form__checkbox+.form__label-text {
    font-size: 1rem;
    font-weight: 400
}

.form__checkbox+.form__label-text::before {
    border: 2px solid #212a3b;
    content: "";
    height: 22px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 22px
}

.form__checkbox+.form__label-text::after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    color: #fff;
    font-size: .85rem;
    font-weight: 600;
    height: 11px;
    left: 8px;
    position: absolute;
    top: 6px;
    transform: scaleX(-1) rotate(-35deg);
    width: 7px
}

.form__checkbox:focus+.form__label-text::before {
    background-color: #e4e5e8
}

.form__checkbox:active+.form__label-text::before {
    animation: ripple-gray .2s linear forwards;
    background-color: #e4e5e8
}

.form__checkbox:checked+.form__label-text::before {
    background-color: #212a3b
}

.form__checkbox:checked+.form__label-text::after {
    content: ""
}

.form__item--hidden+.form__label-text {
    display: inline-block;
    padding: 0
}

.form__item--hidden+.form__label-text::before,
.form__item--hidden+.form__label-text::after {
    display: none
}

.form__robot {
    left: -2000px;
    position: absolute
}

@keyframes ripple-green {
    0% {
        box-shadow: 0 0 0 1px rgba(54, 181, 46, 0)
    }

    20% {
        box-shadow: 0 0 0 4px rgba(54, 181, 46, .5)
    }

    100% {
        box-shadow: 0 0 0 8px rgba(54, 181, 46, 0)
    }
}

@keyframes ripple-blue {
    0% {
        box-shadow: 0 0 0 1px rgba(58, 89, 148, 0)
    }

    20% {
        box-shadow: 0 0 0 4px rgba(58, 89, 148, .5)
    }

    100% {
        box-shadow: 0 0 0 8px rgba(58, 89, 148, 0)
    }
}

@keyframes ripple-gray {
    0% {
        box-shadow: 0 0 0 1px rgba(178, 182, 190, 0)
    }

    20% {
        box-shadow: 0 0 0 4px #b2b6be
    }

    100% {
        box-shadow: 0 0 0 8px rgba(178, 182, 190, 0)
    }
}

.icon__read-more {
    border: 2px solid #505868;
    border-radius: 50%;
    display: inline-block;
    font-size: 1.5rem;
    height: 30px;
    position: relative;
    top: 1px;
    width: 30px
}

.icon__read-more::before {
    background-color: #505868;
    content: "";
    display: block;
    height: 2px;
    left: 4px;
    position: absolute;
    top: calc(50% - 1px);
    width: 15px
}

.icon__read-more::after {
    border: 2px solid #505868;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 10px;
    left: 9px;
    position: relative;
    top: calc(50% - 5px);
    transform: rotate(45deg);
    width: 10px
}

.icon__read-more--small {
    border-width: 1px;
    height: 21px;
    width: 21px
}

.icon__read-more--small::before {
    background-color: #505868;
    content: "";
    display: block;
    height: 1px;
    left: 5px;
    position: absolute;
    top: 9px;
    width: 10px
}

.icon__read-more--small::after {
    border: 1px solid #505868;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 6px;
    left: 8px;
    position: relative;
    top: 6.5px;
    transform: rotate(45deg);
    width: 6px
}

.icon--flip-hor {
    transform: scaleX(-1)
}

.icon__read-more--white,
.icon__read-more--white::after {
    border-color: #fefefe
}

.icon__read-more--white::before {
    background-color: #fefefe
}

.icon__read-more--yellow,
.icon__read-more--yellow::after {
    border-color: #ffd923
}

.icon__read-more--yellow::before {
    background-color: #ffd923
}

.accordion {
    margin: 0 0 32px;
    border-top: 1px solid #e5e9f0;
    margin-top: 0;
    max-width: 45rem
}

@media all and (max-width: 639px) {
    .accordion {
        margin: 0 0 16px
    }
}

.accordion:last-child {
    margin-bottom: 0
}

.accordion-title {
    margin: 0 0 .5rem
}

.accordion__legend {
    font-size: 1.063rem;
    font-weight: 600;
    margin: 0;
    max-width: 45rem;
    padding: 0 .5rem 0 0
}

.accordion__legend-label {
    float: right;
    min-width: 85px;
    padding: 0 0 0 1rem;
    text-align: right
}

.accordion__heading {
    border-bottom: 1px solid #e5e9f0;
    color: #2354ad;
    margin: 0;
    position: relative
}

.accordion__button {
    cursor: pointer;
    display: block;
    font-size: 1.063rem;
    font-weight: 500;
    line-height: 1.5;
    padding: .75rem .5rem .75rem 2.5rem;
    text-align: left;
    text-decoration: none;
    width: 100%
}

.accordion__button,
.accordion__button:link,
.accordion__button:visited,
.accordion__button:active,
.accordion__button:hover {
    color: inherit
}

.accordion__button:hover {
    background-color: #e4e5e8
}

.accordion__button:hover:focus {
    background-color: #1a708c
}

.accordion__button:focus {
    background-color: #1a708c;
    color: #fff
}

.accordion__button:focus .accordion__icon::before,
.accordion__button:focus .accordion__icon::after {
    background-color: #fff
}

.accordion__heading--expanded {
    border-bottom: 1px solid rgba(0, 0, 0, 0)
}

.accordion__heading--expanded .accordion__icon::before {
    transform: rotate(-45deg)
}

.accordion__heading--expanded .accordion__icon::after {
    transform: rotate(45deg)
}

.accordion__icon {
    display: block;
    font-size: .9375rem;
    height: 1rem;
    position: absolute;
    left: .4rem;
    top: 1rem;
    width: 1.25rem
}

.accordion__icon::before,
.accordion__icon::after {
    background-color: #4b5363;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: .5rem;
    transition: transform .3s ease;
    width: 12px
}

.accordion__icon::before {
    left: 0;
    transform: rotate(45deg)
}

.accordion__icon::after {
    right: 0;
    transform: rotate(-45deg)
}

.accordion__icon--water::after,
.accordion__icon--water::before {
    background-color: #008db9
}

.accordion__icon--sunflower::after,
.accordion__icon--sunflower::before {
    background-color: #ffd923
}

.accordion__heading-label {
    float: right;
    font-size: 1.063rem;
    font-weight: 400;
    line-height: 1.6rem;
    min-width: 85px;
    padding: 0 0 0 1rem;
    text-align: right
}

.accordion__region {
    display: none;
    margin: 0;
    padding: .5rem 2.5rem 2rem
}

.no-js .accordion__region {
    display: block
}

.accordion__region--expanded {
    border-bottom: 1px solid #e5e9f0;
    display: block
}

@media print {
    .accordion__heading {
        border-bottom: 0
    }

    .accordion__icon {
        display: none
    }

    .accordion__region {
        display: block;
        padding: 0 0 .5rem
    }

    .accordion__button {
        padding-left: 0
    }

    .accordion__button:link,
    .accordion__button:visited,
    .accordion__button:active {
        color: #293346
    }
}

.advice {
    margin: 0 0 32px;
    background-color: #e5e9f0;
    display: block
}

.advice:last-child {
    margin-bottom: 0
}

.advice,
.advice:link,
.advice:visited,
.advice:active {
    color: #212a3b;
    text-decoration: none
}

.advice:hover {
    background-color: #d8dee9;
    color: #212a3b
}

.advice:hover .advice__link-underline {
    border-bottom: 2px solid #212a3b
}

@media all and (min-width: 640px) {
    .advice:hover .advice__read-more-icon {
        visibility: visible
    }
}

.advice:focus {
    background-color: #1a708c;
    color: #fff;
    outline: 0
}

.advice:focus[href^="http://"]:not([href*="politiet.no"]) .advice__text::after,
.advice:focus[href^="https://"]:not([href*="politiet.no"]) .advice__text::after,
.advice:focus[href^="//"]:not([href*="politiet.no"]) .advice__text::after {
    background: url("/Static/images/external-link-white.png");
    background-image: url("/Static/images/external-link-white.svg"), none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain
}

.advice:focus .advice__link-underline {
    border-bottom: 0
}

.advice[href^="http://"]:not([href*="politiet.no"]) .advice__text::after,
.advice[href^="https://"]:not([href*="politiet.no"]) .advice__text::after,
.advice[href^="//"]:not([href*="politiet.no"]) .advice__text::after {
    background: url("/Static/images/external-link.png");
    background-image: url("/Static/images/external-link.svg"), none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 16px;
    margin-left: 8px;
    position: relative;
    top: 1px;
    width: 16px
}

.advice.advice--skewed:not(.advice--fullwidth) {
    padding-bottom: 0
}

@media all and (max-width: 639px) {
    .advice.advice--skewed:not(.advice--fullwidth) {
        padding-bottom: 4vw
    }
}

.advice__content {
    padding: 32px 40px;
    position: relative
}

@media all and (max-width: 639px) {
    .advice__content {
        padding: 32px 30px
    }
}

.advice__heading {
    margin-bottom: 4px;
    max-width: 34em;
    padding-right: 56px
}

.advice__heading.advice__heading--regular {
    font-size: 1.875rem;
    font-weight: 500;
    position: relative
}

.advice__heading.advice__heading--regular::before,
.advice__heading.advice__heading--regular::after {
    background-color: #fefefe;
    content: "";
    display: block;
    height: 48px;
    position: absolute;
    transform: skew(-28deg);
    transform-origin: top right;
    width: 14px
}

.advice__heading.advice__heading--regular::before {
    right: 9px;
    top: -32px
}

.advice__heading.advice__heading--regular::after {
    right: 0;
    top: -7px
}

@media all and (max-width: 639px) {
    .advice__heading.advice__heading--regular {
        font-size: 1.25rem
    }

    .advice__heading.advice__heading--regular::before,
    .advice__heading.advice__heading--regular::after {
        height: 35px;
        width: 11px
    }

    .advice__heading.advice__heading--regular::before {
        right: 5px;
        top: -32px
    }

    .advice__heading.advice__heading--regular::after {
        right: 0;
        top: -10px
    }
}

.advice__text {
    font-size: 1.063rem;
    line-height: 1.4347
}

.advice__read-more-icon {
    visibility: hidden
}

@media all and (max-width: 639px) {
    .advice__read-more-icon {
        display: none
    }
}

.advice--skewed::after {
    background-color: #e5e9f0
}

.advice--skewed:hover {
    background-color: rgba(0, 0, 0, 0)
}

.advice--skewed:hover::after {
    background-color: #d8dee9
}

.advice--skewed:focus {
    background-color: rgba(0, 0, 0, 0)
}

.advice--skewed:focus::after {
    background-color: #1a708c
}

.advice--skewed.advice--highlighted::after {
    background-color: #ffd923
}

.advice--skewed.advice--highlighted:hover::after {
    background-color: #ffd923
}

.advice--skewed.advice--highlighted:focus::after {
    background-color: #1a708c
}

.advice--skewed .advice__content {
    margin-bottom: 40px
}

.advice--fullwidth .advice__content {
    margin-bottom: 0
}

@media all and (max-width: 639px) {
    .advice--fullwidth .advice__content {
        padding: 32px 15px
    }
}

@media all and (min-width: 640px) {
    .advice--fullwidth .advice__content {
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0;
        padding-top: 48px
    }

    .advice--fullwidth .advice__heading.advice__heading--regular {
        padding-right: 120px
    }

    .advice--fullwidth .advice__heading.advice__heading--regular::before,
    .advice--fullwidth .advice__heading.advice__heading--regular::after {
        height: 120px;
        width: 30px
    }

    .advice--fullwidth .advice__heading.advice__heading--regular::before {
        right: 19px;
        top: -55px
    }

    .advice--fullwidth .advice__heading.advice__heading--regular::after {
        right: 0;
        top: -5px
    }

    .advice--fullwidth .advice__text {
        font-size: 1.25rem
    }

    .advice--fullwidth .advice__text.advice__text--regular {
        font-size: 1.063rem;
        margin-right: 160px
    }
}

@media all and (min-width: 640px)and (max-width: 639px) {
    .advice--fullwidth .advice__text {
        font-size: 1.063rem
    }
}

@media all and (min-width: 640px) {
    .advice--fullwidth:not(.advice--skewed) {
        overflow: hidden
    }

    .advice--fullwidth:not(.advice--skewed) .advice__content {
        padding-bottom: 48px
    }

    .advice--fullwidth:not(.advice--skewed):focus .advice__content::before,
    .advice--fullwidth:not(.advice--skewed):focus .advice__content::after {
        background-color: #fff
    }
}

.advice--fullwidth+.advice--fullwidth,
.advice--fullwidth+.advice--skewed {
    margin-top: -32px
}

@media print {
    .advice {
        border: 1px solid #293346
    }

    .advice__heading::before,
    .advice__heading::after {
        border: 1px solid #293346
    }

    .advice__heading::before {
        border-top: 0
    }
}

.brand {
    align-items: center;
    width: 190px;
    box-sizing: content-box;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    padding: .5rem 0
}

.brand:link {
    border-bottom: 0
}

.brand:focus {
    background-color: rgba(0, 0, 0, 0);
    outline: 2px solid var(--sds-color-semantic-border-focus);
    outline-offset: 2px
}

@media all and (max-width: 639px) {
    .brand {
        width: 153px
    }
}

.btn,
.main-content .EPiServerForms .FormSubmitButton,
.main-content .EPiServerForms .FormResetButton,
.main-content .EPiServerForms [type=submit] {
    margin: 0 32px 0 0;
    background-color: #2354ad;
    border: 0;
    color: #fefefe;
    cursor: pointer;
    font-size: 1rem;
    min-width: 5rem;
    padding: 20px 40px;
    position: relative;
    text-align: center
}

.btn:last-child,
.main-content .EPiServerForms .FormSubmitButton:last-child,
.main-content .EPiServerForms .FormResetButton:last-child,
.main-content .EPiServerForms [type=submit]:last-child {
    margin-right: 0
}

.btn[disabled],
.main-content .EPiServerForms [disabled].FormSubmitButton,
.main-content .EPiServerForms [disabled].FormResetButton,
.main-content .EPiServerForms [disabled][type=submit] {
    cursor: not-allowed
}

.btn:hover,
.main-content .EPiServerForms .FormSubmitButton:hover,
.main-content .EPiServerForms .FormResetButton:hover,
.main-content .EPiServerForms [type=submit]:hover {
    background-color: #1a708c
}

.btn:focus,
.main-content .EPiServerForms .FormSubmitButton:focus,
.main-content .EPiServerForms .FormResetButton:focus,
.main-content .EPiServerForms [type=submit]:focus {
    background-color: #1a708c;
    border-color: #1a708c;
    color: #fff;
    outline: 0
}

.btn--positive,
.main-content .EPiServerForms .FormResetButton {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #4b5363;
    color: #212a3b;
    padding: 18px 40px
}

.btn--positive::after,
.main-content .EPiServerForms .FormResetButton::after {
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    width: calc(100% + 2px)
}

.btn--positive:hover,
.main-content .EPiServerForms .FormResetButton:hover {
    background-color: #1a708c;
    border-color: #1a708c;
    color: #fefefe
}

.btn--positive-inverted {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #fefefe;
    color: #fefefe;
    padding: 18px 40px
}

.btn--positive-inverted:hover {
    background-color: #1a708c;
    border-color: #1a708c;
    color: #fefefe
}

.btn--negative {
    background-color: #b2b6be;
    color: #293346
}

.btn--negative:hover {
    background-color: #1a708c;
    color: #fefefe
}

.btn--success {
    background-color: #ecf9eb;
    border: 2px solid #33882b;
    color: #212a3b;
    padding: 18px 40px
}

.btn--success::after {
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    width: calc(100% + 2px)
}

.btn--success:hover {
    background-color: #1a708c;
    border-color: #1a708c;
    color: #fefefe
}

.btn--success:focus {
    background-color: #1a708c;
    border-color: #1a708c;
    color: #fff;
    outline: 0
}

.btn--subtle,
.main-content .EPiServerForms .FormSubmitButton,
.main-content .EPiServerForms .FormResetButton,
.main-content .EPiServerForms [type=submit] {
    font-size: 1rem;
    padding: 12px 28px
}

.btn--small {
    display: inline-block;
    font-size: .9375rem;
    line-height: 1.125rem;
    padding: 10px 28px
}

.btn--small.btn--positive,
.main-content .EPiServerForms .btn--small.FormResetButton,
.btn--small.btn--success {
    padding: 8px 28px
}

.btn--icon {
    padding: 8px 16px;
    min-width: 3rem
}

.btn--icon .btn__icon {
    bottom: -0.056em;
    fill: #fefefe;
    height: 1.25em;
    position: relative;
    width: 1.25em
}

.btn--icon.btn--negative .btn__icon {
    fill: #293346
}

.btn--icon.btn--negative:hover .btn__icon,
.btn--icon.btn--negative:focus .btn__icon {
    fill: #fefefe
}

.btn--icon.btn--positive .btn__icon,
.main-content .EPiServerForms .btn--icon.FormResetButton .btn__icon {
    fill: #212a3b
}

.btn--icon.btn--positive:hover .btn__icon,
.main-content .EPiServerForms .btn--icon.FormResetButton:hover .btn__icon,
.btn--icon.btn--positive:focus .btn__icon,
.main-content .EPiServerForms .btn--icon.FormResetButton:focus .btn__icon {
    fill: #fefefe
}

.btn--stackable,
.main-content .EPiServerForms .FormSubmitButton,
.main-content .EPiServerForms .FormResetButton,
.main-content .EPiServerForms [type=submit] {
    margin-bottom: 1rem
}

.btn--stackable:last-child,
.main-content .EPiServerForms .FormSubmitButton:last-child,
.main-content .EPiServerForms .FormResetButton:last-child,
.main-content .EPiServerForms [type=submit]:last-child {
    margin-bottom: 0
}

.btn--link {
    color: #2354ad;
    padding-left: 0;
    padding-right: 0
}

.btn--link:hover {
    color: #1a708c
}

.btn--link:hover .btn--link__link-text {
    border-color: #1a708c
}

.btn--link:focus {
    color: #fff
}

.btn--link:focus .btn--link__link-text {
    background-color: #1a708c;
    border-bottom: rgba(0, 0, 0, 0);
    margin: -0.25rem -0.5rem;
    padding: .25rem .5rem
}

.btn--link .btn--link__link-text {
    border-bottom: 1px solid #2354ad
}

.btn--loading .btn__text {
    visibility: hidden
}

.btn--loading .btn__loader {
    display: block
}

.btn__loader {
    animation: rotate 1.5s linear infinite;
    display: none;
    left: calc(50% - 10px);
    position: absolute;
    top: calc(50% - 10px)
}

.feedback-component__form {
    padding: 1.5rem 1.5rem 1.5rem 0rem
}

.feedback-component__form::after {
    clear: both;
    content: "";
    display: table;
    width: 100%
}

.feedback-component__form--hidden {
    display: none
}

.feedback-component--positive {
    background-color: #9ada96
}

.feedback-component--negative {
    background-color: #fde5e5
}

.feedback-component__heading {
    display: inline-block;
    margin: .5rem 0 .75rem 0;
    padding: 0 2rem 0 0;
    vertical-align: top
}

.feedback-component__btn-group {
    border: 0;
    display: inline-block;
    margin-bottom: calc(.75rem - 6px);
    padding: 0
}

.feedback-component__btn--success {
    font-weight: 500;
    border-color: #4a7729;
    background-color: #d2ddc9;
    color: #2d2926
}

.feedback-component__btn--positive {
    font-weight: 500;
    border-color: #5f5d5c;
    color: #2d2926
}

.feedback-component__btn.feedback-component__btn--active.feedback-component__btn--success {
    background-color: #33882b;
    color: #fefefe
}

.feedback-component__btn.feedback-component__btn--active.feedback-component__btn--positive {
    background-color: #212a3b;
    color: #fefefe
}

.feedback-component__btn:focus.feedback-component__btn--success,
.feedback-component__btn:focus.feedback-component__btn--positive {
    background-color: #1a708c;
    border-color: #212a3b;
    color: #fff;
    outline: 0
}

.feedback-component__fieldset {
    border: 0;
    clear: both;
    display: none;
    padding: .1rem 0
}

.feedback-component__fieldset--open {
    border-top: 1px solid #d0d2d7;
    display: block;
    margin-top: .5rem;
    padding: 1rem 0 .75rem 0
}

.feedback-component__legend {
    clip: rect(0, 0, 0, 0);
    position: absolute;
    text-indent: -999999px
}

.feedback-component__label {
    display: block;
    margin-bottom: .75rem
}

.feedback-component__textarea {
    margin: 0 0 1rem
}

@media print {
    .feedback-component {
        display: none
    }
}

.autocomplete {
    display: block;
    position: relative;
    width: 100%
}

.autocomplete .autocomplete__notification {
    margin-bottom: 1rem;
    margin-top: .25rem
}

.autocomplete--hidden {
    display: none
}

.autocomplete__container {
    position: relative
}

.autocomplete__inputgroup {
    display: table;
    position: relative;
    vertical-align: top;
    width: 100%
}

.autocomplete__btngroup {
    display: table-cell;
    position: relative;
    vertical-align: bottom;
    width: 1%
}

.autocomplete__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #b2b6be;
    border-radius: 0;
    color: #2d2926;
    font-size: 1.063rem;
    font-weight: 400;
    line-height: 30px;
    min-height: 50px;
    padding: 6px 12px;
    position: relative;
    width: 100%
}

.autocomplete__input:focus {
    border: 2px solid #54d2fa;
    outline: 0
}

.autocomplete__your-position {
    font-size: 17px;
    height: 100%;
    left: 0;
    padding: 12px 48px 12px 14px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.autocomplete__your-position,
.autocomplete__your-position:link,
.autocomplete__your-position:visited,
.autocomplete__your-position:active,
.autocomplete__your-position:hover {
    color: #2d2926
}

.autocomplete__your-position::after {
    background: url("/Static/images/location.png");
    background-image: url("/Static/images/location.svg"), none;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    float: right;
    height: 1.5rem;
    position: absolute;
    right: 1.25rem;
    width: 1.25rem;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.autocomplete__input:not([data-value=""])+.autocomplete__your-position,
.autocomplete__input:focus+.autocomplete__your-position {
    display: none
}

.autocomplete__your-position--hidden {
    display: none
}

.autocomplete__list {
    background-color: #fefefe;
    border: 2px solid #b2b6be;
    border-top: 0;
    display: block;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 20
}

.autocomplete__list:empty {
    display: none
}

.autocomplete__list--hidden {
    display: none
}

.autocomplete__list-item {
    background-color: #fefefe;
    border-bottom: 1px dotted #b2b6be;
    display: block;
    font-size: 1.063rem;
    line-height: 20px;
    margin: 0 12px;
    max-width: none;
    padding: 12px 0
}

.autocomplete__list-item a {
    display: block;
    padding: 4px
}

.autocomplete__list-item--gps {
    border-bottom: 1px solid #b2b6be;
    line-height: 24px;
    min-height: 50px
}

.autocomplete__list-item--gps a::after {
    background: url("/Static/images/location.png");
    background-image: url("/Static/images/location.svg"), none;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    float: right;
    height: 1.5rem;
    width: 1.25rem
}

.autocomplete__list-item--gps a:focus::after {
    background: url("/Static/images/location-white.png");
    background-image: url("/Static/images/location-white.svg"), none;
    background-repeat: no-repeat;
    background-size: contain
}

.autocomplete__list-item:last-of-type {
    border: 0
}

.autocomplete__search-icon {
    fill: #fefefe;
    height: 1.25rem;
    width: 1.25rem
}

.autocomplete__search-btn {
    margin-left: 6px;
    min-height: 50px
}

.autocomplete__search-btn .autocomplete__search-icon {
    display: block
}

.autocomplete__search-btn .autocomplete__process-icon {
    display: none
}

.autocomplete__search-btn--disabled,
.autocomplete__search-btn--disabled:hover,
.autocomplete__search-btn--disabled:focus {
    background: #505868;
    cursor: default
}

.autocomplete__search-btn--disabled .autocomplete__search-icon {
    display: none
}

.autocomplete__search-btn--disabled .autocomplete__process-icon {
    animation: rotate 1.5s linear infinite;
    display: block
}

.autocomplete__used-address-phrase {
    font-weight: 500;
    margin-top: 1rem
}

@keyframes rotate {
    0% {
        transform: rotate(-360deg)
    }

    100% {
        transform: rotate(0)
    }
}

.polno-header {
    background: #f8f9f9;
    border-bottom: 5px solid #e3e5e7;
    width: 100%;
    z-index: 1000
}

@media all and (min-width: 1440px) {
    .polno-header {
        overflow: hidden
    }
}

.polno-header.polno-header--menu-open {
    border-color: #fff
}

.polno-header__notification {
    border: none
}

.polno-header__row {
    margin: 0 auto;
    max-width: 90rem;
    min-height: 87px;
    width: 100%
}

@media all and (min-width: 640px) {
    .polno-header__row {
        padding: 0 25px
    }
}

@media all and (min-width: 1024px) {
    .polno-header__row {
        padding: 0 95px
    }
}

@media all and (max-width: 639px) {
    .polno-header__row {
        min-height: 73px;
        padding: 0 15px
    }
}

.polno-header__content {
    display: grid;
    grid-template-columns: 1fr 190px 1fr;
    grid-template-rows: 87px auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px
}

@media all and (max-width: 639px) {
    .polno-header__content {
        grid-template-columns: 1fr 153px 1fr;
        grid-template-rows: 73px auto
    }
}

.polno-header__content-menu-btn {
    align-items: center;
    display: flex;
    grid-area: 1/1/2/2
}

.polno-header__content-menu {
    grid-area: 2/1/3/4
}

.polno-header__content-logo {
    align-items: center;
    display: flex;
    grid-area: 1/2/2/3;
    justify-content: center
}

.polno-header__content-search-btn {
    align-items: center;
    display: flex;
    grid-area: 1/3/2/4;
    justify-content: right
}

.pno-header__header-btn {
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    font-family: roboto, arial, sans-serif;
    gap: .5rem;
    line-height: 1.5rem;
    padding: .5rem 1rem
}

.pno-header__header-btn:hover {
    background-color: var(--sds-color-semantic-surface-action-subtle, #e5f1fa)
}

.pno-header__header-btn:active {
    background-color: var(--sds-color-semantic-surface-action-active, #3e5b6e);
    color: var(--sds-color-semantic-text-on-action, #fff)
}

.pno-header__header-btn:focus {
    outline: 2px solid var(--sds-color-semantic-border-focus, #4095da);
    outline-offset: 2px
}

.pno-header__header-btn[aria-expanded=true] .pno-header__menu-icon-open {
    display: none
}

.pno-header__header-btn[aria-expanded=false] .pno-header__menu-icon-closed {
    display: none
}

.pno-header__header-btn--menu {
    border: 2px solid var(--sds-color-semantic-border-action, #0072ce)
}

.pno-header__header-btn-icon {
    width: 1.5rem;
    height: 1.5rem;
    fill: currentColor
}

.pno-header__header-btn-text {
    clip-path: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px
}

@media(min-width: 640px) {
    .pno-header__header-btn-text {
        clip-path: none;
        height: auto;
        overflow: auto;
        position: initial;
        width: auto
    }
}

.polno-header__btn-label {
    font-family: roboto, arial, sans-serif;
    font-weight: 400;
    line-height: 1
}

@media all and (max-width: 639px) {
    .polno-header__btn-label {
        clip: rect(0, 0, 0, 0);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px
    }
}

.polno-header__btn--menu {
    left: 15px;
    padding: 8px 12px
}

.polno-header__btn--menu:hover .polno-header__menu-icon-lines,
.polno-header__btn--menu:hover .polno-header__menu-icon-lines::before,
.polno-header__btn--menu:hover .polno-header__menu-icon-lines::after {
    background-color: #1a708c
}

@media all and (min-width: 640px) {
    .polno-header__btn--menu:hover {
        border-color: #1a708c
    }
}

.polno-header__btn--menu:focus .polno-header__menu-icon-lines,
.polno-header__btn--menu:focus .polno-header__menu-icon-lines::before,
.polno-header__btn--menu:focus .polno-header__menu-icon-lines::after {
    background-color: #fff
}

@media all and (max-width: 639px) {
    .polno-header__btn--menu {
        left: 15px;
        padding: 8px 24px 8px 0
    }
}

.polno-header__menu-icon {
    display: inline-block;
    height: 14px;
    position: relative;
    width: 26px
}

@media all and (min-width: 640px) {
    .polno-header__menu-icon {
        height: 14px;
        margin-right: 4px;
        top: 0;
        width: 32px
    }
}

.polno-header__menu-icon-lines {
    display: block;
    top: 50%;
    transition: transform .3s ease
}

.polno-header__menu-icon-lines,
.polno-header__menu-icon-lines::before,
.polno-header__menu-icon-lines::after {
    background-color: #4b5363;
    height: 2px;
    position: absolute;
    width: 26px
}

@media all and (min-width: 640px) {

    .polno-header__menu-icon-lines,
    .polno-header__menu-icon-lines::before,
    .polno-header__menu-icon-lines::after {
        height: 2px;
        width: 32px
    }
}

.polno-header__menu-icon-lines::before,
.polno-header__menu-icon-lines::after {
    content: "";
    display: block
}

.polno-header__menu-icon-lines::before {
    top: -6px;
    transition: transform .3s ease, top .3s .3s ease
}

@media all and (min-width: 640px) {
    .polno-header__menu-icon-lines::before {
        top: -6px
    }
}

.polno-header__menu-icon-lines::after {
    bottom: -6px;
    transition: transform .3s ease, bottom .3s .3s ease
}

@media all and (min-width: 640px) {
    .polno-header__menu-icon-lines::after {
        bottom: -6px
    }
}

.polno-header__btn--menu-open .polno-header__menu-icon-lines {
    transform: rotate(-45deg);
    transition: transform .3s .3s ease
}

.polno-header__btn--menu-open .polno-header__menu-icon-lines::before {
    opacity: 0;
    top: 0;
    transition: top .3s ease
}

.polno-header__btn--menu-open .polno-header__menu-icon-lines::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom .3s ease, transform .3s .3s ease
}

.polno-header__btn--search {
    align-items: center;
    display: flex;
    margin-right: 15px;
    position: relative;
    text-decoration: none
}

.polno-header__btn--search:link,
.polno-header__btn--search:active,
.polno-header__btn--search:visited,
.polno-header__btn--search:hover {
    border: 2px solid rgba(0, 0, 0, 0)
}

.polno-header__btn--search:link,
.polno-header__btn--search:active,
.polno-header__btn--search:visited {
    color: #4b5363;
    text-decoration: none
}

.polno-header__btn--search:hover {
    color: #1a708c;
    text-decoration: none
}

.polno-header__btn--search:hover .polno-header__search-icon {
    stroke: #1a708c
}

.polno-header__btn--search:focus {
    color: #fff
}

.polno-header__btn--search:focus .polno-header__search-icon {
    stroke: #fff
}

@media all and (min-width: 640px) {
    .polno-header__btn--search {
        border-color: rgba(0, 0, 0, 0);
        padding-right: 8px
    }
}

@media all and (max-width: 639px) {
    .polno-header__btn--search {
        margin-right: 15px;
        padding-left: 24px;
        padding-right: 0
    }
}

.polno-header__search-icon {
    fill: none;
    height: 17px;
    position: relative;
    stroke: #2d2926;
    stroke-width: 2.5;
    top: 2px;
    transform: scale(1.25);
    width: 17px
}

@media all and (min-width: 640px) {
    .polno-header__search-icon {
        margin-left: 10px
    }
}

@media print {
    .polno-header {
        border-bottom: 0;
        position: static
    }

    .polno-header__btn {
        display: none
    }
}

.polno-site-navigation {
    background-color: #fff;
    display: none;
    position: relative
}

@media all and (min-width: 640px) {
    .polno-site-navigation {
        left: -25px;
        width: calc(100% + 20px + 30px)
    }
}

@media all and (min-width: 1024px) {
    .polno-site-navigation {
        left: -95px;
        width: calc(100% + 160px + 30px)
    }
}

@media all and (min-width: 1440px) {
    .polno-site-navigation {
        left: initial;
        width: auto;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw)
    }
}

.polno-site-navigation--open {
    display: block
}

.polno-site-navigation__content {
    font-size: 1.063rem;
    margin: 0 auto;
    padding-top: 32px
}

@media all and (max-width: 639px) {
    .polno-site-navigation__content {
        padding-top: 24px
    }
}

.polno-site-navigation__section,
.polno-site-navigation__section-items {
    color: #4b5363;
    list-style: none;
    margin: 0;
    padding: 0
}

.polno-site-navigation__section-items {
    padding-bottom: 32px
}

.polno-site-navigation__section-items.polno-site-navigation__section-items--open {
    display: block
}

.polno-site-navigation__section-item {
    margin-bottom: 8px;
    max-width: none
}

.polno-site-navigation__section-content {
    max-width: none;
    padding: 0
}

@media all and (min-width: 1024px) {
    .polno-site-navigation__section-content {
        border-bottom: 0
    }
}

.polno-site-navigation__section-title {
    color: #2d2926;
    cursor: auto;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 8px;
    padding: 0;
    position: relative
}

.polno-site-navigation__icon-arrow {
    display: block;
    height: 16px;
    position: absolute;
    right: 14px;
    top: 16px;
    width: 23px
}

.polno-site-navigation__icon-arrow::before,
.polno-site-navigation__icon-arrow::after {
    background-color: #2d2926;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 8px;
    transition: transform .3s ease;
    width: 14px
}

.polno-site-navigation__icon-arrow::before {
    left: 0
}

.polno-site-navigation__icon-arrow::after {
    right: 0
}

.polno-site-navigation__link {
    display: inline-flex;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.375rem;
    padding: 0;
    position: relative
}

.polno-site-navigation__link:link,
.polno-site-navigation__link:active,
.polno-site-navigation__link:visited {
    border: 0;
    color: var(--sds-color-semantic-text-action-default, #0072ce);
    text-decoration: none
}

.polno-site-navigation__link:hover {
    border: 0;
    color: var(--sds-color-semantic-text-action-hover, #00569c);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px
}

.polno-site-navigation__link:focus {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 4px;
    outline: 2px solid var(--sds-color-semantic-border-focus, #4095da);
    outline-offset: 2px;
    text-decoration: none
}

.polno-site-navigation__selected .polno-site-navigation__section-title {
    color: #2d2926
}

.polno-site-navigation__selected .polno-site-navigation__section-title::before {
    background-color: #2d2926;
    border-radius: 50%;
    content: "";
    display: block;
    height: 6px;
    left: -12px;
    position: absolute;
    top: 12px;
    width: 6px
}

.polno-site-navigation__selected .polno-site-navigation__section-title:focus {
    color: #fff
}

.polno-site-navigation__selected .polno-site-navigation__section-title:focus::before {
    background-color: #fff
}

.polno-site-navigation__top-link-arrow {
    height: 24px;
    width: 24px;
    margin: -1px 0
}

.polno-footer {
    color: #fefefe;
    flex-shrink: 0;
    padding-bottom: 64px;
    position: relative;
    z-index: 1
}

.polno-footer,
.polno-footer::before {
    background-color: #2d2926
}

.polno-footer--menu-open,
.polno-footer--modal-open {
    display: none
}

.polno-footer__link {
    position: relative
}

.polno-footer__link,
.polno-footer__link:link,
.polno-footer__link:visited,
.polno-footer__link:active {
    border-bottom: 0;
    color: #fefefe;
    display: inline-block;
    font-size: 1.063rem;
    padding: 4px;
    text-decoration: none
}

@media all and (max-width: 639px) {

    .polno-footer__link,
    .polno-footer__link:link,
    .polno-footer__link:visited,
    .polno-footer__link:active {
        padding: 0 4px
    }
}

.polno-footer__link::after {
    border: 1px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: calc(100% - 2px);
    left: 1px;
    position: absolute;
    top: 1px;
    width: calc(100% - 2px)
}

.polno-footer__link:hover {
    color: #ffd923
}

.polno-footer__link:hover .polno-footer__link-underline {
    border-color: #ffd923
}

.polno-footer__link:focus {
    color: #fff
}

.polno-footer__link:focus::after {
    border-color: #fff
}

.polno-footer__link:focus .polno-footer__link-underline {
    border-color: rgba(0, 0, 0, 0)
}

.polno-footer__link-underline {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    padding-bottom: 2px
}

@media all and (min-width: 640px) {
    .polno-footer__link-lists {
        display: flex;
        justify-content: space-between;
        padding-left: 6vw;
        padding-right: 6vw
    }
}

.polno-footer__link-list {
    font-size: 1.25rem;
    list-style-type: none;
    margin-bottom: 0
}

@media all and (min-width: 640px) {
    .polno-footer__link-list {
        padding: 0 0 0 15px;
        width: 33.33%
    }

    .polno-footer__link-list:first-child {
        padding-left: 0
    }
}

.polno-footer__link-list-item {
    margin: 0 0 4px;
    font-size: inherit;
    line-height: 1.8rem;
    margin-left: -4px;
    padding-left: 16px
}

@media all and (max-width: 639px) {
    .polno-footer__link-list-item {
        margin: 0 0 2px
    }
}

.polno-footer__link-list-item:last-child {
    margin-bottom: 0
}

@media all and (max-width: 639px) {
    .polno-footer__link-list-item {
        margin-left: -4px;
        padding: 4px 0
    }
}

@media print {
    .polno-footer {
        display: none
    }
}

.polno-footer__contact-points {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #505868;
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 24px;
    margin-top: 88px;
    padding-bottom: 24px;
    width: 100%
}

.polno-footer__contact-points:last-child {
    margin-bottom: 24px
}

@media all and (max-width: 639px) {
    .polno-footer__contact-points {
        margin-top: 64px
    }
}

@media all and (min-width: 640px) {
    .polno-footer__contact-points {
        padding-left: 6vw;
        padding-right: 6vw
    }
}

.polno-footer__contact-points-item {
    display: flex;
    line-height: 1;
    margin-bottom: 0;
    padding: 0 0 0 15px
}

@media all and (min-width: 640px) {
    .polno-footer__contact-points-item {
        width: 33.33%
    }
}

.polno-footer__contact-points-item::before {
    display: none
}

.polno-footer__contact-points-item:first-child {
    padding-left: 0
}

.polno-footer__contact-points-link {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.5;
    min-height: 100%;
    padding-left: 16px;
    position: relative
}

.polno-footer__contact-points-link,
.polno-footer__contact-points-link:link,
.polno-footer__contact-points-link:visited,
.polno-footer__contact-points-link:active {
    color: #fefefe
}

.polno-footer__contact-points-link:hover {
    color: #ffd923
}

.polno-footer__contact-points-link:hover::before {
    background-color: #ffd923
}

.polno-footer__contact-points-link:hover .polno-footer__contact-points-link-underline {
    border-color: #ffd923
}

.polno-footer__contact-points-link:focus {
    color: #fff;
    margin: -8px;
    padding: 8px 8px 8px 24px
}

.polno-footer__contact-points-link:focus::before {
    background-color: #fff;
    height: calc(100% - 31px);
    left: 8px;
    top: 15px
}

.polno-footer__contact-points-link:focus::after {
    border-color: #fff
}

.polno-footer__contact-points-link:focus .polno-footer__contact-points-link-underline {
    border-color: rgba(0, 0, 0, 0)
}

@media all and (max-width: 639px) {
    .polno-footer__contact-points-link:focus {
        padding-left: 16px
    }

    .polno-footer__contact-points-link:focus::before {
        background-color: #fff;
        height: calc(100% - 27px);
        left: 8px;
        top: 13px
    }
}

.polno-footer__contact-points-link::before {
    background-color: #008db9;
    content: "";
    display: block;
    height: calc(100% - 15px);
    left: 0;
    position: absolute;
    top: 7px;
    width: 2px
}

.polno-footer__contact-points-link::after {
    border: 1px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: calc(100% - 2px);
    left: 1px;
    position: absolute;
    top: 1px;
    width: calc(100% - 2px)
}

@media all and (max-width: 1023px) {
    .polno-footer__contact-points-link {
        font-size: 1.25rem
    }
}

@media all and (max-width: 639px) {
    .polno-footer__contact-points-link {
        font-size: 1.063rem;
        padding-left: 8px
    }

    .polno-footer__contact-points-link::before {
        height: calc(100% - 11px);
        top: 5px;
        width: 2px
    }
}

.polno-footer__contact-points-link-underline {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    padding-bottom: 2px
}

.main-content {
    flex: 1 0 auto;
    min-height: 1px
}

.main-content .main-content__content-item.skew--bottom+.main-content__content-item {
    margin-top: -7vw;
    padding-top: 7vw
}

.main-content:focus {
    outline: 0
}

.main-content--menu-open,
.main-content--modal-open {
    display: none
}

.main-content--skewed-footer>.main-content__content-item:last-child {
    margin-bottom: -7vw;
    padding-bottom: 14vw
}

.main-content--error-page {
    background-color: #212a3b;
    border-bottom: 4px solid #fefefe;
    padding-bottom: 64px
}

@media print {
    .main-content {
        border: 0
    }

    .main-content--skewed-footer>.main-content__content-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0
    }
}

.contact-points {
    align-items: center;
    display: flex;
    font-size: 1.0625rem
}

.contact-points__item {
    margin: 0;
    padding: 0
}

@media all and (max-width: 639px) {
    .contact-points__item {
        text-align: center
    }
}

.contact-points__item::before {
    display: none
}

.contact-points__item:first-child {
    margin-right: 57px
}

@media all and (max-width: 639px) {
    .contact-points__item:first-child {
        margin-right: auto;
        padding-right: 24px
    }
}

.contact-points__item:last-child {
    margin-left: auto
}

@media all and (max-width: 639px) {
    .contact-points__item:last-child {
        padding-left: 24px
    }
}

.contact-points__item:last-child .contact-points__link {
    padding-right: 28px;
    margin-right: 20px
}

@media all and (max-width: 639px) {
    .contact-points__item:last-child .contact-points__link {
        padding-right: 0;
        margin-right: 0
    }
}

.contact-points__separator {
    position: absolute;
    width: 17px;
    height: 29px;
    margin-left: 20px;
    transform: skewX(-28deg);
    top: -3px
}

@media all and (max-width: 639px) {
    .contact-points__separator {
        display: none
    }
}

.contact-points__separator::before {
    display: block;
    content: "";
    width: 6px;
    height: 22px;
    background-color: #fdda25;
    position: absolute;
    left: 0;
    top: 0
}

.contact-points__separator::after {
    display: block;
    content: "";
    width: 6px;
    height: 22px;
    background-color: #5f5d5c;
    position: absolute;
    right: 0;
    bottom: 0
}

.contact-points__link {
    position: relative
}

.contact-points__link:link,
.contact-points__link:visited,
.contact-points__link:active {
    border: 0;
    color: #2d2926
}

.contact-points__link:hover {
    color: #1a708c;
    border-bottom: 1px solid;
    padding-bottom: 2px
}

.contact-points__link:focus {
    color: #fff
}

.contact-points__arrow {
    height: 1.5rem;
    width: 1.5rem;
    position: absolute;
    right: 0;
    top: calc(50% - 12px)
}

@media all and (max-width: 639px) {
    .contact-points__arrow {
        display: none
    }
}

.error-page {
    padding-top: 80px
}

@media all and (max-width: 639px) {
    .error-page {
        padding-top: 16px
    }
}

.error-page__title {
    color: #fefefe;
    font-weight: 400;
    margin: 0 0 32px;
    position: relative
}

.error-page__sub-title {
    color: #fefefe;
    font-weight: 400
}

.error-page__body-text {
    color: #fefefe;
    font-size: 1.0625rem;
    line-height: 1.71;
    margin: 0 0 40px
}

.error-page__body-text .error-page__call-to-action {
    box-shadow: none;
    max-width: 300px
}

.error-page__body-text .error-page__call-to-action,
.error-page__body-text .error-page__call-to-action:link,
.error-page__body-text .error-page__call-to-action:active,
.error-page__body-text .error-page__call-to-action:visited {
    background-color: #293346;
    border: 2px solid #ffd923;
    color: #fefefe
}

.error-page__body-text .error-page__call-to-action::after,
.error-page__body-text .error-page__call-to-action:link::after,
.error-page__body-text .error-page__call-to-action:active::after,
.error-page__body-text .error-page__call-to-action:visited::after {
    border-color: #ffd923
}

.error-page__body-text .error-page__call-to-action:hover {
    background-color: #ffd923;
    color: #212a3b
}

.error-page__body-text .error-page__call-to-action:hover .call-to-action__icon {
    background: url("/Static/images/arrow-right-blue.png");
    background-image: url("/Static/images/arrow-right-blue.svg"), none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.error-page__body-text .error-page__call-to-action:hover::after {
    border-color: #293346
}

.error-page__body-text .error-page__call-to-action:focus {
    background-color: #1a708c;
    border-color: #1a708c;
    color: #fff
}

.error-page__body-text .error-page__call-to-action:focus .call-to-action__icon {
    background: url("/Static/images/arrow-right-white.png");
    background-image: url("/Static/images/arrow-right-white.svg"), none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.error-page__body-text .error-page__call-to-action:focus::after {
    border-color: #fff
}

.error-page__body-text .error-page__call-to-action .call-to-action__icon {
    background: url("/Static/images/arrow-right-yellow.png");
    background-image: url("/Static/images/arrow-right-yellow.svg"), none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.error-page__body-text a,
.error-page__body-text a:link,
.error-page__body-text a:active,
.error-page__body-text a:visited {
    border-color: #fff;
    color: #fff
}

.error-page__body-text a:hover {
    border-color: #ffd923;
    color: #ffd923
}

.error-page__body-text ul>li::before {
    background-color: #fefefe
}

.error-page__skew-lines {
    display: block;
    height: 100px;
    left: -123px;
    position: absolute;
    top: -24px;
    transform: skew(-28deg);
    transform-origin: bottom left;
    width: 50px
}

.error-page__skew-lines::before,
.error-page__skew-lines::after {
    background-color: #ffd923;
    content: "";
    display: block;
    height: 67%;
    position: absolute;
    width: calc(50% - 5px)
}

.error-page__skew-lines::before {
    left: 0;
    top: 0
}

.error-page__skew-lines::after {
    background-color: #4b5363;
    bottom: 0;
    right: 0
}

@media all and (max-width: 639px) {
    .error-page__skew-lines {
        display: none
    }
}

.error-page__link-list-item .error-page__link-list-link,
.error-page__link-list-item .error-page__link-list-link:link,
.error-page__link-list-item .error-page__link-list-link:active,
.error-page__link-list-item .error-page__link-list-link:visited {
    border-color: #fff;
    color: #fff
}

.error-page__link-list-item .error-page__link-list-link:hover {
    border-color: #ffd923;
    color: #ffd923
}

.error-page__link-list-item .error-page__link-list-link:focus {
    background-color: #1a708c;
    color: #fff
}

.html--menu-open,
.html--modal-open {
    height: 100%;
    overflow-y: hidden
}

.metadata {
    border: 1px solid #e4e5e8;
    border-width: 1px 0;
    font-size: 1.063rem;
    font-weight: 300;
    line-height: 1.44;
    list-style: none;
    margin: 0 0 24px;
    max-width: none;
    padding: 8px 0
}

@media all and (max-width: 639px) {
    .metadata {
        font-size: .875rem;
        line-height: 1.58;
        margin: 0 0 16px
    }
}

.metadata .metadata__item:last-child .metadata__item-text {
    margin-right: 0
}

.metadata .metadata__item:last-child .metadata__item-text .metadata__item-delimiter {
    display: none
}

.metadata--subtle {
    border: 0;
    font-size: .875rem;
    margin-bottom: 0;
    padding: 0 0 8px
}

.metadata--subtle .metadata__item-text {
    text-transform: initial
}

.metadata--subtle .metadata__item-delimiter {
    font-size: .928em;
    font-weight: 600
}

.metadata--condensed .metadata__item::after {
    margin: 0 .5rem
}

.metadata--open {
    border: 0;
    padding: 0
}

.metadata--bullets {
    border-bottom: 1px solid #e5e9f0;
    padding: 0 0 32px
}

.metadata__item {
    display: inline-block;
    font-size: inherit;
    margin-bottom: 0
}

.metadata__item--bullet {
    margin-bottom: 0
}

.metadata__item-label {
    font-weight: 400
}

.metadata__item-label-icon {
    fill: #293346;
    margin-right: .25rem;
    position: relative;
    top: .25rem
}

.metadata__item-label-icon.metadata__item-label-icon--inverted {
    fill: #ffd923
}

.metadata__item-text {
    margin-right: .625rem
}

.metadata__item-delimiter {
    display: inline-block;
    font-size: .941em;
    margin-left: .625rem;
    position: relative;
    top: -0.0625rem
}

.tasks--cards {
    padding-top: 18px
}

@media all and (max-width: 639px) {
    .tasks--cards {
        margin-bottom: 16px
    }
}

.tasks--cards [id^=react_]:last-child {
    margin-bottom: 32px
}

.tasks--cards-startpage [id^=react_]:last-child {
    margin-bottom: 32px
}

.page {
    margin-bottom: 32px;
    padding-top: 0
}

.page--no-breadcrumbs {
    padding-top: 32px
}

.page__header {
    padding-top: 20px;
    position: relative
}

.page__header--negative {
    background-color: #293346;
    margin-bottom: 32px
}

@media all and (max-width: 639px) {
    .page__header--negative {
        margin-bottom: 16px
    }
}

@media all and (max-width: 639px) {
    .page__header--breadcrumb-only {
        display: none
    }
}

.page__heading {
    color: #2d2926;
    margin-bottom: 16px;
    max-width: 34em
}

.page__heading::after {
    background-color: #b2b6be;
    content: "";
    display: block;
    height: 6px;
    margin-bottom: 32px;
    margin-top: 7px;
    width: 60px
}

.page__heading.page__heading--negative {
    color: #fefefe
}

.page__heading.page__heading--negative::after {
    display: none
}

@media all and (max-width: 639px) {
    .page__heading.page__heading--negative {
        padding-bottom: 0
    }
}

@media all and (max-width: 639px) {
    .page__heading::after {
        margin-bottom: 20px;
        width: 31px
    }
}

.page__heading--skewed {
    max-width: 34em
}

@media all and (max-width: 639px) {
    .page__heading--skewed {
        font-size: 1.875rem;
        line-height: 1.3;
        margin-bottom: 1rem
    }
}

.page__sub-heading {
    margin-bottom: 16px
}

.page__sub-heading.page__sub-heading--negative {
    color: #fefefe;
    font-size: 1.25rem;
    font-weight: 400
}

.page__heading+.page__sub-heading {
    margin-top: -16px
}

.page__heading+.page__sub-heading:empty {
    display: none
}

.page__section-heading {
    font-size: 1.75rem;
    font-weight: 500;
    margin: 0 0 24px;
    max-width: 34em
}

.page__section-heading::after {
    background-color: #b2b6be;
    content: "";
    display: block;
    height: 3px;
    margin-top: 4px;
    width: 33px
}

@media all and (max-width: 639px) {
    .page__section-heading {
        font-size: 1.375rem
    }
}

.page__solo-heading {
    font-size: 1.1875rem;
    font-weight: 500;
    margin-bottom: -24px
}

@media all and (max-width: 639px) {
    .page__solo-heading {
        font-size: 1.063rem;
        line-height: 1.3529
    }
}

.page__content-type {
    color: #505868;
    font-size: 1.375rem;
    font-weight: 500;
    margin: 0 0 24px 0
}

.page__ingress {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.47826;
    margin-bottom: 32px;
    max-width: 34em
}

@media all and (max-width: 639px) {
    .page__ingress {
        font-size: 1.25rem;
        margin-bottom: 24px
    }
}

.page__body--receipt {
    font-size: 1.25rem
}

.page__body--receipt p,
.page__body--receipt .main-content .EPiServerForms .FormStep .FormStep__Description,
.main-content .EPiServerForms .FormStep .page__body--receipt .FormStep__Description {
    font-weight: 300;
    line-height: 1.608;
    margin-bottom: 1.608em;
    max-width: 34em
}

.page__body--receipt strong,
.page__body--receipt b {
    font-weight: 500
}

.page__emergency-phone {
    display: block;
    font-size: 2.25rem;
    font-weight: 600;
    margin-top: 8px;
    padding-left: 1.4em;
    position: relative
}

.page__emergency-phone,
.page__emergency-phone:link,
.page__emergency-phone:visited,
.page__emergency-phone:active {
    color: #212a3b;
    text-decoration: none
}

.page__emergency-phone:hover {
    color: #505868
}

.page__emergency-phone:hover .page__emergency-phone-underline {
    border-color: #505868
}

.page__emergency-phone:focus {
    background-color: rgba(0, 0, 0, 0)
}

.page__emergency-phone:focus .page__emergency-phone-underline {
    background-color: #1a708c;
    border-color: #1a708c;
    color: #fff
}

.page__emergency-phone::before {
    background: url("/Static/images/phone.png");
    background-image: url("/Static/images/phone.svg"), none;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 1.25em;
    left: 0;
    position: absolute;
    top: .2777em;
    width: 1.25em
}

.page__emergency-phone .page__emergency-phone-underline {
    border-bottom: 3px solid #293346
}

.page__parent-link--incident {
    display: block
}

.page__parent-link--incident,
.page__parent-link--incident:link,
.page__parent-link--incident:visited,
.page__parent-link--incident:active {
    color: #fff
}

.page__parent-link--incident:hover {
    background-color: #333;
    color: #fefefe
}

.page__parent-link--incident:hover .page__parent-link-text-content {
    border-bottom: 1px solid #fefefe
}

.page__parent-link--incident:focus {
    background-color: #1a708c;
    color: #fff
}

.page__parent-link--incident:focus .page__parent-link-icon--incident::before {
    background: url("/Static/images/arrow-circle-left-white.png");
    background-image: url("/Static/images/arrow-circle-left-white.svg"), none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.page__parent-link-text {
    padding: 8px 0;
    font-size: 1rem;
    line-height: 1.5;
    padding-left: 32px;
    position: relative
}

.page__parent-link-icon--incident {
    left: 0;
    position: absolute;
    top: 9px
}

.page__parent-link-icon--incident::before {
    background: url("/Static/images/arrow-circle-left-white.png");
    background-image: url("/Static/images/arrow-circle-left-white.svg"), none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    width: 20px
}

@media print {

    .page__header .column,
    .page__header .columns {
        margin-left: 0
    }

    .page__heading::after {
        display: none
    }
}

.breadcrumbs[id^=react_] {
    margin-top: -16px;
    padding: 0 0 24px
}

@media print {
    .breadcrumbs {
        display: none
    }
}

.form-guide {
    margin: 0 0 4px
}

.form-guide:last-child {
    margin-bottom: 0
}

.form-guide__hidden,
.form-guide--hidden {
    display: none
}

.form-guide__form {
    opacity: 1;
    transition: opacity .15s ease-in
}

.form-guide__form.form-guide__form--loading {
    opacity: 0
}

.form-guide__label {
    font-size: 1.063rem;
    font-weight: 400
}

.form-guide__list-item--inactive .form-guide__label {
    display: inline-block
}

.form-guide__list-item--inactive .form-guide__label.form-guide__hidden {
    display: none
}

.form-guide__list {
    display: block;
    margin-bottom: 8px
}

.form-guide__loader {
    margin-top: 48px;
    position: relative
}

.form-guide__loader.form-guide__loader--hidden {
    margin-top: 0
}

.form-guide__loader.form-guide__loader--hidden .form-guide__loader-icon {
    display: none
}

.form-guide__loader .form-guide__loader-icon {
    animation: 1s VideoLoader linear infinite
}

.form-guide__list-item {
    margin: 0 0 8px;
    max-width: 100%;
    padding: 1rem 1rem 1rem 2.75rem
}

.form-guide__list-item:last-child {
    margin-bottom: 0
}

.form-guide__list-item::before {
    font-weight: 600;
    padding-left: .75rem;
    padding-top: 1rem
}

@media all and (max-width: 639px) {
    .form-guide__list-item::before {
        padding-top: .8rem
    }
}

.form-guide__list-item--inactive {
    background-color: #e9f7ff
}

.form-guide__item--hidden {
    display: none
}

.form-guide__input-group {
    padding: 4px 0
}

.form-guide__change-link {
    display: inline-block;
    font-size: 1.063rem
}

@media all and (max-width: 639px) {
    .form-guide__change-link {
        line-height: 1.25rem
    }
}

.form-guide__change-link.form-guide__hidden {
    display: none
}

.form-guide__response {
    margin-bottom: 8px
}

.form-guide__response-item {
    margin: 0 0 16px;
    background-color: #4b5363;
    color: #fefefe;
    max-width: 100%;
    padding: 1rem 1rem 1rem 2.75rem
}

.form-guide__response-item:last-child {
    margin-bottom: 0
}

.form-guide__response-item::before {
    display: none
}

.form-guide__button-group::before {
    background: #b2b6be;
    content: "";
    display: block;
    height: 1px;
    margin: 16px 0;
    width: 100%
}

.form-section {
    padding-top: 12px
}

.form-section--alternate {
    background-color: #f4f4f4
}

.form-section--hidden {
    display: none
}

.form-section__form {
    width: 100%
}

.form-section__form-group--striped:nth-child(2n) {
    background-color: #f4f4f4
}

.form-section__form-group {
    padding: 32px 0
}

@media all and (max-width: 639px) {
    .form-section__form-group {
        padding: 16px 0
    }
}

.form-section__form-group--alternate {
    background-color: #f4f4f4
}

.form-section__form-group--condensed {
    padding: 32px 0;
    padding-bottom: 0
}

@media all and (max-width: 639px) {
    .form-section__form-group--condensed {
        padding: 16px 0
    }
}

.form-section__headline,
.main-content .EPiServerForms .Form__Title {
    font-size: 2.25rem;
    font-weight: 400
}

.form-section__headline::after,
.main-content .EPiServerForms .Form__Title::after {
    background-color: #505868;
    content: "";
    display: block;
    height: 2px;
    margin-top: 1rem;
    width: 100%
}

@media all and (max-width: 639px) {

    .form-section__headline,
    .main-content .EPiServerForms .Form__Title {
        font-size: 1.5rem
    }
}

.form-section__section--border-top::before {
    background-color: #505868;
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 8px;
    width: 100%
}

.form-section__context-info {
    margin: 1rem 0 2rem;
    font-style: italic
}

.form-section__context-info--above {
    margin: 3.75rem 0 1.875rem;
    font-style: italic
}

.form-section__context-info--below {
    margin: 1.875rem 0 3.75rem;
    font-style: italic
}

.form-section__context-info--default {
    margin: 3.75rem 0 3.75rem;
    font-style: italic
}

.form-section__fieldset {
    border: 0;
    margin-bottom: 2.5rem;
    max-width: 30rem;
    padding: 0
}

.form-section__fieldset.form-section__input-group+.form-section__fieldset {
    margin-top: 24px
}

.form-section__fieldset--readonly {
    margin-bottom: 1rem
}

.form-section__fieldset--readonly+.form-section__fieldset:not(.form-section__fieldset--readonly) {
    margin-top: 2.5rem
}

.form-section__fieldset--hidden-label {
    margin-bottom: 0
}

.form-section__fieldset--actions::before {
    background-color: #b2b6be;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 2.5rem;
    margin-top: .5rem;
    width: 100%
}

.form-section__legend {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: .5em
}

.form-section__heading {
    font-size: 1.063rem;
    font-weight: 500
}

@media all and (min-width: 640px) {
    .form-section__heading {
        font-size: 1.063rem
    }
}

.form-section__subtle {
    font-size: 1.063rem
}

.form-section__section-title,
.main-content .EPiServerForms .FormStep .FormStep__Title {
    margin: 0 0 16px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem
}

.form-section__section-title:last-child,
.main-content .EPiServerForms .FormStep .FormStep__Title:last-child {
    margin-bottom: 0
}

@media all and (max-width: 639px) {

    .form-section__section-title,
    .main-content .EPiServerForms .FormStep .FormStep__Title {
        font-size: 1.063rem
    }
}

.form-section__input-group {
    margin: 0 0 24px
}

.form-section__input-group:last-child {
    margin-bottom: 0
}

.form-section__input-group.form-section__input-group--narrow {
    width: 60%
}

.form-section__input-group-item {
    margin: 0 0 .5rem 0;
    position: relative
}

.form-section__input-group-item:last-child {
    margin-bottom: 0
}

.form-section__input-container {
    display: block;
    position: relative
}

.form-section__input-container::before,
.form-section__input-container::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1
}

.form-section__input-container::after {
    clear: both
}

.form-section__input-container--datetime {
    width: 60%
}

@media all and (max-width: 1023px) {
    .form-section__input-container--datetime {
        width: 100%
    }
}

.form-section__info-btn-container {
    display: inline-block;
    line-height: 1;
    margin: 0 0 1.5rem 0
}

.form-section__info-btn-container.form-section__info-btn-container--hidden {
    display: none
}

.form-section__info {
    background-color: #e9f7ff;
    border: 2px solid #54d2fa;
    display: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3125;
    margin: 8px 0 6px;
    position: relative
}

.form-section__info.form-section__info--active {
    display: block
}

.form-section__info p,
.form-section__info .main-content .EPiServerForms .FormStep .FormStep__Description,
.main-content .EPiServerForms .FormStep .form-section__info .FormStep__Description {
    font-size: 1rem
}

.form-section__info-text {
    display: block;
    max-width: 34em;
    padding: 1.75rem 2.75rem
}

.form-section__info-close-btn {
    height: 14px;
    width: 14px;
    position: absolute;
    top: 12px;
    left: 12px
}

.form-section__info-close-btn::before,
.form-section__info-close-btn::after {
    background-color: #4b5363;
    content: "";
    display: block;
    height: 16px;
    left: 6px;
    position: absolute;
    top: -1px;
    width: 2px
}

.form-section__info-close-btn::before {
    transform: rotate(45deg)
}

.form-section__info-close-btn::after {
    transform: rotate(-45deg)
}

@media all and (min-width: 640px) {
    .form-section__info--date {
        width: 60%
    }
}

.form-section__helper-text {
    color: #4b5363;
    font-size: 1rem;
    font-weight: 400;
    margin: -0.25rem 0 .75rem
}

.form-section__message {
    background-color: #fefefe;
    border: 2px solid #4b5363;
    clear: both;
    color: #212a3b;
    display: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: rem-cacl(24px);
    margin-bottom: 6px;
    margin-top: 4px;
    max-width: 30rem;
    padding: 12px 16px;
    position: relative;
    visibility: hidden;
    width: 100%
}

.form-section__message.form-section__message--active {
    display: block;
    visibility: visible
}

.form-section__message--narrow {
    width: 100%
}

.form-section__message--error {
    background-color: #fde5e5;
    border-color: #e00
}

.form-section__message--error::before {
    background-color: #fde5e5
}

.form-section__message--error::after {
    background-color: #fde5e5;
    border-color: #e00
}

.form-section__message--concent-error {
    margin-top: 8px
}

.form-section__message--concent-error::after {
    bottom: auto;
    top: -11px;
    transform: rotate(-135deg)
}

.form-section__message--datetime-error {
    margin-bottom: -8px
}

.form-section__error-message-fragment {
    display: none
}

.form-section__error-message-fragment--active {
    display: block
}

.form-section__reset-btn {
    border-bottom: 1px solid #b2b6be;
    color: #293346;
    cursor: pointer;
    font-size: 1rem;
    margin: 12px 0 0;
    padding: 2px 16px 0 0;
    position: relative
}

.form-section__reset-btn::after {
    background: url("/Static/images/close.png") no-repeat center/contain;
    background-image: url("/Static/images/close.svg"), none;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
    width: 10px
}

.form-section__reset-btn:hover {
    border-color: #1a708c;
    color: #1a708c
}

.form-section__reset-btn:focus {
    background-color: #1a708c;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
    outline: 0
}

.form-section__reset-btn:focus::after {
    background: url("/Static/images/close-white.png") no-repeat center/contain;
    background-image: url("/Static/images/close-white.svg"), none
}

.form-summary__step {
    background-color: #e9f7ff;
    padding: 1.5rem 1rem 2rem;
    position: relative
}

.form-summary__step-title {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: .15px;
    max-width: 75%
}

.form-summary__edit-step-btn {
    font-size: 1rem;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    max-width: 25%
}

.form-summary__input-list {
    margin-bottom: 0
}

.form-summary__input-list-item {
    margin-bottom: .25rem
}

.form-summary__label {
    font-size: 1rem;
    font-weight: 600
}

.form-step-indicator {
    margin: 2rem 0
}

@media all and (max-width: 639px) {
    .form-step-indicator {
        margin: 0
    }
}

.form-step-indicator__list {
    display: flex
}

.form-step-indicator__list-item {
    flex: 1 1 0px;
    margin: 0 1rem 0 0;
    max-width: 17rem;
    min-width: 5rem
}

.form-step-indicator__list-item:last-child {
    margin-right: 0
}

.form-step-indicator__btn {
    display: block;
    font-weight: 500;
    min-height: 1.5rem;
    padding-bottom: .5rem;
    position: relative;
    text-align: left;
    width: 100%
}

.form-step-indicator__btn::after {
    background-color: #212a3b;
    bottom: 0;
    content: "";
    height: .375rem;
    left: 0;
    position: absolute;
    transform-origin: left;
    transition: transform .3s;
    width: 100%
}

.form-step-indicator__btn:not(.form-step-indicator__btn--current):not(.form-step-indicator__btn--disabled):hover::after,
.form-step-indicator__btn:not(.form-step-indicator__btn--current):not(.form-step-indicator__btn--disabled):focus::after {
    background-color: #ffd923;
    transform: scaleX(0.85)
}

.form-step-indicator__btn.form-step-indicator__btn--current {
    cursor: default
}

.form-step-indicator__btn.form-step-indicator__btn--current::after {
    background-color: #ffd923
}

.form-step-indicator__btn.form-step-indicator__btn--disabled {
    cursor: default
}

.form-step-indicator__btn.form-step-indicator__btn--disabled::after {
    background-color: #e4e5e8
}

.form-step-indicator__step-title {
    display: block;
    font-size: 1.125rem;
    line-height: 2.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media all and (max-width: 639px) {
    .form-step-indicator__step-title {
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px
    }
}

.form-step-indicator__step-subtitle {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media all and (max-width: 639px) {
    .form-step-indicator__step-subtitle {
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px
    }
}

.link-list {
    margin: 0 0 32px
}

@media all and (max-width: 639px) {
    .link-list {
        margin: 0 0 16px
    }
}

.link-list:last-child {
    margin-bottom: 0
}

.link-list__heading {
    font-size: 1.063rem;
    max-width: 34em
}

.link-list__heading:empty {
    display: none
}

.link-list__list {
    list-style: none;
    padding: 0
}

.link-list__list-item {
    margin: 0 0 8px;
    font-size: 1.063rem;
    line-height: 1.82;
    max-width: 34em;
    padding-left: .75rem;
    position: relative
}

@media all and (max-width: 639px) {
    .link-list__list-item {
        margin: 0 0 4px
    }
}

.link-list__list-item:last-child {
    margin-bottom: 0
}

@media all and (max-width: 639px) {
    .link-list__list-item {
        margin-bottom: 8px
    }
}

.link-list__list-item::before {
    background-color: #2354ad;
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    top: .8125rem;
    width: 4px
}

@media print {
    .link-list__list-item::before {
        background-color: rgba(0, 0, 0, 0);
        border-radius: 0;
        color: #2354ad;
        content: "â€¢";
        top: 0
    }
}

.list-group {
    border-top: 1px solid #e5e9f0;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.list-group__legend {
    font-size: 1.063rem;
    font-weight: 600;
    margin: 0;
    max-width: 100%;
    padding: 0 .5rem 0 0
}

.list-group__label {
    float: right;
    min-width: 85px;
    padding: 0 0 0 1rem;
    text-align: right
}

.list-group__item--label {
    line-height: 2rem;
    text-align: right
}

.list-group__item {
    border-bottom: 1px solid #e5e9f0;
    margin: 0;
    max-width: 100%;
    padding: .75rem .5rem .75rem 0
}

.list-group__button {
    color: inherit;
    font-size: 1.25rem;
    font-weight: 500;
    text-decoration: none
}

.list-group__button::after {
    content: "";
    display: block
}

.list-group__link {
    display: inline-block;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 8px
}

.list-group__link[href^="http://"]:not([href*="politiet.no"])::after,
.list-group__link[href^="https://"]:not([href*="politiet.no"])::after,
.list-group__link[href^="//"]:not([href*="politiet.no"])::after {
    background: url("/Static/images/external-link.png");
    background-image: url("/Static/images/external-link.svg"), none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: .7778em;
    margin-left: .17647em;
    width: .7778em
}

.notification,
.main-content .EPiServerForms .Form__Status .Form__Status__Message {
    margin: 0 0 32px;
    background-color: #eef5fb;
    border: 3px solid #e2e5e7;
    line-height: 1.61;
    padding: 16px 24px;
    position: relative
}

.notification:last-child,
.main-content .EPiServerForms .Form__Status .Form__Status__Message:last-child {
    margin-bottom: 0
}

@media all and (max-width: 639px) {

    .notification,
    .main-content .EPiServerForms .Form__Status .Form__Status__Message {
        margin-bottom: 24px;
        padding: 16px
    }
}

.notification__heading {
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    margin: 0;
    max-width: 34em;
    position: relative
}

@media all and (max-width: 639px) {
    .notification__heading {
        font-size: 1rem;
        line-height: 1.56
    }
}

.notification__heading--inline {
    display: inline
}

.notification__heading--inline::after {
    display: inline;
    content: ": "
}

.notification__message,
.main-content .EPiServerForms .Form__Status .Form__Status__Message p,
.main-content .EPiServerForms .Form__Status .Form__Status__Message .FormStep .FormStep__Description,
.main-content .EPiServerForms .FormStep .Form__Status .Form__Status__Message .FormStep__Description {
    font-size: 1rem;
    font-weight: 400;
    line-height: inherit;
    max-width: 34em
}

.notification__message+.notification__message,
.main-content .EPiServerForms .Form__Status .Form__Status__Message p+.notification__message,
.main-content .EPiServerForms .Form__Status .Form__Status__Message .FormStep .FormStep__Description+.notification__message,
.main-content .EPiServerForms .FormStep .Form__Status .Form__Status__Message .FormStep__Description+.notification__message,
.main-content .EPiServerForms .Form__Status .Form__Status__Message .notification__message+p,
.main-content .EPiServerForms .Form__Status .Form__Status__Message .FormStep .notification__message+.FormStep__Description,
.main-content .EPiServerForms .FormStep .Form__Status .Form__Status__Message .notification__message+.FormStep__Description,
.main-content .EPiServerForms .Form__Status .Form__Status__Message p+p,
.main-content .EPiServerForms .Form__Status .Form__Status__Message .FormStep .FormStep__Description+p,
.main-content .EPiServerForms .FormStep .Form__Status .Form__Status__Message .FormStep__Description+p,
.main-content .EPiServerForms .Form__Status .Form__Status__Message .FormStep p+.FormStep__Description,
.main-content .EPiServerForms .FormStep .Form__Status .Form__Status__Message p+.FormStep__Description,
.main-content .EPiServerForms .Form__Status .Form__Status__Message .FormStep .FormStep__Description+.FormStep__Description,
.main-content .EPiServerForms .FormStep .Form__Status .Form__Status__Message .FormStep__Description+.FormStep__Description {
    margin-top: 1rem
}

.notification__message--inline {
    display: inline
}

.notification--inverted {
    background-color: #3e5b6e;
    border-color: #3e5b6e;
    color: #fefefe
}

.notification--inverted a:link,
.notification--inverted a:visited {
    border-bottom-color: #fefefe;
    color: #fefefe
}

.notification--alert {
    border-color: #e5f1fa;
    background-color: #fff
}

.notification--warning {
    margin: 0 0 16px;
    background-color: #f2efe3;
    border-color: #cc8a00
}

.notification--warning:last-child {
    margin-bottom: 0
}

.notification__form {
    margin: -1.5rem 0 2.5rem;
    max-width: 30rem
}

.notification__form--default {
    margin: 3.75rem 0 3.75rem
}

.notification__form--above {
    margin: 3.75rem 0 1.875rem
}

.notification__form--below {
    margin: 1.875rem 0 3.75rem
}

.notification--positive,
.main-content .EPiServerForms .Form__Status .Form__Status__Message.Form__Success__Message {
    background-color: #edf1e9;
    border-color: #4a7729
}

@media all and (min-width: 640px) {
    .notification--has-icon {
        min-height: 68px;
        padding-left: 3.1rem
    }
}

.notification--has-icon::before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 1.25rem;
    left: 1rem;
    position: absolute;
    top: 1.1rem;
    width: 1.25rem
}

@media all and (max-width: 639px) {
    .notification--has-icon::before {
        display: none
    }
}

.notification__icon--location::before {
    background: url("/Static/images/location.png") no-repeat center/contain;
    background-image: url("/Static/images/location.svg"), none
}

.notification__icon--bell::before {
    background: url("/Static/images/bell.png") no-repeat center/contain;
    background-image: url("/Static/images/bell.svg"), none
}

.notification__icon--calendar::before {
    background: url("/Static/images/calendar.png") no-repeat center/contain;
    background-image: url("/Static/images/calendar.svg"), none
}

.notification__icon--info::before {
    background-image: url("/Static/images/information-white-circle-minified.svg"), none
}

.notification--error {
    background-color: #f2e8e6;
    border-color: #cf4520;
    outline: none
}

.notification--error .notification__heading,
.notification--error .notification__list {
    margin-bottom: 8px;
    max-width: 34em
}

.notification--error .notification__list {
    font-size: 1rem
}

.notification--small {
    line-height: 1.5;
    padding: 12px
}

.notification--hidden {
    display: none
}

.notification--subtle {
    border: 0;
    padding: 0
}

.notification__btn-row {
    margin-top: 1rem
}

.document-list {
    margin: 0 0 32px
}

.document-list:last-child {
    margin-bottom: 0
}

.document-list__groups {
    border-top: 1px solid #eff1f5;
    list-style: none
}

.document-list__group {
    padding: 16px 0;
    border-bottom: 1px solid #eff1f5;
    margin: 0;
    max-width: none
}

.document-list__group::before {
    display: none
}

.document-list__items {
    list-style: none
}

.document-list__item {
    padding-left: 36px
}

.document-list__item::before {
    display: none
}

.document-list__icon {
    position: relative
}

.document-list__icon::before {
    background: url("/Static/images/file-icon-generic.png") no-repeat center/contain;
    background-image: url("/Static/images/file-icon-generic.svg"), none;
    content: "";
    display: none;
    height: 1.294em;
    left: 0;
    position: absolute;
    text-indent: -999999px;
    top: 2px;
    width: 1.294em
}

.document-list__icon.document-list__icon--doc::before,
.document-list__icon.document-list__icon--docx::before {
    background: url("/Static/images/file-icon-doc.png") no-repeat center/contain;
    background-image: url("/Static/images/file-icon-doc.svg"), none
}

.document-list__icon.document-list__icon--pdf::before {
    background: url("/Static/images/file-icon-pdf.png") no-repeat center/contain;
    background-image: url("/Static/images/file-icon-pdf.svg"), none
}

.document-list__icon.document-list__icon--ppt::before,
.document-list__icon.document-list__icon--pptx::before {
    background: url("/Static/images/file-icon-ppt.png") no-repeat center/contain;
    background-image: url("/Static/images/file-icon-ppt.svg"), none
}

.document-list__icon.document-list__icon--xls::before,
.document-list__icon.document-list__icon--xlsx::before {
    background: url("/Static/images/file-icon-xls.png") no-repeat center/contain;
    background-image: url("/Static/images/file-icon-xls.svg"), none
}

.document-list__icon:first-child::before {
    display: block
}

.document-list__meta-data,
.document-list__filesize {
    display: inline-block
}

.environment-banner {
    background-color: #de0299;
    color: #fff;
    display: flex;
    justify-content: center;
    position: relative
}

.environment-banner--utv {
    background-color: #4a7729
}

.environment-banner--test {
    background-color: #8e4291
}

.environment-banner--stage {
    background-color: #cf4520
}

.environment-banner__environment {
    padding: .125rem
}

.environment-banner__build-version {
    position: absolute;
    top: calc(50% - 6px);
    right: .5rem;
    font-size: 11px;
    line-height: 12px
}

.figure {
    margin: 0 0 32px
}

@media all and (max-width: 639px) {
    .figure {
        margin: 0 0 16px
    }
}

.figure:last-child {
    margin-bottom: 0
}

.figure__image {
    max-width: none;
    width: 100%
}

@media all and (min-width: 1024px) {
    .figure__image.figure__image--half-width {
        width: 50%
    }
}

.figure__image--linked {
    max-width: 100%;
    width: auto
}

.figure__magnifiable-container {
    display: inline-block;
    position: relative
}

@media all and (min-width: 1024px) {
    .figure__magnifiable-container.figure__magnifiable-container--half-width {
        width: 50%
    }
}

.figure__magnifiable-link {
    background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: -9999999px;
    top: 0
}

.figure__magnifiable-link::after {
    content: "+";
    font-size: 30px;
    line-height: 1;
    position: absolute;
    right: 10px;
    text-indent: 0;
    top: 5px
}

.figure__magnifiable-link::before {
    border-color: rgba(0, 0, 0, 0) #ffd923 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 55px 55px 0;
    content: "";
    height: 55px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 55px
}

.figure__magnifiable-link:hover::before {
    border-color: rgba(0, 0, 0, 0) #ffd923 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.figure__magnifiable-link:focus {
    background-color: rgba(0, 0, 0, 0)
}

.figure__magnifiable-link:focus::before {
    border-color: rgba(0, 0, 0, 0) #1a708c rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

@media all and (max-width: 639px) {
    .figure__magnifiable-link {
        display: none
    }
}

.figure__image-link {
    display: inline-block;
    position: relative
}

.figure__image-link::after {
    border: 0 solid #b2b6be;
    bottom: -0.25rem;
    content: "";
    left: -0.25rem;
    position: absolute;
    right: -0.25rem;
    top: -0.25rem
}

.figure__image-link:hover::after {
    border-width: .25rem
}

.figure__image-link:focus::after {
    border: .25rem solid #1a708c
}

.figure__caption {
    border-left: 8px solid #ffd923;
    color: #2d2926;
    font-size: .9375rem;
    font-weight: 300;
    line-height: 1.47;
    margin-top: 12px;
    max-width: 34em;
    padding: 8px 0 8px 12px
}

@media all and (min-width: 640px) {
    .figure--main-photo .figure__caption {
        margin-left: 17.5%;
        width: 64%
    }
}

@media all and (min-width: 1200px) {
    .figure--main-photo .figure__caption {
        margin-left: 20.65%;
        width: 58.7%
    }
}

@media all and (min-width: 1024px) {
    .figure__caption.figure__caption--beside {
        float: right;
        margin-top: 0;
        width: calc(50% - 1rem)
    }
}

.figure__photo-credit {
    display: block
}

.figure__photo-label {
    font-weight: 500
}

.figure__photo-label::after {
    content: ":";
    display: inline-block;
    margin-right: .25em
}

@media print {
    .figure__caption {
        border-color: #293346
    }

    .figure--main-photo .figure__caption {
        margin-left: 0
    }
}

.structured-info {
    margin: 0 0 24px;
    font-size: 1.063rem;
    line-height: 1.813rem;
    max-width: 34em;
    width: 100%
}

.structured-info:last-child {
    margin-bottom: 0
}

.structured-info::before,
.structured-info::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1
}

.structured-info::after {
    clear: both
}

.structured-info.structured-info--dotted {
    padding-left: .75rem
}

.structured-info--aligned {
    display: table;
    width: auto
}

.structured-info__key-value--aligned {
    display: table-row
}

.structured-info__key-value--aligned .structured-info__key,
.structured-info__key-value--aligned .structured-info__value {
    clear: none;
    display: table-cell;
    float: none
}

.structured-info__key-value--aligned .structured-info__key {
    padding-right: 8px
}

.structured-info__key-value--inline .structured-info__key,
.structured-info__key-value--inline .structured-info__value {
    display: inline;
    float: none
}

.structured-info__key-value--group {
    float: left;
    width: 100%
}

.structured-info__key,
.structured-info__value {
    display: block;
    float: left
}

.structured-info__key {
    clear: left;
    font-weight: 500;
    margin-right: 5px
}

.structured-info__key::after {
    content: ":"
}

.structured-info__key.structured-info__key--title {
    width: 100%
}

.structured-info__key.structured-info__key--title::after {
    display: none
}

.structured-info__key.structured-info__key--dotted {
    position: relative
}

.structured-info__key.structured-info__key--dotted::before {
    background-color: #293346;
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
    left: -0.75rem;
    position: absolute;
    top: .706em;
    width: 4px
}

.structured-info__value {
    margin-left: 0
}

.structured-info__link {
    display: inline-block;
    font-weight: 500;
    line-height: 1.2
}

.structured-info__link[href^="http://"]:not([href*="politiet.no"])::after,
.structured-info__link[href^="https://"]:not([href*="politiet.no"])::after,
.structured-info__link[href^="//"]:not([href*="politiet.no"])::after {
    background: url("/Static/images/external-link.png");
    background-image: url("/Static/images/external-link.svg"), none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: .7778em;
    margin-left: .17647em;
    width: .7778em
}

.structured-info__link[href^="http://"]:not([href*="politiet.no"]):focus::after,
.structured-info__link[href^="https://"]:not([href*="politiet.no"]):focus::after,
.structured-info__link[href^="//"]:not([href*="politiet.no"]):focus::after {
    background: url("/Static/images/external-link-white.png");
    background-image: url("/Static/images/external-link-white.svg"), none
}

.structured-info__items-list-item {
    margin-bottom: 0
}

.call-to-action {
    margin: 0 0 32px;
    background-color: #e9f7ff;
    box-shadow: 0 2px #e5e9f0;
    display: block;
    font-size: 1.063rem;
    font-weight: 400;
    line-height: 1.35;
    padding: 16px 40px 16px 16px;
    position: relative
}

@media all and (max-width: 639px) {
    .call-to-action {
        margin: 0 0 16px
    }
}

.call-to-action:last-child {
    margin-bottom: 0
}

.call-to-action,
.call-to-action:link,
.call-to-action:visited,
.call-to-action:active {
    color: #4b5363;
    text-decoration: none
}

.call-to-action::before {
    border: 1px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: calc(100% - 2px);
    left: 1px;
    position: absolute;
    top: 1px;
    width: calc(100% - 2px)
}

.call-to-action:hover {
    background-color: #1a708c;
    color: #fff;
    outline: 0
}

.call-to-action:hover .call-to-action__icon {
    background: url("/Static/images/arrow-right-white.png");
    background-image: url("/Static/images/arrow-right-white.svg"), none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.call-to-action:hover[href^="http://"]:not([href*="politiet.no"])::after,
.call-to-action:hover[href^="https://"]:not([href*="politiet.no"])::after,
.call-to-action:hover[href^="//"]:not([href*="politiet.no"])::after {
    background: url("/Static/images/external-link-white.png");
    background-image: url("/Static/images/external-link-white.svg"), none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain
}

.call-to-action:hover[href^="http://"]:not([href*="politiet.no"]) .call-to-action__icon,
.call-to-action:hover[href^="https://"]:not([href*="politiet.no"]) .call-to-action__icon,
.call-to-action:hover[href^="//"]:not([href*="politiet.no"]) .call-to-action__icon {
    display: none
}

.call-to-action:focus {
    background-color: #1a708c;
    color: #fff
}

.call-to-action:focus::before {
    border-color: #fff
}

.call-to-action:focus .call-to-action__icon {
    background: url("/Static/images/arrow-right-white.png");
    background-image: url("/Static/images/arrow-right-white.svg"), none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.call-to-action:focus[href^="http://"]:not([href*="politiet.no"])::after,
.call-to-action:focus[href^="https://"]:not([href*="politiet.no"])::after,
.call-to-action:focus[href^="//"]:not([href*="politiet.no"])::after {
    background: url("/Static/images/external-link-white.png");
    background-image: url("/Static/images/external-link-white.svg"), none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain
}

.call-to-action.call-to-action--negative {
    background-color: #4b5363
}

.call-to-action.call-to-action--negative,
.call-to-action.call-to-action--negative:link,
.call-to-action.call-to-action--negative:visited,
.call-to-action.call-to-action--negative:active {
    color: #fefefe
}

.call-to-action.call-to-action--negative:hover {
    background-color: #1a708c;
    color: #fff
}

.call-to-action.call-to-action--negative:hover .call-to-action__icon {
    background: url("/Static/images/arrow-right-white.png");
    background-image: url("/Static/images/arrow-right-white.svg"), none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.call-to-action.call-to-action--negative:focus {
    background-color: #1a708c;
    color: #fff
}

.call-to-action.call-to-action--negative:focus .call-to-action__icon {
    background: url("/Static/images/arrow-right-white.png");
    background-image: url("/Static/images/arrow-right-white.svg"), none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.call-to-action.call-to-action--negative .call-to-action__icon {
    background: url("/Static/images/arrow-right-yellow.png");
    background-image: url("/Static/images/arrow-right-yellow.svg"), none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.call-to-action.call-to-action--negative[href^="http://"]:not([href*="politiet.no"])::after,
.call-to-action.call-to-action--negative[href^="https://"]:not([href*="politiet.no"])::after,
.call-to-action.call-to-action--negative[href^="//"]:not([href*="politiet.no"])::after {
    background: url("/Static/images/external-link-white.png");
    background-image: url("/Static/images/external-link-white.svg"), none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain
}

.call-to-action.call-to-action--inverted {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    position: relative
}

.call-to-action.call-to-action--inverted,
.call-to-action.call-to-action--inverted:link,
.call-to-action.call-to-action--inverted:visited,
.call-to-action.call-to-action--inverted:active {
    color: #fefefe
}

.call-to-action.call-to-action--inverted:hover {
    background-color: #1a708c;
    color: #fff
}

.call-to-action.call-to-action--inverted:hover::before {
    border-color: #1a708c
}

.call-to-action.call-to-action--inverted:hover .call-to-action__icon {
    background: url("/Static/images/arrow-right-blue.png");
    background-image: url("/Static/images/arrow-right-blue.svg"), none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.call-to-action.call-to-action--inverted:focus {
    background-color: #1a708c;
    color: #fff
}

.call-to-action.call-to-action--inverted:focus::before {
    display: none
}

.call-to-action.call-to-action--inverted:focus .call-to-action__icon {
    background: url("/Static/images/arrow-right-white.png");
    background-image: url("/Static/images/arrow-right-white.svg"), none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.call-to-action.call-to-action--inverted::before {
    border: 1px solid #ffd923;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.call-to-action.call-to-action--inverted .call-to-action__icon {
    background: url("/Static/images/arrow-right-yellow.png");
    background-image: url("/Static/images/arrow-right-yellow.svg"), none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.call-to-action.call-to-action--inverted[href^="http://"]:not([href*="politiet.no"])::after,
.call-to-action.call-to-action--inverted[href^="https://"]:not([href*="politiet.no"])::after,
.call-to-action.call-to-action--inverted[href^="//"]:not([href*="politiet.no"])::after {
    background: url("/Static/images/external-link-white.png");
    background-image: url("/Static/images/external-link-white.svg"), none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain
}

.call-to-action.call-to-action--negative-amped {
    background-color: #000
}

.call-to-action.call-to-action--negative-amped,
.call-to-action.call-to-action--negative-amped:link,
.call-to-action.call-to-action--negative-amped:visited,
.call-to-action.call-to-action--negative-amped:active {
    color: #fefefe
}

.call-to-action.call-to-action--negative-amped:hover {
    background-color: #1a708c;
    color: #fff
}

.call-to-action.call-to-action--negative-amped:hover .call-to-action__icon {
    background: url("/Static/images/arrow-right-white.png");
    background-image: url("/Static/images/arrow-right-white.svg"), none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.call-to-action.call-to-action--negative-amped:focus {
    background-color: #1a708c;
    color: #fff
}

.call-to-action.call-to-action--negative-amped:focus .call-to-action__icon {
    background: url("/Static/images/arrow-right-white.png");
    background-image: url("/Static/images/arrow-right-white.svg"), none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.call-to-action.call-to-action--negative-amped .call-to-action__icon {
    background: url("/Static/images/arrow-right-yellow.png");
    background-image: url("/Static/images/arrow-right-yellow.svg"), none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.call-to-action.call-to-action--negative-amped[href^="http://"]:not([href*="politiet.no"])::after,
.call-to-action.call-to-action--negative-amped[href^="https://"]:not([href*="politiet.no"])::after,
.call-to-action.call-to-action--negative-amped[href^="//"]:not([href*="politiet.no"])::after {
    background: url("/Static/images/external-link-white.png");
    background-image: url("/Static/images/external-link-white.svg"), none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain
}

.call-to-action.call-to-action--button {
    background-color: #2354ad;
    color: #fefefe;
    display: inline-block;
    min-width: 200px;
    padding: 16px 32px;
    text-align: center
}

.call-to-action.call-to-action--button:hover {
    background-color: #1a708c;
    color: #fff
}

.call-to-action.call-to-action--button:focus {
    background-color: #1a708c;
    color: #fff
}

.call-to-action.call-to-action--button .call-to-action__icon {
    display: none
}

.call-to-action.call-to-action--button::after {
    background: url("/Static/images/arrow-right-white.png");
    background-image: url("/Static/images/arrow-right-white.svg"), none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 17px;
    margin-left: .5rem;
    position: relative;
    top: 3px;
    width: 18px
}

.call-to-action.call-to-action--button[href^="http://"]:not([href*="politiet.no"]),
.call-to-action.call-to-action--button[href^="https://"]:not([href*="politiet.no"]),
.call-to-action.call-to-action--button[href^="//"]:not([href*="politiet.no"]) {
    padding-right: 56px
}

.call-to-action.call-to-action--button[href^="http://"]:not([href*="politiet.no"])::after,
.call-to-action.call-to-action--button[href^="https://"]:not([href*="politiet.no"])::after,
.call-to-action.call-to-action--button[href^="//"]:not([href*="politiet.no"])::after {
    background: url("/Static/images/external-link-white.png");
    background-image: url("/Static/images/external-link-white.svg"), none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 32px
}

.call-to-action[href^="http://"]:not([href*="politiet.no"])::after,
.call-to-action[href^="https://"]:not([href*="politiet.no"])::after,
.call-to-action[href^="//"]:not([href*="politiet.no"])::after {
    background: url("/Static/images/external-link.png");
    background-image: url("/Static/images/external-link.svg"), none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 16px;
    margin-left: 4px;
    position: absolute;
    right: 16px;
    top: calc(50% - 9px);
    width: 16px
}

.call-to-action[href^="http://"]:not([href*="politiet.no"]) .call-to-action__icon,
.call-to-action[href^="https://"]:not([href*="politiet.no"]) .call-to-action__icon,
.call-to-action[href^="//"]:not([href*="politiet.no"]) .call-to-action__icon {
    display: none
}

.call-to-action__icon {
    background: url("/Static/images/arrow-right-blue.png") no-repeat;
    background-image: url("/Static/images/arrow-right-blue.svg"), none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    height: 18px;
    position: absolute;
    right: 16px;
    top: calc(50% - 9px);
    width: 18px
}

.call-to-action--constrained {
    max-width: 350px
}

@media print {
    .call-to-action {
        display: none
    }

    .call-to-action.call-to-action--button {
        display: none
    }
}

.icon {
    display: inline-block;
    font-size: .852em;
    margin-right: .0741em
}

.icon::before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    top: .06521em;
    width: 1em
}

.icon.icon--link-icon {
    font-size: 1em
}

.icon.icon--link-icon::before {
    top: .1851em
}

.icon--bell::before {
    background: url("/Static/images/bell.png") no-repeat center/contain;
    background-image: url("/Static/images/bell.svg"), none
}

.icon--phone::before {
    background: url("/Static/images/phone.png") no-repeat center/contain;
    background-image: url("/Static/images/phone.svg"), none
}

.icon--lock::before {
    background: url("/Static/images/material-design-icons/outlined/lock.png") no-repeat center/contain;
    background-image: url("/Static/images/material-design-icons/outlined/lock.svg"), none
}

.process__title {
    margin-bottom: .5rem
}

.process__step-list {
    border-top: 1px solid #e4e5e8;
    counter-reset: process-list;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.process__step-list--expanded {
    border-top: 0
}

.process__step-list--expanded::after {
    background-color: #9199aa;
    border-radius: 50%;
    bottom: -20px;
    content: "";
    display: block;
    height: 9px;
    left: 12px;
    position: absolute;
    width: 9px
}

.process__step-list-item {
    border-bottom: 1px solid #e4e5e8;
    font-size: 1.063rem;
    margin-bottom: 0;
    padding-bottom: 1px;
    padding-left: 1.875em;
    position: relative
}

.process__step-list-item::before {
    background-color: #fdda25;
    border: 2px solid #2d2926;
    border-radius: 50%;
    content: counter(process-list);
    counter-increment: process-list;
    display: block;
    font-weight: 500;
    height: 1.875em;
    left: 0;
    line-height: calc(1.875em - 2px);
    position: absolute;
    text-align: center;
    top: .75em;
    width: 1.875em;
    z-index: 2
}

.process__step-list-item--expanded {
    border-bottom: 0;
    font-size: 1.063rem;
    padding-left: 39px
}

.process__step-list-item--expanded::after {
    background-color: #9199aa;
    border-left: 1px dotted #e4e5e8;
    content: "";
    display: block;
    height: calc(100% - 20px);
    left: 16px;
    position: absolute;
    top: 40px;
    width: 1px
}

.process__step-list-item--expanded .process__toggle-icon {
    display: none
}

.process__step-list-item--expanded .process__step-button,
.process__step-list-item--expanded .process__step-button:link,
.process__step-list-item--expanded .process__step-button:visited,
.process__step-list-item--expanded .process__step-button:active {
    color: #293346;
    text-decoration: none
}

.process__step-button {
    padding: 16px 0;
    display: block;
    font-weight: 500;
    padding-left: 1em;
    padding-right: 3.75em
}

.process__step-button,
.process__step-button:link,
.process__step-button:visited,
.process__step-button:active {
    color: #2354ad;
    text-decoration: none
}

.process__step-button:focus {
    background-color: rgba(0, 0, 0, 0);
    outline: 0
}

.process__step-button:focus .process__step-title {
    background-color: #1a708c;
    color: #fff;
    left: -4px;
    padding: 0 4px;
    position: relative
}

.process__step-title {
    display: inline-block;
    font-size: 1.063rem;
    font-weight: 500;
    margin-bottom: 0;
    max-width: 34em
}

.process__toggle-icon {
    display: inline-block;
    height: 14px;
    margin: 0;
    position: absolute;
    right: .5em;
    top: 1.25em;
    transition: transform .2s ease-in-out;
    width: 14px
}

.process__toggle-icon::before,
.process__toggle-icon::after {
    background-color: #008db9;
    content: "";
    position: absolute
}

.process__toggle-icon::before {
    height: 14px;
    left: calc(50% - 1px);
    top: 0;
    width: 2px
}

.process__toggle-icon::after {
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
    width: 14px
}

.process__step-header--expanded .process__toggle-icon {
    transform: rotate(45deg);
    transition: transform .2s ease-in-out
}

.process__step-content {
    display: none;
    margin-bottom: 32px;
    padding-left: 1em
}

.no-js .process__step-content {
    display: block
}

.process__step-content.process__step-content--expanded {
    display: block
}

.find-org-unit {
    margin: 0 0 64px
}

.find-org-unit:last-child {
    margin-bottom: 0
}

.find-org-unit__results {
    padding: 32px 0
}

.find-org-unit__results.find-org-unit__results--no-results {
    display: none
}

.find-org-unit__results--open {
    display: block
}

.find-org-unit__summary {
    margin: 0 0 6px
}

.find-org-unit__office-coverage {
    padding: .25rem 0 .5rem
}

.find-org-unit__list-group {
    margin-bottom: .5rem
}

.find-org-service {
    margin: 0 0 64px
}

.find-org-service:last-child {
    margin-bottom: 0
}

.find-org-service__results {
    padding: 32px 0
}

.find-org-service__results.find-org-service__results--no-results {
    display: none
}

.find-org-service__result {
    margin: 0 0 32px
}

@media all and (max-width: 639px) {
    .find-org-service__result {
        margin: 0 0 16px
    }
}

.find-org-service__result:last-child {
    margin-bottom: 0
}

.find-org-service__results--open {
    display: block
}

.find-org-service__heading {
    margin: 0 0 .5rem
}

.find-org-service__accordion {
    margin-bottom: .5rem
}

.find-org-service__accordion:last-child {
    margin: 0 0 32px
}

.find-org-service__accordion:last-child:last-child {
    margin-bottom: 0
}

.find-district-service {
    margin: 0 0 64px
}

.find-district-service:last-child {
    margin-bottom: 0
}

.find-district-service__results {
    padding: 32px 0
}

.find-district-service__results--open {
    display: block
}

.find-district-service__result-header {
    display: block;
    margin: 0 0 16px
}

.find-district-service__result-header:last-child {
    margin-bottom: 0
}

.find-generaloffice-service {
    margin: 0 0 64px
}

.find-generaloffice-service:last-child {
    margin-bottom: 0
}

.sub-content {
    margin: 0 0 32px
}

@media all and (max-width: 639px) {
    .sub-content {
        margin: 0 0 16px
    }
}

.sub-content:last-child {
    margin-bottom: 0
}

.sub-content--no-entries {
    margin-bottom: 0
}

.sub-content__ingress {
    padding-bottom: 32px
}

.sub-content__ingress:empty {
    display: none
}

.sub-content__entry {
    margin-bottom: 24px;
    max-width: none
}

.sub-content__entry:last-child {
    margin-bottom: 24px
}

@media all and (max-width: 1023px) {
    .sub-content__entry:last-child {
        margin-bottom: 8px
    }
}

@media all and (max-width: 1023px) {
    .sub-content__entry {
        margin-bottom: 8px
    }
}

.modal {
    background-color: #293346;
    bottom: 0;
    display: none;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1100
}

.modal.modal--open {
    display: block
}

.modal--image {
    background-color: rgba(41, 51, 70, .9);
    padding-top: 40px
}

.modal__row {
    padding: 0;
    position: relative;
    max-width: none
}

.modal__column {
    height: 75vh;
    margin-top: 10vh;
    position: relative
}

.modal__column img {
    max-height: 100%
}

.modal__heading {
    margin: 10rem 0 1.5rem
}

@media all and (max-width: 639px) {
    .modal__heading {
        font-size: 1.75rem;
        line-height: 1.0714;
        margin: 4.5rem 0px 1.25rem
    }
}

.modal__column--center {
    text-align: center
}

.modal__close-btn {
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 4px;
    border: 2px solid var(--sds-color-global-blue-300, #7fb8e6);
    color: var(--sds-color-global-gray-100, #f7f8f9);
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    gap: .5rem;
    line-height: 1.5rem;
    padding: .5rem;
    position: absolute;
    right: 1rem;
    top: 1rem
}

.modal__close-btn:hover {
    background-color: var(--sds-color-global-blue-600, #00569c)
}

.modal__close-btn:active {
    background-color: var(--sds-color-semantic-surface-action-active, #3e5b6e);
    color: var(--sds-color-semantic-text-on-action, #fff)
}

.modal__close-btn:focus {
    outline: 2px solid var(--sds-color-semantic-border-focus, #4095da);
    outline-offset: 2px
}

.modal__close-btn-icon {
    height: 24px;
    width: 24px;
    fill: currentColor
}

.modal__close-btn--offset {
    right: .9375rem;
    top: -96px
}

.modal-2 {
    background-color: rgba(255, 255, 255, .7);
    bottom: 0;
    display: none;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1100
}

.modal-2.modal-2--open {
    display: block
}

.modal-2__row {
    height: 75%
}

.modal-2__content:focus {
    outline: none
}

.global-search {
    color: #fefefe
}

.global-search__search-form {
    margin-bottom: 48px;
    position: relative
}

@media all and (max-width: 639px) {
    .global-search__search-form {
        margin-bottom: 24px
    }
}

.global-search__robot {
    left: -5000px;
    position: absolute
}

.global-search__suggestions {
    border: 1px solid #fefefe;
    margin-top: 1px;
    width: 100%
}

.global-search__suggestions.global-search__suggestions--empty,
.global-search__suggestions:empty {
    display: none
}

.global-search__suggestion-item {
    padding: 16px 0;
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    font-size: 1.375rem;
    font-weight: 400;
    margin: 0 1rem;
    max-width: none;
    position: relative
}

@media all and (max-width: 639px) {
    .global-search__suggestion-item {
        font-size: 1.063rem
    }
}

.global-search__suggestion-item::before {
    background-color: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.global-search__suggestion-item::after {
    background-color: #505868;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%
}

.global-search__suggestion-item:last-child::after {
    display: none
}

.global-search__suggestion-item:focus {
    padding: 16px;
    background-color: #505868;
    cursor: pointer;
    margin: 0
}

.global-search__suggestion-item:focus::before {
    background-color: #fefefe
}

.global-search__suggestion-item:focus::after {
    background-color: #fefefe;
    left: 0
}

.global-search__input-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%
}

.global-search__combobox {
    width: 100%
}

.global-search__input {
    background: none;
    border: 1px solid #fefefe;
    border-radius: .5rem;
    color: #fefefe;
    font-size: 1.375rem;
    height: 70px;
    line-height: 1;
    padding-left: 1rem;
    position: relative;
    width: 100%;
    z-index: 1
}

.global-search__input::-moz-placeholder {
    color: #fefefe
}

.global-search__input::placeholder {
    color: #fefefe
}

.global-search__input::-ms-clear {
    display: none
}

.global-search__input:focus {
    outline: 2px solid var(--sds-color-semantic-border-focus, #4095da);
    outline-offset: 2px
}

.global-search__actions {
    position: absolute;
    right: 11px;
    bottom: 11px;
    z-index: 1
}

.global-search__btn {
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    font-family: roboto, arial, sans-serif;
    gap: .5rem;
    line-height: 1.5rem;
    padding: 1px 6px;
    width: 48px;
    height: 48px
}

.global-search__btn:hover {
    background-color: var(--sds-color-semantic-surface-action-subtle, #00569c)
}

.global-search__btn:active {
    background-color: var(--sds-color-semantic-surface-action-active, #3e5b6e);
    color: var(--sds-color-semantic-text-on-action, #fff)
}

.global-search__btn:focus {
    outline: 2px solid var(--sds-color-semantic-border-focus, #4095da);
    outline-offset: 2px
}

.global-search__clear-btn {
    margin-right: 6px
}

@media all and (max-width: 639px) {
    .global-search__clear-btn {
        margin-right: 2px
    }
}

.global-search__icon {
    fill: #fefefe;
    height: 100%;
    width: 100%
}

.global-search__submit-btn {
    margin-left: 0
}

.global-search__submit-btn .global-search__icon {
    background: #54d2fa;
    fill: #212a3b
}

.global-search__btn--empty .global-search__icon {
    background: none;
    fill: #fefefe
}

.layout--searchpage,
.layout--errorpage {
    background-color: #293346
}

.layout--startpage .layout--spacing {
    margin-bottom: 0
}

@media print {
    .layout--alignment {
        display: block
    }
}

.search-result {
    color: #fefefe
}

.search-result__hits-title {
    border-bottom: 1px solid #fefefe;
    font-size: 1.063rem;
    font-weight: 500;
    margin: 0;
    max-width: none;
    padding-bottom: 8px;
    padding-left: 8px
}

.search-result__help {
    display: none;
    padding: 22px 0 0 8px
}

.search-result__help.search-result__suggestion--visible,
.search-result__help.search-result__related--visible {
    display: block
}

.search-result__help .search-result__searchword-link,
.search-result__help .search-result__searchword-link:link,
.search-result__help .search-result__searchword-link:visited,
.search-result__help .search-result__searchword-link:active {
    border-color: #fff;
    color: #fff
}

.search-result__help .search-result__searchword-link:hover {
    border-color: #ffd923;
    color: #ffd923
}

.search-result__help--related {
    margin-bottom: 22px
}

.search-result__suggestion-list-title {
    padding-left: 8px;
    padding-top: 24px
}

.search-result__suggestion-list {
    font-size: 1.063rem;
    padding-left: 8px
}

.search-result__suggestion-list-item::before {
    background-color: #fefefe
}

/*!
* Pikaday
* Copyright Â© 2014 David Bushell | BSD & MIT license | http://dbushell.com/
*/
.pika-single {
    background: #fff;
    border: 1px solid #b2b6be;
    border-bottom-color: #bbb;
    color: #333;
    display: block;
    position: relative;
    width: calc(100% - 30px);
    z-index: 9999
}

.pika-single::before,
.pika-single::after {
    content: " ";
    display: table
}

.pika-single::after {
    clear: both
}

@media all and (min-width: 640px) {
    .pika-single {
        max-width: calc(58.333% - 41px)
    }
}

@media all and (min-width: 1024px) {
    .pika-single {
        max-width: calc(30% - 16px)
    }
}

@media all and (min-width: 1440px) {
    .pika-single {
        max-width: 429px
    }
}

.pika-single.is-hidden {
    display: none
}

.pika-single.is-bound {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5);
    position: absolute
}

.pika-lendar {
    float: left;
    margin: 8px;
    width: calc(100% - 16px)
}

.pika-title {
    position: relative;
    text-align: center
}

.pika-title select {
    cursor: pointer;
    filter: alpha(opacity=0);
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 5px;
    z-index: 9998
}

.pika-label {
    background-color: #fff;
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
    z-index: 9999
}

.pika-label+.pika-label {
    padding-left: 3px
}

.pika-prev,
.pika-next {
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: 0;
    cursor: pointer;
    display: block;
    height: 38px;
    opacity: .5;
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 65px;
    white-space: nowrap;
    width: 65px
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2
}

.pika-prev,
.is-rtl .pika-next {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    background-position: left center;
    float: left
}

.pika-next,
.is-rtl .pika-prev {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    background-position: right center;
    float: right
}

.pika-select {
    display: inline-block
}

.pika-table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

.pika-table th,
.pika-table td {
    padding: 0;
    width: 14.2857142857%
}

.pika-table th {
    color: #293346;
    font-size: .75rem;
    font-weight: 600;
    line-height: 25px;
    text-align: center
}

.pika-table abbr {
    border-bottom: 0
}

.pika-button {
    background: #f4f4f4;
    border: 0;
    box-sizing: border-box;
    color: #293346;
    cursor: pointer;
    display: block;
    font-size: 1.063rem;
    line-height: 1.25rem;
    margin: 0;
    outline: none;
    padding: 5px;
    text-align: center;
    width: 100%
}

@media all and (max-width: 399px) {
    .pika-button {
        font-size: 1rem;
        padding: 3px
    }
}

.is-today .pika-button {
    color: #505868;
    font-weight: 600
}

.is-selected .pika-button {
    background: #1a708c;
    color: #fff;
    font-weight: 600
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
    color: #999;
    cursor: default;
    opacity: .3;
    pointer-events: none
}

.pika-button:hover {
    background: #505868;
    box-shadow: none;
    color: #fff
}

.pika-week {
    color: #999;
    font-size: 1.063rem
}

.is-inrange .pika-button {
    background: #d5e9f7
}

.is-startrange .pika-button {
    background: #6cb31d;
    box-shadow: none;
    color: #fff
}

.is-endrange .pika-button {
    background: #3af;
    box-shadow: none;
    color: #fff
}

.page-listing {
    border-top: 1px solid #e4e5e8;
    margin: 16px 0 0
}

.page-listing.page-listing--negative {
    border-top: 0;
    margin-top: 0
}

@media all and (max-width: 639px) {
    .page-listing {
        margin: 0
    }
}

.page-listing--minimized-top {
    border-top: 0;
    margin-top: 0
}

.page-listing--minimized-top .page-listing__item:first-child {
    padding-top: 0
}

.page-listing--no-top-border {
    border-top: 0
}

.page-listing__item {
    margin: 0;
    max-width: none;
    padding: 24px 8px
}

.page-listing--negative .page-listing__item:not(:last-child) {
    border-color: #505868
}

.page-listing__item:not(:last-child) {
    border-bottom: 1px solid #e4e5e8
}

@media all and (max-width: 639px) {
    .page-listing__item {
        padding: 16px 8px
    }
}

.page-listing__item--wide {
    padding-left: 0;
    padding-right: 0
}

.page-listing__article {
    padding: 0
}

.page-listing__title {
    margin-bottom: 8px
}

.page-listing--negative .page-listing__link,
.page-listing--negative .page-listing__link:link,
.page-listing--negative .page-listing__link:visited,
.page-listing--negative .page-listing__link:active {
    border-bottom-color: #fff;
    color: #fff
}

.page-listing--negative .page-listing__link:hover {
    border-bottom-color: #ffd923;
    color: #ffd923
}

.page-listing--negative .page-listing__link:focus {
    border: 0;
    color: #fff
}

.page-listing--negative .page-listing__link:focus em {
    background-color: rgba(0, 0, 0, 0);
    color: #fff
}

.page-listing--negative .page-listing__link em {
    background-color: #ffd923;
    color: #212a3b;
    font-style: normal;
    padding: 0 2px
}

.page-listing__excerpt {
    margin: 0 0 4px
}

.page-listing__excerpt:last-child {
    margin-bottom: 0
}

.page-listing__excerpt:empty {
    display: none
}

.page-listing--negative .page-listing__excerpt {
    font-size: 1.063rem
}

.page-listing--negative .page-listing__excerpt em {
    background-color: #ffd923;
    color: #212a3b;
    font-style: normal;
    padding: 0 2px
}

.page-listing__filesize {
    white-space: nowrap
}

.page-listing__meta-data {
    font-size: 1.0625rem
}

.page-listing__icon {
    display: inline-block;
    height: 24px;
    margin-right: 8px;
    width: 24px
}

.page-listing__icon::before {
    background: url("/Static/images/file-icon-generic.png") no-repeat center/contain;
    background-image: url("/Static/images/file-icon-generic.svg"), none;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: relative;
    top: 6px;
    width: 100%
}

.page-listing__icon.page-listing__icon--doc::before,
.page-listing__icon.page-listing__icon--docx::before {
    background: url("/Static/images/file-icon-doc.png") no-repeat center/contain;
    background-image: url("/Static/images/file-icon-doc.svg"), none
}

.page-listing__icon.page-listing__icon--pdf::before {
    background: url("/Static/images/file-icon-pdf.png") no-repeat center/contain;
    background-image: url("/Static/images/file-icon-pdf.svg"), none
}

.page-listing__icon.page-listing__icon--ppt::before,
.page-listing__icon.page-listing__icon--pptx::before {
    background: url("/Static/images/file-icon-ppt.png") no-repeat center/contain;
    background-image: url("/Static/images/file-icon-ppt.svg"), none
}

.page-listing__icon.page-listing__icon--xls::before,
.page-listing__icon.page-listing__icon--xlsx::before {
    background: url("/Static/images/file-icon-xls.png") no-repeat center/contain;
    background-image: url("/Static/images/file-icon-xls.svg"), none
}

.page-listing__info-list .page-listing__info-list-item {
    margin-bottom: 0
}

.page-listing__info-list .page-listing__info-list-item::before {
    display: block
}

.paging {
    border-bottom: 1px solid #e4e5e8;
    border-top: 1px solid #e4e5e8;
    font-size: 1.063rem;
    padding: 24px 0
}

.paging::before,
.paging::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1
}

.paging::after {
    clear: both
}

@media all and (max-width: 639px) {
    .paging {
        text-align: center
    }
}

.paging.paging--negative {
    border-color: #505868;
    color: #fefefe
}

.paging--hidden {
    display: none
}

.paging__paging-item {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
    min-width: 30px;
    outline: 0;
    text-align: center
}

@media all and (max-width: 639px) {
    .paging__paging-item {
        display: none
    }

    .paging__paging-item.paging__paging-item--prev-item {
        display: block;
        float: left;
        text-align: left
    }

    .paging__paging-item.paging__paging-item--next-item {
        display: block;
        float: right;
        text-align: right
    }

    .paging__paging-item.paging__paging-item--current {
        display: inline-block;
        float: none
    }
}

.paging__paging-item--leap {
    color: inherit
}

.paging__paging-item--leap::after {
    content: "â€¦"
}

.paging__paging-item--current {
    background-color: #54d2fa;
    color: #293346;
    font-weight: 600
}

.paging__paging-item--current:focus {
    outline: 0
}

.paging__paging-item--prev-item {
    margin: 0 24px 0 0
}

.paging__paging-item--next-item {
    margin: 0 0 0 24px
}

.paging__paging-item--prev-item,
.paging__paging-item--next-item {
    display: none;
    text-transform: uppercase
}

.paging__paging-item--prev-item.paging__paging-item--visible,
.paging__paging-item--next-item.paging__paging-item--visible {
    display: inline-block
}

@media all and (max-width: 639px) {

    .paging__paging-item--prev-item,
    .paging__paging-item--next-item {
        display: inline-block;
        margin: 0;
        visibility: hidden;
        width: 35vw
    }

    .paging__paging-item--prev-item.paging__paging-item--visible,
    .paging__paging-item--next-item.paging__paging-item--visible {
        visibility: visible
    }
}

.paging__paging-item-link,
.main-content .EPiServerForms .Form__NavigationBar .btnNext,
.main-content .EPiServerForms .Form__NavigationBar .btnPrev {
    display: block;
    height: 30px;
    width: 100%
}

.paging__paging-item-link:link,
.main-content .EPiServerForms .Form__NavigationBar .btnNext:link,
.main-content .EPiServerForms .Form__NavigationBar .btnPrev:link,
.paging__paging-item-link:visited,
.main-content .EPiServerForms .Form__NavigationBar .btnNext:visited,
.main-content .EPiServerForms .Form__NavigationBar .btnPrev:visited,
.paging__paging-item-link:active,
.main-content .EPiServerForms .Form__NavigationBar .btnNext:active,
.main-content .EPiServerForms .Form__NavigationBar .btnPrev:active {
    color: #2354ad
}

.paging__paging-item-link:hover,
.main-content .EPiServerForms .Form__NavigationBar .btnNext:hover,
.main-content .EPiServerForms .Form__NavigationBar .btnPrev:hover {
    background-color: #e4e5e8
}

.paging__paging-item-link:focus,
.main-content .EPiServerForms .Form__NavigationBar .btnNext:focus,
.main-content .EPiServerForms .Form__NavigationBar .btnPrev:focus {
    background-color: #1a708c;
    color: #fff
}

.paging--negative .paging__paging-item-link:link,
.paging--negative .main-content .EPiServerForms .Form__NavigationBar .btnNext:link,
.main-content .EPiServerForms .Form__NavigationBar .paging--negative .btnNext:link,
.paging--negative .main-content .EPiServerForms .Form__NavigationBar .btnPrev:link,
.main-content .EPiServerForms .Form__NavigationBar .paging--negative .btnPrev:link,
.paging--negative .paging__paging-item-link:visited,
.paging--negative .main-content .EPiServerForms .Form__NavigationBar .btnNext:visited,
.main-content .EPiServerForms .Form__NavigationBar .paging--negative .btnNext:visited,
.paging--negative .main-content .EPiServerForms .Form__NavigationBar .btnPrev:visited,
.main-content .EPiServerForms .Form__NavigationBar .paging--negative .btnPrev:visited,
.paging--negative .paging__paging-item-link:active,
.paging--negative .main-content .EPiServerForms .Form__NavigationBar .btnNext:active,
.main-content .EPiServerForms .Form__NavigationBar .paging--negative .btnNext:active,
.paging--negative .main-content .EPiServerForms .Form__NavigationBar .btnPrev:active,
.main-content .EPiServerForms .Form__NavigationBar .paging--negative .btnPrev:active {
    color: #fff
}

.paging--negative .paging__paging-item-link:hover,
.paging--negative .main-content .EPiServerForms .Form__NavigationBar .btnNext:hover,
.main-content .EPiServerForms .Form__NavigationBar .paging--negative .btnNext:hover,
.paging--negative .main-content .EPiServerForms .Form__NavigationBar .btnPrev:hover,
.main-content .EPiServerForms .Form__NavigationBar .paging--negative .btnPrev:hover {
    background-color: #505868
}

.paging__paging-item-link--prev-link,
.main-content .EPiServerForms .Form__NavigationBar .btnPrev,
.paging__paging-item-link--next-link,
.main-content .EPiServerForms .Form__NavigationBar .btnNext {
    padding: 0 8px
}

.paging__paging-item-link--prev-link::before,
.main-content .EPiServerForms .Form__NavigationBar .btnPrev::before,
.paging__paging-item-link--prev-link::after,
.main-content .EPiServerForms .Form__NavigationBar .btnPrev::after,
.paging__paging-item-link--next-link::before,
.main-content .EPiServerForms .Form__NavigationBar .btnNext::before,
.paging__paging-item-link--next-link::after,
.main-content .EPiServerForms .Form__NavigationBar .btnNext::after {
    border: 2px solid #2354ad;
    border-width: 0 0 2px 2px;
    content: "";
    display: inline-block;
    height: 11px;
    transform: rotate(45deg);
    width: 11px
}

.paging__paging-item-link--prev-link:hover,
.main-content .EPiServerForms .Form__NavigationBar .btnPrev:hover,
.paging__paging-item-link--next-link:hover,
.main-content .EPiServerForms .Form__NavigationBar .btnNext:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #1a708c
}

.paging__paging-item-link--prev-link:hover::before,
.main-content .EPiServerForms .Form__NavigationBar .btnPrev:hover::before,
.paging__paging-item-link--prev-link:hover::after,
.main-content .EPiServerForms .Form__NavigationBar .btnPrev:hover::after,
.paging__paging-item-link--next-link:hover::before,
.main-content .EPiServerForms .Form__NavigationBar .btnNext:hover::before,
.paging__paging-item-link--next-link:hover::after,
.main-content .EPiServerForms .Form__NavigationBar .btnNext:hover::after {
    border-color: #1a708c
}

.paging__paging-item-link--prev-link:focus,
.main-content .EPiServerForms .Form__NavigationBar .btnPrev:focus,
.paging__paging-item-link--next-link:focus,
.main-content .EPiServerForms .Form__NavigationBar .btnNext:focus {
    background-color: #1a708c;
    color: #fff
}

.paging__paging-item-link--prev-link:focus::before,
.main-content .EPiServerForms .Form__NavigationBar .btnPrev:focus::before,
.paging__paging-item-link--prev-link:focus::after,
.main-content .EPiServerForms .Form__NavigationBar .btnPrev:focus::after,
.paging__paging-item-link--next-link:focus::before,
.main-content .EPiServerForms .Form__NavigationBar .btnNext:focus::before,
.paging__paging-item-link--next-link:focus::after,
.main-content .EPiServerForms .Form__NavigationBar .btnNext:focus::after {
    border-color: #fff
}

.paging--negative .paging__paging-item-link--prev-link::before,
.paging--negative .main-content .EPiServerForms .Form__NavigationBar .btnPrev::before,
.main-content .EPiServerForms .Form__NavigationBar .paging--negative .btnPrev::before,
.paging--negative .paging__paging-item-link--prev-link::after,
.paging--negative .main-content .EPiServerForms .Form__NavigationBar .btnPrev::after,
.main-content .EPiServerForms .Form__NavigationBar .paging--negative .btnPrev::after,
.paging--negative .paging__paging-item-link--next-link::before,
.paging--negative .main-content .EPiServerForms .Form__NavigationBar .btnNext::before,
.main-content .EPiServerForms .Form__NavigationBar .paging--negative .btnNext::before,
.paging--negative .paging__paging-item-link--next-link::after,
.paging--negative .main-content .EPiServerForms .Form__NavigationBar .btnNext::after,
.main-content .EPiServerForms .Form__NavigationBar .paging--negative .btnNext::after {
    border-color: #54d2fa
}

.paging--negative .paging__paging-item-link--prev-link:hover,
.paging--negative .main-content .EPiServerForms .Form__NavigationBar .btnPrev:hover,
.main-content .EPiServerForms .Form__NavigationBar .paging--negative .btnPrev:hover,
.paging--negative .paging__paging-item-link--next-link:hover,
.paging--negative .main-content .EPiServerForms .Form__NavigationBar .btnNext:hover,
.main-content .EPiServerForms .Form__NavigationBar .paging--negative .btnNext:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #ffd923
}

.paging--negative .paging__paging-item-link--prev-link:hover::before,
.paging--negative .main-content .EPiServerForms .Form__NavigationBar .btnPrev:hover::before,
.main-content .EPiServerForms .Form__NavigationBar .paging--negative .btnPrev:hover::before,
.paging--negative .paging__paging-item-link--prev-link:hover::after,
.paging--negative .main-content .EPiServerForms .Form__NavigationBar .btnPrev:hover::after,
.main-content .EPiServerForms .Form__NavigationBar .paging--negative .btnPrev:hover::after,
.paging--negative .paging__paging-item-link--next-link:hover::before,
.paging--negative .main-content .EPiServerForms .Form__NavigationBar .btnNext:hover::before,
.main-content .EPiServerForms .Form__NavigationBar .paging--negative .btnNext:hover::before,
.paging--negative .paging__paging-item-link--next-link:hover::after,
.paging--negative .main-content .EPiServerForms .Form__NavigationBar .btnNext:hover::after,
.main-content .EPiServerForms .Form__NavigationBar .paging--negative .btnNext:hover::after {
    border-color: #ffd923
}

@media all and (max-width: 639px) {

    .paging__paging-item-link--prev-link,
    .main-content .EPiServerForms .Form__NavigationBar .btnPrev,
    .paging__paging-item-link--next-link,
    .main-content .EPiServerForms .Form__NavigationBar .btnNext {
        display: inline-block;
        width: auto
    }
}

.paging__paging-item-link--prev-link::before,
.main-content .EPiServerForms .Form__NavigationBar .btnPrev::before {
    margin-right: 8px
}

.paging__paging-item-link--prev-link::after,
.main-content .EPiServerForms .Form__NavigationBar .btnPrev::after {
    display: none
}

.paging__paging-item-link--next-link::before,
.main-content .EPiServerForms .Form__NavigationBar .btnNext::before {
    display: none
}

.paging__paging-item-link--next-link::after,
.main-content .EPiServerForms .Form__NavigationBar .btnNext::after {
    margin-left: 8px;
    transform: rotate(-135deg)
}

.block {
    margin: 0 0 32px
}

.block:last-child {
    margin-bottom: 0
}

.block--alternate {
    padding: 24px 0;
    background-color: #f4f4f4
}

@media all and (max-width: 639px) {
    .block--alternate {
        padding: 12px 0
    }
}

.block--alternate-medium-up {
    padding: 24px 0;
    padding-bottom: 4.25rem
}

@media all and (max-width: 639px) {
    .block--alternate-medium-up {
        padding: 12px 0
    }
}

@media all and (min-width: 640px) {
    .block--alternate-medium-up {
        background-color: #f4f4f4
    }
}

.block--inverted {
    padding: 64px 0;
    background-color: #0a0a0a
}

@media all and (max-width: 639px) {
    .block--inverted {
        padding: 32px 0
    }
}

.block__inverted-text {
    color: #fefefe
}

.block__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin: 0;
    text-align: left
}

.block__title--centered {
    margin-left: auto;
    margin-right: auto
}

.block__title--news {
    margin-bottom: 0
}

@media all and (max-width: 639px) {
    .block__title--news {
        margin-bottom: 32px
    }
}

.block__title--skewed {
    margin-bottom: 16px;
    padding-bottom: 40px;
    position: relative
}

.block__title--skewed::before,
.block__title--skewed::after {
    background-color: #505868;
    content: "";
    display: block;
    height: 22px;
    position: absolute;
    transform: skew(-28deg);
    width: 6px
}

.block__title--skewed::before {
    bottom: 12px;
    left: calc(50% - 5px)
}

.block__title--skewed::after {
    background-color: #212a3b;
    bottom: 0;
    left: calc(50% - 2px)
}

.block__read-more-column {
    text-align: right
}

.block__read-more {
    display: inline-block;
    font-size: 1.063rem;
    line-height: 40px;
    margin-bottom: 32px;
    margin-top: 0;
    padding: 0 44px 0 8px;
    position: relative
}

.block__read-more,
.block__read-more:link,
.block__read-more:active,
.block__read-more:visited {
    color: var(--sds-color-semantic-text-action-default, #0072ce)
}

.block__read-more::after {
    border: 1px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: calc(100% - 2px);
    left: 1px;
    position: absolute;
    top: 1px;
    width: calc(100% - 2px)
}

.block__read-more:hover {
    color: var(var(--sds-color-semantic-text-action-hover, #00569c))
}

.block__read-more:focus {
    color: #fff
}

.block__read-more:focus .block__read-more-icon {
    border-color: #fff
}

.block__read-more:focus .block__read-more-icon::before {
    background-color: #fff
}

.block__read-more:focus .block__read-more-icon::after {
    border-color: #fff
}

.block__read-more--no-margin {
    margin-bottom: 0
}

.block__read-more--inverted .block__read-more-icon {
    border-color: #ffd923
}

.block__read-more--inverted .block__read-more-icon::before {
    background-color: #ffd923
}

.block__read-more--inverted .block__read-more-icon::after {
    border-color: #ffd923
}

.block__read-more--inverted,
.block__read-more--inverted:link,
.block__read-more--inverted:active,
.block__read-more--inverted:visited {
    color: #ffd923
}

.block__read-more--inverted:hover {
    color: #fff
}

.block__read-more--inverted:hover .block__link-underline {
    border-color: #fff
}

.block__read-more--inverted:hover .block__read-more-icon {
    border-color: #fff
}

.block__read-more--inverted:hover .block__read-more-icon::before {
    background-color: #fff
}

.block__read-more--inverted:hover .block__read-more-icon::after {
    border-color: #fff
}

.block__read-more--inverted:focus {
    background-color: #1a708c;
    color: #fff
}

.block__read-more--inverted:focus .block__link-underline {
    border-color: rgba(0, 0, 0, 0)
}

.block__read-more--inverted:focus .block__read-more-icon {
    border-color: #fff
}

.block__read-more--inverted:focus .block__read-more-icon::before {
    background-color: #fff
}

.block__read-more--inverted:focus .block__read-more-icon::after {
    border-color: #fff
}

.block__read-more-icon {
    position: absolute;
    right: 8px;
    top: calc(50% - 15px)
}

@media all and (max-width: 639px) {
    .block__read-more-icon {
        display: inline-block
    }
}

.block__link-underline {
    border-bottom: 1px solid rgba(0, 0, 0, 0)
}

.block__archive-link {
    align-items: center;
    display: inline-flex;
    gap: var(--sds-spacing-2, 4px);
    justify-content: center;
    padding: var(--sds-spacing-2);
    margin: 1rem .25rem .25rem;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center
}

.block__archive-link:link,
.block__archive-link:visited,
.block__archive-link:active {
    border-bottom: 0;
    color: var(--sds-color-semantic-text-action-default)
}

.block__archive-link:focus {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    text-decoration: underline;
    outline: 2px solid var(--sds-color-semantic-surface-action-default);
    outline-offset: 1px;
    color: var(--sds-color-semantic-text-action-default);
    text-decoration-thickness: 1px;
    text-underline-offset: 2px
}

.block__archive-link:hover {
    border-color: rgba(0, 0, 0, 0);
    border-bottom: 0;
    color: var(--sds-color-semantic-text-action-hover);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px
}

.block__archive-link:active {
    background-color: rgba(0, 0, 0, 0);
    color: var(--sds-color-semantic-text-action-active);
    outline: 0;
    position: relative;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px
}

.campaign .campaign__call-to-action,
.campaign .campaign__call-to-action--dark {
    box-shadow: none;
    display: inline-block;
    max-width: 300px;
    min-width: 200px
}

.campaign .campaign__call-to-action::before {
    border-color: #b2b6be
}

.campaign .campaign__call-to-action:hover {
    background-color: #1a708c
}

.campaign .campaign__call-to-action:hover::before {
    border-color: #f4f4f4
}

.campaign .campaign__call-to-action:focus::before {
    border: 1px solid #fff;
    content: "";
    display: block;
    height: calc(100% - 2px);
    left: 1px;
    position: absolute;
    top: 1px;
    width: calc(100% - 2px)
}

.campaign.campaign--dark {
    background-color: #0a0a0a
}

.campaign.campaign--bright {
    background-color: #f4f4f4
}

.campaign.campaign--frontpage {
    margin-bottom: 2rem
}

@media all and (min-width: 1024px) {
    .campaign.campaign--frontpage {
        margin-top: 2rem
    }
}

.campaign__text {
    padding: 32px
}

@media all and (min-width: 1024px) {
    .campaign__text {
        padding: 24px 30px
    }
}

@media all and (min-width: 1200px) {
    .campaign__text {
        padding: 40px 30px
    }
}

.campaign__title {
    margin-bottom: 1rem
}

.campaign__lead-text {
    margin-bottom: 1.75rem
}

.campaign__image-link {
    display: block;
    position: relative
}

.campaign__image-link::after {
    border: 8px solid rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.campaign__image-link:hover {
    background-color: #0a0a0a
}

.campaign__image-link:hover .campaign__image {
    opacity: .6
}

.campaign__image-link:focus .campaign__image {
    opacity: 1
}

.campaign__image-link:focus::after {
    border-color: #1a708c
}

.campaign__image {
    display: block;
    width: 100%
}

.campaign__logo {
    left: 0;
    max-width: 250px;
    min-width: 150px;
    position: absolute;
    top: 40px;
    width: 20vw
}

.card {
    background-color: #fefefe;
    border: none;
    display: block;
    flex: 1 1 100%;
    margin: 32px 32px 0 0;
    max-width: 37rem;
    position: relative
}

@media all and (max-width: 639px) {
    .card {
        margin: 0 0 48px
    }
}

.card:link,
.card:visited,
.card:active {
    background-color: #fefefe;
    border: none;
    color: #2d2926
}

.card:hover .card__figure--video {
    background-color: #293346
}

.card:hover .card__figure--video::before {
    background-color: rgba(0, 0, 0, 0)
}

.card:hover .card__figure--video .card__image {
    opacity: .6
}

.card:focus {
    background-color: #1a708c;
    border-bottom-color: #1a708c;
    color: #fff
}

.card:focus::before {
    border-color: #1a708c
}

.card:focus .card__headline::after {
    background-color: #fff
}

.card:focus .card__figure--video::before {
    border-color: #fff
}

.card:focus .card__figure--video::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff
}

.card:focus .metadata__item-label-icon {
    fill: #fff
}

.card--event {
    padding-left: 80px
}

.card--extraordinary {
    padding: 1rem;
    background-color: #0a0a0a;
    border-bottom-color: #0a0a0a
}

.card--extraordinary::before {
    border-top-color: #212a3b
}

.card--extraordinary:hover .card__headline::after {
    background-color: #fdda25;
    color: #fdda25
}

.card--extraordinary:link,
.card--extraordinary:visited,
.card--extraordinary:active {
    color: #fefefe;
    background-color: #0a0a0a;
    border-bottom-color: #0a0a0a
}

.card--extraordinary:focus {
    background-color: #1a708c
}

.card--extraordinary:focus::before {
    border-top-color: #1a708c
}

.card__headline {
    margin: 0 0 16px;
    font-weight: 600;
    position: relative
}

@media all and (max-width: 639px) {
    .card__headline {
        margin: 0 0 8px
    }
}

.card__headline:last-child {
    margin-bottom: 0
}

.card__headline::after {
    background-color: #fdda25;
    content: "";
    display: block;
    height: 3px;
    margin: 6px 0 0;
    width: 26px
}

.card--event .card__headline {
    margin-bottom: 8px
}

.card--event .card__headline::after {
    display: none
}

.card:hover:not(:focus) .card__headline {
    color: #1a708c;
    text-decoration: underline;
    text-underline-offset: .25em
}

.card--extraordinary:hover:not(:focus) .card__headline {
    color: #fdda25;
    text-decoration: underline;
    text-underline-offset: .25em
}

@media all and (max-width: 639px) {
    .card__headline {
        font-size: 1.5rem
    }
}

.card:focus .card__metadata {
    color: #fff
}

.card__event-list-item {
    padding-left: 0
}

.card__event-date {
    font-size: 1.625rem;
    left: 0;
    line-height: 1.3;
    margin-right: 8px;
    padding-bottom: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 64px
}

.card__event-date::after {
    background-color: #ffd923;
    bottom: 0;
    content: "";
    display: block;
    height: 32px;
    left: calc(50% + 2px);
    position: absolute;
    transform: skew(-28deg);
    transform-origin: top right;
    width: 8px
}

.card:focus .card__event-date::after {
    background-color: #fff
}

.card__event-date .card__event-day,
.card__event-date .card__event-month {
    display: block;
    position: relative
}

.card__event-date .card__event-day::after,
.card__event-date .card__event-month::after {
    background-color: #9199aa;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 6px;
    width: 1px
}

.card:focus .card__event-date .card__event-day::after,
.card:focus .card__event-date .card__event-month::after {
    background-color: #fff
}

.card__event-date .card__event-month::after {
    top: -2px
}

@media all and (max-width: 639px) {
    .card__event-date {
        font-size: 1.5rem
    }
}

.card__figure {
    margin: calc(-1.5rem + 2px) -1.5rem 1.5rem;
    position: relative
}

.card__figure--video::before {
    background-color: rgba(10, 10, 10, .4);
    border: 2px solid #ffd923;
    border-radius: 50%;
    content: "";
    display: block;
    height: 66px;
    left: 50%;
    margin-left: -33px;
    margin-top: -33px;
    position: absolute;
    top: 50%;
    width: 66px;
    z-index: 1
}

.card__figure--video::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffd923;
    border-style: solid;
    border-width: 20px 0 20px 34px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin: -20px 0 0 -13px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 1
}

.card__clamped {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.video {
    margin: 0 0 32px;
    background-color: #0a0a0a;
    height: 0;
    padding-bottom: 56.25%;
    position: relative
}

.video:last-child {
    margin-bottom: 0
}

.video--block {
    margin-bottom: 0
}

.video__player {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video--loading .video__player {
    display: none
}

.video__loader {
    animation: 1s VideoLoader linear infinite;
    border: 3px solid #ffd923;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-radius: 50%;
    display: none;
    height: 106px;
    left: calc(50% - 53px);
    pointer-events: none;
    position: absolute;
    top: calc(50% - 53px);
    width: 106px
}

.video--loading .video__loader {
    display: block
}

.video__read-more {
    margin-left: -8px;
    margin-top: 4px
}

.video__metadata {
    color: #fefefe;
    font-size: 1.0625rem;
    margin-bottom: 1.25rem
}

@media all and (max-width: 639px) {
    .video__metadata {
        margin-bottom: .25rem
    }
}

@keyframes VideoLoader {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.event {
    padding: 32px 0;
    background-color: #0a0a0a;
    color: #fefefe
}

.event+.event {
    margin-top: .5rem
}

.event--small {
    padding: 16px 0
}

@media all and (max-width: 639px) {
    .event--small {
        padding: 24px 0
    }
}

.event--small .event__content-row:not(:first-of-type)>.event__content-column {
    margin-top: .75rem;
    padding-top: calc(1rem + 1px)
}

.event--info {
    background-color: #666
}

.event__content-row:not(:first-of-type)>.event__content-column {
    margin-top: 1.75rem;
    padding-top: .75rem;
    position: relative
}

.event__content-row:not(:first-of-type)>.event__content-column::before {
    background-color: #333;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    right: 15px;
    top: 0;
    width: calc(100% - 30px)
}

.event--info .event__content-row:not(:first-of-type)>.event__content-column::before {
    background-color: rgba(255, 255, 255, .1)
}

@media all and (max-width: 639px) {
    .event__content-row:not(:first-of-type)>.event__content-column {
        margin-top: 1rem;
        padding-top: .75rem
    }
}

.event__label-column {
    width: 100%
}

@media all and (max-width: 639px) {
    .event__label-column {
        width: 100%
    }
}

.event--small .event__label-column {
    border-right: 1px solid #333;
    width: auto
}

@media all and (min-width: 640px) {
    .event--small .event__label-column {
        padding-right: 2rem
    }
}

@media all and (max-width: 639px) {
    .event--small .event__label-column {
        width: 100%
    }
}

.event--info .event__label-column {
    border-right-color: rgba(255, 255, 255, .1)
}

.event__label-column.event__label-column--major::after {
    background-color: #333;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: .5rem;
    margin-top: 1.5rem;
    width: 100%
}

@media all and (max-width: 639px) {
    .event__label-column.event__label-column--major::after {
        margin-bottom: 0;
        margin-top: 0
    }
}

.event__content-column {
    width: 33%
}

@media all and (max-width: 639px) {
    .event__content-column {
        width: 100%
    }
}

.event__content-column.event__content-column--minor {
    padding-top: 8px
}

.event__constrained {
    margin-top: 8px
}

@media all and (min-width: 640px) {
    .event__constrained {
        width: 100%
    }
}

@media all and (min-width: 1024px) {
    .event__constrained {
        width: 66%
    }
}

@media all and (min-width: 1200px) {
    .event__constrained {
        width: 50%
    }
}

.event__incident-row {
    margin-top: 16px;
    position: relative
}

.event__label {
    color: #fefefe;
    display: block;
    font-size: 1.1875rem;
    font-weight: 500;
    height: 38px;
    line-height: 38px;
    margin-bottom: 1rem;
    padding-left: 3.5rem;
    position: relative;
    text-transform: uppercase
}

@media all and (max-width: 639px) {
    .event__label {
        font-size: 1.0625rem;
        padding-left: 3rem
    }
}

.event__label--inline {
    margin: 0 32px 0 0;
    display: inline-block
}

@media all and (max-width: 639px) {
    .event__label--inline {
        margin: 0 16px 0 0
    }
}

.event__label--inline:last-child {
    margin-right: 0
}

@media all and (max-width: 639px) {
    .event__label--inline {
        box-sizing: content-box;
        display: block;
        margin-bottom: .5rem;
        padding-bottom: .25rem
    }
}

@media all and (max-width: 639px) {
    .event--small .event__label--inline::after {
        background-color: #333;
        bottom: 0;
        content: "";
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%
    }
}

@media all and (max-width: 639px) {
    .event--info .event__label--inline::after {
        background-color: rgba(255, 255, 255, .1)
    }
}

.event__label--hidden {
    visibility: hidden
}

@media all and (max-width: 639px) {
    .event__label--hidden {
        display: none
    }
}

.event__content {
    display: block
}

@-moz-document url-prefix() {
    @media all and (min-width: 640px) {
        .event--small .event__content {
            height: 35px;
            overflow: hidden;
            padding-top: 6px;
            position: relative;
            white-space: normal
        }

        .event--small .event__content::after {
            background-image: linear-gradient(90deg, rgba(10, 10, 10, 0), #0a0a0a);
            content: "";
            display: block;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            width: 70px
        }

        .event--info .event__content::after {
            background-image: linear-gradient(90deg, rgba(102, 102, 102, 0), #666666)
        }
    }
}

.event__link {
    display: inline-block;
    padding: 1rem .5rem 1.5rem;
    position: relative;
    min-width: 50%
}

@media all and (max-width: 1023px) {
    .event__link {
        min-width: 100%
    }
}

@media all and (max-width: 639px) {
    .event__link {
        padding: .5rem .5rem .75rem
    }
}

.event__link,
.event__link:link,
.event__link:active,
.event__link:visited {
    color: #fefefe
}

.event__link:hover {
    background-color: #333;
    box-shadow: 0 0 0 1px #979797
}

.event__link:focus {
    background-color: #1a708c
}

.event__link:focus::after {
    background-color: #fff
}

.event__link::after {
    background-color: #e00;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%
}

.event__link.event__link--expand {
    display: block
}

.event__link.event__link--flipped {
    padding: 1rem .5rem 1.5rem
}

.event__link.event__link--flipped::after {
    bottom: auto;
    top: -1px
}

.event__link--single-line {
    display: block;
    padding: .25rem 0
}

.event__link--single-line:link {
    max-width: 50em
}

.event__link--single-line,
.event__link--single-line:link,
.event__link--single-line:visited,
.event__link--single-line:active,
.event__link--single-line:hover {
    color: #fefefe
}

.event__link--single-line:hover {
    background-color: #333;
    box-shadow: 0 0 0 1px #979797
}

.event__link--single-line:focus {
    background-color: #1a708c;
    box-shadow: 0 0 0 1px #fff
}

.event__link--single-line:focus .event__title--inline::before {
    background-color: rgba(0, 0, 0, 0)
}

.event--small .event__link--single-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.event__link--single-line.event__link--padded {
    margin: 4px 0 4px -1rem;
    padding: 2px 2px 2px 0
}

@media all and (max-width: 639px) {
    .event__link--single-line.event__link--padded {
        margin-left: 0
    }
}

.event__link--multi-line {
    margin-top: -5px;
    position: relative
}

.event__title {
    font-size: 1.875rem;
    font-weight: 600;
    margin: 1.5rem 0 1.25rem;
    padding-left: .5rem
}

@media all and (max-width: 639px) {
    .event__title {
        font-size: 1.375rem
    }
}

.event--small .event__title {
    margin: 0;
    padding: 0;
    font-size: 1.1875rem;
    font-weight: 600
}

.event--small .event__title::after {
    content: "";
    display: block
}

.event__title.event__title--incident {
    margin: 0 0 .5rem;
    padding-left: 0
}

.event__title.event__title--incidents::after {
    display: none
}

.event__title.event__title--inline {
    font-size: 1.0625rem;
    font-weight: 600;
    margin-right: 1rem;
    padding-left: 1rem;
    position: relative
}

.event__title.event__title--inline::before {
    background-color: #e00;
    content: "";
    display: block;
    height: calc(100% + 3px);
    left: 0;
    position: absolute;
    top: -1px;
    width: 3px
}

.event__title.event__title--inline::after {
    display: none
}

.event--info .event__title.event__title--inline::before {
    background-color: #ffd923
}

.event__sub-title {
    font-size: 1.5rem;
    max-width: none
}

@media all and (max-width: 639px) {
    .event__sub-title {
        font-size: 1.1875rem;
        font-weight: 600
    }
}

.event--small .event__summary,
.event--small .event__title {
    display: inline
}

.event__summary-text {
    margin-right: 8px
}

.event__label-text {
    position: relative;
    z-index: 2
}

.event__content-wrapper {
    padding-left: 1rem
}

.event__content-wrapper.event__content-wrapper--ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: .25rem;
    padding-bottom: .25rem
}

.event__sonar {
    animation: pulse 1.5s linear infinite;
    background-color: #e00;
    border-radius: 50%;
    display: block;
    height: 1rem;
    left: 1rem;
    position: absolute;
    top: 11px;
    width: 1rem;
    z-index: 1
}

@media all and (max-width: 639px) {
    .event__sonar {
        transform: scale(0.75)
    }
}

.event__sonar::before,
.event__sonar::after {
    background-color: #e00;
    border-radius: 50%;
    content: "";
    display: block;
    height: 300%;
    left: calc(-150% + .5rem);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: calc(-150% + .5rem);
    width: 300%
}

.event__sonar::before {
    animation: sonarWave 3.5s linear infinite
}

.event__sonar::after {
    animation: sonarWave 3.5s linear infinite;
    animation-delay: 1s
}

.event--info .event__sonar {
    background-color: #ffd923
}

.event--info .event__sonar::before,
.event--info .event__sonar::after {
    background-color: #ffd923
}

@keyframes sonarWave {
    0% {
        opacity: .85;
        transform: scale(0.25)
    }

    50% {
        opacity: .65;
        transform: scale(0.75)
    }

    75% {
        opacity: .25;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(1)
    }
}

@media print {
    .event {
        display: none
    }
}

.tag-list {
    margin: 0 0 16px;
    color: #505868;
    padding-left: 24px;
    position: relative
}

.tag-list:last-child {
    margin-bottom: 0
}

.tag-list::before {
    background: url("/Static/images/tag.png") no-repeat center/contain;
    background-image: url("/Static/images/tag.svg"), none;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 20px
}

@media all and (max-width: 639px) {
    .tag-list::before {
        top: 5px
    }
}

.tag-list--no-icon {
    padding-left: 0
}

.tag-list--no-icon::before {
    display: none
}

.tag-list--bounded {
    border-bottom: 1px solid #e4e5e8;
    border-top: 1px solid #e4e5e8;
    padding: 4px 0 4px 24px
}

.tag-list--bounded::before {
    top: 10px
}

.tag-list--bounded.tag-list--no-icon {
    padding: 4px 0
}

.tag-list--bounded.tag-list--bounded-top {
    border-bottom: 0
}

.tag-list--bounded.tag-list--bounded-btm {
    border-top: 0
}

.tag-list--inline {
    display: inline-block;
    margin: 0 8px 0 0
}

.tag-list--buttons {
    color: #4b5363;
    font-size: .875rem
}

.tag-list__tag {
    padding: 4px 8px;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.1;
    margin: 4px 4px 4px 0;
    text-align: center
}

@media all and (max-width: 639px) {
    .tag-list__tag {
        padding: 2px 4px
    }
}

.tag-list--buttons .tag-list__tag {
    margin: 4px 4px 4px 0;
    padding: 0
}

.tag-list__tag--accented {
    font-weight: 600
}

.tag-list__group-label {
    display: inline-block;
    font-size: .875rem;
    font-weight: 500;
    margin: 0 4px 0 0;
    padding: 0
}

.tag-list__link {
    display: block;
    font-size: .875rem;
    padding: 8px 12px
}

.tag-list__link,
.tag-list__link:link,
.tag-list__link:visited,
.tag-list__link:active {
    color: #4b5363;
    cursor: pointer
}

.tag-list__link:focus {
    background-color: #1a708c;
    color: #fff;
    outline: 0
}

.tag-list--buttons .tag-list__link {
    background-color: #e5e9f0
}

.tag-list--buttons .tag-list__link:hover {
    background-color: #eff1f5
}

.tag-list--buttons .tag-list__link:focus {
    background-color: #1a708c
}

.tag-list__link--removable {
    padding-right: 28px;
    position: relative
}

.tag-list__link--removable::after {
    background: url("/Static/images/close.png") no-repeat center/contain;
    background-image: url("/Static/images/close.svg"), none;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 7px;
    top: calc(50% - 7px);
    width: 12px
}

.tag-list__link--removable:focus::after {
    background: url("/Static/images/close-white.png") no-repeat center/contain;
    background-image: url("/Static/images/close-white.svg"), none
}

.filter__items {
    background-color: #f4f4f4;
    border-bottom: 2px solid #e5e9f0;
    display: block;
    margin-bottom: .75rem;
    width: 100%
}

@media all and (max-width: 639px) {
    .filter__items {
        display: none
    }
}

.filter__items--active {
    border-bottom: 2px solid #4b5363
}

.filter__article {
    padding: 0
}

.filter__item {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.filter__hr {
    background-color: #e4e5e8;
    border: 0;
    height: 2px;
    margin: 32px 0
}

.filter__item-button {
    background-color: #f4f4f4;
    color: #4b5363;
    cursor: pointer;
    padding: 17px 32px 16px 34px;
    position: relative;
    text-transform: uppercase
}

@media all and (max-width: 639px) {
    .filter__item-button {
        padding: 13px 12px 12px
    }
}

.filter__item-button:focus {
    background-color: #1a708c;
    color: #fefefe;
    outline: 0;
    z-index: 2
}

.filter__item-button:focus::after {
    background-color: #1a708c;
    right: 0
}

.filter__item-button:focus .filter__item-icon::before {
    background-color: #fefefe
}

.filter__item-button:focus .filter__item-icon::after {
    background-color: #fefefe
}

.filter__item-button::after {
    background-color: #c9cbd0;
    content: "";
    display: block;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: -2px;
    top: 50%;
    width: 2px;
    z-index: 1
}

.filter__item-button:active:focus {
    background-color: #1a708c;
    color: #fefefe;
    outline: 0;
    z-index: 2
}

.filter__item-button:active:focus::after {
    background-color: #1a708c;
    right: 0
}

.filter__item-button--active {
    background-color: #4b5363;
    color: #fefefe;
    z-index: 2
}

.filter__item-button--active:focus {
    background-color: #1a708c
}

.filter__item-button--active:focus::after {
    background-color: #1a708c
}

.filter__item-button--active::after {
    background-color: #4b5363;
    right: 0
}

.filter__item-button--active .filter__item-icon::before {
    background-color: #fefefe;
    left: 0;
    transform: rotate(-45deg)
}

.filter__item-button--active .filter__item-icon::after {
    background-color: #fefefe;
    right: 0;
    transform: rotate(45deg)
}

.filter__item-button--mobile {
    border-bottom: 2px solid #e5e9f0;
    display: block;
    margin-bottom: 2px;
    text-align: left;
    width: 100%
}

@media all and (min-width: 640px) {
    .filter__item-button--mobile {
        display: none
    }
}

.filter__item-button--mobile::after {
    display: none
}

.filter__item-icon {
    float: right;
    height: 16px;
    margin-left: .5rem;
    position: relative;
    width: 19px
}

.filter__item-icon::before,
.filter__item-icon::after {
    background-color: #4b5363;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 7px;
    transition: transform .3s ease;
    width: 12px
}

.filter__item-icon::before {
    left: 0;
    transform: rotate(45deg)
}

.filter__item-icon::after {
    right: 0;
    transform: rotate(-45deg)
}

.filter__selected {
    padding: 8px 0;
    border-top: 1px solid #f4f4f4
}

@media all and (max-width: 639px) {
    .filter__selected {
        border: 0;
        margin-bottom: 8px;
        padding: 0
    }

    .filter__filter-button+.filter__selected {
        display: none
    }

    .filter__filter-button--expanded+.filter__selected {
        display: block
    }
}

.filter__panel {
    padding: 16px 0;
    border-bottom: 2px solid #c9cbd0;
    display: block;
    margin-bottom: 10px
}

.filter__panel--hidden {
    display: none
}

.filter__selected-headline {
    color: #4b5363;
    display: inline-block;
    font-size: .875rem;
    font-weight: 400;
    margin: 0 8px 0 0
}

.filter__headline-text,
.filter__filter-button {
    color: #505868;
    font-size: 17px;
    font-weight: 500;
    margin: 8px 0
}

.filter__headline-text::after,
.filter__filter-button::after {
    background: url("/Static/images/filter.png") no-repeat center/contain;
    background-image: url("/Static/images/filter.svg"), none;
    content: "";
    display: inline-block;
    height: 14px;
    margin-left: .75rem;
    position: relative;
    top: 2px;
    width: 20px
}

.filter__headline-text {
    display: inline-block
}

@media all and (max-width: 639px) {
    .filter__headline-text {
        display: none
    }
}

.filter__filter-button {
    background-color: #f3f3f3;
    border-bottom: 1px solid #b2b6be;
    color: #212a3b;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 16px 12px 12px;
    text-align: left;
    width: 100%
}

.filter__filter-button:focus {
    background-color: #1a708c;
    color: #fff;
    outline: 0
}

.filter__filter-button:focus .filter__toggle-icon::before,
.filter__filter-button:focus .filter__toggle-icon::after {
    background-color: #fff
}

@media all and (min-width: 640px) {
    .filter__filter-button {
        display: none
    }
}

@media all and (max-width: 639px) {
    .filter__filter-button {
        display: block
    }
}

.filter__filter-button--expanded {
    background-color: #fefefe;
    margin-bottom: 8px
}

.filter__filter-button--expanded .filter__toggle-icon::before {
    transform: rotate(-45deg)
}

.filter__filter-button--expanded .filter__toggle-icon::after {
    transform: rotate(45deg)
}

.filter__toggle-icon {
    float: right;
    height: 16px;
    margin-left: .5rem;
    position: relative;
    width: 19px
}

.filter__toggle-icon::before,
.filter__toggle-icon::after {
    background-color: #4b5363;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 7px;
    transition: transform .3s ease;
    width: 12px
}

.filter__toggle-icon::before {
    left: 0;
    transform: rotate(45deg)
}

.filter__toggle-icon::after {
    right: 0;
    transform: rotate(-45deg)
}

@media all and (max-width: 639px) {
    .filter__panels-container {
        display: none
    }
}

.filter__panels-container--expanded {
    display: block
}

.filter__btn-container {
    text-align: right
}

.filter__date-btn-container {
    position: relative
}

.filter__reset-btn {
    float: right;
    font-size: 14px;
    margin: 4px 0 4px 8px;
    padding: 8px 28px 8px 12px;
    position: relative
}

.filter__reset-btn:hover {
    background-color: #f4f4f4;
    cursor: pointer
}

.filter__reset-btn:hover::before {
    display: none
}

.filter__reset-btn:focus {
    background-color: #1a708c;
    color: #fefefe;
    outline: none
}

.filter__reset-btn:focus::before {
    display: none
}

.filter__reset-btn::before {
    background-color: #e5e9f0;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: -1px;
    margin: 0 12px;
    position: absolute;
    width: calc(100% - 18px)
}

.filter__reset-date-btn {
    bottom: 16px;
    font-size: 14px;
    left: 0;
    margin: 4px 0;
    padding: 8px 28px 8px 12px;
    position: absolute
}

@media all and (max-width: 639px) {
    .filter__reset-date-btn {
        bottom: 0;
        position: relative
    }
}

.filter__reset-date-btn:hover {
    background-color: #f4f4f4;
    cursor: pointer
}

.filter__reset-date-btn:hover::before {
    display: none
}

.filter__reset-date-btn:focus {
    background-color: #1a708c;
    color: #fefefe;
    outline: none
}

.filter__reset-date-btn:focus::before {
    display: none
}

.filter__reset-date-btn::before {
    background-color: #e5e9f0;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: -1px;
    margin: 0 12px;
    position: absolute;
    width: calc(100% - 18px)
}

.filter__reset-btn::after,
.filter__reset-date-btn::after {
    background: url("/Static/images/close.png") no-repeat center/contain;
    background-image: url("/Static/images/close.svg"), none;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 7px;
    top: calc(50% - 7px);
    width: 12px
}

.filter__reset-btn:focus::after,
.filter__reset-date-btn:focus::after {
    background: url("/Static/images/close-white.png") no-repeat center/contain;
    background-image: url("/Static/images/close-white.svg"), none
}

.filter__item-choices--sectioned::after {
    background-color: #c9cbd0;
    content: "";
    display: block;
    height: 1px;
    margin: 1rem 15px 0;
    width: 100%
}

.filter__item-choices--sectioned:last-of-type::after {
    display: none
}

.filter__choices-section:not(:last-of-type) {
    border-bottom: 1px solid #c9cbd0;
    margin-bottom: 1.25rem;
    padding-bottom: .5rem
}

.filter__item-choices-heading {
    margin: 0 0 16px;
    font-size: 1.063rem;
    font-weight: 600;
    text-transform: uppercase
}

@media all and (max-width: 639px) {
    .filter__item-choices-heading {
        margin: 0 0 8px
    }
}

.filter__item-choices-heading:last-child {
    margin-bottom: 0
}

.filter__date-label {
    margin-right: 8%;
    width: 46%
}

.filter__date-label+.filter__date-label {
    margin-right: 0;
    position: relative
}

.filter__date-label+.filter__date-label::before {
    bottom: 0;
    content: "â€“";
    display: block;
    left: -13.5%;
    line-height: 50px;
    position: absolute;
    text-align: center;
    width: 10%
}

.filter__results-title {
    font-size: 1rem;
    margin: .5rem 0 0
}

.filter__results-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 8px
}

@media all and (max-width: 639px) {
    .filter__results-toolbar {
        padding: 0 12px
    }
}

.filter__hits {
    display: flex;
    font-size: 1.063rem;
    font-weight: 400;
    margin: 0;
    padding: 0
}

.filter__panel-message {
    font-size: 1.063rem;
    margin: .5rem 0
}

.filter__hits-column {
    padding-bottom: .5rem;
    padding-top: 1rem;
    position: relative
}

.filter__hits-column::after {
    background-color: #e4e5e8;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 15px;
    position: absolute;
    width: calc(100% - 30px)
}

@media all and (max-width: 639px) {
    .filter__hits-column {
        padding-bottom: .75rem;
        padding-top: .75rem
    }
}

.filter__sort {
    display: flex;
    position: relative
}

.filter__sort-toggler {
    cursor: pointer;
    display: block;
    font-size: 1.063rem;
    line-height: 1.26;
    padding: 8px 40px 8px 12px;
    position: relative;
    white-space: nowrap
}

.filter__sort-toggler:focus {
    background-color: #1a708c;
    color: #fff;
    outline: 0
}

@media all and (max-width: 639px) {
    .filter__sort-toggler {
        right: auto
    }
}

.filter__sort-selected-value {
    font-weight: 600
}

.filter__sort-list {
    background-color: #fefefe;
    border: 1px solid #e4e5e8;
    height: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: -20px;
    width: auto;
    z-index: 1
}

@media all and (max-width: 639px) {
    .filter__sort-list {
        border-color: rgba(0, 0, 0, 0);
        right: -12px;
        top: -9px
    }

    .filter__sort-list.filter__sort-list--expanded {
        border-color: #e4e5e8
    }
}

.filter__sort-list--expanded {
    display: block
}

.filter__sort-list-item {
    display: none;
    margin: 0
}

.filter__sort-list-item:first-child {
    display: block
}

.filter__sort-list--expanded .filter__sort-list-item {
    display: block
}

.filter__sort-btn {
    cursor: pointer;
    display: block;
    line-height: 1.26;
    padding: 8px 12px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: 100%
}

.filter__sort-btn:focus {
    background-color: #1a708c;
    color: #fff;
    outline: 0
}

.filter__sort-icon-arrow {
    display: block;
    height: 16px;
    position: absolute;
    right: 11px;
    top: calc(50% - 9px);
    width: 20px
}

.filter__sort-icon-arrow::before,
.filter__sort-icon-arrow::after {
    background-color: #4b5363;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 8px;
    transition: transform .15s ease;
    width: 12px
}

.filter__sort-icon-arrow::before {
    left: 0;
    transform: rotate(45deg)
}

.filter__sort-icon-arrow::after {
    right: 0;
    transform: rotate(-45deg)
}

.filter__sort-list--expanded .filter__sort-icon-arrow::before {
    transform: rotate(-45deg)
}

.filter__sort-list--expanded .filter__sort-icon-arrow::after {
    transform: rotate(45deg)
}

.filter__sort-toggler:focus .filter__sort-icon-arrow::before,
.filter__sort-toggler:focus .filter__sort-icon-arrow::after {
    background-color: #fff
}

.filter__result-overlay {
    background-color: rgba(254, 254, 254, .9);
    bottom: 0;
    left: 0;
    padding: 2rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: -12px;
    z-index: 999
}

.filter__result-overlay--hidden {
    display: none
}

.filter__result-overlay-icon {
    animation: rotate 1.5s linear infinite
}

@keyframes rotate {
    0% {
        transform: rotate(-360deg)
    }

    100% {
        transform: rotate(0)
    }
}

.role--card {
    border-bottom: 2px solid #e5e9f0;
    margin-bottom: 1.5rem;
    padding: 0;
    width: 100%
}

.role--list-item {
    padding: 1.5rem 0
}

.role--list-item:not(:first-child) {
    border-top: 2px solid #dcdee2
}

@media all and (min-width: 1024px) {
    .role--list-item .role__photo-link {
        margin: 0
    }
}

@media all and (max-width: 1023px) {
    .role__row {
        padding-left: 0;
        padding-right: 0
    }
}

.role__info {
    padding: 1.25rem 0 1.5rem 40px
}

@media all and (max-width: 1023px)and (min-width: 640px) {
    .role__info {
        padding: 2rem 0 2rem 60px
    }
}

@media all and (min-width: 1024px) {
    .role__info {
        padding: 2rem 0 2rem 2.5rem
    }
}

.role__info--card {
    padding: 2rem 2rem 2.5rem
}

@media all and (min-width: 1024px) {
    .role--has-image .role__info--card {
        margin-left: -0.25rem;
        padding: 2rem 1.5rem 2rem 0
    }
}

.role__title {
    border-bottom: 1px solid #d0d2d7;
    font-weight: 400;
    margin-bottom: 1rem;
    padding-bottom: 1rem
}

.role__title--inverted {
    border-bottom: 1px solid #9199aa
}

.role__contact-point-resposibility {
    font-size: 1.25rem;
    font-weight: 500
}

.role__description {
    padding: 32px 0;
    border-bottom: 2px solid #e4e5e8
}

@media all and (max-width: 319px) {
    .role__description {
        padding: 1.5rem 0
    }
}

@media all and (max-width: 639px) {
    .role__image--desktop {
        display: none
    }
}

@media all and (min-width: 640px) {
    .role__image--mobile {
        display: none
    }
}

.role__photo-link {
    display: block;
    position: relative
}

@media all and (min-width: 1024px) {
    .role__photo-link {
        margin: 8px 0 8px 8px
    }
}

@media all and (max-width: 639px) {
    .role__photo-link {
        margin-bottom: 1rem
    }
}

.role__photo-link::after {
    border: 5px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.role__photo-link:hover .role__image {
    opacity: .6
}

.role__photo-link:focus::after {
    border-color: #1a708c
}

.role__photo-link:focus .role__image {
    opacity: 1
}

.role__title-link {
    display: block;
    margin: 0 -0.25rem;
    padding: 0 .25rem
}

.role__title-link::after {
    background: url("/Static/images/arrow-right-blue.png") no-repeat center/contain;
    background-image: url("/Static/images/arrow-right-blue.svg"), none;
    content: "";
    display: inline-block;
    height: 1.125rem;
    margin-left: .5rem;
    position: relative;
    text-indent: -999999px;
    top: .0625rem;
    transition: transform .1s;
    width: 1.125rem
}

.role__title-link,
.role__title-link:link,
.role__title-link:visited,
.role__title-link:active {
    border-bottom: 0;
    color: #2354ad
}

.role__title-link:hover {
    color: #1a708c
}

.role__title-link:hover::after {
    transform: translateX(0.25rem);
    transition: transform .2s
}

.role__title-link:focus {
    color: #fff
}

.role__title-link:focus::after {
    background: url("/Static/images/arrow-right-white.png") no-repeat center/contain;
    background-image: url("/Static/images/arrow-right-white.svg"), none
}

.role__title-link--inverted::after {
    background: url("/Static/images/arrow-right-white.png") no-repeat center/contain;
    background-image: url("/Static/images/arrow-right-white.svg"), none
}

.role__title-link--inverted:hover::after {
    background: url("/Static/images/arrow-right-yellow.png") no-repeat center/contain;
    background-image: url("/Static/images/arrow-right-yellow.svg"), none
}

.role__title-link--inverted:focus::after {
    background: url("/Static/images/arrow-right-white.png") no-repeat center/contain;
    background-image: url("/Static/images/arrow-right-white.svg"), none
}

.role__structured-info {
    font-size: 1rem;
    line-height: 1.625
}

.role__structured-info .structured-info__key,
.role__structured-info .structured-info__value {
    display: inline;
    float: none
}

.role__structured-info .structured-info__key::before {
    content: "";
    display: block
}

.role__structured-info .structured-info__key::after {
    content: ": "
}

.role__card-item {
    border-top: 1px solid #b2b6be;
    padding: 1.125rem 0
}

.role__card-item:first-child {
    border-top: 0;
    padding-top: 0
}

.role__card-item:last-child {
    padding-bottom: 0
}

.opening-hours {
    margin: 0 0 32px
}

@media all and (max-width: 639px) {
    .opening-hours {
        margin: 0 0 16px
    }
}

.opening-hours:last-child {
    margin-bottom: 0
}

.opening-hours__header--plain {
    border-bottom: 1px solid #dcdee2;
    display: flex;
    justify-content: space-between;
    margin-bottom: .25rem;
    padding-bottom: .125rem
}

.opening-hours__headline--plain {
    display: flex
}

.opening-hours__tabs {
    margin: 0 0 8px
}

.opening-hours__tabs::before,
.opening-hours__tabs::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1
}

.opening-hours__tabs::after {
    clear: both
}

.opening-hours__tabs:last-child {
    margin-bottom: 0
}

.opening-hours__tabs--hidden {
    display: none
}

.opening-hours__tab {
    display: inline-block;
    margin: 0
}

.opening-hours__tab-btn {
    padding: 4px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    color: #4b5363;
    cursor: pointer;
    font-size: 1rem;
    padding: .25rem .75rem;
    position: relative;
    width: 100%
}

.opening-hours__tab-btn:focus {
    background-color: #1a708c;
    color: #fff;
    outline: 0
}

.opening-hours__tab-btn.opening-hours__tab-btn--active {
    border-color: #b2b6be;
    font-weight: 500;
    padding: .25rem .75rem
}

.opening-hours__tab-btn.opening-hours__tab-btn--active:focus {
    border-color: #fff
}

.opening-hours__tab-btn--plain {
    cursor: pointer;
    display: flex;
    line-height: 1.33;
    margin-left: auto;
    margin-right: -0.25rem;
    padding: 0 .25rem;
    position: relative;
    text-align: left
}

.opening-hours__tab-btn--plain::after {
    background-color: #293346;
    bottom: .375rem;
    content: "";
    display: block;
    height: 1px;
    left: .25rem;
    position: absolute;
    width: calc(100% - .5rem)
}

@media all and (max-width: 639px) {
    .opening-hours__tab-btn--plain::after {
        bottom: .0625rem
    }
}

.opening-hours__tab-btn--plain:focus {
    background-color: #1a708c;
    color: #fff;
    outline: 0
}

.opening-hours__tab-btn--plain:focus::after {
    background-color: #fff
}

@media all and (max-width: 639px) {
    .opening-hours__tab-btn--plain {
        margin-bottom: .875rem
    }
}

.opening-hours__tab-btn--hidden {
    display: none
}

@media all and (max-width: 1199px) {
    .opening-hours__tab-btn-label {
        display: block
    }
}

@media all and (max-width: 319px) {
    .opening-hours__tab-btn-label {
        word-break: break-all
    }
}

@media all and (min-width: 1200px) {
    .opening-hours__tab-btn-date::before {
        content: "("
    }

    .opening-hours__tab-btn-date::after {
        content: ")"
    }
}

@media all and (max-width: 319px) {
    .opening-hours__tab-btn-date {
        word-break: break-all
    }
}

.opening-hours__panel--hidden {
    display: none
}

.opening-hours__panel-section {
    margin-bottom: 1rem
}

.opening-hours__table {
    margin: 0 0 16px;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1rem;
    table-layout: fixed;
    width: 100%
}

.opening-hours__table:last-child {
    margin-bottom: 0
}

@media all and (max-width: 1199px) {

    .opening-hours__table,
    .opening-hours__table-thead,
    .opening-hours__table-tbody,
    .opening-hours__table-tr,
    .opening-hours__table-th,
    .opening-hours__table-td {
        display: block
    }
}

@media all and (max-width: 1199px) {
    .opening-hours__table-tr {
        display: table;
        margin-bottom: .75rem;
        table-layout: fixed;
        width: 100%
    }
}

@media all and (min-width: 1200px) {
    .opening-hours__table-tr:hover {
        background-color: #eff1f5
    }
}

@media all and (max-width: 1199px) {
    .opening-hours__table-thead .opening-hours__table-tr {
        left: -9999px;
        position: absolute;
        top: -9999px
    }
}

.opening-hours__table-th,
.opening-hours__table-td {
    border: 1px solid #e4e5e8;
    font-weight: 400;
    padding: .75rem .5625rem;
    text-align: left
}

@media all and (max-width: 1199px) {

    .opening-hours__table-th,
    .opening-hours__table-td {
        border-width: 0 1px 1px;
        display: block;
        padding: 0
    }
}

.opening-hours__table-th {
    line-height: 1.25;
    padding: .5rem .5625rem
}

.opening-hours__table-th[scope=row] {
    background-color: #f3f3f3;
    border-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #9199aa;
    color: #212a3b;
    font-size: 1.0625rem;
    font-weight: 500
}

.opening-hours__table-th[scope=row]:first-child {
    line-height: 1;
    width: 3.25rem
}

.opening-hours__table-th[scope=row]:last-child {
    border-right: 1px solid #f3f3f3
}

.opening-hours__table-th[scope=col] {
    font-size: .9375rem;
    font-weight: 500
}

@media all and (max-width: 1199px) {
    .opening-hours__table-th[scope=col] {
        background-color: #4b5363;
        border-color: #4b5363;
        border-bottom: 1px solid #4b5363;
        display: table-caption;
        padding: .5rem .75rem
    }

    .opening-hours__table-th[scope=col]::after {
        color: #fefefe;
        content: attr(data-day-label);
        display: inline-block;
        font-size: .9375rem;
        text-transform: uppercase
    }
}

@media all and (max-width: 639px) {
    .opening-hours__table-th[scope=col] {
        background-color: #4b5363;
        border-color: #4b5363
    }

    .opening-hours__table-th[scope=col]::after {
        color: #fefefe
    }
}

@media all and (max-width: 1199px) {
    .opening-hours__table-td {
        display: table-row;
        font-size: 1.0625rem
    }

    .opening-hours__table-td[data-category-label]::before {
        border-right: 1px solid #e4e5e8;
        content: attr(data-category-label);
        display: table-cell;
        font-weight: 500;
        margin-right: .75rem;
        padding: .75rem;
        vertical-align: middle
    }
}

.opening-hours__table-td.opening-hours__table-td--no-titles::before {
    display: none
}

.opening-hours__table-th-text--hidden {
    visibility: hidden
}

.opening-hours__calendar-icon {
    display: block;
    height: 20px;
    width: 20px
}

.opening-hours__calendar-icon::before {
    background: url("/Static/images/calendar.png") no-repeat center/contain;
    background-image: url("/Static/images/calendar.svg"), none;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 20px;
    width: 20px
}

@media all and (max-width: 1199px) {
    .opening-hours__time {
        display: table-cell;
        padding: .75rem
    }
}

.opening-hours__time-span {
    display: inline-block
}

.opening-hours__time-span:first-child {
    display: block
}

.opening-hours__time-span+.opening-hours__time-span {
    border-top: 1px solid #e4e5e8;
    margin-top: 2px;
    padding-top: 4px
}

.opening-hours__day-label {
    text-transform: uppercase
}

.opening-hours__day-label::after {
    content: "."
}

@media all and (max-width: 1199px) {
    .opening-hours__day-label {
        display: none
    }
}

.opening-hours__notification {
    margin: 0 0 16px
}

.opening-hours__notification:last-child {
    margin-bottom: 0
}

.opening-hours__notification--hidden,
.opening-hours__deviation-msg--hidden,
.opening-hours__deviation-msg:empty,
.opening-hours__public-holiday-msg--hidden,
.opening-hours__public-holiday-msg:empty,
.opening-hours__no-closing-hour-msg:empty {
    display: none
}

.opening-hours__public-holiday-msg,
.opening-hours__deviation-msg {
    margin: 0
}

@media print {
    .opening-hours__table-th {
        border-top-width: 1px
    }

    .opening-hours__table-th[scope=col] {
        border-color: #e4e5e8
    }

    .opening-hours__table-th[scope=col]::after {
        color: #293346
    }
}

.main-content .EPiServerForms {
    max-width: 90rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap
}

@media all and (min-width: 640px) {
    .main-content .EPiServerForms {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media all and (min-width: 1024px) {
    .main-content .EPiServerForms {
        padding-left: 80px;
        padding-right: 80px
    }
}

.main-content .EPiServerForms .Form__Title,
.main-content .EPiServerForms .Form__Description,
.main-content .EPiServerForms .Form__Status,
.main-content .EPiServerForms .Form__MainBody {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: .9375rem;
    padding-left: .9375rem;
    max-width: 100%
}

@media print,
screen and (min-width: 40em) {

    .main-content .EPiServerForms .Form__Title,
    .main-content .EPiServerForms .Form__Description,
    .main-content .EPiServerForms .Form__Status,
    .main-content .EPiServerForms .Form__MainBody {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media print,
screen and (min-width: 64em) {

    .main-content .EPiServerForms .Form__Title,
    .main-content .EPiServerForms .Form__Description,
    .main-content .EPiServerForms .Form__Status,
    .main-content .EPiServerForms .Form__MainBody {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media all and (min-width: 640px) {

    .main-content .EPiServerForms .Form__Title,
    .main-content .EPiServerForms .Form__Description,
    .main-content .EPiServerForms .Form__Status,
    .main-content .EPiServerForms .Form__MainBody {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
        padding-right: .9375rem;
        padding-left: .9375rem;
        max-width: 66.6666666667%;
        margin-right: 1px
    }
}

@media print and (min-width: 640px),
screen and (min-width: 640px)and (min-width: 40em) {

    .main-content .EPiServerForms .Form__Title,
    .main-content .EPiServerForms .Form__Description,
    .main-content .EPiServerForms .Form__Status,
    .main-content .EPiServerForms .Form__MainBody {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media print and (min-width: 640px),
screen and (min-width: 640px)and (min-width: 64em) {

    .main-content .EPiServerForms .Form__Title,
    .main-content .EPiServerForms .Form__Description,
    .main-content .EPiServerForms .Form__Status,
    .main-content .EPiServerForms .Form__MainBody {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media all and (min-width: 1200px) {

    .main-content .EPiServerForms .Form__Title,
    .main-content .EPiServerForms .Form__Description,
    .main-content .EPiServerForms .Form__Status,
    .main-content .EPiServerForms .Form__MainBody {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: .9375rem;
        padding-left: .9375rem;
        max-width: 50%
    }
}

@media print and (min-width: 1200px),
screen and (min-width: 1200px)and (min-width: 40em) {

    .main-content .EPiServerForms .Form__Title,
    .main-content .EPiServerForms .Form__Description,
    .main-content .EPiServerForms .Form__Status,
    .main-content .EPiServerForms .Form__MainBody {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media print and (min-width: 1200px),
screen and (min-width: 1200px)and (min-width: 64em) {

    .main-content .EPiServerForms .Form__Title,
    .main-content .EPiServerForms .Form__Description,
    .main-content .EPiServerForms .Form__Status,
    .main-content .EPiServerForms .Form__MainBody {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.main-content .EPiServerForms .Form__Description {
    margin: 0 0 32px
}

.main-content .EPiServerForms .Form__Description:last-child {
    margin-bottom: 0
}

.main-content .EPiServerForms .FormTextbox,
.main-content .EPiServerForms .FormSelection,
.main-content .EPiServerForms .FormChoice,
.main-content .EPiServerForms .FormParagraphText {
    margin: 0 0 32px
}

.main-content .EPiServerForms .FormTextbox:last-child,
.main-content .EPiServerForms .FormSelection:last-child,
.main-content .EPiServerForms .FormChoice:last-child,
.main-content .EPiServerForms .FormParagraphText:last-child {
    margin-bottom: 0
}

.main-content .EPiServerForms .Form__Element .Form__Element__Caption {
    margin-bottom: .25rem
}

.main-content .EPiServerForms .Form__Element.ValidationRequired .Form__Element__Caption::after {
    content: " *"
}

.main-content .EPiServerForms .Form__Element .Form__Element__ValidationError {
    background-color: #f2e8e6;
    border: 2px solid #cf4520;
    color: #293346;
    font-size: 1.063rem;
    font-weight: 400;
    line-height: 1.75;
    margin-top: 12px;
    padding: 8px;
    position: relative;
    text-align: center
}

.main-content .EPiServerForms .Form__Element .Form__Element__ValidationError:empty {
    display: none
}

@media all and (min-width: 640px) {
    .main-content .EPiServerForms .Form__Element .Form__Element__ValidationError {
        max-width: 366px
    }
}

.main-content .EPiServerForms .Form__Element.FormTextbox--Textarea .Form__Element__ValidationError {
    max-width: none
}

@media all and (min-width: 640px) {
    .main-content .EPiServerForms input.FormTextbox__Input {
        max-width: 366px
    }
}

.main-content .EPiServerForms textarea.FormTextbox__Input {
    min-height: 200px
}

@media all and (min-width: 640px) {
    .main-content .EPiServerForms .FormSelection select {
        max-width: 366px
    }
}

.main-content .EPiServerForms .ValidationFail .FormTextbox__Input {
    border-color: #cf4520
}

.main-content .EPiServerForms .ValidationFail .FormTextbox__Input:focus {
    border-color: #54d2fa
}

.main-content .EPiServerForms .ValidationFail select {
    border-color: #cf4520
}

.main-content .EPiServerForms .ValidationFail select:focus {
    border-color: #54d2fa
}

.main-content .EPiServerForms .FormChoice label {
    font-size: 1.063rem;
    margin: 4px 0
}

.main-content .EPiServerForms .FormResetButton {
    line-height: 1
}

.main-content .EPiServerForms .Form__Status .Form__Status__Message {
    margin: 0 0 32px
}

.main-content .EPiServerForms .Form__Status .Form__Status__Message:last-child {
    margin: 0 0 32px
}

.main-content .EPiServerForms .FormStep .FormStep__Title:empty {
    display: none
}

.main-content .EPiServerForms .FormStep .FormStep__Description {
    margin: 0 0 32px
}

.main-content .EPiServerForms .FormStep .FormStep__Description:last-child {
    margin-bottom: 0
}

.main-content .EPiServerForms .Form__NavigationBar {
    border-bottom: 1px solid #e4e5e8;
    border-top: 1px solid #e4e5e8;
    margin-top: 32px;
    padding: 1rem 0
}

.main-content .EPiServerForms .Form__NavigationBar::before,
.main-content .EPiServerForms .Form__NavigationBar::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1
}

.main-content .EPiServerForms .Form__NavigationBar::after {
    clear: both
}

.main-content .EPiServerForms .Form__NavigationBar .btnNext,
.main-content .EPiServerForms .Form__NavigationBar .btnPrev {
    background: none;
    border: 0;
    border-radius: 0;
    color: #2354ad;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    width: auto
}

.main-content .EPiServerForms .Form__NavigationBar .btnNext:focus,
.main-content .EPiServerForms .Form__NavigationBar .btnPrev:focus {
    outline: 0
}

.main-content .EPiServerForms .Form__NavigationBar .btnNext[disabled],
.main-content .EPiServerForms .Form__NavigationBar .btnPrev[disabled] {
    display: none
}

.main-content .EPiServerForms .Form__NavigationBar .btnNext {
    float: right
}

.main-content .EPiServerForms .Form__NavigationBar .btnNext::after {
    position: relative;
    top: 0
}

.main-content .EPiServerForms .Form__NavigationBar .btnPrev {
    float: left
}

.main-content .EPiServerForms .Form__NavigationBar .btnPrev::before {
    margin-right: .25rem;
    position: relative
}

.main-content .EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar {
    display: none
}

.fact-block {
    margin: 0 0 32px;
    padding: 32px;
    background-color: #e9f7ff;
    border-bottom: 2px solid #b2b6be;
    position: relative
}

.fact-block:last-child {
    margin-bottom: 0
}

@media all and (max-width: 639px) {
    .fact-block {
        padding: 16px
    }
}

.fact-block::before {
    background-color: #54d2fa;
    content: "";
    height: .875rem;
    left: 50%;
    margin-left: -2rem;
    position: absolute;
    top: 0;
    width: 4rem
}

.fact-block--mutation {
    background-color: #faf5c9
}

.fact-block--mutation::before {
    background-color: #ffd923
}

.fact-block--forced-spacing {
    margin: 0 0 32px
}

.fact-block--forced-spacing:last-child {
    margin-bottom: 32px
}

.fact-block__title {
    font-weight: 500;
    margin-top: 1rem
}

@media print {
    .fact-block {
        border: 1px solid #293346
    }

    .fact-block::before {
        border: 1px solid #293346;
        border-top: 0
    }
}

.skip-to-content {
    border: 0;
    clip: rect(0, 0, 0, 0);
    color: #fefefe;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.skip-to-content:focus {
    clip: auto;
    height: auto;
    left: 0;
    margin: 0;
    overflow: visible;
    padding: 2px 16px;
    top: 0;
    width: auto;
    z-index: 2000
}

.data-table {
    margin: 0 0 32px;
    border-collapse: collapse;
    border-spacing: 0;
    color: #4b5363;
    font-size: 1rem;
    table-layout: fixed;
    width: 100%
}

.data-table:last-child {
    margin-bottom: 0
}

@media all and (max-width: 1023px) {

    .data-table,
    .data-table thead,
    .data-table tbody,
    .data-table tr,
    .data-table th,
    .data-table td {
        display: block
    }
}

@media all and (max-width: 1023px) {
    .data-table tr {
        display: table;
        margin-bottom: 1rem;
        table-layout: fixed;
        width: 100%
    }
}

@media all and (min-width: 1024px) {
    .data-table tr:hover {
        background-color: #e5e9f0
    }
}

@media all and (min-width: 1024px) {
    .data-table tr:hover th[scope=row] {
        background-color: #e5e9f0
    }
}

@media all and (max-width: 1023px) {
    .data-table thead tr {
        left: -9999px;
        position: absolute;
        top: -9999px
    }
}

.data-table th,
.data-table td {
    border: 1px solid #dcdee2;
    font-weight: 400;
    padding: 1rem .75rem;
    text-align: left
}

.data-table th[align=left],
.data-table td[align=left] {
    text-align: left
}

.data-table th[align=right],
.data-table td[align=right] {
    text-align: right
}

.data-table th[align=center],
.data-table td[align=center] {
    text-align: center
}

@media all and (max-width: 1023px) {

    .data-table th,
    .data-table td {
        border-width: 0 1px 1px;
        display: block;
        padding: 0
    }

    .data-table th:first-child,
    .data-table td:first-child {
        border-top-width: 1px
    }
}

.data-table th {
    font-weight: 500;
    line-height: 1.25
}

.data-table th[scope=col] {
    background-color: #f3f3f3;
    border-color: #dcdee2;
    font-size: 1.0625rem;
    padding: .75rem .75rem .5rem
}

.data-table th[scope=row] {
    background-color: #fbfbfb;
    font-size: 1rem
}

@media all and (max-width: 1023px) {
    .data-table th[scope=row] {
        background-color: #f3f3f3;
        border-color: #dcdee2;
        display: table-caption;
        padding: .75rem .75rem .5rem
    }
}

@media all and (max-width: 1023px) {
    .data-table th[scope=row] .data-table__cell-data {
        padding: 0
    }
}

@media all and (max-width: 1023px) {
    .data-table td {
        font-size: 1.0625rem;
        padding: 1rem .75rem 1rem calc(50% + .75rem);
        position: relative
    }

    .data-table td::before {
        background-color: rgba(10, 10, 10, .015);
        border-right: 1px solid #dcdee2;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 50%
    }

    .data-table td::after {
        animation: tableloader 2s linear infinite;
        background-color: rgba(0, 0, 0, 0);
        border: 2px solid #e4e5e8;
        border-bottom-color: #505868;
        border-radius: 50%;
        content: "";
        display: block;
        height: 16px;
        left: .75rem;
        position: absolute;
        text-align: left;
        top: calc(50% - 8px);
        width: 16px
    }
}

@media all and (max-width: 1023px) {
    .data-table--responsive td {
        display: table-row
    }

    .data-table--responsive td::before,
    .data-table--responsive td::after {
        display: none
    }

    .data-table--responsive td[data-table-header]::before {
        border-right: 1px solid #dcdee2;
        content: attr(data-table-header);
        display: table-cell;
        font-weight: 500;
        margin-right: .75rem;
        padding: 1rem .75rem;
        position: relative;
        text-align: left;
        vertical-align: middle
    }
}

@media all and (max-width: 1023px) {
    .data-table__cell-data {
        display: table-cell;
        padding: 1rem .75rem
    }
}

@keyframes tableloader {
    0% {
        transform: rotate(-360deg)
    }

    100% {
        transform: rotate(0)
    }
}

.action-entry--event {
    padding-top: 32px
}

@media all and (max-width: 1023px) {
    .action-entry--event {
        padding-top: 20px
    }
}

.action-entry__item {
    display: flex;
    margin-bottom: 0
}

@media all and (min-width: 1024px) {
    .action-entry__item:not(:nth-child(-n+3)) {
        padding-top: 30px
    }
}

@media all and (max-width: 1023px) {
    .action-entry__item {
        margin: 0 0 8px
    }

    .action-entry__item:last-child {
        margin-bottom: 0
    }
}

@media all and (max-width: 639px) {
    .action-entry--event .action-entry__item {
        margin-bottom: 20px
    }
}

.action-entry__link {
    padding: 16px;
    background-color: #444;
    display: flex;
    flex: 1 1 100%;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

@media all and (max-width: 1023px) {
    .action-entry__link {
        padding: 8px
    }
}

.action-entry__link,
.action-entry__link:link,
.action-entry__link:visited,
.action-entry__link:active {
    color: #fefefe
}

.action-entry__link:hover {
    background-color: #4b5363
}

.action-entry__link:focus {
    background-color: #1a708c
}

.action-entry__link:focus .action-entry__read-more-icon::before {
    background: url("/Static/images/arrow-circle-left-white.png");
    background-image: url("/Static/images/arrow-circle-left-white.svg"), none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.action-entry--event .action-entry__link {
    background-color: #0a0a0a;
    padding: 16px 8px;
    position: relative
}

.action-entry--event .action-entry__link::before {
    border: 1px solid #979797;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.action-entry--event .action-entry__link:hover {
    background-color: #333;
    border-top-color: #ffd923
}

.action-entry--event .action-entry__link:focus {
    background-color: #1a708c;
    border-top-color: #fff
}

.action-entry--event .action-entry__link:focus::before {
    display: none
}

.action-entry__label {
    font-size: 1.0625rem;
    font-weight: 400;
    margin: 0 auto
}

.action-entry__title {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 auto
}

.action-entry__read-more-icon {
    display: block;
    margin: 8px auto 0;
    transform: rotate(180deg);
    width: 22px
}

.action-entry__read-more-icon::before {
    background: url("/Static/images/arrow-circle-left-yellow.png");
    background-image: url("/Static/images/arrow-circle-left-yellow.svg"), none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 22px;
    width: 22px
}

.social-media-links__list {
    padding: 16px 0;
    margin: 0
}

.social-media-links__list:first-of-type {
    border-top: 1px solid #e4e5e8
}

.social-media-links__list:last-of-type {
    border-bottom: 1px solid #e4e5e8
}

.social-media-links__list-item {
    padding-left: 40px;
    position: relative
}

.social-media-links__list-item:first-of-type .social-media-links__link::before {
    content: "";
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px
}

.social-media-links__list--facebook .social-media-links__list-item:first-of-type .social-media-links__link::before {
    background: url("/Static/images/facebook.png") no-repeat center/contain;
    background-image: url("/Static/images/facebook.svg"), none
}

.social-media-links__list--twitter .social-media-links__list-item:first-of-type .social-media-links__link::before {
    background: url("/Static/images/twitter.png") no-repeat center/contain;
    background-image: url("/Static/images/twitter.svg"), none
}

.social-media-links__link[href^="http://"]:not([href*="politiet.no"]),
.social-media-links__link[href^="https://"]:not([href*="politiet.no"]),
.social-media-links__link[href^="//"]:not([href*="politiet.no"]) {
    margin-right: .17647em
}

.social-media-links__link[href^="http://"]:not([href*="politiet.no"])::after,
.social-media-links__link[href^="https://"]:not([href*="politiet.no"])::after,
.social-media-links__link[href^="//"]:not([href*="politiet.no"])::after {
    background: url("/Static/images/external-link.png");
    background-image: url("/Static/images/external-link.svg"), none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: .7778em;
    margin-left: .17647em;
    width: .7778em
}

.social-media-links__link:focus {
    border-color: rgba(0, 0, 0, 0)
}

.social-media-links__link:focus[href^="http://"]:not([href*="politiet.no"])::after,
.social-media-links__link:focus[href^="https://"]:not([href*="politiet.no"])::after,
.social-media-links__link:focus[href^="//"]:not([href*="politiet.no"])::after {
    background: url("/Static/images/external-link-white.png");
    background-image: url("/Static/images/external-link-white.svg"), none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain
}

.tabs__nav {
    border-bottom: 3px solid #444;
    margin: 0
}

.tabs__nav::before,
.tabs__nav::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1
}

.tabs__nav::after {
    clear: both
}

.tabs__tab {
    background-color: #f3f3f3;
    display: inline-block;
    float: left;
    margin: 8px 8px 0 0;
    max-width: 200px;
    min-width: 150px;
    padding: 0;
    text-align: center;
    width: calc(50% - 4px)
}

.tabs__tab::before {
    display: none
}

.tabs__tab:last-child {
    margin-right: 0
}

@media all and (max-width: 320px) {
    .tabs__tab {
        display: block;
        float: none;
        margin: 8px 0;
        max-width: none;
        min-width: 100%;
        width: auto
    }

    .tabs__tab:last-child {
        margin-bottom: 0
    }
}

.tabs__tab--active {
    background-color: #444
}

.tabs__tab-link {
    padding: 16px;
    display: block;
    font-size: 1.25rem;
    line-height: 1
}

.tabs__tab-link:link,
.tabs__tab-link:visited,
.tabs__tab-link:active,
.tabs__tab-link:hover {
    color: #505868
}

.tabs__tab-link:focus {
    background-color: #1a708c;
    color: #fff
}

.tabs__tab--active .tabs__tab-link {
    font-weight: 600
}

.tabs__tab--active .tabs__tab-link:link,
.tabs__tab--active .tabs__tab-link:visited,
.tabs__tab--active .tabs__tab-link:active,
.tabs__tab--active .tabs__tab-link:hover {
    color: #fefefe
}

.tabs__tab--active .tabs__tab-link:focus {
    background-color: #1a708c;
    color: #fff
}

.tabs__tab-title {
    font-weight: 600;
    margin-bottom: 24px
}

.tabs__panel {
    margin: 0;
    max-width: none;
    padding-left: 0;
    padding-top: 24px
}

.tabs__panel::before,
.tabs__panel[aria-hidden=true] {
    display: none
}

.upcoming-events {
    padding: 32px 64px;
    border: 1px solid #b2b6be
}

.upcoming-events__event {
    margin: 0 0 32px;
    padding: 0
}

.upcoming-events__event:last-child {
    margin-bottom: 0
}

.upcoming-events__event::before {
    display: none
}

.upcoming-events__content-type {
    color: #505868;
    font-size: 1.063rem;
    font-weight: 500;
    margin: 12px 0
}

.upcoming-events__sonar {
    animation: pulse 1.5s linear infinite;
    background-color: #e00;
    border-radius: 50%;
    display: block;
    height: 10px;
    left: -30px;
    position: absolute;
    top: 10px;
    width: 10px
}

.upcoming-events__sonar::before,
.upcoming-events__sonar::after {
    background-color: #e00;
    border-radius: 50%;
    content: "";
    display: block;
    height: 400%;
    left: calc(-200% + 5px);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: calc(-200% + 5px);
    width: 400%
}

.upcoming-events__sonar::before {
    animation: sonarWave 3.5s linear infinite
}

.upcoming-events__sonar::after {
    animation: sonarWave 3.5s linear infinite;
    animation-delay: 1s
}

.search-listing {
    border-top: 0;
    margin-top: 0
}

@media all and (max-width: 639px) {
    .search-listing {
        margin: 0
    }
}

.search-listing__item {
    margin: 0;
    max-width: none;
    padding: 0
}

.search-listing__item:not(:last-child) {
    border-bottom: 1px solid #505868
}

.search-listing__item .search-listing__link {
    display: block;
    margin: -1px 0;
    padding: 24px 8px;
    position: relative
}

.search-listing__item .search-listing__link::after {
    border: 1px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.search-listing__item .search-listing__link,
.search-listing__item .search-listing__link:link,
.search-listing__item .search-listing__link:visited,
.search-listing__item .search-listing__link:active {
    border-bottom: 0;
    color: #fff
}

.search-listing__item .search-listing__link:hover {
    background-color: #4b5363
}

.search-listing__item .search-listing__link:hover .search-listing__title {
    border-bottom-color: rgba(0, 0, 0, 0)
}

.search-listing__item .search-listing__link:hover::after {
    border-color: #505868
}

.search-listing__item .search-listing__link:focus {
    background-color: #1a708c;
    color: #fff
}

.search-listing__item .search-listing__link:focus .search-listing__title {
    border-bottom-color: rgba(0, 0, 0, 0)
}

.search-listing__item .search-listing__link:focus::after {
    border-color: #fff
}

.search-listing__item .search-listing__link:focus em {
    background-color: #fff;
    color: #1a708c
}

.search-listing__item .search-listing__link em {
    background-color: #b3edff;
    color: #293346;
    font-style: normal;
    padding: 0 2px
}

.search-listing__title {
    border-bottom: 1px solid #fefefe;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 4px
}

.search-listing__excerpt {
    margin: 0 0 4px;
    margin-top: 8px;
    word-break: break-word
}

.search-listing__excerpt:last-child {
    margin-bottom: 0
}

.search-listing__excerpt em {
    background-color: #b3edff;
    color: #293346;
    font-style: normal;
    font-weight: 500;
    padding: 0 2px
}

.search-listing__excerpt:empty {
    display: none
}

.twitter-feed__tweets {
    border: 1px solid #b2b6be
}

.twitter-feed__tweet {
    border-bottom: 1px solid #b2b6be;
    margin: 0;
    max-width: none;
    padding: 12px 24px;
    position: relative
}

@media all and (max-width: 1023px)and (min-width: 640px) {
    .twitter-feed__tweet {
        padding: 12px 52px 12px 76px
    }
}

@media all and (min-width: 1440px) {
    .twitter-feed__tweet {
        padding: 12px 52px 12px 76px
    }
}

.twitter-feed__tweet:last-child {
    border-bottom: 0
}

.twitter-feed__tweet::after {
    background: url("/Static/images/twitter.png") no-repeat center/contain;
    background-image: url("/Static/images/twitter.svg"), none;
    content: "";
    display: block;
    filter: grayscale(100%);
    height: 20px;
    opacity: .5;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 22px
}

.twitter-feed__tweet-avatar {
    border-radius: 50%;
    display: block;
    left: 24px;
    position: absolute;
    top: 12px;
    width: 56px
}

@media all and (max-width: 1023px)and (min-width: 640px) {
    .twitter-feed__tweet-avatar {
        left: 12px
    }
}

@media all and (min-width: 1440px) {
    .twitter-feed__tweet-avatar {
        left: 12px
    }
}

.twitter-feed__tweet-user-link {
    margin-right: 4px
}

.twitter-feed__tweet-user-link::after {
    display: none
}

@media all and (max-width: 1439px) {
    .twitter-feed__tweet-user-name {
        margin-left: 64px;
        margin-right: 12px
    }
}

@media all and (max-width: 1023px)and (min-width: 640px) {
    .twitter-feed__tweet-user-name {
        margin-left: 0;
        margin-right: 0
    }
}

.twitter-feed__tweet-verified-user {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h64v72H0z%22%2F%3E%3Cpath%20fill%3D%22%231da1f2%22%20d%3D%22M3%2037.315c0%204.125%202.162%207.726%205.363%209.624-.056.467-.09.937-.09%201.42%200%206.103%204.72%2011.045%2010.546%2011.045%201.295%200%202.542-.234%203.687-.686C24.22%2062.4%2027.827%2064.93%2032%2064.93c4.174%200%207.782-2.53%209.49-6.213%201.148.45%202.39.685%203.69.685%205.826%200%2010.546-4.94%2010.546-11.045%200-.483-.037-.953-.093-1.42C58.83%2045.04%2061%2041.44%2061%2037.314c0-4.37-2.42-8.15-5.933-9.946.427-1.203.658-2.5.658-3.865%200-6.104-4.72-11.045-10.545-11.045-1.302%200-2.543.232-3.69.688-1.707-3.685-5.315-6.216-9.49-6.216-4.173%200-7.778%202.53-9.492%206.216-1.146-.455-2.393-.688-3.688-.688-5.827%200-10.545%204.94-10.545%2011.045%200%201.364.23%202.662.656%203.864C5.42%2029.163%203%2032.944%203%2037.314z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M17.87%2039.08l7.015%206.978c.585.582%201.35.873%202.116.873.77%200%201.542-.294%202.127-.883.344-.346%2015.98-15.974%2015.98-15.974%201.172-1.172%201.172-3.07%200-4.243-1.17-1.17-3.07-1.172-4.242%200l-13.87%2013.863-4.892-4.868c-1.174-1.168-3.074-1.164-4.242.01-1.168%201.176-1.163%203.075.01%204.244z%22%2F%3E%3C%2Fsvg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    position: relative;
    top: 2px;
    width: 16px
}

.twitter-feed__tweet-screen-name {
    margin: 0 0 16px;
    display: block
}

.twitter-feed__tweet-screen-name:last-child {
    margin-bottom: 0
}

@media all and (max-width: 1439px) {
    .twitter-feed__tweet-screen-name {
        margin-left: 64px;
        margin-right: 12px
    }
}

@media all and (max-width: 1023px)and (min-width: 640px) {
    .twitter-feed__tweet-screen-name {
        margin-left: 0;
        margin-right: 0
    }
}

.twitter-feed__tweet-metadata {
    color: #9199aa;
    font-size: .875rem
}

.twitter-feed__tweet-metadata .twitter-feed__tweet-retweets-counter,
.twitter-feed__tweet-metadata .twitter-feed__tweet-favorite-counter {
    display: inline-block;
    padding-left: 20px;
    position: relative
}

.twitter-feed__tweet-metadata .twitter-feed__tweet-retweets-counter::before,
.twitter-feed__tweet-metadata .twitter-feed__tweet-favorite-counter::before {
    border-radius: 0;
    content: "";
    display: block;
    height: 14px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 16px
}

.twitter-feed__tweet-metadata .twitter-feed__tweet-retweets-counter {
    margin-right: 24px
}

.twitter-feed__tweet-metadata .twitter-feed__tweet-retweets-counter::before {
    background: url("/Static/images/retweet.png") no-repeat center/contain;
    background-image: url("/Static/images/retweet.svg"), none
}

.twitter-feed__tweet-metadata .twitter-feed__tweet-favorite-counter::before {
    background: url("/Static/images/favorite.png") no-repeat center/contain;
    background-image: url("/Static/images/favorite.svg"), none
}

.twitter-feed__tweet-metadata .twitter-feed__tweet-date {
    float: right
}

.twitter-feed__tweet-content-link::after {
    display: none
}

.phone-number {
    position: relative;
    padding-left: 1.875rem;
    padding-top: .25rem
}

.phone-number::before {
    background-color: #ffd923;
    content: "";
    display: block;
    height: 2.125rem;
    left: 0;
    position: absolute;
    top: 0;
    transform: skew(-28deg);
    transform-origin: bottom;
    width: .625rem
}

.phone-number__content {
    color: #444;
    font-size: 1.5rem;
    font-weight: 400
}

.phone-number__number {
    font-weight: 600
}

.phone-number__number:link,
.phone-number__number:visited,
.phone-number__number:active {
    color: #444
}

.phone-number__number:hover {
    color: #1a708c
}

.phone-number__number:focus {
    background-color: #1a708c;
    color: #fff
}

.office-list {
    display: flex
}

.office-list__office {
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column
}

@media all and (max-width: 639px) {
    .office-list__office {
        margin-bottom: 2rem
    }
}

.office-list__office-title {
    margin: 0 0 8px;
    font-weight: 500
}

@media all and (max-width: 639px) {
    .office-list__office-title {
        margin: 0 0 4px
    }
}

.office-list__office-title:last-child {
    margin-bottom: 0
}

.office-list__office-content {
    border-left: 3px solid #d0d2d7;
    flex-grow: 1;
    margin-top: 1rem;
    padding-left: 1.5rem
}

.office-list__service-list {
    line-height: 1;
    margin: 0 0 .25rem;
    position: relative;
    top: -0.25rem
}

.office-list__service-list::before {
    background: url("/Static/images/ribbon.png") no-repeat center/contain;
    background-image: url("/Static/images/ribbon.svg"), none;
    content: "";
    display: inline-block;
    height: .875rem;
    left: -1rem;
    position: absolute;
    top: .25rem;
    width: .5625rem
}

.office-list__service {
    display: inline-block;
    font-size: .9375rem;
    line-height: 1.33;
    margin: 0
}

.office-list__service::after {
    content: "-";
    display: inline-block;
    padding: 0 .125rem
}

.office-list__service:last-child::after {
    display: none
}

.office-list__map-link {
    margin: 0 0 8px;
    display: inline-block;
    line-height: 1.2;
    position: relative;
    top: -0.4375rem
}

@media all and (max-width: 639px) {
    .office-list__map-link {
        margin: 0 0 4px
    }
}

.office-list__map-link:last-child {
    margin-bottom: 0
}

.office-list__map-link[href^="http://"]:not([href*="politiet.no"])::after,
.office-list__map-link[href^="https://"]:not([href*="politiet.no"])::after,
.office-list__map-link[href^="//"]:not([href*="politiet.no"])::after {
    background: url("/Static/images/external-link.png");
    background-image: url("/Static/images/external-link.svg"), none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: .7778em;
    margin-left: .17647em;
    width: .7778em
}

.office-list__map-link[href^="http://"]:not([href*="politiet.no"]):focus::after,
.office-list__map-link[href^="https://"]:not([href*="politiet.no"]):focus::after,
.office-list__map-link[href^="//"]:not([href*="politiet.no"]):focus::after {
    background: url("/Static/images/external-link-white.png");
    background-image: url("/Static/images/external-link-white.svg"), none
}

.toggler {
    padding: 16px;
    margin: 0 0 16px;
    background-color: #e4e5e8;
    font-size: rem-cacl(20px);
    line-height: 1.33;
    padding-right: 2.5rem;
    position: relative;
    text-align: left;
    width: 100%
}

.toggler:last-child {
    margin-bottom: 0
}

.toggler:hover {
    cursor: pointer
}

.toggler:focus {
    background-color: #1a708c;
    color: #fff;
    outline: 0
}

.toggler:focus .toggler__toggle-icon::before,
.toggler:focus .toggler__toggle-icon::after {
    background-color: #fff
}

.toggler.toggler--expanded {
    background-color: #e4e5e8
}

.toggler.toggler--expanded:focus {
    background-color: #1a708c
}

@media all and (max-width: 639px) {
    .toggler__hidden {
        display: none
    }
}

.toggler__toggle-icon {
    display: block;
    height: 1rem;
    position: absolute;
    right: .875rem;
    top: calc(50% - .5rem);
    width: 1.4375rem
}

.toggler__toggle-icon::before,
.toggler__toggle-icon::after {
    background-color: #4b5363;
    content: "";
    display: block;
    height: .125rem;
    position: absolute;
    top: .5rem;
    transition: transform .3s ease;
    width: .875rem
}

.toggler__toggle-icon::before {
    left: 0;
    transform: rotate(45deg)
}

.toggler__toggle-icon::after {
    right: 0;
    transform: rotate(-45deg)
}

.toggler__toggle-icon.toggler__toggle-icon--expanded::before {
    transform: rotate(-45deg)
}

.toggler__toggle-icon.toggler__toggle-icon--expanded::after {
    transform: rotate(45deg)
}

.rich-text h2.h4 {
    font-size: 1.1875rem;
    font-weight: 500;
    line-height: 1.33
}

.rich-text h3.h5 {
    line-height: 1.33;
    font-size: 1.063rem;
    font-weight: 600
}

#epi-quickNavigator {
    border: 0 !important;
    bottom: 0;
    box-shadow: none !important;
    top: auto !important
}

#epi-quickNavigator .epi-quickNavigator-dropdown {
    display: none
}

#epi-quickNavigator .epi-quickNavigator-editLink {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    padding-left: 0
}

#epi-quickNavigator .epi-quickNavigator-editLink::before {
    display: none
}

#epi-quickNavigator .epi-quickNavigator-editLink a {
    padding: 4px 0
}

@media print {
    #epi-quickNavigator {
        display: none
    }
}

.show-more {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #e5e9f0;
    cursor: pointer;
    font-size: .9375rem;
    font-weight: 500;
    min-width: 5rem;
    position: relative;
    text-align: center;
    height: 2.5rem;
    margin: .25rem 0 0;
    padding: .25rem 1.125rem .25rem 1.75rem;
    text-indent: .5rem
}

.show-more[disabled] {
    cursor: default
}

.show-more:hover {
    background-color: #1a708c;
    border-color: #1a708c;
    color: #fff
}

.show-more:hover.show-more--loading .show-more__loading-icon {
    filter: invert(1) hue-rotate(180deg) brightness(50)
}

.show-more:hover .show-more__more-icon {
    transform: rotate(90deg);
    transition: transform .5s ease
}

.show-more:hover .show-more__more-icon::before,
.show-more:hover .show-more__more-icon::after {
    background-color: #fff
}

.show-more:focus {
    background-color: #1a708c;
    border-color: #1a708c;
    color: #fff;
    outline: 0
}

.show-more:focus.show-more--loading .show-more__loading-icon {
    filter: invert(1) hue-rotate(180deg) brightness(50)
}

.show-more:focus .show-more__more-icon::after {
    border-color: #fff
}

.show-more:focus .show-more__more-icon::before,
.show-more:focus .show-more__more-icon::after {
    background-color: #fff
}

.show-more.show-more--loading {
    padding: .5rem 1rem;
    min-width: 50px
}

.show-more.show-more--loading .show-more__btn-text {
    display: none
}

.show-more.show-more--loading .show-more__loading-icon {
    display: block
}

.show-more.show-more--loading .show-more__more-icon {
    display: none
}

.show-more__loading-icon {
    animation: rotate 1.5s linear infinite;
    background: url("/Static/images/loader-teal.svg") no-repeat center/contain;
    content: "";
    display: none;
    height: 20px;
    position: absolute;
    left: 13px;
    top: calc(50% - 10px);
    width: 20px
}

.show-more__more-icon {
    display: block;
    height: 12px;
    left: 13px;
    position: absolute;
    top: calc(50% - 6px);
    width: 12px
}

.show-more__more-icon::before,
.show-more__more-icon::after {
    background-color: #008db9;
    content: "";
    position: absolute
}

.show-more__more-icon::before {
    height: 100%;
    left: 5px;
    top: 0;
    width: 2px
}

.show-more__more-icon::after {
    height: 2px;
    left: 0;
    top: 5px;
    width: 100%
}

.show-more--navigate {
    display: inline-block;
    font-size: 1.0625rem;
    font-weight: 500;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    padding: 0 1.875rem 0 .25rem;
    position: relative
}

.show-more--navigate:link,
.show-more--navigate:active,
.show-more--navigate:visited {
    border-bottom: 0;
    color: #212a3b
}

.show-more--navigate:hover {
    color: #1a708c
}

.show-more--navigate:hover .show-more__link-icon {
    transform: translateX(0.25rem);
    transition: transform .1s ease
}

.show-more--navigate:hover .show-more__link-icon::before {
    background-color: #1a708c
}

.show-more--navigate:hover .show-more__link-icon::after {
    border-color: #1a708c
}

.show-more--navigate:focus {
    background: #1a708c;
    color: #fff
}

.show-more--navigate:focus .show-more__link-icon::before {
    background-color: #fff
}

.show-more--navigate:focus .show-more__link-icon::after {
    border-color: #fff
}

.show-more__link-icon {
    font-size: 1.5rem;
    top: 5px;
    display: block;
    height: 14px;
    position: absolute;
    right: .25rem;
    transition: transform .075s ease;
    width: 22px
}

.show-more__link-icon::before {
    background-color: #008db9;
    content: "";
    display: block;
    height: 2px;
    left: 4px;
    position: absolute;
    top: calc(50% - 1px);
    width: 15px
}

.show-more__link-icon::after {
    border: 2px solid #008db9;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 10px;
    left: 9px;
    top: calc(50% - 5px);
    transform: rotate(45deg);
    width: 10px;
    position: relative
}

.show-more--expand-collapse {
    cursor: pointer;
    display: block;
    font-size: 1.063rem;
    font-weight: 500;
    line-height: 1.5;
    padding: .75rem .5rem .75rem 2.5rem;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: 100%
}

.show-more--expand-collapse,
.show-more--expand-collapse:link,
.show-more--expand-collapse:visited,
.show-more--expand-collapse:active {
    color: #2354ad
}

.show-more--expand-collapse:hover {
    background-color: #e4e5e8;
    color: #1a708c
}

.show-more--expand-collapse:hover:focus {
    background-color: #1a708c
}

.show-more--expand-collapse:focus {
    background-color: #1a708c;
    color: #fff
}

.show-more--expand-collapse:focus .show-more__expand-collapse-icon::before,
.show-more--expand-collapse:focus .show-more__expand-collapse-icon::after {
    background-color: #fff
}

.show-more__expand-collapse-icon {
    display: block;
    font-size: .9375rem;
    height: 1rem;
    position: absolute;
    left: .4rem;
    top: 1rem;
    width: 1.25rem
}

.show-more__expand-collapse-icon::before,
.show-more__expand-collapse-icon::after {
    background-color: #008db9;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: .5rem;
    transition: transform .3s ease;
    width: 12px
}

.show-more__expand-collapse-icon::before {
    left: 0;
    transform: rotate(45deg)
}

.show-more__expand-collapse-icon::after {
    right: 0;
    transform: rotate(-45deg)
}

.show-more__expand-collapse-icon.show-more--expanded::before {
    transform: rotate(-45deg)
}

.show-more__expand-collapse-icon.show-more--expanded::after {
    transform: rotate(45deg)
}

.design-system-component {
    margin-bottom: 3rem
}

.design-system-component__code-section {
    display: none;
    font-size: .875rem;
    position: relative;
    max-width: 45rem
}

.design-system-component__code-section--open {
    display: block
}

.design-system-component__code-wrapper {
    background-color: #f3f3f3;
    border-left: 5px solid #e4e5e8;
    padding: 1rem 4.5rem 1rem 1rem
}

.design-system-component__toggler {
    background-color: #e4e5e8;
    color: #505868;
    font-size: .875rem;
    padding: .5rem 1rem
}

.design-system-component__toggler:focus {
    background-color: #1a708c;
    color: #fff
}

.design-system-component__toggler--open {
    margin-top: 1rem
}

.design-system-component__copy-btn {
    background-color: #f3f3f3;
    width: 53px;
    height: 53px;
    position: absolute;
    top: 0;
    right: 0
}

.design-system-component__copy-btn::before,
.design-system-component__copy-btn::after {
    background-color: #f3f3f3;
    border: 2px solid #3a5994;
    content: "";
    width: 12px;
    height: 16px;
    display: block;
    position: absolute
}

.design-system-component__copy-btn::before {
    border-left: 0;
    border-bottom: 0;
    top: calc(50% - 10px);
    left: calc(50% - 4px)
}

.design-system-component__copy-btn::after {
    top: calc(50% - 7px);
    left: calc(50% - 7px)
}

.design-system-component__copy-btn:focus {
    background-color: #1a708c
}

.design-system-component__copy-btn:focus::before,
.design-system-component__copy-btn:focus::after {
    background-color: #1a708c;
    border-color: #fff
}

.id-status-service__form {
    margin-bottom: 2rem
}

.id-status-service__form--hidden {
    display: none
}

.id-status-service__form--notoriety {
    display: block
}

.id-status-service__input {
    margin-top: 0;
    max-width: 28rem
}

.id-status-service__input--notoriety {
    max-width: 19rem
}

.id-status-service__submit {
    min-width: 8rem;
    padding: 18px 28px
}

.id-status-service__submit .id-status-service__submit-text {
    display: inline
}

.id-status-service__submit .id-status-service__submit-loader {
    display: none
}

.id-status-service__label {
    margin-bottom: 0
}

.id-status-service__submit--loading {
    padding: 15px 28px
}

.id-status-service__submit--loading .id-status-service__submit-text {
    display: none
}

.id-status-service__submit--loading .id-status-service__submit-loader {
    display: inline;
    animation: rotate 1.5s linear infinite
}

.id-status-service__status--hidden {
    visibility: hidden
}

.id-status-serice__print-area {
    margin: 0 0 32px
}

.id-status-serice__print-area:last-child {
    margin-bottom: 0
}

.id-status-service__pdf-download {
    display: inline-block;
    margin-left: 1.5rem;
    position: relative
}

.id-status-service__pdf-download::before {
    background: url("/Static/images/download.png") no-repeat center/contain;
    background-image: url("/Static/images/download.svg"), none;
    content: "";
    display: inline-block;
    height: 24px;
    position: absolute;
    width: 24px;
    left: -1.75rem;
    top: 4px
}

.id-status-service__submit--notoriety {
    margin-left: 0;
    min-width: 8rem
}

.id-status-service__updated-date {
    font-weight: 300
}

.id-status-service__reference-intro {
    margin-bottom: 1rem
}

.id-status-service__reference-number {
    background-color: #f3f3f3;
    padding: 1rem;
    position: relative;
    word-break: break-all
}

.id-status-service__notoriety-service {
    background-color: #e5e9f0;
    padding: 1.5rem 1.5rem 2rem 1.5rem
}

.id-status-service__ref-num-toolbar {
    display: flex;
    margin-top: 1rem
}

@media all and (max-width: 639px) {
    .id-status-service__ref-num-toolbar {
        display: block
    }
}

.id-status-service__ref-num-toolbar-item {
    position: relative
}

@media all and (max-width: 639px) {
    .id-status-service__ref-num-toolbar-item {
        display: block
    }

    .id-status-service__ref-num-toolbar-item:first-of-type {
        margin-right: 0
    }
}

.id-status-service__ref-num-toolbar-item:first-of-type {
    margin-right: 2rem
}

.id-status-service__notoriety-date-stamp {
    font-weight: 500;
    margin: 1.75rem 0 1rem
}

.id-status-service__notification--unknown-combo {
    margin-top: 2rem
}

.id-status-serice__print-only {
    display: none
}

.id-status-service__receipt-header {
    display: none;
    background-color: #f4f4f4;
    padding: 1.5rem 2rem 1.75rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.id-status-serice__receipt-logo {
    height: 47px;
    margin-left: 8px
}

.id-status-serice__receipt-title {
    border-bottom: 1px solid #e4e5e8;
    font-size: 30px;
    font-weight: 500;
    padding: 0 4rem;
    margin: 2rem -4rem 4rem
}

.id-status-serice__receipt-number {
    word-break: break-all
}

@media print {
    .layout--idstatusservicepage .polno-header {
        display: none
    }

    .id-status-serice__print-only {
        display: block
    }

    .id-status-serice__print-area {
        padding: 6rem 2rem 1rem
    }

    .id-status-service__notification {
        max-width: 30em
    }
}

.tooltip {
    background-color: #293346;
    color: #fff;
    display: none;
    min-width: 112px;
    padding: .5rem 1rem;
    position: absolute;
    top: 2rem
}

.tooltip::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 0 solid rgba(0, 0, 0, 0);
    border-right-width: .5rem;
    border-left-width: .5rem;
    border-bottom: .5rem solid #293346;
    top: -0.5rem;
    left: calc(50% - .5rem);
    position: absolute
}

.tooltip::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 14px;
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    left: 6px;
    top: -2px;
    transform: rotate(35deg) skewY(5deg);
    position: relative;
    margin: 0 6px
}

.tooltip--visible {
    display: block;
    opacity: 1
}

.tooltip--hidden {
    display: block;
    opacity: 0;
    transition: opacity 1s ease-in-out
}

.id-porten-bar {
    align-items: center;
    background-color: #f3f4f6;
    display: flex;
    justify-content: center;
    padding: 8px 0;
    width: 100%;
    min-height: 40px
}

.id-porten-bar__content {
    background-color: #f3f4f6;
    color: #2d2926;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .5rem;
    font-size: 1rem;
    height: 20px;
    text-align: right
}

.id-porten-bar__logout-btn {
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
    border-radius: 4px;
    color: var(--sds-color-semantic-text-action-default);
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    font-family: var(--pno-font-stack);
    font-weight: 500;
    gap: .5rem;
    line-height: 1.25rem;
    padding: .25rem .5rem;
    margin-right: 1rem
}

.id-porten-bar__logout-btn:hover {
    background-color: var(--sds-color-semantic-surface-action-subtle);
    color: var(--sds-color-semantic-text-default)
}

.id-porten-bar__logout-btn:active {
    background-color: var(--sds-color-semantic-surface-action-active);
    color: var(--sds-color-semantic-text-on-action)
}

.id-porten-bar__logout-btn:focus {
    outline: 2px solid var(--sds-color-semantic-border-focus);
    outline-offset: 2px
}

.id-porten-bar__logout-btn-icon {
    width: 1.25rem;
    height: 1.25rem;
    fill: currentColor
}

.micro-frontend>:not(:defined) {
    visibility: hidden
}

.micro-frontend__broadcaster:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.skew--top::before,
.skew--bottom::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: skewY(4deg);
    width: 100%;
    z-index: -100
}

.skew--top {
    background-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    padding-top: 5vw;
    position: relative
}

.skew--top::before {
    transform-origin: center left
}

.skew--bottom {
    background-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    padding-bottom: 5vw;
    position: relative;
    z-index: 1
}

.skew--bottom::after {
    transform-origin: top right
}

.skew--prefixed-double {
    padding-top: .38461em;
    position: relative
}

.skew--prefixed-double::before,
.skew--prefixed-double::after {
    background-color: #ffd923;
    content: "";
    display: block;
    height: 1.4423em;
    position: absolute;
    transform: skew(-28deg);
    width: .3846em
}

.skew--prefixed-double::before {
    left: -1.65384em;
    top: calc(-0.3846em + 0.38461em)
}

.skew--prefixed-double::after {
    background-color: #293346;
    left: -1.4423em;
    top: calc(.28846em + 0.38461em)
}

@media all and (max-width: 639px) {
    .skew--prefixed-double {
        padding-top: 0
    }

    .skew--prefixed-double::before,
    .skew--prefixed-double::after {
        display: none
    }
}

.weight--light {
    font-weight: 300
}

.weight--normal,
.weight--regular {
    font-weight: 400
}

.weight--medium {
    font-weight: 500
}

.weight--bold {
    font-weight: 600
}

.text--inverted {
    color: #fefefe
}

.text--muffled {
    color: #505868
}

.text--small,
.main-content .EPiServerForms .Form__Description {
    font-size: 1.063rem
}

.text--smaller {
    font-size: .875rem
}

.text--headings-leveled h2,
.text--headings-leveled .h2,
.text--headings-leveled h3,
.text--headings-leveled .h3,
.text--headings-leveled h4,
.text--headings-leveled .h4,
.text--headings-leveled h5,
.text--headings-leveled .h5 {
    line-height: 1.33;
    font-size: 1.063rem;
    font-weight: 600
}

.background--black {
    background-color: #0a0a0a
}

.background--dark {
    background-color: #212a3b
}

.background--dark-2 {
    background-color: #293346
}

.background--greyish-brown {
    background-color: #444
}

.background--brownish-grey {
    background-color: #666
}

.background--pale-grey {
    background-color: #e5e9f0
}

.background--white {
    background-color: #fefefe
}

.background--white-2 {
    background-color: #f4f4f4
}

.background--white-3 {
    background-color: #fcfcfc
}

.spacing--no-margin {
    margin: 0
}

@media all and (max-width: 639px) {
    .spacing--no-margin-small-down {
        margin: 0
    }
}

@media all and (min-width: 640px) {
    .spacing--no-margin-medium-up {
        margin: 0
    }
}

.spacing--no-btm-margin {
    margin-bottom: 0
}

.spacing--no-padding {
    padding: 0
}

.spacing--no-btm-padding {
    padding-bottom: 0
}

.display--flex {
    display: flex
}

.display-block,
.display--block {
    display: block
}

.display-inline-block,
.display--inline-block {
    display: inline-block
}

.display-inline,
.display--inline {
    display: inline
}

.display--none {
    display: none
}

.list--reset-style>li {
    padding-left: 0
}

.list--reset-style>li::before {
    display: none
}

.list--reset-style-type>li::before {
    display: none
}

.list--no-margin>li {
    margin-bottom: 0
}

.list--stacked>li {
    margin: 0 0 24px
}

.list--stacked>li:last-child {
    margin-bottom: 0
}

.list--stacked>li:last-child {
    margin-bottom: 24px
}

.list--stacked-mobile>li {
    margin-bottom: 0
}

@media all and (max-width: 1023px) {
    .list--stacked-mobile>li {
        margin: 0 0 24px
    }

    .list--stacked-mobile>li:last-child {
        margin-bottom: 0
    }
}

.list--item-flex {
    display: flex
}

.list--inline>li {
    display: inline
}

.list--inline-block>li {
    display: inline-block
}

.link--no-underline:link,
.link--no-underline:visited,
.link--no-underline:active {
    border-bottom: 0;
    text-decoration: none
}

.link--standard-underline:link,
.link--standard-underline:visited,
.link--standard-underline:active {
    border-bottom: 0;
    text-decoration: underline
}

.link--inverted:link,
.link--inverted:visited,
.link--inverted:active {
    border-bottom-color: #fefefe;
    color: #fefefe
}

.link--inverted:hover {
    border-bottom-color: #ffd923;
    color: #ffd923
}

.link--inverted:focus {
    border-bottom-color: rgba(0, 0, 0, 0);
    color: #fff
}

[id^=react_] {
    margin: 0 0 32px
}

[id^=react_]:last-child {
    margin-bottom: 0
}

[id^=react_]:empty {
    display: none
}

@media print {
    .print--hidden {
        display: none
    }
}

.pds-accordion__heading {
    border-bottom: 1px solid #eef5fb;
    color: #0072ce;
    margin: 0;
    position: relative
}

.pds-accordion__heading--expanded {
    border-bottom: 1px solid transparent
}

.pds-accordion__heading--expanded .pds-accordion__chevron::before {
    transform: rotate(-45deg)
}

.pds-accordion__heading--expanded .pds-accordion__chevron::after {
    transform: rotate(45deg)
}

.pds-accordion__button {
    cursor: pointer;
    display: block;
    font-size: 1.063rem;
    font-weight: 500;
    line-height: 1.5;
    padding: .75rem .5rem .75rem 2.5rem;
    text-align: left;
    text-decoration: none;
    width: 100%;
    background-color: inherit;
    border: 0
}

.pds-accordion__button,
.pds-accordion__button:link,
.pds-accordion__button:visited,
.pds-accordion__button:active,
.pds-accordion__button:hover {
    color: inherit
}

.pds-accordion__button:hover {
    background-color: #e2e5e7
}

.pds-accordion__button:hover:focus {
    background-color: #1a708c
}

.pds-accordion__button:focus {
    background-color: #1a708c;
    color: #fff
}

.pds-accordion__button:focus .pds-accordion__chevron::before,
.pds-accordion__button:focus .pds-accordion__chevron::after {
    background-color: #fff
}

.pds-accordion__chevron {
    display: block;
    font-size: rem-calc(15px);
    height: 1rem;
    position: absolute;
    left: .4rem;
    top: 1rem;
    width: 1.25rem
}

.pds-accordion__chevron::before,
.pds-accordion__chevron::after {
    background-color: #4095da;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: .5rem;
    transition: transform .3s ease;
    width: 12px
}

.pds-accordion__chevron::before {
    left: 0;
    transform: rotate(45deg)
}

.pds-accordion__chevron::after {
    right: 0;
    transform: rotate(-45deg)
}

.pds-accordion__chevron--dark-blue::after,
.pds-accordion__chevron--dark-blue::before {
    background-color: #3e5b6e
}

.pds-accordion__chevron--yellow::after,
.pds-accordion__chevron--yellow::before {
    background-color: #fdda25
}

.pds-accordion__heading-label {
    float: right;
    font-size: 1.063rem;
    font-weight: 400;
    line-height: 1.6rem;
    min-width: 85px;
    padding: 0 0 0 1rem;
    text-align: right
}

.pds-accordion__region {
    display: none;
    margin: 0;
    padding: .5rem 2.5rem 2rem
}

.no-js .pds-accordion__region {
    display: block
}

.pds-accordion__region--expanded {
    border-bottom: 1px solid #eef5fb;
    display: block;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto
}

@media print {
    .pds-accordion__heading {
        border-bottom: 0
    }

    .pds-accordion__chevron {
        display: none
    }

    .pds-accordion__region {
        display: block;
        padding: 0 0 .5rem
    }

    .pds-accordion__button {
        padding-left: 0
    }

    .pds-accordion__button:link,
    .pds-accordion__button:visited,
    .pds-accordion__button:active {
        color: #00263e
    }
}

.pds-text {
    color: inherit;
    font-family: roboto, arial, sans-serif
}

.pds-text--negative {
    color: #fff
}

.pds-text__p,
.pds-text__span {
    margin: 0 0 24px;
    font-size: 1rem;
    line-height: 1.5;
    max-width: 34em
}

.pds-text__p--ingress,
.pds-text__span--ingress {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.47826;
    margin-bottom: 32px
}

.pds-text__p--help-text,
.pds-text__span--help-text {
    color: #5f5d5c;
    font-weight: inherit;
    margin-bottom: .5rem
}

.pds-text__p--summary,
.pds-text__span--summary {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.454
}

.pds-text__p--large,
.pds-text__span--large {
    font-size: 1.125rem;
    line-height: 1.333
}

.pds-text__p--small,
.pds-text__span--small {
    font-size: .875rem;
    line-height: 1.714
}

.pds-text__p:last-child,
.pds-text__span:last-child {
    margin-bottom: 0
}

.pds-text__h1,
.pds-text__h2,
.pds-text__h3,
.pds-text__h4,
.pds-text__h5,
.pds-text__h6 {
    font-weight: 600;
    margin-bottom: .25em;
    margin-top: 0;
    max-width: 34em
}

@media all and (max-width: 639px) {

    .pds-text__h1,
    .pds-text__h2,
    .pds-text__h3,
    .pds-text__h4,
    .pds-text__h5,
    .pds-text__h6 {
        font-size: 1.5rem
    }
}

.pds-text__h1--section,
.pds-text__h2--section,
.pds-text__h3--section,
.pds-text__h4--section,
.pds-text__h5--section,
.pds-text__h6--section {
    font-size: 1.5rem;
    font-weight: 500
}

.pds-text__h1--section::after,
.pds-text__h2--section::after,
.pds-text__h3--section::after,
.pds-text__h4--section::after,
.pds-text__h5--section::after,
.pds-text__h6--section::after {
    background-color: #fdda25;
    content: "";
    display: block;
    margin-top: .5rem;
    height: 5px;
    width: 40px
}

@media all and (max-width: 639px) {

    .pds-text__h1--section,
    .pds-text__h2--section,
    .pds-text__h3--section,
    .pds-text__h4--section,
    .pds-text__h5--section,
    .pds-text__h6--section {
        font-size: 1.125rem
    }
}

.pds-text__h1 {
    font-size: 3rem;
    line-height: 1.166
}

@media all and (max-width: 639px) {
    .pds-text__h1 {
        font-size: 2.25rem;
        line-height: 1.333
    }
}

.pds-text__h2 {
    font-size: 2rem;
    line-height: 1.25
}

@media all and (max-width: 639px) {
    .pds-text__h2 {
        font-size: 1.5rem;
        line-height: 1.333
    }
}

.pds-text__h3 {
    font-size: 1.5rem;
    line-height: 1.333
}

@media all and (max-width: 639px) {
    .pds-text__h3 {
        font-size: 1.125rem
    }
}

.pds-text__h4 {
    font-size: 1.125rem;
    line-height: 1.777
}

@media all and (max-width: 639px) {
    .pds-text__h4 {
        font-size: 1rem;
        line-height: 1.5
    }
}

.pds-text__h5,
.pds-text__h6 {
    font-size: 1rem;
    line-height: 1.5
}

.pds-icon-xsm {
    width: 8px;
    height: 8px;
    font-size: 8px
}

.pds-icon-sm {
    width: 16px;
    height: 16px;
    font-size: 16px
}

.pds-icon-md {
    width: 24px;
    height: 24px;
    font-size: 24px
}

.pds-icon-lg {
    width: 32px;
    height: 32px;
    font-size: 32px
}

.pds-icon-xlg {
    width: 40px;
    height: 40px;
    font-size: 40px
}

.pds-icon-xxlg {
    width: 48px;
    height: 48px;
    font-size: 48px
}

.pds-icon-color__black {
    color: #2d2926
}

.pds-icon-color__black-tint-1 {
    color: #5f5d5c
}

.pds-icon-color__black-tint-2 {
    color: #919191
}

.pds-icon-color__black-tint-3 {
    color: #c4c6c7
}

.pds-icon-color__black-tint-4 {
    color: #e2e5e7
}

.pds-icon-color__dark-blue {
    color: #00263e
}

.pds-icon-color__dark-blue-tint-1 {
    color: #3e5b6e
}

.pds-icon-color__dark-blue-tint-2 {
    color: #7b909d
}

.pds-icon-color__dark-blue-tint-3 {
    color: #b8c5cd
}

.pds-icon-color__dark-blue-tint-4 {
    color: #dde4ea
}

.pds-icon-color__mid-blue {
    color: #003865
}

.pds-icon-color__mid-blue-tint-1 {
    color: #3e698b
}

.pds-icon-color__mid-blue-tint-2 {
    color: #7b99b1
}

.pds-icon-color__mid-blue-tint-3 {
    color: #b8c9d7
}

.pds-icon-color__mid-blue-tint-4 {
    color: #dde6ee
}

.pds-icon-color__light-blue {
    color: #abcae9
}

.pds-icon-color__light-blue-tint-1 {
    color: #bed6ee
}

.pds-icon-color__light-blue-tint-2 {
    color: #d0e2f3
}

.pds-icon-color__light-blue-tint-3 {
    color: #e3eef8
}

.pds-icon-color__light-blue-tint-4 {
    color: #eef5fb
}

.pds-icon-color__interactive-blue {
    color: #0072ce
}

.pds-icon-color__interactive-blue-tint-1 {
    color: #4095da
}

.pds-icon-color__interactive-blue-tint-2 {
    color: #7fb8e6
}

.pds-icon-color__interactive-blue-tint-3 {
    color: #bfdcf3
}

.pds-icon-color__interactive-blue-tint-4 {
    color: #e5f1fa
}

.pds-icon-color__yellow {
    color: #fdda25
}

.pds-icon-color__yellow-tint-1 {
    color: #fbe25b
}

.pds-icon-color__yellow-tint-2 {
    color: #faea91
}

.pds-icon-color__yellow-tint-3 {
    color: #f8f2c7
}

.pds-icon-color__yellow-tint-4 {
    color: #f7f7e7
}

.pds-icon-color__alert-warning {
    color: #cc8a00
}

.pds-icon-color__alert-warning-tint-1 {
    color: #d7a63f
}

.pds-icon-color__alert-warning-tint-2 {
    color: #e1c27e
}

.pds-icon-color__alert-warning-tint-3 {
    color: #ebdebe
}

.pds-icon-color__alert-warning-tint-4 {
    color: #f2efe3
}

.pds-icon-color__alert-danger {
    color: #cf4520
}

.pds-icon-color__alert-danger-tint-1 {
    color: #d97257
}

.pds-icon-color__alert-danger-tint-2 {
    color: #e29f8e
}

.pds-icon-color__alert-danger-tint-3 {
    color: #eccdc6
}

.pds-icon-color__alert-danger-tint-4 {
    color: #f2e8e6
}

.pds-icon-color__alert-success {
    color: #4a7729
}

.pds-icon-color__alert-success-tint-1 {
    color: #77995f
}

.pds-icon-color__alert-success-tint-2 {
    color: #a4bb94
}

.pds-icon-color__alert-success-tint-3 {
    color: #d2ddc9
}

.pds-icon-color__alert-success-tint-4 {
    color: #edf1e9
}

.pds-icon-material-symbols-filled {
    font-variation-settings: "FILL" 1
}

.sr-only {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.pds-notification {
    background-color: #eef5fb;
    border: 3px solid #e2e5e7;
    line-height: 1.61;
    padding: 16px
}

@media all and (max-width: 639px) {
    .pds-notification {
        margin-bottom: 24px;
        padding: 16px
    }
}

.pds-notification--icon>.pds-notification__message-wrapper,
.pds-notification--dismissible>.pds-notification__message-wrapper {
    display: flex;
    gap: 8px
}

.pds-notification--small {
    line-height: 1.5;
    padding: 12px
}

.pds-notification--inverted {
    background-color: #3e5b6e;
    border-color: #3e5b6e;
    color: #fff
}

.pds-notification--inverted a:link,
.pds-notification--inverted a:visited {
    border-bottom-color: #fff;
    color: #fff
}

.pds-notification--alert {
    border-color: #e5f1fa;
    background-color: #fff
}

.pds-notification--error {
    background-color: #f2e8e6;
    border-color: #cf4520
}

.pds-notification--success {
    background-color: #edf1e9;
    border-color: #4a7729
}

.pds-notification--warning {
    background-color: #f2efe3;
    border-color: #cc8a00
}

.pds-notification--subtle {
    border: 0;
    padding: 0
}

.pds-notification--full-width {
    display: flex;
    justify-content: center;
    border-left: 0;
    border-right: 0
}

.pds-notification--full-width>.pds-notification__message-wrapper {
    max-width: 88rem;
    flex: 1
}

@media screen and (min-width: 640px) {
    .pds-notification--full-width>.pds-notification__message-wrapper {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (min-width: 1024px) {
    .pds-notification--full-width>.pds-notification__message-wrapper {
        padding-left: 80px;
        padding-right: 80px
    }
}

.pds-notification--hidden {
    display: none
}

.pds-notification__close-icon {
    display: flex;
    line-height: 0;
    margin-left: auto;
    cursor: pointer
}

.pds-notification__close-icon--inline {
    align-items: center
}

.pds-notification__content {
    display: inline-flex;
    gap: .2em;
    align-items: baseline
}

.pds-notification__heading {
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    margin: 0;
    max-width: 34em
}

@media all and (max-width: 639px) {
    .pds-notification__heading {
        font-size: 1rem;
        line-height: 1.56
    }
}

.pds-notification__heading--inline {
    display: inline
}

.pds-notification__heading--inline::after {
    content: ":"
}

.pds-notification__message {
    font-size: 1rem;
    font-weight: 400;
    line-height: inherit;
    max-width: 34em;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto
}

.pds-notification__message+.pds-notification__message {
    margin-top: 1rem
}

.pds-notification__message--inline {
    display: inline
}

.pds-autocomplete {
    display: block;
    position: relative;
    width: 100%
}

.pds-autocomplete--hidden {
    display: none
}

.pds-autocomplete__label {
    display: block;
    font-weight: 500;
    margin-bottom: .6rem;
    color: #2d2926
}

.pds-autocomplete__notification {
    margin-bottom: .5rem
}

.pds-autocomplete__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #c4c6c7;
    border-radius: 0;
    color: #00263e;
    font-size: 1.063rem;
    font-weight: 400;
    line-height: 30px;
    min-height: 48px;
    padding: 6px 12px;
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.pds-autocomplete__input:focus {
    border: 2px solid #4095da;
    outline: 0
}

.pds-autocomplete__placeholder {
    font-size: 17px;
    left: 0;
    padding: 16px 14px;
    pointer-events: none;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    color: #919191
}

.pds-autocomplete__placeholder::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    float: right;
    height: 1.5rem;
    position: relative;
    top: 1px;
    width: 1.25rem
}

.pds-autocomplete__input:focus+.pds-autocomplete__placeholder {
    display: none
}

.pds-autocomplete__placeholder--hidden {
    display: none
}

.pds-autocomplete__list {
    background-color: #fff;
    border: 2px solid #c4c6c7;
    border-top: 0;
    display: block;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    z-index: 20;
    max-height: 300px;
    overflow-y: auto
}

.pds-autocomplete__list:empty {
    display: none
}

.pds-autocomplete__list--hidden {
    display: none
}

.pds-autocomplete__list-item {
    background-color: #fff;
    border-bottom: 1px dotted #c4c6c7;
    display: block;
    font-size: 1.063rem;
    line-height: 20px;
    max-width: none;
    padding: 12px
}

.pds-autocomplete__list-item:visited {
    border-bottom: 0;
    text-decoration: none
}

.pds-autocomplete__list-item:focus,
.pds-autocomplete__list-item:hover {
    background-color: #1a708c;
    border-color: rgba(0, 0, 0, 0);
    color: #fff;
    outline: 0;
    text-decoration: none;
    cursor: pointer
}

.pds-autocomplete__list-item:last-of-type {
    border: 0
}

.pds-link,
.pds-link:link,
.pds-link:visited,
.pds-link:active,
.pds-button--link,
.pds-button--link:link,
.pds-button--link:visited,
.pds-button--link:active {
    border-bottom: 1px solid #0072ce;
    color: #0072ce;
    text-decoration: none
}

.pds-link:hover,
.pds-button--link:hover {
    background-color: #e2e5e7;
    border: none;
    border-bottom: 0px;
    color: #003865;
    text-decoration: none;
    box-shadow: 2px 0 0 0 #e2e5e7, -2px 0 0 0 #e2e5e7, 2px 1px 0 0 #003865, -2px 1px 0 0 #003865
}

.pds-link:focus,
.pds-button--link:focus {
    background-color: #1a708c;
    border-color: transparent;
    color: #fff;
    outline: 0;
    text-decoration: none;
    box-shadow: 2px 0 0 0 #1a708c, -2px 0 0 0 #1a708c, 2px 1px 0 0 #1a708c, -2px 1px 0 0 #1a708c
}

.pds-link--external,
.pds-button--link--external {
    display: inline-flex;
    align-items: flex-end;
    gap: 4px
}

@media print {
    .pds-breadcrumbs {
        display: none
    }
}

.pds-breadcrumbs--negative {
    color: #fff
}

.pds-breadcrumbs--negative .pds-breadcrumbs__item {
    color: #fff
}

.pds-breadcrumbs--negative .pds-breadcrumbs__item::after {
    color: #fff
}

.pds-breadcrumbs--negative .pds-breadcrumbs__item-link,
.pds-breadcrumbs--negative .pds-breadcrumbs__item-link:link,
.pds-breadcrumbs--negative .pds-breadcrumbs__item-link:visited,
.pds-breadcrumbs--negative .pds-breadcrumbs__item-link:active {
    border-color: #fff;
    color: #fff
}

.pds-breadcrumbs--negative .pds-breadcrumbs__item-link:hover {
    border-color: #c4c6c7;
    color: #c4c6c7
}

.pds-breadcrumbs--negative .pds-breadcrumbs__item-link:focus {
    border-color: #1a708c
}

.pds-breadcrumbs--standalone {
    margin-top: .25rem;
    padding-bottom: .25rem
}

.pds-breadcrumbs__items {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0
}

.pds-breadcrumbs__item {
    color: #00263e;
    display: inline;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    margin-bottom: 0;
    max-width: none
}

.pds-breadcrumbs__item::after {
    content: "/";
    margin: 0 .4706em
}

.pds-breadcrumbs__item:last-child::after,
.pds-breadcrumbs__item::before,
.pds-breadcrumbs__item::marker {
    display: none
}

@media all and (max-width: 639px) {

    .pds-breadcrumbs__item:nth-last-child(2)::after,
    .pds-breadcrumbs__item--current {
        display: none
    }
}

.pds-button,
.pds-button--lg,
.pds-button--md,
.pds-button--sm,
.pds-button--link,
.pds-button--primary {
    font: inherit;
    position: relative;
    font-weight: 500;
    font-size: 1rem;
    padding-left: 14px;
    padding-right: 14px;
    height: 48px;
    min-width: 112px;
    background-color: #0072ce;
    border: 2px solid #0072ce;
    color: #fff;
    border-radius: 0;
    cursor: pointer
}

.pds-button:not(:last-of-type),
.pds-button--lg:not(:last-of-type),
.pds-button--md:not(:last-of-type),
.pds-button--sm:not(:last-of-type),
.pds-button--link:not(:last-of-type),
.pds-button--primary:not(:last-of-type) {
    margin-right: 16px
}

.pds-button:disabled,
.pds-button--lg:disabled,
.pds-button--md:disabled,
.pds-button--sm:disabled,
.pds-button--link:disabled,
.pds-button--primary:disabled {
    cursor: not-allowed;
    opacity: .75
}

.pds-button:hover,
.pds-button--lg:hover,
.pds-button--md:hover,
.pds-button--sm:hover,
.pds-button--link:hover,
.pds-button--primary:hover {
    background-color: #1a708c;
    color: #fff;
    border-color: #1a708c
}

.pds-button:hover *,
.pds-button--lg:hover *,
.pds-button--md:hover *,
.pds-button--sm:hover *,
.pds-button--link:hover *,
.pds-button--primary:hover * {
    color: #fff
}

.pds-button:focus,
.pds-button--lg:focus,
.pds-button--md:focus,
.pds-button--sm:focus,
.pds-button--link:focus,
.pds-button:active,
.pds-button--lg:active,
.pds-button--md:active,
.pds-button--sm:active,
.pds-button--link:active,
.pds-button--primary:focus,
.pds-button--primary:active {
    background-color: #1a708c;
    border-color: #1a708c;
    color: #fff;
    outline: 0
}

.pds-button:focus::before,
.pds-button--lg:focus::before,
.pds-button--md:focus::before,
.pds-button--sm:focus::before,
.pds-button--link:focus::before,
.pds-button:active::before,
.pds-button--lg:active::before,
.pds-button--md:active::before,
.pds-button--sm:active::before,
.pds-button--link:active::before,
.pds-button--primary:focus::before,
.pds-button--primary:active::before {
    border: 2px solid #fff;
    content: "";
    display: block;
    left: -1px;
    top: -1px;
    position: absolute;
    height: calc(100% - 2px);
    width: calc(100% - 2px)
}

.pds-button--sm,
.pds-button--link {
    height: 40px;
    font-size: .9rem
}

.pds-button--md {
    height: 48px;
    font-size: 1rem
}

.pds-button--lg {
    height: 60px;
    font-size: 1.1rem
}

.pds-button--secondary {
    background-color: #fff;
    border-color: #2d2926;
    color: #2d2926
}

.pds-button--secondary-dark {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.pds-button--secondary-dark:hover {
    background-color: transparent;
    border-color: #fdda25;
    color: #fdda25
}

.pds-button--secondary-dark:hover * {
    color: #fdda25
}

.pds-button--secondary-dark:focus,
.pds-button--secondary-dark:active {
    background-color: #00263e;
    border-color: #00263e;
    color: #fdda25;
    outline: 0
}

.pds-button--secondary-dark:focus::before,
.pds-button--secondary-dark:active::before {
    border-color: #fdda25
}

.pds-button--load-more {
    background-color: #fff;
    border-color: #e5e9f0;
    color: #0072ce;
    padding-left: 34px
}

.pds-button--load-more::after {
    background: conic-gradient(from 90deg at 2px 2px, rgba(255, 255, 255, 0) 90deg, #0072ce 0) calc(100% + 1px) calc(100% + 1px)/calc(50% + 2px) calc(50% + 2px);
    content: "";
    display: block;
    position: absolute;
    left: 14px;
    top: calc(50% - 5px);
    height: 10px;
    width: 10px
}

.pds-button--load-more:hover::after,
.pds-button--load-more:focus::after {
    background: conic-gradient(from 90deg at 2px 2px, rgba(255, 255, 255, 0) 90deg, #ffffff 0) calc(100% + 1px) calc(100% + 1px)/calc(50% + 2px) calc(50% + 2px)
}

.pds-button--action {
    background-color: #fdda25;
    border-color: #fdda25;
    color: #2d2926
}

.pds-button--list,
.pds-button--highlight {
    background-color: #bfdcf3;
    border-color: #bfdcf3;
    color: #2d2926;
    max-width: 390px;
    padding-right: 32px;
    text-align: left;
    width: 100%
}

.pds-button--list::after,
.pds-button--highlight::after {
    content: "";
    border: none;
    border-bottom: 2px solid #e2e5e7;
    display: block;
    left: -2px;
    top: 0px;
    position: absolute;
    height: calc(100% - 0px);
    width: calc(100% + 4px)
}

.pds-button--list:hover::after,
.pds-button--highlight:hover::after,
.pds-button--list:focus::after,
.pds-button--highlight:focus::after,
.pds-button--list:active::after,
.pds-button--highlight:active::after {
    border-color: transparent
}

.pds-button--link {
    background-color: transparent;
    border: none;
    padding: 0;
    font-weight: initial;
    line-height: 1.25;
    min-width: 0;
    height: initial;
    color: #0072ce
}

.pds-button--link:focus::before {
    border: none
}

.pds-button--highlight {
    background-color: #5f5d5c;
    border-color: #5f5d5c;
    color: #fff
}

.pds-button--highlight::after {
    border-color: transparent
}

.pds-button--success {
    background-color: #edf1e9;
    border-color: #77995f;
    color: #000
}

.pds-button--danger {
    background-color: #f2e8e6;
    border-color: #d97257;
    color: #000
}

.pds-button--warning {
    background-color: #f2efe3;
    border-color: #d7a63f;
    color: #000
}

.pds-button--info {
    background-color: #e5f1fa;
    border-color: #7fb8e6;
    color: #000
}

.pds-button__arrow {
    clip-path: inset(0 0 0 4px);
    height: 12px;
    margin-left: 4px;
    position: relative;
    top: 1px;
    width: 16px
}

.pds-button__arrow .pds-button__arrow-paths {
    stroke: white
}

.pds-button__arrow .pds-button__arrow-paths.pds-button__arrow-paths--action,
.pds-button__arrow .pds-button__arrow-paths.pds-button__arrow-paths--secondary {
    stroke: #2d2926
}

.pds-button__arrow .pds-button__arrow-paths.pds-button__arrow-paths--list {
    stroke: #0072ce
}

:hover>.pds-button__arrow .pds-button__arrow-paths,
:focus>.pds-button__arrow .pds-button__arrow-paths {
    stroke: #fff
}

:hover>.pds-button__arrow .pds-button__arrow-paths--secondary-dark,
:focus>.pds-button__arrow .pds-button__arrow-paths--secondary-dark {
    stroke: #00263e
}

:focus>.pds-button__arrow .pds-button__arrow-paths--secondary-dark {
    stroke: #fdda25
}

.pds-button__arrow--list,
.pds-button__arrow--highlight {
    position: absolute;
    right: 14px;
    top: calc(50% - 6px)
}

.pds-call-to-action {
    background-color: #eef5fb;
    box-shadow: 0 2px #e2e5e7;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    font-size: 1.063rem;
    font-weight: 400;
    line-height: 1.35;
    padding: 16px
}

.pds-call-to-action,
.pds-call-to-action:link,
.pds-call-to-action:visited,
.pds-call-to-action:active {
    color: #5f5d5c;
    text-decoration: none
}

.pds-call-to-action:hover,
.pds-call-to-action:focus {
    background-color: #1a708c;
    color: #fff;
    outline: 0
}

@media print {
    .pds-call-to-action {
        display: none
    }
}

.pds-call-to-action__button {
    background-color: #003865;
    color: #fff;
    text-align: center;
    border: none
}

.pds-call-to-action__button:hover,
.pds-call-to-action__button:focus {
    background-color: #1a708c;
    color: #fff
}

.pds-call-to-action--grey {
    background-color: #5f5d5c
}

.pds-call-to-action--grey,
.pds-call-to-action--grey:link,
.pds-call-to-action--grey:visited,
.pds-call-to-action--grey:active {
    color: #fff
}

.pds-call-to-action--grey:hover,
.pds-call-to-action--grey:focus {
    background-color: #1a708c;
    color: #fff
}

.pds-call-to-action--negative {
    background-color: transparent;
    box-shadow: none;
    position: relative;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #fdda25
}

.pds-call-to-action--negative,
.pds-call-to-action--negative:link,
.pds-call-to-action--negative:visited,
.pds-call-to-action--negative:active {
    color: #fff
}

.pds-call-to-action--negative:hover,
.pds-call-to-action--negative:focus {
    background-color: #1a708c;
    color: #fff
}

.pds-call-to-action--negative .pds-call-to-action__icon {
    color: #fdda25
}

.pds-call-to-action--black {
    background-color: #2d2926
}

.pds-call-to-action--black,
.pds-call-to-action--black:link,
.pds-call-to-action--black:visited,
.pds-call-to-action--black:active {
    color: #fff
}

.pds-call-to-action--black:hover,
.pds-call-to-action--black:focus {
    background-color: #1a708c;
    color: #fff
}

.pds-campaign {
    display: flex;
    max-width: -moz-max-content;
    max-width: max-content;
    flex-direction: column
}

.pds-campaign--dark {
    background-color: #2d2926
}

.pds-campaign--bright {
    background-color: #e2e5e7
}

@media all and (min-width: 1024px) {
    .pds-campaign {
        flex-direction: row
    }
}

.pds-campaign__image-link {
    display: block;
    position: relative;
    height: -moz-max-content;
    height: max-content
}

.pds-campaign__image-link:hover {
    background-color: #2d2926
}

.pds-campaign__image-link:hover .pds-campaign__image {
    opacity: .6
}

.pds-campaign__image-link:focus::after {
    border: 8px solid #1a708c;
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.pds-campaign__image {
    display: block;
    width: 100%
}

.pds-campaign__logo {
    left: 0;
    max-width: 250px;
    position: absolute;
    top: 40px
}

.pds-campaign__text {
    padding: 32px
}

@media all and (min-width: 1024px) {
    .pds-campaign__text {
        padding: 24px 30px
    }
}

@media all and (min-width: 1200px) {
    .pds-campaign__text {
        padding: 40px 30px
    }
}

.pds-campaign__call-to-action {
    width: -moz-max-content;
    width: max-content
}

.pds-card {
    display: block;
    height: 100%;
    padding: 1.25rem 3.5rem 1rem 2rem;
    position: relative;
    overflow: hidden;
    box-sizing: border-box
}

@media all and (min-width: 640px) {
    .pds-card {
        min-height: 165px;
        padding-bottom: 2rem
    }
}

.pds-card::before {
    border: 6px solid #0072ce;
    content: "";
    display: block;
    position: absolute;
    left: -7px;
    bottom: -7px;
    top: -7px;
    right: -7px;
    transition: .25s
}

.pds-card--rainbow::before {
    -o-border-image: linear-gradient(to bottom right, #8e4291 0%, #0072ce 25%, #77995f 50%, #ebb500 75%, #cf4520 100%) 1;
    border-image: linear-gradient(to bottom right, #8e4291 0%, #0072ce 25%, #77995f 50%, #ebb500 75%, #cf4520 100%) 1
}

.pds-card:link,
.pds-card:visited,
.pds-card:active {
    border-bottom: 0;
    text-decoration: none;
    background-color: #e5f1fa;
    color: #2d2926
}

.pds-card:hover {
    background-color: #e5f1fa;
    color: #2d2926
}

.pds-card:hover::before {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.pds-card:focus {
    background-color: #0072ce;
    color: #fff
}

.pds-card:focus .pds-card__arrow {
    color: #fff
}

.pds-card__microtext {
    margin: 0
}

@media all and (max-width: 639px) {
    .pds-card__microtext {
        display: none
    }
}

.pds-card__arrow {
    color: #0072ce;
    height: 1.5rem;
    width: 1.5rem;
    position: absolute;
    right: 1rem;
    top: calc(50% - .75rem)
}

.pds-checkbox {
    line-height: 1.5;
    display: inline;
    padding-bottom: .5rem
}

.pds-checkbox__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    font: inherit;
    color: currentColor;
    width: 22px;
    height: 22px;
    border: 2px solid #2d2926;
    border-radius: 0;
    margin: 0 .5rem 0 0;
    outline: 0;
    box-shadow: 0 0 0 4px transparent;
    transition: background-color .3s ease, box-shadow .3s ease;
    transform: translateY(4px)
}

.pds-checkbox__input:checked {
    background-color: #2d2926
}

.pds-checkbox__input:checked::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #fff;
    box-shadow: inset 1em 1em #fff;
    transform-origin: bottom left;
    clip-path: path("M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z");
    transform: scale(0.75) translateY(-7px);
    transition: background-color .3s ease, box-shadow .3s ease
}

.pds-checkbox__input:focus,
.pds-checkbox__input:active {
    outline: 0
}

.pds-checkbox__input:focus::before,
.pds-checkbox__input:active::before {
    content: "";
    left: -4px;
    top: -4px;
    position: absolute;
    outline: 1px solid #0072ce;
    height: calc(100% + 8px);
    width: calc(100% + 8px)
}

.pds-checkbox__input:hover {
    background-color: #e2e5e7;
    box-shadow: 0 0 0 4px #e2e5e7
}

.pds-checkbox__input:hover:checked::after {
    background-color: #2d2926;
    box-shadow: inset 1em 1em #2d2926
}

.pds-error-message {
    position: relative;
    border: 2px solid #cf4520;
    background-color: #f2e8e6;
    width: calc(100% - 32px - 4px);
    padding: 12px 16px;
    margin-bottom: .5rem
}

.pds-error-message p,
.pds-error-message .main-content .EPiServerForms .FormStep .FormStep__Description,
.main-content .EPiServerForms .FormStep .pds-error-message .FormStep__Description {
    margin: 0
}

.pds-event__label {
    color: #fff;
    font-size: 1.1875rem;
    font-weight: 500;
    min-height: 38px;
    padding-left: 3.5rem;
    position: relative;
    text-transform: uppercase;
    margin: 0 32px 0 0;
    display: flex;
    align-items: center
}

@media all and (max-width: 639px) {
    .pds-event__label {
        font-size: 1.0625rem;
        padding-left: 3rem;
        box-sizing: content-box;
        display: block;
        margin-bottom: .5rem;
        padding-bottom: .25rem
    }
}

@media all and (max-width: 639px) {
    .pds-event--small .pds-event__label::after {
        background-color: #5f5d5c;
        bottom: 0;
        content: "";
        display: block;
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%
    }
}

@media all and (max-width: 639px) {
    .pds-event--info .pds-event__label::after {
        background-color: rgba(255, 255, 255, 0.1)
    }
}

.pds-event__sonar {
    animation: pulse 1.5s linear infinite;
    background-color: #cf4520;
    border-radius: 50%;
    display: block;
    height: 1rem;
    left: 1rem;
    position: absolute;
    top: 11px;
    width: 1rem;
    z-index: 1
}

@media all and (max-width: 639px) {
    .pds-event__sonar {
        transform: scale(0.75)
    }
}

.pds-event__sonar::before,
.pds-event__sonar::after {
    background-color: #cf4520;
    border-radius: 50%;
    content: "";
    display: block;
    height: 300%;
    left: calc(-150% + .5rem);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: calc(-150% + .5rem);
    width: 300%
}

.pds-event__sonar::before {
    animation: sonarWave 3.5s linear infinite
}

.pds-event__sonar::after {
    animation: sonarWave 3.5s linear infinite;
    animation-delay: 1s
}

.pds-event--info .pds-event__sonar {
    background-color: #fbe25b
}

.pds-event--info .pds-event__sonar::before,
.pds-event--info .pds-event__sonar::after {
    background-color: #fbe25b
}

@keyframes sonarWave {
    0% {
        opacity: .85;
        transform: scale(0.25)
    }

    50% {
        opacity: .65;
        transform: scale(0.75)
    }

    75% {
        opacity: .25;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(1)
    }
}

.pds-event__action-entry--event {
    padding-top: 32px;
    display: flex;
    flex-direction: row;
    padding-left: 1rem;
    gap: 1rem
}

@media all and (max-width: 1023px) {
    .pds-event__action-entry--event {
        padding-top: 20px
    }
}

.pds-event__action-entry__item {
    display: flex;
    margin-bottom: 0
}

@media all and (min-width: 1024px) {
    .pds-event__action-entry__item:not(:nth-child(-n+3)) {
        padding-top: 30px
    }
}

@media all and (max-width: 1023px) {
    .pds-event__action-entry__item {
        margin: 0 0 8px
    }
}

@media all and (max-width: 639px) {
    .pds-event__action-entry--event .pds-event__action-entry__item {
        margin-bottom: 20px
    }
}

.pds-event__action-entry__link {
    padding: 16px;
    background-color: #5f5d5c;
    display: flex;
    flex: 1 1 100%;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-bottom: 0;
    text-decoration: none
}

@media all and (max-width: 1023px) {
    .pds-event__action-entry__link {
        padding: 8px
    }
}

.pds-event__action-entry__link,
.pds-event__action-entry__link:link,
.pds-event__action-entry__link:visited,
.pds-event__action-entry__link:active {
    color: #fff
}

.pds-event__action-entry__link:hover {
    background-color: #3e5b6e
}

.pds-event__action-entry__link:focus {
    background-color: #1a708c
}

.pds-event__action-entry--event .pds-event__action-entry__link {
    background-color: #2d2926;
    padding: 16px 8px;
    position: relative
}

.pds-event__action-entry--event .pds-event__action-entry__link::before {
    border: 1px solid #c4c6c7;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    width: 100%
}

.pds-event__action-entry--event .pds-event__action-entry__link:hover {
    background-color: #5f5d5c;
    border-top-color: #fbe25b
}

.pds-event__action-entry--event .pds-event__action-entry__link:focus {
    background-color: #1a708c;
    border-top-color: #fff
}

.pds-event__action-entry--event .pds-event__action-entry__link:focus::before {
    display: none
}

.pds-event__action-entry__label {
    font-size: 1.0625rem;
    font-weight: 400;
    margin: 0 auto
}

.pds-event__action-entry__title {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 auto
}

.pds-event {
    padding: 32px 0;
    background-color: #2d2926;
    color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

.pds-event--info {
    background-color: #919191
}

.pds-event:not(:last-child) {
    margin: 0 0 8px
}

@media print {
    .pds-event {
        display: none
    }
}

.pds-event__link {
    display: inline-block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 0;
    text-decoration: none;
    color: #fff
}

@media all and (max-width: 1023px) {
    .pds-event__link {
        min-width: 100%
    }
}

@media all and (max-width: 639px) {
    .pds-event__link {
        padding: .5rem .5rem .75rem
    }
}

.pds-event__link:hover {
    background-color: #5f5d5c;
    box-shadow: 0 0 0 1px #c4c6c7
}

.pds-event__link:focus {
    background-color: #1a708c
}

.pds-event__link--incident {
    padding: 1rem 0
}

.pds-event__link--incident::after {
    background-color: #cf4520;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%
}

.pds-event__link--single-line {
    display: block;
    padding: 2px;
    border-bottom: 0;
    text-decoration: none;
    color: #fff;
    margin: 4px 4px 4px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pds-event__link--single-line:hover {
    background-color: #5f5d5c;
    box-shadow: 0 0 0 1px #c4c6c7
}

.pds-event__link--single-line:focus {
    background-color: #1a708c;
    box-shadow: 0 0 0 1px #fff
}

.pds-event__link--single-line::before {
    background-color: #cf4520;
    content: "";
    display: block;
    height: calc(100% + 3px);
    left: 0;
    position: absolute;
    top: -1px;
    width: 3px
}

.pds-event__link--single-line-info::before {
    background-color: #fdda25
}

.pds-event__title {
    font-size: 1.875rem;
    font-weight: 600;
    margin: 1.5rem 0 1.25rem;
    padding-left: 1rem
}

@media all and (max-width: 639px) {
    .pds-event__title {
        font-size: 1.375rem
    }
}

.pds-event__title--incident {
    margin: 0 0 .5rem
}

.pds-event__sub-title {
    max-width: none;
    display: inline-block;
    font-size: 1.0625rem;
    font-weight: 600;
    margin: 0;
    padding-left: 1rem;
    position: relative
}

@media all and (max-width: 639px) {
    .pds-event__sub-title {
        font-size: 1rem
    }
}

.pds-event__summary {
    padding-left: 1rem
}

.pds-event--small {
    padding: 16px 0
}

@media all and (max-width: 639px) {
    .pds-event--small {
        padding: 24px 0
    }
}

.pds-event--small .pds-event__title {
    margin: 0;
    font-size: 1.1875rem;
    font-weight: 600
}

.pds-event--small .pds-event__summary {
    display: inline
}

.pds-event--small .pds-event__content:not(:last-child) {
    margin: 0 0 32px
}

@-moz-document url-prefix() {
    @media all and (min-width: 640px) {
        .pds-event--small .pds-event__content {
            height: 35px;
            overflow: hidden;
            padding-top: 6px;
            position: relative;
            white-space: normal
        }

        .pds-event--small .pds-event__content::after {
            background-image: linear-gradient(90deg, rgba(45, 41, 38, 0), #2d2926);
            content: "";
            display: block;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            width: 70px
        }

        .pds-event--info .pds-event__content::after {
            background-image: linear-gradient(90deg, rgba(145, 145, 145, 0), #919191)
        }
    }
}

.pds-fieldset {
    border: 0;
    padding: 0;
    margin: 0;
    font: inherit
}

.pds-fieldset__legend {
    font-weight: 500;
    margin-bottom: .6rem;
    color: #2d2926;
    padding: 0
}

.pds-fieldset__help-text {
    display: block;
    color: #5f5d5c;
    margin-bottom: .5rem
}

.pds-fieldset__children {
    display: flex;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    flex-wrap: wrap
}

.pds-fieldset__children--vertical {
    flex-direction: column
}

.pds-form-review {
    border: none;
    background-color: #e3eef8;
    display: flex;
    flex-direction: column;
    max-width: 40rem;
    padding: 1rem
}

.pds-form-review__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.pds-form-review__button {
    margin-right: 0
}

.pds-form-step-indicator {
    margin: 2rem 0
}

@media all and (max-width: 639px) {
    .pds-form-step-indicator {
        margin: 0
    }
}

.pds-form-step-indicator__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1rem
}

.pds-form-step-indicator__list-item {
    flex: 1 1 0px;
    max-width: 17rem;
    min-width: 5rem
}

@media all and (max-width: 639px) {
    .pds-form-step-indicator__list-item {
        min-width: 0
    }
}

.pds-form-step-indicator__step-title {
    display: block;
    font-size: 1.125rem;
    line-height: 2.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media all and (max-width: 639px) {
    .pds-form-step-indicator__step-title {
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px
    }
}

.pds-form-step-indicator__step-subtitle {
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media all and (max-width: 639px) {
    .pds-form-step-indicator__step-subtitle {
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px
    }
}

.pds-form-step-indicator__btn {
    background: none;
    border: 0;
    display: block;
    font-weight: 500;
    min-height: 1.5rem;
    padding: 0 0 .5rem;
    position: relative;
    text-align: left;
    width: 100%;
    font: inherit
}

.pds-form-step-indicator__btn::after {
    background-color: #00263e;
    bottom: 0;
    content: "";
    height: .375rem;
    left: 0;
    position: absolute;
    transform-origin: left;
    transition: transform .3s;
    width: 100%
}

.pds-form-step-indicator__btn:not(.pds-form-step-indicator__btn--current):not(.pds-form-step-indicator__btn--disabled):hover::after,
.pds-form-step-indicator__btn:not(.pds-form-step-indicator__btn--current):not(.pds-form-step-indicator__btn--disabled):focus::after {
    background-color: #fdda25;
    transform: scaleX(0.85)
}

.pds-form-step-indicator__btn.pds-form-step-indicator__btn--current {
    cursor: default
}

.pds-form-step-indicator__btn.pds-form-step-indicator__btn--current::after {
    background-color: #fdda25
}

.pds-form-step-indicator__btn.pds-form-step-indicator__btn--disabled {
    cursor: default
}

.pds-form-step-indicator__btn.pds-form-step-indicator__btn--disabled::after {
    background-color: #e2e5e7
}

.pds-form-title {
    color: inherit;
    font-family: roboto, arial, sans-serif;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.333;
    margin-bottom: .25em;
    margin-top: 0;
    max-width: 34em
}

@media all and (max-width: 639px) {
    .pds-form-title {
        font-size: 1.5rem
    }
}

.pds-form-title--section {
    font-size: 1.5rem;
    font-weight: 500
}

.pds-form-title--section::after {
    background-color: #fdda25;
    content: "";
    display: block;
    margin-top: .5rem;
    height: 5px;
    width: 40px
}

@media all and (max-width: 639px) {
    .pds-form-title--section {
        font-size: 1.125rem
    }
}

.pds-language-selector {
    display: grid;
    gap: 16px;
    align-items: flex-start;
    grid-template-columns: min-content 1fr
}

.pds-language-selector__list {
    display: inline-flex;
    gap: 16px 24px;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    height: 100%
}

.pds-language-selector__list-item {
    color: #2d2926;
    font-size: 16px;
    font-weight: 500;
    font-family: roboto, arial, sans-serif
}

.pds-language-selector__link,
.pds-language-selector__link:link,
.pds-language-selector__link:visited,
.pds-language-selector__link:active {
    color: #0072ce;
    text-decoration: none
}

.pds-language-selector__link:hover {
    color: #003865
}

.pds-language-selector__link:focus {
    background-color: #1a708c;
    color: #fff;
    outline: 0
}

.pds-list {
    margin: 0 0 32px;
    line-height: 1.15;
    list-style: none;
    padding: 0
}

.pds-list:last-child {
    margin-bottom: 0
}

.pds-list--numbered {
    counter-reset: ordered-list
}

.pds-list--large {
    font-size: 1.125rem;
    line-height: 1.333
}

.pds-list__point {
    margin: 0 0 4px;
    max-width: 34em;
    position: relative
}

.pds-list__point--bullet {
    padding-left: 16px
}

.pds-list__point--bullet::before {
    content: "";
    background-color: #2d2926;
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 8px
}

.pds-list__point--numbered {
    padding-left: 1.25rem
}

.pds-list__point--numbered::before {
    content: counter(ordered-list) ".";
    counter-increment: ordered-list;
    display: block;
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    width: 1rem
}

.pds-modal {
    border: none;
    padding: 0
}

.pds-modal::backdrop {
    background-color: rgba(41, 51, 70, 0.9);
    cursor: pointer
}

.pds-modal__content {
    cursor: initial;
    background-color: #fff
}

.pds-modal--open {
    overflow: hidden
}

.pds-image {
    display: block;
    max-height: -moz-fit-content;
    max-height: fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: relative
}

.pds-image--thumbnail {
    height: 100px;
    width: 100px
}

.pds-image__image {
    display: block;
    max-height: 100%;
    max-width: 100%
}

.pds-image__image-placeholder {
    display: block;
    max-width: 100%;
    max-height: 100%;
    background-color: gray
}

.pds-image__modal-image {
    display: block;
    max-height: 80vh;
    max-width: 80vw
}

.pds-image__image-modal-btn {
    background-color: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0
}

.pds-image__image-modal-btn:hover .pds-image__image-modal-btn-triangle,
.pds-image__image-modal-btn:focus .pds-image__image-modal-btn-triangle {
    border-color: transparent #1a708c transparent transparent
}

.pds-image__image-modal-btn:hover .pds-image__image-modal-btn-icon,
.pds-image__image-modal-btn:focus .pds-image__image-modal-btn-icon {
    color: #fff
}

.pds-image__image-modal-btn-triangle {
    border-color: transparent #fdda25 transparent transparent;
    border-style: solid;
    border-width: 0 55px 55px 0;
    box-sizing: border-box;
    content: "";
    height: 55px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 55px
}

.pds-image__image-modal-btn-icon {
    color: #0072ce;
    position: absolute;
    right: -50px;
    top: 5px
}

.pds-image__close-modal-btn {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    position: fixed;
    width: -moz-min-content;
    width: min-content;
    top: 1rem;
    right: 2rem;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;
    padding: 8px 12px
}

.pds-image__close-modal-btn:hover .pds-image__close-modal-btn-icon {
    transform: rotate(180deg);
    transition: transform .3s ease-out
}

.pds-image__close-modal-btn:focus {
    background-color: #1a708c;
    color: #fff
}

.pds-image__close-modal-btn-icon {
    color: inherit;
    font-size: 2.25rem;
    height: 2.25rem;
    width: 2.25rem;
    margin-top: -6px;
    transition: transform .3s ease-out
}

@keyframes yellowflash {
    from {
        background-color: #fff4cc
    }

    to {
        background-color: #fff
    }
}

.pds-messagecard {
    border-radius: 3px;
    margin-bottom: 1rem
}

.pds-messagecard--active .pds-messagecard__link,
.pds-messagecard--active .pds-messagecard__body {
    border-left: 6px solid #00569c;
    padding-left: calc(1rem - 6px)
}

.pds-messagecard--active .pds-messagecard__link:focus,
.pds-messagecard--active .pds-messagecard__body:focus {
    border-color: #fff
}

.pds-messagecard--deactivated {
    color: #5f5d5c
}

.pds-messagecard--deactivated .pds-messagecard__title {
    color: #5f5d5c
}

.pds-messagecard--deactivated .pds-messagecard__title::before {
    background-color: #5f5d5c;
    box-shadow: 0 0 0 1px #5f5d5c
}

.pds-messagecard__body,
.pds-messagecard__link {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3725490196);
    color: inherit;
    display: flex;
    padding: 1rem;
    text-decoration: none;
    flex-direction: column;
    flex: 1
}

.pds-messagecard--highlighted .pds-messagecard__body,
.pds-messagecard--highlighted .pds-messagecard__link {
    background-color: #fff4cc
}

.pds-messagecard__link[role=button] {
    cursor: pointer
}

.pds-messagecard__link:focus {
    background-color: #0072ce;
    color: #fff;
    outline: 0
}

.pds-messagecard__link:focus .pds-messagecard__title {
    color: #fff
}

.pds-messagecard__link:focus .pds-messagecard__title::before {
    background-color: #fff;
    border-color: #0072ce;
    box-shadow: 0 0 0 1px #fff
}

.pds-messagecard__link:focus .pds-messagecard__tag {
    background-color: #fff;
    color: #0072ce
}

.pds-messagecard__link:focus .pds-messagecard__footer {
    border-color: #fff;
    color: #fff
}

.pds-messagecard__link--new {
    animation-name: yellowflash;
    animation-duration: 2.5s
}

.pds-messagecard__body--new {
    animation-name: yellowflash;
    animation-duration: 2.5s
}

.pds-messagecard__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    width: 100%
}

.pds-messagecard__title {
    color: #0072ce;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3125rem;
    margin: 0;
    margin-right: auto
}

.pds-messagecard__title::before {
    background-color: #0072ce;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #3e71ca;
    content: "";
    display: inline-block;
    height: 7px;
    left: 1px;
    margin-right: .5rem;
    position: relative;
    top: -1px;
    width: 7px
}

.pds-messagecard__tag {
    background-color: #d0e2f3;
    font-size: .875rem;
    line-height: 1;
    margin: 0;
    padding: .25rem 1rem;
    position: relative;
    right: -1rem
}

.pds-messagecard__message-container {
    display: flex;
    gap: .75rem;
    margin-bottom: 1rem
}

.pds-messagecard__message {
    line-height: 1.3125rem;
    margin: 0;
    flex: 1;
    word-break: break-word;
    white-space: pre-line;
    max-width: 34em
}

.pds-messagecard__footer {
    border-top: 1px solid rgba(0, 51, 153, 0.1254901961);
    color: #5f5d5c;
    display: flex;
    font-size: .75rem;
    gap: 1rem;
    margin-top: auto;
    padding-top: 1rem
}

.pds-messagecard__footer-item {
    flex: 1;
    text-align: center
}

.pds-messagecard__footer-item:last-child {
    text-align: right
}

.pds-messagecard__footer-item:first-child {
    text-align: left
}

.pds-messagecard__publishing-date {
    color: #5f5d5c;
    font-size: .75rem;
    margin-bottom: .5rem;
    display: block
}

@keyframes pulse {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes wave {
    0% {
        background-position: 200% 50%
    }

    100% {
        background-position: -100% 50%
    }
}

@keyframes flash {
    0% {
        opacity: 100%
    }

    50% {
        opacity: 40%
    }

    100% {
        opacity: 100%
    }
}

.pds-skeleton {
    visibility: visible;
    display: block;
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    z-index: 2;
    background: #d6d6d6;
    background-size: 300% 300%
}

.pds-skeleton--children {
    visibility: hidden
}

.pds-skeleton--circ {
    border-radius: 50%
}

.pds-skeleton--rect {
    border-radius: 0
}

.pds-skeleton--round {
    border-radius: 1rem
}

.pds-skeleton--pulse {
    background: linear-gradient(90deg, #D6D6D6, #F7F8F9, #D6D6D6);
    background-size: 300% 300%;
    animation: pulse 3s ease infinite
}

.pds-skeleton--wave {
    background: linear-gradient(90deg, #D6D6D6, #F7F8F9, #D6D6D6);
    background-size: 300% 300%;
    animation: wave 3s ease infinite
}

.pds-skeleton--flash {
    animation: flash 2s ease infinite
}

.pds-radio {
    line-height: 1.5rem;
    padding-bottom: .5rem
}

.pds-radio__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 22px;
    height: 22px;
    border: 2px solid #2d2926;
    border-radius: 50%;
    transform: translate(0, 4px);
    margin-right: .5rem;
    position: relative;
    outline: 0;
    box-shadow: 0 0 0 4px transparent;
    transition: background-color .3s ease, box-shadow .3s ease
}

.pds-radio__input:checked {
    background-color: transparent
}

.pds-radio__input:checked::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #2d2926;
    clip-path: circle(6px at 50% 50%);
    transition: background-color .3s ease
}

.pds-radio__input:focus,
.pds-radio__input:active {
    outline: 0
}

.pds-radio__input:focus::before,
.pds-radio__input:active::before {
    content: "";
    left: -4px;
    top: -4px;
    position: absolute;
    outline: 1px solid #0072ce;
    height: calc(100% + 8px);
    width: calc(100% + 8px)
}

.pds-radio__input:hover {
    background-color: #e2e5e7;
    box-shadow: 0 0 0 4px #e2e5e7
}

.pds-select {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start
}

.pds-select__label {
    color: #2d2926;
    font-weight: 500;
    margin-bottom: .6rem
}

.pds-select__help-text {
    color: #5f5d5c;
    margin-bottom: .5rem
}

.pds-select__expand-button {
    position: relative;
    cursor: pointer;
    color: #0072ce;
    border: none;
    background-color: transparent;
    padding: 0;
    margin-bottom: .5rem
}

.pds-select__expand-button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #0072ce
}

.pds-select__expand-button:hover {
    left: -2px;
    padding: 2px;
    color: #2d2926;
    background-color: #e2e5e7
}

.pds-select__expand-button:hover::before {
    border-color: #2d2926
}

.pds-select__expand-button:focus,
.pds-select__expand-button:active {
    left: -2px;
    padding: 2px;
    color: #fff;
    background-color: #0072ce
}

.pds-select__expand-button:focus::before,
.pds-select__expand-button:active::before {
    border-color: #2d2926
}

.pds-select__expanded-text {
    position: relative;
    border: 2px solid #0072ce;
    background-color: #e5f1fa;
    padding: 30px 38px;
    margin-bottom: .5rem
}

.pds-select__expanded-text p,
.pds-select__expanded-text .main-content .EPiServerForms .FormStep .FormStep__Description,
.main-content .EPiServerForms .FormStep .pds-select__expanded-text .FormStep__Description {
    margin: 0
}

.pds-select__expand-close-button {
    position: absolute;
    display: block;
    content: "";
    cursor: pointer;
    padding: 0;
    top: 8px;
    left: 8px;
    width: 24px;
    height: 24px;
    border: none;
    background-color: #2d2926;
    clip-path: path("M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z")
}

.pds-select__error-message {
    position: relative;
    border: 2px solid #cf4520;
    background-color: #f2e8e6;
    width: calc(100% - 32px - 4px);
    padding: 12px 16px;
    margin-bottom: .5rem
}

.pds-select__error-message p,
.pds-select__error-message .main-content .EPiServerForms .FormStep .FormStep__Description,
.main-content .EPiServerForms .FormStep .pds-select__error-message .FormStep__Description {
    margin: 0
}

.pds-select--darkmode .pds-select__selector {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23#ffffff' stroke-linecap='butt' stroke-linejoin='butt  ' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.pds-select--darkmode .pds-select__selector:disabled {
    background-color: transparent;
    opacity: .5
}

.pds-select--darkmode .pds-select__option {
    color: #2d2926
}

.pds-select--darkmode .pds-select__label,
.pds-select--darkmode .pds-select__help-text {
    color: #fff
}

.pds-select__label:empty {
    display: none
}

.pds-select__selector {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%235F5D5C' stroke-linecap='butt' stroke-linejoin='butt  ' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 24px 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: inherit;
    align-self: stretch;
    border: 2px solid #5f5d5c;
    padding: 1rem;
    margin-bottom: .5rem;
    outline: 0
}

.pds-select__selector:focus,
.pds-select__selector:active {
    border-color: #4095da
}

.pds-select__selector:disabled {
    background-color: #e2e5e7
}

.pds-select__selector.pds-select__selector--boundless {
    background-color: transparent;
    background-position: right 0 center;
    border: 0;
    font-weight: 600;
    padding: 0 24px 0 0
}

.pds-spinner,
.pds-spinner--xxlg,
.pds-spinner--xlg,
.pds-spinner--lg,
.pds-spinner--md,
.pds-spinner--sm {
    animation: rotate 1.5s linear infinite;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.0' width='64px' height='64px' viewBox='0 0 128 128' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M122.5 69.25H96.47a33.1 33.1 0 0 0 0-10.5h26.05a5.25 5.25 0 0 1 0 10.5z' fill='%231a708c' fill-opacity='1'/%3E%3Cpath d='M112.04 97.83L89.47 84.8a33.1 33.1 0 0 0 5.25-9.1l22.57 13.03a5.25 5.25 0 0 1-5.28 9.1z' fill='%23bad4dc' fill-opacity='0.3'/%3E%3Cpath d='M88.68 117.35L75.65 94.78a33.1 33.1 0 0 0 9.1-5.25l13.02 22.57a5.25 5.25 0 1 1-9.1 5.25z' fill='%23bad4dc' fill-opacity='0.3'/%3E%3Cpath d='M58.7 122.57V96.5a33.1 33.1 0 0 0 10.5 0v26.07a5.25 5.25 0 0 1-10.5 0z' fill='%23bad4dc' fill-opacity='0.3'/%3E%3Cpath d='M30.1 112.1l13.04-22.57a33.1 33.1 0 0 0 9.1 5.25L39.2 117.35a5.25 5.25 0 1 1-9.1-5.25z' fill='%23bad4dc' fill-opacity='0.3'/%3E%3Cpath d='M10.6 88.74L33.16 75.7a33.1 33.1 0 0 0 5.25 9.1L15.88 97.83a5.25 5.25 0 1 1-5.25-9.1z' fill='%23bad4dc' fill-opacity='0.3'/%3E%3Cpath d='M5.37 58.75h26.06a33.1 33.1 0 0 0 0 10.5H5.37a5.25 5.25 0 0 1 0-10.5z' fill='%23a3c6d1' fill-opacity='0.4'/%3E%3Cpath d='M15.85 30.17L38.4 43.2a33.1 33.1 0 0 0-5.24 9.1L10.6 39.25a5.25 5.25 0 1 1 5.25-9.1z' fill='%238cb7c5' fill-opacity='0.5'/%3E%3Cpath d='M39.2 10.65l13.03 22.57a33.1 33.1 0 0 0-9.1 5.25l-13-22.57a5.25 5.25 0 1 1 9.1-5.25z' fill='%2376a9ba' fill-opacity='0.6'/%3E%3Cpath d='M69.2 5.43V31.5a33.1 33.1 0 0 0-10.5 0V5.42a5.25 5.25 0 1 1 10.5 0z' fill='%235e9bae' fill-opacity='0.7'/%3E%3Cpath d='M97.77 15.9L84.75 38.47a33.1 33.1 0 0 0-9.1-5.25l13.03-22.57a5.25 5.25 0 1 1 9.1 5.25z' fill='%23488da3' fill-opacity='0.8'/%3E%3Cpath d='M117.3 39.26L94.7 52.3a33.1 33.1 0 0 0-5.25-9.1l22.57-13.03a5.25 5.25 0 0 1 5.25 9.1z' fill='%23307e97' fill-opacity='0.9'/%3E%3CanimateTransform attributeName='transform' type='rotate' values='0 64 64;30 64 64;60 64 64;90 64 64;120 64 64;150 64 64;180 64 64;210 64 64;240 64 64;270 64 64;300 64 64;330 64 64' calcMode='discrete' dur='1080ms' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/g%3E%3C/svg%3E") no-repeat center/contain;
    content: "";
    display: block;
    position: relative;
    top: calc(50% - 10px)
}

.pds-spinner--sm {
    width: 16px;
    height: 16px
}

.pds-spinner--md {
    width: 24px;
    height: 24px
}

.pds-spinner--lg {
    width: 32px;
    height: 32px
}

.pds-spinner--xlg {
    width: 40px;
    height: 40px
}

.pds-spinner--xxlg {
    width: 48px;
    height: 48px
}

.status-box {
    display: inline-flex;
    align-items: center;
    line-height: normal;
    padding: 4px 8px;
    width: -moz-fit-content;
    width: fit-content
}

@media all and (min-width: 640px) {
    .status-box {
        width: -moz-max-content;
        width: max-content
    }
}

.status-box--danger {
    background-color: #eccdc6
}

.status-box--warning {
    background-color: #ebdebe
}

.status-box--success {
    background-color: #d2ddc9
}

.status-box--unknown {
    background-color: #e2e5e7
}

.status-box__circle {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    border-radius: 100%
}

.status-box__circle--danger {
    background-color: #cf4520
}

.status-box__circle--warning {
    background-color: #cc8a00
}

.status-box__circle--success {
    background-color: #4a7729
}

.status-box__circle--unknown {
    background-color: #919191
}

.pds-textarea {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start
}

.pds-textarea__label {
    color: #2d2926;
    font-weight: 500;
    margin-bottom: .6rem
}

.pds-textarea__help-text {
    color: #5f5d5c;
    margin-bottom: .5rem
}

.pds-textarea__expand-button {
    position: relative;
    cursor: pointer;
    color: #0072ce;
    border: none;
    background-color: transparent;
    padding: 0;
    margin-bottom: .5rem
}

.pds-textarea__expand-button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #0072ce
}

.pds-textarea__expand-button:hover {
    left: -2px;
    padding: 2px;
    color: #2d2926;
    background-color: #e2e5e7
}

.pds-textarea__expand-button:hover::before {
    border-color: #2d2926
}

.pds-textarea__expand-button:focus,
.pds-textarea__expand-button:active {
    left: -2px;
    padding: 2px;
    color: white;
    background-color: #0072ce
}

.pds-textarea__expand-button:focus::before,
.pds-textarea__expand-button:active::before {
    border-color: #2d2926
}

.pds-textarea__expanded-text {
    position: relative;
    border: 2px solid #0072ce;
    background-color: #e5f1fa;
    padding: 30px 38px;
    margin-bottom: .5rem
}

.pds-textarea__expanded-text p,
.pds-textarea__expanded-text .main-content .EPiServerForms .FormStep .FormStep__Description,
.main-content .EPiServerForms .FormStep .pds-textarea__expanded-text .FormStep__Description {
    margin: 0
}

.pds-textarea__expand-close-button {
    position: absolute;
    display: block;
    content: "";
    cursor: pointer;
    padding: 0;
    top: 8px;
    left: 8px;
    width: 24px;
    height: 24px;
    border: none;
    background-color: #2d2926;
    clip-path: path("M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z")
}

.pds-textarea__error-message {
    position: relative;
    display: flex;
    gap: 8px;
    width: calc(100% - 32px - 4px);
    margin-bottom: .5rem
}

.pds-textarea__error-message p,
.pds-textarea__error-message .main-content .EPiServerForms .FormStep .FormStep__Description,
.main-content .EPiServerForms .FormStep .pds-textarea__error-message .FormStep__Description {
    margin-top: 3px
}

.pds-textarea__textarea {
    align-self: stretch;
    border: 1px solid #5f5d5c;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: .5rem;
    outline: 0;
    resize: vertical;
    font: inherit
}

.pds-textarea__textarea.pds-textarea__textarea--error {
    border: 2px solid #cf4520
}

.pds-textarea__textarea:focus {
    outline-offset: 2px;
    outline: 2px solid #4095da
}

.pds-textarea__textarea:active {
    border-color: #4095da
}

.pds-textarea__textarea:disabled {
    color: #c4c6c7;
    border-color: #c4c6c7
}

.pds-textfield {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start
}

.pds-textfield__locked-wrapper {
    position: relative;
    flex-direction: column;
    display: flex;
    align-self: stretch;
    margin-bottom: .5rem
}

.pds-textfield__locked-wrapper .pds-icon {
    position: absolute;
    right: 10px;
    top: calc(50% - 12px)
}

.pds-textfield__label {
    color: #2d2926;
    font-weight: 500;
    margin-bottom: .6rem
}

.pds-textfield__help-text {
    color: #5f5d5c;
    margin-bottom: .5rem
}

.pds-textfield__expand-button {
    position: relative;
    cursor: pointer;
    color: #0072ce;
    border: none;
    background-color: transparent;
    padding: 0;
    margin-bottom: .5rem
}

.pds-textfield__expand-button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #0072ce
}

.pds-textfield__expand-button:hover {
    left: -2px;
    padding: 2px;
    color: #2d2926;
    background-color: #e2e5e7
}

.pds-textfield__expand-button:hover::before {
    border-color: #2d2926
}

.pds-textfield__expand-button:focus,
.pds-textfield__expand-button:active {
    left: -2px;
    padding: 2px;
    color: #fff;
    background-color: #0072ce
}

.pds-textfield__expand-button:focus::before,
.pds-textfield__expand-button:active::before {
    border-color: #2d2926
}

.pds-textfield__expanded-text {
    position: relative;
    border: 2px solid #0072ce;
    background-color: #e5f1fa;
    padding: 30px 38px;
    margin-bottom: .5rem
}

.pds-textfield__expanded-text p,
.pds-textfield__expanded-text .main-content .EPiServerForms .FormStep .FormStep__Description,
.main-content .EPiServerForms .FormStep .pds-textfield__expanded-text .FormStep__Description {
    margin: 0
}

.pds-textfield__expand-close-button {
    position: absolute;
    display: block;
    content: "";
    cursor: pointer;
    padding: 0;
    top: 8px;
    left: 8px;
    width: 24px;
    height: 24px;
    border: none;
    background-color: #2d2926;
    clip-path: path("M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z")
}

.pds-textfield__error-message {
    position: relative;
    display: flex;
    gap: 8px;
    width: calc(100% - 32px - 4px);
    margin-bottom: .5rem
}

.pds-textfield__error-message p,
.pds-textfield__error-message .main-content .EPiServerForms .FormStep .FormStep__Description,
.main-content .EPiServerForms .FormStep .pds-textfield__error-message .FormStep__Description {
    margin-top: 3px
}

.pds-textfield__input {
    align-self: stretch;
    border: 1px solid #5f5d5c;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: .5rem;
    outline: 0;
    font: inherit
}

.pds-textfield__input--locked {
    margin-bottom: 0;
    padding-right: 48px
}

.pds-textfield__input:active {
    border-color: #4095da
}

.pds-textfield__input:focus {
    outline-offset: 2px;
    outline: 2px solid #4095da
}

.pds-textfield__input:disabled {
    color: #c4c6c7;
    border-color: #c4c6c7
}

.pds-textfield__input--error {
    border: 2px solid #cf4520 !important
}

.pds-id-porten-bar {
    align-items: center;
    background-color: #f3f4f6;
    display: flex;
    width: 100%;
    padding: 8px 0
}

.pds-id-porten-bar__contact-points {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.0625rem;
    line-height: 1.5;
    padding: 0 .9375rem;
    margin: 0;
    width: 100%;
    font-weight: 400
}

.pds-id-porten-bar__contact-points__logout-context {
    align-items: center;
    color: #2d2926;
    font-size: 16px;
    height: 20px;
    line-height: 1.3;
    text-align: right;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 5px
}

@media all and (min-width: 640px) {
    .pds-id-porten-bar__contact-points__logout-context {
        padding-right: 8px
    }
}

.pds-id-porten-bar__contact-points__logout-context__user-id {
    margin-left: 5px
}

.pds-id-porten-bar__contact-points__button {
    height: 24px;
    line-height: 50%;
    margin-left: 12px;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    width: 90px;
    padding: 2px 0;
    color: #2d2926;
    border: 2px solid #5f5d5c
}

.pds-id-porten-bar__contact-points__button:hover,
.pds-id-porten-bar__contact-points__button:focus {
    background-color: #1a708c;
    border-color: #1a708c;
    color: white
}

.pds-id-porten-bar__contact-points--right {
    justify-content: right;
    padding: 0
}

.pds-id-porten-bar__contact-points__item {
    margin: 0;
    padding: 0
}

@media all and (max-width: 639px) {
    .pds-id-porten-bar__contact-points__item {
        text-align: center
    }
}

.pds-id-porten-bar__contact-points__item::before {
    display: none
}

.pds-id-porten-bar__contact-points__item:first-child {
    margin-right: 54px
}

@media all and (max-width: 639px) {
    .pds-id-porten-bar__contact-points__item:first-child {
        margin-right: auto;
        padding-right: 24px
    }
}

.pds-id-porten-bar__contact-points__item:last-child {
    margin-left: auto
}

@media all and (max-width: 639px) {
    .pds-id-porten-bar__contact-points__item:last-child {
        padding-left: 24px
    }
}

.pds-id-porten-bar__contact-points__item:last-child .pds-id-porten-bar__contact-points__link {
    margin-right: 32px;
    display: flex;
    align-items: center
}

@media all and (max-width: 639px) {
    .pds-id-porten-bar__contact-points__item:last-child .pds-id-porten-bar__contact-points__link {
        padding-right: 0;
        margin-right: 0
    }
}

.pds-id-porten-bar__contact-points__link {
    position: relative
}

.pds-id-porten-bar__contact-points__link:link,
.pds-id-porten-bar__contact-points__link:visited,
.pds-id-porten-bar__contact-points__link:active {
    border: 0;
    color: #2d2926;
    text-decoration: none
}

.pds-id-porten-bar__contact-points__link:hover {
    color: #1a708c;
    border-bottom: 1px solid;
    padding-bottom: 2px
}

.pds-id-porten-bar__contact-points__link:focus {
    color: #fff
}

.pds-id-porten-bar__contact-points__arrow {
    height: 1.5rem;
    width: 1.5rem
}

@media all and (max-width: 639px) {
    .pds-id-porten-bar__contact-points__arrow {
        display: none
    }
}

.pds-id-porten-bar__contact-points__separator {
    width: 17px;
    height: 29px;
    transform: skewX(-28deg);
    margin: 0 19px;
    position: absolute
}

@media all and (max-width: 639px) {
    .pds-id-porten-bar__contact-points__separator {
        display: none
    }
}

.pds-id-porten-bar__contact-points__separator:before {
    display: block;
    content: "";
    width: 6px;
    height: 22px;
    background-color: #fdda25;
    position: absolute;
    left: 0;
    top: 0
}

.pds-id-porten-bar__contact-points__separator:after {
    display: block;
    content: "";
    width: 6px;
    height: 22px;
    background-color: #5f5d5c;
    position: absolute;
    right: 0;
    bottom: 0
}

.pds-tag {
    color: #2d2926;
    border-radius: 4px
}

.pds-tag--sm {
    padding: 2px 4px;
    font-size: 14px;
    line-height: 18px
}

.pds-tag--lg {
    padding: 6px 8px;
    font-size: 16px;
    line-height: 20px
}

.pds-tag--default {
    background: #e5f1fa
}

.pds-tag--neutral {
    background: #c4c6c7
}

.pds-tag--info {
    background: #b8c9d7
}

.pds-tag--ok {
    background: #aac6aa
}

.pds-tag--attention {
    background: #f7e19b
}

.pds-tag--warning {
    background: #fad09a
}

.pds-tag--critical {
    background: #f4bebb
}

.pds-tag--alarm {
    background: #db352c;
    color: #fff
}

.pds-language-selector .pds-language-selector__list-item {
    margin: 0;
    padding-left: 0
}

.pds-language-selector .pds-language-selector__list-item::before {
    display: none
}

#header .header-main-container {
    background-color: white
}

#header .logo img,
#header .logo svg {
    margin: 1rem 0rem;
    max-width: 200px
}

#header .search {
    padding: 1.5rem;
    max-width: 260px;
    display: flex;
    align-items: center;
    color: #31261D
}

#header .search .searchform {
    display: inline-block;
    position: relative
}

#header .search .searchform .searchsubmit {
    position: absolute;
    right: 0.3rem;
    top: 9px
}

#header .search input {
    margin: 0;
    background: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #31261D;
    padding-left: 0px;
    color: #31261D
}

#header .search input::placeholder {
    color: #4f4f4f
}

#header .menubutton {
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    margin-left: 1rem;
    cursor: pointer
}

#header .menubutton svg {
    margin-left: .5rem;
    fill: #31261D
}

.header-nav-container {
    background-color: #01426A;
    padding: 2rem 0rem
}

.header-nav-container a {
    color: #fefefe;
    padding: .4rem 0rem;
    line-height: 1.2;
    font-size: 15px
}

.header-nav-container a:hover {
    text-decoration: underline
}

.header-nav-container ul {
    margin: 0px
}

.header-nav-container #mainmenu {
    columns: 4 280px;
    column-gap: 1rem;
    display: inline-block
}

.header-nav-container #mainmenu>li>a {
    font-size: 16px;
    font-weight: 600
}

.header-nav-container #mainmenu>li {
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
    width: 100%;
    display: inline-block
}

.grid-container {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

#footer {
    background-color: #01426A;
    color: #fefefe;
    position: relative;
    border-top: 1px solid #fefefe;
    padding: 3rem 0rem;
    font-size: 15px
}

#footer a {
    color: #fefefe
}

#footer address {
    font-style: normal;
    font-size: 15px
}

#footer .footerlogo {
    max-width: 170px;
    display: block
}

#footer .bunnmeny {
    list-style: square !important
}

#footer .contactinfobox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

#footer .contactinfobox div {
    margin-right: 1rem;
    width: 100%
}

#footer .contactinfobox .companyname {
    font-weight: 700
}

#footer .contactinfobox .phone {
    margin-top: 1rem
}

#footer .cpcredits {
    margin-bottom: 2em;
    font-size: 80%;
    text-decoration: underline;
    text-align: center;
    margin-top: 3rem
}

#footer .cpcredits a {
    color: #e5e5e5
}

#footer .cpcredits a:hover {
    text-decoration: none !important
}

#footer #copyright {
    font-size: 80%;
    margin-top: 1rem
}

.grid-container {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

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

.grid-x {
    display: flex;
    flex-flow: row wrap;
}

.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.slogan {
        padding-left: 48px;
        padding-right: 48px;
        margin-bottom: 1rem;
    }

.someicons {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

@media print, screen and (max-width: 39.99875em) {
    .someicons {
        align-items:flex-start
    }
}

.someicons a {
    cursor: pointer !important;
    display: flex;
    margin-bottom: .5rem
}

.someicons a span {
    margin: 0rem .5rem
}

 @media print,
    screen and (min-width: 40em) {
        .grid-container {
            padding-right: .9375rem;
            padding-left: .9375rem;
        }
    }

@media print, screen and (max-width: 39.99875em) {
    .flipForMobile {
        display:flex;
        flex-direction: column-reverse
    }
}

.grayBG {
    background-color: #f3f3f3;
    padding-top: 2rem;
    margin-bottom: 2rem
}

.slogan {
    padding-left: 48px;
    padding-right: 48px;
    margin-bottom: 1rem;
}

@media print, screen and (min-width: 64em) {
    .slogan {
        padding-right:0px;
        margin-bottom: 0rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .slogan {
        padding-left:0px;
        padding-right: 0px
    }
}