.display-inline-block {
	display: inline-block !important;
}
.Mb {
	margin-bottom: 1rem;
}
.Mt {
	margin-top: 1rem;
}
p.xs {
    font-size: .875rem;
    line-height: 1.2;
}

/* FIXES FOR COUNTERPOINT THEME */
.newsletter-box {
    margin: 2rem auto !important;
    padding: .5rem;
}

/* URL#SECTION IDENTIFICATION */
@keyframes yellowfade {
from {
	background: #FFFFA1;
}
to {
	background:transparent;
}
}
:target {
	animation-name: yellowfade;
	animation-duration: 3s;
}

}
