/*
* Vendors (dev)
*/
/*
* Vendors (build)
*/
/*! 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 */
  -webkit-text-decoration: underline dotted;
          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; }

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: scroll;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */ }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0; }

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear; }

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

/*
* Config
*/
/*
* Accoutrement Type:
* https://github.com/oddbird/accoutrement-type/
*/
/*
* Typi Font Sizes
* https://www.npmjs.com/package/typi
* @include typi('h1');
*
*/
/*
* Color additions and overrides
* Override any color values - find them in vendor/numiko/color.scss
*/
/*
* Breakpoints 
*/
/*
* Unison: http://bjork24.github.io/Unison/
*/
@media screen and (min-width: 320px) {
  head {
    font-family: "tiny 320px"; }
  body:after {
    content: "tiny - min-width: 320px"; } }

@media screen and (min-width: 480px) {
  head {
    font-family: "small 480px"; }
  body:after {
    content: "small - min-width: 480px"; } }

@media screen and (min-width: 768px) {
  head {
    font-family: "medium 768px"; }
  body:after {
    content: "medium - min-width: 768px"; } }

@media screen and (min-width: 1024px) {
  head {
    font-family: "large 1024px"; }
  body:after {
    content: "large - min-width: 1024px"; } }

@media screen and (min-width: 1400px) {
  head {
    font-family: "huge 1400px"; }
  body:after {
    content: "huge - min-width: 1400px"; } }

@media screen and (min-width: 1800px) {
  head {
    font-family: "mega 1800px"; }
  body:after {
    content: "mega - min-width: 1800px"; } }

head {
  clear: both; }
  head title {
    font-family: "tiny 320px, small 480px, medium 768px, large 1024px, huge 1400px, mega 1800px"; }

body:after {
  display: none; }

*[data-usn-if] {
  display: none; }

/*
* Container
*/
/*
* Z-index levels
* @include z-index('alpha');
*/
/*
* Borders
*/
/*
* Transtions
*/
/*
* Spacing
*/
/*
* Core
*/
/*
* Get values in a sass map
*/
/*
* Strip units from a sass variable
*/
/*
* Getter for typi map values
*/
/*
* Clearfix
*/
/*
* Author: Adam Robinson
* Email: adamr@numiko.com
* Tweaked fom poly-fluid-sizing https://www.smashingmagazine.com/2017/05/fluid-responsive-typography-css-poly-fluid-sizing/
* Dependencies: 
*/
.u-list-reset {
  margin: 0;
  padding: 0;
  list-style: none; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visually-hidden-focusable {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visually-hidden-focusable:active, .visually-hidden-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.hidden {
  display: none; }

.tabbing a:focus,
.tabbing button:focus,
.tabbing textarea:focus,
.tabbing select:focus,
.tabbing input:focus,
.tabbing [role="button"]:focus {
  box-shadow: 0 0 0 3px #0067f4;
  outline: none; }

.teaser[focus-within] {
  box-shadow: 0 0 0 3px #0067f4;
  outline: none; }

.teaser:focus-within {
  box-shadow: 0 0 0 3px #0067f4;
  outline: none; }
  .teaser[focus-within] a {
    box-shadow: none; }
  .teaser:focus-within a {
    box-shadow: none; }

/*
* Site styles below
*/
/*
* Import @font-face declarions https://github.com/oddbird/accoutrement-type/
* Option 1 - Import font stack locally
* Option 2 - Import front stack from google fonts
* @import 'https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i';
*/
html {
  font-size: 62.5%;
  line-height: 1.5; }

/*
* Global box-sizing method
*/
*,
*:after,
*:before {
  box-sizing: border-box;
  word-wrap: break-word; }

html {
  min-height: 100%; }

body {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Gill Sans", "helvetica", "arial", sans-serif;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #EDEDED;
  color: #141414; }
  @media all and (min-width: 768px) {
    body {
      font-size: 2rem; } }

h1, h2, h3, h4, h5, h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 0.5em;
  font-family: "Gill SanS", "helvetica", "arial", sans-serif;
  font-weight: 400; }

h1,
.h1 {
  font-size: 3.5rem;
  line-height: 1.2; }
  @media all and (min-width: 768px) {
    h1,
    .h1 {
      font-size: 3.5rem;
      line-height: 1.2; } }
  @media all and (min-width: 1024px) {
    h1,
    .h1 {
      font-size: 4rem;
      line-height: 1.2; } }
  @media all and (min-width: 1400px) {
    h1,
    .h1 {
      font-size: 4rem;
      line-height: 1.2; } }

h2,
.h2 {
  font-size: 3rem;
  line-height: 1.2; }
  @media all and (min-width: 768px) {
    h2,
    .h2 {
      font-size: 3rem;
      line-height: 1.2; } }
  @media all and (min-width: 1024px) {
    h2,
    .h2 {
      font-size: 3rem;
      line-height: 1.2; } }
  @media all and (min-width: 1400px) {
    h2,
    .h2 {
      font-size: 3rem;
      line-height: 1.2; } }

h3,
.h3 {
  font-size: 2.2rem;
  line-height: 1.2; }
  @media all and (min-width: 768px) {
    h3,
    .h3 {
      font-size: 2.3rem;
      line-height: 1.2; } }
  @media all and (min-width: 1024px) {
    h3,
    .h3 {
      font-size: 2.5rem;
      line-height: 1.2; } }
  @media all and (min-width: 1400px) {
    h3,
    .h3 {
      font-size: 2.5rem;
      line-height: 1.2; } }

h4,
.h4 {
  font-size: 2.1rem;
  line-height: 1.2; }
  @media all and (min-width: 768px) {
    h4,
    .h4 {
      font-size: 2.2rem;
      line-height: 1.2; } }
  @media all and (min-width: 1024px) {
    h4,
    .h4 {
      font-size: 2.2rem;
      line-height: 1.2; } }
  @media all and (min-width: 1400px) {
    h4,
    .h4 {
      font-size: 2.2rem;
      line-height: 1.2; } }

h5,
.h5 {
  font-size: 2.2rem;
  line-height: 1.2; }

h6,
.h6 {
  font-size: 2rem;
  line-height: 1.2; }

p {
  margin: 0 0 1.25em; }

ul,
ol,
dl {
  margin: 0 0 1.25em; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0;
  margin-bottom: 0; }

a {
  color: currentColor;
  transition: color 0.2s ease 0s;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }
  a:hover, a:focus {
    color: currentcolor;
    outline: 0;
    text-decoration: none; }

hr {
  border-bottom: 1px solid "grey";
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1em; }

img,
picture,
svg {
  margin: 0;
  max-width: 100%; }
  .no-js img.lazyload, .no-js
  picture.lazyload, .no-js
  svg.lazyload {
    display: none; }

figure {
  margin: 0;
  padding: 0; }

blockquote {
  color: #141414;
  margin: 1em 0;
  padding-left: 2em;
  border-left: 2px solid #D8D8D8;
  font-style: italic; }
  blockquote p {
    position: relative; }
    blockquote p:first-child:before {
      content: open-quote;
      position: absolute;
      left: -0.5em; }
    blockquote p:last-child {
      margin-bottom: 0; }
      blockquote p:last-child:after {
        content: close-quote; }

cite {
  color: #141414;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

code {
  padding: 4px 6px; }

address {
  font-style: normal;
  margin-bottom: 1rem; }

b, strong {
  font-weight: 600; }

.notice {
  display: flex;
  position: relative; }
  .notice::before {
    content: '!';
    display: inline-block;
    margin: 0 1em 0 0.6em; }
    @media (min-width: 768px) {
      .notice::before {
        margin: 0 1em 0 0.5em; } }
  .notice::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 2.25rem;
    height: 2.25rem;
    text-align: center;
    border: 0.1em solid;
    border-radius: 50%; }
    @media (min-width: 768px) {
      .notice::after {
        width: 2.5rem;
        height: 2.5rem; } }

/*
* Form defaults
*/
form {
  zoom: 1; }
  form:before, form:after {
    content: "";
    display: table;
    flex-basis: 0;
    order: 1; }
  form:after {
    clear: both; }

fieldset {
  zoom: 1;
  border: 0;
  padding: 0; }
  fieldset:before, fieldset:after {
    content: "";
    display: table;
    flex-basis: 0;
    order: 1; }
  fieldset:after {
    clear: both; }

legend {
  margin-bottom: 1em; }

label {
  display: block;
  margin-bottom: 0.5em; }

input,
textarea,
select {
  display: block;
  width: 100%;
  outline: 0;
  padding: 0.5em;
  border-radius: 0;
  border: 1px solid #D8D8D8;
  background-color: #FFFFFF; }

input,
textarea {
  -webkit-appearance: none; }

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-image: url(/themes/custom/numiko/dist/img/sprite-icon-chevron.svg);
  background-repeat: no-repeat;
  background-size: 1em 0.5em;
  background-position: right 0.5em center;
  line-height: auto; }

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

textarea {
  min-height: 100px;
  resize: vertical;
  -webkit-overflow-scrolling: touch; }

input[type=button],
input[type=submit],
button {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  padding: 0.5em;
  cursor: pointer; }

input[type=checkbox],
input[type=radio] {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #D8D8D8;
  position: static;
  background-color: #FFFFFF;
  margin-right: 0.5em; }
  input[type=checkbox] + label,
  input[type=radio] + label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }

input[type=checkbox]:checked {
  background-image: url(/themes/custom/numiko/dist/img/sprite-icon-tick.svg);
  background-size: 1.2rem 0.9rem;
  background-position: center;
  background-repeat: no-repeat; }

input[type=radio] {
  border-radius: 50%; }
  input[type=radio]:checked {
    background-image: radial-gradient(circle, #141414 50%, #FFFFFF 50%); }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 60px white inset; }

::-webkit-input-placeholder {
  font-size: 1.6rem; }
  @media all and (min-width: 1024px) {
    ::-webkit-input-placeholder {
      font-size: 1.8rem; } }

:-moz-placeholder {
  font-size: 1.6rem; }
  @media all and (min-width: 1024px) {
    :-moz-placeholder {
      font-size: 1.8rem; } }

::-moz-placeholder {
  font-size: 1.6rem; }
  @media all and (min-width: 1024px) {
    ::-moz-placeholder {
      font-size: 1.8rem; } }

:-ms-input-placeholder {
  font-size: 1.6rem; }
  @media all and (min-width: 1024px) {
    :-ms-input-placeholder {
      font-size: 1.8rem; } }

::-ms-input-placeholder {
  /* Edge */
  font-size: 1.6rem; }
  @media all and (min-width: 1024px) {
    ::-ms-input-placeholder {
      font-size: 1.8rem; } }

.form-item,
.form-wrapper {
  margin-bottom: 1.5em; }

input:not([type=checkbox]):not([type=radio]).parsley-error,
select.parsley-error,
textarea.parsley-error {
  border-left: 5px solid #141414;
  margin-bottom: 1em; }

.parsley-required,
.parsley-type {
  color: #141414; }

.parsley-errors-list {
  list-style-type: none;
  margin: 0.5em 0;
  padding: 0; }

.form-required:after {
  content: '*'; }

.webform-confirmation__message,
.c-status-message {
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid #141414; }

/*
* Drupal Specific Form Defaults
*/
.form-item,
.form-wrapper {
  margin-bottom: 1.5em; }

.form-managed-file input {
  margin-top: 0.5em; }

.form-managed-file .file {
  margin-right: 0.5em; }
  .form-managed-file .file + input {
    margin-top: 0; }

.form-managed-file + .description {
  margin-top: 0.5em;
  font-size: 1.6rem; }

input:not([type=checkbox]):not([type=radio]).parsley-error,
select.parsley-error,
textarea.parsley-error {
  border-left: 5px solid #141414;
  margin-bottom: 0.5em; }

.parsley-required,
.parsley-type {
  color: #141414; }

.parsley-errors-list {
  list-style-type: none;
  margin: 0.5em 0;
  padding: 0; }

.form-required:after {
  content: '*'; }

.webform-confirmation__message,
.webform-confirmation__back {
  margin-bottom: 0; }

.webform-confirmation__message,
.c-status-message {
  margin-bottom: 1em;
  padding: 1em;
  border: 2px solid #141414; }

/*
* Structure
*/
/*
 * The global container
 * Will restrict width - resuse everytime you want to lock content width.
 */
.container,
.container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  max-width: calc(114.8rem + 5rem); }
  @media (min-width: 480px) {
    .container,
    .container-fluid {
      padding: 0 2rem; } }
  @media (min-width: 768px) {
    .container,
    .container-fluid {
      padding: 0 4rem; } }
  @media (min-width: 1024px) {
    .container,
    .container-fluid {
      padding: 0 5rem; } }

.container-fluid {
  max-width: none; }

/*
 * Break out of container
 * Allow an element to appear as if it breaks out of the container
 * Up to the 'large' breakpoint only.
 */
.container-break-out {
  position: relative; }
  .container-break-out::before, .container-break-out::after {
    content: '';
    position: absolute;
    top: 0;
    width: 2rem;
    background-color: inherit;
    height: 100%; }
    @media (min-width: 768px) {
      .container-break-out::before, .container-break-out::after {
        width: 4rem; } }
    @media (min-width: 1024px) {
      .container-break-out::before, .container-break-out::after {
        display: none; } }
  .container-break-out::before {
    left: -2rem; }
    @media (min-width: 768px) {
      .container-break-out::before {
        left: -4rem; } }
  .container-break-out::after {
    right: -2rem; }
    @media (min-width: 768px) {
      .container-break-out::after {
        right: -4rem; } }

@media (min-width: 1024px) {
  .container__pinch {
    margin-left: 8.33333%;
    margin-right: 8.33333%; } }

/*
* Grid layouts for laying out teasers or other content 
*/
@media (min-width: 768px) {
  .l-grid {
    display: flex;
    flex-flow: row wrap; } }

.l-grid__item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column; }

@media (min-width: 768px) {
  .l-grid--2-col .l-grid__item {
    width: 50%; } }

@media (min-width: 768px) {
  .l-grid--3-col .l-grid__item {
    width: 33.333%; } }

@media (min-width: 1024px) {
  .l-grid--3-col-lrg .l-grid__item {
    width: 33.333%; } }

@media (min-width: 768px) {
  .l-grid--4-col .l-grid__item {
    width: 50%; } }

@media (min-width: 1024px) {
  .l-grid--4-col .l-grid__item {
    width: 25%; } }

@media (min-width: 768px) {
  .l-grid--w-h-gutter {
    margin-left: -4rem;
    margin-bottom: 0; } }

@media (min-width: 1024px) {
  .l-grid--w-h-gutter {
    margin-left: -5rem;
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .l-grid--w-h-gutter .l-grid__item {
    padding-left: 4rem; } }

@media (min-width: 1024px) {
  .l-grid--w-h-gutter .l-grid__item {
    padding-left: 5rem; } }

.l-grid--w-v-gutter {
  margin-top: -2rem; }
  @media (min-width: 768px) {
    .l-grid--w-v-gutter {
      margin-top: -4rem; } }
  @media (min-width: 1024px) {
    .l-grid--w-v-gutter {
      margin-top: -5rem; } }
  .l-grid--w-v-gutter .l-grid__item {
    padding-top: 2rem; }
    @media (min-width: 768px) {
      .l-grid--w-v-gutter .l-grid__item {
        padding-top: 4rem; } }
    @media (min-width: 1024px) {
      .l-grid--w-v-gutter .l-grid__item {
        padding-top: 5rem; } }

/*
* Page layout
*/
/*
* Components
*/
.icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  transition: fill 0.2s ease; }

.icon--large {
  height: 1.25em;
  width: 1.25em; }

.icon--stroke {
  stroke: currentColor;
  stroke-width: 2; }

.button {
  display: inline-block;
  border: 1px solid #000000;
  padding: 0.5em 1em;
  border-radius: 2em;
  color: #141414;
  text-decoration: none;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
  /*
  * Icons types inside the button
  */
  /*
  * States
  */ }
  .button > .icon {
    transition: transform 0.3s ease 0.1s; }
    .button > .icon:first-child {
      margin-right: 0.5em; }
    .button > .icon:last-child {
      margin-left: 0.5em; }
  .button .icon--arrow {
    width: 1.25em;
    height: 1.25em;
    margin-right: 0.5em;
    position: relative;
    top: -0.075em; }
  .button:hover, .button:focus {
    background-color: #000000;
    color: #FFFFFF;
    border-color: #FFFFFF; }
    .button:hover > .icon--arrow:last-child, .button:focus > .icon--arrow:last-child {
      transform: translateX(0.75em); }

/*
* Inverted style version
*/
.button--inverted {
  border-color: #FFFFFF;
  color: #FFFFFF; }
  .button--inverted:hover, .button--inverted:focus {
    background-color: #FFFFFF;
    color: #000000;
    border-color: #000000; }

/*
* Reversed button version
*/
.button--reverse > .icon {
  transform: rotate(180deg); }

/*
* Transparent button version
*/
.button--transparent {
  background-color: transparent; }

/*
* Disabled button version
*/
.button--disabled[disabled] {
  cursor: not-allowed;
  opacity: .5; }

/*
* Remove default button styling
*/
.button-reset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-align: inherit; }

.breadcrumbs {
  display: none; }
  @media (min-width: 1024px) {
    .breadcrumbs {
      display: block;
      margin-top: 3rem; } }

.breadcrumbs__list {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none; }

.breadcrumbs__item {
  display: flex;
  align-items: center; }

.breadcrumbs__icon {
  margin: 0 1rem;
  width: 2.8rem;
  height: 2.8rem;
  stroke: #242424; }

.breadcrumbs__text {
  padding: 1rem;
  font-size: 1.8rem;
  line-height: 1.16;
  color: #242424; }

.hyperlink {
  text-decoration: none;
  text-decoration: none; }
  .hyperlink .animate-underline {
    color: inherit;
    background-image: linear-gradient(#242424, #242424);
    background-position: center bottom 0em;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease; }
  .hyperlink .animate-underline {
    background-size: 100% 2px; }
  .hyperlink:hover .animate-underline, .hyperlink:focus .animate-underline, .hyperlink.-is-active .animate-underline {
    transition-timing-function: ease("power4", "out");
    background-size: 0 2px; }

.header {
  background-color: #000000;
  color: #FFFFFF;
  position: relative;
  z-index: 1; }

.header__container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center; }

.header__logo {
  width: 6.4rem;
  height: auto;
  display: block;
  flex: 0 0 auto; }
  @media (min-width: 768px) {
    .header__logo {
      width: 12.2rem; } }

.header__slogan {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0 5%;
  font-size: 1.5rem; }
  @media all and (min-width: 768px) {
    .header__slogan {
      font-size: 2.5rem; } }
  @media (min-width: 768px) {
    .header__slogan {
      padding: 0 6rem; } }

.header__search {
  display: none; }
  .header__search .button {
    border-width: 2px; }
  @media (min-width: 1024px) {
    .header__search {
      display: block;
      flex-shrink: 0; } }

/*
* Global menu reset
*/
.menu {
  list-style: none;
  padding: 0;
  margin: 0; }

/*
* Primary menu
*/
.menu-primary-revealer {
  display: none; }
  @media (min-width: 1024px) {
    .menu-primary-revealer {
      display: block; } }

.menu-primary {
  display: flex;
  background-color: #242424;
  color: #FFFFFF;
  flex-flow: column nowrap;
  font-size: 2rem; }
  @media all and (min-width: 1024px) {
    .menu-primary {
      font-size: 2rem; } }
  @media (min-width: 1024px) {
    .menu-primary {
      background-color: #FFFFFF;
      color: #141414; } }
  @media (max-width: 1023px) {
    .menu-primary {
      width: 100vw;
      margin-left: 50%;
      transform: translateX(-50%); } }
  @media (min-width: 1024px) {
    .menu-primary {
      flex-direction: row;
      justify-content: center; } }
  .menu-primary.is-active {
    display: flex; }
  .menu-primary .menu {
    display: flex;
    flex-flow: column nowrap; }
    @media (min-width: 1024px) {
      .menu-primary .menu {
        flex-flow: row nowrap; } }
  @media (max-width: 1023px) {
    .menu-primary .menu__item {
      border-bottom: 1px solid rgba(0, 0, 0, 0.4); } }
  @media (min-width: 1024px) {
    .menu-primary .menu__item {
      position: relative; } }
  @media (min-width: 1024px) {
    .menu-primary .menu__item.menu__item--search {
      display: none; } }
  .menu-primary .menu__link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex: 1;
    padding: 2rem;
    justify-content: center;
    align-items: center;
    text-decoration: none; }
    .menu-primary .menu__link .animate-underline {
      color: inherit;
      background-image: linear-gradient(currentColor, currentColor);
      background-position: center bottom 0em;
      background-repeat: no-repeat;
      transition: background-size 0.2s ease; }
    .menu-primary .menu__link .animate-underline {
      background-size: 0% 2px; }
    .menu-primary .menu__link:hover .animate-underline, .menu-primary .menu__link:focus .animate-underline, .menu-primary .menu__link.-is-active .animate-underline {
      transition-timing-function: ease("power4", "out");
      background-size: 100% 2px; }
    @media (min-width: 1024px) {
      .menu-primary .menu__link {
        text-align: center; } }
    @media (min-width: 1400px) {
      .menu-primary .menu__link {
        display: block;
        position: relative; } }
    .menu-primary .menu__link .icon {
      margin-left: 0.5em; }

body {
  position: relative; }
  body:before {
    content: '';
    height: 100vh;
    width: 100%;
    background-color: black;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease 0s, z-index 0s ease 0s; }
    @media (min-width: 1024px) {
      body:before {
        display: none !important; } }
  body.menu-active:before {
    opacity: 1;
    z-index: 0; }

.hamburger {
  padding: 0;
  z-index: 3;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.6rem; }
  @media all and (min-width: 1024px) {
    .hamburger {
      font-size: 1.8rem; } }
  @media (min-width: 768px) {
    .hamburger {
      top: 20px;
      right: 20px; } }
  @media (min-width: 1024px) {
    .hamburger {
      display: none; } }

.hamburger__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }

.hamburger__lines {
  width: 30px;
  height: 2px;
  background-color: #FFFFFF;
  color: #FFFFFF;
  position: relative;
  display: block;
  margin-bottom: 1em; }
  .hamburger__lines:before, .hamburger__lines:after {
    content: "";
    display: block;
    width: inherit;
    height: inherit;
    background-color: currentColor;
    position: absolute;
    transition: all 0.2s ease-in-out; }
  .hamburger__lines:before {
    top: -8px; }
  .hamburger__lines:after {
    bottom: -8px; }
  .hamburger.is-active .hamburger__lines {
    background-color: transparent; }
    .hamburger.is-active .hamburger__lines:before {
      transform: translateY(8px) rotate(45deg); }
    .hamburger.is-active .hamburger__lines:after {
      transform: translateY(-8px) rotate(-45deg); }

.footer {
  color: #FFFFFF; }

.footer__upper {
  padding: 3rem 0;
  background-color: #242424; }
  @media (min-width: 1024px) {
    .footer__upper {
      padding: 5rem 0; } }

@media (min-width: 1024px) {
  .footer__upper-wrapper {
    margin-left: -5rem;
    display: flex; } }

.footer__lower {
  padding: 2rem 0;
  font-size: 1.6rem;
  background-color: #000000;
  color: #CECECE; }
  @media all and (min-width: 1024px) {
    .footer__lower {
      font-size: 1.8rem; } }

.footer__hyperlink {
  display: block;
  margin-bottom: 4rem; }
  @media (min-width: 1024px) {
    .footer__hyperlink {
      padding-left: 5rem;
      margin-bottom: 0;
      flex-basis: 25%; } }

.footer__logo {
  display: block;
  width: 13.7rem; }
  @media (min-width: 768px) {
    .footer__logo {
      width: 16.6rem; } }

.footer__title,
.footer__content h2 {
  margin-bottom: 3rem;
  font-size: 2.2rem;
  line-height: 1.2; }
  @media all and (min-width: 768px) {
    .footer__title,
    .footer__content h2 {
      font-size: 2.3rem;
      line-height: 1.2; } }
  @media all and (min-width: 1024px) {
    .footer__title,
    .footer__content h2 {
      font-size: 2.5rem;
      line-height: 1.2; } }
  @media all and (min-width: 1400px) {
    .footer__title,
    .footer__content h2 {
      font-size: 2.5rem;
      line-height: 1.2; } }

@media (min-width: 1024px) {
  .footer__content {
    margin-bottom: 0;
    padding-left: 5rem;
    display: flex;
    flex-basis: 75%; } }

.footer__menu,
.footer__follow {
  margin-bottom: 4rem; }
  @media (min-width: 1024px) {
    .footer__menu,
    .footer__follow {
      margin-bottom: 0;
      width: 50%; } }

.footer__menu {
  margin-right: 0; }
  @media (min-width: 1024px) {
    .footer__menu {
      margin-right: 4rem; } }
  .footer__menu .menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none; }
  .footer__menu .menu-item {
    width: 50%; }
    .footer__menu .menu-item:nth-of-type(odd) {
      padding: 0 2rem 0 0; }
    .footer__menu .menu-item:not(:nth-last-of-type(-n+2)) {
      margin: 0 0 1rem; }
  .footer__menu .menu__link {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #CECECE;
    text-decoration: none;
    text-decoration: none; }
    .footer__menu .menu__link .animate-underline {
      color: inherit;
      background-image: linear-gradient(currentColor, currentColor);
      background-position: center bottom 0em;
      background-repeat: no-repeat;
      transition: background-size 0.2s ease; }
    .footer__menu .menu__link .animate-underline {
      background-size: 0% 2px; }
    .footer__menu .menu__link:hover .animate-underline, .footer__menu .menu__link:focus .animate-underline, .footer__menu .menu__link.-is-active .animate-underline {
      transition-timing-function: ease("power4", "out");
      background-size: 100% 2px; }

.slice {
  margin: 4rem 0;
  zoom: 1; }
  .slice:before, .slice:after {
    content: "";
    display: table;
    flex-basis: 0;
    order: 1; }
  .slice:after {
    clear: both; }
  @media (min-width: 1024px) {
    .slice {
      margin: 7rem 0; } }

.slice-top {
  margin-top: 4rem;
  zoom: 1; }
  .slice-top:before, .slice-top:after {
    content: "";
    display: table;
    flex-basis: 0;
    order: 1; }
  .slice-top:after {
    clear: both; }
  @media (min-width: 1024px) {
    .slice-top {
      margin-top: 7rem; } }

.slice-w-padding {
  padding: 4rem 0; }
  @media (min-width: 1024px) {
    .slice-w-padding {
      padding: 7rem 0; } }

.slice__title {
  margin-bottom: 3rem; }
  @media (min-width: 1024px) {
    .slice__title {
      margin-bottom: 4rem; } }

.slice-banner,
.slice-polling-station-search {
  background-color: #FFFFFF; }
  .slice-banner h2, .slice-banner p,
  .slice-polling-station-search h2,
  .slice-polling-station-search p {
    max-width: 100%;
    display: block; }

.slice-banner p {
  margin-bottom: 0; }

.slice-banner__content {
  display: block;
  margin-bottom: 2rem; }

.slice-w-border,
.slice-w-border-container .slice,
.slice-candidate--results,
.slice-available-seats--results,
.slice-related-downloads--results {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 0;
  padding-bottom: 4rem; }
  @media (min-width: 1024px) {
    .slice-w-border,
    .slice-w-border-container .slice,
    .slice-candidate--results,
    .slice-available-seats--results,
    .slice-related-downloads--results {
      padding-bottom: 7rem; } }

.slice-webform .form-wrapper {
  margin-bottom: 0; }

.slice-webform fieldset:not(.fieldgroup) {
  padding-top: 0; }

.slice-w-border-container .slice-content :last-child,
.slice-content .slice-w-border :last-child {
  margin-bottom: 0; }

.pager {
  margin: 4rem auto;
  width: 100%;
  text-align: center; }

.pager__items {
  display: inline-block;
  background-color: #FFFFFF;
  padding: 2rem 3rem; }

.pager__item {
  padding: 0 5px;
  display: inline-block; }
  .pager__item a {
    text-decoration: none;
    display: block;
    padding: 0 8px;
    transition: 0.2s ease-in-out;
    border-radius: 50%; }
    .pager__item a .animate-underline {
      color: inherit;
      background-image: linear-gradient(currentColor, currentColor);
      background-position: center bottom 0em;
      background-repeat: no-repeat;
      transition: background-size 0.2s ease; }
    .pager__item a .animate-underline {
      background-size: 0% 2px; }
    .pager__item a:hover .animate-underline, .pager__item a:focus .animate-underline, .pager__item a.-is-active .animate-underline {
      transition-timing-function: ease("power4", "out");
      background-size: 100% 2px; }
    @media (min-width: 1024px) {
      .pager__item a {
        padding: 0 10px; } }
  .pager__item.is-active a {
    background-color: #000000;
    color: #FFFFFF; }
    .pager__item.is-active a:hover, .pager__item.is-active a:focus {
      background-color: #595959; }
  .pager__item a {
    text-decoration: none; }

.pager__item--last a,
.pager__item--first a {
  padding: 0;
  border-radius: 0;
  border-radius: initial; }
  .pager__item--last a:hover, .pager__item--last a:focus,
  .pager__item--first a:hover,
  .pager__item--first a:focus {
    background-color: #FFFFFF;
    color: #141414; }

.hero {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.hero__media {
  padding-top: 56.5%;
  width: 100%;
  display: block;
  position: relative;
  background-color: #CECECE; }
  @media (min-width: 768px) {
    .hero__media {
      padding-top: 25%;
      max-height: 200px; } }
  .hero__media img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
    @media (min-width: 768px) {
      .hero__media img {
        -o-object-fit: cover;
           object-fit: cover;
        font-family: "object-fit: cover"; } }

.hero__content {
  position: relative;
  background-color: #EDEDED;
  color: #141414;
  padding: 3rem 0;
  text-align: center; }
  @media (min-width: 1024px) {
    .hero__content {
      padding: 5rem 0;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between; } }

.hero__heading {
  font-size: 3.5rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0; }
  @media all and (min-width: 768px) {
    .hero__heading {
      font-size: 3.5rem;
      line-height: 1.2; } }
  @media all and (min-width: 1024px) {
    .hero__heading {
      font-size: 4rem;
      line-height: 1.2; } }
  @media all and (min-width: 1400px) {
    .hero__heading {
      font-size: 4rem;
      line-height: 1.2; } }

.hero__heading-upper {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 3rem; }
  @media all and (min-width: 1024px) {
    .hero__heading-upper {
      font-size: 1.8rem; } }

.hero__btn {
  display: inline-block;
  margin-top: 4rem; }

.hero-promo {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  position: relative;
  padding: 4rem 0 6rem; }
  @media (min-width: 768px) {
    .hero-promo {
      min-height: 50rem;
      height: 50rem; } }
  @media (min-width: 1400px) {
    .hero-promo {
      min-height: 65rem;
      height: 65rem; } }
  .hero-promo + .slice-banner {
    margin-top: -6rem;
    padding-top: 10rem; }
    @media (min-width: 768px) {
      .hero-promo + .slice-banner {
        padding-top: 13rem; } }

.hero-promo__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 50% 99%, 0 92%);
          clip-path: polygon(0 0, 100% 0, 100% 92%, 50% 99%, 0 92%);
  background-color: #CECECE; }
  .hero-promo__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover";
    display: block; }

.hero-promo__content {
  position: relative;
  background-color: #242424;
  color: #FFFFFF;
  padding: 3rem; }
  @media (min-width: 1024px) {
    .hero-promo__content {
      padding: 5rem;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between; } }

.hero-promo__content-left,
.hero-promo__content-right {
  flex: 1; }
  .hero-promo__content-left p,
  .hero-promo__content-right p {
    margin-bottom: 0; }

@media (min-width: 1024px) {
  .hero-promo__content-left {
    padding-right: 5rem; } }

@media (min-width: 1024px) {
  .hero-promo__content-right {
    padding-left: 5rem; } }

.hero-promo__heading {
  font-size: 4rem;
  line-height: 1.2;
  margin-top: 0; }
  @media all and (min-width: 768px) {
    .hero-promo__heading {
      font-size: 4.5rem;
      line-height: 1.2; } }
  @media all and (min-width: 1024px) {
    .hero-promo__heading {
      font-size: 4.5rem;
      line-height: 1.2; } }
  @media all and (min-width: 1400px) {
    .hero-promo__heading {
      font-size: 5.5rem;
      line-height: 1.2; } }
  @media (min-width: 1024px) {
    .hero-promo__heading {
      margin-bottom: 0; } }

.hero-promo__summary {
  display: block;
  margin-bottom: 2rem; }

.embedded-entity,
.media-item-in-slice {
  margin-bottom: 3rem; }
  .embedded-entity > div,
  .media-item-in-slice > div {
    display: inline-block; }
  .embedded-entity img,
  .media-item-in-slice img {
    display: block;
    margin-bottom: 0; }
  .embedded-entity figcaption,
  .media-item-in-slice figcaption {
    font-size: 1.6rem;
    padding: 1rem;
    background-color: #242424;
    color: #FFFFFF; }
    @media all and (min-width: 1024px) {
      .embedded-entity figcaption,
      .media-item-in-slice figcaption {
        font-size: 1.8rem; } }
  @media (min-width: 1024px) {
    .embedded-entity.align-left,
    .media-item-in-slice.align-left {
      max-width: 50%;
      float: left;
      margin-right: 3rem; } }
  @media (min-width: 1024px) {
    .embedded-entity.align-right,
    .media-item-in-slice.align-right {
      max-width: 50%;
      float: right;
      margin-left: 3rem; } }
  @media (min-width: 1024px) {
    .embedded-entity.align-center,
    .media-item-in-slice.align-center {
      text-align: center; } }

.media-item-in-slice img {
  width: 100%; }

.media-image {
  display: inline-block;
  max-width: 100%; }
  .media-image.media-teaser_landscape {
    width: 100%; }
    .l-grid__item > .media-image.media-teaser_landscape {
      height: 100%; }
    .media-image.media-teaser_landscape img {
      width: 100%; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 0.2s; }

.media-download {
  width: 100%; }
  @media (min-width: 1024px) {
    .media-download {
      display: flex; } }

.media-download__content {
  margin-top: 1rem; }
  @media (min-width: 1024px) {
    .media-download__content {
      margin-top: 0;
      margin-left: 2rem; } }

.media-download__list {
  font-size: 1.6rem;
  color: #595959; }
  @media all and (min-width: 1024px) {
    .media-download__list {
      font-size: 1.8rem; } }

@keyframes teaserTitleUnderline {
  0% {
    background-size: 0% 2px; }
  70% {
    background-size: 0% 2px; }
  100% {
    background-size: 100% 2px; } }

.teaser {
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  position: relative;
  transition: background-color 0.3s ease;
  will-change: background-color; }
  .teaser:hover, .teaser[focus-within] {
    background-color: #000000; }
  .teaser:hover, .teaser:focus-within {
    background-color: #000000; }
    .teaser:hover .teaser__link:focus, .teaser[focus-within] .teaser__link:focus {
      text-decoration: none; }
    .teaser:hover .teaser__link:focus, .teaser:focus-within .teaser__link:focus {
      text-decoration: none; }
    .teaser:hover .teaser__link span, .teaser[focus-within] .teaser__link span {
      transition-delay: 0.15s;
      background-size: 100% 2px; }
    .teaser:hover .teaser__link span, .teaser:focus-within .teaser__link span {
      transition-delay: 0.15s;
      background-size: 100% 2px; }
    .teaser:hover .teaser__content a,
    .teaser:hover .teaser__taxonomy,
    .teaser:hover .teaser__desc, .teaser[focus-within] .teaser__content a,
    .teaser[focus-within] .teaser__taxonomy,
    .teaser[focus-within] .teaser__desc {
      color: #FFFFFF; }
    .teaser:hover .teaser__content a,
    .teaser:hover .teaser__taxonomy,
    .teaser:hover .teaser__desc, .teaser:focus-within .teaser__content a,
    .teaser:focus-within .teaser__taxonomy,
    .teaser:focus-within .teaser__desc {
      color: #FFFFFF; }
    .teaser:hover .teaser__img-inner, .teaser[focus-within] .teaser__img-inner {
      transform: scale(1.1); }
    .teaser:hover .teaser__img-inner, .teaser:focus-within .teaser__img-inner {
      transform: scale(1.1); }

.teaser__link {
  text-decoration: none; }
  .teaser__link:focus {
    text-decoration: underline; }
  .teaser__link:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  .teaser__link span {
    text-decoration: none;
    background-image: linear-gradient(#FFFFFF, #FFFFFF);
    background-position: center bottom 0em;
    background-repeat: no-repeat;
    transition: background-size 0.3s ease;
    background-size: 0% 2px; }

.teaser__taxonomy {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  display: block; }
  @media all and (min-width: 1024px) {
    .teaser__taxonomy {
      font-size: 1.8rem; } }

.teaser__content {
  padding: 3rem;
  padding-bottom: 4rem;
  border-top: 5px solid #000000;
  transition: 0.15s ease-in-out;
  margin-top: -1px; }

.teaser__desc {
  font-size: 1.6rem;
  color: #595959; }
  .teaser__desc p {
    margin-bottom: 0; }

.teaser__img {
  background-color: #CECECE;
  z-index: -1;
  overflow: hidden; }

.teaser__img-inner {
  transition: transform 0.3s ease;
  padding-top: 56.25%;
  position: relative; }
  .teaser__img-inner .media-image {
    display: block; }
  .teaser__img-inner img {
    position: absolute;
    top: 0;
    left: 0; }

.teaser--search {
  margin-bottom: 4rem; }
  .teaser--search .teaser__content {
    border-top: 0;
    padding-bottom: 3rem; }
    @media (min-width: 1024px) {
      .teaser--search .teaser__content {
        display: flex;
        align-items: center;
        margin-left: -4rem; } }
  .teaser--search .teaser__title {
    display: flex; }
    .teaser--search .teaser__title .icon {
      margin-right: 1rem; }
    @media (min-width: 1024px) {
      .teaser--search .teaser__title {
        width: 40%;
        padding-left: 4rem;
        border-right: 1px solid #D8D8D8;
        margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .teaser--search .teaser__desc {
      width: 60%;
      padding-left: 4rem; } }

.candidate-item-container {
  width: 100%; }

.candidate-item {
  display: flex;
  align-items: flex-start; }

.candidate-item__party {
  position: relative;
  width: 5rem;
  height: 5rem;
  flex-shrink: 0; }

.candidate-item__party--has-image {
  border: 0.1rem solid #D8D8D8;
  background-color: #FFFFFF; }
  .candidate-item__party--has-image .media-image,
  .candidate-item__party--has-image .media__wrapper {
    width: 100%;
    height: 100%; }
  .candidate-item__party--has-image img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: calc(100% - 1rem);
    height: auto;
    max-height: calc(100% - 1rem);
    transform: translate(-50%, -50%); }

.candidate-item__content {
  margin-left: 2.5rem; }
  .candidate-item__content h3 {
    margin-bottom: 5px; }
    .candidate-item__content h3 span {
      display: block; }
  .candidate-item__content p {
    margin-bottom: 0;
    color: #595959; }
  .candidate-item--is-term .candidate-item__content {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .candidate-item--is-term .candidate-item__content p {
      order: 2; }

.social-list {
  display: flex;
  margin: 0;
  padding: 0; }
  @media (max-width: 767px) {
    .social-list {
      flex-wrap: wrap; } }

.social-list__item {
  display: flex; }
  @media (max-width: 767px) {
    .social-list__item {
      flex-basis: 33.33333%; }
      .social-list__item:nth-child(-n+3) {
        margin-bottom: 1.4rem; } }
  @media (min-width: 768px) {
    .social-list__item:not(:last-of-type) {
      margin-right: 1.4rem; } }

@media (min-width: 768px) {
  .social-list__item--small-only {
    display: none; } }

.social-list__hyperlink {
  display: flex;
  transition: 0.2s; }
  .social-list__hyperlink:hover, .social-list__hyperlink:focus {
    transform: scale(1.1); }
    .social-list__hyperlink:hover .icon, .social-list__hyperlink:focus .icon {
      stroke: none; }
    .social-list__hyperlink:hover .icon--twitter, .social-list__hyperlink:focus .icon--twitter {
      fill: #0E97EC; }
    .social-list__hyperlink:hover .icon--facebook, .social-list__hyperlink:focus .icon--facebook {
      fill: #1777F2; }
    .social-list__hyperlink:hover .icon--youtube, .social-list__hyperlink:focus .icon--youtube {
      fill: #FF3333; }
    .social-list__hyperlink:hover .icon--linkedin, .social-list__hyperlink:focus .icon--linkedin {
      fill: #2C5D9B; }
    .social-list__hyperlink:hover .icon--whatsapp, .social-list__hyperlink:focus .icon--whatsapp {
      fill: #136A33; }

.twitter-timeline {
  height: 300px !important;
  overflow-y: scroll; }
  @media (min-width: 768px) {
    .twitter-timeline {
      height: 100% !important;
      overflow-y: auto; } }

.accordion-item__heading {
  position: relative;
  margin: 0; }

.accordion-item__button {
  display: block;
  padding: 2.5rem 3rem;
  padding-right: 6rem;
  border-top: 1px solid #6B6B6B;
  width: 100%;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: normal;
  text-decoration: none;
  transition: background-color 0.2s ease;
  cursor: pointer; }
  @media all and (min-width: 768px) {
    .accordion-item__button {
      font-size: 2.3rem;
      line-height: 1.2; } }
  @media all and (min-width: 1024px) {
    .accordion-item__button {
      font-size: 2.5rem;
      line-height: 1.2; } }
  @media all and (min-width: 1400px) {
    .accordion-item__button {
      font-size: 2.5rem;
      line-height: 1.2; } }
  .accordion-item__button .animate-underline {
    color: inherit;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: center bottom 0em;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease; }
  .accordion-item__button .animate-underline {
    background-size: 0% 2px; }
  .accordion-item__button:hover .animate-underline, .accordion-item__button:focus .animate-underline, .accordion-item__button.-is-active .animate-underline {
    transition-timing-function: ease("power4", "out");
    background-size: 100% 2px; }
  .accordion-item__button:hover, .accordion-item__button:focus {
    background-color: #FFFFFF; }
  .accordion-item__button:focus {
    outline: 0; }
  .accordion-item__button.is-active {
    background-color: #FFFFFF; }
    .accordion-item__button.is-active .icon {
      transform: rotate(270deg); }
  .accordion-item__button .icon {
    position: absolute;
    top: calc(50% - 1.4rem);
    right: 2.4rem;
    width: 2.8rem;
    height: 2.8rem;
    stroke: #242424;
    transform: rotate(90deg);
    transition: transform 0.2s ease; }

.accordion-item__content-container:last-of-type {
  border-bottom: 1px solid #6B6B6B; }

.accordion-item__content {
  display: none;
  padding: 2.5rem 3rem;
  background-color: #000000;
  color: #FFFFFF; }
  .accordion-item__content > *:last-child {
    margin-bottom: 0; }

.alert {
  background-color: #CECECE;
  display: none; }

.alert__inner {
  padding: 1.5rem 0;
  font-size: 1.6rem; }
  @media all and (min-width: 1024px) {
    .alert__inner {
      font-size: 1.8rem; } }
  @media (min-width: 768px) {
    .alert__inner {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .alert__inner p {
    margin-bottom: 0.5em; }
    @media (min-width: 768px) {
      .alert__inner p {
        margin-bottom: 0;
        margin-right: 2rem; } }

.alert__btn {
  flex-shrink: 0; }

.alert--bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%; }

.cta-link {
  display: inline-block;
  flex-shrink: 0; }

.cta-link__list li {
  font-size: 1.6rem;
  color: #595959;
  display: inline-block; }
  @media all and (min-width: 1024px) {
    .cta-link__list li {
      font-size: 1.8rem; } }

.timetable-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.timetable-item {
  margin-bottom: 2rem;
  margin-left: -2rem;
  transition: opacity 0.2s ease 0s; }
  @media (min-width: 1024px) {
    .timetable-item {
      display: flex; } }

.timetable-item--past {
  opacity: 0.55; }

.timetable-item__item {
  padding-left: 2rem;
  margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .timetable-item__item {
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .timetable-item__item:first-child {
      width: 28%;
      min-width: -moz-fit-content;
      min-width: fit-content; } }
  @media (min-width: 1024px) {
    .timetable-item__item:last-child {
      flex: 1; } }

.timetable-item__date {
  background-color: #FFFFFF;
  border-left: 5px solid #000000;
  padding: 2rem;
  display: flex;
  align-items: center;
  height: 100%; }
  .timetable-item__date > span {
    margin: 0 0.5em; }

.timetable-item__content {
  background-color: #FFFFFF;
  padding: 2rem; }
  .timetable-item__content h3 {
    margin-bottom: 5px; }
  .timetable-item__content p {
    margin-bottom: 1.5rem;
    color: #595959; }
    .timetable-item__content p:last-child {
      margin-bottom: 0; }

.share {
  background-color: #FFFFFF;
  padding: 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%; }
  @media (min-width: 768px) {
    .share {
      padding: 3rem;
      justify-content: space-between; } }

.share__title {
  margin-right: 2rem; }

.wysiwyg-table,
.table {
  margin: 4rem 0; }
  .wysiwyg-table th,
  .table th {
    background-color: #000000;
    color: #FFFFFF; }
  .wysiwyg-table td,
  .table td {
    background-color: #FFFFFF;
    color: #000000; }
    .wysiwyg-table td.inverted,
    .table td.inverted {
      background-color: #595959;
      color: #FFFFFF; }
  .wysiwyg-table td, .wysiwyg-table th,
  .table td,
  .table th {
    border: 1px solid #D8D8D8;
    margin: 0;
    padding: 2rem;
    text-align: left;
    font-weight: normal; }
  .wysiwyg-table table,
  .table table {
    border-collapse: collapse;
    width: 100% !important; }
  .wysiwyg-table caption,
  .table caption {
    text-align: left;
    margin-bottom: 3rem; }
  .wysiwyg-table .simplebar-track.simplebar-horizontal,
  .table .simplebar-track.simplebar-horizontal {
    background-color: #D8D8D8;
    overflow: hidden;
    position: relative; }
  .wysiwyg-table .simplebar-track.simplebar-horizontal .simplebar-scrollbar,
  .table .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    background-color: transparent;
    top: 50%;
    margin-top: -4px; }
  .wysiwyg-table .simplebar-scrollbar.simplebar-visible:before,
  .table .simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.9; }

.wysiwyg-table td, .wysiwyg-table th {
  min-width: 250px;
  max-width: 500px; }

.table a {
  text-decoration: none; }
  .table a {
    color: inherit;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: center bottom 0em;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease; }
  .table a {
    background-size: 100% 2px; }
  .table a:hover, .table a:focus, .table a.-is-active {
    transition-timing-function: ease("power4", "out");
    background-size: 0 2px; }

.table td.inverted {
  background-color: #595959;
  color: #FFFFFF; }

.result {
  width: 100%; }
  .result p {
    display: flex;
    align-items: center; }

.result__title {
  margin-bottom: 1rem; }
  .result__title span {
    margin-bottom: 1rem;
    display: block;
    font-size: 1.6rem;
    text-transform: uppercase; }
    @media all and (min-width: 1024px) {
      .result__title span {
        font-size: 1.8rem; } }

.result__main {
  margin-bottom: 3rem; }

.result__stat {
  color: #242424;
  font-size: 4rem;
  line-height: 1.2;
  display: block; }
  @media all and (min-width: 768px) {
    .result__stat {
      font-size: 4.5rem;
      line-height: 1.2; } }
  @media all and (min-width: 1024px) {
    .result__stat {
      font-size: 4.5rem;
      line-height: 1.2; } }
  @media all and (min-width: 1400px) {
    .result__stat {
      font-size: 5.5rem;
      line-height: 1.2; } }

.result__comment {
  margin-top: 2rem; }

.result-nav {
  display: flex;
  flex-flow: wrap;
  align-items: center; }
  @media (min-width: 768px) {
    .result-nav {
      flex-flow: nowrap;
      justify-content: space-between; } }

.result-nav__heading {
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 2rem; }
  @media all and (min-width: 768px) {
    .result-nav__heading {
      font-size: 2.3rem;
      line-height: 1.2; } }
  @media all and (min-width: 1024px) {
    .result-nav__heading {
      font-size: 2.5rem;
      line-height: 1.2; } }
  @media all and (min-width: 1400px) {
    .result-nav__heading {
      font-size: 2.5rem;
      line-height: 1.2; } }

.result-nav__item {
  width: 33.33333%;
  padding-right: 1rem; }
  @media (min-width: 768px) {
    .result-nav__item {
      width: auto; } }
  .result-nav__item a {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 2.2rem;
    line-height: 1.2;
    color: #595959; }
    @media all and (min-width: 768px) {
      .result-nav__item a {
        font-size: 2.3rem;
        line-height: 1.2; } }
    @media all and (min-width: 1024px) {
      .result-nav__item a {
        font-size: 2.5rem;
        line-height: 1.2; } }
    @media all and (min-width: 1400px) {
      .result-nav__item a {
        font-size: 2.5rem;
        line-height: 1.2; } }
    @media (min-width: 768px) {
      .result-nav__item a {
        margin: 1rem 2rem 0 2rem; } }
  .result-nav__item:first-of-type a {
    margin-left: 0; }
  .result-nav__item:last-of-type a {
    margin-right: 0; }
  .result-nav__item.-is-inactive a {
    text-decoration: none; }
    .result-nav__item.-is-inactive a .animate-underline {
      color: inherit;
      background-image: linear-gradient(#595959, #595959);
      background-position: center bottom 0em;
      background-repeat: no-repeat;
      transition: background-size 0.2s ease; }
    .result-nav__item.-is-inactive a .animate-underline {
      background-size: 100% 2px; }
    .result-nav__item.-is-inactive a:hover .animate-underline, .result-nav__item.-is-inactive a:focus .animate-underline, .result-nav__item.-is-inactive a.-is-active .animate-underline {
      transition-timing-function: ease("power4", "out");
      background-size: 0 2px; }
  .result-nav__item.-is-active a {
    font-size: 2.5rem;
    position: relative;
    color: #242424;
    text-decoration: none; }
    @media all and (min-width: 768px) {
      .result-nav__item.-is-active a {
        font-size: 2.7rem; } }
    @media all and (min-width: 1024px) {
      .result-nav__item.-is-active a {
        font-size: 3rem; } }
    .result-nav__item.-is-active a::after {
      content: '';
      position: absolute;
      bottom: -3px;
      left: 0;
      width: 100%;
      height: 5px;
      background-color: #242424; }

.taxonomy-item {
  color: #595959;
  display: flex;
  align-items: center; }
  .taxonomy-item h3 {
    margin-bottom: 0; }

.taxonomy-item__color {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 1.5rem;
  border-radius: 50%; }

.taxonomy-item__title {
  margin-right: 1rem; }

.chart {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #595959; }

.chart__item:not(:first-child),
.chart__row:not(:first-child) {
  margin-top: 2rem; }
  @media (min-width: 1024px) {
    .chart__item:not(:first-child),
    .chart__row:not(:first-child) {
      margin-top: 3rem; } }

@media (max-width: 1023px) {
  .chart__item:not(:last-child),
  .chart__row:not(:last-child) {
    padding-bottom: 2rem;
    border-bottom: 1px solid #D8D8D8; } }

@media (min-width: 1024px) {
  .chart__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; } }

@media (max-width: 1023px) {
  .chart__label {
    margin-bottom: 1.4rem; } }

@media (min-width: 1024px) {
  .chart__label {
    flex-basis: calc(26.08696% - 2rem); } }

.chart__label p {
  margin: 0;
  line-height: 1;
  color: #595959; }
  .chart__label p:first-of-type {
    margin-bottom: 0.5rem; }

@media (min-width: 1024px) {
  .chart__data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-basis: 73.91304%; } }

.chart__data--inline {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.chart__graphic {
  height: 4.0rem;
  background-color: #FFFFFF;
  overflow: hidden;
  flex-basis: 83.8806%; }
  @media (min-width: 1024px) {
    .chart__graphic {
      flex-basis: 76.47059%; } }
  @media (min-width: 1024px) {
    .chart__data--inline .chart__graphic {
      flex-basis: 88.23529%; } }

.chart__graphic__foreground {
  width: 0;
  height: 100%;
  background-color: #000000; }

.chart__graphic__foreground--inherit {
  background-color: currentColor; }

.chart__value {
  color: #595959; }
  @media (min-width: 1024px) {
    .chart__value {
      flex-basis: 23.52941%;
      padding-left: 1rem;
      text-align: right; } }
  .chart__data--inline .chart__value {
    flex-basis: 13.13433%;
    padding-left: 1rem;
    text-align: right; }
    @media (min-width: 1024px) {
      .chart__data--inline .chart__value {
        flex-basis: 10.58824%; } }
  .chart__value p {
    margin: 0; }

.search-bar {
  width: 100%; }
  .search-bar form {
    width: 100%;
    display: flex; }
  .search-bar label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .search-bar .form-item,
  .search-bar .postcode-search__input {
    flex-grow: 1;
    margin-bottom: 0; }
    .search-bar .form-item input,
    .search-bar .postcode-search__input input {
      border: 1px solid #595959;
      border-right: 0;
      height: 50px; }
  .search-bar .form-actions {
    margin-bottom: 0; }
  .search-bar .form-submit,
  .search-bar .postcode-search__submit {
    height: 50px;
    flex-shrink: 0;
    border: 1px solid #595959;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    border-radius: 0;
    background-image: url(/themes/custom/numiko/dist/img/sprite-icon-search.svg);
    background-size: 2.5rem 2.5rem;
    background-repeat: no-repeat;
    background-position: center right 10px;
    padding-right: 5rem; }
    .search-bar .form-submit:hover, .search-bar .form-submit:focus,
    .search-bar .postcode-search__submit:hover,
    .search-bar .postcode-search__submit:focus {
      background-image: url(/themes/custom/numiko/dist/img/sprite-icon-search-white.svg);
      background-color: #000000;
      color: #FFFFFF; }

.polling-station {
  margin-top: -2rem; }
  @media (min-width: 768px) {
    .polling-station {
      display: flex;
      flex-flow: row wrap;
      margin-left: -4rem;
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .polling-station {
      margin-left: -5rem;
      margin-bottom: 0; } }

.polling-station__content,
.polling-station__map {
  padding-top: 2rem; }
  @media (min-width: 768px) {
    .polling-station__content,
    .polling-station__map {
      width: 50%;
      padding-left: 4rem; } }
  @media (min-width: 1024px) {
    .polling-station__content,
    .polling-station__map {
      padding-left: 5rem; } }

.polling-station__address {
  margin-bottom: 3rem; }

@media (min-width: 768px) {
  .polling-station--w-100 .polling-station__content {
    width: 100%; } }

.polling-station__map iframe {
  height: 50vh;
  min-height: 200px;
  width: 100%; }
  @media (min-width: 768px) {
    .polling-station__map iframe {
      height: 100%; } }

.polling-station__content .links {
  padding: 0 2rem;
  margin: 0; }
  .polling-station__content .links li {
    margin-bottom: 1rem; }

.page-message {
  background-color: #242424;
  color: #FFFFFF;
  padding: 2rem 0;
  text-align: center; }
  .page-message p {
    margin-bottom: 0; }

.jump-links {
  margin: 4rem 0;
  zoom: 1; }
  .jump-links:before, .jump-links:after {
    content: "";
    display: table;
    flex-basis: 0;
    order: 1; }
  .jump-links:after {
    clear: both; }
  @media (min-width: 1024px) {
    .jump-links {
      margin: 7rem 0; } }

.jump-links-list {
  margin: 0;
  padding: 0;
  list-style-position: inside; }

.jump-links-focus:focus {
  outline: none; }

.definition-table {
  display: flex;
  flex-wrap: wrap;
  margin: 0; }
  .definition-table dt,
  .definition-table dd {
    flex-basis: calc(50% - 1px);
    padding: 1rem 2rem; }
    .definition-table dt:not(:last-of-type),
    .definition-table dd:not(:last-of-type) {
      margin-bottom: 1px; }
  .definition-table dt {
    margin-right: 1px;
    background-color: #000000;
    color: #FFFFFF; }
  .definition-table dd {
    margin: 0 0 0 1px;
    background-color: #FFFFFF; }
    .definition-table dd.inverted {
      background-color: #595959;
      color: #FFFFFF; }

@keyframes loaderSpinner {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

@keyframes blink {
  0%, 100% {
    opacity: .25; }
  50% {
    opacity: 1; } }

.data-polling {
  margin-bottom: 3rem;
  padding: 2rem 0 3rem;
  background-color: #000000;
  color: #FFFFFF; }
  @media (min-width: 1024px) {
    .data-polling {
      padding: 2rem 3rem 3rem; } }
  @media (min-width: 1400px) {
    .data-polling {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      margin-bottom: 5rem; } }
  .data-polling p {
    margin: 0; }

@media (max-width: 1399px) {
  .data-polling__messages {
    margin-bottom: 2rem; } }

@media (min-width: 1400px) {
  .data-polling__messages {
    margin-right: 3rem; } }

@media (min-width: 1400px) {
  .data-polling__messages__message {
    display: none; } }

.data-polling__messages__alert {
  display: inline-block;
  margin-right: 1.0rem;
  width: 1.0rem;
  height: 1.0rem;
  vertical-align: middle;
  background-color: #FFFFFF;
  border-radius: 50%;
  animation: blink 1s infinite linear; }

.data-polling__messages__text {
  vertical-align: middle; }

@media (max-width: 1399px) {
  .data-polling__notification {
    display: none; } }

@media (min-width: 1400px) {
  .data-polling__notification {
    flex-basis: 100%; } }

@media (min-width: 1024px) {
  .data-polling__controls {
    display: flex;
    flex-shrink: 0; } }

@media (min-width: 1400px) {
  .data-polling__controls {
    justify-content: space-between; } }

.data-polling__input {
  display: flex;
  align-items: center; }
  @media (max-width: 1023px) {
    .data-polling__input:not(:last-child) {
      margin-bottom: 2rem; } }
  @media (min-width: 1024px) {
    .data-polling__input {
      margin-right: 3rem; } }

.data-polling__checkbox {
  display: flex;
  align-items: center;
  position: relative; }
  .data-polling__checkbox input[type="checkbox"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin-right: 1.0rem;
    width: 25px;
    height: 25px;
    background-image: none;
    background-size: unset;
    background-position: unset;
    background-repeat: unset; }
    .data-polling__checkbox input[type="checkbox"]:checked + label::before {
      opacity: 1; }
    .data-polling__checkbox input[type="checkbox"]:disabled {
      opacity: .5; }
      .data-polling__checkbox input[type="checkbox"]:disabled + label {
        opacity: .5; }
  .data-polling__checkbox label {
    margin: 0; }
    .data-polling__checkbox label::before {
      content: '';
      position: absolute;
      top: 8px;
      left: 3px;
      width: 18px;
      height: 10px;
      border-bottom: 3px solid #000000;
      border-left: 3px solid #000000;
      transform: rotate(-45deg);
      opacity: 0; }

.data-polling__cta {
  display: flex;
  align-items: center; }

.data-polling__reload-cta {
  display: flex;
  align-items: center;
  cursor: pointer; }
  .data-polling__reload-cta .icon {
    transition: none; }
  .data-polling__reload-cta:hover .icon, .data-polling__reload-cta:focus .icon {
    transform: rotate(360deg);
    transition: transform 1s ease; }

.data-polling__loader-container {
  display: none;
  position: relative; }
  .data-polling__loader-container.is-active {
    display: block; }

.data-polling__loader {
  display: flex;
  position: absolute;
  top: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: translateY(-100%); }
  .data-polling__loader p {
    margin: 0; }
  .data-polling__loader::after {
    content: '';
    display: inline-block;
    margin-left: 0.5rem;
    width: 2.0rem;
    height: 2.0rem;
    border-radius: 50%;
    border: 0.2rem solid #141414;
    border-left: 0.2rem solid transparent;
    animation: loaderSpinner 0.75s infinite linear; }

.data-polling__data {
  transition: opacity 0.2s ease; }
  .data-polling__data.is-loading {
    opacity: 0.25; }

.block-message {
  background-color: #000000;
  color: #FFFFFF;
  padding: 2rem 0; }
  @media (min-width: 768px) {
    .block-message {
      padding: 3rem 0; } }
  @media (min-width: 1024px) {
    .block-message {
      padding: 3rem; } }
  .block-message p {
    margin-bottom: 0; }

.live-results .block-message {
  margin-bottom: 3rem; }

.live-results__chart {
  margin-bottom: 3rem; }
  @media (min-width: 1024px) {
    .live-results__chart {
      margin-bottom: 6rem; } }

.live-results__table {
  display: none; }
  @media (min-width: 1024px) {
    .live-results__table {
      display: block; } }

@media (min-width: 1024px) {
  .live-results__definition-table {
    display: none; } }

.live-results__definition-table .definition-table + .definition-table {
  margin-top: 1.0rem; }

/*
* Numiko Starters
*/


/*# sourceMappingURL=style.css.map*/