/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 8, templates/g5_hydrogen/custom/scss/custom.scss */
body {
  margin-left: 90px;
}
/* line 12, templates/g5_hydrogen/custom/scss/custom.scss */
input[type="text"] {
  box-sizing: border-box;
  padding: 15px;
  border-radius: 0px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  border-color: #ccc !important;
  box-shadow: none !important;
}
/* line 24, templates/g5_hydrogen/custom/scss/custom.scss */
h1, h2, h3, h4 {
  text-transform: uppercase;
  line-height: 120%;
}
/* line 29, templates/g5_hydrogen/custom/scss/custom.scss */
h1 {
  font-size: 50px;
}
/* line 33, templates/g5_hydrogen/custom/scss/custom.scss */
h2 {
  margin: 0px;
  margin-bottom: 15px;
  font-size: 35px;
  color: #222;
}
/* line 40, templates/g5_hydrogen/custom/scss/custom.scss */
h3 {
  font-size: 30px;
  margin: 0px;
  margin-bottom: 15px;
}
/* line 46, templates/g5_hydrogen/custom/scss/custom.scss */
h4 {
  font-size: 25px;
  margin: 0px;
  margin-bottom: 15px;
}
/* line 52, templates/g5_hydrogen/custom/scss/custom.scss */
h5 {
  font-size: 20px;
  margin: 0px;
  margin-bottom: 15px;
}
/* line 58, templates/g5_hydrogen/custom/scss/custom.scss */
p {
  font-size: 16px;
}
/* line 60, templates/g5_hydrogen/custom/scss/custom.scss */
p a {
  color: #00d800;
}
/* line 62, templates/g5_hydrogen/custom/scss/custom.scss */
p a:hover {
  color: #000;
}
/* line 68, templates/g5_hydrogen/custom/scss/custom.scss */
.button {
  font-size: 16px;
  padding: 15px 25px;
  letter-spacing: 1.5px;
}
/* line 74, templates/g5_hydrogen/custom/scss/custom.scss */
#k2Container {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/* line 79, templates/g5_hydrogen/custom/scss/custom.scss */
.divwrap {
  font-size: 0px;
}
/* line 81, templates/g5_hydrogen/custom/scss/custom.scss */
.divwrap .divleft {
  font-size: 16px;
  width: 50%;
  display: inline-block;
  padding-right: 20px !important;
  vertical-align: top;
  box-sizing: border-box;
}
/* line 89, templates/g5_hydrogen/custom/scss/custom.scss */
.divwrap .divright {
  font-size: 16px;
  width: 50%;
  display: inline-block;
  padding-left: 20px !important;
  vertical-align: top;
  box-sizing: border-box;
}
/* line 99, templates/g5_hydrogen/custom/scss/custom.scss */
.contain-me {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 1400px;
  max-width: 100%;
  margin: auto;
}
/* line 107, templates/g5_hydrogen/custom/scss/custom.scss */
.contain-me-mid {
  width: 900px;
}
/* line 111, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header {
  width: 90px;
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background-color: #fff;
  box-shadow: 5px 0px 10px 1px rgba(0, 0, 0, 0.05);
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
   supported by Chrome and Opera */
}
/* line 112, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header:after {
  content: 'Your simple formula to soar online';
  position: fixed;
  left: -165px;
  line-height: 100%;
  font-size: 20px;
  height: 20px;
  top: 50%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ccc;
  position: fixed;
  transform: rotate(270deg);
}
/* line 141, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .g-container {
  width: 90px;
}
/* line 144, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-logo {
  -webkit-flex: 0 90px;
  -moz-flex: 0 90px;
  -ms-flex: 0 90px;
  flex: 0 90px;
  width: 90px;
  height: 90px;
  background-color: #00d800;
}
/* line 152, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-logo .g-content {
  padding: 15px;
  margin: 0px;
}
/* line 157, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-menu {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 90px;
  height: 90px;
  -webkit-flex: 0 90px;
  -moz-flex: 0 90px;
  -ms-flex: 0 90px;
  flex: 0 90px;
  width: 90px;
  height: 90px;
  background: #f1f1f1;
}
/* line 170, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-menu .g-menu-parent-indicator {
  margin: 0px -15px -5px 0px;
  float: right;
}
/* line 174, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-menu .g-menu-parent-indicator:after {
  content: "\f105";
  font-size: 40px;
  opacity: 1;
}
/* line 179, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-menu .g-content {
  padding: 0px;
  margin: 0px;
}
/* line 182, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-menu .g-content .g-menu-item {
  width: 100%;
  background: none !important;
}
/* line 185, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-menu .g-content .g-menu-item .menu-toggle {
  color: #111;
  padding: 33px 31px;
  font-size: 32px;
}
/* line 189, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-menu .g-content .g-menu-item .menu-toggle .g-menu-item-title {
  display: none;
}
/* line 192, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-menu .g-content .g-menu-item .menu-toggle:after {
  content: ' ';
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 0;
}
/* line 199, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 200, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-menu .g-content .g-menu-item.g-selected .menu-toggle:before {
  content: '\f00d';
}
/* line 203, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-menu .g-content .g-menu-item.g-selected .menu-toggle:after {
  content: ' ';
  position: fixed;
  left: 90px;
  right: 0px;
  top: 0px;
  cursor: default;
  bottom: 0px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.25);
}
/* line 216, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-menu .g-content .g-dropdown {
  position: fixed;
  left: 50px;
  -webkit-transition: left 0.25s, top 0.25s, opacity 0.25s;
  transition: left 0.25s, top 0.25s, opacity 0.25s;
  opacity: 0;
  top: 0px;
  height: 100%;
  bottom: 0px;
  width: 350px;
  display: table;
  background-color: #fff;
  box-shadow: -5px 0px 5px 1px rgba(0, 0, 0, 0.03);
}
/* line 229, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-menu .g-content .g-dropdown .g-dropdown-column {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}
/* line 233, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-menu .g-content .g-dropdown .g-dropdown-column .g-menu-item-container {
  color: #000;
  line-height: 120%;
  font-size: 35px;
  text-transform: uppercase;
  padding-left: 0px;
  padding-right: 15px;
  line-height: 100%;
}
/* line 241, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-menu .g-content .g-dropdown .g-dropdown-column .g-menu-item-container:hover {
  color: #00d800;
}
/* line 244, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-menu .g-content .g-dropdown .g-dropdown-column .g-menu-item-container .g-menu-item-container {
  padding: 15px 40px 15px 15px;
}
/* line 249, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-menu .g-content .g-dropdown .social-icons {
  padding-top: 30px;
}
/* line 251, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-menu .g-content .g-dropdown .social-icons li {
  width: auto;
  display: inline-block;
  margin-right: 30px;
}
/* line 255, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-menu .g-content .g-dropdown .social-icons li a {
  padding: 0px !important;
  width: 30px;
  text-align: center;
}
/* line 261, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-menu .g-content .g-dropdown .social-icons img {
  display: none;
}
/* line 265, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-menu .g-content .g-dropdown .g-dropdown {
  left: 380px;
  width: 300px;
}
/* line 268, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-menu .g-content .g-dropdown .g-dropdown .g-grid {
  min-height: 420px;
}
/* line 271, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-menu .g-content .g-dropdown .g-dropdown .g-menu-item-container {
  font-size: 25px;
  padding-left: 0px !important;
}
/* line 277, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-menu .g-content .g-active.g-dropdown {
  left: 90px;
  opacity: 1;
}
/* line 280, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .page-menu .g-content .g-active.g-dropdown .g-active.g-dropdown {
  left: 420px;
}
/* line 286, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .g-selected > .g-menu-item-container {
  color: #666 !important;
}
/* line 290, templates/g5_hydrogen/custom/scss/custom.scss */
#g-header .menu-toggle .g-menu-parent-indicator {
  display: none;
}
/* line 295, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation {
  background: none;
  position: absolute;
  top: 25px;
  right: 25px;
}
/* line 300, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation .g-container {
  width: auto;
}
/* line 302, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation .g-container .g-menu-item {
  background: none !important;
}
/* line 304, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation .g-container .g-menu-item .g-menu-item-container {
  padding: 1em 2.5em 1em 2.5em;
  border: 2px solid #ff8c00;
  border-radius: 50px;
  background: #ff8c00;
  color: #fff;
  margin-left: 15px;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 313, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation .g-container .g-menu-item .g-menu-item-container:hover {
  background: #cc7000;
  border: 2px solid #cc7000;
}
/* line 318, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation .g-container .g-menu-item .light-orange {
  background: #ffe8cc;
  color: #ff8c00 !important;
}
/* line 321, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation .g-container .g-menu-item .light-orange:hover {
  border: 2px solid #cc7000;
  background: #ffd199;
  color: #cc7000 !important;
}
/* line 331, templates/g5_hydrogen/custom/scss/custom.scss */
.breadcrumbs {
  top: 15px !important;
  left: 20px;
  right: auto !important;
}
@media only screen and (max-width: 767px) {
  /* line 333, templates/g5_hydrogen/custom/scss/custom.scss */
  .breadcrumbs {
    top: 30px !important;
  }
}
/* line 338, templates/g5_hydrogen/custom/scss/custom.scss */
.breadcrumbs .g-content {
  margin: 0px;
  padding: 0px;
}
/* line 341, templates/g5_hydrogen/custom/scss/custom.scss */
.breadcrumbs .g-content .breadcrumb {
  background: none;
}
/* line 343, templates/g5_hydrogen/custom/scss/custom.scss */
.breadcrumbs .g-content .breadcrumb li {
  padding: 0px 10px;
  cursor: pointer;
}
/* line 346, templates/g5_hydrogen/custom/scss/custom.scss */
.breadcrumbs .g-content .breadcrumb li i {
  text-shadow: none;
  font-size: 50px;
  margin-right: 7px;
  color: #f1f1f1;
  margin-top: -6px;
  vertical-align: middle;
  display: inline-block;
}
/* line 355, templates/g5_hydrogen/custom/scss/custom.scss */
.breadcrumbs .g-content .breadcrumb li span {
  text-transform: uppercase;
  text-shadow: none;
  font-size: 16px;
  color: #f1f1f1;
  vertical-align: middle;
}
/* line 362, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 363, templates/g5_hydrogen/custom/scss/custom.scss */
.breadcrumbs .g-content .breadcrumb li:hover i, .breadcrumbs .g-content .breadcrumb li:hover span {
  color: #fff;
}
/* line 372, templates/g5_hydrogen/custom/scss/custom.scss */
#g-slider {
  margin: 0px;
  padding-top: 0px;
}
/* line 375, templates/g5_hydrogen/custom/scss/custom.scss */
#g-slider .g-content {
  padding-top: 0px;
  margin-top: 0px;
}
/* line 380, templates/g5_hydrogen/custom/scss/custom.scss */
#g-features {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
/* line 383, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 384, templates/g5_hydrogen/custom/scss/custom.scss */
#g-features .features ul {
  text-align: center;
  padding: 0px;
  font-size: 0px;
}
/* line 388, templates/g5_hydrogen/custom/scss/custom.scss */
#g-features .features ul li {
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
  width: 20%;
  padding: 0px;
  margin-bottom: 0px;
}
/* line 395, templates/g5_hydrogen/custom/scss/custom.scss */
#g-features .features ul li img {
  margin: 0px;
  float: none;
  clear: both;
  height: 70px;
}
/* line 401, templates/g5_hydrogen/custom/scss/custom.scss */
#g-features .features ul li .moduleItemIntrotext {
  padding: 0px;
}
/* line 404, templates/g5_hydrogen/custom/scss/custom.scss */
#g-features .features ul li p {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  margin-bottom: 0px;
}
/* line 415, templates/g5_hydrogen/custom/scss/custom.scss */
#g-features .features ul .clearList {
  display: none;
}
/* line 422, templates/g5_hydrogen/custom/scss/custom.scss */
.pad-sides {
  padding-left: 30px;
  padding-right: 30px;
}
/* line 427, templates/g5_hydrogen/custom/scss/custom.scss */
#g-clients {
  background: #fff;
}
/* line 431, templates/g5_hydrogen/custom/scss/custom.scss */
.hel1um-body {
  padding-top: 60px;
}
/* line 433, templates/g5_hydrogen/custom/scss/custom.scss */
.hel1um-body h2 {
  text-align: center;
}
/* line 436, templates/g5_hydrogen/custom/scss/custom.scss */
.hel1um-body h5 {
  text-align: center;
}
/* line 439, templates/g5_hydrogen/custom/scss/custom.scss */
.hel1um-body .hel1um-items {
  background-size: cover;
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 443, templates/g5_hydrogen/custom/scss/custom.scss */
.hel1um-body .hel1um-items ul {
  margin: 0px -15px;
  font-size: 0px;
  padding: 30px 0px 45px;
}
/* line 447, templates/g5_hydrogen/custom/scss/custom.scss */
.hel1um-body .hel1um-items ul li {
  font-size: 16px;
  width: 50%;
  display: inline-block;
  padding: 15px;
}
/* line 452, templates/g5_hydrogen/custom/scss/custom.scss */
.hel1um-body .hel1um-items ul li .hel1um-img {
  display: block;
  height: 350px;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
/* line 459, templates/g5_hydrogen/custom/scss/custom.scss */
.hel1um-body .hel1um-items ul li .hel1um-img .inner-text-wrap {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
}
/* line 468, templates/g5_hydrogen/custom/scss/custom.scss */
.hel1um-body .hel1um-items ul li .hel1um-img .inner-text-wrap .inner-text {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  margin: 0px;
  color: #fff;
}
/* line 475, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 476, templates/g5_hydrogen/custom/scss/custom.scss */
.hel1um-body .hel1um-items ul li .hel1um-img .inner-text-wrap .inner-text .header-logo img {
  width: 200px;
}
/* line 480, templates/g5_hydrogen/custom/scss/custom.scss */
.hel1um-body .hel1um-items ul li .hel1um-img .inner-text-wrap .inner-text h2 {
  margin: 0px;
  color: #fff;
  line-height: 100%;
}
/* line 485, templates/g5_hydrogen/custom/scss/custom.scss */
.hel1um-body .hel1um-items ul li .hel1um-img .inner-text-wrap .inner-text p {
  display: none;
  text-transform: uppercase;
  margin: 0px;
  margin-top: 20px;
}
/* line 502, templates/g5_hydrogen/custom/scss/custom.scss */
#g-hel1um-contact-form {
  background-color: #ff8c00;
}
/* line 504, templates/g5_hydrogen/custom/scss/custom.scss */
#g-hel1um-contact-form h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
}
/* line 509, templates/g5_hydrogen/custom/scss/custom.scss */
#g-hel1um-contact-form p {
  text-align: center;
  color: #fff;
}
/* line 513, templates/g5_hydrogen/custom/scss/custom.scss */
#g-hel1um-contact-form .formControlLabel {
  color: #fff;
}
/* line 516, templates/g5_hydrogen/custom/scss/custom.scss */
#g-hel1um-contact-form .formRequired {
  color: rgba(255, 255, 255, 0.5);
}
/* line 519, templates/g5_hydrogen/custom/scss/custom.scss */
#g-hel1um-contact-form .formResponsive {
  margin: 0px;
  padding: 0px;
}
/* line 522, templates/g5_hydrogen/custom/scss/custom.scss */
#g-hel1um-contact-form .formResponsive .formRed {
  padding: 0px;
  background: none;
  margin-top: 0px;
}
/* line 527, templates/g5_hydrogen/custom/scss/custom.scss */
#g-hel1um-contact-form .formResponsive .formValidation .formError {
  border: none;
  color: #ff8c00;
  margin-bottom: 15px;
}
/* line 532, templates/g5_hydrogen/custom/scss/custom.scss */
#g-hel1um-contact-form .formResponsive .formHorizontal {
  font-size: 0px;
}
/* line 534, templates/g5_hydrogen/custom/scss/custom.scss */
#g-hel1um-contact-form .formResponsive .formHorizontal .rsform-block {
  font-size: 16px;
  width: 33.333%;
  padding: 0px 7.5px;
  display: inline-block;
}
/* line 539, templates/g5_hydrogen/custom/scss/custom.scss */
#g-hel1um-contact-form .formResponsive .formHorizontal .rsform-block input, #g-hel1um-contact-form .formResponsive .formHorizontal .rsform-block select {
  border: none;
}
/* line 543, templates/g5_hydrogen/custom/scss/custom.scss */
#g-hel1um-contact-form .formResponsive .formHorizontal .rsform-block-send {
  width: 100%;
  text-align: center;
  padding: 0px;
}
/* line 547, templates/g5_hydrogen/custom/scss/custom.scss */
#g-hel1um-contact-form .formResponsive .formHorizontal .rsform-block-send .formControls {
  padding: 0px 7.5px;
  display: inline-block;
  width: 33.333%;
}
/* line 551, templates/g5_hydrogen/custom/scss/custom.scss */
#g-hel1um-contact-form .formResponsive .formHorizontal .rsform-block-send .formControls .rsform-submit-button {
  background-color: #cc7000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
/* line 558, templates/g5_hydrogen/custom/scss/custom.scss */
#g-hel1um-contact-form .formResponsive .formHorizontal .rsform-block-send .formControls .rsform-submit-button:hover {
  background-color: #995400;
}
/* line 563, templates/g5_hydrogen/custom/scss/custom.scss */
#g-hel1um-contact-form .formResponsive .formHorizontal p.formDescription {
  margin: 0px;
  padding: 0px;
}
/* line 572, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 573, templates/g5_hydrogen/custom/scss/custom.scss */
.hel1um-page #g-header .page-logo {
  background: #ff8c00;
}
/* line 578, templates/g5_hydrogen/custom/scss/custom.scss */
.hel1um-page #g-header .page-menu .g-content .g-dropdown .g-dropdown-column .g-menu-item-container:hover {
  color: #ff8c00;
}
/* line 583, templates/g5_hydrogen/custom/scss/custom.scss */
.hel1um-page #g-newsletter {
  display: none;
  background: #222;
}
/* line 586, templates/g5_hydrogen/custom/scss/custom.scss */
.hel1um-page #g-newsletter form .acymailing_form .acysubbuttons .button {
  background: #cc7000;
}
/* line 590, templates/g5_hydrogen/custom/scss/custom.scss */
.hel1um-page #g-footer .g-container .g-content ul li .text-overlay .text-wrap .social-icon {
  background: #ff8c00;
}
/* line 596, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 597, templates/g5_hydrogen/custom/scss/custom.scss */
.life-page #g-content {
  background: #fff;
}
/* line 600, templates/g5_hydrogen/custom/scss/custom.scss */
.life-page #g-header .page-logo {
  background: #00a6e8;
}
/* line 605, templates/g5_hydrogen/custom/scss/custom.scss */
.life-page #g-header .page-menu .g-content .g-dropdown .g-dropdown-column .g-menu-item-container:hover {
  color: #00a6e8;
}
/* line 609, templates/g5_hydrogen/custom/scss/custom.scss */
.life-page #g-lifeat-map {
  max-width: 1200px;
  margin: 0px auto;
}
/* line 615, templates/g5_hydrogen/custom/scss/custom.scss */
.life-page #g-features {
  background: #00a6e8;
  border-bottom: 1px solid #00a6e8;
}
/* line 618, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 619, templates/g5_hydrogen/custom/scss/custom.scss */
.life-page #g-features .features ul {
  text-align: center;
  padding: 0px;
  font-size: 0px;
}
/* line 623, templates/g5_hydrogen/custom/scss/custom.scss */
.life-page #g-features .features ul li {
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
  width: 20%;
  padding: 0px;
  margin-bottom: 0px;
  color: #fff;
}
/* line 631, templates/g5_hydrogen/custom/scss/custom.scss */
.life-page #g-features .features ul li img {
  margin: 0px;
  float: none;
  clear: both;
  height: 100px;
}
/* line 637, templates/g5_hydrogen/custom/scss/custom.scss */
.life-page #g-features .features ul li .moduleItemIntrotext {
  padding: 0px;
}
/* line 640, templates/g5_hydrogen/custom/scss/custom.scss */
.life-page #g-features .features ul li p {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 17px;
  margin-bottom: 0px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 140%;
  text-transform: uppercase;
}
/* line 652, templates/g5_hydrogen/custom/scss/custom.scss */
.life-page #g-features .features ul .clearList {
  display: none;
}
/* line 659, templates/g5_hydrogen/custom/scss/custom.scss */
.life-page #g-newsletter {
  display: none;
  background: #222;
}
/* line 662, templates/g5_hydrogen/custom/scss/custom.scss */
.life-page #g-newsletter form .acymailing_form .acysubbuttons .button {
  background: #0082b5;
}
/* line 666, templates/g5_hydrogen/custom/scss/custom.scss */
.life-page #g-footer .g-container .g-content ul li .text-overlay .text-wrap .social-icon {
  background: #00a6e8;
}
/* line 671, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 672, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page #g-content {
  background: #fff;
}
/* line 674, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page #g-content .itemBody {
  padding: 0px;
}
/* line 677, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 678, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page #g-content .itemFullText h2 {
  color: #000;
}
/* line 681, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page #g-content .itemFullText p {
  color: #222;
  font-size: 20px;
}
/* line 686, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page #g-content #k2Container .contain-me {
  padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  /* line 690, templates/g5_hydrogen/custom/scss/custom.scss */
  body.hyperzone-page #g-content #k2Container {
    padding-top: 50px;
  }
}
/* line 694, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page #g-content .block-wrap {
  font-size: 0px;
}
/* line 696, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page #g-content .block-wrap .orange-block {
  background: #ff8c00;
  padding: 50px;
  width: 50%;
  font-weight: 500;
  display: inline-block;
  font-size: 20px;
  vertical-align: top;
}
@media only screen and (max-width: 1199px) {
  /* line 705, templates/g5_hydrogen/custom/scss/custom.scss */
  body.hyperzone-page #g-content .block-wrap .orange-block {
    width: 100%;
    padding: 25px;
    margin-bottom: 30px;
  }
}
/* line 710, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page #g-content .block-wrap .orange-block h3 {
  text-align: left;
  color: #fff;
  padding: 0px;
  margin: 0px;
}
/* line 716, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page #g-content .block-wrap .orange-block p {
  color: #fff;
}
/* line 719, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page #g-content .block-wrap .orange-block ul {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
}
/* line 724, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page #g-content .block-wrap .orange-block ul li {
  margin-bottom: 5px;
}
/* line 730, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page #g-content .block-wrap .white-block {
  padding: 50px;
  width: 50%;
  display: inline-block;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1199px) {
  /* line 733, templates/g5_hydrogen/custom/scss/custom.scss */
  body.hyperzone-page #g-content .block-wrap .white-block {
    width: 100%;
    padding: 25px;
  }
}
/* line 741, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page #g-content .block-wrap .white-block h3 {
  text-align: left;
  padding: 0px;
  margin: 0px;
}
/* line 746, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page #g-content .block-wrap .white-block ul {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
}
/* line 750, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page #g-content .block-wrap .white-block ul li {
  margin-bottom: 5px;
}
/* line 759, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page .below-content {
  background-color: #ff8c00;
}
/* line 761, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page .below-content .contain-me {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 765, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page .below-content .rsformfooter-contact {
  padding-left: 30px;
  padding-right: 30px;
}
/* line 769, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page .below-content h2 {
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
}
/* line 774, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page .below-content p {
  text-align: center;
  color: #fff;
}
/* line 778, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page .below-content .formControlLabel {
  color: #fff;
}
/* line 781, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page .below-content .formRequired {
  color: rgba(255, 255, 255, 0.5) !important;
}
/* line 784, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page .below-content .formResponsive {
  margin: 0px;
  padding: 0px;
}
/* line 787, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page .below-content .formResponsive .formRed {
  padding: 0px;
  background: none;
  margin-top: 0px;
}
/* line 792, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page .below-content .formResponsive .formValidation .formError {
  border: none;
  color: #ff8c00;
  margin-bottom: 15px;
}
/* line 797, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page .below-content .formResponsive .formHorizontal {
  font-size: 0px;
}
/* line 799, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page .below-content .formResponsive .formHorizontal .rsform-block {
  font-size: 16px;
  width: 33.333%;
  padding: 0px 7.5px;
  display: inline-block;
}
/* line 804, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page .below-content .formResponsive .formHorizontal .rsform-block input, body.hyperzone-page .below-content .formResponsive .formHorizontal .rsform-block select {
  border: none;
}
/* line 808, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page .below-content .formResponsive .formHorizontal .rsform-block-send {
  width: 100%;
  text-align: center;
  padding: 0px;
}
/* line 812, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page .below-content .formResponsive .formHorizontal .rsform-block-send .formControls {
  padding: 0px 7.5px;
  display: inline-block;
  width: 33.333%;
}
/* line 816, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page .below-content .formResponsive .formHorizontal .rsform-block-send .formControls .rsform-submit-button {
  background-color: #cc7000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
/* line 823, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page .below-content .formResponsive .formHorizontal .rsform-block-send .formControls .rsform-submit-button:hover {
  background-color: #995400;
}
/* line 828, templates/g5_hydrogen/custom/scss/custom.scss */
body.hyperzone-page .below-content .formResponsive .formHorizontal p.formDescription {
  margin: 0px;
  padding: 0px;
}
@media only screen and (min-width: 660px) and (max-width: 767px) {
  /* line 838, templates/g5_hydrogen/custom/scss/custom.scss */
  body.hyperzone-page .below-content .formResponsive .formHorizontal .rsform-block {
    width: 50%;
  }
  /* line 840, templates/g5_hydrogen/custom/scss/custom.scss */
  body.hyperzone-page .below-content .formResponsive .formHorizontal .rsform-block.rsform-block-send {
    width: 100%;
  }
  /* line 842, templates/g5_hydrogen/custom/scss/custom.scss */
  body.hyperzone-page .below-content .formResponsive .formHorizontal .rsform-block.rsform-block-send .formControls {
    width: 50%;
  }
}
@media only screen and (max-width: 659px) {
  /* line 851, templates/g5_hydrogen/custom/scss/custom.scss */
  body.hyperzone-page .below-content .contain-me {
    padding-top: 30px;
  }
  /* line 853, templates/g5_hydrogen/custom/scss/custom.scss */
  body.hyperzone-page .below-content .contain-me .formResponsive .formHorizontal .rsform-block {
    width: 100%;
  }
  /* line 855, templates/g5_hydrogen/custom/scss/custom.scss */
  body.hyperzone-page .below-content .contain-me .formResponsive .formHorizontal .rsform-block.rsform-block-send {
    width: 100%;
  }
  /* line 857, templates/g5_hydrogen/custom/scss/custom.scss */
  body.hyperzone-page .below-content .contain-me .formResponsive .formHorizontal .rsform-block.rsform-block-send .formControls {
    width: 100%;
  }
}
/* line 867, templates/g5_hydrogen/custom/scss/custom.scss */
#g-results {
  background-color: #eee;
}
/* line 871, templates/g5_hydrogen/custom/scss/custom.scss */
#g-titlebar {
  background-color: #222;
}
/* line 873, templates/g5_hydrogen/custom/scss/custom.scss */
#g-titlebar .g-content {
  padding: 0px;
  margin: 0px;
}
/* line 876, templates/g5_hydrogen/custom/scss/custom.scss */
#g-titlebar .g-content .page-title-img {
  background-size: cover;
  background-position: center;
}
/* line 880, templates/g5_hydrogen/custom/scss/custom.scss */
#g-titlebar .g-content .page-title-img .page-title-wrap {
  margin: 0px;
  padding-top: 9%;
  padding-bottom: 8%;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.65);
  line-height: 110%;
}
/* line 891, templates/g5_hydrogen/custom/scss/custom.scss */
#g-titlebar .g-content .page-title-img .page-title-wrap img {
  margin-bottom: 30px;
}
/* line 895, templates/g5_hydrogen/custom/scss/custom.scss */
#g-titlebar .g-content .page-title-img h1 {
  margin: 0px;
  padding: 0px;
  color: #fff;
}
/* line 900, templates/g5_hydrogen/custom/scss/custom.scss */
#g-titlebar .g-content .page-title-img h3 {
  margin: 0px;
  margin-top: 15px;
  padding: 0px;
  color: #fff;
  max-width: 950px;
  line-height: 130%;
  display: inline-block;
}
/* line 911, templates/g5_hydrogen/custom/scss/custom.scss */
#g-titlebar .g-content .page-title-text {
  background: #fff;
  padding-top: 120px;
  padding-bottom: 30px;
}
/* line 915, templates/g5_hydrogen/custom/scss/custom.scss */
#g-titlebar .g-content .page-title-text h1 {
  margin: 0px;
  padding: 0px;
  color: #000;
}
/* line 920, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 921, templates/g5_hydrogen/custom/scss/custom.scss */
#g-titlebar .g-content .page-title-text .page-title-text-inner p {
  margin: 0px;
  color: #333;
  max-width: 1200px;
  font-size: 32px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 1.4;
}
/* line 930, templates/g5_hydrogen/custom/scss/custom.scss */
#g-titlebar .g-content .page-title-text .page-title-text-inner p strong {
  font-weight: 400;
  color: #00d800;
}
/* line 936, templates/g5_hydrogen/custom/scss/custom.scss */
#g-titlebar .g-content .page-title-text .button.get-in-touch {
  background: #333;
  border-radius: 0px;
  text-transform: uppercase;
}
/* line 940, templates/g5_hydrogen/custom/scss/custom.scss */
#g-titlebar .g-content .page-title-text .button.get-in-touch:hover, #g-titlebar .g-content .page-title-text .button.get-in-touch:active, #g-titlebar .g-content .page-title-text .button.get-in-touch:focus {
  background: #000;
}
/* line 946, templates/g5_hydrogen/custom/scss/custom.scss */
#g-titlebar .g-content .page-title-landing {
  background: #111;
  padding-top: 60px;
  padding-bottom: 30px;
}
/* line 950, templates/g5_hydrogen/custom/scss/custom.scss */
#g-titlebar .g-content .page-title-landing h1 {
  margin: 0px;
  padding: 0px;
  color: #fff;
}
/* line 955, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 956, templates/g5_hydrogen/custom/scss/custom.scss */
#g-titlebar .g-content .page-title-landing .page-title-text-inner p {
  margin: 0px;
  color: #000;
  max-width: 1200px;
  font-size: 32px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 300;
  line-height: 1.4;
}
/* line 965, templates/g5_hydrogen/custom/scss/custom.scss */
#g-titlebar .g-content .page-title-landing .page-title-text-inner p strong {
  font-weight: 400;
  color: #00d800;
}
/* line 971, templates/g5_hydrogen/custom/scss/custom.scss */
#g-titlebar .g-content .page-title-landing .button.get-in-touch {
  background: #333;
  border-radius: 0px;
  text-transform: uppercase;
}
/* line 975, templates/g5_hydrogen/custom/scss/custom.scss */
#g-titlebar .g-content .page-title-landing .button.get-in-touch:hover, #g-titlebar .g-content .page-title-landing .button.get-in-touch:active, #g-titlebar .g-content .page-title-landing .button.get-in-touch:focus {
  background: #000;
}
@media only screen and (max-width: 767px) {
  /* line 984, templates/g5_hydrogen/custom/scss/custom.scss */
  .office-page #g-titlebar .g-content .page-title-text {
    padding-top: 50px;
  }
}
/* line 989, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 990, templates/g5_hydrogen/custom/scss/custom.scss */
.error-page #g-titlebar {
  background-color: #222;
  background-size: cover;
  background-position: center;
  background-image: url('../../../../images/404.jpg');
}
/* line 995, templates/g5_hydrogen/custom/scss/custom.scss */
.error-page #g-titlebar .g-grid {
  background: rgba(0, 0, 0, 0.65);
}
/* line 998, templates/g5_hydrogen/custom/scss/custom.scss */
.error-page #g-titlebar .g-content {
  padding: 0px;
  margin: 0px;
}
/* line 1001, templates/g5_hydrogen/custom/scss/custom.scss */
.error-page #g-titlebar .g-content h1 {
  padding-top: 9%;
  padding-bottom: 8%;
  margin: 0px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  color: #fff;
}
/* line 1013, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 1014, templates/g5_hydrogen/custom/scss/custom.scss */
.error-page .error-content .g-content {
  text-align: center;
  max-width: 600px;
  display: block;
  margin: 75px auto;
}
/* line 1024, templates/g5_hydrogen/custom/scss/custom.scss */
#g-content {
  background-color: #f1f1f1;
}
/* line 1026, templates/g5_hydrogen/custom/scss/custom.scss */
#g-content .related-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
}
/* line 1030, templates/g5_hydrogen/custom/scss/custom.scss */
#g-content .related-wrap .related-clients {
  margin-bottom: 0px;
}
/* line 1033, templates/g5_hydrogen/custom/scss/custom.scss */
#g-content .related-wrap .related-clients ul {
  margin: 0px;
  font-size: 0px;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}
/* line 1040, templates/g5_hydrogen/custom/scss/custom.scss */
#g-content .related-wrap .related-clients ul li {
  padding: 15px;
  margin: 0px;
  width: 25%;
  display: inline-block;
}
/* line 1049, templates/g5_hydrogen/custom/scss/custom.scss */
#g-content .nav-footer {
  padding: 15px 45px;
  background: #fff;
  text-align: center;
}
/* line 1053, templates/g5_hydrogen/custom/scss/custom.scss */
#g-content .nav-footer .nav-left {
  text-shadow: none;
  font-size: 50px;
  margin-right: 7px;
  color: #555;
  margin-top: -6px;
  vertical-align: middle;
  display: inline-block;
  float: left;
}
/* line 1062, templates/g5_hydrogen/custom/scss/custom.scss */
#g-content .nav-footer .nav-left span {
  text-transform: uppercase;
  text-shadow: none;
  font-size: 16px;
  color: #555;
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
  margin-left: 10px;
}
/* line 1074, templates/g5_hydrogen/custom/scss/custom.scss */
#g-content .nav-footer .nav-right {
  text-shadow: none;
  font-size: 50px;
  margin-left: 7px;
  color: #555;
  margin-top: -6px;
  vertical-align: middle;
  display: inline-block;
  float: right;
}
/* line 1083, templates/g5_hydrogen/custom/scss/custom.scss */
#g-content .nav-footer .nav-right span {
  text-transform: uppercase;
  text-shadow: none;
  font-size: 16px;
  color: #555;
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
  margin-right: 10px;
}
/* line 1098, templates/g5_hydrogen/custom/scss/custom.scss */
.client-stats {
  background: #fff;
}
/* line 1100, templates/g5_hydrogen/custom/scss/custom.scss */
.client-stats .contain-me {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 0px;
}
/* line 1104, templates/g5_hydrogen/custom/scss/custom.scss */
.client-stats .contain-me .statsul {
  font-size: 0px;
  width: 100%;
  display: inline-block;
  list-style: none;
  margin: 0px;
}
/* line 1110, templates/g5_hydrogen/custom/scss/custom.scss */
.client-stats .contain-me .statsul li {
  font-size: 16px;
  display: inline-block;
  width: 25%;
  text-align: center;
  vertical-align: top;
}
/* line 1116, templates/g5_hydrogen/custom/scss/custom.scss */
.client-stats .contain-me .statsul li h5 {
  text-transform: uppercase;
  margin: 0px;
  margin-bottom: 10px;
}
/* line 1121, templates/g5_hydrogen/custom/scss/custom.scss */
.client-stats .contain-me .statsul li p {
  margin: 0px;
}
/* line 1123, templates/g5_hydrogen/custom/scss/custom.scss */
.client-stats .contain-me .statsul li p a {
  color: #666;
}
/* line 1129, templates/g5_hydrogen/custom/scss/custom.scss */
.client-stats .contain-me .dropdownbuttons {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
/* line 1134, templates/g5_hydrogen/custom/scss/custom.scss */
.client-stats .contain-me .dropdownbuttons .button-dropdown {
  display: inline-block;
  text-align: right;
  margin-left: 7.5px;
  margin-right: 7.5px;
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
}
/* line 1142, templates/g5_hydrogen/custom/scss/custom.scss */
.client-stats .contain-me .dropdownbuttons .button-dropdown a {
  font-size: 16px;
  display: inline-block;
  background: #222;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-family: 'Roboto';
  text-shadow: none;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 1px;
  word-spacing: normal;
  text-transform: uppercase;
}
/* line 1158, templates/g5_hydrogen/custom/scss/custom.scss */
.client-stats .contain-me .dropdownbuttons .button-dropdown a:hover {
  background: #00d800;
}
/* line 1162, templates/g5_hydrogen/custom/scss/custom.scss */
.client-stats .contain-me .dropdownbuttons .button-dropdown a.dropdownenabled {
  background: #00d800;
}
/* line 1166, templates/g5_hydrogen/custom/scss/custom.scss */
.client-stats .contain-me .dropdownbuttons .button-dropdown a.dropdownenabled:after {
  content: ' ';
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  cursor: default;
  bottom: 0px;
  -webkit-transition: opacity 0.3s ease-out, z-index 0.1s ease-out;
  -moz-transition: opacity 0.3s ease-out, z-index 0.1s ease-out;
  transition: opacity 0.3s ease-out, z-index 0.1s ease-out;
  opacity: 1;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.25);
}
/* line 1183, templates/g5_hydrogen/custom/scss/custom.scss */
.client-stats .contain-me .dropdownbuttons .button-dropdown a:after {
  content: ' ';
  opacity: 0;
}
/* line 1187, templates/g5_hydrogen/custom/scss/custom.scss */
.client-stats .contain-me .dropdownbuttons .button-dropdown ul {
  left: 50%;
  white-space: nowrap;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  list-style: none;
  z-index: 99;
  margin: 0px;
  position: absolute;
  background: #fff;
  margin-top: -20px;
  -webkit-transition: margin-top 0.25s, opacity 0.25s;
  transition: margin-top 0.25s, opacity 0.25s;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 1206, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 1207, templates/g5_hydrogen/custom/scss/custom.scss */
.client-stats .contain-me .dropdownbuttons .button-dropdown ul li a {
  margin-left: 0px;
  margin-right: 0px;
  display: block;
  background: #fff;
  padding: 15px 20px 5px 20px;
  color: #222;
  text-align: center;
}
/* line 1215, templates/g5_hydrogen/custom/scss/custom.scss */
.client-stats .contain-me .dropdownbuttons .button-dropdown ul li a:hover {
  background: #fff;
  color: #00d800;
}
/* line 1221, templates/g5_hydrogen/custom/scss/custom.scss */
.client-stats .contain-me .dropdownbuttons .button-dropdown ul.opendropdown {
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.05);
  height: auto;
  opacity: 1;
  display: block;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
}
/* line 1237, templates/g5_hydrogen/custom/scss/custom.scss */
.clients-wrapper {
  padding-bottom: 0px;
}
/* line 1239, templates/g5_hydrogen/custom/scss/custom.scss */
.clients-wrapper p {
  margin: 0px;
}
/* line 1244, templates/g5_hydrogen/custom/scss/custom.scss */
.helium-item-wrapper {
  padding-bottom: 0px;
}
/* line 1246, templates/g5_hydrogen/custom/scss/custom.scss */
.helium-item-wrapper p {
  margin: 0px;
}
/* line 1251, templates/g5_hydrogen/custom/scss/custom.scss */
.narrow-page .contain-me {
  width: 600px;
  margin: 0px auto;
}
/* line 1256, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 1257, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
/* line 1262, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me p {
  max-width: 900px;
  display: inline-block;
}
/* line 1266, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 1267, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 1268, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me .k2ItemsBlock.salesteam .team-members, .our-team .contain-me .k2ItemsBlock.backendteam .team-members {
  font-size: 0px;
  padding: 0px;
  text-align: left;
}
/* line 1272, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member {
  cursor: default;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 16px;
  width: 25%;
  display: inline-block !important;
  margin-bottom: 0px;
  padding: 15px !important;
}
/* line 1281, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member .team-wrap, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member .team-wrap {
  position: relative;
}
/* line 1284, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member hr, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member hr {
  margin: 0px;
  height: 1px;
  border: none;
  background-color: #fff;
}
/* line 1290, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member .team-photo-wrap, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member .team-photo-wrap {
  position: relative;
}
/* line 1292, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member .team-photo-wrap .team-photo, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member .team-photo-wrap .team-photo {
  width: 100%;
  background-size: cover;
  background-position: center;
}
/* line 1297, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member .team-photo-wrap .team-description-title, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member .team-photo-wrap .team-description-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 15px;
  padding-top: 60px;
  color: #fff;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}
/* line 1308, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member .team-photo-wrap .team-description-title h3, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member .team-photo-wrap .team-description-title h3, .our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member .team-photo-wrap .team-description-title h5, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member .team-photo-wrap .team-description-title h5 {
  margin: 0px;
  color: #fff;
  padding: 0px;
  transition: opacity 0.25s, top 0.25s;
}
/* line 1314, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member .team-photo-wrap .team-description-title h3, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member .team-photo-wrap .team-description-title h3 {
  margin-top: 0px;
}
/* line 1318, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member .team-photo-wrap .team-description-overlay, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member .team-photo-wrap .team-description-overlay {
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 15px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s, top 0.25s;
  transition: opacity 0.25s, top 0.25s;
  background: rgba(0, 0, 0, 0.65);
  background: rgba(0, 0, 0, 0.65);
  background: rgba(0, 0, 0, 0.65);
}
/* line 1332, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member .team-photo-wrap .team-description-overlay p, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member .team-photo-wrap .team-description-overlay p {
  color: #fff;
  margin: 0px;
  margin-top: 15px;
  font-size: 16px;
}
/* line 1338, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member .team-photo-wrap .team-description-overlay h3, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member .team-photo-wrap .team-description-overlay h3, .our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member .team-photo-wrap .team-description-overlay h5, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member .team-photo-wrap .team-description-overlay h5 {
  margin: 0px;
  padding: 0px;
  color: #fff;
}
/* line 1343, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member .team-photo-wrap .team-description-overlay h3, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member .team-photo-wrap .team-description-overlay h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* line 1347, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member .team-photo-wrap .team-description-overlay .team-member-location, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member .team-photo-wrap .team-description-overlay .team-member-location {
  position: absolute;
  bottom: -35px;
  -webkit-transition: bottom 0.25s;
  transition: bottom 0.25s;
}
/* line 1353, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member .team-photo-wrap .team-description-overlay .team-member-email, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member .team-photo-wrap .team-description-overlay .team-member-email {
  display: inline-block;
  margin-top: 20px;
  background: #00d800;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  font-family: 'Roboto';
  text-shadow: none;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 1px;
  word-spacing: normal;
  text-transform: uppercase;
}
/* line 1372, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member .team-contact, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member .team-contact {
  color: #222;
}
/* line 1374, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member .team-contact a, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member .team-contact a {
  color: #fff;
}
/* line 1377, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member .team-contact i, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member .team-contact i {
  text-align: center;
  width: 20px;
  margin-right: 10px;
}
/* line 1382, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member .team-contact ul, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member .team-contact ul {
  padding: 0px;
  margin: 0px;
}
/* line 1385, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member .team-contact ul li, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member .team-contact ul li {
  width: 100%;
  margin-bottom: 10px;
}
/* line 1392, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 1393, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 1394, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-hover:hover .team-description-overlay, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-hover:hover .team-description-overlay {
  top: 0px;
  opacity: 1;
}
/* line 1397, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-hover:hover .team-description-overlay .team-member-location, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-hover:hover .team-description-overlay .team-member-location {
  bottom: 15px;
}
/* line 1401, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 1402, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-hover:hover .team-description-title h3, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-hover:hover .team-description-title h3, .our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-hover:hover .team-description-title h5, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-hover:hover .team-description-title h5 {
  top: -50px;
  opacity: 0;
}
/* line 1409, templates/g5_hydrogen/custom/scss/custom.scss */
.our-team .contain-me .k2ItemsBlock.salesteam .team-members .clearList, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .clearList {
  margin: 0px;
}
/* line 1418, templates/g5_hydrogen/custom/scss/custom.scss */
.featured-expertise {
  font-size: 0px;
  padding: 60px 15px 30px;
}
/* line 1421, templates/g5_hydrogen/custom/scss/custom.scss */
.featured-expertise h1 {
  text-align: center;
}
/* line 1424, templates/g5_hydrogen/custom/scss/custom.scss */
.featured-expertise h2 {
  text-align: center;
}
/* line 1427, templates/g5_hydrogen/custom/scss/custom.scss */
.featured-expertise h5 {
  text-align: center;
}
/* line 1430, templates/g5_hydrogen/custom/scss/custom.scss */
.featured-expertise .button {
  font-family: 'Roboto';
  color: #fff;
  text-shadow: none;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
  word-spacing: normal;
  text-transform: uppercase;
  background: #00c900;
  border-radius: 0px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 15px 25px;
  box-shadow: none;
}
/* line 1448, templates/g5_hydrogen/custom/scss/custom.scss */
.featured-expertise .button:hover {
  background: #00bf00;
}
/* line 1452, templates/g5_hydrogen/custom/scss/custom.scss */
.featured-expertise ul {
  list-style: none;
  margin: 30px 0px;
  width: 33.333%;
  display: inline-block;
  font-size: 0px;
  vertical-align: top;
}
/* line 1459, templates/g5_hydrogen/custom/scss/custom.scss */
.featured-expertise ul li {
  display: inline-block;
  overflow: hidden;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
/* line 1466, templates/g5_hydrogen/custom/scss/custom.scss */
.featured-expertise ul li .background {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
/* line 1473, templates/g5_hydrogen/custom/scss/custom.scss */
.featured-expertise ul li .expertise-title {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}
/* line 1482, templates/g5_hydrogen/custom/scss/custom.scss */
.featured-expertise ul li .expertise-title .expertise-title-inner {
  -webkit-transition: all 0.25s;
  /* Safari */
  transition: all 0.25s;
  display: table;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
/* line 1492, templates/g5_hydrogen/custom/scss/custom.scss */
.featured-expertise ul li .expertise-title .expertise-title-inner h3 {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
  padding: 15px;
  color: #fff;
}
/* line 1500, templates/g5_hydrogen/custom/scss/custom.scss */
.featured-expertise ul li .expertise-title .expertise-title-inner:hover {
  background: rgba(0, 0, 0, 0.15);
}
/* line 1507, templates/g5_hydrogen/custom/scss/custom.scss */
.featured-expertise ul .item0 {
  height: 750px;
}
/* line 1510, templates/g5_hydrogen/custom/scss/custom.scss */
.featured-expertise ul .item1 {
  height: 500px;
}
/* line 1513, templates/g5_hydrogen/custom/scss/custom.scss */
.featured-expertise ul .item2 {
  height: 250px;
}
/* line 1516, templates/g5_hydrogen/custom/scss/custom.scss */
.featured-expertise ul .item3 {
  height: 250px;
}
/* line 1519, templates/g5_hydrogen/custom/scss/custom.scss */
.featured-expertise ul .item4 {
  width: 50%;
  height: 500px;
  float: left;
}
/* line 1524, templates/g5_hydrogen/custom/scss/custom.scss */
.featured-expertise ul .item5 {
  height: 250px;
  width: 50%;
}
/* line 1528, templates/g5_hydrogen/custom/scss/custom.scss */
.featured-expertise ul .item6 {
  height: 500px;
  height: 250px;
  width: 50%;
}
/* line 1536, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 1537, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 1538, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section .breadcrumbs .g-content .breadcrumb li i {
  color: #666;
}
/* line 1541, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section .breadcrumbs .g-content .breadcrumb li span {
  color: #666;
}
/* line 1544, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 1545, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section .breadcrumbs .g-content .breadcrumb li:hover i, .com_k2.view-item.expertise-section .breadcrumbs .g-content .breadcrumb li:hover span {
  color: #111;
}
/* line 1551, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section .contain-me {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 1556, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content {
  background: #fff;
}
/* line 1558, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 1559, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .itemFullText p {
  font-size: 23px;
  font-weight: 400;
  color: #333;
}
/* line 1564, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .itemFullText .expertise-wheel {
  max-width: 420px;
  margin: 55px auto 30px;
  display: block;
}
/* line 1570, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .three-col-list {
  margin: 0px;
  margin-bottom: 60px;
  list-style: none;
  font-size: 0px;
}
/* line 1575, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .three-col-list li {
  display: inline-block;
  width: 33.3%;
  padding: 15px 0px;
  padding-right: 30px;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
/* line 1585, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .three-col-list li:after {
  content: ' ';
  position: absolute;
  width: 80%;
  left: 0px;
  bottom: 0px;
  border-bottom: 2px solid #ddd;
}
/* line 1596, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 1597, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .partnering-benefits ul {
  list-style: none;
  margin: 30px 0px;
}
/* line 1600, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .partnering-benefits ul li {
  background: #eee;
  margin-bottom: 5px;
  padding: 0px;
}
/* line 1604, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .partnering-benefits ul li strong {
  padding: 10px;
  margin-left: 35px;
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}
/* line 1613, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .partnering-benefits ul li strong:before {
  position: absolute;
  left: -20px;
  color: #00a500;
  font-family: FontAwesome;
  content: '\f00c';
}
/* line 1620, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .partnering-benefits ul li strong:after {
  position: absolute;
  right: 15px;
  color: #777;
  font-family: FontAwesome;
  content: '\f107';
}
/* line 1628, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .partnering-benefits ul li div {
  display: none;
  font-size: 17px;
  padding: 15px;
  padding-top: 0px;
}
/* line 1634, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 1635, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 1636, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .partnering-benefits ul li.opened strong:after {
  content: '\f106';
}
@media only screen and (max-width: 999px) {
  /* line 1646, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 1647, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.expertise-section #g-content div.partnering-wrap .divleft, .com_k2.view-item.expertise-section #g-content div.partnering-wrap .divright {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  /* line 1652, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.expertise-section #g-content div.partnering-wrap .expertise-wheel {
    display: none;
  }
}
/* line 1658, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .comment {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 0px;
  display: block;
}
/* line 1663, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .comment .comment-image {
  padding: 30px;
  width: 20%;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
}
/* line 1670, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .comment .comment-image img {
  max-width: 150px;
}
/* line 1674, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .comment .comment-bubble {
  display: inline-block;
  padding: 30px;
  background: #fff;
  color: #333;
  border: 2px solid #ddd;
  width: 80%;
  text-align: center;
  vertical-align: middle;
  position: relative;
  font-size: 25px;
  font-weight: 400;
}
/* line 1687, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .comment .comment-bubble:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-right-color: #ddd;
  border-left: 0;
  margin-top: -16px;
  margin-left: -16px;
}
/* line 1700, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .comment .comment-bubble:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right-color: #fff;
  border-left: 0;
  margin-top: -20px;
  margin-left: -13px;
}
/* line 1715, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-clients {
  margin: 50px auto;
}
/* line 1717, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-clients .bottom-message {
  text-align: center;
  max-width: 1000px;
  width: 100%;
  display: block;
  margin: 50px auto;
}
/* line 1723, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-clients .bottom-message p {
  color: #333;
  margin: 0px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4;
}
/* line 1733, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .partners {
  border-top: 2px solid #ccc;
  padding-top: 30px;
  margin-top: 30px;
}
/* line 1737, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .partners .partners-wrap {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0px;
}
/* line 1741, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .partners .partners-wrap .partner {
  width: 50%;
  display: inline-block;
  padding: 15px;
}
@media only screen and (max-width: 999px) {
  /* line 1743, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.expertise-section #g-content .partners .partners-wrap .partner {
    width: 100%;
  }
}
/* line 1748, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .partners .partners-wrap .partner .partnerwrap {
  background-color: #ddd;
  position: relative;
}
/* line 1751, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .partners .partners-wrap .partner .partnerwrap:after {
  display: block;
  bottom: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  content: ' ';
  opacity: 0.75;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}
/* line 1766, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 1767, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .partners .partners-wrap .partner .partnerwrap:hover:after {
  opacity: 1;
}
/* line 1771, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .partners .partners-wrap .partner .partnerwrap .partner-text {
  position: absolute;
  bottom: 0px;
  display: table-cell;
  vertical-align: bottom;
  padding: 15px;
  color: #fff;
  z-index: 1;
}
/* line 1779, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .partners .partners-wrap .partner .partnerwrap .partner-text h2 {
  margin-bottom: 0px;
  font-size: 30px;
  color: #fff;
}
/* line 1784, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .partners .partners-wrap .partner .partnerwrap .partner-text p {
  margin: 0px;
}
/* line 1793, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact {
  margin-top: 30px;
}
/* line 1795, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .expertise-staff-member {
  font-weight: 500;
  font-size: 17px;
}
/* line 1798, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .expertise-staff-member .staff-member {
  padding-top: 20px;
  padding-bottom: 5px;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
}
/* line 1804, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .expertise-staff-member .staff-member img {
  background-position: center;
  background-size: cover;
  width: 180px;
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 899px) {
  /* line 1811, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.expertise-section #g-content .expertise-contact .expertise-staff-member .staff-member img {
    float: none;
  }
}
/* line 1815, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .expertise-staff-member .staff-member strong {
  text-transform: uppercase;
}
/* line 1818, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .expertise-staff-member .staff-member p {
  margin-bottom: 15px;
}
/* line 1822, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .expertise-staff-member p {
  font-weight: 400;
  font-size: 17px;
  margin: 0px;
  margin-bottom: 30px;
}
/* line 1830, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .formResponsive .formRed {
  display: none;
}
/* line 1834, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 1835, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .formContainer .formValidation {
  display: block;
}
/* line 1838, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 1839, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .formContainer .formControls .rsform-input-box {
  background: #f1f1f1;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 0px;
  padding: 15px;
  height: 50px;
}
/* line 1848, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .formContainer .formControls .rsform-input-box.rsform-error {
  height: 45px;
  padding-bottom: 10px;
}
/* line 1854, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .formContainer .formControls .rsform-text-box {
  border: none;
  background: #f1f1f1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 5px;
  padding: 15px;
  height: 100px;
}
/* line 1863, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .formContainer .formControls .rsform-text-box.rsform-error {
  height: 45px;
  padding-bottom: 10px;
}
/* line 1869, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .formContainer .formControls .formError {
  background: #f1f1f1;
  border: none;
  padding-left: 15px;
  padding-bottom: 10px;
  color: #666;
  font-weight: 500;
}
/* line 1879, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .formContainer .rsform-block-services-interested {
  padding: 10px 15px 0px;
  background: #f1f1f1;
}
/* line 1883, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .formContainer .rsform-block-services-interested label {
  color: #999;
}
/* line 1886, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .formContainer .rsform-block-services-interested .formControls {
  margin-top: 10px;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
/* line 1888, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .formContainer .rsform-block-services-interested .formControls label {
  background: #f1f1f1;
  border: 2px solid #f1f1f1;
  padding: 0px;
  padding-right: 15px;
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin: 0px 0px 10px 0px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  vertical-align: top;
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* line 1906, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.expertise-section #g-content .expertise-contact .formContainer .rsform-block-services-interested .formControls label {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  /* line 1909, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.expertise-section #g-content .expertise-contact .formContainer .rsform-block-services-interested .formControls label {
    width: 100%;
  }
}
/* line 1915, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .formContainer .rsform-block-services-interested .formControls label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* line 1924, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .formContainer .rsform-block-services-interested .formControls label:before {
  position: absolute;
  content: ' ';
  top: 0px;
  left: 0px;
  height: 25px;
  width: 25px;
  background-color: #fff;
}
/* line 1941, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .formContainer .rsform-block-services-interested .formControls label.selected:before {
  background-color: #00d800;
}
/* line 1946, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .formContainer .rsform-block-services-interested .formControls label:after {
  content: " ";
  position: absolute;
  display: none;
}
/* line 1953, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .formContainer .rsform-block-services-interested .formControls label.selected:after {
  display: block;
}
/* line 1958, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .formContainer .rsform-block-services-interested .formControls label.selected:after {
  left: 9px;
  top: 3px;
  width: 8px;
  height: 15px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 1971, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 1972, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .formContainer .rsform-block-submit .formControlLabel {
  display: none;
}
/* line 1975, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.expertise-section #g-content .expertise-contact .formContainer .rsform-block-submit .rsform-submit-button {
  margin-top: 0px;
}
/* line 1987, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 1989, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page h3 {
  color: #333;
}
/* line 1993, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page .contain-me {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 1998, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content {
  background: #fff;
}
/* line 2000, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 2001, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .itemFullText p {
  font-size: 20px;
  font-weight: 400;
  color: #333;
}
/* line 2006, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .itemFullText .expertise-wheel {
  max-width: 420px;
  margin: 55px auto 30px;
  display: block;
}
/* line 2014, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .leftimg, .com_k2.view-item.landing-page #g-content .rightimg {
  margin: 0px auto 100px;
  max-width: 1200px;
  width: 100%;
  display: table;
}
/* line 2019, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .leftimg .divleft, .com_k2.view-item.landing-page #g-content .rightimg .divleft {
  font-size: 16px;
  padding-right: 20px !important;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
/* line 2026, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .leftimg .divright, .com_k2.view-item.landing-page #g-content .rightimg .divright {
  font-size: 16px;
  padding-left: 20px !important;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
/* line 2033, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .leftimg .divleft img, .com_k2.view-item.landing-page #g-content .rightimg .divleft img {
  margin: 0px auto 0px 0px;
}
/* line 2036, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .leftimg .divright img, .com_k2.view-item.landing-page #g-content .rightimg .divright img {
  margin: 0px 0px 0px auto;
}
/* line 2039, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .leftimg img, .com_k2.view-item.landing-page #g-content .rightimg img {
  max-width: 500px;
  display: block;
}
/* line 2045, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 2046, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .leftimg .divright {
  max-width: 600px;
}
/* line 2051, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 2052, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .rightimg .divleft {
  max-width: 600px;
}
/* line 2057, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-list-tick {
  font-size: 20px;
  list-style: none;
  margin: 0px;
}
/* line 2061, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-list-tick li {
  margin-bottom: 15px;
  margin-top: 5px;
  margin-left: 35px;
  position: relative;
  font-size: 18px;
}
/* line 2067, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-list-tick li:before {
  font-size: 20px;
  position: absolute;
  left: -35px;
  top: -3px;
  color: #00a500;
  font-family: FontAwesome;
  content: '\f00c';
}
/* line 2081, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact {
  margin-top: 30px;
  padding-bottom: 50px;
}
/* line 2084, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .landing-staff-member {
  font-weight: 500;
  font-size: 17px;
}
/* line 2087, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .landing-staff-member .staff-member {
  padding-top: 20px;
  padding-bottom: 5px;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
}
/* line 2093, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .landing-staff-member .staff-member img {
  background-position: center;
  background-size: cover;
  width: 120px;
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}
/* line 2101, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .landing-staff-member .staff-member strong {
  text-transform: uppercase;
}
/* line 2104, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .landing-staff-member .staff-member p {
  margin-bottom: 15px;
}
/* line 2108, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .landing-staff-member p {
  font-weight: 400;
  font-size: 17px;
  margin: 0px;
  margin-bottom: 30px;
}
/* line 2116, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .formResponsive .formRed {
  display: none;
}
/* line 2120, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 2121, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .formContainer .formValidation {
  display: block;
}
/* line 2124, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 2125, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .formContainer .formControls .rsform-input-box {
  background: #eee;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 0px;
  padding: 15px;
  height: 50px;
}
/* line 2134, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .formContainer .formControls .rsform-input-box.rsform-error {
  height: 45px;
  padding-bottom: 10px;
}
/* line 2140, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .formContainer .formControls .rsform-text-box {
  background: #eee;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 5px;
  padding: 15px;
  height: 100px;
}
/* line 2149, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .formContainer .formControls .rsform-text-box.rsform-error {
  height: 45px;
  padding-bottom: 10px;
}
/* line 2155, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .formContainer .formControls .formError {
  background: #eee;
  border-top: none;
  border: none;
  padding-left: 15px;
  padding-bottom: 10px;
  color: #666;
  font-weight: 500;
}
/* line 2166, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .formContainer .rsform-block-services-interested {
  padding: 10px 15px 0px;
  background: #eee;
  border: 1px solid #ccc;
}
/* line 2170, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .formContainer .rsform-block-services-interested label {
  color: #999;
}
/* line 2173, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .formContainer .rsform-block-services-interested .formControls {
  margin-top: 10px;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
/* line 2175, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .formContainer .rsform-block-services-interested .formControls label {
  background: #eee;
  border: 2px solid #eee;
  padding: 0px;
  padding-right: 15px;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin: 0px 10px 10px 0px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
}
/* line 2194, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .formContainer .rsform-block-services-interested .formControls label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* line 2203, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .formContainer .rsform-block-services-interested .formControls label:before {
  position: absolute;
  content: ' ';
  top: 0px;
  left: 0px;
  height: 25px;
  width: 25px;
  border: 1px solid #ccc;
  background-color: #fff;
}
/* line 2215, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .formContainer .rsform-block-services-interested .formControls label:hover:before {
  background-color: #fff;
}
/* line 2220, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .formContainer .rsform-block-services-interested .formControls label.selected:before {
  background-color: #fff;
}
/* line 2225, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .formContainer .rsform-block-services-interested .formControls label:after {
  content: " ";
  position: absolute;
  display: none;
}
/* line 2232, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .formContainer .rsform-block-services-interested .formControls label.selected:after {
  display: block;
}
/* line 2237, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .formContainer .rsform-block-services-interested .formControls label.selected:after {
  left: 9px;
  top: 3px;
  width: 8px;
  height: 15px;
  border: solid #2fb135;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 2250, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 2251, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .formContainer .rsform-block-submit .formControlLabel {
  display: none;
}
/* line 2254, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.landing-page #g-content .landing-contact .formContainer .rsform-block-submit .rsform-submit-button {
  margin-top: 10px;
}
/* line 2263, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 2265, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page h3 {
  color: #333;
}
/* line 2269, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 2270, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page .page-title-text .address {
  color: #00d800;
  font-size: 25px;
  font-weight: 500;
}
/* line 2275, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page .page-title-text .social-icons {
  margin-top: 15px;
}
/* line 2277, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page .page-title-text .social-icons .social-icon {
  padding: 5px;
  color: #fff;
  background-color: #00d800;
  width: 35px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
}
/* line 2285, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page .page-title-text .social-icons .social-icon i {
  margin-left: 3px;
  width: 15px;
}
/* line 2289, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page .page-title-text .social-icons .social-icon .fa-twitter {
  margin-left: 1px;
}
/* line 2292, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page .page-title-text .social-icons .social-icon .fa-car {
  margin-left: -2px;
}
/* line 2299, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page .contain-me {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* line 2304, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content {
  background: #fff;
}
/* line 2306, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 2307, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .itemFullText p {
  font-size: 20px;
  font-weight: 400;
  color: #333;
}
/* line 2312, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .itemFullText .expertise-wheel {
  max-width: 420px;
  margin: 55px auto 30px;
  display: block;
}
/* line 2321, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .three-col-list {
  margin: 0px;
  margin-top: 15px;
  margin-bottom: 60px;
  list-style: none;
  font-size: 0px;
}
/* line 2327, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .three-col-list li {
  display: inline-block;
  width: 33%;
  padding: 15px 0px;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
@media only screen and (max-width: 767px) {
  /* line 2330, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.office-page #g-content .three-col-list li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 2333, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.office-page #g-content .three-col-list li {
    width: 50%;
  }
}
/* line 2342, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .three-col-list li:after {
  content: ' ';
  position: absolute;
  width: 80%;
  left: 0px;
  bottom: 0px;
  border-bottom: 2px solid #ddd;
}
@media only screen and (max-width: 767px) {
  /* line 2346, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.office-page #g-content .three-col-list li:after {
    width: 100%;
  }
}
/* line 2356, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-list-tick {
  font-size: 20px;
  list-style: none;
  margin: 0px;
}
/* line 2360, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-list-tick li {
  margin-bottom: 15px;
  margin-top: 5px;
  margin-left: 35px;
  position: relative;
  font-size: 18px;
}
/* line 2366, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-list-tick li:before {
  font-size: 20px;
  position: absolute;
  left: -35px;
  top: -3px;
  color: #00a500;
  font-family: FontAwesome;
  content: '\f00c';
}
/* line 2380, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact {
  margin-top: 30px;
  padding-bottom: 50px;
}
/* line 2383, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .landing-staff-member {
  font-weight: 500;
  font-size: 17px;
}
/* line 2386, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .landing-staff-member .staff-member {
  padding-top: 20px;
  padding-bottom: 5px;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
}
/* line 2392, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .landing-staff-member .staff-member img {
  background-position: center;
  background-size: cover;
  width: 180px;
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}
/* line 2400, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .landing-staff-member .staff-member strong {
  text-transform: uppercase;
}
/* line 2403, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .landing-staff-member .staff-member p {
  margin-bottom: 15px;
}
/* line 2407, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .landing-staff-member p {
  font-weight: 400;
  font-size: 17px;
  margin: 0px;
  margin-bottom: 30px;
}
/* line 2415, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .formResponsive .formRed {
  display: none;
}
/* line 2419, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 2420, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .formContainer .formValidation {
  display: block;
}
/* line 2423, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 2424, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .formContainer .formControls .rsform-input-box {
  border: none;
  background: #f1f1f1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 0px;
  padding: 15px;
  height: 50px;
}
/* line 2433, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .formContainer .formControls .rsform-input-box.rsform-error {
  height: 45px;
  padding-bottom: 10px;
}
/* line 2439, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .formContainer .formControls .rsform-text-box {
  border: none;
  background: #f1f1f1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 5px;
  padding: 15px;
  height: 100px;
}
/* line 2448, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .formContainer .formControls .rsform-text-box.rsform-error {
  height: 45px;
  padding-bottom: 10px;
}
/* line 2454, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .formContainer .formControls .formError {
  background: #eee;
  border-top: none;
  padding-left: 15px;
  padding-bottom: 10px;
  color: #666;
  font-weight: 500;
  border: none;
}
/* line 2465, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .formContainer .rsform-block-services-interested {
  padding: 10px 15px 0px;
  background: #eee;
  border: 1px solid #ccc;
}
/* line 2469, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .formContainer .rsform-block-services-interested label {
  color: #999;
}
/* line 2472, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .formContainer .rsform-block-services-interested .formControls {
  margin-top: 10px;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
/* line 2474, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .formContainer .rsform-block-services-interested .formControls label {
  background: #eee;
  border: 2px solid #eee;
  padding: 0px;
  padding-right: 15px;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin: 0px 10px 10px 0px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
}
/* line 2493, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .formContainer .rsform-block-services-interested .formControls label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* line 2502, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .formContainer .rsform-block-services-interested .formControls label:before {
  position: absolute;
  content: ' ';
  top: 0px;
  left: 0px;
  height: 25px;
  width: 25px;
  border: 1px solid #ccc;
  background-color: #fff;
}
/* line 2514, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .formContainer .rsform-block-services-interested .formControls label:hover:before {
  background-color: #fff;
}
/* line 2519, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .formContainer .rsform-block-services-interested .formControls label.selected:before {
  background-color: #fff;
}
/* line 2524, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .formContainer .rsform-block-services-interested .formControls label:after {
  content: " ";
  position: absolute;
  display: none;
}
/* line 2531, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .formContainer .rsform-block-services-interested .formControls label.selected:after {
  display: block;
}
/* line 2536, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .formContainer .rsform-block-services-interested .formControls label.selected:after {
  left: 9px;
  top: 3px;
  width: 8px;
  height: 15px;
  border: solid #2fb135;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 2549, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 2550, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .formContainer .rsform-block-submit .formControlLabel {
  display: none;
}
/* line 2553, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page #g-content .landing-contact .formContainer .rsform-block-submit .rsform-submit-button {
  margin-top: 0px;
}
/* line 2560, templates/g5_hydrogen/custom/scss/custom.scss */
.com_k2.view-item.office-page .page-map {
  font-size: 0px;
}
/* line 2565, templates/g5_hydrogen/custom/scss/custom.scss */
.moduletable.traff1k-stats {
  clear: both;
  display: inline-block;
  width: 100%;
  margin: 0px 0px 30px;
}
/* line 2570, templates/g5_hydrogen/custom/scss/custom.scss */
.moduletable.traff1k-stats h3 {
  margin-bottom: 30px;
}
/* line 2573, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 2574, templates/g5_hydrogen/custom/scss/custom.scss */
.moduletable.traff1k-stats .custom.traff1k-stats ul {
  font-size: 0px;
  margin: 0px -20px;
}
/* line 2577, templates/g5_hydrogen/custom/scss/custom.scss */
.moduletable.traff1k-stats .custom.traff1k-stats ul li {
  vertical-align: top;
  color: #000;
  font-size: 18px;
  width: calc(100%/6);
  margin-bottom: 30px;
  display: inline-block;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  /* line 2582, templates/g5_hydrogen/custom/scss/custom.scss */
  .moduletable.traff1k-stats .custom.traff1k-stats ul li {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 2585, templates/g5_hydrogen/custom/scss/custom.scss */
  .moduletable.traff1k-stats .custom.traff1k-stats ul li {
    width: calc(100%/3);
  }
}
/* line 2594, templates/g5_hydrogen/custom/scss/custom.scss */
.moduletable.traff1k-stats .custom.traff1k-stats ul li img {
  height: 50px;
  margin-bottom: 20px;
}
/* line 2598, templates/g5_hydrogen/custom/scss/custom.scss */
.moduletable.traff1k-stats .custom.traff1k-stats ul li strong {
  clear: both;
  color: #000;
  font-size: 35px;
  display: block;
}
/* line 2671, templates/g5_hydrogen/custom/scss/custom.scss */
.expertise-list {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0px;
}
/* line 2674, templates/g5_hydrogen/custom/scss/custom.scss */
.expertise-list .catItemTitle {
  display: none;
}
/* line 2678, templates/g5_hydrogen/custom/scss/custom.scss */
.expertise-list .expertiseContainer {
  display: inline-block;
  width: 33.33%;
}
/* line 2681, templates/g5_hydrogen/custom/scss/custom.scss */
.expertise-list .expertiseContainer .expertise-item {
  padding: 15px;
  margin: 0px;
}
/* line 2684, templates/g5_hydrogen/custom/scss/custom.scss */
.expertise-list .expertiseContainer .expertise-item .catItemBody {
  padding: 0px;
}
/* line 2686, templates/g5_hydrogen/custom/scss/custom.scss */
.expertise-list .expertiseContainer .expertise-item .catItemBody .catItemImageBlock {
  margin: 0px;
  padding: 0px;
}
/* line 2689, templates/g5_hydrogen/custom/scss/custom.scss */
.expertise-list .expertiseContainer .expertise-item .catItemBody .catItemImageBlock .catItemImage {
  margin: 0px;
}
/* line 2691, templates/g5_hydrogen/custom/scss/custom.scss */
.expertise-list .expertiseContainer .expertise-item .catItemBody .catItemImageBlock .catItemImage img {
  width: 100%;
}
/* line 2699, templates/g5_hydrogen/custom/scss/custom.scss */
.expertise-list .expertiseContainer img {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  /* Safari */
  transition: opacity 0.5s;
}
/* line 2704, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 2705, templates/g5_hydrogen/custom/scss/custom.scss */
.expertise-list .expertiseVisible img {
  opacity: 1;
  background-color: #ddd;
}
/* line 2710, templates/g5_hydrogen/custom/scss/custom.scss */
.expertise-list .expertiseImgWrap {
  background-color: #ddd;
  position: relative;
}
/* line 2713, templates/g5_hydrogen/custom/scss/custom.scss */
.expertise-list .expertiseImgWrap:after {
  display: block;
  bottom: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  content: ' ';
  opacity: 0.75;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}
/* line 2728, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 2729, templates/g5_hydrogen/custom/scss/custom.scss */
.expertise-list .expertiseImgWrap:hover:after {
  opacity: 1;
}
/* line 2733, templates/g5_hydrogen/custom/scss/custom.scss */
.expertise-list .expertiseImgWrap h2 {
  z-index: 1;
  position: absolute;
  margin-bottom: 0px;
  bottom: 0px;
  display: table-cell;
  vertical-align: bottom;
  padding: 15px;
  color: #fff;
  font-size: 30px;
}
/* line 2747, templates/g5_hydrogen/custom/scss/custom.scss */
.clients-list {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 0px;
}
/* line 2750, templates/g5_hydrogen/custom/scss/custom.scss */
.clients-list .catItemTitle {
  display: none;
}
/* line 2754, templates/g5_hydrogen/custom/scss/custom.scss */
.clients-list .clientContainer {
  display: inline-block;
  width: 25%;
}
/* line 2757, templates/g5_hydrogen/custom/scss/custom.scss */
.clients-list .clientContainer .client-item {
  padding: 15px;
  margin: 0px;
}
/* line 2760, templates/g5_hydrogen/custom/scss/custom.scss */
.clients-list .clientContainer .client-item .catItemBody {
  padding: 0px;
}
/* line 2762, templates/g5_hydrogen/custom/scss/custom.scss */
.clients-list .clientContainer .client-item .catItemBody .catItemImageBlock {
  margin: 0px;
  padding: 0px;
}
/* line 2765, templates/g5_hydrogen/custom/scss/custom.scss */
.clients-list .clientContainer .client-item .catItemBody .catItemImageBlock .catItemImage {
  margin: 0px;
}
/* line 2767, templates/g5_hydrogen/custom/scss/custom.scss */
.clients-list .clientContainer .client-item .catItemBody .catItemImageBlock .catItemImage img {
  width: 100%;
}
/* line 2775, templates/g5_hydrogen/custom/scss/custom.scss */
.clients-list .clientContainer img {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  /* Safari */
  transition: opacity 0.5s;
}
/* line 2780, templates/g5_hydrogen/custom/scss/custom.scss */
.clients-list .clientVisible img {
  opacity: 1;
  background-color: #ddd;
}
/* line 2784, templates/g5_hydrogen/custom/scss/custom.scss */
.clients-list .clientImgWrap {
  background-color: #ddd;
}
/* line 2789, templates/g5_hydrogen/custom/scss/custom.scss */
.news-list {
  width: 65%;
  display: inline-block;
  vertical-align: top;
}
/* line 2793, templates/g5_hydrogen/custom/scss/custom.scss */
.news-list .catItemTitle {
  display: none;
}
/* line 2796, templates/g5_hydrogen/custom/scss/custom.scss */
.news-list #itemListLeading {
  margin-bottom: -30px;
}
/* line 2798, templates/g5_hydrogen/custom/scss/custom.scss */
.news-list #itemListLeading .itemContainer {
  width: 100%;
}
/* line 2800, templates/g5_hydrogen/custom/scss/custom.scss */
.news-list #itemListLeading .itemContainer .catItemView {
  padding: 0px;
  margin: 0px;
  background: #fff;
  margin-bottom: 30px;
}
/* line 2805, templates/g5_hydrogen/custom/scss/custom.scss */
.news-list #itemListLeading .itemContainer .catItemView .catItemBody {
  padding: 0px;
  font-size: 0px;
}
/* line 2808, templates/g5_hydrogen/custom/scss/custom.scss */
.news-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item {
  border: 1px solid #ddd;
  position: relative;
}
/* line 2811, templates/g5_hydrogen/custom/scss/custom.scss */
.news-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .news-img {
  width: 30%;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  top: 0px;
  bottom: 0px;
  vertical-align: top;
  position: absolute;
}
/* line 2820, templates/g5_hydrogen/custom/scss/custom.scss */
.news-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .news-img .catItemImage {
  margin: 0px;
}
/* line 2822, templates/g5_hydrogen/custom/scss/custom.scss */
.news-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .news-img .catItemImage img {
  left: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  background-size: cover;
  background-position: center;
}
/* line 2835, templates/g5_hydrogen/custom/scss/custom.scss */
.news-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .news-text {
  padding: 30px;
  font-size: 16px;
  width: 70%;
  margin-left: 30%;
  display: inline-block;
  vertical-align: top;
}
/* line 2842, templates/g5_hydrogen/custom/scss/custom.scss */
.news-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .news-text h4 {
  margin: 0px;
  line-height: 130%;
  margin-bottom: 5px;
}
/* line 2847, templates/g5_hydrogen/custom/scss/custom.scss */
.news-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .news-text h5 {
  margin: 0px;
  line-height: 130%;
  color: #666;
  margin-bottom: 5px;
  text-transform: uppercase;
}
/* line 2854, templates/g5_hydrogen/custom/scss/custom.scss */
.news-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .news-text p {
  margin-top: 0px;
  margin-bottom: 15px;
}
/* line 2858, templates/g5_hydrogen/custom/scss/custom.scss */
.news-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .news-text span {
  color: #999;
  font-size: 12px;
  display: block;
  line-height: 130%;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
/* line 2866, templates/g5_hydrogen/custom/scss/custom.scss */
.news-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .news-text span a {
  color: #999;
}
/* line 2868, templates/g5_hydrogen/custom/scss/custom.scss */
.news-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .news-text span a:hover {
  color: #666;
}
/* line 2874, templates/g5_hydrogen/custom/scss/custom.scss */
.news-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .news-item-no-img {
  width: 100%;
  margin-left: 0px;
}
/* line 2886, templates/g5_hydrogen/custom/scss/custom.scss */
.news-item-full {
  border: 1px solid #ddd;
  width: 65%;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  padding: 30px;
  padding-bottom: 15px;
}
/* line 2894, templates/g5_hydrogen/custom/scss/custom.scss */
.news-item-full p {
  margin-bottom: 15px;
}
/* line 2897, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 2899, templates/g5_hydrogen/custom/scss/custom.scss */
.news-item-full .results .tableleft, .news-item-full .results .tableright {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
/* line 2905, templates/g5_hydrogen/custom/scss/custom.scss */
.news-item-full .results .tableright {
  color: #00d800;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 1199px) {
  /* line 2912, templates/g5_hydrogen/custom/scss/custom.scss */
  .news-item-full .results .tableleft {
    width: 60%;
  }
  /* line 2913, templates/g5_hydrogen/custom/scss/custom.scss */
  .news-item-full .results .tableright {
    width: 30%;
  }
}
/* line 2916, templates/g5_hydrogen/custom/scss/custom.scss */
.news-item-full .news-details {
  color: #999;
  font-size: 12px;
  display: block;
  line-height: 100%;
  margin-bottom: 30px;
  text-transform: uppercase;
}
/* line 2923, templates/g5_hydrogen/custom/scss/custom.scss */
.news-item-full .news-details a {
  color: #999;
}
/* line 2925, templates/g5_hydrogen/custom/scss/custom.scss */
.news-item-full .news-details a:hover {
  color: #666;
}
/* line 2930, templates/g5_hydrogen/custom/scss/custom.scss */
.news-item-full .itemFullText p {
  margin-top: 0px;
}
/* line 2933, templates/g5_hydrogen/custom/scss/custom.scss */
.news-item-full .itemVideoBlock {
  background: none;
  padding: 0;
  line-height: 0;
}
/* line 2940, templates/g5_hydrogen/custom/scss/custom.scss */
.right-sidebar-wrap {
  float: right;
  width: 35%;
  vertical-align: top;
  display: inline-block;
  padding-left: 30px;
  margin-bottom: 60px;
}
/* line 2947, templates/g5_hydrogen/custom/scss/custom.scss */
.right-sidebar-wrap .right-sidebar-ref {
  display: block;
  width: 100%;
}
/* line 2951, templates/g5_hydrogen/custom/scss/custom.scss */
.right-sidebar-wrap .right-sidebar {
  border: 1px solid #ddd;
  padding: 30px;
  padding-bottom: 15px;
  background: #fff;
}
/* line 2957, templates/g5_hydrogen/custom/scss/custom.scss */
.right-sidebar-wrap .right-sidebar h3 {
  margin: 0px;
  padding: 0px;
  line-height: 130%;
}
/* line 2962, templates/g5_hydrogen/custom/scss/custom.scss */
.right-sidebar-wrap .right-sidebar h5 {
  margin: 0px;
  margin-top: 30px;
  line-height: 130%;
}
/* line 2967, templates/g5_hydrogen/custom/scss/custom.scss */
.right-sidebar-wrap .right-sidebar ul {
  display: block;
  padding: 15px 0px 0px 0px;
  list-style: none;
  margin: 0px;
}
/* line 2972, templates/g5_hydrogen/custom/scss/custom.scss */
.right-sidebar-wrap .right-sidebar ul li {
  margin: 0px;
}
/* line 2974, templates/g5_hydrogen/custom/scss/custom.scss */
.right-sidebar-wrap .right-sidebar ul li a {
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
  display: block;
  color: #777;
}
/* line 2979, templates/g5_hydrogen/custom/scss/custom.scss */
.right-sidebar-wrap .right-sidebar ul li a .catTitle {
  float: none;
}
/* line 2982, templates/g5_hydrogen/custom/scss/custom.scss */
.right-sidebar-wrap .right-sidebar ul li a span {
  float: right;
}
/* line 2987, templates/g5_hydrogen/custom/scss/custom.scss */
.right-sidebar-wrap .right-sidebar ul li:last-child a {
  border-bottom: none;
}
/* line 2990, templates/g5_hydrogen/custom/scss/custom.scss */
.right-sidebar-wrap .right-sidebar ul .lastItem a {
  border-bottom: none;
}
/* line 2995, templates/g5_hydrogen/custom/scss/custom.scss */
.right-sidebar-wrap .right-sidebar .behaviours-table {
  margin-top: 20px;
  border: none;
}
/* line 2998, templates/g5_hydrogen/custom/scss/custom.scss */
.right-sidebar-wrap .right-sidebar .behaviours-table td {
  border: none;
  padding: 10px 0px 15px;
  color: #717171;
}
/* line 3002, templates/g5_hydrogen/custom/scss/custom.scss */
.right-sidebar-wrap .right-sidebar .behaviours-table td h3 {
  text-align: left;
  font-size: 25px;
  color: #fff;
  padding: 10px;
  background: #00d800;
  margin-right: 20px;
}
/* line 3010, templates/g5_hydrogen/custom/scss/custom.scss */
.right-sidebar-wrap .right-sidebar .behaviours-table td h5 {
  color: #222;
  margin: 0px;
}
/* line 3018, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 3019, templates/g5_hydrogen/custom/scss/custom.scss */
.right-sidebar-wrap .right-sidebar .key-benefits p {
  margin-top: 0px;
  margin-bottom: 15px;
}
/* line 3024, templates/g5_hydrogen/custom/scss/custom.scss */
.right-sidebar-wrap .right-sidebar .apply-now-button {
  display: block;
  background: #00d800;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-family: 'Roboto';
  text-shadow: none;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 1px;
  word-spacing: normal;
  text-transform: uppercase;
}
/* line 3041, templates/g5_hydrogen/custom/scss/custom.scss */
.right-sidebar-wrap .right-sidebar-fixed {
  position: fixed;
  top: 30px;
}
/* line 3045, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 3046, templates/g5_hydrogen/custom/scss/custom.scss */
.right-sidebar-wrap .popular-news-item a {
  padding: 15px 0px 15px !important;
}
/* line 3048, templates/g5_hydrogen/custom/scss/custom.scss */
.right-sidebar-wrap .popular-news-item a .news-left-img {
  width: 75px;
  float: left;
  margin-right: 10px;
}
/* line 3053, templates/g5_hydrogen/custom/scss/custom.scss */
.right-sidebar-wrap .popular-news-item a h4 {
  text-transform: uppercase;
  margin: 0px;
  font-size: 16px;
  color: #777;
}
/* line 3063, templates/g5_hydrogen/custom/scss/custom.scss */
.careers-list {
  width: 65%;
  display: inline-block;
  vertical-align: top;
}
/* line 3067, templates/g5_hydrogen/custom/scss/custom.scss */
.careers-list .catItemTitle {
  display: none;
}
/* line 3070, templates/g5_hydrogen/custom/scss/custom.scss */
.careers-list #itemListLeading {
  margin-bottom: -30px;
}
/* line 3072, templates/g5_hydrogen/custom/scss/custom.scss */
.careers-list #itemListLeading .itemContainer {
  width: 100%;
}
/* line 3074, templates/g5_hydrogen/custom/scss/custom.scss */
.careers-list #itemListLeading .itemContainer .catItemView {
  padding: 0px;
  margin: 0px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
/* line 3080, templates/g5_hydrogen/custom/scss/custom.scss */
.careers-list #itemListLeading .itemContainer .catItemView .catItemBody {
  padding: 0px;
  font-size: 0px;
}
/* line 3083, templates/g5_hydrogen/custom/scss/custom.scss */
.careers-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-img {
  width: 30%;
  display: inline-block;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}
/* line 3089, templates/g5_hydrogen/custom/scss/custom.scss */
.careers-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-img .catItemImage {
  margin: 0px;
}
/* line 3091, templates/g5_hydrogen/custom/scss/custom.scss */
.careers-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-img .catItemImage img {
  padding: 0px;
  width: 100%;
}
/* line 3097, templates/g5_hydrogen/custom/scss/custom.scss */
.careers-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-text {
  padding: 30px 30px 15px 30px;
  font-size: 16px;
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
/* line 3103, templates/g5_hydrogen/custom/scss/custom.scss */
.careers-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-text h3 {
  margin: 0px;
  line-height: 130%;
  margin-bottom: 15px;
}
/* line 3108, templates/g5_hydrogen/custom/scss/custom.scss */
.careers-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-text p {
  margin-top: 0px;
  margin-bottom: 15px;
}
/* line 3112, templates/g5_hydrogen/custom/scss/custom.scss */
.careers-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-text span {
  color: #999;
  font-size: 12px;
  display: block;
  line-height: 100%;
  margin-bottom: 15px;
  text-transform: uppercase;
}
/* line 3128, templates/g5_hydrogen/custom/scss/custom.scss */
.careers-item-full {
  width: 65%;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border: 1px solid #ddd;
  padding: 30px;
  padding-bottom: 15px;
}
/* line 3136, templates/g5_hydrogen/custom/scss/custom.scss */
.careers-item-full h3 {
  margin: 0px;
}
/* line 3139, templates/g5_hydrogen/custom/scss/custom.scss */
.careers-item-full p {
  margin-bottom: 15px;
}
/* line 3142, templates/g5_hydrogen/custom/scss/custom.scss */
.careers-item-full hr {
  border: none;
  height: 2px;
  margin: 30px 0px;
  background: #f2f2f2;
}
/* line 3148, templates/g5_hydrogen/custom/scss/custom.scss */
.careers-item-full .careers-details {
  color: #999;
  font-size: 12px;
  display: block;
  line-height: 100%;
  margin-bottom: 30px;
  text-transform: uppercase;
}
/* line 3156, templates/g5_hydrogen/custom/scss/custom.scss */
.careers-item-full .itemFullText h3 {
  padding: 0px;
}
/* line 3159, templates/g5_hydrogen/custom/scss/custom.scss */
.careers-item-full .itemFullText p {
  margin-top: 0px;
}
/* line 3164, templates/g5_hydrogen/custom/scss/custom.scss */
.who-are-we {
  width: 65%;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border: 1px solid #ddd;
  padding: 30px;
  padding-bottom: 15px;
}
/* line 3172, templates/g5_hydrogen/custom/scss/custom.scss */
.who-are-we h3 {
  margin: 0px;
  padding: 0px !important;
}
/* line 3176, templates/g5_hydrogen/custom/scss/custom.scss */
.who-are-we p {
  margin-bottom: 15px;
}
/* line 3179, templates/g5_hydrogen/custom/scss/custom.scss */
.who-are-we hr {
  border: none;
  height: 2px;
  margin: 30px 0px;
  background: #f2f2f2;
}
/* line 3187, templates/g5_hydrogen/custom/scss/custom.scss */
div.hel1um-ad {
  margin-top: 45px;
  padding: 15px 20px;
  font-size: 0px;
  background: #ff8c00;
}
/* line 3192, templates/g5_hydrogen/custom/scss/custom.scss */
div.hel1um-ad h3 {
  display: inline-block;
  font-size: 25px;
  color: #fff;
  padding: 0px;
  max-width: 65%;
  vertical-align: middle;
  padding-right: 15px;
}
/* line 3201, templates/g5_hydrogen/custom/scss/custom.scss */
div.hel1um-ad .img-wrap {
  display: inline-block;
  width: 35%;
  vertical-align: middle;
  text-align: right;
}
/* line 3206, templates/g5_hydrogen/custom/scss/custom.scss */
div.hel1um-ad .img-wrap img {
  max-width: 200px;
}
/* line 3212, templates/g5_hydrogen/custom/scss/custom.scss */
div.apply-back-to-listing {
  text-align: center;
  margin-bottom: 30px;
}
/* line 3214, templates/g5_hydrogen/custom/scss/custom.scss */
div.apply-back-to-listing h3 {
  margin: 0px;
  padding: 0px;
}
/* line 3218, templates/g5_hydrogen/custom/scss/custom.scss */
div.apply-back-to-listing a h3 {
  color: #222;
}
/* line 3220, templates/g5_hydrogen/custom/scss/custom.scss */
div.apply-back-to-listing a h3:hover {
  color: #555;
}
/* line 3227, templates/g5_hydrogen/custom/scss/custom.scss */
.rsform-block-job, .rsform-block-office, .rsform-block-sendto {
  display: none;
}
/* line 3231, templates/g5_hydrogen/custom/scss/custom.scss */
.pagination {
  text-align: center;
  margin: 0px;
  margin-top: 45px;
  height: auto;
  line-height: 0;
  display: block;
}
/* line 3238, templates/g5_hydrogen/custom/scss/custom.scss */
.pagination ul {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-left: 1px solid #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  font-family: "roboto", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 3251, templates/g5_hydrogen/custom/scss/custom.scss */
.pagination ul a {
  color: #333;
}
/* line 3254, templates/g5_hydrogen/custom/scss/custom.scss */
.pagination ul span {
  color: #ccc;
}
/* line 3257, templates/g5_hydrogen/custom/scss/custom.scss */
.pagination ul li > a, .pagination ul li > span {
  line-height: 100%;
  padding: 15px 20px;
}
/* line 3261, templates/g5_hydrogen/custom/scss/custom.scss */
.pagination ul li:first-child > a, .pagination ul li:first-child > span, .pagination ul li:last-child > a, .pagination ul li:last-child > span {
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
}
/* line 3275, templates/g5_hydrogen/custom/scss/custom.scss */
.pagination ul .pagination-start, .pagination ul .pagination-end {
  display: none;
}
/* line 3278, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 3279, templates/g5_hydrogen/custom/scss/custom.scss */
.pagination ul .pagination-prev a, .pagination ul .pagination-next a {
  border-left-width: 0px;
}
/* line 3282, templates/g5_hydrogen/custom/scss/custom.scss */
.pagination ul .pagination-prev span, .pagination ul .pagination-next span {
  display: none;
}
/* line 3289, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 3290, templates/g5_hydrogen/custom/scss/custom.scss */
.formResponsive .formRed {
  text-align: center;
  background: #00d800;
  color: #fff;
  padding: 10px;
}
/* line 3296, templates/g5_hydrogen/custom/scss/custom.scss */
.formResponsive .formValidation {
  width: 100%;
}
/* line 3298, templates/g5_hydrogen/custom/scss/custom.scss */
.formResponsive .formValidation .formError {
  color: #00d800;
  padding: 0px 10px 5px;
  margin: 0px;
  height: auto;
  border: 1px solid #ccc;
  border-top: 1px solid #fff;
  background: #fff;
  margin-top: -5px;
  width: 100%;
  display: inline-block;
}
/* line 3311, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 3312, templates/g5_hydrogen/custom/scss/custom.scss */
.formResponsive .formHorizontal .rsform-block {
  margin-bottom: 0px;
}
/* line 3314, templates/g5_hydrogen/custom/scss/custom.scss */
.formResponsive .formHorizontal .rsform-block .formControlLabel {
  margin: 0px;
  width: 100%;
  float: none;
  text-align: left;
}
/* line 3319, templates/g5_hydrogen/custom/scss/custom.scss */
.formResponsive .formHorizontal .rsform-block .formControlLabel .formRequired {
  float: right;
  font-size: 13px;
  color: #aaa;
  font-weight: normal;
}
/* line 3326, templates/g5_hydrogen/custom/scss/custom.scss */
.formResponsive .formHorizontal .rsform-block .formControls {
  margin-left: 0px;
}
/* line 3328, templates/g5_hydrogen/custom/scss/custom.scss */
.formResponsive .formHorizontal .rsform-block .formControls .rsform-input-box {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 0px;
  border-radius: 0px;
  font-size: 16px;
  border: 1px solid #ccc;
  color: #555;
}
/* line 3340, templates/g5_hydrogen/custom/scss/custom.scss */
.formResponsive .formHorizontal .rsform-block .formControls .rsform-text-box {
  width: 100%;
  box-sizing: border-box;
  min-height: 40px;
  height: 100px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  border: 1px solid #ccc;
  color: #555;
}
/* line 3357, templates/g5_hydrogen/custom/scss/custom.scss */
.formResponsive .formHorizontal .rsform-block .formControls .rsform-select-box {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 0px;
  border-radius: 0px;
  font-size: 16px;
  border: 1px solid #ccc;
  color: #555;
}
/* line 3370, templates/g5_hydrogen/custom/scss/custom.scss */
.formResponsive .formHorizontal .rsform-block .formControls .rsform-upload-box {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  background: #fff;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 0px;
  border-radius: 0px;
  font-size: 16px;
  border: 1px solid #ccc;
  color: #555;
}
/* line 3384, templates/g5_hydrogen/custom/scss/custom.scss */
.formResponsive .formHorizontal .rsform-block .formControls .rsform-submit-button {
  width: 100%;
  box-sizing: border-box;
  background: #222;
  color: #fff;
  border: none;
  border-radius: 0px;
  font-size: 20px;
  height: 50px;
  margin-top: 20px;
  font-size: 16px;
  text-shadow: none;
  text-transform: uppercase;
}
/* line 3397, templates/g5_hydrogen/custom/scss/custom.scss */
.formResponsive .formHorizontal .rsform-block .formControls .rsform-submit-button:hover {
  background: #00d800;
}
/* line 3401, templates/g5_hydrogen/custom/scss/custom.scss */
.formResponsive .formHorizontal .rsform-block .formControls .rsform-error {
  color: #555;
}
/* line 3406, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 3407, templates/g5_hydrogen/custom/scss/custom.scss */
.formResponsive .formHorizontal .rsform-block-captcha .formControlLabel {
  display: none;
}
/* line 3410, templates/g5_hydrogen/custom/scss/custom.scss */
.formResponsive .formHorizontal .rsform-block-captcha .formDescription {
  display: none;
}
/* line 3413, templates/g5_hydrogen/custom/scss/custom.scss */
.formResponsive .formHorizontal .rsform-block-captcha .formValidation {
  display: none;
}
/* line 3420, templates/g5_hydrogen/custom/scss/custom.scss */
#g-newsletter {
  background-color: #00d800;
}
/* line 3422, templates/g5_hydrogen/custom/scss/custom.scss */
#g-newsletter .g-container {
  max-width: 1200px;
  padding-top: 30px;
  padding-bottom: 30px;
}
/* line 3427, templates/g5_hydrogen/custom/scss/custom.scss */
#g-newsletter h3 {
  margin-top: 0px;
  color: #fff;
  margin-bottom: 0px;
}
/* line 3432, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 3433, templates/g5_hydrogen/custom/scss/custom.scss */
#g-newsletter .divwrap .divleft {
  width: 40%;
}
/* line 3435, templates/g5_hydrogen/custom/scss/custom.scss */
#g-newsletter .divwrap .divleft .newsletter-left-wrap {
  padding-top: 8px !important;
}
/* line 3437, templates/g5_hydrogen/custom/scss/custom.scss */
#g-newsletter .divwrap .divleft .newsletter-left-wrap img {
  margin-top: 2px;
  margin-right: 20px;
  height: 30px;
  float: left;
  display: inline-block;
}
/* line 3446, templates/g5_hydrogen/custom/scss/custom.scss */
#g-newsletter .divwrap .divright {
  width: 60%;
}
/* line 3450, templates/g5_hydrogen/custom/scss/custom.scss */
#g-newsletter form {
  margin-bottom: 0px;
}
/* line 3452, templates/g5_hydrogen/custom/scss/custom.scss */
#g-newsletter form .acymailing_form {
  font-size: 0px;
}
/* line 3454, templates/g5_hydrogen/custom/scss/custom.scss */
#g-newsletter form .acymailing_form .onefield {
  width: 35%;
  display: inline-block;
  margin: 0px;
}
/* line 3458, templates/g5_hydrogen/custom/scss/custom.scss */
#g-newsletter form .acymailing_form .onefield input {
  height: 40px;
  border: none !important;
  margin-bottom: 0px !important;
}
/* line 3464, templates/g5_hydrogen/custom/scss/custom.scss */
#g-newsletter form .acymailing_form .fieldacyname {
  padding: 5px 10px;
}
/* line 3467, templates/g5_hydrogen/custom/scss/custom.scss */
#g-newsletter form .acymailing_form .fieldacyemail {
  padding: 5px 10px;
}
/* line 3470, templates/g5_hydrogen/custom/scss/custom.scss */
#g-newsletter form .acymailing_form .acysubbuttons {
  width: 30%;
  box-sizing: border-box;
  padding: 5px 10px;
  display: inline-block;
  margin: 0px;
  text-align: right;
}
/* line 3477, templates/g5_hydrogen/custom/scss/custom.scss */
#g-newsletter form .acymailing_form .acysubbuttons .button {
  box-sizing: border-box;
  width: 100%;
  line-height: 20px;
  height: 40px;
  font-size: 16px;
  text-transform: uppercase;
  background: #00a500;
  border-radius: 0px;
  padding: 10px;
}
/* line 3491, templates/g5_hydrogen/custom/scss/custom.scss */
#g-newsletter div.acymailing_module_success {
  padding: 10px !important;
  margin-bottom: 0px;
  background: none;
  box-shadow: none;
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 100%;
}
/* line 3503, templates/g5_hydrogen/custom/scss/custom.scss */
#g-footer {
  border-top: none;
  background-color: #333;
}
/* line 3506, templates/g5_hydrogen/custom/scss/custom.scss */
#g-footer .g-container {
  width: 100%;
}
/* line 3508, templates/g5_hydrogen/custom/scss/custom.scss */
#g-footer .g-container .g-content {
  padding: 0px;
  margin: 0px;
}
/* line 3511, templates/g5_hydrogen/custom/scss/custom.scss */
#g-footer .g-container .g-content ul {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
}
/* line 3515, templates/g5_hydrogen/custom/scss/custom.scss */
#g-footer .g-container .g-content ul li {
  height: 600px;
  font-size: 16px;
  width: 25%;
  display: inline-block;
  background-size: cover;
  background-position: center;
  margin-bottom: 0px;
  position: relative;
}
/* line 3524, templates/g5_hydrogen/custom/scss/custom.scss */
#g-footer .g-container .g-content ul li .text-overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #000;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.75));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.75));
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.75));
}
/* line 3534, templates/g5_hydrogen/custom/scss/custom.scss */
#g-footer .g-container .g-content ul li .text-overlay .text-wrap {
  position: absolute;
  bottom: 0px;
  color: #fff;
  width: 100%;
  padding: 30px;
}
/* line 3540, templates/g5_hydrogen/custom/scss/custom.scss */
#g-footer .g-container .g-content ul li .text-overlay .text-wrap h3 {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 40px;
  text-transform: uppercase;
}
/* line 3546, templates/g5_hydrogen/custom/scss/custom.scss */
#g-footer .g-container .g-content ul li .text-overlay .text-wrap h3:hover {
  color: #ccc;
}
/* line 3550, templates/g5_hydrogen/custom/scss/custom.scss */
#g-footer .g-container .g-content ul li .text-overlay .text-wrap p {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 3554, templates/g5_hydrogen/custom/scss/custom.scss */
#g-footer .g-container .g-content ul li .text-overlay .text-wrap a {
  color: #fff;
}
/* line 3557, templates/g5_hydrogen/custom/scss/custom.scss */
#g-footer .g-container .g-content ul li .text-overlay .text-wrap .social-icon {
  padding: 5px;
  background-color: #00d800;
  width: 35px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
}
/* line 3564, templates/g5_hydrogen/custom/scss/custom.scss */
#g-footer .g-container .g-content ul li .text-overlay .text-wrap .social-icon i {
  margin-left: 3px;
  width: 15px;
}
/* line 3568, templates/g5_hydrogen/custom/scss/custom.scss */
#g-footer .g-container .g-content ul li .text-overlay .text-wrap .social-icon .fa-twitter {
  margin-left: 1px;
}
/* line 3571, templates/g5_hydrogen/custom/scss/custom.scss */
#g-footer .g-container .g-content ul li .text-overlay .text-wrap .social-icon .fa-car {
  margin-left: -2px;
}
/* line 3583, templates/g5_hydrogen/custom/scss/custom.scss */
#g-copyright .g-container {
  padding: 30px;
  padding-bottom: 60px;
  background-color: #151515;
  color: #999;
  font-size: 14px;
}
/* line 3589, templates/g5_hydrogen/custom/scss/custom.scss */
#g-copyright .g-container .g-branding {
  text-align: left;
}
/* line 3592, templates/g5_hydrogen/custom/scss/custom.scss */
#g-copyright .g-container .privacy-policy {
  text-align: right;
}
/* line 3594, templates/g5_hydrogen/custom/scss/custom.scss */
#g-copyright .g-container .privacy-policy a {
  color: #999;
}
/* line 3596, templates/g5_hydrogen/custom/scss/custom.scss */
#g-copyright .g-container .privacy-policy a:hover {
  color: #aaa;
}
@media only screen and (max-width: 767px) {
  /* line 3614, templates/g5_hydrogen/custom/scss/custom.scss */
  h1 {
    font-size: 35px;
  }
  /* line 3618, templates/g5_hydrogen/custom/scss/custom.scss */
  h2 {
    font-size: 27px;
  }
  /* line 3622, templates/g5_hydrogen/custom/scss/custom.scss */
  h3 {
    font-size: 22px;
    margin: 0px;
    margin-bottom: 15px;
  }
  /* line 3628, templates/g5_hydrogen/custom/scss/custom.scss */
  h4 {
    font-size: 20px;
    margin: 0px;
    margin-bottom: 15px;
  }
  /* line 3634, templates/g5_hydrogen/custom/scss/custom.scss */
  h5 {
    font-size: 18px;
    margin: 0px;
    margin-bottom: 15px;
  }
  /* line 3641, templates/g5_hydrogen/custom/scss/custom.scss */
  body {
    margin-top: 60px;
    margin-left: 0px;
  }
  /* line 3643, templates/g5_hydrogen/custom/scss/custom.scss */
  body .g-menu-overlay {
    display: none;
  }
  /* line 3647, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header {
    width: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 60px;
    bottom: auto;
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  }
  /* line 3657, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header .g-container {
    width: 100%;
  }
  /* line 3660, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header .page-logo {
    -webkit-flex: 0 60px;
    -moz-flex: 0 60px;
    -ms-flex: 0 60px;
    flex: 0 60px;
    width: 60px;
    height: 60px;
  }
  /* line 3667, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header .page-logo .g-content {
    padding: 10px;
  }
  /* line 3671, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header .page-menu {
    position: absolute;
    left: auto;
    bottom: auto;
    top: 0px;
    right: 0px;
    -webkit-flex: 0 60px;
    -moz-flex: 0 60px;
    -ms-flex: 0 60px;
    flex: 0 60px;
    width: 60px;
    height: 60px;
  }
  /* line 3683, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header .page-menu .g-dropdown {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
  }
  /* line 3687, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 3688, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header .page-menu .g-content .g-menu-item .menu-toggle {
    height: 60px;
    padding: 15px 17px;
  }
  /* line 3692, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header .page-menu .g-content .menu-toggle:after {
    display: none;
  }
  /* line 3695, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header .page-menu .g-content .g-dropdown {
    left: 0px;
    top: 60px;
    padding-top: 15px;
    position: fixed;
    transform: translate3d(0, 0, 0);
  }
  /* line 3701, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header .page-menu .g-content .g-dropdown .g-dropdown-column {
    padding-left: 0px;
  }
  /* line 3703, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header .page-menu .g-content .g-dropdown .g-dropdown-column .g-menu-item-container {
    padding: 0px;
    padding-right: 0px;
  }
  /* line 3707, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header .page-menu .g-content .g-dropdown .g-dropdown-column .social-icons {
    text-align: center;
    z-index: 99999;
  }
  /* line 3710, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header .page-menu .g-content .g-dropdown .g-dropdown-column .social-icons ul {
    width: 300px;
    font-size: 0px;
    display: inline-block;
  }
  /* line 3714, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header .page-menu .g-content .g-dropdown .g-dropdown-column .social-icons ul li {
    width: 25%;
    margin-right: 0px;
    padding-top: 25px;
  }
  /* line 3718, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header .page-menu .g-content .g-dropdown .g-dropdown-column .social-icons ul li a {
    display: inline-block;
  }
  /* line 3724, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header .page-menu .g-content .g-dropdown .g-dropdown-column .g-menu-item-container .g-menu-item-container {
    padding: 10px 15px;
    font-size: 35px;
    line-height: 120%;
    text-align: center;
  }
  /* line 3730, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header .page-menu .g-content .g-dropdown .g-dropdown-column .g-menu-parent-indicator {
    display: none;
  }
  /* line 3734, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header .page-menu .g-content .g-dropdown .g-dropdown {
    top: 0px;
    left: 0px;
  }
  /* line 3737, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header .page-menu .g-content .g-dropdown .g-dropdown .g-menu-item-container {
    padding-left: 15px !important;
  }
  /* line 3740, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header .page-menu .g-content .g-dropdown .g-dropdown .g-dropdown-column {
    padding-left: 0px;
    display: inline-block;
    width: 100%;
  }
  /* line 3747, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header .page-menu .g-content .g-active.g-dropdown {
    position: fixed;
    display: block;
    left: 0px;
    top: 59px;
    width: 100%;
    right: 0px;
    overflow: scroll;
    padding-bottom: 60px;
    bottom: 0px;
    box-shadow: none;
  }
  /* line 3758, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header .page-menu .g-content .g-active.g-dropdown .g-active.g-dropdown {
    left: 0px;
    top: 0px;
  }
  /* line 3766, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header:after {
    position: fixed;
    left: 75px;
    right: 75px;
    font-size: 20px;
    height: auto;
    top: 30px;
    line-height: 115%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ccc;
    position: fixed;
    transform: rotate(0deg);
    transform: rotate(270deg);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 3789, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 3790, templates/g5_hydrogen/custom/scss/custom.scss */
  .featured-expertise ul {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
  }
  /* line 3794, templates/g5_hydrogen/custom/scss/custom.scss */
  .featured-expertise ul li {
    height: 250px !important;
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 3799, templates/g5_hydrogen/custom/scss/custom.scss */
  .featured-expertise ul li .expertise-title {
    left: 0px;
    right: 0px;
  }
  /* line 3807, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 3808, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 3809, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 3810, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 3811, templates/g5_hydrogen/custom/scss/custom.scss */
  .client-stats .contain-me .dropdownbuttons .button-dropdown ul {
    white-space: normal;
    width: 120%;
  }
  /* line 3820, templates/g5_hydrogen/custom/scss/custom.scss */
  div.hel1um-ad {
    text-align: center;
    padding: 20px 15px;
  }
  /* line 3823, templates/g5_hydrogen/custom/scss/custom.scss */
  div.hel1um-ad h3 {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
  }
  /* line 3828, templates/g5_hydrogen/custom/scss/custom.scss */
  div.hel1um-ad .img-wrap {
    text-align: center;
    width: 100%;
  }
  /* line 3831, templates/g5_hydrogen/custom/scss/custom.scss */
  div.hel1um-ad .img-wrap img {
    width: 200px;
    margin-top: 30px;
  }
  /* line 3838, templates/g5_hydrogen/custom/scss/custom.scss */
  .breadcrumbs {
    left: 10px;
  }
  /* line 3840, templates/g5_hydrogen/custom/scss/custom.scss */
  .breadcrumbs .g-content .breadcrumb {
    padding: 0px;
  }
  /* line 3845, templates/g5_hydrogen/custom/scss/custom.scss */
  .pad-sides {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 3850, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 3851, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 3852, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 3853, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-titlebar .g-content .page-title-img .page-title-wrap {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  /* line 3856, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-titlebar .g-content .page-title-img .page-title-wrap img {
    max-width: 75%;
  }
  /* line 3863, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 3864, templates/g5_hydrogen/custom/scss/custom.scss */
  .hel1um-page #g-features .features ul, .life-page #g-features .features ul {
    padding-top: 30px;
  }
  /* line 3866, templates/g5_hydrogen/custom/scss/custom.scss */
  .hel1um-page #g-features .features ul li, .life-page #g-features .features ul li {
    width: 50%;
    text-align: center;
  }
  /* line 3869, templates/g5_hydrogen/custom/scss/custom.scss */
  .hel1um-page #g-features .features ul li img, .life-page #g-features .features ul li img {
    padding-left: 0px;
  }
  /* line 3872, templates/g5_hydrogen/custom/scss/custom.scss */
  .hel1um-page #g-features .features ul li p, .life-page #g-features .features ul li p {
    border-left: none;
    border-right: none;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  /* line 3879, templates/g5_hydrogen/custom/scss/custom.scss */
  .hel1um-page #g-features .features ul li.lastItem p, .life-page #g-features .features ul li.lastItem p {
    border-right: none;
    border-bottom: none;
    padding-bottom: 0px;
  }
  /* line 3888, templates/g5_hydrogen/custom/scss/custom.scss */
  .hel1um-body .hel1um-items ul li {
    width: 100%;
  }
  /* line 3890, templates/g5_hydrogen/custom/scss/custom.scss */
  .hel1um-body .hel1um-items ul li .hel1um-img {
    height: 250px;
  }
  /* line 3895, templates/g5_hydrogen/custom/scss/custom.scss */
  .hel1um-body .hel1um-items ul li .hel1um-img .inner-text-wrap .inner-text {
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  /* line 3907, templates/g5_hydrogen/custom/scss/custom.scss */
  .hel1um-page .helium-item-wrapper {
    padding-top: 30px;
  }
  /* line 3911, templates/g5_hydrogen/custom/scss/custom.scss */
  .client-stats {
    margin-bottom: 45px;
  }
  /* line 3913, templates/g5_hydrogen/custom/scss/custom.scss */
  .client-stats .contain-me {
    padding-bottom: 15px;
  }
  /* line 3915, templates/g5_hydrogen/custom/scss/custom.scss */
  .client-stats .contain-me .statsul li {
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 3918, templates/g5_hydrogen/custom/scss/custom.scss */
  .client-stats .contain-me .statsul li h5 {
    margin-bottom: 0px;
  }
  /* line 3922, templates/g5_hydrogen/custom/scss/custom.scss */
  .client-stats .contain-me .dropdownbuttons {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  /* line 3929, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 3930, templates/g5_hydrogen/custom/scss/custom.scss */
  .expertise-list .itemContainer .contain-me {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 3933, templates/g5_hydrogen/custom/scss/custom.scss */
  .expertise-list .itemContainer .contain-me .expertise-text {
    padding-left: 0px;
    width: 100%;
    padding-top: 45px;
    padding-bottom: 0px;
  }
  /* line 3939, templates/g5_hydrogen/custom/scss/custom.scss */
  .expertise-list .itemContainer .contain-me .expertise-text-left {
    display: block;
  }
  /* line 3942, templates/g5_hydrogen/custom/scss/custom.scss */
  .expertise-list .itemContainer .contain-me .expertise-text-right {
    display: none;
  }
  /* line 3945, templates/g5_hydrogen/custom/scss/custom.scss */
  .expertise-list .itemContainer .contain-me .expertise-img {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  /* line 3953, templates/g5_hydrogen/custom/scss/custom.scss */
  .contain-me {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 3956, templates/g5_hydrogen/custom/scss/custom.scss */
  .contain-me.contain-me-no-top {
    padding-top: 0px;
  }
  /* line 3959, templates/g5_hydrogen/custom/scss/custom.scss */
  .contain-me.contain-me-no-bottom {
    padding-bottom: 0px;
  }
  /* line 3965, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-newsletter {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 3968, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 3969, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-newsletter .divwrap .divleft {
    padding-right: 0px !important;
    width: 100%;
    text-align: center;
    padding-bottom: 15px !important;
  }
  /* line 3974, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-newsletter .divwrap .divleft .newsletter-left-wrap {
    padding-top: 0px !important;
  }
  /* line 3976, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-newsletter .divwrap .divleft .newsletter-left-wrap img {
    display: none;
  }
  /* line 3981, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-newsletter .divwrap .divright {
    width: 100%;
    padding-left: 0px !important;
  }
  /* line 3986, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 3987, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-newsletter form .acymailing_form .onefield {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
  }
  /* line 3993, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-newsletter form .acymailing_form .acysubbuttons {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 4001, templates/g5_hydrogen/custom/scss/custom.scss */
  .news-list, .careers-list {
    margin-top: 15px;
    margin-bottom: 15px;
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
  /* line 4007, templates/g5_hydrogen/custom/scss/custom.scss */
  .news-list #itemListLeading .itemContainer, .careers-list #itemListLeading .itemContainer {
    padding: 10px;
  }
  /* line 4009, templates/g5_hydrogen/custom/scss/custom.scss */
  .news-list #itemListLeading .itemContainer .catItemView, .careers-list #itemListLeading .itemContainer .catItemView {
    margin-bottom: 0px;
  }
  /* line 4011, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4012, templates/g5_hydrogen/custom/scss/custom.scss */
  .news-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .news-img, .careers-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .news-img, .news-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-item .news-img, .careers-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-item .news-img, .news-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .careers-img, .careers-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .careers-img, .news-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-item .careers-img, .careers-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-item .careers-img {
    position: relative;
    width: 100%;
  }
  /* line 4015, templates/g5_hydrogen/custom/scss/custom.scss */
  .news-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .news-img .catItemImage img, .careers-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .news-img .catItemImage img, .news-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-item .news-img .catItemImage img, .careers-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-item .news-img .catItemImage img, .news-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .careers-img .catItemImage img, .careers-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .careers-img .catItemImage img, .news-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-item .careers-img .catItemImage img, .careers-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-item .careers-img .catItemImage img {
    height: 200px;
    position: relative;
  }
  /* line 4020, templates/g5_hydrogen/custom/scss/custom.scss */
  .news-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .news-text, .careers-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .news-text, .news-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-item .news-text, .careers-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-item .news-text, .news-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .careers-text, .careers-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .careers-text, .news-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-item .careers-text, .careers-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-item .careers-text {
    width: 100%;
    margin-left: 0px;
    padding: 15px;
  }
  /* line 4030, templates/g5_hydrogen/custom/scss/custom.scss */
  .news-item-full, .careers-item-full {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
    padding-bottom: 15px;
  }
  /* line 4037, templates/g5_hydrogen/custom/scss/custom.scss */
  .who-are-we {
    width: 100%;
  }
  /* line 4041, templates/g5_hydrogen/custom/scss/custom.scss */
  .our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* line 4047, templates/g5_hydrogen/custom/scss/custom.scss */
  .pagination {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  /* line 4050, templates/g5_hydrogen/custom/scss/custom.scss */
  .pagination ul {
    text-align: center;
  }
  /* line 4052, templates/g5_hydrogen/custom/scss/custom.scss */
  .pagination ul li {
    display: none;
  }
  /* line 4055, templates/g5_hydrogen/custom/scss/custom.scss */
  .pagination ul .pagination-prev, .pagination ul .pagination-next {
    display: inline-block;
  }
  /* line 4061, templates/g5_hydrogen/custom/scss/custom.scss */
  .right-sidebar-wrap {
    width: 100%;
    padding-left: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  /* line 4066, templates/g5_hydrogen/custom/scss/custom.scss */
  .right-sidebar-wrap .right-sidebar {
    padding: 15px;
    padding-bottom: 0px;
  }
  /* line 4073, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-footer .g-container .g-content ul li {
    width: 100%;
    height: 300px;
  }
  /* line 4078, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4079, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-copyright .g-container .g-branding {
    text-align: center;
  }
  /* line 4082, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-copyright .g-container .privacy-policy {
    padding-top: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  /* line 4090, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4091, templates/g5_hydrogen/custom/scss/custom.scss */
  .team-members h3 {
    font-size: 22px;
  }
  /* line 4094, templates/g5_hydrogen/custom/scss/custom.scss */
  .team-members h5 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* line 4101, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4102, templates/g5_hydrogen/custom/scss/custom.scss */
  .featured-expertise ul {
    width: 50%;
    margin-bottom: 0px;
  }
  /* line 4105, templates/g5_hydrogen/custom/scss/custom.scss */
  .featured-expertise ul .item0 {
    height: 500px;
  }
  /* line 4108, templates/g5_hydrogen/custom/scss/custom.scss */
  .featured-expertise ul .item1 {
    height: 300px;
  }
  /* line 4111, templates/g5_hydrogen/custom/scss/custom.scss */
  .featured-expertise ul .item2 {
    height: 200px;
  }
  /* line 4115, templates/g5_hydrogen/custom/scss/custom.scss */
  .featured-expertise .expertiseul3 {
    margin-top: 0px;
    width: 100%;
  }
  /* line 4120, templates/g5_hydrogen/custom/scss/custom.scss */
  .our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member {
    width: 33.33%;
  }
  /* line 4123, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4124, templates/g5_hydrogen/custom/scss/custom.scss */
  .team-members h3 {
    font-size: 22px;
  }
  /* line 4127, templates/g5_hydrogen/custom/scss/custom.scss */
  .team-members h5 {
    font-size: 18px;
  }
  /* line 4132, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-footer .g-container .g-content ul li {
    width: 50%;
    height: 300px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* line 4140, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4141, templates/g5_hydrogen/custom/scss/custom.scss */
  .featured-expertise ul {
    width: 50%;
    margin-bottom: 0px;
  }
  /* line 4144, templates/g5_hydrogen/custom/scss/custom.scss */
  .featured-expertise ul .item0 {
    height: 500px;
  }
  /* line 4147, templates/g5_hydrogen/custom/scss/custom.scss */
  .featured-expertise ul .item1 {
    height: 300px;
  }
  /* line 4150, templates/g5_hydrogen/custom/scss/custom.scss */
  .featured-expertise ul .item2 {
    height: 200px;
  }
  /* line 4154, templates/g5_hydrogen/custom/scss/custom.scss */
  .featured-expertise .expertiseul3 {
    margin-top: 0px;
    width: 100%;
  }
  /* line 4160, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.expertise-section #g-content .three-col-list li {
    width: 50%;
  }
  /* line 4164, templates/g5_hydrogen/custom/scss/custom.scss */
  .news-item-full, .careers-item-full, .who-are-we {
    width: 55%;
  }
  /* line 4168, templates/g5_hydrogen/custom/scss/custom.scss */
  .news-list, .careers-list {
    width: 55%;
  }
  /* line 4170, templates/g5_hydrogen/custom/scss/custom.scss */
  .news-list #itemListLeading .itemContainer, .careers-list #itemListLeading .itemContainer {
    margin-bottom: 30px;
  }
  /* line 4172, templates/g5_hydrogen/custom/scss/custom.scss */
  .news-list #itemListLeading .itemContainer .catItemView, .careers-list #itemListLeading .itemContainer .catItemView {
    margin-bottom: 0px;
  }
  /* line 4174, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4175, templates/g5_hydrogen/custom/scss/custom.scss */
  .news-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .news-img, .careers-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .news-img, .news-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-item .news-img, .careers-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-item .news-img, .news-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .careers-img, .careers-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .careers-img, .news-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-item .careers-img, .careers-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-item .careers-img {
    position: relative;
    width: 100%;
  }
  /* line 4178, templates/g5_hydrogen/custom/scss/custom.scss */
  .news-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .news-img .catItemImage img, .careers-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .news-img .catItemImage img, .news-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-item .news-img .catItemImage img, .careers-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-item .news-img .catItemImage img, .news-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .careers-img .catItemImage img, .careers-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .careers-img .catItemImage img, .news-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-item .careers-img .catItemImage img, .careers-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-item .careers-img .catItemImage img {
    height: 200px;
    position: relative;
  }
  /* line 4183, templates/g5_hydrogen/custom/scss/custom.scss */
  .news-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .news-text, .careers-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .news-text, .news-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-item .news-text, .careers-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-item .news-text, .news-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .careers-text, .careers-list #itemListLeading .itemContainer .catItemView .catItemBody .news-item .careers-text, .news-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-item .careers-text, .careers-list #itemListLeading .itemContainer .catItemView .catItemBody .careers-item .careers-text {
    width: 100%;
    margin-left: 0px;
    padding: 15px;
  }
  /* line 4193, templates/g5_hydrogen/custom/scss/custom.scss */
  .right-sidebar-wrap {
    width: 45%;
  }
  /* line 4198, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4199, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4200, templates/g5_hydrogen/custom/scss/custom.scss */
  .hel1um-page #g-features .contain-me, .life-page #g-features .contain-me {
    padding-bottom: 15px;
  }
  /* line 4203, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4204, templates/g5_hydrogen/custom/scss/custom.scss */
  .hel1um-page #g-features .features ul li, .life-page #g-features .features ul li {
    width: 33.33%;
    padding-bottom: 45px;
  }
  /* line 4212, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4213, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-newsletter .g-container {
    max-width: 600px;
  }
  /* line 4216, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-newsletter .divwrap {
    text-align: center;
  }
  /* line 4218, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-newsletter .divwrap .divleft {
    width: 100%;
    padding-right: 0px !important;
    padding-bottom: 15px !important;
  }
  /* line 4223, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-newsletter .divwrap .divright {
    padding-left: 0px !important;
    width: 100%;
  }
  /* line 4226, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4227, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-newsletter .divwrap .divright form .acymailing_form .onefield {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
  }
  /* line 4233, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-newsletter .divwrap .divright form .acymailing_form .acysubbuttons {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  /* line 4243, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4244, templates/g5_hydrogen/custom/scss/custom.scss */
  .behaviours-table td {
    display: block;
    width: 100% !important;
  }
  /* line 4247, templates/g5_hydrogen/custom/scss/custom.scss */
  .behaviours-table td h3 {
    margin-right: 0px !important;
  }
  /* line 4253, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4254, templates/g5_hydrogen/custom/scss/custom.scss */
  .expertise-list .expertiseContainer {
    width: 50%;
  }
  /* line 4259, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4260, templates/g5_hydrogen/custom/scss/custom.scss */
  .clients-list .clientContainer {
    width: 50%;
  }
  /* line 4265, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-hel1um-contact-form .formResponsive .formHorizontal .rsform-block {
    width: 50%;
  }
  /* line 4267, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-hel1um-contact-form .formResponsive .formHorizontal .rsform-block.rsform-block-send {
    width: 100%;
  }
  /* line 4269, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-hel1um-contact-form .formResponsive .formHorizontal .rsform-block.rsform-block-send .formControls {
    width: 50%;
  }
  /* line 4275, templates/g5_hydrogen/custom/scss/custom.scss */
  .our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member {
    width: 50%;
  }
  /* line 4279, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4280, templates/g5_hydrogen/custom/scss/custom.scss */
  .team-members h3 {
    font-size: 22px;
  }
  /* line 4283, templates/g5_hydrogen/custom/scss/custom.scss */
  .team-members h5 {
    font-size: 18px;
  }
  /* line 4288, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-footer .g-container .g-content ul li {
    width: 50%;
    text-align: center;
    height: 350px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  /* line 4296, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4297, templates/g5_hydrogen/custom/scss/custom.scss */
  .expertise-list .expertiseContainer {
    width: 50%;
  }
  /* line 4301, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4302, templates/g5_hydrogen/custom/scss/custom.scss */
  .clients-list .clientContainer {
    width: 33.33%;
  }
  /* line 4307, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.landing-page #g-content .leftimg img, .com_k2.view-item.landing-page #g-content .rightimg img {
    max-width: 400px;
  }
  /* line 4311, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4312, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.expertise-section #g-content .comment .comment-image {
    width: 35%;
    padding: 30px 0px;
  }
  /* line 4316, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.expertise-section #g-content .comment .comment-bubble {
    width: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  /* line 4324, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.landing-page #g-content .leftimg img, .com_k2.view-item.landing-page #g-content .rightimg img {
    max-width: 300px;
  }
  /* line 4328, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4329, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.expertise-section #g-content .comment .comment-image {
    width: 35%;
    padding: 30px 0px;
  }
  /* line 4333, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.expertise-section #g-content .comment .comment-bubble {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 4340, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4341, templates/g5_hydrogen/custom/scss/custom.scss */
  .divwrap .divleft {
    width: 100%;
    padding-right: 0px !important;
  }
  /* line 4345, templates/g5_hydrogen/custom/scss/custom.scss */
  .divwrap .divright {
    width: 100%;
    padding-left: 0px !important;
  }
  /* line 4350, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4351, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.landing-page #g-content .leftimg, .com_k2.view-item.landing-page #g-content .rightimg {
    margin: 0px auto 50px;
  }
  /* line 4353, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.landing-page #g-content .leftimg .divleft, .com_k2.view-item.landing-page #g-content .rightimg .divleft, .com_k2.view-item.landing-page #g-content .leftimg .divright, .com_k2.view-item.landing-page #g-content .rightimg .divright {
    width: 100%;
    display: block;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* line 4358, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.landing-page #g-content .leftimg .divleft img, .com_k2.view-item.landing-page #g-content .rightimg .divleft img, .com_k2.view-item.landing-page #g-content .leftimg .divright img, .com_k2.view-item.landing-page #g-content .rightimg .divright img {
    margin: 0px auto 0px;
  }
  /* line 4363, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4364, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.landing-page #g-content .leftimg .divleft {
    display: none;
  }
  /* line 4369, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.expertise-section #g-content .three-col-list li {
    width: 100%;
  }
  /* line 4373, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4374, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.expertise-section #g-content .comment .comment-image {
    width: 100%;
  }
  /* line 4377, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.expertise-section #g-content .comment .comment-bubble {
    width: 100%;
  }
  /* line 4379, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.expertise-section #g-content .comment .comment-bubble:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -8px;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-right-color: #ddd;
    border-left: 0;
    margin-top: -16px;
    margin-left: -16px;
    transform: rotate(90deg);
  }
  /* line 4393, templates/g5_hydrogen/custom/scss/custom.scss */
  .com_k2.view-item.expertise-section #g-content .comment .comment-bubble:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-right-color: #fff;
    border-left: 0;
    margin-top: -23px;
    margin-left: -18px;
    transform: rotate(90deg);
  }
}
@media only screen and (min-width: 660px) and (max-width: 767px) {
  /* line 4413, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4414, templates/g5_hydrogen/custom/scss/custom.scss */
  .news-list .itemContainer {
    width: 50%;
  }
  /* line 4419, templates/g5_hydrogen/custom/scss/custom.scss */
  .expertise-list .expertiseContainer {
    width: 50% !important;
  }
  /* line 4423, templates/g5_hydrogen/custom/scss/custom.scss */
  .clients-list .clientContainer {
    width: 50% !important;
  }
  /* line 4427, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-hel1um-contact-form .formResponsive .formHorizontal .rsform-block {
    width: 50%;
  }
  /* line 4429, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-hel1um-contact-form .formResponsive .formHorizontal .rsform-block.rsform-block-send {
    width: 100%;
  }
  /* line 4431, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-hel1um-contact-form .formResponsive .formHorizontal .rsform-block.rsform-block-send .formControls {
    width: 50%;
  }
  /* line 4438, templates/g5_hydrogen/custom/scss/custom.scss */
  .our-team .contain-me .k2ItemsBlock.salesteam .team-members .team-member, .our-team .contain-me .k2ItemsBlock.backendteam .team-members .team-member {
    width: 100%;
  }
  /* line 4442, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4443, templates/g5_hydrogen/custom/scss/custom.scss */
  .team-members h3 {
    font-size: 22px;
  }
  /* line 4446, templates/g5_hydrogen/custom/scss/custom.scss */
  .team-members h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 659px) {
  /* line 4453, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4454, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4455, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4456, templates/g5_hydrogen/custom/scss/custom.scss */
  body .expertise-list .itemContainer .contain-me .expertise-img {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  /* line 4463, templates/g5_hydrogen/custom/scss/custom.scss */
  body .expertise-list .expertiseContainer {
    width: 100% !important;
  }
  /* line 4466, templates/g5_hydrogen/custom/scss/custom.scss */
  body .clients-list .clientContainer {
    width: 100% !important;
  }
  /* line 4471, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-hel1um-contact-form {
    padding-top: 30px;
  }
  /* line 4473, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-hel1um-contact-form .formResponsive .formHorizontal .rsform-block {
    width: 100%;
  }
  /* line 4475, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-hel1um-contact-form .formResponsive .formHorizontal .rsform-block.rsform-block-send {
    width: 100%;
  }
  /* line 4477, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-hel1um-contact-form .formResponsive .formHorizontal .rsform-block.rsform-block-send .formControls {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  /* line 4487, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header:after {
    font-size: 15px;
  }
  /* line 4490, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4491, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4492, templates/g5_hydrogen/custom/scss/custom.scss */
  /* line 4493, templates/g5_hydrogen/custom/scss/custom.scss */
  .hel1um-page #g-features .features ul li, .life-page #g-features .features ul li {
    width: 100%;
  }
}
@media only screen and (max-height: 600px) {
  /* line 4502, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header .page-menu .g-content .g-dropdown {
    padding-top: 0px;
  }
  /* line 4505, templates/g5_hydrogen/custom/scss/custom.scss */
  body #g-header .page-menu .g-content .g-dropdown .g-dropdown-column .g-menu-item-container .g-menu-item-container {
    padding: 5px 15px;
    font-size: 30px;
  }
}
/* line 4513, templates/g5_hydrogen/custom/scss/custom.scss */
/* line 4514, templates/g5_hydrogen/custom/scss/custom.scss */
body.covid #k2Container {
  background: #fff;
}
/* line 4516, templates/g5_hydrogen/custom/scss/custom.scss */
body.covid #k2Container .itemFullText {
  max-width: 800px;
  margin: 0px auto;
  color: #000;
  font-size: 23px;
}
/* line 4521, templates/g5_hydrogen/custom/scss/custom.scss */
body.covid #k2Container .itemFullText p {
  color: #000;
  font-size: 23px;
}
/* line 4525, templates/g5_hydrogen/custom/scss/custom.scss */
body.covid #k2Container .itemFullText strong {
  color: #000;
}
/* line 4528, templates/g5_hydrogen/custom/scss/custom.scss */
body.covid #k2Container .itemFullText ul {
  font-size: 20px;
}
/* line 4530, templates/g5_hydrogen/custom/scss/custom.scss */
body.covid #k2Container .itemFullText ul p {
  font-size: 20px;
  margin: 0px;
  margin-bottom: 5px;
}
/* line 4538, templates/g5_hydrogen/custom/scss/custom.scss */
body.covid .covidbanner {
  display: none !important;
}
/* line 4543, templates/g5_hydrogen/custom/scss/custom.scss */
.covidbanner {
  position: fixed;
  top: 0px;
  z-index: 10000000;
  background: #00d800;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1000px) {
  /* line 4559, templates/g5_hydrogen/custom/scss/custom.scss */
  .covidbanner {
    top: auto;
    bottom: 0px;
    border-top: 2px solid #fff;
    width: 100%;
    padding-right: 90px;
    font-size: 16px;
  }
}
/* line 4567, templates/g5_hydrogen/custom/scss/custom.scss */
.covidbanner a {
  margin-left: 0px !important;
  padding: 10px 20px;
  display: inline-block;
  color: #fff !important;
}
/*# sourceMappingURL=custom_14.css.map */