div.news_container
{
}

div.news_container div.header
{
}

div.news_container div.header h1
{
	width: 60rem;
	float: left;
	font-size: 2.5rem;
	line-height: 3.75rem;
}

div.news_container div.header div.date
{
	width: 6rem;
	float: right;
	margin-top: 32px;
}

div.news_container div.header div.date span
{
	display:  block;
	width: inherit;
	text-align: center;
}

div.news_container div.header div.date span:nth-of-type(1)
{
	font-family: Bold;
	font-size: 5.5rem;
	line-height: 5.5rem;
}

div.news_container div.header div.date span:nth-of-type(2)
{
	font-size: 1.5rem;
	line-height: 1rem;
	text-transform: uppercase;
}

img.detail_picture
{
	width: 100%;
	height: auto;
}

div.news_container div.research_link
{
margin: 2rem 0;
}

div.news_container div.research_link a
{
display: inline-block;
width: auto;
height: 3rem;
line-height: 3rem;
padding: 0 3rem;
border: solid 1px #fff;
text-decoration: none;
transition: all ease 0.25s;
color: #fff;
background: transparent;
}

div.news_container div.research_link a:hover
{
color: #27aae1;
background: #fff;
}
