/*!
 * Gov Design System
 * Copyright(c) 2020 - 2022 Ministerstvo vnitra Ceske republiky
 * Copyright(c) 2020 - 2022 Zdenek Vitek
 * Copyright(c) 2020 - 2022 Lukas Nulicek
 * EUPL v1.2 Licensed
 *
 * Version 3.4.0
 */
:root {
    --gov-color-blue: #2362a2;
    --gov-color-grey-dark: #3b3b3b;
    --gov-color-white: #ffffff;
    --gov-color-blue-dark: #254e80;
    --gov-color-blue-focus: #007bff;
    --gov-color-blue-light: #3077b7;
    --gov-color-blue-inactive-1: #91b0d0;
    --gov-color-blue-inactive-2: #d3dfec;
    --gov-color-blue-inactive-3: #edf0f2;
    --gov-color-blue-hover: #e5ebf0;
    --gov-color-grey-mid: #686868;
    --gov-color-grey-light: #a8a8a8;
    --gov-color-grey-inactive: #dddddd;
    --gov-color-grey-bg: #f5f5f5;
    --gov-color-yellow: #ecae1a;
    --gov-color-yellow-dark: #dd9f0c;
    --gov-color-error: #c52a3a;
    --gov-color-success: #6fbd2c;
    --gov-color-grey-dark-rgb: 59, 59, 59;
    --gov-color-white-rgb: 255, 255, 255
}

@font-face {
    font-family: "gov-basic-icons";
    src: url("../assets/fonts/icons/gov-basic-icons.woff2?v=v3.4.0") format("woff2");
    font-weight: normal;
    font-style: normal
}

[data-icon]:before {
    content: attr(data-icon);
    font-family: "gov-basic-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    line-height: 1;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: "gov-complex-icons";
    src: url("../assets/fonts/icons/gov-complex-icons.woff2?v=v3.4.0") format("woff2");
    font-weight: normal;
    font-style: normal
}

[data-icon]:before {
    content: attr(data-icon);
    font-family: "gov-complex-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    line-height: 1;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/*@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin Italic"),local("Roboto-ThinItalic"),url("../assets/fonts/roboto/latin-ext/roboto-thin-italic-ext.woff2?v=v3.4.0") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin Italic"),local("Roboto-ThinItalic"),url("../assets/fonts/roboto/latin/roboto-thin-italic.woff2?v=v3.4.0") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"),local("Roboto-LightItalic"),url("../assets/fonts/roboto/latin-ext/roboto-light-italic-ext.woff2?v=v3.4.0") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"),local("Roboto-LightItalic"),url("../assets/fonts/roboto/latin/roboto-light-italic.woff2?v=v3.4.0") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"),local("Roboto-Italic"),url("../assets/fonts/roboto/latin-ext/roboto-italic-ext.woff2?v=v3.4.0") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"),local("Roboto-Italic"),url("../assets/fonts/roboto/latin/roboto-italic.woff2?v=v3.4.0") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url("../assets/fonts/roboto/latin-ext/roboto-medium-italic-ext.woff2?v=v3.4.0") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url("../assets/fonts/roboto/latin/roboto-medium-italic.woff2?v=v3.4.0") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url("../assets/fonts/roboto/latin-ext/roboto-bold-italic-ext.woff2?v=v3.4.0") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url("../assets/fonts/roboto/latin/roboto-bold-italic.woff2?v=v3.4.0") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin"),local("Roboto-Thin"),url("../assets/fonts/roboto/latin-ext/roboto-thin-ext.woff2?v=v3.4.0") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin"),local("Roboto-Thin"),url("../assets/fonts/roboto/latin/roboto-thin.woff2?v=v3.4.0") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"),local("Roboto-Light"),url("../assets/fonts/roboto/latin-ext/roboto-light-ext.woff2?v=v3.4.0") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"),local("Roboto-Light"),url("../assets/fonts/roboto/latin/roboto-light.woff2?v=v3.4.0") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"),local("Roboto-Regular"),url("../assets/fonts/roboto/latin-ext/roboto-regular-ext.woff2?v=v3.4.0") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"),local("Roboto-Regular"),url("../assets/fonts/roboto/latin/roboto-regular.woff2?v=v3.4.0") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"),local("Roboto-Medium"),url("../assets/fonts/roboto/latin-ext/roboto-medium-ext.woff2?v=v3.4.0") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"),local("Roboto-Medium"),url("../assets/fonts/roboto/latin/roboto-medium.woff2?v=v3.4.0") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"),local("Roboto-Bold"),url("../assets/fonts/roboto/latin-ext/roboto-bold-ext.woff2?v=v3.4.0") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"),local("Roboto-Bold"),url("../assets/fonts/roboto/latin/roboto-bold.woff2?v=v3.4.0") format("woff2");
}*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not( [controls] ) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

* {
    box-sizing: border-box
}

html,body,div,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,ol,ul,li,form,legend,label,table,header,footer,nav,section,figure {
    margin: 0;
    padding: 0
}

header,footer,nav,section,article,figure {
    display: block
}

[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color], textarea {
    display: block;
    padding: 1.5625rem 1.25rem .6875rem;
    width: 100%;
    background-color: var(--gov-color-white);
    border: 1px solid var(--gov-color-grey-mid);
    border-radius: 3px;
    color: var(--gov-color-grey-dark);
    cursor: pointer;
    font-family: inherit;
    font-size: 1rem;
    letter-spacing: 1.02px;
    line-height: 1.3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

[type=text]:active,[type=password]:active,[type=date]:active,[type=datetime]:active,[type=datetime-local]:active,[type=month]:active,[type=week]:active, [type=email]:active,[type=number]:active,[type=search]:active,[type=tel]:active,[type=time]:active,[type=url]:active,[type=color]:active, textarea:active {
    border-color: var(--gov-color-blue);
    outline: 0
}

@media not all and ( pointer: coarse ) {
    [type=text]:hover,[type=password]:hover,[type=date]:hover,[type=datetime]:hover,[type=datetime-local]:hover,[type=month]:hover,[type=week]:hover, [type=email]:hover,[type=number]:hover,[type=search]:hover,[type=tel]:hover,[type=time]:hover,[type=url]:hover,[type=color]:hover, textarea:hover {
        border-color:var(--gov-color-blue);
        outline: 0
    }
}

[type=text]:focus,[type=password]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=month]:focus, [type=week]:focus,[type=email]:focus,[type=number]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=url]:focus, [type=color]:focus, textarea:focus {
    border-color: unset;
    box-shadow: 0 0 0 2px var(--gov-color-blue-focus);
    outline: 0
}

[type=text][aria-disabled=true],[type=text]:disabled,[type=password][aria-disabled=true],[type=password]:disabled,[type=date][aria-disabled=true], [type=date]:disabled,[type=datetime][aria-disabled=true],[type=datetime]:disabled,[type=datetime-local][aria-disabled=true], [type=datetime-local]:disabled,[type=month][aria-disabled=true],[type=month]:disabled,[type=week][aria-disabled=true], [type=week]:disabled,[type=email][aria-disabled=true],[type=email]:disabled,[type=number][aria-disabled=true], [type=number]:disabled,[type=search][aria-disabled=true],[type=search]:disabled,[type=tel][aria-disabled=true], [type=tel]:disabled,[type=time][aria-disabled=true],[type=time]:disabled,[type=url][aria-disabled=true],[type=url]:disabled, [type=color][aria-disabled=true],[type=color]:disabled, textarea[aria-disabled=true], [type=text].placeholder,[type=password].placeholder,[type=date].placeholder,[type=datetime].placeholder,[type=datetime-local].placeholder,[type=month] .placeholder,[type=week] .placeholder,[type=email] .placeholder,[type=number] .placeholder,[type=search] .placeholder,[type=tel].placeholder,[type=time] .placeholder,[type=url].placeholder,[type=color] [type=text]:-moz-placeholder,[type=password]:-moz-placeholder,[type=date]:-moz-placeholder, [type=datetime]:-moz-placeholder,[type=datetime-local]:-moz-placeholder,[type=month]:-moz-placeholder, [type=week]:-moz-placeholder,[type=email]:-moz-placeholder,[type=number]:-moz-placeholder,[type=search]:-moz-placeholder, [type=tel]:-moz-placeholder,[type=time]:-moz-placeholder,[type=url]:-moz-placeholder,[type=color]:-moz-placeholder, [type=text]::-moz-placeholder,[type=password]::-moz-placeholder,[type=date]::-moz-placeholder,[type=datetime]::-moz-placeholder, [type=datetime-local]::-moz-placeholder,[type=month]::-moz-placeholder,[type=week]::-moz-placeholder,[type=email]::-moz-placeholder,[type=number]::-moz-placeholder, [type=search]::-moz-placeholder,[type=tel]::-moz-placeholder,[type=time]::-moz-placeholder,[type=url]::-moz-placeholder, [type=color]::-moz-placeholder,textarea::-moz-placeholder {
    color: var(--gov-color-grey-light)
}

[type=text]:-ms-input-placeholder,[type=password]:-ms-input-placeholder,[type=date]:-ms-input-placeholder,[type=datetime]:-ms-input-placeholder, [type=datetime-local]:-ms-input-placeholder,[type=month]:-ms-input-placeholder,[type=week]:-ms-input-placeholder, [type=email]:-ms-input-placeholder,[type=number]:-ms-input-placeholder,[type=search]:-ms-input-placeholder,[type=tel]:-ms-input-placeholder,[type=time]:-ms-input-placeholder, [type=url]:-ms-input-placeholder,[type=color]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: var(--gov-color-grey-light)
}

[type=text]::-webkit-input-placeholder,[type=password]::-webkit-input-placeholder, [type=date]::-webkit-input-placeholder,[type=datetime]::-webkit-input-placeholder,[type=datetime-local]::-webkit-input-placeholder, [type=month]::-webkit-input-placeholder,[type=week]::-webkit-input-placeholder,[type=email]::-webkit-input-placeholder,[type=number]::-webkit-input-placeholder, [type=search]::-webkit-input-placeholder,[type=tel]::-webkit-input-placeholder,[type=time]::-webkit-input-placeholder,[type=url]::-webkit-input-placeholder, [type=color]::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: var(--gov-color-grey-light)
}

textarea {
    min-height: 7.1875rem
}

.gov-footnote,.gov-fileinput__upload-note {
    margin: 0;
    color: var(--gov-color-grey-light);
    font-family: "Roboto",sans-serif;
    font-size: .75rem;
    letter-spacing: .0125em;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

.gov-complex-icon {
    color: currentColor;
    font-size: 1.5rem;
    line-height: .5
}

.gov-complex-icon:before {
    font-family: "gov-complex-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.gov-complex-icon--16x16 {
    font-size: 1rem
}

.gov-complex-icon--24x24 {
    font-size: 1.5rem
}

.gov-complex-icon--32x32 {
    font-size: 2rem
}

.gov-complex-icon--56x56 {
    font-size: 3.5rem
}

.gov-complex-icon--64x64 {
    font-size: 4rem
}

.gov-complex-icon--car:before {
    content: "a"
}

.gov-complex-icon--doc:before {
    content: "b"
}

.gov-complex-icon--doc-odt:before {
    content: "c"
}

.gov-complex-icon--doc-health:before {
    content: "d"
}

.gov-complex-icon--doc-pdf:before {
    content: "e"
}

.gov-complex-icon--doc-plain:before {
    content: "f"
}

.gov-complex-icon--doc-stamp:before {
    content: "g"
}

.gov-complex-icon--doc-search:before {
    content: "h"
}

.gov-complex-icon--doc-xls:before {
    content: "i"
}

.gov-complex-icon--doc-taxes:before {
    content: "j"
}

.gov-complex-icon--doc-xml:before {
    content: "k"
}

.gov-complex-icon--graduate:before {
    content: "l"
}

.gov-complex-icon--id-card:before {
    content: "m"
}

.gov-complex-icon--illness:before {
    content: "n"
}

.gov-complex-icon--info:before {
    content: "o"
}

.gov-complex-icon--image:before {
    content: "p"
}

.gov-complex-icon--jobloss:before {
    content: "q"
}

.gov-complex-icon--new-comments:before {
    content: "r"
}

.gov-complex-icon--map:before {
    content: "s"
}

.gov-complex-icon--newborn:before {
    content: "t"
}

.gov-complex-icon--packet:before {
    content: "u"
}

.gov-complex-icon--planet:before {
    content: "v"
}

.gov-complex-icon--review:before {
    content: "w"
}

.gov-complex-icon--rings:before {
    content: "x"
}

.gov-complex-icon--senior:before {
    content: "y"
}

.gov-complex-icon--arrival:before {
    content: "z"
}

.gov-complex-icon--car-point-list:before {
    content: "A"
}

.gov-complex-icon--coins:before {
    content: "B"
}

.gov-complex-icon--communication:before {
    content: "C"
}

.gov-complex-icon--covid:before {
    content: "D"
}

.gov-complex-icon--confusion:before {
    content: "E"
}

.gov-complex-icon--envelope-simple:before {
    content: "F"
}

.gov-complex-icon--health:before {
    content: "G"
}

.gov-complex-icon--envelope:before {
    content: "H"
}

.gov-complex-icon--help:before {
    content: "I"
}

.gov-complex-icon--help-big:before {
    content: "J"
}

.gov-complex-icon--hourglass:before {
    content: "K"
}

.gov-complex-icon--house:before {
    content: "L"
}

.gov-complex-icon--job:before {
    content: "M"
}

.gov-complex-icon--news:before {
    content: "N"
}

.gov-complex-icon--pet:before {
    content: "O"
}

.gov-complex-icon--petition:before {
    content: "P"
}

.gov-complex-icon--pills:before {
    content: "Q"
}

.gov-complex-icon--portal:before {
    content: "R"
}

.gov-complex-icon--pregnant:before {
    content: "S"
}

.gov-complex-icon--registers:before {
    content: "T"
}

.gov-complex-icon--retiree:before {
    content: "U"
}

.gov-complex-icon--ring-bell:before {
    content: "V"
}

.gov-complex-icon--twentyfour-seven:before {
    content: "W"
}

.gov-complex-icon--vacation:before {
    content: "X"
}

.gov-complex-icon--vaccine:before {
    content: "Y"
}

.gov-complex-icon--visa:before {
    content: "Z"
}

.gov-complex-icon--tombstone:before {
    content: "0"
}

.gov-complex-icon--sos:before {
    content: "1"
}

.gov-icon {
    color: currentColor;
    font-size: 1.5rem;
    line-height: .5
}

.gov-icon:before {
    font-family: "gov-basic-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.gov-icon--16x16 {
    font-size: 1rem
}

.gov-icon--20x20 {
    font-size: 1.25rem
}

.gov-icon--32x32 {
    font-size: 2rem
}

.gov-icon--48x48 {
    font-size: 3rem
}

.gov-icon--64x64 {
    font-size: 4rem
}

.gov-icon--reply-all:before {
    content: "c"
}

.gov-icon--send:before {
    content: "e"
}

.gov-icon--night:before {
    content: "g"
}

.gov-icon--file:before {
    content: "i"
}

.gov-icon--filter:before {
    content: "j"
}

.gov-icon--archive-fill:before {
    content: "l"
}

.gov-icon--coin:before {
    content: "n"
}

.gov-icon--cross-small:before {
    content: "p"
}

.gov-icon--forward:before {
    content: "q"
}

.gov-icon--full-screen:before {
    content: "r"
}

.gov-icon--arrow-small-left:before {
    content: "t"
}

.gov-icon--arrow-on:before {
    content: "u"
}

.gov-icon--home:before {
    content: "w"
}

.gov-icon--office:before {
    content: "y"
}

.gov-icon--send-fill:before {
    content: "z"
}

.gov-icon--picture:before {
    content: "C"
}

.gov-icon--data-box:before {
    content: "E"
}

.gov-icon--arrow-small-right:before {
    content: "F"
}

.gov-icon--arrow-small-down:before {
    content: "G"
}

.gov-icon--arrow-small-up:before {
    content: "H"
}

.gov-icon--delete-fill:before {
    content: "J"
}

.gov-icon--info-outline:before {
    content: "K"
}

.gov-icon--job:before {
    content: "L"
}

.gov-icon--picture-outline:before {
    content: "N"
}

.gov-icon--time-thin:before {
    content: "Q"
}

.gov-icon--plus-thin:before {
    content: "R"
}

.gov-icon--e-envelope:before {
    content: "T"
}

.gov-icon--burger-menu:before {
    content: "V"
}

.gov-icon--exclamation-mark:before {
    content: "W"
}

.gov-icon--plus-small:before {
    content: "Y"
}

.gov-icon--twitter:before {
    content: "Z"
}

.gov-icon--upload:before {
    content: "0"
}

.gov-icon--mail-open-outline:before {
    content: "2"
}

.gov-icon--business-man:before {
    content: "4"
}

.gov-icon--external:before {
    content: "6"
}

.gov-icon--mail-outline:before {
    content: "7"
}

.gov-icon--reply:before {
    content: '"'
}

.gov-icon--facebook:before {
    content: "$"
}

.gov-icon--check:before {
    content: "%"
}

.gov-icon--compass:before {
    content: "k"
}

.gov-icon--arrow-down:before {
    content: "'"
}

.gov-icon--arrow-left:before {
    content: "("
}

.gov-icon--arrow-right:before {
    content: ")"
}

.gov-icon--plus:before {
    content: "o"
}

.gov-icon--cross:before {
    content: "s"
}

.gov-icon--dashboard:before {
    content: "v"
}

.gov-icon--user:before {
    content: "9"
}

.gov-icon--exit:before {
    content: "3"
}

.gov-icon--attachment:before {
    content: "U"
}

.gov-icon--youtube:before {
    content: "a"
}

.gov-icon--warning:before {
    content: "b"
}

.gov-icon--search:before {
    content: "d"
}

.gov-icon--notifications:before {
    content: "f"
}

.gov-icon--more:before {
    content: "h"
}

.gov-icon--add:before {
    content: "m"
}

.gov-icon--phone:before {
    content: "x"
}

.gov-icon--info:before {
    content: "D"
}

.gov-icon--settings:before {
    content: "A"
}

.gov-icon--download:before {
    content: "I"
}

.gov-icon--place:before {
    content: "M"
}

.gov-icon--sigma:before {
    content: "B"
}

.gov-icon--view:before {
    content: "!"
}

.gov-icon--message:before {
    content: "#"
}

.gov-icon--remove:before {
    content: "8"
}

.gov-icon--mail:before {
    content: "X"
}

.gov-icon--calendar:before {
    content: "5"
}

.gov-icon--point-right:before {
    content: "1"
}

.gov-icon--lightbulb:before {
    content: "S"
}

.gov-icon--star:before {
    content: "O"
}

.gov-icon--question:before {
    content: "P"
}

h1,h2,h3,h4,.gov-title,.gov-portal-subnav__headline,table th,.gov-table th,.gov-autocomplete__empty,.gov-multiselect__empty, .gov-autocomplete__result,.gov-multiselect__option {
    margin-bottom: .625rem;
    color: var(--gov-color-grey-dark);
    font-family: "Roboto",sans-serif;
    font-weight: 600;
    letter-spacing: .0125em;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased
}

h1,.gov-title--alpha,.gov-portal-subnav__headline {
    /*    margin-bottom:2.5rem;*/
    font-size: 1.3rem;
    font-weight: 600;
    /*    margin-top:2.5rem;*/
}

h2,.gov-title--beta {
    margin-bottom: 0rem;
    font-size: 1.2rem;
    line-height: 1.4
}

h3,.gov-title--gamma {
    font-size: 1.25rem
}

h4,.gov-title--delta,table th,.gov-table th,.gov-autocomplete__empty,.gov-multiselect__empty,.gov-autocomplete__result,.gov-multiselect__option {
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .03125em;
    line-height: 1.3333334;
    text-transform: uppercase
}

@media(max-width: 51.99em) {
    h1,.gov-title--alpha,.gov-portal-subnav__headline {
        margin-bottom:1.875rem
    }

    h2,.gov-title--beta {
        margin-bottom: 1.25rem;
    }

    .fr{
        float:none !important;
    }

    .mr25{
        margin:0 !important;
    }
}

@media( max-width: 41.99em ) {
    h1,.gov-title--alpha,.gov-portal-subnav__headline {
        font-size:2rem;
        line-height: 1.25;
    }

    h2,.gov-title--beta {
        font-size: 1.625rem;
        line-height: 1.2;
    }
}

p,.gov-paragraph,table tbody td,.gov-table tbody td {
    margin-bottom: 1.5625rem;
    color: var(--gov-color-grey-mid);
    font-family: "Roboto",sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

p a,p .gov-link,p .gov-fileinput__attachments>li>span,p .gov-portal-nav__link, p .gov-sortable-table__trigger,.gov-paragraph a,table tbody td a,.gov-table tbody td a, .gov-paragraph .gov-link,.gov-paragraph .gov-fileinput__attachments>li>span, .gov-paragraph .gov-portal-nav__link,.gov-paragraph .gov-sortable-table__trigger,table tbody td .gov-link,table tbody td .gov-fileinput__attachments>li>span,table tbody td .gov-portal-nav__link, table tbody td .gov-sortable-table__trigger,.gov-table tbody td .gov-link,.gov-table tbody td .gov-fileinput__attachments>li>span,.gov-table tbody td .gov-portal-nav__link,.gov-table tbody td .gov-sortable-table__trigger {
    font-size: .9375rem
}

p .gov-tooltip--icon,.gov-paragraph .gov-tooltip--icon,table tbody td .gov-tooltip--icon,.gov-table tbody td .gov-tooltip--icon {
    vertical-align: text-top
}

.gov-perex {
    margin: 0;
    margin-bottom: 1.5625rem;
    color: var(--gov-color-grey-dark);
    font-family: "Roboto",sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
}

.gov-perex a,.gov-perex .gov-link,.gov-perex .gov-fileinput__attachments>li>span,.gov-perex .gov-portal-nav__link,.gov-perex .gov-sortable-table__trigger {
    font-size: 1.25rem
}

.gov-note {
    display: block;
    margin: 0;
    color: var(--gov-color-grey-dark);
    font-family: "Roboto",sans-serif;
    font-size: .875rem;
    font-style: normal;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}

ul,ol,.gov-list,.gov-ordered-list {
    margin-bottom: 1.5625rem;
    list-style: none;
}

ul--plain,ol--plain,.gov-list--plain,.gov-sidenav ul,.gov-fileinput__attachments,.gov-portal-subnav__menu,.gov-portal-subnav__submenu,.gov-portal-nav__menu, .gov-multiselect__tags,.gov-form-group,.gov-autocomplete__results,.gov-multiselect__options,.gov-ordered-list--plain {
    margin-left: 0;
}

ul--plain>li,ul--plain>.gov-list__item,ol--plain>li,ol--plain>.gov-list__item,.gov-list--plain>li,.gov-sidenav ul>li,.gov-fileinput__attachments>li, .gov-portal-subnav__menu>li,.gov-portal-subnav__submenu>li,.gov-portal-nav__menu>li,.gov-multiselect__tags>li,.gov-form-group>li, .gov-autocomplete__results>li,.gov-multiselect__options>li,.gov-list--plain>.gov-list__item,.gov-sidenav ul>.gov-list__item,.gov-fileinput__attachments> .gov-list__item,.gov-portal-subnav__menu>.gov-list__item,.gov-portal-subnav__submenu>.gov-list__item,.gov-portal-nav__menu>.gov-list__item, .gov-multiselect__tags>.gov-list__item,.gov-form-group>.gov-list__item,.gov-autocomplete__results>.gov-list__item, .gov-multiselect__options>.gov-list__item,.gov-ordered-list--plain>li,.gov-ordered-list--plain>.gov-list__item {
    margin-bottom: .3125rem;
}

ul--plain>li:before,ul--plain>.gov-list__item:before,ol--plain>li:before,ol--plain>.gov-list__item:before,.gov-list--plain>li:before, .gov-sidenav ul>li:before,.gov-fileinput__attachments>li:before,.gov-portal-subnav__menu>li:before,.gov-portal-subnav__submenu>li:before, .gov-portal-nav__menu>li:before,.gov-multiselect__tags>li:before,.gov-form-group>li:before,.gov-autocomplete__results>li:before, .gov-multiselect__options>li:before,.gov-list--plain>.gov-list__item:before,.gov-sidenav ul>.gov-list__item:before, .gov-fileinput__attachments>.gov-list__item:before,.gov-portal-subnav__menu>.gov-list__item:before,.gov-portal-subnav__submenu>.gov-list__item:before, .gov-portal-nav__menu>.gov-list__item:before,.gov-multiselect__tags>.gov-list__item:before,.gov-form-group>.gov-list__item:before, .gov-autocomplete__results>.gov-list__item:before,.gov-multiselect__options>.gov-list__item:before,.gov-ordered-list--plain>li:before, .gov-ordered-list--plain>.gov-list__item:before {
    display: none;
}

ul--inline>li,ul--inline>.gov-list__item,ol--inline>li,ol--inline>.gov-list__item,.gov-list--inline>li,.gov-multiselect__tags>li, .gov-list--inline>.gov-list__item,.gov-multiselect__tags>.gov-list__item,.gov-ordered-list--inline>li,.gov-ordered-list--inline>.gov-list__item {
    display: inline-block;
    margin-right: .625rem;
}

ol,.gov-ordered-list {
    counter-reset: gov-counter;
}

ul>li,.gov-list>li,.gov-list__item,ol>li,.gov-ordered-list>li,.gov-ordered-list__item {
    position: relative;
    color: var(--gov-color-grey-mid);
    font-family: "Roboto",sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1.86666667;
    -webkit-font-smoothing: antialiased;
}

ul>li:before,.gov-list>li:before,.gov-list__item:before,ol>li:before,.gov-ordered-list>li:before,.gov-ordered-list__item:before {
    position: absolute;
    top: .75rem;
    left: -0.9375rem;
    display: inline-block;
}

ul>li:before,.gov-list>li:before,.gov-list__item:before {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 100%;
    background-color: var(--gov-color-blue);
}

ol>li,.gov-ordered-list>li,.gov-ordered-list__item {
    counter-increment: gov-counter
}

ol>li:before,.gov-ordered-list>li:before, .gov-ordered-list__item:before {
    content: counter(gov-counter) ".";
    top: .1875rem;
    color: var(--gov-color-blue);
    font-size: .8125rem;
    font-weight: 500;
}

@media(min-width: 42em) {
    .gov-table-cover {
        overflow-x: visible !important;
        box-shadow: 0 10px 20px rgba(79, 72, 27, .12);
    }

    .gov-definition-list--inline {
        display: flex;
        flex-wrap: wrap
    }

    .gov-definition-list--inline>dt,.gov-definition-list--inline>dd,.gov-definition-list--inline>.gov-definition-list__term,.gov-definition-list--inline .gov-definition-list__def {
        min-width: calc(25% - 25px)
    }

    .gov-definition-list--inline>dt:nth-of-type(n + 3),.gov-definition-list--inline>dd:nth-of-type(n + 3),.gov-definition-list--inline>.gov-definition-list__term:nth-of-type(n + 3), .gov-definition-list--inline .gov-definition-list__def:nth-of-type(n + 3) {
        margin-top: .625rem
    }

    .gov-definition-list--inline>dt,.gov-definition-list--inline>.gov-definition-list__term {
        padding-top: .3125rem
    }

    .gov-definition-list--inline>dt:nth-of-type(2n),.gov-definition-list--inline>.gov-definition-list__term:nth-of-type(2n) {
        margin-left: 3.125rem
    }

    .gov-definition-list--inline>*+dt,.gov-definition-list--inline>*+.gov-definition-list__term {
        margin-top: 0
    }

    .gov-definition-list--inline>dd:after,.gov-definition-list--inline .gov-definition-list__def:after {
        display: none
    }
}

dl>dd,.gov-definition-list>dd,.gov-definition-list__def {
    color: var(--gov-color-grey-mid);
    font-family: "Roboto",sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased
}

dl>dt,.gov-definition-list>dt,.gov-definition-list__term {
    display: inline-block;
    margin: 0;
    margin-right: .9375rem;
    min-width: 5rem;
    color: var(--gov-color-grey-dark);
    font-family: "Roboto",sans-serif;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .03125em;
    line-height: 1.333;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased
}

dl>*+dt,.gov-definition-list>*+dt,*+.gov-definition-list__term {
    margin-top: .9375rem
}

dl>dd,.gov-definition-list>dd,.gov-definition-list__def {
    display: inline;
    margin: 0
}

dl>dd:after,.gov-definition-list>dd:after,.gov-definition-list__def:after {
    content: "\a";
    white-space: pre
}

blockquote,.gov-blockquote {
    position: relative;
    margin-bottom: 1.5625rem;
    padding: .9375rem 1.5625rem;
    padding-left: 3.125rem;
    background-color: var(--gov-color-blue-hover);
    border: none;
    color: var(--gov-color-grey-mid);
    font-family: "Roboto",sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: .0125em;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased
}

blockquote:before,.gov-blockquote:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: var(--gov-color-blue);
}

blockquote:after,.gov-blockquote:after {
    content: "S";
    display: block;
    position: absolute;
    left: .9375rem;
    top: .625rem;
    bottom: 0;
    color: var(--gov-color-blue);
    font-family: "gov-basic-icons";
    font-size: 1.5rem;
}

.gov-blockquote--example:after {
    content: "1"
}

.gov-blockquote--math:after {
    content: "B"
}

a,.gov-link,.gov-fileinput__attachments>li>span,.gov-portal-nav__link,.gov-sortable-table__trigger {
    color: var(--gov-color-blue);
    cursor: pointer;
    font-family: "Roboto",sans-serif;
    font-size: inherit;
    letter-spacing: .05em;
    line-height: 1;
    text-decoration: underline;
    -webkit-font-smoothing: antialiased;
    transition: color 150ms ease-in-out
}

a>*,.gov-link>*,.gov-fileinput__attachments>li>span>*,.gov-portal-nav__link>*,.gov-sortable-table__trigger>* {
    color: var(--gov-color-blue);
}

a .gov-icon,.gov-link .gov-icon,.gov-fileinput__attachments>li>span .gov-icon,.gov-portal-nav__link .gov-icon,.gov-sortable-table__trigger .gov-icon {
    display: inline-block;
    margin: 0 .125rem;
    font-size: inherit;
    text-decoration: none
}

a:visited,a:visited>*,.gov-link:visited,.gov-fileinput__attachments>li>span:visited,.gov-portal-nav__link:visited,.gov-sortable-table__trigger:visited, .gov-link:visited>*,.gov-fileinput__attachments>li>span:visited>*,.gov-portal-nav__link:visited>*,.gov-sortable-table__trigger:visited>* {
    color: var(--gov-color-grey-dark);
}

a:focus,.gov-link:focus,.gov-fileinput__attachments>li>span:focus,.gov-portal-nav__link:focus,.gov-sortable-table__trigger:focus {
    border-radius: 3px;
    box-shadow: 0 0 0 2px var(--gov-color-blue-focus);
    outline: 0;
}

@media not all and ( pointer: coarse ) {
    a:hover,.gov-link:hover,.gov-fileinput__attachments>li>span:hover,.gov-portal-nav__link:hover,.gov-sortable-table__trigger:hover {
        color:#d5d5d5;
        text-decoration: none
    }

    a:hover>*,.gov-link:hover>*,.gov-fileinput__attachments>li>span:hover>*,.gov-portal-nav__link:hover>*,.gov-sortable-table__trigger:hover>* {
        color: var(--gov-color-grey-dark);
    }
}

a:not(.gov-link--standalone):not(.gov-portal-nav__link):not(.gov-sortable-table__trigger) .gov-icon, .gov-link:not(.gov-link--standalone):not(.gov-portal-nav__link):not(.gov-sortable-table__trigger) .gov-icon,.gov-fileinput__attachments>li>span:not(.gov-link--standalone):not(.gov-portal-nav__link):not(.gov-sortable-table__trigger) .gov-icon,.gov-portal-nav__link:not(.gov-link--standalone):not(.gov-portal-nav__link):not(.gov-sortable-table__trigger) .gov-icon,.gov-sortable-table__trigger:not(.gov-link--standalone):not(.gov-portal-nav__link):not(.gov-sortable-table__trigger) .gov-icon {
    font-size: 0.9rem;
    vertical-align: middle
}

a--external:after, a[target=_blank]:after,a--has-arrow:after,.gov-link--external:after,.gov-link[target=_blank]:after,.gov-fileinput__attachments>li>span[target=_blank]:after,[target=_blank] .gov-portal-nav__link:after,[target=_blank].gov-sortable-table__trigger:after,.gov-link--has-arrow:after,.gov-blocklist-item__link:not( [target=_blank]):after {
    font-family: "gov-basic-icons";
    font-size: 1.5rem;
    text-transform: none
}

a--external, a[target=_blank],.gov-link--external,.gov-link[target=_blank],.gov-fileinput__attachments>li>span[target=_blank],[target=_blank].gov-portal-nav__link,[target=_blank].gov-sortable-table__trigger {
}

a--external:after, a[target=_blank]:after,.gov-link--external:after,.gov-link[target=_blank]:after,.gov-fileinput__attachments>li>span[target=_blank]:after,[target=_blank] .gov-portal-nav__link:after,[target=_blank].gov-sortable-table__trigger:after {
    content: "";
    display: inline-block;
    position: relative;
    vertical-align: middle
}

a--has-arrow, .gov-link--has-arrow,.gov-blocklist-item__link:not([target=_blank]) {
    position: relative;
    display: inline-block;
    padding-right: 1.625rem
}

a--has-arrow:after, .gov-link--has-arrow:after,.gov-blocklist-item__link:not([target=_blank]):after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

a--standalone,.gov-link--standalone,.gov-portal-nav__link,.gov-sortable-table__trigger {
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: uppercase
}

a--standalone:visited,.gov-link--standalone:visited,.gov-portal-nav__link:visited,.gov-sortable-table__trigger:visited {
    text-decoration: underline
}

@media not all and (pointer: coarse) {
    a--standalone:hover,.gov-link--standalone:hover,.gov-portal-nav__link:hover,.gov-sortable-table__trigger:hover {
        text-decoration:underline
    }
}

a--has-badge,.gov-link--has-badge {
    display: inline-block
}

a--has-badge img,.gov-link--has-badge img {
    max-width: 120px
}

a--has-badge+.gov-link--has-badge,.gov-link--has-badge+.gov-link--has-badge {
    margin-top: .625rem
}

a--icon-unset .gov-icon,.gov-link--icon-unset .gov-icon {
    display: none !important
}

a--external-unset:after,.gov-link--external-unset:after {
    display: none !important
}

a--small,.gov-link--small {
    font-size: .75rem
}

a--small.gov-link--external:after,a--small[target=_blank]:after,.gov-link--small.gov-link--external:after,.gov-link--small[target=_blank]:after {
    font-size: 1.25rem
}

a--small.gov-link--standalone,a--small.gov-portal-nav__link,a--small.gov-sortable-table__trigger,.gov-link--small.gov-link--standalone,.gov-link--small.gov-portal-nav__link, .gov-link--small.gov-sortable-table__trigger {
    font-size: .625rem
}

a--large,.gov-link--large,.gov-portal-nav__link {
    font-size: 1rem
}

a--large.gov-link--external:after, a--large[target=_blank]:after,.gov-link--large.gov-link--external:after,.gov-link--external.gov-portal-nav__link:after,.gov-link--large[target=_blank]:after,[target=_blank] .gov-portal-nav__link:after {
    font-size: 1.75rem
}

a--large.gov-link--standalone,a--large.gov-sortable-table__trigger,.gov-link--large.gov-link--standalone,.gov-portal-nav__link, .gov-link--large.gov-sortable-table__trigger {
    font-size: .875rem
}

a--large.gov-link--standalone .gov-icon,a--large.gov-sortable-table__trigger .gov-icon,.gov-link--large.gov-link--standalone .gov-icon,.gov-portal-nav__link .gov-icon,.gov-link--large.gov-sortable-table__trigger .gov-icon {
    margin: 0 .25rem;
    vertical-align: text-top
}

a--inversed, .gov-link--inversed,.gov-portal-subnav__link,.gov-portal-nav__link,.gov-alert--error a,.gov-alert--error .gov-link,.gov-alert--error .gov-fileinput__attachments>li>span,.gov-alert--error .gov-portal-nav__link,.gov-alert--error .gov-sortable-table__trigger,.gov-alert--inversed a,.gov-alert--inversed .gov-link,.gov-alert--inversed .gov-fileinput__attachments>li>span,.gov-alert--inversed .gov-portal-nav__link,.gov-alert--inversed .gov-sortable-table__trigger,.gov-badge--error a, .gov-badge--error .gov-link,.gov-badge--error .gov-fileinput__attachments>li>span,.gov-badge--error .gov-portal-nav__link,.gov-badge--error .gov-sortable-table__trigger,.gov-badge--inversed a,.gov-badge--inversed .gov-link,.gov-badge--inversed .gov-fileinput__attachments>li>span, .gov-badge--inversed .gov-portal-nav__link,.gov-badge--inversed .gov-sortable-table__trigger {
    color: var(--gov-color-white)
}

a--inversed>*, .gov-link--inversed>*,.gov-portal-subnav__link>*,.gov-portal-nav__link>*,.gov-alert--error a>*,.gov-alert--error .gov-link>*,.gov-alert--error .gov-fileinput__attachments>li>span>*, .gov-alert--error .gov-portal-nav__link>*,.gov-alert--error .gov-sortable-table__trigger>*,.gov-alert--inversed a>*,.gov-alert--inversed .gov-link>*, .gov-alert--inversed .gov-fileinput__attachments>li>span>*,.gov-alert--inversed .gov-portal-nav__link>*,.gov-alert--inversed .gov-sortable-table__trigger>*, .gov-badge--error a>*,.gov-badge--error .gov-link>*,.gov-badge--error .gov-fileinput__attachments>li>span>*,.gov-badge--error .gov-portal-nav__link>*, .gov-badge--error .gov-sortable-table__trigger>*,.gov-badge--inversed a>*,.gov-badge--inversed .gov-link>*,.gov-badge--inversed .gov-fileinput__attachments>li>span>*, .gov-badge--inversed .gov-portal-nav__link>*,.gov-badge--inversed .gov-sortable-table__trigger>* {
    color: var(--gov-color-white)
}

a--inversed:focus,.gov-link--inversed:focus, .gov-portal-subnav__link:focus,.gov-portal-nav__link:focus,.gov-alert--error a:focus,.gov-alert--error .gov-link:focus,.gov-alert--error .gov-fileinput__attachments>li>span:focus,.gov-alert--error .gov-sortable-table__trigger:focus,.gov-alert--inversed a:focus,.gov-alert--inversed .gov-link:focus,.gov-alert--inversed .gov-fileinput__attachments>li>span:focus,.gov-alert--inversed .gov-sortable-table__trigger:focus,.gov-badge--error a:focus,.gov-badge--error .gov-link:focus,.gov-badge--error .gov-fileinput__attachments>li>span:focus,.gov-badge--error .gov-sortable-table__trigger:focus,.gov-badge--inversed a:focus,.gov-badge--inversed .gov-link:focus,.gov-badge--inversed .gov-fileinput__attachments>li>span:focus,.gov-badge--inversed .gov-sortable-table__trigger:focus {
    box-shadow: 0 0 0 2px var(--gov-color-white)
}

a--inversed:visited,a--inversed:visited>*,.gov-link--inversed:visited,.gov-portal-subnav__link:visited,.gov-portal-nav__link:visited,.gov-alert--error a:visited,.gov-alert--error .gov-link:visited,.gov-alert--error .gov-fileinput__attachments>li>span:visited,.gov-alert--error .gov-sortable-table__trigger:visited,.gov-alert--inversed a:visited,.gov-alert--inversed .gov-link:visited,.gov-alert--inversed .gov-fileinput__attachments>li>span:visited,.gov-alert--inversed .gov-sortable-table__trigger:visited,.gov-badge--error a:visited,.gov-badge--error .gov-link:visited,.gov-badge--error .gov-fileinput__attachments>li>span:visited,.gov-badge--error .gov-sortable-table__trigger:visited,.gov-badge--inversed a:visited,.gov-badge--inversed .gov-link:visited,.gov-badge--inversed .gov-fileinput__attachments>li>span:visited,.gov-badge--inversed .gov-sortable-table__trigger:visited,.gov-link--inversed:visited>*,.gov-portal-subnav__link:visited>*,.gov-portal-nav__link:visited>*,.gov-alert--error a:visited>*,.gov-alert--error .gov-link:visited>*,.gov-alert--error .gov-fileinput__attachments>li>span:visited>*,.gov-alert--error .gov-portal-nav__link:visited>*,.gov-alert--error .gov-sortable-table__trigger:visited>*,.gov-alert--inversed a:visited>*,.gov-alert--inversed .gov-link:visited>*,.gov-alert--inversed .gov-fileinput__attachments>li>span:visited>*,.gov-alert--inversed .gov-portal-nav__link:visited>*,.gov-alert--inversed .gov-sortable-table__trigger:visited>*,.gov-badge--error a:visited>*,.gov-badge--error .gov-link:visited>*,.gov-badge--error .gov-fileinput__attachments>li>span:visited>*,.gov-badge--error .gov-portal-nav__link:visited>*,.gov-badge--error .gov-sortable-table__trigger:visited>*,.gov-badge--inversed a:visited>*,.gov-badge--inversed .gov-link:visited>*,.gov-badge--inversed .gov-fileinput__attachments>li>span:visited>*,.gov-badge--inversed .gov-portal-nav__link:visited>*,.gov-badge--inversed .gov-sortable-table__trigger:visited>* {
    color: var(--gov-color-blue-hover)
}

@media not all and (pointer: coarse) {
    a--inversed:hover,.gov-link--inversed:hover,.gov-portal-subnav__link:hover,.gov-portal-nav__link:hover,.gov-alert--error a:hover,.gov-alert--error .gov-link:hover,.gov-alert--error .gov-fileinput__attachments>li>span:hover,.gov-alert--error .gov-sortable-table__trigger:hover,.gov-alert--inversed a:hover,.gov-alert--inversed .gov-link:hover,.gov-alert--inversed .gov-fileinput__attachments>li>span:hover,.gov-alert--inversed .gov-sortable-table__trigger:hover,.gov-badge--error a:hover, .gov-badge--error .gov-link:hover,.gov-badge--error .gov-fileinput__attachments>li>span:hover,.gov-badge--error .gov-sortable-table__trigger:hover,.gov-badge--inversed a:hover,.gov-badge--inversed .gov-link:hover,.gov-badge--inversed .gov-fileinput__attachments>li>span:hover,.gov-badge--inversed .gov-sortable-table__trigger:hover {
        color:var(--gov-color-blue-hover)
    }

    a--inversed:hover>*, .gov-link--inversed:hover>*,.gov-portal-subnav__link:hover>*,.gov-portal-nav__link:hover>*,.gov-alert--error a:hover>*, .gov-alert--error .gov-link:hover>*,.gov-alert--error .gov-fileinput__attachments>li>span:hover>*,.gov-alert--error .gov-portal-nav__link:hover>*,.gov-alert--error .gov-sortable-table__trigger:hover>*,.gov-alert--inversed a:hover>*, .gov-alert--inversed .gov-link:hover>*,.gov-alert--inversed .gov-fileinput__attachments>li>span:hover>*,.gov-alert--inversed .gov-portal-nav__link:hover>*,.gov-alert--inversed .gov-sortable-table__trigger:hover>*,.gov-badge--error a:hover>*,.gov-badge--error .gov-link:hover>*, .gov-badge--error .gov-fileinput__attachments>li>span:hover>*,.gov-badge--error .gov-portal-nav__link:hover>*,.gov-badge--error .gov-sortable-table__trigger:hover>*, .gov-badge--inversed a:hover>*,.gov-badge--inversed .gov-link:hover>*,.gov-badge--inversed .gov-fileinput__attachments>li>span:hover>*,.gov-badge--inversed .gov-portal-nav__link:hover>*,.gov-badge--inversed .gov-sortable-table__trigger:hover>* {
        color: var(--gov-color-white)
    }
}

a--disabled, .gov-link--disabled {
    color: var(--gov-color-blue-inactive-1) !important;
    pointer-events: none
}

a--disabled>*,.gov-link--disabled>* {
    color: var(--gov-color-blue-inactive-1) !important
}

a--disabled:focus,.gov-link--disabled:focus {
    border-radius: 0;
    box-shadow: none
}

a--no-underline,.gov-link--no-underline {
    text-decoration: none
}

button,.gov-button,.gov-hamburger,.gov-calendar__days tbody tr td button,.gov-calendar__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00000012;
    border: 0;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    padding: .625rem .75rem;
    border: 1px solid transparent;
    border-radius: 3px;
    font-family: "Roboto",sans-serif;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.5;
    text-transform: uppercase;
    transition: background-color 150ms ease-in-out,border-color 150ms ease-in-out;
    will-change: background-color,border-color;
    -webkit-font-smoothing: antialiased
}

button:focus,.gov-button:focus,.gov-hamburger:focus,.gov-calendar__days tbody tr td button:focus,.gov-calendar__toggle:focus {
    outline: none
}

button>*,.gov-button>*,.gov-hamburger>*,.gov-calendar__days tbody tr td button>*,.gov-calendar__toggle>* {
    color: currentColor
}

button:focus,.gov-button:focus,.gov-hamburger:focus,.gov-calendar__days tbody tr td button:focus,.gov-calendar__toggle:focus {
    border-color: var(--gov-color-white);
    box-shadow: 0 0 0 2px var(--gov-color-blue-focus);
    outline: none
}

button.is-active,.gov-button.is-active,.is-active.gov-hamburger,.gov-calendar__days tbody tr td button.is-active, .is-active.gov-calendar__toggle {
    background-color: var(--gov-color-blue-hover);
    color: var(--gov-color-blue-dark)
}

button.is-active>*,.gov-button.is-active>*,.is-active.gov-hamburger>*,.gov-calendar__days tbody tr td button.is-active>*,.is-active.gov-calendar__toggle>* {
    color: currentColor
}

@media not all and (pointer: coarse) {
    button:hover,.gov-button:hover,.gov-hamburger:hover,.gov-calendar__days tbody tr td button:hover,.gov-calendar__toggle:hover {
        background-color:var(--gov-color-blue-hover);
        color: var(--gov-color-blue-dark)
    }

    button:hover>*,.gov-button:hover>*,.gov-hamburger:hover>*,.gov-calendar__days tbody tr td button:hover>*,.gov-calendar__toggle:hover>* {
        color: currentColor
    }
}

button:visited,.gov-button:visited,.gov-hamburger:visited,.gov-calendar__days tbody tr td button:visited,.gov-calendar__toggle:visited {
    color: var(--gov-color-blue)
}

button:visited>*,.gov-button:visited>*,.gov-hamburger:visited>*,.gov-calendar__days tbody tr td button:visited>*,.gov-calendar__toggle:visited>* {
    color: currentColor
}

button--primary,.gov-button--primary {
    background-color: var(--gov-color-blue);
    border-color: var(--gov-color-blue);
    color: var(--gov-color-white)
}

button--primary.is-active, .gov-button--primary.is-active {
    background-color: var(--gov-color-blue-dark);
    border-color: var(--gov-color-blue-dark);
    color: var(--gov-color-white)
}

@media not all and (pointer: coarse) {
    button--primary:hover,.gov-button--primary:hover {
        background-color:var(--gov-color-blue-dark);
        border-color: var(--gov-color-blue-dark);
        color: var(--gov-color-white)
    }
}

button--primary:visited,.gov-button--primary:visited {
    color: var(--gov-color-white)
}

button--primary-outlined,.gov-button--primary-outlined {
    border-color: #ffffff;
    ;color: #ffffff !important;
}

button--primary-outlined:focus,.gov-button--primary-outlined:focus {
    border-color: var(--gov-color-blue-focus)
}

button--primary-outlined.is-active,.gov-button--primary-outlined.is-active {
    border-color: var(--gov-color-blue-dark);
    color: var(--gov-color-blue-dark)
}

@media not all and (pointer: coarse) {
    button--primary-outlined:hover,.gov-button--primary-outlined:hover {
        border-color:var(--gov-color-blue-dark);
        color: var(--gov-color-blue-dark)
    }
}

button--primary-outlined:visited,.gov-button--primary-outlined:visited {
    color: var(--gov-color-blue)
}

button--icon-only,.gov-button--icon-only,.gov-calendar__toggle {
    padding: 0 .3125rem;
    text-transform: none
}

button--has-icon, .gov-button--has-icon {
    padding-left: .9375rem
}

button--has-icon .gov-icon,.gov-button--has-icon .gov-icon {
    margin-right: .625rem
}

button--small,.gov-button--small {
    padding: .5rem .75rem;
    font-size: .75rem;
    line-height: 1.167
}

button--large,.gov-button--large {
    padding: .75rem 1rem;
    font-size: .875rem;
    line-height: 1.572
}

button--x-large,.gov-button--x-large {
    padding: .875rem 1.25rem;
    font-size: 1.125rem;
    line-height: 1.445
}

button--disabled,button[disabled],button:disabled,.gov-button--disabled,.gov-button[disabled],[disabled].gov-hamburger,.gov-calendar__days tbody tr td button[disabled],[disabled].gov-calendar__toggle,.gov-button:disabled,.gov-hamburger:disabled,.gov-calendar__days tbody tr td button:disabled,.gov-calendar__toggle:disabled {
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    color: var(--gov-color-blue-inactive-1) !important;
    cursor: not-allowed
}

button--disabled:focus,button[disabled]:focus,button:disabled:focus,.gov-button--disabled:focus,.gov-button[disabled]:focus,[disabled].gov-hamburger:focus,[disabled].gov-calendar__toggle:focus,.gov-button:disabled:focus,.gov-hamburger:disabled:focus,.gov-calendar__toggle:disabled:focus {
    box-shadow: none
}

button--disabled.gov-button--primary,button[disabled].gov-button--primary,button:disabled.gov-button--primary,.gov-button--disabled.gov-button--primary,.gov-button[disabled].gov-button--primary,[disabled].gov-button--primary.gov-hamburger,[disabled].gov-button--primary.gov-calendar__toggle,.gov-button:disabled.gov-button--primary,.gov-hamburger:disabled.gov-button--primary,.gov-calendar__toggle:disabled.gov-button--primary {
    background-color: var(--gov-color-blue-inactive-2) !important;
    border-color: var(--gov-color-blue-inactive-2) !important;
    color: var(--gov-color-white) !important
}

button--disabled.gov-button--primary-outlined,button[disabled].gov-button--primary-outlined,button:disabled.gov-button--primary-outlined,.gov-button--disabled.gov-button--primary-outlined,.gov-button[disabled].gov-button--primary-outlined,[disabled].gov-button--primary-outlined.gov-hamburger,[disabled].gov-button--primary-outlined.gov-calendar__toggle,.gov-button:disabled.gov-button--primary-outlined,.gov-hamburger:disabled.gov-button--primary-outlined,.gov-calendar__toggle:disabled.gov-button--primary-outlined {
    background-color: transparent !important;
    border-color: var(--gov-color-blue-inactive-2) !important;
    color: var(--gov-color-blue-inactive-1) !important
}

button--inversed,.gov-button--inversed,.gov-hamburger,.gov-calendar__days tbody tr td button,.gov-calendar__toggle {
}

button--inversed.is-active,.gov-button--inversed.is-active,.is-active.gov-hamburger,.gov-calendar__days tbody tr td button.is-active,.is-active.gov-calendar__toggle {
    background-color: var(--gov-color-blue-light);
    border-color: var(--gov-color-blue-light);
    color: var(--gov-color-white)
}

@media not all and (pointer: coarse) {
    button--inversed:hover,.gov-button--inversed:hover,.gov-hamburger:hover,.gov-calendar__days tbody tr td button:hover,.gov-calendar__toggle:hover {
        background-color:var(--gov-color-blue-light);
        border-color: var(--gov-color-blue-light);
        color: var(--gov-color-white)
    }
}

button--inversed:visited,.gov-button--inversed:visited,.gov-hamburger:visited,.gov-calendar__days tbody tr td button:visited,.gov-calendar__toggle:visited {
}

button--inversed:focus,.gov-button--inversed:focus,.gov-hamburger:focus,.gov-calendar__days tbody tr td button:focus,.gov-calendar__toggle:focus {
    border-color: transparent;
    box-shadow: 0 0 0 2px var(--gov-color-white)
}

button--inversed.gov-button--primary,.gov-button--inversed.gov-button--primary,.gov-button--primary.gov-hamburger,.gov-calendar__days tbody tr td button.gov-button--primary,.gov-button--primary.gov-calendar__toggle {
    background-color: var(--gov-color-white);
    border-color: var(--gov-color-white);
    color: var(--gov-color-blue)
}

button--inversed.gov-button--primary:focus,.gov-button--inversed.gov-button--primary:focus,.gov-button--primary.gov-hamburger:focus,.gov-calendar__days tbody tr td button.gov-button--primary:focus,.gov-button--primary.gov-calendar__toggle:focus {
    border-color: var(--gov-color-blue)
}

button--inversed.gov-button--primary.is-active,.gov-button--inversed.gov-button--primary.is-active,.gov-button--primary.is-active.gov-hamburger,.gov-calendar__days tbody tr td button.gov-button--primary.is-active,.gov-button--primary.is-active.gov-calendar__toggle {
    background-color: var(--gov-color-blue-hover);
    border-color: var(--gov-color-blue-hover)
}

@media not all and (pointer: coarse) {
    button--inversed.gov-button--primary:hover,.gov-button--inversed.gov-button--primary:hover,.gov-button--primary.gov-hamburger:hover,.gov-calendar__days tbody tr td button.gov-button--primary:hover,.gov-button--primary.gov-calendar__toggle:hover {
        background-color:var(--gov-color-blue-hover);
        border-color: var(--gov-color-blue-hover)
    }
}

button--inversed.gov-button--primary:visited,.gov-button--inversed.gov-button--primary:visited,.gov-button--primary.gov-hamburger:visited,.gov-calendar__days tbody tr td button.gov-button--primary:visited,.gov-button--primary.gov-calendar__toggle:visited {
    color: var(--gov-color-blue)
}

button--inversed.gov-button--primary-outlined,.gov-button--inversed.gov-button--primary-outlined,.gov-button--primary-outlined.gov-hamburger,.gov-calendar__days tbody tr td button.gov-button--primary-outlined,.gov-button--primary-outlined.gov-calendar__toggle {
}

button--inversed.gov-button--primary-outlined:focus,.gov-button--inversed.gov-button--primary-outlined:focus,.gov-button--primary-outlined.gov-hamburger:focus,.gov-calendar__days tbody tr td button.gov-button--primary-outlined:focus,.gov-button--primary-outlined.gov-calendar__toggle:focus {
    border-color: var(--gov-color-white)
}

button--inversed.gov-button--primary-outlined.is-active,.gov-button--inversed.gov-button--primary-outlined.is-active,.gov-button--primary-outlined.is-active.gov-hamburger,.gov-calendar__days tbody tr td button.gov-button--primary-outlined.is-active,.gov-button--primary-outlined.is-active.gov-calendar__toggle {
    background-color: var(--gov-color-blue-light)
}

@media not all and (pointer: coarse) {
    button--inversed.gov-button--primary-outlined:hover,.gov-button--inversed.gov-button--primary-outlined:hover,.gov-button--primary-outlined.gov-hamburger:hover,.gov-calendar__days tbody tr td button.gov-button--primary-outlined:hover,.gov-button--primary-outlined.gov-calendar__toggle:hover {
        background-color:var(--gov-color-blue-light)
    }
}

button--inversed.gov-button--primary-outlined:visited,.gov-button--inversed.gov-button--primary-outlined:visited, .gov-button--primary-outlined.gov-hamburger:visited,.gov-calendar__days tbody tr td button.gov-button--primary-outlined:visited,.gov-button--primary-outlined.gov-calendar__toggle:visited {
}

button--inversed.gov-button--disabled,button--inversed[disabled] button--inversed:disabled,.gov-button--inversed.gov-button--disabled,.gov-button--disabled.gov-hamburger,.gov-calendar__days tbody tr td button.gov-button--disabled,.gov-button--disabled.gov-calendar__toggle,button--inversed[disabled] .gov-button--inversed:disabled,button--inversed[disabled] .gov-hamburger:disabled,button--inversed[disabled] .gov-calendar__days tbody tr td button:disabled,.gov-calendar__days tbody tr td button--inversed[disabled] button:disabled,button--inversed[disabled] .gov-calendar__toggle:disabled,.gov-button--inversed[disabled] button--inversed:disabled,[disabled].gov-hamburger button--inversed:disabled,.gov-calendar__days tbody tr td button[disabled] button--inversed:disabled,[disabled].gov-calendar__toggle button--inversed:disabled,.gov-button--inversed[disabled] .gov-button--inversed:disabled,[disabled].gov-hamburger .gov-button--inversed:disabled,.gov-button--inversed[disabled] .gov-hamburger:disabled,[disabled].gov-hamburger .gov-hamburger:disabled,.gov-calendar__days tbody tr td button[disabled] .gov-button--inversed:disabled,.gov-calendar__days tbody tr td button[disabled] .gov-hamburger:disabled,.gov-button--inversed[disabled] .gov-calendar__days tbody tr td button:disabled,[disabled].gov-hamburger .gov-calendar__days tbody tr td button:disabled,.gov-calendar__days tbody tr td .gov-button--inversed[disabled] button:disabled,.gov-calendar__days tbody tr td [disabled].gov-hamburger button:disabled,.gov-calendar__days tbody tr td button[disabled] button:disabled,[disabled] .gov-calendar__toggle .gov-button--inversed:disabled,[disabled].gov-calendar__toggle .gov-hamburger:disabled,[disabled].gov-calendar__toggle .gov-calendar__days tbody tr td button:disabled,.gov-calendar__days tbody tr td [disabled].gov-calendar__toggle button:disabled,.gov-button--inversed[disabled] .gov-calendar__toggle:disabled,[disabled].gov-hamburger .gov-calendar__toggle:disabled,.gov-calendar__days tbody tr td button[disabled] .gov-calendar__toggle:disabled,[disabled].gov-calendar__toggle .gov-calendar__toggle:disabled {
    color: var(--gov-color-blue-inactive-1) !important
}

button--inversed.gov-button--disabled.gov-button--primary,button--inversed[disabled] button--inversed:disabled.gov-button--primary,.gov-button--inversed.gov-button--disabled.gov-button--primary,.gov-button--disabled.gov-button--primary.gov-hamburger,.gov-calendar__days tbody tr td button.gov-button--disabled.gov-button--primary,.gov-button--disabled.gov-button--primary.gov-calendar__toggle,button--inversed[disabled] .gov-button--inversed:disabled.gov-button--primary,button--inversed[disabled] .gov-hamburger:disabled.gov-button--primary,button--inversed[disabled] .gov-calendar__days tbody tr td button:disabled.gov-button--primary,.gov-calendar__days tbody tr td button--inversed[disabled] button:disabled.gov-button--primary,button--inversed[disabled] .gov-calendar__toggle:disabled.gov-button--primary,.gov-button--inversed[disabled] button--inversed:disabled.gov-button--primary,[disabled].gov-hamburger button--inversed:disabled.gov-button--primary,.gov-calendar__days tbody tr td button[disabled] button--inversed:disabled.gov-button--primary,[disabled].gov-calendar__toggle button--inversed:disabled.gov-button--primary,.gov-button--inversed[disabled] .gov-button--inversed:disabled.gov-button--primary,[disabled].gov-hamburger .gov-button--inversed:disabled.gov-button--primary,.gov-button--inversed[disabled] .gov-hamburger:disabled.gov-button--primary,[disabled].gov-hamburger .gov-hamburger:disabled.gov-button--primary,.gov-calendar__days tbody tr td button[disabled] .gov-button--inversed:disabled.gov-button--primary,.gov-calendar__days tbody tr td button[disabled] .gov-hamburger:disabled.gov-button--primary,.gov-button--inversed[disabled] .gov-calendar__days tbody tr td button:disabled.gov-button--primary,[disabled].gov-hamburger .gov-calendar__days tbody tr td button:disabled.gov-button--primary,.gov-calendar__days tbody tr td .gov-button--inversed[disabled] button:disabled.gov-button--primary,.gov-calendar__days tbody tr td [disabled].gov-hamburger button:disabled.gov-button--primary,.gov-calendar__days tbody tr td button[disabled] button:disabled.gov-button--primary,[disabled].gov-calendar__toggle .gov-button--inversed:disabled.gov-button--primary,[disabled].gov-calendar__toggle .gov-hamburger:disabled.gov-button--primary,[disabled].gov-calendar__toggle .gov-calendar__days tbody tr td button:disabled.gov-button--primary,.gov-calendar__days tbody tr td [disabled].gov-calendar__toggle button:disabled.gov-button--primary,.gov-button--inversed[disabled] .gov-calendar__toggle:disabled.gov-button--primary,[disabled].gov-hamburger .gov-calendar__toggle:disabled.gov-button--primary,.gov-calendar__days tbody tr td button[disabled] .gov-calendar__toggle:disabled.gov-button--primary,[disabled].gov-calendar__toggle .gov-calendar__toggle:disabled.gov-button--primary {
    background-color: var(--gov-color-blue-light) !important;
    border-color: var(--gov-color-blue-light) !important;
    color: var(--gov-color-blue-dark) !important
}

button--inversed.gov-button--disabled.gov-button--primary-outlined,button--inversed[disabled] button--inversed:disabled.gov-button--primary-outlined,.gov-button--inversed.gov-button--disabled.gov-button--primary-outlined,.gov-button--disabled.gov-button--primary-outlined.gov-hamburger,.gov-calendar__days tbody tr td button.gov-button--disabled.gov-button--primary-outlined,.gov-button--disabled.gov-button--primary-outlined.gov-calendar__toggle,button--inversed[disabled] .gov-button--inversed:disabled.gov-button--primary-outlined,button--inversed[disabled] .gov-hamburger:disabled.gov-button--primary-outlined,button--inversed[disabled] .gov-calendar__days tbody tr td button:disabled.gov-button--primary-outlined,.gov-calendar__days tbody tr td button--inversed[disabled] button:disabled.gov-button--primary-outlined,button--inversed[disabled] .gov-calendar__toggle:disabled.gov-button--primary-outlined,.gov-button--inversed[disabled] button--inversed:disabled.gov-button--primary-outlined,[disabled].gov-hamburger button--inversed:disabled.gov-button--primary-outlined,.gov-calendar__days tbody tr td button[disabled] button--inversed:disabled.gov-button--primary-outlined,[disabled].gov-calendar__toggle button--inversed:disabled.gov-button--primary-outlined,.gov-button--inversed[disabled] .gov-button--inversed:disabled.gov-button--primary-outlined,[disabled].gov-hamburger .gov-button--inversed:disabled.gov-button--primary-outlined,.gov-button--inversed[disabled] .gov-hamburger:disabled.gov-button--primary-outlined,[disabled].gov-hamburger .gov-hamburger:disabled.gov-button--primary-outlined,.gov-calendar__days tbody tr td button[disabled] .gov-button--inversed:disabled.gov-button--primary-outlined,.gov-calendar__days tbody tr td button[disabled] .gov-hamburger:disabled.gov-button--primary-outlined,.gov-button--inversed[disabled] .gov-calendar__days tbody tr td button:disabled.gov-button--primary-outlined,[disabled].gov-hamburger .gov-calendar__days tbody tr td button:disabled.gov-button--primary-outlined,.gov-calendar__days tbody tr td .gov-button--inversed[disabled] button:disabled.gov-button--primary-outlined,.gov-calendar__days tbody tr td [disabled].gov-hamburger button:disabled.gov-button--primary-outlined,.gov-calendar__days tbody tr td button[disabled] button:disabled.gov-button--primary-outlined,[disabled].gov-calendar__toggle .gov-button--inversed:disabled.gov-button--primary-outlined,[disabled].gov-calendar__toggle .gov-hamburger:disabled.gov-button--primary-outlined,[disabled].gov-calendar__toggle .gov-calendar__days tbody tr td button:disabled.gov-button--primary-outlined,.gov-calendar__days tbody tr td [disabled].gov-calendar__toggle button:disabled.gov-button--primary-outlined,.gov-button--inversed[disabled] .gov-calendar__toggle:disabled.gov-button--primary-outlined,[disabled].gov-hamburger .gov-calendar__toggle:disabled.gov-button--primary-outlined,.gov-calendar__days tbody tr td button[disabled] .gov-calendar__toggle:disabled.gov-button--primary-outlined,[disabled].gov-calendar__toggle .gov-calendar__toggle:disabled.gov-button--primary-outlined {
    border-color: var(--gov-color-blue-light) !important;
    color: var(--gov-color-blue-inactive-1) !important
}

.gov-autocomplete {
    position: relative;
    display: block
}

.gov-autocomplete__results,.gov-multiselect__options {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.5625rem;
    z-index: 10;
    max-height: 320px;
    overflow-y: scroll;
    background-color: var(--gov-color-white);
    border-radius: 3px;
    box-shadow: 0 0 2px 0 var(--gov-color-grey-light);
    transform: translateY(100%)
}

.gov-autocomplete__result,.gov-multiselect__option {
    display: block;
    margin: 0 !important;
    padding: .9375rem .625rem;
    cursor: pointer
}

@media not all and (pointer: coarse) {
    .gov-autocomplete__result:hover,.gov-multiselect__option:hover {
        background-color:var(--gov-color-blue-hover)
    }
}

.gov-autocomplete__result.selected,.selected.gov-multiselect__option,.gov-autocomplete__result.is-active,.is-active.gov-multiselect__option {
    background-color: var(--gov-color-blue-hover)
}

.gov-autocomplete__empty,.gov-multiselect__empty {
    display: block;
    margin: 0 !important;
    padding: .9375rem .625rem;
    color: var(--gov-color-grey-light)
}

.gov-form-control--classic .gov-autocomplete {
    display: flex;
    flex-direction: column
}

.gov-form-control--custom .gov-form-control__checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.gov-form-control--custom .gov-form-control__checkbox~.gov-form-control__indicator {
    border-radius: 3px
}

.gov-form-control--custom .gov-form-control__checkbox~.gov-form-control__indicator:after {
    content: "%";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 1px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    font-family: "gov-basic-icons";
    font-size: .875rem;
    text-transform: none
}

.gov-form-control--custom .gov-form-control__checkbox:checked~.gov-form-control__indicator {
    background-color: var(--gov-color-blue)
}

.gov-form-control--custom .gov-form-control__checkbox:checked~.gov-form-control__indicator:after {
    color: var(--gov-color-white)
}

.gov-form-control--custom .gov-form-control__checkbox:focus~.gov-form-control__indicator {
    box-shadow: 0 0 0 2px var(--gov-color-blue-focus);
    outline: 0
}

.gov-form-control--custom .gov-form-control__checkbox[aria-disabled=true]~.gov-form-control__label,.gov-form-control--custom .gov-form-control__checkbox:disabled~.gov-form-control__label,.gov-form-control--custom .gov-form-control__checkbox[readonly]~.gov-form-control__label {
    color: var(--gov-color-grey-light);
    cursor: not-allowed
}

.gov-form-control--custom .gov-form-control__checkbox[aria-disabled=true]~.gov-form-control__indicator,.gov-form-control--custom .gov-form-control__checkbox:disabled~.gov-form-control__indicator,.gov-form-control--custom .gov-form-control__checkbox[readonly]~.gov-form-control__indicator {
    border-color: var(--gov-color-blue-inactive-1) !important
}

.gov-form-control--custom .gov-form-control__checkbox[aria-disabled=true]:checked~.gov-form-control__indicator,.gov-form-control--custom .gov-form-control__checkbox:disabled:checked~.gov-form-control__indicator,.gov-form-control--custom .gov-form-control__checkbox[readonly]:checked~.gov-form-control__indicator {
    background-color: var(--gov-color-blue-inactive-1)
}

.gov-form-control--custom .gov-form-control__message {
    margin-left: 0
}

.gov-form-control--custom.gov-form-control--error .gov-form-control__validation-mark,.gov-form-control--custom.gov-form-control--success .gov-form-control__validation-mark {
    display: none
}

.gov-form-control--custom.gov-form-control--error .gov-form-control__checkbox:checked~.gov-form-control__indicator {
    background-color: var(--gov-color-error)
}

.gov-form-control--custom.gov-form-control--error .gov-form-control__checkbox:focus~.gov-form-control__indicator {
    box-shadow: 0 0 0 2px var(--gov-color-error)
}

.gov-form-control--custom.gov-form-control--inversed .gov-form-control__checkbox:checked~.gov-form-control__indicator:after {
    background-color: var(--gov-color-white);
    color: var(--gov-color-grey-dark)
}

.gov-form-control--custom.gov-form-control--inversed .gov-form-control__checkbox:focus~.gov-form-control__indicator {
    box-shadow: 0 0 0 2px var(--gov-color-white)
}

.gov-form-control {
    position: relative;
    margin-bottom: .9375rem;
    -webkit-font-smoothing: antialiased
}

.gov-form-control__label {
    color: var(--gov-color-grey-dark);
    cursor: pointer;
    font-family: "Roboto",sans-serif;
    line-height: initial;
    position: relative
}

.gov-form-control__label .gov-tooltip--icon {
    margin-left: .25rem;
    position: relative;
    top: .125rem
}

.gov-form-control__label .gov-tooltip--copy {
    margin-left: .25rem
}

.gov-form-control:not(.gov-form-control--custom,.gov-form-control--classic) .gov-form-control__label {
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    display: block;
    margin-bottom: 0;
    padding-top: 1.25rem;
    padding-left: 1.25rem;
    font-size: 1rem;
    opacity: .5;
    transition: padding-top ease 150ms,font-size ease 150ms,opacity ease 150ms
}

.gov-form-control__message {
    display: block;
    margin-left: .625rem;
    margin-top: .25rem;
    color: var(--gov-color-grey-mid);
    font-size: .75rem;
    letter-spacing: .4px
}

.gov-form-control__datepicker {
    max-width: 12.5rem
}

.gov-form-control__timepicker {
    max-width: 9.375rem
}

.gov-form-control--custom .gov-form-control__label {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-left: 2.1875rem;
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase
}

@media not all and (pointer: coarse) {
    .gov-form-control--custom .gov-form-control__label:hover+.gov-form-control__indicator {
        border-color:var(--gov-color-grey-dark)
    }
}

.gov-form-control--custom .gov-form-control__indicator {
    position: absolute;
    left: 0;
    top: -0.0625rem;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    user-select: none;
    background-color: transparent;
    border: 2px solid var(--gov-color-blue);
    box-shadow: none
}

.gov-form-control--success,.gov-form-control--error {
    position: relative
}

.gov-form-control--success .gov-form-control__input,.gov-form-control--error .gov-form-control__input {
    padding-right: 2.5rem
}

.gov-form-control--success .gov-form-control__validation-mark,.gov-form-control--error .gov-form-control__validation-mark {
    display: block
}

.gov-form-control--error .gov-form-control__label {
    color: var(--gov-color-error)
}

.gov-form-control--error .gov-form-control__indicator {
    border-color: var(--gov-color-error) !important
}

.gov-form-control--error .gov-form-control__message {
    color: var(--gov-color-error)
}

.gov-form-control--error .gov-form-control__validation-mark:after {
    content: "W";
    color: var(--gov-color-error)
}

.gov-form-control--success .gov-form-control__validation-mark:after {
    content: "%";
    color: var(--gov-color-success)
}

.gov-form-control__validation-mark {
    content: "";
    display: none;
    position: absolute;
    right: .875rem;
    top: 1.125rem;
    width: 1.25rem;
    height: 1.25rem
}

.gov-form-control__validation-mark:after {
    font-family: "gov-basic-icons";
    font-size: 1.25rem;
    width: 100%;
    height: 100%
}

.gov-form-control--inversed .gov-form-control__label {
    color: var(--gov-color-white)
}

.gov-form-control--inversed .gov-form-control__indicator {
    border-color: var(--gov-color-white)
}

.gov-form-control.not-empty:not(.gov-form-control--classic) .gov-form-control__label,.gov-form-control.default-behaviour-unset:not(.gov-form-control--classic) .gov-form-control__label {
    padding-top: .4375rem;
    padding-bottom: .3125rem;
    background-color: var(--gov-color-white);
    border-radius: 3px 3px 0 0;
    font-size: .75rem;
    opacity: 1
}

.gov-form-control--classic {
    display: flex;
    flex-direction: column
}

.gov-form-control--classic .gov-form-control__label {
    order: 1;
    font-size: .875rem;
    line-height: 1.3;
    color: var(--gov-color-grey-mid);
    margin-bottom: .25rem
}

.gov-form-control--classic .gov-form-control__label .gov-tooltip--icon {
    position: absolute
}

.gov-form-control--classic .gov-form-control__input {
    order: 2
}

.gov-form-control--classic .gov-form-control__message {
    order: 3;
    margin-left: 0
}

.gov-form-control--classic.gov-form-control--error .gov-form-control__validation-mark,.gov-form-control--classic.gov-form-control--success .gov-form-control__validation-mark {
    top: 2.125rem;
    width: .75rem;
    height: .75rem
}

.gov-form-control--classic.gov-form-control--error .gov-form-control__validation-mark:after,.gov-form-control--classic.gov-form-control--success .gov-form-control__validation-mark:after {
    font-size: .75rem
}

.gov-form-control--classic.gov-form-control--error .gov-form-control__input,.gov-form-control--classic.gov-form-control--success .gov-form-control__input {
    padding-right: 2rem
}

.gov-form-control--large.gov-form-control--error .gov-form-control__validation-mark,.gov-form-control--large.gov-form-control--success .gov-form-control__validation-mark {
    top: 2.375rem;
    width: 1rem;
    height: 1rem
}

.gov-form-control--large.gov-form-control--error .gov-form-control__validation-mark:after,.gov-form-control--large.gov-form-control--success .gov-form-control__validation-mark:after {
    font-size: 1rem
}

.gov-form-control--large.gov-form-control--error .gov-form-control__input,.gov-form-control--large.gov-form-control--success .gov-form-control__input {
    padding-right: 2.25rem
}

.gov-form-control--x-large .gov-form-control__input {
    font-size: 1.125rem;
    line-height: 1.225
}

.gov-form-control--x-large .gov-form-control__label {
    font-size: 1rem
}

.gov-form-control--x-large .gov-form-control__message {
    font-size: .875rem
}

.gov-form-control--x-large.gov-form-control--error .gov-form-control__validation-mark,.gov-form-control--x-large.gov-form-control--success .gov-form-control__validation-mark {
    top: 2.6875rem;
    width: 1.25rem;
    height: 1.25rem
}

.gov-form-control--x-large.gov-form-control--error .gov-form-control__validation-mark:after,.gov-form-control--x-large.gov-form-control--success .gov-form-control__validation-mark:after {
    font-size: 1.25rem
}

.gov-form-control--x-large.gov-form-control--error .gov-form-control__input,.gov-form-control--x-large.gov-form-control--success .gov-form-control__input {
    padding-right: 2.5rem
}

.gov-form-group {
    margin: 0;
    padding: 0
}

.gov-form-group__item {
    position: relative;
    margin-bottom: .625rem !important;
    line-height: 1.6667;
    -webkit-font-smoothing: antialiased
}

.gov-form-group+.gov-form-control__message {
    margin-left: 0 !important
}

.gov-form-group .gov-form-control__indicator {
    top: .125rem
}

@media(min-width: 26em) {
    .gov-form-group--inline {
        display:flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap
    }

    .gov-form-group--inline .gov-form-group__item {
        margin-bottom: .3125rem !important;
        padding-right: 1.875rem
    }
}

.gov-form-group--complex .gov-form-control__label p,.gov-form-group--complex .gov-form-control__label .gov-paragraph,.gov-form-group--complex .gov-form-control__label table tbody td,table tbody .gov-form-group--complex .gov-form-control__label td,.gov-form-group--complex .gov-form-control__label .gov-table tbody td,.gov-table tbody .gov-form-group--complex .gov-form-control__label td {
    margin-top: .625rem;
    margin-bottom: .9375rem;
    text-transform: none
}

.gov-form-group--complex .gov-form-control__indicator {
    top: -0.1875rem
}

.gov-form-control--custom .gov-form-control__radio {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.gov-form-control--custom .gov-form-control__radio~.gov-form-control__indicator {
    border-radius: 50%
}

.gov-form-control--custom .gov-form-control__radio~.gov-form-control__indicator:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: .625rem;
    height: .625rem;
    border-radius: .625rem;
    transform: translate(-50%, -50%)
}

.gov-form-control--custom .gov-form-control__radio:checked~.gov-form-control__indicator:after {
    background-color: var(--gov-color-blue)
}

.gov-form-control--custom .gov-form-control__radio:focus~.gov-form-control__indicator {
    box-shadow: 0 0 0 2px var(--gov-color-blue-focus);
    outline: 0
}

.gov-form-control--custom .gov-form-control__radio[aria-disabled=true]~.gov-form-control__label,.gov-form-control--custom .gov-form-control__radio:disabled~.gov-form-control__label,.gov-form-control--custom .gov-form-control__radio[readonly]~.gov-form-control__label {
    color: var(--gov-color-grey-light);
    cursor: not-allowed
}

.gov-form-control--custom .gov-form-control__radio[aria-disabled=true]~.gov-form-control__indicator,.gov-form-control--custom .gov-form-control__radio:disabled~.gov-form-control__indicator,.gov-form-control--custom .gov-form-control__radio[readonly]~.gov-form-control__indicator {
    border-color: var(--gov-color-blue-inactive-1)
}

.gov-form-control--custom .gov-form-control__radio[aria-disabled=true]:checked~.gov-form-control__indicator:after,.gov-form-control--custom .gov-form-control__radio:disabled:checked~.gov-form-control__indicator:after,.gov-form-control--custom .gov-form-control__radio[readonly]:checked~.gov-form-control__indicator:after {
    background-color: var(--gov-color-blue-inactive-1)
}

.gov-form-control--custom.gov-form-control--error .gov-form-control__radio:checked~.gov-form-control__indicator:after {
    background-color: var(--gov-color-error)
}

.gov-form-control--custom.gov-form-control--error .gov-form-control__radio:focus~.gov-form-control__indicator {
    box-shadow: 0 0 0 2px var(--gov-color-error)
}

.gov-form-control--custom.gov-form-control--inversed .gov-form-control__radio:checked~.gov-form-control__indicator:after {
    background-color: var(--gov-color-white)
}

.gov-form-control--custom.gov-form-control--inversed .gov-form-control__radio:focus~.gov-form-control__indicator {
    box-shadow: 0 0 0 2px var(--gov-color-white)
}

.gov-multiselect {
    position: relative
}

.gov-multiselect:after {
    content: "p";
    display: inline-block;
    position: absolute;
    right: .9375rem;
    top: 50%;
    margin-top: -0.75rem;
    color: var(--gov-color-blue);
    font-family: "gov-basic-icons";
    font-size: 1.5rem;
    line-height: 1;
    pointer-events: none
}

.gov-multiselect__tag {
    display: inline-flex !important;
    align-items: flex-start;
    margin-bottom: 0 !important;
    margin-top: .625rem;
    padding: .375rem 0 0 .625rem;
    background-color: var(--gov-color-blue-hover);
    border-radius: 3px;
    color: var(--gov-color-blue);
    font-family: "Roboto",sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: initial;
    line-height: 1.5 !important;
    white-space: nowrap
}

.gov-multiselect__tag span {
    margin-bottom: .375rem;
    white-space: initial
}

.gov-multiselect__tag button {
    margin-top: -0.375rem;
    margin-left: .5rem;
    padding: 0;
    color: var(--gov-color-blue)
}

.gov-multiselect__tag button:after {
    content: "p";
    display: block;
    position: relative;
    color: currentColor;
    font-family: "gov-basic-icons";
    font-size: 1.875rem;
    line-height: 1;
    pointer-events: none;
    text-transform: none;
    vertical-align: middle
}

@media not all and (pointer: coarse) {
    .gov-multiselect__tag button:hover {
        background-color:var(--gov-color-blue-inactive-2)
    }
}

.gov-form-control--classic .gov-multiselect {
    display: flex;
    flex-direction: column
}

.gov-form-control--classic .gov-multiselect .gov-form-control__input {
    order: 2
}

.gov-form-control--classic .gov-multiselect::after {
    top: 2.625rem
}

.gov-form-control--large .gov-multiselect::after {
    top: 2.875rem
}

.gov-form-control--x-large .gov-multiselect::after {
    top: 3.375rem
}

.gov-form-control select {
    padding: 1.5625rem 1.25rem .6875rem;
    padding-right: 2.5rem;
    width: 100%;
    background-color: var(--gov-color-white);
    border: 1px solid var(--gov-color-grey-mid);
    border-radius: 3px;
    box-shadow: none;
    color: var(--gov-color-grey-dark);
    cursor: pointer;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: 1.02px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.gov-form-control select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

.gov-form-control select::-ms-expand {
    display: none
}

.gov-form-control select:active {
    border-color: var(--gov-color-blue);
    outline: 0
}

@media not all and (pointer: coarse) {
    .gov-form-control select:hover {
        border-color:var(--gov-color-blue);
        outline: 0
    }
}

.gov-form-control select:focus {
    border-color: unset;
    box-shadow: 0 0 0 2px var(--gov-color-blue-focus);
    outline: 0
}

.gov-form-control select[aria-disabled=true],.gov-form-control select:disabled {
    cursor: not-allowed;
    background-color: var(--gov-color-grey-bg);
    border-color: var(--gov-color-grey-light);
    color: var(--gov-color-grey-light)
}

.gov-form-control select[aria-disabled=true]~.gov-form-control__label,.gov-form-control select:disabled~.gov-form-control__label {
    padding-top: 1.25rem;
    padding-left: 1.25rem;
    margin-bottom: 0;
    background-color: var(--gov-color-grey-bg);
    color: rgba(var(--gov-color-grey-dark-rgb), 0.5);
    font-size: 1rem;
    cursor: not-allowed
}

.gov-form-control .gov-select {
    position: relative
}

.gov-form-control .gov-select:after {
    content: "G";
    display: inline-block;
    position: absolute;
    right: .9375rem;
    top: 50%;
    margin-top: -0.75rem;
    color: var(--gov-color-blue);
    font-family: "gov-basic-icons";
    font-size: 1.5rem;
    line-height: 1;
    pointer-events: none
}

.gov-form-control .gov-select .gov-form-control__label {
    pointer-events: none
}

.gov-form-control--error .gov-select~.gov-form-control__validation-mark,.gov-form-control--success .gov-select~.gov-form-control__validation-mark {
    display: none
}

.gov-form-control--error select {
    color: var(--gov-color-error);
    border-color: var(--gov-color-error)
}

.gov-form-control--error select:active,.gov-form-control--error select:focus {
    border-color: var(--gov-color-error)
}

@media not all and (pointer: coarse) {
    .gov-form-control--error select:hover {
        border-color:var(--gov-color-error)
    }
}

.gov-form-control--error select:focus {
    box-shadow: 0 0 0 2px var(--gov-color-error)
}

.gov-form-control--error .gov-select:after {
    color: var(--gov-color-error)
}

.gov-form-control--classic select {
    padding: .5rem .75rem;
    line-height: 1.375;
    order: 2
}

.gov-form-control--classic select[aria-disabled=true]~.gov-form-control__label,.gov-form-control--classic select:disabled~.gov-form-control__label {
    padding-top: inherit;
    padding-left: inherit;
    margin-bottom: .25rem;
    font-size: .875rem;
    background: transparent
}

.gov-form-control--classic .gov-select {
    display: flex;
    flex-direction: column
}

.gov-form-control--classic .gov-select::after {
    top: 2.625rem
}

.gov-form-control--large select {
    padding: .75rem
}

.gov-form-control--large .gov-select::after {
    top: 2.875rem
}

.gov-form-control--x-large select {
    padding: 1rem;
    font-size: 1.125rem;
    line-height: 1.223
}

.gov-form-control--x-large .gov-select::after {
    top: 3.375rem
}

.gov-form-control .gov-form-control__input.placeholder {
    color: var(--gov-color-white)
}

.gov-form-control .gov-form-control__input:-moz-placeholder {
    color: var(--gov-color-white)
}

.gov-form-control .gov-form-control__input::-moz-placeholder {
    color: var(--gov-color-white)
}

.gov-form-control .gov-form-control__input:-ms-input-placeholder {
    color: var(--gov-color-white)
}

.gov-form-control .gov-form-control__input::-webkit-input-placeholder {
    color: var(--gov-color-white)
}

.gov-form-control .gov-form-control__input[aria-disabled=true]~.gov-form-control__label,.gov-form-control .gov-form-control__input:disabled~.gov-form-control__label,.gov-form-control .gov-form-control__input[readonly]~.gov-form-control__label,.gov-form-control .gov-form-control__input:read-only~.gov-form-control__label {
    background-color: var(--gov-color-grey-bg);
    cursor: not-allowed
}

.gov-form-control .gov-form-control__input[aria-disabled=true].placeholder,.gov-form-control .gov-form-control__input:disabled.placeholder,.gov-form-control .gov-form-control__input[readonly].placeholder,.gov-form-control .gov-form-control__input:read-only.placeholder {
    color: var(--gov-color-grey-bg)
}

.gov-form-control .gov-form-control__input[aria-disabled=true]:-moz-placeholder,.gov-form-control .gov-form-control__input:disabled:-moz-placeholder,.gov-form-control .gov-form-control__input[readonly]:-moz-placeholder,.gov-form-control .gov-form-control__input:read-only:-moz-placeholder {
    color: var(--gov-color-grey-bg)
}

.gov-form-control .gov-form-control__input[aria-disabled=true]::-moz-placeholder,.gov-form-control .gov-form-control__input:disabled::-moz-placeholder,.gov-form-control .gov-form-control__input[readonly]::-moz-placeholder,.gov-form-control .gov-form-control__input:read-only::-moz-placeholder {
    color: var(--gov-color-grey-bg)
}

.gov-form-control .gov-form-control__input[aria-disabled=true]:-ms-input-placeholder,.gov-form-control .gov-form-control__input:disabled:-ms-input-placeholder,.gov-form-control .gov-form-control__input[readonly]:-ms-input-placeholder,.gov-form-control .gov-form-control__input:read-only:-ms-input-placeholder {
    color: var(--gov-color-grey-bg)
}

.gov-form-control .gov-form-control__input[aria-disabled=true]::-webkit-input-placeholder,.gov-form-control .gov-form-control__input:disabled::-webkit-input-placeholder,.gov-form-control .gov-form-control__input[readonly]::-webkit-input-placeholder,.gov-form-control .gov-form-control__input:read-only::-webkit-input-placeholder {
    color: var(--gov-color-grey-bg)
}

.gov-form-control .gov-form-control__input:focus {
    border-color: var(--gov-color-blue);
    outline: 0
}

.gov-form-control .gov-form-control__input:focus~.gov-form-control__label {
    padding-top: .4375rem;
    padding-bottom: .3125rem;
    border-radius: 3px 3px 0 0;
    font-size: .75rem;
    opacity: 1
}

.gov-form-control .gov-form-control__input:focus.placeholder {
    color: var(--gov-color-grey-light)
}

.gov-form-control .gov-form-control__input:focus:-moz-placeholder {
    color: var(--gov-color-grey-light)
}

.gov-form-control .gov-form-control__input:focus::-moz-placeholder {
    color: var(--gov-color-grey-light)
}

.gov-form-control .gov-form-control__input:focus:-ms-input-placeholder {
    color: var(--gov-color-grey-light)
}

.gov-form-control .gov-form-control__input:focus::-webkit-input-placeholder {
    color: var(--gov-color-grey-light)
}

.gov-form-control .gov-form-control__input--standalone {
    padding: .9375rem 1.25rem;
    padding-bottom: .8125rem
}

.gov-form-control .gov-form-control__input--standalone.placeholder {
    color: var(--gov-color-grey-light)
}

.gov-form-control .gov-form-control__input--standalone:-moz-placeholder {
    color: var(--gov-color-grey-light)
}

.gov-form-control .gov-form-control__input--standalone::-moz-placeholder {
    color: var(--gov-color-grey-light)
}

.gov-form-control .gov-form-control__input--standalone:-ms-input-placeholder {
    color: var(--gov-color-grey-light)
}

.gov-form-control .gov-form-control__input--standalone::-webkit-input-placeholder {
    color: var(--gov-color-grey-light)
}

.gov-form-control--error .gov-form-control__input {
    color: var(--gov-color-error);
    border-color: var(--gov-color-error)
}

.gov-form-control--error .gov-form-control__input:active,.gov-form-control--error .gov-form-control__input:focus {
    border-color: var(--gov-color-error)
}

.gov-form-control--error .gov-form-control__input:focus {
    box-shadow: 0 0 0 2px var(--gov-color-error)
}

@media not all and (pointer: coarse) {
    .gov-form-control--error .gov-form-control__input:hover {
        border-color:var(--gov-color-error)
    }
}

.gov-form-control--inversed .gov-form-control__input {
    border-color: var(--gov-color-white)
}

.gov-form-control--inversed .gov-form-control__input:focus {
    box-shadow: 0 0 0 2px var(--gov-color-white)
}

.gov-form-control--classic .gov-form-control__input {
    padding: .5rem .75rem;
    line-height: 1.375
}

.gov-form-control--classic .gov-form-control__input.placeholder {
    color: var(--gov-color-grey-light)
}

.gov-form-control--classic .gov-form-control__input:-moz-placeholder {
    color: var(--gov-color-grey-light)
}

.gov-form-control--classic .gov-form-control__input::-moz-placeholder {
    color: var(--gov-color-grey-light)
}

.gov-form-control--classic .gov-form-control__input:-ms-input-placeholder {
    color: var(--gov-color-grey-light)
}

.gov-form-control--classic .gov-form-control__input::-webkit-input-placeholder {
    color: var(--gov-color-grey-light)
}

.gov-form-control--classic .gov-form-control__input[aria-disabled=true],.gov-form-control--classic .gov-form-control__input:disabled,.gov-form-control--classic .gov-form-control__input[readonly],.gov-form-control--classic .gov-form-control__input:read-only {
    color: var(--gov-color-grey-light)
}

.gov-form-control--classic .gov-form-control__input[aria-disabled=true]~.gov-form-control__label,.gov-form-control--classic .gov-form-control__input:disabled~.gov-form-control__label,.gov-form-control--classic .gov-form-control__input[readonly]~.gov-form-control__label,.gov-form-control--classic .gov-form-control__input:read-only~.gov-form-control__label {
    background: transparent
}

.gov-form-control--classic .gov-form-control__input[aria-disabled=true].placeholder,.gov-form-control--classic .gov-form-control__input:disabled.placeholder,.gov-form-control--classic .gov-form-control__input[readonly].placeholder,.gov-form-control--classic .gov-form-control__input:read-only.placeholder {
    color: var(--gov-color-grey-light)
}

.gov-form-control--classic .gov-form-control__input[aria-disabled=true]:-moz-placeholder,.gov-form-control--classic .gov-form-control__input:disabled:-moz-placeholder,.gov-form-control--classic .gov-form-control__input[readonly]:-moz-placeholder,.gov-form-control--classic .gov-form-control__input:read-only:-moz-placeholder {
    color: var(--gov-color-grey-light)
}

.gov-form-control--classic .gov-form-control__input[aria-disabled=true]::-moz-placeholder,.gov-form-control--classic .gov-form-control__input:disabled::-moz-placeholder,.gov-form-control--classic .gov-form-control__input[readonly]::-moz-placeholder,.gov-form-control--classic .gov-form-control__input:read-only::-moz-placeholder {
    color: var(--gov-color-grey-light)
}

.gov-form-control--classic .gov-form-control__input[aria-disabled=true]:-ms-input-placeholder,.gov-form-control--classic .gov-form-control__input:disabled:-ms-input-placeholder,.gov-form-control--classic .gov-form-control__input[readonly]:-ms-input-placeholder,.gov-form-control--classic .gov-form-control__input:read-only:-ms-input-placeholder {
    color: var(--gov-color-grey-light)
}

.gov-form-control--classic .gov-form-control__input[aria-disabled=true]::-webkit-input-placeholder,.gov-form-control--classic .gov-form-control__input:disabled::-webkit-input-placeholder,.gov-form-control--classic .gov-form-control__input[readonly]::-webkit-input-placeholder,.gov-form-control--classic .gov-form-control__input:read-only::-webkit-input-placeholder {
    color: var(--gov-color-grey-light)
}

.gov-form-control--classic .gov-form-control__input:focus {
    border-color: var(--gov-color-blue);
    outline: 0
}

.gov-form-control--classic .gov-form-control__input:focus~.gov-form-control__label {
    padding-top: inherit;
    padding-bottom: inherit;
    font-size: .875rem
}

.gov-form-control--classic.gov-form-control--error .gov-form-control__label {
    color: var(--gov-color-error)
}

.gov-form-control--large .gov-form-control__input {
    padding: .8125rem .75rem .6875rem .75rem
}

.gov-form-control--x-large .gov-form-control__input {
    padding: 1rem 1rem 1rem 1rem
}

.gov-form-control--x-large .gov-form-control__input:focus~.gov-form-control__label {
    font-size: 1rem !important
}

.gov-form-control--custom .gov-form-control__toggle {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.gov-form-control--custom .gov-form-control__toggle~.gov-form-control__label {
    padding-left: 3.4375rem
}

@media not all and (pointer: coarse) {
    .gov-form-control--custom .gov-form-control__toggle~.gov-form-control__label:hover+.gov-form-control__indicator {
        border-color:var(--gov-color-grey-light)
    }
}

.gov-form-control--custom .gov-form-control__toggle~.gov-form-control__indicator {
    top: -0.1875rem;
    height: 1.5rem;
    width: 2.5rem;
    background-color: var(--gov-color-grey-bg);
    border: 1px solid var(--gov-color-grey-inactive);
    border-radius: 1.5rem
}

.gov-form-control--custom .gov-form-control__toggle~.gov-form-control__indicator:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1.375rem;
    height: 1.375rem;
    background-color: var(--gov-color-white);
    border-radius: 100%;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.35)
}

.gov-form-control--custom .gov-form-control__toggle:checked~.gov-form-control__indicator {
    background-color: var(--gov-color-blue);
    border-color: var(--gov-color-blue) !important
}

.gov-form-control--custom .gov-form-control__toggle:checked~.gov-form-control__indicator:after {
    transform: translate3d(1rem, 0, 0)
}

.gov-form-control--custom .gov-form-control__toggle:focus~.gov-form-control__indicator {
    box-shadow: 0 0 0 2px var(--gov-color-blue-focus);
    outline: 0
}

.gov-form-control--custom .gov-form-control__toggle~.gov-form-control__message {
    margin-left: 3.4375rem
}

.gov-form-control--custom .gov-form-control__toggle[aria-disabled=true]~.gov-form-control__label,.gov-form-control--custom .gov-form-control__toggle:disabled~.gov-form-control__label,.gov-form-control--custom .gov-form-control__toggle[readonly]~.gov-form-control__label {
    color: var(--gov-color-grey-light);
    cursor: not-allowed
}

.gov-form-control--custom .gov-form-control__toggle[aria-disabled=true]~ .gov-form-control__indicator,.gov-form-control--custom .gov-form-control__toggle:disabled~ .gov-form-control__indicator,.gov-form-control--custom .gov-form-control__toggle[readonly]~ .gov-form-control__indicator {
    border-color: var(--gov-color-grey-inactive) !important
}

.gov-form-control--custom .gov-form-control__toggle[aria-disabled=true]~.gov-form-control__indicator:after,.gov-form-control--custom .gov-form-control__toggle:disabled~.gov-form-control__indicator:after,.gov-form-control--custom .gov-form-control__toggle[readonly]~.gov-form-control__indicator:after {
    background-color: var(--gov-color-grey-bg);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2)
}

.gov-form-control--custom .gov-form-control__toggle[aria-disabled=true]:checked~.gov-form-control__indicator,.gov-form-control--custom .gov-form-control__toggle:disabled:checked~ .gov-form-control__indicator,.gov-form-control--custom .gov-form-control__toggle[readonly]:checked~ .gov-form-control__indicator {
    background-color: var(--gov-color-blue-inactive-1);
    border-color: var(--gov-color-blue-inactive-1) !important
}

.gov-form-control--custom .gov-form-control__toggle[aria-disabled=true]:checked~.gov-form-control__indicator:after,.gov-form-control--custom .gov-form-control__toggle:disabled:checked~.gov-form-control__indicator:after,.gov-form-control--custom .gov-form-control__toggle[readonly]:checked~.gov-form-control__indicator:after {
    background-color: var(--gov-color-grey-bg)
}

.gov-form-control--custom .gov-form-control__message {
    margin-left: 2.1875rem
}

.gov-form-control--custom.gov-form-control--error .gov-form-control__toggle:checked~.gov-form-control__indicator {
    background-color: var(--gov-color-error);
    border-color: var(--gov-color-error)
}

.gov-form-control--custom.gov-form-control--error .gov-form-control__toggle:focus~.gov-form-control__indicator {
    box-shadow: 0 0 0 2px var(--gov-color-error)
}

.gov-calendar {
    font-family: "Roboto",sans-serif
}

.gov-calendar__container {
    padding: .625rem .3125rem;
    max-width: 280px;
    background-color: var(--gov-color-blue);
    border-radius: 3px
}

.gov-calendar__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: .3125rem
}

.gov-calendar__toggle {
    padding: 0;
    height: 36px;
    width: 36px
}

.gov-calendar__toggle:after {
    color: var(--gov-color-white);
    font-family: "gov-basic-icons";
    font-size: 1.5rem;
    text-transform: none;
    vertical-align: middle
}

.gov-calendar__toggle--prev:after {
    content: "c";
    display: inline-block;
    position: relative
}

.gov-calendar__toggle--next:after {
    content: "e";
    display: inline-block;
    position: relative
}

.gov-calendar__title {
    color: var(--gov-color-white);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .03125em;
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased
}

.gov-calendar__days {
    margin: 0 auto
}

.gov-calendar__days thead th {
    padding-right: 0;
    color: var(--gov-color-white);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .0125em;
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased
}

.gov-calendar__days tbody tr {
    border: none
}

.gov-calendar__days tbody tr td {
    padding: 2px;
    min-width: auto
}

.gov-calendar__days tbody tr td button {
    padding: 0;
    height: 34px;
    width: 34px
}

.gov-calendar__days tbody tr td button.is-today {
    background-color: var(--gov-color-blue-dark)
}

.gov-calendar--standalone .gov-calendar__container {
    padding: .9375rem;
    max-width: 320px
}

.gov-calendar--standalone .gov-calendar__header {
    position: relative;
    padding-top: .375rem;
    padding-bottom: 1.25rem;
    max-width: 280px
}

.gov-calendar--standalone .gov-calendar__toggle {
    position: absolute;
    right: -0.75rem;
    top: 0;
    align-self: flex-end;
    order: 2
}

.gov-calendar--standalone .gov-calendar__toggle--prev {
    right: 24px
}

.gov-calendar--standalone .gov-calendar__title {
    font-size: 1.25rem;
    text-transform: none
}

.gov-calendar--standalone .gov-calendar__days {
    max-width: 280px
}

.gov-calendar--standalone .gov-calendar__days tbody tr td {
    padding: 2px 0
}

.gov-calendar--standalone .gov-calendar__days tbody tr td button {
    height: 36px;
    width: 36px
}

.gov-table-cover {
    display: block;
    max-width: 100%;
    overflow-x: scroll
}

table,.gov-table {
    margin-bottom: 1.5625rem;
    table-layout: auto;
    /*    table-layout: fixed;*/
    width: 100%;
    border: none
}

table tbody tr,.gov-table tbody tr {
    border-bottom: 1px solid var(--gov-color-grey-inactive)
}

table tbody td,.gov-table tbody td {
    margin-bottom: 0;
    border: none
}

table tbody td.gov-table__cell--wide,.gov-table tbody td.gov-table__cell--wide {
    min-width: 180px
}

table tbody td.gov-table__cell--narrow,.gov-table tbody td.gov-table__cell--narrow {
    min-width: 100px
}

table th,table td,.gov-table th, .gov-table td {
    padding: .5rem 0.5rem;
    padding-right: .625rem;
}

@media(max-width: 51.99em) {
    table.gov-table--tablet-block thead,.gov-table.gov-table--tablet-block thead {
        display:none
    }

    table.gov-table--tablet-block thead th,.gov-table.gov-table--tablet-block thead th {
        padding-bottom: 0
    }

    table.gov-table--tablet-block tbody td:before,.gov-table.gov-table--tablet-block tbody td:before {
        content: attr(data-title);
        display: block;
        position: static;
        color: var(--gov-color-grey-dark);
        font-size: .75rem;
        font-weight: 700;
        text-transform: uppercase
    }

    table.gov-table--tablet-block td,.gov-table.gov-table--tablet-block td {
        display: block;
        padding: .3125rem 0
    }

    table.gov-table--tablet-block td.u-align--right,.gov-table.gov-table--tablet-block td.u-align--right {
        text-align: left !important
    }

    table.gov-table--tablet-block tr,.gov-table.gov-table--tablet-block tr {
        display: block;
        padding: .625rem 0
    }
}

@media(max-width: 31.99em) {
    table.gov-table--mobile-block thead,.gov-table.gov-table--mobile-block thead {
        display:none
    }

    table.gov-table--mobile-block thead th,.gov-table.gov-table--mobile-block thead th {
        padding-bottom: 0
    }

    table.gov-table--mobile-block tbody td:before,.gov-table.gov-table--mobile-block tbody td:before {
        content: attr(data-title);
        display: block;
        position: static;
        color: var(--gov-color-grey-dark);
        font-size: .75rem;
        font-weight: 700;
        text-transform: uppercase
    }

    table.gov-table--mobile-block td,.gov-table.gov-table--mobile-block td {
        display: block;
        padding: .3125rem 0
    }

    table.gov-table--mobile-block td.u-align--right,.gov-table.gov-table--mobile-block td.u-align--right {
        text-align: left !important
    }

    table.gov-table--mobile-block tr,.gov-table.gov-table--mobile-block tr {
        display: block;
        padding: .625rem 0
    }
}

.gov-sortable-table__trigger {
    position: relative;
}

.gov-sortable-table__trigger:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: -0.3125rem;
    color: var(--gov-color-blue);
    font-family: "gov-basic-icons";
    font-size: 1.5rem;
    text-transform: none
}

.gov-sortable-table__trigger--asc:after {
    transform: rotate(-180deg)
}

.gov-sortable-table__trigger--dsc:after {
    transform: rotate(0deg)
}

@media(min-width: 52em) {
    .gov-scrollable {
        position:relative
    }

    .gov-scrollable:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
        width: 150px;
        transition: opacity 200ms ease-out;
        will-change: opacity
    }

    .gov-scrollable.scrolled:after {
        opacity: 0
    }
}

.gov-badge {
    display: inline-block;
    padding: .25rem .625rem;
    background-color: var(--gov-color-white);
    border-radius: .625rem;
    color: var(--gov-color-grey-mid);
    font-family: "Roboto",sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: initial;
    -webkit-font-smoothing: antialiased
}

.gov-badge a,.gov-badge .gov-link,.gov-badge .gov-fileinput__attachments>li>span,.gov-badge .gov-portal-nav__link,.gov-badge .gov-sortable-table__trigger {
    font-size: inherit;
    letter-spacing: initial
}

.gov-badge--inversed {
    background-color: var(--gov-color-grey-dark);
    color: var(--gov-color-white)
}

.gov-badge--warning {
    background-color: var(--gov-color-yellow);
    color: var(--gov-color-grey-dark)
}

.gov-badge--warning a,.gov-badge--warning .gov-link,.gov-badge--warning .gov-fileinput__attachments>li>span,.gov-badge--warning .gov-portal-nav__link,.gov-badge--warning .gov-sortable-table__trigger {
    color: var(--gov-color-grey-dark)
}

.gov-badge--error {
    background-color: var(--gov-color-error);
    color: var(--gov-color-white)
}

.gov-badge+.gov-badge {
    margin-left: .25rem
}

.gov-alert {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 1rem;
    padding-right: 2.5rem;
    width: 100%;
    background-color: #64d67e;
}

.gov-alert:before {
    /*    content: "b";*/
    display: inline-block;
    position: relative;
    padding-top: .125rem;
    /*    color: var(--gov-color-error);*/
    font-family: "gov-basic-icons";
    font-size: 1.25rem
}

.gov-alert__content {
    display: inline-block;
    margin-left: 1rem;
    max-width: 1040px;
    width: 100%
}

.gov-alert__content>*:last-child {
    margin-bottom: 0
}

.gov-alert__close {
    position: absolute;
    right: 1rem;
    top: 1.25rem;
    color: var(--gov-color-grey-mid)
}

.gov-alert__close .gov-icon {
    font-size: .75rem
}

.gov-alert--inversed {
    background-color: var(--gov-color-grey-dark)
}

.gov-alert--inversed p,.gov-alert--inversed .gov-paragraph,.gov-alert--inversed table tbody td,table tbody .gov-alert--inversed td,.gov-alert--inversed .gov-table tbody td,.gov-table tbody .gov-alert--inversed td,.gov-alert--inversed:before {
    color: var(--gov-color-white)
}

.gov-alert--inversed .gov-alert__close:not(:hover) {
    color: var(--gov-color-white)
}

.gov-alert--warning {
    background-color: var(--gov-color-yellow)
}

.gov-alert--warning p,.gov-alert--warning .gov-paragraph,.gov-alert--warning table tbody td,table tbody .gov-alert--warning td,.gov-alert--warning .gov-table tbody td,.gov-table tbody .gov-alert--warning td,.gov-alert--warning:before {
    color: var(--gov-color-grey-dark)
}

.gov-alert--warning a,.gov-alert--warning .gov-link,.gov-alert--warning .gov-fileinput__attachments>li>span,.gov-alert--warning .gov-portal-nav__link,.gov-alert--warning .gov-sortable-table__trigger {
    color: var(--gov-color-grey-dark)
}

.gov-alert--error {
    background-color: var(--gov-color-error)
}

.gov-alert--error p,.gov-alert--error .gov-paragraph,.gov-alert--error table tbody td,table tbody .gov-alert--error td,.gov-alert--error .gov-table tbody td,.gov-table tbody .gov-alert--error td,.gov-alert--error:before {
    color: var(--gov-color-white)
}

.gov-alert--error .gov-alert__close:not(:hover) {
    color: var(--gov-color-white)
}

.gov-alert--content {
    justify-content: flex-start;
    padding: .5rem 1rem;
    background-color: var(--gov-color-blue-hover)
}

.gov-alert--content .gov-alert__close {
    display: none
}

.gov-alert--content:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: var(--gov-color-error)
}

@media(max-width: 51.99em) {
    .gov-alert__close {
        right:0
    }
}

@media(max-width: 31.99em) {
    .gov-alert {
        padding-left:.9375rem;
        padding-right: 2.1875rem
    }

    .gov-alert__content {
        margin-left: .625rem
    }
}

.gov-pictogram {
    margin-left: -0.375rem;
    max-width: 52px;
    color: var(--gov-color-blue)
}

.gov-pictogram--large {
    max-width: 78px
}

.gov-pictogram--inversed {
    color: var(--gov-color-white)
}

.gov-pictogram--dark {
    color: var(--gov-color-grey-dark)
}

.gov-pictogram svg {
    width: 100%
}

.gov-logo {
    display: flex;
    align-items: center;
    color: var(--gov-color-blue) !important;
    text-decoration: none
}

.gov-logo__sitename {
    display: inline-block;
    margin-left: .625rem;
    color: currentColor;
    font-size: 1.3125rem;
    font-weight: 700
}

@media not all and (pointer: coarse) {
    .gov-logo:hover>* {
        color:currentColor
    }
}

.gov-logo:visited>* {
    color: currentColor
}

.gov-logo:focus {
    box-shadow: 0 0 0 2px var(--gov-color-white)
}

.gov-logo--large .gov-logo__sitename {
    font-size: 1.625rem
}

.gov-logo--inversed {
    color: var(--gov-color-white) !important
}

.gov-logo--dark {
    color: var(--gov-color-grey-dark) !important
}

.gov-loader {
    display: block
}

.gov-loader>span {
    display: inline-block;
    margin: .3125rem;
    width: .625rem;
    height: .625rem;
    background-color: var(--gov-color-blue-focus);
    border-radius: 100%;
    animation-fill-mode: both
}

.gov-loader:not(.gov-loader--block) {
    display: flex;
    align-items: center;
    justify-content: center
}

.gov-loader:not(.gov-loader--block)>span {
    animation: inline-loader-animation 700ms infinite linear
}

.gov-loader:not(.gov-loader--block)>span:nth-child(2n-1) {
    animation-delay: -350ms
}

.gov-loader--block {
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -0.625rem;
    margin-top: -0.625rem;
    height: 1.25rem;
    width: 1.25rem
}

.gov-loader--block>span:nth-child(1) {
    top: 1.5625rem;
    left: 0;
    animation: loader-animation 1000ms -960ms infinite linear
}

.gov-loader--block>span:nth-child(2) {
    top: 1.0653409091rem;
    left: 1.0653409091rem;
    animation: loader-animation 1000ms -840ms infinite linear
}

.gov-loader--block>span:nth-child(3) {
    top: 0;
    left: 1.5625rem;
    animation: loader-animation 1000ms -720ms infinite linear
}

.gov-loader--block>span:nth-child(4) {
    top: -1.0653409091rem;
    left: 1.0653409091rem;
    animation: loader-animation 1000ms -600ms infinite linear
}

.gov-loader--block>span:nth-child(5) {
    top: -1.5625rem;
    left: 0;
    animation: loader-animation 1000ms -480ms infinite linear
}

.gov-loader--block>span:nth-child(6) {
    top: -1.0653409091rem;
    left: -1.0653409091rem;
    animation: loader-animation 1000ms -360ms infinite linear
}

.gov-loader--block>span:nth-child(7) {
    top: 0;
    left: -1.5625rem;
    animation: loader-animation 1000ms -240ms infinite linear
}

.gov-loader--block>span:nth-child(8) {
    top: 1.0653409091rem;
    left: -1.0653409091rem;
    animation: loader-animation 1000ms -120ms infinite linear
}

.gov-loader--block>span {
    position: absolute
}

.gov-loader--inversed>span {
    background-color: var(--gov-color-white)
}

@keyframes inline-loader-animation {
    50% {
        opacity: .2;
        transform: scale(0.75)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes loader-animation {
    50% {
        opacity: .3;
        transform: scale(0.4)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.gov-attachment {
    display: inline-flex;
    flex-direction: column;
    padding: .625rem;
    padding-left: 0;
    max-width: 6.25rem;
    color: var(--gov-color-grey-mid);
    font-family: "Roboto",sans-serif
}

.gov-attachment__label {
    line-height: 1.4
}

*+.gov-attachment__label {
    margin-top: .625rem
}

a.gov-attachment {
    color: var(--gov-color-blue);
    text-decoration: none
}

a.gov-attachment .gov-attachment__label {
    text-decoration: underline
}

@media not all and (pointer: coarse) {
    a.gov-attachment:hover .gov-attachment__label {
        text-decoration:none
    }
}

.gov-tooltip {
    display: inline-block;
    padding: 1rem;
    position: relative;
    background-color: var(--gov-color-blue-inactive-2);
    border-radius: .1875rem;
    max-width: 18.75rem;
    font-size: .9375rem;
    line-height: 1.6;
    font-family: "Roboto",sans-serif;
    color: var(--gov-color-grey-dark);
    letter-spacing: initial;
    -webkit-font-smoothing: antialiased;
    opacity: 1;
    transition: opacity .1s ease-in
}

.gov-tooltip--hidden {
    opacity: 0
}

.gov-tooltip a,.gov-tooltip .gov-link,.gov-tooltip .gov-fileinput__attachments>li>span,.gov-tooltip .gov-portal-nav__link,.gov-tooltip .gov-sortable-table__trigger {
    font-size: inherit;
    letter-spacing: initial
}

.gov-tooltip .gov-tooltip--pointer {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    width: 0;
    height: 0;
    width: 0;
    height: 0
}

.gov-tooltip--point-up .gov-tooltip--pointer,.gov-tooltip--point-down .gov-tooltip--pointer {
    border-left: .625rem solid transparent;
    border-right: .625rem solid transparent;
    left: calc(50% - 10px)
}

.gov-tooltip--point-left .gov-tooltip--pointer,.gov-tooltip--point-right .gov-tooltip--pointer {
    border-top: .625rem solid transparent;
    border-bottom: .625rem solid transparent;
    top: calc(50% - 10px)
}

.gov-tooltip--point-up .gov-tooltip--pointer {
    border-bottom: 10px solid var(--gov-color-blue-inactive-2);
    top: -0.625rem
}

.gov-tooltip--point-down .gov-tooltip--pointer {
    border-top: 10px solid var(--gov-color-blue-inactive-2);
    bottom: -0.625rem
}

.gov-tooltip--point-left .gov-tooltip--pointer {
    border-right: 10px solid var(--gov-color-blue-inactive-2);
    left: -0.625rem
}

.gov-tooltip--point-right .gov-tooltip--pointer {
    border-left: 10px solid var(--gov-color-blue-inactive-2);
    right: -0.625rem
}

.gov-tooltip--small {
    padding: .5rem;
    font-size: .875rem;
    line-height: 1.4
}

.gov-tooltip--small.gov-tooltip--point-up .gov-tooltip--pointer,.gov-tooltip--small.gov-tooltip--point-down .gov-tooltip--pointer {
    border-left-width: .4375rem;
    border-right-width: .4375rem;
    left: calc(50% - 7px)
}

.gov-tooltip--small.gov-tooltip--point-left .gov-tooltip--pointer,.gov-tooltip--small.gov-tooltip--point-right .gov-tooltip--pointer {
    border-top-width: .4375rem;
    border-bottom-width: .4375rem;
    top: calc(50% - 7px)
}

.gov-tooltip--small.gov-tooltip--point-right .gov-tooltip--pointer {
    border-left-width: .4375rem;
    right: -0.4375rem
}

.gov-tooltip--small.gov-tooltip--point-left .gov-tooltip--pointer {
    border-right-width: .4375rem;
    left: -0.4375rem
}

.gov-tooltip--small.gov-tooltip--point-up .gov-tooltip--pointer {
    border-bottom-width: .4375rem;
    top: -0.4375rem
}

.gov-tooltip--small.gov-tooltip--point-down .gov-tooltip--pointer {
    border-top-width: .4375rem;
    bottom: -0.4375rem
}

.gov-tooltip--large {
    font-size: 1.125rem;
    line-height: 1.4
}

.gov-tooltip--large.gov-tooltip--point-up .gov-tooltip--pointer,.gov-tooltip--large.gov-tooltip--point-down .gov-tooltip--pointer {
    border-left-width: .875rem;
    border-right-width: .875rem;
    left: calc(50% - 14px)
}

.gov-tooltip--large.gov-tooltip--point-left .gov-tooltip--pointer,.gov-tooltip--large.gov-tooltip--point-right .gov-tooltip--pointer {
    border-top-width: .875rem;
    border-bottom-width: .875rem;
    top: calc(50% - 14px)
}

.gov-tooltip--large.gov-tooltip--point-right .gov-tooltip--pointer {
    border-left-width: .875rem;
    right: -0.875rem
}

.gov-tooltip--large.gov-tooltip--point-left .gov-tooltip--pointer {
    border-right-width: .875rem;
    left: -0.875rem
}

.gov-tooltip--large.gov-tooltip--point-up .gov-tooltip--pointer {
    border-bottom-width: .875rem;
    top: -0.875rem
}

.gov-tooltip--large.gov-tooltip--point-down .gov-tooltip--pointer {
    border-top-width: .875rem;
    bottom: -0.875rem
}

.gov-tooltip--light {
    background-color: var(--gov-color-white);
    color: var(--gov-color-grey-dark)
}

.gov-tooltip--light a,.gov-tooltip--light .gov-link,.gov-tooltip--light .gov-fileinput__attachments>li>span,.gov-tooltip--light .gov-portal-nav__link,.gov-tooltip--light .gov-sortable-table__trigger {
    color: var(--gov-color-blue)
}

.gov-tooltip--light.gov-tooltip--point-right .gov-tooltip--pointer {
    border-left-color: var(--gov-color-white)
}

.gov-tooltip--light.gov-tooltip--point-left .gov-tooltip--pointer {
    border-right-color: var(--gov-color-white)
}

.gov-tooltip--light.gov-tooltip--point-up .gov-tooltip--pointer {
    border-bottom-color: var(--gov-color-white)
}

.gov-tooltip--light.gov-tooltip--point-down .gov-tooltip--pointer {
    border-top-color: var(--gov-color-white)
}

.gov-tooltip--dark {
    background-color: var(--gov-color-grey-dark);
    color: var(--gov-color-white)
}

.gov-tooltip--dark a,.gov-tooltip--dark .gov-link,.gov-tooltip--dark .gov-fileinput__attachments>li>span,.gov-tooltip--dark .gov-portal-nav__link,.gov-tooltip--dark .gov-sortable-table__trigger {
    color: var(--gov-color-white)
}

.gov-tooltip--dark.gov-tooltip--point-right .gov-tooltip--pointer {
    border-left-color: var(--gov-color-grey-dark)
}

.gov-tooltip--dark.gov-tooltip--point-left .gov-tooltip--pointer {
    border-right-color: var(--gov-color-grey-dark)
}

.gov-tooltip--dark.gov-tooltip--point-up .gov-tooltip--pointer {
    border-bottom-color: var(--gov-color-grey-dark)
}

.gov-tooltip--dark.gov-tooltip--point-down .gov-tooltip--pointer {
    border-top-color: var(--gov-color-grey-dark)
}

.gov-tooltip--copy {
    color: var(--gov-color-blue);
    border-bottom: 1px dashed var(--gov-color-blue);
    cursor: help
}

.gov-tooltip--icon {
    width: 1rem;
    height: 1rem;
    cursor: help
}

.gov-tooltip--icon .gov-icon:before {
    font-size: 1rem
}

.gov-hamburger {
    position: relative;
    padding: .625rem;
    padding-right: 2.5rem
}

.gov-hamburger:before,.gov-hamburger:after {
    content: "";
    display: block;
    position: absolute;
    right: .625rem;
    height: 2px;
    background-color: var(--gov-color-white);
    border-radius: 2px;
    transition: 200ms ease-out
}

.gov-hamburger:before {
    top: .875rem;
    width: 1.25rem
}

.gov-hamburger:after {
    top: 1.3125rem;
    width: .9375rem
}

.gov-hamburger.is-active {
    background-color: transparent !important;
    border-color: transparent !important
}

.gov-hamburger.is-active:before,.gov-hamburger.is-active:after {
    top: 1.0625rem;
    width: 1.25rem
}

.gov-hamburger.is-active:before {
    transform: rotate(45deg) translateZ(0)
}

.gov-hamburger.is-active:after {
    transform: rotate(-45deg) translateZ(0)
}

@media(min-width: 42em) {
    .gov-hamburger {
        display:none
    }
}

.gov-lang-switch {
    position: relative;
    border-radius: 3px;
    line-height: initial;
    -webkit-font-smoothing: initial
}

.gov-lang-switch:after {
    content: "G";
    display: block;
    position: absolute;
    right: 0;
    top: .375rem;
    color: var(--gov-color-white);
    font-family: "gov-basic-icons";
    font-size: 1.5rem;
    pointer-events: none
}

.gov-lang-switch__select {
    padding: 0 .3125rem;
    width: 3.125rem;
    height: 2.5rem;
    background: transparent;
    border: none;
    border-radius: 3px;
    color: var(--gov-color-white);
    cursor: pointer;
    font-size: .75rem;
    appereance: none;
    -webkit-appearance: none
}

.gov-lang-switch__select:focus {
    border-color: var(--gov-color-white);
    box-shadow: 0 0 0 2px var(--gov-color-white);
    outline: none
}

.gov-lang-switch__select option {
    color: var(--gov-color-grey-dark)
}

@media not all and (pointer: coarse) {
    .gov-lang-switch:hover {
        background-color:var(--gov-color-blue-light)
    }
}

.gov-portal-nav {
    position: relative
}

.gov-portal-nav__menu {
    margin-bottom: 0
}

.gov-portal-nav__menu>.gov-portal-nav__item {
    margin-bottom: 0
}

.gov-portal-nav__item {
    position: initial
}

.gov-portal-nav__item.has-subnav .gov-portal-nav__link {
    padding-right: 1.875rem
}

.gov-portal-nav__item.has-subnav .gov-portal-nav__link:after {
    content: "G";
    display: inline-block;
    position: absolute;
    right: .3125rem;
    top: 50%;
    margin-top: -0.75rem;
    color: currentColor;
    font-family: "gov-basic-icons";
    font-size: 1.5rem;
    text-transform: none;
    vertical-align: middle
}

@media not all and (pointer: coarse) {
    .gov-portal-nav__item.has-subnav:hover:before {
        display:block
    }

    .gov-portal-nav__item.has-subnav:hover .gov-portal-nav__link:before {
        transform: scale(1, 1)
    }

    .gov-portal-nav__item.has-subnav:hover .gov-portal-nav__link:after {
        transform: rotate(180deg)
    }

    .gov-portal-nav__item.has-subnav:hover .gov-portal-nav__link~.gov-portal-subnav {
        pointer-events: initial;
        visibility: visible;
        opacity: 1
    }
}

.gov-portal-nav__link {
    position: relative;
    display: block;
    text-decoration: none !important
}

@media not all and (pointer: coarse) {
    .gov-portal-nav__link:hover:before {
        transform:scale(1, 1)
    }
}

.gov-portal-nav__link.is-active:before {
    transform: scale(1, 1)
}

@media(min-width: 42em) {
    .gov-portal-nav {
        left:-0.9375rem;
        width: calc(100% + 30px)
    }

    .gov-portal-nav:before {
        content: "";
        display: block;
        position: absolute;
        left: calc((100vw - 100%)/2*-1);
        right: calc((100vw - 100%)/2*-1);
        top: -1px;
        height: 1px;
        background-color: var(--gov-color-blue-light)
    }

    .gov-portal-nav__menu {
        display: flex;
        justify-content: space-between
    }

    .gov-portal-nav__item.has-subnav:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        display: none;
        height: 1.25rem;
        width: 100%;
        background-color: transparent;
        border-radius: 0;
        transform: translateY(100%)
    }

    .gov-portal-nav__item.has-subnav:focus-within:before {
        display: block
    }

    .gov-portal-nav__item.has-subnav:focus-within .gov-portal-nav__link:before {
        transform: scale(1, 1)
    }

    .gov-portal-nav__item.has-subnav:focus-within .gov-portal-nav__link:after {
        transform: rotate(180deg)
    }

    .gov-portal-nav__item.has-subnav:focus-within .gov-portal-nav__link~.gov-portal-subnav {
        pointer-events: initial;
        visibility: visible;
        opacity: 1
    }

    .gov-portal-nav__link {
        padding: 1.5625rem .9375rem;
        height: 100%
    }

    .gov-portal-nav__link:before {
        content: "";
        display: block;
        position: absolute;
        left: .9375rem;
        right: .9375rem;
        top: -1px;
        height: 2px;
        background-color: var(--gov-color-white);
        transform: scale(0, 1);
        transition: transform 256ms ease-out;
        will-change: transform
    }

    .gov-portal-nav__link.gov-link--external,.gov-portal-nav__link[target=_blank] {
        padding-right: .625rem !important
    }

    .gov-portal-nav__link.gov-link--external:before,.gov-portal-nav__link[target=_blank]:before {
        right: 1.125rem
    }

    .gov-portal-nav__link.gov-link--external:after,.gov-portal-nav__link[target=_blank]:after {
        position: relative;
        top: -0.5rem;
        max-height: 16px
    }
}

@media(max-width: 41.99em) {
    .gov-portal-nav {
        left:-1.25rem;
        width: 100vw
    }

    .gov-portal-nav__item.has-subnav .gov-portal-nav__link:after {
        right: .9375rem
    }

    .gov-portal-nav__link {
        padding: 1.25rem
    }

    @media not all and (pointer: coarse) {
        .gov-portal-nav__link:hover {
            background-color:var(--gov-color-white);
            color: var(--gov-color-blue) !important
        }
    }

    .gov-portal-nav__link.is-active {
        background-color: var(--gov-color-white);
        color: var(--gov-color-blue) !important
    }
}

.gov-portal-subnav__headline {
    display: block;
    padding-right: 1.25rem;
    max-width: 250px;
    color: var(--gov-color-white)
}

.gov-portal-subnav__menu,.gov-portal-subnav__submenu {
    margin-bottom: 0;
    width: 100%
}

.gov-portal-subnav__menu a,.gov-portal-subnav__menu .gov-link,.gov-portal-subnav__menu .gov-fileinput__attachments>li>span,.gov-portal-subnav__menu .gov-sortable-table__trigger,.gov-portal-subnav__menu .gov-portal-nav__link {
    text-decoration: none
}

@media not all and (pointer: coarse) {
    .gov-portal-subnav__menu a:hover,.gov-portal-subnav__menu .gov-link:hover,.gov-portal-subnav__menu .gov-fileinput__attachments>li>span:hover,.gov-portal-subnav__menu .gov-sortable-table__trigger:hover,.gov-portal-subnav__menu .gov-portal-nav__link:hover {
        text-decoration:underline
    }
}

.gov-portal-subnav__menu a.is-active,.gov-portal-subnav__menu .gov-link.is-active,.gov-portal-subnav__menu .gov-fileinput__attachments>li>span.is-active,.gov-portal-subnav__menu .is-active.gov-sortable-table__trigger,.gov-portal-subnav__menu .is-active.gov-portal-nav__link {
    text-decoration: underline
}

.gov-portal-subnav__link {
    font-size: 1.25em
}

@media(min-width: 42em) {
    .gov-portal-subnav {
        position:absolute;
        left: 0;
        right: 0;
        bottom: -1.25rem;
        z-index: 51;
        display: flex;
        overflow: hidden;
        padding: 2.5rem 3.125rem;
        min-height: 350px;
        background-color: var(--gov-color-blue);
        border-radius: 3px;
        box-shadow: 0 1px 4px 0 var(--gov-color-grey-dark);
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        transform: translateY(100%)
    }

    .gov-portal-subnav:after {
        content: url("../assets/images/_global/watermarks/_gov-white.svg?v=v3.4.0");
        display: block;
        position: absolute;
        top: .375rem;
        right: 0;
        width: 462px;
        opacity: .1;
        transform: translateX(16%)
    }

    .gov-portal-subnav__menu,.gov-portal-subnav__submenu {
        padding-top: .625rem;
        max-width: 250px
    }

    .gov-portal-subnav__menu .gov-portal-subnav__item:not(:last-of-type) {
        margin-bottom: .9375rem
    }

    .gov-portal-subnav__submenu {
        position: relative;
        margin-bottom: 1.5625rem;
        padding-bottom: 1.25rem
    }

    .gov-portal-subnav__submenu:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 1px;
        background-color: var(--gov-color-blue-light)
    }
}

@media(max-width: 41.99em) {
    .gov-portal-subnav {
        position:relative
    }

    .gov-portal-subnav:after {
        content: "";
        display: block;
        position: absolute;
        left: 1.25rem;
        right: 1.25rem;
        bottom: 0;
        height: 1px;
        background-color: var(--gov-color-blue-light)
    }

    .gov-portal-subnav__headline {
        display: none
    }

    .gov-portal-subnav__menu .gov-portal-subnav__item {
        margin-bottom: 0
    }

    .gov-portal-subnav__submenu {
        margin-bottom: 0
    }

    .gov-portal-subnav__submenu li {
        margin-bottom: 0
    }

    .gov-portal-subnav__submenu a,.gov-portal-subnav__submenu .gov-link,.gov-portal-subnav__submenu .gov-fileinput__attachments>li>span,.gov-portal-subnav__submenu .gov-sortable-table__trigger,.gov-portal-subnav__submenu .gov-portal-nav__link {
        display: block;
        margin-right: 0 !important;
        padding: 1.25rem;
        padding-left: 3.75rem;
        font-size: .875rem;
        font-weight: 500;
        letter-spacing: normal;
        text-decoration: none !important;
        text-transform: uppercase
    }

    @media not all and (pointer: coarse) {
        .gov-portal-subnav__submenu a:hover,.gov-portal-subnav__submenu .gov-link:hover,.gov-portal-subnav__submenu .gov-fileinput__attachments>li>span:hover,.gov-portal-subnav__submenu .gov-sortable-table__trigger:hover,.gov-portal-subnav__submenu .gov-portal-nav__link:hover {
            background-color:var(--gov-color-white);
            color: var(--gov-color-blue) !important
        }
    }

    .gov-portal-subnav__submenu a.is-active,.gov-portal-subnav__submenu .gov-link.is-active,.gov-portal-subnav__submenu .gov-fileinput__attachments>li>span.is-active,.gov-portal-subnav__submenu .is-active.gov-sortable-table__trigger,.gov-portal-subnav__submenu .is-active.gov-portal-nav__link {
        background-color: var(--gov-color-white);
        color: var(--gov-color-blue) !important
    }

    .gov-portal-subnav__item.has-subnav .gov-portal-subnav__link {
        padding-right: 1.875rem
    }

    .gov-portal-subnav__item.has-subnav .gov-portal-subnav__link:after {
        content: "b";
        display: inline-block;
        position: absolute;
        right: .9375rem;
        top: 50%;
        margin-top: -0.75rem;
        color: currentColor;
        font-family: "gov-basic-icons";
        font-size: 1.5rem;
        text-transform: none;
        vertical-align: middle
    }

    .gov-portal-subnav__link {
        position: relative;
        display: block;
        padding: 1.25rem;
        padding-left: 2.5rem;
        font-size: .875rem;
        font-weight: 500;
        letter-spacing: normal;
        text-decoration: none !important;
        text-transform: uppercase
    }

    @media not all and (pointer: coarse) {
        .gov-portal-subnav__link:hover {
            background-color:var(--gov-color-white);
            color: var(--gov-color-blue) !important
        }
    }

    .gov-portal-subnav__link.is-active {
        background-color: var(--gov-color-white);
        color: var(--gov-color-blue) !important
    }
}

.gov-preview-tile>*:last-child {
    margin-bottom: 0
}

.gov-preview-tile__icon {
    margin-bottom: .9375rem;
    color: var(--gov-color-blue)
}

.gov-preview-tile .gov-badge+p {
    margin-top: .5rem
}

.gov-aside {
    padding: 2.5rem 0;
    padding-left: .9375rem
}

@media(max-width: 57.99em) {
    .gov-aside {
        padding:0 1.875rem
    }
}

@media(max-width: 31.99em) {
    .gov-aside {
        padding:0
    }
}

.gov-flexbox {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.gov-flexbox--align-end {
    align-items: flex-end
}

@media(max-width: 36em) {
    .gov-flexbox--align-end {
        flex-direction:column-reverse;
        align-items: center
    }
}

.gov-flexbox--justify-start {
    justify-content: flex-start
}

.gov-flexbox--justify-center {
    justify-content: center
}

.gov-flexbox--justify-end {
    justify-content: flex-end
}

.gov-flexbox--justify-end>.gov-button--primary-outlined {
    margin-top: 3.125rem
}

.gov-grid {
    display: grid;
    grid-gap: 0
}

.gov-grid--plain {
    grid-gap: 1.5625rem 1.25rem;
    margin-bottom: 1.5625rem
}

.gov-grid--plain .gov-grid-tile {
    padding: 0 !important;
}

.gov-grid--plain .gov-grid-tile:before,.gov-grid--plain .gov-grid-tile:after {
    display: none !important;
}

@media( min-width: 58em ) {
    .gov-grid--x4,.gov-grid--x4-2 {
        grid-template-columns:repeat(4, 1fr)
    }

    .gov-grid--x4 .gov-grid-tile:nth-child(4n+1):nth-last-child(-n+4):before, .gov-grid--x4 .gov-grid-tile:nth-child(4n+1):nth-last-child(-n+4)~ .gov-grid-tile:before,.gov-grid--x4-2 .gov-grid-tile:nth-child(4n+1):nth-last-child(-n+4):before,.gov-grid--x4-2 .gov-grid-tile:nth-child(4n+1):nth-last-child(-n+4)~ .gov-grid-tile:before {
        display: none
    }

    .gov-grid--x4 .gov-grid-tile:first-of-type,.gov-grid--x4 .gov-grid-tile:nth-child(4n+1),.gov-grid--x4-2 .gov-grid-tile:first-of-type,.gov-grid--x4-2 .gov-grid-tile:nth-child(4n+1) {
        padding-left: 1.25rem
    }

    .gov-grid--x4 .gov-grid-tile:nth-child(4n),.gov-grid--x4-2 .gov-grid-tile:nth-child(4n) {
        padding-right: 1.25rem
    }

    .gov-grid--x4 .gov-grid-tile:nth-child(4n):after,.gov-grid--x4-2 .gov-grid-tile:nth-child(4n):after {
        display: none
    }

    .gov-grid--x4 .gov-grid-tile:last-child:after,.gov-grid--x4-2 .gov-grid-tile:last-child:after {
        display: none
    }
}

@media( min-width: 42em )and (max-width: 57.99em) {
    .gov-grid--x4 {
        grid-template-columns:repeat(3, 1fr)
    }

    .gov-grid--x4 .gov-grid-tile:nth-child(3n+1):nth-last-child(-n+3):before,.gov-grid--x4 .gov-grid-tile:nth-child(3n+1):nth-last-child(-n+3)~.gov-grid-tile:before {
        display: none
    }

    .gov-grid--x4 .gov-grid-tile:first-of-type,.gov-grid--x4 .gov-grid-tile:nth-last-child(3n) {
        padding-left: 1.25rem
    }

    .gov-grid--x4 .gov-grid-tile:nth-child(3n) {
        padding-right: 1.25rem
    }

    .gov-grid--x4 .gov-grid-tile:nth-child(3n):after {
        display: none
    }

    .gov-grid--x4-2 {
        grid-template-columns: repeat(2, 1fr)
    }

    .gov-grid--x4-2 .gov-grid-tile:nth-child(2n+1):nth-last-child(-n+2):before,.gov-grid--x4-2 .gov-grid-tile:nth-child(2n+1):nth-last-child(-n+2)~.gov-grid-tile:before {
        display: none
    }

    .gov-grid--x4-2 .gov-grid-tile:nth-last-child(2n) {
        padding-left: 1.25rem
    }

    .gov-grid--x4-2 .gov-grid-tile:nth-child(2n) {
        padding-right: 1.25rem
    }

    .gov-grid--x4-2 .gov-grid-tile:nth-child(2n):after {
        display: none
    }

    .gov-grid--x4-2 .gov-grid-tile:last-child:not(:nth-child(3n)):after {
        display: none
    }
}

@media(min-width: 42em) {
    .gov-grid--x3 {
        grid-template-columns:repeat(3, 1fr)
    }

    .gov-grid--x3 .gov-grid-tile:nth-child(3n+1):nth-last-child(-n+3):before,.gov-grid--x3 .gov-grid-tile:nth-child(3n+1):nth-last-child(-n+3)~.gov-grid-tile:before {
        display: none
    }

    .gov-grid--x3 .gov-grid-tile:first-of-type,.gov-grid--x3 .gov-grid-tile:nth-child(3n+1) {
        padding-left: 1.25rem
    }

    .gov-grid--x3 .gov-grid-tile:nth-child(3n) {
        padding-right: 1.25rem
    }

    .gov-grid--x3 .gov-grid-tile:nth-child(3n):after {
        display: none
    }
}

@media(min-width: 26em)and (max-width: 41.99em) {
    .gov-grid--x4-2,.gov-grid--x4,.gov-grid--x3 {
        grid-template-columns:repeat(2, 1fr)
    }

    .gov-grid--x4-2 .gov-grid-tile:nth-child(2n+1):nth-last-child(-n+2):before,.gov-grid--x4-2 .gov-grid-tile:nth-child(2n+1):nth-last-child(-n+2)~.gov-grid-tile:before,.gov-grid--x4 .gov-grid-tile:nth-child(2n+1):nth-last-child(-n+2):before,.gov-grid--x4 .gov-grid-tile:nth-child(2n+1):nth-last-child(-n+2)~.gov-grid-tile:before,.gov-grid--x3 .gov-grid-tile:nth-child(2n+1):nth-last-child(-n+2):before,.gov-grid--x3 .gov-grid-tile:nth-child(2n+1):nth-last-child(-n+2)~.gov-grid-tile:before {
        display: none
    }

    .gov-grid--x4-2 .gov-grid-tile:nth-last-child(2n),.gov-grid--x4 .gov-grid-tile:nth-last-child(2n),.gov-grid--x3 .gov-grid-tile:nth-last-child(2n) {
        padding-left: 1.25rem
    }

    .gov-grid--x4-2 .gov-grid-tile:nth-child(2n),.gov-grid--x4 .gov-grid-tile:nth-child(2n),.gov-grid--x3 .gov-grid-tile:nth-child(2n) {
        padding-right: 1.25rem
    }

    .gov-grid--x4-2 .gov-grid-tile:nth-child(2n):after,.gov-grid--x4 .gov-grid-tile:nth-child(2n):after,.gov-grid--x3 .gov-grid-tile:nth-child(2n):after {
        display: none
    }

    .gov-grid--x4-2 .gov-grid-tile:last-child:not(:nth-child(3n)):after,.gov-grid--x4 .gov-grid-tile:last-child:not(:nth-child(3n)):after,.gov-grid--x3 .gov-grid-tile:last-child:not(:nth-child(3n)):after {
        display: none
    }
}

@media(min-width: 26em) {
    .gov-grid--x2 {
        grid-template-columns:repeat(2, 1fr)
    }

    .gov-grid--x2 .gov-grid-tile:nth-child(2n+1):nth-last-child(-n+2):before,.gov-grid--x2 .gov-grid-tile:nth-child(2n+1):nth-last-child(-n+2)~.gov-grid-tile:before {
        display: none
    }

    .gov-grid--x2 .gov-grid-tile:nth-last-child(2n) {
        padding-left: 1.25rem
    }

    .gov-grid--x2 .gov-grid-tile:nth-child(2n) {
        padding-right: 1.25rem
    }

    .gov-grid--x2 .gov-grid-tile:nth-child(2n):after {
        display: none
    }
}

@media(min-width: 64em) {
    .gov-grid--x4 a.gov-grid-tile:nth-child(4n) .gov-preview-tile__headline,.gov-grid--x4-2 a.gov-grid-tile:nth-child(4n) .gov-preview-tile__headline {
        width:100%
    }

    .gov-grid--x3 a.gov-grid-tile:nth-child(3n) .gov-preview-tile__headline {
        width: 100%
    }

    .gov-grid--x2 a.gov-grid-tile:nth-child(2n) .gov-preview-tile__headline {
        width: 100%
    }
}

.gov-grid-tile {
    position: relative;
    display: block;
    padding: 1.25rem;
}

.gov-grid-tile:not(:last-of-type):before {
    content: "";
    display: block;
    position: absolute;
    background-color: var(--gov-color-grey-inactive)
}

.gov-grid-tile:before {
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px
}

.gov-grid-tile button:not(:only-of-type):first-of-type,.gov-grid-tile .gov-button:not(:only-of-type):first-of-type,.gov-grid-tile .gov-calendar__toggle:not(:only-of-type):first-of-type,.gov-grid-tile .gov-hamburger:not(:only-of-type):first-of-type,.gov-grid-tile a:not(:only-of-type):first-of-type,.gov-grid-tile .gov-link:not(:only-of-type):first-of-type,.gov-grid-tile .gov-fileinput__attachments>li>span:not(:only-of-type):first-of-type,.gov-grid-tile .gov-sortable-table__trigger:not(:only-of-type):first-of-type,.gov-grid-tile .gov-portal-nav__link:not(:only-of-type):first-of-type {
    margin-right: .625rem
}

@media(max-width: 41.99em) {
    .gov-grid-tile button+button,.gov-grid-tile button+.gov-button,.gov-grid-tile button+.gov-calendar__toggle,.gov-grid-tile .gov-calendar__days tbody tr td button+button,.gov-calendar__days tbody tr td .gov-grid-tile button+button,.gov-grid-tile button+.gov-hamburger,.gov-grid-tile button+a,.gov-grid-tile button+.gov-link,.gov-grid-tile .gov-fileinput__attachments>li>button+span,.gov-grid-tile button+.gov-sortable-table__trigger,.gov-grid-tile button+.gov-portal-nav__link,.gov-grid-tile .gov-button+button,.gov-grid-tile .gov-calendar__toggle+button,.gov-grid-tile .gov-hamburger+button,.gov-grid-tile .gov-button+.gov-button,.gov-grid-tile .gov-calendar__toggle+.gov-button,.gov-grid-tile .gov-calendar__days tbody tr td button+.gov-button,.gov-grid-tile .gov-hamburger+.gov-button,.gov-grid-tile .gov-button+.gov-calendar__toggle,.gov-grid-tile .gov-calendar__toggle+.gov-calendar__toggle,.gov-grid-tile .gov-calendar__days tbody tr td button+.gov-calendar__toggle,.gov-grid-tile .gov-hamburger+.gov-calendar__toggle,.gov-grid-tile .gov-calendar__days tbody tr td .gov-button+button,.gov-grid-tile .gov-calendar__days tbody tr td .gov-calendar__toggle+button,.gov-grid-tile .gov-calendar__days tbody tr td .gov-hamburger+button,.gov-grid-tile .gov-button+.gov-hamburger,.gov-grid-tile .gov-calendar__toggle+.gov-hamburger,.gov-grid-tile .gov-calendar__days tbody tr td button+.gov-hamburger,.gov-grid-tile .gov-hamburger+.gov-hamburger,.gov-grid-tile .gov-button+a,.gov-grid-tile .gov-calendar__toggle+a,.gov-grid-tile .gov-calendar__days tbody tr td button+a,.gov-calendar__days tbody tr td .gov-grid-tile button+a,.gov-grid-tile .gov-hamburger+a,.gov-grid-tile .gov-button+.gov-link,.gov-grid-tile .gov-fileinput__attachments>li>.gov-button+span,.gov-grid-tile .gov-calendar__toggle+.gov-link,.gov-grid-tile .gov-fileinput__attachments>li>.gov-calendar__toggle+span,.gov-grid-tile .gov-calendar__days tbody tr td button+.gov-link,.gov-grid-tile .gov-calendar__days tbody tr td .gov-fileinput__attachments>li>button+span,.gov-grid-tile .gov-hamburger+.gov-link,.gov-grid-tile .gov-fileinput__attachments>li>.gov-hamburger+span,.gov-grid-tile .gov-button+.gov-sortable-table__trigger,.gov-grid-tile .gov-calendar__toggle+.gov-sortable-table__trigger,.gov-grid-tile .gov-calendar__days tbody tr td button+.gov-sortable-table__trigger,.gov-grid-tile .gov-hamburger+.gov-sortable-table__trigger,.gov-grid-tile .gov-button+.gov-portal-nav__link,.gov-grid-tile .gov-calendar__toggle+.gov-portal-nav__link,.gov-grid-tile .gov-calendar__days tbody tr td button+.gov-portal-nav__link,.gov-grid-tile .gov-hamburger+.gov-portal-nav__link,.gov-grid-tile a+button,.gov-grid-tile a+.gov-button,.gov-grid-tile a+.gov-calendar__toggle,.gov-grid-tile .gov-calendar__days tbody tr td a+button,.gov-calendar__days tbody tr td .gov-grid-tile a+button,.gov-grid-tile a+.gov-hamburger,.gov-grid-tile a+a,.gov-grid-tile a+.gov-link,.gov-grid-tile .gov-fileinput__attachments>li>a+span,.gov-grid-tile a+.gov-sortable-table__trigger,.gov-grid-tile a+.gov-portal-nav__link,.gov-grid-tile .gov-link+button,.gov-grid-tile .gov-fileinput__attachments>li>span+button,.gov-grid-tile .gov-sortable-table__trigger+button,.gov-grid-tile .gov-portal-nav__link+button,.gov-grid-tile .gov-link+.gov-button,.gov-grid-tile .gov-fileinput__attachments>li>span+.gov-button,.gov-grid-tile .gov-sortable-table__trigger+.gov-button,.gov-grid-tile .gov-portal-nav__link+.gov-button,.gov-grid-tile .gov-link+.gov-calendar__toggle,.gov-grid-tile .gov-fileinput__attachments>li>span+.gov-calendar__toggle,.gov-grid-tile .gov-sortable-table__trigger+.gov-calendar__toggle,.gov-grid-tile .gov-portal-nav__link+.gov-calendar__toggle,.gov-grid-tile .gov-calendar__days tbody tr td .gov-link+button,.gov-grid-tile .gov-calendar__days tbody tr td .gov-fileinput__attachments>li>span+button,.gov-grid-tile .gov-calendar__days tbody tr td .gov-sortable-table__trigger+button,.gov-grid-tile .gov-calendar__days tbody tr td .gov-portal-nav__link+button,.gov-grid-tile .gov-link+.gov-hamburger,.gov-grid-tile .gov-fileinput__attachments>li>span+.gov-hamburger,.gov-grid-tile .gov-sortable-table__trigger+.gov-hamburger,.gov-grid-tile .gov-portal-nav__link+.gov-hamburger,.gov-grid-tile .gov-link+a,.gov-grid-tile .gov-fileinput__attachments>li>span+a,.gov-grid-tile .gov-sortable-table__trigger+a,.gov-grid-tile .gov-portal-nav__link+a,.gov-grid-tile .gov-link+.gov-link,.gov-grid-tile .gov-fileinput__attachments>li>span+.gov-link,.gov-grid-tile .gov-fileinput__attachments>li>.gov-link+span,.gov-grid-tile .gov-fileinput__attachments>li>span+span,.gov-grid-tile .gov-sortable-table__trigger+.gov-link,.gov-grid-tile .gov-fileinput__attachments>li>.gov-sortable-table__trigger+span,.gov-grid-tile .gov-portal-nav__link+.gov-link,.gov-grid-tile .gov-fileinput__attachments>li>.gov-portal-nav__link+span,.gov-grid-tile .gov-link+.gov-sortable-table__trigger,.gov-grid-tile .gov-fileinput__attachments>li>span+.gov-sortable-table__trigger,.gov-grid-tile .gov-sortable-table__trigger+.gov-sortable-table__trigger,.gov-grid-tile .gov-portal-nav__link+.gov-sortable-table__trigger,.gov-grid-tile .gov-link+.gov-portal-nav__link,.gov-grid-tile .gov-fileinput__attachments>li>span+.gov-portal-nav__link,.gov-grid-tile .gov-sortable-table__trigger+.gov-portal-nav__link,.gov-grid-tile .gov-portal-nav__link+.gov-portal-nav__link {
        display:table;
        margin-top: .625rem
    }
}

@media(min-width: 26em) {
    .gov-grid-tile {
        padding:1.25rem;
        padding-bottom: 1.5625rem
    }

    .gov-grid-tile:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: var(--gov-color-grey-inactive)
    }
}

@media(min-width: 64em) {
    .gov-grid-tile {
        padding:1.25rem 2.5rem;
        padding-bottom: 0rem
    }
}

a.gov-grid-tile {
    text-decoration: none;
    transition: background-color 256ms ease-out;
    will-change: background-color
}

a.gov-grid-tile .gov-preview-tile__headline {
    position: relative;
    display: block;
    padding-right: 1.625rem;
    color: var(--gov-color-blue)
}

a.gov-grid-tile .gov-preview-tile__headline:after {
    content: "e";
    display: inline-block;
    position: absolute;
    right: 0;
    top: -1px;
    font-family: "gov-basic-icons";
    font-size: 1.5rem;
    text-transform: none
}

@media(min-width: 64em) {
    a.gov-grid-tile .gov-preview-tile__headline {
        width:calc(100% + 20px)
    }
}

@media not all and ( pointer: coarse ) {
    a.gov-grid-tile:hover {
        background-color:var(--gov-color-white)
    }

    a.gov-grid-tile:hover .gov-preview-tile__icon,a.gov-grid-tile:hover .gov-preview-tile__headline {
        color: var(--gov-color-grey-dark)
    }
}

.gov-layout {
    display: flex
}

@media(min-width: 58em) {
    .gov-layout--ratio-3-1 .gov-layout__col--pos-right {
        order:2
    }
}

@media(max-width: 57.99em) {
    .gov-layout--ratio-3-1 {
        flex-direction:column
    }
}

@media(max-width: 51.99em) {
    .gov-layout--ratio-1-2 {
        display:block
    }

    .gov-layout--ratio-1-2 .gov-layout__col--spread-2 {
        padding-top: 1.875rem
    }
}

.gov-layout__col {
    flex: 1;
    min-width: 280px
}

.gov-layout__col--pos-left {
    padding-right: .625rem
}

.gov-layout__col--pos-right {
    padding-left: .9375rem
}

.gov-layout__col--spread-2 {
    flex: 2
}

.gov-layout__col--spread-3 {
    flex: 3
}

@media(max-width: 51.99em) {
    .gov-layout__col--pos-left {
        padding-right:0
    }

    .gov-layout__col--pos-right {
        padding-left: 0
    }
}

.gov-page {
    overflow: hidden;
    min-height: 100vh;
    background-color: var(--gov-color-grey-bg);
    color: var(--gov-color-grey-mid);
    font-family: "Roboto",sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: .0125em;
    -webkit-font-smoothing: antialiased
}

.gov-container {
    display: block;
    overflow: hidden;
    padding: 0.5rem 1.25rem;
    width: 100%
}

.gov-container__content {
    display: block;
    margin: 0 auto;
    max-width: 85rem
}

.gov-container--no-y-offset {
    padding: 0 1.25rem
}

.gov-container--as-page {
    padding: 6.25rem 1.25rem
}

.gov-container--as-page p,.gov-container--as-page .gov-paragraph,.gov-container--as-page table tbody td,table tbody .gov-container--as-page td,.gov-container--as-page .gov-table tbody td,.gov-table tbody .gov-container--as-page td {
    max-width: 580px
}

.gov-container--branded {
    padding-bottom: 13.75rem
}

.gov-container--branded .gov-container__content {
    position: relative
}

.gov-container--branded .gov-container__content:after {
    content: url("../assets/images/_global/watermarks/_gov-blue.svg?v=v3.4.0");
    display: block;
    position: absolute;
    top: -1.25rem;
    right: 0;
    width: 586px;
    opacity: .05;
    transform: translateX(30%)
}

@media(max-width: 51.99em) {
    .gov-container:not(.gov-container--no-y-offset):not(.gov-container--as-page):not(.gov-container--branded):not(.gov-footer) {
        padding:1.25rem
    }

    .gov-container--branded .gov-container__content:after {
        top: 60%;
        width: 428px;
        transform: translateX(20%)
    }
}

@media(max-width: 31.99em) {
    .gov-container--as-page {
        padding:3.75rem 1.25rem
    }

    .gov-container--branded {
        padding-bottom: 7.5rem
    }
}

.gov-fileinput__label {
    margin-left: .625rem;
    margin-bottom: .9375rem
}

.gov-fileinput__upload {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2.1875rem;
    padding-bottom: 1.875rem;
    border: 1px dashed var(--gov-color-grey-inactive)
}

.gov-fileinput__upload-content {
    text-align: center
}

.gov-fileinput__upload-content:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
    transition: background-color 150ms ease-in-out;
    will-change: background-color
}

.gov-fileinput__upload-input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    cursor: pointer;
    opacity: 0
}

@media not all and (pointer: coarse) {
    .gov-fileinput__upload-input:hover~.gov-fileinput__upload-content>.gov-fileinput__upload-btn {
        background-color:var(--gov-color-blue-hover);
        border-color: var(--gov-color-blue-dark);
        color: var(--gov-color-blue-dark)
    }
}

.gov-fileinput__upload-input:focus~.gov-fileinput__upload-content>.gov-fileinput__upload-btn {
    border-color: var(--gov-color-blue-focus);
    box-shadow: 0 0 0 2px var(--gov-color-blue-focus);
    outline: none
}

.gov-fileinput__upload-input[aria-disabled=true]~.gov-fileinput__upload-content>.gov-fileinput__upload-btn,.gov-fileinput__upload-input:disabled~.gov-fileinput__upload-content>.gov-fileinput__upload-btn,.gov-fileinput__upload-input[readonly]~.gov-fileinput__upload-content>.gov-fileinput__upload-btn {
    background-color: transparent !important;
    border-color: var(--gov-color-blue-inactive-2) !important;
    color: var(--gov-color-blue-inactive-1) !important
}

.gov-fileinput__upload-input[aria-disabled=true]~.gov-fileinput__upload-content>.gov-fileinput__upload-copy,.gov-fileinput__upload-input[aria-disabled=true]~.gov-fileinput__upload-content>.gov-fileinput__upload-note,.gov-fileinput__upload-input:disabled~.gov-fileinput__upload-content>.gov-fileinput__upload-copy,.gov-fileinput__upload-input:disabled~.gov-fileinput__upload-content>.gov-fileinput__upload-note,.gov-fileinput__upload-input[readonly]~.gov-fileinput__upload-content>.gov-fileinput__upload-copy,.gov-fileinput__upload-input[readonly]~.gov-fileinput__upload-content>.gov-fileinput__upload-note {
    color: var(--gov-color-grey-light)
}

.gov-fileinput__upload-copy,.gov-fileinput__upload-btn,.gov-fileinput__upload-note {
    position: relative;
    z-index: 2
}

.gov-fileinput__upload-copy {
    margin-bottom: 0;
    color: var(--gov-color-grey-dark)
}

.gov-fileinput__upload-btn {
    margin: .5rem 0
}

.gov-fileinput__upload-note {
    color: var(--gov-color-grey-mid)
}

@media not all and (pointer: coarse) {
    .gov-fileinput__upload:hover .gov-fileinput__upload-input~.gov-fileinput__upload-content:before {
        background-color:var(--gov-color-blue-hover)
    }

    .gov-fileinput__upload:hover .gov-fileinput__upload-input[aria-disabled=true]~.gov-fileinput__upload-content:before,.gov-fileinput__upload:hover .gov-fileinput__upload-input:disabled~.gov-fileinput__upload-content:before,.gov-fileinput__upload:hover .gov-fileinput__upload-input[readonly]~.gov-fileinput__upload-content:before {
        background-color: transparent
    }
}

.gov-fileinput__attachments {
    display: none;
    margin-left: .625rem;
    margin-top: 1.875rem
}

.gov-fileinput__attachments>li {
    line-height: 1
}

.gov-fileinput__attachments>li>span {
    position: relative
}

.gov-fileinput__attachments>li>span:after {
    content: "j";
    display: inline-block;
    position: relative;
    right: 0;
    top: .4375rem;
    font-family: "gov-basic-icons";
    font-size: 1.5rem;
    text-transform: none
}

.gov-fileinput__attachments.is-active {
    display: block
}

.gov-fileinput.gov-form-control--error .gov-fileinput__label {
    color: var(--gov-color-error)
}

.gov-fileinput.gov-form-control--error .gov-fileinput__upload {
    border-color: var(--gov-color-error)
}

.gov-fileinput.gov-form-control--error .gov-form-control__validation-mark {
    display: none
}

.gov-search {
    display: block;
    margin-bottom: 1.25rem;
    width: 100%
}

.gov-search [type=text] {
    padding: .5rem 3rem .5rem 1rem;
}

.gov-search--large {
    margin-bottom: 2.1875rem
}

.gov-search--large [type=text] {
    padding: .75rem 5.5rem .75rem 1rem
}

.gov-search .gov-form-control {
    margin-bottom: 0
}

.gov-search__inner {
    position: relative;
    display: block;
    width: 100%
}

.gov-search__submit {
    position: absolute;
    right: 0rem;
    top: 50%;
    transform: translateY(-51%)
}

.gov-search__submit.gov-button--icon-only:after,.gov-search__submit.gov-calendar__toggle:after {
    content: "d";
    display: block;
    position: relative;
    font-family: "gov-basic-icons";
    font-size: 1.25rem
}

.gov-breadcrumbs__item+.gov-breadcrumbs__item:before {
    content: "F";
    display: inline-block;
    position: relative;
    color: var(--gov-color-grey-dark);
    font-family: "gov-basic-icons";
    font-size: 1.5rem;
    text-transform: none;
    vertical-align: middle;
    opacity: .5
}

.gov-pagination__holder {
    display: flex;
    align-items: center
}

.gov-pagination__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    display: block;
    padding: .9375rem .9375rem .9375rem;
    margin-left: .3125rem;
    margin-right: .3125rem;
    color: var(--gov-color-blue);
    font-size: .75rem;
    font-weight: 500
}

.gov-pagination__item:focus {
    outline: none
}

.gov-pagination__item--arrow-left,.gov-pagination__item--arrow-right {
    padding: .8125rem .40625rem
}

.gov-pagination__item--arrow-left:before,.gov-pagination__item--arrow-right:before {
    font-family: "gov-basic-icons";
    font-size: 1.5rem;
    text-transform: none
}

.gov-pagination__item--arrow-left:before {
    content: "t";
    display: inline-block;
    position: relative
}

.gov-pagination__item--arrow-right:before {
    content: "F";
    display: inline-block;
    position: relative
}

.gov-pagination__item--dots,.gov-pagination__item--active {
    color: #000;
    pointer-events: none
}

.gov-pagination__item--active {
    position: relative
}

.gov-pagination__item--active:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--gov-color-grey-dark)
}

@media not all and (pointer: coarse) {
    .gov-pagination__item:hover {
        position:relative
    }

    .gov-pagination__item:hover:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background-color: var(--gov-color-grey-dark)
    }
}

.gov-pagination__item:focus {
    box-shadow: 0 0 0 2px var(--gov-color-blue-focus)
}

.gov-pagination__item--disabled {
    color: var(--gov-color-blue-inactive-1);
    pointer-events: none
}

.gov-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 101;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.25rem
}

.gov-modal__header {
    padding: 2rem 4rem 0 3rem;
    border-bottom: 1px solid var(--gov-color-grey-inactive)
}

.gov-modal__header>* {
    margin-bottom: 2rem
}

.gov-modal__content {
    position: relative;
    z-index: 2;
    max-width: 52.5rem;
    width: 90vw;
    background-color: var(--gov-color-white);
    border-radius: 3px;
    opacity: 0;
    transform: translateY(1.25rem);
    transition: opacity 256ms 0ms ease-out,transform 256ms 0ms ease-out;
    will-change: opacity,transform
}

.gov-modal__content img {
    margin-bottom: 1.5625rem
}

.gov-modal__content-inner {
    overflow-y: scroll;
    padding: 1.5rem 3rem 2rem 3rem;
    max-height: 80vh
}

.gov-modal__content-inner>*:last-child {
    margin-bottom: 0
}

.gov-modal__close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0
}

.gov-modal__close:before {
    content: "s";
    display: inline-block;
    position: relative;
    font-family: "gov-basic-icons";
    font-size: 1.25rem;
    text-transform: none;
    color: var(--gov-color-grey-dark)
}

.gov-modal__backdrop {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--gov-color-grey-dark);
    opacity: 0;
    transition: opacity 128ms 0ms ease-out;
    will-change: opacity
}

.gov-modal.is-active {
    display: flex
}

.gov-modal.is-visible .gov-modal__backdrop {
    opacity: .45;
    transition: opacity 128ms 128ms ease-out
}

.gov-modal.is-visible .gov-modal__content {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 512ms 128ms ease-out,transform 256ms 128ms ease-out
}

@media(max-width: 51.99em) {
    .gov-modal__header {
        padding:1.25rem 3.125rem 0 2rem
    }

    .gov-modal__header>* {
        margin-bottom: 1.5rem
    }

    .gov-modal__content-inner {
        padding: 2rem
    }

    .gov-modal__close {
        top: 1.25rem
    }
}

@media(max-width: 31.99em) {
    .gov-modal {
        padding:.625rem
    }

    .gov-modal__header {
        padding: 1.5rem 2.5rem 0 1rem
    }

    .gov-modal__content {
        width: 100vw
    }

    .gov-modal__content-inner {
        padding: 1.5rem 1rem
    }

    .gov-modal__close {
        right: .5rem
    }
}

.gov-tabs {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.gov-tabs__links-holder {
    position: relative;
    margin-bottom: 1.5rem
}

.gov-tabs__links-holder:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--gov-color-grey-inactive)
}

.gov-tabs__link {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    padding: .75rem 0;
    width: auto;
    margin-right: 2rem;
    text-align: center;
    color: var(--gov-color-blue);
    font-size: .75rem;
    letter-spacing: .5px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent
}

.gov-tabs__link:focus {
    outline: none
}

.gov-tabs__link:focus {
    box-shadow: 0 0 0 2px var(--gov-color-blue-focus);
    outline: none
}

.gov-tabs__link.is-active {
    background-color: transparent;
    color: var(--gov-color-grey-dark)
}

.gov-tabs__link.is-active:after {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--gov-color-grey-dark)
}

@media not all and (pointer: coarse) {
    .gov-tabs__link:hover {
        background-color:transparent;
        box-shadow: none;
        color: var(--gov-color-grey-dark);
        outline: 0
    }

    .gov-tabs__link:hover:after {
        z-index: 1;
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: var(--gov-color-grey-dark)
    }
}

.gov-tabs--compact .gov-tabs__link {
    width: 100%;
    margin-right: 0
}

.gov-tabs__content {
    display: none;
    padding-bottom: 1.5rem;
    outline: 0;
    visibility: hidden
}

.gov-tabs__content.is-active {
    display: block;
    visibility: visible
}

.gov-accordion {
    position: relative;
    display: block;
    width: 100%
}

.gov-accordion__header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    /*    justify-content:space-between;*/
    padding: 0.4rem .5rem;
    width: 100%;
    border-radius: 0;
    text-align: left;
    text-transform: none
}

.gov-accordion__header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    height: 1px;
    background-color: var(--gov-color-grey-inactive)
}

.gov-accordion__header h3+.gov-icon {
    position: absolute;
    right: .5rem;
    top: 50%;
    transform: translateY(-50%)
}

.gov-accordion__header h3+.gov-icon:before {
    font-size: .75rem;
    color: var(--gov-color-blue)
}

.gov-accordion__header>* {
    margin-bottom: 0
}

.gov-accordion__header h3,.gov-accordion__header .gov-title--gamma {
    display: flex;
    align-items: start
}

.gov-accordion__header .gov-icon,.gov-accordion__header .gov-complex-icon {
    position: relative;
    display: inline-block;
    margin-right: .5rem;
    font-size: 1.5rem;
    vertical-align: middle;
    color: var(--gov-color-grey-dark);
    flex-shrink: 1
}

.gov-accordion__header:focus {
    border-radius: 3px
}

.gov-accordion__header--noborder:before {
    display: none
}

.gov-accordion__header.is-expanded h3+.gov-icon {
    transform: translateY(-50%) rotate(180deg)
}

.gov-accordion__content {
    overflow: hidden;
    height: 0;
    visibility: hidden;
    transition: height 300ms ease-out,min-height 300ms ease-out
}

.gov-accordion__content.is-expanded {
    height: auto;
    visibility: visible
}

.gov-accordion__content-inner {
    padding: 1.25rem .5rem
}

.gov-accordion__content-inner>*:last-child {
    margin-bottom: 0
}

.gov-accordion--bordered:before,.gov-accordion--bordered:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--gov-color-grey-inactive)
}

.gov-accordion--bordered:before {
    top: -1px
}

.gov-accordion--bordered:after {
    bottom: -1px
}

.gov-accordion--bordered-bottom:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--gov-color-grey-inactive)
}

.gov-accordion--bordered-bottom:after {
    bottom: -1px
}

.gov-accordion--large .gov-accordion__header {
    padding: 1.6875rem .5rem
}

.gov-accordion--large .gov-accordion__header h3,.gov-accordion--large .gov-accordion__header .gov-title--gamma {
    min-height: 2rem;
    line-height: 2rem
}

.gov-accordion--large .gov-accordion__header .gov-icon,.gov-accordion--large .gov-accordion__header .gov-complex-icon {
    font-size: 2rem;
    margin-right: 1rem
}

.gov-accordion--small .gov-accordion__header {
    padding: .9375rem .5rem
}

.gov-accordion--small .gov-accordion__header h3,.gov-accordion--small .gov-accordion__header .gov-title--gamma {
    min-height: 1.1875rem;
    line-height: 1.1875rem;
    font-size: 1rem
}

.gov-accordion--small .gov-accordion__header .gov-icon,.gov-accordion--small .gov-accordion__header .gov-complex-icon {
    font-size: 1rem;
    margin-right: .5rem
}

.gov-accordion--small .gov-accordion__content-inner {
    padding: .5rem !important
}

.gov-accordion--as-section {
    margin-bottom: 2.1875rem;
    background-color: var(--gov-color-white);
    border-radius: 3px
}

.gov-accordion--as-section>.gov-accordion__header,.gov-accordion--as-section>.gov-accordion__content>.gov-accordion__content-inner {
    padding-left: 3.125rem;
    padding-right: 3.125rem
}

.gov-accordion--as-section>.gov-accordion__header {
    border-radius: 3px
}

.gov-accordion--as-section>.gov-accordion__header:after {
    transform: translateX(-0.625rem)
}

.gov-accordion--as-section>.gov-accordion__content>.gov-accordion__content-inner {
    position: relative
}

.gov-accordion--as-section>.gov-accordion__content>.gov-accordion__content-inner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background-color: var(--gov-color-grey-inactive)
}

.gov-accordion--no-inner-offset>.gov-accordion__content>.gov-accordion__content-inner {
    padding: 0;
    padding-top: .125rem;
    padding-bottom: .125rem
}

.gov-accordion--no-inner-y-offset>.gov-accordion__content>.gov-accordion__content-inner {
    padding-top: .125rem;
    padding-bottom: .125rem
}

@media(max-width: 57.99em) {
    .gov-accordion--large>.gov-accordion__header {
        padding:1.25rem .625rem
    }
}

@media(max-width: 51.99em) {
    .gov-accordion--as-section>.gov-accordion__header,.gov-accordion--as-section>.gov-accordion__content>.gov-accordion__content-inner {
        padding-left:1.875rem;
        padding-right: 1.875rem
    }
}

.gov-stepper {
    padding-bottom: .625rem
}

.gov-stepper__step {
    padding: 1.25rem 1.5625rem;
    text-align: center
}

.gov-stepper__step>*:last-child {
    margin-bottom: 0
}

.gov-stepper__step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 1.25rem;
    padding: .625rem;
    max-width: 2.8125rem;
    background-color: var(--gov-color-blue-hover);
    border-radius: 100%
}

.gov-stepper__step-number .o-perex {
    color: var(--gov-color-grey-dark)
}

.gov-stepper__step-number>*:last-child {
    margin-bottom: 0
}

.gov-stepper--as-block .gov-stepper__step {
    position: relative;
    margin-bottom: 2.5rem;
    padding: 0;
    padding-top: .625rem;
    padding-left: 4.375rem;
    text-align: left
}

.gov-stepper--as-block .gov-stepper__step:last-child {
    margin-bottom: 0
}

.gov-stepper--as-block .gov-stepper__step-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 2.8125rem
}

@media(max-width: 25.99em) {
    .gov-stepper--as-block .gov-stepper__step {
        padding-left:0
    }

    .gov-stepper--as-block .gov-stepper__step-number {
        position: initial
    }

    .gov-stepper--as-block .gov-stepper__step-number:before,.gov-stepper--as-block .gov-stepper__step-number:after {
        content: "";
        display: block;
        position: absolute;
        top: 1.375rem;
        height: 1px;
        background-color: var(--gov-color-grey-inactive)
    }

    .gov-stepper--as-block .gov-stepper__step-number:before {
        left: 0;
        right: calc(50% + 23px)
    }

    .gov-stepper--as-block .gov-stepper__step-number:after {
        left: calc(50% + 23px);
        right: 0
    }
}

.gov-blocklist-item {
    position: relative;
    padding: 2.1875rem 3.125rem 1.5625rem 3.125rem
}

.gov-blocklist-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--gov-color-grey-inactive)
}

.gov-blocklist-item--with-icon:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 1.875rem;
    border-right-color: var(--gov-color-blue);
    border-top-color: var(--gov-color-blue)
}

.gov-blocklist-item__content>p,.gov-blocklist-item__content>.gov-paragraph,table tbody .gov-blocklist-item__content>td,.gov-table tbody .gov-blocklist-item__content>td {
    padding-right: 2.5rem
}

.gov-blocklist-item__content>.gov-breadcrumbs {
    margin-top: .3125rem
}

.gov-blocklist-item__link {
    display: block;
    margin-bottom: .625rem;
    width: 100%
}

.gov-blocklist-item__link>* {
    display: inline;
    vertical-align: top
}

.gov-blocklist-item__link:not([target=_blank]):after {
    top: .0625rem;
    transform: translateY(0)
}

.gov-blocklist-item__link[target=_blank] {
    display: block;
    margin-right: 0
}

.gov-blocklist-item:last-of-type:before {
    display: none
}

@media(max-width: 31.99em) {
    .gov-blocklist-item {
        padding:1.25rem
    }

    .gov-blocklist-item__content>p,.gov-blocklist-item__content>.gov-paragraph,table tbody .gov-blocklist-item__content>td,.gov-table tbody .gov-blocklist-item__content>td {
        padding-right: 0
    }

    .gov-blocklist-item__link:after {
        right: -0.625rem
    }
}

.gov-statsbar__item {
    position: relative;
    padding: 2.5rem 2.5rem;
    text-align: left
}

.gov-statsbar__item p,.gov-statsbar__item .gov-bodycopy {
    margin-top: 1rem;
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 1.25rem;
    color: var(--gov-color-blue);
    font-weight: 400
}

.gov-statsbar__item .gov-icon,.gov-statsbar__item .gov-complex-icon {
    font-size: 3rem;
    color: var(--gov-color-blue);
    display: inline-block
}

.gov-statsbar__item .gov-icon+.gov-statsbar__num,.gov-statsbar__item .gov-complex-icon+.gov-statsbar__num {
    margin-top: 1rem
}

.gov-statsbar__num {
    display: block;
    color: var(--gov-color-blue);
    font-size: 3.125rem;
    line-height: 110%;
    font-weight: 100
}

@media(min-width: 26em) {
    .gov-statsbar__item {
        flex:1
    }
}

@media(max-width: 57.99em) {
    .gov-statsbar__item {
        flex:1 0 50%;
        padding: 1.5rem
    }

    .gov-statsbar__item p,.gov-statsbar__item .gov-bodycopy {
        font-size: 1rem
    }

    .gov-statsbar__item .gov-icon,.gov-statsbar__item .gov-complex-icon {
        font-size: 2.5rem
    }

    .gov-statsbar__num {
        font-size: 2.5rem
    }
}

.gov-statsbar {
    background-color: var(--gov-color-blue-hover)
}

.gov-statsbar--icon-left .gov-statsbar__item {
    padding-left: 4rem;
    position: relative
}

.gov-statsbar--icon-left .gov-statsbar__item .gov-icon,.gov-statsbar--icon-left .gov-statsbar__item .gov-complex-icon {
    position: absolute;
    left: 0;
    top: 2.5rem
}

.gov-statsbar--icon-left .gov-statsbar__item .gov-icon+.gov-statsbar__num,.gov-statsbar--icon-left .gov-statsbar__item .gov-complex-icon+.gov-statsbar__num {
    margin-top: 0
}

@media(min-width: 26em) {
    .gov-statsbar__container {
        text-align:center;
        padding-top: 0;
        padding-bottom: 0
    }

    .gov-statsbar__container .gov-container__content {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .gov-statsbar__item {
        flex: 1
    }
}

@media(max-width: 57.99em) {
    .gov-statsbar__container .gov-container__content {
        flex-wrap:wrap
    }

    .gov-statsbar__item {
        flex: 1 0 50%
    }

    .gov-statsbar--icon-left .gov-statsbar__item {
        padding-left: 5rem
    }

    .gov-statsbar--icon-left .gov-statsbar__item .gov-icon,.gov-statsbar--icon-left .gov-statsbar__item .gov-complex-icon {
        left: 1.5rem;
        top: 1.5rem
    }
}

.gov-statsbar--light {
    background-color: var(--gov-color-white)
}

.gov-statsbar--light .gov-statsbar__item .gov-icon,.gov-statsbar--light .gov-statsbar__item .gov-complex-icon {
    color: var(--gov-color-grey-dark)
}

.gov-statsbar--light .gov-statsbar__num {
    color: var(--gov-color-grey-dark)
}

.gov-statsbar--light p,.gov-statsbar--light .gov-bodycopy {
    color: var(--gov-color-grey-dark)
}

.gov-statsbar--dark {
    background-color: var(--gov-color-grey-dark)
}

.gov-statsbar--dark .gov-statsbar__item .gov-icon,.gov-statsbar--dark .gov-statsbar__item .gov-complex-icon {
    color: var(--gov-color-white)
}

.gov-statsbar--dark .gov-statsbar__num {
    color: var(--gov-color-white)
}

.gov-statsbar--dark p,.gov-statsbar--dark .gov-bodycopy {
    color: var(--gov-color-white)
}

.gov-header {
    overflow: initial;
    background-color: var(--gov-color-blue)
}

.gov-header.is-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 110
}

.gov-header__holder {
    padding-top: 1.25rem;
    padding-bottom: 1.0625rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.gov-header__separator {
    display: none;
    position: relative;
    left: -1.25rem;
    margin: 0;
    height: 1px;
    width: 100vw;
    border: none;
    border-bottom: 1px solid var(--gov-color-blue-light)
}

@media(min-width: 56.25em) {
    .gov-header__separator {
        display:block
    }
}

@media(min-width: 72.5em) {
    .gov-header__separator {
        left:calc((100vw - 1120px)/2*-1)
    }
}

.gov-header__logo {
    display: flex;
    align-items: center;
    text-decoration: none
}

@media not all and (pointer: coarse) {
    .gov-header__logo:hover .gov-header__site-name {
        color:#fff
    }
}

.gov-header__site-name {
    padding-left: .625rem;
    font-size: 1.3125rem;
    font-weight: 700;
}

.gov-header__site-name--large {
    font-size: 1.625rem
}

.gov-header__site-name--dark {
    color: var(--gov-color-grey-dark)
}

.gov-header__right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
}

@media screen and (min-width: 56.25em) {
    .gov-header__right {
        margin-top:0;
        width: auto
    }
}

.gov-header__item {
    margin-left: .9375rem
}

@media screen and (min-width: 56.25em) {
    .gov-header__item {
        margin-left:1.875rem
    }
}

@media screen and (min-width: 56.25em) {
    .gov-header__item--login {
        display:block
    }
}

.gov-header__item:nth-child(1) {
    order: 3;
    width: 100%;
    margin-left: 0
}

@media screen and (min-width: 56.25em) {
    .gov-header__item:nth-child(1) {
        order:unset;
        width: auto;
        margin-left: 1.875rem
    }
}

@media screen and (min-width: 56.25em) {
    .gov-header__item--mobile {
        display:none
    }
}

.gov-header__lang {
    order: 3;
    margin-left: .625rem
}

@media screen and (min-width: 56.25em) {
    .gov-header__lang {
        margin-left:1.5625rem
    }
}

.gov-header__fixed-items {
    display: flex;
    align-items: center
}

@media screen and (max-width: 56.25em) {
    .gov-header__fixed-items {
        position:relative;
        top: -1.375rem;
        z-index: 10
    }
}

.gov-header__hamburger {
    display: inline-block;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    padding: 0;
    padding-left: .5rem;
    padding-right: 2.5rem;
    height: 1.875rem;
    font-size: .875rem;
    color: var(--gov-color-white);
    text-align: center;
    transform: rotate(0deg)
}

.gov-header__hamburger:focus {
    outline: none
}

.gov-header__hamburger:focus {
    background-color: var(--gov-color-blue)
}

@media not all and (pointer: coarse) {
    .gov-header__hamburger:hover {
        background-color:transparent;
        color: var(--gov-color-white)
    }
}

.gov-header__hamburger.active span:nth-child(1) {
    top: .9375rem;
    transform: rotate(45deg)
}

.gov-header__hamburger.active span:nth-child(2) {
    width: 1.125rem;
    top: .9375rem;
    transform: rotate(-45deg)
}

.gov-header__hamburger span {
    display: block;
    position: absolute;
    height: .125rem;
    width: 1.125rem;
    background: var(--gov-color-white);
    border-radius: 2px;
    opacity: 1;
    transform: rotate(0deg);
    transition: .2s ease-out
}

.gov-header__hamburger span:nth-child(1) {
    right: .75rem;
    top: .625rem
}

.gov-header__hamburger span:nth-child(2) {
    top: 1.1875rem;
    width: .75rem;
    right: .75rem
}

.gov-header .gov-logo {
    color: #fff
}

.gov-header .gov-search {
    margin-bottom: 0;
    padding: 0
}

.gov-header .gov-search [type=text] {
    font-size: 1rem
}

.gov-header__nav-holder {
    padding-top: 7.5rem
}

@media screen and (min-width: 56.25em) {
    .gov-header__nav-holder {
        position:relative;
        left: -0.9375rem;
        display: flex;
        justify-content: space-between;
        padding-top: 0;
        width: calc(100% + 30px)
    }
}

.gov-header__nav {
    display: none;
    background-color: #3b3b3b;
}

@media screen and (min-width: 56.25em) {
    .gov-header__nav {
        display:block
    }
}

.gov-header__nav-logo {
    display: none
}

.gov-header__nav-logo.active {
    position: absolute;
    top: 1.25rem;
    left: 1.875rem;
    display: block
}

.gov-header__nav.active {
    display: block;
    z-index: 9;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
    padding-bottom: 1.25rem;
    height: 100vh;
    width: 100%
}

@media screen and (min-width: 30em) {
    .gov-header__nav.active {
        right:0;
        width: 22.5rem
    }
}

.gov-header__overlay {
    display: none;
    z-index: 8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(2px);
    background-color: rgba(0,0,0,.5)
}

.gov-header__overlay.active {
    display: block;
    min-height: 100vh
}

.gov-header__link .gov-link,.gov-header__link .gov-sortable-table__trigger,.gov-header__link .gov-portal-nav__link,.gov-header__link .gov-fileinput__attachments>li>span {
    position: relative;
    display: block;
    padding: .9375rem 3rem .9375rem 2.25rem
}

@media screen and (min-width: 56.25em) {
    .gov-header__link .gov-link,.gov-header__link .gov-sortable-table__trigger,.gov-header__link .gov-portal-nav__link,.gov-header__link .gov-fileinput__attachments>li>span {
        padding:1.5625rem 1.25rem;
        text-decoration: none
    }

    .gov-header__link .gov-link:before,.gov-header__link .gov-sortable-table__trigger:before,.gov-header__link .gov-portal-nav__link:before,.gov-header__link .gov-fileinput__attachments>li>span:before {
        content: "";
        display: block;
        position: absolute;
        top: -1px;
        left: 1.25rem;
        right: 1.25rem;
        height: 2px;
        background-color: var(--gov-color-white);
        transform: scale(0, 1);
        transition: transform 256ms ease-out;
        will-change: transform
    }

    .gov-header__link .gov-link--external:before,.gov-header__link .gov-link[target=_blank]:before,.gov-header__link [target=_blank].gov-sortable-table__trigger:before,.gov-header__link [target=_blank].gov-portal-nav__link:before,.gov-header__link .gov-fileinput__attachments>li>span[target=_blank]:before {
        right: 1.75rem
    }

    .gov-header__link .gov-link--external:after,.gov-header__link .gov-link[target=_blank]:after,.gov-header__link [target=_blank].gov-sortable-table__trigger:after,.gov-header__link [target=_blank].gov-portal-nav__link:after,.gov-header__link .gov-fileinput__attachments>li>span[target=_blank]:after {
        position: relative;
        top: -0.5rem;
        max-height: 16px
    }
}

@media not all and (pointer: coarse) {
    .gov-header__link:hover .gov-link:before,.gov-header__link:hover .gov-sortable-table__trigger:before,.gov-header__link:hover .gov-portal-nav__link:before,.gov-header__link:hover .gov-fileinput__attachments>li>span:before {
        transform:scale(1, 1)
    }
}

.gov-header__link.is-active .gov-link:before,.gov-header__link.is-active .gov-sortable-table__trigger:before,.gov-header__link.is-active .gov-portal-nav__link:before,.gov-header__link.is-active .gov-fileinput__attachments>li>span:before {
    transform: scale(1, 1)
}

@media screen and (min-width: 56.25em) {
    .gov-header__link--active .gov-link:before,.gov-header__link--active .gov-sortable-table__trigger:before,.gov-header__link--active .gov-portal-nav__link:before,.gov-header__link--active .gov-fileinput__attachments>li>span:before {
        content:"";
        display: block;
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        height: 2px;
        background-color: var(--gov-color-white)
    }
}

.gov-footer {
    padding-top: 3.125rem;
    padding-bottom: 5.3125rem
}

.gov-footer__upper {
    display: flex;
    flex-wrap: wrap
}

.gov-footer__lower {
    display: flex;
    justify-content: space-between
}

.gov-footer__col {
    padding-right: .9375rem;
    padding-bottom: .625rem;
    width: 100%
}

@media(min-width: 34em) {
    .gov-footer__col {
        width:48%
    }
}

@media(min-width: 52em) {
    .gov-footer__col {
        width:30%
    }
}

@media(min-width: 64em) {
    .gov-footer__col {
        width:33%
    }
}

.gov-footer__headline {
    margin-bottom: .9375rem;
    font-size: 1rem;
    color: var(--gov-color-grey-light);
    text-transform: none
}

@media(min-width: 34em) {
    .gov-footer__headline {
        margin-bottom:1.5625rem
    }
}

.gov-footer__scroll-up {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem
}

.gov-footer__scroll-up:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    color: var(--gov-color-white);
    font-family: "gov-basic-icons";
    font-size: 1.5rem;
    text-transform: none;
    vertical-align: middle;
    transform: translate(-50%, -50%) rotate(-180deg)
}

@media not all and (pointer: coarse) {
    .gov-footer__scroll-up:hover {
        background-color:var(--gov-color-white) !important
    }

    .gov-footer__scroll-up:hover:after {
        color: var(--gov-color-grey-dark)
    }
}

.gov-footer hr {
    margin-bottom: 2.1875rem;
    height: 1px;
    border: none;
    border-bottom: 1px solid var(--gov-color-grey-mid)
}

.gov-footer .gov-container__content {
    position: relative
}

.gov-footer .gov-list--plain:not(.gov-list--inline):not(.gov-multiselect__tags)>li,.gov-footer .gov-sidenav ul:not(.gov-list--inline):not(.gov-multiselect__tags)>li,.gov-sidenav .gov-footer ul:not(.gov-list--inline):not(.gov-multiselect__tags)>li,.gov-footer .gov-autocomplete__results:not(.gov-list--inline):not(.gov-multiselect__tags)>li,.gov-footer .gov-form-group:not(.gov-list--inline):not(.gov-multiselect__tags)>li,.gov-footer .gov-multiselect__options:not(.gov-list--inline):not(.gov-multiselect__tags)>li,.gov-footer .gov-multiselect__tags:not(.gov-list--inline):not(.gov-multiselect__tags)>li,.gov-footer .gov-portal-nav__menu:not(.gov-list--inline):not(.gov-multiselect__tags)>li,.gov-footer .gov-portal-subnav__menu:not(.gov-list--inline):not(.gov-multiselect__tags)>li,.gov-footer .gov-portal-subnav__submenu:not(.gov-list--inline):not(.gov-multiselect__tags)>li,.gov-footer .gov-fileinput__attachments:not(.gov-list--inline):not(.gov-multiselect__tags)>li {
    margin-bottom: .9375rem;
    line-height: 1
}

@media(max-width: 57.99em) {
    .gov-footer {
        padding-top:2.1875rem;
        padding-bottom: 2.5rem
    }

    .gov-footer hr {
        margin-bottom: 1.5625rem
    }

    .gov-footer__lower {
        display: block
    }

    .gov-footer__lower .gov-footnote:first-child,.gov-footer__lower .gov-fileinput__upload-note:first-child {
        margin-bottom: 1.5625rem
    }
}

@media(max-width: 41.99em) {
    .gov-footer__upper .gov-list--inline,.gov-footer__upper .gov-multiselect__tags {
        margin-bottom:0
    }
}

.gov-portal-header {
    overflow: initial;
    background-color: var(--gov-color-blue)
}

.gov-portal-header__upper,.gov-portal-header__column,.gov-portal-header__extras {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.gov-portal-header__upper {
    padding: 1.25rem 0
}

.gov-portal-header__upper .gov-search {
    margin-bottom: 0;
    padding: 0
}

.gov-portal-header__upper .gov-search .gov-form-control__input {
    padding: .625rem 3.125rem .625rem .9375rem;
    font-size: 1rem
}

.gov-portal-header__extras {
    padding-left: 1.25rem
}

.gov-portal-header__extras button,.gov-portal-header__extras .gov-button,.gov-portal-header__extras .gov-calendar__toggle,.gov-portal-header__extras .gov-calendar__days tbody tr td button,.gov-calendar__days tbody tr td .gov-portal-header__extras button,.gov-portal-header__extras .gov-hamburger {
    margin-right: 1.25rem;
    white-space: nowrap
}

@media(min-width: 52em) {
    .gov-portal-header__upper .gov-search .gov-form-control {
        min-width:300px
    }
}

@media(max-width: 41.99em) {
    .gov-portal-header__upper {
        flex-wrap:wrap;
        padding-bottom: .9375rem
    }

    .gov-portal-header__column {
        width: 100%
    }

    .gov-portal-header__column:first-of-type {
        position: relative;
        padding-bottom: .9375rem
    }

    .gov-portal-header__column:first-of-type:after {
        content: "";
        display: block;
        position: absolute;
        left: -1.25rem;
        right: -1.25rem;
        bottom: -1px;
        height: 1px;
        background-color: var(--gov-color-blue-light)
    }

    .gov-portal-header__column:last-of-type {
        padding-top: .9375rem
    }

    .gov-portal-header__extras {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        margin-top: .625rem;
        padding: 1.25rem;
        padding-bottom: .625rem;
        padding-top: 1.875rem
    }

    .gov-portal-header__extras:after {
        content: "";
        display: block;
        position: absolute;
        left: 1.25rem;
        right: 1.25rem;
        top: 0;
        height: 1px;
        background-color: var(--gov-color-blue-light)
    }

    .gov-portal-header__extras .gov-lang-switch {
        margin-top: .9375rem
    }

    .gov-portal-header .gov-portal-nav {
        display: none
    }

    .gov-portal-header.is-fixed {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 150;
        overflow-y: scroll;
        height: 100vh
    }

    .gov-portal-header.is-fixed .gov-portal-nav {
        display: block
    }
}

.gov-sidenav ul {
    margin: 0
}

.gov-sidenav ul.is-visible {
    display: block !important
}

.gov-sidenav ul li {
    margin: 0;
    padding: 0
}

.gov-sidenav ul li.is-active>ul {
    display: block
}

.gov-sidenav a,.gov-sidenav .gov-link,.gov-sidenav .gov-sortable-table__trigger,.gov-sidenav .gov-portal-nav__link,.gov-sidenav .gov-fileinput__attachments>li>span,.gov-sidenav button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    justify-content: start;
    gap: .75rem;
    font-size: 1rem;
    font-weight: normal;
    text-transform: none;
    text-align: left;
    line-height: 1.5;
    background-color: transparent;
    color: var(--gov-color-grey-dark);
    padding: .75rem .5rem;
    border-radius: 0;
    border-bottom: .0625rem solid var(--gov-color-grey-inactive)
}

.gov-sidenav a:focus,.gov-sidenav .gov-link:focus,.gov-sidenav .gov-sortable-table__trigger:focus,.gov-sidenav .gov-portal-nav__link:focus,.gov-sidenav .gov-fileinput__attachments>li>span:focus,.gov-sidenav button:focus {
    outline: none
}

.gov-sidenav a .gov-icon,.gov-sidenav a .gov-complex-icon,.gov-sidenav .gov-link .gov-icon,.gov-sidenav .gov-sortable-table__trigger .gov-icon,.gov-sidenav .gov-portal-nav__link .gov-icon,.gov-sidenav .gov-fileinput__attachments>li>span .gov-icon,.gov-sidenav .gov-link .gov-complex-icon,.gov-sidenav .gov-sortable-table__trigger .gov-complex-icon,.gov-sidenav .gov-portal-nav__link .gov-complex-icon,.gov-sidenav .gov-fileinput__attachments>li>span .gov-complex-icon,.gov-sidenav button .gov-icon,.gov-sidenav button .gov-complex-icon {
    margin: 0;
    font-size: 1.25rem !important
}

.gov-sidenav a+button,.gov-sidenav .gov-link+button,.gov-sidenav .gov-sortable-table__trigger+button,.gov-sidenav .gov-portal-nav__link+button,.gov-sidenav .gov-fileinput__attachments>li>span+button,.gov-sidenav button+button {
    width: 3rem;
    padding: .75rem
}

.gov-sidenav a+button .gov-icon,.gov-sidenav a+button .gov-complex-icon,.gov-sidenav .gov-link+button .gov-icon,.gov-sidenav .gov-sortable-table__trigger+button .gov-icon,.gov-sidenav .gov-portal-nav__link+button .gov-icon,.gov-sidenav .gov-fileinput__attachments>li>span+button .gov-icon,.gov-sidenav .gov-link+button .gov-complex-icon,.gov-sidenav .gov-sortable-table__trigger+button .gov-complex-icon,.gov-sidenav .gov-portal-nav__link+button .gov-complex-icon,.gov-sidenav .gov-fileinput__attachments>li>span+button .gov-complex-icon,.gov-sidenav button+button .gov-icon,.gov-sidenav button+button .gov-complex-icon {
    font-size: 1.5rem !important;
    color: var(--gov-color-blue)
}

.gov-sidenav a+button:after,.gov-sidenav .gov-link+button:after,.gov-sidenav .gov-sortable-table__trigger+button:after,.gov-sidenav .gov-portal-nav__link+button:after,.gov-sidenav .gov-fileinput__attachments>li>span+button:after,.gov-sidenav button+button:after {
    display: none !important
}

.gov-sidenav a:hover,.gov-sidenav .gov-link:hover,.gov-sidenav .gov-sortable-table__trigger:hover,.gov-sidenav .gov-portal-nav__link:hover,.gov-sidenav .gov-fileinput__attachments>li>span:hover, .gov-sidenav button:hover {
    background-color: var(--gov-color-blue-hover);
    border-color: var(--gov-color-blue-inactive-2)
}

.gov-sidenav__item {
    display: flex;
    flex-wrap: wrap
}

.gov-sidenav__item>*:first-child {
    flex: 1
}

.gov-sidenav__item--unset-icon-space a,.gov-sidenav__item--unset-icon-space .gov-link,.gov-sidenav__item--unset-icon-space .gov-sortable-table__trigger,.gov-sidenav__item--unset-icon-space .gov-portal-nav__link,.gov-sidenav__item--unset-icon-space .gov-fileinput__attachments>li>span,.gov-sidenav__item--unset-icon-space button {
    padding-left: .5rem !important
}

.gov-sidenav__item.has-toggle>button:last-of-type::after {
    font-family: "gov-basic-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-left: auto;
    padding-right: .25rem;
    font-size: 1.5rem;
    color: var(--gov-color-blue);
    content: "G";
    tab-index: -1;
    user-select: none
}

.gov-sidenav__item:hover {
    border-color: var(--gov-color-blue-inactive-2)
}

.gov-sidenav--level-1>.gov-sidenav__item.is-active>button::after {
    transform: rotate(180deg);
    padding-right: 0;
    padding-left: .25rem
}

.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>a,.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>button,.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-link,.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-sortable-table__trigger,.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-portal-nav__link,.gov-fileinput__attachments.gov-sidenav--level-1>li.gov-sidenav__item.is-active:not(.has-toggle)>span {
    background-color: var(--gov-color-blue);
    color: var(--gov-color-white) !important;
    cursor: default;
    border-color: var(--gov-color-blue-dark)
}

.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>a .gov-icon,.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>a .gov-complex-icon,.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>button .gov-icon,.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>button .gov-complex-icon,.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-link .gov-icon,.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-sortable-table__trigger .gov-icon,.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-portal-nav__link .gov-icon,.gov-fileinput__attachments.gov-sidenav--level-1>li.gov-sidenav__item.is-active:not(.has-toggle)>span .gov-icon,.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-link .gov-complex-icon,.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-sortable-table__trigger .gov-complex-icon,.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-portal-nav__link .gov-complex-icon,.gov-fileinput__attachments.gov-sidenav--level-1>li.gov-sidenav__item.is-active:not(.has-toggle)>span .gov-complex-icon {
    color: var(--gov-color-white) !important
}

.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>a+button .gov-icon,.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>a+button .gov-complex-icon,.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>button+button .gov-icon,.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>button+button .gov-complex-icon,.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-link+button .gov-icon,.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-sortable-table__trigger+button .gov-icon,.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-portal-nav__link+button .gov-icon,.gov-fileinput__attachments.gov-sidenav--level-1>li.gov-sidenav__item.is-active:not(.has-toggle)>span+button .gov-icon,.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-link+button .gov-complex-icon,.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-sortable-table__trigger+button .gov-complex-icon,.gov-sidenav--level-1>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-portal-nav__link+button .gov-complex-icon,.gov-fileinput__attachments.gov-sidenav--level-1>li.gov-sidenav__item.is-active:not(.has-toggle)>span+button .gov-complex-icon {
    transform: rotate(180deg)
}

.gov-sidenav--level-1>.gov-sidenav__item.is-active>a+button .gov-icon,.gov-sidenav--level-1>.gov-sidenav__item.is-active>button+button .gov-icon,.gov-sidenav--level-1>.gov-sidenav__item.is-active>.gov-link+button .gov-icon,.gov-sidenav--level-1>.gov-sidenav__item.is-active>.gov-sortable-table__trigger+button .gov-icon,.gov-sidenav--level-1>.gov-sidenav__item.is-active>.gov-portal-nav__link+button .gov-icon,.gov-fileinput__attachments.gov-sidenav--level-1>li.gov-sidenav__item.is-active>span+button .gov-icon {
    transform: rotate(180deg)
}

.gov-sidenav--level-1>.gov-sidenav__item:last-child>a,.gov-sidenav--level-1>.gov-sidenav__item:last-child .gov-link,.gov-sidenav--level-1>.gov-sidenav__item:last-child .gov-sortable-table__trigger,.gov-sidenav--level-1>.gov-sidenav__item:last-child .gov-portal-nav__link,.gov-sidenav--level-1>.gov-sidenav__item:last-child .gov-fileinput__attachments>li>span,.gov-sidenav--level-1>.gov-sidenav__item:last-child button {
    border: 0 none
}

.gov-sidenav--level-2 {
    display: none;
    flex-basis: 100%;
    border-bottom: .0625rem solid var(--gov-color-grey-inactive)
}

.gov-sidenav--level-2>.gov-sidenav__item.is-active>button::after {
    transform: rotate(180deg);
    padding-right: 0;
    padding-left: .25rem
}

.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>a,.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>button,.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-link,.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-sortable-table__trigger,.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-portal-nav__link,.gov-fileinput__attachments.gov-sidenav--level-2>li.gov-sidenav__item.is-active:not(.has-toggle)>span {
    background-color: var(--gov-color-blue);
    color: var(--gov-color-white) !important;
    cursor: default;
    border-color: var(--gov-color-blue-dark)
}

.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>a .gov-icon,.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>a .gov-complex-icon,.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>button .gov-icon,.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>button .gov-complex-icon,.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-link .gov-icon,.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-sortable-table__trigger .gov-icon,.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-portal-nav__link .gov-icon,.gov-fileinput__attachments.gov-sidenav--level-2>li.gov-sidenav__item.is-active:not(.has-toggle)>span .gov-icon,.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-link .gov-complex-icon,.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-sortable-table__trigger .gov-complex-icon,.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-portal-nav__link .gov-complex-icon,.gov-fileinput__attachments.gov-sidenav--level-2>li.gov-sidenav__item.is-active:not(.has-toggle)>span .gov-complex-icon {
    color: var(--gov-color-white) !important
}

.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>a+button .gov-icon,.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>a+button .gov-complex-icon,.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>button+button .gov-icon,.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>button+button .gov-complex-icon,.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-link+button .gov-icon,.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-sortable-table__trigger+button .gov-icon,.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-portal-nav__link+button .gov-icon,.gov-fileinput__attachments.gov-sidenav--level-2>li.gov-sidenav__item.is-active:not(.has-toggle)>span+button .gov-icon,.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-link+button .gov-complex-icon,.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-sortable-table__trigger+button .gov-complex-icon,.gov-sidenav--level-2>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-portal-nav__link+button .gov-complex-icon,.gov-fileinput__attachments.gov-sidenav--level-2>li.gov-sidenav__item.is-active:not(.has-toggle)>span+button .gov-complex-icon {
    transform: rotate(180deg)
}

.gov-sidenav--level-2>.gov-sidenav__item.is-active>a+button .gov-icon,.gov-sidenav--level-2>.gov-sidenav__item.is-active>button+button .gov-icon,.gov-sidenav--level-2>.gov-sidenav__item.is-active>.gov-link+button .gov-icon,.gov-sidenav--level-2>.gov-sidenav__item.is-active>.gov-sortable-table__trigger+button .gov-icon,.gov-sidenav--level-2>.gov-sidenav__item.is-active>.gov-portal-nav__link+button .gov-icon,.gov-fileinput__attachments.gov-sidenav--level-2>li.gov-sidenav__item.is-active>span+button .gov-icon {
    transform: rotate(180deg)
}

.gov-sidenav--level-2 a,.gov-sidenav--level-2 .gov-link,.gov-sidenav--level-2 .gov-sortable-table__trigger,.gov-sidenav--level-2 .gov-portal-nav__link,.gov-sidenav--level-2 .gov-fileinput__attachments>li>span,.gov-sidenav--level-2 button {
    padding: .5rem;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.715;
    border: 0
}

.gov-sidenav--level-2 a+button,.gov-sidenav--level-2 .gov-link+button,.gov-sidenav--level-2 .gov-sortable-table__trigger+button,.gov-sidenav--level-2 .gov-portal-nav__link+button,.gov-sidenav--level-2 .gov-fileinput__attachments>li>span+button,.gov-sidenav--level-2 button+button {
    padding: .5rem .75rem
}

.gov-sidenav--level-2 .gov-sidenav__item {
    border: 0 none
}

.gov-sidenav--level-2 .gov-sidenav__item.is-active {
    background-color: var(--gov-color-grey-bg)
}

.gov-sidenav--level-3 {
    display: none;
    flex-basis: 100%;
    background-color: var(--gov-color-grey-bg)
}

.gov-sidenav--level-3>.gov-sidenav__item.is-active>button::after {
    transform: rotate(180deg);
    padding-right: 0;
    padding-left: .25rem
}

.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>a,.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>button,.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-link,.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-sortable-table__trigger,.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-portal-nav__link,.gov-fileinput__attachments.gov-sidenav--level-3>li.gov-sidenav__item.is-active:not(.has-toggle)>span {
    background-color: var(--gov-color-blue);
    color: var(--gov-color-white) !important;
    cursor: default;
    border-color: var(--gov-color-blue-dark)
}

.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>a .gov-icon,.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>a .gov-complex-icon,.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>button .gov-icon,.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>button .gov-complex-icon,.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-link .gov-icon,.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-sortable-table__trigger .gov-icon,.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-portal-nav__link .gov-icon,.gov-fileinput__attachments.gov-sidenav--level-3>li.gov-sidenav__item.is-active:not(.has-toggle)>span .gov-icon,.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-link .gov-complex-icon,.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-sortable-table__trigger .gov-complex-icon,.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-portal-nav__link .gov-complex-icon,.gov-fileinput__attachments.gov-sidenav--level-3>li.gov-sidenav__item.is-active:not(.has-toggle)>span .gov-complex-icon {
    color: var(--gov-color-white) !important
}

.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>a+button .gov-icon,.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>a+button .gov-complex-icon,.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>button+button .gov-icon,.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>button+button .gov-complex-icon,.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-link+button .gov-icon,.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-sortable-table__trigger+button .gov-icon,.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-portal-nav__link+button .gov-icon,.gov-fileinput__attachments.gov-sidenav--level-3>li.gov-sidenav__item.is-active:not(.has-toggle)>span+button .gov-icon,.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-link+button .gov-complex-icon,.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-sortable-table__trigger+button .gov-complex-icon,.gov-sidenav--level-3>.gov-sidenav__item.is-active:not(.has-toggle)>.gov-portal-nav__link+button .gov-complex-icon,.gov-fileinput__attachments.gov-sidenav--level-3>li.gov-sidenav__item.is-active:not(.has-toggle)>span+button .gov-complex-icon {
    transform: rotate(180deg)
}

.gov-sidenav--level-3 a,.gov-sidenav--level-3 .gov-link,.gov-sidenav--level-3 .gov-sortable-table__trigger,.gov-sidenav--level-3 .gov-portal-nav__link,.gov-sidenav--level-3 .gov-fileinput__attachments>li>span,.gov-sidenav--level-3 button {
    padding: .5rem;
    padding-left: 2.5rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.715
}

.gov-sidenav--no-border ul {
    border: 0 none
}

.gov-sidenav--no-border a,.gov-sidenav--no-border .gov-link,.gov-sidenav--no-border .gov-sortable-table__trigger,.gov-sidenav--no-border .gov-portal-nav__link,.gov-sidenav--no-border .gov-fileinput__attachments>li>span,.gov-sidenav--no-border button {
    border: 0 none
}

.gov-sidenav--inverse-last-level .gov-sidenav--level-2 .gov-sidenav__item.is-active {
    background-color: var(--gov-color-white)
}

.gov-sidenav--inverse-last-level .gov-sidenav--level-3 {
    background-color: var(--gov-color-white)
}

.gov-cookie-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 51;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.gov-cookie-bar__content {
    position: relative;
    z-index: 2;
    padding: 2rem 1.5rem;
    background-color: var(--gov-color-white);
    box-shadow: 0 .0625rem 2.5rem rgba(59,59,59,.4)
}

.gov-cookie-bar__content-inner {
    display: block;
    margin: 0 auto;
    max-width: 70rem
}

.gov-cookie-bar__content-inner p {
    margin-top: 1rem
}

.gov-cookie-bar__actions {
    display: flex;
    justify-content: space-between
}

.gov-cookie-bar__actions .gov-button,.gov-cookie-bar__actions .gov-calendar__toggle,.gov-cookie-bar__actions .gov-calendar__days tbody tr td button,.gov-calendar__days tbody tr td .gov-cookie-bar__actions button,.gov-cookie-bar__actions .gov-hamburger {
    margin-top: 2rem
}

.gov-cookie-bar__actions-primary .gov-button:first-child,.gov-cookie-bar__actions-primary .gov-calendar__toggle:first-child,.gov-cookie-bar__actions-primary .gov-calendar__days tbody tr td button:first-child,.gov-calendar__days tbody tr td .gov-cookie-bar__actions-primary button:first-child,.gov-cookie-bar__actions-primary .gov-hamburger:first-child {
    margin-right: 1rem
}

@media(max-width: 41.99em) {
    .gov-cookie-bar__actions {
        display:block
    }

    .gov-cookie-bar__actions-primary {
        margin-bottom: .75rem
    }
}

@media(max-width: 31.99em) {
    .gov-cookie-bar__content {
        padding:1.25rem 1rem
    }

    .gov-cookie-bar__actions {
        display: block
    }

    .gov-cookie-bar__actions .gov-button,.gov-cookie-bar__actions .gov-calendar__toggle,.gov-cookie-bar__actions .gov-calendar__days tbody tr td button,.gov-calendar__days tbody tr td .gov-cookie-bar__actions button,.gov-cookie-bar__actions .gov-hamburger {
        margin-top: 1rem
    }

    .gov-cookie-bar__actions>.gov-button,.gov-cookie-bar__actions>.gov-calendar__toggle,.gov-calendar__days tbody tr td .gov-cookie-bar__actions>button,.gov-cookie-bar__actions>.gov-hamburger {
        margin-top: 0
    }
}

.u-align--right {
    text-align: right !important
}

.u-full-width {
    width: 100%
}

.u-sr-only {
    display: none !important
}

@media(max-width: 63.99em) {
    .u-hide--portable {
        display:none;
        visibility: hidden
    }
}

@media(max-width: 57.99em) {
    .u-hide--tablet-landscape {
        display:none;
        visibility: hidden
    }
}

@media(max-width: 51.99em) {
    .u-hide--tablet {
        display:none;
        visibility: hidden
    }
}

@media(max-width: 41.99em) {
    .u-hide--mobile-landscape {
        display:none;
        visibility: hidden
    }
}

@media(max-width: 31.99em) {
    .u-hide--mobile {
        display:none;
        visibility: hidden
    }
}

@media(max-width: 25.99em) {
    .u-hide--palm {
        display:none;
        visibility: hidden
    }
}

.u-bg-color--blue {
    background-color: var(--gov-color-blue)
}

.u-bg-color--blue-hover {
    background-color: var(--gov-color-blue-hover)
}

.u-bg-color--blue-light {
    background-color: var(--gov-color-blue-light)
}

.u-bg-color--grey {
    background-color: var(--gov-color-grey-bg)
}

.u-bg-color--grey-dark {
    background-color: var(--gov-color-grey-dark)
}

.u-bg-color--white {
    background-color: var(--gov-color-white)
}

.u-bg-color--white-overlay {
    background-color: rgba(var(--gov-color-white-rgb), 0.4)
}

.u-bg-gradient--blue {
    background-color: var(--gov-color-blue);
    background: linear-gradient(90deg, var(--gov-color-blue) 0%, var(--gov-color-blue-dark) 100%)
}

.u-color--grey-dark {
    color: var(--gov-color-grey-dark)
}

.u-color--grey-mid {
    color: var(--gov-color-grey-mid)
}

.u-color--grey-light {
    color: var(--gov-color-grey-light)
}

.u-color--white {
    color: var(--gov-color-white)
}

.u-mt--unset {
    margin-top: 0 !important
}

.u-mb--unset {
    margin-bottom: 0 !important
}

.u-mb--25 {
    margin-bottom: 1.5625rem
}

.u-pt--unset {
    padding-top: 0 !important
}

.u-pt--20 {
    padding-top: 1.25rem
}

.u-pt--40 {
    padding-top: 2.5rem
}

.u-pt--60 {
    padding-top: 3.75rem
}

.u-pb--unset {
    padding-bottom: 0 !important
}

.u-pb--20 {
    padding-bottom: 1.25rem
}

.u-pb--40 {
    padding-bottom: 2.5rem
}

.u-pb--60 {
    padding-bottom: 3.75rem
}

.u-overflow--unset {
    overflow: initial !important
}

.in-line {
    display: inline-flex;
}

@media screen and (max-width: 600px) {

    .gov-logo__sitename {
        font-size: 1rem;
    }

    .gov-layout {
        display: contents;
    }

    .kategorie-box {
        margin-bottom: 25px;
    }

    .archiv-icon {
        /*        right: 5% !important;
                top: 179% !important;*/
    }

    .gov-header__item--login {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .gov-grid {
        display: contents;
    }
}

.sg-swatch {
    background: #d3dfec;
    padding: 7px !important;
}

#table-detail td {
    padding: 7px;
    /*    width: 30%;*/
}

.kategorie-box {
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    padding: 1rem;
}

.kategorie-box h4 {
    display: flex;
}

.kategorie-box h4 i {
    margin-top: 3px;
    margin-right: 3px;
    color: #bdb9b9;
}

/*.filter-box h3{
    margin-bottom: -27px;
}*/
.text-center {
    text-align: center;
}

table tr.sel {
    background: #f9f9f9;
}

.footer-links {
    background-color: #3b3b3b;
}

.gov-tabs__hover {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    padding: 0.75rem 0;
    width: auto;
    margin-right: 2rem;
    text-align: center;
    color: var(--gov-color-blue);
    font-size: .75rem;
    letter-spacing: .5px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
}

.gov-grid-tile {
    background-color: #f8f8f8;
    box-shadow: 0 10px 20px rgba(79,72,27,.12);
}

.p5 {
    padding: 15px 0px 15px 0px;
}

.conteiner-white {
    background-color: white;
    padding: 10px;
}

p {
    margin-bottom: 0.5rem;
}

@media not all and (pointer: coarse) {
    .gov-tabs__hover:hover {
        background-color: transparent;
        box-shadow: none;
        color: var(--gov-color-grey-dark);
        outline: 0;
        color: black !important;
    }

    .gov-tabs__linka:after {
        z-index: 1;
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: var(--gov-color-grey-dark);
    }
}

.gov-tabs__linka {
    color: black !important;
    font-weight: bold;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.archiv-icon {
    /*    position: absolute;
        right: 28%;*/
    /*    top: 49%;*/
}

.icon-small {
    font-size: 25px;
}

.cist {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

.active-link {
    font-weight: 600;
}

.active-link a:before {
    content: '';
    /*    background: #000000;*/
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 3px;
}

.active-link i {
    color: black;
}

.bi-caret-right-fill {
    color: #bdb9b9;
}

.kategorie-box h2 {
    font-size: 22px;
    margin-bottom: 0;
    padding-left: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#documents p {
    padding-top: 10px;
}

.gov-footer__headline {
    display: block;
}

.gov-footer__col a {
    color: white;
}

a {
    position: relative;
}

.white {
    color: white;
}

.red{
    color:red;
}

.green{
    color:green !important;
}

.tar{
    text-align:right;
}

.tal{
    text-align:left;
}

.dif{
    display: inline-flex;
}


@media (min-width: 1400px) {
    .gov-container__content {
        max-width: 1820px;
    }
}

.dn{
    display:none;
}


.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.hidden {
    display: none;
}

.close-button {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
}


.mr25{
    margin: 0 25px 0px 0px;
}



@media print {
    header {
        display: none !important; /* Skryje <header> */
    }

    .gov-tabs__content-holder{
        display: none !important; /* Skryje <header> */
    }

    .gov-grid-tile p{
        display: none !important; /* Skryje <header> */
    }

    .gov-container__content{
        display: none !important; /* Skryje <header> */
    }
}

@media print {
    /* Zobraz vše */
    .gov-table__cell--wide {
        display: table-cell !important;
    }

    .gov-sortable-table__trigger {
        display: inline !important;
    }

    .gov-icon {
        display: none !important; /* volitelně skryj ikonky */
    }

    /* Můžeš také schovat hlavičku, tlačítka atd. */
    #printButton {
        display: none !important;
    }

    /* Zachovej strukturu tabulky */
    table.gov-table {
        width: 100% !important;
        table-layout: auto !important;
    }
}


.fr{
    float:right;
}

.form-wrapper {
    max-width: 500px;
    margin: 2rem auto;
    padding: 2rem;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    background-color: #fdfdfd;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.form-wrapper h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #222;
}

.form-group {
    margin-bottom: 1.25rem;
}

.label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 1rem;
    color: #222;
}

.input {
    width: 100%;
    padding: 0.6rem 0.8rem;
    font-size: 1rem;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.input:focus {
    border-color: #0069d9;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 105, 217, 0.15);
}

.hint {
    font-size: 0.875rem;
    color: #666;
    margin-top: 0.3rem;
}

.button {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background-color: #0069d9;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}


@media (max-width: 480px) {
    .form-wrapper {
        padding: 1.2rem;
    }

}

.white{
    color:white;
}

.gov-alert--success{
    background-color: #64d67e;
}


.qr {
    width: 135px;
    height: 135px;
    box-shadow: 0 10px 20px rgba(79, 72, 27, .12);
}

.qrsmall{
    width: 60px;
    height: 60px;
    box-shadow: 0 10px 20px rgba(79, 72, 27, .12); 
}


.moje-dvoupanelova-mrizka {
    display: flex;
    gap: 2rem;
}

.moje-levy-panel {
    flex: 0 0 66.6666%; /* 8/12 */
}

.moje-pravy-panel {
    flex: 0 0 33.3333%; /* 4/12 */
}

@media (max-width: 768px) {
    .moje-pravy-panel {
        flex: 0 0 100%;
        display:none !important;
    }

    .moje-levy-panel {
        flex: 0 0 100%;
    }

    .qrsmall{
        display:none;
    }
}



.moje-pravy-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px; /* uprav podle potřeby */
}

.qr-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.p0{
    padding:0 !important;
}



.form-control-switch {
    margin: 1rem 0;
}

.switch-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    gap: 0.75rem;
}

.switch-label input[type="checkbox"] {
    display: none;
}

.switch-label .slider {
    width: 42px;
    height: 24px;
    background-color: #ccc;
    border-radius: 24px;
    position: relative;
    transition: background-color 0.3s;
}

.switch-label .slider::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 3px;
    top: 3px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.3s;
}

.switch-label input:checked + .slider {
    background-color: #005ea5;
}

.switch-label input:checked + .slider::before {
    transform: translateX(18px);
}

.label-text {
    font-size: 1rem;
    color: #000;
}

.gov-sortable-table__trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem; /* mezera mezi textem a ikonou */
    white-space: nowrap;
}

.gov-sortable-table__trigger i {
    font-size: 0.9em;
    vertical-align: middle;
    margin-left: 0.2em;
}