﻿		* {
			margin: 0;
			padding: 0;
		}
		/* resets */
		body {
			font-family: arial, sans-serif;
		}

		.cf:before,
		.cf:after {
			content: " "; /* 1 */
			display: table; /* 2 */
		}

		.cf:after {
			clear: both;
		}

		/* layout */

		.l-top {
			background-color: #ebebeb;
			height: 50px;
			padding-top: 10px;
		}

		.l-containter {
			max-width: 1200px;
			min-width: 905px;
			height: auto !important;
			height: 100%;
			margin: 0 auto;
			position: relative;
		}

		.l-column3 {
			width: 31%;
			margin-right: 1%;
			padding-right: 1%;
			float: left;
			padding-bottom:30px
		}
		.l-column2 {
			width: 47%;
			margin-right: 1%;
			padding-right: 1%;
			float: left;
			padding-bottom:30px
		}
		.l-column1 {
			
			float: left;
			height: 325px;
		}

		.l-actionsRow {
			background-color: #f2f2f2;
			padding: 20px 0;
			margin-top: 50px;
		}

		/* ---------- Modules --------- */

		/* buttons */
		.btn:hover,
		.btn {
			font-size: 12px;
			border-radius: 3px;
			color: #fff;
			border: none;
			padding: 5px 10px;
			box-sizing: border-box;
			text-decoration: none;
			text-shadow:none;
		}
		.btn-link:hover,
		.btn-link {
			color: #007573;
		}



		.btn-green:hover,
		.btn-green {
			background: #009e83; /* Old browsers */
			background: -moz-linear-gradient(top, #009e83 0%, #00826b 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009e83), color-stop(100%,#00826b)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #009e83 0%,#00826b 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #009e83 0%,#00826b 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #009e83 0%,#00826b 100%); /* IE10+ */
			background: linear-gradient(to bottom, #009e83 0%,#00826b 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009e83', endColorstr='#00826b',GradientType=0 ); /* IE6-9 */
		}
		.btn-blue:hover,
		.btn-blue {
			background: #4a5b6b; /* Old browsers */
			background: -moz-linear-gradient(top, #526475 0%, #435363 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#526475), color-stop(100%,#435363)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #526475 0%,#435363 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #526475 0%,#435363 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #526475 0%,#435363 100%); /* IE10+ */
			background: linear-gradient(to bottom, #526475 0%,#435363 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#526475', endColorstr='#435363',GradientType=0 ); /* IE6-9 */
		}
		.btn-disabled:hover,
		.btn-disabled {
			background: #bebebe; /* Old browsers */
			background: -moz-linear-gradient(top, #bebebe 0%, #c2c2c2 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bebebe), color-stop(100%,#c2c2c2)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, #bebebe 0%,#c2c2c2 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, #bebebe 0%,#c2c2c2 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top, #bebebe 0%,#c2c2c2 100%); /* IE10+ */
			background: linear-gradient(to bottom, #bebebe 0%,#c2c2c2 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bebebe', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-9 */
		}

		/* Sign In */
		.signin-container {
			right: 0px;
			top: -10px;
			position: absolute;
			background-color: #435363;
			padding: 0 15px 15px 15px;
			border-radius: 0px 0px 5px 5px;
		}

		.signin-form .signin-username,
		.signin-form .signin-password,
		.signin-form .signin-submit {
			height: 31px;
			vertical-align: middle;
			line-height: 13px;
		}

		.signin-username,
		.signin-password {
			box-sizing: border-box;
			border-radius: 3px;
			border: none;
			margin-right: 3px;
			width: 160px;
			padding-left: 10px;
		}

		.signin-rememberMe,
		.signin-forgotPassword {
			color: #a5acb2;
			font-size: 11px;
			width: 150px;
			display: inline-block;
		}

		/* Company Info */
		.companyInfo {
			padding-top:50px;
		}
		.companyInfo-logo {
			max-height: 300px;
		}

		.companyInfo-tagline {
			margin: 25px 0 0 0;
			font-weight: 100;
			font-size: 24px;
			color: #1d355d;
		}

		/* Translation */
		.translation {
			display:inline-block;
			border: solid 1px #c1c1c1;
			border-radius: 3px;
			background-color: #f2f2f2;
			box-sizing: border-box;
			padding: 10px 17px 0px 0px;
			font-size: 12px;
            float:right;
		}
			.translation > div {
			margin-left:10px;
			}

		.translation-language {
			margin: 0 5px;
		}

		.translation-flag,
		.translation-language,
		.translation-country {
			vertical-align: middle;
		}

		.translation-language {
			color: #787878;
		}

		.translation-country {
			color: #949393;
		}

		.link {
			text-decoration: none;
			color: #007573;
		}

		.widgetRow {
			margin-top: 30px;
		}

			.widgetRow > p {
				margin: 3px 0px 15px 0px;
				font-size: 12px;
				line-height: 22px;
			}

		.widgetRow-headline {
			font-size: 14px;
			line-height: 22px;
			font-weight: 400;
			color: #1d355d;
			border-bottom: 1px solid #ebebeb;
			margin: 0 10px 10px 0;
			padding-bottom: 5px;
		}

		.widgetRow-phoneNumber {
			margin: 3px 0px 10px 110px;
		}

		.widgetRow-resourceLink {
			font-size: 12px;
			line-height: 24px;
		}
