/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
.prediction_link {
  background-color: #1C3178;
  cursor: pointer;
}
.prediction_link__container {
  padding: 0.5rem 1rem;
}
.prediction_link__container,
.prediction_link__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.prediction_link__container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.prediction_link__icon_container {
  margin-right: 0.5rem;
  height: 1.5rem;
  width: 1.5rem;
}
.prediction_link__description {
  font-size: 0.857rem;
  color: #FFFFFF;
  font-weight: 700;
}
.prediction_link__button {
  height: 38px;
  padding: 0 30px;
  font-weight: 700;
  color: #FFFFFF;
  border: none;
  margin: 0;
  text-transform: uppercase;
  padding: 0rem 1rem;
  background-color: #040132;
  border-radius: 0;
}
.prediction_link__button:hover,
.prediction_link__button:focus,
.prediction_link__button:visited {
  color: #FFFFFF;
}
.prediction_link__button:hover {
  text-decoration: underline;
  cursor: pointer;
}
.prediction_link__pink {
  background-color: #E72079;
}
.prediction_link__pink .prediction_link__button {
  background-color: #C51C67;
}
@media print {
  .prediction_link {
    display: none;
  }
}

/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
.candidateHero {
  text-align: center;
  color: white;
  display: block;
}
.candidateHero .visualisationLabel {
  display: block;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em;
}
.candidateHero .stats {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.candidateHero .stats > figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 1rem 0;
}
.candidateHero .stats figcaption {
  margin: 0.5rem 0 0;
}
@media all and (min-width: 768px) {
  .candidateHero .stats {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .candidateHero .stats > figure {
    margin: 0;
  }
  .candidateHero .stats figcaption {
    margin: 3rem 0 0;
  }
}
.genderDistribution > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}
.genderDistribution > div svg g[data-id="male"] path {
  fill: #ebebf7;
}
.genderDistribution > div svg g[data-id="female"] path {
  fill: #1C3178;
}
.genderDistribution > div > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5rem;
  font-weight: 700;
}
.genderDistribution > div > div > svg {
  width: 6rem;
  height: 6rem;
}
.genderDistribution > div > div:first-child,
.genderDistribution > div > div:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
  min-width: 7rem;
}
.genderDistribution > div > div:first-child > *,
.genderDistribution > div > div:last-child > * {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.genderDistribution > div > div:first-child {
  text-align: right;
}
.genderDistribution > div > div:last-child {
  text-align: left;
}
.genderDistribution > div small {
  font-weight: inherit;
}
.newOld svg {
  width: 14rem;
  margin: 0.5rem 0;
}
@media all and (min-width: 768px) {
  .newOld svg {
    margin: 0.5rem 0 2rem;
  }
}
.newOld svg g.newOldGroup text {
  font-weight: 900;
  stroke-width: 0.3;
}
.newOld svg g.newOldGroup:first-child rect {
  fill: #ebebf7;
}
.newOld svg g.newOldGroup:first-child text {
  fill: #1C3178;
  stroke: #ebebf7;
}
.newOld svg g.newOldGroup:last-child rect {
  fill: #1C3178;
}
.newOld svg g.newOldGroup:last-child text {
  fill: #ebebf7;
  stroke: #1C3178;
}
.newOld .newOldLabels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ageDistribution .yui__SimpleBarChart_simpleBarChart {
  height: 11rem;
  max-width: initial;
  padding: 0 0 0.1rem 0;
}
.ageDistribution .yui__SimpleBarChart_simpleBarChart svg text {
  font-size: 0.625em;
}
.ageDistribution .yui__SimpleBarChart_simpleBarChart svg text.value {
  font-size: 0.75em;
  font-weight: 700;
}
.ageDistribution .yui__SimpleBarChart_simpleBarChart svg rect {
  fill: #ebebf7;
}
.ageDistribution span.visualisationLabel {
  margin-bottom: 0.625rem;
}
@media all and (min-width: 768px) {
  .ageDistribution span.visualisationLabel {
    margin: 0 0 1rem 0;
  }
  .ageDistribution figcaption {
    margin-top: 1rem !important ;
  }
}

/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
.index-page .map svg .areas {
  stroke: white;
  cursor: pointer;
}
.index-page .map svg .areas path.visible {
  fill: #4d46bb;
}
.index-page .map svg .areas path.visible:hover {
  fill: #3f3899;
}
.index-page .partiesCard {
  display: inherit;
}
.index-page .yui__DataTable_tableCell a {
  white-space: normal;
}
.index-page .parliamentMap {
  height: 16rem;
}
.index-page .calculationStatusFooter {
  margin-top: 0;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e3e3e3;
}
.index-page .calculationStatusFooter h4 {
  margin-top: 0;
}

/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
.hero_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.hero_logo > * {
  padding: 0 1rem;
}
.hero_logo > *:last-child {
  padding-right: 0;
}
.hero_logo__icon_container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  border-radius: 5rem;
  padding: 0.8rem;
  background-color: #FFFFFF;
  margin-left: -0.25rem;
}
.hero_logo__text {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1em;
}

/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
.prediction_hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5rem 0;
  text-align: center;
}
.prediction_hero__title,
.prediction_hero__description {
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1em;
  margin: 0;
}
.prediction_hero__icon_container {
  width: 3rem;
}
.prediction_hero__title {
  font-size: 2.5rem;
}
.prediction_hero__description {
  font-size: 0.857rem;
}

/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
.icon_election_book__cls-1,
.icon_election_book__cls-7 {
  fill: #fff;
}
.icon_election_book__cls-2 {
  opacity: 0.85;
}
.icon_election_book__cls-3 {
  fill: #908eaa;
}
.icon_election_book__cls-4 {
  fill: #40405e;
}
.icon_election_book__cls-5 {
  fill: #1b223a;
}
.icon_election_book__cls-6 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}
.icon_election_book__cls-7 {
  opacity: 0.5;
}
.icon_election_text__cls-1,
.icon_election_text__cls-2 {
  fill: #1b223a;
}
.icon_election_text__cls-2 {
  opacity: 0.5;
}

/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
.navigation_bar {
  height: 3.5rem;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
  top: 0;
}
.navigation_bar__button_bar {
  padding: 0 0.875rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFFFFF;
  bottom: 3.5rem;
}
.navigation_bar__title {
  color: #040132;
  margin: 0;
  padding: 0 0 0 0.875rem;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.navigation_bar__title span {
  font-size: 0.857rem;
}
.navigation_bar__electionIcon {
  font-size: 1rem;
  text-transform: uppercase;
}
.navigation_bar__electionIcon div {
  font-weight: 700;
  color: #040132;
  margin: -0.357rem 0 0 -0.075rem;
}
.navigation_bar__electionIcon svg {
  height: 0.5rem;
}
.navigation_bar__electionIcon svg path {
  fill: #908eaa !important;
}
.navigation_bar__links_container {
  height: 0;
  width: 100%;
  background: white;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  top: 0;
  position: absolute;
  margin: 0;
}
.navigation_bar__links_container .navigation_bar__electionIcon {
  display: none;
}
.navigation_bar__links {
  border-bottom: 1px solid #ebebf7;
  padding-top: 3.5rem;
  top: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: calc(100vh - 3.5rem);
  z-index: -1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.navigation_bar__links a {
  text-align: center;
  padding: 1rem 0;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  color: #040132;
  text-transform: uppercase;
  background-color: #F7F7F7;
  display: block;
  position: relative;
}
.navigation_bar__links a::before {
  content: ' ';
  position: absolute;
  display: block;
  border-bottom: 1px solid #ebebf7;
  width: 100%;
  top: 0;
}
.navigation_bar__links a:hover {
  text-decoration: none;
}
.navigation_bar__active_link {
  font-weight: 700;
}
.navigation_bar__navigation_links {
  background-color: #FFFFFF;
}
.navigation_bar__language_buttons {
  padding-top: 1rem;
  background-color: #FFFFFF;
}
.navigation_bar__burger_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
}
.navigation_bar__burger {
  border: none;
  margin: 0 0 0 0.5rem;
  padding: 0;
  height: 1.8rem;
  width: 1.8rem;
  background: transparent;
  pointer-events: none;
}
.navigation_bar__isOpen {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1001;
}
.navigation_bar__isOpen .navigation_bar__links_container {
  height: calc(100vh - 3.5rem);
}
.navigation_bar__isClosing .navigation_bar__links_container {
  -webkit-transition: height 0s;
  transition: height 0s;
}
.navigation_bar__isOpen .navigation_bar__language_buttons {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  padding-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .navigation_bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0 1.25rem;
  }
  .navigation_bar__button_bar {
    display: none;
  }
  .navigation_bar__language_buttons {
    padding-top: 0;
  }
  .navigation_bar__language_buttons button {
    margin-bottom: 0;
  }
  .navigation_bar__links_container {
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    margin: 0 auto;
  }
  .navigation_bar__links_container .navigation_bar__electionIcon {
    display: block;
  }
  .navigation_bar__links {
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    z-index: 1;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: none;
  }
  .navigation_bar__links a {
    padding: 0 1rem;
    font-size: 1rem;
    font-weight: 700;
  }
  .navigation_bar__links a::before {
    display: none;
  }
  .navigation_bar__navigation_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navigation_bar__navigation_links a {
    background-color: #FFFFFF;
  }
  .navigation_bar__active_link {
    font-weight: 400;
  }
  .navigation_bar__active_link::after {
    content: ' ';
    display: block;
    background: #040132;
    width: 100%;
    height: 3px;
    position: relative;
    bottom: -1px;
  }
}
@media only screen and (min-width: 640px) {
  .navigation_bar__button_bar {
    padding: 0 1.375rem;
  }
}
@media only screen and (min-width: 768px) {
  .navigation_bar__links {
    margin: 0 -0.5rem 0 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .navigation_bar__links {
    margin: 0 0.5rem 0 2rem;
  }
}

/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
.language_buttons {
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.language_buttons button {
  font-size: 0.857rem;
  text-transform: uppercase;
  background: transparent;
}
.language_buttons__button__mobile {
  display: inline-block;
}
.language_buttons__button__desktop {
  display: none;
}
@media only screen and (min-width: 376px) {
  .language_buttons__button__mobile {
    display: none;
  }
  .language_buttons__button__desktop {
    display: inline-block;
    padding: 0 0.875rem;
  }
}
@media only screen and (min-width: 1024px) {
  .language_buttons__button__mobile {
    display: none;
  }
  .language_buttons__button__desktop {
    display: inline-block;
    padding: 0 1rem;
  }
}

/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
.page_loading_indicator {
  background-color: #FFFFFF;
  min-height: 60vh;
}

/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
.version_notifier {
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 999;
}
.version_notifier__circle_container {
  display: inline-block;
  position: relative;
  height: 50px;
  width: 50px;
  min-width: 50px;
}
.version_notifier__circle_bg {
  stroke: #CDE1E6;
  stroke-width: 2;
}
.version_notifier__circle_bg,
.version_notifier .yui__ProgressDonut_progressDonut {
  position: absolute;
}
.version_notifier .yui__ProgressDonut_progressDonut .yui__ProgressDonut_background {
  visibility: hidden;
}
.version_notifier .yui__ProgressDonut_progressDonut .yui__ProgressDonut_progress {
  fill: #1C3178;
}
.version_notifier .yui__ProgressDonut_progressDonut text {
  font-weight: bold;
  color: #1C3178;
}
.version_notifier__message {
  width: 0;
  opacity: 0;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 3px solid #CDE1E6;
  padding: 0.438rem 0 0.438rem 0;
  text-align: center;
  margin-right: -1rem;
  -webkit-box-shadow: 0 2px 4px 0 #D6ECFA;
          box-shadow: 0 2px 4px 0 #D6ECFA;
  background: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: #1C3178;
  border-radius: 4px;
  cursor: pointer;
}
.version_notifier__message svg {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.25rem 0 0.75rem;
}
.version_notifier__message svg path {
  fill: #1C3178;
}
.version_notifier__message,
.version_notifier__has_message .version_notifier__message {
  width: 0;
  padding-right: 2rem;
}
.version_notifier__has_message .version_notifier__message {
  opacity: 1;
  width: 100%;
}
@media print {
  .version_notifier {
    display: none;
  }
}

/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
@-webkit-keyframes pulse {
  33% {
    background: #e95325;
  }
  50% {
    background: #d34215;
  }
  66% {
    background: #e95325;
  }
}
@keyframes pulse {
  33% {
    background: #e95325;
  }
  50% {
    background: #d34215;
  }
  66% {
    background: #e95325;
  }
}
.page_notification__container {
  border: 1px solid #ee7853;
  border-left: none;
  border-right: none;
  background-color: #e95325;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  padding: 1rem;
  -webkit-animation: pulse 6s ease infinite;
          animation: pulse 6s ease infinite;
}
.page_notification__header {
  font-size: 1.286rem;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0.5rem 0 0.5rem 0;
  text-align: center;
}
.page_notification__message {
  margin-bottom: 0.5rem;
}

/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
@media print {
  .index-page .parliamentMap {
    display: none;
  }
  .index-page .partiesCard h2 {
    display: none;
  }
  .index-page .card:not(.partiesCard) {
    display: none;
  }
  .prediction-page .parliamentMap,
  .prediction-page .parliamentMap + p {
    display: none;
  }
  .parties-page .hero {
    display: none;
  }
  .candidates-page .candidateHero figcaption,
  .candidates-page .candidateHero .visualisationLabel {
    color: #757575;
  }
  .candidates-page .candidateHero text {
    fill: #757575;
  }
  .electorates-page .yui__SimpleBarChart_simpleBarChart text {
    fill: #757575;
  }
  .electorate-page .hero,
  .municipality-page .hero,
  .pollingDistrict-page .hero {
    display: none;
  }
  .navigation_bar,
  .infoContainer,
  .yui__Tabs_tabs_container,
  .yui__TextFilter_text_filter,
  .version_notifier,
  .yui__DataTable_table ~ .yui__DataTable_tableActions,
  .card .actionLinks,
  .barChartToggle,
  .feedbackBlock,
  .card h2 ~ a {
    display: none;
  }
  .card {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
  }
  .yui__DataTable_table thead th,
  .yui__DataTable_table tbody td {
    padding: 0.60975rem 0.4065rem;
    border-bottom: 1px solid #EDEDF0;
  }
}

.yui__CandidateResults_candidate-results {
  border-radius: .5rem;
  font-size: .875rem;
  text-transform: uppercase;
  padding: 0.25em;
  font-weight: bold;
  text-align: center;
}
.yui__CandidateResults_candidate-results > div {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.yui__CandidateResults_candidate-results > div:last-child {
  border: 0 none;
}
.yui__CandidateResults_candidate-results.yui__CandidateResults_status--elected,
.yui__CandidateResults_candidate-results.yui__CandidateResults_status--on_substitute_place {
  color: #2eb015;
  border: 2px solid #2eb015;
}
.yui__CandidateResults_candidate-results.yui__CandidateResults_status--elected div,
.yui__CandidateResults_candidate-results.yui__CandidateResults_status--on_substitute_place div {
  border-color: #e1f9dd;
}
.yui__CandidateResults_candidate-results.yui__CandidateResults_status--elected {
  background: #f1ffee;
}
.yui__CandidateResults_candidate-results.yui__CandidateResults_status--dropped,
.yui__CandidateResults_candidate-results.yui__CandidateResults_status--not_elected {
  color: #e51f78;
  border: 2px solid #e51f78;
}
.yui__CandidateResults_candidate-results.yui__CandidateResults_status--dropped div,
.yui__CandidateResults_candidate-results.yui__CandidateResults_status--not_elected div {
  border-color: #fbdae7;
}
.yui__CandidateResults_candidate-results.yui__CandidateResults_status--dropped {
  background: #fdf0f4;
}
.yui__CandidateResults_candidate-results .yui__CandidateResults_container {
  padding: 1rem;
}
.yui__CandidateResults_candidate-results .yui__CandidateResults_results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.yui__CandidateResults_candidate-results .yui__CandidateResults_results > .yui__CandidateResults_container {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  border-left-style: solid;
  border-left-width: 1px;
}
.yui__CandidateResults_candidate-results .yui__CandidateResults_results > .yui__CandidateResults_container span {
  display: block;
}
.yui__CandidateResults_candidate-results .yui__CandidateResults_results > .yui__CandidateResults_container:first-child {
  border-left: 0 none;
}
.yui__CandidateResults_candidate-results .yui__CandidateResults_label {
  font-size: .625rem;
  font-weight: normal;
}
.yui__CandidateResults_created {
  display: block;
  text-align: center;
  font-size: .875em;
  margin: .5rem 0;
  color: #6d676c;
}

.yui__DonutChart_donutChart .yui__DonutChart_label {
  -webkit-transition: all .25s;
  transition: all .25s;
}
.yui__DonutChart_labelContainer {
  margin: .25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yui__DonutChart_labelContainer .yui__DonutChart_title,
.yui__DonutChart_labelContainer .yui__DonutChart_value {
  display: block;
}
.yui__DonutChart_labelContainer .yui__DonutChart_title,
.yui__DonutChart_labelContainer .yui__DonutChart_unit {
  font-size: .5em;
}
.yui__DonutChart_labelContainer .yui__DonutChart_value {
  font-size: .875em;
  font-weight: bold;
}

.yui__ProgressDonut_progressDonut .yui__ProgressDonut_background {
  fill: rgba(0, 0, 0, 0.15);
}
.yui__ProgressDonut_progress {
  fill: steelblue;
}
.yui__ProgressDonut_progress > text {
  text-anchor: middle;
  -webkit-transform: translateY(0.33em);
      -ms-transform: translateY(0.33em);
          transform: translateY(0.33em);
}
.yui__ProgressDonut_unit {
  font-size: .625em;
}

.yui__SimpleBarChart_simpleBarChart {
  width: 100%;
  height: 100%;
}
.yui__SimpleBarChart_barGroup {
  fill: unset;
}
.yui__SimpleBarChart_series text {
  fill: white;
}

/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
.yui__CandidateImage_candidateImage {
  position: relative;
  width: 3em;
  height: 3em;
  padding: .25em;
}
.yui__CandidateImage_candidateImage img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.yui__CandidateImage_candidateImageLabel {
  position: absolute;
  background-color: #1e8d09;
  color: white;
  border-radius: 10px;
  font-size: 10px;
  padding: 0 .37em .125em;
  left: 50%;
  bottom: -5px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.yui__CandidateImage_candidateImageLabel.yui__CandidateImage_noText {
  visibility: hidden;
}
.yui__CandidateImage_new {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #1e8d09;
  padding: .325em .25em;
  height: 1em;
  width: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1em;
  font-size: 1.125em;
}
.yui__CandidateImage_new svg {
  display: block;
  fill: white;
}

/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
.yui__NavigationTabs_navigationTabs {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}
.yui__NavigationTabs_navigation {
  max-width: 1260px;
  margin: 0 auto;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.yui__NavigationTabs_navigation > a,
.yui__NavigationTabs_navigation > span {
  padding: 0 1rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 50px;
  color: #000000;
}
.yui__NavigationTabs_navigation > a {
  border-bottom: 3px solid #ffffff;
  text-decoration: none;
  -webkit-transition: border-bottom-color 0.15s ease-in-out;
  transition: border-bottom-color 0.15s ease-in-out;
}
.yui__NavigationTabs_navigation a:hover,
.yui__NavigationTabs_navigation .yui__NavigationTabs_activeTab {
  border-bottom-color: #000000;
  font-weight: 600;
}

/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
.yui__NewOld_bar {
  display: inline-block;
  height: 40px;
  width: 80%;
}
.yui__NewOld_new .yui__NewOld_bar {
  background-color: #FFD000;
}
.yui__NewOld_new .yui__NewOld_humanFigureHead,
.yui__NewOld_new .yui__NewOld_humanFigureBody {
  background-color: #FFD000;
}
.yui__NewOld_old .yui__NewOld_bar {
  background-color: #E1005A;
}
.yui__NewOld_old .yui__NewOld_humanFigureHead,
.yui__NewOld_old .yui__NewOld_humanFigureBody {
  background-color: #E1005A;
}
.yui__NewOld_sum .yui__NewOld_humanFigureHead,
.yui__NewOld_sum .yui__NewOld_humanFigureBody {
  background-color: #007882;
}

/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
.yui__TextFilter_text_filter {
  display: inline-block;
  border: 2px solid;
  border-radius: 100rem;
  overflow: hidden;
  position: relative;
}
.yui__TextFilter_input_field[type="text"] {
  margin: 0;
  padding: 0 2rem 0 1rem;
  background: transparent;
  border: none;
  height: 38px;
  width: 100%;
}
.yui__TextFilter_input_field[type="text"]:focus {
  border: none;
}
.yui__TextFilter_button_empty {
  margin: 0;
  padding: 0;
  border: none;
  position: absolute;
  width: 20px;
  height: 20px;
  right: .5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1rem;
}
.yui__TextFilter_empty_icon {
  position: relative;
}
.yui__TextFilter_empty_icon_path path {
  fill: #333333;
}

/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
.yui__Tabs_ariaOnly {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.yui__Tabs_componentMargins {
  padding: 8px;
}
@media all and (min-width: 73.143em) {
  .yui__Tabs_componentMargins {
    padding: 16px;
  }
}
.yui__Tabs_tabs_container {
  text-align: center;
  pointer-events: none;
}
.yui__Tabs_tabs_border {
  margin: 16px auto;
  border: 2px solid #007882;
  border-radius: .25rem;
  background-color: #fff;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
}
.yui__Tabs_tabs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -2px -0.2rem;
}
.yui__Tabs_tab {
  pointer-events: initial;
  display: inline-block;
  text-align: center;
  padding: 1px;
}
.yui__Tabs_tab a {
  color: #007882;
  display: inline-block;
  font-weight: 600;
  width: 100%;
  padding: .5rem 1rem;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.yui__Tabs_tab--selected {
  background: #007882;
  border-color: transparent;
  position: relative;
}
.yui__Tabs_tab--selected a {
  color: #fff;
}
.yui__Tabs_tab--selected a:hover {
  text-decoration: none;
}
.yui__Tabs_tab__badge {
  border-radius: 5px;
  background-color: #bc32bd;
  color: #fff;
  display: inline-block;
  font-size: 0.625rem;
  font-weight: normal;
  line-height: normal;
  margin-left: 0.7em;
  max-width: 40%;
  overflow: hidden;
  padding: 0.6em;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.yui__Tabs_tabs--on-dark .yui__Tabs_tabs {
  margin: 0;
}
.yui__Tabs_tabs--on-dark .yui__Tabs_tabs_border {
  background-color: transparent;
  border: 0;
  overflow: visible;
}
.yui__Tabs_tabs--on-dark .yui__Tabs_tab,
.yui__Tabs_tabs--on-dark .yui__Tabs_tab--selected {
  border-radius: .3125rem;
  margin: 0 .125rem;
  background-color: transparent;
  border: 0.125rem solid rgba(255, 255, 255, 0.25);
  position: relative;
}
.yui__Tabs_tabs--on-dark .yui__Tabs_tab a,
.yui__Tabs_tabs--on-dark .yui__Tabs_tab--selected a {
  padding: .5rem 1.5rem;
  color: #fff;
}
.yui__Tabs_tabs--on-dark .yui__Tabs_tab--selected {
  border-color: #ffffff;
}
.yui__Tabs_tabs--on-dark .yui__Tabs_tab__badge {
  position: absolute;
  max-width: 100%;
  padding: .15rem .5rem;
  top: -0.5rem;
  right: -0.5rem;
  border-radius: .5em;
}

/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
.yui__DataTable_ariaOnly {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.yui__DataTable_componentMargins {
  padding: 8px;
}
@media all and (min-width: 73.143em) {
  .yui__DataTable_componentMargins {
    padding: 16px;
  }
}
.yui__DataTable_dataTable {
  padding: 8px;
}
@media all and (min-width: 73.143em) {
  .yui__DataTable_dataTable {
    padding: 16px;
  }
}
.yui__DataTable_table {
  border-collapse: collapse;
  font-size: 1rem;
  width: 100%;
  margin-bottom: 1.5rem;
}
.yui__DataTable_tableHeader {
  font-size: 0.625rem;
  padding: calc(7.5px) calc(3.75px);
  text-transform: uppercase;
}
.yui__DataTable_tableHeader:last-child {
  padding-right: .5rem;
}
@media all and (min-width: 73.143em) {
  .yui__DataTable_tableHeader {
    font-size: 0.75rem;
    padding: 15px calc(7.5px);
  }
}
.yui__DataTable_showMore {
  font-size: 1rem;
}
.yui__DataTable_tableCell__emptyResult {
  text-align: center;
}
@media all and (min-width: 73.143em) {
  .yui__DataTable_tableCell {
    padding: 5px 6px;
  }
}
.yui__DataTable_tableCellContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.yui__DataTable_candidateFirstName {
  display: none;
}
@media all and (min-width: 73.143em) {
  .yui__DataTable_candidateFirstName {
    display: inline;
  }
}
.yui__DataTable_tableActions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
.yui__ParliamentMap_ariaOnly {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.yui__ParliamentMap_componentMargins {
  padding: 8px;
}
@media all and (min-width: 73.143em) {
  .yui__ParliamentMap_componentMargins {
    padding: 16px;
  }
}
.yui__ParliamentMap_parliamentMap .yui__ParliamentMap_seat {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.yui__ParliamentMap_parliamentMap .yui__ParliamentMap_debugMembers circle {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
 {
  /* open-sans-regular - latin */
  /* open-sans-700 - latin */
  /* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* NOTE
  scale calculation made with https://type-scale.com/
*/
  /* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Larger than phabl  et */
  /* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Removes awkward default styles on some inputs for iOS */
  /* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  /* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/ev2019/static/fonts/open-sans-v15-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('/ev2019/static/fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/ev2019/static/fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/ev2019/static/fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/ev2019/static/fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/ev2019/static/fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/ev2019/static/fonts/open-sans-v15-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('/ev2019/static/fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/ev2019/static/fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/ev2019/static/fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */ url('/ev2019/static/fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/ev2019/static/fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg');
  /* Legacy iOS */
}
html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background-color: #EDEDF0;
  font-weight: 400;
  line-height: 1.45;
  font-family: 'Open Sans', sans-serif;
  color: #515151;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
  color: #302c2c;
  text-align: left;
}
h1,
.h1 {
  font-size: 2.441em;
  margin-top: 0;
}
h2,
.h2 {
  font-size: 1.953em;
}
h3,
.h3 {
  font-size: 1.25em;
}
h4,
.h4 {
  font-size: 1.125em;
}
small,
.font_small {
  font-size: 0.8em;
}
p {
  font-size: 1rem;
}
b {
  font-weight: bold;
}
@media (min-width: 1024px) {
  html {
    font-size: 16px;
  }
}
a {
  color: #233D92;
  fill: #233D92;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #1e347d;
  fill: #1e347d;
  text-decoration: underline;
}
button {
  background-color: transparent;
}
.button,
.yui__DataTable_showMore {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #1C3178;
  text-align: center;
  font-size: 0.857rem;
  font-weight: 600;
  line-height: 34px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 2px solid #1C3178;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button__invert,
.yui__DataTable_showMore__invert,
.button:hover,
.yui__DataTable_showMore:hover,
.button:focus,
.yui__DataTable_showMore:focus {
  background-color: #1C3178;
  color: #FFFFFF;
  border: 1px solid #1C3178;
  outline: 0;
  text-decoration: none;
}
.button--plane,
.yui__DataTable_showMore--plane {
  border: none;
}
input[type='submit'],
input[type='reset'],
input[type='button'] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #515151;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #ebebf7;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type='submit']:hover,
input[type='reset']:hover,
input[type='button']:hover {
  color: #302c2c;
  border-color: #887e7e;
  outline: 0;
}
input[type='submit']:focus,
input[type='reset']:focus,
input[type='button']:focus {
  color: #302c2c;
  border-color: #887e7e;
  outline: 0;
}
.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #1C3178;
  border-color: #1C3178;
}
input[type='submit'].button-primary,
input[type='reset'].button-primary,
input[type='button'].button-primary {
  color: #fff;
  background-color: #1C3178;
  border-color: #1C3178;
}
.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #233D92;
  border-color: #233D92;
}
input[type='submit'].button-primary:hover,
input[type='reset'].button-primary:hover,
input[type='button'].button-primary:hover {
  color: #fff;
  background-color: #233D92;
  border-color: #233D92;
}
.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #233D92;
  border-color: #233D92;
}
input[type='submit'].button-primary:focus,
input[type='reset'].button-primary:focus,
input[type='button'].button-primary:focus {
  color: #fff;
  background-color: #233D92;
  border-color: #233D92;
}
input[type='email'],
input[type='number'],
input[type='search'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type='email'],
input[type='number'],
input[type='search'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type='email']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='text']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='password']:focus {
  border: 1px solid #1C3178;
  outline: 0;
}
textarea:focus,
select:focus {
  border: 1px solid #1C3178;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.857rem;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type='radio'] {
  display: inline;
}
input[type='checkbox'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  overflow: visible;
  background: transparent;
  border: 2px solid #e3e3e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
input[type='checkbox'],
input[type='checkbox']:focus {
  outline: none;
}
input[type='checkbox']::after {
  content: ' ';
  display: block;
  height: 2em;
  width: 2em;
  margin: -0.1em 0 0 0.2em;
}
input[type='checkbox']:checked {
  background: #e3e3e3;
  border: 0 none;
}
input[type='checkbox']:checked::after {
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg height="1.7em" width="1.3em" viewBox="0 0 17 13" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><polygon fill="%2306bacf" transform="translate(8.500000, 6.545417) rotate(90.000000) translate(-8.500000, -6.545417) " points="2.95458276 0.864021888 4.3116184 -0.454582763 14.0454172 9.00355677 9.37118337 13.5454172 8.01414773 12.2268126 11.331346 9.00355677"></polygon><path fill="%234a90e2" d="M3.67206792,0.864021888 L12.0488311,9.00355677 L8.7316329,12.2268126 L9.37118337,12.8482511 L13.3279321,9.00355677 L4.3116184,0.242583357 L3.67206792,0.864021888 Z M2.2370976,0.864021888 L4.3116184,-1.15174888 L14.7629024,9.00355677 L9.37118337,14.2425834 L7.29666257,12.2268126 L10.6138608,9.00355677 L2.2370976,0.864021888 Z" transform="translate(8.500000, 6.545417) rotate(90.000000) translate(-8.500000, -6.545417) "></path></g></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
input[type='checkbox'][disabled]:checked {
  background: #e3e3e3;
}
input[type='checkbox'][disabled]:checked::after {
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg height="1.7em" width="1.3em" viewBox="0 0 17 13" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><polygon fill="%23757575" transform="translate(8.500000, 6.545417) rotate(90.000000) translate(-8.500000, -6.545417) " points="2.95458276 0.864021888 4.3116184 -0.454582763 14.0454172 9.00355677 9.37118337 13.5454172 8.01414773 12.2268126 11.331346 9.00355677"></polygon><path fill="%23757575" d="M3.67206792,0.864021888 L12.0488311,9.00355677 L8.7316329,12.2268126 L9.37118337,12.8482511 L13.3279321,9.00355677 L4.3116184,0.242583357 L3.67206792,0.864021888 Z M2.2370976,0.864021888 L4.3116184,-1.15174888 L14.7629024,9.00355677 L9.37118337,14.2425834 L7.29666257,12.2268126 L10.6138608,9.00355677 L2.2370976,0.864021888 Z" transform="translate(8.500000, 6.545417) rotate(90.000000) translate(-8.500000, -6.545417) "></path></g></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
input[type='checkbox'][disabled] {
  border: none;
  background: #e3e3e3;
  opacity: 0.66;
}
input[type='checkbox'][disabled]:checked {
  background: #e3e3e3;
}
input[type='checkbox'][disabled]:checked::after {
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="UTF-8"?><svg height="1.7em" width="1.3em" viewBox="0 0 17 13" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><polygon fill="%23757575" transform="translate(8.500000, 6.545417) rotate(90.000000) translate(-8.500000, -6.545417) " points="2.95458276 0.864021888 4.3116184 -0.454582763 14.0454172 9.00355677 9.37118337 13.5454172 8.01414773 12.2268126 11.331346 9.00355677"></polygon><path fill="%23757575" d="M3.67206792,0.864021888 L12.0488311,9.00355677 L8.7316329,12.2268126 L9.37118337,12.8482511 L13.3279321,9.00355677 L4.3116184,0.242583357 L3.67206792,0.864021888 Z M2.2370976,0.864021888 L4.3116184,-1.15174888 L14.7629024,9.00355677 L9.37118337,14.2425834 L7.29666257,12.2268126 L10.6138608,9.00355677 L2.2370976,0.864021888 Z" transform="translate(8.500000, 6.545417) rotate(90.000000) translate(-8.500000, -6.545417) "></path></g></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
label > input[type='checkbox'] {
  margin: 0 0.5em -0.15rem 0;
  vertical-align: text-bottom;
}
label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0;
}
ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul,
ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #ffffff;
  border: 1px solid #ebebf7;
  border-radius: 4px;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}
th,
td {
  padding: 12px 15px;
  text-align: left;
  font-size: 0.857rem;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1.5rem;
}
.u-full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #ebebf7;
}
.hero_logo__year {
  color: #D4D4E9;
}
.yui_text__highlight--red {
  color: #e60000;
}
.yui_text__highlight--green {
  color: green;
}
.yui__DataTable_table {
  font-size: 0.688rem;
}
.yui__DataTable_table tr:nth-child(even) {
  background-color: #f5f5fb;
}
.yui__DataTable_table tbody {
  border: 1px solid #ebebf7;
}
@media all and (max-width: 376px) {
  .yui__DataTable_table thead th,
  .yui__DataTable_table tbody td {
    padding: 0.813rem 0.4065rem;
  }
}
.yui__DataTable_table tbody td {
  border-right: 1px solid #ebebf7;
  vertical-align: middle;
}
.yui__DataTable_table tbody td:last-child {
  border-right: none;
}
.yui__DataTable_table th {
  white-space: nowrap;
  overflow: hidden;
}
.yui__DataTable_table td,
.yui__DataTable_table th {
  padding: 0.813rem;
  text-align: center;
}
.yui__DataTable_table td:first-child,
.yui__DataTable_table th:first-child {
  text-align: left;
}
.yui__DataTable_table th:first-child {
  width: 100%;
}
.yui__DataTable_tableHeader {
  color: #757575;
}
.yui__DataTable_tableCell .yui__CandidateImage_candidateImage {
  margin-left: -0.357rem;
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.yui__DataTable_tableCell .yui__CandidateImage_candidateImage img {
  width: 3em;
  height: 3em;
}
@media all and (min-width: 376px) {
  .yui__DataTable_tableCell .yui__CandidateImage_candidateImage {
    margin-left: 0;
    margin-top: -0.357rem;
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) {
  .yui__DataTable_tableCell a {
    white-space: nowrap;
  }
}
.yui__Tabs_tab a {
  font-weight: 700;
  font-size: 0.857rem;
  text-transform: uppercase;
}
.yui__Tabs_tabs_container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}
.yui__TextFilter_text_filter {
  border-color: #1C3178;
}
.yui__TextFilter_empty_icon_path {
  fill: #1C3178;
}
.yui__TextFilter_empty_icon_path path {
  fill: #1C3178;
  stroke: #1C3178;
}
.yui__TextFilter_text_filter {
  width: 100%;
}
.yui__TextFilter_input_field {
  color: #1C3178;
  font-size: 1.143rem;
}
.yui__TextFilter_input_field::-webkit-input-placeholder {
  color: rgba(28, 49, 120, 0.65);
}
.yui__TextFilter_input_field:-ms-input-placeholder {
  color: rgba(28, 49, 120, 0.65);
}
.yui__TextFilter_input_field::-ms-input-placeholder {
  color: rgba(28, 49, 120, 0.65);
}
.yui__TextFilter_input_field::placeholder {
  color: rgba(28, 49, 120, 0.65);
}
.yui__NavigationTabs_navigationTabs {
  margin-bottom: 0 !important;
}
.yui__Tabs_tab {
  height: auto !important;
}
.yui__Tabs_tab a {
  color: #1C3178;
}
.yui__Tabs_tab--selected {
  background-color: #1C3178;
}
.yui__Tabs_tab--selected a {
  color: #FFFFFF;
}
.yui__Tabs_tabs_border {
  border-color: #1C3178;
}
body.ie .yui__Tabs_tab {
  pointer-events: all;
}
body.ie .navigation_bar__electionIcon svg {
  width: 10rem;
}
body.ie .party-page .hero,
body.ie .candidates-page .hero {
  display: none;
}
body.ie .electorates-page .hero .yui__Tabs_tabs_container,
body.ie .electorate-page .hero .yui__Tabs_tabs_container,
body.ie .municipality-page .hero .yui__Tabs_tabs_container,
body.ie .pollingDistrict-page .hero .yui__Tabs_tabs_container {
  display: none !important;
}
body.ie .mapNavigation {
  visibility: hidden;
}

/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
.heroStats {
  padding: 2rem 0;
}
.dd,
.dt {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
.dd {
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.statsHeaderContainer {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.statsHeader {
  font-size: 1.286rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
}
.statsChart .yui__ProgressDonut_progressDonut {
  padding: 0;
}
.statsChart .yui__ProgressDonut_progressDonut svg {
  width: 4.5rem;
  height: 4.5rem;
  display: block;
}
.statsChart .yui__ProgressDonut_progressDonut .yui__ProgressDonut_background {
  fill: rgba(255, 255, 255, 0.15);
}
.statsChart .yui__ProgressDonut_progressDonut .yui__ProgressDonut_progress {
  fill: #ebebf7;
}
.statsChart .yui__ProgressDonut_progressDonut text {
  fill: #ebebf7;
  font-weight: 700;
}
.statsDate {
  color: #D4D4E9;
  text-align: left;
}
@media print {
  .statsHeader {
    color: #757575;
  }
  .statsChart .yui__ProgressDonut_progressDonut .yui__ProgressDonut_background {
    fill: rgba(255, 255, 255, 0.15);
  }
  .statsChart .yui__ProgressDonut_progressDonut .yui__ProgressDonut_progress {
    fill: #1C3178;
  }
  .statsChart .yui__ProgressDonut_progressDonut text {
    fill: #1C3178;
    font-weight: 700;
  }
}

/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
.parliamentMap {
  height: 20rem;
  margin: 1rem 0;
}
.parliamentMapTitle {
  text-align: center;
  display: block;
  font-size: 0.875rem;
  color: #757575;
}

/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
.BreadCrumbHeader,
.BreadCrumbHeader a,
.BreadCrumbHeader span {
  color: #302c2c;
}
.BreadCrumbHeader > :not(:last-child)::after {
  content: "\A0\203A\A0";
}
.BreadCrumbHeader span {
  font-weight: bold;
  font-size: 0.875em;
}
.BreadCrumbHeader h1,
.BreadCrumbHeader h2,
.BreadCrumbHeader h3,
.BreadCrumbHeader h4,
.BreadCrumbHeader h5,
.BreadCrumbHeader h6 {
  display: inline-block;
  font-size: 1em;
}
.BreadCrumbHeader h1:last-child,
.BreadCrumbHeader h2:last-child,
.BreadCrumbHeader h3:last-child,
.BreadCrumbHeader h4:last-child,
.BreadCrumbHeader h5:last-child,
.BreadCrumbHeader h6:last-child {
  display: block;
  font-size: 1.953em;
  margin: 0.5rem 0 0.25rem -0.05em;
}
@media all and (min-width: 376px) {
  .BreadCrumbHeader {
    padding: 0;
  }
}

/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
.partyExtendedTable {
  margin-bottom: 1rem;
}
.partyExtendedTable .caption {
  text-align: center;
  padding: 0.5rem;
}
.partyExtendedTable .ariaOnly {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.partyExtendedTable .table {
  overflow-x: scroll;
  overflow-x: auto;
  border: 1px solid #D4D4E9;
}
.partyExtendedTable table {
  margin: 0;
}
.partyExtendedTable tbody tr:nth-child(2n) td {
  background-color: #ebebf7;
}
.partyExtendedTable th,
.partyExtendedTable td {
  padding: 0.5rem;
  border-bottom: none;
  border-left: 1px solid #D4D4E9;
  background-color: white;
}
.partyExtendedTable th:first-child,
.partyExtendedTable td:first-child {
  position: --webkit-sticky;
  position: -webkit-sticky;
  position: sticky;
  left: -1px;
  z-index: 2;
}
.partyExtendedTable th:first-child + th,
.partyExtendedTable td:first-child + th,
.partyExtendedTable th:first-child + td,
.partyExtendedTable td:first-child + td {
  border-left: none;
}
.partyExtendedTable th:first-child:after,
.partyExtendedTable td:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid #757575;
}
.partyExtendedTable tr {
  border-bottom: 1px solid #D4D4E9;
}
.partyExtendedTable tr th:first-child,
.partyExtendedTable tr td:first-child {
  width: 20vw;
}
.partyExtendedTable th {
  text-transform: uppercase;
  text-align: center;
}
.partyExtendedTable th.header:not(:first-child),
.partyExtendedTable th.subheader__current,
.partyExtendedTable td.cell__current {
  border-color: #757575;
}
@media all and (min-width: 1024px) {
  .partyExtendedTable thead tr:last-child th {
    font-size: 0.75rem;
  }
}
.partyExtendedTable .header {
  background-color: #ebebf7;
  font-weight: bold;
}
.partyExtendedTable ::-webkit-scrollbar {
  -webkit-appearance: none;
}
.partyExtendedTable ::-webkit-scrollbar:horizontal {
  height: 11px;
}
.partyExtendedTable ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #ebebf7;
  background-color: #1C3178;
}
.partyExtendedTable ::-webkit-scrollbar-track {
  background-color: #ebebf7;
}

.reversed .backgroundRect {
  fill: rgba(0, 0, 0, 0.05);
}
.reversed .background {
  fill: #262260;
}
.background {
  fill: rgba(0, 0, 0, 0.05);
}
.areas {
  stroke: #262260;
  fill: #4d46bb;
}
path.visible {
  fill: #3f3899;
}
path.hasChildren {
  fill: transparent;
}
.mapNavigation svg path {
  -webkit-transition: fill 1s ease;
  transition: fill 1s ease;
}
.mapNavigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.copyright {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0.66em;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.labels {
  pointer-events: none;
  opacity: 0.75;
}
.labels text {
  opacity: 0.5;
  fill: white;
  -webkit-filter: url(#label-shadow);
          filter: url(#label-shadow);
}
.label--electorate {
  text-transform: uppercase;
}

/*
  NOTE: Some of this must also be shared
  with JavaScript code. Remember to check & update
  /app/site/less-variables.js when you update these values.
 */
.alliancesCaption {
  color: #757575;
  font-size: 0.875rem;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.allianceText {
  font-weight: 700;
}

