.terms-nav
{
	margin: 0 0 1.875em; /* 30 */
}
	.terms-nav__title
	{
		font-weight: 700;
		margin-bottom: 0.625em; /* 10 */
	}
	.terms-nav__list
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}
		.terms-nav__item
		{
			margin-bottom: 0.375em; /* 6 */
		}
		.terms-nav__link
		{
			color: #c00;
			text-decoration: none;
		}
		.terms-nav__link:hover
		{
			text-decoration: underline;
		}
		.terms-nav__link--active
		{
			font-weight: 700;
			cursor: default;
			text-decoration: none;
		}