.apptimize-onetrust {
	text-align: center;
	margin-top: 32px;
	margin-bottom: 24px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.apptimize-onetrust .wrapper {
	transition: all 0.4s;
	display: block;
	background-color: #266dd1;
	border: solid 1px #266dd1;
	width: 178px;
	height: 38px;
}
.apptimize-onetrust .wrapper:hover {
	border-color: #1e56a6;
}
.apptimize-onetrust button {
	transition: all 0.4s;
	color: #ffffff !important;
	text-transform: uppercase;
	border: solid 1px #ffffff !important;
	background-color: #266dd1;
	width: 176px !important;
	height: 36px !important;
	font-size: 14px !important;
	white-space: nowrap !important;
	padding: 0 !important;
}
.apptimize-onetrust button:hover {
	background-color: #1e56a6 !important;
}
.apptimize-onetrust button:focus {
	outline: 0;
}

.footer-utilities button {
	background-color: transparent !important;
	border: 0 !important;
	padding: 0 !important;
	color: #ffffff !important;
	font-size: 13px !important;
	line-height: 16px !important;
}
.footer-utilities button:hover {
	background-color: transparent !important;
}
.footer-utilities button:focus {
	outline: 0;
}

.footer-logo,
.powered-by-logo {
	display: none !important;
}
