.action-links {
	list-style: none;
	padding: 0;
	margin: 1em 0;
	display: inline-flex;
}

.usa-section {
	padding-bottom: 10%;
	/* override theme css - padding-bottom: 4rem; */
	padding-top: 4rem;
}

.usa-nav__secondary-links a {
	color: #565c65;
}
.form-required::after {
content: '*';
vertical-align: super;
display: inline-block;
background-repeat: no-repeat;
background-size: 6px 6px;
width: 6px;
height: 6px;
margin: 0 0.3em;
color:
red;
}