@charset "utf-8";

/* MENU */

.header2 {
	position:fixed;
	z-index:9999;
	height:50px;
	width:100%;
	background-color: #0066a5;
	box-sizing:border-box;
	border-bottom: 1px solid #004671;
}

.header2 .menutoggle{
	position:relative;
	height:50px;
	width:50px;
	background-color:#14244a;
	box-sizing:border-box;
	display: none;
	cursor: pointer;
}


.header2 .menutoggle .icon{
	position:absolute;
	left:5px;top:5px;bottom:5px;right:5px;
	width:auto;height:auto;
}

.menulist{
	position:fixed;
	z-index:10000;
	left:0;top:50px;bottom:0;
	width:0;
	height:auto;
	background: rgba(0, 0, 0, .90);
	overflow-x:hidden;
	font-family: 'Open Sans', Arial, sans-serif;
}

.menulist p {
	font-size: 14px;
	color: #ffffff;
	width: 300px;
	text-align: center;
}

.menulist h1 {
	font-size: 18px;
	color: #ffffff;
	width: 320px;
	margin: 20px auto 0;
	text-align: center;
}

.menulist h2 {
	font-size: 16px;
	color: #ffffff;
	width: 300px;
	margin: 20px 0 0 10px;
}


.menulist ul {
	font-size: 14px;
	width: 300px;
	margin: 20px 0 0 10px;
	font-weight: 700;
}

.menulist li {
	margin-bottom: 14px;
}

.menulist a, .menulist a:visited {
	text-decoration: none;
	color: #ffffff;
}

.menulist a:hover {
	text-decoration: none;
	color: #059dff;
}

.menuline{
	position:absolute;
	width:30px;
	height:5px;
	margin-left:4px;
	margin-bottom:5px;
	background:#ffffff;
}
.menuline.f{left:0;top:5px;}
.menuline.s{left:0;top:15px;}
.menuline.t{left:0;top:25px;}

.ye_sm {
	float: right;
	color: #ffffff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	margin: -36px 10px 0 0;
	font-weight: 700;
}

.ye_sm i {
	margin-left: 10px;
}

.ye_sm i:hover {
	color: #c2c2c2;
}

.ye_sm a, .ye_sm a:visited {
	color: #fff;
}

#resp_menu {
	width: 1170px;
	margin: 0 auto;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 16px;
}

#resp_menu ul {
	height: 50px;
}

#resp_menu li {
	float: left;
	/* padding: 17px 0 0 25px; */
	margin-right: 40px;
	margin-top: 15px;
}

#resp_menu li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    text-decoration: none;
}

#resp_menu li a:hover, .dropdown:hover .dropbtn {
    
}

#resp_menu li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0066a5;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: #ffffff!important;
    padding: 12px 16px;
    text-decoration: none;
    display: block!important;
    text-align: left!important;
}

.dropdown-content a:hover {background-color: #005c94;}

.dropdown:hover .dropdown-content {
    display: block;
}

#resp_menu a, #resp_menu a:visited {
	color: #ffffff;
	text-decoration: none;
}

#resp_menu a:hover {
	color: #c2c2c2;
}

#resp_ml {
	width: 70px;
	height: 50px;
}

.mlogo {
	padding: 0;
	margin-top: -20px!important;
	width: 137px;
	height: 100px;
	background-color: #ffffff;
	text-align: center;
	border-left: 1px solid #007bc9;
	border-right: 1px solid #007bc9;
	border-bottom: 1px solid #007bc9;
}

.mlogo2 {
	padding: 0;
	text-align: center;
	margin-top: -1px!important;
}

.mlogo img {
	width: 95%;
}

/* LOGO */
#election_logo_m {
	width: 100%;
	text-align: center;
	display: none;
}

#election_logo_m img {
	width: 50%;
}

/* SLIDER */

#snav {
	position: absolute;
	z-index: 2;
	width: 100%;
  	top: 50%;
	transform: translateY(-50%);
	font-size: 49px;
	overflow: hidden;
}

#prev {
	float: left;
	width: 55px;
	height: 65px;
	background-color: rgba(255, 255, 255, 0.3);
	text-align: center;
	padding-top: 20px;
}

#next {
	float: right;
	width: 55px;
	height: 65px;
	background-color: rgba(255, 255, 255, 0.3);
	text-align: center;
	padding-top: 20px;
}


#snav a, #snav a:visited, #snav a:hover {
	color: #ffffff;
	text-decoration: none;
}

#slider {
	height: 85vh;
	width: 100%;
	overflow: hidden;
}

#election_slider {
	width: 100%;
	z-index: 1;
}

#es_img {
	width: 100%;
	height: 85vh;	
	background-size: cover;
	background-position: 50% 50%;
}

#es_head h1 {
	font: 48px 'Oswald', Arial, sans-serif;
	color: #ffffff;
	text-shadow: 4px 4px 4px #000000;
}

#es_head2 h1 {
	font: 48px 'Oswald', Arial, sans-serif;
	color: #ffffff;
	text-shadow: 4px 4px 4px #000000;
}

#es_head h2 {
	font: 18px 'Open Sans', Arial, sans-serif;
	color: #ffffff;
	text-shadow: 0 0 4px #000000;
	margin-top: 10px;
}

#es_head p {
	font: 18px 'Open Sans', Arial, sans-serif;
	color: #ffffff;
	text-shadow: 0 0 4px #000000;
	margin-top: 20px;
}

#es_head {
	position: absolute;
	left: 10%;
	bottom: 60px;
	width: 960px;
	height: auto;
}

#es_head2 {
	position: absolute;
	bottom: 60px;
	width: 600px;
	height: auto;
}


#slider a, #slider a:visited, #slider a:hover {
	color: #ffffff;
	text-decoration: none;
}

#morenews {
	padding: 10px;
	position: absolute;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.3);
	z-index: 3;
	left: 48%;
	font: 18px 'Open Sans', Arial, sans-serif;
	font-weight: 700;
}

#morenews a, #morenews a:visited, #morenews a:hover {
	color: #007bc9;
	text-decoration: none;
}

/* SECTION WRAP */

#section_wrap {
	width: 1170px;
	height: auto;
	margin: 20px auto 0;
	overflow: hidden;
}

#section_wrap a, #section_wrap a:visited, #section_wrap a:hover {
	text-decoration: none;
}

 #section_wrap2 {
	width: 1170px;
	height: auto;
	margin: 0 auto 0;
	overflow: hidden;
}

#section_wrap a, #section_wrap a:visited, #section_wrap a:hover {
	text-decoration: none;
}


/* SLIDER WRAP */
#slider_events_wrap {
	width: 1170px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

#swrap {
	float: left;
	width: 850px;
	height: auto;
}

#swrap a, #swrap a:visited, #swrap a:hover {
	color: #ffffff;
	text-decoration: none;
}

#events_wrap {
	float: right;
	width: 300px;
	height: auto;
}

#prof_img {
	width: 100%;
	margin: 20px 0 auto;
}

#prof_img img {
	width: 100%;
}

/* SLIDER */

.swiper-container {
	width: 850px;
	height: 470px;
	margin-top: 20px;
}

.swiper-slide-bg {
	background-color: #242426;	
}


#slide1:before {
	content: ' ';
	display: block;
	position: absolute;

}

#slide1 {
	width: 100%;
	height: 100%;
	position: relative;
}

#slide1:before {
	content: ' ';
	display: block;
	position: absolute;

}

#slide_bg {
	background-color: rgba(36,36,36, 0.4);
	position: relative;
	width: 100%;
	height: 100%;
}

#title_card {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

#tc_wrap2 {
	width: 85%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding-bottom: 50px;
}

#tc_wrap2 h1 {
	font-family: 'Noto Serif';
	font-size: 38px;
	color: #ffffff;
	margin: 10px 0 10px 0;
	line-height: 44px;
}

#tc_wrap2 h2 {
	font-family: 'Noto Sans';
	font-size: 16px;
	color: #c5c5c5;
	letter-spacing: 0.2em;
}

#tc_wrap2 h3 {
	font-family: 'Noto Sans';
	font-size: 14px;
	color: #c5c5c5;
}


/* ADS */

.lb_sm_wrap {
	padding-top: 70px;
}

#lb_ad {
	width: 970px;
	height: 90px;
	margin: 0 auto;
	float: left;
	text-align: center;
	overflow: hidden;
}

#bb {
	width: 300px;
	height: 250px;
	margin: 0 auto 20px;
}

#widesky {
	width: 300px;
	height: 600px;
	margin: 0 auto 20px;
}


/*SM SEARCH*/

#sm_search {
	width: 180px;
	height: 90px;
	float: right;
}

#sm_search h2 {
	font: 14px 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	margin-top: 10px;
	color: #494949;
}

input {
	width: 96%;
}

#sm_btn {
	text-align: justify;
	width: 180px;
	height: auto;
	overflow: hidden;
}

#sm_btn img {
	vertical-align: top;
	display: inline-block;
}

.stretch {
	width: 100%;
	display: inline-block;
	font-size: 0px;
	line-height: 0;
}


/* COLUMNS */

#one-five-col {
	width: 530px;
	height: auto;
	float: left;
}

#one-col {
	width: 300px;
	height: auto;
	float: left;
	margin-left: 20px;
}

#three-col {
	width: 850px;
	height: auto;
	float: left;
	overflow: hidden;
}

/* INDEX */
#inq_index_intro {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#inq_index_intro h1 {
	font-family: 'Open Sans';
	font-size: 24px;
	font-weight: 700;
	color: #007bc9;
	text-align: center;
	line-height: 28px;
}

#inq_index_intro p {
	font-family: 'Open Sans';
	font-size: 14px;
	color: #484848;
	line-height: 18px;
	margin-top: 20px;
}

#inq_index_menu {
	width: 200px;
	font-family: 'Open Sans';
	font-size: 24px;
	margin: 20px auto;
}

#inq_index_menu option {
	font-family: 'Open Sans';
	font-size: 18px;
}

#inq_index_menu select {
	width: 200px;
	font-family: 'Open Sans';
	font-size: 18px;

}

.index_active {
	color: #484848;
}

.index_inactive {
	color: #c0c0c0;
}

.index_wrap {
	width: 100%;
	height: auto;
	margin: 20px auto 0
}

#index_box {
	width: 154px;
	float: left;
	height: auto;
	vertical-align: top;
	margin-right: 15px;
}

#cc_img {
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 55px;
	border: 4px solid #007bc9;
	margin: 0 auto;
}

.index_wrap h1 {
	font-family: 'Open Sans';
	font-size: 14px;
	color: #484848;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
}

.index_wrap ol {
	font-family: 'Open Sans';
	margin-left: 20px;
	list-style-type: decimal;
}

.index_wrap li {
	font-size: 14px;
	color: #484848;
	line-height: 18px;
	margin-top: 10px;
}

#iw_wrap {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.index_wrap a, .index_wrap a:visited, .index_wrap a:hover {
	color: #007bc9;
	text-align: none;
}

.index_wrap p {
	font-family: 'Open Sans';
	font-size: 14px;
	color: #484848;
	line-height: 18px;
	width: 80%;
	text-align: center;
	margin: 20px auto;
}

#issue_icon {
	width: 70px;
	height: auto;
	margin: 0 auto;
}

#issue_icon img {
	width: 100%;
}


/* ELECTION LABEL */
#elect_lbl {
	width: 100%;
	height: 14px;
	background-image: url(images/index.svg);
}

#elect_lbl h1 {
	font: 14px 'Open Sans', Arial, sans-serif;
	color: #e74c3c;
	line-height: 14px;
	background-color: #fff;
	height: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.ln_lbl {
	width: 115px;
}

.primer_lbl {
	width: 153px;
}

.facts_lbl {
	width: 94px;
}

.poll_lbl {
	width: 139px;
}

.candidates_lbl {
	width: 139px;
}

.frame_lbl {
	width: 67px;
}

.video_lbl {
	width: 70px;
}

.about_lbl {
	width: 70px;
}

.quote_lbl {
	width: 138px;
}

.edu_lbl {
	width: 102px;
}

.btn_lbl {
    width: 214px;
}

.events_lbl {
    width: 159px;
}

.rel_gov_lbl {
	width: 210px;
}


#read_more {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font: 14px 'Open Sans', Arial, sans-serif;
	font-weight: 700;
}

#read_more a, #read_more a:visited, #read_more a:hover {
	color: #007bc9;
	text-decoration: none;
}


/* LN BOX */

#ln_box {
	width: 100%;
	overflow: hidden;
	height: auto;
	margin-top: 20px;
	font-family: 'Open Sans', Arial, sans-serif;
}

#ln_thumb {
	background-size: cover;
	background-position: 50% 50%;
	width: 255px;
	height: 150px;
	display: inline-block;
	vertical-align: top;
}

#ln_head {
	width: 255px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

#ln_thumb2 {
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 150px;
	display: inline-block;
	vertical-align: top;
}

#ln_head2 {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}


#ln_box h1 {
	font-size: 18px;
	color: #007bc9;
	font-weight: 600;
	line-height: 22px;
	max-height: 66px;
	overflow: hidden;
}

#ln_box h2 {
	font-size: 12px;
	color: #494949;
	margin-top: 10px;
}

#ln_box p {
	font-size: 14px;
	margin-top: 10px;
	color: #494949;
	line-height: 18px;
	max-height: 56px;
	overflow: hidden;
}

/* VIDEOS */
#media_lbl {
	width: 47px;
	height: 300px;
	background-color: #007bc9;
	float: left;
	text-align: center;
	color: #ffffff;
	font-family: 'Open Sans', Arial, sans-serif;
	position: relative;
}

#media_lbl a, #media_lbl a:visited, #media_lbl a:hover {
	color: #ffffff;
	text-decoration: none;
}

#media_lbl i {
	margin-top: 5px;
}

#ml_bx {
	margin-top: 3px;
	text-align: center;
}

#ml_bxb {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

#media_lbl span {
	font-size: 11px;
	font-weight: 600;

}

#media_list a, #media_list a:visited, #media_list a:hover {
	color: #ffffff;
	text-decoration: none;
}

#media_first {
	width: 450px;
	height: 300px;
	float: left;
	margin-left: 1px;
	background-size: cover;
	background-position: 50% 50%;
}

#media_list {
	width: 671px;
	height: 300px;
	float: left;
	margin-right: 1px;
	overflow: hidden;
}

#ml_box {
	width: 222px;
	height: 150px;
	float: left;
	margin-left: 1px;
	margin-bottom: 1px;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

#ml_box h1 {
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0, .5);
	color: #ffffff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	padding: 5px;
	text-align: right;
}

#ml_box i {
	font-size: 22px;
	float: left;
}


/* The Candidates */
#tc_list {
	width: 100%;
	margin-top: 20px;
	font-family: 'Open Sans', Arial, sans-serif;
}

#tc_list a, #tc_list a:visited, #tc_list a:hover {
	color: #494949;
}

#tc_list h2 {
	font-size: 18px;
	color: #007bc9;
	font-weight: 600;
}

#tc_list ul {
	margin: 10px 0 10px 0;
}

#tc_list li {
	list-style-type: square;
	margin-left: 17px;
	color: #494949;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}

/* POLL RESULTS */
#poll_results_box {
	width: 100%;
	height: auto;
	font-family: 'Open Sans', Arial, sans-serif;
	margin-top: 20px;
}

#poll_results_box h1 {
	font-size: 18px;
	font-weight: 800;
	line-height: 22px;
	color: #007bc9;
}

#poll_wrap {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#pw_chart {
	float: left;
	width: 250px;
	height: auto;
}

#pw_sum {
	float: right;
	width: 260px;
	height: auto;
	margin-top: 10px;
}

#pw_sum h2 {
	font-size: 14px;
	font-weight: 700;
	color: #494949;
}

#pw_sum p {
	font-size: 14px;
	color: #494949;
	line-height: 18px;
	margin-top: 10px;
}


.graph {
	width: 100%;
	margin-top: 10px;
}

.pw_label {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	color: #494949;
	font-weight: 700;
}

.pw_graph {
	width: 100%;
	height: 15px;
	background-color: #cccccc;
	margin-top: 5px;
	margin-bottom: 10px;
}

#pw_percent {
	background-color: #007bc9;
	height: 15px;
}

/* Footer */

#lb_footer_ad {
	width: 970px;
	height: 90px;
	margin: 0 auto;
	text-align: center;
}

#footer {
	width: 100%;
	height: auto;
	margin: 20px 0;
	text-align: center;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	color: #494949;
	font-weight: 700;
}

#lbl2 {
	width: 95%;
	margin: 0 auto 10px;
	display: none;
}

/* PROFILE */ 
#profile_cover {
	height: 75vh;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

#qwrap {
	width: 100%;
	height: auto;
	margin-top: 20px;
	font-family: 'Open Sans', Arial, sans-serif;
}

#qwrap h1 {
	font-size: 14px;
	font-weight: 700;
	color: #494949;
	line-height: 18px;
	margin-bottom: 10px;
}

#qwrap h2 {
	font-size: 14px;
	font-weight: 400;
	color: #494949;
	line-height: 18px;
	margin-bottom: 20px;
}

#about_list {
	width: 100%;
	height: auto;
	margin: 10px 0 20px 0;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #494949;
}

#about_list a, #about_list a:visited, #about_list a:hover {
	color: #007bc9;
	text-decoration: none;
}

#about_list ul {
	width: 100%;
	font-size: 14px;
}

#about_list li {
	line-height: 28px;
}

.work_lbl {
	width: 152px;
}

.rel_lbl {
	width: 126px;
}

#countdown_wrap {
	width: 300px;
	height: 488px;
	margin: 0 auto;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #0066a5;
	overflow: hidden;
	background-image: url(images/countdown_bg.png);
}

#countdown_wrap h1 {
	font-size: 190px;
	text-align: center;
	font-weight: 700;
	margin-top: 34px;
}

#inq_the_debates_vid {
	width: 100%;
	height: auto;
	margin: 20px auto;
}

#pq_wrap {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

#pq_wrap img {
	display: inline-block;
	vertical-align: top;
	width: 360px;
	margin: 20px 20px 0 0;
	display: inline-block;
}

/* ELECTIONS RESULTS */
#election_results {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #19191b;
	border-top: 1px solid #242426;
	font-family: 'Roboto', sans-serif;
	margin-top: 10px;
	text-transform: uppercase;
}

#ers_w {
	width: 100%;
	border-bottom: 1px solid #111112;
}

#er_wrap {
	width: 1170px;
	height: auto;
	margin: 0 auto;
}

#er_wrap h2 {
	font-size: 30px;
	color: #ffffff;
	font-weight: 300;
	margin-top: 20px;
	text-align: left;
}

#er_wrap h3 {
	font-size: 18px;
	color: #ffffff;
	font-weight: 300;
	opacity: 0.35;
	margin-top: 10px;
	text-align: left;
}

#er_wrap h5 {
	font-size: 18px;
	color: #ffffff;
	font-weight: 300;
	opacity: 0.66;
	text-align: left;
}

#er_wrap h6{
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	opacity: 0.66;
	margin-top: 10px;
	text-align: left;
}

#er_pres_vp {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 20px;
}

#er_pres_vp h4 {
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: .6em;
}

#er_pres {
	width: 570px;
	float: left;
	height: auto;
}

#er_vp {
	width: 570px;
	float: right;
	height: auto;
}

#er_sen {
	width: 570px;
	float: left;
	height: auto;
}

#er_pv_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

.pvlist {
	position: relative;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

#erpvl_img {
	width: 60px;
	height: 60px;
	background-size: cover;
	background-position: 50% 50%;
}

#erpvl_bar {
	width: 415px;
	height: auto;
}

#perc_bar {
	width: 100%;
	height: 15px;
	margin-top: 5px;
	background-color: rgba(255, 255, 255, .05);
}

#progress {
	height: 15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005fc9+0,2989d8+50,00ffc7+100 */
	background: #005fc9; /* Old browsers */
	background: -moz-linear-gradient(left,  #005fc9 0%, #2989d8 50%, #00ffc7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #005fc9 0%,#2989d8 50%,#00ffc7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #005fc9 0%,#2989d8 50%,#00ffc7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005fc9', endColorstr='#00ffc7',GradientType=1 ); /* IE6-9 */
}

#erpvl_percent {
	width: 60px;
	height: 60px;
	background-color: #252527;
}

#erpvl_percent p {
	position: relative;
 	top: 50%;
  	transform: translateY(-50%);
  	text-align: center;
  	font-size: 20px;
  	color: #ffffff;
}

#er_senators_wrap {
	border-top: 1px solid #242426;
	width: 100%;
	height: auto;
	background-color: #1c1c1e;
	padding-top: 30px;
}

#er_sen_wrap {
	width: 1170px;
	height: auto;
	margin: 0 auto;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
	overflow: hidden;
}

#er_senators_wrap h4 {
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: .6em;
}

#er_pv_list_sen {
	width: 370px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

#erpvl_bar_sen {
	width: 300px;
	height: auto;
}

#er_sen_wrap h5 {
	font-size: 18px;
	color: #ffffff;
	font-weight: 300;
	opacity: 0.66;
	text-align: left;
}

#er_sen_wrap h6{
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	opacity: 0.66;
	margin-top: 10px;
	text-align: left;
}








/*1024  */
@media only screen and (min-width: 1024px) and (max-width: 1169px){

#resp_menu li {
    margin-right: 20px;
    margin-left: 20px;
}

#es_head {
	width: 820px;
}

#section_wrap {
	width: 98%;
}

#lb_ad {
	width: 728px;
	height: 90px;
}

#one-five-col {
	width: 360px;
}

#ln_thumb {
	width: 100%;
	height: 180px;
	float: none;
}

#ln_head {
	float: none;
	width: 100%;
	margin: 10px 0 0 0;
}

#ln_head p {
	display: none;
}

#media_list {
	width: 504px;
}

#ml_box {
	width: 167px;
}

#pw_chart {
	float: none;
}

#pw_sum {
	float: none;
	width: 100%;
}

#section_wrap2 {
	width: 1004px;
}

#sm_search {
	width: 255px;
}


/* SLIDER */

#swrap {
	width: 684px;
}

.swiper-container {
	width: 684px;
	height: 450px;
	margin-top: 20px;
}

#slide1:before {
	content: ' ';
	display: block;
	position: absolute;

}

#slide1 {
	width: 100%;
	height: 100%;
	position: relative;
}

#slide1:before {
	content: ' ';
	display: block;
	position: absolute;

}

#tc_wrap2 {
	width: 70%;
}

#tc_wrap2 h1 {
	font-size: 24px;
	line-height: 28px;
}

#three-col {
	width: 680px;
	float: left;
	margin: 20px auto ;
}

#index_box {
	float: left;
	width: 210px;
	margin-top: 20px;
}

/* ELECTIONS RESULTS */
#election_results {
	width: 100%;
}

#ers_w {
	width: 100%;
	border-bottom: 1px solid #111112;
}

#er_wrap {
	width: 95%;
}

#er_wrap h2 {
	font-size: 24px;
}

#er_wrap h5 {
	font-size: 14px;
}

#er_pres {
	width: 470px;
	float: left;
}

#er_pres_vp h4 {
	margin-bottom: 20px;
}

#er_vp {
	width: 470px;
	float: right;
}

#er_pv_list {
	margin-top: 10px;
}

#erpvl_bar {
	width: 66%;
	height: auto;
}

#er_sen_wrap {
	width: 95%;
	height: auto;
	margin: 0 auto;
}

#er_sen_wrap h5 {
	font-size: 14px;
}

#er_pv_list_sen {
	width: 300px;
	margin-top: 10px;

}

#er_senators_wrap h4 {
	margin-bottom: 10px;
}

#erpvl_bar_sen {
	width: 77%;
	height: auto;
}

}

/*768px  */
@media only screen and (min-width: 768px) and (max-width: 1023px){
.header {
	margin-top: 0px;
	display: none!important;
}

.mlogo {
	display: none;
}

.header2 {
	height: 50px;
	display: block;
}

.header2 .menutoggle {
	display: block!important;
}

.ye_sm {
	display: none;
}

#resp_menu {
	width: 70px;
	height: 50px;
	margin: -50px auto 0;
}

#resp_menu ul {
	margin-left: -40px;
}

.mnav {
	display: none;
}

/* LOGO */
#election_logo_m {
	display: block;
	padding-top: 50px;
}

#election_logo_m img {
	width: 30%;
}

#section_wrap {
	width: 100%;
}

#section_wrap2 {
	width: 100%;
	padding-top: 20px;
}

/* SLIDER */
#slider {
	position: relative;
	height: 55vh;
}

#es_img {
	height: 55vh;
}

#snav {
	font-size: 30px;
}

#prev {
	width: 30px;
	height: 48px;
}

#next {
	width: 30px;
	height: 48px;
}

#es_head {
	width: 400px;
	bottom: 20px;
}

#es_head p {
	display: none;
}

#es_head h1 {
	font-size: 28px;
}

#es_head h2 {
	font-size: 12px;
}

/* ADS */
#lb_ad {
	width: 728px;
	height: 90px;
	overflow: hidden;
	float: none;
	margin: 50px auto 0;
}

/* Search SM */
#sm_search {
	float: none;
	margin: 20px auto 0;
	width: 80%;
}

/* COLUMNS */
#one-five-col {
	width: 95%;
	margin: 0 auto;
	float: none;
}

#one-col {
	width: 95%;
	margin: 20px auto 0;
	float: none;
}

#media_lbl {
	display: none;
}

/* BOX */
#ln_thumb {
	width: 100%;
	height: 350px;
}

#ln_thumb2 {
	width: 100%;
	height: 250px;
}


#ln_head {
	width: 100%;
	margin: 10px 0 0 0;
}

#ln_head p {
	display: none;
}

#media_first {
	width: 100%;
	margin: 0;
	height: 420px;
}

#media_list {
	width: 100%;
	height: auto;
}

#ml_box {
	width: 250px;
	height: 165px;
	margin-left: 4px;
	margin-top: 4px;
}

#pw_chart {
	float: none;
}

#pw_sum {
	float: none;
	width: 100%;
}

#lbl2 {
	display: block;
}

/* FOOTER */
#lb_footer_ad {
	width: 728px;
	height: 90px;
	overflow: hidden;
}

/* SLIDER WRAP */
#slider_events_wrap {
	width: 100%;
}

#swrap {
	width: 100%;
	float: none;
}

/* SLIDER */

.swiper-container {
	width: 100%;
	height: 450px;
	margin-top: 20px;
}

.swiper-slide-bg {
	background-color: #242426;	
}


#slide1:before {
	content: ' ';
	display: block;
	position: absolute;

}

#slide1 {
	width: 100%;
	height: 100%;
	position: relative;
}

#slide1:before {
	content: ' ';
	display: block;
	position: absolute;

}

#tc_wrap2 {
	width: 80%;
}

#tc_wrap2 h1 {
	font-size: 32px;
	line-height: 36px;
}

#three-col {
	width: 90%;
	float: none;
	margin: 20px auto ;
}

#index_box {
	float: none;
	width: 100%;
	margin-top: 20px;
}

/* ELECTIONS RESULTS */
#election_results {
	width: 100%;
}

#ers_w {
	width: 100%;
	border-bottom: 1px solid #111112;
}

#er_wrap {
	width: 95%;
}

#er_wrap h2 {
	font-size: 24px;
}

#er_wrap h5 {
	font-size: 14px;
}

#er_pres {
	width: 350px;
	float: left;
}

#er_pres_vp h4 {
	margin-bottom: 20px;
}

#er_vp {
	width: 350px;
	float: right;
}

#er_pv_list {
	margin-top: 10px;
}

#erpvl_bar {
	width: 54%;
	height: auto;
}

#er_sen_wrap {
	width: 95%;
	height: auto;
	margin: 0 auto;
}

#er_sen_wrap h5 {
	font-size: 14px;
}

#er_pv_list_sen {
	width: 355px;
	margin-top: 10px;

}

#er_senators_wrap h4 {
	margin-bottom: 10px;
}

#erpvl_bar_sen {
	width: 77%;
	height: auto;
}

#resp_menu li.dropdown {
    display: none;
}

}

/*600px  */
@media only screen and (min-width: 600px) and (max-width: 767px){
.header {
	margin-top: 0px;
	display: none!important;
}

.mlogo {
	display: none;
}

.header2 {
	height: 50px;
	display: block;
}

.header2 .menutoggle {
	display: block!important;
}

.ye_sm {
	display: none;
}

#resp_menu {
	width: 70px;
	height: 50px;
	margin: -50px auto 0;
}

#resp_menu ul {
	margin-left: -40px;
}

.mnav {
	display: none;
}

/* LOGO */
#election_logo_m {
	display: block;
	padding-top: 50px;
}

#election_logo_m img {
	width: 30%;
}

#section_wrap {
	width: 100%;
}

#section_wrap2 {
	width: 100%;
	padding-top: 20px;
}

/* SLIDER */
#slider {
	position: relative;
	height: 30vh;
}

#es_img {
	height: 30vh;
}

#snav {
	font-size: 30px;
}

#prev {
	width: 30px;
	height: 48px;
}

#next {
	width: 30px;
	height: 48px;
}

#es_head {
	width: 260px;
	bottom: 20px;
}

#es_head p {
	display: none;
}

#es_head h1 {
	font-size: 18px;
}

#es_head h2 {
	font-size: 12px;
}

/* ADS */
#lb_ad {
	width: 320px;
	height: 50px;
	overflow: hidden;
	float: none;
	margin: 50px auto 0;
}

/* Search SM */
#sm_search {
	float: none;
	margin: 20px auto 0;
	width: 80%;
}

/* COLUMNS */
#one-five-col {
	width: 95%;
	margin: 0 auto;
	float: none;
}

#one-col {
	width: 95%;
	margin: 20px auto 0;
	float: none;
}

#media_lbl {
	display: none;
}

/* BOX */
#ln_thumb {
	width: 100%;
	height: 300px;
}

#ln_thumb2 {
	width: 100%;
	height: 300px;
}


#ln_head {
	width: 100%;
	margin: 10px 0 0 0;
}

#ln_head p {
	display: none;
}

#media_first {
	width: 100%;
	margin: 0;
	height: 300px;
}

#media_list {
	width: 100%;
	height: auto;
}

#ml_box {
	width: 194px;
	height: 135px;
	margin-left: 4px;
	margin-top: 4px;
}

#pw_chart {
	float: none;
}

#pw_sum {
	float: none;
	width: 100%;
}

#lbl2 {
	display: block;
}

/* FOOTER */
#lb_footer_ad {
	width: 320px;
	height: 50px;
	overflow: hidden;
}

/* SLIDER WRAP */
#slider_events_wrap {
	width: 100%;
}

#swrap {
	width: 100%;
	float: none;
}

/* SLIDER */

.swiper-container {
	width: 100%;
	height: 450px;
	margin-top: 20px;
}

.swiper-slide-bg {
	background-color: #242426;	
}


#slide1:before {
	content: ' ';
	display: block;
	position: absolute;

}

#slide1 {
	width: 100%;
	height: 100%;
	position: relative;
}

#slide1:before {
	content: ' ';
	display: block;
	position: absolute;

}

#tc_wrap2 {
	width: 70%;
}

#tc_wrap2 h1 {
	font-size: 24px;
	line-height: 28px;
}

#three-col {
	width: 90%;
	float: none;
	margin: 20px auto ;
}

#index_box {
	float: none;
	width: 100%;
	margin-top: 20px;
}

/* ELECTIONS RESULTS */
#election_results {
	width: 100%;
}

#ers_w {
	width: 100%;
	border-bottom: 1px solid #111112;
}

#er_wrap {
	width: 95%;
}

#er_wrap h2 {
	font-size: 24px;
}

#er_wrap h5 {
	font-size: 16px;
}

#er_pres {
	width: 100%;
	float: none;
}

#er_pres_vp h4 {
	margin-bottom: 20px;
}

#er_vp {
	width: 100%;
	float: none;
	margin-top: 20px;
}

#er_pv_list {
	margin-top: 10px;
}

#erpvl_bar {
	width: 72%;
	height: auto;
}

#er_sen_wrap {
	width: 95%;
	height: auto;
	margin: 0 auto;
}

#er_sen_wrap h5 {
	font-size: 16px;
}

#er_pv_list_sen {
	width: 100%;
	margin-top: 10px;

}

#er_senators_wrap h4 {
	margin-bottom: 10px;
}

#erpvl_bar_sen {
	width: 86%;
	height: auto;
}

#resp_menu li.dropdown {
    display: none;
}

}

/*480px  */
@media only screen and (min-width: 480px) and (max-width: 599px){
.header {
	margin-top: 0px;
	display: none!important;
}

.mlogo {
	display: none;
}

.header2 {
	height: 50px;
	display: block;
}

.header2 .menutoggle {
	display: block!important;
}


.ye_sm {
	display: none;
}

#resp_menu {
	width: 70px;
	height: 50px;
	margin: -50px auto 0;
}

#resp_menu ul {
	margin-left: -40px;
}

.mnav {
	display: none;
}

/* LOGO */
#election_logo_m {
	display: block;
	padding-top: 50px;
}

#section_wrap {
	width: 100%;
}

#section_wrap2 {
	width: 100%;
	padding-top: 20px;
}

/* SLIDER */
#slider {
	position: relative;
	height: 75vh;
}

#es_img {
	height: 75vh;
}

#snav {
	font-size: 30px;
}

#prev {
	width: 30px;
	height: 48px;
}

#next {
	width: 30px;
	height: 48px;
}

#es_head {
	width: 260px;
	bottom: 20px;
}

#es_head p {
	display: none;
}

#es_head h1 {
	font-size: 18px;
}

#es_head h2 {
	font-size: 12px;
}

/* ADS */
#lb_ad {
	width: 320px;
	height: 50px;
	overflow: hidden;
	float: none;
	margin: 50px auto 0;
}

/* Search SM */
#sm_search {
	float: none;
	margin: 20px auto 0;
	width: 80%;
}

/* COLUMNS */
#one-five-col {
	width: 95%;
	margin: 0 auto;
	float: none;
}

#one-col {
	width: 95%;
	margin: 20px auto 0;
	float: none;
}

#media_lbl {
	display: none;
}

/* BOX */
#ln_thumb {
	width: 100%;
	height: 250px;
}

#ln_thumb2 {
	width: 100%;
	height: 250px;
}


#ln_head {
	width: 100%;
	margin: 10px 0 0 0;
}

#ln_head p {
	display: none;
}

#media_first {
	width: 100%;
	margin: 0;
	height: 300px;
}

#media_list {
	width: 100%;
	height: auto;
}

#ml_box {
	width: 154px;
	height: 135px;
	margin-left: 4px;
	margin-top: 4px;
}

#pw_chart {
	float: none;
}

#pw_sum {
	float: none;
	width: 100%;
}

#lbl2 {
	display: block;
}

/* FOOTER */
#lb_footer_ad {
	width: 320px;
	height: 50px;
	overflow: hidden;
}

/* SLIDER WRAP */
#slider_events_wrap {
	width: 100%;
}

#swrap {
	width: 100%;
	float: none;
}

/* SLIDER */

.swiper-container {
	width: 100%;
	height: 450px;
	margin-top: 20px;
}

.swiper-slide-bg {
	background-color: #242426;	
}


#slide1:before {
	content: ' ';
	display: block;
	position: absolute;

}

#slide1 {
	width: 100%;
	height: 100%;
	position: relative;
}

#slide1:before {
	content: ' ';
	display: block;
	position: absolute;

}

#tc_wrap2 {
	width: 70%;
}

#tc_wrap2 h1 {
	font-size: 24px;
	line-height: 28px;
}

#three-col {
	width: 90%;
	float: none;
	margin: 20px auto ;
}

#index_box {
	float: none;
	width: 100%;
	margin-top: 20px;
}

/* ELECTIONS RESULTS */
#election_results {
	width: 100%;
}

#ers_w {
	width: 100%;
	border-bottom: 1px solid #111112;
}

#er_wrap {
	width: 95%;
}

#er_wrap h2 {
	font-size: 24px;
}

#er_wrap h5 {
	font-size: 14px;
}

#er_pres {
	width: 100%;
	float: none;
}

#er_pres_vp h4 {
	margin-bottom: 20px;
}

#er_vp {
	width: 100%;
	float: none;
	margin-top: 20px;
}

#er_pv_list {
	margin-top: 10px;
}

#erpvl_bar {
	width: 65%;
	height: auto;
}

#er_sen_wrap {
	width: 95%;
	height: auto;
	margin: 0 auto;
}

#er_sen_wrap h5 {
	font-size: 14px;
}

#er_pv_list_sen {
	width: 100%;
	margin-top: 10px;

}

#er_senators_wrap h4 {
	margin-bottom: 10px;
}

#erpvl_bar_sen {
	width: 82%;
	height: auto;
}

#resp_menu li.dropdown {
    display: none;
}

}

/*375px  */
@media only screen and (min-width: 375px) and (max-width: 479px){
.header {
	margin-top: 0px;
	display: none!important;
}

.mlogo {
	display: none;
}

.header2 {
	height: 50px;
	display: block;
}

.header2 .menutoggle {
	display: block!important;
}


.ye_sm {
	display: none;
}

#resp_menu {
	width: 70px;
	height: 50px;
	margin: -50px auto 0;
}

#resp_menu ul {
	margin-left: -40px;
}

.mnav {
	display: none;
}

/* LOGO */
#election_logo_m {
	display: block;
	padding-top: 50px;
}

#section_wrap {
	width: 100%;
}

#section_wrap2 {
	width: 100%;
	padding-top: 20px;
}

/* SLIDER */
#slider {
	position: relative;
	height: 55vh;
}

#es_img {
	height: 55vh;
}

#snav {
	font-size: 30px;
}

#prev {
	width: 30px;
	height: 48px;
}

#next {
	width: 30px;
	height: 48px;
}

#es_head {
	width: 260px;
	bottom: 20px;
}

#es_head p {
	display: none;
}

#es_head h1 {
	font-size: 18px;
}

#es_head h2 {
	font-size: 12px;
}

/* ADS */
#lb_ad {
	width: 320px;
	height: 50px;
	overflow: hidden;
	float: none;
	margin: 50px auto 0;
}

/* Search SM */
#sm_search {
	float: none;
	margin: 20px auto 0;
	width: 80%;
}

/* COLUMNS */
#one-five-col {
	width: 95%;
	margin: 0 auto;
	float: none;
}

#one-col {
	width: 95%;
	margin: 20px auto 0;
	float: none;
}

#media_lbl {
	display: none;
}



/* BOX */
#ln_thumb {
	width: 100%;
	height: 200px;
}

#ln_head {
	width: 100%;
	margin: 10px 0 0 0;
}

#ln_head p {
	display: none;
}

#media_first {
	width: 100%;
	margin: 0;
	height: 300px;
}

#media_list {
	width: 100%;
	height: auto;
}

#ml_box {
	width: 181px;
	height: 135px;
	margin-left: 4px;
	margin-top: 4px;
}

#pw_chart {
	float: none;
}

#pw_sum {
	float: none;
	width: 100%;
}

#lbl2 {
	display: block;
}

/* FOOTER */
#lb_footer_ad {
	width: 320px;
	height: 50px;
	overflow: hidden;
}

/* SLIDER WRAP */
#slider_events_wrap {
	width: 100%;
}

#swrap {
	width: 100%;
	float: none;
}

/* SLIDER */

.swiper-container {
	width: 100%;
	height: 450px;
	margin-top: 20px;
}

.swiper-slide-bg {
	background-color: #242426;	
}


#slide1:before {
	content: ' ';
	display: block;
	position: absolute;

}

#slide1 {
	width: 100%;
	height: 100%;
	position: relative;
}

#slide1:before {
	content: ' ';
	display: block;
	position: absolute;

}

#tc_wrap2 {
	width: 70%;
}

#tc_wrap2 h1 {
	font-size: 24px;
	line-height: 28px;
}

#three-col {
	width: 90%;
	float: none;
	margin: 20px auto ;
}

#index_box {
	float: none;
	width: 100%;
	margin-top: 20px;
}

/* ELECTIONS RESULTS */
#election_results {
	width: 100%;
}

#ers_w {
	width: 100%;
	border-bottom: 1px solid #111112;
}

#er_wrap {
	width: 95%;
}

#er_wrap h2 {
	font-size: 24px;
}

#er_wrap h5 {
	font-size: 14px;
}

#er_pres {
	width: 100%;
	float: none;
}

#er_pres_vp h4 {
	margin-bottom: 20px;
}

#er_vp {
	width: 100%;
	float: none;
	margin-top: 20px;
}

#er_pv_list {
	margin-top: 10px;
}

#erpvl_bar {
	width: 54%;
	height: auto;
}

#er_sen_wrap {
	width: 95%;
	height: auto;
	margin: 0 auto;
}

#er_sen_wrap h5 {
	font-size: 14px;
}

#er_pv_list_sen {
	width: 100%;
	margin-top: 10px;

}

#er_senators_wrap h4 {
	margin-bottom: 10px;
}

#erpvl_bar_sen {
	width: 77%;
	height: auto;
}

#resp_menu li.dropdown {
    display: none;
}

}


/*360px =iPhone portrait */
@media only screen and (min-width: 360px) and (max-width: 374px){
.header {
	margin-top: 0px;
	display: none!important;
}

.mlogo {
	display: none;
}

.header2 {
	height: 50px;
	display: block;
}

.header2 .menutoggle {
	display: block!important;
}


.ye_sm {
	display: none;
}

#resp_menu {
	width: 70px;
	height: 50px;
	margin: -50px auto 0;
}

#resp_menu ul {
	margin-left: -40px;
}

.mnav {
	display: none;
}

/* LOGO */
#election_logo_m {
	display: block;
	padding-top: 50px;
}

#section_wrap {
	width: 100%;
}

#section_wrap2 {
	width: 100%;
	padding-top: 20px;
}

/* SLIDER */
#slider {
	position: relative;
	height: 55vh;
}

#es_img {
	height: 55vh;
}

#snav {
	font-size: 30px;
}

#prev {
	width: 30px;
	height: 48px;
}

#next {
	width: 30px;
	height: 48px;
}

#es_head {
	width: 260px;
	bottom: 20px;
}

#es_head p {
	display: none;
}

#es_head h1 {
	font-size: 18px;
}

#es_head h2 {
	font-size: 12px;
}

/* ADS */
#lb_ad {
	width: 320px;
	height: 50px;
	overflow: hidden;
	float: none;
	margin: 50px auto 0;
}

/* Search SM */
#sm_search {
	float: none;
	margin: 20px auto 0;
	width: 80%;
}

/* COLUMNS */
#one-five-col {
	width: 95%;
	margin: 0 auto;
	float: none;
}

#one-col {
	width: 95%;
	margin: 20px auto 0;
	float: none;
}

#media_lbl {
	display: none;
}



/* BOX */
#ln_thumb {
	width: 100%;
	height: 200px;
}

#ln_head {
	width: 100%;
	margin: 10px 0 0 0;
}

#ln_head p {
	display: none;
}

#media_first {
	width: 100%;
	margin: 0;
	height: 300px;
}

#media_list {
	width: 100%;
	height: auto;
}

#ml_box {
	width: 174px;
	height: 135px;
	margin-left: 4px;
	margin-top: 4px;
}

#pw_chart {
	float: none;
}

#pw_sum {
	float: none;
	width: 100%;
}

#lbl2 {
	display: block;
}

/* FOOTER */
#lb_footer_ad {
	width: 320px;
	height: 50px;
	overflow: hidden;
}

/* SLIDER WRAP */
#slider_events_wrap {
	width: 100%;
}

#swrap {
	width: 100%;
	float: none;
}

/* SLIDER */

.swiper-container {
	width: 100%;
	height: 350px;
	margin-top: 20px;
}

.swiper-slide-bg {
	background-color: #242426;	
}


#slide1:before {
	content: ' ';
	display: block;
	position: absolute;

}

#slide1 {
	width: 100%;
	height: 100%;
	position: relative;
}

#slide1:before {
	content: ' ';
	display: block;
	position: absolute;

}

#tc_wrap2 {
	width: 70%;
}

#tc_wrap2 h1 {
	font-size: 20px;
	line-height: 24px;
}

#three-col {
	width: 90%;
	float: none;
	margin: 20px auto ;
}

#index_box {
	float: none;
	width: 100%;
	margin-top: 20px;
}

/* ELECTIONS RESULTS */
#election_results {
	width: 100%;
}

#ers_w {
	width: 100%;
	border-bottom: 1px solid #111112;
}

#er_wrap {
	width: 95%;
}

#er_wrap h2 {
	font-size: 24px;
}

#er_wrap h5 {
	font-size: 14px;
}

#er_pres {
	width: 100%;
	float: none;
}

#er_pres_vp h4 {
	margin-bottom: 20px;
}

#er_vp {
	width: 100%;
	float: none;
	margin-top: 20px;
}

#er_pv_list {
	margin-top: 10px;
}

#erpvl_bar {
	width: 54%;
	height: auto;
}

#er_sen_wrap {
	width: 95%;
	height: auto;
	margin: 0 auto;
}

#er_sen_wrap h5 {
	font-size: 14px;
}

#er_pv_list_sen {
	width: 100%;
	margin-top: 10px;

}

#er_senators_wrap h4 {
	margin-bottom: 10px;
}

#erpvl_bar_sen {
	width: 77%;
	height: auto;
}

#resp_menu li.dropdown {
    display: none;
}


}

/*320px =iPhone portrait */
@media only screen and (min-width: 320px) and (max-width: 359px){
.header {
	margin-top: 0px;
	display: none!important;
}

.mlogo {
	display: none;
}

.header2 {
	height: 50px;
	display: block;
}

.header2 .menutoggle {
	display: block!important;
}


.ye_sm {
	display: none;
}

#resp_menu {
	width: 70px;
	height: 50px;
	margin: -50px auto 0;
}

#resp_menu ul {
	margin-left: -40px;
}

.mnav {
	display: none;
}

/* LOGO */
#election_logo_m {
	display: block;
	padding-top: 50px;
}

#section_wrap {
	width: 100%;
}

#section_wrap2 {
	width: 100%;
	padding-top: 20px;
}

/* SLIDER */
#slider {
	position: relative;
	height: 55vh;
}

#es_img {
	height: 55vh;
}

#snav {
	font-size: 30px;
}

#prev {
	width: 30px;
	height: 48px;
}

#next {
	width: 30px;
	height: 48px;
}

#es_head {
	width: 260px;
	bottom: 20px;
}

#es_head p {
	display: none;
}

#es_head h1 {
	font-size: 18px;
}

#es_head h2 {
	font-size: 12px;
}

/* ADS */
#lb_ad {
	width: 320px;
	height: 50px;
	overflow: hidden;
	float: none;
	margin: 50px auto 0;
}

/* Search SM */
#sm_search {
	float: none;
	margin: 20px auto 0;
	width: 80%;
}

/* COLUMNS */
#one-five-col {
	width: 95%;
	margin: 0 auto;
	float: none;
}

#one-col {
	width: 95%;
	margin: 20px auto 0;
	float: none;
}

#media_lbl {
	display: none;
}



/* BOX */
#ln_thumb {
	width: 100%;
	height: 200px;
}

#ln_head {
	width: 100%;
	margin: 10px 0 0 0;
}

#ln_head p {
	display: none;
}

#media_first {
	width: 100%;
	margin: 0;
	height: 300px;
}

#media_list {
	width: 100%;
	height: auto;
}

#ml_box {
	width: 154px;
	height: 135px;
	margin-left: 4px;
	margin-top: 4px;
}

#pw_chart {
	float: none;
}

#pw_sum {
	float: none;
	width: 100%;
}

#lbl2 {
	display: block;
}

/* FOOTER */
#lb_footer_ad {
	width: 320px;
	height: 50px;
	overflow: hidden;
}


/* SLIDER WRAP */
#slider_events_wrap {
	width: 100%;
}

#swrap {
	width: 100%;
	float: none;
}

/* SLIDER */

.swiper-container {
	width: 100%;
	height: 350px;
	margin-top: 20px;
}

.swiper-slide-bg {
	background-color: #242426;	
}


#slide1:before {
	content: ' ';
	display: block;
	position: absolute;

}

#slide1 {
	width: 100%;
	height: 100%;
	position: relative;
}

#slide1:before {
	content: ' ';
	display: block;
	position: absolute;

}

#tc_wrap2 {
	width: 70%;
}

#tc_wrap2 h1 {
	font-size: 20px;
	line-height: 24px;
}

#three-col {
	width: 90%;
	float: none;
	margin: 20px auto ;
}

#index_box {
	float: none;
	width: 100%;
	margin-top: 20px;
}

#pq_wrap {
	width: 90%;
	margin: 20px auto;
}

#pq_wrap img {
	width: 100%;
	margin: 20px auto 0;
}

/* ELECTIONS RESULTS */
#election_results {
	width: 100%;
}

#ers_w {
	width: 100%;
	border-bottom: 1px solid #111112;
}

#er_wrap {
	width: 95%;
}

#er_wrap h2 {
	font-size: 24px;
}

#er_wrap h5 {
	font-size: 14px;
}

#er_pres {
	width: 100%;
	float: none;
}

#er_pres_vp h4 {
	margin-bottom: 20px;
}

#er_vp {
	width: 100%;
	float: none;
	margin-top: 20px;
}

#er_pv_list {
	margin-top: 10px;
}

#erpvl_bar {
	width: 155px;
	height: auto;
}

#er_sen_wrap {
	width: 95%;
	height: auto;
	margin: 0 auto;
}

#er_sen_wrap h5 {
	font-size: 14px;
}

#er_pv_list_sen {
	width: 100%;
	margin-top: 10px;

}

#er_senators_wrap h4 {
	margin-bottom: 10px;
}

#erpvl_bar_sen {
	width: 230px;
	height: auto;
}

#resp_menu li.dropdown {
    display: none;
}


}

