/* -- Privacy and Copyright Page Styles - Start -- */

.pnc {
	margin:3em auto 1em auto;
	letter-spacing:0;
	font-size:0.9em;
}

.privacy {
	padding:1em;
	margin-bottom:0;

}

dt {
	margin-bottom:0.3em;
	letter-spacing:0;
	font-family:"Roboto Slab Bold";
}

dd {
	font-size:0.9em;
}

dd:not(:last-child) {
	margin-bottom:2em;
}

li {
	list-style-type:circle;
}


.copyright__anchor {
	color:#002057;
}

.copyright__anchor:hover {
	color:#002057;
}



@media (max-width: 767px) {
	
	.privacy, .copyright {
		font-size:0.8em;
	}

}

@media (min-width: 768px) and (max-width: 991px) {
	
	.privacy, .copyright {
		font-size:1em;
	}

}


@media (min-width: 992px) {

	.privacy, .copyright  {
		font-size:1em;
	}

}
/* -- Privacy and Copyright Page Styles - End -- */
