﻿/* DEFAULTS
----------------------------------------------------------*/
body {
	background: #e8e8e8;
	font-size: 12px;
	font-family: tahoma, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #231F20;
}

a:link, a:visited {
	/* color: #3A4F63; */
	/* text-decoration: none; */
	/* color: #666; */
}

/* HEADINGS   
----------------------------------------------------------*/

h1 {
	font-size: 19px;
	padding-bottom: 0;
	margin-bottom: 0;
	/* color: #1B81C8; */
	text-transform: none;
	font-weight: 200;
}

h2 {
	font-size: 24px;
	/* font-weight: bold; */
	color: #714B98;
	font-variant: normal;
	text-transform: none;
	margin-bottom: 0;
	padding-bottom: 15px;
	font-family: "Helvetica Neue LT", arial;
	text-align: center;
}

h4 {
	font-size: 16px;
	color: #1B81C8;
	font-variant: normal;
	text-transform: none;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 30px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
	width: 960px;
	background-color: #fff;
	margin: 20px auto 0 auto;
	border: 1px solid #D2D2D2;
	box-shadow: 0px 0px 20px 0px rgba(61,61,61,.2);
}

.header h1 {
	/* font-weight: 700; */
	margin: 0;
	padding: 0 0 0 10px;
	/* color: #ffffff; */
	border: none;
	line-height: 1;
	font-size: 2em;
	text-decoration: none;
}

.header .title a {
	color: #666;
}

.main {
	/* padding: 0 12px; */
	margin: 20px;
	min-height: 420px;
	position: relative;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
	/* margin: 1em 0; */
	/* padding: 1em; */
	border: 0px solid #ccc;
	margin: 0;
	padding: 0;
}

legend {
	font-size: 1.1em;
	/* font-weight: 600; */
	padding: 2px 4px 8px 4px;
	border: 0;
}

input {
	padding: 5px;
	border: solid silver 1px;
	border-radius: 4px;
	/*background-color: #f8f8f8;*/
}

select {
	border: solid silver 1px;
	padding: 4px;
	border-radius: 4px;
}

.submitButton {
	text-align: left;
}

/* BUTTON
----------------------------------------------------------*/
.header-button, .subprocess-button {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4b2884), color-stop(1, #714B98) );
	background: -moz-linear-gradient( center top, #4b2884 5%, #714B98 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b2884', endColorstr='#714B98');
}

	.header-button:hover, .subprocess-button:hover {
		background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6B3F98), color-stop(1, #864CC1) );
		background: -moz-linear-gradient( center top, #6B3F98 5%, #864CC1 100% );
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6B3F98', endColorstr='#864CC1');
	}

a.action-button, .action-button {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00b4d1), color-stop(1, #12CBE8) );
	background: -moz-linear-gradient( center top, #00b4d1 5%, #12CBE8 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b4d1', endColorstr='#12CBE8');
	border-color: #00b4d1;
	color: #fff;
}

	a.action-button:hover, .action-button:hover {
		background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0097AF), color-stop(1, #0FB0CA) );
		background: -moz-linear-gradient( center top, #0097AF 5%, #0FB0CA 100% );
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0097AF', endColorstr='#0FB0CA');
		border-color: #0097AF;
		color: #fff;
	}

/* START NAV MENU 
----------------------------------------------------------*/

#home-navigation {
	background-color: #00b4d1;
}

ul#home-menu ul {
	border-left-color: #00b4d1;
	border-bottom-color: #00b4d1;
	border-right-color: #00b4d1;
	box-shadow: 0px 5px 10px 0px rgba(61,61,61,.2);
}

ul#home-menu > li {
	border-left-color: #00b4d1;
}

ul#home-menu a {
	background-color: #00b4d1;
	border-left-color: #00b4d1;
}

/* SEARCH AREA
----------------------------------------------------------*/
.search-area {
	margin-bottom: 16px;
	background-color: #f3f3f3;
	padding: 8px 10px;
	border: solid 1px #d4d4d1;
	border-radius: 2px;
}

/* FLAT TABS
----------------------------------------------------------*/
.tabs-menu {
	height: 30px;
	float: left;
	clear: both;
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

	.tabs-menu li {
		height: 30px;
		line-height: 30px;
		float: left;
		margin-right: 10px;
		background-color: #ccc;
		border-top: 1px solid #d4d4d1;
		border-right: 1px solid #d4d4d1;
		border-left: 1px solid #d4d4d1;
	}

		.tabs-menu li.current {
			position: relative;
			background-color: #fff;
			border-bottom: 1px solid #fff;
			z-index: 5;
		}

		.tabs-menu li a {
			padding: 10px;
			text-transform: uppercase;
			color: #fff;
			text-decoration: none;
		}

	.tabs-menu .current a {
		color: #2e7da3;
	}

.tab {
	border: 1px solid #d4d4d1;
	background-color: #fff;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.tab-content {
	width: auto;
	padding: 20px;
	display: none;
}

/* TABLE
----------------------------------------------------------*/

.table tr:not(.thdef):nth-child(odd) {
	background-color: #F9F9F9;
}

/* SERVICES
----------------------------------------------------------*/

.wrap-services ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.wrap-services li {
	position: relative;
	margin: 0 5px;
	width: 211px;
	height: 390px;
	display: inline-block;
	float: left;
	text-align: center;
	border: 2px solid #714B98;
	border-radius: 14px;
}

	.wrap-services li:first-child {
		margin-left: 0;
	}

	.wrap-services li:last-child {
		margin-right: 0;
	}

.wrap-services img {
	margin-top: 4px;
}

.wrap-services .description {
	padding: 0px 30px;
	color: #000;
	font-size: 13px;
}

.wrap-services .btn {
	display: inline-block;
	width: 160px;
	padding: 8px;
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: inherit;
	border-radius: 4px;
}

.wrap-services .btn-learn {
	background-color: #00b4d1;
}

	.wrap-services .btn-learn:hover {
		background-color: #07A6BF;
	}

.wrap-services .btn-enter {
	background-color: #4a2783;
}

	.wrap-services .btn-enter:hover {
		background-color: #5C32A0;
	}

/* LEARN MORE
----------------------------------------------------------*/

.wrap-learn-more .logo {
	float: left;
	width: 240px;
}

.wrap-learn-more .details {
	float: left;
	width: 650px;
}

	.wrap-learn-more .details h2 {
		text-align: left;
	}

	.wrap-learn-more .details .subtitle {
		color: #00b3d1;
		font-size: 16px;
	}

.wrap-learn-more .btn {
	display: inline-block;
	width: 160px;
	padding: 8px;
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: inherit;
	border-radius: 4px;
	text-align: center;
}

.wrap-learn-more .btn-enter {
	background-color: #4a2783;
}

	.wrap-learn-more .btn-enter:hover {
		background-color: #5C32A0;
	}
