/* 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_hydrogen/scss/mixins/_nav.scss */
/* line 1, templates/g5_hydrogen/custom/scss/_contentcubes.scss */
/* line 3, templates/g5_hydrogen/custom/scss/_contentcubes.scss */
.g-contentcubes .cube-items-wrapper {
  background: linear-gradient(45deg, #8f4dae, #439a86);
  color: #fff;
}
/* line 8, templates/g5_hydrogen/custom/scss/_contentcubes.scss */
/* line 9, templates/g5_hydrogen/custom/scss/_contentcubes.scss */
/* line 10, templates/g5_hydrogen/custom/scss/_contentcubes.scss */
.g-contentcubes .cube-items-wrapper .cube-row.g-grid.image-position-right {
  flex-flow: row-reverse wrap;
}
/* line 17, templates/g5_hydrogen/custom/scss/_contentcubes.scss */
.g-contentcubes .cube-items-wrapper .cube-image-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
/* line 22, templates/g5_hydrogen/custom/scss/_contentcubes.scss */
.g-contentcubes .cube-items-wrapper .cube-image-wrapper img {
  display: block;
  height: auto;
  -webkit-transform: scale3d(1.8, 1.8, 1);
  -moz-transform: scale3d(1.8, 1.8, 1);
  -ms-transform: scale3d(1.8, 1.8, 1);
  -o-transform: scale3d(1.8, 1.8, 1);
  transform: scale3d(1.8, 1.8, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
/* line 30, templates/g5_hydrogen/custom/scss/_contentcubes.scss */
/* line 31, templates/g5_hydrogen/custom/scss/_contentcubes.scss */
.g-contentcubes .cube-items-wrapper .cube-image-wrapper:hover img {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* line 36, templates/g5_hydrogen/custom/scss/_contentcubes.scss */
.g-contentcubes .cube-items-wrapper .cube-image-wrapper:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.75);
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* line 49, templates/g5_hydrogen/custom/scss/_contentcubes.scss */
/* line 50, templates/g5_hydrogen/custom/scss/_contentcubes.scss */
.g-contentcubes .cube-items-wrapper .cube-image-wrapper:hover:after {
  opacity: 0;
}
/* line 57, templates/g5_hydrogen/custom/scss/_contentcubes.scss */
.g-contentcubes .cube-items-wrapper .cube-content-wrapper {
  max-width: 22.5rem;
  padding: 6.5rem 0;
  margin: 0 auto;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-contentcubes .cube-items-wrapper .cube-content-wrapper {
    padding: 4.6rem 0;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-contentcubes .cube-items-wrapper .cube-content-wrapper {
    max-width: 18.5rem;
    padding: 2.6rem 0;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-contentcubes .cube-items-wrapper .cube-content-wrapper {
    padding: 3rem 0;
  }
}
@media only all and (max-width: 30rem) {
  .g-contentcubes .cube-items-wrapper .cube-content-wrapper {
    max-width: 14.5rem;
  }
}
/* line 80, templates/g5_hydrogen/custom/scss/_contentcubes.scss */
.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-label {
  display: inline-block;
  background: #439a86;
  padding: 0.35em 0.85em;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.1538;
  font-weight: ;
  border-radius: 2.5rem;
  text-align: center;
}
/* line 93, templates/g5_hydrogen/custom/scss/_contentcubes.scss */
.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-title {
  font-size: 1.125rem;
  font-weight: ;
  line-height: 1.28;
  margin-bottom: 1rem;
}
/* line 99, templates/g5_hydrogen/custom/scss/_contentcubes.scss */
.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-title a.item-link {
  display: block;
  color: #fff;
}
/* line 103, templates/g5_hydrogen/custom/scss/_contentcubes.scss */
.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-title a.item-link .item-link-text {
  display: inline-block;
  margin-left: 0.25rem;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
/* line 109, templates/g5_hydrogen/custom/scss/_contentcubes.scss */
/* line 110, templates/g5_hydrogen/custom/scss/_contentcubes.scss */
.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-title a.item-link:hover .item-link-text {
  -webkit-transform: translate3d(15px, 0, 0);
  -moz-transform: translate3d(15px, 0, 0);
  -ms-transform: translate3d(15px, 0, 0);
  -o-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}
/* line 118, templates/g5_hydrogen/custom/scss/_contentcubes.scss */
/* line 119, templates/g5_hydrogen/custom/scss/_contentcubes.scss */
.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-tags .tag {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.35rem 0;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: ;
  line-height: 0.65;
}
/* line 129, templates/g5_hydrogen/custom/scss/_contentcubes.scss */
.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-tags .tag .fa {
  margin-right: 0.15rem;
  font-size: 1rem;
  vertical-align: text-top;
}
/* line 135, templates/g5_hydrogen/custom/scss/_contentcubes.scss */
/* line 136, templates/g5_hydrogen/custom/scss/_contentcubes.scss */
.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-tags .tag a:hover {
  color: inherit;
}
/* line 1, templates/g5_hydrogen/custom/scss/_horizontalmenu.scss */
.g-horizontalmenu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "";
  font-weight: 700;
}
@media only all and (max-width: 47.938rem) {
  .g-horizontalmenu {
    text-align: center;
  }
}
/* line 12, templates/g5_hydrogen/custom/scss/_horizontalmenu.scss */
.g-horizontalmenu li {
  display: inline-block;
  padding: 0 1rem;
}
/* line 16, templates/g5_hydrogen/custom/scss/_horizontalmenu.scss */
.g-horizontalmenu li a {
  display: inline-block;
  padding: 0 0 0.5rem;
  margin-bottom: 0.5rem;
}
/* line 22, templates/g5_hydrogen/custom/scss/_horizontalmenu.scss */
.g-horizontalmenu li:first-child {
  padding-left: 0;
}
/* line 26, templates/g5_hydrogen/custom/scss/_horizontalmenu.scss */
.g-horizontalmenu li:last-child {
  padding-right: 0;
}
/*
 *  Owl Carousel - Animate Plugin
 */
/* line 8, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
/* line 9, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
/* line 14, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}
/* line 18, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}
/* line 22, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  /* line 28, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
  0% {
    opacity: 1;
  }
  /* line 32, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 41, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 *  Owl Carousel - Core
 */
/* line 48, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
/* line 56, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
/* line 63, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 72, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 79, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* line 89, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
/* line 98, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
/* line 103, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
/* line 108, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 119, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
/* line 129, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}
/* line 133, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
/* line 138, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}
/* line 142, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
/* line 146, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 154, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
/* line 159, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}
/* line 163, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
/* line 169, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 177, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
/* line 178, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-item {
  /**
   This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
   calculation of the height of the owl-item that breaks page layouts
   */
}
/* line 179, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
/* line 188, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
/* line 192, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
/* line 202, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
/* line 203, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
/* line 209, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../../images/owlcarousel/owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
/* line 224, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
/* line 228, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
/* line 233, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
/* line 242, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*
 *  Owl Carousel - Nav & Dots
 */
/* line 254, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 259, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-nav [class*='owl-'] {
  display: inline-block;
  margin: auto;
  padding: 0.9rem 0;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
/* line 270, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-nav [class*='owl-']:hover {
  text-decoration: none;
}
/* line 275, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-nav.disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 281, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-nav .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
/* line 285, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-nav .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
/* line 289, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-nav .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
/* line 294, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-nav .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 0.3125rem;
  background: #666;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 15px;
}
/* line 305, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
/* line 307, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.owl-nav .owl-dots .owl-dot.active span, .owl-nav .owl-dots .owl-dot:hover span {
  background: #fff;
}
/* line 319, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.g-owlcarousel {
  color: #eceeef;
}
/* line 322, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper {
  position: relative;
}
/* line 325, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-img {
  position: relative;
}
/* line 328, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-img:after {
  position: absolute;
  content: "";
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 338, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media only all and (min-width: 75rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 75rem;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 60rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 40rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 30rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
    width: 100%;
  }
}
/* line 371, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper {
  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%;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper {
    padding-top: 2.5rem;
  }
}
/* line 381, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
  margin: 1.25rem 0.625rem 0.625rem;
  padding: 0.938rem;
  text-align: center;
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
    padding-top: 2.5rem;
  }
}
/* line 390, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
  font-family: "";
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 500;
  margin: 1.25rem 1.25rem 0.625rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    font-size: 3rem;
    line-height: 3.875rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    font-size: 2rem;
    line-height: 2.875rem;
    margin-top: 3.125rem;
  }
}
@media only all and (min-width: 30.062rem) and (max-width: 47.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    margin-top: 0;
    font-size: 2rem;
    line-height: 2.875rem;
  }
}
@media only all and (max-width: 30rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-title {
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
/* line 421, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: ;
  padding-bottom: 1.407rem;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
    font-size: 1rem;
    line-height: 1.875rem;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
    font-size: 1rem;
    line-height: 1.875rem;
    padding-bottom: 0;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-desc {
    display: none;
  }
}
/* line 445, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-button {
    padding: 1rem 2.625rem;
    font-size: 0.6rem;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content .g-owlcarousel-item-button {
    display: none;
  }
}
/* line 461, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.g-owlcarousel .owl-nav {
  margin: 0;
}
/* line 464, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.g-owlcarousel .owl-nav button.owl-prev, .g-owlcarousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 477, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.g-owlcarousel .owl-nav button.owl-prev .fa, .g-owlcarousel .owl-nav button.owl-next .fa {
  position: relative;
}
/* line 481, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.g-owlcarousel .owl-nav button.owl-prev:hover, .g-owlcarousel .owl-nav button.owl-next:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
/* line 487, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.g-owlcarousel .owl-nav .owl-prev {
  left: 3rem;
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel .owl-nav .owl-prev {
    left: 2rem;
  }
}
/* line 494, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.g-owlcarousel .owl-nav .owl-prev .fa {
  left: -1px;
  top: 1px;
}
/* line 500, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.g-owlcarousel .owl-nav .owl-next {
  right: 3rem;
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel .owl-nav .owl-next {
    right: 2rem;
  }
}
/* line 507, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.g-owlcarousel .owl-nav .owl-next .fa {
  left: 1px;
  top: 1px;
}
/* line 515, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.g-owlcarousel .owl-dots {
  position: absolute;
  bottom: 12%;
  width: 100%;
  text-align: center;
}
@media only all and (min-width: 60rem) and (max-width: 74.938rem) {
  .g-owlcarousel .owl-dots {
    bottom: 5%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.938rem) {
  .g-owlcarousel .owl-dots {
    bottom: 1rem;
  }
}
@media only all and (max-width: 47.938rem) {
  .g-owlcarousel .owl-dots {
    bottom: 0.5rem;
  }
}
/* line 533, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.g-owlcarousel .owl-dots .owl-dot {
  display: inline-block;
  background: #666;
  margin: 0 0.3125rem;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  opacity: 0.75;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 543, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.g-owlcarousel .owl-dots .owl-dot.active, .g-owlcarousel .owl-dots .owl-dot:hover {
  opacity: 1;
  background: #fff;
}
/* line 552, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
/* line 553, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
/* line 554, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(even) .g-owlcarousel-item-img:after {
  background-color: #439a86;
  background-color: #439a86;
  background-image: -webkit-linear-gradient(-310deg, #439a86, #8f4dae);
  background-image: linear-gradient(40deg,#439a86, #8f4dae);
  opacity: 0.9;
}
/* line 561, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
/* line 562, templates/g5_hydrogen/custom/scss/_owlcarousel.scss */
.g-owlcarousel.has-color-overlay .owl-stage > .owl-item:nth-child(odd) .g-owlcarousel-item-img:after {
  background-color: #8f4dae;
  background-color: #8f4dae;
  background-image: -webkit-linear-gradient(-410deg, #8f4dae, #439a86);
  background-image: linear-gradient(140deg,#8f4dae, #439a86);
  opacity: 0.9;
}
/* line 7, templates/g5_hydrogen/custom/scss/custom.scss */
.gantry-logo img {
  width: auto;
}
/* line 11, templates/g5_hydrogen/custom/scss/custom.scss */
#contentcubes-6405-particle {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
/* line 18, templates/g5_hydrogen/custom/scss/custom.scss */
.cube-items-wrapper .g-block {
  background-color: #f5f5f5;
}
/* line 22, templates/g5_hydrogen/custom/scss/custom.scss */
.g-contentcubes .cube-items-wrapper .cube-image-wrapper img {
  transform: scale3d(1.4, 1.4, 1);
}
/* line 26, templates/g5_hydrogen/custom/scss/custom.scss */
.g-contentcubes .cube-items-wrapper {
  color: #ccc;
}
/* line 30, templates/g5_hydrogen/custom/scss/custom.scss */
#g-footer .g-grid {
  align-items: center;
}
/* line 34, templates/g5_hydrogen/custom/scss/custom.scss */
.g-copyright {
  text-align: center;
}
@media (min-width: 768px) {
  /* line 39, templates/g5_hydrogen/custom/scss/custom.scss */
  .row-fluid .span6 {
    width: 47.5%;
  }
  /* line 43, templates/g5_hydrogen/custom/scss/custom.scss */
  .row-fluid [class*="span"] {
    margin-left: 5%;
  }
}
/* line 48, templates/g5_hydrogen/custom/scss/custom.scss */
.readmore .btn {
  background-color: #439a86;
  background-image: unset;
  color: #fff;
  text-shadow: unset;
  transition: 0.2s;
}
/* line 55, templates/g5_hydrogen/custom/scss/custom.scss */
.readmore .btn:hover {
  background-color: #81d6c4;
}
/*# sourceMappingURL=custom_10.css.map */