@font-face {font-family: 'DiDot'; font-display: swap; src: local('DiDot'), url('../../assets/fonts/Didot.ttc');}

#main {
	margin: auto auto;
	margin-top: 30px;
	max-width: 1260px;
	padding: 0 30px;
}

#main.banner {
	margin-top: 0;
	padding: 0;
}

ul, li {
	list-style: none;
}

.image {
	position: relative;
	display: inline-block;
}

.image img {
	max-width: 100%;
}

.eet_video_icon {
	bottom: 9px;
	width: 35px;
	height: 35px;
	left: 7px;
}

#main .first_page_top {
	border-top: 1px dotted #acacac;
	border-bottom: 1px dotted #acacac;
	display: inline-block;
	width: 85%;
	padding: 20px 0 14px;
	margin: 0 15px 20px 15%;
}

.first_page_top .cat_name h1 {
	display: inline-block;
	float: left;
	width: 100%;
}

.first_page_top .cat_name h1 a {
	font-size: 29px;
	line-height: 30px;
	font-family: "Roboto Bold", Arial;
	color: #000;
	vertical-align: sub;
	text-transform: uppercase;
}

.main_content {
	display: table;
	width: 100%;
	margin-bottom: 9px;
}

.title a {
	font-family: Georgia;
	color: #000;
}

.main_content .left_col {
	display: inline-block;
	position: relative;
	width: calc(100% - 320px);
	float: left;
	padding: 0 0 0 15%;
}

.topic_list .main_content .left_col {
	border-right: 1px dotted #acacac;
}

.left_col li {
	display: table;
	padding: 25px 0;
	width: 100%;
	height: 160px;
	border-bottom: 1px dotted #acacac;
}

.left_col ul {
	border-right: 1px dotted #acacac;
	padding-right: 20px;
}

.left_col ul > li:first-child {
	padding-top: 0;
}

.category .left_col ul > li:first-child .image,
.page-template-template-special-options .left_col ul > li:first-child .image {
	display: inline-block;
	float: left;
	width: 57.1%;
	max-width: 390px;
	font-size: 0;
}

li .article_info {
	display: inline-block;
	float: right;
}

.category .left_col ul > li:first-child .article_info,
.page-template-template-special-options .left_col ul > li:first-child .article_info {
	width: calc(42.9% - 30px);
}

.category .left_col ul > li:first-child .title,
.page-template-template-special-options .left_col ul > li:first-child .title{
	margin-bottom: 17px;
}

.category .left_col ul > li:first-child .title a,
.page-template-template-special-options .left_col ul > li:first-child .title a{
	font-size: 25px;
	line-height: 28px;
	font-family: Merriweather;
	letter-spacing: -0.4px;
}

.author_row {
	display: table;
	padding: 25px 0 20px;
	width: 100%;
	height: 160px;
	border-bottom: 1px dotted #acacac;
}

.author_row .author_image {
	position: relative;
	display: block;
	float: left;
	width: 80px;
	height: 80px;
}

.author_row .author_image img {
	max-width: 100%;
	border-radius: 50%;
}

.author_row .author_info {
	display: inline-block;
	width: calc(100% - 80px);
	padding: 20px;
}

.author_row .author_name {
	text-align: left;
	font-size: 24px;
	font-family: 'Merriweather', Georgia, Palatino;
	line-height: 26px;
}

.author_row .author_name a {
	color: #000;
}

.author_row .author_title {
	text-align: left;
	font-size: 14px;
	font-family: "Roboto Bold";
	color: #666;
	text-transform: uppercase;
}

li .excerpt {
	font-family: Merriweather;
	font-size: 16px;
	line-height: 19px;
	color: #666;
	height: 95px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.post_list .excerpt {
	height: 38px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 11px;
}

li .byline {
	font-size: 0;
	margin-top: 11px;
}

li .byline .time, .byline .time a {
	margin-right: 8px;
	font-family: "Roboto Regular", Arial;
	color: #000;
	font-size: 12px;
	font-weight: 100;
	text-transform: uppercase;
	font-style: italic;
}

li .byline .author, li .byline .author a {
	font-family: "Roboto Regular", Arial;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	color: #666;
	text-transform: uppercase;
}

.post_list .image {
	display: inline-block;
	float: left;
	width: 25.3%;
	max-width: 173px;
	font-size: 0;
}

.post_list .article_info {
	width: calc(74.7% - 28px);
}

.post_list .title a {
	font-size: 21px;
	line-height: 24px;
	font-family: Merriweather;
	letter-spacing: -0.4px;
}

.main_content .right_col {
	display: inline-block;
	width: 320px;
	padding-left: 20px;
}

.pagination {
	display: block;
	width: 100%;
	text-align: center;
	margin: 56px 0 94px;
}

.pagination .page-numbers {
	font-weight: bold;
	font-size: 13px;
	line-height: 13px;
	background: #f1f1f1 !important;
	color: #000;
	margin-right: 4px;
	border-radius: 2px;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
	border: none !important;
}

.pagination .current {
	background: #195bbc !important;
	color: #fff;
}

.pagination a:hover, .pagination a:active {
	background: #195bbc !important;
	color: #fff !important;
}

.cat-banner {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.cat-banner img {
	max-width: 100%;
}

.sticky-ad-right {
	position: fixed;
	top: 10px;
}

@media only screen and (max-width: 1100px) {
	#main .first_page_top {
		margin-left: 0;
	}
	.main_content .left_col {
		padding-left: 0;
	}
	.category .left_col ul > li:first-child .image,
	.page-template-template-special-options .left_col ul > li:first-child .image {
		width: 100%;
		margin-bottom: 15px;
	}
	.category .left_col ul > li:first-child .article_info,
	.page-template-template-special-options .left_col ul > li:first-child .article_info{
		width: 100%;
	}
}

.error404 .page_info {
	text-align: center;
}

.error404 .page_info .title {
	font-size: 21px;
	font-family: "Roboto Bold", Arial;
	line-height: 21px;
	text-transform: uppercase;
	color: #000;
	padding: 20px 0;
}

.error404 .search form {
	position: relative;
	width: 50%;
	margin: 30px auto;
}

.error404 .search input {
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background-color: #ececec;
	border: none;
	box-shadow: inset 0 0 1px #555;
	padding-left: 10px;
	padding-right: 40px;
	font-family: "Roboto Regular", Arial;
	font-family: "Roboto Regular", Arial;
}

.error404 .search .search_icon:before {
	font-family: genericons;
	content: '\f129';
	font-size: 15px;
	color: #000;
	position: absolute;
	top: 5px;
	right: 7px;
	padding-left: 7px;
}

.error404 .block_title {
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	margin: 0 0 30px;
	border-bottom: 1px dotted #acacac;
}

.error404 .block_title a {
	font-size: 29px;
	line-height: 30px;
	font-family: "Roboto Bold", Arial;
	color: #000;
	vertical-align: sub;
	text-transform: uppercase;
}

.error404 .left_col ul {
	border-right: none;
	padding-bottom: 100px;
}

.error404 .left_col ul>li:first-child .image {
	display: inline-block;
	float: left;
	width: 57.1%;
	max-width: 390px;
	font-size: 0;
}

.error404 .left_col ul>li:first-child .article_info {
	width: calc(42.9% - 30px);
}

.term_description p {
	width: 700px;
	font-family: Merriweather;
	font-size: 17px;
	line-height: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.letter_list .left_col {
	border-right: 1px dotted #acacac;
	padding-right: 20px;
}

.letter_list .section_title {
	font-family: 'Merriweather', Georgia, Palatino;
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	padding-right: 22px;
}

.letter_list .one_section {
	position: relative;
	padding: 20px 0 13px;
	border-bottom: 1px solid #eee;
}

.letter_list .one_section:first-child {
	padding-top: 0;
}

.letter_list .one_section:first-child .arrow {
	top: 1px;
}

.letter_list .one_section .arrow {
	position: absolute;
	top: 21px;
	right: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.letter_list .one_section .arrow:after {
	content: '\f19e';
	font-family: 'Genericons';
	font-size: 22px;
	color: #000;
}

.letter_list .section_content {
	display: none;
	padding-top: 20px;
}

.letter_list .section_content p {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 25px;
	font-family: Merriweather;
	letter-spacing: -0.1px;
}

.letter_list .one_section .date {
	font-family: "Roboto Regular", Arial;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	padding: 3px 0 12px;
}

.letter_list .one_section .author {
	font-family: "Roboto Regular", Arial;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	color: #666;
	text-transform: uppercase;
}

.letter_list .one_section img {
	max-width: 100%;
	height: auto;
}

.letter_list .one_section figure {
	margin: 0;
	margin-bottom: 25px !important;
	max-width: 100%;
	height: auto;
}

.letter_list .wp-caption-text, .letter_list figcaption {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	font-family: Arial;
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding-bottom: 6px;
	max-width: 100%;
}

.election2020 .container {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 50px 0;
	background: none;
	text-align: left;
}

.election2020 img {
	width: 100%;
}

header.election2020 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 10;
}

header.election2020 .container {
	position: relative;
	text-align: center;
	padding-top: 20px;
}

header.election2020 .container>div {
	display: inline-block;
}

header.election2020 .left {
	width: 350px;
	text-align: left;
    position: absolute;
    left: 0;
}

header.election2020 .right {
	width: 350px;
	text-align: right;
}

header.election2020 .logo {
	width: 230px;
}

header.election2020 .logo img {
	vertical-align: middle;
}

header.election2020 .social span {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: top;
	font-size: 0;
	margin-right: 5px;
	text-align: center;
	padding-top: 3px
}

header.election2020 .social .text {
	font-family: "Roboto Bold";
	font-size: 18px;
	line-height: 22px;
	width: auto;
	color: #fff;
}

header.election2020 .social a:before {
	color: #fff
}

header.election2020 .social .fb {
	background-color: #1877f2
}

header.election2020 .social .fb>a:before {
	font-family: 'Genericons';
	content: "\f12d";
	font-size: 17px;
	line-height: 25px;
	display: block
}

header.election2020 .social .twitter {
	background-color: #1da1f2
}

header.election2020 .social .twitter>a:before {
	font-family: 'Genericons';
	content: "\f17c";
	font-size: 17px;
	line-height: 25px
}

header.election2020 .social .parler {
	background-color: #9c0006
}

header.election2020 .social .parler>a:before {
	content: "";
	background: url("/images/election2020/ParlerW2.png") no-repeat center center;
	background-size: 17px 16px;
	background-position: 7px 4px;
	height: 21px;
	display: block
}

header.election2020 .social .email {
	background-color: #000
}

header.election2020 .social .email>a:before {
	font-family: 'Genericons';
	content: "\f144";
	font-size: 17px;
	line-height: 25px
}

header.election2020 .search {
	font-size: 0;
}

header.election2020 .search:before {
	content: '\f129';
	font-family: 'Genericons';
	font-size: 15px;
	color: #fff;
	margin-right: 5px;
	margin-left: 25px;
	line-height: 37px;
	vertical-align: top;
}

header.election2020 #search_pannel {
	position: absolute;
	top: 60px;
	right: 0;
	width: 240px;
	z-index: 1002;
}

header.election2020 #search_pannel form {
	position: relative
}

header.election2020 #search_pannel input {
	display: block;
	border-radius: 3px;
	height: 36px;
	outline: 0;
	border: 1px solid #999;
	width: 100%;
	padding-right: 35px;
	padding-left: 10px;
	box-shadow: 0 0 6px #e7e7e7;
}

header.election2020 #search_pannel .search_icon:before {
	font-family: genericons;
	content: '\f129';
	font-size: 15px;
	color: #000;
	position: absolute;
	top: 5px;
	right: 7px;
	border-left: 1px solid #999;
	padding-left: 7px
}

header.election2020 #search_pannel.hidden {
	display: none;
}

#main.election2020 {
	padding: 0;
	max-width: 100%;
	text-align: center;
	background: #0F2542;
	margin-top: 0;
	color: #000;
}

.election2020 .one_post {
	display: inline-block;
	width: 100%;
	text-align: left;
}

.election2020 .one_post>div {
	float: left;
}

.election2020 .one_post .img {
	position: relative;
	line-height: 0;
}

.election2020 .one_post .title {
	font-size: 17px;
	line-height: 25px;
	letter-spacing: -0.4px;
	padding-bottom: 5px;
}

.election2020 .one_post .title a {
	font-family: 'Merriweather', Georgia, Palatino;
}

.election2020 .one_post .time_diff {
	color: #E8364F;
	font-family: "Roboto Regular";
	font-size: 12px;
	font-style: italic;
}

.election2020 .block_title {
	font-family: "Roboto Bold";
	overflow: hidden;
}

.election2020 .top_block {
	position: relative;
	text-align: center;
}

.election2020 .countdown_container {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}

.election2020 .countdown_container .block_title {
	color: #fff;
}

.election2020 .countdown_container .note {
	color: #999999;
	font-family: "Roboto Regular";
    font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.election2020 .countdown {
	display: inline-block;
	width: 310px;
	border-radius: 3.6px;
	background-color: #fff;
	margin-top: 8px;
}

.election2020 .countdown .col {
	float: left;
	width: 25%;
	padding: 8px 0 5px;
	font-family: "Roboto Regular";
	border-right: 1px solid #D7D7D7;
}

.election2020 .countdown .col:last-child {
	border: none;
}

.election2020 .countdown .number {
	color: #000000;
	font-size: 48px;
	line-height: 48px;
}

.election2020 .countdown .text {
	font-size: 17px;
}

.election2020 .latest_updates {
	background: #f3f3f5;
	border-radius: 3px;
	padding: 30px 30px 20px;
}

.election2020 .latest_updates .row {
	display: inline-block;
	width: 100%;
}

.election2020 .video_fit_container {
	width: 100%;
	position: relative;
	padding: 0;
	padding-top: 56.25%;
}

.election2020 .video_fit_container>iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
}

.election2020 .latest_updates .live .img {
	float: left;
	width: 66.66%;
}

.election2020 .latest_updates .live .text {
	float: left;
	width: 33.33%;
	padding-left: 30px;
}

.election2020 .latest_updates .live .label {
	color: #fff;
	padding: 3px 10px;
	font-size: 23px;
	font-family: "Roboto Bold";
	background-color: #F65252;
	font-size: 23px;
}

.election2020 .latest_updates .live .title {
	font-size: 28px;
	font-weight: 600;
	letter-spacing: -0.3px;
	line-height: 37px;
}

.election2020 .latest_updates .videos {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 15px;
	margin-bottom: 40px;
}

.election2020 .latest_updates .videos .block_title {
	display: inline-block;
	font-size: 21px;
	float: left;
}

.election2020 .latest_updates .videos .read_more_cat {
	display: inline-block;
	float: right;
	margin: 0;
	padding: 0;
	width: auto;
}

.election2020 .latest_updates .videos .one_post {
	display: inline-block;
	float: left;
	width: 32%;
	margin-right: 2%;
}

.election2020 .latest_updates .videos .one_post:last-child {
	margin-right: 0;
}

.election2020 .latest_updates .videos .img {
	float: left;
	width: 50%;
}

.election2020 .latest_updates .videos .text {
	float: left;
	width: 50%;
	padding-left: 15px;
}

.election2020 .latest_updates .videos .title {
	font-size: 17px;
	letter-spacing: -0.4px;
	line-height: 21px;
}

.election2020 .latest_updates .col {
	width: 50%;
}

.election2020 .latest_updates .left .list {
	padding-right: 30px;
}

.election2020 .latest_updates .right .list {
	padding-left: 30px;
}

.election2020 .latest_updates .col.left .list {
	border-right: 1px solid #E6E6E6;
}

.election2020 .latest_updates .col .block_title {
	font-size: 28px;
	line-height: 38px;
	text-align: center;
	padding-bottom: 5px;
}

.election2020 .latest_updates .col .one_post {
	border-top: 1px solid #E6E6E6;
	padding: 10px 0 0;
}

.election2020 .latest_updates .col .text {
	float: left;
	width: 60%;
	padding-left: 20px;
}

.election2020 .latest_updates .col .img {
	width: 30%;
}

.election2020 .latest_updates .one_post.first {
	border: none;
}

.election2020 .latest_updates .first .img {
	width: 52%;
}

.election2020 .latest_updates .first .text {
	width: 48%;
}

.election2020 .latest_updates .instant {
	padding-right: 30px;
	border-right: 1px solid #E6E6E6;
}

.election2020 .latest_updates .instant .block_title {
	text-align: left;
}

.election2020 .latest_updates .featured .block_title {
	text-align: left;
	padding-left: 30px;
}

.election2020 .latest_updates .instant.left .list {
	padding-right: 0;
	border: none;
}

.election2020 .latest_updates .instant .time_diff {
	float: left;
	width: 80px;
}

.election2020 .latest_updates .instant .title {
	float: left;
	width: calc(100% - 80px);
    font-family: 'Merriweather', Georgia, Palatino;
	font-size: 16px;
	line-height: 21px;
}

.election2020 .latest_updates .instant .one_post:first-child {
	border: none;
}

.election2020 .latest_updates .featured .one_post:first-child {
	border: none;
}

.election2020 .latest_updates .instant .one_post:last-child {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 10px;
}

.election2020 .latest_updates .featured .one_post:last-child {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 10px;
}

.election2020 .latest_updates .line {
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 40px;
	margin-top: 15px;
}

.election2020 .latest_updates .highcharts-iframe {
	margin-bottom: 30px;
}

.election2020 .in_depth {
	padding: 40px 0 0;
}

.election2020 .in_depth .block_title {
	font-size: 32px;
	letter-spacing: 0;
	line-height: 38px;
	text-align: center;
	color: #fff;
	padding: 40px 0;
}

.election2020 .in_depth .block_title span {
	position: relative;
}

.election2020 .in_depth .block_title span:before {
	content: '';
	position: absolute;
	top: 0;
	right: 490px;
	width: 300px;
	height: 30px;
	background: url(/images/election2020/icon_starts_left.png) no-repeat center center;
}

.election2020 .in_depth .block_title span:after {
	content: '';
	position: absolute;
	top: 0;
	left: 490px;
	width: 300px;
	height: 30px;
	background: url(/images/election2020/icon_starts_right.png) no-repeat center center;
}

.election2020 .in_depth .col {
	float: left;
	width: 32%;
	margin-right: 2%;
	background: #f3f3f5;
}

.election2020 .in_depth .col:last-child {
	margin-right: 0;
}

.election2020 .in_depth .cat_image {
	position: relative;
	line-height: 0;
}

.election2020 .in_depth .cat_name {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #000;
	font-family: "Roboto Bold";
	font-size: 24px;
	line-height: 29px;
	background-color: #FFB424;
	padding: 5px 15px;
}

.election2020 .in_depth .one_post {
	width: calc(100% - 40px);
	margin: 0 20px;
	padding: 10px 0 10px;
	border-bottom: 1px solid #ccc;
}

.election2020 .in_depth .img {
	float: right;
	width: 28%;
}

.election2020 .in_depth .text {
	float: right;
	width: 72%;
	padding-right: 20px;
}

.election2020 .in_depth .title {
	font-size: 16px;
	letter-spacing: -0.4px;
	line-height: 21px;
	height: 65px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.election2020 .read_more_cat {
	display: inline-block;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 29px;
	padding-top: 6px;
	text-align: center;
}

.election2020 .read_more_cat a {
	color: #000;
	font-size: 13px;
	font-family: "Roboto Bold";
	line-height: 18px;
	font-weight: 400;
}

.election2020 .read_more_cat .arrow_right {
	border: solid black;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 4px;
	margin-left: 7px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.election2020 .key_issues {
	border-radius: 3px;
	background: #f3f3f5;
	margin-bottom: 100px;
}

.election2020 .key_issues .block_title {
	color: #000;
	text-align: left;
	font-size: 27px;
	background-color: #FFB424;
	padding: 8px 30px 6px;
}

.election2020 .key_issues .sub_container {
	padding: 0 30px 30px;
	max-height: 760px;
	overflow-y: scroll;
}

.election2020 .key_issues .row {
	display: flex;
	width: 100%;
	padding: 40px 0 20px;
}

.election2020 .key_issues .col_1 {
	float: left;
	width: 15%;
	padding-right: 50px;
	font-family: "Roboto Bold";
	font-size: 27px;
	line-height: 29px;
	padding-right: 50px;
}

.election2020 .key_issues .col_1 .number {
	font-size: 60px;
	line-height: 56px;
}

.election2020 .key_issues .col_2 {
	float: left;
	width: 40%;
	padding: 0 20px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.election2020 .key_issues .col_3 {
	float: left;
	width: 40%;
	padding: 0 20px;
}

.election2020 .key_issues .sub_col_1 {
	float: left;
	width: 50px;
}

.election2020 .key_issues .sub_col_2 {
	float: left;
	width: calc(100% - 50px);
	padding-left: 10px;
}

.election2020 .key_issues .text1 {
	font-family: "Roboto Bold";
	font-size: 23px;
	line-height: 25px;
	padding-bottom: 10px;
}

.election2020 .key_issues .col_2 .text1 {
	color: #C72F3A;
}

.election2020 .key_issues .col_3 .text1 {
	color: #3B78DE;
}

.election2020 .key_issues .text2 {
	font-family: 'Merriweather', Georgia, Palatino;
	font-size: 18px;
	letter-spacing: -0.3px;
	line-height: 23px;
}

.election2020 .key_issues .line {
	height: 20px;
	background: #E2E2E2;
}

.election2020 .profiles {
	padding: 80px 0;
}

.election2020 .profiles .block_title {
	font-size: 32px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	padding: 40px 0;
}

.election2020 .profiles .block_title span {
	position: relative;
}

.election2020 .profiles .block_title span:before {
	content: '';
	position: absolute;
	top: 0;
	right: 264px;
	width: 300px;
	height: 30px;
	background: url(/images/election2020/icon_starts_left.png) no-repeat center center;
}

.election2020 .profiles .block_title span:after {
	content: '';
	position: absolute;
	top: 0;
	left: 264px;
	width: 300px;
	height: 30px;
	background: url(/images/election2020/icon_starts_right.png) no-repeat center center;
}

.election2020 .profiles .col {
	display: inline-block;
	width: 48%;
	color: #fff;
	font-family: "Roboto Regular";
	line-height: 19px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.election2020 .profiles .sub_col_1 {
	float: left;
	width: 150px;
	text-align: center;
}

.election2020 .profiles .sub_col_2 {
	float: left;
	width: calc(100% - 150px);
	padding-left: 20px;
}

.election2020 .profiles .name {
	font-family: "Roboto Bold";
	font-size: 23px;
	line-height: 23px;
}

.election2020 .profiles .label {
	font-family: "Roboto Bold";
	background-color: #C72F3A;
	font-size: 16px;
	color: #fff;
	padding: 2px 5px;
	margin-left: 10px;
	vertical-align: text-bottom;
}

.election2020 .profiles .right .label {
	background-color: #3B78DE;
}

.election2020 .profiles .text3 {
	font-style: italic;
	padding: 10px 0 20px;
}

.election2020 .profiles .text4 {
    text-align: justify;
    line-height: 21px;
    font-family: "Roboto Regular", Arial;
    font-size: 15px;
}

.election2020 .ymk_social {
	display: inline-block;
	position: relative;
}

.election2020 .share_dropdown {
	position: absolute;
	width: 100px;
	height: 150px;
	padding-top: 10px;
	opacity: 1;
	z-index: 9;
	display: inline-block;
}

.election2020 .share_dropdown .share {
	margin: 0;
	text-align: center;
	display: block;
	padding: 10px 0 18px;
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 3px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .3);
}

.election2020 .share_dropdown a {
	width: 100%;
	color: #555;
	clear: left;
	overflow: hidden;
	white-space: nowrap;
	display: list-item;
	line-height: 28px;
	text-align: -webkit-match-parent;
	border-bottom: 1px dotted #cecece;
	font-family: "Roboto Regular", Arial;
}

.election2020 a.share_link, .election2020 a.cmt_link {
	font-size: 0;
	line-height: 0;
	vertical-align: baseline;
	display: inline;
}

.election2020 .share_link {
	margin: 0 30px 0 15px;
}

.election2020 .share_link .share, .cmt_link .comments {
	font-size: 11px;
	line-height: 12px;
	color: #444;
	font-weight: 400;
	font-family: "Roboto Regular", Arial;
}

.election2020 .share_link>span:before {
	display: inline-block;
	font-family: 'Genericons';
	font-size: 17px;
	font-weight: 100;
	line-height: 17px;
	color: #777;
	margin-right: 4px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.election2020 .share_link .share:before {
	content: "\f1a5";
	font-size: 15px;
}

.election2020 .cmt_link:before {
	height: 21px;
}

.page-template-template-election2020 #footer {
	position: relative;
	z-index: 100;
	background-color: #343434;
}

.page-template-template-election2020 #footer .toprow {
	border: none;
	padding: 0;
}

.page-template-template-election2020 #footer .toprow .logo {
	float: none;
	display: block;
	margin: auto;
	text-align: center;
}

.page-template-template-election2020 #footer .copyright {
    border: none;
    padding: 5px 0;
    margin: 0 auto;
    color: #CCC;
    text-align: center;
    font-size: 13px;
}

.page-template-template-election2020 #footer #backtotop .totop {
	right: 10px;
}

@media screen and (min-width: 1000px) {
	.page-template-template-election2020 #footer #backtotop .totop {
		right: 30px;
		bottom: 80px;
	}
}

@media screen and (max-width: 999px) and (min-width: 700px) {
	.page-template-template-election2020 #footer #backtotop .totop {
		left: 20px;
		bottom: 20px;
	}
}

@media screen and (max-width: 699px) {
	.page-template-template-election2020 #footer #backtotop .totop {
		left: 20px;
		bottom: 20px;
	}
}

@media screen and (max-width: 1100px) {
	header.election2020 .container .left {
		display: none !important;
	}
	.election2020 .top_block {
		padding-bottom: 4%;
	}
	.election2020 .countdown_container {
		bottom: 1vw;
	}
	.election2020 .countdown {
		width: 240px;
	}
	.election2020 .countdown .number {
		font-size: 35px;
		line-height: 35px;
	}
}

@media screen and (max-width: 900px) {
	.election2020 .latest_updates .live .img {
		width: 100%;
	}
	.election2020 .latest_updates .live .text {
		width: 100%;
		padding: 10px 0;
	}
	.election2020 .latest_updates .videos .img {
		width: 100%;
	}
	.election2020 .latest_updates .videos .text {
		width: 100%;
		padding: 10px 0;
	}
	.election2020 .latest_updates .col .img {
		width: 40%;
	}
	.election2020 .latest_updates .col .text {
		width: 60%;
	}
	.election2020 .latest_updates .col .title {
		font-size: 17px;
		line-height: 21px;
	}
	.election2020 .latest_updates .first .img {
		width: 100%;
	}
	.election2020 .latest_updates .first .text {
		width: 100%;
		padding: 10px 0;
	}
	.election2020 .in_depth .img {
		width: 100%;
	}
	.election2020 .in_depth .text {
		width: 100%;
		padding: 10px 0;
	}
	.election2020 .profiles .col {
		width: 100%;
		padding: 20px;
	}
}
