/********************************************************************
* Theme Name: TopSheet_2.0
* Author: Devona
* Author URI: http://devona.com/
* Description: A Blank WP Template by DEVONA
* Written by DEVONA <interact@devona.com>
* Version 1.0
********************************************************************/

/*  Reset | v2.0 | 20110126 | License: none (public domain)
	http://meyerweb.com/eric/tools/css/reset/
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
.clearfix:after { visibility: hidden; display: block; content: ""; clear: both; height: 0;}
.clear:before, .clear:after {content:""; display:block;}
.clear:after {clear:both;}
.clear {zoom:1;}
:focus {outline:none;}
.hidden {display: none;}



/*  Getting Organized // Base Structure & Styles
---------------------------------------------------------------------- */
html, body {
	overflow-x: hidden;
}


body {
	position: relative;
	background: #FFF;
	font-size: 11.95px;
	line-height: 22px;
	font-weight: normal;
	font-style: normal;
	font-family: ff-good-headline-web-pro-con;
	color: #2C2C25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}

p {
	padding: 0px;
}

a {
	text-decoration: none;
	color: black;
	display: block;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:visited {
	color: gray;
}
a:hover {
	color: #2ff0ca;
}
h1,h2,h3,h4,h5{
	font-weight: normal;
}
h3{
	font-weight: 400;	
}
.wrap {
	max-width: 1225px;
	margin: 0 auto;
	position: relative;
}
.wrap:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

.wrap.lg {
	max-width: 1200px;
}

.mobile {
	display: block;
}

strong {
    font-weight: normal	
}
#content{
	padding: 0px;
	padding-top: 53px;
}
/*  Typekit
---------------------------------------------------------- */
/* typekit: prevent fonts from flashing */

.wf-loading {
	opacity: 0.0;
}

.wf-active {
 	opacity: 1.0;
}

.wf-inactive {
 	opacity: 1.0;
}

/*  Header
---------------------------------------------------------- */
header{
	background-color: white;
}
header h1{
	color: #2ff0ca;
	font-size: 30px;
	line-height: 90px;
	font-weight: 500;
	text-transform: uppercase;
}
header span{
	max-width: 1200px;
	background-color: yellow;
}
header li{
  display: inline-block;
}
.top_nav{
	width: 100%;
	height: 54px;
	padding: 0px 24px;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 54px;
	z-index: 100;
	background-color: #0a299e;
	background-position: center; 
	background-repeat: no-repeat;
	position: fixed;
}
.top_nav a:link{
	color: white;
}
.top_nav a:visited{
	color: white;
}
.mobile_logo{
	width: 100px;
	margin: 0px auto;
	height: 54px;
	display: block;
}
.nav_button{
	float: left;
}
.sponsor{
	font-size: 14px;
	text-transform: uppercase;
	float: left;
	display: none;
}
a.sponsor:after{
	content: url('images/up_arrow.png');
	margin-left: 5px;
}
a.sponsor:hover:after{
	content: url('images/up_arrow_active.png');
	margin-left: 5px;
}
.social{
	float: right;
	padding-left: 25px;
	color: white;
}
.active{
	text-decoration: underline;
}
ul#topics {
	margin: 0px auto;
	text-align:center;
	height: 0vh;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 54px;
	overflow: scroll;
	z-index: 100;
	background-color: #0a299e;
	transition: height 0.5s ease-in;
}
ul#topics.engaged{
	height: calc(100vh - 54px);
}
ul#topics.engaged li:last-child{
	padding-bottom: 100px;
}

ul#topics li{
	display:block;
	color: white;
	border-bottom: solid thin #dcdcdc;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 70px;
	font-weight: 500;
}
ul#topics li a:link,
ul#topics li a:visited{
	color: #2ff0ca;
	text-transform: uppercase;
	display: block;
}
ul#topics li a:hover{
	color: white !important;
}
#top_banner{
	height: 108px;
	max-width: 1240px;
	margin: 0px auto;
	padding: 0px 24px 0px 12px;
	display: none;
}
#top_banner h1 span{
	display: inline-block;
	text-indent: -9999em;
	background: url(images/topsheet_logo.png) no-repeat;
	background-position: center; 
	width: 100%;
	height: 98px;
}
#top_banner h2{
	float: right;
	font-size: 24px;
	line-height: 27px;
	text-align: right;
	margin-top: 26px;
	max-width: 170px;
	display: none;
}
#todays_date{
	font-size: 30px;
	margin: 0px auto;
	text-align: center;
	display: block;
	line-height: 108px;
}
#todays_date span{
	color: #2ff0ca;
	text-transform: uppercase;
	font-weight: 500;
	display: none;
}

/* Lead Stories
---------------------------------------------------------- */
 .large_sticky{
	width: 100%;
	padding: 0px !important;
}
 .large_sticky:after { 
   content: " ";
   display: block; 
   height: 0; 
   clear: both;
}
 .large_sticky ul{
	width: 100%;
	float: left;
}
 .large_sticky li{
	width: 100%;
	float: left;
	padding-left: 0%;
	padding-right: 0%;
	box-sizing: border-box;
	position: relative;
	border-bottom: 0px !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}
 .large_sticky h2{
	font-size: 40px;
	line-height: 44px;
	font-weight: 500;
}
 .large_sticky h3{
	font-size: 26px;
	line-height: 28px;
	margin-top: 12px;
}
 .large_sticky h2,
 .large_sticky h3{
	padding: 0px 24px;
	margin-bottom: 30px;
}
 .large_sticky li:first-child h3{
	font-size: 40px;
	line-height: 44px;
	font-weight: 500;
}
 ul.small_sticky{
	margin-top: 35px;
}
 .small_sticky h3{
	font-size: 24px;
	line-height: 28px;
}
 .small_sticky:after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
}
 .small_sticky li{
	border-bottom: 0px !important;
	float: left;
	width: 100%;
}
 .small_sticky li:hover .sticky_image img,
 .large_sticky li:hover .sticky_image img{
	opacity: 0.5;
	transition: all 0.5s;
}
.sticky_image{
	min-height: 43px;
	position: relative;
	background-color: #0a299e;
}
a.tweet{
	width: 33px;
	height: 33px;
	position: absolute;
	top: 15px;
	right: 20px;
	content: url(images/tweety_white.png);
	z-index: 100;
	opacity: 0.0;
}
a.tweet:hover{
	content: url(images/tweety.png);
}
.sticky_image img{
	width: 100%;
	height: auto;
	display:block;
	margin-bottom: 5px;
}
.lead_stories li:first-child .sticky_image{
	margin-bottom: 10px;
}
.source{
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #8d8d8d;
	display: block;
	position: absolute;
	padding: 10px 20px 5px 24px;
	background-color: white;
	border-top: 4px solid #2ff0ca;
	box-sizing: border-box;
	bottom: 0px;
	left: 0px;
}
li.large_headline .sticky_image > .source{
	width: 100%;
	text-indent: 20px;
	padding: 15px 0px 0px 0px;
	border: thin solid #2ff0ca;
	border-top: 4px solid #2ff0ca;
	border-bottom: 0px;
	top: 0px;
}
li.large_headline .sticky_image > img{
	min-height: 55px;
	margin-bottom: 0px;
}
li.large_headline h3{
	font-size: 30px;
	line-height: 32px;
	padding: 20px;
	padding-bottom: 35px;
	border: thin solid #2ff0ca;
	display: block !important;
}
 .small_sticky .source{
	padding-left: 0px;
}
.ad_unit{
	width: 25%;
	position: relative;
	height: auto;
	float: right;
	box-sizing: border-box;
	max-width: 295px;
	margin-bottom: 30px;
	display: none;
}
.ad_unit img {
	width: 100%;
	display: block;
}
.newsletter_unit{
	width: 80%;
	margin: 10%;
	text-align: center;
	box-sizing: border-box;
	background-color: white;
	border: thin solid #2ff0ca;
	border-top: 4px solid #2ff0ca;
	float: right;
	color: black;
}
.newsletter_unit p{
	max-width: 75%;
	margin: 0px auto;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
}
.newsletter_unit h3{
	font-size: 36px !important;
	line-height: 60px !important;
	font-weight: 500;
	color: #0a299f;
	margin-bottom: 0px;
}
.newsletter_unit input{
	font-size: 18px;
	line-height: 36px;
	font-weight: 400;
	font-family: ff-good-headline-web-pro-con, sans-serif;
	-webkit-appearance: none;
	border-radius: 0;
}
.newsletter_unit input[type='email'] {
	display: block;
	padding: 4px;
	border: 0px;
	border-top: thin solid #2ff0ca;
	border-bottom: thin solid #2ff0ca;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
}
.newsletter_unit input[type='email']:focus{
	border-top: 2px solid #2ff0ca;
}
.newsletter_unit input[type=submit]{
	height: 50px;
	color: #0a299e;
	background: white;
	border: 0 none;
	cursor: pointer;
	display: block;
	width: 100%;
}
.newsletter_unit input[type=submit]:hover{
	background: #2ff0ca;
}
.response_content p{
	text-align: center;
	background-color:#0a299e;
	width: 90%;
	max-width: 100%;
	margin-bottom: 0px;
	padding: 5%;
	color: white;
}
.right_rail{
	display: none;
}
#breaking{
	width: 100%;
	padding: 10px;
	font-size: 24px;
	line-height: 27px;
	background-color: #0a299e;
	text-align: center;
	box-sizing: border-box;
	margin: 30px 0px;
	overflow: hidden;
	text-indent: -2500px;
	transition: all 0.5s ease-in;
	-webkit-transition-delay: 0.5s; /* Safari */
    transition-delay: 0.5s;
}
#breaking span a:link,
#breaking span a:visited {
	display: block;
	color: white !important;
}
#breaking a:link{
	color: #2ff0ca;	
}
#breaking a:visited,
#breaking a:hover{
	color: white;
}
#breaking span{
	text-transform: uppercase;
	color: white;
}

/*  Newsfeed
---------------------------------------------------------- */
.newsfeed {
	width: 100%;
	margin-bottom: 115px;
	box-sizing: border-box;
}
.single_day ul,
.single_day h2,
.date_head{
	box-sizing: border-box;
	padding: 0px 24px;
}
.single_day{
	height: 100%;
	overflow: hidden;
	transition: height 0.5s ease-in;
}
.single_day.closed{
	height: 120px;
	transition: height 0.5s ease-in;
}
.single_day h2,
.reports h2 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 1.375rem;
	text-transform: uppercase;
	color: #2ff0ca;
	font-weight: 100;
}
.single_day h5{
	color: #0a299e;
}
.single_day ul{
	max-width: 100%;	
}
.single_day li h3{
	font-size: 26px;
	line-height: 28px;
	display: inline-block;
}

.single_day li{
	font-size: 16px;
	line-height: 36px;
	color: #8d8d8d;
	border-bottom: solid thin #dcdcdc;
	padding-bottom: 12px;
	margin-bottom: 18px;
	overflow: auto;
}
.single_day ul li:last-child{
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.single_day p{
	text-transform: uppercase;
	color: #8d8d8d;
}

.date_head{
	display: block;
    width: 100%;
	font-size: 36px;
	line-height: 36px;
	margin-top: 20px;
}
.single_day.closed > .date_head{
	background-image: url("images/down_arrow.png");
	background-position: 90% 35px;
	background-repeat: no-repeat;
}
.day {
    float: left;
	border-top: 4px solid #2ff0ca;
	padding-top: 17px;
	clear: both;
	font-weight: 500;
	text-transform: uppercase;
	color: #2ff0ca;
}
.single_day.closed > .date_head >.day{
	border-top: 4px solid gray;
	color: gray;
}
.date {
    display: block;
	border-top: 4px solid #dcdcdc;
	padding-top: 0px;
}
.date:before {
	content: "\00a0 ";
	display: block;
	height: 0px;
	clear: both;
}
.title_box a:link{
	display: block;
}
.title_box a:hover > h3{
	color: #8d8d8d;
}
.title_box a:hover > p{
	color: black;
}
.tag{
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 1px 10px;
	margin: 0px 5px 0px 0px;
	border: thin solid #2ff0ca;
	display: inline-block;
}
.tag:visited{
	color: black;
}
.tag:hover{
	background-color: #2ff0ca;
	color: black;
}
.video{
	float: left;
	width: 30px;
	height: 30px;
	padding: 0px;
	border-radius: 15px;
	background-image: url("images/video.png");
	background-position: center;
	background-repeat: none;
}
#load_more{
	width: 100%;
	/*display: none;*/
	margin: 0px auto 70px auto;
	text-align: center;
}
#load_more a:link,
#load_more a:visited{
	display: inline-block;
	width: auto;
	padding: 0px 20px;
	border: thin solid #2ff0ca;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	color: #0a299e;
}
#load_more a:hover{
	background-color: #2ff0ca;
}

/*  Sponsored Ads
---------------------------------------------------------- */
.inline_ad{
	width: 100%;
	background: url(images/polkadots.png) repeat;
	margin-bottom: 85px !important;
}
.inline_ad ul{
	margin-bottom: 40px !important;
}
#ad_multi{
	text-align: center;
	margin-bottom: 55px;
	font-weight: 500;
	padding-bottom: 5px;
}
#ad_multi h2{
	font-size: 18px;
	line-height: 12px;
	font-weight: 500;
	padding: 25px 0px 22px 0px;
	color: #0a299e;
	width: 100%;
	text-transform: uppercase;
	display: inline-block;
	background-color: white;
	margin-top: 40px;
	border-top: thin solid #2ff0ca;
}
#ad_multi h2 span{
	border: thin solid #2ff0ca;
	width: 90%;
	padding: 20px 20%;
}
#ad_multi ul{
	width: 100%;
	background-color: white;
	max-width: 1240px;
	margin: 0px auto;
	table-layout: fixed;
	border-spacing: 23px;
	border-bottom: thin solid #2ff0ca;

}
#ad_multi li{
	display: block;
	font-size: 26px;
	line-height: 28px;
	padding: 40px 0px;
	text-align: left;
	background-color: white;
	border-bottom: thin solid #2ff0ca;
	transition: background-color 0.5s ease-in;
	width: 90%;
	margin: auto 5%;
}
#ad_multi li:last-child{
	border-bottom: 0px;
}

#ad_multi li a:link{
	display: block;
}
#ad_multi li a:hover{
	color: black !important;
}

#ad_multi li:hover{
	background-color: #2ff0ca;
}
#ad_single{
	padding: 40px 0px;	
}
#ad_single_container{
	width: 100%;
	background-color: white;
	border: thin solid #2ff0ca;
	max-width: 1240px;
	margin: 0px auto;
	padding-bottom: 0px;
}
#ad_single_container:after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
}
#ad_single h3{
	font-size: 18px;
	line-height: 40px;
	font-weight: 500;
	color: #0a299e;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px;
}
#ad_single span{
	padding: 9px 45px;
	margin-bottom: 10px;
	border: thin solid #2ff0ca;
}
.ad_single_title{
	margin: 24px;
	text-align: center;
}
.ad_no_image{
	text-align:center;
}
.ad_has_image h2{
	padding: 20px;
	text-align: center;
}

#ad_single h2{
	color: black;
	font-size: 40px;
	line-height: 44px;
	font-weight: 500;
	position: relative;
}
#ad_single img{
	display: block;
	width: 100%;
}

/*  Archives
---------------------------------------------------------- */
.page-header{
	padding: 0px 24px;
}

/*  Research & Reports
---------------------------------------------------------- */
#top_reports > .reports{
	clear: both;
	margin-bottom: 100px;
}
.reports{
	width: 25%;
	max-width: 285px;
	float: right;
	/*margin-top: 180px;*/
	margin-top: 20px;
	font-size: 20px;
	line-height: 27px;
	font-weight: normal;
	display: none;
}
.reports ul{
	max-width: 100% !important;
}
.reports li{
	padding: 15px 0px;
	border-top: solid thin #2ff0ca;
}
.reports h2{
	color: #0a299e;
	font-size: 36px;
	font-weight: 500;
}
.view_all{
	color: #0a299e;
	font-weight: 500;
	text-transform: uppercase;
}

#randr_mob{
	width: 100%;
	display: block;
	box-sizing: border-box;
}
#randr_mob > .reports{
	width: 100%;
	max-width: 100%;
	margin-top: 0px;
	float: none;	
	display: block;
}
#randr_mob > .reports li{
	font-size: 20px;
	line-height: 27px;
	border-bottom: none;
	padding: 15px 0px;
	margin-bottom: 0px;
}


/*  Newsletter Sign-Up
---------------------------------------------------------- */
#fp_newsletter_header{
	text-align: center;
	width: 100%;
	padding: 50px 0px;
}
#fp_newsletter_header h1{
	text-transform: uppercase;
	font-size: 40px;
	line-height: 30px;
	font-weight: 500;
	color: #0a299e;
}
#newsletter_header_temp{
	margin: 38px auto;
	
}
#newsletter_header_temp img{
	display: none;
}
#fp_newsletter{
	font-size: 25px;
	line-height: 30px;
	color: #8d8d8d;
	text-align: center;
	padding: 20px 0px;
	background: url(images/polkadots.png) repeat;
}
#fp_newsletter h2{
	color: #0a299e;
	font-size: 30px;
	margin-bottom: 35px;
	font-weight: 500;
}
#fp_newsletter h3{
	text-transform: uppercase;
	font-size: 26px;
}

#fp_newsletter p{
	max-width: 700px;
	margin: 0px auto;
}
#fp_newsletter .response_content p{
	background-color:white;
	color: #0a299e;
}
#fp_content{
	max-width: 975px;
	background-color: white;
	border: thin solid #2ff0ca;
	margin: 0px auto;
	padding: 20px;
}
#fp_content form{
    width: 100%;
	max-width: 540px;
	margin: 35px auto 15px auto;
    overflow: hidden;
}
#fp_content input[type='email'],
#fp_content input[type=submit]{
	font-family:inherit;
	border: none;
	font-size: 18px;
	line-height: 50px;
	font-weight: 500;
	-webkit-appearance: none;
	border-radius: 0;
}
#fp_content input[type='email']{
	width: 100%;
	height: 40px;
	line-height: 25px;
	background-color: #ebebeb;
	display: inline-block;
	padding: 5px 25px;
	font-size: 18px;
	color: #8d8d8d;
}
#fp_content span {
    display: block;
    overflow: hidden;
}
#fp_content input[type=submit]{
	float: right;
	cursor: pointer;
	width: 100px;
	height: 50px;
	font-size: 24px;
	font-weight: 500;
	color: white;
	background-color: #0a299e;
	padding: 0px;
	margin: 0px;
}
#fp_content input[type=submit]:hover{
	color: #2ff0ca;
}
.fp_footer{
	margin: 30px auto;
	color: #8d8d8d;
	font-size: 30px;
	text-align: center;
	margin-bottom: 35px;
	font-weight: 500;
}

#pop_up{
	color: #2ff0ca;
	height: 188px;
	position: fixed;
	bottom: -359px;
	right: 40px;
	transition: bottom 0.5s ease-in; 
	display: none;
}
#cancel{
	width: 36px;
	height: 36px;
	background-image: url("images/cancel.png");
	background-position: center; 
	background-repeat: no-repeat;
	background-color: #2ff0ca;
	display: block;
	margin-left: auto;
	margin-right: 0;
	cursor: pointer;
}
#pop_up_container{
	padding: 35px 40px 8px 40px;
	background-color: #0a299e;
	border-top: 4px solid #2ff0ca;
}
#pop_up_container p{
	color: white;
	font-size: 24px;
	line-height: 24px;
	padding-left: 0px;
	width: 100%;
	text-align: left;
}
#pop_up h2{
	font-size: 36px;
	font-weight: 500;
	line-height: 40px;
}
#pop_up.engaged{
	bottom: 94px;
}
#pop_up form{
    width: 100%;
	max-width: 540px;
	margin: 15px auto 20px auto;
    overflow: hidden;
}
#pop_up input[type='email'],
#pop_up input[type=submit]{
	font-size: 24px;
	background-color: #0a299e;
	font-family:inherit;
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
	display: block;
}
#pop_up input[type='email']{
	line-height: 40px;
	border-bottom: 1px solid #2ff0ca;
	width: 100%;
	color: white !important;
	margin-bottom: 20px;
}
#pop_up input[type=submit]{
	border: 1px solid #2ff0ca;
	line-height: 32px;
	margin-bottom: 20px;
	width: 80px;
	color: white;
	cursor: pointer;
	border-radius: 0;
}

/*  Footer
---------------------------------------------------------- */
footer {
	border-top: thin solid #769CA3;
	padding: 20px;
	text-align: center;
	background-color: #0a299e;
	height: 230px;
	color: white;
	position: relative;
}
#ft_contents {
	position: relative;
	max-width: 1225px;
	margin: 0px auto;
	color: white;
	overflow:auto; 
}
#ft_contents p{
	color: white;
	font-size: 24px;
	line-height: 24px;
	padding-left: 0px;
	width: 100%;
	text-align: left;
}
#ft_contents a:link,
#ft_contents a:visited {
	color: white;
	display: inline;
}
#ft_contents h3 {
	font-size: 30px;
	line-height: 66px;
	color: #2ff0ca;
	text-transform: uppercase;
}
.ft_newsletter{
	float: left;
	text-align: left;
	width: 33%;
	max-width: 250px;
	display: none;
}
footer form{
    width: 100%;
	height: 42px;
	margin-top: 20px;
	line-height: 44px;
	border: thin solid #2ff0ca;
	max-width: 250px;
    overflow: hidden;
}
footer input[type='email'],
footer input[type=submit]{
	background-color: #0a299e;
	font-size: 18px;
	font-family:inherit;
	font-weight: 500;
	border: none;
	-webkit-appearance: none;
	border-radius: 0;
}
footer input[type='email']{
	width: 100%;
	display: inline-block;
	padding: 0px 10px;
	color: #8d8d8d;
}
footer span {
    display: block;
    overflow: hidden;
}
footer input[type=submit]{
	cursor: pointer;
	float: right;
	width: 70px;
	height: 40px;
	color: #2ff0ca;
	padding: 0px;
	margin: 0px;
}

.ft_affiliates{
	text-align: left;
	width: 100%;
}
.ft_affiliates li{
	font-size: 24px;
	line-height: 29px;
}
.ft_branding {
	text-align: center;
	width: 500px;
	margin: 0px auto;
	width: 100%;
}
.ft_branding h2{
    display: none;
}
.ft_branding span{
	display: block;
	text-indent: -9999em;
	background: url(images/topsheet_logo_ko.png) no-repeat;
	background-position: center;
	width: 100%;
	height: 98px;
}
.legal{
	bottom: 20px;
	left: 0px;
	right: 0px;
	display: block;
	width: 100%;
	padding: 20px 0px;
}

/*////////DESKTOP 600PX WIDE & UP ///////*/
@media only screen and (min-width: 600px) {
	#newsletter_header_temp img{
		display: block;
	}
	.mobile_logo{
		display: none;
	}
	#content{
		padding: 0px 20px;
		min-height: calc(100vh - 401px);
	}
	.header li{
		padding: 10px;
	}
	.top_nav{
		height: 35px;
		line-height: 35px;
		position: relative;
	}
	ul#topics {
		margin: 0px auto;
		text-align: center;
		height: 35px;
		line-height: 35px;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		overflow: hidden;
		z-index: 200;
		visibility: visible;
		max-width: calc(100vw - 400px);
	}
	ul#topics.engaged{
		height: auto;
	}
	ul#topics li{
		display: inline-block;
		color: white;
		border-bottom: none;
		text-transform: uppercase;
		font-size: 18px;
		line-height: 35px;
		padding: 0px 10px;
	}
	ul#topics li:first-child{
		text-transform: none;
	}
	ul#topics li:first-child:after{
		content: ": ";
	}
	#top_banner{
		display: block;
	}
	#top_banner h1 span{
		width:190px;
		height: 108px;
		float: left;
		display: block;
	}
	#top_banner h2{
		display: block;
	}
	.sponsor{
		display: block;
	}
	.nav_button{
		display: none;	
	}
	.day {
		padding-top: 22px;
	}
	.date {
		padding-top: 22px;
	}
	.date:before {
		display: inline-block;
	}
	.newsfeed {
		width: 100%;
	}
	.newsletter_unit{
		width: 90%;
		margin: 5%;
	}
	.page-header{
		padding: 0px;
	}
	.single_day{
		padding: 0px;
	}
	.single_day p{
		font-size: 14px;
		line-height: 12px;
	}
	.single_day ul{
		padding: 0px 11% 0px 0px;
	}
	.single_day.closed{
		height: 85px;
	}
	.single_day.closed > .date_head{
		background-image: none;
	}
	.single_day.closed > .date_head:hover{
		background-image: url("images/down_arrow.png");
		background-position: 98% 35px;
		background-repeat: no-repeat;
	}
	.single_day.closed > .date_head:hover > .day{
		color: #2ff0ca;
	}

	.single_day li h3{
		font-size: 30px;
		line-height: 32px;
	}
	.title_box{
		width: auto;
		max-width: 70%;
		display: inline-block;
	}
	.tags_box{
		max-width: 30%;
		display: inline-block;
		padding-top: 2px;
		vertical-align: top;
		float: right;
	}
	.tag {
		display: block;
		margin: 0px 0px 5px 5px;
		float: right;
	}
	.video{
		float: right;
		margin: 0px 5px;
	}
	
	ul.large_sticky{
		width: 100%;
		padding-right: 0%;
	}
	ul.large_sticky::after { 
	   content: " ";
	   display: block; 
	   height: 0; 
	   clear: both;
	}
	 .large_sticky li{
		float: left;
		width: 30%;
		padding-right: 0%;
		border-bottom: 0px;
		margin-left: 5.25%;
		margin-bottom: 0px;
		padding-bottom: 15px !important;
	}
	 .large_sticky li:first-child{
		width: 64.75%;
		padding-left: 0%;
		margin-left: 0%;
	}
	 .large_sticky li:first-child h3{
		font-size: 60px !important;
		line-height: 60px !important;
	}
	 .large_sticky li:hover > .tweet {
		opacity: 1.0;
	}
	.large_sticky h2{
		font-size: 60px;
		line-height: 60px;
		padding: 0px;
	}
	 .large_sticky h3{
		margin-top: 0px;
		font-size: 24px !important;
		line-height: 27px !important;
	}
	 .large_sticky h2,
	 .large_sticky h3 {
		padding: 0px;
		margin: 0px;
	}
	.source{
		padding: 10px 20px 5px 0px;
	}
	.large_sticky,
	.reports{
		display: block;
	}
	li.large_headline{
		margin-bottom: 45px;
	}
	ul.small_sticky{
		padding: 0px;
	}
	.small_sticky li{
		width: 31%;
		margin-right: 3.5%;
	}
	 .small_sticky li:last-child{
		margin-right: 0%;
	}
	.single_day h2,
	.date_head{
		box-sizing: border-box;
		padding: 0px;
	}
	#breaking{
		margin-top: 0px;
	}
	#randr_mob{
		width: 100%;
		display: none;
	}
	#ad_multi h2{
		background-color: transparent;
		border:none !important;	
		font-size: 36px;
		padding: 55px 0px 30px 0px;
		margin-top: 0px;
		width: 100%;
	}
	#ad_multi span{
		border:none !important;	
	}
	#ad_multi ul{
		display: table;
		table-layout: fixed;
		border-spacing: 23px;
		background-color: rgba(255, 255, 255, 0);
		border-bottom: 0px;
	}
	#ad_multi li{
		font-size: 30px;
		line-height: 30px;
		padding: 40px;
		background-color: white;
		display: table-cell;
		border: thin solid #2ff0ca;
		text-align: center;
	}
	#ad_multi li:last-child{
		border-bottom: thin solid #2ff0ca;
	}
	#ad_single_container{
		padding-bottom: 40px;
		padding-left: 40px;
		padding-right: 40px;
		display: table;
	}

	#ad_single img{
		height: 160px;
		width: auto;
		float: left;
		padding-right: 40px;
	}
	.ad_single_title{
		text-align: left;
		height: 160px;
		margin: 0px 40px;
	}
	.ad_no_image h2 {
		text-align:center;
		display: block;
	}
	.ad_has_image h2{
		min-height: 120px;
		display: table-cell;
		vertical-align: middle;
		padding-left: 0px !important;
		text-align: left;
		height: 120px;
	}
	#ad_single h2{
		color: black;
		font-size: 60px;
		line-height: 60px;
		font-weight: 500;
		top: 50%;
		position: relative;
		padding: 20px;
		overflow: hidden;
	}
	#fp_newsletter{
		padding: 50px;
		font-size: 30px;
		line-height: 35px;
	}
	#fp_newsletter_header h1{
		font-size: 60px;
		line-height: 60px;
	}
	#fp_content{
		padding: 50px;
	}

	/*footer*/
	.ft_affiliates{
		float: right;
		text-align: right;
		width: 33%;
	}
	.ft_newsletter{
		display: block;
	}
	.ft_newsletter,
	.ft_branding {
		display: block;
		line-height: 29px;
	}
	.ft_branding{
		width: 33%;
	}
	.ft_branding h2{
    	display: block;
	}
	.legal{
		position: absolute;
		bottom: 0px;
		width: 33%;
		margin: 0px 33%;
	}
	#pop_up{
		display: block;
	}
	.legal{
		padding: 0px;
	}

}
/*////////DESKTOP 900PX WIDE & UP ///////*/
@media only screen and (min-width: 900px) {
	.mobile {
		display: none;
	}
	#todays_date span{
		display: inline;
	}
	.newsfeed {
		width: 75%;
		padding-right: 2%;
	}
	.large_sticky li{
		width: 29.125%;
	}
	.right_rail{
		display: block;
	}
	.ad_unit{
		display: block;
		float: right;
		clear: both;
	}
	.newsletter_unit{
		width: 21%;
		max-width: 252px;
		margin-right: 2%;
		margin-bottom: 27px;
		margin-top: 0%;
		float: right;
		clear: both;
	}


}







