@charset "UTF-8";
/* CSS Document */
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'KENZ MDM HEAD online';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/KENZ-MDM-HD-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'KENZ MDM HEAD online';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/KENZ-MDM-HD-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'KENZ MDM body online';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/KENZ-MDM-BODY-R.ttf') format('truetype');
}
@font-face {
  font-family: 'KENZ MDM body online';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/KENZ-MDM-BODY-i.ttf') format('truetype');
}
@font-face {
  font-family: 'KENZ MDM body online';
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/KENZ-MDM-BODY-B.ttf') format('truetype');
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../icons/material-icon.woff2) format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
body {
  font-family: 'Roboto', 'KENZ MDM body online', sans-serif;
  background-color: #efefef;
  color: #000000;
  font-size: 100%;
  padding: 0;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.5s;
  font-weight: inherit;
  font-size: inherit;
}
a:hover {
  color: #C6168D !important;
  text-decoration: none;
}
h1, h2, h3, h3, h4, h5, h6 {
  font-family: 'KENZ MDM HEAD online', 'Roboto', sans-serif;
  color: #121212;
  text-decoration: none;
  line-height: 1.1;
  letter-spacing: 1.1;
  font-weight: 400;
}
h2 {
  font-size: 2rem;
  margin-bottom: 8px;
}
h3 {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
h4 {
  font-size: 1.3rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1.1rem;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.mdl-layout {
  height: auto;
}
/*.eng .hd {
  font-family: 'Roboto', 'KENZ MDM HEAD online', sans-serif;
  color: #121212;
  text-decoration: none;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
}*/
.description p {
  font-family: 'KENZ MDM body online';
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 12px;
}
.container {
  max-width: 1236px;
  margin: 0 auto;
  padding: 0 12px;
  width: calc(100% - 24px);
}
.img-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-object-fit: cover;
  bject-position: center center;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.by-election .ad {
  text-align: center;
  border:solid 1px #000
}
.ad-medium-rectangle {
  width: 100%;
  min-width: 300px;
  height: 250px;
  margin: 0 auto;
}
.ad-half-page {
  width: 100%;
  min-width: 300px;
  height: 600px;
  margin: 0 auto;
}
.no-bg {
  background-color: transparent !important;
}
.by-election {
  
}
.by-election .container-fluid {
  width: 100%;
  padding: 0;
  margin: 0;
  height: auto;
}
.by-election .mdl-grid {
  display: grid;
  grid-gap: 24px;
}
.by-election .outer-columns {
  grid-template-columns: 4fr 8fr;
  grid-auto-rows: auto;
}
.by-election .embedded-map {
  text-align: center;
  border:solid 1px #000
}
.by-election .right-rows {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
}
.by-election .profile-columns {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
}
.by-election .profile-rows {
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  text-align: center;
  grid-gap: 12px;
}
.by-election .profile-photo {
  border: solid 2px #000
}

.by-election .name {
  color: #333;
  font-size:1.3rem;
  font-weight: bold;
}
.by-election .status {
  font-size:1rem;
  font-weight: normal;
  font-style: italic;
}
.by-election .status.leading, .by-election .status.won {
  color: green
}
.by-election .status.trailing, .by-election .status.lost {
  color: red
}
/*================================
             RESPONSIVE
/*================================*/
@media (min-width: 656px) {

  
}
/*================================
             DESKTOP
/*================================*/
@media (min-width: 1260px) {}
/*================================
             TAB PRO
/*================================*/
@media (max-width: 1259px) and (min-width: 980px) {
  .container {
     max-width: 924px;
   }
}
/*================================
             TAB
/*================================*/
@media (max-width: 979px) and (min-width: 656px) {
  .container {
    max-width: 612px;
  }
  .by-election .outer-columns {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}
/*================================
             MOBILE
/*================================*/
@media (max-width: 655px) {
  .container {
    max-width: 440px;
    margin: 0 auto;
    padding: 0 8px;
    width: calc(100% - 16px);
  }
  .by-election .outer-columns {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}