.profile_login_form {
	position: relative;
	width: 50%;
	transform: translateX(50%);
	border: 2px solid #C41223;
	border-radius: 1.5rem;
	padding: 1.5rem;
	font-size: 1rem;
}

@media (max-width: 1155.5555555556px) {
	.profile_login_form {
		width: 100%;
		transform: none;
	}
}

.profile_nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	top: 4rem;
	height: 2rem;
	position: fixed;
	z-index: 10;
	left: 0;
	width: 100%;
}

.profile_nav .container {
	padding: 0;
	height: 2rem;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding-right: 12vw;
	padding-left: 12vw;
	overflow-y: hidden;
}

@media (max-width: 1155.5555555556px) {
	.profile_nav .container {
		padding: 0;
	}
}

.profile_nav .container ul {
	white-space: nowrap;
	list-style: none;
	width: 100%;
}

.profile_nav .menu-item {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: inline-flex;
	margin: 0 3px 0 0;
	background-color: #FFF;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	overflow: hidden;
	height: 2rem;
	width: 16rem;
}

.profile_nav .menu-item::after {
	content: ' ';
}

.menu-item.current-menu-item {
	border-bottom: #bcbcbc 0.3rem solid;
}

.profile_nav .menu-item span {
	color: rgba(255, 255, 255, 0.75);
	line-height: 2rem;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.profile_nav .menu-item a {
	line-height: 2rem;
	color: #363432;
}

.profile_nav .menu-item a:hover {
	color: #363432;
}

.profile_info {
	font-size: 1.5rem;
}

@media (max-width: 1155.5555555556px) {
	.profile_info {
		font-size: 1.5rem;
	}
}

.profile_map {
	position: absolute;
	top: 6rem;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 0.8rem;
	overflow: hidden;
	white-space: nowrap;
}

.btneditpanel {
	width: 23.5%;
	font-size: 0.65rem;
	height: 2rem;
}

.editpanelline {
	display: inline-block;
	width: 100%;
	white-space: nowrap;
}

.profile_href {
	background-color: #c41223;
	width: 10rem;
	height: 2rem;
	position: absolute;
	right: 1rem;
	top: 0;
	z-index: 100;
}

@media (max-width: 1155.5555555556px) {
	.profile_href {
		left: 1rem !important;
		bottom: 0 !important;
	}
}