@charset "UTF-8";
/* =================================================================
Styles for the base templates.
==================================================================== */
:root {
  --bright-red: #da2129;
  --steel: #666666;
  --white-smoke: #F5F5F5;
  --white-bg: #ffffff;
  --grey: #919191;
  --iron-gray: #d8d8d8;
  --dark-grey: #212527;
  --text-light: #ffffff;
  --text-dark: #1A1A1A;
  --dark-bg: #212527;
  --dark-grey-bg: #45494a;
  --light-bg: #ffffff;
  --footer-bg: #ffffff;
  --body-bg: #ffffff;
  --brand-dark-blue: #004267;
  --brand-grey-blue: #ABC2D0;
  --brand-yellow: #FFCD00;
  --brand-teal: #00A7B5;
  --brand-lightest-blue: #F2F5F7;
  --brand-light-blue: #DAE5EB;
}

/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    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: 0;
  -webkit-text-decoration: underline dotted;
          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,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: 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: "avenir-next-lt-pro", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #1A1A1A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
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.9375rem;
  margin: 0 0 1.5rem;
  padding: 0.75rem;
  border: 1px solid #CCD9E1;
  border-radius: 0;
  background-color: #CCD9E1;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #1A1A1A;
  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 #8ca9bb;
  background-color: #fefefe;
  box-shadow: none;
  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;
}

::-moz-placeholder {
  color: #1A1A1A;
}

::placeholder {
  color: #1A1A1A;
}

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

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.75rem;
  margin-right: 1.5rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.75rem;
}

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1.5rem;
  line-height: 1.5;
  padding: 0.8125rem 0;
}

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

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1.5rem;
  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-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-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: flex;
  flex: 0 0 auto;
  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;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  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.75rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #CCD9E1;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.9375rem;
  margin: 0 0 1.5rem;
  padding: 0.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #CCD9E1;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #1A1A1A;
  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 -1.5rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 2.25rem;
  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 #8ca9bb;
  background-color: #fefefe;
  box-shadow: none;
  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;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.form-error {
  display: none;
  margin-top: -0.75rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  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.2;
  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: "avenir-next-lt-pro", 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: #1A1A1A;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: black;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 76.25rem;
  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.2;
}

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 2rem;
  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: 3px solid #1A1A1A;
}
blockquote, blockquote p {
  line-height: 1.2;
  color: #8a8a8a;
}

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

figure {
  margin: 0;
}

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;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.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 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;
    color: black !important;
    -webkit-print-color-adjust: economy;
            print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print, .cover-area-link {
    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.75rem;
  padding-left: 0.75rem;
  max-width: 76.25rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
  }
}
.grid-container.fluid {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  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 {
  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 {
    flex-basis: auto;
  }
}
@media 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 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .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.75rem;
  margin-right: -0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -1.0625rem;
    margin-right: -1.0625rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.5rem);
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.125rem);
    margin-left: 1.0625rem;
    margin-right: 1.0625rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.5rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.5rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.5rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.5rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.5rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.5rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.5rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.5rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.5rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.5rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.5rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.5rem);
}
@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.3333333333% - 2.125rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.125rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.125rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.125rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.125rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2.125rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2.125rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2.125rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2.125rem);
  }
}
@media 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.3333333333% - 2.125rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 2.125rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 2.125rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 2.125rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 2.125rem);
  }
}

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

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

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

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

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

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

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

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

.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.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.5rem);
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.125rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.125rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.125rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.125rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 2.125rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.125rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.125rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.125rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.125rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.125rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2.125rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.125rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2.125rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2.125rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2.125rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2.125rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 2.125rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2.125rem);
  }
}
.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.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .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 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 screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media 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% + 1.5rem / 2);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.5rem / 2);
}

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

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

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

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

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.5rem / 2);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.5rem / 2);
}

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

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

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.5rem / 2);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.5rem / 2);
}

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

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

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.5rem / 2);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.5rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 2.125rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 2.125rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 2.125rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 2.125rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 2.125rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 2.125rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 2.125rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 2.125rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 2.125rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 2.125rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 2.125rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 2.125rem / 2);
  }
}
@media screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 2.125rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 2.125rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 2.125rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 2.125rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 2.125rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 2.125rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 2.125rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 2.125rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 2.125rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 2.125rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 2.125rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 2.125rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: 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 {
  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 {
    flex-basis: auto;
  }
}
@media 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 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

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

.grid-margin-y {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.0625rem;
    margin-bottom: -1.0625rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.5rem);
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.125rem);
    margin-top: 1.0625rem;
    margin-bottom: 1.0625rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.5rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.5rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.5rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.5rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.5rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.5rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.5rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.5rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.5rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.5rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.5rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.5rem);
}
@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.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.125rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.125rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.125rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.125rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.125rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.125rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.125rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.125rem);
  }
}
@media 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.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.125rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.125rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.125rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.125rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  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: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    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 screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    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 {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

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

.grid-margin-y {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.0625rem;
    margin-bottom: -1.0625rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.5rem);
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.125rem);
    margin-top: 1.0625rem;
    margin-bottom: 1.0625rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.5rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.5rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.5rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.5rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.5rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.5rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.5rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.5rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.5rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.5rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.5rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.5rem);
}
@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.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.125rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.125rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.125rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.125rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.125rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.125rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.125rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.125rem);
  }
}
@media 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.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.125rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.125rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.125rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.125rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.125rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.125rem);
  }
}

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

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2.125rem);
  }
}
@media screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2.125rem);
  }
}
.close-button {
  position: absolute;
  z-index: 10;
  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.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.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: "–";
}

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

.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%;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  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 {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  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 {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  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 {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  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.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

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

.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-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  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-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1A1A1A;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1A1A1A transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  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-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1A1A1A 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-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1A1A1A transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1A1A1A;
}
@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-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1A1A1A 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-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1A1A1A transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1A1A1A;
  }
}
@media 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-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1A1A1A 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-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1A1A1A transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1A1A1A;
  }
}
.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-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1A1A1A transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1A1A1A;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
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(0, 0, 0, 0.75);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 2.125rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[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: 76.25rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 76.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 76.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 76.25rem;
  }
}
.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 print, 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;
}

.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: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

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

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

.align-center {
  justify-content: center;
}

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

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

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

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

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

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

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

.align-middle {
  align-items: center;
}

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

.align-stretch {
  align-items: stretch;
}

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

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

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

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, 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 print, 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 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,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

.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;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.header {
  background-color: white;
  border-bottom: 1px solid #CCD9E1;
  max-height: 56px;
  padding: 0 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.header--is-scrolled {
  padding: 0 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.18);
}
.header--is-scrolled .header__logo-image--desktop {
  display: none;
}
.header--is-scrolled .header__logo-image--mobile {
  display: none;
}
.header--is-scrolled .header__logo-image--scrolled {
  display: flex;
}
@media screen and (min-width: 64em) {
  .header {
    height: 58px;
  }
}
.header__grid-dropdown {
  display: none;
  padding: 20px;
  flex-direction: column;
  gap: 16px;
  background-color: white;
  position: absolute;
  left: 20px;
  top: 56px;
  border-bottom: 1px solid #CCD9E1;
  width: 319px;
  box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.08), 4px 4px 8px rgba(0, 0, 0, 0.08);
}
@media print, screen and (max-width: 63.99875em) {
  .header__grid-dropdown {
    border-right: 1px solid #CCD9E1;
  }
}
.header__grid-dropdown--is-active {
  display: flex;
}
.header__grid-dropdown--option {
  display: flex;
  gap: 10px;
  text-decoration: none !important;
}
.header__grid-dropdown--option:hover {
  color: #31A0D2;
}
.header__grid-dropdown--option p {
  margin-bottom: 0px;
  font-weight: 500;
}
.header__grid {
  margin-right: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header__grid--icon {
  display: none;
}
.header__grid--is-active {
  display: block;
}
.header__menu-container {
  display: flex;
}
@media print, screen and (max-width: 63.99875em) {
  .header__menu-container {
    width: 100%;
  }
}
.header__container {
  align-items: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 58px;
  padding: 0 20px !important;
  width: 100% !important;
}
.header__logo {
  margin-right: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__logo-image {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.header__logo-image--desktop {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: none;
}
@media screen and (min-width: 64em) {
  .header__logo-image--desktop {
    display: flex;
  }
}
.header__logo-image--scrolled {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-width: 2.375rem;
  display: none;
}
.header__logo-image--mobile {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
}
@media screen and (min-width: 64em) {
  .header__logo-image--mobile {
    display: none;
  }
}
.header__burger {
  display: none;
}
@media print, screen and (max-width: 63.99875em) {
  .header__burger {
    align-items: center;
    color: #004267;
    cursor: pointer;
    display: flex;
    justify-content: center;
  }
}
.header__burger span {
  font-size: 1.125rem;
  font-weight: 400;
  margin-right: 0.625rem;
}
.header__user-menu {
  display: none;
}
@media screen and (min-width: 64em) {
  .header__user-menu {
    align-items: flex-start;
    display: flex;
    flex: 1;
    justify-content: flex-end;
  }
}
.header__menu {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 64em) {
  .header__menu {
    align-items: center;
    justify-content: flex-start;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .header__menu {
    gap: 20px;
  }
}
.header__menu--mobile {
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  gap: 16px;
}
.header__menu--mobile-search {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mega-menu {
  background-color: #F2F5F7;
  padding: 2.5rem 0;
  display: none;
}
@media print, screen and (min-width: 40em) {
  .mega-menu--is-visible {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.18);
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10005;
  }
}
.mega-menu__container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.mega-menu__col {
  width: 33.33%;
}
.mega-menu__header {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 1.5625rem;
}
.mega-menu__title {
  margin-bottom: 1.125rem;
}
.mega-menu__title a {
  color: #004267;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mega-menu__title a:hover {
  color: #FFCD00;
}
.mega-menu__abstract {
  font-style: italic;
  color: #004267;
  font-size: 0.875rem;
}
.mega-menu__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 13px;
  flex-direction: column;
  flex-wrap: wrap;
}
.mega-menu__menu-link {
  color: #004267;
  padding: 0 0 0.3125rem 0;
  margin: 0;
  text-decoration: none;
  position: relative;
  transition: color 0.25s ease-in-out;
  display: inline-block;
}
.mega-menu__menu-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #FFCD00;
  transition: width 0.25s ease-in-out;
}
.mega-menu__menu-link:hover {
  color: #FFCD00;
}
.mega-menu__menu-link:hover::after {
  width: 100%;
}

.desktop-menu {
  align-items: center;
  display: flex;
  height: 3.125rem;
  gap: 1.25rem;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media all and (max-width: 1280px) {
  .desktop-menu {
    gap: 1.25rem;
  }
}
@media all and (max-width: 1110px) {
  .desktop-menu {
    gap: 0.625rem;
  }
}
.desktop-menu--is-hidden {
  transform: translateX(-100%);
  opacity: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .desktop-menu {
    display: none;
  }
}
.desktop-menu__user-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding-bottom: 20px;
}
.desktop-menu__user-email {
  font-size: 0.875rem;
  margin-bottom: 0px !important;
}
.desktop-menu__active {
  display: block !important;
}
.desktop-menu__dropdown {
  position: absolute;
  width: 320px;
  right: 20px;
  padding: 28px 30px 20px 20px;
  margin-left: 0px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  top: 56px;
}
.desktop-menu__dropdown .desktop-menu__user-item,
.desktop-menu__dropdown .desktop-menu__item {
  list-style: none;
}
.desktop-menu__dropdown .desktop-menu__link {
  justify-content: left !important;
  gap: 8px;
  color: black;
  font-weight: 400;
}
.desktop-menu__dropdown .desktop-menu__link::after {
  display: none;
}
.desktop-menu__initials {
  width: 56px !important;
  height: 56px !important;
  font-size: 1.625rem !important;
}
.desktop-menu__name {
  font-size: 1.125rem;
  color: #004267;
  font-weight: 600;
  margin-bottom: 0px;
}
.desktop-menu__item {
  position: relative;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.desktop-menu__item--hidden {
  transform: translateX(-100%);
  opacity: 0;
  width: 0;
}
.desktop-menu__item--is-search {
  transform: translateX(100%);
  opacity: 0;
}
.desktop-menu__item--is-search-active {
  transform: translateX(0);
  opacity: 1;
}
.desktop-menu__item--has-children .desktop-menu {
  display: none;
}
.desktop-menu__item--has-children:hover .desktop-menu {
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  gap: 0;
  right: 0px;
  padding: 28px 20px 20px;
  position: absolute;
  top: 49px;
  z-index: 1000;
  height: initial;
  width: 320px;
}
.desktop-menu__item--has-children:hover .desktop-menu > .desktop-menu__item {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.desktop-menu__item--has-children:hover .desktop-menu > .desktop-menu__item--has-children .desktop-menu {
  display: none;
}
.desktop-menu__item--has-children:hover .desktop-menu > .desktop-menu__item--has-children:hover .desktop-menu {
  display: flex;
  top: 0;
  left: 100%;
}
.desktop-menu__item--has-children:hover .desktop-menu .desktop-menu__link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: black;
  font-weight: 400;
  justify-content: flex-start;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.desktop-menu__item--has-children:hover .desktop-menu .desktop-menu__link:hover, .desktop-menu__item--has-children:hover .desktop-menu .desktop-menu__link--is-active {
  color: #31A0D2;
}
.desktop-menu__item--has-children:hover .desktop-menu .desktop-menu__link:hover::after, .desktop-menu__item--has-children:hover .desktop-menu .desktop-menu__link--is-active::after {
  display: none;
}
.desktop-menu__item--has-children img,
.desktop-menu__item--has-children svg {
  stroke: #004267;
}
.desktop-menu__item--has-icon img,
.desktop-menu__item--has-icon svg {
  transition: all 0.25s ease-in-out;
}
.desktop-menu__item--has-icon .desktop-menu__link:hover img,
.desktop-menu__item--has-icon .desktop-menu__link:hover svg {
  stroke: #31A0D2;
}
.desktop-menu__item--has-icon .desktop-menu__link:hover::after {
  display: none;
}
.desktop-menu__item--notifications {
  position: relative;
  display: inline-block;
  padding: 0.625rem 0 0.625rem 0;
}
.desktop-menu__item--active {
  color: #31A0D2;
}
.desktop-menu__item .desktop-menu__link {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.desktop-menu__link {
  color: #004267;
  text-decoration: none;
  padding: 0.625rem 0 0.625rem 0;
  position: relative;
  transition: color 0.25s ease-in-out;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
}
.desktop-menu__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #31A0D2;
  transition: width 0.25s ease-in-out;
}
.desktop-menu__link:hover, .desktop-menu__link--is-active {
  color: #31A0D2;
}
.desktop-menu__link:hover::after {
  width: 100%;
}
.desktop-menu__expand-arrow {
  display: inline-block;
}
.desktop-menu__collapse-arrow {
  display: none;
}

.profile-picture-initials {
  background-color: #004267;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  padding: 4px;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.notification-badge {
  position: absolute;
  bottom: 10px;
  right: -5px;
  background-color: #FFDD00;
  color: black;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 1.25rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
}

#initial-menu,
#initial-menu-mobile {
  display: none;
}

.mobile-nav {
  background-color: #004267;
  flex-direction: column;
  height: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  width: 95%;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
  z-index: 10000;
}
.mobile-nav--is-open {
  display: flex;
  transform: translateX(0);
  opacity: 1;
}
.mobile-nav__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.75rem;
  padding: 1.25rem 1.875rem 0 1.875rem;
}
.mobile-nav__left {
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-nav__right {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.mobile-nav__search {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 0.3125rem;
  margin-right: 0.9375rem;
  width: 25%;
}
.mobile-nav__burger {
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.mobile-nav__burger span {
  font-size: 1.125rem;
  font-weight: 400;
  margin-right: 0.625rem;
}
.mobile-nav__link {
  position: relative;
}
.mobile-nav__footer {
  padding: 0.625rem 0;
  margin-top: auto;
}
.mobile-nav__footer .mobile-menu {
  height: initial;
}
.mobile-nav__social {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0 1.875rem;
}
.mobile-nav__social-item {
  align-items: center;
  display: flex;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}
.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 43, 71, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 10000;
}

.mobile-nav-overlay--is-visible {
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  align-items: flex-start;
  background-color: #004267;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0 1.875rem 0.625rem 1.875rem;
  position: relative;
  overflow-x: hidden;
  height: 100%;
}
.mobile-menu__item {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%;
}
.mobile-menu__item--has-children {
  position: relative;
}
.mobile-menu__item--has-children .mobile-menu {
  display: none;
  height: 80vh;
  overflow-y: scroll;
  padding: 0;
  position: absolute;
  top: -3.125rem;
  width: 100%;
  z-index: 10000;
  transform: translateX(100%);
  opacity: 0;
  background-color: transparent;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mobile-menu__item--has-children .mobile-menu--submenu-is-open {
  display: flex;
  flex-direction: column;
  transform: translateX(0);
  opacity: 1;
  background-color: #004267;
}
.mobile-menu__item--has-children .mobile-menu__link span {
  margin-right: auto;
}
.mobile-menu__item--has-children .mobile-menu__link svg,
.mobile-menu__item--has-children .mobile-menu__link img {
  margin-left: auto;
}
.mobile-menu__item .mobile-menu__link {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-weight: 400;
  font-size: 1.3125rem;
  padding-bottom: 1.75rem;
  text-decoration: none;
  width: 100%;
}
.mobile-menu__item .mobile-menu__link span {
  color: #ffffff;
}
.mobile-menu__item--has-icon .mobile-menu__link {
  font-size: 1rem;
}
.mobile-menu__item--has-icon .mobile-menu__link svg,
.mobile-menu__item--has-icon .mobile-menu__link img {
  margin-left: 0;
  margin-right: 0.9375rem;
}

.desktop-search-box {
  display: none;
  background: #ebebeb;
  height: 70px;
  padding: 10px;
  color: #ffffff;
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 1;
  width: 460px;
}
.sticky--short .desktop-search-box {
  top: 35px;
}
.desktop-search-box__content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 50px;
  top: 10px;
  padding-right: 60px;
  background: white;
}
.desktop-search-box__submit {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  background: url(/images//icons/search-icon-dark.svg) no-repeat center;
  background-size: contain;
  transition: opacity 200ms;
  overflow: hidden;
  border: 12.5px solid transparent;
  width: 55px;
}
.desktop-search-box__submit:hover, .desktop-search-box__submit:active {
  opacity: 0.8;
}
.desktop-search-box__input {
  margin: 0;
  border: 0;
  padding: 10px;
  text-align: left;
  font-size: 1rem;
  color: #1A1A1A;
  background: white !important;
  height: 100%;
}
.desktop-search-box__input:focus {
  border: 0;
  background: transparent;
}
.desktop-search-box__input::-webkit-input-placeholder {
  color: #1A1A1A;
}
.desktop-search-box__input:-moz-placeholder { /* Firefox 18- */
  color: #1A1A1A;
}
.desktop-search-box__input::-moz-placeholder { /* Firefox 19+ */
  color: #1A1A1A;
}
.desktop-search-box__input:-ms-input-placeholder {
  color: #1A1A1A;
}
.desktop-search-box__close-btn {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 18px;
  right: 8px;
  text-indent: -1000px;
  overflow: hidden;
  text-align: left;
  background: url(/images/icons/cross-dark.svg) no-repeat;
  background-size: contain;
  transition: opacity 200ms;
  border: 5px solid transparent;
}
.desktop-search-box__close-btn:active, .desktop-search-box__close-btn:hover {
  opacity: 0.8;
}

.mobile-search {
  background-color: #003C62;
  flex-direction: column;
  height: 12.5rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
  z-index: 10001;
}
.mobile-search--is-open {
  display: flex;
  transform: translateY(0);
  opacity: 1;
}
.mobile-search__header {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 3.75rem;
  padding: 1.25rem 1.875rem 0 1.875rem;
}
.mobile-search__left {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  width: 50%;
}
.mobile-search__right {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.mobile-search__logo {
  width: 50%;
}
.mobile-search__logo svg {
  max-height: 20px;
  max-width: 50px;
}
.mobile-search__burger {
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.mobile-search__burger span {
  font-size: 1.125rem;
  font-weight: 400;
  margin-right: 0.625rem;
}
.mobile-search__form {
  padding: 0 1.875rem 0.625rem 1.875rem;
}

.mobile-search-form__group {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.mobile-search-form input[type=text].mobile-search-form__input {
  background-color: transparent;
  border-bottom: 2px solid #ffffff;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 33.89px;
  margin: 0 0 10px 0;
  padding: 0 0 20px 0;
}
.mobile-search-form input[type=text].mobile-search-form__input::-moz-placeholder {
  color: #ffffff;
}
.mobile-search-form input[type=text].mobile-search-form__input::placeholder {
  color: #ffffff;
}
.mobile-search-form input[type=text].mobile-search-form__input:focus {
  background-color: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
}

/* ====================================================
Changes to a cross when opened
======================================================= */
.animated-menu-icon {
  width: 31px;
  height: 22px;
  padding: 3px;
  outline: none;
}
.animated-menu-icon__top, .animated-menu-icon__middle, .animated-menu-icon__bottom {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #1A1A1A;
  transition: transform 200ms ease, top 200ms ease 200ms, bottom 200ms ease 200ms, opacity 200ms;
  border-radius: 2px;
}
.animated-menu-icon__top {
  top: 3px;
}
.animated-menu-icon__middle {
  top: 10px;
}
.animated-menu-icon__bottom {
  bottom: 3px;
}
.animated-menu-icon--active .animated-menu-icon__top, .animated-menu-icon:active .animated-menu-icon__top {
  transform: rotate(45deg);
  top: 10px;
  transition: transform 200ms ease 200ms, top 200ms ease;
}
.animated-menu-icon--active .animated-menu-icon__middle, .animated-menu-icon:active .animated-menu-icon__middle {
  opacity: 0;
}
.animated-menu-icon--active .animated-menu-icon__bottom, .animated-menu-icon:active .animated-menu-icon__bottom {
  transform: rotate(-45deg);
  bottom: 10px;
  transition: transform 200ms ease 200ms, bottom 200ms ease;
}

.footer {
  background-color: #F2F5F7;
  border-top: 1px solid #CCD9E1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
}
@media screen and (min-width: 64em) {
  .footer {
    padding: 2.5rem 0;
  }
}
.footer__container {
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .footer__container {
    flex-direction: row;
  }
}
.footer__menu {
  flex: 1;
}
.footer__social-icons {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .footer__social-icons {
    justify-content: flex-end;
    width: 20%;
  }
}
.footer__social {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 64em) {
  .footer__social {
    justify-content: flex-start;
    flex-direction: row;
  }
}
.footer__social-item {
  align-items: center;
  display: flex;
  height: 1.25rem;
  justify-content: center;
  width: 1.25rem;
}
.footer__copyright {
  margin-top: 1.125rem;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .footer__copyright {
    text-align: left;
    margin-top: 0.625rem;
  }
}
.footer__copyright p {
  margin-bottom: 0px;
}
@media screen and (min-width: 64em) {
  .footer__copyright p {
    padding-left: 1.75rem;
  }
}
.footer__copyright a {
  color: rgba(0, 66, 103, 0.5);
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.footer-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 16px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 64em) {
  .footer-menu {
    gap: initial;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: initial;
    display: flex;
    gap: 0px;
  }
}
@media screen and (min-width: 64em) {
  .footer-menu__item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
}
@media screen and (min-width: 64em) and (max-width: 63.99875em) {
  .footer-menu__item:after {
    content: "";
    height: 1.8125rem;
    background-color: #004267;
    width: 1px;
    position: absolute;
    transform: translate(-50%, 50%) rotate(90deg);
    top: 50%;
    left: 50%;
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  .footer-menu__item:after {
    content: "";
    height: 1.75rem;
    background-color: #004267;
    width: 1px;
  }
}
@media screen and (min-width: 64em) {
  .footer-menu__item:last-of-type:after {
    display: none;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .footer-menu__item:first-of-type:after {
    transform: translate(-50%, 75%) rotate(90deg);
  }
}
.footer-menu__link {
  text-decoration: none;
  color: #004267;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .footer-menu__link {
    text-align: left;
    display: flex;
    padding: 0 1.75rem;
    align-items: center;
    justify-content: center;
  }
}

h1, h2, h3, h4, h5, h6 {
  color: #1A1A1A;
  font-weight: normal;
  line-height: 1.2em;
}
.wrapper--dark h1, .wrapper--darkGrey h1, .wrapper--dark h2, .wrapper--darkGrey h2, .wrapper--dark h3, .wrapper--darkGrey h3, .wrapper--dark h4, .wrapper--darkGrey h4, .wrapper--dark h5, .wrapper--darkGrey h5, .wrapper--dark h6, .wrapper--darkGrey h6 {
  color: #ffffff;
}
@media print, screen and (min-width: 40em) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 3rem;
    line-height: 1.6;
  }
}

h1, h2, h3 {
  line-height: 1.2;
  margin-bottom: 0.5em;
}
h1 {
  color: #004267;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
  letter-spacing: 0.64px;
}
@media print, screen and (min-width: 40em) {
  h1 {
    color: #004267;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 44px */
  }
}

h2 {
  color: #004267;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 24.2px */
}
@media print, screen and (min-width: 40em) {
  h2 {
    color: #004267;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 35.2px */
  }
}

h3 {
  color: #004267;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
}
@media print, screen and (min-width: 40em) {
  h3 {
    color: #004267;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
  }
}

h4 {
  color: #004267;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
}
@media print, screen and (min-width: 40em) {
  h4 {
    color: #004267;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 26.4px */
  }
}

h5 {
  color: #004267;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
}
@media print, screen and (min-width: 40em) {
  h5 {
    color: #004267;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
  }
}

h6 {
  color: #004267;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
@media print, screen and (min-width: 40em) {
  h6 {
    color: #004267;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
  }
}

a,
a:visited {
  font-family: inherit;
  text-decoration: underline;
  transition: color 200ms;
}

a:not([href]) {
  cursor: default;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
}

hr {
  border-color: #dddddd;
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

p {
  line-height: inherit;
  font-size: inherit;
}

.auth__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .auth__container {
    height: 100%;
    height: 100vh;
    height: -webkit-fill-available;
    height: 100dvh;
  }
}
.auth__back-button {
  margin: 15px auto 5px auto;
  width: 100%;
}
.auth__back-button a {
  border-color: #CCD9E1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .auth__back-button {
    position: fixed;
    top: 30px;
    left: 30px;
    margin: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.auth__heading {
  color: #004267;
  font-size: 2.5rem;
  font-weight: 500;
}
.auth__subheading {
  color: #1A1A1A;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}
.auth__subheading a {
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.auth__subheading a:hover {
  color: #31A0D2;
}
.auth__logo-device {
  margin-bottom: 0.9375rem;
}
.auth__content {
  background-color: #F2F5F7;
  padding: 2rem;
}
@media print, screen and (min-width: 40em) {
  .auth__content {
    width: 28.125rem;
  }
}
.auth__form {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.auth__form form {
  width: 100%;
}
.auth__form label {
  color: #004267;
  font-size: 0.875rem;
}
.auth__form input[type=text],
.auth__form input[type=password],
.auth__form input[type=email] {
  background-color: #fefefe;
  margin-bottom: 1.75rem;
  width: 100%;
}
.auth__form input[type=submit] {
  margin-bottom: 1.0625rem;
  margin-top: 0;
}
.auth__footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.auth__footer p a {
  color: #004267;
  font-size: 1rem;
  font-weight: 400;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.auth__footer p a:hover {
  color: #31A0D2;
}
.auth__footer p small {
  color: #004267;
  font-size: 0.75rem;
  font-weight: 400;
}
.auth__footer p small a {
  color: #004267;
  font-size: 0.75rem;
  font-weight: 700;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.auth__footer p small a:hover {
  color: #31A0D2;
}

.form {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.form__group {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .form__group {
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
}
.form__group--half {
  width: 100%;
  margin-left: 0;
}
@media screen and (min-width: 64em) {
  .form__group--half {
    margin-left: 0.625rem;
    width: calc(50% - 1.25rem);
  }
}
.form__group--thirds {
  width: 100%;
  margin-left: 0;
}
@media screen and (min-width: 64em) {
  .form__group--thirds {
    margin-left: 0.625rem;
    width: 33.33%;
  }
}
.form__group--checkbox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.form__group--checkbox .form__label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.form__group--checkbox .form__label span {
  width: 95%;
}
.form__group--checkbox .form__checkbox {
  flex: 1;
  min-width: 1.375rem;
}
.form__submit .button {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 64em) {
  .form__submit .button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.form__errors {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.form__errors .errors {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.form__errors .errors li {
  align-items: center;
  background-color: #CD0000;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  padding: 0.625rem;
  text-decoration: none;
  width: 100%;
}
.form__label {
  color: #004267;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  margin-bottom: 0.625rem;
}
.form__input,
.form input[type=text],
.form input[type=email],
.form input[type=date],
.form input[type=time],
.form input[type=tel],
.form input[type=number],
.form textarea {
  background-color: #fefefe;
  border-bottom: 1px solid #ABC2D0;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  color: #004267;
  font-size: 1rem;
  margin-bottom: 0;
  width: 100%;
}
.form__input:hover, .form__input:focus, .form__input:active,
.form input[type=text]:hover,
.form input[type=text]:focus,
.form input[type=text]:active,
.form input[type=email]:hover,
.form input[type=email]:focus,
.form input[type=email]:active,
.form input[type=date]:hover,
.form input[type=date]:focus,
.form input[type=date]:active,
.form input[type=time]:hover,
.form input[type=time]:focus,
.form input[type=time]:active,
.form input[type=tel]:hover,
.form input[type=tel]:focus,
.form input[type=tel]:active,
.form input[type=number]:hover,
.form input[type=number]:focus,
.form input[type=number]:active,
.form textarea:hover,
.form textarea:focus,
.form textarea:active {
  background-color: #fefefe;
  border-bottom: 1px solid #ABC2D0;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  width: 100%;
}
.form__input::-moz-placeholder, .form input[type=text]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=date]::-moz-placeholder, .form input[type=time]::-moz-placeholder, .form input[type=tel]::-moz-placeholder, .form input[type=number]::-moz-placeholder, .form textarea::-moz-placeholder {
  opacity: 0.75;
  color: #ABC2D0;
}
.form__input::placeholder,
.form input[type=text]::placeholder,
.form input[type=email]::placeholder,
.form input[type=date]::placeholder,
.form input[type=time]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=number]::placeholder,
.form textarea::placeholder {
  opacity: 0.75;
  color: #ABC2D0;
}
.form__select,
.form select,
.form tags {
  background-color: #fefefe;
  border-bottom: 1px solid #ABC2D0;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  color: #004267;
  font-size: 1rem;
  margin-bottom: 0;
  padding: 12px 30px 12px 12px !important;
  width: 100%;
}
.form__select:hover, .form__select:focus, .form__select:active,
.form select:hover,
.form select:focus,
.form select:active,
.form tags:hover,
.form tags:focus,
.form tags:active {
  background-color: #fefefe;
  border-bottom: 1px solid #ABC2D0;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  width: 100%;
}
.form__select::-moz-placeholder, .form select::-moz-placeholder, .form tags::-moz-placeholder {
  opacity: 0.75;
  color: #ABC2D0;
}
.form__select::placeholder,
.form select::placeholder,
.form tags::placeholder {
  opacity: 0.75;
  color: #ABC2D0;
}
.form__checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fefefe;
  border: 1px solid #ABC2D0;
  height: 1.375rem;
  width: 1.375rem;
  border-radius: 0.25rem;
  margin: 0;
}
.form__checkbox:checked {
  position: relative;
  border: 1px solid #004267;
  background-color: #004267;
}
.form__checkbox:checked:before {
  content: "";
  background: url(/images/icons/checkbox-tick-yellow.svg);
  display: block;
  width: 15px;
  height: 15px;
  background-size: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* =============================================================

    Tables v1.0
    Simple table styling by Chris Ferdinandi.
    http://gomakethings.com

    Adapted from Twitter Bootstrap.
    http://twitter.github.com/bootstrap/

    Licensed under the Apache License v2.0
    http://www.apache.org/licenses/LICENSE-2.0

 * ============================================================= */
/* =============================================================
    TABLES
    Table styling.
 * ============================================================= */
/*  Removes default browser settings
 *  and evens out inconsistencies. */
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/*  Sets table width to 100%.
 *  Adds bottom-margin. */
.table {
  width: 100%;
  margin-bottom: 1.529411765em;
}

/*  Adds table cell padding,
 *  aligns text to the left,
 *  and adds a top border to each cell. */
.table th,
.table td {
  padding: 0.470588235em;
  text-align: left;
  border-top: 0.071428571em solid #b8b8b8;
}

/*  Sets table header font-weight to bold.
 *  Aligns table header text to the bottom of each cell. */
.table th {
  font-weight: bold;
  vertical-align: bottom;
}

/*  Aligns cell text to the top of each cell. */
.table td {
  vertical-align: top;
}

/*  Removes the border-top from the first row. */
.table thead:first-child tr th,
.table thead:first-child tr td {
  border-top: 0;
}

/*  Adds border-top between two table-body sections. */
.table tbody + tbody {
  border-top: 0.142857143em solid #b8b8b8;
}

/*  Reduces cell padding */
.table-condensed th,
.table-condensed td {
  padding: 0.294117647em;
}

/* Adds borders and border-radius. */
.table-bordered {
  border: 0.071428571em solid #b8b8b8;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-radius: 0.470588235em;
}

.table-bordered th + th,
.table-bordered td + td,
.table-bordered th + td,
.table-bordered td + th {
  border-left: 0.071428571em solid #b8b8b8;
}

.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  border-radius: 0.470588235em 0 0 0;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  border-radius: 0 0.470588235em 0 0;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  border-radius: 0 0 0 0.470588235em;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  border-radius: 0 0 0.470588235em 0;
}

/* ================================================
Global classes that might be used anywhere
=================================================== */
.text-center {
  text-align: center;
}

.no-margin {
  margin: 0 !important;
}

.large-text {
  font-size: 1.125rem;
  line-height: 1.4;
}
@media print, screen and (min-width: 40em) {
  .large-text {
    font-size: 1.75rem;
  }
}

.no-decoration {
  text-decoration: none;
}

.no-wrap {
  white-space: nowrap;
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.margin-bottom {
  margin-bottom: 1rem;
}

.cover {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contain {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #DAE5EB;
}
@media screen and (min-width: 64em) {
  .contain {
    padding: 40px 0;
  }
}

.cover-area-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  text-indent: -99999px;
  overflow: hidden;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}

@media print, screen and (max-width: 39.99875em) {
  .fullwidth-on-small,
  .button.fullwidth-on-small {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 40em) {
  .fullwidth-on-small,
  .button.fullwidth-on-small {
    min-width: 240px;
  }
}

.remove-last:last-child {
  display: none;
}

img:not(.lazy):before {
  content: "Image not found";
  display: block;
  background: #f5f5f5;
  padding: 10px;
}

.tint {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #212527;
  z-index: 1;
}

.small-centered {
  margin: auto;
}

@media print, screen and (min-width: 40em) {
  .medium-centered {
    margin: auto;
  }
}

@media screen and (min-width: 64em) {
  .large-centered {
    margin: auto;
  }
}

/* ================================================================
A coloured area for giving consistent top & bottom padding to
components - white by default
=================================================================== */
.wrapper {
  padding: 2.5rem 0 2.5rem;
  text-align: center;
  position: relative;
  background: #fff;
}
@media print, screen and (min-width: 40em) {
  .wrapper {
    padding: 4.375rem 0 5rem;
  }
}
.wrapper p,
.wrapper li,
.wrapper .copy__abstract,
.wrapper .copy__abstract p {
  color: inherit;
}
@media print, screen and (min-width: 40em) {
  .wrapper--even-padding {
    padding-top: 5rem;
  }
}
.wrapper--light {
  background-color: #DAE5EB;
}
.wrapper--dark {
  background: #212527;
  color: #ffffff;
}
.wrapper--darkGrey {
  background: #45494a;
  color: #ffffff;
}
.wrapper--lightGrey {
  background: #f5f5f5;
  color: #1A1A1A;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  height: 100%;
  min-height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
body.menu-open {
  overflow: hidden;
}

html, body {
  height: 100%;
  margin: 0;
}

body.has-sticky {
  padding-top: 56px;
}
@media screen and (min-width: 64em) {
  body.has-sticky {
    padding-top: 58px;
  }
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
  border: none;
}

[class*=__container] {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}
@media print, screen and (min-width: 40em) {
  [class*=__container] {
    width: 95%;
  }
}

.grid--1 {
  /* autoprefixer: off */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .grid--1 {
    /* autoprefixer: off */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .grid--1 {
    /* autoprefixer: off */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .grid--1 {
    /* autoprefixer: off */
    grid-template-columns: 1fr;
  }
}

[data-grid-columns="1"] {
  /* autoprefixer: off */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(1, 1fr);
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  [data-grid-columns="1"] {
    /* autoprefixer: off */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  [data-grid-columns="1"] {
    /* autoprefixer: off */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  [data-grid-columns="1"] {
    /* autoprefixer: off */
    grid-template-columns: 1fr;
  }
}

[data-grid-colspan="1"] {
  grid-column: 1 span;
}

.grid--2 {
  /* autoprefixer: off */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .grid--2 {
    /* autoprefixer: off */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .grid--2 {
    /* autoprefixer: off */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .grid--2 {
    /* autoprefixer: off */
    grid-template-columns: 1fr;
  }
}

[data-grid-columns="2"] {
  /* autoprefixer: off */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  [data-grid-columns="2"] {
    /* autoprefixer: off */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  [data-grid-columns="2"] {
    /* autoprefixer: off */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  [data-grid-columns="2"] {
    /* autoprefixer: off */
    grid-template-columns: 1fr;
  }
}

[data-grid-colspan="2"] {
  grid-column: 2 span;
}

.grid--3 {
  /* autoprefixer: off */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .grid--3 {
    /* autoprefixer: off */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .grid--3 {
    /* autoprefixer: off */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .grid--3 {
    /* autoprefixer: off */
    grid-template-columns: 1fr;
  }
}

[data-grid-columns="3"] {
  /* autoprefixer: off */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  [data-grid-columns="3"] {
    /* autoprefixer: off */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  [data-grid-columns="3"] {
    /* autoprefixer: off */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  [data-grid-columns="3"] {
    /* autoprefixer: off */
    grid-template-columns: 1fr;
  }
}

[data-grid-colspan="3"] {
  grid-column: 3 span;
}

.grid--4 {
  /* autoprefixer: off */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .grid--4 {
    /* autoprefixer: off */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .grid--4 {
    /* autoprefixer: off */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .grid--4 {
    /* autoprefixer: off */
    grid-template-columns: 1fr;
  }
}

[data-grid-columns="4"] {
  /* autoprefixer: off */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  [data-grid-columns="4"] {
    /* autoprefixer: off */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  [data-grid-columns="4"] {
    /* autoprefixer: off */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  [data-grid-columns="4"] {
    /* autoprefixer: off */
    grid-template-columns: 1fr;
  }
}

[data-grid-colspan="4"] {
  grid-column: 4 span;
}

.grid--5 {
  /* autoprefixer: off */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .grid--5 {
    /* autoprefixer: off */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .grid--5 {
    /* autoprefixer: off */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .grid--5 {
    /* autoprefixer: off */
    grid-template-columns: 1fr;
  }
}

[data-grid-columns="5"] {
  /* autoprefixer: off */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(5, 1fr);
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  [data-grid-columns="5"] {
    /* autoprefixer: off */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  [data-grid-columns="5"] {
    /* autoprefixer: off */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  [data-grid-columns="5"] {
    /* autoprefixer: off */
    grid-template-columns: 1fr;
  }
}

[data-grid-colspan="5"] {
  grid-column: 5 span;
}

.grid--6 {
  /* autoprefixer: off */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(6, 1fr);
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .grid--6 {
    /* autoprefixer: off */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .grid--6 {
    /* autoprefixer: off */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .grid--6 {
    /* autoprefixer: off */
    grid-template-columns: 1fr;
  }
}

[data-grid-columns="6"] {
  /* autoprefixer: off */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(6, 1fr);
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  [data-grid-columns="6"] {
    /* autoprefixer: off */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  [data-grid-columns="6"] {
    /* autoprefixer: off */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  [data-grid-columns="6"] {
    /* autoprefixer: off */
    grid-template-columns: 1fr;
  }
}

[data-grid-colspan="6"] {
  grid-column: 6 span;
}

.grid--7 {
  /* autoprefixer: off */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(7, 1fr);
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .grid--7 {
    /* autoprefixer: off */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .grid--7 {
    /* autoprefixer: off */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .grid--7 {
    /* autoprefixer: off */
    grid-template-columns: 1fr;
  }
}

[data-grid-columns="7"] {
  /* autoprefixer: off */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(7, 1fr);
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  [data-grid-columns="7"] {
    /* autoprefixer: off */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  [data-grid-columns="7"] {
    /* autoprefixer: off */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  [data-grid-columns="7"] {
    /* autoprefixer: off */
    grid-template-columns: 1fr;
  }
}

[data-grid-colspan="7"] {
  grid-column: 7 span;
}

.grid--8 {
  /* autoprefixer: off */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(8, 1fr);
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .grid--8 {
    /* autoprefixer: off */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .grid--8 {
    /* autoprefixer: off */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .grid--8 {
    /* autoprefixer: off */
    grid-template-columns: 1fr;
  }
}

[data-grid-columns="8"] {
  /* autoprefixer: off */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(8, 1fr);
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  [data-grid-columns="8"] {
    /* autoprefixer: off */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  [data-grid-columns="8"] {
    /* autoprefixer: off */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  [data-grid-columns="8"] {
    /* autoprefixer: off */
    grid-template-columns: 1fr;
  }
}

[data-grid-colspan="8"] {
  grid-column: 8 span;
}

.grid--9 {
  /* autoprefixer: off */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(9, 1fr);
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .grid--9 {
    /* autoprefixer: off */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .grid--9 {
    /* autoprefixer: off */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .grid--9 {
    /* autoprefixer: off */
    grid-template-columns: 1fr;
  }
}

[data-grid-columns="9"] {
  /* autoprefixer: off */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(9, 1fr);
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  [data-grid-columns="9"] {
    /* autoprefixer: off */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  [data-grid-columns="9"] {
    /* autoprefixer: off */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  [data-grid-columns="9"] {
    /* autoprefixer: off */
    grid-template-columns: 1fr;
  }
}

[data-grid-colspan="9"] {
  grid-column: 9 span;
}

.grid--10 {
  /* autoprefixer: off */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(10, 1fr);
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .grid--10 {
    /* autoprefixer: off */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .grid--10 {
    /* autoprefixer: off */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .grid--10 {
    /* autoprefixer: off */
    grid-template-columns: 1fr;
  }
}

[data-grid-columns="10"] {
  /* autoprefixer: off */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(10, 1fr);
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  [data-grid-columns="10"] {
    /* autoprefixer: off */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  [data-grid-columns="10"] {
    /* autoprefixer: off */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  [data-grid-columns="10"] {
    /* autoprefixer: off */
    grid-template-columns: 1fr;
  }
}

[data-grid-colspan="10"] {
  grid-column: 10 span;
}

.grid--11 {
  /* autoprefixer: off */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(11, 1fr);
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .grid--11 {
    /* autoprefixer: off */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .grid--11 {
    /* autoprefixer: off */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .grid--11 {
    /* autoprefixer: off */
    grid-template-columns: 1fr;
  }
}

[data-grid-columns="11"] {
  /* autoprefixer: off */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(11, 1fr);
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  [data-grid-columns="11"] {
    /* autoprefixer: off */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  [data-grid-columns="11"] {
    /* autoprefixer: off */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  [data-grid-columns="11"] {
    /* autoprefixer: off */
    grid-template-columns: 1fr;
  }
}

[data-grid-colspan="11"] {
  grid-column: 11 span;
}

.grid--12 {
  /* autoprefixer: off */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(12, 1fr);
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .grid--12 {
    /* autoprefixer: off */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .grid--12 {
    /* autoprefixer: off */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  .grid--12 {
    /* autoprefixer: off */
    grid-template-columns: 1fr;
  }
}

[data-grid-columns="12"] {
  /* autoprefixer: off */
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(12, 1fr);
  margin: 1rem 0;
  width: 100%;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  [data-grid-columns="12"] {
    /* autoprefixer: off */
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  [data-grid-columns="12"] {
    /* autoprefixer: off */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (max-width: 39.99875em) {
  [data-grid-columns="12"] {
    /* autoprefixer: off */
    grid-template-columns: 1fr;
  }
}

[data-grid-colspan="12"] {
  grid-column: 12 span;
}

::-moz-selection {
  background: #004876;
  color: #fefefe;
}

::selection {
  background: #004876;
  color: #fefefe;
}

#container {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 58px);
}

.main-content {
  flex: 1;
}

.breadcrumbs {
  background-color: #fefefe;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #CCD9E1;
}
@media print, screen and (max-width: 39.99875em) {
  .breadcrumbs {
    border-bottom: 0px;
  }
}
@media screen and (min-width: 64em) {
  .breadcrumbs {
    align-items: center;
    justify-content: center;
    min-height: 3.5rem;
    flex-direction: row;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .breadcrumbs__container {
    margin: 0px !important;
    width: 100% !important;
  }
}
.breadcrumbs__crumbs {
  display: flex;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 20px;
  border-bottom: 0px;
}
@media print, screen and (max-width: 39.99875em) {
  .breadcrumbs__crumbs {
    position: fixed;
    top: 55px;
    background-color: white;
    padding-bottom: 16px;
    border-bottom: 1px solid #CCD9E1 !important;
  }
}
@media screen and (min-width: 64em) {
  .breadcrumbs__crumbs {
    align-items: center;
    padding-top: 20px;
    flex: 1;
    justify-content: flex-start;
    margin-bottom: 0;
    min-width: 70%;
  }
}
.breadcrumbs__crumbs ul li:last-of-type span {
  color: #004267;
  font-weight: 600;
}
.breadcrumbs__extra {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 1.25rem;
}
.breadcrumbs__extra:empty {
  display: none;
}
@media print, screen and (max-width: 63.99875em) {
  .breadcrumbs__extra {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 64em) {
  .breadcrumbs__extra {
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 0;
    width: 30%;
  }
}

.crumbs {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
}
@media print, screen and (max-width: 39.99875em) {
  .crumbs {
    margin-top: 16px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .crumbs {
    margin-top: 20px;
  }
}
@media screen and (min-width: 64em) {
  .crumbs {
    margin-top: 0;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 0px;
    flex-wrap: wrap;
  }
}
.crumbs--mobile .crumbs__item:after {
  display: none !important;
}
.crumbs__item {
  align-items: center;
  display: flex;
  gap: 4px;
  justify-content: center;
}
.crumbs__item:after {
  color: #000000;
  content: "/";
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
.crumbs__item:last-of-type:after {
  display: none;
}
.crumbs__link {
  color: #004267;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.crumbs__link svg {
  margin-right: 0.8125rem;
}
.crumbs__link span {
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.crumbs__link:hover span {
  color: #004267;
}
@media screen and (min-width: 64em) {
  .crumbs__link {
    color: #004267;
    font-size: 0.875rem;
    font-weight: 600;
  }
}

/* ====================================================
Button styles
======================================================= */
.button {
  background-color: #31A0D2;
  border: 0;
  color: #fefefe;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  margin: 1.25rem 0;
  padding: 0.9375rem 1.75rem;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.button:hover {
  background-color: #004267;
  color: #fefefe;
}
.button--transparent {
  color: #004267;
  border: 1px solid #CCD9E1;
  background-color: transparent;
}
.button--transparent:hover {
  color: #fefefe;
  background-color: #004267;
  border-color: #004267;
}
.button--blue {
  color: #004267;
  border: 1px solid #31A0D2;
  background-color: #31A0D2;
}
.button--blue:hover {
  color: #fefefe;
  border: 1px solid #004267;
  background-color: #004267;
}

.filter-button {
  align-items: center;
  border: 1px solid #ABC2D0;
  color: #004267;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  gap: 10px;
  justify-content: center;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.filter-button svg {
  height: 1.5rem;
  width: 1.5rem;
}
.filter-button svg,
.filter-button span {
  color: #004267;
}
.filter-button:hover {
  background-color: #004267;
  border-color: #004267;
  color: #fefefe;
}
.filter-button:hover svg,
.filter-button:hover span {
  color: #fefefe;
}
.filter-button--active {
  background-color: #004267;
  border-color: #004267;
  color: #fefefe;
}
.filter-button--active svg,
.filter-button--active span {
  color: #fefefe;
}

.not-found {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .not-found__content {
    width: 100%;
  }
}

.not-found-page {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}
.not-found-page__title {
  color: #004267;
  font-size: 1.75rem;
  font-weight: 500;
  max-width: 480px;
  margin-bottom: 20px;
}
@media screen and (min-width: 64em) {
  .not-found-page__title {
    font-size: 2rem;
  }
}
.not-found-page__buttons-outer {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.not-found-page__buttons {
  padding-top: 10px;
}
.not-found-page__buttons a {
  padding: 10px 20px !important;
}
.not-found-page__copy {
  margin-bottom: 20px;
  max-width: 480px;
}
.not-found-page__copy p {
  margin-bottom: 0px;
}

.not-found-sidebar {
  display: none;
  border-right: 1px solid #CCD9E1;
  padding: 32px 20px;
  font-weight: 600;
}
@media screen and (min-width: 64em) {
  .not-found-sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0;
    min-width: 320px;
  }
}
.not-found-sidebar span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.not-found-sidebar a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.alert {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  max-width: 76.25rem;
  padding: 0.625rem 0;
  text-decoration: none;
  width: 95%;
}
.alert + .alert {
  margin-top: 2.5rem;
}
.alert__content {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  justify-content: flex-start;
  padding: 0 1.25rem;
  width: 100%;
}
.alert__content p {
  color: #004267;
  display: flex;
  flex: 1;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}
.alert__content svg {
  margin-left: auto;
}
.alert__close {
  cursor: pointer;
  text-decoration: underline;
}
.alert--yellow {
  background-color: #FFCD00;
}
.alert--yellow .alert__close {
  color: #004267;
}
.alert--darkblue {
  background-color: #31A0D2;
}
.alert--darkblue .alert__content p {
  color: #fefefe;
}
.alert--darkblue .alert__close {
  color: #fefefe;
}
.alert--greyblue {
  background-color: #CCD9E1;
}
.alert--greyblue .alert__close {
  color: #004267;
}
.alert + .resource-section-library .resource-section-library__header {
  margin-top: 0;
}

a.alert {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
a.alert:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
  transform: scale(1.005);
}

/* ====================================================
Animated Google material design inputs.
Not using BEM just because to keep the fields free of
too many classes - although slightly slower to find.
- Input should have no placeholder
- Label should be after input
- Wrap input & label with .animated-input
======================================================= */
.animated-input {
  position: relative;
}
.animated-input input,
.animated-input textarea {
  padding-top: 18px;
  padding-bottom: 6px;
}
.animated-input textarea {
  line-height: 1.6;
}
.animated-input input:focus ~ label, .animated-input input.has-value ~ label,
.animated-input textarea:focus ~ label,
.animated-input textarea.has-value ~ label {
  top: 4px;
  font-size: 0.75rem;
  opacity: 0.6;
}
.animated-input label {
  position: absolute;
  left: 0.75rem;
  top: 12px;
  transition: all 200ms;
  display: block;
  font-size: 1rem;
  pointer-events: none;
}
.banner-with-search {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.banner-with-search__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner-with-search__heading {
  color: #004267;
  font-size: 2rem;
  font-weight: 500;
}
@media print, screen and (min-width: 40em) {
  .banner-with-search__heading {
    font-size: 3.625rem;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .banner-with-search__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.banner-with-search__abstract {
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .banner-with-search__abstract {
    font-size: 1.3125rem;
    margin: 1.75rem 0;
    text-align: left;
  }
}
@media print, screen and (min-width: 40em) {
  .banner-with-search__abstract p {
    margin: 0;
  }
}
.banner-with-search__search-form .search-form__group {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .banner-with-search__search-form .search-form__group {
    min-width: 595px;
  }
}
.banner-with-search__search-form .search-form__input {
  margin-bottom: 0;
  background: transparent;
}

.copy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: #fefefe;
  text-align: center;
}
.copy__container {
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 1.25rem 0;
  gap: 28px;
}
@media print, screen and (min-width: 40em) {
  .copy__container {
    padding: 3.75rem 0;
  }
}
@media all and (max-height: 600px) {
  .copy__container {
    padding: 1.25rem 0;
  }
}
.copy__content {
  text-align: left;
}
.copy__title, .copy__abstract, .copy__copy, .copy__footer {
  color: #004267;
}
.copy__title {
  margin: 0;
  padding: 0;
  font-size: 2.25rem;
  line-height: 2.6875rem;
}
@media print, screen and (min-width: 40em) {
  .copy__title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
@media all and (max-height: 600px) {
  .copy__title {
    margin: 0;
    padding: 0;
    font-size: 2.25rem;
    line-height: 2.6875rem;
  }
}
.copy__abstract {
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.6875rem;
}
@media print, screen and (min-width: 40em) {
  .copy__abstract {
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
}
@media all and (max-height: 600px) {
  .copy__abstract {
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}
.copy__copy {
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.6875rem;
}
@media print, screen and (min-width: 40em) {
  .copy__copy {
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
}
@media all and (max-height: 600px) {
  .copy__copy {
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}
.copy__footer {
  margin-top: auto;
}

.light-blue {
  color: #2D97C7;
}

.featured-documents__container {
  max-width: 76.25rem;
}
.featured-documents .document-page-grid__featured {
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 28px;
  padding: 0px !important;
}
@media print, screen and (min-width: 40em) {
  .featured-documents .document-page-grid__featured {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (min-width: 64em) {
  .featured-documents .document-page-grid__featured {
    gap: 32px;
    grid-template-columns: repeat(3, 1fr) !important;
    max-width: none !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.featured-documents .document-page-card {
  padding: 0;
}
.featured-documents .document-page-card__header {
  padding: 20px 20px 0 20px;
}
.featured-documents .document-page-card__content {
  padding: 0 20px;
}
.featured-documents .document-page-card__footer {
  padding: 0 20px 20px 20px;
}

.frequently-asked-questions {
  padding: 4rem 0;
}
@media print, screen and (min-width: 40em) {
  .frequently-asked-questions {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
.frequently-asked-questions__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 76.25rem;
}
.frequently-asked-questions__heading {
  font-size: 1.5rem;
  font-weight: 500;
  padding-bottom: 1.75rem;
  margin: 0;
  color: #004267;
  width: 100%;
}
.frequently-asked-questions__content {
  border-top: 1px solid #CCD9E1;
  width: 100%;
}
.frequently-asked-questions__question {
  padding: 1.25rem 0;
  border-bottom: 1px solid #CCD9E1;
  position: relative;
  width: 100%;
  counter-increment: question-counter;
}
.frequently-asked-questions__question--active .frequently-asked-questions__question-content {
  display: block;
}
.frequently-asked-questions__question-title {
  padding-left: 1.625rem;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  color: #004267;
  position: relative;
  cursor: pointer;
}
.frequently-asked-questions__question-title::before {
  content: counter(question-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
}
@media print, screen and (min-width: 40em) {
  .frequently-asked-questions__question-title::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media print, screen and (min-width: 40em) {
  .frequently-asked-questions__question-title {
    font-size: 1.125rem;
    padding-left: 2.25rem;
  }
}
.frequently-asked-questions__plus-minus {
  width: 100%;
  height: 30px;
  top: 0;
  padding: 12px 0;
  position: absolute;
  display: block;
  right: 0;
}
.frequently-asked-questions__plus-minus:before {
  content: "";
  width: 14px;
  height: 2px;
  background: #004267;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: rotate(90deg);
  transform-origin: center;
  transition: transform 200ms;
}
.frequently-asked-questions__plus-minus:after {
  content: "";
  width: 14px;
  height: 2px;
  background: #004267;
  position: absolute;
  top: 50%;
  right: 25px;
  transform-origin: center;
  transition: transform 200ms;
}
.frequently-asked-questions__question--active .frequently-asked-questions__plus-minus:before {
  transform: rotate(0deg);
}
.frequently-asked-questions__question-content {
  display: none;
  font-size: 1rem;
  padding-top: 0.75rem;
  padding-left: 1.625rem;
  font-weight: 400;
  color: #000000;
}
@media print, screen and (min-width: 40em) {
  .frequently-asked-questions__question-content {
    font-size: 1rem;
    padding-top: 0.75rem;
    padding-left: 2.25rem;
  }
}

.notifications-sidebar {
  align-items: center;
  background-color: #F2F5F7;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  height: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  height: 100dvh;
  justify-content: flex-start;
  right: 0;
  padding: 0;
  position: fixed;
  top: 0;
  transform: translateX(100%);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
  z-index: 10001;
}
@media screen and (min-width: 64em) {
  .notifications-sidebar {
    width: 500px;
  }
}
.notifications-sidebar--is-open {
  transform: translateX(0);
}
.notifications-sidebar__content {
  height: 100vh;
  height: -webkit-fill-available;
  height: 100dvh;
  margin-bottom: 5.625rem;
  max-height: 100%;
  overflow-y: scroll;
  width: 100%;
  padding: 0 2.625rem;
}
.notifications-sidebar__loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2;
}
.notifications-sidebar__loader[hidden] {
  display: none;
}
.notifications-sidebar__loader-inner {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(242, 245, 247, 0.9);
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
  color: #004267;
  padding: 5rem 2.5rem;
  width: 80%;
  flex-direction: column;
}
.notifications-sidebar__loader-text {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #004267;
}
.notifications-sidebar__spinner {
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid #004267;
  border-right-color: transparent;
  border-radius: 999px;
  animation: notificationsSpin 0.8s linear infinite;
}
@keyframes notificationsSpin {
  to {
    transform: rotate(360deg);
  }
}
.notifications-sidebar--is-loading .notifications-sidebar__section {
  opacity: 0.5;
}
.notifications-sidebar form {
  position: relative;
  width: 100%;
}
.notifications-sidebar__header {
  align-items: center;
  background-color: #F2F5F7;
  color: #004267;
  display: flex;
  font-size: 1.125rem;
  justify-content: flex-start;
  padding: 3.875rem 2.625rem 1.375rem 2.625rem;
}
.notifications-sidebar__header a {
  color: #004267;
  display: flex;
  flex: 1;
}
.notifications-sidebar__footer {
  background-color: #F2F5F7;
  bottom: 12.5rem;
  left: 0;
  position: absolute;
  width: 100%;
  padding: 0 2.625rem;
}
.notifications-sidebar__close-icon {
  cursor: pointer;
  color: #004267;
}
.notifications-sidebar__section {
  padding-bottom: 1.75rem;
}
.notifications-sidebar__section-header {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 1.5rem;
  padding: 0 0 0.75rem 0;
}
.notifications-sidebar__section-header p {
  align-items: center;
  color: #31A0D2;
  display: flex;
  flex: 1;
  font-size: 1rem;
  font-weight: 600;
  justify-content: flex-start;
  margin: 0;
  width: 80%;
}
.notifications-sidebar__section .notifications-sidebar__plus-icon {
  cursor: pointer;
  display: none;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.notifications-sidebar__section .notifications-sidebar__plus-icon:hover {
  transform: scale(1.05);
}
.notifications-sidebar__section .notifications-sidebar__minus-icon {
  cursor: pointer;
  display: flex;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.notifications-sidebar__section .notifications-sidebar__minus-icon:hover {
  transform: scale(1.05);
}
.notifications-sidebar__section--collapsed {
  padding-bottom: 0;
}
.notifications-sidebar__section--collapsed .notifications-sidebar__section-header p {
  font-weight: 400;
}
.notifications-sidebar__section--collapsed .notifications-sidebar__section-content {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.notifications-sidebar__section--collapsed .notifications-sidebar__plus-icon {
  display: flex;
}
.notifications-sidebar__section--collapsed .notifications-sidebar__minus-icon {
  display: none;
}
.notifications-sidebar__section-content {
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  position: relative;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  visibility: visible;
}
.notifications-sidebar__section-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.notifications-sidebar__section-content li {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.notifications-sidebar__section-content li input {
  margin: 0;
  padding: 0;
}
.notifications-sidebar__section-content li label {
  color: #004267;
  font-size: 1.125rem;
}
.notifications-sidebar__search {
  border-bottom: 1px solid #ABC2D0;
}
.notifications-sidebar__search input[type=text] {
  background-color: #fefefe;
  border: 0;
  color: #004267;
  margin-bottom: 0;
}
.notifications-sidebar__search input[type=text]:focus {
  border-color: #004267;
}
.notifications-sidebar__button {
  background-color: #004267;
  border-radius: 8px 0 0 0;
  border: 0;
  color: #fefefe;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  margin: 1.25rem 0;
  padding: 0.9375rem 1.75rem;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
}
.notifications-sidebar__button:hover {
  background-color: #FFCD00;
}

.notifications-sidebar-overlay {
  cursor: url("/images/icons/filter-sidebar-close-icon-yellow.svg"), auto;
  background-color: rgba(0, 43, 71, 0.3);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), visibility 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  visibility: hidden;
  width: 100%;
  z-index: 10001;
}

.notifications-sidebar-overlay--is-visible {
  opacity: 1;
  visibility: visible;
}

.notifications-sidebar__section-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(242, 245, 247, 0.5);
  z-index: 10;
}

.notifications-sidebar__spinner {
  border: 4px solid #ABC2D0;
  border-top: 4px solid #004267;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 0.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* =============================================================
Generic forms. Basic Foundation styles are in _settings.scss
================================================================ */
@media print, screen and (min-width: 40em) {
  form ::-webkit-input-placeholder {
    color: rgba(26, 26, 26, 0.6);
  }
}
form :-moz-placeholder { /* Firefox 18- */ }
@media print, screen and (min-width: 40em) {
  form :-moz-placeholder {
    color: rgba(26, 26, 26, 0.6);
  }
}
form ::-moz-placeholder { /* Firefox 19+ */ }
@media print, screen and (min-width: 40em) {
  form ::-moz-placeholder {
    color: rgba(26, 26, 26, 0.6);
  }
}
@media print, screen and (min-width: 40em) {
  form :-ms-input-placeholder {
    color: rgba(26, 26, 26, 0.6);
  }
}
@media print, screen and (max-width: 63.99875em) {
  form input[type=text],
  form input[type=email],
  form textarea {
    border-radius: 5px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 40em) {
  form input[type=text],
  form input[type=email],
  form textarea {
    background: transparent;
  }
}
form select {
  width: 100%;
  height: auto;
  padding: 10px 30px 10px 12px !important;
  border: 1px solid #CCD9E1;
  border-radius: 5px;
  background-image: url(/images/icons/dropdown-arrow-dark.svg);
  background-size: auto;
  background-color: transparent;
  background-position: top calc(50% + 2px) right -1rem;
  font-size: 0.9375rem;
  color: #004267;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
form select:hover, form select:active, form select:focus {
  border: 1px solid #8ca9bb;
  background-color: transparent;
}
form .required {
  color: #1A1A1A;
}

input[disabled]:not(input[checked]) + label {
  cursor: not-allowed;
  opacity: 0.5;
}

.checkbox {
  display: block;
  margin-bottom: 13px;
  cursor: pointer;
}
.checkbox input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 1px solid #BEBEBE;
  border-radius: 5px;
  height: 25px;
  width: 25px;
  background-color: white;
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: middle;
  margin-top: -2px;
}
.checkbox input:checked {
  position: relative;
}
.checkbox input:checked:before {
  color: red;
  content: "";
  background: url(/images/icons/checkbox-tick.svg) no-repeat center;
  background-size: contain;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 13px;
}

.circle-checkbox-container input[type=checkbox] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}
.circle-checkbox-container .circle-checkbox {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding-left: 25px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.circle-checkbox-container .circle-checkbox--no-results {
  pointer-events: none;
  cursor: not-allowed !important;
  opacity: 0.4;
}
.circle-checkbox-container .circle-checkbox::before {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ABC2D0;
  box-sizing: border-box;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
.circle-checkbox-container input[type=checkbox]:checked + .circle-checkbox::after {
  align-items: center;
  background-image: url("/images/icons/checkbox-tick-yellow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 65%;
  background-color: #004267;
  border-radius: 50%;
  content: "";
  display: flex;
  height: 15px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}

.notification {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  max-width: 76.25rem;
  padding: 0.625rem 0;
  text-decoration: none;
  width: 95%;
}
.notification__content {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  justify-content: flex-start;
  padding: 0.5rem 1.25rem;
  width: 100%;
}
.notification__content p {
  color: #004267;
  display: flex;
  flex: 1;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}
.notification__content svg {
  margin-left: auto;
}
.notification__close {
  cursor: pointer;
  text-decoration: underline;
}
.notification--yellow {
  background-color: #FFCD00;
}
.notification--yellow .alert__close {
  color: #004267;
}
.notification--darkblue {
  background-color: #004267;
}
.notification--darkblue .alert__content p {
  color: #fefefe;
}
.notification--darkblue .alert__close {
  color: #fefefe;
}
.notification--greyblue {
  background-color: #ABC2D0;
}
.notification--greyblue .alert__close {
  color: #004267;
}
.notification + .resource-section-library .resource-section-library__header {
  margin-top: 0;
}

a.alert {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
a.alert:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
  transform: scale(1.005);
}

.notification-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.notification-item__image .profile-picture-initials {
  width: 32px;
  height: 32px;
}
.notification-item__userinfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 12px;
  gap: 16px;
}
.notification-item__username {
  font-size: 1rem;
  line-height: 150%;
  color: #004267;
  font-weight: 600;
}
.notification-item__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.notification-item__type {
  color: #1A1A1A;
}
.notification-item__date {
  color: #1A1A1A;
}
.notification-item__contentinfo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  width: 100%;
}
.notification-item__document {
  font-size: 14px;
  color: #1A1A1A;
  font-weight: 600;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  margin-bottom: 2.5rem;
}
.pagination__link, .pagination__prev, .pagination__next, .pagination__current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 50%;
  transition: background-color 0.3s;
  color: #004267;
}
.pagination__link, .pagination__prev, .pagination__next {
  color: #004267;
  background-color: transparent; /* Background color for non-current pages */
}
.pagination__link:hover, .pagination__prev:hover, .pagination__next:hover {
  color: #fefefe;
  background-color: #004267; /* Hover color */
}
.pagination__prev:hover svg, .pagination__next:hover svg {
  color: #fefefe;
}
.pagination__current {
  color: #004267;
  font-weight: bold;
}

::-moz-placeholder {
  color: #004267;
  opacity: 1;
}

::placeholder {
  color: #004267;
  opacity: 1;
}

.search-form {
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 1;
  transform: translateX(0);
}
.search-form__group {
  align-items: center;
  border: 0.0625rem solid #CCD9E1;
  border-radius: 0.1875rem;
  display: flex;
  justify-content: center;
  padding: 0 0.625rem;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 200px;
  max-height: 34px;
}
.search-form__group:hover, .search-form__group:focus, .search-form__group:active, .search-form__group--is-active {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}
.search-form__icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-form__input {
  border: 0;
  color: black;
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0.5rem 0.625rem;
  background-color: transparent;
  margin-bottom: 0 !important;
  max-height: 32px;
}
.search-form__input::-moz-placeholder {
  color: black;
}
.search-form__input::placeholder {
  color: black;
}
.search-form__input:focus {
  border: 0;
}

.search-header {
  background-color: #fefefe;
  padding: 2.5rem 0px 0px 0px;
}
.search-header__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
.search-header__title {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .search-header__title {
    width: 100%;
  }
}
.search-header__heading {
  color: #004267;
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 0px;
}
@media screen and (min-width: 64em) {
  .search-header__heading {
    margin: 0;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
  }
}
.search-header__content {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .search-header__content {
    width: 100%;
  }
}
.search-header__content p {
  color: #004267;
  font-weight: 400;
  margin: 0;
  font-size: 1.125rem;
}
@media screen and (min-width: 64em) {
  .search-header__content p {
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
}
.search-header__search-form {
  width: 100%;
  margin-top: 17px;
}
.search-header__search-form .search-form__group {
  width: 100%;
}
.search-header__search-form .search-form__input {
  width: 100%;
  margin-bottom: 0;
  background: transparent;
}
.search-header__mobile-filters {
  margin-top: 1.25rem;
  width: 100%;
}
.search-header__mobile-filters label {
  color: #004267;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
}
.search-header__mobile-filters select {
  border-bottom: 1px solid #ABC2D0;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  color: #004267;
  font-size: 1rem;
  margin-bottom: 0;
  width: 100%;
}
.search-header__mobile-filters select:focus, .search-header__mobile-filters select:hover, .search-header__mobile-filters select:active {
  border-bottom: 1px solid #ABC2D0;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
}
@media screen and (min-width: 64em) {
  .search-header__mobile-filters {
    display: none;
  }
}
.search-header__filters {
  display: none;
}
@media screen and (min-width: 64em) {
  .search-header__filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-direction: row;
    width: 100%;
    gap: 1.75rem;
    margin-top: 1.9375rem;
  }
}
.search-header__filter-item a {
  color: #ABC2D0;
  text-decoration: none;
  position: relative;
  transition: color 0.25s ease-in-out;
  display: inline-block;
  font-weight: 500;
  font-size: 1.125rem;
  padding: 0 0 0.875rem 0;
}
.search-header__filter-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ABC2D0;
  transition: width 0.25s ease-in-out;
}
.search-header__filter-item a:hover {
  color: #004267;
}
.search-header__filter-item a:hover::after {
  width: 100%;
}
.search-header__filter-item--is-active a {
  color: #004267;
}
.search-header__filter-item--is-active a::after {
  background-color: #FFCD00;
  width: 100%;
}

.search-results__container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
.search-results__cards {
  margin-top: 2rem;
  margin-bottom: 4rem;
  transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
}
.search-results__cards .pagination {
  margin-top: 20px;
}
@media print, screen and (min-width: 40em) {
  .search-results__cards {
    width: 100%;
  }
  .search-results__cards .pagination {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 64em) {
  .search-results__cards {
    width: 100%;
  }
  .search-results__cards .pagination {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 75em) {
  .search-results__cards {
    width: 100%;
  }
  .search-results__cards .pagination {
    grid-column: 1/-1;
  }
}

.search-result {
  background-color: #fefefe;
  padding-bottom: 32px;
  padding-top: 32px;
  border-bottom: 1px solid #CCD9E1;
}
.search-result:first-of-type {
  padding-top: 0;
}
.search-result:last-of-type {
  border-bottom: none;
  padding-bottom: 0px;
}
.search-result__container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  max-width: 62.5rem;
  margin-left: 0px;
}
.search-result__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  flex: 1;
}
.search-result__title, .search-result__title a {
  align-self: stretch;
  color: #004267;
  text-decoration: none;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
}
.search-result__title:hover, .search-result__title a:hover {
  text-decoration: underline;
}
.search-result__author {
  align-self: stretch;
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.search-result__copy {
  align-self: stretch;
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-top: 20px;
}
.search-result__copy p {
  align-self: stretch;
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-bottom: 5px;
}
.search-result__copy p:empty {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 13px;
  height: 24px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
  transition: opacity 200ms;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.5;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  font-size: 1.25rem;
  line-height: 1;
  color: white;
  background: url(/images/icons/carousel-arrow-white.svg) no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.slick-prev {
  left: 4.3rem;
}
.slick-prev:before {
  transform: rotate(180deg);
}

.slick-next {
  right: 4.3rem;
}
[dir=rtl] .slick-next {
  left: 4.3rem;
  right: auto;
}
/* Dots - original slick styles */
/* ================================================================
Custom global dot styles
=================================================================== */
.slick-dots {
  margin: 2.125rem 0;
}
.slick-dots li {
  margin: 0 7px;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  height: 11px;
}
.slick-dots li button {
  margin: 0;
  padding: 0;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  text-indent: -5000px;
  background: rgba(255, 255, 255, 0.5);
  transition: transform 200ms;
  vertical-align: top;
}
.slick-dots li button:hover {
  transform: scale(1.5, 1.5);
}
.slick-dots li.slick-active button {
  background-color: #fff;
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.diffchecker {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 4rem;
}
@media print, screen and (min-width: 40em) {
  .diffchecker {
    flex-direction: row;
    gap: 2rem;
  }
}
.diffchecker__column {
  width: 100%;
  border: 1px solid #E6ECEF;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media print, screen and (min-width: 40em) {
  .diffchecker__column {
    width: 50%;
  }
}
.diffchecker__paragraph {
  background-color: #fff;
  word-wrap: break-word;
  padding: 0.75rem 1rem;
}
.diffchecker__paragraph--changed-old {
  background-color: #fde1e1;
  margin: 0.75rem 1rem;
  padding: 0.75rem 1rem;
}
.diffchecker__paragraph--changed-new {
  background-color: #e8f8e0;
  margin: 0.75rem 1rem;
  padding: 0.75rem 1rem;
}
.diffchecker__paragraph p {
  margin: 0;
}
.diffchecker del,
.diffchecker ins {
  text-decoration: none;
}
.diffchecker del {
  background-color: #fde1e1;
  color: #AF0000;
  font-weight: bold;
}
.diffchecker ins {
  background-color: #e8f8e0;
  color: #2F8A00;
  font-weight: bold;
}

.diffchecker-titles {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .diffchecker-titles {
    flex-direction: row;
    gap: 2rem;
  }
}
.diffchecker-titles__column {
  width: 100%;
  color: #004267;
  font-size: 16px;
  font-weight: 600;
}
@media print, screen and (min-width: 40em) {
  .diffchecker-titles__column {
    width: 50%;
  }
}

.legals-and-support {
  display: flex;
}
@media screen and (min-width: 64em) {
  .legals-and-support__content {
    width: 100%;
  }
}

.legals-sidebar {
  display: none;
  border-right: 1px solid #CCD9E1;
  padding: 32px 20px;
}
@media screen and (min-width: 64em) {
  .legals-sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0;
    min-width: 320px;
  }
}
.legals-sidebar span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.legals-sidebar a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.help {
  max-width: 886px;
  padding-left: 32px;
  padding-right: 32px;
  margin: auto;
  text-align: left;
}
.help__title {
  color: #004267;
  font-size: 2rem;
  line-height: 110%;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (min-width: 64em) {
  .help__title {
    font-size: 2.5rem;
  }
}
.help__abstract {
  font-size: 1rem;
  margin-bottom: 32px;
}
@media screen and (min-width: 64em) {
  .help__abstract {
    font-size: 1.3125rem;
  }
}
.help__boxes {
  display: grid;
  gap: 32px;
  margin-bottom: 32px;
}
@media screen and (min-width: 64em) {
  .help__boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
.help__box {
  background-color: #F2F5F7;
  padding: 20px;
}
.help__box--heading {
  color: #2D97C7;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
}
.help__box--large-text {
  color: #004267;
  font-size: 1.25rem;
  line-height: 130%;
  font-weight: 500;
}
@media screen and (min-width: 64em) {
  .help__box--large-text {
    font-size: 1.5rem;
  }
}
.help__box--small-text {
  font-size: 1.125rem;
  line-height: 150%;
}
.help__box--link {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 130%;
  color: #004267;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #FFCD00;
  padding-bottom: 8px;
}
.help__box--link:hover {
  opacity: 0.8;
}
.help__service-heading {
  font-size: 1.5rem;
  color: #004267;
  line-height: 130%;
  margin-bottom: 20px;
  font-weight: 500;
}
.help__links {
  display: grid;
  gap: 32px;
}
@media screen and (min-width: 64em) {
  .help__links {
    grid-template-columns: repeat(2, 1fr);
  }
}
.help__link--heading {
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2D97C7;
  margin-bottom: 4px;
  line-height: 100%;
  font-weight: 600;
}
.help__link--url {
  font-size: 1rem;
  line-height: 150%;
  margin-bottom: 0px;
}

.cookie-consent {
  max-width: 886px;
  padding-left: 32px;
  padding-right: 32px;
  margin: auto;
  text-align: left;
}
.cookie-consent__title {
  color: #004267;
  font-size: 2rem;
  line-height: 110%;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (min-width: 64em) {
  .cookie-consent__title {
    font-size: 2.5rem;
    margin-bottom: 32px;
  }
}
.cookie-consent__copy h2 {
  color: #004267;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 64em) {
  .cookie-consent__copy h2 {
    font-size: 1.5rem;
  }
}
.cookie-consent__copy h3 {
  color: #004267;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (min-width: 64em) {
  .cookie-consent__copy h3 {
    font-size: 1.375rem;
  }
}
.cookie-consent__copy ul li, .cookie-consent__copy ol li {
  margin-bottom: 8px;
}
.cookie-consent__copy strong {
  color: #004267;
  font-weight: 600;
}

.document {
  display: flex;
  min-height: 100vh;
}
@media print, screen and (max-width: 39.99875em) {
  .document {
    margin-top: 60px;
  }
}
.document__sidebar {
  background: #ffffff;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .document__sidebar {
    width: 22.22%;
    min-width: 320px;
    border-right: 1px solid #dddddd;
    overflow-y: auto;
    padding: 32px 20px 0px 20px;
  }
}
.document__main {
  background: #fff;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .document__main {
    flex: 1;
  }
}
.document__main--fullwidth .document-header,
.document__main--fullwidth .document-filters,
.document__main--fullwidth .document-page-grid,
.document__main--fullwidth .document-entry-header,
.document__main--fullwidth .document-entry-copy,
.document__main--fullwidth .document-entry-image,
.document__main--fullwidth .document-entry-table,
.document__main--fullwidth .document-alerts {
  max-width: unset;
}
.document__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-bottom: 64px;
}
@media screen and (min-width: 64em) {
  .document__wrapper {
    gap: 16px;
    margin-bottom: 16px;
  }
}
.document__tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  width: 100%;
  margin-bottom: 64px;
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  padding: 0 32px;
}
@media screen and (min-width: 64em) {
  .document__tags {
    padding: 0 64px;
    margin-bottom: 64px;
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.document__tag {
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.document__tag a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.document-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 32px 0 32px;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .document-header {
    border-bottom: 1px solid #CCD9E1;
    padding: 64px;
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.document-header__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.document-header__title {
  color: #004267;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
}
.document-header__anchor {
  display: flex;
  align-items: center;
  justify-content: center;
}
.document-header__anchor:hover .document-header__anchor-image {
  color: #31A0D2;
}
.document-header__anchor-image {
  color: #CCD9E1;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.document-header__search-group {
  max-height: 46px !important;
  height: 46px;
}
.document-header__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
}
.document-header__abstract {
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.document-header__abstract p {
  margin: 0;
}
.document-header__search {
  display: flex;
  align-items: center;
}
.document-header__search .search-form {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .document-header__search .search-form {
    width: 480px;
  }
}
.document-header__search .search-form__group {
  width: 100%;
}
.document-header--entry {
  border-bottom: 0;
  padding: 32px 32px 0 32px;
}
@media screen and (min-width: 64em) {
  .document-header--entry {
    padding: 32px 64px 0 64px;
  }
}

.document-filters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 32px 32px 32px;
  border-bottom: 1px solid #CCD9E1;
}
@media screen and (min-width: 64em) {
  .document-filters {
    padding: 64px 64px 32px 64px;
    border-bottom: 0;
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.document-filters__filter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.document-filters__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.document-filters__menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #CCD9E1;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}
.document-filters__menu-item:hover {
  background-color: #CCD9E1;
}
.document-filters__menu-item--is-search {
  border: 0;
  justify-content: flex-start;
  margin-right: 20px;
  width: 100%;
  display: none;
}
@media screen and (min-width: 64em) {
  .document-filters__menu-item--is-search {
    display: flex;
    width: 310px;
  }
}
.document-filters__menu-item--is-search .search-form__group {
  width: 310px;
}
.document-filters__menu-item--is-search:hover {
  background-color: #FFFFFF;
}
.document-filters__menu-link {
  color: #004267;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-decoration: none;
  padding: 11px 20px;
}
.document-filters__filter-form {
  display: inline-block;
  position: relative;
}
.document-filters__filter-label {
  display: block;
  font-size: 1rem;
  color: #31A0D2;
  margin-bottom: 0.25rem;
  font-weight: normal;
  position: absolute;
  top: 8px;
  left: 14px;
  pointer-events: none;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 10px */
}
.document-filters__filter-select,
.document-filters select {
  width: 168px;
  height: 46px;
  border: 1px solid #CCD9E1;
  flex-shrink: 0;
  margin-bottom: 0;
  border-radius: 0;
  padding-top: 15px !important;
  padding-bottom: 5px !important;
  background-position: top calc(50% - 4px) right -1rem;
}
@media screen and (min-width: 64em) {
  .document-filters__filter-select,
  .document-filters select {
    width: 224px;
    height: 46px;
  }
}
.document-filters__filter-select:hover,
.document-filters select:hover {
  border-width: 1px;
}
.document-filters--entry {
  padding-top: 32px;
  width: 100%;
}

.mobile-document-sidebar {
  height: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  height: 100dvh;
  position: fixed;
  top: 113px;
  left: 0;
  width: 100%;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  flex-shrink: 0;
}
.mobile-document-sidebar--is-open {
  display: flex;
  transform: translateX(0);
  opacity: 1;
  padding: 32px;
}

.document-sidebar {
  display: none;
}
@media screen and (min-width: 64em) {
  .document-sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    flex-shrink: 0;
    max-width: 320px;
  }
}
.document-sidebar__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  flex-shrink: 0;
  width: 100%;
}
.document-sidebar__menu--header {
  gap: 14px;
}
.document-sidebar__menu-item {
  width: 100%;
}
.document-sidebar__menu-item--has-children .document-sidebar__menu-child {
  display: none;
}
.document-sidebar__menu-item--has-children > .document-sidebar__menu-link {
  font-weight: bold;
}
.document-sidebar__menu-item--is-expanded .document-sidebar__menu-child {
  display: flex;
}
.document-sidebar__menu-link {
  display: flex;
  padding: 1px 8px;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
}
.document-sidebar__menu-link:hover, .document-sidebar__menu-link--active {
  background-color: #F2F5F7;
}
.document-sidebar__menu-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  cursor: pointer;
}
.document-sidebar__menu-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.document-sidebar__menu-linktext {
  flex: 1;
  color: #1A1A1A;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-decoration: none;
}
.document-sidebar__menu-linktext--500 {
  font-weight: 500;
}
.document-sidebar__menu-linktext--600 {
  font-weight: 600;
}
.document-sidebar__menu-child {
  margin-top: 10px;
  margin-left: 32px;
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.document-sidebar__menu-child-item {
  align-items: center;
  display: flex;
  margin-bottom: 2px;
  width: 100%;
}
.document-sidebar__menu-child-item button.shortcut-delete-btn {
  margin-left: auto;
}
.document-sidebar__menu-child-item button.shortcut-delete-btn svg {
  height: 15px;
  width: 15px;
}
.document-sidebar__menu-child-item--is-expanded > .document-sidebar__menu-child-link {
  margin-bottom: 14px;
}
.document-sidebar__menu-child-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #555;
}
.document-sidebar__menu-child-link:hover {
  color: #31A0D2;
}
.document-sidebar__menu-child-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.document-sidebar__menu-child-linktext {
  flex: 1;
}
.document-sidebar__menu-child-linktext--500 {
  font-weight: 500;
}
.document-sidebar__menu-child-linktext--600 {
  font-weight: 600;
}
.document-sidebar__menu-grandchild {
  margin-left: 48px;
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  align-self: stretch;
}
.document-sidebar__menu-grandchild-item {
  margin-top: 14px;
}
.document-sidebar__menu-grandchild-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #666;
}
.document-sidebar__menu-grandchild-link:hover {
  color: #31A0D2;
}
.document-sidebar__menu-grandchild-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.document-sidebar__menu-grandchild-linktext {
  flex: 1;
}
.document-sidebar__menu-grandchild-linktext--500 {
  font-weight: 500;
}
.document-sidebar__menu-grandchild-linktext--600 {
  font-weight: 600;
}

.document-sidebar__menu-child,
.document-sidebar__menu-grandchild {
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.mobile-document-sidebar-header {
  border-bottom: 1px solid #CCD9E1;
  padding: 16px 32px;
}
@media screen and (min-width: 64em) {
  .mobile-document-sidebar-header {
    display: none;
  }
}
.mobile-document-sidebar-header__content {
  display: flex;
}
.mobile-document-sidebar-header__title {
  margin-left: 8px;
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
.mobile-document-sidebar-header__icon {
  display: flex;
  align-items: center;
}
.mobile-document-sidebar-header__icon svg:first-of-type {
  cursor: pointer;
}
.mobile-document-sidebar-header__icon svg:last-of-type {
  margin-left: 20px;
}

.document-page-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 28px;
  padding: 32px;
}
@media screen and (min-width: 64em) {
  .document-page-grid {
    gap: 32px;
    padding: 0 64px 64px 64px;
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.document-page-card {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  background: #F2F5F7;
  text-decoration: none;
}
.document-page-card__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .document-page-card__header {
    margin-bottom: 20px;
  }
}
.document-page-card__header-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 100%;
  margin-bottom: 12px;
}
.document-page-card__icon {
  display: flex;
  justify-content: flex-end;
}
.document-page-card__icon-image {
  width: 27px;
  height: 27px;
}
.document-page-card__anchor-image {
  width: 16px;
  height: 15px;
  color: #CCD9E1;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}
.document-page-card__anchor-image:hover {
  color: #31A0D2;
}
.document-page-card__title {
  color: #004267;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 26px */
  align-self: stretch;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}
.document-page-card__title:hover {
  text-decoration: underline;
}
.document-page-card__content {
  margin-bottom: 20px;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .document-page-card__content {
    margin-bottom: 64px;
  }
}
.document-page-card__content:has(.document-page-card__abstract:empty) {
  display: none;
}
.document-page-card__author {
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  align-self: stretch;
  margin-bottom: 8px;
}
.document-page-card__abstract {
  color: #1A1A1A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin: 0;
}
.document-page-card__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}
.document-page-card__footer-icon {
  width: 24px;
  height: 24px;
  color: #31A0D2;
}
.document-page-card__footer-text {
  overflow: hidden;
  color: #31A0D2;
  text-overflow: ellipsis;
  /* Body/S DemiBold */
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 21px */
}

.document-entry-table-wrap .document-entry-copy:first-of-type {
  padding-bottom: 20px;
}
.document-entry-table-wrap .document-entry-copy:last-of-type {
  padding-top: 20px;
}

.document-entry-table {
  padding: 0 32px;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .document-entry-table {
    padding: 0 64px;
  }
  .document-entry-table--with-wrapper {
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.document-entry-table__scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.document-entry-table__table {
  border: 1px solid #ccd9e1;
  min-width: 600px;
}
.document-entry-table__head, .document-entry-table__body {
  display: flex;
  flex-direction: column;
}
.document-entry-table__head {
  border-bottom: 1px solid #ccd9e1;
}
.document-entry-table__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25px, 1fr));
  border-top: 1px solid #ccd9e1;
}
.document-entry-table__row:first-child {
  border-top: none;
}
.document-entry-table__cell {
  padding: 15px 10px;
  border-left: 1px solid #ccd9e1;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  min-width: 0;
}
.document-entry-table__cell:first-child {
  border-left: none;
}
.document-entry-table__cell--head {
  background: #f2f5f7;
  color: #1a1a1a;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.document-entry-table__cell--checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.document-entry-table__cell--cross-icon {
  stroke: #da2129;
}
.document-entry-table__cell--check-icon {
  stroke: #95D600;
}
.document-entry-table__cell p {
  margin: 0;
}

.document-entry-table__cell--changed {
  background-color: #CCD9E1;
}

.document-alerts {
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
.document-alerts .alert {
  max-width: unset;
  width: unset;
  margin: 0 32px;
}
@media screen and (min-width: 64em) {
  .document-alerts .alert {
    margin: 0 64px;
  }
}

.document-entry-copy {
  padding: 0 32px;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .document-entry-copy {
    padding: 0 64px;
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.document-entry-copy__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 0px;
}
.document-entry-copy__title {
  color: var(--GeoPlace-Blue, #004267);
  margin-bottom: 0;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
}
.document-entry-copy__title--is-diff {
  width: 100%;
}
.document-entry-copy__anchor {
  display: flex;
  align-items: center;
  justify-content: center;
}
.document-entry-copy__anchor:hover .document-entry-copy__anchor-image {
  color: #31A0D2;
}
.document-entry-copy__anchor-image {
  color: #CCD9E1;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.document-entry-copy__content {
  align-self: stretch;
  color: var(--Black, #1A1A1A);
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-top: 12px;
  margin-bottom: 16px;
}
.document-entry-copy__content a {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.document-entry-copy__content li {
  padding: 5px 0;
}
.document-entry-copy__content h1 {
  color: #004267;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
  letter-spacing: 0.64px;
}
@media print, screen and (min-width: 40em) {
  .document-entry-copy__content h1 {
    color: #004267;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 44px */
  }
}
.document-entry-copy__content h2 {
  color: #004267;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 24.2px */
}
@media print, screen and (min-width: 40em) {
  .document-entry-copy__content h2 {
    color: #004267;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 35.2px */
  }
}
.document-entry-copy__content h3 {
  color: #004267;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
}
@media print, screen and (min-width: 40em) {
  .document-entry-copy__content h3 {
    color: #004267;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
  }
}
.document-entry-copy__content h4 {
  color: #004267;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
}
@media print, screen and (min-width: 40em) {
  .document-entry-copy__content h4 {
    color: #004267;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 26.4px */
  }
}
.document-entry-copy__content h5 {
  color: #004267;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
}
@media print, screen and (min-width: 40em) {
  .document-entry-copy__content h5 {
    color: #004267;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
  }
}
.document-entry-copy__content h6 {
  color: #004267;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
@media print, screen and (min-width: 40em) {
  .document-entry-copy__content h6 {
    color: #004267;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
  }
}
.document-entry-copy__content p {
  align-self: stretch;
  color: var(--Black, #1A1A1A);
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.document-entry-copy__content p:last-of-type {
  margin: 0;
}

.document-entry-header {
  padding: 0 32px;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .document-entry-header {
    padding: 0 64px;
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.document-entry-header__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 63.99875em) {
  .document-entry-header__heading {
    margin-bottom: 0px;
  }
}
.document-entry-header__title {
  color: var(--GeoPlace-Blue, #004267);
  /* Desktop Headings/H2 */
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 44px */
  letter-spacing: 0.8px;
}
@media print, screen and (max-width: 63.99875em) {
  .document-entry-header__title {
    font-size: 32px;
  }
}
.document-entry-header__anchor {
  display: flex;
  align-items: center;
  justify-content: center;
}
.document-entry-header__anchor:hover .document-entry-copy__anchor-image {
  color: #31A0D2;
}
.document-entry-header__anchor-image {
  color: #CCD9E1;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.document-entry-header__meta {
  display: flex;
  align-items: center;
  gap: 6px;
}
.document-entry-header__divider {
  color: var(--20-blue, #CCD9E1);
}
.document-entry-header__updated, .document-entry-header__read-time {
  color: var(--Black, #1A1A1A);
}
.document-entry-header__updated, .document-entry-header__divider, .document-entry-header__read-time {
  align-self: stretch;
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.document-entry-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
}
@media screen and (min-width: 64em) {
  .document-entry-image {
    padding: 0 64px;
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.document-entry-image__picture {
  display: block;
  max-width: 100%;
  overflow: hidden;
}
.document-entry-image__img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  background: #f8f8f8;
}

.document-switcher {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 28px 64px;
  margin: auto;
  max-width: 1000px;
}
@media print, screen and (max-width: 63.99875em) {
  .document-switcher {
    padding: 20px 32px;
  }
}
.document-switcher__tabs {
  display: inline-flex;
  padding: 4px;
  align-items: center;
  border-radius: 40px;
  background: var(--Lightest-Blue, #F2F5F7);
  gap: 10px;
}
.document-switcher__tab {
  display: flex;
  padding: 4px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 20px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.document-switcher__tab span {
  color: var(--GeoPlace-Blue, #004267);
  /* Body/M Medium */
  font-family: "avenir-next-lt-pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.document-switcher__tab--active, .document-switcher__tab:hover {
  background: var(--GeoPlace-Light-Blue, #31A0D2);
}
.document-switcher__tab--active span, .document-switcher__tab:hover span {
  color: #FFFFFF;
}

.document-action-bar {
  display: flex;
  align-items: center;
  gap: 24px;
}
.document-action-bar__icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.document-action-bar__icon-img {
  color: #004267;
  width: 24px;
  height: 24px;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.document-action-bar__icon-img:hover {
  color: #31A0D2;
}

.document-comments {
  margin-top: 2rem;
  border-top: 1px solid #e1e4e8;
}
@media screen and (min-width: 64em) {
  .document-comments__wrapper {
    padding: 32px 64px 32px 64px;
    border-bottom: 0;
    max-width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.document-comments__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.document-comments__title h2 {
  color: #004267;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
  flex: 1;
}
.document-comments__title svg {
  color: #004267;
  height: 20px;
  width: 20px;
}
.document-comments__tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: help;
  /* tooltip bubble */
  /* tooltip arrow */
  /* show on hover + keyboard focus */
}
.document-comments__tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  right: auto;
  max-width: min(200px, 90vw);
  transform: translateX(-50%);
  min-width: 200px;
  white-space: normal;
  text-align: center;
  background: #111;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.4;
  padding: 6px 8px;
  border-radius: 4px;
  overflow-wrap: break-word;
  word-break: normal;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
  z-index: 10;
}
.document-comments__tooltip::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #111 transparent transparent transparent;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.document-comments__tooltip:hover::after, .document-comments__tooltip:hover::before, .document-comments__tooltip:focus::after, .document-comments__tooltip:focus::before {
  opacity: 1;
}
.document-comments .document-comment {
  display: flex;
  gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e1e4e8;
}
.document-comments .document-comment__image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #004e7c;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.875rem;
}
.document-comments .document-comment__content {
  flex: 1;
}
.document-comments .document-comment__meta {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.document-comments .document-comment__meta span {
  font-weight: normal;
  color: #6b7280;
  font-size: 0.875rem;
  margin-left: 0.5rem;
}
.document-comments .document-comment__copy {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}
.document-comments .document-comment__actions {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.document-comments .document-comment__actions ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.document-comments .document-comment__actions a {
  text-decoration: none;
}
.document-comments .document-comment__actions button {
  background: none;
  border: none;
  color: #0077b6;
  font-size: 0.875rem;
  padding: 0;
  cursor: pointer;
}
.document-comments .document-comment__actions button:hover {
  text-decoration: underline;
}

.comments-form {
  margin-top: 1.75rem;
  width: 100%;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.comments-form__input {
  width: 100%;
  font-size: 1rem;
}
.comments-form__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.875rem;
}
.comments-form__buttons .button {
  width: -moz-fit-content;
  width: fit-content;
}
.comments-form .tiptap-full-editor-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 14px;
  gap: 1.5rem;
  position: relative;
}
.comments-form .tiptap-full-editor-toolbar select {
  margin: 0;
  width: 7.5rem;
  border: 0;
  padding: 5px 30px 5px 12px !important;
}
.comments-form .tiptap-full-editor-toolbar input[type=color] {
  padding: 0;
  margin: 0;
  border: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: transparent;
}
.comments-form .tiptap-full-editor-toolbar select,
.comments-form .tiptap-full-editor-toolbar input[type=color],
.comments-form .tiptap-full-editor-toolbar button {
  cursor: pointer;
}
.comments-form .tiptap-full-editor-toolbar button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.comments-form .tiptap-full-editor-toolbar button.active {
  color: #31A0D2;
}
.comments-form .tiptap-full-editor-toolbar button i {
  width: 1rem;
  height: 1rem;
}
.comments-form__editor {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  border-radius: 0.25rem;
  border: 1px solid var(--20-blue, #CCD9E1);
  background: var(--White, #FFF);
}
.comments-form .ProseMirror {
  min-height: 7.5rem;
  padding: 1rem;
  background: white;
  outline: none;
}
.comments-form .ProseMirror:focus {
  outline: none;
}
.comments-form .ProseMirror.is-editor-empty:first-child::before {
  content: attr(data-placeholder);
  color: #aaa;
  float: left;
  height: 0;
  pointer-events: none;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    margin: 2cm;
    size: A4;
  }
  .document {
    display: block;
    min-height: auto;
  }
  .document__sidebar {
    display: none !important;
  }
  .document__main {
    width: 100% !important;
    max-width: 100% !important;
  }
  .document__main--fullwidth {
    width: 100% !important;
  }
  .document__wrapper {
    margin-bottom: 0;
    gap: 1rem;
  }
  .document__tags {
    margin-bottom: 1rem;
    padding: 0 !important;
  }
  .document-action-bar,
  .document-filters,
  .document-switcher,
  .mobile-document-sidebar,
  .mobile-document-sidebar-header,
  .document-sidebar,
  .document-comments,
  .comments-form,
  .document-header__search,
  .search-form {
    display: none !important;
  }
  .document-header {
    padding: 0 !important;
    border-bottom: 2pt solid #000;
    margin-bottom: 1rem;
    page-break-after: avoid;
  }
  .document-header__heading {
    margin-bottom: 0.5rem;
  }
  .document-header__title {
    font-size: 24pt;
    color: #000 !important;
  }
  .document-header__anchor {
    display: none;
  }
  .document-header__content {
    gap: 0.5rem;
  }
  .document-header__abstract {
    font-size: 11pt;
    line-height: 1.4;
  }
  .document-entry-header {
    padding: 0 !important;
    margin-bottom: 1rem;
    page-break-after: avoid;
  }
  .document-entry-header__heading {
    margin-bottom: 0.5rem;
  }
  .document-entry-header__title {
    font-size: 20pt;
    color: #000 !important;
  }
  .document-entry-header__anchor {
    display: none;
  }
  .document-entry-header__meta {
    font-size: 9pt;
  }
  .document-entry-copy {
    padding: 0 !important;
    margin-bottom: 1rem;
    max-width: 100% !important;
  }
  .document-entry-copy__heading {
    page-break-after: avoid;
    margin-bottom: 0.5rem;
  }
  .document-entry-copy__title {
    font-size: 14pt;
    color: #000 !important;
    page-break-after: avoid;
  }
  .document-entry-copy__anchor {
    display: none;
  }
  .document-entry-copy__content {
    font-size: 11pt;
    line-height: 1.5;
  }
  .document-entry-copy__content h1 {
    font-size: 18pt;
    color: #000 !important;
    page-break-after: avoid;
    margin-top: 1rem;
  }
  .document-entry-copy__content h2, .document-entry-copy__content h3, .document-entry-copy__content h4, .document-entry-copy__content h5, .document-entry-copy__content h6 {
    font-size: 14pt;
    color: #000 !important;
    page-break-after: avoid;
    margin-top: 0.8rem;
  }
  .document-entry-copy__content p {
    font-size: 11pt;
    orphans: 3;
    widows: 3;
  }
  .document-entry-copy__content a {
    text-decoration: underline;
    color: #000 !important;
  }
  .document-entry-copy__content a[href^=http]:after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    font-weight: normal;
  }
  .document-entry-copy__content ul, .document-entry-copy__content ol {
    page-break-inside: avoid;
  }
  .document-entry-copy__content li {
    padding: 0.2rem 0;
  }
  .document-entry-image {
    padding: 0 !important;
    margin: 1rem 0;
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  .document-entry-image__picture {
    max-width: 100%;
  }
  .document-entry-image__img {
    max-width: 100%;
    height: auto;
    page-break-inside: avoid;
  }
  .document-entry-table {
    padding: 0 !important;
    margin: 1rem 0;
    max-width: 100% !important;
  }
  .document-entry-table__scroll-wrapper {
    overflow: visible;
  }
  .document-entry-table__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 9pt;
    page-break-inside: auto;
  }
  .document-entry-table__head {
    display: table-header-group;
  }
  .document-entry-table__body {
    display: table-row-group;
  }
  .document-entry-table__row {
    display: table-row;
    page-break-inside: avoid;
    page-break-after: auto;
  }
  .document-entry-table__cell {
    display: table-cell;
    border: 1pt solid #000;
    padding: 0.3rem 0.5rem;
    font-size: 9pt;
  }
  .document-entry-table__cell--head {
    background: #f0f0f0 !important;
    font-weight: bold;
    page-break-after: avoid;
  }
  .document-entry-table__cell--changed {
    background: #e0e0e0 !important;
  }
  .document-page-grid {
    padding: 0 !important;
    display: block;
    max-width: 100% !important;
  }
  .document-page-card {
    padding: 1rem 0;
    background: transparent !important;
    border-bottom: 1pt solid #ccc;
    page-break-inside: avoid;
    margin-bottom: 1rem;
  }
  .document-page-card__header {
    margin-bottom: 0.5rem;
  }
  .document-page-card__icon-image, .document-page-card__anchor-image {
    display: none;
  }
  .document-page-card__title {
    font-size: 12pt;
    font-weight: bold;
    color: #000 !important;
    text-decoration: none;
  }
  .document-page-card__author {
    font-size: 10pt;
    margin-bottom: 0.3rem;
  }
  .document-page-card__abstract {
    font-size: 10pt;
    line-height: 1.4;
  }
  .document-page-card__footer {
    margin-top: 0.5rem;
    font-size: 9pt;
  }
  .document-page-card__footer-icon {
    display: none;
  }
  .document-alerts {
    padding: 0 !important;
    margin: 1rem 0;
    max-width: 100% !important;
  }
  .document-alerts .alert {
    margin: 0 0 0.5rem 0;
    padding: 0.5rem;
    border: 1pt solid #000;
    background: #f5f5f5 !important;
    page-break-inside: avoid;
  }
  .header,
  .animated-menu-icon,
  .mobile-nav,
  .mobile-nav-overlay,
  .mobile-menu,
  .desktop-menu,
  .mega-menu,
  .desktop-search-box,
  .mobile-search,
  .search-form,
  .profile-picture-initials,
  .notification-badge {
    display: none !important;
  }
  .footer {
    background: transparent !important;
    border-top: 1pt solid #000;
    padding: 1rem 0 0 0;
    page-break-inside: avoid;
  }
  .footer__container {
    flex-direction: column;
  }
  .footer__menu {
    display: none;
  }
  .footer__social-icons {
    display: none;
  }
  .footer__copyright {
    margin-top: 0;
    text-align: center;
    font-size: 9pt;
  }
  .footer__copyright p {
    padding-left: 0;
  }
  .footer__copyright a {
    color: #000 !important;
  }
  .footer-menu {
    display: none !important;
  }
  .auth__container {
    height: auto !important;
  }
  .auth__back-button {
    display: none;
  }
  .auth__header {
    margin-bottom: 1rem;
  }
  .auth__heading {
    font-size: 18pt;
    color: #000 !important;
  }
  .auth__subheading {
    font-size: 11pt;
    color: #000 !important;
  }
  .auth__logo {
    margin-bottom: 0.5rem;
  }
  .auth__content {
    background-color: transparent !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .auth__form {
    display: none;
  }
  .auth__footer {
    display: none;
  }
  .form__group {
    margin-bottom: 0.5rem;
  }
  .form__group--checkbox .form__checkbox {
    display: none;
  }
  .form__submit {
    display: none;
  }
  .form__errors {
    background: #f0f0f0 !important;
    color: #000 !important;
    padding: 0.5rem;
    border: 1pt solid #000;
  }
  .form__errors .errors li {
    background-color: transparent !important;
    color: #000 !important;
  }
  .form__input,
  .form input[type=text],
  .form input[type=email],
  .form input[type=date],
  .form input[type=time],
  .form input[type=tel],
  .form input[type=number],
  .form textarea, .form__select,
  .form select {
    border: 1pt solid #000 !important;
    background: #fff !important;
    padding: 0.2rem !important;
    font-size: 10pt;
  }
  .table {
    font-size: 9pt;
    margin-bottom: 1rem;
    page-break-inside: auto;
  }
  .table th, .table td {
    padding: 0.3rem 0.5rem;
    border: 1pt solid #000;
  }
  .table th {
    background: #f0f0f0 !important;
    font-weight: bold;
  }
  .table thead {
    display: table-header-group;
  }
  .table tbody {
    display: table-row-group;
  }
  .table tbody tr {
    page-break-inside: avoid;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #000 !important;
    page-break-after: avoid;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  h1 {
    font-size: 20pt;
  }
  h2, h3 {
    font-size: 16pt;
  }
  h4, h5, h6 {
    font-size: 12pt;
  }
  p {
    font-size: 11pt;
    line-height: 1.5;
    orphans: 3;
    widows: 3;
  }
  a {
    color: #000 !important;
    text-decoration: underline;
  }
  a[href^=http]:not([href*="guidance.geoplace.co.uk"]):after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    font-weight: normal;
  }
  hr {
    border: 0;
    border-top: 1pt solid #000;
    margin: 1rem 0;
  }
  .social-x:after,
  .social-linkedin:after,
  .social-youtube:after {
    content: none !important;
  }
  .page-break-before {
    page-break-before: always;
  }
  .page-break-after {
    page-break-after: always;
  }
  .no-page-break {
    page-break-inside: avoid;
  }
  [class*=__wrapper],
  [class*=wrapper] {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  * {
    animation: none !important;
    transition: none !important;
  }
}
/* ====================================================
How components work next to each other - collapse padding
if two components have same background
======================================================= */
.wrapper--light + .wrapper--light,
.wrapper--lightGrey + .wrapper--lightGrey,
.wrapper--darkGrey + .wrapper--darkGrey {
  padding-top: 0;
}

/* Import plugin styles */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
