* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 950px;
	background-color: rgb(250, 250, 255);
	font-family: Helvetica, Arial, sans-serif;
}

.menu {
	overflow: hidden;
	height: 70px;
	list-style-type: none;
	background-color: #FFF;
}

.menu_img {
	height: 50px;
}

.menu_flag {
	height: 14px;
}

.menu_logo {
	float: left;
}

.menu_link, .menu_dropdown {
	float: right;
}

.menu_logo a, .menu_link a, .menu_dropdown a {
	display: inline-block;
	text-decoration: none;
	text-align: center;
}

.menu_link a:not(.menu_active), .menu_dropdown a:not(.menu_active) {
	color: #999;
}

.menu_link a:hover, .menu_dropdown a:hover {
	color: rgb(0, 184, 206);
}

.menu_logo a {
	padding: 10px 24px;
}

.menu_link a, .menu_dropdown a {
	padding: 26px 24px;
}

.menu_active {
	color: rgb(0, 184, 206);
	font-weight: bold;
}

.menu_dd-content {
	display: none;
	position: absolute;
	min-width: 240px;
	z-index: 1;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
}

.menu_dd-content a {
	display: block;
  padding: 12px 20px;
	text-align: left;
}

.menu_dd-content a:not(:hover):not(.menu_active) {
	color: #999;
}

.menu_dropdown:hover .menu_dd-content {
	display: block;
}

#goToMenu {
	width: 50px;
	height: 50px;
  border: none;
  outline: none;
  display: none;
	position: fixed;
  bottom: 1.2em;
  right: 2em;
  border-radius: 0.4em;
	font-size: 1.2em;
	background-color: rgba(153, 153, 153, 0.8);
  color: white;
	z-index: 10;
	cursor: pointer;
}

#goToMenu:hover {
	background-color: rgba(0, 184, 206, 0.8);
}

#goToMenu img {
	margin: auto;
	width: 24px;
	height: 24px;
}

.content {
	padding: 30px;
	position: relative;
}

.content_righthalf {
	padding: 30px;
	padding-top: 0;
	position: absolute;
	right: 0;
	width: 50%;
}

.content p:not(.title_p):not(.text_heading):not(.contacts_tinfo) {
	font-size: 1.2em;
	padding: 0.6em 0;
	line-height: 1.8;
}

.banner_wrapper {
	position: relative;
}

.banner {
	width: 100%;
}

.title_box {
	padding: 50px;
	min-width: 50%;
	position: absolute;
	background-color: rgba(0, 184, 206, 0.8);
	text-align: right;
	color: #FFF;
}

.title_main {
	top: 33%;
}

.title_home {
	right: 0;
	text-align: left;
}

.title_sub {
	padding: 1.2em;
	left: 0;
}

.title_shadow {
	padding: 2em;
	height: 4em;
}

.title_main p {
	font-size: 1.6em;
	letter-spacing: 2px;
}

.title_sub p {
	font-size: 1.4em;
	letter-spacing: 1px;
}

.text_heading {
	line-height: 2;
	font-size: 1.6em;
}

.text_heading_high {
	padding-top: 3em;
}

.text_heading_low {
	font-size: 1.4em;
}

.text_bold {
	font-weight: bold;
}

.text_italic {
	font-style: italic;
}

.text_highlight {
	color: rgb(0, 184, 206);
}

.graph_img {
	padding: 1.2em 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.columns {
	margin-left: auto;
	margin-right: auto;
}

.columns td {
	width: 220px;
	vertical-align: top;
	font-size: 1.2em;
}

.columns th {
	width: 50px;
}

.columns li {
	padding-bottom: 0.6em;
}

.projects_table th {
	padding-right: 50px;
}

.projects_table tr {
	height: 250px;
}

.projects_img {
	height: 200px;
}

.team_table {
	width: 100%;
	border-spacing: 2em;
}

.team_table td {
	vertical-align: top;
}

.team_table a {
	text-decoration: none;
	color: #333;
}

.team_pic {
	margin-bottom: 2em;
	width: 476px;
	height: 357px;
}

.team_icon {
	margin-right: 0.2em;
	height: 32px;
	vertical-align: middle;
}

.contacts_table {
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

.contacts_table td {
	vertical-align: top;
}

.contacts_table th {
	width: 10%;
}

.contacts_table a {
	text-decoration: none;
	color: inherit;
}

.contacts_tinfo {
	font-size: 1.1em;
	line-height: 2;
}

.contacts_tbold {
	font-size: 1.3em;
	font-weight: bold;
}

.contacts_thighlight {
	color: #999;
}

.google_map {
	width: 90%;
	height: 450px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}
