.show-mobile-menu .container {
	display: none;
}
.mobile-menu {
	background: #333;
	color: #fff;
	font-size: 1.5em;
	overflow-x: none;
	overflow-y: auto;
	padding: 0 0 15px;
	position: fixed;
	top: 0;
	left: -100%;
	right: auto;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: left .2s ease-out; transition: left .2s ease-out;
	-webkit-box-shadow:inset 0 0 5px 5px #222; box-shadow:inset 0 0 5px 5px #222;
	-webkit-overflow-scrolling: touch;
}
.mobile-menu ul {
	border-bottom: 1px solid #4d4d4d;
	border-top: 1px solid #1a1a1a;
	display: block;
	margin: 0 0 15px;
	padding: 0;
}
.mobile-menu ul li {
	border-bottom: 1px solid #1a1a1a;
	border-top: 1px solid #4d4d4d;
	display: block;
	line-height: 48px;
	margin: 0;
}
.mobile-menu ul li a {
	color: #fff;
	display: block;
	padding: 0 15px;
	text-decoration: none;
}
.mobile-menu ul li a:active { border-top: none;
	line-height: 49px;
}
.mobile-menu ul li a:active { -webkit-box-shadow: inset 0 0 15px 3px #222;
	box-shadow: inset 0 0 15px 3px #222;
}
.mobile-menu .m-menu-logout { position: absolute;
	bottom: 20px;
	left: 15px;
	color: #fff;
}
.mobile-menu .m-menu-logout:hover {
	text-decoration: none;
}
.mobile-menu-resized .m-menu-logout {
	position: relative;
	padding: 15px;
	left: 0;
	display: block;
	margin-top: 20px;
}
.mobile-menu .menu-close {
	font-size: 2em;
	padding-right: 10px;
	text-align: right;
	padding-top: 3px;
	line-height: 30px;
}
.show-mobile-menu .mobile-menu {
	left: 0;
}
.m-footer-title {
	padding: 10px 10px 0;
	background: #00a7d4;
	color: #fff;
	font-weight: bold;
	font-size: 1.6em;
}
.m-footer-text {
	padding: 20px 10px;
	background: #00a7d4;
	color: #fff;
}
.m-footer-text span {
	color: #1cc3f0;
}
#m-logo #page-title {
	margin: 10px 0 0 10px;
	display: block;
	padding-left: 10px;
	font-size: 1.5em;
}
#m-logo img {
	margin-top: 8px;
}
#employer-logo-mobile img {
	height: 30px;
	margin-right: 20px;
}
.m-header {
	height: 40px !important;
	padding: 0;
}
.m-menu-icon {
	color: #fff;
	font-size: 3em;
	margin-left: 15px;
	line-height: 1;
	position: absolute;
	top: 5px;
}
.employer-branded-container .m-menu-icon {
	color: #727a80;
}
.m-message {
	margin-top: 0;
}
.mobile-cases-header {
	background: #c8cdd1;
	color: #fff;
	font-weight: bold;
	margin-top: -15px;
	padding: 10px;
}
.mobile-cases-table .row-main {
	padding: 10px 15px;
	border-bottom: 1px solid #C9CED2;
}
.mobile-buttons-container {
	overflow: hidden;
	border-bottom: 1px solid #C9CED2;
}
.mobile-cases-table .row-main.active {
	background: #00a6d7;
	color: #fff;
	font-weight: bold;
}
.mobile-cases-table .guid-val {
	word-wrap: break-word;
}
.mobile-cases-block {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}
.mobile-cases-rl .sub-label {
	text-align: right;
	padding-right: 15px;
	width: 140px;
}
.mobile-cases-buttons {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mobile-cases-buttons a {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	text-align: center;
}

@media (max-width: 768px) {
	html, body {
		height: 100%;
	}
	.top-container {
		height: 100%;
		background: url(../img/top-mobile-photo.png) no-repeat top center #000;
		background-size: 100% auto;
	}
	.page-title h1 {
		font-size: 18px;
		margin-top: 10px;
	}
	.pinned-cards {
		margin-top: 20px;
	}
	.improvement-container input {
		margin-left: 0;
		margin-top: 10px;
		width: 180px;
	}
	.improvement-container span {
		display: block;
	}
	.footer-block {
		border-bottom: 1px solid #00a7d4;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.links-set {
		margin-bottom: 0;
	}
	.blue-container.small-footer {
		padding-top: 0;
	}
	.top-container  .top-text {
		text-align: left;
		font-size: 2.4em;
		line-height: 1.5em;
	}
	.top-container {
		padding-bottom: 20px;
	}
	.top-container .login-form {
		float: none;
		width: auto;
		margin-top: 30px;
	}
	.top-container .login-form input {
		font-size: 1.8em;
	}
	.top-container .login-links {
		margin-bottom: 20px;
		float: none !important;
	}
	.top-container .login-button {
		float: none !important;
	}
	.top-container .login-button button {
		width: 100%;
		display: block;
	}
	.top-container .login-button .small-overlay-button {
		background: none;
		margin-top: 10px;
	}
	.panel-table-cases .panel-inner {
		padding-bottom: 0;
	}
}