h1{
	font-size: 48px;
	margin-top: 35px;
}

div.home_page section.page_content{
	font-size: 16px;
	margin-top: 30px;
}

div.home_page > div.description{
	float: left;
	width: 70%;
}

div.home_page > div.subscribe{
	float: right;
	width: 25%;
	margin-top: 20px;
}

div.home_page div.side_content{
	background-color: #eee;
	padding: 1px 20px 20px;
	margin-top: 20px;
}

@media (max-width: 999px) {
	div.home_page div.description,
	div.home_page div.subscribe{
		float: none;
		width: 100%;
	}
}














div.home_page div.assets{
	margin: 20px 0px 40px 0px;
}

div.home_page div.asset_block{
	margin-top: 30px !important;
}

div.home_page div.assets div.recently_viewed,
div.home_page div.assets ul.quick_links{
	display: none;
}

div.home_page div.assets div.lhs div.quick_links{
	display: none !important;
}

div.home_page div.home_assets_ad{
	margin-top: 30px;
	background: linear-gradient(to right, #009697 0%,#009697 100%);
	height: 1029px;
	color: white;
	box-sizing: border-box;
	padding: 20px;
	font-family: "Open Sans";
}

div.home_page div.home_assets_ad div.title{
	font-size: 24px;
	font-weight: 600;
	line-height: 1.1em;
}

div.home_page div.home_assets_ad div.description{
	font-size: 18px;
	line-height: 1.4em;
	margin-top: 20px;
}

div.home_page div.home_assets_ad a{
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
	background-color: white;
	color: #009697;
}

div.home_page div.home_assets_ad a:hover{
	background-color: #eee;
}

@media (max-width: 999px) {
	div.home_page div.home_assets_ad{
		height: auto;
	}
}















ul.subs{
	margin-top: 30px;
}

ul.subs li{
	position: relative;
	float: left;
	margin-top: 15px;
	height: auto;
	color: white;
	box-sizing: border-box;
	padding: 20px;
	font-family: "Open Sans";
	background-size: cover;
	background-position: center;
}

ul.subs li:before{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right,  #009697 0%,#009697 100%);
	opacity: 0.8;
}

ul.subs li:not(:first-child){
	margin-left: 15px;
}

ul.subs li.clear{
	clear: left;
	margin-left: 0px;
}

ul.subs li.cols_1{
	width: 248px;
}

ul.subs li.cols_2{
	width: 511px;
}

ul.subs li.cols_3{
	width: 774px;
}

ul.subs li *{
	position: relative;
}

ul.subs li div.title{
	font-size: 22px;
	font-weight: 600;
	line-height: 1.1em;
}

ul.subs li div.description{
	font-size: 14px;
	line-height: 1.4em;
	margin-top: 15px;
	display: none;
}

ul.subs li a{
	text-transform: uppercase;
	display: inline-block;
	margin-top: 15px;
	background-color: white;
	color: #009697;
}

ul.subs li a:hover{
	background-color: #eee;
}

ul.subs li.news{background-image: url(/_images/home/subs/news.png);background-position: left;background-size: 220%;}
ul.subs li.reports{background-image: url(/_images/home/subs/reports.png);}
ul.subs li.profiles{background-image: url(/_images/home/subs/profiles.png);}
ul.subs li.events{background-image: url(/_images/home/subs/events.jpg);}
ul.subs li.cfa{background-image: url(/_images/home/subs/cfa.jpg);}
ul.subs li.vio{background-image: url(/_images/home/subs/vio.png);}
ul.subs li.worldview{background-image: url(/_images/home/subs/worldview.png);}
ul.subs li.barometers{background-image: url(/_images/home/subs/barometers.jpg);}
ul.subs li.ftb{background-image: url(/_images/home/subs/ftb.jpg);}
ul.subs li.podcasts{background-image: url(/_images/home/subs/podcasts.jpg);}
ul.subs li.services{background-image: url(/_images/home/subs/services.jpg);}

@media (max-width: 1345px) {
	ul.subs li.news{background-size: auto;background-position: top left -200px;}

	ul.subs li{
		height: 180px;
	}

	ul.subs li.cols_1{
		width: 180px;
	}

	ul.subs li.cols_2{
		width: 375px;
	}

	ul.subs li.cols_3{
		width: 570px;
	}

	ul.subs li div.description{
		display: none;
	}
}

@media (max-width: 999px) {
	ul.subs li{
		float: none;
		width: auto !important;
		margin: 15px 0px 0px 0px !important;
		height: auto;
		min-height: 110px;
	}
}









div.home_covid_gauges div.covid_gauges{
	margin-bottom: 0px;
}

div.home_covid_gauges div.readmore{
	display: block;
}

















ul.home_feed li{
	padding: 25px 0px;
}

ul.home_feed li:not(:last-child){
	border-bottom: 1px solid #eee;
}

ul.home_feed div.meta{
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.2em;
}

ul.home_feed div.meta span.type{
	text-transform: uppercase;
	font-weight: bold;
}

ul.home_feed a{
	color: #1a1a1a;
	transition: color 0.1s linear;
	font-size: 28px;
	letter-spacing: -1.15px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.2em;
}

ul.home_feed a:hover{
	color: #d6002a;
}