/* article-timeline.css */
.article-timeline-background {
	position: absolute;
	top:0;
	background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 10%;
    width: 100%;
    height: 500px;
}
.article-timeline {
	padding-top: 600px;
	padding-bottom: 100px;
	width: 600px;
	display: block;
	margin: 0 auto;
}

h1.article-timeline-heading {
	font-family: 'AP Møller Serif';
	font-size: 32px;
	line-height: 40px;
	color: #112333;
	font-weight: 500;

}

p.article-timeline-subheading {
	font-family: 'AP Moller Sans';
	font-size: 16px;
	line-height: 24px;
	color: #112333;
	font-weight: 700;
	opacity: 0.8;
}

div.article-timeline > h2 {
	margin-bottom: 20px;
	margin-top: 40px;
}


.article-timeline p,
.article-timeline ul li {
	color: #112333 !important;
	opacity: 0.8;
	font-size: 16px;
    line-height: 24px;
}

.article-timeline p {
	margin-bottom: 20px;
}


.article-timeline p a {
	font-family: 'AP Moller Sans';
	font-size: 16px;
	line-height: 24px;
	color: #112333 !important;
	font-weight: 500;
	opacity: 1;
	text-transform: none;
	font-weight: inherit;
}

.article-timeline p a.dark_downloadlink {
	font-family: 'AP Moller Sans';
	font-size: 11px;
	line-height: 24px;
	color: #112333 !important;
	font-weight: 700;
	text-transform: uppercase;

}
.article-timeline p a.dark_downloadlink:hover,
.article-timeline p a:hover {
	color: #112333;
	opacity: 1;
}

.article-timeline p a img svg {
	opacity: 1;
}


@media (max-width: 760px) {
	.article-timeline-background {
		height: 450px;
	}
	.article-timeline {
		padding-top: 500px;
		padding-bottom: 50px;
		width: 90%;
	}
}
