@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, .np-searchbutton-standard,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, .np-searchbutton-standard,
input {
  overflow: visible;
}

button, .np-searchbutton-standard,
select {
  text-transform: none;
}

button, .np-searchbutton-standard,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

button:-moz-focusring, .np-searchbutton-standard:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

button, .np-searchbutton-standard {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button, [data-whatinput='mouse'] .np-searchbutton-standard {
  outline: 0;
}

pre {
  overflow: auto;
}

button, .np-searchbutton-standard,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[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;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[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 {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type='search'] {
  box-sizing: border-box;
}

:-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label, [type='checkbox'] + .c-permit-filter__label,
[type='radio'] + label,
[type='radio'] + .c-permit-filter__label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for], [type='checkbox'] + .c-permit-filter__label[for],
[type='radio'] + label[for],
[type='radio'] + .c-permit-filter__label[for] {
  cursor: pointer;
}

label > [type='checkbox'], .c-permit-filter__label > [type='checkbox'],
label > [type='radio'],
.c-permit-filter__label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label, .c-permit-filter__label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle, .middle.c-permit-filter__label {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button, .input-group-button .np-searchbutton-standard,
.input-group-button label, .input-group-button .c-permit-filter__label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: center;
      align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button .np-searchbutton-standard,
.input-group-button label,
.input-group-button .c-permit-filter__label {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

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

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #1468a0;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 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: normal;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

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

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.cell {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}

.cell.shrink {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-2 {
    width: 16.66667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.33333%;
  }
  .grid-x > .medium-5 {
    width: 41.66667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.33333%;
  }
  .grid-x > .medium-8 {
    width: 66.66667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.66667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.33333%;
  }
  .grid-x > .large-2 {
    width: 16.66667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.33333%;
  }
  .grid-x > .large-5 {
    width: 41.66667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.33333%;
  }
  .grid-x > .large-8 {
    width: 66.66667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.33333%;
  }
  .grid-x > .large-11 {
    width: 91.66667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

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

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

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

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.33333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.66667%;
  }
  .medium-up-7 > .cell {
    width: 14.28571%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.33333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.66667%;
  }
  .large-up-7 > .cell {
    width: 14.28571%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}

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

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }
}

.grid-y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
  max-width: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.33333%;
  }
  .grid-y > .medium-2 {
    height: 16.66667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.33333%;
  }
  .grid-y > .medium-5 {
    height: 41.66667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.33333%;
  }
  .grid-y > .medium-8 {
    height: 66.66667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.33333%;
  }
  .grid-y > .medium-11 {
    height: 91.66667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.33333%;
  }
  .grid-y > .large-2 {
    height: 16.66667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.33333%;
  }
  .grid-y > .large-5 {
    height: 41.66667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.33333%;
  }
  .grid-y > .large-8 {
    height: 66.66667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.33333%;
  }
  .grid-y > .large-11 {
    height: 91.66667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.33333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.66667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.33333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.66667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.33333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.66667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.33333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.66667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.33333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.66667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.33333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.66667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.33333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.66667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.33333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.66667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}

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

.button:hover, .button:focus {
  background-color: #14679e;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #1779ba;
  color: #fefefe;
}

.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}

.button.secondary {
  background-color: #767676;
  color: #fefefe;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #1779ba;
  color: #fefefe;
}

.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}

.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}

.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}

.button.clear:hover, .button.clear:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}

.button.clear.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}

.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}

.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success:hover, .button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}

.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}

.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}

.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}

.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
}

.button-group::before, .button-group::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded .button {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}

.button-group.primary .button {
  background-color: #1779ba;
  color: #fefefe;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #767676;
  color: #fefefe;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

@media screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}

.label.primary {
  background: #1779ba;
  color: #fefefe;
}

.label.secondary {
  background: #767676;
  color: #fefefe;
}

.label.success {
  background: #3adb76;
  color: #0a0a0a;
}

.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #1779ba;
}

.progress.secondary .progress-meter {
  background-color: #767676;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #14679e;
}

.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: '';
}

input:checked ~ .switch-paddle {
  background: #1779ba;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active, input:checked + .c-permit-filter__label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked + label > .switch-inactive, input:checked + .c-permit-filter__label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}

.badge.primary {
  background: #1779ba;
  color: #fefefe;
}

.badge.secondary {
  background: #767676;
  color: #fefefe;
}

.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}

.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.breadcrumbs a {
  color: #1779ba;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}

.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}

.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button,
.pagination .np-searchbutton-standard {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover,
.pagination .np-searchbutton-standard:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab';
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb';
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

.is-active > .accordion-title::before {
  content: '\2013';
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.media-object {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.media-object-section {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section.main-section {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button, .orbit-bullets .np-searchbutton-standard {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.orbit-bullets button:hover, .orbit-bullets .np-searchbutton-standard:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active, .orbit-bullets .is-active.np-searchbutton-standard {
  background-color: #8a8a8a;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}

.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}

.tabs.primary > li > a {
  color: #fefefe;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

[data-whatinput='mouse'] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}

a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[data-whatinput='mouse'] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button,
.menu .np-searchbutton-standard {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
}

.menu.vertical {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-direction: column;
      flex-direction: column;
}

.menu.expanded li {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}

.menu.simple {
  -ms-flex-align: center;
      align-items: center;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .menu.medium-expanded li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .menu.large-expanded li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
  .menu.large-simple li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

.menu.icon-right li a {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

.menu.icon-top li a {
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}

.menu.align-left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.menu.align-right li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.menu.align-right li .submenu li {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

.menu.align-right.vertical li .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

.menu.align-center li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.menu.align-center li .submenu li {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -ms-flex-pack: center;
      justify-content: center;
}

.menu-centered > .menu li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.menu-centered > .menu li .submenu li {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}

html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1;
}

.clearfix::after {
  clear: both;
}

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

.align-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

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

.align-justify {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -ms-flex-pack: center;
      justify-content: center;
}

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

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

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

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-middle {
  -ms-flex-align: center;
      align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-stretch {
  -ms-flex-align: stretch;
      align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.small-order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.small-order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.small-order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.small-order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.small-order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.small-order-6 {
  -ms-flex-order: 6;
      order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}

.flex-container {
  display: -ms-flexbox;
  display: flex;
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

.show-for-sr, .c-checklist__label-text,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

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

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

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

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/* External Links in Body Text */
/* External Links in Single Use */
/* External Links in Lists */
/* External Links in Lists */
/* Sollentuna kommun - Primary - Shared */
/* Brand Color */
html {
  overflow-x: hidden;
}

body {
  font-family: "Inter Regular", sans-serif;
  background: #fff;
}

body button:focus, body .np-searchbutton-standard:focus {
  outline: none;
}

body .overlay {
  display: none;
  position: fixed;
  top: 15.9375rem;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
}

@media print {
  @page {
    margin: 2.5rem 6.25rem !important;
  }
  * {
    padding: 0 !important;
    margin: 0 !important;
  }
  *:focus, *:hover {
    border: 0 !important;
  }
  * a {
    text-decoration: none !important;
  }
  h1, h2, h3, h4, h5, h6, article {
    page-break-after: avoid !important;
  }
  img, tr {
    page-break-inside: avoid;
  }
  /* Component Typography */
  p {
    margin-bottom: 1.25rem !important;
  }
  .c-entry-list__item {
    text-align: left !important;
  }
  /* Component Display */
  .g-navigation-side,
  .g-header,
  .g-footer,
  .c-cookie,
  .c-feedback,
  .c-select-bar,
  .c-media.c-media--embed,
  .c-search-filter,
  .c-entry-list__icon,
  .c-hero--login,
  .c-services-list__support,
  .c-call-to-action,
  .c-go-back,
  .c-services-info__back-to-top,
  .c-editor-files__col--size,
  .c-search-form,
  .c-search-filter__button--reset,
  .c-search-filter__button,
  .c-icon-list__extend,
  .c-events-calendar__footer,
  .c-event-info__button,
  .c-warning-message__top::before,
  .c-contact-card__tabs,
  .c-instructions__back-to-top,
  .c-instructions__close,
  .c-translate,
  .c-event-info__button,
  .c-hero__block,
  .c-breadcrumbs,
  .np-breadcrumb {
    display: none !important;
  }
  .c-news__item,
  .c-button,
  .c-article__button,
  .c-bulletin-item__button,
  .c-calendar__button,
  .c-call-to-action__link,
  .c-control-plan__button,
  .c-control-plan__save-button,
  .c-control-plan-item__button,
  .c-control-points__add-button,
  .c-cookie__button,
  .c-cookie__button-decline,
  .c-events-calendar__button,
  .c-hero--start .c-hero__link,
  .c-hero--login .c-hero__link,
  .c-instructions__read-more,
  .c-jobs__button,
  .c-news__button,
  .c-permit-filter__button,
  .c-dynamic-form__submit,
  .c-dynamic-form__button,
  .c-dynamic-form__file-label,
  .c-instagram__link,
  .sirius_message_list_toolbar_delete_button_submit,
  .sirius_message_list_toolbar_read_button_submit,
  .sirius_message_list_toolbar_unread_button_submit,
  .sirius_message_list_toolbar_undo_button_submit,
  .sirius_message_list_toolbar_msgindex_decrease_button_submit,
  .sirius_message_list_toolbar_msgindex_increase_button_submit,
  .sirius_message_view_toolbar_delete_button_submit,
  .sirius_message_view_toolbar_reply_button_submit,
  .sirius_message_reply_toolbar_cancel_button_submit,
  .sirius_message_reply_add_attachment_another_submit,
  .sirius_message_reply_lower_toolbar_send_button_submit,
  .sirius_message_reply_lower_toolbar_save_button_submit,
  .sirius_settings_save_submit,
  .c-entry-list__list,
  .c-entry-list__link,
  .c-article-row__outer,
  .c-events-calendar__list,
  .c-article__link,
  .c-hero__content,
  .c-contact__list,
  .c-event-info__details,
  .c-events-calendar__footer,
  .c-article__outer,
  .p-landing__wrapper,
  .c-search-filter,
  .p-standard__container {
    display: block !important;
  }
  .c-news__category {
    display: inline-block !important;
  }
  /* Component Lists */
  .c-editor > ol,
  .c-facts ol {
    counter-reset: none !important;
  }
  .c-facts ul li,
  .c-editor > ul li {
    list-style-type: disc !important;
  }
  .c-facts ol li,
  .c-editor > ol li {
    counter-increment: none !important;
  }
  .c-facts ol li,
  .c-editor > ol li {
    list-style-type: decimal !important;
  }
  .c-editor > ul,
  .c-facts ul,
  .c-editor > ol,
  .c-facts ol {
    list-style-position: inside !important;
  }
  /* Component Order */
  .c-article__image,
  .c-hero--list .c-hero__background {
    -ms-flex-order: 1 !important;
        order: 1 !important;
  }
  .c-article__inner,
  .c-hero--list .c-hero__content {
    -ms-flex-order: 2 !important;
        order: 2 !important;
  }
  /* Component Width */
  .c-page-intro__content,
  .c-page-intro__preamble,
  .p-standard__article,
  .p-news__article,
  .p-event__article,
  .p-news-archive__content,
  .p-news__content,
  .p-landing__block-area,
  .p-search__content,
  .p-standard__article,
  .p-standard__inner,
  .p-event__content,
  .c-block-grid,
  .c-block-grid--half,
  .c-list-links__outer,
  .c-list-links__item,
  .c-contact__outer--info .c-contact__wrapper,
  .c-services-list__item,
  .c-entry-list__item,
  .c-entry-list__item:nth-child(3n+2),
  .c-events-calendar__item,
  .c-news__inner,
  .c-cols-quicklinks__col,
  .c-article__image,
  .c-article__inner,
  .c-news__info,
  .c-hero--list .c-hero__background,
  .c-hero--list .c-hero__block,
  .c-media__outer,
  .c-media__text,
  .c-call-to-action__inner,
  .c-services-info__inner,
  .c-services-info__content,
  .c-events__content,
  .c-search-filter__settings,
  .c-hero img,
  .c-media.c-media--on-page img {
    width: 100% !important;
  }
  .c-article-row__inner,
  .c-media__outer img,
  .c-events-calendar img .c-article img,
  .c-events-calendar img,
  .c-article img {
    width: 75% !important;
  }
  .c-article-row__inner {
    width: 50% !important;
  }
  .c-page-intro__content,
  .c-page-intro__preamble,
  .c-calendar__inner {
    max-width: 100% !important;
  }
  .c-services-list,
  .c-services-list--background,
  .c-services-list--background .c-services-list__inner,
  .c-events-calendar__inner,
  .c-events-calendar__content,
  .c-contact-people__inner,
  .c-article__image,
  .c-contact-card__right,
  .p-landing__inner .p-landing__block-area .c-news__content,
  .c-instructions__inner,
  .c-instructions__content,
  .c-contact__outer--top .c-contact__wrapper,
  .c-contact__inner,
  .c-contact__outer--info .c-contact__wrapper,
  .c-contact__content,
  .c-article__image,
  .c-warning-message__outer,
  .c-warning-message__top,
  .c-warning-message__info,
  .c-events__content,
  .p-events-list__content,
  .c-events__outer,
  .c-events__section,
  .c-events__group,
  .c-events__content,
  .c-hero__links {
    max-width: none !important;
    width: 100% !important;
  }
}

@media print {
  .c-contact-card__right,
  .c-contact__outer--top .c-contact__wrapper {
    max-width: none !important;
    width: 100% !important;
  }
}

@media print {
  .c-contact__outer--top .c-contact__wrapper {
    max-width: none !important;
    width: 100% !important;
  }
}

@media print {
  /* Component Margin */
  .c-editor-files__col--title {
    margin-right: 1.25rem !important;
  }
  .c-breadcrumbs__item:not(:last-child)::after, .np-breadcrumb div:not(:last-child)::after {
    margin-right: 0.375rem !important;
  }
  .c-events__tag {
    margin: 0.625rem 0 0 0 !important;
  }
  .c-block-grid,
  .c-contact__outer--info .c-contact__wrapper {
    margin-bottom: 2.5rem !important;
  }
  .c-news__item,
  .c-calendar__item,
  .c-events__subheading {
    margin-bottom: 0.9375rem !important;
  }
  .c-list-links__heading {
    margin-bottom: 0.3125rem !important;
  }
  .c-icon-list-item img, .np-tablelist-item img {
    margin-top: 0.625rem !important;
  }
  .c-page-intro,
  .c-contact__outer.c-contact__outer--welcome,
  .c-contact__wrapper,
  .c-hero,
  .c-hero.c-hero--list {
    margin-bottom: 1.875rem !important;
  }
  .c-article-row__inner,
  .c-entry-list__item,
  .c-services-list__item,
  .c-events-calendar__item,
  .c-contact-people__item,
  .c-contact-card__left,
  .c-contact-card__subheading,
  .c-calendar__heading,
  .c-events-calendar__heading .c-contact__outer--top,
  .c-contact__outer--welcome,
  .c-breadcrumbs,
  .np-breadcrumb,
  .c-event-info,
  .c-media.c-media--on-page,
  .c-event-info__panel,
  .c-page-header,
  .c-search-form,
  .c-editor__preamble,
  .c-services-info__preamble,
  .c-cols-quicklinks__col,
  .c-warning-message,
  .c-editor-files,
  .c-event-info__details,
  .c-article-list__item,
  .c-calendar__list,
  .c-instructions__intro,
  .c-event-info__details,
  .c-hero--list .c-hero__background {
    margin-bottom: 1.25rem !important;
  }
  .c-contact-card__item,
  .c-events-calendar img,
  .c-media img,
  .c-article img,
  .c-contact-people__heading,
  .c-icon-list-item,
  .np-tablelist-item,
  .c-event-info__item,
  .c-editor > ul,
  .c-editor > ol,
  .c-facts ul,
  .c-facts ol,
  .c-services-info__item,
  .c-events__content--all .c-events__list--events .c-events__item,
  .c-news__item,
  .c-editor__link,
  .c-event-info__date,
  .c-editor-files__heading,
  .c-editor__highlight,
  .c-page-intro__heading,
  .c-news__heading,
  .c-cols-quicklinks__heading,
  .c-instructions__item {
    margin-bottom: 0.625rem !important;
  }
  .c-page-footer,
  .c-events__label,
  .c-event-info__events,
  .c-editor-files {
    margin-top: 1.25rem !important;
  }
  .c-article-list__figure,
  .c-event-info__location {
    margin-right: 1.875rem !important;
  }
  .c-event-info__date,
  .c-event-info__time,
  .c-contact__content *,
  .c-contact__outer.c-contact__outer--info,
  .c-article-list__inner,
  .p-landing .c-block-grid--half .c-article-list__inner {
    margin: 0 !important;
  }
  .c-event-info__list,
  .c-event-info__secondary {
    margin-top: 0 !important;
  }
  .c-event-info__secondary {
    margin-top: -0.625rem !important;
  }
  .c-entry-list__item:last-child,
  .c-news__item:last-child,
  .c-calendar__item:last-child,
  .c-services-list__item:last-child,
  .c-events-calendar__item:last-child,
  .c-contact-card__item:last-child,
  .c-contact-people__item:last-child,
  .c-editor__highlight * {
    margin-bottom: 0 !important;
  }
  /* Component Padding */
  .c-icon-list-item,
  .np-tablelist-item {
    padding: 1.25rem 0 0 0 !important;
  }
  .c-editor-files__link--title[href$=".pdf"],
  .c-editor-files__link--title[href$=".doc"],
  .c-editor-files__link--title[href$=".docx"],
  .c-editor-files__link--title[href$=".odt"],
  .c-editor-files__link--title[href$=".rtf"],
  .c-editor-files__link--title[href$=".txt"],
  .c-editor-files__link--title[href$=".pps"],
  .c-editor-files__link--title[href$=".ppt"],
  .c-editor-files__link--title[href$=".pptx"],
  .c-editor-files__link--title[href$=".ai"],
  .c-editor-files__link--title[href$=".eps"],
  .c-editor-files__link--title[href$=".ps"],
  .c-editor-files__link--title[href$=".svg"],
  .c-editor-files__link--title[href$=".gif"],
  .c-editor-files__link--title[href$=".jpg"],
  .c-editor-files__link--title[href$=".png"],
  .c-editor-files__link--title[href$=".psd"],
  .c-editor-files__link--title[href$=".tif"],
  .c-editor-files__link--title[href$=".tiff"],
  .c-editor-files__link--title[href$=".mp3"],
  .c-editor-files__link--title[href$=".wav"],
  .c-editor-files__link--title[href$=".aiff"],
  .c-editor-files__link--title[href$=".aiff"],
  .c-editor-files__link--title[href$=".aac"],
  .c-editor-files__link--title[href$=".ogg"],
  .c-editor-files__link--title[href$=".wma"],
  .c-editor-files__link--title[href$=".flac"] {
    padding-left: 1.5625rem !important;
  }
  .c-breadcrumbs__item, .np-breadcrumb div {
    padding-right: 1rem !important;
  }
  .c-events__button {
    padding-left: 3.4375rem !important;
  }
  .c-news__item,
  .c-calendar__item {
    padding-bottom: 0.9375rem !important;
  }
  .c-entry-list__item:last-child,
  .c-news__item:last-child,
  .c-calendar__item:last-child,
  .c-services-list__item:last-child,
  .c-events-calendar__item:last-child,
  .c-contact-card__item:last-child,
  .c-contact-people__item:last-child {
    padding-bottom: 0 !important;
  }
  .p-landing__inner .p-landing__block-area .c-news__item,
  .p-landing__inner .p-landing__block-area .c-block-grid--half .c-news__item,
  .c-contact__content *,
  .c-contact__outer.c-contact__outer--info *,
  .c-editor__highlight * {
    padding: 0 !important;
  }
  .c-contact__outer--welcome .c-contact__wrapper {
    padding: 1.25rem !important;
  }
  .c-page-footer,
  .c-event-info__item {
    padding-top: 0.625rem !important;
  }
  .c-contact-card__item,
  .c-instructions__item,
  .c-icon-list-item,
  .np-tablelist-item,
  .c-event-info__item,
  .c-services-info__item,
  .c-events__content--all .c-events__list--events .c-events__item,
  .c-event-info__item {
    padding-bottom: 0.625rem !important;
  }
  .c-services-info__link,
  .c-instructions__link,
  .c-event-info__link {
    padding-left: 1.875rem !important;
  }
  .c-event-info__item {
    padding-top: 0.3125rem !important;
  }
  .c-hero__heading {
    padding: 0 1.25rem !important;
  }
  /* Component Border */
  .c-button,
  .c-article__button,
  .c-bulletin-item__button,
  .c-calendar__button,
  .c-call-to-action__link,
  .c-control-plan__button,
  .c-control-plan__save-button,
  .c-control-plan-item__button,
  .c-control-points__add-button,
  .c-cookie__button,
  .c-cookie__button-decline,
  .c-events-calendar__button,
  .c-hero--start .c-hero__link,
  .c-hero--login .c-hero__link,
  .c-instructions__read-more,
  .c-jobs__button,
  .c-news__button,
  .c-permit-filter__button,
  .c-dynamic-form__submit,
  .c-dynamic-form__button,
  .c-dynamic-form__file-label,
  .c-instagram__link,
  .sirius_message_list_toolbar_delete_button_submit,
  .sirius_message_list_toolbar_read_button_submit,
  .sirius_message_list_toolbar_unread_button_submit,
  .sirius_message_list_toolbar_undo_button_submit,
  .sirius_message_list_toolbar_msgindex_decrease_button_submit,
  .sirius_message_list_toolbar_msgindex_increase_button_submit,
  .sirius_message_view_toolbar_delete_button_submit,
  .sirius_message_view_toolbar_reply_button_submit,
  .sirius_message_reply_toolbar_cancel_button_submit,
  .sirius_message_reply_add_attachment_another_submit,
  .sirius_message_reply_lower_toolbar_send_button_submit,
  .sirius_message_reply_lower_toolbar_save_button_submit,
  .sirius_settings_save_submit {
    border-color: #1B1B1A !important;
  }
  .c-events__section--panel .c-events__wrapper {
    border-bottom: 0.125rem solid #1B1B1A !important;
  }
  .c-page-footer {
    border-top: 0.125rem solid #1B1B1A !important;
  }
  .c-block-grid a span {
    border-bottom: 0.0625rem solid #1B1B1A !important;
  }
  a,
  p a,
  a span,
  .c-go-back span,
  .c-list-links__item:nth-child(odd),
  .c-list-links__item:nth-child(even),
  .p-landing__outer:first-of-type,
  .p-start__outer:last-of-type,
  .c-events-calendar__inner,
  .p-services__outer:last-of-type,
  .p-contact__outer,
  .c-editor-files__list,
  .c-events__section--panel:hover .c-events__button time,
  .p-landing__inner .p-landing__block-area .c-news__item:last-child,
  .c-news__link *,
  .c-news__link:hover *,
  .c-news__link:focus * {
    border: 0 !important;
  }
  .p-landing__inner .p-landing__block-area .c-news__item {
    border-bottom: 0.125rem solid #E8E8E8 !important;
  }
  .c-events__button::before,
  .c-instructions__item--instructions .c-instructions__link::before,
  .c-event-info__secondary .c-event-info__link::before {
    border: 0.125rem solid #1B1B1A !important;
  }
  /* Component Color */
  .c-events__button::before {
    color: #fff !important;
  }
  .c-article__outer--bg-blue .c-article__inner,
  .c-article__link,
  .c-editor__link[href^="http://"]:not([href*="www.sollentuna.se"]) .c-editor__text::after,
  .c-editor__link[href^="https://"]:not([href*="www.sollentuna.se"]) .c-editor__text::after,
  .c-events__button::before,
  .c-instructions__item--instructions .c-instructions__link::before,
  .c-event-info__secondary .c-event-info__link::before {
    color: #1B1B1A !important;
  }
  .c-article-list__figure {
    max-width: 33.33333% !important;
  }
  /* Component Heading */
  .c-hero__heading,
  .c-page-intro__heading {
    font-size: 2rem !important;
    line-height: 3rem !important;
  }
  .c-cols-quicklinks__heading {
    line-height: normal !important;
  }
  /* Componet Flex */
  .c-contact__content,
  .c-hero.c-hero--list .c-hero__wrapper *,
  .c-event-info__duration,
  .c-event-info__item,
  .c-event-info__link::before,
  .c-hero--list .c-hero__inner {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .c-events__tag {
    -ms-flex-pack: left !important;
        justify-content: left !important;
  }
  .c-contact__outer--welcome,
  .c-contact__content,
  .c-hero.c-hero--list .c-hero__wrapper *,
  .c-event-info__link::before {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .c-contact__content,
  .c-hero.c-hero--list .c-hero__wrapper *,
  .c-event-info__duration,
  .c-event-info__link::before {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .c-events__details,
  .c-event-info__details,
  .c-contact-card__inner,
  .c-event-info__details,
  .c-contact__content,
  .c-hero--start .c-hero__list,
  .c-hero--list .c-hero__inner {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .p-landing .c-block-grid--half .c-article-list__item,
  .c-event-info__item {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  /* Component Height */
  .c-search-form__input, input.np-searchbox-standard {
    height: 2.5rem !important;
  }
  .c-contact-card iframe,
  .c-contact__outer--welcome {
    height: 15.625rem !important;
  }
  .c-hero__heading {
    height: 3.125rem !important;
  }
  .c-editor__link,
  .c-article__overflow,
  .c-editor__highlight *,
  .c-hero.c-hero--list *,
  .c-hero__content * {
    min-height: auto !important;
  }
  .c-editor__link,
  .c-article__image,
  .c-article__image img,
  .c-hero.c-hero--list,
  .c-hero.c-hero--list *,
  .c-hero__content * {
    height: auto !important;
  }
  .c-hero__wrapper {
    max-height: 12.5rem !important;
  }
  .c-hero {
    height: 12.5rem !important;
    min-height: 12.5rem !important;
  }
  /* Component Width */
  .c-article__image,
  .c-article__image img {
    min-width: auto !important;
  }
  .c-editor-files__col--title,
  .c-editor__link[href^="http://"]:not([href*="www.sollentuna.se"]) .c-editor__text::after,
  .c-editor__link[href^="https://"]:not([href*="www.sollentuna.se"]) .c-editor__text::after,
  .c-article-list__inner,
  .p-landing .c-block-grid--half .c-article-list__inner {
    width: auto !important;
  }
  /* Component Background */
  .c-hero__heading,
  .c-contact__wrapper {
    background: #fff !important;
  }
  .c-events__button::before,
  .c-services-info__item--instructions .c-services-info__link::before,
  .c-events__button::before {
    background: #1B1B1A !important;
  }
  .c-editor__text::after {
    background: none !important;
  }
  /* Component Pseudo */
  .c-go-back::before,
  .c-event-info__primary .c-event-info__content::before,
  .c-icon-list-item__outer::before,
  .c-entry-list__link span::before,
  .c-contact__link::before,
  .c-editor__link::after,
  .c-editor-files__item:not(:last-child)::after,
  .c-editor > ol li::before,
  .c-editor > ul li::before,
  .c-facts ul li::before,
  .c-facts ol li::before,
  a[href]:after {
    content: none !important;
  }
  .c-editor__link[href^="http://"]:not([href*="www.sollentuna.se"]) .c-editor__text::after,
  .c-editor__link[href^="https://"]:not([href*="www.sollentuna.se"]) .c-editor__text::after {
    content: "\00a0\f35d" !important;
  }
  /* Component Position */
  .c-editor-files__link--title[href$=".pdf"]::before,
  .c-editor-files__link--title[href$=".doc"]::before,
  .c-editor-files__link--title[href$=".docx"]::before,
  .c-editor-files__link--title[href$=".odt"]::before,
  .c-editor-files__link--title[href$=".rtf"]::before,
  .c-editor-files__link--title[href$=".txt"]::before,
  .c-editor-files__link--title[href$=".pps"]::before,
  .c-editor-files__link--title[href$=".ppt"]::before,
  .c-editor-files__link--title[href$=".pptx"]::before,
  .c-editor-files__link--title[href$=".ai"]::before,
  .c-editor-files__link--title[href$=".eps"]::before,
  .c-editor-files__link--title[href$=".ps"]::before,
  .c-editor-files__link--title[href$=".svg"]::before,
  .c-editor-files__link--title[href$=".gif"]::before,
  .c-editor-files__link--title[href$=".jpg"]::before,
  .c-editor-files__link--title[href$=".png"]::before,
  .c-editor-files__link--title[href$=".psd"]::before,
  .c-editor-files__link--title[href$=".tif"]::before,
  .c-editor-files__link--title[href$=".tiff"]::before,
  .c-editor-files__link--title[href$=".mp3"]::before,
  .c-editor-files__link--title[href$=".wav"]::before,
  .c-editor-files__link--title[href$=".aiff"]::before,
  .c-editor-files__link--title[href$=".aiff"]::before,
  .c-editor-files__link--title[href$=".aac"]::before,
  .c-editor-files__link--title[href$=".ogg"]::before,
  .c-editor-files__link--title[href$=".wma"]::before,
  .c-editor-files__link--title[href$=".flac"]::before,
  .c-events__button::before {
    left: 0 !important;
  }
  p a[href^="http://"]:not([href*="www.sollentuna.se"])::after,
  p a[href^="https://"]:not([href*="www.sollentuna.se"])::after,
  .c-article__image,
  .c-article__image img,
  .c-editor__link[href^="http://"]:not([href*="www.sollentuna.se"]) .c-editor__text::after,
  .c-editor__link[href^="https://"]:not([href*="www.sollentuna.se"]) .c-editor__text::after,
  .c-hero--list .c-hero__background {
    position: relative !important;
  }
  .c-editor__link[href^="http://"]:not([href*="www.sollentuna.se"]) .c-editor__text::after,
  .c-editor__link[href^="https://"]:not([href*="www.sollentuna.se"]) .c-editor__text::after {
    bottom: 0 !important;
  }
  /* Component Opacity */
  .c-events__button::before,
  .c-instructions__item--instructions .c-instructions__link::before,
  .c-event-info__secondary .c-event-info__link::before {
    opacity: 1 !important;
  }
  .c-control-plan-print__heading {
    line-height: normal !important;
  }
  .c-control-plan-print__table {
    font-size: 0.65rem !important;
    margin-top: 1rem !important;
  }
}

/* cabin-regular - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  src: url("/static/assets/fonts/google/cabin-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/static/assets/fonts/google/cabin-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("/static/assets/fonts/google/cabin-v18-latin-regular.woff2") format("woff2"), url("/static/assets/fonts/google/cabin-v18-latin-regular.woff") format("woff"), url("/static/assets/fonts/google/cabin-v18-latin-regular.ttf") format("truetype"), url("/static/assets/fonts/google/cabin-v18-latin-regular.svg#Cabin") format("svg");
  /* Legacy iOS */
}

/* cabin-700 - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  src: url("/static/assets/fonts/google/cabin-v18-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/static/assets/fonts/google/cabin-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("/static/assets/fonts/google/cabin-v18-latin-700.woff2") format("woff2"), url("/static/assets/fonts/google/cabin-v18-latin-700.woff") format("woff"), url("/static/assets/fonts/google/cabin-v18-latin-700.ttf") format("truetype"), url("/static/assets/fonts/google/cabin-v18-latin-700.svg#Cabin") format("svg");
  /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url("/static/assets/fonts/google/source-sans-pro-v14-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/static/assets/fonts/google/source-sans-pro-v14-latin-700.eot?#iefix") format("embedded-opentype"), url("/static/assets/fonts/google/source-sans-pro-v14-latin-700.woff2") format("woff2"), url("/static/assets/fonts/google/source-sans-pro-v14-latin-700.woff") format("woff"), url("/static/assets/fonts/google/source-sans-pro-v14-latin-700.ttf") format("truetype"), url("/static/assets/fonts/google/source-sans-pro-v14-latin-700.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}

/* Inter - Regular */
@font-face {
  font-family: 'Inter Regular';
  font-style: normal;
  font-weight: 400;
  src: url("/static/assets/fonts/Inter/Inter-VariableFont_slnt,wght.ttf");
  src: local(""), url("/static/assets/fonts/Inter/Inter-VariableFont_slnt,wght.ttf") format("truetype");
}

/* Inter - Bold */
@font-face {
  font-family: 'Inter Bold';
  font-style: normal;
  font-weight: 600;
  src: url("/static/assets/fonts/Inter/static/Inter-Bold.ttf");
  src: local(""), url("/static/assets/fonts/Inter/static/Inter-Bold.ttf") format("truetype");
}

h1, h2, h3, h4, h5 {
  font-family: "Inter Bold", sans-serif;
  font-weight: 700;
  max-width: 38.125rem;
}

h1 {
  font-size: 1.75rem;
  line-height: 120%;
  margin-bottom: 1.125rem;
}

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 75em) {
  h1 {
    font-size: 2.375rem;
  }
}

h2 {
  font-size: 1.5rem;
  line-height: 120%;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h2 {
    font-size: 1.625rem;
  }
}

@media screen and (min-width: 75em) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 1.25rem;
  line-height: 120%;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 75em) {
  h3 {
    font-size: 1.375rem;
  }
}

h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0.5rem;
}

p {
  font-family: "Inter Regular", sans-serif;
  margin-bottom: 0.9375rem;
  max-width: 38.125rem;
}

@media print, screen and (min-width: 64em) {
  p {
    margin-bottom: 1.25rem;
  }
}

p iframe {
  width: 100%;
  border: 0;
}

p a {
  word-break: break-word;
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
}

p a[href^="http://"]:not([href*="www.sollentuna.se"]), p a[href^="https://"]:not([href*="www.sollentuna.se"]) {
  margin-right: 1.5625rem;
  display: inline;
  position: relative;
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
}

p a[href^="http://"]:not([href*="www.sollentuna.se"])::after, p a[href^="https://"]:not([href*="www.sollentuna.se"])::after {
  content: "\00a0\00a0\f35d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 0.8125rem;
  position: relative;
  color: #004b7a;
  margin-right: -1.25rem;
}

p a[href^="http://"]:not([href*="www.sollentuna.se"]):hover, p a[href^="https://"]:not([href*="www.sollentuna.se"]):hover {
  color: #004b7a;
}

.using-keyboard p a[href^="http://"]:not([href*="www.sollentuna.se"]):focus, .using-keyboard p a[href^="https://"]:not([href*="www.sollentuna.se"]):focus {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.using-keyboard p a[href^="http://"]:not([href*="www.sollentuna.se"]):focus[href^="http://"]:not([href*="www.sollentuna.se"])::after, .using-keyboard p a[href^="http://"]:not([href*="www.sollentuna.se"]):focus[href^="https://"]:not([href*="www.sollentuna.se"])::after, .using-keyboard p a[href^="https://"]:not([href*="www.sollentuna.se"]):focus[href^="http://"]:not([href*="www.sollentuna.se"])::after, .using-keyboard p a[href^="https://"]:not([href*="www.sollentuna.se"]):focus[href^="https://"]:not([href*="www.sollentuna.se"])::after {
  color: #1B1B1A;
  border-color: #1B1B1A;
}

p a[href^="http://"]:not([href*="www.sollentuna.se"]):focus, p a[href^="https://"]:not([href*="www.sollentuna.se"]):focus {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
}

a {
  max-width: 38.125rem;
  color: #004b7a;
}

a:hover {
  color: #004b7a;
}

blockquote {
  max-width: 38.125rem;
  border-left: 1px solid #1B1B1A;
}

blockquote p {
  color: #1B1B1A;
}

@media print, screen and (min-width: 64em) {
  :focus {
    outline: none;
  }
}

body.using-keyboard :focus {
  outline: none;
  background: #FBCE20;
  color: #1B1B1A !important;
  border-color: #1B1B1A;
}

body.using-keyboard :focus span {
  border-color: #1B1B1A !important;
}

.preamble, .c-editor__preamble, .p-building-permit__preamble, .p-control-plan__preamble, .p-permit-listing__preamble {
  font-size: 1.125rem;
  line-height: 160%;
  margin-bottom: 1.5625rem;
}

@media print, screen and (min-width: 40em) {
  .preamble, .c-editor__preamble, .p-building-permit__preamble, .p-control-plan__preamble, .p-permit-listing__preamble {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

/* Different layout on Landing Page, Block - Half width */
.c-article {
  height: 100%;
  /* Different layout on Landing Page */
  /* Different layout in Block - Half Width */
}

@media print, screen and (min-width: 64em) {
  .c-article {
    padding-bottom: 1.25rem;
  }
}

.c-article__outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 1rem;
}

@media print, screen and (min-width: 64em) {
  .c-article__outer {
    -ms-flex-direction: row;
        flex-direction: row;
    padding-bottom: 0;
    position: relative;
  }
}

.c-article__outer--bg-blue, .c-article__outer--bg-teal, .c-article__outer--bg-orange, .c-article__outer--bg-pink, .c-article__outer--bg-yellow {
  /* @include breakpoint(small down) {
                padding: 0;
            }*/
}

.c-article__outer--bg-blue .c-article__inner, .c-article__outer--bg-teal .c-article__inner, .c-article__outer--bg-orange .c-article__inner, .c-article__outer--bg-pink .c-article__inner, .c-article__outer--bg-yellow .c-article__inner {
  padding: 0.9375rem 0.9375rem 1.25rem 0.9375rem;
}

@media screen and (max-width: 39.99875em) {
  .c-article__outer--bg-blue .c-article__inner, .c-article__outer--bg-teal .c-article__inner, .c-article__outer--bg-orange .c-article__inner, .c-article__outer--bg-pink .c-article__inner, .c-article__outer--bg-yellow .c-article__inner {
    margin: 0 -0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .c-article__outer--bg-blue .c-article__inner, .c-article__outer--bg-teal .c-article__inner, .c-article__outer--bg-orange .c-article__inner, .c-article__outer--bg-pink .c-article__inner, .c-article__outer--bg-yellow .c-article__inner {
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-article__outer--bg-blue .c-article__inner, .c-article__outer--bg-teal .c-article__inner, .c-article__outer--bg-orange .c-article__inner, .c-article__outer--bg-pink .c-article__inner, .c-article__outer--bg-yellow .c-article__inner {
    padding: 2.5rem 3.125rem 2.8125rem 3.125rem;
  }
}

.c-article__outer--bg-blue .c-article__item:first-child .c-article__button, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-article__button, .c-article__outer--bg-blue .c-article__item:last-child .c-article__button, .c-article__outer--bg-teal .c-article__item:first-child .c-article__button, .c-article__outer--bg-teal .c-article__item:nth-child(2) .c-article__button, .c-article__outer--bg-teal .c-article__item:last-child .c-article__button, .c-article__outer--bg-orange .c-article__item:first-child .c-article__button, .c-article__outer--bg-orange .c-article__item:nth-child(2) .c-article__button, .c-article__outer--bg-orange .c-article__item:last-child .c-article__button, .c-article__outer--bg-pink .c-article__item:first-child .c-article__button, .c-article__outer--bg-pink .c-article__item:nth-child(2) .c-article__button, .c-article__outer--bg-pink .c-article__item:last-child .c-article__button, .c-article__outer--bg-yellow .c-article__item:first-child .c-article__button, .c-article__outer--bg-yellow .c-article__item:nth-child(2) .c-article__button, .c-article__outer--bg-yellow .c-article__item:last-child .c-article__button {
  background: none;
  color: #004b7a;
  border: 0.125rem solid #004b7a;
}

.c-article__outer--bg-blue .c-article__item:first-child .c-article__button:hover, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-article__button:hover, .c-article__outer--bg-blue .c-article__item:last-child .c-article__button:hover, .c-article__outer--bg-teal .c-article__item:first-child .c-article__button:hover, .c-article__outer--bg-teal .c-article__item:nth-child(2) .c-article__button:hover, .c-article__outer--bg-teal .c-article__item:last-child .c-article__button:hover, .c-article__outer--bg-orange .c-article__item:first-child .c-article__button:hover, .c-article__outer--bg-orange .c-article__item:nth-child(2) .c-article__button:hover, .c-article__outer--bg-orange .c-article__item:last-child .c-article__button:hover, .c-article__outer--bg-pink .c-article__item:first-child .c-article__button:hover, .c-article__outer--bg-pink .c-article__item:nth-child(2) .c-article__button:hover, .c-article__outer--bg-pink .c-article__item:last-child .c-article__button:hover, .c-article__outer--bg-yellow .c-article__item:first-child .c-article__button:hover, .c-article__outer--bg-yellow .c-article__item:nth-child(2) .c-article__button:hover, .c-article__outer--bg-yellow .c-article__item:last-child .c-article__button:hover {
  background: #004b7a;
  color: #fff;
}

.using-keyboard .c-article__outer--bg-blue .c-article__item:first-child .c-article__button:focus, .using-keyboard .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-article__button:focus, .using-keyboard .c-article__outer--bg-blue .c-article__item:last-child .c-article__button:focus, .using-keyboard .c-article__outer--bg-teal .c-article__item:first-child .c-article__button:focus, .using-keyboard .c-article__outer--bg-teal .c-article__item:nth-child(2) .c-article__button:focus, .using-keyboard .c-article__outer--bg-teal .c-article__item:last-child .c-article__button:focus, .using-keyboard .c-article__outer--bg-orange .c-article__item:first-child .c-article__button:focus, .using-keyboard .c-article__outer--bg-orange .c-article__item:nth-child(2) .c-article__button:focus, .using-keyboard .c-article__outer--bg-orange .c-article__item:last-child .c-article__button:focus, .using-keyboard .c-article__outer--bg-pink .c-article__item:first-child .c-article__button:focus, .using-keyboard .c-article__outer--bg-pink .c-article__item:nth-child(2) .c-article__button:focus, .using-keyboard .c-article__outer--bg-pink .c-article__item:last-child .c-article__button:focus, .using-keyboard .c-article__outer--bg-yellow .c-article__item:first-child .c-article__button:focus, .using-keyboard .c-article__outer--bg-yellow .c-article__item:nth-child(2) .c-article__button:focus, .using-keyboard .c-article__outer--bg-yellow .c-article__item:last-child .c-article__button:focus {
  background: #FBCE20;
  border-color: #1B1B1A;
}

.c-article__outer--bg-blue .c-button, .c-article__outer--bg-blue .c-article__button, .c-article__outer--bg-blue .c-bulletin-item__button, .c-article__outer--bg-blue .c-calendar__button, .c-article__outer--bg-blue .c-call-to-action__link, .c-article__outer--bg-blue .c-control-plan__button, .c-article__outer--bg-blue .c-control-plan__save-button, .c-article__outer--bg-blue .c-control-plan-item__button, .c-article__outer--bg-blue .c-control-points__add-button, .c-article__outer--bg-blue .c-cookie__button, .c-article__outer--bg-blue .c-cookie__button-decline, .c-article__outer--bg-blue .c-events-calendar__button, .c-article__outer--bg-blue .c-hero--start .c-hero__link, .c-hero--start .c-article__outer--bg-blue .c-hero__link, .c-article__outer--bg-blue .c-hero--login .c-hero__link, .c-hero--login .c-article__outer--bg-blue .c-hero__link, .c-article__outer--bg-blue .c-instructions__read-more, .c-article__outer--bg-blue .c-jobs__button, .c-article__outer--bg-blue .c-news__button, .c-article__outer--bg-blue .c-permit-filter__button, .c-article__outer--bg-blue .c-dynamic-form__submit, .c-article__outer--bg-blue .c-dynamic-form__button, .c-article__outer--bg-blue .c-dynamic-form__file-label, .c-article__outer--bg-blue .c-instagram__link, .c-article__outer--bg-blue .sirius_message_list_toolbar_delete_button_submit,
.c-article__outer--bg-blue .sirius_message_list_toolbar_read_button_submit,
.c-article__outer--bg-blue .sirius_message_list_toolbar_unread_button_submit,
.c-article__outer--bg-blue .sirius_message_list_toolbar_undo_button_submit,
.c-article__outer--bg-blue .sirius_message_list_toolbar_msgindex_decrease_button_submit,
.c-article__outer--bg-blue .sirius_message_list_toolbar_msgindex_increase_button_submit,
.c-article__outer--bg-blue .sirius_message_view_toolbar_delete_button_submit,
.c-article__outer--bg-blue .sirius_message_view_toolbar_reply_button_submit,
.c-article__outer--bg-blue .sirius_message_reply_toolbar_cancel_button_submit,
.c-article__outer--bg-blue .sirius_message_reply_add_attachment_another_submit,
.c-article__outer--bg-blue .sirius_message_reply_lower_toolbar_send_button_submit,
.c-article__outer--bg-blue .sirius_message_reply_lower_toolbar_save_button_submit,
.c-article__outer--bg-blue .sirius_settings_save_submit, .c-article__outer--bg-teal .c-button, .c-article__outer--bg-teal .c-article__button, .c-article__outer--bg-teal .c-bulletin-item__button, .c-article__outer--bg-teal .c-calendar__button, .c-article__outer--bg-teal .c-call-to-action__link, .c-article__outer--bg-teal .c-control-plan__button, .c-article__outer--bg-teal .c-control-plan__save-button, .c-article__outer--bg-teal .c-control-plan-item__button, .c-article__outer--bg-teal .c-control-points__add-button, .c-article__outer--bg-teal .c-cookie__button, .c-article__outer--bg-teal .c-cookie__button-decline, .c-article__outer--bg-teal .c-events-calendar__button, .c-article__outer--bg-teal .c-hero--start .c-hero__link, .c-hero--start .c-article__outer--bg-teal .c-hero__link, .c-article__outer--bg-teal .c-hero--login .c-hero__link, .c-hero--login .c-article__outer--bg-teal .c-hero__link, .c-article__outer--bg-teal .c-instructions__read-more, .c-article__outer--bg-teal .c-jobs__button, .c-article__outer--bg-teal .c-news__button, .c-article__outer--bg-teal .c-permit-filter__button, .c-article__outer--bg-teal .c-dynamic-form__submit, .c-article__outer--bg-teal .c-dynamic-form__button, .c-article__outer--bg-teal .c-dynamic-form__file-label, .c-article__outer--bg-teal .c-instagram__link, .c-article__outer--bg-teal .sirius_message_list_toolbar_delete_button_submit,
.c-article__outer--bg-teal .sirius_message_list_toolbar_read_button_submit,
.c-article__outer--bg-teal .sirius_message_list_toolbar_unread_button_submit,
.c-article__outer--bg-teal .sirius_message_list_toolbar_undo_button_submit,
.c-article__outer--bg-teal .sirius_message_list_toolbar_msgindex_decrease_button_submit,
.c-article__outer--bg-teal .sirius_message_list_toolbar_msgindex_increase_button_submit,
.c-article__outer--bg-teal .sirius_message_view_toolbar_delete_button_submit,
.c-article__outer--bg-teal .sirius_message_view_toolbar_reply_button_submit,
.c-article__outer--bg-teal .sirius_message_reply_toolbar_cancel_button_submit,
.c-article__outer--bg-teal .sirius_message_reply_add_attachment_another_submit,
.c-article__outer--bg-teal .sirius_message_reply_lower_toolbar_send_button_submit,
.c-article__outer--bg-teal .sirius_message_reply_lower_toolbar_save_button_submit,
.c-article__outer--bg-teal .sirius_settings_save_submit, .c-article__outer--bg-orange .c-button, .c-article__outer--bg-orange .c-article__button, .c-article__outer--bg-orange .c-bulletin-item__button, .c-article__outer--bg-orange .c-calendar__button, .c-article__outer--bg-orange .c-call-to-action__link, .c-article__outer--bg-orange .c-control-plan__button, .c-article__outer--bg-orange .c-control-plan__save-button, .c-article__outer--bg-orange .c-control-plan-item__button, .c-article__outer--bg-orange .c-control-points__add-button, .c-article__outer--bg-orange .c-cookie__button, .c-article__outer--bg-orange .c-cookie__button-decline, .c-article__outer--bg-orange .c-events-calendar__button, .c-article__outer--bg-orange .c-hero--start .c-hero__link, .c-hero--start .c-article__outer--bg-orange .c-hero__link, .c-article__outer--bg-orange .c-hero--login .c-hero__link, .c-hero--login .c-article__outer--bg-orange .c-hero__link, .c-article__outer--bg-orange .c-instructions__read-more, .c-article__outer--bg-orange .c-jobs__button, .c-article__outer--bg-orange .c-news__button, .c-article__outer--bg-orange .c-permit-filter__button, .c-article__outer--bg-orange .c-dynamic-form__submit, .c-article__outer--bg-orange .c-dynamic-form__button, .c-article__outer--bg-orange .c-dynamic-form__file-label, .c-article__outer--bg-orange .c-instagram__link, .c-article__outer--bg-orange .sirius_message_list_toolbar_delete_button_submit,
.c-article__outer--bg-orange .sirius_message_list_toolbar_read_button_submit,
.c-article__outer--bg-orange .sirius_message_list_toolbar_unread_button_submit,
.c-article__outer--bg-orange .sirius_message_list_toolbar_undo_button_submit,
.c-article__outer--bg-orange .sirius_message_list_toolbar_msgindex_decrease_button_submit,
.c-article__outer--bg-orange .sirius_message_list_toolbar_msgindex_increase_button_submit,
.c-article__outer--bg-orange .sirius_message_view_toolbar_delete_button_submit,
.c-article__outer--bg-orange .sirius_message_view_toolbar_reply_button_submit,
.c-article__outer--bg-orange .sirius_message_reply_toolbar_cancel_button_submit,
.c-article__outer--bg-orange .sirius_message_reply_add_attachment_another_submit,
.c-article__outer--bg-orange .sirius_message_reply_lower_toolbar_send_button_submit,
.c-article__outer--bg-orange .sirius_message_reply_lower_toolbar_save_button_submit,
.c-article__outer--bg-orange .sirius_settings_save_submit, .c-article__outer--bg-pink .c-button, .c-article__outer--bg-pink .c-article__button, .c-article__outer--bg-pink .c-bulletin-item__button, .c-article__outer--bg-pink .c-calendar__button, .c-article__outer--bg-pink .c-call-to-action__link, .c-article__outer--bg-pink .c-control-plan__button, .c-article__outer--bg-pink .c-control-plan__save-button, .c-article__outer--bg-pink .c-control-plan-item__button, .c-article__outer--bg-pink .c-control-points__add-button, .c-article__outer--bg-pink .c-cookie__button, .c-article__outer--bg-pink .c-cookie__button-decline, .c-article__outer--bg-pink .c-events-calendar__button, .c-article__outer--bg-pink .c-hero--start .c-hero__link, .c-hero--start .c-article__outer--bg-pink .c-hero__link, .c-article__outer--bg-pink .c-hero--login .c-hero__link, .c-hero--login .c-article__outer--bg-pink .c-hero__link, .c-article__outer--bg-pink .c-instructions__read-more, .c-article__outer--bg-pink .c-jobs__button, .c-article__outer--bg-pink .c-news__button, .c-article__outer--bg-pink .c-permit-filter__button, .c-article__outer--bg-pink .c-dynamic-form__submit, .c-article__outer--bg-pink .c-dynamic-form__button, .c-article__outer--bg-pink .c-dynamic-form__file-label, .c-article__outer--bg-pink .c-instagram__link, .c-article__outer--bg-pink .sirius_message_list_toolbar_delete_button_submit,
.c-article__outer--bg-pink .sirius_message_list_toolbar_read_button_submit,
.c-article__outer--bg-pink .sirius_message_list_toolbar_unread_button_submit,
.c-article__outer--bg-pink .sirius_message_list_toolbar_undo_button_submit,
.c-article__outer--bg-pink .sirius_message_list_toolbar_msgindex_decrease_button_submit,
.c-article__outer--bg-pink .sirius_message_list_toolbar_msgindex_increase_button_submit,
.c-article__outer--bg-pink .sirius_message_view_toolbar_delete_button_submit,
.c-article__outer--bg-pink .sirius_message_view_toolbar_reply_button_submit,
.c-article__outer--bg-pink .sirius_message_reply_toolbar_cancel_button_submit,
.c-article__outer--bg-pink .sirius_message_reply_add_attachment_another_submit,
.c-article__outer--bg-pink .sirius_message_reply_lower_toolbar_send_button_submit,
.c-article__outer--bg-pink .sirius_message_reply_lower_toolbar_save_button_submit,
.c-article__outer--bg-pink .sirius_settings_save_submit, .c-article__outer--bg-yellow .c-button, .c-article__outer--bg-yellow .c-article__button, .c-article__outer--bg-yellow .c-bulletin-item__button, .c-article__outer--bg-yellow .c-calendar__button, .c-article__outer--bg-yellow .c-call-to-action__link, .c-article__outer--bg-yellow .c-control-plan__button, .c-article__outer--bg-yellow .c-control-plan__save-button, .c-article__outer--bg-yellow .c-control-plan-item__button, .c-article__outer--bg-yellow .c-control-points__add-button, .c-article__outer--bg-yellow .c-cookie__button, .c-article__outer--bg-yellow .c-cookie__button-decline, .c-article__outer--bg-yellow .c-events-calendar__button, .c-article__outer--bg-yellow .c-hero--start .c-hero__link, .c-hero--start .c-article__outer--bg-yellow .c-hero__link, .c-article__outer--bg-yellow .c-hero--login .c-hero__link, .c-hero--login .c-article__outer--bg-yellow .c-hero__link, .c-article__outer--bg-yellow .c-instructions__read-more, .c-article__outer--bg-yellow .c-jobs__button, .c-article__outer--bg-yellow .c-news__button, .c-article__outer--bg-yellow .c-permit-filter__button, .c-article__outer--bg-yellow .c-dynamic-form__submit, .c-article__outer--bg-yellow .c-dynamic-form__button, .c-article__outer--bg-yellow .c-dynamic-form__file-label, .c-article__outer--bg-yellow .c-instagram__link, .c-article__outer--bg-yellow .sirius_message_list_toolbar_delete_button_submit,
.c-article__outer--bg-yellow .sirius_message_list_toolbar_read_button_submit,
.c-article__outer--bg-yellow .sirius_message_list_toolbar_unread_button_submit,
.c-article__outer--bg-yellow .sirius_message_list_toolbar_undo_button_submit,
.c-article__outer--bg-yellow .sirius_message_list_toolbar_msgindex_decrease_button_submit,
.c-article__outer--bg-yellow .sirius_message_list_toolbar_msgindex_increase_button_submit,
.c-article__outer--bg-yellow .sirius_message_view_toolbar_delete_button_submit,
.c-article__outer--bg-yellow .sirius_message_view_toolbar_reply_button_submit,
.c-article__outer--bg-yellow .sirius_message_reply_toolbar_cancel_button_submit,
.c-article__outer--bg-yellow .sirius_message_reply_add_attachment_another_submit,
.c-article__outer--bg-yellow .sirius_message_reply_lower_toolbar_send_button_submit,
.c-article__outer--bg-yellow .sirius_message_reply_lower_toolbar_save_button_submit,
.c-article__outer--bg-yellow .sirius_settings_save_submit {
  border: 0.125rem solid #004b7a;
}

.c-article__outer--bg-blue .c-article__inner {
  background: #004b7a;
  color: #fff;
}

.c-article__outer--bg-blue .c-article__tag,
.c-article__outer--bg-blue .c-article__link {
  color: #fff;
}

.c-article__outer--bg-blue .c-article__link::after {
  background: #fff;
}

.c-article__outer--bg-blue .c-article__link:hover {
  background: #e7f3fb;
  border-color: #e7f3fb;
  color: #004b7a;
}

.c-article__outer--bg-blue .c-article__link:hover span::after {
  background: url(/static/assets/images/icon-arrow-right-blue.svg) no-repeat;
}

.c-article__outer--bg-blue .c-article__item:first-child .c-button, .c-article__outer--bg-blue .c-article__item:first-child .c-article__button, .c-article__outer--bg-blue .c-article__item:first-child .c-bulletin-item__button, .c-article__outer--bg-blue .c-article__item:first-child .c-calendar__button, .c-article__outer--bg-blue .c-article__item:first-child .c-call-to-action__link, .c-article__outer--bg-blue .c-article__item:first-child .c-control-plan__button, .c-article__outer--bg-blue .c-article__item:first-child .c-control-plan__save-button, .c-article__outer--bg-blue .c-article__item:first-child .c-control-plan-item__button, .c-article__outer--bg-blue .c-article__item:first-child .c-control-points__add-button, .c-article__outer--bg-blue .c-article__item:first-child .c-cookie__button, .c-article__outer--bg-blue .c-article__item:first-child .c-cookie__button-decline, .c-article__outer--bg-blue .c-article__item:first-child .c-events-calendar__button, .c-article__outer--bg-blue .c-article__item:first-child .c-hero--start .c-hero__link, .c-hero--start .c-article__outer--bg-blue .c-article__item:first-child .c-hero__link, .c-article__outer--bg-blue .c-article__item:first-child .c-hero--login .c-hero__link, .c-hero--login .c-article__outer--bg-blue .c-article__item:first-child .c-hero__link, .c-article__outer--bg-blue .c-article__item:first-child .c-instructions__read-more, .c-article__outer--bg-blue .c-article__item:first-child .c-jobs__button, .c-article__outer--bg-blue .c-article__item:first-child .c-news__button, .c-article__outer--bg-blue .c-article__item:first-child .c-permit-filter__button, .c-article__outer--bg-blue .c-article__item:first-child .c-dynamic-form__submit, .c-article__outer--bg-blue .c-article__item:first-child .c-dynamic-form__button, .c-article__outer--bg-blue .c-article__item:first-child .c-dynamic-form__file-label, .c-article__outer--bg-blue .c-article__item:first-child .c-instagram__link, .c-article__outer--bg-blue .c-article__item:first-child .sirius_message_list_toolbar_delete_button_submit,
.c-article__outer--bg-blue .c-article__item:first-child .sirius_message_list_toolbar_read_button_submit,
.c-article__outer--bg-blue .c-article__item:first-child .sirius_message_list_toolbar_unread_button_submit,
.c-article__outer--bg-blue .c-article__item:first-child .sirius_message_list_toolbar_undo_button_submit,
.c-article__outer--bg-blue .c-article__item:first-child .sirius_message_list_toolbar_msgindex_decrease_button_submit,
.c-article__outer--bg-blue .c-article__item:first-child .sirius_message_list_toolbar_msgindex_increase_button_submit,
.c-article__outer--bg-blue .c-article__item:first-child .sirius_message_view_toolbar_delete_button_submit,
.c-article__outer--bg-blue .c-article__item:first-child .sirius_message_view_toolbar_reply_button_submit,
.c-article__outer--bg-blue .c-article__item:first-child .sirius_message_reply_toolbar_cancel_button_submit,
.c-article__outer--bg-blue .c-article__item:first-child .sirius_message_reply_add_attachment_another_submit,
.c-article__outer--bg-blue .c-article__item:first-child .sirius_message_reply_lower_toolbar_send_button_submit,
.c-article__outer--bg-blue .c-article__item:first-child .sirius_message_reply_lower_toolbar_save_button_submit,
.c-article__outer--bg-blue .c-article__item:first-child .sirius_settings_save_submit, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-button, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-article__button, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-bulletin-item__button, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-calendar__button, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-call-to-action__link, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-control-plan__button, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-control-plan__save-button, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-control-plan-item__button, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-control-points__add-button, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-cookie__button, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-cookie__button-decline, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-events-calendar__button, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-hero--start .c-hero__link, .c-hero--start .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-hero__link, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-hero--login .c-hero__link, .c-hero--login .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-hero__link, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-instructions__read-more, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-jobs__button, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-news__button, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-permit-filter__button, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-dynamic-form__submit, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-dynamic-form__button, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-dynamic-form__file-label, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-instagram__link, .c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_message_list_toolbar_delete_button_submit,
.c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_message_list_toolbar_read_button_submit,
.c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_message_list_toolbar_unread_button_submit,
.c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_message_list_toolbar_undo_button_submit,
.c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_message_list_toolbar_msgindex_decrease_button_submit,
.c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_message_list_toolbar_msgindex_increase_button_submit,
.c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_message_view_toolbar_delete_button_submit,
.c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_message_view_toolbar_reply_button_submit,
.c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_message_reply_toolbar_cancel_button_submit,
.c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_message_reply_add_attachment_another_submit,
.c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_message_reply_lower_toolbar_send_button_submit,
.c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_message_reply_lower_toolbar_save_button_submit,
.c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_settings_save_submit, .c-article__outer--bg-blue .c-article__item:last-child .c-button, .c-article__outer--bg-blue .c-article__item:last-child .c-article__button, .c-article__outer--bg-blue .c-article__item:last-child .c-bulletin-item__button, .c-article__outer--bg-blue .c-article__item:last-child .c-calendar__button, .c-article__outer--bg-blue .c-article__item:last-child .c-call-to-action__link, .c-article__outer--bg-blue .c-article__item:last-child .c-control-plan__button, .c-article__outer--bg-blue .c-article__item:last-child .c-control-plan__save-button, .c-article__outer--bg-blue .c-article__item:last-child .c-control-plan-item__button, .c-article__outer--bg-blue .c-article__item:last-child .c-control-points__add-button, .c-article__outer--bg-blue .c-article__item:last-child .c-cookie__button, .c-article__outer--bg-blue .c-article__item:last-child .c-cookie__button-decline, .c-article__outer--bg-blue .c-article__item:last-child .c-events-calendar__button, .c-article__outer--bg-blue .c-article__item:last-child .c-hero--start .c-hero__link, .c-hero--start .c-article__outer--bg-blue .c-article__item:last-child .c-hero__link, .c-article__outer--bg-blue .c-article__item:last-child .c-hero--login .c-hero__link, .c-hero--login .c-article__outer--bg-blue .c-article__item:last-child .c-hero__link, .c-article__outer--bg-blue .c-article__item:last-child .c-instructions__read-more, .c-article__outer--bg-blue .c-article__item:last-child .c-jobs__button, .c-article__outer--bg-blue .c-article__item:last-child .c-news__button, .c-article__outer--bg-blue .c-article__item:last-child .c-permit-filter__button, .c-article__outer--bg-blue .c-article__item:last-child .c-dynamic-form__submit, .c-article__outer--bg-blue .c-article__item:last-child .c-dynamic-form__button, .c-article__outer--bg-blue .c-article__item:last-child .c-dynamic-form__file-label, .c-article__outer--bg-blue .c-article__item:last-child .c-instagram__link, .c-article__outer--bg-blue .c-article__item:last-child .sirius_message_list_toolbar_delete_button_submit,
.c-article__outer--bg-blue .c-article__item:last-child .sirius_message_list_toolbar_read_button_submit,
.c-article__outer--bg-blue .c-article__item:last-child .sirius_message_list_toolbar_unread_button_submit,
.c-article__outer--bg-blue .c-article__item:last-child .sirius_message_list_toolbar_undo_button_submit,
.c-article__outer--bg-blue .c-article__item:last-child .sirius_message_list_toolbar_msgindex_decrease_button_submit,
.c-article__outer--bg-blue .c-article__item:last-child .sirius_message_list_toolbar_msgindex_increase_button_submit,
.c-article__outer--bg-blue .c-article__item:last-child .sirius_message_view_toolbar_delete_button_submit,
.c-article__outer--bg-blue .c-article__item:last-child .sirius_message_view_toolbar_reply_button_submit,
.c-article__outer--bg-blue .c-article__item:last-child .sirius_message_reply_toolbar_cancel_button_submit,
.c-article__outer--bg-blue .c-article__item:last-child .sirius_message_reply_add_attachment_another_submit,
.c-article__outer--bg-blue .c-article__item:last-child .sirius_message_reply_lower_toolbar_send_button_submit,
.c-article__outer--bg-blue .c-article__item:last-child .sirius_message_reply_lower_toolbar_save_button_submit,
.c-article__outer--bg-blue .c-article__item:last-child .sirius_settings_save_submit {
  color: #fff;
  border-color: #fff;
}

.c-article__outer--bg-blue .c-article__item:first-child .c-button:hover, .c-article__outer--bg-blue .c-article__item:first-child .c-article__button:hover, .c-article__outer--bg-blue .c-article__item:first-child .c-bulletin-item__button:hover, .c-article__outer--bg-blue .c-article__item:first-child .c-calendar__button:hover, .c-article__outer--bg-blue .c-article__item:first-child .c-call-to-action__link:hover, .c-article__outer--bg-blue .c-article__item:first-child .c-control-plan__button:hover, .c-article__outer--bg-blue .c-article__item:first-child .c-control-plan__save-button:hover, .c-article__outer--bg-blue .c-article__item:first-child .c-control-plan-item__button:hover, .c-article__outer--bg-blue .c-article__item:first-child .c-control-points__add-button:hover, .c-article__outer--bg-blue .c-article__item:first-child .c-cookie__button:hover, .c-article__outer--bg-blue .c-article__item:first-child .c-cookie__button-decline:hover, .c-article__outer--bg-blue .c-article__item:first-child .c-events-calendar__button:hover, .c-article__outer--bg-blue .c-article__item:first-child .c-hero--start .c-hero__link:hover, .c-hero--start .c-article__outer--bg-blue .c-article__item:first-child .c-hero__link:hover, .c-article__outer--bg-blue .c-article__item:first-child .c-hero--login .c-hero__link:hover, .c-hero--login .c-article__outer--bg-blue .c-article__item:first-child .c-hero__link:hover, .c-article__outer--bg-blue .c-article__item:first-child .c-instructions__read-more:hover, .c-article__outer--bg-blue .c-article__item:first-child .c-jobs__button:hover, .c-article__outer--bg-blue .c-article__item:first-child .c-news__button:hover, .c-article__outer--bg-blue .c-article__item:first-child .c-permit-filter__button:hover, .c-article__outer--bg-blue .c-article__item:first-child .c-dynamic-form__submit:hover, .c-article__outer--bg-blue .c-article__item:first-child .c-dynamic-form__button:hover, .c-article__outer--bg-blue .c-article__item:first-child .c-dynamic-form__file-label:hover, .c-article__outer--bg-blue .c-article__item:first-child .c-instagram__link:hover, .c-article__outer--bg-blue .c-article__item:first-child .sirius_message_list_toolbar_delete_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:first-child .sirius_message_list_toolbar_read_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:first-child .sirius_message_list_toolbar_unread_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:first-child .sirius_message_list_toolbar_undo_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:first-child .sirius_message_list_toolbar_msgindex_decrease_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:first-child .sirius_message_list_toolbar_msgindex_increase_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:first-child .sirius_message_view_toolbar_delete_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:first-child .sirius_message_view_toolbar_reply_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:first-child .sirius_message_reply_toolbar_cancel_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:first-child .sirius_message_reply_add_attachment_another_submit:hover,
.c-article__outer--bg-blue .c-article__item:first-child .sirius_message_reply_lower_toolbar_send_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:first-child .sirius_message_reply_lower_toolbar_save_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:first-child .sirius_settings_save_submit:hover, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-button:hover, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-article__button:hover, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-bulletin-item__button:hover, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-calendar__button:hover, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-call-to-action__link:hover, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-control-plan__button:hover, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-control-plan__save-button:hover, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-control-plan-item__button:hover, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-control-points__add-button:hover, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-cookie__button:hover, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-cookie__button-decline:hover, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-events-calendar__button:hover, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-hero--start .c-hero__link:hover, .c-hero--start .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-hero__link:hover, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-hero--login .c-hero__link:hover, .c-hero--login .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-hero__link:hover, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-instructions__read-more:hover, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-jobs__button:hover, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-news__button:hover, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-permit-filter__button:hover, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-dynamic-form__submit:hover, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-dynamic-form__button:hover, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-dynamic-form__file-label:hover, .c-article__outer--bg-blue .c-article__item:nth-child(2) .c-instagram__link:hover, .c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_message_list_toolbar_delete_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_message_list_toolbar_read_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_message_list_toolbar_unread_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_message_list_toolbar_undo_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_message_list_toolbar_msgindex_decrease_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_message_list_toolbar_msgindex_increase_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_message_view_toolbar_delete_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_message_view_toolbar_reply_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_message_reply_toolbar_cancel_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_message_reply_add_attachment_another_submit:hover,
.c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_message_reply_lower_toolbar_send_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_message_reply_lower_toolbar_save_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:nth-child(2) .sirius_settings_save_submit:hover, .c-article__outer--bg-blue .c-article__item:last-child .c-button:hover, .c-article__outer--bg-blue .c-article__item:last-child .c-article__button:hover, .c-article__outer--bg-blue .c-article__item:last-child .c-bulletin-item__button:hover, .c-article__outer--bg-blue .c-article__item:last-child .c-calendar__button:hover, .c-article__outer--bg-blue .c-article__item:last-child .c-call-to-action__link:hover, .c-article__outer--bg-blue .c-article__item:last-child .c-control-plan__button:hover, .c-article__outer--bg-blue .c-article__item:last-child .c-control-plan__save-button:hover, .c-article__outer--bg-blue .c-article__item:last-child .c-control-plan-item__button:hover, .c-article__outer--bg-blue .c-article__item:last-child .c-control-points__add-button:hover, .c-article__outer--bg-blue .c-article__item:last-child .c-cookie__button:hover, .c-article__outer--bg-blue .c-article__item:last-child .c-cookie__button-decline:hover, .c-article__outer--bg-blue .c-article__item:last-child .c-events-calendar__button:hover, .c-article__outer--bg-blue .c-article__item:last-child .c-hero--start .c-hero__link:hover, .c-hero--start .c-article__outer--bg-blue .c-article__item:last-child .c-hero__link:hover, .c-article__outer--bg-blue .c-article__item:last-child .c-hero--login .c-hero__link:hover, .c-hero--login .c-article__outer--bg-blue .c-article__item:last-child .c-hero__link:hover, .c-article__outer--bg-blue .c-article__item:last-child .c-instructions__read-more:hover, .c-article__outer--bg-blue .c-article__item:last-child .c-jobs__button:hover, .c-article__outer--bg-blue .c-article__item:last-child .c-news__button:hover, .c-article__outer--bg-blue .c-article__item:last-child .c-permit-filter__button:hover, .c-article__outer--bg-blue .c-article__item:last-child .c-dynamic-form__submit:hover, .c-article__outer--bg-blue .c-article__item:last-child .c-dynamic-form__button:hover, .c-article__outer--bg-blue .c-article__item:last-child .c-dynamic-form__file-label:hover, .c-article__outer--bg-blue .c-article__item:last-child .c-instagram__link:hover, .c-article__outer--bg-blue .c-article__item:last-child .sirius_message_list_toolbar_delete_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:last-child .sirius_message_list_toolbar_read_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:last-child .sirius_message_list_toolbar_unread_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:last-child .sirius_message_list_toolbar_undo_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:last-child .sirius_message_list_toolbar_msgindex_decrease_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:last-child .sirius_message_list_toolbar_msgindex_increase_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:last-child .sirius_message_view_toolbar_delete_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:last-child .sirius_message_view_toolbar_reply_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:last-child .sirius_message_reply_toolbar_cancel_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:last-child .sirius_message_reply_add_attachment_another_submit:hover,
.c-article__outer--bg-blue .c-article__item:last-child .sirius_message_reply_lower_toolbar_send_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:last-child .sirius_message_reply_lower_toolbar_save_button_submit:hover,
.c-article__outer--bg-blue .c-article__item:last-child .sirius_settings_save_submit:hover {
  background: #e7f3fb;
  color: #004b7a;
  border-color: #e7f3fb;
}

.c-article__outer--bg-teal .c-article__inner {
  background: #e7f3fb;
}

.c-article__outer--bg-yellow .c-article__inner {
  background: #FFF8D5;
}

.c-article__outer--bg-pink .c-article__inner {
  background: #FDE4E8;
}

.c-article__inner {
  padding: 0.9375rem 0 1.25rem 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

@media print, screen and (min-width: 64em) {
  .c-article__inner {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
    padding: 2.125rem 3.125rem 2.4375rem 3.125rem;
    background: #fff;
  }
}

.c-article__tag {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #707070;
  font-weight: 700;
  font-family: "Inter Bold", sans-serif;
  letter-spacing: 0.0625rem;
  margin-bottom: 0.625rem;
  display: block;
}

.c-article__list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0.3125rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 64em) {
  .c-article__list {
    margin: 0;
  }
}

.c-article__item {
  margin: 0.625rem 0.625rem 0 0;
}

.c-article__item .c-button, .c-article__item .c-article__button, .c-article__item .c-bulletin-item__button, .c-article__item .c-calendar__button, .c-article__item .c-call-to-action__link, .c-article__item .c-control-plan__button, .c-article__item .c-control-plan__save-button, .c-article__item .c-control-plan-item__button, .c-article__item .c-control-points__add-button, .c-article__item .c-cookie__button, .c-article__item .c-cookie__button-decline, .c-article__item .c-events-calendar__button, .c-article__item .c-hero--start .c-hero__link, .c-hero--start .c-article__item .c-hero__link, .c-article__item .c-hero--login .c-hero__link, .c-hero--login .c-article__item .c-hero__link, .c-article__item .c-instructions__read-more, .c-article__item .c-jobs__button, .c-article__item .c-news__button, .c-article__item .c-permit-filter__button, .c-article__item .c-dynamic-form__submit, .c-article__item .c-dynamic-form__button, .c-article__item .c-dynamic-form__file-label, .c-article__item .c-instagram__link, .c-article__item .sirius_message_list_toolbar_delete_button_submit,
.c-article__item .sirius_message_list_toolbar_read_button_submit,
.c-article__item .sirius_message_list_toolbar_unread_button_submit,
.c-article__item .sirius_message_list_toolbar_undo_button_submit,
.c-article__item .sirius_message_list_toolbar_msgindex_decrease_button_submit,
.c-article__item .sirius_message_list_toolbar_msgindex_increase_button_submit,
.c-article__item .sirius_message_view_toolbar_delete_button_submit,
.c-article__item .sirius_message_view_toolbar_reply_button_submit,
.c-article__item .sirius_message_reply_toolbar_cancel_button_submit,
.c-article__item .sirius_message_reply_add_attachment_another_submit,
.c-article__item .sirius_message_reply_lower_toolbar_send_button_submit,
.c-article__item .sirius_message_reply_lower_toolbar_save_button_submit,
.c-article__item .sirius_settings_save_submit {
  border: 0;
}

.using-keyboard .c-article__item .c-button:focus, .using-keyboard .c-article__item .c-article__button:focus, .using-keyboard .c-article__item .c-bulletin-item__button:focus, .using-keyboard .c-article__item .c-calendar__button:focus, .using-keyboard .c-article__item .c-call-to-action__link:focus, .using-keyboard .c-article__item .c-control-plan__button:focus, .using-keyboard .c-article__item .c-control-plan__save-button:focus, .using-keyboard .c-article__item .c-control-plan-item__button:focus, .using-keyboard .c-article__item .c-control-points__add-button:focus, .using-keyboard .c-article__item .c-cookie__button:focus, .using-keyboard .c-article__item .c-cookie__button-decline:focus, .using-keyboard .c-article__item .c-events-calendar__button:focus, .using-keyboard .c-article__item .c-hero--start .c-hero__link:focus, .c-hero--start .using-keyboard .c-article__item .c-hero__link:focus, .using-keyboard .c-article__item .c-hero--login .c-hero__link:focus, .c-hero--login .using-keyboard .c-article__item .c-hero__link:focus, .using-keyboard .c-article__item .c-instructions__read-more:focus, .using-keyboard .c-article__item .c-jobs__button:focus, .using-keyboard .c-article__item .c-news__button:focus, .using-keyboard .c-article__item .c-permit-filter__button:focus, .using-keyboard .c-article__item .c-dynamic-form__submit:focus, .using-keyboard .c-article__item .c-dynamic-form__button:focus, .using-keyboard .c-article__item .c-dynamic-form__file-label:focus, .using-keyboard .c-article__item .c-instagram__link:focus, .using-keyboard .c-article__item .sirius_message_list_toolbar_delete_button_submit:focus,
.using-keyboard .c-article__item .sirius_message_list_toolbar_read_button_submit:focus,
.using-keyboard .c-article__item .sirius_message_list_toolbar_unread_button_submit:focus,
.using-keyboard .c-article__item .sirius_message_list_toolbar_undo_button_submit:focus,
.using-keyboard .c-article__item .sirius_message_list_toolbar_msgindex_decrease_button_submit:focus,
.using-keyboard .c-article__item .sirius_message_list_toolbar_msgindex_increase_button_submit:focus,
.using-keyboard .c-article__item .sirius_message_view_toolbar_delete_button_submit:focus,
.using-keyboard .c-article__item .sirius_message_view_toolbar_reply_button_submit:focus,
.using-keyboard .c-article__item .sirius_message_reply_toolbar_cancel_button_submit:focus,
.using-keyboard .c-article__item .sirius_message_reply_add_attachment_another_submit:focus,
.using-keyboard .c-article__item .sirius_message_reply_lower_toolbar_send_button_submit:focus,
.using-keyboard .c-article__item .sirius_message_reply_lower_toolbar_save_button_submit:focus,
.using-keyboard .c-article__item .sirius_settings_save_submit:focus {
  background: #FBCE20;
}

.c-article__item:first-child .c-button, .c-article__item:first-child .c-article__button, .c-article__item:first-child .c-bulletin-item__button, .c-article__item:first-child .c-calendar__button, .c-article__item:first-child .c-call-to-action__link, .c-article__item:first-child .c-control-plan__button, .c-article__item:first-child .c-control-plan__save-button, .c-article__item:first-child .c-control-plan-item__button, .c-article__item:first-child .c-control-points__add-button, .c-article__item:first-child .c-cookie__button, .c-article__item:first-child .c-cookie__button-decline, .c-article__item:first-child .c-events-calendar__button, .c-article__item:first-child .c-hero--start .c-hero__link, .c-hero--start .c-article__item:first-child .c-hero__link, .c-article__item:first-child .c-hero--login .c-hero__link, .c-hero--login .c-article__item:first-child .c-hero__link, .c-article__item:first-child .c-instructions__read-more, .c-article__item:first-child .c-jobs__button, .c-article__item:first-child .c-news__button, .c-article__item:first-child .c-permit-filter__button, .c-article__item:first-child .c-dynamic-form__submit, .c-article__item:first-child .c-dynamic-form__button, .c-article__item:first-child .c-dynamic-form__file-label, .c-article__item:first-child .c-instagram__link, .c-article__item:first-child .sirius_message_list_toolbar_delete_button_submit,
.c-article__item:first-child .sirius_message_list_toolbar_read_button_submit,
.c-article__item:first-child .sirius_message_list_toolbar_unread_button_submit,
.c-article__item:first-child .sirius_message_list_toolbar_undo_button_submit,
.c-article__item:first-child .sirius_message_list_toolbar_msgindex_decrease_button_submit,
.c-article__item:first-child .sirius_message_list_toolbar_msgindex_increase_button_submit,
.c-article__item:first-child .sirius_message_view_toolbar_delete_button_submit,
.c-article__item:first-child .sirius_message_view_toolbar_reply_button_submit,
.c-article__item:first-child .sirius_message_reply_toolbar_cancel_button_submit,
.c-article__item:first-child .sirius_message_reply_add_attachment_another_submit,
.c-article__item:first-child .sirius_message_reply_lower_toolbar_send_button_submit,
.c-article__item:first-child .sirius_message_reply_lower_toolbar_save_button_submit,
.c-article__item:first-child .sirius_settings_save_submit {
  background: #FFF8D5;
  color: #CF410E;
}

.c-article__item:first-child .c-button:hover, .c-article__item:first-child .c-article__button:hover, .c-article__item:first-child .c-bulletin-item__button:hover, .c-article__item:first-child .c-calendar__button:hover, .c-article__item:first-child .c-call-to-action__link:hover, .c-article__item:first-child .c-control-plan__button:hover, .c-article__item:first-child .c-control-plan__save-button:hover, .c-article__item:first-child .c-control-plan-item__button:hover, .c-article__item:first-child .c-control-points__add-button:hover, .c-article__item:first-child .c-cookie__button:hover, .c-article__item:first-child .c-cookie__button-decline:hover, .c-article__item:first-child .c-events-calendar__button:hover, .c-article__item:first-child .c-hero--start .c-hero__link:hover, .c-hero--start .c-article__item:first-child .c-hero__link:hover, .c-article__item:first-child .c-hero--login .c-hero__link:hover, .c-hero--login .c-article__item:first-child .c-hero__link:hover, .c-article__item:first-child .c-instructions__read-more:hover, .c-article__item:first-child .c-jobs__button:hover, .c-article__item:first-child .c-news__button:hover, .c-article__item:first-child .c-permit-filter__button:hover, .c-article__item:first-child .c-dynamic-form__submit:hover, .c-article__item:first-child .c-dynamic-form__button:hover, .c-article__item:first-child .c-dynamic-form__file-label:hover, .c-article__item:first-child .c-instagram__link:hover, .c-article__item:first-child .sirius_message_list_toolbar_delete_button_submit:hover,
.c-article__item:first-child .sirius_message_list_toolbar_read_button_submit:hover,
.c-article__item:first-child .sirius_message_list_toolbar_unread_button_submit:hover,
.c-article__item:first-child .sirius_message_list_toolbar_undo_button_submit:hover,
.c-article__item:first-child .sirius_message_list_toolbar_msgindex_decrease_button_submit:hover,
.c-article__item:first-child .sirius_message_list_toolbar_msgindex_increase_button_submit:hover,
.c-article__item:first-child .sirius_message_view_toolbar_delete_button_submit:hover,
.c-article__item:first-child .sirius_message_view_toolbar_reply_button_submit:hover,
.c-article__item:first-child .sirius_message_reply_toolbar_cancel_button_submit:hover,
.c-article__item:first-child .sirius_message_reply_add_attachment_another_submit:hover,
.c-article__item:first-child .sirius_message_reply_lower_toolbar_send_button_submit:hover,
.c-article__item:first-child .sirius_message_reply_lower_toolbar_save_button_submit:hover,
.c-article__item:first-child .sirius_settings_save_submit:hover {
  background: #CF410E;
  color: #fff;
}

.c-article__item:nth-child(2) .c-button, .c-article__item:nth-child(2) .c-article__button, .c-article__item:nth-child(2) .c-bulletin-item__button, .c-article__item:nth-child(2) .c-calendar__button, .c-article__item:nth-child(2) .c-call-to-action__link, .c-article__item:nth-child(2) .c-control-plan__button, .c-article__item:nth-child(2) .c-control-plan__save-button, .c-article__item:nth-child(2) .c-control-plan-item__button, .c-article__item:nth-child(2) .c-control-points__add-button, .c-article__item:nth-child(2) .c-cookie__button, .c-article__item:nth-child(2) .c-cookie__button-decline, .c-article__item:nth-child(2) .c-events-calendar__button, .c-article__item:nth-child(2) .c-hero--start .c-hero__link, .c-hero--start .c-article__item:nth-child(2) .c-hero__link, .c-article__item:nth-child(2) .c-hero--login .c-hero__link, .c-hero--login .c-article__item:nth-child(2) .c-hero__link, .c-article__item:nth-child(2) .c-instructions__read-more, .c-article__item:nth-child(2) .c-jobs__button, .c-article__item:nth-child(2) .c-news__button, .c-article__item:nth-child(2) .c-permit-filter__button, .c-article__item:nth-child(2) .c-dynamic-form__submit, .c-article__item:nth-child(2) .c-dynamic-form__button, .c-article__item:nth-child(2) .c-dynamic-form__file-label, .c-article__item:nth-child(2) .c-instagram__link, .c-article__item:nth-child(2) .sirius_message_list_toolbar_delete_button_submit,
.c-article__item:nth-child(2) .sirius_message_list_toolbar_read_button_submit,
.c-article__item:nth-child(2) .sirius_message_list_toolbar_unread_button_submit,
.c-article__item:nth-child(2) .sirius_message_list_toolbar_undo_button_submit,
.c-article__item:nth-child(2) .sirius_message_list_toolbar_msgindex_decrease_button_submit,
.c-article__item:nth-child(2) .sirius_message_list_toolbar_msgindex_increase_button_submit,
.c-article__item:nth-child(2) .sirius_message_view_toolbar_delete_button_submit,
.c-article__item:nth-child(2) .sirius_message_view_toolbar_reply_button_submit,
.c-article__item:nth-child(2) .sirius_message_reply_toolbar_cancel_button_submit,
.c-article__item:nth-child(2) .sirius_message_reply_add_attachment_another_submit,
.c-article__item:nth-child(2) .sirius_message_reply_lower_toolbar_send_button_submit,
.c-article__item:nth-child(2) .sirius_message_reply_lower_toolbar_save_button_submit,
.c-article__item:nth-child(2) .sirius_settings_save_submit {
  background: #e7f3fb;
  color: #0070ba;
}

.c-article__item:nth-child(2) .c-button:hover, .c-article__item:nth-child(2) .c-article__button:hover, .c-article__item:nth-child(2) .c-bulletin-item__button:hover, .c-article__item:nth-child(2) .c-calendar__button:hover, .c-article__item:nth-child(2) .c-call-to-action__link:hover, .c-article__item:nth-child(2) .c-control-plan__button:hover, .c-article__item:nth-child(2) .c-control-plan__save-button:hover, .c-article__item:nth-child(2) .c-control-plan-item__button:hover, .c-article__item:nth-child(2) .c-control-points__add-button:hover, .c-article__item:nth-child(2) .c-cookie__button:hover, .c-article__item:nth-child(2) .c-cookie__button-decline:hover, .c-article__item:nth-child(2) .c-events-calendar__button:hover, .c-article__item:nth-child(2) .c-hero--start .c-hero__link:hover, .c-hero--start .c-article__item:nth-child(2) .c-hero__link:hover, .c-article__item:nth-child(2) .c-hero--login .c-hero__link:hover, .c-hero--login .c-article__item:nth-child(2) .c-hero__link:hover, .c-article__item:nth-child(2) .c-instructions__read-more:hover, .c-article__item:nth-child(2) .c-jobs__button:hover, .c-article__item:nth-child(2) .c-news__button:hover, .c-article__item:nth-child(2) .c-permit-filter__button:hover, .c-article__item:nth-child(2) .c-dynamic-form__submit:hover, .c-article__item:nth-child(2) .c-dynamic-form__button:hover, .c-article__item:nth-child(2) .c-dynamic-form__file-label:hover, .c-article__item:nth-child(2) .c-instagram__link:hover, .c-article__item:nth-child(2) .sirius_message_list_toolbar_delete_button_submit:hover,
.c-article__item:nth-child(2) .sirius_message_list_toolbar_read_button_submit:hover,
.c-article__item:nth-child(2) .sirius_message_list_toolbar_unread_button_submit:hover,
.c-article__item:nth-child(2) .sirius_message_list_toolbar_undo_button_submit:hover,
.c-article__item:nth-child(2) .sirius_message_list_toolbar_msgindex_decrease_button_submit:hover,
.c-article__item:nth-child(2) .sirius_message_list_toolbar_msgindex_increase_button_submit:hover,
.c-article__item:nth-child(2) .sirius_message_view_toolbar_delete_button_submit:hover,
.c-article__item:nth-child(2) .sirius_message_view_toolbar_reply_button_submit:hover,
.c-article__item:nth-child(2) .sirius_message_reply_toolbar_cancel_button_submit:hover,
.c-article__item:nth-child(2) .sirius_message_reply_add_attachment_another_submit:hover,
.c-article__item:nth-child(2) .sirius_message_reply_lower_toolbar_send_button_submit:hover,
.c-article__item:nth-child(2) .sirius_message_reply_lower_toolbar_save_button_submit:hover,
.c-article__item:nth-child(2) .sirius_settings_save_submit:hover {
  background: #e7f3fb;
  color: #fff;
}

.c-article__item:last-child .c-button, .c-article__item:last-child .c-article__button, .c-article__item:last-child .c-bulletin-item__button, .c-article__item:last-child .c-calendar__button, .c-article__item:last-child .c-call-to-action__link, .c-article__item:last-child .c-control-plan__button, .c-article__item:last-child .c-control-plan__save-button, .c-article__item:last-child .c-control-plan-item__button, .c-article__item:last-child .c-control-points__add-button, .c-article__item:last-child .c-cookie__button, .c-article__item:last-child .c-cookie__button-decline, .c-article__item:last-child .c-events-calendar__button, .c-article__item:last-child .c-hero--start .c-hero__link, .c-hero--start .c-article__item:last-child .c-hero__link, .c-article__item:last-child .c-hero--login .c-hero__link, .c-hero--login .c-article__item:last-child .c-hero__link, .c-article__item:last-child .c-instructions__read-more, .c-article__item:last-child .c-jobs__button, .c-article__item:last-child .c-news__button, .c-article__item:last-child .c-permit-filter__button, .c-article__item:last-child .c-dynamic-form__submit, .c-article__item:last-child .c-dynamic-form__button, .c-article__item:last-child .c-dynamic-form__file-label, .c-article__item:last-child .c-instagram__link, .c-article__item:last-child .sirius_message_list_toolbar_delete_button_submit,
.c-article__item:last-child .sirius_message_list_toolbar_read_button_submit,
.c-article__item:last-child .sirius_message_list_toolbar_unread_button_submit,
.c-article__item:last-child .sirius_message_list_toolbar_undo_button_submit,
.c-article__item:last-child .sirius_message_list_toolbar_msgindex_decrease_button_submit,
.c-article__item:last-child .sirius_message_list_toolbar_msgindex_increase_button_submit,
.c-article__item:last-child .sirius_message_view_toolbar_delete_button_submit,
.c-article__item:last-child .sirius_message_view_toolbar_reply_button_submit,
.c-article__item:last-child .sirius_message_reply_toolbar_cancel_button_submit,
.c-article__item:last-child .sirius_message_reply_add_attachment_another_submit,
.c-article__item:last-child .sirius_message_reply_lower_toolbar_send_button_submit,
.c-article__item:last-child .sirius_message_reply_lower_toolbar_save_button_submit,
.c-article__item:last-child .sirius_settings_save_submit {
  background: #FDE4E8;
  color: #dd052b;
}

.c-article__item:last-child .c-button:hover, .c-article__item:last-child .c-article__button:hover, .c-article__item:last-child .c-bulletin-item__button:hover, .c-article__item:last-child .c-calendar__button:hover, .c-article__item:last-child .c-call-to-action__link:hover, .c-article__item:last-child .c-control-plan__button:hover, .c-article__item:last-child .c-control-plan__save-button:hover, .c-article__item:last-child .c-control-plan-item__button:hover, .c-article__item:last-child .c-control-points__add-button:hover, .c-article__item:last-child .c-cookie__button:hover, .c-article__item:last-child .c-cookie__button-decline:hover, .c-article__item:last-child .c-events-calendar__button:hover, .c-article__item:last-child .c-hero--start .c-hero__link:hover, .c-hero--start .c-article__item:last-child .c-hero__link:hover, .c-article__item:last-child .c-hero--login .c-hero__link:hover, .c-hero--login .c-article__item:last-child .c-hero__link:hover, .c-article__item:last-child .c-instructions__read-more:hover, .c-article__item:last-child .c-jobs__button:hover, .c-article__item:last-child .c-news__button:hover, .c-article__item:last-child .c-permit-filter__button:hover, .c-article__item:last-child .c-dynamic-form__submit:hover, .c-article__item:last-child .c-dynamic-form__button:hover, .c-article__item:last-child .c-dynamic-form__file-label:hover, .c-article__item:last-child .c-instagram__link:hover, .c-article__item:last-child .sirius_message_list_toolbar_delete_button_submit:hover,
.c-article__item:last-child .sirius_message_list_toolbar_read_button_submit:hover,
.c-article__item:last-child .sirius_message_list_toolbar_unread_button_submit:hover,
.c-article__item:last-child .sirius_message_list_toolbar_undo_button_submit:hover,
.c-article__item:last-child .sirius_message_list_toolbar_msgindex_decrease_button_submit:hover,
.c-article__item:last-child .sirius_message_list_toolbar_msgindex_increase_button_submit:hover,
.c-article__item:last-child .sirius_message_view_toolbar_delete_button_submit:hover,
.c-article__item:last-child .sirius_message_view_toolbar_reply_button_submit:hover,
.c-article__item:last-child .sirius_message_reply_toolbar_cancel_button_submit:hover,
.c-article__item:last-child .sirius_message_reply_add_attachment_another_submit:hover,
.c-article__item:last-child .sirius_message_reply_lower_toolbar_send_button_submit:hover,
.c-article__item:last-child .sirius_message_reply_lower_toolbar_save_button_submit:hover,
.c-article__item:last-child .sirius_settings_save_submit:hover {
  background: #dd052b;
  color: #fff;
}

@media print, screen and (min-width: 64em) {
  .c-article__item:last-child {
    margin: 0.625rem 0 0 0;
  }
}

.c-article__link {
  border: 0.125rem solid #004b7a;
  border-radius: 0.125rem;
  height: 2.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: all .3s ease 0s;
  font-weight: 700;
}

@media print, screen and (min-width: 40em) {
  .c-article__link {
    margin-top: 0.3125rem;
    max-width: 18.75rem;
  }
}

.using-keyboard .c-article__link:focus span::after {
  background: url(/static/assets/images/icon-arrow-right-black.svg) no-repeat;
}

.c-article__link:hover {
  background: #004b7a;
  color: #fff;
}

.c-article__link:hover span::after {
  background: url(/static/assets/images/icon-arrow-right-white.svg) no-repeat;
}

.c-article__link span::after {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-blue.svg) no-repeat;
  display: inline-block;
  width: 0.75rem;
  height: 0.6875rem;
  margin-left: 0.3125rem;
  position: relative;
  top: 0.0625rem;
  transition: all .3s ease 0s;
}

.c-article .rounded-button {
  margin: unset;
}

@media print, screen and (min-width: 64em) {
  .c-article__overflow {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
    -ms-flex-order: 1;
        order: 1;
    min-height: 22rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .c-article__image {
    margin: 0 -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-article__image {
    width: 100%;
    z-index: -1;
    position: absolute;
    right: 0;
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .c-article__image img {
    right: 0;
    position: absolute;
    min-width: 50%;
    height: 100%;
  }
}

.c-article__outer--bg-blue {
  color: #fff;
}

.c-article__outer--bg-blue .c-article__link {
  border-color: #fff;
}

.c-article__outer--bg-blue .c-article__link span::after {
  background: url(/static/assets/images/icon-arrow-right-white.svg) no-repeat;
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-article__inner {
    padding: 1.5625rem 1.875rem 1.875rem 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-article__overflow {
    min-height: 16.3125rem;
  }
}

.c-block-grid--half .c-article__link {
  position: relative;
  font-weight: 700;
  font-size: 0.9375rem;
  border: 0;
  border-radius: 0;
  -ms-flex-pack: normal;
      justify-content: normal;
  height: auto;
  max-width: inherit;
  width: auto;
  display: inline-block;
  padding: 0;
}

.c-block-grid--half .c-article__link:hover {
  background: none;
  color: #004b7a;
}

.c-block-grid--half .c-article__link span {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
}

.c-block-grid--half .c-article__link span::after {
  content: none;
}

.using-keyboard .c-block-grid--half .c-article__link:focus {
  background: none;
}

.using-keyboard .c-block-grid--half .c-article__link:focus span {
  background: #FBCE20;
}

.c-block-grid--half .c-article__outer {
  -ms-flex-direction: column;
      flex-direction: column;
}

.c-block-grid--half .c-article__inner {
  -ms-flex-pack: inherit;
      justify-content: inherit;
}

@media print, screen and (min-width: 64em) {
  .c-block-grid--half .c-article__inner {
    width: 100%;
    padding: 1.875rem 3.125rem 0 3.125rem;
  }
}

.c-block-grid--half .c-article__overflow {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .c-block-grid--half .c-article__image {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    -ms-flex-order: inherit;
        order: inherit;
    position: relative;
    height: auto;
    right: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .c-block-grid--half .c-article__image img {
    position: relative;
    height: auto;
    min-width: auto;
    right: auto;
  }
}

.c-block-grid--half .c-article__outer--bg-blue .c-article__link span {
  border-bottom: 0.125rem solid #fff;
  padding-bottom: 0.0625rem;
}

.c-block-grid--half .c-article__outer--bg-blue .c-article__link:hover {
  color: #fff;
}

@media print, screen and (min-width: 64em) {
  .c-block-grid--half .c-article__outer--bg-blue .c-article__inner, .c-block-grid--half .c-article__outer--bg-teal .c-article__inner, .c-block-grid--half .c-article__outer--bg-orange .c-article__inner, .c-block-grid--half .c-article__outer--bg-yellow .c-article__inner, .c-block-grid--half .c-article__outer--bg-pink .c-article__inner {
    padding: 1.875rem 3.125rem 2.8125rem 3.125rem;
  }
}

.c-article-list {
  margin-bottom: 0.9375rem;
  /* Different layout on Landing Page */
  /* Different layout on Landing Page + Block - Half Width */
  /* Different layout in Block - Half Width */
  /* Different layout in Editor */
}

@media print, screen and (min-width: 40em) {
  .c-article-list {
    margin-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-article-list {
    margin-bottom: 3.75rem;
  }
}

.c-article-list__outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -ms-flex-pack: center;
      justify-content: center;
}

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

.c-article-list__inner {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .c-article-list__inner {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-article-list__heading {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0.3125rem;
}

.c-article-list__link {
  color: #1B1B1A;
  display: inline-block;
  padding-right: 0.875rem;
}

.c-article-list__link:hover, .c-article-list__link:focus {
  color: #1B1B1A;
}

.c-article-list__link:hover span, .c-article-list__link:focus span {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.c-article-list__link span {
  display: inline;
}

.c-article-list__link::after {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-black.svg) no-repeat center right;
  position: relative;
  width: 0.875rem;
  height: 0.6875rem;
  display: inline-block;
  margin-right: -0.875rem;
}

.using-keyboard .c-article-list__link:focus {
  background: none;
}

.using-keyboard .c-article-list__link:focus span {
  background: #FBCE20;
}

.c-article-list__figure {
  margin: 0 0 0.9375rem 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

@media print, screen and (min-width: 40em) {
  .c-article-list__figure {
    width: 33.33333%;
    padding: 0 1.875rem 0 0;
  }
}

.c-article-list__preamble {
  margin: 0;
}

.c-article-list__categories {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-article-list__category {
  background: #FFF8D5;
  color: #8F2D0A;
  margin: 0 0.625rem 0.625rem 0;
  text-transform: uppercase;
  font-family: "Inter Bold", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.0625rem;
  padding: 0.25rem 0.625rem;
  border-radius: 0.125rem;
}

.c-article-list__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.c-article-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .c-article-list__item {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.c-article-list__item:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 64em) {
  .p-landing .c-article-list__inner {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing .c-article-list__item {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing .c-block-grid--half .c-article-list__item {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing .c-block-grid--half .c-article-list__figure {
    width: 100%;
    margin: 0 0 0.9375rem 0;
  }
}

@media print, screen and (min-width: 64em) {
  .c-block-grid--half .c-article-list__inner {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-editor .c-article-list {
  margin: 1.875rem 0;
}

@media print, screen and (min-width: 40em) {
  .c-editor .c-article-list {
    margin: 3.125rem 0;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .c-editor .c-article-list__figure {
    width: 100%;
    padding: 0;
    margin: 0 0 0.9375rem 0;
  }
}

.c-editor .c-article-list__figure img {
  margin: 0;
}

@media print, screen and (min-width: 64em) {
  .c-editor .c-article-list__inner {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .c-editor .c-article-list__item {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media screen and (min-width: 75em) {
  .c-editor .c-article-list--has-images .c-article-list__figure {
    padding: 0 0.9375rem 0 0;
  }
}

@media screen and (min-width: 75em) {
  .c-editor .c-article-list--has-images .c-article-list__description {
    padding: 0 0 0 0.9375rem;
  }
}

.c-article-row {
  margin-bottom: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-article-row {
    margin-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-article-row {
    margin-bottom: 3.75rem;
  }
}

.c-article-row__outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

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

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

.c-article-row__inner {
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 39.99875em) {
  .c-article-row__inner:last-child {
    margin: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .c-article-row__inner {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-article-row__image {
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .c-article-row__image {
    margin-bottom: 0.3125rem;
  }
}

.c-article-row__link {
  position: relative;
  font-weight: 700;
  font-size: 0.9375rem;
  display: inline;
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .c-article-row__heading {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .c-article-row__heading {
    margin-bottom: 0.3125rem;
  }
}

.c-banners {
  display: contents;
  width: 100%;
  z-index: 999;
}

.c-banners:has(.c-cookie--hidden) {
  height: 0;
  transition: transform .3s ease;
}

.c-block-grid {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .c-block-grid {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-block-grid--half {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-block-grid--half {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-block-grid--half {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  .c-block-grid--half {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-block-grid--third {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .c-block-grid--third {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-block-grid--two-thirds {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .c-block-grid--two-thirds {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-block-grid--full-bleed, .c-events-calendar__outer, .c-services-list--background {
  margin: 0;
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .c-block-grid--full-bleed, .c-events-calendar__outer, .c-services-list--background {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-block-grid--full-bleed__outer, .c-events-calendar__inner, .c-services-list--background .c-services-list__outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -ms-flex-pack: center;
      justify-content: center;
}

@media print, screen and (min-width: 40em) {
  .c-block-grid--full-bleed__outer, .c-events-calendar__inner, .c-services-list--background .c-services-list__outer {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .c-block-grid--full-bleed__outer, .c-events-calendar__inner, .c-services-list--background .c-services-list__outer {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

.c-block-grid--full-bleed__inner, .c-events-calendar__content, .c-services-list--background .c-services-list__inner {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  max-width: 78.125rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .c-block-grid--full-bleed__inner, .c-events-calendar__content, .c-services-list--background .c-services-list__inner {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-block-grid--full-bleed, .c-events-calendar__outer, .c-services-list--background {
  margin: 0;
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .c-block-grid--full-bleed, .c-events-calendar__outer, .c-services-list--background {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-block-grid--full-bleed__outer, .c-events-calendar__inner, .c-services-list--background .c-services-list__outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -ms-flex-pack: center;
      justify-content: center;
}

@media print, screen and (min-width: 40em) {
  .c-block-grid--full-bleed__outer, .c-events-calendar__inner, .c-services-list--background .c-services-list__outer {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .c-block-grid--full-bleed__outer, .c-events-calendar__inner, .c-services-list--background .c-services-list__outer {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

.c-block-grid--full-bleed__inner, .c-events-calendar__content, .c-services-list--background .c-services-list__inner {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  max-width: 78.125rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .c-block-grid--full-bleed__inner, .c-events-calendar__content, .c-services-list--background .c-services-list__inner {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .c-block-grid--margin {
    margin-bottom: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .c-block-grid--selector:first-of-type {
    margin-top: -0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .c-block-grid--selector:last-of-type {
    margin-bottom: -0.9375rem;
  }
}

.c-breadcrumbs,
.np-breadcrumb {
  padding: 1.25rem 0 0.9375rem 0;
  overflow: auto;
  scroll-snap-align: none;
  direction: rtl;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.c-breadcrumbs::-webkit-scrollbar, .np-breadcrumb::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome, Safari and Opera */
}

.c-breadcrumbs__list {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0;
  padding-bottom: 0.125rem;
}

.c-breadcrumbs__item, .np-breadcrumb div {
  float: left;
  list-style: none;
  font-size: 0.875rem;
  position: relative;
  padding-right: 1rem;
}

.c-breadcrumbs__item:not(:last-child)::after, .np-breadcrumb div:not(:last-child)::after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0.375rem;
}

.c-breadcrumbs__link, .np-breadcrumb a {
  color: #1B1B1A;
  font-weight: 700;
  border-bottom: 2px solid #1B1B1A;
}

@media print, screen and (min-width: 64em) {
  .c-breadcrumbs__link, .np-breadcrumb a {
    border-bottom: unset;
  }
}

.c-breadcrumbs__link:hover, .np-breadcrumb a:hover, .c-breadcrumbs__link:focus, .np-breadcrumb a:focus {
  color: #1B1B1A;
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.c-breadcrumbs__link span, .np-breadcrumb a span {
  position: relative;
}

.bulletinboard-view {
  border-top: 0.125rem solid #E8E8E8;
}

.bulletinboard-view .bulletinboard-content {
  font-family: "Inter Regular", sans-serif;
  padding: 0;
}

.bulletinboard-view .bulletinboard-content .bbl-filter-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 1.25rem 0 0.3125rem 0;
}

.bulletinboard-view .bulletinboard-content .bbl-filter-area .bbl-col-6 {
  width: 100%;
}

.bulletinboard-view .bulletinboard-content .bbl-filter-area .chosen-container-active .chosen-choices {
  border: 0.125rem solid #1B1B1A !important;
}

.bulletinboard-view .bulletinboard-content .bbl-filter-area .chosen-choices {
  color: #1B1B1A;
  font-size: 1rem;
}

.bulletinboard-view .bulletinboard-content .bbl-filter-area .chosen-choices input {
  padding: 0.5rem !important;
}

.bulletinboard-view .bulletinboard-content .bbl-filter-area .chosen-choices input:-ms-input-placeholder {
  color: #707070;
}

.bulletinboard-view .bulletinboard-content .bbl-filter-area .chosen-choices input::placeholder {
  color: #707070;
}

.bulletinboard-view .bulletinboard-content .bbl-filter-area .chosen-choices .search-choice {
  background-color: #E8E8E8;
  background-image: none;
  border-color: #909090;
}

.bulletinboard-view .bulletinboard-content .bbl-filter-area .chosen-drop {
  border-color: #909090;
}

.bulletinboard-view .bulletinboard-content .bbl-filter-area .chosen-results {
  font-size: 1rem;
}

.bulletinboard-view .bulletinboard-content .bbl-filter-area .chosen-results li.highlighted {
  background: #004b7a !important;
}

.bulletinboard-view .bulletinboard-content .bbl-filter-area .bbl-input-group {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.bulletinboard-view .bulletinboard-content .bbl-filter-area .bbl-input-group .bbl-group-addon {
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  z-index: 9;
}

.bulletinboard-view .bulletinboard-content .bbl-filter-area .bbl-input-group .bbl-group-addon .bbl-search {
  background-image: none;
}

.bulletinboard-view .bulletinboard-content .bbl-filter-area .bbl-input-group .bbl-group-addon .bbl-search:before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  margin-right: 0.1875rem;
  position: relative;
  top: 0.3125rem;
  right: 0.9375rem;
}

.bulletinboard-view .bulletinboard-content .bbl-filter-area .bbl-input-group .bbl-form-control {
  color: #707070;
  font-size: 1rem !important;
  padding: 0.5rem !important;
}

.bulletinboard-view .bulletinboard-content .bbl-filter-area .bbl-input-group .bbl-form-control:-ms-input-placeholder {
  color: #707070;
}

.bulletinboard-view .bulletinboard-content .bbl-filter-area .bbl-input-group .bbl-form-control::placeholder {
  color: #707070;
}

.bulletinboard-view .bulletinboard-content .bbl-filter-area .bbl-input-group .bbl-form-control:focus {
  border: 0.125rem solid #1B1B1A !important;
}

.bulletinboard-view .bulletinboard-content .bbl-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.bulletinboard-view .bulletinboard-content .bbl-hidden {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
}

.bulletinboard-view .bulletinboard-content .bbl-pagination li {
  display: inline-block !important;
  margin-right: 0.3125rem;
}

.bulletinboard-view .bulletinboard-content .bbl-pagination li:not(.disabled) a:hover {
  background: #004b7a;
  color: #fff;
  border-color: #004b7a;
}

.bulletinboard-view .bulletinboard-content .bbl-pagination li.active a {
  background: #004b7a;
  color: #fff;
  border-color: #004b7a;
}

.bulletinboard-view .bulletinboard-content .bbl-pagination li a {
  color: #004b7a;
  border-color: #E8E8E8;
  font-size: 0.9375rem;
  height: 2.5rem;
  font-weight: 700;
  font-family: "Inter Regular", sans-serif;
  border-radius: 0.125rem;
  line-height: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0.9375rem;
  transition: all 0.3s ease 0s;
}

.c-bulletin-item__item {
  border-bottom: 0.125rem solid #E8E8E8;
  margin-bottom: 0.625rem;
}

.c-bulletin-item__item:last-child {
  border: 0;
  margin-bottom: 0;
}

.c-bulletin-item__time {
  font-family: "Inter Bold", sans-serif;
  color: #707070;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-bulletin-item__time::before {
  content: "\f017";
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.1875rem;
}

.c-bulletin-item__category {
  font-family: "Inter Bold", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #707070;
}

.c-bulletin-item__category::before {
  content: "\00a0|\00a0\00a0";
  color: #707070;
}

.c-bulletin-item__category:last-of-type::after {
  content: "";
}

.c-bulletin-item__category::after {
  content: ",";
}

.c-bulletin-item__heading {
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  width: 100%;
}

.c-bulletin-item__subheading {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0.3125rem;
  max-width: 38.125rem;
}

.c-bulletin-item__button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.c-bulletin-item__preamble {
  margin-bottom: 0.9375rem;
  max-width: 38.125rem;
}

.c-bulletin-item__info {
  margin-bottom: 0.3125rem;
}

.c-bulletin-item__divider {
  margin: 0 0.625rem;
}

.c-bulletin-item__heading {
  font-size: 1rem;
  margin-bottom: 0.3125rem;
  color: #1B1B1A;
  display: inline-block;
  padding-right: 0.875rem;
  font-weight: bold;
  position: relative;
  padding-left: 1.25rem;
  margin-top: 0.3125rem;
}

.c-bulletin-item__link {
  font-size: 1rem;
  margin-bottom: 0.3125rem;
  color: #1B1B1A;
  display: inline-block;
  padding-right: 0.875rem;
  font-weight: bold;
  position: relative;
  padding-left: 1.25rem;
  margin-top: 0.3125rem;
  padding-top: 0.3125rem;
}

.c-bulletin-item__link:hover, .c-bulletin-item__link:focus {
  color: #1B1B1A;
}

.c-bulletin-item__link:hover span, .c-bulletin-item__link:focus span {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.c-bulletin-item__link span {
  display: inline;
}

.using-keyboard .c-bulletin-item__link:focus {
  background: none;
}

.using-keyboard .c-bulletin-item__link:focus span {
  background: #FBCE20;
}

.c-bulletin-item__icon {
  position: absolute;
  top: 0.3125rem;
  left: 0;
  color: #1B1B1A;
}

.c-bulletin-item__icon.fa-file {
  margin-top: 0.3125rem;
}

.c-bulletin-item__content {
  margin-bottom: 0.625rem;
}

.bbl-item-info-title {
  font-weight: bold;
  color: #1B1B1A !important;
}

.c-bulletin-item__text {
  color: #1B1B1A !important;
}

.c-bulletin-item__text * {
  font-size: 0.75rem !important;
}

.c-bulletin-item__short-text > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 5px !important;
}

.c-bulletin-item__short-text > div * {
  margin-top: 0 !important;
}

.bbl-item-content-title {
  margin-right: 0.3125rem;
  font-weight: bold;
}

.bbl-item-content-title:after {
  content: ":";
}

.bbl-subitem-col {
  display: none;
}

.bulletinboard-content {
  border-top: 0;
}

.c-button,
.c-article__button,
.c-bulletin-item__button,
.c-calendar__button,
.c-call-to-action__link,
.c-control-plan__button,
.c-control-plan__save-button,
.c-control-plan-item__button,
.c-control-points__add-button,
.c-cookie__button,
.c-cookie__button-decline,
.c-events-calendar__button,
.c-hero--start .c-hero__link,
.c-hero--login .c-hero__link,
.c-instructions__read-more,
.c-jobs__button,
.c-news__button,
.c-permit-filter__button,
.c-dynamic-form__submit,
.c-dynamic-form__button,
.c-dynamic-form__file-label,
.c-instagram__link,
.sirius_message_list_toolbar_delete_button_submit,
.sirius_message_list_toolbar_read_button_submit,
.sirius_message_list_toolbar_unread_button_submit,
.sirius_message_list_toolbar_undo_button_submit,
.sirius_message_list_toolbar_msgindex_decrease_button_submit,
.sirius_message_list_toolbar_msgindex_increase_button_submit,
.sirius_message_view_toolbar_delete_button_submit,
.sirius_message_view_toolbar_reply_button_submit,
.sirius_message_reply_toolbar_cancel_button_submit,
.sirius_message_reply_add_attachment_another_submit,
.sirius_message_reply_lower_toolbar_send_button_submit,
.sirius_message_reply_lower_toolbar_save_button_submit,
.sirius_settings_save_submit {
  color: #004b7a;
  border: 0.125rem solid #004b7a;
  font-size: 0.9375rem;
  height: 2.5rem;
  font-weight: 700;
  font-family: "Inter Bold", sans-serif;
  border-radius: 0.125rem;
  width: 100%;
  cursor: pointer;
  line-height: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media print, screen and (min-width: 40em) {
  .c-button,
  .c-article__button,
  .c-bulletin-item__button,
  .c-calendar__button,
  .c-call-to-action__link,
  .c-control-plan__button,
  .c-control-plan__save-button,
  .c-control-plan-item__button,
  .c-control-points__add-button,
  .c-cookie__button,
  .c-cookie__button-decline,
  .c-events-calendar__button,
  .c-hero--start .c-hero__link,
  .c-hero--login .c-hero__link,
  .c-instructions__read-more,
  .c-jobs__button,
  .c-news__button,
  .c-permit-filter__button,
  .c-dynamic-form__submit,
  .c-dynamic-form__button,
  .c-dynamic-form__file-label,
  .c-instagram__link,
  .sirius_message_list_toolbar_delete_button_submit,
  .sirius_message_list_toolbar_read_button_submit,
  .sirius_message_list_toolbar_unread_button_submit,
  .sirius_message_list_toolbar_undo_button_submit,
  .sirius_message_list_toolbar_msgindex_decrease_button_submit,
  .sirius_message_list_toolbar_msgindex_increase_button_submit,
  .sirius_message_view_toolbar_delete_button_submit,
  .sirius_message_view_toolbar_reply_button_submit,
  .sirius_message_reply_toolbar_cancel_button_submit,
  .sirius_message_reply_add_attachment_another_submit,
  .sirius_message_reply_lower_toolbar_send_button_submit,
  .sirius_message_reply_lower_toolbar_save_button_submit,
  .sirius_settings_save_submit {
    width: auto;
    min-width: 18.75rem;
    transition: all .3s ease 0s;
  }
}

.c-button:hover, .c-article__button:hover, .c-bulletin-item__button:hover, .c-calendar__button:hover, .c-call-to-action__link:hover, .c-control-plan__button:hover, .c-control-plan__save-button:hover, .c-control-plan-item__button:hover, .c-control-points__add-button:hover, .c-cookie__button:hover, .c-cookie__button-decline:hover, .c-events-calendar__button:hover, .c-hero--start .c-hero__link:hover, .c-hero--login .c-hero__link:hover, .c-instructions__read-more:hover, .c-jobs__button:hover, .c-news__button:hover, .c-permit-filter__button:hover, .c-dynamic-form__submit:hover, .c-dynamic-form__button:hover, .c-dynamic-form__file-label:hover, .c-instagram__link:hover, .sirius_message_list_toolbar_delete_button_submit:hover,
.sirius_message_list_toolbar_read_button_submit:hover,
.sirius_message_list_toolbar_unread_button_submit:hover,
.sirius_message_list_toolbar_undo_button_submit:hover,
.sirius_message_list_toolbar_msgindex_decrease_button_submit:hover,
.sirius_message_list_toolbar_msgindex_increase_button_submit:hover,
.sirius_message_view_toolbar_delete_button_submit:hover,
.sirius_message_view_toolbar_reply_button_submit:hover,
.sirius_message_reply_toolbar_cancel_button_submit:hover,
.sirius_message_reply_add_attachment_another_submit:hover,
.sirius_message_reply_lower_toolbar_send_button_submit:hover,
.sirius_message_reply_lower_toolbar_save_button_submit:hover,
.sirius_settings_save_submit:hover {
  background: #004b7a;
  color: #fff;
}

.c-button:focus, .c-article__button:focus, .c-bulletin-item__button:focus, .c-calendar__button:focus, .c-call-to-action__link:focus, .c-control-plan__button:focus, .c-control-plan__save-button:focus, .c-control-plan-item__button:focus, .c-control-points__add-button:focus, .c-cookie__button:focus, .c-cookie__button-decline:focus, .c-events-calendar__button:focus, .c-hero--start .c-hero__link:focus, .c-hero--login .c-hero__link:focus, .c-instructions__read-more:focus, .c-jobs__button:focus, .c-news__button:focus, .c-permit-filter__button:focus, .c-dynamic-form__submit:focus, .c-dynamic-form__button:focus, .c-dynamic-form__file-label:focus, .c-instagram__link:focus, .sirius_message_list_toolbar_delete_button_submit:focus,
.sirius_message_list_toolbar_read_button_submit:focus,
.sirius_message_list_toolbar_unread_button_submit:focus,
.sirius_message_list_toolbar_undo_button_submit:focus,
.sirius_message_list_toolbar_msgindex_decrease_button_submit:focus,
.sirius_message_list_toolbar_msgindex_increase_button_submit:focus,
.sirius_message_view_toolbar_delete_button_submit:focus,
.sirius_message_view_toolbar_reply_button_submit:focus,
.sirius_message_reply_toolbar_cancel_button_submit:focus,
.sirius_message_reply_add_attachment_another_submit:focus,
.sirius_message_reply_lower_toolbar_send_button_submit:focus,
.sirius_message_reply_lower_toolbar_save_button_submit:focus,
.sirius_settings_save_submit:focus {
  outline: 0;
}

.c-button span, .c-article__button span, .c-bulletin-item__button span, .c-calendar__button span, .c-call-to-action__link span, .c-control-plan__button span, .c-control-plan__save-button span, .c-control-plan-item__button span, .c-control-points__add-button span, .c-cookie__button span, .c-cookie__button-decline span, .c-events-calendar__button span, .c-hero--start .c-hero__link span, .c-hero--login .c-hero__link span, .c-instructions__read-more span, .c-jobs__button span, .c-news__button span, .c-permit-filter__button span, .c-dynamic-form__submit span, .c-dynamic-form__button span, .c-dynamic-form__file-label span, .c-instagram__link span, .sirius_message_list_toolbar_delete_button_submit span, .sirius_message_list_toolbar_read_button_submit span, .sirius_message_list_toolbar_unread_button_submit span, .sirius_message_list_toolbar_undo_button_submit span, .sirius_message_list_toolbar_msgindex_decrease_button_submit span, .sirius_message_list_toolbar_msgindex_increase_button_submit span, .sirius_message_view_toolbar_delete_button_submit span, .sirius_message_view_toolbar_reply_button_submit span, .sirius_message_reply_toolbar_cancel_button_submit span, .sirius_message_reply_add_attachment_another_submit span, .sirius_message_reply_lower_toolbar_send_button_submit span, .sirius_message_reply_lower_toolbar_save_button_submit span, .sirius_settings_save_submit span {
  position: relative;
  top: -0.0625rem;
}

.c-button:focus, .c-article__button:focus, .c-bulletin-item__button:focus, .c-calendar__button:focus, .c-call-to-action__link:focus, .c-control-plan__button:focus, .c-control-plan__save-button:focus, .c-control-plan-item__button:focus, .c-control-points__add-button:focus, .c-cookie__button:focus, .c-cookie__button-decline:focus, .c-events-calendar__button:focus, .c-hero--start .c-hero__link:focus, .c-hero--login .c-hero__link:focus, .c-instructions__read-more:focus, .c-jobs__button:focus, .c-news__button:focus, .c-permit-filter__button:focus, .c-dynamic-form__submit:focus, .c-dynamic-form__button:focus, .c-dynamic-form__file-label:focus, .c-instagram__link:focus, .sirius_message_list_toolbar_delete_button_submit:focus,
.sirius_message_list_toolbar_read_button_submit:focus,
.sirius_message_list_toolbar_unread_button_submit:focus,
.sirius_message_list_toolbar_undo_button_submit:focus,
.sirius_message_list_toolbar_msgindex_decrease_button_submit:focus,
.sirius_message_list_toolbar_msgindex_increase_button_submit:focus,
.sirius_message_view_toolbar_delete_button_submit:focus,
.sirius_message_view_toolbar_reply_button_submit:focus,
.sirius_message_reply_toolbar_cancel_button_submit:focus,
.sirius_message_reply_add_attachment_another_submit:focus,
.sirius_message_reply_lower_toolbar_send_button_submit:focus,
.sirius_message_reply_lower_toolbar_save_button_submit:focus,
.sirius_settings_save_submit:focus {
  outline: 0;
}

.c-button--alt, .c-call-to-action__link, .c-hero--start .c-hero__link, .c-hero--login .c-hero__link, .c-instructions__read-more {
  background: #e7f3fb;
  border-radius: 2.5rem;
  border: 0;
  height: 2.5rem;
  min-width: auto;
  padding: 0 1.5625rem;
}

.c-button--alt span, .c-call-to-action__link span, .c-hero--start .c-hero__link span, .c-hero--login .c-hero__link span, .c-instructions__read-more span {
  top: 0;
}

.c-button:disabled, .c-article__button:disabled, .c-bulletin-item__button:disabled, .c-calendar__button:disabled, .c-call-to-action__link:disabled, .c-control-plan__button:disabled, .c-control-plan__save-button:disabled, .c-control-plan-item__button:disabled, .c-control-points__add-button:disabled, .c-cookie__button:disabled, .c-cookie__button-decline:disabled, .c-events-calendar__button:disabled, .c-hero--start .c-hero__link:disabled, .c-hero--login .c-hero__link:disabled, .c-instructions__read-more:disabled, .c-jobs__button:disabled, .c-news__button:disabled, .c-permit-filter__button:disabled, .c-dynamic-form__submit:disabled, .c-dynamic-form__button:disabled, .c-dynamic-form__file-label:disabled, .c-instagram__link:disabled, .sirius_message_list_toolbar_delete_button_submit:disabled,
.sirius_message_list_toolbar_read_button_submit:disabled,
.sirius_message_list_toolbar_unread_button_submit:disabled,
.sirius_message_list_toolbar_undo_button_submit:disabled,
.sirius_message_list_toolbar_msgindex_decrease_button_submit:disabled,
.sirius_message_list_toolbar_msgindex_increase_button_submit:disabled,
.sirius_message_view_toolbar_delete_button_submit:disabled,
.sirius_message_view_toolbar_reply_button_submit:disabled,
.sirius_message_reply_toolbar_cancel_button_submit:disabled,
.sirius_message_reply_add_attachment_another_submit:disabled,
.sirius_message_reply_lower_toolbar_send_button_submit:disabled,
.sirius_message_reply_lower_toolbar_save_button_submit:disabled,
.sirius_settings_save_submit:disabled {
  background: #E8E8E8;
  color: #696965;
  cursor: default;
  border-color: #E8E8E8;
}

.c-button--positive, .c-button--negative {
  background: #e7f3fb;
  border: 0;
  width: auto;
  padding: 0 1.25rem 0 1.5625rem;
}

.crisis-web .c-button--positive, .crisis-web .c-button--negative {
  background: #266AAE;
}

.crisis-web .c-button--positive:hover, .crisis-web .c-button--negative:hover {
  background: #004b7a;
}

.c-button--positive span::after {
  content: "\f164";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.9375rem;
  font-weight: 500;
  position: relative;
  margin-left: 0.3125rem;
}

.c-button--negative span::after {
  content: "\f165";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.9375rem;
  font-weight: 500;
  position: relative;
  top: 0.125rem;
  margin-left: 0.3125rem;
}

.c-button--plus span::after {
  content: "+";
  font-family: "Inter Bold", sans-serif;
  font-size: 1.25rem;
  margin-left: 0.4375rem;
  position: relative;
  top: 0.0625rem;
}

.using-keyboard .c-button--plus:focus span::after {
  background: none !important;
}

.c-button--minus span::after, .c-control-points__button--expanded span::after, .c-instructions__button--expanded span::after, .c-checklist__button--expanded span::after {
  content: "−";
  font-family: "Inter Bold", sans-serif;
  font-size: 1.25rem;
  margin-left: 0.4375rem;
  position: relative;
  top: 0.0625rem;
}

.c-button--right span::after, .c-bulletin-item__button span::after, .c-calendar__button span::after, .c-events-calendar__button span::after, .c-jobs__button span::after, .c-news__button span::after {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-blue.svg) no-repeat;
  display: inline-block;
  width: 0.75rem;
  height: 0.6875rem;
  font-size: 1.25rem;
  margin-left: 0.1875rem;
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .c-button--right span::after, .c-bulletin-item__button span::after, .c-calendar__button span::after, .c-events-calendar__button span::after, .c-jobs__button span::after, .c-news__button span::after {
    transition: all .3s ease 0s;
  }
}

.c-button--right:hover, .c-bulletin-item__button:hover, .c-calendar__button:hover, .c-events-calendar__button:hover, .c-jobs__button:hover, .c-news__button:hover {
  background: #004b7a;
}

.c-button--right:hover span::after, .c-bulletin-item__button:hover span::after, .c-calendar__button:hover span::after, .c-events-calendar__button:hover span::after, .c-jobs__button:hover span::after, .c-news__button:hover span::after {
  background: url(/static/assets/images/icon-arrow-right-white.svg) no-repeat;
}

.using-keyboard .c-button--right:focus span::after, .using-keyboard .c-bulletin-item__button:focus span::after, .using-keyboard .c-calendar__button:focus span::after, .using-keyboard .c-events-calendar__button:focus span::after, .using-keyboard .c-jobs__button:focus span::after, .using-keyboard .c-news__button:focus span::after {
  background: url(/static/assets/images/icon-arrow-right-black.svg) no-repeat bottom right;
}

.c-button--small, .c-article__button, .c-cookie__button, .c-cookie__button-decline, .sirius_message_list_toolbar_delete_button_submit,
.sirius_message_list_toolbar_read_button_submit,
.sirius_message_list_toolbar_unread_button_submit,
.sirius_message_list_toolbar_undo_button_submit,
.sirius_message_list_toolbar_msgindex_decrease_button_submit,
.sirius_message_list_toolbar_msgindex_increase_button_submit,
.sirius_message_view_toolbar_delete_button_submit,
.sirius_message_view_toolbar_reply_button_submit,
.sirius_message_reply_toolbar_cancel_button_submit,
.sirius_message_reply_add_attachment_another_submit,
.sirius_message_reply_lower_toolbar_send_button_submit,
.sirius_message_reply_lower_toolbar_save_button_submit,
.sirius_settings_save_submit {
  height: 1.875rem;
  border-radius: 1.875rem;
  padding: 0 1.25rem;
  width: auto;
  min-width: auto;
}

.using-keyboard .c-button:focus span::after, .using-keyboard .c-article__button:focus span::after, .using-keyboard .c-bulletin-item__button:focus span::after, .using-keyboard .c-calendar__button:focus span::after, .using-keyboard .c-call-to-action__link:focus span::after, .using-keyboard .c-control-plan__button:focus span::after, .using-keyboard .c-control-plan__save-button:focus span::after, .using-keyboard .c-control-plan-item__button:focus span::after, .using-keyboard .c-control-points__add-button:focus span::after, .using-keyboard .c-cookie__button:focus span::after, .using-keyboard .c-cookie__button-decline:focus span::after, .using-keyboard .c-events-calendar__button:focus span::after, .using-keyboard .c-hero--start .c-hero__link:focus span::after, .c-hero--start .using-keyboard .c-hero__link:focus span::after, .using-keyboard .c-hero--login .c-hero__link:focus span::after, .c-hero--login .using-keyboard .c-hero__link:focus span::after, .using-keyboard .c-instructions__read-more:focus span::after, .using-keyboard .c-jobs__button:focus span::after, .using-keyboard .c-news__button:focus span::after, .using-keyboard .c-permit-filter__button:focus span::after, .using-keyboard .c-dynamic-form__submit:focus span::after, .using-keyboard .c-dynamic-form__button:focus span::after, .using-keyboard .c-dynamic-form__file-label:focus span::after, .using-keyboard .c-instagram__link:focus span::after, .using-keyboard .sirius_message_list_toolbar_delete_button_submit:focus span::after, .using-keyboard .sirius_message_list_toolbar_read_button_submit:focus span::after, .using-keyboard .sirius_message_list_toolbar_unread_button_submit:focus span::after, .using-keyboard .sirius_message_list_toolbar_undo_button_submit:focus span::after, .using-keyboard .sirius_message_list_toolbar_msgindex_decrease_button_submit:focus span::after, .using-keyboard .sirius_message_list_toolbar_msgindex_increase_button_submit:focus span::after, .using-keyboard .sirius_message_view_toolbar_delete_button_submit:focus span::after, .using-keyboard .sirius_message_view_toolbar_reply_button_submit:focus span::after, .using-keyboard .sirius_message_reply_toolbar_cancel_button_submit:focus span::after, .using-keyboard .sirius_message_reply_add_attachment_another_submit:focus span::after, .using-keyboard .sirius_message_reply_lower_toolbar_send_button_submit:focus span::after, .using-keyboard .sirius_message_reply_lower_toolbar_save_button_submit:focus span::after, .using-keyboard .sirius_settings_save_submit:focus span::after {
  background: url(/static/assets/images/icon-arrow-right-black.svg) no-repeat;
}

/* Different layout on Landing Page, Block - Half width */
.c-calendar {
  height: 100%;
  margin-bottom: 0.9375rem;
  /* Different layout on Landing Page + Block - Half Width */
}

@media screen and (max-width: 39.99875em) {
  .c-calendar {
    margin: 0 -0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .c-calendar {
    padding-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-calendar {
    padding-bottom: 3.75rem;
  }
}

.c-calendar__outer {
  border: 1px solid #E8E8E8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0.9375rem;
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .c-calendar__outer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

@media print, screen and (min-width: 64em) {
  .c-calendar__outer {
    padding: 1.25rem;
  }
}

.c-calendar__inner {
  background: #fff;
}

@media print, screen and (min-width: 40em) {
  .c-calendar__inner {
    width: 100%;
    max-width: 38.125rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.c-calendar__list {
  list-style-type: none;
  margin: 1.25rem 0 2.5rem 0;
  padding: 0;
}

.c-calendar__item {
  border-bottom: 0.125rem solid #E8E8E8;
  padding: 0.625rem 0 0.3125rem 0;
}

.c-calendar__item:last-child {
  border: 0;
}

.c-calendar__time {
  font-family: "Inter Bold", sans-serif;
  color: #707070;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-calendar__time::before {
  content: "\f017";
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.1875rem;
}

.c-calendar__category {
  font-family: "Inter Bold", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}

.c-calendar__category::before {
  content: "\00a0|\00a0";
}

.c-calendar__heading {
  font-size: 1.75rem;
}

.c-calendar__subheading {
  font-size: 1.25rem;
  line-height: 1.875rem;
  max-width: 38.125rem;
}

.c-calendar__link {
  color: #1B1B1A;
  padding-right: 0.875rem;
  display: inline-block;
}

.c-calendar__link:hover, .c-calendar__link:focus {
  color: #1B1B1A;
}

.c-calendar__link:hover span, .c-calendar__link:focus span {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.c-calendar__link::after {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-black.svg) no-repeat center right;
  width: 0.875rem;
  height: 0.6875rem;
  position: relative;
  display: inline-block;
  margin-right: -0.875rem;
}

.c-calendar__link span {
  display: inline;
}

.using-keyboard .c-calendar__link:focus {
  background: none;
}

.using-keyboard .c-calendar__link:focus span {
  background: #FBCE20;
}

.c-calendar__button {
  max-width: 38.125rem;
}

@media print, screen and (min-width: 64em) {
  .p-landing .c-block-grid--half .c-calendar__outer {
    padding: 1.25rem 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing .c-block-grid--half .c-calendar__inner {
    padding: 1.25rem 1.875rem 1.875rem 1.875rem;
  }
}

.p-landing .c-block-grid--half .c-calendar__list {
  margin: 0.625rem 0 1.875rem 0;
}

@media print, screen and (min-width: 64em) {
  .p-landing .c-block-grid--half .c-calendar__button {
    min-width: auto;
  }
}

.c-calendar__startpagewrapper {
  margin-left: 0;
}

.c-calendar__startpagewrapper li {
  list-style: none;
  margin-bottom: 8px;
}

.c-calendar__startpagewrapper li .image-wrapper {
  position: relative;
}

.c-calendar__startpagewrapper li .image-wrapper img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.c-calendar__startpagewrapper li .image-wrapper .info-wrapper {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.c-calendar__startpagewrapper li .image-wrapper .info-wrapper .feeinfo {
  background: #0070BA;
  color: #fff;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
}

.c-calendar__startpagewrapper li .image-wrapper .info-wrapper .feeinfo.nofee {
  background-color: #F7FBFD;
  color: #0A0A0A;
}

.c-calendar__startpagewrapper li .image-wrapper .info-wrapper .today {
  background-color: #F7FBFD;
  color: #0A0A0A;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
}

.c-calendar__startpagewrapper li.first-event .contentwrapper .date {
  background: #004B7A;
  color: #fff;
}

.c-calendar__startpagewrapper li.first-event .contentwrapper .occasionwrapper .occasion {
  border-color: #004B7A;
}

.c-calendar__startpagewrapper li .contentwrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.c-calendar__startpagewrapper li .contentwrapper .date {
  padding: 10px 15px;
  background: #E7F3FB;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  min-width: 110px;
  font-size: 1rem;
  color: #004B7A;
  font-weight: bold;
}

.c-calendar__startpagewrapper li .contentwrapper .date .weekday {
  font-weight: 400;
}

.c-calendar__startpagewrapper li .contentwrapper .occasionwrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1 1 0px;
      flex: 1 1 0;
  gap: 5px;
}

.c-calendar__startpagewrapper li .contentwrapper .occasionwrapper .occasion {
  border: 1px solid #E8E8E8;
  padding: 10px;
}

.c-calendar__startpagewrapper li .contentwrapper .occasionwrapper .occasion .time {
  color: #707070;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.c-calendar__startpagewrapper li .contentwrapper .occasionwrapper .occasion .time:before {
  content: "\f017";
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.375rem;
  font-weight: 900;
}

.c-calendar__startpagewrapper li .contentwrapper .occasionwrapper .occasion .time .location {
  display: inline-block;
  text-transform: uppercase;
  padding-left: 15px;
  color: #707070;
}

.c-calendar__startpagewrapper li .contentwrapper .occasionwrapper .occasion .time .location:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.375rem;
  padding-left: 2px;
  font-weight: 900;
}

.c-calendar__startpagewrapper li .contentwrapper .occasionwrapper .occasion .time a:hover {
  text-decoration: underline;
}

.c-calendar__startpagewrapper li .contentwrapper .occasionwrapper .occasion h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #1B1B1A;
}

.c-calendar__startpagewrapper li .contentwrapper .occasionwrapper .occasion h2:after {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-black.svg) no-repeat bottom right;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  display: inline-block;
}

.c-call-to-action {
  margin: 0 -0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-call-to-action {
    margin: 0 0 1.875rem 0;
  }
}

@media print, screen and (min-width: 64em) {
  .c-call-to-action {
    margin: 0 0 3.75rem 0;
  }
}

.c-call-to-action__outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  overflow: hidden;
}

@media print, screen and (min-width: 64em) {
  .c-call-to-action__outer {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: unset;
        align-items: unset;
    background: #fafafa;
  }
}

.c-call-to-action__inner {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .c-call-to-action__inner {
    width: 83.33333%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .c-call-to-action__inner {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
  }
}

.c-call-to-action__inner--left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  position: relative;
}

.c-call-to-action__inner--right {
  background: #fafafa;
  padding: 0.9375rem 0.9375rem 0.3125rem 0.9375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

@media print, screen and (min-width: 40em) {
  .c-call-to-action__inner--right {
    padding: 1.25rem 1.875rem 0.9375rem 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-call-to-action__inner--right {
    padding: 1.875rem 3.75rem 1.25rem 3.75rem;
  }
}

.c-call-to-action__background {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
}

.c-call-to-action__background iframe,
.c-call-to-action__background object,
.c-call-to-action__background embed,
.c-call-to-action__background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-call-to-action__content {
  position: absolute;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 99999;
  height: 100%;
  width: 100%;
}

.c-call-to-action__heading {
  color: #fff;
  text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.7);
  font-size: 2rem;
  margin-bottom: 0.4375rem;
}

.c-call-to-action__link {
  width: auto;
}

.c-call-to-action__link span {
  font-family: "Inter Bold", sans-serif;
  top: 0.0625rem;
}

.c-call-to-action__link span::before {
  content: '\f007';
  font-family: "Font Awesome 6 Pro";
  font-size: 0.75rem;
  margin-right: 0.3125rem;
  position: relative;
  top: -0.0625rem;
}

.c-cols-quicklinks {
  background: #fafafa;
}

@media print, screen and (min-width: 64em) {
  .c-cols-quicklinks {
    background: linear-gradient(90deg, #fafafa 50%, #f0f0f0 50%);
  }
}

.c-cols-quicklinks__outer {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .c-cols-quicklinks__outer {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.c-cols-quicklinks__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

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

.c-cols-quicklinks .quick-navigation {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .c-cols-quicklinks .quick-navigation {
    display: none;
  }
}

.c-cols-quicklinks__col {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding: 0.625rem 0 0 0;
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .c-cols-quicklinks__col {
    width: 33.33333%;
    margin-right: 0;
    margin-left: 0;
    padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-cols-quicklinks__col {
    width: 33.33333%;
    margin-right: 0;
    margin-left: 0;
    padding: 2.5rem 3.125rem 3.125rem 3.125rem;
  }
}

.c-cols-quicklinks__col:first-of-type {
  -ms-flex-pack: end;
      justify-content: flex-end;
  background: #fafafa;
}

.c-cols-quicklinks__col:nth-of-type(2) {
  background: #f5f5f5;
}

.c-cols-quicklinks__col:last-of-type {
  background: #f0f0f0;
}

.c-cols-quicklinks__col.rek-ai {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding: 0.625rem 0 0 0;
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .c-cols-quicklinks__col.rek-ai {
    width: 33.33333%;
    margin-right: 0;
    margin-left: 0;
    padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-cols-quicklinks__col.rek-ai {
    width: 33.33333%;
    margin-right: 0;
    margin-left: 0;
    padding: 2rem 0.9375rem 2rem 0.9375rem;
  }
}

.c-cols-quicklinks__col.rek-ai:first-of-type {
  -ms-flex-pack: end;
      justify-content: flex-end;
  background: #fafafa;
  width: 100%;
  padding: 0.625rem 0.9375rem 0.9375rem 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-cols-quicklinks__col.rek-ai:first-of-type {
    padding: 1.25rem 1.25rem 1.875rem 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-cols-quicklinks__col.rek-ai:first-of-type {
    width: 50%;
    padding: 2rem 0.9375rem 2rem 0.9375rem;
  }
  .c-cols-quicklinks__col.rek-ai:first-of-type .rek-prediction__item.rekai-pill a {
    color: #fff;
  }
  .c-cols-quicklinks__col.rek-ai:first-of-type .rek-prediction__item.rekai-pill {
    background-color: #004b7a;
    margin-bottom: 0.5rem;
    border-radius: 6.25rem;
  }
}

.c-cols-quicklinks__col.rek-ai:first-of-type ul {
  margin: 0;
}

.c-cols-quicklinks__col.rek-ai:first-of-type ul li {
  transition: all .3s ease 0s;
  border-style: none;
}

.c-cols-quicklinks__col.rek-ai:first-of-type .rek-prediction__item.rekai-pill a {
  color: #fff;
  text-decoration: none;
  font-family: "Inter Bold", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  padding: 0.5rem 1.5625rem;
}

.c-cols-quicklinks__col.rek-ai:first-of-type .rek-prediction__item.rekai-pill a:hover, .c-cols-quicklinks__col.rek-ai:first-of-type .rek-prediction__item.rekai-pill a:focus {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}

.c-cols-quicklinks__col.rek-ai:first-of-type .rek-prediction__item.rekai-pill {
  background-color: #004b7a;
  margin-bottom: 0.5rem;
  border-radius: 6.25rem;
}

.c-cols-quicklinks__col.rek-ai:first-of-type .rek-prediction__item.rekai-pill:hover, .c-cols-quicklinks__col.rek-ai:first-of-type .rek-prediction__item.rekai-pill:focus {
  background-color: #00385C;
}

.c-cols-quicklinks__col.rek-ai:nth-of-type(3) {
  background: #f5f5f5;
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .c-cols-quicklinks__col.rek-ai:nth-of-type(3) {
    width: 50%;
  }
}

@media print, screen and (min-width: 64em) {
  .c-cols-quicklinks__col.rek-ai:nth-of-type(3) {
    width: 25%;
    padding: 2rem 2rem 2rem 0.9375rem;
  }
}

.c-cols-quicklinks__col.rek-ai:last-of-type {
  background: #f0f0f0;
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .c-cols-quicklinks__col.rek-ai:last-of-type {
    width: 50%;
  }
}

@media print, screen and (min-width: 64em) {
  .c-cols-quicklinks__col.rek-ai:last-of-type {
    width: 25%;
  }
}

.c-cols-quicklinks__list {
  list-style-type: none;
  margin: 0 0 1.5625rem 0;
  padding: 0 0 0 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-cols-quicklinks__list {
    display: block;
    margin: 0;
    padding: 0;
  }
}

.c-cols-quicklinks__item {
  margin-bottom: 0.9375rem;
  position: relative;
}

.c-cols-quicklinks__item:last-child {
  margin-bottom: 0;
}

.c-cols-quicklinks__item::before {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-blue.svg) no-repeat;
  display: block;
  width: 0.75rem;
  height: 0.6875rem;
  position: absolute;
  left: 0;
  top: 0.4375rem;
}

.c-cols-quicklinks__heading {
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  height: 3.125rem;
  line-height: 3.125rem;
  margin: 0;
  display: block;
  padding-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-cols-quicklinks__heading {
    padding: 0;
    height: auto;
    line-height: 3rem;
  }
}

.c-cols-quicklinks__link {
  color: #1B1B1A;
  position: relative;
  margin-left: 1.25rem;
  display: inline-block;
  padding-right: 1.25rem;
}

.c-cols-quicklinks__link:hover, .c-cols-quicklinks__link:focus {
  color: #1B1B1A;
}

.c-cols-quicklinks__link:hover span, .c-cols-quicklinks__link:focus span {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.c-cols-quicklinks__link[href^="https://"]:not([href*="www.sollentuna.se"])::after, .c-cols-quicklinks__link[href^="http://"]:not([href*="www.sollentuna.se"])::after {
  content: "\f35d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 0.8125rem;
  position: relative;
  display: inline-block;
  margin-right: -1rem;
  width: 1rem;
  text-align: right;
  bottom: 0.0625rem;
  color: #1B1B1A;
}

.using-keyboard .c-cols-quicklinks__link:focus {
  background: none;
}

.using-keyboard .c-cols-quicklinks__link:focus span {
  background: #FBCE20;
}

.c-control-plan__pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 1.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-control-plan__button {
  min-width: 0.0625rem;
  padding: 0 1.25rem;
  width: auto;
  cursor: pointer;
  margin-bottom: 0.3125rem;
}

.c-control-plan__button--prev {
  margin-right: auto;
}

.c-control-plan__button--prev i {
  margin-right: 0.625rem;
}

.c-control-plan__button--next {
  margin-left: auto;
}

.c-control-plan__button--next i {
  margin-left: 0.625rem;
}

.c-control-plan__subheading {
  margin-top: 1.25rem;
}

.c-control-plan__save {
  padding: 1.25rem;
  background: #e7f3fb;
  margin-top: 3.75rem;
}

@media print, screen and (min-width: 40em) {
  .c-control-plan__save {
    padding: 2.5rem 3.125rem;
  }
}

.c-control-plan__save-button {
  padding: 0 2.5rem;
  min-width: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-control-plan__save-button i {
  margin-left: 0.625rem;
}

.c-control-plan__review-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}

.c-control-plan__edit-button {
  color: #004b7a;
  cursor: pointer;
  white-space: nowrap;
  padding: 0.625rem 0;
}

.c-control-plan__edit-button i {
  margin-left: 0.625rem;
}

.c-control-plan__edit-button-text {
  padding-bottom: 0.0625rem;
  border-bottom: 0.125rem solid #004b7a;
}

.c-control-plan__divider {
  display: block;
  margin-bottom: 1.875rem;
}

.c-control-plan__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.25rem;
  background: #f5f5f5;
}

@media print, screen and (min-width: 40em) {
  .c-control-plan__block {
    padding: 2.5rem 3.125rem;
  }
}

@media print, screen and (min-width: 40em) {
  .c-control-plan__block {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.c-control-plan__content {
  width: 100%;
}

.c-control-plan__review .c-control-plan-item {
  margin-bottom: 1.875rem;
}

.c-control-plan-item__heading {
  font-size: 1.25rem;
  border-bottom: 0.125rem solid #E8E8E8;
  margin-top: 1.25rem;
}

.c-control-plan-item__heading:first-of-type {
  margin-top: 0;
}

@media print {
  .c-control-plan-item__heading {
    margin-top: 1.25rem !important;
    margin-bottom: 0.625rem !important;
  }
}

.c-control-plan-item__table {
  width: 100%;
}

@media print {
  .c-control-plan-item__table {
    font-size: 0.8125rem;
  }
}

.c-control-plan-item__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  margin: 0.3125rem 0;
  -ms-flex-align: start;
      align-items: flex-start;
  border-radius: 0.125rem;
}

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

.c-control-plan__review .c-control-plan-item__row:hover {
  background: #E8E8E8;
}

.c-control-plan-item__label {
  width: 50%;
  font-weight: bold;
  padding-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .c-control-plan-item__label {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    padding-right: 0;
  }
}

@media print {
  .c-control-plan-item__label {
    width: auto !important;
    margin-bottom: 0.3125rem !important;
    margin-right: 0.3125rem !important;
  }
  .c-control-plan-item__label:after {
    content: ":";
  }
}

.c-control-plan-item__value {
  width: 50%;
  padding-left: 0.9375rem;
  word-break: break-word;
  line-height: normal;
}

@media print, screen and (min-width: 40em) {
  .c-control-plan-item__value {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    padding-left: 0;
  }
}

.c-control-plan-item__value--error {
  color: #CF410E;
}

@media print {
  .c-control-plan-item__value--error {
    text-indent: -6249.9375rem;
    border-bottom: 1px dotted #E8E8E8;
    -ms-flex-positive: 1;
        flex-grow: 1;
    overflow: hidden;
    margin: 0 0.9375rem 0 0 !important;
  }
}

.c-control-plan-item__value--full-width {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .c-control-plan-item__value--full-width {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print {
  .c-control-plan-item__value {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}

.c-control-plan-item__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  margin-bottom: 1.875rem;
}

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

.c-control-plan-item__button {
  min-width: 0;
  width: 100%;
}

.c-control-plan-item__button i {
  margin-left: 0.625rem;
}

.c-control-plan-item__button-wrapper {
  width: calc(50% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

.c-control-plan-print {
  display: none;
}

@media print {
  .c-control-plan-print {
    display: block;
  }
}

.c-control-plan-print__header {
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.25rem !important;
}

.c-control-plan-print__form {
  page-break-inside: avoid;
}

.c-control-plan-print__heading {
  page-break-inside: avoid;
}

.c-control-plan-print__content {
  page-break-inside: avoid;
}

.c-control-plan-print__footer {
  margin-top: 2.5rem !important;
  page-break-inside: avoid;
}

.c-control-plan-print__sign {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

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

.c-control-plan-print__sign-date {
  width: calc(25% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

.c-control-plan-print__sign-signature {
  width: calc(33.33333% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 0 0.9375rem !important;
}

.c-control-plan-print__sign-name-clarification {
  width: calc(33.33333% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

.c-control-plan-print__sign-label {
  font-weight: bold;
}

.c-control-plan-print__sign-field {
  width: 100%;
  height: 1.25rem;
  border-bottom: 1px solid;
  display: block;
  margin-top: 2.5rem !important;
}

.c-control-plan-print__logo-img {
  width: 12.5rem;
}

.c-control-plan-print__preamble {
  font-size: 1.25rem;
  margin-bottom: 1.25rem !important;
}

.c-control-plan-print__preamble:before {
  content: "";
  width: 100%;
  height: 1.875rem;
  float: left;
}

.c-control-plan-print__intro {
  padding-left: 1.875rem !important;
}

.c-control-plan-print__label {
  font-weight: bold;
}

.c-control-plan-print__date {
  font-size: 0.75rem;
}

.c-control-plan-print__heading {
  font-size: 1.25rem;
}

@media print {
  .c-control-plan-print__heading {
    margin-top: 1.875rem !important;
  }
}

.c-control-plan-print__table {
  font-size: 0.75rem;
  border-collapse: collapse;
  line-height: normal;
}

.c-control-plan-print__table th,
.c-control-plan-print__table td {
  border: 0.0625rem solid #1B1B1A;
  padding: 0.3125rem !important;
  vertical-align: top;
}

.c-control-plan-print__table th {
  font-weight: bold;
}

.c-control-plan-print .c-editor h2 {
  font-size: 1.25rem;
  line-height: normal;
}

.c-control-plan-print .c-editor h3 {
  font-size: 1.125rem;
  line-height: normal;
}

.c-control-points__heading {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}

.c-control-points__add-button {
  margin: 0 auto;
}

.c-control-points__add-button i {
  margin-left: 0.625rem;
}

.c-control-points__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.c-control-points__item {
  border-bottom: 0.125rem solid #E8E8E8;
}

.c-control-points__item:last-child {
  border: 0;
}

.c-control-points__item--hidden {
  visibility: hidden;
  transition: opacity 0.5s ease-out;
  margin: 0;
  opacity: 0;
  height: 0;
}

.c-control-points__item--visible {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.c-control-points__item--expanded {
  border: 0;
}

.c-control-points__link {
  color: #1B1B1A;
  font-weight: 700;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: start;
      align-items: flex-start;
  cursor: pointer;
  padding-left: 2.1875rem;
  padding-right: 0.625rem;
}

.c-control-points__link span {
  border-bottom: 0.125rem solid transparent;
  padding-bottom: 0.0625rem;
}

.c-control-points__link:hover span, .c-control-points__link:focus span {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.c-control-points__link::before {
  content: "+";
  background: #e7f3fb;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1.5rem;
  color: #004b7a;
  font-size: 1.25rem;
  font-family: "Inter Bold", sans-serif;
  top: -0.1875rem;
  left: 0;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.using-keyboard .c-control-points__link:focus::before {
  background: #1B1B1A;
  color: #FBCE20;
}

.c-control-points__item--expanded .c-control-points__link::before {
  content: "−";
  background: #004b7a;
  color: #fff;
}

.c-control-points__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.125rem 0;
}

.c-control-points__area {
  display: none;
}

.c-control-points__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.25rem;
  background: #f5f5f5;
}

@media print, screen and (min-width: 40em) {
  .c-control-points__block {
    padding: 2.5rem 3.125rem;
  }
}

@media print, screen and (min-width: 40em) {
  .c-control-points__block {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.c-control-points__content {
  width: 100%;
}

.c-contact {
  max-width: 90rem;
  margin: 0 auto;
}

.c-contact__outer--top {
  background: #e7f3fb;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 0.9375rem;
  padding: 1.25rem 0 2.5rem 0;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 64em) {
  .c-contact__outer--top {
    margin-bottom: 2.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-contact__outer--top {
    height: 7.5rem;
    padding: 0;
  }
}

.c-contact__outer--top .c-contact__inner {
  width: 100%;
}

.c-contact__outer--top .c-contact__wrapper {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-contact__outer--top .c-contact__wrapper {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-contact__outer--top .c-contact__wrapper {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-contact__outer--welcome {
  height: 10.625rem;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media print, screen and (min-width: 40em) {
  .c-contact__outer--welcome {
    height: 18.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-contact__outer--welcome {
    height: 21.875rem;
  }
}

.c-contact__outer--welcome .c-contact__inner {
  width: 100%;
}

.c-contact__outer--welcome .c-contact__wrapper {
  background: #fefefe;
  text-align: center;
  border-radius: 0.25rem;
}

@media print, screen and (min-width: 64em) {
  .c-contact__outer--welcome .c-contact__wrapper {
    padding: 0.375rem 2.5rem;
  }
}

.c-contact__outer--welcome .c-contact__wrapper h2, .c-contact__outer--welcome .c-contact__wrapper p {
  max-width: 100%;
  margin-bottom: unset;
}

.c-contact__outer--welcome .c-contact__wrapper .c-contact__heading {
  display: none;
  line-height: 2.625rem;
  margin-bottom: 0;
}

@media print, screen and (min-width: 64em) {
  .c-contact__outer--welcome .c-contact__wrapper .c-contact__heading {
    font-size: 2.375rem;
    display: block;
  }
}

.c-contact__outer--info {
  margin-top: 1.6875rem;
}

@media print, screen and (min-width: 64em) {
  .c-contact__outer--info {
    margin-bottom: 1.875rem;
    margin-top: 3rem;
  }
}

.c-contact__outer--info .c-contact__wrapper {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding: 1.875rem 0.9375rem 1.25rem 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-contact__outer--info .c-contact__wrapper {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    padding: 1.5625rem 1.875rem 1.25rem 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-contact__outer--info .c-contact__wrapper {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    padding: 2.5rem 3.125rem;
  }
}

.c-contact__outer--info .c-contact__wrapper--bg {
  background: #fafafa;
  border-radius: 0.25rem;
}

.c-contact__outer--info .c-contact__wrapper--bg .c-editor__link {
  background: #fff;
}

.using-keyboard .c-contact__outer--info .c-contact__wrapper--bg .c-editor__link:focus {
  background: #fff;
}

.c-contact .c-contact__preamble p {
  margin: 0 auto;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  max-width: 52.6875rem;
  padding: 0 15px;
  text-align: start;
}

@media print, screen and (min-width: 40em) {
  .c-contact .c-contact__preamble p {
    font-size: 1.25rem;
    text-align: center;
  }
}

.c-contact__inner {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.c-contact__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -ms-flex-pack: center;
      justify-content: center;
}

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

.c-contact__content .c-contact__heading {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 64em) {
  .c-contact__content .c-contact__heading {
    display: none;
  }
}

.c-contact__link {
  font-family: "Inter Regular", sans-serif;
  font-size: 1rem;
  color: #004b7a;
  margin: 0 0 1.875rem 0;
  display: inline-block;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  padding-left: 2.5rem;
}

@media print, screen and (min-width: 64em) {
  .c-contact__link {
    padding-left: 2.8125rem;
  }
}

.c-contact__link span {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
}

.c-contact__link:last-of-type {
  margin: 0;
}

@media print, screen and (min-width: 64em) {
  .c-contact__link {
    margin: 0 2.5rem 0 0;
  }
}

.c-contact__link::before {
  font-family: "Font Awesome 6 Pro";
  color: #1B1B1A;
  background: #fff;
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 1.875rem;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.625rem;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 0.125rem;
  left: 0;
}

@media print, screen and (min-width: 64em) {
  .c-contact__link::before {
    top: -0.125rem;
    height: 2.1875rem;
    width: 2.1875rem;
    border-radius: 2.1875rem;
  }
}

.c-contact__link--tel::before {
  content: "\f3cd";
  font-size: 1.125rem;
}

@media print, screen and (min-width: 64em) {
  .c-contact__link--tel::before {
    font-size: 1.125rem;
  }
}

.c-contact__link--email {
  word-break: break-word;
}

.c-contact__link--email::before {
  content: "\f0e0";
  font-weight: 400;
  font-size: 1rem;
}

@media print, screen and (min-width: 64em) {
  .c-contact__link--email::before {
    font-size: 1rem;
  }
}

.c-contact__link--report::before {
  content: "\f071";
  font-size: 0.875rem;
}

@media print, screen and (min-width: 64em) {
  .c-contact__link--report::before {
    font-size: 0.9375rem;
  }
}

.c-contact__link:hover span {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
}

.using-keyboard .c-contact__link:focus {
  background: none;
}

.using-keyboard .c-contact__link:focus span {
  background: #FBCE20;
}

.c-contact__list {
  list-style-type: none;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media print, screen and (min-width: 64em) {
  .c-contact__list {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.c-contact__item {
  margin: 0 0 1.375rem 0;
}

.c-contact__item:last-child {
  margin: 0;
}

@media print, screen and (min-width: 64em) {
  .c-contact__item {
    margin: 0 3.5rem 0 0;
  }
}

.c-contact__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.c-contact__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.c-contact-card {
  margin-bottom: 0.9375rem;
  /* Different layout in Editor */
  /* Different layout in Block - Half Width */
}

@media print, screen and (min-width: 40em) {
  .c-contact-card {
    margin-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-contact-card {
    margin-bottom: 3.75rem;
  }
}

.c-contact-card__heading, .c-contact-card__subheading {
  font-size: 1.75rem;
  line-height: 2.625rem;
  margin: 0 0 0.625rem 0;
}

.c-contact-card__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media print, screen and (min-width: 64em) {
  .c-contact-card__inner {
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0 0.9375rem;
  }
}

.c-contact-card__left {
  background: #e7f3fb;
  width: 100%;
  padding: 1.25rem 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-contact-card__left {
    padding: 1.25rem 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-contact-card__left {
    padding: 1.875rem 3.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-contact-card__left {
    width: 40%;
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: auto;
  }
}

.c-contact-card__right {
  width: 100%;
  background: #fafafa;
  position: relative;
  border-top: 0.125rem solid #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

@media print, screen and (min-width: 64em) {
  .c-contact-card__right {
    width: 60%;
    border-top: 0;
    border-left: 0.125rem solid #fff;
  }
}

.c-contact-card__tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
}

.c-contact-card__tabs--shadow .c-contact-card__button {
  box-shadow: 0 0.0625rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.4);
}

.c-contact-card__button {
  background: #D8E9F1;
  color: #004b7a;
  padding: 0 0.9375rem;
  border-radius: 1.875rem;
  height: 2.5rem;
  font-family: "Inter Bold", sans-serif;
  font-size: 0.9375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0.3125rem;
  min-width: 7.75rem;
  cursor: pointer;
  line-height: 0;
}

.c-contact-card__tab--current .c-contact-card__button {
  background: #004b7a;
  color: #fff;
}

.c-contact-card__tab--current .c-contact-card__button:hover {
  cursor: text;
}

.c-contact-card__tab:first-child .c-contact-card__button span::before {
  content: "\f279";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  margin-right: 0.25rem;
}

.c-contact-card__tab:last-child .c-contact-card__button span::before {
  content: "\f017";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  margin-right: 0.125rem;
}

.c-contact-card__content {
  width: 100%;
  z-index: -9;
  opacity: 0;
}

.c-contact-card__right--tabs .c-contact-card__content {
  position: absolute;
}

.c-contact-card__content--times {
  padding: 1.25rem 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-contact-card__content--times {
    padding: 1.25rem 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-contact-card__content--times {
    padding: 1.875rem 3.125rem;
  }
}

@media screen and (min-width: 75em) {
  .c-contact-card__content--times {
    padding: 1.875rem 4.375rem;
  }
}

.c-contact-card__right--tabs .c-contact-card__content--times {
  padding-bottom: 4rem;
}

.c-contact-card__content--current {
  z-index: 1;
  opacity: 1;
}

.c-contact-card__list {
  list-style-type: none;
  margin: 0;
  padding: 0 0 1.25rem 0;
}

.c-contact-card__item {
  border-bottom: 0.125rem solid #E8E8E8;
  font-size: 0.75rem;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 0;
}

.c-contact-card__item:last-child {
  border: 0;
}

.c-contact-card__weekday {
  font-family: "Inter Bold", sans-serif;
  font-size: 0.9375rem;
  width: 33.33333333%;
}

.c-contact-card__duration {
  width: 33.33333333%;
}

.c-contact-card__time {
  font-family: "Inter Bold", sans-serif;
  font-size: 0.9375rem;
}

.c-contact-card__time:last-child::before {
  content: "\00a0\—\00a0";
}

.c-contact-card__map {
  height: 100%;
  min-height: 18.75rem;
  min-width: 0.0625rem;
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  .c-contact-card__map {
    height: 100%;
  }
}

.c-contact-card__map * {
  padding: 0 !important;
}

.c-contact-card__map .c-editor__iframe {
  position: static;
}

.c-contact-card iframe {
  height: 100%;
  width: 100%;
}

.c-contact-card__text {
  font-size: 0.9375rem;
  font-weight: 400;
  padding: 0.9375rem 0.3125rem 0.1875rem 1.5625rem !important;
}

@media print, screen and (min-width: 64em) {
  .c-editor .c-contact-card {
    margin: 1.875rem 0;
  }
}

@media print, screen and (min-width: 64em) {
  .c-editor .c-contact-card__inner {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .c-editor .c-contact-card__right {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .c-editor .c-contact-card__heading.active::before {
    left: 3.125rem !important;
  }
}

.c-contact-card .c-editor__link {
  background: #fff;
}

.using-keyboard .c-contact-card .c-editor__link:focus {
  background: #fff;
}

.c-block-grid--half .c-contact-card__inner {
  -ms-flex-direction: column;
      flex-direction: column;
}

.c-block-grid--half .c-contact-card__left {
  width: 100%;
}

.c-block-grid--half .c-contact-card__right {
  width: 100%;
  border-left: 0;
  border-top: 0.125rem solid #fff;
}

@media print, screen and (min-width: 64em) {
  .c-block-grid--half .c-contact-card__content--times {
    padding: 1.25rem 3.125rem;
  }
}

/* Different layout on Landing Page, Editor */
.c-contact-people {
  margin-bottom: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-contact-people {
    margin-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-contact-people {
    margin-bottom: 3.75rem;
  }
}

.c-contact-people__outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -ms-flex-pack: center;
      justify-content: center;
}

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

.c-contact-people__inner {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  /* Different styles on Landing Page + Editor component */
}

@media print, screen and (min-width: 64em) {
  .c-contact-people__inner {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-block-grid--half .c-contact-people__inner {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing .c-contact-people__inner,
  .c-editor .c-contact-people__inner {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-contact-people__heading {
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 64em) {
  .c-contact-people__heading {
    margin-bottom: 1.25rem;
  }
}

.c-contact-people__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.c-contact-people__item {
  margin-bottom: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #fafafa;
  padding: 0.9375rem 0.9375rem 1.25rem 0.9375rem;
  border-radius: 0.1875rem;
}

@media print, screen and (min-width: 64em) {
  .c-contact-people__item {
    padding: 1.25rem 1.875rem 1.5625rem 1.875rem;
  }
}

.c-contact-people__item:last-child {
  margin: 0;
}

.c-contact-people__name {
  font-weight: 600;
}

.c-contact-people__phone, .c-contact-people__email {
  font-weight: 600;
  display: inline-block;
}

.c-contact-people__phone:hover span, .c-contact-people__phone:focus span, .c-contact-people__email:hover span, .c-contact-people__email:focus span {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
  padding-bottom: 0;
}

.c-contact-people__email {
  word-break: break-word;
}

@media print, screen and (min-width: 64em) {
  .c-editor .c-contact-people {
    margin-bottom: 1.875rem;
  }
}

.c-cookie {
  z-index: 99;
  background: #707070;
  width: 100%;
  transition: transform .3s ease;
}

.c-cookie--hidden {
  transform: translateY(-100%);
  transition: transform .3s ease;
}

.c-cookie__outer {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.c-cookie__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -ms-flex-pack: center;
      justify-content: center;
}

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

.c-cookie__content {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  min-height: 4.375rem;
  padding: 0.9375rem 0;
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .c-cookie__content {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-cookie__content {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.c-cookie__message {
  margin: 0 0 0 0;
  padding: 0 1.25rem 0 1.875rem;
  font-size: 1rem;
  color: #fff;
  position: relative;
}

.c-cookie__message::before {
  content: "\f564";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  margin-right: 0.625rem;
  background-color: #ffffff6e;
  background-position: center;
  width: 50px;
  height: 50px;
  padding: 0.5rem;
  border-radius: 50%;
}

@media print, screen and (min-width: 64em) {
  .c-cookie__message {
    margin: 0;
  }
}

.c-cookie__link {
  font-weight: 700;
  padding-bottom: 0;
  color: #fff;
}

.c-cookie__link span {
  border-bottom: 0.125rem solid #fff;
  padding-bottom: 0.0625rem;
  padding-bottom: 0;
}

.c-cookie__link::before {
  content: "\00a0";
}

.c-cookie__link:hover, .c-cookie__link:focus {
  color: #fff;
}

.c-cookie__button-container {
  display: -ms-flexbox;
  display: flex;
}

.c-cookie__button {
  background: #fff;
  border-color: #fff;
  color: black;
  padding: 1.25rem 1.25rem;
  margin-top: 1.25rem;
  width: 7.8125rem;
  font-size: 1rem;
}

@media print, screen and (min-width: 64em) {
  .c-cookie__button {
    margin-top: 0;
    width: auto;
  }
}

.c-cookie__button:hover {
  background: #ffffff7d;
  color: black;
}

.c-cookie__button-decline {
  border-color: #fff;
  color: #fff;
  padding: 1.25rem 1.25rem;
  margin-top: 1.25rem;
  margin-left: 0.9375rem;
  width: 7.8125rem;
  font-size: 1rem;
}

@media print, screen and (min-width: 64em) {
  .c-cookie__button-decline {
    margin-top: 0;
    width: auto;
  }
}

.c-cookie__button-decline:hover {
  background: #fff;
  color: black;
}

body.lock-scroll {
  overflow: hidden;
}

.cookieModal {
  display: none;
  position: fixed;
  left: 0px;
  top: 0;
  background: rgba(0, 0, 0, 0.44);
  height: 100vh;
  width: 100vw;
  color: #fff;
  z-index: 99999;
  font-family: "Inter Regular", sans-serif;
}

.cookieModal h2 {
  font-size: 1.5rem;
}

.cookieModal h3 {
  font-size: 1.7rem;
}

.cookieModal p, .cookieModal ul, .cookieModal ol {
  font-size: 1.0rem !important;
  line-height: 1.4;
}

.cookieModal p {
  max-width: 100%;
}

.cookieModal li {
  margin-bottom: 8px;
}

.cookieModal a {
  color: #004b7a;
  text-decoration: underline;
  border-bottom: none;
}

.cookieModal a:hover {
  text-decoration: none;
}

.cookieModal a.cookiePolicy {
  display: inline;
}

.cookieModal table {
  font-size: 1.0rem;
  margin-bottom: 20px;
}

.cookieModal table tr td, .cookieModal table tr th {
  text-align: left;
  border: 1px solid;
  padding: 10px;
  font-family: "Inter Regular", sans-serif;
}

.cookieModal .dialog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc((100%) - 3.5rem);
  max-width: 900px;
  padding: 0 10px;
  height: 100%;
  padding: 0 15px;
}

@media print, screen and (min-width: 40em) {
  .cookieModal .dialog {
    margin: 0 auto;
    padding: 0 20px;
  }
}

.cookieModal .content {
  position: relative;
  display: none;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  background: transparent;
  color: black;
  font-size: 1.0rem;
  max-height: calc((100vh) - -7rem);
  box-sizing: border-box;
  pointer-events: auto;
  background-clip: padding-box;
  outline: 0;
}

.cookieModal .content.show {
  display: -ms-flexbox;
  display: flex;
}

.cookieModal .heading_wrapper {
  padding: 20px 10px;
  background: #fff;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

@media print, screen and (min-width: 40em) {
  .cookieModal .heading_wrapper {
    padding: 20px 40px;
  }
}

.cookieModal .heading_wrapper .heading {
  margin: 0;
}

.cookieModal .heading {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.cookieModal .text_wrapper {
  padding: 10px 15px;
  background: #fff;
  max-width: 850px;
}

@media print, screen and (min-width: 40em) {
  .cookieModal .text_wrapper {
    padding: 30px 20px 0px 20px;
  }
}

.cookieModal .text_wrapper:not(.settings) {
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

.cookieModal .text_wrapper.settings {
  background: #fff;
  color: #333;
  overflow: auto;
  max-height: calc((80vh) - 10rem);
}

@media print, screen and (min-width: 40em) {
  .cookieModal .text_wrapper.settings {
    padding: 20px 40px;
  }
}

.cookieModal .text_wrapper img {
  width: 100%;
  max-width: 70px;
}

.cookieModal .text_wrapper .text {
  max-height: calc((60vh) - 84px);
  overflow: auto;
  font-size: 1.0rem;
}

.cookieModal .text_wrapper .text p {
  margin-top: 0;
  font-size: 1.0rem;
}

.cookieModal .text_wrapper .option_wrapper {
  padding: 10px;
  background: #f7f7f7;
  border: solid 1px #cccccc;
}

.cookieModal .buttons {
  position: relative;
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: right;
      justify-content: right;
  gap: 12px;
  background: #fff;
  padding: 20px 10px;
  border-bottom-left-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

@media print, screen and (min-width: 40em) {
  .cookieModal .buttons {
    padding: 30px 40px;
  }
}

.cookieModal .buttons button, .cookieModal .buttons .np-searchbutton-standard {
  color: #212529;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  text-align: center;
  transition: all .5s ease;
  padding: 12px;
  line-height: 18px;
  cursor: pointer;
  border-radius: .125rem;
  min-width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Inter Regular", sans-serif;
  font-weight: 600;
  font-size: 1.0rem;
  letter-spacing: 0.4px;
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .cookieModal .buttons button, .cookieModal .buttons .np-searchbutton-standard {
    width: auto;
    min-width: 90px;
  }
}

.cookieModal .buttons button:hover, .cookieModal .buttons .np-searchbutton-standard:hover {
  background-color: #e2e6ea;
  color: #212529;
}

.cookieModal .buttons .blueBtn {
  border-radius: 4.375rem;
  border: 1px solid  #004b7a;
  background: #004b7a;
  color: #fff;
}

.cookieModal .buttons .blueBtn:hover {
  background-color: #00385C;
  color: #fff;
}

.cookieModal .buttons .backbtn {
  border-radius: 4.375rem;
}

.cookieModal .buttons .whiteBtn {
  border-radius: 4.375rem;
  border: 1px solid #4b4b4b;
  background: transparent;
  color: Black;
}

.cookieModal .buttons .whiteBtn:hover {
  background-color: #00385C;
  color: #fff;
}

.cookieModal .input-checkbox, .cookieModal .input-radio {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.cookieModal .input-checkbox:focus-visible + label, .cookieModal .input-checkbox:focus-visible + .c-permit-filter__label, .cookieModal .input-radio:focus-visible + label, .cookieModal .input-radio:focus-visible + .c-permit-filter__label {
  color: #284898;
  outline: 2px solid black;
  border-radius: 3px;
}

.cookieModal .input-checkbox + .label, .cookieModal .input-radio + .label {
  background: transparent;
  padding-bottom: 0.2rem;
  padding-left: 0;
  margin-left: 0;
  position: relative;
  cursor: pointer;
  font-size: 1.2rem;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.cookieModal .input-checkbox + .label::after, .cookieModal .input-radio + .label::after {
  content: "\f204";
  font-size: 2.0rem;
  font-family: 'FontAwesome';
  transition: .5s all;
}

.cookieModal .input-checkbox:checked + .label::after, .cookieModal .input-radio:checked + .label::after {
  content: "\f205";
  color: #004b7a;
}

.cookieModal .input-checkbox:disabled + .label::after, .cookieModal .input-radio:disabled + .label::after {
  content: "\f205";
  color: #ccc;
}

.cookieModal .cookie-label {
  display: block;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
}

.cookieModal .cookieinfo {
  color: #004b7a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: transparent;
  font-size: 1.0rem;
  margin-bottom: 20px;
}

.cookieModal .cookieinfo.expand:before {
  content: '\f078';
  font-family: 'FontAwesome';
  padding-right: 10px;
  font-size: 1.0rem;
  font-weight: bold;
  color: #284898;
}

.cookieModal .cookieinfo.expand.minify:before {
  content: '\f077';
}

.cookieModal .cookieinfo_content {
  display: none;
  background: #fff;
  padding: 5px;
  border-radius: 3px;
  margin-top: 5px;
}

.cookieModal .cookieinfo_content.show {
  display: block;
}

.cookieModal .closebtn {
  display: none;
}

.cookieModal .closebtn.show {
  display: block;
}

.cookieModal .acceptAll {
  display: none;
}

.cookieModal .acceptAll.show {
  display: block;
}

.cookieModal .hidden {
  display: none;
}

.cookieModal .policy-content {
  word-break: break-word;
}

.c-editor__head, .p-building-permit__head {
  position: relative;
}

.c-editor__space {
  display: inline;
  white-space: nowrap;
}

.c-editor__zero {
  width: 7.5rem;
  display: inline-block;
}

.c-editor__iframe {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.c-editor__iframe iframe,
.c-editor__iframe object,
.c-editor__iframe embed,
.c-editor__iframe video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-editor img {
  display: block;
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .c-editor img {
    margin: 0.3125rem 0 1.5625rem 0;
  }
}

.c-editor > ul,
.c-editor > div:not([class]) > ul {
  margin: 0 0 1.25rem 0;
  padding: 0;
}

.c-editor > ul li,
.c-editor > div:not([class]) > ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1.5625rem;
}

.c-editor > ul li::before,
.c-editor > div:not([class]) > ul li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.4375rem;
  font-weight: 700;
  color: #004b7a;
  position: absolute;
  top: 0.4375rem;
  left: 0;
}

.c-editor > ul li a,
.c-editor > div:not([class]) > ul li a {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
  margin-right: 1.5625rem;
  display: inline;
  position: relative;
}

.c-editor > ul li a[href^="http://"]:not([href*="www.sollentuna.se"])::after, .c-editor > ul li a[href^="https://"]:not([href*="www.sollentuna.se"])::after,
.c-editor > div:not([class]) > ul li a[href^="http://"]:not([href*="www.sollentuna.se"])::after,
.c-editor > div:not([class]) > ul li a[href^="https://"]:not([href*="www.sollentuna.se"])::after {
  content: "\00a0\00a0\f35d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 0.8125rem;
  position: relative;
  color: #004b7a;
  margin-right: -1.25rem;
}

.c-editor > ol {
  margin: 0 0 1.25rem 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}

.c-editor > ol li {
  list-style-type: none;
  position: relative;
  padding-left: 1.5625rem;
  counter-increment: item;
}

.c-editor > ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  font-weight: 700;
}

.c-editor > ol li a {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
  margin-right: 1.5625rem;
  display: inline;
  position: relative;
}

.c-editor > ol li a[href^="http://"]:not([href*="www.sollentuna.se"])::after, .c-editor > ol li a[href^="https://"]:not([href*="www.sollentuna.se"])::after {
  content: "\00a0\00a0\f35d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 0.8125rem;
  position: relative;
  color: #004b7a;
  margin-right: -1.25rem;
}

.using-keyboard .c-editor > ul a[href^="http://"]:not([href*="www.sollentuna.se"]):focus::after, .using-keyboard .c-editor > ul a[href^="https://"]:not([href*="www.sollentuna.se"]):focus::after, .using-keyboard
.c-editor > ol a[href^="http://"]:not([href*="www.sollentuna.se"]):focus::after, .using-keyboard
.c-editor > ol a[href^="https://"]:not([href*="www.sollentuna.se"]):focus::after {
  color: #1B1B1A;
}

.c-editor__highlight {
  margin-bottom: 0.625rem;
}

.c-editor__highlight--last {
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 64em) {
  .c-editor__highlight--last {
    margin-bottom: 1.5625rem;
  }
}

.c-editor__link {
  display: -ms-flexbox;
  display: flex;
  min-height: 3.125rem;
  -ms-flex-align: center;
      align-items: center;
  background: #e7f3fb;
  border: 0;
  border-radius: 0.25rem;
  padding: 0.625rem 0.9375rem;
  position: relative;
  font-weight: 700;
}

@media print, screen and (min-width: 40em) {
  .c-editor__link {
    padding: 0.625rem 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-editor__link {
    padding: 0.625rem 1.875rem;
  }
}

.c-editor__link[href^="http://"]:not([href*="www.sollentuna.se"]), .c-editor__link[href^="https://"]:not([href*="www.sollentuna.se"]) {
  display: -ms-flexbox;
  display: flex;
  border: 0.125rem solid #E8E8E8;
  border: 0;
  margin: 0;
  padding: 0.625rem 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-editor__link[href^="http://"]:not([href*="www.sollentuna.se"]), .c-editor__link[href^="https://"]:not([href*="www.sollentuna.se"]) {
    padding: 0.625rem 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-editor__link[href^="http://"]:not([href*="www.sollentuna.se"]), .c-editor__link[href^="https://"]:not([href*="www.sollentuna.se"]) {
    padding: 0.625rem 1.875rem;
  }
}

.c-editor__link[href^="http://"]:not([href*="www.sollentuna.se"]) .c-editor__text, .c-editor__link[href^="https://"]:not([href*="www.sollentuna.se"]) .c-editor__text {
  display: inline-block;
  padding-right: 1.25rem;
  position: relative;
  margin-right: 0;
}

.c-editor__link[href^="http://"]:not([href*="www.sollentuna.se"]) .c-editor__text::after,
.c-editor__link[href^="https://"]:not([href*="www.sollentuna.se"]) .c-editor__text::after {
  content: "\f35d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 0.8125rem;
  position: relative;
  display: inline-block;
  margin-right: -1rem;
  width: 1rem;
  text-align: right;
  bottom: 0.0625rem;
  color: #1B1B1A;
  background: none;
  line-height: 0;
  color: #004b7a;
}

.c-editor__link[href^="http://"]:not([href*="www.sollentuna.se"]):focus, .c-editor__link[href^="https://"]:not([href*="www.sollentuna.se"]):focus {
  border: 0;
  padding-bottom: 0.625rem;
}

.c-editor__link[href^="http://"]:not([href*="www.sollentuna.se"])::after, .c-editor__link[href^="https://"]:not([href*="www.sollentuna.se"])::after {
  content: none !important;
}

.using-keyboard .c-editor__link:focus {
  background: #e7f3fb;
}

.using-keyboard .c-editor__link:focus .c-editor__text span {
  background: #FBCE20;
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.using-keyboard .c-editor__link:focus .c-editor__text::after {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-black.svg) no-repeat bottom right;
  background-position-x: 0.3125rem;
}

.using-keyboard .c-editor__link:focus[href^="http://"]:not([href*="www.sollentuna.se"]), .using-keyboard .c-editor__link:focus[href^="https://"]:not([href*="www.sollentuna.se"]) {
  border: 0;
  padding-bottom: 0.625rem;
}

.using-keyboard .c-editor__link:focus[href^="http://"]:not([href*="www.sollentuna.se"]) .c-editor__text::after, .using-keyboard .c-editor__link:focus[href^="https://"]:not([href*="www.sollentuna.se"]) .c-editor__text::after {
  content: "\f35d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 0.8125rem;
  position: relative;
  display: inline-block;
  margin-right: -1rem;
  width: 1rem;
  text-align: right;
  bottom: 0.0625rem;
  color: #1B1B1A;
  background: none;
}

.c-editor__text {
  position: relative;
  margin-right: 1.25rem;
  display: inline-block;
}

.c-editor__text span {
  display: inline;
}

.c-editor__text span:hover, .c-editor__text span:focus {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
}

.c-editor__text::after {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-blue.svg) no-repeat bottom right;
  background-position-x: 0.3125rem;
  position: absolute;
  width: 1.25rem;
  height: 0.6875rem;
  display: inline;
  bottom: 0.4375rem;
}

.c-editor--contact h2 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.c-editor--contact h3 {
  font-size: 1.125rem;
  line-height: 1.6875rem;
}

.c-editor--contact h4 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.c-editor--contact h5 {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

.c-editor-files {
  margin: 1.875rem 0;
}

@media print, screen and (min-width: 64em) {
  .c-editor-files {
    margin: 2.1875rem 0;
  }
}

.c-editor-files__heading {
  font-family: "Inter Bold", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  display: block;
}

.c-editor-files__list {
  margin: 0 !important;
  border: 0.125rem solid #E8E8E8;
  padding: 0.3125rem 0.9375rem;
  border-radius: 0.25rem;
}

@media print, screen and (min-width: 40em) {
  .c-editor-files__list {
    padding: 0.3125rem 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-editor-files__list {
    padding: 0.3125rem 1.875rem;
  }
}

.c-editor-files__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  list-style-type: none;
  padding: 0.9375rem 0.625rem;
  position: relative;
}

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

@media print, screen and (min-width: 40em) {
  .c-editor-files__item {
    padding: 0.9375rem 0;
  }
}

.c-editor-files__item:not(:last-child)::after {
  content: '';
  height: 0.0625rem;
  border-bottom: 0.125rem solid #E8E8E8;
  position: absolute;
  left: 0.9375rem;
  right: 0.9375rem;
  bottom: 0;
}

.c-editor-files__col {
  display: -ms-flexbox;
  display: flex;
}

.c-editor-files__col--title {
  width: calc(66.66667% - 0.625rem);
  margin-right: 0.3125rem;
  margin-left: 0.3125rem;
}

@media print, screen and (min-width: 40em) {
  .c-editor-files__col--title {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-editor-files__col--size {
  width: calc(16.66667% - 0.625rem);
  margin-right: 0.3125rem;
  margin-left: 0.3125rem;
  color: #707070;
  font-family: "Inter Bold", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  position: relative;
  top: 0.1875rem;
}

@media print, screen and (min-width: 40em) {
  .c-editor-files__col--size {
    width: calc(16.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-editor-files__col--download {
  position: relative;
  width: calc(16.66667% - 0.625rem);
  margin-right: 0.3125rem;
  margin-left: 0.3125rem;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

@media print, screen and (min-width: 40em) {
  .c-editor-files__col--download {
    width: calc(16.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-editor-files__link {
  font-weight: 700;
  position: relative;
  margin-left: 1.25rem;
  word-break: break-word;
}

@media print, screen and (min-width: 64em) {
  .c-editor-files__link {
    font-size: 0.9375rem;
  }
}

.c-editor-files__link--title[href$=".pdf"] {
  margin-left: 1.5625rem;
}

.c-editor-files__link--title[href$=".pdf"]::before {
  content: "\f1c1";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.125rem;
  font-weight: 500;
  color: #1B1B1A;
  position: absolute;
  top: -0.1875rem;
  left: -1.5625rem;
}

.c-editor-files__link--title[href$=".doc"], .c-editor-files__link--title[href$=".docx"] {
  margin-left: 1.5625rem;
}

.c-editor-files__link--title[href$=".doc"]::before, .c-editor-files__link--title[href$=".docx"]::before {
  content: "\f1c2";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.125rem;
  font-weight: 500;
  color: #1B1B1A;
  position: absolute;
  top: -0.1875rem;
  left: -1.5625rem;
}

.c-editor-files__link--title[href$=".odt"], .c-editor-files__link--title[href$=".rtf"], .c-editor-files__link--title[href$=".txt"] {
  margin-left: 1.5625rem;
}

.c-editor-files__link--title[href$=".odt"]::before, .c-editor-files__link--title[href$=".rtf"]::before, .c-editor-files__link--title[href$=".txt"]::before {
  content: "\f15c";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.125rem;
  font-weight: 500;
  color: #1B1B1A;
  position: absolute;
  top: -0.1875rem;
  left: -1.5625rem;
}

.c-editor-files__link--title[href$=".pps"], .c-editor-files__link--title[href$=".ppt"], .c-editor-files__link--title[href$=".pptx"] {
  margin-left: 1.5625rem;
}

.c-editor-files__link--title[href$=".pps"]::before, .c-editor-files__link--title[href$=".ppt"]::before, .c-editor-files__link--title[href$=".pptx"]::before {
  content: "\f1c4";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.125rem;
  font-weight: 500;
  color: #1B1B1A;
  position: absolute;
  top: -0.1875rem;
  left: -1.5625rem;
}

.c-editor-files__link--title[href$=".ai"], .c-editor-files__link--title[href$=".eps"], .c-editor-files__link--title[href$=".ps"], .c-editor-files__link--title[href$=".svg"], .c-editor-files__link--title[href$=".gif"], .c-editor-files__link--title[href$=".jpg"], .c-editor-files__link--title[href$=".png"], .c-editor-files__link--title[href$=".psd"], .c-editor-files__link--title[href$=".tif"], .c-editor-files__link--title[href$=".tiff"] {
  margin-left: 1.5625rem;
}

.c-editor-files__link--title[href$=".ai"]::before, .c-editor-files__link--title[href$=".eps"]::before, .c-editor-files__link--title[href$=".ps"]::before, .c-editor-files__link--title[href$=".svg"]::before, .c-editor-files__link--title[href$=".gif"]::before, .c-editor-files__link--title[href$=".jpg"]::before, .c-editor-files__link--title[href$=".png"]::before, .c-editor-files__link--title[href$=".psd"]::before, .c-editor-files__link--title[href$=".tif"]::before, .c-editor-files__link--title[href$=".tiff"]::before {
  content: "\f1c5";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.125rem;
  font-weight: 500;
  color: #1B1B1A;
  position: absolute;
  top: -0.1875rem;
  left: -1.5625rem;
}

.c-editor-files__link--title[href$=".xlsx"], .c-editor-files__link--title[href$=".xlsm"], .c-editor-files__link--title[href$=".xlsb"], .c-editor-files__link--title[href$=".xltx"], .c-editor-files__link--title[href$=".xltm"], .c-editor-files__link--title[href$=".xls"], .c-editor-files__link--title[href$=".xlt"], .c-editor-files__link--title[href$=".xls"], .c-editor-files__link--title[href$=".xml"], .c-editor-files__link--title[href$=".xml"], .c-editor-files__link--title[href$=".xlam"], .c-editor-files__link--title[href$=".xla"], .c-editor-files__link--title[href$=".xlw"], .c-editor-files__link--title[href$=".xlr"] {
  margin-left: 1.5625rem;
}

.c-editor-files__link--title[href$=".xlsx"]::before, .c-editor-files__link--title[href$=".xlsm"]::before, .c-editor-files__link--title[href$=".xlsb"]::before, .c-editor-files__link--title[href$=".xltx"]::before, .c-editor-files__link--title[href$=".xltm"]::before, .c-editor-files__link--title[href$=".xls"]::before, .c-editor-files__link--title[href$=".xlt"]::before, .c-editor-files__link--title[href$=".xls"]::before, .c-editor-files__link--title[href$=".xml"]::before, .c-editor-files__link--title[href$=".xml"]::before, .c-editor-files__link--title[href$=".xlam"]::before, .c-editor-files__link--title[href$=".xla"]::before, .c-editor-files__link--title[href$=".xlw"]::before, .c-editor-files__link--title[href$=".xlr"]::before {
  content: "\f1c3";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.125rem;
  font-weight: 500;
  color: #1B1B1A;
  position: absolute;
  top: -0.1875rem;
  left: -1.5625rem;
}

.c-editor-files__link--title[href$=".mp3"], .c-editor-files__link--title[href$=".wav"], .c-editor-files__link--title[href$=".aiff"], .c-editor-files__link--title[href$=".aiff"], .c-editor-files__link--title[href$=".aac"], .c-editor-files__link--title[href$=".ogg"], .c-editor-files__link--title[href$=".wma"], .c-editor-files__link--title[href$=".flac"] {
  margin-left: 1.5625rem;
}

.c-editor-files__link--title[href$=".mp3"]::before, .c-editor-files__link--title[href$=".wav"]::before, .c-editor-files__link--title[href$=".aiff"]::before, .c-editor-files__link--title[href$=".aiff"]::before, .c-editor-files__link--title[href$=".aac"]::before, .c-editor-files__link--title[href$=".ogg"]::before, .c-editor-files__link--title[href$=".wma"]::before, .c-editor-files__link--title[href$=".flac"]::before {
  content: "\f1c7";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.125rem;
  font-weight: 500;
  color: #1B1B1A;
  position: absolute;
  top: -0.1875rem;
  left: -1.5625rem;
}

.c-editor-files__link--title:hover, .c-editor-files__link--title:focus {
  color: #004b7a;
  position: relative;
}

.c-editor-files__link--title:hover span, .c-editor-files__link--title:focus span {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
}

.c-editor-files__link--title span {
  position: relative;
  word-break: break-word;
}

.using-keyboard .c-editor-files__link--title:focus {
  background: none;
}

.using-keyboard .c-editor-files__link--title:focus span {
  background: #FBCE20;
}

.using-keyboard .c-editor-files__link--title:focus {
  background: none;
}

.using-keyboard .c-editor-files__link--title:focus span {
  background: #FBCE20;
}

.c-editor-files__link--download {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #e7f3fb;
  border-radius: 0.9375rem;
  -ms-flex-pack: center;
      justify-content: center;
  transition: all .3s ease 0s;
  position: absolute;
}

@media screen and (max-width: 63.99875em) {
  .c-editor-files__link--download {
    margin-left: 0;
  }
}

.c-editor-files__link--download::before {
  content: '';
  background: url(/static/assets/images/icon-arrow-down-blue.svg) no-repeat center;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
}

.using-keyboard .c-editor-files__link--download:focus::before {
  background: url(/static/assets/images/icon-arrow-down-black.svg) no-repeat center;
}

.c-editor-files__link--download:hover {
  background-color: #004b7a;
}

.c-editor-files__link--download:hover::before {
  background: url(/static/assets/images/icon-arrow-down-white.svg) no-repeat center;
}

.c-editor-links {
  margin: 1.875rem 0;
}

@media print, screen and (min-width: 40em) {
  .c-editor-links {
    margin: 3.125rem 0;
  }
}

.c-editor-links__list {
  margin: 0;
  border: 0.125rem solid #E8E8E8;
  padding: 0.3125rem 1.25rem;
  border-radius: 0.25rem;
}

@media print, screen and (min-width: 40em) {
  .c-editor-links__list {
    padding: 0.3125rem 1.875rem;
  }
}

.c-editor-links__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  list-style-type: none;
  padding: 0.9375rem 0;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

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

.c-editor-links__item:not(:last-child)::after {
  content: '';
  height: 0.0625rem;
  border-bottom: 0.125rem solid #E8E8E8;
  position: absolute;
  left: 0.9375rem;
  right: 0.9375rem;
  bottom: 0;
}

.c-editor-links__link {
  font-weight: 700;
  position: relative;
  margin-left: 0.9375rem;
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  .c-editor-links__link {
    font-size: 0.9375rem;
  }
}

.c-editor-links__link:hover, .c-editor-links__link:focus {
  color: #004b7a;
}

.c-editor-links__link:hover span, .c-editor-links__link:focus span {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
}

.c-editor-links__link[href="http://www.sollentuna.se"] {
  margin-right: 1.125rem;
}

.c-editor-links__link[href="http://www.sollentuna.se"] span::after {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-blue.svg) no-repeat;
  display: inline-block;
  width: 0.75rem;
  height: 0.6875rem;
  position: absolute;
  bottom: 0.4375rem;
  margin-left: 0.3125rem;
}

.c-editor-links__link[href^="http://"]:not([href*="www.sollentuna.se"]) {
  margin-right: 1.375rem;
  display: inline;
  position: relative;
}

.c-editor-links__link[href^="http://"]:not([href*="www.sollentuna.se"]) span::after {
  content: "\00a0\00a0\f35d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 0.8125rem;
  position: relative;
  color: #004b7a;
  bottom: 0.125rem;
}

.c-entrepeneurs__heading {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
  line-height: normal;
}

.c-entrepeneurs__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.25rem;
  background: #f5f5f5;
}

@media print, screen and (min-width: 40em) {
  .c-entrepeneurs__block {
    padding: 2.5rem 3.125rem;
  }
}

@media print, screen and (min-width: 40em) {
  .c-entrepeneurs__block {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.c-entrepeneurs__content {
  width: 100%;
}

.c-entry-list {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-entry-list {
    padding-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-entry-list {
    padding-bottom: 3.75rem;
  }
}

.c-entry-list__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media print, screen and (min-width: 40em) {
  .c-entry-list__list {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 64em) {
  .c-entry-list__list {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media screen and (min-width: 75em) {
  .c-entry-list__list {
    padding: 5rem 0 0 0;
  }
}

.c-entry-list__item {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-bottom: 0.9375rem;
  padding: 0 0.625rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .c-entry-list__item {
    margin-bottom: 1.875rem;
    width: 50%;
  }
  .c-entry-list__item:nth-child(3n+2) {
    width: 50%;
  }
}

@media print, screen and (min-width: 64em) {
  .c-entry-list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: auto;
    padding: 0 1.875rem;
    margin-bottom: 1.25rem;
  }
  .c-entry-list__item:nth-child(3n+2) {
    width: auto;
  }
}

.c-entry-list__item:nth-child(2) .c-entry-list__icon {
  background: #0070ba;
  color: #fff;
}

.c-entry-list__item:nth-child(2) .c-entry-list__link:hover .c-entry-list__icon,
.c-entry-list__item:nth-child(2) .c-entry-list__link:focus .c-entry-list__icon {
  background: #e7f3fb;
  color: #0070ba;
}

.c-entry-list__item:nth-child(3) .c-entry-list__icon {
  background: #91001a;
  color: #fff;
}

.c-entry-list__item:nth-child(3) .c-entry-list__link:hover .c-entry-list__icon,
.c-entry-list__item:nth-child(3) .c-entry-list__link:focus .c-entry-list__icon {
  background: #FDE4E8;
  color: #91001a;
}

.c-entry-list__item:nth-child(4) .c-entry-list__icon {
  background: #dd052b;
  color: #fff;
}

.c-entry-list__item:nth-child(4) .c-entry-list__link:hover .c-entry-list__icon,
.c-entry-list__item:nth-child(4) .c-entry-list__link:focus .c-entry-list__icon {
  background: #FDE4E8;
  color: #dd052b;
}

.c-entry-list__item:nth-child(5) .c-entry-list__icon {
  background: #80388D;
  color: #fff;
}

.c-entry-list__item:nth-child(5) .c-entry-list__link:hover .c-entry-list__icon,
.c-entry-list__item:nth-child(5) .c-entry-list__link:focus .c-entry-list__icon {
  background: #F6F1F7;
  color: #80388D;
}

.c-entry-list__icon {
  background: #004b7a;
  color: #fff;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 3.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0.3125rem;
  transition: all .3s ease 0s;
  margin-right: 16px;
  min-width: 3.125rem;
}

@media print, screen and (min-width: 64em) {
  .c-entry-list__icon {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 75em) {
  .c-entry-list__icon {
    width: 4rem;
    height: 4rem;
    border-radius: 4rem;
    margin-bottom: 0.625rem;
    position: absolute;
    top: -5rem;
    left: 50%;
    margin-left: -2rem;
  }
}

.c-entry-list__text {
  color: #707070;
  margin-top: 0.5rem;
}

@media screen and (max-width: 63.99875em) {
  .c-entry-list__text {
    display: none !important;
  }
}

.c-entry-list__link {
  color: #1B1B1A;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-family: "Inter Bold", sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  position: relative;
}

@media print, screen and (min-width: 64em) {
  .c-entry-list__link {
    font-size: 1.125rem;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.c-entry-list__link:hover, .c-entry-list__link:focus {
  color: #1B1B1A;
}

.c-entry-list__link:hover .c-entry-list__icon, .c-entry-list__link:focus .c-entry-list__icon {
  background: #e7f3fb;
  color: #004b7a;
}

.c-entry-list__link:hover span, .c-entry-list__link:focus span {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.c-entry-list__link[href^="https://"]:not([href*="www.sollentuna.se"]) span::after, .c-entry-list__link[href^="http://"]:not([href*="www.sollentuna.se"]) span::after {
  content: "\f35d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 0.8125rem;
  position: relative;
  display: inline-block;
  margin-right: -1rem;
  width: 1rem;
  text-align: right;
  bottom: 0.0625rem;
  color: #1B1B1A;
  position: absolute;
  margin-right: unset;
}

.c-entry-list__link span {
  position: relative;
  border-bottom: 0.125rem solid #fff;
  padding-bottom: 0.0625rem;
}

.c-entry-list__link span::after {
  content: url(/static/assets/images/icon-arrow-right-black.svg);
  position: absolute;
  margin-left: 0.375rem;
  width: 1rem;
  height: 1.3125rem;
}

.using-keyboard .c-entry-list__link:focus {
  background: none;
}

.using-keyboard .c-entry-list__link:focus span {
  background: #FBCE20;
}

.c-event-info {
  position: relative;
  min-width: 320px;
}

.c-event-info__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media print, screen and (min-width: 64em) {
  .c-event-info__wrapper {
    margin-top: -0.3125rem;
  }
}

@media screen and (min-width: 75em) {
  .c-event-info__wrapper {
    padding-left: 0;
  }
}

.c-event-info__location {
  position: relative;
}

.using-keyboard .c-event-info__location:focus {
  background: none;
}

.using-keyboard .c-event-info__location:focus span {
  background: #FBCE20;
}

.c-event-info a.c-event-info__location[href^="https://"]:not([href*="www.sollentuna.se"])::after, .c-event-info a.c-event-info__location[href^="http://"]:not([href*="www.sollentuna.se"])::after {
  content: "\00a0\00a0\f35d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 0.8125rem;
  position: absolute;
  bottom: 0.1875rem;
  color: #004b7a;
}

.using-keyboard .c-event-info a.c-event-info__location:focus::after {
  color: #1B1B1A;
}

.c-event-info__eventlink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  background: #E7F3FB;
  padding: 10px 20px;
  color: #004B7A;
  font-weight: 700;
  font-size: 16px;
}

.c-event-info__eventlink:after {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-blue.svg) no-repeat bottom right;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  display: inline-block;
}

.c-event-info__list {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 15px;
  background: #fff;
}

.c-event-info__item {
  padding: 0.4375rem 0;
  position: relative;
}

.c-event-info__item:first-child {
  padding-top: 0;
}

.c-event-info__item:last-child {
  padding-bottom: 0;
}

.c-event-info__duration {
  font-family: "Inter Bold", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.c-event-info__duration .c-event-info__time {
  display: -ms-inline-flexbox;
  display: inline-flex;
  letter-spacing: 0.0625rem;
}

.c-event-info__duration .c-event-info__time::before {
  content: "\00a0\00a0|\00a0\00a0";
  font-family: "Inter Bold", sans-serif;
  font-size: 0.75rem;
  position: relative;
  top: -0.0625rem;
  margin: 0;
}

.c-event-info__duration .c-event-info__date {
  color: #1B1B1A;
  font-size: 0.75rem;
  margin: 0;
  display: inline;
  letter-spacing: 0.0625rem;
  padding: 0;
}

.c-event-info__day {
  color: #1B1B1A;
  font-size: 0.75rem;
}

.c-event-info__day::after {
  content: "\00a0\00a0|\00a0\00a0";
  position: relative;
  top: -0.0625rem;
}

.c-event-info__start::after {
  content: "\00a0\00a0\00a0";
}

.c-event-info__link {
  color: #1B1B1A;
  position: relative;
  width: 100%;
  max-width: 100%;
  display: block;
}

.using-keyboard .c-event-info__link:focus {
  background: none;
}

.using-keyboard .c-event-info__link:focus span {
  background: #FBCE20;
}

.c-event-info__link:hover span, .c-event-info__link:focus span {
  color: #1B1B1A;
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.c-event-info__link::after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Pro";
  vertical-align: middle;
  font-weight: 900;
  color: #1B1B1A;
  position: absolute;
  right: .8rem;
}

.c-event-info__secondary--expanded .c-event-info__link::after {
  content: "\f0d8";
}

.c-event-info__primary, .c-event-info__panel, .c-event-info__events {
  position: relative;
  width: 100%;
}

.c-event-info__primary {
  background: #0070BA;
  color: #fff;
  padding: 20px;
}

.c-event-info__primary .c-event-info__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.c-event-info__primary a {
  color: #fff;
  text-decoration: none;
}

.c-event-info__primary a:hover {
  text-decoration: underline;
}

.c-event-info__primary a.c-event-info__location[href^="https://"]:not([href*="www.sollentuna.se"])::after, .c-event-info__primary a.c-event-info__location[href^="http://"]:not([href*="www.sollentuna.se"])::after {
  color: #fff !important;
}

.c-event-info__infoitem {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #004B7A;
}

.c-event-info__infoitem:last-child {
  border: 0;
  margin: 0;
  padding-bottom: 0;
}

.c-event-info__infoitem time, .c-event-info__infoitem span {
  font-size: 24px;
  font-weight: 500;
}

.c-event-info__label {
  text-transform: uppercase;
}

.c-event-info__secondary {
  background: #E7F3FB;
  color: #1B1B1A;
  padding: 20px;
}

.c-event-info__secondary--expanded .c-event-info__events {
  display: block;
}

.c-event-info__secondary .c-event-info__wrapper {
  margin: 0;
  display: none;
}

.c-events {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -ms-flex-pack: center;
      justify-content: center;
}

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

.c-events__outer {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

.c-events__list {
  --gap: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: 33.333333%;
      flex-basis: 33.333333%;
  gap: var(--gap);
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.c-events__list-count {
  margin-bottom: 10px;
}

.p-portal .c-events__list-count, .p-landing .c-events__list-count {
  display: none;
}

.c-events__list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #F5F5F5;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
}

@media screen and (min-width: 668px) {
  .c-events__list li {
    -ms-flex: 1 1 calc(50% - var(--gap));
        flex: 1 1 calc(50% - var(--gap));
    max-width: calc(50% - (var(--gap) / 2));
  }
}

@media screen and (min-width: 1024px) {
  .c-events__list li {
    -ms-flex: 1 1 calc(33.33333% - (var(--gap) * 2));
        flex: 1 1 calc(33.33333% - (var(--gap) * 2));
    max-width: calc(33.33333% - (var(--gap) / 2) - 4px);
  }
  .p-landing .c-events__list li {
    -ms-flex: 1 1 calc(50% - var(--gap));
        flex: 1 1 calc(50% - var(--gap));
    max-width: calc(50% - (var(--gap) / 2));
  }
}

.c-events__list li.month-separator {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  max-width: 100%;
  background: transparent;
}

.p-portal .c-events__list li.month-separator, .p-landing .c-events__list li.month-separator {
  display: none;
}

.c-events__list li.month-separator span {
  font-size: 1.25rem;
  line-height: 1;
  text-transform: capitalize;
}

.c-events__list li .imagewrapper {
  position: relative;
  width: 100%;
  height: 12.5rem;
  background-color: #C0D2DE;
}

.c-events__list li .imagewrapper img {
  width: 100%;
  height: 12.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-events__list li .imagewrapper .feeinfo {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  background: #0070BA;
  color: #fff;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
}

.c-events__list li .imagewrapper .feeinfo.nofee {
  background-color: #F7FBFD;
  color: #0A0A0A;
}

.c-events__list li .imagewrapper .recurringinfo {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  background: #E7F3FB;
  color: #0A0A0A;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
}

.c-events__list li .imagewrapper .recurringinfo::before {
  content: '\f363';
  font-family: "Font Awesome 6 Pro";
  padding-right: 10px;
}

.c-events__list li .contentwrapper {
  padding: 1rem;
  display: -ms-flexbox;
  display: flex;
  word-break: break-word;
}

.c-events__list li .contentwrapper > div {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.c-events__list li .contentwrapper .date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  word-break: keep-all;
  padding: 0 20px 0 0px;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

@media screen and (min-width: 668px) {
  .c-events__list li .contentwrapper .date {
    padding: 0 30px 0 10px;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
}

.c-events__list li .contentwrapper .date .month {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #0070BA;
}

.c-events__list li .contentwrapper .date .day {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.375rem;
  color: #0070BA;
}

.c-events__list li .contentwrapper .time {
  color: #1B1B1A;
}

.c-events__list li .contentwrapper .time:before {
  content: "\f017";
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.375rem;
  font-weight: 900;
  color: #0070BA;
}

.c-events__list li .contentwrapper .location {
  color: #1B1B1A;
  text-transform: uppercase;
}

.c-events__list li .contentwrapper .location:before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.375rem;
  padding-left: 2px;
  font-weight: 900;
  color: #0070BA;
}

.using-keyboard .c-events__list li .contentwrapper a:focus h2 {
  background: #FBCE20;
}

.c-events__list li .contentwrapper a.location {
  color: #1B1B1A;
}

.c-events__list li .contentwrapper a:hover {
  text-decoration: underline;
}

.c-events__list li .contentwrapper a h2:after {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-black.svg) no-repeat bottom right;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  display: inline-block;
}

.c-events__list li .preamble, .c-events__list li .c-editor__preamble, .c-events__list li .p-building-permit__preamble, .c-events__list li .p-control-plan__preamble, .c-events__list li .p-permit-listing__preamble {
  padding: 0 0.9375rem;
  color: #0A0A0A;
  margin-top: 0.625rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6rem;
  display: none;
}

.p-landing .c-events__list li .preamble, .p-landing .c-events__list li .c-editor__preamble, .p-landing .c-events__list li .p-building-permit__preamble, .p-landing .c-events__list li .p-control-plan__preamble, .p-landing .c-events__list li .p-permit-listing__preamble, .p-portal .c-events__list li .preamble, .p-portal .c-events__list li .c-editor__preamble, .p-portal .c-events__list li .p-building-permit__preamble, .p-portal .c-events__list li .p-control-plan__preamble, .p-portal .c-events__list li .p-permit-listing__preamble {
  display: block;
}

.c-events__list li .tags {
  margin-top: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  padding: 1rem;
}

.c-events__list li .tags .tag {
  background: #E8E8E8;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}

.c-events__list--date .c-events__panel {
  padding: 0 0.9375rem;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  background: #004b7a;
  color: #fff;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  height: 3.125rem;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 700;
}

@media print, screen and (min-width: 64em) {
  .c-events__list--date .c-events__panel {
    padding: 0 3.125rem;
  }
}

.c-events__list--date .c-events__panel::before {
  content: "\f073";
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.625rem;
  font-weight: 400;
}

.c-events__list--events {
  background: #fff;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  padding-top: 0.9375rem;
}

.c-events__showmore {
  width: 100%;
  margin-top: 20px;
  display: none;
}

.c-events__showmore.show {
  display: block;
}

.c-events__promo {
  width: 100%;
  padding: 20px;
  background: #FFF8D5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: 20px;
}

.c-events__promo h2 {
  color: #1B1B1A;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0;
}

.c-events__promo__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  color: #1B1B1A;
  line-height: 30px;
}

.c-events__promo__content .text {
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .c-events__promo__content .text {
    max-width: 70%;
  }
}

.c-events__promo__content a {
  margin: 0;
  padding: 7px 25px 7px 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.c-events__promo__content a:before {
  content: '\f271';
  font-family: "Font Awesome 6 Pro";
  padding-right: 5px;
  font-weight: 400;
}

.c-events__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  margin-bottom: 0.5rem;
}

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

.c-events__section {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding: 1rem;
}

@media print, screen and (min-width: 40em) {
  .c-events__section {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    padding: 2rem;
  }
}

.c-events__section--panel {
  background: #e7f3fb;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 0;
  height: 3.75rem;
  margin-bottom: 0.125rem;
}

.c-events__section--panel .c-events__wrapper {
  height: 100%;
  -ms-flex-align: center;
      align-items: center;
}

.c-events__section--panel .c-events__content {
  display: inherit;
}

.c-events__section--panel:hover {
  cursor: pointer;
}

.c-events__section--panel:hover .c-events__button time {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  text-decoration-thickness: 0.09375rem;
}

.using-keyboard .c-events__section--panel:focus {
  background: #e7f3fb;
}

.using-keyboard .c-events__section--panel:focus .c-events__button time {
  color: #1B1B1A;
  background: #FBCE20;
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.using-keyboard .c-events__section--panel:focus .c-events__button::before {
  color: #FBCE20;
  background: #1B1B1A;
}

.c-events__section--all {
  background: #fafafa;
  margin-bottom: 0.125rem;
}

.c-events__group {
  display: none;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.c-events__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

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

.c-events__content {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  width: 100%;
  height: 100%;
}

.c-events__content--all .c-events__list--events {
  padding: 2rem;
}

.c-events__content--all .c-events__list--events .c-events__item {
  border-bottom: 0.125rem solid #E8E8E8;
}

.c-events__content--all .c-events__list--events .c-events__item:last-child {
  border: 0;
}

.c-events__subheading {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.c-events__link {
  color: #1B1B1A;
  padding-right: 0.875rem;
  display: inline-block;
}

.c-events__link:hover, .c-events__link:focus {
  color: #1B1B1A;
}

.c-events__link:hover span, .c-events__link:focus span {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
  padding-bottom: 0;
}

.c-events__link::after {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-black.svg) no-repeat bottom right;
  width: 0.875rem;
  height: 0.6875rem;
  position: relative;
  margin-right: -0.875rem;
  display: inline-block;
}

.c-events__button {
  font-size: 1rem;
  font-family: "Inter Regular", sans-serif;
  position: relative;
  padding: 0.625rem 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 0.25rem;
}

.c-events__button span {
  position: relative;
  display: inline;
}

.c-events__button::before {
  content: "";
  /* This is necessary for the pseudo-element to be generated */
  background: url(/static/assets/images/plus-slim.svg) no-repeat;
  background-size: contain;
  height: 1.25rem;
  width: 1.125rem;
  display: inline-block;
  top: 50%;
  right: 0;
}

@media print, screen and (min-width: 40em) {
  .c-events__button::before {
    left: 1.25rem;
  }
}

.c-events__button--expanded {
  background-color: #004b7a;
}

.c-events__button--expanded::before {
  content: "";
  background: url("/static/assets/images/minus-white.svg") no-repeat;
  transform: unset;
  height: 0.1875rem;
}

.c-events__button--expanded time {
  color: white;
}

.c-events__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 40em) {
  .c-events__info {
    width: 50%;
  }
}

.c-events__details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 0.75rem;
}

@media print, screen and (min-width: 40em) {
  .c-events__details {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.c-events__time {
  font-family: "Inter Bold", sans-serif;
  color: #707070;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  color: unset;
  font-family: "Inter Regular", sans-serif;
}

.c-events__time::before {
  content: "\f017";
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.1875rem;
}

.c-events__time::after {
  content: "\00a0|\00a0";
}

.c-events__location {
  color: #1B1B1A;
  font-family: "Inter Bold", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-events__tag {
  background: #e7f3fb;
  border-radius: 0.125rem;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
  font-family: "Inter Bold", sans-serif;
  text-transform: uppercase;
  height: 1.625rem;
  padding: 0 0.625rem;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 1.25rem 0 0 0;
  width: 12.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media print, screen and (min-width: 40em) {
  .c-events__tag {
    margin-top: 0;
    margin: 0 0 0 1.875rem;
    width: auto;
    position: relative;
    top: -0.3125rem;
  }
}

.c-events__tag i {
  margin-right: 0.25rem;
}

.c-events__label {
  margin-bottom: 1.875rem;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: unset;
}

.c-events__panel {
  font-family: "Inter Regular", sans-serif;
  font-weight: 400 !important;
}

.c-events__item {
  margin-bottom: 1.25rem;
}

.c-events__item:last-child {
  margin-bottom: unset;
}

/* Different layout on Landing Page */
.c-events-calendar {
  /* Different layout on Landing Page */
}

.c-events-calendar__outer {
  margin-bottom: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-events-calendar__outer {
    margin-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-events-calendar__outer {
    margin-bottom: 3.75rem;
  }
}

.c-events-calendar__inner {
  border-top: 0.125rem solid #E8E8E8;
  border-bottom: 0.125rem solid #E8E8E8;
  padding: 0.9375rem 0 1.875rem 0;
}

@media print, screen and (min-width: 64em) {
  .c-events-calendar__inner {
    padding: 2.5rem 0 4.375rem 0;
  }
}

.p-start__block-area .c-events-calendar__inner {
  padding: 0;
  border: none;
}

.c-events-calendar__list {
  list-style-type: none;
  margin-bottom: 1.875rem;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

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

@media print, screen and (min-width: 64em) {
  .c-events-calendar__list {
    margin-bottom: 2.5rem;
  }
}

.c-events-calendar__item {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  margin-bottom: 1.875rem;
}

.c-events-calendar__item:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .c-events-calendar__item {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    margin-bottom: 0;
  }
}

.c-events-calendar__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

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

.c-events-calendar__link {
  color: #1B1B1A;
  display: inline-block;
  padding-right: 0.875rem;
}

.c-events-calendar__link:hover, .c-events-calendar__link:focus {
  color: #1B1B1A;
}

.c-events-calendar__link:hover span, .c-events-calendar__link:focus span {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.c-events-calendar__link span {
  display: inline;
}

.c-events-calendar__link::after {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-black.svg) no-repeat bottom right;
  position: relative;
  width: 0.875rem;
  height: 0.6875rem;
  display: inline-block;
  display: inline-block;
  margin-right: -0.875rem;
}

.using-keyboard .c-events-calendar__link:focus {
  background: none;
}

.using-keyboard .c-events-calendar__link:focus span {
  background: #FBCE20;
}

.c-events-calendar__info {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

.c-events-calendar__image {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  margin-bottom: 0.625rem;
}

.c-events-calendar__image img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16 / 9;
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  .c-events-calendar__image {
    margin-bottom: 0.625rem;
  }
}

.c-events-calendar__date {
  font-family: "Inter Bold", sans-serif;
  color: #707070;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-events-calendar__date:first-of-type::before {
  content: "\f017";
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.1875rem;
}

.c-events-calendar__date:nth-child(2)::before {
  content: "—";
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.1875rem;
  color: #1B1B1A;
  position: relative;
  top: -0.0625rem;
}

.c-events-calendar__category {
  font-family: "Inter Bold", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}

.c-events-calendar__category::before {
  content: "\00a0\|\00a0";
}

.c-events-calendar__preamble {
  display: block;
}

.c-events-calendar__preamble a {
  border-bottom: 0.125rem solid #004b7a;
}

.c-events-calendar__heading {
  margin: 0.3125rem 0 0.9375rem 0;
  font-size: 1.5rem;
}

@media print, screen and (min-width: 64em) {
  .c-events-calendar__heading {
    margin: 0.3125rem 0 1.5625rem 0;
    font-size: 1.875rem;
  }
}

.c-events-calendar__subheading {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-top: 0.1875rem;
  margin-bottom: 0.3125rem;
  word-break: break-word;
}

.c-events-calendar__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 0.9375rem;
}

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

.c-events-calendar__button {
  min-width: auto;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-events-calendar__button {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.p-landing__inner .p-landing__block-area .c-events-calendar__outer, .c-block-grid--half .c-events-calendar__outer {
  margin: 0 0 0.9375rem 0;
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .p-landing__inner .p-landing__block-area .c-events-calendar__outer, .c-block-grid--half .c-events-calendar__outer {
    margin: 0 0 1.875rem 0;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-events-calendar__outer, .c-block-grid--half .c-events-calendar__outer {
    margin: 0 0 3.75rem 0;
  }
}

.p-landing__inner .p-landing__block-area .c-events-calendar__inner, .c-block-grid--half .c-events-calendar__inner {
  margin: 0;
  border: 0;
  padding: 0;
}

.p-landing__inner .p-landing__block-area .c-events-calendar__content, .c-block-grid--half .c-events-calendar__content {
  margin: 0;
  width: 100%;
}

.p-landing__inner .p-landing__block-area .c-events-calendar__list, .c-block-grid--half .c-events-calendar__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .p-landing__inner .p-landing__block-area .c-events-calendar__list, .c-block-grid--half .c-events-calendar__list {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-events-calendar__list, .c-block-grid--half .c-events-calendar__list {
    margin-bottom: 1.25rem;
  }
}

.p-landing__inner .p-landing__block-area .c-events-calendar__item, .c-block-grid--half .c-events-calendar__item {
  margin-bottom: 1.25rem;
}

.p-landing__inner .p-landing__block-area .c-events-calendar__item:last-child, .c-block-grid--half .c-events-calendar__item:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-events-calendar__item, .c-block-grid--half .c-events-calendar__item {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-events-calendar__wrapper, .c-block-grid--half .c-events-calendar__wrapper {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.p-landing__inner .p-landing__block-area .c-events-calendar__image, .c-block-grid--half .c-events-calendar__image {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-events-calendar__image, .c-block-grid--half .c-events-calendar__image {
    padding-right: 1.875rem;
    width: 33.33333%;
    margin-right: 0;
    margin-left: 0;
  }
}

.p-landing__inner .p-landing__block-area .c-events-calendar__info, .c-block-grid--half .c-events-calendar__info {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-events-calendar__info, .c-block-grid--half .c-events-calendar__info {
    width: 66.66667%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-events-calendar__footer, .c-block-grid--half .c-events-calendar__footer {
    margin-left: 33.33333%;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.p-landing__inner .p-landing__block-area .c-events-calendar__button, .c-block-grid--half .c-events-calendar__button {
  width: 100%;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  margin: 0;
}

@media print, screen and (min-width: 40em) {
  .p-landing__inner .p-landing__block-area .c-events-calendar__button, .c-block-grid--half .c-events-calendar__button {
    max-width: 18.75rem;
  }
}

.c-event-form {
  border: 1px solid #0070BA;
  border-radius: 18px;
  padding: 30px;
  /* === Form controls === */
  /* === Datum och tider === */
  /* === Bildförhandsvisning === */
  /* === Kategorier (chips/taggar) === */
  /* === Checkboxes & radio === */
  /* === Submit-knapp === */
}

.c-event-form:has(.alert-success) {
  background: #004b7a;
  color: #fff;
  max-width: 38.125rem;
  padding: 30px 1.875rem;
  border: 0;
  margin: 15px;
}

.c-event-form .alert-success {
  font-size: 18px;
  font-weight: 600;
}

.c-event-form > h2 {
  margin-bottom: 2rem;
}

.c-event-form .field-validation-error, .c-event-form .error-message {
  color: #CF410E;
}

.c-event-form .field-validation-error::before, .c-event-form .error-message::before {
  content: "\f06a\00a0";
  font-weight: 600;
  font-family: "Font Awesome 6 Pro";
}

.c-event-form .error-message {
  width: 100%;
  display: block;
  margin-top: 5px;
}

.c-event-form label, .c-event-form .c-permit-filter__label {
  font-size: 16px;
}

.using-keyboard .c-event-form button:focus, .using-keyboard .c-event-form .np-searchbutton-standard:focus {
  background: #FBCE20 !important;
}

.c-event-form .form-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .c-event-form .form-group {
    -ms-grid-columns: 30% 1fr;
        grid-template-columns: 30% 1fr;
  }
}

.c-event-form .form-group > label, .c-event-form .form-group > .c-permit-filter__label {
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.c-event-form .form-group > label span, .c-event-form .form-group > .c-permit-filter__label span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #676767;
  padding-bottom: 5px;
}

.c-event-form .form-group > label span::before, .c-event-form .form-group > .c-permit-filter__label span::before {
  content: '\f05a';
  font-family: "Font Awesome 6 Pro";
  padding-right: 6px;
}

.c-event-form .form-control,
.c-event-form input[type="file"],
.c-event-form select,
.c-event-form textarea {
  width: 100%;
  padding: 5px 10px;
  font-size: 1rem;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: none;
  margin-bottom: 0;
}

.using-keyboard .c-event-form input[type="file"]:focus {
  background: #FBCE20;
}

.using-keyboard .c-event-form input[type="radio"]:focus + label, .using-keyboard .c-event-form input[type="radio"]:focus + .c-permit-filter__label {
  background: #FBCE20;
}

.using-keyboard .c-event-form label:has(input[type="checkbox"]:focus), .using-keyboard .c-event-form .c-permit-filter__label:has(input[type="checkbox"]:focus) {
  background: #FBCE20;
}

.c-event-form textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.c-event-form .inputwrapper input {
  margin: 0;
}

.c-event-form .date-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #F7FBFD;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}

.c-event-form .date-row > div:not(.error-message) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.c-event-form .date-row > button, .c-event-form .date-row > .np-searchbutton-standard {
  margin-left: auto;
}

.c-event-form .date-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.5rem;
}

.c-event-form .date-group input {
  margin: 0;
}

.c-event-form .date-row .remove-row {
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  color: #004B7A;
  border: 1px solid #E8E8E8;
  cursor: pointer;
  background: #fff;
  width: 24px;
  height: 24px;
}

.c-event-form .date-row .remove-row:after {
  content: '\f2ed';
  font-family: "Font Awesome 6 Pro";
}

.c-event-form #addDateBtn {
  color: #004B7A;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #E8E8E8;
  padding: 8px;
  margin-bottom: 1rem;
}

.c-event-form #addDateBtn:hover {
  text-decoration: underline;
}

.c-event-form #previewWrapper {
  padding: 10px;
  background: #F5F5F5;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.c-event-form #previewWrapper .form-group {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.c-event-form #imagePreview {
  max-width: 200px;
}

.c-event-form #removeImageBtn {
  display: inline-block;
  background: #fff;
  color: #004B7A;
  border: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.c-event-form #removeImageBtn:after {
  content: '\f2ed';
  font-family: "Font Awesome 6 Pro";
}

.c-event-form .cost-wrapper {
  margin-bottom: 1rem;
}

.c-event-form .select-group div:first-child {
  border: solid #E8E8E8;
  border-width: 1px 1px 1px 1px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 0 8px;
}

.c-event-form .select-group div:first-child:has(+ .selectwrapper option) {
  border-width: 1px 1px 0 1px;
}

.c-event-form .selected-item {
  display: inline-block;
  background: #F5F5F5;
  padding: 4px 0 4px 8px;
  margin: 5px 2px;
  font-size: 12px;
  color: #1B1B1A;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

.c-event-form .selected-item button, .c-event-form .selected-item .np-searchbutton-standard {
  border: none;
  background: transparent;
  padding: 3px 8px;
  font-size: 1rem;
  cursor: pointer;
}

.c-event-form .selected-item button:after, .c-event-form .selected-item .np-searchbutton-standard:after {
  content: '\f00d';
  font-family: "Font Awesome 6 Pro";
}

.c-event-form .selectwrapper select {
  padding-right: 30px;
  margin-bottom: 0;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
}

.c-event-form .selectwrapper select:has(option) {
  display: block;
}

.c-event-form .contact-wrapper {
  background: #F5F5F5;
  margin-bottom: 1rem;
  padding: 5px 15px 1.2rem;
}

.c-event-form .checkbox {
  margin-bottom: 1rem;
}

.c-event-form .rounded-button {
  border-color: #909090;
  color: #707070;
  margin: 0;
}

.c-event-form .rounded-button:after {
  content: '\f1d8';
  font-family: "Font Awesome 6 Pro";
  padding-left: 10px;
}

.c-event-form .rounded-button:hover {
  color: #fff;
  border-color: #004b7a;
}

.c-facts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  position: relative;
  overflow-x: hidden;
}

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

@media print, screen and (min-width: 64em) {
  .c-facts {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media screen and (min-width: 40em) {
  .c-facts {
    overflow-x: visible;
  }
}

.c-facts__outer {
  background: #e7f3fb;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  z-index: -1;
}

.c-facts__inner {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  padding: 1.25rem 0 0.625rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media print, screen and (min-width: 64em) {
  .c-facts__inner {
    padding: 2.5rem 1.625rem 1.25rem 1.625rem;
  }
}

.c-facts ul,
.c-facts ol {
  margin: 0 0 1.5625rem 0;
  padding: 0;
}

.c-facts ul li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.4375rem;
  font-weight: 700;
  color: #004b7a;
  position: absolute;
  top: 0.4375rem;
  left: 0;
}

.c-facts ol {
  list-style: none;
  counter-reset: item;
}

.c-facts ol li {
  counter-increment: item;
}

.c-facts ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  font-weight: 700;
}

.c-facts li {
  list-style-type: none;
  position: relative;
  padding-left: 1.5625rem;
}

.c-facts .c-editor__link {
  background: #fff;
}

.using-keyboard .c-facts .c-editor__link:focus {
  background: #fff;
}

.c-faq {
  margin-bottom: 0.9375rem;
}

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

@media print, screen and (min-width: 64em) {
  .c-faq {
    margin-bottom: 3.75rem;
  }
}

.c-faq h2, .c-faq h3, .c-faq h4, .c-faq h5, .c-faq p, .c-faq blockquote {
  max-width: unset !important;
}

.c-faq__outer, .c-checklist__outer {
  padding: 0 0 1.875rem 0 !important;
}

@media print, screen and (min-width: 40em) {
  .c-faq__outer, .c-checklist__outer {
    padding: 0 0 0.625rem 0 !important;
    margin: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .c-faq__outer, .c-checklist__outer {
    padding: 0 0 1.25rem 0 !important;
  }
}

@media print, screen and (min-width: 64em) {
  .c-faq__inner {
    display: -ms-flexbox;
    display: flex;
  }
}

.c-faq__editor img {
  display: block;
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .c-faq__editor img {
    margin: 0.3125rem 0 1.5625rem 0;
  }
}

.c-faq__editor > ul {
  margin: 0 0 1.25rem 0;
  padding: 0;
}

.c-faq__editor > ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1.5625rem;
}

.c-faq__editor > ul li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.4375rem;
  font-weight: 700;
  color: #004b7a;
  position: absolute;
  top: 0.4375rem;
  left: 0;
}

.c-faq__editor > ul li a {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
  margin-right: 1.5625rem;
  display: inline;
  position: relative;
}

.c-faq__editor > ul li a[href^="http://"]:not([href*="www.sollentuna.se"])::after, .c-faq__editor > ul li a[href^="https://"]:not([href*="www.sollentuna.se"])::after {
  content: "\00a0\00a0\f35d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 0.8125rem;
  position: relative;
  color: #004b7a;
  margin-right: -1.25rem;
}

.c-faq__editor > ol {
  margin: 0 0 1.25rem 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}

.c-faq__editor > ol li {
  list-style-type: none;
  position: relative;
  padding-left: 1.5625rem;
  counter-increment: item;
}

.c-faq__editor > ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  font-weight: 700;
}

.c-faq__editor > ol li a {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
  margin-right: 1.5625rem;
  display: inline;
  position: relative;
}

.c-faq__editor > ol li a[href^="http://"]:not([href*="www.sollentuna.se"])::after, .c-faq__editor > ol li a[href^="https://"]:not([href*="www.sollentuna.se"])::after {
  content: "\00a0\00a0\f35d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 0.8125rem;
  position: relative;
  color: #004b7a;
  margin-right: -1.25rem;
}

.c-faq__editor__highlight:last-child {
  margin-bottom: 0 !important;
}

.c-faq__heading {
  font-size: 1.5rem;
}

.c-faq__preamble {
  margin-bottom: unset !important;
}

.c-faq__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .c-faq__list {
    margin: 0;
  }
}

.c-faq__item {
  border: 0.125rem solid #E8E8E8;
  margin-bottom: 1rem;
  border-radius: 4px;
}

.c-faq__item--hidden {
  visibility: hidden;
  transition: opacity 0.5s ease-out;
  margin: 0;
  opacity: 0;
  height: 0;
  display: none;
}

.c-faq__item--visible {
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
  margin-bottom: 16px;
}

.c-faq__item--visible:last-child {
  margin-bottom: 0;
}

.c-faq__item--expanded {
  border: 0.125rem solid #E8E8E8;
}

.c-faq__item h2, .c-faq__item h3, .c-faq__item h4, .c-faq__item h5, .c-faq__item p, .c-faq__item blockquote {
  color: #004b7a;
  margin-bottom: 0.625rem;
  max-width: unset !important;
}

.c-faq__link {
  color: #1B1B1A;
  font-weight: 700;
  position: relative;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: unset;
  margin: 1.25rem 1.5rem 1.25rem 1.5rem;
}

.c-faq__link span {
  max-width: 90%;
}

.c-faq__link:hover span, .c-faq__link:focus span {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}

.c-faq__link[href^="https://"]:not([href*="www.sollentuna.se"])::after, .c-faq__link[href^="http://"]:not([href*="www.sollentuna.se"])::after {
  content: "\f35d\00a0\00a0";
  background: none;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 0.875rem;
  top: 0.375rem;
  position: absolute;
  bottom: 0.125rem;
  color: #004b7a;
}

.using-keyboard .c-faq__link[href^="https://"]:not([href*="www.sollentuna.se"])::before, .using-keyboard .c-faq__link[href^="http://"]:not([href*="www.sollentuna.se"])::before {
  color: #1B1B1A;
}

.using-keyboard .c-faq__link:focus {
  background: none;
}

.using-keyboard .c-faq__link:focus span {
  background: #FBCE20;
}

.c-faq__item--question .c-faq__link::after {
  content: "";
  background: url("/static/assets/images/plus-slim.svg") no-repeat;
  background-size: contain;
  height: 1.25rem;
  width: 1.125rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.using-keyboard .c-faq__item--question .c-faq__link:focus::before {
  background: #1B1B1A;
  color: #FBCE20;
}

.c-faq__item--expanded .c-faq__link::after {
  content: "";
  background: url("/static/assets/images/minus.svg") no-repeat;
  transform: unset;
}

.c-faq__question {
  padding: 1rem 1.25rem 2.375rem 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .c-faq__question {
    padding: 2rem 2.5rem 2.375rem 2.5rem;
  }
}

.c-faq__content .c-editor__link {
  background: white;
  padding: 0.625rem 1.875rem !important;
  max-width: unset;
}

.c-faq__content .c-editor__link span {
  margin-right: 12px;
}

.c-faq__title .c-faq__content {
  position: relative;
}

.c-faq__extend {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 0.9375rem;
}

.c-faq__question {
  display: none;
  background-color: #E7F3FB;
}

.c-feedback {
  border-top: 0.125rem solid #E8E8E8;
  padding-top: 0.3125rem;
}

.c-feedback__label {
  font-weight: 700;
  line-height: 1.6;
  margin-right: 0.625rem;
}

.c-feedback__answers {
  display: inline-block;
  margin-top: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .c-feedback__answers {
    margin-top: 0.3125rem;
  }
}

.c-feedback__answers .c-button, .c-feedback__answers .c-article__button, .c-feedback__answers .c-bulletin-item__button, .c-feedback__answers .c-calendar__button, .c-feedback__answers .c-call-to-action__link, .c-feedback__answers .c-control-plan__button, .c-feedback__answers .c-control-plan__save-button, .c-feedback__answers .c-control-plan-item__button, .c-feedback__answers .c-control-points__add-button, .c-feedback__answers .c-cookie__button, .c-feedback__answers .c-cookie__button-decline, .c-feedback__answers .c-events-calendar__button, .c-feedback__answers .c-hero--start .c-hero__link, .c-hero--start .c-feedback__answers .c-hero__link, .c-feedback__answers .c-hero--login .c-hero__link, .c-hero--login .c-feedback__answers .c-hero__link, .c-feedback__answers .c-instructions__read-more, .c-feedback__answers .c-jobs__button, .c-feedback__answers .c-news__button, .c-feedback__answers .c-permit-filter__button, .c-feedback__answers .c-dynamic-form__submit, .c-feedback__answers .c-dynamic-form__button, .c-feedback__answers .c-dynamic-form__file-label, .c-feedback__answers .c-instagram__link, .c-feedback__answers .sirius_message_list_toolbar_delete_button_submit,
.c-feedback__answers .sirius_message_list_toolbar_read_button_submit,
.c-feedback__answers .sirius_message_list_toolbar_unread_button_submit,
.c-feedback__answers .sirius_message_list_toolbar_undo_button_submit,
.c-feedback__answers .sirius_message_list_toolbar_msgindex_decrease_button_submit,
.c-feedback__answers .sirius_message_list_toolbar_msgindex_increase_button_submit,
.c-feedback__answers .sirius_message_view_toolbar_delete_button_submit,
.c-feedback__answers .sirius_message_view_toolbar_reply_button_submit,
.c-feedback__answers .sirius_message_reply_toolbar_cancel_button_submit,
.c-feedback__answers .sirius_message_reply_add_attachment_another_submit,
.c-feedback__answers .sirius_message_reply_lower_toolbar_send_button_submit,
.c-feedback__answers .sirius_message_reply_lower_toolbar_save_button_submit,
.c-feedback__answers .sirius_settings_save_submit {
  margin-right: 0.3125rem;
  display: inline-block;
}

.c-feedback__answers .c-button span, .c-feedback__answers .c-article__button span, .c-feedback__answers .c-bulletin-item__button span, .c-feedback__answers .c-calendar__button span, .c-feedback__answers .c-call-to-action__link span, .c-feedback__answers .c-control-plan__button span, .c-feedback__answers .c-control-plan__save-button span, .c-feedback__answers .c-control-plan-item__button span, .c-feedback__answers .c-control-points__add-button span, .c-feedback__answers .c-cookie__button span, .c-feedback__answers .c-cookie__button-decline span, .c-feedback__answers .c-events-calendar__button span, .c-feedback__answers .c-hero--start .c-hero__link span, .c-hero--start .c-feedback__answers .c-hero__link span, .c-feedback__answers .c-hero--login .c-hero__link span, .c-hero--login .c-feedback__answers .c-hero__link span, .c-feedback__answers .c-instructions__read-more span, .c-feedback__answers .c-jobs__button span, .c-feedback__answers .c-news__button span, .c-feedback__answers .c-permit-filter__button span, .c-feedback__answers .c-dynamic-form__submit span, .c-feedback__answers .c-dynamic-form__button span, .c-feedback__answers .c-dynamic-form__file-label span, .c-feedback__answers .c-instagram__link span, .c-feedback__answers .sirius_message_list_toolbar_delete_button_submit span, .c-feedback__answers .sirius_message_list_toolbar_read_button_submit span, .c-feedback__answers .sirius_message_list_toolbar_unread_button_submit span, .c-feedback__answers .sirius_message_list_toolbar_undo_button_submit span, .c-feedback__answers .sirius_message_list_toolbar_msgindex_decrease_button_submit span, .c-feedback__answers .sirius_message_list_toolbar_msgindex_increase_button_submit span, .c-feedback__answers .sirius_message_view_toolbar_delete_button_submit span, .c-feedback__answers .sirius_message_view_toolbar_reply_button_submit span, .c-feedback__answers .sirius_message_reply_toolbar_cancel_button_submit span, .c-feedback__answers .sirius_message_reply_add_attachment_another_submit span, .c-feedback__answers .sirius_message_reply_lower_toolbar_send_button_submit span, .c-feedback__answers .sirius_message_reply_lower_toolbar_save_button_submit span, .c-feedback__answers .sirius_settings_save_submit span {
  top: 0;
}

.using-keyboard .c-feedback__answers .c-button:focus span::after, .using-keyboard .c-feedback__answers .c-article__button:focus span::after, .using-keyboard .c-feedback__answers .c-bulletin-item__button:focus span::after, .using-keyboard .c-feedback__answers .c-calendar__button:focus span::after, .using-keyboard .c-feedback__answers .c-call-to-action__link:focus span::after, .using-keyboard .c-feedback__answers .c-control-plan__button:focus span::after, .using-keyboard .c-feedback__answers .c-control-plan__save-button:focus span::after, .using-keyboard .c-feedback__answers .c-control-plan-item__button:focus span::after, .using-keyboard .c-feedback__answers .c-control-points__add-button:focus span::after, .using-keyboard .c-feedback__answers .c-cookie__button:focus span::after, .using-keyboard .c-feedback__answers .c-cookie__button-decline:focus span::after, .using-keyboard .c-feedback__answers .c-events-calendar__button:focus span::after, .using-keyboard .c-feedback__answers .c-hero--start .c-hero__link:focus span::after, .c-hero--start .using-keyboard .c-feedback__answers .c-hero__link:focus span::after, .using-keyboard .c-feedback__answers .c-hero--login .c-hero__link:focus span::after, .c-hero--login .using-keyboard .c-feedback__answers .c-hero__link:focus span::after, .using-keyboard .c-feedback__answers .c-instructions__read-more:focus span::after, .using-keyboard .c-feedback__answers .c-jobs__button:focus span::after, .using-keyboard .c-feedback__answers .c-news__button:focus span::after, .using-keyboard .c-feedback__answers .c-permit-filter__button:focus span::after, .using-keyboard .c-feedback__answers .c-dynamic-form__submit:focus span::after, .using-keyboard .c-feedback__answers .c-dynamic-form__button:focus span::after, .using-keyboard .c-feedback__answers .c-dynamic-form__file-label:focus span::after, .using-keyboard .c-feedback__answers .c-instagram__link:focus span::after, .using-keyboard .c-feedback__answers .sirius_message_list_toolbar_delete_button_submit:focus span::after, .using-keyboard .c-feedback__answers .sirius_message_list_toolbar_read_button_submit:focus span::after, .using-keyboard .c-feedback__answers .sirius_message_list_toolbar_unread_button_submit:focus span::after, .using-keyboard .c-feedback__answers .sirius_message_list_toolbar_undo_button_submit:focus span::after, .using-keyboard .c-feedback__answers .sirius_message_list_toolbar_msgindex_decrease_button_submit:focus span::after, .using-keyboard .c-feedback__answers .sirius_message_list_toolbar_msgindex_increase_button_submit:focus span::after, .using-keyboard .c-feedback__answers .sirius_message_view_toolbar_delete_button_submit:focus span::after, .using-keyboard .c-feedback__answers .sirius_message_view_toolbar_reply_button_submit:focus span::after, .using-keyboard .c-feedback__answers .sirius_message_reply_toolbar_cancel_button_submit:focus span::after, .using-keyboard .c-feedback__answers .sirius_message_reply_add_attachment_another_submit:focus span::after, .using-keyboard .c-feedback__answers .sirius_message_reply_lower_toolbar_send_button_submit:focus span::after, .using-keyboard .c-feedback__answers .sirius_message_reply_lower_toolbar_save_button_submit:focus span::after, .using-keyboard .c-feedback__answers .sirius_settings_save_submit:focus span::after {
  background: none !important;
}

.c-feedback__message, .c-feedback__form {
  background: #e7f3fb;
  position: relative;
}

.c-feedback__message .c-feedback__outer, .c-feedback__form .c-feedback__outer {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: opacity 0.5s ease-out;
}

.c-feedback__message--visible, .c-feedback__form--visible {
  padding: 0.9375rem;
  margin-top: 0.9375rem;
}

.c-feedback__message--visible .c-feedback__outer, .c-feedback__form--visible .c-feedback__outer {
  visibility: visible;
  opacity: 1;
  height: auto;
}

@media print, screen and (min-width: 64em) {
  .c-feedback__message--visible, .c-feedback__form--visible {
    padding: 3.125rem;
  }
}

.c-feedback__message p, .c-feedback__form p {
  margin-bottom: 0;
}

.c-feedback__close {
  background: #004b7a;
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  position: absolute;
  top: -0.75rem;
  right: -0.75rem;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media print, screen and (min-width: 64em) {
  .c-feedback__close {
    top: -0.875rem;
    right: -0.875rem;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 1.75rem;
  }
}

.c-feedback__close::before {
  content: "\f00d";
  font-size: 1rem;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  line-height: 0.75rem;
  position: relative;
}

.c-feedback__text {
  font-weight: 700;
  display: block;
  margin-bottom: 0.9375rem;
}

.c-feedback__label {
  padding-bottom: 0.625rem;
  font-weight: 400 !important;
}

.c-feedback__submit {
  margin-top: 0.9375rem;
}

.c-feedback__error {
  color: #cf4007;
}

.c-form__row {
  margin-bottom: 1.25rem;
}

.c-form__required, .c-feedback__required {
  position: relative;
  top: -0.25rem;
}

.c-form__textarea, .c-feedback__textarea, .c-form__input, .bulletinboard-view .bulletinboard-content .bbl-filter-area .chosen-choices, .bulletinboard-view .bulletinboard-content .bbl-filter-area .bbl-input-group .bbl-form-control, .c-search-form__input, input.np-searchbox-standard, .c-select-bar__input, .c-search-select-bar__input {
  border: 0.125rem solid #909090;
  border-radius: 0.125rem;
  box-shadow: none;
  margin-bottom: 0.3125rem;
}

.c-form__textarea:focus, .c-feedback__textarea:focus, .c-form__input:focus, .bulletinboard-view .bulletinboard-content .bbl-filter-area .chosen-choices:focus, .bulletinboard-view .bulletinboard-content .bbl-filter-area .bbl-input-group .bbl-form-control:focus, .c-search-form__input:focus, input.np-searchbox-standard:focus, .c-select-bar__input:focus, .c-search-select-bar__input:focus {
  border: 0.125rem solid #1B1B1A;
  box-shadow: none;
  background: #fff !important;
}

.c-form__textarea:disabled, .c-feedback__textarea:disabled, .c-form__input:disabled, .bulletinboard-view .bulletinboard-content .bbl-filter-area .chosen-choices:disabled, .bulletinboard-view .bulletinboard-content .bbl-filter-area .bbl-input-group .bbl-form-control:disabled, .c-search-form__input:disabled, input.np-searchbox-standard:disabled, .c-select-bar__input:disabled, .c-search-select-bar__input:disabled {
  background: #f5f5f5;
  border-color: #E8E8E8;
  box-shadow: none;
}

.c-form__textarea, .c-feedback__textarea {
  box-shadow: none;
}

.c-form__select, .c-jobs__select, .c-select-bar__select, .c-search-select-bar__select {
  border: 0.125rem solid #909090;
  border-radius: 0.125rem;
  box-shadow: none;
  height: 2.5rem;
  line-height: 1.625rem;
  padding-top: 0;
  padding-bottom: 0;
}

.c-form__select:focus, .c-jobs__select:focus, .c-select-bar__select:focus, .c-search-select-bar__select:focus {
  border: 0.125rem solid #1B1B1A;
  box-shadow: none;
}

.c-form__label, .c-feedback__label, .c-select-bar__label, .c-search-select-bar__label {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0.3125rem;
}

.c-form__error, .c-feedback__error {
  color: #CF410E;
}

.c-form__error::before, .c-feedback__error::before {
  content: "\f06a\00a0";
  font-weight: 600;
  font-family: "Font Awesome 6 Pro";
}

.c-go-back {
  display: inline-block;
  /* Different styles on News Page */
}

.c-go-back::before {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-blue.svg) no-repeat;
  width: 0.75rem;
  height: 0.6875rem;
  transform: rotate(180deg);
  display: inline-block;
  margin-right: 0.3125rem;
}

.c-go-back span {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
  font-weight: 700;
  font-size: 0.9375rem;
}

.using-keyboard .c-go-back:focus {
  background: none;
}

.using-keyboard .c-go-back:focus::before {
  background: url(/static/assets/images/icon-arrow-right-black.svg) no-repeat;
}

.using-keyboard .c-go-back:focus span {
  background: #FBCE20;
}

.p-news .c-go-back {
  margin-top: 1.25rem;
}

.c-hero {
  min-height: 8.4375rem;
  margin-bottom: 0.9375rem;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

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

@media print, screen and (min-width: 64em) {
  .c-hero {
    height: 18.75rem;
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    margin-bottom: 2rem;
  }
}

.c-hero__outer {
  position: relative;
  overflow: hidden;
}

@media print, screen and (min-width: 40em) {
  .c-hero__outer {
    height: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .c-hero__inner {
    height: 100%;
    position: relative;
  }
}

.c-hero__content {
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  overflow: hidden;
}

@media print, screen and (min-width: 64em) {
  .c-hero__content {
    display: -ms-flexbox;
    display: flex;
  }
}

.c-hero__list {
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  grid-auto-rows: 1fr;
}

.c-hero__intro {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  min-height: 8.4375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media print, screen and (min-width: 40em) {
  .c-hero__intro {
    min-height: 18.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-hero__intro {
    min-height: auto;
  }
}

.c-hero__heading {
  font-size: 1.75rem;
  line-height: 2.5rem;
  padding: 0 1.25rem;
  background: #fff;
  min-height: 2.5rem;
  display: inline-block;
  border-radius: 0.125rem;
  margin: 0;
  max-width: 23.75rem;
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 39.99875em) {
  .c-hero__heading {
    margin-bottom: 0.9375rem;
    display: none;
  }
}

@media print, screen and (min-width: 40em) {
  .c-hero__heading {
    text-align: center;
    -ms-flex-positive: inherit;
        flex-grow: inherit;
    padding: 0 2.5rem;
    line-height: 4.375rem;
    min-height: 4.375rem;
    font-size: 2.375rem;
    max-width: 23.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-hero__heading {
    max-width: 36.25rem;
  }
}

.c-hero__item {
  margin-bottom: 0.625rem;
}

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

.c-hero__link {
  width: auto;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  display: inline;
}

@media print, screen and (min-width: 64em) {
  .c-hero__link {
    font-family: "Inter Bold", sans-serif;
    font-size: 1.125rem;
  }
}

.c-hero__link:hover, .c-hero__link:focus {
  color: #fff;
}

.c-hero__background {
  z-index: -1;
}

@media print, screen and (min-width: 40em) {
  .c-hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 39.99875em) {
  .c-hero__background {
    max-height: 10.625rem;
  }
}

.c-hero__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
}

.c-hero__wrapper picture {
  height: 100%;
  width: 100%;
  -ms-flex: none;
      flex: none;
  min-height: 12.5rem;
}

@media print, screen and (min-width: 40em) {
  .c-hero__wrapper picture {
    min-height: 28.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-hero__wrapper picture {
    min-height: 25rem;
  }
}

.c-hero__wrapper img, .c-hero__wrapper source {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 39.99875em) {
  .c-hero__wrapper img, .c-hero__wrapper source {
    max-height: 10.625rem;
  }
}

.c-hero--start {
  margin: 0;
  width: 100%;
  height: unset;
}

@media print, screen and (min-width: 40em) {
  .c-hero--start {
    height: 25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-hero--start {
    height: 28.125rem;
  }
}

.c-hero--start .c-hero__heading {
  text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.6);
  color: #fff;
  background: none;
  height: auto;
  padding: 0;
  text-align: left;
  font-size: 2.375rem;
  line-height: 3.125rem;
}

@media print, screen and (min-width: 64em) {
  .c-hero--start .c-hero__heading {
    font-size: 3.125rem;
    line-height: 3.75rem;
    margin-bottom: 3.125rem;
    text-align: center;
  }
}

.c-hero--start .c-hero__intro {
  -ms-flex-positive: 1;
      flex-grow: 1;
  min-height: auto;
}

@media screen and (max-width: 63.99875em) {
  .c-hero--start .c-hero__intro {
    -ms-flex-pack: left;
        justify-content: left;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}

.c-hero--start .c-hero__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media print, screen and (min-width: 64em) {
  .c-hero--start .c-hero__inner {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.c-hero--start .c-hero__content {
  padding: 1.5rem 0.9375rem 0 0.9375rem;
  display: block;
  height: auto;
}

@media screen and (max-width: 63.99875em) {
  .c-hero--start .c-hero__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media print, screen and (min-width: 64em) {
  .c-hero--start .c-hero__content {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 0;
  }
}

.c-hero--start .c-hero__list {
  background: none;
  padding: 0 0 1.875rem 0;
}

@media screen and (max-width: 39.99875em) {
  .c-hero--start .c-hero__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    column-gap: 0.9375rem;
    padding: 0;
  }
}

@media screen and (max-width: 24.0625em) {
  .c-hero--start .c-hero__list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media print, screen and (min-width: 64em) {
  .c-hero--start .c-hero__list {
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0;
  }
}

@media screen and (max-width: 39.99875em) {
  .c-hero--start .c-hero__item {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .c-hero--start .c-hero__item {
    margin: 0;
  }
}

.c-hero--start .c-hero__item:nth-child(1) .c-hero__link {
  background: #004b7a;
  color: #fff;
}

.c-hero--start .c-hero__item:nth-child(1) .c-hero__link:hover, .c-hero--start .c-hero__item:nth-child(1) .c-hero__link:focus {
  color: #004b7a;
  background: #e7f3fb;
}

.c-hero--start .c-hero__item:nth-child(2) .c-hero__link {
  background: #0070ba;
  color: #fff;
}

.c-hero--start .c-hero__item:nth-child(2) .c-hero__link:hover, .c-hero--start .c-hero__item:nth-child(2) .c-hero__link:focus {
  color: #0070ba;
  background: #e7f3fb;
}

.c-hero--start .c-hero__item:nth-child(3) .c-hero__link {
  background: #91001a;
  color: #fff;
}

.c-hero--start .c-hero__item:nth-child(3) .c-hero__link:hover, .c-hero--start .c-hero__item:nth-child(3) .c-hero__link:focus {
  color: #91001a;
  background: #FDE4E8;
}

.c-hero--start .c-hero__item:nth-child(4) .c-hero__link {
  background: #dd052b;
  color: #fff;
}

.c-hero--start .c-hero__item:nth-child(4) .c-hero__link:hover, .c-hero--start .c-hero__item:nth-child(4) .c-hero__link:focus {
  color: #dd052b;
  background: #FDE4E8;
}

.using-keyboard .c-hero--start .c-hero__item:nth-child(1) .c-hero__link:focus, .using-keyboard .c-hero--start .c-hero__item:nth-child(2) .c-hero__link:focus, .using-keyboard .c-hero--start .c-hero__item:nth-child(3) .c-hero__link:focus, .using-keyboard .c-hero--start .c-hero__item:nth-child(4) .c-hero__link:focus {
  background: #FBCE20;
}

.c-hero--start .c-hero__link {
  display: inline-block;
  line-height: 2.5rem;
  width: auto;
}

@media screen and (max-width: 39.99875em) {
  .c-hero--start .c-hero__link {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0.875rem 1.5625rem 0.875rem 1.5625rem;
    line-height: 1.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-hero--start .c-hero__link {
    margin: 0 0.3125rem;
  }
}

.c-hero--list .c-hero__intro, .c-hero--center .c-hero__intro {
  -ms-flex-positive: 1;
      flex-grow: 1;
  min-height: auto;
}

@media screen and (max-width: 63.99875em) {
  .c-hero--list .c-hero__intro, .c-hero--center .c-hero__intro {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 48%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .c-hero--list .c-hero__intro iframe,
  .c-hero--list .c-hero__intro object,
  .c-hero--list .c-hero__intro embed,
  .c-hero--list .c-hero__intro video, .c-hero--center .c-hero__intro iframe,
  .c-hero--center .c-hero__intro object,
  .c-hero--center .c-hero__intro embed,
  .c-hero--center .c-hero__intro video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .c-hero--list .c-hero__intro, .c-hero--center .c-hero__intro {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
  }
}

@media screen and (max-width: 63.99875em) {
  .c-hero--list .c-hero__inner, .c-hero--center .c-hero__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media screen and (max-width: 63.99875em) {
  .c-hero--list .c-hero__content, .c-hero--center .c-hero__content {
    -ms-flex-order: 2;
        order: 2;
  }
}

.c-hero--list .c-hero__title, .c-hero--center .c-hero__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.c-hero--list .c-hero__background, .c-hero--center .c-hero__background {
  height: 100%;
}

@media screen and (max-width: 63.99875em) {
  .c-hero--list .c-hero__background, .c-hero--center .c-hero__background {
    position: relative;
    -ms-flex-order: 1;
        order: 1;
  }
}

.c-hero--list .c-hero__wrapper, .c-hero--center .c-hero__wrapper {
  -ms-flex-align: normal;
      align-items: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
}

@media screen and (max-width: 63.99875em) {
  .c-hero--list .c-hero__wrapper img, .c-hero--center .c-hero__wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
}

.c-hero--list .c-hero__wrapper picture, .c-hero--center .c-hero__wrapper picture {
  min-height: auto;
}

.c-hero--list .c-hero {
  overflow: hidden;
}

.c-hero--list .c-hero__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  background: #004b7a;
}

@media print, screen and (min-width: 64em) {
  .c-hero--list .c-hero__block {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
  }
}

.c-hero--list .c-hero__links {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  margin: 1.75rem 2rem 2.5rem 2rem;
}

@media print, screen and (min-width: 40em) {
  .c-hero--list .c-hero__links {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-hero--list .c-hero__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.c-hero--list .c-hero__links h1 {
  display: block;
  margin-bottom: unset;
  color: white;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
}

@media print, screen and (min-width: 40em) {
  .c-hero--list .c-hero__links h1 {
    display: none;
  }
}

.c-hero--list .c-hero__list {
  padding-top: 0.75rem;
}

@media screen and (max-width: 63.99875em) {
  .c-hero--list .c-hero__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
}

@media print, screen and (min-width: 40em) {
  .c-hero--list .c-hero__list {
    padding: 0.9375rem 0 1.875rem 0;
  }
}

@media print, screen and (min-width: 64em) {
  .c-hero--list .c-hero__list {
    padding: 0.9375rem 0 1.25rem 0;
  }
}

.c-hero--list .c-hero__item {
  margin: 0 0 0.9375rem 0;
}

.c-hero--list .c-hero__item:last-child {
  margin: 0;
}

@media screen and (max-width: 39.99875em) {
  .c-hero--list .c-hero__item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .c-hero--list .c-hero__item {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0.3125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-hero--list .c-hero__item {
    margin: 0 0 1.5625rem 0;
  }
  .c-hero--list .c-hero__item:last-child {
    margin: 0;
  }
}

.c-hero--list .c-hero__link {
  display: inline-block;
  padding-right: 0.875rem;
}

.c-hero--list .c-hero__link:hover span, .c-hero--list .c-hero__link:focus span {
  border-bottom: 0.125rem solid #fff;
  padding-bottom: 0.0625rem;
}

.using-keyboard .c-hero--list .c-hero__link:focus {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.c-hero--list .c-hero__link::after {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-white.svg) no-repeat center right;
  position: relative;
  width: 0.875rem;
  height: 0.6875rem;
  display: inline-block;
  margin-right: -0.875rem;
}

.c-hero--list .c-hero__link span {
  position: relative;
}

@media screen and (max-width: 63.99875em) {
  .c-hero--list .c-hero__outer {
    height: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .c-hero--list .c-hero__background {
    width: 50%;
  }
}

.c-hero--list .c-hero__background.wide {
  width: 100%;
}

.c-hero--list .c-hero__background.wide .title-wrapper {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #fff;
  padding: 15px 30px;
}

.c-hero--list .c-hero__background.wide .title-wrapper h1 {
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: 1;
  min-height: 0;
  margin-bottom: 10px;
}

.c-hero--list .c-hero__background.wide .title-wrapper p {
  margin: 0;
}

.c-hero--list .c-hero__heading {
  max-width: none;
}

@media screen and (max-width: 39.99875em) {
  .c-hero--list .c-hero__heading {
    line-height: 2.625rem;
    min-height: 2.625rem;
  }
}

@media screen and (max-width: 63.99875em) {
  .c-hero--center .c-hero__outer {
    height: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .c-hero--center .c-hero__outer {
    width: 100%;
  }
}

.c-hero--center .c-hero__wrapper picture {
  width: 100%;
  height: 100%;
}

.c-hero--login {
  margin-bottom: 0;
  -ms-flex-align: baseline;
      align-items: baseline;
  min-height: 21.875rem;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.9375rem 0;
  margin-top: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .c-hero--login {
    height: 18.75rem;
    margin-top: 0;
  }
}

.c-hero--login .c-hero__intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

@media screen and (max-width: 39.99875em) {
  .c-hero--login .c-hero__intro {
    min-height: 21.875rem;
  }
}

.c-hero--login .c-hero__content {
  display: block;
}

.c-hero--login .c-hero__list {
  padding: 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 64em) {
  .c-hero--login .c-hero__list {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.c-hero--login .c-hero__item {
  margin: 0 0 0.9375rem 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .c-hero--login .c-hero__item {
    min-width: 25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-hero--login .c-hero__item {
    margin: 0 0.3125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-hero--login .c-hero__item:first-child {
    margin: 0 0.3125rem 0 0;
  }
}

@media screen and (max-width: 63.99875em) {
  .c-hero--login .c-hero__item:last-child {
    margin: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .c-hero--login .c-hero__item:last-child {
    margin: 0 0 0 0.3125rem;
  }
}

.c-hero--login .c-hero__item:nth-child(1) .c-hero__link {
  background: #0070ba;
  color: #fff;
}

.c-hero--login .c-hero__item:nth-child(1) .c-hero__link:hover, .c-hero--login .c-hero__item:nth-child(1) .c-hero__link:focus {
  color: #0070ba;
  background: #e7f3fb;
}

.c-hero--login .c-hero__item:nth-child(2) .c-hero__link {
  background: #004b7a;
  color: #fff;
}

.c-hero--login .c-hero__item:nth-child(2) .c-hero__link:hover, .c-hero--login .c-hero__item:nth-child(2) .c-hero__link:focus {
  color: #004b7a;
  background: #e7f3fb;
}

.c-hero--login .c-hero__item:nth-child(3) .c-hero__link {
  background: #dd052b;
  color: #fff;
}

.c-hero--login .c-hero__item:nth-child(3) .c-hero__link:hover, .c-hero--login .c-hero__item:nth-child(3) .c-hero__link:focus {
  color: #dd052b;
  background: #FDE4E8;
}

.c-hero--login .c-hero__item:nth-child(4) .c-hero__link {
  background: #91001a;
  color: #fff;
}

.c-hero--login .c-hero__item:nth-child(4) .c-hero__link:hover, .c-hero--login .c-hero__item:nth-child(4) .c-hero__link:focus {
  color: #91001a;
  background: #FDE4E8;
}

.using-keyboard .c-hero--login .c-hero__item:nth-child(1) .c-hero__link:focus, .using-keyboard .c-hero--login .c-hero__item:nth-child(2) .c-hero__link:focus, .using-keyboard .c-hero--login .c-hero__item:nth-child(3) .c-hero__link:focus, .using-keyboard .c-hero--login .c-hero__item:nth-child(4) .c-hero__link:focus {
  background: #FBCE20;
}

.c-hero--login .c-hero__link {
  display: inline-block;
  line-height: 2.5rem;
  width: 100%;
}

.c-hero--login .c-hero__login {
  margin-top: 0.9375rem;
  width: 100%;
  padding: 0 1.875rem;
}

@media print, screen and (min-width: 40em) {
  .c-hero--login .c-hero__login {
    width: auto;
  }
}

.c-hero--login .c-hero__heading {
  text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.6);
  color: #fff;
  background: none;
  height: auto;
  padding: 0;
  text-align: center;
  font-size: 1.75rem;
  line-height: 2.625rem;
  margin: 0;
}

.c-hero--login .c-hero__label {
  text-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.7);
  font-family: "Inter Bold", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.0625rem;
  margin: 0 0 0.9375rem 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media print, screen and (min-width: 40em) {
  .c-hero--login .c-hero__label {
    margin: 0 0 1.875rem 0;
  }
}

.c-hero--login .c-hero__label::before {
  margin: 0 1.25rem 0 0;
  -ms-flex: 1 0 1.25rem;
      flex: 1 0 1.25rem;
}

.c-hero--login .c-hero__label::after {
  margin: 0 0 0 1.25rem;
  -ms-flex: 1 0 1.25rem;
      flex: 1 0 1.25rem;
}

.c-hero--login .c-hero__label::before, .c-hero--login .c-hero__label::after {
  content: '';
  border-top: 0.125rem solid #fff;
  position: relative;
  top: 0;
}

.c-icon-list__list {
  list-style-type: none;
  margin: 0 0 1.25rem 0;
  padding: 0;
}

.c-icon-list__extend {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.c-icon-list-item,
.np-tablelist-item {
  border-top: 0.125rem solid #E8E8E8;
  padding: 1.25rem 0 1.5625rem 0;
  position: relative;
}

.c-icon-list-item:first-child, .np-tablelist-item:first-child {
  border: 0;
}

.c-icon-list-item__outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  position: relative;
}

.c-icon-list-item__outer::before {
  content: "\f15c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  background: #0070ba;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 1.875rem;
  height: 1.875rem;
  width: 1.875rem;
  font-size: 1rem;
  line-height: 2.375rem;
  position: absolute;
  top: 0;
  right: 0;
}

@media print, screen and (min-width: 40em) {
  .c-icon-list-item__outer::before {
    content: "\f15c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    background: #0070ba;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.125rem;
    line-height: 2.375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-icon-list-item__outer::before {
    top: -0.3125rem;
    left: -4rem;
  }
}

.c-icon-list-item--news .c-icon-list-item__outer::before {
  content: "\f1ea";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  background: #dd052b;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 1.875rem;
  height: 1.875rem;
  width: 1.875rem;
  font-size: 1rem;
  line-height: 2.375rem;
}

@media print, screen and (min-width: 40em) {
  .c-icon-list-item--news .c-icon-list-item__outer::before {
    content: "\f1ea";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    background: #dd052b;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.125rem;
    line-height: 2.375rem;
  }
}

.crisis-web .c-icon-list-item--news .c-icon-list-item__outer::before {
  content: none !important;
}

.c-icon-list-item--news .c-icon-list-item__figure img {
  max-width: 18.125rem;
}

.c-icon-list-item--doc .c-icon-list-item__outer::before {
  content: "\f0c6";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  background: #004b7a;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 1.875rem;
  height: 1.875rem;
  width: 1.875rem;
  font-size: 1rem;
  line-height: 2.375rem;
}

@media print, screen and (min-width: 40em) {
  .c-icon-list-item--doc .c-icon-list-item__outer::before {
    content: "\f0c6";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    background: #004b7a;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.125rem;
    line-height: 2.375rem;
  }
}

.c-icon-list-item--event .c-icon-list-item__outer::before {
  content: "\f073";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  background: #91001a;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 1.875rem;
  height: 1.875rem;
  width: 1.875rem;
  font-size: 1rem;
  line-height: 2.375rem;
}

@media print, screen and (min-width: 40em) {
  .c-icon-list-item--event .c-icon-list-item__outer::before {
    content: "\f073";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    background: #91001a;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.125rem;
    line-height: 2.375rem;
  }
}

.c-icon-list-item--services .c-icon-list-item__outer::before {
  content: "\f044";
  font-family: "Font Awesome 6 Pro";
  background: #FFF8D5;
  color: #c53e0d;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 1.875rem;
  height: 1.875rem;
  width: 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375rem;
}

@media print, screen and (min-width: 40em) {
  .c-icon-list-item--services .c-icon-list-item__outer::before {
    content: "\f044";
    font-family: "Font Awesome 6 Pro";
    background: #FFF8D5;
    color: #c53e0d;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2.375rem;
  }
}

.c-icon-list-item__link, .np-error a, .np-tablelist-item a {
  color: #1B1B1A;
  display: inline-block;
  padding-right: 0.875rem;
}

.c-icon-list-item__link:hover, .np-error a:hover, .np-tablelist-item a:hover, .c-icon-list-item__link:focus, .np-error a:focus, .np-tablelist-item a:focus {
  color: #1B1B1A;
}

.c-icon-list-item__link:hover span, .np-error a:hover span, .np-tablelist-item a:hover span, .c-icon-list-item__link:focus span, .np-error a:focus span, .np-tablelist-item a:focus span {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.c-icon-list-item__link::after, .np-error a::after, .np-tablelist-item a::after {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-black.svg) no-repeat center right;
  width: 0.875rem;
  height: 0.6875rem;
  position: relative;
  margin-right: -0.875rem;
  display: inline-block;
}

.c-icon-list-item__link span, .np-error a span, .np-tablelist-item a span {
  display: inline;
}

.c-icon-list-item__heading, .np-tablelist-item a {
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding-right: 2.5rem;
}

@media print, screen and (min-width: 40em) {
  .c-icon-list-item__heading, .np-tablelist-item a {
    padding: 0;
  }
}

.c-icon-list-item__preamble, .np-tablelist-item-sub {
  max-width: 38.125rem;
  display: inline-block;
}

.c-icon-list-item__figure {
  margin: 1.25rem 0 0.625rem 0;
}

.c-icon-list-item__intro {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 64em) {
  .c-icon-list-item__intro {
    width: 66.66667%;
    margin-right: 0;
    margin-left: 0;
  }
}

.c-icon-list-item__info {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0.625rem 0 0 0;
}

@media print, screen and (min-width: 64em) {
  .c-icon-list-item__info {
    margin: 0;
    text-align: right;
    width: 33.33333%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

.c-icon-list-item__date {
  font-family: "Inter Bold", sans-serif;
  color: #707070;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: block;
  margin-bottom: 0.3125rem;
}

.c-icon-list-item__date::before {
  content: "\f017";
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.1875rem;
}

.c-icon-list-item__category {
  font-family: "Inter Bold", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}

.c-icon-list-item__event span {
  display: block;
  font-weight: 700;
}

.c-icon-list-item__filetype::after {
  content: "|";
  margin: 0 0.1875rem;
}

.c-icon-list-item__filetype::before {
  margin-right: 0.125rem;
}

.c-icon-list-item__filetype--pdf::before {
  content: "\f1c1";
  font-family: "Font Awesome 6 Pro";
}

.c-icon-list-item__filetype--doc::before {
  content: "\f1c2";
  font-family: "Font Awesome 6 Pro";
}

.c-icon-list-item__filetype--txt::before {
  content: "\f15c";
  font-family: "Font Awesome 6 Pro";
}

.c-icon-list-item__filetype--ppt::before {
  content: "\f1c4";
  font-family: "Font Awesome 6 Pro";
}

.c-icon-list-item__filetype--jpg::before {
  content: "\f1c5";
  font-family: "Font Awesome 6 Pro";
}

.c-icon-search-list-item {
  border-top: 0.125rem solid #E8E8E8;
  padding: 1.25rem 0 1.5625rem 0;
  position: relative;
}

.c-icon-search-list-item:first-child {
  border: 0;
  padding-top: 0;
}

.c-icon-search-list-item .c-icon-search-list-item__cat {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem;
}

.c-icon-search-list-item .c-icon-search-list-item__cat span {
  font-size: 0.875rem;
  border-radius: 2rem;
  background-color: #f5f5f5;
  margin-right: 0.625rem;
  padding: 0.375rem 0.625rem;
}

.c-icon-search-list-item .c-icon-search-list-item__cat span:first-child {
  background-color: #E8E8E8;
}

.c-icon-search-list-item .c-icon-search-list-item__cat span:first-child:not(.noicon)::before {
  content: "\f15c";
  padding-right: 0.625rem;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
}

.c-icon-search-list-item .c-icon-search-list-item__cat .c-icon-list-item__category {
  font-family: "Inter Regular", sans-serif;
  font-size: 0.875rem;
  text-transform: none;
  letter-spacing: initial;
}

.c-icon-search-list-item .c-icon-search-list-item__cat time {
  margin-left: auto;
}

.c-icon-search-list-item__outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  position: relative;
}

.c-icon-search-list-item--news .c-icon-search-list-item__cat > span:first-child:not(.noicon)::before {
  content: "\f1ea";
}

.crisis-web .c-icon-search-list-item--news .c-icon-search-list-item__cat > span:first-child:not(.noicon)::before {
  content: none !important;
}

.c-icon-search-list-item--doc .c-icon-search-list-item__cat > span:first-child:not(.noicon)::before {
  content: "\f0c6";
}

.c-icon-search-list-item--event .c-icon-search-list-item__cat > span:first-child:not(.noicon)::before {
  content: "\f073";
}

.c-icon-search-list-item--services .c-icon-search-list-item__cat > span:first-child:not(.noicon)::before {
  content: "\f044";
}

.c-icon-search-list-item--external .c-icon-search-list-item__cat > span:first-child:not(.noicon)::before {
  content: "\f35d";
}

.c-icon-search-list-item__link {
  color: #1B1B1A;
  display: inline-block;
  padding-right: 0.875rem;
}

.c-icon-search-list-item__link:hover, .c-icon-search-list-item__link:focus {
  color: #1B1B1A;
}

.c-icon-search-list-item__link:hover span, .c-icon-search-list-item__link:focus span {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.c-icon-search-list-item__link::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1;
}

.c-icon-search-list-item--doc .c-icon-search-list-item__link::after {
  content: "\f019";
}

.c-icon-search-list-item--external .c-icon-search-list-item__link::after {
  content: "\f35d";
}

.c-icon-search-list-item__link span {
  display: inline;
}

.c-icon-search-list-item__heading {
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding-right: 2.5rem;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .c-icon-search-list-item__heading {
    padding: 0;
  }
}

.c-icon-search-list-item__heading a {
  max-width: 100%;
}

.c-icon-search-list-item__preamble {
  display: inline-block;
}

.c-icon-search-list-item__preamble p {
  max-width: 100%;
  margin-bottom: 0;
}

.c-icon-search-list-item__figure {
  margin: 1.25rem 0 0.625rem 0;
}

.c-icon-search-list-item__intro {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.c-icon-search-list-item__info {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0.625rem 0 0 0;
}

@media print, screen and (min-width: 64em) {
  .c-icon-search-list-item__info {
    margin: 0;
    text-align: right;
    width: 33.33333%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

.c-icon-search-list-item__date {
  font-family: "Inter Bold", sans-serif;
  color: #707070;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: block;
  margin-bottom: 0.3125rem;
}

.c-icon-search-list-item__date::before {
  content: "\f017";
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.1875rem;
}

.c-icon-search-list-item__category {
  font-family: "Inter Bold", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}

.c-icon-search-list-item__event span {
  display: block;
  font-weight: 700;
}

.c-icon-search-list-item__fileinfo {
  color: #707070;
}

.c-icon-search-list-item__fileinfo a {
  font-size: 0.875rem;
}

.c-icon-search-list-item__fileinfo a:hover {
  text-decoration: underline;
}

.c-icon-search-list-item__filetype {
  text-transform: uppercase;
}

.c-icon-search-list-item__filetype::after {
  content: "|";
  margin: 0;
}

.c-icon-search-list-item__filetype::before {
  margin-right: 0.125rem;
}

.c-icon-search-list-item__filetype--pdf::before {
  content: "\f1c1";
  font-family: "Font Awesome 6 Pro";
}

.c-icon-search-list-item__filetype--doc::before {
  content: "\f1c2";
  font-family: "Font Awesome 6 Pro";
}

.c-icon-search-list-item__filetype--txt::before {
  content: "\f15c";
  font-family: "Font Awesome 6 Pro";
}

.c-icon-search-list-item__filetype--ppt::before {
  content: "\f1c4";
  font-family: "Font Awesome 6 Pro";
}

.c-icon-search-list-item__filetype--jpg::before {
  content: "\f1c5";
  font-family: "Font Awesome 6 Pro";
}

.c-instructions {
  margin-bottom: 1.875rem;
}

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

@media print, screen and (min-width: 64em) {
  .c-instructions {
    margin-bottom: 3.75rem;
  }
}

.c-instructions__outer {
  background: #e7f3fb;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.25rem 0 1.875rem 0;
  margin: 0 -0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-instructions__outer {
    padding: 1.25rem 0 0.625rem 0;
    margin: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .c-instructions__outer {
    padding: 2.5rem 0 1.25rem 0;
  }
}

.c-instructions__inner {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .c-instructions__inner {
    width: 83.33333%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .c-instructions__inner {
    width: 66.66667%;
    margin-right: 0;
    margin-left: 0;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 40em) {
  .c-instructions__intro {
    padding-right: 11.25rem;
  }
}

.c-instructions__editor {
  max-width: 38.125rem;
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 64em) {
  .c-instructions__editor {
    margin-bottom: 2.5rem;
  }
}

.c-instructions__editor > ul {
  margin: 0 0 1.25rem 0;
  padding: 0;
}

.c-instructions__editor > ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1.5625rem;
}

.c-instructions__editor > ul li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.4375rem;
  font-weight: 700;
  color: #004b7a;
  position: absolute;
  top: 0.4375rem;
  left: 0;
}

.c-instructions__editor > ul li a {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
  margin-right: 1.5625rem;
  display: inline;
  position: relative;
}

.c-instructions__editor > ul li a[href^="http://"]:not([href*="www.sollentuna.se"])::after, .c-instructions__editor > ul li a[href^="https://"]:not([href*="www.sollentuna.se"])::after {
  content: "\00a0\00a0\f35d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 0.8125rem;
  position: relative;
  color: #004b7a;
  margin-right: -1.25rem;
}

.c-instructions__editor > ol {
  margin: 0 0 1.25rem 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}

.c-instructions__editor > ol li {
  list-style-type: none;
  position: relative;
  padding-left: 1.5625rem;
  counter-increment: item;
}

.c-instructions__editor > ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  font-weight: 700;
}

.c-instructions__editor > ol li a {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
  margin-right: 1.5625rem;
  display: inline;
  position: relative;
}

.c-instructions__editor > ol li a[href^="http://"]:not([href*="www.sollentuna.se"])::after, .c-instructions__editor > ol li a[href^="https://"]:not([href*="www.sollentuna.se"])::after {
  content: "\00a0\00a0\f35d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 0.8125rem;
  position: relative;
  color: #004b7a;
  margin-right: -1.25rem;
}

.c-instructions__editor .c-editor__link {
  background: #fff;
}

.using-keyboard .c-instructions__editor .c-editor__link:focus {
  background: #fff;
}

.c-instructions__heading {
  font-size: 1.75rem;
  margin-bottom: 0.9375rem;
}

.c-instructions__subheading {
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.c-instructions__preamble {
  max-width: 38.125rem;
}

.c-instructions__list {
  list-style-type: none;
  margin: 0 -0.9375rem;
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .c-instructions__list {
    margin: 0;
  }
}

.c-instructions__item {
  border-bottom: 0.125rem solid #E8E8E8;
}

.c-instructions__item:last-child {
  border: 0;
}

.c-instructions__item--hidden {
  visibility: hidden;
  transition: opacity 0.5s ease-out;
  margin: 0;
  opacity: 0;
  height: 0;
}

.c-instructions__item--visible {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.c-instructions__item--expanded {
  border: 0;
}

.c-instructions__link {
  color: #1B1B1A;
  font-weight: 700;
  position: relative;
  padding-left: 1.875rem;
  display: inline-block;
}

.c-instructions__link:hover span, .c-instructions__link:focus span {
  color: #1B1B1A;
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.c-instructions__link::before {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-blue.svg) no-repeat;
  width: 0.75rem;
  height: 0.6875rem;
  transition: opacity .3s ease 0s;
  top: 0.4375rem;
  left: 0.3125rem;
  position: absolute;
}

.c-instructions__link[href^="https://"]:not([href*="www.sollentuna.se"])::before, .c-instructions__link[href^="http://"]:not([href*="www.sollentuna.se"])::before {
  content: "\f35d\00a0\00a0";
  background: none;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 0.8125rem;
  top: 0.1875rem;
  position: absolute;
  color: #004b7a;
}

.using-keyboard .c-instructions__link[href^="https://"]:not([href*="www.sollentuna.se"]):focus::before, .using-keyboard .c-instructions__link[href^="http://"]:not([href*="www.sollentuna.se"]):focus::before {
  color: #1B1B1A;
}

.using-keyboard .c-instructions__link:focus {
  background: none;
}

.using-keyboard .c-instructions__link:focus span {
  background: #FBCE20;
}

.c-instructions__item--instructions .c-instructions__link::before {
  content: "+";
  background: #e7f3fb;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1.5rem;
  color: #004b7a;
  font-size: 1.25rem;
  font-family: "Inter Bold", sans-serif;
  top: 0.0625rem;
  left: 0;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.using-keyboard .c-instructions__item--instructions .c-instructions__link:focus::before {
  background: #1B1B1A;
  color: #FBCE20;
}

.c-instructions__item--expanded .c-instructions__link::before {
  content: "−";
  background: #004b7a;
  color: #fff;
}

.c-instructions__content {
  width: 66.66667%;
  margin-right: 0;
  margin-left: 0;
}

.c-instructions__read-more {
  background: #e7f3fb;
  margin-bottom: 1.875rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}

@media print, screen and (min-width: 40em) {
  .c-instructions__read-more {
    margin-bottom: 2.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-instructions__read-more {
    min-width: auto;
    margin-top: -0.625rem;
  }
}

.c-instructions__read-more span {
  font-weight: 700;
  top: 0.0625rem;
}

.c-instructions__read-more[href^="http://"]:not([href*="www.sollentuna.se"]), .c-instructions__read-more[href^="https://"]:not([href*="www.sollentuna.se"]) {
  padding: 0.875rem 3.125rem 0.875rem 2.1875rem;
}

.c-instructions__read-more[href^="http://"]:not([href*="www.sollentuna.se"]) span::after, .c-instructions__read-more[href^="https://"]:not([href*="www.sollentuna.se"]) span::after {
  content: "\00a0\00a0\f35d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 0.8125rem;
  position: absolute;
  bottom: 0;
  color: #004b7a;
  transition: all .3s ease 0s;
}

.c-instructions__read-more[href^="http://"]:not([href*="www.sollentuna.se"]):hover span::after, .c-instructions__read-more[href^="https://"]:not([href*="www.sollentuna.se"]):hover span::after {
  color: #fff;
}

.using-keyboard .c-instructions__read-more[href^="http://"]:not([href*="www.sollentuna.se"]):focus span::after, .using-keyboard .c-instructions__read-more[href^="https://"]:not([href*="www.sollentuna.se"]):focus span::after {
  background: none;
  color: #1B1B1A;
}

.c-instructions__back-to-top {
  margin-right: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media print, screen and (min-width: 40em) {
  .c-instructions__back-to-top {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.75rem;
  }
}

.c-instructions__back-to-top span {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
  font-weight: 700;
}

.c-instructions__back-to-top::after {
  content: "";
  background: url(/static/assets/images/icon-arrow-up-blue.svg) no-repeat;
  display: inline-block;
  width: 1rem;
  height: 1.3125rem;
  margin-left: 0.4375rem;
  background-position-y: 0.125rem;
}

.using-keyboard .c-instructions__back-to-top:focus {
  background: none;
}

.using-keyboard .c-instructions__back-to-top:focus::after {
  background: url(/static/assets/images/icon-arrow-up-black.svg) no-repeat;
  background-position-y: 0.125rem;
}

.using-keyboard .c-instructions__back-to-top:focus span {
  background: #FBCE20;
}

.c-instructions__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  background: #fafafa;
  padding: 1.25rem 0 1.25rem 0;
}

@media print, screen and (min-width: 64em) {
  .c-instructions__wrapper {
    padding: 3.125rem 0 3.75rem 0;
  }
}

.c-instructions__content {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-instructions__content {
    width: 83.33333%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .c-instructions__content {
    width: 66.66667%;
    margin-right: 0;
    margin-left: 0;
  }
}

.c-instructions__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.125rem 0;
}

.c-instructions__title .c-instructions__content {
  position: relative;
}

.c-instructions__extend {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 0.3125rem;
}

@media print, screen and (min-width: 40em) {
  .c-instructions__extend {
    margin-top: 1.875rem;
  }
}

.c-instructions__area {
  display: none;
}

.c-instructions__close {
  position: relative;
  display: block;
  padding: 0.25rem 0 0.25rem 1.875rem;
}

.c-instructions__close:hover, .c-instructions__close:focus {
  cursor: pointer;
  outline: none;
}

.c-instructions__close:hover span, .c-instructions__close:focus span {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.using-keyboard .c-instructions__close:focus {
  background: none;
}

.using-keyboard .c-instructions__close:focus span {
  background: #FBCE20;
}

.using-keyboard .c-instructions__close:focus span::before {
  background: #1B1B1A;
  color: #FBCE20;
}

.c-instructions__close span {
  font-weight: 700;
}

.c-instructions__close span::before {
  content: "−";
  background: #004b7a;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1.5rem;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Inter Bold", sans-serif;
  top: 0.0625rem;
  left: 0;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.c-instructions .c-block-grid {
  margin: 0;
  width: 100%;
}

.c-instructions .c-editor-files {
  margin: 0 0 2.5rem 0;
}

.c-instructions .c-editor-files__list {
  max-width: 38.125rem;
  background: #fff;
  border: 0;
}

.c-jobs {
  margin-bottom: 0.9375rem;
}

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

@media print, screen and (min-width: 64em) {
  .c-jobs {
    margin-bottom: 3.75rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .c-jobs--all .c-jobs__panel .c-jobs__inner {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: normal;
        align-items: normal;
  }
}

.c-jobs__panel {
  background: #e7f3fb;
  margin: 0 -0.9375rem 1.25rem -0.9375rem;
  padding: 0.9375rem 0 0.9375rem 0;
}

@media print, screen and (min-width: 40em) {
  .c-jobs__panel {
    height: 6.25rem;
    margin: 0 0 2.5rem 0;
    padding: 0;
  }
  .c-jobs__panel::before {
    content: "";
    position: absolute;
    left: 0;
    background: #e7f3fb;
    height: 4.375rem;
    width: 100%;
    z-index: -9;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .c-jobs__panel::before {
    height: 6.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-jobs__panel::before {
    content: none;
  }
}

.c-jobs__panel .c-jobs__outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  max-width: 100%;
}

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

.c-jobs__panel .c-jobs__inner {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-jobs__panel .c-jobs__inner {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .c-jobs__panel .c-jobs__inner {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-jobs__filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0.625rem 0 0.625rem 0;
}

@media print, screen and (min-width: 40em) {
  .c-jobs__filter {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.c-jobs__all {
  font-weight: 700;
}

.c-jobs__all span {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
}

.c-jobs__label {
  font-weight: 700;
  font-size: 1rem;
  margin-right: 1.25rem;
}

.c-jobs__select {
  margin-bottom: 0;
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .c-jobs__select {
    width: 18.125rem;
  }
}

.c-jobs__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -ms-flex-pack: center;
      justify-content: center;
}

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

.c-jobs__content {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-jobs__content {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-jobs__content {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-jobs__content tbody {
  border: 0px solid #f1f1f1;
}

.c-jobs__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.c-jobs__item {
  border-bottom: 0.125rem solid #E8E8E8;
  padding: 0.9375rem 0.5rem 0.875rem 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media print, screen and (min-width: 40em) {
  .c-jobs__item {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.c-jobs__item:last-child {
  border-bottom: 0;
}

.c-jobs__item td {
  padding: 0px;
}

.c-jobs__head {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.125rem solid #E8E8E8;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.c-jobs__heading {
  font-size: 1.5rem;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin: 0;
  max-width: none;
}

@media print, screen and (min-width: 64em) {
  .c-jobs__heading {
    font-size: 1.75rem;
  }
}

.c-jobs__subheading {
  font-weight: 700;
  margin-bottom: 0.625rem;
  text-align: left;
  padding: 0px;
}

@media print, screen and (min-width: 40em) {
  .c-jobs__subheading--title {
    -ms-flex: 60%;
        flex: 60%;
  }
}

.c-jobs__subheading--published, .c-jobs__subheading--end {
  display: none;
}

@media print, screen and (min-width: 40em) {
  .c-jobs__subheading--published, .c-jobs__subheading--end {
    -ms-flex: 20%;
        flex: 20%;
    display: block;
  }
}

.c-jobs__subheading--end {
  max-width: 6rem;
}

.c-jobs__title {
  position: relative;
  padding: 0rem;
}

.c-jobs__title::before {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-blue.svg) no-repeat;
  display: block;
  width: 0.75rem;
  height: 0.6875rem;
  position: absolute;
  left: 0;
  top: 0.4375rem;
}

@media print, screen and (min-width: 40em) {
  .c-jobs__title {
    -ms-flex: 60%;
        flex: 60%;
  }
}

.c-jobs__link {
  display: inline-block;
  margin-left: 1.125rem;
}

.c-jobs__link span {
  color: #1B1B1A;
}

.c-jobs__link:hover span, .c-jobs__link:focus span {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.c-jobs__published, .c-jobs__end {
  padding: 0rem;
}

@media print, screen and (min-width: 40em) {
  .c-jobs__published, .c-jobs__end {
    -ms-flex: 20%;
        flex: 20%;
  }
}

.c-jobs__published {
  display: none;
}

@media print, screen and (min-width: 40em) {
  .c-jobs__published {
    display: block;
  }
}

@media print, screen and (min-width: 40em) {
  .c-jobs__end {
    max-width: 6rem;
  }
}

.c-jobs__end span {
  font-weight: 700;
}

@media print, screen and (min-width: 40em) {
  .c-jobs__end span {
    display: none;
  }
}

.c-jobs__subscribe {
  color: #fff;
  background: #004b7a;
  padding: 0 0.9375rem;
  margin: 0.625rem -0.9375rem 1.25rem -0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-jobs__subscribe {
    margin: 1.25rem 0 0 0;
    padding: 0 1.25rem;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

@media print, screen and (min-width: 64em) {
  .c-jobs__subscribe {
    margin: 1.25rem 0 0 0;
    padding: 0;
  }
}

.c-jobs__subscribe .c-jobs__outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.25rem 0 1.875rem 0;
}

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

@media print, screen and (min-width: 64em) {
  .c-jobs__subscribe .c-jobs__outer {
    padding: 2.5rem 0 3.125rem 0;
  }
}

.c-jobs__intro, .c-jobs__actions {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .c-jobs__intro, .c-jobs__actions {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-jobs__intro {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0.625rem;
}

.c-jobs__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}

@media print, screen and (min-width: 40em) {
  .c-jobs__actions {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.c-jobs__button {
  margin: 0 0 0.9375rem 0;
  min-width: 12.5rem;
}

@media print, screen and (min-width: 40em) {
  .c-jobs__button {
    margin: 0 0.9375rem 0 0 !important;
  }
}

@media print, screen and (min-width: 64em) {
  .c-jobs__button {
    max-width: 12.5rem;
    min-width: auto;
    width: 100%;
  }
}

.c-jobs__button:last-of-type {
  margin: 0.75rem auto 0 auto !important;
}

@media print, screen and (min-width: 40em) {
  .c-jobs__button:last-of-type {
    margin: 0 !important;
  }
}

.c-jobs__button:hover {
  background: #e7f3fb;
  color: #004b7a;
}

.c-jobs__button:hover span::after {
  background: url(/static/assets/images/icon-arrow-right-blue.svg) no-repeat;
}

.c-jobs__button span::after {
  background: url(/static/assets/images/icon-arrow-right-white.svg) no-repeat;
}

.c-jobs__button--login {
  background: #e7f3fb;
  border-color: #e7f3fb;
}

.c-jobs__button--login:hover {
  background: #e7f3fb;
  border-color: #e7f3fb;
}

.c-jobs__button--login span::after {
  background: url(/static/assets/images/icon-arrow-right-blue.svg) no-repeat;
}

.c-jobs__button--subscribe {
  border-color: #e7f3fb;
  color: #fff;
}

.p-jobs .c-jobs__panel::before {
  content: "";
  position: absolute;
  left: 0;
  background: #e7f3fb;
  height: 6.25rem;
  width: 100%;
  z-index: -9;
}

@media print, screen and (min-width: 64em) {
  .p-jobs .c-jobs__subscribe {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

.c-latest-jobs {
  margin-bottom: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-latest-jobs {
    margin-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-latest-jobs {
    margin-bottom: 3.75rem;
  }
}

.c-latest-jobs__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row;
  max-width: 100%;
  margin-bottom: 1.875rem;
}

.c-latest-jobs__heading::before, .c-latest-jobs__heading::after {
  content: "";
  background: #E8E8E8;
  height: 0.125rem;
  width: 100%;
  display: block;
}

.c-latest-jobs__heading span {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  padding: 0 0.625rem;
}

@media screen and (min-width: 28.125em) {
  .c-latest-jobs__heading span {
    padding: 0 1.875rem;
  }
}

.c-latest-jobs__subheading {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.c-latest-jobs__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

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

.c-latest-jobs__item {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  background: #FFF8D5;
  padding: 0.9375rem 0.9375rem 1.25rem 0.9375rem;
  margin-bottom: 0.9375rem;
}

.c-latest-jobs__item:last-of-type {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .c-latest-jobs__item {
    padding: 1.25rem 1.875rem 1.875rem 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-latest-jobs__item {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    margin-bottom: 0;
  }
}

.c-latest-jobs__item:nth-child(2) {
  background: #e7f3fb;
}

.c-latest-jobs__item:nth-child(3) {
  background: #FDE4E8;
}

.c-latest-jobs__item p {
  margin-bottom: 0;
}

.c-latest-jobs__info {
  margin-bottom: 0.3125rem;
}

.c-latest-jobs__link {
  color: #1B1B1A;
  font-family: "Inter Bold", sans-serif;
  font-weight: 700;
  margin-bottom: 1.25rem;
  position: relative;
  display: inline;
}

.c-latest-jobs__link:hover, .c-latest-jobs__link:focus {
  color: #1B1B1A;
}

.c-latest-jobs__link:hover span, .c-latest-jobs__link:focus span {
  border-bottom: 0.125rem solid #1B1B1A;
  position: relative;
}

.c-latest-jobs__link::after {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-black.svg) no-repeat bottom right;
  background-position-y: 0.625rem;
  width: 1rem;
  height: 1.3125rem;
  position: absolute;
}

.c-latest-jobs__published {
  font-family: "Inter Bold", sans-serif;
  color: #707070;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-latest-jobs__published::before {
  content: "\f017";
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.1875rem;
}

.c-latest-jobs__date {
  font-family: "Inter Bold", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  display: inline-block;
}

.c-links {
  margin: 3.125rem 0;
}

.c-links__list {
  margin: 0;
  padding: 0.3125rem 1.875rem;
}

.c-links__item {
  list-style-type: none;
  padding: 0.9375rem 0;
}

.c-links__item:last-child {
  border-bottom: none;
}

.c-links__link:hover {
  color: #004b7a;
  position: relative;
}

.c-links__link:hover::after {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
}

.c-list-item {
  border-bottom: 0.125rem solid #E8E8E8;
  padding: 1.25rem 0 1.5625rem 0;
  position: relative;
}

.c-list-item__outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  position: relative;
}

.c-list-item__outer::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
}

@media print, screen and (min-width: 40em) {
  .c-list-item__outer::before {
    top: -0.3125rem;
    left: -4rem;
  }
}

.c-list-item:last-child {
  border: 0;
}

.c-list-item--news .c-list-item__outer::before {
  content: "\f1ea";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  background: #dd052b;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 1.875rem;
  height: 1.875rem;
  width: 1.875rem;
  font-size: 1rem;
  line-height: 2.375rem;
}

@media print, screen and (min-width: 40em) {
  .c-list-item--news .c-list-item__outer::before {
    content: "\f1ea";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    background: #dd052b;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.125rem;
    line-height: 2.375rem;
  }
}

.c-list-item--page .c-list-item__outer::before {
  content: "\f15c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  background: #0070ba;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 1.875rem;
  height: 1.875rem;
  width: 1.875rem;
  font-size: 1rem;
  line-height: 2.375rem;
}

@media print, screen and (min-width: 40em) {
  .c-list-item--page .c-list-item__outer::before {
    content: "\f15c";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    background: #0070ba;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.125rem;
    line-height: 2.375rem;
  }
}

.c-list-item--doc .c-list-item__outer::before {
  content: "\f0c6";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  background: #004b7a;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 1.875rem;
  height: 1.875rem;
  width: 1.875rem;
  font-size: 1rem;
  line-height: 2.375rem;
}

@media print, screen and (min-width: 40em) {
  .c-list-item--doc .c-list-item__outer::before {
    content: "\f0c6";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    background: #004b7a;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.125rem;
    line-height: 2.375rem;
  }
}

.c-list-item--event .c-list-item__outer::before {
  content: "\f073";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  background: #91001a;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 1.875rem;
  height: 1.875rem;
  width: 1.875rem;
  font-size: 1rem;
  line-height: 2.375rem;
}

@media print, screen and (min-width: 40em) {
  .c-list-item--event .c-list-item__outer::before {
    content: "\f073";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    background: #91001a;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.125rem;
    line-height: 2.375rem;
  }
}

.c-list-item--web .c-list-item__outer::before {
  content: "\f044";
  font-family: "Font Awesome 6 Pro";
  background: #FFF8D5;
  color: #c53e0d;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 1.875rem;
  height: 1.875rem;
  width: 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375rem;
}

@media print, screen and (min-width: 40em) {
  .c-list-item--web .c-list-item__outer::before {
    content: "\f044";
    font-family: "Font Awesome 6 Pro";
    background: #FFF8D5;
    color: #c53e0d;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2.375rem;
  }
}

.c-list-item__link {
  color: #1B1B1A;
  position: relative;
}

.c-list-item__link:hover, .c-list-item__link:focus {
  color: #1B1B1A;
  border-bottom: 0.125rem solid #1B1B1A;
}

.c-list-item__link::after {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-black.svg) no-repeat bottom right;
  background-position-y: 0.625rem;
  width: 1rem;
  height: 1.3125rem;
  position: absolute;
}

.c-list-item__heading {
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding-left: 2.5rem;
}

@media print, screen and (min-width: 40em) {
  .c-list-item__heading {
    padding: 0;
  }
}

.c-list-item__intro {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 64em) {
  .c-list-item__intro {
    width: 66.66667%;
    margin-right: 0;
    margin-left: 0;
  }
}

.c-list-item__info {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0.625rem 0 0 0;
}

@media print, screen and (min-width: 64em) {
  .c-list-item__info {
    margin: 0;
    text-align: right;
    width: 33.33333%;
    margin-right: 0;
    margin-left: 0;
  }
}

.c-list-item__date {
  font-family: "Inter Bold", sans-serif;
  color: #707070;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0.3125rem;
}

.c-list-item__date::before {
  content: "\f017";
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.1875rem;
}

.c-list-item__category {
  font-family: "Inter Bold", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}

.c-list-item__doc-list {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  margin: 1.25rem 0 0.9375rem 0;
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .c-list-item__doc-list {
    margin: 0.625rem 0 0 0;
  }
}

.c-list-item__doc-link {
  font-size: 0.9375rem;
  font-weight: 700;
  font-family: "Inter Bold", sans-serif;
  position: relative;
  padding-left: 2.1875rem;
}

.c-list-item__doc-link::before {
  content: '';
  background: url(/static/assets/images/icon-arrow-down-blue.svg) no-repeat center #e7f3fb;
  background-size: 0.75rem;
  border-radius: 1.75rem;
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  top: -0.1875rem;
  left: 0;
}

.c-list-item__doc-link span {
  position: relative;
}

.c-list-item__doc-link:hover {
  color: #004b7a;
}

.c-list-item__doc-link:hover::before {
  background: url(/static/assets/images/icon-arrow-down-white.svg) no-repeat center #004b7a;
}

.c-list-item__doc-link:hover span::after {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
}

.c-list-item__doc-item {
  margin: 0 1.875rem 0 0;
}

.c-troman__list {
  margin-bottom: 1.875rem;
}

.c-troman__list .title {
  font-weight: bold;
  margin-bottom: 0;
}

.c-troman__list--item {
  padding: 0.9375rem;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-troman__list--item:nth-child(odd) {
  background-color: #fafafa;
}

.c-troman__list--item span {
  padding-right: 0.625rem;
}

.c-troman__list--item span:first-child {
  min-width: 40px;
}

.c-troman__list--item span:last-child {
  padding-left: 40px;
  width: 100%;
}

/* Different layout on Landing Page, Block - Half width */
.c-list-links {
  height: 100%;
  padding-bottom: 0.9375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -ms-flex-pack: center;
      justify-content: center;
  /* Different layout on Landing Page */
  /* Different layout in Block - Half Width */
}

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

@media print, screen and (min-width: 40em) {
  .c-list-links {
    padding-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-list-links {
    padding-bottom: 3.75rem;
  }
}

.c-list-links__outer {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  background: #fafafa;
  padding: 1.25rem 0.9375rem 0.9375rem 0.9375rem;
  height: 100%;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-list-links__outer {
    padding: 1.25rem 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-list-links__outer {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    padding: 1.875rem 3.125rem 1.5625rem 3.125rem;
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-list-links__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 64em) {
  .c-list-links__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-list-links__item {
  padding: 0.625rem 0 0.625rem 1.125rem;
  position: relative;
  border-top: 0.125rem solid #E8E8E8;
}

.c-list-links__item:first-child {
  border: 0;
}

@media print, screen and (min-width: 40em) {
  .c-list-links__item {
    padding: 0.9375rem 0 0.9375rem 1.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-list-links__item {
    width: calc(50% - 15px);
  }
  .c-list-links__item:nth-child(odd) {
    margin-right: 1.875rem;
  }
  .c-list-links__item:nth-child(odd) {
    border-top: 0.125rem solid #E8E8E8;
    margin-top: -0.125rem;
  }
  .c-list-links__item:nth-child(even) {
    border-bottom: 0.125rem solid #E8E8E8;
    border-top: 0;
    margin-top: 0.125rem;
  }
  .c-list-links__item:first-child {
    border-top: 0;
  }
  .c-list-links__item:nth-child(2) {
    border-top: 0;
  }
  .c-list-links__item:last-child {
    border-bottom: 0;
  }
}

.c-list-links__item::before {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-blue.svg) no-repeat;
  display: block;
  width: 0.75rem;
  height: 0.6875rem;
  position: absolute;
  left: 0;
  top: 1.125rem;
}

@media print, screen and (min-width: 40em) {
  .c-list-links__item::before {
    top: 1.375rem;
  }
}

.c-list-links__heading {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

@media print, screen and (min-width: 40em) {
  .c-list-links__heading {
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
}

.c-list-links__link {
  color: #1B1B1A;
  position: relative;
  display: inline-block;
  padding-right: 1rem;
}

.c-list-links__link:hover span, .c-list-links__link:focus span {
  color: #1B1B1A;
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.c-list-links__link[href^="https://"]:not([href*="www.sollentuna.se"])::after, .c-list-links__link[href^="http://"]:not([href*="www.sollentuna.se"])::after {
  content: "\f35d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 0.8125rem;
  position: relative;
  display: inline-block;
  margin-right: -1rem;
  width: 1rem;
  text-align: right;
  bottom: 0.0625rem;
  color: #1B1B1A;
}

.using-keyboard .c-list-links__link:focus {
  background: none;
}

.using-keyboard .c-list-links__link:focus span {
  background: #FBCE20;
}

@media print, screen and (min-width: 64em) {
  .p-landing .c-list-links__outer {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    padding: 1.5625rem 2.5rem 1.5625rem 2.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-block-grid--half .c-list-links__outer {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-block-grid--half .c-list-links__item {
  width: 100%;
  border-top: 0.125rem solid #E8E8E8;
}

.c-block-grid--half .c-list-links__item:first-child {
  border: 0;
}

.c-block-grid--half .c-list-links__item:nth-child(odd) {
  margin-right: 0;
}

.c-block-grid--half .c-list-links__item:nth-child(2) {
  border-top: 0.125rem solid #E8E8E8;
}

.c-media {
  max-width: 100%;
  margin-bottom: 0.9375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -ms-flex-pack: center;
      justify-content: center;
  /* Different layout in Block - Half Width */
  /* Different layout in Standard Page - Editor */
}

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

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

@media print, screen and (min-width: 64em) {
  .c-media {
    margin-bottom: 1.875rem;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.c-media--on-page {
  margin-bottom: 1.5625rem;
}

@media print, screen and (min-width: 64em) {
  .c-media--on-page {
    margin-bottom: 1.875rem;
  }
}

.c-media--on-page .c-media__outer {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .c-media--on-page .c-media__outer {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-media--on-page .c-media__image {
  margin: 0 -0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .c-media--on-page .c-media__image {
    margin: 0;
  }
}

.c-media--on-page .c-media__figcaption {
  margin-top: 0.625rem;
}

.c-media--on-page .c-media__text {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-media--on-page .c-media__text {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-media--on-page .c-media__text {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-media--on-page.c-media--embed {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .c-media--on-page.c-media--embed .c-media__outer {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-media--on-page.c-media--embed .c-media__outer {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-editor .c-media__outer {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

.c-editor .c-media__image img {
  margin-top: 0;
}

.c-editor .c-media__figcaption {
  margin-top: -0.9375rem;
}

.c-media__video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 0;
}

.c-media__video iframe,
.c-media__video object,
.c-media__video embed,
.c-media__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-media__figcaption {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -ms-flex-pack: center;
      justify-content: center;
}

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

.c-media__figcaption p {
  margin: 0;
}

.c-media__text {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

.c-media__outer {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .c-media__outer {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-block-grid--half .c-media .c-media__outer {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.p-standard .c-media--on-page, .p-building-permit .c-media--on-page {
  margin-top: -1.875rem;
}

@media print, screen and (min-width: 64em) {
  .p-standard .c-media--on-page, .p-building-permit .c-media--on-page {
    margin-top: 0;
  }
}

.p-standard .c-media--on-page.c-media--embed, .p-building-permit .c-media--on-page.c-media--embed {
  margin-top: -0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .p-standard .c-media--on-page.c-media--embed, .p-building-permit .c-media--on-page.c-media--embed {
    margin-top: 0;
  }
}

.p-standard__container--no-h2 .c-media {
  -ms-flex-pack: center;
      justify-content: center;
}

.c-logotypes__outer {
  text-align: center;
}

.c-logotypes__preamble {
  padding: 1.25rem 1.25rem;
}

.c-logotypes__preamble::after {
  content: "";
  display: block;
  background: #E8E8E8;
  height: 0.0625rem;
  width: 100%;
  margin-top: 1.25rem;
}

.c-logotypes__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.25rem 0 0 0;
}

@media print, screen and (min-width: 64em) {
  .c-logotypes__inner {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.c-logotypes__inner img {
  width: 7.25rem;
  height: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-logotypes__item {
  -ms-flex: 50%;
      flex: 50%;
  padding: 0 0 2.5rem 0;
}

@media print, screen and (min-width: 64em) {
  .c-logotypes__item {
    padding: 0;
  }
}

.c-logotypes__item:nth-last-child(1), .c-logotypes__item:nth-last-child(2) {
  padding: 0;
}

@media print, screen and (min-width: 64em) {
  .c-nav-portals {
    display: block;
    height: 2.625rem;
  }
}

.c-nav-portals__list {
  list-style-type: none;
  margin: 0;
  border-bottom: 0.0625rem solid #266AAE;
  padding: 1.5625rem 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .c-nav-portals__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    border: none;
  }
}

.c-nav-portals__item {
  margin-bottom: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media print, screen and (min-width: 64em) {
  .c-nav-portals__item {
    height: 2.625rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0 1.875rem;
    margin: 0;
  }
  .c-nav-portals__item:first-child {
    text-align: right;
    -ms-flex-pack: end;
        justify-content: flex-end;
    background: #F7FBFD;
  }
  .crisis-web .c-nav-portals__item:first-child {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .c-nav-portals__item:nth-child(2) {
    background: #EFF7FC;
  }
  .c-nav-portals__item:nth-child(3) {
    background: #E7F3FB;
  }
  .c-nav-portals__item:nth-child(4) {
    background: #E7F3FB;
  }
  .c-nav-portals__item:first-child, .c-nav-portals__item:last-child {
    -ms-flex: 1;
        flex: 1;
  }
}

.c-nav-portals__item:last-child {
  margin-bottom: 0;
}

.c-nav-portals__link {
  color: #fff;
  font-family: "Inter Bold", sans-serif;
  font-size: 0.9375rem;
  position: relative !important;
  padding-left: 1.25rem;
}

.c-nav-portals__link::before {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-white.svg) no-repeat;
  display: block;
  width: 0.75rem;
  height: 0.6875rem;
  position: absolute;
  left: 0;
  top: 0.4375rem;
}

.c-nav-portals__link[href^="https://"]:not([href*="www.sollentuna.se"]), .c-nav-portals__link[href^="http://"]:not([href*="www.sollentuna.se"]) {
  padding-right: 1.375rem;
}

.c-nav-portals__link[href^="https://"]:not([href*="www.sollentuna.se"])::after, .c-nav-portals__link[href^="http://"]:not([href*="www.sollentuna.se"])::after {
  content: "\00a0\00a0\f35d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 0.875rem;
  top: 0;
  right: 0;
  position: absolute;
}

@media print, screen and (min-width: 64em) {
  .c-nav-portals__link {
    font-weight: 700;
    font-size: 0.9375rem;
    position: relative;
    color: #004b7a;
    font-family: "Inter Regular", sans-serif;
    padding: 0 1.5rem 0 0;
  }
  .c-nav-portals__link::before {
    content: none;
  }
  .c-nav-portals__link::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    display: inline-block;
    font-size: 1.125rem;
    position: absolute;
    right: 0;
    top: -0.125rem;
  }
}

.c-nav-portals__link:hover, .c-nav-portals__link:focus {
  color: #fff;
}

.c-nav-portals__link:hover span, .c-nav-portals__link:focus span {
  border-bottom: 0.125rem solid #fff;
  padding-bottom: 0.0625rem;
}

@media print, screen and (min-width: 64em) {
  .c-nav-portals__link:hover, .c-nav-portals__link:focus {
    color: #004b7a;
  }
  .c-nav-portals__link:hover span, .c-nav-portals__link:focus span {
    border-bottom: 0.125rem solid #004b7a;
    padding-bottom: 0.0625rem;
  }
}

.using-keyboard .c-nav-portals__link:focus {
  background: none;
}

.using-keyboard .c-nav-portals__link:focus span {
  background: #FBCE20;
}

@media print, screen and (min-width: 64em) {
  .c-nav-portals__link--active span {
    border-bottom: 0.125rem solid #004b7a;
    padding-bottom: 0.0625rem;
  }
}

.c-nav-portals__link span {
  position: relative;
}

.c-nav-quicklinks__link[href^="https://"]:not([href*="www.sollentuna.se"]) span::after, .c-nav-quicklinks__link[href^="http://"]:not([href*="www.sollentuna.se"]) span::after {
  content: "\f35d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 0.8125rem;
  position: relative;
  display: inline-block;
  margin-right: -1rem;
  width: 1rem;
  text-align: right;
  bottom: 0.0625rem;
  color: #1B1B1A;
  margin-right: unset;
  display: inline;
  padding-left: 5px;
  color: #fff;
}

@media print, screen and (min-width: 64em) {
  .c-nav-quicklinks__link[href^="https://"]:not([href*="www.sollentuna.se"]) span::after, .c-nav-quicklinks__link[href^="http://"]:not([href*="www.sollentuna.se"]) span::after {
    color: #1B1B1A;
  }
}

.c-nav-quicklinks {
  background: #004b7a;
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  .c-nav-quicklinks {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: auto;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: end;
        align-items: flex-end;
    background: none;
  }
}

.c-nav-quicklinks__list {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  height: 3.125rem;
  padding: 0.5rem 0.9375rem;
}

@media screen and (max-width: 39.99875em) {
  .c-nav-quicklinks__list {
    padding: 0.5rem 0.3125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-nav-quicklinks__list {
    padding: unset;
    border: 0;
    height: unset;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media screen and (max-width: 63.99875em) {
  .c-nav-quicklinks__item {
    margin: 0 !important;
    width: 33%;
  }
  .c-nav-quicklinks__item:first-child {
    margin-right: 0.375rem !important;
  }
}

@media (max-width: 26.25rem) {
  .c-nav-quicklinks__item {
    width: unset;
  }
}

@media screen and (max-width: 39.99875em) {
  .c-nav-quicklinks__item {
    min-width: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .c-nav-quicklinks__item {
    width: 100%;
    margin: 0;
  }
}

.c-nav-quicklinks__link {
  color: #fff;
  font-family: "Inter Regular", sans-serif;
  font-size: 0.9375rem;
  background: #0070BA80;
  padding: 0.3125rem 0.625rem;
  border-radius: 2.1875rem;
  display: block;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.2px;
}

@media print, screen and (min-width: 64em) {
  .c-nav-quicklinks__link {
    color: #1B1B1A;
    background: none;
    font-size: 1rem;
    border-radius: 0;
    padding: 0;
    text-align: inherit;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    letter-spacing: 0.4px;
    width: 5.375rem;
  }
}

@media screen and (max-width: 63.99875em) {
  .c-nav-quicklinks__link:hover {
    background-color: #00385C;
    color: #fff;
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 64em) {
  .c-nav-quicklinks__link:hover {
    text-decoration: underline;
    color: black;
  }
}

.using-keyboard .c-nav-quicklinks__link:focus {
  background: none;
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.using-keyboard .c-nav-quicklinks__link:focus .c-nav-quicklinks__icon {
  color: #1B1B1A;
  background: #FBCE20;
}

.c-nav-quicklinks__link--active::after {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.c-nav-quicklinks__link--listen {
  font-family: "Inter Bold", sans-serif;
  font-size: 0.9375rem;
  position: relative;
}

@media print, screen and (min-width: 64em) {
  .c-nav-quicklinks__link--listen {
    display: none;
    padding-left: 1.5rem;
  }
}

.c-nav-quicklinks__link--listen::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 1rem;
  margin-right: 0.3125rem;
}

@media print, screen and (min-width: 64em) {
  .c-nav-quicklinks__link--listen::before {
    position: absolute;
    top: -0.1875rem;
    left: 0;
    font-size: 1.1875rem;
    margin-right: 0;
  }
}

.c-nav-quicklinks__icon {
  line-height: unset;
  margin-right: 0.25rem;
}

.c-nav-quicklinks__icon:before {
  font-style: normal;
  font-family: "Font Awesome 6 Pro";
}

@media print, screen and (min-width: 64em) {
  .c-nav-quicklinks__icon {
    font-size: 0.9375rem;
    background: #004b7a;
    color: #fff;
    border-radius: 1.75rem;
    line-height: 1.75rem;
    display: -ms-flexbox;
    display: flex;
    padding: 0.75rem;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 2.5rem;
    margin-bottom: 6px;
  }
  .c-nav-quicklinks__icon:before {
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Font Awesome 6 Pro";
  }
}

@media print, screen and (min-width: 64em) {
  .c-nav-support {
    max-width: 80rem;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: block;
    height: 2.625rem;
  }
}

.c-nav-support__list {
  padding: 1.5625rem 0.9375rem;
  list-style-type: none;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 64em) {
  .c-nav-support__list {
    padding: 0;
    position: absolute;
    top: -2.625rem;
    right: 0.9375rem;
  }
}

.c-nav-support__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 20%;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 26.25rem) {
  .c-nav-support__item {
    width: 25%;
  }
}

@media print, screen and (min-width: 64em) {
  .c-nav-support__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
  }
}

.c-nav-support__item:first-of-type {
  padding: 0;
}

@media print, screen and (min-width: 64em) {
  .c-nav-support__item:last-of-type {
    display: block;
    position: relative;
  }
}

.c-nav-support__link {
  font-family: "Inter Regular", sans-serif;
  font-size: 0.9375rem;
  display: block;
  position: relative;
}

@media print, screen and (min-width: 64em) {
  .c-nav-support__link {
    padding: 0.3125rem 1.25rem;
    background: none;
    padding: 0;
    border-radius: 0;
    color: #004b7a;
    font-size: 1rem;
  }
}

.c-nav-support__link span {
  position: relative;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.2px;
  color: #0A0A0A;
}

@media screen and (max-width: 63.99875em) {
  .c-nav-support__link span {
    color: #fff;
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    letter-spacing: 0.2px;
  }
}

@media screen and (max-width: 63.99875em) {
  .c-nav-support__link:hover span, .c-nav-support__link:focus span {
    text-decoration: underline;
    color: #fff;
  }
}

@media print, screen and (min-width: 64em) {
  .c-nav-support__link:hover span, .c-nav-support__link:focus span {
    text-decoration: underline;
    color: #1B1B1A;
  }
}

.using-keyboard .c-nav-support__link:focus {
  background: none;
}

.using-keyboard .c-nav-support__link:focus span {
  background: #FBCE20;
}

@media print, screen and (min-width: 64em) {
  .c-nav-support__link--active span {
    border-bottom: 0.125rem solid #004b7a;
    padding-bottom: 0.0625rem;
  }
}

.c-nav-support__link--listen {
  font-family: "Inter Regular", sans-serif;
  font-size: 0.9375rem;
  position: relative;
}

@media print, screen and (min-width: 64em) {
  .c-nav-support__link--listen {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 5.375rem;
  }
}

.c-nav-support__link--listen::before {
  content: "\f2a2";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 1rem;
  margin-right: 0.3125rem;
  color: #fff;
}

@media print, screen and (min-width: 64em) {
  .c-nav-support__link--listen::before {
    color: #004b7a;
    top: -0.1875rem;
    left: 0;
    font-size: 1.1875rem;
    margin-right: 0;
    border-radius: 12.5rem;
    background: #e7f3fb;
    width: 2.5rem;
    height: 2.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 39.99875em) {
  .c-nav-support__link--listen::before {
    margin-right: 0;
  }
}

.c-nav-support__link--translate {
  font-family: "Inter Regular", sans-serif;
  font-size: 0.9375rem;
  position: relative;
}

@media print, screen and (min-width: 64em) {
  .c-nav-support__link--translate {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 5.375rem;
  }
}

.c-nav-support__link--translate::before {
  content: "\f0ac";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 1rem;
  margin-right: 0.3125rem;
  color: #fff;
}

@media print, screen and (min-width: 64em) {
  .c-nav-support__link--translate::before {
    color: #004b7a;
    top: -0.1875rem;
    left: 0;
    font-size: 1.1875rem;
    margin-right: 0;
    border-radius: 200px;
    background: #e7f3fb;
    width: 2.5rem;
    height: 2.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 39.99875em) {
  .c-nav-support__link--translate::before {
    margin-right: 0;
  }
}

/* Different layout on Landing Page, Block - Half width */
.c-news {
  height: 100%;
  /* Different layout on Landing Page */
  /* Different layout on Landing Page + Block - Half Width */
  /* Different layout in Block - Half Width */
}

@media print, screen and (min-width: 40em) {
  .c-news {
    padding-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-news {
    padding-bottom: 3.75rem;
  }
}

.c-news__outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}

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

.c-news__inner {
  background: #f5f5f5;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding: 1.25rem 0.9375rem 1.875rem 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-news__inner {
    padding: 0.9375rem 1.875rem 1.875rem 1.875rem;
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-news__inner {
    padding: 1.875rem 3.125rem 2.5rem 3.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-news__list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1.25rem 0;
}

.c-news__item {
  border-bottom: 0.125rem solid #E8E8E8;
  margin-bottom: 1.25rem;
}

.c-news__item:last-child {
  border: 0;
  margin-bottom: 0;
}

.c-news__time {
  font-family: "Inter Bold", sans-serif;
  color: #707070;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-news__time::before {
  content: "\f017";
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.1875rem;
}

.c-news__category {
  font-family: "Inter Bold", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-news__category:first-of-type::before {
  content: "\00a0|\00a0\00a0";
  color: #707070;
}

.c-news__category:last-of-type::after {
  content: "";
}

.c-news__category::after {
  content: ",";
}

.c-news__heading {
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  width: 100%;
}

.c-news__subheading {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0.3125rem;
  max-width: 38.125rem;
}

.c-news__button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 100%;
}

.c-news__preamble {
  margin-bottom: 0.9375rem;
  max-width: 38.125rem;
}

.c-news__info {
  margin-bottom: 0.3125rem;
}

.c-news__link {
  color: #1B1B1A;
  display: inline-block;
  padding-right: 0.875rem;
}

.c-news__link:hover, .c-news__link:focus {
  color: #1B1B1A;
}

.c-news__link:hover span, .c-news__link:focus span {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.c-news__link span {
  display: inline;
}

.c-news__link::after {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-black.svg) no-repeat center right;
  position: relative;
  width: 0.875rem;
  height: 0.6875rem;
  display: inline-block;
  margin-right: -0.875rem;
}

.using-keyboard .c-news__link:focus {
  background: none;
}

.using-keyboard .c-news__link:focus span {
  background: #FBCE20;
}

@media screen and (max-width: 39.99875em) {
  .p-landing__inner .p-landing__block-area .c-news {
    padding-bottom: 1.5625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-news {
    padding-bottom: 3.125rem;
  }
}

.p-landing__inner .p-landing__block-area .c-news__heading {
  margin-bottom: 0.9375rem;
}

.p-landing__inner .p-landing__block-area .c-news__item {
  background: #f5f5f5;
  border: 0;
  border-radius: 0.1875rem;
  padding: 0.9375rem 0.9375rem 0.3125rem 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .p-landing__inner .p-landing__block-area .c-news__item {
    padding: 1.25rem 1.875rem 0.625rem 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-news__item {
    padding: 1.25rem 0 0.625rem 0;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-news__category {
    display: inline-block;
    margin: 0.375rem 0 0.25rem 0;
  }
  .p-landing__inner .p-landing__block-area .c-news__category::before {
    content: none;
  }
}

.p-landing__inner .p-landing__block-area .c-news__button {
  margin: 0 auto;
}

@media print, screen and (min-width: 40em) {
  .p-landing__inner .p-landing__block-area .c-news__button {
    max-width: 18.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-news__button {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    margin-left: 33.33333%;
  }
}

.p-landing__inner .p-landing__block-area .c-news__time {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-news__time {
    display: block;
    margin: 0.3125rem 0 0.1875rem 0;
  }
}

.p-landing__inner .p-landing__block-area .c-news__outer {
  display: block;
}

.p-landing__inner .p-landing__block-area .c-news__inner {
  padding: 0;
  background: none;
  display: block;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-news__inner {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-news__info {
    width: 33.33333%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 1.875rem;
    padding-left: 2.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-news__content {
    width: 66.66667%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 2.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-news__list {
    margin: 0 0 2.5rem 0;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-block-grid--half .c-news__item {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 1.25rem 1.875rem 0.625rem 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-block-grid--half .c-news__info {
    width: 100%;
    padding: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-block-grid--half .c-news__content {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-block-grid--half .c-news__time {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-block-grid--half .c-news__category {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
  }
  .p-landing__inner .p-landing__block-area .c-block-grid--half .c-news__category:first-of-type::before {
    content: "\00a0|\00a0\00a0";
    color: #707070;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-block-grid--half .c-news__button {
    max-width: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing__inner .p-landing__block-area .c-block-grid--half .c-news__list {
    margin: 0 0 1.875rem 0;
  }
}

@media print, screen and (min-width: 64em) {
  .c-block-grid--half .c-news__inner, .c-block-grid--third .c-news__inner, .c-block-grid--two-thirds .c-news__inner {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-block-grid--half .c-news__button, .c-block-grid--third .c-news__button, .c-block-grid--two-thirds .c-news__button {
  max-width: 100%;
  width: 100%;
}

.c-news__image {
  margin-bottom: 0.3125rem;
}

@media print, screen and (min-width: 40em) {
  .c-news__image {
    margin-bottom: 0.625rem;
  }
}

.crisis-web .c-page-footer {
  width: 100%;
  padding: 0.9375rem 0 0.625rem 0;
}

@media print, screen and (min-width: 40em) {
  .crisis-web .c-page-footer {
    padding: 0.9375rem 0 0.9375rem 0;
  }
}

.c-page-grid, .c-breadcrumbs, .np-breadcrumb, .c-page-intro__outer, .c-select-bar--event__outer, .c-select-bar__outer, .c-sitemap__outer, .g-footer__outer, .p-contact__inner, .p-event, .p-event-page, .p-event-form, .p-events-list__outer, .p-jobs__outer, .p-kitchensink, .p-landing__inner, .p-news, .p-news-archive__outer, .p-permit-listing, .p-portal__outer, .p-search__outer, .p-services__inner, .p-sitemap__outer, .p-standard, .p-isycasemap, .p-start__inner, .p-custom-error, .p-custom-error__inner {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .c-page-grid, .c-breadcrumbs, .np-breadcrumb, .c-page-intro__outer, .c-select-bar--event__outer, .c-select-bar__outer, .c-sitemap__outer, .g-footer__outer, .p-contact__inner, .p-event, .p-event-page, .p-event-form, .p-events-list__outer, .p-jobs__outer, .p-kitchensink, .p-landing__inner, .p-news, .p-news-archive__outer, .p-permit-listing, .p-portal__outer, .p-search__outer, .p-services__inner, .p-sitemap__outer, .p-standard, .p-isycasemap, .p-start__inner, .p-custom-error, .p-custom-error__inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.c-page-grid__outer, .c-page-intro__inner, .c-search-form__outer, .p-permit-listing__search .c-search-form__outer, .c-select-bar__inner, .c-sitemap__inner, .g-footer__inner, .p-contact__block-area, .p-events-list__inner, .p-jobs__inner, .p-jobs__block-area, .p-kitchensink__outer, .p-landing__block-area, .p-landing__content, .p-landing__content .p-landing__wrapper, .p-news-archive__inner, .p-permit-listing__outer, .p-permit-listing__list, .p-portal__inner, .p-portal__block-area, .p-search__inner, .p-services__content, .p-services__block-area, .p-sitemap__inner, .p-standard__outer, .p-isycasemap__outer, .p-start__block-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-page-grid__outer, .c-page-intro__inner, .c-search-form__outer, .p-permit-listing__search .c-search-form__outer, .c-select-bar__inner, .c-sitemap__inner, .g-footer__inner, .p-contact__block-area, .p-events-list__inner, .p-jobs__inner, .p-jobs__block-area, .p-kitchensink__outer, .p-landing__block-area, .p-landing__content, .p-landing__content .p-landing__wrapper, .p-news-archive__inner, .p-permit-listing__outer, .p-permit-listing__list, .p-portal__inner, .p-portal__block-area, .p-search__inner, .p-services__content, .p-services__block-area, .p-sitemap__inner, .p-standard__outer, .p-isycasemap__outer, .p-start__block-area {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .c-page-grid__outer, .c-page-intro__inner, .c-search-form__outer, .p-permit-listing__search .c-search-form__outer, .c-select-bar__inner, .c-sitemap__inner, .g-footer__inner, .p-contact__block-area, .p-events-list__inner, .p-jobs__inner, .p-jobs__block-area, .p-kitchensink__outer, .p-landing__block-area, .p-landing__content, .p-landing__content .p-landing__wrapper, .p-news-archive__inner, .p-permit-listing__outer, .p-permit-listing__list, .p-portal__inner, .p-portal__block-area, .p-search__inner, .p-services__content, .p-services__block-area, .p-sitemap__inner, .p-standard__outer, .p-isycasemap__outer, .p-start__block-area {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.c-page-grid--center__outer, .p-event__outer, .p-news__outer, .p-custom-error__outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -ms-flex-pack: center;
      justify-content: center;
}

@media print, screen and (min-width: 40em) {
  .c-page-grid--center__outer, .p-event__outer, .p-news__outer, .p-custom-error__outer {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.c-page-grid--center__inner, .p-event__article, .p-news__article, .crisis-web .p-standard__article, .crisis-web .p-isycasemap__article {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .c-page-grid--center__inner, .p-event__article, .p-news__article, .crisis-web .p-standard__article, .crisis-web .p-isycasemap__article {
    width: calc(75% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-page-grid--center__article, .p-event__inner, .p-news__inner, .crisis-web .p-standard__inner, .crisis-web .p-isycasemap__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -ms-flex-pack: center;
      justify-content: center;
}

@media print, screen and (min-width: 40em) {
  .c-page-grid--center__article, .p-event__inner, .p-news__inner, .crisis-web .p-standard__inner, .crisis-web .p-isycasemap__inner {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.c-page-grid--center__content, .p-event__content, .p-news__content, .p-isycasemap__inner {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-page-grid--center__content, .p-event__content, .p-news__content, .p-isycasemap__inner {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-page-grid--center__content, .p-event__content, .p-news__content, .p-isycasemap__inner {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-page-grid--two-cols__side, .p-landing__content .p-landing__sidenav, .p-permit-listing__sidenav, .p-standard__sidenav, .p-isycasemap__sidenav {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .c-page-grid--two-cols__side, .p-landing__content .p-landing__sidenav, .p-permit-listing__sidenav, .p-standard__sidenav, .p-isycasemap__sidenav {
    width: calc(25% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-page-grid--two-cols__main, .c-anchor-link-box__fixed, .p-building-permit__article, .p-bulletin-board__article, .p-landing__content .p-landing__block-area, .p-permit-listing__article, .p-standard__article, .p-isycasemap__article {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .c-page-grid--two-cols__main, .c-anchor-link-box__fixed, .p-building-permit__article, .p-bulletin-board__article, .p-landing__content .p-landing__block-area, .p-permit-listing__article, .p-standard__article, .p-isycasemap__article {
    width: calc(75% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-page-grid--two-cols__article, .p-building-permit__container, .p-bulletin-board__container, .p-control-plan__container, .p-permit-listing__container, .p-standard__container, .p-isycasemap__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -ms-flex-pack: center;
      justify-content: center;
}

@media print, screen and (min-width: 40em) {
  .c-page-grid--two-cols__article, .p-building-permit__container, .p-bulletin-board__container, .p-control-plan__container, .p-permit-listing__container, .p-standard__container, .p-isycasemap__container {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.c-page-grid--two-cols__content, .p-building-permit__inner, .p-bulletin-board__inner, .p-control-plan__inner, .p-permit-listing__inner, .p-standard__inner {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-page-grid--two-cols__content, .p-building-permit__inner, .p-bulletin-board__inner, .p-control-plan__inner, .p-permit-listing__inner, .p-standard__inner {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-page-grid--two-cols__content, .p-building-permit__inner, .p-bulletin-board__inner, .p-control-plan__inner, .p-permit-listing__inner, .p-standard__inner {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-page-header,
.c-search-form {
  margin-bottom: 1.25rem;
}

.c-page-header__date {
  font-family: "Inter Bold", sans-serif;
  color: #707070;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-page-header__date::before {
  content: "\f017";
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.1875rem;
}

.c-page-header__category {
  font-family: "Inter Bold", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  display: inline-block;
}

.c-page-header__category::before {
  content: "\00a0|\00a0";
  color: #707070;
}

.c-page-info {
  padding: 0.9375rem 0 0.625rem 0;
}

@media print, screen and (min-width: 40em) {
  .c-page-info {
    padding: 0.9375rem 0 0.9375rem 0;
  }
}

.c-page-info__label {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}

.crisis-web .c-page-intro {
  border-bottom: 0.125rem solid #E8E8E8;
  margin-bottom: 0.625rem;
  padding-bottom: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .crisis-web .c-page-intro {
    margin-bottom: 2.5rem;
  }
}

.c-page-intro__inner {
  -ms-flex-pack: center;
      justify-content: center;
}

.c-page-intro__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-page-intro__content {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-page-intro__content {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-page-intro__heading {
  text-align: center;
}

.c-page-intro__preamble {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0.9375rem;
  text-align: center;
}

@media print, screen and (min-width: 40em) {
  .c-page-intro__preamble {
    margin-bottom: 2.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-page-intro__preamble {
    margin-bottom: 3.75rem;
  }
}

.c-panic-button {
  background: #FF0000;
  height: 4.6875rem;
  width: 100%;
  z-index: 999;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media print, screen and (min-width: 40em) {
  .c-panic-button {
    height: 6.25rem;
  }
}

.c-panic-button:hover {
  background: #f50000;
}

.c-panic-button__link {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: none;
  height: 100%;
}

.c-panic-button__link:hover, .c-panic-button__link:focus {
  color: #fff;
}

.c-panic-button__link span::after {
  content: "\00a0\00a0\f35d";
  font-family: "Font Awesome 6 Pro";
}

.c-control-plan-review__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.25rem;
  background: #f5f5f5;
}

@media print, screen and (min-width: 40em) {
  .c-control-plan-review__block {
    padding: 2.5rem 3.125rem;
  }
}

@media print, screen and (min-width: 40em) {
  .c-control-plan-review__block {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.c-control-plan-review__content {
  width: 100%;
}

.c-control-plan-review__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}

@media print {
  .c-control-plan-review__header {
    display: none;
  }
}

.c-control-plan-review__edit-button {
  color: #004b7a;
  cursor: pointer;
  white-space: nowrap;
  padding: 0.625rem 0;
}

.c-control-plan-review__edit-button i {
  margin-left: 0.625rem;
}

.c-control-plan-review__edit-button-text {
  padding-bottom: 0.0625rem;
  border-bottom: 0.125rem solid #004b7a;
}

.c-control-plan-review__divider {
  display: block;
  margin-bottom: 1.875rem;
}

.c-search-filter__outer--filter {
  display: none;
  margin-top: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-search-filter__outer--filter {
    margin-top: 3.125rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-search-filter__outer--filter {
    margin-top: 3.75rem;
  }
}

.c-search-filter__outer--first {
  background: #e7f3fb;
}

@media screen and (max-width: 63.99875em) {
  .c-search-filter__outer--first .c-search-filter__total {
    display: none;
  }
}

.c-search-filter__outer--second {
  background: #fdfeff 100%;
}

.c-search-filter__inner {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.25rem;
}

@media print, screen and (min-width: 40em) {
  .c-search-filter__inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.c-search-filter__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -ms-flex-pack: center;
      justify-content: center;
}

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

.c-search-filter__heading {
  font-weight: 700;
  font-size: 0.9375rem;
  margin-right: 1.875rem;
}

@media screen and (max-width: 39.99875em) {
  .c-search-filter__heading {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}

.c-search-filter__settings {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  min-height: 2.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  padding: 1.25rem 0;
}

@media print, screen and (min-width: 40em) {
  .c-search-filter__settings {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-search-filter__settings {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    min-height: 4.375rem;
  }
}

.c-search-filter__total {
  font-weight: 700;
  font-size: 0.9375rem;
  margin-right: 1.875rem;
}

@media screen and (max-width: 39.99875em) {
  .c-search-filter__total {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}

.c-search-filter__button {
  font-weight: 700;
  font-size: 0.9375rem;
  color: #004b7a;
}

.c-search-filter__button:hover {
  cursor: pointer;
}

@media screen and (max-width: 63.99875em) {
  .c-search-filter__button:focus {
    outline: none;
  }
}

@media print, screen and (min-width: 64em) {
  .c-search-filter__button span {
    border-bottom: 0.125rem solid #004b7a;
    padding-bottom: 0.0625rem;
  }
}

.using-keyboard .c-search-filter__button:focus {
  background: none;
}

.using-keyboard .c-search-filter__button:focus span {
  background: #FBCE20;
}

.c-search-filter__button--expand::before {
  content: "\f0b0";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.875rem;
}

.c-search-filter__button--expand::after {
  content: "+";
  font-size: 1.25rem;
  font-family: "Inter Bold", sans-serif;
  width: 0.9375rem;
  display: inline-block;
  text-align: right;
  top: 0.0625rem;
  position: relative;
}

@media screen and (max-width: 39.99875em) {
  .c-search-filter__button--expand {
    text-align: left;
  }
}

.c-search-filter__button--expanded::after {
  content: "−";
  font-size: 1.25rem;
  font-family: "Inter Bold", sans-serif;
}

.c-search-filter__button--reset {
  position: relative;
  text-align: right;
  display: none;
}

@media print, screen and (min-width: 64em) {
  .c-search-filter__button--reset {
    position: relative;
    top: 0.125rem;
  }
}

.c-search-filter__button--reset::before {
  content: "\f057";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.875rem;
}

.c-search-filter__wrapper {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-search-filter__wrapper {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-search-filter__wrapper {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-search-filter__list {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0 0 5px 0;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

@media screen and (min-width: 60em) {
  .c-search-filter__list {
    overflow-x: visible;
    padding: 0;
  }
}

.c-search-filter__list li a:hover {
  background-color: #0070ba;
  color: #fff;
}

.c-search-filter__link {
  color: #1B1B1A;
  position: relative;
  padding: 0 0.625rem 0 0.625rem;
  border-radius: 2rem;
  border: 0.0625rem solid #0070ba;
  box-sizing: border-box;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  text-wrap-mode: nowrap;
}

.using-keyboard .c-search-filter__link:focus {
  background: #FBCE20 !important;
}

.using-keyboard .c-search-filter__link:focus::before {
  background: #FBCE20 !important;
  color: #1B1B1A !important;
}

.c-search-filter__link::before {
  padding-right: 0.625rem;
}

.c-search-filter__item {
  width: 50%;
  min-height: 2rem;
  margin: 0.625rem 0 0 0;
  padding: 0 0.625rem 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media print, screen and (min-width: 40em) {
  .c-search-filter__item {
    width: auto;
    margin-bottom: 0;
  }
}

.c-search-filter__item.noicon .c-search-filter__link {
  padding: 0 0.625rem 0 0.625rem;
}

.c-search-filter__item .c-search-filter__link--selected {
  background-color: #004b7a;
  color: #fff;
}

.c-search-filter__item .c-search-filter__link--selected::before {
  color: #fff;
}

.c-search-filter__item .c-search-filter__link--selected::after {
  content: '\f00c';
  padding-left: 0.625rem;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
}

.c-search-filter__item:nth-child(2) .c-search-filter__link::before {
  content: "\f15c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
}

.c-search-filter__item:nth-child(3) .c-search-filter__link::before {
  content: "\f0c6";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
}

.c-search-filter__item:nth-child(4) .c-search-filter__link::before {
  content: "\f1ea";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
}

.c-search-filter__item:nth-child(5) .c-search-filter__link::before {
  content: "\f073";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
}

.c-search-filter__item:nth-child(6) .c-search-filter__link {
  background-color: #e7f3fb;
}

.c-search-filter__item:nth-child(6) .c-search-filter__link--selected {
  background-color: #266AAE;
  color: #fff;
}

.c-search-filter__item:nth-child(6) .c-search-filter__link--selected::after {
  content: none;
}

.c-search-filter__item:nth-child(6) .c-search-filter__link:hover {
  background-color: #0070ba;
  color: #fff;
}

.c-search-filter__item:nth-child(6)::before {
  content: "";
  width: 0.0625rem;
  height: 1.5625rem;
  padding-right: 0.625rem;
  border-left: 0.0625rem solid #0070ba;
}

.c-search-filter__left {
  -ms-flex: 1;
      flex: 1;
}

body .flatpickr-calendar {
  padding: 20px;
}

body .flatpickr-day {
  color: #1B1B1A;
}

body .flatpickr-day.selected,
body .flatpickr-day.startRange,
body .flatpickr-day.endRange,
body .flatpickr-day.selected.inRange,
body .flatpickr-day.startRange.inRange,
body .flatpickr-day.endRange.inRange,
body .flatpickr-day.selected:focus,
body .flatpickr-day.startRange:focus,
body .flatpickr-day.endRange:focus,
body .flatpickr-day.selected:hover,
body .flatpickr-day.startRange:hover,
body .flatpickr-day.endRange:hover,
body .flatpickr-day.selected.prevMonthDay,
body .flatpickr-day.startRange.prevMonthDay,
body .flatpickr-day.endRange.prevMonthDay,
body .flatpickr-day.selected.nextMonthDay,
body .flatpickr-day.startRange.nextMonthDay,
body .flatpickr-day.endRange.nextMonthDay {
  background: #E7F3FB;
  color: #004B7A;
  border-color: #E7F3FB;
}

body .flatpickr-day.inRange,
body .flatpickr-day.prevMonthDay.inRange,
body .flatpickr-day.nextMonthDay.inRange,
body .flatpickr-day.today.inRange,
body .flatpickr-day.prevMonthDay.today.inRange,
body .flatpickr-day.nextMonthDay.today.inRange,
body .flatpickr-day:hover,
body .flatpickr-day.prevMonthDay:hover,
body .flatpickr-day.nextMonthDay:hover,
body .flatpickr-day:focus,
body .flatpickr-day.prevMonthDay:focus,
body .flatpickr-day.nextMonthDay:focus {
  background: #E7F3FB;
  color: #004B7A;
  border-color: #E7F3FB;
}

body .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), body .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), body .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -5px 0 0 #E7F3FB, 5px 0 0 #E7F3FB;
}

body .flatpickr-day.inRange {
  box-shadow: -5px 0 0 #E7F3FB, 5px 0 0 #E7F3FB;
}

body .flatpickr-day.today {
  border-color: #ccc;
  color: #0070BA;
}

body .flatpickr-day.today:hover, body .flatpickr-day.today:focus {
  border-color: #E7F3FB;
  background: #E7F3FB;
  color: #004B7A;
  box-shadow: none;
}

body .flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 5px;
  box-shadow: 1px 0 0 #E8E8E8;
  background: #F5F5F5;
}

body .flatpickr-weekwrapper .flatpickr-weekday {
  color: #fff;
}

body .flatpickr-weekwrapper span.flatpickr-day, body .flatpickr-weekwrapper span.flatpickr-day:hover {
  color: #707070;
}

body .flatpickr-months {
  position: relative;
}

body .flatpickr-month {
  text-align: left;
}

body .flatpickr-current-month {
  padding: 0;
  text-align: left;
  left: 0;
}

body .flatpickr-current-month span.cur-month {
  text-transform: capitalize;
  font-size: 16px;
}

body .flatpickr-current-month span.cur-month:hover {
  background: transparent;
}

body .flatpickr-current-month input.cur-year {
  font-size: 16px;
  font-weight: 600;
  border: 0;
  box-shadow: none;
}

body .flatpickr-months .flatpickr-prev-month, body .flatpickr-months .flatpickr-next-month {
  padding: 0;
}

body .flatpickr-months .flatpickr-prev-month svg, body .flatpickr-months .flatpickr-next-month svg {
  width: 25px;
  height: 25px;
  fill: #0070BA;
}

body .flatpickr-months .flatpickr-prev-month:hover svg, body .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #1B1B1A;
}

body .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, body .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
  left: unset;
  right: 39px;
  height: 0;
}

.c-search-form {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

@media print, screen and (min-width: 40em) {
  .c-search-form {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.p-permit-listing__search .c-search-form {
  padding: 1.875rem 0 0;
}

@media print, screen and (min-width: 40em) {
  .c-search-form {
    padding-top: 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-search-form {
    padding-top: 2.0625rem;
  }
  .p-permit-listing__search .c-search-form {
    padding-top: 2.5rem;
  }
}

.c-search-form__outer {
  -ms-flex-pack: center;
      justify-content: center;
}

.p-permit-listing__search .c-search-form__outer {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.c-search-form__inner {
  position: relative;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-search-form__inner {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
  .p-permit-listing__search .c-search-form__inner {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-search-form__inner {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
  .p-permit-listing__search .c-search-form__inner {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    max-width: 38.125rem;
  }
}

@media print, screen and (min-width: 40em) {
  .c-search-form__input, input.np-searchbox-standard {
    height: 3.75rem;
    padding: 0 1.25rem;
    border-radius: 0.1875rem;
  }
}

.c-search-form__input:focus, input.np-searchbox-standard:focus {
  background: none !important;
}

.using-keyboard .c-search-form__input:focus, .using-keyboard input.np-searchbox-standard:focus {
  outline: 0.1875rem solid #FBCE20 !important;
  background: none;
}

.p-permit-listing__search .c-search-form__input, .p-permit-listing__search input.np-searchbox-standard {
  width: calc(100% - 100px);
  margin-bottom: 0;
  border: none;
}

.c-search-form__form {
  position: relative;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .c-search-form__form {
    margin-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-search-form__form {
    margin-bottom: 0.8125rem;
  }
}

.p-permit-listing__search .c-search-form__form {
  margin-bottom: 0;
}

.p-permit-listing__search .c-search-form__form {
  border: 0.125rem solid #909090;
  border-radius: 0.125rem;
  box-shadow: none;
  margin-bottom: 0.3125rem;
}

.c-search-form__button, .np-searchbutton-standard {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1rem;
  font-family: "Inter Bold", sans-serif;
  font-weight: 700;
  height: 100%;
  padding: 0 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .c-search-form__button, .np-searchbutton-standard {
    font-size: 1.25rem;
    padding: 0 1.25rem;
  }
}

.c-search-form__button span, .np-searchbutton-standard span {
  position: relative;
}

.c-search-form__button:hover, .np-searchbutton-standard:hover {
  cursor: pointer;
}

@media print, screen and (min-width: 64em) {
  .c-search-form__button:hover span::after, .np-searchbutton-standard:hover span::after {
    border-bottom: 0.125rem solid #1B1B1A;
    padding-bottom: 0.0625rem;
    bottom: -0.125rem;
  }
}

.c-search-form__button::before, .np-searchbutton-standard::before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  margin-right: 0.1875rem;
  position: relative;
  top: 0.0625rem;
}

.c-search-form__label {
  font-weight: bold;
}

.p-search .c-search-form__label {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p-permit-listing__search .c-search-form__label {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 0.3125rem;
}

.c-search-form__autocomplete {
  z-index: 9999;
  background: #fff;
  position: absolute;
  width: 100%;
  top: 2.4375rem;
  padding: 0 0.625rem;
  border: 0.125rem solid #E8E8E8;
  display: none;
}

@media print, screen and (min-width: 40em) {
  .c-search-form__autocomplete {
    top: 3.75rem;
    padding: 0 1.25rem;
    border-radius: 0.1875rem;
  }
}

.c-search-form__autocomplete ul {
  margin: 0;
  list-style: none;
}

.c-search-form__autocomplete ul li {
  cursor: pointer;
  padding: 0.625rem 0;
  border-top: 0.125rem solid #E8E8E8;
}

@media print, screen and (min-width: 40em) {
  .c-search-form__autocomplete ul li {
    padding: 1.25rem 0;
  }
}

.c-search-form__autocomplete ul li:first-child {
  border: 0;
}

.c-search-form__autocomplete ul li span {
  display: block;
}

.p-permit-result {
  display: none;
}

.p-permit-result ul {
  list-style-type: none;
  margin-bottom: 0rem;
  margin-left: 0rem;
}

.p-permit-result ul li {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #E8E8E8;
  cursor: pointer;
}

.p-permit-result ul li:last-child {
  padding: 0.5rem 1rem;
  border-bottom: none;
}

.p-permit-result-show {
  display: block;
  border-top: none !important;
  margin-top: -7.1px;
}

.c-select-bar {
  position: relative;
  margin-bottom: 1.875rem;
}

@media print, screen and (min-width: 40em) {
  .c-select-bar {
    margin-bottom: 3.75rem;
  }
}

.c-select-bar::after {
  content: "";
  height: 0.125rem;
  width: 100%;
  background: #E8E8E8;
  display: block;
  position: absolute;
  bottom: 1.25rem;
}

.c-select-bar--event {
  position: relative;
  margin-bottom: 1.875rem;
  padding: 1.25rem 0;
  background: #e7f3fb;
}

.c-select-bar--event__label {
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
}

.c-select-bar--event__filters {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-select-bar--event__filters .select-wrapper {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 668px) {
  .c-select-bar--event__filters .select-wrapper {
    width: auto;
  }
}

.c-select-bar--event__filters #announcement {
  opacity: 0;
}

.c-select-bar--event__filters label, .c-select-bar--event__filters .c-permit-filter__label {
  display: block;
  padding: .7rem .8rem;
  width: 65%;
  margin: 0 auto;
  text-align: left;
  font-size: .75rem;
}

.c-select-bar--event__filters button, .c-select-bar--event__filters .np-searchbutton-standard,
.c-select-bar--event__filters ul {
  display: block;
  padding: .7rem .8rem;
  margin: 0 auto;
  text-align: left;
  background: white;
  border: 0;
  font-size: 1rem;
}

.c-select-bar--event__filters button, .c-select-bar--event__filters .np-searchbutton-standard {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  background: transparent;
  border: 0.125rem solid #004b7a;
  border-radius: 1.375rem;
  color: #004b7a;
  height: 2.5rem;
  padding: 0 1.875rem 0 2.5rem;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  min-width: 160px;
  width: 100%;
}

@media screen and (min-width: 668px) {
  .c-select-bar--event__filters button, .c-select-bar--event__filters .np-searchbutton-standard {
    width: auto;
  }
}

.c-select-bar--event__filters button span, .c-select-bar--event__filters .np-searchbutton-standard span {
  padding-left: 4px;
}

.c-select-bar--event__filters button:before, .c-select-bar--event__filters .np-searchbutton-standard:before, .c-select-bar--event__filters button:after, .c-select-bar--event__filters .np-searchbutton-standard:after {
  font-family: "Font Awesome 6 Pro";
  vertical-align: middle;
  font-weight: 900;
  position: absolute;
}

.c-select-bar--event__filters button:before, .c-select-bar--event__filters .np-searchbutton-standard:before {
  content: "\f0b0";
  left: .8rem;
}

.c-select-bar--event__filters button.date:before, .c-select-bar--event__filters .date.np-searchbutton-standard:before {
  content: "\f073";
  left: .8rem;
}

.c-select-bar--event__filters button:after, .c-select-bar--event__filters .np-searchbutton-standard:after {
  content: "\f0d7";
  right: .8rem;
}

.c-select-bar--event__filters button:focus-visible, .c-select-bar--event__filters .np-searchbutton-standard:focus-visible {
  outline: 0;
}

.c-select-bar--event__filters ul {
  color: #3f403b;
  position: absolute;
  left: 0;
  right: 0;
  list-style-type: none;
  padding: 0;
  margin-top: .1rem;
  opacity: 0;
  transform: scale(1, 0);
  transform-origin: top left;
  transition: all .3s ease-in;
  pointer-events: none;
  z-index: 2;
  min-width: 300px;
  border-radius: 12px;
}

.c-select-bar--event__filters ul.active {
  max-height: 25rem;
  overflow-y: auto;
  opacity: 1;
  transform: scale(1, 1);
  pointer-events: auto;
}

.c-select-bar--event__filters ul li {
  padding: .6rem .5rem;
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
  transition: all .3s ease-in;
  position: relative;
  padding: 10px 15px 10px 40px;
}

.c-select-bar--event__filters ul li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 15px;
  height: 18px;
  width: 18px;
  border: 2px solid #1C1B1F;
  border-radius: 4px;
  background-color: transparent;
}

.c-select-bar--event__filters ul li.active {
  background: transparent;
  font-weight: 700;
}

.c-select-bar--event__filters ul li.active:after {
  content: "";
  position: absolute;
  left: 21px;
  top: 17px;
  width: 6px;
  height: 10px;
  border: solid #1C1B1F;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.c-select-bar--event__filters ul li:hover, .c-select-bar--event__filters ul li.current {
  text-decoration: underline;
}

.c-select-bar--event .select-items {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-select-bar--event .select-items > div {
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  color: #000;
  margin-top: 10px;
  margin-right: 10px;
}

.c-select-bar--event .select-items > div span {
  padding: 4px 10px;
}

.c-select-bar--event .select-items > div span.removeFilter {
  cursor: pointer;
}

.c-select-bar--event .select-items > div span.removeFilter:after {
  font-family: "Font Awesome 6 Pro";
  content: '\e59b';
  width: 20px;
  height: 20px;
}

.c-select-bar--event .remove-items {
  display: none;
}

.c-select-bar--event .remove-items.show {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-select-bar--event .remove-items div {
  color: #004B7A;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.c-select-bar__inner {
  -ms-flex-pack: center;
      justify-content: center;
}

.c-select-bar__content {
  z-index: 9;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-select-bar__content {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-select-bar__content {
    width: calc(41.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-select-bar__row {
  background: #fff;
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .c-select-bar__row {
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.9375rem;
  }
}

.c-select-bar__label {
  margin-right: 0.9375rem;
  position: relative;
  top: 0.375rem;
  display: block;
}

@media print, screen and (min-width: 40em) {
  .c-select-bar__label {
    margin-bottom: 0;
  }
}

.c-select-bar__label--list {
  font-weight: 700;
  font-size: 1rem;
  padding-left: 1.5625rem;
  margin-bottom: 0;
}

.c-select-bar__label--list:hover, .c-select-bar__label--list:focus {
  cursor: pointer;
}

.c-select-bar__label--list:hover span, .c-select-bar__label--list:focus span {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.c-select-bar__select {
  margin-bottom: 0;
}

.c-select-bar__button {
  width: 100%;
  border: 0.125rem solid #909090;
  border-radius: 0.125rem;
  height: 2.5rem;
  text-align: left;
  padding: 0 0.625rem;
  position: relative;
}

.c-select-bar__button:focus {
  border-color: #1B1B1A;
}

.c-select-bar__button:hover {
  cursor: pointer;
}

.c-select-bar__button::after {
  content: "\f0dd";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  position: absolute;
  top: 0.4375rem;
  right: 0.625rem;
}

.c-select-bar__categories--expanded .c-select-bar__button {
  border-color: #1B1B1A;
}

.c-select-bar__list {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  background: #fff;
  width: 100%;
  padding: 0 1.25rem 1.25rem 1.25rem;
  border: 0.125rem solid #1B1B1A;
  border-top: 0;
  border-radius: 0.125rem;
  top: 2.375rem;
}

.c-select-bar__list li {
  border-bottom: 0.0625rem solid #E8E8E8;
  padding: 0.3125rem 0 0.9375rem 0;
}

.c-select-bar__list li:last-child {
  border: 0;
  padding-bottom: 0.3125rem;
}

.c-select-bar__filter {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.c-select-bar__categories {
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.c-select-bar__input {
  height: 0.9375rem;
  width: 0.9375rem;
  position: absolute;
  top: 0.3125rem;
  left: 0;
}

.using-keyboard .c-select-bar__input:focus + span {
  background: #FBCE20;
}

.c-select-bar__input:hover, .c-select-bar__input:focus {
  cursor: pointer;
}

.c-select-bar__input:focus {
  border: 0.125rem solid #1B1B1A;
  box-shadow: none;
  background: #fff !important;
}

.c-select-bar__input:focus + span {
  border: 0;
}

.c-select-bar__reset {
  color: #004b7a;
  margin: 0 0.9375rem 0 0.625rem;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

@media print, screen and (min-width: 40em) {
  .c-select-bar__reset {
    margin: 0 0 0 0.625rem;
  }
}

.c-select-bar__reset:hover {
  cursor: pointer;
}

.c-select-bar__reset::before {
  content: "\f057";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.875rem;
  font-weight: 700;
}

.c-select-bar__reset span {
  font-weight: 700;
  font-size: 0.9375rem;
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
}

.using-keyboard .c-select-bar__reset:focus {
  background: none;
}

.using-keyboard .c-select-bar__reset:focus span {
  background: #FBCE20;
}

.c-search-select-bar {
  position: relative;
  margin: 0.625rem 0 0 0;
}

@media print, screen and (min-width: 40em) {
  .c-search-select-bar {
    margin-bottom: 0;
  }
}

.c-search-select-bar__row {
  padding: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.c-search-select-bar__row::before {
  content: "\f0b0";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.875rem;
  display: block;
  font-weight: 700;
  position: absolute;
  left: 0.75rem;
  color: #004b7a;
}

.c-search-select-bar__row__selected::before {
  color: #fff;
}

.c-search-select-bar__row__selected .c-search-select-bar__select, .c-search-select-bar__row__selected .c-search-select-bar__select:focus {
  background-color: #004b7a;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb(255, 255, 255)'></polygon></svg>");
}

.c-search-select-bar__label {
  margin: 0;
  position: relative;
  top: 0.375rem;
  display: block;
}

.c-search-select-bar__label--list {
  font-weight: 700;
  font-size: 1rem;
  padding-left: 1.5625rem;
  margin-bottom: 0;
}

.c-search-select-bar__label--list:hover, .c-search-select-bar__label--list:focus {
  cursor: pointer;
}

.c-search-select-bar__label--list:hover span, .c-search-select-bar__label--list:focus span {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.c-search-select-bar__select {
  margin-bottom: 0;
  background-color: #e7f3fb;
  border-radius: 2rem;
  padding: 0 2rem;
  display: -ms-grid;
  display: grid;
  border: 0.125rem solid #0070ba;
  color: #004b7a;
  font-size: 0.875rem;
  font-weight: 600;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb(0, 75, 122)'></polygon></svg>");
}

.c-search-select-bar__select:focus {
  background-color: #e7f3fb;
  border: 0.125rem solid #0070ba;
}

.c-search-select-bar__button {
  width: 100%;
  border: 0.125rem solid #909090;
  border-radius: 0.125rem;
  height: 2.5rem;
  text-align: left;
  padding: 0 0.625rem;
  position: relative;
}

.c-search-select-bar__button:focus {
  border-color: #1B1B1A;
}

.c-search-select-bar__button:hover {
  cursor: pointer;
}

.c-search-select-bar__button::after {
  content: "\f0dd";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  position: absolute;
  top: 0.4375rem;
  right: 0.625rem;
}

.c-search-select-bar__categories--expanded .c-search-select-bar__button {
  border-color: #1B1B1A;
}

.c-search-select-bar__list {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  background: #fff;
  width: 100%;
  padding: 0 1.25rem 1.25rem 1.25rem;
  border: 0.125rem solid #1B1B1A;
  border-top: 0;
  border-radius: 0.125rem;
  top: 2.375rem;
}

.c-search-select-bar__list li {
  border-bottom: 0.0625rem solid #E8E8E8;
  padding: 0.3125rem 0 0.9375rem 0;
}

.c-search-select-bar__list li:last-child {
  border: 0;
  padding-bottom: 0.3125rem;
}

.c-search-select-bar__filter {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.c-search-select-bar__categories {
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.c-search-select-bar__input {
  height: 0.9375rem;
  width: 0.9375rem;
  position: absolute;
  top: 0.3125rem;
  left: 0;
}

.using-keyboard .c-search-select-bar__input:focus + span {
  background: #FBCE20;
}

.c-search-select-bar__input:hover, .c-search-select-bar__input:focus {
  cursor: pointer;
}

.c-search-select-bar__input:focus {
  border: 0.125rem solid #1B1B1A;
  box-shadow: none;
  background: #fff !important;
}

.c-search-select-bar__input:focus + span {
  border: 0;
}

.c-search-select-bar__reset {
  color: #004b7a;
  margin: 0 0.9375rem 0 0.625rem;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

@media print, screen and (min-width: 40em) {
  .c-search-select-bar__reset {
    margin: 0 0 0 0.625rem;
  }
}

.c-search-select-bar__reset:hover {
  cursor: pointer;
}

.c-search-select-bar__reset::before {
  content: "\f057";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.875rem;
  font-weight: 700;
}

.c-search-select-bar__reset span {
  font-weight: 700;
  font-size: 0.9375rem;
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
}

.using-keyboard .c-search-select-bar__reset:focus {
  background: none;
}

.using-keyboard .c-search-select-bar__reset:focus span {
  background: #FBCE20;
}

/* Different layout on Landing Page */
.c-services-list {
  padding-bottom: 1.875rem;
  /* Different styles on Landing Page */
}

@media print, screen and (min-width: 40em) {
  .c-services-list {
    padding-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-services-list {
    padding-bottom: 3.75rem;
  }
}

.c-services-list--background .c-services-list__outer {
  background: #e7f3fb;
  padding: 1.25rem 0 1.875rem 0;
}

@media print, screen and (min-width: 64em) {
  .c-services-list--background .c-services-list__outer {
    padding: 2.5rem 0 4.375rem 0;
  }
}

.c-services-list--background .c-services-list__item {
  background: #fff;
}

.c-services-list--background .c-services-list__top {
  margin-top: 16px;
  margin-bottom: 8px;
}

@media print, screen and (min-width: 40em) {
  .c-services-list--background .c-services-list__top {
    margin-bottom: 0.625rem;
    margin-top: 32px;
    margin-bottom: 16px;
  }
}

@media print, screen and (min-width: 64em) {
  .c-services-list--background .c-services-list__top {
    margin-bottom: 0.9375rem;
  }
}

.c-services-list__top {
  margin-top: 16px;
  margin-bottom: 8px;
}

@media print, screen and (min-width: 64em) {
  .c-services-list__top {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}

.c-services-list__heading {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  margin: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  line-height: 22.4px;
}

.c-services-list__subheading {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.3125rem;
}

.c-services-list__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

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

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .c-services-list__list {
    padding: 0 0.3125rem;
  }
}

.c-services-list__item {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  background: #e7f3fb;
  margin-top: 0.9375rem;
  padding: 0.9375rem 1.25rem;
}

.c-services-list__item:nth-child(1) {
  margin-top: 0;
}

@media print, screen and (min-width: 40em) {
  .c-services-list__item {
    width: calc(50% - 0.9375rem);
    margin-right: 0.46875rem;
    margin-left: 0.46875rem;
    margin-top: 0.9375rem;
  }
  .c-services-list__item:nth-child(2) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .c-services-list__item {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    margin-top: 1.875rem;
    padding: 1.25rem 1.875rem;
  }
  .c-services-list__item:nth-child(3) {
    margin-top: 0;
  }
}

.c-services-list__link {
  color: #1B1B1A;
  padding-right: 1rem;
  display: inline-block;
}

.c-services-list__link:hover, .c-services-list__link:focus {
  color: #1B1B1A;
}

.c-services-list__link:hover span, .c-services-list__link:focus span {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
  padding-bottom: 0;
}

.c-services-list__link::after {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-black.svg) no-repeat center right;
  position: relative;
  width: 0.875rem;
  height: 0.6875rem;
  display: inline-block;
  margin-right: -0.875rem;
}

.c-services-list__link[href^="https://"]:not([href*="www.sollentuna.se"])::after, .c-services-list__link[href^="http://"]:not([href*="www.sollentuna.se"])::after {
  content: "\f35d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 0.8125rem;
  position: relative;
  display: inline-block;
  margin-right: -1rem;
  width: 1rem;
  text-align: right;
  bottom: 0.0625rem;
  color: #1B1B1A;
  background: none;
}

.c-services-list__link span {
  display: inline;
}

.using-keyboard .c-services-list__link:focus {
  background: none;
}

.using-keyboard .c-services-list__link:focus span {
  background: #FBCE20;
}

.c-services-list__support {
  font-weight: 700;
  font-size: 0.9375rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 1.25rem;
  display: block;
  text-align: right;
  line-height: 22.4px;
}

@media print, screen and (min-width: 40em) {
  .c-services-list__support {
    margin-top: 0;
    position: absolute;
    right: 0;
  }
}

.c-services-list__support span {
  position: relative;
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
}

.using-keyboard .c-services-list__support:focus {
  background: none;
}

.using-keyboard .c-services-list__support:focus span {
  background: #FBCE20;
}

.c-services-list__top {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

@media print, screen and (min-width: 64em) {
  .p-landing .c-services-list {
    padding-bottom: 3.125rem;
    margin-top: -1.875rem;
  }
}

.c-shortcut-links {
  background: #fafafa;
  padding: 1.25rem 0;
  margin-bottom: 0;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .c-shortcut-links {
    background: none;
    padding: 0;
    margin-bottom: 1.875rem;
    padding: 1.875rem 0 0 0;
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-shortcut-links {
    margin-bottom: 3.75rem;
    padding: 0;
  }
}

.c-shortcut-links__outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.c-shortcut-links__inner {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .c-shortcut-links__inner {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-shortcut-links__heading {
  font-size: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  .c-shortcut-links__heading {
    text-align: center;
  }
}

@media print, screen and (min-width: 64em) {
  .c-shortcut-links__heading {
    font-size: 2rem;
  }
}

.c-shortcut-links__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

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

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

.c-shortcut-links__item {
  margin-bottom: 0.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.625rem 0;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .c-shortcut-links__item {
    background: #fafafa;
    padding: 1.125rem 1.25rem;
    width: calc(50% - 0.125rem);
    margin-right: 0.0625rem;
    margin-left: 0.0625rem;
  }
}

.c-shortcut-links__link {
  position: relative;
  padding-left: 1.125rem;
  color: #1B1B1A;
}

.c-shortcut-links__link:hover, .c-shortcut-links__link:focus {
  color: #1B1B1A;
}

.c-shortcut-links__link::before {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-blue.svg) no-repeat;
  display: block;
  width: 0.75rem;
  height: 0.6875rem;
  position: absolute;
  left: 0;
  top: 0.4375rem;
}

.c-shortcut-links__link span {
  position: relative;
}

.c-shortcut-links__link span:hover::after, .c-shortcut-links__link span:focus::after {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.c-sitemap {
  margin-top: 0.9375rem;
  padding-top: 0.9375rem;
  border-top: 0.125rem solid #E8E8E8;
}

@media print, screen and (min-width: 64em) {
  .c-sitemap {
    margin-top: 0;
    padding-top: 3.75rem;
  }
}

.c-sitemap__content {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .c-sitemap__content {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-sitemap__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.c-sitemap__list--level-1 .c-sitemap__item {
  font-size: 1.25rem;
  line-height: 2.25rem;
}

.c-sitemap__list--level-2 {
  padding-left: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .c-sitemap__list--level-2 {
    padding-left: 1.875rem;
  }
}

.c-sitemap__list--level-2 .c-sitemap__item {
  font-size: 1rem;
  line-height: 1.5rem;
}

.c-sitemap__list--level-3 {
  padding-left: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .c-sitemap__list--level-3 {
    padding-left: 1.875rem;
  }
}

.c-sitemap__list--level-3 .c-sitemap__item {
  font-size: 1rem;
  line-height: 1.5rem;
}

.c-sitemap__list--level-4 {
  padding-left: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .c-sitemap__list--level-4 {
    padding-left: 1.875rem;
  }
}

.c-sitemap__list--level-4 .c-sitemap__item {
  font-size: 1rem;
  line-height: 1.5rem;
}

.c-sitemap__item {
  font-family: "Inter Bold", sans-serif;
  font-weight: 700;
}

.c-sitemap__link {
  color: #1B1B1A;
  display: block;
  padding: 0.75rem 0;
  border-bottom: 0.0625rem solid #E8E8E8;
}

.c-sitemap__link:hover, .c-sitemap__link:focus {
  color: #1B1B1A;
}

.c-sitemap__link:hover span, .c-sitemap__link:focus span {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
  padding-bottom: 0;
}

.c-sitemap__link:after {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-black.svg) no-repeat center right;
  width: 0.875rem;
  height: 0.6875rem;
  position: relative;
  display: inline-block;
  margin-left: 0.3125rem;
}

.c-sitemap__link span {
  display: inline;
}

.c-translate {
  height: 1.875rem;
  margin-bottom: 0.9375rem;
}

@media screen and (min-width: 75em) {
  .c-translate {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    right: 0;
    bottom: 0.9375rem;
    margin: 0;
  }
}

.c-translate__button {
  position: relative;
  padding-left: 2.25rem;
}

.c-translate__button:hover, .c-translate__button:focus {
  cursor: pointer;
}

.c-translate__button:hover .c-translate__title, .c-translate__button:focus .c-translate__title {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.c-translate__button:focus {
  outline: 0;
}

.using-keyboard .c-translate__button:focus {
  background: none;
}

.using-keyboard .c-translate__button:focus .c-translate__icon {
  background: #FBCE20;
}

.using-keyboard .c-translate__button:focus .c-translate__icon::before {
  color: #1B1B1A;
}

.c-translate__icon {
  background: #e7f3fb;
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 1.875rem;
  position: absolute;
  top: -0.4375rem;
  left: 0;
  font-style: normal;
}

.c-translate__icon::before {
  content: "\f7a2";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 1rem;
  color: #004b7a;
  position: relative;
  top: 0.4375rem;
  left: 0;
}

.c-translate__title {
  font-family: "Inter Bold", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  position: relative;
}

.c-translate .c-nav-support__expand {
  width: 15rem;
  border-radius: 0.125rem;
  top: 2.625rem;
}

.c-translate .c-nav-support__expand::before {
  content: "";
  border-bottom: 0.5625rem solid #f0f0f0;
  border-left: 0.5625rem solid transparent;
  border-right: 0.5625rem solid transparent;
  border-top: 0.5625rem solid transparent;
  display: block;
  margin-left: -0.5625rem;
  margin-top: -1.125rem;
  position: absolute;
  top: 0;
  right: 1.875rem;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 64em) {
  .c-translate .c-nav-support__expand {
    top: 2.5rem;
  }
}

.c-warning-message {
  background: #fccdcd6e;
  padding: 1.875rem 0 1.25rem 0;
}

@media print, screen and (min-width: 40em) {
  .c-warning-message {
    padding: 3.125rem 0 1.875rem 0;
  }
}

@media print, screen and (min-width: 64em) {
  .c-warning-message {
    margin-bottom: 0.125rem;
  }
}

.c-warning-message__outer {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 40em) {
  .c-warning-message__outer {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.c-warning-message__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

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

@media print, screen and (min-width: 40em) {
  .c-warning-message__inner {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.c-warning-message__top {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .c-warning-message__top {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-warning-message__top {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-warning-message__top::before {
  content: "\f0a1";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 1.125rem;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 2.5rem;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  color: #91001a;
  margin-right: 1.25rem;
  position: absolute;
  left: 0;
}

@media print, screen and (min-width: 40em) {
  .c-warning-message__top::before {
    top: -0.375rem;
    height: 3.125rem;
    width: 3.125rem;
    border-radius: 3.125rem;
    font-size: 1.375rem;
    left: -3.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-warning-message__top::before {
    height: 3.75rem;
    width: 3.75rem;
    border-radius: 3.75rem;
    left: 0;
  }
}

.c-warning-message--big .c-warning-message__top::before {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .c-warning-message--big .c-warning-message__top::before {
    display: -ms-flexbox;
    display: flex;
  }
}

.c-warning-message__heading {
  font-size: 1.875rem;
  line-height: 2.8125rem;
  color: #91001a;
  padding-left: 3.125rem;
}

@media print, screen and (min-width: 40em) {
  .c-warning-message__heading {
    padding-left: 0;
    margin-bottom: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-warning-message__heading {
    padding-left: 5rem;
  }
}

.c-warning-message--big .c-warning-message__heading {
  font-size: 2.375rem;
  line-height: 2.625rem;
  margin-bottom: 0.9375rem;
  padding-left: 0;
  max-width: 62.5rem;
}

@media print, screen and (min-width: 64em) {
  .c-warning-message--big .c-warning-message__heading {
    font-size: 3.125rem;
    line-height: 3.4375rem;
    padding-left: 5.625rem;
  }
}

.c-warning-message__info {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-warning-message__info {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-warning-message__info {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    padding-left: 5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-warning-message--big .c-warning-message__info {
    padding-left: 5.625rem;
  }
}

.c-warning-message--big .c-warning-message__info p {
  max-width: 43.75rem;
}

@media print, screen and (min-width: 64em) {
  .c-warning-message--big .c-warning-message__info p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

/* Breadcrumb */
.np-breadcrumb {
  padding: 0;
  width: 100%;
  float: left;
}

.np-error a {
  display: inline-block;
  border-bottom: 0.125rem solid transparent;
  padding-bottom: 0.0625rem;
}

.np-error a:hover {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.np-breadcrumb div {
  font-size: 1.125rem;
}

.np-breadcrumb-arrow {
  display: none;
}

/* LIST */
.np-error {
  font-size: 18px;
  color: #666666;
  padding-top: 40px;
  text-align: center;
  display: none;
}

.np-tablelist-empty {
  padding: 0 0 1.875rem;
}

.np-tablelist-container {
  width: 100%;
  word-wrap: break-word;
}

.np-tablelist-item {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
  padding: 1.25rem 0;
  padding-right: 2.5rem;
}

@media print, screen and (min-width: 40em) {
  .np-tablelist-item {
    padding-right: 3.125rem;
  }
}

.np-tablelist-parent {
  border-bottom: 1px solid #d6d6d6;
}

.np-tablelist-item-sub {
  margin-top: 0.625rem;
  max-width: none;
  width: 100%;
}

.np-tablelist-item a {
  font-family: "Inter Bold", sans-serif;
  font-weight: 700;
  display: inline;
  border-bottom: 0.125rem solid transparent;
  padding-bottom: 0.0625rem;
  padding-right: 0;
}

.np-tablelist-item a:hover {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .np-tablelist-item a {
    margin-bottom: 0.625rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .np-tablelist-item a {
    font-size: 1rem;
    line-height: normal;
  }
}

.np-tablelist-icon-document a:before {
  content: "\f0c6";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  background: #004b7a;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 1.875rem;
  height: 1.875rem;
  width: 1.875rem;
  font-size: 1rem;
  line-height: 2.375rem;
  position: absolute;
  top: 1.25rem;
  right: 0;
}

@media print, screen and (min-width: 40em) {
  .np-tablelist-icon-document a:before {
    content: "\f0c6";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    background: #004b7a;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.125rem;
    line-height: 2.375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .np-tablelist-icon-document a:before {
    top: 0.9375rem;
    left: -4rem;
  }
}

.np-tablelist-icon-meeting a:before {
  content: "\00a0\00a0\f073";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  background: #FDE4E8;
  color: #dd052b;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 1.875rem;
  height: 1.875rem;
  width: 1.875rem;
  font-size: 1rem;
  line-height: 2.375rem;
  padding-right: 0.625rem;
  position: absolute;
  top: 1.25rem;
  right: 0;
}

@media print, screen and (min-width: 40em) {
  .np-tablelist-icon-meeting a:before {
    content: "\00a0\00a0\f073";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    background: #FDE4E8;
    color: #dd052b;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.125rem;
    line-height: 2.375rem;
    padding-right: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .np-tablelist-icon-meeting a:before {
    top: 0.9375rem;
    left: -4rem;
  }
}

.np-tablelist-icon-channel a:before {
  content: "\00a0\00a0\f07b";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  background: #FFF8D5;
  color: #c53e0d;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 1.875rem;
  height: 1.875rem;
  width: 1.875rem;
  font-size: 1rem;
  line-height: 2.375rem;
  padding-right: 0.625rem;
  position: absolute;
  top: 1.25rem;
  right: 0;
}

@media print, screen and (min-width: 40em) {
  .np-tablelist-icon-channel a:before {
    content: "\00a0\00a0\f07b";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    background: #FFF8D5;
    color: #c53e0d;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.125rem;
    line-height: 2.375rem;
    padding-right: 0.625rem;
  }
}

@media print, screen and (min-width: 64em) {
  .np-tablelist-icon-channel a:before {
    top: 0.9375rem;
    left: -4rem;
  }
}

.np-tablelist-icon-back:before {
  content: "\00a0\00a0\f060";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 1rem;
  color: #004b7a;
  padding-right: 0.625rem;
}

.np-publicreader-searchform {
  display: inline-block;
  margin: 1.875rem 0;
  position: relative;
  width: 100%;
}

.np-publicreader-searchform:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-right: 0.1875rem;
  position: relative;
  top: 0.0625rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1.25rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 5.625rem;
  font-size: 1rem;
}

@media print, screen and (min-width: 40em) {
  .np-publicreader-searchform:before {
    font-size: 1.25rem;
    width: 6.25rem;
  }
}

.np-search-container {
  width: 100%;
  float: left;
  text-align: center;
}

input.np-searchbox-standard {
  margin-bottom: 0;
}

.np-searchbutton-standard {
  width: 6.25rem;
  z-index: 1;
  cursor: pointer;
  padding-left: 2.5rem;
}

/* Overlay*/
.np-overlay {
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  z-index: 9001;
  background-image: url("data:image/gif;base64,R0lGODlhIAAgAPMAAPLx7BwcHMLBvYqKh7SzsJ2dmklJSGNjYdHQzNva1bq5tTQ0Mx4eHgAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==");
  background-repeat: no-repeat;
  background-position: center center;
}

.c-checklist {
  margin-bottom: 1.875rem;
  width: 100%;
  max-width: 38.125rem;
  margin: 0 auto;
}

.c-checklist__outer {
  margin-top: 1.25rem;
  padding: 3.125rem 2.5rem;
}

.c-checklist__outer p {
  margin: 0;
}

.c-checklist__inner {
  width: 100%;
}

.c-checklist__heading {
  font-size: 1.5rem;
}

.c-checklist__preamble {
  margin-bottom: 0;
}

.c-checklist__list {
  list-style-type: none;
  margin: 0 -0.9375rem;
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .c-checklist__list {
    margin: 0;
  }
}

.c-checklist__item {
  border-bottom: 0.125rem solid #E8E8E8;
}

.c-checklist__item:last-child {
  border: 0;
}

.c-checklist__item--hidden {
  visibility: hidden;
  transition: opacity 0.5s ease-out;
  margin: 0;
  opacity: 0;
  height: 0;
}

.c-checklist__item--visible {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.c-checklist__item--expanded {
  border: 0;
}

.c-checklist__link {
  color: #1B1B1A;
  font-weight: 700;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: start;
      align-items: flex-start;
  cursor: pointer;
  padding-left: 2.1875rem;
  padding-right: 0.625rem;
}

.c-checklist__link span {
  border-bottom: 0.125rem solid transparent;
  padding-bottom: 0.0625rem;
}

.c-checklist__link:hover .c-checklist__step-name, .c-checklist__link:focus .c-checklist__step-name {
  color: #1B1B1A;
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.c-checklist__link::before {
  content: "+";
  background: #e7f3fb;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1.5rem;
  color: #004b7a;
  font-size: 1.25rem;
  font-family: "Inter Bold", sans-serif;
  top: -0.1875rem;
  left: 0;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.using-keyboard .c-checklist__link:focus::before {
  background: #1B1B1A;
  color: #FBCE20;
}

.c-checklist__item--expanded .c-checklist__link::before {
  content: "−";
  background: #004b7a;
  color: #fff;
}

.c-checklist__content {
  padding: 0 0.9375rem;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}

@media print, screen and (min-width: 40em) {
  .c-checklist__content {
    padding: 0 2.5rem;
  }
}

.c-checklist__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 1.125rem 0;
}

.c-checklist__title .c-checklist__content {
  position: relative;
}

.c-checklist__area {
  display: none;
}

.c-checklist__checkmark {
  font-size: 1.25rem;
}

.c-checklist__checkmark i.fas {
  display: none;
  color: #004b7a;
}

.c-checklist__checkmark i.far {
  display: block;
  color: #767676;
}

.c-checklist__checkbox[type="checkbox"] {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.c-checklist__checkbox[type="checkbox"]:checked ~ .c-checklist__checkmark i.fas {
  display: block;
}

.c-checklist__checkbox[type="checkbox"]:checked ~ .c-checklist__checkmark i.far {
  display: none;
}

.using-keyboard .c-checklist__checkbox[type="checkbox"]:focus + .c-checklist__checkmark i.fas {
  display: block;
  color: #FBCE20;
  background: #1B1B1A;
  outline: 0.125rem solid #1B1B1A;
}

.using-keyboard .c-checklist__checkbox[type="checkbox"]:focus + .c-checklist__checkmark i.far {
  display: none;
}

.c-checklist__label {
  position: relative;
  cursor: pointer;
}

.c-checklist__label:before {
  content: "";
  width: 300%;
  height: 300%;
  position: absolute;
  top: -100%;
  left: -100%;
}

.c-checklist__step {
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.c-checklist__step-index {
  white-space: nowrap;
  margin-right: 0.625rem;
}

.c-permit-card {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  margin-bottom: 0.9375rem;
  display: block;
  color: #1B1B1A;
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .c-permit-card {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    margin-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-permit-card {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-permit-card__image-wrapper {
  position: relative;
}

.c-permit-card__image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 61 / 35;
  width: 100%;
}

@media screen and (max-width: 39.99875em) {
  .c-permit-card__image-wrapper {
    width: 40%;
  }
}

.c-permit-card:hover {
  color: #1B1B1A;
}

.c-permit-card__content {
  background: #f5f5f5;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 39.99875em) {
  .c-permit-card__content {
    display: -ms-flexbox;
    display: flex;
    height: 140px;
  }
}

.using-keyboard .c-permit-card:focus .c-permit-card__content {
  background: transparent;
}

.c-permit-card__text {
  padding: 1.25rem 1.375rem 0.9375rem 0.9375rem;
}

@media screen and (max-width: 39.99875em) {
  .c-permit-card__text {
    width: 60%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.c-permit-card__permit-mobile {
  background: #0070ba;
  padding: 0.375rem 0.5rem;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
  color: #fff;
  letter-spacing: 0.0625rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  position: relative;
  bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 40em) {
  .c-permit-card__permit-mobile {
    display: none;
  }
}

.c-permit-card__permit-mobile p {
  margin: 0;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
}

@media screen and (max-width: 63.99875em) {
  .c-permit-card__permit-mobile p {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .c-permit-card__permit-mobile p {
    font-size: 0.625rem;
  }
}

.c-permit-card__permit-mobile svg {
  margin-right: 4px;
}

.c-permit-card__permit-desktop {
  display: none;
}

@media print, screen and (min-width: 40em) {
  .c-permit-card__permit-desktop {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0070ba;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    overflow: hidden;
    margin: 0.5rem;
    padding: 0.375rem 0.5rem;
  }
}

.c-permit-card__permit-desktop p {
  margin: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
}

.c-permit-card__permit-desktop svg {
  margin-right: 4px;
}

.c-permit-card__category {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.625rem;
  letter-spacing: 0.0625rem;
}

@media print, screen and (min-width: 40em) {
  .c-permit-card__category {
    font-size: 0.75rem;
  }
}

.c-permit-card__link {
  font-size: 1.25rem;
  line-height: normal;
  margin-bottom: 0;
}

.c-permit-card__name {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

@media print, screen and (min-width: 40em) {
  .c-permit-card__name {
    font-size: 1rem;
  }
}

.c-permit-card:hover .c-permit-card__name {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.c-permit-card__icon {
  font-size: 1.125rem;
}

@media screen and (max-width: 39.99875em) {
  .c-permit-card__image {
    /*max-height: 140px;
      max-width: 140px;*/
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

.c-permit-filter__label {
  font-weight: bold;
  padding-bottom: 0.3125rem;
  display: block;
}

.c-permit-filter__applied .c-permit-filter__label {
  line-height: 3.125rem;
  padding-bottom: 0;
  white-space: nowrap;
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .c-permit-filter__applied .c-permit-filter__label {
    width: auto;
  }
}

.c-permit-filter__outer {
  overflow: hidden;
  transition: all 0.3s ease 0s;
  overflow-x: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  padding: 0 0.9375rem;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

@media print, screen and (min-width: 40em) {
  .c-permit-filter__outer {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
  }
}

.using-keyboard .c-permit-filter__outer {
  overflow: auto;
}

.c-permit-filter__outer--expanded {
  max-height: 18.75rem;
  overflow: auto;
}

.c-permit-filter__outer::-webkit-scrollbar {
  display: none;
}

.c-permit-filter__inner {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  display: -ms-flexbox;
  display: flex;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 40em) {
  .c-permit-filter__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: none;
  }
}

.c-permit-filter__button {
  min-width: 0.0625rem;
  padding: 0 1.0625rem;
  border-radius: 6.25rem;
  white-space: nowrap;
  margin: 0.3125rem;
  width: auto;
  border: unset;
  color: #004b7a;
  background: #e7f3fb;
}

.c-permit-filter__button--active {
  color: #fff;
  background: #004b7a;
}

.c-permit-filter__applied .c-permit-filter__button--active:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f057";
  margin-left: 0.3125rem;
}

.c-permit-filter__extend {
  color: #004b7a;
  cursor: pointer;
  margin-top: 1.25rem;
  display: none;
}

@media print, screen and (min-width: 40em) {
  .c-permit-filter__extend--show {
    display: block;
  }
}

.c-permit-filter__extend--expanded {
  display: none;
}

.c-permit-filter__extend-text {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
}

.c-permit-filter__extend:hover .c-permit-filter__extend-text {
  border-bottom: none;
}

.c-permit-filter__extend-icon {
  margin-left: 0.625rem;
}

.c-permit-filter__applied {
  display: none;
  -ms-flex-align: start;
      align-items: flex-start;
  background: #f5f5f5;
  padding: 0.625rem 1.25rem;
  margin-top: 1.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
}

.c-permit-filter__applied--show {
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 40em) {
  .c-permit-filter__applied {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.c-permit-filter__clear-filters {
  height: 3.125rem;
  line-height: rem-clac(50);
  width: 100%;
  text-align: right;
  cursor: pointer;
}

@media print, screen and (min-width: 40em) {
  .c-permit-filter__clear-filters {
    width: auto;
  }
}

.c-permit-filter__clear-filters::before {
  content: "\f057";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.875rem;
  margin-right: 0.3125rem;
  color: #004b7a;
  font-weight: bold;
}

.c-permit-filter__clear-filters-text {
  color: #004b7a;
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
  white-space: nowrap;
}

.c-permit-filter__clear-filters:hover .c-permit-filter__clear-filters-text {
  border-bottom: 0;
}

.c-permit-filter__remove-filters {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

@media print, screen and (min-width: 40em) {
  .c-permit-filter__remove-filters {
    padding: 0 0.9375rem;
  }
}

.c-progress-bar__bar {
  display: block;
  position: relative;
  width: 100%;
  height: 1.125rem;
  background: #f5f5f5;
  border-radius: 1.25rem;
  margin: 0.9375rem 0 0.625rem;
  overflow: hidden;
}

.c-progress-bar__progress {
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.25rem;
  background: #004b7a;
  transition: all 0.5s ease;
}

.c-progress-bar__status {
  margin: 1.25rem 0 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.0625rem;
}

.c-information-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.9375rem;
  background: #f5f5f5;
}

@media print, screen and (min-width: 40em) {
  .c-information-block {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 2.5rem 3.125rem;
  }
}

.c-information-block .c-editor__link,
.c-information-block .c-editor-files__list {
  background: #fff;
}

.c-information-block--icon {
  border-bottom: 0.125rem solid #E8E8E8;
  background: transparent;
  padding: 0.9375rem 0;
}

.c-information-block--icon .c-editor__link,
.c-information-block--icon .c-editor-files__list {
  background: #e7f3fb;
}

.c-information-block__icon-container {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .c-information-block__icon-container {
    width: auto;
  }
}

.c-information-block__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: #E8E8E8;
  margin-right: 0.9375rem;
  margin-bottom: 0.625rem;
}

.c-information-block__icon--fa-exclamation {
  background: #FDE4E8;
  color: #dd052b;
}

.c-information-block__icon--fa-tools {
  background: #e7f3fb;
  color: #004b7a;
}

.c-information-block__content {
  width: 100%;
}

.c-information-block__heading {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media print, screen and (min-width: 40em) {
  .c-information-block__heading {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.c-information-block h3 {
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .c-information-block h3 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.c-information-block h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.c-form-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.25rem;
  background: #f5f5f5;
}

@media print, screen and (min-width: 40em) {
  .c-form-block {
    padding: 2.5rem 3.125rem;
  }
}

@media print, screen and (min-width: 40em) {
  .c-form-block {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.c-form-block__heading {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media print, screen and (min-width: 40em) {
  .c-form-block__heading {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.c-form-block__content {
  width: 100%;
}

.c-form-block h3 {
  font-size: 1rem;
  line-height: 1.625rem;
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .c-form-block h3 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.c-form-block h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.c-form-block .c-editor__link, .c-form-block .c-editor-files__list {
  background: #fff;
}

.c-tooltip {
  display: inline-block;
}

.c-tooltip__text {
  position: absolute;
  bottom: calc(100% + 5px);
  background: #1B1B1A;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding: 0.625rem;
  display: none;
}

.c-tooltip__button {
  position: relative;
  cursor: pointer;
  color: #004b7a;
  font-size: 1.125rem;
}

.c-tooltip__button:after {
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
}

.c-tooltip__button:hover:before, .c-tooltip__button:focus:before {
  content: "";
  border-top: 10px solid #1B1B1A;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.c-tooltip__button:hover + .c-tooltip__text, .c-tooltip__button:focus + .c-tooltip__text {
  display: block;
}

.c-dynamic-form__label {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.1875rem;
  display: inline-block;
  margin-right: 0 !important;
}

.c-dynamic-form__textinput, .c-dynamic-form__textarea {
  border: 0.125rem solid #767676;
  margin-top: 0.3125rem;
}

.c-dynamic-form__textarea {
  min-height: 7.5rem;
}

.c-dynamic-form__group {
  position: relative;
}

.c-dynamic-form__submit {
  margin: 0 auto;
}

.c-dynamic-form__button--add {
  margin: 0 auto;
}

.c-dynamic-form__button--add i {
  margin-left: 0.625rem;
}

.c-dynamic-form__file-wrapper {
  position: relative;
}

.c-dynamic-form__file-input {
  width: 0.00625rem;
  height: 0.00625rem;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.c-dynamic-form__file-label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0.3125rem 0 1.25rem;
  min-width: 0;
  padding: 0 1.875rem;
}

.c-dynamic-form__message {
  margin: 1.25rem auto 0;
  text-align: center;
  max-width: 25rem;
  display: none;
}

.c-dynamic-form__message--postback {
  display: block;
}

.c-dynamic-form__message--success {
  padding: 1.25rem;
  background: #fefefe;
  max-width: 100%;
  border: 1px solid #004b7a;
}

.c-dynamic-form__message--success .c-dynamic-form__message-text {
  max-width: 25rem;
  display: block;
  margin: 0 auto;
  font-weight: 600;
}

.c-dynamic-form__message--error {
  padding: 1.25rem;
  max-width: 100%;
  border: 1px solid #CF410E;
  background: white;
  text-align: left;
  margin-bottom: 1.25rem;
}

.c-dynamic-form__message--error .c-dynamic-form__message-text {
  display: block;
  margin: 0 auto;
  font-weight: 600;
}

.c-dynamic-form__message--error .c-dynamic-form__message-text a {
  color: #0a0a0a;
}

.c-dynamic-form__message--error .c-dynamic-form__message-text .fas {
  color: #CF410E;
  padding-right: 0.3125rem;
}

.c-dynamic-form__icon {
  width: 100%;
  display: block;
  font-size: 1.875rem;
}

.c-dynamic-form__icon--success {
  color: #004b7a;
}

.c-dynamic-form__icon--error {
  color: #CF410E;
}

.c-dynamic-form__select {
  background: #fefefe;
  border: 0.125rem solid #767676;
  margin-top: 0.3125rem;
  padding: 0 0.9375rem;
}

.c-dynamic-form__select::-ms-expand {
  display: none;
}

.c-dynamic-form__select:focus {
  border: 0.125rem solid #767676;
  background: #fefefe;
  box-shadow: none;
}

.c-dynamic-form__select-parent {
  position: relative;
}

.c-dynamic-form__select-parent i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.625rem 0.9375rem;
  font-size: 1.25rem;
  margin-top: 0.3125rem;
  pointer-events: none;
}

.c-dynamic-form .frc-captcha {
  margin-bottom: 1.25rem;
}

form .validationerror {
  border: 1px solid #CF410E;
}

.using-keyboard .c-dynamic-form__file-input:focus + .c-dynamic-form__file-label,
.using-keyboard .c-dynamic-form__file-input.has-focus + .c-dynamic-form__file-label {
  outline: none;
  background: #FBCE20;
  color: #1B1B1A !important;
  border-color: #1B1B1A;
}

.c-example {
  padding: 0.9375rem;
}

.c-information-block .c-example {
  padding: 0;
}

.c-example__outer {
  display: block;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

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

.c-example__item {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  float: left;
}

@media print, screen and (min-width: 40em) {
  .c-example__item {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-example__label {
  font-weight: bold;
}

.c-example__image-wrapper {
  position: relative;
}

.c-example__image {
  margin-bottom: 0.625rem;
}

.c-editor .c-example__image {
  margin-bottom: 0.625rem;
}

.c-example__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.625rem;
  font-size: 1.25rem;
  border-radius: 100%;
  background: #1B1B1A;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
}

.c-example__icon--right {
  background: #e7f3fb;
}

.c-example__icon--wrong {
  background: #CF410E;
}

.c-example__caption {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  font-size: 0.875rem;
  line-height: normal;
}

.c-instagram {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .c-instagram {
    padding-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-instagram {
    padding-bottom: 3.75rem;
  }
}

.c-instagram__heading {
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  width: 100%;
}

.c-instagram__outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}

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

.c-instagram__inner {
  background: #f5f5f5;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding: 1.25rem 0.9375rem 1.875rem 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-instagram__inner {
    padding: 0.9375rem 1.875rem 1.875rem 1.875rem;
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-instagram__inner {
    padding: 1.875rem 3.125rem 2.5rem 3.125rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.c-instagram__icon {
  padding-right: 0.3125rem;
}

.c-instagram__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.c-instagram__link {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  padding: 0 2.5rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}

@media print, screen and (min-width: 64em) {
  .c-instagram__link {
    width: auto;
  }
}

.c-block-grid--third .c-instagram__link,
.c-block-grid--half .c-instagram__link {
  width: 100%;
}

.c-instagram__link[href^="http://"]:not([href*="www.sollentuna.se"]):after, .c-instagram__link[href^="https://"]:not([href*="www.sollentuna.se"]):after {
  content: "\f35d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 0.8125rem;
  position: relative;
  display: inline-block;
  margin-right: -1rem;
  width: 1rem;
  text-align: right;
  bottom: 0.0625rem;
  color: #1B1B1A;
  margin-left: 0.3125rem;
  color: inherit;
  margin-top: 0.0625rem;
}

.c-instagram-feed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

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

.c-instagram-feed__item {
  padding-bottom: 0.9375rem;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .c-instagram-feed__item {
    padding-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 40em) {
  .c-instagram-feed__item {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-instagram-feed__item {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .c-block-grid--half .c-instagram-feed__item {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-block-grid--half .c-instagram-feed__item {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .c-block-grid--third .c-instagram-feed__item {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-block-grid--third .c-instagram-feed__item {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .c-block-grid--two-thirds .c-instagram-feed__item {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-block-grid--two-thirds .c-instagram-feed__item {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .c-instagram-feed__media-wrapper {
    position: relative;
    overflow: hidden;
  }
}

@media print, screen and (min-width: 64em) {
  .c-instagram-feed__media-wrapper {
    max-height: 17.5rem;
  }
}

@media screen and (min-width: 75em) {
  .c-instagram-feed__media-wrapper {
    max-height: 22.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .c-block-grid--third .c-instagram-feed__media-wrapper {
    max-height: 12.5rem;
  }
}

@media screen and (min-width: 75em) {
  .c-block-grid--third .c-instagram-feed__media-wrapper {
    max-height: 13.75rem;
  }
}

.c-instagram-feed__caption {
  word-break: break-word;
  color: #1B1B1A;
  margin-top: 0.625rem;
}

.c-instagram-feed__image {
  -o-object-fit: cover;
     object-fit: cover;
}

.c-instagram-feed__link:focus .c-instagram-feed__image {
  opacity: .6;
}

.c-instagram-feed__video {
  max-width: 100%;
}

.c-instagram-feed__link:focus .c-instagram-feed__video {
  opacity: .6;
}

.c-instagram-feed__link {
  display: block;
}

.using-keyboard .c-instagram-feed__link:focus {
  border: 0.125rem solid #1B1B1A;
}

.c-anchor-link-box {
  background: #fff;
  z-index: 11;
}

@media print, screen and (min-width: 64em) {
  .p-standard__container {
    display: block;
    position: relative;
  }
}

@media print, screen and (min-width: 64em) {
  .p-standard__container .c-editor h2.active {
    padding-left: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .p-standard__container .c-editor h2.active::before {
    content: "\f0a9";
    color: #004b7a;
    font-family: "Font Awesome 6 Pro";
    font-size: 1.25rem;
    position: absolute;
    left: 0;
  }
}

.p-standard__container.p-standard__container--no-h2 {
  display: -ms-flexbox;
  display: flex;
}

.c-anchor-link-box.hide-for-large {
  display: block;
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 64em) {
  .c-anchor-link-box.hide-for-large {
    display: none;
  }
}

.c-anchor-link-box.show-for-large {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .c-anchor-link-box.show-for-large {
    display: block;
  }
}

@media print, screen and (min-width: 64em) {
  .c-anchor-link-box {
    display: block;
    float: right;
    width: 15.3125rem;
    left: unset;
    right: 0;
    margin-right: 0.375rem;
  }
}

@media screen and (min-width: 75em) {
  .c-anchor-link-box {
    margin-right: 1.5rem;
  }
}

@media screen and (min-width: 90em) {
  .c-anchor-link-box {
    margin-right: 1.875rem;
  }
}

.c-anchor-link-box__fixed {
  position: fixed;
  top: 0;
  left: 0;
}

@media print, screen and (min-width: 64em) {
  .c-anchor-link-box__fixed {
    position: -webkit-sticky;
    position: sticky;
  }
}

.c-anchor-link-box__content {
  background: #004b7a;
  color: #fff;
  padding: 1.03125rem 1.25rem;
  position: relative;
}

@media print, screen and (min-width: 64em) {
  .c-anchor-link-box__content {
    color: #1B1B1A;
    background: #fff;
    padding: 1.5rem 0 0.5rem 0;
  }
}

.c-anchor-link-box__content:hover {
  cursor: pointer;
}

@media print, screen and (min-width: 64em) {
  .c-anchor-link-box__content:hover {
    cursor: default;
  }
}

.c-anchor-link-box__heading {
  font-weight: 700;
  font-size: 1rem;
}

.active .c-anchor-link-box__heading::after {
  content: "\f056";
}

@media print, screen and (min-width: 64em) {
  .active .c-anchor-link-box__heading::after {
    content: "";
  }
}

.c-anchor-link-box__heading::after {
  content: "\f055";
  position: absolute;
  color: #e7f3fb;
  right: 1.25rem;
  font-size: 1.625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  font-family: "Font Awesome 6 Pro";
}

@media print, screen and (min-width: 64em) {
  .c-anchor-link-box__heading::after {
    content: "";
  }
}

.c-anchor-link-box__link {
  display: none;
}

.c-anchor-link-box__link-item {
  display: block;
  background: #e7f3fb;
  padding: 1.03125rem 1.25rem;
  margin-bottom: 0.25rem;
  max-width: 100%;
  width: 100%;
}

@media print, screen and (min-width: 64em) {
  .c-anchor-link-box__link-item {
    padding: 0.71875rem 1rem;
    font-size: 0.875rem;
  }
}

.c-anchor-link-box__link-item:last-child {
  margin-bottom: 0;
}

.c-anchor-link-box__link-item:first-child {
  margin-top: 0.25rem;
}

.c-anchor-link-box__link-item:hover {
  text-decoration: underline;
}

.c-anchor-link-box__link-item.active {
  border-left: 4px solid #004b7a;
  font-weight: 700;
  background: #E7F3FB;
}

@media print, screen and (min-width: 64em) {
  .c-anchor-link-box__link-item.active {
    background: #e7f3fb;
  }
}

.Sleek .s9-modal-container {
  background-color: #999;
}

.s9-modal-container {
  height: 80vh;
  width: 80vw;
}

.s9-modal-body {
  padding: 0;
  overflow: hidden;
}

.s9-modal-container .dijitDialogPaneContent {
  padding: 0px;
  border: 1px solid #999;
}

.s9-iframe {
  position: absolute;
  width: 100%;
  height: calc(80vh - 38px);
  border: none;
}

.s9-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.s9-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.isyCase-container {
  position: relative;
}

.isyCase-container #mapdiv {
  max-width: 70vw !important;
}

@media screen and (max-width: 1023px) {
  .isyCase-container #mapdiv {
    width: 90vw !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 23.8125em) {
  .isyCase-container #mapdiv {
    height: 20rem !important;
  }
}

.isyCase-container .isyCase-button {
  cursor: pointer;
  position: absolute;
  top: 7%;
  right: 4%;
  z-index: 2;
  background-color: #FFFFFF;
  width: 2.8125rem;
  height: 2.8125rem;
}

@media screen and (max-width: 23.8125em) {
  .isyCase-container .isyCase-button {
    top: 10%;
  }
}

.isyCase-container .isyCase-button span::after {
  content: "\f0b2";
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.875rem;
  font-weight: 700;
  color: black;
}

.isyCase-container .isyCase-button__hidden {
  display: none;
}

.isyCase-fullscreen {
  background: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.isyCase-fullscreen #mapdiv {
  max-width: 100vw !important;
  position: fixed;
  opacity: 100%;
  z-index: 1;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
  width: 90% !important;
  height: 90% !important;
}

.isyCase-fullscreen .isyCase-button-close {
  cursor: pointer;
  position: absolute;
  top: 10%;
  right: 10%;
  z-index: 2;
  background-color: #FFFFFF;
  width: 2.8125rem;
  height: 2.8125rem;
}

@media screen and (max-width: 39.99875em) {
  .isyCase-fullscreen .isyCase-button-close {
    right: 12%;
    top: 7%;
  }
}

.isyCase-fullscreen .isyCase-button-close span::after {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.875rem;
  font-weight: 700;
  color: black;
}

.isyCase-container-list {
  position: relative;
}

.isyCase-container-list .isyCase-button-list {
  cursor: pointer;
  position: absolute;
  top: 20%;
  left: 3%;
  z-index: 2;
  background-color: #FFFFFF;
  width: 2.1875rem;
  height: 2.1875rem;
}

@media screen and (max-width: 23.8125em) {
  .isyCase-container-list .isyCase-button-list {
    top: 2rem;
  }
}

.isyCase-container-list .isyCase-button-list span::after {
  content: "\f0b2";
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 1.25rem;
  font-weight: 700;
  color: black;
}

.isyCase-container-list .isyCase-button-list__hidden {
  display: none;
}

@media screen and (max-width: 360px) {
  .isyCase-container-list > div {
    width: 17.5rem !important;
  }
}

.isyCase-fullscreen-list {
  background: rgba(0, 0, 0, 0.3);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.isyCase-fullscreen-list > div {
  position: fixed;
  opacity: 100%;
  z-index: 1;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
  width: 90% !important;
  height: 90% !important;
}

.isyCase-fullscreen-list .isyCase-button-close-list {
  cursor: pointer;
  position: absolute;
  top: 10%;
  right: 10%;
  z-index: 2;
  background-color: #FFFFFF;
  width: 2.8125rem;
  height: 2.8125rem;
}

@media screen and (max-width: 39.99875em) {
  .isyCase-fullscreen-list .isyCase-button-close-list {
    right: 12%;
    top: 7%;
  }
}

.isyCase-fullscreen-list .isyCase-button-close-list span::after {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.875rem;
  font-weight: 700;
  color: black;
}

.c-isyCase-list {
  margin-bottom: 0.9375rem;
  /* Different layout in Editor */
}

.c-isyCase-list__heading {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0.3125rem;
}

.c-isyCase-list__link {
  color: #1B1B1A;
  display: inline-block;
  padding-right: 0.875rem;
}

.c-isyCase-list__link:hover, .c-isyCase-list__link:focus {
  color: #1B1B1A;
}

.c-isyCase-list__link:hover span, .c-isyCase-list__link:focus span {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.c-isyCase-list__link span {
  display: inline;
}

.c-isyCase-list__link::after {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-black.svg) no-repeat center right;
  position: relative;
  width: 0.875rem;
  height: 0.6875rem;
  display: inline-block;
  margin-right: -0.875rem;
}

.using-keyboard .c-isyCase-list__link:focus {
  background: none;
}

.using-keyboard .c-isyCase-list__link:focus span {
  background: #FBCE20;
}

.c-isyCase-list__figure {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.c-isyCase-list__preamble {
  margin: 0;
}

.c-isyCase-list__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.c-isyCase-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 2.5rem;
}

@media screen and (min-width: 992px) {
  .c-isyCase-list__item {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 1.875rem;
  }
}

.c-isyCase-list__item:last-child {
  margin-bottom: 3rem;
}

.c-isyCase-list__description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}

.c-isyCase-list__description:last-child {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.c-editor .c-isyCase-list {
  margin: 1.875rem 0;
}

@media print, screen and (min-width: 40em) {
  .c-editor .c-isyCase-list {
    margin: 3.125rem 0;
  }
}

.c-editor .c-isyCase-list__figure {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

@media print, screen and (min-width: 64em) {
  .c-editor .c-isyCase-list__inner {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.c-editor .c-isyCase-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 2.5rem;
  gap: 0.625rem;
}

@media screen and (min-width: 1200px) {
  .c-editor .c-isyCase-list__item {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 1.875rem;
  }
}

.c-editor .c-isyCase-list__item:last-child {
  margin-bottom: 3rem;
}

@media screen and (min-width: 75em) {
  .c-editor .c-isyCase-list--has-images {
    margin-left: calc(-33.33333% + 1.875rem);
    margin-right: calc(-33.33333% + 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  .c-editor .c-isyCase-list--has-images .c-isyCase-list__figure {
    padding: 0 0.9375rem 0 0;
  }
}

@media screen and (min-width: 75em) {
  .c-editor .c-isyCase-list--has-images .c-isyCase-list__description {
    padding: 0 0 0 0.9375rem;
  }
}

.c-block-grid.isycaselistblock {
  width: 100%;
  margin: 0;
}

.c-landing-links {
  margin-bottom: 2rem;
}

.c-landing-links ul {
  list-style: none;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media print, screen and (min-width: 64em) {
  .c-landing-links ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.c-landing-links ul li {
  background: #004b7a;
  font-family: "Inter Bold", sans-serif;
  -ms-flex-pack: justify;
      justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0.625rem;
  line-height: 0;
  border-radius: 6.25rem;
}

.c-landing-links ul li a {
  padding: 0.9375rem 1.0625rem 0.9375rem 1.0625rem;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  color: #FFF;
}

.c-landing-links ul li a::after {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-white.svg) no-repeat center right;
  position: relative;
  width: 14.002px;
  height: 0.6875rem;
  display: inline-block;
  margin-left: 8px;
}

@media print, screen and (min-width: 64em) {
  .c-landing-links ul li a {
    padding: 0.75rem 2rem 0.75rem 2rem;
  }
}

.c-landing-links ul li a:hover span {
  text-decoration: underline;
}

@media print, screen and (min-width: 64em) {
  .c-landing-links ul li {
    width: 14rem;
    border-radius: 4.375rem;
    margin-right: 0.625rem;
  }
}

.c-landing-links ul li span {
  color: #FFF;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

@media print, screen and (min-width: 64em) {
  .c-landing-links ul li span {
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem;
  }
}

.rekAiContent {
  margin-top: 2rem;
  background-color: #f5f5f5;
  padding: 2rem 2.5rem 3rem 2.5rem;
}

.rekAiContent h3 {
  padding-bottom: 1.5rem;
  margin: 0;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.rekAiContent ul {
  margin: 0;
}

.rekAiContent .rek-prediction__item.rekai-pill a {
  color: #fff;
  text-decoration: none;
  font-family: "Inter Bold", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  padding: 0.5rem 1.5625rem;
}

.rekAiContent .rek-prediction__item.rekai-pill a:hover, .rekAiContent .rek-prediction__item.rekai-pill a:focus {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px;
}

.rekAiContent .rek-prediction__item.rekai-pill {
  background-color: #004b7a;
  margin: 0.25rem;
  border-radius: 12.5rem;
  transition: all .3s ease 0s;
  border-style: none;
}

.rekAiContent .rek-prediction__item.rekai-pill:hover, .rekAiContent .rek-prediction__item.rekai-pill:focus {
  background-color: #00385C;
}

.c-accessibility-content {
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 99999;
}

.c-accessibility-content a {
  font-weight: 700;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.c-accessibility-content a:focus {
  width: 100%;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  position: fixed;
  top: 0.0625rem;
  left: 0;
  padding: 1.25rem;
  background: #004b7a;
  max-width: none;
  color: #fff;
}

.using-keyboard .c-accessibility-content a:focus span {
  background: #FBCE20;
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.g-footer {
  background: #f5f5f5;
  padding: 1.875rem 0 1.875rem 0;
  margin: 3.125rem 0 0 0;
}

@media print, screen and (min-width: 40em) {
  .g-footer {
    padding: 3.75rem 0;
    margin: 3.75rem 0 0 0;
  }
}

@media print, screen and (min-width: 64em) {
  .g-footer {
    padding: 4.375rem 0;
    margin: 6.25rem 0 0 0;
  }
}

.g-footer__col {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  margin-bottom: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .g-footer__col {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    margin-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .g-footer__col {
    width: calc(33.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    margin-bottom: 0;
  }
}

.g-footer__col:last-of-type {
  margin-bottom: 0;
}

.g-footer__col h3, .g-footer__col h4, .g-footer__col h5 {
  font-family: "Inter Bold", sans-serif;
  margin-bottom: 0.3125rem;
}

.g-footer__col h3 {
  font-size: 1rem;
  line-height: 1.5rem;
}

.g-footer__col h4 {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}

.g-footer__col h5 {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.g-footer__col p a {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
  position: relative;
  display: inline;
}

.g-footer__col--find .g-footer__heading::before {
  content: "\f277\00a0";
  font-family: "Font Awesome 6 Pro";
}

.g-footer__col--about .g-footer__heading::before {
  content: "\f02e\00a0";
  font-family: "Font Awesome 6 Pro";
  font-weight: 37.5rem;
}

.g-footer__heading {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .g-footer__heading {
    margin-bottom: 0.625rem;
  }
}

.g-footer__contact {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 0.9375rem;
  margin-top: 0.3125rem;
}

@media print, screen and (min-width: 64em) {
  .g-footer__contact {
    margin-top: 1.25rem;
    padding-left: 3.75rem;
    margin-bottom: 1.875rem;
  }
}

.g-footer__contact::before {
  content: "\f3cd";
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 3.125rem;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  background: #fff;
  display: block;
  font-size: 1.125rem;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media print, screen and (min-width: 64em) {
  .g-footer__contact::before {
    width: 3.125rem;
    height: 3.125rem;
    font-size: 2rem;
    margin-top: -1.5625rem;
    top: 50%;
  }
}

.g-footer__tel {
  font-size: 1.25rem;
  color: #1B1B1A;
}

.g-footer__tel:hover, .g-footer__tel:focus {
  color: #1B1B1A;
  position: relative;
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.g-footer__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.g-footer__item {
  margin-bottom: 0.625rem;
  position: relative;
}

.g-footer__item::before {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-blue.svg) no-repeat;
  display: block;
  width: 0.75rem;
  height: 0.6875rem;
  position: absolute;
  left: 0;
  top: 0.4375rem;
}

.g-footer__link {
  color: #1B1B1A;
  position: relative;
  margin-left: 1.125rem;
  display: inline-block;
  padding-right: 1rem;
}

.g-footer__link:hover span, .g-footer__link:focus span {
  color: #1B1B1A;
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.g-footer__link[href^="https://"]:not([href*="www.sollentuna.se"])::after, .g-footer__link[href^="http://"]:not([href*="www.sollentuna.se"])::after {
  content: "\f35d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 0.8125rem;
  position: relative;
  display: inline-block;
  margin-right: -1rem;
  width: 1rem;
  text-align: right;
  bottom: 0.0625rem;
  color: #1B1B1A;
}

.using-keyboard .g-footer__link:focus {
  background: none;
}

.using-keyboard .g-footer__link:focus span {
  background: #FBCE20;
}

@media screen and (max-width: 63.99875em) {
  .g-header--subsite .g-header__outer {
    min-height: 6.25rem;
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .g-header--subsite .g-header__col {
    width: calc(50% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.g-header--subsite .g-header__col--logo .g-header__title {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .g-header--subsite .g-header__col--logo .g-header__title {
    display: -ms-flexbox;
    display: flex;
  }
}

.g-header--subsite .g-header__col--logo .g-header__title a:hover span, .g-header--subsite .g-header__col--logo .g-header__title a:focus span {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.g-header--subsite .g-header__col--search .g-search {
  max-width: 25rem;
}

.g-header--subsite .g-topbar__content {
  background: #e7f3fb;
}

@media print, screen and (min-width: 64em) {
  .g-header--subsite .c-nav-support {
    background: #e7f3fb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

.g-header--subsite .c-nav-support__list {
  top: 0;
}

.g-header--subsite .g-navigation__list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.g-header--subsite .g-navigation__item {
  -ms-flex-positive: 0;
      flex-grow: 0;
}

@media print, screen and (min-width: 64em) {
  .g-header--subsite .g-navigation__item {
    margin-right: 1.5625rem;
  }
}

@media screen and (min-width: 75em) {
  .g-header--subsite .g-navigation__item {
    margin-right: 3.125rem;
  }
}

.g-header--subsite .g-navigation__item:last-child {
  margin: 0;
}

@media screen and (max-width: 63.99875em) {
  .g-header--subsite .g-search {
    top: 3.625rem;
    z-index: 10;
  }
}

.g-header--subsite .g-navigation-mobile {
  top: 3.625rem;
}

.g-header--subsite .g-navigation-mobile .c-nav-support {
  display: none;
}

.g-header--subsite .c-nav-quicklinks__link:hover, .g-header--subsite .c-nav-quicklinks__link:focus {
  background: #22609d;
}

.g-header--crisis .g-header__outer {
  height: 6.25rem;
}

@media print, screen and (min-width: 64em) {
  .g-header--crisis .g-header__outer {
    height: 8.125rem;
  }
}

.g-header--crisis .g-header__col--logo .g-header__title {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .g-header--crisis .g-header__col--logo .g-header__title {
    display: -ms-flexbox;
    display: flex;
  }
}

.g-header--crisis .g-header__col--logo .g-header__title a:hover span, .g-header--crisis .g-header__col--logo .g-header__title a:focus span {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.g-header--crisis .g-header__icon {
  background: #004b7a;
  color: #fff;
}

@media screen and (max-width: 63.99875em) {
  .g-header--crisis .g-search {
    position: absolute;
    top: 3.625rem;
    z-index: 10;
  }
}

.g-header--crisis .g-navigation-mobile {
  top: 3.625rem;
}

.g-header--crisis .g-navigation-mobile .c-nav-support {
  display: none;
}

.g-header--crisis .g-navigation-mobile__list--level3 {
  background: #266AAE !important;
}

.g-header--crisis .g-navigation-mobile__list--level3 .g-navigation-mobile__button {
  background: #e6edf2 !important;
}

.g-header--crisis .g-navigation-mobile__list--level3 .g-navigation-mobile__button::before {
  border-color: #e6edf2 !important;
}

.g-header--crisis .g-navigation-mobile__list--level3 .g-navigation-mobile__button--collapsed {
  background: #266AAE !important;
}

.g-header--crisis .g-navigation-mobile__list--level4 {
  background: #e6edf2 !important;
}

.g-header--crisis .g-navigation-mobile__list--level4 .g-navigation-mobile__button {
  background: #d9e4eb !important;
}

.g-header--crisis .g-navigation-mobile__list--level4 .g-navigation-mobile__button--collapsed {
  background: #e6edf2 !important;
}

.g-header--crisis .g-navigation-mobile__list--level4 .g-navigation-mobile__button::before {
  border-color: #d9e4eb !important;
}

.g-header--crisis .g-navigation-mobile__list--level5 {
  background: #d9e4eb !important;
}

.g-header--crisis .g-navigation-mobile__list .g-navigation-mobile__link {
  color: #fff !important;
}

.g-header--crisis .g-navigation-mobile__list .g-navigation-mobile__link--active span {
  border-color: #fff !important;
}

.g-header--crisis .g-navigation-mobile__button {
  color: #004b7a !important;
}

.g-header--crisis .c-nav-quicklinks__link:hover, .g-header--crisis .c-nav-quicklinks__link:focus {
  background: #22609d;
}

.g-header--crisis .g-navigation__list {
  -ms-flex-positive: unset;
      flex-grow: unset;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 64em) {
  .g-header__outer {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    height: 5.625rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .g-header__outer {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.g-header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
}

@media screen and (min-width: 90em) {
  .g-header__inner {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

.g-header__col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.g-header__col--logo {
  padding-left: 0.9375rem;
}

@media screen and (max-width: 63.99875em) {
  .g-header__col--logo {
    width: 7.5rem;
  }
}

@media print, screen and (min-width: 64em) {
  .g-header__col--logo {
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .g-header__col--logo {
    margin-right: auto;
  }
}

@media screen and (max-width: 63.99875em) {
  .g-header__col--links {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .g-header__col--links {
    -ms-flex-pack: end;
        justify-content: flex-end;
    display: block;
    margin-left: auto;
  }
}

@media screen and (min-width: 90em) {
  .g-header__col--links {
    margin-left: 0;
  }
}

.g-header__col--mobileShortcuts {
  display: none;
}

@media screen and (max-width: 63.99875em) {
  .g-header__col--mobileShortcuts {
    display: block;
  }
}

.g-header__col--desktopShortcuts {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .g-header__col--desktopShortcuts {
    display: block;
  }
}

@media screen and (max-width: 63.99875em) {
  .g-header__col--search {
    -ms-flex-positive: 1;
        flex-grow: 1;
    width: 120px;
    max-width: 35%;
    margin-right: 0.5rem;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 40em) {
  .g-header__col--search {
    max-width: 225px;
  }
}

@media print, screen and (min-width: 64em) {
  .g-header__col--search {
    display: -ms-flexbox;
    display: flex;
    max-width: unset;
    width: 29.0625rem;
    margin-left: 44px;
  }
}

@media screen and (min-width: 90em) {
  .g-header__col--search {
    margin-right: 4.1875rem;
    margin-left: 0;
  }
}

.g-header__col--mobile-nav {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

@media print, screen and (min-width: 64em) {
  .g-header__col--mobile-nav {
    display: none;
  }
}

@media screen and (max-width: 63.99875em) {
  .g-header__col--mobile-nav {
    border-top: 1px solid var(--sollentuna-ffffff, #FFF);
  }
}

.g-header__col--title {
  background: #fafafa;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 64em) {
  .g-header__col--title {
    display: none;
  }
}

.g-header__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.6875rem 0.9375rem 0.625rem 0.9375rem;
  min-height: 3.625rem;
  width: 4.0625rem;
  color: #fff;
}

.g-header__icon:focus {
  outline: 0;
}

@media print, screen and (min-width: 64em) {
  .g-header__icon {
    display: none;
  }
}

.g-header__icon--menu {
  background: #004b7a;
}

.g-header__icon--menu::before {
  content: "";
  background: url("/static/assets/images/menu-white.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1.375rem;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

.g-header__icon--menu.g-header__icon--expanded::before {
  content: "\f00d";
  background: unset;
  font-size: 1.375rem;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
}

.g-header__icon--menu span {
  font-size: 0.6875rem;
  font-family: "Inter Bold", sans-serif;
}

.g-header__icon--search {
  background: #e7f3fb;
  background: #fdfeff 100%;
  padding: 0.8125rem 0.9375rem 0.625rem 0.9375rem;
}

.g-header__icon--search::before {
  content: "\f002";
  font-size: 1.25rem;
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  margin-bottom: 0.1875rem;
}

.g-header__icon--search span {
  font-size: 0.75rem;
  font-family: "Inter Bold", sans-serif;
}

.g-header__icon--expanded {
  background: #004b7a;
  color: #fff;
}

.g-header__logotype {
  background: url(/static/assets/images/sk-liggande-logo-svart.svg) no-repeat left center;
  height: 3.4375rem;
  width: 100%;
  display: block;
  background-size: contain;
}

@media print, screen and (min-width: 64em) {
  .g-header__logotype {
    height: 4.9375rem;
    background-size: auto;
    width: 5.25rem;
    background: url(/static/assets/images/sk-staende-logo-svart.svg) no-repeat left center;
  }
}

@media print, screen and (min-width: 64em) {
  .g-header__logotype:focus {
    background: url(/static/assets/images/sk-staende-logo-svart.svg) no-repeat left center !important;
  }
}

.using-keyboard .g-header__logotype:focus {
  background: url(/static/assets/images/sk-staende-logo-svart.svg) no-repeat left center;
  outline: 0.1875rem solid #FBCE20 !important;
}

.g-header__title {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 2.625rem;
  padding-left: 0.9375rem;
  padding: 0.3125rem 0 0.3125rem 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .g-header__title {
    border-left: 0.0625rem solid #E8E8E8;
    padding: 0 0 0 1.875rem;
    margin-left: 1.875rem;
  }
}

.g-header__title a {
  font-family: "Inter Bold", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #1B1B1A;
}

@media print, screen and (min-width: 64em) {
  .g-header__title a {
    font-size: 1.75rem;
  }
}

#__ba_panel {
  display: none;
}

.g-navigation {
  background: #004b7a;
  display: none;
}

@media print, screen and (min-width: 64em) {
  .g-navigation {
    display: block;
  }
}

.g-navigation__outer {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.g-navigation__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 1.375rem 0;
}

.g-navigation__item {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.g-navigation__link {
  color: #fff;
  position: relative;
  font-family: "Inter Bold", sans-serif;
  font-weight: 700;
}

.g-navigation__link:hover, .g-navigation__link:focus {
  color: #fff;
  border-bottom: 0.125rem solid #fff;
  padding-bottom: 0.0625rem;
}

.g-navigation__link--active {
  border-bottom: 0.125rem solid #fff;
  padding-bottom: 0.0625rem;
}

.g-navigation-mobile {
  background: #004b7a;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.g-navigation-mobile__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 0.0625rem solid #266AAE;
}

.g-navigation-mobile__link {
  color: #fff;
  font-family: "Inter Bold", sans-serif;
  font-size: 0.9375rem;
}

.g-navigation-mobile__link:hover, .g-navigation-mobile__link:focus {
  color: #fff;
}

.using-keyboard .g-navigation-mobile__link:focus {
  background: none;
}

.using-keyboard .g-navigation-mobile__link:focus span {
  background: #FBCE20;
}

.g-navigation-mobile__link span {
  line-height: 1.375rem;
}

.g-navigation-mobile__link--active span {
  border-bottom: 0.125rem solid #fff;
  padding-bottom: 0.0625rem;
  padding-bottom: 0;
}

.g-navigation-mobile__menu .g-navigation-mobile__item {
  position: relative;
  border-bottom: 0.0625rem solid #266AAE;
}

.g-navigation-mobile__menu .g-navigation-mobile__item:last-of-type {
  border: 0;
}

.g-navigation-mobile__menu .g-navigation-mobile__item--expanded {
  border: 0;
}

.g-navigation-mobile__menu .g-navigation-mobile__item--expanded .g-navigation-mobile__list {
  border: 0;
}

.g-navigation-mobile__menu .g-navigation-mobile__link {
  min-height: 3.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-right: 3.75rem;
}

.g-navigation-mobile__menu .g-navigation-mobile__link span {
  position: relative;
  height: auto;
  display: inline-block;
  -ms-flex-align: center;
      align-items: center;
}

.g-navigation-mobile__menu .g-navigation-mobile__button {
  color: #fff;
  background: #266AAE;
  height: 3.125rem;
  width: 3.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 0;
  right: -0.9375rem;
  text-align: center;
  font-size: 1.5625rem;
  font-family: "Inter Bold", sans-serif;
}

.g-navigation-mobile__menu .g-navigation-mobile__button::before {
  content: "";
  border-top: 0.0625rem solid #266AAE;
  display: block;
  position: absolute;
  top: -0.0625rem;
  width: 100%;
}

.g-navigation-mobile__menu .g-navigation-mobile__button::after {
  content: "−";
}

.g-navigation-mobile__menu .g-navigation-mobile__button:hover {
  cursor: pointer;
}

.g-navigation-mobile__menu .g-navigation-mobile__button:focus {
  outline: 0;
}

.g-navigation-mobile__menu .g-navigation-mobile__button--collapsed {
  background: #004b7a;
}

.g-navigation-mobile__menu .g-navigation-mobile__button--collapsed::before {
  content: none;
}

.g-navigation-mobile__menu .g-navigation-mobile__button--collapsed::after {
  content: "+";
}

.g-navigation-mobile__menu .g-navigation-mobile__list {
  padding: 0 0.9375rem;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--collapsed {
  display: none;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level2 {
  background: #e7f3fb;
  background: #fff;
  margin: 0 -0.9375rem;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level2 .g-navigation-mobile__link {
  color: #004b7a;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level2 .g-navigation-mobile__link:hover {
  color: #004b7a;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level2 .g-navigation-mobile__link--active span {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
  padding-bottom: 0;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level2 .g-navigation-mobile__button {
  color: #004b7a;
  background: #e7f3fb;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level2 .g-navigation-mobile__button::before {
  border-color: #e7f3fb;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level2 .g-navigation-mobile__button:hover {
  color: #004b7a;
  cursor: pointer;
}

.using-keyboard .g-navigation-mobile__menu .g-navigation-mobile__list--level2 .g-navigation-mobile__button:focus {
  background: #FBCE20;
  color: #1B1B1A;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level2 .g-navigation-mobile__button--collapsed {
  background: #fff;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level2 .g-navigation-mobile__item {
  border-color: #e6edf2;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level3 {
  background: #e7f3fb;
  margin: 0 -0.9375rem;
  padding: 0 0.9375rem 0 1.875rem;
  display: none;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level3 .g-navigation-mobile__link {
  color: #004b7a;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level3 .g-navigation-mobile__link:hover {
  color: #004b7a;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level3 .g-navigation-mobile__link--active span {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
  padding-bottom: 0;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level3 .g-navigation-mobile__button {
  background: #fdfeff;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level3 .g-navigation-mobile__button::before {
  border-color: #fdfeff;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level3 .g-navigation-mobile__button--collapsed {
  background: #e7f3fb;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level3 .g-navigation-mobile__item {
  border-color: #e6edf2;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level4 {
  background: #fdfeff;
  margin: 0 -0.9375rem 0 -1.875rem;
  padding: 0 0.9375rem 0 2.8125rem;
  border: 0;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level4 .g-navigation-mobile__link {
  color: #004b7a;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level4 .g-navigation-mobile__link:hover {
  color: #004b7a;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level4 .g-navigation-mobile__link--active span {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
  padding-bottom: 0;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level4 .g-navigation-mobile__button {
  background: #fbfdfe;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level4 .g-navigation-mobile__button--collapsed {
  background: #fdfeff;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level4 .g-navigation-mobile__button::before {
  border-color: #fbfdfe;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level4 .g-navigation-mobile__item {
  border-color: #d9e4eb;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level5 {
  background: #fbfdfe;
  margin: 0 -0.9375rem 0 -2.8125rem;
  padding: 0 0.9375rem 0 3.75rem;
  border: 0;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level5 .g-navigation-mobile__link {
  color: #004b7a;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level5 .g-navigation-mobile__link:hover {
  color: #004b7a;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level5 .g-navigation-mobile__link--active span {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
  padding-bottom: 0;
}

.g-navigation-mobile__menu .g-navigation-mobile__list--level5 .g-navigation-mobile__item {
  border-color: #ccdbe4;
}

.g-navigation-side {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .g-navigation-side {
    display: block;
  }
}

@media screen and (min-width: 75em) {
  .g-navigation-side {
    padding-right: 2.1875rem;
  }
}

.g-navigation-side__title {
  display: block;
  font-family: "Inter Bold", sans-serif;
  font-size: 1rem;
  background: #004b7a;
  color: #fff;
  padding: 0 0.9375rem;
  height: 2.8125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.g-navigation-side__toplevel {
  color: #fff;
}

.using-keyboard .g-navigation-side__toplevel {
  background: #004b7a !important;
}

.using-keyboard .g-navigation-side__toplevel:focus span {
  background: #FBCE20;
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.g-navigation-side__toplevel span {
  display: inline;
}

.g-navigation-side__toplevel:hover {
  color: #fff;
}

.g-navigation-side__toplevel:hover span {
  border-bottom: 0.125rem solid #fff;
  padding-bottom: 0.0625rem;
}

.g-navigation-side__list {
  margin: 0;
  position: relative;
}

.g-navigation-side__list--level1 {
  background: transparent;
}

.g-navigation-side__list--level1 > .g-navigation-side__item {
  border-bottom: 0.0625rem solid #E8E8E8;
}

.g-navigation-side__list--level1 > .g-navigation-side__item:last-child {
  border-bottom: none;
}

.g-navigation-side__list--level1 > .g-navigation-side__item--expanded {
  border-bottom: none !important;
}

.g-navigation-side__list--level1 .g-navigation-side__link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.9375rem;
}

.g-navigation-side__list--level1 .g-navigation-side__button {
  top: 0.625rem;
}

.g-navigation-side__list--level1 .g-navigation-side__button:hover {
  background: #e7f3fb;
}

.using-keyboard .g-navigation-side__list--level1 .g-navigation-side__button:focus::after {
  color: #1B1B1A;
}

.g-navigation-side__list--level2 {
  background: #e7f3fb;
  padding: 0.625rem 0 0.625rem 1.5625rem;
}

.g-navigation-side__list--level2 .g-navigation-side__link {
  padding-left: 0;
}

.g-navigation-side__list--level2 .g-navigation-side__button:hover {
  background: #fdfeff 100%;
}

.g-navigation-side__list--level3 {
  padding-left: 0.9375rem;
}

.g-navigation-side__list--level4 {
  padding-left: 0.9375rem;
}

.g-navigation-side__list--level4::before {
  content: '';
  width: 0.125rem;
  background: #fafdfe 100%;
  position: absolute;
  top: 0.3125rem;
  bottom: 0;
  left: 0;
  border-radius: 0.0625rem;
}

.g-navigation-side__list--level5 {
  padding-left: 0.9375rem;
}

.g-navigation-side__list--level2, .g-navigation-side__list--level3, .g-navigation-side__list--level4, .g-navigation-side__list--level5 {
  display: none;
}

.g-navigation-side__list--level2 .g-navigation-side__link, .g-navigation-side__list--level3 .g-navigation-side__link, .g-navigation-side__list--level4 .g-navigation-side__link, .g-navigation-side__list--level5 .g-navigation-side__link {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}

.g-navigation-side__list--level2 .g-navigation-side__button, .g-navigation-side__list--level3 .g-navigation-side__button, .g-navigation-side__list--level4 .g-navigation-side__button, .g-navigation-side__list--level5 .g-navigation-side__button {
  top: 0.3125rem;
}

.g-navigation-side__item {
  list-style-type: none;
  position: relative;
}

.g-navigation-side__item--expanded > .g-navigation-side__button::after {
  content: '−';
}

.g-navigation-side__link {
  color: #1B1B1A;
  display: block;
  padding-right: 3.75rem;
}

.g-navigation-side__link:hover, .g-navigation-side__link:focus {
  color: #1B1B1A;
}

.g-navigation-side__link--active span {
  font-weight: 700;
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.g-navigation-side__link span {
  position: relative;
  -ms-flex-align: center;
      align-items: center;
}

.g-navigation-side__link span:hover, .g-navigation-side__link span:focus {
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.using-keyboard .g-navigation-side__link:focus {
  background: none;
}

.using-keyboard .g-navigation-side__link:focus span {
  background: #FBCE20;
  border-bottom: 0.125rem solid #1B1B1A;
  padding-bottom: 0.0625rem;
}

.g-navigation-side__button {
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 1.875rem;
  position: absolute;
  top: 0.625rem;
  right: 0.3125rem;
  cursor: pointer;
}

.g-navigation-side__button::after {
  content: '+';
  font-family: "Inter Bold", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #004b7a;
}

.g-search {
  width: 100%;
}

.g-search .rekai-dropdown-menu {
  border: #004b7a !important;
  outline: #004b7a !important;
}

.g-search .rekai-suggestions {
  background-color: #004b7a;
}

.g-search .rekai-suggestions .rekai-suggestion {
  border-bottom: 0.0625rem solid #E8E8E8;
}

.g-search .rekai-suggestions .rekai-suggestion:hover {
  background-color: #004b7a !important;
}

.g-search .rekai-suggestions .rekai-suggestion p {
  color: #fff;
  font-size: 16px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.g-search .rekai-suggestions .rekai-suggestion:last-child {
  border-bottom: unset;
}

@media print, screen and (min-width: 64em) {
  .g-search .rekai-suggestions {
    background-color: unset;
  }
  .g-search .rekai-suggestions .rekai-suggestion:hover {
    background-color: #fff !important;
  }
  .g-search .rekai-suggestions .rekai-suggestion p {
    color: unset;
  }
}

.g-search--mobile {
  display: none;
  top: 3.625rem;
  position: absolute;
  z-index: 10;
  background: #004b7a;
  padding: 0.4375rem 0.9375rem 0.125rem 0.9375rem;
}

.g-search--mobile .g-search__clear {
  height: 2rem;
  width: 2rem;
  top: 0;
  right: 4.375rem;
}

.g-search--mobile .g-search__clear::after {
  top: 0.1875rem;
  left: 0.4375rem;
  color: #fff;
}

.g-search--mobile .g-search__clear:hover::after {
  color: #fff;
}

.g-search__form {
  position: relative;
}

@media print, screen and (min-width: 64em) {
  .g-search__form {
    width: 100%;
    padding: 0;
    background: none;
  }
}

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

.g-search__input {
  border-radius: 2.375rem;
  box-shadow: none;
  margin: 0;
  padding: 0.625rem 1.25rem;
  background: none;
  border: unset;
  border: 1px solid #000;
  font-size: 0.75rem;
  font-family: "Inter Regular", sans-serif;
  color: #0A0A0A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

@media print, screen and (min-width: 64em) {
  .g-search__input {
    padding: 1rem 0.5rem 1rem 2rem;
    height: 3.5rem;
  }
}

@media screen and (max-width: 63.99875em) {
  .g-search__input {
    border: 1px solid #949494;
  }
}

.g-search__input:-ms-input-placeholder {
  font-family: "Inter Regular", sans-serif;
  color: #0A0A0A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.g-search__input::placeholder {
  font-family: "Inter Regular", sans-serif;
  color: #0A0A0A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

@media screen and (max-width: 63.99875em) {
  .g-search__input:-ms-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
  }
  .g-search__input::placeholder {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
  }
}

.g-search__input:focus {
  box-shadow: none;
}

.using-keyboard .g-search__input:focus {
  outline: 0.1875rem solid #FBCE20 !important;
  background: none;
}

@media screen and (max-width: 63.99875em) {
  .using-keyboard .g-search__input:focus {
    color: #fff !important;
  }
}

.g-search [type='text']:focus {
  border: 1px solid #000;
}

@media screen and (max-width: 63.99875em) {
  .g-search [type='text']:focus {
    border: 1px solid #949494;
  }
}

.g-search__autocomplete {
  display: none;
  position: absolute;
  background: #fff;
  color: #1B1B1A;
  z-index: 9999;
  width: 100%;
  padding-bottom: 0.4375rem;
  margin-top: 0.28125rem;
  border-radius: 0 0 20px 20px;
}

@media print, screen and (min-width: 64em) {
  .g-search__autocomplete {
    position: absolute;
    padding-bottom: 0;
  }
}

.g-search__autocomplete ul {
  margin: 0;
  list-style: none;
}

.g-search__autocomplete ul li {
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  border-bottom: 0.0625rem solid #E8E8E8;
}

.g-search__autocomplete ul li:last-child {
  border: 0;
}

.g-search__autocomplete ul li span {
  font-family: "Inter Regular", sans-serif;
  color: #0A0A0A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

@media screen and (max-width: 63.99875em) {
  .g-search__autocomplete ul li span {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
  }
}

.g-search__button {
  position: absolute;
  top: 0;
  right: 1.25rem;
  font-family: "Inter Regular", sans-serif;
  height: 2.4375rem;
  padding: 0 0 0 0.625rem;
  color: #fff;
}

@media print, screen and (min-width: 64em) {
  .g-search__button {
    border: 1px solid #e7f3fb;
    border-radius: 4.375rem;
    background-color: #004b7a;
    margin: 0.5rem 0.5rem 0.5rem 0;
    padding: 0.5rem 1.25rem 0.5rem 1rem;
    height: 2.5rem;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
}

.g-search__button::before {
  content: "";
  background: url("/static/assets/images/new-search-icon.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
}

@media print, screen and (min-width: 64em) {
  .g-search__button::before {
    color: #fff;
  }
}

@media screen and (max-width: 63.99875em) {
  .g-search__button::before {
    background: url("/static/assets/images/search-icon-blue.svg") no-repeat;
    width: 1.125rem;
    height: 1.1875rem;
    margin-right: 0;
  }
}

.g-search__button span {
  position: relative;
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

@media print, screen and (min-width: 64em) {
  .g-search__button span {
    display: inline-block;
  }
}

.g-search__button:hover {
  cursor: pointer;
}

.g-search__button:focus {
  outline: 0;
}

.g-search__clear {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  top: 0.25rem;
  right: 3.75rem;
  width: 1.875rem;
  height: 1.875rem;
}

.g-search__clear::after {
  content: "\f057";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 1.125rem;
  color: #707070;
  top: 0.125rem;
  left: 0.375rem;
  position: absolute;
  transition: all .3s ease 0s;
}

.g-search__clear:hover {
  cursor: pointer;
}

.g-search__clear:hover::after {
  color: #1B1B1A;
}

.g-topbar {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .g-topbar {
    display: block;
    height: 2.625rem;
  }
}

.g-quicknavigation {
  padding: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .g-quicknavigation {
    display: none;
  }
}

.g-quicknavigation__title {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
}

.g-quicknavigation__list {
  list-style: none;
  margin: 0;
}

.g-quicknavigation__item {
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  background: #e7f3fb;
  border-radius: 0.3125rem;
  font-weight: 700;
}

.g-quicknavigation__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1rem;
  color: #1B1B1A;
  font-family: "Inter Bold", sans-serif;
}

.g-quicknavigation__link i {
  width: 1.25rem;
  text-align: center;
}

.g-quicknavigation__link i.fa-no-icon {
  display: none;
}

.g-quicknavigation__link::after {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-black.svg) no-repeat center right;
  position: relative;
  width: 0.875rem;
  height: 0.6875rem;
  display: inline-block;
  margin-left: auto;
}

.g-tagnavigation {
  margin-bottom: 1.25rem;
}

@media print, screen and (min-width: 40em) {
  .g-tagnavigation {
    display: none;
  }
}

.g-tagnavigation__title {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
}

.g-tagnavigation__heading {
  font-size: 1.125rem;
  font-family: "Inter Bold", sans-serif;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}

.g-tagnavigation__list {
  list-style: none;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.g-tagnavigation__item {
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.5rem 1rem;
  background: #e7f3fb;
  border-radius: 500px;
  font-family: "Inter Bold", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
}

.rounded-button {
  border-radius: 12.5rem;
  min-width: unset;
  width: unset !important;
  padding: 10px 24px 10px 27px;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  margin: auto;
  line-height: unset;
  height: unset;
}

.rounded-button {
  font-size: 16px;
}

.p-building-permit__article .c-block-grid {
  margin: 0;
  padding-bottom: 0.9375rem;
  width: 100%;
}

.p-building-permit__inner {
  position: relative;
}

.p-building-permit__head h1 {
  max-width: calc(100% - 120px);
}

.p-building-permit__category {
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  font-size: 0.75rem;
  margin-bottom: 0.3125rem;
  font-weight: 700;
}

.p-building-permit__permit {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  line-height: 0.75rem;
  padding: 0.625rem;
  background: #004b7a;
  color: #fff;
  font-weight: 700;
  margin: 0.625rem 0 1.25rem;
  display: inline-block;
}

.p-building-permit__info {
  background: #e7f3fb;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.25rem;
  padding-top: 0.625rem;
}

.p-building-permit__info-isyCase {
  background: #E8EDF3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  width: 100%;
  margin-top: auto;
}

.p-building-permit__info-item {
  width: 100%;
  padding: 0 0.625rem 0.625rem;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

@media print, screen and (min-width: 40em) {
  .p-building-permit__info-item {
    width: 50%;
  }
}

.p-building-permit__icon {
  margin-right: 0.625rem;
  color: #004b7a;
}

.p-building-permit__label {
  font-weight: bold;
  margin-right: 0.1875rem;
}

.p-bulletin-board__inner {
  position: relative;
}

.p-contact {
  padding: 0;
}

@media print, screen and (min-width: 64em) {
  .p-contact {
    padding: 0 5.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .p-contact__outer {
    border-top: 0.125rem solid #E8E8E8;
  }
}

.p-contact__block-area {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .p-contact__block-area {
    padding-top: 1.875rem;
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .p-contact__block-area {
    padding-top: 3.75rem;
  }
}

.p-control-plan__head {
  position: relative;
}

.p-control-plan__head h1 {
  max-width: calc(100% - 120px);
}

.p-control-plan__inner {
  position: relative;
}

@media print {
  .p-control-plan--no-print {
    display: none !important;
  }
}

.p-event {
  background-image: linear-gradient(to bottom, #F9F9F9, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 4.6875rem;
  padding-top: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .p-event {
    background: none;
    padding-top: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .p-event__article {
    overflow: hidden;
  }
}

.p-event .c-media {
  margin-top: -1.875rem;
}

@media print, screen and (min-width: 64em) {
  .p-event .c-media {
    margin-top: 0;
  }
}

.p-event-page {
  background-image: linear-gradient(to bottom, #F9F9F9, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 4.6875rem;
  padding-top: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .p-event-page {
    background: none;
    padding-top: 0;
  }
}

.p-event-page__outer {
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (min-width: 840px) {
  .p-event-page__outer {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.p-event-page__article {
  width: 100%;
  max-width: 738px;
  min-width: 0;
}

@media screen and (min-width: 840px) {
  .p-event-page__article {
    min-width: 450px;
  }
}

.p-event-page__article .c-media {
  margin-left: 0;
  margin-right: 0;
}

.p-event-page__article .c-media__outer {
  margin: 0;
  width: 100%;
}

.p-event-page__article .c-media__image {
  margin: 0;
}

.p-event-page__article .c-media__figcaption {
  margin: 0;
  margin-top: 10px;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.p-event-page__article .c-media__figcaption .c-media__text {
  width: 100%;
  margin: 0;
}

.p-event-page__article .c-editor__preamble {
  max-width: 100%;
}

.p-event-page__aside {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  display: none;
}

@media screen and (min-width: 840px) {
  .p-event-page__aside {
    display: block;
  }
}

.p-event-page__mobileaside {
  display: block;
  padding: 10px 0;
}

@media screen and (min-width: 840px) {
  .p-event-page__mobileaside {
    display: none;
  }
}

.p-event-page__inner {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (min-width: 840px) {
  .p-event-page__inner {
    padding: 0 15px;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.p-event-form {
  background-image: linear-gradient(to bottom, #F9F9F9, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 4.6875rem;
  padding-top: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .p-event-form {
    background: none;
    padding-top: 0;
  }
}

.p-event-form .c-editor {
  margin: 15px;
}

.p-events-list {
  background-image: linear-gradient(to bottom, #F9F9F9, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 4.6875rem;
  padding-top: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .p-events-list {
    background: none;
    padding-top: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .p-events-list {
    padding-top: 3.75rem;
  }
}

.p-events-list__outer {
  max-width: 80rem;
}

.p-events-list__content {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .p-events-list__content {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .p-events-list__content {
    width: calc(100% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.p-jobs__inner {
  -ms-flex-pack: center;
      justify-content: center;
}

.p-jobs__content {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .p-jobs__content {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.p-kitchensink__heading {
  background: #FBCE20;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  max-width: 100%;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.p-landing__outer:first-of-type {
  border-bottom: 0.125rem solid #E8E8E8;
  margin-bottom: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .p-landing__outer:first-of-type {
    margin-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .p-landing__outer:first-of-type {
    margin-bottom: 3.125rem;
  }
}

.p-landing__content .p-landing__block-area {
  display: block;
}

.p-news {
  background-image: linear-gradient(to bottom, #F9F9F9, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 4.6875rem;
  padding-top: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .p-news {
    background: none;
    padding-top: 0;
  }
}

.p-news .c-media {
  margin-top: -1.875rem;
}

@media print, screen and (min-width: 64em) {
  .p-news .c-media {
    margin-top: 0;
  }
}

.p-news-archive {
  background-image: linear-gradient(to bottom, #F9F9F9, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 4.6875rem;
  padding-top: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .p-news-archive {
    background: none;
    padding-top: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .p-news-archive {
    padding-top: 3.75rem;
  }
}

.p-news-archive__inner {
  -ms-flex-pack: center;
      justify-content: center;
}

.p-news-archive__content {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .p-news-archive__content {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .p-news-archive__content {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.p-permit-listing {
  background-image: linear-gradient(to bottom, #F9F9F9, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 4.6875rem;
  padding-top: 1.875rem;
  overflow: hidden;
}

@media print, screen and (min-width: 64em) {
  .p-permit-listing {
    background: none;
    padding-top: 0;
  }
}

.p-permit-listing__results {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  padding-top: 1.875rem;
  margin-top: 1.875rem;
  border-top: 0.125rem solid #E8E8E8;
}

.p-permit-listing__header {
  position: relative;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .p-permit-listing__header {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.p-permit-listing__search {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 64em) {
  .p-permit-listing__search {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.p-permit-listing__inner {
  position: relative;
}

.p-permit-listing__label {
  font-weight: bold;
}

.p-portal__block-area {
  padding: 0 0 1.25rem 0;
}

.p-search {
  background-image: linear-gradient(to bottom, #F9F9F9, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 4.6875rem;
  padding-top: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .p-search {
    background: none;
    padding-top: 0;
  }
}

.p-search__inner {
  -ms-flex-pack: center;
      justify-content: center;
}

.p-search__content {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .p-search__content {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .p-search__content {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

.p-services {
  background-image: linear-gradient(to bottom, #F9F9F9, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 4.6875rem;
  padding-top: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .p-services {
    background: none;
    padding-top: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .p-services {
    padding-top: 3.75rem;
  }
}

.p-services__outer:first-of-type .p-services__block-area {
  margin-top: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .p-services__outer:first-of-type .p-services__block-area {
    margin-top: 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .p-services__outer:first-of-type .p-services__block-area {
    margin-top: 2.5rem;
  }
}

@media print, screen and (min-width: 40em) {
  .p-services__outer:last-of-type {
    border-top: 0.125rem solid #E8E8E8;
    padding-top: 1.875rem;
  }
}

@media print, screen and (min-width: 64em) {
  .p-services__outer:last-of-type {
    padding-top: 3.75rem;
  }
}

.p-services__content {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

@media screen and (max-width: 63.99875em) {
  .p-services__content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.p-services__block-area {
  -ms-flex-pack: center;
      justify-content: center;
  padding-top: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .p-services__block-area {
    padding-top: 0;
  }
}

.p-services .img {
  width: 45%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 10.625rem;
}

@media print, screen and (min-width: 40em) {
  .p-services .img {
    height: 18.75rem;
  }
}

@media print, screen and (min-width: 64em) {
  .p-services .img {
    height: 21.875rem;
  }
}

@media screen and (max-width: 63.99875em) {
  .p-services .img {
    width: 100%;
  }
}

.p-services .c-hero--login {
  width: 55%;
  margin: unset;
  padding: unset;
  background-color: #f5f5f5;
}

@media screen and (max-width: 63.99875em) {
  .p-services .c-hero--login {
    width: 100%;
    min-height: unset;
  }
}

.p-services .c-hero__intro {
  -ms-flex-pack: unset;
      justify-content: unset;
  -ms-flex-align: unset;
      align-items: unset;
  padding: 3rem 3.5rem 3.5rem 3.5rem;
  text-align: unset;
}

@media screen and (max-width: 39.99875em) {
  .p-services .c-hero__intro {
    padding: 0.9375rem;
    min-height: unset;
  }
}

.p-services .c-hero__login {
  margin: 0;
  padding: 0;
}

.p-services .c-hero__heading {
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 2rem;
}

.p-services .c-hero__label {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
  text-transform: unset;
}

.p-services .c-hero__heading, .p-services .c-hero__label {
  text-align: start;
  display: block;
  text-shadow: unset;
  color: black;
}

.p-services .c-hero__label::before, .p-services .c-hero__label::after {
  display: none;
}

.p-services .c-hero__item {
  width: unset !important;
  -ms-flex-positive: unset;
      flex-grow: unset;
  margin-bottom: 10px !important;
}

@media screen and (max-width: 63.99875em) {
  .p-services .c-hero__item {
    min-width: unset;
    margin: 0 0.3125rem;
  }
  .p-services .c-hero__item:first-child {
    margin: 0 0.3125rem 0 0;
  }
}

.p-services .c-hero__item a {
  width: unset !important;
}

.p-services .c-hero__list {
  -ms-flex-pack: unset;
      justify-content: unset;
}

@media screen and (max-width: 63.99875em) {
  .p-services .c-hero__list {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.p-services .c-hero__link {
  height: 100%;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  padding: 0.5rem 1.5625rem;
}

#sirius_message_list_toolbar,
#sirius_message_view_toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.875rem;
}

#sirius_message_list_toolbar .sirius_message_list_toolbar_div,
#sirius_message_list_toolbar .sirius_message_view_toolbar_div,
#sirius_message_view_toolbar .sirius_message_list_toolbar_div,
#sirius_message_view_toolbar .sirius_message_view_toolbar_div {
  margin-right: 0.9375rem;
  margin-bottom: 0.9375rem;
}

#sirius_message_list_toolbar #sirius_message_list_toolbar_msginfo,
#sirius_message_view_toolbar #sirius_message_list_toolbar_msginfo {
  -ms-flex-order: -1;
      order: -1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#sirius_message_reply_lower_toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#sirius_message_list_toolbar_msgindex_decrease,
#sirius_message_list_toolbar_msgindex_increase,
#sirius_message_reply_toolbar_cancel,
#sirius_message_reply_toolbar_return,
#sirius_message_reply_subject_subject,
#sirius_message_reply_add_attachment_submit,
#sirius_message_reply_lower_toolbar_send,
#sirius_message_reply_lower_toolbar_save {
  margin-right: 0.9375rem;
  margin-bottom: 0.9375rem;
}

input.sirius_message_list_checkbox {
  float: left;
  margin: 0 0.625rem 0 0;
}

.sirius_message_list_from {
  line-height: 1;
}

#sirius_message_view_toolbar_return_link {
  display: -ms-flexbox;
  display: flex;
  padding-left: 1.5625rem;
  margin-right: 1.5625rem;
  position: relative;
}

#sirius_message_view_toolbar_return_link:before {
  content: "";
  background: url(/static/assets/images/icon-arrow-right-blue.svg) no-repeat bottom right;
  background-position-x: 0.3125rem;
  position: absolute;
  left: 0;
  transform: rotate(180deg);
  width: 1.25rem;
  height: 0.6875rem;
  bottom: 0.4375rem;
}

#sirius_messages .sirius_message_view_attachment:last-child {
  margin-bottom: 1.25rem;
}

#sirius_messages_folders {
  margin: 0 0 1.25rem 0;
  padding: 0;
  list-style: none;
}

#sirius_messages_folders li {
  list-style-type: none;
  position: relative;
  padding-left: 1.5625rem;
}

#sirius_messages_folders li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-size: 0.4375rem;
  font-weight: 700;
  color: #004b7a;
  position: absolute;
  top: 0.4375rem;
  left: 0;
}

#sirius_messages_folders li a {
  border-bottom: 0.125rem solid #004b7a;
  padding-bottom: 0.0625rem;
  margin-right: 1.5625rem;
  display: inline;
  position: relative;
}

#sirius_messages_folders li a[href^="http://"]:not([href*="www.sollentuna.se"])::after, #sirius_messages_folders li a[href^="https://"]:not([href*="www.sollentuna.se"])::after {
  content: "\00a0\00a0\f35d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 0.8125rem;
  position: relative;
  color: #004b7a;
  margin-right: -1.25rem;
}

#sirius_message_folders {
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-bottom: 1.875rem;
  margin-left: 0;
}

.sirius_message_folder {
  list-style-type: none;
  position: relative;
  padding-left: 1.5625rem;
}

.sirius_message_folder:first-of-type {
  padding-left: 0;
}

.sirius_message_folder a {
  color: #1B1B1A;
}

.sirius_message_folder a:hover {
  border-bottom: 0.125rem solid #1B1B1A;
}

.sirius_message_folder .sirius_message_folder_link_a_selected {
  border-bottom: 0.125rem solid #1B1B1A;
  font-weight: bold;
}

#sirius_message_lista {
  list-style: none;
  margin-left: 0;
}

.sirius_message_list_row_li {
  border-bottom: 0.125rem solid #E8E8E8;
  margin-bottom: 0.9375rem;
}

.sirius_settings_notify {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.sirius_settings_notify_email_checkbox,
.sirius_settings_notify_sms_checkbox,
.sirius_settings_checkbox {
  float: left;
  margin: 0 0.625rem 0 0;
}

.sirius_message_label {
  font-weight: bold;
}

.sirius_message_list_column.sirius_message_list_column_attachment {
  display: none;
}

.p-sitemap {
  background-image: linear-gradient(to bottom, #F9F9F9, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 4.6875rem;
  padding-top: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .p-sitemap {
    background: none;
    padding-top: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .p-sitemap {
    padding-top: 3.75rem;
  }
}

.p-sitemap__inner {
  -ms-flex-pack: center;
      justify-content: center;
}

.p-sitemap__content {
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .p-sitemap__content {
    width: calc(83.33333% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .p-sitemap__content {
    width: calc(66.66667% - 1.875rem);
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media screen and (max-width: 39.99875em) {
  .p-sitemap .c-page-intro__preamble {
    text-align: left;
  }
}

.p-standard {
  background-image: linear-gradient(to bottom, #F9F9F9, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 4.6875rem;
  padding-top: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .p-standard {
    background: none;
    padding-top: 0;
  }
}

.crisis-web .p-standard__outer {
  -ms-flex-pack: center;
      justify-content: center;
}

.p-standard__inner {
  position: relative;
}

@media print, screen and (min-width: 64em) {
  .p-standard__inner {
    overflow: hidden;
  }
}

.p-isycasemap {
  background-image: linear-gradient(to bottom, #F9F9F9, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 4.6875rem;
  padding-top: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .p-isycasemap {
    background: none;
    padding-top: 0;
  }
}

.crisis-web .p-isycasemap__outer {
  -ms-flex-pack: center;
      justify-content: center;
}

.p-isycasemap__inner {
  position: relative;
}

@media print, screen and (min-width: 40em) {
  .p-isycasemap__inner {
    overflow: hidden;
    max-width: 80rem;
    width: calc(66.66667% - 1.875rem);
    margin-left: auto;
    margin-right: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .p-isycasemap__inner {
    overflow: hidden;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-start__outer:last-of-type {
  border-top: 0.125rem solid #E8E8E8;
}

.p-start__block-area {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .p-start__block-area {
    padding-top: 1.875rem;
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .p-start__block-area {
    padding-top: 3.75rem;
  }
}

.p-custom-error {
  background-image: linear-gradient(to bottom, #F9F9F9, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 100% 4.6875rem;
  padding-top: 1.875rem;
}

@media print, screen and (min-width: 64em) {
  .p-custom-error {
    background: none;
    padding-top: 0;
  }
}

.using-keyboard .p-custom-error a:focus {
  background: no-repeat left center;
  outline: 0.1875rem solid #FBCE20 !important;
}

.p-custom-error header {
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
}

.p-custom-error header img {
  max-width: 90px;
}

.p-custom-error .section-error {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.p-custom-error .container-error {
  background-color: #e7f3fb;
  width: 56.25rem;
  padding: 2.5rem;
}

.p-custom-error .area-heading {
  font-size: 5.625rem;
  font-weight: 600;
  margin-bottom: 3.125rem;
  color: #004b7a;
  text-align: center;
}

/*# sourceMappingURL=maps/app.css.map */
