#topbar-nav .sub-nav-container {
	display: none;
}

div {
	text-align: center;
}

ul {
	list-style: none;
	text-align: left;
	float: left;
}

ul li::before {
	content: "\2713";
	color: #00a1ff;
	display: inline-block;
	width: 1em;
}

li {
	display: block;
	padding: 0px;
}

.border-right-1 {
	border-right: 2px solid #dee2e6 !important;
}

.border-bottom-1 {
	border-bottom: 2px solid #dee2e6 !important;
	padding-bottom: 20px;
	padding-left: 10px;
}

.border-top-1 {
	border-top: 0 !important;
	padding-top: 20px;
	padding-left: 10px;
}

.g-recaptcha {
	margin-bottom: 14px;
}

.g-recaptcha div[style] {
    width: auto !important;
} 

span {
	color: red;
}