/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";
.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-search--inline {
  float: left;
}
.ui-widget-content {
  padding: 25px;
  color: #333;
  border: 1px solid gray;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
}
@font-face {
  font-family: foundation-icons;
  src: url("");
  src: url("") format('embedded-opentype'),
    url("") format('woff'), url("") format('truetype'),
    url("") format('svg');
  font-weight: 400;
  font-style: normal;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
main {
  display: block;
}

b {
  font-weight: inherit;
}
b {
  font-weight: bolder;
}
code {
  font-family: monospace, monospace;
  font-size: 1em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
select {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type='reset'],
[type='submit'],
button,
html [type='button'] {
  -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
input {
  overflow: visible;
}
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}
button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: 0 0;
  line-height: 1;
}
[data-whatinput='mouse'] button {
  outline: 0;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.6875rem;
    margin-left: -0.6875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.25;
  text-rendering: optimizeLegibility;
}
em,
i {
  font-style: italic;
  line-height: inherit;
}
b {
  font-weight: 700;
  line-height: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #0075e2;
  text-decoration: none;
  cursor: pointer;
}
a:focus,
a:hover {
  color: #0065c2;
}
a img {
  border: 0;
}
ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}
li {
  font-size: inherit;
}
ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}
ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  font-weight: 400;
  color: #0a0a0a;
}
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
@media print {
  * {
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #0075e2;
  color: #fff;
}
[data-whatinput='mouse'] .button {
  outline: 0;
}
.button:focus,
.button:hover {
  background-color: #0063c0;
  color: #fff;
}
.button.primary {
  background-color: #0075e2;
  color: #fff;
}
.button.primary:focus,
.button.primary:hover {
  background-color: #005eb5;
  color: #fff;
}
.button.secondary {
  background-color: gray;
  color: #0a0a0a;
}
.button.secondary:focus,
.button.secondary:hover {
  background-color: #666;
  color: #0a0a0a;
}
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
  background-color: #0075e2;
  color: #fff;
}
.button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button[disabled].primary,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
  background-color: #0075e2;
  color: #fff;
}
.button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button[disabled].secondary,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
  background-color: gray;
  color: #0a0a0a;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}
.hide {
  display: none !important;
}
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}
.button.secondary {
  color: #fff;
}
.button.secondary:focus,
.button.secondary:hover {
  color: #fff;
}
@-webkit-keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  15%,
  25%,
  35%,
  45%,
  5%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
@keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  15%,
  25%,
  35%,
  45%,
  5%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  100%,
  30%,
  70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  100%,
  30%,
  70% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url("");
  src: url("") format('embedded-opentype'),
    url("roboto-v15-latin_latin-ext-regular.woff2") format('woff2'),
    url("roboto-v15-latin_latin-ext-regular.woff") format('woff'),
    url("roboto-v15-latin_latin-ext-regular.ttf") format('truetype'),
    url("") format('svg');
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 400;
  src: url("");
  src: url("") format('embedded-opentype'),
    url("roboto-v15-latin_latin-ext-italic.woff2") format('woff2'),
    url("roboto-v15-latin_latin-ext-italic.woff") format('woff'),
    url("roboto-v15-latin_latin-ext-italic.ttf") format('truetype'),
    url("") format('svg');
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: url("");
  src: url("") format('embedded-opentype'),
    url("roboto-v15-latin_latin-ext-700.woff2") format('woff2'),
    url("roboto-v15-latin_latin-ext-700.woff") format('woff'),
    url("roboto-v15-latin_latin-ext-700.ttf") format('truetype'),
    url("") format('svg');
}
@font-face {
  font-family: Roboto;
  font-style: italic;
  font-weight: 700;
  src: url("");
  src: url("") format('embedded-opentype'),
    url("roboto-v15-latin_latin-ext-700italic.woff2") format('woff2'),
    url("roboto-v15-latin_latin-ext-700italic.woff") format('woff'),
    url("roboto-v15-latin_latin-ext-700italic.ttf") format('truetype'),
    url("") format('svg');
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  src: url("");
  src: url("") format('embedded-opentype'),
    url("roboto-v15-latin_latin-ext-900.woff2") format('woff2'),
    url("roboto-v15-latin_latin-ext-900.woff") format('woff'),
    url("roboto-v15-latin_latin-ext-900.ttf") format('truetype'),
    url("") format('svg');
}
@font-face {
  font-family: foundation-icons;
  src: url("");
  src: url("") format('embedded-opentype'),
    url("") format('woff'), url("") format('truetype'),
    url("") format('svg');
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: Roboto, sans-serif;
  line-height: 1.25;
  letter-spacing: 0;
  min-width: 320px;
}
.h1,
h1 {
  font-family: Georgia, serif;
  font-size: 3.625rem;
  line-height: 3.5rem;
}
@media screen and (min-width: 39.9375em) and (max-width: 63.9375em) {
  .h1,
  h1 {
    font-size: 2.6875rem;
    line-height: 2.75rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .h1,
  h1 {
    font-size: 1.5rem;
  }
}
.h2,
h2 {
  font-family: Georgia, serif;
  font-size: 1.8rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 39.9375em) and (max-width: 63.9375em) {
  .h2,
  h2 {
    font-size: 1.8125rem;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 39.9375em) {
  .h2,
  h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.h3,
h3 {
  font-family: Roboto, sans-serif;
  font-size: 1.5625rem;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 39.9375em) and (max-width: 63.9375em) {
  .h3,
  h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .h3,
  h3 {
    font-size: 1.25rem;
  }
}
.h4,
h4 {
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
}
.h5,
h5 {
  font-family: Roboto, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
}
.h6,
h6 {
  font-family: Roboto, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
}
.paragraph,
p {
  line-height: 1.9rem;
  color: #1a1a1a;
  font-size: 0.875rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .paragraph,
  p {
    line-height: 1.625rem;
    font-size: 0.75rem;
  }
}
.info-desc {
  line-height: 1.25rem;
  color: #737373;
}
.h2 + .info-desc,
h2 + .info-desc {
  line-height: 1rem;
  margin-top: -0.5rem;
}
.h3 + .info-desc,
h3 + .info-desc {
  margin-top: 0;
  line-height: 1rem;
}
a {
  text-decoration: underline;
}
a:focus {
  color: #fff;
  text-decoration: none;
  outline-color: #0075e2;
  outline-style: solid;
  outline-width: 0.3125em;
  outline-offset: 0;
}
a.alt-link {
  color: #737373;
}
a.alt-link:focus {
  color: #fff;
}
a:hover {
  color: #d11632;
}
@media screen and (min-width: 39.9375em) and (max-width: 63.9375em) {
  a {
    font-size: 0.875rem;
  }
}
section .section-header-container {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 39.9375em) and (max-width: 63.9375em) {
  section .section-header-container {
    margin-bottom: 2.6875rem;
  }
}
@media screen and (max-width: 39.9375em) {
  section .section-header-container {
    margin-bottom: 1.9375rem;
  }
}
section .section-header-container .section-header > .h3,
section .section-header-container .section-header > h3 {
  font-weight: 700;
  margin-top: 1.75rem;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  section .section-header-container .section-header > .h3,
  section .section-header-container .section-header > h3 {
    margin-top: 2.1875rem;
    margin-bottom: 0.4375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  section .section-header-container .section-header > .h3,
  section .section-header-container .section-header > h3 {
    font-size: 1.5625rem;
  }
}
section .section-header-container .info-desc {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  letter-spacing: 0;
  color: #1a1a1a;
}
@media screen and (min-width: 39.9375em) and (max-width: 63.9375em) {
  section .section-header-container .info-desc {
    line-height: 6px;
    letter-spacing: 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 39.9375em) {
  section .section-header-container .info-desc {
    line-height: 23px;
    margin-top: -4px;
  }
}
.contact-section {
  background-color: #e2e2e2;
  background-size: cover;
  padding-bottom: 2.6875rem;
  margin-top: 4.25rem;
}
@media screen and (min-width: 39.9375em) and (max-width: 63.9375em) {
  .contact-section {
    margin-top: 2.875rem;
    padding-bottom: 4.0625rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .contact-section {
    margin-top: 2.75rem;
    padding-bottom: 1.6875rem;
  }
}
.contact-section .section-header-container {
  margin-bottom: 1.75rem;
}
.contact-section a {
  line-height: 1.25rem;
  letter-spacing: -0.5px;
  color: #1a1a1a;
}
@media screen and (min-width: 39.9375em) and (max-width: 63.9375em) {
  .contact-section a {
    line-height: 0.375rem;
    letter-spacing: 0;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .contact-section a {
    line-height: 0.75rem;
  }
}
.services-and-info-row .info,
.services-and-info-row .services {
  margin-bottom: 0.625rem;
}
.services-and-info-row .info a.row,
.services-and-info-row .services a.row {
  text-decoration: none;
  pointer-events: none;
}
.services-and-info-row .info {
  margin-top: 1.4375rem;
}
.services-and-info-row .info .info-link {
  text-decoration: underline;
  font-family: Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  pointer-events: all;
}
.services-and-info-row .info .info-desc {
  letter-spacing: 0.5px;
  line-height: 1.25rem;
  color: #737373;
  margin-top: 0.5rem;
  pointer-events: all;
}
.services-and-info-row .services a.row i {
  pointer-events: all;
  text-decoration: underline;
  line-height: 1.1875rem;
  padding-right: 0.625rem;
  padding-left: 0.8125rem;
}
.services-and-info-row .button-row .button-container {
  padding-left: 2.25rem;
  margin-bottom: 0.25rem;
}
.ue-section.row {
  width: auto;
}
.ue-section {
  font-size: 0.62rem;
  text-align: center;
  color: #737373;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 50px;
}
.contact-paragraph ul {
  margin-left: 0;
  list-style-type: none;
}
.contact-paragraph li {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
.contact-paragraph label {
  display: inline-block;
}
.contact-paragraph label::after {
  content: ' ';
  padding-right: 0.2rem;
}
footer > .links {
  color: #fff;
  background-color: #d11632;
  padding-bottom: 3.125rem;
  padding-top: 2.375rem;
}
@media screen and (min-width: 39.9375em) and (max-width: 63.9375em) {
  footer > .links {
    padding-top: 1.4375rem;
  }
}
@media screen and (max-width: 39.9375em) {
  footer > .links {
    padding-bottom: 2.9375rem;
  }
}
footer > .links a {
  color: #fff;
}
@media screen and (min-width: 39.9375em) and (max-width: 63.9375em) {
  footer > .links a {
    font-size: 0.8125rem;
  }
}
footer > .links a:focus,
footer > .links a:hover {
  color: #f0f0f0;
}
footer > .links .footer-title {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 2.6875rem;
  line-height: 2.5rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 39.9375em) and (max-width: 63.9375em) {
  footer > .links .footer-title {
    font-size: 2.125rem;
    line-height: 1.9375rem;
    margin-top: -0.125rem;
    margin-bottom: 2.1875rem;
  }
}
@media screen and (max-width: 39.9375em) {
  footer > .links .footer-title {
    font-size: 1.5rem;
    line-height: 2.125rem;
    margin-top: -0.5rem;
    margin-bottom: 1.125rem;
  }
}
footer > .links .link-list ul {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0.8125rem;
  padding-right: 2rem;
}
footer > .links .link-list ul li {
  line-height: 1.125rem;
  font-size: 1rem;
  letter-spacing: -0.5px;
  margin-bottom: 0.6875rem;
}
@media screen and (min-width: 39.9375em) and (max-width: 63.9375em) {
  footer > .links .link-list ul li {
    line-height: 0.875rem;
    font-size: 0.8125rem;
    letter-spacing: 0;
    margin-bottom: 0.625rem;
  }
}
footer > .links .link-list ul li::before {
  margin: 0 7px 0 -12px;
}
@media screen and (min-width: 39.9375em) and (max-width: 63.9375em) {
  footer > .links .link-list ul li::before {
    margin: 0 4px 0 -9px;
  }
}
@media screen and (min-width: 39.9375em) and (max-width: 39.9375em) {
  footer > .links .link-list ul {
    padding-right: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  footer > .links .link-list ul {
    padding-right: 0;
  }
}
footer .footer-gov-pl {
  font-family: sans-serif;
  font-weight: bolder;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
  margin-bottom: 0.4375rem;
}
footer .footer-gov-pl a {
  text-decoration: none;
}
@media screen and (max-width: 63.9375em) {
  footer .footer-gov-pl a {
    font-size: 1.1875rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  footer .footer-gov-pl a {
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 39.9375em) and (max-width: 63.9375em) {
  footer .footer-gov-pl {
    margin-bottom: 0.6875rem;
  }
}
@media screen and (max-width: 39.9375em) {
  footer .footer-gov-pl {
    margin-bottom: 0.75rem;
  }
}
ul {
  margin-left: 0;
  list-style-type: none;
}
ul ul {
  margin-left: 28px;
}
#header .gov-pl {
  font-family: Roboto, sans-serif;
  font-weight: bolder;
  font-size: 1.5rem;
  padding-top: 0.5rem;
  float: right;
  background-color: #fff;
  width: 2000px;
  height: 56px;
  border-bottom: 2px solid #d11632;
}
#header .gov-pl a,
#header .gov-pl a:visited {
  text-decoration: none;
  color: #1a1a1a;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #header .gov-pl a,
  #header .gov-pl a:visited {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 39.9375em) {
  #header .gov-pl a,
  #header .gov-pl a:visited {
    font-size: 0.8125rem;
  }
}
#header .gov-pl a:focus {
  color: #fff;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #header .gov-pl {
    padding-top: 0.5rem;
    letter-spacing: -0.5px;
    height: 52px;
  }
}
@media screen and (max-width: 39.9375em) {
  #header .gov-pl {
    padding-top: 0.125rem;
    height: 44px;
  }
}
#header .lang,
#header .logIn {
  font-size: 1rem;
  line-height: 1rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  z-index: 20;
}
@media screen and (min-width: 39.9375em) and (max-width: 63.9375em) {
  #header .lang,
  #header .logIn {
    padding-top: 1.25rem;
    padding-bottom: 0;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 39.9375em) {
  #header .lang,
  #header .logIn {
    font-size: 0.75rem;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
  }
}
#header .lang {
  text-align: right;
}
#header #search-container {
  text-align: right;
  z-index: 22;
  pointer-events: none;
}
#header #search-container .search {
  pointer-events: none;
  margin-left: 0;
  margin-right: 0;
}
#header #search-container .search .search-btn {
  font-size: 1.5rem;
  margin-left: -2rem;
  padding-top: 0.3rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 1.4rem;
  cursor: pointer;
  width: 0;
  position: relative;
  top: 3px;
  height: 2.1rem;
  pointer-events: all;
}
@media screen and (max-width: 39.9375em) {
  #header #search-container .search .search-btn {
    margin-top: 0.125rem;
    margin-left: -2.5rem;
    padding-right: 0;
  }
}
#header #search-container .search input[type='search'] {
  position: relative;
  padding-right: 22px;
  pointer-events: all;
}
@media screen and (max-width: 39.9375em) {
  #header #search-container .search input[type='search'] {
    margin-top: 0.125rem;
  }
}
@media screen and (max-width: 63.9375em) {
  #header #search-container .search input[type='search'] {
    background-color: transparent;
  }
  #header #search-container .search input[type='search']:focus {
    background-color: #fff;
  }
}
@media screen and (max-width: 39.9375em) {
  #header .footer-gov-pl {
    letter-spacing: -0.5px;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #header .footer-gov-pl {
    font-size: 1.1rem;
    padding-top: 0.7rem;
  }
}
select {
  -webkit-appearance: none;
  width: 100%;
  margin-top: 5px;
  padding: 8px;
  border: 1px solid #767676;
  border-radius: 4px;
  font-size: 16px;
  background: #fff;
  color: #0052a5;
}
.button {
  text-decoration: none;
  letter-spacing: 0;
}
.contact-list label {
  display: inline-block;
  color: #1a1a1a;
  min-width: 3.5rem;
}
.contact-list li {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  line-height: 1.8125rem;
}
@media screen and (min-width: 39.9375em) and (max-width: 63.9375em) {
  .contact-list li {
    line-height: 1.5625rem;
  }
}
.contact-list li .info-desc {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 63.9375em) {
  .contact-list li .info-desc {
    line-height: 0.625rem;
  }
}
.contact-list li a {
  font-weight: 700;
  letter-spacing: -0.5px;
}
.block-link:focus {
  outline: 0;
  background-color: initial;
}
.block-link:focus h1,
.block-link:focus h2,
.block-link:focus h3,
.block-link:focus h4,
.block-link:focus h5,
.block-link:focus h6,
.block-link:focus p,
.block-link:focus span {
  color: #fff;
  background-color: #0075e2;
  text-decoration: none;
  outline-color: #0075e2;
  outline-style: solid;
  outline-width: 0.3125em;
  outline-offset: 0;
}
.block-link:focus p.info-desc {
  background-color: initial;
  outline-style: none;
}
[type='color'],
[type='date'],
[type='datetime-local'],
[type='datetime'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'] {
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid #0075e2;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1) inset;
  box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1) inset;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1a1a;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-transition: border-color 0.25s ease-in-out 0, -webkit-box-shadow 0.5s ease 0;
  transition: border-color 0.25s ease-in-out 0, -webkit-box-shadow 0.5s ease 0;
  -o-transition: box-shadow 0.5s ease 0, border-color 0.25s ease-in-out 0;
  transition: box-shadow 0.5s ease 0, border-color 0.25s ease-in-out 0;
  transition: box-shadow 0.5s ease 0, border-color 0.25s ease-in-out 0, -webkit-box-shadow 0.5s ease 0;
  width: 100%;
}
@media screen and (min-width: 39.9375em) and (max-width: 63.9375em) {
  [type='color'],
  [type='date'],
  [type='datetime-local'],
  [type='datetime'],
  [type='email'],
  [type='month'],
  [type='number'],
  [type='password'],
  [type='search'],
  [type='tel'],
  [type='text'],
  [type='time'],
  [type='url'],
  [type='week'] {
    height: 2.25rem;
  }
}
@media screen and (max-width: 39.9375em) {
  [type='color'],
  [type='date'],
  [type='datetime-local'],
  [type='datetime'],
  [type='email'],
  [type='month'],
  [type='number'],
  [type='password'],
  [type='search'],
  [type='tel'],
  [type='text'],
  [type='time'],
  [type='url'],
  [type='week'] {
    height: 2.0625rem;
  }
}
.button {
  border-radius: 2px;
}
[type='color']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='datetime']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus {
  background-color: #fff;
  border: 1px solid #0075e2;
  -webkit-box-shadow: 0 0 5px #0075e2;
  box-shadow: 0 0 5px #0075e2;
  outline: medium none;
  -webkit-transition: border-color 0.25s ease-in-out 0, -webkit-box-shadow 0.5s ease 0;
  transition: border-color 0.25s ease-in-out 0, -webkit-box-shadow 0.5s ease 0;
  -o-transition: box-shadow 0.5s ease 0, border-color 0.25s ease-in-out 0;
  transition: box-shadow 0.5s ease 0, border-color 0.25s ease-in-out 0;
  transition: box-shadow 0.5s ease 0, border-color 0.25s ease-in-out 0, -webkit-box-shadow 0.5s ease 0;
}
::-webkit-input-placeholder {
  color: #737373;
  position: relative;
  font-size: 0.75rem;
  top: 18%;
}
:-moz-placeholder {
  color: #737373;
  opacity: 1;
  position: relative;
  font-size: 0.75rem;
  top: 22%;
}
::-moz-placeholder {
  color: #737373;
  opacity: 1;
  position: relative;
  font-size: 0.75rem;
  top: 22%;
}
:-ms-input-placeholder {
  color: #737373;
  position: relative;
  font-size: 0.75rem;
  top: 22%;
}
.row {
  max-width: 1280px;
}
@media screen and (max-width: 39.9375em) {
  [type='search']::-webkit-input-placeholder {
    color: #fff;
  }
  [type='search']:-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  [type='search']::-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  [type='search']:-ms-input-placeholder {
    color: #fff;
  }
  [type='search'] {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1a1a1a;
    display: block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
  }
}
@media screen and (min-width: 0) {
  .row {
    width: 100%;
  }
}
input:required {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@font-face {
  font-family: Lato;
  src: url("");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Lato;
  src: url("");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Lato;
  src: url("");
  font-weight: 700;
  font-style: italic;
}
[type='color'],
[type='date'],
[type='datetime-local'],
[type='datetime'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'] {
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid gray;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1a1a;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  height: 2.4375rem;
  margin: 0;
  padding: 0.5rem;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease, border-color 0.2s ease;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  width: 100%;
}
.hidden {
  display: none !important;
}
li[role='presentation'] {
  display: none;
}
.link,
.navigation--bottom .btn {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  padding: 0.5625rem 1.3125rem;
  display: block;
  width: 100%;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #0075e2;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  cursor: pointer;
  background-color: #0075e2;
  text-decoration: none;
  text-transform: initial;
}
.link:focus,
.link:hover,
.navigation--bottom .btn:hover {
  color: #fff;
  background-color: #005eb5;
  border-color: #005eb5;
  -webkit-box-shadow: 0 0 0 2px #0075e2;
  box-shadow: 0 0 0 2px #0075e2;
}
.navigation--bottom .btn:focus {
  /* outline: 2px solid #0075e2; */
  /* outline-offset: 2px; */
}
.navigation--top {
  position: absolute;
  bottom: 37px;
  left: -55px;
}
.navigation--top .btn {
  color: #0075e2;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  padding-top: 24px;
}
.navigation--top .btn:focus {
  outline: 2px solid #0075e2;
  outline-offset: 2px;
}
.navigation--top .btn:before {
  content: '';
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url("") no-repeat 0 0;
}
.label-heading {
  font-size: 14px;
  margin-bottom: 3px;
  color: #666;
}
.help-block,
.label {
  font-size: 15px;
  margin-bottom: 3px;
}
.help-block {
  line-height: 20px;
}
.h1,
h1 {
  line-height: 1.2;
}
.coi-content {
  padding: 0 15px;
}
.select2-container {
  width: 100% !important;
}
.section-header-container.contact-details-container {
  margin: 5px 0;
}
[type='color'],
[type='date'],
[type='datetime-local'],
[type='datetime'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'] {
  -moz-appearance: none;
  background-color: #fff;
  border: 1px solid gray;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1a1a1a;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  height: auto;
  line-height: 21px;
  margin: 0;
  padding: 0.5rem;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease, border-color 0.2s ease;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  width: 100%;
}
[type='color']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='datetime']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus,
select:focus {
  border-color: #0075e2;
  -webkit-box-shadow: 0 0 0 2px #0075e2;
  box-shadow: 0 0 0 2px #0075e2;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease, border-color 0.2s ease;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.span12 {
  width: 100%;
}
.row {
  clear: both;
}
.row--1 h1 {
  margin-bottom: 0;
}
.row--margin-top {
  margin-top: 22px;
}
section .section-header-container .section-header > .h3 {
  margin-top: 0;
}
div.post_code {
  width: 25%;
}
@media screen and (max-width: 39.9375em) {
  .h1,
  h1 {
    font-size: 2.1rem;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input,
  select {
    font-size: 16px;
  }
  input:focus,
  select:focus {
    font-size: 16px;
  }
}
.select2-container,
.select2-container * {
  cursor: pointer;
}
.loader-container {
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  ::-ms-backdrop {
    background-image: none;
  }
}
.ui-widget-content {
  display: none;
}
.autocomplete-input-container {
  position: relative;
  width: 100%;
  display: inline-block;
  background: #fff;
  padding-right: 38px;
}
.autocomplete-input-container:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  height: 100%;
  border: 1px solid gray;
  background: url("") no-repeat 50%;
  cursor: pointer;
}
.autocomplete-input {
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: auto;
  line-height: 37px;
  background-color: transparent;
  padding: 0 10px;
  border: 1px solid gray;
}
.autocomplete-input:active,
.autocomplete-input:focus {
  outline-width: 0;
  cursor: text;
}
.autocomplete-input[disabled] {
  background: #ebebe4;
}
@media all and (-ms-high-contrast: none) {
  .autocomplete-input,
  ::-ms-backdrop {
    height: 37px;
  }
}
.form {
  font-family: Arial, sans-serif;
}
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__label {
  margin: 5px 0 8px;
  font-size: 14px;
  color: #666;
  cursor: text;
}
.form__label-2 {
  margin: -10px 0 25px;
  font-size: 14px;
  color: #666;
  cursor: text;
}
.button-placeholder-container {
  position: relative;
}
.section-header-container.section-header-container--contact-data {
  margin: 0 0 8px;
}
.help-line-container {
  padding: 80px 15px 20px;
}
.help-line-wrapper {
  padding: 20px 0 0 0;
  border-top: 1px solid #737373;
}
.help-line-icon {
  margin-left: -40px;
  margin-top: 0;
  float: left;
}
.help-line-container p {
  line-height: 1rem;
  font-size: 13px;
  color: #737373;
}
body > #main ~ form {
  top: 0;
  left: -1000px !important;
}
.price__label {
  color: #737373;
}
.price__label--secondary {
  color: #666;
  font-size: 14px;
  margin: 5px 0 10px 0;
}
.price__value-container {
  line-height: 34px;
}
.price__value {
  font-size: 32px;
  font-weight: 700;
}
.link,
.navigation--bottom [class*='sendToEPUAP-button'] button.btn {
  position: relative;
  padding: 0;
  display: inline-block;
  background-color: transparent !important;
  display: inline-block;
  width: auto;
  border-width: 0;
  font-size: 14px;
  text-transform: none;
  color: #0075e2 !important;
  padding: 5px 0;
}
.link:hover,
.navigation--bottom [class*='sendToEPUAP-button'] button.btn:hover {
  border-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navigation--bottom [class*='sendToEPUAP-button'] button.btn:before {
  background: transparent url("") no-repeat 0 50%;
  content: '';
  width: 40px;
  height: 29px;
  top: -5px;
  left: -50px;
  display: inline-block;
  position: absolute;
}
.padding-top {
  padding-top: 50px;
}
a,
b,
body,
code,
details,
div,
em,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
img,
label,
li,
nav,
p,
section,
span,
u,
ul,
var {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
details,
footer,
header,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ul {
  list-style: none;
}
body {
  -webkit-text-size-adjust: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: gov-icons;
  src: url("");
  src: url("") format('embedded-opentype'),
    url("") format('truetype'),
    url("") format('woff'), url("") format('svg');
  font-weight: 400;
  font-style: normal;
}
html {
  -webkit-tap-highlight-color: transparent;
}
body {
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open-Sans', sans-serif;
  line-height: 1.5;
  color: #1b1b1b;
  font-size: 1rem;
}
@media (max-width: 62.5rem) {
  body {
    font-size: 0.875rem;
  }
}
@media (max-width: 62.5rem) and (min-width: 22.5rem) {
  body {
    font-size: calc(0.875rem + 0.125 * ((100vw - 22.5rem) / 21.25));
  }
}
@media (max-width: 62.5rem) and (min-width: 43.75rem) {
  body {
    font-size: calc(0.875rem + 0.125 * ((100vw - 43.75rem) / 18.75));
  }
}
@media (max-width: 93.75rem) and (min-width: 80rem) {
  body {
    font-size: calc(0.875rem + 0.125 * ((100vw - 80rem) / 13.75));
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.3;
}
a {
  text-decoration: none;
  color: #0052a5;
}
.hide {
  display: none;
}
b {
  font-weight: 700;
}
@-moz-document url-prefix() {
  :focus {
    outline-width: 3px;
  }
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='datetime-local'],
input[type='month'],
input[type='time'] {
  -webkit-appearance: listbox;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
body {
  overflow-y: scroll;
  min-width: 360px;
  min-width: 22.5rem;
  background-color: #fff;
  max-width: 700px;
}
@media (min-width: 22.5rem) {
  body {
    max-width: none;
  }
}
.gov-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-bottom: 0.125rem solid #f1f1f1;
}
.gov-main::after {
  content: '';
  clear: both;
  display: table;
}
.gov-main .search-form {
  display: none;
  float: right;
  margin: 1.125rem 0.75rem;
}
@media (min-width: 80rem) {
  .gov-main .search-form {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.gov-main .search-link {
  float: right;
  margin: 1rem 0;
  color: #d5233f;
}
@media (min-width: 80rem) {
  .gov-main .search-link {
    display: none;
  }
}
.gov-main .search-link::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  content: '\f002';
  font-size: 1.25rem;
}
.search-form {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form input {
  font-size: 1rem;
  height: 2.5rem;
  width: 17.5rem;
  padding-left: 0.625rem;
  border: solid 1px #b7b7b7;
  border-right: none;
  border-radius: 0.25rem 0 0 0.25rem;
}
.search-form button {
  float: right;
  height: 2.5rem;
  background-color: #fff;
  color: #d5233f;
  border: solid 1px #b7b7b7;
  border-left: none;
  border-radius: 0 0.25rem 0.25rem 0;
  padding: 0 0.75rem 0.25rem;
}
.search-form button::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  content: '\f002';
  font-size: 1.5rem;
}
.gov-main {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.footer,
main {
  margin-left: 0;
  -webkit-transition: margin-left 0.3s ease, margin-right 0.3s ease;
  -o-transition: margin-left 0.3s ease, margin-right 0.3s ease;
  transition: margin-left 0.3s ease, margin-right 0.3s ease;
}
main {
  display: block;
}
@media (min-width: 43.75rem) {
  main {
    overflow-x: hidden;
  }
}
.main-container,
main > section {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 1.1em;
}
@media (min-width: 43.75rem) {
  .main-container,
  main > section {
    max-width: 62.50006em;
  }
}
@media (min-width: 80rem) {
  .main-container,
  main > section {
    max-width: 71.25006em;
  }
}
#cookies-info {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  border-top: 1px solid #767676;
  color: #767676;
  background-color: #fff;
  z-index: 102;
}
#cookies-info .main-container {
  position: relative;
  padding-top: 2.6em;
}
@media (min-width: 80rem) {
  #cookies-info .main-container {
    padding-top: 1em;
  }
}
#cookies-info button {
  cursor: pointer;
  position: absolute;
  background-color: #fff;
  border: none;
  padding: 0 0.2em;
  right: 1em;
  top: 0.6em;
}
#cookies-info button::before {
  font: normal normal normal 14px/1 gov-icons;
  font-family: gov-icons !important;
  font-size: inherit;
  speak: none;
  text-transform: none;
  content: 'x';
  font-size: 2em;
  color: #0052a5;
}
@media (min-width: 80rem) {
  #cookies-info button {
    right: -1em;
  }
}
.btn,
.btn.btn-primary {
  display: inline-block;
  font-weight: 700;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #0052a5;
  border: 0.125rem solid #0052a5;
  border-radius: 0.25rem;
  padding: 0.4375rem 1.75rem;
  text-transform: uppercase;
  font-size: 1rem;
  text-decoration: none;
}
.btn.btn-primary:hover,
.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0075e2;
  border-color: #0075e2;
}
.btn.btn-primary:disabled,
.btn:disabled {
  background-color: #656565;
  border-color: #656565;
}
.btn.btn-secondary {
  color: #0052a5;
  border-color: #0052a5;
  background-color: #fff;
}
.btn.btn-secondary:hover {
  color: #0075e2;
  border-color: #0075e2;
  background-color: #fff;
}
.btn.btn-secondary:disabled {
  color: #656565;
  background-color: #f1f1f1;
  border-color: #656565;
}
.services-search {
  width: 80%;
  margin: 1.5rem auto;
}
.services-search label {
  display: inline-block;
}
.services-search .back-to-gov {
  background-color: #fff;
}
.services-search .back-to-gov .arrow-left {
  margin-right: 0.5rem;
}
.services-search .back-to-gov .arrow-left::before {
  font: normal normal normal 14px/1 gov-icons;
  font-family: gov-icons !important;
  font-size: inherit;
  speak: none;
  text-transform: none;
  content: '';
}
.services-search .header {
  margin-top: 37px;
  padding-bottom: 24px;
}
.services-search .hidden-element {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px;
}
.services-search .top-list {
  border-radius: 0.25rem;
}
.services-search .top-list .hide {
  display: none;
}
.services-search .top-list div input {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 1px;
}
.services-search .top-list div input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #0052a5;
}
.services-search .top-list div ul li {
  border: 0;
  cursor: pointer;
  font-size: 16px;
}
.services-search .top-list div ul li a:focus {
  color: #fff;
  outline: 0;
}
.services-search .top-list div ul li:focus-within {
  background-color: #0052a5;
}
.services-search .top-list .list-container {
  border-left: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.services-search .top-list .list-container ul {
  margin-bottom: 0;
  padding-left: 0;
}
.services-search .top-list .list-container ul li a {
  color: #0052a5;
}
.services-search .top-list .list-container ul li a:focus {
  color: #fff;
}
.services-search .top-list .list-container ul li a label {
  color: #1b1b1b;
}
.services-search .search-icon {
  position: relative;
  top: 2px;
  right: 7px;
  font-size: 1.5rem;
}
.services-search .search-icon:before {
  color: #b7b7b7;
  content: '\F16C';
}
.services-search .x-icon {
  position: relative;
  top: 2px;
  right: 7px;
  font-size: 1.5rem;
  cursor: pointer;
}
.services-search .x-icon:before {
  color: #0052a5;
  content: '\F217';
}
.services-search .top-list-item {
  position: relative;
  display: block;
  padding: 0.25rem 0.75rem;
  margin-bottom: -1px;
  border: 1px solid #1b1b1b;
}
.services-search .top-list-item:focus-within {
  background-color: #0052a5;
}
.services-search .online-label {
  font-weight: 400;
  margin-bottom: 0;
}
.services-form .title {
  width: 100%;
  color: #1b1b1b;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  margin-top: 50px;
  margin-bottom: 0;
}
.services-form .header {
  width: 100%;
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 0;
}
.services-form .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #0052a5;
}
.services-form .link:focus {
  background-color: #0052a5;
  color: #fff;
}
.services-form .contact-container {
  margin-top: 80px;
}
@media only screen and (max-width: 600px) {
  .services-search {
    width: 100%;
    margin: 1.5rem 0;
  }
}
.form select {
  display: inline-block;
  width: 100%;
  height: 2.75rem;
  padding: 0.5rem 3.1rem 0.5rem 0.75rem;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center right 0.75rem;
  background-size: 1.6rem;
  border: 1px solid #b7b7b7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form select[multiple],
.form select[size]:not([size='1']) {
  height: auto;
  padding-right: 3.1rem;
  background-image: none;
}
.form select:disabled {
  background-color: #f1f1f1;
}
.form select::-ms-expand {
  display: none;
}
.form input::-webkit-input-placeholder {
  color: #767676;
  opacity: 1;
}
.form input::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.form input:-ms-input-placeholder {
  color: #767676;
  opacity: 1;
}
.form input::-ms-input-placeholder {
  color: #767676;
  opacity: 1;
}
.form input::placeholder {
  color: #767676;
  opacity: 1;
}
.form input,
.form select {
  border-radius: 0.25rem;
}
.form input,
.form select {
  font-size: 1rem;
}
.form input:focus,
.form select:focus {
  -webkit-box-shadow: 0 0 3px 0.2rem rgba(0, 82, 165, 0.5);
  box-shadow: 0 0 3px 0.2rem rgba(0, 82, 165, 0.5);
}
.form input[type='date'],
.form input[type='datetime-local'],
.form input[type='datetime'],
.form input[type='email'],
.form input[type='month'],
.form input[type='number'],
.form input[type='password'],
.form input[type='search'],
.form input[type='tel'],
.form input[type='text'],
.form input[type='time'],
.form input[type='url'],
.form input[type='week'],
.form select {
  height: 2.75rem;
  color: #1b1b1b;
  background-color: #fff;
}
.form input[type='date'],
.form input[type='datetime-local'],
.form input[type='datetime'],
.form input[type='email'],
.form input[type='month'],
.form input[type='number'],
.form input[type='password'],
.form input[type='search'],
.form input[type='tel'],
.form input[type='text'],
.form input[type='time'],
.form input[type='url'],
.form input[type='week'] {
  padding: 0.5rem 0.75rem;
  display: block;
  width: 100%;
  border: 1px solid #b7b7b7;
  line-height: 1.5;
  color: #1b1b1b;
  background-color: #fff;
}
.form input[type='date']:disabled,
.form input[type='date'][readonly],
.form input[type='datetime-local']:disabled,
.form input[type='datetime-local'][readonly],
.form input[type='datetime']:disabled,
.form input[type='datetime'][readonly],
.form input[type='email']:disabled,
.form input[type='email'][readonly],
.form input[type='month']:disabled,
.form input[type='month'][readonly],
.form input[type='number']:disabled,
.form input[type='number'][readonly],
.form input[type='password']:disabled,
.form input[type='password'][readonly],
.form input[type='search']:disabled,
.form input[type='search'][readonly],
.form input[type='tel']:disabled,
.form input[type='tel'][readonly],
.form input[type='text']:disabled,
.form input[type='text'][readonly],
.form input[type='time']:disabled,
.form input[type='time'][readonly],
.form input[type='url']:disabled,
.form input[type='url'][readonly],
.form input[type='week']:disabled,
.form input[type='week'][readonly] {
  background-color: #f1f1f1;
  opacity: 1;
}
.form label {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  color: #1b1b1b;
}
.ui-widget {
  font-family: 'Open-Sans', sans-serif;
}
.ui-widget-header {
  background: #fff;
  border-color: transparent;
  font-weight: 400;
  color: #1b1b1b;
}
.ui-widget-content {
  color: #1b1b1b;
}
footer {
  border-top: solid #d5233f 0.1875rem;
}
footer .main-container {
  padding-top: 1.6em;
  padding-bottom: 2.50006em;
}
footer .my-id {
  font-size: 1em;
  margin: 2.18756em auto 1.6em auto;
}
@media (min-width: 43.75rem) {
  footer .my-id {
    width: 25%;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 93.75rem) {
  footer .my-id {
    width: 25%;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }
}
footer .links {
  margin-bottom: 2.2em;
  font-size: 1em;
}
@media (min-width: 43.75rem) {
  footer .links {
    margin-bottom: 1em;
  }
}
@media (min-width: 93.75rem) {
  footer .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875em;
  }
}
footer .links ul li {
  margin-bottom: 0.7em;
}
@media (min-width: 43.75rem) {
  footer .links ul li {
    margin-bottom: 1em;
    display: inline-block;
    margin-right: 1.25006em;
  }
}
footer .links ul li a {
  color: #1b1b1b;
}
section > header {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
section > header h2 {
  font-size: 1.5em;
}
.gov-services {
  padding-top: 0;
  margin-bottom: 2em;
}
@supports (display: flex) {
  @media (max-width: 43.74375rem) {
    .gov-services .blue-bar .blue-bar-content > * {
      text-align: center;
    }
  }
}
@supports (display: grid) {
  .gov-services .tab-content ul > * {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@supports (display: grid) {
  .gov-services .tab-content ul {
    padding-bottom: 1em;
    width: 100%;
  }
}
@supports (display: grid) {
  .art-prev--section ul > * {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@supports (display: grid) {
  .art-prev--section ul {
    padding-bottom: 1em;
    width: 100%;
  }
}
@media (min-width: 80rem) {
  @supports (display: flex) {
    .art-prev--news > ul li:first-child {
      width: 100%;
    }
  }
}
@supports (display: grid) {
  .bio-prev--section ul > * {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@supports (display: grid) {
  .bio-prev--section ul {
    padding-bottom: 1em;
    width: 100%;
  }
}
@supports (display: grid) {
  .bio-prev--near-menu ul > * {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@supports (display: grid) {
  .bio-prev--near-menu ul {
    padding-bottom: 1em;
    width: 100%;
  }
}
@supports (display: grid) {
  .important-subjects ul > * {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@supports (display: grid) {
  .important-subjects ul {
    padding-bottom: 1em;
    width: 100%;
  }
}
@supports (display: grid) {
  .article-logos img {
    width: auto;
  }
}
@supports (display: grid) {
  @media (min-width: 80rem) {
    .article-logos img.pull-right {
      -ms-grid-column: 2;
      -ms-grid-column-span: 2;
      grid-column: 2/4;
      -ms-grid-column-align: end;
      justify-self: end;
      width: 50%;
    }
  }
}
@supports (display: grid) {
  .article-area .gallery > div > * {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@supports (display: grid) {
  .article-area .gallery > div {
    padding-bottom: 0.5em;
    width: 100%;
  }
}
@media (max-width: 360px) {
  .help-info .help-line-container .help-line-wrapper .help-line-icon {
    float: none;
    margin: 0 0 10px 0;
    display: block;
  }
  .help-info .help-line-container .help-line-wrapper p {
    margin: 0;
  }
}
.icon {
  content: url("");
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 7px;
  color: #0052a5 !important;
  background-repeat: no-repeat;
  margin-left: 5px;
  left: -46px;
}
@media screen and (max-width: 640px) {
  .icon {
    left: 155px;
    bottom: 50px;
  }
}
.select-items div:last-child:after {
  content: none;
}
.help-line-wrapper {
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin-top: 56px;
}
.help-line-wrapper span {
  float: left;
  color: #1b1b1b;
  font-size: 14px;
  margin-right: 12px;
}
.help-line-wrapper p {
  color: #1b1b1b;
  font-size: 14px;
}
.navigation--bottom .btn {
  border-color: #0052a5;
  background-color: #0052a5;
  font-size: 16px;
  border-radius: 4px;
  height: 44px;
}
.navigation--bottom .btn:focus,
.navigation--bottom .btn:hover {
  border-color: #0075e2;
  background-color: #0075e2;
}
.navigation--bottom .btn:focus {
  /* outline-color: #0075e2; */
}
.navigation--bottom .btn:hover {
  /* -webkit-box-shadow: 0 0 0 2px #0075e2; */
  /* box-shadow: 0 0 0 2px #0075e2; */
}
.navigation--bottom .btn-primary-outline {
  background: #fff;
  color: #0052a5;
}
.navigation--bottom .btn-primary-outline:focus {
  color: #fff;
}
.inner-profil-card {
  border-radius: 5px;
  border: 0.125rem solid #d9d9d9;
  text-align: center;
  padding: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1 1 auto;
}
.inner-profil-card a img {
  max-height: 52px;
  max-width: 87px;
  position: relative;
  top: 2px;
}
.profil-card:hover {
  cursor: pointer;
}
.img-wrapper {
  position: relative;
  bottom: 11px;
  background-color: #fff;
  width: 120px;
  left: 72px;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .img-wrapper {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.profil-card {
  cursor: pointer;
}
.profil-card > p > a {
  font-size: 18px;
}
@font-face {
  font-family: gov-icons;
  src: url("");
  src: url("") format('embedded-opentype'),
    url("") format('truetype'),
    url("") format('woff'), url("") format('svg');
  font-weight: 400;
  font-style: normal;
}
select:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline-color: transparent;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  background: 0 0;
  color: #0052a5;
  color: #0052a5;
}
@font-face {
  font-family: 'Open-Sans';
  font-style: normal;
  font-weight: 400;
  src: url("opensans-regular.ttf") format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Open-Sans';
  font-style: normal;
  font-weight: 600;
  src: url("opensans-semibold.ttf") format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Open-Sans';
  font-style: normal;
  font-weight: 700;
  src: url("opensans-bold.ttf") format('truetype');
  font-display: swap;
}
.h1,
body,
button,
h1,
input,
select,
ul {
  font-family: 'Open-Sans', sans-serif;
}
.h1,
h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3em;
  margin-top: 24px;
}
.h2,
h2 {
  margin-top: 0;
}
.h3,
h3 {
  font-family: Open-Sans;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
  margin-bottom: 0;
}
h2.h3 {
  padding-bottom: 10px;
}
h3.h4 {
  margin-top: 5px !important;
}
@media (min-width: 768px) {
  .h1,
  h1 {
    font-size: 42px;
    line-height: 1.3em;
  }
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 8px;
  }
}
.icon--link {
  color: #0052a5 !important;
  font-weight: 700;
}
.navigation--top {
  bottom: 15px;
}
.navigation--top .btn {
  color: #0052a5;
}
input {
  border-radius: 4px !important;
  padding: 10px;
}
[type='text'] {
  color: #000;
  border-color: #b7b7b7;
}
[type='text']:focus {
  border-color: #0052a5;
  -webkit-box-shadow: 0 0 0 2px #0052a5;
  box-shadow: 0 0 0 2px #0052a5;
  border: 1px solid #0052a5;
  border-color: #0052a5;
  box-shadow: 0 0 0 2px #0052a5;
  border: 1px solid #0052a5;
  color: #0052a5;
}
a {
  color: #0052a5;
  text-decoration: none;
}
a:hover {
  color: #0075e2 !important;
}
.margin-top {
  margin-top: 15px;
}
.margin-top-primary {
  margin-top: 36px;
}
.margin-top-secondary {
  margin-top: 40px;
}
.margin-top-10px {
  margin-top: 10px;
}
.margin-bottom {
  margin-bottom: 5px;
}
.margin-bottom-10px {
  margin-bottom: 10px;
}
.margin-bottom-2x {
  margin-bottom: 15px;
}
.margin-bottom-4x {
  margin-bottom: 30px;
}
.margin-bottom-primary {
  margin-bottom: 56px;
}
.margin-top-2x {
  margin-top: 15px;
}
label {
  color: #000;
  font-size: 14px;
}
.gov-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-bottom: 0.125rem solid #f1f1f1;
}
.gov-main:after {
  content: '';
  clear: both;
  display: table;
}
.gov-main .search-form {
  display: none;
  float: right;
  margin: 1.125rem 0.75rem;
}
.gov-main .search-link {
  float: right;
  margin: 1rem 0;
  color: #d5233f;
}
.gov-main .search-link::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  content: '\f002';
  font-size: 1.25rem;
}
.search-form {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-form input {
  font-size: 1rem;
  height: 2.5rem;
  width: 17.5rem;
  padding-left: 0.625rem;
  border: solid 1px #b7b7b7;
  border-right: none;
  border-radius: 0.25rem 0 0 0.25rem;
}
.search-form button {
  float: right;
  height: 2.5rem;
  background-color: #fff;
  color: #d5233f;
  border: solid 1px #b7b7b7;
  border-left: none;
  border-radius: 0 0.25rem 0.25rem 0;
  padding: 0 0.75rem 0.25rem;
}
.search-form button::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  content: '\f002';
  font-size: 1.5rem;
}
.gov-main {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.main-content {
  margin-left: 0;
  -webkit-transition: margin-left 0.3s ease, margin-right 0.3s ease;
  -o-transition: margin-left 0.3s ease, margin-right 0.3s ease;
  transition: margin-left 0.3s ease, margin-right 0.3s ease;
}
main {
  display: block;
}
main > section {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 1.1em;
}
@media (min-width: 80rem) {
  .main-container,
  main > section {
    max-width: 71.25006em;
  }
  .gov-main .search-form {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gov-main .search-link {
    display: none;
  }
  .services:before {
    display: none;
  }
}
@media (min-width: 22.5rem) {
  body {
    max-width: none;
  }
}
@media (min-width: 43.75rem) {
  main {
    overflow-x: hidden;
  }
  main .main-container,
  main > section {
    max-width: 62.50006em;
  }
}
a,
h3 {
  font-size: 14px;
}
.text > a {
  font-size: 12px;
}
@font-face {
  font-family: FontAwesome;
  src: url("");
  src: url("") format('embedded-opentype'),
    url("") format('woff2'),
    url("") format('woff'),
    url("") format('truetype'),
    url("") format('svg');
  font-weight: 400;
  font-style: normal;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.icon--link:before {
  left: -22px;
  top: 9px;
}
input[readonly]:focus {
  color: #000 !important;
}
.help-line-container {
  padding: 22px 15px 0;
}
@-webkit-keyframes successCircleBorder {
  0% {
    -webkit-box-shadow: 19px -19px 0 2px #fff, -19px -19px 0 2px #fff, -19px 19px 0 2px #fff, 19px 19px 0 2px #fff,
      0 0 0 2px #598527;
    box-shadow: 19px -19px 0 2px #fff, -19px -19px 0 2px #fff, -19px 19px 0 2px #fff, 19px 19px 0 2px #fff,
      0 0 0 2px #598527;
  }
  25% {
    -webkit-box-shadow: 0 -43px 0 2px #fff, -19px -19px 0 2px #fff, -19px 19px 0 2px #fff, 19px 19px 0 2px #fff,
      0 0 0 2px #598527;
    box-shadow: 0 -43px 0 2px #fff, -19px -19px 0 2px #fff, -19px 19px 0 2px #fff, 19px 19px 0 2px #fff,
      0 0 0 2px #598527;
  }
  50% {
    -webkit-box-shadow: 0 -43px 0 2px #fff, -43px 0 0 2px #fff, -19px 19px 0 2px #fff, 19px 19px 0 2px #fff,
      0 0 0 2px #598527;
    box-shadow: 0 -43px 0 2px #fff, -43px 0 0 2px #fff, -19px 19px 0 2px #fff, 19px 19px 0 2px #fff, 0 0 0 2px #598527;
  }
  75% {
    -webkit-box-shadow: 0 -43px 0 2px #fff, -43px 0 0 2px #fff, 0 43px 0 2px #fff, 19px 19px 0 2px #fff,
      0 0 0 2px #598527;
    box-shadow: 0 -43px 0 2px #fff, -43px 0 0 2px #fff, 0 43px 0 2px #fff, 19px 19px 0 2px #fff, 0 0 0 2px #598527;
  }
  100% {
    -webkit-box-shadow: 0 -43px 0 2px #fff, -43px 0 0 2px #fff, 0 43px 0 2px #fff, 38px 33.33px 0 2px #fff,
      0 0 0 2px #598527;
    box-shadow: 0 -43px 0 2px #fff, -43px 0 0 2px #fff, 0 43px 0 2px #fff, 38px 33.33px 0 2px #fff, 0 0 0 2px #598527;
  }
}
@keyframes successCircleBorder {
  0% {
    -webkit-box-shadow: 19px -19px 0 2px #fff, -19px -19px 0 2px #fff, -19px 19px 0 2px #fff, 19px 19px 0 2px #fff,
      0 0 0 2px #598527;
    box-shadow: 19px -19px 0 2px #fff, -19px -19px 0 2px #fff, -19px 19px 0 2px #fff, 19px 19px 0 2px #fff,
      0 0 0 2px #598527;
  }
  25% {
    -webkit-box-shadow: 0 -43px 0 2px #fff, -19px -19px 0 2px #fff, -19px 19px 0 2px #fff, 19px 19px 0 2px #fff,
      0 0 0 2px #598527;
    box-shadow: 0 -43px 0 2px #fff, -19px -19px 0 2px #fff, -19px 19px 0 2px #fff, 19px 19px 0 2px #fff,
      0 0 0 2px #598527;
  }
  50% {
    -webkit-box-shadow: 0 -43px 0 2px #fff, -43px 0 0 2px #fff, -19px 19px 0 2px #fff, 19px 19px 0 2px #fff,
      0 0 0 2px #598527;
    box-shadow: 0 -43px 0 2px #fff, -43px 0 0 2px #fff, -19px 19px 0 2px #fff, 19px 19px 0 2px #fff, 0 0 0 2px #598527;
  }
  75% {
    -webkit-box-shadow: 0 -43px 0 2px #fff, -43px 0 0 2px #fff, 0 43px 0 2px #fff, 19px 19px 0 2px #fff,
      0 0 0 2px #598527;
    box-shadow: 0 -43px 0 2px #fff, -43px 0 0 2px #fff, 0 43px 0 2px #fff, 19px 19px 0 2px #fff, 0 0 0 2px #598527;
  }
  100% {
    -webkit-box-shadow: 0 -43px 0 2px #fff, -43px 0 0 2px #fff, 0 43px 0 2px #fff, 38px 33.33px 0 2px #fff,
      0 0 0 2px #598527;
    box-shadow: 0 -43px 0 2px #fff, -43px 0 0 2px #fff, 0 43px 0 2px #fff, 38px 33.33px 0 2px #fff, 0 0 0 2px #598527;
  }
}
section .section-header-container .info-desc {
  margin-bottom: 26px;
}
.navigation--bottom .btn {
  border-color: #0052a5;
  background-color: #0052a5;
  font-size: 16px;
  border-radius: 4px;
  height: 44px;
}
.navigation--bottom .btn:focus,
.navigation--bottom .btn:hover {
  /* border-color: #0075e2; */
  /* background-color: #0075e2; */
}
.navigation--bottom .btn:focus {
  /* outline-color: #0075e2; */
}
.navigation--bottom .btn:hover {
  /* -webkit-box-shadow: 0 0 0 2px #0075e2; */
  /* box-shadow: 0 0 0 2px #0075e2; */
}
.navigation--bottom .btn-primary-outline {
  background: #fff;
  color: #0052a5;
}
.navigation--bottom .btn-primary-outline:focus {
  color: #fff;
}
@media (max-width: 360px) {
  .help-info .help-line-container .help-line-wrapper .help-line-icon {
    float: none;
    margin: 0 0 10px 0;
    display: block;
  }
  .help-info .help-line-container .help-line-wrapper p {
    margin: 0;
  }
}
.h2 {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Open-Sans';
}
.square--box {
  position: absolute;
  padding-top: 10px;
  width: 45px;
  height: 40px;
  top: 240px;
  right: 20%;
  background-color: #fff;
}
.position-relative {
  position: relative;
}
.max-width {
  max-width: 400px;
}
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.horizontal--line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #bdbdbd;
  margin-top: 30px;
}
.horizontal--line .square--box {
  position: absolute;
  padding-top: 10px;
  width: 47px;
  height: 40px;
  top: -20px;
  right: 47%;
  text-align: center;
  background-color: #fff;
  color: #bdbdbd !important;
}
p {
  font-size: 16px;
  font-family: 'Open-Sans';
  font-weight: 400;
  line-height: 1.4;
}
.margin-top-24px {
  margin-top: 24px;
}
#container-info {
  display: none;
}
.header-country-select {
  color: #0052a5 !important;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("") no-repeat 98.5% !important;
}
.header-country {
  color: #1b1b1b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#country > select:focus {
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
@media screen and (max-width: 1023px) {
  .margin-top-primary {
    margin-top: 30px;
  }
  .navigation--bottom {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 760px) {
  .paragraph--link {
    font-weight: 900;
    font-size: 19px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    color: #0052a5;
    margin-top: 30px;
  }
  .margin-top,
  .margin-top-primary {
    margin-top: 32px;
  }
  .margin-top-secondary {
    margin-top: 20px;
  }
  .margin-bottom-2x {
    margin-bottom: 0;
  }
  .row .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 639px) {
  .header-country {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .gov-btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .help-line-wrapper {
    margin-top: 0;
  }
  .margin-bottom-4x {
    margin-bottom: 20px;
  }
  .margin-bottom-4x {
    margin-bottom: 20px;
  }
  .margin-bottom-4x {
    margin-bottom: 20px;
  }
}
::-webkit-input-placeholder {
  color: #737373;
  position: relative;
  font-size: 16px;
  top: 5%;
  line-height: 24px;
  font-family: 'Open-Sans';
}
:-moz-placeholder {
  color: #737373;
  opacity: 1;
  position: relative;
  font-size: 16px;
  top: 22%;
  line-height: 24px;
  font-family: 'Open-Sans';
}
::-moz-placeholder {
  color: #737373;
  opacity: 1;
  position: relative;
  font-size: 16px;
  top: 22%;
  line-height: 24px;
  font-family: 'Open-Sans';
}
:-ms-input-placeholder {
  color: #737373;
  position: relative;
  font-size: 16px;
  top: 22%;
  line-height: 24px;
  font-family: 'Open-Sans';
}
#bankSearch {
  display: inline-block;
  /* color: #0052a5; */
  padding-right: 33px;
  padding-left: 48px !important;
  font-size: 17px !important;
}
#bankSearch::-webkit-input-placeholder {
  font-size: 17px !important;
  /* color: #0052a5; */
}
#bankSearch::-moz-placeholder {
  font-size: 17px !important;
  /* color: #0052a5; */
}
#bankSearch:-ms-input-placeholder {
  font-size: 17px !important;
  /* color: #0052a5; */
}
#bankSearch::-ms-input-placeholder {
  font-size: 17px !important;
  /* color: #0052a5; */
}
#bankSearch::placeholder {
  font-size: 17px !important;
  /* color: #0052a5; */
}
.bankSearch-icon {
  position: relative;
}
.bankSearch-icon::before {
  content: ' ';
  background-image: url("search.svg");
  position: absolute;
  height: 20px;
  width: 20px;
  bottom: 14px;
  right: -38px;
  background-repeat: no-repeat;
}
#bank,
#voivodeship {
  border-radius: 4px;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  color: #0052a5;
}
.select-icon {
  position: relative;
  pointer-events: none;
}
.select-icon::before {
  content: '';
  background-image: url("");
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  bottom: -2px;
  color: #0052a5;
  background-repeat: no-repeat;
}
.selected {
  background-color: #0052a5;
  color: #fff;
  outline: #0052a5 auto 1px;
}
.custom-select select {
  display: none !important;
}
.display-none {
  display: none;
}
.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
}
.select-selected:focus {
  outline: 0;
}
.select-hide {
  display: none;
}
.select-items div:hover::after {
  height: 0;
}
.select-item {
  position: relative;
}
a:focus,
a:hover {
  color: #fff !important;
  text-decoration: none;
  outline-color: #0075e2;
  outline-style: solid;
  outline-width: 0.3125em;
  outline-offset: 0;
}
.profil-card:focus-within {
  outline: 0;
}
.profil-card:hover {
  outline: 0;
}
.profil-card a:focus,
.profil-card a:hover {
  outline: 0 !important;
  background: 0 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
a:hover {
  background-color: #fff;
  outline: 0;
  color: #006cd7 !important;
  text-decoration: none;
}
a:focus {
  color: #1b1b1b !important;
  outline: 3px solid #0052A5 !important;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  padding: 2px;
}
a:active,
a:hover {
  outline-width: 0;
}

.language {
  text-align: right;
}
@media (min-width: 1024px) {
  .language {
    width: 66.66667%;
  }
}
@media (max-width: 1023px) {
  .language {
    width: 84%;
  }
}
@media (max-width: 639px) {
  .language {
    width: 100%;
  }
}
