article.home
{
	background: #09172d;

	overflow: hidden;
}

article.home h2.funky,
article.tips_prevention h2.funky
{
	position: relative;
	z-index: 2;
	margin-bottom: 34px;
	padding-left: 0;
	margin-bottom: 0;
	font-family: "Barlow Condensed", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 1.04;
	letter-spacing: 0em;
	color: rgba(242, 242, 242, 0.9);
	color: #09172d;
}

article.home h2.funky:before,
article.tips_prevention h2.funky:before
{
	display: none;
}

@media only screen and (max-width: 767px)
{
	article.home h2.funky,
	article.tips_prevention h2.funky
	{
		font-family: "Barlow Condensed", sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 36px;
		line-height: 1.05555556;
		letter-spacing: 0em;
	}

}

article.home h2.funky strong,
article.tips_prevention h2.funky strong
{
	position: absolute;
	z-index: -1;
	right: 0;
	top: -145px;
	font-family: "Barlow Condensed", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 344px;
	line-height: 1;
	letter-spacing: -0.01em;
	color: #cdcdcd;
}

@media only screen and (max-width: 767px)
{
	article.home section.hero .background:after,
	article.home section.subhero .background:after
	{
		display: none;
	}

	article.home h2.funky,
	article.tips_prevention h2.funky
	{
		font-family: "Barlow Condensed", sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 34px;
		line-height: 1;
		letter-spacing: 0em;
	}

	article.home h2.funky strong,
	article.tips_prevention h2.funky strong
	{
		top: -110px;
		right: 15px;
		font-family: "Barlow Condensed", sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 145px;
		line-height: 1;
		letter-spacing: 0em;
	}

}

/*****		NEWS		*****/
.news_feed .content
{
	position: relative;
	margin: 0 auto;
	max-width: 1176px;
	padding: 285px 0 145px;
}

.news_feed .header
{
	margin-bottom: 80px;
	text-align: center;
}

.news_feed .header h2.funky
{
	padding-left: 40px;
	color: #e5e5e5;
	padding-bottom:20px;
}

.news_feed .header h2.funky strong
{
	top: -180px;
	color: #162338;
}

.news_feed .header:after
{
	content: "";
	position: absolute;
	z-index: 2;
	left: calc((100% - 830px) / 2);
	width: 830px;
	border-bottom: solid 1px #484848;
}

.news_feed .news_items
{
	position: relative;
	width: 610px;
	max-height: 600px;
	padding: 10px 45px 0;
	margin: 0 auto 60px;
	padding-top: 10px;
	color: #e5e5e5;
	overflow: hidden;
}

.news_feed .news_item
{
	position: relative;
	margin-bottom: 35px;
	max-height: 300px;
	font-family: "Barlow Condensed", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 1.42857143;
	letter-spacing: 0.015em;
}

.news_feed .news_item.transition
{
	opacity: 0;
	margin-bottom: 0;
	overflow: hidden;
	max-height: 0;
}

.news_feed .news_item .time
{
	display: block;
	margin-bottom: 10px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.075em;
	color: #b3b3b3;
	text-transform: uppercase;
}

.news_feed .news_item.alert:before
{
	position: absolute;
	left: -45px;
	top: 30px;
	font-size: 30px;
	line-height: 1;
	color: #f8be21;
	content: "\61";
	font-family: "USPIS UI";
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.news_feed .footer
{
	width: 520px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px)
{
	.news_feed .content
	{
		padding: 155px 15px 110px;
	}

	.news_feed .header
	{
		margin-bottom: 75px;
	}

	.news_feed .header h2.funky
	{
		padding-left: 0;
	}

	.news_feed .header h2.funky strong
	{
		top: -70px;
		right: 0;
	}

	.news_feed .header:after
	{
		left: 30px;
		width: calc(100% - 60px);
	}

	.news_feed .news_items
	{
		padding-left: 35px;
		width: 100%;
		max-width: 500px;
		height: 360px;
	}

	.news_feed .news_item
	{
		font-family: "Barlow Condensed", sans-serif;
		font-style: normal;
		font-weight: 600;
		font-size: 22px;
		line-height: 1.27272727;
		letter-spacing: 0.015em;
	}

	.news_feed .news_item .time
	{
		margin-bottom: 5px;
		letter-spacing: 0;
	}

	.news_feed .news_item.alert:before
	{
		left: -35px;
		top: 20px;
	}

	.news_feed .footer
	{
		width: 100%;
		max-width: 500px;
		padding: 0 35px;
	}

}

.javascript-support .news_feed .news_item
{
	transition: all .5s ease;
}