 @charset "utf-8";
 :root {
 	--font-widget-base: 'Poppins', sans-serif;
 	--color-base: #393939;
 	--color-white: #fff;
 	--color-grey: #e3e7f1;
 	--color-purple: #35144f;
 	--color-yellow: #ffbf00;
 	--font-base: 'Lato', sans-serif;
 	--style-border: 1px solid #393838;
 }
 /*
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;
*/
 /*Fixing*/
 body {
 	font-size: 19px;
 	font-weight: 400;
 	color: var(--color-base);
 	overflow-x: hidden;
 	background-color: #fff;
 	font-family: var(--font-base);
 	font-style: normal;
 }
 .not-select {
 	-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;
 }
 .no-padd {
 	padding: 0 !important;
 }

.logo-tq.is-mobile{
	display: none;
}


 p {
 	line-height: 150%;
 	margin-bottom: 25px;
 }
 a {
 	text-decoration: none;
 	outline: none;
 	color: var(--color-base);
 }
 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: var(--font-base);
 }
 /**/
 .header-wrapper {
 	background-color: var(--color-purple);
 	padding: 15px 0px;
 	height: 80px;
 }
 .header-wrapper .container {
 	width: 100%;
 	max-width: 100%;
 	padding: 0px 40px;
 	height: 100%;
 }
 .header-wrapper .container .inner-container {
 	height: 100%;
 	position: relative;
 }
 .logo-tq {
 	display: block;
 	width: 78px;
 	position: absolute;
 	left: 0;
 	top: 0px;
 }
 .btn-skip {
 	position: absolute;
 	top: 4px;
 	right: 0;
 	border: 2px solid var(--color-yellow);
 	color: var(--color-yellow);
 	height: 42px;
 	line-height: 35px;
 	padding: 0px 15px;
 	text-align: center;
 	font-weight: 900;
 	display: block;
 	border-radius: 5px;
 	font-size: 19px;
 	overflow: hidden;
 }
 .btn-skip:hover {
 	background-color: var(--color-yellow);
 	color: var(--color-purple);
 }
 .external-nav {
 	height: 100%;
 	margin: 0px 200px 0 98px;
 	/* 	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: '';
 	display: none;
 }
 .external-nav ul {
 	position: absolute;
 	left: 20px;
 	top: 50%;
 	transform: translateY(-50%);
 }
 .external-nav ul li {
 	float: left;
 	margin-right: 25px;
 }
 .external-nav ul li a {
 	display: block;
 	opacity: 0.5;
 }
 .external-nav ul li a:hover {
 	opacity: 1;
 }
 .external-nav ul li.is-bloomberg-quint a {
 	width: 160px;
 }
 .external-nav ul li.is-quint-hindi a {
 	width: 95px;
 }
 .external-nav ul li.is-fit a {
 	width: 30px;
 }
 .external-nav ul li.is-neon a {
 	width: 65px;
 }
 .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;
 }
 .live-wrapper {
 	padding: 28px 0 32px 0px;
 	background-color: var(--color-grey);
 }
 .live-wrapper h1 {
 	text-align: center;
 }
 .live-wrapper h1 img {
 	display: inline-block;
 	max-width: 370px;
 	width: 100%;
 }
 .party-leaders {
 	position: relative;
 	margin-top: -5px;
 }
 .single-lead {
 	float: left;
 	position: relative;
 }
 .single-lead:nth-child(2) {
 	float: right;
 }
 .single-lead .fig-img {
 	width: 100px;
 	overflow: hidden;
 	border-radius: 100%;
 	background-color: var(--color-white);
 	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
 }
 .single-lead figcaption {
 	position: absolute;
 	top: 50%;
 	line-height: 100%;
 	font-weight: 900;
 	color: var(--color-purple);
 	white-space: nowrap;
 	display: block;
 	font-size: 25px;
 	transform: translateY(-50%);
 }
 .single-lead:nth-child(1) figcaption {
 	left: 120px;
 }
 .single-lead:nth-child(2) figcaption {
 	right: 120px;
 }
 .lead-by {
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	line-height: 100%;
 	transform: translate3d(-50%, -50%, 0);
 	background-color: #393838;
 	border-radius: 5px;
 	padding: 14px 14px;
 	overflow: hidden;
 	color: var(--color-white);
 	font-weight: 900;
 	letter-spacing: 0.5px;
 	font-size: 20px;
 }
 .progress {
 	position: relative;
 	height: 60px;
 	background-color: var(--color-white);
 	border-radius: 5px;
 	margin: 60px 0px 20px 0;
 	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
 	border: var(--style-border);
 }
 .progress .progress-party {
 	float: left;
 	background-color: #dadada;
 	border-right: var(--style-border);
 	position: relative;
 	height: 58px;
 	background-size: 200% 200%;
 	animation: RepeatBg 30s linear infinite;
 	text-align: center;
 	display: none;
 }
 .progress .progress-party.is-count {
 	display: block;
 }
 .progress .progress-party:first-child {
 	border-radius: 4px 0px 0px 4px;
 	text-align: left;
 }
 .progress .progress-party:last-child {
 	border: 0;
 	border-radius: 0px 4px 4px 0px;
 	text-align: right;
 }
 .progress .progress-party span {
 	font-size: 34px;
 	font-weight: 900;
 	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
 	line-height: 58px;
 	color: var(--color-white);
 	padding: 0px 20px;
 	display: inline-block;
 }
 .progress .progress-party label {
 	position: absolute;
 	line-height: 30px;
 	background-color: var(--color-white);
 	top: -45px;
 	left: 50%;
 	width: 70px;
 	transform: translateX(-50%);
 	text-align: center;
 	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
 	border-radius: 3px;
 	height: 30px;
 	font-size: 17px;
 	font-weight: 900;
 	color: var(--color-purple);
 }
 .progress .progress-party label::before {
 	position: absolute;
 	left: 50%;
 	bottom: -15px;
 	content: '';
 	width: 0;
 	height: 0;
 	border-left: 10px solid transparent;
 	border-right: 10px solid transparent;
 	border-top: 15px solid var( --color-purple);
 	margin-left: -10px;
 }
 .body-wrapper {
 	padding: 20px 0px;
 }
 .container-block {
 	position: relative;
 }
 .col .inner-block {
 	background-color: var(--color-white);
 	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
 	border-radius: 5px;
 	overflow: hidden;
 	position: relative;
 	height: 100%;
 }
 .block-header {
 	background-color: #ededed;
 	height: 50px;
 	border-radius: 5px 5px 0px 0px;
 	text-align: center;
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 }
 .block-header.is-purple {
 	background-color: var(--color-purple);
 }
 .block-header.is-yellow {
 	background-color: var(--color-yellow);
 	border: var(--style-border);
 }
 .block-header h2 {
 	font-size: 22px;
 	font-weight: 900;
 	line-height: 48px;
 	text-transform: uppercase;
 	white-space: nowrap;
 }
 .is-tv .block-header {
 	height: 45px;
 }
 .is-tv .block-header h2 {
 	font-size: 16px;
 	text-transform: inherit;
 	line-height: 43px;
 }
 .is-tv .block-body {
 	margin-top: 45px;
 }
 .is-party .block-header {
 	height: 38px;
 	border: var(--style-border);
 }

 .is-state .is-party .block-header {
 	background-color: var(--color-yellow);
 	
 }
.is-state .is-party .block-header h2{
	color: var(--color-purple);
}


 .is-party .block-header h2 {
 	font-size: 18px;
 	text-transform: inherit;
 	line-height: 36px;
 	color: var(--color-white);
 	margin: 0;
 	padding: 0;
 }
 .is-party .block-body {
 	margin-top: 38px;
 	position: relative;
 	height: auto;
 }

.is-state .is-party .block-body{
	min-height: 175px;
	height: auto;
}

 .is-party .block-body span {
 	display: block;
 	text-align: center;
 	font-size: 30px;
 	font-weight: 900;
 	line-height: 100%;
 	color: var(--color-purple);
 	padding: 18px 0px 20px 0px;
 }
 .block-header.is-yellow h2 {
 	color: var(--color-purple);
 }
 .block-header.is-purple h2 {
 	color: var(--color-white);
 }
 .block-body {
 	margin-top: 50px;
 	font-weight: 400;
 	font-size: 17px;
 	z-index: 99;
 	height: calc(100% - 50px);
 }
 .is-scroll.block-body {
 	height: 296px;
 	overflow: auto;
 }
 .block-body .lists {}
 .block-body .lists li {
 	display: block;
 	position: relative;
 	padding: 0px 0px 0px 20px;
 	margin-bottom: 15px;
 	line-height: 140%;
 }
 .block-body .lists li::before {
 	position: absolute;
 	top: 6px;
 	left: 0;
 	width: 10px;
 	height: 10px;
 	background-color: var(--color-base);
 	content: '';
 	display: block;
 	border-radius: 100%;
 	overflow: hidden;
 }
 .block-body .lists li a {
 	position: relative;
 	display: inline-block;
 }
 .block-body .lists li a:hover {
 	color: var(--color-purple);
 	text-decoration: underline;
 }
 .tab {
 	display: table;
 	table-layout: fixed;
 	width: 100%;
 }
 .tab ul {
 	display: table-row;
 	margin: 0;
 	padding: 0;
 }
 .tab ul li {
 	list-style: none;
 	display: table-cell;
 	text-align: center;
 	overflow: hidden;
 }
 .tab ul li a {
 	display: block;
 	line-height: 47px;
 	height: 50px;
 	font-weight: 900;
 	font-size: 22px;
 	overflow: hidden;
 	border: 0.5px solid rgba(0, 0, 0, 0);
	text-transform: uppercase;
 }
 .tab ul li a:hover {
 	background-color: rgba(0, 0, 0, 0.05);
 	color: var(--color-purple);
 }
 .tab ul li.is-active a {
 	background-color: var(--color-yellow);
 	border: var(--style-border);
 	color: var(--color-purple);
 	cursor: default;
 }
 .tab ul li:first-child a {
 	border-radius: 5px 0px 0px 0px;
 }
 .tab ul li:last-child a {
 	border-radius: 0px 5px 0px 0px;
 }
 .tab-content.inactive {
 	height: 0px !important;
 	display: block !important;
 	overflow: hidden !important;
 	visibility: hidden !important;
 }
 .tab-inner-content {
 	padding: 20px;
 	height: 100%;
 	position: relative;
 }
 .live-wrapper h2 {
 	font-size: 26px;
 	font-weight: 800;
 	color: var(--color-purple);
 	line-height: 100%;
 	margin: 0 0 10px 0;
 	position: relative;
 	padding-left: 28px;
 	z-index: 99;
 }
 .container.live-container {
 	margin-top: 15px;
 }
 .live-data {
 	padding: 10px 15px;
 	border-radius: 5px;
 	background-color: var(--color-white);
 	color: var(--color-purple);
 	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
 	font-weight: 700;
 	line-height: 130%;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 	font-size: 20px;
 	overflow: hidden;
 	display: block;
 	height: 46px;
 }
 .live-data li {
 	white-space: nowrap;
 	text-overflow: ellipsis;
 	overflow: hidden;
 }
 .live-data li.visible {
 	display: block;
 }
 .live-data a {
 	color: var(--color-purple);
 	display: block;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 	overflow: hidden;
 }
 .live-data a:hover {
 	color: var(--color-purple);
 }
 /*Stories*/
 .slider-container {
 	padding: 30px 15px;
 }
 .stories {
 	margin: 0px 0px;
 }
 .story-item {
 	margin: 0px 15px;
 	text-align: center;
 }
 .story-item a {
 	background: var(--color-white);
 	display: block;
 	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
 	border-radius: 5px;
 	overflow: hidden;
 }
 .story-item a:hover {
 	background: var(--color-yellow);
 }
 .img-cont {
 	position: relative;
 	overflow: hidden;
 }
 .story-img {
 	position: relative;
 	overflow: hidden;
 	background-color: #505050;
 	background-size: cover;
 	background-position: center center;
 	background-repeat: no-repeat;
 }
 .story-img img {
 	width: 100%;
 }
 .story-item a .story-img {
 	transform: scale3d(1, 1, 1);
 	transform-origin: center;
 	transition: 0.2s transform ease-in-out;
 }
 .story-item a:hover .story-img {
 	/*    transform: scale3d(1.3, 1.3, 1.3);*/
 }
 .story-item a figcaption {
 	padding: 8px 10px;
 	font-size: 16px;
 	line-height: 130%;
 	font-weight: 700;
 	min-height: 56px;
 }
 .slider-container {
 	position: relative;
 }
 .arrow {
 	position: absolute;
 	top: 50%;
 	width: 40px;
 	height: 40px;
 	background-color: var(--color-white);
 	border-radius: 100%;
 	font-size: 0;
 	z-index: 9999;
 	transform: translateY(-50%);
 	display: block;
 	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
 	background-repeat: no-repeat;
 	background-size: 25%;
 }
 .arrow.arrow-prev {
 	left: 10px;
 	background-image: url("../images/arrow-prev.svg");
 	background-position: 14px center;
 }
 .arrow.arrow-next {
 	right: 10px;
 	background-image: url("../images/arrow-next.svg");
 	background-position: 16px center;
 }
 .arrow.arrow-next.media-next {
 	right: -30px;
 	margin-top: 15px;
 }
 .arrow.arrow-prev.media-prev {
 	left: -30px;
 	margin-top: 15px;
 }
 .arrow.arrow-prev.formation-prev {
 	left: 20px;
 }
 .arrow.arrow-next.formation-next {
 	right: 20px;
 }
 .arrow:hover {
 	background-color: var(--color-yellow);
 }
 .party-lists {}
 .party-lists li {
 	position: relative;
 	margin: 0px 0px 18px 0;
 	height: 22px;
 }
 .party-lists li:last-child {
 	margin-bottom: 0;
 }
 .party-lists li label {
 	display: block;
 	line-height: 100%;
 	font-weight: 900;
 	font-size: 18px;
 	color: var(--color-purple);
 	white-space: nowrap;
 }
 .party-lists li .pogress {
 	position: absolute;
 	width: 100%;
 	padding: 0 0px 0 120px;
 	top: 0;
 	left: 0;
 }
 /*
.lang-hi .party-lists li .pogress {
	padding: 0 0px 0 130px;
}
*/
 .party-lists li .progress-party {
 	display: block;
 	background-color: #fff !important;
 	height: 18px;
 	position: relative;
 	/* max-width: calc(100% - 45px); */
 	border-radius: 2px;
 	width: 100% !important;
 }
 .party-lists li .progress-party span {
 	position: absolute;
 	top: 0;
 	/* right: -40px; */
 	width: 100%;
 	color: #111111;
 	line-height: 100%;
 	font-weight: 900;
 	font-size: 18px;
 	z-index: 99;
 	height: 18px;
 	padding-left: 5px;
 	background-color: var(--color-white);
 	text-align: right;
 }
 .key-formation-slider {
 	text-align: center;
 	margin: 0px 40px;
 	position: relative;
 	top: 50%;
 	transform: translateY(-50%);
 }
 .key-formation-slider h3 {
 	font-size: 30px;
 	font-weight: 700;
 	color: var(--color-purple);
 	line-height: 100%;
 }
 .key-formation-slider h4 {
 	line-height: 100%;
 }
 .key-formation-slider h4 span {
 	display: inline-block;
 	line-height: 50px;
 	font-size: 30px;
 	font-weight: 700;
 	padding: 0px;
 	background-color: var(--color-purple);
 	color: var(--color-white);
 	width: 110px;
 	height: 52px;
 	border-radius: 5px;
 	box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
 }
 .key-formation-slider .item-content {
 	position: relative;
 	height: 140px;
 }
 .key-formation-slider .item-content p {
 	margin: -2px 0 0 0;
 	line-height: 130%;
 	font-size: 20px;
 	font-weight: 600;
 	position: relative;
 	top: 50%;
 	transform: translateY(-50%);
 	padding: 0px 20px;
 }
 .btn-footer {
 	position: absolute;
 	bottom: 0;
 	left: 0;
 	width: 100%;
 }
 .footer-wrapper {
 	background-color: var(--color-purple);
 	padding: 30px 0px;
 	min-height: 170px;
 	margin-top: 20px;
 }
 .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: var(--color-yellow);
 	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: var(--color-yellow);
 }
 .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;
 }
 .social-share {
 	position: absolute;
 	top: 0;
 	right: 0px;
 	z-index: 101;
 }
 @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;
 }
 .msg span {
 	padding: 12px 15px;
 	border-radius: 5px;
 	background-color: var(--color-white);
 	color: var(--color-purple);
 	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
 	font-weight: 700;
 	line-height: 130%;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 	font-size: 18px;
 	overflow: hidden;
 	display: block;
 	text-align: center;
 	text-transform: uppercase;
 	margin: 30px 0px 20px 0px;
 }
 .is-party ul li {
 	display: block;
 	margin-bottom: 15px;
 	position: relative;
 	height: 22px;
 }
 .is-party ul li:last-child {
 	margin-bottom: 0px;
 }
 .is-party li label {
 	display: block;
 	line-height: 100%;
 	font-weight: 900;
 	font-size: 18px;
 	color: var(--color-purple);
 	white-space: nowrap;
 	text-transform: uppercase;
 }
 .is-party li strong {
 	display: block;
 	line-height: 100%;
 	font-weight: 900;
 	font-size: 18px;
 	color: #111;
 	white-space: nowrap;
 	text-transform: uppercase;
 	position: absolute;
 	right: 0;
 	top: 0;
 }
 .total-seat-count {
 	text-align: right;
 	position: relative;
 }
 .total-seat-count span {
 	color: var(--color-white);
 	background-color: var(--color-purple);
 	display: inline-block;
 	line-height: 100%;
 	padding: 6px 13px;
 	border-radius: 3px;
 	font-weight: 900;
 	position: absolute;
 	top: 0;
 	right: 0;
 	font-size: 18px;
 	white-space: nowrap;
 }
 .btn-tap {
 	position: absolute;
 	display: block;
 	width: 100%;
 	height: 100%;
 	background-color: rgba(0, 0, 0, 0.5);
 	z-index: 999;
 	top: 0;
 	left: 0;
 	transform: scale3d(1, 1, 1);
 	transition: 0.2s ease-in-out;
 }
 .btn-tap span {
 	position: absolute;
 	color: var(--color-white);
 	text-transform: uppercase;
 	font-weight: 900;
 	background-color: #393838;
 	height: 40px;
 	line-height: 40px;
 	padding: 0px 15px;
 	border-radius: 3px;
 	top: 50%;
 	left: 50%;
 	transform: translate3d(-50%, -50%, 0);
 	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
 	transition: 0.4s ease-in-out;
 	transform-origin: center;
 }
 .btn-tap:hover span {
 	background-color: var(--color-yellow);
 	color: var(--color-purple);
 }
 .btn-tap.is-explore {
 	transform: scale3d(0, 0, 0);
 	pointer-events: none;
 }
 .state-data {
 	position: absolute;
 	width: 100%;
 	bottom: 0;
 	left: 0;
 	box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.16);
 	background-color: rgba(255, 255, 255, 0.9);
 	padding: 20px;
 	transform: translate3d(0, 120%, 0);
 	transition: 0.5s ease-in-out;
 	transform-origin: bottom;
 	border-top: 5px solid var(--color-purple);
 }
 .state-data::before {
 	background-color: #393838;
 	height: 1px;
 	width: 100%;
 	content: '';
 	display: block;
 	position: absolute;
 	top: -5px;
 	left: 0;
 	pointer-events: none;
	 display: none;
 }
 .close-state {
 	position: absolute;
 	top: -25px;
 	right: 30px;
 	display: block;
 	background-repeat: no-repeat;
 	width: 80px;
 	height: 21px;
 	background-image: url(../images/arrow-state-p.svg);
 	font-size: 0;
 	background-size: 100%;
 	z-index: 9999;
 }
 .state-data.is-data {
 	transform: translate3d(0, 0, 0);
 }
 .state-data header {
 	padding-bottom: 20px;
 	position: relative;
 }
 .state-data header h3 {
 	float: left;
 	color: var(--color-purple);
 	font-weight: 900;
 	font-size: 20px;
 	text-transform: uppercase;
 	line-height: 100%;
 }
 .state-data .total-seat {
 	float: right;
 	color: var(--color-white);
 	background-color: var(--color-purple);
 	display: inline-block;
 	line-height: 100%;
 	padding: 6px 13px;
 	border-radius: 3px;
 	font-weight: 900;
 	font-size: 16px;
 	white-space: nowrap;
 	position: absolute;
 	right: 0;
 	top: -4px;
 }
 .state-data ul {
 	margin: 0px -20px;
 }
 .state-data ul li {
 	float: left;
 	width: 50%;
 	margin-bottom: 10px;
 	position: relative;
 	padding: 0px 20px;
 }
 .state-data ul li label {
 	display: block;
 	line-height: 100%;
 	font-weight: 700;
 	font-size: 18px;
 	color: var(--color-purple);
 	white-space: nowrap;
 	text-transform: uppercase;
 }
 .state-data ul li span {
 	display: block;
 	line-height: 100%;
 	font-weight: 700;
 	font-size: 18px;
 	color: #111;
 	white-space: nowrap;
 	text-transform: uppercase;
 	position: absolute;
 	right: 20px;
 	top: 0;
 }
