@font-face {
	font-family: 'Open Sans';
	src: url(/dist/818e54d25c8d8b0634a9.woff);
	font-weight:900;
	font-style:normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url(/dist/e88765e0d0d9e74fb8c4.woff);
	font-weight:900;
	font-style:italic;
}
@font-face {
	font-family: 'Open Sans';
	src: url(/dist/80e9b54f4fd336ac7ea6.woff);
	font-weight:bold;
	font-style:normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url(/dist/f062802709f1a4d7408d.woff);
	font-weight:bold;
	font-style:italic;
}
@font-face {
	font-family: 'Open Sans';
	src: url(/dist/cbd0a0ff6bb87d073db2.woff);
	font-weight:600;
	font-style:normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url(/dist/0d1364c634640b718f91.woff);
	font-weight:600;
	font-style:italic;
}
@font-face {
	font-family: 'Open Sans';
	src: url(/dist/0882f677c98c2d7b0426.woff);
	font-weight:normal;
	font-style:italic;
}
@font-face {
	font-family: 'Open Sans';
	src: url(/dist/ff2cc377991601bb87c3.woff);
	font-weight:200;
	font-style:normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url(/dist/69cd8aef7bf8ba375896.woff);
	font-weight:200;
	font-style:italic;
}
@font-face {
	font-family: 'Open Sans';
	src: url(/dist/ab6e9d5d7db5dfffc24d.woff);
	font-weight:normal;
	font-style:normal;
}

html,
body {
  height: 100%;
}
body {
  margin: 0px;
  /* background-color:#efefef; */
  background-color: #e8e8e8;
  /*background-color:#f9f9f9;*/
  font-family: 'Open Sans', Ubuntu, Arial, sans-serif;
  color: #595959;
  color: #3a3a3a;
  overflow-x: hidden;
  transition: background-color;
  transition-duration: 0.5s;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
}
h1:not(.bold),
h2:not(.bold),
h3:not(.bold),
h4:not(.bold),
h5:not(.bold) {
  font-weight: normal;
}
.h1 {
  font-size: 32px;
}
.h2 {
  font-size: 24px;
}
.h3 {
  font-size: 18.7167px;
}
.h3_5 {
  font-size: 17.5px;
}
.h4 {
  font-size: 16px;
}
blockquote {
  padding: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fafafa;
  border-left: 2px solid #f0f0f0;
}
.bold {
  font-weight: bold;
}
.allcaps {
  text-transform: uppercase;
}
/*
	Link formatting
*/
button {
  background: none;
  border: none;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
a,
.a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  user-select: none;
  outline: 0;
}
a:not(.noshow):not(#sitelogo):not(.headlink),
.a:not(.noshow):not(#sitelogo):not(.headlink) {
  border-bottom: 1px dotted;
}
a:not(.noshow):not(#sitelogo):not(.headlink):hover,
.a:not(.noshow):not(#sitelogo):not(.headlink):hover,
a:not(.noshow):not(#sitelogo):not(.headlink):focus:not(:focus-visible),
.a:not(.noshow):not(#sitelogo):not(.headlink):focus:not(:focus-visible) {
  border-bottom: 1px solid;
}
a:not(.noshow):not(#sitelogo):not(.headlink):focus-visible,
.a:not(.noshow):not(#sitelogo):not(.headlink):focus-visible {
  border-bottom: 1px solid #ffffff00;
  outline: 2px dashed #808080;
}
/*
	Inputs
*/
.inputCharsLeft {
  position: absolute;
  background-color: black;
  font-weight: bold;
  color: white;
  opacity: 0.2;
  border-radius: 20px;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity, background-color;
  transition-duration: 0.3s;
}
.camoinput,
.camoinput:hover,
.camoinput:focus {
  background-color: white;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  padding: 0px;
  margin: 0px;
}
.addissue-autocomplete {
  background-color: white!important;
  border-radius: 3px;
  margin-top: 15px;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
  border: 0px!important;
  overflow: hidden;
}
.addissue-autocomplete li div {
  background-color: white!important;
  font-size: 20px;
  border: 0px!important;
  padding: 15px!important;
  color: #303030 !important;
  margin: 0px!important;
  transition: background-color;
  transition-duration: 0.3s;
}
.addissue-autocomplete li div:hover {
  background-color: #e0e0e0 !important;
  border: 0px!important;
  padding: 15px!important;
  color: #303030 !important;
  margin: 0px!important;
}
.addissue-autocomplete .ui-state-active {
  background-color: none;
}
/*
	Blocks, shadows, and hovering
*/
.stream_container {
  padding: 7px;
}
.stream {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.block {
  background-color: white;
  /*padding:15px;
	margin:15px;*/
  padding: 10px;
  margin: 7px;
  border-radius: 3px;
  overflow: hidden;
  /* Borders or shadows? */
  /*border:1px solid #e8e8e8;*/
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
}
.outline_block {
  background-color: white;
  padding: 10px;
  margin: 5px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
}
.fullblock {
  background-color: white;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
  padding: 15px;
}
.shadow {
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
}
.hoverable {
  transition: box-shadow;
  transition-duration: 0.3s;
}
.hoverable:hover {
  box-shadow: 0 2px 16px 2px rgba(0, 0, 0, 0.15) !important;
}
.exhoverable {
  transition: box-shadow 0.3s, transform 0.3s !important;
}
.exhoverable:hover {
  transform: scale(1.1, 1.1);
  box-shadow: 0 2px 16px 2px rgba(0, 0, 0, 0.15) !important;
}
.exhoverable_area .exhoverable_target {
  transition: box-shadow, transform;
  transition-duration: 0.3s;
}
.exhoverable_area:hover .exhoverable_target {
  transform: scale(1.1, 1.1);
}
.exhoverable_ns {
  transition: transform;
  transition-duration: 0.3s;
}
.exhoverable_ns:hover {
  transform: scale(1.1, 1.1);
}
.hoverarea {
  /*background-color:white;*/
  background-color: #00000000;
  transition: background-color;
  transition-duration: 0.3s;
}
.hoverarea:hover {
  background-color: #00000016;
}
/*
	Tiles
*/
.tile {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.tile_140px {
  display: inline-block;
  width: 140px;
}
.tile_full {
  display: inline-block;
  width: 100%;
}
.tile_half {
  display: inline-block;
  width: 50%;
}
.tile_half-l5 {
  display: inline-block;
  width: calc(50% - 5px);
}
.tile_third {
  display: inline-block;
  width: 33.33333333%;
}
.tile_2third {
  display: inline-block;
  width: 66.66666667%;
}
.tile_fourth {
  display: inline-block;
  width: 25%;
}
@media (max-width: 800px) {
  .tile_half,
  .tile_half-l5 {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .tile_third {
    width: 100%;
  }
  .tile_2third {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .tile_fourth {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .tile_fourth {
    width: 100%;
  }
}
.vam {
  vertical-align: middle;
}
/*
	Sizing, padding, margins
*/
.pad0 {
  padding: 0px;
}
.pad5 {
  padding: 5px;
}
.pad10 {
  padding: 10px;
}
.pad15 {
  padding: 15px;
}
.pad20 {
  padding: 20px;
}
.nmx {
  margin-left: 0px;
  margin-right: 0px;
}
.mar0 {
  margin: 0px;
}
.mar5 {
  margin: 5px;
}
.mar10 {
  margin: 10px;
}
.mar15 {
  margin: 15px;
}
.width100 {
  width: 100%;
}
.mw1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.mw900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.mw700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.mw600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.mw550 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.mw400 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
/*
	Animated interactions
*/
/* Animation for item that's just been moved up in a stack */
@keyframes movedup {
  from {
    transform: translate(0, 50px);
  }
  to {
    transform: translate(0, 0);
  }
}
.movedup {
  animation-name: movedup;
  animation-duration: 0.5s;
}
/* Animation for item that's just been moved down in a stack */
@keyframes moveddown {
  from {
    transform: translate(0, -50px);
  }
  to {
    transform: translate(0, 0);
  }
}
.moveddown {
  animation-name: moveddown;
  animation-duration: 0.5s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadein {
  animation-name: fadein;
  animation-duration: 0.5s;
}
/*
	Backgrounds
*/
.bgblack {
  color: white;
  background-color: black;
}
.bgwhite {
  background-color: white;
}
.bginvert {
  color: white;
}
@keyframes animbgcolour {
  0% {
    background-color: #E8170F;
  }
  33% {
    background-color: #17C82A;
  }
  66% {
    background-color: #2B69DF;
  }
  100% {
    background-color: #E8170F;
  }
}
@keyframes animcolour {
  0% {
    color: #F89728;
  }
  25% {
    color: #92F66C;
  }
  50% {
    color: #55A6F6;
  }
  75% {
    color: #E53C35;
  }
  100% {
    color: #F89728;
  }
}
.animback {
  animation-name: animbgcolour;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.cscheme-darkgray-1 {
  color: white;
  background: #303030;
  background: linear-gradient(135deg, #303030 20%, #000000 100%);
}
/*
	Text formatting
*/
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.taj {
  text-align: justify;
}
.tar {
  text-align: right;
}
.gray-text {
  color: #606060;
}
.small {
  font-size: 9.5pt;
}
.tab {
  width: 40px;
  height: 1pc;
  display: inline-block;
}
.truncateline {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
img.char {
  height: 1pc;
  margin-bottom: -0.1pc;
}
img.char_i {
  height: 1.2pc;
  margin-bottom: -0.2pc;
}
img.char_invert {
  filter: invert();
}
.icon_list {
  padding-left: 0;
}
.icon_list li {
  display: flex;
  align-items: top;
}
.icon_list li > .icon_list-icon {
  flex: 0 0 auto;
  align-self: center;
  width: 1.5em;
  height: auto;
  margin-right: 0.8em;
}
.focaltext {
  font-size: 14pt;
}
/*
	Buttons
*/
/* Standard button */
.input_button,
input[type="submit"],
button[type="submit"]:not(.noshow) {
  display: inline-block;
  padding: 10px;
  background-color: #595959;
  border: 0px !important;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  transition: background-color;
  transition-duration: 0.3s;
}
.input_button:hover:not(.status-loading),
input[type="submit"]:hover:not(.status-loading),
button[type="submit"]:not(.noshow):hover:not(.status-loading),
.input_button:focus:not(:focus-visible):not(.status-loading),
input[type="submit"]:focus:not(:focus-visible):not(.status-loading),
button[type="submit"]:not(.noshow):focus:not(:focus-visible):not(.status-loading) {
  background-color: #303030;
  border: 0px !important;
}
.input_button,
input[type="submit"],
button[type="submit"] {
  position: relative;
}
.input_button:focus-visible,
input[type="submit"]:focus-visible,
button[type="submit"]:focus-visible {
  outline: 2px dashed #808080;
}
.input_button.status-loading,
input[type="submit"].status-loading,
button[type="submit"].status-loading {
  color: rgba(255, 255, 255, 0);
}
@keyframes input_button-loading_spinner {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.input_button.status-loading::after,
input[type="submit"].status-loading::after,
button[type="submit"].status-loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  transform: translate(-50%, -50%);
  background-image: url(/dist/c108134c3abef4b4d429.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  animation: input_button-loading_spinner 1.5s infinite linear;
}
button.noshow {
  cursor: pointer;
}
button[type=submit]:not(.noshow) {
  font-size: 1.25rem;
  padding: 11px;
}
/* A semi-transparent, darker button, for user over images and backgrounds */
.shadebutton {
  padding: 10px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white!important;
  display: inline-block;
  border: 0px!important;
  font-weight: bold;
  transition: background-color;
  transition-duration: 0.3s;
}
.shadebutton:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px!important;
}
.shadebutton.light {
  background-color: rgba(0, 0, 0, 0);
}
.shadebutton.light:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
/* A button with an outline */
.outlinebutton {
  padding: 10px;
  border-radius: 3px;
  border: 2px solid white!important;
  color: white;
  display: inline-block;
  background-color: none;
  transition: color, background-color !important;
  transition-duration: 0.3s !important;
}
.outlinebutton:hover {
  color: white!important;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.5);
}
.outlinebutton.sel {
  text-shadow: none!important;
  color: #505050 !important;
  background-color: white;
}
/* A button that's just an icon */
.iconbutton {
  display: inline-block;
  width: 84px;
  text-decoration: none;
  text-align: center;
  border: none!important;
}
.iconbutton:hover {
  border: none!important;
}
.iconbutton img,
.iconbutton svg {
  display: block;
  width: 64px;
  margin: auto;
  transform: scale(0.8, 0.8);
  transition: transform;
  transition-duration: 0.3s;
}
.iconbutton:hover img,
.iconbutton:hover svg {
  transform: scale(1, 1);
}
/* A button with an icon on the left */
.button_with_icon {
  display: inline-block;
  vertical-align: middle;
  height: 3em;
  border-radius: 5px;
  background-color: black;
  color: white;
  font-weight: 600;
  transition: box-shadow, transform;
  transition-duration: 0.3s;
}
.button_with_icon > img,
.button_with_icon > svg {
  display: inline-block;
  vertical-align: middle;
  height: 1.5em;
  margin: 0.75em 0.375em 0.75em 0.75em;
}
.button_with_icon > span {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.75em;
}
.button_with_icon:hover {
  box-shadow: 0 2px 16px 2px rgba(0, 0, 0, 0.15) !important;
  transform: scale(1.1, 1.1);
}
/*
	Tacos. They're cool.
*/
.taco {
  display: inline-block;
  background-color: #808080;
  border-radius: 20px;
  padding: 5px;
  color: white;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}
/*
	Page transitions
*/
@keyframes fadeout {
  0% {
    opacity: 1;
    /* transform:scale(1,1); */
  }
  100% {
    opacity: 0;
    /* transform:scale(0.8,0.8); */
  }
}
.fadeout {
  animation-name: fadeout;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
@keyframes slidein {
  0% {
    opacity: 0;
    transform: translate(0px, 50px);
  }
  99% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
  100% {
    transform: none;
  }
}
.slidein {
  animation-name: slidein;
  animation-duration: 0.7s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
#pagecontent.pauseout {
  opacity: 0.5;
}
@keyframes faded-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
.faded {
  animation-name: faded-out;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  pointer-events: none;
}
.showhide-indicator {
  cursor: pointer;
  transition: transform;
  transition-duration: 0.3s;
}
.showhide-indicator-on {
  transform: rotate(180deg);
}
.badge {
  display: inline-block;
  background: #808080;
  color: white;
  font-weight: bold;
  padding: 2px 5px;
  border-radius: 3px;
}
small > .badge {
  padding: 3px;
  border-radius: 2px;
}
/*
	Notices
*/
@keyframes topalert {
  0% {
    max-height: 50px;
    opacity: 1;
    padding: 15px;
  }
  100% {
    padding: 0px;
    max-height: 0px;
    opacity: 0;
  }
}
#site_notices .notice {
  padding: 15px;
  background-color: #303030;
  color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  animation-name: topalert;
  animation-duration: 0.5s;
  animation-delay: 10s;
  animation-fill-mode: forwards;
  overflow: hidden;
}
#site_notices .notice-error {
  background-color: red;
  font-weight: bold;
}
#site_notices .notice-success {
  background-color: #00c15d;
  font-weight: bold;
}
.page_notices .notice {
  background-color: white;
  border-radius: 3px;
  padding: 10px;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}
.page_notices .notice-error {
  border: 2px solid red;
}
.page_notices .notice-success {
  border: 2px solid #00c15d;
}
/*
	Candidate profiles, avatars, and layouts
*/
.list_candidate .candidate_title {
  font-size: 11pt;
}
.candidates_showonlyrep .candidate_isnotrep {
  display: none;
}
.avatar {
  border: 4px solid #808080;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cansmallbio h1,
.cansmallbio h2,
.cansmallbio h3 {
  display: none;
}
@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  40% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.profile_area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.profile_area[data-candidate-id] {
  text-align: center;
}
.profile_area[data-party-id] {
  margin: 20px auto;
}
@media (max-width: 1230px) {
  .profile_area[data-party-id] {
    margin: 7px auto;
  }
}
.profile_leftnav {
  position: relative;
  width: 200px;
  padding: 10px 0 10px 10px;
  overflow: hidden auto;
  text-align: left;
}
.profile_leftnav header {
  padding: 8px;
}
.profile_leftnav #candidate_list-t3i_filters-container {
  display: none;
}
.profile_leftnav #candidate_list-t3i_filters-prompt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-radius: 3px;
  margin-bottom: 8px;
  cursor: pointer;
}
.profile_leftnav #candidate_list-t3i_filters-prompt > * {
  margin: 8px;
}
.profile_leftnav .nav-folder_area {
  display: grid;
  grid-auto-columns: 200px;
  grid-column-gap: 20px;
  margin-left: calc(0px - ((var(--nav-folder-level) - 1) * (100% + 20px)));
}
.profile_leftnav .nav-folder_area.nav-folderised {
  transition: margin-left 0.3s;
}
@media (max-width: 1250px) {
  .profile_leftnav {
    width: 150px;
  }
  .profile_leftnav .nav-folder_area {
    grid-auto-columns: 150px;
  }
}
@media (max-width: 1000px) {
  .profile_leftnav {
    display: none;
  }
}
.profile_leftnav .nav-folder-header {
  display: flex;
  align-items: center;
  border-radius: 3px;
  margin-bottom: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.profile_leftnav .nav-folder-header h3,
.profile_leftnav .nav-folder-header h4,
.profile_leftnav .nav-folder-header > div {
  flex: 1 1 auto;
}
.profile_leftnav .nav-folder-header .nav-folder-header-indicator_left,
.profile_leftnav .nav-folder-header .nav-folder-header-indicator_right {
  flex: 0 0 auto;
  width: 28px;
  opacity: 0.3;
  transition: opacity 0.3s;
}
.profile_leftnav .nav-folder-header.nav-folder-body_header {
  padding-left: 0px;
  background-color: white;
}
.profile_leftnav .nav-folder-header.nav-folder-body_header .nav-folder-header-indicator_left {
  margin-right: 5px;
}
.profile_leftnav .nav-folder-header.nav-folder-body_header .nav-folder-header-indicator_left:hover {
  opacity: 0.9;
}
.profile_leftnav .nav-folder-header:not(.nav-folder-body_header) {
  padding-right: 0px;
}
.profile_leftnav .nav-folder-header:hover {
  background-color: #f8f8f8;
}
.profile_leftnav .nav-folder-header:hover .nav-folder-header-indicator_right {
  opacity: 0.7;
}
.profile_leftnav .nav-folder-body {
  grid-column: var(--nav-folder-level) / span 1;
  grid-row: 1 / span 1;
}
.profile_leftnav .nav_candidate,
.profile_leftnav .nav_party {
  display: block;
  padding: 8px;
  margin-bottom: 5px;
  border-bottom: none !important;
  border-radius: 3px;
  font-size: 80%;
  transition: background-color 0.3s;
}
.profile_leftnav .nav_candidate.sel,
.profile_leftnav .nav_party.sel {
  border-radius: 3px;
  font-weight: 600;
}
.profile_leftnav .nav_candidate.sel .h4,
.profile_leftnav .nav_party.sel .h4 {
  font-weight: bold;
}
.profile_leftnav .nav_candidate.candidate-shortlisted::before,
.profile_leftnav .nav_party.candidate-shortlisted::before {
  content: '';
  float: right;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background-image: url(/dist/79445a4ef8204294969d.svg);
  background-repeat: no-repeat;
}
.profile_leftnav .nav_candidate.candidate-shortlisted.colour_invert::before,
.profile_leftnav .nav_party.candidate-shortlisted.colour_invert::before {
  background-image: url(/dist/45e5ca8b1cfb6d4ddb50.svg);
}
.profile_leftnav .nav_candidate:hover,
.profile_leftnav .nav_party:hover {
  background-color: #f8f8f8;
}
.profile_topnav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
}
@media (min-width: 1001px) {
  .profile_topnav {
    display: none;
  }
}
.profile_topnav > div {
  flex: 0 1 auto;
  padding: 5px;
}
.profile_topnav > .profile_nav_button {
  flex: 0 1 auto;
}
.profile_topnav .profile_nav_button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  background-color: white;
  border: none !important;
  border-radius: 30px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s, transform 0.3s;
}
.profile_topnav.profile_topnav .profile_nav_button {
  padding: 5px 8px;
}
.profile_topnav.profile_topnav .profile_nav_button-right {
  margin-left: 5px;
}
.profile_topnav.profile_topnav .profile_nav_button {
  white-space: nowrap;
}
.profile_topnav.profile_topnav .profile_nav_button span {
  flex: 0 1 auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.profile_topnav .profile_nav_button:hover {
  box-shadow: 0 2px 16px 2px rgba(0, 0, 0, 0.15);
  transform: scale(1.1);
}
.profile_topnav .profile_nav_button img {
  height: 1.6em;
}
.profile_topnav .profile_nav_button .avatar {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 6px;
  border-width: 2px;
}
.profile_table_area {
  width: 1300px;
  overflow: hidden;
  margin: 15px 15px 30px 15px;
  text-align: left;
}
[data-candidate-id] .profile_table_area {
  background-color: white;
  border-radius: 3px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 1550px) {
  .profile_table_area {
    width: 1250px;
  }
}
@media (max-width: 1500px) {
  .profile_table_area {
    width: 1200px;
  }
}
@media (max-width: 1450px) {
  .profile_table_area {
    width: 1150px;
  }
}
@media (max-width: 1400px) {
  .profile_table_area {
    width: 1100px;
  }
}
@media (max-width: 1350px) {
  .profile_table_area {
    width: 1050px;
  }
}
@media (max-width: 1300px) {
  .profile_table_area {
    width: 1000px;
  }
}
@media (max-width: 1200px) {
  .profile_table_area {
    width: 950px;
  }
}
@media (max-width: 1150px) {
  .profile_table_area {
    width: 900px;
  }
}
@media (max-width: 1100px) {
  .profile_table_area {
    width: 850px;
  }
}
@media (max-width: 1050px) {
  .profile_table_area {
    width: 800px;
  }
}
@media (max-width: 1000px) {
  .profile_table_area {
    display: block;
    width: 100%;
    margin: 0px;
    border-radius: 0px;
    box-shadow: none !important;
    overflow: visible !important;
    background: none !important;
  }
  .profile_table_area .profile_table {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  }
  .profile_table_area .profile_table .profile_middle {
    background-color: white;
  }
}
.profile_left {
  display: table-cell;
  vertical-align: top;
  width: 270px;
  overflow: hidden;
  background-color: white;
  border-right: 1px solid #e0e0e0;
}
@media (max-width: 1200px) {
  .profile_left {
    max-width: 245px;
  }
}
@media (max-width: 1100px) {
  .profile_left {
    max-width: 220px;
  }
}
@media (min-width: 800px) {
  .profile_table {
    display: flex;
    align-items: stretch;
    width: 100%;
    vertical-align: top;
  }
  .profile_left {
    flex: 0 0 auto;
    overflow: hidden;
    background-color: white;
    border-right: 1px solid #e0e0e0;
    vertical-align: top;
  }
  .profile_middle {
    flex: 1 1 auto;
    width: auto;
    vertical-align: top;
  }
}
.profile_header-title_area {
  display: flex;
  align-items: center;
  padding: 15px;
}
@media (max-width: 500px) {
  .profile_header-title_area {
    text-align: center;
    padding: 10px;
  }
}
@media (max-width: 700px) {
  .profile_header-title_area h1 {
    font-size: 24px;
  }
  .profile_header-title_area .profile_header-candidate_position {
    font-size: 10pt;
  }
}
.profile_area[data-party-id] .profile_header-title_area {
  display: block;
  padding: 20px 20px 10px 20px;
  text-align: center;
}
.profile_area[data-party-id] .profile_header-title_area h1 {
  font-size: 22pt;
}
.profile_header-title_area .profile_avatar_area {
  float: left;
  margin-right: 15px;
  width: 25%;
  max-width: 100px;
  min-height: 70px;
}
@media (max-width: 500px) {
  .profile_header-title_area .profile_avatar_area {
    margin-right: 10px;
  }
}
.profile_header-title_area .profile_header-title {
  flex: 1 1 auto;
}
.profile_header-title_area .profile-button-area {
  flex: 0 1 auto;
  margin-left: 10px;
}
@media (max-width: 700px) {
  .profile_header-title_area .profile-button-area .shadebutton {
    padding: 5px;
    font-size: 10pt;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .profile_header-title_area .profile-button-area .shadebutton {
    padding: 2px;
    font-weight: 600;
  }
}
.profile_header-tabs {
  clear: both;
  padding-left: 7px;
}
@media (max-width: 700px) {
  .profile_header-tabs {
    padding: 5px 0 0 5px;
  }
}
.profile_header h1,
.profile_header .mdtab {
  font-weight: 600;
}
.profile_header:not(.bginvert) .mdtab {
  border-bottom-color: rgba(0, 0, 0, 0.2) !important;
}
.profile_header:not(.bginvert) .mdtab.sel,
.profile_header:not(.bginvert) .mdtab:hover {
  border-bottom-color: #000000 !important;
}
.profile_header .mdtab.sel {
  font-weight: bold;
}
.profile_avatar {
  position: relative;
  /* width:270px; */
  width: 100%;
  /* height:220px; */
  /* Landscape */
  height: 270px;
  /* Square */
  border-bottom: 1px solid #e0e0e0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.profile_header .profile_avatar {
  width: 100%;
  height: 0px;
  padding-top: 100%;
  border-radius: 100%;
}
.profile_avatar .profile_avatar_edit {
  opacity: 0.85;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(/dist/561266235370ab29dacd.svg);
  background-size: 65% 65%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  border: none;
  border-radius: 3px;
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: background-color, opacity;
  transition-duration: 0.3s;
}
.profile_avatar:hover .profile_avatar_edit {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.9);
}
.profile_header .profile_avatar .profile_avatar_edit {
  bottom: -5px;
  right: -5px;
  border-radius: 100%;
  height: 35px;
  width: 35px;
}
.profile_left .profile_contact_item {
  max-width: 240px;
}
.profile_contact_website .truncateline {
  display: block;
  max-width: 200px;
  width: auto;
}
.profile_block {
  transition: box-shadow, padding, margin;
  transition-duration: 0.3s;
}
.profile_block-active {
  margin: 0 -10px;
  padding: 5px 15px 15px 15px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.profile_block-disabled {
  cursor: disabled;
  pointer-events: none;
}
.profile_block .profile_edit_area,
.profile_block .policy_edit_area,
.policy_oneliner_edit_area {
  float: right;
}
.profile_block .profile_edit_area {
  display: flex;
  align-items: center;
}
.profile_block .profile_edit_area input {
  margin-right: -5px;
  margin-top: -5px;
}
.profile_block .policy_edit_area input {
  margin-right: -10px;
  margin-top: -10px;
}
.profile_block .profile_edit_area img,
.profile_block .policy_edit_area img {
  height: 1.5em;
}
.policy_oneliner_edit_area img {
  margin-top: 7px;
  height: 1.2em;
}
.profile_block_content,
.policy_block_content {
  margin: 10px;
}
.profile_top3issues {
  margin-top: 10px;
}
.profile_top3issues > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px 5px 15px;
}
.profile_top3issues > header h2 {
  flex: 1 1 auto;
}
.profile_top3issues > header h2.h3 {
  font-weight: 600;
}
.profile_top3issues > header .profile_edit_area {
  flex: 0 0 auto;
}
.profile_top3issues-issues {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: stretch;
}
@media (max-width: 600px) {
  .profile_top3issues-issues {
    grid-template-columns: 1fr;
    padding: 3px;
  }
}
.profile_top3issues-issues:hover .profile_top3issues-issue:not(:hover) {
  opacity: 0.7;
  transform: scale(0.9);
}
.profile_top3issues-issue {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px;
  padding: 10px;
  background-color: #808080;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: transform, box-shadow, opacity;
  transition-duration: 0.3s;
}
@media (max-width: 800px) {
  .profile_top3issues-issue {
    margin: 2px;
  }
}
.profile_top3issues-issue div {
  text-align: center;
}
.profile_top3issues-issue:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 16px 2px rgba(0, 0, 0, 0.15);
  opacity: 1;
}
.profile_top3issues-editor {
  padding: 5px;
}
.profile_top3issues-editor h3 {
  padding: 5px;
  font-weight: 600;
}
.profile_top3issues-editor label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 5px;
  font-size: 110%;
  cursor: pointer;
}
.profile_top3issues-editor label span {
  flex: 1 1 auto;
  margin-left: 10px;
}
.profile_top3issues-editor-button_row {
  text-align: right;
  margin-top: 10px;
}
.profile_top3issues-editor-button_row .profile_top3issues-editor-progress {
  margin-right: 15px;
  font-size: 110%;
  font-weight: 600;
}
.profile_top3issues-editor-button_row .input_button {
  transition: background-color, font-weight, opacity;
  transition-duration: 0.3s;
}
.profile_top3issues-editor-button_row .input_button:not(.ready) {
  opacity: 0.7;
}
.profile_top3issues-editor-button_row .input_button:not(.ready):hover {
  opacity: 1;
}
.profile_top3issues-editor-button_row .input_button.ready {
  font-weight: bold;
}
.profile_bio_short_content,
.profile_whyme_short_content,
.profile_vision_short_content,
.policy_short_content {
  font-size: 14pt;
}
.profile_bio_long_content,
.profile_whyme_long_content,
.profile_vision_long_content,
.policy_long_content {
  font-size: 12pt;
}
.policy_tile:first-of-type .profile_policy_moveup,
.policy_tile:last-of-type .profile_policy_movedown {
  opacity: 0.3;
  cursor: not-allowed !important;
}
.profile_policy.policy_withbackground {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.profile_policy.policy_withcolour {
  color: white;
}
.profile_block_edit-short_area {
  display: flex;
  align-items: center;
  background-color: white;
  border: 1px solid #dadada;
  border-radius: 3px;
  transition: border, outline-color, animation;
  transition-duration: 0.3s;
}
.profile_block_edit-short_area textarea {
  flex: 1 1 auto;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 12pt;
}
.profile_block_edit-short_area .profile_block_edit-short_counter {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin: 5px;
  font-size: 8pt;
  font-weight: 600;
  color: #808080;
  background-color: white;
  border: 2px solid;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity, border-color, color;
  transition-duration: 0.2s;
}
.profile_block_edit-short_area .profile_block_edit-short_counter.notable {
  color: orange;
  font-weight: 700;
}
.profile_block_edit-short_area .profile_block_edit-short_counter.dire {
  color: red;
  font-weight: 800;
}
.profile_block_edit-short_area:hover .profile_block_edit-short_counter.relevant {
  opacity: 0.7;
}
.profile_block_edit-short_area:focus-within {
  border-color: #c0c0c0;
  animation: input-focused 10s linear infinite;
}
.profile_block_edit-short_area:focus-within .profile_block_edit-short_counter.relevant {
  opacity: 1;
}
.profile-button-shortlist {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  padding: 8px 13px;
  text-decoration: none;
  border: none !important;
  color: #303030;
  color: white;
  font-weight: 600;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s, transform 0.3s, opacity 0.3s;
}
@media (max-width: 600px) {
  .profile-button-shortlist {
    padding: 5px;
  }
}
.profile-button-shortlist:hover {
  box-shadow: 0 2px 16px 2px rgba(0, 0, 0, 0.15);
  transform: scale(1.1);
}
@media (max-width: 600px) {
  .profile-button-shortlist > span {
    display: none;
  }
}
.profile-button-shortlist.on::after {
  content: '';
  flex: 0 0 auto;
  width: 1.3em;
  height: 1.3em;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  .profile-button-shortlist.on::after {
    margin-left: 0.5em;
  }
}
@media (min-width: 600px) {
  .profile-button-shortlist.on::after {
    background-image: url(/dist/c339a48f43efc44d9806.svg);
    width: 0px;
    margin-left: 0;
    transition: width 0.3s, margin-left 0.3s;
  }
}
@media (max-width: 600px) {
  .profile-button-shortlist.on::after {
    background-image: url(/dist/dd0e5fae30f29bdab543.svg);
  }
}
.profile-button-shortlist.on:hover::after {
  width: 1.3em;
  margin-left: 0.5em;
}
.profile-button-shortlist.off {
  font-weight: bold;
}
.profile-button-shortlist.off::after {
  content: '';
  flex: 0 0 auto;
  width: 1.3em;
  height: 1.3em;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/dist/45e5ca8b1cfb6d4ddb50.svg);
}
@media (min-width: 600px) {
  .profile-button-shortlist.off::after {
    margin-left: 0.5em;
  }
}
.profile-button-shortlist.off:hover::after {
  animation-name: wiggle;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.profile-button-shortlist.loading {
  pointer-events: none;
  opacity: 0.5;
}
#profile-shortlist_area {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #e0e0e0;
  cursor: pointer;
}
#profile-shortlist_area::before {
  content: '';
  flex: 0 0 auto;
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.5em;
  background-image: url(/dist/79445a4ef8204294969d.svg);
  background-size: contain;
  background-repeat: no-repeat;
  animation-name: wiggle;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@media (min-width: 600px) {
  #profile-shortlist_area::before {
    margin-right: 0.8em;
  }
}
@keyframes halfbeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#profile-shortlist_area > div {
  flex: 1 1 auto;
}
#profile-shortlist_area > div > span {
  display: inline-block;
  animation-name: halfbeat;
  animation-duration: 0.7s;
  animation-delay: 0.2s;
}
#profile-shortlist_area > span {
  flex: 0 0 auto;
}
#profile-shortlist_area:hover .a {
  border-bottom-style: solid !important;
}
.profile-link_to_policies {
  display: block;
  padding: 15px;
  font-size: 14pt;
  font-weight: 600;
  background-color: #ffffe0;
  border: 1px solid #ffcc4d;
  border-radius: 5px;
  text-align: center;
  margin-top: 15px;
}
.policy_block_header {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}
.policy_withbackground .policy_block_header {
  background-color: rgba(0, 0, 0, 0.2);
}
.policy_withbackground .policy_block_direct_content,
.policy_withcolour .policy_block_direct_content {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 3px;
  color: #303030;
}
.policy_block_edit {
  background-color: white;
}
#edit_policy_long {
  color: #303030;
}
.policy_url_readmore_area {
  margin-top: 10px;
}
.policy_withbackground .policy_url_readmore_area,
.policy_withcolour .policy_url_readmore_area {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  padding: 5px;
}
.policy_oneliner {
  margin-top: 10px;
}
.policy_withbackground .policy_oneliner,
.policy_withcolour .policy_oneliner {
  background-color: rgba(255, 255, 255, 0.8);
  color: #303030;
  border-radius: 3px;
}
.policy_oneliner_issue {
  display: inline-block;
  padding: 5px;
  background-color: #808080;
  border-radius: 3px;
  color: white;
  font-weight: bold;
}
.policy_withbackground .policy_oneliner .policy_oneliner_issue,
.policy_withcolour .policy_oneliner .policy_oneliner_issue {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.policy_oneliner_policy {
  display: inline-block;
  padding: 5px;
}
.policy_oneliner_edit_area {
  margin-right: 5px;
}
.policy_withbackground .policy_oneliner .policy_oneliner_edit_area input[type=submit],
.policy_withcolour .policy_oneliner .policy_oneliner_edit_area input[type=submit] {
  padding: 5px;
  margin: 0px;
  font-size: 12pt;
}
.homestreamcanlist_policy {
  margin-left: 0px;
  margin-right: 0px;
}
.homestreamcanlist_policy .policy_block_header {
  padding: 7px;
  font-size: 11pt;
}
.homestreamcanlist_policy .policy_block_direct_content {
  padding: 7px;
  border-radius: 0px;
  background-color: #000000;
  color: white;
  background-color: white;
  color: #303030;
}
.homestreamcanlist_policy .policy_short_content {
  font-size: 14pt;
}
.homestreamcanlist_policy .policy_oneliner {
  margin-top: 0px;
  border-radius: 0px;
  background-color: white;
}
.homestreamcanlist_policy .policy_oneliner * {
  border-radius: 0px;
}
/*
	Layout
*/
.layout_left {
  overflow: hidden auto;
  position: fixed;
  top: 0px;
  left: -251px;
  z-index: 1002 !important;
  height: 100%;
  width: 250px;
  transition: left;
  transition-duration: 0.5s;
  display: flex;
  flex-direction: column;
}
.layout_left > * {
  flex: 0 0 auto;
}
.layout_centre {
  margin-left: 0px;
  transition: margin-left;
  transition-duration: 0.5s;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 1000px) {
  .layout_left.sidebar_open {
    left: 0px;
  }
  .layout_centre.sidebar_open {
    margin-left: 250px;
  }
}
.layout_left.sidebar_over {
  left: 0px;
}
.layout_centre main {
  flex: 1;
}
#footer {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
  align-content: end;
  grid-auto-flow: row dense;
  background-image: url(/dist/4c659937b08d710fa394.svg);
  background-size: cover;
  background-position: center bottom;
  min-height: 16.75vw;
  box-sizing: border-box;
  padding: 60px;
  color: #505050;
}
@media (max-width: 800px) {
  #footer {
    grid-template-columns: 1fr;
    grid-gap: 15px;
    padding: 15px;
  }
}
#footer #footer_statement-area {
  display: contents;
}
#footer section {
  padding: 15px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
}
#footer section h2 {
  font-size: 13pt;
  font-weight: bolder;
  margin-bottom: 5px;
}
#footer #footer-section-about {
  grid-column: 1 / span 2;
  font-size: 14pt;
}
@media (max-width: 800px) {
  #footer #footer-section-about {
    grid-column: 1 / span 1;
  }
}
#footer #footer-section-about h2 {
  font-size: 16pt;
  font-weight: bolder;
  margin-bottom: 5px;
}
#footer #footer-section-about #footer_statement {
  margin: 10px 0;
  padding: 10px;
  background-color: #faf0e0;
  border-radius: 5px;
  text-align: justify;
  font-size: 10pt;
}
#footer #footer-section-about #footer-section-about-links {
  margin-top: 10px;
  font-size: 12pt;
}
#footer #footer-section-support .button_with_icon {
  margin-top: 5px;
  font-size: 80%;
  font-weight: bold;
}
#footer #footer-section-votemate_for ul {
  margin: 0;
}
#footer #footer-section-votemate_for ul li {
  margin-top: 10px;
}
#footer #footer-section-contact ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
#footer #footer-section-contact ul li {
  margin-top: 10px;
}
#footer #footer-section-contact ul li img {
  margin-right: 5px;
}
.layout_header {
  background-color: white;
  background: none;
  position: relative;
  border-bottom: 1px solid #dadada;
}
.layout_left .layout_header {
  height: 59px;
}
.layout_left .layout_header .layout_title {
  position: absolute;
  top: 50%;
  left: 40px;
  padding: 10px 5px 10px 5px;
  transform: translate(0px, -50%);
  font-size: 14pt;
  /* font-weight: bold; */
  font-weight: 900;
}
.layout_left .layout_header .layout_title > span {
  display: inline-block;
  padding: 5px 7px 5px 7px;
  border-radius: 3px;
  transition: background-color, opacity;
  transition-duration: 0.3s;
}
.layout_left .layout_header .layout_title:hover > span {
  background-color: #f0f0f0;
}
.layout_left .layout_header .layout_title-secondary_icon img {
  position: absolute;
  top: 50%;
  right: 5px;
  height: 20px;
  transform: translate(0px, -50%);
  padding: 8px;
  border-radius: 3px;
  opacity: 0.5;
  transition: background-color, opacity;
  transition-duration: 0.3s;
}
.layout_left .layout_header .layout_title-secondary_icon img:hover {
  background-color: #f0f0f0;
  opacity: 0.9;
}
.layout_left .layout_left_content {
  flex: 1 1 auto;
  overflow-y: auto;
}
.layout_left .layout_bottom {
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  border-top: 1px solid #dadada;
  background-color: #f5f5f5;
}
.layout_left .layout_bottom > div {
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  padding: 10px;
}
.layout_left .layout_bottom > form {
  flex: 0 0 auto;
  padding: 5px;
  display: flex;
  align-items: stretch;
}
.sitelogo {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 5px;
  top: 10px;
  border: none!important;
  background-image: url(/dist/f577c3bde92b0f32e2da.svg);
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform, left, background-color !important;
  transition-duration: 0.3s !important;
}
.layout_centre .layout_header .sitelogo.signedin {
  left: 50px;
}
@media (min-width: 1000px) {
  .layout_centre.sidebar_open .layout_header .sitelogo.signedin:not(.back) {
    left: -55px;
    background-image: url(/dist/bd19be0e15a48b05c06e.png);
    background-size: 40px 40px;
  }
}
.sitelogo.back {
  left: 0px;
  transform: none;
  background-image: url(/dist/bd19be0e15a48b05c06e.png);
  background-size: 40px 40px;
}
.layout_centre.sidebar_closed .layout_header:not(.back) .headlink_sel_line {
  margin-left: 55px;
}
.layout_left .layout_header .sitelogo {
  position: relative;
  display: inline-block;
}
#sidebar_control {
  position: absolute;
  left: -5px;
  top: 0px;
  height: 32px;
  padding: 14px;
  border: none;
  cursor: pointer;
  transition: transform, left, background-color !important;
  transition-duration: 0.3s !important;
}
@media (min-width: 1000px) {
  .layout_centre.sidebar_open #sidebar_control {
    left: -55px;
  }
}
/*
	The header
*/
#header {
  display: flex;
  justify-content: space-between;
  background-color: white;
  /* Borders or shadows? */
  /*border-bottom:1px solid #e8e8e8;*/
  padding: 10px 10px 9px 10px;
  overflow-x: auto;
  overflow-y: hidden;
}
.logo {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
}
.animlogo {
  background-image: url(/dist/adb7f4d00edd2ba0d5fa.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* background-color:#F6F86D; */
  /* animation-name:animbgcolour; */
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.animlogo.withtext {
  background-image: url(/dist/eba3a04a371274b2b4ac.svg);
  width: 183px!important;
  height: 40px;
}
.animlogo.back {
  background-image: url(/dist/bd19be0e15a48b05c06e.png);
  width: 40px!important;
}
#header #userops {
  flex: 0 0 auto;
}
#header #userops a {
  vertical-align: middle;
}
#header #userops .alertbadge {
  display: inline-block;
  background-color: hotpink;
  color: white;
  height: 30px;
  width: 30px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  margin-left: -20px;
  border-radius: 100%;
  cursor: pointer;
}
#header #userops .lang_switcher {
  display: inline-block;
  color: #6a6a6a;
  background-color: #e5e5e5;
  font-weight: bold;
  border: none;
  border-radius: 3px;
  /* padding: 3px 10px 3px 10px; */
  font-size: 12pt;
  padding: 8px 5px 8px 5px;
  margin-right: 10px;
  cursor: pointer;
  transition: color, background-color;
  transition-duration: 0.3s;
}
#header #userops .lang_switcher:hover {
  color: #303030;
  background-color: #d0d0d0;
}
#headlink_area {
  flex: 1 1 auto;
  white-space: nowrap;
  margin-right: 10px;
  position: relative;
  padding: 0px!important;
  margin-left: 90px;
  transition: margin-left !important;
  transition-duration: 0.3s !important;
}
#layout:not(.signedin) #headlink_area {
  margin-left: 50px;
}
@media (min-width: 1000px) {
  .layout_centre.sidebar_open .layout_header #headlink_area:not(.back) {
    margin-left: 5px;
  }
}
#headlink_area.withtext {
  margin-left: 193px !important;
}
#header #userops,
#header #headlinks {
  height: 40px;
  line-height: 40px;
  vertical-align: center;
}
#header .userop,
#header .headlink {
  display: inline-block;
  line-height: normal;
  vertical-align: center;
}
#header .headlink {
  padding: 10px;
  padding-bottom: 6px;
  height: 40px;
  line-height: 40px;
  margin-top: -10px;
  border-bottom: 4px solid rgba(255, 255, 255, 0);
  transition: background, border-color;
  transition-duration: 0.3s;
}
#header .headlink:hover:not(.sel) {
  border-bottom: 4px solid #e0e0e0;
}
#header .headlink.elxn {
  background-color: #c0c0c0;
  color: white;
  font-weight: bolder;
}
#header .headlink.sel {
  /*background-color:#f6f6f6;*/
  /*border-bottom:4px solid #c0c0c0;
	padding-bottom:6px;*/
}
#header .headlink img {
  width: 24px;
  height: 24px;
  opacity: 0.7;
  margin-bottom: -5px;
}
#header #headlink_sel_line {
  margin-top: -4px;
  margin-bottom: -1px;
  height: 4px;
  width: 0px;
  background-color: #505050;
  transform: translate(-10px, 10px);
}
body[data-has_melded_header] #headlink_sel_line {
  opacity: 0;
}
#headerspacer {
  display: none;
}
#titlebar {
  background-color: #d0d0d0;
  text-align: center;
  opacity: 0;
  max-height: 0px;
  transition: opacity, max-height, padding, background-color;
  transition-duration: 0.5s;
}
#titlebar h2 {
  font-weight: 600;
}
#titlebar.visible {
  display: block;
  opacity: 1;
  max-height: 100px;
  padding: 5px;
}
#footline {
  height: 4px;
  background-color: #808080;
  animation-name: animbgcolour;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.powered_by-light_up_badge {
  display: inline-block;
  padding: 6px 4px;
  margin: 10px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 5px;
  transition: background-color 0.3s;
}
.powered_by-light_up_badge:hover {
  background-color: white;
}
.powered_by-light_up_badge img {
  display: block;
  height: 38px;
}
/*
	Full page loading animation
*/
@keyframes formloadback {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#formloadback {
  opacity: 0;
  background-color: #fafafa;
  position: fixed;
  z-index: 100000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  animation-name: formloadback;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes formloadback_loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#formloadback .loading {
  opacity: 0;
  color: #808080;
  font-weight: bold;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: formloadback_loading;
  animation-delay: 0.5s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
/*
	The page and its content
*/
#pagecontent {
  min-height: 75%;
  position: relative;
  /* background-color:#f9f9f9; */
  /* Borders or shadows? */
  /* box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2); */
  transition: background-color, opacity;
  transition-duration: 0.5s;
}
#pagecontent.page-loading_required_imports:before {
  content: 'Loading...';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
  padding-top: 3ex;
  box-sizing: border-box;
  background-color: #e8e8e8;
  opacity: 1;
  text-align: center;
  font-size: 150%;
}
/*
	Iframe overlay
*/
#iframelink_header {
  position: fixed;
  z-index: 9999999999999;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 100%;
  background-color: #303030;
  color: white;
}
#iframelink_iframe {
  position: fixed;
  z-index: 9999999999999;
  top: 50px;
  left: 0px;
  width: 100%;
  border: 0px;
  background-color: black;
}
/*
	Bottom bar signup overlay
*/
#bottombarsignup {
  position: fixed;
  z-index: 100;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: white;
  border-top: 4px solid #808080;
}
#bottombarsignup.back_to_guide {
  background-color: #ffffe0;
  border-top: 2px solid #ffcc4d;
}
#bottombarsignup.back_to_guide .input_button {
  border-radius: 25px;
  font-weight: 600;
  animation-name: heartbeat;
  animation-duration: 1s;
  animation-delay: 1s;
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
body.embed #bottombarsignup {
  display: none;
}
.icareabout_issue {
  font-weight: bold;
  transition: background-color, color;
  transition-duration: 0.3s;
}
.icareabout_issue.sel {
  background-color: #303030;
  color: white;
}
#election_over_notice {
  padding: 7px;
  background-color: #ffffe0;
  border-bottom: 1px solid #dadada;
  text-align: center;
}
#election_over_notice > div {
  padding: 3px;
}
body.embed #election_over_notice {
  display: none;
}
.editors_notes {
  background-color: #ffffe0;
  border: 1px solid #ffffc0;
  border-radius: 3px;
}
.editors_notes > h2 {
  padding: 15px 15px 0px 15px;
}
.editors_note {
  padding: 15px;
}
/* Displays and floating */
.fr {
  float: right;
}
.cb {
  clear: both;
}
.ib {
  display: inline-block;
}
.dblock {
  display: block;
}
.dnone {
  display: none;
}
.dflex {
  display: flex;
}
.dflex.ai-c {
  align-items: center;
}
/* Vertical alignment */
.vat {
  vertical-align: top;
}
.vam {
  vertical-align: middle;
}
.vab {
  vertical-align: bottom;
}
/* Hide items on larger screens */
@media (min-width: 1150px) {
  .max1150 {
    display: none!important;
  }
}
@media (min-width: 950px) {
  .max950 {
    display: none!important;
  }
}
@media (min-width: 800px) {
  .max800 {
    display: none!important;
  }
}
@media (min-width: 700px) {
  .max700 {
    display: none!important;
  }
}
@media (min-width: 600px) {
  .max600 {
    display: none!important;
  }
}
@media (min-width: 500px) {
  .max500 {
    display: none!important;
  }
}
@media (min-width: 450px) {
  .max450 {
    display: none!important;
  }
}
@media (min-width: 350px) {
  .max350 {
    display: none!important;
  }
}
/* Hide items on smaller screens */
@media (max-width: 1149px) {
  .min1150 {
    display: none!important;
  }
}
@media (max-width: 949px) {
  .min950 {
    display: none!important;
  }
}
@media (max-width: 799px) {
  .min800 {
    display: none!important;
  }
}
@media (max-width: 699px) {
  .min700 {
    display: none!important;
  }
}
@media (max-width: 599px) {
  .min600 {
    display: none!important;
  }
}
@media (max-width: 499px) {
  .min500 {
    display: none!important;
  }
}
@media (max-width: 449px) {
  .min450 {
    display: none!important;
  }
}
@media (max-width: 349px) {
  .min350 {
    display: none!important;
  }
}
/*
	Additional transition settings
*/
.trans_colour {
  transition: color;
  transition-duration: 0.3s;
}
body[data-has_melded_header]:not([data-is_user]) #header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  background: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  border: none;
  color: white;
  font-weight: bold;
}
body[data-has_melded_header]:not([data-is_user])[data-page=home] #header #sitelogo {
  background-image: url(/dist/82f5d2d845eb5bebf588.svg);
  filter: invert(100%);
}
body[data-has_melded_header]:not([data-is_user])[data-page=elxn] #header img {
  filter: invert(100%);
  opacity: 1;
}
body[data-has_melded_header]:not([data-is_user])[data-page=elxn] #header #sitelogo {
  background-image: url(/dist/a13643404c2ce2d40b02.svg);
  filter: invert(100%);
}
#home-multi_elxn_banner {
  display: grid;
  grid-template-rows: [info-start] auto [info-end elxns-start] 1fr [elxns-end];
  gap: 15px;
  height: 100vh;
  height: calc(100vh);
  padding: 65px 15px 15px 15px;
  box-sizing: border-box;
  background-image: url(/dist/d4ac3003d81a33052dac.svg);
}
#home-multi_elxn_banner header {
  align-self: center;
  color: white;
  font-size: 13pt;
  grid-column: 1 / -1;
}
#home-multi_elxn_banner header p {
  display: inline;
}
@media (min-width: 1051px) {
  #home-multi_elxn_banner header {
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    font-size: 18pt;
  }
  #home-multi_elxn_banner header p:first-child {
    margin-top: 0;
  }
  #home-multi_elxn_banner header p:last-child {
    margin-bottom: 0;
  }
}
#home-multi_elxn_banner nav {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  gap: 15px;
  grid-auto-flow: column;
}
@media (max-width: 1050px) {
  #home-multi_elxn_banner nav {
    grid-auto-flow: row;
  }
}
#home-multi_elxn_banner nav > a {
  display: contents;
}
#home-multi_elxn_banner nav article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: white;
  border: 5px solid white;
  border-radius: 10px;
  box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.75);
  transition: filter 0.3s, box-shadow 0.3s;
}
@media (max-width: 500px) {
  #home-multi_elxn_banner nav article {
    padding: 7px;
  }
}
#home-multi_elxn_banner nav article:hover {
  filter: brightness(1) !important;
  box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.75);
}
#home-multi_elxn_banner nav article h2 {
  padding: 10px 20px;
  background-color: white;
  border-radius: 50px;
  font-weight: bold;
  font-size: 20pt;
  box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.75);
  transition: box-shadow 0.3s;
}
@media (min-width: 900px) {
  #home-multi_elxn_banner nav article h2 {
    font-size: 22pt;
  }
}
@media (min-width: 1200px) {
  #home-multi_elxn_banner nav article h2 {
    font-size: 26pt;
  }
}
@media (max-width: 1050px) {
  #home-multi_elxn_banner nav article h2 {
    padding: 5px 10px;
  }
}
#home-multi_elxn_banner nav article:hover h2 {
  box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.75);
}
#home-multi_elxn_banner nav article div {
  padding: 10px;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 10px black;
}
@media (max-width: 1050px) {
  #home-multi_elxn_banner nav article div {
    padding: 5px 5px 0 5px;
  }
}
#home-multi_elxn_banner nav article.home-multi_elxn_banner-elxn_pane {
  background-position: center center;
  background-size: cover;
}
#home-multi_elxn_banner nav article.home-multi_elxn_banner-elxn_pane[data-elxn=bc2024] {
  justify-content: flex-end;
  background-color: #a081c6;
  background-image: url(/dist/88e29130d50997d45fef.webp);
}
#home-multi_elxn_banner nav article.home-multi_elxn_banner-elxn_pane[data-elxn=nb2024] {
  justify-content: flex-end;
  background-image: url(/dist/131baf4c5576993fd811.webp);
}
#home-multi_elxn_banner nav article.home-multi_elxn_banner-elxn_pane[data-elxn=sask2024] {
  background-image: url(/dist/4a984348d1384beec3a0.svg);
}
@media (max-width: 1050px) {
  #home-multi_elxn_banner nav article.home-multi_elxn_banner-elxn_pane {
    align-items: flex-start;
    background-position: center right;
  }
  #home-multi_elxn_banner nav article.home-multi_elxn_banner-elxn_pane[data-elxn=bc2024],
  #home-multi_elxn_banner nav article.home-multi_elxn_banner-elxn_pane[data-elxn=nb2024],
  #home-multi_elxn_banner nav article.home-multi_elxn_banner-elxn_pane[data-elxn=sask2024] {
    justify-content: space-between;
  }
  #home-multi_elxn_banner nav article.home-multi_elxn_banner-elxn_pane[data-elxn=bc2024] h2,
  #home-multi_elxn_banner nav article.home-multi_elxn_banner-elxn_pane[data-elxn=nb2024] h2,
  #home-multi_elxn_banner nav article.home-multi_elxn_banner-elxn_pane[data-elxn=sask2024] h2 {
    transform: rotate(-10deg) translate(-20px, -5px);
  }
  #home-multi_elxn_banner nav article.home-multi_elxn_banner-elxn_pane[data-elxn=bc2024] div,
  #home-multi_elxn_banner nav article.home-multi_elxn_banner-elxn_pane[data-elxn=nb2024] div,
  #home-multi_elxn_banner nav article.home-multi_elxn_banner-elxn_pane[data-elxn=sask2024] div {
    padding: 0;
  }
  #home-multi_elxn_banner nav article.home-multi_elxn_banner-elxn_pane[data-elxn=bc2024] {
    background-image: url(/dist/35b7aa68d869f891e70c.webp);
  }
  #home-multi_elxn_banner nav article.home-multi_elxn_banner-elxn_pane[data-elxn=nb2024] {
    background-image: url(/dist/9621d8d8bba6b4172e51.webp);
  }
  #home-multi_elxn_banner nav article.home-multi_elxn_banner-elxn_pane[data-elxn=sask2024] {
    background-image: url(/dist/ade7b524b68fd55e4779.svg);
  }
}
@media (max-width: 1050px) and (min-width: 500px) {
  #home-multi_elxn_banner nav article.home-multi_elxn_banner-elxn_pane[data-elxn=bc2024] h2,
  #home-multi_elxn_banner nav article.home-multi_elxn_banner-elxn_pane[data-elxn=nb2024] h2,
  #home-multi_elxn_banner nav article.home-multi_elxn_banner-elxn_pane[data-elxn=sask2024] h2 {
    transform: rotate(-10deg) translate(-30px, -15px);
  }
}
#home-multi_elxn_banner nav:hover article {
  filter: brightness(0.5);
}
#home-banner {
  position: relative;
  background-color: #505050;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  min-height: 0.1vh;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  transition: height, min-height, justify-content, padding;
  transition-duration: 0.3s;
}
#home-banner[data-election='none'] {
  animation-name: animbgcolour;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.5) 100%);
  background-position: center center;
  background-image: url(/dist/d4ac3003d81a33052dac.svg);
}
@media (max-width: 800px) {
  #home-banner[data-election='none'] {
    background-image: url(/dist/14af91e0e6e65fe6e553.svg);
  }
}
#home-banner[data-election='local2022'] {
  background-image: url(/dist/6515b8ed039932016ef0.webp);
  background-color: #a257a4;
}
#home-banner[data-election='alberta2023'] {
  background-image: url(/dist/a1f0dc2aa18ff88a48fc.webp);
  background-color: #000032;
}
@media (max-width: 800px) {
  #home-banner[data-election='alberta2023'] {
    background-image: url(/dist/ed1b545377eb678c20fa.webp);
    background-position: center center;
  }
  #home-banner[data-election='alberta2023']::before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 60%);
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
  }
}
#home-banner[data-election='pei2023'] {
  background-image: url(/dist/fa59ba04525f320aab53.webp);
  background-color: #122429;
}
@media (max-width: 800px) {
  #home-banner[data-election='pei2023'] {
    background-image: url(/dist/1c7c3d28be78f6a71b10.webp);
    background-position: center center;
  }
}
#home-banner[data-election='toronto2023'] {
  background-image: url(/dist/43e2ff57dbec1aa3a838.webp);
  background-color: #441967;
}
@media (max-width: 800px) {
  #home-banner[data-election='toronto2023'] {
    background-image: url(/dist/2ac53203340941b752b7.webp);
    background-position: center center;
    background-color: #42165e;
  }
  #home-banner[data-election='toronto2023'] #home-banner-intro {
    text-align: center !important;
  }
}
#home-banner[data-election='manitoba2023'] {
  background-image: url(/dist/f505c644831a5c05ed8c.webp);
  background-color: #47009e;
}
@media (max-width: 800px) {
  #home-banner[data-election='manitoba2023'] {
    background-image: url(/dist/de05e0ac1c5f508b7c77.webp);
    background-position: center center;
  }
}
#home-banner[data-election='bc2024'] {
  background-color: #a081c6;
  background-image: url(/dist/35b7aa68d869f891e70c.webp);
}
@media (max-width: 800px) {
  #home-banner[data-election='bc2024'] {
    background-image: url(/dist/88e29130d50997d45fef.webp);
    background-position: center center;
  }
}
#home-banner[data-election='nb2024'] {
  background-color: #6582c2;
  background-image: url(/dist/9621d8d8bba6b4172e51.webp);
}
@media (max-width: 800px) {
  #home-banner[data-election='nb2024'] {
    background-color: #4e1bff;
    background-image: url(/dist/131baf4c5576993fd811.webp);
    background-position: center center;
  }
}
#home-banner[data-election='sask2024'] {
  background-position: center center;
  background-image: url(/dist/ade7b524b68fd55e4779.svg);
  justify-content: center;
}
@media (max-width: 800px) {
  #home-banner[data-election='sask2024'] {
    background-image: url(/dist/4a984348d1384beec3a0.svg);
  }
}
#home-banner[data-election='sask2024'] #home-banner-intro {
  margin: 0 auto;
  text-align: center;
}
#home-banner[data-election='sask2024'] #home-banner-other_links {
  justify-content: center;
}
#home-banner[data-election='ns2024'] {
  background-position: center center;
  background-image: url(/dist/b2781ea790fd3541c967.svg);
  justify-content: center;
}
@media (max-width: 800px) {
  #home-banner[data-election='ns2024'] {
    background-image: url(/dist/65fef4edbf5b710d88de.svg);
  }
}
#home-banner[data-election='ns2024'] #home-banner-intro {
  margin: 0 auto;
  text-align: center;
}
#home-banner[data-election='ns2024'] #home-banner-other_links {
  justify-content: center;
}
#home-banner[data-election='ontario2025'] {
  background-position: left center;
  background-image: url(/dist/20aa81662c8ee49b4ddb.webp);
}
@media (max-width: 800px) {
  #home-banner[data-election='ontario2025'] {
    background-position: center center;
    background-image: url(/dist/8d9abf2ab7149f65662f.webp);
  }
}
#home-banner[data-election='vancouver2025'] {
  background-image: url(/dist/6515b8ed039932016ef0.webp);
  background-color: #a257a4;
}
#home-banner[data-election='canada2025'] {
  background-position: center center;
  background-image: url(/dist/1a62f68cfad2e87d828c.webp);
}
@media (max-width: 800px) {
  #home-banner[data-election='canada2025'] {
    background-position: center center;
    background-image: url(/dist/f28ffc77bcee55608d48.webp);
  }
}
#home-banner:not(.search_active) {
  min-height: 100vh;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  #home-banner:not(.search_active) {
    padding-top: 30px;
  }
}
@media (max-height: 700px) {
  #home-banner:not(.search_active) {
    padding-top: 30px;
  }
}
body.embed #home-banner {
  background: #e0e0e0;
  color: inherit;
  padding-top: 0;
}
#home-banner-content {
  flex: 0 0 auto;
  z-index: 1;
  width: 650px;
  max-width: 100%;
  padding: 10px 50px;
  box-sizing: border-box;
  font-size: 24pt;
  transition: width, font-size;
  transition-duration: 0.3s;
}
@media (max-width: 800px) {
  #home-banner-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90vh;
    height: calc(100vh - 60px);
  }
}
.search_active #home-banner-content {
  width: 100%;
  height: auto;
}
body.embed #home-banner-content {
  width: 100%;
  justify-content: center;
}
#home-banner-content #home-banner-intro {
  max-width: 550px;
  text-shadow: 3px 3px black;
  transition: opacity 0.3s;
}
.search_active #home-banner-content #home-banner-intro {
  opacity: 0;
}
body.embed #home-banner-content #home-banner-intro {
  text-shadow: none;
  text-align: center;
  max-width: 100%;
}
#home-banner-content #home-banner-intro #home-banner-hook {
  font-weight: 500;
  font-size: 133%;
  margin-bottom: 10px;
}
#home-banner-content #home-banner-intro #home-banner-hook span {
  font-weight: 600;
}
#home-banner-content #home-banner-intro #home-banner-cta {
  font-weight: 900;
  font-size: 142%;
  margin-bottom: 10px;
}
#home-banner-content #home-banner-action_buttons .input_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 40px;
  background-color: white;
  color: #303030;
  transition: transform, box-shadow;
  transition-duration: 0.3s;
}
@media (min-width: 800px) {
  #home-banner-content #home-banner-action_buttons .input_button {
    font-size: 0.75em;
  }
}
#home-banner-content #home-banner-action_buttons .input_button:hover {
  transform: scale(1.05);
  box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.75);
}
#home-banner-content #home-banner-action_buttons .input_button > b,
#home-banner-content #home-banner-action_buttons .input_button > span {
  margin: 0 5px;
}
#home-banner-content #home-banner-action_buttons .input_button > span {
  font-weight: 600;
}
#home-banner-content #home-banner-action_buttons .input_button > span b {
  font-weight: 700;
}
#home-banner-content #home-banner-action_buttons .input_button img {
  flex: 0 0 auto;
  height: 1em;
  margin-left: 5px;
  opacity: 0.85;
}
#home-banner-content #home-banner-action_buttons .input_button img[src="/img/entypo/chevron-right.svg"] {
  height: 1.5em;
  margin: 0;
}
@media (min-width: 800px) {
  #home-banner-content #home-banner-action_buttons div:not(.tile_half) > .input_button.fwi {
    font-size: 0.85em;
  }
}
#home-banner-content #home-banner-action_box_back {
  display: none;
  padding: 0 15px;
  font-weight: bold;
  text-shadow: 1px 1px 10px black;
}
body.embed #home-banner-content #home-banner-action_box_back {
  text-shadow: none;
}
#home-banner-content #home-banner-action_box_back div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#home-banner-content #home-banner-action_box_back div img {
  height: 1.3em;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  cursor: pointer;
  transition: background-color, transform;
  transition-duration: 0.3s;
}
#home-banner-content #home-banner-action_box_back div img:hover {
  background-color: white;
  transform: scale(1.2);
}
#home-banner-content #home-banner-action_box {
  display: flex;
  align-items: center;
  padding: 0px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.search_active #home-banner-content #home-banner-action_box {
  font-size: 18pt;
}
#home-banner-content #home-banner-action_box #home-banner-action_box-logo {
  flex: 0 0.5 auto;
  background-image: url(/dist/270f883671bd92bd99fc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: width, height, margin, opacity;
  transition-duration: 0.3s;
}
.search_active #home-banner-content #home-banner-action_box #home-banner-action_box-logo {
  width: 50px;
  height: 50px;
  margin: 10px 0 10px 10px;
  opacity: 1;
  cursor: pointer;
}
#home-banner-content #home-banner-action_box #home-banner-action_box-query {
  flex: 1 1 auto;
  width: 100px;
  padding: 20px;
  border: none;
  border-radius: 0;
  font-size: 100%;
  font-weight: 600;
  transition: padding 0.3s;
}
@media (max-width: 800px) {
  #home-banner-content #home-banner-action_box #home-banner-action_box-query {
    width: 100%;
  }
}
.search_active #home-banner-content #home-banner-action_box #home-banner-action_box-query {
  padding: 10px;
}
#home-banner-content #home-banner-action_box .input_button {
  animation: animbgcolour 20s linear infinite;
  flex: 0 0 auto;
  padding: 10px 15px;
  margin: 10px;
  font-size: 100%;
  font-weight: 800;
  transition: opacity, background-color, padding;
  transition-duration: 0.3s;
}
.search_active #home-banner-content #home-banner-action_box .input_button[data-hide_when_active] {
  opacity: 0;
  padding: 0;
}
body[data-embed_ctx=a_is_b_pledge] #home-banner-content #home-banner-action_box .input_button {
  animation: none;
  background-color: #66ffcc;
  color: black;
}
body[data-embed_ctx=a_is_b_pledge] #home-banner-content #home-banner-action_box .input_button:hover {
  color: #ff00ff;
}
@media (max-width: 650px) {
  #home-banner-content {
    font-size: 18pt;
    padding: 10px;
  }
  #home-banner-content #home-banner-intro {
    text-shadow: 2px 2px black;
  }
  .search_active #home-banner-content #home-banner-action_box #home-banner-action_box-logo {
    margin: 5px 0 5px 5px;
  }
  #home-banner-content #home-banner-action_box #home-banner-action_box-query {
    padding: 15px;
  }
  #home-banner-content #home-banner-action_box .input_button {
    margin: 5px;
  }
}
@media (max-height: 550px) {
  #home-banner-content {
    font-size: 18pt;
    padding: 10px;
  }
  #home-banner-content #home-banner-intro {
    text-shadow: 2px 2px black;
  }
  .search_active #home-banner-content #home-banner-action_box #home-banner-action_box-logo {
    margin: 5px 0 5px 5px;
  }
  #home-banner-content #home-banner-action_box #home-banner-action_box-query {
    padding: 15px;
  }
  #home-banner-content #home-banner-action_box .input_button {
    margin: 5px;
  }
}
@media (max-width: 550px) {
  #home-banner-content {
    font-size: 18pt;
    padding: 10px;
    font-size: 15pt;
  }
  #home-banner-content #home-banner-intro {
    text-shadow: 2px 2px black;
  }
  .search_active #home-banner-content #home-banner-action_box #home-banner-action_box-logo {
    margin: 5px 0 5px 5px;
  }
  #home-banner-content #home-banner-action_box #home-banner-action_box-query {
    padding: 15px;
  }
  #home-banner-content #home-banner-action_box .input_button {
    margin: 5px;
  }
}
@media (max-height: 450px) {
  #home-banner-content {
    font-size: 18pt;
    padding: 10px;
    font-size: 15pt;
  }
  #home-banner-content #home-banner-intro {
    text-shadow: 2px 2px black;
  }
  .search_active #home-banner-content #home-banner-action_box #home-banner-action_box-logo {
    margin: 5px 0 5px 5px;
  }
  #home-banner-content #home-banner-action_box #home-banner-action_box-query {
    padding: 15px;
  }
  #home-banner-content #home-banner-action_box .input_button {
    margin: 5px;
  }
}
#home-banner-content #home-banner-other_links {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  padding: 15px;
  font-size: 12pt;
  font-weight: 600;
}
@media (max-width: 800px) {
  #home-banner-content #home-banner-other_links {
    justify-content: center;
  }
}
body.embed #home-banner-content #home-banner-other_links {
  display: none;
}
#home-banner-content #home-banner-other_links a {
  display: inline-block;
  text-align: center;
}
#home-banner-content #home-banner-powered_by {
  margin: 10px auto 0 auto;
}
#home-banner-other_elections {
  flex: 1 1 500px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-left: auto;
  padding: 15px;
}
@media (max-width: 800px) {
  #home-banner-other_elections {
    display: none;
  }
}
@media (min-width: 1300px) {
  #home-banner-other_elections {
    max-width: 600px;
  }
}
#home-banner-other_elections .home-banner-other_election {
  flex: 1 0 250px;
  border: none !important;
  border-radius: 5px;
  overflow: hidden;
  background-color: white;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: black;
  font-weight: bold;
  font-size: 150%;
  text-align: center;
  transition: transform, box-shadow, opacity;
  transition-duration: 0.3s;
}
#home-banner-other_elections .home-banner-other_election.el-canada2021 {
  background-image: url(/dist/b3d033b9984a5cf9f559.webp);
}
#home-banner-other_elections .home-banner-other_election.el-local2022 {
  background-image: url(/dist/be9ff0bb38737009d4d7.webp);
}
#home-banner-other_elections .home-banner-other_election.el-alberta2023 {
  background-image: url(/dist/8dc3da967730f2787dec.webp);
}
#home-banner-other_elections .home-banner-other_election.el-pei2023 {
  background-image: url(/dist/181c8001ce4f658891e8.webp);
}
#home-banner-other_elections .home-banner-other_election.el-bc2024 {
  background-image: url(/dist/c8b6f2a9213f558a6447.webp);
}
#home-banner-other_elections .home-banner-other_election.el-nb2024 {
  background-image: url(/dist/25c5bfd481eafee0f18c.svg);
}
#home-banner-other_elections .home-banner-other_election.el-sask2024 {
  background-image: url(/dist/ade7b524b68fd55e4779.svg);
}
#home-banner-other_elections .home-banner-other_election.el-canada2025 {
  background-image: url(/dist/4fda1660ba720fa90a28.webp);
}
#home-banner-other_elections .home-banner-other_election.el-ontario2025 {
  background-image: url(/dist/9a94faa212e6fbf906b9.webp);
}
#home-banner-other_elections .home-banner-other_election:not(.el-all) {
  border: 3px solid white !important;
  color: white;
  text-shadow: black 1px 0 10px;
}
#home-banner-other_elections .home-banner-other_election:not(.el-all) > div {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
#home-banner-other_elections .home-banner-other_election:hover {
  transform: scale(1.1) !important;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
}
#home-banner-other_elections .home-banner-other_election > div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 150px;
  padding: 15px;
}
#home-banner-other_elections .home-banner-other_election.el-all {
  background-color: rgba(255, 255, 255, 0.5);
  color: black;
  font-weight: 900;
  text-shadow: white 0 0 10px;
}
#home-banner-other_elections .home-banner-other_election.el-all > div {
  align-items: center;
}
#home-banner-other_elections:hover .home-banner-other_election {
  transform: scale(0.9);
}
@media (min-width: 801px) {
  body:not(.embed) #home-banner[data-election='bc2024']:not(.search_active) #home-banner-content,
  body:not(.embed) #home-banner[data-election='nb2024']:not(.search_active) #home-banner-content,
  body:not(.embed) #home-banner[data-election='sask2024']:not(.search_active) #home-banner-content,
  body:not(.embed) #home-banner[data-election='ns2024']:not(.search_active) #home-banner-content,
  body:not(.embed) #home-banner[data-election='canada2025']:not(.search_active) #home-banner-content,
  body:not(.embed) #home-banner[data-election='ontario2025']:not(.search_active) #home-banner-content {
    padding: 10px;
    margin: 0 40px;
    background-color: #eaeaea;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.75);
    color: black;
  }
  body:not(.embed) #home-banner[data-election='bc2024']:not(.search_active) #home-banner-content #home-banner-intro,
  body:not(.embed) #home-banner[data-election='nb2024']:not(.search_active) #home-banner-content #home-banner-intro,
  body:not(.embed) #home-banner[data-election='sask2024']:not(.search_active) #home-banner-content #home-banner-intro,
  body:not(.embed) #home-banner[data-election='ns2024']:not(.search_active) #home-banner-content #home-banner-intro,
  body:not(.embed) #home-banner[data-election='canada2025']:not(.search_active) #home-banner-content #home-banner-intro,
  body:not(.embed) #home-banner[data-election='ontario2025']:not(.search_active) #home-banner-content #home-banner-intro {
    text-shadow: none;
  }
  body:not(.embed) #home-banner[data-election='bc2024']:not(.search_active) #home-banner-content #home-banner-action_buttons .input_button,
  body:not(.embed) #home-banner[data-election='nb2024']:not(.search_active) #home-banner-content #home-banner-action_buttons .input_button,
  body:not(.embed) #home-banner[data-election='sask2024']:not(.search_active) #home-banner-content #home-banner-action_buttons .input_button,
  body:not(.embed) #home-banner[data-election='ns2024']:not(.search_active) #home-banner-content #home-banner-action_buttons .input_button,
  body:not(.embed) #home-banner[data-election='canada2025']:not(.search_active) #home-banner-content #home-banner-action_buttons .input_button,
  body:not(.embed) #home-banner[data-election='ontario2025']:not(.search_active) #home-banner-content #home-banner-action_buttons .input_button {
    border: 3px solid black !important;
  }
  body:not(.embed) #home-banner[data-election='bc2024']:not(.search_active) #home-banner-content #home-banner-action_box_back,
  body:not(.embed) #home-banner[data-election='nb2024']:not(.search_active) #home-banner-content #home-banner-action_box_back,
  body:not(.embed) #home-banner[data-election='sask2024']:not(.search_active) #home-banner-content #home-banner-action_box_back,
  body:not(.embed) #home-banner[data-election='ns2024']:not(.search_active) #home-banner-content #home-banner-action_box_back,
  body:not(.embed) #home-banner[data-election='canada2025']:not(.search_active) #home-banner-content #home-banner-action_box_back,
  body:not(.embed) #home-banner[data-election='ontario2025']:not(.search_active) #home-banner-content #home-banner-action_box_back {
    text-shadow: none !important;
  }
}
@media (max-width: 800px) {
  body:not(.embed) #home-banner[data-election='bc2024'] #home-banner-content,
  body:not(.embed) #home-banner[data-election='nb2024'] #home-banner-content,
  body:not(.embed) #home-banner[data-election='sask2024'] #home-banner-content,
  body:not(.embed) #home-banner[data-election='ns2024'] #home-banner-content,
  body:not(.embed) #home-banner[data-election='canada2025'] #home-banner-content,
  body:not(.embed) #home-banner[data-election='ontario2025'] #home-banner-content {
    margin-top: 10px;
  }
  body:not(.embed) #home-banner[data-election='bc2024'] #home-banner-content #home-banner-intro,
  body:not(.embed) #home-banner[data-election='nb2024'] #home-banner-content #home-banner-intro,
  body:not(.embed) #home-banner[data-election='sask2024'] #home-banner-content #home-banner-intro,
  body:not(.embed) #home-banner[data-election='ns2024'] #home-banner-content #home-banner-intro,
  body:not(.embed) #home-banner[data-election='canada2025'] #home-banner-content #home-banner-intro,
  body:not(.embed) #home-banner[data-election='ontario2025'] #home-banner-content #home-banner-intro {
    padding: 10px 15px;
    background-color: #eaeaea;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.75);
    color: black;
    text-shadow: none;
  }
  body:not(.embed) #home-banner[data-election='bc2024'] #home-banner-content #home-banner-intro #home-banner-hook,
  body:not(.embed) #home-banner[data-election='nb2024'] #home-banner-content #home-banner-intro #home-banner-hook,
  body:not(.embed) #home-banner[data-election='sask2024'] #home-banner-content #home-banner-intro #home-banner-hook,
  body:not(.embed) #home-banner[data-election='ns2024'] #home-banner-content #home-banner-intro #home-banner-hook,
  body:not(.embed) #home-banner[data-election='canada2025'] #home-banner-content #home-banner-intro #home-banner-hook,
  body:not(.embed) #home-banner[data-election='ontario2025'] #home-banner-content #home-banner-intro #home-banner-hook {
    margin: 0;
    font-size: 110% !important;
  }
}
#home-riding_select {
  box-sizing: border-box;
  min-height: calc(100vh - 90px);
}
#home-riding_select-results .riding_results-no_results {
  font-size: 16pt;
  margin: 15px;
  text-align: center;
}
#home-riding_select-results .riding_results-warning {
  padding: 20px;
  margin: 5px 0 15px 0;
  background-color: pink;
  border-radius: 3px;
  font-size: 14pt;
}
#home-riding_select-results .riding_result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin: 5px 0 15px 0;
}
#home-riding_select-results .riding_result-content,
#home-riding_select-results .riding_result-button {
  margin: 10px;
}
#home-riding_select-results .riding_result-content {
  flex: 1 1 auto;
}
#home-riding_select-results .riding_result-content h3 {
  font-size: 20pt;
  font-weight: bold;
}
@media (max-width: 500px) {
  #home-riding_select-results .riding_result-content h3 {
    font-size: 16pt;
  }
}
#home-riding_select-results .riding_result-content h3 div {
  font-size: 12pt;
  font-weight: 600;
}
#home-riding_select-results .riding_result-button {
  flex: 0 0 auto;
  font-size: 14pt;
  font-weight: bold;
  animation: animbgcolour 20s linear infinite;
  transition: transform 0.3s;
}
body[data-embed_ctx=a_is_b_pledge] #home-riding_select-results .riding_result-button {
  animation: none;
  background-color: #66ffcc;
  color: black;
}
body[data-embed_ctx=a_is_b_pledge] #home-riding_select-results .riding_result-button:hover {
  color: #ff00ff;
}
#home-riding_select-results .riding_result:hover .riding_result-button {
  transform: scale(1.1);
}
#home-riding_select-results .riding_results-see_all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 10px 0;
  padding: 20px;
  font-size: 16pt;
}
#home-riding_select-results .riding_results-see_all .input_button {
  font-weight: bold;
}
#home-riding_select-grid[data-election_type=parliamentary] .riding_card {
  padding-bottom: 25%;
}
/******************************************************************************/
#elxn_home-header {
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  justify-items: center;
  padding: 20px 15px 0 15px;
}
#elxn_home-header img {
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  max-width: 550px;
  max-height: 175px;
}
#elxn_home-header h1 {
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}
.platform_area .issue-category {
  background-color: #fafafa;
  border-top: 1px solid #e0e0e0;
}
.platform_area .issue-category > header,
.platform_area .issue-category > a > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  background: #efefef;
  background: linear-gradient(0deg, rgba(239, 239, 239, 0) 0%, #efefef 100%);
}
.platform_area .issue-category > header h2,
.platform_area .issue-category > a > header h2 {
  font-size: 26px;
  font-weight: bold;
}
.platform_area .issue-category > header .input_button,
.platform_area .issue-category > a > header .input_button {
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.platform_area .issue-category > header .input_button img,
.platform_area .issue-category > a > header .input_button img {
  height: 1.3em;
}
.platform_area .issue-category > header .input_button span,
.platform_area .issue-category > a > header .input_button span {
  font-weight: bold;
}
@media (max-width: 600px) {
  .platform_area .issue-category > header .input_button span,
  .platform_area .issue-category > a > header .input_button span {
    display: none;
  }
}
.platform_area .issue-category > header:hover .input_button,
.platform_area .issue-category > a > header:hover .input_button {
  opacity: 1;
}
.platform_area .issue-category > .issue-category-body {
  padding-bottom: 20px;
}
.platform_area .issue-topic > header,
.platform_area .issue-topic > a > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 25px 0px 25px;
}
.platform_area .issue-topic > header h3,
.platform_area .issue-topic > a > header h3 {
  font-size: 24px;
  font-weight: 600;
}
.platform_area .issue-topic > header .input_button,
.platform_area .issue-topic > a > header .input_button {
  opacity: 0.6;
  transition: opacity 0.3s;
}
.platform_area .issue-topic > header .input_button img,
.platform_area .issue-topic > a > header .input_button img {
  display: block;
  height: 1.3em;
}
.platform_area .issue-topic > header:hover .input_button,
.platform_area .issue-topic > a > header:hover .input_button {
  opacity: 1;
}
.platform_area .issue-policies-candidate_and_party_area {
  display: grid;
  grid-auto-columns: 1fr;
  padding: 0 10px;
}
.platform_area .issue-policies-candidate_and_party_area .issue-policies_block:nth-child(2) {
  grid-column: 2;
}
.platform_area .issue-policies_block {
  padding: 0px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
  background-color: white;
}
.platform_area .issue-policies_block > header > div {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.75);
}
.platform_area .issue-policies_block > header h4 {
  font-size: 18px;
}
.platform_area .issue-policies_block > header h4 b {
  font-weight: 600;
}
.platform_area .issue-policies_block > .issue-policies_block-policies {
  padding: 10px;
}
.platform_area .issue-policies_block > .issue-policies_block-approach {
  padding: 10px;
  border-top: 1px solid #e0e0e0;
}
.platform_area .issue-policies_block .policy {
  position: relative;
  padding: 5px 5px 5px 20px;
  border-radius: 3px;
}
.platform_area .issue-policies_block .policy::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #d0d0d0;
  border-radius: 100%;
}
.platform_area .issue-policies_block .policy .policy-content_short {
  font-size: 20px;
}

#header #userops .lang_switcher {
  display: inline-block;
  color: #6a6a6a;
  background-color: #e5e5e5;
  border: none;
  border-radius: 3px;
  font-size: 12pt;
  font-weight: bold;
  padding: 8px 5px 8px 5px;
  margin-right: 10px;
  cursor: pointer;
  transition: color, background-color;
  transition-duration: 0.3s;
}
#header #userops .lang_switcher:hover {
  color: #303030;
  background-color: #d0d0d0;
}
.content_lang_switcher {
  float: right;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 3px 6px 3px 6px;
  margin: 8px;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity, background-color;
  transition-duration: 0.3s;
}
.content_lang_switcher:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.toast {
  position: fixed;
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0px);
  z-index: 1004;
  max-width: calc(100% - 30px);
  box-sizing: border-box;
  padding: 15px;
  background-color: #808080;
  border-radius: 3px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
  color: white;
  font-weight: bold;
  text-align: center;
}
.toast[data-type=success] {
  background-color: #2bb56b;
}
.toast[data-type=fail] {
  background-color: #fc3e35;
}

.form-error_area {
  padding: 10px;
  border: 1px solid;
  border-radius: 3px;
  display: none;
  background-color: #ffe0eb;
  border-color: #ffc0cb;
}
.form-success_area {
  padding: 10px;
  border: 1px solid;
  border-radius: 3px;
  display: none;
  background-color: #e0ffe0;
  border-color: #c0f0c0;
}

input,
select,
textarea,
div[contenteditable]:not(.ql-editor) {
  box-sizing: border-box;
  padding: 10px;
  font-family: 'Open Sans', Ubuntu, Arial, sans-serif;
  font-size: 1.25rem;
  background-color: white;
  border: 1px solid #dadada;
  border-radius: 3px;
  transition: border, outline-color, animation;
  transition-duration: 0.3s;
}
input:hover,
select:hover,
textarea:hover,
div[contenteditable]:not(.ql-editor):hover {
  border-color: #b0b0b0;
}
@keyframes input-focused {
  0% {
    border-color: #E53C35;
  }
  33% {
    border-color: #92F66C;
  }
  66% {
    border-color: #55A6F6;
  }
  100% {
    border-color: #E53C35;
  }
}
input:focus:not(select),
select:focus:not(select),
textarea:focus:not(select),
div[contenteditable]:not(.ql-editor):focus:not(select) {
  outline: none;
  animation: input-focused 10s linear infinite;
}
input:disabled,
select:disabled,
textarea:disabled,
div[contenteditable]:not(.ql-editor):disabled,
input[readonly],
select[readonly],
textarea[readonly],
div[contenteditable]:not(.ql-editor)[readonly] {
  background-color: #dadada;
  color: #808080;
  cursor: not-allowed;
}
input.fwi,
select.fwi,
textarea.fwi,
div[contenteditable].fwi,
button.fwi,
.input_button.fwi {
  box-sizing: border-box;
  min-width: 100%;
  max-width: 100%;
}
label {
  user-select: none;
}
.input_cont[data-has-label] {
  position: relative;
  margin-top: 2ex;
}
.input_cont[data-has-label][data-label-style=md] {
  margin-top: 0.5ex;
}
.label_style-tab.input_cont[data-has-label] input:not(:placeholder-shown),
.label_style-tab.input_cont[data-has-label] select:not(:placeholder-shown),
.label_style-tab.input_cont[data-has-label] textarea:not(:placeholder-shown),
.label_style-tab.input_cont[data-has-label] div[contenteditable]:not(:placeholder-shown),
.label_style-tab.input_cont[data-has-label] input[data-has-placeholder],
.label_style-tab.input_cont[data-has-label] select[data-has-placeholder],
.label_style-tab.input_cont[data-has-label] textarea[data-has-placeholder],
.label_style-tab.input_cont[data-has-label] div[contenteditable][data-has-placeholder],
.label_style-tab.input_cont[data-has-label] input:focus,
.label_style-tab.input_cont[data-has-label] select:focus,
.label_style-tab.input_cont[data-has-label] textarea:focus,
.label_style-tab.input_cont[data-has-label] div[contenteditable]:focus {
  border-top-left-radius: 0px;
}
.input_cont[data-has-label] input ~ label,
.input_cont[data-has-label] select ~ label,
.input_cont[data-has-label] textarea ~ label,
.input_cont[data-has-label] div[contenteditable] ~ label {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #808080;
  cursor: text;
  transition: top, left, transform, padding, background, color, border, font-size;
  transition-duration: 0.2s;
}
.input_cont[data-has-label] input:not(:placeholder-shown) ~ label,
.input_cont[data-has-label] select:not(:placeholder-shown) ~ label,
.input_cont[data-has-label] textarea:not(:placeholder-shown) ~ label,
.input_cont[data-has-label] div[contenteditable]:not(:placeholder-shown) ~ label,
.input_cont[data-has-label] input[data-has-placeholder] ~ label,
.input_cont[data-has-label] select[data-has-placeholder] ~ label,
.input_cont[data-has-label] textarea[data-has-placeholder] ~ label,
.input_cont[data-has-label] div[contenteditable][data-has-placeholder] ~ label,
.input_cont[data-has-label] input:focus ~ label,
.input_cont[data-has-label] select:focus ~ label,
.input_cont[data-has-label] textarea:focus ~ label,
.input_cont[data-has-label] div[contenteditable]:focus ~ label {
  left: 8px;
  top: -2px;
  padding: 0px 2px 0px 2px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #6a6a6a;
  cursor: pointer;
  /* { Label style: tab */
  /* } Label style: tab */
  /* { Label style: md (material design) */
  /* } Label style: md (material design) */
  /* { Label style: outside (default) */
  /* } Label style: outside (default) */
}
[data-label-style=tab].input_cont[data-has-label] input:not(:placeholder-shown) ~ label,
[data-label-style=tab].input_cont[data-has-label] select:not(:placeholder-shown) ~ label,
[data-label-style=tab].input_cont[data-has-label] textarea:not(:placeholder-shown) ~ label,
[data-label-style=tab].input_cont[data-has-label] div[contenteditable]:not(:placeholder-shown) ~ label,
[data-label-style=tab].input_cont[data-has-label] input[data-has-placeholder] ~ label,
[data-label-style=tab].input_cont[data-has-label] select[data-has-placeholder] ~ label,
[data-label-style=tab].input_cont[data-has-label] textarea[data-has-placeholder] ~ label,
[data-label-style=tab].input_cont[data-has-label] div[contenteditable][data-has-placeholder] ~ label,
[data-label-style=tab].input_cont[data-has-label] input:focus ~ label,
[data-label-style=tab].input_cont[data-has-label] select:focus ~ label,
[data-label-style=tab].input_cont[data-has-label] textarea:focus ~ label,
[data-label-style=tab].input_cont[data-has-label] div[contenteditable]:focus ~ label {
  top: 1px;
  left: 0;
  transform: translateY(-100%);
  line-height: 1;
  background: white;
  color: #505050;
  padding: 5px 10px 0px 10px;
  border: 1px solid #dadada;
  border-bottom: 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
[data-label-style=md].input_cont[data-has-label] input:not(:placeholder-shown) ~ label,
[data-label-style=md].input_cont[data-has-label] select:not(:placeholder-shown) ~ label,
[data-label-style=md].input_cont[data-has-label] textarea:not(:placeholder-shown) ~ label,
[data-label-style=md].input_cont[data-has-label] div[contenteditable]:not(:placeholder-shown) ~ label,
[data-label-style=md].input_cont[data-has-label] input[data-has-placeholder] ~ label,
[data-label-style=md].input_cont[data-has-label] select[data-has-placeholder] ~ label,
[data-label-style=md].input_cont[data-has-label] textarea[data-has-placeholder] ~ label,
[data-label-style=md].input_cont[data-has-label] div[contenteditable][data-has-placeholder] ~ label,
[data-label-style=md].input_cont[data-has-label] input:focus ~ label,
[data-label-style=md].input_cont[data-has-label] select:focus ~ label,
[data-label-style=md].input_cont[data-has-label] textarea:focus ~ label,
[data-label-style=md].input_cont[data-has-label] div[contenteditable]:focus ~ label {
  background-image: linear-gradient(to bottom, #fff, #fff);
  background-size: 100% 9px;
  background-repeat: no-repeat;
  background-position: bottom;
}
[data-label-style=outside].input_cont[data-has-label] input:not(:placeholder-shown) ~ label,
[data-label-style=outside].input_cont[data-has-label] select:not(:placeholder-shown) ~ label,
[data-label-style=outside].input_cont[data-has-label] textarea:not(:placeholder-shown) ~ label,
[data-label-style=outside].input_cont[data-has-label] div[contenteditable]:not(:placeholder-shown) ~ label,
[data-label-style=outside].input_cont[data-has-label] input[data-has-placeholder] ~ label,
[data-label-style=outside].input_cont[data-has-label] select[data-has-placeholder] ~ label,
[data-label-style=outside].input_cont[data-has-label] textarea[data-has-placeholder] ~ label,
[data-label-style=outside].input_cont[data-has-label] div[contenteditable][data-has-placeholder] ~ label,
[data-label-style=outside].input_cont[data-has-label] input:focus ~ label,
[data-label-style=outside].input_cont[data-has-label] select:focus ~ label,
[data-label-style=outside].input_cont[data-has-label] textarea:focus ~ label,
[data-label-style=outside].input_cont[data-has-label] div[contenteditable]:focus ~ label,
:not([data-label-style=tab]):not([data-label-style=md]).input_cont[data-has-label] input:not(:placeholder-shown) ~ label,
:not([data-label-style=tab]):not([data-label-style=md]).input_cont[data-has-label] select:not(:placeholder-shown) ~ label,
:not([data-label-style=tab]):not([data-label-style=md]).input_cont[data-has-label] textarea:not(:placeholder-shown) ~ label,
:not([data-label-style=tab]):not([data-label-style=md]).input_cont[data-has-label] div[contenteditable]:not(:placeholder-shown) ~ label,
:not([data-label-style=tab]):not([data-label-style=md]).input_cont[data-has-label] input[data-has-placeholder] ~ label,
:not([data-label-style=tab]):not([data-label-style=md]).input_cont[data-has-label] select[data-has-placeholder] ~ label,
:not([data-label-style=tab]):not([data-label-style=md]).input_cont[data-has-label] textarea[data-has-placeholder] ~ label,
:not([data-label-style=tab]):not([data-label-style=md]).input_cont[data-has-label] div[contenteditable][data-has-placeholder] ~ label,
:not([data-label-style=tab]):not([data-label-style=md]).input_cont[data-has-label] input:focus ~ label,
:not([data-label-style=tab]):not([data-label-style=md]).input_cont[data-has-label] select:focus ~ label,
:not([data-label-style=tab]):not([data-label-style=md]).input_cont[data-has-label] textarea:focus ~ label,
:not([data-label-style=tab]):not([data-label-style=md]).input_cont[data-has-label] div[contenteditable]:focus ~ label {
  transform: translateY(-100%);
  line-height: 1;
  padding-bottom: 2px;
}
.input_cont[data-has-label] input:focus ~ label,
.input_cont[data-has-label] select:focus ~ label,
.input_cont[data-has-label] textarea:focus ~ label,
.input_cont[data-has-label] div[contenteditable]:focus ~ label {
  background-size: 100% 9px;
  animation: input-focused 10s linear infinite;
  color: #707070;
}
.input_cont[data-has-label] input:hover:not(:focus) ~ label,
.input_cont[data-has-label] select:hover:not(:focus) ~ label,
.input_cont[data-has-label] textarea:hover:not(:focus) ~ label,
.input_cont[data-has-label] div[contenteditable]:hover:not(:focus) ~ label {
  border-color: #b0b0b0 !important;
}
/**
 * Submit buttons
 */
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
/**
 * Checkboxes
 */
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  vertical-align: center;
  margin-bottom: -5px;
  cursor: pointer;
  transition: border, background-color, color;
  transition-duration: 0.3s;
}
input[type=checkbox]:active,
input[type=checkbox]:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
input[type=checkbox]:checked {
  background-color: #808080;
  border: 1px solid #101010;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: white;
}
input[type=checkbox]:checked:after {
  content: '\2714';
  font-size: 20px;
  position: absolute;
  top: -6px;
  left: 5px;
  color: white;
}
input[type=checkbox]:focus {
  border-color: #0BA0F8;
}
/**
 * Checkboxes
 */
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  vertical-align: center;
  padding: 0.2em;
  background-color: white;
  border: 2px solid #c0c0c0;
  border-radius: 50%;
  cursor: pointer;
  transition: border, background-color, color;
  transition-duration: 0.3s;
}
input[type=radio]::after {
  content: ' ';
  display: block;
  height: 0.6em;
  width: 0.6em;
  border-radius: 0.3em;
  transition: background-color 0.3s;
}
input[type=radio]:hover {
  border-color: #a0a0a0;
}
input[type=radio]:hover::after {
  background-color: #e0e0e0;
}
input[type=radio]:checked {
  border-color: #00b885;
}
input[type=radio]:checked::after {
  background-color: #00b885;
}
input[type=radio]:focus:not(:focus-visible) {
  animation: none;
}
/**
 * <div>s with the `contenteditable` attribute on them
 */
div[contenteditable] {
  min-height: 50px;
}
div[contenteditable][placeholder]:empty::before {
  content: attr(placeholder);
  color: #555;
}
div[contenteditable][placeholder]:empty:focus::before {
  content: "";
}
/**
 * Taco-style checkboxes and labels
 */
.taco_checkbox > input {
  display: none;
}
.taco_checkbox > span {
  display: inline-block;
  padding: 5px 10px;
  margin: 3px 0;
  color: #606060;
  background-color: white;
  border: 1px solid #808080;
  border-style: solid !important;
  border-radius: 20px;
  cursor: pointer;
  transition: border-color, color, background-color, box-shadow, opacity, font-weight;
  transition-duration: 0.3s;
}
.taco_checkbox > span:hover {
  box-shadow: black 0px 0px 5px -2px;
  text-decoration: none;
}
.taco_checkbox > input:checked + span {
  color: white;
  font-weight: bold;
  background-color: #505050;
  border-color: #505050;
}
.switch {
  display: inline-block;
  vertical-align: middle;
  --bg-colour-off: #b0b0b0;
  --dot-colour-off: #ffffff;
  --bg-colour-on: #505050;
  --dot-colour-on: #ffffff;
  width: 2em;
  height: 1.25em;
  padding: 0.25em;
  background-color: var(--bg-colour-off);
  border-radius: 1em;
  transition: background-color 0.3s;
}
.switch::before {
  content: '';
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-color: var(--dot-colour-off);
  border-radius: 0.75em;
  opacity: 0.9;
  transition: margin, background-color, opacity, transform;
  transition-duration: 0.3s;
}
.switch.on {
  background-color: var(--bg-colour-on);
}
.switch.on::before {
  background-color: var(--dot-colour-on);
  margin-left: 0.75em;
}
.switch:hover::before {
  opacity: 1;
  transform: scale(1.1);
}

/*
	Multiple selection inputs
*/
.multi_taco_select-op {
  display: inline-block;
  padding: 5px;
  color: #606060;
  background-color: white;
  border: 1px solid #808080;
  border-style: solid !important;
  border-radius: 20px;
  margin: 5px 2px 5px 2px;
  transition: border-color, color, background-color, box-shadow, opacity !important;
  transition-duration: 0.3s !important;
}
.multi_taco_select-op:hover {
  box-shadow: black 0px 0px 5px -2px;
  text-decoration: none;
}
.multi_taco_select-op.multi_taco_select-off {
  color: #606060 !important;
  background-color: white;
  border-color: #808080;
  opacity: 0.7;
}
.multi_taco_select-op.multi_taco_select-off:hover {
  opacity: 1;
}
.multi_taco_select-op.multi_taco_select-on {
  color: white !important;
  background-color: #808080;
  border-color: #808080;
}

.expandable {
  resize: none;
}

/*
	Sidebar
*/
#sidebar {
  display: none;
}
.sidebar {
  background-color: white;
  border-right: 1px solid #dadada;
}
.sidebarbackground {
  background-color: black;
  position: fixed;
  top: 0px;
  left: -1px;
  width: 0px;
  height: 100%;
  z-index: 1001;
  opacity: 0;
  transition: opacity;
  transition-duration: 0.5s;
  cursor: pointer;
}
.sidebarbackground.sidebar_over {
  left: 0px;
  width: 100%;
  opacity: 0.3;
}
.sidebar_row {
  display: flex;
  align-items: stretch;
}
.sidebar_item,
.sidebar_list_item {
  display: flex;
  align-items: stretch;
  flex-grow: 1;
  border: none !important;
  transition: background-color;
  transition-duration: 0.3s;
}
.sidebar_item:hover,
.sidebar_list_item:hover {
  background-color: #f1f1f1;
}
.sidebar_item .sidebar_item-icon,
.sidebar_list_item .sidebar_item-icon,
.sidebar_item .sidebar_item-avatar,
.sidebar_list_item .sidebar_item-avatar {
  flex: 0 0 30px;
  height: 30px;
  margin: 10px 7px 10px 10px;
  background-image: var(--icon);
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform;
  transition-duration: 0.3s;
}
.sidebar_item .sidebar_item-icon,
.sidebar_list_item .sidebar_item-icon {
  background-size: 1.3pc;
}
.sidebar_item .sidebar_item-avatar,
.sidebar_list_item .sidebar_item-avatar {
  background-size: cover;
  border-radius: 100%;
}
.sidebar_item:hover .sidebar_item-icon,
.sidebar_list_item:hover .sidebar_item-icon,
.sidebar_item:hover .sidebar_item-avatar,
.sidebar_list_item:hover .sidebar_item-avatar {
  transform: scale(1.2);
}
.sidebar_item .sidebar_item-title,
.sidebar_list_item .sidebar_item-title {
  display: flex;
  align-items: center;
  flex-grow: 1;
  padding: 5px;
}
.sidebar_list_item .sidebar_item-icon {
  margin: 5px 7px 5px 10px;
  background-image: var(--icon);
  background-size: 1pc;
  background-position: center center;
  background-repeat: no-repeat;
}
.sidebar_section-expand {
  flex: 0 0 40px;
  background-image: url(/dist/d512dccfa7269918f356.svg);
  background-size: 1.5pc;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: background-color;
  transition-duration: 0.3s;
}
.sidebar_section-expand:hover {
  background-color: #f1f1f1;
}
.sidebar_section .sidebar_item {
  font-weight: bold;
}
.sidebar_section > .sidebar_list {
  height: auto;
  max-height: 0px;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
  transition: height, max-height, padding-bottom, border-bottom;
  transition-duration: 0.3s;
}
.sidebar_section_open .sidebar_section-expand {
  background-image: url(/dist/9c48c92e1371e7985a5b.svg);
}
.sidebar_section_open > .sidebar_list {
  height: auto;
  max-height: none;
  padding-bottom: 10px;
}

/*
	Tabs
*/
.mdtab {
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 2px solid #dadada !important;
  outline: none;
  transition: border-bottom !important;
  transition-duration: 0.3s !important;
}
.mdtab:hover:not(.unhoverable),
.mdtab.sel {
  border-bottom: 2px solid #808080 !important;
}
.bginvert .mdtab {
  border-bottom-color: rgba(255, 255, 255, 0.3) !important;
}
.bginvert .mdtab:hover,
.bginvert .mdtab.sel {
  border-bottom-color: rgba(255, 255, 255, 0.85) !important;
}
.cardtab {
  display: inline-block;
  vertical-align: bottom;
  padding: 7px 10px 7px 10px;
  margin-right: 5px;
  box-sizing: border-box;
  background: none;
  border: none !important;
  border-radius: 5px 5px 0px 0px;
  outline: none;
  color: #505050;
  font-weight: 600;
  transition: font-weight, background-color, color, box-shadow !important;
  transition-duration: 0.3s !important;
}
@media (max-width: 600px) {
  .cardtab {
    padding: 7px;
    margin-right: 2px;
  }
}
.cardtab .tab_icon,
.cardtab .tab_label {
  display: inline-block;
  vertical-align: middle;
}
.cardtab .tab_icon {
  height: 1.5em;
  margin-right: 7px;
  filter: invert(35%);
  transition: filter;
  transition-duration: 0.3s;
}
@media (max-width: 600px) {
  .cardtab .tab_icon {
    margin-right: 4px;
  }
}
.cardtab:hover:not(.unhoverable):not(.sel),
.cardtab.sel {
  background-color: #f8f8f8;
  color: #2a2a2a !important;
}
.cardtab:hover:not(.unhoverable):not(.sel) .tab_icon,
.cardtab.sel .tab_icon {
  filter: invert(20%);
}
.cardtab.sel {
  box-shadow: none;
  background-color: white;
}

.hor_scroll {
  position: relative;
}
.hor_scroll-content {
  overflow: auto visible;
  white-space: nowrap;
}
.hor_scroll::before,
.hor_scroll::after {
  content: '';
  color: #ffffff;
  /* <- override `colour` to change the gradient's colour */
  position: absolute;
  display: block;
  top: 0px;
  width: 50px;
  height: 100%;
  background-color: red;
  transition: width;
  transition-duration: 0.3s;
}
.hor_scroll::before {
  left: 0px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, currentColor 100%);
}
.hor_scroll-at_start.hor_scroll::before {
  width: 0px;
}
.hor_scroll::after {
  right: 0px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, currentColor 100%);
}
.hor_scroll-at_end.hor_scroll::after {
  width: 0px;
}
.hor_scroll-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%) scale(1);
  width: 28px;
  height: 28px;
  background-color: white;
  border: 2px solid #808080;
  border-radius: 100%;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: transform, box-shadow, opacity, border-color;
  transition-duration: 0.3s;
}
.hor_scroll-button::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  opacity: 0.6;
  transition: opacity;
  transition-duration: 0.3s;
}
.hor_scroll-button:hover {
  transform: translateY(-50%) scale(1.2);
  box-shadow: 0 2px 16px 2px rgba(0, 0, 0, 0.15);
  border-color: #505050;
}
.hor_scroll-button:hover::after {
  opacity: 0.8;
}
.hor_scroll-button-left {
  left: 0px;
}
.hor_scroll-button-left::after {
  background-image: url(/dist/11d283e35ec4f04f64c1.svg);
}
.hor_scroll-at_start .hor_scroll-button-left {
  transform: translateY(-50%) scale(0);
  opacity: 0;
}
.hor_scroll-button-right {
  right: 0px;
}
.hor_scroll-button-right::after {
  background-image: url(/dist/c0f3f0c2990c145481a5.svg);
}
.hor_scroll-at_end .hor_scroll-button-right {
  transform: translateY(-50%) scale(0);
  opacity: 0;
}

.unexpanded {
  display: none;
}
.unexpanded.expanded {
  display: block;
}

.card {
  display: inline-block;
}
.card:not(.tile) {
  min-width: 300px;
}
.card .card-card {
  margin: 5px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #f8f8f8;
  border: 1px solid #dadada;
  border-radius: 5px;
  text-align: center;
  transition: box-shadow, transform;
  transition-duration: 0.3s;
}
.card:hover .card-card {
  transform: translateY(-5px);
  box-shadow: 0px 5px 20px -5px rgba(100, 100, 100, 0.5);
}
.card:focus-visible .card-card {
  outline: 2px dashed #808080;
}
.card_grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 550px) {
  .card_grid[data-tile-width=half],
  .card_grid[data-tile-width=third],
  .card_grid[data-tile-width=fourth] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .card_grid[data-tile-width=third],
  .card_grid[data-tile-width=fourth] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1300px) {
  .card_grid[data-tile-width=fourth] {
    grid-template-columns: repeat(4, 1fr);
  }
}
.card_grid[data-admin-searchable] {
  grid-template-rows: 60px;
}
.card_grid-search {
  grid-column: 1 / -1;
  margin: 5px;
  border-radius: 5px;
}
.card_grid-search::placeholder {
  font-style: italic;
}
.card_grid .riding_card {
  min-width: auto;
}
.candidate_card .card-card {
  font-weight: 600;
}
.candidate_card_row .tile {
  overflow: hidden;
  white-space: normal;
  box-sizing: border-box;
  height: 72px;
}
.candidate_card_row > .candidate_card_row-header {
  height: 80px;
  width: 55px;
  padding: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
@media (min-width: 600px) {
  .candidate_card_row > .candidate_card_row-header {
    height: 98px;
    width: 175px;
  }
}
.candidate_card_row > .candidate_card_row-header h2 {
  font-size: 14pt;
  text-align: center;
}
@media (max-width: 600px) {
  .candidate_card_row > .candidate_card_row-header h2 {
    font-size: 12pt;
  }
}
.candidate_card_row > .candidate_card_row-content {
  margin-left: 55px;
}
.candidate_card_row > .candidate_card_row-content .hor_scroll-content {
  padding: 10px;
}
@media (max-width: 600px) {
  .candidate_card_row > .candidate_card_row-content .hor_scroll-content {
    padding: 0;
  }
}
.candidate_card_row > .candidate_card_row-content::before,
.candidate_card_row > .candidate_card_row-content::after {
  color: #f5f5f5;
}
.candidate_card_row > .candidate_card_row-content .hor_scroll-button-left {
  margin-left: 5px;
}
.candidate_card_row > .candidate_card_row-content .hor_scroll-button-right {
  margin-right: 5px;
}
@media (min-width: 600px) {
  .candidate_card_row > .candidate_card_row-content {
    margin-left: 175px;
  }
}
.candidate_card_row > .candidate_card_row-content .candidate_card {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  padding-right: 12px;
  margin: 3px 10px 3px 3px;
  white-space: nowrap;
  box-shadow: none;
}
@media (min-width: 600px) {
  .candidate_card_row > .candidate_card_row-content .candidate_card {
    min-width: 200px;
  }
}
.candidate_card_row > .candidate_card_row-content .candidate_card .candidate_card-t3i {
  flex: 0 1 100px;
  max-width: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.candidate_card_row:nth-of-type(odd) > .candidate_card_row-content {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.candidate_card_row:nth-of-type(odd) > .candidate_card_row-content > .hor_scroll-content {
  padding: 9px 10px;
}
@media (max-width: 600px) {
  .candidate_card_row:nth-of-type(odd) > .candidate_card_row-content > .hor_scroll-content {
    padding: 0 1px;
  }
}
.candidate_card_row:nth-of-type(odd) > .candidate_card_row-content .candidate_card {
  background: none;
}
.candidate_card_row:nth-of-type(odd) > .candidate_card_row-content .candidate_card:hover {
  background: white;
}
.candidate_card_row:nth-of-type(even) {
  background-color: white;
}
.candidate_card-independent.candidate_card-municipal header {
  display: flex;
  align-items: center;
}
.candidate_card-independent.candidate_card-municipal header .avatar {
  flex: 0 0 auto;
}
.candidate_card-independent.candidate_card-municipal header > div:not(.avatar) {
  flex: 1 1 auto;
  margin: 5px;
  text-align: left;
}
.candidate_card-independent.candidate_card-municipal .candidate_card-t3i {
  flex: 0 1 auto;
  max-width: none;
}
.candidate_card {
  text-align: left;
}
.candidate_card .avatar.won {
  position: relative;
}
.candidate_card .avatar.won::after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: var(--candidate_colour);
  background-image: url(/dist/f7da45eb58bfa11048d5.svg);
  background-size: 18px;
  background-position: center center;
  background-repeat: no-repeat;
}
.candidate-colour_invert.candidate_card .avatar.won::after {
  background-image: url(/dist/8c8eeb0b1ce099cce4a9.svg);
}
.candidate_card .avatar:not(.won).shortlisted {
  position: relative;
}
.candidate_card .avatar:not(.won).shortlisted::after {
  content: '';
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: var(--candidate_colour);
  background-image: url(/dist/79445a4ef8204294969d.svg);
  background-size: 18px;
  background-position: center center;
  background-repeat: no-repeat;
}
.candidate-colour_invert.candidate_card .avatar:not(.won).shortlisted::after {
  background-image: url(/dist/45e5ca8b1cfb6d4ddb50.svg);
}
.candidate_card .candidate_card-t3i-issue {
  display: inline-block;
  padding: 0px 5px;
  margin: 2px;
  background-color: #e0e0e0;
  border-radius: 20px;
  font-size: 10pt;
  font-weight: 600;
  text-align: left;
}
.candidate_list-independents_header {
  padding: 10px 15px;
}
.candidate_list-independents_header h2 {
  font-size: 15pt;
  color: #303030;
}
.candidate_card-parliamentary > header {
  display: flex;
  align-items: center;
}
.candidate_card-parliamentary > header .avatar {
  flex: 0 0 auto;
}
.candidate_card-parliamentary > header .candidate_card-name_and_title {
  flex: 1 1 auto;
}
.candidate_card-parliamentary > header .candidate_card-readmore {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  background-color: #dadada;
  background-image: url(/dist/c0f3f0c2990c145481a5.svg);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center center;
  border-radius: 100%;
  opacity: 0.5;
  transition: transform, opacity;
  transition-duration: 0.3s;
}
.candidate_card-parliamentary:hover .candidate_card-readmore {
  transform: scale(1.25);
  opacity: 0.85;
}
.riding_card {
  position: relative;
  padding-bottom: 56.25%;
}
.riding_card h3 {
  font-weight: 600;
  font-size: 14pt;
}
.riding_card-unsupported {
  opacity: 0.5;
  cursor: not-allowed;
}
.riding_card .riding_card-card {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  box-sizing: border-box;
  display: flex;
}
.riding_card .riding_card-card .riding_card-content {
  margin: auto auto auto auto;
}
.riding_card-has_graphics .riding_card-card {
  background-color: #505050;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  text-align: left;
}
.riding_card-has_graphics .riding_card-card .riding_card-content {
  max-width: calc(55% - 14px);
  margin: 7px;
}
.riding_card-has_graphics .riding_card-card .riding_card-content h3 {
  font-size: 18pt;
  font-weight: bold;
  color: white;
}

.websharing-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 30px;
  padding: 8px 13px;
  min-width: 100px;
  font-size: 14pt;
  font-weight: 600;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: box-shadow 0.3s, transform 0.3s;
}
.websharing-button:hover {
  box-shadow: 0 2px 16px 2px rgba(0, 0, 0, 0.15);
  transform: scale(1.1);
}
.websharing-button::before {
  content: '';
  flex: 0 0 auto;
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.3em;
  background-image: url(/dist/82172466c27b0e738bc5.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.websharing-button.done::before {
  background-image: url(/dist/a6c746a512ff83ddcfbb.svg);
}
.websharing-dark .websharing-button {
  background-color: #303030;
  color: white;
}
.websharing-dark .websharing-button::before {
  filter: invert();
}
.websharing-notext .websharing-button {
  min-width: auto;
}
.fwi .websharing-button {
  width: 100%;
  box-sizing: border-box;
}


.popup_back {
	background-color:black;
	opacity:0.5;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index: 1002;
	cursor:pointer;
}
.popup {
	position:fixed;

	margin:0px;
	width:85%;
	max-width:490px;
	max-height:85%;
	overflow:auto;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index: 1003;
}
.popup.vertical { max-width:320px; }
.popup.wide { max-width:85%; }

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.3em
}

.resp-sharing-button {
  border-radius: 3px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}



