/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


.button{align-items:center;-moz-appearance:none;-webkit-appearance:none;border:1px solid transparent;border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding:calc(.5em - 1px) calc(.75em - 1px);position:relative;vertical-align:top}.button:active,.button:focus,.is-active.button,.is-focused.button{outline:none}[disabled].button,fieldset[disabled] .button{cursor:not-allowed}.button,.is-unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.navbar-link:not(.is-arrowless):after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.level:not(:last-child){margin-bottom:1.5rem}.button.is-loading:after{animation:spinAround .5s linear infinite;border-color:transparent transparent #dbdbdb #dbdbdb;border-radius:9999px;border-style:solid;border-width:2px;content:"";display:block;height:1em;position:relative;width:1em}.image.is-16by9 .has-ratio,.image.is-16by9 img,.image.is-1by1 .has-ratio,.image.is-1by1 img,.image.is-1by2 .has-ratio,.image.is-1by2 img,.image.is-1by3 .has-ratio,.image.is-1by3 img,.image.is-2by1 .has-ratio,.image.is-2by1 img,.image.is-2by3 .has-ratio,.image.is-2by3 img,.image.is-3by1 .has-ratio,.image.is-3by1 img,.image.is-3by2 .has-ratio,.image.is-3by2 img,.image.is-3by4 .has-ratio,.image.is-3by4 img,.image.is-3by5 .has-ratio,.image.is-3by5 img,.image.is-4by3 .has-ratio,.image.is-4by3 img,.image.is-4by5 .has-ratio,.image.is-4by5 img,.image.is-5by3 .has-ratio,.image.is-5by3 img,.image.is-5by4 .has-ratio,.image.is-5by4 img,.image.is-9by16 .has-ratio,.image.is-9by16 img,.image.is-square .has-ratio,.image.is-square img,.is-overlay{bottom:0;left:0;position:absolute;right:0;top:0}.navbar-burger{color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}@font-face{font-display:swap;font-family:Amsi Pro Narrow;font-style:normal;font-weight:800;src:url(/app/themes/veri/assets/dist/885e6aca9d8321a5d57c.woff2) format("woff2"),url(/app/themes/veri/assets/dist/e98077061f277b61b10b.woff) format("woff")}@font-face{font-display:swap;font-family:AmsiProNarrowLight;font-style:normal;src:url(/app/themes/veri/assets/dist/f299a9ecebfc8d3f5296.woff2) format("woff2"),url(/app/themes/veri/assets/dist/e622d16aa98eca399acc.woff) format("woff")}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;src:url(/app/themes/veri/assets/dist/a1535f451fb7bb98f526.woff2) format("woff2"),url(/app/themes/veri/assets/dist/7958f4e4a2bb8025ef86.woff) format("woff")}@font-face{font-family:Open Sans;font-style:normal;font-weight:700;src:url(/app/themes/veri/assets/dist/b245bc85ddeedb27a549.woff2) format("woff2"),url(/app/themes/veri/assets/dist/2867e720135399c4b665.woff) format("woff")}@font-face{font-family:Open Sans;font-style:italic;font-weight:400;src:url(/app/themes/veri/assets/dist/80a88fd1b15e99551462.woff2) format("woff2"),url(/app/themes/veri/assets/dist/acfa2365a94366a6d762.woff) format("woff")}html{background-color:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,optgroup,select,textarea{font-family:Open Sans}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#4a4a4a;font-size:1em;font-weight:400;line-height:1.5}a{color:#485fc7;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#363636}code{color:#da1039;font-size:.875em;font-weight:400;padding:.25em .5em}code,hr{background-color:#f5f5f5}hr{border:none;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#363636}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{vertical-align:top}table td:not([align]),table th:not([align]){text-align:inherit}table th{color:#363636}.has-text-white{color:#fff!important}a.has-text-white:focus,a.has-text-white:hover{color:#e6e6e6!important}.has-background-white{background-color:#fff!important}.has-text-black,a.has-text-black:focus,a.has-text-black:hover{color:#000!important}.has-background-black{background-color:#000!important}.has-text-light{color:#f4f4f4!important}a.has-text-light:focus,a.has-text-light:hover{color:#dbdbdb!important}.has-background-light{background-color:#f4f4f4!important}.has-text-dark{color:#303030!important}a.has-text-dark:focus,a.has-text-dark:hover{color:#171717!important}.has-background-dark{background-color:#303030!important}.has-text-primary{color:#c00!important}a.has-text-primary:focus,a.has-text-primary:hover{color:#900!important}.has-background-primary{background-color:#c00!important}.has-text-primary-light{color:#c00!important}a.has-text-primary-light:focus,a.has-text-primary-light:hover{color:#900!important}.has-background-primary-light{background-color:#c00!important}.has-text-primary-dark{color:#be0000!important}a.has-text-primary-dark:focus,a.has-text-primary-dark:hover{color:#f10000!important}.has-background-primary-dark{background-color:#be0000!important}.has-text-black-bis{color:#121212!important}.has-background-black-bis{background-color:#121212!important}.has-text-black-ter{color:#242424!important}.has-background-black-ter{background-color:#242424!important}.has-text-grey-darker{color:#363636!important}.has-background-grey-darker{background-color:#363636!important}.has-text-grey-dark{color:#4a4a4a!important}.has-background-grey-dark{background-color:#4a4a4a!important}.has-text-grey{color:#7a7a7a!important}.has-background-grey{background-color:#7a7a7a!important}.has-text-grey-light{color:#b5b5b5!important}.has-background-grey-light{background-color:#b5b5b5!important}.has-text-grey-lighter{color:#dbdbdb!important}.has-background-grey-lighter{background-color:#dbdbdb!important}.has-text-white-ter{color:#f5f5f5!important}.has-background-white-ter{background-color:#f5f5f5!important}.has-text-white-bis{color:#fafafa!important}.has-background-white-bis{background-color:#fafafa!important}.is-flex-direction-row{flex-direction:row!important}.is-flex-direction-row-reverse{flex-direction:row-reverse!important}.is-flex-direction-column{flex-direction:column!important}.is-flex-direction-column-reverse{flex-direction:column-reverse!important}.is-flex-wrap-nowrap{flex-wrap:nowrap!important}.is-flex-wrap-wrap{flex-wrap:wrap!important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse!important}.is-justify-content-flex-start{justify-content:flex-start!important}.is-justify-content-flex-end{justify-content:flex-end!important}.is-justify-content-center{justify-content:center!important}.is-justify-content-space-between{justify-content:space-between!important}.is-justify-content-space-around{justify-content:space-around!important}.is-justify-content-space-evenly{justify-content:space-evenly!important}.is-justify-content-start{justify-content:start!important}.is-justify-content-end{justify-content:end!important}.is-justify-content-left{justify-content:left!important}.is-justify-content-right{justify-content:right!important}.is-align-content-flex-start{align-content:flex-start!important}.is-align-content-flex-end{align-content:flex-end!important}.is-align-content-center{align-content:center!important}.is-align-content-space-between{align-content:space-between!important}.is-align-content-space-around{align-content:space-around!important}.is-align-content-space-evenly{align-content:space-evenly!important}.is-align-content-stretch{align-content:stretch!important}.is-align-content-start{align-content:start!important}.is-align-content-end{align-content:end!important}.is-align-content-baseline{align-content:baseline!important}.is-align-items-stretch{align-items:stretch!important}.is-align-items-flex-start{align-items:flex-start!important}.is-align-items-flex-end{align-items:flex-end!important}.is-align-items-center{align-items:center!important}.is-align-items-baseline{align-items:baseline!important}.is-align-items-start{align-items:start!important}.is-align-items-end{align-items:end!important}.is-align-items-self-start{align-items:self-start!important}.is-align-items-self-end{align-items:self-end!important}.is-align-self-auto{align-self:auto!important}.is-align-self-flex-start{align-self:flex-start!important}.is-align-self-flex-end{align-self:flex-end!important}.is-align-self-center{align-self:center!important}.is-align-self-baseline{align-self:baseline!important}.is-align-self-stretch{align-self:stretch!important}.is-flex-grow-0{flex-grow:0!important}.is-flex-grow-1{flex-grow:1!important}.is-flex-grow-2{flex-grow:2!important}.is-flex-grow-3{flex-grow:3!important}.is-flex-grow-4{flex-grow:4!important}.is-flex-grow-5{flex-grow:5!important}.is-flex-shrink-0{flex-shrink:0!important}.is-flex-shrink-1{flex-shrink:1!important}.is-flex-shrink-2{flex-shrink:2!important}.is-flex-shrink-3{flex-shrink:3!important}.is-flex-shrink-4{flex-shrink:4!important}.is-flex-shrink-5{flex-shrink:5!important}.is-radiusless{border-radius:0!important}.is-shadowless{box-shadow:none!important}.is-clickable{cursor:pointer!important;pointer-events:all!important}.is-clipped{overflow:hidden!important}.is-relative{position:relative!important}.is-size-1{font-size:2.488rem!important}.is-size-2{font-size:2.074rem!important}.is-size-3{font-size:1.728rem!important}.is-size-4{font-size:1.44rem!important}.is-size-5{font-size:1.2rem!important}.is-size-6{font-size:1rem!important}.is-size-7{font-size:.833rem!important}.is-size-8{font-size:.694rem!important}.has-text-centered{text-align:center!important}.has-text-justified{text-align:justify!important}.has-text-left{text-align:left!important}.has-text-right{text-align:right!important}.is-capitalized{text-transform:capitalize!important}.is-lowercase{text-transform:lowercase!important}.is-uppercase{text-transform:uppercase!important}.is-italic{font-style:italic!important}.is-underlined{text-decoration:underline!important}.has-text-weight-light{font-weight:300!important}.has-text-weight-normal{font-weight:400!important}.has-text-weight-medium{font-weight:500!important}.has-text-weight-semibold{font-weight:600!important}.has-text-weight-bold{font-weight:700!important}.is-family-primary{font-family:Open Sans!important}.is-family-secondary{font-family:BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif!important}.is-family-sans-serif{font-family:Open Sans!important}.is-family-code,.is-family-monospace{font-family:monospace!important}.is-block{display:block!important}.is-flex{display:flex!important}.is-inline{display:inline!important}.is-inline-block{display:inline-block!important}.is-inline-flex{display:inline-flex!important}.is-hidden{display:none!important}.is-sr-only{border:none!important;clip:rect(0,0,0,0)!important;height:.01em!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:.01em!important}.is-invisible{visibility:hidden!important}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none;width:unset}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-0{flex:none;width:0}.columns.is-mobile>.column.is-offset-0{margin-left:0}.columns.is-mobile>.column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>.column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>.column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>.column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>.column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:.75rem}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0!important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}.columns.is-variable{--columnGap:0.75rem;margin-left:calc(var(--columnGap)*-1);margin-right:calc(var(--columnGap)*-1)}.columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap:0rem}.columns.is-variable.is-1{--columnGap:0.25rem}.columns.is-variable.is-2{--columnGap:0.5rem}.columns.is-variable.is-3{--columnGap:0.75rem}.columns.is-variable.is-4{--columnGap:1rem}.columns.is-variable.is-5{--columnGap:1.25rem}.columns.is-variable.is-6{--columnGap:1.5rem}.columns.is-variable.is-7{--columnGap:1.75rem}.columns.is-variable.is-8{--columnGap:2rem}.section{padding:3rem 1.5rem}.container{flex-grow:1;margin:0 auto;position:relative;width:auto}.container.is-fluid{max-width:none!important;padding-left:32px;padding-right:32px;width:100%}.button{background-color:#fff;border-color:#dbdbdb;border-width:1px;color:#363636;cursor:pointer;justify-content:center;padding:calc(.5em - 1px) 1em;text-align:center;white-space:nowrap}.button strong{color:inherit}.button .icon,.button .icon.is-large,.button .icon.is-medium,.button .icon.is-small{height:1.5em;width:1.5em}.button .icon:first-child:not(:last-child){margin-left:calc(-.5em - 1px);margin-right:.25em}.button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-.5em - 1px)}.button .icon:first-child:last-child{margin-left:calc(-.5em - 1px);margin-right:calc(-.5em - 1px)}.button.is-hovered,.button:hover{border-color:#b5b5b5;color:#363636}.button.is-focused,.button:focus{border-color:#485fc7;color:#363636}.button.is-focused:not(:active),.button:focus:not(:active){box-shadow:0 0 0 .125em rgba(72,95,199,.25)}.button.is-active,.button:active{border-color:#4a4a4a;color:#363636}.button.is-text{background-color:transparent;border-color:transparent;color:#4a4a4a;text-decoration:none}.button.is-text.is-focused,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text:hover{background-color:#f5f5f5;color:#363636}.button.is-text.is-active,.button.is-text:active{background-color:#e8e8e8;color:#363636}.button.is-text[disabled],fieldset[disabled] .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}.button.is-ghost{background:none;border-color:transparent;color:#485fc7;text-decoration:none}.button.is-ghost.is-hovered,.button.is-ghost:hover{color:#485fc7;text-decoration:underline}.button.is-white{background-color:#fff;border-color:transparent;color:#000}.button.is-white.is-hovered,.button.is-white:hover{background-color:#f9f9f9;border-color:transparent;color:#000}.button.is-white.is-focused,.button.is-white:focus{border-color:transparent;color:#000}.button.is-white.is-focused:not(:active),.button.is-white:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,100%,.25)}.button.is-white.is-active,.button.is-white:active{background-color:#f2f2f2;border-color:transparent;color:#000}.button.is-white[disabled],fieldset[disabled] .button.is-white{background-color:#fff;border-color:#fff;box-shadow:none}.button.is-white.is-inverted{background-color:#000;color:#fff}.button.is-white.is-inverted.is-hovered,.button.is-white.is-inverted:hover{background-color:#000}.button.is-white.is-inverted[disabled],fieldset[disabled] .button.is-white.is-inverted{background-color:#000;border-color:transparent;box-shadow:none;color:#fff}.button.is-white.is-loading:after{border-color:transparent transparent #000 #000!important}.button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-white.is-outlined.is-focused,.button.is-white.is-outlined.is-hovered,.button.is-white.is-outlined:focus,.button.is-white.is-outlined:hover{background-color:#fff;border-color:#fff;color:#000}.button.is-white.is-outlined.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-white.is-outlined.is-loading.is-focused:after,.button.is-white.is-outlined.is-loading.is-hovered:after,.button.is-white.is-outlined.is-loading:focus:after,.button.is-white.is-outlined.is-loading:hover:after{border-color:transparent transparent #000 #000!important}.button.is-white.is-outlined[disabled],fieldset[disabled] .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#000;color:#000}.button.is-white.is-inverted.is-outlined.is-focused,.button.is-white.is-inverted.is-outlined.is-hovered,.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined:hover{background-color:#000;color:#fff}.button.is-white.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-white.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-white.is-inverted.is-outlined.is-loading:focus:after,.button.is-white.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#000;box-shadow:none;color:#000}.button.is-black,.button.is-black.is-hovered,.button.is-black:hover{background-color:#000;border-color:transparent;color:#fff}.button.is-black.is-focused,.button.is-black:focus{border-color:transparent;color:#fff}.button.is-black.is-focused:not(:active),.button.is-black:focus:not(:active){box-shadow:0 0 0 .125em rgba(0,0,0,.25)}.button.is-black.is-active,.button.is-black:active{background-color:#000;border-color:transparent;color:#fff}.button.is-black[disabled],fieldset[disabled] .button.is-black{background-color:#000;border-color:#000;box-shadow:none}.button.is-black.is-inverted{background-color:#fff;color:#000}.button.is-black.is-inverted.is-hovered,.button.is-black.is-inverted:hover{background-color:#f2f2f2}.button.is-black.is-inverted[disabled],fieldset[disabled] .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#000}.button.is-black.is-loading:after{border-color:transparent transparent #fff #fff!important}.button.is-black.is-outlined{background-color:transparent;border-color:#000;color:#000}.button.is-black.is-outlined.is-focused,.button.is-black.is-outlined.is-hovered,.button.is-black.is-outlined:focus,.button.is-black.is-outlined:hover{background-color:#000;border-color:#000;color:#fff}.button.is-black.is-outlined.is-loading:after{border-color:transparent transparent #000 #000!important}.button.is-black.is-outlined.is-loading.is-focused:after,.button.is-black.is-outlined.is-loading.is-hovered:after,.button.is-black.is-outlined.is-loading:focus:after,.button.is-black.is-outlined.is-loading:hover:after{border-color:transparent transparent #fff #fff!important}.button.is-black.is-outlined[disabled],fieldset[disabled] .button.is-black.is-outlined{background-color:transparent;border-color:#000;box-shadow:none;color:#000}.button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-black.is-inverted.is-outlined.is-focused,.button.is-black.is-inverted.is-outlined.is-hovered,.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined:hover{background-color:#fff;color:#000}.button.is-black.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-black.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-black.is-inverted.is-outlined.is-loading:focus:after,.button.is-black.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #000 #000!important}.button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-light{background-color:#f4f4f4;border-color:transparent;color:#303030}.button.is-light.is-hovered,.button.is-light:hover{background-color:#eee;border-color:transparent;color:#303030}.button.is-light.is-focused,.button.is-light:focus{border-color:transparent;color:#303030}.button.is-light.is-focused:not(:active),.button.is-light:focus:not(:active){box-shadow:0 0 0 .125em hsla(0,0%,96%,.25)}.button.is-light.is-active,.button.is-light:active{background-color:#e7e7e7;border-color:transparent;color:#303030}.button.is-light[disabled],fieldset[disabled] .button.is-light{background-color:#f4f4f4;border-color:#f4f4f4;box-shadow:none}.button.is-light.is-inverted{background-color:#303030;color:#f4f4f4}.button.is-light.is-inverted.is-hovered,.button.is-light.is-inverted:hover{background-color:#232323}.button.is-light.is-inverted[disabled],fieldset[disabled] .button.is-light.is-inverted{background-color:#303030;border-color:transparent;box-shadow:none;color:#f4f4f4}.button.is-light.is-loading:after{border-color:transparent transparent #303030 #303030!important}.button.is-light.is-outlined{background-color:transparent;border-color:#f4f4f4;color:#f4f4f4}.button.is-light.is-outlined.is-focused,.button.is-light.is-outlined.is-hovered,.button.is-light.is-outlined:focus,.button.is-light.is-outlined:hover{background-color:#f4f4f4;border-color:#f4f4f4;color:#303030}.button.is-light.is-outlined.is-loading:after{border-color:transparent transparent #f4f4f4 #f4f4f4!important}.button.is-light.is-outlined.is-loading.is-focused:after,.button.is-light.is-outlined.is-loading.is-hovered:after,.button.is-light.is-outlined.is-loading:focus:after,.button.is-light.is-outlined.is-loading:hover:after{border-color:transparent transparent #303030 #303030!important}.button.is-light.is-outlined[disabled],fieldset[disabled] .button.is-light.is-outlined{background-color:transparent;border-color:#f4f4f4;box-shadow:none;color:#f4f4f4}.button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:#303030;color:#303030}.button.is-light.is-inverted.is-outlined.is-focused,.button.is-light.is-inverted.is-outlined.is-hovered,.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined:hover{background-color:#303030;color:#f4f4f4}.button.is-light.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-light.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-light.is-inverted.is-outlined.is-loading:focus:after,.button.is-light.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #f4f4f4 #f4f4f4!important}.button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:#303030;box-shadow:none;color:#303030}.button.is-dark{background-color:#303030;border-color:transparent;color:#f4f4f4}.button.is-dark.is-hovered,.button.is-dark:hover{background-color:#2a2a2a;border-color:transparent;color:#f4f4f4}.button.is-dark.is-focused,.button.is-dark:focus{border-color:transparent;color:#f4f4f4}.button.is-dark.is-focused:not(:active),.button.is-dark:focus:not(:active){box-shadow:0 0 0 .125em rgba(48,48,48,.25)}.button.is-dark.is-active,.button.is-dark:active{background-color:#232323;border-color:transparent;color:#f4f4f4}.button.is-dark[disabled],fieldset[disabled] .button.is-dark{background-color:#303030;border-color:#303030;box-shadow:none}.button.is-dark.is-inverted{background-color:#f4f4f4;color:#303030}.button.is-dark.is-inverted.is-hovered,.button.is-dark.is-inverted:hover{background-color:#e7e7e7}.button.is-dark.is-inverted[disabled],fieldset[disabled] .button.is-dark.is-inverted{background-color:#f4f4f4;border-color:transparent;box-shadow:none;color:#303030}.button.is-dark.is-loading:after{border-color:transparent transparent #f4f4f4 #f4f4f4!important}.button.is-dark.is-outlined{background-color:transparent;border-color:#303030;color:#303030}.button.is-dark.is-outlined.is-focused,.button.is-dark.is-outlined.is-hovered,.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined:hover{background-color:#303030;border-color:#303030;color:#f4f4f4}.button.is-dark.is-outlined.is-loading:after{border-color:transparent transparent #303030 #303030!important}.button.is-dark.is-outlined.is-loading.is-focused:after,.button.is-dark.is-outlined.is-loading.is-hovered:after,.button.is-dark.is-outlined.is-loading:focus:after,.button.is-dark.is-outlined.is-loading:hover:after{border-color:transparent transparent #f4f4f4 #f4f4f4!important}.button.is-dark.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-outlined{background-color:transparent;border-color:#303030;box-shadow:none;color:#303030}.button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#f4f4f4;color:#f4f4f4}.button.is-dark.is-inverted.is-outlined.is-focused,.button.is-dark.is-inverted.is-outlined.is-hovered,.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined:hover{background-color:#f4f4f4;color:#303030}.button.is-dark.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-dark.is-inverted.is-outlined.is-loading:focus:after,.button.is-dark.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #303030 #303030!important}.button.is-dark.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#f4f4f4;box-shadow:none;color:#f4f4f4}.button.is-primary{background-color:#c00;border-color:transparent;color:#620505}.button.is-primary.is-hovered,.button.is-primary:hover{background-color:#bf0000;border-color:transparent;color:#620505}.button.is-primary.is-focused,.button.is-primary:focus{border-color:transparent;color:#620505}.button.is-primary.is-focused:not(:active),.button.is-primary:focus:not(:active){box-shadow:0 0 0 .125em rgba(204,0,0,.25)}.button.is-primary.is-active,.button.is-primary:active{background-color:#b30000;border-color:transparent;color:#620505}.button.is-primary[disabled],fieldset[disabled] .button.is-primary{background-color:#c00;border-color:#c00;box-shadow:none}.button.is-primary.is-inverted{background-color:#620505;color:#c00}.button.is-primary.is-inverted.is-hovered,.button.is-primary.is-inverted:hover{background-color:#4a0404}.button.is-primary.is-inverted[disabled],fieldset[disabled] .button.is-primary.is-inverted{background-color:#620505;border-color:transparent;box-shadow:none;color:#c00}.button.is-primary.is-loading:after{border-color:transparent transparent #620505 #620505!important}.button.is-primary.is-outlined{background-color:transparent;border-color:#c00;color:#c00}.button.is-primary.is-outlined.is-focused,.button.is-primary.is-outlined.is-hovered,.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined:hover{background-color:#c00;border-color:#c00;color:#620505}.button.is-primary.is-outlined.is-loading:after{border-color:transparent transparent #c00 #c00!important}.button.is-primary.is-outlined.is-loading.is-focused:after,.button.is-primary.is-outlined.is-loading.is-hovered:after,.button.is-primary.is-outlined.is-loading:focus:after,.button.is-primary.is-outlined.is-loading:hover:after{border-color:transparent transparent #620505 #620505!important}.button.is-primary.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-outlined{background-color:transparent;border-color:#c00;box-shadow:none;color:#c00}.button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#620505;color:#620505}.button.is-primary.is-inverted.is-outlined.is-focused,.button.is-primary.is-inverted.is-outlined.is-hovered,.button.is-primary.is-inverted.is-outlined:focus,.button.is-primary.is-inverted.is-outlined:hover{background-color:#620505;color:#c00}.button.is-primary.is-inverted.is-outlined.is-loading.is-focused:after,.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered:after,.button.is-primary.is-inverted.is-outlined.is-loading:focus:after,.button.is-primary.is-inverted.is-outlined.is-loading:hover:after{border-color:transparent transparent #c00 #c00!important}.button.is-primary.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#620505;box-shadow:none;color:#620505}.button.is-primary.is-light{background-color:#c00;color:#be0000}.button.is-primary.is-light.is-hovered,.button.is-primary.is-light:hover{background-color:#bf0000;border-color:transparent;color:#be0000}.button.is-primary.is-light.is-active,.button.is-primary.is-light:active{background-color:#b30000;border-color:transparent;color:#be0000}.button.is-small{font-size:.75rem}.button.is-small:not(.is-rounded){border-radius:2px}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{background-color:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.5}.button.is-fullwidth{display:flex;width:100%}.button.is-loading{color:transparent!important;pointer-events:none}.button.is-loading:after{left:calc(50% - .5em);position:absolute;position:absolute!important;top:calc(50% - .5em)}.button.is-static{background-color:#f5f5f5;border-color:#dbdbdb;box-shadow:none;color:#7a7a7a;pointer-events:none}.button.is-rounded{border-radius:9999px;padding-left:1.25em;padding-right:1.25em}.buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.buttons .button{margin-bottom:.5rem}.buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}.buttons:last-child{margin-bottom:-.5rem}.buttons:not(:last-child){margin-bottom:1rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:2px}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button.is-hovered,.buttons.has-addons .button:hover{z-index:2}.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-focused,.buttons.has-addons .button.is-selected,.buttons.has-addons .button:active,.buttons.has-addons .button:focus{z-index:3}.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button.is-selected:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button:focus:hover{z-index:4}.buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}.buttons.is-centered{justify-content:center}.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}.buttons.is-right{justify-content:flex-end}.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:9999px}.image.is-fullwidth{width:100%}.image.is-16by9 .has-ratio,.image.is-16by9 img,.image.is-1by1 .has-ratio,.image.is-1by1 img,.image.is-1by2 .has-ratio,.image.is-1by2 img,.image.is-1by3 .has-ratio,.image.is-1by3 img,.image.is-2by1 .has-ratio,.image.is-2by1 img,.image.is-2by3 .has-ratio,.image.is-2by3 img,.image.is-3by1 .has-ratio,.image.is-3by1 img,.image.is-3by2 .has-ratio,.image.is-3by2 img,.image.is-3by4 .has-ratio,.image.is-3by4 img,.image.is-3by5 .has-ratio,.image.is-3by5 img,.image.is-4by3 .has-ratio,.image.is-4by3 img,.image.is-4by5 .has-ratio,.image.is-4by5 img,.image.is-5by3 .has-ratio,.image.is-5by3 img,.image.is-5by4 .has-ratio,.image.is-5by4 img,.image.is-9by16 .has-ratio,.image.is-9by16 img,.image.is-square .has-ratio,.image.is-square img{height:100%;width:100%}.image.is-1by1,.image.is-square{padding-top:100%}.image.is-5by4{padding-top:80%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-5by3{padding-top:60%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-3by1{padding-top:33.3333%}.image.is-4by5{padding-top:125%}.image.is-3by4{padding-top:133.3333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.6666%}.image.is-9by16{padding-top:177.7777%}.image.is-1by2{padding-top:200%}.image.is-1by3{padding-top:300%}.image.is-16x16{height:16px;width:16px}.image.is-24x24{height:24px;width:24px}.image.is-32x32{height:32px;width:32px}.image.is-48x48{height:48px;width:48px}.image.is-64x64{height:64px;width:64px}.image.is-96x96{height:96px;width:96px}.image.is-128x128{height:128px;width:128px}.navbar{background-color:#fff;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#fff;color:#000}.navbar.is-white .navbar-brand .navbar-link,.navbar.is-white .navbar-brand>.navbar-item{color:#000}.navbar.is-white .navbar-brand .navbar-link.is-active,.navbar.is-white .navbar-brand .navbar-link:focus,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand>a.navbar-item:focus,.navbar.is-white .navbar-brand>a.navbar-item:hover{background-color:#f2f2f2;color:#000}.navbar.is-white .navbar-brand .navbar-link:after{border-color:#000}.navbar.is-white .navbar-burger{color:#000}.navbar.is-black{background-color:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link,.navbar.is-black .navbar-brand>.navbar-item{color:#fff}.navbar.is-black .navbar-brand .navbar-link.is-active,.navbar.is-black .navbar-brand .navbar-link:focus,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand>a.navbar-item:focus,.navbar.is-black .navbar-brand>a.navbar-item:hover{background-color:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link:after{border-color:#fff}.navbar.is-black .navbar-burger{color:#fff}.navbar.is-light{background-color:#f4f4f4;color:#303030}.navbar.is-light .navbar-brand .navbar-link,.navbar.is-light .navbar-brand>.navbar-item{color:#303030}.navbar.is-light .navbar-brand .navbar-link.is-active,.navbar.is-light .navbar-brand .navbar-link:focus,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand>a.navbar-item:focus,.navbar.is-light .navbar-brand>a.navbar-item:hover{background-color:#e7e7e7;color:#303030}.navbar.is-light .navbar-brand .navbar-link:after{border-color:#303030}.navbar.is-light .navbar-burger{color:#303030}.navbar.is-dark{background-color:#303030;color:#f4f4f4}.navbar.is-dark .navbar-brand .navbar-link,.navbar.is-dark .navbar-brand>.navbar-item{color:#f4f4f4}.navbar.is-dark .navbar-brand .navbar-link.is-active,.navbar.is-dark .navbar-brand .navbar-link:focus,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand>a.navbar-item:focus,.navbar.is-dark .navbar-brand>a.navbar-item:hover{background-color:#232323;color:#f4f4f4}.navbar.is-dark .navbar-brand .navbar-link:after{border-color:#f4f4f4}.navbar.is-dark .navbar-burger{color:#f4f4f4}.navbar.is-primary{background-color:#c00;color:#620505}.navbar.is-primary .navbar-brand .navbar-link,.navbar.is-primary .navbar-brand>.navbar-item{color:#620505}.navbar.is-primary .navbar-brand .navbar-link.is-active,.navbar.is-primary .navbar-brand .navbar-link:focus,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand>a.navbar-item:focus,.navbar.is-primary .navbar-brand>a.navbar-item:hover{background-color:#b30000;color:#620505}.navbar.is-primary .navbar-brand .navbar-link:after{border-color:#620505}.navbar.is-primary .navbar-burger{color:#620505}.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 0 0 #f5f5f5}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #f5f5f5}.navbar.is-fixed-top{top:0}body.has-navbar-fixed-top,html.has-navbar-fixed-top{padding-top:3.25rem}body.has-navbar-fixed-bottom,html.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.navbar-brand a.navbar-item:focus,.navbar-brand a.navbar-item:hover{background-color:transparent}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:none;border:none;color:#4a4a4a;cursor:pointer;display:block;height:3.25rem;margin-left:auto;position:relative;width:3.25rem}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:first-child{top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,.05)}.navbar-burger.is-active span:first-child{transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#4a4a4a;display:block;line-height:1.5;padding:.5rem .75rem;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-.25rem;margin-right:-.25rem}.navbar-link,a.navbar-item{cursor:pointer}.navbar-link.is-active,.navbar-link:focus,.navbar-link:focus-within,.navbar-link:hover,a.navbar-item.is-active,a.navbar-item:focus,a.navbar-item:focus-within,a.navbar-item:hover{background-color:#fafafa;color:#485fc7}.navbar-item{flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(.5rem - 1px)}.navbar-item.is-tab:focus,.navbar-item.is-tab:hover{background-color:transparent;border-bottom-color:#485fc7}.navbar-item.is-tab.is-active{background-color:transparent;border-bottom:3px solid #485fc7;color:#485fc7;padding-bottom:calc(.5rem - 3px)}.navbar-content{flex-grow:1;flex-shrink:1}.navbar-link:not(.is-arrowless){padding-right:2.5em}.navbar-link:not(.is-arrowless):after{border-color:#485fc7;margin-top:-.375em;right:1.125em}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#f5f5f5;border:none;display:none;height:2px;margin:.5rem 0}.hero.is-fullheight-with-navbar{min-height:calc(100vh - 3.25rem)}.dropdown{display:inline-flex;position:relative;vertical-align:top}.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu{display:block}.dropdown.is-right .dropdown-menu{left:auto;right:0}.dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:0;top:auto}.dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}.dropdown-content{background-color:#fff;border-radius:4px;box-shadow:0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.02);padding-bottom:.5rem;padding-top:.5rem}.dropdown-item{color:#4a4a4a;display:block;font-size:.875rem;line-height:1.5;padding:.375rem 1rem;position:relative}a.dropdown-item,button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}a.dropdown-item:hover,button.dropdown-item:hover{background-color:#f5f5f5;color:#0a0a0a}a.dropdown-item.is-active,button.dropdown-item.is-active{background-color:#485fc7;color:#fff}.dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:.5rem 0}.level{align-items:center;justify-content:space-between}.level code{border-radius:4px}.level img{display:inline-block;vertical-align:top}.level.is-mobile,.level.is-mobile .level-left,.level.is-mobile .level-right{display:flex}.level.is-mobile .level-left+.level-right{margin-top:0}.level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}.level.is-mobile .level-item:not(.is-narrow){flex-grow:1}.level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}.level-item .subtitle,.level-item .title{margin-bottom:0}.level-left,.level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{flex-grow:1}.level-left{align-items:center;justify-content:flex-start}.level-right{align-items:center;justify-content:flex-end}a{font-weight:500;text-decoration:underline;text-underline-offset:.125rem}a:hover{color:#1a1a1a;text-decoration:none}a:focus{outline:.0625rem dotted #000;outline-offset:.125rem}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{font-size:16px}a.button{border-radius:.25rem;font-family:Amsi Pro Narrow;font-size:1rem;font-weight:800;margin:1rem 0;padding:1.25rem 1.5rem;text-align:center;text-decoration:none}a.button svg.icon{height:1rem;margin-right:.41rem;width:1rem}a.button svg.icon:first-child,a.button svg.icon:last-child{margin-left:0!important;margin-right:.41rem!important}a.button.is-primary{background-color:#c00;border:1px solid #c00;color:#fff}a.button.is-primary:focus,a.button.is-primary:hover{background-color:#fff;border-color:#fff;color:#c00}a.button.is-primary:focus svg,a.button.is-primary:hover svg{fill:#c00}a.button.is-secondary{background-color:#620505;border:1px solid #620505;color:#fff}a.button.is-white{background-color:#fff;border:1px solid #c00;color:#c00}a.button.is-white svg{fill:#c00}a.button.is-ghost{background-color:transparent;border:1px solid #c00;color:#c00}a.button.is-ghost svg{fill:#c00}a.button.is-ghost:focus,a.button.is-ghost:hover{background-color:#fff;border-color:#c00;color:#c00}a.button.is-ghost:focus svg,a.button.is-ghost:hover svg{fill:#c00}a.button.is-footer{background-color:transparent;border-color:#fff;color:#fff}a.button.is-footer svg{height:1rem;margin-left:.41rem;width:1rem;fill:#fff}a.button.is-footer svg:first-child,a.button.is-footer svg:last-child{margin-left:.41rem!important;margin-right:0!important}a.button.is-footer:focus,a.button.is-footer:hover{background-color:#fff;border-color:#fff;color:#c00}a.button.is-footer:focus svg,a.button.is-footer:hover svg{fill:#c00}.gform_confirmation_message{font-size:1.2rem;font-weight:700;margin:2rem 0}input.duet-date__input,input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],select,textarea{background-color:#fff;border:1px solid #9f9fa3;border-radius:.25rem;box-shadow:none;color:#000;font-size:1rem;line-height:normal;max-width:100%;outline-offset:.25rem;padding:.7rem .5rem;width:100%}input.duet-date__input:focus,input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,select:focus,textarea:focus{outline:.125rem dotted #c00}input.duet-date__input.is-rounded,input[type=date].is-rounded,input[type=email].is-rounded,input[type=number].is-rounded,input[type=password].is-rounded,input[type=search].is-rounded,input[type=tel].is-rounded,input[type=text].is-rounded,input[type=time].is-rounded,input[type=url].is-rounded,select.is-rounded,textarea.is-rounded{border-radius:3.43rem;padding-left:1.25rem;padding-right:1.25rem}textarea{background-color:#fff;border:1px solid #9f9fa3;padding:.7rem}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/app/themes/veri/assets/dist/ec06792ce137531f46d6.svg);background-position:right .5rem top 50%;background-repeat:no-repeat;min-width:9rem;padding-right:2rem}select.is-rounded{padding-right:1.75rem}input[type=checkbox],input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #9f9fa3;border-radius:.25rem;display:grid!important;height:1.5rem;margin:0 .7rem 0 0;outline-offset:.25rem;overflow:hidden;place-content:center;width:1.5rem}input[type=checkbox]:before,input[type=radio]:before{background-color:#c00;content:"";height:.7rem;transform:scale(0);width:.7rem}input[type=checkbox]:focus,input[type=radio]:focus{outline:.125rem dotted #c00}input[type=checkbox]:checked{border-color:#c00}input[type=checkbox]:checked:before{background-color:#c00;transform:scale(1)}input[type=radio],input[type=radio]:before{border-radius:50%}input[type=radio]:checked:before{transform:scale(1)}input[type=submit]{background-color:#c00;color:#fff}input[type=submit]:focus,input[type=submit]:hover{color:#fff}.gform_wrapper .gform_title{margin-top:0}.gform_wrapper .gform_fields{list-style-type:none;margin:0;padding:0}.gform_wrapper .gform_fields .gfield{margin-top:.5rem;padding:0}.gform_wrapper .gform_fields .gfield_label{font-size:1rem;font-weight:400}.gform_wrapper .gform_fields .gfield_error{padding-bottom:.5rem}.gform_wrapper .gform_fields .gfield_error input{border-color:#c00!important}.gform_wrapper .gform_fields fieldset.gfield{margin-top:1rem}.gform_wrapper .gform_fields legend.gfield_label{font-weight:600;margin-bottom:1rem}.gform_wrapper .gfield_checkbox .gchoice,.gform_wrapper .gfield_radio .gchoice{align-items:center;display:flex;line-height:1;margin:0 0 1rem}.gform_wrapper .gfield_checkbox label,.gform_wrapper .gfield_radio label{margin-bottom:0}.gform_wrapper .ginput_container_consent{align-items:center;display:flex;line-height:1;margin:0 0 1rem}.gform_wrapper .ginput_container_consent label{margin-bottom:2px}.gform_wrapper .gform_submission_error{color:#c00;font-size:1.44rem;padding-left:2rem}.gform_wrapper .gform_validation_errors{border:0;border-radius:0;box-shadow:none;margin:0 0 1.5rem;padding:1rem}.gform_wrapper .gform_validation_errors h2{color:#000;line-height:1.2}.gform_wrapper .gform_validation_errors .gform-icon--close{display:none}.gform_wrapper .gform_required_legend,.gform_wrapper .validation_message{background-color:#fff;border:0;color:#000;font-size:1rem;margin-top:.25rem;padding:.5rem}.gform_wrapper .gform_required_legend .gfield_required_asterisk,.gform_wrapper .validation_message .gfield_required_asterisk{margin:0 2px}.gform_wrapper .gform_required_legend{margin-top:1rem}.gform_wrapper .gfield_required_asterisk{color:#000;font-size:1rem}.gform_wrapper .ginput_counter{color:#000}.gform_wrapper .gform_heading{margin-bottom:2rem}.gform_wrapper .gform_footer{align-items:center;display:flex;justify-content:center;margin-top:1rem;padding-bottom:0}.gform_wrapper .gform_footer .gform_button{margin:0}.gform_wrapper .gform_ajax_spinner{margin-left:1rem}.gform_wrapper .gform_validation_container{display:none!important;left:-9000px;position:absolute!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:Amsi Pro Narrow;line-height:1.3}.h1,h1{font-size:2rem}.h2,h2{font-size:1.8rem}.h3,h3{font-size:1.375rem}.h4,h4{font-size:1.1875rem}.h5,h5{font-size:1.0625rem}.is-object-fit-cover{-o-object-fit:cover;object-fit:cover}iframe{max-width:100%}ol,ul{padding-left:2rem}ol,p,ul{margin:1rem 0}.is-lead{font-size:1.25rem;font-weight:600;line-height:1.6}body,html{color:#000;font-family:Open Sans}a,body,html,p{font-size:1rem}a,p{font-weight:400;line-height:1.5}p{color:#000}p.lead{font-size:1.2rem}.h1,.h2,.h3,.h4,.h5,.h6,.hero-title,h1,h2,h3,h4,h5,h6{color:#620505;font-family:Amsi Pro Narrow;font-weight:800;line-height:1.2;margin-bottom:1rem;margin-top:1.5rem}.h1 strong,.h2 strong,.h3 strong,.h4 strong,.h5 strong,.h6 strong,.hero-title strong,h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{color:#620505}.hero-title{font-size:2.488rem}.h1,h1{font-size:2.074rem}.h2,h2{font-size:1.728rem}.h3,h3{font-size:1.44rem}.h4,h4{font-size:1.2rem}.h5,.h6,h5,h6{font-size:1rem}strong{font-weight:700}cite,em{font-style:italic}cite,figcaption,small{font-size:1rem}blockquote{border-left:.375rem solid #eee;padding-left:2rem}a:focus,a:hover{text-decoration:underline}a:focus{outline:.0625rem dotted}.content a:not(.button){text-decoration:underline}dl,ol,ul{padding-left:2rem}ol li{margin-bottom:.5rem;padding-left:.25rem;position:relative}ol li::marker{font-family:Amsi Pro Narrow;font-weight:900}ul.is-unstyled{list-style:none}ul li{margin-bottom:.5rem;padding-left:.5rem;position:relative}.content ol{margin-left:1rem!important}.content ol li{margin-bottom:.75rem}.has-background-cover{background-position:50%;background-repeat:no-repeat;background-size:cover}.breadcrumbs{display:block;padding:4rem 1rem 1rem 1.5rem}.breadcrumbs__list{gap:.25rem;list-style-type:none;overflow:hidden;position:relative;z-index:20}.breadcrumbs__breadcrumb,.breadcrumbs__list{align-items:center;display:flex;margin:0;padding:0}.breadcrumbs__breadcrumb{font-size:.75rem;line-height:1.5}.breadcrumbs__breadcrumb a{color:#620505;display:block;font-family:Amsi Pro Narrow;font-size:.75rem;max-width:90px;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.breadcrumbs__breadcrumb.last{overflow:hidden}.breadcrumbs__breadcrumb span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.breadcrumbs__home{display:block;height:1.25rem;width:1.25rem;fill:#620505}.breadcrumbs__separator{display:block;height:1rem;margin-left:.25rem;width:1rem;fill:#9f9fa3}.is-order-1{order:1}.is-reverse-columns{display:flex;flex-direction:column-reverse}.is-reverse-columns .column{width:100%}.keep-vertical-spacing>:first-child{margin-top:0!important}.keep-vertical-spacing>:last-child{margin-bottom:0!important}.is-unstyled{list-style:none;margin:0;padding:0}.has-responsive-container iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:.75rem!important}.m-4{margin:1rem!important}.m-5{margin:1.5rem!important}.m-6{margin:2rem!important}.m-7{margin:2.5rem!important}.m-8{margin:3rem!important}.m-9{margin:4rem!important}.m-10{margin:5rem!important}.m-11{margin:6rem!important}.m-12{margin:7rem!important}.m-auto{margin:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:.75rem!important}.mt-4{margin-top:1rem!important}.mt-5{margin-top:1.5rem!important}.mt-6{margin-top:2rem!important}.mt-7{margin-top:2.5rem!important}.mt-8{margin-top:3rem!important}.mt-9{margin-top:4rem!important}.mt-10{margin-top:5rem!important}.mt-11{margin-top:6rem!important}.mt-12{margin-top:7rem!important}.mt-auto{margin-top:auto!important}.mr-0{margin-right:0!important}.mr-1{margin-right:.25rem!important}.mr-2{margin-right:.5rem!important}.mr-3{margin-right:.75rem!important}.mr-4{margin-right:1rem!important}.mr-5{margin-right:1.5rem!important}.mr-6{margin-right:2rem!important}.mr-7{margin-right:2.5rem!important}.mr-8{margin-right:3rem!important}.mr-9{margin-right:4rem!important}.mr-10{margin-right:5rem!important}.mr-11{margin-right:6rem!important}.mr-12{margin-right:7rem!important}.mr-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:.75rem!important}.mb-4{margin-bottom:1rem!important}.mb-5{margin-bottom:1.5rem!important}.mb-6{margin-bottom:2rem!important}.mb-7{margin-bottom:2.5rem!important}.mb-8{margin-bottom:3rem!important}.mb-9{margin-bottom:4rem!important}.mb-10{margin-bottom:5rem!important}.mb-11{margin-bottom:6rem!important}.mb-12{margin-bottom:7rem!important}.mb-auto{margin-bottom:auto!important}.ml-0{margin-left:0!important}.ml-1{margin-left:.25rem!important}.ml-2{margin-left:.5rem!important}.ml-3{margin-left:.75rem!important}.ml-4{margin-left:1rem!important}.ml-5{margin-left:1.5rem!important}.ml-6{margin-left:2rem!important}.ml-7{margin-left:2.5rem!important}.ml-8{margin-left:3rem!important}.ml-9{margin-left:4rem!important}.ml-10{margin-left:5rem!important}.ml-11{margin-left:6rem!important}.ml-12{margin-left:7rem!important}.ml-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:.75rem!important}.p-4{padding:1rem!important}.p-5{padding:1.5rem!important}.p-6{padding:2rem!important}.p-7{padding:2.5rem!important}.p-8{padding:3rem!important}.p-9{padding:4rem!important}.p-10{padding:5rem!important}.p-11{padding:6rem!important}.p-12{padding:7rem!important}.p-auto{padding:auto!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:.75rem!important}.pt-4{padding-top:1rem!important}.pt-5{padding-top:1.5rem!important}.pt-6{padding-top:2rem!important}.pt-7{padding-top:2.5rem!important}.pt-8{padding-top:3rem!important}.pt-9{padding-top:4rem!important}.pt-10{padding-top:5rem!important}.pt-11{padding-top:6rem!important}.pt-12{padding-top:7rem!important}.pt-auto{padding-top:auto!important}.pr-0{padding-right:0!important}.pr-1{padding-right:.25rem!important}.pr-2{padding-right:.5rem!important}.pr-3{padding-right:.75rem!important}.pr-4{padding-right:1rem!important}.pr-5{padding-right:1.5rem!important}.pr-6{padding-right:2rem!important}.pr-7{padding-right:2.5rem!important}.pr-8{padding-right:3rem!important}.pr-9{padding-right:4rem!important}.pr-10{padding-right:5rem!important}.pr-11{padding-right:6rem!important}.pr-12{padding-right:7rem!important}.pr-auto{padding-right:auto!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:.75rem!important}.pb-4{padding-bottom:1rem!important}.pb-5{padding-bottom:1.5rem!important}.pb-6{padding-bottom:2rem!important}.pb-7{padding-bottom:2.5rem!important}.pb-8{padding-bottom:3rem!important}.pb-9{padding-bottom:4rem!important}.pb-10{padding-bottom:5rem!important}.pb-11{padding-bottom:6rem!important}.pb-12{padding-bottom:7rem!important}.pb-auto{padding-bottom:auto!important}.pl-0{padding-left:0!important}.pl-1{padding-left:.25rem!important}.pl-2{padding-left:.5rem!important}.pl-3{padding-left:.75rem!important}.pl-4{padding-left:1rem!important}.pl-5{padding-left:1.5rem!important}.pl-6{padding-left:2rem!important}.pl-7{padding-left:2.5rem!important}.pl-8{padding-left:3rem!important}.pl-9{padding-left:4rem!important}.pl-10{padding-left:5rem!important}.pl-11{padding-left:6rem!important}.pl-12{padding-left:7rem!important}.pl-auto{padding-left:auto!important}.pagination-wrapper{padding-bottom:5rem;padding-top:5rem}.pagination-wrapper .pagination{align-items:center;display:flex;flex-direction:row;gap:2.25rem;justify-content:center;list-style:none;padding-left:0}.pagination-wrapper .pagination .paginate a{align-items:center;border:2px solid #c00;border-radius:.25rem;color:#c00;display:flex;font-family:Amsi Pro Narrow;gap:.75rem;padding:1.25rem;text-decoration:none}.pagination-wrapper .pagination .paginate a svg{height:1.25rem;width:1.25rem;fill:#c00}.pagination-wrapper .pagination .paginate a:focus,.pagination-wrapper .pagination .paginate a:hover{background-color:#fff}.skip-to-content{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0 0 0 0);border:0;white-space:nowrap}.skip-to-content:active,.skip-to-content:focus{display:block;height:auto;left:1rem;margin:0;overflow:visible;padding:.5rem;top:1rem;width:auto;z-index:100000;clip:auto;background:#fff;box-shadow:0 0 .125rem .125rem rgba(0,0,0,.6);color:#485fc7;font-size:.875rem;font-weight:700;text-decoration:none;white-space:normal}.screen-reader-text{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;clip:rect(1px,1px,1px,1px);border:0;clip-path:inset(50%);word-wrap:normal!important}.js-site-nav .navbar-item:not(:first-child){margin-left:2.25rem}.js-site-nav .sub-menu{background-color:#fff;border-top:1px solid #d7d7d7;display:none;flex-direction:row;left:0;list-style-type:none;padding:4rem;position:absolute;right:0;top:10.625rem;width:100%}.js-site-nav .sub-menu .navbar-item{margin-left:0!important}.js-site-nav .sub-menu.is-opened{display:flex}.js-site-nav .sub-menu ul{margin:0;padding:0}.js-site-nav .sub-menu ul li{margin:1.25rem 0;padding:0}.js-site-nav-items{align-items:center;display:none;flex-direction:column;list-style-type:none;padding:0}.js-site-nav-items button{background:none;border:0;color:inherit;display:flex;line-height:1.5;padding:0;position:relative}.js-site-nav-items li{width:100%}.js-site-nav-items.is-opened{display:flex}.js-site-nav .sub-menu .navbar-item{align-items:flex-start!important;align-self:auto;flex-direction:column!important;flex-grow:1}.js-site-nav .sub-menu .navbar-item-link{color:inherit;font-family:AmsiProNarrowLight!important}.js-site-nav .sub-menu .navbar-item-link.title{color:#be0000;cursor:default;font-family:Amsi Pro Narrow!important;font-size:1.25rem;font-style:normal;letter-spacing:.04em;padding-bottom:.938rem;text-decoration:none}.js-site-nav .sub-menu .navbar-item-link.close{align-items:center;background:#f4f4f4;border-radius:.25rem;display:flex;flex:none;flex-direction:row;flex-grow:0;height:4.5rem;justify-content:center;order:0;padding:1.25rem 1rem;width:6.188rem}.js-site-nav .sub-menu .navbar-item-link.close:before{content:url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"19\" height=\"20\" fill=\"none\"><path fill=\"%23C00\" d=\"m18.833 2.547-1.88-1.88L9.5 8.12 2.047.667l-1.88 1.88L7.62 10 .167 17.453l1.88 1.88L9.5 11.88l7.453 7.453 1.88-1.88L11.38 10z\"/></svg>");display:block;height:1rem;margin-right:.5rem;width:1rem}.js-site-mobile-menu{display:none}.js-site-mobile-menu.is-opened{display:block}.js-site-mobile-menu.is-opened .site-header__topbar__languages-and-search{display:block!important}.js-site-mobile-nav{font-family:Amsi Pro Narrow;font-style:normal}.js-site-mobile-nav .sub-menu{background-color:#fff;display:none;flex-basis:calc(100% + 5.5rem);flex-direction:row;list-style-type:none;margin-left:-2.75rem;margin-right:-2.75rem;padding:0 .813rem;width:100%}.js-site-mobile-nav .sub-menu ul{display:none}.js-site-mobile-nav .sub-menu.is-opened,.js-site-mobile-nav .sub-menu.is-opened .navbar-item{display:block}.js-site-mobile-nav .sub-menu.is-opened .navbar-item ul{margin:0;padding:0}.js-site-mobile-nav .sub-menu.is-opened .navbar-item ul li{margin:0;padding:0 0 2rem}.js-site-mobile-nav .sub-menu.is-opened .navbar-item .navbar-item-link{color:#000!important;flex:none;flex-grow:0;font-family:AmsiProNarrowLight;font-size:1.2rem;height:1.25rem;letter-spacing:.04em;order:0;text-align:center;width:2rem}.js-site-mobile-nav .js-site-mobile-nav-items{background-color:#c00;display:block;margin:0;padding:0}.js-site-mobile-nav .js-site-mobile-nav-items .close+.mobile-subsubmenu{display:none!important}.js-site-mobile-nav .js-site-mobile-nav-items.is-opened{display:block}.js-site-mobile-nav .js-site-mobile-nav-items .sub-menu{margin-top:1.688rem;padding-top:1.25rem}.js-site-mobile-nav .js-site-mobile-nav-items .sub-menu .navbar-item{padding-bottom:.625rem!important;padding-top:.313rem!important}.js-site-mobile-nav .js-site-mobile-nav-items .sub-menu .navbar-item .navbar-item{padding-bottom:.625rem!important;padding-top:.625rem!important}.js-site-mobile-nav .js-site-mobile-nav-items .navbar-item{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.45);flex-wrap:wrap;margin-bottom:0;margin-left:2rem;margin-right:2rem;padding:2rem 0 1.375rem}.js-site-mobile-nav .js-site-mobile-nav-items .navbar-item:last-of-type{border-bottom:0}.js-site-mobile-nav .js-site-mobile-nav-items .navbar-item .mobile-subsubmenu{align-items:center;background:none;border:0;display:flex;justify-content:space-between;padding:0;position:relative;text-align:center;width:100%}.js-site-mobile-nav .js-site-mobile-nav-items .navbar-item .mobile-subsubmenu a{color:#c00;font-size:1.25rem;letter-spacing:.04em;text-decoration:none}.js-site-mobile-nav .js-site-mobile-nav-items .navbar-item .mobile-subsubmenu+ul>li>a{font-family:AmsiProNarrowLight}.js-site-mobile-nav .js-site-mobile-nav-items .navbar-item .open-icon-wrapper-mobile{background:#620505;border-radius:.25rem;flex:none;flex-grow:0;height:3.063rem;margin-left:.938rem;order:1;padding:.75rem;width:4.938rem}.js-site-mobile-nav .js-site-mobile-nav-items .navbar-item .open-icon-wrapper-mobile svg{fill:#fff}.js-site-mobile-nav .js-site-mobile-nav-items .navbar-item button{align-items:center;background:none;border:0;color:#fff;cursor:pointer;display:flex;font-family:Amsi Pro Narrow;font-size:1.25rem;justify-content:space-between;letter-spacing:.04em;padding:0;position:relative;text-align:center;text-decoration:none}.js-site-mobile-nav .js-site-mobile-nav-items .navbar-item button .open-icon-wrapper{background:#620505;border-radius:.25rem;flex:none;flex-grow:0;height:3rem;margin-left:.938rem;order:1;padding:.75rem;pointer-events:none;width:4.938rem}.js-site-mobile-nav .js-site-mobile-nav-items .navbar-item button .open-icon-wrapper svg{fill:#fff}.js-site-mobile-nav .js-site-mobile-nav-items .navbar-item button[aria-expanded=true]+.sub-menu{margin-bottom:-1.375rem}.js-site-mobile-nav .js-site-mobile-nav-items .navbar-item button[aria-expanded=true] .open-icon-wrapper svg{transform:rotate(180deg)}.js-site-mobile-nav .js-site-mobile-nav-items .navbar-item .navbar-item-link{color:#fff;flex:none;flex-grow:1;font-size:1.375rem;letter-spacing:.04em;order:0;text-decoration:none}.js-site-mobile-nav .js-site-mobile-nav-items .navbar-item .mobile-subsubmenu{padding-bottom:.313rem}.js-site-mobile-nav .js-site-mobile-nav-items .navbar-item .sub-menu li ul li:last-of-type{margin-bottom:0;padding-bottom:0}.js-site-mobile-nav .js-site-mobile-nav-items .navbar-item .sub-menu .navbar-item ul li{padding-bottom:2rem}.js-site-mobile-nav .js-site-mobile-nav-items .navbar-item .sub-menu .navbar-item .open-icon-wrapper-mobile{background:#eee}.js-site-mobile-nav .js-site-mobile-nav-items .navbar-item .sub-menu .navbar-item .open-icon-wrapper-mobile svg{fill:#c00}.js-site-mobile-nav .js-site-mobile-nav-items .navbar-item .sub-menu .navbar-item{margin-bottom:0;padding-bottom:0}.notification{background-color:#eee;padding:1rem}.notification__content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.notification__content p{margin:0}.notification__content a.button{margin:0 0 0 auto}.notification__content__text{align-items:center;display:flex;flex-wrap:nowrap;gap:.5rem}.notification__content--blob{animation:pulse-red 2s infinite;background:#c00;border-radius:50%;box-shadow:0 0 0 0 #c00;display:block;height:1.25rem;transform:scale(1);width:1.25rem}@keyframes pulse-red{0%{box-shadow:0 0 0 0 rgba(255,82,82,.7);transform:scale(.95)}70%{box-shadow:0 0 0 10px rgba(255,82,82,0);transform:scale(1)}to{box-shadow:0 0 0 0 rgba(255,82,82,0);transform:scale(.95)}}.site-footer{background-color:#c00;color:#fff;margin-top:3rem}.site-footer a:focus{outline:.15rem dotted #fff;outline-offset:.125rem}.site-footer h3{color:#fff;font-size:1.44rem}.site-footer p{color:#fff}.site-footer__upper{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:0 1.5rem 0 0}.site-footer__upper--logo{background-color:#fff;border-bottom-right-radius:.25rem;max-width:15rem}.site-footer__upper--logo img{min-width:10.75rem;padding:1rem}.site-footer__upper a.button.is-footer{margin:2.25rem 0 0 auto}.site-footer__content a{color:#fff}.site-footer__content a:focus,.site-footer__content a:hover{text-decoration:underline}.site-footer .link-list-container{padding-top:1rem}.site-footer__link-list a{color:#fff;padding-bottom:1rem}.site-footer__link-list a:focus,.site-footer__link-list a:hover{text-decoration:underline}.site-footer .some-container{display:flex;justify-content:flex-start;padding-top:0}.site-footer .some-container a{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:2.5rem;justify-content:center;margin:0 1rem;width:2.5rem}.site-footer .some-container a:focus,.site-footer .some-container a:hover{background-color:#be0000;border-color:#be0000;color:#fff}.site-footer .some-container a:focus svg,.site-footer .some-container a:hover svg{fill:#fff}.site-footer .some-container a svg{height:1rem;width:1rem;fill:#be0000}.site-footer__copyright{align-items:center;background-color:#be0000;display:flex;flex-wrap:wrap;font-size:.833rem;justify-content:center;padding:.75rem}.site-footer__copyright--text{font-size:.833rem}.site-footer__copyright .separator{display:none}.site-footer__copyright a{color:#fff;font-size:.833rem;margin-left:.5rem;margin-right:.5rem;text-decoration:underline}.site-header{position:relative}.site-header__wrapper{display:none;font-family:Amsi Pro Narrow;margin:0 auto;max-width:120rem}.site-header__top-bar{background-color:#00d1b2}.site-header__quick-links{margin-left:auto}.site-header__branding{margin-left:0}.site-header__menubar nav ul{padding-left:1.5rem;position:unset}.site-header__logo-image{height:auto;margin-left:1rem;max-width:10.625rem;position:relative;z-index:20}.site-header__logo-image img{width:267px}.site-header__logo-image a:focus{outline:.15rem dotted #000;outline-offset:.125rem}.site-header__quick-link{color:#fff;letter-spacing:.01rem;position:relative;text-decoration:none}.site-header__quick-link:focus,.site-header__quick-link:hover{color:#fff;text-decoration:underline}.site-header__quick-link:focus:after{bottom:0;content:"";height:100%;left:0;outline:.0625rem dotted #fff;outline-offset:.125rem;position:absolute;right:0;top:0;width:100%}.site-header__language-nav{margin:0 1rem}.site-header__search{display:inline-flex;margin-left:1rem}.site-header__search:focus,.site-header__search:hover{outline:.0625rem dotted #fff;outline-offset:.4rem}.site-header .site-header__wrapper .container{overflow:hidden}.site-header .site-header-mobile__wrapper{display:block}.site-header .site-header-mobile__wrapper .site-header__branding{align-items:center;display:flex;justify-content:space-between;margin-left:0;padding-top:.625rem;width:auto}.site-header .site-header-mobile__wrapper .site-header__branding .navbar-burger:focus,.site-header .site-header-mobile__wrapper .site-header__branding .navbar-burger:hover{background-color:unset!important}.site-header .site-header-mobile__wrapper .site-header__branding .navbar-burger{color:#000;height:2.125rem!important;margin-left:inherit;margin-right:1.5rem;width:2.125rem!important}.site-header .site-header-mobile__wrapper .site-header__branding .navbar-burger:focus{outline:.15rem dotted #000;outline-offset:.125rem}.site-header .site-header-mobile__wrapper .site-header__branding .navbar-burger span{left:0}.site-header .site-header-mobile__wrapper .site-header__branding .navbar-burger span:not(.firstx,.secondx){height:.188rem!important;width:2.125rem!important}.site-header .site-header-mobile__wrapper .site-header__branding .navbar-burger span:not(.firstx,.secondx):first-child{top:calc(50% - 10px)}.site-header .site-header-mobile__wrapper .site-header__branding .navbar-burger span:not(.firstx,.secondx):nth-child(3){top:calc(50% + 11px)}.site-header .site-header-mobile__wrapper .site-header__branding .navbar-burger span:not(.firstx,.secondx):nth-child(2){top:50%}.site-header .site-header-mobile__wrapper .site-header__branding .navbar-burger span.firstx,.site-header .site-header-mobile__wrapper .site-header__branding .navbar-burger span.secondx{color:#000;display:none;height:.23rem!important;width:2.125rem!important}.site-header .site-header-mobile__wrapper .site-header__branding .navbar-burger span.firstx{top:50%;transform:rotate(-45deg)}.site-header .site-header-mobile__wrapper .site-header__branding .navbar-burger span.secondx{top:50%;transform:rotate(45deg)}.site-header .site-header-mobile__wrapper .navbar-burger[aria-expanded=true] span{display:none}.site-header .site-header-mobile__wrapper .navbar-burger[aria-expanded=true] span.firstx,.site-header .site-header-mobile__wrapper .navbar-burger[aria-expanded=true] span.secondx{display:block}.site-header .site-header-mobile__wrapper .mobile-subsubmenu{border-top:1px solid #d7d7d7!important;padding-top:1.25rem!important}.site-header .site-header-mobile__wrapper .sub-menu li:first-of-type button{border-top:none!important;cursor:pointer;padding-top:0!important}.site-header .site-header-mobile__wrapper .navbar .site-header__topbar__languages-and-search{border-radius:0;display:none;float:inherit;text-align:center;width:100%}.site-header .site-header-mobile__wrapper .navbar .site-header__topbar__languages-and-search .menu-item{display:none}.site-header .site-header-mobile__wrapper .navbar .site-header__topbar__languages-and-search .menu-item.lang-item{display:inline-block}.site-header .site-header-mobile__wrapper .navbar .site-header__topbar__languages-and-search .menu-item.lang-item:after{margin-left:.625rem;margin-right:.625rem}.site-header .site-header-mobile__wrapper .navbar .site-header__topbar__languages-and-search .site-header__topbar__languages-and-search__search-icon{margin-left:2.5rem;margin-right:0}.site-header .site-header-mobile__wrapper .site-header__topbar__languages-and-search+.js-site-mobile-nav-items.is-opened~.site-header__topbar__languages-and-search{display:block!important}.site-header .site-header-mobile__wrapper .site-header__topbar__helper-menu{background-color:#f4f4f4;padding:3rem 3.25rem 1rem;width:100%}.site-header .site-header-mobile__wrapper .site-header__topbar__helper-menu ul{list-style-type:none;margin:0;padding:0}.site-header .site-header-mobile__wrapper .site-header__topbar__helper-menu ul .menu-item{display:block;padding-bottom:2rem}.site-header .site-header-mobile__wrapper .site-header__topbar__helper-menu ul .menu-item:last-of-type{padding-bottom:0}.site-header .site-header-mobile__wrapper .site-header__topbar__helper-menu ul .menu-item a{color:#000;font-family:AmsiProNarrowLight;font-size:1.2rem;text-decoration:none}.site-header .site-header-mobile__wrapper .site-header__topbar__helper-menu ul .lang-item{display:none}.site-header .site-header__menubar{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:84rem}.site-header .site-header__menubar__button a:focus{outline:.15rem dotted #000;outline-offset:.125rem}.site-header .site-header__menubar .navbar{align-items:center;flex-grow:2;position:unset}.site-header .site-header__menubar .navbar ul.navbar-start>li>a.navbar-item-link{font-family:Amsi Pro Narrow}.site-header .site-header__menubar .navbar ul.navbar-start>li>a.navbar-item-link:focus{outline:.15rem dotted #000;outline-offset:.125rem}.site-header .site-header__menubar .navbar-item button,.site-header .site-header__menubar .navbar-item-link:not(.title){align-items:center;color:#000;cursor:pointer;font-family:Amsi Pro Narrow;font-size:1.2rem;justify-content:center;letter-spacing:.04em;text-align:center;text-decoration:none}.site-header .site-header__menubar .navbar-item button[aria-expanded=true] .open-icon-wrapper,.site-header .site-header__menubar .navbar-item-link:not(.title)[aria-expanded=true] .open-icon-wrapper{background:#c00}.site-header .site-header__menubar .navbar-item button[aria-expanded=true] .open-icon-wrapper svg,.site-header .site-header__menubar .navbar-item-link:not(.title)[aria-expanded=true] .open-icon-wrapper svg{fill:#fff}.site-header .site-header__menubar .navbar-item button:hover,.site-header .site-header__menubar .navbar-item-link:not(.title):hover{text-decoration:underline}.site-header .site-header__menubar .navbar-item button:hover .open-icon-wrapper,.site-header .site-header__menubar .navbar-item-link:not(.title):hover .open-icon-wrapper{background-color:#c00}.site-header .site-header__menubar .navbar-item button:hover .open-icon-wrapper svg,.site-header .site-header__menubar .navbar-item-link:not(.title):hover .open-icon-wrapper svg{fill:#fff}.site-header .site-header__menubar .navbar-item button:focus,.site-header .site-header__menubar .navbar-item-link:not(.title):focus{outline:.15rem dotted #000;outline-offset:.125rem}.site-header .site-header__menubar .navbar-item button .open-icon-wrapper,.site-header .site-header__menubar .navbar-item-link:not(.title) .open-icon-wrapper{background-color:#f4f4f4;border-radius:.375rem;line-height:1;padding:1rem;pointer-events:none}.site-header .site-header__menubar .navbar-item button .open-icon-wrapper svg,.site-header .site-header__menubar .navbar-item-link:not(.title) .open-icon-wrapper svg{fill:#c00}.site-header .site-header__menubar .navbar-item button{margin-left:1rem}.site-header__topbar{background-color:#fff;overflow:auto}.site-header__topbar__languages-and-search{background:#f4f4f4;border-radius:0 0 0 2.5rem;float:right;padding:.875rem 1.25rem .35rem 1.625rem}.site-header__topbar__languages-and-search__search-icon{display:inline-block;margin-left:2.25rem;margin-right:3.125rem}.site-header__topbar__languages-and-search__search-icon a{display:inline-block}.site-header__topbar__languages-and-search__search-icon a:focus{outline:.15rem dotted #000;outline-offset:.125rem}.site-header__topbar__languages-and-search__search-icon svg{margin-top:-.438rem;vertical-align:middle}.site-header__topbar__languages-and-search__search-icon svg:focus{outline:.15rem dotted #000;outline-offset:.125rem}.site-header__topbar__languages-and-search .lang-item.current-lang a{align-items:center;background-color:#c00;border-radius:100%;color:#fff;display:inline-flex;font-size:1rem;height:1.5rem;justify-content:center;letter-spacing:.04em;padding:1rem;width:1.5rem}.site-header__topbar__languages-and-search .lang-item.current-lang a:hover{text-decoration:none}.site-header__topbar__languages-and-search .lang-item a{margin-left:.5rem;margin-right:.5rem}.site-header__topbar__languages-and-search .lang-item a:hover{text-decoration:underline}.site-header__topbar__languages-and-search .lang-item:after{color:#d7d7d7;content:"|";display:inline-block;font-size:1rem;height:1.375rem;width:.188rem}.site-header__topbar__languages-and-search .lang-item:last-child:after{display:none}.site-header__topbar__languages-and-search ul{display:inline-block;list-style-type:none;margin:0;padding:0}.site-header__topbar__languages-and-search ul li{display:inline-block}.site-header__topbar__languages-and-search ul li a{color:#000;display:inline-block;font-family:AmsiProNarrowLight;font-size:1rem;letter-spacing:.04em;margin-left:1rem;margin-right:1rem;text-align:center;text-decoration:none}.site-header__topbar__languages-and-search ul li a:focus{outline:.15rem dotted #000;outline-offset:.125rem}.site-header__topbar__languages-and-search ul li a:hover{text-decoration:underline}.site-header__branding{width:12.375rem}.site-header__main-inner{align-items:center;display:flex;padding:1.125rem 0}.site-header .site-nav{width:100%}.top-bar__inner{align-items:center;display:flex}.site-nav__toggle{background:transparent;border:none;display:flex}.site-mobile-nav,.site-nav__toggle[aria-expanded=false] .icon--close,.site-nav__toggle[aria-expanded=true] .icon--hamburger{display:none}.site-mobile-nav__items{flex-direction:column;list-style:none;margin:0;padding:2rem 1.5rem}.site-mobile-nav__items.site-header__language-nav{padding:1.5rem 1.5rem 0}.site-mobile-nav__link{display:block;padding:1rem 0}.site-mobile-nav .site-nav__link{max-width:unset;padding:1rem 0;text-align:left}.site-mobile-nav .language-nav__item--current{background-color:#00d1b2;color:#fff!important}.site-mobile-nav .language-nav__item--current:focus{color:#fff!important}.site-mobile-nav .language-nav__item{margin:0 1.25rem;outline-color:#00d1b2!important}.site-mobile-nav .language-nav__item:not(:first-child):after{background-color:rgba(0,0,0,.14);left:-1.2rem}.site-mobile-nav #site-nav__item .site-nav__item{border-bottom:.05rem solid rgba(0,0,0,.1)}.language-nav__item{align-items:center;border-radius:50%;color:#fff;display:flex;font-weight:700;height:2.199rem;justify-content:center;margin:.5rem;position:relative;text-decoration:none;text-transform:uppercase;width:2.199rem}.language-nav__item:hover{color:#fff;text-decoration:underline}.language-nav__item:focus:before{bottom:0;color:#fff;content:"";height:100%;left:0;outline:.0625rem dotted #fff;outline-offset:.125rem;position:absolute;right:0;top:0;width:100%}.language-nav__item--current{background-color:#efe9e5;color:#000;font-weight:600;text-decoration:underline;text-decoration-thickness:.02rem}.language-nav__item--current:focus,.language-nav__item--current:hover{color:#000}.language-nav__item:first-child{margin-left:0}.language-nav__item:last-child{margin-right:0}.language-nav__item:not(:first-child):after{background-color:#fff;content:"";height:.7rem;left:-.5rem;position:absolute;top:50%;transform:translateY(-50%);width:.0625rem}.site-nav__items{display:none;flex-direction:column;list-style:none;margin:0;padding:0}.site-nav__items.is-opened{display:flex}.site-nav__link{color:#00d1b2;display:block;font-family:Amsi Pro Narrow;max-width:13rem;position:relative;text-align:center;text-decoration:none}.site-nav__link:hover{text-decoration:underline}.site-nav__link:focus:after{bottom:0;content:"";height:100%;left:0;outline:.0625rem dotted #00d1b2;outline-offset:.125rem;position:absolute;right:0;top:0;width:100%}.site-nav__sub-sub-toggle svg,.site-nav__sub-toggle svg{pointer-events:none}.accordion__row{border-bottom:.05rem solid #efe9e5}.accordion__row-title{margin:0}.accordion__title-button{background-color:transparent;border:0;color:#000;cursor:pointer;padding:1.5rem 0;width:100%}.accordion__title-button:focus{outline:.0625rem dotted #00d1b2}.accordion__title-button[aria-expanded=true] .accordion__title-icon{transform:rotate(180deg)}.accordion .text ul{list-style-type:disc;padding-left:1.1rem}.files-block__files{display:grid;grid-gap:1.2rem}.files-block__file-link{align-items:center;background:#f5f5f5;border-radius:.125rem;color:#000;display:flex;line-height:1.3;padding:1.2rem 2rem;text-decoration:none;word-break:break-all}.files-block__file-link .icon{fill:#00d1b2}.files-block__file-title{font-weight:600;letter-spacing:.01rem;margin-left:.75rem}.gravityform{background-color:#fff}.image-block__caption{font-size:.833rem;font-style:normal;font-weight:400;line-height:1.625rem}.image-block .column{padding-left:0}.link-list__link-item{border-bottom:.05rem solid rgba(0,0,0,.1);padding:1rem 0}.link-list__link{text-decoration-thickness:.05rem}.link-list__link:focus,.link-list__link:hover{text-decoration:underline}.link-list__link:last-child{border-bottom:none}.table-block{padding-top:1.25rem}.table-block__row{overflow-x:auto;overflow-y:hidden;width:100%}.table-block table *{word-break:normal!important}.table-block .table-hint{font-size:1rem;margin-bottom:1rem}.table-block .table-hint .icon{margin:0 1rem}.table-block .tablepress{border:1px solid #00d1b2;overflow:hidden;table-layout:auto;width:100%}.table-block .tablepress thead th{background-color:#00947e;color:#fff;padding:1.5rem 1.5rem 2.5rem}.table-block .tablepress tbody td{border:none;padding:1.5rem}.table-block .tablepress tbody tr.even td{background-color:#fff}.table-block .tablepress tbody tr.odd td{background-color:#f5f5f5}.archive .site-footer,.blog .site-footer{margin-top:0}.archive-home__header{padding:0 1.5rem 3rem}.archive-home__header h1{margin-top:0}.archive-home__container{background-color:#f4f4f4;margin:0;padding-left:1.5rem;padding-right:1.5rem}.archive-home__container .inner-container{margin:0 auto;max-width:106.25rem}.archive-home__container .categories{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding-bottom:2rem;padding-top:2rem}.archive-home__container .categories li{list-style-type:none}.archive-home__container .categories li a{background-color:#fff;border-radius:.25rem;color:#620505;display:block;font-family:Amsi Pro Narrow;padding:1rem .75rem;text-decoration:none}.archive-home__container .categories li.current-cat a{background-color:#620505;color:#fff}.archive-home__container .entry{background-color:#fff;border-radius:.25rem;box-shadow:0 4px 6px rgba(0,0,0,.06);height:100%}.archive-home__container .entry .image img{border-radius:.25rem .25rem 0 0;height:11.375rem;-o-object-fit:cover;object-fit:cover}.archive-home__container .entry__meta{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-bottom:1.5rem}.archive-home__container .entry__meta__categories{display:flex;flex-wrap:wrap;gap:.5rem}.archive-home__container .entry__meta .date{align-items:center;display:flex;font-size:.833rem;gap:.5rem;line-height:1}.archive-home__container .entry__meta .date svg{height:1rem;width:1rem;fill:#620505}.archive-home__container .entry__meta .category{background-color:#f4f4f4;border-radius:.25rem;color:#620505;font-family:Amsi Pro Narrow;font-size:.833rem;font-weight:900;padding:.75rem}.archive-home__container .entry__title{font-size:1.44rem;margin:0 0 1rem}.archive-home__container .entry__title a{color:#620505;text-decoration:none}.archive-home__container .entry__excerpt{font-size:1rem}.error404 .entry{padding-top:6rem}.error404 .entry a.button{color:#fff;font-size:1rem;font-weight:900;gap:4px;height:auto;letter-spacing:.04em;line-height:1.25rem;margin-top:2rem;padding:1.5rem}.error404 .entry a.button:focus,.error404 .entry a.button:hover{background-color:#fff;border:1px solid #c00;color:#c00;text-decoration:none}.error404 .entry .entry__header h1{font-size:3.25rem;font-style:normal;font-weight:900;line-height:4rem;margin-bottom:1rem!important;text-align:left}.error404 .entry .entry__header .entry__figure{margin-bottom:2rem!important}.error404 .entry .entry__header img{max-height:26.25rem;-o-object-fit:cover;object-fit:cover}.error404 .entry .entry__content p{color:#000;font-size:1rem;font-style:normal;font-weight:400;letter-spacing:.02em;line-height:1.75rem}.error404 .entry__inner{z-index:2}.bloodservice-search__hero{background-color:#fff;text-align:center}.bloodservice-search__hero .breadcrumbs__list{justify-content:center}.bloodservice-search__hero h1{margin-bottom:1rem;margin-top:1rem}.bloodservice-search__hero p{margin:0 0 3.5rem}.bloodservice-search__form{align-items:flex-end;background-color:#fff;display:flex;gap:.25rem;justify-content:center;margin-bottom:-3rem;padding:2.5rem;position:relative;z-index:1}.bloodservice-search__form__input{max-width:100%;width:35rem}.bloodservice-search__form__input label{color:#620505;font-family:Amsi Pro Narrow}.bloodservice-search__form__input__container{position:relative}.bloodservice-search__form__input__container svg.absolute{height:1.5rem;left:1rem;position:absolute;top:50%;transform:translateY(-50%);width:1.5rem;fill:#620505}.bloodservice-search__form__input__container input[type=text]{border:1px solid #620505;border-radius:.25rem;font-family:Amsi Pro Narrow;font-weight:900;height:3.75rem;padding-left:3.5rem}.bloodservice-search__form__input__container .search-toggle{display:none}.bloodservice-search__form__input__container .search-toggle.active{background-color:#fff;border:1px solid #620505;border-radius:0 0 .25rem .25rem;border-top:0;display:flex;justify-content:center;margin-top:-3px;padding:1rem;position:absolute;width:100%}.bloodservice-search__form__input__container .search-toggle button{align-items:center;background-color:#620505;border:0;border-radius:.25rem;color:#fff;cursor:pointer;display:flex;font-family:Amsi Pro Narrow;font-size:1rem;gap:1rem;padding:1rem 1.5rem;text-align:center;text-decoration:none}.bloodservice-search__form__input__container .search-toggle svg{height:1.5rem;width:1.5rem;fill:#fff}.bloodservice-search__form button.button{color:#fff;font-family:Amsi Pro Narrow;height:3.75rem}.bloodservice-search__container{background-color:#f4f4f4;padding-top:7rem}.bloodservice-search__container .pagination-wrapper{padding:0}.bloodservice-search__container .pagination-wrapper .pagination{justify-content:center}.bloodservice-search__toggle button.show-map{background-color:transparent;border:0;color:#620505;cursor:pointer;display:flex;font-family:Amsi Pro Narrow;gap:1rem;margin:0 0 2rem}.bloodservice-search__toggle button.show-map.hidden{display:none}.bloodservice-search__toggle button.show-map.active{display:flex}.bloodservice-search__toggle button.show-map svg{height:1rem;width:1rem;fill:#620505}.bloodservice-search__toggle button.hide-map{background-color:transparent;border:0;color:#620505;cursor:pointer;display:none;font-family:Amsi Pro Narrow;gap:1rem;margin:0 0 2rem}.bloodservice-search__toggle button.hide-map.hidden{display:none}.bloodservice-search__toggle button.hide-map.active{display:flex}.bloodservice-search__toggle button.hide-map svg{height:1rem;width:1rem;fill:#620505}.bloodservice-search__map{height:36.125rem;width:100%}.bloodservice-search__map-container{display:none}.bloodservice-search__map-container.active{display:block;padding-bottom:5rem}.bloodservice-search__map__info{padding:1.25rem}.bloodservice-search__map__info .title{border-bottom:1px solid #d7d7d7;color:#620505;display:block;font-family:Amsi Pro Narrow;font-size:1rem;padding-bottom:1.25rem;text-align:center}.bloodservice-search__map__info .open_hours{align-items:center;display:flex;gap:.75rem;padding-top:1rem}.bloodservice-search__map__info .open_hours svg{height:1rem;width:1rem}.bloodservice-search__map__info .address{align-items:flex-start;border-bottom:1px solid #d7d7d7;display:flex;gap:.75rem;padding-bottom:1.25rem;padding-top:1rem}.bloodservice-search__map__info .address svg{height:1rem;width:1rem}.bloodservice-search__map__info .more{align-items:center;border-bottom:1px solid #d7d7d7;color:#620505;display:flex;font-family:Amsi Pro Narrow;font-size:1rem;justify-content:center;outline:0;padding:1.25rem 0;text-align:center}.bloodservice-search__map__info .appointment{display:flex;margin:1.25rem 0 0}.bloodservice-search__items{display:block;padding-bottom:5rem}.bloodservice-search__items.hidden{display:none;padding-bottom:0}.bloodservice-search__items__item{background-color:#fff;box-shadow:0 1px 8px rgba(0,0,0,.25);padding:1.25rem}.bloodservice-search__items__item .heading{align-items:center;display:flex;gap:1.25rem}.bloodservice-search__items__item .heading span{background-color:#f4f4f4;border-radius:.25rem;color:#620505;font-family:Amsi Pro Narrow;font-size:1.2rem;line-height:1;padding:.75rem}.bloodservice-search__items__item .heading a{text-decoration:underline;text-decoration-color:#000;transition:.25s}.bloodservice-search__items__item .heading a:focus,.bloodservice-search__items__item .heading a:hover{text-decoration-color:#c00;transition:.25s}.bloodservice-search__items__item .heading a:focus h2,.bloodservice-search__items__item .heading a:hover h2{color:#c00;transition:.25s}.bloodservice-search__items__item .heading h2{color:#000;font-size:1.2rem;margin:0}.bloodservice-search__items__item .heading__button{background-color:transparent;border:0;cursor:pointer;margin-left:auto;padding:.75rem}.bloodservice-search__items__item .heading__button svg{height:1.5rem;width:1.5rem;fill:#000}.bloodservice-search__items__item .heading__button.active{transform:rotate(180deg)}.bloodservice-search__items__item .toggle-content{display:none}.bloodservice-search__items__item .toggle-content.active{display:block}.bloodservice-search__items__item .toggle-content__footer{align-items:flex-end;display:flex;flex-wrap:wrap;justify-content:space-between}.bloodservice-search__items__item .toggle-content__footer a{align-items:center;color:#c00;display:flex;font-family:Amsi Pro Narrow;gap:.75rem;margin:1rem 0;text-decoration:none}.bloodservice-search__items__item .toggle-content__footer a:focus,.bloodservice-search__items__item .toggle-content__footer a:hover{text-decoration:underline}.bloodservice-search__items__item .toggle-content__footer svg{height:1.5rem;width:1.5rem;fill:#c00}.bloodservice-search__items__item .open-hours{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.bloodservice-search__items__item .open-hours svg{height:1.25rem;width:1.25rem;fill:#620505}.bloodservice-search__items__item .open-hours--exception{color:#c00}.bloodservice-search__items__item .open-hours a{text-decoration-color:#000}.bloodservice-search__items__item .open-hours__more{background-color:rgba(204,0,0,.4);border-radius:.25rem;color:#000;font-family:Amsi Pro Narrow;padding:.5rem .75rem}.bloodservice-search__items__item .reserve{align-items:center;display:flex;justify-content:center}.bloodservice-search__items__item .address{display:flex;gap:1rem}.bloodservice-search__items__item .address svg{height:1.25rem;width:1.25rem;fill:#620505}.bloodservice-search__items__item .address a{color:#620505;font-weight:700}.bloodservice-search__items__item .address a svg{height:1rem;width:1rem}.bloodservice-search__items__item .extra-info{font-weight:700}.page-template-page-bloodservice-search-page .site-footer{margin-top:0}.page .entry__title{color:#00d1b2}.page-template-default .main-content__columns{display:flex;flex-direction:row}.siblings__parent{align-items:center;display:inline-flex;font-family:Amsi Pro Narrow;font-size:1.05888rem;font-weight:800;padding:.7rem 0;text-decoration:none}.siblings__parent span{font-weight:800;text-decoration:underline}.siblings__list{list-style:none;margin:.5rem 0 0;padding:0}.siblings__item:not(:first-child){border-top:.0625rem solid #f5f5f5}.siblings__link{color:#000;display:inline-block;padding:.7rem 0;text-decoration:none}.siblings__link--active,.siblings__link:focus,.siblings__link:hover{text-decoration:underline}.siblings__link--active{color:#00d1b2}.single .entry .bc{padding-left:1.5rem}.single .entry .bc .breadcrumbs{padding-left:0}.single .entry__title{margin-top:0}.single .entry__date{align-items:center;display:flex;font-size:.833rem;gap:.5rem;line-height:1}.single .entry__date svg{height:1rem;width:1rem;fill:#620505}.single .entry__excerpt{padding-bottom:1.5rem}.single .entry__header__content{padding-left:1.5rem;padding-right:1.5rem}.single .entry__hero{padding-bottom:1.5rem;text-align:center}.single .entry__hero img{max-height:39rem;-o-object-fit:cover;object-fit:cover}.single .entry__background{background-color:#f4f4f4;padding-top:1.5rem}.single .entry__background--with-image{margin-top:-2rem;padding-top:2rem}.single .entry__last-modified{margin-top:1rem;padding:0 1.5rem}.single .entry__last-modified span{border-top:1px solid #d7d7d7;display:block;font-size:.833rem;font-style:italic;padding:1rem 0}.single .related{background-color:#eee;padding:4rem 1.5rem}.single .related__title{margin-bottom:2rem;margin-top:0;text-align:center}.single .related__article{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.single .related__article img{border-radius:.25rem .25rem 0 0;height:11.375rem;-o-object-fit:cover;object-fit:cover}.single .related__article__container{background-color:#fff;border-radius:.25rem;box-shadow:0 4px 6px rgba(0,0,0,.06);width:100%}.single .related__article__content{padding:1.5rem}.single .related__article__content .meta-data{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-bottom:1.5rem}.single .related__article__content .meta-data svg{height:1rem;width:1rem;fill:#620505}.single .related__article__content .meta-data .date{align-items:center;display:flex;font-size:.833rem;gap:.5rem;line-height:1}.single .related__article__content .meta-data .category{background-color:#f4f4f4;border-radius:.25rem;color:#620505;font-family:Amsi Pro Narrow;font-size:.833rem;font-weight:900;padding:.75rem}.single .related__article__content a{text-decoration:none}.single .related__article__content a:focus{outline:.15rem dotted #000;outline-offset:.125rem}.single .related__article__content h3{font-size:1.44rem;margin-top:0}.single .site-footer{margin-top:0}.bloodbarometer-template-default{bottom:0;height:100vh;position:absolute;width:100vw}.bloodbarometer-template-default .site-footer,.bloodbarometer-template-default .site-header{display:none}.bloodbarometer-template-default .bloodbarometer{display:flex;flex-direction:column;height:100%;justify-content:center}.bloodbarometer-template-default .bloodbarometer__slide-one{text-align:center}.bloodbarometer-template-default .bloodbarometer__slide-one h1{font-size:6vw;margin-bottom:5vh;margin-top:0;text-transform:uppercase;white-space:nowrap}.bloodbarometer-template-default .bloodbarometer__container{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;position:relative}.bloodbarometer-template-default .bloodbarometer__icon{height:30vh;position:relative;width:calc(25% - 2rem)}.bloodbarometer-template-default .bloodbarometer__icon h2{font-size:3vw;position:absolute;top:0}.bloodbarometer-template-default .bloodbarometer__icon img{height:100%;-o-object-fit:contain;object-fit:contain;width:7vw}.bloodbarometer-template-default .bloodbarometer__logo{padding-right:5%;padding-top:1%;text-align:right}.bloodbarometer-template-default .bloodbarometer__logo img{height:100%;width:20vw}.bloodbarometer-template-default .bloodbarometer__slide-two{display:flex;flex-direction:column;height:90%;justify-content:space-around;text-align:center;width:100%}.bloodbarometer-template-default .bloodbarometer__slide-two h1{font-size:6vw;max-width:95%;text-transform:uppercase}.bloodbarometer-template-default .bloodbarometer__slide-two p{font-size:3vw;font-weight:700;margin:0 auto 5vh;max-width:95%}.bloodbarometer-template-default .bloodbarometer__slide-two h2{font-size:4vw;margin-bottom:5vh;margin-top:0;text-transform:uppercase;white-space:nowrap}.bloodbarometer-template-default .bloodbarometer__slide-two .logo{padding-right:5%;padding-top:1%;text-align:right}.bloodbarometer-template-default .bloodbarometer__slide-two .logo img{height:100%;width:20vw}.bloodbarometer-template-default .bloodbarometer .hidden{display:none}.single-event{background-color:#fff;position:relative}.single-event a,.single-event section{position:relative;z-index:2!important}.single-event .breadcrumbs{margin-left:1.5rem}.single-event h1{color:#620505;font-family:Amsi Pro Narrow;font-size:2.488rem;font-style:normal;font-weight:900;line-height:3rem;margin:0 1.5rem;padding:0;position:relative;z-index:2}.single-event .hero{max-width:1920px!important;position:relative;z-index:2}.single-event .hero .columns{background-color:#fff;margin:1.5rem}.single-event .left{padding:0}.single-event .left img{border-radius:4px 4px 0 0;height:100%;-o-object-fit:cover;object-fit:cover}.single-event .link-holder{padding-bottom:2.5rem}.single-event .link-holder a{border:2px solid #c00;color:#c00;height:auto;margin:1rem 0 0 1.5rem;padding:1rem 1.5rem}.single-event .link-holder a svg{fill:#c00}.single-event .right{padding:1rem}.single-event .right div{padding:.5rem}.single-event .right div h5{color:#303030;font-family:Amsi Pro Narrow;font-size:1.2;margin:1.5rem 0 .5rem;padding:0}.single-event .right div h4{color:#620505;font-family:Amsi Pro Narrow;font-size:1.44rem;margin:0 0 1.5rem;padding:0}.single-event .right div span{display:block}.single-event .right div .date,.single-event .right div .place{color:#303030;font-family:Open Sans;font-size:1;letter-spacing:.02em}.single-event .right div .tag{background:#f4f4f4;border-radius:.25rem;color:#620505;display:inline-block;font-family:Amsi Pro Narrow;font-size:1rem;font-style:normal;font-weight:900;letter-spacing:.04em;margin-bottom:2rem;padding:.5rem .75rem}.single-event .right div a{margin:1.5rem 0 0}.single-event .is-gray{background-color:#f4f4f4;margin-top:-12.75rem;padding-top:12.75rem}.single-bloodservice__title{margin:0 0 1rem;padding-left:1.5rem}.single-bloodservice__map{height:20.625rem}.single-bloodservice__content{padding:1.5rem}.single-bloodservice__content h2{color:#000;font-size:1.2rem;margin-bottom:.5rem;margin-top:0}.single-bloodservice__content__excerpt,.single-bloodservice__content__open-hours{margin-bottom:1.5rem}.single-bloodservice__content__open-hours ul{list-style-type:none;margin:0;padding:0}.single-bloodservice__content__open-hours ul li{font-size:.9375rem;margin:0 0 .5rem;padding:0}.single-bloodservice__content__call{margin-bottom:1.5rem}.single-bloodservice__content__call a{color:#620505;font-weight:700;text-decoration:underline}.single-bloodservice__content__address{margin-bottom:1.5rem}.single-bloodservice__content__address a{align-items:center;color:#620505;display:flex;font-weight:700;gap:.5rem;text-decoration:underline}.single-bloodservice__content__address svg{height:1rem;width:1rem;fill:#620505}.single-bloodservice .is-relative{background-color:#fff;z-index:2}.single-bloodservice .has-background{background-color:#f4f4f4;margin-top:-10rem;padding-bottom:2rem;padding-top:12.5rem;position:relative;z-index:1}.single-faq .entry__header__title .entry__title{color:#620505;font-size:3.375rem;font-size:2.488rem;font-style:normal;line-height:3.25rem;margin-bottom:2rem;padding:0 1rem}.single-faq .entry__content{padding:2.75rem 0}.single-faq .entry__content__wysiwyg{padding:0 2rem}.single-faq .entry__content__wysiwyg p{color:#303030;display:block;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;margin:0 0 1.25rem;padding:0}.single-faq .entry__content__wysiwyg a{border-bottom:1px solid #620505;color:#620505;font-weight:700;text-decoration:none}.single-faq .entry__content__wysiwyg a:hover{color:#010000;text-decoration:none}.single-faq .entry__content__wysiwyg a:focus{outline:.0625rem dotted #000;outline-offset:.125rem;text-decoration:none}.single-faq .entry__content__wysiwyg a.button{background-color:transparent;border:.125rem solid #c00;height:auto;margin-bottom:4rem;padding:1.25rem 1.5rem;fill:#c00;color:#c00;text-decoration:none}.single-faq .entry__content__wysiwyg a.button:focus{outline:.15rem dotted #000;outline-offset:.125rem}.single-faq .grey{background:#f4f4f4}.single-faq .gform_wrapper{background-color:#fff;margin:0 -1rem 2.75rem;padding:2rem}.search__header{padding-top:3rem;text-align:center}.search__header h1{margin-bottom:1rem;margin-top:0}.search__form{align-items:flex-end;display:flex;gap:.25rem;justify-content:center;padding-bottom:2rem}.search__form__input{max-width:100%;width:35rem}.search__form__input label{font-family:Amsi Pro Narrow;font-weight:900}.search__form__input__container{position:relative}.search__form__input__container svg{height:1.5rem;left:1rem;position:absolute;top:50%;transform:translateY(-50%);width:1.5rem;fill:#620505}.search__form__input__container input[type=text]{border:1px solid #620505;border-radius:.25rem;font-family:Amsi Pro Narrow;font-weight:900;height:3.75rem;padding-left:3.5rem}.search__form button.button{color:#fff;font-family:Amsi Pro Narrow;height:3.75rem}.search__info{text-align:center}.search__info a{color:#620505}.search__content{background-color:#f4f4f4;padding-bottom:4rem;padding-top:4rem}.search__content h2{display:block;margin-top:0;padding-bottom:.25rem;text-align:center}.search__content__links{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin:0 auto;max-width:50rem}.search__content__links a{margin:0}.search .search-result-holder{background-color:#f4f4f4;padding:3rem 0}.search .search__info{color:#000;font-family:Amsi Pro Narrow;font-size:1.2rem;font-weight:900;line-height:1.5rem}.search .search__result{background:#fff;border-radius:.25rem;box-shadow:0 4px 6px rgba(0,0,0,.06);margin:1rem 0;padding:1.5rem 2rem 3rem}.search .search__result .search__heading{margin:.5rem 0 1rem}.search .search__result .search__heading a{color:#620505;font-family:Amsi Pro Narrow;font-size:1.5rem;font-weight:900;line-height:1.75rem;text-decoration-line:underline}.search .search__result .search__heading a:focus,.search .search__result .search__heading a:hover{text-decoration:none}.search .search__result .excerpt_part{font-size:1rem;font-weight:400;line-height:1.5rem}.search .search__result .tag{background:#f4f4f4;border-radius:4px;color:#620505;font-family:Amsi Pro Narrow;font-size:16.5px;font-weight:900;height:2.5rem;letter-spacing:.04em;line-height:20px;padding:10px 12px;width:4.9375rem}.search .search__result .breadcrumbs{margin-top:.5rem 0;padding:0}.search .search__result .breadcrumbs .container{margin:0}.search .search__result .breadcrumbs__list li:first-of-type{display:none}.search .site-footer{margin-top:0}.archive-manual{padding:4rem 0}.archive-manual .container{max-width:1920px}.archive-manual .js-copylink:focus,.archive-manual .js-copylink:hover{fill:#620505}.archive-manual .js-copylink svg{display:inline-block;height:1rem;width:1rem}.archive-manual .search-holder{margin:0 auto 1.5rem;max-width:40rem}.archive-manual .search-holder .title{color:#000;font-family:Amsi Pro Narrow;font-size:1.2rem;font-weight:900;line-height:1.25rem;margin-bottom:.5rem}.archive-manual .search-holder .form{align-content:space-between;display:flex;flex-flow:row wrap}.archive-manual .search-holder .form input,.archive-manual .search-holder .form svg{display:block}.archive-manual .search-holder .form div{border:2px solid #620505;border-radius:.25rem;display:flex;flex-grow:1}.archive-manual .search-holder .form input{width:auto}.archive-manual .search-holder .form input[type=text]{border:none;flex-grow:1;height:3.75rem}.archive-manual .search-holder .form input[type=submit]{background:#c00;border:none;border-radius:.25rem;cursor:pointer;font-family:Amsi Pro Narrow;font-size:1rem;font-weight:900;line-height:1.25rem;margin-top:1rem;padding:1rem;width:100%}.archive-manual .search-holder .form svg{height:2rem;margin:1rem;width:2rem;fill:#620505}.archive-manual .search-holder__wysiwyg{padding-top:1rem}.archive-manual .search-holder__wysiwyg a{border-bottom:1px solid #620505;color:#620505;font-weight:700;text-decoration:none}.archive-manual .search-holder__wysiwyg a:hover{color:#010000;text-decoration:none}.archive-manual .search-holder__wysiwyg a:focus{outline:.0625rem dotted #000;outline-offset:.125rem;text-decoration:none}.archive-manual__header h1{display:block;font-size:2.488rem;font-weight:900;line-height:3.25rem;margin:0 1rem;padding:0;text-align:left}.archive-manual__container{background-color:#f4f4f4;padding:4rem 0 3rem}.archive-manual__container .categories{margin:0 auto;text-align:center}.archive-manual__container .categories #category-mobile-nav{display:none;text-align:center}.archive-manual__container .categories .js-toggle{background-color:#620505;border-radius:.25rem;color:#fff;display:flex;flex-direction:row;font-family:Amsi Pro Narrow;font-size:1rem;font-style:normal;font-weight:900;justify-content:center;letter-spacing:.04em;line-height:1.25rem;margin-bottom:.25rem;padding:1rem;text-align:center;text-decoration:none;width:100%}.archive-manual__container .categories .js-toggle div.title{margin-top:6px;padding-right:.25rem}.archive-manual__container .categories .js-toggle div svg{display:block;height:2rem;width:2rem;fill:#fff}.archive-manual__container .categories ul{background-color:#620505;list-style-type:none;margin:0;padding:0;text-align:center}.archive-manual__container .categories li{background-color:#620505;border-radius:0;margin-bottom:0;padding:1rem 0}.archive-manual__container .categories li a{color:#fff;font-family:Amsi Pro Narrow;font-size:1rem;font-style:normal;font-weight:900;letter-spacing:.04em;line-height:1.25rem;text-decoration:none}.archive-manual__container .categories li.current-cat a{background:#620505;color:#fff}.archive-manual__container .logo-holder{bottom:0;position:absolute;right:20px;top:auto}.archive-manual__container .logo-holder img{display:block;margin-bottom:10px;max-width:100px}.archive-manual__container .inner-container{position:relative}.archive-manual__container .manual{background:#fff;border-radius:.25rem;box-shadow:0 4px 6px rgba(0,0,0,.06);margin:1.75rem auto;max-width:1120px;padding:2.25rem 2.25rem 2.75rem}.archive-manual__container .manual__content{display:none;position:relative}.archive-manual__container .manual__content a{border-bottom:1px solid #620505;color:#620505;font-weight:700;text-decoration:none}.archive-manual__container .manual__content a:hover{color:#010000;text-decoration:none}.archive-manual__container .manual__content a:focus{outline:.0625rem dotted #000;outline-offset:.125rem;text-decoration:none}.archive-manual__container .manual__header{align-content:space-between;align-items:center;display:flex;text-decoration:none;width:100%}.archive-manual__container .manual__header .icon svg{display:block;height:2rem;width:2rem;fill:#9f9fa3}.archive-manual__container .manual__header .title{flex-grow:1}.archive-manual__container .manual__header .title h2{color:#000;display:inline-block;font-family:Amsi Pro Narrow;font-size:1.2rem;font-style:normal;font-weight:900;line-height:1.5rem;margin:0;padding-right:10px;width:auto}body.post-type-archive-manual .categories ul li.cat-item-all{background:#620505}body.post-type-archive-manual .categories ul li.cat-item-all a{color:#fff}.archive-event{background-color:#fff}.archive-event__header h1{margin:2rem 0;text-align:center}.archive-event__container{background-color:#f4f4f4;padding:4rem 2rem}.archive-event .categories{padding:0 0 1rem}.archive-event .categories #category-mobile-nav{display:none;text-align:center}.archive-event .categories .js-toggle{background-color:#620505;border-radius:.25rem;color:#fff;display:flex;flex-direction:row;font-family:Amsi Pro Narrow;font-size:1rem;font-style:normal;font-weight:900;justify-content:center;letter-spacing:.04em;line-height:1.25rem;margin-bottom:.25rem;padding:1rem;text-align:center;text-decoration:none}.archive-event .categories .js-toggle .title{margin-top:.25rem;padding-right:.25rem}.archive-event .categories .js-toggle svg{display:block;height:2rem;width:2rem;fill:#fff}.archive-event .categories ul{background-color:#620505;list-style-type:none;margin:0;padding:0;text-align:center}.archive-event .categories ul li{background-color:#620505;border-radius:0;margin-bottom:0;padding:1rem 0}.archive-event .categories ul li a{color:#fff;font-family:Amsi Pro Narrow;font-size:1rem;font-style:normal;font-weight:900;letter-spacing:.04em;line-height:1.25rem;text-decoration:none}.archive-event .pagination-wrapper{padding:0}.archive-event .event{background:#fff;border-radius:.25rem;box-shadow:0 4px 6px rgba(0,0,0,.06);margin:.75rem 0 1.75rem}.archive-event .event .column{padding:0}.archive-event .event .column img{border-radius:.25rem 0 0 .25rem;height:11.25rem;line-height:1;-o-object-fit:cover;object-fit:cover;width:100%}.archive-event .event .right{padding:24px 32px}.archive-event .event .right h4{font-size:1.44rem;line-height:1.75rem;margin:1.5rem 0 0}.archive-event .event .right .date,.archive-event .event .right .place{color:#303030;display:block;font-family:Open Sans;font-size:1rem;font-style:normal;font-weight:400;letter-spacing:.02em;line-height:1.5rem;margin:1rem 0 .5rem}.archive-event .event .right .place{margin:0}.archive-event .event .right .place img{height:1rem;margin-right:.5rem;-o-object-fit:cover;object-fit:cover;width:415px;width:1rem}.archive-event .event .right .link-holder{padding-top:.75rem;text-align:right}.archive-event .event .right .link-holder a{background:#fff;border:2px solid #c00;border-radius:.25rem;color:#c00;font-size:1rem;height:auto;line-height:1.25rem;margin:0;padding:1.25rem 1.5rem}.archive-event .event .right .link-holder a:active,.archive-event .event .right .link-holder a:focus,.archive-event .event .right .link-holder a:hover{background-color:#c00;color:#fff;text-decoration:none}.archive-event .event .right .tag{background:#f4f4f4;border-radius:.25rem;color:#620505;font-family:Amsi Pro Narrow;font-size:1rem;font-style:normal;font-weight:900;letter-spacing:.04em;line-height:1.25rem;padding:.5rem .75rem}.archive-faq{padding-top:4rem}.archive-faq .container{max-width:1920px}.archive-faq .js-copylink:focus,.archive-faq .js-copylink:hover{fill:#620505}.archive-faq .js-copylink svg{display:inline-block;height:1rem;width:1rem}.archive-faq .search-holder-holder{background-color:#fff;display:flex;flex-direction:column;margin:0;max-width:70rem;padding:0 2.25rem 1rem}.archive-faq .search-form-element{margin:0 auto}.archive-faq .search-holder.right{flex-grow:1;margin-left:0;margin-top:2rem}.archive-faq .search-holder select{border:none;height:4rem}.archive-faq .search-holder .title{color:#000;font-family:Amsi Pro Narrow;font-size:1.2rem;font-weight:900;line-height:1.25rem;margin-bottom:.25rem}.archive-faq .search-holder .form{display:flex;flex-direction:column}.archive-faq .search-holder .form input,.archive-faq .search-holder .form svg{display:block}.archive-faq .search-holder .form div{border:.125rem solid #620505;border-radius:.25rem;display:flex;flex-grow:1}.archive-faq .search-holder .form input{width:auto}.archive-faq .search-holder .form input[type=text]{border:none;flex-grow:1;height:3.75rem;max-width:100%;min-width:auto}.archive-faq .search-holder .form input[type=submit]{background:#c00;border:none;border-radius:.25rem;font-family:Amsi Pro Narrow;font-size:1rem;font-weight:900;line-height:1.25rem;margin-top:1.5rem;padding:1.25rem 0;width:100%}.archive-faq .search-holder .form svg{height:2rem;margin:1rem;width:2rem;fill:#620505}.archive-faq__header h1{display:block;font-size:2.75rem;font-weight:900;line-height:3rem;margin:0 1.5rem;padding:0;text-align:left}.archive-faq__header .description{color:#000;display:block;font-size:1rem;margin:1rem auto 2.25rem;padding-left:1.5rem;padding-right:1.5rem}.archive-faq__category{background:#f4f4f4;margin-top:-5.25rem;padding-bottom:2.75rem;padding-top:2.75rem}.archive-faq__category h2{color:#620505;display:block;font-size:2.074rem;margin-bottom:2.25rem;margin-top:5.25rem;padding-left:1.5rem;padding-right:1.5rem}.archive-faq__category p{color:#303030;font-size:1rem;font-weight:400;line-height:1.5rem;margin:1rem 0 0;opacity:.85}.archive-faq__category .category{margin-left:1.5rem;margin-right:1.5rem}.archive-faq__category .category .inner{background:#fff;border-radius:0 0 .25rem .25rem;display:block;height:auto;padding:1.25rem 2rem;text-decoration:none}.archive-faq__category .category .inner div{display:flex}.archive-faq__category .category .inner div h3{color:#620505;display:block;flex-grow:1;font-size:1.44rem;font-weight:800;line-height:1.75rem;margin:0;padding:0}.archive-faq__category .category .inner div svg{display:block;height:1.5rem;width:1.5rem}.archive-faq__container{background:#f4f4f4;margin-top:-5.25rem;padding-bottom:7rem;padding-top:7rem}.archive-faq__container .categories{margin:0 1rem;text-align:center}.archive-faq__container .categories #category-mobile-nav{display:none;text-align:center}.archive-faq__container .categories .js-toggle{background-color:#620505;border-radius:.25rem;color:#fff;display:flex;flex-direction:row;font-family:Amsi Pro Narrow;font-size:1rem;font-style:normal;font-weight:900;justify-content:center;letter-spacing:.04em;line-height:1.25rem;margin-bottom:.25rem;padding:1rem;text-align:center;text-decoration:none;width:100%}.archive-faq__container .categories .js-toggle div.title{margin-top:.25rem;padding-right:.25rem}.archive-faq__container .categories .js-toggle div svg{display:block;height:2rem;width:2rem;fill:#fff}.archive-faq__container .categories ul{background-color:#620505;list-style-type:none;margin:0;padding:0;text-align:center}.archive-faq__container .categories li{background-color:#620505;border-radius:0;margin-bottom:0;padding:1rem 0}.archive-faq__container .categories li a{color:#fff;font-family:Amsi Pro Narrow;font-size:1rem;font-style:normal;font-weight:900;letter-spacing:.04em;line-height:1.25rem;text-decoration:none}.archive-faq__container .categories li.current-cat a{background:#620505;color:#fff}.archive-faq__container .inner-container{position:relative}.archive-faq__container .manual{background:#fff;border-radius:.25rem;box-shadow:0 .25rem .25rem rgba(0,0,0,.06);margin:1.75rem 1rem;max-width:70rem;padding:2rem 2.25rem}.archive-faq__container .manual__content{display:none;position:relative}.archive-faq__container .manual__header{align-content:space-between;align-items:center;display:flex;text-decoration:none;width:100%}.archive-faq__container .manual__header .icon svg{display:block;height:2rem;width:2rem;fill:#000}.archive-faq__container .manual__header.is-toggled svg{transform:rotate(180deg)}.archive-faq__container .manual__header .category{background:#f4f4f4;border-radius:.25rem;color:#620505;display:inline-block;font-family:Amsi Pro Narrow;font-size:1rem;font-style:normal;font-weight:800;letter-spacing:.04em;line-height:1.25rem;margin-bottom:1rem;margin-right:1.25rem;padding:.5rem .75rem}.archive-faq__container .manual__header .title{flex-grow:1}.archive-faq__container .manual__header .title h2{color:#000;display:inline-block;font-family:Amsi Pro Narrow;font-size:1.2rem;font-style:normal;font-weight:900;line-height:1.5rem;margin:0;padding-right:.75rem;width:auto}.child-pages__list{display:grid;grid-gap:2rem;grid-template-columns:repeat(1,minmax(0,1fr));list-style-type:none;padding-left:0}.child-pages__items-wrapper{display:none}.child-pages__items-button{background:transparent!important;border:none!important;color:#000;font-weight:700;margin-top:1.25rem;width:100%}.child-pages__items-button .hide-js-toggle{display:none!important}.child-pages__items-button[aria-expanded=true] .hide-js-toggle{display:flex!important}.child-pages__items-button[aria-expanded=true] .show-js-toggle{display:none!important}.child-pages__list-item-inner{padding-left:.75rem;padding-right:.75rem;padding-top:1.25rem}.child-pages__item-title{color:#00d1b2;display:block;text-decoration:none}.child-pages__item-excerpt{display:none;font-weight:400;line-height:1.75rem}.child-pages__grand-child-item{padding-bottom:1.25rem}.child-pages__grand-child-item:first-child{padding-top:1.25rem}.child-pages__grand-children{border:none}.child-pages .icon{fill:#000}.layout-bloodbarometer{padding:1.5rem}.layout-bloodbarometer .bloodbarometer-column{align-items:center;background-size:cover;display:flex;height:100%;justify-content:center;position:relative;z-index:0}.layout-bloodbarometer .bloodbarometer-column__shade{background:linear-gradient(0deg,rgba(0,0,0,.45),rgba(0,0,0,.45));bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.layout-bloodbarometer .bloodbarometer-column__container{padding:2rem;position:relative;z-index:2}.layout-bloodbarometer .bloodbarometer-column h2{color:#fff;font-size:2.488rem;margin:0 0 1rem;max-width:32rem}.layout-bloodbarometer .bloodbarometer-column__content{color:#fff;font-size:1.2rem;margin-bottom:2rem;max-width:32rem}.layout-bloodbarometer .bloodbarometer-column__content p{color:#fff;font-size:1.2rem}.layout-bloodbarometer .bloodbarometer-column .button{margin:0}.layout-bloodbarometer .bloodbarometer-column .button:focus{outline:.15rem dotted #fff;outline-offset:.125rem}.layout-bloodbarometer .bloodbarometer h2{font-size:2.074rem;margin:0;padding-bottom:1rem}.layout-bloodbarometer .bloodbarometer__icon{align-items:center;display:inline-flex;flex-direction:column;gap:.75rem;justify-content:center;width:24%}.layout-bloodbarometer .bloodbarometer__icon img{max-width:55px}.layout-bloodbarometer .bloodbarometer__icon span{font-size:1.2rem}.layout-bloodbarometer .bloodbarometer__buttons{display:flex;gap:.75rem;margin-top:2.5rem;position:relative}.layout-bloodbarometer .bloodbarometer__buttons .button{margin:0}.layout-bloodbarometer .bloodbarometer__buttons .button.is-secondary{background-color:#fff;border:2px solid #c00;color:#c00;font-family:Amsi Pro Narrow}.layout-bloodbarometer .bloodbarometer__buttons .button.is-secondary svg{height:1rem;margin-right:.41rem;width:1rem;fill:#c00}.layout-bloodbarometer .bloodbarometer__buttons .button:focus{outline:.15rem dotted #000;outline-offset:.125rem}.layout-bloodbarometer .bloodbarometer__buttons .somes{background-color:#fff;border-radius:.25rem;box-shadow:0 4px 6px rgba(0,0,0,.06);display:none;flex-direction:column;left:0;padding:1.25rem;position:absolute;top:2.5rem;width:100%;z-index:10}.layout-bloodbarometer .bloodbarometer__buttons .somes svg{height:1.5rem;width:1.5rem}.layout-bloodbarometer .bloodbarometer__buttons .somes a{align-items:center;border-bottom:1px solid #f4f4f4;color:#000;display:flex;font-family:Amsi Pro Narrow;gap:.5rem;padding:.25rem;text-decoration:none}.layout-bloodbarometer .bloodbarometer__buttons .somes a:focus{outline:.15rem dotted #000;outline-offset:.125rem}.layout-bloodbarometer .bloodbarometer__buttons .somes.active{display:flex}.layout-bloodbarometer .bloodbarometer__buttons .somes .tooltiptext{background-color:#fff;outline:1px solid #f4f4f4;padding:.25rem}.highlights .columns{display:inline}.highlights__item{display:flex;flex-direction:column}.highlights .highlight{max-height:15rem}.highlights .highlight,.highlights .highlight.small-highlight{height:100%;position:relative}.highlights .highlight.small-highlight .highlight__title{color:#00d1b2;font-size:1.2rem;word-break:break-word}.highlights .highlight .smaller-highlight__wrapper{background-color:#f5f5f5;height:100%;position:relative}.highlights .highlight__image{background-position:50%;background-size:cover;height:13rem;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.highlights .highlight__inner{height:100%;position:relative}.highlights .highlight__title-link{display:block;height:100%;text-decoration:none}.highlights .highlight__title-link:focus,.highlights .highlight__title-link:hover{text-decoration:underline}.highlights .highlight__title{color:#000}.highlights .highlight__icon{bottom:1.2rem;position:absolute;right:1.2rem}.layout-highlightbanner{margin:3rem auto;max-width:1920px;position:relative}.layout-highlightbanner__image{position:relative;text-align:center}.layout-highlightbanner__image img{max-height:46rem;-o-object-fit:cover;object-fit:cover}.layout-highlightbanner__content{background-color:#fff;border-radius:.25rem;padding:1.5rem}.layout-highlightbanner__content h2{font-size:2.074rem;margin-top:0}.layout-highlightbanner__content a.button{margin-bottom:0}.layout-highlightbanner__content a.button:focus{outline:.15rem dotted #000;outline-offset:.125rem}.layout-wysiwyg{padding-left:1.5rem;padding-right:1.5rem}.layout-wysiwyg a{border-bottom:1px solid #620505;color:#620505;font-weight:700;text-decoration:none}.layout-wysiwyg a:hover{color:#010000;text-decoration:none}.layout-wysiwyg a:focus{outline:.0625rem dotted #000;outline-offset:.125rem;text-decoration:none}.layout-wysiwyg h2{padding-top:2.5rem}.layout-wysiwyg h2:first-of-type{padding-top:0}.layout-table .scroll-holder{border-radius:.25rem;display:block;margin-top:2rem;overflow-x:auto;width:100%}.layout-table .tablepress thead{background-color:#620505}.layout-table .tablepress thead tr{background-color:#620505;border:none}.layout-table .tablepress thead tr th{background-color:#620505;border:none;color:#fff;font-family:Amsi Pro Narrow;font-size:1.2rem;padding:1.5rem;text-align:left}.layout-table .tablepress tbody tr{border:none}.layout-table .tablepress tbody tr td{border:none;color:#303030;font-size:1rem;letter-spacing:.02rem;padding:1.5rem}.layout-table .tablepress tbody tr.odd td{background-color:#fff}.layout-table .tablepress tbody tr.even td{background-color:#eee}.layout-button{padding-left:1.5rem;padding-right:1.5rem}.layout-button a{background-color:transparent;border:none;border-radius:6px;font-size:1rem;gap:4px;height:auto;margin:0;overflow:auto;padding:1.25rem 1.5rem;width:auto}.layout-button a.dark{background:#620505;border:2px solid #620505;color:#fff}.layout-button a.dark:focus,.layout-button a.dark:hover,.layout-button a.light{background:#fff;border:2px solid #620505;color:#620505}.layout-button a.light:focus,.layout-button a.light:hover{background:#620505;border:2px solid #620505;color:#fff}.layout-form{background-color:#fff;border-radius:.25rem;margin-top:1rem;padding:2rem 1.5rem}.layout-form h2{margin-top:0}.layout-form form p{margin:0}.layout-form form input[type=email],.layout-form form input[type=text],.layout-form form textarea{align-self:stretch;background:#fff;border:1px solid #9f9fa3;border-radius:4px;box-sizing:border-box;flex:none;flex-grow:0;order:1;padding:1.25rem!important}.layout-form form input[type=checkbox]{background:#fff;border:1px solid #9f9fa3;border-radius:4px;box-sizing:border-box;flex:none;flex-grow:0;height:24px;order:0;width:24px}.layout-form form input[type=submit]{align-self:auto!important;background:#c00;border-radius:6px;display:block;font-size:1rem;font-style:normal;font-weight:900;gap:.25rem;height:auto;letter-spacing:.04em;line-height:1.25rem;margin-right:auto!important;margin-top:1rem!important;padding:1.25rem 2rem;width:auto}.layout-form form .gfield_label{color:#000;font-size:1rem;font-style:normal;font-weight:400;letter-spacing:.02em;line-height:1.75rem}.layout-form .gform_footer{padding:0!important}.layout-form .gform_footer br{display:none!important}.layout-image{margin:1rem 0}.layout-image figure{display:flex;flex-direction:column;margin:0;padding:0 1.25rem}.layout-image figure.logo{max-width:12.5rem}.layout-image figure.small--align-center,.layout-image figure.small--align-left{width:100%}.layout-image figure img{display:block;height:auto;max-width:100%;width:100%}.layout-cta-banner{margin-bottom:1rem;margin-top:1rem;padding-left:1.5rem;padding-right:1.5rem}.layout-cta-banner .cta-banner{align-items:center;background-color:#f4f4f4;border-radius:.375rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;padding:2rem 1.25rem}.layout-cta-banner .cta-banner__title h3{margin:0}.layout-cta-banner .cta-banner__buttons{display:flex;flex-wrap:wrap;gap:.75rem}.layout-cta-banner .cta-banner__buttons .button{margin:0}.layout-cta-banner .cta-banner__buttons .button img{height:1.25rem;margin-right:.25rem;width:1.25rem}.layout-cta-banner .cta-banner__buttons .button.is-primary:focus img,.layout-cta-banner .cta-banner__buttons .button.is-primary:hover img{filter:invert(1)}.layout-cta-banner .cta-banner__buttons .button:focus{outline:.15rem dotted #000;outline-offset:.125rem}.single .layout-cta-banner .cta-banner{background-color:#fff}.layout-subpagehero{padding-left:1.5rem;padding-right:1.5rem}.layout-subpagehero__title h1{font-size:2.488rem}.layout-subpagehero__lead-paragraph a,.layout-subpagehero__lead-paragraph p{font-size:1.2rem}.layout-subpagehero__lead-paragraph a{color:#620505}.layout-subpagehero__image{padding-bottom:3rem;text-align:center}.layout-subpagehero__image.narrow{padding-left:3rem;padding-right:3rem}.layout-subpagehero__image img{display:block;margin:1.5rem auto 0}.layout-frontpagehero{padding-left:.75rem;padding-right:.75rem}.layout-frontpagehero .container{max-width:1920px;position:relative}.layout-frontpagehero__title h1{font-size:2.488rem;font-style:normal;font-weight:900;margin-top:0}.layout-frontpagehero__lead-paragraph p{font-size:1rem;margin-bottom:2rem;margin-top:0}.layout-frontpagehero__lead-paragraph a{color:#620505;font-size:1rem}.layout-frontpagehero__buttons a{font-size:1rem;font-style:normal;font-weight:900;margin:.5rem 0 0;padding:1.5rem 1.25rem}.layout-frontpagehero__buttons a:focus{outline:.15rem dotted #000;outline-offset:.125rem}.layout-frontpagehero__buttons a:nth-of-type(2){background-color:transparent;border-color:#c00;color:#c00}.layout-frontpagehero .columns--upper{margin-bottom:0}.layout-frontpagehero .columns--lower{display:flex;flex-wrap:wrap}.layout-frontpagehero .column.cta:first-of-type{border-left:none}.layout-frontpagehero .column--left,.layout-frontpagehero .column--right{padding:0}.layout-frontpagehero .column--right{align-items:center;background-color:#f4f4f4;display:flex;padding:1.5rem 1.5rem 2rem}.layout-frontpagehero .column--cta{background-color:#f4f4f4;border:1px solid #fff;flex-basis:inherit;padding:1.5rem;width:100%}.layout-frontpagehero .column--cta h2{font-size:1.44rem;margin:0}.layout-frontpagehero .column--cta a{margin:0;padding:1.5rem 1.25rem}.layout-frontpagehero .column--cta a:focus{outline:.15rem dotted #000;outline-offset:.125rem}.layout-frontpagehero .column--cta p{margin-bottom:1.5rem}.layout-frontpagehero .column--cta.tight-padding{padding:2rem}.layout-small-banners{margin-bottom:1rem;margin-top:1rem;padding-left:1.5rem;padding-right:1.5rem}.layout-small-banners__item{display:flex;flex-direction:column}.layout-small-banners__item__content{border-radius:.25rem;display:flex;flex-direction:column;height:100%;padding:1.5rem}.layout-small-banners__item__content .button{align-self:flex-start;margin-bottom:0;margin-top:auto}.layout-small-banners__item__content .button:focus{outline:.15rem dotted #000;outline-offset:.125rem}.layout-small-banners__image__item figure{line-height:0;margin:0}.layout-small-banners__image__item img{border-radius:.25rem .25rem 0 0;height:12.5rem;-o-object-fit:cover;object-fit:cover;width:100%}.layout-small-banners__image__item__content{background-color:#eee;border-radius:0 0 .25rem .25rem}.layout-small-banners__icon__item__content{background-color:#eee}.layout-small-banners__icon__item__content img{display:block;height:3rem;margin-bottom:1.5rem;width:3rem}.layout-small-banners__text__item__content{background-color:#eee}.layout-small-banners h2{font-size:1.44rem;margin-top:0}.layout-small-banners__content__container{margin-bottom:1rem}.layout-collectionpagehero{margin-bottom:1rem;margin-top:1rem;padding-left:1.5rem;padding-right:1.5rem}.layout-collectionpagehero a,.layout-collectionpagehero h1,.layout-collectionpagehero p{margin:0}.layout-collectionpagehero--simple p{font-size:1.2rem;font-weight:400;line-height:1.75rem;margin-top:1rem}.layout-collectionpagehero--cool .container{max-width:1920px!important}.layout-collectionpagehero--cool img{display:block;margin:0 auto;max-height:41rem;-o-object-fit:cover;object-fit:cover}.layout-collectionpagehero--cool .label{margin-bottom:1.5rem}.layout-collectionpagehero--cool .label p{font-size:1.2rem;margin-top:1rem}.layout-collectionpagehero--cool .label a{display:none}.layout-citation figure{margin:0}.layout-citation figure blockquote{font-family:AmsiProNarrowLight;font-size:1.44rem;letter-spacing:-.01em;line-height:1.75rem;margin:0;padding:2rem 2rem 2rem 3rem}.layout-citation figure blockquote figcaption{font-family:Open Sans;font-size:1rem;margin-top:.75rem}.layout-embed{margin-bottom:1rem;margin-top:1rem;padding-left:1.5rem;padding-right:1.5rem}.layout-embed h2{margin-top:0}.layout-embed.full iframe{width:100%}.layout-donationcalculator .breadcrumbs__list{justify-content:center}.layout-donationcalculator h2{color:#620505;font-family:Amsi Pro Narrow;font-size:2.488rem;font-style:normal;font-weight:800;line-height:3rem;text-align:center}.layout-donationcalculator p{color:#000;font-family:Open Sans;font-size:1.2rem;font-style:normal;font-weight:400;line-height:1.75rem;text-align:center}.layout-donationcalculator h2,.layout-donationcalculator p{text-align:center}.layout-donationcalculator .form{background-color:#f4f4f4;margin-top:3.25rem!important;padding:1.5rem 0 5.25rem}.layout-donationcalculator form .gform_button{background:#620505;border-radius:.25rem;color:#fff;font-family:Amsi Pro Narrow;font-size:1rem;font-style:normal;font-weight:800;height:auto;letter-spacing:.04em;line-height:1.25rem;margin-top:3.25rem!important;padding:1rem 1.5rem}.layout-donationcalculator form .gform_button:disabled,.layout-donationcalculator form .gform_button[disabled]{background:#d7d7d7;border-radius:.25rem;display:flex!important}.layout-donationcalculator form .gform_body .gfield{background-color:#fff;height:auto;padding:0}.layout-donationcalculator form .other_description.gfield_html{padding:2rem!important}.layout-donationcalculator form .other_description.gfield_html p{font-size:1rem;text-align:center}.layout-donationcalculator form .last_donation_time .ginput_container{border:.125rem solid #c00;border-radius:.25rem;margin:0 2rem 2rem;max-width:calc(100% - 4rem);padding:.75rem;position:relative;width:100%}.layout-donationcalculator form .last_donation_time .ginput_container .ui-datepicker-trigger{display:inline-block;position:absolute;right:1.75rem;top:50%;transform:translateY(-50%)}.layout-donationcalculator form .last_donation_time input{border:none;color:#000;font-size:1rem;font-weight:400;letter-spacing:.02em;line-height:1.75rem;width:100%}.layout-donationcalculator form .gfield_description{color:#c00;display:block!important;font-family:Amsi Pro Narrow;font-style:normal;font-weight:800;padding-bottom:.25rem!important;text-align:center;width:auto!important}.layout-donationcalculator form .gfield{margin:0!important;padding:0!important}.layout-donationcalculator form .gfield.header{padding:1.5rem!important}.layout-donationcalculator form .gfield_radio{text-align:center}.layout-donationcalculator form .gfield_radio .gchoice{margin:0 .5rem .25rem 0!important}.layout-donationcalculator form .gfield .gfield_label{background-color:#fff;color:#620505;display:block;font-family:Amsi Pro Narrow;font-size:1.25rem;margin:0;padding:2.5rem 0;text-align:center;width:100%}.layout-donationcalculator form .gfield .ginput_container{display:block!important;overflow:auto}.layout-donationcalculator form .gfield .ginput_container_radio{padding-bottom:1.75rem}.layout-donationcalculator form .gchoice{background-color:#fff;border:.125rem solid #c00;border-radius:.25rem;display:inline-block!important;height:auto!important;margin:0 1rem 0 0!important;overflow:hidden;padding:0!important;position:relative;width:auto!important}.layout-donationcalculator form .gchoice input{display:none!important}.layout-donationcalculator form .gchoice label{color:#c00;display:block;font-family:Amsi Pro Narrow;font-size:1rem;letter-spacing:.04em;max-width:100%!important;padding:1.25rem 1.5rem;text-align:center;width:100%}.layout-donationcalculator form .gchoice input:checked+label{background-color:#c00;color:#fff;padding-left:3rem;position:relative}.layout-donationcalculator form .gchoice input:checked+label:before{content:url("data:image/svg+xml;charset=utf-8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"12\" fill=\"none\"><path fill=\"%23fff\" d=\"m5.333 9.25-3.5-3.5L.667 6.917l4.666 4.666 10-10L14.166.417z\"/></svg>");display:block;height:.75rem;left:1.375rem;position:absolute;top:48%;transform:translateY(-50%);width:.938rem;fill:#000}.layout-donationcalculator .gform_confirmation_message{background-color:#fff;padding:3rem 1rem}.layout-donationcalculator .gform_confirmation_message h2{font-family:Amsi Pro Narrow;font-size:24px;margin-bottom:1.5rem}.layout-donationcalculator .gform_confirmation_message p{font-family:AmsiProNarrowLight;font-size:1rem;letter-spacing:.02em}.layout-donationcalculator .gform_confirmation_message .redbox{border:.063rem solid #c00;display:block;margin:1.5rem auto;max-width:37.5rem;padding:1.25rem 3.25rem;width:auto}.layout-donationcalculator .gform_confirmation_message br{display:none}.layout-donationcalculator .gform_confirmation_message a{background:#620505;border:.125rem solid #620505;border-radius:.25rem;color:#fff;display:inline-block;font-family:Amsi Pro Narrow;font-size:1rem;letter-spacing:.04em;margin:1.5rem .5rem 0;padding:1.25rem 1.5rem;text-decoration:none}.layout-donationcalculator .gform_confirmation_message a:focus,.layout-donationcalculator .gform_confirmation_message a:hover{background-color:#fff;color:#620505}.layout-donationbus{padding-left:1.5rem;padding-right:1.5rem}.layout-eventlist{background-color:#f4f4f4;padding:1rem 0 4rem}.layout-eventlist__header h2{margin:2rem 0;text-align:center}.layout-eventlist__container img{background-color:#fff;border-radius:4px 4px 0 0;height:11rem;-o-object-fit:cover;object-fit:cover}.layout-eventlist__container .card-holder{background-color:#fff;border-radius:0 0 4px 4px;box-shadow:0 4px 6px rgba(0,0,0,.06);height:100%;margin:0 1rem}.layout-eventlist__container .view-all-holder{display:flex;justify-content:center}.layout-eventlist__container .view-all-holder .view-all{background:#c00;border:2px solid #c00;border-radius:6px;color:#fff;display:inline-block;flex-grow:0;height:auto;padding:1.25rem 1.5rem;text-decoration:none}.layout-eventlist__container .view-all-holder .view-all:focus,.layout-eventlist__container .view-all-holder .view-all:hover{background:#fff;color:#c00}.layout-eventlist .event{margin-top:-.5rem;padding:1.5rem}.layout-eventlist .event h4{font-size:1.44rem;line-height:1.75rem;margin:1.5rem 0 0}.layout-eventlist .event .date,.layout-eventlist .event .place{color:#303030;display:block;font-family:Open Sans;font-size:1rem;font-style:normal;font-weight:400;letter-spacing:.02em;line-height:1.5rem;margin:1rem 0 .5rem}.layout-eventlist .event .place{margin:0}.layout-eventlist .event .place svg{height:1rem;width:1rem;fill:#c00}.layout-eventlist .event .link-holder{margin-top:1.5rem;text-align:right}.layout-eventlist .event .link-holder a{background:#fff;border:2px solid #c00;border-radius:4px;color:#c00;font-size:1rem;gap:4px;height:auto;line-height:1.25rem;margin:0;padding:1.25rem 1.5rem}.layout-eventlist .event .link-holder a:active,.layout-eventlist .event .link-holder a:focus,.layout-eventlist .event .link-holder a:hover{background-color:#c00;color:#fff;text-decoration:none}.layout-eventlist .event .tag{background:#f4f4f4;border-radius:4px;color:#620505;font-family:Amsi Pro Narrow;font-size:1rem;font-style:normal;font-weight:900;gap:4px;letter-spacing:.04em;line-height:1.25rem;padding:.5rem .75rem}.layout-contacts{background-color:#f4f4f4;padding:4rem 1rem}.layout-contacts__inner{background:#fff;border-radius:4px;box-shadow:0 4px 6px rgba(0,0,0,.06);height:100%}.layout-contacts__inner .card{padding:2rem 1.5rem}.layout-contacts__inner h5{font-size:1.2rem;line-height:1.5rem;margin:0;padding:0;white-space:pre-wrap;word-break:break-word}.layout-contacts__inner svg{height:1rem;width:1rem;fill:#c00}.layout-contacts__inner img{border-radius:100px;display:block;filter:drop-shadow(0 4px 6px rgba(0,0,0,.06));height:7.5rem;margin:0 auto 1rem;-o-object-fit:cover;object-fit:cover;width:7.5rem}.layout-contacts__inner p,.layout-contacts__inner span{color:#303030;display:block;font-family:Open Sans;font-size:1rem;letter-spacing:.02em;margin:.5rem 0}.layout-contacts__inner p a,.layout-contacts__inner span a{color:#303030;text-decoration:none;white-space:pre-wrap;word-break:break-word}.layout-contacts__inner span{align-items:center;display:flex;gap:.5rem}.layout-contacts__inner p{margin-bottom:.75rem}.layout-subpagehighlight{margin:2rem 1rem 0;padding:0 1rem 4rem;position:relative}.layout-subpagehighlight img{border-radius:.25rem .25rem 0 0;height:15.5rem;-o-object-fit:cover;object-fit:cover}.layout-subpagehighlight .card{background-color:#fff}.layout-subpagehighlight__inner{padding:1.5rem 1.5rem 2rem}.layout-subpagehighlight__inner .js-toggle{color:#303030!important;font-size:1rem;letter-spacing:.04em;line-height:1.25rem}.layout-subpagehighlight__inner .js-toggle svg{display:inline-block;float:right;height:1.5rem;width:2rem;fill:#620505}.layout-subpagehighlight__inner p{color:#303030;font-family:Open Sans;font-size:1rem;font-style:normal;font-weight:400;letter-spacing:.02em;line-height:1.5rem;opacity:.85}.layout-subpagehighlight__inner a{text-decoration:none}.layout-subpagehighlight__inner .line{background-color:#d7d7d7;height:.063rem;margin-bottom:1.5rem;margin-top:1rem;width:100%}.layout-subpagehighlight__inner .content{display:none;flex-direction:column;margin-top:1rem}.layout-subpagehighlight__inner .content .link{display:flex;margin-bottom:.5rem}.layout-subpagehighlight__inner .content .link div{align-self:center}.layout-subpagehighlight__inner .content .link svg{display:inline-block;height:1.25rem;margin-right:.313rem;margin-top:.313rem;width:1.25rem;fill:#bea996}.layout-subpagehighlight__inner .content .link a{color:#000;font-size:1rem;font-weight:400;letter-spacing:.04em;line-height:1.25rem;text-decoration:none}.layout-subpagehighlight__subpage-title{font-size:1.44;font-weight:900;line-height:1.75rem;margin:0;padding:0}.layout-subpagehighlight__subpage-title svg{display:inline-block;float:right;height:1.75rem;width:1.75rem;fill:#000}.layout-subpagehighlight .column div a{display:block}.layout-subpagehighlight .background-layer{background-color:#f4f4f4;bottom:0;display:none;left:0;position:absolute;right:0;top:26%}.layout-readmore{background-color:#eee;margin:2rem 0;padding:4rem 1.5rem}.layout-readmore .container .column .card{background-color:#fff;box-shadow:0 .25rem .375rem rgba(0,0,0,.06);height:100%;margin:0 1rem}.layout-readmore .container .column .card img{height:11.375rem;-o-object-fit:cover;object-fit:cover}.layout-readmore .container .column .card--3{display:none}.layout-readmore .container .column .inner{padding:1rem 1.75rem 0}.layout-readmore .container .column .inner a{text-decoration:none}.layout-readmore .container .column .inner .caption{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem;padding:0}.layout-readmore .container .column .inner .caption div{color:#303030;font-family:Open Sans;font-size:.833rem;font-style:normal;font-weight:400;letter-spacing:.02em;line-height:1.5rem}.layout-readmore .container .column .inner .caption .icon-and-date{display:flex;margin-top:.438rem}.layout-readmore .container .column .inner .caption svg{height:1.2rem;margin-right:.375rem;margin-top:.188rem;width:1.2rem;fill:#620505}.layout-readmore .container .column .inner .caption span{background:#f4f4f4;border-radius:.25rem;color:#620505;font-family:Amsi Pro Narrow;font-size:.833rem;font-weight:900;letter-spacing:.04em;line-height:1.25rem;padding:.5rem .75rem}.layout-readmore .container .column h2{font-size:2.074rem;font-weight:900;line-height:2.5rem;margin:0 0 2.5rem;padding:0;text-align:center}.layout-readmore .container .column a:focus{outline:.15rem dotted #000;outline-offset:.125rem}.layout-readmore .container .column h4{font-size:1.44rem;font-weight:900;line-height:1.75rem;margin:0}.layout-readmore .container .column p{font-size:1rem;line-height:1.5rem;padding-bottom:2rem}.layout-readmore .container .columns .column.link{text-align:center}.layout-readmore .container .columns .column.link a{font-size:1rem;font-weight:900;height:auto;letter-spacing:.04em;line-height:1.25rem;padding:1rem 2rem}.layout-faqhightlight{background-color:#f4f4f4;padding:1.5rem}.layout-faqhightlight h2{color:#620505;font-size:2.25rem;font-style:normal;font-weight:800;line-height:2.75rem;margin:0;padding:0 0 1rem}.layout-faqhightlight .inner{background:#fff;border-radius:0 0 .25rem .25rem;display:block;height:100%;padding:1.25rem;text-decoration:none}.layout-faqhightlight .inner__title{align-items:center;display:flex}.layout-faqhightlight .inner__title h3{color:#620505;display:block;flex-grow:1;font-size:1.2rem;margin:0;padding:0}.layout-faqhightlight .inner__title svg{display:block;height:1.5rem;width:1.5rem}.layout-faqhightlight .inner__content p{color:#303030;font-size:1rem;margin:0;padding:1rem 0 0}@media screen and (min-width:480px){.breadcrumbs__breadcrumb{font-size:1rem}.breadcrumbs__breadcrumb a{font-size:1rem;max-width:inherit}.child-pages__list{grid-template-columns:repeat(2,minmax(0,1fr))}.layout-bloodbarometer .bloodbarometer__buttons .somes{width:50%}}@media screen and (min-width:768px){.breadcrumbs__list{gap:1rem}.breadcrumbs__separator{margin-left:1rem}.site-footer__upper--logo img{min-width:13.75rem}.site-footer__copyright{flex-wrap:nowrap}.site-footer__copyright--text{margin-right:1rem}.site-footer__copyright .separator{display:inline-block}.site-footer__copyright a{display:inline-block;margin-left:1rem;margin-right:.5rem}.layout-frontpagehero .column--left img{height:100%;-o-object-fit:cover;object-fit:cover}.layout-readmore .container .column .card--3{display:block}}@media print,screen and (min-width:769px){.is-size-1-tablet{font-size:2.488rem!important}.is-size-2-tablet{font-size:2.074rem!important}.is-size-3-tablet{font-size:1.728rem!important}.is-size-4-tablet{font-size:1.44rem!important}.is-size-5-tablet{font-size:1.2rem!important}.is-size-6-tablet{font-size:1rem!important}.is-size-7-tablet{font-size:.833rem!important}.is-size-8-tablet{font-size:.694rem!important}.has-text-centered-tablet{text-align:center!important}.has-text-justified-tablet{text-align:justify!important}.has-text-left-tablet{text-align:left!important}.has-text-right-tablet{text-align:right!important}.is-block-tablet{display:block!important}.is-flex-tablet{display:flex!important}.is-inline-tablet{display:inline!important}.is-inline-block-tablet{display:inline-block!important}.is-inline-flex-tablet{display:inline-flex!important}.is-hidden-tablet{display:none!important}.is-invisible-tablet{visibility:hidden!important}.column.is-narrow,.column.is-narrow-tablet{flex:none;width:unset}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333337%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333337%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66666674%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66666674%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333337%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333337%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66666674%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66666674%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333337%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333337%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66666674%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66666674%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333337%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333337%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66666674%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66666674%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}.columns:not(.is-desktop){display:flex}.columns.is-variable.is-0-tablet{--columnGap:0rem}.columns.is-variable.is-1-tablet{--columnGap:0.25rem}.columns.is-variable.is-2-tablet{--columnGap:0.5rem}.columns.is-variable.is-3-tablet{--columnGap:0.75rem}.columns.is-variable.is-4-tablet{--columnGap:1rem}.columns.is-variable.is-5-tablet{--columnGap:1.25rem}.columns.is-variable.is-6-tablet{--columnGap:1.5rem}.columns.is-variable.is-7-tablet{--columnGap:1.75rem}.columns.is-variable.is-8-tablet{--columnGap:2rem}.level{display:flex}.level>.level-item:not(.is-narrow){flex-grow:1}.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-right:.75rem}.level-left,.level-right{display:flex}}@media screen and (min-width:769px)and (max-width:1023px){.has-text-centered-tablet-only{text-align:center!important}.has-text-justified-tablet-only{text-align:justify!important}.has-text-left-tablet-only{text-align:left!important}.has-text-right-tablet-only{text-align:right!important}.is-block-tablet-only{display:block!important}.is-flex-tablet-only{display:flex!important}.is-inline-tablet-only{display:inline!important}.is-inline-block-tablet-only{display:inline-block!important}.is-inline-flex-tablet-only{display:inline-flex!important}.is-hidden-tablet-only{display:none!important}.is-invisible-tablet-only{visibility:hidden!important}.columns.is-variable.is-0-tablet-only{--columnGap:0rem}.columns.is-variable.is-1-tablet-only{--columnGap:0.25rem}.columns.is-variable.is-2-tablet-only{--columnGap:0.5rem}.columns.is-variable.is-3-tablet-only{--columnGap:0.75rem}.columns.is-variable.is-4-tablet-only{--columnGap:1rem}.columns.is-variable.is-5-tablet-only{--columnGap:1.25rem}.columns.is-variable.is-6-tablet-only{--columnGap:1.5rem}.columns.is-variable.is-7-tablet-only{--columnGap:1.75rem}.columns.is-variable.is-8-tablet-only{--columnGap:2rem}.button.is-responsive.is-small{font-size:.65625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.75rem}.button.is-responsive.is-medium{font-size:1rem}.button.is-responsive.is-large{font-size:1.25rem}}@media screen and (min-width:769px){.hero-title{font-size:3.5rem}.h1,h1{font-size:2.488rem}.h2,h2{font-size:2.074rem}.h3,h3{font-size:1.728rem}.h4,h4{font-size:1.44rem}.h5,h5{font-size:1.2rem}.is-reverse-columns{flex-direction:row}.m-0-tablet{margin:0!important}.m-1-tablet{margin:.25rem!important}.m-2-tablet{margin:.5rem!important}.m-3-tablet{margin:.75rem!important}.m-4-tablet{margin:1rem!important}.m-5-tablet{margin:1.5rem!important}.m-6-tablet{margin:2rem!important}.m-7-tablet{margin:2.5rem!important}.m-8-tablet{margin:3rem!important}.m-9-tablet{margin:4rem!important}.m-10-tablet{margin:5rem!important}.m-11-tablet{margin:6rem!important}.m-12-tablet{margin:7rem!important}.m-auto-tablet{margin:auto!important}.mt-0-tablet{margin-top:0!important}.mt-1-tablet{margin-top:.25rem!important}.mt-2-tablet{margin-top:.5rem!important}.mt-3-tablet{margin-top:.75rem!important}.mt-4-tablet{margin-top:1rem!important}.mt-5-tablet{margin-top:1.5rem!important}.mt-6-tablet{margin-top:2rem!important}.mt-7-tablet{margin-top:2.5rem!important}.mt-8-tablet{margin-top:3rem!important}.mt-9-tablet{margin-top:4rem!important}.mt-10-tablet{margin-top:5rem!important}.mt-11-tablet{margin-top:6rem!important}.mt-12-tablet{margin-top:7rem!important}.mt-auto-tablet{margin-top:auto!important}.mr-0-tablet{margin-right:0!important}.mr-1-tablet{margin-right:.25rem!important}.mr-2-tablet{margin-right:.5rem!important}.mr-3-tablet{margin-right:.75rem!important}.mr-4-tablet{margin-right:1rem!important}.mr-5-tablet{margin-right:1.5rem!important}.mr-6-tablet{margin-right:2rem!important}.mr-7-tablet{margin-right:2.5rem!important}.mr-8-tablet{margin-right:3rem!important}.mr-9-tablet{margin-right:4rem!important}.mr-10-tablet{margin-right:5rem!important}.mr-11-tablet{margin-right:6rem!important}.mr-12-tablet{margin-right:7rem!important}.mr-auto-tablet{margin-right:auto!important}.mb-0-tablet{margin-bottom:0!important}.mb-1-tablet{margin-bottom:.25rem!important}.mb-2-tablet{margin-bottom:.5rem!important}.mb-3-tablet{margin-bottom:.75rem!important}.mb-4-tablet{margin-bottom:1rem!important}.mb-5-tablet{margin-bottom:1.5rem!important}.mb-6-tablet{margin-bottom:2rem!important}.mb-7-tablet{margin-bottom:2.5rem!important}.mb-8-tablet{margin-bottom:3rem!important}.mb-9-tablet{margin-bottom:4rem!important}.mb-10-tablet{margin-bottom:5rem!important}.mb-11-tablet{margin-bottom:6rem!important}.mb-12-tablet{margin-bottom:7rem!important}.mb-auto-tablet{margin-bottom:auto!important}.ml-0-tablet{margin-left:0!important}.ml-1-tablet{margin-left:.25rem!important}.ml-2-tablet{margin-left:.5rem!important}.ml-3-tablet{margin-left:.75rem!important}.ml-4-tablet{margin-left:1rem!important}.ml-5-tablet{margin-left:1.5rem!important}.ml-6-tablet{margin-left:2rem!important}.ml-7-tablet{margin-left:2.5rem!important}.ml-8-tablet{margin-left:3rem!important}.ml-9-tablet{margin-left:4rem!important}.ml-10-tablet{margin-left:5rem!important}.ml-11-tablet{margin-left:6rem!important}.ml-12-tablet{margin-left:7rem!important}.ml-auto-tablet{margin-left:auto!important}.p-0-tablet{padding:0!important}.p-1-tablet{padding:.25rem!important}.p-2-tablet{padding:.5rem!important}.p-3-tablet{padding:.75rem!important}.p-4-tablet{padding:1rem!important}.p-5-tablet{padding:1.5rem!important}.p-6-tablet{padding:2rem!important}.p-7-tablet{padding:2.5rem!important}.p-8-tablet{padding:3rem!important}.p-9-tablet{padding:4rem!important}.p-10-tablet{padding:5rem!important}.p-11-tablet{padding:6rem!important}.p-12-tablet{padding:7rem!important}.p-auto-tablet{padding:auto!important}.pt-0-tablet{padding-top:0!important}.pt-1-tablet{padding-top:.25rem!important}.pt-2-tablet{padding-top:.5rem!important}.pt-3-tablet{padding-top:.75rem!important}.pt-4-tablet{padding-top:1rem!important}.pt-5-tablet{padding-top:1.5rem!important}.pt-6-tablet{padding-top:2rem!important}.pt-7-tablet{padding-top:2.5rem!important}.pt-8-tablet{padding-top:3rem!important}.pt-9-tablet{padding-top:4rem!important}.pt-10-tablet{padding-top:5rem!important}.pt-11-tablet{padding-top:6rem!important}.pt-12-tablet{padding-top:7rem!important}.pt-auto-tablet{padding-top:auto!important}.pr-0-tablet{padding-right:0!important}.pr-1-tablet{padding-right:.25rem!important}.pr-2-tablet{padding-right:.5rem!important}.pr-3-tablet{padding-right:.75rem!important}.pr-4-tablet{padding-right:1rem!important}.pr-5-tablet{padding-right:1.5rem!important}.pr-6-tablet{padding-right:2rem!important}.pr-7-tablet{padding-right:2.5rem!important}.pr-8-tablet{padding-right:3rem!important}.pr-9-tablet{padding-right:4rem!important}.pr-10-tablet{padding-right:5rem!important}.pr-11-tablet{padding-right:6rem!important}.pr-12-tablet{padding-right:7rem!important}.pr-auto-tablet{padding-right:auto!important}.pb-0-tablet{padding-bottom:0!important}.pb-1-tablet{padding-bottom:.25rem!important}.pb-2-tablet{padding-bottom:.5rem!important}.pb-3-tablet{padding-bottom:.75rem!important}.pb-4-tablet{padding-bottom:1rem!important}.pb-5-tablet{padding-bottom:1.5rem!important}.pb-6-tablet{padding-bottom:2rem!important}.pb-7-tablet{padding-bottom:2.5rem!important}.pb-8-tablet{padding-bottom:3rem!important}.pb-9-tablet{padding-bottom:4rem!important}.pb-10-tablet{padding-bottom:5rem!important}.pb-11-tablet{padding-bottom:6rem!important}.pb-12-tablet{padding-bottom:7rem!important}.pb-auto-tablet{padding-bottom:auto!important}.pl-0-tablet{padding-left:0!important}.pl-1-tablet{padding-left:.25rem!important}.pl-2-tablet{padding-left:.5rem!important}.pl-3-tablet{padding-left:.75rem!important}.pl-4-tablet{padding-left:1rem!important}.pl-5-tablet{padding-left:1.5rem!important}.pl-6-tablet{padding-left:2rem!important}.pl-7-tablet{padding-left:2.5rem!important}.pl-8-tablet{padding-left:3rem!important}.pl-9-tablet{padding-left:4rem!important}.pl-10-tablet{padding-left:5rem!important}.pl-11-tablet{padding-left:6rem!important}.pl-12-tablet{padding-left:7rem!important}.pl-auto-tablet{padding-left:auto!important}.js-site-mobile-nav .js-site-mobile-nav-items .close+.mobile-subsubmenu{display:inline-block}.notification{padding:1.5rem}.notification__content{flex-wrap:nowrap;gap:2.25rem}.notification__content a.button{margin:0}.notification__content__text{gap:1rem}.site-footer{margin-top:6rem}.site-footer__upper{padding-right:12rem}.site-footer__upper--logo img{padding:1.25rem}.site-footer__link-list a{padding-bottom:1.5rem}.site-footer .some-container{justify-content:center}.files-block__files{grid-template-columns:1fr 1fr}.bloodservice-search__items__item{padding:2rem}.single .entry__excerpt,.single .entry__hero{padding-bottom:3rem}.single .entry__background--with-image{margin-top:-21.75rem;padding-top:21.75rem}.single .related__article__container{width:calc(50% - 2rem)}.bloodbarometer-template-default .bloodbarometer__icon h2{left:6vw}.single-event .link-holder{padding-bottom:5rem}.single-bloodservice__map{height:39.375rem}.single-bloodservice__content{padding:0 4rem}.single-faq .entry__header__title .entry__title{font-weight:900;line-height:4rem;padding:0}.single-faq .entry__content__wysiwyg{padding:0 1rem}.single-faq .gform_wrapper{padding:4rem}.search__header{padding-top:4rem}.search__content{padding-bottom:8rem;padding-top:8rem}.archive-manual__container .categories{margin-bottom:2rem}.archive-manual__container .categories #category-mobile-nav{display:block}.archive-manual__container .categories .js-toggle{display:none}.archive-manual__container .categories ul{background:transparent;border-radius:.25rem;display:inline-block;margin-bottom:2rem;padding:1rem .75rem}.archive-manual__container .categories li{background-color:#fff;border-radius:.25rem;display:inline-block;margin:0 .25rem .5rem;padding:1rem}.archive-manual__container .categories li.current-cat{background:#620505}.archive-manual__container .categories li.current-cat a{color:#fff}.archive-manual__container .categories li a,.archive-manual__container .categories li.current-cat a{font-family:Amsi Pro Narrow;font-size:1rem;font-style:normal;font-weight:900;letter-spacing:.04em;line-height:1.25rem;text-decoration:none}.archive-manual__container .categories li a{color:#000}.archive-event .categories #category-mobile-nav{display:block}.archive-event .categories .js-toggle{display:none}.archive-event .categories ul{background:transparent;border-radius:.25rem;display:inline-block;margin:0 .25rem;padding:1rem .75rem}.archive-event .categories ul li{background-color:#fff;border-radius:.25rem;display:inline-block;margin:0 .25rem;padding:1rem}.archive-event .categories ul li.current-cat{background:#620505}.archive-event .categories ul li.current-cat a{color:#fff}.archive-event .categories ul li a,.archive-event .categories ul li.current-cat a{font-family:Amsi Pro Narrow;font-size:1rem;font-style:normal;font-weight:900;letter-spacing:.04em;line-height:1.25rem;text-decoration:none}.archive-event .categories ul li a{color:#000}.archive-event .event .column img{height:100%}body.post-type-archive-event .categories ul li.cat-item-all{background:#620505}body.post-type-archive-event .categories ul li.cat-item-all a{color:#fff}.archive-faq .search-holder-holder{flex-direction:row;margin:0 auto;padding:2.5rem 6rem}.archive-faq .search-holder.right{margin-left:.25rem;margin-top:0}.archive-faq .search-holder .form{flex-direction:row;flex-flow:row}.archive-faq .search-holder .form input[type=text]{min-width:21rem}.archive-faq .search-holder .form input[type=submit]{margin-left:.25rem;margin-top:0;padding:0 1.5rem;width:auto}.archive-faq__header h1{font-size:3.375rem;line-height:4rem;margin:0;text-align:center}.archive-faq__header .description{font-size:1.2rem;max-width:70rem;text-align:center}.archive-faq__category{padding-bottom:7rem;padding-top:5.75rem}.archive-faq__category h2{font-size:2.488rem;text-align:center}.archive-faq__category .category{margin-left:0;margin-right:0}.archive-faq__category .category .inner{height:100%}.archive-faq__container .categories{margin-bottom:2rem}.archive-faq__container .categories #category-mobile-nav{display:block}.archive-faq__container .categories .js-toggle{display:none}.archive-faq__container .categories ul{background:transparent;border-radius:.25rem;display:inline-block;margin-bottom:2rem;padding:1rem .75rem}.archive-faq__container .categories li{background-color:#fff;border-radius:.25rem;display:inline-block;margin:0 .25rem;padding:1rem}.archive-faq__container .categories li.current-cat{background:#620505}.archive-faq__container .categories li.current-cat a{color:#fff}.archive-faq__container .categories li a,.archive-faq__container .categories li.current-cat a{font-family:Amsi Pro Narrow;font-size:1rem;font-style:normal;font-weight:900;letter-spacing:.04em;line-height:1.25rem;text-decoration:none}.archive-faq__container .categories li a{color:#000}.archive-faq__container .manual{margin:1.75rem auto}.archive-faq__container .manual__header .category{margin-bottom:0}.child-pages__list{grid-template-columns:repeat(3,minmax(0,1fr))}.child-pages__items-wrapper{display:block}.child-pages__items-button{display:none}.child-pages__item-excerpt{display:block}.child-pages__grand-children{border-top:1px solid #000}.layout-bloodbarometer{padding:4rem 1.5rem}.layout-bloodbarometer .bloodbarometer-column__container{padding:1.5rem}.highlights .columns{display:flex}.highlights__item{min-width:50%}.highlights .highlight.small-highlight{padding:0 .5rem}.layout-highlightbanner__content{left:6.875rem;max-width:43rem;padding:4rem;position:absolute;top:50%;transform:translateY(-50%)}.layout-highlightbanner__content--right{left:inherit;right:6.875rem}.layout-table .tablepress tbody tr td,.layout-table .tablepress thead tr th{padding:2rem}.layout-form{padding:4rem}.layout-cta-banner{margin-bottom:2rem;margin-top:2rem}.layout-cta-banner .cta-banner{flex-wrap:nowrap;gap:2rem;justify-content:center;padding:3rem}.layout-subpagehero__title h1{font-size:3.5rem;line-height:4rem}.layout-subpagehero__lead-paragraph a,.layout-subpagehero__lead-paragraph p{font-size:1.44rem}.layout-subpagehero__image img{margin-top:3rem}.layout-frontpagehero .column--right{align-items:center;background-color:#fff;justify-content:center}.layout-frontpagehero .column--cta{flex-basis:0;padding:4rem}.layout-frontpagehero .column--cta h2{font-size:1.728rem}.layout-small-banners{margin-bottom:2rem;margin-top:2rem}.layout-small-banners__item__content{padding:2rem}.layout-small-banners__image__item img{border-radius:.25rem;height:18.75rem;width:calc(100% - 1.5rem)}.layout-small-banners__image__item__content{border-radius:.25rem;margin-left:1.5rem;margin-top:-1.5rem}.layout-small-banners__icon__item__content img{margin-bottom:2rem}.layout-collectionpagehero{margin-bottom:2rem;margin-top:2rem;padding:.75rem}.layout-collectionpagehero--simple p{font-size:1.44rem;line-height:2.25rem}.layout-collectionpagehero--cool .container .column{padding:0}.layout-collectionpagehero--cool .label{background-color:#fff;border-radius:4px;margin-left:1.5rem;max-width:25%;min-width:43rem;padding:2rem;position:absolute;top:50%;transform:translateY(-50%)}.layout-collectionpagehero--cool .label p{padding-bottom:2rem}.layout-collectionpagehero--cool .label a{display:inline-block;font-size:1rem;font-weight:900;height:auto;line-height:1.25rem;padding:1.25rem 1.5rem}.layout-embed.half{margin-left:auto;margin-right:auto;width:50%}.layout-donationcalculator h2{font-size:3.375rem;line-height:4rem}.layout-donationcalculator p{font-size:1.44rem;line-height:2.25rem}.layout-donationcalculator .form{background-color:#f4f4f4;margin-top:3.25rem!important;padding:2.75rem 0 5.25rem}.layout-donationcalculator form .gform_button{padding:1.25rem 1.5rem}.layout-donationcalculator form .last_donation_time .gfield_label{margin-top:2rem}.layout-donationcalculator form .last_donation_time .ginput_container{margin:0 2rem;max-width:21.438rem}.layout-donationcalculator form .gfield_description{display:inline-block!important;font-size:1rem;letter-spacing:.04em;line-height:1.25rem;text-align:left}.layout-donationcalculator form .gfield,.layout-donationcalculator form .gfield.header{background-color:#fff;margin:0!important;padding:2.75rem 1.5rem!important}.layout-donationcalculator form .gfield_radio{text-align:left}.layout-donationcalculator form .gfield_radio .gchoice{margin:0}.layout-donationcalculator form .gfield .gfield_label{align-items:center;display:flex!important;float:left;font-size:1.5rem;justify-content:left;margin-right:3rem;min-height:3.75rem;padding:0;text-align:left;width:11.375rem}.layout-donationcalculator form .gfield .ginput_container_radio{padding-bottom:0}.layout-donationcalculator .gform_confirmation_message{padding:3rem 10rem}.layout-subpagehighlight__inner .line{margin-bottom:1rem}.layout-subpagehighlight .background-layer{display:block}.layout-readmore{padding:4rem 6.25rem}.layout-readmore .container .column .card{margin:0}.layout-readmore .container .column h2{margin-bottom:1rem}.layout-readmore .container .column h4{font-size:1.44rem;line-height:1.75rem}.layout-readmore .container .columns .column.link a{padding:1.5rem 2rem}.layout-faqhightlight h2{padding:0 0 1.75rem}.layout-faqhightlight .inner{padding:1.25rem 2rem}.layout-faqhightlight .inner__title h3{font-size:1.44rem}}@media screen and (min-width:769px)and (orientation:portrait){.bloodbarometer-template-default .bloodbarometer__icon{height:19vh;width:calc(50% - 2rem)}.bloodbarometer-template-default .bloodbarometer__icon h2{font-size:5vw;left:16vw}}@media screen and (min-width:1024px){.is-size-1-desktop{font-size:2.488rem!important}.is-size-2-desktop{font-size:2.074rem!important}.is-size-3-desktop{font-size:1.728rem!important}.is-size-4-desktop{font-size:1.44rem!important}.is-size-5-desktop{font-size:1.2rem!important}.is-size-6-desktop{font-size:1rem!important}.is-size-7-desktop{font-size:.833rem!important}.is-size-8-desktop{font-size:.694rem!important}.has-text-centered-desktop{text-align:center!important}.has-text-justified-desktop{text-align:justify!important}.has-text-left-desktop{text-align:left!important}.has-text-right-desktop{text-align:right!important}.is-block-desktop{display:block!important}.is-flex-desktop{display:flex!important}.is-inline-desktop{display:inline!important}.is-inline-block-desktop{display:inline-block!important}.is-inline-flex-desktop{display:inline-flex!important}.is-hidden-desktop{display:none!important}.is-invisible-desktop{visibility:hidden!important}.column.is-narrow-desktop{flex:none;width:unset}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-0-desktop{flex:none;width:0}.column.is-offset-0-desktop{margin-left:0}.column.is-1-desktop{flex:none;width:8.33333337%}.column.is-offset-1-desktop{margin-left:8.33333337%}.column.is-2-desktop{flex:none;width:16.66666674%}.column.is-offset-2-desktop{margin-left:16.66666674%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333337%}.column.is-offset-4-desktop{margin-left:33.33333337%}.column.is-5-desktop{flex:none;width:41.66666674%}.column.is-offset-5-desktop{margin-left:41.66666674%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333337%}.column.is-offset-7-desktop{margin-left:58.33333337%}.column.is-8-desktop{flex:none;width:66.66666674%}.column.is-offset-8-desktop{margin-left:66.66666674%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333337%}.column.is-offset-10-desktop{margin-left:83.33333337%}.column.is-11-desktop{flex:none;width:91.66666674%}.column.is-offset-11-desktop{margin-left:91.66666674%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}.columns.is-desktop{display:flex}.columns.is-variable.is-0-desktop{--columnGap:0rem}.columns.is-variable.is-1-desktop{--columnGap:0.25rem}.columns.is-variable.is-2-desktop{--columnGap:0.5rem}.columns.is-variable.is-3-desktop{--columnGap:0.75rem}.columns.is-variable.is-4-desktop{--columnGap:1rem}.columns.is-variable.is-5-desktop{--columnGap:1.25rem}.columns.is-variable.is-6-desktop{--columnGap:1.5rem}.columns.is-variable.is-7-desktop{--columnGap:1.75rem}.columns.is-variable.is-8-desktop{--columnGap:2rem}.section{padding:3rem}.section.is-medium{padding:9rem 4.5rem}.section.is-large{padding:18rem 6rem}.container{max-width:960px}.navbar.is-white .navbar-end .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-start>.navbar-item{color:#000}.navbar.is-white .navbar-end .navbar-link.is-active,.navbar.is-white .navbar-end .navbar-link:focus,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end>a.navbar-item:focus,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-start .navbar-link:focus,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start>a.navbar-item:focus,.navbar.is-white .navbar-start>a.navbar-item:hover{background-color:#f2f2f2;color:#000}.navbar.is-white .navbar-end .navbar-link:after,.navbar.is-white .navbar-start .navbar-link:after{border-color:#000}.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link{background-color:#f2f2f2;color:#000}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#000}.navbar.is-black .navbar-end .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-start>.navbar-item{color:#fff}.navbar.is-black .navbar-end .navbar-link.is-active,.navbar.is-black .navbar-end .navbar-link:focus,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end>a.navbar-item:focus,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-start .navbar-link:focus,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start>a.navbar-item:focus,.navbar.is-black .navbar-start>a.navbar-item:hover{background-color:#000;color:#fff}.navbar.is-black .navbar-end .navbar-link:after,.navbar.is-black .navbar-start .navbar-link:after{border-color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active,.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link{background-color:#000;color:#fff}.navbar.is-light .navbar-end .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-start>.navbar-item{color:#303030}.navbar.is-light .navbar-end .navbar-link.is-active,.navbar.is-light .navbar-end .navbar-link:focus,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end>a.navbar-item:focus,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-start .navbar-link:focus,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start>a.navbar-item:focus,.navbar.is-light .navbar-start>a.navbar-item:hover{background-color:#e7e7e7;color:#303030}.navbar.is-light .navbar-end .navbar-link:after,.navbar.is-light .navbar-start .navbar-link:after{border-color:#303030}.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link{background-color:#e7e7e7;color:#303030}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f4f4f4;color:#303030}.navbar.is-dark .navbar-end .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-start>.navbar-item{color:#f4f4f4}.navbar.is-dark .navbar-end .navbar-link.is-active,.navbar.is-dark .navbar-end .navbar-link:focus,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end>a.navbar-item:focus,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-start .navbar-link:focus,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start>a.navbar-item:focus,.navbar.is-dark .navbar-start>a.navbar-item:hover{background-color:#232323;color:#f4f4f4}.navbar.is-dark .navbar-end .navbar-link:after,.navbar.is-dark .navbar-start .navbar-link:after{border-color:#f4f4f4}.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link{background-color:#232323;color:#f4f4f4}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#303030;color:#f4f4f4}.navbar.is-primary .navbar-end .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-start>.navbar-item{color:#620505}.navbar.is-primary .navbar-end .navbar-link.is-active,.navbar.is-primary .navbar-end .navbar-link:focus,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end>a.navbar-item:focus,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-start .navbar-link:focus,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start>a.navbar-item:focus,.navbar.is-primary .navbar-start>a.navbar-item:hover{background-color:#b30000;color:#620505}.navbar.is-primary .navbar-end .navbar-link:after,.navbar.is-primary .navbar-start .navbar-link:after{border-color:#620505}.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link{background-color:#b30000;color:#620505}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#c00;color:#620505}.navbar,.navbar-end,.navbar-menu,.navbar-start{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar.is-spaced{padding:1rem 2rem}.navbar.is-spaced .navbar-end,.navbar.is-spaced .navbar-start{align-items:center}.navbar.is-spaced .navbar-link,.navbar.is-spaced a.navbar-item{border-radius:4px}.navbar.is-transparent .navbar-link.is-active,.navbar.is-transparent .navbar-link:focus,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent a.navbar-item:focus,.navbar.is-transparent a.navbar-item:hover{background-color:transparent!important}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent!important}.navbar.is-transparent .navbar-dropdown a.navbar-item:focus,.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#485fc7}.navbar-burger{display:none}.navbar-item,.navbar-link{align-items:center;display:flex}.navbar-item.has-dropdown{align-items:stretch}.navbar-item.has-dropdown-up .navbar-link:after{transform:rotate(135deg) translate(.25em,-.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid #dbdbdb;border-radius:6px 6px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px hsla(0,0%,4%,.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-right:auto}.navbar-end{justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #dbdbdb;box-shadow:0 8px 8px hsla(0,0%,4%,.1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:focus,.navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#485fc7}.navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-dropdown{border-radius:6px;border-top:none;box-shadow:0 8px 8px hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.1);display:block;opacity:0;pointer-events:none;top:calc(100% - 4px);transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.container>.navbar .navbar-brand,.navbar>.container .navbar-brand{margin-left:-.75rem}.container>.navbar .navbar-menu,.navbar>.container .navbar-menu{margin-right:-.75rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px hsla(0,0%,4%,.1)}.navbar.is-fixed-top-desktop{top:0}body.has-navbar-fixed-top-desktop,html.has-navbar-fixed-top-desktop{padding-top:3.25rem}body.has-navbar-fixed-bottom-desktop,html.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}body.has-spaced-navbar-fixed-top,html.has-spaced-navbar-fixed-top{padding-top:5.25rem}body.has-spaced-navbar-fixed-bottom,html.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}.navbar-link.is-active,a.navbar-item.is-active{color:#0a0a0a}.navbar-link.is-active:not(:focus):not(:hover),a.navbar-item.is-active:not(:focus):not(:hover){background-color:transparent}.navbar-item.has-dropdown.is-active .navbar-link,.navbar-item.has-dropdown:focus .navbar-link,.navbar-item.has-dropdown:hover .navbar-link{background-color:#fafafa}body{font-size:17px}.h1,h1{font-size:2.47rem}.h2,h2{font-size:2.25rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.294rem}.h5,h5{font-size:1.117rem}.breadcrumbs{padding-left:0}.is-order-1-desktop{order:1}.m-0-desktop{margin:0!important}.m-1-desktop{margin:.25rem!important}.m-2-desktop{margin:.5rem!important}.m-3-desktop{margin:.75rem!important}.m-4-desktop{margin:1rem!important}.m-5-desktop{margin:1.5rem!important}.m-6-desktop{margin:2rem!important}.m-7-desktop{margin:2.5rem!important}.m-8-desktop{margin:3rem!important}.m-9-desktop{margin:4rem!important}.m-10-desktop{margin:5rem!important}.m-11-desktop{margin:6rem!important}.m-12-desktop{margin:7rem!important}.m-auto-desktop{margin:auto!important}.mt-0-desktop{margin-top:0!important}.mt-1-desktop{margin-top:.25rem!important}.mt-2-desktop{margin-top:.5rem!important}.mt-3-desktop{margin-top:.75rem!important}.mt-4-desktop{margin-top:1rem!important}.mt-5-desktop{margin-top:1.5rem!important}.mt-6-desktop{margin-top:2rem!important}.mt-7-desktop{margin-top:2.5rem!important}.mt-8-desktop{margin-top:3rem!important}.mt-9-desktop{margin-top:4rem!important}.mt-10-desktop{margin-top:5rem!important}.mt-11-desktop{margin-top:6rem!important}.mt-12-desktop{margin-top:7rem!important}.mt-auto-desktop{margin-top:auto!important}.mr-0-desktop{margin-right:0!important}.mr-1-desktop{margin-right:.25rem!important}.mr-2-desktop{margin-right:.5rem!important}.mr-3-desktop{margin-right:.75rem!important}.mr-4-desktop{margin-right:1rem!important}.mr-5-desktop{margin-right:1.5rem!important}.mr-6-desktop{margin-right:2rem!important}.mr-7-desktop{margin-right:2.5rem!important}.mr-8-desktop{margin-right:3rem!important}.mr-9-desktop{margin-right:4rem!important}.mr-10-desktop{margin-right:5rem!important}.mr-11-desktop{margin-right:6rem!important}.mr-12-desktop{margin-right:7rem!important}.mr-auto-desktop{margin-right:auto!important}.mb-0-desktop{margin-bottom:0!important}.mb-1-desktop{margin-bottom:.25rem!important}.mb-2-desktop{margin-bottom:.5rem!important}.mb-3-desktop{margin-bottom:.75rem!important}.mb-4-desktop{margin-bottom:1rem!important}.mb-5-desktop{margin-bottom:1.5rem!important}.mb-6-desktop{margin-bottom:2rem!important}.mb-7-desktop{margin-bottom:2.5rem!important}.mb-8-desktop{margin-bottom:3rem!important}.mb-9-desktop{margin-bottom:4rem!important}.mb-10-desktop{margin-bottom:5rem!important}.mb-11-desktop{margin-bottom:6rem!important}.mb-12-desktop{margin-bottom:7rem!important}.mb-auto-desktop{margin-bottom:auto!important}.ml-0-desktop{margin-left:0!important}.ml-1-desktop{margin-left:.25rem!important}.ml-2-desktop{margin-left:.5rem!important}.ml-3-desktop{margin-left:.75rem!important}.ml-4-desktop{margin-left:1rem!important}.ml-5-desktop{margin-left:1.5rem!important}.ml-6-desktop{margin-left:2rem!important}.ml-7-desktop{margin-left:2.5rem!important}.ml-8-desktop{margin-left:3rem!important}.ml-9-desktop{margin-left:4rem!important}.ml-10-desktop{margin-left:5rem!important}.ml-11-desktop{margin-left:6rem!important}.ml-12-desktop{margin-left:7rem!important}.ml-auto-desktop{margin-left:auto!important}.p-0-desktop{padding:0!important}.p-1-desktop{padding:.25rem!important}.p-2-desktop{padding:.5rem!important}.p-3-desktop{padding:.75rem!important}.p-4-desktop{padding:1rem!important}.p-5-desktop{padding:1.5rem!important}.p-6-desktop{padding:2rem!important}.p-7-desktop{padding:2.5rem!important}.p-8-desktop{padding:3rem!important}.p-9-desktop{padding:4rem!important}.p-10-desktop{padding:5rem!important}.p-11-desktop{padding:6rem!important}.p-12-desktop{padding:7rem!important}.p-auto-desktop{padding:auto!important}.pt-0-desktop{padding-top:0!important}.pt-1-desktop{padding-top:.25rem!important}.pt-2-desktop{padding-top:.5rem!important}.pt-3-desktop{padding-top:.75rem!important}.pt-4-desktop{padding-top:1rem!important}.pt-5-desktop{padding-top:1.5rem!important}.pt-6-desktop{padding-top:2rem!important}.pt-7-desktop{padding-top:2.5rem!important}.pt-8-desktop{padding-top:3rem!important}.pt-9-desktop{padding-top:4rem!important}.pt-10-desktop{padding-top:5rem!important}.pt-11-desktop{padding-top:6rem!important}.pt-12-desktop{padding-top:7rem!important}.pt-auto-desktop{padding-top:auto!important}.pr-0-desktop{padding-right:0!important}.pr-1-desktop{padding-right:.25rem!important}.pr-2-desktop{padding-right:.5rem!important}.pr-3-desktop{padding-right:.75rem!important}.pr-4-desktop{padding-right:1rem!important}.pr-5-desktop{padding-right:1.5rem!important}.pr-6-desktop{padding-right:2rem!important}.pr-7-desktop{padding-right:2.5rem!important}.pr-8-desktop{padding-right:3rem!important}.pr-9-desktop{padding-right:4rem!important}.pr-10-desktop{padding-right:5rem!important}.pr-11-desktop{padding-right:6rem!important}.pr-12-desktop{padding-right:7rem!important}.pr-auto-desktop{padding-right:auto!important}.pb-0-desktop{padding-bottom:0!important}.pb-1-desktop{padding-bottom:.25rem!important}.pb-2-desktop{padding-bottom:.5rem!important}.pb-3-desktop{padding-bottom:.75rem!important}.pb-4-desktop{padding-bottom:1rem!important}.pb-5-desktop{padding-bottom:1.5rem!important}.pb-6-desktop{padding-bottom:2rem!important}.pb-7-desktop{padding-bottom:2.5rem!important}.pb-8-desktop{padding-bottom:3rem!important}.pb-9-desktop{padding-bottom:4rem!important}.pb-10-desktop{padding-bottom:5rem!important}.pb-11-desktop{padding-bottom:6rem!important}.pb-12-desktop{padding-bottom:7rem!important}.pb-auto-desktop{padding-bottom:auto!important}.pl-0-desktop{padding-left:0!important}.pl-1-desktop{padding-left:.25rem!important}.pl-2-desktop{padding-left:.5rem!important}.pl-3-desktop{padding-left:.75rem!important}.pl-4-desktop{padding-left:1rem!important}.pl-5-desktop{padding-left:1.5rem!important}.pl-6-desktop{padding-left:2rem!important}.pl-7-desktop{padding-left:2.5rem!important}.pl-8-desktop{padding-left:3rem!important}.pl-9-desktop{padding-left:4rem!important}.pl-10-desktop{padding-left:5rem!important}.pl-11-desktop{padding-left:6rem!important}.pl-12-desktop{padding-left:7rem!important}.pl-auto-desktop{padding-left:auto!important}.js-site-nav-items{display:flex;flex-direction:row}.js-site-nav-items li{display:flex;flex-direction:row!important;margin-bottom:0;position:unset;width:auto}.site-header__wrapper{display:block}.site-header__quick-link{font-size:.9411rem;padding:0 .5rem}.site-header .site-header-mobile__wrapper{display:none}.site-header .site-header__menubar__button a{float:right;padding:1.75rem 1.5rem}.site-header__main-columns{justify-content:space-evenly}.site-header .site-nav{margin-left:2.75rem;width:auto}.site-nav__toggle{display:none}.site-nav__items{align-items:stretch;display:flex;flex-direction:row}.site-nav__item{align-items:center;border-right:.0625rem solid #f5f5f5;display:flex;padding-left:3.5rem;padding-right:3.5rem}.archive-home__header{padding:0 0 3rem}.error404 .entry{padding-top:6rem}.single .related{padding:4rem}.single-event h1{font-size:3.375rem;line-height:4rem;margin:0 1.5rem 2rem}.single-event .hero .columns{margin:0 11rem 1.5rem}.single-event .left img{border-radius:0}.single-event .right{align-items:center;display:flex;padding:0 4rem}.single-event .right div{padding:1rem}.single-event .is-gray{margin-top:-15.75rem;padding-top:15.75rem}.single-bloodservice__title{padding-left:0}.archive-manual .search-holder .form input[type=submit]{margin-left:6px;margin-top:0;padding:0 1.25rem;width:auto}.archive-manual__header h1{font-size:3.375rem;line-height:4rem;margin:0;text-align:center}.archive-manual__container .logo-holder{bottom:auto;top:20px}.archive-manual__container .manual{margin:1rem auto}.archive-event__header h1{padding:4rem 0}.archive-faq .search-holder-holder{padding:2.5rem 12rem}.archive-faq .search-holder .form input[type=text]{min-width:25rem}.archive-faq__container .manual{margin:1rem auto}.child-pages__list{grid-template-columns:repeat(4,minmax(0,1fr))}.highlights__item{min-width:25%}.layout-image figure{padding:0}.layout-image figure.small--align-left{padding:0;width:50%}.layout-image figure.small--align-center{margin-left:auto;margin-right:auto;padding:0;width:50%}.layout-frontpagehero{padding:3rem 1.5rem}.layout-frontpagehero__title h1{font-size:3.5rem;margin-bottom:1rem}.layout-frontpagehero__inner{max-width:70%}.layout-frontpagehero__lead-paragraph p{font-size:1.2rem;margin-top:1rem}.layout-frontpagehero__lead-paragraph a{font-size:1.2rem}.layout-frontpagehero__buttons a{margin-top:.25rem}.layout-frontpagehero__buttons a:nth-of-type(2){margin-left:0}.layout-collectionpagehero--cool .label{margin-left:6rem;padding:4rem}.layout-citation figure blockquote{font-size:1.44rem;line-height:2.25rem;padding:2rem 2rem 2rem 3rem}.layout-donationcalculator form .gfield,.layout-donationcalculator form .gfield.header{padding:2.75rem 1.5rem 2.75rem 13.75rem!important}.layout-eventlist__container .card-holder{margin:0}.layout-eventlist__container .view-all-holder .view-all{padding:1.5rem 2rem}.layout-subpagehighlight__inner .content{display:flex}.layout-faqhightlight{min-width:50%;padding:3rem 0 4rem}}@media screen and (min-width:1024px)and (max-width:1215px){.has-text-centered-desktop-only{text-align:center!important}.has-text-justified-desktop-only{text-align:justify!important}.has-text-left-desktop-only{text-align:left!important}.has-text-right-desktop-only{text-align:right!important}.is-block-desktop-only{display:block!important}.is-flex-desktop-only{display:flex!important}.is-inline-desktop-only{display:inline!important}.is-inline-block-desktop-only{display:inline-block!important}.is-inline-flex-desktop-only{display:inline-flex!important}.is-hidden-desktop-only{display:none!important}.is-invisible-desktop-only{visibility:hidden!important}.columns.is-variable.is-0-desktop-only{--columnGap:0rem}.columns.is-variable.is-1-desktop-only{--columnGap:0.25rem}.columns.is-variable.is-2-desktop-only{--columnGap:0.5rem}.columns.is-variable.is-3-desktop-only{--columnGap:0.75rem}.columns.is-variable.is-4-desktop-only{--columnGap:1rem}.columns.is-variable.is-5-desktop-only{--columnGap:1.25rem}.columns.is-variable.is-6-desktop-only{--columnGap:1.5rem}.columns.is-variable.is-7-desktop-only{--columnGap:1.75rem}.columns.is-variable.is-8-desktop-only{--columnGap:2rem}.site-header .site-nav{margin-left:2rem}.site-nav__item{padding-left:2rem;padding-right:2rem}}@media screen and (min-width:1216px){.is-size-1-widescreen{font-size:2.488rem!important}.is-size-2-widescreen{font-size:2.074rem!important}.is-size-3-widescreen{font-size:1.728rem!important}.is-size-4-widescreen{font-size:1.44rem!important}.is-size-5-widescreen{font-size:1.2rem!important}.is-size-6-widescreen{font-size:1rem!important}.is-size-7-widescreen{font-size:.833rem!important}.is-size-8-widescreen{font-size:.694rem!important}.has-text-centered-widescreen{text-align:center!important}.has-text-justified-widescreen{text-align:justify!important}.has-text-left-widescreen{text-align:left!important}.has-text-right-widescreen{text-align:right!important}.is-block-widescreen{display:block!important}.is-flex-widescreen{display:flex!important}.is-inline-widescreen{display:inline!important}.is-inline-block-widescreen{display:inline-block!important}.is-inline-flex-widescreen{display:inline-flex!important}.is-hidden-widescreen{display:none!important}.is-invisible-widescreen{visibility:hidden!important}.column.is-narrow-widescreen{flex:none;width:unset}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-0-widescreen{flex:none;width:0}.column.is-offset-0-widescreen{margin-left:0}.column.is-1-widescreen{flex:none;width:8.33333337%}.column.is-offset-1-widescreen{margin-left:8.33333337%}.column.is-2-widescreen{flex:none;width:16.66666674%}.column.is-offset-2-widescreen{margin-left:16.66666674%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333337%}.column.is-offset-4-widescreen{margin-left:33.33333337%}.column.is-5-widescreen{flex:none;width:41.66666674%}.column.is-offset-5-widescreen{margin-left:41.66666674%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333337%}.column.is-offset-7-widescreen{margin-left:58.33333337%}.column.is-8-widescreen{flex:none;width:66.66666674%}.column.is-offset-8-widescreen{margin-left:66.66666674%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333337%}.column.is-offset-10-widescreen{margin-left:83.33333337%}.column.is-11-widescreen{flex:none;width:91.66666674%}.column.is-offset-11-widescreen{margin-left:91.66666674%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}.columns.is-variable.is-0-widescreen{--columnGap:0rem}.columns.is-variable.is-1-widescreen{--columnGap:0.25rem}.columns.is-variable.is-2-widescreen{--columnGap:0.5rem}.columns.is-variable.is-3-widescreen{--columnGap:0.75rem}.columns.is-variable.is-4-widescreen{--columnGap:1rem}.columns.is-variable.is-5-widescreen{--columnGap:1.25rem}.columns.is-variable.is-6-widescreen{--columnGap:1.5rem}.columns.is-variable.is-7-widescreen{--columnGap:1.75rem}.columns.is-variable.is-8-widescreen{--columnGap:2rem}.container:not(.is-max-desktop){max-width:1152px}.m-0-widescreen{margin:0!important}.m-1-widescreen{margin:.25rem!important}.m-2-widescreen{margin:.5rem!important}.m-3-widescreen{margin:.75rem!important}.m-4-widescreen{margin:1rem!important}.m-5-widescreen{margin:1.5rem!important}.m-6-widescreen{margin:2rem!important}.m-7-widescreen{margin:2.5rem!important}.m-8-widescreen{margin:3rem!important}.m-9-widescreen{margin:4rem!important}.m-10-widescreen{margin:5rem!important}.m-11-widescreen{margin:6rem!important}.m-12-widescreen{margin:7rem!important}.m-auto-widescreen{margin:auto!important}.mt-0-widescreen{margin-top:0!important}.mt-1-widescreen{margin-top:.25rem!important}.mt-2-widescreen{margin-top:.5rem!important}.mt-3-widescreen{margin-top:.75rem!important}.mt-4-widescreen{margin-top:1rem!important}.mt-5-widescreen{margin-top:1.5rem!important}.mt-6-widescreen{margin-top:2rem!important}.mt-7-widescreen{margin-top:2.5rem!important}.mt-8-widescreen{margin-top:3rem!important}.mt-9-widescreen{margin-top:4rem!important}.mt-10-widescreen{margin-top:5rem!important}.mt-11-widescreen{margin-top:6rem!important}.mt-12-widescreen{margin-top:7rem!important}.mt-auto-widescreen{margin-top:auto!important}.mr-0-widescreen{margin-right:0!important}.mr-1-widescreen{margin-right:.25rem!important}.mr-2-widescreen{margin-right:.5rem!important}.mr-3-widescreen{margin-right:.75rem!important}.mr-4-widescreen{margin-right:1rem!important}.mr-5-widescreen{margin-right:1.5rem!important}.mr-6-widescreen{margin-right:2rem!important}.mr-7-widescreen{margin-right:2.5rem!important}.mr-8-widescreen{margin-right:3rem!important}.mr-9-widescreen{margin-right:4rem!important}.mr-10-widescreen{margin-right:5rem!important}.mr-11-widescreen{margin-right:6rem!important}.mr-12-widescreen{margin-right:7rem!important}.mr-auto-widescreen{margin-right:auto!important}.mb-0-widescreen{margin-bottom:0!important}.mb-1-widescreen{margin-bottom:.25rem!important}.mb-2-widescreen{margin-bottom:.5rem!important}.mb-3-widescreen{margin-bottom:.75rem!important}.mb-4-widescreen{margin-bottom:1rem!important}.mb-5-widescreen{margin-bottom:1.5rem!important}.mb-6-widescreen{margin-bottom:2rem!important}.mb-7-widescreen{margin-bottom:2.5rem!important}.mb-8-widescreen{margin-bottom:3rem!important}.mb-9-widescreen{margin-bottom:4rem!important}.mb-10-widescreen{margin-bottom:5rem!important}.mb-11-widescreen{margin-bottom:6rem!important}.mb-12-widescreen{margin-bottom:7rem!important}.mb-auto-widescreen{margin-bottom:auto!important}.ml-0-widescreen{margin-left:0!important}.ml-1-widescreen{margin-left:.25rem!important}.ml-2-widescreen{margin-left:.5rem!important}.ml-3-widescreen{margin-left:.75rem!important}.ml-4-widescreen{margin-left:1rem!important}.ml-5-widescreen{margin-left:1.5rem!important}.ml-6-widescreen{margin-left:2rem!important}.ml-7-widescreen{margin-left:2.5rem!important}.ml-8-widescreen{margin-left:3rem!important}.ml-9-widescreen{margin-left:4rem!important}.ml-10-widescreen{margin-left:5rem!important}.ml-11-widescreen{margin-left:6rem!important}.ml-12-widescreen{margin-left:7rem!important}.ml-auto-widescreen{margin-left:auto!important}.p-0-widescreen{padding:0!important}.p-1-widescreen{padding:.25rem!important}.p-2-widescreen{padding:.5rem!important}.p-3-widescreen{padding:.75rem!important}.p-4-widescreen{padding:1rem!important}.p-5-widescreen{padding:1.5rem!important}.p-6-widescreen{padding:2rem!important}.p-7-widescreen{padding:2.5rem!important}.p-8-widescreen{padding:3rem!important}.p-9-widescreen{padding:4rem!important}.p-10-widescreen{padding:5rem!important}.p-11-widescreen{padding:6rem!important}.p-12-widescreen{padding:7rem!important}.p-auto-widescreen{padding:auto!important}.pt-0-widescreen{padding-top:0!important}.pt-1-widescreen{padding-top:.25rem!important}.pt-2-widescreen{padding-top:.5rem!important}.pt-3-widescreen{padding-top:.75rem!important}.pt-4-widescreen{padding-top:1rem!important}.pt-5-widescreen{padding-top:1.5rem!important}.pt-6-widescreen{padding-top:2rem!important}.pt-7-widescreen{padding-top:2.5rem!important}.pt-8-widescreen{padding-top:3rem!important}.pt-9-widescreen{padding-top:4rem!important}.pt-10-widescreen{padding-top:5rem!important}.pt-11-widescreen{padding-top:6rem!important}.pt-12-widescreen{padding-top:7rem!important}.pt-auto-widescreen{padding-top:auto!important}.pr-0-widescreen{padding-right:0!important}.pr-1-widescreen{padding-right:.25rem!important}.pr-2-widescreen{padding-right:.5rem!important}.pr-3-widescreen{padding-right:.75rem!important}.pr-4-widescreen{padding-right:1rem!important}.pr-5-widescreen{padding-right:1.5rem!important}.pr-6-widescreen{padding-right:2rem!important}.pr-7-widescreen{padding-right:2.5rem!important}.pr-8-widescreen{padding-right:3rem!important}.pr-9-widescreen{padding-right:4rem!important}.pr-10-widescreen{padding-right:5rem!important}.pr-11-widescreen{padding-right:6rem!important}.pr-12-widescreen{padding-right:7rem!important}.pr-auto-widescreen{padding-right:auto!important}.pb-0-widescreen{padding-bottom:0!important}.pb-1-widescreen{padding-bottom:.25rem!important}.pb-2-widescreen{padding-bottom:.5rem!important}.pb-3-widescreen{padding-bottom:.75rem!important}.pb-4-widescreen{padding-bottom:1rem!important}.pb-5-widescreen{padding-bottom:1.5rem!important}.pb-6-widescreen{padding-bottom:2rem!important}.pb-7-widescreen{padding-bottom:2.5rem!important}.pb-8-widescreen{padding-bottom:3rem!important}.pb-9-widescreen{padding-bottom:4rem!important}.pb-10-widescreen{padding-bottom:5rem!important}.pb-11-widescreen{padding-bottom:6rem!important}.pb-12-widescreen{padding-bottom:7rem!important}.pb-auto-widescreen{padding-bottom:auto!important}.pl-0-widescreen{padding-left:0!important}.pl-1-widescreen{padding-left:.25rem!important}.pl-2-widescreen{padding-left:.5rem!important}.pl-3-widescreen{padding-left:.75rem!important}.pl-4-widescreen{padding-left:1rem!important}.pl-5-widescreen{padding-left:1.5rem!important}.pl-6-widescreen{padding-left:2rem!important}.pl-7-widescreen{padding-left:2.5rem!important}.pl-8-widescreen{padding-left:3rem!important}.pl-9-widescreen{padding-left:4rem!important}.pl-10-widescreen{padding-left:5rem!important}.pl-11-widescreen{padding-left:6rem!important}.pl-12-widescreen{padding-left:7rem!important}.pl-auto-widescreen{padding-left:auto!important}.js-site-nav .sub-menu{padding:4rem 12.125rem}.files-block__files{grid-template-columns:repeat(3,minmax(0,1fr))}.single .related__article{flex-wrap:nowrap}.single .related__article__container{width:calc(25% - 2rem)}.highlights__item{min-width:20%}.highlights .highlight__image{max-height:20rem}}@media screen and (min-width:1216px)and (max-width:1407px){.has-text-centered-widescreen-only{text-align:center!important}.has-text-justified-widescreen-only{text-align:justify!important}.has-text-left-widescreen-only{text-align:left!important}.has-text-right-widescreen-only{text-align:right!important}.is-block-widescreen-only{display:block!important}.is-flex-widescreen-only{display:flex!important}.is-inline-widescreen-only{display:inline!important}.is-inline-block-widescreen-only{display:inline-block!important}.is-inline-flex-widescreen-only{display:inline-flex!important}.is-hidden-widescreen-only{display:none!important}.is-invisible-widescreen-only{visibility:hidden!important}.columns.is-variable.is-0-widescreen-only{--columnGap:0rem}.columns.is-variable.is-1-widescreen-only{--columnGap:0.25rem}.columns.is-variable.is-2-widescreen-only{--columnGap:0.5rem}.columns.is-variable.is-3-widescreen-only{--columnGap:0.75rem}.columns.is-variable.is-4-widescreen-only{--columnGap:1rem}.columns.is-variable.is-5-widescreen-only{--columnGap:1.25rem}.columns.is-variable.is-6-widescreen-only{--columnGap:1.5rem}.columns.is-variable.is-7-widescreen-only{--columnGap:1.75rem}.columns.is-variable.is-8-widescreen-only{--columnGap:2rem}}@media screen and (min-width:1408px){.is-size-1-fullhd{font-size:2.488rem!important}.is-size-2-fullhd{font-size:2.074rem!important}.is-size-3-fullhd{font-size:1.728rem!important}.is-size-4-fullhd{font-size:1.44rem!important}.is-size-5-fullhd{font-size:1.2rem!important}.is-size-6-fullhd{font-size:1rem!important}.is-size-7-fullhd{font-size:.833rem!important}.is-size-8-fullhd{font-size:.694rem!important}.has-text-centered-fullhd{text-align:center!important}.has-text-justified-fullhd{text-align:justify!important}.has-text-left-fullhd{text-align:left!important}.has-text-right-fullhd{text-align:right!important}.is-block-fullhd{display:block!important}.is-flex-fullhd{display:flex!important}.is-inline-fullhd{display:inline!important}.is-inline-block-fullhd{display:inline-block!important}.is-inline-flex-fullhd{display:inline-flex!important}.is-hidden-fullhd{display:none!important}.is-invisible-fullhd{visibility:hidden!important}.column.is-narrow-fullhd{flex:none;width:unset}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-0-fullhd{flex:none;width:0}.column.is-offset-0-fullhd{margin-left:0}.column.is-1-fullhd{flex:none;width:8.33333337%}.column.is-offset-1-fullhd{margin-left:8.33333337%}.column.is-2-fullhd{flex:none;width:16.66666674%}.column.is-offset-2-fullhd{margin-left:16.66666674%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333337%}.column.is-offset-4-fullhd{margin-left:33.33333337%}.column.is-5-fullhd{flex:none;width:41.66666674%}.column.is-offset-5-fullhd{margin-left:41.66666674%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333337%}.column.is-offset-7-fullhd{margin-left:58.33333337%}.column.is-8-fullhd{flex:none;width:66.66666674%}.column.is-offset-8-fullhd{margin-left:66.66666674%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333337%}.column.is-offset-10-fullhd{margin-left:83.33333337%}.column.is-11-fullhd{flex:none;width:91.66666674%}.column.is-offset-11-fullhd{margin-left:91.66666674%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}.columns.is-variable.is-0-fullhd{--columnGap:0rem}.columns.is-variable.is-1-fullhd{--columnGap:0.25rem}.columns.is-variable.is-2-fullhd{--columnGap:0.5rem}.columns.is-variable.is-3-fullhd{--columnGap:0.75rem}.columns.is-variable.is-4-fullhd{--columnGap:1rem}.columns.is-variable.is-5-fullhd{--columnGap:1.25rem}.columns.is-variable.is-6-fullhd{--columnGap:1.5rem}.columns.is-variable.is-7-fullhd{--columnGap:1.75rem}.columns.is-variable.is-8-fullhd{--columnGap:2rem}.container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}.m-0-fullhd{margin:0!important}.m-1-fullhd{margin:.25rem!important}.m-2-fullhd{margin:.5rem!important}.m-3-fullhd{margin:.75rem!important}.m-4-fullhd{margin:1rem!important}.m-5-fullhd{margin:1.5rem!important}.m-6-fullhd{margin:2rem!important}.m-7-fullhd{margin:2.5rem!important}.m-8-fullhd{margin:3rem!important}.m-9-fullhd{margin:4rem!important}.m-10-fullhd{margin:5rem!important}.m-11-fullhd{margin:6rem!important}.m-12-fullhd{margin:7rem!important}.m-auto-fullhd{margin:auto!important}.mt-0-fullhd{margin-top:0!important}.mt-1-fullhd{margin-top:.25rem!important}.mt-2-fullhd{margin-top:.5rem!important}.mt-3-fullhd{margin-top:.75rem!important}.mt-4-fullhd{margin-top:1rem!important}.mt-5-fullhd{margin-top:1.5rem!important}.mt-6-fullhd{margin-top:2rem!important}.mt-7-fullhd{margin-top:2.5rem!important}.mt-8-fullhd{margin-top:3rem!important}.mt-9-fullhd{margin-top:4rem!important}.mt-10-fullhd{margin-top:5rem!important}.mt-11-fullhd{margin-top:6rem!important}.mt-12-fullhd{margin-top:7rem!important}.mt-auto-fullhd{margin-top:auto!important}.mr-0-fullhd{margin-right:0!important}.mr-1-fullhd{margin-right:.25rem!important}.mr-2-fullhd{margin-right:.5rem!important}.mr-3-fullhd{margin-right:.75rem!important}.mr-4-fullhd{margin-right:1rem!important}.mr-5-fullhd{margin-right:1.5rem!important}.mr-6-fullhd{margin-right:2rem!important}.mr-7-fullhd{margin-right:2.5rem!important}.mr-8-fullhd{margin-right:3rem!important}.mr-9-fullhd{margin-right:4rem!important}.mr-10-fullhd{margin-right:5rem!important}.mr-11-fullhd{margin-right:6rem!important}.mr-12-fullhd{margin-right:7rem!important}.mr-auto-fullhd{margin-right:auto!important}.mb-0-fullhd{margin-bottom:0!important}.mb-1-fullhd{margin-bottom:.25rem!important}.mb-2-fullhd{margin-bottom:.5rem!important}.mb-3-fullhd{margin-bottom:.75rem!important}.mb-4-fullhd{margin-bottom:1rem!important}.mb-5-fullhd{margin-bottom:1.5rem!important}.mb-6-fullhd{margin-bottom:2rem!important}.mb-7-fullhd{margin-bottom:2.5rem!important}.mb-8-fullhd{margin-bottom:3rem!important}.mb-9-fullhd{margin-bottom:4rem!important}.mb-10-fullhd{margin-bottom:5rem!important}.mb-11-fullhd{margin-bottom:6rem!important}.mb-12-fullhd{margin-bottom:7rem!important}.mb-auto-fullhd{margin-bottom:auto!important}.ml-0-fullhd{margin-left:0!important}.ml-1-fullhd{margin-left:.25rem!important}.ml-2-fullhd{margin-left:.5rem!important}.ml-3-fullhd{margin-left:.75rem!important}.ml-4-fullhd{margin-left:1rem!important}.ml-5-fullhd{margin-left:1.5rem!important}.ml-6-fullhd{margin-left:2rem!important}.ml-7-fullhd{margin-left:2.5rem!important}.ml-8-fullhd{margin-left:3rem!important}.ml-9-fullhd{margin-left:4rem!important}.ml-10-fullhd{margin-left:5rem!important}.ml-11-fullhd{margin-left:6rem!important}.ml-12-fullhd{margin-left:7rem!important}.ml-auto-fullhd{margin-left:auto!important}.p-0-fullhd{padding:0!important}.p-1-fullhd{padding:.25rem!important}.p-2-fullhd{padding:.5rem!important}.p-3-fullhd{padding:.75rem!important}.p-4-fullhd{padding:1rem!important}.p-5-fullhd{padding:1.5rem!important}.p-6-fullhd{padding:2rem!important}.p-7-fullhd{padding:2.5rem!important}.p-8-fullhd{padding:3rem!important}.p-9-fullhd{padding:4rem!important}.p-10-fullhd{padding:5rem!important}.p-11-fullhd{padding:6rem!important}.p-12-fullhd{padding:7rem!important}.p-auto-fullhd{padding:auto!important}.pt-0-fullhd{padding-top:0!important}.pt-1-fullhd{padding-top:.25rem!important}.pt-2-fullhd{padding-top:.5rem!important}.pt-3-fullhd{padding-top:.75rem!important}.pt-4-fullhd{padding-top:1rem!important}.pt-5-fullhd{padding-top:1.5rem!important}.pt-6-fullhd{padding-top:2rem!important}.pt-7-fullhd{padding-top:2.5rem!important}.pt-8-fullhd{padding-top:3rem!important}.pt-9-fullhd{padding-top:4rem!important}.pt-10-fullhd{padding-top:5rem!important}.pt-11-fullhd{padding-top:6rem!important}.pt-12-fullhd{padding-top:7rem!important}.pt-auto-fullhd{padding-top:auto!important}.pr-0-fullhd{padding-right:0!important}.pr-1-fullhd{padding-right:.25rem!important}.pr-2-fullhd{padding-right:.5rem!important}.pr-3-fullhd{padding-right:.75rem!important}.pr-4-fullhd{padding-right:1rem!important}.pr-5-fullhd{padding-right:1.5rem!important}.pr-6-fullhd{padding-right:2rem!important}.pr-7-fullhd{padding-right:2.5rem!important}.pr-8-fullhd{padding-right:3rem!important}.pr-9-fullhd{padding-right:4rem!important}.pr-10-fullhd{padding-right:5rem!important}.pr-11-fullhd{padding-right:6rem!important}.pr-12-fullhd{padding-right:7rem!important}.pr-auto-fullhd{padding-right:auto!important}.pb-0-fullhd{padding-bottom:0!important}.pb-1-fullhd{padding-bottom:.25rem!important}.pb-2-fullhd{padding-bottom:.5rem!important}.pb-3-fullhd{padding-bottom:.75rem!important}.pb-4-fullhd{padding-bottom:1rem!important}.pb-5-fullhd{padding-bottom:1.5rem!important}.pb-6-fullhd{padding-bottom:2rem!important}.pb-7-fullhd{padding-bottom:2.5rem!important}.pb-8-fullhd{padding-bottom:3rem!important}.pb-9-fullhd{padding-bottom:4rem!important}.pb-10-fullhd{padding-bottom:5rem!important}.pb-11-fullhd{padding-bottom:6rem!important}.pb-12-fullhd{padding-bottom:7rem!important}.pb-auto-fullhd{padding-bottom:auto!important}.pl-0-fullhd{padding-left:0!important}.pl-1-fullhd{padding-left:.25rem!important}.pl-2-fullhd{padding-left:.5rem!important}.pl-3-fullhd{padding-left:.75rem!important}.pl-4-fullhd{padding-left:1rem!important}.pl-5-fullhd{padding-left:1.5rem!important}.pl-6-fullhd{padding-left:2rem!important}.pl-7-fullhd{padding-left:2.5rem!important}.pl-8-fullhd{padding-left:3rem!important}.pl-9-fullhd{padding-left:4rem!important}.pl-10-fullhd{padding-left:5rem!important}.pl-11-fullhd{padding-left:6rem!important}.pl-12-fullhd{padding-left:7rem!important}.pl-auto-fullhd{padding-left:auto!important}}@media screen and (max-width:768px){.is-size-1-mobile{font-size:2.488rem!important}.is-size-2-mobile{font-size:2.074rem!important}.is-size-3-mobile{font-size:1.728rem!important}.is-size-4-mobile{font-size:1.44rem!important}.is-size-5-mobile{font-size:1.2rem!important}.is-size-6-mobile{font-size:1rem!important}.is-size-7-mobile{font-size:.833rem!important}.is-size-8-mobile{font-size:.694rem!important}.has-text-centered-mobile{text-align:center!important}.has-text-justified-mobile{text-align:justify!important}.has-text-left-mobile{text-align:left!important}.has-text-right-mobile{text-align:right!important}.is-block-mobile{display:block!important}.is-flex-mobile{display:flex!important}.is-inline-mobile{display:inline!important}.is-inline-block-mobile{display:inline-block!important}.is-inline-flex-mobile{display:inline-flex!important}.is-hidden-mobile{display:none!important}.is-invisible-mobile{visibility:hidden!important}.column.is-narrow-mobile{flex:none;width:unset}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-0-mobile{flex:none;width:0}.column.is-offset-0-mobile{margin-left:0}.column.is-1-mobile{flex:none;width:8.33333337%}.column.is-offset-1-mobile{margin-left:8.33333337%}.column.is-2-mobile{flex:none;width:16.66666674%}.column.is-offset-2-mobile{margin-left:16.66666674%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333337%}.column.is-offset-4-mobile{margin-left:33.33333337%}.column.is-5-mobile{flex:none;width:41.66666674%}.column.is-offset-5-mobile{margin-left:41.66666674%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333337%}.column.is-offset-7-mobile{margin-left:58.33333337%}.column.is-8-mobile{flex:none;width:66.66666674%}.column.is-offset-8-mobile{margin-left:66.66666674%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333337%}.column.is-offset-10-mobile{margin-left:83.33333337%}.column.is-11-mobile{flex:none;width:91.66666674%}.column.is-offset-11-mobile{margin-left:91.66666674%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}.columns.is-variable.is-0-mobile{--columnGap:0rem}.columns.is-variable.is-1-mobile{--columnGap:0.25rem}.columns.is-variable.is-2-mobile{--columnGap:0.5rem}.columns.is-variable.is-3-mobile{--columnGap:0.75rem}.columns.is-variable.is-4-mobile{--columnGap:1rem}.columns.is-variable.is-5-mobile{--columnGap:1.25rem}.columns.is-variable.is-6-mobile{--columnGap:1.5rem}.columns.is-variable.is-7-mobile{--columnGap:1.75rem}.columns.is-variable.is-8-mobile{--columnGap:2rem}.button.is-responsive.is-small{font-size:.5625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.65625rem}.button.is-responsive.is-medium{font-size:.75rem}.button.is-responsive.is-large{font-size:1rem}.level-item:not(:last-child){margin-bottom:.75rem}.level-left+.level-right{margin-top:1.5rem}.single-event .background-overlay{background-color:#f4f4f4;bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.child-pages__item-title{border-bottom:1px solid #000;padding-bottom:.75rem}}@media screen and (max-width:1023px){.is-size-1-touch{font-size:2.488rem!important}.is-size-2-touch{font-size:2.074rem!important}.is-size-3-touch{font-size:1.728rem!important}.is-size-4-touch{font-size:1.44rem!important}.is-size-5-touch{font-size:1.2rem!important}.is-size-6-touch{font-size:1rem!important}.is-size-7-touch{font-size:.833rem!important}.is-size-8-touch{font-size:.694rem!important}.has-text-centered-touch{text-align:center!important}.has-text-justified-touch{text-align:justify!important}.has-text-left-touch{text-align:left!important}.has-text-right-touch{text-align:right!important}.is-block-touch{display:block!important}.is-flex-touch{display:flex!important}.is-inline-touch{display:inline!important}.is-inline-block-touch{display:inline-block!important}.is-inline-flex-touch{display:inline-flex!important}.is-hidden-touch{display:none!important}.is-invisible-touch{visibility:hidden!important}.column.is-narrow-touch{flex:none;width:unset}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-0-touch{flex:none;width:0}.column.is-offset-0-touch{margin-left:0}.column.is-1-touch{flex:none;width:8.33333337%}.column.is-offset-1-touch{margin-left:8.33333337%}.column.is-2-touch{flex:none;width:16.66666674%}.column.is-offset-2-touch{margin-left:16.66666674%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333337%}.column.is-offset-4-touch{margin-left:33.33333337%}.column.is-5-touch{flex:none;width:41.66666674%}.column.is-offset-5-touch{margin-left:41.66666674%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333337%}.column.is-offset-7-touch{margin-left:58.33333337%}.column.is-8-touch{flex:none;width:66.66666674%}.column.is-offset-8-touch{margin-left:66.66666674%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333337%}.column.is-offset-10-touch{margin-left:83.33333337%}.column.is-11-touch{flex:none;width:91.66666674%}.column.is-offset-11-touch{margin-left:91.66666674%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}.columns.is-variable.is-0-touch{--columnGap:0rem}.columns.is-variable.is-1-touch{--columnGap:0.25rem}.columns.is-variable.is-2-touch{--columnGap:0.5rem}.columns.is-variable.is-3-touch{--columnGap:0.75rem}.columns.is-variable.is-4-touch{--columnGap:1rem}.columns.is-variable.is-5-touch{--columnGap:1.25rem}.columns.is-variable.is-6-touch{--columnGap:1.5rem}.columns.is-variable.is-7-touch{--columnGap:1.75rem}.columns.is-variable.is-8-touch{--columnGap:2rem}.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{align-items:center;display:flex}.navbar-link:after{display:none}.navbar-menu{background-color:#fff;box-shadow:0 8px 16px hsla(0,0%,4%,.1);padding:.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px hsla(0,0%,4%,.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}body.has-navbar-fixed-top-touch,html.has-navbar-fixed-top-touch{padding-top:3.25rem}body.has-navbar-fixed-bottom-touch,html.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}.site-header__search{margin-left:auto;margin-right:1rem}.site-header__main{background-color:#00d1b2}.site-header__main-inner{flex-wrap:wrap}.page-template-default .main-content__columns{flex-direction:column-reverse}.siblings{background-color:#f5f5f5;padding:1rem 1rem 2rem}.siblings__item:not(:first-child){border-top:.0625rem solid rgba(0,0,0,.15)}}@media screen and (max-width:1215px){.container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width:1407px){.container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media only screen and (max-width:1340px){.js-site-nav .navbar-item:not(:first-child){margin-left:1.75rem}.site-header__logo-image{max-width:11.563rem}.site-header .site-header__menubar .navbar ul.navbar-start>li>a.navbar-item-link{font-size:1rem}}@media only screen and (max-width:1175px){.js-site-nav .navbar-item:not(:first-child){margin-left:1rem}.site-header__logo-image{max-width:9rem}.site-header .site-header__menubar__button a{font-size:.833rem;padding:1rem}.site-header .site-header__menubar .navbar-start{padding-left:.5rem}.site-header .site-header__menubar .navbar ul.navbar-start>li>a.navbar-item-link{font-size:.833rem}}@media screen and (max-width:1339px){.site-header .site-header__menubar .navbar-item button .open-icon-wrapper,.site-header .site-header__menubar .navbar-item-link:not(.title) .open-icon-wrapper{padding:.5rem}}@media(orientation:portrait){.bloodbarometer-template-default .bloodbarometer__icon{height:19vh;width:calc(50% - 2rem)}.bloodbarometer-template-default .bloodbarometer__icon h2{font-size:5vw;left:10vw}.bloodbarometer-template-default .bloodbarometer__icon img{width:14vw}.bloodbarometer-template-default .bloodbarometer__logo{padding:0;text-align:center}.bloodbarometer-template-default .bloodbarometer__logo img{width:20vw}.bloodbarometer-template-default .bloodbarometer__slide-two h1,.bloodbarometer-template-default .bloodbarometer__slide-two p{font-size:10vw}.bloodbarometer-template-default .bloodbarometer__slide-two h2{font-size:8vw}.bloodbarometer-template-default .bloodbarometer__slide-two .logo{padding:0;text-align:center}.bloodbarometer-template-default .bloodbarometer__slide-two .logo img{width:20vw}}
