#ninjapolicy {
	max-width:600px;
	display:block;
	margin:0 auto;
	text-align: left;
}


#ninjapolicy .npt-policy-list {
	margin: 0;
	padding: 0 0 0 20px;
	margin-bottom: 30px;
}


#ninjapolicy .npt-policy-list li {
	list-style-type: none !important;
	position: relative;
	padding-left: 20px;
	line-height: 1.5em;
	background: none !important;
	margin-bottom: 2px !important;
}

#ninjapolicy .npt-policy-list li a {
	text-decoration: none;
	font-size: 1em;
	line-height: 1.5em;
	text-decoration: none;
}


#ninjapolicy .npt-policy-list li::before {
	content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    font-size: 16px;
    background-color: transparent !important;
}

#ninjapolicy .npt-lead {
	margin:20px 0 20px 20px;
	font-size:22px;
	line-height: 1.5em;
}

.before-privacy-policy-wrapper h2.npt-question,
#ninjapolicy h2.npt-question {
	margin-top: 60px;
	margin-bottom: 18px;
	text-transform: initial;
	line-height: 1.2em;
}

.before-privacy-policy-wrapper h2.npt-question:first-child {
	margin-top: 0;
}

#ninjapolicy h2.npt-title {
	font-size: 26px;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: initial;
    line-height: 28px;
}


#ninjapolicy .npt-go-to-top {
	text-decoration: underline;
}

@media only screen and (min-width: 1200px) {
	.before-privacy-policy-wrapper h2.npt-question,
	#ninjapolicy .npt-question {
		position:relative;
	}

	.before-privacy-policy-wrapper h2.npt-question::before,
	#ninjapolicy .npt-question::before {
		content: "\f038";
		font-family: FontAwesome;
		left: -35px;
		line-height: inherit;
		position: absolute;
		top: 2px;
		font-size: 18px;

	}


}