/****************election-home*****************/

.election-banner {
  background: url(https://media.youcount.ca/you-count/images/election/election-banner.png) center no-repeat;
  padding-top: 117px;
  background-size: cover;
  height: 782px;
}

.width-lg {
  max-width: 1630px;
  padding: 0 15px;
  margin: 0 auto;
}

.election-date {
  font-size: 40px;
  font-weight: 800;
  text-align: left;
  color: #2a3042;
  padding-left: 45px;
  background: url(https://media.youcount.ca/you-count/images/election/election-date.svg) left center no-repeat;
}

.election-banner-tt {
  text-align: left;
  font-size: 60px;
  font-weight: 600;
  margin-top: 5px;
  color: #2a3042;
}

.election-countdown {
  max-width: 399px;
  height: 120px;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 10px 8px 50px 0 rgba(42, 48, 66, 0.2);
  background-color: #ffffff;
  margin-top: 60px;
}

.election-banner-p {
  font-size: 18px;
  line-height: 1.67;
  color: #2a3042;
  text-align: left;
}

.election-countdown li {
  float: left;
  width: 25%;
  font-size: 18px;
  padding-top: 25px;
  font-weight: bold;
  line-height: 1.11;
  color: rgba(42, 48, 66, 0.75);
}

.election-countdown li span {
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  color: #2a3042;
  display: inline-block;
  padding-bottom: 10px;
}

.heading {
  font-size: 40px;
  font-weight: bold;
  color: #2a3042;
}

.search-p {
  font-size: 18px;
  line-height: 1.67;
  color: #2a3042;
}

.election-back {
  max-width: 1060px;
  width: 95%;
  height: 390px;
  border-radius: 20px;
  box-shadow: 10px 8px 50px 0 rgba(42, 48, 66, 0.2);
  background-color: #c6ccda;
  margin: 0 auto;
  margin-top: -220px;
  padding: 50px 115px;
  margin-bottom: 120px;
}

.election-search-box {
  width: 700px;
  height: 70px;
  border-radius: 15px;
  box-shadow: 10px 8px 50px 0 rgba(42, 48, 66, 0.2);
  margin: 0 auto;
  margin-top: 30px;
  background: #fbfbfb;
}

.election-search-left {
  width: 340px;
}

.election-search-left input {
  height: 70px;
  padding-left: 35px;
  width: 100%;
  box-shadow: none;
  background: none;
  border: none;
  font-size: 18px;
  line-height: 1.67;
  color: #6a7184;
}

.btn-election-search {
  height: 70px;
  width: 180px;
  background-color: #fee504;
  padding: 0;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: #2a3042;
  border-radius: 0;
}

.btn-election-search span {
  display: inline-block;
  line-height: 70px;
  padding-left: 30px;
  background: url(https://media.youcount.ca/you-count/images/shared/icon-search.png) left center no-repeat;
}

.election-search-locate {
  background-color: #2a3042;
  width: 180px;
  border-radius: 0 12px 12px 0;
}

.election-search-locate span {
  background: url(https://media.youcount.ca/you-count/images/shared/icon-locate.png) left center no-repeat;
  color: #fff;
}

.width-md {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}

/* party card: start */
.party-list {
  margin: 0 20px;
}

.party-list li {
  float: left;
  padding: 0 20px;
  width: 33.333333%;
  margin-bottom: 40px;
}

.party-list-item {
  height: 290px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgb(199, 198, 198);
  overflow: hidden;
}

.party-list-item-logo img {
  height: 60px;
}

.party-list-item-logo {
  line-height: 107px;
  text-align: center;
  border-bottom: none;
  background: #fbfbfb;
  border-radius: 15px 15px 0 0;
}

.party-list-item-party-name {
  font-size: 20px;
  font-weight: bold;
  height: 25px;
  color:#fee504;
}

.party-list-item-leader-name {
  font-size: 12px;
  color: #ffffff;
  margin-top: 40px;
}

.party-list-item-leader-name span {
  font-size: 16px;
  font-weight: 900;
}

.party-list-item-url a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: #ffffff;
  text-decoration: underline!important;
}

.party-list-item-url {
  margin-top: 15px;
  height: 20px;
}

.party-list-item-desc {
  background-color: #2a3042;
  border-radius: 0 0 15px 15px;
  padding: 20px 20px 25px 20px;
}

@media( max-width: 991px) {
  .party-list li {
      width: 50%;
      margin-bottom: 20px;
  }
  .party-list-item-logo img {
      height: auto;
      max-width: 90%;
  }
}

@media( max-width: 768px) {
  .party-list li {
      width: 100%;
  }
}

/* party card: end*/


.issues-back {
  background-color: #fbfbfb;
  padding-top: 53px;
  margin-top: 60px;
  padding-bottom: 100px;
  margin-bottom: 80px;
}

.issues-tt {
  font-size: 30px;
  font-weight: bold;
  color: #373737;
  margin-top: 30px;
}

.issues-img {
  padding-top: 20px;
}

.issues-more {
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  color: #373737;
  width: 240px;
  height: 60px;
  line-height: 60px;
  border-radius: 20px;
  background-color: #ffe504;
  margin-top: 60px;
}

.must-width {
  width: 80%;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #e4eaf1;
  padding: 40px;
  overflow: auto;
}

.must-width-txt {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.53;
  color: #373737;
}

.must-link {
  width: 188px;
  height: 60px;
  border-radius: 20px;
  border: solid 2px #2a3042;
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  color: #373737;
  line-height: 56px;
  text-align: center;
  display: block;
  margin-top: 40px;
  float: right;
}

.swiper-left {
  height: 590px;
  background-color: #2a3042;
  width: 41.25%;
  padding: 110px 70px;
  display: table;
}

.swiper-img {
  width: 58.75%;
  height: 590px;
}

.swiper-left-tt {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.75;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
}

.swiper-election .swiper-pagination {
  left: 0;
  width: 41.25%;
  bottom: 50px;
}

.swiper-election .swiper-slide {
  padding-bottom: 0;
}

.swiper-election .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0 10px;
  border: solid 2px #fff;
  border-radius: 50%;
  background: none;
}

.swiper-election .swiper-pagination-clickable .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-election {
  margin-top: 0px;
}

.swiper-election-box {
  margin-top: 100px;
}

.swiper-election {
  width: 58.75%;
}

.swiper-img {
  width: 100%;
}

.swiper-election .swiper-pagination {
  width: 100%;
}

.swiper-left-tt span {
  color: #ffe504;
}

.width-lg-no {
  padding: 0;
}

.width-lg-no {
  max-width: 1600px;
}

.useful-links {
  display: block;
  text-decoration: underline;
  text-align: center;
  padding: 5px 0;
}

@media( max-width: 1279px) {
  .swiper-left {
    padding-left: 30px;
    padding-right: 30px;
  }
  .election-banner-tt {
    font-size: 48px;
  }
}

@media( max-width: 991px) {
  .election-banner {
    height: auto;
    padding: 30px 0;
    background: #ddd;
  }
  .election-date {
    font-size: 24px;
    background-size: auto 100%;
  }
  .election-banner-tt {
    font-size: 28px;
  }
  .election-countdown {
    width: 100%;
    margin-top: 20px;
  }
  .election-back {
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 750px;
    height: auto;
    padding: 25px;
  }
  .election-search-box {
    box-shadow: none;
  }
  .election-countdown li span {
    font-size: 36px;
  }
  .heading {
    font-size: 24px;
  }
  .election-search-box {
    width: 100%;
    background: none;
    height: auto;
  }
  .election-search-left input {
    height: 46px;
    background: #fff;
    padding-left: 15px;
    font-size: 18px;
  }
  .btn-election-search {
    width: 49%;
    height: 46px;
    line-height: 46px;
    margin-top: 15px;
  }
  .btn-election-search span {
    line-height: 46px;
  }
  .btn-election-search {
    border-radius: 15px;
  }
  .election-search-left {
    width: 100%;
  }
  .election-search-locate {
    margin-left: 2%;
  }
  .width-md {
    width: 750px;
  }

  .issues-back {
    margin-top: 20px;
    padding: 10px 0 30px 0;
    margin-bottom: 20px;
  }
  .issues-more {
    margin-top: 20px;
  }
  .swiper-election {
    margin-top: 20px;
  }
  .issues-tt {
    font-size: 28px;
  }
  .swiper-election .swiper-pagination {
    width: 100%;
    bottom: 20px;
  }

  .swiper-left-tt {
    font-size: 32px;
  }
}

/****************election-finder*****************/

.banner-back {
  height: 300px;
  padding-top: 50px;
  background: url(https://media.youcount.ca/you-count/images/election/banner-back.png) center no-repeat;
  background-size: cover;
}

.banner-back-tt {
  font-size: 40px;
  font-weight: bold;
  color: #2a3042;
  text-align: center;
  margin-bottom: 40px;
}
.candidate-card-social-media {
  text-align: center;
  margin-top: 10px;
}
.candidate-card-social-media a {
  padding: 0 10px;
}

.compare-a {
  padding: 0 35px;
  height: 60px;
  border-radius: 20px;
  box-shadow: 0 16px 70px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffe504;
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  color: #373737;
  line-height: 60px;
  text-align: center;
  margin: 40px 0 50px 0;
}

.compare-a span {
  padding-left: 26px;
  background: url(https://media.youcount.ca/you-count/images/election/icon-c.svg) left center no-repeat;
}

.compare-list {
  margin: 20px auto;
}

.compare-list li {
  float: left;
  width: 33.333333%;
  padding: 0 20px;
  margin-bottom: 40px;
}

.compare-list-top {
  height: 400px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgb(199, 198, 198);
  border-bottom: none;
  position: relative;
  background-color: #fbfbfb;
  padding: 30px;
}

#candidate-list .compare-list-top {
  border-radius: 15px 15px 0 0;
  box-shadow: 0 0 15px -2px rgb(199, 198, 198);
}

.compare-list-top.active {
  background-color: rgba(255, 248, 194, 0.25);
}

.compare-pick {
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 8px;
  background: url(https://media.youcount.ca/you-count/images/election/check-unchecked.svg) center no-repeat;
  position: absolute;
  right: 30px;
  top: 30px;
}

.compare-pick.active {
  background: url(https://media.youcount.ca/you-count/images/election/check-checked.svg) center no-repeat;
}

.compare-pick-click {
  position: absolute;
  top: 0;
  right: 0;
}

.compare-pick-click input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.compare-list-name {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  color: #2a3042;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}

.compare-list-p {
  font-size: 18px;
  font-weight: bold;
  color: rgba(42, 48, 66, 0.75);
  margin-top: 5px;
  height: 35px;
  overflow: hidden;
}

.compare-list-lind {
  width: 120px;
  height: 4px;
  transform: rotate(180deg);
  background-color: #ffe504;
  margin: 20px auto;
}

.compare-p p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.49;
  color: #5b919c;
  padding-left: 34px;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
  z-index: 10;
}

.compare-p p.compare-p01 {
  background: url(https://media.youcount.ca/you-count/images/election/icon-table-email.png) left center no-repeat;
}

.compare-p p.compare-p02 {
  background: url(https://media.youcount.ca/you-count/images/election/icon-table-phone.png) left center no-repeat;
}

.compare-p p.compare-p03 {
  background: url(https://media.youcount.ca/you-count/images/election/icon-table-map.png) left center no-repeat;
}

.compare-p p.compare-p03 a {
  color: #5b919c;
}

.compare-list-a {
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.11;
  border-radius: 0 0 20px 20px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  background-color: #2a3042;
  display: block;
}

.compare-list-a:hover, .compare-list-a:focus {
  color: #fff;
}

.compare-list-logo img {
  height: 50px;
}

.compare-list-logo {
  margin-bottom: 20px;
}

.most3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.36;
  color: #373737;
  margin: 30px 0 40px 0;
}

.most3 span {
  font-weight: bold;
}

.compare-list-top-sm {
  padding: 20px 30px;
  height: auto;
  border-radius: 20px;
}

.compare-list-p span {
  color: #5b919c;
  text-transform: uppercase;
}

.compare-p.text-center p {
  display: inline-block;
}

.compare-list-b {
  padding-bottom: 100px;
}

.compare-list-top-img, .compare-list-top-img a {
  position: relative;
  display: block;
  max-width: 120px;
  margin: 0 auto;
  height: 120px;
  overflow: hidden;
  border-radius: 10px;
}

.compare-list-top-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  min-width: 100%;
  height: auto;
}

.compare-list-b-sm li {
  width: 25%;
}

.compare-list-b-sm li .compare-chooise {
  top: 90px;
  left: 50%;
  margin-left: 70px;
}

.compare-list-logo img {
  max-height: 50px;
  height: auto;
}

.compare-list-logo {
  height: 50px;
}

.compare-list-top.active {
  background: #fffdf0;
}

.start-compare a {
  display: inline-block;
  width: 188px;
  height: 60px;
  border-radius: 20px;
  background-color: #ffffff;
  margin: 10px 15px;
  font-size: 20px;
  font-weight: 800;
  color: #373737;
  line-height: 56px;
}

.start-compare a.start-compare-l {
  border: solid 2px #2a3042;
}

.start-compare a.start-compare-r {
  background-color: #ffe504;
  box-shadow: 1px 1px 6px rgb(199, 198, 198);
}

.start-compare {
  margin: 10px 0 40px 0;
}

@media( max-width: 991px) {
  .banner-back-tt {
    font-size: 18px;
  }
  .banner-back {
    padding: 30px 15px;
    height: auto;
    background: #ddd;
  }
  .compare-list li {
    width: 50%;
    margin-bottom: 20px;
  }
  .compare-list-b {
    padding-bottom: 20px;
  }
}

@media( max-width: 768px) {
  .swiper-left {
    width: 100%;
    height: auto;
    padding: 25px;
  }
  .swiper-left-tt {
    font-size: 24px;
  }
  .swiper-img {
    height: auto;
    padding-top: 66.666666%;
    width: 100%;
  }
  .width-md {
    width: 100%;
  }
  .issues-tt {
    font-size: 18px;
    margin-top: 15px;
  }

  .compare-list li {
    width: 100%;
    max-width: 375px;
    margin: 20px auto;
    float: none;
  }
}

@media( max-width: 767px) {
  .swiper-election {
    width: 100%;
  }
}

/***************对比***************/

/***************对比***************/

.vs-box {
  margin-top: 80px;
  overflow: visible;
}

.title-label span {
  display: inline-block;
  font-family: Muli;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.68;
  letter-spacing: normal;
  color: #5b919c;
  text-decoration: underline;
}

.select-chooise-box {
  height: 60px;
  border-radius: 20px;
  box-shadow: 10px 8px 50px 0 rgba(42, 48, 66, 0.2);
  background-color: #2a3042;
  font-family: Muli;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  margin: 40px 0 60px 0;
  letter-spacing: normal;
  color: #ffffff;
}

.vs-container {
  border-radius: 20px 20px 0 0;
  display: flex;
  width: 100%;
  margin: 30px auto 70px auto;
  padding-top: 2px;
  background: #fff;
  border: solid 5px #c6daf2;
  border-bottom: none;
}

.vs-container .col-4 {
  padding-top: 40px;
  width: auto;
  padding-bottom: 20px;
  position: relative;
  border-right: solid 5px #ecf1f8;
  flex: 1;
  float: none;
}

.vs-container .col-4:last-child {
  border: none;
}

.vs-container .col-4 .compare-list-name {
  font-size: 30px;
}

.vs-container .col-4 .vs-container-bottom:before {
  display: block;
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  border-bottom: solid 6px #ffe199;
}

.vs-container .col-4:nth-child(2) .vs-container-bottom:before {
  border-color: #db93ac;
}

.vs-container .col-4:nth-child(3) .vs-container-bottom:before {
  border-color: #8966d4;
}

.width-md-lg {
  max-width: 1500px;
}

.compare-website {
  text-align: center;
  height: 30px;
}

.compare-website a {
  color: #5b919c;
}

.vs-down-li {
  border-radius: 7px 7px 0 0;
  border: solid 2px #c6daf2;
  padding: 7px 0;
  background: #e4eaf1;
  font-size: 25px;
  font-weight: bold;
  color: #2a3042;
  position: relative;
}

.vs-down-list .vs-container {
  border-radius: 0;
  margin-bottom: 0;
}

.vs-down-list .vs-container .col-4 {
  padding-top: 0;
}

.vs-container-bottom {
  font-family: Muli;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  line-height: 1.67;
  color: #373737;
  padding: 20px 25px;
  margin-bottom: 30px;
}

/* .vs-down-li:before {
  position: absolute;
  display: block;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(https://media.youcount.ca/you-count/images/election/vs-raw.png) center no-repeat;
  right: 35px;
  top: 50%;
  margin-top: -7px;
} */

.vs-down-list li {
  margin-bottom: 30px;
}

.vs-down-li.active {
  border-radius: 20px;
  border: solid 5px #c6daf2;
}

.vs-container-b {
  display: none;
}

.vs-down-li.active:before {
  transform: rotate(180deg);
}

@media( max-width: 991px) {
  .select-chooise-box-row {
    margin-top: 30px;
  }
  .select-chooise-box-row .col-4 {
    width: 50%;
  }
  .select-chooise-box {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .vs-container .col-4 .compare-list-name {
    font-size: 24px;
  }
  .vs-down-list .vs-container .col-4 {
    width: 100%;
    display: block;
    border: none;
    padding-bottom: 0;
  }
}

@media( max-width: 767px) {
  .vs-box {
    margin-top: 30px;
  }
  .select-chooise-box {
    height: 45px;
    font-size: 16px;
  }
  .vs-container {
    margin-bottom: 30px;
  }
  .vs-container .col-4 {
    width: 100%;
    display: block;
    padding-top: 20px;
    border: none;
  }
  .vs-down-li {
    font-size: 18px;
  }
  .vs-down-li:before {
    right: 15px;
  }
  .vs-down-list .vs-container .vs-container-bottom {
    font-size: 14px;
  }
  .select-chooise-box-row .col-4 {
    width: 100%;
    float: none!important;
    margin-left: auto;
    margin-right: auto;
  }
}

/**************图表************/

.echart-top {
  display: table;
  width: 100%;
  margin-bottom: 80px;
}

.echart-top div {
  display: table-cell;
  vertical-align: middle;
}

.echart-left {
  width: 58%;
  padding-right: 8.5%;
}

.echart-left span {
  display: block;
  text-align: right;
  font-size: 60px;
  font-weight: 600;
  color: #2a3042;
  border-bottom: solid 3px #ffe504;
  padding-bottom: 10px;
}

.echart-right {
  width: 42%;
}

.width-xs {
  max-width: 1060px;
}

.echart-one {
  width: 45%;
  margin-bottom: 80px;
}

.echart-tt {
  font-size: 30px;
  font-weight: bold;
  color: #373737;
  margin-bottom: 80px;
}

.horizontal-chart {
  position: relative;
}

.horizontal-chart .item {
  position: relative;
  width: 45%;
  font-size: 20px;
  font-weight: 800;
  color: #000000;
}

.bar-box {
  position: absolute;
  left: 0;
  bottom: 0px;
  background: #93c1db;
  width: 100%;
  border-radius: 20px 20px 0 0;
}

.bar-box span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.bar-height-r .bar-box {
  background: #db93ac;
}

.bar-height {
  margin-bottom: 10px;
  position: relative;
  height: 290px;
}

.echart-width {
  width: 61%;
  padding-left: 50px;
}

.echart-width-tt {
  font-size: 20px;
  font-weight: 600;
  color: #373737;
}

.echart-width-tt span {
  font-size: 60px;
  font-weight: bold;
}

.echart-width-p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: #8f8f8f;
  margin-top: 150px;
}

.txt-b {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  color: #8f8f8f;
  margin-top: 45px;
}

.party-leader-title {
  font-size: 40px;
  font-weight: 700;
}

.yc-title-lind-sm {
  width: 200px;
  margin-top: 15px;
}

.echart-row {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: rgba(42, 48, 66, 0.75);
}

.echart-row span {
  font-size: 40px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  margin-bottom: 10px;
}

.echart-row {
  margin-bottom: 70px;
}

.echart-sm {
  max-width: 875px;
  margin: 0 auto 30px auto;
  line-height: 60px;
  position: relative;
  padding-left: 280px;
  padding-right: 80px;
}

.echart-sm-left {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 60px;
  width: 240px;
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  color: #373737;
}

.echart-bar-width {
  height: 50px;
  position: relative;
  border-radius: 0 10px 10px 0;
  background: #8966d4;
}

.echart-bar-width span {
  position: absolute;
  left: 100%;
  top: 0;
  line-height: 60px;
  width: 80px;
  text-align: right;
  font-size: 20px;
  font-weight: 600;
  color: #373737;
}

.txt-b-sm {
  max-width: 610px;
  margin: 0 auto 100px auto;
}

.echart-list li .echart-sm {
  padding-left: 90px;
}

.echart-list li .echart-sm-left {
  width: 90px;
  text-align: left;
}

.txt-b-li {
  padding-left: 170px;
  max-width: 875px;
  margin-bottom: 200px;
}

@media( max-width: 991px) {
  .echart-left span {
    font-size: 30px;
  }
  .txt-b-li {
    padding-left: 100px;
  }
}

@media( max-width: 768px) {
  .echart-top div {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .echart-left span {
    font-size: 24px;
    margin-top: 30px;
  }
  .echart-top {
    margin-bottom: 0px;
  }
  .echart-tt {
    font-size: 18px;
    text-align: center;
  }
  .echart-one {
    width: 100%;
    margin-bottom: 30px;
    max-width: 340px;
    margin: 15px auto 30px auto;
    float: none!important;
  }
  .echart-width {
    width: 100%;
    max-width: 340px;
    float: none!important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
  .horizontal-chart {
    margin-top: 50px;
  }
  .txt-b {
    margin-top: 20px;
  }
  .echart-width-p {
    margin-top: 20px;
  }
  .echart-width-tt span {
    font-size: 36px;
  }
  .horizontal-chart .item {
    font-size: 16px;
  }
  .echart-row .col-4 {
    width: 100%;
    margin-bottom: 30px;
  }
  .echart-row .col-4 div {
    display: inline-block;
    float: none!important;
  }
  .echart-row span {
    font-size: 24px;
  }
  .echart-sm-left {
    position: static;
    text-align: left;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
  }
  .echart-sm {
    padding: 0 85px 0 0;
    max-width: 340px;
    margin-bottom: 0;
  }
  .txt-b-sm {
    margin: 30px 0;
  }
  .echart-tt {
    margin-bottom: 30px;
  }
  .echart-row {
    margin-bottom: 20px;
  }
  .echart-list li .echart-sm {
    padding-left: 0;
  }
  .txt-b-li {
    padding-left: 0;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .echart-bar-width {
    height: 40px;
  }
  .echart-bar-width span {
    font-size: 16px;
    line-height: 40px;
  }
  .txt-b {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .vs-container {
    display: block;
  }
}

/* override: start */
.goto-button.election button {
  background-color: #2a2f42;
}

.goto-button.election button a {
  background: url(https://media.youcount.ca/you-count/images/shared/icon-goto-white.svg) left center no-repeat;
  background-size: 20px;
  color: white;
}
/* override: end */