h2.baselineproduct {
	font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}

.mb-2 {
	margin-bottom: 2em;
}

p.emphasized {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: DarkSlateGrey;
}

.captcha-centered{
	text-align: center;
}

.g-recaptcha {
	display: inline-block;
}

.list-style-dash li::before {
	content: "-";	
}

a.overriden {
	color: black;
}

.title-container {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 1.25rem;
	padding-bottom: 1.25rem;
}

.title-container-right {
	justify-content: flex-end;
}

.title-container h2 {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.pill {
	height: 2em;
	margin-left: 1em;
	margin-right: 1em;
	padding: 0.1em 0.8em;
	background-color: #81c784;
	color: white;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	border-radius: 20px;
}

.pill span {
	padding-left: 0.3em;;
}

.pill-red {
	background-color: tomato;
}

.pill-blue {
	background-color: #0d6efd;
}

@media all and (max-width: 440px) {
	.title-container {
		flex-direction: column;
	}
	.title-container-right {
		flex-direction: column-reverse;
	}
}

.flex-ring {
	display: flex;
	align-items: center;
}

.banner {
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #F5F5F5;
	position: fixed;
	width: 100%;
	height: 6em;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	padding -top: 1.5em;
}

.bordered-parapgraph {
	border: 1px solid lightgrey;
}
