@import url(editor.css);
body {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  background: #F1F1F1;
}

a {
  text-decoration: none;
  color: #00A4E4;
}

img {
  border: none;
  max-width: 100%;
}

h1, h2 {
  font-weight: normal;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
}

td {
  vertical-align: top;
}

#container_inner {
  background: #FFF;
  font-size: 1rem;
  line-height: 1.7;
  padding-left: 15px;
  padding-right: 15px;
}

#logo {
  margin-top: 20px;
}

.head_contact {
  float: right;
  margin-left: 10px;
  margin-top: 60px;
  font-size: 1.2rem;
}
.head_contact div, .head_contact img {
  float: left;
}
.head_contact img {
  margin-right: 10px;
}
.head_contact a {
  color: inherit;
}

#social, #contact_social {
  float: right;
  margin-right: 10px;
}

#social i, #contact_social i {
  color: #FFF;
  background: #00A4E4;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  width: 15px;
  height: 15px;
  padding: 7px;
  float: left;
  margin-right: 5px;
  margin-top: 7px;
  text-align: center;
}

#social a:hover i, #contact_social a:hover i {
  background: #150746;
}

#overlay {
  z-index: 200;
  position: relative;
  width: 100%;
  bottom: 0;
  top: 333px;
}

#overlay_left, #overlay_right {
  color: #00A4E4;
  font-size: 1.8rem;
  width: 50%;
  box-sizing: border-box;
  padding: 25px;
  background: #FFF;
  float: left;
  height: 175px;
}

#overlay_right {
  font-size: 1.5rem;
  color: #FFF;
  background: rgba(0, 164, 228, 0.7);
}
#overlay_right ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#overlay_right li {
  background: url("../images/banner-bullet.png");
  background-repeat: no-repeat;
  padding-left: 50px;
  line-height: 1;
  height: 45px;
}

#home_content {
  margin-top: 350px;
}

.service_banner {
  width: 765px;
  float: left;
  height: 425px;
}

.service_right {
  width: 395px;
  height: 425px;
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: center;
  float: left;
  background: #F3F6F6;
}

.grey_box {
  background: #F3F6F6;
  color: #FFF;
  padding: 15px;
  float: left;
  width: 1130px;
}
.grey_box h2 {
  font-weight: normal;
  margin: 0px;
}
.grey_box .grid {
  width: 258px;
  height: 215px;
  margin-right: 5px;
  background: #00A4E4;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjllNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYTRlNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #00b9e4), color-stop(100%, #00a4e4));
  background-image: -moz-linear-gradient(top, #00b9e4, #00a4e4);
  background-image: -webkit-linear-gradient(top, #00b9e4, #00a4e4);
  background-image: linear-gradient(to bottom right, #00b9e4, #00a4e4);
  padding: 10px;
  float: left;
}
.grey_box .grid img {
  float: right;
}
.grey_box .grid .box_left {
  float: left;
  margin-right: 10px;
  width: 145px;
}
.grey_box .grid .box_title {
  font-size: 1.4rem;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #FFF;
}
.grey_box .grid a {
  color: inherit;
}
.grey_box .grid.last {
  margin-right: 0px;
  background: #BBBBBB;
}
.grey_box #accreditations {
  width: 700px;
  float: left;
}

.paralax {
  background: #4d4d4d;
  height: 313px;
  background: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

#home_box_content {
  background: #FFF;
  padding: 15px;
  padding-top: 0px;
  width: 50%;
  height: 130px;
  margin-top: 170px;
  float: left;
}

#sidebar img {
  max-width: 100%;
  height: auto;
}

#contact_social i {
  font-size: 1.6rem;
  width: 25px;
  height: 25px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
}

#map {
  height: 500px;
}

#form_title {
  padding: 10px;
  margin: 0px;
  color: #00A4E4;
  font-size: 1.5rem;
  background: #e4ebeb;
}

#form_content {
  background: #F3F6F6;
  float: left;
  width: 100%;
}
#form_content fieldset {
  border: none;
  margin: 0px;
  padding: 10px;
}
#form_content .field.fieldgroup {
  float: left;
  width: 50%;
}
#form_content input, #form_content textarea, #form_content select, #form_content #recruitment-form label, #recruitment-form #form_content label {
  width: 96%;
  padding: 5px;
  height: 30px;
  border: none;
  margin-top: 10px;
  font-size: 0.8rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #150746;
}
#form_content input.action, #form_content textarea.action, #form_content select.action, #form_content #recruitment-form label.action, #recruitment-form #form_content label.action {
  background: #00A4E4;
  width: 150px;
  padding: 10px;
  color: #FFF;
  cursor: pointer;
  float: right;
  height: auto;
  margin: 10px;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-right: 20px;
}
#form_content input:focus, #form_content textarea:focus, #form_content select:focus, #form_content #recruitment-form label:focus, #recruitment-form #form_content label:focus {
  border: 1px solid #00A4E4;
}
#form_content textarea {
  height: 110px;
}
#form_content select {
  height: 40px;
  width: 98%;
}
#form_content #NameCompanyEmailAddressTelephone {
  clear: left;
}
#form_content #InterestEquipmentDescriptionDesignCodes {
  float: right;
}
#form_content #InterestEquipmentDescriptionDesignCodes textarea {
  height: 120px;
}

.job-posting {
  border-bottom: 1px solid #4D4D4D;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.job-posting h1 {
  margin-bottom: 0px;
}
.job-posting h2 {
  margin-top: 0px;
}
.job-posting:last-child {
  margin-bottom: 0px;
}

#recruitment-form {
  width: 100%;
  height: 495px;
  box-sizing: border-box;
  padding: 30px;
  margin-top: 15px;
  float: left;
  background: #00A4E4;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjllNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYTRlNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #00b9e4), color-stop(100%, #00a4e4));
  background-image: -moz-linear-gradient(top, #00b9e4, #00a4e4);
  background-image: -webkit-linear-gradient(top, #00b9e4, #00a4e4);
  background-image: linear-gradient(to bottom right, #00b9e4, #00a4e4);
}
#recruitment-form h1 {
  color: #FFF;
}
#recruitment-form form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#recruitment-form fieldset {
  padding: 0px;
  border: none;
}
#recruitment-form input, #recruitment-form #form_content textarea, #form_content #recruitment-form textarea, #recruitment-form #form_content select, #form_content #recruitment-form select, #recruitment-form label {
  width: 100%;
  font-size: 18px;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border: none;
}
#recruitment-form input.action, #recruitment-form #form_content textarea.action, #form_content #recruitment-form textarea.action, #recruitment-form #form_content select.action, #form_content #recruitment-form select.action, #recruitment-form label.action {
  width: auto;
  float: right;
  cursor: pointer;
  background: #FFF;
  border: none;
}
#recruitment-form input.holder-required, #recruitment-form #form_content textarea.holder-required, #form_content #recruitment-form textarea.holder-required, #recruitment-form #form_content select.holder-required, #form_content #recruitment-form select.holder-required, #recruitment-form label.holder-required {
  border: 2px solid #FF0000;
}
#recruitment-form label {
  float: left;
  background: #FFF;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}
#recruitment-form #Form_recruitmentform_CV {
  height: 1px;
  width: 1px;
  opacity: 0;
  padding: 0px;
}
#recruitment-form span.message {
  margin-bottom: 10px;
  float: left;
  color: #FFF;
}
#recruitment-form #Captcha span.message {
  clear: left;
}

#recruitment-sidebar img {
  width: 100%;
}

#recruitment-foot {
  text-align: center;
  font-size: 24px;
}

#foot {
  background: #150746;
  padding: 2%;
  width: 96%;
  color: #FFF;
  float: left;
  font-size: 0.8rem;
}
#foot a {
  color: inherit;
}
#foot span {
  float: left;
}
#foot span.blue {
  margin-right: 10px;
}
#foot .col_5 {
  float: left;
  width: 20%;
}
#foot .off_5 {
  margin-left: 20%;
}
#foot ul {
  list-style: none;
  padding: 0px;
  margin-top: 0px;
}

/* The menu */
#menu {
  background: #3E3935;
}

#menu ul {
  padding: 0;
  margin: 0px;
  list-style-type: none;
  display: inline;
  float: left;
  position: relative;
}

#menu ul li {
  display: inline;
  text-align: center;
  float: left;
}

#menu ul li a, #menu ul li span {
  float: left;
  color: #FFF;
  padding: 0.5em 1em;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}

#menu ul li:hover a, #menu ul li:hover span, #menu ul li .Active {
  background: #00A4E4;
}

#menu ul li ul {
  display: none;
}

#menu ul li:hover ul {
  display: block;
  position: absolute;
  top: 45px;
  padding: 0px;
  z-index: 200;
}
#menu ul li:hover ul li {
  float: left;
  clear: left;
  display: inline-block;
  width: 100%;
}
#menu ul li:hover ul li a {
  width: inherit;
  float: left;
  display: inline-block;
  text-align: left;
}
#menu ul li:hover ul li a:hover {
  background: #3E3935;
}

.navigation {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#menu-icon {
  position: absolute;
  right: 15px;
  top: 15px;
}
#menu-icon span {
  float: left;
  clear: left;
  margin-bottom: 5px;
  width: 35px;
  height: 5px;
  background: #150746;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
