/********************************************************
				Privacy policy style
********************************************************/
.terms-page h1 {
	margin-bottom: 25px;
	font-size: 1.6em;
	color: #26639e;
	text-transform: uppercase;
}

.terms-page strong {
	font-weight: normal;
	font-size: 18px;
}
.terms-page p{
	font-size: 16px;
	line-height: 1.4;
	margin: 0 0 15px 0;
}

.terms-page p strong {
	display: block;
	padding-top: 15px;
	color: #36a29d;
	font-style: italic;
}
.terms-page p.sub-title strong {
	color: #000;
}

.terms .mixpanel_footer {
	display:none;
}

.terms-page > p:last-child {
	margin-bottom: 40px;
}

.terms-page .page-cont ul {
	margin-left: 42px;
}

.terms-page .page-cont ul ul li, .terms-page ul.bullet {
	list-style: disc outside none;
}


.terms-page .page-cont ul ul.no_dot li {
	list-style: none;
}