/* 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
 */

/*
 // Heading Sizes
 $h1-font-size:					$core-font-size + 1.25 !default;
 $h2-font-size:					$core-font-size + 0.90 !default;
 $h3-font-size:					$core-font-size + 0.50 !default;
 $h4-font-size:					$core-font-size + 0.15 !default;
 $h5-font-size:					$core-font-size !default;
 $h6-font-size:					$core-font-size - 0.15 !default;
 */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/mixins/_nav.scss */
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 9, media/gantry5/engines/nucleus/scss/nucleus/mixins/_utilities.scss */
/* line 1, templates/g5_hydrogen/scss/mixins/_nav.scss */
.g-main-nav .g-standard .g-dropdown {
  width: 180px;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-content {
  margin: 0.625rem;
  padding: 0.938rem;
}
/* line 6, media/gantry5/engines/nucleus/scss/nucleus/theme/_flex.scss */
.g-flushed .g-content {
  margin: 0;
  padding: 0;
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
body {
  font-size: 1rem;
  line-height: 1.5;
}
/* line 8, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h1 {
  font-size: 2.25rem;
}
/* line 12, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h2 {
  font-size: 1.9rem;
}
/* line 16, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h3 {
  font-size: 1.5rem;
}
/* line 20, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h4 {
  font-size: 1.15rem;
}
/* line 24, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h5 {
  font-size: 1rem;
}
/* line 28, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
h6 {
  font-size: 0.85rem;
}
/* line 33, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
small {
  font-size: 0.875rem;
}
/* line 37, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
cite {
  font-size: 0.875rem;
}
/* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
sub, sup {
  font-size: 0.75rem;
}
/* line 46, media/gantry5/engines/nucleus/scss/nucleus/theme/_typography.scss */
code, kbd, pre, samp {
  font-size: 1rem;
  font-family: "Menlo", "Monaco", monospace;
}
/* line 1, media/gantry5/engines/nucleus/scss/nucleus/theme/_forms.scss */
textarea, select[multiple=multiple], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]) {
  border-radius: 0.1875rem;
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_core.scss */
body {
  color: #666;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 8, templates/g5_hydrogen/scss/hydrogen/_core.scss */
#g-page-surround {
  background: #fff;
}
@media print {
  /* line 13, templates/g5_hydrogen/scss/hydrogen/_core.scss */
  #g-page-surround {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 19, templates/g5_hydrogen/scss/hydrogen/_core.scss */
a {
  color: #439a86;
}
/* line 21, templates/g5_hydrogen/scss/hydrogen/_core.scss */
a:hover {
  color: #4d4d4d;
}
/* line 26, templates/g5_hydrogen/scss/hydrogen/_core.scss */
h1, h2, h3, h4, h5, h6, strong {
  color: #4d4d4d;
}
/* line 30, templates/g5_hydrogen/scss/hydrogen/_core.scss */
.button {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 0.1875rem;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  background: #439a86;
  color: #fff;
  border: 0;
  line-height: 1.5;
  font-size: 1rem;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  transition: background 0.1s;
}
/* line 44, templates/g5_hydrogen/scss/hydrogen/_core.scss */
.button:hover {
  background: #4bac95;
  color: #fff;
}
/* line 49, templates/g5_hydrogen/scss/hydrogen/_core.scss */
.button:active, .button:focus {
  background: #3b8877;
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  outline: 0;
}
/* line 56, templates/g5_hydrogen/scss/hydrogen/_core.scss */
.button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
/* line 60, templates/g5_hydrogen/scss/hydrogen/_core.scss */
.button:disabled:hover {
  background: #439a86;
}
/* line 66, templates/g5_hydrogen/scss/hydrogen/_core.scss */
.gantry-logo {
  display: inline-block;
}
@media only all and (max-width: 47.938rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .gantry-logo {
    display: block;
    text-align: center;
  }
}
/* line 72, templates/g5_hydrogen/scss/hydrogen/_core.scss */
.gantry-logo img {
  width: 150px;
}
/* line 77, templates/g5_hydrogen/scss/hydrogen/_core.scss */
.logo-large {
  display: inline-block;
}
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot#iefix') format("embedded-opentype"), url('../../fonts/roboto_regular_macroman/Roboto-Regular-webfont.woff2') format("woff2"), url('../../fonts/roboto_regular_macroman/Roboto-Regular-webfont.woff') format("woff"), url('../../fonts/roboto_regular_macroman/Roboto-Regular-webfont.ttf') format("truetype"), url('../../fonts/roboto_regular_macroman/Roboto-Regular-webfont.svg#roboto') format("svg");
}
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/roboto_medium_macroman/Roboto-Medium-webfont.eot#iefix') format("embedded-opentype"), url('../../fonts/roboto_medium_macroman/Roboto-Medium-webfont.woff2') format("woff2"), url('../../fonts/roboto_medium_macroman/Roboto-Medium-webfont.woff') format("woff"), url('../../fonts/roboto_medium_macroman/Roboto-Medium-webfont.ttf') format("truetype"), url('../../fonts/roboto_medium_macroman/Roboto-Medium-webfont.svg#roboto') format("svg");
}
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/roboto_bold_macroman/Roboto-Bold-webfont.eot#iefix') format("embedded-opentype"), url('../../fonts/roboto_bold_macroman/Roboto-Bold-webfont.woff2') format("woff2"), url('../../fonts/roboto_bold_macroman/Roboto-Bold-webfont.woff') format("woff"), url('../../fonts/roboto_bold_macroman/Roboto-Bold-webfont.ttf') format("truetype"), url('../../fonts/roboto_bold_macroman/Roboto-Bold-webfont.svg#roboto') format("svg");
}
/* line 5, templates/g5_hydrogen/scss/hydrogen/_typography.scss */
body {
  font-family: "roboto", sans-serif;
  font-weight: 400;
}
/* line 15, templates/g5_hydrogen/scss/hydrogen/_typography.scss */
bold, strong {
  font-weight: 700;
}
/* line 19, templates/g5_hydrogen/scss/hydrogen/_typography.scss */
.button {
  font-weight: 500;
}
/* line 24, templates/g5_hydrogen/scss/hydrogen/_typography.scss */
blockquote {
  border-left: 10px solid #f0f2f4;
}
/* line 26, templates/g5_hydrogen/scss/hydrogen/_typography.scss */
blockquote p {
  font-size: 1.1rem;
  color: #999;
}
/* line 30, templates/g5_hydrogen/scss/hydrogen/_typography.scss */
blockquote cite {
  display: block;
  text-align: right;
  color: #666;
  font-size: 1.2rem;
}
/* line 39, templates/g5_hydrogen/scss/hydrogen/_typography.scss */
code {
  background: #f9f2f4;
  color: #9c1d3d;
}
/* line 44, templates/g5_hydrogen/scss/hydrogen/_typography.scss */
pre {
  padding: 1rem;
  margin: 2rem 0;
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 0.1875rem;
  line-height: 1.15;
  font-size: 0.9rem;
}
/* line 53, templates/g5_hydrogen/scss/hydrogen/_typography.scss */
pre code {
  color: #237794;
  background: inherit;
  font-size: 0.9rem;
}
/* line 61, templates/g5_hydrogen/scss/hydrogen/_typography.scss */
hr {
  border-bottom: 4px solid #f0f2f4;
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
#g-navigation {
  background: #439a86;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
/* line 8, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
#g-navigation .g-container {
  position: relative;
}
/* line 12, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
#g-navigation a {
  color: #c4e5de;
}
/* line 14, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
#g-navigation a:hover {
  color: #fff;
}
/* line 19, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 20, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
#g-navigation .g-social a {
  background: #3a8573;
  border: none;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
/* line 26, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
#g-navigation .g-social a:hover {
  background: #4caf99;
}
/* line 32, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
#g-navigation .g-main-nav {
  margin: -1.563rem;
}
/* line 8, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-main-nav h1, #g-navigation .g-main-nav h2, #g-navigation .g-main-nav h3, #g-navigation .g-main-nav h4, #g-navigation .g-main-nav h5, #g-navigation .g-main-nav h6, #g-navigation .g-main-nav strong {
  color: #fff;
}
/* line 12, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 13, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 17, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 18, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 26, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #fff;
}
/* line 29, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #666;
}
/* line 33, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected {
  background: #3a8573;
}
/* line 36, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected > .g-menu-item-container {
  color: #fff;
}
/* line 45, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-dropdown {
  background: #3a8573;
}
/* line 49, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 50, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 51, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #fff;
}
/* line 55, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 56, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-navigation .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #347667;
}
/* line 35, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
#g-navigation .g-main-nav .g-toplevel {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
/* line 66, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 67, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 68, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 69, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 70, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 71, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #4caf99;
  background: #3d8c7a;
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
/* line 74, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #377e6d;
}
/* line 80, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
  text-align: center;
}
/* line 86, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 87, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 88, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 89, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-menu-hastouch .g-toplevel > li.active.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  color: #fff;
}
/* line 98, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 99, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 100, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 101, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 102, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 103, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, #g-navigation .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #4caf99;
  background: #3d8c7a;
  border-radius: 0.1875rem;
  padding: 0.1rem;
  margin-top: -0.1rem;
  margin-right: -0.1rem;
}
/* line 106, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover, #g-navigation .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #377e6d;
}
/* line 113, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-navigation .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after, #g-navigation .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
  text-align: center;
}
/* line 45, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 46, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
#g-navigation .search input {
  color: #666;
}
/* line 52, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 53, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 54, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 58, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
.g-main-nav .g-toplevel {
  font-weight: 500;
}
/* line 60, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 62, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  text-decoration: none;
  padding: 1.2rem 0.938rem;
}
/* line 67, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 68, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  line-height: normal;
}
/* line 74, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
.g-main-nav .g-toplevel i {
  opacity: 0.6;
}
/* line 79, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
.g-main-nav .g-dropdown {
  text-align: left;
}
/* line 82, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
.dir-rtl .g-main-nav .g-dropdown {
  text-align: right;
}
/* line 87, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 88, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 89, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding: 0.7815rem 1rem;
}
/* line 96, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 97, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 98, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
#g-navigation .align-left .g-toplevel, #g-header .align-left .g-toplevel {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
/* line 104, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
/* line 105, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
#g-navigation .align-right .g-toplevel, #g-header .align-right .g-toplevel {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
/* line 113, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
.g-menu-item-subtitle {
  opacity: 0.7;
}
/* line 118, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
.g-nav-overlay, .g-menu-overlay {
  background: rgba(0, 0, 0, 0.4);
}
@media print {
  /* line 123, templates/g5_hydrogen/scss/hydrogen/_nav.scss */
  #g-navigation {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas {
  background: #354d59;
  width: 17rem;
  color: #fff;
}
/* line 5, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas a {
  color: #b8cbd5;
}
/* line 7, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas a:hover {
  color: #fff;
}
/* line 12, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas h1, #g-offcanvas h2, #g-offcanvas h3, #g-offcanvas h4, #g-offcanvas h5, #g-offcanvas h6, #g-offcanvas strong {
  color: #fff;
}
/* line 16, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas .button {
  background: #8f4dae;
  color: #fff;
}
/* line 19, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas .button:hover {
  background: #9b5db7;
}
/* line 22, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas .button:active {
  background: #80459c;
}
/* line 28, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
.g-offcanvas-toggle {
  font-size: 1.5rem;
  color: #fff;
  display: none;
}
@media only all and (max-width: 48rem) {
  /* line 33, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
  .g-offcanvas-toggle {
    display: block;
  }
}
/* line 42, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 43, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 44, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul {
  background: #354d59;
}
/* line 46, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 47, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
  color: #fff;
}
/* line 50, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 51, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #3d8c7a;
}
/* line 54, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #fff;
}
/* line 59, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 60, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 61, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #4caf99;
  background: #3d8c7a;
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
/* line 64, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #377e6d;
}
/* line 74, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-offcanvas #g-mobilemenu-container ul .g-dropdown-column {
  width: 17rem;
}
/* line 81, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
#g-mobilemenu-container {
  margin: -1.563rem;
}
@media print {
  /* line 86, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
  #g-offcanvas {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 92, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 93, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 94, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
.g-offcanvas-open .g-offcanvas-left #g-page-surround {
  left: 17rem;
}
/* line 99, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
/* line 100, templates/g5_hydrogen/scss/hydrogen/_offcanvas.scss */
.g-offcanvas-open .g-offcanvas-right #g-page-surround {
  right: 17rem;
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_header.scss */
#g-header {
  color: #fff;
  position: relative;
  z-index: 3;
}
/* line 3, templates/g5_hydrogen/scss/hydrogen/_header.scss */
#g-header .g-content {
  margin: 0;
  padding: 0;
}
/* line 14, templates/g5_hydrogen/scss/hydrogen/_header.scss */
#g-header .g-container {
  border-top: #eee thin solid;
  border-width: 2px;
  padding-top: 5px;
  margin-top: 5px;
}
/* line 23, templates/g5_hydrogen/scss/hydrogen/_header.scss */
/* line 24, templates/g5_hydrogen/scss/hydrogen/_header.scss */
/* line 25, templates/g5_hydrogen/scss/hydrogen/_header.scss */
/* line 26, templates/g5_hydrogen/scss/hydrogen/_header.scss */
#g-header .logo div a img {
  width: 100%;
}
/* line 38, templates/g5_hydrogen/scss/hydrogen/_header.scss */
#g-header a {
  color: #99dece;
}
/* line 40, templates/g5_hydrogen/scss/hydrogen/_header.scss */
#g-header a:hover {
  color: #fff;
}
/* line 45, templates/g5_hydrogen/scss/hydrogen/_header.scss */
#g-header .g-main-nav {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 15px;
}
/* line 49, templates/g5_hydrogen/scss/hydrogen/_header.scss */
#g-header .g-main-nav li {
  border-radius: 3px;
}
/* line 51, templates/g5_hydrogen/scss/hydrogen/_header.scss */
#g-header .g-main-nav li a {
  margin: 3px;
  padding: 3px;
  border-radius: 3px;
}
/* line 8, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-main-nav h1, #g-header .g-main-nav h2, #g-header .g-main-nav h3, #g-header .g-main-nav h4, #g-header .g-main-nav h5, #g-header .g-main-nav h6, #g-header .g-main-nav strong {
  color: #fff;
}
/* line 12, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 13, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 17, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 18, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 26, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #fff;
}
/* line 29, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #666;
}
/* line 33, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected {
  background: #226a59;
}
/* line 36, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active.g-selected > .g-menu-item-container {
  color: #fff;
}
/* line 45, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-dropdown {
  background: #226a59;
}
/* line 49, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 50, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 51, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-sublevel > li > .g-menu-item-container {
  color: #fff;
}
/* line 55, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 56, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-header .g-main-nav .g-sublevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #1d5b4c;
}
/* line 63, templates/g5_hydrogen/scss/hydrogen/_header.scss */
#g-header .g-main-nav .g-toplevel {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
}
/* line 66, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 67, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 68, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 69, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 70, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 71, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #329881;
  background: #257260;
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
/* line 74, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #206253;
}
/* line 80, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-menu-hastouch .g-toplevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
  text-align: center;
}
/* line 86, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 87, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 88, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 89, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-menu-hastouch .g-toplevel > li.active.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  color: #fff;
}
/* line 98, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 99, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 100, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 101, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 102, templates/g5_hydrogen/scss/mixins/_nav.scss */
/* line 103, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator, #g-header .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: 1px solid #329881;
  background: #257260;
  border-radius: 0.1875rem;
  padding: 0.1rem;
  margin-top: -0.1rem;
  margin-right: -0.1rem;
}
/* line 106, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover, #g-header .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
  background: #206253;
}
/* line 113, templates/g5_hydrogen/scss/mixins/_nav.scss */
#g-header .g-menu-hastouch .g-standard .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after, #g-header .g-fullwidth .g-sublevel > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:after {
  text-align: center;
}
/* line 71, templates/g5_hydrogen/scss/hydrogen/_header.scss */
/* line 72, templates/g5_hydrogen/scss/hydrogen/_header.scss */
#g-header .search input {
  color: #666;
}
@media print {
  /* line 79, templates/g5_hydrogen/scss/hydrogen/_header.scss */
  #g-header {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase {
  padding: 1.5rem 0;
  background-color: #354d59;
  color: #fff;
}
/* line 9, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase a {
  color: #b8cbd5;
}
/* line 11, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase a:hover {
  color: #fff;
}
/* line 16, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase h1, #g-showcase h2, #g-showcase h3, #g-showcase h4, #g-showcase h5, #g-showcase h6, #g-showcase strong {
  color: #fff;
}
/* line 20, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .button {
  background: #8f4dae;
  color: #fff;
}
/* line 23, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .button:hover {
  background: #9b5db7;
}
/* line 26, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .button:active {
  background: #80459c;
}
/* line 31, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
/* line 32, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-social a {
  background: #2a3c46;
  border: none;
  color: #fff;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
/* line 37, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
#g-showcase .g-social a:hover {
  background: #405e6c;
}
@media print {
  /* line 45, templates/g5_hydrogen/scss/hydrogen/_showcase.scss */
  #g-showcase {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_feature.scss */
#g-feature {
  padding: 1.5rem 0;
  background: #fff;
  color: #666;
}
@media print {
  /* line 8, templates/g5_hydrogen/scss/hydrogen/_feature.scss */
  #g-feature {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
#g-subfeature {
  padding: 1.5rem 0;
  background: #f0f0f0;
  color: #666;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media print {
  /* line 10, templates/g5_hydrogen/scss/hydrogen/_subfeature.scss */
  #g-subfeature {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-page-surround {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
/* line 5, templates/g5_hydrogen/scss/hydrogen/_main.scss */
#g-main {
  padding: 1.5rem 0;
  background: #fff;
  color: #666;
}
@media print {
  /* line 12, templates/g5_hydrogen/scss/hydrogen/_main.scss */
  #g-main {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_sidebar.scss */
#g-sidebar, #g-aside {
  padding: 1.5rem 0;
  padding-top: 0;
  color: #666;
}
@media print {
  /* line 9, templates/g5_hydrogen/scss/hydrogen/_sidebar.scss */
  #g-sidebar {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
#g-footer {
  background: #fff;
  color: #666;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media only all and (max-width: 47.938rem) {
  #g-footer {
    text-align: center;
  }
}
@media print {
  /* line 11, templates/g5_hydrogen/scss/hydrogen/_footer.scss */
  #g-footer {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 2, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 3, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 4, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 5, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.flush .g-container > .g-grid > .g-block > .g-content {
  margin: 0;
  padding: 0;
}
/* line 14, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 15, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.moduletable[class*="box"], .widget[class*="box"], .moduletable[class*="shadow"], .widget[class*="shadow"] {
  padding: 0.938rem;
  margin: 0.625rem;
}
/* line 21, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 22, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box1.moduletable, .box1.widget, .box1.g-outer-box, .box1 > .g-content {
  background: #fff;
}
/* line 25, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 26, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box1.moduletable, .box1.widget, .box1 > .g-content, .box1.moduletable h1, .box1.widget h1, .box1 > .g-content h1, .box1.moduletable h2, .box1.widget h2, .box1 > .g-content h2, .box1.moduletable h3, .box1.widget h3, .box1 > .g-content h3, .box1.moduletable h4, .box1.widget h4, .box1 > .g-content h4, .box1.moduletable h5, .box1.widget h5, .box1 > .g-content h5, .box1.moduletable h6, .box1.widget h6, .box1 > .g-content h6, .box1.moduletable strong, .box1.widget strong, .box1 > .g-content strong, .box1.moduletable i, .box1.widget i, .box1 > .g-content i {
  color: #595959;
}
/* line 32, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 33, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box2.moduletable, .box2.widget, .box2.g-outer-box, .box2 > .g-content {
  background: #e0e0e0;
}
/* line 36, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 37, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box2.moduletable, .box2.widget, .box2 > .g-content, .box2.moduletable h1, .box2.widget h1, .box2 > .g-content h1, .box2.moduletable h2, .box2.widget h2, .box2 > .g-content h2, .box2.moduletable h3, .box2.widget h3, .box2 > .g-content h3, .box2.moduletable h4, .box2.widget h4, .box2 > .g-content h4, .box2.moduletable h5, .box2.widget h5, .box2 > .g-content h5, .box2.moduletable h6, .box2.widget h6, .box2 > .g-content h6, .box2.moduletable strong, .box2.widget strong, .box2 > .g-content strong, .box2.moduletable i, .box2.widget i, .box2 > .g-content i {
  color: #6d6d6d;
}
/* line 43, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 44, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box3.moduletable, .box3.widget, .box3.g-outer-box, .box3 > .g-content {
  background: #439a86;
}
/* line 48, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 49, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box3.moduletable, .box3.widget, .box3 > .g-content, .box3.moduletable h1, .box3.widget h1, .box3 > .g-content h1, .box3.moduletable h2, .box3.widget h2, .box3 > .g-content h2, .box3.moduletable h3, .box3.widget h3, .box3 > .g-content h3, .box3.moduletable h4, .box3.widget h4, .box3 > .g-content h4, .box3.moduletable h5, .box3.widget h5, .box3 > .g-content h5, .box3.moduletable h6, .box3.widget h6, .box3 > .g-content h6, .box3.moduletable strong, .box3.widget strong, .box3 > .g-content strong, .box3.moduletable i, .box3.widget i, .box3 > .g-content i {
  color: #fff;
}
/* line 52, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box3.moduletable a, .box3.widget a, .box3 > .g-content a {
  color: #b2ded4;
}
/* line 54, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box3.moduletable a:hover, .box3.widget a:hover, .box3 > .g-content a:hover {
  color: #fff;
}
/* line 58, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box3.moduletable .button, .box3.widget .button, .box3 > .g-content .button {
  color: #fff;
  background: #59b7a1;
}
/* line 61, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box3.moduletable .button:hover, .box3.widget .button:hover, .box3 > .g-content .button:hover {
  background: #6bbfab;
}
/* line 68, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 69, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box4.moduletable, .box4.widget, .box4.g-outer-box, .box4 > .g-content {
  background: #8f4dae;
}
/* line 72, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 73, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box4.moduletable, .box4.widget, .box4 > .g-content, .box4.moduletable h1, .box4.widget h1, .box4 > .g-content h1, .box4.moduletable h2, .box4.widget h2, .box4 > .g-content h2, .box4.moduletable h3, .box4.widget h3, .box4 > .g-content h3, .box4.moduletable h4, .box4.widget h4, .box4 > .g-content h4, .box4.moduletable h5, .box4.widget h5, .box4 > .g-content h5, .box4.moduletable h6, .box4.widget h6, .box4 > .g-content h6, .box4.moduletable strong, .box4.widget strong, .box4 > .g-content strong, .box4.moduletable i, .box4.widget i, .box4 > .g-content i {
  color: #fff;
}
/* line 76, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box4.moduletable a, .box4.widget a, .box4 > .g-content a {
  color: #dcc7e6;
}
/* line 78, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box4.moduletable a:hover, .box4.widget a:hover, .box4 > .g-content a:hover {
  color: #fff;
}
/* line 82, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box4.moduletable .button, .box4.widget .button, .box4 > .g-content .button {
  color: #f2ebf6;
  background: #b080c7;
}
/* line 85, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.box4.moduletable .button:hover, .box4.widget .button:hover, .box4 > .g-content .button:hover {
  background: #a66fbf;
}
/* line 92, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 93, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.shadow.moduletable, .shadow.widget, .shadow.g-outer-box, .shadow > .g-content {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 98, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 99, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.shadow2.moduletable, .shadow2.widget, .shadow2.g-outer-box, .shadow2 > .g-content {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
/* line 104, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 105, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.disabled.moduletable, .disabled.widget, .disabled.g-outer-box, .disabled > .g-content {
  opacity: 0.4;
}
/* line 110, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 111, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.square.moduletable, .square.widget, .square.g-outer-box, .square > .g-content {
  border-radius: none;
}
/* line 116, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
/* line 117, templates/g5_hydrogen/scss/hydrogen/_variations.scss */
.rounded.moduletable, .rounded.widget, .rounded.g-outer-box, .rounded > .g-content {
  border-radius: 0.1875rem;
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_tables.scss */
table {
  border: 1px solid #eaeaea;
}
/* line 5, templates/g5_hydrogen/scss/hydrogen/_tables.scss */
th {
  background: #f7f7f7;
  padding: 0.5rem;
}
/* line 10, templates/g5_hydrogen/scss/hydrogen/_tables.scss */
td {
  padding: 0.5rem;
  border: 1px solid #eaeaea;
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_forms.scss */
textarea, select[multiple=multiple] {
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}
/* line 6, templates/g5_hydrogen/scss/hydrogen/_forms.scss */
textarea:hover, select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
/* line 10, templates/g5_hydrogen/scss/hydrogen/_forms.scss */
textarea:focus, select[multiple=multiple]:focus {
  border-color: #439a86;
}
/* line 15, templates/g5_hydrogen/scss/hydrogen/_forms.scss */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}
/* line 21, templates/g5_hydrogen/scss/hydrogen/_forms.scss */
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
  border-color: #c4c4c4;
}
/* line 25, templates/g5_hydrogen/scss/hydrogen/_forms.scss */
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
  border-color: #439a86;
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_social.scss */
/* line 2, templates/g5_hydrogen/scss/hydrogen/_social.scss */
.g-social a {
  display: inline-block;
  padding: 0.1rem 0.4rem;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 0.1875rem;
  margin-bottom: 4px;
  text-decoration: none;
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
.sample-content {
  text-align: center;
}
/* line 3, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
.sample-content .subtitle {
  text-transform: uppercase;
  font-size: 0.8rem;
  display: block;
  margin-top: -1.3rem;
}
/* line 9, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
.sample-content .sample-icons {
  font-size: 5rem;
  color: #439a86;
  opacity: 0.6;
}
/* line 14, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
.sample-content .sample-description {
  font-size: 1.2rem;
}
@media only all and (min-width: 48rem) {
  /* line 22, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /* line 18, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  .sample-content .device-promo {
    width: 356px;
    height: 203px;
    position: relative;
    float: right;
    margin-left: 3rem;
    margin-bottom: 1rem;
  }
  /* line 25, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  .sample-content .device-promo .macbook {
    width: 356px;
    height: 203px;
    position: absolute;
    z-index: 1;
    background: url('../../images/macbook.png');
  }
  /* line 31, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  .sample-content .device-promo .macbook .macbook-color {
    position: absolute;
    width: 206px;
    height: 118px;
    left: 37px;
    top: 56px;
    background: #ccc;
  }
  /* line 40, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  .sample-content .device-promo .ipad {
    width: 356px;
    height: 203px;
    position: absolute;
    z-index: 2;
    background: url('../../images/ipad.png');
  }
  /* line 46, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  .sample-content .device-promo .ipad .ipad-color {
    position: absolute;
    width: 111px;
    height: 163px;
    right: 27px;
    top: 20px;
    background: #439a86;
  }
  /* line 55, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  .sample-content .device-promo .iphone {
    width: 356px;
    height: 203px;
    position: absolute;
    z-index: 3;
    background: url('../../images/iphone.png');
  }
  /* line 61, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  .sample-content .device-promo .iphone .iphone-color {
    position: absolute;
    width: 46px;
    height: 75px;
    right: 4px;
    top: 112px;
    background: #8f4dae;
  }
}
/* line 72, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
.sample-content .middle {
  text-align: center;
}
/* line 75, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
.sample-content .fa-github-square {
  color: #ddd;
  margin-top: 1.5rem;
  font-size: 10rem;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  /* line 13, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .sample-content .fa-github-square {
    font-size: 8rem;
  }
}
@media only all and (max-width: 47.938rem) {
  .sample-content .fa-github-square {
    float: none !important;
    margin-right: 0;
  }
}
/* line 87, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
.sample-content .info-box {
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  padding: 0.938rem;
  border-radius: 0.1875rem;
  margin-bottom: 4rem;
}
/* line 94, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
.sample-content .fa-graduation-cap {
  color: #d9d9d9;
  margin: 1rem 2rem 1rem 1rem;
  font-size: 6rem;
}
@media only all and (min-width: 60rem) {
  /* line 10, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /* line 102, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  /* line 103, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  #g-showcase .sample-description {
    padding: 0 6rem;
  }
}
@media only all and (min-width: 60rem) {
  /* line 110, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  /* line 111, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  /* line 112, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  #g-subfeature .sample-content .g-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only all and (min-width: 48rem) {
  /* line 121, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  /* line 122, templates/g5_hydrogen/scss/hydrogen/_sample.scss */
  #g-main .sample-content {
    text-align: inherit;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_contentarray.scss */
.g-content-array {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 5, templates/g5_hydrogen/scss/hydrogen/_contentarray.scss */
.g-content-array .g-grid {
  margin-bottom: 2.3445rem;
}
/* line 8, templates/g5_hydrogen/scss/hydrogen/_contentarray.scss */
.g-content-array .g-grid:last-child {
  margin-bottom: 0;
}
/* line 11, templates/g5_hydrogen/scss/hydrogen/_contentarray.scss */
/* line 12, templates/g5_hydrogen/scss/hydrogen/_contentarray.scss */
/* line 13, templates/g5_hydrogen/scss/hydrogen/_contentarray.scss */
@media only all and (max-width: 47.938rem) {
  .g-content-array .g-grid:last-child .g-block:last-child .g-array-item {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-content-array .g-grid {
    margin-bottom: 0;
  }
}
/* line 27, templates/g5_hydrogen/scss/hydrogen/_contentarray.scss */
.g-content-array .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 33, templates/g5_hydrogen/scss/hydrogen/_contentarray.scss */
@media only all and (max-width: 47.938rem) {
  .g-content-array .g-array-item {
    margin-bottom: 2.3445rem;
  }
}
/* line 39, templates/g5_hydrogen/scss/hydrogen/_contentarray.scss */
.g-content-array .g-array-item-image {
  margin: 0 0 15px 0;
}
/* line 43, templates/g5_hydrogen/scss/hydrogen/_contentarray.scss */
.g-content-array .g-item-title {
  margin: 0;
}
/* line 47, templates/g5_hydrogen/scss/hydrogen/_contentarray.scss */
/* line 48, templates/g5_hydrogen/scss/hydrogen/_contentarray.scss */
.g-content-array .g-array-item-details, .g-content-array .g-array-item-text, .g-content-array .g-array-item-read-more {
  margin: 15px 0 0;
}
/* line 53, templates/g5_hydrogen/scss/hydrogen/_contentarray.scss */
.g-content-array .g-array-item-details {
  font-size: 90%;
}
/* line 56, templates/g5_hydrogen/scss/hydrogen/_contentarray.scss */
.g-content-array .g-array-item-details > span {
  margin-right: 10px;
}
/* line 60, templates/g5_hydrogen/scss/hydrogen/_contentarray.scss */
.g-content-array .g-array-item-details i {
  margin-right: 5px;
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
/* line 2, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
/* line 3, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
.g-main-nav .g-standard .g-dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 7, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
.g-main-nav .g-standard .g-fade.g-dropdown {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
/* line 11, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
.g-main-nav .g-standard .g-zoom.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-zoom;
  -moz-animation-name: g-dropdown-zoom;
  animation-name: g-dropdown-zoom;
}
/* line 16, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
.g-main-nav .g-standard .g-fade-in-up.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-fade-in-up;
  -moz-animation-name: g-dropdown-fade-in-up;
  animation-name: g-dropdown-fade-in-up;
}
/* line 22, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
/* line 23, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
/* line 27, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-fade.g-dropdown {
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
/* line 31, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-zoom.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-zoom;
  -moz-animation-name: g-dropdown-zoom;
  animation-name: g-dropdown-zoom;
}
/* line 36, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
.g-main-nav .g-fullwidth > .g-fade-in-up.g-active {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: g-dropdown-fade-in-up;
  -moz-animation-name: g-dropdown-fade-in-up;
  animation-name: g-dropdown-fade-in-up;
}
@-webkit-keyframes g-dropdown-zoom {
  /* line 44, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
  }
  /* line 48, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@-moz-keyframes g-dropdown-zoom {
  /* line 44, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.8, 0.8, 0.8);
  }
  /* line 48, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@keyframes g-dropdown-zoom {
  /* line 44, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -moz-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    -o-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  /* line 48, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes g-dropdown-fade-in-up {
  /* line 54, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
  }
  /* line 58, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@-moz-keyframes g-dropdown-fade-in-up {
  /* line 54, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 30px, 0);
  }
  /* line 58, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
@keyframes g-dropdown-fade-in-up {
  /* line 54, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  /* line 58, templates/g5_hydrogen/scss/hydrogen/_dropdownanimations.scss */
  100% {
    opacity: 1;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_offline.scss */
/* line 2, templates/g5_hydrogen/scss/hydrogen/_offline.scss */
.g-offline #grav-login {
  max-width: 36rem;
}
/* line 4, templates/g5_hydrogen/scss/hydrogen/_offline.scss */
.g-offline #grav-login .form-actions {
  margin-top: 0.625rem;
}
@media only all and (max-width: 47.938rem) {
  .g-offline #grav-login .form-actions {
    text-align: center;
  }
}
/* line 10, templates/g5_hydrogen/scss/hydrogen/_offline.scss */
.g-offline #grav-login .button {
  text-transform: capitalize;
}
/* line 13, templates/g5_hydrogen/scss/hydrogen/_offline.scss */
@media only all and (max-width: 47.938rem) {
  .g-offline #grav-login .rememberme {
    float: none;
    display: block;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_slider.scss */
#g-slider {
  background: #fff;
  padding: 1.5rem 0;
  background: #fff;
  color: #000;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media print {
  /* line 12, templates/g5_hydrogen/scss/hydrogen/_slider.scss */
  #g-slider {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_slider2.scss */
#g-slider2 {
  background: #fff;
  padding: 1.5rem 0;
  background: #fff;
  color: #000;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media print {
  /* line 12, templates/g5_hydrogen/scss/hydrogen/_slider2.scss */
  #g-slider2 {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_topmenu.scss */
#g-topmenu {
  background: #fff;
  padding: 1.5rem 0;
  background: #fff;
  color: ;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media print {
  /* line 12, templates/g5_hydrogen/scss/hydrogen/_topmenu.scss */
  #g-topmenu {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_mainbottom1.scss */
#g-mainbottom1 {
  background: #fff;
  padding: 1.5rem 0;
  background: #fff;
  color: #000;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media print {
  /* line 12, templates/g5_hydrogen/scss/hydrogen/_mainbottom1.scss */
  #g-mainbottom1 {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 1, templates/g5_hydrogen/scss/hydrogen/_mainbottom2.scss */
#g-mainbottom2 {
  background: #fff;
  padding: 1.5rem 0;
  background: #fff;
  color: #000;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media print {
  /* line 12, templates/g5_hydrogen/scss/hydrogen/_mainbottom2.scss */
  #g-mainbottom2 {
    background: #fff !important;
    color: #000 !important;
  }
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
.g-container {
  width: 75rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  /* line 7, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-container {
    width: 48rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  /* line 16, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  /* line 19, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  .g-container {
    width: 100%;
  }
}
/* line 17, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
.g-container.g-flushed {
  width: 100%;
}
/* line 23, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
@media only all and (max-width: 47.938rem) {
  .g-block {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
}
/* line 30, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
@media only all and (max-width: 47.938rem) {
  body [class*="size-"] {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    -ms-flex-positive: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
  }
}
@media only all and (max-width: 47.938rem) {
  @supports not (flex-wrap: wrap) {
    /* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
    .g-grid {
      display: block;
      -webkit-box-lines: inherit;
      -moz-box-lines: inherit;
      box-lines: inherit;
      -webkit-flex-wrap: inherit;
      -moz-flex-wrap: inherit;
      -ms-flex-wrap: inherit;
      flex-wrap: inherit;
    }
    /* line 45, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_flex.scss */
    .g-block {
      display: block;
      -webkit-box-flex: inherit;
      -moz-box-flex: inherit;
      box-flex: inherit;
      -webkit-flex: inherit;
      -moz-flex: inherit;
      -ms-flex: inherit;
      flex: inherit;
    }
  }
}
/* line 2, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
.visible-large, .visible-desktop, .visible-tablet, .visible-phone, .g-block.visible-large, .g-block.visible-desktop, .g-block.visible-tablet, .g-block.visible-phone {
  display: none !important;
}
@media only all and (max-width: 47.938rem) {
  /* line 14, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-phone {
    display: block !important;
  }
  /* line 17, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-phone {
    display: block !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  /* line 23, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-tablet {
    display: block !important;
  }
  /* line 26, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-tablet {
    display: block !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  /* line 32, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-desktop {
    display: block !important;
  }
  /* line 35, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (min-width: 75rem) {
  /* line 4, media/gantry5/engines/nucleus/scss/nucleus/mixins/_breakpoints.scss */
  /* line 41, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-large {
    display: block !important;
  }
  /* line 44, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-large {
    display: block !important;
  }
  /* line 47, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .visible-desktop {
    display: block !important;
  }
  /* line 50, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .g-block.visible-desktop {
    display: block !important;
  }
}
@media only all and (max-width: 47.938rem) {
  /* line 57, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-phone {
    display: none !important;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  /* line 63, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-tablet {
    display: none !important;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  /* line 69, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (min-width: 75rem) {
  /* line 75, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-large {
    display: none !important;
  }
  /* line 78, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .hidden-desktop {
    display: none !important;
  }
}
@media only all and (max-width: 47.938rem) {
  /* line 85, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .align-right {
    text-align: inherit !important;
  }
  /* line 88, media/gantry5/engines/nucleus/scss/nucleus/theme/breakpoints/_utilities.scss */
  .align-left {
    text-align: inherit !important;
  }
}
/* -- VARIABLES -- */
/* *********************** GENERAL CLASSES           *******************   */
/* -- VARIABLES -- */
/* -- FONTS -- */
@font-face {
  font-family: NimbusSanP, sans-serif;
  src: url('../../fonts/nimbussanp/NimbusSanP.ttf');
}
@font-face {
  font-family: HoratioEf;
  src: url('../../fonts/HoratioEF/HoratioEF%20Light%20Regular-webfont.eot');
  src: url('../../fonts/HoratioEF/HoratioEF%20Light%20Regular-webfont.eot#iefix') format('embedded-opentype'), url('../../../../../fonts/HoratioEF/HoratioEF%20Light%20Regular-webfont.woff2') format('woff2'), url('../../fonts/HoratioEF/HoratioEF%20Light%20Regular-webfont.woff') format('woff'), url('../../fonts/HoratioEF/HoratioEF%20Light%20Regular-webfont.ttf') format('truetype'), url('../../fonts/HoratioEF/HoratioEF%20Light%20Regular-webfont.svg#horatioef_lightregular') format('svg');
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../fonts/arabic/opensans-regular-webfont.eot');
  src: url('../../fonts/arabic/opensans-regular-webfont.eot') format('embedded-opentype'), url('../../fonts/arabic/opensans-regular-webfont.woff') format('woff'), url('../../fonts/arabic/opensans-regular-webfont.ttf') format('truetype'), url('../../fonts/arabic/opensans-regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/** ????? ????? ??? ???? ???????  */
@font-face {
  font-family: 'RussiaMedium';
  src: url('../fonts/russian/russia-medium.eot');
  src: url('../fonts/russian/Russia-Medium.woff') format("woff"), url('../fonts/russian/Russia-Medium.ttf') format("truetype"), url('../fonts/russian/Russia-Medium.svg') format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RussiaRegular';
  src: url('../fonts/russian/Russia.eot');
  src: url('../fonts/russian/Russia.woff') format("woff"), url('../fonts/russian/Russia.ttf') format("truetype"), url('../fonts/russian/Russia.svg') format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RussiaBold';
  src: url('../../fonts/russian/Russia-Bold.eot');
  src: url('../fonts/russian/Russia-Bold.woff') format("woff"), url('../../fonts/russian/Russia-Bold.ttf') format("truetype"), url('../fonts/russian/Russia-Bold.svg') format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RussiaLight';
  src: url('../../fonts/russian/russia-light-webfont.eot');
  src: url('../../fonts/russian/russia-light-webfont.woff') format("woff"), url('../../fonts/russian/russia-light-webfont.ttf') format("truetype"), url('../fonts/russian/russia-light-webfont.svg') format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ArimoItalic';
  src: url('../../fonts/russian/arimo-italic.eot');
  src: url('../../fonts/russian/arimo-italic.woff') format("woff"), url('../../fonts/russian/arimo-italic.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ArimoRegular';
  src: url('../../fonts/russian/arimo-regular.eot');
  src: url('../../fonts/russian/arimo-regular.woff') format("woff"), url('../../fonts/russian/arimo-regular.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansLight';
  src: url('../../fonts/russian/opensans-light.eot');
  src: url('../../fonts/russian/opensans-light.woff') format("woff"), url('../../fonts/russian/opensans-light.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansRegular';
  src: url('../../fonts/russian/opensans-regular.eot');
  src: url('../../fonts/russian/opensans-regular.woff') format("woff"), url('../../fonts/russian/opensans-regular.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansSemibold';
  src: url('../../fonts/russian/opensans-semibold.eot');
  src: url('../../fonts/russian/opensans-semibold.woff') format("woff"), url('../../fonts/russian/opensans-semibold.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoLight';
  src: url('../../fonts/russian/roboto-light.eot');
  src: url('../../fonts/russian/roboto-light.woff') format("woff"), url('../../fonts/russian/roboto-light.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoRegular';
  src: url('../../fonts/russian/roboto-regular.eot');
  src: url('../../fonts/russian/roboto-regular.woff') format("woff"), url('../../fonts/russian/roboto-regular.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BYekan';
  font-style: normal;
  src: url('../fonts/byekan/BYekan.eot') format('eot');
  src: url('../fonts/byekan/BYekan.eot#iefix') format('embedded-opentype'), url('../fonts/byekan/BYekan.ttf') format('truetype'), url('../fonts/byekan/BYekan.woff') format('woff');
}
@font-face {
  font-family: BRoyaM;
  src: url('../fonts/BRoya/BRoya.eot') format('eot'), url('../fonts/BRoya/BRoya.woff') format('woff'), url('../fonts/BRoya/BRoya.ttf') format('truetype');
}
@font-face {
  font-family: BTitrM;
  src: url('../fonts/BTitr/BTitrBold.eot') format('eot');
  src: url('../fonts/BTitr/BTitrBold.eot#iefix') format('eot'), url('../fonts/BTitr/BTitrBoldwoff') format('woff'), url('../fonts/BTitr/BTitrBold.ttf') format('truetype');
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 900;
  src: url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Black.eot');
  src: url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Black.eot#iefix') format('embedded-opentype'), url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'), url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'), url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype');
  /* IE6-8 */
  /* FF39+,Chrome36+, Opera24+*/
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
  src: url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Bold.eot#iefix') format('embedded-opentype'), url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
  /* IE6-8 */
  /* FF39+,Chrome36+, Opera24+*/
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
  src: url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Medium.eot#iefix') format('embedded-opentype'), url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'), url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
  /* IE6-8 */
  /* FF39+,Chrome36+, Opera24+*/
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Light.eot');
  src: url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_Light.eot#iefix') format('embedded-opentype'), url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'), url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'), url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
  /* IE6-8 */
  /* FF39+,Chrome36+, Opera24+*/
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
  src: url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot#iefix') format('embedded-opentype'), url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
  /* IE6-8 */
  /* FF39+,Chrome36+, Opera24+*/
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum).eot');
  src: url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/eot/IRANSansWeb(FaNum).eot#iefix') format('embedded-opentype'), url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/woff/IRANSansWeb(FaNum).woff') format('woff'), url('../../fonts/IranSanse/Farsi_numerals/webFonts/fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
  /* IE6-8 */
  /* FF39+,Chrome36+, Opera24+*/
  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
/* line 30, templates/g5_hydrogen/scss/_custom.scss */
.dir-rtl {
  font-family: IRANSans !important;
  /* MENU  STARTED HERE ***********************************  */
  /* Portrait tablet to landscape and desktop */
  /* Landscape phone to portrait tablet */
  /* Landscape phones and down */
  /* MENU  END HERE *********************************** @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@2  */
  /* TOP NAV  *********************************** */
  /* TOP NAV  END HERE *********************************** @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@2  */
  /* TOP NAV END HERE *********************************** */
  /* TOP NAV  END HERE *********************************** @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@2  */
  /* K2  HERE *********************************** */
}
@media (min-width: 1200px) {
  /* line 13, templates/g5_hydrogen/scss/_rtl.scss */
  .dir-rtl .col-md-1, .dir-rtl .col-md-10, .dir-rtl .col-md-11, .dir-rtl .col-md-12, .dir-rtl .col-md-2, .dir-rtl .col-md-3, .dir-rtl .col-md-4, .dir-rtl .col-md-5, .dir-rtl .col-md-6, .dir-rtl .col-md-7, .dir-rtl .col-md-8, .dir-rtl .col-md-9 {
    float: right;
  }
}
/* line 39, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .g-main-nav .g-standard .g-dropdown.g-dropdown-right {
  right: 0;
}
/* line 44, templates/g5_hydrogen/scss/_rtl.scss */
/* line 46, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .mainLogo .g-content {
  margin: 0;
  margin-left: 10px;
  padding: 0;
  text-align: right;
  padding-right: 5px;
}
/* line 57, templates/g5_hydrogen/scss/_rtl.scss */
/* line 58, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .mainMenu ul {
  float: right;
}
/* line 61, templates/g5_hydrogen/scss/_rtl.scss */
/* line 63, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .mainMenu ul li a {
  /*font-size:13px;*/
}
/* line 68, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .mainMenu ul li ul.g-dropdown {
  width: 210px !important;
  background: rgba(211, 232, 249, 0.8) !important;
  right: 0;
}
/* line 73, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .mainMenu ul li ul.g-dropdown li {
  border-bottom: 1px solid #fff;
}
/* line 76, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .mainMenu ul li ul.g-dropdown li a {
  font-size: 12px;
  color: #00598d !important;
  padding-right: 10px !important;
}
/* line 91, templates/g5_hydrogen/scss/_rtl.scss */
/* line 92, templates/g5_hydrogen/scss/_rtl.scss */
/* line 93, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .topMenuPos ul li {
  border-left: unset;
  border-right: 1px solid #73e042;
  height: 25px;
  line-height: 27px;
  float: left;
}
/* line 100, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .topMenuPos ul li a {
  padding: 0px 10px !important;
  border-right: unset;
}
/* line 119, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .telformat {
  height: 22px;
  display: inline-block;
  text-align: center;
  float: right;
}
/* line 129, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .telformat .tell_place {
  /*width:120px;*/
  margin: 0 auto;
  margin-left: 10px;
  display: inline-block;
  /* &:after
   {
   content: " ";
   float: right;
   margin-left: 2px;
   margin-right: 2px;
   }
   &:last-child
   {
   &:after
   {
   display:none;
   }
   }
   */
}
/* line 135, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .telformat .tell_place span.sdf {
  margin-right: 1px;
  margin-left: 1px;
  float: left;
  direction: ltr;
}
/* line 168, templates/g5_hydrogen/scss/_rtl.scss */
/* line 169, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .ModuleSearchProduct select {
  font-family: IRANSans !important;
  font-size: 0.9em;
  font-weight: bold;
  color: #10598d;
}
/* line 174, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .ModuleSearchProduct select option {
  font-family: IRANSans !important;
  font-weight: bold;
  color: #10598d;
}
/* line 187, templates/g5_hydrogen/scss/_rtl.scss */
/* line 188, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .ModuleChangeLanguage ul.lang-inline {
  float: left;
  margin-top: 2px;
}
/* line 195, templates/g5_hydrogen/scss/_rtl.scss */
/* line 196, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .searchPos .search_site {
  float: left;
}
/* line 199, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .searchPos .search_site .inputbox {
  width: 100px;
  color: #636060;
  padding: 3px;
  float: right;
}
/* line 207, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .searchPos .search_site .button {
  float: left;
  margin-right: 5px;
}
/* line 224, templates/g5_hydrogen/scss/_rtl.scss */
/* line 227, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .ModuleBoxSame h3.g-title {
  position: relative;
  top: 260px;
  right: 20px;
}
/* line 237, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .logos-slider h2 {
  font-size: 1.1em;
  color: #10598d;
  text-align: center;
}
/* line 243, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .mpos_footer_menu ul {
  float: right;
}
/* line 245, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .mpos_footer_menu ul li {
  float: right;
}
/* line 306, templates/g5_hydrogen/scss/_rtl.scss */
/* line 307, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl #sidebarleft .g-content {
  padding: 0;
  margin-top: 0;
}
/* line 317, templates/g5_hydrogen/scss/_rtl.scss */
/* line 318, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .sidebarleft h3 {
  font-size: 1.2em;
  text-align: center;
  color: #00598d;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 50px;
  line-height: 50px;
  margin-bottom: 2px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 5px;
  margin-top: 0 !important;
}
/* line 339, templates/g5_hydrogen/scss/_rtl.scss */
/* line 342, templates/g5_hydrogen/scss/_rtl.scss */
/* line 343, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .menufollow_nav_mod li a {
  width: 100%;
  display: inline-block;
  line-height: 1.1em;
  margin-bottom: 5px;
  color: #355479;
  text-align: right;
  /* background: #264f81; */
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
  border-radius: 0;
  padding: 5px;
  font-size: 0.9em;
  padding-top: 11px;
  padding-bottom: 2px;
  border-top: 1px solid #b2cddd;
}
/* line 360, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .menufollow_nav_mod li a:hover {
  font-weight: bold;
  background: unset;
}
/* line 365, templates/g5_hydrogen/scss/_rtl.scss */
/* line 366, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .menufollow_nav_mod li.current a {
  font-weight: bold;
}
/* line 374, templates/g5_hydrogen/scss/_rtl.scss */
/* line 375, templates/g5_hydrogen/scss/_rtl.scss */
/* line 376, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .follow_nav_mod .tt a {
  width: 100%;
  display: inline-block;
  line-height: 1.1em;
  margin-bottom: 5px;
  color: #355479;
  text-align: right;
  /* background: #264f81; */
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
  border-radius: 0;
  padding: 5px;
  font-size: 0.8em;
  padding-top: 11px;
  padding-bottom: 2px;
  border-top: 1px solid #b2cddd;
}
/* line 393, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .follow_nav_mod .tt a:last-child {
  border-bottom: 1px solid #b2cddd;
  padding-bottom: 9px;
}
/* line 397, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .follow_nav_mod .tt a.active, .dir-rtl .follow_nav_mod .tt a:hover {
  font-weight: bold;
}
/* line 428, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .header-animation .header-animation-tile {
  float: left !important;
}
/* line 433, templates/g5_hydrogen/scss/_rtl.scss */
.dir-rtl .header-animation .header-animation-row {
  /*width:105%!important;
   margin-right:50px!important;*/
  margin-left: 0 !important;
  margin-right: -7%;
  width: 110% !important;
}
/* -- GENERAL -- */
/* line 2, templates/g5_hydrogen/scss/generalstyle.scss */
#g-main {
  padding: 1px;
}
/* line 4, templates/g5_hydrogen/scss/generalstyle.scss */
#g-main .g-content {
  padding: 0;
  margin-top: 0;
}
/* line 10, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 12, templates/g5_hydrogen/scss/generalstyle.scss */
.no-padding .g-content {
  padding: 0px;
}
/* line 16, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 18, templates/g5_hydrogen/scss/generalstyle.scss */
.no-margin .g-content {
  margin: 0px;
}
/* line 27, templates/g5_hydrogen/scss/generalstyle.scss */
h1, h2, h3, h4, h5 {
  color: #0dad4a;
}
/* line 30, templates/g5_hydrogen/scss/generalstyle.scss */
p {
  line-height: 1.8em;
}
/* line 34, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 35, templates/g5_hydrogen/scss/generalstyle.scss */
#g-container-main .g-container {
  position: relative;
}
/* line 42, templates/g5_hydrogen/scss/generalstyle.scss */
main#g-main {
  padding: 0;
}
/* -- SECTIONS -- */
/* line 47, templates/g5_hydrogen/scss/generalstyle.scss */
section#g-topmenu, #g-navigation, #g-mainbottom2 {
  background: #fff;
  padding: 0;
  border: unset;
}
/* line 52, templates/g5_hydrogen/scss/generalstyle.scss */
section#g-topmenu {
  margin-top: 10px;
}
/* line 55, templates/g5_hydrogen/scss/generalstyle.scss */
section#g-slider {
  margin: 10px 0;
  background: unset;
  border: unset;
}
/* line 60, templates/g5_hydrogen/scss/generalstyle.scss */
section#g-slider2 {
  padding: 0;
  background: unset;
  border: none;
}
/* line 69, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 70, templates/g5_hydrogen/scss/generalstyle.scss */
.FooterLinks a {
  text-decoration: none;
}
/* line 72, templates/g5_hydrogen/scss/generalstyle.scss */
.FooterLinks a:hover {
  color: #eee;
  text-decoration: none;
}
/* line 79, templates/g5_hydrogen/scss/generalstyle.scss */
.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
}
/* line 85, templates/g5_hydrogen/scss/generalstyle.scss */
.topNavC {
  position: relative;
}
/* line 88, templates/g5_hydrogen/scss/generalstyle.scss */
.topNavC .userblockTop {
  position: absolute;
  width: 200px;
  left: 0;
  background: #efefef;
  z-index: 10;
  box-shadow: 1px 1px 6px 1px #9c9c9c;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* line 100, templates/g5_hydrogen/scss/generalstyle.scss */
.topNavC .userblockTop .img {
  text-align: center;
  margin: 0;
  padding: 0;
  padding-right: 10px;
}
/* line 106, templates/g5_hydrogen/scss/generalstyle.scss */
.topNavC .userblockTop .username {
  font-size: 0.8em;
  line-height: 1.5em;
  margin-right: 0;
  padding: 0;
  text-align: right;
  margin-top: 2px;
}
/* line 114, templates/g5_hydrogen/scss/generalstyle.scss */
.topNavC .userblockTop .linkks {
  padding: 0;
}
/* line 117, templates/g5_hydrogen/scss/generalstyle.scss */
.topNavC .userblockTop .linkks a {
  width: 60px;
  background: #325f80;
  display: inline-block;
  /* float: right; */
  font-size: 0.85em;
  line-height: 1.7em;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}
/* line 130, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 131, templates/g5_hydrogen/scss/generalstyle.scss */
.topNavC .userblockTop .linkks.lgn a {
  width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 170, templates/g5_hydrogen/scss/generalstyle.scss */
body {
  font-size: 15px !important;
  line-height: 1.6em !important;
}
/* line 179, templates/g5_hydrogen/scss/generalstyle.scss */
.topNavSection .g-content {
  margin: 0px;
  padding: 0px;
}
/* line 184, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 185, templates/g5_hydrogen/scss/generalstyle.scss */
.topSerachPos form {
  margin: 5px 0 1px;
}
/* line 191, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 192, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 193, templates/g5_hydrogen/scss/generalstyle.scss */
.FooterMenuMod ul li {
  min-width: 75px;
  float: right;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 199, templates/g5_hydrogen/scss/generalstyle.scss */
.FooterMenuMod ul li a {
  font-size: 0.8em;
  color: #a2a2a2;
  padding: 5px;
  text-shadow: -1px 4px black;
}
/* line 209, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 210, templates/g5_hydrogen/scss/generalstyle.scss */
.mainLinkkk #g-container-main {
  display: none !important;
}
/* line 216, templates/g5_hydrogen/scss/generalstyle.scss */
#comments-footer {
  display: none;
}
/* line 220, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 221, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 222, templates/g5_hydrogen/scss/generalstyle.scss */
.itemFullText table td {
  padding: 5px;
}
/* line 227, templates/g5_hydrogen/scss/generalstyle.scss */
section#g-slider {
  padding: 0;
}
/* line 229, templates/g5_hydrogen/scss/generalstyle.scss */
section#g-slider .g-content {
  margin: 0;
  padding: 0;
}
/* line 240, templates/g5_hydrogen/scss/generalstyle.scss */
#g-maintop {
  background: #f7f7f7;
  padding-bottom: 10px;
}
/* line 245, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 246, templates/g5_hydrogen/scss/generalstyle.scss */
.letestNewsAPos .g-content {
  margin-top: 0;
  margin: 0;
  padding: 0;
}
/* line 251, templates/g5_hydrogen/scss/generalstyle.scss */
.letestNewsAPos h3.g-title {
  text-align: center;
  color: #945;
}
/* line 258, templates/g5_hydrogen/scss/generalstyle.scss */
.letestNewsBPos {
  margin-top: 10px;
}
/* line 260, templates/g5_hydrogen/scss/generalstyle.scss */
.letestNewsBPos .g-content {
  margin-top: 0;
  margin: 0;
  padding: 0;
}
/* line 265, templates/g5_hydrogen/scss/generalstyle.scss */
.letestNewsBPos h3.g-title {
  text-align: center;
  color: #945;
}
/* line 273, templates/g5_hydrogen/scss/generalstyle.scss */
.mmx_hidden {
  display: none;
}
/* line 278, templates/g5_hydrogen/scss/generalstyle.scss */
.fancybox-content {
  background: none !important;
  overflow: hidden !important;
}
/* line 283, templates/g5_hydrogen/scss/generalstyle.scss */
.animated_modal_mmxcatalog {
  width: 99%;
  height: 99%;
  text-align: center;
  overflow: hidden !important;
}
/* line 289, templates/g5_hydrogen/scss/generalstyle.scss */
.animated_modal_mmxcatalog .lb_inneer {
  height: 100%;
  text-align: center;
  /* display: inline-block;*/
}
/* line 295, templates/g5_hydrogen/scss/generalstyle.scss */
.animated_modal_mmxcatalog .lb_inneer .lb_img {
  height: 100%;
}
/* line 297, templates/g5_hydrogen/scss/generalstyle.scss */
.animated_modal_mmxcatalog .lb_inneer .lb_img img {
  height: 100%;
}
/* line 305, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 306, templates/g5_hydrogen/scss/generalstyle.scss */
.filelinkmmxContainer .perImageContainer {
  margin-bottom: 30px;
  border: #eee thin solid;
  border-width: 2px;
  border-radius: 5px;
}
/* line 313, templates/g5_hydrogen/scss/generalstyle.scss */
.filelinkmmxContainer .perImageContainer .caption {
  text-align: center;
  height: 45px;
  margin-top: 5px;
  color: #8e8e8e;
  border-top: #eee thin dotted;
  font-size: 0.95em;
  padding: 3px;
}
/* line 322, templates/g5_hydrogen/scss/generalstyle.scss */
.filelinkmmxContainer .perImageContainer .img {
  position: relative;
  min-height: 250px;
}
/* line 325, templates/g5_hydrogen/scss/generalstyle.scss */
.filelinkmmxContainer .perImageContainer .img .link_container_outer {
  position: absolute;
  bottom: 10px;
  width: 30%;
  left: 0;
  display: inline-flex;
}
/* line 333, templates/g5_hydrogen/scss/generalstyle.scss */
.filelinkmmxContainer .perImageContainer .img .link_container_outer .link_container {
  margin: 0 auto;
  display: inline-block;
  /*background: rgba(0, 0, 0, 0.0196078431372549);*/
  /*border: #eee thin solid;
   border-radius: 3px;
   */
}
/* line 342, templates/g5_hydrogen/scss/generalstyle.scss */
.filelinkmmxContainer .perImageContainer .img .link_container_outer .link_container .pdf_link {
  background: url('../images/pdf-icon.png') no-repeat center;
  width: 40px;
  height: 40px;
  background-size: contain;
  padding: 1px;
  margin: 5px;
  border: #eee thin solid;
  margin-right: 5px;
  margin-left: 5px;
  overflow: hidden;
  /*text-indent:-100px;*/
}
/* line 357, templates/g5_hydrogen/scss/generalstyle.scss */
.filelinkmmxContainer .perImageContainer .img .link_container_outer .link_container .pdf_link:hover {
  background-color: #e98;
}
/* line 362, templates/g5_hydrogen/scss/generalstyle.scss */
.filelinkmmxContainer .perImageContainer .img .link_container_outer .link_container .cover_link {
  background: url('../images/fullscreen_icon.png') no-repeat center;
  width: 40px;
  height: 40px;
  background-size: contain;
  padding: 1px;
  margin: 5px;
  border: #eee thin solid;
  /*text-indent:-100px;*/
  overflow: hidden;
}
/* line 377, templates/g5_hydrogen/scss/generalstyle.scss */
.filelinkmmxContainer .perImageContainer .img .link_container_outer .link_container .cover_link:hover {
  background-color: #e98;
}
/* line 383, templates/g5_hydrogen/scss/generalstyle.scss */
.filelinkmmxContainer .perImageContainer .img .link_container_outer .link_container .sddf {
  border-radius: 50%;
  float: right;
}
/* line 386, templates/g5_hydrogen/scss/generalstyle.scss */
.filelinkmmxContainer .perImageContainer .img .link_container_outer .link_container .sddf a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 0;
}
/* line 407, templates/g5_hydrogen/scss/generalstyle.scss */
.filelinkmmxContainer .perImageContainer .title {
  text-align: center;
  height: 50px;
  padding: 5px;
}
/* line 449, templates/g5_hydrogen/scss/generalstyle.scss */
.menufollow_nav_mod li.current a {
  font-weight: bold;
}
/* line 454, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 456, templates/g5_hydrogen/scss/generalstyle.scss */
.perImageContainer img {
  width: 100%;
}
/* line 464, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 465, templates/g5_hydrogen/scss/generalstyle.scss */
.RSForm_inlineContent_Container form.formResponsive {
  width: 60%;
  margin: 0 auto;
}
/* line 468, templates/g5_hydrogen/scss/generalstyle.scss */
.RSForm_inlineContent_Container form.formResponsive h2 {
  width: 100%;
  font-size: 14px !important;
  text-align: right;
  line-height: 1.1em;
  /* background: #f1f5ff; */
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 5px;
  color: #0dad4a;
  border-radius: 3px;
  font-weight: normal;
  padding-right: 0;
  padding-left: 0;
  float: right;
}
/* line 487, templates/g5_hydrogen/scss/generalstyle.scss */
.RSForm_inlineContent_Container form.formResponsive .formContainer {
  width: 100%;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
}
/* line 494, templates/g5_hydrogen/scss/generalstyle.scss */
.RSForm_inlineContent_Container form.formResponsive .formContainer .rsform-block {
  margin-bottom: 5px;
}
/* line 517, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 518, templates/g5_hydrogen/scss/generalstyle.scss */
#sidebarright .g-content {
  padding: 5px;
  margin: 0px;
  padding-top: 0;
}
/* line 522, templates/g5_hydrogen/scss/generalstyle.scss */
#sidebarright .g-content .g-title {
  font-size: 1.1em !important;
  text-align: right !important;
  background: none;
  /*color: #14ad4a;*/
  margin-top: 0;
  padding-top: 0;
  line-height: 50px;
  color: #00598d;
}
/* line 536, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 537, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleIntroductionk2 .moduleItemTitle {
  text-align: right !important;
  background: none;
  color: #14ad4a;
  margin-top: 0;
  padding-top: 0;
  display: block;
  font-weight: bold;
  font-size: 1.1em !important;
  text-align: right !important;
  line-height: 50px;
}
/* line 554, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleIntroductionk2 .moduleItemIntrotext {
  text-align: justify;
}
/* line 556, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleIntroductionk2 .moduleItemIntrotext .moduleItemImage {
  float: left;
}
/* -- TOP RIGHT LITTLE MENU */
/* line 570, templates/g5_hydrogen/scss/generalstyle.scss */
.topMenuPos {
  text-align: right;
}
/* line 573, templates/g5_hydrogen/scss/generalstyle.scss */
.topMenuPos .g-content {
  margin: 0px 0px;
  padding: 0;
}
/* line 578, templates/g5_hydrogen/scss/generalstyle.scss */
.topMenuPos ul {
  margin-top: 10px;
}
/* line 580, templates/g5_hydrogen/scss/generalstyle.scss */
.topMenuPos ul li {
  border-left: 1px solid #73e042;
  height: 26px;
  line-height: 25px;
}
/* line 587, templates/g5_hydrogen/scss/generalstyle.scss */
.topMenuPos ul li a {
  font-size: 0.75em;
  font-weight: bold;
  color: #00598d;
  text-transform: uppercase;
  transition: all 0.5s;
  -webkit-font-smoothing: antialiased;
  padding: 0px 10px !important;
}
/* line 598, templates/g5_hydrogen/scss/generalstyle.scss */
.topMenuPos ul li a:hover {
  color: #0dad4a;
  transition: all 0.5s;
}
/* line 604, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 605, templates/g5_hydrogen/scss/generalstyle.scss */
.topMenuPos ul li:nth-child(3) a {
  border-right: unset;
}
/* -- MAIN LOGO -- */
/* line 620, templates/g5_hydrogen/scss/generalstyle.scss */
.mainLogo {
  margin-top: -32px;
}
/* line 622, templates/g5_hydrogen/scss/generalstyle.scss */
.mainLogo .g-content {
  margin: 0;
  margin-left: 10px;
  padding: 0;
}
/* line 628, templates/g5_hydrogen/scss/generalstyle.scss */
.mainLogo img {
  width: auto;
  height: 100px;
}
/* -- MAIN MENU -- */
/* line 646, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 647, templates/g5_hydrogen/scss/generalstyle.scss */
.mainMenu ul {
  float: right;
  /*li*/
}
/* line 650, templates/g5_hydrogen/scss/generalstyle.scss */
.mainMenu ul li {
  /* -- -- */
  /* ul.g-dropdown */
}
/* line 652, templates/g5_hydrogen/scss/generalstyle.scss */
.mainMenu ul li a {
  font-size: 1em;
  font-weight: bold;
  color: #00598d !important;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
/* line 662, templates/g5_hydrogen/scss/generalstyle.scss */
.mainMenu ul li ul.g-dropdown {
  width: 190px !important;
  background: rgba(211, 232, 249, 0.8) !important;
  /* -- -- */
}
/* line 667, templates/g5_hydrogen/scss/generalstyle.scss */
.mainMenu ul li ul.g-dropdown li {
  border-bottom: 1px solid #fff;
  margin-left: 5px;
}
/* line 672, templates/g5_hydrogen/scss/generalstyle.scss */
.mainMenu ul li ul.g-dropdown li a {
  font-size: 1em;
  color: #00598d !important;
  padding: 10px !important;
  text-transform: unset;
}
/* line 682, templates/g5_hydrogen/scss/generalstyle.scss */
.mainMenu ul li ul.g-dropdown ul.g-sublevel {
  width: 100%;
}
/* line 686, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 687, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 689, templates/g5_hydrogen/scss/generalstyle.scss */
.mainMenu ul li ul.g-dropdown ul.g-sublevel li:hover a {
  color: #0dad4a !important;
}
/* line 695, templates/g5_hydrogen/scss/generalstyle.scss */
.mainMenu ul li ul.g-dropdown ul.g-sublevel li.active {
  background: rgba(27, 178, 85, 0.2) !important;
}
/* line 703, templates/g5_hydrogen/scss/generalstyle.scss */
.mainMenu ul li:hover {
  background: unset !important;
}
/* line 706, templates/g5_hydrogen/scss/generalstyle.scss */
.mainMenu ul li:hover a {
  color: #0dad4a !important;
}
/* line 715, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 717, templates/g5_hydrogen/scss/generalstyle.scss */
.mainMenu ul li.g-menu-item a {
  border-right: 1px solid #ddd;
  padding: 4px 10px !important;
}
/* line 722, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 724, templates/g5_hydrogen/scss/generalstyle.scss */
.mainMenu ul li.g-menu-item:first-child a {
  border-right: none;
}
/* line 732, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 735, templates/g5_hydrogen/scss/generalstyle.scss */
.mainMenu ul li:first-child a {
  padding: 4px 1px 1px 10px !important;
}
/* line 749, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 751, templates/g5_hydrogen/scss/generalstyle.scss */
#g-navigation .g-main-nav {
  margin: 5px 0;
}
/* line 754, templates/g5_hydrogen/scss/generalstyle.scss */
#g-navigation .g-content {
  padding-right: 0;
  padding-left: 0;
}
/* -- HOME PAGE INTRODUCTION -- */
/* line 761, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 763, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleIntroduction img {
  width: 30%;
  display: inline-block;
  float: right;
}
/* line 770, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleIntroduction p {
  color: #3b6376;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
/* line 779, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleIntroduction h3.g-title {
  margin-top: 0;
}
/* -- SEARCH SITE TOP BY MMX -- */
/* line 790, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 791, templates/g5_hydrogen/scss/generalstyle.scss */
.searchPos .g-content {
  margin: 0;
  padding: 0;
}
/* line 796, templates/g5_hydrogen/scss/generalstyle.scss */
.searchPos .search_site {
  margin-top: 15px;
  display: inline-block;
  float: right;
}
/* line 802, templates/g5_hydrogen/scss/generalstyle.scss */
.searchPos .search_site .inputbox {
  width: 100px;
  color: #636060;
  padding: 5px;
  float: right;
}
/* line 810, templates/g5_hydrogen/scss/generalstyle.scss */
.searchPos .search_site .button {
  float: right;
  padding: 6px;
  margin-left: 6px;
  background-color: #10598d;
}
/* line 815, templates/g5_hydrogen/scss/generalstyle.scss */
.searchPos .search_site .button:hover {
  background-color: #eee;
}
/*searchPos*/
/* -- HOME PAGE K2 SEARCH FORM -- */
/* line 830, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 831, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleSearchProduct h3.g-title {
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  font-size: 1.2em;
  color: #00598d;
  margin-bottom: 15px;
}
/* line 839, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleSearchProduct select {
  border-color: #b2cddd;
  color: #3b6376;
  width: 100%;
}
/* line 845, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleSearchProduct input {
  border-color: #b2cddd;
  color: #3b6376;
  width: 95%;
}
/* line 851, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleSearchProduct button {
  width: auto;
  background-color: #00598d;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-family: NimbusSanP, sans-serif;
  padding-top: 6px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 13px;
  word-spacing: 3px;
  padding-bottom: 6px;
  -webkit-font-smoothing: antialiased;
  border: none;
  font-size: 11px;
  float: right;
  transition: all 0.5s;
}
/* line 870, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleSearchProduct button:hover {
  background-color: #0dad4a;
}
/* -- HOME PAGE 3 BOXES -- */
/* line 877, templates/g5_hydrogen/scss/generalstyle.scss */
#g-mainbottom1 {
  background: #f6f6f6;
  border: none;
  padding: 0;
}
/* line 883, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleBoxSame {
  font-weight: normal;
  color: #3b6376;
  -webkit-font-smoothing: antialiased;
  padding: 0px 0px 5px 0;
  background: #fff;
  min-height: 290px;
  border-radius: 18px 18px 18px 18px;
}
/* line 893, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleBoxSame h3.g-title {
  position: relative;
  top: 260px;
  left: 20px;
  font-family: HoratioEf;
  font-size: 30px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  display: block;
}
/* line 906, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleBoxSame img {
  border-radius: 20px;
  border-bottom-left-radius: 0px;
  border: #eee thin solid;
  border-width: 2px;
}
/* line 913, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleBoxSame .caption {
  line-height: 30px;
  font-size: 1em;
  text-align: center;
}
/* line 923, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleBoxSame p:nth-child(1) {
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: -50px;
}
/* line 930, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleBoxSame p:nth-child(2) {
  color: #0dad4a;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
  padding: 0 10px;
}
/* line 938, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleBoxSame p:nth-child(3) {
  padding: 0 10px;
}
/* line 942, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleBoxSame p {
  margin: 0;
  line-height: 18px;
  font-size: 14px;
}
/* line 949, templates/g5_hydrogen/scss/generalstyle.scss */
div.itemToolbar {
  background: none;
  margin: 0;
  padding: 0;
  margin-top: 100px;
}
/* -- Logo Slider -- */
/* line 957, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 958, templates/g5_hydrogen/scss/generalstyle.scss */
.logos-slider h2 {
  font-size: 39px;
  margin: 0;
}
/* -- TOP FOOTER IMAGE -- */
/* line 965, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleTopFooterImage {
  text-align: right;
}
/* line 968, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleTopFooterImage img {
  width: 80%;
}
/* -- FOOTER MENU -- */
/* line 974, templates/g5_hydrogen/scss/generalstyle.scss */
#g-footer {
  background-color: #313131;
  border: none;
  padding-bottom: 20px;
}
/* line 978, templates/g5_hydrogen/scss/generalstyle.scss */
#g-footer .g-content {
  margin: 0;
  padding: 0;
}
/* line 982, templates/g5_hydrogen/scss/generalstyle.scss */
#g-footer .footetIcons {
  margin-top: 50px;
}
/* line 990, templates/g5_hydrogen/scss/generalstyle.scss */
#g-footer h3.g-title {
  font-size: 0.9em;
  color: #fff;
  border-bottom: #908f8f thin solid;
  margin-left: 15px;
}
/* line 998, templates/g5_hydrogen/scss/generalstyle.scss */
#g-footer .custom {
  margin-right: 15px;
  margin-left: 15px;
  font-size: 0.8em;
}
/* line 1002, templates/g5_hydrogen/scss/generalstyle.scss */
#g-footer .custom p {
  color: #eee;
}
/* line 1009, templates/g5_hydrogen/scss/generalstyle.scss */
#g-footer .mpos_footer_menu {
  height: 60px;
  overflow: hidden;
}
/* line 1012, templates/g5_hydrogen/scss/generalstyle.scss */
#g-footer .mpos_footer_menu ul {
  margin: 0;
  margin-top: 20px;
}
/* line 1015, templates/g5_hydrogen/scss/generalstyle.scss */
#g-footer .mpos_footer_menu ul li {
  display: inline-block;
  float: right;
  margin: 0 8px;
  font-size: 13px;
  padding-right: 12px;
  border-right: 1px solid #9af37c;
  height: 22px;
}
/* line 1023, templates/g5_hydrogen/scss/generalstyle.scss */
#g-footer .mpos_footer_menu ul li:first-child {
  border: none;
}
/* line 1028, templates/g5_hydrogen/scss/generalstyle.scss */
#g-footer .mpos_footer_menu ul li a {
  padding: 0;
  line-height: 25px;
  color: #fff;
}
/* -- COPYRIGHT -- */
/* line 1042, templates/g5_hydrogen/scss/generalstyle.scss */
.branding {
  text-align: right;
  opacity: 0;
}
/* line 1046, templates/g5_hydrogen/scss/generalstyle.scss */
.branding a {
  font-family: NimbusSanP, sans-serif;
  color: #fff;
  font-size: 14px;
}
/* -- top tell and email -- */
/* line 1058, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 1059, templates/g5_hydrogen/scss/generalstyle.scss */
.topA .g-content {
  margin: 10px 0;
  padding: 0;
  color: #96bf0d;
  font-weight: bold;
  font-size: 0.9em;
}
/* line 1068, templates/g5_hydrogen/scss/generalstyle.scss */
.topA .g-content p {
  margin: 0;
  color: #96bf0d;
  font-weight: bold;
  font-size: 0.9em;
  text-align: right;
  margin-right: 0.625rem;
  padding-right: 0;
  margin-left: 0.625rem;
  padding-left: 0;
}
/* -- CHANGE LANGUAGE -- */
/* line 1096, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 1097, templates/g5_hydrogen/scss/generalstyle.scss */
.topB .g-content {
  margin: 10px 0;
  padding: 0;
}
/* line 1103, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleChangeLanguage {
  text-align: right;
}
/* line 1105, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 1108, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleChangeLanguage ul li {
  /*margin-right:0!important ;*/
}
/* line 1111, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleChangeLanguage ul li a {
  font-size: 0.8em;
  font-weight: bold;
  color: #00598d;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-family: "roboto", sans-serif;
}
/* line 1120, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 1121, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleChangeLanguage ul li.lang-active a {
  color: #0dad4a;
}
/* -- CONTACT US FORM -- */
/* line 1137, templates/g5_hydrogen/scss/generalstyle.scss */
.contactUsYRS {
  width: 75%;
  display: inline-block;
  float: left;
  font-family: NimbusSanP, sans-serif !important;
}
/* line 1144, templates/g5_hydrogen/scss/generalstyle.scss */
.contactUsYRS input, .contactUsYRS textarea {
  border: 1px solid #d2d1d1;
  color: #b2b2b2 !important;
  width: 80%;
  padding: 2px 14px;
  height: 25px;
}
/* line 1152, templates/g5_hydrogen/scss/generalstyle.scss */
.contactUsYRS textarea {
  height: unset;
  width: 83.3%;
}
/* line 1157, templates/g5_hydrogen/scss/generalstyle.scss */
.contactUsYRS input#Send {
  background: #00598d;
  color: #fff !important;
  border: unset;
  border-radius: 3px;
  width: 80%;
}
/* line 1167, templates/g5_hydrogen/scss/generalstyle.scss */
.contactusContent {
  width: 25%;
  display: inline-block;
}
/* line 1172, templates/g5_hydrogen/scss/generalstyle.scss */
.contactusContent p {
  margin: 5px 0;
}
/* line 1179, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 1180, templates/g5_hydrogen/scss/generalstyle.scss */
.footer_address .col1 {
  float: left;
  width: 55%;
}
/* line 1184, templates/g5_hydrogen/scss/generalstyle.scss */
.footer_address .col2 {
  float: left;
  width: 43%;
}
/* line 1192, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 1197, templates/g5_hydrogen/scss/generalstyle.scss */
.ModuleIntroductionk2 .moduleItemIntrotext {
  color: #3b6376;
}
/*  RTL STYLES HERE */
/* line 1214, templates/g5_hydrogen/scss/generalstyle.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
  color: #73a31f;
  margin-top: 0px !important;
  display: inline-block;
  display: none;
}
/* ***********************  arabic language only */
/* line 1269, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ar-AA {
  /*font-size:18px;*/
  font-family: DroidNaskh !important;
}
/* line 1271, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ar-AA select, body.lang-ar-AA textarea, body.lang-ar-AA input[type="text"], body.lang-ar-AA input[type="password"], body.lang-ar-AA input[type="datetime"], body.lang-ar-AA input[type="datetime-local"], body.lang-ar-AA input[type="date"], body.lang-ar-AA input[type="month"], body.lang-ar-AA input[type="time"], body.lang-ar-AA input[type="week"], body.lang-ar-AA input[type="number"], body.lang-ar-AA input[type="email"], body.lang-ar-AA input[type="url"], body.lang-ar-AA input[type="search"], body.lang-ar-AA input[type="tel"], body.lang-ar-AA input[type="color"], body.lang-ar-AA .uneditable-input {
  /*font-size: 12px;*/
}
/* line 1275, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ar-AA div.itemToolbar ul li, body.lang-ar-AA div.itemToolbar ul li a {
  /*font-size: 11px;*/
}
/* line 1278, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ar-AA .itemListCategory h2 {
  font-family: DroidKufi !important;
}
/* line 1286, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ar-AA .ModuleIntroductionk2 a.moduleItemTitle {
  /*font-family:$font_arabi_2;*/
}
/* line 1290, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ar-AA h2.itemTitle {
  /*font-size:18px;*/
  font-family: DroidKufi;
  padding-right: 10px;
}
/* line 1297, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ar-AA .topMenuPos ul li a {
  /*font-family:$font_arabi_2;*/
}
/* line 1301, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ar-AA .mainMenu ul li a {
  /*font-family:$font_arabi_2;
   font-size:0.8em;
   */
}
/* line 1307, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ar-AA .ModuleBoxSame {
  /*font-family:$font_arabi;*/
}
/* line 1310, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ar-AA .ModuleBoxSame p:nth-child(3) {
  padding: 0 10px;
}
/* line 1314, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ar-AA .ModuleBoxSame p {
  padding-top: 5px;
  margin: 0;
  line-height: 18px;
  /*font-size: 14px;*/
}
/* line 1321, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ar-AA .logos-slider h2 {
  /*font-family:$font_arabi_2!important;
   font-size:18px;
   */
}
/* line 1331, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ar-AA .ModuleIntroductionk2 a.moduleItemTitle {
  /*font-size:19px;*/
}
/* line 1337, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 1338, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ar-AA #k2Container .itemImageBlock {
  float: left;
}
/* line 1341, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ar-AA #k2Container div.itemContainer {
  float: right;
}
/* line 1344, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ar-AA #k2Container .catItemHeader h3 {
  /*font-family:$font_arabi_2!important;*/
}
/* line 1350, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ar-AA div.itemListCategory h2 {
  /*font-family:$font_arabi;*/
}
/* line 1354, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ar-AA div.itemListCategory h2 h3.g-title {
  /* font-family:$font_arabi;*/
}
/* ***********************  End arabic language only */
/* ***********************  russian language only */
/* line 1378, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ru-RU {
  font-family: OpenSansRegular !important;
}
/* line 1379, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ru-RU * {
  font-family: OpenSansRegular !important;
}
/* line 1382, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ru-RU select, body.lang-ru-RU textarea, body.lang-ru-RU input[type="text"], body.lang-ru-RU input[type="password"], body.lang-ru-RU input[type="datetime"], body.lang-ru-RU input[type="datetime-local"], body.lang-ru-RU input[type="date"], body.lang-ru-RU input[type="month"], body.lang-ru-RU input[type="time"], body.lang-ru-RU input[type="week"], body.lang-ru-RU input[type="number"], body.lang-ru-RU input[type="email"], body.lang-ru-RU input[type="url"], body.lang-ru-RU input[type="search"], body.lang-ru-RU input[type="tel"], body.lang-ru-RU input[type="color"], body.lang-ru-RU .uneditable-input {
  font-size: 12px;
}
/* line 1386, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ru-RU div.itemToolbar ul li, body.lang-ru-RU div.itemToolbar ul li a {
  font-size: 11px;
}
/* line 1389, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ru-RU .itemListCategory h2 {
  font-family: OpenSansSemibold !important;
  font-size: 18px;
}
/* line 1397, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ru-RU .ModuleIntroductionk2 a.moduleItemTitle {
  font-family: OpenSansSemibold;
}
/* line 1401, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ru-RU h2.itemTitle {
  font-size: 18px;
  font-family: OpenSansSemibold;
  padding-right: 10px;
}
/* line 1408, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ru-RU .topMenuPos ul li a {
  font-family: OpenSansSemibold;
}
/* line 1412, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ru-RU .mainMenu ul li a {
  font-family: OpenSansSemibold;
  font-size: 0.8em;
}
/* line 1417, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ru-RU .ModuleBoxSame {
  font-family: OpenSansRegular;
}
/* line 1420, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ru-RU .ModuleBoxSame p:nth-child(3) {
  padding: 0 10px;
}
/* line 1424, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ru-RU .ModuleBoxSame p {
  padding-top: 5px;
  margin: 0;
  line-height: 18px;
  font-size: 14px;
}
/* line 1431, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ru-RU .logos-slider h2 {
  font-family: OpenSansSemibold !important;
  font-size: 18px;
}
/* line 1440, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ru-RU .ModuleIntroductionk2 a.moduleItemTitle {
  font-size: 19px;
}
/* line 1446, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 1447, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ru-RU #k2Container .itemImageBlock {
  float: left;
}
/* line 1450, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ru-RU #k2Container div.itemContainer {
  float: right;
}
/* line 1453, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ru-RU #k2Container .catItemHeader h3 {
  font-family: OpenSansSemibold !important;
}
/* line 1459, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ru-RU div.itemListCategory h2 {
  font-family: OpenSansRegular;
}
/* line 1463, templates/g5_hydrogen/scss/generalstyle.scss */
body.lang-ru-RU div.itemListCategory h2 h3.g-title {
  font-family: OpenSansRegular;
}
/* ***********************  End russian language only */
/* line 1521, templates/g5_hydrogen/scss/generalstyle.scss */
.slide-desc {
  bottom: 10% !important;
  left: 25% !important;
  width: 50% !important;
  font-size: 18px;
}
/* line 1526, templates/g5_hydrogen/scss/generalstyle.scss */
.slide-desc a {
  color: #fff !important;
}
/* line 1530, templates/g5_hydrogen/scss/generalstyle.scss */
.slide-desc .slide-text, .slide-desc slide-text * {
  color: #fff !important;
}
/* line 1535, templates/g5_hydrogen/scss/generalstyle.scss */
.slide-desc-bg-default {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 7px;
}
/* ***********************  Mobile                                *******************   */
/* line 1559, templates/g5_hydrogen/scss/generalstyle.scss */
#g-offcanvas #g-mobilemenu-container ul {
  background: #20b45a;
}
/* line 1563, templates/g5_hydrogen/scss/generalstyle.scss */
#g-offcanvas {
  background: #1fb45b;
  width: 17rem;
  color: #fff;
}
/* line 1571, templates/g5_hydrogen/scss/generalstyle.scss */
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: #655f60;
}
/* line 1576, templates/g5_hydrogen/scss/generalstyle.scss */
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  border: none;
  background: none;
  border-radius: 0.1875rem;
  margin: -0.2rem 0 -0.2rem 0.5rem;
  padding: 0.2rem;
}
/* line 1583, templates/g5_hydrogen/scss/generalstyle.scss */
#g-mobilemenu-container .g-toplevel li .g-menu-item-container {
  padding: 0.5rem 0.8rem;
}
/* line 1625, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 1626, templates/g5_hydrogen/scss/generalstyle.scss */
.aboutUs section {
  padding-top: 10px;
}
/************************************************************************************************************/
/* line 1654, templates/g5_hydrogen/scss/generalstyle.scss */
.pezhvac_team {
  /*
   ul {
   list-style: none;
   padding: 0;
   .inner {
   padding-left: 1em;
   overflow: hidden;
   display: none;
   &.show {
   }
   }
   li {
   margin: .5em 0;
   a.toggle {
   width: 100%;
   display: block;
   background: rgba(0,0,0,0.78);
   color: #fefefe;
   padding: .75em;
   border-radius: 0.15em;
   transition: background .3s ease;
   &:hover {
   background: rgba(0, 0, 0, 0.9);
   }
   }
   }
   }
   */
}
/* line 1658, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 1659, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 1660, templates/g5_hydrogen/scss/generalstyle.scss */
.pezhvac_team .content .team_image_box .ttl {
  width: 100% !important;
  float: unset !important;
  text-align: center !important;
  font-size: 0.9em;
}
/* line 1670, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 1672, templates/g5_hydrogen/scss/generalstyle.scss */
.pezhvac_team .teamAllBoxContainer .row {
  margin: 0;
}
/* line 1679, templates/g5_hydrogen/scss/generalstyle.scss */
.pezhvac_team .teamAllBoxContainer .teamPerBox {
  /*background: #f5f5f5;*/
  margin: 5px;
  padding: 5px;
  border-radius: 3px;
}
/* line 1685, templates/g5_hydrogen/scss/generalstyle.scss */
.pezhvac_team .teamAllBoxContainer .teamPerBox .ss_v2_title {
  text-align: center;
  background: #0588a9;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  color: #fff;
  margin: 4px;
  line-height: 34px;
  display: none;
}
/* line 1697, templates/g5_hydrogen/scss/generalstyle.scss */
.pezhvac_team .teamAllBoxContainer .teamPerBox .person-info-cc {
  margin: 4px;
  border-radius: 3px;
  background: #fff;
  padding-top: 15px;
  /*padding-bottom: 15px;*/
  border: 1px solid #d0d0d0;
  border-radius: 18px 18px 18px 18px;
  color: #00598d;
}
/* line 1711, templates/g5_hydrogen/scss/generalstyle.scss */
.pezhvac_team .teamAllBoxContainer .teamPerBox .name {
  text-align: center;
  font-size: 1.2em;
  height: 100px;
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  /* position: relative; */
  /* z-index: 1; */
  /* padding-bottom: 30%; */
  border-bottom-color: #d0d0d0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-radius: 18px 18px 18px 0px;
  line-height: 90px;
}
/* line 1729, templates/g5_hydrogen/scss/generalstyle.scss */
.pezhvac_team .teamAllBoxContainer .teamPerBox .semat {
  text-align: center;
  font-size: 1em;
  color: #0dad4a;
  margin-top: 15px;
  padding-bottom: 15px;
  height: 3.7rem;
}
/* line 1737, templates/g5_hydrogen/scss/generalstyle.scss */
.pezhvac_team .teamAllBoxContainer .teamPerBox .edu {
  text-align: center;
  font-size: 1em;
  font-size: 0.8em;
  margin-bottom: 15px;
}
/* line 1744, templates/g5_hydrogen/scss/generalstyle.scss */
.pezhvac_team .teamAllBoxContainer .teamPerBox .contact {
  text-align: center;
  font-size: 0.9em;
}
/* line 1747, templates/g5_hydrogen/scss/generalstyle.scss */
.pezhvac_team .teamAllBoxContainer .teamPerBox .contact .email {
  width: 100%;
  display: inline-block;
  height: 25px;
}
/* line 1752, templates/g5_hydrogen/scss/generalstyle.scss */
.pezhvac_team .teamAllBoxContainer .teamPerBox .contact .tell {
  width: 100%;
  height: 22px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
/* line 1759, templates/g5_hydrogen/scss/generalstyle.scss */
.pezhvac_team .teamAllBoxContainer .teamPerBox .contact .tell .tell_place {
  /*width:120px;*/
  /*margin: 0 auto;*/
  display: inline-block;
}
/* line 1763, templates/g5_hydrogen/scss/generalstyle.scss */
.pezhvac_team .teamAllBoxContainer .teamPerBox .contact .tell .tell_place span.sdf {
  margin-right: 1px;
  margin-left: 1px;
  float: left;
  direction: ltr;
}
/* line 1768, templates/g5_hydrogen/scss/generalstyle.scss */
.pezhvac_team .teamAllBoxContainer .teamPerBox .contact .tell .tell_place span.sdf:after {
  content: "-";
  float: right;
  margin-left: 2px;
  margin-right: 2px;
}
/* line 1774, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 1775, templates/g5_hydrogen/scss/generalstyle.scss */
.pezhvac_team .teamAllBoxContainer .teamPerBox .contact .tell .tell_place span.sdf:last-child:after {
  display: none;
}
/* line 1791, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 1793, templates/g5_hydrogen/scss/generalstyle.scss */
.pezhvac_team .teamAllBoxContainer .teamPerBox .ContentDiv.show {
  /*display:inline-block;*/
}
/* line 1800, templates/g5_hydrogen/scss/generalstyle.scss */
.pezhvac_team .teamAllBoxContainer .teamPerBox .ttlDiv {
  display: none;
  background: linear-gradient(to bottom, #fefefe 0%, #f3f3f3 51%, #dbdbdb 55%, #e2e2e2 100%);
  /* border-top: 1px solid #fff; */
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.15); */
  /* box-shadow: inset 0 2px 0 #fff; */
  font-size: 1.1em;
  /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75); */
  color: #666;
  cursor: pointer;
  /* transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87); */
  height: 35px;
  line-height: 29px;
  padding-right: 15px;
}
/* line 1815, templates/g5_hydrogen/scss/generalstyle.scss */
/* line 1816, templates/g5_hydrogen/scss/generalstyle.scss */
.pezhvac_team .teamAllBoxContainer .teamPerBox.active .ttlDiv {
  background: linear-gradient(to bottom, #fefefe 0%, #faffb1 51%, #f7eba1 55%, #e2e2e2 100%);
}
/* line 2, templates/g5_hydrogen/scss/_k2.scss */
div.itemContainerLast {
  width: 100%;
}
/* line 6, templates/g5_hydrogen/scss/_k2.scss */
/* line 7, templates/g5_hydrogen/scss/_k2.scss */
.genericView .componentheading {
  font-size: 19px;
  border: #eee thin solid;
  background: #eee;
  padding: 15px;
}
/* line 17, templates/g5_hydrogen/scss/_k2.scss */
/* line 19, templates/g5_hydrogen/scss/_k2.scss */
.genericView .genericItemView h2.genericItemTitle {
  font-weight: bold;
  line-height: 100%;
  padding: 2px 0 5px 0 !important;
  margin: 0;
}
/* line 24, templates/g5_hydrogen/scss/_k2.scss */
.genericView .genericItemView h2.genericItemTitle a {
  font-size: 19px;
  color: #129d01;
}
/* line 27, templates/g5_hydrogen/scss/_k2.scss */
.genericView .genericItemView h2.genericItemTitle a:hover {
  color: #fc0802;
}
/* line 34, templates/g5_hydrogen/scss/_k2.scss */
.genericView .genericItemView .genericItemBody {
  margin: 0;
  padding: 0;
}
/* line 39, templates/g5_hydrogen/scss/_k2.scss */
.genericView .genericItemView .genericItemCategory {
  font-size: 13px;
  color: #eee;
}
/* line 70, templates/g5_hydrogen/scss/_k2.scss */
div.itemView {
  padding: 0px 0 24px 0;
  margin: 0 0 24px 0;
}
/* line 77, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 {
  /*itemView*/
  /* category list ************************************************* */
  /* End category list ************************************************* */
  /* -- K2 LIST NEWS -- */
}
/* line 81, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 .itemImageBlock {
  padding: 8px 0;
  margin: 0 0 16px 0;
  float: left;
}
/* line 85, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 .itemImageBlock span.itemImage {
  display: block;
  text-align: center;
  margin: 0px 8px 8px 8px;
}
/* line 89, templates/g5_hydrogen/scss/_k2.scss */
/* line 90, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 .itemImageBlock span.itemImage a img {
  border: #eee thin solid;
  padding: 2px;
}
/* line 105, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 div.itemAttachmentsBlock {
  padding: 4px;
  border-bottom: 1px dotted #ccc;
  width: 50%;
  border: #eee thin solid;
  min-width: 400px;
}
/* line 115, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 div.itemAttachmentsBlock span.ttl {
  font-weight: bold;
  color: #555;
  padding: 0 4px 0 0;
  width: 50%;
  /* background: #999; */
  display: block;
  border-bottom: #0358a6 thin solid;
  line-height: 35px;
}
/* line 127, templates/g5_hydrogen/scss/_k2.scss */
/* line 129, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 div.itemAttachmentsBlock ul.itemAttachments li {
  display: block;
  padding: 0 4px;
  margin: 0;
  text-align: right;
  line-height: 36px;
  margin-right: 25px;
}
/* line 143, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 .itemContentFooter {
  border: #eee thin dotted;
  padding: 6px;
  background: #fbfbfb;
  border-radius: 5px;
}
/* line 155, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 div.itemBody {
  padding-top: 0px !important;
}
/* line 159, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 div.itemToolbar {
  margin: 0;
  padding: 0;
  margin-top: 10px;
  border: #eee thin dotted;
  background: #fbfbfb;
  line-height: 2em;
}
/* line 168, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 div.itemToolbar ul {
  float: left;
}
/* line 170, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 div.itemToolbar ul li {
  border: none;
  margin-top: 10px;
}
/* line 180, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1.itemView {
  padding: 0px 0 24px 0 !important;
  margin: 0 0 24px 0;
  /*itemHeader*/
}
/* line 186, templates/g5_hydrogen/scss/_k2.scss */
/* line 187, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1.itemView .itemHeader h2.itemTitle {
  font-size: 1.2em !important;
  text-align: right !important;
  background: none;
  color: #2c7ebb;
  margin-top: 0;
  padding-top: 0;
  line-height: 50px;
}
/* line 199, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1.itemView .itemDateCreated {
  text-align: left;
}
/* line 216, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 div.itemIsFeatured:before, ._k2mmxv1 div.catItemIsFeatured:before, ._k2mmxv1 div.userItemIsFeatured:before {
  display: none;
}
/* line 225, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 div.itemListCategory {
  background: unset;
  border: none;
  border-radius: 0px;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  color: #429d01;
  /*border-bottom: #47adbb thin dotted;*/
  margin-bottom: 0;
}
/* line 236, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 div.itemListCategory h2 {
  font-size: 0.95em;
  margin-top: 6px;
}
/* line 245, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #itemListPrimary {
  /*catItemView*/
}
/* line 249, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #itemListPrimary .ItemContainer {
  margin-top: 5px;
}
/* line 254, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #itemListPrimary .catItemView {
  background: unset;
  margin: 1px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 1px;
  border-bottom: 1px solid #0dad4a;
  margin-bottom: 5px;
  /*catItemBody*/
}
/* line 268, templates/g5_hydrogen/scss/_k2.scss */
/* line 272, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #itemListPrimary .catItemView .catItemHeader h3.catItemTitle {
  font-weight: bold;
  line-height: 110%;
  padding: 2px 0 5px 0;
  font-size: 1em;
  line-height: 1.6em;
  margin: 0;
  margin-top: 2px;
}
/* line 284, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #itemListPrimary .catItemView .catItemHeader h3.catItemTitle a {
  font-size: 1em;
  color: #2c7ebb;
  text-decoration: none;
}
/* line 288, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #itemListPrimary .catItemView .catItemHeader h3.catItemTitle a:hover {
  color: #2c7e22;
}
/* line 298, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #itemListPrimary .catItemView .catItemBody {
  margin: 1px;
  padding: 2px;
  display: inline-block;
  width: 100%;
}
/* line 304, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #itemListPrimary .catItemView .catItemBody .catItemImageBlock {
  float: right;
  width: 200px;
  max-height: 175px;
  overflow: hidden;
  margin: 5px;
  padding: 3px;
  /*border: #bfbcbb thin solid;*/
}
/* line 305, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #itemListPrimary .catItemView .catItemBody .catItemImageBlock span.catItemImage {
  margin: 0;
}
/* line 316, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #itemListPrimary .catItemView .catItemBody .catItemImageBlock img {
  border-radius: 10px 0px 10px 0px;
  max-width: 100%;
  max-height: 120px;
}
/* line 322, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #itemListPrimary .catItemView .catItemBody .catItemIntroText {
  font-size: 0.1em;
  font-weight: normal;
  line-height: inherit;
  padding: 4px 0 12px 0;
}
/* line 331, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #itemListPrimary .catItemView .catItemBody .catItemLinks {
  margin: 1px;
  padding: 2px;
}
/* line 335, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #itemListPrimary .catItemView .catItemBody .catItemLinks *, ._k2mmxv1 #itemListPrimary .catItemView .catItemBody .catItemLinks a {
  padding: 1px 0;
  font-size: 10px;
  text-align: left;
  color: #a9aba6;
}
/* line 349, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #itemListPrimary .catItemView div.catItemReadMore {
  margin-top: 20px;
  display: inline-block;
  margin: 20px 0px 0 0;
}
/* line 355, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #itemListPrimary .catItemView div.catItemReadMore a {
  color: #129d01;
  background: unset;
  padding: 1px 5px;
  border-radius: 1px;
}
/* line 391, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #itemListSecondary div.itemContainerLast {
  /*width: 50% !important;
   */
  display: inline-block;
  padding: 0 20px;
}
/* line 397, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #itemListSecondary div.itemContainerLast .catItemHeader {
  display: inline-block;
  float: right;
  width: 100%;
}
/* line 402, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #itemListSecondary div.itemContainerLast .catItemHeader h3.catItemTitle {
  font-size: 20px;
  padding: 1px 0 0 5px;
  font-weight: bold;
}
/* line 407, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #itemListSecondary div.itemContainerLast .catItemHeader h3.catItemTitle:hover {
  color: #00598d;
}
/* line 413, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #itemListSecondary div.itemContainerLast .catItemBody {
  display: inline-block;
  float: right;
  width: 100%;
}
/* line 418, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #itemListSecondary div.itemContainerLast .catItemBody div.catItemImageBlock {
  /*height: 130px;*/
  overflow: hidden;
}
/* line 423, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #itemListSecondary div.itemContainerLast .catItemBody img {
  border-radius: 2px;
}
/* line 429, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #itemListSecondary .clr {
  display: none;
}
/* line 433, templates/g5_hydrogen/scss/_k2.scss */
/* line 434, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 .itemListView .itemListCategory {
  border: unset;
  border-radius: 0;
  background-color: #f6f6f6;
}
/* line 439, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 .itemListView .itemListCategory h2 {
  margin: 0 0;
}
/* line 445, templates/g5_hydrogen/scss/_k2.scss */
/* line 447, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 div.itemFullText p {
  text-align: justify;
}
/* line 455, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #k2Container {
  margin: 0 0 70px 0;
  padding: 0;
}
/* line 462, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 #k2Container .itemImageBlock {
  /* float:right;*/
}
/* line 473, templates/g5_hydrogen/scss/_k2.scss */
._k2mmxv1 .itemBackToTop {
  display: none;
}
/*_k2mmx*/
/* line 647, templates/g5_hydrogen/scss/_k2.scss */
div.itemListCategory h2 {
  font-family:  !important;
}
/* line 652, templates/g5_hydrogen/scss/_k2.scss */
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float: left;
}
/* line 2, templates/g5_hydrogen/scss/_k2_ltr.scss */
/* line 3, templates/g5_hydrogen/scss/_k2_ltr.scss */
/* line 4, templates/g5_hydrogen/scss/_k2_ltr.scss */
/* line 6, templates/g5_hydrogen/scss/_k2_ltr.scss */
/* line 8, templates/g5_hydrogen/scss/_k2_ltr.scss */
.dir-ltr ._k2mmxv1.itemView .itemHeader h2.itemTitle {
  text-align: left !important;
}
/* line 17, templates/g5_hydrogen/scss/_k2_ltr.scss */
/* line 19, templates/g5_hydrogen/scss/_k2_ltr.scss */
/* line 21, templates/g5_hydrogen/scss/_k2_ltr.scss */
/* line 23, templates/g5_hydrogen/scss/_k2_ltr.scss */
.dir-ltr ._k2mmxv1 #itemListPrimary .catItemView .catItemBody .catItemImageBlock {
  float: left;
}
/* line 33, templates/g5_hydrogen/scss/_k2_ltr.scss */
/* line 35, templates/g5_hydrogen/scss/_k2_ltr.scss */
.dir-ltr ._k2mmxv1 div.itemToolbar ul {
  float: right;
}
/* line 1, templates/g5_hydrogen/scss/topNav.scss */
/* line 3, templates/g5_hydrogen/scss/topNav.scss */
.topNavSection .g-content {
  margin: 0;
  padding: 0;
}
/* line 6, templates/g5_hydrogen/scss/topNav.scss */
.topNavSection .g-content p {
  margin: 0;
  padding: 0;
}
/* line 12, templates/g5_hydrogen/scss/topNav.scss */
.topNavSection .topNavC {
  text-align: left;
}
/* line 1, templates/g5_hydrogen/scss/menuSection.scss */
#g-header {
  margin-bottom: 30px;
}
/* line 3, templates/g5_hydrogen/scss/menuSection.scss */
/* line 6, templates/g5_hydrogen/scss/menuSection.scss */
#g-header .g-main-nav li {
  border-radius: 3px;
  min-width: 60px;
  border-bottom: #eee thin solid;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  background: none !important;
}
/* line 14, templates/g5_hydrogen/scss/menuSection.scss */
#g-header .g-main-nav li a {
  color: #666 !important;
}
/* line 20, templates/g5_hydrogen/scss/menuSection.scss */
#g-header .g-main-nav .g-dropdown {
  background: #313131;
}
/* line 23, templates/g5_hydrogen/scss/menuSection.scss */
#g-header .g-main-nav .g-dropdown li {
  border: none;
  border-bottom: #eee thin dotted;
  background: none !important;
  text-align: right;
}
/* line 28, templates/g5_hydrogen/scss/menuSection.scss */
#g-header .g-main-nav .g-dropdown li:last-child {
  border: none;
}
/* line 33, templates/g5_hydrogen/scss/menuSection.scss */
#g-header .g-main-nav .g-dropdown li a {
  color: #eee !important;
  font-size: 0.9em;
}
/* line 38, templates/g5_hydrogen/scss/menuSection.scss */
#g-header .g-main-nav .g-dropdown li a:hover {
  background: none !important;
}
/* line 43, templates/g5_hydrogen/scss/menuSection.scss */
#g-header .g-main-nav .g-dropdown li:hover {
  background: none !important;
}
/* line 4, templates/g5_hydrogen/scss/InPageContentStyles.scss */
/* line 5, templates/g5_hydrogen/scss/InPageContentStyles.scss */
.all_sc_Imagepage .row {
  margin-bottom: 10px;
}
/* line 8, templates/g5_hydrogen/scss/InPageContentStyles.scss */
.all_sc_Imagepage .row .col-md-6 {
  margin-bottom: 10px;
}
/* line 18, templates/g5_hydrogen/scss/InPageContentStyles.scss */
/* line 20, templates/g5_hydrogen/scss/InPageContentStyles.scss */
.Sc_LandingPageContainer h4.ttlOfBox {
  background: #eee;
  line-height: 30px;
  padding: 5px;
  margin-top: 0;
}
/* line 26, templates/g5_hydrogen/scss/InPageContentStyles.scss */
.Sc_LandingPageContainer .perRow {
  margin-bottom: 15px;
}
/* line 29, templates/g5_hydrogen/scss/InPageContentStyles.scss */
.Sc_LandingPageContainer table {
  border: none;
}
/* line 31, templates/g5_hydrogen/scss/InPageContentStyles.scss */
.Sc_LandingPageContainer table td {
  border: none !important;
}
/* line 32, templates/g5_hydrogen/scss/InPageContentStyles.scss */
.Sc_LandingPageContainer table td p {
  margin-bottom: 2px;
}
/* line 54, templates/g5_hydrogen/scss/InPageContentStyles.scss */
.tableStyle_A {
  width: 100%;
  text-align: right;
}
/* line 57, templates/g5_hydrogen/scss/InPageContentStyles.scss */
.tableStyle_A tr {
  background: #fff;
}
/* line 60, templates/g5_hydrogen/scss/InPageContentStyles.scss */
.tableStyle_A tr:nth-child(even) {
  background-color: #f2f2f2;
}
/* line 65, templates/g5_hydrogen/scss/InPageContentStyles.scss */
.tableStyle_A tr:hover {
  background: #21598c;
  color: #fff;
}
/* line 82, templates/g5_hydrogen/scss/InPageContentStyles.scss */
.btn_big_a {
  background: url('../../images/btn_bk_blue.png') no-repeat;
  height: 90px;
  width: 235px;
  display: inline-block;
  line-height: 95px;
  text-align: center;
  font-size: 1.6em;
  color: #fff;
  text-decoration: none;
}
/* line 92, templates/g5_hydrogen/scss/InPageContentStyles.scss */
.btn_big_a:hover {
  text-decoration: none;
  color: #000;
}
/* line 100, templates/g5_hydrogen/scss/InPageContentStyles.scss */
.btn_big_download_a {
  background: url('../../images/btn_bk_blue_dl.png') no-repeat;
  height: 90px;
  width: 235px;
  display: inline-block;
  line-height: 95px;
  text-align: center;
  font-size: 1.6em;
  color: #fff;
  text-decoration: none;
  display: table;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
/* line 114, templates/g5_hydrogen/scss/InPageContentStyles.scss */
.btn_big_download_a:hover {
  text-decoration: none;
  color: #000;
}
/* line 119, templates/g5_hydrogen/scss/InPageContentStyles.scss */
.btn_big_download_a span {
  width: 169px;
  display: block;
  font-size: 18px;
  line-height: 25px;
  display: block;
  vertical-align: middle;
  padding-top: 25px;
}
/* line 131, templates/g5_hydrogen/scss/InPageContentStyles.scss */
.btn_big_a.AeeiinNameEjreaei {
  background: url('../../images/btn_bk_blue.png?5e136bae') no-repeat;
  height: 90px;
  width: 235px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  display: table-cell;
}
/* line 156, templates/g5_hydrogen/scss/InPageContentStyles.scss */
/* line 159, templates/g5_hydrogen/scss/InPageContentStyles.scss */
.prevBoardOfDirectors .ttlAll {
  text-align: center;
  /* line-height: 46px; */
  height: 82px;
}
/* line 164, templates/g5_hydrogen/scss/InPageContentStyles.scss */
.prevBoardOfDirectors .ttlPerSection {
  background: #f7f7f7;
  border-radius: 10px;
}
/* line 169, templates/g5_hydrogen/scss/InPageContentStyles.scss */
.prevBoardOfDirectors .pu {
  margin-top: 5px;
  border-bottom: #eee thin solid;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 3, templates/g5_hydrogen/scss/rsForm.scss */
/* line 6, templates/g5_hydrogen/scss/rsForm.scss */
.RSForm_inlineContent_Container h2 {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  color: #429d01;
  border-bottom: #47adbb thin dotted;
  margin-bottom: 40px;
  display: none !important;
}
/* line 16, templates/g5_hydrogen/scss/rsForm.scss */
.RSForm_inlineContent_Container .formControlLabel {
  /*text-align:left!important;*/
}
/* line 20, templates/g5_hydrogen/scss/rsForm.scss */
.RSForm_inlineContent_Container .formControlLabel {
  color: #00598d;
}
/* line 23, templates/g5_hydrogen/scss/rsForm.scss */
.RSForm_inlineContent_Container .formControlLabel .formRequired {
  color: #ec1717;
  font-size: 0.7em;
  margin: 0 10px;
}
/* line 30, templates/g5_hydrogen/scss/rsForm.scss */
.RSForm_inlineContent_Container fieldset {
  /* input 
   {
   width:35%;    
   }
   textarea{
   width:65%;
   }
   #Send{
   width:100px;
   }
   margin: 0 60px;
   lable{
   }
   */
}
/* line 1, templates/g5_hydrogen/scss/_mmx_EveryProjectcss.scss */
.MakeJustify {
  text-align: justify;
}
/* line 59, templates/g5_hydrogen/scss/_custom.scss */
.dir-ltr {
  /* MENU  STARTED HERE ***********************************  */
  /* TOP NAV  END HERE *********************************** @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@2  */
  /* -- top tell and email -- */
  /****************************************************************************/
  /* TOP NAV  END HERE *********************************** @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@2  */
  /* K2  HERE *********************************** */
}
/* line 2, templates/g5_hydrogen/scss/generalstyle_ltr.scss */
.dir-ltr body {
  font-size: 15px !important;
}
/* line 7, templates/g5_hydrogen/scss/generalstyle_ltr.scss */
.dir-ltr .ModuleIntroductionk2 .moduleItemIntrotext .moduleItemImage {
  float: right;
}
/* line 19, templates/g5_hydrogen/scss/generalstyle_ltr.scss */
/* line 20, templates/g5_hydrogen/scss/generalstyle_ltr.scss */
/* line 26, templates/g5_hydrogen/scss/generalstyle_ltr.scss */
/* line 27, templates/g5_hydrogen/scss/generalstyle_ltr.scss */
.dir-ltr .filelinkmmxContainer .perImageContainer .img .link_container_outer {
  right: 0;
  left: unset;
}
/* line 31, templates/g5_hydrogen/scss/generalstyle_ltr.scss */
/* line 36, templates/g5_hydrogen/scss/generalstyle_ltr.scss */
.dir-ltr .filelinkmmxContainer .perImageContainer .img .link_container_outer .link_container .sddf {
  float: left;
}
/* line 61, templates/g5_hydrogen/scss/_custom.scss */
.dir-ltr > * {
  direction: ltr;
}
/* line 65, templates/g5_hydrogen/scss/_custom.scss */
.dir-ltr #g-page-surround {
  /* background:#e87;*/
}
/* line 9, templates/g5_hydrogen/scss/_ltr.scss */
/* line 11, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .mainLogo .g-content {
  margin: 0;
  margin-left: 10px;
  padding: 0;
  text-align: left;
}
/* line 22, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .inline_services_images {
  float: left;
}
/* line 26, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .itemViewService.service section h2 {
  text-align: left;
}
/* line 30, templates/g5_hydrogen/scss/_ltr.scss */
/* line 31, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .mainMenu ul {
  float: left;
}
/* line 34, templates/g5_hydrogen/scss/_ltr.scss */
/* line 37, templates/g5_hydrogen/scss/_ltr.scss */
/* line 38, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .mainMenu ul li.g-menu-item a {
  border-left: 1px solid #ddd;
  padding: 4px 10px !important;
  border-right: unset;
}
/* line 47, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .mainMenu ul li a {
  font-family: Yekan;
}
/* line 52, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .mainMenu ul li ul.g-dropdown {
  width: 190px !important;
  background: rgba(211, 232, 249, 0.8) !important;
  right: 0;
}
/* line 57, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .mainMenu ul li ul.g-dropdown li {
  border-bottom: 1px solid #fff;
}
/* line 60, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .mainMenu ul li ul.g-dropdown li a {
  font-size: 13px;
  color: #00598d !important;
  padding-right: 10px !important;
}
/* line 69, templates/g5_hydrogen/scss/_ltr.scss */
/* line 70, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .mainMenu ul li:first-child a {
  border: none !important;
  padding-left: 0 !important;
}
/* line 88, templates/g5_hydrogen/scss/_ltr.scss */
/* line 89, templates/g5_hydrogen/scss/_ltr.scss */
/* line 90, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .topMenuPos ul li {
  border-right: unset;
  border-left: 1px solid #73e042;
  height: 25px;
  line-height: 27px;
  float: right;
}
/* line 96, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .topMenuPos ul li a {
  padding: 0px 10px !important;
  border-right: unset;
}
/* line 115, templates/g5_hydrogen/scss/_ltr.scss */
/* line 116, templates/g5_hydrogen/scss/_ltr.scss */
/* line 118, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .topA .g-content p {
  text-align: left;
}
/* line 120, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .topA .g-content p a {
  float: left;
  margin-right: 25px;
  margin-left: 3px;
}
/* line 135, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .logos-slider h2 {
  font-size: 1.1em;
  color: #10598d;
  text-align: center;
}
/* line 145, templates/g5_hydrogen/scss/_ltr.scss */
/* line 147, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .ModuleSearchProduct button {
  float: left;
}
/* line 155, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr select {
  direction: ltr;
  text-align: left;
}
/* line 167, templates/g5_hydrogen/scss/_ltr.scss */
/* line 170, templates/g5_hydrogen/scss/_ltr.scss */
/* line 172, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .itemView.visits section h2 {
  text-align: left;
}
/* line 180, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .itemViewService.service {
  padding-left: 0;
}
/* line 184, templates/g5_hydrogen/scss/_ltr.scss */
/* line 185, templates/g5_hydrogen/scss/_ltr.scss */
/* line 187, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .itemViewService.service section .interrr ul, .dir-ltr .itemViewService.service section .interrr ol {
  margin-left: 29px;
}
/* line 190, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .itemViewService.service section .interrr h3 {
  text-align: left;
  padding-left: 0;
  margin-left: 0;
}
/* line 242, templates/g5_hydrogen/scss/_ltr.scss */
/* line 246, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .ModuleIntroductionk2 .moduleItemTitle {
  text-align: left !important;
}
/* line 251, templates/g5_hydrogen/scss/_ltr.scss */
/* line 252, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .searchPos .search_site {
  float: right;
}
/* line 254, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .searchPos .search_site .inputbox {
  width: 100px;
  color: #636060;
  padding: 3px;
  float: left;
}
/* line 262, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .searchPos .search_site .button {
  float: right;
  margin-right: 5px;
}
/* line 274, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .ModuleChangeLanguage {
  text-align: right;
}
/* line 276, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .ModuleChangeLanguage ul.lang-inline {
  float: right;
}
/* line 284, templates/g5_hydrogen/scss/_ltr.scss */
/* line 286, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .mpos_footer_menu ul {
  float: left !important;
}
/* line 293, templates/g5_hydrogen/scss/_ltr.scss */
/* line 296, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr #sidebarleft .g-content {
  padding: 0;
  margin-top: 0;
}
/* line 302, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr #sidebarleft h3 {
  font-size: 1.2em;
  color: #00598d;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 50px;
  line-height: 50px;
  margin-bottom: 2px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 0 !important;
}
/* line 317, templates/g5_hydrogen/scss/_ltr.scss */
/* line 319, templates/g5_hydrogen/scss/_ltr.scss */
/* line 320, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .menufollow_nav_mod li a {
  width: 100%;
  display: inline-block;
  line-height: 1.1em;
  margin-bottom: 5px;
  color: #355479;
  text-align: left;
  /* background: #264f81; */
  /* padding-top: 10px; */
  /* padding-bottom: 10px; */
  border-radius: 0;
  padding: 5px;
  font-size: 0.9em;
  padding-top: 11px;
  padding-bottom: 2px;
  border-top: 1px solid #b2cddd;
}
/* line 354, templates/g5_hydrogen/scss/_ltr.scss */
/* line 356, templates/g5_hydrogen/scss/_ltr.scss */
/* line 358, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .itemView.aboutUs section h2 {
  text-align: left;
  float: left;
}
/* line 364, templates/g5_hydrogen/scss/_ltr.scss */
/* line 366, templates/g5_hydrogen/scss/_ltr.scss */
/* line 368, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .itemView.aboutUs section .content.contact .ttl {
  float: left;
}
/* line 448, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .ModuleBoxSame {
  font-family: BNazanin;
}
/* line 451, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .ModuleBoxSame h3.g-title {
  position: relative;
  top: 260px;
  right: 20px;
  font-family: BNazanin;
}
/* line 461, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .logos-slider h2 {
  font-family: BNazanin !important;
}
/* line 465, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .mpos_footer_menu ul {
  float: right;
}
/* line 467, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr .mpos_footer_menu ul li {
  float: right;
}
/* line 482, templates/g5_hydrogen/scss/_ltr.scss */
/* line 484, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr #k2Container .itemImageBlock {
  float: left;
}
/* line 487, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr #k2Container div.itemContainer {
  float: right;
}
/* line 491, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr #k2Container .catItemHeader h3 {
  font-family: BNazanin !important;
}
/* line 501, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr div.itemListCategory h2 {
  font-family: BNazanin !important;
}
/* line 508, templates/g5_hydrogen/scss/_ltr.scss */
.dir-ltr div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float: left;
}
@media only screen and (max-width: 768px) {
  /* line 4, templates/g5_hydrogen/scss/_smal.scss */
  /* line 6, templates/g5_hydrogen/scss/_smal.scss */
  .topA .g-content {
    margin: 0 auto;
  }
  /* line 8, templates/g5_hydrogen/scss/_smal.scss */
  .topA .g-content p {
    width: 70% !important;
    text-align: center !important;
    margin: 0 auto !important;
    margin-top: 4px !important;
  }
  /* line 13, templates/g5_hydrogen/scss/_smal.scss */
  .topA .g-content p a {
    float: unset !important;
    width: 100% !important;
  }
  /* line 26, templates/g5_hydrogen/scss/_smal.scss */
  /* line 27, templates/g5_hydrogen/scss/_smal.scss */
  .modk2multiItem_carousel_advance_1 .perContentOuter .img {
    height: 190px;
  }
  /* line 31, templates/g5_hydrogen/scss/_smal.scss */
  .modk2multiItem_carousel_advance_1 .perContentOuter .perContentInner {
    border: #dadada thin solid;
    padding: 1px;
    height: 220px;
  }
  /* line 39, templates/g5_hydrogen/scss/_smal.scss */
  /* line 41, templates/g5_hydrogen/scss/_smal.scss */
  .topNavSection .g-container {
    height: 100px;
  }
  /* line 43, templates/g5_hydrogen/scss/_smal.scss */
  .topNavSection .g-container .userblockTop {
    height: 60px;
    width: 100%;
  }
  /* line 46, templates/g5_hydrogen/scss/_smal.scss */
  .topNavSection .g-container .userblockTop .username {
    font-size: 1.1em;
    text-align: center;
  }
  /* line 50, templates/g5_hydrogen/scss/_smal.scss */
  .topNavSection .g-container .userblockTop.lgn {
    height: 40px;
    width: 135px;
  }
  /* line 73, templates/g5_hydrogen/scss/_smal.scss */
  .sidebarleft {
    display: none;
  }
  /* line 77, templates/g5_hydrogen/scss/_smal.scss */
  .ModuleIntroductionk2 .moduleItemIntrotext .moduleItemImage {
    float: unset;
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  /* line 88, templates/g5_hydrogen/scss/_smal.scss */
  .itemViewService.service .OuterBX .perBX {
    padding: 5px;
    position: relative;
    margin-bottom: 41px;
  }
  /* line 97, templates/g5_hydrogen/scss/_smal.scss */
  /* line 99, templates/g5_hydrogen/scss/_smal.scss */
  .swiper-slide .perContentOuter {
    width: 80% !important;
  }
  /* line 101, templates/g5_hydrogen/scss/_smal.scss */
  .swiper-slide .perContentOuter .datetime {
    display: none !important;
  }
  /* line 104, templates/g5_hydrogen/scss/_smal.scss */
  .swiper-slide .perContentOuter .img img {
    height: 100%;
    width: 84% !important;
    max-width: unset;
  }
  /* line 118, templates/g5_hydrogen/scss/_smal.scss */
  .topMenuPos {
    display: none;
  }
  /* line 121, templates/g5_hydrogen/scss/_smal.scss */
  .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    display: inherit;
  }
  /* line 126, templates/g5_hydrogen/scss/_smal.scss */
  .ModuleChangeLanguage ul.lang-inline {
    margin: 0 auto !important;
    width: 75%;
    margin: 0 auto !important;
    text-align: center;
    margin-top: 10px !important;
  }
  /* line 135, templates/g5_hydrogen/scss/_smal.scss */
  .ModuleChangeLanguage {
    text-align: center;
  }
  /* line 137, templates/g5_hydrogen/scss/_smal.scss */
  .ModuleChangeLanguage ul.lang-inline {
    float: unset !important;
  }
  /* line 146, templates/g5_hydrogen/scss/_smal.scss */
  .topMenuPos .g-content {
    margin: 0px auto;
    padding: 0;
    display: inline-block;
  }
  /* line 153, templates/g5_hydrogen/scss/_smal.scss */
  /* line 154, templates/g5_hydrogen/scss/_smal.scss */
  .topB .g-content {
    margin-top: 0;
    padding-top: 0;
  }
  /* line 162, templates/g5_hydrogen/scss/_smal.scss */
  .mainLogo {
    margin-top: 0px;
  }
  /* line 169, templates/g5_hydrogen/scss/_smal.scss */
  .sliderPos, #g-slider {
    display: none;
  }
  /* line 175, templates/g5_hydrogen/scss/_smal.scss */
  .ModuleIntroductionk2 a.moduleItemTitle {
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
    display: inherit;
  }
  /* line 181, templates/g5_hydrogen/scss/_smal.scss */
  a.moduleItemImage {
    display: inline-block;
    width: 99%;
    text-align: center;
    /*display:none;*/
  }
  /* line 188, templates/g5_hydrogen/scss/_smal.scss */
  a.moduleItemImage img {
    float: unset !important;
    max-width: 100px;
  }
  /* line 193, templates/g5_hydrogen/scss/_smal.scss */
  .searchPos {
    display: none;
  }
  /* line 195, templates/g5_hydrogen/scss/_smal.scss */
  .searchPos .search_site {
    float: unset !important;
  }
  /* line 206, templates/g5_hydrogen/scss/_smal.scss */
  .itemView.visits .OuterBX .perBX a {
    margin-top: 30px;
  }
}
@media print {
  /* line 80, templates/g5_hydrogen/scss/_custom.scss */
  a[href]:after {
    content: none !important;
  }
  /* line 85, templates/g5_hydrogen/scss/_custom.scss */
  .OverViewUserData_of_Call {
    display: block;
  }
  /* line 88, templates/g5_hydrogen/scss/_custom.scss */
  .OverViewUserData_of_Call .workInfo {
    display: block;
  }
  /* line 91, templates/g5_hydrogen/scss/_custom.scss */
  .OverViewUserData_of_Call .workInfo .imageFieldData {
    float: right;
  }
  /* line 94, templates/g5_hydrogen/scss/_custom.scss */
  .OverViewUserData_of_Call .workInfo .fileFieldData {
    float: right;
  }
}
/*# sourceMappingURL=hydrogen__body_only.css.map */