 @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700&display=swap');
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;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Source Sans Pro', sans-serif;
}
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;
}

.header{
	background: #fff;
	padding:60px 0;
	border-bottom: 1px solid #eee;
}

.header h2{
	font-size: 40px;
	color: #888888;
	font-weight: 700;
}

.content{
	padding:100px 0;
	min-height: calc(100vh - 261px);
	background: url('images/dot-grid.png') repeat;
}

.content h2{
	color: #888888;
	font-size: 28px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.content p{
	line-height: 1.8;
	font-size: 18px;
	font-weight: 300;
	color: #000;
	margin-bottom: 40px;
}

.financial ul{
	text-align: center;
}

.financial ul li{
	display: inline-block;
}

.financial ul li a:hover{
	text-decoration: none;
}

.financial ul li a{
	display: block;
	padding:15px 30px;
	font-size: 17px;
	background: #888888;
	border-radius: 60px;
	color: #fff;
}

.financial ul li a span{
	display: inline-block;
	background: #fff;
	color: #888888;
	border-radius: 60px;
	padding:5px 10px;
	margin-left: 10px;
}

footer{
	background: #888888;
	padding:40px 0;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}