@charset "utf-8";
/*
font-weight: 300;
font-weight: 400;
font-weight: 450;
font-weight: 500;
font-weight: 600;
font-weight: 700;
font-weight: 800;
font-family: 'Work Sans', sans-serif;
*/

body {
    font-size: 19px;
    font-weight: 400;
    color: #333;
    overflow-x: hidden;
    background-color: #f4f4f4;
    font-family: 'Muli', sans-serif;
    font-style: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.is-hide {
    display: none !important;
}
.is-show {
    display: block !important;
}
.el-map svg {
    width: 100% !important;
}
.cls-1 {
    fill: #e8e8e8;
    fill-rule: evenodd;
    stroke-opacity: 0;
}
p {
    line-height: 130%;
    margin-bottom: 25px;
}
a {
    text-decoration: none;
    outline: none;
    color: #333;
}
button, a {
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-size: 100%;
    font-family: 'Muli', sans-serif;
}
/**/
.header-wrapper {
    background-color: #35144f;
    padding: 15px 0px;
    height: 100px;
}
.header-wrapper .container {
    width: 100%;
    max-width: 100%;
    padding: 0px 20px;
    height: 100%;
}
.header-wrapper .container .inner-container {
    height: 100%;
    position: relative;
}
.logo-tq {
    display: block;
    width: 110px;
    position: absolute;
    left: 0;
    top: 3px;
}
.btn-skip {
    position: absolute;
    top: 11px;
    right: 0;
    border: 2px solid #febf0f;
    color: #febf0f;
    height: 48px;
    line-height: 40px;
    padding: 0px 20px;
    text-align: center;
    font-weight: 800;
    display: block;
    border-radius: 8px;
    font-size: 20px;
    overflow: hidden;
}
.btn-skip:hover {
    background-color: #febf0f;
    color: #35144f;
}
.external-nav {
    height: 100%;
    margin: 0px 238px 0 130px;
    border-right: 1px solid rgba(255,255,255,0.3);
    border-left: 1px solid rgba(255,255,255,0.3);
    position: relative;
}
.external-nav::before {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.3);
    content: '';
}
.external-nav ul {
    position: absolute;
    left: 20px;
    top: 50%;
}
.external-nav ul li {
    float: left;
    margin-right: 25px;
}
.external-nav ul li a {
    display: block;
}
.external-nav ul li.is-myvote a {
    width: 90px;
    margin-top: 10px;
}
.external-nav ul li.is-mtc a {
    width: 63px;
    margin-top: 10px;
}
.external-nav ul li.is-webqoof a {
    width: 110px;
    margin-top: 11px;
}
.banner-wrapper {
    height: auto;
    text-align: center;
    padding: 15px 0px;
    background-image: repeating-linear-gradient( -45deg, #fabb0d, #fabb0d 1.5rem, #febf0f 1.5rem, #febf0f 4rem );
    background-size: 200% 200%;
}
.banner-wrapper h1 {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}
.live-wrapper {
    padding: 50px 0px 55px 0;
}
.live-wrapper h2 {
    font-size: 26px;
    font-weight: 800;
    color: #35144f;
    line-height: 100%;
    margin: 0 0 10px 0;
    position: relative;
    padding-left: 28px;
}
.live-data {
    padding: 10px 15px;
    border-radius: 8px;
    background-color: #35144f;
    color: rgba(255,255,255,0.9);
    font-weight: 700;
    line-height: 130%;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 22px;
    overflow: hidden;
    display: block;
}
.live-data li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.live-data li.visible {
    display: block;
}
.live-data a {
    color: rgba(255,255,255,0.9);
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.live-data a:hover {
    color: #fff;
}
.block-container {
    padding-bottom: 55px;
    margin-bottom: 55px;
    border-bottom: 5px solid #35144f;
}
.block-container:last-child {
    margin-bottom: 0px;
    border-bottom: 0px solid #35144f;
}
.single-state {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -20px;
}
.single-state > li {
    float: left;
    width: 33.333%;
    padding: 0px 20px;
    min-height: 300px;
}
.single-state .inner-el {
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 15px;
    position: relative;
    padding-bottom: 80px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.03);
}
.single-state > li:last-child .inner-el {
    box-shadow: 0px 0px 0px rgba(0,0,0,0.03);
}
.single-state > li:last-child .inner-el-top, .btn-coverage {
    box-shadow: 0px 0px 30px rgba(0,0,0,0.03);
}
.el-header h3 {
    text-align: right;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.16);
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: normal;
    color: #35144f;
    margin: 0px 0 0 0;
    text-transform: uppercase;
}
.el-header h3 span {
    font-weight: 800;
    display: block;
}
.single-state .inner-el.no-bg {
    background-color: rgba(255,255,255,0);
    padding: 0;
}
.el-header {
    height: 65px;
}
.el-footer {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 15px;
    bottom: 0;
}
.el-footer .partys {
    margin: 0px -5px;
}
.el-footer .partys li {
    float: left;
    width: 25%;
    padding: 0px 5px;
    text-align: center;
}
.el-footer .partys li .single-party {
    border-radius: 2px;
}
.partys .single-party .party-name {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 100%;
    letter-spacing: normal;
    padding: 2px 0px 5px 0px;
}
.partys .single-party .party-number {
    background-color: #fff;
    font-size: 20px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 100%;
    letter-spacing: normal;
    color: #35144f;
    padding: 5px 0px;
    border-radius: 2px;
}
.el-header.is-nav {
    margin: -15px -15px 0px -15px;
}
.el-header nav {
    display: block;
    text-align: center;
}
.el-header nav a {
    float: left;
    width: 50%;
    display: block;
    background-color: #d5cfdb;
    font-size: 26px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 100%;
    letter-spacing: normal;
    color: #35144f;
    padding: 14px 0px;
    overflow: hidden;
    position: relative;
}
.el-header nav a.is-active {
    background-color: #35144f;
    color: #febf0f;
    box-shadow: 0 2px 6px 0 rgba(53, 19, 78, 0.45);
}
.inner-el-top {
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
}
.inner-el-top h3 {
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.16);
    font-size: 24px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: normal;
    color: #35144f;
    text-align: center;
    margin: 0;
}
.inner-el-top .partys {
    counter-reset: number;
}
.inner-el-top .partys span {
    width: 87px;
    display: block;
    float: left;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 100%;
    letter-spacing: normal;
    color: #ffffff;
    text-shadow: 0.5px 0.5px 2px rgba(0, 0, 0, 0.45);
    padding: 8px 10px;
    margin: 0px 8px 0 40px;
    position: relative;
    border-radius: 2px;
}
.inner-el-top .partys span::before {
    counter-increment: number;
    content: counter(number) " ";
    position: absolute;
    left: -38px;
    top: 2px;
    background-color: #35144f;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    line-height: 34px;
    text-align: center;
}
/*
.inner-el-top .partys span.is-inactive::before{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0,0,0,0.5);
	content: '';
}
*/


.inner-el-data {
    padding: 0px 10px;
    max-height: 284px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.inner-el-data ul li {
    display: block;
    margin-bottom: 10px;
}
.inner-el-data ul li h4 {
    font-size: 26px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: left;
    color: #35144f;
    margin: 0 0 5px 0;
}
.btn-coverage {
    border-radius: 4px;
    background-color: #ffbf00;
    overflow: hidden;
    color: #35144f;
    display: block;
    text-align: center;
    font-size: 23px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 100%;
    letter-spacing: normal;
    padding: 23px 0px;
}
.btn-coverage:hover {
    background-color: #35144f;
    color: #ffbf00;
}
.btn-coverage:hover:after, .btn-skip:hover:after, .el-header nav a:hover:after {
    transition: all 1s ease-in-out;
    transform: translateX(100%);
}
.btn-coverage::after, .btn-skip::after, .el-header nav a::after {
    position: absolute;
    top: -70px;
    left: 0;
    width: 300%;
    height: 300%;
    content: '';
    background-image: linear-gradient(-60deg, rgba(255,255,255,0) 20%, rgba(255,255,255,.3), rgba(255,255,255,0) 80%);
    transform: translateX(-100%);
}
.btn-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.tab-container .tab-content {
    display: none;
}
.footer-wrapper {
    background-color: #35144f;
    padding: 30px 0px;
    min-height: 170px;
}
.logo-footer-tq {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 178px;
    transform: translateY(-50%);
}
.footer-wrapper .btn-skip {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.links-container {
    display: block;
    padding: 0 280px 0 238px;
}
.footer-block h4 {
    font-size: 17px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: normal;
    text-align: left;
    color: #ffbf00;
    margin: 0 0 10px 0;
}
.footer-block {
    float: left;
    width: 25%;
    padding: 0px 15px;
}
.footer-block a {
    color: rgba(255,255,255,1);
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
}
.footer-block a:hover {
    color: #ffbf00;
}
.footer-block li {
    display: block;
    margin-bottom: 6px;
}
.footer-block:nth-child(1) li {
    float: left;
    width: 46%;
}
.footer-block:nth-child(1) {
    width: 50%;
}
.source {
    position: absolute;
    right: 20px;
    top: -61px;
    font-weight: 700;
    font-size: 16px;
	color: #737373;
}
.source a {
    display: inline-block;
	color: #737373;
}
.source a:hover {
    border-bottom: 1px solid #737373;
}
.state-wrapper {
    padding: 0 0 55px 0;
}
.state-slider {
    margin: 0px -5px;
}
.slide-state {
    width: 20%;
    float: left;
    padding: 0px 5px;
}
.slide-inner {
}
.inner-content {
    background-color: #fff;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.03);
    min-height: 150px;
    padding: 10px;
}
.slide-inner h3 {
    text-align: left;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.16);
    font-size: 23px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: normal;
    color: #35144f;
    margin: -7px 0 10px 0;
    position: relative;
    text-transform: capitalize;
}
.slide-inner ul li {
    position: relative;
    margin-bottom: 13px;
}
.slide-inner ul li:last-child {
    margin-bottom: 0;
}
.slide-inner ul li .party-name {
    text-align: left;
/*    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.16);*/
    font-size: 23px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 100%;
    letter-spacing: normal;
    color: #35144f;
    margin: 0px 0 0px 0;
    position: relative;
    text-transform: uppercase;
}
.slide-inner ul li .party-number {
    position: absolute;
    left: 70px;
    width: calc(100% - 70px);
    top: 0;
/*    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.16);*/
    font-size: 23px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
	line-height: 100%;
	color:#000;
}
.slide-inner ul li .party-number span {
    display: inline-block;
    background-color: #dadada;
    height: 19px;
    margin: 3px 5px 0 0px;
	vertical-align: top;
	max-width: 65%;
}

/*Social Share*/
.social-share{
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 99;
}
@media (max-width: 767px) {
	.social-share{
	right: 20px;
}
}


.social-share li{
	float: left;
	margin: 0 0 0 10px;
	
}
.social-share li a i{
	font-size:23px;
}


.social-share li:nth-child(1) a{
	color: #3b5998;
}
.social-share li:nth-child(2) a{
	color: #1da1f2;
}

.social-share li:nth-child(3) a{
	color: #25d366;
}

