.burger-menu {
	float: right !important;
	text-align: right;
}

.dark-blue .back-button {
	font-size: 20px;
	font-weight: 500;
	color: #ffffff !important;
	float: left;
	text-align: left;
	right: 0;
	position: relative;
}

.light-gray .back-button {
	font-size: 20px;
	font-weight: 500;
	color: #000000 !important;
	float: left;
	text-align: left;
	right: 0;
	position: relative;
}

.dark-blue .back-button p a {
	font-size: 20px;
	font-weight: 500;
	color: #ffffff !important;
	float: left;
	text-align: left;
	top: 0;
}

.light-gray .back-button p a {
	font-size: 20px;
	font-weight: 500;
	color: #000000 !important;
	float: left;
	text-align: left;
	top: 0;
}

a.back-button:hover,
a.back-button:active {
	text-decoration: none;
	border-bottom: 2px solid currentColor;
}

.fa-long-arrow-left:before {
	content: "\f177";
}
