.privacypolicies-body {
	background: #fff;
	color: #000;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	margin: 0;
}
.page {
	
}
.page-header {
	color: #000;
	padding: 16px 0;
	margin: 0 0 16px;
}
.page-container {
	position: relative;
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
}
.page-header .title {
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	margin: 0;
}
.translations-content-container {
    padding-top: 16px;
    border-top: 1px solid #eee;
}
.page h1, .page h2 {
    font-weight: 700;
}
.page h1,.page  h2,.page  h3,.page  h4,.page  h5,.page  h6,.page  li,.page  p {
    margin: 0 0 16px;
}
.page h1 {
    font-size: 40px;
    line-height: 60px;
}
.page a {
	text-decoration: none;
	cursor: pointer;
	color: #000;
}
.page h2 {
    font-size: 32px;
    line-height: 48px;
}
.page h3 {
    font-size: 24px;
    line-height: 36px;
}
.page ul {
	list-style: inherit;
}
a[rel~=nofollow] {
    color: #008461;
}
a:hover, a[rel~=nofollow] {
    text-decoration: underline;
}
a[rel~=nofollow]:hover {
    text-decoration: none;
}


.page-footer {
    border-top: 1px solid #eee;
    margin: 32px 0 0;
    padding: 16px 0;
}