/* GANTRY5 DEVELOPMENT MODE ENABLED.

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

   For more information on modifying CSS, please read:

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

/* line 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_helium/custom/scss/_animated-counter.scss */
.g-animated-counter {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
  text-align: center;
}
/* line 5, templates/g5_helium/custom/scss/_animated-counter.scss */
.g-animated-counter .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 10, templates/g5_helium/custom/scss/_animated-counter.scss */
@media only all and (max-width: 47.938rem) {
  .g-animated-counter .g-animated-counter-item {
    margin-bottom: 3.126rem;
  }
  /* line 13, templates/g5_helium/custom/scss/_animated-counter.scss */
  .g-animated-counter .g-animated-counter-item:last-child {
    margin-bottom: 0;
  }
}
/* line 18, templates/g5_helium/custom/scss/_animated-counter.scss */
.g-animated-counter p {
  margin: 0;
}
/* line 21, templates/g5_helium/custom/scss/_animated-counter.scss */
.g-animated-counter .g-animated-counter-number {
  font-size: 280%;
  margin-bottom: 0;
  margin-top: -5px;
}
/* line 26, templates/g5_helium/custom/scss/_animated-counter.scss */
.g-animated-counter .g-animated-counter-title {
  margin-bottom: 0;
  font-size: 140%;
  margin-top: -5px;
}
/* line 31, templates/g5_helium/custom/scss/_animated-counter.scss */
.g-animated-counter .g-animated-counter-icon {
  border-radius: 50%;
  font-size: 2.2rem;
  height: 110px;
  width: 110px;
  line-height: 110px;
  border: 2px solid;
  border-color: inherit;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 35px;
  display: inline-block;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
/* line 45, templates/g5_helium/custom/scss/_animated-counter.scss */
.g-animated-counter .g-animated-counter-image {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 35px;
}
/* line 51, templates/g5_helium/custom/scss/_animated-counter.scss */
.g-animated-counter.style2 {
  text-align: initial;
}
/* line 53, templates/g5_helium/custom/scss/_animated-counter.scss */
.g-animated-counter.style2 .g-animated-counter-icon {
  color: #fff;
  font-size: 1.5rem;
  height: 75px;
  width: 75px;
  line-height: 75px;
  background: #28297d;
  background-color: #28297d;
  background-image: -webkit-linear-gradient(top, #28297d, #2980b9);
  background-image: linear-gradient(to bottom,#28297d, #2980b9);
  border: 0px solid;
  border-color: transparent;
  margin-top: 0.7rem;
  margin-bottom: 0px;
  margin-right: 1rem;
  display: inline-block;
  float: left;
}
/* line 69, templates/g5_helium/custom/scss/_animated-counter.scss */
.g-animated-counter.style2 .g-animated-counter-image {
  margin-bottom: 0.75rem;
  display: inline-block;
  float: left;
  width: 75px;
  margin-top: 0.7rem;
  margin-bottom: 0;
  margin-right: 1rem;
}
/******************************************************
 *                                                     *
 *   Article Slider - Particle for Gantry              *
 *                                                     *
 *   Purpose: This projects creates a slider which     *
 *            is filled manually or with data from     *
 *            existing joomla articles.                *
 *                                                     *
 *   Author: Andreas Kar (thex) <andreas.kar@gmx.at>   *
 *                                                     *
 ******************************************************/
/* line 13, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider {
  max-width: 600px;
  margin: 0 auto;
}
/* line 18, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-controls li a::after {
  background-image: none;
}
/* line 20, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-controls li.sy-prev a::after {
  content: "\25C0";
  padding-right: 5px;
  font-size: 14px;
  opacity: 0.9;
}
/* line 27, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-controls li.sy-next a::after {
  content: "\25b6";
  padding-left: 1px;
  font-size: 14px;
  opacity: 0.9;
}
/* line 34, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-slides-wrap {
  overflow: hidden;
}
/* line 36, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-caption-wrap {
  width: 90%;
}
/* line 37, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-caption-wrap .sy-caption {
  padding: 0.5em 1em;
}
/* line 39, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-caption-wrap .sy-caption a:focus, .g-article-slider .sy-caption-wrap .sy-caption a:hover {
  text-decoration: none;
}
/* line 44, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-pager {
  margin: 0.75em 0 0;
}
/* line 45, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-pager li a:focus {
  opacity: 1;
}
/* line 46, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-pager li a:hover {
  opacity: 0.8;
}
/* line 48, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-caption .ch-style {
  text-shadow: none;
  text-align: center;
  color: #fff;
  margin: 0.25rem 0 0.25rem 0;
}
/* line 55, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-caption .cd-style {
  margin: 0.375rem 0;
  text-align: center;
}
/* line 60, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-caption a .ch-style:hover, .g-article-slider .sy-caption a .ch-style:focus {
  color: #e24b70;
}
/* line 65, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.sy-loading {
  background: none;
}
/* line 68, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box > .sy-caption-wrap {
  position: relative;
  top: 0;
}
/* line 69, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box > .sy-caption-wrap > .sy-caption {
  margin: 0 auto;
}
/* line 71, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.cl-fw .sy-caption-wrap {
  width: 100%;
}
/* line 72, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.cl-btm .sy-caption-wrap {
  width: 100%;
  bottom: 0;
}
/* line 73, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.cl-top .sy-caption-wrap {
  width: 100%;
  top: 0;
  bottom: 0;
}
/* line 74, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.cl-btm .sy-caption-wrap .sy-caption, .g-article-slider .sy-box.cl-top .sy-caption-wrap .sy-caption {
  max-height: 100%;
}
/* line 76, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.ct-light .sy-caption-wrap .sy-caption {
  background-color: rgba(255, 255, 255, 0.9);
  color: #555;
}
/* line 77, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.ct-light .sy-caption-wrap .sy-caption .ch-style {
  color: #555;
}
/* line 79, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.cbr-square .sy-caption {
  border-radius: 0px;
}
/* line 80, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.cbr-round1 .sy-caption {
  border-radius: 5px;
}
/* line 81, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.cbr-round2 .sy-caption {
  border-radius: 10px;
}
/* line 82, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.cbr-round3 .sy-caption {
  border-radius: 15px;
}
/* line 83, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.cbr-round4 .sy-caption {
  border-radius: 20px;
}
/* line 84, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.cbr-round5 .sy-caption {
  border-radius: 25px;
}
/* line 85, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.cbr-round6 .sy-caption {
  border-radius: 30px;
}
/* line 87, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.sbr-square .sy-slides-wrap, .g-article-slider .sy-box.sbr-square .sy-slides-crop {
  border-radius: 0px;
}
/* line 88, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.sbr-round1 .sy-slides-wrap, .g-article-slider .sy-box.sbr-round1 .sy-slides-crop {
  border-radius: 5px;
}
/* line 89, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.sbr-round2 .sy-slides-wrap, .g-article-slider .sy-box.sbr-round2 .sy-slides-crop {
  border-radius: 10px;
}
/* line 90, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.sbr-round3 .sy-slides-wrap, .g-article-slider .sy-box.sbr-round3 .sy-slides-crop {
  border-radius: 15px;
}
/* line 91, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.sbr-round4 .sy-slides-wrap, .g-article-slider .sy-box.sbr-round4 .sy-slides-crop {
  border-radius: 20px;
}
/* line 92, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.sbr-round5 .sy-slides-wrap, .g-article-slider .sy-box.sbr-round5 .sy-slides-crop {
  border-radius: 25px;
}
/* line 93, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.sbr-round6 .sy-slides-wrap, .g-article-slider .sy-box.sbr-round6 .sy-slides-crop {
  border-radius: 30px;
}
/* line 95, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.clc-red .sy-caption a, .g-article-slider .sy-box.clc-red .sy-caption a .ch-style:hover, .g-article-slider .sy-box.clc-red .sy-caption a .ch-style:focus {
  color: #db2f2f;
}
/* line 100, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.clc-pink .sy-caption a, .g-article-slider .sy-box.clc-pink .sy-caption a .ch-style:hover, .g-article-slider .sy-box.clc-pink .sy-caption a .ch-style:focus {
  color: #e24b70;
}
/* line 105, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.clc-green .sy-caption a, .g-article-slider .sy-box.clc-green .sy-caption a .ch-style:hover, .g-article-slider .sy-box.clc-green .sy-caption a .ch-style:focus {
  color: #27ce3a;
}
/* line 110, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.clc-blue .sy-caption a, .g-article-slider .sy-box.clc-blue .sy-caption a .ch-style:hover, .g-article-slider .sy-box.clc-blue .sy-caption a .ch-style:focus {
  color: #3d9ae9;
}
/* line 115, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.clc-yellow .sy-caption a, .g-article-slider .sy-box.clc-yellow .sy-caption a .ch-style:hover, .g-article-slider .sy-box.clc-yellow .sy-caption a .ch-style:focus {
  color: #f3f13a;
}
/* line 120, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.clc-turq .sy-caption a, .g-article-slider .sy-box.clc-turq .sy-caption a .ch-style:hover, .g-article-slider .sy-box.clc-turq .sy-caption a .ch-style:focus {
  color: #2fdbc9;
}
/* line 125, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.clc-violet .sy-caption a, .g-article-slider .sy-box.clc-violet .sy-caption a .ch-style:hover, .g-article-slider .sy-box.clc-violet .sy-caption a .ch-style:focus {
  color: #814fe1;
}
/* line 130, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.clc-orange .sy-caption a, .g-article-slider .sy-box.clc-orange .sy-caption a .ch-style:hover, .g-article-slider .sy-box.clc-orange .sy-caption a .ch-style:focus {
  color: #ea972a;
}
/* line 136, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.pc-red .sy-pager li.sy-active a {
  background-color: #db2f2f;
}
/* line 137, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.pc-pink .sy-pager li.sy-active a {
  background-color: #e24b70;
}
/* line 138, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.pc-green .sy-pager li.sy-active a {
  background-color: #27ce3a;
}
/* line 139, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.pc-blue .sy-pager li.sy-active a {
  background-color: #3d9ae9;
}
/* line 140, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.pc-yellow .sy-pager li.sy-active a {
  background-color: #f3f13a;
}
/* line 141, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.pc-turq .sy-pager li.sy-active a {
  background-color: #2fdbc9;
}
/* line 142, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.pc-violet .sy-pager li.sy-active a {
  background-color: #814fe1;
}
/* line 143, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.pc-orange .sy-pager li.sy-active a {
  background-color: #ea972a;
}
/* line 145, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.ps-xlarge .sy-pager li {
  width: 1.4em;
  height: 1.4em;
}
/* line 146, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.ps-large .sy-pager li {
  width: 1.2em;
  height: 1.2em;
}
/* line 147, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.ps-normal .sy-pager li {
  width: 1em;
  height: 1em;
}
/* line 148, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.ps-small .sy-pager li {
  width: 0.8em;
  height: 0.8em;
}
/* line 149, templates/g5_helium/custom/scss/_article-slider.scss */
.g-article-slider .sy-box.ps-xsmall .sy-pager li {
  width: 0.6em;
  height: 0.6em;
}
@media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
  /* line 152, templates/g5_helium/custom/scss/_article-slider.scss */
  .g-article-slider .sy-caption-wrap {
    width: 100%;
    bottom: 0;
  }
  /* line 153, templates/g5_helium/custom/scss/_article-slider.scss */
  .g-article-slider .sy-caption-wrap .sy-caption {
    margin: 0 1em 1em 1em;
  }
  /* line 155, templates/g5_helium/custom/scss/_article-slider.scss */
  .g-article-slider .sy-box.cl-fw .sy-caption-wrap .sy-caption {
    margin: 0 0 1em 0;
  }
  /* line 156, templates/g5_helium/custom/scss/_article-slider.scss */
  .g-article-slider .sy-box.cl-btm .sy-caption-wrap .sy-caption {
    margin: 0;
  }
  /* line 157, templates/g5_helium/custom/scss/_article-slider.scss */
  .g-article-slider .sy-box.cl-top .sy-caption-wrap .sy-caption {
    margin: 0;
  }
}
/* line 1, templates/g5_helium/custom/scss/_companies.scss */
/* line 2, templates/g5_helium/custom/scss/_companies.scss */
.g-companies:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 5, templates/g5_helium/custom/scss/_companies.scss */
/* line 6, templates/g5_helium/custom/scss/_companies.scss */
.g-companies:not(.gutter-disabled) .g-companies-container > .g-grid {
  margin-bottom: 1.876rem;
}
/* line 8, templates/g5_helium/custom/scss/_companies.scss */
.g-companies:not(.gutter-disabled) .g-companies-container > .g-grid:last-child {
  margin-bottom: 0;
}
/* line 10, templates/g5_helium/custom/scss/_companies.scss */
/* line 11, templates/g5_helium/custom/scss/_companies.scss */
/* line 12, templates/g5_helium/custom/scss/_companies.scss */
@media only all and (max-width: 47.938rem) {
  .g-companies:not(.gutter-disabled) .g-companies-container > .g-grid:last-child > .g-block:last-child .g-companies-item {
    margin-bottom: 0 !important;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-companies:not(.gutter-disabled) .g-companies-container > .g-grid {
    margin-bottom: 0;
  }
}
/* line 24, templates/g5_helium/custom/scss/_companies.scss */
@media only all and (max-width: 47.938rem) {
  .g-companies:not(.gutter-disabled) .g-companies-container .g-companies-item {
    margin-bottom: 1.876rem !important;
  }
}
/* line 31, templates/g5_helium/custom/scss/_companies.scss */
.g-companies .size-33 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 33.3333%;
  -moz-flex: 0 33.3333%;
  -ms-flex: 0 33.3333%;
  flex: 0 33.3333%;
  width: 33.3333%;
}
@media only all and (max-width: 47.938rem) {
  .g-companies .size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
/* line 40, templates/g5_helium/custom/scss/_companies.scss */
.g-companies .size-16 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 16.6666%;
  -moz-flex: 0 16.6666%;
  -ms-flex: 0 16.6666%;
  flex: 0 16.6666%;
  width: 16.6666%;
}
@media only all and (max-width: 47.938rem) {
  .g-companies .size-16 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
/* line 50, templates/g5_helium/custom/scss/_companies.scss */
/* line 51, templates/g5_helium/custom/scss/_companies.scss */
/* line 52, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.gutter-disabled .g-companies-item, .g-companies-slider.gutter-disabled .g-companies-item, .g-companies-slideset.gutter-disabled .g-companies-item {
  border: none;
}
/* line 55, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.gutter-disabled .uk-slideset, .g-companies-slider.gutter-disabled .uk-slideset, .g-companies-slideset.gutter-disabled .uk-slideset {
  margin-left: 0;
}
/* line 57, templates/g5_helium/custom/scss/_companies.scss */
/* line 58, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.gutter-disabled .uk-slideset.uk-grid > *, .g-companies-slider.gutter-disabled .uk-slideset.uk-grid > *, .g-companies-slideset.gutter-disabled .uk-slideset.uk-grid > * {
  padding-left: 0;
}
/* line 63, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.gutter-disabled .uk-slider-container, .g-companies-slider.gutter-disabled .uk-slider-container, .g-companies-slideset.gutter-disabled .uk-slider-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 68, templates/g5_helium/custom/scss/_companies.scss */
/* line 69, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.style1 .g-content, .g-companies-slider.style1 .g-content, .g-companies-slideset.style1 .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 74, templates/g5_helium/custom/scss/_companies.scss */
/* line 75, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.style1 .g-companies-image img, .g-companies-slider.style1 .g-companies-image img, .g-companies-slideset.style1 .g-companies-image img {
  background: #fff;
  border: 1px solid #e0e0e5;
}
/* line 80, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.style1 .uk-overlay-panel, .g-companies-slider.style1 .uk-overlay-panel, .g-companies-slideset.style1 .uk-overlay-panel {
  padding: 15px;
  text-align: center;
}
/* line 84, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.style1 .g-companies-name, .g-companies-slider.style1 .g-companies-name, .g-companies-slideset.style1 .g-companies-name {
  margin: 0;
  color: #fff !important;
}
/* line 87, templates/g5_helium/custom/scss/_companies.scss */
/* line 88, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.style1 .g-companies-name a:hover, .g-companies-slider.style1 .g-companies-name a:hover, .g-companies-slideset.style1 .g-companies-name a:hover {
  color: #28297d !important;
}
/* line 93, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.style1 .g-companies-item, .g-companies-slider.style1 .g-companies-item, .g-companies-slideset.style1 .g-companies-item {
  width: 100%;
}
/* line 95, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.style1 .g-companies-item img, .g-companies-slider.style1 .g-companies-item img, .g-companies-slideset.style1 .g-companies-item img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
/* line 100, templates/g5_helium/custom/scss/_companies.scss */
/* line 101, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.style1 .g-companies-item:hover img, .g-companies-slider.style1 .g-companies-item:hover img, .g-companies-slideset.style1 .g-companies-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/* line 105, templates/g5_helium/custom/scss/_companies.scss */
/* line 106, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.style1 .g-companies-item .g-companies-image a, .g-companies-slider.style1 .g-companies-item .g-companies-image a, .g-companies-slideset.style1 .g-companies-item .g-companies-image a {
  display: block;
}
/* line 112, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.style2, .g-companies-slider.style2, .g-companies-slideset.style2 {
  margin: -5px;
}
/* line 114, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.style2 .g-content, .g-companies-slider.style2 .g-content, .g-companies-slideset.style2 .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 119, templates/g5_helium/custom/scss/_companies.scss */
/* line 120, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.style2 .g-companies-image img, .g-companies-slider.style2 .g-companies-image img, .g-companies-slideset.style2 .g-companies-image img {
  background: #fff;
  border: 1px solid #e0e0e5;
}
/* line 125, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.style2 .uk-overlay-panel, .g-companies-slider.style2 .uk-overlay-panel, .g-companies-slideset.style2 .uk-overlay-panel {
  padding: 15px;
  text-align: center;
}
/* line 129, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.style2 .g-companies-name, .g-companies-slider.style2 .g-companies-name, .g-companies-slideset.style2 .g-companies-name {
  margin: 0;
  color: #fff !important;
}
/* line 132, templates/g5_helium/custom/scss/_companies.scss */
/* line 133, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.style2 .g-companies-name a:hover, .g-companies-slider.style2 .g-companies-name a:hover, .g-companies-slideset.style2 .g-companies-name a:hover {
  color: #28297d !important;
}
/* line 138, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.style2 .g-companies-item, .g-companies-slider.style2 .g-companies-item, .g-companies-slideset.style2 .g-companies-item {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 141, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.style2 .g-companies-item img, .g-companies-slider.style2 .g-companies-item img, .g-companies-slideset.style2 .g-companies-item img {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
/* line 146, templates/g5_helium/custom/scss/_companies.scss */
/* line 147, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.style2 .g-companies-item:hover img, .g-companies-slider.style2 .g-companies-item:hover img, .g-companies-slideset.style2 .g-companies-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/* line 151, templates/g5_helium/custom/scss/_companies.scss */
/* line 152, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.style2 .g-companies-item .g-companies-image a, .g-companies-slider.style2 .g-companies-item .g-companies-image a, .g-companies-slideset.style2 .g-companies-item .g-companies-image a {
  display: block;
}
/* line 157, templates/g5_helium/custom/scss/_companies.scss */
/* line 158, templates/g5_helium/custom/scss/_companies.scss */
/* line 159, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.style2 .uk-slidenav-position:hover .g-companies-item, .g-companies-slider.style2 .uk-slidenav-position:hover .g-companies-item, .g-companies-slideset.style2 .uk-slidenav-position:hover .g-companies-item, .g-companies.style2 .g-companies-container:hover .g-companies-item, .g-companies-slider.style2 .g-companies-container:hover .g-companies-item, .g-companies-slideset.style2 .g-companies-container:hover .g-companies-item {
  opacity: 0.5;
}
/* line 161, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.style2 .uk-slidenav-position:hover .g-companies-item:hover, .g-companies-slider.style2 .uk-slidenav-position:hover .g-companies-item:hover, .g-companies-slideset.style2 .uk-slidenav-position:hover .g-companies-item:hover, .g-companies.style2 .g-companies-container:hover .g-companies-item:hover, .g-companies-slider.style2 .g-companies-container:hover .g-companies-item:hover, .g-companies-slideset.style2 .g-companies-container:hover .g-companies-item:hover {
  opacity: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
}
/* line 168, templates/g5_helium/custom/scss/_companies.scss */
.g-companies.style2 .uk-slider-container, .g-companies-slider.style2 .uk-slider-container, .g-companies-slideset.style2 .uk-slider-container {
  padding: 6px;
}
/* line 5, templates/g5_helium/custom/scss/_contacts.scss */
/* line 6, templates/g5_helium/custom/scss/_contacts.scss */
.g-contacts .g-grid {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 10, templates/g5_helium/custom/scss/_contacts.scss */
.g-contacts .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 15, templates/g5_helium/custom/scss/_contacts.scss */
.g-contacts .g-contacts-item {
  text-align: left;
}
@media only all and (max-width: 47.938rem) {
  .g-contacts .g-contacts-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block !important;
  }
  /* line 21, templates/g5_helium/custom/scss/_contacts.scss */
  .g-contacts .g-contacts-item:last-child {
    margin-bottom: 0 !important;
  }
}
/* line 26, templates/g5_helium/custom/scss/_contacts.scss */
/* line 27, templates/g5_helium/custom/scss/_contacts.scss */
.g-contacts.vertical .g-contacts-item {
  display: block;
}
/* line 31, templates/g5_helium/custom/scss/_contacts.scss */
/* line 32, templates/g5_helium/custom/scss/_contacts.scss */
/* line 33, templates/g5_helium/custom/scss/_contacts.scss */
.g-contacts.horizontal .g-contacts-item:not(.g-block) {
  display: inline-block;
  margin-right: 35px;
}
/* line 36, templates/g5_helium/custom/scss/_contacts.scss */
.g-contacts.horizontal .g-contacts-item:not(.g-block):last-child {
  margin-right: 0;
}
/* line 42, templates/g5_helium/custom/scss/_contacts.scss */
/* line 43, templates/g5_helium/custom/scss/_contacts.scss */
@media only all and (max-width: 47.938rem) {
  .g-contacts.style1 .g-contacts-item {
    margin-bottom: 7px;
  }
}
/* line 48, templates/g5_helium/custom/scss/_contacts.scss */
.g-contacts.style1 .g-contacts-icon {
  margin-right: 5px;
}
/* line 51, templates/g5_helium/custom/scss/_contacts.scss */
/* line 52, templates/g5_helium/custom/scss/_contacts.scss */
.g-contacts.style1.vertical .g-contacts-item {
  margin-bottom: 7px;
}
/* line 54, templates/g5_helium/custom/scss/_contacts.scss */
.g-contacts.style1.vertical .g-contacts-item:last-child {
  margin-bottom: 0;
}
/* line 60, templates/g5_helium/custom/scss/_contacts.scss */
/* line 61, templates/g5_helium/custom/scss/_contacts.scss */
@media only all and (max-width: 47.938rem) {
  .g-contacts.style2 .g-contacts-item {
    margin-bottom: 25px;
  }
  /* line 65, templates/g5_helium/custom/scss/_contacts.scss */
  /* line 66, templates/g5_helium/custom/scss/_contacts.scss */
  .g-contacts.style2 .g-contacts-item:not(.g-block) .g-contacts-icon {
    margin-top: 0 !important;
  }
}
/* line 71, templates/g5_helium/custom/scss/_contacts.scss */
.g-contacts.style2 .g-contacts-item.g-block {
  align-self: center;
}
/* line 75, templates/g5_helium/custom/scss/_contacts.scss */
/* line 76, templates/g5_helium/custom/scss/_contacts.scss */
/* line 77, templates/g5_helium/custom/scss/_contacts.scss */
/* line 78, templates/g5_helium/custom/scss/_contacts.scss */
.g-contacts.style2.horizontal .g-contacts-item:not(.g-block) .g-contacts-icon {
  margin-top: -5px;
}
/* line 84, templates/g5_helium/custom/scss/_contacts.scss */
.g-contacts.style2 .g-contacts-icon {
  float: left;
  border: 2px solid #e0e0e5;
  border-radius: 50%;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 45px;
  color: #28297d;
}
/* line 94, templates/g5_helium/custom/scss/_contacts.scss */
.g-contacts.style2 .g-contacts-icon > span {
  position: relative;
  top: -1px;
}
/* line 99, templates/g5_helium/custom/scss/_contacts.scss */
.g-contacts.style2 .g-title-value-container {
  margin-left: 60px;
}
/* line 102, templates/g5_helium/custom/scss/_contacts.scss */
.g-contacts.style2 .g-contact-title {
  margin-top: -5px;
  margin-bottom: 0;
}
/* line 106, templates/g5_helium/custom/scss/_contacts.scss */
/* line 107, templates/g5_helium/custom/scss/_contacts.scss */
.g-contacts.style2.vertical .g-contacts-item {
  margin-bottom: 25px;
}
/* line 109, templates/g5_helium/custom/scss/_contacts.scss */
.g-contacts.style2.vertical .g-contacts-item:last-child {
  margin-bottom: 0;
}
/* line 118, templates/g5_helium/custom/scss/_contacts.scss */
/* line 119, templates/g5_helium/custom/scss/_contacts.scss */
/* line 120, templates/g5_helium/custom/scss/_contacts.scss */
#g-top .g-contacts .g-contacts-item {
  display: inline-block;
  padding: 11px 15px;
  border-right: 1px solid #fff;
  margin-left: -4px;
  margin-bottom: 0;
}
/* line 126, templates/g5_helium/custom/scss/_contacts.scss */
#g-top .g-contacts .g-contacts-item:first-child {
  border-left: 1px solid #fff;
  margin-left: 0;
}
/* line 130, templates/g5_helium/custom/scss/_contacts.scss */
#g-top .g-contacts .g-contacts-item:last-child {
  margin-right: 0;
}
/* line 133, templates/g5_helium/custom/scss/_contacts.scss */
#g-top .g-contacts .g-contacts-item > a {
  color: #959595;
}
/* line 144, templates/g5_helium/custom/scss/_contacts.scss */
/* line 145, templates/g5_helium/custom/scss/_contacts.scss */
/* line 146, templates/g5_helium/custom/scss/_contacts.scss */
#g-offcanvas .g-contacts .g-contacts-item {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: block !important;
}
/* line 150, templates/g5_helium/custom/scss/_contacts.scss */
#g-offcanvas .g-contacts .g-contacts-item:last-child {
  margin-bottom: 0 !important;
}
/* line 154, templates/g5_helium/custom/scss/_contacts.scss */
/* line 155, templates/g5_helium/custom/scss/_contacts.scss */
#g-offcanvas .g-contacts.style1 .g-contacts-item {
  margin-bottom: 7px;
}
/* line 159, templates/g5_helium/custom/scss/_contacts.scss */
/* line 160, templates/g5_helium/custom/scss/_contacts.scss */
#g-offcanvas .g-contacts.style2 .g-contacts-item {
  margin-bottom: 25px;
}
/* line 162, templates/g5_helium/custom/scss/_contacts.scss */
/* line 163, templates/g5_helium/custom/scss/_contacts.scss */
#g-offcanvas .g-contacts.style2 .g-contacts-item:not(.g-block) .g-contacts-icon {
  margin-top: 0 !important;
}
/* line 169, templates/g5_helium/custom/scss/_contacts.scss */
#g-offcanvas .g-contacts .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 177, templates/g5_helium/custom/scss/_contacts.scss */
/* line 178, templates/g5_helium/custom/scss/_contacts.scss */
/* line 179, templates/g5_helium/custom/scss/_contacts.scss */
/* line 180, templates/g5_helium/custom/scss/_contacts.scss */
[dir="rtl"] #g-top .g-contacts .g-contacts-item {
  border-right: none;
  border-left: 1px solid #fff;
}
/* line 183, templates/g5_helium/custom/scss/_contacts.scss */
[dir="rtl"] #g-top .g-contacts .g-contacts-item:first-child {
  border-right: 1px solid #fff;
}
/* line 190, templates/g5_helium/custom/scss/_contacts.scss */
/* line 191, templates/g5_helium/custom/scss/_contacts.scss */
[dir="rtl"] .g-contacts .g-contacts-item {
  text-align: right;
}
/* line 194, templates/g5_helium/custom/scss/_contacts.scss */
/* line 195, templates/g5_helium/custom/scss/_contacts.scss */
/* line 196, templates/g5_helium/custom/scss/_contacts.scss */
[dir="rtl"] .g-contacts.horizontal .g-contacts-item:not(.g-block) {
  display: inline-block;
  margin-left: 35px;
  margin-right: 0;
}
/* line 200, templates/g5_helium/custom/scss/_contacts.scss */
[dir="rtl"] .g-contacts.horizontal .g-contacts-item:not(.g-block):last-child {
  margin-left: 0;
}
/* line 206, templates/g5_helium/custom/scss/_contacts.scss */
/* line 207, templates/g5_helium/custom/scss/_contacts.scss */
[dir="rtl"] .g-contacts.style1 .g-contacts-icon {
  margin-left: 5px;
  margin-right: 0;
}
/* line 212, templates/g5_helium/custom/scss/_contacts.scss */
/* line 213, templates/g5_helium/custom/scss/_contacts.scss */
[dir="rtl"] .g-contacts.style2 .g-contacts-icon {
  float: right;
}
/* line 216, templates/g5_helium/custom/scss/_contacts.scss */
[dir="rtl"] .g-contacts.style2 .g-title-value-container {
  margin-right: 60px;
  margin-left: 0;
}
/* line 4, templates/g5_helium/custom/scss/_content-pro.scss */
/* line 5, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 8, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro:not(.gutter-disabled) > .g-grid {
  margin-bottom: 1.876rem;
}
/* line 10, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro:not(.gutter-disabled) > .g-grid:last-child {
  margin-bottom: 0;
}
/* line 12, templates/g5_helium/custom/scss/_content-pro.scss */
/* line 13, templates/g5_helium/custom/scss/_content-pro.scss */
/* line 14, templates/g5_helium/custom/scss/_content-pro.scss */
@media only all and (max-width: 47.938rem) {
  .g-content-pro:not(.gutter-disabled) > .g-grid:last-child > .g-block:last-child .g-content-pro-item {
    margin-bottom: 0 !important;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-content-pro:not(.gutter-disabled) > .g-grid {
    margin-bottom: 0;
  }
}
/* line 26, templates/g5_helium/custom/scss/_content-pro.scss */
@media only all and (max-width: 47.938rem) {
  .g-content-pro:not(.gutter-disabled) .g-content-pro-item {
    margin-bottom: 1.876rem !important;
  }
}
/* line 32, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .size-33 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 33.3333%;
  -moz-flex: 0 33.3333%;
  -ms-flex: 0 33.3333%;
  flex: 0 33.3333%;
  width: 33.3333%;
}
@media only all and (max-width: 47.938rem) {
  .g-content-pro .size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
/* line 41, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .size-16 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 16.6666%;
  -moz-flex: 0 16.6666%;
  -ms-flex: 0 16.6666%;
  flex: 0 16.6666%;
  width: 16.6666%;
}
@media only all and (max-width: 47.938rem) {
  .g-content-pro .size-16 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
/* line 51, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro, .g-content-pro-slider, .g-content-pro-slideset {
  text-align: center;
}
/* line 53, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro.g-pullup, .g-content-pro-slider.g-pullup, .g-content-pro-slideset.g-pullup {
  margin-top: -9.2505rem;
  position: relative;
  z-index: 21;
}
/* line 57, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro.g-pullup .g-content-pro-item, .g-content-pro-slider.g-pullup .g-content-pro-item, .g-content-pro-slideset.g-pullup .g-content-pro-item {
  border: none;
}
/* line 61, templates/g5_helium/custom/scss/_content-pro.scss */
/* line 62, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro.gutter-disabled .g-content-pro-item, .g-content-pro-slider.gutter-disabled .g-content-pro-item, .g-content-pro-slideset.gutter-disabled .g-content-pro-item {
  border: none;
}
/* line 65, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro.gutter-disabled .uk-slideset, .g-content-pro-slider.gutter-disabled .uk-slideset, .g-content-pro-slideset.gutter-disabled .uk-slideset {
  margin-left: 0;
}
/* line 67, templates/g5_helium/custom/scss/_content-pro.scss */
/* line 68, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro.gutter-disabled .uk-slideset.uk-grid > *, .g-content-pro-slider.gutter-disabled .uk-slideset.uk-grid > *, .g-content-pro-slideset.gutter-disabled .uk-slideset.uk-grid > * {
  padding-left: 0;
}
/* line 74, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .g-content, .g-content-pro-slider .g-content, .g-content-pro-slideset .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 79, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .g-content-pro-item, .g-content-pro-slider .g-content-pro-item, .g-content-pro-slideset .g-content-pro-item {
  border: 1px solid #e0e0e5;
}
@media only all and (max-width: 47.938rem) {
  .g-content-pro .g-content-pro-item, .g-content-pro-slider .g-content-pro-item, .g-content-pro-slideset .g-content-pro-item {
    margin-bottom: 3.126rem;
  }
  /* line 83, templates/g5_helium/custom/scss/_content-pro.scss */
  .g-content-pro .g-content-pro-item:last-child, .g-content-pro-slider .g-content-pro-item:last-child, .g-content-pro-slideset .g-content-pro-item:last-child {
    margin-bottom: 0;
  }
}
/* line 88, templates/g5_helium/custom/scss/_content-pro.scss */
/* line 89, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .g-content-pro-image > a, .g-content-pro-slider .g-content-pro-image > a, .g-content-pro-slideset .g-content-pro-image > a {
  display: block;
}
/* line 92, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .g-content-pro-image img, .g-content-pro-slider .g-content-pro-image img, .g-content-pro-slideset .g-content-pro-image img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 96, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .g-info-container, .g-content-pro-slider .g-info-container, .g-content-pro-slideset .g-info-container {
  padding: 20px;
  background: #fff;
}
/* line 100, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro p, .g-content-pro-slider p, .g-content-pro-slideset p {
  margin: 0;
}
/* line 103, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .g-content-pro-title, .g-content-pro-slider .g-content-pro-title, .g-content-pro-slideset .g-content-pro-title {
  margin: 0;
}
/* line 105, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .g-content-pro-title a, .g-content-pro-slider .g-content-pro-title a, .g-content-pro-slideset .g-content-pro-title a {
  color: #4d4d4d;
}
/* line 107, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .g-content-pro-title a:hover, .g-content-pro-slider .g-content-pro-title a:hover, .g-content-pro-slideset .g-content-pro-title a:hover {
  color: #28297d;
}
/* line 112, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .g-content-pro-desc, .g-content-pro-slider .g-content-pro-desc, .g-content-pro-slideset .g-content-pro-desc {
  margin-top: 0.4rem;
}
/* line 115, templates/g5_helium/custom/scss/_content-pro.scss */
/* line 116, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .g-info-container-style2.uk-overlay-panel, .g-content-pro-slider .g-info-container-style2.uk-overlay-panel, .g-content-pro-slideset .g-info-container-style2.uk-overlay-panel {
  padding: 15px;
}
/* line 118, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .g-info-container-style2.uk-overlay-panel p, .g-content-pro-slider .g-info-container-style2.uk-overlay-panel p, .g-content-pro-slideset .g-info-container-style2.uk-overlay-panel p {
  margin-top: 5px;
}
/* line 121, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .g-info-container-style2.uk-overlay-panel a, .g-content-pro-slider .g-info-container-style2.uk-overlay-panel a, .g-content-pro-slideset .g-info-container-style2.uk-overlay-panel a {
  color: #fff;
}
/* line 123, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .g-info-container-style2.uk-overlay-panel a:hover, .g-content-pro-slider .g-info-container-style2.uk-overlay-panel a:hover, .g-content-pro-slideset .g-info-container-style2.uk-overlay-panel a:hover {
  color: #28297d;
}
/* line 128, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .g-info-container-style2 .g-content-pro-special, .g-content-pro-slider .g-info-container-style2 .g-content-pro-special, .g-content-pro-slideset .g-info-container-style2 .g-content-pro-special, .g-content-pro .g-info-container-style2 .g-item-details, .g-content-pro-slider .g-info-container-style2 .g-item-details, .g-content-pro-slideset .g-info-container-style2 .g-item-details {
  color: #919191;
}
/* line 132, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .g-content-pro-special, .g-content-pro-slider .g-content-pro-special, .g-content-pro-slideset .g-content-pro-special {
  color: #6b6b6b;
  font-style: italic;
  float: left;
}
@media only all and (max-width: 30rem) {
  .g-content-pro .g-content-pro-special, .g-content-pro-slider .g-content-pro-special, .g-content-pro-slideset .g-content-pro-special {
    float: none;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-content-pro .g-content-pro-special, .g-content-pro-slider .g-content-pro-special, .g-content-pro-slideset .g-content-pro-special {
    float: none;
  }
}
/* line 142, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .g-content-pro-special i, .g-content-pro-slider .g-content-pro-special i, .g-content-pro-slideset .g-content-pro-special i {
  margin-right: 5px;
}
/* line 146, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .g-content-pro-link, .g-content-pro-slider .g-content-pro-link, .g-content-pro-slideset .g-content-pro-link {
  float: right;
  font-style: italic;
}
/* line 149, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .g-content-pro-link i, .g-content-pro-slider .g-content-pro-link i, .g-content-pro-slideset .g-content-pro-link i {
  margin-left: 10px;
}
@media only all and (max-width: 30rem) {
  .g-content-pro .g-content-pro-link, .g-content-pro-slider .g-content-pro-link, .g-content-pro-slideset .g-content-pro-link {
    float: none;
    margin-top: 5px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-content-pro .g-content-pro-link, .g-content-pro-slider .g-content-pro-link, .g-content-pro-slideset .g-content-pro-link {
    float: none;
    margin-top: 5px;
  }
}
/* line 161, templates/g5_helium/custom/scss/_content-pro.scss */
/* line 162, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .no-special .g-content-pro-link, .g-content-pro-slider .no-special .g-content-pro-link, .g-content-pro-slideset .no-special .g-content-pro-link {
  float: none;
}
/* line 166, templates/g5_helium/custom/scss/_content-pro.scss */
/* line 167, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .no-link .g-content-pro-special, .g-content-pro-slider .no-link .g-content-pro-special, .g-content-pro-slideset .no-link .g-content-pro-special {
  float: none;
}
/* line 171, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .g-bottom-info, .g-content-pro-slider .g-bottom-info, .g-content-pro-slideset .g-bottom-info {
  margin-top: 15px;
}
/* line 174, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .g-item-details, .g-content-pro-slider .g-item-details, .g-content-pro-slideset .g-item-details {
  margin-top: 0.4rem;
  font-size: 90%;
  color: #6b6b6b;
}
/* line 178, templates/g5_helium/custom/scss/_content-pro.scss */
/* line 179, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro .g-item-details .date i, .g-content-pro-slider .g-item-details .date i, .g-content-pro-slideset .g-item-details .date i {
  margin-right: 5px;
}
/* line 184, templates/g5_helium/custom/scss/_content-pro.scss */
/* line 185, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro.style3 .g-info-container-style2, .g-content-pro-slider.style3 .g-info-container-style2, .g-content-pro-slideset.style3 .g-info-container-style2 {
  background: -webkit-linear-gradient( top , rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  padding: 20px;
}
/* line 188, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro.style3 .g-info-container-style2 a, .g-content-pro-slider.style3 .g-info-container-style2 a, .g-content-pro-slideset.style3 .g-info-container-style2 a {
  color: #fff;
}
/* line 190, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro.style3 .g-info-container-style2 a:hover, .g-content-pro-slider.style3 .g-info-container-style2 a:hover, .g-content-pro-slideset.style3 .g-info-container-style2 a:hover {
  color: #fff;
  text-decoration: underline;
}
/* line 196, templates/g5_helium/custom/scss/_content-pro.scss */
/* line 197, templates/g5_helium/custom/scss/_content-pro.scss */
/* line 198, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro.style3 .g-content-pro-image .uk-overlay img, .g-content-pro-slider.style3 .g-content-pro-image .uk-overlay img, .g-content-pro-slideset.style3 .g-content-pro-image .uk-overlay img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
/* line 202, templates/g5_helium/custom/scss/_content-pro.scss */
/* line 203, templates/g5_helium/custom/scss/_content-pro.scss */
/* line 204, templates/g5_helium/custom/scss/_content-pro.scss */
.g-content-pro.style3 .g-content-pro-image:hover .uk-overlay img, .g-content-pro-slider.style3 .g-content-pro-image:hover .uk-overlay img, .g-content-pro-slideset.style3 .g-content-pro-image:hover .uk-overlay img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
/* line 4, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
/* line 5, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 8, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro:not(.gutter-disabled) > .g-grid {
  margin-bottom: 1.876rem;
}
/* line 10, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro:not(.gutter-disabled) > .g-grid:last-child {
  margin-bottom: 0;
}
/* line 12, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
/* line 13, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
/* line 14, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
@media only all and (max-width: 47.938rem) {
  .g-content-pro:not(.gutter-disabled) > .g-grid:last-child > .g-block:last-child .g-content-pro-item {
    margin-bottom: 0 !important;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-content-pro:not(.gutter-disabled) > .g-grid {
    margin-bottom: 0;
  }
}
/* line 26, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
@media only all and (max-width: 47.938rem) {
  .g-content-pro:not(.gutter-disabled) .g-content-pro-item {
    margin-bottom: 1.876rem !important;
  }
}
/* line 34, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro, .g-content-pro-slider, .g-content-pro-slideset {
  text-align: center;
}
/* line 36, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro.g-pullup, .g-content-pro-slider.g-pullup, .g-content-pro-slideset.g-pullup {
  margin-top: -9.2505rem;
  position: relative;
  z-index: 21;
}
/* line 40, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro.g-pullup .g-content-pro-item, .g-content-pro-slider.g-pullup .g-content-pro-item, .g-content-pro-slideset.g-pullup .g-content-pro-item {
  border: none;
}
/* line 44, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
/* line 45, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro.gutter-disabled .g-content-pro-item, .g-content-pro-slider.gutter-disabled .g-content-pro-item, .g-content-pro-slideset.gutter-disabled .g-content-pro-item {
  border: none;
}
/* line 48, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro.gutter-disabled .uk-slideset, .g-content-pro-slider.gutter-disabled .uk-slideset, .g-content-pro-slideset.gutter-disabled .uk-slideset {
  margin-left: 0;
}
/* line 50, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
/* line 51, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro.gutter-disabled .uk-slideset.uk-grid > *, .g-content-pro-slider.gutter-disabled .uk-slideset.uk-grid > *, .g-content-pro-slideset.gutter-disabled .uk-slideset.uk-grid > * {
  padding-left: 0;
}
/* line 57, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro .g-content, .g-content-pro-slider .g-content, .g-content-pro-slideset .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 62, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro .g-content-pro-item, .g-content-pro-slider .g-content-pro-item, .g-content-pro-slideset .g-content-pro-item {
  border: 1px solid #e0e0e5;
  width: 100%;
}
@media only all and (max-width: 47.938rem) {
  .g-content-pro .g-content-pro-item, .g-content-pro-slider .g-content-pro-item, .g-content-pro-slideset .g-content-pro-item {
    margin-bottom: 3.126rem;
  }
  /* line 67, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
  .g-content-pro .g-content-pro-item:last-child, .g-content-pro-slider .g-content-pro-item:last-child, .g-content-pro-slideset .g-content-pro-item:last-child {
    margin-bottom: 0;
  }
}
/* line 72, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro .g-content-pro-image, .g-content-pro-slider .g-content-pro-image, .g-content-pro-slideset .g-content-pro-image {
  width: 100%;
  background-position: center;
  background-size: cover;
}
/* line 76, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro .g-content-pro-image > a, .g-content-pro-slider .g-content-pro-image > a, .g-content-pro-slideset .g-content-pro-image > a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 81, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro .g-content-pro-image img, .g-content-pro-slider .g-content-pro-image img, .g-content-pro-slideset .g-content-pro-image img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 85, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro .g-info-container, .g-content-pro-slider .g-info-container, .g-content-pro-slideset .g-info-container {
  padding: 20px;
  background: #fff;
}
/* line 89, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro p, .g-content-pro-slider p, .g-content-pro-slideset p {
  margin: 0;
}
/* line 92, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro .g-content-pro-title, .g-content-pro-slider .g-content-pro-title, .g-content-pro-slideset .g-content-pro-title {
  margin: 0;
}
/* line 94, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro .g-content-pro-title a, .g-content-pro-slider .g-content-pro-title a, .g-content-pro-slideset .g-content-pro-title a {
  color: #4d4d4d;
}
/* line 96, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro .g-content-pro-title a:hover, .g-content-pro-slider .g-content-pro-title a:hover, .g-content-pro-slideset .g-content-pro-title a:hover {
  color: #28297d;
}
/* line 101, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro .g-content-pro-desc, .g-content-pro-slider .g-content-pro-desc, .g-content-pro-slideset .g-content-pro-desc {
  margin-top: 10px;
}
/* line 104, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
/* line 105, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro .g-info-container-style2.uk-overlay-panel, .g-content-pro-slider .g-info-container-style2.uk-overlay-panel, .g-content-pro-slideset .g-info-container-style2.uk-overlay-panel {
  padding: 15px;
}
/* line 107, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro .g-info-container-style2.uk-overlay-panel p, .g-content-pro-slider .g-info-container-style2.uk-overlay-panel p, .g-content-pro-slideset .g-info-container-style2.uk-overlay-panel p {
  margin-top: 5px;
}
/* line 110, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro .g-info-container-style2.uk-overlay-panel a, .g-content-pro-slider .g-info-container-style2.uk-overlay-panel a, .g-content-pro-slideset .g-info-container-style2.uk-overlay-panel a {
  color: #fff;
}
/* line 112, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro .g-info-container-style2.uk-overlay-panel a:hover, .g-content-pro-slider .g-info-container-style2.uk-overlay-panel a:hover, .g-content-pro-slideset .g-info-container-style2.uk-overlay-panel a:hover {
  color: #28297d;
}
/* line 117, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro .g-info-container-style2 .g-article-details, .g-content-pro-slider .g-info-container-style2 .g-article-details, .g-content-pro-slideset .g-info-container-style2 .g-article-details {
  color: #919191;
}
/* line 121, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro .g-article-details, .g-content-pro-slider .g-article-details, .g-content-pro-slideset .g-article-details {
  margin-top: 10px;
  font-size: 90%;
  color: #5e5e5e;
}
/* line 125, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro .g-article-details > span, .g-content-pro-slider .g-article-details > span, .g-content-pro-slideset .g-article-details > span {
  margin-right: 10px;
}
/* line 127, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro .g-article-details > span:last-child, .g-content-pro-slider .g-article-details > span:last-child, .g-content-pro-slideset .g-article-details > span:last-child {
  margin-right: 0;
}
/* line 130, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro .g-article-details > span i, .g-content-pro-slider .g-article-details > span i, .g-content-pro-slideset .g-article-details > span i {
  margin-right: 5px;
}
/* line 135, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro .g-article-read-more, .g-content-pro-slider .g-article-read-more, .g-content-pro-slideset .g-article-read-more {
  margin-top: 15px;
}
/* line 138, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
/* line 139, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro.style3 .g-info-container-style2, .g-content-pro-slider.style3 .g-info-container-style2, .g-content-pro-slideset.style3 .g-info-container-style2 {
  background: -webkit-linear-gradient( top , rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  padding: 20px;
}
/* line 142, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro.style3 .g-info-container-style2 a, .g-content-pro-slider.style3 .g-info-container-style2 a, .g-content-pro-slideset.style3 .g-info-container-style2 a {
  color: #fff;
}
/* line 144, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro.style3 .g-info-container-style2 a:hover, .g-content-pro-slider.style3 .g-info-container-style2 a:hover, .g-content-pro-slideset.style3 .g-info-container-style2 a:hover {
  color: #fff;
  text-decoration: underline;
}
/* line 150, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
/* line 151, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
/* line 152, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro.style3 .g-content-pro-image .uk-overlay img, .g-content-pro-slider.style3 .g-content-pro-image .uk-overlay img, .g-content-pro-slideset.style3 .g-content-pro-image .uk-overlay img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
/* line 156, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
/* line 157, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
/* line 158, templates/g5_helium/custom/scss/_content-pro-joomla.scss */
.g-content-pro.style3 .g-content-pro-image:hover .uk-overlay img, .g-content-pro-slider.style3 .g-content-pro-image:hover .uk-overlay img, .g-content-pro-slideset.style3 .g-content-pro-image:hover .uk-overlay img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
/* line 1, templates/g5_helium/custom/scss/_cta-button.scss */
/* line 2, templates/g5_helium/custom/scss/_cta-button.scss */
/* line 3, templates/g5_helium/custom/scss/_cta-button.scss */
.g-cta-button.style1 .g-cta-inner {
  padding: 30px;
  border: 1px solid #e0e0e5;
  border-left: 2px solid #28297d;
  background: #fff;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-cta-button.style1 .g-cta-inner {
    padding: 20px;
  }
}
/* line 11, templates/g5_helium/custom/scss/_cta-button.scss */
.g-cta-button.style1 .g-cta-inner .g-cta-left {
  float: left;
}
@media only all and (max-width: 47.938rem) {
  .g-cta-button.style1 .g-cta-inner .g-cta-left {
    float: none;
    display: block;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-cta-button.style1 .g-cta-inner .g-cta-left {
    float: none;
    display: block;
  }
}
/* line 21, templates/g5_helium/custom/scss/_cta-button.scss */
/* line 22, templates/g5_helium/custom/scss/_cta-button.scss */
.g-cta-button.style1 .g-cta-inner .g-cta-left.no-desc .g-cta-title {
  margin: 12px 0 0;
}
@media only all and (max-width: 47.938rem) {
  .g-cta-button.style1 .g-cta-inner .g-cta-left.no-desc .g-cta-title {
    margin-bottom: 25px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-cta-button.style1 .g-cta-inner .g-cta-left.no-desc .g-cta-title {
    margin-bottom: 25px;
  }
}
/* line 33, templates/g5_helium/custom/scss/_cta-button.scss */
.g-cta-button.style1 .g-cta-inner .g-cta-right {
  float: right;
  margin-top: 4px;
}
@media only all and (max-width: 47.938rem) {
  .g-cta-button.style1 .g-cta-inner .g-cta-right {
    float: none;
    display: block;
    margin-top: 25px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-cta-button.style1 .g-cta-inner .g-cta-right {
    float: none;
    display: block;
    margin-top: 25px;
  }
}
/* line 46, templates/g5_helium/custom/scss/_cta-button.scss */
.g-cta-button.style1 .g-cta-inner .g-cta-right.no-desc {
  margin-top: 0;
}
/* line 49, templates/g5_helium/custom/scss/_cta-button.scss */
.g-cta-button.style1 .g-cta-inner .g-cta-right .button {
  font-size: 1rem;
  padding: 1rem 1.5rem;
}
@media only all and (max-width: 47.938rem) {
  .g-cta-button.style1 .g-cta-inner .g-cta-right .button {
    display: block;
    text-align: center;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-cta-button.style1 .g-cta-inner .g-cta-right .button {
    display: block;
    text-align: center;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-cta-button.style1 .g-cta-inner .g-cta-right .button {
    padding: 1rem;
  }
}
/* line 63, templates/g5_helium/custom/scss/_cta-button.scss */
.g-cta-button.style1 .g-cta-inner .g-cta-right .button i {
  margin-right: 10px;
}
/* line 68, templates/g5_helium/custom/scss/_cta-button.scss */
.g-cta-button.style1 .g-cta-inner .g-cta-title {
  margin: 0 0 10px;
}
/* line 73, templates/g5_helium/custom/scss/_cta-button.scss */
/* line 74, templates/g5_helium/custom/scss/_cta-button.scss */
@media only all and (max-width: 47.938rem) {
  .g-cta-button.style2 .g-cta-inner {
    margin-bottom: 1.5rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-cta-button.style2 .g-cta-inner {
    margin-bottom: 1.5rem;
  }
}
/* line 81, templates/g5_helium/custom/scss/_cta-button.scss */
.g-cta-button.style2 .g-cta-inner .g-cta-left {
  float: left;
}
@media only all and (max-width: 47.938rem) {
  .g-cta-button.style2 .g-cta-inner .g-cta-left {
    float: none;
    display: block;
    text-align: center;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-cta-button.style2 .g-cta-inner .g-cta-left {
    float: none;
    display: block;
    text-align: center;
  }
}
/* line 93, templates/g5_helium/custom/scss/_cta-button.scss */
/* line 94, templates/g5_helium/custom/scss/_cta-button.scss */
.g-cta-button.style2 .g-cta-inner .g-cta-left.no-desc .g-cta-title {
  margin: 12px 0 0;
}
@media only all and (max-width: 47.938rem) {
  .g-cta-button.style2 .g-cta-inner .g-cta-left.no-desc .g-cta-title {
    margin-bottom: 25px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-cta-button.style2 .g-cta-inner .g-cta-left.no-desc .g-cta-title {
    margin-bottom: 25px;
  }
}
/* line 105, templates/g5_helium/custom/scss/_cta-button.scss */
.g-cta-button.style2 .g-cta-inner .g-cta-right {
  float: right;
  margin-top: 4px;
}
@media only all and (max-width: 47.938rem) {
  .g-cta-button.style2 .g-cta-inner .g-cta-right {
    float: none;
    display: block;
    margin-top: 25px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-cta-button.style2 .g-cta-inner .g-cta-right {
    float: none;
    display: block;
    margin-top: 25px;
  }
}
/* line 118, templates/g5_helium/custom/scss/_cta-button.scss */
.g-cta-button.style2 .g-cta-inner .g-cta-right.no-desc {
  margin-top: 0;
}
/* line 121, templates/g5_helium/custom/scss/_cta-button.scss */
.g-cta-button.style2 .g-cta-inner .g-cta-right .button {
  font-size: 1rem;
  padding: 1rem 1.5rem;
  background-color: transparent;
  color: #28297d;
  border: 2px solid #28297d;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 128, templates/g5_helium/custom/scss/_cta-button.scss */
.g-cta-button.style2 .g-cta-inner .g-cta-right .button:hover {
  background-color: #28297d;
  color: #fff;
}
@media only all and (max-width: 47.938rem) {
  .g-cta-button.style2 .g-cta-inner .g-cta-right .button {
    display: block;
    text-align: center;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-cta-button.style2 .g-cta-inner .g-cta-right .button {
    display: block;
    text-align: center;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-cta-button.style2 .g-cta-inner .g-cta-right .button {
    padding: 1rem;
  }
}
/* line 143, templates/g5_helium/custom/scss/_cta-button.scss */
.g-cta-button.style2 .g-cta-inner .g-cta-right .button i {
  margin-right: 10px;
}
/* line 148, templates/g5_helium/custom/scss/_cta-button.scss */
.g-cta-button.style2 .g-cta-inner .g-cta-title {
  margin: 0 0 10px;
}
/* line 7, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle, .g-features2-particle {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 10, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle .g-grid, .g-features2-particle .g-grid {
  margin-bottom: 2.3445rem;
}
/* line 12, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle .g-grid:last-child, .g-features2-particle .g-grid:last-child {
  margin-bottom: 0;
}
/* line 14, templates/g5_helium/custom/scss/_features-particle.scss */
/* line 15, templates/g5_helium/custom/scss/_features-particle.scss */
@media only all and (max-width: 47.938rem) {
  .g-features-particle .g-grid:last-child .g-features-particle-item:last-child, .g-features2-particle .g-grid:last-child .g-features-particle-item:last-child {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-features-particle .g-grid, .g-features2-particle .g-grid {
    margin-bottom: 0;
  }
}
/* line 26, templates/g5_helium/custom/scss/_features-particle.scss */
@media only all and (max-width: 47.938rem) {
  .g-features-particle .g-features-particle-item, .g-features2-particle .g-features-particle-item, .g-features-particle .g-features2-particle-item, .g-features2-particle .g-features2-particle-item {
    margin-bottom: 2.3445rem;
  }
}
/* line 31, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle .size-33, .g-features2-particle .size-33 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 33.3333%;
  -moz-flex: 0 33.3333%;
  -ms-flex: 0 33.3333%;
  flex: 0 33.3333%;
  width: 33.3333%;
}
@media only all and (max-width: 47.938rem) {
  .g-features-particle .size-33, .g-features2-particle .size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
/* line 40, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle .size-16, .g-features2-particle .size-16 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 16.6666%;
  -moz-flex: 0 16.6666%;
  -ms-flex: 0 16.6666%;
  flex: 0 16.6666%;
  width: 16.6666%;
}
@media only all and (max-width: 47.938rem) {
  .g-features-particle .size-16, .g-features2-particle .size-16 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
/* line 48, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle .g-content, .g-features2-particle .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 53, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle p, .g-features2-particle p {
  margin: 0;
}
/* line 56, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle .g-features-particle-button, .g-features2-particle .g-features-particle-button, .g-features-particle .g-features-particle-subs, .g-features2-particle .g-features-particle-subs {
  margin-top: 20px;
}
/* line 62, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle {
  text-align: center;
}
/* line 64, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle .g-features-particle-title {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
}
/* line 67, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle .g-features-particle-title a {
  color: #4d4d4d;
}
/* line 69, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle .g-features-particle-title a:hover {
  color: #28297d;
}
/* line 74, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle .g-features-particle-icon, .g-features-particle .g-circle-border {
  border-radius: 50%;
  font-size: 2rem;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0.75rem;
  color: #28297d;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
/* line 88, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle .g-circle-border {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e0e0e5;
  height: 98px;
  width: 98px;
  left: 1px;
  top: 1px;
  z-index: 1;
  position: absolute;
  -webkit-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  -moz-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
}
/* line 99, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle .g-features-particle-image {
  margin-bottom: 0.75rem;
  display: inline-block;
}
/* line 103, templates/g5_helium/custom/scss/_features-particle.scss */
/* line 104, templates/g5_helium/custom/scss/_features-particle.scss */
/* line 105, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle .g-features-particle-item:hover .g-features-particle-icon {
  color: #fff;
  background: #28297d;
}
/* line 109, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle .g-features-particle-item:hover .g-circle-border {
  border-color: #28297d;
  -webkit-transform: scale(1.18);
  -moz-transform: scale(1.18);
  -ms-transform: scale(1.18);
  -o-transform: scale(1.18);
  transform: scale(1.18);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
  -moz-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
  transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
}
/* line 117, templates/g5_helium/custom/scss/_features-particle.scss */
/* line 118, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle.style6 .g-grid {
  margin-bottom: 1.876rem;
}
/* line 120, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle.style6 .g-grid .g-block {
  padding: 0 0.938rem;
}
/* line 123, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle.style6 .g-grid:last-child {
  margin-bottom: 0;
}
/* line 125, templates/g5_helium/custom/scss/_features-particle.scss */
/* line 126, templates/g5_helium/custom/scss/_features-particle.scss */
@media only all and (max-width: 47.938rem) {
  .g-features-particle.style6 .g-grid:last-child .g-features-particle-item:last-child {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-features-particle.style6 .g-grid {
    margin-bottom: 0;
  }
}
/* line 137, templates/g5_helium/custom/scss/_features-particle.scss */
@media only all and (max-width: 47.938rem) {
  .g-features-particle.style6 .g-features-particle-item {
    margin-bottom: 1.876rem;
  }
}
/* line 142, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle.style6 .g-content {
  padding: 3rem 2.5rem;
  background: #fff;
  border: 1px solid #e0e0e5;
}
/* line 147, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle.style6 .g-features-particle-icon, .g-features-particle.style6 .g-features-particle-image {
  margin-bottom: 1.25rem;
}
/* line 150, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle.style6 .g-features-particle-title {
  margin-bottom: 1.5rem;
}
/* line 153, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle.style6 .g-features-particle-button, .g-features-particle.style6 .g-features-particle-subs {
  margin-top: 30px;
}
/* line 156, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle.style6 .g-subs-item {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e5;
}
/* line 159, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features-particle.style6 .g-subs-item:last-child {
  border-bottom: none;
}
/* line 167, templates/g5_helium/custom/scss/_features-particle.scss */
/* line 168, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features2-particle .g-features2-particle-title {
  margin-top: 0;
  margin-bottom: 1rem;
}
/* line 171, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features2-particle .g-features2-particle-title a {
  color: #4d4d4d;
}
/* line 173, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features2-particle .g-features2-particle-title a:hover {
  color: #28297d;
}
/* line 178, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features2-particle .g-features2-particle-icon {
  margin-right: 20px;
  color: #28297d;
  font-size: 130%;
}
/* line 183, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features2-particle .g-features2-particle-image {
  margin-right: 20px;
  display: inline-block;
}
/* line 187, templates/g5_helium/custom/scss/_features-particle.scss */
/* line 188, templates/g5_helium/custom/scss/_features-particle.scss */
/* line 189, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features2-particle.style3 .g-grid .g-block {
  padding: 0 1rem;
}
/* line 193, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features2-particle.style3 .g-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: rgba(0, 0, 0, 0.2);
}
/* line 197, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features2-particle.style3 .g-content:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid rgba(0, 0, 0, 0.2);
  border-right: 15px solid transparent;
  position: absolute;
  margin-top: 16px;
  margin-left: -15px;
  z-index: 99;
}
/* line 210, templates/g5_helium/custom/scss/_features-particle.scss */
/* line 211, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features2-particle.style4 .g-features2-particle-icon {
  float: left;
  font-size: 55px;
  margin-right: 0;
  color: #5e5e5e;
}
/* line 217, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features2-particle.style4 .g-features2-particle-image {
  float: left;
  margin: 5px 0 0;
  max-width: 60px;
}
/* line 222, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features2-particle.style4 .g-title-desc-container {
  margin-left: 75px;
}
/* line 225, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features2-particle.style4 .g-features2-particle-title {
  margin-bottom: 10px;
}
/* line 228, templates/g5_helium/custom/scss/_features-particle.scss */
/* line 229, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features2-particle.style4 .accent1 .g-features2-particle-icon {
  color: #28297d;
}
/* line 233, templates/g5_helium/custom/scss/_features-particle.scss */
/* line 234, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features2-particle.style4 .accent2 .g-features2-particle-icon {
  color: #2980b9;
}
/* line 239, templates/g5_helium/custom/scss/_features-particle.scss */
/* line 240, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features2-particle.style5 .g-features2-particle-icon {
  float: left;
  font-size: 24px;
  margin-right: 0;
  color: #525252;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-top: 5px;
  border: 1px solid;
  border-radius: 50%;
}
/* line 253, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features2-particle.style5 .g-features2-particle-image {
  float: left;
  margin: 5px 0 0;
  width: 60px;
  height: 60px;
}
/* line 258, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features2-particle.style5 .g-features2-particle-image img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
/* line 264, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features2-particle.style5 .g-title-desc-container {
  margin-left: 75px;
}
/* line 267, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features2-particle.style5 .g-features2-particle-title {
  margin-bottom: 10px;
}
/* line 270, templates/g5_helium/custom/scss/_features-particle.scss */
/* line 271, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features2-particle.style5 .accent1 .g-features2-particle-icon {
  color: #28297d;
}
/* line 275, templates/g5_helium/custom/scss/_features-particle.scss */
/* line 276, templates/g5_helium/custom/scss/_features-particle.scss */
.g-features2-particle.style5 .accent2 .g-features2-particle-icon {
  color: #2980b9;
}
/* line 1, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 4, templates/g5_helium/custom/scss/_feedback.scss */
/* line 5, templates/g5_helium/custom/scss/_feedback.scss */
@media only all and (max-width: 47.938rem) {
  .g-feedback > .g-grid > .g-block {
    margin-bottom: 30px;
  }
  /* line 8, templates/g5_helium/custom/scss/_feedback.scss */
  .g-feedback > .g-grid > .g-block:last-child {
    margin-bottom: 0;
  }
}
/* line 17, templates/g5_helium/custom/scss/_feedback.scss */
/* line 18, templates/g5_helium/custom/scss/_feedback.scss */
/* line 19, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style1 .g-content, .g-feedback-slider.style1 .g-content, .g-feedback-slideset.style1 .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 24, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style1 .g-feedback-text, .g-feedback-slider.style1 .g-feedback-text, .g-feedback-slideset.style1 .g-feedback-text {
  background: #fff;
  border: 1px solid #e0e0e5;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 3px;
}
/* line 31, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style1 .g-feedback-text:before, .g-feedback-slider.style1 .g-feedback-text:before, .g-feedback-slideset.style1 .g-feedback-text:before {
  border-right: 17px solid transparent;
  border-top: 16px solid #e9e9e9;
  z-index: 1;
}
/* line 36, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style1 .g-feedback-text:after, .g-feedback-slider.style1 .g-feedback-text:after, .g-feedback-slideset.style1 .g-feedback-text:after {
  border-right: 15px solid transparent;
  border-top: 15px solid white;
  margin-left: 1px;
  margin-top: -1px;
  z-index: 2;
}
/* line 43, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style1 .g-feedback-text:before, .g-feedback-slider.style1 .g-feedback-text:before, .g-feedback-slideset.style1 .g-feedback-text:before, .g-feedback.style1 .g-feedback-text:after, .g-feedback-slider.style1 .g-feedback-text:after, .g-feedback-slideset.style1 .g-feedback-text:after {
  border-left: 0 solid transparent;
  content: "";
  height: 0;
  left: 60px;
  position: absolute;
  top: 100%;
  width: 0;
}
/* line 53, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style1 .g-user-image, .g-feedback-slider.style1 .g-user-image, .g-feedback-slideset.style1 .g-user-image {
  float: left;
  margin-right: 20px;
}
/* line 56, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style1 .g-user-image img, .g-feedback-slider.style1 .g-user-image img, .g-feedback-slideset.style1 .g-user-image img {
  border-radius: 50%;
  width: 70px;
}
/* line 61, templates/g5_helium/custom/scss/_feedback.scss */
/* line 62, templates/g5_helium/custom/scss/_feedback.scss */
/* line 63, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style1 .g-user-company a:hover, .g-feedback-slider.style1 .g-user-company a:hover, .g-feedback-slideset.style1 .g-user-company a:hover {
  color: #28297d;
  text-decoration: underline;
}
/* line 70, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback .uk-dotnav, .g-feedback-slider .uk-dotnav, .g-feedback-slideset .uk-dotnav {
  margin-left: 0;
}
/* line 76, templates/g5_helium/custom/scss/_feedback.scss */
/* line 77, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style2, .g-feedback-slider.style2, .g-feedback-slideset.style2 {
  text-align: center;
}
/* line 79, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style2 .g-content, .g-feedback-slider.style2 .g-content, .g-feedback-slideset.style2 .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 84, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style2 .g-feedback-text, .g-feedback-slider.style2 .g-feedback-text, .g-feedback-slideset.style2 .g-feedback-text {
  position: relative;
  font-size: 120%;
}
/* line 88, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style2 .g-feedback-separator, .g-feedback-slider.style2 .g-feedback-separator, .g-feedback-slideset.style2 .g-feedback-separator {
  margin: 20px auto;
  color: #28297d;
}
/* line 91, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style2 .g-feedback-separator i, .g-feedback-slider.style2 .g-feedback-separator i, .g-feedback-slideset.style2 .g-feedback-separator i {
  margin-right: 3px;
}
/* line 93, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style2 .g-feedback-separator i:last-child, .g-feedback-slider.style2 .g-feedback-separator i:last-child, .g-feedback-slideset.style2 .g-feedback-separator i:last-child {
  margin-right: 0;
}
/* line 98, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style2 .g-user-image, .g-feedback-slider.style2 .g-user-image, .g-feedback-slideset.style2 .g-user-image {
  display: inline-block;
  margin-bottom: 15px;
}
/* line 101, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style2 .g-user-image img, .g-feedback-slider.style2 .g-user-image img, .g-feedback-slideset.style2 .g-user-image img {
  border-radius: 50%;
  width: 70px;
}
/* line 106, templates/g5_helium/custom/scss/_feedback.scss */
/* line 107, templates/g5_helium/custom/scss/_feedback.scss */
/* line 108, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style2 .g-user-company a:hover, .g-feedback-slider.style2 .g-user-company a:hover, .g-feedback-slideset.style2 .g-user-company a:hover {
  color: #28297d;
  text-decoration: underline;
}
/* line 114, templates/g5_helium/custom/scss/_feedback.scss */
/* line 115, templates/g5_helium/custom/scss/_feedback.scss */
/* line 116, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style2 .uk-dotnav > li:first-child, .g-feedback-slider.style2 .uk-dotnav > li:first-child, .g-feedback-slideset.style2 .uk-dotnav > li:first-child {
  padding-left: 0;
}
/* line 122, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback .uk-dotnav, .g-feedback-slider .uk-dotnav, .g-feedback-slideset .uk-dotnav {
  margin-left: 0;
}
/* line 128, templates/g5_helium/custom/scss/_feedback.scss */
/* line 129, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style3, .g-feedback-slider.style3, .g-feedback-slideset.style3 {
  text-align: center;
}
/* line 131, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style3 .g-content, .g-feedback-slider.style3 .g-content, .g-feedback-slideset.style3 .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 136, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style3 .g-feedback-text, .g-feedback-slider.style3 .g-feedback-text, .g-feedback-slideset.style3 .g-feedback-text {
  position: relative;
  font-style: italic;
}
/* line 140, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style3 .g-feedback-separator, .g-feedback-slider.style3 .g-feedback-separator, .g-feedback-slideset.style3 .g-feedback-separator {
  margin: 20px auto;
  color: #28297d;
}
/* line 143, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style3 .g-feedback-separator i, .g-feedback-slider.style3 .g-feedback-separator i, .g-feedback-slideset.style3 .g-feedback-separator i {
  margin-right: 3px;
}
/* line 145, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style3 .g-feedback-separator i:last-child, .g-feedback-slider.style3 .g-feedback-separator i:last-child, .g-feedback-slideset.style3 .g-feedback-separator i:last-child {
  margin-right: 0;
}
/* line 150, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style3 .g-user-image, .g-feedback-slider.style3 .g-user-image, .g-feedback-slideset.style3 .g-user-image {
  display: inline-block;
  margin-bottom: 30px;
}
/* line 153, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style3 .g-user-image img, .g-feedback-slider.style3 .g-user-image img, .g-feedback-slideset.style3 .g-user-image img {
  border-radius: 50%;
  width: 130px;
}
/* line 158, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style3 .g-user-details, .g-feedback-slider.style3 .g-user-details, .g-feedback-slideset.style3 .g-user-details {
  margin-bottom: 15px;
}
/* line 161, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style3 .g-user-name, .g-feedback-slider.style3 .g-user-name, .g-feedback-slideset.style3 .g-user-name {
  text-transform: uppercase;
  letter-spacing: 2px;
}
/* line 165, templates/g5_helium/custom/scss/_feedback.scss */
/* line 166, templates/g5_helium/custom/scss/_feedback.scss */
/* line 167, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style3 .g-user-company a:hover, .g-feedback-slider.style3 .g-user-company a:hover, .g-feedback-slideset.style3 .g-user-company a:hover {
  color: #28297d;
  text-decoration: underline;
}
/* line 173, templates/g5_helium/custom/scss/_feedback.scss */
/* line 174, templates/g5_helium/custom/scss/_feedback.scss */
/* line 175, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback.style3 .uk-dotnav > li:first-child, .g-feedback-slider.style3 .uk-dotnav > li:first-child, .g-feedback-slideset.style3 .uk-dotnav > li:first-child {
  padding-left: 0;
}
/* line 181, templates/g5_helium/custom/scss/_feedback.scss */
.g-feedback .uk-dotnav, .g-feedback-slider .uk-dotnav, .g-feedback-slideset .uk-dotnav {
  margin-left: 0;
}
/* line 1, templates/g5_helium/custom/scss/_feedback2.scss */
.g-feedback2 {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 4, templates/g5_helium/custom/scss/_feedback2.scss */
.g-feedback2 .g-grid {
  margin-bottom: 2.345rem;
}
/* line 6, templates/g5_helium/custom/scss/_feedback2.scss */
.g-feedback2 .g-grid:last-child {
  margin-bottom: 0;
}
/* line 8, templates/g5_helium/custom/scss/_feedback2.scss */
/* line 9, templates/g5_helium/custom/scss/_feedback2.scss */
/* line 10, templates/g5_helium/custom/scss/_feedback2.scss */
@media only all and (max-width: 47.938rem) {
  .g-feedback2 .g-grid:last-child .g-block:last-child .g-image-features-item {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-feedback2 .g-grid {
    margin-bottom: 0;
  }
}
/* line 22, templates/g5_helium/custom/scss/_feedback2.scss */
/* line 23, templates/g5_helium/custom/scss/_feedback2.scss */
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-feedback2 > .g-grid > .g-block {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    margin-bottom: 1.876rem;
  }
  /* line 27, templates/g5_helium/custom/scss/_feedback2.scss */
  .g-feedback2 > .g-grid > .g-block:last-child {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-feedback2 > .g-grid > .g-block {
    margin-bottom: 2.345rem;
  }
}
/* line 35, templates/g5_helium/custom/scss/_feedback2.scss */
/* line 36, templates/g5_helium/custom/scss/_feedback2.scss */
/* line 37, templates/g5_helium/custom/scss/_feedback2.scss */
@media only all and (max-width: 47.938rem) {
  .g-feedback2 > .g-grid:last-child > .g-block:last-child {
    margin-bottom: 0;
  }
}
/* line 47, templates/g5_helium/custom/scss/_feedback2.scss */
/* line 48, templates/g5_helium/custom/scss/_feedback2.scss */
.g-feedback2 .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 53, templates/g5_helium/custom/scss/_feedback2.scss */
.g-feedback2 .g-user-image {
  float: left;
}
@media only all and (max-width: 30rem) {
  .g-feedback2 .g-user-image {
    display: none;
  }
}
/* line 58, templates/g5_helium/custom/scss/_feedback2.scss */
.g-feedback2 .g-user-image img {
  border-radius: 50%;
  width: 80px;
}
/* line 63, templates/g5_helium/custom/scss/_feedback2.scss */
.g-feedback2 .g-feeback-container {
  margin-left: 100px;
}
@media only all and (max-width: 30rem) {
  .g-feedback2 .g-feeback-container {
    margin-left: 0;
  }
}
/* line 69, templates/g5_helium/custom/scss/_feedback2.scss */
.g-feedback2 .g-feedback-text {
  margin-bottom: 15px;
}
/* line 72, templates/g5_helium/custom/scss/_feedback2.scss */
.g-feedback2 .g-user-name {
  font-weight: bold;
  color: #121212;
}
/* line 76, templates/g5_helium/custom/scss/_feedback2.scss */
.g-feedback2 .g-user-company {
  color: #6b6b6b;
  font-style: italic;
}
/* line 79, templates/g5_helium/custom/scss/_feedback2.scss */
/* line 80, templates/g5_helium/custom/scss/_feedback2.scss */
.g-feedback2 .g-user-company a:hover {
  color: #28297d;
  text-decoration: underline;
}
/* line 4, templates/g5_helium/custom/scss/_gadgets.scss */
/* line 5, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets .g-gadget-buttons {
  position: fixed;
  top: 155px;
  left: 0;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  z-index: 999;
}
/* line 12, templates/g5_helium/custom/scss/_gadgets.scss */
/* line 13, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets .g-gadget-buttons > div > a {
  padding: 14px;
  display: block;
  line-height: 1;
  border-bottom: 1px solid #e0e0e5;
  text-align: center;
  color: #383838;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 21, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets .g-gadget-buttons > div > a:hover {
  color: #fff;
  background: #28297d;
}
/* line 26, templates/g5_helium/custom/scss/_gadgets.scss */
/* line 27, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets .g-gadget-buttons > div:last-child > a {
  border-bottom: none;
}
/* line 33, templates/g5_helium/custom/scss/_gadgets.scss */
/* line 34, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets .g-gadget-offcanvas .offcanvas-toggle-particle {
  cursor: pointer;
}
/* line 40, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets .login-text-present {
  margin-right: 10px;
}
/* line 43, templates/g5_helium/custom/scss/_gadgets.scss */
/* line 44, templates/g5_helium/custom/scss/_gadgets.scss */
/* line 45, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login.uk-open .uk-close {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 49, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login .uk-modal-dialog {
  padding: 0;
}
/* line 51, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login .uk-modal-dialog h3 {
  margin: 0;
  margin-bottom: 10px;
  padding: 10px 25px;
  background: #2e373c;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
}
/* line 62, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login #login-form {
  padding: 25px;
}
/* line 64, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login #login-form input {
  width: 100%;
  max-width: 100%;
  border-radius: 0;
}
/* line 69, templates/g5_helium/custom/scss/_gadgets.scss */
/* line 70, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login #login-form .pretext p {
  margin-top: 0;
}
/* line 74, templates/g5_helium/custom/scss/_gadgets.scss */
/* line 75, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login #login-form .posttext p {
  margin-bottom: 0;
}
/* line 79, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login #login-form .control-group {
  margin-bottom: 15px;
}
/* line 82, templates/g5_helium/custom/scss/_gadgets.scss */
/* line 83, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login #login-form .input-prepend .add-on {
  display: none;
}
/* line 87, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login #login-form #modlgn-username, .g-gadgets #modal-login #login-form #modlgn-passwd {
  border: 1px solid #d2d2d9;
  padding: 10px;
}
/* line 90, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login #login-form #modlgn-username:focus, .g-gadgets #modal-login #login-form #modlgn-passwd:focus {
  border-color: #28297d;
}
/* line 95, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login #form-login-remember {
  display: inline-block;
  margin: 5px 0 15px;
}
/* line 98, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login #form-login-remember input {
  margin: 2px 5px 0 0;
  width: auto;
}
/* line 106, templates/g5_helium/custom/scss/_gadgets.scss */
/* line 107, templates/g5_helium/custom/scss/_gadgets.scss */
/* line 108, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login .userdata > ul li {
  line-height: 1.5;
}
/* line 113, templates/g5_helium/custom/scss/_gadgets.scss */
/* line 114, templates/g5_helium/custom/scss/_gadgets.scss */
/* line 115, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login .hide-links .userdata > ul {
  display: none;
}
/* line 120, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login .login-greeting {
  text-align: center;
  margin-bottom: 20px;
}
/* line 124, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login .logout-button {
  text-align: center;
}
/* line 128, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login #loginform {
  padding: 25px;
}
/* line 130, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login #loginform .login-data {
  padding: 0;
  margin: 10px 0 0 0;
}
/* line 134, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login #loginform .login-username, .g-gadgets #modal-login #loginform .login-password, .g-gadgets #modal-login #loginform .login-remember, .g-gadgets #modal-login #loginform .login-submit {
  margin-top: 0;
}
/* line 137, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login #loginform .login-submit {
  margin-bottom: 0;
}
/* line 140, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login #loginform input {
  border-radius: 0;
}
/* line 143, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login #loginform #user_login, .g-gadgets #modal-login #loginform #user_pass {
  border: 1px solid #d2d2d9;
}
/* line 145, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login #loginform #user_login:focus, .g-gadgets #modal-login #loginform #user_pass:focus {
  border-color: #28297d;
}
/* line 149, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login #loginform .login-extra {
  margin: 15px 0 0 0;
  list-style: none;
}
/* line 152, templates/g5_helium/custom/scss/_gadgets.scss */
/* line 153, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login #loginform .login-extra li i {
  margin-right: 7px;
}
/* line 158, templates/g5_helium/custom/scss/_gadgets.scss */
/* line 159, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login #loginform .logout-button .button {
  margin-bottom: 0;
}
/* line 164, templates/g5_helium/custom/scss/_gadgets.scss */
/* line 165, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-login .hide-links .login-extra {
  display: none;
}
/* line 172, templates/g5_helium/custom/scss/_gadgets.scss */
/* line 173, templates/g5_helium/custom/scss/_gadgets.scss */
/* line 174, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-search.uk-open .uk-modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 177, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-search.uk-open .uk-close {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 181, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-search .uk-modal-dialog {
  padding: 0;
  border-radius: 0;
  width: 455px;
  background: none;
  box-shadow: none;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
/* line 189, templates/g5_helium/custom/scss/_gadgets.scss */
/* line 190, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-search .uk-modal-dialog .search form {
  margin-bottom: 0;
}
/* line 193, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-search .uk-modal-dialog .search input {
  margin-bottom: 0;
  border: none;
  font-size: 2.3rem;
  width: 455px;
  color: #fff;
  text-align: center;
  background: none;
  padding: 20px;
  border-radius: 0;
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.3);
}
/* line 4, media/gantry5/engines/nucleus/scss/vendor/bourbon/css3/_placeholder.scss */
.g-gadgets #modal-search .uk-modal-dialog .search input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
/* line 4, media/gantry5/engines/nucleus/scss/vendor/bourbon/css3/_placeholder.scss */
.g-gadgets #modal-search .uk-modal-dialog .search input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
/* line 4, media/gantry5/engines/nucleus/scss/vendor/bourbon/css3/_placeholder.scss */
.g-gadgets #modal-search .uk-modal-dialog .search input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
/* line 4, media/gantry5/engines/nucleus/scss/vendor/bourbon/css3/_placeholder.scss */
.g-gadgets #modal-search .uk-modal-dialog .search input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
@media only all and (max-width: 47.938rem) {
  .g-gadgets #modal-search .uk-modal-dialog .search input {
    width: 100%;
    padding: 20px 0;
  }
}
/* line 212, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-search .uk-modal-dialog .search input:focus {
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1);
}
/* line 218, templates/g5_helium/custom/scss/_gadgets.scss */
/* line 219, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-search .uk-modal-dialog .search-form .search-field {
  border: none;
  font-size: 2.3rem;
  width: 455px;
  color: #fff;
  text-align: center;
  background: none;
  padding: 20px;
  border-radius: 0;
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.3);
}
/* line 4, media/gantry5/engines/nucleus/scss/vendor/bourbon/css3/_placeholder.scss */
.g-gadgets #modal-search .uk-modal-dialog .search-form .search-field::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
/* line 4, media/gantry5/engines/nucleus/scss/vendor/bourbon/css3/_placeholder.scss */
.g-gadgets #modal-search .uk-modal-dialog .search-form .search-field::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
/* line 4, media/gantry5/engines/nucleus/scss/vendor/bourbon/css3/_placeholder.scss */
.g-gadgets #modal-search .uk-modal-dialog .search-form .search-field:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
/* line 4, media/gantry5/engines/nucleus/scss/vendor/bourbon/css3/_placeholder.scss */
.g-gadgets #modal-search .uk-modal-dialog .search-form .search-field:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
@media only all and (max-width: 47.938rem) {
  .g-gadgets #modal-search .uk-modal-dialog .search-form .search-field {
    width: 100%;
    padding: 20px 0;
  }
}
/* line 237, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-search .uk-modal-dialog .search-form .search-field:focus {
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1);
}
/* line 241, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-search .uk-modal-dialog .search-form label {
  margin-bottom: 0;
}
/* line 244, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #modal-search .uk-modal-dialog .search-form .search-submit {
  display: none;
}
/* line 251, templates/g5_helium/custom/scss/_gadgets.scss */
/* line 252, templates/g5_helium/custom/scss/_gadgets.scss */
/* line 253, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #g-touch.uk-open .uk-close {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 257, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #g-touch .uk-modal-dialog {
  padding: 0;
  border-radius: 0;
  color: #383838;
}
/* line 261, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #g-touch .uk-modal-dialog [id*="g-map-"] {
  max-width: 100% !important;
}
/* line 265, templates/g5_helium/custom/scss/_gadgets.scss */
/* line 266, templates/g5_helium/custom/scss/_gadgets.scss */
/* line 267, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #g-touch .g-block:last-child .g-touch-item {
  border: none;
}
/* line 272, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #g-touch .g-touch-item {
  text-align: center;
  padding: 25px 10px;
  border-right: 1px solid #e0e0e5;
  font-weight: bold;
  color: #383838;
  font-size: 0.9rem;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media only all and (max-width: 47.938rem) {
  .g-gadgets #g-touch .g-touch-item {
    border-right: none;
    border-bottom: 1px solid #e0e0e5;
    padding: 15px 10px;
  }
}
/* line 288, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #g-touch .g-touch-item a {
  color: #383838;
}
/* line 291, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets #g-touch .g-touch-item .g-touch-item-icon {
  margin-right: 9px;
}
/* line 297, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets .uk-close {
  color: #fff !important;
  opacity: 1;
  font-size: 22px;
  top: 35px;
  right: 35px;
  position: absolute;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 306, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets .uk-close:hover {
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
  color: #28297d !important;
}
/* line 312, templates/g5_helium/custom/scss/_gadgets.scss */
.g-gadgets .element-invisible {
  border: 0 none;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 1, templates/g5_helium/custom/scss/_gallery-feature.scss */
.g-gallery-feature {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
  text-align: center;
}
/* line 5, templates/g5_helium/custom/scss/_gallery-feature.scss */
@media only all and (max-width: 47.938rem) {
  .g-gallery-feature .g-gallery-feature-left {
    margin-bottom: 35px;
  }
}
/* line 9, templates/g5_helium/custom/scss/_gallery-feature.scss */
.g-gallery-feature .g-gallery-feature-left .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 15, templates/g5_helium/custom/scss/_gallery-feature.scss */
/* line 16, templates/g5_helium/custom/scss/_gallery-feature.scss */
.g-gallery-feature .g-gallery-feature-right .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 21, templates/g5_helium/custom/scss/_gallery-feature.scss */
.g-gallery-feature .g-gallery-feature-right.align-right {
  text-align: right;
}
/* line 25, templates/g5_helium/custom/scss/_gallery-feature.scss */
.g-gallery-feature .g-gallery-feature-title {
  margin-top: -5px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}
/* line 30, templates/g5_helium/custom/scss/_gallery-feature.scss */
.g-gallery-feature .g-gallery-feature-title:after {
  display: block;
  content: '';
  height: 4px;
  border-radius: 4px;
  background: #28297d;
  position: relative;
  width: 50px;
  margin: 25px auto;
}
/* line 41, templates/g5_helium/custom/scss/_gallery-feature.scss */
.g-gallery-feature .image-bottom {
  margin-bottom: -4.563rem;
}
/* line 44, templates/g5_helium/custom/scss/_gallery-feature.scss */
.g-gallery-feature .g-gallery-feature-link {
  margin-top: 5px;
}
/* line 46, templates/g5_helium/custom/scss/_gallery-feature.scss */
.g-gallery-feature .g-gallery-feature-link i {
  margin-right: 10px;
}
/* line 50, templates/g5_helium/custom/scss/_gallery-feature.scss */
/* line 51, templates/g5_helium/custom/scss/_gallery-feature.scss */
.g-gallery-feature .g-gallery-feature-desc i {
  margin-right: 8px;
}
/* line 58, templates/g5_helium/custom/scss/_gallery-feature.scss */
/* line 59, templates/g5_helium/custom/scss/_gallery-feature.scss */
.g-gallery-feature .g-gallery-feature-item > a {
  position: relative;
  display: block;
  border-radius: 3px;
}
/* line 63, templates/g5_helium/custom/scss/_gallery-feature.scss */
/* line 64, templates/g5_helium/custom/scss/_gallery-feature.scss */
.g-gallery-feature .g-gallery-feature-item > a:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
/* line 69, templates/g5_helium/custom/scss/_gallery-feature.scss */
.g-gallery-feature .g-gallery-feature-item img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
}
/* line 73, templates/g5_helium/custom/scss/_gallery-feature.scss */
.g-gallery-feature .g-gallery-feature-item .uk-overlay-panel {
  z-index: 4;
  border-radius: 3px;
}
/* line 78, templates/g5_helium/custom/scss/_gallery-feature.scss */
.g-gallery-feature .uk-overlay-area:empty::before, .g-gallery-feature .uk-overlay-icon::before {
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
/* line 1, templates/g5_helium/custom/scss/_header-search.scss */
#header-search {
  position: absolute;
  width: 100%;
  z-index: 9999;
  display: none;
  overflow: hidden;
  -webkit-transition: height 0.3s, line-height 0.3s;
  -moz-transition: height 0.3s, line-height 0.3s;
  transition: height 0.3s, line-height 0.3s;
}
@media only all and (max-width: 47.938rem) {
  #header-search {
    display: none !important;
  }
}
/* line 11, templates/g5_helium/custom/scss/_header-search.scss */
#header-search .uk-close {
  position: absolute;
  right: 25px;
  font-size: 25px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 17, templates/g5_helium/custom/scss/_header-search.scss */
#header-search .uk-close:hover {
  opacity: 0.6;
}
/* line 22, templates/g5_helium/custom/scss/_header-search.scss */
/* line 23, templates/g5_helium/custom/scss/_header-search.scss */
#header-search .search form {
  margin-bottom: 0;
}
/* line 26, templates/g5_helium/custom/scss/_header-search.scss */
#header-search .search input {
  font-family: inherit;
  margin-bottom: 0;
  padding: 0;
  border: none;
  box-shadow: none !important;
  font-size: 2.5rem;
  color: inherit;
  width: 100%;
  border-radius: 0;
  background: none;
  -webkit-transition: height 0.3s, line-height 0.3s;
  -moz-transition: height 0.3s, line-height 0.3s;
  transition: height 0.3s, line-height 0.3s;
}
/* line 4, media/gantry5/engines/nucleus/scss/vendor/bourbon/css3/_placeholder.scss */
#header-search .search input::-webkit-input-placeholder {
  opacity: 1;
}
/* line 4, media/gantry5/engines/nucleus/scss/vendor/bourbon/css3/_placeholder.scss */
#header-search .search input::-moz-placeholder {
  opacity: 1;
}
/* line 4, media/gantry5/engines/nucleus/scss/vendor/bourbon/css3/_placeholder.scss */
#header-search .search input:-moz-placeholder {
  opacity: 1;
}
/* line 4, media/gantry5/engines/nucleus/scss/vendor/bourbon/css3/_placeholder.scss */
#header-search .search input:-ms-input-placeholder {
  opacity: 1;
}
/* line 44, templates/g5_helium/custom/scss/_header-search.scss */
/* line 45, templates/g5_helium/custom/scss/_header-search.scss */
#header-search .search-form .search-field {
  font-family: inherit;
  padding: 0;
  border: none;
  box-shadow: none !important;
  font-size: 2.5rem;
  color: inherit;
  width: 100%;
  border-radius: 0;
  background: none;
  -webkit-transition: height 0.3s, line-height 0.3s;
  -moz-transition: height 0.3s, line-height 0.3s;
  transition: height 0.3s, line-height 0.3s;
}
/* line 4, media/gantry5/engines/nucleus/scss/vendor/bourbon/css3/_placeholder.scss */
#header-search .search-form .search-field::-webkit-input-placeholder {
  opacity: 1;
}
/* line 4, media/gantry5/engines/nucleus/scss/vendor/bourbon/css3/_placeholder.scss */
#header-search .search-form .search-field::-moz-placeholder {
  opacity: 1;
}
/* line 4, media/gantry5/engines/nucleus/scss/vendor/bourbon/css3/_placeholder.scss */
#header-search .search-form .search-field:-moz-placeholder {
  opacity: 1;
}
/* line 4, media/gantry5/engines/nucleus/scss/vendor/bourbon/css3/_placeholder.scss */
#header-search .search-form .search-field:-ms-input-placeholder {
  opacity: 1;
}
/* line 60, templates/g5_helium/custom/scss/_header-search.scss */
#header-search .search-form label {
  margin-bottom: 0;
}
/* line 63, templates/g5_helium/custom/scss/_header-search.scss */
#header-search .search-form .search-submit {
  display: none;
}
/* line 67, templates/g5_helium/custom/scss/_header-search.scss */
#header-search .g-content {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 74, templates/g5_helium/custom/scss/_header-search.scss */
#header-search .element-invisible {
  border: 0 none;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 85, templates/g5_helium/custom/scss/_header-search.scss */
/* line 86, templates/g5_helium/custom/scss/_header-search.scss */
#header-search-toggle > i {
  opacity: 1;
}
/* line 1, templates/g5_helium/custom/scss/_hero-slider.scss */
.g-hero-slider {
  position: relative;
}
@media only all and (max-width: 47.938rem) {
  .g-hero-slider {
    height: auto !important;
  }
}
/* line 6, templates/g5_helium/custom/scss/_hero-slider.scss */
.g-hero-slider .uk-slidenav-position {
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
/* line 10, templates/g5_helium/custom/scss/_hero-slider.scss */
.g-hero-slider .uk-slidenav-position .uk-slider-container {
  height: 100%;
}
/* line 13, templates/g5_helium/custom/scss/_hero-slider.scss */
.g-hero-slider .uk-slidenav-position .uk-slideset, .g-hero-slider .uk-slidenav-position .uk-slider {
  height: 100%;
}
/* line 17, templates/g5_helium/custom/scss/_hero-slider.scss */
.g-hero-slider .uk-dotnav {
  margin: 0 0 0 -15px;
  position: relative;
  bottom: 50px;
}
@media only all and (max-width: 47.938rem) {
  .g-hero-slider .uk-dotnav {
    bottom: 35px;
  }
}
/* line 24, templates/g5_helium/custom/scss/_hero-slider.scss */
/* line 25, templates/g5_helium/custom/scss/_hero-slider.scss */
.g-hero-slider .uk-dotnav > * > * {
  width: 15px;
  height: 15px;
}
/* line 31, templates/g5_helium/custom/scss/_hero-slider.scss */
.g-hero-slider .g-hero-slider-item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
  width: 100%;
}
@media only all and (max-width: 47.938rem) {
  .g-hero-slider .g-hero-slider-item {
    height: auto;
  }
}
/* line 41, templates/g5_helium/custom/scss/_hero-slider.scss */
.g-hero-slider .g-hero-slider-item-container {
  width: 100%;
  padding: 0 80px;
  text-align: center;
  margin-top: -7px;
}
@media only all and (max-width: 47.938rem) {
  .g-hero-slider .g-hero-slider-item-container {
    padding: 70px 50px;
  }
}
/* line 50, templates/g5_helium/custom/scss/_hero-slider.scss */
.g-hero-slider .g-hero-title {
  margin: 0;
}
/* line 53, templates/g5_helium/custom/scss/_hero-slider.scss */
.g-hero-slider .g-hero-desc {
  margin: 35px 0 0;
  font-size: 1.3rem;
}
/* line 57, templates/g5_helium/custom/scss/_hero-slider.scss */
.g-hero-slider .g-hero-buttons {
  margin: 40px 0 0;
}
/* line 59, templates/g5_helium/custom/scss/_hero-slider.scss */
.g-hero-slider .g-hero-buttons .button {
  padding: 0.8rem 1.3rem;
  font-size: 1.2rem;
  margin-right: 15px;
  min-width: 180px;
  border: 2px solid #28297d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 66, templates/g5_helium/custom/scss/_hero-slider.scss */
.g-hero-slider .g-hero-buttons .button:hover {
  background: #32339c;
  border-color: #32339c;
}
/* line 71, templates/g5_helium/custom/scss/_hero-slider.scss */
.g-hero-slider .g-hero-buttons .button:last-child {
  margin-right: 0;
}
/* line 74, templates/g5_helium/custom/scss/_hero-slider.scss */
.g-hero-slider .g-hero-buttons .button > span {
  margin-right: 10px;
}
@media only all and (max-width: 47.938rem) {
  .g-hero-slider .g-hero-buttons .button {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  /* line 81, templates/g5_helium/custom/scss/_hero-slider.scss */
  .g-hero-slider .g-hero-buttons .button:last-child {
    margin-bottom: 0;
  }
}
/* line 85, templates/g5_helium/custom/scss/_hero-slider.scss */
.g-hero-slider .g-hero-buttons .button.empty {
  background: none;
  border: 2px solid;
}
/* line 88, templates/g5_helium/custom/scss/_hero-slider.scss */
.g-hero-slider .g-hero-buttons .button.empty:hover {
  background: #28297d;
  border-color: #28297d;
  color: #fff;
}
/* line 96, templates/g5_helium/custom/scss/_hero-slider.scss */
.g-hero-slider .particles-js-canvas-el {
  position: absolute;
  top: 0;
  bottom: 0;
}
/* line 4, templates/g5_helium/custom/scss/_image-features.scss */
.g-image-features {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 7, templates/g5_helium/custom/scss/_image-features.scss */
.g-image-features .g-grid {
  margin-bottom: 1.876rem;
}
/* line 9, templates/g5_helium/custom/scss/_image-features.scss */
.g-image-features .g-grid:last-child {
  margin-bottom: 0;
}
/* line 11, templates/g5_helium/custom/scss/_image-features.scss */
/* line 12, templates/g5_helium/custom/scss/_image-features.scss */
/* line 13, templates/g5_helium/custom/scss/_image-features.scss */
@media only all and (max-width: 47.938rem) {
  .g-image-features .g-grid:last-child .g-block:last-child .g-image-features-item {
    margin-bottom: 0;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-image-features .g-grid {
    margin-bottom: 0;
  }
}
/* line 26, templates/g5_helium/custom/scss/_image-features.scss */
/* line 27, templates/g5_helium/custom/scss/_image-features.scss */
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-image-features > .g-grid > .g-block {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    margin-bottom: 1.876rem;
  }
  /* line 31, templates/g5_helium/custom/scss/_image-features.scss */
  .g-image-features > .g-grid > .g-block:last-child {
    margin-bottom: 0;
  }
}
/* line 37, templates/g5_helium/custom/scss/_image-features.scss */
.g-image-features .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 42, templates/g5_helium/custom/scss/_image-features.scss */
.g-image-features .g-image-features-item {
  background: #fff;
  border: 1px solid #e6e6ea;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}
@media only all and (max-width: 47.938rem) {
  .g-image-features .g-image-features-item {
    margin-bottom: 2.3445rem;
  }
}
/* line 51, templates/g5_helium/custom/scss/_image-features.scss */
.g-image-features .g-image-features-image {
  position: relative;
}
/* line 53, templates/g5_helium/custom/scss/_image-features.scss */
.g-image-features .g-image-features-image img {
  width: 100%;
  border-radius: 3px 0 0 3px;
}
/* line 57, templates/g5_helium/custom/scss/_image-features.scss */
/* line 58, templates/g5_helium/custom/scss/_image-features.scss */
.g-image-features .g-image-features-image .uk-overlay-icon:before {
  content: "\f0c1";
}
/* line 62, templates/g5_helium/custom/scss/_image-features.scss */
.g-image-features .g-image-features-image.uk-overlay {
  border-radius: 3px 0 0 3px;
}
/* line 64, templates/g5_helium/custom/scss/_image-features.scss */
.g-image-features .g-image-features-image.uk-overlay img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 68, templates/g5_helium/custom/scss/_image-features.scss */
/* line 69, templates/g5_helium/custom/scss/_image-features.scss */
/* line 70, templates/g5_helium/custom/scss/_image-features.scss */
.g-image-features .g-image-features-image:hover.uk-overlay img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
/* line 75, templates/g5_helium/custom/scss/_image-features.scss */
.g-image-features .g-image-features-image .uk-overlay-panel {
  z-index: 4;
}
/* line 79, templates/g5_helium/custom/scss/_image-features.scss */
.g-image-features .g-image-features-content {
  padding: 20px;
}
/* line 82, templates/g5_helium/custom/scss/_image-features.scss */
.g-image-features p {
  margin: 0;
}
/* line 85, templates/g5_helium/custom/scss/_image-features.scss */
.g-image-features .g-image-features-title {
  margin-top: 0;
  margin-bottom: 1rem;
}
/* line 88, templates/g5_helium/custom/scss/_image-features.scss */
.g-image-features .g-image-features-title a {
  color: #4d4d4d;
}
/* line 90, templates/g5_helium/custom/scss/_image-features.scss */
.g-image-features .g-image-features-title a:hover {
  color: #28297d;
}
/* line 95, templates/g5_helium/custom/scss/_image-features.scss */
.g-image-features .g-bottom-info {
  margin-top: 15px;
}
/* line 98, templates/g5_helium/custom/scss/_image-features.scss */
.g-image-features .g-image-feature-special {
  color: #6b6b6b;
  font-style: italic;
  float: left;
}
@media only all and (max-width: 30rem) {
  .g-image-features .g-image-feature-special {
    float: none;
  }
}
/* line 105, templates/g5_helium/custom/scss/_image-features.scss */
.g-image-features .g-image-feature-special i {
  margin-right: 5px;
}
/* line 109, templates/g5_helium/custom/scss/_image-features.scss */
.g-image-features .g-image-features-link {
  font-style: italic;
  float: right;
}
@media only all and (max-width: 30rem) {
  .g-image-features .g-image-features-link {
    float: none;
    margin-top: 5px;
  }
}
/* line 116, templates/g5_helium/custom/scss/_image-features.scss */
.g-image-features .g-image-features-link i {
  margin-left: 10px;
}
/* line 120, templates/g5_helium/custom/scss/_image-features.scss */
/* line 121, templates/g5_helium/custom/scss/_image-features.scss */
.g-image-features .no-special .g-image-features-link {
  float: none;
}
/* line 1, templates/g5_helium/custom/scss/_keypoints.scss */
.g-keypoints {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 4, templates/g5_helium/custom/scss/_keypoints.scss */
/* line 5, templates/g5_helium/custom/scss/_keypoints.scss */
.g-keypoints .g-left-points .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
/* line 10, templates/g5_helium/custom/scss/_keypoints.scss */
.g-keypoints .g-left-points .g-content .g-keypoints-item-icon {
  margin-left: 1.25rem;
  color: #fff;
  background: #28297d;
  line-height: 2.5rem;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
}
@media only all and (max-width: 47.938rem) {
  .g-keypoints .g-left-points .g-content {
    text-align: center;
  }
}
/* line 24, templates/g5_helium/custom/scss/_keypoints.scss */
/* line 25, templates/g5_helium/custom/scss/_keypoints.scss */
@media only all and (max-width: 47.938rem) {
  .g-keypoints .g-left-points .g-keypoints-item:last-child {
    margin-bottom: 25px;
  }
}
/* line 33, templates/g5_helium/custom/scss/_keypoints.scss */
.g-keypoints .g-main-image {
  text-align: center;
}
/* line 35, templates/g5_helium/custom/scss/_keypoints.scss */
.g-keypoints .g-main-image .g-content {
  margin: 0;
  padding: 0;
}
@media only all and (max-width: 47.938rem) {
  .g-keypoints .g-main-image .g-content {
    margin-bottom: 1rem;
  }
}
/* line 43, templates/g5_helium/custom/scss/_keypoints.scss */
.g-keypoints .image-bottom {
  margin-bottom: -4.563rem;
}
@media only all and (max-width: 47.938rem) {
  .g-keypoints .image-bottom {
    margin-bottom: 1rem;
  }
}
/* line 50, templates/g5_helium/custom/scss/_keypoints.scss */
/* line 51, templates/g5_helium/custom/scss/_keypoints.scss */
.g-keypoints .g-right-points .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 55, templates/g5_helium/custom/scss/_keypoints.scss */
.g-keypoints .g-right-points .g-content .g-keypoints-item-icon {
  margin-right: 1.25rem;
  color: #fff;
  background: #28297d;
  line-height: 2.5rem;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
}
@media only all and (max-width: 47.938rem) {
  .g-keypoints .g-right-points .g-content {
    text-align: center;
  }
}
/* line 71, templates/g5_helium/custom/scss/_keypoints.scss */
/* line 72, templates/g5_helium/custom/scss/_keypoints.scss */
.g-keypoints .g-keypoints-item .g-keypoints-item-desc {
  margin: 1.5rem 0;
}
/* line 75, templates/g5_helium/custom/scss/_keypoints.scss */
/* line 76, templates/g5_helium/custom/scss/_keypoints.scss */
.g-keypoints .g-keypoints-item:last-child .g-keypoints-item-desc {
  margin-bottom: 0;
}
/* line 1, templates/g5_helium/custom/scss/_main-feature.scss */
.g-main-feature {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 4, templates/g5_helium/custom/scss/_main-feature.scss */
/* line 5, templates/g5_helium/custom/scss/_main-feature.scss */
.g-main-feature .g-main-feature-left .g-content {
  margin: 0 0.625rem 0 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 11, templates/g5_helium/custom/scss/_main-feature.scss */
/* line 12, templates/g5_helium/custom/scss/_main-feature.scss */
.g-main-feature .g-main-feature-right .g-content {
  margin: 0 0 0 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 17, templates/g5_helium/custom/scss/_main-feature.scss */
.g-main-feature .g-main-feature-right.align-right {
  text-align: right;
}
/* line 21, templates/g5_helium/custom/scss/_main-feature.scss */
.g-main-feature .g-main-feature-title {
  margin-top: -5px;
}
/* line 24, templates/g5_helium/custom/scss/_main-feature.scss */
.g-main-feature .image-bottom {
  margin-bottom: -4.563rem;
}
/* line 27, templates/g5_helium/custom/scss/_main-feature.scss */
.g-main-feature .g-main-feature-link {
  margin-top: 5px;
}
/* line 29, templates/g5_helium/custom/scss/_main-feature.scss */
.g-main-feature .g-main-feature-link i {
  margin-right: 10px;
}
/* line 33, templates/g5_helium/custom/scss/_main-feature.scss */
/* line 34, templates/g5_helium/custom/scss/_main-feature.scss */
.g-main-feature .g-main-feature-desc i {
  margin-right: 8px;
}
/* line 38, templates/g5_helium/custom/scss/_main-feature.scss */
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-main-feature .image-block {
    display: none;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-main-feature .image-block {
    display: none;
  }
}
/* line 1, templates/g5_helium/custom/scss/_modal-search.scss */
/* line 2, templates/g5_helium/custom/scss/_modal-search.scss */
/* line 3, templates/g5_helium/custom/scss/_modal-search.scss */
.modal-search-container.style1 .uk-modal-dialog {
  text-align: left;
}
/* line 5, templates/g5_helium/custom/scss/_modal-search.scss */
/* line 6, templates/g5_helium/custom/scss/_modal-search.scss */
.modal-search-container.style1 .uk-modal-dialog .search form {
  margin-bottom: 0;
}
/* line 9, templates/g5_helium/custom/scss/_modal-search.scss */
.modal-search-container.style1 .uk-modal-dialog .search input {
  margin-bottom: 0;
  border: 0;
  box-shadow: none !important;
  font-size: 2rem;
  color: #383838;
}
/* line 19, templates/g5_helium/custom/scss/_modal-search.scss */
/* line 20, templates/g5_helium/custom/scss/_modal-search.scss */
.modal-search-container.style2 #modal-search {
  background: rgba(0, 0, 0, 0.7);
}
/* line 22, templates/g5_helium/custom/scss/_modal-search.scss */
/* line 23, templates/g5_helium/custom/scss/_modal-search.scss */
.modal-search-container.style2 #modal-search.uk-open .uk-modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 26, templates/g5_helium/custom/scss/_modal-search.scss */
.modal-search-container.style2 #modal-search.uk-open .uk-close {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 30, templates/g5_helium/custom/scss/_modal-search.scss */
.modal-search-container.style2 #modal-search .uk-modal-dialog {
  padding: 0;
  border-radius: 0;
  width: 455px;
  background: none;
  box-shadow: none;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
/* line 37, templates/g5_helium/custom/scss/_modal-search.scss */
/* line 38, templates/g5_helium/custom/scss/_modal-search.scss */
.modal-search-container.style2 #modal-search .uk-modal-dialog .search form {
  margin-bottom: 0;
}
/* line 41, templates/g5_helium/custom/scss/_modal-search.scss */
.modal-search-container.style2 #modal-search .uk-modal-dialog .search input {
  margin-bottom: 0;
  border: 0;
  font-size: 2.3rem;
  width: 455px;
  color: #fff;
  text-align: center;
  background: none;
  padding: 20px;
  border-radius: 0;
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, 0.3);
}
/* line 4, media/gantry5/engines/nucleus/scss/vendor/bourbon/css3/_placeholder.scss */
.modal-search-container.style2 #modal-search .uk-modal-dialog .search input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
/* line 4, media/gantry5/engines/nucleus/scss/vendor/bourbon/css3/_placeholder.scss */
.modal-search-container.style2 #modal-search .uk-modal-dialog .search input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
/* line 4, media/gantry5/engines/nucleus/scss/vendor/bourbon/css3/_placeholder.scss */
.modal-search-container.style2 #modal-search .uk-modal-dialog .search input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
/* line 4, media/gantry5/engines/nucleus/scss/vendor/bourbon/css3/_placeholder.scss */
.modal-search-container.style2 #modal-search .uk-modal-dialog .search input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
/* line 56, templates/g5_helium/custom/scss/_modal-search.scss */
.modal-search-container.style2 #modal-search .uk-modal-dialog .search input:focus {
  box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1);
}
/* line 62, templates/g5_helium/custom/scss/_modal-search.scss */
.modal-search-container.style2 #modal-search .uk-close {
  color: #fff !important;
  opacity: 1;
  font-size: 22px;
  top: 35px;
  right: 35px;
  position: absolute;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 71, templates/g5_helium/custom/scss/_modal-search.scss */
.modal-search-container.style2 #modal-search .uk-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #28297d !important;
}
/* line 79, templates/g5_helium/custom/scss/_modal-search.scss */
.modal-search-container .element-invisible {
  border: 0 none;
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 88, templates/g5_helium/custom/scss/_modal-search.scss */
.modal-search-container i {
  opacity: 1 !important;
}
/* line 5, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
/* line 6, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
/* line 7, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-news-pro-image, .g-news-pro .g-news-pro-link .g-news-pro-image {
  max-width: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only all and (max-width: 30rem) {
  .g-news-pro .g-news-pro-item .g-news-pro-image, .g-news-pro .g-news-pro-link .g-news-pro-image {
    width: 100% !important;
  }
}
/* line 15, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-news-pro-image > a, .g-news-pro .g-news-pro-link .g-news-pro-image > a {
  display: block;
  width: 100%;
  height: 100%;
}
/* line 20, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-news-pro-image.image-fullwidth, .g-news-pro .g-news-pro-link .g-news-pro-image.image-fullwidth {
  width: 100%;
}
/* line 23, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
/* line 24, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-news-pro-image.image-link:hover, .g-news-pro .g-news-pro-link .g-news-pro-image.image-link:hover {
  opacity: 0.8;
}
/* line 29, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
/* line 30, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item.vertical .g-news-pro-image, .g-news-pro .g-news-pro-link.vertical .g-news-pro-image {
  margin-bottom: 15px;
}
/* line 34, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
/* line 35, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item.horizontal .g-news-pro-image, .g-news-pro .g-news-pro-link.horizontal .g-news-pro-image {
  float: left;
  margin-right: 20px;
}
@media only all and (max-width: 30rem) {
  .g-news-pro .g-news-pro-item.horizontal .g-news-pro-image, .g-news-pro .g-news-pro-link.horizontal .g-news-pro-image {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
/* line 45, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-news-pro-title, .g-news-pro .g-news-pro-link .g-news-pro-title {
  margin: 0;
}
/* line 47, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-news-pro-title a, .g-news-pro .g-news-pro-link .g-news-pro-title a {
  color: #4d4d4d;
}
/* line 49, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-news-pro-title a:hover, .g-news-pro .g-news-pro-link .g-news-pro-title a:hover {
  color: #28297d;
}
/* line 54, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-article-details, .g-news-pro .g-news-pro-link .g-article-details {
  margin-top: 10px;
  font-size: 90%;
  color: #6b6b6b;
}
/* line 58, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-article-details > span, .g-news-pro .g-news-pro-link .g-article-details > span {
  margin-right: 10px;
}
/* line 60, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-article-details > span:last-child, .g-news-pro .g-news-pro-link .g-article-details > span:last-child {
  margin-right: 0;
}
/* line 63, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-article-details > span i, .g-news-pro .g-news-pro-link .g-article-details > span i {
  margin-right: 5px;
}
/* line 68, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-article-read-more, .g-news-pro .g-news-pro-link .g-article-read-more {
  margin-top: 20px;
}
/* line 71, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-item .g-news-pro-desc, .g-news-pro .g-news-pro-link .g-news-pro-desc {
  margin-top: 10px;
}
/* line 75, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
@media only all and (max-width: 47.938rem) {
  .g-news-pro .g-news-pro-item {
    width: 100%;
    margin-bottom: 30px;
  }
  /* line 79, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
  .g-news-pro .g-news-pro-item:last-child {
    margin-bottom: 0;
  }
}
/* line 84, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
/* line 85, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav {
  display: inline-block;
  position: absolute;
  top: -55px;
  right: 0;
  width: auto;
  padding-left: 0;
}
/* line 92, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .g-news-pro-arrows {
  display: inline-block;
}
/* line 95, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav {
  opacity: 1;
  position: relative;
  margin-top: 0;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
/* line 105, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-previous {
  left: auto;
}
/* line 107, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-previous:before {
  content: "\f053";
}
/* line 111, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-next {
  right: auto;
}
/* line 113, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav.uk-slidenav-next:before {
  content: "\f054";
}
/* line 117, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-slidenav:hover {
  background: #28297d;
}
/* line 121, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-dotnav {
  margin: 5px 20px 0 0;
  display: inline-block;
  float: left;
}
/* line 125, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-dotnav > * {
  padding-left: 5px;
}
/* line 127, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .uk-slidenav-position .g-news-pro-nav .uk-dotnav > * > * {
  width: 13px;
  height: 13px;
}
/* line 134, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
/* line 135, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
@media only all and (max-width: 47.938rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 > * {
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 > * {
    width: 100%;
  }
}
/* line 143, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
@media only all and (max-width: 47.938rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 .g-news-pro-link-block {
    margin-top: 30px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-news-pro .uk-slidenav-position.uk-grid-width-1-2 .g-news-pro-link-block {
    margin-top: 30px;
  }
}
/* line 153, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
/* line 154, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .uk-grid + .uk-grid {
  padding-top: 15px;
  margin-top: 15px;
}
/* line 159, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
/* line 160, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
/* line 161, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-link-block > .uk-grid + .uk-grid {
  padding-top: 0;
  margin-top: 0;
}
/* line 164, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-link-block > .uk-grid + .uk-grid .g-news-pro-link {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e5;
}
/* line 171, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-link-block.bottom {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e0e0e5;
}
/* line 176, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
/* line 177, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-link-block .g-news-pro-link .g-news-pro-title {
  font-size: 0.9rem;
}
/* line 181, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
/* line 182, templates/g5_helium/custom/scss/_news-pro-joomla.scss */
.g-news-pro .g-news-pro-link-block .g-news-pro-image .uk-overlay-area:empty::before, .g-news-pro .g-news-pro-link-block .g-news-pro-image .uk-overlay-icon::before {
  font-size: 20px;
  height: 20px;
  width: 20px;
  margin-left: -10px;
  margin-top: -10px;
}
/* line 4, templates/g5_helium/custom/scss/_onepage-menu.scss */
/* line 5, templates/g5_helium/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul {
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #e0e0e5;
  border-radius: 3px;
}
/* line 11, templates/g5_helium/custom/scss/_onepage-menu.scss */
/* line 12, templates/g5_helium/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li a {
  padding: 0.625rem 1.25rem;
  color: #383838;
  display: block;
  border-bottom: 1px solid #e0e0e5;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
/* line 18, templates/g5_helium/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li a:hover {
  background: #f8f9fa;
  color: #050505;
}
/* line 23, templates/g5_helium/custom/scss/_onepage-menu.scss */
/* line 24, templates/g5_helium/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li:last-child a {
  border-bottom: none;
}
/* line 28, templates/g5_helium/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li .submenu {
  border: none;
  display: none;
}
/* line 31, templates/g5_helium/custom/scss/_onepage-menu.scss */
/* line 32, templates/g5_helium/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li .submenu li:last-child {
  border-bottom: 1px solid #e0e0e5;
}
/* line 37, templates/g5_helium/custom/scss/_onepage-menu.scss */
/* line 38, templates/g5_helium/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li.uk-active > a {
  background: #f8f9fa;
  color: #28297d;
}
/* line 42, templates/g5_helium/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li.uk-active .submenu {
  display: block;
}
/* line 44, templates/g5_helium/custom/scss/_onepage-menu.scss */
.g-onepage-menu ul li.uk-active .submenu a {
  padding-left: 35px;
}
/* line 4, templates/g5_helium/custom/scss/_our-team.scss */
/* line 5, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 8, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team:not(.gutter-disabled) > .g-grid {
  margin-bottom: 1.876rem;
}
/* line 10, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team:not(.gutter-disabled) > .g-grid:last-child {
  margin-bottom: 0;
}
/* line 12, templates/g5_helium/custom/scss/_our-team.scss */
/* line 13, templates/g5_helium/custom/scss/_our-team.scss */
/* line 14, templates/g5_helium/custom/scss/_our-team.scss */
@media only all and (max-width: 47.938rem) {
  .g-our-team:not(.gutter-disabled) > .g-grid:last-child > .g-block:last-child .g-our-team-item {
    margin-bottom: 0 !important;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-our-team:not(.gutter-disabled) > .g-grid {
    margin-bottom: 0;
  }
}
/* line 26, templates/g5_helium/custom/scss/_our-team.scss */
@media only all and (max-width: 47.938rem) {
  .g-our-team:not(.gutter-disabled) .g-our-team-item {
    margin-bottom: 1.876rem !important;
  }
}
/* line 32, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team .size-33 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 33.3333%;
  -moz-flex: 0 33.3333%;
  -ms-flex: 0 33.3333%;
  flex: 0 33.3333%;
  width: 33.3333%;
}
@media only all and (max-width: 47.938rem) {
  .g-our-team .size-33 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
/* line 41, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team .size-16 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 16.6666%;
  -moz-flex: 0 16.6666%;
  -ms-flex: 0 16.6666%;
  flex: 0 16.6666%;
  width: 16.6666%;
}
@media only all and (max-width: 47.938rem) {
  .g-our-team .size-16 {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 100%;
    -moz-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    width: 100%;
  }
}
/* line 51, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team, .g-our-team-slider, .g-our-team-slideset {
  text-align: center;
}
/* line 53, templates/g5_helium/custom/scss/_our-team.scss */
/* line 54, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team.gutter-disabled .g-our-team-item, .g-our-team-slider.gutter-disabled .g-our-team-item, .g-our-team-slideset.gutter-disabled .g-our-team-item {
  border: none;
}
/* line 57, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team.gutter-disabled .uk-slideset, .g-our-team-slider.gutter-disabled .uk-slideset, .g-our-team-slideset.gutter-disabled .uk-slideset {
  margin-left: 0;
}
/* line 59, templates/g5_helium/custom/scss/_our-team.scss */
/* line 60, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team.gutter-disabled .uk-slideset.uk-grid > *, .g-our-team-slider.gutter-disabled .uk-slideset.uk-grid > *, .g-our-team-slideset.gutter-disabled .uk-slideset.uk-grid > * {
  padding-left: 0;
}
/* line 66, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team .g-content, .g-our-team-slider .g-content, .g-our-team-slideset .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 71, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team .g-our-team-item, .g-our-team-slider .g-our-team-item, .g-our-team-slideset .g-our-team-item {
  border: 1px solid #e0e0e5;
  width: 100%;
}
@media only all and (max-width: 47.938rem) {
  .g-our-team .g-our-team-item, .g-our-team-slider .g-our-team-item, .g-our-team-slideset .g-our-team-item {
    margin-bottom: 3.126rem;
    width: 100%;
  }
  /* line 77, templates/g5_helium/custom/scss/_our-team.scss */
  .g-our-team .g-our-team-item:last-child, .g-our-team-slider .g-our-team-item:last-child, .g-our-team-slideset .g-our-team-item:last-child {
    margin-bottom: 0;
  }
}
/* line 82, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team .g-our-team-image, .g-our-team-slider .g-our-team-image, .g-our-team-slideset .g-our-team-image {
  position: relative;
  overflow: hidden;
}
/* line 85, templates/g5_helium/custom/scss/_our-team.scss */
/* line 86, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team .g-our-team-image .g-our-team-social.uk-overlay-panel, .g-our-team-slider .g-our-team-image .g-our-team-social.uk-overlay-panel, .g-our-team-slideset .g-our-team-image .g-our-team-social.uk-overlay-panel {
  padding: 0;
}
/* line 88, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team .g-our-team-image .g-our-team-social.uk-overlay-panel a, .g-our-team-slider .g-our-team-image .g-our-team-social.uk-overlay-panel a, .g-our-team-slideset .g-our-team-image .g-our-team-social.uk-overlay-panel a {
  width: 100%;
  display: block;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right: none;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-our-team .g-our-team-image .g-our-team-social.uk-overlay-panel a, .g-our-team-slider .g-our-team-image .g-our-team-social.uk-overlay-panel a, .g-our-team-slideset .g-our-team-image .g-our-team-social.uk-overlay-panel a {
    padding: 10px 5px;
  }
}
/* line 98, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team .g-our-team-image .g-our-team-social.uk-overlay-panel a:hover, .g-our-team-slider .g-our-team-image .g-our-team-social.uk-overlay-panel a:hover, .g-our-team-slideset .g-our-team-image .g-our-team-social.uk-overlay-panel a:hover {
  background: #28297d;
}
/* line 103, templates/g5_helium/custom/scss/_our-team.scss */
@media only all and (max-width: 47.938rem) {
  .g-our-team .g-our-team-image .g-our-team-social .g-block, .g-our-team-slider .g-our-team-image .g-our-team-social .g-block, .g-our-team-slideset .g-our-team-image .g-our-team-social .g-block {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
/* line 109, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team .g-our-team-image img, .g-our-team-slider .g-our-team-image img, .g-our-team-slideset .g-our-team-image img {
  width: 100%;
}
/* line 113, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team .g-info-container, .g-our-team-slider .g-info-container, .g-our-team-slideset .g-info-container {
  padding: 20px;
  background: #fff;
}
/* line 117, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team p, .g-our-team-slider p, .g-our-team-slideset p {
  margin: 0;
}
/* line 120, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team .g-our-team-name, .g-our-team-slider .g-our-team-name, .g-our-team-slideset .g-our-team-name {
  margin: 0;
}
/* line 122, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team .g-our-team-name a, .g-our-team-slider .g-our-team-name a, .g-our-team-slideset .g-our-team-name a {
  color: #4d4d4d;
}
/* line 124, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team .g-our-team-name a:hover, .g-our-team-slider .g-our-team-name a:hover, .g-our-team-slideset .g-our-team-name a:hover {
  color: #28297d;
}
/* line 129, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team .g-our-team-position, .g-our-team-slider .g-our-team-position, .g-our-team-slideset .g-our-team-position {
  margin-top: 0;
  font-size: 90%;
}
/* line 132, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team .g-our-team-position.g-desc-enabled, .g-our-team-slider .g-our-team-position.g-desc-enabled, .g-our-team-slideset .g-our-team-position.g-desc-enabled {
  margin-bottom: 20px;
}
/* line 136, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team .g-our-team-desc, .g-our-team-slider .g-our-team-desc, .g-our-team-slideset .g-our-team-desc {
  margin-top: 0.4rem;
}
/* line 139, templates/g5_helium/custom/scss/_our-team.scss */
/* line 140, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team.style2 .g-our-team-social, .g-our-team-slider.style2 .g-our-team-social, .g-our-team-slideset.style2 .g-our-team-social {
  margin-top: 20px;
}
/* line 142, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team.style2 .g-our-team-social a, .g-our-team-slider.style2 .g-our-team-social a, .g-our-team-slideset.style2 .g-our-team-social a {
  color: #737373;
  margin-right: 15px;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-our-team.style2 .g-our-team-social a, .g-our-team-slider.style2 .g-our-team-social a, .g-our-team-slideset.style2 .g-our-team-social a {
    margin-right: 8px;
  }
}
/* line 148, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team.style2 .g-our-team-social a:last-child, .g-our-team-slider.style2 .g-our-team-social a:last-child, .g-our-team-slideset.style2 .g-our-team-social a:last-child {
  margin-right: 0;
}
/* line 151, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team.style2 .g-our-team-social a:hover, .g-our-team-slider.style2 .g-our-team-social a:hover, .g-our-team-slideset.style2 .g-our-team-social a:hover {
  color: #28297d;
}
/* line 157, templates/g5_helium/custom/scss/_our-team.scss */
/* line 158, templates/g5_helium/custom/scss/_our-team.scss */
/* line 159, templates/g5_helium/custom/scss/_our-team.scss */
.g-our-team.uk-text-left.style1 .g-our-team-social, .g-our-team-slider.uk-text-left.style1 .g-our-team-social, .g-our-team-slideset.uk-text-left.style1 .g-our-team-social {
  text-align: center !important;
}
/* line 1, templates/g5_helium/custom/scss/_page-title.scss */
@media only all and (max-width: 47.938rem) {
  .g-page-title {
    margin-bottom: -30px;
  }
}
/* line 5, templates/g5_helium/custom/scss/_page-title.scss */
.g-page-title h3 {
  margin: 0;
}
/* line 8, templates/g5_helium/custom/scss/_page-title.scss */
.g-page-title i {
  margin-right: 10px;
}
/* line 4, templates/g5_helium/custom/scss/_portfolio.scss */
/* line 5, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-filter {
  margin-bottom: 30px;
}
/* line 10, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-filter.uk-subnav > * > * {
  color: #383838;
}
/* line 13, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
  padding: 3px 8px;
  border: 1px solid #e0e0e5;
  background: #fff;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
/* line 18, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *:focus, .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *:hover {
  background: #fff;
  box-shadow: none;
  border: 1px solid #28297d;
  color: #28297d;
}
/* line 25, templates/g5_helium/custom/scss/_portfolio.scss */
/* line 26, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-filter .uk-active > a {
  background: #fff;
  border: 1px solid #28297d;
  color: #28297d;
  box-shadow: none;
}
/* line 34, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-item {
  border: 1px solid #e0e0e5;
}
/* line 37, templates/g5_helium/custom/scss/_portfolio.scss */
/* line 38, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio.gutter-disabled .g-portfolio-item {
  border: none;
}
/* line 42, templates/g5_helium/custom/scss/_portfolio.scss */
/* line 43, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-image > a {
  display: block;
}
/* line 47, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .g-info-container {
  padding: 20px;
  background: #fff;
}
/* line 51, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio p {
  margin: 0;
}
/* line 54, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-title {
  margin: 0;
}
/* line 56, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-title a {
  color: #4d4d4d;
}
/* line 58, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-title a:hover {
  color: #28297d;
}
/* line 63, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .g-item-details {
  margin-top: 10px;
  font-size: 90%;
  color: #6b6b6b;
  font-style: italic;
}
/* line 68, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .g-item-details i {
  margin-right: 5px;
}
/* line 72, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-desc {
  margin-top: 10px;
}
/* line 75, templates/g5_helium/custom/scss/_portfolio.scss */
/* line 76, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .g-info-container-style2.uk-overlay-panel {
  padding: 15px;
}
/* line 78, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .g-info-container-style2.uk-overlay-panel p {
  margin-top: 5px;
}
/* line 81, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .g-info-container-style2.uk-overlay-panel a {
  color: #fff;
}
/* line 83, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .g-info-container-style2.uk-overlay-panel a:hover {
  color: #28297d;
}
/* line 88, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .g-info-container-style2 .g-portfolio-special, .g-portfolio .g-info-container-style2 .g-item-details {
  color: #919191;
}
/* line 92, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-special {
  color: #6b6b6b;
  font-style: italic;
  float: left;
}
@media only all and (max-width: 30rem) {
  .g-portfolio .g-portfolio-special {
    float: none;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-portfolio .g-portfolio-special {
    float: none;
  }
}
/* line 102, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-special i {
  margin-right: 5px;
}
/* line 106, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-link {
  float: right;
  font-style: italic;
}
/* line 109, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .g-portfolio-link i {
  margin-left: 10px;
}
@media only all and (max-width: 30rem) {
  .g-portfolio .g-portfolio-link {
    float: none;
    margin-top: 5px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-portfolio .g-portfolio-link {
    float: none;
    margin-top: 5px;
  }
}
/* line 121, templates/g5_helium/custom/scss/_portfolio.scss */
/* line 122, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .no-special .g-portfolio-link {
  float: none;
}
/* line 126, templates/g5_helium/custom/scss/_portfolio.scss */
/* line 127, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .no-link .g-portfolio-special {
  float: none;
}
/* line 131, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio .g-bottom-info {
  margin-top: 15px;
}
/* line 134, templates/g5_helium/custom/scss/_portfolio.scss */
/* line 135, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio.style3 .g-info-container {
  position: absolute;
  visibility: hidden;
  z-index: 9;
  opacity: 0;
  border: 1px solid #e0e0e5;
  border-top: none;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 145, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio.style3 .g-portfolio-item {
  border: none;
}
/* line 147, templates/g5_helium/custom/scss/_portfolio.scss */
/* line 148, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio.style3 .g-portfolio-item:hover .g-info-container {
  visibility: visible;
  opacity: 1;
}
/* line 155, templates/g5_helium/custom/scss/_portfolio.scss */
/* line 156, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio.style4 .g-info-container-style2 {
  background: -webkit-linear-gradient( top , rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  padding: 20px;
}
/* line 159, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio.style4 .g-info-container-style2 a {
  color: #fff;
}
/* line 161, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio.style4 .g-info-container-style2 a:hover {
  color: #fff;
  text-decoration: underline;
}
/* line 167, templates/g5_helium/custom/scss/_portfolio.scss */
/* line 168, templates/g5_helium/custom/scss/_portfolio.scss */
/* line 169, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio.style4 .g-portfolio-image .uk-overlay img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
/* line 173, templates/g5_helium/custom/scss/_portfolio.scss */
/* line 174, templates/g5_helium/custom/scss/_portfolio.scss */
/* line 175, templates/g5_helium/custom/scss/_portfolio.scss */
.g-portfolio.style4 .g-portfolio-image:hover .uk-overlay img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
/* line 184, templates/g5_helium/custom/scss/_portfolio.scss */
/* line 185, templates/g5_helium/custom/scss/_portfolio.scss */
.portfolio-special .g-portfolio-filter {
  text-align: center;
  position: relative;
  top: -50px;
  margin-bottom: 0;
  justify-content: center;
}
/* line 194, templates/g5_helium/custom/scss/_portfolio.scss */
/* line 195, templates/g5_helium/custom/scss/_portfolio.scss */
/* line 196, templates/g5_helium/custom/scss/_portfolio.scss */
#g-fullwidth .g-portfolio.gutter-enabled, .g-flushed .g-portfolio.gutter-enabled {
  padding: 30px;
}
/* line 199, templates/g5_helium/custom/scss/_portfolio.scss */
/* line 200, templates/g5_helium/custom/scss/_portfolio.scss */
#g-fullwidth .g-portfolio.filters-enabled.gutter-enabled, .g-flushed .g-portfolio.filters-enabled.gutter-enabled {
  padding-top: 0;
}
/* line 204, templates/g5_helium/custom/scss/_portfolio.scss */
#g-fullwidth .g-portfolio .g-portfolio-filter, .g-flushed .g-portfolio .g-portfolio-filter {
  border-bottom: 1px solid #f0f0f0;
}
/* line 206, templates/g5_helium/custom/scss/_portfolio.scss */
#g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
  padding: 0;
  border: none;
  height: 50px;
  width: 100%;
  line-height: 50px;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 0;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  #g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
    font-size: 0.9rem;
    font-weight: normal;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  #g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
    height: auto;
    line-height: inherit;
    padding: 13px 0;
    font-size: 0.8rem;
    font-weight: normal;
  }
}
@media only all and (max-width: 47.938rem) {
  #g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav-pill > * > * {
    height: auto;
    line-height: inherit;
    padding: 13px 0;
    font-size: 0.8rem;
    font-weight: normal;
  }
}
/* line 234, templates/g5_helium/custom/scss/_portfolio.scss */
#g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav {
  margin-left: -30px;
  margin-right: -30px;
}
/* line 237, templates/g5_helium/custom/scss/_portfolio.scss */
#g-fullwidth .g-portfolio .g-portfolio-filter.uk-subnav > *, .g-flushed .g-portfolio .g-portfolio-filter.uk-subnav > * {
  padding-left: 0;
  border-right: 1px solid #f0f0f0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
/* line 245, templates/g5_helium/custom/scss/_portfolio.scss */
/* line 246, templates/g5_helium/custom/scss/_portfolio.scss */
#g-fullwidth .g-portfolio.gutter-disabled .g-portfolio-filter, .g-flushed .g-portfolio.gutter-disabled .g-portfolio-filter {
  margin-bottom: 0;
}
/* line 248, templates/g5_helium/custom/scss/_portfolio.scss */
#g-fullwidth .g-portfolio.gutter-disabled .g-portfolio-filter.uk-subnav, .g-flushed .g-portfolio.gutter-disabled .g-portfolio-filter.uk-subnav {
  padding: 0 30px;
}
/* line 256, templates/g5_helium/custom/scss/_portfolio.scss */
/* line 257, templates/g5_helium/custom/scss/_portfolio.scss */
.uk-tooltip.g-portfolio-tooltip {
  padding: 6px 12px;
  font-size: 13px;
}
/* line 5, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables {
  text-align: center;
}
/* line 7, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 11, templates/g5_helium/custom/scss/_pricing.scss */
@media only all and (max-width: 47.938rem) {
  .g-pricing-tables .g-pricing-table {
    margin-bottom: 30px;
  }
  /* line 14, templates/g5_helium/custom/scss/_pricing.scss */
  .g-pricing-tables .g-pricing-table:last-child {
    margin-bottom: 0;
  }
}
/* line 19, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 24, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables .g-pricing-table-inner {
  margin: 0;
  border: 1px solid #e0e0e5;
  list-style: none;
  border-radius: 3px;
  background: #fff;
}
/* line 31, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables h4, .g-pricing-tables h3 {
  margin: 0;
}
/* line 34, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables .g-table-title {
  padding: 25px 20px;
}
/* line 37, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables .g-table-price {
  padding: 30px 20px;
  font-size: 2.07rem;
  background: #28297d;
  color: #fff;
}
/* line 43, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables .g-table-item {
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e5;
}
/* line 47, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables .g-table-button {
  padding: 25px 20px;
}
/* line 49, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables .g-table-button i {
  margin-right: 10px;
}
/* line 53, templates/g5_helium/custom/scss/_pricing.scss */
/* line 54, templates/g5_helium/custom/scss/_pricing.scss */
/* line 55, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables.style1 .featured-table h4 {
  font-size: 1.35rem;
  line-height: 1.5rem;
}
/* line 59, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables.style1 .featured-table .g-pricing-table-inner {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.09);
}
/* line 64, templates/g5_helium/custom/scss/_pricing.scss */
/* line 65, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables.gutter-disabled > .g-grid {
  border: 1px solid #e0e0e5;
  border-radius: 3px;
}
@media only all and (max-width: 47.938rem) {
  .g-pricing-tables.gutter-disabled > .g-grid {
    border: none;
  }
}
/* line 72, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables.gutter-disabled .g-pricing-table-inner {
  border: none;
  border-right: 1px solid #e0e0e5;
  border-radius: 0;
}
@media only all and (max-width: 47.938rem) {
  .g-pricing-tables.gutter-disabled .g-pricing-table-inner {
    border: 1px solid #e0e0e5;
  }
}
/* line 80, templates/g5_helium/custom/scss/_pricing.scss */
/* line 81, templates/g5_helium/custom/scss/_pricing.scss */
/* line 82, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables.gutter-disabled.style1 .featured-table .g-pricing-table-inner {
  box-shadow: none;
}
/* line 85, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables.gutter-disabled.style1 .featured-table h4 {
  line-height: 1.55rem;
}
/* line 90, templates/g5_helium/custom/scss/_pricing.scss */
/* line 91, templates/g5_helium/custom/scss/_pricing.scss */
/* line 92, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables.gutter-disabled .g-pricing-table:last-child .g-pricing-table-inner {
  border-right: none;
}
@media only all and (max-width: 47.938rem) {
  .g-pricing-tables.gutter-disabled .g-pricing-table:last-child .g-pricing-table-inner {
    border-right: 1px solid #e0e0e5;
  }
}
/* line 101, templates/g5_helium/custom/scss/_pricing.scss */
/* line 102, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables.style2 .g-table-head {
  padding: 30px 20px;
  border-bottom: 1px solid #e0e0e5;
}
/* line 106, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables.style2 .g-table-title {
  padding: 0 20px;
  margin-bottom: 10px;
}
/* line 109, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables.style2 .g-table-title h4 {
  font-size: 1.53rem;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 115, templates/g5_helium/custom/scss/_pricing.scss */
/* line 116, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables.style2 .g-table-item:nth-child(even) {
  background: #f8f9fa;
}
/* line 120, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables.style2 .g-table-price {
  background: none;
  color: #28297d;
  padding: 0 20px;
  font-size: 2.7rem;
  font-weight: bold;
}
/* line 127, templates/g5_helium/custom/scss/_pricing.scss */
/* line 128, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables.style2 .featured-table .g-table-head {
  background: #28297d;
  color: #fff;
}
/* line 132, templates/g5_helium/custom/scss/_pricing.scss */
/* line 133, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables.style2 .featured-table .g-table-title h4 {
  color: #fff !important;
}
/* line 137, templates/g5_helium/custom/scss/_pricing.scss */
.g-pricing-tables.style2 .featured-table .g-table-price {
  color: #fff;
}
/* line 1, templates/g5_helium/custom/scss/_single-project.scss */
/* line 2, templates/g5_helium/custom/scss/_single-project.scss */
.g-single-project .size-70 {
  padding-right: 1.876rem;
}
@media only all and (max-width: 47.938rem) {
  .g-single-project .size-70 {
    padding-right: 0px;
    margin-bottom: 30px;
  }
}
/* line 9, templates/g5_helium/custom/scss/_single-project.scss */
/* line 10, templates/g5_helium/custom/scss/_single-project.scss */
.g-single-project .g-project-main-image img {
  margin-bottom: 1.5rem;
}
/* line 14, templates/g5_helium/custom/scss/_single-project.scss */
.g-single-project .g-project-gallery {
  margin-bottom: -1rem;
}
/* line 16, templates/g5_helium/custom/scss/_single-project.scss */
.g-single-project .g-project-gallery img {
  width: 130px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 20, templates/g5_helium/custom/scss/_single-project.scss */
.g-single-project .g-project-gallery .g-project-image-container {
  margin: 0 1.5rem 1.5rem 0;
}
/* line 22, templates/g5_helium/custom/scss/_single-project.scss */
/* line 23, templates/g5_helium/custom/scss/_single-project.scss */
.g-single-project .g-project-gallery .g-project-image-container:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
/* line 28, templates/g5_helium/custom/scss/_single-project.scss */
.g-single-project .g-project-gallery .uk-overlay-panel {
  z-index: 4;
  border-radius: 0px;
}
/* line 32, templates/g5_helium/custom/scss/_single-project.scss */
.g-single-project .g-project-gallery .uk-overlay-area:empty::before, .g-single-project .g-project-gallery .uk-overlay-icon::before {
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
/* line 41, templates/g5_helium/custom/scss/_single-project.scss */
.g-single-project .g-project-details {
  margin-bottom: 1.5rem;
}
/* line 43, templates/g5_helium/custom/scss/_single-project.scss */
.g-single-project .g-project-details h4 {
  margin-bottom: 0;
  margin-top: -5px;
}
/* line 47, templates/g5_helium/custom/scss/_single-project.scss */
.g-single-project .g-project-details > div {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75rem;
}
/* line 50, templates/g5_helium/custom/scss/_single-project.scss */
.g-single-project .g-project-details > div:last-child {
  margin-bottom: 0;
}
/* line 55, templates/g5_helium/custom/scss/_single-project.scss */
.g-single-project .title-clienttext, .g-single-project .title-tasktext, .g-single-project .title-budgettext {
  color: #787878 !important;
  margin-right: 0.75rem;
}
/* line 59, templates/g5_helium/custom/scss/_single-project.scss */
.g-single-project .title-clientvalue, .g-single-project .title-taskvalue, .g-single-project .title-budgetvalue {
  color: #28297d !important;
}
/* line 62, templates/g5_helium/custom/scss/_single-project.scss */
.g-single-project .g-project-features {
  margin-bottom: 25px;
}
/* line 65, templates/g5_helium/custom/scss/_single-project.scss */
.g-single-project .g-project-features-item {
  border: 1px solid #e0e0e5;
  padding: 25px;
  margin: 0 0.75rem 0.75rem 0;
}
@media only all and (max-width: 47.938rem) {
  .g-single-project .g-project-features-item {
    margin-right: 0;
  }
}
/* line 72, templates/g5_helium/custom/scss/_single-project.scss */
.g-single-project .g-project-features-item .g-item-icon {
  margin-right: 15px;
  color: #28297d;
}
/* line 76, templates/g5_helium/custom/scss/_single-project.scss */
.g-single-project .g-project-features-item .g-item-title {
  font-weight: bold;
  margin-right: 10px;
}
/* line 80, templates/g5_helium/custom/scss/_single-project.scss */
.g-single-project .g-project-features-item .g-item-value {
  font-style: italic;
  color: #525252;
}
/* line 85, templates/g5_helium/custom/scss/_single-project.scss */
/* line 86, templates/g5_helium/custom/scss/_single-project.scss */
/* line 87, templates/g5_helium/custom/scss/_single-project.scss */
.g-single-project .g-project-desc p:last-child {
  margin-bottom: 0;
}
/* line 92, templates/g5_helium/custom/scss/_single-project.scss */
/* line 93, templates/g5_helium/custom/scss/_single-project.scss */
.g-single-project .g-project-link i {
  margin-right: 10px;
}
/* line 97, templates/g5_helium/custom/scss/_single-project.scss */
.g-single-project .g-project-link-container {
  margin-top: 30px;
}
/* line 1, templates/g5_helium/custom/scss/_simplecontent.scss */
/* line 2, templates/g5_helium/custom/scss/_simplecontent.scss */
.g-simplecontent h2.g-title {
  padding: 0.3rem 0.6rem;
  padding-left: 0;
  margin: 0;
  display: inline-block;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 0.25rem;
  letter-spacing: 1px;
}
/* line 13, templates/g5_helium/custom/scss/_simplecontent.scss */
.g-simplecontent .g-simplecontent-item-created-date {
  font-size: 0.8rem;
  text-transform: uppercase;
}
/* line 18, templates/g5_helium/custom/scss/_simplecontent.scss */
.g-simplecontent .g-simplecontent-layout-header {
  padding: 0.938rem 0;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-simplecontent .g-simplecontent-layout-header {
    padding: 0;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-simplecontent .g-simplecontent-layout-header {
    padding: 0;
  }
}
/* line 30, templates/g5_helium/custom/scss/_simplecontent.scss */
.g-simplecontent .g-simplecontent-item-content-title {
  font-size: 5.5vw;
  margin: 0.525rem 0;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 32.7272727273rem) {
  /* line 25, media/gantry5/engines/nucleus/scss/nucleus/theme/mixins/_typography.scss */
  .g-simplecontent .g-simplecontent-item-content-title {
    font-size: 1.8rem;
  }
}
/* line 36, templates/g5_helium/custom/scss/_simplecontent.scss */
.g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-content-title {
  font-size: 2.25rem;
  font-weight: 200;
  line-height: 2;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-content-title {
    font-size: 2.75rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-content-title {
    font-size: 2.5rem;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-content-title {
    font-size: 2rem;
  }
}
/* line 55, templates/g5_helium/custom/scss/_simplecontent.scss */
.g-simplecontent .g-simplecontent-item-author {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
/* line 61, templates/g5_helium/custom/scss/_simplecontent.scss */
.g-simplecontent .g-simplecontent-item-leading-content {
  /*     @extend .g-lead;*/
  margin-bottom: 0.625rem;
  font-weight: 400;
  font-size: 1.6vw;
}
@media (max-width: 81.25rem) {
  .g-simplecontent .g-simplecontent-item-leading-content {
    font-size: 1.3rem;
  }
}
/* line 67, templates/g5_helium/custom/scss/_simplecontent.scss */
.g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-leading-content {
  font-size: 1.9rem;
}
/* line 72, templates/g5_helium/custom/scss/_simplecontent.scss */
.g-simplecontent .g-simplecontent-item-main-content {
  font-size: 1.3vw;
  margin: 1.563rem 0;
}
@media (max-width: 76.9230769231rem) {
  .g-simplecontent .g-simplecontent-item-main-content {
    font-size: 1rem;
  }
}
/* line 76, templates/g5_helium/custom/scss/_simplecontent.scss */
.g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-main-content {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}
/* line 82, templates/g5_helium/custom/scss/_simplecontent.scss */
.g-simplecontent .g-simplecontent-item-readmore-container {
  margin-top: 0.625rem;
  padding-top: 0.938rem;
  font-weight: 700;
  font-size: 1.3vw;
}
@media (max-width: 76.9230769231rem) {
  .g-simplecontent .g-simplecontent-item-readmore-container {
    font-size: 1rem;
  }
}
/* line 88, templates/g5_helium/custom/scss/_simplecontent.scss */
.g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-readmore-container {
  font-size: 1rem;
}
/* line 93, templates/g5_helium/custom/scss/_simplecontent.scss */
/* line 94, templates/g5_helium/custom/scss/_simplecontent.scss */
.g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-author, .g-simplecontent-layout-header .g-simplecontent .g-simplecontent-item-created-date {
  display: inline-block;
  margin: 0;
  padding-right: 0.938rem;
  font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 200;
  font-size: 1.15rem;
  line-height: 2.5;
  text-transform: none;
}
/* line 1, templates/g5_helium/custom/scss/_slideshow.scss */
/* line 2, templates/g5_helium/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-panel {
  padding: 25px;
}
@media only all and (max-width: 47.938rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  /* line 6, templates/g5_helium/custom/scss/_slideshow.scss */
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  /* line 12, templates/g5_helium/custom/scss/_slideshow.scss */
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  /* line 21, templates/g5_helium/custom/scss/_slideshow.scss */
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  /* line 27, templates/g5_helium/custom/scss/_slideshow.scss */
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
}
/* line 38, templates/g5_helium/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-title {
  margin: 0 0 15px;
  color: #fff !important;
}
@media only all and (max-width: 47.938rem) {
  .g-slideshow .g-slideshow-title {
    margin: 0;
    font-size: 1rem;
  }
}
/* line 46, templates/g5_helium/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-desc {
  margin: 0;
}
@media only all and (max-width: 47.938rem) {
  .g-slideshow .g-slideshow-desc {
    display: none;
  }
}
/* line 51, templates/g5_helium/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-desc a:not(.button) {
  color: #28297d;
}
/* line 53, templates/g5_helium/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-desc a:not(.button):hover {
  text-decoration: underline;
}
/* line 58, templates/g5_helium/custom/scss/_slideshow.scss */
.g-slideshow .uk-flex-center {
  text-align: center;
}
/* line 61, templates/g5_helium/custom/scss/_slideshow.scss */
.g-slideshow .style2 {
  padding: 70px 0;
}
/* line 63, templates/g5_helium/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-title {
  padding: 15px 25px;
  background: #fff;
  color: #1a1a1a !important;
  font-size: 2rem;
  display: table;
  margin-bottom: 20px;
}
/* line 71, templates/g5_helium/custom/scss/_slideshow.scss */
.g-slideshow .style2 .g-slideshow-desc {
  padding: 15px 20px;
  background: #1a1a1a;
  color: #fff !important;
  font-size: 1.2rem;
  display: table;
}
/* line 78, templates/g5_helium/custom/scss/_slideshow.scss */
/* line 79, templates/g5_helium/custom/scss/_slideshow.scss */
.g-slideshow .style2.uk-flex-right .g-slideshow-title, .g-slideshow .style2.uk-flex-right .g-slideshow-desc {
  margin-left: auto;
}
/* line 83, templates/g5_helium/custom/scss/_slideshow.scss */
/* line 84, templates/g5_helium/custom/scss/_slideshow.scss */
.g-slideshow .style2.uk-flex-center .g-slideshow-title {
  margin: 0 auto 20px;
}
/* line 87, templates/g5_helium/custom/scss/_slideshow.scss */
.g-slideshow .style2.uk-flex-center .g-slideshow-desc {
  margin: auto;
}
/* line 92, templates/g5_helium/custom/scss/_slideshow.scss */
.g-slideshow .uk-dotnav {
  margin: 0 0 35px;
}
/* line 95, templates/g5_helium/custom/scss/_slideshow.scss */
/* line 96, templates/g5_helium/custom/scss/_slideshow.scss */
.g-slideshow .g-slideshow-item iframe {
  pointer-events: auto !important;
}
/* line 100, templates/g5_helium/custom/scss/_slideshow.scss */
/* line 101, templates/g5_helium/custom/scss/_slideshow.scss */
.g-slideshow .slideshow-caption.uk-overlay-background {
  padding: 25px;
}
/* line 105, templates/g5_helium/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-left-short {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  transform: translateX(-10%);
}
/* line 108, templates/g5_helium/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-right-short {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -o-transform: translateX(10%);
  transform: translateX(10%);
}
/* line 111, templates/g5_helium/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-top-short {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
/* line 114, templates/g5_helium/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-bottom-short {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}
/* line 117, templates/g5_helium/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-scale {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* line 120, templates/g5_helium/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-left-short, .g-slideshow .uk-overlay-right-short, .g-slideshow .uk-overlay-top-short, .g-slideshow .uk-overlay-bottom-short {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 123, templates/g5_helium/custom/scss/_slideshow.scss */
/* line 124, templates/g5_helium/custom/scss/_slideshow.scss */
/* line 125, templates/g5_helium/custom/scss/_slideshow.scss */
.g-slideshow .uk-overlay-active .uk-active .uk-overlay-scale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 130, templates/g5_helium/custom/scss/_slideshow.scss */
.g-slideshow audio, .g-slideshow canvas, .g-slideshow video {
  display: block;
}
/* line 4, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs {
  background: #fff;
  border: 1px solid #e0e0e5;
}
/* line 7, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab {
  border-color: #e0e0e5;
}
/* line 9, templates/g5_helium/custom/scss/_tabs.scss */
/* line 10, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab > li > a {
  border: none;
  border-radius: 0;
  margin: 0 !important;
  color: #383838;
  text-shadow: none;
  padding: 20px 25px !important;
  -webkit-transition: background, 0.2s;
  -moz-transition: background, 0.2s;
  transition: background, 0.2s;
}
/* line 18, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab > li > a:hover {
  color: #383838;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-tabs .uk-tab > li > a {
    padding: 20px 15px !important;
  }
}
/* line 25, templates/g5_helium/custom/scss/_tabs.scss */
/* line 26, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab > li.uk-active > a {
  color: #383838;
}
/* line 30, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab > li .g-title-icon {
  margin-right: 10px;
}
/* line 34, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab .uk-tab-responsive {
  margin: 0;
}
/* line 36, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab .uk-tab-responsive > a {
  cursor: pointer;
}
/* line 39, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown {
  margin: 0;
  font-size: 0.9rem;
  border-color: #e0e0e5;
  padding: 0;
  border-radius: 0;
}
/* line 45, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav {
  margin: 0;
}
/* line 47, templates/g5_helium/custom/scss/_tabs.scss */
/* line 48, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a {
  padding: 15px 25px;
  color: #383838;
}
/* line 51, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a:before {
  border: none;
}
/* line 54, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a:hover {
  background: #f8f9fa;
  box-shadow: none;
}
/* line 64, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab-grid {
  margin: 0;
}
/* line 65, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab-grid:before {
  border-color: #e0e0e5;
}
/* line 69, templates/g5_helium/custom/scss/_tabs.scss */
/* line 70, templates/g5_helium/custom/scss/_tabs.scss */
@media only all and (max-width: 47.938rem) {
  .g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav {
    width: auto;
  }
}
/* line 74, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav > a, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav > a {
  border-right: none;
  border-left: 1px solid #e0e0e5;
}
/* line 78, templates/g5_helium/custom/scss/_tabs.scss */
/* line 79, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav:first-child > a, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav:first-child > a {
  border-left: none;
}
/* line 86, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab-top {
  border-bottom: 1px solid #e0e0e5;
}
/* line 88, templates/g5_helium/custom/scss/_tabs.scss */
/* line 89, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab-top .g-tab-nav > a {
  border-right: 1px solid #e0e0e5;
}
/* line 91, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab-top .g-tab-nav > a:before {
  border-top: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 100, templates/g5_helium/custom/scss/_tabs.scss */
/* line 101, templates/g5_helium/custom/scss/_tabs.scss */
/* line 102, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab-top .g-tab-nav.uk-active > a:before {
  border-top-color: #28297d;
}
/* line 109, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab-bottom {
  border-top: 1px solid #e0e0e5;
}
/* line 111, templates/g5_helium/custom/scss/_tabs.scss */
/* line 112, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab-bottom .g-tab-nav > a {
  border-right: 1px solid #e0e0e5;
}
/* line 114, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab-bottom .g-tab-nav > a:before {
  border-bottom: 3px solid transparent;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 123, templates/g5_helium/custom/scss/_tabs.scss */
/* line 124, templates/g5_helium/custom/scss/_tabs.scss */
/* line 125, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab-bottom .g-tab-nav.uk-active > a:before {
  border-bottom-color: #28297d;
}
/* line 132, templates/g5_helium/custom/scss/_tabs.scss */
/* line 133, templates/g5_helium/custom/scss/_tabs.scss */
/* line 134, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab-left .g-tab-nav > a {
  border-top: 1px solid #e0e0e5;
}
/* line 136, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab-left .g-tab-nav > a:before {
  border-left: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
/* line 145, templates/g5_helium/custom/scss/_tabs.scss */
/* line 146, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab-left .g-tab-nav:first-child > a {
  border-top: none;
}
/* line 150, templates/g5_helium/custom/scss/_tabs.scss */
/* line 151, templates/g5_helium/custom/scss/_tabs.scss */
/* line 152, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab-left .g-tab-nav.uk-active > a:before {
  border-left-color: #28297d;
}
/* line 159, templates/g5_helium/custom/scss/_tabs.scss */
/* line 160, templates/g5_helium/custom/scss/_tabs.scss */
/* line 161, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab-right .g-tab-nav > a {
  border-top: 1px solid #e0e0e5;
}
/* line 163, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab-right .g-tab-nav > a:before {
  border-right: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
/* line 172, templates/g5_helium/custom/scss/_tabs.scss */
/* line 173, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab-right .g-tab-nav:first-child > a {
  border-top: none;
}
/* line 177, templates/g5_helium/custom/scss/_tabs.scss */
/* line 178, templates/g5_helium/custom/scss/_tabs.scss */
/* line 179, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .uk-tab-right .g-tab-nav.uk-active > a:before {
  border-right-color: #28297d;
}
/* line 186, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .tabs-content {
  overflow: hidden;
}
/* line 188, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .tabs-content.uk-margin {
  margin-bottom: 0;
}
/* line 191, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .tabs-content p {
  margin-bottom: 0;
}
/* line 194, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .tabs-content .button {
  margin-top: 25px;
}
/* line 197, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .tabs-content.left {
  padding: 35px;
  margin-left: -35px;
}
@media only all and (max-width: 47.938rem) {
  .g-tabs .tabs-content.left {
    margin-left: 0;
  }
}
/* line 203, templates/g5_helium/custom/scss/_tabs.scss */
/* line 204, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .tabs-content.left p:first-child {
  margin-top: 0;
}
/* line 209, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .tabs-content.right {
  padding: 35px;
  margin-right: -35px;
}
@media only all and (max-width: 47.938rem) {
  .g-tabs .tabs-content.right {
    margin-right: 0;
  }
}
/* line 215, templates/g5_helium/custom/scss/_tabs.scss */
/* line 216, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .tabs-content.right p:first-child {
  margin-top: 0;
}
/* line 221, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .tabs-content.top {
  padding: 35px;
  margin: 0;
}
/* line 224, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .tabs-content.top > li {
  margin: 0;
}
/* line 228, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .tabs-content.bottom {
  padding: 35px;
  margin: 0;
}
/* line 231, templates/g5_helium/custom/scss/_tabs.scss */
.g-tabs .tabs-content.bottom > li {
  margin: 0;
}
/* line 4, templates/g5_helium/custom/scss/_timeline.scss */
/* line 5, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style1 {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 8, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style1 .g-content {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 13, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style1 .g-timeline-row {
  width: 100%;
  height: 10px;
  margin-top: 3.5rem;
  margin-bottom: -15px;
  background: #e0e0e5;
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
/* line 21, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style1 .g-timeline-row:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  background: #e0e0e5;
  border-radius: 100%;
  margin-top: -10px;
}
/* line 31, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style1 .g-timeline-row:after {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #e0e0e5;
  border-radius: 100%;
  margin-top: -10px;
  margin-left: -30px;
  position: relative;
  float: right;
}
@media only all and (max-width: 47.938rem) {
  .g-timeline.style1 .g-timeline-row {
    display: none;
  }
}
/* line 47, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style1 .g-timeline-item {
  text-align: center;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 49, templates/g5_helium/custom/scss/_timeline.scss */
  .g-timeline.style1 .g-timeline-item {
    margin-top: -25px;
  }
}
@supports (-webkit-appearance:none) {
  .g-timeline.style1 .g-timeline-item {
    margin-top: -25px;
  }
}
/* line 55, templates/g5_helium/custom/scss/_timeline.scss */
/* line 56, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  line-height: 60px;
  font-size: 1.5rem;
  margin-top: -35px;
}
/* line 63, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-icon:after {
  content: "";
  display: block;
  width: 1px;
  height: 4rem;
  background: #e0e0e5;
  margin: 0 auto;
}
/* line 72, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-year {
  color: #e0e0e5 !important;
  position: relative;
  margin: 1.25rem 0 1.5rem -2rem;
  min-height: 1.4rem;
  font-size: 1rem;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
/* line 80, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-title {
  color: #4d4d4d !important;
  margin-top: 1rem;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 1rem;
}
/* line 86, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-title a {
  color: #4d4d4d;
}
/* line 88, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-title a:hover {
  color: #28297d;
}
/* line 93, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-description {
  margin: 0;
}
/* line 96, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style1 .g-timeline-item .g-content .g-timeline-button {
  margin-top: 20px;
}
@media only all and (max-width: 47.938rem) {
  .g-timeline.style1 .g-timeline-item {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  /* line 103, templates/g5_helium/custom/scss/_timeline.scss */
  .g-timeline.style1 .g-timeline-item:last-child {
    margin-bottom: 0;
  }
}
/* line 110, templates/g5_helium/custom/scss/_timeline.scss */
/* line 111, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style2 #g-timeline {
  position: relative;
  padding: 35px 0;
}
/* line 115, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style2 #g-timeline:before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #e0e0e5;
}
@media only all and (min-width: 60rem) {
  /* line 127, templates/g5_helium/custom/scss/_timeline.scss */
  .g-timeline.style2 #g-timeline:before {
    left: 50%;
    margin-left: -2px;
  }
}
/* line 134, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-block {
  position: relative;
  margin: 30px 0;
}
/* line 18, media/gantry5/engines/nucleus/scss/vendor/bourbon/addons/_clearfix.scss */
.g-timeline.style2 .g-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}
/* line 139, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-block:first-child {
  margin-top: 0;
}
/* line 143, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-block:last-child {
  margin-bottom: 0;
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 .g-timeline-block {
    margin: 60px 0;
  }
  /* line 150, templates/g5_helium/custom/scss/_timeline.scss */
  .g-timeline.style2 .g-timeline-block:first-child {
    margin-top: 0;
  }
  /* line 154, templates/g5_helium/custom/scss/_timeline.scss */
  .g-timeline.style2 .g-timeline-block:last-child {
    margin-bottom: 0;
  }
}
/* line 160, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-icon-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 .g-timeline-icon-container {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  /* line 184, templates/g5_helium/custom/scss/_timeline.scss */
  .g-timeline.style2 .g-timeline-icon-container.is-hidden {
    visibility: hidden;
  }
  /* line 188, templates/g5_helium/custom/scss/_timeline.scss */
  .g-timeline.style2 .g-timeline-icon-container.bounce-in {
    visibility: visible;
    -webkit-animation: g-bounce-1 0.6s;
    -moz-animation: g-bounce-1 0.6s;
    animation: g-bounce-1 0.6s;
  }
}
@-webkit-keyframes g-bounce-1 {
  /* line 196, templates/g5_helium/custom/scss/_timeline.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  /* line 201, templates/g5_helium/custom/scss/_timeline.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  /* line 206, templates/g5_helium/custom/scss/_timeline.scss */
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes g-bounce-1 {
  /* line 196, templates/g5_helium/custom/scss/_timeline.scss */
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  /* line 201, templates/g5_helium/custom/scss/_timeline.scss */
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  /* line 206, templates/g5_helium/custom/scss/_timeline.scss */
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes g-bounce-1 {
  /* line 196, templates/g5_helium/custom/scss/_timeline.scss */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  /* line 201, templates/g5_helium/custom/scss/_timeline.scss */
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  /* line 206, templates/g5_helium/custom/scss/_timeline.scss */
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* line 211, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #fff;
  border-radius: 0.25rem;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}
/* line 18, media/gantry5/engines/nucleus/scss/vendor/bourbon/addons/_clearfix.scss */
.g-timeline.style2 .g-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}
/* line 220, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-content .g-timeline-title {
  margin-top: -5px;
  margin-bottom: 15px;
}
/* line 223, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-content .g-timeline-title a {
  color: #4d4d4d;
}
/* line 225, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-content .g-timeline-title a:hover {
  color: #28297d;
}
/* line 231, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-content .g-timeline-year {
  display: inline-block;
}
/* line 235, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-content .g-timeline-year {
  float: left;
  padding: 13px 0;
  opacity: 0.7;
}
/* line 241, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-content:before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #fff;
}
/* line 252, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-content .g-timeline-button {
  margin-top: 25px;
}
@media only all and (max-width: 47.938rem) {
  .g-timeline.style2 .g-timeline-content .g-timeline-button {
    margin-bottom: 10px;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-timeline.style2 .g-timeline-content .g-timeline-button {
    margin-bottom: 10px;
  }
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 .g-timeline-content {
    margin-left: 0;
    padding: 25px;
    width: 45%;
  }
  /* line 267, templates/g5_helium/custom/scss/_timeline.scss */
  .g-timeline.style2 .g-timeline-content:before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #fff;
  }
  /* line 274, templates/g5_helium/custom/scss/_timeline.scss */
  .g-timeline.style2 .g-timeline-content .g-timeline-year {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 1rem;
  }
  /* line 282, templates/g5_helium/custom/scss/_timeline.scss */
  .g-timeline.style2 .g-timeline-content.is-hidden {
    visibility: hidden;
  }
  /* line 286, templates/g5_helium/custom/scss/_timeline.scss */
  .g-timeline.style2 .g-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: g-bounce-2 0.6s;
    -moz-animation: g-bounce-2 0.6s;
    animation: g-bounce-2 0.6s;
  }
}
/* line 293, templates/g5_helium/custom/scss/_timeline.scss */
/* line 294, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content {
  float: right;
}
/* line 297, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content:before {
  left: auto;
  right: 100%;
  border-color: transparent;
  border-right-color: #fff;
}
/* line 304, templates/g5_helium/custom/scss/_timeline.scss */
.g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content .g-timeline-year {
  left: auto;
  right: 122%;
  text-align: right;
}
@media only all and (min-width: 60rem) {
  .g-timeline.style2 {
    /* inverse bounce effect on even content blocks */
  }
  /* line 314, templates/g5_helium/custom/scss/_timeline.scss */
  .g-timeline.style2 .g-timeline-block:nth-child(even) .g-timeline-content.bounce-in {
    -webkit-animation: g-bounce-2-inverse 0.6s;
    -moz-animation: g-bounce-2-inverse 0.6s;
    animation: g-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes g-bounce-2 {
  /* line 320, templates/g5_helium/custom/scss/_timeline.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  /* line 325, templates/g5_helium/custom/scss/_timeline.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  /* line 330, templates/g5_helium/custom/scss/_timeline.scss */
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes g-bounce-2 {
  /* line 320, templates/g5_helium/custom/scss/_timeline.scss */
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  /* line 325, templates/g5_helium/custom/scss/_timeline.scss */
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  /* line 330, templates/g5_helium/custom/scss/_timeline.scss */
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes g-bounce-2 {
  /* line 320, templates/g5_helium/custom/scss/_timeline.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  /* line 325, templates/g5_helium/custom/scss/_timeline.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  /* line 330, templates/g5_helium/custom/scss/_timeline.scss */
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes g-bounce-2-inverse {
  /* line 336, templates/g5_helium/custom/scss/_timeline.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  /* line 341, templates/g5_helium/custom/scss/_timeline.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  /* line 346, templates/g5_helium/custom/scss/_timeline.scss */
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes g-bounce-2-inverse {
  /* line 336, templates/g5_helium/custom/scss/_timeline.scss */
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  /* line 341, templates/g5_helium/custom/scss/_timeline.scss */
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  /* line 346, templates/g5_helium/custom/scss/_timeline.scss */
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes g-bounce-2-inverse {
  /* line 336, templates/g5_helium/custom/scss/_timeline.scss */
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  /* line 341, templates/g5_helium/custom/scss/_timeline.scss */
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  /* line 346, templates/g5_helium/custom/scss/_timeline.scss */
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 4, templates/g5_helium/custom/scss/_top-news-joomla.scss */
/* line 5, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news:not(.gutter-disabled) {
  margin-left: -0.938rem;
  margin-right: -0.938rem;
}
/* line 9, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news .g-content {
  margin: 0;
}
/* line 11, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news .g-content.g-top-news-main {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 16, templates/g5_helium/custom/scss/_top-news-joomla.scss */
/* line 17, templates/g5_helium/custom/scss/_top-news-joomla.scss */
/* line 18, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-container .g-top-news-main .g-article-title {
  font-size: 1.35rem;
}
/* line 21, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-container .g-top-news-main .g-article-category {
  opacity: 1;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news .g-top-news-container .g-top-news-main {
    width: 100% !important;
  }
}
/* line 28, templates/g5_helium/custom/scss/_top-news-joomla.scss */
/* line 29, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-container .g-top-news-secondary .g-article-text {
  display: none;
}
/* line 32, templates/g5_helium/custom/scss/_top-news-joomla.scss */
/* line 33, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-container .g-top-news-secondary:hover .g-article-category {
  opacity: 1;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news .g-top-news-container .g-top-news-secondary {
    width: 100% !important;
  }
}
/* line 40, templates/g5_helium/custom/scss/_top-news-joomla.scss */
@media only all and (max-width: 47.938rem) {
  .g-top-news .g-top-news-container .g-top-news-secondary.g-tn2 {
    width: 100% !important;
  }
}
/* line 47, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item {
  float: left;
  position: relative;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news .g-top-news-item {
    float: none;
  }
}
/* line 54, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-inner {
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
/* line 60, templates/g5_helium/custom/scss/_top-news-joomla.scss */
/* line 61, templates/g5_helium/custom/scss/_top-news-joomla.scss */
/* line 62, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-inner:hover .g-top-news-item-image:after {
  opacity: 1;
}
/* line 68, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/* line 76, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-image:after {
  background: -webkit-linear-gradient( top , rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.8) 100%);
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 80%;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* line 86, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-image > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/* line 96, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info {
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #ddd;
}
/* line 103, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-category {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news .g-top-news-item-info .g-article-category {
    opacity: 1;
  }
}
/* line 110, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-category span {
  color: #fff;
  padding: 1px 10px;
  border-radius: 3px;
  background: #28297d;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 120, templates/g5_helium/custom/scss/_top-news-joomla.scss */
/* line 121, templates/g5_helium/custom/scss/_top-news-joomla.scss */
/* line 122, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-category a:hover span {
  background: #1c1c56;
}
/* line 128, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-title {
  color: #fff;
  margin: 15px 0;
  font-weight: 600;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
/* line 133, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-title a {
  color: #fff;
}
/* line 137, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-details {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.7rem;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
/* line 142, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-details > span {
  margin-right: 10px;
}
/* line 144, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-details > span:last-child {
  margin-right: 0;
}
/* line 148, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-details i {
  margin-right: 5px;
}
/* line 152, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news .g-top-news-item-info .g-article-text {
  margin-top: 15px;
  font-weight: 600;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
/* line 158, templates/g5_helium/custom/scss/_top-news-joomla.scss */
/* line 159, templates/g5_helium/custom/scss/_top-news-joomla.scss */
/* line 160, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news.style1.gutter-disabled .g-tn1 {
  padding: 0 1px 0 0;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-disabled .g-tn1 {
    padding: 0 0 1px 0;
  }
}
/* line 166, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news.style1.gutter-disabled .g-tn2 {
  padding: 0 1px 1px 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-disabled .g-tn2 {
    padding: 1px 0 1px 0;
  }
}
/* line 172, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news.style1.gutter-disabled .g-tn3 {
  padding: 0 0 1px 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-disabled .g-tn3 {
    padding: 1px 0 1px 0;
  }
}
/* line 178, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news.style1.gutter-disabled .g-tn4 {
  padding: 1px 1px 0 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-disabled .g-tn4 {
    padding: 1px 0 1px 0;
  }
}
/* line 184, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news.style1.gutter-disabled .g-tn5 {
  padding: 1px 0 0 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-disabled .g-tn5 {
    padding: 1px 0 0 0;
  }
}
/* line 191, templates/g5_helium/custom/scss/_top-news-joomla.scss */
/* line 192, templates/g5_helium/custom/scss/_top-news-joomla.scss */
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-enabled .g-tn1 {
    padding-bottom: 0.938rem;
  }
}
/* line 197, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news.style1.gutter-enabled .g-tn2, .g-top-news.style1.gutter-enabled .g-tn3 {
  padding-top: 0;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-enabled .g-tn2, .g-top-news.style1.gutter-enabled .g-tn3 {
    padding-top: 0.938rem;
  }
}
/* line 203, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news.style1.gutter-enabled .g-tn4, .g-top-news.style1.gutter-enabled .g-tn5 {
  padding-bottom: 0;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-enabled .g-tn4, .g-top-news.style1.gutter-enabled .g-tn5 {
    padding-bottom: 0.938rem;
  }
}
/* line 209, templates/g5_helium/custom/scss/_top-news-joomla.scss */
@media only all and (max-width: 47.938rem) {
  .g-top-news.style1.gutter-enabled .g-tn5 {
    padding-bottom: 0;
  }
}
/* line 216, templates/g5_helium/custom/scss/_top-news-joomla.scss */
/* line 217, templates/g5_helium/custom/scss/_top-news-joomla.scss */
/* line 218, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news.style2.gutter-disabled .g-tn1 {
  padding: 0 1px 0 0;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style2.gutter-disabled .g-tn1 {
    padding: 0 0 1px 0;
  }
}
/* line 224, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news.style2.gutter-disabled .g-tn2 {
  padding: 0 0 1px 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style2.gutter-disabled .g-tn2 {
    padding: 1px 0 1px 0;
  }
}
/* line 230, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news.style2.gutter-disabled .g-tn3 {
  padding: 1px 0 0 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style2.gutter-disabled .g-tn3 {
    padding: 1px 0 0 0;
  }
}
/* line 237, templates/g5_helium/custom/scss/_top-news-joomla.scss */
/* line 238, templates/g5_helium/custom/scss/_top-news-joomla.scss */
@media only all and (max-width: 47.938rem) {
  .g-top-news.style2.gutter-enabled .g-tn1 {
    padding-bottom: 0.938rem;
  }
}
/* line 243, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news.style2.gutter-enabled .g-tn2 {
  padding-top: 0;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style2.gutter-enabled .g-tn2 {
    padding-top: 0.938rem;
  }
}
/* line 249, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news.style2.gutter-enabled .g-tn3 {
  padding-bottom: 0;
}
/* line 254, templates/g5_helium/custom/scss/_top-news-joomla.scss */
/* line 255, templates/g5_helium/custom/scss/_top-news-joomla.scss */
/* line 256, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news.style3.gutter-disabled .g-tn1 {
  padding: 0 1px 0 0;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style3.gutter-disabled .g-tn1 {
    padding: 0 0 1px 0;
  }
}
/* line 262, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news.style3.gutter-disabled .g-tn2 {
  padding: 0 0 1px 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style3.gutter-disabled .g-tn2 {
    padding: 1px 0 1px 0;
  }
}
/* line 268, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news.style3.gutter-disabled .g-tn3 {
  padding: 1px 1px 0 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style3.gutter-disabled .g-tn3 {
    padding: 1px 0 1px 0;
  }
}
/* line 274, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news.style3.gutter-disabled .g-tn4 {
  padding: 1px 0 0 1px;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style3.gutter-disabled .g-tn4 {
    padding: 1px 0 0 0;
  }
}
/* line 281, templates/g5_helium/custom/scss/_top-news-joomla.scss */
/* line 282, templates/g5_helium/custom/scss/_top-news-joomla.scss */
@media only all and (max-width: 47.938rem) {
  .g-top-news.style3.gutter-enabled .g-tn1 {
    padding-bottom: 0.938rem;
  }
}
/* line 287, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news.style3.gutter-enabled .g-tn2 {
  padding-top: 0;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style3.gutter-enabled .g-tn2 {
    padding-top: 0.938rem;
  }
}
/* line 293, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news.style3.gutter-enabled .g-tn3 {
  padding-bottom: 0;
}
@media only all and (max-width: 47.938rem) {
  .g-top-news.style3.gutter-enabled .g-tn3 {
    padding-bottom: 0.938rem;
  }
}
/* line 299, templates/g5_helium/custom/scss/_top-news-joomla.scss */
.g-top-news.style3.gutter-enabled .g-tn4 {
  padding-bottom: 0;
}
/* line 49, templates/g5_helium/custom/scss/custom.scss */
body {
  font-size: 0.8rem;
  line-height: 1.25;
}
/* line 50, templates/g5_helium/custom/scss/custom.scss */
body.cyrin p {
  font-size: 0.95rem;
  line-height: 1.35;
}
/* For small phones  */
@media (max-width: 30rem) {
  /* line 54, templates/g5_helium/custom/scss/custom.scss */
  body.advisor-list dt {
    margin-bottom: 1rem;
    text-align: center;
  }
  /* line 55, templates/g5_helium/custom/scss/custom.scss */
  body.advisor-list dd {
    margin-left: 0;
  }
}
/* For big phones  */
@media (max-width: 48rem) and (min-width: 30rem) {
  /* line 59, templates/g5_helium/custom/scss/custom.scss */
  body.advisor-list dt {
    margin-bottom: 1rem;
    text-align: center;
  }
  /* line 60, templates/g5_helium/custom/scss/custom.scss */
  body.advisor-list dd {
    margin-left: 0;
  }
}
/* For tablets  */
@media (max-width: 60rem) and (min-width: 48rem) {
  /* line 63, templates/g5_helium/custom/scss/custom.scss */
  /*.g-main-nav .g-toplevel > li {max-width: calc((100vw * .75) / 7);}*/
  /* line 65, templates/g5_helium/custom/scss/custom.scss */
  body.advisor-list dt {
    float: left;
    width: 22%;
  }
  /* line 66, templates/g5_helium/custom/scss/custom.scss */
  body.advisor-list dd {
    margin-left: 25%;
  }
}
/* For medium size computer screens  */
@media (max-width: 75rem) and (min-width: 60rem) {
  /* line 70, templates/g5_helium/custom/scss/custom.scss */
  #g-main {
    min-height: 600px;
  }
  /* line 71, templates/g5_helium/custom/scss/custom.scss */
  fieldset#rsform_12_page_1.uk-form-horizontal .uk-form-label {
    margin-top: 0;
  }
  /* line 72, templates/g5_helium/custom/scss/custom.scss */
  body.advisor-list dt {
    float: left;
    width: 22%;
  }
  /* line 73, templates/g5_helium/custom/scss/custom.scss */
  body.advisor-list dd {
    /*margin-left: 22%;*/
    margin-left: 0%;
  }
}
/* For large computer screens  */
@media (min-width: 75rem) {
  /* line 77, templates/g5_helium/custom/scss/custom.scss */
  #g-main {
    min-height: 300px;
  }
  /* line 78, templates/g5_helium/custom/scss/custom.scss */
  body.home-layout1 #g-main .span12 p {
    padding: 0px 5rem;
  }
  /* line 79, templates/g5_helium/custom/scss/custom.scss */
  body.advisor-list dt {
    float: left;
    width: 18%;
  }
  /* line 80, templates/g5_helium/custom/scss/custom.scss */
  body.advisor-list dd {
    /*margin-left: 18%;*/
    margin-left: 0%;
  }
}
/* VENTURE CATCH UPS */
/* line 84, templates/g5_helium/custom/scss/custom.scss */
#g-sidebar-right h3.g-title, #rstbox_4.rstbox_visible .rstbox-heading, #rstbox_7.rstbox_visible .rstbox-heading, #relatedarticleflyoutbx2 h3:not(.related-item) {
  font-size: 22px !important;
  font-weight: bold !important;
  line-height: 27px !important;
  color: #333 !important;
  box-shadow: 0px 4px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 20px !important;
  font-family: 'Open Sans';
  text-transform: uppercase;
  padding-bottom: 0.75rem;
  margin-top: 0px !important;
}
/* line 85, templates/g5_helium/custom/scss/custom.scss */
.quick-link h3:not(.g-title) {
  font-family: 'Open Sans';
  padding: 0 !important;
  font-weight: 300;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0.2rem;
}
/* line 86, templates/g5_helium/custom/scss/custom.scss */
.quick-link h3:not(.g-title) a {
  color: #333;
}
/* line 88, templates/g5_helium/custom/scss/custom.scss */
.quick-link-menu ul {
  margin: 10px 0 !important;
  border: 1px solid #e6e6e6;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 4px 10px !important;
}
/* line 89, templates/g5_helium/custom/scss/custom.scss */
.quick-link-menu ul li {
  font-size: 90%;
  padding: 6px 0 !important;
  border: none !important;
}
/* line 91, templates/g5_helium/custom/scss/custom.scss */
.button, .readmore .btn, .readon, .btn, .formResponsive input[type="submit"], .formResponsive button[type="submit"] {
  color: #fff !important;
  background: #2980b9 !important;
  border: 0 !important;
  padding: 0.65rem 3.125rem !important;
  border-radius: 4px !important;
  box-shadow: none;
  text-shadow: none;
  box-shadow: 0px 5px 0px 0px #20638f;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 85%;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 93, templates/g5_helium/custom/scss/custom.scss */
.readmore a {
  color: #2980b9;
  padding: 0.65rem 3.125rem !important;
  margin-bottom: 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 85%;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 94, templates/g5_helium/custom/scss/custom.scss */
.readmore a:not(.register) {
  box-shadow: 0px 5px 0px 0px #20638f;
}
/* line 95, templates/g5_helium/custom/scss/custom.scss */
p.readmore {
  text-align: right;
}
/* line 96, templates/g5_helium/custom/scss/custom.scss */
#g-container-main table, #g-container-main td {
  border: none !important;
}
/* line 98, templates/g5_helium/custom/scss/custom.scss */
.btn .icon-chevron-right, .btn .fa.fa-chevron-right {
  display: none;
}
/* line 99, templates/g5_helium/custom/scss/custom.scss */
.label-info[href], .badge-info[href] {
  background: #ddd;
  padding: 4px 9px;
  color: #333;
}
/* line 100, templates/g5_helium/custom/scss/custom.scss */
.label-info[href]:before {
  content: "\f02b";
  font-family: FontAwesome;
}
/* TEMPLATE*/
/*body {background:#fff url(../images/bg.jpg) top center repeat;}*/
/* line 104, templates/g5_helium/custom/scss/custom.scss */
body, #g-page-surround {
  background: transparent;
}
/* line 105, templates/g5_helium/custom/scss/custom.scss */
#g-page-surround {
  margin: 0 auto;
}
/* line 106, templates/g5_helium/custom/scss/custom.scss */
#g-main {
  padding: 0;
  background: transparent !important;
}
/* line 107, templates/g5_helium/custom/scss/custom.scss */
h2.article-title a {
  color: #2980b9 !important;
}
/* line 108, templates/g5_helium/custom/scss/custom.scss */
.tooltip, .tooltips {
  display: none !important;
}
/* line 109, templates/g5_helium/custom/scss/custom.scss */
.g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
  z-index: 10;
  max-height: 300px;
  margin: 0 auto;
}
/* line 111, templates/g5_helium/custom/scss/custom.scss */
body.hide-image .pull-left.item-image {
  display: none;
}
/* line 112, templates/g5_helium/custom/scss/custom.scss */
body.auth-hide-image .img-intro- img {
  display: none;
}
/* MENU */
/* line 116, templates/g5_helium/custom/scss/custom.scss */
.menu-simple ul, ul.menu-simple {
  display: inline-flex;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}
/* line 117, templates/g5_helium/custom/scss/custom.scss */
.menu-simple li {
  float: left;
  list-style: none;
  margin: 0 0px 0 0px;
  padding: 0px 10px;
}
/* line 118, templates/g5_helium/custom/scss/custom.scss */
.menu-simple li:first-child {
  padding-left: 0px;
}
/* line 119, templates/g5_helium/custom/scss/custom.scss */
.menu-simple li:last-child {
  padding-right: 0px;
  border-right-width: 0px;
}
/* line 120, templates/g5_helium/custom/scss/custom.scss */
#g-sidebar .menu-simple li.current {
  clear: none;
  border: 0;
  padding: 0px;
}
/* line 122, templates/g5_helium/custom/scss/custom.scss */
.menu-simple li a.dark-link {
  color: #666;
}
/* line 124, templates/g5_helium/custom/scss/custom.scss */
.menu-icons {
  float: right;
  margin: 0;
}
/* line 125, templates/g5_helium/custom/scss/custom.scss */
.menu-icons ul {
  display: inline;
  text-align: right;
}
/* line 126, templates/g5_helium/custom/scss/custom.scss */
.menu-icons li {
  float: left;
  list-style: none;
  margin: 0 0 0 20px;
}
/* line 127, templates/g5_helium/custom/scss/custom.scss */
.menu-icons img {
  height: 30px;
  width: auto;
}
/* line 129, templates/g5_helium/custom/scss/custom.scss */
.menu-list li {
  list-style: square;
}
/* line 130, templates/g5_helium/custom/scss/custom.scss */
.menu-list li a {
  color: #fff;
  font-size: 12px;
}
/* line 132, templates/g5_helium/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #444;
  padding: 0.2345rem 1rem;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 133, templates/g5_helium/custom/scss/custom.scss */
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  whitespace: normal;
}
/* line 135, templates/g5_helium/custom/scss/custom.scss */
.quick-link-menu ul, .quick-link-menu ul.menu {
  display: inline-flex;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100% !important;
}
/* line 136, templates/g5_helium/custom/scss/custom.scss */
.quick-link-menu li {
  list-style: none;
  margin: 0 !important;
  padding: 0px 10px;
}
/* line 137, templates/g5_helium/custom/scss/custom.scss */
.quick-link-menu li a, .menu-quick li a.fa-2x {
  font-size: 0.9rem;
  color: #383838;
  font-family: Raleway, sans-serif;
}
/* line 138, templates/g5_helium/custom/scss/custom.scss */
.quick-link-menu li a.fa-2x:before {
  font-size: 1.25rem;
  font-family: FontAwesome;
  margin-right: 8px;
}
/* line 139, templates/g5_helium/custom/scss/custom.scss */
.quick-link-menu li:nth-child(odd) a.fa-2x:before {
  color: #b00;
}
/* line 140, templates/g5_helium/custom/scss/custom.scss */
.quick-link-menu li:nth-child(even) a.fa-2x:before {
  color: #bc2a8d;
}
/* line 141, templates/g5_helium/custom/scss/custom.scss */
.quick-link-menu li:first-child {
  padding-left: 0px;
}
/* line 142, templates/g5_helium/custom/scss/custom.scss */
.quick-link-menu li:last-child {
  padding-right: 0px;
  border-right-width: 0px;
}
/* line 144, templates/g5_helium/custom/scss/custom.scss */
#g-top .g-block.size-20 .g-content {
  margin-left: 0px;
  padding-left: 0px;
}
/* line 146, templates/g5_helium/custom/scss/custom.scss */
#g-drawer {
  z-index: -1;
}
/* line 147, templates/g5_helium/custom/scss/custom.scss */
#g-top a {
  color: #383838;
}
/* line 148, templates/g5_helium/custom/scss/custom.scss */
#g-top .nav > li > a:focus, #g-top .nav > li > a:hover {
  background-color: transparent;
  color: #000 !important;
}
/* line 150, templates/g5_helium/custom/scss/custom.scss */
.breadcrumb {
  background-color: transparent !important;
  margin-top: 8px;
}
/* line 151, templates/g5_helium/custom/scss/custom.scss */
body:not(.cyrin) #g-container-main {
  background: #f2f2f2;
}
/* SIDEBAR */
/* line 154, templates/g5_helium/custom/scss/custom.scss */
#g-sidebar-right .moduletable {
  background: #f9f9f9;
  padding: 20px;
}
/* line 155, templates/g5_helium/custom/scss/custom.scss */
#g-sidebar-right .moduletable .moduletable {
  box-shadow: none;
}
/* line 156, templates/g5_helium/custom/scss/custom.scss */
body:not(.cyrin) #g-main-mainbody, body:not(.cyrin) #g-sidebar-right .moduletable {
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.05);
}
/* FOOTER */
/* line 159, templates/g5_helium/custom/scss/custom.scss */
#g-footer .g-container {
  font-size: 11px;
}
/* line 160, templates/g5_helium/custom/scss/custom.scss */
body.fixed-footer #g-footer {
  position: absolute;
  bottom: 0;
  width: 100vw;
}
/* line 161, templates/g5_helium/custom/scss/custom.scss */
body:not(.fixed-footer) #g-footer .g-container {
  background-color: #d6d6d6;
}
/* line 162, templates/g5_helium/custom/scss/custom.scss */
#g-footer .g-block:first-child .g-content:first-child {
  /*margin:0.1rem 0.625rem;*/
  padding: 0.9rem 0rem 0rem 0rem !important;
}
/* line 163, templates/g5_helium/custom/scss/custom.scss */
#g-footer .copyScoot {
  margin: -15px 0 9px 0 !important;
}
/* COM_CONTENT */
/* line 167, templates/g5_helium/custom/scss/custom.scss */
.article-intro {
  color: #4d4f5a;
  line-height: 1.68em;
  font-weight: 400;
  font-size: 13px;
}
/* line 168, templates/g5_helium/custom/scss/custom.scss */
article ul li, #alBlog ul li {
  line-height: 1.68em;
  font-weight: 400;
  font-size: 13px;
  color: #4d4f5a;
}
/* line 169, templates/g5_helium/custom/scss/custom.scss */
.article-aside {
  margin: 8px 0 4px 0;
}
/* line 170, templates/g5_helium/custom/scss/custom.scss */
.pagination li a {
  padding: 0 8px !important;
  color: #2980b9;
  background: rgba(0, 0, 0, 0);
  box-shadow: none !important;
}
/* line 171, templates/g5_helium/custom/scss/custom.scss */
.no-intro-img .article-image {
  display: none;
}
/* line 172, templates/g5_helium/custom/scss/custom.scss */
article .flat-list li {
  float: right !important;
}
/* line 173, templates/g5_helium/custom/scss/custom.scss */
.blog dl.article-info dt, .blog dl.article-info dd, dl.article-info dd {
  float: right;
  text-transform: capitalize;
  margin-left: 15px;
}
/* line 174, templates/g5_helium/custom/scss/custom.scss */
.blog dl.article-info dd [class^="icon-"], dl.article-info dd [class^="icon-"] {
  display: none;
}
/* line 175, templates/g5_helium/custom/scss/custom.scss */
.blog dl.article-info dd.createdby a, dl.article-info dd.createdby a, dd.category-name a {
  color: #2980b9 !important;
  font-weight: 400;
}
/* line 177, templates/g5_helium/custom/scss/custom.scss */
.pagination ul > li > a {
  padding: 4px 12px !important;
}
/* line 178, templates/g5_helium/custom/scss/custom.scss */
body.com_content.view-category div:not(.page-header) a, body.com_content.view-article .item-page a {
  color: #2980b9;
}
/* CONTENT ICONS */
/* line 182, templates/g5_helium/custom/scss/custom.scss */
.dropdown-menu {
  position: relative;
  display: block;
  float: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 5px 0;
  margin: -1.25rem 0 0;
}
/* line 183, templates/g5_helium/custom/scss/custom.scss */
.dropdown-menu li {
  float: right;
}
/* line 184, templates/g5_helium/custom/scss/custom.scss */
.dropdown-menu li a {
  padding: 0px 10px;
  line-height: 0.8rem;
  font-size: 0.8rem;
}
/* line 185, templates/g5_helium/custom/scss/custom.scss */
.btn-group > .btn.dropdown-toggle {
  display: none;
}
/* line 186, templates/g5_helium/custom/scss/custom.scss */
.blog .icons .pull-right {
  top: 0rem;
}
/* ADVISOR LIST */
/*body.advisor-list .item-pageadvisor-list img {float:left;padding:0 15px 5px 0;}
 body.advisor-list .item-pageadvisor-list div {margin:10px 0px;}
 body.advisor-list .item-pageadvisor-list div:after {clear:both;}
 body.advisor-list .item-pageadvisor-list div p {margin:0 0 1.5rem 0;}*/
/* line 194, templates/g5_helium/custom/scss/custom.scss */
body.advisor-list dl {
  margin-bottom: 2.5rem;
}
/* line 195, templates/g5_helium/custom/scss/custom.scss */
body.advisor-list dd {
  text-align: justify;
}
/* line 196, templates/g5_helium/custom/scss/custom.scss */
body.advisor-list .item-pageadvisor-list a {
  color: #2980b9 !important;
  font-weight: 600;
}
/* AJAX LOGIN */
/* line 199, templates/g5_helium/custom/scss/custom.scss */
#mod_improved_ajax_login-312 {
  text-align: right;
}
/*margin-top:-1px;*/
/* line 200, templates/g5_helium/custom/scss/custom.scss */
#mod_improved_ajax_login-315 {
  text-align: left;
  margin-top: 3px;
}
/* line 201, templates/g5_helium/custom/scss/custom.scss */
#mod_improved_ajax_login-312 .loginBtn, #mod_improved_ajax_login-315 .loginBtn {
  background-color: transparent;
  background-image: none;
  color: #000;
}
/* line 202, templates/g5_helium/custom/scss/custom.scss */
#g-top #mod_improved_ajax_login-312 .userBtn .loginBtn {
  font-size: 0.8rem;
  font-weight: normal;
  margin-top: -5px;
  color: #000;
}
/* line 203, templates/g5_helium/custom/scss/custom.scss */
#g-top #mod_improved_ajax_login-312 .logBtn .loginBtn {
  font-size: 0.8rem;
  font-weight: normal;
  color: #000;
}
/* line 204, templates/g5_helium/custom/scss/custom.scss */
body.view-article.layout-blog #g-top #mod_improved_ajax_login-312 .logBtn .loginBtn {
  margin-top: 0px;
}
/* line 205, templates/g5_helium/custom/scss/custom.scss */
body.view-article.layout-blog.itemid-2196 #g-top #mod_improved_ajax_login-312 .logBtn .loginBtn, body.view-article.layout-blog.itemid-1855 #g-top #mod_improved_ajax_login-312 .logBtn .loginBtn, body.view-article.layout-blog.itemid-2541 #g-top #mod_improved_ajax_login-312 .logBtn .loginBtn {
  margin-top: -5px;
}
/* line 208, templates/g5_helium/custom/scss/custom.scss */
#g-top #mod_improved_ajax_login-312 .logBtn .loginBtn {
  margin-top: -5px;
}
/* line 209, templates/g5_helium/custom/scss/custom.scss */
body.fix-login #g-top #mod_improved_ajax_login-312 .logBtn .loginBtn {
  margin-top: 6px;
}
/* line 210, templates/g5_helium/custom/scss/custom.scss */
#g-navigation #mod_improved_ajax_login-315 .loginBtn {
  font-size: 16px;
  text-transform: uppercase;
}
/* line 211, templates/g5_helium/custom/scss/custom.scss */
#g-top #mod_improved_ajax_login-312 .loginBtn:not(.rightBtn), #mod_improved_ajax_login-315 .loginBtn:not(.rightBtn) {
  background-image: none;
}
/* line 212, templates/g5_helium/custom/scss/custom.scss */
#g-top #mod_improved_ajax_login-312 .loginBtn.rightBtn {
  width: 24px;
}
/* line 213, templates/g5_helium/custom/scss/custom.scss */
#g-top #mod_improved_ajax_login-312 .loginBtn.leftBtn {
  padding-right: 0px;
}
/* line 214, templates/g5_helium/custom/scss/custom.scss */
#mod_improved_ajax_login-312 a, .ial-window.mod-312 h4 a {
  font-weight: bold;
}
/* line 215, templates/g5_helium/custom/scss/custom.scss */
#g-main-mainbody .loginBtn.ial-submit {
  background: #4b91b5;
  color: #fff !important;
}
/* line 217, templates/g5_helium/custom/scss/custom.scss */
#g-top #mod_improved_ajax_login-312 .loginBtn.rightBtn {
  width: 0px;
}
/* ALERTS */
/* line 220, templates/g5_helium/custom/scss/custom.scss */
.alert-notice {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 221, templates/g5_helium/custom/scss/custom.scss */
.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}
/* line 222, templates/g5_helium/custom/scss/custom.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* AUTHOR LIST */
/* line 225, templates/g5_helium/custom/scss/custom.scss */
body.view-author .article-info-term {
  display: none;
}
/* line 226, templates/g5_helium/custom/scss/custom.scss */
body.view-author dd {
  margin-left: 0rem;
}
/* line 227, templates/g5_helium/custom/scss/custom.scss */
body.view-author .blog h2:first-of-type {
  margin-bottom: 0.5rem;
}
/* line 228, templates/g5_helium/custom/scss/custom.scss */
body.view-author .authorlist_email a {
  color: #2980b9;
  font-weight: 600;
}
/* ENGAGE BOX */
/* line 231, templates/g5_helium/custom/scss/custom.scss */
.rstbox-content {
  padding: 50px 0px;
}
/* line 232, templates/g5_helium/custom/scss/custom.scss */
.rstbox-content form {
  padding: 50px;
}
/* line 233, templates/g5_helium/custom/scss/custom.scss */
.rstbox-content h2 {
  font-size: 28px;
  font-weight: bold;
  padding: 10px 40px;
}
/* line 234, templates/g5_helium/custom/scss/custom.scss */
.rstbox-content p {
  margin-left: 150px;
  font-size: 16px;
  line-height: 22px;
}
/* line 236, templates/g5_helium/custom/scss/custom.scss */
body.rstbox_2 .rstbox-content form {
  background-color: #cc4e4f;
}
/* line 237, templates/g5_helium/custom/scss/custom.scss */
body.rstbox_2 .rstbox-content h2:before {
  color: #fff;
  background-color: #cc4e4f;
}
/* line 238, templates/g5_helium/custom/scss/custom.scss */
body.rstbox_2 .rstbox-content input[type="text"], body.rstbox_2 .rstbox-content input[type="password"], body.rstbox_2 input:-webkit-autofill {
  background-color: #863534 !important;
  color: #fff;
  max-width: 175px;
}
/* line 240, templates/g5_helium/custom/scss/custom.scss */
body.rstbox_3 .rstbox-content form {
  background-color: #2980b9;
}
/* line 241, templates/g5_helium/custom/scss/custom.scss */
body.rstbox_3 .rstbox-content h2, body.rstbox_3 .rstbox-content p {
  color: #2980b9 !important;
}
/* line 242, templates/g5_helium/custom/scss/custom.scss */
body.rstbox_3 .rstbox-content h2:before {
  background-color: #2980b9;
}
/* line 243, templates/g5_helium/custom/scss/custom.scss */
body.rstbox_3 .rstbox-content input[type="submit"] {
  background-color: #fff !important;
  color: #2980b9 !important;
}
/* line 244, templates/g5_helium/custom/scss/custom.scss */
body.rstbox_3 .rstbox-content input.button:hover {
  color: #2980b9;
}
/* FEATURED CATS */
/* line 247, templates/g5_helium/custom/scss/custom.scss */
.slider.slider-nav.slick-initialized.slick-slider .slick-slide {
  max-height: 200px;
}
/*.category_slider {width: auto !important;height: auto !important;}
 .cat_image {width: 150px;}*/
/* GOOD SEARCH */
/* line 252, templates/g5_helium/custom/scss/custom.scss */
#g-maintop .banner-box h3 {
  font-size: 1rem;
  float: left;
  margin: 0.25rem 1rem 0.5rem 0rem;
}
/* line 253, templates/g5_helium/custom/scss/custom.scss */
.gsearch-table .chzn-container .chzn-drop, .gsearch-toolbox .chzn-container .chzn-drop {
  position: absolute !important;
}
/* line 254, templates/g5_helium/custom/scss/custom.scss */
#g-maintop .banner-box .gsearch-table h3, #g-maintop .banner-box .gsearch-field-text.keyword h3 {
  display: none;
}
/* line 255, templates/g5_helium/custom/scss/custom.scss */
#g-maintop .gsearch-buttons {
  visibility: hidden;
  height: 0px;
}
/* line 256, templates/g5_helium/custom/scss/custom.scss */
#g-maintop .banner-box .gsearch-field-text.keyword input {
  background: rgba(255, 255, 255, 0.5) url('../search-input_01.png') no-repeat scroll right 5px !important;
  border-radius: 14px !important;
  height: 34px !important;
  min-height: inherit;
  width: 230px !important;
  border: 1px solid #ddd !important;
  font-size: 14px;
  border: #fff solid 1px;
  margin-top: 5px;
  padding: 6px 30px 6px 15px !important;
}
/* line 257, templates/g5_helium/custom/scss/custom.scss */
.gsearch-field-calendar-wrapper .input-append button, button#date-from318_btn, button#date-to318_btn {
  background-image: none !important;
  padding: 8px !important;
}
/* line 258, templates/g5_helium/custom/scss/custom.scss */
#g-maintop .chzn-container-multi .chzn-choices {
  display: none;
}
/* GOOD SEARCH RESULTS */
/* line 262, templates/g5_helium/custom/scss/custom.scss */
.blog.blog-gsearch h3 a, .blog.blog-gsearch a {
  color: #2980b9;
}
/* line 263, templates/g5_helium/custom/scss/custom.scss */
.GSearchBlock .icon-calendar:before {
  content: "\f073";
  font-family: 'FontAwesome';
  font-size: 0.9rem !important;
  font-weight: 300;
}
/* line 264, templates/g5_helium/custom/scss/custom.scss */
.GSearchBlock input[type="text"] {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
/* MIJOSEARCH */
/* line 269, templates/g5_helium/custom/scss/custom.scss */
fieldset.mijosearch_fieldset div:not(.advancedsearch_div):first-of-type span.mijosearch_span_label:first-child, fieldset.mijosearch_fieldset div:not(.advancedsearch_div):first-of-type input.mijosearch_input_image {
  display: none;
}
/* REGISTRATION/PROFILE */
/* line 273, templates/g5_helium/custom/scss/custom.scss */
#member-profile input#jform_name, #member-profile input#jform_username {
  border: none !important;
  box-shadow: none !important;
}
/* line 274, templates/g5_helium/custom/scss/custom.scss */
#member-profile input#jform_name:hover, #member-profile input#jform_username:hover {
  background-color: transparent;
}
/* RECENTLY VIEWED TAB */
/* line 277, templates/g5_helium/custom/scss/custom.scss */
p.bottom-tab {
  position: fixed;
  bottom: 0px;
  z-index: 1000;
  padding: 5px 15px;
  background-color: #292682 !important;
  margin: 0px;
}
/* line 278, templates/g5_helium/custom/scss/custom.scss */
p.bottom-tab.tab-left {
  left: 0px;
}
/* line 279, templates/g5_helium/custom/scss/custom.scss */
p.bottom-tab.tab-right {
  right: 0px;
}
/* line 280, templates/g5_helium/custom/scss/custom.scss */
.bottom-tab a {
  color: #fff !important;
}
/* line 281, templates/g5_helium/custom/scss/custom.scss */
.social-wrap .zen-icon-eye, .social-wrap .fa-eye {
  border-left: 4px solid #e73238;
}
/* line 282, templates/g5_helium/custom/scss/custom.scss */
.social-wrap span.fa-eye:hover {
  background-color: #e73238;
}
/* RECENTLY VIEWED */
/*.mod-recently-viewed-article {border-bottom: 1px solid #ccc;border-bottom: 1px solid #ccc;padding: 1rem 0px;}
 .mod-recently-viewed-articles h3, .mod-recently-viewed-articles h3 a {color:#292682;font-size:1rem;line-height:1.2rem;font-weight:600;margin:0 0 0.5rem 0;}
 .mod-recently-viewed-articles p {margin:0px !important;color:#555;font-size:0.9rem !important;}
 .mod-recently-viewed-articles ul {margin: 0 !important;}
 .mod-recently-viewed-articles ul li {list-style:none;display:inline-block;margin-right:10px;color:#555;font-size:0.8rem;}
 .mod-recently-viewed-articles ul li:last-child {margin-right:0px;} */
/* line 291, templates/g5_helium/custom/scss/custom.scss */
.relatedarticleflyoutbxitem:hover, .relatedarticleflyoutbxitem:focus, .relatedarticleflyoutbxitem:active {
  -webkit-transform: none;
  transform: none;
  color: #292682;
}
/* line 292, templates/g5_helium/custom/scss/custom.scss */
#rstbox_4 .rstbox-close span, #rstbox_7 .rstbox-close span {
  display: none;
}
/* RELATED ARTICLES */
/* line 296, templates/g5_helium/custom/scss/custom.scss */
#relatedarticleflyoutbx {
  height: 99.4%;
  display: none;
}
/* line 297, templates/g5_helium/custom/scss/custom.scss */
#relatedarticleflyoutbx2 {
  border-width: 1px !important;
  height: 100%;
  display: none;
  padding: 20px !important;
}
/* line 298, templates/g5_helium/custom/scss/custom.scss */
#relatedarticleflyoutbx .relatedarticleflyoutbxitem.extraItem {
  display: none;
}
/* line 299, templates/g5_helium/custom/scss/custom.scss */
#relatedarticleflyoutbx .relatedarticleflyoutbxitem.extraItem.showMe {
  display: block;
}
/* line 300, templates/g5_helium/custom/scss/custom.scss */
#showRelated, #hideRelated {
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}
/* line 301, templates/g5_helium/custom/scss/custom.scss */
#showRelated {
  display: block;
}
/* line 302, templates/g5_helium/custom/scss/custom.scss */
#hideRelated {
  display: none;
}
/* line 303, templates/g5_helium/custom/scss/custom.scss */
.relatedarticleflyoutbxitem:hover, .relatedarticleflyoutbxitem:focus, .relatedarticleflyoutbxitem:active {
  -webkit-transform: none !important;
  transform: none !important;
  color: #292682;
}
/* RECENT AND RELATED ITEM LISTS */
/* line 306, templates/g5_helium/custom/scss/custom.scss */
.mod-recently-viewed-article, .mod-related-article, .relatedarticleflyoutbxitem {
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1rem 0px;
}
/* line 307, templates/g5_helium/custom/scss/custom.scss */
.mod-recently-viewed-articles h3, .mod-related-article h3, .mod-related-article h3 a, .mod-recently-viewed-articles h3 a, .relatedarticleflyoutbxitem a, .relatedarticleflyoutbxitem h3, .relatedarticleflyoutbxitem h3 a {
  color: #292682;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}
/* line 308, templates/g5_helium/custom/scss/custom.scss */
.mod-recently-viewed-articles p, .mod-related-article p, .relatedarticleflyoutbxitem p, .relatedarticleflyoutbxitem .recent-advisor p {
  margin: 0px !important;
  color: #555;
  font-size: 0.9rem !important;
}
/* line 309, templates/g5_helium/custom/scss/custom.scss */
.mod-recently-viewed-articles ul, .mod-related-article ul, .relatedarticleflyoutbxitem ul {
  margin: 0 !important;
}
/* line 310, templates/g5_helium/custom/scss/custom.scss */
.mod-recently-viewed-articles ul li, .mod-related-article ul li, .relatedarticleflyoutbxitem ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  color: #555;
  font-size: 0.8rem;
  padding: 0px;
}
/* line 312, templates/g5_helium/custom/scss/custom.scss */
.mod-related-article ul li:before {
  display: inline-block;
}
/* line 313, templates/g5_helium/custom/scss/custom.scss */
.mod-recently-viewed-articles ul li:first-child:before, .mod-related-article ul li.recent-date:before, .relatedarticleflyoutbxitem ul li:first-child:before {
  content: "\f133";
  font-family: FontAwesome;
  padding-right: 5px;
}
/* line 314, templates/g5_helium/custom/scss/custom.scss */
.mod-recently-viewed-articles ul li:last-child:before, .relatedarticleflyoutbxitem ul li:last-child:before {
  content: "\f0b1";
  font-family: FontAwesome;
  padding-right: 5px;
}
/* line 315, templates/g5_helium/custom/scss/custom.scss */
.mod-related-article ul li.recent-cat:before {
  content: "\f0b1";
  font-family: FontAwesome;
  padding-right: 5px;
}
/* line 316, templates/g5_helium/custom/scss/custom.scss */
.mod-related-article ul li.recent-tag:before {
  content: "\f02b";
  font-family: FontAwesome;
  padding-right: 5px;
}
/* line 317, templates/g5_helium/custom/scss/custom.scss */
.mod-recently-viewed-articles ul li:last-child, .mod-related-article ul li:last-child, .relatedarticleflyoutbxitem ul li:last-child {
  margin-right: 0px;
}
/* line 318, templates/g5_helium/custom/scss/custom.scss */
.rstbox-close, #relatedarticleflyoutbxclose {
  background: url('../../../../plugins/system/relatedarticlesflyoutbox/relatedarticlesflyoutbox/buttons/close.png') no-repeat scroll left top transparent;
  cursor: pointer;
  height: 15px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 15px;
}
/* RSFORM */
/* line 322, templates/g5_helium/custom/scss/custom.scss */
form.downloadForm h2 {
  margin-bottom: 15px;
}
/* line 323, templates/g5_helium/custom/scss/custom.scss */
form.downloadForm .control-label {
  width: 100%;
  text-align: left;
}
/* line 324, templates/g5_helium/custom/scss/custom.scss */
form.downloadForm .uk-form-controls {
  margin-bottom: 10px;
}
/* line 325, templates/g5_helium/custom/scss/custom.scss */
form.downloadForm .uk-form-horizontal .uk-form-controls {
  margin-left: 0px !important;
}
/* line 326, templates/g5_helium/custom/scss/custom.scss */
form.downloadForm .uk-form-controls input[type="text"], form.downloadForm input:-webkit-autofill {
  width: 100%;
  max-width: 100%;
}
/* line 327, templates/g5_helium/custom/scss/custom.scss */
form.downloadForm .uk-form-controls input[type="text"] {
  background-color: #fbfbfb;
}
/* line 328, templates/g5_helium/custom/scss/custom.scss */
form.downloadForm .uk-form-controls input[value="Yes"] {
  color: red;
}
/* line 329, templates/g5_helium/custom/scss/custom.scss */
form.downloadForm .uk-form-controls input[type="checkbox"], form.downloadForm .uk-form-controls input[type="radio"] {
  margin-right: 10px !important;
}
/* line 330, templates/g5_helium/custom/scss/custom.scss */
form.downloadForm .rsform-block input[type="checkbox"], form.downloadForm .rsform-block input[type="radio"] {
  margin: 10px 12px;
}
/* line 331, templates/g5_helium/custom/scss/custom.scss */
form.restrictedForm .rsform-block.rsform-block-intro, form.restrictedForm .rsform-block.rsform-block-intro-2 {
  margin-bottom: 2rem;
}
/* line 332, templates/g5_helium/custom/scss/custom.scss */
form#userForm .platform-content input {
  box-sizing: border-box !important;
}
/* VIDEO BG */
/* line 335, templates/g5_helium/custom/scss/custom.scss */
.video-overlay {
  position: absolute;
  height: 600px;
  width: 100vw;
  background: rgba(68, 81, 107, 0.6);
}
/* line 336, templates/g5_helium/custom/scss/custom.scss */
.header-video {
  min-width: 100vw;
}
/* line 337, templates/g5_helium/custom/scss/custom.scss */
#video-background {
  min-width: 100vw;
  height: 600px !important;
  width: auto;
  z-index: -100;
  object-fit: fill;
}
/* line 338, templates/g5_helium/custom/scss/custom.scss */
p.image-title, .video-title {
  position: absolute;
  text-align: center;
}
/* line 339, templates/g5_helium/custom/scss/custom.scss */
p.image-title {
  top: 10%;
  width: 100%;
}
/* line 340, templates/g5_helium/custom/scss/custom.scss */
.video-title {
  width: 65%;
  margin: 0 17%;
  top: 20%;
  z-index: 2000;
}
/* line 341, templates/g5_helium/custom/scss/custom.scss */
.video-title h1 {
  font-size: 2rem;
  letter-spacing: 0px;
  color: #fff !important;
  font-family: Oswald, sans-serif;
  line-height: 3.5rem;
  text-shadow: 2px 2px 20px #000;
}
/* line 342, templates/g5_helium/custom/scss/custom.scss */
.video-title p {
  font-family: sans-serif;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 1rem;
  line-height: 24px;
  color: #fff;
  text-shadow: 2px 2px 5px #000;
}
/* line 343, templates/g5_helium/custom/scss/custom.scss */
.video-title p a {
  color: #fff;
}
/* **** CYRIN **** */
/* line 347, templates/g5_helium/custom/scss/custom.scss */
body.cyrin #g-header:before {
  opacity: 0.556;
  background-color: #fff;
  background-image: -webkit-linear-gradient(-310deg, #fff, #fcfcfc);
  background-image: linear-gradient(40deg, #fff, #fcfcfc);
}
/* line 348, templates/g5_helium/custom/scss/custom.scss */
body.cyrin #g-utility, body.cyrin #g-maintop, body.cyrin #g-extension {
  background-color: #f0f0f0;
  color: #333;
  padding: 1.5rem 0;
}
/* line 349, templates/g5_helium/custom/scss/custom.scss */
body.cyrin #g-bottom {
  background-color: #333;
  color: #fff;
  padding: 1.5rem 0;
}
/* line 350, templates/g5_helium/custom/scss/custom.scss */
body.cyrin #g-bottom a {
  color: #fff;
}
/* line 352, templates/g5_helium/custom/scss/custom.scss */
body.cyrin #g-page-surround section:nth-child(odd) {
  background: #f0f0f0 !important;
}
/* line 353, templates/g5_helium/custom/scss/custom.scss */
body.cyrin #g-page-surround section:nth-child(even) {
  background: #fff !important;
  padding: 0rem;
}
/* line 354, templates/g5_helium/custom/scss/custom.scss */
body.cyrin #g-page-surround section:last-child {
  background: #323232 !important;
}
/* line 355, templates/g5_helium/custom/scss/custom.scss */
body.cyrin .header-testimonial p {
  margin: 0rem;
  font-size: 0.9rem;
  font-weight: 600;
}
/* line 357, templates/g5_helium/custom/scss/custom.scss */
body.cyrin .moderator-title {
  margin: 0rem;
  font-size: 1.5rem;
  font-weight: bold;
}
/* line 358, templates/g5_helium/custom/scss/custom.scss */
body.cyrin .g5-list h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0.525rem 0;
  line-height: 1.5;
}
/* line 359, templates/g5_helium/custom/scss/custom.scss */
body.cyrin .g5-list ul li {
  font-size: 1rem;
  margin-bottom: 0.625rem;
  font-weight: 400;
  line-height: 1.25;
}
/*** PARTICLES ***/
/* line 364, templates/g5_helium/custom/scss/custom.scss */
.highlight-title h3.g-title {
  padding: 0rem 2rem;
  border-bottom: 4px solid #0093d0 !important;
}
/* line 365, templates/g5_helium/custom/scss/custom.scss */
.highlight-title h3.g-title:before {
  content: " ";
}
/* line 366, templates/g5_helium/custom/scss/custom.scss */
.highlight-title h3.g-title:after {
  content: " ";
}
/* line 367, templates/g5_helium/custom/scss/custom.scss */
.highlight-title:before {
  content: " ";
}
/* line 368, templates/g5_helium/custom/scss/custom.scss */
.highlight-title:after {
  content: " ";
}
/* ARTICLE SLIDER */
/* line 371, templates/g5_helium/custom/scss/custom.scss */
.g-article-slider {
  max-width: 100%;
}
/* line 372, templates/g5_helium/custom/scss/custom.scss */
.sy-pager li {
  height: 0.5rem !important;
  width: 0.5rem !important;
}
/* line 373, templates/g5_helium/custom/scss/custom.scss */
.sy-pager li.sy-active a {
  background-color: #2980b9 !important;
}
/* line 374, templates/g5_helium/custom/scss/custom.scss */
.sy-slides-wrap {
  height: auto !important;
}
/*#promotion-slider .sy-caption  {font-size:1.25rem;} */
/* line 376, templates/g5_helium/custom/scss/custom.scss */
#promotion-slider .sy-caption-wrap {
  background-color: rgba(0, 0, 0, 0.64);
  color: #fff;
  left: 5%;
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
}
/* line 377, templates/g5_helium/custom/scss/custom.scss */
#promotion-slider .sy-caption-wrap .promo-title {
  font-size: 1.25rem;
}
/* line 378, templates/g5_helium/custom/scss/custom.scss */
#promotion-slider .sy-caption-wrap .promo-desc {
  margin-bottom: 5px;
  line-height: 120%;
}
/* line 379, templates/g5_helium/custom/scss/custom.scss */
.g-article-slider .sy-box.cbr-round1 .sy-caption .promo-title {
  font-size: 1.25rem;
}
/* line 380, templates/g5_helium/custom/scss/custom.scss */
.g-article-slider .sy-box.cbr-round1 .sy-caption .promo-desc {
  font-size: 1rem;
}
/* line 382, templates/g5_helium/custom/scss/custom.scss */
.iq-class.g-article-slider .sy-caption {
  font-size: 1rem;
}
/* line 383, templates/g5_helium/custom/scss/custom.scss */
.sy-caption-wrap .sy-caption {
  background-color: rgba(0, 0, 0, 0.64);
}
/* FEATURES */
/* line 387, templates/g5_helium/custom/scss/custom.scss */
.g-features-particle .g-grid, .g-features2-particle .g-grid {
  margin-bottom: 3.25rem;
}
/* CONTENT PRO */
/* line 390, templates/g5_helium/custom/scss/custom.scss */
body.certifications .g-content-pro-item {
  height: 325px;
}
/* line 391, templates/g5_helium/custom/scss/custom.scss */
body.certifications .g-content-pro-item img {
  height: 100px;
  width: auto;
}
/* line 393, templates/g5_helium/custom/scss/custom.scss */
a[href$=".pdf"]:before {
  font-family: FontAwesome;
  content: "\f1c1";
  color: #555;
  margin-right: 5px;
}
/* line 394, templates/g5_helium/custom/scss/custom.scss */
#g-navigation a[href$=".pdf"]:before {
  content: "";
}
/* FEEDBACK */
/* line 397, templates/g5_helium/custom/scss/custom.scss */
body.cyrin .g-feedback.style1 .g-grid, body.cyrin .g-feedback.style2 .g-grid, body.cyrin .g-feedback.style3 .g-grid {
  display: block;
}
/* MODAL SEARCH */
/* line 401, templates/g5_helium/custom/scss/custom.scss */
#modal-search h3 {
  color: #00a2dc !important;
}
/* line 402, templates/g5_helium/custom/scss/custom.scss */
#modal-search label {
  width: 5%;
}
/* line 403, templates/g5_helium/custom/scss/custom.scss */
#modal-search input[type="text"] {
  width: 90%;
  margin: 0 auto;
}
/* line 404, templates/g5_helium/custom/scss/custom.scss */
.modal-search-container i {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
/* NEWS PRO */
/* line 407, templates/g5_helium/custom/scss/custom.scss */
.g-news-pro .g-news-pro-item .g-news-pro-desc, .g-news-pro .g-news-pro-link .g-news-pro-desc {
  font-size: 1rem;
  line-height: 1.2rem;
}
/* line 408, templates/g5_helium/custom/scss/custom.scss */
.g-news-pro .g-news-pro-item.vertical .g-news-pro-image, .g-news-pro .g-news-pro-link.vertical .g-news-pro-image {
  background-size: contain !important;
}
/* line 409, templates/g5_helium/custom/scss/custom.scss */
#g-sidebar-right .g-news-pro .g-news-pro-item.vertical .g-news-pro-image {
  background-size: cover !important;
}
/* OWL CAROUSEL */
/* line 413, templates/g5_helium/custom/scss/custom.scss */
.g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after, .g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after, body:not(.cyrin) #g-container-main {
  background-image: none;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, 1) 24%, rgba(242, 242, 242, 1) 100%);
  /* http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100&0+0,1+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, 1) 24%, rgba(242, 242, 242, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, 1) 24%, rgba(242, 242, 242, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f2f2f2',GradientType=0);
  /* IE6-9 */
}
/* PAGE TITLE ADVANCED */
/* line 421, templates/g5_helium/custom/scss/custom.scss */
.g-page-title-inner {
  text-align: center;
}
/* line 422, templates/g5_helium/custom/scss/custom.scss */
body:not(.cyrin) .g-page-title-inner {
  color: #fff;
  margin-top: 35px;
}
/* line 423, templates/g5_helium/custom/scss/custom.scss */
body:not(.cyrin) .g-page-title h3 {
  color: #fff;
  text-align: center;
}
/* line 424, templates/g5_helium/custom/scss/custom.scss */
body:not(.cyrin) .g-page-title-inner span {
  font-size: 1rem;
  line-height: 1.75rem;
}
/* SIMPLE CONTENT */
/* line 427, templates/g5_helium/custom/scss/custom.scss */
body.cyrin .g-simplecontent h2.g-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}
/* line 428, templates/g5_helium/custom/scss/custom.scss */
body.cyrin .g-simplecontent-item-content-title {
  font-size: 1.25rem;
  font-weight: bold;
}
/* line 429, templates/g5_helium/custom/scss/custom.scss */
body.cyrin .g-simplecontent-item-leading-content, body.cyrin .g-simplecontent-item-main-content {
  font-size: 1rem;
}
/* line 430, templates/g5_helium/custom/scss/custom.scss */
body.cyrin .testimonial .g-simplecontent .g-simplecontent-item-main-content {
  font-weight: bold;
}
/* SOCIAL */
/* line 434, templates/g5_helium/custom/scss/custom.scss */
#g-copyright .g-social {
  position: fixed;
  top: 20%;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  padding: 0px !important;
  z-index: 5000;
}
/* line 435, templates/g5_helium/custom/scss/custom.scss */
#g-copyright .g-social a, #g-additional .g-social a:first-child {
  border: none !important;
}
/* line 436, templates/g5_helium/custom/scss/custom.scss */
#g-copyright .g-social a {
  display: block;
  padding: 12px 6px 6px 12px;
  font-size: 1.1rem;
  margin-left: 0;
  color: #fff;
}
/* line 437, templates/g5_helium/custom/scss/custom.scss */
#g-copyright .g-social a.facebook {
  background-color: #3b5998;
}
/* line 438, templates/g5_helium/custom/scss/custom.scss */
#g-copyright .g-social a.twitter {
  background-color: #00aced;
}
/* line 439, templates/g5_helium/custom/scss/custom.scss */
#g-copyright .g-social a.g-plus {
  background-color: #dd4b39;
}
/*body:not(.view-featured) .fa-fw {color:#000;}*/
/* line 441, templates/g5_helium/custom/scss/custom.scss */
#g-copyright .g-grid:not(:first-of-type) {
  height: 0px;
}
/* ERROR PAGE */
/* line 444, templates/g5_helium/custom/scss/custom.scss */
body.g-error .g-main-nav .g-toplevel > li.g-menu-item-type-particle {
  display: none !important;
}
/* line 447, templates/g5_helium/custom/scss/custom.scss */
#rstbox_4.rstbox_visible, #rstbox_7.rstbox_visible {
  /*max-width: 350px;height: 100%;background-color: rgba(255, 255, 255, 1);color: rgba(41, 38, 130, 1);border: solid 1px rgba(41, 38, 130, 1);border-radius: 0px;padding: 20px;z-index: 99999;*/
}
/* line 448, templates/g5_helium/custom/scss/custom.scss */
#rstbox_4:not(.rstbox_visible), #rstbox_7:not(.rstbox_visible) {
  display: none;
}
/* line 450, templates/g5_helium/custom/scss/custom.scss */
.forget-pop a {
  color: #fff;
}
/* line 451, templates/g5_helium/custom/scss/custom.scss */
.forget-pop a:hover {
  color: #ddd;
}
/* FIELD RELATED */
/* line 455, templates/g5_helium/custom/scss/custom.scss */
.field-related-articles {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}
/* line 456, templates/g5_helium/custom/scss/custom.scss */
.field-related-articles .field-label {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 0.25rem;
  margin-left: -1rem;
}
/* line 457, templates/g5_helium/custom/scss/custom.scss */
.field-related-articles .field-value p {
  margin: 0.15rem 0 0 0;
}
/* ICON BAR */
/* line 460, templates/g5_helium/custom/scss/custom.scss */
.icons .dropdown-menu > li > a:hover, .icons .dropdown-menu > li > a:focus, .icons .dropdown-submenu:hover > a, .icons .dropdown-submenu:focus > a {
  background: none;
  color: #000 !important;
}
/* line 461, templates/g5_helium/custom/scss/custom.scss */
.icon-pdf:before {
  font-family: FontAwesome;
  content: "\f1c1";
}
/* line 462, templates/g5_helium/custom/scss/custom.scss */
.icons + .fields-container {
  margin-top: -1.075rem;
  text-align: left;
  padding-right: 13.5rem;
}
/* line 463, templates/g5_helium/custom/scss/custom.scss */
.icons + .fields-container dd {
  margin-left: 0;
}
/* line 464, templates/g5_helium/custom/scss/custom.scss */
.fields-container a[href$=".pdf"]:before {
  color: #2980b9;
}
/* line 465, templates/g5_helium/custom/scss/custom.scss */
body:not(.view-article) .fields-container {
  display: none;
}
/* line 467, templates/g5_helium/custom/scss/custom.scss */
.item-page ul.tags.inline {
  padding-top: 2rem;
}
/* line 468, templates/g5_helium/custom/scss/custom.scss */
.item-page ul.tags.inline li {
  list-style: none;
  float: left;
}
/* line 469, templates/g5_helium/custom/scss/custom.scss */
.item-page ul.tags.inline li a.label-info[href] {
  background: none;
}
/* line 471, templates/g5_helium/custom/scss/custom.scss */
#g-top .g-content {
  margin: 0rem !important;
}
/* line 472, templates/g5_helium/custom/scss/custom.scss */
#g-top ul.menu-simple, #g-top #mod_improved_ajax_login-312 {
  position: absolute;
  top: 1rem;
  margin-top: 0rem !important;
}
/* line 473, templates/g5_helium/custom/scss/custom.scss */
#g-top ul.menu-simple {
  right: 3rem;
}
/* line 474, templates/g5_helium/custom/scss/custom.scss */
#g-top #mod_improved_ajax_login-312 {
  right: 19rem;
}
/* line 475, templates/g5_helium/custom/scss/custom.scss */
#g-top .selectBtn.logBtn, #g-top .loginBtn {
  margin: 0rem;
  padding: 0rem;
}
/* line 476, templates/g5_helium/custom/scss/custom.scss */
#g-top .nav > li > a {
  padding: 0px 30px 0 0;
}
/*# sourceMappingURL=custom_156.css.map */