html,
body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: white;
	border: 0;
	color: black;
	font-family: Verdana;
	font-size: 14px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 50px;
	min-height: 600px;
	width: auto;
	overflow: auto;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	position: relative;
}

#over_logo {
	height: 20px;
	width: 100%;
}

#logo .link {
	text-decoration: none;
	color: #ed7026;
	letter-spacing: 1px;
}

#logo {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}

#cmdExit {
	border-right: 1px solid lightgray;
}

#up-bar-menu {
	position: relative;
	margin: 0 auto;
	margin-bottom: 10px;
	top: 0px;
	height: 26px;
	z-index: 100;
	vertical-align: bottom;
	padding: 0px
}

#up-bar-menu td {
	vertical-align: bottom;
}

.button-orange {
	height: 24px;
	line-height: 24px;
	color: #5f6c6f;
	text-decoration: none;
	font-size: 12px;
	font-family: verdana;
	letter-spacing: 1px;
	cursor: pointer;
	padding: 1px 3px 1px 5px;
	float: right;
	border-left: 1px solid lightgray;
	margin-right: 2px;
}

.button-orange:hover {
	color: #CCCCCC;
}

.button-white {
	height: 24px;
	line-height: 24px;
	color: #626262;
	text-decoration: none;
	letter-spacing: 1px;
	cursor: pointer;
}

.category-buttons {
	width: 100%;
	background-color: #3a5361;
	color: white;
	height: 50px;
	font-size: 17px;
	table-layout: fixed;
	z-index: 100;
}

.category-buttons td {
	vertical-align: middle;
}

.category-buttons #back-button {
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	background-color: #3a5361;
	width: 160px;
}

.category-buttons #start-button,
.category-buttons #start-button-repl,
.category-buttons #back-button-repl {
	text-align: center;
	font-weight: bold;
	background-color: #3a5361;
	cursor: pointer;
	width: 160px;
}

.category-buttons #back-button:hover {
	background-color: rgba(55, 55, 55, 0.5);
}

.category-buttons #start-button:hover {
	background-color: rgba(55, 55, 55, 0.5);
}

.category-buttons #back-button a,
.category-buttons #start-button a {
	color: white;
	text-decoration: none;
}

.product-group {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0 auto;
	min-width: 400px;
}

.product-group a {
	color: #5f6c6f;
	text-decoration: none;
}

.product-group a:hover {
	text-decoration: underline;
}


/* TILES */

.tiles-section {
	margin: 0 auto;
	width: 90%;
}

.easy-tile {
	text-align: center;
	line-height: 120px;
	height: 280px;
	display: inline-block;
	margin: 20px 20px 60px 20px;
}

.easy-tile>div {
	display: block;
	width: 240px;
	/*box-shadow: 0px -1px 5px 2px rgba(0,0,0,0.21);*/
	box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.21), 0px -6px 8px -3px rgba(0, 0, 0, 0.21);
	padding: 20px;
	text-align: center;
	margin: 0 auto;
	/*border:1px solid #eee;*/
}

.easy-tile>div>span {
	line-height: 20px;
	display: block;
	max-width: 200px;
	border-bottom: 1px solid #ddd;
	height: 85px;
	width: 200px;
}

.easy-tile>div:hover {
	box-shadow: 0px 6px 8px -3px rgba(0, 0, 0, 0.35), 0px -6px 8px -3px rgba(0, 0, 0, 0.35);
}

.tile-item {
	background-color: #fff;
	cursor: pointer;
	margin: 0 auto;
}

.tile-item span {
	cursor: pointer;
	margin: 0 auto;
}

.easy-tile .tile-item img {
	height: 150px!important;
	max-width: 150px!important;
	margin: 10px auto 0 auto;
}

@media (max-width: 480px) {
	.flex>div {
		width: 100%;
	}
	.home-faq-item-6,
	.home-faq-item-7,
	.home-faq-item-8,
	.home-faq-item-9,
	.home-faq-item-10 {
		display: none;
	}
	.banner_item {
		margin-bottom: 30px;
	}
	.easy-tile {
		margin-bottom: 150px;
	}
	.easy-tile .tile-item img {
		margin: 30px;
	}
	.demo-buttons a {
		font-size: 17px;
	}
	.they-trusted-us {
		margin-top: 0px;
		margin-bottom: 80px;
		padding-top: 20px;
	}
	.home-social-links>div {
		font-size: 25px;
	}
	.home-social-links>div.row_2 {
		margin-top: 30px;
	}
	.menu-level-2 {
		margin-left: 10px;
	}
	.menu-level-3 {
		margin-left: 20px;
	}
}