body{
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 17px;
    line-height: 1.52947;
    font-weight: 400;
    letter-spacing: -.021em;
}
p {
    word-wrap: break-word;
}
p.intro{
	font-size: 22px;
    line-height: 1.45455;
    font-weight: 300;
    letter-spacing: .016em;
    width: auto;
    margin-top: 17px;
}
.content hr{
	margin: 30px auto;
}
.content h1{
	font-size: 40px;
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: .008em;
    width: auto;
}
.content h2 {
	margin: 0.75em 0px 0.5em 0px;
    font-size: 32px;
    line-height: 1.09375;
    font-weight: 500;
    letter-spacing: .011em;
}
.content p {
    margin-top: 13px;
}
.content li+li {
    margin-top: 6px;
}
.content li, .content ol, .content ul {
    font-size: 17px;
    line-height: 1.52947;
    font-weight: 400;
    letter-spacing: -.021em;
}
.footer-container{
    font-size: 11px;
    line-height: 1.36364;
    font-weight: 400;
    letter-spacing: -.008em;
    background-color: #f2f2f2;
    color: #333;
}
.footer-container a:hover{
	text-decoration: underline;
}