.clear::after {
	content: "";
	display: table;
	clear: both;
}

.invisible {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

.text-center {
	text-align: center;
}

.mod_article.full-width {
	position: relative;
	left: 50%;
	right: 50%;
	margin: 0 -50vw;
	width: 100vw;
}

.mod_article.margin-bottom {
	margin-bottom: 10rem;
}

.font-size--sm { font-size: var(--base-font-size--sm); }
.font-size--lg { font-size: var(--base-font-size--lg); }
.font-size--xl { font-size: var(--base-font-size--xl); }

@media screen and (max-width: 54em) {
	
	.font-size--xl { font-size: var(--base-font-size--lg); }
}

@media screen and (max-width: 42em) {
	
	.font-size--xl { font-size: var(--base-font-size); }
}

.list-green-circles li {
	position: relative;
	padding: 0 0 0 2.2rem;
	line-height: 1.7;
	list-style: none;
}

.list-green-circles li::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 1.1rem;
	width: 0.9rem;
	height: 0.9rem;
	border-radius: 100%;
	background: var(--color-primary);
}