@charset "UTF-8";
/* Transition */
/* Transition-delay  */
/* Order  */
/* Transform-origin */
/* Transform */
/* border-radius */
/* Backface-visibility  */
/* Box-shadow*/
/* Animation */
/* Fonts */
/* Base colors*/
/*  Media query variables */
/* 
 * Mobile landscape media query 
 */
/* (max-width: 480px) */
/* (max-width: 767px) */
/* (max-width: 595px) */
/* (min-width: 596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/* (min-width: 768px), (max-width: 991px) */
/* (min-width:992px), (max-width: 1024px) */
/* (min-width:992px), (max-width: 1150px) */
/* (min-width:1151px), (max-width: 1400px) */
/*  (min-width:768px), (max-width: 991px) */
/*  (min-width:596px), (max-width: 767px) */
/*  (min-width:481px), (max-width: 595px) */
/*  (max-width:1170px) */
/*  Media query mixins
   (min-width:1150px) */
/* (max-width:1150px) */
/*  (min-width:992px) */
/* (max-width:991px) */
/* (max-width:767px) */
/* (min-width:768px) */
/* (max-width:595px) */
/* (min-width:596px) */
/*  (max-width:480px) */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
     animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
     animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
     animation-iteration-count: infinite; }

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@-o-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  -o-animation-name: bounce;
     animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -o-transform-origin: center bottom;
     transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@-o-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  -o-animation-name: flash;
     animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-o-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  -o-animation-name: pulse;
     animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-o-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  -o-animation-name: rubberBand;
     animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@-o-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  -o-animation-name: shake;
     animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
       transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
     animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  -o-animation-name: headShake;
     animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@-o-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -o-transform-origin: top center;
     transform-origin: top center;
  -webkit-animation-name: swing;
  -o-animation-name: swing;
     animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-o-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  -o-animation-name: tada;
     animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  -o-animation-name: wobble;
     animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@-o-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
       transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
       transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
       transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
       transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
       transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
       transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
       transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
       transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
       transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
       transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
       transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
       transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -o-transform: skewX(0.390625deg) skewY(0.390625deg);
       transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -o-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
       transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  -o-animation-name: jello;
     animation-name: jello;
  -webkit-transform-origin: center;
  -o-transform-origin: center;
     transform-origin: center; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-o-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  -o-animation-name: bounceIn;
     animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
     animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
     animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
     animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
     animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@-o-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  -o-animation-name: bounceOut;
     animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-o-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
     animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-o-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
     animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@-o-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
     animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-o-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
     animation-name: bounceOutUp; }

@-webkit-keyframes wefadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes wefadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes wefadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: wefadeIn;
  -o-animation-name: wefadeIn;
     animation-name: wefadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
     animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
     animation-name: fadeInDownBig; }

@-webkit-keyframes wefadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes wefadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wefadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: wefadeInLeft;
  -o-animation-name: wefadeInLeft;
     animation-name: wefadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
     animation-name: fadeInLeftBig; }

@-webkit-keyframes wefadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes wefadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wefadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: wefadeInRight;
  -o-animation-name: wefadeInRight;
     animation-name: wefadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
     animation-name: fadeInRightBig; }

@-webkit-keyframes wefadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes wefadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wefadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wefadeInUp, .fadeInUp {
  -webkit-animation-name: wefadeInUp;
  -o-animation-name: wefadeInUp;
     animation-name: wefadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
     animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-o-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  -o-animation-name: fadeOut;
     animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-o-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
     animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-o-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
     animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-o-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
     animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-o-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
     animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-o-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
     animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@-o-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
     animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-o-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
     animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-o-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
     animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@-o-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
       animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  -o-animation-name: flip;
     animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-o-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -o-animation-name: flipInX;
     animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-o-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -o-animation-name: flipInY;
     animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  -o-animation-name: flipOutX;
     animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@-o-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
     animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -o-animation-name: flipOutY;
     animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
       transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
       transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
       transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
       transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
     animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
     animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@-o-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
     animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
     animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  -o-animation-name: rotateIn;
     animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
     animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
     animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
     animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-o-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
     animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@-o-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    -o-transform-origin: center;
       transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  -o-animation-name: rotateOut;
     animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
     animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
     animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
       transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
     animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    -o-transform-origin: right bottom;
       transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
     animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@-o-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
       animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  -o-animation-duration: 2s;
     animation-duration: 2s;
  -webkit-animation-name: hinge;
  -o-animation-name: hinge;
     animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    -o-transform: scale(0.1) rotate(30deg);
       transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
       transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
       transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    -o-transform: scale(0.1) rotate(30deg);
       transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
       transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
       transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  -o-animation-name: jackInTheBox;
     animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  -o-animation-name: rollIn;
     animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@-o-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  -o-animation-name: rollOut;
     animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@-o-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  -o-animation-name: zoomIn;
     animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  -o-animation-name: zoomInDown;
     animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  -o-animation-name: zoomInLeft;
     animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  -o-animation-name: zoomInRight;
     animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  -o-animation-name: zoomInUp;
     animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@-o-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  -o-animation-name: zoomOut;
     animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  -o-animation-name: zoomOutDown;
     animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@-o-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
       transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
       transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  -o-animation-name: zoomOutLeft;
     animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@-o-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
       transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -o-transform-origin: right center;
       transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  -o-animation-name: zoomOutRight;
     animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@-o-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -o-transform-origin: center bottom;
       transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
       animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  -o-animation-name: zoomOutUp;
     animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  -o-animation-name: slideInDown;
     animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  -o-animation-name: slideInLeft;
     animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  -o-animation-name: slideInRight;
     animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-o-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  -o-animation-name: slideInUp;
     animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-o-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  -o-animation-name: slideOutDown;
     animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-o-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  -o-animation-name: slideOutLeft;
     animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@-o-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  -o-animation-name: slideOutRight;
     animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-o-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  -o-animation-name: slideOutUp;
     animation-name: slideOutUp; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

body.h2o {
  margin: 0;
  position: relative;
  left: 0;
  font-family: "proxima-nova", sans-serif;
  -webkit-transition: all 0.7s cubic-bezier(0.305, 0.255, 0.13, 1.03);
  -o-transition: all 0.7s cubic-bezier(0.305, 0.255, 0.13, 1.03);
  transition: all 0.7s cubic-bezier(0.305, 0.255, 0.13, 1.03);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  /* Transition */
  /* Transition-delay  */
  /* Order  */
  /* Transform-origin */
  /* Transform */
  /* border-radius */
  /* Backface-visibility  */
  /* Box-shadow*/
  /* Animation */
  /* Fonts */
  /* Base colors*/
  /*  Media query variables */
  /* 
 * Mobile landscape media query 
 */
  /* (max-width: 480px) */
  /* (max-width: 767px) */
  /* (max-width: 595px) */
  /* (min-width: 596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (min-width: 768px), (max-width: 991px) */
  /* (min-width:992px), (max-width: 1024px) */
  /* (min-width:992px), (max-width: 1150px) */
  /* (min-width:1151px), (max-width: 1400px) */
  /*  (min-width:768px), (max-width: 991px) */
  /*  (min-width:596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /*  (max-width:1170px) */
  /*  Media query mixins
   (min-width:1150px) */
  /* (max-width:1150px) */
  /*  (min-width:992px) */
  /* (max-width:991px) */
  /* (max-width:767px) */
  /* (min-width:768px) */
  /* (max-width:595px) */
  /* (min-width:596px) */
  /*  (max-width:480px) */
  /* Transition */
  /* Transition-delay  */
  /* Order  */
  /* Transform-origin */
  /* Transform */
  /* border-radius */
  /* Backface-visibility  */
  /* Box-shadow*/
  /* Animation */
  /* Fonts */
  /* Base colors*/
  /*  Media query variables */
  /* 
 * Mobile landscape media query 
 */
  /* (max-width: 480px) */
  /* (max-width: 767px) */
  /* (max-width: 595px) */
  /* (min-width: 596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (min-width: 768px), (max-width: 991px) */
  /* (min-width:992px), (max-width: 1024px) */
  /* (min-width:992px), (max-width: 1150px) */
  /* (min-width:1151px), (max-width: 1400px) */
  /*  (min-width:768px), (max-width: 991px) */
  /*  (min-width:596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /*  (max-width:1170px) */
  /*  Media query mixins
   (min-width:1150px) */
  /* (max-width:1150px) */
  /*  (min-width:992px) */
  /* (max-width:991px) */
  /* (max-width:767px) */
  /* (min-width:768px) */
  /* (max-width:595px) */
  /* (min-width:596px) */
  /*  (max-width:480px) */
  /*
 * Buttons.
 */
  /*
 * Links.
 */
  /*
 * Disable link hover on touch devices
 */
  /*
 * Heading and Paragraph.
 */
  /*
 * Columns.
 */
  /*
 * Background Image.
 */
  /*
 * Vertical Align Middle.
 */
  /*
 * Text Alignment.
 */
  /*
 * Effects.
 */
  /****************************************************
******     Global sizes for small height      *******
*****************************************************/
  /****************************************************
*****    Global styles for yellow headlines    ******
*****************************************************/
  /****************************************************
******    Angular directives global styles    *******
*****************************************************/
  /****************************************************
****  Global styles for links inside paragraphs  ****
*****************************************************/
  /****************************************************
*****    Common Loader for all Views styles    ******
*****************************************************/
  /*  
 * Styles for Edit links
 */
  /*
 * Disable post edit link hover on touch devices
 */
  /*
 * Thank You Message for Newsletter Marketo Form
 */
  /* Transition */
  /* Transition-delay  */
  /* Order  */
  /* Transform-origin */
  /* Transform */
  /* border-radius */
  /* Backface-visibility  */
  /* Box-shadow*/
  /* Animation */
  /* Fonts */
  /* Base colors*/
  /*  Media query variables */
  /* 
 * Mobile landscape media query 
 */
  /* (max-width: 480px) */
  /* (max-width: 767px) */
  /* (max-width: 595px) */
  /* (min-width: 596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (min-width: 768px), (max-width: 991px) */
  /* (min-width:992px), (max-width: 1024px) */
  /* (min-width:992px), (max-width: 1150px) */
  /* (min-width:1151px), (max-width: 1400px) */
  /*  (min-width:768px), (max-width: 991px) */
  /*  (min-width:596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /*  (max-width:1170px) */
  /*  Media query mixins
   (min-width:1150px) */
  /* (max-width:1150px) */
  /*  (min-width:992px) */
  /* (max-width:991px) */
  /* (max-width:767px) */
  /* (min-width:768px) */
  /* (max-width:595px) */
  /* (min-width:596px) */
  /*  (max-width:480px) */
  /*Small height css*/
  /*@import 'global/footer-final-phase';*/
  /* Transition */
  /* Transition-delay  */
  /* Order  */
  /* Transform-origin */
  /* Transform */
  /* border-radius */
  /* Backface-visibility  */
  /* Box-shadow*/
  /* Animation */
  /* Fonts */
  /* Base colors*/
  /*  Media query variables */
  /* 
 * Mobile landscape media query 
 */
  /* (max-width: 480px) */
  /* (max-width: 767px) */
  /* (max-width: 595px) */
  /* (min-width: 596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (min-width: 768px), (max-width: 991px) */
  /* (min-width:992px), (max-width: 1024px) */
  /* (min-width:992px), (max-width: 1150px) */
  /* (min-width:1151px), (max-width: 1400px) */
  /*  (min-width:768px), (max-width: 991px) */
  /*  (min-width:596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /*  (max-width:1170px) */
  /*  Media query mixins
   (min-width:1150px) */
  /* (max-width:1150px) */
  /*  (min-width:992px) */
  /* (max-width:991px) */
  /* (max-width:767px) */
  /* (min-width:768px) */
  /* (max-width:595px) */
  /* (min-width:596px) */
  /*  (max-width:480px) */
  /*Small height css*/
  /*Small height css*/
  /*Small height css*/
  /*Small height css*/
  /*Small height css*/
  /****************************** RSS ICON CODE *******************************/
  /********* Press Release Detail page ************************/
  /*media Height*/
  /*
 * Contact-Overlay-forms
 */
  /* Form is used on subscribe page 'subscribe/#report'*/
  /* Form is used on following page '/h2o-ibm-ai-bundle/'*/
  /* Form is used on following page '/h2o-q-private/*/
  /*****************************
***   Col three featured   *** 
******************************/
  /*****************************
***    Col three specs     *** 
******************************/
  /*****************************
***     Resources cta      *** 
******************************/
  /*****************************
***      Hero Banner       *** 
******************************/
  /*****************************
***      Video Section       *** 
******************************/
  /* Close Popup Btn */
  /* DAI Infographic slider */
  /* Transition */
  /* Transition-delay  */
  /* Order  */
  /* Transform-origin */
  /* Transform */
  /* border-radius */
  /* Backface-visibility  */
  /* Box-shadow*/
  /* Animation */
  /* Fonts */
  /* Base colors*/
  /*  Media query variables */
  /* 
 * Mobile landscape media query 
 */
  /* (max-width: 480px) */
  /* (max-width: 767px) */
  /* (max-width: 595px) */
  /* (min-width: 596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /* (min-width: 768px), (max-width: 991px) */
  /* (min-width:992px), (max-width: 1024px) */
  /* (min-width:992px), (max-width: 1150px) */
  /* (min-width:1151px), (max-width: 1400px) */
  /*  (min-width:768px), (max-width: 991px) */
  /*  (min-width:596px), (max-width: 767px) */
  /*  (min-width:481px), (max-width: 595px) */
  /*  (max-width:1170px) */
  /*  Media query mixins
   (min-width:1150px) */
  /* (max-width:1150px) */
  /*  (min-width:992px) */
  /* (max-width:991px) */
  /* (max-width:767px) */
  /* (min-width:768px) */
  /* (max-width:595px) */
  /* (min-width:596px) */
  /*  (max-width:480px) */
  /*Small height css*/ }
  body.h2o .btn-default,
  body.h2o .btn-yellow, body.h2o .btn-black {
    cursor: pointer;
    color: #000000;
    padding: 14px 32px 13px 30px;
    margin-top: 10px;
    font-weight: 700;
    font-size: 14px;
    font-family: "proxima-nova", sans-serif;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    position: relative;
    z-index: 0;
    background: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    letter-spacing: -0.019em; }
    body.h2o .btn-default:after,
    body.h2o .btn-yellow:after, body.h2o .btn-black:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      opacity: 0;
      background-color: #000000;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -o-transform: scale(0.5, 0.5);
      -webkit-transform: scale(0.5, 0.5);
      transform: scale(0.5, 0.5); }
    body.h2o .btn-default:before,
    body.h2o .btn-yellow:before, body.h2o .btn-black:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      border: 2px solid #000000;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    body.h2o .btn-default:hover,
    body.h2o .btn-yellow:hover, body.h2o .btn-black:hover {
      color: #FFFFFF; }
      body.h2o .btn-default:hover:before,
      body.h2o .btn-yellow:hover:before, body.h2o .btn-black:hover:before {
        opacity: 0;
        -o-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2); }
      body.h2o .btn-default:hover:after,
      body.h2o .btn-yellow:hover:after, body.h2o .btn-black:hover:after {
        opacity: 1;
        -o-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }
  body.h2o .btn-default:before {
    width: calc(100% - 4px);
    height: calc(100% - 4px); }
  body.h2o .btn-yellow, body.h2o .btn-black {
    border: none;
    padding: 12px 32px 11px 30px; }
    body.h2o .btn-yellow:after, body.h2o .btn-black:after {
      top: -2px;
      left: -2px;
      z-index: 1;
      opacity: 0;
      background-color: transparent;
      pointer-events: none;
      border: 2px solid #000000;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -o-transform: scale(1.2, 1.2);
      -webkit-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2); }
    body.h2o .btn-yellow:before, body.h2o .btn-black:before {
      z-index: -1;
      background-color: #ffe52b;
      border: none;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    body.h2o .btn-yellow:hover, body.h2o .btn-black:hover {
      color: #000000; }
      body.h2o .btn-yellow:hover:before, body.h2o .btn-black:hover:before {
        -o-transform: scale(0.5, 0.5);
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5); }
      body.h2o .btn-yellow:hover:after, body.h2o .btn-black:hover:after {
        pointer-events: inherit;
        -o-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }
  body.h2o .btn-black {
    color: #ffe52b; }
    body.h2o .btn-black:after {
      border: 2px solid #FFFFFF; }
    body.h2o .btn-black:before {
      background-color: #000000; }
    body.h2o .btn-black:hover {
      color: #ffe52b; }
  body.h2o .link-text {
    padding: 10px 0 5px;
    color: #000000;
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    font-family: "proxima-nova", sans-serif;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .link-text {
        padding: 7px 0 5px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .link-text {
        font-size: 16px;
        padding: 5px 0 5px; } }
    @media (max-width: 595px) {
      body.h2o .link-text {
        font-size: 14px;
        padding: 5px 0 5px; } }
    body.h2o .link-text:before {
      content: "";
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: 0;
      background: #ffe52b;
      width: 0;
      height: 4px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      /*    transform: translateX(-50%);*/ }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .link-text:before {
          height: 3px; } }
      @media (max-width: 595px) {
        body.h2o .link-text:before {
          height: 2px; } }
    body.h2o .link-text:after {
      content: "›";
      display: inline-block;
      margin-left: 6px;
      font-size: 18px; }
    body.h2o .link-text:hover:before {
      left: 0;
      right: 0;
      width: 100%; }
  body.h2o .bg-yellow .link-text:before {
    background-color: #000000; }
  body.h2o .link {
    padding: 10px 0 5px;
    color: #FFFFFF;
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
    font-size: 18px;
    font-family: "proxima-nova", sans-serif;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .link {
        font-size: 16px;
        padding: 7px 0 5px; } }
    @media (max-width: 595px) {
      body.h2o .link {
        font-size: 14px;
        padding: 5px 0 5px; } }
    body.h2o .link:before {
      content: "";
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: 0;
      background: #FFFFFF;
      width: 0;
      height: 2px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      /*    transform: translateX(-50%);*/ }
    body.h2o .link:hover:before {
      left: 0;
      right: 0;
      width: 100%; }
  body.h2o.touch .link-text:before,
  body.h2o.touch .link:before {
    content: none; }
  body.h2o * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: transparent; }
  body.h2o ol, body.h2o ul, body.h2o li {
    padding: 0;
    margin: 0;
    list-style: none; }
  body.h2o a {
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    font-family: "proxima-nova", sans-serif; }
    body.h2o a:hover {
      outline: 0;
      text-decoration: none; }
      body.h2o a:hover .link:after {
        right: -35px; }
  body.h2o h1, body.h2o h2, body.h2o h3, body.h2o h4, body.h2o h5, body.h2o h6, body.h2o p,
  body.h2o fieldset, body.h2o form, body.h2o label,
  body.h2o table, body.h2o tbody, body.h2o tr, body.h2o th, body.h2o td,
  body.h2o figure, body.h2o footer, body.h2o header,
  body.h2o menu, body.h2o nav, body.h2o section,
  body.h2o audio, body.h2o video, body.h2o button {
    margin: 0;
    border: 0; }
  body.h2o img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    border: 0; }
  body.h2o .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1150px;
    position: relative; }
  body.h2o .content-650 {
    max-width: 650px;
    margin: 0 auto; }
  body.h2o .content-670 {
    max-width: 670px;
    margin: 0 auto; }
  body.h2o .content-830 {
    max-width: 830px;
    margin: 0 auto; }
  body.h2o .content-900 {
    max-width: 900px;
    margin: 0 auto; }
  body.h2o .content-1140 {
    max-width: 1140px;
    margin: 0 auto; }
  body.h2o section,
  body.h2o .section {
    width: 100%;
    position: relative;
    float: left;
    padding: 90px 0;
    overflow: hidden; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o section,
      body.h2o .section {
        padding: 80px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o section,
      body.h2o .section {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o section,
      body.h2o .section {
        padding: 30px 0; } }
  body.h2o input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset; }
  body.h2o header:after,
  body.h2o .container:after,
  body.h2o .wrapper:after,
  body.h2o .column-wrapper:after,
  body.h2o .grid-wrapper:after,
  body.h2o .two-third:after,
  body.h2o .content-wrapper:after,
  body.h2o .v-middle-wrapper:after,
  body.h2o .col-wrapper:after {
    content: "";
    clear: both;
    display: block; }
  body.h2o h1 {
    font-size: 72px;
    line-height: 1;
    font-family: "motiva-sans", sans-serif;
    font-weight: 700; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o h1 {
        font-size: 60px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o h1 {
        font-size: 50px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o h1 {
        font-size: 45px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o h1 {
        font-size: 40px; } }
    @media (max-width: 480px) {
      body.h2o h1 {
        font-size: 30px; } }
    body.h2o h1 span {
      display: inline-block;
      color: #000000;
      background-color: #ffe52b;
      padding: 5px 8px; }
  body.h2o h2 {
    font-size: 60px;
    line-height: 1.25;
    font-family: "motiva-sans", sans-serif;
    font-weight: 700; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o h2 {
        font-size: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o h2 {
        font-size: 36px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o h2 {
        font-size: 32px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o h2 {
        font-size: 28px; } }
    @media (max-width: 480px) {
      body.h2o h2 {
        font-size: 24px; } }
    body.h2o h2 span {
      display: inline-block;
      color: #000000;
      background-color: #ffe52b;
      padding: 5px 8px; }
  body.h2o h3 {
    font-size: 38px;
    line-height: 1.05;
    font-family: "motiva-sans", sans-serif;
    font-weight: 700; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o h3 {
        font-size: 34px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o h3 {
        font-size: 28px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o h3 {
        font-size: 24px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o h3 {
        font-size: 22px; } }
    @media (max-width: 480px) {
      body.h2o h3 {
        font-size: 22px; } }
    body.h2o h3 span {
      display: inline-block;
      color: #000000;
      background-color: #ffe52b;
      padding: 5px 8px; }
  body.h2o h4 {
    font-size: 36px;
    line-height: 1;
    font-family: "motiva-sans", sans-serif;
    font-weight: 700; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o h4 {
        font-size: 32px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o h4 {
        font-size: 26px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o h4 {
        font-size: 22px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o h4 {
        font-size: 18px; } }
    @media (max-width: 480px) {
      body.h2o h4 {
        font-size: 18px; } }
    body.h2o h4 span {
      display: inline-block;
      color: #000000;
      background-color: #ffe52b;
      padding: 5px 8px; }
  body.h2o h5 {
    font-size: 24px;
    line-height: 1.5;
    font-family: "motiva-sans", sans-serif;
    font-weight: 700; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o h5 {
        font-size: 22px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o h5 {
        font-size: 20px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o h5 {
        font-size: 18px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o h5 {
        font-size: 18px; } }
    @media (max-width: 480px) {
      body.h2o h5 {
        font-size: 16px; } }
    body.h2o h5 span {
      display: inline-block;
      color: #000000;
      background-color: #ffe52b;
      padding: 5px 8px; }
  body.h2o h6 {
    font-size: 16px;
    line-height: 1.33;
    font-family: "motiva-sans", sans-serif;
    font-weight: 700; }
    body.h2o h6 span {
      display: inline-block;
      color: #000000;
      background-color: #ffe52b;
      padding: 5px 8px; }
  body.h2o p {
    font-size: 24px;
    line-height: 1.25;
    font-family: "proxima-nova", sans-serif; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o p {
        font-size: 22px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o p {
        font-size: 20px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o p {
        font-size: 18px; } }
    @media (max-width: 595px) {
      body.h2o p {
        font-size: 16px; } }
  body.h2o .wrap {
    min-height: 300px; }
  body.h2o .col {
    width: 100%;
    float: left;
    position: relative; }
  body.h2o .col-two {
    width: 50%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      body.h2o .col-two {
        width: 100%; } }
  body.h2o .col-three {
    width: 33.33%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      body.h2o .col-three {
        width: 100%; } }
  body.h2o .col-four {
    width: 25%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      body.h2o .col-four {
        width: 100%; } }
  body.h2o .col-five {
    width: 20%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      body.h2o .col-five {
        width: 100%; } }
  body.h2o .col-seven {
    width: 66.66%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      body.h2o .col-seven {
        width: 100%; } }
  body.h2o .col-eight {
    width: 75%;
    float: left;
    position: relative; }
    @media (max-width: 767px) {
      body.h2o .col-eight {
        width: 100%; } }
  body.h2o .bg-img {
    overflow: hidden; }
  body.h2o .v-middle-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3; }
  body.h2o .v-middle-inner {
    display: table;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%; }
  body.h2o .v-middle,
  body.h2o .v-top,
  body.h2o .v-bottom {
    display: table-cell;
    vertical-align: middle; }
  body.h2o .v-top {
    vertical-align: top; }
  body.h2o .v-bottom {
    vertical-align: bottom; }
  body.h2o .text-left {
    text-align: left; }
  body.h2o .text-right {
    text-align: right; }
  body.h2o .text-center {
    text-align: center; }
  body.h2o .left {
    float: left; }
  body.h2o .right {
    float: right; }
  body.h2o .no-padding {
    padding: 0 !important; }
  body.h2o .no-padding-top {
    padding-top: 0 !important; }
  body.h2o .no-padding-bottom {
    padding-bottom: 0 !important; }
  body.h2o .zoom-in img {
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: -o-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out; }
  body.h2o .zoom-in:hover img {
    -o-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06); }
  body.h2o .zoom-bg .bg-img img {
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: -o-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out; }
  body.h2o .zoom-bg:hover .bg-img img {
    -o-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06); }
  body.h2o .blend-mode {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    mix-blend-mode: multiply; }
  body.h2o ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-weight: 400;
    color: #000000;
    opacity: 1;
    font-size: 14px;
    text-transform: capitalize; }
  body.h2o ::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 400;
    color: #000000;
    opacity: 1;
    font-size: 14px;
    text-transform: capitalize; }
  body.h2o :-ms-input-placeholder {
    /* IE 10+ */
    font-weight: 400;
    color: #000000;
    opacity: 1;
    font-size: 14px;
    text-transform: capitalize; }
  body.h2o :-moz-placeholder {
    /* Firefox 18- */
    font-weight: 400;
    color: #000000;
    opacity: 1;
    font-size: 14px;
    text-transform: capitalize; }
  body.h2o body.stop-scroll {
    overflow: hidden; }
  body.h2o .highlighted-text {
    display: inline-block;
    padding: 16px 10px;
    color: #000000; }
  body.h2o .italic {
    font-style: italic; }
  body.h2o.we-small-height section,
  body.h2o.we-small-height .section {
    padding: 70px 0; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o.we-small-height section,
      body.h2o.we-small-height .section {
        padding: 50px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o.we-small-height section,
      body.h2o.we-small-height .section {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o.we-small-height section,
      body.h2o.we-small-height .section {
        padding: 30px 0; } }
  @media (min-width: 1150px) {
    body.h2o.we-small-height h1 {
      font-size: 62px; } }
  body.h2o.we-small-height h2 {
    font-size: 50px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o.we-small-height h2 {
        font-size: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o.we-small-height h2 {
        font-size: 36px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o.we-small-height h2 {
        font-size: 32px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o.we-small-height h2 {
        font-size: 28px; } }
    @media (max-width: 480px) {
      body.h2o.we-small-height h2 {
        font-size: 24px; } }
  body.h2o.we-small-height h3 {
    font-size: 38px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o.we-small-height h3 {
        font-size: 34px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o.we-small-height h3 {
        font-size: 28px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o.we-small-height h3 {
        font-size: 24px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o.we-small-height h3 {
        font-size: 22px; } }
    @media (max-width: 480px) {
      body.h2o.we-small-height h3 {
        font-size: 22px; } }
  body.h2o.we-small-height h4 {
    font-size: 32px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o.we-small-height h4 {
        font-size: 30px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o.we-small-height h4 {
        font-size: 26px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o.we-small-height h4 {
        font-size: 22px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o.we-small-height h4 {
        font-size: 18px; } }
    @media (max-width: 480px) {
      body.h2o.we-small-height h4 {
        font-size: 18px; } }
  body.h2o.we-small-height h5 {
    font-size: 24px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o.we-small-height h5 {
        font-size: 22px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o.we-small-height h5 {
        font-size: 20px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o.we-small-height h5 {
        font-size: 18px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o.we-small-height h5 {
        font-size: 18px; } }
    @media (max-width: 480px) {
      body.h2o.we-small-height h5 {
        font-size: 16px; } }
  body.h2o.we-small-height h6 {
    font-size: 16px; }
  body.h2o.we-small-height p {
    font-size: 22px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o.we-small-height p {
        font-size: 20px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o.we-small-height p {
        font-size: 20px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o.we-small-height p {
        font-size: 18px; } }
    @media (max-width: 595px) {
      body.h2o.we-small-height p {
        font-size: 16px; } }
  body.h2o .text-bg {
    display: inline-block;
    padding: 4px 7px 8px 9px;
    font-weight: 700;
    color: #000000;
    background-color: #ffe52b; }
  body.h2o .bottom-line:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 80px;
    height: 3px;
    background-color: #ffe52b;
    margin: 0 auto; }
  body.h2o .no-effect-button:after {
    display: none !important; }
  body.h2o .no-effect-button:before {
    display: none !important; }
  body.h2o .text-center .underline-yellow:before,
  body.h2o .text-center .underline-black:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%); }
  body.h2o .text-left .underline-yellow:before,
  body.h2o .text-left .underline-black:before {
    left: 0; }
  body.h2o .text-right .underline-yellow:before,
  body.h2o .text-right .underline-black:before {
    left: auto;
    right: 0; }
  body.h2o [ng\:cloak], body.h2o [ng-cloak], body.h2o [data-ng-cloak], body.h2o [x-ng-cloak], body.h2o .ng-cloak, body.h2o .x- ng-cloak {
    display: none !important; }
  body.h2o p > a {
    display: inline;
    color: #008cff;
    font-size: inherit;
    line-height: 1;
    padding: 0;
    position: relative; }
    body.h2o p > a:before {
      content: "";
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: 0;
      background: #008cff;
      width: 0;
      height: 2px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      /* transform: translateX(-50%); */ }
    body.h2o p > a:hover:before {
      left: 0;
      right: 0;
      width: 100%; }
  body.h2o .loader {
    position: absolute;
    left: 50%;
    z-index: 17;
    height: 100px;
    width: 100px;
    top: 180px;
    text-align: center;
    margin: auto;
    top: 60%;
    -webkit-transform: translateY(-50%) translateX(-50%);
         -o-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%); }
    body.h2o .loader .spinner {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 303;
      border-radius: 100%;
      border-left-color: transparent !important;
      border-right-color: transparent !important; }
    body.h2o .loader .spinner1 {
      width: 80px;
      height: 80px;
      border: 6px solid #ffe52b;
      -webkit-animation: spin 1s linear infinite;
      -o-animation: spin 1s linear infinite;
         animation: spin 1s linear infinite; }
    body.h2o .loader .spinner2 {
      width: 60px;
      height: 60px;
      border: 6px solid #ffe52b;
      -webkit-animation: negative-spin 2s linear infinite;
      -o-animation: negative-spin 2s linear infinite;
         animation: negative-spin 2s linear infinite; }
    body.h2o .loader .spinner3 {
      width: 40px;
      height: 40px;
      border: 6px solid #ffe52b;
      -webkit-animation: spin 4s linear infinite;
      -o-animation: spin 4s linear infinite;
         animation: spin 4s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: translate(-50%, -50%) rotate(0deg);
       transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -o-transform: translate(-50%, -50%) rotate(360deg);
       transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
         -o-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
         -o-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg); } }

@-webkit-keyframes negative-spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg); } }

@-o-keyframes negative-spin {
  0% {
    -o-transform: translate(-50%, -50%) rotate(0deg);
       transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -o-transform: translate(-50%, -50%) rotate(-360deg);
       transform: translate(-50%, -50%) rotate(-360deg); } }

@keyframes negative-spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
         -o-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
         -o-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg); } }
    body.h2o .loader .loader-text {
      position: absolute;
      color: #000000;
      font-weight: bold;
      bottom: -20px;
      left: 0;
      width: 100%;
      text-align: center;
      letter-spacing: 0.1em; }
  body.h2o .we-edit-link {
    z-index: 5;
    position: relative;
    width: 100%;
    background: #fff; }
    body.h2o .we-edit-link > a {
      padding: 10px 0 5px;
      color: #008cff;
      position: relative;
      text-decoration: none;
      display: inline-block;
      text-transform: capitalize;
      font-size: 18px;
      font-family: "proxima-nova", sans-serif;
      -webkit-transition: color 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .we-edit-link > a {
          font-size: 16px;
          padding: 7px 0 5px; } }
      @media (max-width: 595px) {
        body.h2o .we-edit-link > a {
          font-size: 14px;
          padding: 5px 0 5px; } }
      body.h2o .we-edit-link > a:before {
        content: "";
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: 0;
        background: #008cff;
        width: 0;
        height: 2px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      body.h2o .we-edit-link > a:hover:before {
        left: 0;
        right: 0;
        width: 100%; }
  body.h2o.touch .we-edit-link > a:before {
    content: none; }
  body.h2o .mktoForm[data-formid="1349"] ~ .thank-you-msg {
    color: #23bf23; }
  body.h2o .text-white {
    color: #FFFFFF; }
  body.h2o .bg-white {
    background-color: #FFFFFF; }
  body.h2o .border-white {
    border-color: #FFFFFF !important; }
  body.h2o .underline-white {
    position: relative; }
    body.h2o .underline-white:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -9px;
      background: #FFFFFF;
      width: 65px;
      height: 4px; }
  body.h2o .list-with-image.bg-white .col-two.right .circle-logo:before {
    background-color: #FFFFFF; }
  body.h2o .text-light-slate-black {
    color: #1d1d1d; }
  body.h2o .bg-light-slate-black {
    background-color: #1d1d1d; }
  body.h2o .border-light-slate-black {
    border-color: #1d1d1d !important; }
  body.h2o .underline-light-slate-black {
    position: relative; }
    body.h2o .underline-light-slate-black:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -9px;
      background: #1d1d1d;
      width: 65px;
      height: 4px; }
  body.h2o .list-with-image.bg-light-slate-black .col-two.right .circle-logo:before {
    background-color: #1d1d1d; }
  body.h2o .text-light-yellow {
    color: #ffe600; }
  body.h2o .bg-light-yellow {
    background-color: #ffe600; }
  body.h2o .border-light-yellow {
    border-color: #ffe600 !important; }
  body.h2o .underline-light-yellow {
    position: relative; }
    body.h2o .underline-light-yellow:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -9px;
      background: #ffe600;
      width: 65px;
      height: 4px; }
  body.h2o .list-with-image.bg-light-yellow .col-two.right .circle-logo:before {
    background-color: #ffe600; }
  body.h2o .text-black {
    color: #000000; }
  body.h2o .bg-black {
    background-color: #000000; }
  body.h2o .border-black {
    border-color: #000000 !important; }
  body.h2o .underline-black {
    position: relative; }
    body.h2o .underline-black:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -9px;
      background: #000000;
      width: 65px;
      height: 4px; }
  body.h2o .list-with-image.bg-black .col-two.right .circle-logo:before {
    background-color: #000000; }
  body.h2o .text-yellow {
    color: #ffe52b; }
  body.h2o .bg-yellow {
    background-color: #ffe52b; }
  body.h2o .border-yellow {
    border-color: #ffe52b !important; }
  body.h2o .underline-yellow {
    position: relative; }
    body.h2o .underline-yellow:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -9px;
      background: #ffe52b;
      width: 65px;
      height: 4px; }
  body.h2o .list-with-image.bg-yellow .col-two.right .circle-logo:before {
    background-color: #ffe52b; }
  body.h2o .text-dark-grey {
    color: #464646; }
  body.h2o .bg-dark-grey {
    background-color: #464646; }
  body.h2o .border-dark-grey {
    border-color: #464646 !important; }
  body.h2o .underline-dark-grey {
    position: relative; }
    body.h2o .underline-dark-grey:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -9px;
      background: #464646;
      width: 65px;
      height: 4px; }
  body.h2o .list-with-image.bg-dark-grey .col-two.right .circle-logo:before {
    background-color: #464646; }
  body.h2o .text-lighter-grey {
    color: #f8f8f8; }
  body.h2o .bg-lighter-grey {
    background-color: #f8f8f8; }
  body.h2o .border-lighter-grey {
    border-color: #f8f8f8 !important; }
  body.h2o .underline-lighter-grey {
    position: relative; }
    body.h2o .underline-lighter-grey:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -9px;
      background: #f8f8f8;
      width: 65px;
      height: 4px; }
  body.h2o .list-with-image.bg-lighter-grey .col-two.right .circle-logo:before {
    background-color: #f8f8f8; }
  body.h2o .text-primary {
    color: #f2f2f2; }
  body.h2o .bg-primary {
    background-color: #f2f2f2; }
  body.h2o .border-primary {
    border-color: #f2f2f2 !important; }
  body.h2o .underline-primary {
    position: relative; }
    body.h2o .underline-primary:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -9px;
      background: #f2f2f2;
      width: 65px;
      height: 4px; }
  body.h2o .list-with-image.bg-primary .col-two.right .circle-logo:before {
    background-color: #f2f2f2; }
  body.h2o .text-grey {
    color: #aaaaaa; }
  body.h2o .bg-grey {
    background-color: #aaaaaa; }
  body.h2o .border-grey {
    border-color: #aaaaaa !important; }
  body.h2o .underline-grey {
    position: relative; }
    body.h2o .underline-grey:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -9px;
      background: #aaaaaa;
      width: 65px;
      height: 4px; }
  body.h2o .list-with-image.bg-grey .col-two.right .circle-logo:before {
    background-color: #aaaaaa; }
  body.h2o .text-slate-grey {
    color: #999999; }
  body.h2o .bg-slate-grey {
    background-color: #999999; }
  body.h2o .border-slate-grey {
    border-color: #999999 !important; }
  body.h2o .underline-slate-grey {
    position: relative; }
    body.h2o .underline-slate-grey:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -9px;
      background: #999999;
      width: 65px;
      height: 4px; }
  body.h2o .list-with-image.bg-slate-grey .col-two.right .circle-logo:before {
    background-color: #999999; }
  body.h2o .text-mid-grey {
    color: #787878; }
  body.h2o .bg-mid-grey {
    background-color: #787878; }
  body.h2o .border-mid-grey {
    border-color: #787878 !important; }
  body.h2o .underline-mid-grey {
    position: relative; }
    body.h2o .underline-mid-grey:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -9px;
      background: #787878;
      width: 65px;
      height: 4px; }
  body.h2o .list-with-image.bg-mid-grey .col-two.right .circle-logo:before {
    background-color: #787878; }
  body.h2o .text-light-grey {
    color: #666666; }
  body.h2o .bg-light-grey {
    background-color: #666666; }
  body.h2o .border-light-grey {
    border-color: #666666 !important; }
  body.h2o .underline-light-grey {
    position: relative; }
    body.h2o .underline-light-grey:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -9px;
      background: #666666;
      width: 65px;
      height: 4px; }
  body.h2o .list-with-image.bg-light-grey .col-two.right .circle-logo:before {
    background-color: #666666; }
  body.h2o .text-royal-blue {
    color: #008cff; }
  body.h2o .bg-royal-blue {
    background-color: #008cff; }
  body.h2o .border-royal-blue {
    border-color: #008cff !important; }
  body.h2o .underline-royal-blue {
    position: relative; }
    body.h2o .underline-royal-blue:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -9px;
      background: #008cff;
      width: 65px;
      height: 4px; }
  body.h2o .list-with-image.bg-royal-blue .col-two.right .circle-logo:before {
    background-color: #008cff; }
  body.h2o .text-army-brown {
    color: #665c11; }
  body.h2o .bg-army-brown {
    background-color: #665c11; }
  body.h2o .border-army-brown {
    border-color: #665c11 !important; }
  body.h2o .underline-army-brown {
    position: relative; }
    body.h2o .underline-army-brown:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -9px;
      background: #665c11;
      width: 65px;
      height: 4px; }
  body.h2o .list-with-image.bg-army-brown .col-two.right .circle-logo:before {
    background-color: #665c11; }
  body.h2o .text-slate-grey {
    color: #999999; }
  body.h2o .bg-slate-grey {
    background-color: #999999; }
  body.h2o .border-slate-grey {
    border-color: #999999 !important; }
  body.h2o .underline-slate-grey {
    position: relative; }
    body.h2o .underline-slate-grey:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -9px;
      background: #999999;
      width: 65px;
      height: 4px; }
  body.h2o .list-with-image.bg-slate-grey .col-two.right .circle-logo:before {
    background-color: #999999; }
  body.h2o .text-Dark-slate-gray {
    color: #374c51; }
  body.h2o .bg-Dark-slate-gray {
    background-color: #374c51; }
  body.h2o .border-Dark-slate-gray {
    border-color: #374c51 !important; }
  body.h2o .underline-Dark-slate-gray {
    position: relative; }
    body.h2o .underline-Dark-slate-gray:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -9px;
      background: #374c51;
      width: 65px;
      height: 4px; }
  body.h2o .list-with-image.bg-Dark-slate-gray .col-two.right .circle-logo:before {
    background-color: #374c51; }
  body.h2o .text-light-slates-gray {
    color: #303D49; }
  body.h2o .bg-light-slates-gray {
    background-color: #303D49; }
  body.h2o .border-light-slates-gray {
    border-color: #303D49 !important; }
  body.h2o .underline-light-slates-gray {
    position: relative; }
    body.h2o .underline-light-slates-gray:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -9px;
      background: #303D49;
      width: 65px;
      height: 4px; }
  body.h2o .list-with-image.bg-light-slates-gray .col-two.right .circle-logo:before {
    background-color: #303D49; }
  body.h2o .text-quill-gray {
    color: #D3D3D1; }
  body.h2o .bg-quill-gray {
    background-color: #D3D3D1; }
  body.h2o .border-quill-gray {
    border-color: #D3D3D1 !important; }
  body.h2o .underline-quill-gray {
    position: relative; }
    body.h2o .underline-quill-gray:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -9px;
      background: #D3D3D1;
      width: 65px;
      height: 4px; }
  body.h2o .list-with-image.bg-quill-gray .col-two.right .circle-logo:before {
    background-color: #D3D3D1; }
  body.h2o .text-light-black {
    color: #161616; }
  body.h2o .bg-light-black {
    background-color: #161616; }
  body.h2o .border-light-black {
    border-color: #161616 !important; }
  body.h2o .underline-light-black {
    position: relative; }
    body.h2o .underline-light-black:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -9px;
      background: #161616;
      width: 65px;
      height: 4px; }
  body.h2o .list-with-image.bg-light-black .col-two.right .circle-logo:before {
    background-color: #161616; }
  body.h2o .text-green {
    color: #23bf23; }
  body.h2o .bg-green {
    background-color: #23bf23; }
  body.h2o .border-green {
    border-color: #23bf23 !important; }
  body.h2o .underline-green {
    position: relative; }
    body.h2o .underline-green:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -9px;
      background: #23bf23;
      width: 65px;
      height: 4px; }
  body.h2o .list-with-image.bg-green .col-two.right .circle-logo:before {
    background-color: #23bf23; }
  body.h2o header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: all 0.7s cubic-bezier(0.305, 0.255, 0.13, 1.03);
    -o-transition: all 0.7s cubic-bezier(0.305, 0.255, 0.13, 1.03);
    transition: all 0.7s cubic-bezier(0.305, 0.255, 0.13, 1.03); }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o header {
        top: 0px; } }
    @media (max-width: 991px) {
      body.h2o header {
        top: 0px;
        padding: 10px 0; } }
    body.h2o header.fixed {
      top: -150px;
      background: transparent;
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.75);
              box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.75); }
      @media (max-width: 991px) {
        body.h2o header.fixed {
          padding: 15px 0 15px; } }
      body.h2o header.fixed .logo {
        bottom: 15px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o header.fixed .logo {
            bottom: 12px; } }
        @media (min-width: 992px) and (max-width: 1024px) {
          body.h2o header.fixed .logo {
            bottom: 14px; } }
        @media (max-width: 991px) {
          body.h2o header.fixed .logo {
            bottom: auto; } }
      body.h2o header.fixed nav {
        margin-top: 0; }
        @media (max-width: 991px) {
          body.h2o header.fixed nav {
            background: #ffe52b;
            top: 65px; } }
      body.h2o header.fixed .nav-wrapper > div.top-nav > ul > li {
        margin-top: 10px; }
      body.h2o header.fixed .nav-wrapper > div.main-nav {
        padding-top: 12px; }
      body.h2o header.fixed .nav-wrapper > div > ul > li > a:not(.btn-default) {
        padding-bottom: 40px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o header.fixed .nav-wrapper > div > ul > li > a:not(.btn-default) {
            padding-bottom: 28px; } }
        @media (max-width: 991px) {
          body.h2o header.fixed .nav-wrapper > div > ul > li > a:not(.btn-default) {
            padding-bottom: 0; } }
        body.h2o header.fixed .nav-wrapper > div > ul > li > a:not(.btn-default):before {
          bottom: 0; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o header.fixed .nav-wrapper > div > ul > li > a:not(.btn-default):before {
              bottom: 0; } }
          @media (max-width: 991px) {
            body.h2o header.fixed .nav-wrapper > div > ul > li > a:not(.btn-default):before {
              bottom: 0; } }
      body.h2o header.fixed .nav-wrapper > div > ul > li > ul {
        top: 75px; }
        @media (max-width: 991px) {
          body.h2o header.fixed .nav-wrapper > div > ul > li > ul {
            top: 10px; } }
      body.h2o header.fixed .logo {
        -webkit-box-shadow: none;
                box-shadow: none; }
      body.h2o header.fixed:after {
        content: '';
        position: fixed;
        width: 100%;
        height: 35px;
        top: -150px;
        left: 0;
        z-index: -1;
        background-color: #f2f2f2;
        -webkit-transition: all 0.7s cubic-bezier(0.305, 0.255, 0.13, 1.03);
        -o-transition: all 0.7s cubic-bezier(0.305, 0.255, 0.13, 1.03);
        transition: all 0.7s cubic-bezier(0.305, 0.255, 0.13, 1.03); }
        @media (max-width: 991px) {
          body.h2o header.fixed:after {
            display: none; } }
      body.h2o header.fixed.off-canvas {
        top: 0;
        background: #FFFFFF;
        -webkit-box-shadow: 0px -4px 26px 0px rgba(0, 0, 0, 0.75);
                box-shadow: 0px -4px 26px 0px rgba(0, 0, 0, 0.75); }
        body.h2o header.fixed.off-canvas:after {
          top: 0; }
    body.h2o header .nav-container {
      left: 140px;
      width: calc(100% - 140px);
      position: relative; }
      @media (max-width: 991px) {
        body.h2o header .nav-container {
          left: 0;
          width: calc(100%); } }
    body.h2o header .search-div {
      position: absolute;
      width: 100%;
      top: -690px;
      height: 690px;
      background-color: #ffe52b;
      cursor: pointer;
      background-image: url(/wp-content/themes/h2o2018/templates/assets/images/search-result//search_background.jpg);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover; }
      @media (max-width: 991px) {
        body.h2o header .search-div {
          display: none; } }
      body.h2o header .search-div .close-icon {
        position: absolute;
        right: 20px;
        top: 30px; }
        body.h2o header .search-div .close-icon .icon {
          width: 27px;
          height: 27px;
          display: inline-block;
          vertical-align: middle; }
          body.h2o header .search-div .close-icon .icon > img {
            width: 100%;
            height: 100%; }
        body.h2o header .search-div .close-icon h6 {
          display: inline-block;
          font-size: 14px;
          padding-left: 10px;
          max-width: 80px;
          vertical-align: middle;
          font-weight: 400; }
      body.h2o header .search-div .container {
        height: inherit; }
      body.h2o header .search-div form {
        text-align: center;
        top: 42.6%;
        position: relative;
        max-width: 920px;
        margin: 0 auto; }
        body.h2o header .search-div form:before {
          content: "";
          position: absolute;
          bottom: 8px;
          left: 0;
          width: 57px;
          height: 57px;
          background: url(/wp-content/themes/h2o2018/templates/assets/images/search_button.svg);
          background-size: cover;
          z-index: 1; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o header .search-div form:before {
              width: 47px;
              height: 47px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o header .search-div form:before {
              top: 12px;
              bottom: auto;
              width: 35px;
              height: 35px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o header .search-div form:before {
              top: 14px;
              bottom: auto;
              width: 25px;
              height: 25px; } }
          @media (max-width: 480px) {
            body.h2o header .search-div form:before {
              top: 12px;
              bottom: auto;
              width: 18px;
              height: 18px; } }
        body.h2o header .search-div form:after {
          content: '';
          display: block;
          clear: both; }
        body.h2o header .search-div form input.search-text {
          width: 79.17%;
          background: transparent;
          border: 0;
          padding: 0 20px 4px 70px;
          border-bottom: 1px solid #374c51;
          font-size: 60px;
          color: #000000;
          position: relative;
          outline: none;
          float: left;
          -webkit-box-shadow: inset 148px 200px 202px 200px #ffe52d;
          box-shadow: inset 148px 200px 202px 200px #ffe52d;
          font-family: "proxima-nova", sans-serif; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o header .search-div form input.search-text {
              font-size: 50px; } }
          body.h2o header .search-div form input.search-text::-webkit-input-placeholder {
            font-size: 60px;
            color: #000000;
            font-weight: 400;
            opacity: 0.6;
            font-family: "proxima-nova", sans-serif; }
            @media (min-width: 992px) and (max-width: 1150px) {
              body.h2o header .search-div form input.search-text::-webkit-input-placeholder {
                font-size: 50px; } }
          body.h2o header .search-div form input.search-text::-moz-placeholder {
            font-size: 60px;
            font-weight: 400;
            color: #000000;
            opacity: 0.6;
            font-family: "proxima-nova", sans-serif; }
            @media (min-width: 992px) and (max-width: 1150px) {
              body.h2o header .search-div form input.search-text::-moz-placeholder {
                font-size: 50px; } }
          body.h2o header .search-div form input.search-text:-ms-input-placeholder {
            font-size: 60px;
            font-weight: 400;
            color: #000000;
            opacity: 0.6;
            font-family: "proxima-nova", sans-serif; }
            @media (min-width: 992px) and (max-width: 1150px) {
              body.h2o header .search-div form input.search-text:-ms-input-placeholder {
                font-size: 50px; } }
          body.h2o header .search-div form input.search-text:-moz-placeholder {
            font-size: 60px;
            font-weight: 400;
            color: #000000;
            opacity: 0.6;
            font-family: "proxima-nova", sans-serif; }
            @media (min-width: 992px) and (max-width: 1150px) {
              body.h2o header .search-div form input.search-text:-moz-placeholder {
                font-size: 50px; } }
        body.h2o header .search-div form input::-ms-clear {
          display: none; }
        body.h2o header .search-div form input.btn-default {
          font-size: 28px;
          font-weight: 700;
          padding: 7px 31px 7px 30px;
          margin-left: 44px;
          color: #ffe52b;
          background: #000000;
          border: 1px solid #000000;
          float: left;
          margin-top: 27px;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          border-radius: 0; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o header .search-div form input.btn-default {
              font-size: 26px; } }
    body.h2o header .top-annoucement-banner {
      position: relative;
      color: #FFFFFF;
      font-size: 18px; }
      body.h2o header .top-annoucement-banner span.yellow-arrow {
        color: #ffe52b;
        font-weight: bold; }
      body.h2o header .top-annoucement-banner a {
        color: #FFFFFF;
        text-align: center;
        display: block;
        padding: 7px; }
      body.h2o header .top-annoucement-banner .close {
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 0%;
        padding: 12px 16px;
        -webkit-transform: translate(0%, -50%);
             -o-transform: translate(0%, -50%);
                transform: translate(0%, -50%); }
    body.h2o header .hamburger {
      width: 30px;
      float: right;
      font-size: 0;
      margin-top: 10px;
      cursor: pointer;
      display: none; }
      @media (max-width: 991px) {
        body.h2o header .hamburger {
          display: block; } }
      body.h2o header .hamburger span {
        width: 30px;
        height: 4px;
        background: #303D49;
        display: inline-block;
        float: left;
        margin: 3px 0px; }
        body.h2o header .hamburger span:nth-child(1) {
          -webkit-animation-name: hamburgerOneReverse;
               -o-animation-name: hamburgerOneReverse;
                  animation-name: hamburgerOneReverse;
          -webkit-animation-fill-mode: forwards;
               -o-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          -webkit-animation-duration: 500ms;
               -o-animation-duration: 500ms;
                  animation-duration: 500ms;
          -webkit-transform-origin: center;
               -o-transform-origin: center;
                  transform-origin: center; }
        body.h2o header .hamburger span:nth-child(2) {
          -webkit-animation-name: hamburgerTwoReverse;
               -o-animation-name: hamburgerTwoReverse;
                  animation-name: hamburgerTwoReverse;
          -webkit-animation-fill-mode: forwards;
               -o-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          -webkit-animation-duration: 500ms;
               -o-animation-duration: 500ms;
                  animation-duration: 500ms; }
        body.h2o header .hamburger span:nth-child(3) {
          -webkit-animation-name: hamburgerThreeReverse;
               -o-animation-name: hamburgerThreeReverse;
                  animation-name: hamburgerThreeReverse;
          -webkit-animation-fill-mode: forwards;
               -o-animation-fill-mode: forwards;
                  animation-fill-mode: forwards;
          -webkit-animation-duration: 500ms;
               -o-animation-duration: 500ms;
                  animation-duration: 500ms;
          -webkit-transform-origin: center;
               -o-transform-origin: center;
                  transform-origin: center; }
      body.h2o header .hamburger.active span:nth-child(1) {
        -webkit-animation-name: hamburgerOne;
             -o-animation-name: hamburgerOne;
                animation-name: hamburgerOne;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: 500ms;
             -o-animation-duration: 500ms;
                animation-duration: 500ms;
        -webkit-transform-origin: center;
             -o-transform-origin: center;
                transform-origin: center; }
      body.h2o header .hamburger.active span:nth-child(2) {
        -webkit-animation-name: hamburgerTwo;
             -o-animation-name: hamburgerTwo;
                animation-name: hamburgerTwo;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: 500ms;
             -o-animation-duration: 500ms;
                animation-duration: 500ms;
        opacity: 0; }
      body.h2o header .hamburger.active span:nth-child(3) {
        -webkit-animation-name: hamburgerThree;
             -o-animation-name: hamburgerThree;
                animation-name: hamburgerThree;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        -webkit-animation-duration: 500ms;
             -o-animation-duration: 500ms;
                animation-duration: 500ms;
        -webkit-transform-origin: center;
             -o-transform-origin: center;
                transform-origin: center; }
    body.h2o header .logo {
      float: left;
      width: auto;
      bottom: 11px;
      left: 20px;
      position: absolute;
      width: 65px;
      /*    box-shadow: -11px 1px 14px -1px rgba(0, 0, 0, 0.4);*/ }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o header .logo {
          width: 57px;
          left: 20px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body.h2o header .logo {
          width: 50px;
          left: 20px; } }
      @media (max-width: 991px) {
        body.h2o header .logo {
          position: relative;
          left: auto;
          bottom: auto; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o header .logo {
          width: 50px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o header .logo {
          width: 50px; } }
      @media (max-width: 595px) {
        body.h2o header .logo {
          width: 52px; } }
      body.h2o header .logo a {
        display: block; }
      body.h2o header .logo img {
        height: 100%;
        width: 100%; }
    body.h2o header nav {
      margin-top: 9px; }
      @media (max-width: 991px) {
        body.h2o header nav {
          margin-left: 0;
          margin-top: 0;
          position: absolute;
          top: 55px;
          left: 0;
          width: 100%;
          background: #ffe52b;
          display: none;
          overflow: scroll;
          opacity: 0;
          height: calc(100vh - 50px);
          overflow: auto;
          -webkit-overflow-scrolling: touch; }
          body.h2o header nav.animate {
            display: block;
            opacity: 0;
            -webkit-animation-name: fadeanimate;
                 -o-animation-name: fadeanimate;
                    animation-name: fadeanimate;
            -webkit-animation-duration: 500ms;
                 -o-animation-duration: 500ms;
                    animation-duration: 500ms;
            -webkit-animation-fill-mode: forwards;
                 -o-animation-fill-mode: forwards;
                    animation-fill-mode: forwards;
            -webkit-animation-delay: 200ms;
                 -o-animation-delay: 200ms;
                    animation-delay: 200ms; }
            body.h2o header nav.animate .nav-wrapper > div > ul > li {
              opacity: 0;
              -webkit-transform: translateY(-25%) rotateX(35deg);
                      transform: translateY(-25%) rotateX(35deg);
              -webkit-animation-name: open-animate;
                   -o-animation-name: open-animate;
                      animation-name: open-animate;
              -webkit-animation-duration: 500ms;
                   -o-animation-duration: 500ms;
                      animation-duration: 500ms;
              -webkit-animation-fill-mode: forwards;
                   -o-animation-fill-mode: forwards;
                      animation-fill-mode: forwards;
              -webkit-animation-delay: 200ms;
                   -o-animation-delay: 200ms;
                      animation-delay: 200ms; } }
    @media (max-width: 991px) {
      body.h2o header .nav-wrapper {
        display: grid;
        padding: 0 20px; } }
    body.h2o header .nav-wrapper > div:after {
      content: "";
      display: block;
      clear: both; }
    @media (max-width: 991px) {
      body.h2o header .nav-wrapper > div.main-nav {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    body.h2o header .nav-wrapper > div.main-nav > ul > li > a span {
      display: block;
      opacity: 1;
      -webkit-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1);
      -webkit-transition-delay: 0.1s;
           -o-transition-delay: 0.1s;
              transition-delay: 0.1s;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    body.h2o header .nav-wrapper > div.main-nav > ul > li > a:not(.btn-default):after {
      content: attr(data-attr);
      position: absolute;
      font-weight: bold;
      -webkit-transform: scale(1.3);
           -o-transform: scale(1.3);
              transform: scale(1.3);
      height: 100%;
      left: 0;
      top: 0;
      pointer-events: none;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    body.h2o header .nav-wrapper > div.main-nav > ul > li > a.url-active span {
      opacity: 0; }
    body.h2o header .nav-wrapper > div.main-nav > ul > li > a.url-active:not(.btn-default):after {
      -webkit-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      pointer-events: inherit; }
    body.h2o header .nav-wrapper > div.main-nav > ul > li.company .sub-nav {
      width: 500px; }
      @media (max-width: 991px) {
        body.h2o header .nav-wrapper > div.main-nav > ul > li.company .sub-nav {
          width: 100%; } }
      body.h2o header .nav-wrapper > div.main-nav > ul > li.company .sub-nav div.two-third {
        padding-right: 0;
        width: 100%; }
    @media (max-width: 991px) {
      body.h2o header .nav-wrapper > div.top-nav {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        display: none; } }
    body.h2o header .nav-wrapper > div.top-nav > ul > li {
      padding: 0 13px 0; }
      @media (min-width: 992px) {
        body.h2o header .nav-wrapper > div.top-nav > ul > li:nth-child(5) {
          padding-right: 0; } }
      @media (max-width: 991px) {
        body.h2o header .nav-wrapper > div.top-nav > ul > li:last-child {
          border-bottom: 0; } }
      body.h2o header .nav-wrapper > div.top-nav > ul > li.search-button {
        vertical-align: top;
        cursor: pointer; }
        @media (max-width: 991px) {
          body.h2o header .nav-wrapper > div.top-nav > ul > li.search-button {
            display: none; } }
      body.h2o header .nav-wrapper > div.top-nav > ul > li > a {
        font-weight: 700;
        font-size: 12px;
        letter-spacing: 0.010em; }
        body.h2o header .nav-wrapper > div.top-nav > ul > li > a:not(.btn-default) {
          padding-bottom: 10px; }
          @media (max-width: 991px) {
            body.h2o header .nav-wrapper > div.top-nav > ul > li > a:not(.btn-default) {
              padding-bottom: 0; } }
        body.h2o header .nav-wrapper > div.top-nav > ul > li > a:not(.btn-default):before {
          bottom: 0; }
        @media (max-width: 991px) {
          body.h2o header .nav-wrapper > div.top-nav > ul > li > a {
            font-weight: 400;
            font-size: 14px; } }
        body.h2o header .nav-wrapper > div.top-nav > ul > li > a.url-active:before {
          left: 0;
          right: 0;
          width: 100%; }
      body.h2o header .nav-wrapper > div.top-nav > ul > li:first-child {
        padding: 0 10px 0; }
    body.h2o header .nav-wrapper > div > ul {
      float: right;
      font-size: 0;
      position: relative; }
      @media (max-width: 991px) {
        body.h2o header .nav-wrapper > div > ul {
          width: 100%; } }
      body.h2o header .nav-wrapper > div > ul > li {
        display: inline-block;
        padding: 0 15px 0;
        margin-top: 12px; }
        body.h2o header .nav-wrapper > div > ul > li:first-child {
          padding-left: 0; }
        body.h2o header .nav-wrapper > div > ul > li:last-child {
          padding-right: 0; }
        @media (min-width: 992px) and (max-width: 1024px) {
          body.h2o header .nav-wrapper > div > ul > li {
            padding: 0 10px 0;
            margin-top: 8px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o header .nav-wrapper > div > ul > li {
            padding: 0 10px 0;
            margin-top: 8px; } }
        @media (max-width: 991px) {
          body.h2o header .nav-wrapper > div > ul > li {
            display: block;
            margin: 0;
            padding: 20px 0;
            border-bottom: 1px solid #e8d535; }
            body.h2o header .nav-wrapper > div > ul > li:last-child {
              border-bottom: 0; }
            body.h2o header .nav-wrapper > div > ul > li.inner-nav {
              cursor: pointer; }
              body.h2o header .nav-wrapper > div > ul > li.inner-nav:not(.try-btn):before {
                content: "";
                position: absolute;
                bottom: auto;
                top: 27px;
                width: 18px;
                height: 4px;
                left: auto;
                right: 5px;
                border-radius: 5px;
                background: #000000;
                -webkit-transform: scale(1, 1);
                     -o-transform: scale(1, 1);
                        transform: scale(1, 1);
                display: block;
                -webkit-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear; }
              body.h2o header .nav-wrapper > div > ul > li.inner-nav:not(.try-btn):after {
                content: "";
                opacity: 1;
                position: absolute;
                background: #000000;
                width: 4px;
                height: 18px;
                border-radius: 5px;
                bottom: auto;
                top: 20px;
                left: auto;
                right: 12px;
                opacity: 1;
                display: block;
                -webkit-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear; }
            body.h2o header .nav-wrapper > div > ul > li.sub-active:after {
              -webkit-transform: scaleY(0);
                   -o-transform: scaleY(0);
                      transform: scaleY(0); } }
        body.h2o header .nav-wrapper > div > ul > li > a {
          color: #000000;
          font-size: 14px;
          font-weight: 400;
          position: relative;
          display: inline-block;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          body.h2o header .nav-wrapper > div > ul > li > a.btn-default {
            font-weight: 700; }
          body.h2o header .nav-wrapper > div > ul > li > a:not(.btn-default) {
            padding-bottom: 20px; }
            @media (max-width: 991px) {
              body.h2o header .nav-wrapper > div > ul > li > a:not(.btn-default) {
                padding-bottom: 0;
                font-size: 18px; } }
          body.h2o header .nav-wrapper > div > ul > li > a:not(.btn-default):before {
            content: "";
            position: absolute;
            left: 50%;
            right: 50%;
            bottom: 9px;
            z-index: 4;
            background: #000000;
            width: 0;
            height: 4px;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            /*            transform: translateX(-50%);*/ }
            @media (max-width: 991px) {
              body.h2o header .nav-wrapper > div > ul > li > a:not(.btn-default):before {
                bottom: -2px; } }
        body.h2o header .nav-wrapper > div > ul > li .btn-default {
          margin: 0;
          margin-left: 20px; }
          @media (max-width: 991px) {
            body.h2o header .nav-wrapper > div > ul > li .btn-default {
              margin: 0; } }
        body.h2o header .nav-wrapper > div > ul > li > ul {
          position: absolute;
          width: 135px;
          text-align: left;
          left: -10px;
          top: 60px;
          background: #000000;
          opacity: 0;
          visibility: hidden; }
          @media (max-width: 991px) {
            body.h2o header .nav-wrapper > div > ul > li > ul {
              width: 100%;
              position: relative;
              opacity: 1;
              visibility: visible;
              top: 10px;
              left: 0;
              display: none; } }
          body.h2o header .nav-wrapper > div > ul > li > ul > li.overview {
            display: none; }
            @media (max-width: 991px) {
              body.h2o header .nav-wrapper > div > ul > li > ul > li.overview {
                display: block; } }
          body.h2o header .nav-wrapper > div > ul > li > ul > li > a {
            color: #ffe52b;
            padding: 5px 10px;
            background: transparent;
            display: block;
            font-size: 14px;
            font-family: "motiva-sans", sans-serif;
            font-weight: 500; }
            body.h2o header .nav-wrapper > div > ul > li > ul > li > a:hover {
              background: #FFFFFF;
              color: #000000; }
        @media (max-width: 991px) {
          body.h2o header .nav-wrapper > div > ul > li.search-button {
            display: none; } }
        body.h2o header .nav-wrapper > div > ul > li.search-responsive {
          display: none; }
          @media (max-width: 991px) {
            body.h2o header .nav-wrapper > div > ul > li.search-responsive {
              display: block;
              border-bottom: 0;
              padding-bottom: 0; }
              body.h2o header .nav-wrapper > div > ul > li.search-responsive > form {
                display: none; }
                body.h2o header .nav-wrapper > div > ul > li.search-responsive > form:before {
                  content: "";
                  position: absolute;
                  bottom: 12px;
                  left: 0;
                  width: 25px;
                  height: 25px;
                  background: url("/wp-content/themes/h2o2018/templates/assets/images/search_button.svg");
                  background-size: cover; } }
      @media (max-width: 991px) and (max-width: 595px) {
        body.h2o header .nav-wrapper > div > ul > li.search-responsive > form:before {
          width: 18px;
          height: 18px; } }
    @media (max-width: 991px) and (max-width: 991px) {
      body.h2o header .nav-wrapper > div > ul > li.search-responsive > form {
        display: block; }
        body.h2o header .nav-wrapper > div > ul > li.search-responsive > form input.search-text {
          width: calc(100% - 117px);
          border: 0;
          border-radius: 0;
          border-bottom: 1px solid #000000;
          padding-bottom: 10px;
          margin-right: 10px;
          font-size: 18px;
          padding-left: 35px;
          background-position: left center;
          outline: none;
          -webkit-box-shadow: inset 148px 200px 202px 200px #ffe52d;
          box-shadow: inset 148px 200px 202px 200px #ffe52d; }
          body.h2o header .nav-wrapper > div > ul > li.search-responsive > form input.search-text::-webkit-input-placeholder {
            font-size: 18px;
            color: #000000; }
          body.h2o header .nav-wrapper > div > ul > li.search-responsive > form input.search-text::-moz-placeholder {
            font-size: 18px;
            color: #000000; }
          body.h2o header .nav-wrapper > div > ul > li.search-responsive > form input.search-text:-ms-input-placeholder {
            font-size: 18px;
            color: #000000; }
          body.h2o header .nav-wrapper > div > ul > li.search-responsive > form input.search-text:-moz-placeholder {
            font-size: 18px;
            color: #000000; }
        body.h2o header .nav-wrapper > div > ul > li.search-responsive > form input.btn-default {
          font-size: 14px;
          font-weight: 700;
          color: #ffe52b;
          background: #000000;
          border: 1px solid #000000;
          -webkit-transition: none;
          -o-transition: none;
          transition: none;
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          border-radius: 0; } }
    @media (max-width: 991px) and (max-width: 595px) {
      body.h2o header .nav-wrapper > div > ul > li.search-responsive > form {
        text-align: center; }
        body.h2o header .nav-wrapper > div > ul > li.search-responsive > form input.search-text {
          width: calc(100% - 79px);
          margin-right: 4px;
          background-image: none;
          font-size: 16px;
          padding-left: 20px; }
          body.h2o header .nav-wrapper > div > ul > li.search-responsive > form input.search-text::-webkit-input-placeholder {
            font-size: 16px; }
          body.h2o header .nav-wrapper > div > ul > li.search-responsive > form input.search-text::-moz-placeholder {
            font-size: 16px; }
          body.h2o header .nav-wrapper > div > ul > li.search-responsive > form input.search-text:-ms-input-placeholder {
            font-size: 16px; }
          body.h2o header .nav-wrapper > div > ul > li.search-responsive > form input.search-text:-moz-placeholder {
            font-size: 16px; }
        body.h2o header .nav-wrapper > div > ul > li.search-responsive > form input.btn-default {
          margin-top: 10px;
          padding: 9px 15px 10px 15px; } }
    body.h2o header .nav-wrapper .sub-nav {
      position: absolute;
      width: 886px;
      right: 60px;
      background: #FFFFFF;
      top: 80px;
      z-index: 2;
      opacity: 0;
      pointer-events: none;
      visibility: hidden;
      -webkit-box-shadow: 0px 15px 26px 0px rgba(0, 0, 0, 0.75);
              box-shadow: 0px 15px 26px 0px rgba(0, 0, 0, 0.75); }
      @media (min-width: 992px) {
        body.h2o header .nav-wrapper .sub-nav {
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -webkit-transition-delay: 0.2s;
               -o-transition-delay: 0.2s;
                  transition-delay: 0.2s; } }
      @media (max-width: 991px) {
        body.h2o header .nav-wrapper .sub-nav {
          position: relative;
          width: auto;
          left: 0;
          top: 10px;
          pointer-events: inherit;
          opacity: 1;
          visibility: visible;
          display: none;
          -webkit-box-shadow: none;
                  box-shadow: none;
          -webkit-transform: none;
               -o-transform: none;
                  transform: none;
          cursor: default; } }
      body.h2o header .nav-wrapper .sub-nav:after {
        content: "";
        display: block;
        clear: both; }
      body.h2o header .nav-wrapper .sub-nav h6 {
        padding: 16px 30px 0;
        font-family: "proxima-nova", sans-serif;
        margin-bottom: 30px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o header .nav-wrapper .sub-nav h6 {
            margin-bottom: 15px;
            padding: 16px 20px 0; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o header .nav-wrapper .sub-nav h6 {
            margin-bottom: 10px;
            padding: 16px 20px 0; } }
        @media (max-width: 595px) {
          body.h2o header .nav-wrapper .sub-nav h6 {
            margin-bottom: 7px;
            padding: 16px 20px 0; } }
        body.h2o header .nav-wrapper .sub-nav h6 > a:before {
          background: #ffe52b; }
        body.h2o header .nav-wrapper .sub-nav h6 > span {
          padding: 10px 0 5px;
          background: #FFFFFF;
          position: relative;
          text-decoration: none;
          display: inline-block;
          text-transform: capitalize;
          font-size: 18px;
          font-weight: 700;
          font-family: "proxima-nova", sans-serif; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o header .nav-wrapper .sub-nav h6 > span {
              padding: 7px 0 5px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o header .nav-wrapper .sub-nav h6 > span {
              font-size: 16px;
              padding: 5px 0 5px; } }
          @media (max-width: 595px) {
            body.h2o header .nav-wrapper .sub-nav h6 > span {
              font-size: 14px;
              padding: 5px 0 5px; } }
      body.h2o header .nav-wrapper .sub-nav > div {
        float: left; }
        body.h2o header .nav-wrapper .sub-nav > div.one-third {
          width: 33.3%;
          padding: 0 32px 13px 9px; }
          @media (max-width: 767px) {
            body.h2o header .nav-wrapper .sub-nav > div.one-third {
              width: 100%;
              padding-left: 20px; } }
          body.h2o header .nav-wrapper .sub-nav > div.one-third > ul > li {
            padding: 0;
            border: 2px solid #999999;
            margin-bottom: 11px; }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o header .nav-wrapper .sub-nav > div.one-third > ul > li {
                display: inline-block;
                width: calc(50% - 5px);
                vertical-align: top;
                margin-right: 10px; }
                body.h2o header .nav-wrapper .sub-nav > div.one-third > ul > li:last-child {
                  margin-right: 0; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.h2o header .nav-wrapper .sub-nav > div.one-third > ul > li {
                display: inline-block;
                width: calc(50% - 5px);
                vertical-align: top;
                margin-right: 10px; }
                body.h2o header .nav-wrapper .sub-nav > div.one-third > ul > li:last-child {
                  margin-right: 0; } }
            @media (max-width: 480px) {
              body.h2o header .nav-wrapper .sub-nav > div.one-third > ul > li {
                width: 100%; } }
            body.h2o header .nav-wrapper .sub-nav > div.one-third > ul > li > a {
              padding: 15px 15px 20px; }
              body.h2o header .nav-wrapper .sub-nav > div.one-third > ul > li > a .description {
                font-size: 14px;
                line-height: 1.14; }
            body.h2o header .nav-wrapper .sub-nav > div.one-third > ul > li:hover {
              background-color: #000000;
              border-color: transparent; }
              body.h2o header .nav-wrapper .sub-nav > div.one-third > ul > li:hover > a {
                color: #FFFFFF; }
                body.h2o header .nav-wrapper .sub-nav > div.one-third > ul > li:hover > a .description {
                  color: #999999; }
        body.h2o header .nav-wrapper .sub-nav > div.two-third {
          width: 66.7%;
          padding-right: 20px; }
          @media (max-width: 767px) {
            body.h2o header .nav-wrapper .sub-nav > div.two-third {
              width: 100%; } }
          @media (max-width: 480px) {
            body.h2o header .nav-wrapper .sub-nav > div.two-third {
              padding-right: 0; } }
          body.h2o header .nav-wrapper .sub-nav > div.two-third > ul {
            display: inline-block;
            vertical-align: top;
            width: 50%; }
            @media (max-width: 480px) {
              body.h2o header .nav-wrapper .sub-nav > div.two-third > ul {
                width: 100%;
                padding-bottom: 10px; } }
            body.h2o header .nav-wrapper .sub-nav > div.two-third > ul > li:not(.heading):hover {
              background: #cecece; }
              body.h2o header .nav-wrapper .sub-nav > div.two-third > ul > li:not(.heading):hover:before {
                opacity: 1; }
        body.h2o header .nav-wrapper .sub-nav > div > ul {
          padding-bottom: 7px; }
          body.h2o header .nav-wrapper .sub-nav > div > ul > li {
            padding: 0 30px;
            font-size: 14px;
            color: #666666;
            font-weight: 700;
            background: transparent;
            position: relative;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease; }
            @media (max-width: 991px) {
              body.h2o header .nav-wrapper .sub-nav > div > ul > li {
                padding: 0 20px; } }
            body.h2o header .nav-wrapper .sub-nav > div > ul > li:before {
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              height: 100%;
              width: 4px;
              background: #000000;
              opacity: 0;
              -webkit-transition: all 0.4s ease;
              -o-transition: all 0.4s ease;
              transition: all 0.4s ease; }
            body.h2o header .nav-wrapper .sub-nav > div > ul > li > a {
              font-size: 14px;
              padding: 14px 0;
              color: #000000;
              display: block;
              line-height: 1.14; }
              @media (max-width: 991px) {
                body.h2o header .nav-wrapper .sub-nav > div > ul > li > a {
                  padding: 14px 0; } }
              body.h2o header .nav-wrapper .sub-nav > div > ul > li > a .description {
                font-size: 12px;
                font-weight: 400;
                color: #666666;
                display: block;
                line-height: 1.4;
                margin-top: 7px; }
            body.h2o header .nav-wrapper .sub-nav > div > ul > li.heading {
              padding: 2px 30px; }
              @media (max-width: 991px) {
                body.h2o header .nav-wrapper .sub-nav > div > ul > li.heading {
                  padding: 2px 20px; } }
  body.h2o.search-open {
    margin-top: 690px !important;
    overflow: hidden; }
    body.h2o.search-open header {
      top: 690px !important; }
      body.h2o.search-open header.fixed:after {
        top: 690px !important; }
  body.h2o.logged-in header {
    top: 33px; }
    @media (max-width: 767px) {
      body.h2o.logged-in header {
        top: 45px; } }
    body.h2o.logged-in header.fixed {
      top: -120px; }
      body.h2o.logged-in header.fixed.off-canvas {
        top: 32px; }
        @media screen and (max-width: 600px) {
          body.h2o.logged-in header.fixed.off-canvas {
            top: 0; } }
        body.h2o.logged-in header.fixed.off-canvas:after {
          top: 32px; }
    body.h2o.logged-in header .search-div {
      top: -700px; }
  body.h2o.logged-in.search-open header {
    top: 722px !important; }
    body.h2o.logged-in.search-open header .search-div {
      top: -690px !important; }
  @media screen and (max-width: 600px) {
    body.h2o.logged-in .header-bg {
      height: 110px; } }
  @media (min-width: 992px) {
    body.h2o.no-touch header .nav-wrapper > div.main-nav > ul > li:hover > a:not(.btn-default) span {
      -webkit-transform: scale(0.7);
           -o-transform: scale(0.7);
              transform: scale(0.7);
      opacity: 0;
      -webkit-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s; }
    body.h2o.no-touch header .nav-wrapper > div.main-nav > ul > li:hover > a:not(.btn-default):after {
      -webkit-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      pointer-events: inherit;
      -webkit-transition-delay: 0.1s;
           -o-transition-delay: 0.1s;
              transition-delay: 0.1s; } }
  @media (min-width: 992px) {
    body.h2o.no-touch header .nav-wrapper > div > ul > li:hover > a:not(.btn-default):before {
      left: 0;
      right: 0;
      width: 100%; } }
  @media (min-width: 992px) {
    body.h2o.no-touch header .nav-wrapper > div > ul > li:hover > ul {
      opacity: 1;
      visibility: visible;
      top: 37px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; } }
  @media (min-width: 992px) {
    body.h2o.no-touch header .nav-wrapper > div > ul > li:hover .sub-nav {
      opacity: 1;
      visibility: visible;
      top: 50px;
      pointer-events: inherit;
      -webkit-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s; } }
  @media (min-width: 992px) and (min-width: 992px) and (max-width: 1024px) {
    body.h2o.no-touch header .nav-wrapper > div > ul > li:hover .sub-nav {
      top: 47px; } }
  @media (min-width: 992px) {
    body.h2o.no-touch header.fixed .nav-wrapper > div > ul > li .sub-nav {
      top: 100px; }
    body.h2o.no-touch header.fixed .nav-wrapper > div > ul > li:hover > ul {
      top: 61px; } }
  @media (min-width: 992px) and (min-width: 992px) and (max-width: 1150px) {
    body.h2o.no-touch header.fixed .nav-wrapper > div > ul > li:hover > ul {
      top: 45px; } }
  @media (min-width: 992px) {
    body.h2o.no-touch header.fixed .nav-wrapper > div > ul > li:hover .sub-nav {
      top: 83px;
      pointer-events: inherit;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; } }
  @media (min-width: 992px) and (min-width: 992px) and (max-width: 1150px) {
    body.h2o.no-touch header.fixed .nav-wrapper > div > ul > li:hover .sub-nav {
      top: 71px; } }
  @media (min-width: 992px) and (min-width: 992px) and (max-width: 1024px) {
    body.h2o.no-touch header.fixed .nav-wrapper > div > ul > li:hover .sub-nav {
      top: 67px; } }
  body.h2o.touch {
    cursor: pointer; }
    @media (min-width: 992px) {
      body.h2o.touch header .nav-wrapper > div.main-nav > ul > li.nav-active > a:not(.btn-default) span {
        -webkit-transform: scale(0.7);
             -o-transform: scale(0.7);
                transform: scale(0.7);
        opacity: 0;
        -webkit-transition-delay: 0s;
             -o-transition-delay: 0s;
                transition-delay: 0s; }
      body.h2o.touch header .nav-wrapper > div.main-nav > ul > li.nav-active > a:not(.btn-default):after {
        -webkit-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
        opacity: 1;
        -webkit-transition-delay: 0.1s;
             -o-transition-delay: 0.1s;
                transition-delay: 0.1s;
        pointer-events: inherit; } }
    @media (min-width: 992px) {
      body.h2o.touch header .nav-wrapper > div > ul > li.nav-active > a:not(.btn-default):before {
        left: 0;
        right: 0;
        width: 100%; } }
    body.h2o.touch header .nav-wrapper > div > ul > li.nav-active > ul {
      opacity: 1;
      visibility: visible;
      top: 37px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      body.h2o.touch header .nav-wrapper > div > ul > li.nav-active > ul > li.overview {
        display: block; }
    body.h2o.touch header .nav-wrapper > div > ul > li.nav-active .sub-nav {
      opacity: 1;
      visibility: visible;
      top: 50px;
      pointer-events: inherit;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (min-width: 992px) and (max-width: 1024px) {
        body.h2o.touch header .nav-wrapper > div > ul > li.nav-active .sub-nav {
          top: 47px; } }
    body.h2o.touch .fixed .nav-wrapper > div > ul > li.nav-active > .sub-nav {
      top: 81px;
      pointer-events: inherit;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o.touch .fixed .nav-wrapper > div > ul > li.nav-active > .sub-nav {
          top: 70px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body.h2o.touch .fixed .nav-wrapper > div > ul > li.nav-active > .sub-nav {
          top: 65px; } }
      @media (max-width: 991px) {
        body.h2o.touch .fixed .nav-wrapper > div > ul > li.nav-active > .sub-nav {
          top: 10px; } }
  @media (min-width: 992px) {
    body.h2o.we-small-height header.fixed {
      /*        padding: 20px 0 0;*/ } }

@-webkit-keyframes hamburgerOne {
  0% {
    -o-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  50% {
    -o-transform: translateY(10px) rotate(0deg);
    -webkit-transform: translateY(10px) rotate(0deg);
    transform: translateY(10px) rotate(0deg); }
  100% {
    -o-transform: translateY(10px) rotate(-45deg);
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); } }

@-o-keyframes hamburgerOne {
  0% {
    -o-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  50% {
    -o-transform: translateY(10px) rotate(0deg);
    -webkit-transform: translateY(10px) rotate(0deg);
    transform: translateY(10px) rotate(0deg); }
  100% {
    -o-transform: translateY(10px) rotate(-45deg);
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); } }

@keyframes hamburgerOne {
  0% {
    -o-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  50% {
    -o-transform: translateY(10px) rotate(0deg);
    -webkit-transform: translateY(10px) rotate(0deg);
    transform: translateY(10px) rotate(0deg); }
  100% {
    -o-transform: translateY(10px) rotate(-45deg);
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); } }

@-webkit-keyframes hamburgerTwo {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes hamburgerTwo {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes hamburgerTwo {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes hamburgerThree {
  0% {
    -o-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  50% {
    -o-transform: translateY(-10px) rotate(0deg);
    -webkit-transform: translateY(-10px) rotate(0deg);
    transform: translateY(-10px) rotate(0deg); }
  100% {
    -o-transform: translateY(-10px) rotate(45deg);
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg); } }

@-o-keyframes hamburgerThree {
  0% {
    -o-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  50% {
    -o-transform: translateY(-10px) rotate(0deg);
    -webkit-transform: translateY(-10px) rotate(0deg);
    transform: translateY(-10px) rotate(0deg); }
  100% {
    -o-transform: translateY(-10px) rotate(45deg);
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg); } }

@keyframes hamburgerThree {
  0% {
    -o-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  50% {
    -o-transform: translateY(-10px) rotate(0deg);
    -webkit-transform: translateY(-10px) rotate(0deg);
    transform: translateY(-10px) rotate(0deg); }
  100% {
    -o-transform: translateY(-10px) rotate(45deg);
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg); } }

@-webkit-keyframes hamburgerOneReverse {
  0% {
    -o-transform: translateY(10px) rotate(-45deg);
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); }
  50% {
    -o-transform: translateY(10px) rotate(0deg);
    -webkit-transform: translateY(10px) rotate(0deg);
    transform: translateY(10px) rotate(0deg); }
  100% {
    -o-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); } }

@-o-keyframes hamburgerOneReverse {
  0% {
    -o-transform: translateY(10px) rotate(-45deg);
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); }
  50% {
    -o-transform: translateY(10px) rotate(0deg);
    -webkit-transform: translateY(10px) rotate(0deg);
    transform: translateY(10px) rotate(0deg); }
  100% {
    -o-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); } }

@keyframes hamburgerOneReverse {
  0% {
    -o-transform: translateY(10px) rotate(-45deg);
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); }
  50% {
    -o-transform: translateY(10px) rotate(0deg);
    -webkit-transform: translateY(10px) rotate(0deg);
    transform: translateY(10px) rotate(0deg); }
  100% {
    -o-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); } }

@-webkit-keyframes hamburgerTwoReverse {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes hamburgerTwoReverse {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes hamburgerTwoReverse {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes hamburgerThreeReverse {
  0% {
    -o-transform: translateY(-10px) rotate(45deg);
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg); }
  50% {
    -o-transform: translateY(-10px) rotate(0deg);
    -webkit-transform: translateY(-10px) rotate(0deg);
    transform: translateY(-10px) rotate(0deg); }
  100% {
    -o-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); } }

@-o-keyframes hamburgerThreeReverse {
  0% {
    -o-transform: translateY(-10px) rotate(45deg);
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg); }
  50% {
    -o-transform: translateY(-10px) rotate(0deg);
    -webkit-transform: translateY(-10px) rotate(0deg);
    transform: translateY(-10px) rotate(0deg); }
  100% {
    -o-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); } }

@keyframes hamburgerThreeReverse {
  0% {
    -o-transform: translateY(-10px) rotate(45deg);
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg); }
  50% {
    -o-transform: translateY(-10px) rotate(0deg);
    -webkit-transform: translateY(-10px) rotate(0deg);
    transform: translateY(-10px) rotate(0deg); }
  100% {
    -o-transform: translateY(0px) rotate(0deg);
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); } }

@-webkit-keyframes fadeanimate {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeanimate {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeanimate {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes open-animate {
  0% {
    opacity: 0;
    -o-transform: translateY(-25%) rotateX(35deg);
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg); }
  100% {
    opacity: 1;
    -o-transform: translateY(0%) rotateX(0deg);
    -webkit-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg); } }

@-o-keyframes open-animate {
  0% {
    opacity: 0;
    -o-transform: translateY(-25%) rotateX(35deg);
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg); }
  100% {
    opacity: 1;
    -o-transform: translateY(0%) rotateX(0deg);
    -webkit-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg); } }

@keyframes open-animate {
  0% {
    opacity: 0;
    -o-transform: translateY(-25%) rotateX(35deg);
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg); }
  100% {
    opacity: 1;
    -o-transform: translateY(0%) rotateX(0deg);
    -webkit-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg); } }
  body.h2o .header-bg {
    background: #FFFFFF;
    height: 146px;
    display: none; }
    @media (max-width: 991px) {
      body.h2o .header-bg {
        height: 70px; } }
    body.h2o .header-bg.small-banner {
      display: block; }
    body.h2o .header-bg.views-header {
      display: block; }
  body.h2o.page-id-3127 .header-bg {
    display: block; }
  body.h2o.h2o.ua-ie header .search-div form .btn-default {
    padding: 7px 31px 7px 20px; }
  body.h2o.h2o.ua-edge header .search-div form .btn-default {
    padding: 7px 31px 7px 20px; }
  body.h2o .company .sub-nav .two-third ul:last-of-type {
    margin-top: -40px; }
    @media (max-width: 991px) {
      body.h2o .company .sub-nav .two-third ul:last-of-type {
        margin-top: 0; } }
  body.h2o .minimal_header_footer {
    height: 100px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .minimal_header_footer {
        height: 90px;
        padding: 0; } }
    @media (max-width: 767px) {
      body.h2o .minimal_header_footer {
        height: 90px;
        padding: 0; } }
    body.h2o .minimal_header_footer.fixed.off-canvas:after {
      display: none; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .minimal_header_footer.fixed.off-canvas {
        padding: 0; } }
    @media (max-width: 767px) {
      body.h2o .minimal_header_footer.fixed.off-canvas {
        padding: 0; } }
    body.h2o .minimal_header_footer .hamburger {
      display: none !important; }
    body.h2o .minimal_header_footer .logo {
      top: 17.5px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .minimal_header_footer .logo {
          width: 65px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .minimal_header_footer .logo {
          top: 20px;
          width: 50px; } }
      @media (max-width: 767px) {
        body.h2o .minimal_header_footer .logo {
          top: 20px;
          width: 50px; } }
    body.h2o .minimal_header_footer nav {
      display: none !important; }
    body.h2o .minimal_header_footer .top-nav {
      display: none !important; }
    body.h2o .minimal_header_footer.small-banner {
      height: 100px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .minimal_header_footer.small-banner {
          height: 90px; } }
      @media (max-width: 767px) {
        body.h2o .minimal_header_footer.small-banner {
          height: 90px; } }
    body.h2o .minimal_header_footer.views-header {
      height: 100px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .minimal_header_footer.views-header {
          height: 90px; } }
      @media (max-width: 767px) {
        body.h2o .minimal_header_footer.views-header {
          height: 90px; } }
  body.h2o .footer {
    background-color: #000000;
    padding: 96px 0 112px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .footer {
        padding: 76px 0 80px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .footer {
        padding: 38px 0 40px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .footer {
        padding: 28px 0 30px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o .footer {
        padding: 28px 0 30px; } }
    @media (max-width: 480px) {
      body.h2o .footer {
        padding: 28px 0 30px; } }
    body.h2o .footer .footer-wrap {
      padding-top: 10px !important; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .footer .footer-wrap {
          padding-top: 0px !important; } }
      @media (max-width: 991px) {
        body.h2o .footer .footer-wrap {
          padding-top: 0px !important; } }
      body.h2o .footer .footer-wrap:after {
        content: "";
        display: block;
        clear: both; }
    body.h2o .footer .col-four-outer {
      float: left;
      width: 66.1%; }
      @media (max-width: 991px) {
        body.h2o .footer .col-four-outer {
          width: 100%;
          clear: both;
          padding-left: 0; } }
      body.h2o .footer .col-four-outer .col-four {
        padding-left: 14px;
        padding-right: 31px; }
        body.h2o .footer .col-four-outer .col-four:first-child {
          padding-left: 0; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .footer .col-four-outer .col-four {
            padding: 0 12px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .footer .col-four-outer .col-four {
            padding: 0 20px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .footer .col-four-outer .col-four {
            width: 25%;
            padding: 0 15px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .footer .col-four-outer .col-four {
            width: 33.33%;
            margin-bottom: 18px;
            padding: 0 0 0 16px; } }
        @media (max-width: 480px) {
          body.h2o .footer .col-four-outer .col-four {
            width: 50%;
            margin-bottom: 16px;
            padding: 0 10px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .footer .col-four-outer .col-four:first-child {
            padding: 0 20px 0 0px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .footer .col-four-outer .col-four:first-child {
            padding: 0 15px 0 0px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .footer .col-four-outer .col-four:first-child {
            padding: 0 15px 0 0px; } }
        @media (max-width: 480px) {
          body.h2o .footer .col-four-outer .col-four:first-child {
            padding: 0 10px 0 0px; } }
        @media (max-width: 480px) {
          body.h2o .footer .col-four-outer .col-four:nth-child(3) {
            padding: 0 10px 0 0px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .footer .col-four-outer .col-four:last-child {
            padding: 0 15px 0 0px; } }
        @media (max-width: 480px) {
          body.h2o .footer .col-four-outer .col-four:last-child {
            padding: 0 0px 0 10px; } }
        body.h2o .footer .col-four-outer .col-four span {
          font-family: "motiva-sans", sans-serif;
          font-size: 16px;
          font-weight: 700;
          color: #FFFFFF;
          padding-bottom: 24px;
          display: block;
          line-height: 1.25; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .footer .col-four-outer .col-four span {
              padding-bottom: 20px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .footer .col-four-outer .col-four span {
              padding-bottom: 15px; } }
          @media (max-width: 767px) {
            body.h2o .footer .col-four-outer .col-four span {
              padding-bottom: 10px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .footer .col-four-outer .col-four span {
              font-size: 14px; } }
          @media (max-width: 480px) {
            body.h2o .footer .col-four-outer .col-four span {
              font-size: 14px; } }
        body.h2o .footer .col-four-outer .col-four .internal-links li {
          padding-bottom: 31px; }
          body.h2o .footer .col-four-outer .col-four .internal-links li:last-of-type {
            padding-bottom: 0; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .footer .col-four-outer .col-four .internal-links li {
              padding-bottom: 12px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .footer .col-four-outer .col-four .internal-links li {
              padding-bottom: 8px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .footer .col-four-outer .col-four .internal-links li {
              padding-bottom: 5px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .footer .col-four-outer .col-four .internal-links li {
              padding-bottom: 5px; } }
          @media (max-width: 480px) {
            body.h2o .footer .col-four-outer .col-four .internal-links li {
              padding-bottom: 4px; } }
          body.h2o .footer .col-four-outer .col-four .internal-links li a.link {
            padding: 0 0 10px;
            margin-bottom: 0;
            color: #FFFFFF;
            font-size: 16px;
            font-weight: 300;
            font-family: "proxima-nova", sans-serif;
            line-height: 1; }
            body.h2o .footer .col-four-outer .col-four .internal-links li a.link:before {
              height: 2px;
              bottom: 6px;
              background: #FFFFFF; }
            @media (max-width: 480px) {
              body.h2o .footer .col-four-outer .col-four .internal-links li a.link {
                font-size: 14px; } }
    body.h2o .footer .sign-up {
      float: left;
      width: 33.9%;
      padding-left: 41px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .footer .sign-up {
          padding-left: 50px; } }
      @media (max-width: 991px) {
        body.h2o .footer .sign-up {
          width: 100%;
          max-width: 400px;
          padding-left: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .footer .sign-up {
          margin-top: 0px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .footer .sign-up {
          margin-top: 0px; } }
      @media (max-width: 595px) {
        body.h2o .footer .sign-up {
          margin-top: 00px; } }
      body.h2o .footer .sign-up span {
        font-family: "motiva-sans", sans-serif;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 700;
        padding-bottom: 6px;
        display: block;
        line-height: 1.25; }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .footer .sign-up span {
            font-size: 14px; } }
        @media (max-width: 480px) {
          body.h2o .footer .sign-up span {
            font-size: 14px; } }
      body.h2o .footer .sign-up p {
        color: #FFFFFF;
        font-size: 14px;
        line-height: 1.73;
        padding-right: 20px;
        padding-bottom: 5px;
        padding-top: 1px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .footer .sign-up p {
            padding-right: 20px; } }
        @media (max-width: 767px) {
          body.h2o .footer .sign-up p {
            padding-right: 0px; } }
      body.h2o .footer .sign-up .sign-up-mail {
        padding: 6px 0 44px 0; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .footer .sign-up .sign-up-mail {
            padding: 7px 0px 35px 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .footer .sign-up .sign-up-mail {
            padding: 7px 0px 35px 0; } }
        @media (max-width: 767px) {
          body.h2o .footer .sign-up .sign-up-mail {
            padding: 7px 0px 30px 0; } }
        body.h2o .footer .sign-up .sign-up-mail .input-wrap {
          font-size: 0; }
          body.h2o .footer .sign-up .sign-up-mail .input-wrap .email {
            padding: 11px 19px 12px;
            width: 72.8%;
            background: #FFFFFF;
            color: #000000;
            border: 0;
            font-size: 14px;
            outline: none;
            display: inline-block;
            -webkit-box-shadow: none;
                    box-shadow: none;
            border-radius: 0;
            height: 40px;
            vertical-align: top; }
            body.h2o .footer .sign-up .sign-up-mail .input-wrap .email::-webkit-input-placeholder {
              font-weight: 400;
              color: #000000;
              opacity: 1;
              font-size: 14px; }
            body.h2o .footer .sign-up .sign-up-mail .input-wrap .email::-moz-placeholder {
              font-weight: 400;
              color: #000000;
              font-size: 14px; }
            body.h2o .footer .sign-up .sign-up-mail .input-wrap .email::-ms-input-placeholder {
              font-weight: 400;
              color: #000000;
              font-size: 14px; }
          body.h2o .footer .sign-up .sign-up-mail .input-wrap .btn-yellow, body.h2o .footer .sign-up .sign-up-mail .input-wrap .btn-black {
            outline: none;
            width: 25.9%;
            font-size: 14px;
            padding: 12px 0 11px;
            background: #ffe52b;
            color: #000000;
            border-radius: 0;
            border: none;
            margin: 0;
            height: 40px;
            vertical-align: top; }
            body.h2o .footer .sign-up .sign-up-mail .input-wrap .btn-yellow:before, body.h2o .footer .sign-up .sign-up-mail .input-wrap .btn-black:before {
              display: none; }
            body.h2o .footer .sign-up .sign-up-mail .input-wrap .btn-yellow:hover:after, body.h2o .footer .sign-up .sign-up-mail .input-wrap .btn-black:hover:after {
              display: none; }
        body.h2o .footer .sign-up .sign-up-mail .check-box {
          padding: 21px 0 0 18px !important;
          font-size: 0; }
          body.h2o .footer .sign-up .sign-up-mail .check-box input[type=checkbox] {
            opacity: 0;
            height: 0;
            width: 0;
            display: inline-block;
            cursor: pointer; }
          body.h2o .footer .sign-up .sign-up-mail .check-box input[type=checkbox] + label:before {
            content: '';
            position: absolute;
            width: 18px;
            height: 18px;
            margin-left: 0 !important;
            border: 1px solid #FFFFFF;
            top: -1px;
            left: -17px; }
          body.h2o .footer .sign-up .sign-up-mail .check-box input[type=checkbox] + label:after {
            position: absolute;
            top: 3px;
            left: -14px;
            opacity: 0;
            background: url(/wp-content/themes/h2o2016/refresh_2018/templates/dist/images/check.png) no-repeat;
            height: 12px;
            width: 14px;
            content: ''; }
          body.h2o .footer .sign-up .sign-up-mail .check-box input[type=checkbox]:checked + label:after {
            opacity: 1; }
          body.h2o .footer .sign-up .sign-up-mail .check-box label {
            color: #FFFFFF;
            font-size: 14px;
            position: relative;
            padding-left: 16px;
            font-family: "proxima-nova", sans-serif;
            display: inline-block;
            cursor: pointer; }
        body.h2o .footer .sign-up .sign-up-mail .mktoFormRow {
          width: 100% !important; }
          body.h2o .footer .sign-up .sign-up-mail .mktoFormRow * {
            text-align: left !important; }
          body.h2o .footer .sign-up .sign-up-mail .mktoFormRow:first-of-type label.mktoLabel {
            margin-top: 0 !important; }
        body.h2o .footer .sign-up .sign-up-mail .mktoForm .mktoRequiredField label.mktoLabel {
          color: #FFFFFF;
          font-weight: 400;
          margin: 17px 0 3px 0;
          display: block;
          width: 100% !important; }
        body.h2o .footer .sign-up .sign-up-mail .mktoForm .mktoError .mktoErrorMsg {
          text-align: left !important; }
          body.h2o .footer .sign-up .sign-up-mail .mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
            font-size: 12px; }
        body.h2o .footer .sign-up .sign-up-mail .mktoForm input[type=email] {
          width: 100% !important;
          padding: 6px 10px 7px 9px !important;
          outline: none !important;
          border-radius: 0 !important;
          border: none !important;
          text-align: left !important;
          position: relative;
          font-family: "proxima-nova", sans-serif;
          font-size: 14px;
          height: 30px; }
          body.h2o .footer .sign-up .sign-up-mail .mktoForm input[type=email]::-webkit-input-placeholder {
            font-weight: 400;
            color: #000000;
            opacity: 1;
            font-size: 14px;
            text-transform: capitalize; }
          body.h2o .footer .sign-up .sign-up-mail .mktoForm input[type=email]::-moz-placeholder {
            font-weight: 400;
            color: #000000;
            font-size: 14px;
            text-transform: capitalize; }
          body.h2o .footer .sign-up .sign-up-mail .mktoForm input[type=email]::-ms-input-placeholder {
            font-weight: 400;
            color: #000000;
            font-size: 14px;
            text-transform: capitalize; }
        body.h2o .footer .sign-up .sign-up-mail .mktoForm select {
          font-family: "proxima-nova", sans-serif;
          border-radius: 0px;
          width: 100% !important;
          border: none;
          padding: 6px 33px 7px 9px;
          font-size: 14px;
          outline: none;
          height: 30px;
          background-color: #FFFFFF;
          -webkit-appearance: none;
          -moz-appearance: none;
          background: #FFFFFF url(/wp-content/themes/h2o2016/refresh_2018/templates/dist/images/contact_us/down.png) no-repeat 97.9% 50%;
          background-size: 11px 7px; }
        body.h2o .footer .sign-up .sign-up-mail .mktoForm .mktoFormCol {
          margin-bottom: 0px !important; }
        body.h2o .footer .sign-up .sign-up-mail .mktoFieldDescriptor .mktoFormCol {
          margin-bottom: 0 !important;
          min-height: inherit !important; }
        body.h2o .footer .sign-up .sign-up-mail .mktoForm .mktoGutter {
          width: 0 !important; }
        body.h2o .footer .sign-up .sign-up-mail #mktoForm_1349 {
          text-align: left !important; }
        body.h2o .footer .sign-up .sign-up-mail .mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton {
          outline: none !important;
          font-size: 14px !important;
          padding: 12px 15px 11px !important;
          background: #ffe52b !important;
          color: #000000 !important;
          border-radius: 0 !important;
          border: none !important;
          margin: 0 !important;
          text-transform: none !important;
          height: 40px;
          vertical-align: top;
          font-family: "proxima-nova", sans-serif;
          letter-spacing: 0 !important; }
          body.h2o .footer .sign-up .sign-up-mail .mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton:before {
            display: none; }
          body.h2o .footer .sign-up .sign-up-mail .mktoForm .mktoButtonWrap.mktoShinyBlue .mktoButton:hover:after {
            display: none; }
        body.h2o .footer .sign-up .sign-up-mail .mktoForm .mktoButtonRow {
          width: auto !important;
          margin-top: 17px; }
        @media (max-width: 767px) {
          body.h2o .footer .sign-up .sign-up-mail .mktoForm .mktoFieldWrap {
            height: 40px; } }
        body.h2o .footer .sign-up .sign-up-mail .mktoForm.mktoHasWidth {
          margin: 0 !important;
          width: auto !important; }
      body.h2o .footer .sign-up .social-share ul {
        font-size: 0; }
        body.h2o .footer .sign-up .social-share ul li {
          display: inline-block;
          margin-right: 17px;
          width: 32px;
          height: 32px;
          border-radius: 50%; }
          body.h2o .footer .sign-up .social-share ul li:last-child {
            margin-right: 0; }
          body.h2o .footer .sign-up .social-share ul li a {
            display: block;
            width: 100%;
            height: 100%; }
            body.h2o .footer .sign-up .social-share ul li a svg path {
              -webkit-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
            body.h2o .footer .sign-up .social-share ul li a svg .bg-hover {
              -webkit-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease; }
            body.h2o .footer .sign-up .social-share ul li a:hover svg path {
              fill: #ffe52b; }
            body.h2o .footer .sign-up .social-share ul li a:hover svg .bg-hover {
              fill: #ffe52b; }
    body.h2o .footer .footer-logo {
      padding: 41px 0 0 0;
      float: left;
      width: 100%; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .footer .footer-logo {
          padding: 25px 0 0 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .footer .footer-logo {
          padding: 25px 0 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .footer .footer-logo {
          padding: 20px 0 0; } }
      @media (max-width: 595px) {
        body.h2o .footer .footer-logo {
          padding: 20px 0 0; } }
      body.h2o .footer .footer-logo .copyright {
        font-size: 0; }
        body.h2o .footer .footer-logo .copyright .img-box {
          width: 50px;
          height: 50px;
          display: inline-block;
          vertical-align: middle;
          margin-bottom: 6px; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .footer .footer-logo .copyright .img-box {
              margin-bottom: 10px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .footer .footer-logo .copyright .img-box {
              margin-bottom: 10px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .footer .footer-logo .copyright .img-box {
              margin-bottom: 11px; } }
          body.h2o .footer .footer-logo .copyright .img-box a {
            display: block;
            padding-top: 0; }
            body.h2o .footer .footer-logo .copyright .img-box a > img {
              height: 100%;
              width: 100%; }
        body.h2o .footer .footer-logo .copyright .content-box {
          display: inline-block;
          vertical-align: middle; }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .footer .footer-logo .copyright .content-box {
              margin-left: 10px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .footer .footer-logo .copyright .content-box {
              margin-left: 20px; } }
          @media (max-width: 480px) {
            body.h2o .footer .footer-logo .copyright .content-box {
              margin-left: 9px; } }
        body.h2o .footer .footer-logo .copyright p {
          line-height: 1.2;
          margin: 3px 0 8px;
          opacity: 0.5; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .footer .footer-logo .copyright p {
              margin: 3px 0; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .footer .footer-logo .copyright p {
              margin: 2px 0 3px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .footer .footer-logo .copyright p {
              margin: 3px 0; } }
          @media (max-width: 595px) {
            body.h2o .footer .footer-logo .copyright p {
              margin: 2px 0 3px; } }
        body.h2o .footer .footer-logo .copyright .links-legal {
          display: inline-block; }
          @media (max-width: 595px) {
            body.h2o .footer .footer-logo .copyright .links-legal {
              margin-left: 0;
              display: block; } }
          body.h2o .footer .footer-logo .copyright .links-legal li {
            display: inline-block;
            margin-right: 10px;
            opacity: 0.5;
            vertical-align: middle;
            position: relative; }
            body.h2o .footer .footer-logo .copyright .links-legal li:last-child {
              margin-right: 0px; }
            body.h2o .footer .footer-logo .copyright .links-legal li a {
              letter-spacing: -0.0001em;
              color: #FFFFFF;
              font-size: 14px; }
            body.h2o .footer .footer-logo .copyright .links-legal li:first-child:after {
              content: '';
              position: absolute;
              height: 12px;
              width: 1px;
              background-color: #FFFFFF;
              opacity: 0.5;
              right: -5px;
              top: 2px; }
              @media (max-width: 595px) {
                body.h2o .footer .footer-logo .copyright .links-legal li:first-child:after {
                  height: 9px;
                  top: 3px; } }
            body.h2o .footer .footer-logo .copyright .links-legal li:last-child:after {
              display: none; }
  body.h2o.h2o.touch .footer .sign-up .social-share ul li {
    margin-right: 20px; }
    body.h2o.h2o.touch .footer .sign-up .social-share ul li a {
      width: 38px;
      height: 29px; }
  body.h2o .minimal_header_footer.footer {
    display: none !important; }
  body.h2o .footer .sign-up .sign-up-mail #mktoForm_1830 .mktoFormRow:nth-child(4), body.h2o .footer .sign-up .sign-up-mail #mktoForm_1830 .mktoFormRow:nth-child(5), body.h2o .footer .sign-up .sign-up-mail #mktoForm_1830 .mktoFormRow:nth-child(6), body.h2o .footer .sign-up .sign-up-mail #mktoForm_1830 .mktoFormRow:nth-child(7), body.h2o .footer .sign-up .sign-up-mail #mktoForm_1830 .mktoFormRow:nth-child(8) {
    display: inline !important; }
  body.h2o .banner-hero {
    padding: 0; }
    body.h2o .banner-hero .v-middle-wrapper {
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: -webkit-box-shadow 0.5s ease;
      transition: -webkit-box-shadow 0.5s ease;
      -o-transition: box-shadow 0.5s ease;
      transition: box-shadow 0.5s ease;
      transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease; }
    body.h2o .banner-hero .v-middle-inner {
      max-width: 850px;
      text-align: left;
      padding: 0 35px;
      opacity: 0; }
      @media (max-width: 767px) {
        body.h2o .banner-hero .v-middle-inner {
          padding: 0 20px; } }
    body.h2o .banner-hero h2 {
      font-size: 72px;
      line-height: 1;
      font-family: "motiva-sans", sans-serif;
      font-weight: 700; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .banner-hero h2 {
          font-size: 60px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-hero h2 {
          font-size: 50px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .banner-hero h2 {
          font-size: 45px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .banner-hero h2 {
          font-size: 40px; } }
      @media (max-width: 480px) {
        body.h2o .banner-hero h2 {
          font-size: 30px; } }
      body.h2o .banner-hero h2 span {
        display: inline-block;
        color: #000000;
        background-color: #ffe52b;
        padding: 5px 8px; }
    body.h2o .banner-hero .content-wrapper {
      position: relative;
      height: 695px;
      overflow: hidden; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .banner-hero .content-wrapper {
          height: 600px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-hero .content-wrapper {
          height: 550px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .banner-hero .content-wrapper {
          height: 450px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .banner-hero .content-wrapper {
          height: 450px; } }
      @media (max-width: 480px) {
        body.h2o .banner-hero .content-wrapper {
          height: 450px; } }
    body.h2o .banner-hero .bg-img {
      height: 100%;
      position: relative; }
      body.h2o .banner-hero .bg-img video {
        display: none; }
      body.h2o .banner-hero .bg-img.banner-video img {
        display: none; }
      body.h2o .banner-hero .bg-img.banner-video video {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        -o-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      body.h2o .banner-hero .bg-img img {
        min-width: 100%;
        min-height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
        font-family: 'object-fit: cover'; }
        body.h2o .banner-hero .bg-img img:-moz-loading {
          visibility: hidden; }
    body.h2o .banner-hero .banner-logo {
      padding-left: 14px;
      padding-bottom: 13px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .banner-hero .banner-logo {
          padding-left: 14px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-hero .banner-logo {
          padding-left: 14px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .banner-hero .banner-logo {
          padding-left: 12px; } }
      @media (max-width: 595px) {
        body.h2o .banner-hero .banner-logo {
          padding-left: 12px; } }
      body.h2o .banner-hero .banner-logo span {
        display: inline-block;
        height: 54px;
        position: relative; }
        @media (max-width: 595px) {
          body.h2o .banner-hero .banner-logo span {
            height: 44px; } }
        body.h2o .banner-hero .banner-logo span:after {
          content: '+';
          position: absolute;
          font-size: 43px;
          right: -49px;
          font-weight: 700;
          top: 0; }
          @media (max-width: 595px) {
            body.h2o .banner-hero .banner-logo span:after {
              font-size: 28px;
              right: -35px;
              top: 5px; } }
        body.h2o .banner-hero .banner-logo span:last-child:after {
          display: none; }
        body.h2o .banner-hero .banner-logo span img {
          width: 100%;
          height: 100%; }
        body.h2o .banner-hero .banner-logo span.ibm-logo {
          width: 150px;
          margin-right: 79px;
          height: 51px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .banner-hero .banner-logo span.ibm-logo {
              width: 110px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .banner-hero .banner-logo span.ibm-logo {
              width: 100px; } }
          @media (max-width: 595px) {
            body.h2o .banner-hero .banner-logo span.ibm-logo {
              margin-right: 50px;
              width: 88px; } }
        body.h2o .banner-hero .banner-logo span.company-logo {
          width: 54px;
          -webkit-box-shadow: 4px 2px 31px -1px rgba(0, 0, 0, 0.75);
                  box-shadow: 4px 2px 31px -1px rgba(0, 0, 0, 0.75); }
          @media (max-width: 595px) {
            body.h2o .banner-hero .banner-logo span.company-logo {
              width: 44px; } }
    body.h2o .banner-hero .slide-no {
      position: absolute;
      bottom: 20px;
      left: 20px;
      font-style: italic; }
      @media (min-width: 992px) and (max-width: 1024px) {
        body.h2o .banner-hero .slide-no {
          left: 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-hero .slide-no {
          left: 10px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .banner-hero .slide-no {
          left: 10px; } }
      @media (max-width: 595px) {
        body.h2o .banner-hero .slide-no {
          left: 5px; } }
    body.h2o .banner-hero .slider {
      position: absolute;
      left: 0;
      width: 100%;
      top: 0;
      z-index: 0;
      height: 100%;
      -webkit-transition: left 0.45s ease;
      -o-transition: left 0.45s ease;
      transition: left 0.45s ease; }
      body.h2o .banner-hero .slider .v-middle-wrapper:after {
        content: '';
        position: absolute;
        left: -25px;
        top: 0;
        opacity: 0;
        height: 100%;
        width: 25px;
        z-index: -1;
        -webkit-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg);
        background: -webkit-linear-gradient(left, black 0%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, from(black), to(rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(left, black 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, black 0%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff', GradientType=1);
        -webkit-transition: opacity 0.5s ease 0.5s;
        -o-transition: opacity 0.5s ease 0.5s;
        transition: opacity 0.5s ease 0.5s; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .banner-hero .slider .v-middle-wrapper:after {
            left: -20px;
            width: 20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .banner-hero .slider .v-middle-wrapper:after {
            left: -13px;
            width: 13px; } }
        @media (max-width: 767px) {
          body.h2o .banner-hero .slider .v-middle-wrapper:after {
            left: -10px;
            width: 10px; } }
      body.h2o .banner-hero .slider .v-middle-wrapper .content-1000 {
        max-width: 1000px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .banner-hero .slider .v-middle-wrapper .content-1000 {
            max-width: 700px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .banner-hero .slider .v-middle-wrapper .content-1000 {
            max-width: 630px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .banner-hero .slider .v-middle-wrapper .content-1000 {
            max-width: 500px; } }
      body.h2o .banner-hero .slider.active {
        position: relative;
        left: 160px;
        width: 100%;
        z-index: 3; }
        @media (min-width: 992px) and (max-width: 1024px) {
          body.h2o .banner-hero .slider.active {
            left: 95px;
            width: calc(100% - 95px); } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .banner-hero .slider.active {
            left: 95px;
            width: calc(100% - 95px); } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .banner-hero .slider.active {
            left: 80px;
            width: calc(100% - 80px); } }
        @media (max-width: 595px) {
          body.h2o .banner-hero .slider.active {
            left: 57px;
            width: calc(100% - 57px); } }
        body.h2o .banner-hero .slider.active .slide-no {
          left: 54px; }
          @media (max-width: 767px) {
            body.h2o .banner-hero .slider.active .slide-no {
              left: 38px; } }
        body.h2o .banner-hero .slider.active .v-middle-wrapper:after {
          opacity: 0.29; }
        body.h2o .banner-hero .slider.active .v-middle-inner {
          opacity: 1; }
      body.h2o .banner-hero .slider.n-active {
        left: 78px;
        z-index: 2;
        cursor: pointer;
        width: calc(100% - 78px);
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
        @media (min-width: 992px) and (max-width: 1024px) {
          body.h2o .banner-hero .slider.n-active {
            left: 40px;
            width: calc(100% - 40px); } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .banner-hero .slider.n-active {
            left: 40px;
            width: calc(100% - 40px); } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .banner-hero .slider.n-active {
            left: 35px;
            width: calc(100% - 35px); } }
        @media (max-width: 595px) {
          body.h2o .banner-hero .slider.n-active {
            left: 0;
            width: calc(100%); } }
        body.h2o .banner-hero .slider.n-active .v-middle-wrapper:after {
          opacity: 0.7; }
      body.h2o .banner-hero .slider.p-clone-active {
        z-index: 2;
        left: 160px;
        cursor: pointer;
        width: calc(100% - 160px); }
        @media (min-width: 992px) and (max-width: 1024px) {
          body.h2o .banner-hero .slider.p-clone-active {
            left: 95px;
            width: calc(100% - 95px); } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .banner-hero .slider.p-clone-active {
            left: 95px;
            width: calc(100% - 95px); } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .banner-hero .slider.p-clone-active {
            left: 80px;
            width: calc(100% - 80px); } }
        @media (max-width: 595px) {
          body.h2o .banner-hero .slider.p-clone-active {
            left: 57px;
            width: calc(100% - 57px); } }
        body.h2o .banner-hero .slider.p-clone-active .v-middle-wrapper:after {
          opacity: 0; }
        body.h2o .banner-hero .slider.p-clone-active .v-middle-inner {
          opacity: 1; }
      body.h2o .banner-hero .slider.n-clone-active {
        left: 0;
        z-index: 0;
        cursor: pointer;
        width: calc(100% - 78px); }
        @media (min-width: 992px) and (max-width: 1024px) {
          body.h2o .banner-hero .slider.n-clone-active {
            width: calc(100% - 40px); } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .banner-hero .slider.n-clone-active {
            width: calc(100% - 40px); } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .banner-hero .slider.n-clone-active {
            width: calc(100% - 35px); } }
        @media (max-width: 595px) {
          body.h2o .banner-hero .slider.n-clone-active {
            width: calc(100%); } }
        body.h2o .banner-hero .slider.n-clone-active .v-middle-wrapper:after {
          opacity: 0; }
      body.h2o .banner-hero .slider.p-active {
        left: 0;
        z-index: 1;
        width: calc(100% - 78px);
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        cursor: pointer; }
        @media (min-width: 992px) and (max-width: 1024px) {
          body.h2o .banner-hero .slider.p-active {
            width: calc(100% - 40px); } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .banner-hero .slider.p-active {
            width: calc(100% - 40px); } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .banner-hero .slider.p-active {
            width: calc(100% - 35px); } }
        @media (max-width: 595px) {
          body.h2o .banner-hero .slider.p-active {
            width: calc(100%); } }
        body.h2o .banner-hero .slider.p-active .v-middle-wrapper:after {
          opacity: 0.7; }
    body.h2o .banner-hero .white-text h1,
    body.h2o .banner-hero .white-text h2 {
      color: #FFFFFF; }
    body.h2o .banner-hero .white-text .links-outer a {
      color: #FFFFFF; }
    body.h2o .banner-hero .white-text .slide-no {
      color: #FFFFFF; }
    body.h2o .banner-hero .content-outer {
      margin-top: 51px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-hero .content-outer {
          margin-top: 30px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .banner-hero .content-outer {
          margin-top: 20px; } }
      @media (max-width: 595px) {
        body.h2o .banner-hero .content-outer {
          margin-top: 35px; } }
    body.h2o .banner-hero h1,
    body.h2o .banner-hero h2 {
      padding-left: 14px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-hero h1,
        body.h2o .banner-hero h2 {
          padding-left: 12px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .banner-hero h1,
        body.h2o .banner-hero h2 {
          padding-left: 10px; } }
      @media (max-width: 595px) {
        body.h2o .banner-hero h1,
        body.h2o .banner-hero h2 {
          padding-left: 8px; } }
      body.h2o .banner-hero h1 span,
      body.h2o .banner-hero h2 span {
        display: inline-block;
        padding: 14px 16px 10px;
        margin-top: 8px;
        margin-left: -15px; }
        body.h2o .banner-hero h1 span.text-white,
        body.h2o .banner-hero h2 span.text-white {
          background: transparent; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .banner-hero h1 span,
          body.h2o .banner-hero h2 span {
            padding: 12px 12px 8px;
            margin-left: -12px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .banner-hero h1 span,
          body.h2o .banner-hero h2 span {
            padding: 10px 10px 6px;
            margin-left: -10px; } }
        @media (max-width: 595px) {
          body.h2o .banner-hero h1 span,
          body.h2o .banner-hero h2 span {
            padding: 8px 8px 4px;
            margin-left: -8px; } }
        body.h2o .banner-hero h1 span.bg-black,
        body.h2o .banner-hero h2 span.bg-black {
          background-color: #000000;
          color: #ffe52b; }
        body.h2o .banner-hero h1 span.bg-yellow, body.h2o .banner-hero h1 span.bg-black,
        body.h2o .banner-hero h2 span.bg-yellow,
        body.h2o .banner-hero h2 span.bg-black {
          padding-bottom: 10px; }
        body.h2o .banner-hero h1 span.animate-left,
        body.h2o .banner-hero h2 span.animate-left {
          left: -100%;
          position: relative;
          -webkit-transition: left .5s ease 1.5s, margin-left 1s ease 3s;
          -o-transition: left .5s ease 1.5s, margin-left 1s ease 3s;
          transition: left .5s ease 1.5s, margin-left 1s ease 3s; }
    body.h2o .banner-hero p {
      font-size: 35px;
      line-height: 1;
      padding: 20px 16px 5px;
      max-width: 695px;
      font-weight: 400; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .banner-hero p {
          font-size: 31px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-hero p {
          font-size: 25px;
          padding: 18px 12px 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .banner-hero p {
          font-size: 21px;
          padding: 18px 10px 0; } }
      @media (max-width: 595px) {
        body.h2o .banner-hero p {
          font-size: 17px;
          padding: 15px 8px 0; } }
      body.h2o .banner-hero p.banner-animate {
        opacity: 0;
        -webkit-transition: opacity .6s ease 4s;
        -o-transition: opacity .6s ease 4s;
        transition: opacity .6s ease 4s; }
    body.h2o .banner-hero .links-outer {
      padding: 10px 20px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-hero .links-outer {
          padding: 10px 14px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .banner-hero .links-outer {
          padding: 10px 12px; } }
      @media (max-width: 595px) {
        body.h2o .banner-hero .links-outer {
          padding: 5px 10px; } }
      body.h2o .banner-hero .links-outer a {
        margin-right: 53px;
        text-transform: none; }
        body.h2o .banner-hero .links-outer a.text-default:before {
          background-color: #000000; }
        body.h2o .banner-hero .links-outer a:last-child {
          margin-right: 0;
          font-weight: 700; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .banner-hero .links-outer a {
            margin-right: 30px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .banner-hero .links-outer a {
            margin-right: 25px; } }
        @media (max-width: 767px) {
          body.h2o .banner-hero .links-outer a {
            margin-right: 15px; } }
        body.h2o .banner-hero .links-outer a.text-white:before {
          background: #ffe52b; }
    body.h2o .banner-hero .info-wrapper {
      padding-left: 5px;
      margin-top: 20px; }
      @media (max-width: 991px) {
        body.h2o .banner-hero .info-wrapper {
          display: none; } }
      body.h2o .banner-hero .info-wrapper .info-box {
        display: inline-block;
        text-align: center;
        width: 118px;
        padding: 0 2px;
        vertical-align: top; }
        body.h2o .banner-hero .info-wrapper .info-box .content {
          color: #FFFFFF; }
          body.h2o .banner-hero .info-wrapper .info-box .content span {
            font-size: 12px; }
    body.h2o .banner-hero.banner-2 .slider.active {
      left: 78px;
      width: 100%; }
      @media (min-width: 992px) and (max-width: 1024px) {
        body.h2o .banner-hero.banner-2 .slider.active {
          left: 40px;
          width: calc(100% - 40px); } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-hero.banner-2 .slider.active {
          left: 40px;
          width: calc(100% - 40px); } }
      @media (max-width: 767px) {
        body.h2o .banner-hero.banner-2 .slider.active {
          left: 35px;
          width: calc(100% - 35px); } }
    body.h2o .banner-hero.banner-2 .slider.p-clone-active {
      left: 78px;
      width: calc(100% - 78px); }
      @media (min-width: 992px) and (max-width: 1024px) {
        body.h2o .banner-hero.banner-2 .slider.p-clone-active {
          left: 40px;
          width: calc(100% - 40px); } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-hero.banner-2 .slider.p-clone-active {
          left: 40px;
          width: calc(100% - 40px); } }
      @media (max-width: 767px) {
        body.h2o .banner-hero.banner-2 .slider.p-clone-active {
          left: 35px;
          width: calc(100% - 35px); } }
    body.h2o .banner-hero.banner-2 .slider.n-active {
      left: 0; }
    body.h2o .banner-hero.banner-1 .slider.active {
      left: 0;
      width: 100%; }
    body.h2o .banner-hero.banner-1 .slider.p-clone-active {
      left: 0;
      width: 100%; }
    body.h2o .banner-hero.banner-1 .container {
      height: 100%; }
      body.h2o .banner-hero.banner-1 .container .v-middle-inner {
        padding-left: 0; }
  body.h2o.animate-in .banner-hero h1 span.animate-left,
  body.h2o.animate-in .banner-hero h2 span.animate-left {
    margin-left: -324px;
    left: 0; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o.animate-in .banner-hero h1 span.animate-left,
      body.h2o.animate-in .banner-hero h2 span.animate-left {
        margin-left: -270px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o.animate-in .banner-hero h1 span.animate-left,
      body.h2o.animate-in .banner-hero h2 span.animate-left {
        margin-left: -226px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o.animate-in .banner-hero h1 span.animate-left,
      body.h2o.animate-in .banner-hero h2 span.animate-left {
        margin-left: -204px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o.animate-in .banner-hero h1 span.animate-left,
      body.h2o.animate-in .banner-hero h2 span.animate-left {
        margin-left: -180px; } }
    @media (max-width: 480px) {
      body.h2o.animate-in .banner-hero h1 span.animate-left,
      body.h2o.animate-in .banner-hero h2 span.animate-left {
        margin-left: -135px; } }
  body.h2o.animate-in .banner-hero p.banner-animate {
    opacity: 1; }
  @media (min-width: 1150px) {
    body.h2o.we-small-height.animate-in .banner-hero h1 span.animate-left,
    body.h2o.we-small-height.animate-in .banner-hero h2 span.animate-left {
      margin-left: -281px; } }
  @media (min-width: 1150px) {
    body.h2o.we-small-height .banner-hero .content-wrapper {
      height: 520px; } }
  body.h2o.we-small-height .banner-hero .v-middle-inner {
    /*max-width: 780px;*/ }
  @media (min-width: 1150px) {
    body.h2o.we-small-height .banner-hero p {
      font-size: 31px; } }
  body.h2o #countdown {
    padding-left: 16px; }
    @media (max-width: 991px) {
      body.h2o #countdown {
        /*    display: none;*/ } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o #countdown {
        padding-left: 12px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o #countdown {
        padding-left: 10px; } }
    @media (max-width: 595px) {
      body.h2o #countdown {
        padding-left: 8px; } }
    @media (max-width: 480px) {
      body.h2o #countdown {
        margin-top: 10px; } }
    body.h2o #countdown li {
      display: inline-block;
      width: 104px;
      text-align: center;
      background: #FFFFFF;
      padding: 18px 5px;
      margin-right: 15px;
      border-radius: 5px;
      margin-bottom: 20px;
      margin-top: 20px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o #countdown li {
          width: 90px;
          padding: 14px 0;
          margin-bottom: 10px;
          margin-top: 15px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o #countdown li {
          width: 80px;
          padding: 12px 5px;
          margin-right: 5px;
          margin-bottom: 10px;
          margin-top: 10px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o #countdown li {
          width: 80px;
          padding: 10px 5px;
          margin-right: 5px;
          margin-bottom: 10px;
          margin-top: 10px; } }
      @media (max-width: 480px) {
        body.h2o #countdown li {
          width: calc(50% - 4px);
          padding: 12px 5px;
          margin-right: 0;
          margin-bottom: 5px;
          margin-top: 0; } }
      body.h2o #countdown li span {
        font-size: 40px;
        font-family: "montserrat", sans-serif;
        font-weight: 700;
        line-height: 1.0;
        position: relative; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o #countdown li span {
            font-size: 32px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o #countdown li span {
            font-size: 28px; } }
        @media (max-width: 595px) {
          body.h2o #countdown li span {
            font-size: 24px; } }
      body.h2o #countdown li p {
        margin-top: 7px;
        padding: 0;
        font-family: "open-sans", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 14px; }
        @media (max-width: 767px) {
          body.h2o #countdown li p {
            font-size: 12px; } }
        @media (max-width: 480px) {
          body.h2o #countdown li p {
            margin-top: 5px; } }
  body.h2o .our-customers {
    padding: 120px 0 120px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .our-customers {
        padding: 80px 0; } }
    @media (max-width: 991px) {
      body.h2o .our-customers {
        padding: 40px 0; } }
    @media (max-width: 480px) {
      body.h2o .our-customers {
        padding: 30px 0; } }
    @media (max-width: 595px) {
      body.h2o .our-customers {
        padding-bottom: 40px; } }
    body.h2o .our-customers .content-wrapper {
      text-align: center;
      max-width: 920px;
      width: 100%;
      margin: 0 auto; }
      body.h2o .our-customers .content-wrapper h2 {
        margin-bottom: 8px; }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .our-customers .content-wrapper h2 {
            margin-bottom: 10px; } }
        @media (max-width: 480px) {
          body.h2o .our-customers .content-wrapper h2 {
            margin-bottom: 10px; } }
        body.h2o .our-customers .content-wrapper h2 .text-bg {
          background-color: #000000;
          color: #ffe52b;
          display: inline-block;
          padding: 9px 15px 13px 19px; }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .our-customers .content-wrapper h2 .text-bg {
              padding: 6px 10px 3px; } }
          @media (max-width: 480px) {
            body.h2o .our-customers .content-wrapper h2 .text-bg {
              padding: 3px 8px 2px; } }
      body.h2o .our-customers .content-wrapper p {
        font-family: "proxima-nova", sans-serif;
        line-height: 1.25;
        padding-bottom: 18px; }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .our-customers .content-wrapper p {
            padding-bottom: 10px; } }
        @media (max-width: 480px) {
          body.h2o .our-customers .content-wrapper p {
            padding-bottom: 6px; } }
    body.h2o .our-customers .img-content {
      width: 100%;
      margin: 59px 0 0;
      font-size: 0;
      display: inline-block;
      vertical-align: middle;
      text-align: center; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .our-customers .img-content {
          margin: 35px 0 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .our-customers .img-content {
          margin: 20px 0 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .our-customers .img-content {
          margin: 20px 0 0; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .our-customers .img-content {
          margin: 17px 0 0 0; } }
      @media (max-width: 480px) {
        body.h2o .our-customers .img-content {
          margin: 15px 0 0; } }
      body.h2o .our-customers .img-content .logo {
        display: inline-block;
        text-align: center;
        width: calc(20% - 50px);
        margin: 0 25px 0 25px;
        float: left; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .our-customers .img-content .logo {
            width: calc(20% - 40px);
            margin: 20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .our-customers .img-content .logo {
            width: calc(20% - 44px);
            margin: 22px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .our-customers .img-content .logo {
            margin: 20px;
            float: none;
            width: calc(25% - 40px); } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .our-customers .img-content .logo {
            margin: 15px;
            float: none;
            width: calc(33.33% - 30px); } }
        @media (max-width: 480px) {
          body.h2o .our-customers .img-content .logo {
            margin: 10px 9px 15px;
            float: none;
            width: calc(33.33% - 18px); } }
  body.h2o .registration-cta {
    padding: 120px 0 97px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .registration-cta {
        padding: 80px 0; } }
    @media (max-width: 991px) {
      body.h2o .registration-cta {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o .registration-cta {
        padding: 30px 0 30px; } }
    body.h2o .registration-cta.contact-registration {
      padding-top: 0; }
    body.h2o .registration-cta.community-cta {
      padding-top: 97px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .registration-cta.community-cta {
          padding-top: 80px; } }
      @media (max-width: 991px) {
        body.h2o .registration-cta.community-cta {
          padding-top: 40px; } }
      @media (max-width: 480px) {
        body.h2o .registration-cta.community-cta {
          padding-top: 30px; } }
    body.h2o .registration-cta.we-inner-pages {
      padding-top: 90px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .registration-cta.we-inner-pages {
          padding-top: 60px; } }
      @media (max-width: 991px) {
        body.h2o .registration-cta.we-inner-pages {
          padding-top: 40px; } }
      @media (max-width: 480px) {
        body.h2o .registration-cta.we-inner-pages {
          padding-top: 30px; } }
      body.h2o .registration-cta.we-inner-pages.contact-registration {
        padding-top: 0; }
    body.h2o .registration-cta .content-wrapper {
      text-align: center;
      max-width: 870px;
      width: 100%;
      margin: 0 auto; }
      body.h2o .registration-cta .content-wrapper h2 {
        margin-bottom: 9px; }
        body.h2o .registration-cta .content-wrapper h2 .text-bg {
          background-color: #ffe52b;
          color: black;
          display: inline-block;
          padding: 6px 15px 0; }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .registration-cta .content-wrapper h2 .text-bg {
              padding: 6px 10px 3px; } }
          @media (max-width: 480px) {
            body.h2o .registration-cta .content-wrapper h2 .text-bg {
              padding: 3px 8px 2px; } }
      body.h2o .registration-cta .content-wrapper h4 {
        margin-bottom: 55px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .registration-cta .content-wrapper h4 {
            margin-bottom: 45px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .registration-cta .content-wrapper h4 {
            margin-bottom: 35px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .registration-cta .content-wrapper h4 {
            margin-bottom: 26px; } }
        @media (max-width: 595px) {
          body.h2o .registration-cta .content-wrapper h4 {
            margin-bottom: 22px; } }
      body.h2o .registration-cta .content-wrapper p {
        font-family: "proxima-nova", sans-serif;
        line-height: 1.25;
        padding-bottom: 17px; }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .registration-cta .content-wrapper p {
            padding-bottom: 10px; } }
        @media (max-width: 480px) {
          body.h2o .registration-cta .content-wrapper p {
            padding-bottom: 6px; } }
    body.h2o .registration-cta .img-content {
      margin: 50px 0 0;
      display: inline-block;
      width: 100%;
      vertical-align: middle;
      text-align: center;
      font-size: 0; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .registration-cta .img-content {
          margin: 35px 0 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .registration-cta .img-content {
          margin: 35px 0 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .registration-cta .img-content {
          margin: 30px 0 0; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .registration-cta .img-content {
          margin: 25px 0 0; } }
      @media (max-width: 480px) {
        body.h2o .registration-cta .img-content {
          margin: 15px 0 0; } }
      body.h2o .registration-cta .img-content .logo {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        margin: 0 23px 0 33px;
        max-width: 232px;
        width: calc(33.33% - 115px);
        -webkit-perspective: 1000px;
                perspective: 1000px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .registration-cta .img-content .logo {
            margin: 0 25px 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .registration-cta .img-content .logo {
            margin: 0 12px;
            width: calc(33.33% - 24px); } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .registration-cta .img-content .logo {
            margin: 0 10px 0;
            width: calc(33.33% - 20px);
            max-width: 160px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .registration-cta .img-content .logo {
            width: calc(50% - 30px);
            margin: 0 15px;
            max-width: 190px; } }
        @media (max-width: 480px) {
          body.h2o .registration-cta .img-content .logo {
            margin: 8px auto 0;
            display: block;
            width: 100%;
            max-width: 160px; } }
        body.h2o .registration-cta .img-content .logo a {
          display: block;
          width: 100%;
          height: 100%;
          -webkit-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
          body.h2o .registration-cta .img-content .logo a:hover {
            /* IE 9 */
            -webkit-transform: scale(1.2);
            /* Safari 3-8 */
            -o-transform: scale(1.2);
               transform: scale(1.2); }
            @media (max-width: 991px) {
              body.h2o .registration-cta .img-content .logo a:hover {
                /* IE 9 */
                -webkit-transform: scale(1.1);
                /* Safari 3-8 */
                -o-transform: scale(1.1);
                   transform: scale(1.1); } }
            @media (max-width: 767px) {
              body.h2o .registration-cta .img-content .logo a:hover {
                /* IE 9 */
                -webkit-transform: scale(1);
                /* Safari 3-8 */
                -o-transform: scale(1);
                   transform: scale(1); } }
          body.h2o .registration-cta .img-content .logo a img {
            height: 100%;
            width: 100%; }
    body.h2o .registration-cta.we-inner-pages .content-wrapper p {
      font-size: 18px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .registration-cta.we-inner-pages .content-wrapper p {
          font-size: 16px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .registration-cta.we-inner-pages .content-wrapper p {
          font-size: 16px; } }
      @media (max-width: 595px) {
        body.h2o .registration-cta.we-inner-pages .content-wrapper p {
          font-size: 16px; } }
  body.h2o .intro-block {
    padding: 37px 0 63px;
    overflow: visible;
    z-index: 5; }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .intro-block {
        padding: 30px 0 45px; } }
    @media (max-width: 595px) {
      body.h2o .intro-block {
        padding: 30px 0 35px; } }
    body.h2o .intro-block .two-col-outer {
      font-size: 0;
      margin: 10px auto 0;
      max-width: 924px; }
      @media (max-width: 767px) {
        body.h2o .intro-block .two-col-outer {
          width: 100%;
          max-width: 100%; } }
      body.h2o .intro-block .two-col-outer .col-two.content-box {
        width: 62.1%; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .intro-block .two-col-outer .col-two.content-box {
            width: 60%; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .intro-block .two-col-outer .col-two.content-box {
            width: 60%; } }
        @media (max-width: 595px) {
          body.h2o .intro-block .two-col-outer .col-two.content-box {
            width: 100%;
            margin-bottom: 25px;
            float: none;
            clear: both; } }
      body.h2o .intro-block .two-col-outer .col-two.img-box {
        float: right;
        position: relative;
        width: 44.9%; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .intro-block .two-col-outer .col-two.img-box {
            width: 40%; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .intro-block .two-col-outer .col-two.img-box {
            width: 40%; } }
        @media (max-width: 595px) {
          body.h2o .intro-block .two-col-outer .col-two.img-box {
            width: 100%;
            float: none;
            clear: both; } }
        body.h2o .intro-block .two-col-outer .col-two.img-box .col-img {
          position: absolute;
          top: -395px;
          width: 100%;
          left: 42px;
          z-index: 2;
          max-width: 408px;
          -webkit-box-shadow: -19px 1px 77px 12px rgba(0, 0, 0, 0.19);
          box-shadow: -19px 1px 77px 12px rgba(0, 0, 0, 0.19); }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .intro-block .two-col-outer .col-two.img-box .col-img {
              left: 0;
              top: -330px;
              max-width: 350px; } }
          @media (max-width: 991px) {
            body.h2o .intro-block .two-col-outer .col-two.img-box .col-img {
              left: 0; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .intro-block .two-col-outer .col-two.img-box .col-img {
              top: -120px;
              max-width: 300px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .intro-block .two-col-outer .col-two.img-box .col-img {
              top: -100px;
              max-width: 250px; } }
          @media (max-width: 595px) {
            body.h2o .intro-block .two-col-outer .col-two.img-box .col-img {
              width: 100%;
              position: relative;
              top: auto;
              left: auto;
              margin: 0 auto; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .intro-block .two-col-outer .col-two.img-box .col-img {
              max-width: 220px; } }
          @media (max-width: 480px) {
            body.h2o .intro-block .two-col-outer .col-two.img-box .col-img {
              max-width: 200px; } }
          body.h2o .intro-block .two-col-outer .col-two.img-box .col-img img {
            width: 100%; }
          body.h2o .intro-block .two-col-outer .col-two.img-box .col-img span {
            position: absolute;
            top: 33%;
            right: 7px;
            height: 78px;
            width: 78px;
            display: none;
            border: 10px solid #ffe52b; }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .intro-block .two-col-outer .col-two.img-box .col-img span {
                height: 68px;
                width: 68px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.h2o .intro-block .two-col-outer .col-two.img-box .col-img span {
                height: 58px;
                width: 58px;
                border: 8px solid #ffe52b; } }
            @media (max-width: 480px) {
              body.h2o .intro-block .two-col-outer .col-two.img-box .col-img span {
                height: 50px;
                width: 50px;
                border: 8px solid #ffe52b; } }
      body.h2o .intro-block .two-col-outer .col-two .link-text {
        font-weight: 700;
        padding: 8px 0 5px; }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .intro-block .two-col-outer .col-two .link-text {
            padding: 5px 0 0px; } }
        @media (max-width: 595px) {
          body.h2o .intro-block .two-col-outer .col-two .link-text {
            font-size: 16px;
            padding: 0; } }
        body.h2o .intro-block .two-col-outer .col-two .link-text:before {
          background: #ffe52b; }
      body.h2o .intro-block .two-col-outer .col-two .logo {
        max-width: 126px;
        width: 100%; }
        @media (max-width: 595px) {
          body.h2o .intro-block .two-col-outer .col-two .logo {
            max-width: 100px; } }
      body.h2o .intro-block .two-col-outer .col-two p {
        padding: 16px 65px 14px 0;
        letter-spacing: 0.004em; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .intro-block .two-col-outer .col-two p {
            padding: 16px 30px 14px 0; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .intro-block .two-col-outer .col-two p {
            padding: 16px 20px 14px 0; } }
        @media (max-width: 595px) {
          body.h2o .intro-block .two-col-outer .col-two p {
            padding: 0;
            width: 100%; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .intro-block .two-col-outer .col-two p {
            margin: 20px 0 10px; } }
        @media (max-width: 480px) {
          body.h2o .intro-block .two-col-outer .col-two p {
            width: 100%;
            margin: 15px 0 10px; } }
  body.h2o.we-small-height .intro-block {
    padding: 37px 0 63px; }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o.we-small-height .intro-block {
        padding: 30px 0 45px; } }
    @media (max-width: 595px) {
      body.h2o.we-small-height .intro-block {
        padding: 30px 0 35px; } }
    @media (min-width: 992px) {
      body.h2o.we-small-height .intro-block .two-col-outer .col-two.img-box .col-img {
        top: -340px;
        max-width: 350px; } }
    body.h2o.we-small-height .intro-block .two-col-outer .col-two.content-box {
      padding-right: 65px; }
      @media (max-width: 595px) {
        body.h2o.we-small-height .intro-block .two-col-outer .col-two.content-box {
          padding-right: 0; } }
  body.h2o .portfolio-infographic {
    padding: 90px 0 60px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .portfolio-infographic {
        padding: 80px 0 50px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .portfolio-infographic {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o .portfolio-infographic {
        padding: 30px 0; } }
    body.h2o .portfolio-infographic .heading {
      padding: 15px 0 47px;
      text-align: center; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .portfolio-infographic .heading {
          padding: 10px 0 35px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .portfolio-infographic .heading {
          padding: 10px 0 25px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .portfolio-infographic .heading {
          padding: 5px 0 20px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .portfolio-infographic .heading {
          padding: 5px 0 20px; } }
      @media (max-width: 480px) {
        body.h2o .portfolio-infographic .heading {
          padding: 5px 0 10px; } }
      body.h2o .portfolio-infographic .heading h2, body.h2o .portfolio-infographic .heading h4 {
        color: #FFFFFF; }
        body.h2o .portfolio-infographic .heading h2 span, body.h2o .portfolio-infographic .heading h4 span {
          display: inline-block; }
          body.h2o .portfolio-infographic .heading h2 span.text-color, body.h2o .portfolio-infographic .heading h4 span.text-color {
            color: #ffe52b;
            background: transparent;
            padding: 0; }
          body.h2o .portfolio-infographic .heading h2 span.text-bg, body.h2o .portfolio-infographic .heading h4 span.text-bg {
            padding: 6px 10px 0px;
            color: #000000; }
    body.h2o .portfolio-infographic .button {
      position: absolute;
      bottom: 0;
      right: 0; }
    body.h2o .portfolio-infographic .infographic-slider {
      font-size: 0;
      position: relative; }
      body.h2o .portfolio-infographic .infographic-slider .tabs {
        display: inline-block;
        max-width: 196px;
        width: 30%;
        height: 100%;
        position: relative;
        vertical-align: middle;
        padding-bottom: 30px; }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .portfolio-infographic .infographic-slider .tabs {
            max-width: 142px; } }
        @media (max-width: 595px) {
          body.h2o .portfolio-infographic .infographic-slider .tabs {
            max-width: 100%;
            width: 100%;
            padding-right: 20px;
            text-align: center;
            padding-bottom: 0; } }
        body.h2o .portfolio-infographic .infographic-slider .tabs button {
          width: 100%;
          padding: 7px;
          display: none;
          border-radius: 5px;
          background: #ffe52b;
          cursor: pointer;
          outline: none;
          position: relative; }
          body.h2o .portfolio-infographic .infographic-slider .tabs button span {
            font-size: 16px;
            font-weight: 700; }
            body.h2o .portfolio-infographic .infographic-slider .tabs button span.caret {
              position: absolute;
              top: calc(50% - 15px);
              right: 10px;
              width: 30px;
              -webkit-transition: -webkit-transform 0.3s ease;
              transition: -webkit-transform 0.3s ease;
              -o-transition: -o-transform 0.3s ease;
              transition: transform 0.3s ease;
              transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }
              body.h2o .portfolio-infographic .infographic-slider .tabs button span.caret.rotate {
                -webkit-transform: rotate(180deg);
                     -o-transform: rotate(180deg);
                        transform: rotate(180deg); }
          @media (max-width: 595px) {
            body.h2o .portfolio-infographic .infographic-slider .tabs button {
              display: block; } }
        body.h2o .portfolio-infographic .infographic-slider .tabs ul {
          padding-left: 0px; }
          @media (max-width: 991px) {
            body.h2o .portfolio-infographic .infographic-slider .tabs ul {
              padding-left: 0; } }
          @media (max-width: 595px) {
            body.h2o .portfolio-infographic .infographic-slider .tabs ul {
              display: none;
              position: absolute;
              width: calc(100% - 20px);
              top: 36px;
              height: auto;
              background: #ffe52b;
              border-radius: 5px;
              z-index: 2;
              margin-right: 20px; } }
          body.h2o .portfolio-infographic .infographic-slider .tabs ul li {
            font-size: 22px;
            font-weight: 700;
            color: #FFFFFF;
            padding: 8px 20px;
            margin: 2px 0;
            background: transparent;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            cursor: pointer; }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .portfolio-infographic .infographic-slider .tabs ul li {
                padding: 6px 18px; } }
            @media (max-width: 767px) {
              body.h2o .portfolio-infographic .infographic-slider .tabs ul li {
                padding: 6px 12px; } }
            @media (max-width: 595px) {
              body.h2o .portfolio-infographic .infographic-slider .tabs ul li {
                margin: 0; }
                body.h2o .portfolio-infographic .infographic-slider .tabs ul li:first-child {
                  border-radius: 5px 5px 0 0; }
                body.h2o .portfolio-infographic .infographic-slider .tabs ul li:last-child {
                  border-radius: 0 0 5px 5px; } }
            body.h2o .portfolio-infographic .infographic-slider .tabs ul li span {
              font-size: 19px; }
              @media (min-width: 768px) and (max-width: 991px) {
                body.h2o .portfolio-infographic .infographic-slider .tabs ul li span {
                  font-size: 18px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body.h2o .portfolio-infographic .infographic-slider .tabs ul li span {
                  font-size: 14px; } }
              @media (max-width: 595px) {
                body.h2o .portfolio-infographic .infographic-slider .tabs ul li span {
                  font-size: 16px;
                  padding: 0; } }
              @media (max-width: 595px) {
                body.h2o .portfolio-infographic .infographic-slider .tabs ul li span.link {
                  color: #000000; } }
              body.h2o .portfolio-infographic .infographic-slider .tabs ul li span.link:before {
                height: 4px; }
                @media (min-width: 596px) and (max-width: 767px) {
                  body.h2o .portfolio-infographic .infographic-slider .tabs ul li span.link:before {
                    height: 3px; } }
                @media (max-width: 595px) {
                  body.h2o .portfolio-infographic .infographic-slider .tabs ul li span.link:before {
                    height: 2px; } }
            body.h2o .portfolio-infographic .infographic-slider .tabs ul li.active {
              background: #ffe52b; }
              @media (max-width: 595px) {
                body.h2o .portfolio-infographic .infographic-slider .tabs ul li.active {
                  background: #000000; } }
              body.h2o .portfolio-infographic .infographic-slider .tabs ul li.active span {
                color: #000000; }
                @media (max-width: 595px) {
                  body.h2o .portfolio-infographic .infographic-slider .tabs ul li.active span {
                    color: #ffe52b; } }
                body.h2o .portfolio-infographic .infographic-slider .tabs ul li.active span:before {
                  display: none; }
            body.h2o .portfolio-infographic .infographic-slider .tabs ul li:hover {
              /*background: $yellow;*/
              /*color: $black;*/ }
        body.h2o .portfolio-infographic .infographic-slider .tabs > a {
          padding: 8px 22px; }
          @media (max-width: 991px) {
            body.h2o .portfolio-infographic .infographic-slider .tabs > a {
              padding: 8px 20px; } }
          @media (max-width: 767px) {
            body.h2o .portfolio-infographic .infographic-slider .tabs > a {
              padding: 8px 12px; } }
          @media (max-width: 595px) {
            body.h2o .portfolio-infographic .infographic-slider .tabs > a {
              display: inline-block;
              padding: 8px 20px; } }
          body.h2o .portfolio-infographic .infographic-slider .tabs > a span {
            color: #FFFFFF;
            font-size: 18px;
            font-weight: 700; }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .portfolio-infographic .infographic-slider .tabs > a span {
                font-size: 16px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .portfolio-infographic .infographic-slider .tabs > a span {
                font-size: 16px; } }
            body.h2o .portfolio-infographic .infographic-slider .tabs > a span:before {
              background: #ffe52b; }
      body.h2o .portfolio-infographic .infographic-slider .button {
        bottom: 0;
        right: 0;
        z-index: 3; }
        body.h2o .portfolio-infographic .infographic-slider .button span {
          height: 100%;
          /*vertical-align: top;*/ }
          body.h2o .portfolio-infographic .infographic-slider .button span:active {
            color: #000000; }
          body.h2o .portfolio-infographic .infographic-slider .button span.bg-yellow {
            margin: 0;
            padding: 21px 20px 18px 20px;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: .053em;
            text-align: center;
            display: inline-block;
            color: #000000;
            line-height: 1.25; }
            @media (min-width: 992px) and (max-width: 1150px) {
              body.h2o .portfolio-infographic .infographic-slider .button span.bg-yellow {
                padding: 19px 20px 19px 20px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .portfolio-infographic .infographic-slider .button span.bg-yellow {
                padding: 17px 15px 17px 15px; } }
            @media (max-width: 767px) {
              body.h2o .portfolio-infographic .infographic-slider .button span.bg-yellow {
                padding: 14px 15px 14px 15px; } }
      body.h2o .portfolio-infographic .infographic-slider .background-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; }
        body.h2o .portfolio-infographic .infographic-slider .background-content > .bg-img {
          max-height: inherit;
          height: 100%;
          opacity: 0;
          visibility: hidden;
          /*transition: all 0.4s ease;*/ }
          body.h2o .portfolio-infographic .infographic-slider .background-content > .bg-img.custom-object-fit {
            position: relative;
            background-size: cover;
            background-position: center center; }
            body.h2o .portfolio-infographic .infographic-slider .background-content > .bg-img.custom-object-fit img {
              opacity: 0; }
        body.h2o .portfolio-infographic .infographic-slider .background-content > a {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: calc(100% + 1px);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.96) 3%, rgba(255, 255, 255, 0.94) 7%, rgba(255, 255, 255, 0.85) 13%, rgba(255, 255, 255, 0.69) 20%, rgba(255, 255, 255, 0.5) 27%, rgba(255, 255, 255, 0.25) 35%, rgba(255, 255, 255, 0.15) 40%, rgba(255, 255, 255, 0.06) 46%, rgba(255, 255, 255, 0) 63%, rgba(255, 255, 255, 0) 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(3%, rgba(255, 255, 255, 0.96)), color-stop(7%, rgba(255, 255, 255, 0.94)), color-stop(13%, rgba(255, 255, 255, 0.85)), color-stop(20%, rgba(255, 255, 255, 0.69)), color-stop(27%, rgba(255, 255, 255, 0.5)), color-stop(35%, rgba(255, 255, 255, 0.25)), color-stop(40%, rgba(255, 255, 255, 0.15)), color-stop(46%, rgba(255, 255, 255, 0.06)), color-stop(63%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
          background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.96) 3%, rgba(255, 255, 255, 0.94) 7%, rgba(255, 255, 255, 0.85) 13%, rgba(255, 255, 255, 0.69) 20%, rgba(255, 255, 255, 0.5) 27%, rgba(255, 255, 255, 0.25) 35%, rgba(255, 255, 255, 0.15) 40%, rgba(255, 255, 255, 0.06) 46%, rgba(255, 255, 255, 0) 63%, rgba(255, 255, 255, 0) 100%);
          background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.96) 3%, rgba(255, 255, 255, 0.94) 7%, rgba(255, 255, 255, 0.85) 13%, rgba(255, 255, 255, 0.69) 20%, rgba(255, 255, 255, 0.5) 27%, rgba(255, 255, 255, 0.25) 35%, rgba(255, 255, 255, 0.15) 40%, rgba(255, 255, 255, 0.06) 46%, rgba(255, 255, 255, 0) 63%, rgba(255, 255, 255, 0) 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); }
        body.h2o .portfolio-infographic .infographic-slider .background-content .v-middle-inner {
          padding: 37px 25px;
          text-align: left;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media (min-width: 1151px) and (max-width: 1399px) {
            body.h2o .portfolio-infographic .infographic-slider .background-content .v-middle-inner {
              padding: 30px 20px; } }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .portfolio-infographic .infographic-slider .background-content .v-middle-inner {
              padding: 25px 22px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .portfolio-infographic .infographic-slider .background-content .v-middle-inner {
              padding: 25px 25px; } }
          @media (max-width: 767px) {
            body.h2o .portfolio-infographic .infographic-slider .background-content .v-middle-inner {
              /*padding: 0 10px 0 20px;*/
              padding: 12px 10px 0 20px; } }
          @media (max-width: 480px) {
            body.h2o .portfolio-infographic .infographic-slider .background-content .v-middle-inner {
              padding: 20px 20px; } }
        body.h2o .portfolio-infographic .infographic-slider .background-content .logo {
          max-width: 183px;
          width: 100%;
          position: relative;
          padding-bottom: 40px; }
          @media (min-width: 1151px) and (max-width: 1399px) {
            body.h2o .portfolio-infographic .infographic-slider .background-content .logo {
              padding-bottom: 22px; } }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .portfolio-infographic .infographic-slider .background-content .logo {
              max-width: 170px;
              padding-bottom: 20px; } }
          @media (max-width: 991px) {
            body.h2o .portfolio-infographic .infographic-slider .background-content .logo {
              vertical-align: middle;
              padding-bottom: 20px; } }
          @media (max-width: 767px) {
            body.h2o .portfolio-infographic .infographic-slider .background-content .logo {
              max-width: 130px; } }
          body.h2o .portfolio-infographic .infographic-slider .background-content .logo img {
            /*          margin: 0 auto;
                    height: 100%;
                    width: 100%;*/
            height: 100%;
            max-height: 84px;
            -o-object-fit: contain;
               object-fit: contain;
            font-family: 'object-fit: contain'; }
        body.h2o .portfolio-infographic .infographic-slider .background-content .button .bg-yellow {
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease; }
        body.h2o .portfolio-infographic .infographic-slider .background-content .button .btn-black {
          background: #000000 !important; }
          body.h2o .portfolio-infographic .infographic-slider .background-content .button .btn-black:after {
            content: none; }
        body.h2o .portfolio-infographic .infographic-slider .background-content h4 {
          font-size: 34px;
          color: #FFFFFF;
          padding-bottom: 28px; }
          @media (min-width: 1151px) and (max-width: 1399px) {
            body.h2o .portfolio-infographic .infographic-slider .background-content h4 {
              font-size: 30px;
              padding-bottom: 20px; } }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .portfolio-infographic .infographic-slider .background-content h4 {
              font-size: 30px;
              padding-bottom: 15px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .portfolio-infographic .infographic-slider .background-content h4 {
              font-size: 28px;
              padding-bottom: 10px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .portfolio-infographic .infographic-slider .background-content h4 {
              font-size: 24px;
              padding-bottom: 8px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .portfolio-infographic .infographic-slider .background-content h4 {
              font-size: 20px;
              padding-bottom: 7px; } }
          @media (max-width: 480px) {
            body.h2o .portfolio-infographic .infographic-slider .background-content h4 {
              font-size: 20px;
              padding-bottom: 7px; } }
        body.h2o .portfolio-infographic .infographic-slider .background-content p {
          font-size: 22px; }
          @media (min-width: 1151px) and (max-width: 1399px) {
            body.h2o .portfolio-infographic .infographic-slider .background-content p {
              font-size: 20px; } }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .portfolio-infographic .infographic-slider .background-content p {
              font-size: 20px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .portfolio-infographic .infographic-slider .background-content p {
              font-size: 18px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .portfolio-infographic .infographic-slider .background-content p {
              font-size: 16px; } }
          @media (max-width: 595px) {
            body.h2o .portfolio-infographic .infographic-slider .background-content p {
              font-size: 16px; } }
      body.h2o .portfolio-infographic .infographic-slider .slick-current .background-content > a {
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.96) 3%, rgba(255, 255, 255, 0.94) 7%, rgba(255, 255, 255, 0.85) 13%, rgba(255, 255, 255, 0.69) 20%, rgba(255, 255, 255, 0.5) 27%, rgba(255, 255, 255, 0.25) 35%, rgba(255, 255, 255, 0.15) 40%, rgba(255, 255, 255, 0.06) 46%, rgba(255, 255, 255, 0) 63%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(3%, rgba(255, 255, 255, 0.96)), color-stop(7%, rgba(255, 255, 255, 0.94)), color-stop(13%, rgba(255, 255, 255, 0.85)), color-stop(20%, rgba(255, 255, 255, 0.69)), color-stop(27%, rgba(255, 255, 255, 0.5)), color-stop(35%, rgba(255, 255, 255, 0.25)), color-stop(40%, rgba(255, 255, 255, 0.15)), color-stop(46%, rgba(255, 255, 255, 0.06)), color-stop(63%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.96) 3%, rgba(255, 255, 255, 0.94) 7%, rgba(255, 255, 255, 0.85) 13%, rgba(255, 255, 255, 0.69) 20%, rgba(255, 255, 255, 0.5) 27%, rgba(255, 255, 255, 0.25) 35%, rgba(255, 255, 255, 0.15) 40%, rgba(255, 255, 255, 0.06) 46%, rgba(255, 255, 255, 0) 63%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.96) 3%, rgba(255, 255, 255, 0.94) 7%, rgba(255, 255, 255, 0.85) 13%, rgba(255, 255, 255, 0.69) 20%, rgba(255, 255, 255, 0.5) 27%, rgba(255, 255, 255, 0.25) 35%, rgba(255, 255, 255, 0.15) 40%, rgba(255, 255, 255, 0.06) 46%, rgba(255, 255, 255, 0) 63%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); }
    body.h2o .portfolio-infographic .tab-content {
      display: inline-block;
      width: calc(100% - 196px);
      height: 100%;
      vertical-align: middle;
      /*padding: 60px 0 60px 170px;*/
      padding-left: 170px;
      /*overflow: hidden;*/
      opacity: 0; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .portfolio-infographic .tab-content {
          padding-left: 50px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .portfolio-infographic .tab-content {
          padding-left: 70px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .portfolio-infographic .tab-content {
          width: calc(100% - 142px);
          padding-left: 20px; } }
      @media (max-width: 595px) {
        body.h2o .portfolio-infographic .tab-content {
          padding-left: 0;
          padding-right: 20px;
          width: 100%; } }
      body.h2o .portfolio-infographic .tab-content .bg-img {
        max-height: 404px;
        position: relative; }
        body.h2o .portfolio-infographic .tab-content .bg-img:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.3); }
      body.h2o .portfolio-infographic .tab-content .slick-list {
        padding: 40px 0 122px 0; }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .portfolio-infographic .tab-content .slick-list {
            padding: 40px 0 110px 0; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .portfolio-infographic .tab-content .slick-list {
            padding: 40px 0 100px 0; } }
        @media (max-width: 480px) {
          body.h2o .portfolio-infographic .tab-content .slick-list {
            padding: 20px 0 80px 0; } }
      body.h2o .portfolio-infographic .tab-content .slider {
        font-size: 0;
        width: 120%; }
        @media (max-width: 480px) {
          body.h2o .portfolio-infographic .tab-content .slider {
            width: 100%; } }
        body.h2o .portfolio-infographic .tab-content .slider .col {
          display: inline-block;
          position: relative;
          width: auto;
          outline: none;
          opacity: 0;
          -webkit-animation-name: fadeanimate;
               -o-animation-name: fadeanimate;
                  animation-name: fadeanimate;
          -webkit-animation-duration: 500ms;
               -o-animation-duration: 500ms;
                  animation-duration: 500ms;
          -webkit-animation-fill-mode: forwards;
               -o-animation-fill-mode: forwards;
                  animation-fill-mode: forwards; }
          body.h2o .portfolio-infographic .tab-content .slider .col h3, body.h2o .portfolio-infographic .tab-content .slider .col p {
            color: #FFFFFF; }
          body.h2o .portfolio-infographic .tab-content .slider .col .v-middle-wrapper {
            opacity: 0;
            visibility: hidden;
            overflow: hidden;
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease; }
            body.h2o .portfolio-infographic .tab-content .slider .col .v-middle-wrapper .v-middle-inner {
              text-align: left;
              padding: 61px 53px; }
              @media (min-width: 1200px) and (max-width: 1350px) {
                body.h2o .portfolio-infographic .tab-content .slider .col .v-middle-wrapper .v-middle-inner {
                  padding: 40px 30px; } }
              @media (min-width: 992px) and (max-width: 1150px) {
                body.h2o .portfolio-infographic .tab-content .slider .col .v-middle-wrapper .v-middle-inner {
                  padding: 30px 30px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                body.h2o .portfolio-infographic .tab-content .slider .col .v-middle-wrapper .v-middle-inner {
                  padding: 40px 30px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body.h2o .portfolio-infographic .tab-content .slider .col .v-middle-wrapper .v-middle-inner {
                  padding: 30px 20px; } }
              @media (max-width: 595px) {
                body.h2o .portfolio-infographic .tab-content .slider .col .v-middle-wrapper .v-middle-inner {
                  padding: 30px 20px; } }
            body.h2o .portfolio-infographic .tab-content .slider .col .v-middle-wrapper .logo {
              text-align: left;
              max-width: 123px;
              padding-bottom: 54px; }
              @media (min-width: 992px) and (max-width: 1150px) {
                body.h2o .portfolio-infographic .tab-content .slider .col .v-middle-wrapper .logo {
                  padding-bottom: 34px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                body.h2o .portfolio-infographic .tab-content .slider .col .v-middle-wrapper .logo {
                  padding-bottom: 30px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body.h2o .portfolio-infographic .tab-content .slider .col .v-middle-wrapper .logo {
                  padding-bottom: 15px; } }
              @media (max-width: 595px) {
                body.h2o .portfolio-infographic .tab-content .slider .col .v-middle-wrapper .logo {
                  padding-bottom: 15px; } }
              body.h2o .portfolio-infographic .tab-content .slider .col .v-middle-wrapper .logo img {
                height: 100%;
                width: 100%; }
            @media (min-width: 992px) and (max-width: 1150px) {
              body.h2o .portfolio-infographic .tab-content .slider .col .v-middle-wrapper h3 {
                font-size: 32px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .portfolio-infographic .tab-content .slider .col .v-middle-wrapper h3 {
                font-size: 28px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .portfolio-infographic .tab-content .slider .col .v-middle-wrapper h3 {
                font-size: 22px; } }
            @media (max-width: 595px) {
              body.h2o .portfolio-infographic .tab-content .slider .col .v-middle-wrapper h3 {
                font-size: 22px; } }
            body.h2o .portfolio-infographic .tab-content .slider .col .v-middle-wrapper p {
              font-size: 25px;
              padding-top: 30px; }
              @media (min-width: 992px) and (max-width: 1150px) {
                body.h2o .portfolio-infographic .tab-content .slider .col .v-middle-wrapper p {
                  padding-top: 15px;
                  font-size: 22px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                body.h2o .portfolio-infographic .tab-content .slider .col .v-middle-wrapper p {
                  padding-top: 20px;
                  font-size: 20px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body.h2o .portfolio-infographic .tab-content .slider .col .v-middle-wrapper p {
                  padding-top: 10px;
                  font-size: 16px; } }
              @media (max-width: 595px) {
                body.h2o .portfolio-infographic .tab-content .slider .col .v-middle-wrapper p {
                  padding-top: 10px;
                  font-size: 16px; } }
          body.h2o .portfolio-infographic .tab-content .slider .col .bg-img img {
            min-height: 100%;
            min-width: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
          body.h2o .portfolio-infographic .tab-content .slider .col .button span.right-arrow {
            /*padding: 24px;*/
            font-size: 16px;
            display: inline-block;
            background: #ffe52b;
            color: #FFFFFF;
            font-weight: 700;
            text-align: center;
            cursor: pointer;
            position: relative;
            z-index: 0;
            vertical-align: bottom;
            -webkit-transition: all 0.8s ease;
            -o-transition: all 0.8s ease;
            transition: all 0.8s ease;
            padding: 21px 22px 20px 21px; }
            @media (min-width: 992px) and (max-width: 1150px) {
              body.h2o .portfolio-infographic .tab-content .slider .col .button span.right-arrow {
                padding: 17px 17px 16px 17px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .portfolio-infographic .tab-content .slider .col .button span.right-arrow {
                padding: 15px 17px 14px 17px; } }
            @media (max-width: 767px) {
              body.h2o .portfolio-infographic .tab-content .slider .col .button span.right-arrow {
                padding: 12px 14px 11px 14px; } }
          body.h2o .portfolio-infographic .tab-content .slider .col .button span.video-play img {
            width: 21px;
            height: 23px; }
          body.h2o .portfolio-infographic .tab-content .slider .col.slick-current {
            z-index: 2;
            /*          .v-middle-wrapper{
                      opacity: 1;
                      visibility: visible;
                      background: $white;
                      width: 116.44%;
                      height: 126.46%;
                      top: -8%;
                      left: 0;
                      transition-delay: .8s;
                      @include phone-down{
                        width: 100%;
                        height: 100%;
                        top: 0;

                      }
                      h3,p{
                        color: $black;
                      }
                    }*/ }
            body.h2o .portfolio-infographic .tab-content .slider .col.slick-current .background-content {
              width: 103.3%;
              height: 111.8%;
              top: -6%;
              z-index: 4;
              -webkit-transition-delay: .8s;
                   -o-transition-delay: .8s;
                      transition-delay: .8s;
              overflow: hidden; }
              @media (max-width: 480px) {
                body.h2o .portfolio-infographic .tab-content .slider .col.slick-current .background-content {
                  width: 100%;
                  height: 100%;
                  top: 0; } }
              body.h2o .portfolio-infographic .tab-content .slider .col.slick-current .background-content > .bg-img {
                opacity: 1;
                visibility: visible; }
              body.h2o .portfolio-infographic .tab-content .slider .col.slick-current .background-content .v-middle-inner {
                padding: 37px 30px;
                -webkit-transition-delay: .8s;
                     -o-transition-delay: .8s;
                        transition-delay: .8s; }
                @media (min-width: 1151px) and (max-width: 1399px) {
                  body.h2o .portfolio-infographic .tab-content .slider .col.slick-current .background-content .v-middle-inner {
                    padding: 30px 20px; } }
                @media (min-width: 992px) and (max-width: 1150px) {
                  body.h2o .portfolio-infographic .tab-content .slider .col.slick-current .background-content .v-middle-inner {
                    padding: 25px 25px; } }
                @media (min-width: 768px) and (max-width: 991px) {
                  body.h2o .portfolio-infographic .tab-content .slider .col.slick-current .background-content .v-middle-inner {
                    padding: 20px 20px; } }
                @media (max-width: 767px) {
                  body.h2o .portfolio-infographic .tab-content .slider .col.slick-current .background-content .v-middle-inner {
                    padding: 20px 20px; } }
              body.h2o .portfolio-infographic .tab-content .slider .col.slick-current .background-content .button .bg-yellow {
                opacity: 1;
                visibility: visible;
                -webkit-transition-delay: .8s;
                     -o-transition-delay: .8s;
                        transition-delay: .8s; }
              body.h2o .portfolio-infographic .tab-content .slider .col.slick-current .background-content .button .right-arrow {
                padding: 16px 20px 16px 20px; }
                @media (min-width: 992px) and (max-width: 1150px) {
                  body.h2o .portfolio-infographic .tab-content .slider .col.slick-current .background-content .button .right-arrow {
                    padding: 16px 18px 15px 18px; } }
                @media (min-width: 768px) and (max-width: 991px) {
                  body.h2o .portfolio-infographic .tab-content .slider .col.slick-current .background-content .button .right-arrow {
                    padding: 14px 15px 13px 15px; } }
                @media (max-width: 767px) {
                  body.h2o .portfolio-infographic .tab-content .slider .col.slick-current .background-content .button .right-arrow {
                    padding: 11px 15px 10px 15px; } }
          body.h2o .portfolio-infographic .tab-content .slider .col:not(.slick-current) .v-middle-wrapper {
            -webkit-transition-delay: 0s;
                 -o-transition-delay: 0s;
                    transition-delay: 0s; }
          body.h2o .portfolio-infographic .tab-content .slider .col.slick-previous .v-middle-wrapper {
            -webkit-transition: all 0.6s ease 0.4s, width 0.5s ease, height 0.5s ease,top 0.5s ease, left 0.5s ease,opacity 0.5s ease;
            -o-transition: all 0.6s ease 0.4s, width 0.5s ease, height 0.5s ease,top 0.5s ease, left 0.5s ease,opacity 0.5s ease;
            transition: all 0.6s ease 0.4s, width 0.5s ease, height 0.5s ease,top 0.5s ease, left 0.5s ease,opacity 0.5s ease; }
          body.h2o .portfolio-infographic .tab-content .slider .col.slick-next .v-middle-wrapper {
            -webkit-transition: all 0.6s ease 0.4s, width 0.5s ease, height 0.5s ease,top 0.5s ease, left 0.5s ease,opacity 0.5s ease;
            -o-transition: all 0.6s ease 0.4s, width 0.5s ease, height 0.5s ease,top 0.5s ease, left 0.5s ease,opacity 0.5s ease;
            transition: all 0.6s ease 0.4s, width 0.5s ease, height 0.5s ease,top 0.5s ease, left 0.5s ease,opacity 0.5s ease; }
        body.h2o .portfolio-infographic .tab-content .slider .v-top {
          /*        @include desktop-down{
                  vertical-align: middle;
                  padding-bottom: 30px;
                }*/ }
          body.h2o .portfolio-infographic .tab-content .slider .v-top.no-company-logo {
            vertical-align: middle;
            padding-bottom: 30px; }
    body.h2o .portfolio-infographic .slide-nav {
      position: absolute;
      /*right: 50px;*/
      bottom: 22px; }
      body.h2o .portfolio-infographic .slide-nav span {
        /*      color: $white;
      font-weight: 700;
            text-align: center;*/
        cursor: pointer;
        /*padding: 12px 15px;*/
        position: relative;
        margin: 0 9px;
        /*border: 2px solid $yellow;*/
        /*      &.left{
              margin-right: 2px;
        transform: rotate(180deg);
      }
      @include desktop{
        padding: 9px 11px;
      }
      @include tablet{
        padding: 8px 10px;
      }
      @include tablet-down{
        padding: 7px 9px;
            }*/ }
        body.h2o .portfolio-infographic .slide-nav span img {
          width: 45px;
          height: 46px; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .portfolio-infographic .slide-nav span img {
              width: 35px;
              height: 37px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .portfolio-infographic .slide-nav span img {
              width: 32px;
              height: 33px; } }
          @media (max-width: 767px) {
            body.h2o .portfolio-infographic .slide-nav span img {
              width: 29px;
              height: 29px; } }
    body.h2o .portfolio-infographic.solutions {
      padding: 90px 0 110px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .portfolio-infographic.solutions {
          padding: 80px 0 70px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .portfolio-infographic.solutions {
          padding: 40px 0; } }
      @media (max-width: 767px) {
        body.h2o .portfolio-infographic.solutions {
          padding: 30px 0; } }
      body.h2o .portfolio-infographic.solutions .heading h4 {
        color: #FFFFFF;
        /*font-weight: 500;*/ }
  body.h2o.touch .portfolio-infographic ul li span.link:before {
    content: none; }
  body.h2o.ua-ie .portfolio-infographic .tab-content .slider .col.slick-current .background-content .button .right-arrow {
    padding: 17px 20px 16px 20px;
    height: 55px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o.ua-ie .portfolio-infographic .tab-content .slider .col.slick-current .background-content .button .right-arrow {
        padding: 17px 18px 15px 18px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o.ua-ie .portfolio-infographic .tab-content .slider .col.slick-current .background-content .button .right-arrow {
        padding: 14px 15px 13px 15px; } }
    @media (max-width: 767px) {
      body.h2o.ua-ie .portfolio-infographic .tab-content .slider .col.slick-current .background-content .button .right-arrow {
        padding: 11px 15px 10px 15px; } }
  body.h2o.ua-ie .portfolio-infographic .tab-content .slider .col.slick-current .background-content .button .bg-yellow {
    height: 55px; }
  body.h2o.ua-edge .portfolio-infographic .tab-content .slider .col.slick-current .background-content .button .right-arrow {
    padding: 17px 20px 16px 20px;
    height: 55px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o.ua-edge .portfolio-infographic .tab-content .slider .col.slick-current .background-content .button .right-arrow {
        padding: 17px 18px 15px 18px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o.ua-edge .portfolio-infographic .tab-content .slider .col.slick-current .background-content .button .right-arrow {
        padding: 14px 15px 13px 15px; } }
    @media (max-width: 767px) {
      body.h2o.ua-edge .portfolio-infographic .tab-content .slider .col.slick-current .background-content .button .right-arrow {
        padding: 11px 15px 10px 15px; } }
  body.h2o.ua-edge .portfolio-infographic .tab-content .slider .col.slick-current .background-content .button .bg-yellow {
    height: 55px; }
  body.h2o .logo-slider {
    padding: 90px 0 92px; }
    @media (min-width: 992px) and (max-width: 1024px) {
      body.h2o .logo-slider {
        padding: 90px 0 92px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .logo-slider {
        padding: 70px 0; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .logo-slider {
        padding: 50px 0; } }
    @media (max-width: 595px) {
      body.h2o .logo-slider {
        padding: 40px 0; } }
    body.h2o .logo-slider.bg-gray {
      background-color: #f2f2f2; }
    body.h2o .logo-slider .logo-wrapper {
      padding: 31px 0 49px;
      display: inline-block;
      width: 100%;
      vertical-align: middle;
      text-align: center; }
      @media (max-width: 767px) {
        body.h2o .logo-slider .logo-wrapper {
          padding: 25px 0 40px; } }
      body.h2o .logo-slider .logo-wrapper .logo {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        margin: 0 37px;
        float: none;
        clear: both;
        outline: none; }
        @media (min-width: 992px) and (max-width: 1024px) {
          body.h2o .logo-slider .logo-wrapper .logo {
            margin: 0 18px 0 28px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .logo-slider .logo-wrapper .logo {
            margin: 0 18px 0 28px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .logo-slider .logo-wrapper .logo {
            margin: 0 18px 0 28px; } }
        @media (max-width: 595px) {
          body.h2o .logo-slider .logo-wrapper .logo {
            margin: 0 16px 0 25px; } }
        body.h2o .logo-slider .logo-wrapper .logo img {
          margin: 0 auto; }
    body.h2o .logo-slider .logo-button {
      margin-top: 70px; }
    body.h2o .logo-slider .slick-dots {
      position: absolute;
      bottom: -33px;
      width: 100%; }
      @media (min-width: 992px) and (max-width: 1024px) {
        body.h2o .logo-slider .slick-dots {
          bottom: -24px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .logo-slider .slick-dots {
          bottom: -15px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .logo-slider .slick-dots {
          bottom: -10px; } }
      @media (max-width: 595px) {
        body.h2o .logo-slider .slick-dots {
          bottom: -5px; } }
      body.h2o .logo-slider .slick-dots li {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
        border: 2px solid #000000;
        background: transparent; }
        body.h2o .logo-slider .slick-dots li.slick-active {
          background: #000000; }
        body.h2o .logo-slider .slick-dots li button {
          display: none; }
  body.h2o .content-with-image {
    padding: 90px 0 60px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .content-with-image {
        padding: 80px 0 50px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .content-with-image {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o .content-with-image {
        padding: 30px 0; } }
    @media (max-width: 767px) {
      body.h2o .content-with-image.no-padding-bottom-mobile {
        padding-bottom: 0; } }
    body.h2o .content-with-image .two-col-outer .col-two .yellow-border {
      position: absolute;
      height: 100%;
      width: 100%;
      border: solid 30px #ffe52b;
      right: -29px;
      top: -30px;
      display: block;
      z-index: 1; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .content-with-image .two-col-outer .col-two .yellow-border {
          border: solid 15px #ffe52b;
          right: -15px;
          top: -15px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .content-with-image .two-col-outer .col-two .yellow-border {
          border: solid 15px #ffe52b;
          right: -15px;
          top: -15px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .content-with-image .two-col-outer .col-two .yellow-border {
          border: solid 15px #ffe52b;
          right: -15px;
          top: -15px; } }
      @media (max-width: 480px) {
        body.h2o .content-with-image .two-col-outer .col-two .yellow-border {
          border: solid 10px #ffe52b;
          right: -10px;
          top: -10px; } }
    body.h2o .content-with-image .two-col-outer .col-two .col-img {
      position: relative;
      max-height: 556px;
      max-width: 556px;
      margin-top: 60px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .content-with-image .two-col-outer .col-two .col-img {
          max-height: 450px;
          max-width: 560px;
          margin-top: 30px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .content-with-image .two-col-outer .col-two .col-img {
          max-height: 350px;
          max-width: 560px;
          margin-top: 20px; } }
      @media (max-width: 767px) {
        body.h2o .content-with-image .two-col-outer .col-two .col-img {
          margin: 0 auto;
          max-width: 560px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .content-with-image .two-col-outer .col-two .col-img {
          max-height: 350px;
          max-width: 450px;
          margin-top: 40px; } }
      @media (max-width: 595px) {
        body.h2o .content-with-image .two-col-outer .col-two .col-img {
          max-height: 300px;
          max-width: 350px;
          margin: 0 auto; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .content-with-image .two-col-outer .col-two .col-img {
          margin-top: 40px; } }
      @media (max-width: 480px) {
        body.h2o .content-with-image .two-col-outer .col-two .col-img {
          margin-top: 30px; } }
      body.h2o .content-with-image .two-col-outer .col-two .col-img img {
        width: 100%;
        max-height: inherit;
        min-width: 100%;
        min-height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body.h2o .content-with-image .two-col-outer .col-two .btn-yellow, body.h2o .content-with-image .two-col-outer .col-two .btn-black {
      margin-left: 0px; }
    body.h2o .content-with-image .two-col-outer .col-two p {
      margin: 9px 57px 49px 0px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .content-with-image .two-col-outer .col-two p {
          margin: 9px 30px 19px 0px;
          padding: 0; } }
      @media (max-width: 991px) {
        body.h2o .content-with-image .two-col-outer .col-two p {
          padding: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .content-with-image .two-col-outer .col-two p {
          margin: 9px 0px 20px 0px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .content-with-image .two-col-outer .col-two p {
          margin: 9px 0px 10px 0px; } }
      @media (max-width: 595px) {
        body.h2o .content-with-image .two-col-outer .col-two p {
          margin: 9px 0px 10px 0px; } }
    body.h2o .content-with-image .two-col-outer .col-two h2 {
      line-height: 1.04; }
      body.h2o .content-with-image .two-col-outer .col-two h2 span {
        display: inline-block;
        position: relative;
        padding: 0px 17px  0 16px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .content-with-image .two-col-outer .col-two h2 span {
            padding: 0px 10px  0 16px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .content-with-image .two-col-outer .col-two h2 span {
            padding: 0px; } }
        @media (max-width: 767px) {
          body.h2o .content-with-image .two-col-outer .col-two h2 span {
            padding: 0px; } }
        body.h2o .content-with-image .two-col-outer .col-two h2 span.bg-yellow {
          padding: 13px 17px 20px;
          margin-left: -17px; }
          @media (max-width: 1170px) {
            body.h2o .content-with-image .two-col-outer .col-two h2 span.bg-yellow {
              margin-left: 0px; } }
          @media (max-width: 767px) {
            body.h2o .content-with-image .two-col-outer .col-two h2 span.bg-yellow {
              padding: 10px 13px 14px; } }
    body.h2o .content-with-image .two-col-outer .col-two h4 {
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        body.h2o .content-with-image .two-col-outer .col-two h4 {
          margin-bottom: 18px; } }
    body.h2o .content-with-image .two-col-outer .col-two .bottom-text p {
      font-size: 18px;
      line-height: 1.33;
      padding-right: 9px;
      margin-top: 17px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .content-with-image .two-col-outer .col-two .bottom-text p {
          padding: 0; } }
      @media (max-width: 991px) {
        body.h2o .content-with-image .two-col-outer .col-two .bottom-text p {
          padding: 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .content-with-image .two-col-outer .col-two .bottom-text p {
          font-size: 16px; } }
      @media (max-width: 595px) {
        body.h2o .content-with-image .two-col-outer .col-two .bottom-text p {
          font-size: 15px; } }
    body.h2o .content-with-image .two-col-outer .col-two.content-text {
      padding: 95px 50px 0 0px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .content-with-image .two-col-outer .col-two.content-text {
          padding: 50px 30px 0 0px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .content-with-image .two-col-outer .col-two.content-text {
          padding: 40px 25px 0 0px; } }
      @media (max-width: 767px) {
        body.h2o .content-with-image .two-col-outer .col-two.content-text {
          padding: 0; } }
    body.h2o .content-with-image.we-inner-pages .two-col-outer {
      font-size: 0;
      padding-top: 7px;
      padding-bottom: 40px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .content-with-image.we-inner-pages .two-col-outer {
          padding-bottom: 30px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .content-with-image.we-inner-pages .two-col-outer {
          padding-bottom: 0px;
          padding-top: 0; } }
      @media (max-width: 767px) {
        body.h2o .content-with-image.we-inner-pages .two-col-outer {
          padding: 0; } }
      body.h2o .content-with-image.we-inner-pages .two-col-outer .col-two {
        float: none;
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
        body.h2o .content-with-image.we-inner-pages .two-col-outer .col-two.content-text {
          padding: 10px 50px 0 0px; }
          @media (max-width: 767px) {
            body.h2o .content-with-image.we-inner-pages .two-col-outer .col-two.content-text {
              padding: 0;
              text-align: center; } }
        body.h2o .content-with-image.we-inner-pages .two-col-outer .col-two .col-img {
          margin-top: 0; }
          @media (max-width: 767px) {
            body.h2o .content-with-image.we-inner-pages .two-col-outer .col-two .col-img {
              margin-top: 30px; } }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .content-with-image.we-inner-pages .two-col-outer .col-two .col-img {
              max-width: 556px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .content-with-image.we-inner-pages .two-col-outer .col-two .col-img {
              max-width: 500px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .content-with-image.we-inner-pages .two-col-outer .col-two .col-img {
              max-width: 400px; } }
          @media (max-width: 595px) {
            body.h2o .content-with-image.we-inner-pages .two-col-outer .col-two .col-img {
              max-width: 350px; } }
        body.h2o .content-with-image.we-inner-pages .two-col-outer .col-two h4 {
          margin-bottom: 55px; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .content-with-image.we-inner-pages .two-col-outer .col-two h4 {
              margin-bottom: 35px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .content-with-image.we-inner-pages .two-col-outer .col-two h4 {
              margin-bottom: 25px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .content-with-image.we-inner-pages .two-col-outer .col-two h4 {
              margin-bottom: 20px; } }
          @media (max-width: 595px) {
            body.h2o .content-with-image.we-inner-pages .two-col-outer .col-two h4 {
              margin-bottom: 20px; } }
        body.h2o .content-with-image.we-inner-pages .two-col-outer .col-two p {
          font-size: 18px;
          margin-bottom: 15px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .content-with-image.we-inner-pages .two-col-outer .col-two p {
              font-size: 16px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .content-with-image.we-inner-pages .two-col-outer .col-two p {
              font-size: 16px; } }
          @media (max-width: 595px) {
            body.h2o .content-with-image.we-inner-pages .two-col-outer .col-two p {
              font-size: 16px; } }
    body.h2o .content-with-image.support-content-img .two-col-outer .col-two h4 {
      margin-bottom: 47px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .content-with-image.support-content-img .two-col-outer .col-two h4 {
          margin-bottom: 25px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .content-with-image.support-content-img .two-col-outer .col-two h4 {
          margin-bottom: 15px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .content-with-image.support-content-img .two-col-outer .col-two h4 {
          margin-bottom: 10px; } }
      @media (max-width: 595px) {
        body.h2o .content-with-image.support-content-img .two-col-outer .col-two h4 {
          margin-bottom: 6px; } }
    body.h2o .content-with-image.support-content-img .two-col-outer .col-two .sub-title {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 0; }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .content-with-image.support-content-img .two-col-outer .col-two .sub-title {
          font-size: 18px; } }
      @media (max-width: 595px) {
        body.h2o .content-with-image.support-content-img .two-col-outer .col-two .sub-title {
          font-size: 16px; } }
    body.h2o .content-with-image.support-content-img .two-col-outer .col-two .body-content {
      margin: 0 0 13px 0;
      max-width: 501px; }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .content-with-image.support-content-img .two-col-outer .col-two .body-content {
          max-width: 731px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .content-with-image.support-content-img .two-col-outer .col-two .body-content {
          max-width: 555px; } }
      @media (max-width: 480px) {
        body.h2o .content-with-image.support-content-img .two-col-outer .col-two .body-content {
          max-width: 500px;
          margin: 0 0 10px 0; } }
    @media (max-width: 1150px) {
      body.h2o .content-with-image.support-content-img .two-col-outer .col-two.content-text {
        padding: 0 20px 0 0; } }
    @media (max-width: 991px) {
      body.h2o .content-with-image.support-content-img .two-col-outer .col-two.content-text {
        padding: 0 10px 0 0; } }
    @media (max-width: 767px) {
      body.h2o .content-with-image.support-content-img .two-col-outer .col-two.content-text {
        padding: 0; } }
    body.h2o .content-with-image.support-content-img .two-col-outer .col-two.content-image {
      padding-left: 14px; }
      @media (max-width: 767px) {
        body.h2o .content-with-image.support-content-img .two-col-outer .col-two.content-image {
          padding-left: 0; } }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .content-with-image.support-content-img .two-col-outer .col-two.content-image .col-img {
          max-width: 556px;
          max-height: 556px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .content-with-image.support-content-img .two-col-outer .col-two.content-image .col-img {
          max-width: 500px;
          max-height: 500px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .content-with-image.support-content-img .two-col-outer .col-two.content-image .col-img {
          max-width: 400px;
          max-height: 400px; } }
      @media (max-width: 595px) {
        body.h2o .content-with-image.support-content-img .two-col-outer .col-two.content-image .col-img {
          max-width: 350px;
          max-height: 350px; } }
      body.h2o .content-with-image.support-content-img .two-col-outer .col-two.content-image .col-img .yellow-border {
        position: absolute;
        height: 100%;
        width: 100%;
        max-width: 504px;
        max-height: 509px;
        border: 30px solid #ffe52b;
        right: -29px;
        top: -30px;
        display: block;
        z-index: 1; }
        @media (max-width: 1170px) {
          body.h2o .content-with-image.support-content-img .two-col-outer .col-two.content-image .col-img .yellow-border {
            right: -20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .content-with-image.support-content-img .two-col-outer .col-two.content-image .col-img .yellow-border {
            border: solid 15px #ffe52b;
            right: -15px;
            top: -15px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .content-with-image.support-content-img .two-col-outer .col-two.content-image .col-img .yellow-border {
            border: solid 15px #ffe52b;
            right: -15px;
            top: -15px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .content-with-image.support-content-img .two-col-outer .col-two.content-image .col-img .yellow-border {
            border: solid 15px #ffe52b;
            right: -15px;
            top: -15px; } }
        @media (max-width: 480px) {
          body.h2o .content-with-image.support-content-img .two-col-outer .col-two.content-image .col-img .yellow-border {
            border: solid 10px #ffe52b;
            right: -10px;
            top: -10px; } }
  body.h2o.we-small-height .content-with-image {
    padding: 70px 0 60px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o.we-small-height .content-with-image {
        padding: 70px 0 50px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o.we-small-height .content-with-image {
        padding: 46px 0 40px; } }
    @media (max-width: 767px) {
      body.h2o.we-small-height .content-with-image {
        padding: 40px 0 30px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o.we-small-height .content-with-image.support-content-img {
        padding: 40px 0 40px; } }
    @media (max-width: 767px) {
      body.h2o.we-small-height .content-with-image.support-content-img {
        padding: 30px 0 30px; } }
    @media (min-width: 1150px) {
      body.h2o.we-small-height .content-with-image .two-col-outer .col-two p {
        margin: 9px 57px 30px 0px; } }
    @media (min-width: 1150px) {
      body.h2o.we-small-height .content-with-image .two-col-outer .col-two .col-img {
        max-height: 496px;
        max-width: 496px;
        margin-top: 30px; } }
    @media (min-width: 1150px) {
      body.h2o.we-small-height .content-with-image .two-col-outer .col-two.content-text {
        padding: 65px 50px 0 7px; } }
  body.h2o.ua-ie .content-with-image .two-col-outer .col-two .col-img {
    height: 556px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o.ua-ie .content-with-image .two-col-outer .col-two .col-img {
        height: 500px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o.ua-ie .content-with-image .two-col-outer .col-two .col-img {
        height: 400px; } }
    @media (max-width: 595px) {
      body.h2o.ua-ie .content-with-image .two-col-outer .col-two .col-img {
        height: 350px; } }
  body.h2o.ua-ie.we-small-height .content-with-image .two-col-outer .col-two .col-img {
    height: 496px; }
  body.h2o .products-overview {
    padding: 58px 0 120px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .products-overview {
        padding: 50px 0 80px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .products-overview {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o .products-overview {
        padding: 30px 0; } }
    body.h2o .products-overview .content-wrapper {
      margin-bottom: 88px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .products-overview .content-wrapper {
          margin-bottom: 30px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .products-overview .content-wrapper {
          margin-bottom: 30px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .products-overview .content-wrapper {
          margin-bottom: 30px; } }
      @media (max-width: 480px) {
        body.h2o .products-overview .content-wrapper {
          margin-bottom: 25px; } }
      body.h2o .products-overview .content-wrapper h2 {
        margin-bottom: 9px; }
        body.h2o .products-overview .content-wrapper h2 .text {
          padding: 5px 20px 1px;
          display: inline-block; }
          @media (max-width: 480px) {
            body.h2o .products-overview .content-wrapper h2 .text {
              padding: 5px 10px 1px; } }
    body.h2o .products-overview .column-wrapper .col-media {
      width: 53%;
      float: left;
      margin: 0 auto;
      position: relative;
      max-width: 546px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .products-overview .column-wrapper .col-media {
          width: 50%;
          float: left;
          margin: 0 15px 0 0;
          position: relative;
          max-width: 518px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .products-overview .column-wrapper .col-media {
          width: 50%; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .products-overview .column-wrapper .col-media {
          width: 100%;
          float: none; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .products-overview .column-wrapper .col-media {
          width: 100%; } }
      @media (max-width: 480px) {
        body.h2o .products-overview .column-wrapper .col-media {
          width: 100%; } }
      body.h2o .products-overview .column-wrapper .col-media .col-img {
        position: relative;
        width: 100%;
        margin: 0 auto;
        left: 0px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .products-overview .column-wrapper .col-media .col-img {
            left: 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .products-overview .column-wrapper .col-media .col-img {
            max-width: 572px;
            margin: 0 auto;
            left: 0; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .products-overview .column-wrapper .col-media .col-img {
            left: 0; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .products-overview .column-wrapper .col-media .col-img {
            left: 0; } }
        @media (max-width: 480px) {
          body.h2o .products-overview .column-wrapper .col-media .col-img {
            left: 0; } }
        body.h2o .products-overview .column-wrapper .col-media .col-img a {
          display: block; }
        body.h2o .products-overview .column-wrapper .col-media .col-img img {
          width: 100%; }
      body.h2o .products-overview .column-wrapper .col-media .content-box {
        max-width: 600px;
        color: #000000;
        position: relative;
        margin: 26px 70px 0 0px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .products-overview .column-wrapper .col-media .content-box {
            margin: 25px 0 0 47px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .products-overview .column-wrapper .col-media .content-box {
            margin: 20px auto 0 25px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .products-overview .column-wrapper .col-media .content-box {
            margin: 30px auto 0; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .products-overview .column-wrapper .col-media .content-box {
            margin: 25px auto 0; } }
        @media (max-width: 480px) {
          body.h2o .products-overview .column-wrapper .col-media .content-box {
            margin: 20px auto 0; } }
        body.h2o .products-overview .column-wrapper .col-media .content-box .link-text:before {
          background: #ffe52b; }
        body.h2o .products-overview .column-wrapper .col-media .content-box h4 {
          margin-bottom: 3px; }
        body.h2o .products-overview .column-wrapper .col-media .content-box p {
          font-size: 14px;
          line-height: 1.1;
          margin: 1px 0 8px; }
          @media (max-width: 480px) {
            body.h2o .products-overview .column-wrapper .col-media .content-box p {
              margin: 2px 0 4px; } }
    body.h2o .products-overview .column-wrapper .col-text {
      width: 47%;
      float: left;
      position: relative;
      left: 49px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .products-overview .column-wrapper .col-text {
          left: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .products-overview .column-wrapper .col-text {
          width: 50%;
          left: 0;
          margin: 0 auto; } }
      @media (max-width: 767px) {
        body.h2o .products-overview .column-wrapper .col-text {
          width: 100%;
          left: 0; } }
      body.h2o .products-overview .column-wrapper .col-text .two-col-outer {
        width: 100%;
        margin-top: 21px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .products-overview .column-wrapper .col-text .two-col-outer {
            margin-top: 19px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .products-overview .column-wrapper .col-text .two-col-outer {
            margin: 0 auto; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .products-overview .column-wrapper .col-text .two-col-outer {
            width: 100%;
            margin: 20px auto 0 0; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .products-overview .column-wrapper .col-text .two-col-outer {
            width: 100%;
            margin: 20px auto 0 0; } }
        @media (max-width: 480px) {
          body.h2o .products-overview .column-wrapper .col-text .two-col-outer {
            width: 100%;
            margin: 15px auto 0; } }
        body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two {
          width: calc(50% - 16px); }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two {
              width: 100%;
              max-width: 250px;
              vertical-align: middle;
              margin: 20px auto;
              float: none; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two {
              width: calc(50% - 11px); } }
          body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two:nth-child(1) {
            margin-right: 14px; }
            @media (min-width: 992px) and (max-width: 1150px) {
              body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two:nth-child(1) {
                margin-right: 10px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two:nth-child(1) {
                margin: 0 auto 15px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two:nth-child(1) {
                margin-right: 8px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two:nth-child(1) {
                margin-right: 6px; } }
            @media (max-width: 480px) {
              body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two:nth-child(1) {
                margin: 10px auto 0; } }
          body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two:nth-child(2) {
            margin-left: 14px; }
            @media (min-width: 992px) and (max-width: 1150px) {
              body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two:nth-child(2) {
                margin-left: 10px;
                float: right; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two:nth-child(2) {
                margin: 0 auto; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two:nth-child(2) {
                margin-left: 6px;
                float: right; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two:nth-child(2) {
                margin-left: 5px;
                float: right; } }
            @media (max-width: 480px) {
              body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two:nth-child(2) {
                margin: 10px auto 0;
                float: right; } }
          @media (max-width: 480px) {
            body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two {
              width: 100%;
              margin: 10px auto; } }
          body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two .logo-img {
            position: relative;
            max-width: 117px;
            height: 122px;
            margin: 33px auto 0; }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two .logo-img {
                max-width: 81px;
                height: 110px;
                margin: 0 auto;
                padding-top: 15px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two .logo-img {
                margin: 25px auto; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two .logo-img {
                margin: 20px auto; } }
            @media (max-width: 480px) {
              body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two .logo-img {
                margin: 15px auto; } }
            body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two .logo-img img {
              width: 100%; }
          body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two .text-wrapper {
            color: #FFFFFF;
            margin: 15px 0 19px 21px; }
            @media (min-width: 992px) and (max-width: 1150px) {
              body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two .text-wrapper {
                margin: 10px 0 10px 13px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two .text-wrapper {
                margin: 1px 0 0 18px; } }
            body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two .text-wrapper h5 {
              line-height: 1.4; }
            body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two .text-wrapper p {
              font-size: 14px;
              line-height: 1.17;
              padding-right: 46px; }
              @media (min-width: 992px) and (max-width: 1150px) {
                body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two .text-wrapper p {
                  padding-right: 10px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two .text-wrapper p {
                  padding: 0 10px 14px 0; } }
          body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two a:nth-child(1) {
            float: left;
            width: 100%;
            margin-bottom: 16px;
            background-color: #000000;
            -webkit-transition: -webkit-transform .4s ease-in-out;
            transition: -webkit-transform .4s ease-in-out;
            -o-transition: -o-transform .4s ease-in-out;
            transition: transform .4s ease-in-out;
            transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out, -o-transform .4s ease-in-out; }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two a:nth-child(1) {
                margin-bottom: 10px; } }
            @media (max-width: 595px) {
              body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two a:nth-child(1) {
                margin-bottom: 6px; } }
            body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two a:nth-child(1):hover {
              -webkit-transform: scale(1.1);
                   -o-transform: scale(1.1);
                      transform: scale(1.1); }
              @media (max-width: 767px) {
                body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two a:nth-child(1):hover {
                  -webkit-transform: scale(1.07);
                       -o-transform: scale(1.07);
                          transform: scale(1.07); } }
          body.h2o .products-overview .column-wrapper .col-text .two-col-outer .col-two .link-text:before {
            background: #ffe52b; }
  @media (min-width: 1150px) {
    body.h2o.we-small-height .products-overview {
      padding: 55px 0; } }
  @media (min-width: 992px) {
    body.h2o.we-small-height .products-overview .content-wrapper {
      margin-bottom: 40px; } }
  body.h2o .cta {
    padding: 23px 0 0;
    overflow: hidden;
    margin-top: -23px; }
    @media (max-width: 767px) {
      body.h2o .cta {
        margin-top: 0;
        padding: 0; } }
    body.h2o .cta .container {
      font-size: 0; }
    body.h2o .cta .bg-yellow {
      padding-bottom: 20px; }
      @media (max-width: 767px) {
        body.h2o .cta .bg-yellow {
          padding-bottom: 30px; } }
    body.h2o .cta .col-two {
      float: none;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 767px) {
        body.h2o .cta .col-two {
          text-align: center; } }
      body.h2o .cta .col-two .col-img {
        position: relative;
        top: -30px;
        left: 79px;
        max-width: 700px;
        height: auto; }
        @media (max-width: 767px) {
          body.h2o .cta .col-two .col-img {
            top: 0;
            left: 0; } }
        body.h2o .cta .col-two .col-img img {
          max-width: 700px;
          height: auto; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .cta .col-two .col-img img {
              max-width: 600px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .cta .col-two .col-img img {
              max-width: 500px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .cta .col-two .col-img img {
              max-width: 480px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .cta .col-two .col-img img {
              max-width: 400px; } }
          @media (max-width: 480px) {
            body.h2o .cta .col-two .col-img img {
              width: 100%; } }
      body.h2o .cta .col-two h2 {
        max-width: 556px;
        margin-bottom: 19px;
        line-height: 1.15; }
        @media (max-width: 1150px) {
          body.h2o .cta .col-two h2 {
            max-width: 100%; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .cta .col-two h2 {
            margin-bottom: 18px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .cta .col-two h2 {
            max-width: 100%;
            margin-bottom: 15px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .cta .col-two h2 {
            margin: 0 auto 15px; } }
        @media (max-width: 480px) {
          body.h2o .cta .col-two h2 {
            margin-bottom: 10px; } }
        body.h2o .cta .col-two h2 span {
          display: inline-block;
          position: relative; }
          @media (max-width: 1150px) {
            body.h2o .cta .col-two h2 span {
              padding: 0; } }
        body.h2o .cta .col-two h2 .bg-black {
          display: inline-block;
          margin-left: -19px;
          padding: 9px 16px 4px; }
          @media (max-width: 1170px) {
            body.h2o .cta .col-two h2 .bg-black {
              margin-left: 0;
              padding: 0 10px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .cta .col-two h2 .bg-black {
              padding: 0 8px; } }
          @media (max-width: 480px) {
            body.h2o .cta .col-two h2 .bg-black {
              padding: 0 5px; } }
      body.h2o .cta .col-two .btn-default {
        margin-left: 0; }
        @media (max-width: 1150px) {
          body.h2o .cta .col-two .btn-default {
            margin-left: 0; } }
    body.h2o .cta .content-text {
      padding: 12px 0 0 0; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .cta .content-text {
          padding: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .cta .content-text {
          padding: 0; } }
      @media (max-width: 767px) {
        body.h2o .cta .content-text {
          padding: 30px 0; } }
  body.h2o.we-small-height .cta {
    padding: 23px 0 0; }
    @media (max-width: 767px) {
      body.h2o.we-small-height .cta {
        padding: 0; } }
  body.h2o.overlay-active {
    overflow: hidden; }
    body.h2o.overlay-active .video-overlay {
      visibility: visible;
      opacity: 1;
      z-index: 99; }
  body.h2o .video-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    height: 100vh;
    z-index: -1;
    visibility: hidden; }
    body.h2o .video-overlay .outer-box {
      width: 100%;
      height: 100%;
      text-align: center; }
    body.h2o .video-overlay .container-outer {
      position: relative;
      padding: 0 20px; }
    body.h2o .video-overlay iframe {
      border: none;
      /*    max-width: 1280px;
        max-height: 720px;*/ }
  body.h2o #close-video {
    height: 35px;
    width: 35px;
    padding: 1px 1px 0 0;
    background: #464646;
    border-radius: 50%;
    position: absolute;
    top: -44px;
    cursor: pointer;
    /*right: 22px;*/
    margin-left: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
    /*  &:hover{
      background: $grey;
    }*/ }
  body.h2o .gbpr-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000000;
    z-index: 9999;
    padding: 0 !important;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden; }
    body.h2o .gbpr-popup .container p {
      font-size: 16px;
      color: #FFFFFF;
      display: block;
      text-align: center;
      padding: 6px 0px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .gbpr-popup .container p {
          font-size: 12px;
          padding: 4px 0px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .gbpr-popup .container p {
          font-size: 12px;
          padding: 4px 0px; } }
      @media (max-width: 595px) {
        body.h2o .gbpr-popup .container p {
          position: relative;
          font-size: 12px;
          padding: 4px 30px 4px 0px; } }
      body.h2o .gbpr-popup .container p a {
        color: #ffe52b;
        text-decoration: none;
        position: relative;
        display: inline-block; }
        body.h2o .gbpr-popup .container p a:after {
          content: "";
          display: none; }
        body.h2o .gbpr-popup .container p a:before {
          content: "";
          position: absolute;
          left: 50%;
          right: 50%;
          bottom: 0;
          background: #ffe52b;
          width: 0;
          height: 2px;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        body.h2o .gbpr-popup .container p a:hover:before {
          left: 0;
          right: 0;
          width: 100%; }
      body.h2o .gbpr-popup .container p .close-popup {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        cursor: pointer;
        margin: -3px 0 -5px 40px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .gbpr-popup .container p .close-popup {
            width: 15px;
            height: 15px;
            margin: -3px 0 -5px 30px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .gbpr-popup .container p .close-popup {
            width: 15px;
            height: 15px;
            margin: -3px 0 -5px 30px; } }
        @media (max-width: 595px) {
          body.h2o .gbpr-popup .container p .close-popup {
            position: absolute;
            top: calc(50% - 7px);
            right: 0;
            width: 15px;
            height: 15px;
            margin: -3px 0 -5px 30px; } }
        body.h2o .gbpr-popup .container p .close-popup img {
          width: 100%;
          height: 100%; }
  @media (min-width: 1150px) {
    body.h2o .blog-detail {
      padding: 95px 0; } }
  body.h2o .blog-detail .container > div {
    margin-bottom: 55px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .blog-detail .container > div {
        margin-bottom: 40px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .blog-detail .container > div {
        margin-bottom: 30px; } }
    @media (max-width: 595px) {
      body.h2o .blog-detail .container > div {
        margin-bottom: 20px; } }
  body.h2o .blog-detail .container .bg-img {
    width: 100%;
    height: 100%;
    position: relative;
    height: 400px;
    max-height: 100%; }
    body.h2o .blog-detail .container .bg-img img {
      min-height: 100%;
      min-width: 100%;
      max-height: 100%;
      -o-object-position: center;
      object-position: center; }
  body.h2o .blog-detail .col-two {
    padding-right: 30px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .blog-detail .col-two {
        padding-right: 20px; } }
    @media (max-width: 767px) {
      body.h2o .blog-detail .col-two {
        padding-right: 0;
        padding-bottom: 15px; } }
    body.h2o .blog-detail .col-two:last-child {
      padding-right: 0; }
    body.h2o .blog-detail .col-two .link-text {
      margin-right: 30px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .blog-detail .col-two .link-text {
          margin-right: 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .blog-detail .col-two .link-text {
          margin-right: 15px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .blog-detail .col-two .link-text {
          margin-right: 15px; } }
      @media (max-width: 480px) {
        body.h2o .blog-detail .col-two .link-text {
          display: block;
          margin-right: 0;
          margin-bottom: 10px; } }
      body.h2o .blog-detail .col-two .link-text:last-child {
        margin-right: 0; }
  body.h2o .blog-detail div.article-div {
    margin-bottom: 50px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .blog-detail div.article-div {
        margin-bottom: 30px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .blog-detail div.article-div {
        margin-bottom: 20px; } }
    @media (max-width: 595px) {
      body.h2o .blog-detail div.article-div {
        margin-bottom: 15px; } }
    body.h2o .blog-detail div.article-div:after {
      content: "";
      display: block;
      clear: both; }
    body.h2o .blog-detail div.article-div h6 {
      font-size: 18px;
      font-family: "proxima-nova", sans-serif; }
      @media (max-width: 767px) {
        body.h2o .blog-detail div.article-div h6 {
          font-size: 16px; } }
    body.h2o .blog-detail div.article-div table {
      max-width: 600px;
      margin: 0 auto;
      border: solid 1px black;
      width: 100%;
      overflow: hidden;
      border-collapse: collapse;
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        body.h2o .blog-detail div.article-div table {
          margin-bottom: 20px; } }
      body.h2o .blog-detail div.article-div table tr td {
        padding: 12px 15px;
        border-right: solid 1px #000000;
        border-bottom: solid 1px #000000; }
        body.h2o .blog-detail div.article-div table tr td:last-child {
          border-right: solid 0px #000000; }
        body.h2o .blog-detail div.article-div table tr td p {
          display: table-cell;
          vertical-align: middle; }
      body.h2o .blog-detail div.article-div table tr:last-child td {
        border-bottom: 0; }
      body.h2o .blog-detail div.article-div table tr {
        border: solid 1px #000000; }
    body.h2o .blog-detail div.article-div p {
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 30px;
      font-family: "proxima-nova", sans-serif; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .blog-detail div.article-div p {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        body.h2o .blog-detail div.article-div p {
          margin-bottom: 15px;
          font-size: 16px; } }
      body.h2o .blog-detail div.article-div p > b {
        display: inline-block; }
    body.h2o .blog-detail div.article-div .one-third {
      float: left;
      width: 25.5%;
      padding-right: 20px; }
      @media (max-width: 767px) {
        body.h2o .blog-detail div.article-div .one-third {
          width: 100%;
          padding-right: 0;
          padding-bottom: 10px; } }
    body.h2o .blog-detail div.article-div .two-third {
      float: left;
      width: 74.5%;
      padding-right: 10px; }
      @media (max-width: 991px) {
        body.h2o .blog-detail div.article-div .two-third {
          padding-right: 0; } }
      @media (max-width: 767px) {
        body.h2o .blog-detail div.article-div .two-third {
          width: 100%; } }
      body.h2o .blog-detail div.article-div .two-third ul {
        padding-left: 20px;
        margin-bottom: 30px;
        float: left;
        width: 100%; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .blog-detail div.article-div .two-third ul {
            margin-bottom: 20px; } }
        @media (max-width: 767px) {
          body.h2o .blog-detail div.article-div .two-third ul {
            margin-bottom: 15px; } }
        body.h2o .blog-detail div.article-div .two-third ul li {
          font-size: 18px;
          list-style-type: disc;
          margin: 5px 0; }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .blog-detail div.article-div .two-third ul li {
              font-size: 16px; } }
          @media (max-width: 480px) {
            body.h2o .blog-detail div.article-div .two-third ul li {
              font-size: 14px; } }
          body.h2o .blog-detail div.article-div .two-third ul li > ul > li {
            position: relative;
            list-style-type: none; }
            body.h2o .blog-detail div.article-div .two-third ul li > ul > li:before {
              content: "";
              position: absolute;
              top: 11px;
              left: -20px;
              background: #000000;
              width: 11px;
              height: 2px; }
              @media (min-width: 481px) and (max-width: 595px) {
                body.h2o .blog-detail div.article-div .two-third ul li > ul > li:before {
                  top: 9px; } }
              @media (max-width: 480px) {
                body.h2o .blog-detail div.article-div .two-third ul li > ul > li:before {
                  top: 7px; } }
          body.h2o .blog-detail div.article-div .two-third ul li > a {
            display: inline; }
      body.h2o .blog-detail div.article-div .two-third ol {
        float: left;
        width: 100%;
        padding-left: 20px;
        margin-bottom: 30px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .blog-detail div.article-div .two-third ol {
            margin-bottom: 20px; } }
        @media (max-width: 767px) {
          body.h2o .blog-detail div.article-div .two-third ol {
            margin-bottom: 15px; } }
        body.h2o .blog-detail div.article-div .two-third ol li {
          list-style-type: decimal;
          font-size: 18px;
          margin: 5px 0; }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .blog-detail div.article-div .two-third ol li {
              font-size: 16px; } }
          @media (max-width: 480px) {
            body.h2o .blog-detail div.article-div .two-third ol li {
              font-size: 14px; } }
          body.h2o .blog-detail div.article-div .two-third ol li > ul > li {
            position: relative;
            list-style-type: none; }
            body.h2o .blog-detail div.article-div .two-third ol li > ul > li:before {
              content: "";
              position: absolute;
              top: 11px;
              left: -20px;
              background: #000000;
              width: 11px;
              height: 2px; }
              @media (min-width: 481px) and (max-width: 595px) {
                body.h2o .blog-detail div.article-div .two-third ol li > ul > li:before {
                  top: 9px; } }
              @media (max-width: 480px) {
                body.h2o .blog-detail div.article-div .two-third ol li > ul > li:before {
                  top: 7px; } }
      body.h2o .blog-detail div.article-div .two-third img {
        margin: 10px 0; }
        @media (max-width: 767px) {
          body.h2o .blog-detail div.article-div .two-third img {
            max-height: 300px; } }
      body.h2o .blog-detail div.article-div .two-third iframe {
        margin: 10px 0; }
        @media (max-width: 595px) {
          body.h2o .blog-detail div.article-div .two-third iframe {
            width: 100%;
            height: auto; } }
      body.h2o .blog-detail div.article-div .two-third p {
        font-size: 18px;
        font-family: "proxima-nova", sans-serif;
        word-spacing: 0.035em; }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .blog-detail div.article-div .two-third p {
            font-size: 16px; } }
        @media (max-width: 480px) {
          body.h2o .blog-detail div.article-div .two-third p {
            font-size: 14px; } }
        body.h2o .blog-detail div.article-div .two-third p + ul,
        body.h2o .blog-detail div.article-div .two-third p + ol {
          margin-top: -25px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .blog-detail div.article-div .two-third p + ul,
            body.h2o .blog-detail div.article-div .two-third p + ol {
              margin-top: -17px; } }
          @media (max-width: 767px) {
            body.h2o .blog-detail div.article-div .two-third p + ul,
            body.h2o .blog-detail div.article-div .two-third p + ol {
              margin-top: -15px; } }
      body.h2o .blog-detail div.article-div .two-third a {
        color: #008cff;
        position: relative;
        text-decoration: none;
        display: inline-block;
        font-family: "proxima-nova", sans-serif; }
        body.h2o .blog-detail div.article-div .two-third a:before {
          content: "";
          position: absolute;
          left: 50%;
          right: 50%;
          bottom: -1px;
          background: #008cff;
          width: 0;
          height: 2px;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          @media (max-width: 767px) {
            body.h2o .blog-detail div.article-div .two-third a:before {
              height: 3px;
              bottom: 0; } }
          @media (max-width: 595px) {
            body.h2o .blog-detail div.article-div .two-third a:before {
              height: 2px; } }
        body.h2o .blog-detail div.article-div .two-third a.btn-default {
          color: #000000; }
          body.h2o .blog-detail div.article-div .two-third a.btn-default:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            background: transparent;
            border: 2px solid #000000;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease; }
        body.h2o .blog-detail div.article-div .two-third a:hover:before {
          left: 0;
          right: 0;
          width: 100%; }
        body.h2o .blog-detail div.article-div .two-third a:hover.btn-default {
          color: #FFFFFF; }
          body.h2o .blog-detail div.article-div .two-third a:hover.btn-default:before {
            opacity: 0;
            -webkit-transform: scale(1.2, 1.2);
                 -o-transform: scale(1.2, 1.2);
                    transform: scale(1.2, 1.2); }
      body.h2o .blog-detail div.article-div .two-third h3 {
        font-size: 20px;
        line-height: 1.25;
        font-family: "proxima-nova", sans-serif;
        margin-bottom: 5px; }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .blog-detail div.article-div .two-third h3 {
            font-size: 18px; } }
        @media (max-width: 480px) {
          body.h2o .blog-detail div.article-div .two-third h3 {
            font-size: 16px; } }
      body.h2o .blog-detail div.article-div .two-third h4 {
        font-size: 18px;
        line-height: 1.25;
        font-family: "proxima-nova", sans-serif;
        margin-bottom: 5px; }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .blog-detail div.article-div .two-third h4 {
            font-size: 16px; } }
        @media (max-width: 480px) {
          body.h2o .blog-detail div.article-div .two-third h4 {
            font-size: 14px; } }
      body.h2o .blog-detail div.article-div .two-third h2 {
        font-size: 24px;
        line-height: 1.25;
        font-family: "proxima-nova", sans-serif;
        margin-bottom: 10px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .blog-detail div.article-div .two-third h2 {
            font-size: 22px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .blog-detail div.article-div .two-third h2 {
            font-size: 20px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .blog-detail div.article-div .two-third h2 {
            font-size: 18px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .blog-detail div.article-div .two-third h2 {
            font-size: 18px; } }
        @media (max-width: 480px) {
          body.h2o .blog-detail div.article-div .two-third h2 {
            font-size: 16px; } }
        body.h2o .blog-detail div.article-div .two-third h2 span {
          display: inline-block;
          color: #000000;
          background-color: #ffe52b; }
      body.h2o .blog-detail div.article-div .two-third .image, body.h2o .blog-detail div.article-div .two-third .iframe {
        margin-bottom: 48px;
        float: left;
        width: 100%;
        margin-top: 24px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .blog-detail div.article-div .two-third .image, body.h2o .blog-detail div.article-div .two-third .iframe {
            margin-bottom: 40px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .blog-detail div.article-div .two-third .image, body.h2o .blog-detail div.article-div .two-third .iframe {
            margin-bottom: 30px;
            margin-top: 0; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .blog-detail div.article-div .two-third .image, body.h2o .blog-detail div.article-div .two-third .iframe {
            margin-bottom: 20px;
            margin-top: 0;
            text-align: center; } }
        @media (max-width: 595px) {
          body.h2o .blog-detail div.article-div .two-third .image, body.h2o .blog-detail div.article-div .two-third .iframe {
            margin-bottom: 15px;
            margin-top: 0;
            text-align: center; } }
        body.h2o .blog-detail div.article-div .two-third .image:before, body.h2o .blog-detail div.article-div .two-third .iframe:before {
          display: none; }
        body.h2o .blog-detail div.article-div .two-third .image .image-title, body.h2o .blog-detail div.article-div .two-third .iframe .image-title {
          float: right;
          max-width: 164px;
          text-align: end;
          font-size: 14px;
          margin-top: 16px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .blog-detail div.article-div .two-third .image .image-title, body.h2o .blog-detail div.article-div .two-third .iframe .image-title {
              margin-top: 10px; } }
          @media (max-width: 767px) {
            body.h2o .blog-detail div.article-div .two-third .image .image-title, body.h2o .blog-detail div.article-div .two-third .iframe .image-title {
              margin-top: 7px; } }
      body.h2o .blog-detail div.article-div .two-third .iframe {
        width: auto; }
      body.h2o .blog-detail div.article-div .two-third .col-two .image {
        margin-top: 5px; }
      body.h2o .blog-detail div.article-div .two-third .col-two {
        margin-top: 19px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .blog-detail div.article-div .two-third .col-two {
            margin-top: 15px; } }
        @media (max-width: 767px) {
          body.h2o .blog-detail div.article-div .two-third .col-two {
            margin-top: 0; } }
        body.h2o .blog-detail div.article-div .two-third .col-two .image-title {
          max-width: 100%; }
        body.h2o .blog-detail div.article-div .two-third .col-two.small-width {
          width: 46%; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .blog-detail div.article-div .two-third .col-two.small-width {
              width: 50%; } }
          @media (max-width: 767px) {
            body.h2o .blog-detail div.article-div .two-third .col-two.small-width {
              width: 100%; } }
        body.h2o .blog-detail div.article-div .two-third .col-two.large-width {
          width: 54%; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .blog-detail div.article-div .two-third .col-two.large-width {
              width: 50%; } }
          @media (max-width: 767px) {
            body.h2o .blog-detail div.article-div .two-third .col-two.large-width {
              width: 100%; } }
          body.h2o .blog-detail div.article-div .two-third .col-two.large-width .links .link-text:before {
            background: #ffe52b; }
      body.h2o .blog-detail div.article-div .two-third .inline-image {
        display: inline-block;
        margin-right: 2px;
        width: calc(33.33% - 4.5px);
        vertical-align: middle; }
        @media (max-width: 767px) {
          body.h2o .blog-detail div.article-div .two-third .inline-image {
            width: auto; } }
        body.h2o .blog-detail div.article-div .two-third .inline-image:last-child {
          margin-right: 0; }
      body.h2o .blog-detail div.article-div .two-third figure {
        margin-bottom: 24px; }
        body.h2o .blog-detail div.article-div .two-third figure a:hover:before {
          width: 0; }
        body.h2o .blog-detail div.article-div .two-third figure figcaption {
          font-size: 14px;
          font-style: italic;
          line-height: 1.5;
          padding: 5px 0 0;
          text-align: left; }
        @media (max-width: 767px) {
          body.h2o .blog-detail div.article-div .two-third figure > img {
            max-height: none;
            width: auto; } }
      body.h2o .blog-detail div.article-div .two-third pre {
        margin-botton: 24px;
        border-top: 2px solid #f2f2f2;
        background: #f8f8f8;
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 24px;
        padding: 30px 30px 30px 40px;
        position: relative;
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
        padding: 2px;
        border: 1px solid #ccc; }
        body.h2o .blog-detail div.article-div .two-third pre:before {
          background-color: #f2f2f2;
          content: "</>";
          position: absolute;
          right: 0;
          top: 0;
          font-size: 14px;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          text-transform: none; }
  body.h2o .blog-detail .blog-info {
    text-align: center;
    max-width: 890px;
    margin: 0 auto; }
    body.h2o .blog-detail .blog-info h6 {
      font-size: 18px;
      font-weight: 400;
      margin-bottom: 22px;
      position: relative;
      font-family: "proxima-nova", sans-serif; }
      @media (max-width: 767px) {
        body.h2o .blog-detail .blog-info h6 {
          font-size: 16px;
          margin-bottom: 18px; } }
    body.h2o .blog-detail .blog-info h1 {
      line-height: 1.2;
      font-size: 36px;
      font-family: "motiva-sans", sans-serif;
      font-weight: 700; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .blog-detail .blog-info h1 {
          font-size: 32px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .blog-detail .blog-info h1 {
          font-size: 26px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .blog-detail .blog-info h1 {
          font-size: 22px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .blog-detail .blog-info h1 {
          font-size: 18px; } }
      @media (max-width: 480px) {
        body.h2o .blog-detail .blog-info h1 {
          font-size: 18px; } }
    body.h2o .blog-detail .blog-info h4 {
      line-height: 1.2; }
    body.h2o .blog-detail .blog-info .blog-value {
      display: block;
      margin-top: 13px;
      position: relative; }
      body.h2o .blog-detail .blog-info .blog-value > span {
        display: inline-block;
        font-weight: 400;
        font-size: 18px;
        padding-right: 60px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .blog-detail .blog-info .blog-value > span {
            padding-right: 50px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .blog-detail .blog-info .blog-value > span {
            padding-right: 30px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .blog-detail .blog-info .blog-value > span {
            padding-right: 20px; } }
        @media (max-width: 595px) {
          body.h2o .blog-detail .blog-info .blog-value > span {
            display: block;
            text-align: center;
            padding-bottom: 10px; } }
        @media (max-width: 767px) {
          body.h2o .blog-detail .blog-info .blog-value > span {
            font-size: 16px; } }
        body.h2o .blog-detail .blog-info .blog-value > span:last-child {
          padding-right: 0; }
        body.h2o .blog-detail .blog-info .blog-value > span > b {
          display: inline-block; }
        body.h2o .blog-detail .blog-info .blog-value > span a {
          display: inline-block;
          font-size: inherit;
          color: #000000;
          position: relative; }
          body.h2o .blog-detail .blog-info .blog-value > span a:before {
            content: "";
            position: absolute;
            left: 50%;
            right: 50%;
            bottom: -1px;
            background: #ffe52b;
            width: 0;
            height: 2px;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
        body.h2o .blog-detail .blog-info .blog-value > span.addthis_inline_share_toolbox {
          position: absolute;
          left: 80px;
          top: 27px;
          display: none;
          padding: 0; }
          @media (max-width: 595px) {
            body.h2o .blog-detail .blog-info .blog-value > span.addthis_inline_share_toolbox {
              left: calc(50% - 123.5px) !important; } }
      body.h2o .blog-detail .blog-info .blog-value > a {
        display: inline-block;
        font-weight: 400;
        font-size: 18px;
        color: #000000;
        padding-right: 56px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .blog-detail .blog-info .blog-value > a {
            padding-right: 50px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .blog-detail .blog-info .blog-value > a {
            padding-right: 30px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .blog-detail .blog-info .blog-value > a {
            padding-right: 20px; } }
        @media (max-width: 595px) {
          body.h2o .blog-detail .blog-info .blog-value > a {
            /* display: block; */
            padding-right: 0;
            text-align: left;
            padding-bottom: 10px; } }
        @media (max-width: 767px) {
          body.h2o .blog-detail .blog-info .blog-value > a {
            font-size: 16px; } }
        body.h2o .blog-detail .blog-info .blog-value > a:last-child {
          padding-right: 0; }
        body.h2o .blog-detail .blog-info .blog-value > a .icon {
          display: inline-block;
          vertical-align: middle;
          height: 15px;
          width: 15px;
          margin-right: 10px;
          margin-top: -4px; }
          body.h2o .blog-detail .blog-info .blog-value > a .icon img, body.h2o .blog-detail .blog-info .blog-value > a .icon svg {
            width: 100%;
            height: 100%; }
  body.h2o .blog-detail div.tags {
    margin-bottom: 99px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .blog-detail div.tags {
        margin-bottom: 80px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .blog-detail div.tags {
        margin-bottom: 60px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .blog-detail div.tags {
        margin-bottom: 40px; } }
    @media (max-width: 595px) {
      body.h2o .blog-detail div.tags {
        margin-bottom: 20px; } }
    body.h2o .blog-detail div.tags h5 {
      margin-bottom: 10px;
      font-family: "proxima-nova", sans-serif; }
    body.h2o .blog-detail div.tags .btn-default {
      color: #000000;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 0.004em;
      padding: 17px 20px 18px 20px; }
      body.h2o .blog-detail div.tags .btn-default:before {
        border-width: 1px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .blog-detail div.tags .btn-default {
          font-size: 16px;
          padding: 12px 20px 11px 20px; } }
      @media (max-width: 767px) {
        body.h2o .blog-detail div.tags .btn-default {
          font-size: 16px;
          padding: 9px 15px 8px 15px; } }
      body.h2o .blog-detail div.tags .btn-default:after {
        background-color: #ffe52b; }
    body.h2o .blog-detail div.tags ul {
      font-size: 0; }
      body.h2o .blog-detail div.tags ul li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px; }
        body.h2o .blog-detail div.tags ul li:last-child {
          margin-right: 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .blog-detail div.tags ul li {
            margin-right: 15px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .blog-detail div.tags ul li {
            margin-right: 10px; } }
        @media (max-width: 595px) {
          body.h2o .blog-detail div.tags ul li {
            margin-right: 7px; } }
  body.h2o .blog-detail .testinomial {
    background-color: #f8f8f8;
    padding: 96px 0 74px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .blog-detail .testinomial {
        padding: 60px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .blog-detail .testinomial {
        padding: 50px 0; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .blog-detail .testinomial {
        padding: 40px 0; } }
    @media (max-width: 595px) {
      body.h2o .blog-detail .testinomial {
        padding: 30px 0;
        text-align: center; } }
    body.h2o .blog-detail .testinomial .content-wrapper {
      max-width: 880px;
      margin-bottom: 0; }
    body.h2o .blog-detail .testinomial h4 {
      margin-bottom: 48px;
      font-family: "proxima-nova", sans-serif; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .blog-detail .testinomial h4 {
          margin-bottom: 40px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .blog-detail .testinomial h4 {
          margin-bottom: 30px; } }
      @media (max-width: 595px) {
        body.h2o .blog-detail .testinomial h4 {
          margin-bottom: 20px; } }
    body.h2o .blog-detail .testinomial .author-info {
      font-size: 0;
      margin-top: 40px; }
      body.h2o .blog-detail .testinomial .author-info:first-of-type {
        margin-top: 0; }
      @media (max-width: 767px) {
        body.h2o .blog-detail .testinomial .author-info {
          margin-top: 30px; } }
    body.h2o .blog-detail .testinomial .author-image {
      display: inline-block;
      height: 90px;
      width: 90px;
      border-radius: 50%;
      vertical-align: top;
      overflow: hidden; }
      @media (max-width: 595px) {
        body.h2o .blog-detail .testinomial .author-image {
          display: block;
          margin: 0 auto 10px; } }
    body.h2o .blog-detail .testinomial .content {
      display: inline-block;
      padding-left: 30px;
      width: calc(100% - 90px);
      vertical-align: top; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .blog-detail .testinomial .content {
          padding-left: 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .blog-detail .testinomial .content {
          padding-left: 15px; } }
      @media (max-width: 595px) {
        body.h2o .blog-detail .testinomial .content {
          width: 100%;
          display: block;
          padding-left: 0; } }
      body.h2o .blog-detail .testinomial .content h6 {
        font-weight: 400;
        margin-bottom: 3px;
        font-family: "proxima-nova", sans-serif; }
        @media (min-width: 1150px) {
          body.h2o .blog-detail .testinomial .content h6 {
            font-size: 18px; } }
      body.h2o .blog-detail .testinomial .content p {
        font-size: 18px; }
        @media (max-width: 767px) {
          body.h2o .blog-detail .testinomial .content p {
            font-size: 16px; } }
        @media (max-width: 595px) {
          body.h2o .blog-detail .testinomial .content p {
            font-size: 14px; } }
  body.h2o .discuss-box .content-800 {
    max-width: 770px;
    margin: 0 auto;
    padding: 0 20px; }
  body.h2o .discuss-box .head {
    text-align: center; }
    body.h2o .discuss-box .head h4 {
      margin-bottom: 36px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .discuss-box .head h4 {
          margin-bottom: 25px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .discuss-box .head h4 {
          margin-bottom: 20px; } }
      @media (max-width: 595px) {
        body.h2o .discuss-box .head h4 {
          margin-bottom: 15px; } }
  body.h2o.touch .blog-detail .image > img {
    min-height: inherit; }
  body.h2o.touch .blog-detail div.article-div .two-third a:before {
    display: none; }
  body.h2o.no-touch .blog-detail .blog-info .blog-value > span a:hover:before {
    left: 0;
    right: 0;
    width: 100%; }
  body.h2o .blog-detail .container .blog-info .blog-value .font-bold {
    font-weight: bold; }
    @media (max-width: 600px) {
      body.h2o .blog-detail .container .blog-info .blog-value .font-bold {
        padding-right: 30px; } }
    body.h2o .blog-detail .container .blog-info .blog-value .font-bold .rss-icon img {
      padding-top: 3px; }
  body.h2o .related-post-slider {
    padding: 0 0 100px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .related-post-slider {
        padding: 10px 0 80px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .related-post-slider {
        padding: 10px 0 40px; } }
    @media (max-width: 767px) {
      body.h2o .related-post-slider {
        padding: 10px 0 30px; } }
    body.h2o .related-post-slider .slider-wrapper {
      position: relative;
      padding: 0 15px; }
    body.h2o .related-post-slider .post-slider {
      margin: 0 auto;
      overflow: hidden;
      position: relative;
      z-index: 1; }
    body.h2o .related-post-slider .container {
      max-width: 1180px; }
    body.h2o .related-post-slider .slick-list {
      margin: 0 -16px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .related-post-slider .slick-list {
          margin: 0 -10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .related-post-slider .slick-list {
          margin: 0 -7px; } }
      @media (max-width: 767px) {
        body.h2o .related-post-slider .slick-list {
          margin: 0 -5px; } }
    body.h2o .related-post-slider .item {
      position: relative;
      outline: none;
      margin: 0 16px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .related-post-slider .item {
          margin: 0 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .related-post-slider .item {
          margin: 0 7px; } }
      @media (max-width: 767px) {
        body.h2o .related-post-slider .item {
          margin: 0 5px; } }
      body.h2o .related-post-slider .item > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 4; }
      body.h2o .related-post-slider .item .bg-img {
        position: relative;
        height: 371px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .related-post-slider .item .bg-img {
            height: 330px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .related-post-slider .item .bg-img {
            height: 280px; } }
        @media (max-width: 595px) {
          body.h2o .related-post-slider .item .bg-img {
            height: 250px; } }
        body.h2o .related-post-slider .item .bg-img:after {
          content: '';
          position: absolute;
          height: 100%;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          top: 0;
          left: 0; }
        body.h2o .related-post-slider .item .bg-img > img {
          min-height: 100%;
          min-width: 100%; }
      body.h2o .related-post-slider .item h6 {
        color: #FFFFFF;
        font-size: 24px;
        font-family: "proxima-nova", sans-serif;
        margin-bottom: 1px; }
        @media (max-width: 767px) {
          body.h2o .related-post-slider .item h6 {
            font-size: 16px; } }
      body.h2o .related-post-slider .item p {
        color: #FFFFFF;
        font-size: 18px;
        font-family: "proxima-nova", sans-serif; }
        @media (max-width: 767px) {
          body.h2o .related-post-slider .item p {
            font-size: 16px; } }
      body.h2o .related-post-slider .item span {
        display: inline-block;
        color: #FFFFFF;
        font-size: 14px;
        font-family: "proxima-nova", sans-serif;
        font-style: italic;
        margin-top: 3px; }
        @media (max-width: 767px) {
          body.h2o .related-post-slider .item span {
            font-size: 16px; } }
      body.h2o .related-post-slider .item .v-middle-inner {
        text-align: left;
        padding: 0 39px 35px;
        max-width: 480px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .related-post-slider .item .v-middle-inner {
            padding: 0 30px 30px; } }
        @media (max-width: 767px) {
          body.h2o .related-post-slider .item .v-middle-inner {
            padding: 0 20px 20px; } }
    body.h2o .related-post-slider .slide-nav {
      position: absolute;
      top: calc(50% - 13.5px);
      width: 100%;
      left: 0; }
      body.h2o .related-post-slider .slide-nav .prev-slide {
        float: left;
        -webkit-transform: rotate(-180deg);
             -o-transform: rotate(-180deg);
                transform: rotate(-180deg);
        cursor: pointer;
        margin-left: -15px; }
        @media (max-width: 1170px) {
          body.h2o .related-post-slider .slide-nav .prev-slide {
            margin-left: -10px; } }
      body.h2o .related-post-slider .slide-nav .next-slide {
        float: right;
        cursor: pointer;
        margin-right: -15px; }
        @media (max-width: 1170px) {
          body.h2o .related-post-slider .slide-nav .next-slide {
            margin-right: -10px; } }
  body.h2o.ua-ie .related-post-slider .item .bg-img > img > img {
    min-height: auto;
    min-width: auto; }
  body.h2o .get-in-touch {
    text-align: center;
    padding: 99px 0 82px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .get-in-touch {
        padding: 80px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .get-in-touch {
        padding: 40px 0 60px; } }
    @media (max-width: 767px) {
      body.h2o .get-in-touch {
        padding: 30px 0; } }
    body.h2o .get-in-touch .content-1000 {
      max-width: 960px;
      padding: 0 20px;
      margin: 0 auto;
      font-size: 0; }
    body.h2o .get-in-touch .column-wrap {
      padding-top: 37px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .get-in-touch .column-wrap {
          padding-top: 35px; } }
      @media (max-width: 991px) {
        body.h2o .get-in-touch .column-wrap {
          padding-top: 30px; } }
    body.h2o .get-in-touch .two-third {
      position: relative;
      text-align: left;
      width: 70%;
      display: inline-block;
      vertical-align: middle;
      padding: 0 0 42px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .get-in-touch .two-third {
          padding: 0 0 30px; } }
      @media (max-width: 991px) {
        body.h2o .get-in-touch .two-third {
          padding: 0; } }
      @media (max-width: 767px) {
        body.h2o .get-in-touch .two-third {
          width: 100%; } }
      body.h2o .get-in-touch .two-third h6 {
        /*      margin-bottom: 5px;*/
        margin-bottom: 19px;
        font-size: 18px;
        font-family: "proxima-nova", sans-serif; }
        @media (max-width: 991px) {
          body.h2o .get-in-touch .two-third h6 {
            margin-bottom: 10px; } }
        @media (max-width: 595px) {
          body.h2o .get-in-touch .two-third h6 {
            margin-bottom: 7px;
            font-size: 16px; } }
      body.h2o .get-in-touch .two-third .checkbox {
        position: relative;
        margin-bottom: 19px; }
        body.h2o .get-in-touch .two-third .checkbox input {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          background: transparent;
          height: 20px;
          width: auto;
          padding: 0;
          outline: none;
          left: 0;
          cursor: pointer;
          display: inline-block;
          vertical-align: middle; }
          body.h2o .get-in-touch .two-third .checkbox input:before {
            content: "";
            background-color: white;
            height: 18px;
            width: 18px;
            display: block;
            position: absolute;
            top: -2px;
            left: 1px;
            outline: none;
            border-width: 1px;
            border-style: solid;
            border-color: black;
            -webkit-border-image: initial;
                 -o-border-image: initial;
                    border-image: initial; }
          body.h2o .get-in-touch .two-third .checkbox input:checked:after {
            content: "";
            color: #ffe52b;
            font-weight: 500;
            background-image: url(/wp-content/themes/h2o2018/templates/dist/images/customer_stories/check_mark.svg);
            display: block;
            background-repeat: no-repeat;
            position: absolute;
            width: 15px;
            height: 15px;
            top: 2px;
            left: 3px; }
        body.h2o .get-in-touch .two-third .checkbox label {
          cursor: pointer;
          padding-left: 25px;
          font-size: 14px;
          display: inline-block;
          vertical-align: middle; }
      body.h2o .get-in-touch .two-third form {
        width: 100% !important; }
        body.h2o .get-in-touch .two-third form .mktoGutter {
          display: none; }
      body.h2o .get-in-touch .two-third .mktoButtonRow .mktoButton {
        margin: 0 !important; }
      body.h2o .get-in-touch .two-third .mktoFormRow {
        float: left;
        width: calc(100% - 111px) !important;
        margin-bottom: 0 !important; }
        @media (max-width: 767px) {
          body.h2o .get-in-touch .two-third .mktoFormRow {
            width: 100% !important; } }
        body.h2o .get-in-touch .two-third .mktoFormRow .mktoField {
          border: 0 !important; }
        body.h2o .get-in-touch .two-third .mktoFormRow * {
          text-align: left !important; }
        body.h2o .get-in-touch .two-third .mktoFormRow:first-of-type label.mktoLabel {
          margin-top: 0 !important; }
      body.h2o .get-in-touch .two-third .mktoFormCol {
        margin-bottom: 0 !important; }
      body.h2o .get-in-touch .two-third .mktoButtonRow {
        margin-top: 17px; }
      @media (max-width: 480px) {
        body.h2o .get-in-touch .two-third .inputbox {
          text-align: center; } }
      body.h2o .get-in-touch .two-third .inputbox label {
        font-weight: 400;
        margin: 17px 0 3px 0;
        display: block;
        width: 100% !important; }
      body.h2o .get-in-touch .two-third .inputbox input {
        float: left;
        width: 100% !important;
        outline: none;
        border: 0;
        text-align: left !important;
        background: #f8f8f8;
        padding: 12px 20px;
        height: auto;
        font-size: 14px;
        font-family: "proxima-nova", sans-serif;
        font-weight: 700; }
        body.h2o .get-in-touch .two-third .inputbox input::-webkit-input-placeholder {
          font-size: 14px;
          font-family: "proxima-nova", sans-serif;
          text-transform: capitalize; }
        body.h2o .get-in-touch .two-third .inputbox input::-moz-placeholder {
          font-size: 14px;
          font-family: "proxima-nova", sans-serif;
          text-transform: capitalize; }
        body.h2o .get-in-touch .two-third .inputbox input:-ms-input-placeholder {
          font-size: 14px;
          font-family: "proxima-nova", sans-serif;
          text-transform: capitalize; }
        body.h2o .get-in-touch .two-third .inputbox input:-moz-placeholder {
          font-size: 14px;
          font-family: "proxima-nova", sans-serif;
          text-transform: capitalize; }
      body.h2o .get-in-touch .two-third .inputbox select {
        font-family: "proxima-nova", sans-serif;
        border-radius: 0px;
        width: 100% !important;
        border: none;
        font-size: 14px;
        outline: none;
        height: auto;
        padding: 12px 30px 12px 20px;
        background-color: #f8f8f8;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: #f8f8f8 url(/wp-content/themes/h2o2016/refresh_2018/templates/dist/images/contact_us/down.png) no-repeat 96% 50%;
        background-size: 11px 7px; }
      body.h2o .get-in-touch .two-third .inputbox button {
        float: left;
        background: #ffe52b !important;
        letter-spacing: 0 !important;
        font-size: 14px !important;
        width: auto !important;
        font-weight: 700 !important;
        text-transform: capitalize !important;
        padding: 13px 30px 13px !important;
        outline: none;
        cursor: pointer;
        color: #000000 !important;
        font-family: "proxima-nova", sans-serif !important; }
        @media (max-width: 480px) {
          body.h2o .get-in-touch .two-third .inputbox button {
            float: none;
            margin-top: 10px; } }
    body.h2o .get-in-touch .one-third {
      position: relative;
      width: 30%;
      display: inline-block;
      vertical-align: middle;
      /*margin: 37px 0;*/
      /*padding-left: 110px;*/
      padding-bottom: 18px;
      text-align: right; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .get-in-touch .one-third {
          /*padding-left: 60px;*/
          margin: 30px 0 0;
          padding-bottom: 19px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .get-in-touch .one-third {
          /*padding-left: 30px;*/
          margin: 25px 0 0;
          padding-bottom: 19px; } }
      @media (max-width: 767px) {
        body.h2o .get-in-touch .one-third {
          /*padding-left: 0;*/
          width: 100%;
          margin: 0;
          padding: 20px 0 0;
          text-align: center; } }
      body.h2o .get-in-touch .one-third:before {
        content: '';
        position: absolute;
        top: 7px;
        left: 7px;
        background: #000000;
        width: 1px;
        height: 100%; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .get-in-touch .one-third:before {
            position: absolute;
            top: 14px;
            width: 1px;
            height: 90%; } }
        @media (max-width: 767px) {
          body.h2o .get-in-touch .one-third:before {
            height: 1px;
            width: 100%;
            top: 20px;
            left: 0px; } }
      body.h2o .get-in-touch .one-third > a {
        /*display: block;*/
        padding: 14px 16px 12px;
        text-align: left;
        margin-top: 19px;
        width: 160px;
        font-size: 0; }
        @media (max-width: 767px) {
          body.h2o .get-in-touch .one-third > a {
            display: inline-block;
            margin-right: 10px; } }
        body.h2o .get-in-touch .one-third > a .icon {
          width: 18px;
          height: 18px;
          display: inline-block;
          vertical-align: middle; }
        body.h2o .get-in-touch .one-third > a .text {
          float: right;
          padding-left: 10px;
          display: inline-block;
          vertical-align: middle;
          font-size: 14px; }
    body.h2o .get-in-touch h4 {
      margin-bottom: 55px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .get-in-touch h4 {
          margin-bottom: 35px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .get-in-touch h4 {
          margin-bottom: 25px; } }
      @media (max-width: 595px) {
        body.h2o .get-in-touch h4 {
          margin-bottom: 15px; } }
    body.h2o .get-in-touch p {
      font-size: 18px;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        body.h2o .get-in-touch p {
          font-size: 16px;
          margin-bottom: 0; } }
    body.h2o .get-in-touch.bg-lighter-grey .two-third .inputbox input {
      background-color: #FFFFFF; }
    body.h2o .get-in-touch.bg-lighter-grey .two-third .inputbox select {
      background-color: #FFFFFF; }
  body.h2o.h2o.ua-ie .get-in-touch .two-third .checkbox input[type=checkbox]::-ms-check {
    color: #ffe52b; }
  body.h2o.h2o.ua-ie .get-in-touch .two-third .checkbox label {
    padding-left: 10px; }
  body.h2o.h2o.ua-ie .get-in-touch .one-third > a .icon img {
    max-height: 100%;
    max-width: 100%; }
  body.h2o.h2o.ua-edge .get-in-touch .two-third .checkbox input[type=checkbox]::-ms-check {
    color: #ffe52b; }
  body.h2o.h2o.ua-edge .get-in-touch .two-third .checkbox label {
    padding-left: 10px; }
  @media (min-width: 992px) and (max-width: 1150px) {
    body.h2o.we-small-height .get-in-touch {
      padding: 50px 0 60px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body.h2o.we-small-height .get-in-touch {
      padding: 40px 0 50px; } }
  body.h2o .breadcrumb {
    margin-top: -5px;
    padding: 0 0 15px;
    /*display: none;*/ }
    body.h2o .breadcrumb ul > li {
      display: inline-block; }
      body.h2o .breadcrumb ul > li > a {
        font-family: "proxima-nova", sans-serif;
        font-size: 14px;
        color: #000000;
        position: relative;
        text-transform: capitalize; }
      body.h2o .breadcrumb ul > li > span {
        font-family: "proxima-nova", sans-serif;
        display: block;
        font-size: 14px;
        color: #000000;
        position: relative;
        text-transform: capitalize; }
        body.h2o .breadcrumb ul > li > span:after {
          content: '';
          position: absolute;
          bottom: 0px;
          left: 0;
          height: 1px;
          width: 100%;
          background-color: #000000; }
      body.h2o .breadcrumb ul > li:after {
        content: "/";
        font-size: 14px;
        margin: 0 4px;
        font-style: italic;
        display: inline-block; }
      body.h2o .breadcrumb ul > li:last-child:after {
        display: none; }
  body.h2o .banner-third-level {
    padding: 0;
    /*  &.banner-full-height{
      @include tablet-down{
        .bg-img {
          height: 350px;
        }
      }
    }*/ }
    body.h2o .banner-third-level.wide-header .content {
      max-width: 620px; }
    body.h2o .banner-third-level.content-960 .content.half-width-content {
      max-width: 960px; }
      body.h2o .banner-third-level.content-960 .content.half-width-content p span {
        display: block; }
    body.h2o .banner-third-level.landing-page-banner .content {
      max-width: 100% !important; }
      body.h2o .banner-third-level.landing-page-banner .content h2 {
        font-size: 50px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .banner-third-level.landing-page-banner .content h2 {
            font-size: 40px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .banner-third-level.landing-page-banner .content h2 {
            font-size: 36px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .banner-third-level.landing-page-banner .content h2 {
            font-size: 32px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .banner-third-level.landing-page-banner .content h2 {
            font-size: 28px; } }
        @media (max-width: 480px) {
          body.h2o .banner-third-level.landing-page-banner .content h2 {
            font-size: 24px; } }
    body.h2o .banner-third-level h2.smaller_font_size.highlight-text {
      font-size: 50px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .banner-third-level h2.smaller_font_size.highlight-text {
          font-size: 50px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-third-level h2.smaller_font_size.highlight-text {
          font-size: 50px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .banner-third-level h2.smaller_font_size.highlight-text {
          font-size: 40px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .banner-third-level h2.smaller_font_size.highlight-text {
          font-size: 30px; } }
      @media (max-width: 480px) {
        body.h2o .banner-third-level h2.smaller_font_size.highlight-text {
          font-size: 30px; } }
    body.h2o .banner-third-level h2 span {
      display: inline-block;
      /*margin-left: -11px;*/ }
      body.h2o .banner-third-level h2 span.highlight-text > span {
        margin-left: -11px; }
        @media (max-width: 1170px) {
          body.h2o .banner-third-level h2 span.highlight-text > span {
            margin-left: 0; } }
      @media (max-width: 1170px) {
        body.h2o .banner-third-level h2 span {
          margin-left: 0; } }
      body.h2o .banner-third-level h2 span.bg-black {
        color: #ffe52b; }
    body.h2o .banner-third-level .bg-img {
      height: 350px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-third-level .bg-img {
          height: 320px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .banner-third-level .bg-img {
          height: 290px; } }
      @media (max-width: 595px) {
        body.h2o .banner-third-level .bg-img {
          height: 270px; } }
      body.h2o .banner-third-level .bg-img img {
        min-height: 100%;
        min-width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body.h2o .banner-third-level p {
      padding: 9px 18px 9px 0; }
      @media (max-width: 1150px) {
        body.h2o .banner-third-level p {
          padding: 9px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-third-level p {
          padding-top: 7px; } }
      @media (max-width: 767px) {
        body.h2o .banner-third-level p {
          padding-top: 5px; } }
    body.h2o .banner-third-level .content {
      max-width: 520px;
      text-align: left;
      margin-top: 17px;
      /*padding-left: 4px;*/ }
      @media (max-width: 1150px) {
        body.h2o .banner-third-level .content {
          padding: 0; } }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .banner-third-level .content {
          max-width: 462px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body.h2o .banner-third-level .content {
          max-width: 480px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-third-level .content {
          max-width: 300px; } }
      body.h2o .banner-third-level .content.half-width-content {
        max-width: 800px; }
      body.h2o .banner-third-level .content.full-width-content {
        max-width: inherit !important; }
        body.h2o .banner-third-level .content.full-width-content p {
          max-width: inherit !important; }
        @media (min-width: 1150px) {
          body.h2o .banner-third-level .content.full-width-content h2 {
            font-size: 52px;
            line-height: 1.2; } }
    body.h2o .banner-third-level.usecase-detail-banner .content {
      max-width: 860px; }
    body.h2o .banner-third-level.usecase-detail-banner p {
      max-width: 570px; }
    body.h2o .banner-third-level.doing-good-banner .content {
      max-width: 860px; }
    body.h2o .banner-third-level.enterprise-banner .content {
      max-width: 580px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .banner-third-level.enterprise-banner .content {
          max-width: 462px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body.h2o .banner-third-level.enterprise-banner .content {
          max-width: 480px; } }
    body.h2o .banner-third-level.team-banner .v-middle-wrapper .v-middle .content {
      max-width: 646px;
      margin-top: 23px;
      padding-left: 6px; }
      body.h2o .banner-third-level.team-banner .v-middle-wrapper .v-middle .content h2 span {
        margin-left: 16px;
        letter-spacing: 0.012em;
        padding-left: 15px;
        padding-right: 16px; }
        @media (max-width: 480px) {
          body.h2o .banner-third-level.team-banner .v-middle-wrapper .v-middle .content h2 span {
            margin-left: 10px; } }
      body.h2o .banner-third-level.team-banner .v-middle-wrapper .v-middle .content p {
        padding-left: 5px;
        letter-spacing: 0.004em; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .banner-third-level.banner-nvidia .content {
        max-width: 460px; } }
  body.h2o .press-release-banner {
    position: relative; }
    body.h2o .press-release-banner .v-middle-wrapper .v-middle-inner .v-middle .content {
      width: 85%;
      float: left;
      padding-right: 20px;
      margin-top: 0px; }
    @media (max-width: 550px) {
      body.h2o .press-release-banner .v-middle-wrapper .v-middle-inner .v-middle .content {
        width: 100%; } }
    body.h2o .press-release-banner .v-middle-wrapper .v-middle-inner .v-middle .image-wrapper {
      width: 15%;
      float: left; }
      body.h2o .press-release-banner .v-middle-wrapper .v-middle-inner .v-middle .image-wrapper .wrap-img {
        width: 100%;
        height: 100%; }
    @media (max-width: 550px) {
      body.h2o .press-release-banner .v-middle-wrapper .v-middle-inner .v-middle .image-wrapper {
        width: 25%;
        margin: auto;
        float: none; } }
  body.h2o .sticky-nav {
    padding: 0;
    z-index: 12;
    overflow: visible; }
    @media (max-width: 767px) {
      body.h2o .sticky-nav {
        display: none; } }
    body.h2o .sticky-nav ul {
      font-size: 0;
      position: relative;
      max-width: 1111px;
      margin: 0 auto;
      display: inline-block;
      padding-top: 55px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .sticky-nav ul {
          padding-top: 40px; } }
      @media (max-width: 767px) {
        body.h2o .sticky-nav ul {
          display: none; } }
      @media (max-width: 767px) {
        body.h2o .sticky-nav ul {
          padding-top: 30px; } }
      body.h2o .sticky-nav ul:after {
        position: absolute;
        content: '';
        left: 0px;
        bottom: 0;
        z-index: 1;
        height: 1px;
        background-color: #999999;
        width: 100%; }
      body.h2o .sticky-nav ul li {
        display: inline-block;
        margin-right: 59px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .sticky-nav ul li {
            margin-right: 35px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .sticky-nav ul li {
            margin-right: 18px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .sticky-nav ul li {
            margin-right: 25px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .sticky-nav ul li {
            margin-right: 15px; } }
        @media (max-width: 480px) {
          body.h2o .sticky-nav ul li {
            margin-right: 15px; } }
        body.h2o .sticky-nav ul li.last-link {
          margin-right: 0; }
        body.h2o .sticky-nav ul li:last-child {
          margin-right: 0; }
        body.h2o .sticky-nav ul li a {
          font-size: 14px;
          font-family: "proxima-nova", sans-serif;
          color: #000000;
          font-weight: 700;
          padding-bottom: 10px;
          display: inline-block;
          position: relative; }
        body.h2o .sticky-nav ul li:hover a:after {
          position: absolute;
          background: #ffe52b;
          content: '';
          width: 100%;
          bottom: -1px;
          left: 0;
          z-index: 2;
          height: 5px; }
        body.h2o .sticky-nav ul li.active a:after {
          position: absolute;
          background: #ffe52b;
          content: '';
          width: 100%;
          bottom: -1px;
          left: 0;
          z-index: 2;
          height: 5px;
          display: block !important; }
    body.h2o .sticky-nav.fixed-nav ul:after {
      height: 0;
      width: 0; }
    body.h2o .sticky-nav.fixed-nav ul li.active a:after, body.h2o .sticky-nav.fixed-nav ul li:hover a:after {
      bottom: 0; }
    body.h2o .sticky-nav.fixed-nav .container {
      position: fixed;
      top: 0;
      left: 0;
      background: #FFFFFF;
      z-index: 10;
      width: 100vw;
      max-width: inherit;
      -webkit-box-shadow: 0px -4px 26px 0px rgba(0, 0, 0, 0.75);
              box-shadow: 0px -4px 26px 0px rgba(0, 0, 0, 0.75);
      -webkit-transition: top 0.3s linear;
      -o-transition: top 0.3s linear;
      transition: top 0.3s linear; }
  body.h2o.touch .sticky-nav ul li:hover a:after {
    display: none; }
  body.h2o.we-small-height .sticky-nav {
    padding: 0; }
  body.h2o .contact-form {
    overflow: inherit;
    padding-top: 37px; }
    @media (max-width: 767px) {
      body.h2o .contact-form {
        padding-top: 30px; } }
    body.h2o .contact-form .column-wrapper {
      max-width: 1110px;
      margin: 0 auto;
      width: 100%; }
      body.h2o .contact-form .column-wrapper .contact-info {
        width: 50%; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .contact-form .column-wrapper .contact-info {
            width: 45%; } }
        @media (max-width: 767px) {
          body.h2o .contact-form .column-wrapper .contact-info {
            width: 100%; } }
        body.h2o .contact-form .column-wrapper .contact-info .info-box {
          padding-right: 25px;
          margin-bottom: 25px; }
          @media (max-width: 767px) {
            body.h2o .contact-form .column-wrapper .contact-info .info-box {
              text-align: center;
              padding: 0; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .contact-form .column-wrapper .contact-info .info-box {
              margin-bottom: 21px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .contact-form .column-wrapper .contact-info .info-box {
              margin-bottom: 18px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .contact-form .column-wrapper .contact-info .info-box {
              margin-bottom: 18px; } }
          @media (max-width: 480px) {
            body.h2o .contact-form .column-wrapper .contact-info .info-box {
              margin-bottom: 15px; } }
          body.h2o .contact-form .column-wrapper .contact-info .info-box h3 {
            font-family: "proxima-nova", sans-serif;
            font-size: 18px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 8px; }
            @media (max-width: 767px) {
              body.h2o .contact-form .column-wrapper .contact-info .info-box h3 {
                font-size: 16px; } }
          body.h2o .contact-form .column-wrapper .contact-info .info-box p {
            margin-bottom: 8px;
            position: relative;
            max-width: 510px;
            display: inline-block;
            font-family: "proxima-nova", sans-serif;
            font-size: 18px;
            font-weight: 100;
            color: #000000;
            line-height: 1.12; }
            @media (max-width: 767px) {
              body.h2o .contact-form .column-wrapper .contact-info .info-box p {
                font-size: 16px; } }
            body.h2o .contact-form .column-wrapper .contact-info .info-box p > a {
              font-family: "proxima-nova", sans-serif;
              font-size: 18px;
              font-weight: 100;
              color: #000000;
              line-height: 1.12; }
              body.h2o .contact-form .column-wrapper .contact-info .info-box p > a:before {
                display: none; }
            body.h2o .contact-form .column-wrapper .contact-info .info-box p span {
              display: block;
              margin-top: 7px; }
              @media (min-width: 481px) and (max-width: 595px) {
                body.h2o .contact-form .column-wrapper .contact-info .info-box p span {
                  margin-top: 5px; } }
              @media (max-width: 480px) {
                body.h2o .contact-form .column-wrapper .contact-info .info-box p span {
                  margin-top: 3px; } }
              body.h2o .contact-form .column-wrapper .contact-info .info-box p span.scaled-font {
                font-size: 24px;
                line-height: 1.25; }
                @media (min-width: 768px) and (max-width: 991px) {
                  body.h2o .contact-form .column-wrapper .contact-info .info-box p span.scaled-font {
                    font-size: 22px; } }
                @media (min-width: 596px) and (max-width: 767px) {
                  body.h2o .contact-form .column-wrapper .contact-info .info-box p span.scaled-font {
                    font-size: 20px; } }
                @media (min-width: 481px) and (max-width: 595px) {
                  body.h2o .contact-form .column-wrapper .contact-info .info-box p span.scaled-font {
                    font-size: 20px; } }
                @media (max-width: 480px) {
                  body.h2o .contact-form .column-wrapper .contact-info .info-box p span.scaled-font {
                    font-size: 18px; } }
          body.h2o .contact-form .column-wrapper .contact-info .info-box span {
            display: block;
            margin-top: 2px; }
            body.h2o .contact-form .column-wrapper .contact-info .info-box span a {
              font-family: "proxima-nova", sans-serif;
              border-bottom: solid 1px #000000;
              font-size: 14px;
              color: #000000;
              font-weight: 100; }
              @media (max-width: 595px) {
                body.h2o .contact-form .column-wrapper .contact-info .info-box span a {
                  font-size: 12px; } }
      body.h2o .contact-form .column-wrapper .outer-form {
        width: 50%;
        padding-left: 0px;
        min-height: 360px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .contact-form .column-wrapper .outer-form {
            padding-left: 0px;
            width: 55%; } }
        @media (max-width: 767px) {
          body.h2o .contact-form .column-wrapper .outer-form {
            width: 100%;
            padding-left: 0px;
            margin-top: 10px; } }
        body.h2o .contact-form .column-wrapper .outer-form .form-box {
          background-color: #000000;
          max-width: 540px;
          width: 100%;
          padding: 35px 40px 40px 41px;
          position: absolute;
          bottom: 0;
          right: 0;
          z-index: 12; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .contact-form .column-wrapper .outer-form .form-box {
              padding: 35px 30px 40px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .contact-form .column-wrapper .outer-form .form-box {
              padding: 25px 25px 30px;
              left: 0px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .contact-form .column-wrapper .outer-form .form-box {
              padding: 30px 25px;
              z-index: 1; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .contact-form .column-wrapper .outer-form .form-box {
              padding: 20px 20px 25px;
              z-index: 1; } }
          @media (max-width: 480px) {
            body.h2o .contact-form .column-wrapper .outer-form .form-box {
              padding: 20px 20px 25px 20px;
              z-index: 1; } }
          @media (max-width: 767px) {
            body.h2o .contact-form .column-wrapper .outer-form .form-box {
              position: relative;
              bottom: auto;
              left: auto;
              right: auto;
              margin: 10px auto 0; } }
          body.h2o .contact-form .column-wrapper .outer-form .form-box h5 {
            font-size: 14px;
            font-family: "proxima-nova", sans-serif;
            font-weight: 100;
            color: #FFFFFF;
            text-align: center;
            position: relative;
            padding-bottom: 5px; }
            body.h2o .contact-form .column-wrapper .outer-form .form-box h5:after {
              content: '';
              position: absolute;
              width: 201px;
              height: 1px;
              bottom: 0;
              left: 0;
              background-color: #ffe52b;
              margin: auto;
              right: 0; }
              @media (min-width: 481px) and (max-width: 595px) {
                body.h2o .contact-form .column-wrapper .outer-form .form-box h5:after {
                  width: 160px; } }
              @media (max-width: 480px) {
                body.h2o .contact-form .column-wrapper .outer-form .form-box h5:after {
                  width: 120px; } }
          body.h2o .contact-form .column-wrapper .outer-form .form-box p {
            font-size: 12px;
            font-family: "proxima-nova", sans-serif;
            font-weight: 100;
            color: #FFFFFF;
            text-align: center;
            margin: 8px 0 1px; }
          @media (max-width: 480px) {
            body.h2o .contact-form .column-wrapper .outer-form .form-box form .col-wrapper {
              padding: 0;
              width: 100%; } }
          body.h2o .contact-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two {
            width: 50%; }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .contact-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two {
                width: 50%; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.h2o .contact-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two {
                width: 50%; } }
            @media (max-width: 480px) {
              body.h2o .contact-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two {
                width: 100%; } }
            body.h2o .contact-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two:nth-child(odd) {
              padding-right: 9.5px; }
              @media (min-width: 768px) and (max-width: 991px) {
                body.h2o .contact-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two:nth-child(odd) {
                  padding-right: 6px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body.h2o .contact-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two:nth-child(odd) {
                  padding-right: 6px; } }
              @media (min-width: 481px) and (max-width: 595px) {
                body.h2o .contact-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two:nth-child(odd) {
                  padding-right: 6px; } }
              @media (max-width: 480px) {
                body.h2o .contact-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two:nth-child(odd) {
                  padding: 0px; } }
            body.h2o .contact-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two:nth-child(even) {
              padding-left: 9.5px; }
              @media (min-width: 768px) and (max-width: 991px) {
                body.h2o .contact-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two:nth-child(even) {
                  padding-left: 6px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body.h2o .contact-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two:nth-child(even) {
                  padding-left: 6px; } }
              @media (min-width: 481px) and (max-width: 595px) {
                body.h2o .contact-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two:nth-child(even) {
                  padding-left: 6px; } }
              @media (max-width: 480px) {
                body.h2o .contact-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two:nth-child(even) {
                  padding: 0px; } }
          body.h2o .contact-form .column-wrapper .outer-form .form-box form .col {
            font-size: 0; }
          body.h2o .contact-form .column-wrapper .outer-form .form-box form #form-check {
            width: 21px;
            display: inline-block;
            vertical-align: top;
            opacity: 0;
            height: auto;
            margin-top: 5px;
            opacity: 0; }
            body.h2o .contact-form .column-wrapper .outer-form .form-box form #form-check:checked + label:after {
              opacity: 1; }
            body.h2o .contact-form .column-wrapper .outer-form .form-box form #form-check + label {
              display: inline-block;
              vertical-align: top;
              width: calc(100% - 21px);
              margin: 0;
              font-size: 12px;
              margin-top: 2px;
              cursor: pointer;
              padding-left: 1px; }
              body.h2o .contact-form .column-wrapper .outer-form .form-box form #form-check + label:before {
                content: '';
                margin-right: 10px;
                position: absolute;
                vertical-align: text-top;
                width: 11px;
                height: 11px;
                border: solid 1px #FFFFFF;
                z-index: 1;
                left: 0px;
                top: 2px; }
              body.h2o .contact-form .column-wrapper .outer-form .form-box form #form-check + label:after {
                content: '';
                width: 8px;
                height: 2px;
                position: absolute;
                top: 9px;
                left: 1px;
                opacity: 0;
                -webkit-transform: rotate(30deg);
                     -o-transform: rotate(30deg);
                        transform: rotate(30deg);
                width: 2px;
                height: 2px;
                -webkit-box-shadow: 2px 0 0 #ffe52b, 4px 0 0 #ffe52b, 4px -2px 0 #ffe52b, 4px -4px 0 #ffe52b, 4px -6px 0 #ffe52b, 4px -8px 0 #ffe52b;
                        box-shadow: 2px 0 0 #ffe52b, 4px 0 0 #ffe52b, 4px -2px 0 #ffe52b, 4px -4px 0 #ffe52b, 4px -6px 0 #ffe52b, 4px -8px 0 #ffe52b; }
          body.h2o .contact-form .column-wrapper .outer-form .form-box form label {
            font-family: "proxima-nova", sans-serif;
            font-size: 14px;
            color: #FFFFFF;
            font-weight: 100;
            margin: 17px 0 3px 0;
            display: block; }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .contact-form .column-wrapper .outer-form .form-box form label {
                margin: 13px 0 3px 0; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .contact-form .column-wrapper .outer-form .form-box form label {
                margin: 13px 0 3px 0; } }
            @media (max-width: 595px) {
              body.h2o .contact-form .column-wrapper .outer-form .form-box form label {
                margin: 12px 0 3px 0;
                font-size: 12px; } }
          body.h2o .contact-form .column-wrapper .outer-form .form-box form input {
            font-family: "proxima-nova", sans-serif;
            font-size: 14px;
            font-weight: 100;
            width: 100%;
            outline: none;
            border: 0;
            height: 30px;
            padding: 6px 10px 7px 9px;
            color: #000000; }
            body.h2o .contact-form .column-wrapper .outer-form .form-box form input:focus {
              outline: none;
              border: 0; }
          body.h2o .contact-form .column-wrapper .outer-form .form-box form input::-ms-clear {
            display: none; }
          body.h2o .contact-form .column-wrapper .outer-form .form-box form .btn-wrapper .btn-default {
            padding: 12px 52px 12px 30px;
            margin-top: 18px;
            background-color: #ffe52b;
            outline: none;
            border: 0;
            height: auto;
            letter-spacing: 0.0001em; }
            body.h2o .contact-form .column-wrapper .outer-form .form-box form .btn-wrapper .btn-default:hover {
              color: #000000; }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .contact-form .column-wrapper .outer-form .form-box form .btn-wrapper .btn-default {
                padding: 12px 36px 12px 16px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .contact-form .column-wrapper .outer-form .form-box form .btn-wrapper .btn-default {
                padding: 12px 36px 12px 16px; } }
            @media (max-width: 595px) {
              body.h2o .contact-form .column-wrapper .outer-form .form-box form .btn-wrapper .btn-default {
                padding: 10px 32px 10px 16px;
                font-size: 12px; } }
            body.h2o .contact-form .column-wrapper .outer-form .form-box form .btn-wrapper .btn-default:before {
              display: none; }
            body.h2o .contact-form .column-wrapper .outer-form .form-box form .btn-wrapper .btn-default:after {
              content: '';
              z-index: 2;
              position: absolute;
              background: url(/wp-content/themes/h2o2016/refresh_2018/templates/dist/images/contact_us/locked_padlock.svg) no-repeat;
              background-size: 100% 100%;
              right: 28px;
              top: 11px;
              width: 16px;
              height: 16px;
              left: auto;
              opacity: 1;
              -o-transform: none;
              -webkit-transform: none;
              transform: none; }
              @media (min-width: 768px) and (max-width: 991px) {
                body.h2o .contact-form .column-wrapper .outer-form .form-box form .btn-wrapper .btn-default:after {
                  right: 9px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body.h2o .contact-form .column-wrapper .outer-form .form-box form .btn-wrapper .btn-default:after {
                  right: 9px; } }
              @media (min-width: 481px) and (max-width: 595px) {
                body.h2o .contact-form .column-wrapper .outer-form .form-box form .btn-wrapper .btn-default:after {
                  right: 9px;
                  top: 9px; } }
              @media (max-width: 480px) {
                body.h2o .contact-form .column-wrapper .outer-form .form-box form .btn-wrapper .btn-default:after {
                  right: 8px;
                  top: 9px; } }
          body.h2o .contact-form .column-wrapper .outer-form .form-box form select {
            font-family: "proxima-nova", sans-serif;
            border-radius: 0px;
            width: 100%;
            border: none;
            padding: 6px 33px 7px 9px;
            font-size: 14px;
            outline: none;
            height: 30px;
            background-color: #FFFFFF;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: #FFFFFF url(/wp-content/themes/h2o2016/refresh_2018/templates/dist/images/contact_us/down.png) no-repeat 97.9% 50%;
            background-size: 11px 7px;
            max-width: 460px; }
            @media (min-width: 992px) and (max-width: 1150px) {
              body.h2o .contact-form .column-wrapper .outer-form .form-box form select {
                max-width: 100%; } }
            @media (max-width: 991px) {
              body.h2o .contact-form .column-wrapper .outer-form .form-box form select {
                max-width: 100%; } }
            body.h2o .contact-form .column-wrapper .outer-form .form-box form select:focus {
              outline: none; }
            body.h2o .contact-form .column-wrapper .outer-form .form-box form select:-moz-focusring {
              color: transparent;
              text-shadow: 0 0 0 #000000; }
            body.h2o .contact-form .column-wrapper .outer-form .form-box form select::-ms-expand {
              display: none; }
          body.h2o .contact-form .column-wrapper .outer-form .form-box form textarea {
            max-width: 460px;
            overflow: auto \0;
            font-family: "proxima-nova", sans-serif;
            font-size: 14px;
            width: 100%;
            margin-top: 0px;
            height: 100%;
            min-height: 158px;
            border: 0;
            padding: 6px 10px 7px 9px;
            outline: none;
            color: #000000;
            background-color: #FFFFFF;
            -webkit-box-shadow: none;
            box-shadow: none;
            margin-bottom: 28px; }
            @media (min-width: 992px) and (max-width: 1150px) {
              body.h2o .contact-form .column-wrapper .outer-form .form-box form textarea {
                max-width: 100%; } }
            @media (max-width: 991px) {
              body.h2o .contact-form .column-wrapper .outer-form .form-box form textarea {
                max-width: 100%;
                margin-bottom: 20px; } }
    body.h2o .contact-form #mktoForm_1355 {
      width: 100% !important; }
    body.h2o .contact-form .mktoForm {
      width: 100% !important; }
      body.h2o .contact-form .mktoForm .mktoFormRow .mktoFormCol {
        margin-bottom: 0 !important; }
      body.h2o .contact-form .mktoForm .mktoFormRow .mktoField {
        border: none !important;
        width: 100% !important; }
      body.h2o .contact-form .mktoForm .mktoFormRow * {
        text-align: left !important; }
      body.h2o .contact-form .mktoForm .mktoFormRow .mktoGutter {
        display: none; }
      body.h2o .contact-form .mktoForm .mktoFormRow:nth-child(3), body.h2o .contact-form .mktoForm .mktoFormRow:nth-child(6) {
        width: 50% !important;
        padding-right: 9.5px; }
      body.h2o .contact-form .mktoForm .mktoFormRow:nth-child(4), body.h2o .contact-form .mktoForm .mktoFormRow:nth-child(7) {
        width: 50% !important;
        padding-left: 9.5px; }
      @media (max-width: 480px) {
        body.h2o .contact-form .mktoForm .mktoFormRow:nth-child(3), body.h2o .contact-form .mktoForm .mktoFormRow:nth-child(6), body.h2o .contact-form .mktoForm .mktoFormRow:nth-child(4), body.h2o .contact-form .mktoForm .mktoFormRow:nth-child(7) {
          width: 100% !important;
          padding-left: 0;
          padding-right: 0; } }
      body.h2o .contact-form .mktoForm .mktoLabel {
        padding-top: 0 !important;
        width: 100% !important; }
      body.h2o .contact-form .mktoForm button.mktoButton {
        position: relative;
        max-width: 253px;
        font-size: 14px !important;
        padding: 14px 52px 13px 30px !important;
        margin-top: 18px !important;
        letter-spacing: 0.0001em !important;
        text-transform: capitalize !important;
        color: #000000 !important;
        border: 0 !important;
        background: #ffe52b !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
        white-space: nowrap !important;
        border-radius: 0 !important;
        text-align: center !important;
        font-weight: 600 !important;
        white-space: nowrap !important;
        text-decoration: none !important; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .contact-form .mktoForm button.mktoButton {
            padding: 12px 36px 12px 16px !important;
            margin-top: 8px !important; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .contact-form .mktoForm button.mktoButton {
            padding: 12px 36px 12px 16px !important;
            margin-top: 8px !important; } }
        @media (max-width: 595px) {
          body.h2o .contact-form .mktoForm button.mktoButton {
            padding: 10px 32px 10px 16px !important;
            font-size: 12px !important;
            max-width: 220px;
            margin-top: 8px !important; } }
        @media (max-width: 480px) {
          body.h2o .contact-form .mktoForm button.mktoButton {
            margin-top: 10px !important; } }
        body.h2o .contact-form .mktoForm button.mktoButton:focus {
          outline: none; }
        body.h2o .contact-form .mktoForm button.mktoButton:before {
          content: '';
          z-index: 2;
          position: absolute;
          background: url(/wp-content/themes/h2o2016/refresh_2018/templates/dist/images/contact_us/locked_padlock.svg) no-repeat;
          background-size: 100% 100%;
          right: 28px;
          top: 11px;
          width: 16px;
          height: 16px;
          left: auto;
          opacity: 1;
          -o-transform: none;
          -webkit-transform: none;
          transform: none; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .contact-form .mktoForm button.mktoButton:before {
              right: 9px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .contact-form .mktoForm button.mktoButton:before {
              right: 28px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .contact-form .mktoForm button.mktoButton:before {
              right: 25px;
              top: 9px; } }
          @media (max-width: 480px) {
            body.h2o .contact-form .mktoForm button.mktoButton:before {
              right: 25px;
              top: 9px; } }
    @media (min-width: 992px) {
      body.h2o .contact-form.driverless-ai-form {
        padding: 90px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .contact-form.driverless-ai-form {
        padding: 80px 0; } }
    body.h2o .contact-form.driverless-ai-form .column-wrapper .outer-form {
      min-height: 365px; }
    body.h2o .contact-form.driverless-ai-form .video-column {
      padding-right: 20px; }
      @media (max-width: 767px) {
        body.h2o .contact-form.driverless-ai-form .video-column {
          padding-right: 0;
          padding-bottom: 20px; } }
      body.h2o .contact-form.driverless-ai-form .video-column .video-block {
        position: relative;
        text-align: center; }
        body.h2o .contact-form.driverless-ai-form .video-column .video-block .video-button {
          text-align: center; }
          body.h2o .contact-form.driverless-ai-form .video-column .video-block .video-button .video-btn {
            position: absolute;
            top: calc(50% - 28px);
            left: calc(50% - 28px);
            width: 56px;
            height: 56px;
            background: #7d7d7d; }
            body.h2o .contact-form.driverless-ai-form .video-column .video-block .video-button .video-btn img {
              margin-top: 17px; }
    body.h2o .contact-form.info-detail {
      padding-top: 36px; }
      @media (min-width: 1150px) {
        body.h2o .contact-form.info-detail .container {
          max-width: 1175px; } }
      @media (min-width: 1150px) {
        body.h2o .contact-form.info-detail .container .column-wrapper {
          max-width: 100%; } }
      @media (min-width: 1150px) {
        body.h2o .contact-form.info-detail .container .contact-info {
          width: 52.3%; } }
      @media (min-width: 1150px) {
        body.h2o .contact-form.info-detail .container .outer-form {
          width: 47.7%; } }
      body.h2o .contact-form.info-detail .container .outer-form .form-box {
        position: relative;
        padding: 18px 40px 27px 41px; }
        @media (max-width: 767px) {
          body.h2o .contact-form.info-detail .container .outer-form .form-box {
            margin: 30px auto 40px; } }
        body.h2o .contact-form.info-detail .container .outer-form .form-box form label {
          margin: 18px 0 3px 0; }
        body.h2o .contact-form.info-detail .container .outer-form .form-box form button.mktoButton {
          margin-top: 47px !important; }
      body.h2o .contact-form.info-detail .img-content {
        padding-right: 40px; }
        @media (max-width: 767px) {
          body.h2o .contact-form.info-detail .img-content {
            padding: 0; } }
      body.h2o .contact-form.info-detail .text-wrapper {
        display: block;
        width: 100%;
        padding-right: 32px; }
        @media (min-width: 1150px) {
          body.h2o .contact-form.info-detail .text-wrapper {
            padding-left: 0; } }
        @media (max-width: 480px) {
          body.h2o .contact-form.info-detail .text-wrapper {
            width: 100%;
            display: block;
            margin: 0 auto;
            padding-right: 0; } }
      body.h2o .contact-form.info-detail p {
        font-size: 14px;
        margin-top: 10px;
        display: block;
        width: 100%;
        padding-right: 32px; }
        @media (min-width: 1150px) {
          body.h2o .contact-form.info-detail p {
            padding-left: 0; } }
        @media (max-width: 767px) {
          body.h2o .contact-form.info-detail p {
            width: 100%;
            display: block;
            margin: 10px auto 0;
            padding-right: 0; } }
      body.h2o .contact-form.info-detail .logo-box {
        display: block;
        width: 100%;
        margin-bottom: 33px;
        height: 270px;
        overflow: hidden; }
        @media (max-width: 767px) {
          body.h2o .contact-form.info-detail .logo-box {
            margin-bottom: 23px;
            text-align: center;
            height: 200px; } }
        @media (max-width: 480px) {
          body.h2o .contact-form.info-detail .logo-box {
            width: 100%;
            display: block;
            padding: 0px; } }
        body.h2o .contact-form.info-detail .logo-box img {
          -o-object-fit: cover;
             object-fit: cover;
          height: 100%;
          max-width: 100%; }
          @media (max-width: 480px) {
            body.h2o .contact-form.info-detail .logo-box img {
              margin: 0px auto 0;
              max-width: 100%; } }
      body.h2o .contact-form.info-detail .img-box {
        max-width: 540px;
        height: 163px;
        width: 100%; }
        @media (max-width: 767px) {
          body.h2o .contact-form.info-detail .img-box {
            margin: 0 auto; } }
        body.h2o .contact-form.info-detail .img-box img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
  body.h2o.we-small-height .contact-form {
    padding-top: 37px; }
    @media (max-width: 767px) {
      body.h2o.we-small-height .contact-form {
        padding-top: 30px; } }
  body.h2o #no-video .video-btn {
    display: none; }
  body.h2o .contact-form #mktoForm_1355.mktoForm .mktoFormRow:nth-child(9), body.h2o .contact-form #mktoForm_1355.mktoForm .mktoFormRow:nth-child(12), body.h2o .contact-form #mktoForm_1355.mktoForm .mktoFormRow:nth-child(13), body.h2o .contact-form #mktoForm_1355.mktoForm .mktoFormRow:nth-child(14), body.h2o .contact-form #mktoForm_1355.mktoForm .mktoFormRow:nth-child(15), body.h2o .contact-form #mktoForm_1355.mktoForm .mktoFormRow:nth-child(16) {
    display: inline !important; }
  body.h2o .contact-form #mktoForm_1671.mktoForm .mktoFormRow:nth-child(9), body.h2o .contact-form #mktoForm_1671.mktoForm .mktoFormRow:nth-child(12), body.h2o .contact-form #mktoForm_1671.mktoForm .mktoFormRow:nth-child(13), body.h2o .contact-form #mktoForm_1671.mktoForm .mktoFormRow:nth-child(14), body.h2o .contact-form #mktoForm_1671.mktoForm .mktoFormRow:nth-child(15), body.h2o .contact-form #mktoForm_1671.mktoForm .mktoFormRow:nth-child(16) {
    display: inline !important; }
  body.h2o .location-map {
    padding: 9px 0 76px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .location-map {
        padding: 10px 0 50px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .location-map {
        padding: 0px 0 35px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .location-map {
        padding: 0px 0 25px; } }
    @media (max-width: 595px) {
      body.h2o .location-map {
        padding: 0 0 30px; } }
    body.h2o .location-map .container {
      max-width: 1180px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .location-map .container {
          padding: 0 10px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .location-map .container {
          padding: 0 15px; } }
    body.h2o .location-map h4 {
      text-align: center; }
      body.h2o .location-map h4 span {
        margin-right: 12px; }
    body.h2o .location-map .three-outer {
      max-width: 1140px;
      margin: 0 auto;
      padding-top: 16px;
      font-size: 0; }
      @media (max-width: 767px) {
        body.h2o .location-map .three-outer {
          padding-top: 5px; } }
      body.h2o .location-map .three-outer .col-three {
        width: calc(33.33% - 30px);
        margin: 15px;
        float: none;
        display: inline-block;
        vertical-align: top; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .location-map .three-outer .col-three {
            width: calc(33.33% - 20px);
            margin: 10px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .location-map .three-outer .col-three {
            width: calc(33.33% - 10px);
            margin: 5px; } }
        @media (max-width: 595px) {
          body.h2o .location-map .three-outer .col-three {
            width: 100%;
            margin: 0; } }
        body.h2o .location-map .three-outer .col-three .map {
          min-height: 226px;
          margin: 30px 0 25px; }
          @media (max-width: 767px) {
            body.h2o .location-map .three-outer .col-three .map {
              margin: 20px 0; } }
        body.h2o .location-map .three-outer .col-three .info h6 {
          position: relative;
          font-family: "proxima-nova", sans-serif;
          font-size: 18px;
          font-weight: 600;
          padding-bottom: 24px; }
          @media (max-width: 767px) {
            body.h2o .location-map .three-outer .col-three .info h6 {
              padding-bottom: 20px;
              font-size: 16px; } }
        body.h2o .location-map .three-outer .col-three .info .underline-yellow:before {
          bottom: 9px; }
        body.h2o .location-map .three-outer .col-three .info p {
          font-size: 18px;
          padding: 0px 40px;
          line-height: 1.5; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .location-map .three-outer .col-three .info p {
              padding: 0px 30px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .location-map .three-outer .col-three .info p {
              padding: 0px 20px; } }
          @media (max-width: 767px) {
            body.h2o .location-map .three-outer .col-three .info p {
              font-size: 16px;
              padding: 0; } }
    body.h2o .location-map .gmnoprint img {
      display: none; }
  body.h2o.we-small-height .location-map {
    padding: 9px 0 76px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o.we-small-height .location-map {
        padding: 10px 0 50px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o.we-small-height .location-map {
        padding: 10px 0 35px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o.we-small-height .location-map {
        padding: 10px 0 25px; } }
    @media (max-width: 595px) {
      body.h2o.we-small-height .location-map {
        padding: 0 0 30px; } }
  body.h2o .banner-second-level {
    padding: 0; }
    body.h2o .banner-second-level.philosophy-page h2 {
      color: #FFFFFF; }
    body.h2o .banner-second-level.philosophy-page .content {
      text-align: center;
      margin: 0 auto; }
    body.h2o .banner-second-level h2 span {
      display: inline-block;
      /*margin-left: -11px;*/ }
      body.h2o .banner-second-level h2 span.highlight-text > span {
        margin-left: -11px; }
        @media (max-width: 1170px) {
          body.h2o .banner-second-level h2 span.highlight-text > span {
            margin-left: 0; } }
      @media (max-width: 1170px) {
        body.h2o .banner-second-level h2 span {
          margin-left: 0; } }
      body.h2o .banner-second-level h2 span.bg-black {
        color: #ffe52b; }
    body.h2o .banner-second-level .bg-img {
      height: 517px;
      /*    &:after{
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0,0,0,0.25);
        }*/ }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-second-level .bg-img {
          height: 500px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .banner-second-level .bg-img {
          height: 400px; } }
      @media (max-width: 595px) {
        body.h2o .banner-second-level .bg-img {
          height: 300px; } }
      body.h2o .banner-second-level .bg-img img {
        min-height: 100%;
        min-width: 100%;
        max-height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
    body.h2o .banner-second-level p {
      padding: 9px 0 0 0;
      color: #000000;
      line-height: 1.23; }
    body.h2o .banner-second-level .content {
      max-width: 510px;
      text-align: left;
      padding-top: 89px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-second-level .content {
          padding-top: 60px; } }
      @media (max-width: 767px) {
        body.h2o .banner-second-level .content {
          padding-top: 50px; } }
    body.h2o .banner-second-level.content-630 h2 {
      line-height: 1; }
    body.h2o .banner-second-level.content-630 .bg-img {
      height: 515px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-second-level.content-630 .bg-img {
          height: 500px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .banner-second-level.content-630 .bg-img {
          height: 400px; } }
      @media (max-width: 595px) {
        body.h2o .banner-second-level.content-630 .bg-img {
          height: 300px; } }
    body.h2o .banner-second-level.content-630 .content {
      max-width: 630px;
      padding-top: 123px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-second-level.content-630 .content {
          padding-top: 60px; } }
      @media (max-width: 767px) {
        body.h2o .banner-second-level.content-630 .content {
          padding-top: 60px; } }
    body.h2o .banner-second-level.content-630 p {
      color: #000000; }
    body.h2o .banner-second-level.content-730 .content {
      max-width: 730px;
      padding-top: 137px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-second-level.content-730 .content {
          padding-top: 60px; } }
      @media (max-width: 767px) {
        body.h2o .banner-second-level.content-730 .content {
          padding-top: 76px; } }
    body.h2o .banner-second-level.content-730 h2 {
      line-height: 1; }
    body.h2o .banner-second-level.content-730 .bg-img {
      height: 515px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-second-level.content-730 .bg-img {
          height: 450px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .banner-second-level.content-730 .bg-img {
          height: 400px; } }
      @media (max-width: 595px) {
        body.h2o .banner-second-level.content-730 .bg-img {
          height: 370px; } }
  body.h2o.ua-ie .banner-second-level .bg-img img {
    max-width: auto; }
  body.h2o .download-products {
    padding: 98px 0 100px; }
    @media (max-width: 1150px) {
      body.h2o .download-products {
        padding: 80px 0; } }
    @media (max-width: 991px) {
      body.h2o .download-products {
        padding: 40px 0; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .download-products {
        padding: 30px 0; } }
    @media (max-width: 595px) {
      body.h2o .download-products {
        padding: 30px 0; } }
    @media (max-width: 595px) {
      body.h2o .download-products .column-wrapper {
        text-align: center; } }
    body.h2o .download-products .column-wrapper:after {
      content: '';
      display: block;
      clear: both; }
    body.h2o .download-products .column-wrapper .col-two .col-wrapper:after {
      content: "";
      display: block;
      clear: both; }
    body.h2o .download-products .column-wrapper .col-two.left {
      width: 33%;
      padding-right: 3%; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .download-products .column-wrapper .col-two.left {
          width: 40%;
          margin: 0 auto;
          padding-right: 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .download-products .column-wrapper .col-two.left {
          width: 100%;
          margin: 0 0 30px;
          padding: 0; } }
      @media (max-width: 767px) {
        body.h2o .download-products .column-wrapper .col-two.left {
          width: 100%;
          margin: 0 auto;
          padding: 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .download-products .column-wrapper .col-two.left {
          margin: 0 auto 30px; } }
      body.h2o .download-products .column-wrapper .col-two.left h4 {
        position: relative;
        top: 0;
        left: 0; }
      body.h2o .download-products .column-wrapper .col-two.left h6 {
        font-size: 18px;
        font-weight: 100;
        font-family: "proxima-nova", sans-serif;
        line-height: 1.25;
        padding: 24px 15px 31px 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .download-products .column-wrapper .col-two.left h6 {
            padding: 22px 0 15px 0; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .download-products .column-wrapper .col-two.left h6 {
            padding: 16px 0; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .download-products .column-wrapper .col-two.left h6 {
            padding: 20px 0 12px; } }
        @media (max-width: 480px) {
          body.h2o .download-products .column-wrapper .col-two.left h6 {
            padding: 15px 0 7px; } }
      body.h2o .download-products .column-wrapper .col-two.left .bottom-text p {
        font-size: 12px; }
        body.h2o .download-products .column-wrapper .col-two.left .bottom-text p .small-font {
          border-bottom: 1px solid black;
          color: #000000; }
    body.h2o .download-products .column-wrapper .col-two.right {
      width: 67%;
      max-width: 566px;
      padding-left: 25px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .download-products .column-wrapper .col-two.right {
          width: 60%;
          max-width: 590px; } }
      @media (max-width: 991px) {
        body.h2o .download-products .column-wrapper .col-two.right {
          width: 100%;
          max-width: 100%;
          padding-left: 0; } }
      @media (max-width: 595px) {
        body.h2o .download-products .column-wrapper .col-two.right {
          padding-left: 0; } }
      body.h2o .download-products .column-wrapper .col-two.right h6 {
        font-size: 18px;
        position: relative; }
      body.h2o .download-products .column-wrapper .col-two.right .col-wrapper {
        padding-bottom: 65px; }
        @media (max-width: 991px) {
          body.h2o .download-products .column-wrapper .col-two.right .col-wrapper {
            padding-bottom: 30px; } }
        @media (max-width: 595px) {
          body.h2o .download-products .column-wrapper .col-two.right .col-wrapper {
            padding-bottom: 20px; } }
        body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two {
          width: 50%; }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two {
              width: 100%;
              margin: 30px auto; } }
          @media (max-width: 480px) {
            body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two {
              width: 100%;
              margin: 30px 0 0; } }
          body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two:first-child {
            padding-right: 15px; }
            @media (max-width: 595px) {
              body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two:first-child {
                padding-right: 0; } }
          body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two:nth-child(2) {
            width: calc(50% - 15px);
            margin-left: 15px; }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two:nth-child(2) {
                /*                width: calc(50% - 4px);
                                margin-left: 4px;*/ } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two:nth-child(2) {
                /*                width: calc(50% - 2px);
                                margin-left: 2px;*/ } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two:nth-child(2) {
                width: 100%;
                margin: 17px auto; } }
            @media (max-width: 480px) {
              body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two:nth-child(2) {
                width: 100%;
                margin: 20px 0 0; } }
            @media (max-width: 991px) {
              body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two:nth-child(2) h6:before {
                width: 100%; } }
          body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two h6 {
            font-weight: 100;
            font-family: "proxima-nova", sans-serif;
            margin-bottom: 23px; }
            @media (min-width: 481px) and (max-width: 595px) {
              body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two h6 {
                margin-bottom: 15px; } }
            @media (max-width: 480px) {
              body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two h6 {
                margin-bottom: 10px; } }
            body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two h6:before {
              content: "";
              position: absolute;
              left: 0;
              top: 25px;
              background: #000000;
              width: 100%;
              height: 1px; }
              @media (max-width: 595px) {
                body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two h6:before {
                  width: 100%; } }
          body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two .logo-img {
            margin: 31px 0 0; }
            @media (max-width: 595px) {
              body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two .logo-img {
                text-align: center;
                margin: 20px auto 0;
                float: left;
                width: 100%; } }
            body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two .logo-img img {
              max-width: 202px;
              -webkit-transform: scale(1, 1);
                   -o-transform: scale(1, 1);
                      transform: scale(1, 1);
              -webkit-transition: .3s all linear;
              -o-transition: .3s all linear;
              transition: .3s all linear; }
            body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two .logo-img:hover img {
              -webkit-transform: scale(1.1, 1.1);
                   -o-transform: scale(1.1, 1.1);
                      transform: scale(1.1, 1.1);
              -webkit-transition: .3s all linear;
              -o-transition: .3s all linear;
              transition: .3s all linear; }
            body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two .logo-img a {
              display: block; }
          body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two .btn-yellow, body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two .btn-black {
            margin-right: 10px; }
            body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two .btn-yellow:last-of-type, body.h2o .download-products .column-wrapper .col-two.right .col-wrapper .col-two .btn-black:last-of-type {
              margin-bottom: 0; }
      body.h2o .download-products .column-wrapper .col-two.right .bottom-wrapper h6 {
        font-weight: 100;
        font-family: "proxima-nova", sans-serif;
        margin-bottom: 10px; }
        body.h2o .download-products .column-wrapper .col-two.right .bottom-wrapper h6:before {
          content: "";
          position: absolute;
          left: 0;
          top: 26px;
          background: #000000;
          width: 100%;
          height: 1px; }
          @media (max-width: 991px) {
            body.h2o .download-products .column-wrapper .col-two.right .bottom-wrapper h6:before {
              width: 100%; } }
      @media (max-width: 991px) {
        body.h2o .download-products .column-wrapper .col-two.right .bottom-wrapper .col-two {
          width: 50%; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .download-products .column-wrapper .col-two.right .bottom-wrapper .col-two {
          margin-top: 20px; } }
      @media (max-width: 480px) {
        body.h2o .download-products .column-wrapper .col-two.right .bottom-wrapper .col-two {
          width: 100%;
          margin-top: 10px; } }
      body.h2o .download-products .column-wrapper .col-two.right .bottom-wrapper .col-two .video-play {
        display: block; }
      @media (max-width: 991px) {
        body.h2o .download-products .column-wrapper .col-two.right .bottom-wrapper .col-two a {
          max-width: 240px; } }
      @media (max-width: 480px) {
        body.h2o .download-products .column-wrapper .col-two.right .bottom-wrapper .col-two a {
          margin: 10px auto 0; } }
      body.h2o .download-products .column-wrapper .col-two.right .bottom-wrapper .col-two:last-child {
        /*padding-left: 3px;*/
        margin-top: 14px;
        width: calc(50% - 15px);
        margin-left: 15px; }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .download-products .column-wrapper .col-two.right .bottom-wrapper .col-two:last-child {
            margin: 20px 0 0 15px;
            padding-left: 0; } }
        @media (max-width: 480px) {
          body.h2o .download-products .column-wrapper .col-two.right .bottom-wrapper .col-two:last-child {
            width: 100%;
            margin: 20px auto 0;
            padding-left: 0; } }
      body.h2o .download-products .column-wrapper .col-two.right .bottom-wrapper .col-two h6 {
        max-width: 157px;
        margin: 9px 0 19px;
        word-spacing: -0.04em; }
        body.h2o .download-products .column-wrapper .col-two.right .bottom-wrapper .col-two h6:before {
          content: '';
          display: none; }
        @media (max-width: 595px) {
          body.h2o .download-products .column-wrapper .col-two.right .bottom-wrapper .col-two h6 {
            margin: 5px 0 0;
            max-width: 100%; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .download-products .column-wrapper .col-two.right .bottom-wrapper .col-two h6 {
            text-align: left; } }
      body.h2o .download-products .column-wrapper .col-two.right .bottom-wrapper .col-two .bg-img {
        text-align: left;
        max-width: 256px;
        position: relative; }
        @media (max-width: 595px) {
          body.h2o .download-products .column-wrapper .col-two.right .bottom-wrapper .col-two .bg-img {
            margin: 0 auto; } }
        body.h2o .download-products .column-wrapper .col-two.right .bottom-wrapper .col-two .bg-img img {
          -o-object-fit: cover;
             object-fit: cover;
          min-width: 100%;
          min-height: 100%; }
        body.h2o .download-products .column-wrapper .col-two.right .bottom-wrapper .col-two .bg-img .button-img {
          position: absolute;
          bottom: 0px;
          right: -2px;
          width: 36px;
          height: 34px;
          cursor: pointer; }
    body.h2o .download-products.sparkling-block {
      padding: 98px 0 90px; }
      @media (max-width: 1150px) {
        body.h2o .download-products.sparkling-block {
          padding: 80px 0; } }
      @media (max-width: 991px) {
        body.h2o .download-products.sparkling-block {
          padding: 40px 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .download-products.sparkling-block {
          padding: 30px 0; } }
      @media (max-width: 595px) {
        body.h2o .download-products.sparkling-block {
          padding: 30px 0; } }
      body.h2o .download-products.sparkling-block .column-wrapper .col-two.left {
        padding-right: 0; }
        @media (max-width: 1150px) {
          body.h2o .download-products.sparkling-block .column-wrapper .col-two.left {
            margin-left: 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .download-products.sparkling-block .column-wrapper .col-two.left {
            margin: 0 0 20px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .download-products.sparkling-block .column-wrapper .col-two.left {
            margin: 0 auto 20px; } }
        body.h2o .download-products.sparkling-block .column-wrapper .col-two.left h6 {
          margin: 0;
          padding: 22px 15px 32px 0;
          word-spacing: -0.1em;
          letter-spacing: 0.009em; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .download-products.sparkling-block .column-wrapper .col-two.left h6 {
              padding: 22px 0 15px 0; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .download-products.sparkling-block .column-wrapper .col-two.left h6 {
              padding: 20px 15px 17px 0; } }
          @media (max-width: 595px) {
            body.h2o .download-products.sparkling-block .column-wrapper .col-two.left h6 {
              padding: 20px 0 17px 0; } }
      body.h2o .download-products.sparkling-block .column-wrapper .col-two.right .col-wrapper {
        padding-bottom: 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .download-products.sparkling-block .column-wrapper .col-two.right .col-wrapper .col-two:nth-child(1) {
            width: 50%;
            padding-right: 65px; } }
  @media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
    body.h2o .download-products.sparkling-block .column-wrapper .col-two.right .col-wrapper .col-two:nth-child(1) {
      padding-right: 15px; } }
        @media (max-width: 595px) {
          body.h2o .download-products.sparkling-block .column-wrapper .col-two.right .col-wrapper .col-two {
            text-align: center; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .download-products.sparkling-block .column-wrapper .col-two.right .col-wrapper .col-two:nth-child(2) {
            margin: 0; } }
        body.h2o .download-products.sparkling-block .column-wrapper .col-two.right .col-wrapper .col-two .btn-yellow, body.h2o .download-products.sparkling-block .column-wrapper .col-two.right .col-wrapper .col-two .btn-black {
          margin: 10px 0; }
          body.h2o .download-products.sparkling-block .column-wrapper .col-two.right .col-wrapper .col-two .btn-yellow:last-of-type, body.h2o .download-products.sparkling-block .column-wrapper .col-two.right .col-wrapper .col-two .btn-black:last-of-type {
            margin-bottom: 0; }
          @media (max-width: 767px) {
            body.h2o .download-products.sparkling-block .column-wrapper .col-two.right .col-wrapper .col-two .btn-yellow, body.h2o .download-products.sparkling-block .column-wrapper .col-two.right .col-wrapper .col-two .btn-black {
              min-width: 198px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .download-products.sparkling-block .column-wrapper .col-two.right .col-wrapper .col-two .btn-yellow, body.h2o .download-products.sparkling-block .column-wrapper .col-two.right .col-wrapper .col-two .btn-black {
              display: block;
              max-width: 205px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .download-products.sparkling-block .column-wrapper .col-two.right .col-wrapper .col-two .btn-yellow, body.h2o .download-products.sparkling-block .column-wrapper .col-two.right .col-wrapper .col-two .btn-black {
              margin: 8px 8px 0 0; } }
          @media (max-width: 480px) {
            body.h2o .download-products.sparkling-block .column-wrapper .col-two.right .col-wrapper .col-two .btn-yellow, body.h2o .download-products.sparkling-block .column-wrapper .col-two.right .col-wrapper .col-two .btn-black {
              margin: 10px 10px 0; } }
    body.h2o .download-products.download-with-nav .column-wrapper .col-two.left {
      padding-right: 0; }
      @media (max-width: 1150px) {
        body.h2o .download-products.download-with-nav .column-wrapper .col-two.left {
          margin-left: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .download-products.download-with-nav .column-wrapper .col-two.left {
          margin: 0 0 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .download-products.download-with-nav .column-wrapper .col-two.left {
          margin: 0 auto 20px; } }
      body.h2o .download-products.download-with-nav .column-wrapper .col-two.left h6 {
        margin: 0;
        padding: 22px 15px 32px 0;
        word-spacing: -0.1em;
        letter-spacing: 0.009em; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .download-products.download-with-nav .column-wrapper .col-two.left h6 {
            padding: 22px 0 15px 0; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .download-products.download-with-nav .column-wrapper .col-two.left h6 {
            padding: 20px 15px 17px 0; } }
        @media (max-width: 595px) {
          body.h2o .download-products.download-with-nav .column-wrapper .col-two.left h6 {
            padding: 20px 0 17px 0; } }
    body.h2o .download-products.download-with-nav .column-wrapper .col-two.right .col-wrapper {
      padding-bottom: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .download-products.download-with-nav .column-wrapper .col-two.right .col-wrapper .col-two:nth-child(1) {
          width: 50%;
          /*padding-right: 65px;*/ } }
      @media (max-width: 595px) {
        body.h2o .download-products.download-with-nav .column-wrapper .col-two.right .col-wrapper .col-two {
          text-align: center; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .download-products.download-with-nav .column-wrapper .col-two.right .col-wrapper .col-two:nth-child(2) {
          margin: 0; } }
      body.h2o .download-products.download-with-nav .column-wrapper .col-two.right .col-wrapper .col-two .btn-yellow, body.h2o .download-products.download-with-nav .column-wrapper .col-two.right .col-wrapper .col-two .btn-black {
        margin: 10px 0; }
        body.h2o .download-products.download-with-nav .column-wrapper .col-two.right .col-wrapper .col-two .btn-yellow:last-of-type, body.h2o .download-products.download-with-nav .column-wrapper .col-two.right .col-wrapper .col-two .btn-black:last-of-type {
          margin-bottom: 0; }
        @media (max-width: 767px) {
          body.h2o .download-products.download-with-nav .column-wrapper .col-two.right .col-wrapper .col-two .btn-yellow, body.h2o .download-products.download-with-nav .column-wrapper .col-two.right .col-wrapper .col-two .btn-black {
            min-width: 198px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .download-products.download-with-nav .column-wrapper .col-two.right .col-wrapper .col-two .btn-yellow, body.h2o .download-products.download-with-nav .column-wrapper .col-two.right .col-wrapper .col-two .btn-black {
            display: block;
            max-width: 205px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .download-products.download-with-nav .column-wrapper .col-two.right .col-wrapper .col-two .btn-yellow, body.h2o .download-products.download-with-nav .column-wrapper .col-two.right .col-wrapper .col-two .btn-black {
            margin: 8px 8px 0 0; } }
        @media (max-width: 480px) {
          body.h2o .download-products.download-with-nav .column-wrapper .col-two.right .col-wrapper .col-two .btn-yellow, body.h2o .download-products.download-with-nav .column-wrapper .col-two.right .col-wrapper .col-two .btn-black {
            margin: 10px 10px 0; } }
    body.h2o .download-products.download-with-nav .sticky-nav.download-navigation {
      padding: 0 0 57px;
      position: relative; }
      @media (max-width: 991px) {
        body.h2o .download-products.download-with-nav .sticky-nav.download-navigation {
          padding: 0 0 30px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .download-products.download-with-nav .sticky-nav.download-navigation {
          padding: 0 0 20px; } }
      @media (max-width: 595px) {
        body.h2o .download-products.download-with-nav .sticky-nav.download-navigation {
          text-align: center; } }
      body.h2o .download-products.download-with-nav .sticky-nav.download-navigation ul {
        position: relative; }
        body.h2o .download-products.download-with-nav .sticky-nav.download-navigation ul:after {
          position: absolute;
          content: '';
          left: 0;
          bottom: 0;
          z-index: 1;
          height: 1px;
          background-color: #999999;
          width: 480px; }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .download-products.download-with-nav .sticky-nav.download-navigation ul:after {
              left: calc(50% - 22px);
              width: 220px; } }
          @media (max-width: 480px) {
            body.h2o .download-products.download-with-nav .sticky-nav.download-navigation ul:after {
              width: 100%; } }
        body.h2o .download-products.download-with-nav .sticky-nav.download-navigation ul li.active a:after {
          position: absolute;
          background: #ffe52b;
          content: '';
          width: 100%;
          bottom: -1px;
          left: 0;
          z-index: 2;
          height: 4px; }
        @media (max-width: 480px) {
          body.h2o .download-products.download-with-nav .sticky-nav.download-navigation ul li {
            display: block;
            margin: 5px auto 0; }
            body.h2o .download-products.download-with-nav .sticky-nav.download-navigation ul li.active a:after {
              position: absolute;
              background: #ffe52b;
              content: '';
              width: 100%;
              bottom: 2px;
              left: 0;
              z-index: 2;
              height: 4px; } }
  body.h2o.touch .download-products .column-wrapper .col-two.right .bottom-wrapper .col-two .bg-img img {
    min-height: inherit; }
  body.h2o .cta-two.cta-bricklin .content {
    max-width: 800px; }
    body.h2o .cta-two.cta-bricklin .content h3 {
      line-height: 1.1;
      letter-spacing: -0.023em; }
  body.h2o .cta-two .bg-img {
    height: 328px; }
    body.h2o .cta-two .bg-img img {
      min-height: 100%;
      min-width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  body.h2o .cta-two .content {
    max-width: 500px;
    margin: 0 auto 6px; }
    body.h2o .cta-two .content h3 {
      font-size: 36px;
      letter-spacing: -0.002em;
      word-spacing: 0.1em;
      line-height: 1.5;
      margin-bottom: 22px; }
      @media (max-width: 991px) {
        body.h2o .cta-two .content h3 {
          margin-bottom: 10px; } }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .cta-two .content h3 {
          font-size: 34px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .cta-two .content h3 {
          font-size: 28px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .cta-two .content h3 {
          font-size: 24px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .cta-two .content h3 {
          font-size: 22px; } }
      @media (max-width: 480px) {
        body.h2o .cta-two .content h3 {
          font-size: 22px; } }
      body.h2o .cta-two .content h3 span {
        color: #ffe52b;
        background-color: #000000;
        margin-right: 7px; }
  body.h2o .banner-with-content {
    min-height: 349px; }
    body.h2o .banner-with-content .container {
      z-index: 1;
      display: table;
      min-height: inherit;
      height: inherit; }
    body.h2o .banner-with-content .wrapper {
      display: table-cell;
      vertical-align: middle;
      width: 100%; }
    body.h2o .banner-with-content > .bg-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /*max-height: 100%;*/ }
      body.h2o .banner-with-content > .bg-img img {
        min-height: 100%;
        min-width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body.h2o .banner-with-content .col-two {
      padding: 53px 0; }
      @media (max-width: 1150px) {
        body.h2o .banner-with-content .col-two {
          margin-top: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-with-content .col-two {
          padding: 40px 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .banner-with-content .col-two {
          text-align: center;
          width: 100%;
          margin: 0 auto;
          padding: 40px 0 10px; } }
      @media (max-width: 595px) {
        body.h2o .banner-with-content .col-two {
          text-align: center;
          width: 100%;
          margin: 0 auto;
          padding: 30px 0 10px; } }
      body.h2o .banner-with-content .col-two:last-child {
        width: calc(50% - 14px);
        margin-left: 14px;
        font-family: "proxima-nova", sans-serif;
        position: relative; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .banner-with-content .col-two:last-child {
            width: calc(50% - 8px);
            margin-left: 8px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .banner-with-content .col-two:last-child {
            text-align: left;
            width: 100%;
            margin: 0 auto;
            padding: 10px 0 40px; } }
        @media (max-width: 595px) {
          body.h2o .banner-with-content .col-two:last-child {
            text-align: center;
            width: 100%;
            margin: 4px auto 0;
            padding: 10px 0 30px; } }
      @media (max-width: 767px) {
        body.h2o .banner-with-content .col-two .v-middle {
          text-align: center; } }
      body.h2o .banner-with-content .col-two .v-middle-inner {
        table-layout: fixed; }
      body.h2o .banner-with-content .col-two p {
        font-size: 18px; }
      @media (max-width: 767px) {
        body.h2o .banner-with-content .col-two .content-text {
          text-align: center; } }
      body.h2o .banner-with-content .col-two .content-text h2.smaller_font_size.highlight-text {
        font-size: 50px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .banner-with-content .col-two .content-text h2.smaller_font_size.highlight-text {
            font-size: 50px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .banner-with-content .col-two .content-text h2.smaller_font_size.highlight-text {
            font-size: 50px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .banner-with-content .col-two .content-text h2.smaller_font_size.highlight-text {
            font-size: 40px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .banner-with-content .col-two .content-text h2.smaller_font_size.highlight-text {
            font-size: 30px; } }
        @media (max-width: 480px) {
          body.h2o .banner-with-content .col-two .content-text h2.smaller_font_size.highlight-text {
            font-size: 30px; } }
      body.h2o .banner-with-content .col-two .content-text h2 {
        letter-spacing: 0.04em;
        margin: 0 0 14px 0;
        letter-spacing: 0.00em;
        line-height: 1; }
        @media (max-width: 1170px) {
          body.h2o .banner-with-content .col-two .content-text h2 {
            margin-left: 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .banner-with-content .col-two .content-text h2 {
            margin: 0 0 14px 0; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .banner-with-content .col-two .content-text h2 {
            margin: 0 0 5px 0; } }
        @media (max-width: 595px) {
          body.h2o .banner-with-content .col-two .content-text h2 {
            margin: 0; } }
        body.h2o .banner-with-content .col-two .content-text h2.highlight-text > span {
          margin-left: -11px; }
          @media (max-width: 1170px) {
            body.h2o .banner-with-content .col-two .content-text h2.highlight-text > span {
              margin-left: 0; } }
        body.h2o .banner-with-content .col-two .content-text h2 span {
          color: #ffe52b;
          background-color: #000000; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .banner-with-content .col-two .content-text h2 span {
              font-size: 40px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .banner-with-content .col-two .content-text h2 span {
              font-size: 36px; } }
          @media (max-width: 767px) {
            body.h2o .banner-with-content .col-two .content-text h2 span {
              font-size: 32px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .banner-with-content .col-two .content-text h2 span {
              margin: 0 0 6px 0; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .banner-with-content .col-two .content-text h2 span {
              margin: 0 auto; } }
          @media (max-width: 480px) {
            body.h2o .banner-with-content .col-two .content-text h2 span {
              text-align: center;
              margin: 0 0 6px 0; } }
      body.h2o .banner-with-content .col-two .content-text h3 {
        letter-spacing: 0.04em;
        margin: 0 0 14px 0;
        letter-spacing: 0.00em;
        line-height: 1.1; }
        @media (max-width: 1170px) {
          body.h2o .banner-with-content .col-two .content-text h3 {
            margin-left: 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .banner-with-content .col-two .content-text h3 {
            margin: 0 0 14px 0; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .banner-with-content .col-two .content-text h3 {
            margin: 0 0 5px 0; } }
        @media (max-width: 595px) {
          body.h2o .banner-with-content .col-two .content-text h3 {
            margin: 0; } }
        body.h2o .banner-with-content .col-two .content-text h3.highlight-text > span {
          margin-left: -11px; }
          @media (max-width: 1170px) {
            body.h2o .banner-with-content .col-two .content-text h3.highlight-text > span {
              margin-left: 0; } }
        body.h2o .banner-with-content .col-two .content-text h3 span {
          color: #ffe52b;
          background-color: #000000;
          font-size: inherit; }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .banner-with-content .col-two .content-text h3 span {
              margin: 0 0 6px 0; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .banner-with-content .col-two .content-text h3 span {
              margin: 0 auto; } }
          @media (max-width: 480px) {
            body.h2o .banner-with-content .col-two .content-text h3 span {
              text-align: center;
              margin: 0 0 6px 0; } }
      body.h2o .banner-with-content .col-two .content-text h5 {
        font-weight: 400;
        font-family: "proxima-nova", sans-serif;
        word-spacing: -0.01em;
        line-height: 1.25;
        max-width: 480px;
        padding-bottom: 12px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .banner-with-content .col-two .content-text h5 {
            padding-bottom: 3px; } }
        @media (max-width: 767px) {
          body.h2o .banner-with-content .col-two .content-text h5 {
            padding: 5px 0 0;
            max-width: 100%; } }
        @media (max-width: 480px) {
          body.h2o .banner-with-content .col-two .content-text h5 {
            font-size: 16px;
            max-width: 100%;
            text-align: center; } }
      body.h2o .banner-with-content .col-two .content-wrapper {
        display: block;
        max-width: 431px;
        margin-right: 40px;
        float: right; }
        @media (max-width: 1150px) {
          body.h2o .banner-with-content .col-two .content-wrapper {
            margin-right: 0; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .banner-with-content .col-two .content-wrapper {
            max-width: 700px;
            text-align: center; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .banner-with-content .col-two .content-wrapper {
            max-width: 600px;
            text-align: center; } }
        body.h2o .banner-with-content .col-two .content-wrapper p {
          padding: 3px 0 32px;
          line-height: 1.4; }
          body.h2o .banner-with-content .col-two .content-wrapper p:last-of-type {
            padding-bottom: 0; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .banner-with-content .col-two .content-wrapper p {
              padding: 20px 0 0 0; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .banner-with-content .col-two .content-wrapper p {
              padding: 10px 0 0; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .banner-with-content .col-two .content-wrapper p {
              font-size: 16px;
              text-align: center;
              padding: 9px 0 0; } }
          @media (max-width: 480px) {
            body.h2o .banner-with-content .col-two .content-wrapper p {
              font-size: 14px;
              text-align: center;
              padding: 7px 0 0; } }
      body.h2o .banner-with-content .col-two .media-body {
        position: relative;
        max-width: 540px;
        height: 261px;
        cursor: pointer;
        overflow: hidden; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .banner-with-content .col-two .media-body {
            margin: 0 auto; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .banner-with-content .col-two .media-body {
            max-width: 430px;
            height: 200px;
            margin: 20px auto 0; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .banner-with-content .col-two .media-body {
            margin: 13px auto 10px;
            position: relative;
            max-width: 389px;
            height: 182px; } }
        @media (max-width: 480px) {
          body.h2o .banner-with-content .col-two .media-body {
            max-width: 400px;
            height: 190px;
            margin: 7px auto 0; } }
        body.h2o .banner-with-content .col-two .media-body > a {
          display: block;
          height: inherit;
          width: inherit; }
        body.h2o .banner-with-content .col-two .media-body .bg-img {
          height: 100%;
          width: 100%;
          position: relative;
          margin: 0 auto;
          max-height: 100%; }
          body.h2o .banner-with-content .col-two .media-body .bg-img img {
            min-height: 100%;
            min-width: 100%;
            max-height: 100%;
            -o-object-position: center;
               object-position: center; }
        body.h2o .banner-with-content .col-two .media-body .button {
          position: absolute;
          bottom: 0;
          right: 0;
          z-index: 3; }
          body.h2o .banner-with-content .col-two .media-body .button .right-arrow {
            font-size: 16px;
            display: inline-block;
            background: #000000;
            color: #FFFFFF;
            font-weight: 700;
            text-align: center;
            cursor: pointer;
            position: relative;
            z-index: 0;
            vertical-align: bottom;
            -webkit-transition: all 0.8s ease;
            -o-transition: all 0.8s ease;
            transition: all 0.8s ease;
            padding: 17px 16px 16px 20px; }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .banner-with-content .col-two .media-body .button .right-arrow {
                padding: 6px; } }
            @media (max-width: 480px) {
              body.h2o .banner-with-content .col-two .media-body .button .right-arrow {
                padding: 11px 12px; } }
    @media (max-width: 767px) {
      body.h2o .banner-with-content.we-legacy-page .col-two .content-wrapper {
        max-width: 200px;
        float: none;
        margin: 0 auto; } }
  body.h2o.ua-ie .banner-with-content .col-two .media-body .bg-img img {
    min-height: auto;
    min-width: auto; }
  body.h2o .intro-overview {
    padding: 106px 0 90px;
    /*  &.enterprise-overview {
      padding: 0 0 96px;
      @include desktop {
        padding: 0 0 80px;
      }
      @include tablet {
        padding: 0 0 40px;
      }
      @include tablet-down {
        padding: 0 0 30px;
      }
      h6 {
        margin-bottom: 20px;
        position: relative;
        @include desktop-down {
          margin: 0 auto 20px;
        }
  
      }
      .text-wrapper {
        p {
          &:first-of-type {
            margin-top: 50px;
            @include container-down {
              margin-top: 30px;
            }
            @include tablet-down {
              margin-top: 20px;
            }
          }
        }
  
      }
  
    }*/ }
    @media (max-width: 1150px) {
      body.h2o .intro-overview {
        padding: 40px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .intro-overview {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o .intro-overview {
        padding: 30px 0; } }
    body.h2o .intro-overview h6 {
      font-size: 18px;
      font-family: "proxima-nova", sans-serif;
      font-weight: 100;
      margin-bottom: 25px;
      position: relative; }
      @media (max-width: 991px) {
        body.h2o .intro-overview h6 {
          margin: 0 auto 30px; } }
      @media (max-width: 595px) {
        body.h2o .intro-overview h6 {
          margin: 0 auto 20px; } }
    body.h2o .intro-overview .text-wrapper h4 {
      font-family: "motiva-sans", sans-serif;
      max-width: 800px;
      line-height: 1.19;
      margin: 0 auto; }
      body.h2o .intro-overview .text-wrapper h4 span {
        padding: 5px 7px 8px 9px; }
        @media (max-width: 767px) {
          body.h2o .intro-overview .text-wrapper h4 span {
            padding: 5px 7px; } }
    body.h2o .intro-overview .text-wrapper p {
      font-size: 18px;
      font-family: "proxima-nova", sans-serif;
      max-width: 730px;
      margin: 0 auto 32px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .intro-overview .text-wrapper p {
          margin: 0 auto 25px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .intro-overview .text-wrapper p {
          margin: 0 auto 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .intro-overview .text-wrapper p {
          margin: 0 auto 15px; } }
      @media (max-width: 595px) {
        body.h2o .intro-overview .text-wrapper p {
          font-size: 16px;
          margin: 0 auto 10px; } }
      body.h2o .intro-overview .text-wrapper p:first-of-type {
        margin-top: 56px; }
        @media (max-width: 1150px) {
          body.h2o .intro-overview .text-wrapper p:first-of-type {
            margin-top: 30px; } }
        @media (max-width: 767px) {
          body.h2o .intro-overview .text-wrapper p:first-of-type {
            margin-top: 20px; } }
      body.h2o .intro-overview .text-wrapper p:last-child {
        margin-bottom: 0px; }
    @media (min-width: 1150px) {
      body.h2o .intro-overview.doing-good-overview {
        padding-top: 95px; } }
    body.h2o .intro-overview.nvidia-overview {
      padding: 48px 0 50px; }
      @media (max-width: 1150px) {
        body.h2o .intro-overview.nvidia-overview {
          padding: 40px 0; } }
      @media (max-width: 991px) {
        body.h2o .intro-overview.nvidia-overview {
          padding: 30px 0; } }
      body.h2o .intro-overview.nvidia-overview h6 {
        margin-bottom: 23px; }
    body.h2o .intro-overview .slider-wrap {
      max-width: 770px;
      margin: 52px auto 0;
      /*opacity: 0;*/ }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .intro-overview .slider-wrap {
          margin: 40px auto 0; } }
      @media (max-width: 767px) {
        body.h2o .intro-overview .slider-wrap {
          margin: 30px auto 0; } }
      body.h2o .intro-overview .slider-wrap .slider .item {
        font-size: 0;
        overflow: hidden;
        padding: 0 20px 40px;
        outline: none; }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .intro-overview .slider-wrap .slider .item {
            padding: 0 30px 40px; } }
        @media (max-width: 595px) {
          body.h2o .intro-overview .slider-wrap .slider .item {
            padding: 0 30px 40px; } }
        body.h2o .intro-overview .slider-wrap .slider .item .col-two {
          float: none;
          display: inline-block;
          vertical-align: top; }
          body.h2o .intro-overview .slider-wrap .slider .item .col-two.content-box {
            padding: 10px 37px 0 24px;
            width: calc(100% - 255px);
            float: left; }
            @media (max-width: 767px) {
              body.h2o .intro-overview .slider-wrap .slider .item .col-two.content-box {
                width: 100%;
                padding: 0;
                float: none; } }
          body.h2o .intro-overview .slider-wrap .slider .item .col-two.img-box {
            width: 255px;
            margin-top: 4px;
            float: right; }
            @media (max-width: 767px) {
              body.h2o .intro-overview .slider-wrap .slider .item .col-two.img-box {
                margin-top: 0px;
                margin-bottom: 20px;
                float: none;
                width: 100%;
                max-width: 255px; } }
          body.h2o .intro-overview .slider-wrap .slider .item .col-two .bg-img {
            max-width: 255px;
            max-height: 296px;
            margin: 0 auto; }
            body.h2o .intro-overview .slider-wrap .slider .item .col-two .bg-img img {
              width: 100%; }
          body.h2o .intro-overview .slider-wrap .slider .item .col-two .content {
            text-align: left; }
            body.h2o .intro-overview .slider-wrap .slider .item .col-two .content p {
              position: relative;
              font-size: 22px;
              color: #161616;
              margin-bottom: 10px; }
              @media (min-width: 768px) and (max-width: 991px) {
                body.h2o .intro-overview .slider-wrap .slider .item .col-two .content p {
                  font-size: 20px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body.h2o .intro-overview .slider-wrap .slider .item .col-two .content p {
                  font-size: 18px; } }
              @media (min-width: 481px) and (max-width: 595px) {
                body.h2o .intro-overview .slider-wrap .slider .item .col-two .content p {
                  font-size: 18px; } }
              @media (max-width: 480px) {
                body.h2o .intro-overview .slider-wrap .slider .item .col-two .content p {
                  font-size: 16px; } }
              body.h2o .intro-overview .slider-wrap .slider .item .col-two .content p:before {
                content: '';
                position: absolute;
                left: -25px;
                width: 20px;
                height: 17px;
                background: url("/wp-content/themes/h2o2018/templates/dist/images/quote-left.png");
                background-repeat: no-repeat; }
              body.h2o .intro-overview .slider-wrap .slider .item .col-two .content p:after {
                content: '';
                position: relative;
                left: 5px;
                display: inline-block;
                width: 20px;
                height: 17px;
                background: url("/wp-content/themes/h2o2018/templates/dist/images/quote-right.png");
                background-repeat: no-repeat; }
            body.h2o .intro-overview .slider-wrap .slider .item .col-two .content span {
              font-size: 14px;
              color: #161616;
              display: block;
              max-width: 350px; }
        body.h2o .intro-overview .slider-wrap .slider .item:nth-child(even) .col-two.content-box {
          padding: 10px 0 0 61px;
          float: right; }
          @media (max-width: 767px) {
            body.h2o .intro-overview .slider-wrap .slider .item:nth-child(even) .col-two.content-box {
              padding: 0;
              float: none; } }
        body.h2o .intro-overview .slider-wrap .slider .item:nth-child(even) .col-two.img-box {
          float: left; }
          @media (max-width: 767px) {
            body.h2o .intro-overview .slider-wrap .slider .item:nth-child(even) .col-two.img-box {
              float: none; } }
        body.h2o .intro-overview .slider-wrap .slider .item:last-child {
          padding-bottom: 0; }
      body.h2o .intro-overview .slider-wrap .slick-dots {
        font-size: 0;
        text-align: center;
        margin-top: 30px; }
        body.h2o .intro-overview .slider-wrap .slick-dots li {
          display: inline-block;
          margin: 0 5px; }
          body.h2o .intro-overview .slider-wrap .slick-dots li button {
            width: 10px;
            height: 10px;
            border: 2px solid #000000;
            cursor: pointer;
            outline: none;
            font-size: 0;
            background-color: transparent; }
          body.h2o .intro-overview .slider-wrap .slick-dots li.slick-active button {
            background-color: #000000; }
  @media (max-width: 1150px) {
    body.h2o.we-small-height .intro-overview {
      padding: 40px 0; } }
  @media (max-width: 991px) {
    body.h2o.we-small-height .intro-overview {
      padding: 30px 0; } }
  body.h2o .list-with-image {
    padding: 100px 0; }
    @media (max-width: 1150px) {
      body.h2o .list-with-image {
        padding: 40px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .list-with-image {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o .list-with-image {
        padding: 30px 0; } }
    body.h2o .list-with-image .container h4 {
      margin-bottom: 60px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .list-with-image .container h4 {
          margin-bottom: 20px; } }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .list-with-image .container h4 {
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        body.h2o .list-with-image .container h4 {
          margin-bottom: 20px; } }
      body.h2o .list-with-image .container h4 span {
        padding: 9px 7px 3px 9px; }
        @media (max-width: 480px) {
          body.h2o .list-with-image .container h4 span {
            padding: 10px; } }
    body.h2o .list-with-image .container .col-two.left {
      position: relative;
      left: -29.2%; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .list-with-image .container .col-two.left {
          left: -43%; } }
      @media (max-width: 991px) {
        body.h2o .list-with-image .container .col-two.left {
          margin: 0 auto 30px;
          display: block;
          left: 0;
          text-align: center;
          float: none; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .list-with-image .container .col-two.left {
          width: 100%;
          float: none; } }
      @media (max-width: 480px) {
        body.h2o .list-with-image .container .col-two.left {
          text-align: center; } }
      body.h2o .list-with-image .container .col-two.left img {
        height: 561px;
        max-width: 927px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .list-with-image .container .col-two.left img {
            height: auto;
            max-width: 826px;
            width: 100%; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .list-with-image .container .col-two.left img {
            height: auto;
            max-width: 620px;
            width: 100%; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .list-with-image .container .col-two.left img {
            height: auto;
            max-width: 558px;
            width: 100%; } }
        @media (max-width: 480px) {
          body.h2o .list-with-image .container .col-two.left img {
            height: auto;
            max-width: 328px;
            width: 100%; } }
    body.h2o .list-with-image .container .col-two.right {
      position: relative;
      padding: 0 0 6px 71px;
      width: 50%;
      max-height: 615px;
      overflow: auto; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .list-with-image .container .col-two.right {
          padding-left: 58px; } }
      @media (max-width: 991px) {
        body.h2o .list-with-image .container .col-two.right {
          width: 100%;
          margin: 0;
          padding: 0 0 0 10px;
          max-height: inherit;
          float: none;
          overflow: visible; } }
      body.h2o .list-with-image .container .col-two.right .text-wrap {
        position: relative;
        font-size: 0; }
        @media (max-width: 1150px) {
          body.h2o .list-with-image .container .col-two.right .text-wrap {
            padding: 0; } }
        body.h2o .list-with-image .container .col-two.right .text-wrap:first-child {
          margin-top: 2px; }
        body.h2o .list-with-image .container .col-two.right .text-wrap:last-of-type {
          padding: 0; }
          body.h2o .list-with-image .container .col-two.right .text-wrap:last-of-type p {
            margin-bottom: 20px; }
            @media (max-width: 991px) {
              body.h2o .list-with-image .container .col-two.right .text-wrap:last-of-type p {
                margin-bottom: 0; } }
          body.h2o .list-with-image .container .col-two.right .text-wrap:last-of-type:after {
            height: calc(100% - 45px); }
        body.h2o .list-with-image .container .col-two.right .text-wrap h5 {
          margin-bottom: 0;
          position: relative;
          font-weight: 300;
          letter-spacing: -0.04em;
          line-height: 1.23; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .list-with-image .container .col-two.right .text-wrap h5 {
              margin-left: 25px; } }
          @media (max-width: 767px) {
            body.h2o .list-with-image .container .col-two.right .text-wrap h5 {
              margin-left: 25px; } }
          body.h2o .list-with-image .container .col-two.right .text-wrap h5:before {
            bottom: -11px; }
        body.h2o .list-with-image .container .col-two.right .text-wrap p {
          display: inline-block;
          font-size: 18px;
          margin-bottom: 49px;
          margin-top: 22px;
          max-width: 449px; }
          @media (max-width: 1150px) {
            body.h2o .list-with-image .container .col-two.right .text-wrap p {
              max-width: 100%; } }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .list-with-image .container .col-two.right .text-wrap p {
              margin: 25px 0; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .list-with-image .container .col-two.right .text-wrap p {
              margin-left: 25px;
              margin-bottom: 16px; } }
          @media (max-width: 767px) {
            body.h2o .list-with-image .container .col-two.right .text-wrap p {
              margin-bottom: 16px;
              margin-left: 25px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .list-with-image .container .col-two.right .text-wrap p {
              font-size: 16px;
              margin-top: 18px; } }
          @media (max-width: 480px) {
            body.h2o .list-with-image .container .col-two.right .text-wrap p {
              font-size: 14px;
              margin-top: 15px; } }
        body.h2o .list-with-image .container .col-two.right .text-wrap:after {
          content: '';
          position: absolute;
          top: 24px;
          left: -43px;
          height: 100%;
          width: 1px;
          background-color: #999999;
          display: block; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .list-with-image .container .col-two.right .text-wrap:after {
              left: -34px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .list-with-image .container .col-two.right .text-wrap:after {
              left: 5px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .list-with-image .container .col-two.right .text-wrap:after {
              top: 21px;
              left: 4px;
              height: 98%; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .list-with-image .container .col-two.right .text-wrap:after {
              top: 18px;
              left: 6px; } }
          @media (max-width: 480px) {
            body.h2o .list-with-image .container .col-two.right .text-wrap:after {
              top: 17px;
              left: 5px; } }
      body.h2o .list-with-image .container .col-two.right .circle-logo {
        font-size: 18px;
        font-weight: 500;
        position: absolute;
        top: 2px;
        left: -47px;
        z-index: 1; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .list-with-image .container .col-two.right .circle-logo {
            left: -38px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .list-with-image .container .col-two.right .circle-logo {
            left: 2px; } }
        @media (max-width: 991px) {
          body.h2o .list-with-image .container .col-two.right .circle-logo {
            left: 0; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .list-with-image .container .col-two.right .circle-logo {
            font-size: 16px; } }
        @media (max-width: 480px) {
          body.h2o .list-with-image .container .col-two.right .circle-logo {
            font-size: 14px; } }
        @media (max-width: 595px) {
          body.h2o .list-with-image .container .col-two.right .circle-logo {
            left: 2px; } }
        body.h2o .list-with-image .container .col-two.right .circle-logo:before {
          content: '';
          border: 1px solid grey;
          border-radius: 100%;
          width: 25px;
          height: 25px;
          position: absolute;
          left: -9px;
          top: -2px;
          z-index: -1; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .list-with-image .container .col-two.right .circle-logo:before {
              left: -9px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .list-with-image .container .col-two.right .circle-logo:before {
              width: 20px;
              height: 20px;
              left: -6px;
              top: 0; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .list-with-image .container .col-two.right .circle-logo:before {
              width: 18px;
              height: 18px;
              left: -5px;
              top: 0; } }
          @media (max-width: 480px) {
            body.h2o .list-with-image .container .col-two.right .circle-logo:before {
              width: 15px;
              height: 15px;
              left: -5px;
              top: 0; } }
    body.h2o .list-with-image .container .btn-yellow, body.h2o .list-with-image .container .btn-black {
      margin-top: 5px; }
      @media (max-width: 991px) {
        body.h2o .list-with-image .container .btn-yellow, body.h2o .list-with-image .container .btn-black {
          margin-left: 25px; } }
  @media (max-width: 1150px) {
    body.h2o.we-small-height .list-with-image {
      padding: 40px 0; } }
  @media (max-width: 991px) {
    body.h2o.we-small-height .list-with-image {
      padding: 30px 0; } }
  body.h2o .content-with-infographic {
    padding: 98px 0 100px; }
    @media (max-width: 1150px) {
      body.h2o .content-with-infographic {
        padding: 40px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .content-with-infographic {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o .content-with-infographic {
        padding: 30px 0; } }
    body.h2o .content-with-infographic .text-wrap {
      position: relative; }
      body.h2o .content-with-infographic .text-wrap h6 {
        font-size: 18px;
        font-weight: 100;
        position: relative;
        margin-bottom: 28px; }
        @media (max-width: 1150px) {
          body.h2o .content-with-infographic .text-wrap h6 {
            margin-left: 0; } }
        @media (max-width: 480px) {
          body.h2o .content-with-infographic .text-wrap h6 {
            margin-bottom: 20px; } }
    body.h2o .content-with-infographic p > a {
      display: inline;
      color: #008cff;
      font-size: 14px;
      line-height: 0.8;
      padding: 0;
      position: relative; }
      body.h2o .content-with-infographic p > a:before {
        content: "";
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: 0;
        background: #008cff;
        width: 0;
        height: 2px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        /* transform: translateX(-50%); */ }
      body.h2o .content-with-infographic p > a:hover:before {
        left: 0;
        right: 0;
        width: 100%; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .content-with-infographic .col-two.content-left {
        width: calc(50% - 20px);
        margin: 0 20px 15px 0; } }
    body.h2o .content-with-infographic .col-two.content-left h4 {
      font-family: "motiva-sans", sans-serif;
      line-height: 1.3; }
      body.h2o .content-with-infographic .col-two.content-left h4 span {
        padding: 2px 7px 4px 9px;
        margin-left: -7px; }
        @media (max-width: 1150px) {
          body.h2o .content-with-infographic .col-two.content-left h4 span {
            margin-left: 0; } }
        @media (max-width: 480px) {
          body.h2o .content-with-infographic .col-two.content-left h4 span {
            padding: 3px 5px; } }
    body.h2o .content-with-infographic .col-two.content-left p {
      font-size: 18px;
      max-width: 540px;
      margin-top: 43px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .content-with-infographic .col-two.content-left p {
          margin-top: 25px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .content-with-infographic .col-two.content-left p {
          margin-top: 23px; } }
      @media (max-width: 767px) {
        body.h2o .content-with-infographic .col-two.content-left p {
          margin-top: 10px;
          max-width: 800px; } }
      @media (max-width: 480px) {
        body.h2o .content-with-infographic .col-two.content-left p {
          margin-top: 8px;
          font-size: 16px;
          margin-bottom: 8px; } }
    body.h2o .content-with-infographic .col-two.content-right {
      width: calc(50% - 109px);
      margin-left: 109px;
      position: relative; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .content-with-infographic .col-two.content-right {
          width: calc(50% - 60px);
          margin-left: 60px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .content-with-infographic .col-two.content-right {
          width: calc(50% - 10px);
          margin: 0 10px 0 0; } }
      @media (max-width: 767px) {
        body.h2o .content-with-infographic .col-two.content-right {
          width: 100%;
          margin: 0 auto; } }
      body.h2o .content-with-infographic .col-two.content-right .content-wrap {
        margin-bottom: 17px;
        max-width: 451px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .content-with-infographic .col-two.content-right .content-wrap {
            max-width: 500px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .content-with-infographic .col-two.content-right .content-wrap {
            margin-bottom: 8px; } }
        @media (max-width: 991px) {
          body.h2o .content-with-infographic .col-two.content-right .content-wrap {
            max-width: 800px;
            margin-bottom: 15px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .content-with-infographic .col-two.content-right .content-wrap {
            margin-bottom: 15px; } }
        @media (max-width: 480px) {
          body.h2o .content-with-infographic .col-two.content-right .content-wrap {
            margin-bottom: 5px; } }
      body.h2o .content-with-infographic .col-two.content-right h6 {
        font-size: 18px;
        font-weight: 100;
        margin-bottom: 8px;
        line-height: 1.7; }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .content-with-infographic .col-two.content-right h6 {
            margin: 5px auto; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .content-with-infographic .col-two.content-right h6 {
            margin: 6px auto; } }
        @media (max-width: 480px) {
          body.h2o .content-with-infographic .col-two.content-right h6 {
            margin-bottom: 8px; } }
      body.h2o .content-with-infographic .col-two.content-right p {
        font-size: 14px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .content-with-infographic .col-two.content-right p {
            margin-bottom: 8px; } }
        @media (max-width: 991px) {
          body.h2o .content-with-infographic .col-two.content-right p {
            margin-bottom: 15px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .content-with-infographic .col-two.content-right p {
            margin-bottom: 15px; } }
        @media (max-width: 480px) {
          body.h2o .content-with-infographic .col-two.content-right p {
            margin-bottom: 5px; } }
    body.h2o .content-with-infographic .media-body {
      float: left;
      width: 100%;
      text-align: center;
      margin: 54px auto 0; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .content-with-infographic .media-body {
          margin: 34px auto 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .content-with-infographic .media-body {
          margin: 20px auto 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .content-with-infographic .media-body {
          margin: 0 auto 0; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .content-with-infographic .media-body {
          margin: 16px auto 0; } }
      @media (max-width: 480px) {
        body.h2o .content-with-infographic .media-body {
          margin: 15px auto 0; } }
      body.h2o .content-with-infographic .media-body .slide-item {
        float: left;
        width: 100%; }
      body.h2o .content-with-infographic .media-body .img-box {
        max-width: 1008px;
        width: 100%;
        text-align: center;
        margin: 0 auto; }
      body.h2o .content-with-infographic .media-body .btn-yellow, body.h2o .content-with-infographic .media-body .btn-black {
        margin-top: 30px; }
        @media (max-width: 767px) {
          body.h2o .content-with-infographic .media-body .btn-yellow, body.h2o .content-with-infographic .media-body .btn-black {
            margin-top: 20px; } }
    body.h2o .content-with-infographic .slick-dots {
      position: relative;
      margin-top: 30px;
      width: 100%; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .content-with-infographic .slick-dots {
          text-align: center; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .content-with-infographic .slick-dots {
          text-align: center; } }
      @media (max-width: 595px) {
        body.h2o .content-with-infographic .slick-dots {
          text-align: center; } }
      body.h2o .content-with-infographic .slick-dots li {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px 0 0;
        padding: 0;
        cursor: pointer;
        border: 2px solid #000000;
        background: transparent; }
        body.h2o .content-with-infographic .slick-dots li.slick-active {
          background: #000000; }
        body.h2o .content-with-infographic .slick-dots li button {
          display: none; }
  @media (max-width: 1150px) {
    body.h2o.we-small-height .content-with-infographic {
      padding: 40px 0; } }
  @media (max-width: 991px) {
    body.h2o.we-small-height .content-with-infographic {
      padding: 30px 0; } }
  body.h2o .col-two-grid {
    padding: 105px 0 100px;
    min-height: 200px; }
    body.h2o .col-two-grid.healthcare-wrapper .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle .underline-yellow {
      margin-bottom: 21px; }
    body.h2o .col-two-grid.healthcare-wrapper .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle p {
      max-width: 340px;
      line-height: 1.22; }
      @media (max-width: 991px) {
        body.h2o .col-two-grid.healthcare-wrapper .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle p {
          max-width: 100%; } }
    body.h2o .col-two-grid.healthcare-wrapper .content-wrapper h4 {
      max-width: 100%; }
    @media (max-width: 1150px) {
      body.h2o .col-two-grid {
        padding: 40px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .col-two-grid {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o .col-two-grid {
        padding: 30px 0; } }
    body.h2o .col-two-grid .loader {
      top: 45%; }
    body.h2o .col-two-grid .container {
      max-width: 1180px; }
    body.h2o .col-two-grid .content-wrapper {
      margin-bottom: 60px; }
      @media (max-width: 991px) {
        body.h2o .col-two-grid .content-wrapper {
          margin-bottom: 25px; } }
      @media (max-width: 595px) {
        body.h2o .col-two-grid .content-wrapper {
          margin-bottom: 10px; } }
      body.h2o .col-two-grid .content-wrapper h6 {
        font-size: 18px;
        font-weight: 100;
        font-family: "proxima-nova", sans-serif;
        margin-bottom: 20px;
        position: relative; }
      body.h2o .col-two-grid .content-wrapper h4 {
        font-family: "motiva-sans", sans-serif;
        line-height: 1.37;
        max-width: 420px;
        margin: 0 auto;
        position: relative; }
        body.h2o .col-two-grid .content-wrapper h4 span {
          padding: 2px 7px 0 9px; }
    body.h2o .col-two-grid .column-wrapper .col-two {
      position: relative;
      background: transparent;
      overflow: hidden;
      -webkit-transition: .3s all linear;
      -o-transition: .3s all linear;
      transition: .3s all linear;
      width: calc(50% - 30px);
      margin: 0 15px 30px;
      cursor: pointer; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .col-two-grid .column-wrapper .col-two {
          width: calc(50% - 20px);
          margin: 20px 10px 0px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .col-two-grid .column-wrapper .col-two {
          width: calc(50% - 16px);
          margin: 16px 8px 0px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .col-two-grid .column-wrapper .col-two {
          width: 100%;
          margin: 20px 0 0; } }
      @media (max-width: 480px) {
        body.h2o .col-two-grid .column-wrapper .col-two {
          width: 100%;
          margin: 20px 0 0px; } }
      body.h2o .col-two-grid .column-wrapper .col-two .bg-img {
        height: 330px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .col-two-grid .column-wrapper .col-two .bg-img {
            height: 300px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .col-two-grid .column-wrapper .col-two .bg-img {
            height: 270px; } }
        @media (max-width: 595px) {
          body.h2o .col-two-grid .column-wrapper .col-two .bg-img {
            height: 240px; } }
        body.h2o .col-two-grid .column-wrapper .col-two .bg-img img {
          min-width: 100%;
          min-height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      body.h2o .col-two-grid .column-wrapper .col-two .button {
        position: absolute;
        top: 40px;
        left: 0;
        -webkit-transform: translateX(0);
             -o-transform: translateX(0);
                transform: translateX(0);
        z-index: 3;
        -webkit-transition: .2s all linear;
        -o-transition: .2s all linear;
        transition: .2s all linear; }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .col-two-grid .column-wrapper .col-two .button {
            max-width: calc(100% - 20px); } }
        body.h2o .col-two-grid .column-wrapper .col-two .button h6 {
          font-size: 18px; }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .col-two-grid .column-wrapper .col-two .button h6 {
              font-size: 16px; } }
          @media (max-width: 595px) {
            body.h2o .col-two-grid .column-wrapper .col-two .button h6 {
              font-size: 14px; } }
          body.h2o .col-two-grid .column-wrapper .col-two .button h6 span {
            padding: 16px 19px 14px 19px; }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .col-two-grid .column-wrapper .col-two .button h6 span {
                padding: 10px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .col-two-grid .column-wrapper .col-two .button h6 span {
                padding: 9px 14px;
                max-width: 250px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.h2o .col-two-grid .column-wrapper .col-two .button h6 span {
                padding: 8px 12px; } }
            @media (max-width: 480px) {
              body.h2o .col-two-grid .column-wrapper .col-two .button h6 span {
                padding: 5px; } }
      body.h2o .col-two-grid .column-wrapper .col-two:hover {
        overflow: hidden;
        -webkit-transform: scale(1.03, 1.03);
             -o-transform: scale(1.03, 1.03);
                transform: scale(1.03, 1.03);
        z-index: 1; }
        body.h2o .col-two-grid .column-wrapper .col-two:hover .button {
          left: 0;
          opacity: 0;
          -webkit-transition: .2s all linear;
          -o-transition: .2s all linear;
          transition: .2s all linear;
          -webkit-transform: translateX(-150px);
               -o-transform: translateX(-150px);
                  transform: translateX(-150px); }
        body.h2o .col-two-grid .column-wrapper .col-two:hover .content-wrap {
          -webkit-transform: translateY(0);
               -o-transform: translateY(0);
                  transform: translateY(0);
          -webkit-transition: all .3s ease-in;
          -o-transition: all .3s ease-in;
          transition: all .3s ease-in;
          opacity: 1;
          z-index: 1; }
          @media (max-width: 767px) {
            body.h2o .col-two-grid .column-wrapper .col-two:hover .content-wrap .v-middle {
              padding: 0 10px; } }
      body.h2o .col-two-grid .column-wrapper .col-two .heading {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        body.h2o .col-two-grid .column-wrapper .col-two .heading h4 {
          font-weight: 500;
          color: #FFFFFF;
          letter-spacing: -0.030em; }
      body.h2o .col-two-grid .column-wrapper .col-two .animater-div {
        overflow: hidden; }
        body.h2o .col-two-grid .column-wrapper .col-two .animater-div:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: #000000;
          opacity: 0.3; }
      body.h2o .col-two-grid .column-wrapper .col-two .content-wrap {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateY(400px);
             -o-transform: translateY(400px);
                transform: translateY(400px);
        width: 100%;
        height: 100%;
        opacity: 0;
        color: white;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        font-family: "proxima-nova", sans-serif; }
        body.h2o .col-two-grid .column-wrapper .col-two .content-wrap .underline-yellow {
          position: relative;
          display: inline-block;
          font-size: 24px;
          line-height: 1.25;
          font-family: "proxima-nova", sans-serif;
          margin-bottom: 20px; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .col-two-grid .column-wrapper .col-two .content-wrap .underline-yellow {
              font-size: 22px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .col-two-grid .column-wrapper .col-two .content-wrap .underline-yellow {
              font-size: 20px;
              margin-bottom: 15px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .col-two-grid .column-wrapper .col-two .content-wrap .underline-yellow {
              font-size: 18px;
              margin-bottom: 10px; } }
          @media (max-width: 595px) {
            body.h2o .col-two-grid .column-wrapper .col-two .content-wrap .underline-yellow {
              font-size: 16px; } }
        body.h2o .col-two-grid .column-wrapper .col-two .content-wrap p {
          font-size: 18px;
          font-weight: 100;
          max-width: 385px;
          margin: 0 auto; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .col-two-grid .column-wrapper .col-two .content-wrap p {
              max-width: 300px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .col-two-grid .column-wrapper .col-two .content-wrap p {
              font-size: 14px;
              max-width: 264px; } }
          @media (max-width: 595px) {
            body.h2o .col-two-grid .column-wrapper .col-two .content-wrap p {
              font-size: 14px; } }
          @media (max-width: 480px) {
            body.h2o .col-two-grid .column-wrapper .col-two .content-wrap p {
              max-width: 300px; } }
        body.h2o .col-two-grid .column-wrapper .col-two .content-wrap .link-text {
          color: #FFFFFF;
          font-size: 14px; }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .col-two-grid .column-wrapper .col-two .content-wrap .link-text {
              padding: 5px 0; } }
      body.h2o .col-two-grid .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle {
        text-align: left;
        padding-left: 39px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .col-two-grid .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle {
            padding: 20px 25px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .col-two-grid .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle {
            padding: 20px 25px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .col-two-grid .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle {
            padding: 20px 15px 20px 20px; } }
        @media (max-width: 595px) {
          body.h2o .col-two-grid .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle {
            padding: 20px 15px; } }
        body.h2o .col-two-grid .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle .underline-yellow {
          margin-bottom: 20px;
          font-weight: 600; }
          body.h2o .col-two-grid .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle .underline-yellow:before {
            left: 34px;
            bottom: -11px; }
        body.h2o .col-two-grid .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle p {
          margin: 0;
          letter-spacing: -0.01em; }
        body.h2o .col-two-grid .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle ul {
          margin-bottom: 59px;
          padding-left: 10px;
          margin-top: 5px; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .col-two-grid .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle ul {
              padding-left: 10px;
              margin-bottom: 4px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .col-two-grid .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle ul {
              padding-left: 8px;
              margin-bottom: 4px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .col-two-grid .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle ul {
              padding-left: 8px;
              margin-bottom: 4px; } }
          @media (max-width: 595px) {
            body.h2o .col-two-grid .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle ul {
              padding-left: 8px;
              margin-bottom: 4px; } }
          body.h2o .col-two-grid .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle ul li {
            position: relative;
            padding: 0 17px 8px 27px;
            font-size: 18px;
            line-height: 1.2; }
            @media (min-width: 992px) and (max-width: 1150px) {
              body.h2o .col-two-grid .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle ul li {
                padding: 0 5px 6px 13px; } }
            @media (max-width: 991px) {
              body.h2o .col-two-grid .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle ul li {
                padding: 0 0px 6px 10px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .col-two-grid .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle ul li {
                font-size: 16px;
                padding: 0 0px 6px 10px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .col-two-grid .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle ul li {
                font-size: 14px; } }
            @media (max-width: 595px) {
              body.h2o .col-two-grid .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle ul li {
                padding: 0 0px 5px 10px;
                font-size: 14px; } }
            body.h2o .col-two-grid .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle ul li:before {
              content: '';
              position: absolute;
              width: 4px;
              height: 4px;
              border-radius: 50%;
              background-color: white;
              left: -8px;
              top: 10px; }
              @media (min-width: 992px) and (max-width: 1150px) {
                body.h2o .col-two-grid .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle ul li:before {
                  left: -9px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                body.h2o .col-two-grid .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle ul li:before {
                  left: -7px;
                  top: 6px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body.h2o .col-two-grid .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle ul li:before {
                  left: -7px;
                  top: 4px; } }
              @media (max-width: 595px) {
                body.h2o .col-two-grid .column-wrapper .col-two.align-c-left .content-wrap .v-middle-inner .v-middle ul li:before {
                  top: 6px; } }
    body.h2o .col-two-grid .load-more-container {
      display: block;
      text-align: center;
      margin-top: 4px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .col-two-grid .load-more-container {
          margin-top: 20px; } }
      @media (max-width: 767px) {
        body.h2o .col-two-grid .load-more-container {
          margin-top: 20px; } }
      body.h2o .col-two-grid .load-more-container span {
        position: relative;
        cursor: pointer;
        font-size: 18px;
        color: #000000;
        padding: 3px 47px 2px 0; }
        body.h2o .col-two-grid .load-more-container span:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          width: 27px;
          height: 27px;
          background: #ffe52b; }
        body.h2o .col-two-grid .load-more-container span:after {
          content: "";
          position: absolute;
          top: 8px;
          right: 8px;
          width: 11px;
          height: 11px;
          background: url(/wp-content/themes/h2o2018/templates/assets/images/blog_landing/plus_sign.png);
          background-size: cover; }
    body.h2o .col-two-grid.industry-grid .column-wrapper .col-two .content-wrap .underline-yellow {
      font-weight: 700;
      margin-bottom: 19px; }
      body.h2o .col-two-grid.industry-grid .column-wrapper .col-two .content-wrap .underline-yellow:before {
        left: 0;
        -webkit-transform: translate(0);
             -o-transform: translate(0);
                transform: translate(0); }
    body.h2o .col-two-grid.industry-grid .column-wrapper .col-two .content-wrap p {
      font-size: 16px;
      width: 100%;
      max-width: 305px;
      float: left; }
    body.h2o .col-two-grid.industry-grid .column-wrapper .col-two .content-wrap ul {
      float: left;
      width: 100%;
      margin-top: 3px; }
      body.h2o .col-two-grid.industry-grid .column-wrapper .col-two .content-wrap ul li {
        font-size: 16px;
        position: relative;
        padding-left: 32px;
        padding-bottom: 6px; }
        body.h2o .col-two-grid.industry-grid .column-wrapper .col-two .content-wrap ul li:last-child {
          padding-bottom: 0; }
        body.h2o .col-two-grid.industry-grid .column-wrapper .col-two .content-wrap ul li:before {
          content: "";
          position: absolute;
          top: 8px;
          left: 0;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: #FFFFFF; }
    body.h2o .col-two-grid.industry-grid .v-middle-inner {
      text-align: left; }
      body.h2o .col-two-grid.industry-grid .v-middle-inner .v-middle {
        padding: 0 37px; }
    body.h2o .col-two-grid.health-col-two-grid {
      padding: 96px 0 116px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .col-two-grid.health-col-two-grid {
          padding: 80px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .col-two-grid.health-col-two-grid {
          padding: 40px 0; } }
      @media (max-width: 767px) {
        body.h2o .col-two-grid.health-col-two-grid {
          padding: 30px 0; } }
      body.h2o .col-two-grid.health-col-two-grid .content-wrapper {
        margin-bottom: 68px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .col-two-grid.health-col-two-grid .content-wrapper {
            margin-bottom: 58px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .col-two-grid.health-col-two-grid .content-wrapper {
            margin-bottom: 48px; } }
        @media (max-width: 767px) {
          body.h2o .col-two-grid.health-col-two-grid .content-wrapper {
            margin-bottom: 38px; } }
        body.h2o .col-two-grid.health-col-two-grid .content-wrapper h6 {
          margin-bottom: 21px; }
        body.h2o .col-two-grid.health-col-two-grid .content-wrapper h4 {
          max-width: 100%; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .col-two-grid.usecases-grid {
        padding-top: 20px; } }
    @media (max-width: 767px) {
      body.h2o .col-two-grid.usecases-grid {
        padding-top: 15px; } }
  @media (max-width: 1150px) {
    body.h2o.we-small-height .col-two-grid {
      padding: 40px 0; } }
  @media (max-width: 991px) {
    body.h2o.we-small-height .col-two-grid {
      padding: 30px 0; } }
  body.h2o .usecases-controller .col-two-grid {
    min-height: 300px; }
    @media (min-width: 1150px) {
      body.h2o .usecases-controller .col-two-grid {
        padding-top: 100px; } }
    body.h2o .usecases-controller .col-two-grid .no-result {
      display: none; }
    body.h2o .usecases-controller .col-two-grid .column-wrapper .col-two > a {
      display: block;
      height: 330px; }
      @media (max-width: 595px) {
        body.h2o .usecases-controller .col-two-grid .column-wrapper .col-two > a {
          height: 270px; } }
    body.h2o .usecases-controller .col-two-grid .column-wrapper .col-two .animater-div {
      height: inherit; }
    body.h2o .usecases-controller .col-two-grid .column-wrapper .col-two .bg-img {
      position: relative;
      height: 100%; }
      body.h2o .usecases-controller .col-two-grid .column-wrapper .col-two .bg-img:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6); }
    body.h2o .usecases-controller .col-two-grid .column-wrapper .col-two .heading h4 {
      padding: 0 60px;
      line-height: 1.1; }
      @media (max-width: 991px) {
        body.h2o .usecases-controller .col-two-grid .column-wrapper .col-two .heading h4 {
          padding: 0 40px; } }
      @media (max-width: 767px) {
        body.h2o .usecases-controller .col-two-grid .column-wrapper .col-two .heading h4 {
          padding: 0 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .usecases-controller .col-two-grid .column-wrapper .col-two .heading h4 {
          padding: 30px 20px 0; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .usecases-controller .col-two-grid .column-wrapper .col-two .heading h4 {
          padding: 30px 20px 0; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .usecases-controller .col-two-grid .column-wrapper .col-two .button {
        top: 20px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o .usecases-controller .col-two-grid .column-wrapper .col-two .button {
        top: 20px; } }
    body.h2o .usecases-controller .col-two-grid .column-wrapper .col-two .button h6 {
      background: #ffe52b;
      padding-left: 19px;
      padding-right: 24px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .usecases-controller .col-two-grid .column-wrapper .col-two .button h6 {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .usecases-controller .col-two-grid .column-wrapper .col-two .button h6 {
          padding-left: 14px;
          padding-right: 14px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .usecases-controller .col-two-grid .column-wrapper .col-two .button h6 {
          padding-left: 12px;
          padding-right: 12px; } }
      @media (max-width: 480px) {
        body.h2o .usecases-controller .col-two-grid .column-wrapper .col-two .button h6 {
          padding: 5px; } }
      body.h2o .usecases-controller .col-two-grid .column-wrapper .col-two .button h6 span {
        padding-left: 0;
        padding-right: 0; }
  body.h2o .intro-with-cta {
    position: relative;
    padding: 0; }
    body.h2o .intro-with-cta .bg-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      body.h2o .intro-with-cta .bg-img img {
        min-height: 100%;
        min-width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    body.h2o .intro-with-cta .container {
      text-align: center;
      font-size: 0; }
      body.h2o .intro-with-cta .container .text-container {
        max-width: 720px;
        display: inline-block;
        padding: 99px 0 100px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .intro-with-cta .container .text-container {
            padding: 50px 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .intro-with-cta .container .text-container {
            padding: 40px 0; } }
        @media (max-width: 767px) {
          body.h2o .intro-with-cta .container .text-container {
            padding: 30px 0; } }
      body.h2o .intro-with-cta .container p {
        font-size: 18px;
        padding: 48px 0 15px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .intro-with-cta .container p {
            font-size: 16px;
            padding: 30px 0 15px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .intro-with-cta .container p {
            font-size: 14px;
            padding: 20px 0 10px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .intro-with-cta .container p {
            font-size: 14px;
            padding: 20px 0 5px; } }
        @media (max-width: 480px) {
          body.h2o .intro-with-cta .container p {
            padding: 20px 0 5px;
            font-size: 14px; } }
  body.h2o .reference-customers {
    padding: 100px 0; }
    @media (max-width: 1150px) {
      body.h2o .reference-customers {
        padding: 40px 0 50px; } }
    @media (max-width: 991px) {
      body.h2o .reference-customers {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o .reference-customers {
        padding: 30px 0; } }
    body.h2o .reference-customers h4 {
      font-size: 36px;
      font-family: "motiva-sans", sans-serif;
      line-height: 1.3;
      margin-bottom: 59px; }
      @media (max-width: 1150px) {
        body.h2o .reference-customers h4 {
          margin-left: 0; } }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .reference-customers h4 {
          font-size: 30px;
          margin-bottom: 40px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .reference-customers h4 {
          font-size: 26px;
          margin-bottom: 30px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .reference-customers h4 {
          font-size: 22px;
          margin-bottom: 20px; } }
      @media (max-width: 595px) {
        body.h2o .reference-customers h4 {
          font-size: 18px;
          margin-bottom: 20px;
          text-align: center; } }
      body.h2o .reference-customers h4 span {
        padding: 4px 7px 0 9px; }
        @media (max-width: 480px) {
          body.h2o .reference-customers h4 span {
            padding: 5px; } }
    body.h2o .reference-customers .column-wrapper {
      margin-bottom: 60px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .reference-customers .column-wrapper {
          margin-bottom: 50px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .reference-customers .column-wrapper {
          margin-bottom: 40px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .reference-customers .column-wrapper {
          margin-bottom: 30px; } }
      @media (max-width: 595px) {
        body.h2o .reference-customers .column-wrapper {
          margin-bottom: 20px; } }
      body.h2o .reference-customers .column-wrapper:last-child {
        margin-bottom: 0; }
        body.h2o .reference-customers .column-wrapper:last-child .col-two:nth-child(2) {
          margin-bottom: 0 !important; }
          body.h2o .reference-customers .column-wrapper:last-child .col-two:nth-child(2) .link-text {
            margin-bottom: 0 !important; }
      body.h2o .reference-customers .column-wrapper .col-two:nth-child(2) {
        display: table;
        padding-left: 14px;
        width: 50%; }
        @media (max-width: 1150px) {
          body.h2o .reference-customers .column-wrapper .col-two:nth-child(2) {
            padding-left: 10px;
            width: 50%; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .reference-customers .column-wrapper .col-two:nth-child(2) {
            width: 50%;
            margin-left: 0; } }
        @media (max-width: 595px) {
          body.h2o .reference-customers .column-wrapper .col-two:nth-child(2) {
            margin: 10px 0 0;
            width: 100%;
            padding-left: 0; } }
      body.h2o .reference-customers .column-wrapper .col-two .button {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 3; }
        body.h2o .reference-customers .column-wrapper .col-two .button .right-arrow {
          font-size: 16px;
          display: inline-block;
          background: #000000;
          color: #FFFFFF;
          font-weight: 700;
          text-align: center;
          cursor: pointer;
          position: relative;
          z-index: 0;
          vertical-align: bottom;
          -webkit-transition: all 0.8s ease;
          -o-transition: all 0.8s ease;
          transition: all 0.8s ease;
          padding: 17px 16px 16px 20px; }
          @media (max-width: 767px) {
            body.h2o .reference-customers .column-wrapper .col-two .button .right-arrow {
              padding: 11px 12px; } }
      body.h2o .reference-customers .column-wrapper .col-two .content-block {
        position: relative;
        display: table-cell;
        vertical-align: bottom; }
        body.h2o .reference-customers .column-wrapper .col-two .content-block h6 {
          position: relative;
          font-size: 18px;
          font-family: "proxima-nova", sans-serif;
          line-height: 1.25;
          margin-bottom: 25px; }
          @media (max-width: 595px) {
            body.h2o .reference-customers .column-wrapper .col-two .content-block h6 {
              margin-bottom: 15px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .reference-customers .column-wrapper .col-two .content-block h6 {
              margin-bottom: 15px; } }
          @media (max-width: 1150px) {
            body.h2o .reference-customers .column-wrapper .col-two .content-block h6 {
              max-width: 600px; } }
          body.h2o .reference-customers .column-wrapper .col-two .content-block h6:first-child {
            margin-bottom: 0; }
          body.h2o .reference-customers .column-wrapper .col-two .content-block h6.underline-yellow:before {
            bottom: -14px; }
            @media (max-width: 767px) {
              body.h2o .reference-customers .column-wrapper .col-two .content-block h6.underline-yellow:before {
                bottom: -8px; } }
        body.h2o .reference-customers .column-wrapper .col-two .content-block p {
          font-size: 18px;
          font-family: "proxima-nova", sans-serif;
          font-weight: 100;
          font-style: italic;
          margin-bottom: 6px;
          position: relative;
          max-width: 510px;
          display: inline-block; }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .reference-customers .column-wrapper .col-two .content-block p {
              margin-bottom: 0;
              font-size: 14px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .reference-customers .column-wrapper .col-two .content-block p {
              margin-bottom: 5px; } }
          @media (max-width: 480px) {
            body.h2o .reference-customers .column-wrapper .col-two .content-block p {
              font-size: 14px;
              margin: 0 auto; } }
      body.h2o .reference-customers .column-wrapper .col-two .link-text {
        font-size: 14px;
        padding-bottom: 0; }
        @media (max-width: 480px) {
          body.h2o .reference-customers .column-wrapper .col-two .link-text {
            margin-bottom: 5px; } }
        body.h2o .reference-customers .column-wrapper .col-two .link-text:before {
          bottom: -3px; }
      body.h2o .reference-customers .column-wrapper .col-two.img-block {
        width: calc(50% - 15px);
        margin: 0 15px 0 0;
        float: left;
        position: relative; }
        @media (max-width: 1150px) {
          body.h2o .reference-customers .column-wrapper .col-two.img-block {
            width: calc(50% - 10px);
            margin: 0 10px 0 0; } }
        @media (max-width: 595px) {
          body.h2o .reference-customers .column-wrapper .col-two.img-block {
            width: 100%;
            margin: 0 auto; } }
        body.h2o .reference-customers .column-wrapper .col-two.img-block .bg-img {
          width: 100%;
          height: 100%;
          position: relative; }
          body.h2o .reference-customers .column-wrapper .col-two.img-block .bg-img img {
            min-width: 100%;
            min-height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            overflow: hidden; }
      body.h2o .reference-customers .column-wrapper.img-right .col-two:nth-child(2) {
        padding-right: 14px;
        width: 50%;
        display: table; }
        @media (max-width: 1150px) {
          body.h2o .reference-customers .column-wrapper.img-right .col-two:nth-child(2) {
            width: 50%;
            padding-right: 10px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .reference-customers .column-wrapper.img-right .col-two:nth-child(2) {
            margin-right: 0;
            width: 50%; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .reference-customers .column-wrapper.img-right .col-two:nth-child(2) {
            margin-right: 0;
            width: 50%; } }
        @media (max-width: 595px) {
          body.h2o .reference-customers .column-wrapper.img-right .col-two:nth-child(2) {
            margin: 10px 0;
            width: 100%;
            text-align: left;
            padding-right: 0; } }
      body.h2o .reference-customers .column-wrapper.img-right .col-two.img-block {
        width: calc(50% - 15px);
        margin: 0 0 0 15px;
        padding: 0;
        float: right;
        position: relative; }
        @media (max-width: 1150px) {
          body.h2o .reference-customers .column-wrapper.img-right .col-two.img-block {
            width: calc(50% - 10px);
            margin: 0 0 0 10px; } }
        @media (max-width: 595px) {
          body.h2o .reference-customers .column-wrapper.img-right .col-two.img-block {
            width: 100%;
            margin: 0 auto;
            float: left; } }
        body.h2o .reference-customers .column-wrapper.img-right .col-two.img-block .bg-img {
          width: 100%;
          height: 100%;
          position: relative; }
          body.h2o .reference-customers .column-wrapper.img-right .col-two.img-block .bg-img img {
            min-width: 100%;
            min-height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            overflow: hidden; }
      body.h2o .reference-customers .column-wrapper.img-right .col-two .content-block h6 {
        position: relative; }
        @media (max-width: 595px) {
          body.h2o .reference-customers .column-wrapper.img-right .col-two .content-block h6:before {
            left: 0;
            right: auto; } }
  @media (max-width: 1150px) {
    body.h2o.we-small-height .reference-customers {
      padding: 40px 0 50px; } }
  @media (max-width: 991px) {
    body.h2o.we-small-height .reference-customers {
      padding: 30px 0 40px; } }
  body.h2o.ua-ie .reference-customers .column-wrapper .col-two.img-block .bg-img {
    min-height: 300px; }
  body.h2o .related-resources-slider {
    padding: 100px 0 90px; }
    @media (max-width: 1150px) {
      body.h2o .related-resources-slider {
        padding: 40px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .related-resources-slider {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o .related-resources-slider {
        padding: 30px 0; } }
    body.h2o .related-resources-slider .sub-head {
      position: relative;
      display: inline-block;
      margin-bottom: 27px;
      font-size: 18px;
      font-weight: 300; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .related-resources-slider .sub-head {
          display: block;
          text-align: center; } }
      @media (max-width: 767px) {
        body.h2o .related-resources-slider .sub-head {
          display: block;
          text-align: center; } }
      body.h2o .related-resources-slider .sub-head:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 65px;
        height: 4px;
        background: #ffe52b; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .related-resources-slider .sub-head:after {
            left: calc(50% - 32px); } }
        @media (max-width: 767px) {
          body.h2o .related-resources-slider .sub-head:after {
            left: calc(50% - 32px); } }
    body.h2o .related-resources-slider h4 {
      line-height: 1.3; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .related-resources-slider h4 {
          padding: 0 20px; } }
      @media (max-width: 1150px) {
        body.h2o .related-resources-slider h4 {
          margin-left: 0; } }
      @media (max-width: 991px) {
        body.h2o .related-resources-slider h4 {
          padding: 0 20px;
          text-align: center; } }
    body.h2o .related-resources-slider .slider-wrapper {
      width: 100%;
      position: relative;
      margin: 0 auto;
      display: inline-block;
      padding-bottom: 9px;
      margin-top: 60px; }
      @media (max-width: 1170px) {
        body.h2o .related-resources-slider .slider-wrapper {
          padding: 0 15px; } }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .related-resources-slider .slider-wrapper {
          padding: 0 15px; } }
      @media (max-width: 991px) {
        body.h2o .related-resources-slider .slider-wrapper {
          padding: 0 15px;
          margin-top: 20px; } }
      body.h2o .related-resources-slider .slider-wrapper .slide-nav {
        position: absolute;
        bottom: calc(50% - 14px);
        width: 100%;
        z-index: 1;
        left: 0; }
        body.h2o .related-resources-slider .slider-wrapper .slide-nav .next-slide,
        body.h2o .related-resources-slider .slider-wrapper .slide-nav .prev-slide {
          cursor: pointer;
          position: relative;
          width: 12px;
          height: 20px; }
        body.h2o .related-resources-slider .slider-wrapper .slide-nav .next-slide {
          float: right;
          right: -30px; }
          @media (max-width: 1200px) and (min-width: 1171px) {
            body.h2o .related-resources-slider .slider-wrapper .slide-nav .next-slide {
              right: -20px; } }
          @media (max-width: 1170px) {
            body.h2o .related-resources-slider .slider-wrapper .slide-nav .next-slide {
              right: -10px; } }
        body.h2o .related-resources-slider .slider-wrapper .slide-nav .prev-slide {
          -webkit-transform: rotate(180deg);
               -o-transform: rotate(180deg);
                  transform: rotate(180deg);
          float: left;
          left: -30px; }
          @media (max-width: 1200px) and (min-width: 1171px) {
            body.h2o .related-resources-slider .slider-wrapper .slide-nav .prev-slide {
              left: -20px; } }
          @media (max-width: 1170px) {
            body.h2o .related-resources-slider .slider-wrapper .slide-nav .prev-slide {
              left: -10px; } }
      body.h2o .related-resources-slider .slider-wrapper .column-wrapper {
        overflow: hidden; }
        body.h2o .related-resources-slider .slider-wrapper .column-wrapper .slick-list {
          margin: 0 -15px; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .related-resources-slider .slider-wrapper .column-wrapper .slick-list {
              margin: 0 -10px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .related-resources-slider .slider-wrapper .column-wrapper .slick-list {
              margin: 0 -10px; } }
          @media (max-width: 767px) {
            body.h2o .related-resources-slider .slider-wrapper .column-wrapper .slick-list {
              margin: 0 -5px; } }
        body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three {
          width: calc(33.33% - 30px);
          margin: 0 15px;
          color: #FFFFFF;
          outline: none; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three {
              width: calc(33.33% - 20px);
              margin: 0 10px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three {
              width: calc(33.33% - 20px);
              margin: 0 10px; } }
          @media (max-width: 767px) {
            body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three {
              width: calc(33.33% - 10px);
              margin: 0 5px; } }
          body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .content-text {
            max-width: 312px;
            margin: 0 auto;
            padding-bottom: 20px !important; }
            @media (min-width: 992px) and (max-width: 1150px) {
              body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .content-text {
                padding: 0 10px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .content-text {
                max-width: 370px;
                padding: 0 10px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .content-text {
                max-width: 320px;
                padding: 0 10px 20px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .content-text {
                max-width: 100%;
                padding: 0 25px 20px; } }
            @media (max-width: 480px) {
              body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .content-text {
                max-width: 100%;
                padding: 0 25px 20px; } }
            body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .content-text h5 {
              color: #FFFFFF;
              max-width: 283px;
              line-height: inherit;
              font-family: "proxima-nova", sans-serif; }
              @media (max-width: 767px) {
                body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .content-text h5 {
                  max-width: 100%; } }
            body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .content-text p {
              font-size: 18px;
              font-family: "proxima-nova", sans-serif;
              color: #FFFFFF;
              max-width: 400px;
              margin: 9px 0 7px 0; }
              @media (max-width: 1150px) {
                body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .content-text p {
                  margin: 0 auto;
                  max-width: 100%; } }
              @media (min-width: 481px) and (max-width: 595px) {
                body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .content-text p {
                  font-size: 16px; } }
              @media (max-width: 480px) {
                body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .content-text p {
                  font-size: 14px;
                  max-width: 100%; } }
          body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .bg-img {
            height: 411px;
            position: relative; }
            @media (min-width: 992px) and (max-width: 1150px) {
              body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .bg-img {
                height: 389px; } }
            @media (max-width: 991px) {
              body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .bg-img {
                height: 330px; } }
            @media (max-width: 767px) {
              body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .bg-img {
                height: 330px; } }
            @media (max-width: 595px) {
              body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .bg-img {
                height: 250px; } }
            body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .bg-img:after {
              content: "";
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              background: rgba(0, 0, 0, 0.4); }
            body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .bg-img > img {
              min-height: 100%;
              min-width: 100%; }
          body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .button {
            position: absolute;
            top: 33px;
            left: 0;
            -webkit-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
            z-index: 3;
            -webkit-transition: .5s all linear;
            -o-transition: .5s all linear;
            transition: .5s all linear; }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .button {
                top: 10px; } }
            @media (max-width: 595px) {
              body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .button {
                top: 15px; } }
            body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .button h6 {
              font-size: 14px;
              font-weight: 700;
              font-family: "proxima-nova", sans-serif; }
              body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .button h6 span {
                padding: 10px 20px 6px 21px; }
                @media (min-width: 596px) and (max-width: 767px) {
                  body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .button h6 span {
                    padding: 6px 15px; } }
          body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .link {
            color: #FFFFFF;
            font-weight: 700;
            font-size: 14px; }
            body.h2o .related-resources-slider .slider-wrapper .column-wrapper .col-three .link:before {
              background-color: #FFFFFF;
              height: 2px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .related-resources-slider.company-news {
        padding-bottom: 30px; } }
    @media (max-width: 767px) {
      body.h2o .related-resources-slider.company-news {
        padding-bottom: 20px; } }
    body.h2o .related-resources-slider.company-news .slider-wrapper .column-wrapper .col-three {
      position: relative; }
      body.h2o .related-resources-slider.company-news .slider-wrapper .column-wrapper .col-three .bg-img {
        margin-bottom: 52px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .related-resources-slider.company-news .slider-wrapper .column-wrapper .col-three .bg-img {
            margin-bottom: 27px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .related-resources-slider.company-news .slider-wrapper .column-wrapper .col-three .bg-img {
            margin-bottom: 27px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .related-resources-slider.company-news .slider-wrapper .column-wrapper .col-three .bg-img {
            margin-bottom: 27px; } }
        @media (max-width: 480px) {
          body.h2o .related-resources-slider.company-news .slider-wrapper .column-wrapper .col-three .bg-img {
            margin-bottom: 32px; } }
      body.h2o .related-resources-slider.company-news .slider-wrapper .column-wrapper .col-three .v-middle-wrapper {
        height: calc(100% - 52px); }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .related-resources-slider.company-news .slider-wrapper .column-wrapper .col-three .v-middle-wrapper {
            height: calc(100% - 42px); } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .related-resources-slider.company-news .slider-wrapper .column-wrapper .col-three .v-middle-wrapper {
            height: calc(100% - 42px); } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .related-resources-slider.company-news .slider-wrapper .column-wrapper .col-three .v-middle-wrapper {
            height: calc(100% - 42px); } }
        @media (max-width: 480px) {
          body.h2o .related-resources-slider.company-news .slider-wrapper .column-wrapper .col-three .v-middle-wrapper {
            height: calc(100% - 32px); } }
      body.h2o .related-resources-slider.company-news .slider-wrapper .column-wrapper .col-three .external-link {
        position: absolute;
        bottom: -0px;
        left: 0;
        width: 100%;
        text-align: center; }
        body.h2o .related-resources-slider.company-news .slider-wrapper .column-wrapper .col-three .external-link a {
          color: #000000 !important;
          display: inline-block;
          margin-bottom: 0 !important; }
          @media (max-width: 991px) {
            body.h2o .related-resources-slider.company-news .slider-wrapper .column-wrapper .col-three .external-link a {
              padding-bottom: 0; } }
          body.h2o .related-resources-slider.company-news .slider-wrapper .column-wrapper .col-three .external-link a:before {
            height: 2px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .related-resources-slider.doing-good-resources {
        padding: 50px 0; } }
    body.h2o .related-resources-slider.doing-good-resources .slider-wrapper .column-wrapper .col-three .content-text {
      padding-bottom: 30px !important; }
    body.h2o .related-resources-slider.doing-good-resources h4 {
      text-align: center; }
    body.h2o .related-resources-slider.health-related-resources-slider {
      padding: 100px 0 39px; }
      @media (max-width: 1150px) {
        body.h2o .related-resources-slider.health-related-resources-slider {
          padding: 40px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .related-resources-slider.health-related-resources-slider {
          padding: 30px 0 40px; } }
      @media (max-width: 767px) {
        body.h2o .related-resources-slider.health-related-resources-slider {
          padding: 30px 0; } }
      @media (max-width: 1150px) {
        body.h2o .related-resources-slider.health-related-resources-slider .slider-wrapper .column-wrapper .col-three .bg-img {
          margin-bottom: 0; } }
  body.h2o.ua-ie .related-resources-slider .slider-wrapper .column-wrapper .col-three .bg-img > img {
    min-height: auto;
    min-width: auto; }
  @media (min-width: 992px) and (max-width: 1150px) {
    body.h2o.we-small-height .related-resources-slider {
      padding: 40px 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body.h2o.we-small-height .related-resources-slider {
      padding: 30px 0 40px; } }
  @media (max-width: 767px) {
    body.h2o.we-small-height .related-resources-slider {
      padding: 30px 0; } }
  body.h2o .banner-fourth-level {
    padding: 0; }
    body.h2o .banner-fourth-level .bg-img {
      height: 175px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-fourth-level .bg-img {
          height: 150px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .banner-fourth-level .bg-img {
          height: 140px; } }
      @media (max-width: 595px) {
        body.h2o .banner-fourth-level .bg-img {
          height: 120px; } }
      body.h2o .banner-fourth-level .bg-img > img {
        min-width: 100%;
        min-height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body.h2o .banner-fourth-level .content {
      float: left;
      padding-top: 5px; }
    body.h2o .banner-fourth-level h2 {
      text-align: left;
      float: left;
      font-family: "proxima-nova", sans-serif; }
      body.h2o .banner-fourth-level h2 > span {
        display: inline-block; }
        body.h2o .banner-fourth-level h2 > span.highlight-text > span {
          margin-left: -11px; }
          @media (max-width: 1170px) {
            body.h2o .banner-fourth-level h2 > span.highlight-text > span {
              margin-left: 0; } }
        @media (max-width: 1170px) {
          body.h2o .banner-fourth-level h2 > span {
            margin-left: 0; } }
        @media (max-width: 991px) {
          body.h2o .banner-fourth-level h2 > span {
            margin-left: 0; } }
    body.h2o .banner-fourth-level .subscribe-link {
      float: right; }
      @media (max-width: 480px) {
        body.h2o .banner-fourth-level .subscribe-link {
          width: 100%;
          float: left; } }
    body.h2o .banner-fourth-level a {
      float: right;
      margin-top: 20px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .banner-fourth-level a {
          margin-top: 15px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-fourth-level a {
          margin-top: 6px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .banner-fourth-level a {
          margin-top: 5px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .banner-fourth-level a {
          margin-top: 5px; } }
      @media (max-width: 480px) {
        body.h2o .banner-fourth-level a {
          float: left;
          margin-top: 30px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .banner-fourth-level.banner-with-form .bg-img {
        height: 240px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o .banner-fourth-level.banner-with-form .bg-img {
        height: 240px; } }
    @media (max-width: 480px) {
      body.h2o .banner-fourth-level.banner-with-form .bg-img {
        height: 240px; } }
  body.h2o .filter-tabs {
    padding: 0;
    overflow: visible; }
    @media (max-width: 767px) {
      body.h2o .filter-tabs {
        padding-bottom: 20px; } }
    body.h2o .filter-tabs .tabs-toggle {
      display: none; }
      @media (max-width: 991px) {
        body.h2o .filter-tabs .tabs-toggle {
          margin: 20px auto 15px;
          display: block;
          width: 100%;
          max-width: 450px;
          padding: 7px;
          border-radius: 5px;
          background: #ffe52b;
          cursor: pointer;
          outline: none;
          position: relative; }
          body.h2o .filter-tabs .tabs-toggle span.text {
            font-size: 14px;
            font-weight: 700; }
          body.h2o .filter-tabs .tabs-toggle .caret {
            position: absolute;
            top: calc(50% - 15px);
            right: 10px;
            width: 30px;
            -webkit-transition: -webkit-transform 0.3s ease;
            transition: -webkit-transform 0.3s ease;
            -o-transition: -o-transform 0.3s ease;
            transition: transform 0.3s ease;
            transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }
            body.h2o .filter-tabs .tabs-toggle .caret.rotate {
              -webkit-transform: rotate(-180deg);
                   -o-transform: rotate(-180deg);
                      transform: rotate(-180deg); } }
    body.h2o .filter-tabs .tabs-content {
      position: relative; }
      @media (max-width: 991px) {
        body.h2o .filter-tabs .tabs-content {
          text-align: center;
          margin-bottom: 20px; } }
    body.h2o .filter-tabs .tabs {
      padding: 25px 0;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 991px) {
        body.h2o .filter-tabs .tabs {
          display: none;
          position: absolute;
          background: #ffe52b;
          padding: 0;
          z-index: 12;
          max-width: 450px;
          width: 100%;
          left: 50%;
          top: 33px;
          -webkit-transform: translateX(-50%);
               -o-transform: translateX(-50%);
                  transform: translateX(-50%);
          border-radius: 5px; } }
      body.h2o .filter-tabs .tabs > li {
        display: inline-block;
        margin: 0 27px 0 28px;
        font-size: 14px;
        color: #FFFFFF;
        font-weight: 700;
        cursor: pointer;
        position: relative;
        /*      @include tablet{
              margin: 0 14px;
            }*/ }
        body.h2o .filter-tabs .tabs > li:nth-child(1) {
          margin-left: 0; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .filter-tabs .tabs > li {
            margin: 0 15px; } }
        @media (max-width: 991px) {
          body.h2o .filter-tabs .tabs > li {
            display: block;
            margin: 0;
            padding: 5px 20px;
            color: #000000; }
            body.h2o .filter-tabs .tabs > li:first-child {
              border-radius: 4px 4px 0 0; }
            body.h2o .filter-tabs .tabs > li:last-child {
              border-radius: 0 0 4px 4px; } }
        body.h2o .filter-tabs .tabs > li:after {
          content: '';
          position: absolute;
          bottom: -26px;
          width: 0;
          height: 3px;
          left: 50%;
          right: 50%;
          background: #ffe52b;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          /*        transform: translateX(-50%);*/ }
          @media (max-width: 991px) {
            body.h2o .filter-tabs .tabs > li:after {
              display: none; } }
        body.h2o .filter-tabs .tabs > li.active {
          color: #ffe52b; }
          body.h2o .filter-tabs .tabs > li.active:after {
            width: 100%;
            left: 0;
            right: 0; }
          @media (max-width: 991px) {
            body.h2o .filter-tabs .tabs > li.active {
              background: #000000; } }
    body.h2o .filter-tabs .filter-btn {
      display: inline-block;
      vertical-align: middle;
      margin-left: 28px; }
      @media (max-width: 991px) {
        body.h2o .filter-tabs .filter-btn {
          margin-left: 0; } }
      @media (max-width: 767px) {
        body.h2o .filter-tabs .filter-btn {
          text-align: center;
          margin: 0; } }
      body.h2o .filter-tabs .filter-btn > span {
        margin-top: 0;
        padding: 12px 35px 11px 20px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .filter-tabs .filter-btn > span {
            padding: 10px 28px 10px 12px; } }
        body.h2o .filter-tabs .filter-btn > span:hover {
          color: #000000; }
          body.h2o .filter-tabs .filter-btn > span:hover:before {
            opacity: 1;
            -webkit-transform: scale(1, 1);
                 -o-transform: scale(1, 1);
                    transform: scale(1, 1);
            background-color: #ffe52b; }
          body.h2o .filter-tabs .filter-btn > span:hover:after {
            -webkit-transform: scale(1.2, 1.2);
                 -o-transform: scale(1.2, 1.2);
                    transform: scale(1.2, 1.2);
            opacity: 0; }
        body.h2o .filter-tabs .filter-btn > span:after {
          border: 1px solid #FFFFFF; }
        body.h2o .filter-tabs .filter-btn > span > span {
          position: absolute;
          width: 20px;
          height: 20px;
          right: 5px;
          -webkit-transform: rotate(0);
               -o-transform: rotate(0);
                  transform: rotate(0);
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          body.h2o .filter-tabs .filter-btn > span > span > svg {
            width: 100%;
            height: 100%; }
      body.h2o .filter-tabs .filter-btn.active > span {
        color: #FFFFFF; }
        body.h2o .filter-tabs .filter-btn.active > span:before {
          opacity: 0;
          -webkit-transform: scale(0.5, 0.5);
               -o-transform: scale(0.5, 0.5);
                  transform: scale(0.5, 0.5); }
        body.h2o .filter-tabs .filter-btn.active > span:after {
          opacity: 1;
          -webkit-transform: scale(1, 1);
               -o-transform: scale(1, 1);
                  transform: scale(1, 1); }
        body.h2o .filter-tabs .filter-btn.active > span > span {
          -webkit-transform: rotate(-180deg);
               -o-transform: rotate(-180deg);
                  transform: rotate(-180deg); }
          body.h2o .filter-tabs .filter-btn.active > span > span > svg path {
            fill: #FFFFFF; }
      body.h2o .filter-tabs .filter-btn input {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background: transparent;
        height: 20px;
        width: auto;
        padding: 0;
        outline: none;
        position: relative;
        left: 0;
        cursor: pointer;
        display: table-cell;
        vertical-align: middle; }
        body.h2o .filter-tabs .filter-btn input:before {
          content: '';
          background-color: transparent;
          height: 18px;
          width: 18px;
          display: block;
          position: absolute;
          top: calc(50% - 9px);
          left: -1px;
          outline: none;
          border: 1px solid #FFFFFF; }
        body.h2o .filter-tabs .filter-btn input:checked:after {
          content: "";
          color: #000000;
          font-weight: 500;
          background-image: url(/wp-content/themes/h2o2018/templates/dist/images/customer_stories/check_mark.svg);
          display: block;
          background-repeat: no-repeat;
          position: absolute;
          width: 15px;
          height: 18px;
          top: calc(50% - 5px);
          left: 3px; }
      body.h2o .filter-tabs .filter-btn label {
        padding-left: 30px;
        text-transform: capitalize;
        font-size: 14px;
        line-height: 1.1;
        font-weight: 700;
        color: #FFFFFF;
        cursor: pointer;
        display: table-cell;
        vertical-align: middle; }
  body.h2o .filter-info {
    padding: 0;
    display: none; }
    body.h2o .filter-info .filter-content {
      padding: 23px 0 0; }
    body.h2o .filter-info .close-icon {
      position: absolute;
      height: 27px;
      width: 27px;
      right: 20px;
      cursor: pointer; }
      @media (min-width: 1150px) {
        body.h2o .filter-info .close-icon {
          right: 45px;
          top: 30px; } }
      body.h2o .filter-info .close-icon img {
        height: 100%;
        width: 100%; }
    body.h2o .filter-info h5 {
      font-size: 20px;
      margin-bottom: 30px;
      font-weight: 400; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .filter-info h5 {
          font-size: 18px;
          margin-bottom: 25px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .filter-info h5 {
          font-size: 17px;
          margin-bottom: 20px; } }
      @media (max-width: 595px) {
        body.h2o .filter-info h5 {
          font-size: 16px;
          margin-bottom: 10px; } }
    body.h2o .filter-info .title {
      display: block;
      font-size: 14px;
      font-weight: 700;
      color: #666666;
      margin-bottom: 20px;
      text-transform: capitalize; }
      @media (max-width: 767px) {
        body.h2o .filter-info .title {
          margin-bottom: 10px; } }
    body.h2o .filter-info .clear {
      display: inline-block;
      font-size: 16px;
      font-weight: 400;
      color: #008cff;
      text-transform: capitalize;
      margin-top: 20px;
      cursor: pointer;
      border-bottom: 1px solid #008cff;
      -webkit-transition: all 0.3s ese;
      -o-transition: all 0.3s ese;
      transition: all 0.3s ese; }
      @media (max-width: 767px) {
        body.h2o .filter-info .clear {
          margin-top: 10px; } }
      body.h2o .filter-info .clear:hover {
        color: #000000;
        border-bottom: 1px solid #000000; }
    body.h2o .filter-info .one-third {
      float: left;
      width: 100%;
      text-align: center; }
      @media (max-width: 767px) {
        body.h2o .filter-info .one-third {
          width: 100%; } }
      body.h2o .filter-info .one-third .title {
        margin-bottom: 0; }
      body.h2o .filter-info .one-third .filter-select h6 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 20px;
        cursor: pointer;
        font-family: "proxima-nova", sans-serif; }
        body.h2o .filter-info .one-third .filter-select h6 span {
          display: none !important; }
        @media (max-width: 767px) {
          body.h2o .filter-info .one-third .filter-select h6 {
            display: inline-block;
            margin-right: 8px;
            margin-bottom: 10px; } }
        body.h2o .filter-info .one-third .filter-select h6:before {
          content: '';
          display: inline-block;
          position: relative;
          top: 2px;
          margin-right: 10px;
          width: 12px;
          height: 12px;
          background-image: url(/wp-content/themes/h2o2018/templates/dist/images/customer_stories/cross_img.svg);
          background-repeat: no-repeat;
          background-size: contain; }
          @media (max-width: 767px) {
            body.h2o .filter-info .one-third .filter-select h6:before {
              margin-right: 6px; } }
    body.h2o .filter-info .col-two {
      width: 50%;
      padding-right: 15px; }
      @media (max-width: 480px) {
        body.h2o .filter-info .col-two {
          width: 100%; } }
    body.h2o .filter-info .two-third {
      float: left;
      width: 100%; }
      @media (max-width: 767px) {
        body.h2o .filter-info .two-third {
          width: 100%; } }
      body.h2o .filter-info .two-third > .col-two:first-child {
        padding-right: 45px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .filter-info .two-third > .col-two:first-child {
            padding-right: 30px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .filter-info .two-third > .col-two:first-child {
            padding-right: 20px; } }
        @media (max-width: 767px) {
          body.h2o .filter-info .two-third > .col-two:first-child {
            padding-right: 0; } }
      body.h2o .filter-info .two-third > .col-two:last-child {
        display: none;
        padding-left: 49px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .filter-info .two-third > .col-two:last-child {
            padding-left: 35px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .filter-info .two-third > .col-two:last-child {
            padding-left: 20px; } }
        @media (max-width: 767px) {
          body.h2o .filter-info .two-third > .col-two:last-child {
            padding-left: 0; } }
      @media (max-width: 767px) {
        body.h2o .filter-info .two-third > .col-two {
          width: 100%;
          padding-right: 0; } }
      body.h2o .filter-info .two-third .col-four {
        padding-right: 15px; }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .filter-info .two-third .col-four {
            width: 50%; }
            body.h2o .filter-info .two-third .col-four:nth-child(odd) {
              clear: both; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .filter-info .two-third .col-four {
            width: 50%; }
            body.h2o .filter-info .two-third .col-four:nth-child(odd) {
              clear: both; } }
        @media (max-width: 480px) {
          body.h2o .filter-info .two-third .col-four {
            width: 100%;
            padding-right: 0; } }
    body.h2o .filter-info .check-box > li {
      margin-bottom: 20px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .filter-info .check-box > li {
          margin-bottom: 15px; } }
      @media (max-width: 767px) {
        body.h2o .filter-info .check-box > li {
          margin-bottom: 10px; } }
    body.h2o .filter-info .check-box input {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: transparent;
      height: 20px;
      width: auto;
      padding: 0;
      outline: none;
      position: relative;
      left: 0;
      border: 0;
      cursor: pointer;
      display: table-cell;
      vertical-align: middle; }
      body.h2o .filter-info .check-box input:before {
        content: "";
        background-color: #FFFFFF;
        height: 18px;
        width: 18px;
        display: block;
        position: absolute;
        top: calc(50% - 9px);
        left: -1px;
        outline: none;
        border: 1px solid #000000; }
    body.h2o .filter-info .check-box input[type="checkbox"]:checked:after {
      content: "";
      color: #000000;
      font-weight: 500;
      background-image: url(/wp-content/themes/h2o2018/templates/dist/images/customer_stories/check_mark.svg);
      display: block;
      background-repeat: no-repeat;
      position: absolute;
      width: 15px;
      height: 18px;
      top: calc(50% - 5px);
      left: 3px; }
    body.h2o .filter-info .check-box label {
      padding-left: 30px;
      text-transform: capitalize;
      font-size: 14px;
      line-height: 1.1;
      font-weight: 700;
      cursor: pointer;
      display: table-cell;
      vertical-align: middle; }
      body.h2o .filter-info .check-box label:after {
        display: none; }
      body.h2o .filter-info .check-box label span {
        font-weight: 400;
        color: #666666; }
  body.h2o .clear-box {
    padding: 56px 0 0; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .clear-box {
        padding: 40px 0 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .clear-box {
        padding: 30px 0 0; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .clear-box {
        padding: 25px 0 0; } }
    @media (max-width: 595px) {
      body.h2o .clear-box {
        padding: 20px 0 0; } }
    body.h2o .clear-box .clear-element {
      float: left;
      width: 100%; }
      @media (max-width: 767px) {
        body.h2o .clear-box .clear-element {
          width: 100%; } }
      body.h2o .clear-box .clear-element .title {
        margin-bottom: 2px;
        display: block;
        font-size: 12px;
        font-weight: 700;
        color: #666666;
        text-transform: capitalize; }
      body.h2o .clear-box .clear-element .clear {
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        text-transform: capitalize;
        cursor: pointer; }
      body.h2o .clear-box .clear-element .filter-select {
        margin-top: 10px; }
        body.h2o .clear-box .clear-element .filter-select h6 {
          font-size: 14px;
          font-weight: 700;
          margin-right: 40px;
          margin-bottom: 10px;
          display: inline-block;
          cursor: pointer;
          font-family: "proxima-nova", sans-serif; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .clear-box .clear-element .filter-select h6 {
              margin-right: 25px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .clear-box .clear-element .filter-select h6 {
              margin-right: 15px; } }
          @media (max-width: 595px) {
            body.h2o .clear-box .clear-element .filter-select h6 {
              margin-right: 10px; } }
          body.h2o .clear-box .clear-element .filter-select h6 span {
            display: none !important; }
          body.h2o .clear-box .clear-element .filter-select h6:before {
            content: '';
            display: inline-block;
            position: relative;
            top: 1px;
            margin-right: 10px;
            width: 10px;
            height: 10px;
            background-image: url(/wp-content/themes/h2o2018/templates/dist/images/customer_stories/cross_img.svg);
            background-repeat: no-repeat;
            background-size: cover; }
            @media (max-width: 767px) {
              body.h2o .clear-box .clear-element .filter-select h6:before {
                margin-right: 6px; } }
  body.h2o .customer-stories .filter-tabs .tabs > li {
    margin: 0 10px 0 10px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .customer-stories .filter-tabs .tabs > li {
        margin: 0 6px 0 10px;
        margin-left: 4px; } }
    @media (max-width: 991px) {
      body.h2o .customer-stories .filter-tabs .tabs > li {
        margin: 0; } }
  body.h2o .customer-stories .filter-tabs .filter-btn {
    margin-left: 15px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .customer-stories .filter-tabs .filter-btn {
        margin-left: 0; } }
    @media (max-width: 991px) {
      body.h2o .customer-stories .filter-tabs .filter-btn {
        margin-left: 0; } }
  body.h2o.h2o.ua-ie .filter-tabs .filter-btn input {
    float: left; }
  body.h2o.h2o.ua-ie .filter-tabs .filter-btn input[type=checkbox]::-ms-check {
    color: #ffe52b; }
  body.h2o.h2o.ua-ie .filter-tabs .filter-btn label {
    padding: 2px 0 0 10px; }
  body.h2o.h2o.ua-ie .filter-info .check-box input {
    float: left; }
  body.h2o.h2o.ua-ie .filter-info .check-box input[type=checkbox]::-ms-check {
    color: #ffe52b; }
  body.h2o.h2o.ua-ie .filter-info .check-box label {
    padding-left: 17px; }
  body.h2o.h2o.ua-edge .filter-tabs .filter-btn input {
    float: left; }
  body.h2o.h2o.ua-edge .filter-tabs .filter-btn input[type=checkbox]::-ms-check {
    color: #ffe52b; }
  body.h2o.h2o.ua-edge .filter-tabs .filter-btn label {
    padding: 2px 0 0 10px; }
  body.h2o.h2o.ua-edge .filter-info .check-box input {
    float: left; }
  body.h2o.h2o.ua-edge .filter-info .check-box input[type=checkbox]::-ms-check {
    color: #ffe52b; }
  body.h2o.h2o.ua-edge .filter-info .check-box label {
    padding-left: 17px; }
  body.h2o.no-touch .filter-tabs .tabs > li:hover {
    color: #ffe52b; }
    @media (max-width: 991px) {
      body.h2o.no-touch .filter-tabs .tabs > li:hover {
        background: #000000; } }
    body.h2o.no-touch .filter-tabs .tabs > li:hover:after {
      width: 100%;
      left: 0;
      right: 0; }
  body.h2o .events-controller .filter-tabs .tabs {
    width: calc(100% - 185px); }
  body.h2o .events-controller .filter-tabs .filter-btn a {
    margin: 0; }
    body.h2o .events-controller .filter-tabs .filter-btn a:hover {
      color: #FFFFFF; }
      body.h2o .events-controller .filter-tabs .filter-btn a:hover:after {
        border: 1px solid #FFFFFF; }
  body.h2o .featured-views-slider {
    padding: 100px 0; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .featured-views-slider {
        padding: 80px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .featured-views-slider {
        padding: 40px 0; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .featured-views-slider {
        padding: 30px 0; } }
    @media (max-width: 595px) {
      body.h2o .featured-views-slider {
        padding: 30px 0; } }
    body.h2o .featured-views-slider .item {
      position: relative; }
    body.h2o .featured-views-slider .v-middle-inner {
      max-width: 482px;
      text-align: left;
      padding-left: 95px;
      padding-right: 20px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .featured-views-slider .v-middle-inner {
          padding-left: 80px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .featured-views-slider .v-middle-inner {
          padding-left: 60px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .featured-views-slider .v-middle-inner {
          padding-left: 40px; } }
      @media (max-width: 595px) {
        body.h2o .featured-views-slider .v-middle-inner {
          padding-left: 20px; } }
      body.h2o .featured-views-slider .v-middle-inner h6, body.h2o .featured-views-slider .v-middle-inner h4, body.h2o .featured-views-slider .v-middle-inner .link-text {
        color: #FFFFFF;
        font-family: "proxima-nova", sans-serif; }
      body.h2o .featured-views-slider .v-middle-inner .title {
        font-size: 18px;
        line-height: 1.66;
        display: inline-block;
        margin-bottom: 21px;
        font-weight: 400;
        margin-top: 0;
        font-family: "motiva-sans", sans-serif; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .featured-views-slider .v-middle-inner .title {
            font-size: 16px;
            margin-bottom: 15px; } }
        @media (max-width: 767px) {
          body.h2o .featured-views-slider .v-middle-inner .title {
            font-size: 14px;
            margin-bottom: 10px; } }
        body.h2o .featured-views-slider .v-middle-inner .title:before {
          bottom: -5px; }
      body.h2o .featured-views-slider .v-middle-inner h4 {
        margin-bottom: 12px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .featured-views-slider .v-middle-inner h4 {
            margin-bottom: 7px; } }
        @media (max-width: 767px) {
          body.h2o .featured-views-slider .v-middle-inner h4 {
            margin-bottom: 7px; } }
      body.h2o .featured-views-slider .v-middle-inner .btn-yellow, body.h2o .featured-views-slider .v-middle-inner .btn-black {
        padding: 14px 35px 13px 32px; }
        @media (max-width: 991px) {
          body.h2o .featured-views-slider .v-middle-inner .btn-yellow, body.h2o .featured-views-slider .v-middle-inner .btn-black {
            padding: 12px 32px 11px 30px; } }
      body.h2o .featured-views-slider .v-middle-inner .link-text {
        margin-left: 56px;
        font-size: 14px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .featured-views-slider .v-middle-inner .link-text {
            margin-left: 40px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .featured-views-slider .v-middle-inner .link-text {
            margin-left: 30px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .featured-views-slider .v-middle-inner .link-text {
            margin-left: 20px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .featured-views-slider .v-middle-inner .link-text {
            margin-left: 15px; } }
        @media (max-width: 480px) {
          body.h2o .featured-views-slider .v-middle-inner .link-text {
            display: block;
            margin-left: 0; }
            body.h2o .featured-views-slider .v-middle-inner .link-text:before {
              display: none; } }
        body.h2o .featured-views-slider .v-middle-inner .link-text:before {
          background-color: #FFFFFF; }
        body.h2o .featured-views-slider .v-middle-inner .link-text:first-child {
          margin-left: 0; }
      body.h2o .featured-views-slider .v-middle-inner .blog-info span {
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 400;
        display: inline-block;
        margin-right: 24px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .featured-views-slider .v-middle-inner .blog-info span {
            margin-right: 20px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .featured-views-slider .v-middle-inner .blog-info span {
            margin-right: 15px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .featured-views-slider .v-middle-inner .blog-info span {
            margin-right: 15px; } }
        @media (max-width: 480px) {
          body.h2o .featured-views-slider .v-middle-inner .blog-info span {
            font-size: 14px;
            display: block;
            margin-right: 0;
            margin-top: 10px; } }
        body.h2o .featured-views-slider .v-middle-inner .blog-info span:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 21px;
          height: 21px;
          margin-right: 10px;
          background-repeat: no-repeat;
          background-size: contain; }
          @media (max-width: 767px) {
            body.h2o .featured-views-slider .v-middle-inner .blog-info span:before {
              width: 17px;
              height: 17px; } }
        body.h2o .featured-views-slider .v-middle-inner .blog-info span.author:before {
          background-image: url(/wp-content/themes/h2o2018/templates/dist/images/blog_landing/author.svg); }
        body.h2o .featured-views-slider .v-middle-inner .blog-info span.date:before {
          width: 18px;
          height: 18px;
          background-image: url(/wp-content/themes/h2o2018/templates/dist/images/blog_landing/time_date.svg); }
    body.h2o .featured-views-slider .bg-img {
      width: 100%;
      height: 100%;
      position: relative;
      height: 400px;
      max-height: 100%; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .featured-views-slider .bg-img {
          height: 350px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .featured-views-slider .bg-img {
          height: 300px; } }
      @media (max-width: 595px) {
        body.h2o .featured-views-slider .bg-img {
          height: 280px; } }
      body.h2o .featured-views-slider .bg-img:after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4); }
      body.h2o .featured-views-slider .bg-img > img {
        min-height: 100%;
        min-width: 100%;
        max-height: 100%;
        -o-object-position: center;
           object-position: center; }
    body.h2o .featured-views-slider .slick-dots {
      text-align: center;
      margin-top: 25px; }
      body.h2o .featured-views-slider .slick-dots > li {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
        border: 2px solid #000000;
        background: transparent; }
        body.h2o .featured-views-slider .slick-dots > li.slick-active {
          background-color: #000000; }
      body.h2o .featured-views-slider .slick-dots button {
        display: none; }
    body.h2o .featured-views-slider.featured-customer-slider .btn-yellow:hover, body.h2o .featured-views-slider.featured-customer-slider .btn-black:hover {
      color: #FFFFFF; }
      body.h2o .featured-views-slider.featured-customer-slider .btn-yellow:hover:after, body.h2o .featured-views-slider.featured-customer-slider .btn-black:hover:after {
        border-color: #FFFFFF; }
    body.h2o .featured-views-slider.featured-blog-slider {
      padding-bottom: 8px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .featured-views-slider.featured-blog-slider {
          padding-bottom: 0; } }
      @media (max-width: 767px) {
        body.h2o .featured-views-slider.featured-blog-slider {
          padding-bottom: 0; } }
      body.h2o .featured-views-slider.featured-blog-slider .v-middle-inner {
        max-width: 560px; }
        body.h2o .featured-views-slider.featured-blog-slider .v-middle-inner .title {
          margin-bottom: 15px; }
        body.h2o .featured-views-slider.featured-blog-slider .v-middle-inner h4 {
          line-height: 1.11;
          font-family: "motiva-sans", sans-serif; }
        body.h2o .featured-views-slider.featured-blog-slider .v-middle-inner .blog-info {
          margin: 23px 0 17px; }
      body.h2o .featured-views-slider.featured-blog-slider .btn-yellow:hover, body.h2o .featured-views-slider.featured-blog-slider .btn-black:hover {
        color: #FFFFFF; }
        body.h2o .featured-views-slider.featured-blog-slider .btn-yellow:hover:after, body.h2o .featured-views-slider.featured-blog-slider .btn-black:hover:after {
          border-color: #FFFFFF; }
    body.h2o .featured-views-slider.featured-events-slider .item.no-bg-img {
      background: #ffe52b; }
      body.h2o .featured-views-slider.featured-events-slider .item.no-bg-img .bg-img:after {
        display: none; }
      body.h2o .featured-views-slider.featured-events-slider .item.no-bg-img .v-middle-inner .title {
        color: #000000; }
        body.h2o .featured-views-slider.featured-events-slider .item.no-bg-img .v-middle-inner .title:before {
          background: #000000; }
      body.h2o .featured-views-slider.featured-events-slider .item.no-bg-img .v-middle-inner h4 {
        color: #000000; }
      body.h2o .featured-views-slider.featured-events-slider .item.no-bg-img .v-middle-inner .blog-info .date:before {
        background-image: url("/wp-content/themes/h2o2018/templates/dist/images/blog_landing/time_date_black.svg"); }
      body.h2o .featured-views-slider.featured-events-slider .item.no-bg-img .v-middle-inner .blog-info span {
        color: #000000; }
      body.h2o .featured-views-slider.featured-events-slider .item.no-bg-img .links .link-text {
        color: #000000; }
        body.h2o .featured-views-slider.featured-events-slider .item.no-bg-img .links .link-text:after {
          color: #000000; }
        body.h2o .featured-views-slider.featured-events-slider .item.no-bg-img .links .link-text:before {
          background: #000000; }
    body.h2o .featured-views-slider.featured-events-slider .links {
      margin-top: 13px; }
    body.h2o .featured-views-slider.featured-events-slider .v-middle-inner {
      max-width: 450px; }
    body.h2o .featured-views-slider.featured-events-slider .date span {
      margin-right: 0; }
      body.h2o .featured-views-slider.featured-events-slider .date span:before {
        display: none; }
  body.h2o.ua-ie .featured-views-slider .bg-img > img {
    min-height: auto;
    min-width: auto; }
  body.h2o .wrap.single-customer {
    overflow: hidden; }
    body.h2o .wrap.single-customer .customer-grid .grid-content .image {
      display: none; }
    body.h2o .wrap.single-customer .customer-grid .item {
      position: relative !important;
      top: auto !important;
      opacity: 1;
      z-index: 1;
      float: left;
      width: 100%; }
      body.h2o .wrap.single-customer .customer-grid .item:after {
        content: '';
        display: block;
        clear: both; }
    body.h2o .wrap.single-customer .customer-grid .grid-content {
      max-width: 100%;
      width: 100%;
      margin-bottom: 30px; }
      @media (max-width: 595px) {
        body.h2o .wrap.single-customer .customer-grid .grid-content {
          margin-bottom: 20px; } }
      body.h2o .wrap.single-customer .customer-grid .grid-content .content {
        margin-top: 10px; }
        body.h2o .wrap.single-customer .customer-grid .grid-content .content h1 {
          font-size: 56px;
          line-height: 1.3; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .wrap.single-customer .customer-grid .grid-content .content h1 {
              font-size: 50px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .wrap.single-customer .customer-grid .grid-content .content h1 {
              font-size: 45px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .wrap.single-customer .customer-grid .grid-content .content h1 {
              font-size: 40px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .wrap.single-customer .customer-grid .grid-content .content h1 {
              font-size: 30px; } }
          @media (max-width: 480px) {
            body.h2o .wrap.single-customer .customer-grid .grid-content .content h1 {
              font-size: 25px; } }
    body.h2o .wrap.single-customer .customer-grid .customer-info-div {
      position: relative;
      display: block !important;
      margin: auto !important;
      top: auto;
      background: #ffffff;
      float: left; }
      body.h2o .wrap.single-customer .customer-grid .customer-info-div:after {
        content: '';
        display: block;
        clear: both; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .wrap.single-customer .customer-grid {
        padding: 40px 0 40px; } }
    @media (max-width: 767px) {
      body.h2o .wrap.single-customer .customer-grid {
        padding: 30px 0 30px; } }
  body.h2o .customer-grid {
    padding: 60px 0 40px;
    min-height: 300px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .customer-grid {
        padding: 40px 0 10px; } }
    @media (max-width: 767px) {
      body.h2o .customer-grid {
        padding: 30px 0 10px; } }
    body.h2o .customer-grid .container {
      min-height: 160px; }
    body.h2o .customer-grid .col-three-wrap {
      margin: 0;
      position: relative; }
      body.h2o .customer-grid .col-three-wrap:after {
        content: "";
        display: block;
        clear: both; }
    body.h2o .customer-grid .image {
      position: relative;
      height: 200px;
      max-height: 100%;
      overflow: hidden; }
      @media (max-width: 991px) {
        body.h2o .customer-grid .image {
          height: 160px; } }
      body.h2o .customer-grid .image a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 4; }
      body.h2o .customer-grid .image > img {
        min-height: 100%;
        min-width: 100%;
        max-height: inherit;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
      body.h2o .customer-grid .image .button {
        position: absolute;
        bottom: 0;
        right: 0; }
        body.h2o .customer-grid .image .button .right-arrow {
          padding: 17px 18px 16px 19px;
          background: #000000;
          display: block;
          -webkit-transition: none;
          -o-transition: none;
          transition: none; }
          body.h2o .customer-grid .image .button .right-arrow:before {
            -webkit-transition: none;
            -o-transition: none;
            transition: none; }
          body.h2o .customer-grid .image .button .right-arrow:after {
            display: none; }
    body.h2o .customer-grid .col-three {
      margin-right: 30px;
      margin-bottom: 50px;
      width: calc(33.33% - 20px); }
      @media (min-width: 768px) {
        body.h2o .customer-grid .col-three:nth-child(3n + 3) {
          margin-right: 0; } }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .customer-grid .col-three {
          margin-right: 20px;
          margin-bottom: 40px;
          width: calc(33.33% - 14px); } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .customer-grid .col-three {
          margin-right: 10px;
          margin-bottom: 30px;
          width: calc(33.33% - 7px); } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .customer-grid .col-three {
          margin-right: 10px;
          width: calc(50% - 5px);
          margin-bottom: 20px; }
          body.h2o .customer-grid .col-three:nth-child(even) {
            margin-right: 0; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .customer-grid .col-three {
          margin-right: 10px;
          width: calc(50% - 5px);
          margin-bottom: 20px; }
          body.h2o .customer-grid .col-three:nth-child(even) {
            margin-right: 0; } }
      @media (max-width: 480px) {
        body.h2o .customer-grid .col-three {
          margin-bottom: 10px;
          margin-right: 0;
          width: 100%; } }
      body.h2o .customer-grid .col-three .content {
        margin-top: 14px;
        cursor: pointer; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .customer-grid .col-three .content {
            margin-top: 13px; } }
        @media (max-width: 767px) {
          body.h2o .customer-grid .col-three .content {
            margin-top: 8px; } }
        body.h2o .customer-grid .col-three .content h6 {
          font-size: 18px;
          line-height: 1.25;
          margin-bottom: 8px;
          font-family: "proxima-nova", sans-serif; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .customer-grid .col-three .content h6 {
              font-size: 16px; } }
          @media (max-width: 767px) {
            body.h2o .customer-grid .col-three .content h6 {
              font-size: 14px;
              margin-bottom: 0; } }
        body.h2o .customer-grid .col-three .content span.link-text {
          font-size: 14px;
          padding: 5px 0; }
          @media (min-width: 992px) {
            body.h2o .customer-grid .col-three .content span.link-text {
              padding-bottom: 10px; } }
          body.h2o .customer-grid .col-three .content span.link-text:before {
            content: "";
            position: absolute;
            left: 50%;
            right: 50%;
            bottom: 0;
            background: #ffe52b;
            width: 0;
            height: 4px;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          body.h2o .customer-grid .col-three .content span.link-text:after {
            -webkit-transition: -webkit-transform 0.3s ease;
            transition: -webkit-transform 0.3s ease;
            -o-transition: -o-transform 0.3s ease;
            transition: transform 0.3s ease;
            transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
            -webkit-transform: rotate(90deg);
                 -o-transform: rotate(90deg);
                    transform: rotate(90deg);
            position: relative;
            top: 3px; }
      body.h2o .customer-grid .col-three.active .content span.link-text:before {
        left: 0;
        right: 0;
        width: 100%; }
      body.h2o .customer-grid .col-three.active .content span.link-text:after {
        -webkit-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    body.h2o .customer-grid .customer-info-div {
      position: absolute;
      display: none;
      background: #f8f8f8;
      width: 100%;
      top: 0;
      z-index: 4; }
      body.h2o .customer-grid .customer-info-div .close-icon {
        position: absolute;
        right: 20px;
        top: 30px;
        width: 27px;
        height: 27px;
        z-index: 5;
        cursor: pointer; }
        body.h2o .customer-grid .customer-info-div .close-icon > img {
          width: 100%;
          height: 100%; }
      body.h2o .customer-grid .customer-info-div .item {
        padding: 52px 0 64px;
        position: absolute;
        top: 0;
        opacity: 0;
        visibility: hidden;
        z-index: -1; }
        body.h2o .customer-grid .customer-info-div .item:first-child {
          display: block; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .customer-grid .customer-info-div .item {
            padding: 40px 0; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .customer-grid .customer-info-div .item {
            padding: 30px 0; } }
        @media (max-width: 595px) {
          body.h2o .customer-grid .customer-info-div .item {
            padding: 30px 0; } }
        body.h2o .customer-grid .customer-info-div .item.active {
          position: relative;
          opacity: 1;
          visibility: visible;
          z-index: 2;
          -webkit-transition-delay: 0.2s;
               -o-transition-delay: 0.2s;
                  transition-delay: 0.2s; }
        body.h2o .customer-grid .customer-info-div .item:after {
          content: "";
          display: block;
          clear: both; }
      body.h2o .customer-grid .customer-info-div .logo {
        margin-bottom: 10px;
        position: relative;
        width: 200px; }
        @media (max-width: 767px) {
          body.h2o .customer-grid .customer-info-div .logo {
            width: 150px; } }
        body.h2o .customer-grid .customer-info-div .logo > img {
          height: 80px;
          -o-object-fit: contain;
             object-fit: contain;
          font-family: 'object-fit: contain'; }
      body.h2o .customer-grid .customer-info-div .italic-box {
        margin-top: 16px; }
        @media (max-width: 767px) {
          body.h2o .customer-grid .customer-info-div .italic-box {
            margin-top: 10px; } }
      body.h2o .customer-grid .customer-info-div .col-two.writer-col {
        padding-right: 30px; }
        @media (max-width: 767px) {
          body.h2o .customer-grid .customer-info-div .col-two.writer-col {
            padding: 0; } }
        body.h2o .customer-grid .customer-info-div .col-two.writer-col p {
          margin-bottom: 29px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .customer-grid .customer-info-div .col-two.writer-col p {
              margin-bottom: 20px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .customer-grid .customer-info-div .col-two.writer-col p {
              margin-bottom: 15px; } }
          @media (max-width: 595px) {
            body.h2o .customer-grid .customer-info-div .col-two.writer-col p {
              margin-bottom: 10px; } }
        body.h2o .customer-grid .customer-info-div .col-two.writer-col .autor-name, body.h2o .customer-grid .customer-info-div .col-two.writer-col .autor-prof {
          display: block;
          font-size: 14px;
          font-style: italic;
          margin-bottom: 5px; }
      body.h2o .customer-grid .customer-info-div .col-two:nth-child(2) {
        padding-left: 181px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .customer-grid .customer-info-div .col-two:nth-child(2) {
            padding-left: 120px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .customer-grid .customer-info-div .col-two:nth-child(2) {
            padding-left: 0; } }
        @media (max-width: 767px) {
          body.h2o .customer-grid .customer-info-div .col-two:nth-child(2) {
            padding-left: 0; } }
        body.h2o .customer-grid .customer-info-div .col-two:nth-child(2) p {
          line-height: 1.85; }
        body.h2o .customer-grid .customer-info-div .col-two:nth-child(2) li {
          font-size: 18px;
          margin-bottom: 13px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .customer-grid .customer-info-div .col-two:nth-child(2) li {
              font-size: 16px;
              margin-bottom: 10px; } }
          @media (max-width: 767px) {
            body.h2o .customer-grid .customer-info-div .col-two:nth-child(2) li {
              font-size: 14px;
              margin-bottom: 10px; } }
          body.h2o .customer-grid .customer-info-div .col-two:nth-child(2) li:last-child {
            margin-bottom: 0; }
      body.h2o .customer-grid .customer-info-div .two-third {
        float: left;
        width: 67%;
        padding-right: 3px; }
        @media (max-width: 767px) {
          body.h2o .customer-grid .customer-info-div .two-third {
            padding-right: 0;
            width: 100%;
            margin-bottom: 20px; } }
        body.h2o .customer-grid .customer-info-div .two-third .links {
          margin-top: 10px;
          float: left;
          width: 100%; }
          body.h2o .customer-grid .customer-info-div .two-third .links .link-text {
            font-size: 14px;
            margin-left: 59px; }
            @media (max-width: 767px) {
              body.h2o .customer-grid .customer-info-div .two-third .links .link-text {
                margin-left: 20px; } }
            @media (max-width: 480px) {
              body.h2o .customer-grid .customer-info-div .two-third .links .link-text {
                display: block;
                margin-left: 0; }
                body.h2o .customer-grid .customer-info-div .two-third .links .link-text:before {
                  display: none; } }
          body.h2o .customer-grid .customer-info-div .two-third .links a:first-child {
            margin-left: 0; }
      body.h2o .customer-grid .customer-info-div .one-third {
        float: left;
        width: 33%;
        padding-left: 9px; }
        @media (max-width: 767px) {
          body.h2o .customer-grid .customer-info-div .one-third {
            width: 100%;
            padding-left: 0; } }
        body.h2o .customer-grid .customer-info-div .one-third h6 {
          margin-bottom: 8px; }
      body.h2o .customer-grid .customer-info-div h6, body.h2o .customer-grid .customer-info-div p {
        font-size: 18px;
        font-family: "proxima-nova", sans-serif; }
      body.h2o .customer-grid .customer-info-div h6 {
        font-weight: 700;
        margin-bottom: 6px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .customer-grid .customer-info-div h6 {
            font-size: 16px; } }
        @media (max-width: 767px) {
          body.h2o .customer-grid .customer-info-div h6 {
            font-size: 16px; } }
      body.h2o .customer-grid .customer-info-div p {
        font-weight: 400; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .customer-grid .customer-info-div p {
            font-size: 16px; } }
        @media (max-width: 767px) {
          body.h2o .customer-grid .customer-info-div p {
            font-size: 14px; } }
    body.h2o .customer-grid .no-result {
      text-align: center; }
  body.h2o.no-touch .customer-grid .col-three .content span.link-text:hover:before {
    left: 0;
    right: 0;
    width: 100%; }
  body.h2o.ua-ie .customer-grid .customer-info-div .logo {
    height: 80px;
    background-size: contain !important; }
  body.h2o.we-small-height .customer-grid {
    padding: 60px 0 40px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o.we-small-height .customer-grid {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o.we-small-height .customer-grid {
        padding: 30px 0; } }
  @media only screen and (max-height: 820px) {
    body.h2o.single-customers .video-overlay .outer-box {
      padding-bottom: 96px; }
    body.h2o.single-customers .video-overlay .container-outer {
      height: 100%; }
    body.h2o.single-customers .video-overlay iframe {
      max-height: 100%; }
    body.h2o.single-customers .video-overlay #close-video {
      top: -17px;
      height: 25px;
      width: 25px;
      margin-left: 5px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body.h2o .event-grid {
      padding: 40px 0 30px; } }
  @media (max-width: 767px) {
    body.h2o .event-grid {
      padding: 30px 0 20px; } }
  body.h2o .event-grid .col-wrap {
    -webkit-perspective-origin: center;
            perspective-origin: center;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    body.h2o .event-grid .col-wrap.no-bg-img .content-text .date {
      color: #000000; }
    body.h2o .event-grid .col-wrap.no-bg-img .content-text p {
      color: #000000; }
      body.h2o .event-grid .col-wrap.no-bg-img .content-text p.underline-yellow:before {
        background: #000000; }
    body.h2o .event-grid .col-wrap.no-bg-img .content-text h5 {
      color: #000000; }
    body.h2o .event-grid .col-wrap a {
      position: relative;
      display: block;
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      -webkit-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1);
      -webkit-perspective-origin: center;
              perspective-origin: center;
      -webkit-perspective: 1000px;
              perspective: 1000px;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-box-shadow: 0 0 10px transparent;
              box-shadow: 0 0 10px transparent;
      height: 100%;
      background: #ffe52b; }
      body.h2o .event-grid .col-wrap a:hover {
        -webkit-box-shadow: 0px 0px 10px #9F9F9F;
                box-shadow: 0px 0px 10px #9F9F9F;
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transform: scale(1.05);
             -o-transform: scale(1.05);
                transform: scale(1.05); }
    body.h2o .event-grid .col-wrap .bg-img {
      height: 100%; }
      body.h2o .event-grid .col-wrap .bg-img:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%; }
      body.h2o .event-grid .col-wrap .bg-img img {
        min-height: 100%;
        min-width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body.h2o .event-grid .col-wrap .content-text {
      padding: 30px; }
      @media (max-width: 991px) {
        body.h2o .event-grid .col-wrap .content-text {
          padding: 20px; } }
      body.h2o .event-grid .col-wrap .content-text span {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 700;
        padding-bottom: 5px;
        display: block; }
        @media (max-width: 767px) {
          body.h2o .event-grid .col-wrap .content-text span {
            font-size: 16px; } }
      body.h2o .event-grid .col-wrap .content-text p {
        color: #FFFFFF;
        font-size: 18px; }
        @media (max-width: 767px) {
          body.h2o .event-grid .col-wrap .content-text p {
            font-size: 16px; } }
      body.h2o .event-grid .col-wrap .content-text h5 {
        color: #FFFFFF;
        padding: 13px 0 43px;
        line-height: 1.25; }
        @media (max-width: 767px) {
          body.h2o .event-grid .col-wrap .content-text h5 {
            padding: 13px 0 10px; } }
      body.h2o .event-grid .col-wrap .content-text .btn-yellow, body.h2o .event-grid .col-wrap .content-text .btn-black {
        padding: 13px 32px 13px 30px;
        display: inline-block;
        font-size: 14px;
        color: #000000; }
        body.h2o .event-grid .col-wrap .content-text .btn-yellow:hover, body.h2o .event-grid .col-wrap .content-text .btn-black:hover {
          color: #FFFFFF; }
          body.h2o .event-grid .col-wrap .content-text .btn-yellow:hover:after, body.h2o .event-grid .col-wrap .content-text .btn-black:hover:after {
            border-color: #FFFFFF; }
      body.h2o .event-grid .col-wrap .content-text .btn-default {
        padding: 13px 32px 13px 30px;
        display: inline-block;
        font-size: 14px;
        color: #000000; }
        body.h2o .event-grid .col-wrap .content-text .btn-default:hover {
          color: #FFFFFF; }
  body.h2o .event-grid .left-col {
    padding-right: 15px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .event-grid .left-col {
        padding-right: 10px; } }
    @media (max-width: 767px) {
      body.h2o .event-grid .left-col {
        padding-right: 0; } }
    body.h2o .event-grid .left-col .col-wrap {
      height: 540px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .event-grid .left-col .col-wrap {
          height: 536px; } }
      @media (max-width: 767px) {
        body.h2o .event-grid .left-col .col-wrap {
          height: 258px; } }
  body.h2o .event-grid .right-col {
    padding-left: 15px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .event-grid .right-col {
        padding-left: 10px; } }
    @media (max-width: 767px) {
      body.h2o .event-grid .right-col {
        padding-left: 0; } }
    body.h2o .event-grid .right-col .col-wrap {
      /*height: 258px;*/
      height: 540px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .event-grid .right-col .col-wrap {
          height: 536px; } }
      @media (max-width: 767px) {
        body.h2o .event-grid .right-col .col-wrap {
          height: 258px; } }
      body.h2o .event-grid .right-col .col-wrap:first-child {
        margin-bottom: 24px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .event-grid .right-col .col-wrap:first-child {
            margin-bottom: 20px; } }
        @media (max-width: 767px) {
          body.h2o .event-grid .right-col .col-wrap:first-child {
            margin: 20px 0; } }
      body.h2o .event-grid .right-col .col-wrap:last-child {
        margin-bottom: 0; }
    body.h2o .event-grid .right-col .content-text h5 {
      padding: 13px 0 10px; }
  body.h2o .event-grid .col-outer {
    margin-top: 56px; }
    body.h2o .event-grid .col-outer:after {
      content: "";
      clear: both;
      display: block; }
  body.h2o .event-grid .content p {
    font-size: 16px; }
  body.h2o .event-grid .content h4 {
    padding: 23px 0 0; }
    body.h2o .event-grid .content h4 span {
      padding: 6px 10px;
      margin: 0 9px; }
  body.h2o .event-grid .btn-wrap {
    float: left;
    width: 100%;
    padding-top: 12px; }
    body.h2o .event-grid .btn-wrap a {
      font-size: 14px; }
  body.h2o.touch .event-grid .col-wrap .content-text span.btn-yellow, body.h2o.touch .event-grid .col-wrap .content-text span.btn-black {
    color: #000000; }
    body.h2o.touch .event-grid .col-wrap .content-text span.btn-yellow:hover:before, body.h2o.touch .event-grid .col-wrap .content-text span.btn-black:hover:before {
      z-index: -1;
      background-color: #ffe52b;
      border: none;
      opacity: 1;
      -webkit-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1);
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    body.h2o.touch .event-grid .col-wrap .content-text span.btn-yellow:hover:after, body.h2o.touch .event-grid .col-wrap .content-text span.btn-black:hover:after {
      display: none; }
  body.h2o.touch .event-grid .col-wrap .content-text span.btn-default {
    color: #000000; }
    body.h2o.touch .event-grid .col-wrap .content-text span.btn-default:hover:before {
      opacity: 1;
      border: 2px solid #000000;
      -webkit-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1); }
    body.h2o.touch .event-grid .col-wrap .content-text span.btn-default:hover:after {
      display: none; }
  body.h2o .blog-grid {
    background: #FFFFFF;
    padding-bottom: 99px; }
    @media (min-width: 1150px) {
      body.h2o .blog-grid {
        padding-top: 89px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .blog-grid {
        padding-bottom: 40px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .blog-grid {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media (max-width: 595px) {
      body.h2o .blog-grid {
        padding-bottom: 30px; } }
    body.h2o .blog-grid .no-result {
      text-align: center; }
    @media (max-width: 767px) {
      body.h2o .blog-grid .blog-nav {
        text-align: center; } }
    body.h2o .blog-grid .blog-nav:after {
      content: "";
      clear: both;
      display: block; }
    body.h2o .blog-grid .search-form {
      position: relative;
      float: left; }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .blog-grid .search-form {
          display: inline-block;
          float: none; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .blog-grid .search-form {
          display: inline-block;
          float: none; } }
      @media (max-width: 767px) {
        body.h2o .blog-grid .search-form {
          width: 100%;
          float: left;
          text-align: center; } }
      body.h2o .blog-grid .search-form form {
        float: left;
        border-bottom: 1px solid #000000;
        width: 350px;
        margin-top: 6px;
        position: relative; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .blog-grid .search-form form {
            margin-top: 6px; } }
        @media (max-width: 767px) {
          body.h2o .blog-grid .search-form form {
            float: none;
            display: inline-block; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .blog-grid .search-form form {
            width: 340px;
            margin-top: 0px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .blog-grid .search-form form {
            width: 300px;
            margin-top: 0; } }
        @media (max-width: 480px) {
          body.h2o .blog-grid .search-form form {
            width: 270px;
            margin-top: 0; } }
        body.h2o .blog-grid .search-form form input {
          font-size: 18px;
          background: transparent;
          border: 0;
          width: calc(100% - 38px);
          float: left;
          padding: 6px 0;
          letter-spacing: -0.04em; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .blog-grid .search-form form input {
              font-size: 14px;
              width: calc(100% - 24px); } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .blog-grid .search-form form input {
              font-size: 14px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .blog-grid .search-form form input {
              font-size: 14px; } }
          @media (max-width: 480px) {
            body.h2o .blog-grid .search-form form input {
              font-size: 14px; } }
          body.h2o .blog-grid .search-form form input::-ms-clear {
            display: none; }
          body.h2o .blog-grid .search-form form input::-webkit-input-placeholder {
            font-style: italic;
            color: #000000;
            font-size: 18px;
            font-weight: 400; }
            @media (max-width: 991px) {
              body.h2o .blog-grid .search-form form input::-webkit-input-placeholder {
                font-size: 14px; } }
          body.h2o .blog-grid .search-form form input::-moz-placeholder {
            font-style: italic;
            color: #000000;
            font-size: 18px;
            font-weight: 400; }
            @media (max-width: 991px) {
              body.h2o .blog-grid .search-form form input::-moz-placeholder {
                font-size: 14px; } }
          body.h2o .blog-grid .search-form form input:-ms-input-placeholder {
            font-style: italic;
            color: #000000;
            font-size: 18px;
            font-weight: 400; }
            @media (max-width: 991px) {
              body.h2o .blog-grid .search-form form input:-ms-input-placeholder {
                font-size: 14px; } }
          body.h2o .blog-grid .search-form form input:-moz-placeholder {
            font-style: italic;
            color: #000000;
            font-size: 18px;
            font-weight: 400; }
            @media (max-width: 991px) {
              body.h2o .blog-grid .search-form form input:-moz-placeholder {
                font-size: 14px; } }
          body.h2o .blog-grid .search-form form input:focus {
            outline: none; }
        body.h2o .blog-grid .search-form form button {
          position: absolute;
          bottom: 11px;
          right: 0;
          width: 26px;
          height: 26px;
          float: right;
          background: transparent; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .blog-grid .search-form form button {
              bottom: 5px;
              width: 20px;
              height: 20px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .blog-grid .search-form form button {
              bottom: 5px;
              width: 20px;
              height: 20px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .blog-grid .search-form form button {
              bottom: 5px;
              width: 20px;
              height: 20px; } }
          @media (max-width: 480px) {
            body.h2o .blog-grid .search-form form button {
              bottom: 5px;
              width: 20px;
              height: 20px; } }
          body.h2o .blog-grid .search-form form button:focus {
            outline: none; }
          body.h2o .blog-grid .search-form form button img {
            width: 100%;
            height: 100%; }
    body.h2o .blog-grid .sorting-dropdown {
      float: right;
      margin-bottom: 60px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .blog-grid .sorting-dropdown {
          margin-bottom: 40px; } }
      @media (max-width: 767px) {
        body.h2o .blog-grid .sorting-dropdown {
          display: inline-block;
          float: none;
          margin-top: 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .blog-grid .sorting-dropdown {
          margin-bottom: 25px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .blog-grid .sorting-dropdown {
          margin-bottom: 25px; } }
      @media (max-width: 480px) {
        body.h2o .blog-grid .sorting-dropdown {
          margin-bottom: 25px; } }
      body.h2o .blog-grid .sorting-dropdown:after {
        content: "";
        clear: both;
        display: block; }
      body.h2o .blog-grid .sorting-dropdown span {
        float: left;
        font-size: 18px;
        color: #000000;
        padding: 7px 20px 7px 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .blog-grid .sorting-dropdown span {
            font-size: 16px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .blog-grid .sorting-dropdown span {
            font-size: 14px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .blog-grid .sorting-dropdown span {
            font-size: 14px; } }
        @media (max-width: 480px) {
          body.h2o .blog-grid .sorting-dropdown span {
            font-size: 14px; } }
      body.h2o .blog-grid .sorting-dropdown select {
        position: relative;
        width: 269px;
        cursor: pointer;
        padding: 8px 14px 8px;
        float: left;
        border: 1px solid #000000;
        font-family: "proxima-nova", sans-serif;
        color: #000000;
        font-size: 18px;
        border-radius: 0;
        background: #FFFFFF;
        -webkit-appearance: none;
        background: url("/wp-content/themes/h2o2018/templates/assets/images/blog_landing/dropdown_arrow.png") center right no-repeat;
        background-position-x: calc(100% - 19px);
        -moz-appearance: none; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .blog-grid .sorting-dropdown select {
            font-size: 16px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .blog-grid .sorting-dropdown select {
            font-size: 14px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .blog-grid .sorting-dropdown select {
            font-size: 14px;
            width: 230px;
            padding: 5px 14px 6px;
            background-position-x: calc(100% - 10px); } }
        @media (max-width: 480px) {
          body.h2o .blog-grid .sorting-dropdown select {
            font-size: 14px;
            width: 200px;
            padding: 5px 14px 6px;
            background-position-x: calc(100% - 10px); } }
        body.h2o .blog-grid .sorting-dropdown select:focus {
          outline: none; }
      body.h2o .blog-grid .sorting-dropdown select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000; }
      body.h2o .blog-grid .sorting-dropdown select::-ms-expand {
        display: none; }
    body.h2o .blog-grid .col-three {
      padding: 0 15px; }
    body.h2o .blog-grid .grid-container {
      opacity: 0;
      /*    min-height: 200px;*/ }
      body.h2o .blog-grid .grid-container:after {
        content: "";
        display: block;
        clear: both; }
      body.h2o .blog-grid .grid-container .grid-sizer {
        margin-bottom: 0 !important;
        width: 31.53%; }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .blog-grid .grid-container .grid-sizer {
            width: 47.93%; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .blog-grid .grid-container .grid-sizer {
            width: 47.93%; } }
        @media (max-width: 480px) {
          body.h2o .blog-grid .grid-container .grid-sizer {
            width: 100%; } }
      body.h2o .blog-grid .grid-container .gutter-sizer {
        margin: 0;
        width: 2.703%; }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .blog-grid .grid-container .gutter-sizer {
            width: 4.14%; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .blog-grid .grid-container .gutter-sizer {
            width: 4.14%; } }
        @media (max-width: 480px) {
          body.h2o .blog-grid .grid-container .gutter-sizer {
            width: 0px; } }
      body.h2o .blog-grid .grid-container .block-container {
        position: relative;
        width: 31.53%;
        margin-bottom: 30px; }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .blog-grid .grid-container .block-container {
            width: 47.93%; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .blog-grid .grid-container .block-container {
            width: 47.93%; } }
        @media (max-width: 480px) {
          body.h2o .blog-grid .grid-container .block-container {
            width: 100%; } }
        body.h2o .blog-grid .grid-container .block-container > a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 2; }
        body.h2o .blog-grid .grid-container .block-container .bg-img {
          display: block;
          width: 100%;
          height: auto;
          max-height: 354px; }
          @media (max-width: 480px) {
            body.h2o .blog-grid .grid-container .block-container .bg-img {
              max-height: 250px; } }
          body.h2o .blog-grid .grid-container .block-container .bg-img img {
            width: 100%;
            height: auto; }
        body.h2o .blog-grid .grid-container .block-container .text-container {
          position: relative;
          z-index: 1;
          padding-top: 25px;
          padding-right: 30px;
          overflow: hidden; }
          body.h2o .blog-grid .grid-container .block-container .text-container span {
            display: block;
            position: relative;
            font-size: 18px;
            color: #000000;
            font-weight: 700;
            padding-bottom: 19px; }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .blog-grid .grid-container .block-container .text-container span {
                font-size: 16px;
                padding-bottom: 17px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .blog-grid .grid-container .block-container .text-container span {
                font-size: 14px;
                padding-bottom: 15px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.h2o .blog-grid .grid-container .block-container .text-container span {
                font-size: 14px;
                padding-bottom: 15px; } }
            @media (max-width: 480px) {
              body.h2o .blog-grid .grid-container .block-container .text-container span {
                font-size: 12px;
                padding-bottom: 12px; } }
            body.h2o .blog-grid .grid-container .block-container .text-container span:before {
              content: "";
              position: absolute;
              bottom: 0;
              left: 0;
              width: 65px;
              height: 4px;
              background: #ffe52b; }
          body.h2o .blog-grid .grid-container .block-container .text-container h5 {
            display: block;
            color: #000000;
            font-weight: 400;
            padding: 15px 0 3px;
            line-height: 1.2;
            font-family: "proxima-nova", sans-serif;
            word-wrap: break-word; }
          body.h2o .blog-grid .grid-container .block-container .text-container p {
            display: block;
            font-size: 18px;
            color: #000000;
            word-wrap: break-word; }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .blog-grid .grid-container .block-container .text-container p {
                font-size: 16px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .blog-grid .grid-container .block-container .text-container p {
                font-size: 14px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.h2o .blog-grid .grid-container .block-container .text-container p {
                font-size: 14px; } }
            @media (max-width: 480px) {
              body.h2o .blog-grid .grid-container .block-container .text-container p {
                font-size: 12px; } }
        body.h2o .blog-grid .grid-container .block-container.inner-content-block {
          overflow: hidden; }
          body.h2o .blog-grid .grid-container .block-container.inner-content-block .bg-img {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%; }
            body.h2o .blog-grid .grid-container .block-container.inner-content-block .bg-img:after {
              content: '';
              position: absolute;
              height: 100%;
              width: 100%;
              top: 0;
              left: 0;
              background-color: rgba(0, 0, 0, 0.4); }
          body.h2o .blog-grid .grid-container .block-container.inner-content-block .text-container {
            padding: 56px 15px 60px 20px;
            max-height: 354px; }
            @media (max-width: 480px) {
              body.h2o .blog-grid .grid-container .block-container.inner-content-block .text-container {
                max-height: 250px; } }
            body.h2o .blog-grid .grid-container .block-container.inner-content-block .text-container span {
              color: #FFFFFF; }
            body.h2o .blog-grid .grid-container .block-container.inner-content-block .text-container h5 {
              color: #FFFFFF;
              padding: 15px 0 2px; }
            body.h2o .blog-grid .grid-container .block-container.inner-content-block .text-container p {
              color: #FFFFFF; }
    body.h2o .blog-grid .load-more-container {
      display: block;
      text-align: center;
      margin-top: 37px;
      opacity: 0; }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .blog-grid .load-more-container {
          margin-top: 15px; } }
      @media (max-width: 595px) {
        body.h2o .blog-grid .load-more-container {
          margin-top: 0px; } }
      body.h2o .blog-grid .load-more-container span {
        position: relative;
        cursor: pointer;
        font-size: 18px;
        color: #000000;
        padding: 3px 47px 2px 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .blog-grid .load-more-container span {
            font-size: 16px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .blog-grid .load-more-container span {
            font-size: 14px;
            padding: 3px 37px 2px 0; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .blog-grid .load-more-container span {
            font-size: 14px;
            padding: 3px 37px 2px 0; } }
        @media (max-width: 480px) {
          body.h2o .blog-grid .load-more-container span {
            font-size: 14px;
            padding: 3px 37px 2px 0; } }
        body.h2o .blog-grid .load-more-container span:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          width: 27px;
          height: 27px;
          background: #ffe52b; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .blog-grid .load-more-container span:before {
              width: 25px;
              height: 25px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .blog-grid .load-more-container span:before {
              width: 23px;
              height: 23px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .blog-grid .load-more-container span:before {
              width: 23px;
              height: 23px; } }
          @media (max-width: 480px) {
            body.h2o .blog-grid .load-more-container span:before {
              width: 23px;
              height: 23px; } }
        body.h2o .blog-grid .load-more-container span:after {
          content: "";
          position: absolute;
          top: 8px;
          right: 8px;
          width: 11px;
          height: 11px;
          background: url("/wp-content/themes/h2o2018/templates/assets/images/blog_landing/plus_sign.png");
          background-size: cover; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .blog-grid .load-more-container span:after {
              top: 7px;
              right: 7px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .blog-grid .load-more-container span:after {
              top: 7px;
              right: 6px;
              width: 10px;
              height: 10px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .blog-grid .load-more-container span:after {
              top: 7px;
              right: 6px;
              width: 10px;
              height: 10px; } }
          @media (max-width: 480px) {
            body.h2o .blog-grid .load-more-container span:after {
              top: 7px;
              right: 6px;
              width: 10px;
              height: 10px; } }
  body.h2o .our-products {
    padding: 92px 0 100px; }
    @media (max-width: 1150px) {
      body.h2o .our-products {
        padding: 40px 0; } }
    @media (max-width: 991px) {
      body.h2o .our-products {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o .our-products {
        padding: 30px 0; } }
    body.h2o .our-products.our-products-new {
      padding: 92px 0 75px; }
      @media (max-width: 1150px) {
        body.h2o .our-products.our-products-new {
          padding: 40px 0; } }
      @media (max-width: 991px) {
        body.h2o .our-products.our-products-new {
          padding: 40px 0; } }
      @media (max-width: 767px) {
        body.h2o .our-products.our-products-new {
          padding: 30px 0; } }
      body.h2o .our-products.our-products-new .container {
        padding: 0 20px; }
      body.h2o .our-products.our-products-new .column-wrapper {
        background: #f8f8f8;
        padding-bottom: 20px; }
        body.h2o .our-products.our-products-new .column-wrapper .col-four {
          text-align: center; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .our-products.our-products-new .column-wrapper .col-four {
              margin: 20px 10px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .our-products.our-products-new .column-wrapper .col-four {
              margin: 35px 7px 0; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .our-products.our-products-new .column-wrapper .col-four {
              margin: 20px 5px 0px; } }
          @media (max-width: 480px) {
            body.h2o .our-products.our-products-new .column-wrapper .col-four {
              margin: 30px auto 0; } }
          body.h2o .our-products.our-products-new .column-wrapper .col-four .logo {
            height: 95px; }
            body.h2o .our-products.our-products-new .column-wrapper .col-four .logo img {
              width: auto;
              height: inherit; }
          body.h2o .our-products.our-products-new .column-wrapper .col-four a {
            margin-top: 18px; }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .our-products.our-products-new .column-wrapper .col-four a {
                margin-top: 12px; } }
            @media (max-width: 767px) {
              body.h2o .our-products.our-products-new .column-wrapper .col-four a {
                margin-top: 10px; } }
            @media (max-width: 480px) {
              body.h2o .our-products.our-products-new .column-wrapper .col-four a {
                margin-top: 8px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .our-products.our-products-new .content-wrapper {
          margin-bottom: 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .our-products.our-products-new .content-wrapper {
          /*margin-bottom: 10px;*/ } }
      @media (max-width: 480px) {
        body.h2o .our-products.our-products-new .content-wrapper {
          margin-bottom: 0px; } }
    body.h2o .our-products .container {
      padding: 0 5px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .our-products .container {
          padding: 0 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .our-products .container {
          padding: 0 10px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .our-products .container {
          padding: 0 10px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .our-products .container {
          padding: 0 15px; } }
      @media (max-width: 480px) {
        body.h2o .our-products .container {
          padding: 0 20px; } }
    body.h2o .our-products .content-wrapper {
      margin-bottom: 25px;
      padding: 0 15px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .our-products .content-wrapper {
          padding: 0 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .our-products .content-wrapper {
          padding: 0 10px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .our-products .content-wrapper {
          padding: 0 10px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .our-products .content-wrapper {
          padding: 0 5px; } }
      @media (max-width: 480px) {
        body.h2o .our-products .content-wrapper {
          padding: 0; } }
      body.h2o .our-products .content-wrapper p {
        font-size: 18px;
        font-weight: 100;
        font-family: "proxima-nova", sans-serif;
        margin: 0 auto;
        margin-bottom: 22px;
        position: relative;
        max-width: 730px; }
        @media (max-width: 1150px) {
          body.h2o .our-products .content-wrapper p {
            margin-bottom: 20px;
            max-width: 100%; } }
        @media (max-width: 767px) {
          body.h2o .our-products .content-wrapper p {
            margin-bottom: 10px;
            font-size: 16px; } }
      body.h2o .our-products .content-wrapper h4 {
        line-height: 1.3;
        margin: 0 auto 54px;
        position: relative; }
        @media (max-width: 1150px) {
          body.h2o .our-products .content-wrapper h4 {
            margin-bottom: 20px; } }
        @media (max-width: 767px) {
          body.h2o .our-products .content-wrapper h4 {
            margin-bottom: 10px; } }
    @media (max-width: 1150px) {
      body.h2o .our-products .column-wrapper {
        width: 100%;
        margin: 0 auto; } }
    @media (max-width: 991px) {
      body.h2o .our-products .column-wrapper {
        text-align: center; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .our-products .column-wrapper {
        font-size: 0; } }
    body.h2o .our-products .column-wrapper .col-four {
      width: calc(25% - 30px);
      margin: 0 15px;
      position: relative;
      margin-top: 30px;
      overflow: hidden; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .our-products .column-wrapper .col-four {
          width: calc(25% - 20px);
          margin: 0 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .our-products .column-wrapper .col-four {
          width: calc(50% - 14px);
          margin: 15px 7px 0;
          display: inline-block;
          float: none; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .our-products .column-wrapper .col-four {
          width: calc(50% - 10px);
          margin: 10px 5px 0px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .our-products .column-wrapper .col-four {
          width: calc(50% - 10px);
          margin: 10px 5px 0px; } }
      @media (max-width: 480px) {
        body.h2o .our-products .column-wrapper .col-four {
          width: 100%;
          margin: 10px auto 0; } }
      body.h2o .our-products .column-wrapper .col-four .col-four-inner {
        display: block;
        overflow: hidden;
        -webkit-transform: scale(1, 1);
             -o-transform: scale(1, 1);
                transform: scale(1, 1);
        -webkit-transition: .3s all linear;
        -o-transition: .3s all linear;
        transition: .3s all linear; }
      body.h2o .our-products .column-wrapper .col-four .bg-img {
        height: 255px; }
        @media (max-width: 480px) {
          body.h2o .our-products .column-wrapper .col-four .bg-img {
            height: 250px; } }
        body.h2o .our-products .column-wrapper .col-four .bg-img img {
          min-height: 100%;
          min-width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      body.h2o .our-products .column-wrapper .col-four .button {
        position: absolute;
        top: 60px;
        left: 0;
        -webkit-transform: translateX(0);
             -o-transform: translateX(0);
                transform: translateX(0);
        z-index: 3;
        -webkit-transition: .2s all linear;
        -o-transition: .2s all linear;
        transition: .2s all linear; }
        @media (max-width: 595px) {
          body.h2o .our-products .column-wrapper .col-four .button {
            font-size: 18px; } }
        @media (max-width: 480px) {
          body.h2o .our-products .column-wrapper .col-four .button {
            font-size: 16px; } }
        body.h2o .our-products .column-wrapper .col-four .button h5 span {
          padding: 11px 18px 10px 19px; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .our-products .column-wrapper .col-four .button h5 span {
              padding: 3px 8px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .our-products .column-wrapper .col-four .button h5 span {
              padding: 10px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .our-products .column-wrapper .col-four .button h5 span {
              padding: 5px 15px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .our-products .column-wrapper .col-four .button h5 span {
              padding: 5px 15px; } }
          @media (max-width: 480px) {
            body.h2o .our-products .column-wrapper .col-four .button h5 span {
              padding: 5px 16px; } }
      body.h2o .our-products .column-wrapper .col-four:hover .col-four-inner {
        -webkit-transform: scale(1.1, 1.1);
             -o-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1);
        -webkit-transition: .3s all linear;
        -o-transition: .3s all linear;
        transition: .3s all linear;
        z-index: 3;
        overflow: hidden; }
        @media (max-width: 1150px) {
          body.h2o .our-products .column-wrapper .col-four:hover .col-four-inner {
            -webkit-transform: scale(1.05, 1.05);
                 -o-transform: scale(1.05, 1.05);
                    transform: scale(1.05, 1.05); } }
        @media (max-width: 991px) {
          body.h2o .our-products .column-wrapper .col-four:hover .col-four-inner {
            -webkit-transform: scale(1.03, 1.03);
                 -o-transform: scale(1.03, 1.03);
                    transform: scale(1.03, 1.03); } }
        @media (max-width: 480px) {
          body.h2o .our-products .column-wrapper .col-four:hover .col-four-inner {
            -webkit-transform: scale(1.02, 1.02);
                 -o-transform: scale(1.02, 1.02);
                    transform: scale(1.02, 1.02); } }
      body.h2o .our-products .column-wrapper .col-four:hover .button {
        left: 0;
        opacity: 0;
        -webkit-transition: .2s all linear;
        -o-transition: .2s all linear;
        transition: .2s all linear;
        -webkit-transform: translateX(-150px);
             -o-transform: translateX(-150px);
                transform: translateX(-150px); }
      body.h2o .our-products .column-wrapper .col-four:hover .content-wrap {
        -webkit-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
        opacity: 1; }
      body.h2o .our-products .column-wrapper .col-four .content-wrap {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateY(250px);
             -o-transform: translateY(250px);
                transform: translateY(250px);
        width: 100%;
        height: 100%;
        opacity: 0;
        color: white;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        font-family: "proxima-nova", sans-serif; }
        body.h2o .our-products .column-wrapper .col-four .content-wrap p {
          margin-bottom: 20px;
          position: relative;
          font-weight: 700; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .our-products .column-wrapper .col-four .content-wrap p {
              margin-bottom: 15px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .our-products .column-wrapper .col-four .content-wrap p {
              margin-bottom: 10px; } }
        body.h2o .our-products .column-wrapper .col-four .content-wrap h6 {
          font-size: 18px;
          font-weight: 100;
          max-width: 185px;
          margin: 0 auto; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .our-products .column-wrapper .col-four .content-wrap h6 {
              max-width: 195px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .our-products .column-wrapper .col-four .content-wrap h6 {
              font-size: 14px;
              max-width: 261px; } }
          @media (max-width: 595px) {
            body.h2o .our-products .column-wrapper .col-four .content-wrap h6 {
              font-size: 14px; } }
          @media (max-width: 480px) {
            body.h2o .our-products .column-wrapper .col-four .content-wrap h6 {
              max-width: 300px; } }
        body.h2o .our-products .column-wrapper .col-four .content-wrap .link-text {
          color: #FFFFFF;
          font-size: 14px; }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .our-products .column-wrapper .col-four .content-wrap .link-text {
              padding: 5px 0; } }
    body.h2o .our-products.support-product-cta .content-wrapper {
      margin-bottom: 8px; }
    body.h2o .our-products.support-product-cta .column-wrapper {
      font-size: 0; }
      body.h2o .our-products.support-product-cta .column-wrapper .col-four {
        float: none;
        display: inline-block;
        margin-top: 0; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .our-products.support-product-cta .column-wrapper .col-four {
            margin: 0 10px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .our-products.support-product-cta .column-wrapper .col-four {
            margin: 15px 7px 0; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .our-products.support-product-cta .column-wrapper .col-four {
            margin: 5px 5px 5px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .our-products.support-product-cta .column-wrapper .col-four {
            margin: 5px 5px 5px; } }
        @media (max-width: 480px) {
          body.h2o .our-products.support-product-cta .column-wrapper .col-four {
            margin: 10px auto 0; } }
        body.h2o .our-products.support-product-cta .column-wrapper .col-four .bg-img:after {
          content: '';
          display: block;
          background-color: black;
          opacity: 0.5;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
        body.h2o .our-products.support-product-cta .column-wrapper .col-four .button h5 span {
          padding: 11px 11px 10px 13px; }
  @media (max-width: 1150px) {
    body.h2o.we-small-height .our-products {
      padding: 40px 0; } }
  @media (max-width: 991px) {
    body.h2o.we-small-height .our-products {
      padding: 30px 0; } }
  body.h2o .search-banner {
    position: relative;
    width: 100%;
    height: 440px;
    padding: 0 !important; }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .search-banner {
        height: 350px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o .search-banner {
        height: 350px; } }
    @media (max-width: 480px) {
      body.h2o .search-banner {
        height: 300px; } }
    body.h2o .search-banner .bg-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      body.h2o .search-banner .bg-img img {
        width: 100%;
        height: auto;
        max-width: inherit; }
    body.h2o .search-banner .container {
      position: initial; }
      @media (max-width: 767px) {
        body.h2o .search-banner .container {
          padding-top: 30px; } }
    body.h2o .search-banner .search-banner-form {
      position: relative;
      max-width: 920px;
      width: 100%;
      margin: 132px 0 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .search-banner .search-banner-form {
          max-width: inherit; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .search-banner .search-banner-form {
          margin: 30px auto 0;
          max-width: inherit; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .search-banner .search-banner-form {
          margin: 30px auto 0;
          max-width: inherit; } }
      @media (max-width: 480px) {
        body.h2o .search-banner .search-banner-form {
          margin: 30px auto 0;
          max-width: inherit; } }
      body.h2o .search-banner .search-banner-form:after {
        content: "";
        display: block;
        clear: both; }
      body.h2o .search-banner .search-banner-form:before {
        content: "";
        position: absolute;
        bottom: 8px;
        left: 0;
        width: 57px;
        height: 57px;
        background: url("/wp-content/themes/h2o2018/templates/assets/images/search_button.svg");
        background-size: cover; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .search-banner .search-banner-form:before {
            width: 47px;
            height: 47px;
            bottom: 13px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .search-banner .search-banner-form:before {
            top: 12px;
            bottom: auto;
            width: 35px;
            height: 35px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .search-banner .search-banner-form:before {
            top: 14px;
            bottom: auto;
            width: 25px;
            height: 25px; } }
        @media (max-width: 480px) {
          body.h2o .search-banner .search-banner-form:before {
            top: 12px;
            bottom: auto;
            width: 18px;
            height: 18px; } }
      body.h2o .search-banner .search-banner-form input[type=text] {
        width: 100%;
        font-family: "proxima-nova", sans-serif;
        font-size: 60px;
        background: transparent;
        border: 0;
        float: left;
        width: 100%;
        max-width: 760px;
        margin-right: 14px;
        border-bottom: 1px solid #000000;
        font-weight: 400;
        padding: 4px 39px 4px 95px;
        -webkit-box-shadow: inset 148px 200px 202px 200px #ffe52d;
        box-shadow: inset 148px 200px 202px 200px #ffe52d;
        border-radius: 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .search-banner .search-banner-form input[type=text] {
            font-size: 45px;
            padding: 4px 29px 4px 75px;
            width: calc(100% - 148px);
            max-width: inherit; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .search-banner .search-banner-form input[type=text] {
            font-size: 38px;
            padding: 4px 29px 4px 55px;
            width: 100%;
            max-width: inherit; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .search-banner .search-banner-form input[type=text] {
            font-size: 32px;
            padding: 4px 29px 0px 36px;
            width: 100%;
            max-width: inherit; } }
        @media (max-width: 480px) {
          body.h2o .search-banner .search-banner-form input[type=text] {
            font-size: 24px;
            padding: 4px 20px 0px 36px;
            width: 100%;
            max-width: inherit; } }
        body.h2o .search-banner .search-banner-form input[type=text]::-webkit-input-placeholder {
          font-size: 60px;
          font-weight: 400;
          color: #665c11; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .search-banner .search-banner-form input[type=text]::-webkit-input-placeholder {
              font-size: 45px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .search-banner .search-banner-form input[type=text]::-webkit-input-placeholder {
              font-size: 38px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .search-banner .search-banner-form input[type=text]::-webkit-input-placeholder {
              font-size: 32px; } }
          @media (max-width: 480px) {
            body.h2o .search-banner .search-banner-form input[type=text]::-webkit-input-placeholder {
              font-size: 24px; } }
        body.h2o .search-banner .search-banner-form input[type=text]::-moz-placeholder {
          font-size: 60px;
          font-weight: 400;
          color: #665c11; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .search-banner .search-banner-form input[type=text]::-moz-placeholder {
              font-size: 45px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .search-banner .search-banner-form input[type=text]::-moz-placeholder {
              font-size: 38px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .search-banner .search-banner-form input[type=text]::-moz-placeholder {
              font-size: 32px; } }
          @media (max-width: 480px) {
            body.h2o .search-banner .search-banner-form input[type=text]::-moz-placeholder {
              font-size: 24px; } }
        body.h2o .search-banner .search-banner-form input[type=text]:-ms-input-placeholder {
          font-size: 60px;
          font-weight: 400;
          color: #665c11; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .search-banner .search-banner-form input[type=text]:-ms-input-placeholder {
              font-size: 45px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .search-banner .search-banner-form input[type=text]:-ms-input-placeholder {
              font-size: 38px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .search-banner .search-banner-form input[type=text]:-ms-input-placeholder {
              font-size: 32px; } }
          @media (max-width: 480px) {
            body.h2o .search-banner .search-banner-form input[type=text]:-ms-input-placeholder {
              font-size: 24px; } }
        body.h2o .search-banner .search-banner-form input[type=text]:-moz-placeholder {
          font-size: 60px;
          font-weight: 400;
          color: #665c11; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .search-banner .search-banner-form input[type=text]:-moz-placeholder {
              font-size: 45px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .search-banner .search-banner-form input[type=text]:-moz-placeholder {
              font-size: 38px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .search-banner .search-banner-form input[type=text]:-moz-placeholder {
              font-size: 32px; } }
          @media (max-width: 480px) {
            body.h2o .search-banner .search-banner-form input[type=text]:-moz-placeholder {
              font-size: 24px; } }
        body.h2o .search-banner .search-banner-form input[type=text]:focus {
          outline: none; }
        body.h2o .search-banner .search-banner-form input[type=text]::-ms-clear {
          display: none; }
      body.h2o .search-banner .search-banner-form .clear-field {
        position: absolute;
        right: 160px;
        bottom: 15px;
        width: 19px;
        height: 19px;
        border: 1px solid #000000;
        display: none;
        cursor: pointer; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .search-banner .search-banner-form .clear-field {
            right: 150px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .search-banner .search-banner-form .clear-field {
            right: 0;
            bottom: auto;
            top: 25px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .search-banner .search-banner-form .clear-field {
            right: 0;
            bottom: auto;
            top: 19px; } }
        @media (max-width: 480px) {
          body.h2o .search-banner .search-banner-form .clear-field {
            right: 0;
            bottom: auto;
            top: 12px; } }
        body.h2o .search-banner .search-banner-form .clear-field:before {
          content: '';
          position: absolute;
          top: 8px;
          left: 2px;
          width: 13px;
          height: 1px;
          background: #000000;
          -o-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        body.h2o .search-banner .search-banner-form .clear-field:after {
          content: '';
          position: absolute;
          top: 8px;
          left: 2px;
          width: 13px;
          height: 1px;
          background: #000000;
          -o-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      body.h2o .search-banner .search-banner-form .screen-reader-text {
        display: none; }
      body.h2o .search-banner .search-banner-form label {
        position: relative;
        float: left;
        width: 100%;
        max-width: 760px;
        margin-right: 14px; }
        body.h2o .search-banner .search-banner-form label:before {
          content: "";
          position: absolute;
          top: 30px;
          right: 25px;
          height: 20px;
          width: 20px;
          background: #ffe52b; }
      body.h2o .search-banner .search-banner-form input[type=submit] {
        margin-top: 31px;
        font-size: 28px;
        font-weight: 700;
        padding: 8px 31px 8px 30px;
        float: left;
        background: #000000;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border-radius: 0; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .search-banner .search-banner-form input[type=submit] {
            font-size: 24px;
            margin-top: 24px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .search-banner .search-banner-form input[type=submit] {
            font-size: 20px;
            margin-top: 16px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .search-banner .search-banner-form input[type=submit] {
            font-size: 16px;
            margin-top: 16px; } }
        @media (max-width: 480px) {
          body.h2o .search-banner .search-banner-form input[type=submit] {
            font-size: 12px;
            margin-top: 10px; } }
        body.h2o .search-banner .search-banner-form input[type=submit]:focus {
          outline: none; }
    body.h2o .search-banner .results-header {
      position: relative;
      max-width: 920px;
      width: 100%;
      margin: 16px auto 0; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .search-banner .results-header {
          max-width: 100%;
          padding: 0 95px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .search-banner .results-header {
          padding: 0 75px;
          max-width: inherit; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .search-banner .results-header {
          padding: 0;
          max-width: inherit; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .search-banner .results-header {
          padding: 0;
          max-width: inherit; } }
      @media (max-width: 480px) {
        body.h2o .search-banner .results-header {
          padding: 0;
          max-width: inherit; } }
      body.h2o .search-banner .results-header .results-title {
        line-height: 1.2;
        font-weight: 400; }
        body.h2o .search-banner .results-header .results-title span {
          background-color: transparent;
          padding: 0; }
    body.h2o .search-banner .total-results {
      position: absolute;
      bottom: 33px;
      max-width: 920px;
      width: 100%;
      left: calc(50% - 460px); }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .search-banner .total-results {
          max-width: 100%;
          padding: 0 95px;
          left: auto; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .search-banner .total-results {
          padding: 0 75px;
          max-width: inherit;
          width: calc(100% - 40px);
          left: 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .search-banner .total-results {
          padding: 0;
          max-width: inherit;
          width: calc(100% - 40px);
          left: 20px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .search-banner .total-results {
          padding: 0;
          max-width: inherit;
          width: calc(100% - 40px);
          left: 20px; } }
      @media (max-width: 480px) {
        body.h2o .search-banner .total-results {
          padding: 0;
          max-width: inherit;
          width: calc(100% - 40px);
          left: 20px; } }
      body.h2o .search-banner .total-results h5 {
        line-height: 1.2;
        font-weight: 400; }
  @media (min-width: 1150px) {
    body.h2o .search-results .container {
      max-width: 960px; } }
  @media (min-width: 1150px) {
    body.h2o .search-results {
      padding-top: 96px;
      padding-bottom: 95px; } }
  body.h2o .search-results .entry-title {
    color: #000000; }
    body.h2o .search-results .entry-title a {
      color: #000000; }
      body.h2o .search-results .entry-title a:hover {
        text-decoration: none; }
  body.h2o .search-results a.link-mokeup {
    display: inline-block;
    line-height: 1.25; }
  body.h2o .search-results .link-mokeup {
    font-size: 18px;
    color: #008cff;
    padding: 4px 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .search-results .link-mokeup {
        font-size: 16px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .search-results .link-mokeup {
        font-size: 14px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o .search-results .link-mokeup {
        font-size: 14px; } }
    @media (max-width: 480px) {
      body.h2o .search-results .link-mokeup {
        font-size: 12px; } }
  body.h2o .search-results .result-excerpt {
    font-size: 18px;
    color: #000000;
    padding-bottom: 40px;
    word-break: break-all; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .search-results .result-excerpt {
        font-size: 16px;
        padding-bottom: 30px; } }
    @media (max-width: 767px) {
      body.h2o .search-results .result-excerpt {
        padding-bottom: 20px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .search-results .result-excerpt {
        font-size: 14px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o .search-results .result-excerpt {
        font-size: 14px; } }
    @media (max-width: 480px) {
      body.h2o .search-results .result-excerpt {
        font-size: 12px; } }
  body.h2o .search-results .pagination {
    font-size: 0; }
  body.h2o .search-results .page-numbers {
    display: inline-block;
    font-size: 18px;
    color: #000000;
    margin: 9px 16px 0; }
    body.h2o .search-results .page-numbers.next {
      position: relative;
      width: 8px;
      height: 12px;
      overflow: hidden;
      text-indent: 100px; }
      body.h2o .search-results .page-numbers.next:before {
        content: "";
        width: 7px;
        height: 11px;
        position: absolute;
        top: 0;
        left: 0;
        background: url("/wp-content/themes/h2o2018/templates/assets/images/next.svg");
        background-size: 100% 100%; }
    body.h2o .search-results .page-numbers.prev {
      position: relative;
      width: 8px;
      height: 12px;
      overflow: hidden;
      text-indent: 100px; }
      body.h2o .search-results .page-numbers.prev:before {
        content: "";
        width: 7px;
        height: 11px;
        position: absolute;
        top: 0;
        left: 0;
        background: url("/wp-content/themes/h2o2018/templates/assets/images/prev.svg");
        background-size: 100% 100%; }
  body.h2o.h2o.ua-ie .search-banner .search-banner-form input[type=text] {
    max-width: 750px;
    padding: 4px 30px 4px 85px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o.h2o.ua-ie .search-banner .search-banner-form input[type=text] {
        width: auto;
        max-width: inherit; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o.h2o.ua-ie .search-banner .search-banner-form input[type=text] {
        width: 100%;
        max-width: inherit; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o.h2o.ua-ie .search-banner .search-banner-form input[type=text] {
        width: 100%;
        max-width: inherit; } }
    @media (max-width: 480px) {
      body.h2o.h2o.ua-ie .search-banner .search-banner-form input[type=text] {
        width: 100%;
        max-width: inherit; } }
  body.h2o.h2o.ua-ie .search-banner .search-banner-form .clear-field {
    right: 170px;
    width: 17px;
    height: 17px;
    border: none;
    -webkit-box-shadow: 0 0 0 1px #000000;
            box-shadow: 0 0 0 1px #000000; }
  body.h2o.h2o.ua-ie .search-banner .total-results {
    bottom: -160px; }
  body.h2o.h2o.ua-edge .search-banner .search-banner-form input[type=text] {
    max-width: 750px;
    padding: 4px 30px 4px 85px; }
  body.h2o.h2o.ua-edge .search-banner .search-banner-form .clear-field {
    right: 170px; }
  @media (max-width: 595px) {
    body.h2o.h2o.touch .search-banner .search-banner-form {
      margin: 46px auto 0; } }
  body.h2o.h2o.touch .search-banner .search-banner-form .clear-outer {
    position: absolute;
    right: 0;
    bottom: auto;
    padding: 18px;
    right: 160px;
    bottom: 8px;
    top: auto; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o.h2o.touch .search-banner .search-banner-form .clear-outer {
        right: 150px;
        bottom: 14px;
        top: auto; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o.h2o.touch .search-banner .search-banner-form .clear-outer {
        right: 0;
        bottom: auto;
        top: 12px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o.h2o.touch .search-banner .search-banner-form .clear-outer {
        right: 0;
        bottom: auto;
        top: 9px; } }
    @media (max-width: 480px) {
      body.h2o.h2o.touch .search-banner .search-banner-form .clear-outer {
        right: 0;
        bottom: auto;
        top: 0; } }
    body.h2o.h2o.touch .search-banner .search-banner-form .clear-outer .clear-field {
      right: 0;
      bottom: auto;
      top: 12px; }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o.h2o.touch .search-banner .search-banner-form .clear-outer .clear-field {
          right: 0;
          bottom: 4px;
          top: auto; } }
      @media (max-width: 595px) {
        body.h2o.h2o.touch .search-banner .search-banner-form .clear-outer .clear-field {
          right: 0;
          bottom: 4px;
          top: auto; } }
  body.h2o.h2o.touch .search-banner .search-banner-form input[type=text] {
    padding: 4px 20px 4px 75px; }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o.h2o.touch .search-banner .search-banner-form input[type=text] {
        padding: 4px 37px 4px 55px; } }
    @media (max-width: 595px) {
      body.h2o.h2o.touch .search-banner .search-banner-form input[type=text] {
        padding: 4px 37px 4px 36px; } }
  body.h2o .generic-view-grid {
    padding: 85px 0 102px;
    min-height: 350px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .generic-view-grid {
        padding: 70px 0 90px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .generic-view-grid {
        padding: 40px 0; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .generic-view-grid {
        padding: 30px 0; } }
    @media (max-width: 595px) {
      body.h2o .generic-view-grid {
        padding: 30px 0; } }
    body.h2o .generic-view-grid .we-edit-link > a {
      padding: 2px 0 5px; }
    body.h2o .generic-view-grid h4 {
      margin-bottom: 60px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .generic-view-grid h4 {
          margin-bottom: 50px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .generic-view-grid h4 {
          margin-bottom: 26px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .generic-view-grid h4 {
          margin-bottom: 16px; } }
      @media (max-width: 595px) {
        body.h2o .generic-view-grid h4 {
          margin-bottom: 6px; } }
    body.h2o .generic-view-grid .wrap-div:after {
      content: '';
      display: block;
      clear: both; }
    body.h2o .generic-view-grid .wrap-div.generic-wrap .col-two {
      width: 67%; }
      @media (max-width: 767px) {
        body.h2o .generic-view-grid .wrap-div.generic-wrap .col-two {
          width: 100%; } }
      body.h2o .generic-view-grid .wrap-div.generic-wrap .col-two:last-child {
        width: 33%; }
        @media (max-width: 767px) {
          body.h2o .generic-view-grid .wrap-div.generic-wrap .col-two:last-child {
            width: 100%; } }
    body.h2o .generic-view-grid .wrap-div.generic-wrap-invert .col-two {
      width: 67%; }
      @media (max-width: 767px) {
        body.h2o .generic-view-grid .wrap-div.generic-wrap-invert .col-two {
          width: 100%; } }
      body.h2o .generic-view-grid .wrap-div.generic-wrap-invert .col-two:first-child {
        width: 33%; }
        @media (max-width: 767px) {
          body.h2o .generic-view-grid .wrap-div.generic-wrap-invert .col-two:first-child {
            width: 100%; } }
    body.h2o .generic-view-grid .col-two {
      padding-right: 15px;
      margin-bottom: 30px;
      -webkit-perspective-origin: center;
              perspective-origin: center;
      -webkit-perspective: 1000px;
              perspective: 1000px;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      height: 350px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .generic-view-grid .col-two {
          padding-right: 10px;
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .generic-view-grid .col-two {
          padding-right: 7px;
          margin-top: 14px;
          margin-bottom: 0px; } }
      @media (max-width: 767px) {
        body.h2o .generic-view-grid .col-two {
          padding-right: 0;
          margin-top: 14px;
          margin-bottom: 0px;
          height: auto; } }
      body.h2o .generic-view-grid .col-two:nth-child(even) {
        padding-right: 0;
        padding-left: 15px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .generic-view-grid .col-two:nth-child(even) {
            padding-left: 10px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .generic-view-grid .col-two:nth-child(even) {
            padding-left: 7px; } }
        @media (max-width: 767px) {
          body.h2o .generic-view-grid .col-two:nth-child(even) {
            padding-left: 0; } }
      body.h2o .generic-view-grid .col-two > a {
        min-height: 350px;
        max-height: 350px;
        display: block;
        -webkit-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        -o-transition: -o-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease, -o-transform 0.4s ease;
        height: inherit;
        width: 100%; }
        @media (max-width: 767px) {
          body.h2o .generic-view-grid .col-two > a {
            min-height: 280px;
            max-height: 280px; } }
        body.h2o .generic-view-grid .col-two > a:hover {
          -webkit-transform: translateZ(0) scale(1.05);
                  transform: translateZ(0) scale(1.05); }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .generic-view-grid .col-two > a:hover {
              -webkit-transform: translateZ(0) scale(1.03);
                      transform: translateZ(0) scale(1.03); } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .generic-view-grid .col-two > a:hover {
              -webkit-transform: translateZ(0) scale(1.03);
                      transform: translateZ(0) scale(1.03); } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .generic-view-grid .col-two > a:hover {
              -webkit-transform: translateZ(0) scale(1.03);
                      transform: translateZ(0) scale(1.03); } }
      body.h2o .generic-view-grid .col-two .content .btn-yellow:after, body.h2o .generic-view-grid .col-two .content .btn-black:after {
        border: 2px solid #FFFFFF; }
      body.h2o .generic-view-grid .col-two .content .btn-yellow:hover, body.h2o .generic-view-grid .col-two .content .btn-black:hover {
        color: #FFFFFF; }
      body.h2o .generic-view-grid .col-two .bg-img {
        position: relative;
        max-height: 350px;
        min-height: 350px;
        height: 100%; }
        @media (max-width: 767px) {
          body.h2o .generic-view-grid .col-two .bg-img {
            min-height: 280px;
            max-height: 280px; } }
        body.h2o .generic-view-grid .col-two .bg-img:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          background: rgba(0, 0, 0, 0.4); }
        body.h2o .generic-view-grid .col-two .bg-img > img {
          min-height: 100%;
          min-width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          max-width: inherit; }
      body.h2o .generic-view-grid .col-two h6, body.h2o .generic-view-grid .col-two h5 {
        color: #FFFFFF; }
      body.h2o .generic-view-grid .col-two .v-middle-inner {
        padding: 0 25px 30px;
        text-align: left;
        max-width: 540px; }
        @media (max-width: 767px) {
          body.h2o .generic-view-grid .col-two .v-middle-inner {
            padding: 0 20px 20px; } }
      body.h2o .generic-view-grid .col-two h5 {
        line-height: 1.23;
        margin-bottom: 13px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .generic-view-grid .col-two h5 {
            font-size: 17px; } }
        @media (max-width: 767px) {
          body.h2o .generic-view-grid .col-two h5 {
            margin-bottom: 0; } }
      body.h2o .generic-view-grid .col-two h6 {
        margin-bottom: 13px;
        font-weight: 400;
        font-size: 18px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .generic-view-grid .col-two h6 {
            font-size: 16px; } }
        @media (max-width: 767px) {
          body.h2o .generic-view-grid .col-two h6 {
            font-size: 14px; } }
      body.h2o .generic-view-grid .col-two .event-info {
        margin-bottom: 4px; }
        body.h2o .generic-view-grid .col-two .event-info span {
          display: inline-block;
          position: relative;
          color: #FFFFFF;
          font-weight: 700;
          font-size: 18px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .generic-view-grid .col-two .event-info span {
              font-size: 16px; } }
          @media (max-width: 767px) {
            body.h2o .generic-view-grid .col-two .event-info span {
              font-size: 14px; } }
          body.h2o .generic-view-grid .col-two .event-info span:last-child {
            margin-right: 0; }
            body.h2o .generic-view-grid .col-two .event-info span:last-child:after {
              display: none; }
          body.h2o .generic-view-grid .col-two .event-info span.event-type {
            padding-left: 14px; }
            body.h2o .generic-view-grid .col-two .event-info span.event-type:before {
              content: '';
              position: absolute;
              width: 1px;
              height: 100%;
              top: 0;
              left: 7px;
              background: #FFFFFF;
              -webkit-transition: left 0.4s linear;
              -o-transition: left 0.4s linear;
              transition: left 0.4s linear; }
            body.h2o .generic-view-grid .col-two .event-info span.event-type:first-child {
              margin-left: 0; }
      body.h2o .generic-view-grid .col-two.no-bg-image > a {
        background-color: #ffe52b; }
      body.h2o .generic-view-grid .col-two.no-bg-image h6, body.h2o .generic-view-grid .col-two.no-bg-image h5 {
        color: #000000; }
      body.h2o .generic-view-grid .col-two.no-bg-image .event-info > span {
        color: #000000; }
        body.h2o .generic-view-grid .col-two.no-bg-image .event-info > span > span {
          color: #000000; }
          body.h2o .generic-view-grid .col-two.no-bg-image .event-info > span > span:before {
            background-color: #000000; }
    body.h2o .generic-view-grid .grid-outer .no-result {
      display: none; }
      @media (max-width: 991px) {
        body.h2o .generic-view-grid .grid-outer .no-result {
          margin-top: 100px; } }
    body.h2o .generic-view-grid .grid-outer .load-more-container {
      float: left;
      display: block;
      text-align: center;
      margin-top: 34px;
      width: 100%; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .generic-view-grid .grid-outer .load-more-container {
          margin-top: 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .generic-view-grid .grid-outer .load-more-container {
          margin-top: 15px; } }
      @media (max-width: 595px) {
        body.h2o .generic-view-grid .grid-outer .load-more-container {
          margin-top: 10px; } }
      body.h2o .generic-view-grid .grid-outer .load-more-container > span {
        position: relative;
        cursor: pointer;
        font-size: 18px;
        color: #000000;
        padding: 3px 47px 2px 0; }
        body.h2o .generic-view-grid .grid-outer .load-more-container > span:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          width: 27px;
          height: 27px;
          background: #ffe52b; }
        body.h2o .generic-view-grid .grid-outer .load-more-container > span:after {
          content: "";
          position: absolute;
          top: 8px;
          right: 8px;
          width: 11px;
          height: 11px;
          background: url(/wp-content/themes/h2o2018/templates/assets/images/blog_landing/plus_sign.png);
          background-size: cover; }
    body.h2o .generic-view-grid .past-events-div {
      text-align: center; }
      body.h2o .generic-view-grid .past-events-div > a:after {
        font-size: 38px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .generic-view-grid .past-events-div > a:after {
            font-size: 34px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .generic-view-grid .past-events-div > a:after {
            font-size: 28px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .generic-view-grid .past-events-div > a:after {
            font-size: 28px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .generic-view-grid .past-events-div > a:after {
            font-size: 22px; } }
        @media (max-width: 480px) {
          body.h2o .generic-view-grid .past-events-div > a:after {
            font-size: 22px; } }
      body.h2o .generic-view-grid .past-events-div > a h3 {
        display: inline-block; }
  @media (min-width: 1150px) {
    body.h2o .news-controller .generic-view-grid {
      padding-top: 100px; } }
  body.h2o .news-controller .generic-view-grid .col-two .v-middle-inner {
    padding: 0 25px 25px;
    max-width: 550px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .news-controller .generic-view-grid .col-two .v-middle-inner {
        padding: 0 20px 20px; } }
    @media (max-width: 767px) {
      body.h2o .news-controller .generic-view-grid .col-two .v-middle-inner {
        padding: 0 20px 20px; } }
  body.h2o .news-controller .generic-view-grid .col-two .event-info {
    margin-bottom: 13px;
    position: relative; }
    body.h2o .news-controller .generic-view-grid .col-two .event-info span {
      font-weight: 300; }
      body.h2o .news-controller .generic-view-grid .col-two .event-info span:after {
        height: 12px;
        top: calc(50% - 6px); }
    body.h2o .news-controller .generic-view-grid .col-two .event-info.date-yellow:before {
      content: "";
      position: absolute;
      bottom: -9px;
      left: 0;
      width: 65px;
      height: 4px;
      background: #ffe52b; }
    body.h2o .news-controller .generic-view-grid .col-two .event-info.date-black:before {
      content: "";
      position: absolute;
      bottom: -9px;
      left: 0;
      width: 65px;
      height: 4px;
      background: #000000; }
  body.h2o .news-controller .generic-view-grid .col-two h5 {
    font-weight: 700;
    margin-bottom: 18px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .news-controller .generic-view-grid .col-two h5 {
        margin-bottom: 8px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .news-controller .generic-view-grid .col-two h5 {
        margin-bottom: 8px; } }
    @media (max-width: 595px) {
      body.h2o .news-controller .generic-view-grid .col-two h5 {
        margin-bottom: 0; } }
  body.h2o .news-controller .generic-view-grid .col-two .link-black {
    position: relative;
    color: #000000;
    font-weight: 700;
    font-size: 19px;
    padding-right: 23px;
    letter-spacing: -0.03em; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .news-controller .generic-view-grid .col-two .link-black {
        font-size: 16px; } }
    @media (max-width: 767px) {
      body.h2o .news-controller .generic-view-grid .col-two .link-black {
        font-size: 14px;
        padding-right: 15px; } }
    body.h2o .news-controller .generic-view-grid .col-two .link-black:after {
      content: '';
      position: absolute;
      bottom: 5px;
      right: 0;
      width: 14px;
      height: 14px;
      background: url("/wp-content/themes/h2o2018/templates/dist/images/news_images/black_link.svg");
      background-size: cover; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .news-controller .generic-view-grid .col-two .link-black:after {
          width: 12px;
          height: 12px; } }
      @media (max-width: 767px) {
        body.h2o .news-controller .generic-view-grid .col-two .link-black:after {
          width: 10px;
          height: 10px;
          bottom: 4px; } }
  body.h2o .news-controller .generic-view-grid .col-two .link-white {
    position: relative;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 19px;
    padding-right: 23px;
    letter-spacing: -0.03em; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .news-controller .generic-view-grid .col-two .link-white {
        font-size: 16px; } }
    @media (max-width: 767px) {
      body.h2o .news-controller .generic-view-grid .col-two .link-white {
        font-size: 14px;
        padding-right: 15px; } }
    body.h2o .news-controller .generic-view-grid .col-two .link-white:after {
      content: '';
      position: absolute;
      bottom: 5px;
      right: 0;
      width: 14px;
      height: 14px;
      background: url("/wp-content/themes/h2o2018/templates/dist/images/news_images/white_link.svg");
      background-size: cover; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .news-controller .generic-view-grid .col-two .link-white:after {
          width: 12px;
          height: 12px; } }
      @media (max-width: 767px) {
        body.h2o .news-controller .generic-view-grid .col-two .link-white:after {
          width: 10px;
          height: 10px;
          bottom: 4px; } }
  body.h2o.touch .generic-view-grid .col-two span.btn-yellow, body.h2o.touch .generic-view-grid .col-two span.btn-black {
    color: #000000; }
    body.h2o.touch .generic-view-grid .col-two span.btn-yellow:hover, body.h2o.touch .generic-view-grid .col-two span.btn-black:hover {
      color: #000000; }
      body.h2o.touch .generic-view-grid .col-two span.btn-yellow:hover:before, body.h2o.touch .generic-view-grid .col-two span.btn-black:hover:before {
        z-index: -1;
        background-color: #ffe52b;
        border: none;
        opacity: 1;
        -webkit-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      body.h2o.touch .generic-view-grid .col-two span.btn-yellow:hover:after, body.h2o.touch .generic-view-grid .col-two span.btn-black:hover:after {
        display: none; }
  body.h2o.touch .generic-view-grid .col-two span.btn-default {
    color: #000000; }
    body.h2o.touch .generic-view-grid .col-two span.btn-default:hover:before {
      opacity: 1;
      border: 2px solid #000000;
      -webkit-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1); }
    body.h2o.touch .generic-view-grid .col-two span.btn-default:hover:after {
      display: none; }
  body.h2o.ua-ie .generic-view-grid .col-two {
    -webkit-backface-visibility: visible;
            backface-visibility: visible; }
  body.h2o .events-overview {
    min-height: 350px; }
    body.h2o .events-overview .no-result {
      display: none; }
      @media (max-width: 991px) {
        body.h2o .events-overview .no-result {
          margin-top: 100px; } }
    body.h2o .events-overview .featured-img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 218px;
              flex: 0 0 218px;
      height: auto;
      margin-right: 36px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .events-overview .featured-img {
          margin-right: 26px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 130px;
                  flex: 0 0 130px; } }
      body.h2o .events-overview .featured-img img {
        /*      width: 100%;
            height: 100%;
            object-fit: cover;*/
        max-width: 100%;
        max-height: 100%; }
      body.h2o .events-overview .featured-img.default-image {
        opacity: 0.25; }
    body.h2o .events-overview .wrap-div .event-item {
      padding: 37px 0;
      border-top: 1px solid #DEDEDE;
      position: relative; }
      body.h2o .events-overview .wrap-div .event-item .we-edit-link {
        width: auto;
        float: right;
        margin-top: 45px; }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .events-overview .wrap-div .event-item .we-edit-link {
            width: 116px; } }
    body.h2o .events-overview .wrap-div:first-child .event-item {
      padding-top: 0;
      border-top: none; }
      body.h2o .events-overview .wrap-div:first-child .event-item .btn-yellow, body.h2o .events-overview .wrap-div:first-child .event-item .btn-black {
        top: 0; }
    body.h2o .events-overview .event-item-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 595px) {
        body.h2o .events-overview .event-item-link {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          body.h2o .events-overview .event-item-link .featured-img {
            display: none; }
          body.h2o .events-overview .event-item-link .description.ng-hide + .btn-yellow, body.h2o .events-overview .event-item-link .description.ng-hide + .btn-black, body.h2o .events-overview .event-item-link .description.ng-hide + .btn-yellow + .btn-yellow, body.h2o .events-overview .event-item-link .description.ng-hide + .btn-black + .btn-yellow, body.h2o .events-overview .event-item-link .description.ng-hide + .btn-yellow + .btn-black, body.h2o .events-overview .event-item-link .description.ng-hide + .btn-black + .btn-black {
            margin-top: 17px; } }
    body.h2o .events-overview .content {
      color: black;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 540px;
      width: 100%; }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .events-overview .content {
          max-width: 100%; } }
    body.h2o .events-overview .location {
      margin-bottom: 27px;
      line-height: 180%;
      font-size: 14px; }
      body.h2o .events-overview .location.underline-yellow:before {
        left: 0;
        bottom: -15px; }
        @media (max-width: 480px) {
          body.h2o .events-overview .location.underline-yellow:before {
            bottom: -10px; } }
    body.h2o .events-overview .description {
      margin-bottom: 17px;
      font-size: 18px;
      font-family: "proxima-nova", sans-serif; }
      @media (max-width: 480px) {
        body.h2o .events-overview .description {
          font-size: 16px; } }
    body.h2o .events-overview .btn-yellow, body.h2o .events-overview .btn-black {
      margin-top: auto;
      top: 37px;
      right: 0;
      position: absolute; }
      @media (max-width: 480px) {
        body.h2o .events-overview .btn-yellow, body.h2o .events-overview .btn-black {
          position: relative;
          top: 0;
          right: 0;
          -ms-flex-item-align: start;
              align-self: flex-start; } }
    body.h2o .events-overview .event-info {
      font-size: 14px;
      font-weight: bold; }
    body.h2o .events-overview .load-more-container {
      float: left;
      display: block;
      text-align: center;
      margin-top: 34px;
      width: 100%; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .events-overview .load-more-container {
          margin-top: 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .events-overview .load-more-container {
          margin-top: 15px; } }
      @media (max-width: 595px) {
        body.h2o .events-overview .load-more-container {
          margin-top: 10px; } }
      body.h2o .events-overview .load-more-container > span {
        position: relative;
        cursor: pointer;
        font-size: 18px;
        color: #000000;
        padding: 3px 47px 2px 0; }
        body.h2o .events-overview .load-more-container > span:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          width: 27px;
          height: 27px;
          background: #ffe52b; }
        body.h2o .events-overview .load-more-container > span:after {
          content: "";
          position: absolute;
          top: 8px;
          right: 8px;
          width: 11px;
          height: 11px;
          background: url(/wp-content/themes/h2o2018/templates/assets/images/blog_landing/plus_sign.png);
          background-size: cover; }
  body.h2o .banner-with-subhead {
    padding: 0;
    /*  .v-middle {
      vertical-align: bottom;
    }*/ }
    body.h2o .banner-with-subhead .bg-img {
      height: 517px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-with-subhead .bg-img {
          height: 500px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .banner-with-subhead .bg-img {
          height: 430px; } }
      @media (max-width: 595px) {
        body.h2o .banner-with-subhead .bg-img {
          height: 380px; } }
      body.h2o .banner-with-subhead .bg-img img {
        min-height: 100%;
        min-width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body.h2o .banner-with-subhead p {
      padding: 9px 0 0 0;
      color: #FFFFFF;
      line-height: 1.23; }
    body.h2o .banner-with-subhead .content {
      max-width: 723px;
      text-align: left;
      padding-top: 50px;
      /*padding-bottom: 39px;*/ }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-with-subhead .content {
          padding-top: 50px;
          /*padding-bottom: 35px;*/ } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .banner-with-subhead .content {
          padding-top: 30px;
          /*padding-bottom: 30px;*/ } }
      @media (max-width: 595px) {
        body.h2o .banner-with-subhead .content {
          padding-top: 20px;
          /*padding-bottom: 25px;*/ } }
      body.h2o .banner-with-subhead .content h6 {
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 19px; }
        body.h2o .banner-with-subhead .content h6:before {
          bottom: -8px; }
          @media (max-width: 595px) {
            body.h2o .banner-with-subhead .content h6:before {
              bottom: -5px;
              height: 3px; } }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .banner-with-subhead .content h6 {
            margin-bottom: 15px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .banner-with-subhead .content h6 {
            margin-bottom: 13px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .banner-with-subhead .content h6 {
            margin-bottom: 15px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .banner-with-subhead .content h6 {
            font-size: 16px;
            margin-bottom: 10px; } }
        @media (max-width: 480px) {
          body.h2o .banner-with-subhead .content h6 {
            font-size: 14px;
            margin-bottom: 8px; } }
      body.h2o .banner-with-subhead .content h2 {
        line-height: 1.2; }
        body.h2o .banner-with-subhead .content h2.highlight-text > span {
          margin-left: -11px; }
          @media (max-width: 1170px) {
            body.h2o .banner-with-subhead .content h2.highlight-text > span {
              margin-left: 0; } }
        body.h2o .banner-with-subhead .content h2 span {
          margin-left: 0; }
      body.h2o .banner-with-subhead .content p {
        color: #000000;
        font-size: 18px;
        font-family: "motiva-sans", sans-serif; }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .banner-with-subhead .content p {
            font-size: 16px; } }
        @media (max-width: 480px) {
          body.h2o .banner-with-subhead .content p {
            font-size: 14px; } }
    body.h2o .banner-with-subhead.partner .content h2 {
      /*font-weight: 500;*/ }
    body.h2o .banner-with-subhead.solutions .content h2 {
      /*font-weight: 500;*/ }
  body.h2o .generic-col-two-grid {
    padding: 100px 0; }
    @media (max-width: 1150px) {
      body.h2o .generic-col-two-grid {
        padding: 40px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .generic-col-two-grid {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o .generic-col-two-grid {
        padding: 30px 0; } }
    body.h2o .generic-col-two-grid h4 {
      font-size: 36px;
      font-family: "motiva-sans", sans-serif;
      line-height: 1.2;
      margin-top: 23px;
      max-width: 460px; }
      @media (max-width: 1150px) {
        body.h2o .generic-col-two-grid h4 {
          margin-left: 0; } }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .generic-col-two-grid h4 {
          font-size: 30px;
          margin-top: 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .generic-col-two-grid h4 {
          font-size: 26px;
          margin-top: 15px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .generic-col-two-grid h4 {
          font-size: 22px;
          margin-top: 15px; } }
      @media (max-width: 595px) {
        body.h2o .generic-col-two-grid h4 {
          font-size: 18px;
          margin-top: 10px; } }
      body.h2o .generic-col-two-grid h4 span {
        padding: 4px 7px 0 9px; }
        @media (max-width: 480px) {
          body.h2o .generic-col-two-grid h4 span {
            padding: 5px; } }
    body.h2o .generic-col-two-grid .column-wrapper {
      margin-bottom: 100px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .generic-col-two-grid .column-wrapper {
          margin-bottom: 70px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .generic-col-two-grid .column-wrapper {
          margin-bottom: 50px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .generic-col-two-grid .column-wrapper {
          margin-bottom: 30px; } }
      @media (max-width: 595px) {
        body.h2o .generic-col-two-grid .column-wrapper {
          margin-bottom: 30px; } }
      body.h2o .generic-col-two-grid .column-wrapper:last-child {
        margin-bottom: 0; }
        @media (max-width: 595px) {
          body.h2o .generic-col-two-grid .column-wrapper:last-child .col-two {
            margin-bottom: 0 !important; } }
      body.h2o .generic-col-two-grid .column-wrapper .col-two:nth-child(2) {
        display: table;
        padding-left: 14px;
        width: 50%; }
        @media (max-width: 1150px) {
          body.h2o .generic-col-two-grid .column-wrapper .col-two:nth-child(2) {
            padding-left: 10px;
            width: 50%; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .generic-col-two-grid .column-wrapper .col-two:nth-child(2) {
            width: 50%;
            margin-left: 0; } }
        @media (max-width: 595px) {
          body.h2o .generic-col-two-grid .column-wrapper .col-two:nth-child(2) {
            margin: 10px 0 0;
            width: 100%;
            padding-left: 0; } }
      body.h2o .generic-col-two-grid .column-wrapper .col-two .button {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 3; }
        body.h2o .generic-col-two-grid .column-wrapper .col-two .button .right-arrow {
          font-size: 16px;
          display: inline-block;
          background: #000000;
          color: #FFFFFF;
          font-weight: 700;
          text-align: center;
          cursor: pointer;
          position: relative;
          z-index: 0;
          vertical-align: bottom;
          -webkit-transition: all 0.8s ease;
          -o-transition: all 0.8s ease;
          transition: all 0.8s ease;
          padding: 17px 16px 16px 20px; }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .generic-col-two-grid .column-wrapper .col-two .button .right-arrow {
              padding: 6px; } }
          @media (max-width: 480px) {
            body.h2o .generic-col-two-grid .column-wrapper .col-two .button .right-arrow {
              padding: 11px 12px; } }
      body.h2o .generic-col-two-grid .column-wrapper .col-two .content-block {
        position: relative;
        display: table-cell;
        vertical-align: bottom; }
        body.h2o .generic-col-two-grid .column-wrapper .col-two .content-block h6 {
          position: relative;
          font-size: 18px;
          font-weight: 400;
          font-family: "proxima-nova", sans-serif;
          line-height: 1.25; }
          @media (max-width: 595px) {
            body.h2o .generic-col-two-grid .column-wrapper .col-two .content-block h6 {
              margin-bottom: 15px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .generic-col-two-grid .column-wrapper .col-two .content-block h6 {
              margin-bottom: 15px; } }
          @media (max-width: 1150px) {
            body.h2o .generic-col-two-grid .column-wrapper .col-two .content-block h6 {
              max-width: 600px; } }
          body.h2o .generic-col-two-grid .column-wrapper .col-two .content-block h6.underline-yellow:before {
            bottom: -11px; }
            @media (max-width: 767px) {
              body.h2o .generic-col-two-grid .column-wrapper .col-two .content-block h6.underline-yellow:before {
                bottom: -8px; } }
        body.h2o .generic-col-two-grid .column-wrapper .col-two .content-block p {
          font-size: 18px;
          font-family: "proxima-nova", sans-serif;
          font-weight: 100;
          margin-bottom: 8px;
          position: relative;
          max-width: 510px;
          display: inline-block; }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .generic-col-two-grid .column-wrapper .col-two .content-block p {
              margin-bottom: 0;
              font-size: 14px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .generic-col-two-grid .column-wrapper .col-two .content-block p {
              margin-bottom: 5px; } }
          @media (max-width: 480px) {
            body.h2o .generic-col-two-grid .column-wrapper .col-two .content-block p {
              font-size: 14px;
              margin: 0 auto; } }
          body.h2o .generic-col-two-grid .column-wrapper .col-two .content-block p:first-of-type {
            margin-top: 45px; }
            @media (min-width: 992px) and (max-width: 1150px) {
              body.h2o .generic-col-two-grid .column-wrapper .col-two .content-block p:first-of-type {
                margin-top: 35px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .generic-col-two-grid .column-wrapper .col-two .content-block p:first-of-type {
                margin-top: 20px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .generic-col-two-grid .column-wrapper .col-two .content-block p:first-of-type {
                margin-top: 20px; } }
            @media (max-width: 595px) {
              body.h2o .generic-col-two-grid .column-wrapper .col-two .content-block p:first-of-type {
                margin-top: 20px; } }
      body.h2o .generic-col-two-grid .column-wrapper .col-two .link-text {
        font-size: 14px;
        padding-bottom: 0; }
        @media (max-width: 480px) {
          body.h2o .generic-col-two-grid .column-wrapper .col-two .link-text {
            margin-bottom: 5px; } }
        body.h2o .generic-col-two-grid .column-wrapper .col-two .link-text:before {
          bottom: -3px; }
      body.h2o .generic-col-two-grid .column-wrapper .col-two.img-block {
        width: calc(50% - 15px);
        margin: 0 15px 0 0;
        float: left;
        position: relative; }
        @media (max-width: 1150px) {
          body.h2o .generic-col-two-grid .column-wrapper .col-two.img-block {
            width: calc(50% - 10px);
            margin: 0 10px 0 0; } }
        @media (max-width: 595px) {
          body.h2o .generic-col-two-grid .column-wrapper .col-two.img-block {
            width: 100%;
            margin: 0 auto; } }
        body.h2o .generic-col-two-grid .column-wrapper .col-two.img-block .bg-img {
          width: 100%;
          height: 100%;
          position: relative; }
          body.h2o .generic-col-two-grid .column-wrapper .col-two.img-block .bg-img img {
            width: 100%;
            height: 100%;
            overflow: hidden; }
      body.h2o .generic-col-two-grid .column-wrapper.img-right .col-two:nth-child(2) {
        padding-right: 14px;
        padding-left: 0;
        width: 50%;
        display: table; }
        @media (max-width: 1150px) {
          body.h2o .generic-col-two-grid .column-wrapper.img-right .col-two:nth-child(2) {
            width: 50%;
            padding-right: 10px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .generic-col-two-grid .column-wrapper.img-right .col-two:nth-child(2) {
            margin-right: 0;
            width: 50%; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .generic-col-two-grid .column-wrapper.img-right .col-two:nth-child(2) {
            margin-right: 0;
            width: 50%; } }
        @media (max-width: 595px) {
          body.h2o .generic-col-two-grid .column-wrapper.img-right .col-two:nth-child(2) {
            margin: 10px 0;
            width: 100%;
            text-align: left;
            padding-right: 0; } }
      body.h2o .generic-col-two-grid .column-wrapper.img-right .col-two h4 {
        float: right; }
        @media (max-width: 595px) {
          body.h2o .generic-col-two-grid .column-wrapper.img-right .col-two h4 {
            float: left; } }
      body.h2o .generic-col-two-grid .column-wrapper.img-right .col-two.img-block {
        width: calc(50% - 15px);
        margin: 0 0 0 15px;
        padding: 0;
        float: right;
        position: relative; }
        @media (max-width: 1150px) {
          body.h2o .generic-col-two-grid .column-wrapper.img-right .col-two.img-block {
            width: calc(50% - 10px);
            margin: 0 0 0 10px; } }
        @media (max-width: 595px) {
          body.h2o .generic-col-two-grid .column-wrapper.img-right .col-two.img-block {
            width: 100%;
            margin: 0 auto; } }
        body.h2o .generic-col-two-grid .column-wrapper.img-right .col-two.img-block .bg-img {
          width: 100%;
          height: 100%;
          position: relative; }
          body.h2o .generic-col-two-grid .column-wrapper.img-right .col-two.img-block .bg-img img {
            width: 100%;
            height: 100%;
            overflow: hidden; }
      body.h2o .generic-col-two-grid .column-wrapper.img-right .col-two .content-block h6 {
        position: relative; }
        @media (max-width: 595px) {
          body.h2o .generic-col-two-grid .column-wrapper.img-right .col-two .content-block h6:before {
            left: 0;
            right: auto; } }
    body.h2o .generic-col-two-grid.benefit-feature {
      padding: 95px 0 100px; }
      @media (max-width: 1150px) {
        body.h2o .generic-col-two-grid.benefit-feature {
          padding: 50px 0 40px; } }
      @media (max-width: 991px) {
        body.h2o .generic-col-two-grid.benefit-feature {
          padding: 40px 0; } }
      @media (max-width: 767px) {
        body.h2o .generic-col-two-grid.benefit-feature {
          padding: 30px 0; } }
      body.h2o .generic-col-two-grid.benefit-feature .text-block {
        margin-bottom: 69px; }
        @media (max-width: 1150px) {
          body.h2o .generic-col-two-grid.benefit-feature .text-block {
            margin-bottom: 60px; } }
        @media (max-width: 767px) {
          body.h2o .generic-col-two-grid.benefit-feature .text-block {
            margin-bottom: 50px; } }
        @media (max-width: 595px) {
          body.h2o .generic-col-two-grid.benefit-feature .text-block {
            margin-bottom: 40px; } }
        body.h2o .generic-col-two-grid.benefit-feature .text-block h6 {
          font-size: 18px;
          font-family: "proxima-nova", sans-serif;
          font-weight: 500; }
          @media (max-width: 480px) {
            body.h2o .generic-col-two-grid.benefit-feature .text-block h6 {
              font-size: 16px; } }
      body.h2o .generic-col-two-grid.benefit-feature .column-wrapper {
        margin-bottom: 60px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .generic-col-two-grid.benefit-feature .column-wrapper {
            margin-bottom: 40px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .generic-col-two-grid.benefit-feature .column-wrapper {
            margin-bottom: 30px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .generic-col-two-grid.benefit-feature .column-wrapper {
            margin-bottom: 30px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .generic-col-two-grid.benefit-feature .column-wrapper {
            margin-bottom: 20px; } }
        @media (max-width: 480px) {
          body.h2o .generic-col-two-grid.benefit-feature .column-wrapper {
            margin-bottom: 15px; } }
        body.h2o .generic-col-two-grid.benefit-feature .column-wrapper .col-two .content-block {
          vertical-align: middle; }
          body.h2o .generic-col-two-grid.benefit-feature .column-wrapper .col-two .content-block h6 {
            font-size: 24px; }
            @media (min-width: 992px) and (max-width: 1150px) {
              body.h2o .generic-col-two-grid.benefit-feature .column-wrapper .col-two .content-block h6 {
                font-size: 22px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .generic-col-two-grid.benefit-feature .column-wrapper .col-two .content-block h6 {
                font-size: 20px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .generic-col-two-grid.benefit-feature .column-wrapper .col-two .content-block h6 {
                font-size: 18px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.h2o .generic-col-two-grid.benefit-feature .column-wrapper .col-two .content-block h6 {
                font-size: 18px; } }
            @media (max-width: 480px) {
              body.h2o .generic-col-two-grid.benefit-feature .column-wrapper .col-two .content-block h6 {
                font-size: 16px; } }
          body.h2o .generic-col-two-grid.benefit-feature .column-wrapper .col-two .content-block p {
            margin-top: 20px; }
            @media (max-width: 767px) {
              body.h2o .generic-col-two-grid.benefit-feature .column-wrapper .col-two .content-block p {
                margin-top: 0; } }
            @media (max-width: 595px) {
              body.h2o .generic-col-two-grid.benefit-feature .column-wrapper .col-two .content-block p:first-of-type {
                margin-top: 5px; } }
        body.h2o .generic-col-two-grid.benefit-feature .column-wrapper.img-left .col-two:nth-child(2) {
          padding-left: 15px; }
          @media (max-width: 595px) {
            body.h2o .generic-col-two-grid.benefit-feature .column-wrapper.img-left .col-two:nth-child(2) {
              padding-left: 0; } }
        body.h2o .generic-col-two-grid.benefit-feature .column-wrapper.img-left .col-two.img-block {
          width: 50%;
          margin: 0;
          padding-right: 13px; }
          @media (max-width: 1150px) {
            body.h2o .generic-col-two-grid.benefit-feature .column-wrapper.img-left .col-two.img-block {
              padding-right: 0; } }
          @media (max-width: 595px) {
            body.h2o .generic-col-two-grid.benefit-feature .column-wrapper.img-left .col-two.img-block {
              width: 100%;
              margin: 0 auto;
              padding-right: 0; } }
          body.h2o .generic-col-two-grid.benefit-feature .column-wrapper.img-left .col-two.img-block .bg-img {
            overflow: visible;
            max-width: 540px; }
            body.h2o .generic-col-two-grid.benefit-feature .column-wrapper.img-left .col-two.img-block .bg-img .yellow-border {
              position: absolute;
              height: 100%;
              width: 100%;
              max-width: 505px;
              max-height: 509px;
              border: 30px solid #ffe52b;
              left: -29px;
              top: -30px;
              display: block;
              z-index: 1; }
              @media (max-width: 1170px) {
                body.h2o .generic-col-two-grid.benefit-feature .column-wrapper.img-left .col-two.img-block .bg-img .yellow-border {
                  left: -20px; } }
              @media (min-width: 768px) and (max-width: 991px) {
                body.h2o .generic-col-two-grid.benefit-feature .column-wrapper.img-left .col-two.img-block .bg-img .yellow-border {
                  border: solid 15px #ffe52b;
                  left: -15px;
                  top: -15px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body.h2o .generic-col-two-grid.benefit-feature .column-wrapper.img-left .col-two.img-block .bg-img .yellow-border {
                  border: solid 15px #ffe52b;
                  left: -15px;
                  top: -15px; } }
              @media (min-width: 481px) and (max-width: 595px) {
                body.h2o .generic-col-two-grid.benefit-feature .column-wrapper.img-left .col-two.img-block .bg-img .yellow-border {
                  border: solid 15px #ffe52b;
                  left: -15px;
                  top: -15px; } }
              @media (max-width: 480px) {
                body.h2o .generic-col-two-grid.benefit-feature .column-wrapper.img-left .col-two.img-block .bg-img .yellow-border {
                  border: solid 10px #ffe52b;
                  left: -10px;
                  top: -10px; } }
          body.h2o .generic-col-two-grid.benefit-feature .column-wrapper.img-left .col-two.img-block > a {
            display: block; }
        body.h2o .generic-col-two-grid.benefit-feature .column-wrapper.img-right .col-two:nth-child(2) {
          text-align: left !important;
          padding-right: 0; }
          @media (max-width: 595px) {
            body.h2o .generic-col-two-grid.benefit-feature .column-wrapper.img-right .col-two:nth-child(2) {
              margin: 10px 0 0; } }
        body.h2o .generic-col-two-grid.benefit-feature .column-wrapper.img-right .col-two h6:before {
          left: 0;
          right: auto; }
        body.h2o .generic-col-two-grid.benefit-feature .column-wrapper.img-right .col-two.img-block .bg-img {
          max-width: 540px;
          overflow: visible; }
          body.h2o .generic-col-two-grid.benefit-feature .column-wrapper.img-right .col-two.img-block .bg-img .yellow-border {
            position: absolute;
            height: 100%;
            width: 100%;
            max-width: 505px;
            max-height: 509px;
            border: 30px solid #ffe52b;
            right: -29px;
            top: -30px;
            display: block;
            z-index: 1; }
            @media (max-width: 1170px) {
              body.h2o .generic-col-two-grid.benefit-feature .column-wrapper.img-right .col-two.img-block .bg-img .yellow-border {
                right: -20px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .generic-col-two-grid.benefit-feature .column-wrapper.img-right .col-two.img-block .bg-img .yellow-border {
                border: solid 15px #ffe52b;
                right: -15px;
                top: -15px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .generic-col-two-grid.benefit-feature .column-wrapper.img-right .col-two.img-block .bg-img .yellow-border {
                border: solid 15px #ffe52b;
                right: -15px;
                top: -15px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.h2o .generic-col-two-grid.benefit-feature .column-wrapper.img-right .col-two.img-block .bg-img .yellow-border {
                border: solid 15px #ffe52b;
                right: -15px;
                top: -15px; } }
            @media (max-width: 480px) {
              body.h2o .generic-col-two-grid.benefit-feature .column-wrapper.img-right .col-two.img-block .bg-img .yellow-border {
                border: solid 10px #ffe52b;
                right: -10px;
                top: -10px; } }
        body.h2o .generic-col-two-grid.benefit-feature .column-wrapper.img-right .col-two.img-block > a {
          display: block; }
  body.h2o.h2o.touch .case-study-grid .column-wrapper .col-two.img-block .bg-img img {
    height: auto !important; }
  @media (max-width: 1150px) {
    body.h2o.we-small-height .generic-col-two-grid {
      padding: 40px 0; } }
  @media (max-width: 991px) {
    body.h2o.we-small-height .generic-col-two-grid {
      padding: 30px 0; } }
  @media (min-width: 1150px) {
    body.h2o .team-profile {
      padding: 100px 0 41px; } }
  body.h2o .team-profile .col-four-wrap {
    position: relative;
    max-width: 1140px;
    margin: 0 auto; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .team-profile .col-four-wrap {
        max-width: 100%;
        margin: 0 auto; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .team-profile .col-four-wrap {
        max-width: 100%;
        margin: 0 auto; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o .team-profile .col-four-wrap {
        max-width: 100%;
        margin: 0 auto; } }
    @media (max-width: 480px) {
      body.h2o .team-profile .col-four-wrap {
        width: 100%;
        max-width: 255px;
        margin: 0 auto; } }
    body.h2o .team-profile .col-four-wrap:after {
      content: "";
      display: block;
      clear: both; }
  body.h2o .team-profile .image {
    position: relative;
    overflow: hidden;
    height: 255px; }
    body.h2o .team-profile .image:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #aaaaaa;
      display: inline-block;
      mix-blend-mode: color; }
    body.h2o .team-profile .image a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 4; }
    body.h2o .team-profile .image > img {
      min-height: 100%;
      min-width: 100%;
      max-height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  body.h2o .team-profile .col-four {
    width: calc(25% - 23px);
    margin: 0 15px 47px;
    max-width: 255px;
    cursor: pointer; }
    body.h2o .team-profile .col-four:first-child {
      margin-left: 0; }
    body.h2o .team-profile .col-four:last-child {
      margin-right: 0; }
    @media (min-width: 992px) and (max-width: 1024px) {
      body.h2o .team-profile .col-four {
        width: calc(25% - 12px);
        margin: 0 8px 47px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .team-profile .col-four {
        width: calc(33.33% - 14px);
        margin: 0 10px 30px;
        max-width: 100%; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .team-profile .col-four {
        width: calc(33.33% - 7px);
        margin: 0 5px 25px;
        max-width: 100%; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o .team-profile .col-four {
        width: calc(50% - 10px);
        margin: 0 10px 25px;
        max-width: 100%; } }
    @media (max-width: 480px) {
      body.h2o .team-profile .col-four {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        max-width: 100%; } }
    body.h2o .team-profile .col-four .content {
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: relative; }
      body.h2o .team-profile .col-four .content:before {
        content: '';
        position: absolute;
        top: -8px;
        left: 0;
        width: 100%;
        height: 8px;
        background-color: #ffe52b;
        display: inline-block; }
      body.h2o .team-profile .col-four .content span.link-text {
        padding: 5px 0; }
        @media (min-width: 992px) {
          body.h2o .team-profile .col-four .content span.link-text {
            padding-bottom: 10px; } }
        body.h2o .team-profile .col-four .content span.link-text:before {
          content: "";
          width: 0;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        body.h2o .team-profile .col-four .content span.link-text:after {
          display: inline;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          -webkit-transform: rotate(90deg);
               -o-transform: rotate(90deg);
                  transform: rotate(90deg);
          position: relative;
          top: 2px;
          left: 8px; }
    body.h2o .team-profile .col-four.active .content span.link-text:after {
      -webkit-transform: rotate(-90deg);
           -o-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  body.h2o .team-profile .col-four.active .image:after {
    background-color: transparent; }
  body.h2o .team-profile .col-four.active .content {
    padding-left: 5px;
    background-color: #ffe52b; }
  body.h2o .team-profile .col-four.active .content-wrapper {
    visibility: visible;
    height: 300px; }
  body.h2o .team-profile .team-info-div {
    position: absolute;
    display: none;
    background: #f8f8f8;
    width: 100%;
    top: 0;
    z-index: 4; }
    body.h2o .team-profile .team-info-div .info-div {
      padding: 58px 0 25px;
      overflow: hidden;
      position: absolute;
      top: 0;
      opacity: 0;
      visibility: hidden;
      z-index: -1; }
      body.h2o .team-profile .team-info-div .info-div.active {
        position: relative;
        opacity: 1;
        visibility: visible;
        z-index: 2;
        -webkit-transition-delay: 0.2s;
             -o-transition-delay: 0.2s;
                transition-delay: 0.2s; }
      body.h2o .team-profile .team-info-div .info-div .two-third {
        float: left;
        width: 100%;
        padding-right: 45px; }
        @media (max-width: 767px) {
          body.h2o .team-profile .team-info-div .info-div .two-third {
            padding-right: 0;
            width: 100%;
            margin-bottom: 0; } }
        body.h2o .team-profile .team-info-div .info-div .two-third .content-wrapper {
          max-width: 100%; }
          @media (max-width: 767px) {
            body.h2o .team-profile .team-info-div .info-div .two-third .content-wrapper {
              max-width: 100%; } }
          body.h2o .team-profile .team-info-div .info-div .two-third .content-wrapper h6 {
            font-size: 18px;
            display: inline-block;
            margin-bottom: 23px; }
            @media (max-width: 595px) {
              body.h2o .team-profile .team-info-div .info-div .two-third .content-wrapper h6 {
                font-size: 16px;
                margin-bottom: 20px; } }
            body.h2o .team-profile .team-info-div .info-div .two-third .content-wrapper h6:after {
              content: '';
              position: absolute;
              top: 85px;
              left: 0;
              width: 65px;
              height: 4px;
              background-color: #ffe52b;
              display: inline-block; }
          body.h2o .team-profile .team-info-div .info-div .two-third .content-wrapper p {
            font-size: 18px;
            margin-bottom: 30px; }
            @media (max-width: 595px) {
              body.h2o .team-profile .team-info-div .info-div .two-third .content-wrapper p {
                font-size: 16px; } }
            @media (max-width: 767px) {
              body.h2o .team-profile .team-info-div .info-div .two-third .content-wrapper p {
                margin-bottom: 15px; } }
      body.h2o .team-profile .team-info-div .info-div .one-third {
        float: left;
        width: 100%;
        padding-top: 20px; }
        @media (max-width: 767px) {
          body.h2o .team-profile .team-info-div .info-div .one-third {
            width: 100%;
            padding-top: 15px;
            padding-left: 0; } }
        body.h2o .team-profile .team-info-div .info-div .one-third p {
          font-size: 18px; }
          body.h2o .team-profile .team-info-div .info-div .one-third p:nth-child(1) {
            margin-bottom: 25px; }
            @media (max-width: 767px) {
              body.h2o .team-profile .team-info-div .info-div .one-third p:nth-child(1) {
                margin-bottom: 15px; } }
          body.h2o .team-profile .team-info-div .info-div .one-third p:nth-child(3) {
            margin-bottom: 30px; }
            @media (max-width: 767px) {
              body.h2o .team-profile .team-info-div .info-div .one-third p:nth-child(3) {
                margin-bottom: 20px; } }
          body.h2o .team-profile .team-info-div .info-div .one-third p span {
            font-size: 14px;
            font-style: italic; }
        body.h2o .team-profile .team-info-div .info-div .one-third a {
          margin-left: 7px;
          color: #000000;
          font-size: 18px;
          letter-spacing: 0.001em;
          display: inline-block; }
          body.h2o .team-profile .team-info-div .info-div .one-third a.only-twitter {
            margin-top: 30px; }
            @media (max-width: 767px) {
              body.h2o .team-profile .team-info-div .info-div .one-third a.only-twitter {
                margin-top: 20px; } }
          body.h2o .team-profile .team-info-div .info-div .one-third a img {
            position: relative;
            top: -5px;
            left: -7px; }
      body.h2o .team-profile .team-info-div .info-div .close-btn {
        position: absolute;
        top: 31px;
        right: 20px;
        cursor: pointer; }
  body.h2o .team-profile .no-result {
    text-align: center; }
  body.h2o .team-filter-margin50 {
    margin-bottom: 50px; }
  body.h2o .team-load-padding {
    padding: 70px 0 70px !important; }
  body.h2o.no-touch .team-profile .col-four:hover .image:after {
    background-color: transparent; }
  body.h2o.no-touch .team-profile .col-four:hover .content {
    padding-left: 5px;
    background-color: #ffe52b; }
  body.h2o.ua-ie .team-profile .image:after, body.h2o.ua-edge .team-profile .image:after {
    display: none; }
  body.h2o .careers-cta .container .col-outer {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%; }
    body.h2o .careers-cta .container .col-outer:after {
      content: '';
      clear: both;
      display: block; }
    body.h2o .careers-cta .container .col-outer .two-third {
      padding: 0 30px;
      float: left;
      width: 67%; }
      @media (max-width: 767px) {
        body.h2o .careers-cta .container .col-outer .two-third {
          padding: 0;
          width: 100%; } }
      body.h2o .careers-cta .container .col-outer .two-third .content-wrapper {
        max-width: 562px;
        margin: 0 auto;
        padding: 22px 3px 17px; }
        @media (max-width: 767px) {
          body.h2o .careers-cta .container .col-outer .two-third .content-wrapper {
            padding: 0;
            text-align: center; } }
        body.h2o .careers-cta .container .col-outer .two-third .content-wrapper h3 {
          letter-spacing: -0.023em;
          margin-bottom: 15px; }
          body.h2o .careers-cta .container .col-outer .two-third .content-wrapper h3 span.bg-black {
            color: #ffe52b;
            letter-spacing: -0.026em;
            padding: 6px 8px 3px 9px; }
        body.h2o .careers-cta .container .col-outer .two-third .content-wrapper p {
          font-size: 18px; }
    body.h2o .careers-cta .container .col-outer .one-third {
      float: left;
      width: 33%; }
      @media (max-width: 767px) {
        body.h2o .careers-cta .container .col-outer .one-third {
          padding: 20px 0 0;
          width: 100%;
          text-align: center; } }
      body.h2o .careers-cta .container .col-outer .one-third .icon-wrapper {
        width: 175px;
        margin: 0 auto;
        padding-top: 10px;
        text-align: center;
        padding-left: 17px; }
        @media (max-width: 767px) {
          body.h2o .careers-cta .container .col-outer .one-third .icon-wrapper {
            padding: 0; } }
        body.h2o .careers-cta .container .col-outer .one-third .icon-wrapper .btn-default {
          margin-top: 20px; }
  body.h2o .error-404 .bg-img {
    height: 719px; }
    @media (max-width: 595px) {
      body.h2o .error-404 .bg-img {
        height: 500px; } }
    body.h2o .error-404 .bg-img img {
      min-height: 100%;
      min-width: 100%; }
  body.h2o .error-404 .content {
    position: relative; }
    body.h2o .error-404 .content h2 {
      margin-bottom: 51px; }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .error-404 .content h2 {
          margin-bottom: 30px; } }
      @media (max-width: 595px) {
        body.h2o .error-404 .content h2 {
          margin-bottom: 20px; } }
      body.h2o .error-404 .content h2 span {
        color: #ffe52b;
        padding: 0 8px; }
    body.h2o .error-404 .content p {
      font-size: 18px;
      max-width: 700px;
      letter-spacing: 0.001em; }
      @media (max-width: 595px) {
        body.h2o .error-404 .content p {
          font-size: 16px; } }
  body.h2o .error-404 form {
    text-align: center;
    top: 42.6%;
    position: relative;
    max-width: 920px;
    margin-top: 41px; }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .error-404 form {
        margin-bottom: 30px; } }
    @media (max-width: 595px) {
      body.h2o .error-404 form {
        margin-top: 25px; } }
    body.h2o .error-404 form:before {
      content: "";
      position: absolute;
      top: 8px;
      left: 0;
      width: 57px;
      height: 57px;
      background: url(/wp-content/themes/h2o2018/templates/assets/images/search_button.svg);
      background-size: cover;
      z-index: 1; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .error-404 form:before {
          top: -8px;
          left: 0;
          width: 47px;
          height: 47px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .error-404 form:before {
          top: 0;
          width: 37px;
          height: 37px; } }
      @media (max-width: 595px) {
        body.h2o .error-404 form:before {
          top: 0;
          left: 0;
          width: 30px;
          height: 30px; } }
    body.h2o .error-404 form .btn-default {
      font-size: 28px;
      font-weight: 700;
      padding: 7px 31px 7px 30px;
      margin-left: 44px;
      color: #ffe52b;
      background: #000000;
      border: 1px solid #000000;
      float: left;
      outline: none;
      margin-top: 27px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .error-404 form .btn-default {
          margin-left: 30px;
          margin-top: 0; } }
      @media (max-width: 767px) {
        body.h2o .error-404 form .btn-default {
          margin-left: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .error-404 form .btn-default {
          font-size: 24px;
          margin-top: 3px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .error-404 form .btn-default {
          font-size: 20px;
          margin-top: 20px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .error-404 form .btn-default {
          font-size: 16px;
          margin-top: 16px; } }
      @media (max-width: 480px) {
        body.h2o .error-404 form .btn-default {
          font-size: 12px;
          margin-top: 20px; } }
    body.h2o .error-404 form .search-text {
      width: 79.17%;
      background: transparent;
      border: 0;
      font-size: 60px;
      padding: 0 20px 4px 103px;
      border-bottom: 1px solid #000000;
      color: #000000;
      position: relative;
      outline: none;
      float: left;
      font-family: "proxima-nova", sans-serif; }
      @media (max-width: 767px) {
        body.h2o .error-404 form .search-text {
          width: 100%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .error-404 form .search-text {
          width: calc(100% - 180px);
          font-size: 36px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .error-404 form .search-text {
          font-size: 32px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .error-404 form .search-text {
          font-size: 28px;
          padding: 0 15px 5px 50px; } }
      @media (max-width: 480px) {
        body.h2o .error-404 form .search-text {
          font-size: 24px;
          padding: 0 15px 5px 50px; } }
      body.h2o .error-404 form .search-text::-webkit-input-placeholder {
        font-size: 60px;
        color: #000000;
        font-weight: 400;
        opacity: 0.6;
        font-family: "proxima-nova", sans-serif; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .error-404 form .search-text::-webkit-input-placeholder {
            font-size: 36px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .error-404 form .search-text::-webkit-input-placeholder {
            font-size: 32px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .error-404 form .search-text::-webkit-input-placeholder {
            font-size: 28px; } }
        @media (max-width: 480px) {
          body.h2o .error-404 form .search-text::-webkit-input-placeholder {
            font-size: 24px; } }
      body.h2o .error-404 form .search-text::-moz-placeholder {
        font-size: 60px;
        font-weight: 400;
        color: #000000;
        opacity: 0.6;
        font-family: "proxima-nova", sans-serif; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .error-404 form .search-text::-moz-placeholder {
            font-size: 36px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .error-404 form .search-text::-moz-placeholder {
            font-size: 32px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .error-404 form .search-text::-moz-placeholder {
            font-size: 28px; } }
        @media (max-width: 480px) {
          body.h2o .error-404 form .search-text::-moz-placeholder {
            font-size: 24px; } }
      body.h2o .error-404 form .search-text:-ms-input-placeholder {
        font-size: 60px;
        font-weight: 400;
        color: #000000;
        opacity: 0.6;
        font-family: "proxima-nova", sans-serif; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .error-404 form .search-text:-ms-input-placeholder {
            font-size: 36px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .error-404 form .search-text:-ms-input-placeholder {
            font-size: 32px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .error-404 form .search-text:-ms-input-placeholder {
            font-size: 28px; } }
        @media (max-width: 480px) {
          body.h2o .error-404 form .search-text:-ms-input-placeholder {
            font-size: 24px; } }
      body.h2o .error-404 form .search-text:-moz-placeholder {
        font-size: 60px;
        font-weight: 400;
        color: #000000;
        opacity: 0.6;
        font-family: "proxima-nova", sans-serif; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .error-404 form .search-text:-moz-placeholder {
            font-size: 36px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .error-404 form .search-text:-moz-placeholder {
            font-size: 32px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .error-404 form .search-text:-moz-placeholder {
            font-size: 28px; } }
        @media (max-width: 480px) {
          body.h2o .error-404 form .search-text:-moz-placeholder {
            font-size: 24px; } }
  @media (min-width: 1150px) {
    body.h2o .case-study-intro {
      padding-top: 95px;
      padding-bottom: 95px; } }
  body.h2o .case-study-intro .wrapper {
    margin: 0 auto 90px; }
    body.h2o .case-study-intro .wrapper:last-child {
      margin-bottom: 0; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .case-study-intro .wrapper {
        margin: 0 auto 30px;
        max-width: 900px; } }
    @media (max-width: 991px) {
      body.h2o .case-study-intro .wrapper {
        text-align: center;
        margin: 0 auto 40px;
        max-width: 860px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .case-study-intro .wrapper {
        margin: 0 auto 30px;
        max-width: 650px; } }
    @media (max-width: 480px) {
      body.h2o .case-study-intro .wrapper {
        margin: 0 auto 20px; } }
    body.h2o .case-study-intro .wrapper .text-wrapper {
      width: 212px;
      position: relative;
      float: left; }
      @media (max-width: 991px) {
        body.h2o .case-study-intro .wrapper .text-wrapper {
          width: 100%; } }
      body.h2o .case-study-intro .wrapper .text-wrapper h4 {
        font-family: "motiva-sans", sans-serif;
        margin-top: 3px; }
        @media (max-width: 991px) {
          body.h2o .case-study-intro .wrapper .text-wrapper h4 {
            margin-bottom: 20px; } }
    body.h2o .case-study-intro .wrapper .content-wrapper {
      width: calc(100% - 212px);
      padding-left: 74px;
      position: relative;
      float: left; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .case-study-intro .wrapper .content-wrapper {
          padding-left: 54px; } }
      @media (max-width: 991px) {
        body.h2o .case-study-intro .wrapper .content-wrapper {
          width: 100%;
          padding-left: 0; } }
      body.h2o .case-study-intro .wrapper .content-wrapper p {
        font-size: 18px;
        font-family: "proxima-nova", sans-serif; }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .case-study-intro .wrapper .content-wrapper p {
            font-size: 16px; } }
        @media (max-width: 480px) {
          body.h2o .case-study-intro .wrapper .content-wrapper p {
            font-size: 14px; } }
  body.h2o .get-code-github.stackoverflow-section .col-four-outer .col-four .icon {
    height: 55px; }
    @media (max-width: 480px) {
      body.h2o .get-code-github.stackoverflow-section .col-four-outer .col-four .icon {
        height: 45px; } }
  body.h2o .get-code-github.stackoverflow-section .content-wrap {
    padding-bottom: 0; }
  body.h2o .get-code-github .container {
    max-width: 1186px; }
  body.h2o .get-code-github .content-wrap {
    text-align: center;
    padding-bottom: 57px; }
    @media (max-width: 991px) {
      body.h2o .get-code-github .content-wrap {
        padding-bottom: 20px; } }
    @media (max-width: 767px) {
      body.h2o .get-code-github .content-wrap {
        padding-bottom: 30px; } }
    body.h2o .get-code-github .content-wrap h4 {
      padding: 9px 0 50px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .get-code-github .content-wrap h4 {
          padding: 0 0 26px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .get-code-github .content-wrap h4 {
          padding: 0 0 20px; } }
      @media (max-width: 595px) {
        body.h2o .get-code-github .content-wrap h4 {
          padding: 0 0 15px; } }
    body.h2o .get-code-github .content-wrap p {
      font-size: 18px;
      font-family: "motiva-sans", sans-serif; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .get-code-github .content-wrap p {
          font-size: 16px; } }
      @media (max-width: 767px) {
        body.h2o .get-code-github .content-wrap p {
          font-size: 16px; } }
      @media (max-width: 595px) {
        body.h2o .get-code-github .content-wrap p {
          font-size: 14px; } }
  body.h2o .get-code-github .col-four-outer {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 0; }
    body.h2o .get-code-github .col-four-outer .col-four {
      float: none;
      display: inline-block; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .get-code-github .col-four-outer .col-four {
          width: 50%;
          padding: 40px 6px 0 6px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .get-code-github .col-four-outer .col-four {
          width: 50%;
          padding: 0 20px 20px; }
          body.h2o .get-code-github .col-four-outer .col-four:nth-child(odd) {
            clear: both; }
          body.h2o .get-code-github .col-four-outer .col-four:nth-last-child(2), body.h2o .get-code-github .col-four-outer .col-four:last-child {
            padding-bottom: 0; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .get-code-github .col-four-outer .col-four {
          width: 50%;
          padding: 0 20px 20px; }
          body.h2o .get-code-github .col-four-outer .col-four:nth-last-child(2), body.h2o .get-code-github .col-four-outer .col-four:last-child {
            padding-bottom: 0; }
          body.h2o .get-code-github .col-four-outer .col-four:nth-child(odd) {
            clear: both; } }
      @media (max-width: 480px) {
        body.h2o .get-code-github .col-four-outer .col-four {
          padding: 0 0 30px; }
          body.h2o .get-code-github .col-four-outer .col-four:last-child {
            padding-bottom: 0; } }
      body.h2o .get-code-github .col-four-outer .col-four .icon {
        margin-bottom: 12px;
        height: 95px; }
        @media (max-width: 480px) {
          body.h2o .get-code-github .col-four-outer .col-four .icon {
            height: 80px;
            margin-bottom: 8px; } }
        body.h2o .get-code-github .col-four-outer .col-four .icon > span {
          display: block;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%);
          height: inherit; }
          @media (max-width: 480px) {
            body.h2o .get-code-github .col-four-outer .col-four .icon > span {
              top: 0;
              -webkit-transform: none;
                   -o-transform: none;
                      transform: none; } }
          body.h2o .get-code-github .col-four-outer .col-four .icon > span img {
            width: auto;
            height: 100%; }
      body.h2o .get-code-github .col-four-outer .col-four .link-text {
        position: relative;
        color: #000000;
        font-weight: 700;
        font-size: 18px;
        padding-right: 23px;
        font-family: "motiva-sans", sans-serif; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .get-code-github .col-four-outer .col-four .link-text {
            font-size: 15px;
            padding-right: 14px;
            padding-bottom: 0; } }
        @media (max-width: 767px) {
          body.h2o .get-code-github .col-four-outer .col-four .link-text {
            font-size: 14px;
            padding-bottom: 0; } }
        body.h2o .get-code-github .col-four-outer .col-four .link-text:after {
          content: '';
          position: absolute;
          bottom: calc(50% - 8px);
          right: 0;
          width: 14px;
          height: 14px;
          background: url(/wp-content/themes/h2o2018/templates/dist/images/communities/black_link.svg);
          background-size: cover; }
          @media (max-width: 991px) {
            body.h2o .get-code-github .col-four-outer .col-four .link-text:after {
              right: -2px;
              width: 12px;
              height: 12px;
              bottom: auto;
              top: calc(50% - 4px); } }
          @media (max-width: 767px) {
            body.h2o .get-code-github .col-four-outer .col-four .link-text:after {
              right: 2px;
              top: calc(50% - 5px); } }
  body.h2o .open-source-community {
    padding: 90px 0 92px; }
    @media (min-width: 992px) and (max-width: 1024px) {
      body.h2o .open-source-community {
        padding: 90px 0 92px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .open-source-community {
        padding: 40px 0; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .open-source-community {
        padding: 30px 0; } }
    @media (max-width: 595px) {
      body.h2o .open-source-community {
        padding: 30px 0; } }
    body.h2o .open-source-community.bg-gray {
      background-color: #f2f2f2; }
    body.h2o .open-source-community .logo-wrapper {
      padding: 31px 0 49px;
      display: inline-block;
      width: 100%;
      vertical-align: middle;
      text-align: center; }
      @media (max-width: 767px) {
        body.h2o .open-source-community .logo-wrapper {
          padding: 25px 0 40px; } }
      body.h2o .open-source-community .logo-wrapper .logo {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        margin: 0 37px;
        float: none;
        clear: both;
        outline: none; }
        @media (min-width: 992px) and (max-width: 1024px) {
          body.h2o .open-source-community .logo-wrapper .logo {
            margin: 0 18px 0 28px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .open-source-community .logo-wrapper .logo {
            margin: 0 18px 0 28px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .open-source-community .logo-wrapper .logo {
            margin: 0 18px 0 28px; } }
        @media (max-width: 595px) {
          body.h2o .open-source-community .logo-wrapper .logo {
            margin: 0 16px 0 25px; } }
        body.h2o .open-source-community .logo-wrapper .logo img {
          margin: 0 auto; }
    body.h2o .open-source-community .heading h4 {
      padding: 11px 0 20px; }
      @media (max-width: 991px) {
        body.h2o .open-source-community .heading h4 {
          padding-top: 0; } }
      body.h2o .open-source-community .heading h4 span {
        padding: 9px 8px 12px;
        margin-left: 11px; }
    body.h2o .open-source-community .content-wrapper {
      padding: 35px 0 9px; }
      @media (max-width: 991px) {
        body.h2o .open-source-community .content-wrapper {
          padding-bottom: 0; } }
      @media (max-width: 767px) {
        body.h2o .open-source-community .content-wrapper {
          padding: 25px 0 0; } }
      body.h2o .open-source-community .content-wrapper p {
        font-size: 18px;
        padding: 48px 0 15px; }
        @media (max-width: 767px) {
          body.h2o .open-source-community .content-wrapper p {
            font-size: 16px;
            padding: 20px 0 15px; } }
    body.h2o .open-source-community .slick-dots {
      position: absolute;
      bottom: -24px;
      width: 100%; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .open-source-community .slick-dots {
          bottom: -15px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .open-source-community .slick-dots {
          bottom: -10px; } }
      @media (max-width: 595px) {
        body.h2o .open-source-community .slick-dots {
          bottom: -5px; } }
      body.h2o .open-source-community .slick-dots li {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
        border: 2px solid #000000;
        background: transparent; }
        body.h2o .open-source-community .slick-dots li.slick-active {
          background: #000000; }
        body.h2o .open-source-community .slick-dots li button {
          display: none; }
  @media (max-width: 991px) {
    body.h2o .solutions-grid {
      padding: 40px 0; } }
  @media (max-width: 595px) {
    body.h2o .solutions-grid {
      padding: 30px 0; } }
  body.h2o .solutions-grid h4 {
    margin-bottom: 0; }
    @media (max-width: 1150px) {
      body.h2o .solutions-grid h4 {
        margin-bottom: 0; } }
    @media (max-width: 480px) {
      body.h2o .solutions-grid h4 span {
        padding: 3px; } }
  body.h2o .solutions-grid .column-wrapper .col-two {
    margin-top: 60px; }
    body.h2o .solutions-grid .column-wrapper .col-two:nth-child(even) {
      padding-left: 20px; }
      @media (max-width: 1150px) {
        body.h2o .solutions-grid .column-wrapper .col-two:nth-child(even) {
          padding-left: 0; } }
    body.h2o .solutions-grid .column-wrapper .col-two:nth-child(odd) {
      padding-right: 15px; }
      @media (max-width: 1150px) {
        body.h2o .solutions-grid .column-wrapper .col-two:nth-child(odd) {
          padding-right: 0; } }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .solutions-grid .column-wrapper .col-two {
        width: calc(50% - 30px);
        margin: 30px 15px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .solutions-grid .column-wrapper .col-two {
        width: calc(50% - 30px);
        margin: 30px 15px 0; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .solutions-grid .column-wrapper .col-two {
        width: calc(50% - 30px);
        margin: 20px 15px 10px; } }
    @media (max-width: 595px) {
      body.h2o .solutions-grid .column-wrapper .col-two {
        width: 100%;
        margin: 20px 0 0; } }
    body.h2o .solutions-grid .column-wrapper .col-two .icon {
      height: 116px; }
      @media (max-width: 595px) {
        body.h2o .solutions-grid .column-wrapper .col-two .icon {
          height: auto; } }
    body.h2o .solutions-grid .column-wrapper .col-two .content-wrapper {
      max-width: 350px;
      margin: 20px auto 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .solutions-grid .column-wrapper .col-two .content-wrapper {
          max-width: 400px; } }
      @media (max-width: 595px) {
        body.h2o .solutions-grid .column-wrapper .col-two .content-wrapper {
          max-width: 500px; } }
      body.h2o .solutions-grid .column-wrapper .col-two .content-wrapper h5 {
        font-weight: 500;
        font-family: "proxima-nova", sans-serif; }
      body.h2o .solutions-grid .column-wrapper .col-two .content-wrapper p {
        font-size: 18px;
        margin-top: 20px; }
        @media (max-width: 480px) {
          body.h2o .solutions-grid .column-wrapper .col-two .content-wrapper p {
            font-size: 14px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .solutions-grid .column-wrapper .col-two .content-wrapper p {
            font-size: 16px; } }
  body.h2o .solutions-grid.healthcare-grid {
    padding-top: 0px; }
    body.h2o .solutions-grid.healthcare-grid h4 {
      margin-bottom: 0; }
      @media (max-width: 1150px) {
        body.h2o .solutions-grid.healthcare-grid h4 {
          margin-bottom: 0; } }
    body.h2o .solutions-grid.healthcare-grid .column-wrapper .col-two {
      margin-top: 60px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .solutions-grid.healthcare-grid .column-wrapper .col-two {
          margin: 30px 15px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .solutions-grid.healthcare-grid .column-wrapper .col-two {
          margin: 30px 15px 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .solutions-grid.healthcare-grid .column-wrapper .col-two {
          margin: 20px 15px 0px; } }
      @media (max-width: 595px) {
        body.h2o .solutions-grid.healthcare-grid .column-wrapper .col-two {
          margin: 20px 0 0; } }
  body.h2o .solutions-grid.health-solutions-grid {
    padding: 5px 0 94px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .solutions-grid.health-solutions-grid {
        padding: 5px 0 80px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .solutions-grid.health-solutions-grid {
        padding: 5px 0 40px; } }
    @media (max-width: 767px) {
      body.h2o .solutions-grid.health-solutions-grid {
        padding: 5px 0 30px; } }
  body.h2o.we-small-height .our-contribution {
    padding: 0; }
  body.h2o .our-contribution {
    padding: 0; }
    body.h2o .our-contribution.bg-lighter-grey {
      background: transparent; }
      body.h2o .our-contribution.bg-lighter-grey .col-wrap:nth-child(odd) {
        background: #f8f8f8; }
      body.h2o .our-contribution.bg-lighter-grey .col-wrap:nth-child(even) {
        background: #FFFFFF; }
    body.h2o .our-contribution.bg-white {
      background: transparent; }
      body.h2o .our-contribution.bg-white .col-wrap:nth-child(even) {
        background: #f8f8f8; }
      body.h2o .our-contribution.bg-white .col-wrap:nth-child(odd) {
        background: #FFFFFF; }
    body.h2o .our-contribution .col-wrap {
      padding: 84px 0 116px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .our-contribution .col-wrap {
          padding: 40px 0 40px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .our-contribution .col-wrap {
          padding: 30px 0 30px; } }
      @media (max-width: 595px) {
        body.h2o .our-contribution .col-wrap {
          padding: 30px 0 30px; } }
    body.h2o .our-contribution h6 {
      font-family: "proxima-nova", sans-serif;
      font-size: 18px;
      font-weight: 300;
      margin-bottom: 24px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .our-contribution h6 {
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .our-contribution h6 {
          margin-bottom: 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .our-contribution h6 {
          margin-bottom: 20px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .our-contribution h6 {
          font-size: 16px;
          margin-bottom: 15px; } }
      @media (max-width: 480px) {
        body.h2o .our-contribution h6 {
          font-size: 14px;
          margin-bottom: 10px; } }
      @media (max-width: 480px) {
        body.h2o .our-contribution h6:before {
          bottom: -7px;
          height: 3px; } }
    body.h2o .our-contribution .column-wrapper {
      outline: none; }
    body.h2o .our-contribution .col-two {
      outline: none; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .our-contribution .col-two {
          width: 100%; } }
      body.h2o .our-contribution .col-two.text-block {
        padding-top: 46px;
        padding-right: 2px; }
        @media (max-width: 991px) {
          body.h2o .our-contribution .col-two.text-block {
            padding-left: 0px;
            padding-right: 0px; } }
        @media (max-width: 1150px) {
          body.h2o .our-contribution .col-two.text-block {
            padding-top: 0; } }
      body.h2o .our-contribution .col-two.img-block {
        padding-left: 15px; }
        @media (max-width: 991px) {
          body.h2o .our-contribution .col-two.img-block {
            padding-left: 0px;
            padding-right: 0px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .our-contribution .col-two.img-block {
            padding-top: 20px;
            padding-left: 0; } }
        @media (max-width: 767px) {
          body.h2o .our-contribution .col-two.img-block {
            padding-left: 0; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .our-contribution .col-two.img-block {
            padding-top: 15px; } }
        @media (max-width: 595px) {
          body.h2o .our-contribution .col-two.img-block {
            margin-top: 15px; } }
      body.h2o .our-contribution .col-two h4 {
        line-height: 1.25;
        padding-bottom: 15px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .our-contribution .col-two h4 {
            padding-bottom: 10px; } }
        @media (max-width: 991px) {
          body.h2o .our-contribution .col-two h4 {
            padding-bottom: 10px; } }
        @media (max-width: 595px) {
          body.h2o .our-contribution .col-two h4 span {
            padding: 4px; } }
      body.h2o .our-contribution .col-two ul {
        padding-left: 20px; }
        body.h2o .our-contribution .col-two ul li {
          font-size: 18px;
          font-family: "proxima-nova", sans-serif;
          line-height: 1.23;
          margin: 5px 0;
          list-style-type: disc; }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .our-contribution .col-two ul li {
              font-size: 16px; } }
          @media (max-width: 480px) {
            body.h2o .our-contribution .col-two ul li {
              font-size: 14px; } }
      body.h2o .our-contribution .col-two p {
        font-size: 18px;
        margin: 30px 0 0 0;
        line-height: 1.23;
        max-width: 539px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .our-contribution .col-two p {
            margin: 20px 0 0 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .our-contribution .col-two p {
            margin: 20px 0 0 0;
            max-width: 900px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .our-contribution .col-two p {
            margin: 10px 0 0 0;
            max-width: 650px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .our-contribution .col-two p {
            font-size: 16px;
            margin: 10px 0 0 0; } }
        @media (max-width: 480px) {
          body.h2o .our-contribution .col-two p {
            font-size: 14px;
            margin: 10px 0 0 0; } }
      body.h2o .our-contribution .col-two .bg-img {
        position: relative;
        overflow: inherit;
        max-height: 535px;
        max-width: 542px;
        margin-top: 65px;
        margin-bottom: 5px;
        height: auto; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .our-contribution .col-two .bg-img {
            margin-top: 20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .our-contribution .col-two .bg-img {
            max-width: 400px;
            margin: 25px auto 0; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .our-contribution .col-two .bg-img {
            max-width: 300px;
            /*height: 350px;*/
            margin: 20px auto 0; } }
        @media (max-width: 595px) {
          body.h2o .our-contribution .col-two .bg-img {
            max-width: 200px;
            /*height: 270px;*/
            margin: 20px auto 0; } }
        body.h2o .our-contribution .col-two .bg-img img {
          min-width: 100%;
          min-height: 100%;
          width: 100%;
          height: 100%; }
        @media (max-width: 991px) {
          body.h2o .our-contribution .col-two .bg-img {
            display: block; } }
        body.h2o .our-contribution .col-two .bg-img .yellow-border {
          position: absolute;
          height: 508px;
          width: 503px;
          border: solid 30px #ffe52b;
          right: -29px;
          top: -30px;
          display: block;
          z-index: 1; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .our-contribution .col-two .bg-img .yellow-border {
              height: 100%;
              width: 100%; } }
          @media (max-width: 991px) {
            body.h2o .our-contribution .col-two .bg-img .yellow-border {
              height: 100%;
              width: 100%; } }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .our-contribution .col-two .bg-img .yellow-border {
              border: solid 20px #ffe52b;
              right: -20px;
              top: -20px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .our-contribution .col-two .bg-img .yellow-border {
              border: solid 15px #ffe52b;
              right: -15px;
              top: -15px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .our-contribution .col-two .bg-img .yellow-border {
              border: solid 15px #ffe52b;
              right: -15px;
              top: -15px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .our-contribution .col-two .bg-img .yellow-border {
              border: solid 15px #ffe52b;
              right: -15px;
              top: -15px; } }
          @media (max-width: 480px) {
            body.h2o .our-contribution .col-two .bg-img .yellow-border {
              border: solid 10px #ffe52b;
              right: -10px;
              top: -10px; } }
    body.h2o .our-contribution .slick-dots {
      position: absolute;
      bottom: -38px;
      width: auto; }
      @media (min-width: 992px) and (max-width: 1024px) {
        body.h2o .our-contribution .slick-dots {
          bottom: -36px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .our-contribution .slick-dots {
          bottom: -30px;
          text-align: center; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .our-contribution .slick-dots {
          bottom: -25px;
          text-align: center; } }
      @media (max-width: 595px) {
        body.h2o .our-contribution .slick-dots {
          bottom: -30px;
          text-align: center; } }
      body.h2o .our-contribution .slick-dots li {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px 0 0;
        padding: 0;
        cursor: pointer;
        border: 2px solid #000000;
        background: transparent; }
        body.h2o .our-contribution .slick-dots li.slick-active {
          background: #000000; }
        body.h2o .our-contribution .slick-dots li button {
          display: none; }
    body.h2o .our-contribution .col-wrap.img-left .col-two.text-block {
      float: right;
      padding-left: 15px;
      padding-right: 0px; }
      @media (max-width: 991px) {
        body.h2o .our-contribution .col-wrap.img-left .col-two.text-block {
          padding-left: 0px;
          padding-right: 0px; } }
    body.h2o .our-contribution .col-wrap.img-left .col-two.img-block {
      float: left;
      padding-left: 0;
      padding-right: 15px; }
      @media (max-width: 991px) {
        body.h2o .our-contribution .col-wrap.img-left .col-two.img-block {
          padding-left: 0px;
          padding-right: 0px; } }
    body.h2o .our-contribution .col-wrap.img-left .col-two .bg-img .yellow-border {
      right: 0;
      left: -29px;
      top: -30px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .our-contribution .col-wrap.img-left .col-two .bg-img .yellow-border {
          border: solid 20px #ffe52b;
          left: -20px;
          top: -20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .our-contribution .col-wrap.img-left .col-two .bg-img .yellow-border {
          border: solid 15px #ffe52b;
          left: -15px;
          top: -15px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .our-contribution .col-wrap.img-left .col-two .bg-img .yellow-border {
          border: solid 15px #ffe52b;
          left: -15px;
          top: -15px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .our-contribution .col-wrap.img-left .col-two .bg-img .yellow-border {
          border: solid 15px #ffe52b;
          left: -15px;
          top: -15px; } }
      @media (max-width: 480px) {
        body.h2o .our-contribution .col-wrap.img-left .col-two .bg-img .yellow-border {
          border: solid 10px #ffe52b;
          left: -10px;
          top: -10px; } }
    body.h2o .our-contribution .col-wrap.img-left .slick-dots {
      position: absolute;
      bottom: -5px;
      width: auto;
      right: 0;
      left: auto; }
      @media (max-width: 991px) {
        body.h2o .our-contribution .col-wrap.img-left .slick-dots {
          left: 0;
          right: auto; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body.h2o .our-contribution .col-wrap.img-left .slick-dots {
          bottom: -36px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .our-contribution .col-wrap.img-left .slick-dots {
          bottom: -30px;
          text-align: center; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .our-contribution .col-wrap.img-left .slick-dots {
          bottom: -25px;
          text-align: center; } }
      @media (max-width: 480px) {
        body.h2o .our-contribution .col-wrap.img-left .slick-dots {
          bottom: -30px;
          text-align: center; } }
    body.h2o .our-contribution.enterprise-column-grid .col-wrap, body.h2o .our-contribution.ibm-page-grid .col-wrap {
      padding: 35px 0 96px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .our-contribution.enterprise-column-grid .col-wrap, body.h2o .our-contribution.ibm-page-grid .col-wrap {
          padding: 80px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .our-contribution.enterprise-column-grid .col-wrap, body.h2o .our-contribution.ibm-page-grid .col-wrap {
          padding: 40px 0; } }
      @media (max-width: 767px) {
        body.h2o .our-contribution.enterprise-column-grid .col-wrap, body.h2o .our-contribution.ibm-page-grid .col-wrap {
          padding: 30px 0; } }
    body.h2o .our-contribution.enterprise-column-grid .column-wrapper, body.h2o .our-contribution.ibm-page-grid .column-wrapper {
      position: relative; }
      body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two h6, body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two h6 {
        padding-top: 49px;
        margin-bottom: 25px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two h6, body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two h6 {
            padding-top: 0px;
            margin-bottom: 20px; } }
        @media (max-width: 991px) {
          body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two h6, body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two h6 {
            padding-top: 0px;
            margin-bottom: 20px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two h6, body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two h6 {
            margin-bottom: 15px; } }
        @media (max-width: 480px) {
          body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two h6, body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two h6 {
            margin-bottom: 10px; } }
      body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two h4, body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two h4 {
        padding-bottom: 10px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two h4, body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two h4 {
            padding-bottom: 5px; } }
        @media (max-width: 991px) {
          body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two h4, body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two h4 {
            padding-bottom: 0px; } }
      body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two p, body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two p {
        margin: 24px 0 0 0; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two p, body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two p {
            margin: 20px 0 0 0; } }
        @media (max-width: 991px) {
          body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two p, body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two p {
            margin: 10px 0 0 0;
            max-width: 100%; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two.img-block, body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two.img-block {
          margin-top: 15px; } }
      @media (max-width: 480px) {
        body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two.img-block, body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two.img-block {
          margin-top: 5px; } }
      body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two.text-block, body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two.text-block {
        display: table; }
        body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two.text-block .align-item, body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two.text-block .align-item {
          display: table-cell;
          vertical-align: bottom; }
          @media (max-width: 991px) {
            body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two.text-block .align-item, body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two.text-block .align-item {
              display: block;
              padding-right: 0; } }
      body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two .bg-img, body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two .bg-img {
        position: relative;
        overflow: inherit;
        max-height: 535px;
        max-width: 542px;
        margin-top: 65px;
        margin-bottom: 5px;
        height: auto; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two .bg-img, body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two .bg-img {
            margin-top: 20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two .bg-img, body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two .bg-img {
            max-width: 400px;
            margin: 25px auto 0; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two .bg-img, body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two .bg-img {
            max-width: 350px;
            margin: 20px auto 0; } }
        @media (max-width: 595px) {
          body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two .bg-img, body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two .bg-img {
            max-width: 310px;
            max-height: 310px;
            margin: 20px auto 0; } }
        body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two .bg-img img, body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two .bg-img img {
          width: 100%;
          height: 100%; }
        @media (max-width: 991px) {
          body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two .bg-img, body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two .bg-img {
            display: block; } }
    body.h2o .our-contribution.enterprise-column-grid .col-wrap.img-right .align-item, body.h2o .our-contribution.ibm-page-grid .col-wrap.img-right .align-item {
      padding-right: 39px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .our-contribution.enterprise-column-grid .col-wrap.img-right .align-item, body.h2o .our-contribution.ibm-page-grid .col-wrap.img-right .align-item {
          padding-right: 5px; } }
      @media (max-width: 991px) {
        body.h2o .our-contribution.enterprise-column-grid .col-wrap.img-right .align-item, body.h2o .our-contribution.ibm-page-grid .col-wrap.img-right .align-item {
          padding-right: 0; } }
    body.h2o .our-contribution.enterprise-column-grid .col-wrap.img-left .column-wrapper .col-two .bg-img .yellow-border, body.h2o .our-contribution.ibm-page-grid .col-wrap.img-left .column-wrapper .col-two .bg-img .yellow-border {
      right: 0;
      left: -29px;
      top: -30px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .our-contribution.enterprise-column-grid .col-wrap.img-left .column-wrapper .col-two .bg-img .yellow-border, body.h2o .our-contribution.ibm-page-grid .col-wrap.img-left .column-wrapper .col-two .bg-img .yellow-border {
          border: solid 20px #ffe52b;
          left: -20px;
          top: -20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .our-contribution.enterprise-column-grid .col-wrap.img-left .column-wrapper .col-two .bg-img .yellow-border, body.h2o .our-contribution.ibm-page-grid .col-wrap.img-left .column-wrapper .col-two .bg-img .yellow-border {
          border: solid 15px #ffe52b;
          left: -15px;
          top: -15px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .our-contribution.enterprise-column-grid .col-wrap.img-left .column-wrapper .col-two .bg-img .yellow-border, body.h2o .our-contribution.ibm-page-grid .col-wrap.img-left .column-wrapper .col-two .bg-img .yellow-border {
          border: solid 15px #ffe52b;
          left: -15px;
          top: -15px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .our-contribution.enterprise-column-grid .col-wrap.img-left .column-wrapper .col-two .bg-img .yellow-border, body.h2o .our-contribution.ibm-page-grid .col-wrap.img-left .column-wrapper .col-two .bg-img .yellow-border {
          border: solid 15px #ffe52b;
          left: -15px;
          top: -15px; } }
      @media (max-width: 480px) {
        body.h2o .our-contribution.enterprise-column-grid .col-wrap.img-left .column-wrapper .col-two .bg-img .yellow-border, body.h2o .our-contribution.ibm-page-grid .col-wrap.img-left .column-wrapper .col-two .bg-img .yellow-border {
          border: solid 10px #ffe52b;
          left: -10px;
          top: -10px; } }
    body.h2o .our-contribution.good-contribution .column-wrapper .col-two .bg-img {
      position: relative;
      overflow: inherit;
      max-height: 535px;
      max-width: 542px;
      margin-top: 65px;
      margin-bottom: 5px;
      height: auto; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .our-contribution.good-contribution .column-wrapper .col-two .bg-img {
          margin-top: 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .our-contribution.good-contribution .column-wrapper .col-two .bg-img {
          max-width: 400px;
          margin: 25px auto 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .our-contribution.good-contribution .column-wrapper .col-two .bg-img {
          max-width: 300px;
          margin: 20px auto 0; } }
      @media (max-width: 595px) {
        body.h2o .our-contribution.good-contribution .column-wrapper .col-two .bg-img {
          max-width: 200px;
          margin: 20px auto 0; } }
      body.h2o .our-contribution.good-contribution .column-wrapper .col-two .bg-img img {
        width: 100%;
        height: 100%; }
      @media (max-width: 991px) {
        body.h2o .our-contribution.good-contribution .column-wrapper .col-two .bg-img {
          display: block; } }
      body.h2o .our-contribution.good-contribution .column-wrapper .col-two .bg-img .yellow-border {
        position: absolute;
        height: 508px;
        width: 503px;
        border: solid 30px #ffe52b;
        right: -29px;
        top: -30px;
        display: block;
        z-index: 1; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .our-contribution.good-contribution .column-wrapper .col-two .bg-img .yellow-border {
            height: 100%;
            width: 100%; } }
        @media (max-width: 991px) {
          body.h2o .our-contribution.good-contribution .column-wrapper .col-two .bg-img .yellow-border {
            height: 100%;
            width: 100%; } }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .our-contribution.good-contribution .column-wrapper .col-two .bg-img .yellow-border {
            border: solid 20px #ffe52b;
            right: -20px;
            top: -20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .our-contribution.good-contribution .column-wrapper .col-two .bg-img .yellow-border {
            border: solid 15px #ffe52b;
            right: -15px;
            top: -15px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .our-contribution.good-contribution .column-wrapper .col-two .bg-img .yellow-border {
            border: solid 15px #ffe52b;
            right: -15px;
            top: -15px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .our-contribution.good-contribution .column-wrapper .col-two .bg-img .yellow-border {
            border: solid 15px #ffe52b;
            right: -15px;
            top: -15px; } }
        @media (max-width: 480px) {
          body.h2o .our-contribution.good-contribution .column-wrapper .col-two .bg-img .yellow-border {
            border: solid 10px #ffe52b;
            right: -10px;
            top: -10px; } }
    body.h2o .our-contribution.good-contribution .col-wrap.img-left .column-wrapper .col-two .bg-img .yellow-border {
      right: 0;
      left: -29px;
      top: -30px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .our-contribution.good-contribution .col-wrap.img-left .column-wrapper .col-two .bg-img .yellow-border {
          border: solid 20px #ffe52b;
          left: -20px;
          top: -20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .our-contribution.good-contribution .col-wrap.img-left .column-wrapper .col-two .bg-img .yellow-border {
          border: solid 15px #ffe52b;
          left: -15px;
          top: -15px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .our-contribution.good-contribution .col-wrap.img-left .column-wrapper .col-two .bg-img .yellow-border {
          border: solid 15px #ffe52b;
          left: -15px;
          top: -15px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .our-contribution.good-contribution .col-wrap.img-left .column-wrapper .col-two .bg-img .yellow-border {
          border: solid 15px #ffe52b;
          left: -15px;
          top: -15px; } }
      @media (max-width: 480px) {
        body.h2o .our-contribution.good-contribution .col-wrap.img-left .column-wrapper .col-two .bg-img .yellow-border {
          border: solid 10px #ffe52b;
          left: -10px;
          top: -10px; } }
    body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two.text-block .align-item {
      vertical-align: middle; }
      body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two.text-block .align-item h5 {
        margin-top: 50px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two.text-block .align-item h5 {
            margin-top: 30px; } }
        @media (max-width: 767px) {
          body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two.text-block .align-item h5 {
            margin-top: 22px; } }
      body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two.text-block .align-item a {
        margin-top: 25px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two.text-block .align-item a {
            margin-top: 20px; } }
        @media (max-width: 767px) {
          body.h2o .our-contribution.ibm-page-grid .column-wrapper .col-two.text-block .align-item a {
            margin-top: 15px; } }
    body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two.text-block a {
      padding-top: 16px;
      font-size: 14px;
      padding-bottom: 0; }
      body.h2o .our-contribution.enterprise-column-grid .column-wrapper .col-two.text-block a.link-text:before {
        bottom: -6px; }
    body.h2o .our-contribution.dai-communities .col-wrap {
      padding: 66px 0 100px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .our-contribution.dai-communities .col-wrap {
          padding: 40px 0 40px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .our-contribution.dai-communities .col-wrap {
          padding: 30px 0 30px; } }
      @media (max-width: 595px) {
        body.h2o .our-contribution.dai-communities .col-wrap {
          padding: 30px 0 30px; } }
    body.h2o .our-contribution.dai-communities .col-two.text-block a:first-of-type {
      margin-top: 10px; }
      @media (max-width: 595px) {
        body.h2o .our-contribution.dai-communities .col-two.text-block a:first-of-type {
          margin-top: 7px; } }
    body.h2o .our-contribution.dai-communities .col-two.text-block a[class^="btn-"] {
      margin-top: 25px; }
      @media (max-width: 595px) {
        body.h2o .our-contribution.dai-communities .col-two.text-block a[class^="btn-"] {
          margin-top: 18px; } }
    @media (min-width: 992px) {
      body.h2o .our-contribution.academic-page .column-wrapper .col-two .bg-img {
        margin-top: 105px; } }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .our-contribution.academic-page .column-wrapper .col-two .bg-img {
        margin-top: 53px; } }
  body.h2o .speakers-slider {
    padding: 90px 0 92px;
    opacity: 0; }
    @media (min-width: 992px) and (max-width: 1024px) {
      body.h2o .speakers-slider {
        padding: 90px 0 92px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .speakers-slider {
        padding: 70px 0; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .speakers-slider {
        padding: 50px 0; } }
    @media (max-width: 595px) {
      body.h2o .speakers-slider {
        padding: 40px 0; } }
    body.h2o .speakers-slider.bg-gray {
      background-color: #f2f2f2; }
    body.h2o .speakers-slider .heading h4 {
      font-weight: 500;
      padding: 11px 0 20px; }
      body.h2o .speakers-slider .heading h4 span {
        padding: 9px 8px 12px;
        margin-left: 11px; }
    body.h2o .speakers-slider .content-wrapper {
      padding: 41px 0 51px;
      width: 100%;
      max-width: 1000px;
      margin: 0 auto; }
      @media (max-width: 767px) {
        body.h2o .speakers-slider .content-wrapper {
          padding: 25px 0 40px; } }
      body.h2o .speakers-slider .content-wrapper .col-three {
        outline: none;
        width: calc(33.33% - 79px);
        margin: 0 39.5px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .speakers-slider .content-wrapper .col-three {
            width: calc(33.33% - 40px);
            margin: 0 20px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .speakers-slider .content-wrapper .col-three {
            width: calc(33.33% - 40px);
            margin: 0 20px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .speakers-slider .content-wrapper .col-three {
            margin: 0 20px; } }
      body.h2o .speakers-slider .content-wrapper .image {
        outline: none;
        position: relative; }
        body.h2o .speakers-slider .content-wrapper .image img {
          width: 100%; }
        body.h2o .speakers-slider .content-wrapper .image:after {
          content: "";
          position: absolute;
          height: 8px;
          width: 100%;
          bottom: 0;
          left: 0;
          background-color: #ffe52b; }
      body.h2o .speakers-slider .content-wrapper .text-wrap {
        text-align: left;
        padding: 4px 0 0 0; }
        body.h2o .speakers-slider .content-wrapper .text-wrap a {
          color: #000000;
          display: block; }
        body.h2o .speakers-slider .content-wrapper .text-wrap p {
          font-size: 18px;
          line-height: 1.5; }
          @media (max-width: 767px) {
            body.h2o .speakers-slider .content-wrapper .text-wrap p {
              font-size: 16px; } }
          body.h2o .speakers-slider .content-wrapper .text-wrap p.bold {
            font-weight: 700; }
            body.h2o .speakers-slider .content-wrapper .text-wrap p.bold:after {
              content: "";
              display: inline-block;
              width: 8px;
              height: 7px;
              margin-left: 10px;
              background: url(/wp-content/themes/h2o2018/templates/assets/images/h2o-world/dropdown_arrow.png);
              background-repeat: no-repeat; }
    body.h2o .speakers-slider .slick-dots {
      position: absolute;
      bottom: -24px;
      width: 100%;
      text-align: center; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .speakers-slider .slick-dots {
          bottom: -15px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .speakers-slider .slick-dots {
          bottom: -10px; } }
      @media (max-width: 595px) {
        body.h2o .speakers-slider .slick-dots {
          bottom: -5px; } }
      body.h2o .speakers-slider .slick-dots li {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
        border: 2px solid #000000;
        background: transparent; }
        body.h2o .speakers-slider .slick-dots li.slick-active {
          background: #000000; }
        body.h2o .speakers-slider .slick-dots li button {
          display: none; }
  body.h2o .col-four-team-grid {
    padding: 60px 0 40px;
    min-height: 300px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .col-four-team-grid {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o .col-four-team-grid {
        padding: 30px 0; } }
    body.h2o .col-four-team-grid > .container {
      padding: 0 5px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .col-four-team-grid > .container {
          padding: 0 10px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .col-four-team-grid > .container {
          padding: 0 10px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .col-four-team-grid > .container {
          padding: 0 10px; } }
      @media (max-width: 480px) {
        body.h2o .col-four-team-grid > .container {
          padding: 0 20px; } }
    body.h2o .col-four-team-grid h4 {
      margin-bottom: 60px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .col-four-team-grid h4 {
          margin-bottom: 50px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .col-four-team-grid h4 {
          margin-bottom: 40px; } }
      @media (max-width: 767px) {
        body.h2o .col-four-team-grid h4 {
          margin-bottom: 30px;
          font-size: 16px; } }
    body.h2o .col-four-team-grid .col-four-wrap {
      margin: 0;
      position: relative; }
      body.h2o .col-four-team-grid .col-four-wrap:after {
        content: "";
        display: block;
        clear: both; }
    body.h2o .col-four-team-grid .image {
      position: relative;
      height: 264px;
      max-height: 100%;
      overflow: hidden; }
      body.h2o .col-four-team-grid .image:after {
        content: '';
        position: relative;
        top: -15px;
        left: 0;
        width: 100%;
        height: 8px;
        background-color: #ffe52b;
        display: inline-block; }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .col-four-team-grid .image {
          height: 250px; } }
      body.h2o .col-four-team-grid .image a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 4; }
      body.h2o .col-four-team-grid .image > img {
        min-height: 100%;
        min-width: 100%;
        max-height: inherit;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        -webkit-filter: grayscale(100%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        body.h2o .col-four-team-grid .image > img:hover {
          -webkit-filter: grayscale(0);
          /* Safari 6.0 - 9.0 */
          filter: grayscale(0); }
    body.h2o .col-four-team-grid .col-four {
      margin: 0 15px;
      margin-bottom: 20px;
      width: calc(25% - 30px); }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .col-four-team-grid .col-four {
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .col-four-team-grid .col-four {
          margin: 0 10px 20px;
          width: calc(25% - 20px); } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .col-four-team-grid .col-four {
          margin: 0 10px 20px;
          width: calc(50% - 20px); } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .col-four-team-grid .col-four {
          margin: 0 10px 20px;
          width: calc(50% - 20px); } }
      @media (max-width: 480px) {
        body.h2o .col-four-team-grid .col-four {
          margin: 0 0 20px;
          width: 100%; } }
      body.h2o .col-four-team-grid .col-four .content {
        cursor: pointer;
        padding: 5px 10px 15px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .col-four-team-grid .col-four .content {
            /*margin-top: 13px;*/ } }
        @media (max-width: 767px) {
          body.h2o .col-four-team-grid .col-four .content {
            /*margin-top: 8px;*/ } }
        body.h2o .col-four-team-grid .col-four .content span.link-text {
          padding-top: 0; }
          @media (min-width: 992px) {
            body.h2o .col-four-team-grid .col-four .content span.link-text {
              padding-bottom: 4px; } }
          body.h2o .col-four-team-grid .col-four .content span.link-text:before {
            content: "";
            width: 0;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
          body.h2o .col-four-team-grid .col-four .content span.link-text:after {
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            -webkit-transform: rotate(90deg);
                 -o-transform: rotate(90deg);
                    transform: rotate(90deg);
            position: relative;
            top: 3px; }
        body.h2o .col-four-team-grid .col-four .content .title {
          display: block;
          text-transform: capitalize;
          font-weight: 400;
          color: #000000;
          font-size: 18px; }
          @media (max-width: 767px) {
            body.h2o .col-four-team-grid .col-four .content .title {
              font-size: 16px; } }
        body.h2o .col-four-team-grid .col-four .content .tags {
          font-size: 12px;
          padding: 6px 10px 5px;
          margin: 5px 5px 0 0;
          display: inline-block;
          border: 1px solid #000000;
          font-family: "motiva-sans", sans-serif; }
      body.h2o .col-four-team-grid .col-four.active .content span.link-text:after {
        -webkit-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    body.h2o .col-four-team-grid .col-four.active .image img {
      -webkit-filter: grayscale(0);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0); }
    body.h2o .col-four-team-grid .col-four.active .content {
      background-color: #ffe52b; }
    body.h2o .col-four-team-grid .col-four.active .content-wrapper {
      visibility: visible;
      height: 300px; }
    body.h2o .col-four-team-grid .col-four span:hover .image img {
      -webkit-filter: grayscale(0);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(0); }
    body.h2o .col-four-team-grid .col-four-team-info-div {
      position: absolute;
      display: none;
      background: #f8f8f8;
      width: 100%;
      top: 0;
      z-index: 4; }
    body.h2o .col-four-team-grid .column-wrapper {
      position: relative;
      padding: 58px 0 55px; }
      @media (max-width: 767px) {
        body.h2o .col-four-team-grid .column-wrapper {
          padding: 40px 0 30px; } }
      body.h2o .col-four-team-grid .column-wrapper .col-two h6 {
        font-size: 18px;
        margin-bottom: 23px; }
        @media (max-width: 767px) {
          body.h2o .col-four-team-grid .column-wrapper .col-two h6 {
            font-size: 16px; } }
        body.h2o .col-four-team-grid .column-wrapper .col-two h6:before {
          left: 0; }
      body.h2o .col-four-team-grid .column-wrapper .col-two p {
        font-size: 18px;
        padding-bottom: 29px; }
        @media (max-width: 767px) {
          body.h2o .col-four-team-grid .column-wrapper .col-two p {
            font-size: 16px;
            padding-bottom: 20px; } }
        body.h2o .col-four-team-grid .column-wrapper .col-two p:last-child {
          padding-bottom: 0; }
      body.h2o .col-four-team-grid .column-wrapper .col-two:first-child {
        padding-right: 20px; }
      body.h2o .col-four-team-grid .column-wrapper .col-two.content-445 {
        padding-left: 112px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .col-four-team-grid .column-wrapper .col-two.content-445 {
            padding-left: 100px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .col-four-team-grid .column-wrapper .col-two.content-445 {
            padding-left: 50px; } }
        @media (max-width: 767px) {
          body.h2o .col-four-team-grid .column-wrapper .col-two.content-445 {
            padding-left: 0;
            padding-top: 20px; } }
        body.h2o .col-four-team-grid .column-wrapper .col-two.content-445 .content {
          padding: 13px 19px 14px;
          margin-top: 7px;
          display: block;
          float: left;
          width: 100%; }
          body.h2o .col-four-team-grid .column-wrapper .col-two.content-445 .content span {
            font-size: 18px;
            color: #FFFFFF;
            font-family: "motiva-sans", sans-serif;
            display: block; }
            @media (max-width: 767px) {
              body.h2o .col-four-team-grid .column-wrapper .col-two.content-445 .content span {
                font-size: 16px; } }
            body.h2o .col-four-team-grid .column-wrapper .col-two.content-445 .content span.time {
              font-size: 14px;
              padding-top: 4px; }
      body.h2o .col-four-team-grid .column-wrapper .close {
        position: absolute;
        right: 0px;
        top: 31px;
        width: 27px;
        height: 27px;
        cursor: pointer; }
        @media (max-width: 767px) {
          body.h2o .col-four-team-grid .column-wrapper .close {
            top: 20px;
            width: 20px;
            height: 20px; } }
  body.h2o .col-two-accordion {
    background-color: #D3D3D1; }
    body.h2o .col-two-accordion h4 span {
      font-weight: 500;
      padding: 7px 8px 13px; }
    body.h2o .col-two-accordion .col-two-outer {
      float: left;
      width: 100%;
      padding: 25px 0 13px; }
      body.h2o .col-two-accordion .col-two-outer .col-two:first-child {
        padding-right: 16px; }
        @media (max-width: 767px) {
          body.h2o .col-two-accordion .col-two-outer .col-two:first-child {
            padding-right: 0; } }
      body.h2o .col-two-accordion .col-two-outer .col-two:last-child {
        padding-left: 14px; }
        @media (max-width: 767px) {
          body.h2o .col-two-accordion .col-two-outer .col-two:last-child {
            padding-left: 0; } }
    body.h2o .col-two-accordion .accordion-toggle {
      border-bottom: 1px solid #9F9F9F; }
      body.h2o .col-two-accordion .accordion-toggle h5 {
        position: relative;
        padding: 14px 0;
        cursor: pointer;
        font-family: "proxima-nova", sans-serif; }
        body.h2o .col-two-accordion .accordion-toggle h5:before {
          content: "";
          position: absolute;
          left: 0;
          bottom: 11px;
          background: #ffe52b;
          width: 65px;
          height: 4px;
          opacity: 0; }
        body.h2o .col-two-accordion .accordion-toggle h5 span {
          position: absolute;
          width: 15px;
          height: 15px;
          top: 30px;
          right: 0;
          padding: 0;
          background: transparent;
          border: 1px solid #000000; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .col-two-accordion .accordion-toggle h5 span {
              top: 24px; } }
          @media (max-width: 767px) {
            body.h2o .col-two-accordion .accordion-toggle h5 span {
              top: 19px; } }
          body.h2o .col-two-accordion .accordion-toggle h5 span:before {
            content: "";
            position: absolute;
            top: 6px;
            width: 10px;
            height: 1px;
            left: 1px;
            background: #000000;
            -webkit-transform: scale(1, 1);
                 -o-transform: scale(1, 1);
                    transform: scale(1, 1);
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; }
          body.h2o .col-two-accordion .accordion-toggle h5 span:after {
            content: "";
            opacity: 1;
            position: absolute;
            background: #000000;
            width: 1px;
            height: 10px;
            top: 1px;
            left: 6px;
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear; }
      body.h2o .col-two-accordion .accordion-toggle .content {
        display: none;
        padding-bottom: 24px; }
        body.h2o .col-two-accordion .accordion-toggle .content p {
          font-size: 18px; }
          @media (max-width: 767px) {
            body.h2o .col-two-accordion .accordion-toggle .content p {
              font-size: 16px; } }
      body.h2o .col-two-accordion .accordion-toggle.rotate-arrow h5:before {
        opacity: 1; }
      body.h2o .col-two-accordion .accordion-toggle.rotate-arrow h5 span:before {
        -webkit-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg); }
      body.h2o .col-two-accordion .accordion-toggle.rotate-arrow h5 span:after {
        -webkit-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg); }
  body.h2o .faq-accordion h4 span {
    font-weight: 500;
    padding: 7px 8px; }
  body.h2o .faq-accordion .col-wrap {
    float: left;
    width: 100%;
    max-width: 825px;
    padding: 50px 0 13px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .faq-accordion .col-wrap {
        padding: 30px 0 13px; } }
    @media (max-width: 767px) {
      body.h2o .faq-accordion .col-wrap {
        padding: 26px 0 13px; } }
  body.h2o .faq-accordion .accordion-toggle {
    border-bottom: 1px solid #9F9F9F; }
    body.h2o .faq-accordion .accordion-toggle h5 {
      position: relative;
      padding: 14px 0;
      cursor: pointer;
      font-family: "proxima-nova", sans-serif; }
      body.h2o .faq-accordion .accordion-toggle h5:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 11px;
        background: #ffe52b;
        width: 65px;
        height: 4px;
        opacity: 0; }
      body.h2o .faq-accordion .accordion-toggle h5 span {
        position: absolute;
        width: 15px;
        height: 15px;
        top: 30px;
        right: 0;
        padding: 0;
        background: transparent;
        border: 1px solid #000000; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .faq-accordion .accordion-toggle h5 span {
            top: 24px; } }
        @media (max-width: 767px) {
          body.h2o .faq-accordion .accordion-toggle h5 span {
            top: 19px; } }
        body.h2o .faq-accordion .accordion-toggle h5 span:before {
          content: "";
          position: absolute;
          top: 6px;
          width: 10px;
          height: 1px;
          left: 1px;
          background: #000000;
          -webkit-transform: scale(1, 1);
               -o-transform: scale(1, 1);
                  transform: scale(1, 1);
          -webkit-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
        body.h2o .faq-accordion .accordion-toggle h5 span:after {
          content: "";
          opacity: 1;
          position: absolute;
          background: #000000;
          width: 1px;
          height: 10px;
          top: 1px;
          left: 6px;
          -webkit-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
    body.h2o .faq-accordion .accordion-toggle .content {
      display: none;
      padding-bottom: 24px; }
      body.h2o .faq-accordion .accordion-toggle .content p {
        font-size: 18px; }
        @media (max-width: 767px) {
          body.h2o .faq-accordion .accordion-toggle .content p {
            font-size: 16px; } }
    body.h2o .faq-accordion .accordion-toggle.rotate-arrow {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      body.h2o .faq-accordion .accordion-toggle.rotate-arrow h5:before {
        opacity: 1; }
      body.h2o .faq-accordion .accordion-toggle.rotate-arrow h5 span:before {
        -webkit-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg); }
      body.h2o .faq-accordion .accordion-toggle.rotate-arrow h5 span:after {
        -webkit-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg); }
  body.h2o .community-overlay-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 65;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 20px;
    overflow-y: scroll; }
    body.h2o .community-overlay-form#company-form .form-box form .mktoFormRow {
      width: 100% !important; }
    body.h2o .community-overlay-form .v-middle-wrapper {
      z-index: 0;
      opacity: 0; }
      body.h2o .community-overlay-form .v-middle-wrapper .v-middle-inner {
        padding: 0 20px; }
    body.h2o .community-overlay-form .thank-you-msg {
      display: block;
      font-size: 20px;
      color: #FFFFFF; }
    body.h2o .community-overlay-form .form-box {
      position: relative;
      max-width: 526px;
      margin: 0 auto;
      width: 100%;
      padding: 30px 40px;
      z-index: 12;
      background: #464646; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .community-overlay-form .form-box {
          padding: 35px 30px 40px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .community-overlay-form .form-box {
          padding: 30px 25px 35px;
          left: 0px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .community-overlay-form .form-box {
          padding: 30px 25px;
          z-index: 1; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .community-overlay-form .form-box {
          padding: 20px 20px 25px;
          z-index: 1; } }
      @media (max-width: 480px) {
        body.h2o .community-overlay-form .form-box {
          padding: 20px 20px 25px;
          z-index: 1; } }
      @media (max-width: 767px) {
        body.h2o .community-overlay-form .form-box {
          position: relative;
          bottom: auto;
          left: auto;
          right: auto;
          margin: 10px auto 0; } }
      body.h2o .community-overlay-form .form-box .close-overlay {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 16px;
        height: 16px;
        cursor: pointer;
        z-index: 3; }
        body.h2o .community-overlay-form .form-box .close-overlay:before {
          content: "";
          position: absolute;
          top: 7px;
          left: -2px;
          width: 20px;
          height: 2px;
          background: #FFFFFF;
          -webkit-transform: rotate(45deg);
               -o-transform: rotate(45deg);
                  transform: rotate(45deg); }
        body.h2o .community-overlay-form .form-box .close-overlay:after {
          content: "";
          position: absolute;
          top: 7px;
          left: -2px;
          width: 20px;
          height: 2px;
          background: #FFFFFF;
          -webkit-transform: rotate(-45deg);
               -o-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
      body.h2o .community-overlay-form .form-box form {
        position: relative;
        z-index: 2; }
        body.h2o .community-overlay-form .form-box form label {
          font-family: "proxima-nova", sans-serif;
          font-size: 14px;
          color: #FFFFFF;
          font-weight: 100;
          margin: 22px 0 7px 0;
          display: block; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .community-overlay-form .form-box form label {
              margin: 25px 0 3px 0; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .community-overlay-form .form-box form label {
              margin: 15px 0 3px 0; } }
          @media (max-width: 595px) {
            body.h2o .community-overlay-form .form-box form label {
              margin: 12px 0 3px 0;
              font-size: 12px; } }
        body.h2o .community-overlay-form .form-box form input {
          font-family: "proxima-nova", sans-serif;
          font-size: 14px;
          font-weight: 100;
          width: 100%;
          outline: none;
          border: 0;
          height: 30px;
          padding: 6px 10px 7px 9px;
          color: #000000; }
          body.h2o .community-overlay-form .form-box form input:focus {
            outline: none;
            border: 0; }
          body.h2o .community-overlay-form .form-box form input::-webkit-input-placeholder {
            text-transform: none; }
          body.h2o .community-overlay-form .form-box form input::-moz-placeholder {
            text-transform: none; }
          body.h2o .community-overlay-form .form-box form input:-ms-input-placeholder {
            text-transform: none; }
          body.h2o .community-overlay-form .form-box form input:-moz-placeholder {
            text-transform: none; }
        body.h2o .community-overlay-form .form-box form input::-ms-clear {
          display: none; }
        body.h2o .community-overlay-form .form-box form select {
          font-family: "proxima-nova", sans-serif;
          border-radius: 0px;
          width: 100%;
          border: none;
          padding: 6px 33px 7px 9px;
          font-size: 14px;
          outline: none;
          height: 30px;
          background-color: #FFFFFF;
          -webkit-appearance: none;
          -moz-appearance: none;
          background: #FFFFFF url(/wp-content/themes/h2o2016/refresh_2018/templates/dist/images/contact_us/down.png) no-repeat 97.9% 50%;
          background-size: 11px 7px;
          max-width: 460px; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .community-overlay-form .form-box form select {
              max-width: 100%; } }
          @media (max-width: 991px) {
            body.h2o .community-overlay-form .form-box form select {
              max-width: 100%; } }
          body.h2o .community-overlay-form .form-box form select:focus {
            outline: none; }
          body.h2o .community-overlay-form .form-box form select:-moz-focusring {
            color: transparent;
            text-shadow: 0 0 0 #000000; }
          body.h2o .community-overlay-form .form-box form select::-ms-expand {
            display: none; }
          body.h2o .community-overlay-form .form-box form select[multiple="multiple"] {
            height: 120px;
            background: #FFFFFF;
            padding: 6px 9px 7px; }
            body.h2o .community-overlay-form .form-box form select[multiple="multiple"] option {
              width: 100%;
              display: block !important; }
        body.h2o .community-overlay-form .form-box form textarea {
          max-width: 460px;
          overflow: auto \0;
          font-family: "proxima-nova", sans-serif;
          font-size: 14px;
          width: 100%;
          margin-top: 0px;
          height: 100%;
          min-height: 138px;
          border: 0;
          padding: 6px 10px 7px 9px;
          outline: none;
          color: #000000;
          background-color: #FFFFFF;
          -webkit-box-shadow: none;
          box-shadow: none;
          /*margin-bottom: 28px;*/ }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .community-overlay-form .form-box form textarea {
              max-width: 100%; } }
          @media (max-width: 991px) {
            body.h2o .community-overlay-form .form-box form textarea {
              max-width: 100%;
              /*margin-bottom: 20px;*/ } }
    body.h2o .community-overlay-form .mktoForm {
      width: 100% !important; }
      body.h2o .community-overlay-form .mktoForm .mktoFormRow {
        width: 50% !important;
        padding: 0 15px; }
        @media (max-width: 480px) {
          body.h2o .community-overlay-form .mktoForm .mktoFormRow {
            width: 100% !important;
            padding: 0; } }
        body.h2o .community-overlay-form .mktoForm .mktoFormRow:nth-child(10), body.h2o .community-overlay-form .mktoForm .mktoFormRow:nth-child(11) {
          display: none !important; }
        body.h2o .community-overlay-form .mktoForm .mktoFormRow .mktoFormCol {
          margin-bottom: 0 !important; }
        body.h2o .community-overlay-form .mktoForm .mktoFormRow .mktoField {
          border: none !important;
          width: 100% !important; }
        body.h2o .community-overlay-form .mktoForm .mktoFormRow * {
          text-align: left !important; }
        body.h2o .community-overlay-form .mktoForm .mktoFormRow .mktoGutter {
          display: none; }
        body.h2o .community-overlay-form .mktoForm .mktoFormRow:nth-child(8), body.h2o .community-overlay-form .mktoForm .mktoFormRow:nth-child(9) {
          width: 100% !important; }
      body.h2o .community-overlay-form .mktoForm .mktoLabel {
        padding-top: 0 !important;
        width: 100% !important; }
      body.h2o .community-overlay-form .mktoForm .mktoButtonRow {
        text-align: center; }
      body.h2o .community-overlay-form .mktoForm button.mktoButton {
        position: relative;
        max-width: 110px;
        margin: 0 auto !important;
        font-size: 14px !important;
        padding: 14px 0px 13px 0px !important;
        margin-top: 30px !important;
        letter-spacing: 0.0001em !important;
        text-transform: capitalize !important;
        color: #000000 !important;
        border: 0 !important;
        background: #ffe52b !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
        white-space: nowrap !important;
        border-radius: 0 !important;
        text-align: center !important;
        font-weight: 600 !important;
        white-space: nowrap !important;
        text-decoration: none !important; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .community-overlay-form .mktoForm button.mktoButton {
            padding: 12px 16px 12px 16px !important; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .community-overlay-form .mktoForm button.mktoButton {
            padding: 12px 16px 12px 16px !important; } }
        @media (max-width: 595px) {
          body.h2o .community-overlay-form .mktoForm button.mktoButton {
            padding: 10px 16px 10px 16px !important;
            font-size: 12px !important; } }
        @media (max-width: 480px) {
          body.h2o .community-overlay-form .mktoForm button.mktoButton {
            margin-top: 10px !important; } }
        body.h2o .community-overlay-form .mktoForm button.mktoButton:focus {
          outline: none; }
  body.h2o .presentations {
    padding: 101px 0 95px; }
    @media (max-width: 1150px) {
      body.h2o .presentations {
        padding: 80px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .presentations {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o .presentations {
        padding: 30px 0; } }
    body.h2o .presentations .text-wrapper {
      margin-bottom: 52px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .presentations .text-wrapper {
          margin-bottom: 30px; } }
      @media (max-width: 991px) {
        body.h2o .presentations .text-wrapper {
          margin-bottom: 20px;
          text-align: center; } }
      body.h2o .presentations .text-wrapper h4 {
        display: inline-block;
        margin-right: 50px; }
        @media (max-width: 480px) {
          body.h2o .presentations .text-wrapper h4 {
            margin-right: 10px; } }
      body.h2o .presentations .text-wrapper .link-text {
        position: relative;
        color: #000000;
        font-weight: 700;
        font-size: 18px;
        padding-right: 23px;
        letter-spacing: -0.03em; }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .presentations .text-wrapper .link-text {
            font-size: 16px; } }
        @media (max-width: 595px) {
          body.h2o .presentations .text-wrapper .link-text {
            padding-top: 0;
            font-size: 16px; } }
        @media (max-width: 480px) {
          body.h2o .presentations .text-wrapper .link-text {
            font-size: 16px; } }
        body.h2o .presentations .text-wrapper .link-text:after {
          content: '';
          position: absolute;
          top: calc(50% - 6px);
          right: 0;
          width: 14px;
          height: 14px;
          background: url(/wp-content/themes/h2o2018/templates/dist/images/news_images/black_link.svg);
          background-size: cover; }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .presentations .text-wrapper .link-text:after {
              top: 8px;
              right: 0;
              width: 12px;
              height: 12px; } }
          @media (max-width: 595px) {
            body.h2o .presentations .text-wrapper .link-text:after {
              top: 3px;
              right: 0;
              width: 12px;
              height: 12px; } }
    body.h2o .presentations .content-wrapper {
      max-width: 820px;
      margin: 0 auto;
      padding: 57px 0 0; }
      @media (max-width: 1150px) {
        body.h2o .presentations .content-wrapper {
          padding: 30px 0 0; } }
      @media (max-width: 767px) {
        body.h2o .presentations .content-wrapper {
          padding: 20px 0 0; } }
      @media (max-width: 767px) {
        body.h2o .presentations .content-wrapper {
          max-width: 695px; } }
      @media (max-width: 595px) {
        body.h2o .presentations .content-wrapper {
          max-width: 550px; } }
      body.h2o .presentations .content-wrapper p {
        font-size: 18px;
        font-family: "motiva-sans", sans-serif; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .presentations .content-wrapper p {
            font-size: 16px; } }
        @media (max-width: 767px) {
          body.h2o .presentations .content-wrapper p {
            font-size: 16px; } }
        @media (max-width: 595px) {
          body.h2o .presentations .content-wrapper p {
            font-size: 14px; } }
    body.h2o .presentations .related-post-slider .slider-wrapper {
      padding: 0; }
    body.h2o .presentations .related-post-slider .slide-nav .prev-slide {
      margin-left: -25px; }
      @media (max-width: 1150px) {
        body.h2o .presentations .related-post-slider .slide-nav .prev-slide {
          margin-left: -18px; } }
    body.h2o .presentations .related-post-slider .slide-nav .next-slide {
      margin-right: -25px; }
      @media (max-width: 1150px) {
        body.h2o .presentations .related-post-slider .slide-nav .next-slide {
          margin-right: -18px; } }
  body.h2o .meetup-community {
    padding: 101px 0; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .meetup-community {
        padding: 80px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .meetup-community {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o .meetup-community {
        padding: 30px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .meetup-community .container > h6 {
        text-align: center; } }
    @media (max-width: 767px) {
      body.h2o .meetup-community .container > h6 {
        text-align: center; } }
    body.h2o .meetup-community .head {
      margin-bottom: 46px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .meetup-community .head {
          margin-bottom: 40px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .meetup-community .head {
          margin-bottom: 30px;
          text-align: center; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .meetup-community .head {
          margin-bottom: 20px;
          text-align: center; } }
      @media (max-width: 595px) {
        body.h2o .meetup-community .head {
          margin-bottom: 10px;
          text-align: center; } }
      body.h2o .meetup-community .head h4 {
        display: inline-block;
        margin-right: 34px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .meetup-community .head h4 {
            margin-right: 24px; } }
        @media (max-width: 767px) {
          body.h2o .meetup-community .head h4 {
            margin-right: 14px; } }
      body.h2o .meetup-community .head a {
        font-size: 18px;
        padding-right: 23px; }
        @media (max-width: 767px) {
          body.h2o .meetup-community .head a {
            font-size: 16px;
            padding-top: 0; } }
        body.h2o .meetup-community .head a:after {
          content: '';
          position: absolute;
          bottom: calc(50% - 8px);
          right: 0;
          width: 14px;
          height: 14px;
          background: url(/wp-content/themes/h2o2018/templates/dist/images/news_images/black_link.svg);
          background-size: cover; }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .meetup-community .head a:after {
              bottom: 10px;
              right: 0;
              width: 12px;
              height: 12px; } }
          @media (max-width: 595px) {
            body.h2o .meetup-community .head a:after {
              bottom: 10px;
              right: 0;
              width: 12px;
              height: 12px; } }
    body.h2o .meetup-community h6 {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 25px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .meetup-community h6 {
          margin-bottom: 0px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .meetup-community h6 {
          margin-bottom: 0px; } }
      @media (max-width: 767px) {
        body.h2o .meetup-community h6 {
          margin-bottom: 0px;
          font-size: 16px; } }
    body.h2o .meetup-community .map-wrapper {
      float: left;
      width: 100%; }
      body.h2o .meetup-community .map-wrapper .number-box {
        width: 100%;
        max-width: 304px;
        margin: 0 auto;
        margin: 26px auto 30px; }
        @media (max-width: 767px) {
          body.h2o .meetup-community .map-wrapper .number-box {
            max-width: 276px;
            margin: 20px auto 24px; } }
        body.h2o .meetup-community .map-wrapper .number-box .box {
          float: left;
          height: 112px;
          width: 137px;
          background: #ffe52b;
          padding: 22px 23px;
          margin-right: 30px; }
          @media (max-width: 767px) {
            body.h2o .meetup-community .map-wrapper .number-box .box {
              height: 100px;
              width: 125px;
              padding: 25px 10px;
              margin-right: 25px; } }
          body.h2o .meetup-community .map-wrapper .number-box .box span {
            font-size: 18px;
            color: #161616;
            display: block;
            text-align: center; }
            @media (max-width: 767px) {
              body.h2o .meetup-community .map-wrapper .number-box .box span {
                font-size: 16px; } }
            body.h2o .meetup-community .map-wrapper .number-box .box span.bold {
              font-size: 30px;
              font-weight: 700;
              margin-bottom: 6px; }
              @media (min-width: 768px) and (max-width: 991px) {
                body.h2o .meetup-community .map-wrapper .number-box .box span.bold {
                  font-size: 22px; } }
              @media (max-width: 767px) {
                body.h2o .meetup-community .map-wrapper .number-box .box span.bold {
                  font-size: 20px; } }
          body.h2o .meetup-community .map-wrapper .number-box .box:last-child {
            margin-right: 0; }
        body.h2o .meetup-community .map-wrapper .number-box:after {
          content: "";
          display: block;
          clear: both; }
      body.h2o .meetup-community .map-wrapper .map-wrap {
        float: left;
        position: relative;
        width: 100%; }
        body.h2o .meetup-community .map-wrapper .map-wrap > div.map {
          height: 344px; }
        body.h2o .meetup-community .map-wrapper .map-wrap .info_content {
          text-align: left;
          padding: 10px 0 0; }
          body.h2o .meetup-community .map-wrapper .map-wrap .info_content h3 {
            font-size: 20px;
            font-family: "proxima-nova", sans-serif;
            color: #161616; }
          body.h2o .meetup-community .map-wrapper .map-wrap .info_content p {
            font-size: 16px;
            color: #161616;
            margin: 0px 0 16px;
            text-transform: capitalize; }
            body.h2o .meetup-community .map-wrapper .map-wrap .info_content p.icon-wrap {
              font-size: 14px;
              margin: 0; }
            body.h2o .meetup-community .map-wrapper .map-wrap .info_content p img {
              margin-right: 10px; }
      body.h2o .meetup-community .map-wrapper .btn-wrap {
        float: left;
        width: 100%;
        margin-bottom: 58px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .meetup-community .map-wrapper .btn-wrap {
            margin-bottom: 45px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .meetup-community .map-wrapper .btn-wrap {
            margin-bottom: 30px; } }
        @media (max-width: 767px) {
          body.h2o .meetup-community .map-wrapper .btn-wrap {
            margin-bottom: 20px; } }
        body.h2o .meetup-community .map-wrapper .btn-wrap .btn-yellow, body.h2o .meetup-community .map-wrapper .btn-wrap .btn-black {
          margin: 29px 0 18px; }
        body.h2o .meetup-community .map-wrapper .btn-wrap p {
          font-size: 14px;
          color: #161616; }
          body.h2o .meetup-community .map-wrapper .btn-wrap p a {
            color: #161616; }
            body.h2o .meetup-community .map-wrapper .btn-wrap p a:before {
              left: 0;
              right: 0;
              bottom: 1px;
              background: #aaaaaa;
              width: 100%;
              height: 1px; }
    body.h2o .meetup-community .generic-view-grid .wrap-div {
      display: none; }
    body.h2o .meetup-community .generic-view-grid .grid-outer .load-more-container {
      margin-top: 3px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .meetup-community .generic-view-grid .grid-outer .load-more-container {
          margin-top: 20px; } }
      @media (max-width: 767px) {
        body.h2o .meetup-community .generic-view-grid .grid-outer .load-more-container {
          margin-top: 20px; } }
  body.h2o.we-small-height .community-videos {
    padding-bottom: 0; }
  body.h2o .community-videos {
    padding: 92px 0 0; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .community-videos {
        padding: 70px 0 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .community-videos {
        padding: 40px 0 0; } }
    @media (max-width: 767px) {
      body.h2o .community-videos {
        padding: 30px 0 0; } }
    body.h2o .community-videos .image {
      height: 200px;
      overflow: hidden; }
      body.h2o .community-videos .image > img {
        min-width: 100%;
        min-height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body.h2o .community-videos .head {
      margin-bottom: 60px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .community-videos .head {
          margin-bottom: 45px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .community-videos .head {
          margin-bottom: 30px;
          text-align: center; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .community-videos .head {
          margin-bottom: 5px;
          text-align: center; } }
      @media (max-width: 595px) {
        body.h2o .community-videos .head {
          margin-bottom: 0px;
          text-align: center; } }
      body.h2o .community-videos .head h4 {
        display: inline-block;
        margin-right: 34px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .community-videos .head h4 {
            margin-right: 24px; } }
        @media (max-width: 767px) {
          body.h2o .community-videos .head h4 {
            margin-right: 14px; } }
        body.h2o .community-videos .head h4 > span {
          padding: 10px; }
          @media (max-width: 767px) {
            body.h2o .community-videos .head h4 > span {
              padding: 5px 7px; } }
      body.h2o .community-videos .head a {
        font-size: 18px;
        padding-right: 23px; }
        @media (max-width: 767px) {
          body.h2o .community-videos .head a {
            font-size: 16px; } }
        body.h2o .community-videos .head a:after {
          content: '';
          position: absolute;
          bottom: calc(50% - 8px);
          right: 0;
          width: 14px;
          height: 14px;
          background: url(/wp-content/themes/h2o2018/templates/dist/images/news_images/black_link.svg);
          background-size: cover; }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .community-videos .head a:after {
              bottom: 10px;
              right: 0;
              width: 12px;
              height: 12px; } }
          @media (max-width: 595px) {
            body.h2o .community-videos .head a:after {
              bottom: 10px;
              right: 0;
              width: 12px;
              height: 12px; } }
    body.h2o .community-videos .grid-outer {
      width: calc(100% + 30px);
      margin: 0 -15px;
      font-size: 0;
      text-align: center; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .community-videos .grid-outer {
          width: calc(100% + 14px);
          margin: 0 -7px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .community-videos .grid-outer {
          width: calc(100% + 10px);
          margin: 0 -5px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .community-videos .grid-outer {
          width: calc(100% + 10px);
          margin: 0 -5px; } }
      @media (max-width: 480px) {
        body.h2o .community-videos .grid-outer {
          width: 100%;
          margin: 0; } }
      body.h2o .community-videos .grid-outer:after {
        content: '';
        display: block;
        clear: both; }
      body.h2o .community-videos .grid-outer .col-three {
        width: calc(33.33% - 30px);
        margin: 0 15px;
        float: none;
        display: inline-block;
        text-align: left;
        vertical-align: top; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .community-videos .grid-outer .col-three {
            width: calc(33.33% - 14px);
            margin: 0 7px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .community-videos .grid-outer .col-three {
            width: calc(50% - 10px);
            margin: 15px 5px 0; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .community-videos .grid-outer .col-three {
            width: calc(50% - 10px);
            margin: 15px 5px 0; } }
        @media (max-width: 480px) {
          body.h2o .community-videos .grid-outer .col-three {
            width: 100%;
            margin: 10px 0 0; } }
    body.h2o .community-videos .video-play {
      display: block;
      position: relative; }
      body.h2o .community-videos .video-play .button {
        position: absolute;
        bottom: 0;
        right: 0; }
        body.h2o .community-videos .video-play .button .right-arrow {
          padding: 17px 18px 16px 19px;
          background: #000000;
          display: block; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .community-videos .video-play .button .right-arrow {
              padding: 15px 16px 14px 16px; } }
          @media (max-width: 767px) {
            body.h2o .community-videos .video-play .button .right-arrow {
              padding: 14px 14px; } }
    body.h2o .community-videos h6 {
      font-size: 18px;
      font-weight: 700;
      margin: 15px 0 5px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .community-videos h6 {
          margin: 10px 0 5px; } }
      @media (max-width: 767px) {
        body.h2o .community-videos h6 {
          font-size: 16px;
          margin: 7px 0 0; } }
    body.h2o .community-videos .link-text {
      font-size: 14px;
      display: inline-block; }
  body.h2o .livestream_video_script {
    display: none; }
  body.h2o .customer-grid.logo-grid-partner {
    padding: 109px 0 70px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .customer-grid.logo-grid-partner {
        padding: 40px 0 10px; } }
    @media (max-width: 767px) {
      body.h2o .customer-grid.logo-grid-partner {
        padding: 30px 0 10px; } }
    body.h2o .customer-grid.logo-grid-partner .image {
      display: table-cell;
      vertical-align: middle;
      height: 214px;
      padding: 0 20px; }
      body.h2o .customer-grid.logo-grid-partner .image > img {
        min-height: auto;
        min-width: auto; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .customer-grid.logo-grid-partner .image > img {
            max-width: 260px; } }
        @media (max-width: 991px) {
          body.h2o .customer-grid.logo-grid-partner .image > img {
            max-width: 200px; } }
    body.h2o .customer-grid.logo-grid-partner .col-three {
      -webkit-box-shadow: 0 0 10px 0 rgba(158, 158, 158, 0.8);
              box-shadow: 0 0 10px 0 rgba(158, 158, 158, 0.8);
      margin-bottom: 30px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .customer-grid.logo-grid-partner .col-three {
          margin-bottom: 20px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .customer-grid.logo-grid-partner .col-three {
          margin-bottom: 10px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .customer-grid.logo-grid-partner .col-three {
          margin-bottom: 10px; } }
      @media (max-width: 595px) {
        body.h2o .customer-grid.logo-grid-partner .col-three {
          margin-bottom: 10px; } }
      body.h2o .customer-grid.logo-grid-partner .col-three .content {
        display: table;
        width: 100%;
        text-align: center;
        margin-top: 0; }
      body.h2o .customer-grid.logo-grid-partner .col-three span.link-text {
        position: absolute;
        bottom: 0;
        right: 20px; }
        body.h2o .customer-grid.logo-grid-partner .col-three span.link-text:before {
          display: none; }
        @media (max-width: 991px) {
          body.h2o .customer-grid.logo-grid-partner .col-three span.link-text {
            bottom: 6px; } }
      body.h2o .customer-grid.logo-grid-partner .col-three:before {
        content: "";
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: 0;
        background: #ffe52b;
        width: 0;
        height: 8px;
        z-index: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .customer-grid.logo-grid-partner .col-three:before {
            height: 6px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .customer-grid.logo-grid-partner .col-three:before {
            height: 5px; } }
        @media (max-width: 767px) {
          body.h2o .customer-grid.logo-grid-partner .col-three:before {
            height: 4px; } }
      body.h2o .customer-grid.logo-grid-partner .col-three.active:before {
        left: 0;
        right: 0;
        width: 100%; }
    body.h2o .customer-grid.logo-grid-partner .customer-info-div .col-two:nth-child(2) p {
      color: #000000; }
      body.h2o .customer-grid.logo-grid-partner .customer-info-div .col-two:nth-child(2) p > a {
        color: #000000; }
        body.h2o .customer-grid.logo-grid-partner .customer-info-div .col-two:nth-child(2) p > a:before {
          background: #ffe52b;
          bottom: -2px; }
  body.h2o .customer-grid .customer-info-div .col-two:nth-child(2) {
    padding: 0; }
    @media (max-width: 767px) {
      body.h2o .customer-grid .customer-info-div .col-two:nth-child(2) {
        margin-top: 10px; } }
  body.h2o .customer-grid .customer-info-div .col-two h5 {
    font-weight: 500; }
    body.h2o .customer-grid .customer-info-div .col-two h5:before {
      left: 0;
      bottom: -5px; }
    @media (max-width: 767px) {
      body.h2o .customer-grid .customer-info-div .col-two h5 {
        margin: 0 0 20px; } }
  body.h2o .customer-grid .customer-info-div .col-two .link-text {
    font-size: 14px;
    display: table; }
  body.h2o .customer-grid .customer-info-div .col-two.writer-col .link-text:after {
    display: inline; }
  @media (max-width: 767px) {
    body.h2o .customer-grid .customer-info-div .close-icon {
      width: 23px;
      height: 23px; } }
  body.h2o .contact-overlay .contact-form {
    max-width: 580px;
    margin: 0 auto;
    padding: 40px;
    background: #FFFFFF;
    position: relative;
    height: calc(100vh - 180px);
    overflow: scroll;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(128, 128, 128, 0.75);
            box-shadow: 0px 0px 20px -5px rgba(128, 128, 128, 0.75); }
    @media (max-width: 767px) {
      body.h2o .contact-overlay .contact-form {
        padding: 20px; } }
    body.h2o .contact-overlay .contact-form:after {
      content: "";
      display: block;
      clear: both; }
    body.h2o .contact-overlay .contact-form h4 {
      font-weight: 500; }
      body.h2o .contact-overlay .contact-form h4:before {
        margin: auto;
        left: 0;
        right: 0; }
    body.h2o .contact-overlay .contact-form p {
      font-size: 14px;
      padding: 26px 40px; }
      @media (max-width: 595px) {
        body.h2o .contact-overlay .contact-form p {
          padding: 26px 0; } }
    body.h2o .contact-overlay .contact-form .row {
      float: left;
      width: 100%;
      text-align: left;
      margin-bottom: 18px; }
      @media (max-width: 767px) {
        body.h2o .contact-overlay .contact-form .row {
          margin-bottom: 14px; } }
      body.h2o .contact-overlay .contact-form .row input {
        font-family: "proxima-nova", sans-serif;
        font-size: 14px;
        font-weight: 100;
        width: 100%;
        outline: none;
        border: 0;
        height: 30px;
        padding: 6px 10px 7px 9px;
        color: #000000;
        background: #f8f8f8;
        -webkit-box-shadow: none;
                box-shadow: none; }
      body.h2o .contact-overlay .contact-form .row input::-ms-clear {
        display: none; }
      body.h2o .contact-overlay .contact-form .row label {
        font-size: 14px;
        margin-bottom: 6px;
        display: block; }
      body.h2o .contact-overlay .contact-form .row textarea {
        font-family: "proxima-nova", sans-serif;
        font-size: 14px;
        width: 100%;
        height: 100%;
        min-height: 77px;
        border: 0;
        padding: 6px 10px 7px 9px;
        outline: none;
        color: #000000;
        background: #f8f8f8;
        -webkit-box-shadow: none;
                box-shadow: none; }
      body.h2o .contact-overlay .contact-form .row .col-two {
        max-width: 220px; }
        @media (max-width: 767px) {
          body.h2o .contact-overlay .contact-form .row .col-two {
            max-width: inherit; } }
        @media (max-width: 767px) {
          body.h2o .contact-overlay .contact-form .row .col-two:first-child {
            margin-bottom: 20px; } }
        body.h2o .contact-overlay .contact-form .row .col-two:last-child {
          float: right; }
      body.h2o .contact-overlay .contact-form .row.button {
        text-align: center; }
        body.h2o .contact-overlay .contact-form .row.button .btn-submit {
          border: none;
          outline: none;
          font-weight: 700;
          font-size: 14px;
          margin-top: 10px;
          font-family: "proxima-nova", sans-serif;
          background-color: #ffe52b;
          padding: 12px 32px 11px 30px;
          cursor: pointer; }
      body.h2o .contact-overlay .contact-form .row:last-child {
        margin-bottom: 0 !important; }
  body.h2o .filter-tabs.partner .filter-btn {
    margin: 14px 0 0 0;
    float: right; }
    @media (max-width: 991px) {
      body.h2o .filter-tabs.partner .filter-btn {
        float: none;
        margin: 0; } }
    body.h2o .filter-tabs.partner .filter-btn > span {
      padding: 12px 36px 11px 28px; }
      @media (max-width: 991px) {
        body.h2o .filter-tabs.partner .filter-btn > span {
          padding: 10px 26px; } }
  body.h2o .contact-overlay.partner {
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(241, 241, 241, 0.6);
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    z-index: -1; }
    body.h2o .contact-overlay.partner.active {
      opacity: 1;
      z-index: 999; }
    body.h2o .contact-overlay.partner .contact-form {
      padding: 41px 40px;
      margin-bottom: 14px;
      max-width: 538px;
      height: calc(100vh - 213px);
      max-height: 714px; }
      @media (max-width: 767px) {
        body.h2o .contact-overlay.partner .contact-form {
          padding: 41px 25px; } }
      body.h2o .contact-overlay.partner .contact-form p {
        padding: 20px 16px 22px; }
      body.h2o .contact-overlay.partner .contact-form .row {
        margin-bottom: 16px; }
        body.h2o .contact-overlay.partner .contact-form .row textarea {
          min-height: 76px; }
        body.h2o .contact-overlay.partner .contact-form .row label {
          margin-bottom: 4px; }
      body.h2o .contact-overlay.partner .contact-form .mktoForm {
        text-align: left !important; }
        body.h2o .contact-overlay.partner .contact-form .mktoForm .mktoFormCol {
          float: left !important;
          width: 50% !important; }
          body.h2o .contact-overlay.partner .contact-form .mktoForm .mktoFormCol:first-of-type {
            padding-right: 10px !important; }
            @media (max-width: 480px) {
              body.h2o .contact-overlay.partner .contact-form .mktoForm .mktoFormCol:first-of-type {
                padding: 0 !important;
                margin-bottom: 16px !important; } }
          body.h2o .contact-overlay.partner .contact-form .mktoForm .mktoFormCol:nth-of-type(2) {
            padding-left: 10px !important; }
            @media (max-width: 480px) {
              body.h2o .contact-overlay.partner .contact-form .mktoForm .mktoFormCol:nth-of-type(2) {
                padding: 0 !important; } }
          @media (max-width: 480px) {
            body.h2o .contact-overlay.partner .contact-form .mktoForm .mktoFormCol {
              width: 100% !important;
              padding: 0 !important; } }
        body.h2o .contact-overlay.partner .contact-form .mktoForm .mktoFormRow {
          width: 100% !important;
          margin-bottom: 16px !important;
          padding: 0 !important; }
          body.h2o .contact-overlay.partner .contact-form .mktoForm .mktoFormRow:nth-of-type(2), body.h2o .contact-overlay.partner .contact-form .mktoForm .mktoFormRow:nth-of-type(4), body.h2o .contact-overlay.partner .contact-form .mktoForm .mktoFormRow:nth-of-type(6) {
            /*width: 50% !important;*/ }
            body.h2o .contact-overlay.partner .contact-form .mktoForm .mktoFormRow:nth-of-type(2) > .mktoFormCol, body.h2o .contact-overlay.partner .contact-form .mktoForm .mktoFormRow:nth-of-type(4) > .mktoFormCol, body.h2o .contact-overlay.partner .contact-form .mktoForm .mktoFormRow:nth-of-type(6) > .mktoFormCol {
              width: 100% !important;
              padding: 0 !important;
              margin-bottom: 0 !important; }
          body.h2o .contact-overlay.partner .contact-form .mktoForm .mktoFormRow:nth-of-type(6) textarea {
            font-size: 14px;
            width: 100%;
            height: 100%;
            min-height: 77px; }
          body.h2o .contact-overlay.partner .contact-form .mktoForm .mktoFormRow .mktoField {
            border: none !important;
            width: 100% !important;
            font-size: 14px !important;
            font-weight: 100 !important;
            width: 100% !important;
            outline: none !important;
            height: 30px !important;
            padding: 6px 10px 7px 9px !important;
            color: #000000 !important;
            background: #f8f8f8 !important;
            -webkit-box-shadow: none !important;
                    box-shadow: none !important; }
      body.h2o .contact-overlay.partner .contact-form .mktoLabel {
        padding-top: 0 !important;
        width: 100% !important;
        font-size: 14px !important;
        margin-bottom: 4px !important;
        display: block !important; }
      body.h2o .contact-overlay.partner .contact-form .mktoButtonRow {
        text-align: center; }
    body.h2o .contact-overlay.partner .close-icon {
      position: absolute;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      outline: none;
      cursor: pointer;
      right: 20px;
      top: 20px; }
      @media (max-width: 767px) {
        body.h2o .contact-overlay.partner .close-icon {
          width: 23px;
          height: 23px; } }
      body.h2o .contact-overlay.partner .close-icon img {
        height: 100%; }
  body.h2o.we-small-height .contact-overlay .contact-form {
    height: calc(100vh - 90px); }
  body.h2o .partners-full-div .featured-partners {
    padding: 0;
    text-align: center; }
    body.h2o .partners-full-div .featured-partners.visible + .customer-grid {
      padding-top: 10px; }
    body.h2o .partners-full-div .featured-partners .type-banner {
      padding: 10px 0;
      background: #f8f8f8;
      text-transform: uppercase; }
      body.h2o .partners-full-div .featured-partners .type-banner h5 {
        font-weight: normal;
        font-size: 20px; }
    body.h2o .partners-full-div .featured-partners .partner-type.all .type-banner {
      padding-top: 20px; }
    body.h2o .partners-full-div .featured-partners .partner-type .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.h2o .partners-full-div .featured-partners .partner-type .container:after {
        content: none; }
    body.h2o .partners-full-div .featured-partners .partner {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      padding: 20px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      body.h2o .partners-full-div .featured-partners .partner .image {
        min-width: 200px; }
        body.h2o .partners-full-div .featured-partners .partner .image a {
          display: block; }
        body.h2o .partners-full-div .featured-partners .partner .image img {
          display: block;
          max-height: 100px;
          max-width: 225px;
          width: auto;
          -o-object-fit: contain;
             object-fit: contain;
          margin: 0 auto; }
  body.h2o .partners-full-div .customer-grid.logo-grid-partner {
    position: relative;
    background: #f8f8f8; }
    body.h2o .partners-full-div .customer-grid.logo-grid-partner .partner-box {
      background: white; }
  body.h2o .partner-details {
    margin-top: 40px; }
    body.h2o .partner-details h4 {
      font-weight: 500;
      line-height: 1.3;
      color: #000000;
      text-align: center; }
      body.h2o .partner-details h4 span {
        display: inline-block;
        color: #000000;
        background-color: #ffe52b;
        padding: 5px 8px; }
    body.h2o .partner-details .col-three-grid {
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 40px 0;
      display: inline-block;
      font-size: 0; }
      @media (max-width: 767px) {
        body.h2o .partner-details .col-three-grid {
          padding: 20px 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .partner-details .col-three-grid {
          padding: 20px 0; } }
      @media (max-width: 595px) {
        body.h2o .partner-details .col-three-grid {
          padding: 10px 0; } }
      body.h2o .partner-details .col-three-grid .col-three {
        width: calc(33.33% - 20px);
        height: auto;
        padding: 0 10px;
        float: left;
        text-align: center;
        margin: 0 10px; }
        body.h2o .partner-details .col-three-grid .col-three:after {
          content: "";
          display: block;
          clear: both; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .partner-details .col-three-grid .col-three {
            width: calc(50% - 30px);
            margin: 10px 15px 0;
            float: none;
            display: inline-block; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .partner-details .col-three-grid .col-three {
            width: calc(50% - 30px);
            margin: 0 15px 0;
            float: none;
            display: inline-block; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .partner-details .col-three-grid .col-three {
            width: calc(50% - 30px);
            margin: 0 15px 0;
            float: none;
            display: inline-block; } }
        @media (max-width: 595px) {
          body.h2o .partner-details .col-three-grid .col-three {
            width: 100%;
            margin: 10px 0 0;
            float: none;
            display: inline-block; } }
        body.h2o .partner-details .col-three-grid .col-three:nth-last-child(1) {
          position: relative;
          width: calc(33.33% - 20px);
          margin: 0 auto;
          display: block; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .partner-details .col-three-grid .col-three:nth-last-child(1) {
              width: 50%; } }
          @media (max-width: 991px) {
            body.h2o .partner-details .col-three-grid .col-three:nth-last-child(1) {
              width: 50%; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .partner-details .col-three-grid .col-three:nth-last-child(1) {
              width: 50%; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .partner-details .col-three-grid .col-three:nth-last-child(1) {
              width: 100%;
              float: left;
              margin: 0; } }
          @media (max-width: 480px) {
            body.h2o .partner-details .col-three-grid .col-three:nth-last-child(1) {
              width: 100%;
              float: left;
              margin: 0; } }
        body.h2o .partner-details .col-three-grid .col-three .img-wrapper {
          display: block;
          width: 100%;
          padding: 20px 0;
          margin: 0 auto; }
          @media (max-width: 595px) {
            body.h2o .partner-details .col-three-grid .col-three .img-wrapper {
              max-width: 80px;
              margin: 0 auto; } }
          body.h2o .partner-details .col-three-grid .col-three .img-wrapper img {
            max-height: 100px; }
        body.h2o .partner-details .col-three-grid .col-three .img-content {
          display: block;
          margin: 10px;
          padding: 10px; }
          body.h2o .partner-details .col-three-grid .col-three .img-content h5 {
            margin: 0;
            font-weight: 500 !important; }
            body.h2o .partner-details .col-three-grid .col-three .img-content h5:after {
              content: "";
              width: 65px;
              height: 4px;
              display: block;
              position: absolute;
              left: 50%;
              background-color: #ffe52b;
              -webkit-transform: translateX(-50%);
                   -o-transform: translateX(-50%);
                      transform: translateX(-50%);
              margin: 10px 0; }
          body.h2o .partner-details .col-three-grid .col-three .img-content p {
            font-size: 18px;
            padding-top: 30px; }
            @media (max-width: 595px) {
              body.h2o .partner-details .col-three-grid .col-three .img-content p {
                font-size: 16px; } }
    body.h2o .partner-details .brown-bg h5 {
      font-weight: 500 !important;
      text-align: center;
      margin-bottom: 60px; }
      body.h2o .partner-details .brown-bg h5:after {
        content: "";
        width: 65px;
        height: 4px;
        display: block;
        position: absolute;
        left: 50%;
        background-color: #ffe52b;
        -webkit-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
        margin: 10px 0; }
    body.h2o .partner-details .brown-bg .col-wrap {
      margin: 0 auto;
      width: 100%;
      height: auto;
      padding: 40px 0;
      display: inline-block; }
      @media (min-width: 992px) and (max-width: 1024px) {
        body.h2o .partner-details .brown-bg .col-wrap {
          padding: 10px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .partner-details .brown-bg .col-wrap {
          padding: 10px 0; } }
      @media (max-width: 767px) {
        body.h2o .partner-details .brown-bg .col-wrap {
          padding: 10px 0; } }
      body.h2o .partner-details .brown-bg .col-wrap .col-two {
        width: calc(50%);
        height: auto;
        padding: 0 20px;
        float: left;
        position: relative;
        text-align: center; }
        body.h2o .partner-details .brown-bg .col-wrap .col-two:after {
          content: "";
          display: block;
          clear: both; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .partner-details .brown-bg .col-wrap .col-two {
            width: calc(50%);
            padding: 0 10px; } }
        @media (max-width: 767px) {
          body.h2o .partner-details .brown-bg .col-wrap .col-two {
            width: 100%;
            padding: 0; } }
        body.h2o .partner-details .brown-bg .col-wrap .col-two .img-wrapper {
          width: 100%;
          height: auto;
          display: block; }
          body.h2o .partner-details .brown-bg .col-wrap .col-two .img-wrapper .yellow-border {
            content: "";
            width: 90%;
            height: 100%;
            border: 30px solid #ffe52b;
            display: block;
            position: absolute;
            top: -29px;
            left: -10px; }
            @media (max-width: 595px) {
              body.h2o .partner-details .brown-bg .col-wrap .col-two .img-wrapper .yellow-border {
                border: 20px solid #ffe52b;
                top: -19px;
                left: -19px; } }
            @media (max-width: 480px) {
              body.h2o .partner-details .brown-bg .col-wrap .col-two .img-wrapper .yellow-border {
                border: 15px solid #ffe52b;
                top: -15px;
                left: -15px; } }
          body.h2o .partner-details .brown-bg .col-wrap .col-two .img-wrapper img {
            width: 100%;
            height: auto; }
        body.h2o .partner-details .brown-bg .col-wrap .col-two .content-left {
          width: 100%;
          height: auto;
          min-height: 425px;
          display: table; }
          @media (min-width: 992px) and (max-width: 1024px) {
            body.h2o .partner-details .brown-bg .col-wrap .col-two .content-left {
              min-height: 425px;
              margin: 10px 0; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .partner-details .brown-bg .col-wrap .col-two .content-left {
              min-height: 355px;
              margin: 10px 0; } }
          @media (max-width: 767px) {
            body.h2o .partner-details .brown-bg .col-wrap .col-two .content-left {
              min-height: 0px;
              margin: 10px 0; } }
          body.h2o .partner-details .brown-bg .col-wrap .col-two .content-left .content-wrapper {
            display: table-cell;
            vertical-align: middle;
            text-align: left; }
            body.h2o .partner-details .brown-bg .col-wrap .col-two .content-left .content-wrapper h5 {
              font-weight: 300;
              line-height: 1.3;
              text-align: left;
              margin: 0; }
              body.h2o .partner-details .brown-bg .col-wrap .col-two .content-left .content-wrapper h5:after {
                content: "";
                width: 100px;
                height: 6px;
                display: block;
                position: absolute;
                left: 5%;
                background-color: #ffe52b;
                -webkit-transform: translateX(-5%);
                     -o-transform: translateX(-5%);
                        transform: translateX(-5%);
                margin: 5px 0; }
                @media (max-width: 767px) {
                  body.h2o .partner-details .brown-bg .col-wrap .col-two .content-left .content-wrapper h5:after {
                    left: 1%;
                    -webkit-transform: translateX(-1%);
                         -o-transform: translateX(-1%);
                            transform: translateX(-1%); } }
                @media (max-width: 595px) {
                  body.h2o .partner-details .brown-bg .col-wrap .col-two .content-left .content-wrapper h5:after {
                    left: 1%;
                    -webkit-transform: translateX(-1%);
                         -o-transform: translateX(-1%);
                            transform: translateX(-1%); } }
            body.h2o .partner-details .brown-bg .col-wrap .col-two .content-left .content-wrapper p {
              line-height: 1.3;
              padding: 20px 0;
              text-align: left;
              color: #999999; }
              @media (min-width: 768px) and (max-width: 991px) {
                body.h2o .partner-details .brown-bg .col-wrap .col-two .content-left .content-wrapper p {
                  padding: 10px 0; } }
            body.h2o .partner-details .brown-bg .col-wrap .col-two .content-left .content-wrapper a {
              text-decoration: none;
              font-weight: 500;
              line-height: 1.3;
              color: #000000;
              cursor: pointer;
              padding: 5px 0;
              display: inline-block;
              position: relative; }
              body.h2o .partner-details .brown-bg .col-wrap .col-two .content-left .content-wrapper a:before {
                content: "";
                display: block;
                position: absolute;
                bottom: 0;
                border-bottom: 5px solid #ffe52b;
                -webkit-transform: scale(0);
                     -o-transform: scale(0);
                        transform: scale(0);
                -webkit-transition: -webkit-transform 0.3s ease-in-out;
                transition: -webkit-transform 0.3s ease-in-out;
                -o-transition: -o-transform 0.3s ease-in-out;
                transition: transform 0.3s ease-in-out;
                transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out; }
              body.h2o .partner-details .brown-bg .col-wrap .col-two .content-left .content-wrapper a:hover:before {
                width: 100%;
                -webkit-transform: scale(1);
                     -o-transform: scale(1);
                        transform: scale(1); }
              body.h2o .partner-details .brown-bg .col-wrap .col-two .content-left .content-wrapper a:after {
                content: "\003e";
                padding: 0 10px;
                font-size: 16px;
                color: #000000;
                position: absolute; }
      body.h2o .partner-details .brown-bg .col-wrap .img-right {
        width: calc(50%);
        height: auto;
        padding: 0 20px;
        float: right;
        position: relative;
        text-align: center; }
        body.h2o .partner-details .brown-bg .col-wrap .img-right:after {
          content: "";
          display: block;
          clear: both; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .partner-details .brown-bg .col-wrap .img-right {
            width: calc(50%);
            padding: 0 10px; } }
        @media (max-width: 767px) {
          body.h2o .partner-details .brown-bg .col-wrap .img-right {
            width: 100%;
            padding: 0; } }
  body.h2o.single-partner .banner-third-level.has-partner-logo .bg-img {
    height: 500px; }
  body.h2o.single-partner .banner-logo {
    padding-bottom: 13px; }
    body.h2o.single-partner .banner-logo .partner-logo {
      position: relative;
      display: inline-block;
      margin-right: 79px; }
      body.h2o.single-partner .banner-logo .partner-logo img {
        width: auto;
        height: 54px; }
      body.h2o.single-partner .banner-logo .partner-logo.blacken img {
        -webkit-filter: brightness(100) invert(1);
                filter: brightness(100) invert(1); }
      body.h2o.single-partner .banner-logo .partner-logo:after {
        content: '+';
        position: absolute;
        font-size: 43px;
        right: -49px;
        font-weight: 700;
        top: 0; }
    body.h2o.single-partner .banner-logo .company-logo {
      position: relative;
      display: inline-block;
      height: 54px;
      width: 54px;
      -webkit-box-shadow: 4px 2px 31px -1px rgba(0, 0, 0, 0.75);
              box-shadow: 4px 2px 31px -1px rgba(0, 0, 0, 0.75); }
      body.h2o.single-partner .banner-logo .company-logo img {
        width: 100%;
        height: 100%; }
  body.h2o .enterprise-banner-form {
    overflow: visible;
    padding-top: 0;
    padding-bottom: 157px;
    top: -63px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .enterprise-banner-form {
        padding-bottom: 40px;
        padding-top: 30px;
        top: 0; } }
    @media (max-width: 767px) {
      body.h2o .enterprise-banner-form {
        padding-bottom: 30px;
        padding-top: 30px;
        top: 0; } }
    body.h2o .enterprise-banner-form .form-box {
      position: absolute;
      right: 19px;
      width: 445px;
      margin-top: -323px;
      z-index: 13;
      background-color: #000000;
      padding: 35px 40px 39px 40px; }
      @media (max-width: 991px) {
        body.h2o .enterprise-banner-form .form-box {
          position: relative;
          z-index: 1;
          margin: 0 auto;
          right: auto; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .enterprise-banner-form .form-box {
          padding: 30px 30px 40px 30px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .enterprise-banner-form .form-box {
          padding: 30px 30px; } }
      @media (max-width: 595px) {
        body.h2o .enterprise-banner-form .form-box {
          padding: 20px 25px;
          width: 100%;
          max-width: 500px;
          height: 100%;
          margin: 0 auto; } }
      body.h2o .enterprise-banner-form .form-box .content-box {
        color: #FFFFFF; }
        body.h2o .enterprise-banner-form .form-box .content-box ::-webkit-input-placeholder {
          color: #aaaaaa; }
        body.h2o .enterprise-banner-form .form-box .content-box ::-moz-placeholder {
          color: #aaaaaa; }
        body.h2o .enterprise-banner-form .form-box .content-box ::-ms-input-placeholder {
          color: #aaaaaa; }
        body.h2o .enterprise-banner-form .form-box .content-box ::placeholder {
          color: #aaaaaa; }
        body.h2o .enterprise-banner-form .form-box .content-box .col {
          margin: 8px 0 9px; }
          body.h2o .enterprise-banner-form .form-box .content-box .col input {
            font-family: "proxima-nova", sans-serif;
            font-size: 14px;
            font-weight: 100;
            width: 100%;
            outline: none;
            border: 0;
            height: 30px;
            padding: 6px 10px 7px 9px;
            color: #000000; }
          body.h2o .enterprise-banner-form .form-box .content-box .col h6 {
            font-size: 14px;
            font-weight: 100;
            font-family: "proxima-nova", sans-serif; }
      body.h2o .enterprise-banner-form .form-box .check-box {
        content: '';
        clear: both;
        position: relative;
        padding: 10px 0;
        color: #FFFFFF; }
        @media (max-width: 480px) {
          body.h2o .enterprise-banner-form .form-box .check-box {
            text-align: center; } }
        body.h2o .enterprise-banner-form .form-box .check-box input {
          -webkit-appearance: none;
          -moz-appearance: none;
          -o-appearance: none;
          appearance: none;
          outline: none;
          content: '';
          cursor: pointer;
          border: 1px solid #FFFFFF;
          height: 20px;
          width: 20px;
          position: absolute;
          top: 10px; }
          body.h2o .enterprise-banner-form .form-box .check-box input ::-ms-clear {
            display: none; }
          body.h2o .enterprise-banner-form .form-box .check-box input:checked:after {
            display: block;
            content: "L";
            color: #FFFFFF;
            cursor: pointer;
            font-weight: 600;
            -webkit-transform: scaleX(-1) rotate(-35deg) translate(1px, -4px);
            -o-transform: scaleX(-1) rotate(-45deg) translate(0px, -4px);
            transform: scaleX(-1) rotate(-45deg) translate(0px, -4px);
            position: absolute;
            font-size: 17px;
            outline: none;
            left: 1px; }
        body.h2o .enterprise-banner-form .form-box .check-box label {
          margin-left: 34px;
          font-size: 14px;
          cursor: pointer; }
          @media (max-width: 480px) {
            body.h2o .enterprise-banner-form .form-box .check-box label {
              margin-left: 28px; } }
      body.h2o .enterprise-banner-form .form-box .wrapper-top {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin: 2px 0 10px; }
        @media (max-width: 480px) {
          body.h2o .enterprise-banner-form .form-box .wrapper-top {
            margin: 0; } }
        @media (max-width: 767px) {
          body.h2o .enterprise-banner-form .form-box .wrapper-top .col-two {
            width: 50%; } }
        @media (max-width: 480px) {
          body.h2o .enterprise-banner-form .form-box .wrapper-top .col-two {
            width: 100%;
            text-align: center; } }
        body.h2o .enterprise-banner-form .form-box .wrapper-top .col-two h6 {
          color: #FFFFFF;
          word-spacing: 0.10em; }
        body.h2o .enterprise-banner-form .form-box .wrapper-top .col-two.right-text {
          text-align: right; }
          @media (max-width: 480px) {
            body.h2o .enterprise-banner-form .form-box .wrapper-top .col-two.right-text {
              padding-left: 0;
              text-align: center; } }
          body.h2o .enterprise-banner-form .form-box .wrapper-top .col-two.right-text p {
            font-size: 12px;
            color: #FFFFFF;
            padding: 5px 0; }
            @media (max-width: 595px) {
              body.h2o .enterprise-banner-form .form-box .wrapper-top .col-two.right-text p {
                padding: 5px 0 0 0; } }
    body.h2o .enterprise-banner-form .wrapper-bottom {
      position: relative;
      width: 100%;
      overflow: hidden;
      padding-top: 22px; }
      @media (max-width: 480px) {
        body.h2o .enterprise-banner-form .wrapper-bottom {
          padding-top: 15px; } }
      body.h2o .enterprise-banner-form .wrapper-bottom:after {
        content: '';
        display: block; }
      body.h2o .enterprise-banner-form .wrapper-bottom .button-left {
        float: left;
        width: 30%; }
        @media (max-width: 480px) {
          body.h2o .enterprise-banner-form .wrapper-bottom .button-left {
            text-align: center;
            width: 100%; } }
        body.h2o .enterprise-banner-form .wrapper-bottom .button-left :focus {
          outline: 0; }
        body.h2o .enterprise-banner-form .wrapper-bottom .button-left .btn-submit {
          color: #000000;
          margin-top: 0;
          padding: 12px 26px 11px;
          background-color: #ffe52b;
          font-size: 14px;
          font-weight: 700; }
          body.h2o .enterprise-banner-form .wrapper-bottom .button-left .btn-submit:hover {
            cursor: pointer; }
      body.h2o .enterprise-banner-form .wrapper-bottom .bottom {
        width: 70%;
        float: left;
        position: relative;
        text-align: right; }
        @media (max-width: 480px) {
          body.h2o .enterprise-banner-form .wrapper-bottom .bottom {
            width: 100%;
            text-align: center; } }
        body.h2o .enterprise-banner-form .wrapper-bottom .bottom p {
          font-size: 14px;
          color: #FFFFFF;
          padding: 12px 0; }
          @media (max-width: 480px) {
            body.h2o .enterprise-banner-form .wrapper-bottom .bottom p {
              padding: 15px 0 0; } }
          body.h2o .enterprise-banner-form .wrapper-bottom .bottom p a {
            color: #FFFFFF;
            font-size: 14px;
            opacity: 0.9;
            position: relative; }
            body.h2o .enterprise-banner-form .wrapper-bottom .bottom p a:after {
              content: "";
              position: absolute;
              width: 100%;
              height: 1px;
              background: white;
              left: 0;
              bottom: 0;
              opacity: 0.4; }
            body.h2o .enterprise-banner-form .wrapper-bottom .bottom p a:before {
              background: transparent; }
      body.h2o .enterprise-banner-form .wrapper-bottom .social {
        float: left;
        width: 100%;
        padding: 31px 0 25px; }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .enterprise-banner-form .wrapper-bottom .social {
            padding: 26px 0 22px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .enterprise-banner-form .wrapper-bottom .social {
            padding: 22px 0 22px; } }
        @media (max-width: 480px) {
          body.h2o .enterprise-banner-form .wrapper-bottom .social {
            padding: 12px 0;
            text-align: center; } }
        body.h2o .enterprise-banner-form .wrapper-bottom .social .left {
          padding-top: 3px; }
          @media (max-width: 480px) {
            body.h2o .enterprise-banner-form .wrapper-bottom .social .left {
              float: none; } }
          body.h2o .enterprise-banner-form .wrapper-bottom .social .left h6 {
            padding-left: 0; }
        @media (max-width: 480px) {
          body.h2o .enterprise-banner-form .wrapper-bottom .social .right {
            float: none;
            padding: 5px 0 0; } }
        body.h2o .enterprise-banner-form .wrapper-bottom .social .right a {
          display: inline-block;
          max-width: 29px;
          max-height: 29px;
          border-radius: 50%;
          margin-right: 16px; }
          body.h2o .enterprise-banner-form .wrapper-bottom .social .right a:last-child {
            margin-right: 0; }
            @media (max-width: 480px) {
              body.h2o .enterprise-banner-form .wrapper-bottom .social .right a:last-child {
                margin-right: 16px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .enterprise-banner-form .wrapper-bottom .social .right a {
              max-width: 26px;
              max-height: 26px; } }
          @media (max-width: 480px) {
            body.h2o .enterprise-banner-form .wrapper-bottom .social .right a {
              max-width: 24px;
              max-height: 24px; } }
  body.h2o.we-small-height .enterprise-banner-form {
    padding-top: 7px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o.we-small-height .enterprise-banner-form {
        padding-bottom: 40px; } }
    @media (max-width: 991px) {
      body.h2o.we-small-height .enterprise-banner-form {
        padding-top: 30px;
        padding-bottom: 0; } }
  body.h2o .block-media {
    padding: 95px 0 0; }
    @media (max-width: 1150px) {
      body.h2o .block-media {
        padding: 80px 0; } }
    @media (max-width: 991px) {
      body.h2o .block-media {
        padding: 40px 0; } }
    @media (max-width: 595px) {
      body.h2o .block-media {
        padding: 30px 0; } }
    body.h2o .block-media .img-block {
      height: auto;
      max-width: 291px;
      margin: 0 auto; }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .block-media .img-block {
          max-width: 250px; } }
      @media (max-width: 595px) {
        body.h2o .block-media .img-block {
          max-width: 200px; } }
      body.h2o .block-media .img-block img {
        height: 100%;
        width: 100%; }
  body.h2o .icon-in-three-col {
    padding: 52px 0 139px; }
    @media (max-width: 1170px) {
      body.h2o .icon-in-three-col {
        padding: 40px 0 90px; } }
    @media (max-width: 991px) {
      body.h2o .icon-in-three-col {
        padding: 40px 0; } }
    @media (max-width: 595px) {
      body.h2o .icon-in-three-col {
        padding: 30px 0; } }
    body.h2o .icon-in-three-col .underline-yellow {
      margin-bottom: 20px; }
    body.h2o .icon-in-three-col h4 {
      margin-bottom: 43px;
      font-weight: 500; }
      @media (max-width: 1150px) {
        body.h2o .icon-in-three-col h4 {
          margin-bottom: 0; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .icon-in-three-col h4 {
          margin-bottom: 10px; } }
      @media (max-width: 480px) {
        body.h2o .icon-in-three-col h4 span {
          padding: 3px; } }
    body.h2o .icon-in-three-col .column-wrapper {
      font-size: 0;
      width: 100%; }
      @media (max-width: 991px) {
        body.h2o .icon-in-three-col .column-wrapper {
          width: 100%;
          margin-left: 0; } }
      body.h2o .icon-in-three-col .column-wrapper .col-three {
        width: calc(33.33% - 34px);
        margin: 0 17px;
        float: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin-top: 15px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .icon-in-three-col .column-wrapper .col-three {
            width: calc(50% - 30px);
            margin: 30px 15px 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .icon-in-three-col .column-wrapper .col-three {
            width: calc(50% - 30px);
            margin: 30px 15px 0; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .icon-in-three-col .column-wrapper .col-three {
            width: calc(50% - 30px);
            margin: 30px 15px 0; } }
        @media (max-width: 595px) {
          body.h2o .icon-in-three-col .column-wrapper .col-three {
            width: 100%;
            margin: 20px 0 0; } }
        body.h2o .icon-in-three-col .column-wrapper .col-three .icon {
          height: auto;
          max-width: 111px;
          max-height: 116px;
          margin: 0 auto; }
          @media (max-width: 595px) {
            body.h2o .icon-in-three-col .column-wrapper .col-three .icon {
              height: auto; } }
          body.h2o .icon-in-three-col .column-wrapper .col-three .icon img {
            width: 111px;
            height: 116px; }
        body.h2o .icon-in-three-col .column-wrapper .col-three .content-wrapper {
          max-width: 350px;
          margin: 21px auto 0; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .icon-in-three-col .column-wrapper .col-three .content-wrapper {
              max-width: 400px; } }
          @media (max-width: 595px) {
            body.h2o .icon-in-three-col .column-wrapper .col-three .content-wrapper {
              max-width: 470px;
              margin: 20px auto 0; } }
          body.h2o .icon-in-three-col .column-wrapper .col-three .content-wrapper h5 {
            font-weight: 500;
            font-family: "proxima-nova", sans-serif; }
          body.h2o .icon-in-three-col .column-wrapper .col-three .content-wrapper p {
            font-size: 18px;
            padding-top: 19px;
            padding-bottom: 8px;
            max-width: 350px;
            margin: 0 auto; }
            @media (min-width: 481px) and (max-width: 595px) {
              body.h2o .icon-in-three-col .column-wrapper .col-three .content-wrapper p {
                max-width: 400px;
                margin: 0 auto; } }
            @media (max-width: 480px) {
              body.h2o .icon-in-three-col .column-wrapper .col-three .content-wrapper p {
                max-width: 410px; } }
    body.h2o .icon-in-three-col .enable-font ul {
      text-align: left;
      max-width: 272px;
      margin: 7px auto 0; }
    body.h2o .icon-in-three-col .enable-font ul li {
      font-size: 18px;
      position: relative;
      margin-top: 7px; }
      @media (max-width: 767px) {
        body.h2o .icon-in-three-col .enable-font ul li {
          margin-top: 0; } }
    body.h2o .icon-in-three-col .enable-font ul li:before {
      position: absolute;
      content: '';
      left: -15px;
      font-size: 20px;
      font-weight: 700;
      background-color: #000000;
      border-radius: 50%;
      border: 1px solid #000000;
      height: 5px;
      width: 5px;
      top: 7px; }
    body.h2o .icon-in-three-col.col-three-grid-with-icon {
      padding: 100px 0 0px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .icon-in-three-col.col-three-grid-with-icon {
          padding: 80px 0 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .icon-in-three-col.col-three-grid-with-icon {
          padding: 40px 0 0; } }
      @media (max-width: 767px) {
        body.h2o .icon-in-three-col.col-three-grid-with-icon {
          padding: 30px 0 0; } }
      body.h2o .icon-in-three-col.col-three-grid-with-icon .column-wrapper .col-three .icon img {
        width: auto;
        height: auto; }
    body.h2o .icon-in-three-col.academic-page {
      padding: 100px 0 0px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .icon-in-three-col.academic-page {
          padding: 80px 0 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .icon-in-three-col.academic-page {
          padding: 40px 0 0; } }
      @media (max-width: 767px) {
        body.h2o .icon-in-three-col.academic-page {
          padding: 30px 0 0; } }
      body.h2o .icon-in-three-col.academic-page .column-wrapper .col-three .icon img {
        width: auto;
        height: auto; }
  @media (min-width: 1150px) {
    body.h2o .stackoverflow-embed {
      padding-top: 93px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    body.h2o .stackoverflow-embed .head {
      text-align: center; } }
  @media (max-width: 767px) {
    body.h2o .stackoverflow-embed .head {
      text-align: center; } }
  body.h2o .stackoverflow-embed .head h4 {
    display: inline-block;
    margin-right: 48px; }
  body.h2o .stackoverflow-embed .head a {
    font-size: 18px;
    padding-right: 23px; }
    body.h2o .stackoverflow-embed .head a:after {
      content: '';
      position: absolute;
      bottom: calc(50% - 8px);
      right: 0;
      width: 14px;
      height: 14px;
      background: url(/wp-content/themes/h2o2018/templates/dist/images/news_images/black_link.svg);
      background-size: cover; }
  body.h2o .stackoverflow-embed .stack-questions {
    margin-top: 46px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .stackoverflow-embed .stack-questions {
        margin-top: 35px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .stackoverflow-embed .stack-questions {
        margin-top: 28px; } }
    @media (max-width: 595px) {
      body.h2o .stackoverflow-embed .stack-questions {
        margin-top: 20px; } }
  body.h2o .stackoverflow-embed iframe {
    border: none; }
  body.h2o .generic-body-wrap.download-enterprise-steam .content-wrapper > div {
    /*        max-width: 630px;
        padding: 52px; 
        box-shadow: 0 2px 8px 0 rgba(0,0,0,0.24);*/ }
  body.h2o .generic-body-wrap.download-enterprise-steam p a {
    display: inline-block;
    margin-top: 12px; }
  body.h2o .generic-body-wrap.download-enterprise-steam hr + p {
    padding-top: 12px; }
    @media (max-width: 767px) {
      body.h2o .generic-body-wrap.download-enterprise-steam hr + p {
        padding-top: 5px; } }
  body.h2o .generic-body-wrap h2, body.h2o .generic-body-wrap h3, body.h2o .generic-body-wrap h4 {
    padding: 20px 0 6px;
    color: #262a2e; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .generic-body-wrap h2, body.h2o .generic-body-wrap h3, body.h2o .generic-body-wrap h4 {
        padding: 15px 0 4px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .generic-body-wrap h2, body.h2o .generic-body-wrap h3, body.h2o .generic-body-wrap h4 {
        padding: 15px 0 2px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o .generic-body-wrap h2, body.h2o .generic-body-wrap h3, body.h2o .generic-body-wrap h4 {
        padding: 15px 0 2px; } }
    @media (max-width: 480px) {
      body.h2o .generic-body-wrap h2, body.h2o .generic-body-wrap h3, body.h2o .generic-body-wrap h4 {
        padding: 10px 0 0; } }
  body.h2o .generic-body-wrap h5, body.h2o .generic-body-wrap h6 {
    line-height: 1.2;
    padding: 15px 0 0;
    color: #262a2e; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .generic-body-wrap h5, body.h2o .generic-body-wrap h6 {
        padding: 10px 0 0; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .generic-body-wrap h5, body.h2o .generic-body-wrap h6 {
        padding: 10px 0 0; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o .generic-body-wrap h5, body.h2o .generic-body-wrap h6 {
        padding: 10px 0 0; } }
    @media (max-width: 480px) {
      body.h2o .generic-body-wrap h5, body.h2o .generic-body-wrap h6 {
        padding: 5px 0 0; } }
  body.h2o .generic-body-wrap p {
    font-size: 18px;
    padding-bottom: 20px;
    color: #262a2e; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .generic-body-wrap p {
        font-size: 16px;
        padding-bottom: 15px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .generic-body-wrap p {
        font-size: 14px;
        padding-bottom: 15px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o .generic-body-wrap p {
        font-size: 14px;
        padding-bottom: 15px; } }
    @media (max-width: 480px) {
      body.h2o .generic-body-wrap p {
        font-size: 13px;
        padding-bottom: 10px; } }
  body.h2o .generic-body-wrap ul {
    padding-left: 30px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .generic-body-wrap ul {
        padding-left: 20px; } }
    @media (max-width: 767px) {
      body.h2o .generic-body-wrap ul {
        padding-left: 20px; } }
    body.h2o .generic-body-wrap ul > li {
      position: relative;
      padding-bottom: 20px;
      font-size: 16px;
      color: #262a2e;
      list-style-type: disc; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .generic-body-wrap ul > li {
          padding-bottom: 15px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .generic-body-wrap ul > li {
          font-size: 14px;
          padding-bottom: 15px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .generic-body-wrap ul > li {
          font-size: 14px;
          padding-bottom: 15px; } }
      @media (max-width: 480px) {
        body.h2o .generic-body-wrap ul > li {
          font-size: 13px;
          padding-bottom: 10px; } }
      body.h2o .generic-body-wrap ul > li ul li {
        list-style-type: square; }
  body.h2o .generic-body-wrap li a {
    display: inline;
    color: #008cff;
    font-size: inherit;
    line-height: 1;
    padding: 0;
    position: relative; }
    body.h2o .generic-body-wrap li a:before {
      content: "";
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: 0;
      background: #008cff;
      width: 0;
      height: 2px;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    body.h2o .generic-body-wrap li a:hover:before {
      left: 0;
      right: 0;
      width: 100%; }
  body.h2o .generic-body-wrap ol {
    padding-left: 30px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .generic-body-wrap ol {
        padding-left: 20px; } }
    @media (max-width: 767px) {
      body.h2o .generic-body-wrap ol {
        padding-left: 20px; } }
    body.h2o .generic-body-wrap ol > li {
      position: relative;
      padding-bottom: 20px;
      list-style-type: decimal;
      font-size: 16px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .generic-body-wrap ol > li {
          padding-bottom: 15px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .generic-body-wrap ol > li {
          font-size: 14px;
          padding-bottom: 15px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .generic-body-wrap ol > li {
          font-size: 14px;
          padding-bottom: 15px; } }
      @media (max-width: 480px) {
        body.h2o .generic-body-wrap ol > li {
          font-size: 13px;
          padding-bottom: 10px; } }
      body.h2o .generic-body-wrap ol > li:last-child {
        padding-bottom: 0; }
  body.h2o .generic-body-wrap input[type="submit"] {
    outline: none;
    background-color: #ffe52b;
    border: 1px solid #000000;
    margin-left: 20px; }
    @media (max-width: 767px) {
      body.h2o .generic-body-wrap input[type="submit"] {
        display: block; } }
  body.h2o .generic-body-wrap .resumator-job-title, body.h2o .generic-body-wrap .resumator-jobs-text {
    margin-bottom: 20px; }
  body.h2o .generic-body-wrap .resumator-job-title {
    margin: 15px 0 0;
    padding: 5px 0 0; }
  body.h2o .generic-body-wrap .resumator-job-info-details, body.h2o .generic-body-wrap .resumator-job-info {
    margin: 0.25em 1em 0 0; }
  body.h2o .generic-body-wrap .resumator-job-department, body.h2o .generic-body-wrap .resumator-job-experience {
    margin-left: 20px; }
  body.h2o .generic-body-wrap .resumator-job-view-details {
    padding-top: 4px; }
  body.h2o .tab-with-grid.solution-usecase {
    padding-bottom: 70px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .tab-with-grid.solution-usecase {
        padding-bottom: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .tab-with-grid.solution-usecase {
        padding-bottom: 22px; } }
    @media (max-width: 767px) {
      body.h2o .tab-with-grid.solution-usecase {
        padding-bottom: 20px; } }
    @media (min-width: 992px) {
      body.h2o .tab-with-grid.solution-usecase .loader {
        top: 75%; } }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .tab-with-grid.solution-usecase .filter-tabs {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .tab-with-grid.solution-usecase .filter-tabs {
        width: 100%; } }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .tab-with-grid.solution-usecase .column-wrapper {
        width: calc(100% + 30px);
        margin-left: -15px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .tab-with-grid.solution-usecase .column-wrapper {
        width: calc(100% + 20px);
        margin-left: -10px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .tab-with-grid.solution-usecase .column-wrapper {
        width: calc(100% + 20px);
        margin-left: -10px; } }
    body.h2o .tab-with-grid.solution-usecase .column-wrapper .col-three {
      -webkit-perspective: 1000px;
      perspective: 1000px;
      -webkit-perspective-origin: center;
      perspective-origin: center;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      body.h2o .tab-with-grid.solution-usecase .column-wrapper .col-three a {
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
        display: block;
        overflow: hidden;
        -webkit-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
        -webkit-perspective-origin: center;
        perspective-origin: center;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .tab-with-grid.solution-usecase .column-wrapper .col-three {
          width: 100%;
          margin: 0 0 16px; } }
      body.h2o .tab-with-grid.solution-usecase .column-wrapper .col-three .v-middle-inner {
        padding: 0 15px; }
      body.h2o .tab-with-grid.solution-usecase .column-wrapper .col-three .content-wrap h5 {
        line-height: 0.96; }
    body.h2o .tab-with-grid.solution-usecase .content-wrapper {
      padding-top: 8px;
      margin-bottom: 53px; }
      @media (max-width: 991px) {
        body.h2o .tab-with-grid.solution-usecase .content-wrapper {
          padding-top: 0;
          margin-bottom: 30px; } }
    body.h2o .tab-with-grid.solution-usecase .no-result {
      display: none; }
  body.h2o .tab-with-grid .container {
    max-width: 1180px; }
  body.h2o .tab-with-grid .content-wrapper {
    padding-top: 5px;
    margin-bottom: 55px; }
    @media (max-width: 991px) {
      body.h2o .tab-with-grid .content-wrapper {
        padding-top: 0;
        margin-bottom: 30px; } }
    body.h2o .tab-with-grid .content-wrapper h4 {
      /*      font-weight: 500;*/ }
  body.h2o .tab-with-grid .column-wrapper {
    padding-top: 60px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .tab-with-grid .column-wrapper {
        padding-top: 30px; } }
    @media (max-width: 767px) {
      body.h2o .tab-with-grid .column-wrapper {
        padding-top: 0; } }
    body.h2o .tab-with-grid .column-wrapper .col-three {
      position: relative;
      background: transparent;
      width: calc(33.33% - 30px);
      margin: 0 15px 30px;
      cursor: pointer; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .tab-with-grid .column-wrapper .col-three {
          width: calc(33.33% - 20px);
          margin: 0 10px 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .tab-with-grid .column-wrapper .col-three {
          width: calc(50% - 16px);
          margin: 0 8px 16px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .tab-with-grid .column-wrapper .col-three {
          width: calc(50% - 16px);
          margin: 0 8px 16px; } }
      @media (max-width: 480px) {
        body.h2o .tab-with-grid .column-wrapper .col-three {
          width: 100%;
          margin: 0 0 20px; } }
      body.h2o .tab-with-grid .column-wrapper .col-three .bg-img {
        height: 212px; }
        body.h2o .tab-with-grid .column-wrapper .col-three .bg-img img {
          min-width: 100%;
          min-height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      body.h2o .tab-with-grid .column-wrapper .col-three a:hover {
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transform: scale(1.05, 1.05);
             -o-transform: scale(1.05, 1.05);
                transform: scale(1.05, 1.05);
        z-index: 1;
        -webkit-box-shadow: 0px 0 16px 1px #9F9F9F;
                box-shadow: 0px 0 16px 1px #9F9F9F; }
      body.h2o .tab-with-grid .column-wrapper .col-three .animater-div {
        overflow: hidden; }
        body.h2o .tab-with-grid .column-wrapper .col-three .animater-div:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: #000000;
          opacity: 0.55; }
      body.h2o .tab-with-grid .column-wrapper .col-three .content-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: white;
        text-align: center; }
        body.h2o .tab-with-grid .column-wrapper .col-three .content-wrap h5 {
          font-weight: 500;
          font-family: "proxima-nova", sans-serif; }
  body.h2o .tab-with-grid .filter-tabs {
    width: 97.4%;
    margin: 0 auto; }
    @media (max-width: 991px) {
      body.h2o .tab-with-grid .filter-tabs {
        background: transparent; } }
    body.h2o .tab-with-grid .filter-tabs .tabs {
      width: 100%;
      text-align: center; }
  body.h2o .col-two-grid.solutions {
    padding: 95px 0px 70px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .col-two-grid.solutions {
        padding: 80px 0px 70px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .col-two-grid.solutions {
        padding: 40px 0px; } }
    @media (max-width: 767px) {
      body.h2o .col-two-grid.solutions {
        padding: 30px 0px; } }
    body.h2o .col-two-grid.solutions .container {
      max-width: 1150px; }
    body.h2o .col-two-grid.solutions .content-wrapper {
      margin-bottom: 46px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .col-two-grid.solutions .content-wrapper {
          margin-bottom: 35px;
          padding-left: 0px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .col-two-grid.solutions .content-wrapper {
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        body.h2o .col-two-grid.solutions .content-wrapper {
          margin-bottom: 20px; } }
      @media (max-width: 480px) {
        body.h2o .col-two-grid.solutions .content-wrapper {
          padding-left: 0; } }
      body.h2o .col-two-grid.solutions .content-wrapper h4 {
        float: left;
        /*font-weight: 500;*/ }
    body.h2o .col-two-grid.solutions .column-wrapper {
      width: calc(100% + 30px);
      margin-left: -15px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .col-two-grid.solutions .column-wrapper {
          width: calc(100% + 20px);
          margin-left: -10px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .col-two-grid.solutions .column-wrapper {
          width: calc(100% + 16px);
          margin-left: -8px; } }
      @media (max-width: 595px) {
        body.h2o .col-two-grid.solutions .column-wrapper {
          width: 100%;
          margin-left: inherit; } }
      body.h2o .col-two-grid.solutions .column-wrapper .col-two .bg-img {
        height: 390px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .col-two-grid.solutions .column-wrapper .col-two .bg-img {
            height: 330px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .col-two-grid.solutions .column-wrapper .col-two .bg-img {
            height: 290px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .col-two-grid.solutions .column-wrapper .col-two .bg-img {
            height: 260px; } }
        @media (max-width: 595px) {
          body.h2o .col-two-grid.solutions .column-wrapper .col-two .bg-img {
            height: 230px; } }
      body.h2o .col-two-grid.solutions .column-wrapper .col-two .text-wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1; }
        body.h2o .col-two-grid.solutions .column-wrapper .col-two .text-wrap h4 {
          font-family: "proxima-nova", sans-serif;
          color: #FFFFFF;
          font-weight: 500; }
      body.h2o .col-two-grid.solutions .column-wrapper .col-two.full-with {
        width: calc(100% - 30px) !important; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .col-two-grid.solutions .column-wrapper .col-two.full-with {
            width: calc(100% - 20px) !important;
            margin: 0 10px 20px !important; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .col-two-grid.solutions .column-wrapper .col-two.full-with {
            width: calc(100% - 16px) !important;
            margin: 0 8px 16px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .col-two-grid.solutions .column-wrapper .col-two.full-with {
            width: 100% !important;
            margin: 0 0 16px 0 !important; } }
        @media (max-width: 480px) {
          body.h2o .col-two-grid.solutions .column-wrapper .col-two.full-with {
            width: 100% !important;
            margin: 0 0 20px !important; } }
        body.h2o .col-two-grid.solutions .column-wrapper .col-two.full-with .bg-img {
          height: 563px; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .col-two-grid.solutions .column-wrapper .col-two.full-with .bg-img {
              height: 460px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .col-two-grid.solutions .column-wrapper .col-two.full-with .bg-img {
              height: 400px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .col-two-grid.solutions .column-wrapper .col-two.full-with .bg-img {
              height: 360px; } }
          @media (max-width: 595px) {
            body.h2o .col-two-grid.solutions .column-wrapper .col-two.full-with .bg-img {
              height: 450px; } }
        body.h2o .col-two-grid.solutions .column-wrapper .col-two.full-with .content-wrap h4 {
          font-weight: 500;
          margin-bottom: 20px; }
        body.h2o .col-two-grid.solutions .column-wrapper .col-two.full-with .content-wrap p {
          max-width: 740px;
          padding: 0 20px; }
          @media (max-width: 480px) {
            body.h2o .col-two-grid.solutions .column-wrapper .col-two.full-with .content-wrap p {
              padding: 0 10px; } }
        body.h2o .col-two-grid.solutions .column-wrapper .col-two.full-with:hover .animater-div .button {
          opacity: 1;
          -webkit-transform: translateX(-1px);
               -o-transform: translateX(-1px);
                  transform: translateX(-1px); }
      body.h2o .col-two-grid.solutions .column-wrapper .col-two .animater-div:before {
        opacity: 0.55; }
      body.h2o .col-two-grid.solutions .column-wrapper .col-two:hover .text-wrap {
        z-index: -1; }
  body.h2o .two-col-grid {
    padding: 55px 0px 70px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .two-col-grid {
        padding: 55px 0px 70px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .two-col-grid {
        padding: 40px 0px; } }
    @media (max-width: 767px) {
      body.h2o .two-col-grid {
        padding: 30px 0px; } }
    body.h2o .two-col-grid .container {
      max-width: 1150px; }
    body.h2o .two-col-grid .content-wrapper {
      margin-bottom: 46px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .two-col-grid .content-wrapper {
          margin-bottom: 35px;
          padding-left: 0px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .two-col-grid .content-wrapper {
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        body.h2o .two-col-grid .content-wrapper {
          margin-bottom: 20px; } }
      @media (max-width: 480px) {
        body.h2o .two-col-grid .content-wrapper {
          padding-left: 0; } }
      body.h2o .two-col-grid .content-wrapper h4 {
        float: left;
        /*font-weight: 500;*/ }
    body.h2o .two-col-grid .column-wrapper {
      width: calc(100% + 30px);
      margin-left: -15px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .two-col-grid .column-wrapper {
          width: calc(100% + 20px);
          margin-left: -10px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .two-col-grid .column-wrapper {
          width: calc(100% + 16px);
          margin-left: -8px; } }
      @media (max-width: 595px) {
        body.h2o .two-col-grid .column-wrapper {
          width: 100%;
          margin-left: inherit; } }
      body.h2o .two-col-grid .column-wrapper .col-two {
        padding: 0px 20px; }
        body.h2o .two-col-grid .column-wrapper .col-two .bg-img {
          height: 390px; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .two-col-grid .column-wrapper .col-two .bg-img {
              height: 330px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .two-col-grid .column-wrapper .col-two .bg-img {
              height: 290px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .two-col-grid .column-wrapper .col-two .bg-img {
              height: 260px; } }
          @media (max-width: 595px) {
            body.h2o .two-col-grid .column-wrapper .col-two .bg-img {
              height: 230px; } }
        body.h2o .two-col-grid .column-wrapper .col-two .text-wrap {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          z-index: 1; }
          body.h2o .two-col-grid .column-wrapper .col-two .text-wrap h4 {
            font-family: "proxima-nova", sans-serif;
            color: #FFFFFF;
            font-weight: 500; }
        body.h2o .two-col-grid .column-wrapper .col-two.full-with {
          width: calc(100% - 30px) !important; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .two-col-grid .column-wrapper .col-two.full-with {
              width: calc(100% - 20px) !important;
              margin: 0 10px 20px !important; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .two-col-grid .column-wrapper .col-two.full-with {
              width: calc(100% - 16px) !important;
              margin: 0 8px 16px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .two-col-grid .column-wrapper .col-two.full-with {
              width: 100% !important;
              margin: 0 0 16px 0 !important; } }
          @media (max-width: 480px) {
            body.h2o .two-col-grid .column-wrapper .col-two.full-with {
              width: 100% !important;
              margin: 0 0 20px !important; } }
          body.h2o .two-col-grid .column-wrapper .col-two.full-with .bg-img {
            height: 563px; }
            @media (min-width: 992px) and (max-width: 1150px) {
              body.h2o .two-col-grid .column-wrapper .col-two.full-with .bg-img {
                height: 460px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .two-col-grid .column-wrapper .col-two.full-with .bg-img {
                height: 400px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .two-col-grid .column-wrapper .col-two.full-with .bg-img {
                height: 360px; } }
            @media (max-width: 595px) {
              body.h2o .two-col-grid .column-wrapper .col-two.full-with .bg-img {
                height: 450px; } }
          body.h2o .two-col-grid .column-wrapper .col-two.full-with .content-wrap h4 {
            font-weight: 500;
            margin-bottom: 20px; }
          body.h2o .two-col-grid .column-wrapper .col-two.full-with .content-wrap p {
            max-width: 740px;
            padding: 0 20px; }
            @media (max-width: 480px) {
              body.h2o .two-col-grid .column-wrapper .col-two.full-with .content-wrap p {
                padding: 0 10px; } }
          body.h2o .two-col-grid .column-wrapper .col-two.full-with:hover .animater-div .button {
            opacity: 1;
            -webkit-transform: translateX(-1px);
                 -o-transform: translateX(-1px);
                    transform: translateX(-1px); }
        body.h2o .two-col-grid .column-wrapper .col-two .animater-div:before {
          opacity: 0.55; }
        body.h2o .two-col-grid .column-wrapper .col-two:hover .text-wrap {
          z-index: -1; }
  body.h2o .col-with-form {
    padding: 98px 0 101px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .col-with-form {
        padding: 80px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .col-with-form {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o .col-with-form {
        padding: 30px 0; } }
    body.h2o .col-with-form .col-outer-grid {
      width: 100%;
      float: left; }
      body.h2o .col-with-form .col-outer-grid .col-two:after {
        content: '';
        clear: both;
        display: block; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .col-with-form .col-outer-grid .col-two:first-child {
          padding-right: 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .col-with-form .col-outer-grid .col-two:last-child {
          padding-top: 30px; } }
      @media (max-width: 595px) {
        body.h2o .col-with-form .col-outer-grid .col-two:last-child {
          padding-top: 25px; } }
      body.h2o .col-with-form .col-outer-grid .col-two .content-wrap h4 {
        padding-bottom: 47px;
        font-weight: 100; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .col-with-form .col-outer-grid .col-two .content-wrap h4 {
            padding-bottom: 32px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .col-with-form .col-outer-grid .col-two .content-wrap h4 {
            padding-bottom: 27px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .col-with-form .col-outer-grid .col-two .content-wrap h4 {
            padding-bottom: 18px; } }
        @media (max-width: 595px) {
          body.h2o .col-with-form .col-outer-grid .col-two .content-wrap h4 {
            padding-bottom: 15px; } }
      body.h2o .col-with-form .col-outer-grid .col-two .content-wrap h5 {
        font-family: "proxima-nova", sans-serif;
        line-height: 1.2;
        margin-bottom: 3px; }
      body.h2o .col-with-form .col-outer-grid .col-two .content-wrap p {
        font-size: 18px;
        max-width: 540px;
        word-spacing: 0.05em;
        margin-bottom: 8px;
        position: relative;
        display: inline-block;
        font-family: "proxima-nova", sans-serif;
        font-weight: 100;
        color: #000000;
        line-height: 1.12; }
        @media (max-width: 767px) {
          body.h2o .col-with-form .col-outer-grid .col-two .content-wrap p {
            max-width: 100%; } }
        @media (max-width: 595px) {
          body.h2o .col-with-form .col-outer-grid .col-two .content-wrap p {
            font-size: 16px;
            margin-bottom: 5px; } }
      body.h2o .col-with-form .col-outer-grid .col-two .content-wrap .links .link-text {
        font-size: 14px;
        font-weight: 600; }
        @media (max-width: 595px) {
          body.h2o .col-with-form .col-outer-grid .col-two .content-wrap .links .link-text {
            padding: 3px 0; } }
      body.h2o .col-with-form .col-outer-grid .col-two .content-wrap .links li {
        padding-top: 3px; }
        body.h2o .col-with-form .col-outer-grid .col-two .content-wrap .links li:first-child {
          padding-top: 6px; }
          @media (max-width: 480px) {
            body.h2o .col-with-form .col-outer-grid .col-two .content-wrap .links li:first-child {
              padding-top: 0; } }
        @media (max-width: 480px) {
          body.h2o .col-with-form .col-outer-grid .col-two .content-wrap .links li {
            padding-top: 0; } }
      body.h2o .col-with-form .col-outer-grid .col-two .content-wrap .button-link {
        padding-top: 10px; }
        @media (max-width: 480px) {
          body.h2o .col-with-form .col-outer-grid .col-two .content-wrap .button-link {
            padding-top: 0; } }
      body.h2o .col-with-form .col-outer-grid .col-two .form-box {
        width: 445px;
        background-color: #000000;
        padding: 38px 40px 37px 40px;
        position: relative; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .col-with-form .col-outer-grid .col-two .form-box {
            width: auto; } }
        @media (max-width: 767px) {
          body.h2o .col-with-form .col-outer-grid .col-two .form-box.right {
            float: none; } }
        @media (max-width: 991px) {
          body.h2o .col-with-form .col-outer-grid .col-two .form-box {
            position: relative;
            z-index: 1;
            margin: 0 auto;
            right: auto; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .col-with-form .col-outer-grid .col-two .form-box {
            padding: 30px 30px 40px 30px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .col-with-form .col-outer-grid .col-two .form-box {
            padding: 30px 30px; } }
        @media (max-width: 595px) {
          body.h2o .col-with-form .col-outer-grid .col-two .form-box {
            padding: 30px 25px;
            width: 100%;
            height: 100%;
            margin: 0 auto;
            max-width: 445px; } }
        body.h2o .col-with-form .col-outer-grid .col-two .form-box h6 {
          color: #FFFFFF;
          padding-bottom: 3px;
          word-spacing: 0.10em; }
          @media (max-width: 480px) {
            body.h2o .col-with-form .col-outer-grid .col-two .form-box h6 {
              text-align: center; } }
        body.h2o .col-with-form .col-outer-grid .col-two .form-box .content-box {
          color: #FFFFFF; }
          body.h2o .col-with-form .col-outer-grid .col-two .form-box .content-box ::-webkit-input-placeholder {
            color: #aaaaaa; }
          body.h2o .col-with-form .col-outer-grid .col-two .form-box .content-box ::-moz-placeholder {
            color: #aaaaaa; }
          body.h2o .col-with-form .col-outer-grid .col-two .form-box .content-box ::-ms-input-placeholder {
            color: #aaaaaa; }
          body.h2o .col-with-form .col-outer-grid .col-two .form-box .content-box ::placeholder {
            color: #aaaaaa; }
          body.h2o .col-with-form .col-outer-grid .col-two .form-box .content-box .col {
            margin: 10px 0; }
            body.h2o .col-with-form .col-outer-grid .col-two .form-box .content-box .col input {
              font-family: "proxima-nova", sans-serif;
              font-size: 14px;
              font-weight: 100;
              width: 100%;
              outline: none;
              border: 0;
              height: 30px;
              padding: 6px 10px 7px 9px;
              color: #000000; }
        body.h2o .col-with-form .col-outer-grid .col-two .form-box .check-box {
          content: '';
          clear: both;
          position: relative;
          padding: 10px 0;
          color: #FFFFFF; }
          @media (max-width: 480px) {
            body.h2o .col-with-form .col-outer-grid .col-two .form-box .check-box {
              text-align: center; } }
          body.h2o .col-with-form .col-outer-grid .col-two .form-box .check-box input {
            -webkit-appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
            appearance: none;
            outline: none;
            content: '';
            cursor: pointer;
            border: 1px solid #FFFFFF;
            background: #000000;
            height: 20px;
            width: 20px;
            position: absolute;
            top: 10px;
            -webkit-box-shadow: none !important;
                    box-shadow: none !important; }
            body.h2o .col-with-form .col-outer-grid .col-two .form-box .check-box input ::-ms-clear {
              display: none; }
            body.h2o .col-with-form .col-outer-grid .col-two .form-box .check-box input:checked:after {
              display: block;
              content: "L";
              color: #FFFFFF;
              cursor: pointer;
              font-weight: 600;
              -webkit-transform: scaleX(-1) rotate(-35deg) translate(1px, -4px);
              -o-transform: scaleX(-1) rotate(-45deg) translate(0px, -4px);
              transform: scaleX(-1) rotate(-45deg) translate(0px, -4px);
              position: absolute;
              font-size: 17px;
              outline: none;
              left: 1px; }
          body.h2o .col-with-form .col-outer-grid .col-two .form-box .check-box label {
            margin-left: 34px;
            font-size: 14px;
            cursor: pointer; }
            @media (max-width: 480px) {
              body.h2o .col-with-form .col-outer-grid .col-two .form-box .check-box label {
                margin-left: 28px; } }
      body.h2o .col-with-form .col-outer-grid .col-two .button-right {
        text-align: right;
        width: 100%; }
        @media (max-width: 480px) {
          body.h2o .col-with-form .col-outer-grid .col-two .button-right {
            text-align: center; } }
        body.h2o .col-with-form .col-outer-grid .col-two .button-right :focus {
          outline: 0; }
        body.h2o .col-with-form .col-outer-grid .col-two .button-right .btn-submit {
          color: #000000;
          margin-top: 0;
          padding: 12px 32px 11px 30px;
          background-color: #ffe52b;
          font-size: 14px;
          font-weight: 700; }
          body.h2o .col-with-form .col-outer-grid .col-two .button-right .btn-submit:hover {
            cursor: pointer; }
      body.h2o .col-with-form .col-outer-grid .col-two .social {
        float: left;
        width: 100%;
        padding: 31px 0 25px; }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .col-with-form .col-outer-grid .col-two .social {
            padding: 26px 0 22px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .col-with-form .col-outer-grid .col-two .social {
            padding: 22px 0 22px; } }
        @media (max-width: 480px) {
          body.h2o .col-with-form .col-outer-grid .col-two .social {
            padding: 12px 0;
            text-align: center; } }
        body.h2o .col-with-form .col-outer-grid .col-two .social .left {
          padding-top: 3px; }
          @media (max-width: 480px) {
            body.h2o .col-with-form .col-outer-grid .col-two .social .left {
              float: none; } }
          body.h2o .col-with-form .col-outer-grid .col-two .social .left h6 {
            padding-left: 0; }
        body.h2o .col-with-form .col-outer-grid .col-two .social .icon-right {
          float: right; }
          @media (max-width: 480px) {
            body.h2o .col-with-form .col-outer-grid .col-two .social .icon-right {
              float: none;
              padding: 5px 0 0; } }
          body.h2o .col-with-form .col-outer-grid .col-two .social .icon-right a {
            display: inline-block;
            max-width: 29px;
            max-height: 29px;
            border-radius: 50%;
            margin-right: 16px; }
            body.h2o .col-with-form .col-outer-grid .col-two .social .icon-right a:last-child {
              margin-right: 0; }
              @media (max-width: 480px) {
                body.h2o .col-with-form .col-outer-grid .col-two .social .icon-right a:last-child {
                  margin-right: 16px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.h2o .col-with-form .col-outer-grid .col-two .social .icon-right a {
                max-width: 26px;
                max-height: 26px; } }
            @media (max-width: 480px) {
              body.h2o .col-with-form .col-outer-grid .col-two .social .icon-right a {
                max-width: 24px;
                max-height: 24px; } }
      body.h2o .col-with-form .col-outer-grid .col-two .bottom {
        content: '';
        clear: both;
        text-align: center; }
        body.h2o .col-with-form .col-outer-grid .col-two .bottom p {
          font-size: 14px;
          color: #FFFFFF; }
          body.h2o .col-with-form .col-outer-grid .col-two .bottom p a {
            color: #FFFFFF;
            font-size: 14px;
            opacity: 0.9;
            position: relative; }
            body.h2o .col-with-form .col-outer-grid .col-two .bottom p a:after {
              content: "";
              position: absolute;
              width: 100%;
              height: 1px;
              background: white;
              left: 0;
              bottom: 0;
              opacity: 0.4; }
            body.h2o .col-with-form .col-outer-grid .col-two .bottom p a:before {
              background: transparent; }
  body.h2o form#mktoForm_1770 {
    width: 100% !important; }
    body.h2o form#mktoForm_1770 input {
      font-family: "proxima-nova", sans-serif;
      font-size: 14px;
      font-weight: 100;
      outline: none;
      border: 0;
      height: 30px;
      padding: 6px 10px 7px 9px;
      color: #000000;
      width: 100% !important;
      text-align: left !important; }
    body.h2o form#mktoForm_1770 label {
      font-weight: 500;
      width: auto !important;
      color: #FFF;
      margin-bottom: 3px; }
    body.h2o form#mktoForm_1770 .mktoAsterix, body.h2o form#mktoForm_1770 .mktoFieldWrap.mktoRequiredField {
      text-align: left !important; }
    body.h2o form#mktoForm_1770 .mktoButton {
      background-color: #ffe52b !important;
      color: #000 !important; }
  body.h2o .info-grid {
    padding: 98px 0 99px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .info-grid {
        padding: 80px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .info-grid {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o .info-grid {
        padding: 30px 0; } }
    body.h2o .info-grid h3 {
      font-size: 36px;
      font-weight: 100; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .info-grid h3 {
          font-size: 34px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .info-grid h3 {
          font-size: 28px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .info-grid h3 {
          font-size: 24px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .info-grid h3 {
          font-size: 22px; } }
      @media (max-width: 480px) {
        body.h2o .info-grid h3 {
          font-size: 22px; } }
    body.h2o .info-grid .column-wrapper {
      width: calc(100% + 30px);
      margin-left: -15px;
      margin-top: 52px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .info-grid .column-wrapper {
          margin-top: 40px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .info-grid .column-wrapper {
          margin-top: 30px;
          width: calc(100% + 20px);
          margin-left: -10px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .info-grid .column-wrapper {
          margin-top: 25px;
          width: calc(100% + 16px);
          margin-left: -8px; } }
      @media (max-width: 595px) {
        body.h2o .info-grid .column-wrapper {
          margin-top: 25px;
          width: 100%;
          margin-left: auto; } }
      @media (max-width: 480px) {
        body.h2o .info-grid .column-wrapper {
          width: 100%;
          margin-left: auto; } }
      body.h2o .info-grid .column-wrapper .col-two {
        -webkit-perspective-origin: center;
        perspective-origin: center;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: relative;
        background: transparent;
        overflow: hidden;
        width: calc(50% - 30px);
        margin: 0 15px 30px;
        cursor: pointer;
        -webkit-transition: 0.3s all linear;
        -o-transition: 0.3s all linear;
        transition: 0.3s all linear; }
        body.h2o .info-grid .column-wrapper .col-two a {
          display: block;
          height: 100%;
          width: 100%;
          overflow: hidden; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .info-grid .column-wrapper .col-two {
            width: calc(50% - 20px);
            margin: 0 10px 20px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .info-grid .column-wrapper .col-two {
            width: calc(50% - 16px);
            margin: 0 8px 20px; } }
        @media (max-width: 595px) {
          body.h2o .info-grid .column-wrapper .col-two {
            width: 100%;
            margin: 0 0px 20px; } }
        body.h2o .info-grid .column-wrapper .col-two:last-child {
          width: calc(100% - 30px);
          margin: 0 15px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .info-grid .column-wrapper .col-two:last-child {
              width: calc(100% - 20px);
              margin: 0  10px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .info-grid .column-wrapper .col-two:last-child {
              width: calc(100% - 16px);
              margin: 0  8px; } }
          @media (max-width: 595px) {
            body.h2o .info-grid .column-wrapper .col-two:last-child {
              width: 100%;
              margin: 0 0 0px; } }
          body.h2o .info-grid .column-wrapper .col-two:last-child .hover-content .content-box p {
            margin-top: 0px;
            width: 100%; }
          body.h2o .info-grid .column-wrapper .col-two:last-child .content-box p {
            max-width: 650px;
            margin: 0 auto;
            width: 100%;
            margin-top: 48px;
            margin-bottom: 8px; }
            @media (max-width: 767px) {
              body.h2o .info-grid .column-wrapper .col-two:last-child .content-box p {
                max-width: 100%; } }
            @media (min-width: 992px) and (max-width: 1150px) {
              body.h2o .info-grid .column-wrapper .col-two:last-child .content-box p {
                margin-top: 35px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .info-grid .column-wrapper .col-two:last-child .content-box p {
                margin-top: 30px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .info-grid .column-wrapper .col-two:last-child .content-box p {
                margin-top: 25px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .info-grid .column-wrapper .col-two:last-child .content-box p {
                font-size: 16px;
                margin-top: 20px; } }
            @media (max-width: 595px) {
              body.h2o .info-grid .column-wrapper .col-two:last-child .content-box p {
                font-size: 14px;
                margin-top: 15px; } }
        body.h2o .info-grid .column-wrapper .col-two .bg-img {
          position: relative;
          height: 330px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .info-grid .column-wrapper .col-two .bg-img {
              height: 300px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .info-grid .column-wrapper .col-two .bg-img {
              height: 270px; } }
          @media (max-width: 595px) {
            body.h2o .info-grid .column-wrapper .col-two .bg-img {
              height: 240px; } }
          body.h2o .info-grid .column-wrapper .col-two .bg-img:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6); }
          body.h2o .info-grid .column-wrapper .col-two .bg-img img {
            min-width: 100%;
            min-height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            height: 100%; }
        body.h2o .info-grid .column-wrapper .col-two:hover {
          overflow: hidden;
          -o-transform: scale(1.03, 1.03);
          -webkit-transform: scale(1.03, 1.03);
          transform: scale(1.03, 1.03);
          z-index: 1; }
          body.h2o .info-grid .column-wrapper .col-two:hover .content-wrapper {
            z-index: -1;
            visibility: hidden; }
          body.h2o .info-grid .column-wrapper .col-two:hover .hover-content {
            -webkit-transition: 0.3s all ease-in;
            -o-transition: 0.3s all ease-in;
            transition: 0.3s all ease-in;
            z-index: 1;
            -o-transform: translateY(0);
            -webkit-transform: translateY(0);
            transform: translateY(0);
            visibility: visible;
            opacity: 1; }
        body.h2o .info-grid .column-wrapper .col-two .content-wrapper {
          z-index: 1;
          visibility: visible; }
        body.h2o .info-grid .column-wrapper .col-two .hover-content {
          -webkit-transition: 0.3s all ease-out;
          -o-transition: 0.3s all ease-out;
          transition: 0.3s all ease-out;
          z-index: -1;
          -o-transform: translateY(400px);
          -webkit-transform: translateY(400px);
          transform: translateY(400px);
          visibility: hidden;
          opacity: 0; }
        body.h2o .info-grid .column-wrapper .col-two .content-box {
          padding: 0 20px; }
          body.h2o .info-grid .column-wrapper .col-two .content-box h3 {
            color: #FFFFFF;
            font-family: "proxima-nova", sans-serif;
            margin: 2px auto 4px;
            max-width: 350px;
            line-height: 1.14; }
            @media (max-width: 767px) {
              body.h2o .info-grid .column-wrapper .col-two .content-box h3 {
                max-width: 100%;
                margin: 0; } }
          body.h2o .info-grid .column-wrapper .col-two .content-box .underline-yellow {
            color: #FFFFFF;
            position: relative;
            display: inline-block;
            font-size: 24px;
            line-height: 1.25;
            font-family: "proxima-nova", sans-serif;
            margin-bottom: 20px; }
            body.h2o .info-grid .column-wrapper .col-two .content-box .underline-yellow:before {
              -o-transform: translateX(-50%);
              -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
            @media (min-width: 992px) and (max-width: 1150px) {
              body.h2o .info-grid .column-wrapper .col-two .content-box .underline-yellow {
                font-size: 22px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .info-grid .column-wrapper .col-two .content-box .underline-yellow {
                font-size: 20px;
                margin-bottom: 15px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .info-grid .column-wrapper .col-two .content-box .underline-yellow {
                font-size: 18px;
                margin-bottom: 15px; } }
            @media (max-width: 595px) {
              body.h2o .info-grid .column-wrapper .col-two .content-box .underline-yellow {
                font-size: 16px;
                margin-bottom: 15px; } }
          body.h2o .info-grid .column-wrapper .col-two .content-box p {
            color: #FFFFFF;
            font-family: "proxima-nova", sans-serif;
            font-size: 18px;
            font-weight: 100;
            max-width: 385px;
            margin: 0 auto;
            line-height: 1.22;
            width: 100%; }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .info-grid .column-wrapper .col-two .content-box p {
                max-width: 300px; } }
            @media (max-width: 767px) {
              body.h2o .info-grid .column-wrapper .col-two .content-box p {
                width: 100%; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .info-grid .column-wrapper .col-two .content-box p {
                font-size: 16px; } }
            @media (max-width: 595px) {
              body.h2o .info-grid .column-wrapper .col-two .content-box p {
                font-size: 14px; } }
          body.h2o .info-grid .column-wrapper .col-two .content-box .link-text {
            color: #FFFFFF;
            font-size: 14px; }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .info-grid .column-wrapper .col-two .content-box .link-text {
                padding: 5px 0; } }
  body.h2o .award-section {
    padding: 100px 0; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .award-section {
        padding: 80px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .award-section {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o .award-section {
        padding: 30px 0; } }
    body.h2o .award-section .loader {
      top: 45%; }
    body.h2o .award-section .col-outer {
      width: calc(100% + 30px);
      margin: 0 -15px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .award-section .col-outer {
          width: calc(100% + 16px);
          margin: 0 -8px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .award-section .col-outer {
          width: calc(100% + 16px);
          margin: 0 -8px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .award-section .col-outer {
          width: calc(100% + 10px);
          margin: 0 -5px; } }
      @media (max-width: 480px) {
        body.h2o .award-section .col-outer {
          margin: 0;
          width: 100%; } }
      body.h2o .award-section .col-outer:after {
        content: '';
        clear: both;
        display: block; }
      body.h2o .award-section .col-outer .content-wrapper {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        padding: 0 40px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .award-section .col-outer .content-wrapper {
            padding: 0 20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .award-section .col-outer .content-wrapper {
            padding: 0 20px; } }
        @media (max-width: 767px) {
          body.h2o .award-section .col-outer .content-wrapper {
            padding: 0 14px; } }
    body.h2o .award-section .col-three {
      height: 215px;
      text-align: center;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(158, 158, 158, 0.8);
              box-shadow: 0px 0px 10px 0px rgba(158, 158, 158, 0.8);
      margin: 0 15px 30px;
      width: calc(33.33% - 30px);
      overflow: hidden; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .award-section .col-three {
          margin: 0 8px 20px;
          width: calc(33.33% - 16px); } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .award-section .col-three {
          margin: 0 8px 15px;
          width: calc(50% - 16px); } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .award-section .col-three {
          margin: 0 5px 10px;
          width: calc(50% - 10px); } }
      @media (max-width: 480px) {
        body.h2o .award-section .col-three {
          margin: 0 0 10px;
          width: 100%; } }
      body.h2o .award-section .col-three > a {
        display: block;
        height: inherit;
        position: relative;
        top: 0;
        -webkit-transition: top 0.3s ease;
        -o-transition: top 0.3s ease;
        transition: top 0.3s ease; }
      body.h2o .award-section .col-three h6 {
        font-family: "proxima-nova", sans-serif;
        font-weight: 500;
        color: #161616;
        font-size: 18px; }
        @media (max-width: 767px) {
          body.h2o .award-section .col-three h6 {
            font-size: 16px; } }
      body.h2o .award-section .col-three .icon {
        max-width: 200px;
        margin: 0 auto 20px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .award-section .col-three .icon {
            max-width: 150px;
            margin: 0 auto 10px; } }
        @media (max-width: 767px) {
          body.h2o .award-section .col-three .icon {
            max-width: 130px;
            margin: 0 auto 10px; } }
        body.h2o .award-section .col-three .icon > img {
          height: 60px;
          width: auto;
          -o-object-fit: contain;
             object-fit: contain;
          font-family: 'object-fit: contain'; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .award-section .col-three .icon > img {
              height: 60px; } }
          @media (max-width: 767px) {
            body.h2o .award-section .col-three .icon > img {
              height: 60px; } }
      body.h2o .award-section .col-three .hover-content {
        position: absolute;
        top: 100%;
        width: 100%;
        height: 100%;
        background: #000000; }
        body.h2o .award-section .col-three .hover-content h5, body.h2o .award-section .col-three .hover-content span {
          color: #FFFFFF; }
        body.h2o .award-section .col-three .hover-content h5 {
          font-family: "proxima-nova", sans-serif;
          line-height: 1.2; }
        body.h2o .award-section .col-three .hover-content span {
          font-size: 14px; }
        body.h2o .award-section .col-three .hover-content .content {
          position: relative;
          padding: 0 40px;
          top: 50%;
          -webkit-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%); }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .award-section .col-three .hover-content .content {
              padding: 0 20px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .award-section .col-three .hover-content .content {
              padding: 0 20px; } }
          @media (max-width: 767px) {
            body.h2o .award-section .col-three .hover-content .content {
              padding: 0 14px; } }
      body.h2o .award-section .col-three:hover > a {
        top: -100%; }
  body.h2o.ua-ie .award-section .col-three .icon {
    height: 60px;
    background-size: contain !important; }
  body.h2o .content-with-form {
    padding: 98px 0 101px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .content-with-form {
        padding: 80px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .content-with-form {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o .content-with-form {
        padding: 30px 0; } }
    body.h2o .content-with-form.narrow-form .col-outer-grid .col-two .form-box {
      float: right;
      max-width: 400px; }
    body.h2o .content-with-form .col-outer-grid {
      width: 100%;
      float: left; }
      body.h2o .content-with-form .col-outer-grid .col-two:after {
        content: '';
        clear: both;
        display: block; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .content-with-form .col-outer-grid .col-two:first-child {
          padding-right: 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .content-with-form .col-outer-grid .col-two:last-child {
          padding-top: 30px; } }
      @media (max-width: 595px) {
        body.h2o .content-with-form .col-outer-grid .col-two:last-child {
          padding-top: 25px; } }
      body.h2o .content-with-form .col-outer-grid .col-two .content-wrap {
        padding-right: 20px; }
        @media (max-width: 767px) {
          body.h2o .content-with-form .col-outer-grid .col-two .content-wrap {
            padding-right: 0; } }
        body.h2o .content-with-form .col-outer-grid .col-two .content-wrap h4 {
          padding-bottom: 47px;
          font-weight: 100; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .content-with-form .col-outer-grid .col-two .content-wrap h4 {
              padding-bottom: 32px; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .content-with-form .col-outer-grid .col-two .content-wrap h4 {
              padding-bottom: 27px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .content-with-form .col-outer-grid .col-two .content-wrap h4 {
              padding-bottom: 18px; } }
          @media (max-width: 595px) {
            body.h2o .content-with-form .col-outer-grid .col-two .content-wrap h4 {
              padding-bottom: 15px; } }
          body.h2o .content-with-form .col-outer-grid .col-two .content-wrap h4 > a {
            display: inline;
            font-size: inherit;
            font-weight: inherit;
            line-height: inherit;
            color: #008cff; }
        body.h2o .content-with-form .col-outer-grid .col-two .content-wrap p {
          font-size: 18px;
          max-width: 540px;
          margin-bottom: 24px;
          position: relative;
          display: inline-block;
          font-family: "proxima-nova", sans-serif;
          font-weight: 100;
          color: #000000;
          line-height: 1.12; }
          @media (max-width: 767px) {
            body.h2o .content-with-form .col-outer-grid .col-two .content-wrap p {
              max-width: 100%;
              font-size: 17px;
              margin-bottom: 18px; } }
          @media (max-width: 595px) {
            body.h2o .content-with-form .col-outer-grid .col-two .content-wrap p {
              font-size: 16px; } }
          body.h2o .content-with-form .col-outer-grid .col-two .content-wrap p.disclaimer-text {
            font-size: 12px;
            max-width: 540px;
            margin-top: 10px; }
            @media (max-width: 767px) {
              body.h2o .content-with-form .col-outer-grid .col-two .content-wrap p.disclaimer-text {
                max-width: 100%; } }
            @media (max-width: 595px) {
              body.h2o .content-with-form .col-outer-grid .col-two .content-wrap p.disclaimer-text {
                font-size: 10px;
                margin-bottom: 5px; } }
          body.h2o .content-with-form .col-outer-grid .col-two .content-wrap p > a:before {
            display: none; }
        body.h2o .content-with-form .col-outer-grid .col-two .content-wrap ul {
          padding-left: 17px;
          margin-bottom: 24px; }
          @media (max-width: 767px) {
            body.h2o .content-with-form .col-outer-grid .col-two .content-wrap ul {
              margin-bottom: 18px; } }
          body.h2o .content-with-form .col-outer-grid .col-two .content-wrap ul > li {
            list-style-type: disc;
            margin: 5px 0; }
      body.h2o .content-with-form .col-outer-grid .col-two .form-box {
        width: 445px;
        background-color: #000000;
        padding: 38px 40px 37px 40px;
        position: relative;
        float: left;
        width: 100%; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .content-with-form .col-outer-grid .col-two .form-box {
            width: auto; } }
        @media (max-width: 767px) {
          body.h2o .content-with-form .col-outer-grid .col-two .form-box.right {
            float: none; } }
        @media (max-width: 991px) {
          body.h2o .content-with-form .col-outer-grid .col-two .form-box {
            position: relative;
            z-index: 1;
            margin: 0 auto;
            right: auto; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .content-with-form .col-outer-grid .col-two .form-box {
            padding: 30px 30px 40px 30px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .content-with-form .col-outer-grid .col-two .form-box {
            padding: 30px 30px; } }
        @media (max-width: 595px) {
          body.h2o .content-with-form .col-outer-grid .col-two .form-box {
            padding: 30px 25px;
            width: 100%;
            height: 100%;
            margin: 0 auto;
            max-width: 445px; } }
        body.h2o .content-with-form .col-outer-grid .col-two .form-box h6 {
          color: #FFFFFF;
          padding-bottom: 3px;
          word-spacing: 0.10em; }
          @media (max-width: 480px) {
            body.h2o .content-with-form .col-outer-grid .col-two .form-box h6 {
              text-align: center; } }
        body.h2o .content-with-form .col-outer-grid .col-two .form-box form.mktoForm {
          background: #000000;
          width: 100% !important;
          max-width: 100%; }
          body.h2o .content-with-form .col-outer-grid .col-two .form-box form.mktoForm .mktoFormRow {
            float: left;
            width: 100% !important;
            clear: inherit; }
            body.h2o .content-with-form .col-outer-grid .col-two .form-box form.mktoForm .mktoFormRow * {
              text-align: left !important; }
            body.h2o .content-with-form .col-outer-grid .col-two .form-box form.mktoForm .mktoFormRow input {
              max-width: 100%;
              font-family: "proxima-nova", sans-serif;
              font-size: 14px;
              font-weight: 100;
              width: 100%;
              outline: none;
              border: 0;
              height: 30px;
              padding: 6px 10px 7px 9px;
              color: #000000; }
          body.h2o .content-with-form .col-outer-grid .col-two .form-box form.mktoForm label.mktoLabel, body.h2o .content-with-form .col-outer-grid .col-two .form-box form.mktoForm .mktoLabel {
            color: #FFFFFF;
            font-family: "proxima-nova", sans-serif;
            font-size: 14px;
            font-weight: 100; }
          body.h2o .content-with-form .col-outer-grid .col-two .form-box form.mktoForm .mktoButtonWrap.mktoMinimal button.mktoButton {
            background-color: #ffe52b !important;
            margin-top: 40px;
            color: #000000 !important;
            font-family: "proxima-nova", sans-serif;
            font-size: 14px !important;
            letter-spacing: 0.0001em !important;
            text-transform: capitalize !important;
            border-radius: 0 !important;
            text-align: center !important;
            font-weight: 600 !important;
            white-space: nowrap !important;
            text-decoration: none !important;
            padding: 14px 30px 13px 30px !important; }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .content-with-form .col-outer-grid .col-two .form-box form.mktoForm .mktoButtonWrap.mktoMinimal button.mktoButton {
                margin-top: 30px;
                padding: 14px 20px 13px 20px !important;
                font-size: 12px !important; } }
            @media (max-width: 767px) {
              body.h2o .content-with-form .col-outer-grid .col-two .form-box form.mktoForm .mktoButtonWrap.mktoMinimal button.mktoButton {
                margin-top: 20px;
                font-size: 12px !important;
                padding: 14px 20px 13px 20px !important; } }
  body.h2o .content-with-form #mktoForm_1940.mktoForm .mktoFormRow .mktoFieldDescriptor {
    margin-bottom: 10px !important; }
  body.h2o .content-with-form #mktoForm_1940.mktoForm .mktoRequiredField label.mktoLabel, body.h2o .content-with-form #mktoForm_1940.mktoForm .mktoLabel {
    font-weight: normal !important;
    padding: 0 0 6px 0 !important;
    width: auto !important; }
  body.h2o .content-with-form #mktoForm_1940.mktoForm input[type=text],
  body.h2o .content-with-form #mktoForm_1940.mktoForm input[type=url],
  body.h2o .content-with-form #mktoForm_1940.mktoForm input[type=email],
  body.h2o .content-with-form #mktoForm_1940.mktoForm input[type=tel],
  body.h2o .content-with-form #mktoForm_1940.mktoForm input[type=number],
  body.h2o .content-with-form #mktoForm_1940.mktoForm input[type=date],
  body.h2o .content-with-form #mktoForm_1940.mktoForm textarea.mktoField,
  body.h2o .content-with-form #mktoForm_1940.mktoForm select.mktoField {
    width: 100% !important;
    max-width: 500px; }
  body.h2o .content-with-form #mktoForm_1940.mktoForm .mktoButtonWrap.mktoNative button.mktoButton {
    background-color: #ffe52b !important;
    margin-top: 40px;
    color: #000000 !important;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px !important;
    letter-spacing: 0.0001em !important;
    text-transform: capitalize !important;
    border-radius: 0 !important;
    text-align: center !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    padding: 14px 30px 13px 30px !important; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .content-with-form #mktoForm_1940.mktoForm .mktoButtonWrap.mktoNative button.mktoButton {
        margin-top: 30px;
        padding: 14px 20px 13px 20px !important;
        font-size: 12px !important; } }
    @media (max-width: 767px) {
      body.h2o .content-with-form #mktoForm_1940.mktoForm .mktoButtonWrap.mktoNative button.mktoButton {
        margin-top: 20px;
        font-size: 12px !important;
        padding: 14px 20px 13px 20px !important; } }
  body.h2o .content-with-form #mktoForm_2147.mktoForm .mktoFormRow .mktoFieldDescriptor {
    margin-bottom: 10px !important; }
  body.h2o .content-with-form #mktoForm_2147.mktoForm .mktoRequiredField label.mktoLabel, body.h2o .content-with-form #mktoForm_2147.mktoForm .mktoLabel {
    font-weight: normal !important;
    padding: 0 0 6px 0 !important;
    width: auto !important; }
  body.h2o .content-with-form #mktoForm_2147.mktoForm input[type=text],
  body.h2o .content-with-form #mktoForm_2147.mktoForm input[type=url],
  body.h2o .content-with-form #mktoForm_2147.mktoForm input[type=email],
  body.h2o .content-with-form #mktoForm_2147.mktoForm input[type=tel],
  body.h2o .content-with-form #mktoForm_2147.mktoForm input[type=number],
  body.h2o .content-with-form #mktoForm_2147.mktoForm input[type=date],
  body.h2o .content-with-form #mktoForm_2147.mktoForm textarea.mktoField,
  body.h2o .content-with-form #mktoForm_2147.mktoForm select.mktoField {
    width: 100% !important;
    display: block; }
  body.h2o .content-with-form #mktoForm_2147.mktoForm input[type=checkbox] {
    max-width: 20px;
    height: 20px;
    padding: 0; }
  body.h2o .content-with-form #mktoForm_2147.mktoForm select.mktoField {
    font-family: "proxima-nova", sans-serif;
    border-radius: 0px;
    width: 100%;
    border: none;
    padding: 6px 33px 7px 9px;
    font-size: 14px;
    outline: none;
    height: 30px;
    background-color: #FFFFFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #FFFFFF url(/wp-content/themes/h2o2016/refresh_2018/templates/dist/images/contact_us/down.png) no-repeat 97.9% 50%;
    background-size: 11px 7px; }
    body.h2o .content-with-form #mktoForm_2147.mktoForm select.mktoField::-ms-expand {
      display: none; }
  body.h2o .content-with-form #mktoForm_2147.mktoForm .mktoButtonWrap button.mktoButton {
    background-color: #ffe52b !important;
    margin-top: 40px;
    color: #000000 !important;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px !important;
    letter-spacing: 0.0001em !important;
    text-transform: capitalize !important;
    border-radius: 0 !important;
    text-align: center !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    padding: 14px 30px 13px 30px !important;
    max-width: 253px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .content-with-form #mktoForm_2147.mktoForm .mktoButtonWrap button.mktoButton {
        margin-top: 30px;
        padding: 14px 20px 13px 20px !important;
        font-size: 12px !important; } }
    @media (max-width: 767px) {
      body.h2o .content-with-form #mktoForm_2147.mktoForm .mktoButtonWrap button.mktoButton {
        margin-top: 20px;
        font-size: 12px !important;
        padding: 14px 20px 13px 20px !important; } }
    @media (max-width: 595px) {
      body.h2o .content-with-form #mktoForm_2147.mktoForm .mktoButtonWrap button.mktoButton {
        max-width: 100%; } }
  body.h2o .content-with-form #mktoForm_2147.mktoForm .mktoLogicalField {
    width: 100% !important; }
  body.h2o .content-with-form #mktoForm_2147.mktoForm .mktoCheckboxList > label {
    margin-left: 0; }
  body.h2o .content-with-form #mktoForm_2001.mktoForm .mktoFormRow .mktoFieldDescriptor {
    margin-bottom: 10px !important; }
  body.h2o .content-with-form #mktoForm_2001.mktoForm .mktoFormRow:nth-child(3) {
    width: 50% !important;
    padding-right: 9.5px; }
    @media (max-width: 480px) {
      body.h2o .content-with-form #mktoForm_2001.mktoForm .mktoFormRow:nth-child(3) {
        width: 100% !important;
        padding-right: 0; } }
  body.h2o .content-with-form #mktoForm_2001.mktoForm .mktoFormRow:nth-child(6) {
    width: 50% !important;
    padding-right: 9.5px; }
    @media (max-width: 480px) {
      body.h2o .content-with-form #mktoForm_2001.mktoForm .mktoFormRow:nth-child(6) {
        width: 100% !important;
        padding-right: 0; } }
  body.h2o .content-with-form #mktoForm_2001.mktoForm .mktoFormRow:nth-child(4) {
    width: 50% !important;
    padding-left: 9.5px; }
    @media (max-width: 480px) {
      body.h2o .content-with-form #mktoForm_2001.mktoForm .mktoFormRow:nth-child(4) {
        width: 100% !important;
        padding-left: 0; } }
  body.h2o .content-with-form #mktoForm_2001.mktoForm .mktoFormRow:nth-child(7) {
    width: 50% !important;
    padding-left: 9.5px; }
    @media (max-width: 480px) {
      body.h2o .content-with-form #mktoForm_2001.mktoForm .mktoFormRow:nth-child(7) {
        width: 100% !important;
        padding-left: 0; } }
  body.h2o .content-with-form #mktoForm_2001.mktoForm .mktoRequiredField label.mktoLabel, body.h2o .content-with-form #mktoForm_2001.mktoForm .mktoLabel {
    font-weight: normal !important;
    padding: 0 0 6px 0 !important;
    width: auto !important; }
  body.h2o .content-with-form #mktoForm_2001.mktoForm input[type=text],
  body.h2o .content-with-form #mktoForm_2001.mktoForm input[type=url],
  body.h2o .content-with-form #mktoForm_2001.mktoForm input[type=email],
  body.h2o .content-with-form #mktoForm_2001.mktoForm input[type=tel],
  body.h2o .content-with-form #mktoForm_2001.mktoForm input[type=number],
  body.h2o .content-with-form #mktoForm_2001.mktoForm input[type=date],
  body.h2o .content-with-form #mktoForm_2001.mktoForm textarea.mktoField,
  body.h2o .content-with-form #mktoForm_2001.mktoForm select.mktoField {
    width: 100% !important; }
  body.h2o .content-with-form #mktoForm_2001.mktoForm input[type=checkbox] {
    max-width: 20px;
    height: 20px;
    padding: 0; }
  body.h2o .content-with-form #mktoForm_2001.mktoForm select.mktoField {
    font-family: "proxima-nova", sans-serif;
    border-radius: 0px;
    width: 100%;
    border: none;
    padding: 6px 33px 7px 9px;
    font-size: 14px;
    outline: none;
    height: 30px;
    background-color: #FFFFFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #FFFFFF url(/wp-content/themes/h2o2016/refresh_2018/templates/dist/images/contact_us/down.png) no-repeat 97.9% 50%;
    background-size: 11px 7px; }
  body.h2o .content-with-form #mktoForm_2001.mktoForm .mktoButtonWrap button.mktoButton {
    background-color: #ffe52b !important;
    margin-top: 40px;
    color: #000000 !important;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px !important;
    letter-spacing: 0.0001em !important;
    text-transform: capitalize !important;
    border-radius: 0 !important;
    text-align: center !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    padding: 14px 30px 13px 30px !important;
    max-width: 253px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .content-with-form #mktoForm_2001.mktoForm .mktoButtonWrap button.mktoButton {
        margin-top: 30px;
        padding: 14px 20px 13px 20px !important;
        font-size: 12px !important; } }
    @media (max-width: 767px) {
      body.h2o .content-with-form #mktoForm_2001.mktoForm .mktoButtonWrap button.mktoButton {
        margin-top: 20px;
        font-size: 12px !important;
        padding: 14px 20px 13px 20px !important; } }
    @media (max-width: 595px) {
      body.h2o .content-with-form #mktoForm_2001.mktoForm .mktoButtonWrap button.mktoButton {
        max-width: 100%; } }
  body.h2o .content-with-form #mktoForm_2001.mktoForm .mktoLogicalField {
    width: 100% !important;
    padding: 0; }
  body.h2o .content-with-form #mktoForm_2001.mktoForm .mktoCheckboxList > label {
    margin-left: 0; }
  body.h2o .content-with-form #mktoForm_2148.mktoForm .mktoFormRow .mktoFieldDescriptor {
    margin-bottom: 10px !important; }
  body.h2o .content-with-form #mktoForm_2148.mktoForm .mktoFormRow:nth-child(3) {
    width: 50% !important;
    padding-right: 9.5px; }
    @media (max-width: 480px) {
      body.h2o .content-with-form #mktoForm_2148.mktoForm .mktoFormRow:nth-child(3) {
        width: 100% !important;
        padding-right: 0; } }
  body.h2o .content-with-form #mktoForm_2148.mktoForm .mktoFormRow:nth-child(6) {
    width: 50% !important;
    padding-right: 9.5px; }
    @media (max-width: 480px) {
      body.h2o .content-with-form #mktoForm_2148.mktoForm .mktoFormRow:nth-child(6) {
        width: 100% !important;
        padding-right: 0; } }
  body.h2o .content-with-form #mktoForm_2148.mktoForm .mktoFormRow:nth-child(4) {
    width: 50% !important;
    padding-left: 9.5px; }
    @media (max-width: 480px) {
      body.h2o .content-with-form #mktoForm_2148.mktoForm .mktoFormRow:nth-child(4) {
        width: 100% !important;
        padding-left: 0; } }
  body.h2o .content-with-form #mktoForm_2148.mktoForm .mktoFormRow:nth-child(7) {
    width: 50% !important;
    padding-left: 9.5px; }
    @media (max-width: 480px) {
      body.h2o .content-with-form #mktoForm_2148.mktoForm .mktoFormRow:nth-child(7) {
        width: 100% !important;
        padding-left: 0; } }
  body.h2o .content-with-form #mktoForm_2148.mktoForm .mktoRequiredField label.mktoLabel, body.h2o .content-with-form #mktoForm_2148.mktoForm .mktoLabel {
    font-weight: normal !important;
    padding: 0 0 6px 0 !important;
    width: auto !important; }
  body.h2o .content-with-form #mktoForm_2148.mktoForm input[type=text],
  body.h2o .content-with-form #mktoForm_2148.mktoForm input[type=url],
  body.h2o .content-with-form #mktoForm_2148.mktoForm input[type=email],
  body.h2o .content-with-form #mktoForm_2148.mktoForm input[type=tel],
  body.h2o .content-with-form #mktoForm_2148.mktoForm input[type=number],
  body.h2o .content-with-form #mktoForm_2148.mktoForm input[type=date],
  body.h2o .content-with-form #mktoForm_2148.mktoForm textarea.mktoField,
  body.h2o .content-with-form #mktoForm_2148.mktoForm select.mktoField {
    width: 100% !important; }
  body.h2o .content-with-form #mktoForm_2148.mktoForm input[type=checkbox] {
    max-width: 20px;
    height: 20px;
    padding: 0; }
  body.h2o .content-with-form #mktoForm_2148.mktoForm select.mktoField {
    font-family: "proxima-nova", sans-serif;
    border-radius: 0px;
    width: 100%;
    border: none;
    padding: 6px 33px 7px 9px;
    font-size: 14px;
    outline: none;
    height: 30px;
    background-color: #FFFFFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #FFFFFF url(/wp-content/themes/h2o2016/refresh_2018/templates/dist/images/contact_us/down.png) no-repeat 97.9% 50%;
    background-size: 11px 7px; }
  body.h2o .content-with-form #mktoForm_2148.mktoForm .mktoButtonWrap button.mktoButton {
    background-color: #ffe52b !important;
    margin-top: 40px;
    color: #000000 !important;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px !important;
    letter-spacing: 0.0001em !important;
    text-transform: capitalize !important;
    border-radius: 0 !important;
    text-align: center !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    padding: 14px 30px 13px 30px !important;
    max-width: 253px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .content-with-form #mktoForm_2148.mktoForm .mktoButtonWrap button.mktoButton {
        margin-top: 30px;
        padding: 14px 20px 13px 20px !important;
        font-size: 12px !important; } }
    @media (max-width: 767px) {
      body.h2o .content-with-form #mktoForm_2148.mktoForm .mktoButtonWrap button.mktoButton {
        margin-top: 20px;
        font-size: 12px !important;
        padding: 14px 20px 13px 20px !important; } }
    @media (max-width: 595px) {
      body.h2o .content-with-form #mktoForm_2148.mktoForm .mktoButtonWrap button.mktoButton {
        max-width: 100%; } }
  body.h2o .content-with-form #mktoForm_2148.mktoForm .mktoLogicalField {
    width: 100% !important;
    padding: 0; }
  body.h2o .content-with-form #mktoForm_2148.mktoForm .mktoCheckboxList > label {
    margin-left: 0; }
  body.h2o .text-with-form {
    overflow: inherit;
    padding-top: 37px; }
    @media (max-width: 767px) {
      body.h2o .text-with-form {
        padding-top: 30px; } }
    body.h2o .text-with-form .column-wrapper {
      max-width: 1110px;
      margin: 0 auto;
      width: 100%; }
      body.h2o .text-with-form .column-wrapper .contact-info {
        width: 50%; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .text-with-form .column-wrapper .contact-info {
            width: 45%; } }
        @media (max-width: 767px) {
          body.h2o .text-with-form .column-wrapper .contact-info {
            width: 100%; } }
        body.h2o .text-with-form .column-wrapper .contact-info p {
          margin-bottom: 8px;
          position: relative;
          max-width: 510px;
          display: inline-block;
          font-family: "proxima-nova", sans-serif;
          font-size: 18px;
          font-weight: 100;
          color: #000000;
          line-height: 1.12; }
          @media (max-width: 767px) {
            body.h2o .text-with-form .column-wrapper .contact-info p {
              font-size: 16px; } }
        body.h2o .text-with-form .column-wrapper .contact-info .info-box {
          padding-right: 25px;
          margin-bottom: 25px; }
          @media (max-width: 767px) {
            body.h2o .text-with-form .column-wrapper .contact-info .info-box {
              text-align: center;
              padding: 0; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .text-with-form .column-wrapper .contact-info .info-box {
              margin-bottom: 21px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .text-with-form .column-wrapper .contact-info .info-box {
              margin-bottom: 18px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .text-with-form .column-wrapper .contact-info .info-box {
              margin-bottom: 18px; } }
          @media (max-width: 480px) {
            body.h2o .text-with-form .column-wrapper .contact-info .info-box {
              margin-bottom: 15px; } }
          body.h2o .text-with-form .column-wrapper .contact-info .info-box h3 {
            font-family: "proxima-nova", sans-serif;
            font-size: 18px;
            font-weight: 700;
            color: #000000;
            margin-bottom: 8px; }
            @media (max-width: 767px) {
              body.h2o .text-with-form .column-wrapper .contact-info .info-box h3 {
                font-size: 16px; } }
          body.h2o .text-with-form .column-wrapper .contact-info .info-box p {
            margin-bottom: 8px;
            position: relative;
            max-width: 510px;
            display: inline-block;
            font-family: "proxima-nova", sans-serif;
            font-size: 18px;
            font-weight: 100;
            color: #000000;
            line-height: 1.12; }
            @media (max-width: 767px) {
              body.h2o .text-with-form .column-wrapper .contact-info .info-box p {
                font-size: 16px; } }
            body.h2o .text-with-form .column-wrapper .contact-info .info-box p > a {
              font-family: "proxima-nova", sans-serif;
              font-size: 18px;
              font-weight: 100;
              color: #000000;
              line-height: 1.12; }
              body.h2o .text-with-form .column-wrapper .contact-info .info-box p > a:before {
                display: none; }
            body.h2o .text-with-form .column-wrapper .contact-info .info-box p span {
              display: block;
              margin-top: 7px; }
              @media (min-width: 481px) and (max-width: 595px) {
                body.h2o .text-with-form .column-wrapper .contact-info .info-box p span {
                  margin-top: 5px; } }
              @media (max-width: 480px) {
                body.h2o .text-with-form .column-wrapper .contact-info .info-box p span {
                  margin-top: 3px; } }
              body.h2o .text-with-form .column-wrapper .contact-info .info-box p span.scaled-font {
                font-size: 24px;
                line-height: 1.25; }
                @media (min-width: 768px) and (max-width: 991px) {
                  body.h2o .text-with-form .column-wrapper .contact-info .info-box p span.scaled-font {
                    font-size: 22px; } }
                @media (min-width: 596px) and (max-width: 767px) {
                  body.h2o .text-with-form .column-wrapper .contact-info .info-box p span.scaled-font {
                    font-size: 20px; } }
                @media (min-width: 481px) and (max-width: 595px) {
                  body.h2o .text-with-form .column-wrapper .contact-info .info-box p span.scaled-font {
                    font-size: 20px; } }
                @media (max-width: 480px) {
                  body.h2o .text-with-form .column-wrapper .contact-info .info-box p span.scaled-font {
                    font-size: 18px; } }
          body.h2o .text-with-form .column-wrapper .contact-info .info-box span {
            display: block;
            margin-top: 2px; }
            body.h2o .text-with-form .column-wrapper .contact-info .info-box span a {
              font-family: "proxima-nova", sans-serif;
              border-bottom: solid 1px #000000;
              font-size: 14px;
              color: #000000;
              font-weight: 100; }
              @media (max-width: 595px) {
                body.h2o .text-with-form .column-wrapper .contact-info .info-box span a {
                  font-size: 12px; } }
      body.h2o .text-with-form .column-wrapper .outer-form {
        width: 50%;
        padding-left: 0px;
        min-height: 550px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .text-with-form .column-wrapper .outer-form {
            padding-left: 0px;
            width: 55%;
            min-height: 675px; } }
        @media (max-width: 767px) {
          body.h2o .text-with-form .column-wrapper .outer-form {
            width: 100%;
            padding-left: 0px;
            margin-top: 10px; } }
        body.h2o .text-with-form .column-wrapper .outer-form .form-box.offset {
          top: -200px;
          position: absolute; }
          @media (max-width: 767px) {
            body.h2o .text-with-form .column-wrapper .outer-form .form-box.offset {
              top: 0; } }
        body.h2o .text-with-form .column-wrapper .outer-form .form-box {
          background-color: #000000;
          max-width: 540px;
          width: 100%;
          padding: 35px 40px 40px 41px;
          position: relative;
          top: 0;
          right: 0;
          z-index: 12; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .text-with-form .column-wrapper .outer-form .form-box {
              padding: 35px 30px 40px; } }
          @media (max-width: 1150px) {
            body.h2o .text-with-form .column-wrapper .outer-form .form-box {
              position: relative; } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .text-with-form .column-wrapper .outer-form .form-box {
              padding: 25px 25px 30px;
              left: 0px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .text-with-form .column-wrapper .outer-form .form-box {
              padding: 30px 25px;
              z-index: 1; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .text-with-form .column-wrapper .outer-form .form-box {
              padding: 20px 20px 25px;
              z-index: 1; } }
          @media (max-width: 480px) {
            body.h2o .text-with-form .column-wrapper .outer-form .form-box {
              padding: 20px 20px 25px 20px;
              z-index: 1; } }
          @media (max-width: 767px) {
            body.h2o .text-with-form .column-wrapper .outer-form .form-box {
              position: relative;
              bottom: auto;
              left: auto;
              right: auto;
              margin: 10px auto 0; } }
          body.h2o .text-with-form .column-wrapper .outer-form .form-box h5 {
            font-size: 14px;
            font-family: "proxima-nova", sans-serif;
            font-weight: 100;
            color: #FFFFFF;
            text-align: center;
            position: relative;
            padding-bottom: 5px; }
            body.h2o .text-with-form .column-wrapper .outer-form .form-box h5:after {
              content: '';
              position: absolute;
              width: 201px;
              height: 1px;
              bottom: 0;
              left: 0;
              background-color: #ffe52b;
              margin: auto;
              right: 0; }
              @media (min-width: 481px) and (max-width: 595px) {
                body.h2o .text-with-form .column-wrapper .outer-form .form-box h5:after {
                  width: 160px; } }
              @media (max-width: 480px) {
                body.h2o .text-with-form .column-wrapper .outer-form .form-box h5:after {
                  width: 120px; } }
          body.h2o .text-with-form .column-wrapper .outer-form .form-box p {
            font-size: 12px;
            font-family: "proxima-nova", sans-serif;
            font-weight: 100;
            color: #FFFFFF;
            text-align: center;
            margin: 8px 0 1px; }
          @media (max-width: 480px) {
            body.h2o .text-with-form .column-wrapper .outer-form .form-box form .col-wrapper {
              padding: 0;
              width: 100%; } }
          body.h2o .text-with-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two {
            width: 50%; }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .text-with-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two {
                width: 50%; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.h2o .text-with-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two {
                width: 50%; } }
            @media (max-width: 480px) {
              body.h2o .text-with-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two {
                width: 100%; } }
            body.h2o .text-with-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two:nth-child(odd) {
              padding-right: 9.5px; }
              @media (min-width: 768px) and (max-width: 991px) {
                body.h2o .text-with-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two:nth-child(odd) {
                  padding-right: 6px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body.h2o .text-with-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two:nth-child(odd) {
                  padding-right: 6px; } }
              @media (min-width: 481px) and (max-width: 595px) {
                body.h2o .text-with-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two:nth-child(odd) {
                  padding-right: 6px; } }
              @media (max-width: 480px) {
                body.h2o .text-with-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two:nth-child(odd) {
                  padding: 0px; } }
            body.h2o .text-with-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two:nth-child(even) {
              padding-left: 9.5px; }
              @media (min-width: 768px) and (max-width: 991px) {
                body.h2o .text-with-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two:nth-child(even) {
                  padding-left: 6px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body.h2o .text-with-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two:nth-child(even) {
                  padding-left: 6px; } }
              @media (min-width: 481px) and (max-width: 595px) {
                body.h2o .text-with-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two:nth-child(even) {
                  padding-left: 6px; } }
              @media (max-width: 480px) {
                body.h2o .text-with-form .column-wrapper .outer-form .form-box form .col-wrapper .col-two:nth-child(even) {
                  padding: 0px; } }
          body.h2o .text-with-form .column-wrapper .outer-form .form-box form .col {
            font-size: 0; }
          body.h2o .text-with-form .column-wrapper .outer-form .form-box form #form-check {
            width: 21px;
            display: inline-block;
            vertical-align: top;
            opacity: 0;
            height: auto;
            margin-top: 5px;
            opacity: 0; }
            body.h2o .text-with-form .column-wrapper .outer-form .form-box form #form-check:checked + label:after {
              opacity: 1; }
            body.h2o .text-with-form .column-wrapper .outer-form .form-box form #form-check + label {
              display: inline-block;
              vertical-align: top;
              width: calc(100% - 21px);
              margin: 0;
              font-size: 12px;
              margin-top: 2px;
              cursor: pointer;
              padding-left: 1px; }
              body.h2o .text-with-form .column-wrapper .outer-form .form-box form #form-check + label:before {
                content: '';
                margin-right: 10px;
                position: absolute;
                vertical-align: text-top;
                width: 11px;
                height: 11px;
                border: solid 1px #FFFFFF;
                z-index: 1;
                left: 0px;
                top: 2px; }
              body.h2o .text-with-form .column-wrapper .outer-form .form-box form #form-check + label:after {
                content: '';
                width: 8px;
                height: 2px;
                position: absolute;
                top: 9px;
                left: 1px;
                opacity: 0;
                -webkit-transform: rotate(30deg);
                     -o-transform: rotate(30deg);
                        transform: rotate(30deg);
                width: 2px;
                height: 2px;
                -webkit-box-shadow: 2px 0 0 #ffe52b, 4px 0 0 #ffe52b, 4px -2px 0 #ffe52b, 4px -4px 0 #ffe52b, 4px -6px 0 #ffe52b, 4px -8px 0 #ffe52b;
                        box-shadow: 2px 0 0 #ffe52b, 4px 0 0 #ffe52b, 4px -2px 0 #ffe52b, 4px -4px 0 #ffe52b, 4px -6px 0 #ffe52b, 4px -8px 0 #ffe52b; }
          body.h2o .text-with-form .column-wrapper .outer-form .form-box form label {
            font-family: "proxima-nova", sans-serif;
            font-size: 14px;
            color: #FFFFFF;
            font-weight: 100;
            margin: 17px 0 3px 0;
            display: block; }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .text-with-form .column-wrapper .outer-form .form-box form label {
                margin: 13px 0 3px 0; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .text-with-form .column-wrapper .outer-form .form-box form label {
                margin: 13px 0 3px 0; } }
            @media (max-width: 595px) {
              body.h2o .text-with-form .column-wrapper .outer-form .form-box form label {
                margin: 12px 0 3px 0;
                font-size: 12px; } }
          body.h2o .text-with-form .column-wrapper .outer-form .form-box form input {
            font-family: "proxima-nova", sans-serif;
            font-size: 14px;
            font-weight: 100;
            width: 100%;
            outline: none;
            border: 0;
            height: 30px;
            padding: 6px 10px 7px 9px;
            color: #000000; }
            body.h2o .text-with-form .column-wrapper .outer-form .form-box form input:focus {
              outline: none;
              border: 0; }
          body.h2o .text-with-form .column-wrapper .outer-form .form-box form input::-ms-clear {
            display: none; }
          body.h2o .text-with-form .column-wrapper .outer-form .form-box form .btn-wrapper .btn-default {
            padding: 12px 52px 12px 30px;
            margin-top: 18px;
            background-color: #ffe52b;
            outline: none;
            border: 0;
            height: auto;
            letter-spacing: 0.0001em; }
            body.h2o .text-with-form .column-wrapper .outer-form .form-box form .btn-wrapper .btn-default:hover {
              color: #000000; }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .text-with-form .column-wrapper .outer-form .form-box form .btn-wrapper .btn-default {
                padding: 12px 36px 12px 16px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .text-with-form .column-wrapper .outer-form .form-box form .btn-wrapper .btn-default {
                padding: 12px 36px 12px 16px; } }
            @media (max-width: 595px) {
              body.h2o .text-with-form .column-wrapper .outer-form .form-box form .btn-wrapper .btn-default {
                padding: 10px 32px 10px 16px;
                font-size: 12px; } }
            body.h2o .text-with-form .column-wrapper .outer-form .form-box form .btn-wrapper .btn-default:before {
              display: none; }
            body.h2o .text-with-form .column-wrapper .outer-form .form-box form .btn-wrapper .btn-default:after {
              content: '';
              z-index: 2;
              position: absolute;
              background: url(/wp-content/themes/h2o2016/refresh_2018/templates/dist/images/contact_us/locked_padlock.svg) no-repeat;
              background-size: 100% 100%;
              right: 28px;
              top: 11px;
              width: 16px;
              height: 16px;
              left: auto;
              opacity: 1;
              -o-transform: none;
              -webkit-transform: none;
              transform: none; }
              @media (min-width: 768px) and (max-width: 991px) {
                body.h2o .text-with-form .column-wrapper .outer-form .form-box form .btn-wrapper .btn-default:after {
                  right: 9px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body.h2o .text-with-form .column-wrapper .outer-form .form-box form .btn-wrapper .btn-default:after {
                  right: 9px; } }
              @media (min-width: 481px) and (max-width: 595px) {
                body.h2o .text-with-form .column-wrapper .outer-form .form-box form .btn-wrapper .btn-default:after {
                  right: 9px;
                  top: 9px; } }
              @media (max-width: 480px) {
                body.h2o .text-with-form .column-wrapper .outer-form .form-box form .btn-wrapper .btn-default:after {
                  right: 8px;
                  top: 9px; } }
          body.h2o .text-with-form .column-wrapper .outer-form .form-box form select {
            font-family: "proxima-nova", sans-serif;
            border-radius: 0px;
            width: 100%;
            border: none;
            padding: 6px 33px 7px 9px;
            font-size: 14px;
            outline: none;
            height: 30px;
            background-color: #FFFFFF;
            -webkit-appearance: none;
            -moz-appearance: none;
            background: #FFFFFF url(/wp-content/themes/h2o2016/refresh_2018/templates/dist/images/contact_us/down.png) no-repeat 97.9% 50%;
            background-size: 11px 7px;
            max-width: 460px; }
            @media (min-width: 992px) and (max-width: 1150px) {
              body.h2o .text-with-form .column-wrapper .outer-form .form-box form select {
                max-width: 100%; } }
            @media (max-width: 991px) {
              body.h2o .text-with-form .column-wrapper .outer-form .form-box form select {
                max-width: 100%; } }
            body.h2o .text-with-form .column-wrapper .outer-form .form-box form select:focus {
              outline: none; }
            body.h2o .text-with-form .column-wrapper .outer-form .form-box form select:-moz-focusring {
              color: transparent;
              text-shadow: 0 0 0 #000000; }
            body.h2o .text-with-form .column-wrapper .outer-form .form-box form select::-ms-expand {
              display: none; }
          body.h2o .text-with-form .column-wrapper .outer-form .form-box form textarea {
            max-width: 460px;
            overflow: auto \0;
            font-family: "proxima-nova", sans-serif;
            font-size: 14px;
            width: 100%;
            margin-top: 0px;
            height: 100%;
            min-height: 158px;
            border: 0;
            padding: 6px 10px 7px 9px;
            outline: none;
            color: #000000;
            background-color: #FFFFFF;
            -webkit-box-shadow: none;
            box-shadow: none;
            margin-bottom: 28px; }
            @media (min-width: 992px) and (max-width: 1150px) {
              body.h2o .text-with-form .column-wrapper .outer-form .form-box form textarea {
                max-width: 100%; } }
            @media (max-width: 991px) {
              body.h2o .text-with-form .column-wrapper .outer-form .form-box form textarea {
                max-width: 100%;
                margin-bottom: 20px; } }
    body.h2o .text-with-form #mktoForm_1355 {
      width: 100% !important; }
    body.h2o .text-with-form .mktoForm {
      width: 100% !important; }
      body.h2o .text-with-form .mktoForm .mktoFormRow .mktoFormCol {
        margin-bottom: 0 !important; }
      body.h2o .text-with-form .mktoForm .mktoFormRow .mktoField {
        border: none !important;
        width: 100% !important; }
      body.h2o .text-with-form .mktoForm .mktoFormRow * {
        text-align: left !important; }
      body.h2o .text-with-form .mktoForm .mktoFormRow .mktoGutter {
        display: none; }
      body.h2o .text-with-form .mktoForm .mktoFormRow:nth-child(3), body.h2o .text-with-form .mktoForm .mktoFormRow:nth-child(6) {
        width: 50% !important;
        padding-right: 9.5px; }
      body.h2o .text-with-form .mktoForm .mktoFormRow:nth-child(4), body.h2o .text-with-form .mktoForm .mktoFormRow:nth-child(7) {
        width: 50% !important;
        padding-left: 9.5px; }
      @media (max-width: 480px) {
        body.h2o .text-with-form .mktoForm .mktoFormRow:nth-child(3), body.h2o .text-with-form .mktoForm .mktoFormRow:nth-child(6), body.h2o .text-with-form .mktoForm .mktoFormRow:nth-child(4), body.h2o .text-with-form .mktoForm .mktoFormRow:nth-child(7) {
          width: 100% !important;
          padding-left: 0;
          padding-right: 0; } }
      body.h2o .text-with-form .mktoForm .mktoLabel {
        padding-top: 0 !important;
        width: 100% !important; }
      body.h2o .text-with-form .mktoForm button.mktoButton {
        position: relative;
        max-width: 100%;
        font-size: 14px !important;
        padding: 14px 52px 13px 30px !important;
        margin-top: 18px !important;
        letter-spacing: 0.0001em !important;
        text-transform: capitalize !important;
        color: #000000 !important;
        border: 0 !important;
        background: #ffe52b !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
        white-space: nowrap !important;
        border-radius: 0 !important;
        text-align: center !important;
        font-weight: 600 !important;
        white-space: nowrap !important;
        text-decoration: none !important; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .text-with-form .mktoForm button.mktoButton {
            padding: 12px 36px 12px 16px !important;
            margin-top: 8px !important; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .text-with-form .mktoForm button.mktoButton {
            padding: 12px 36px 12px 16px !important;
            margin-top: 8px !important; } }
        @media (max-width: 595px) {
          body.h2o .text-with-form .mktoForm button.mktoButton {
            padding: 10px 32px 10px 16px !important;
            font-size: 12px !important;
            max-width: 220px;
            margin-top: 8px !important; } }
        @media (max-width: 480px) {
          body.h2o .text-with-form .mktoForm button.mktoButton {
            margin-top: 10px !important; } }
        body.h2o .text-with-form .mktoForm button.mktoButton:focus {
          outline: none; }
        body.h2o .text-with-form .mktoForm button.mktoButton:before {
          content: '';
          z-index: 2;
          position: absolute;
          background: url(/wp-content/themes/h2o2016/refresh_2018/templates/dist/images/contact_us/locked_padlock.svg) no-repeat;
          background-size: 100% 100%;
          right: 28px;
          top: 11px;
          width: 16px;
          height: 16px;
          left: auto;
          opacity: 1;
          -o-transform: none;
          -webkit-transform: none;
          transform: none; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .text-with-form .mktoForm button.mktoButton:before {
              right: 9px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .text-with-form .mktoForm button.mktoButton:before {
              right: 28px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .text-with-form .mktoForm button.mktoButton:before {
              right: 25px;
              top: 9px; } }
          @media (max-width: 480px) {
            body.h2o .text-with-form .mktoForm button.mktoButton:before {
              right: 25px;
              top: 9px; } }
    @media (min-width: 992px) {
      body.h2o .text-with-form.driverless-ai-form {
        padding: 90px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .text-with-form.driverless-ai-form {
        padding: 80px 0; } }
    body.h2o .text-with-form.driverless-ai-form .column-wrapper .outer-form {
      min-height: 365px; }
    body.h2o .text-with-form.driverless-ai-form .video-column {
      padding-right: 20px; }
      @media (max-width: 767px) {
        body.h2o .text-with-form.driverless-ai-form .video-column {
          padding-right: 0;
          padding-bottom: 20px; } }
      body.h2o .text-with-form.driverless-ai-form .video-column .video-block {
        position: relative;
        text-align: center; }
        body.h2o .text-with-form.driverless-ai-form .video-column .video-block .video-button {
          text-align: center; }
          body.h2o .text-with-form.driverless-ai-form .video-column .video-block .video-button .video-btn {
            position: absolute;
            top: calc(50% - 28px);
            left: calc(50% - 28px);
            width: 56px;
            height: 56px;
            background: #7d7d7d; }
            body.h2o .text-with-form.driverless-ai-form .video-column .video-block .video-button .video-btn img {
              margin-top: 17px; }
    body.h2o .text-with-form.info-detail {
      padding-top: 36px; }
      @media (min-width: 1150px) {
        body.h2o .text-with-form.info-detail .container {
          max-width: 1175px; } }
      @media (min-width: 1150px) {
        body.h2o .text-with-form.info-detail .container .column-wrapper {
          max-width: 100%; } }
      @media (min-width: 1150px) {
        body.h2o .text-with-form.info-detail .container .contact-info {
          width: 52.3%; } }
      @media (min-width: 1150px) {
        body.h2o .text-with-form.info-detail .container .outer-form {
          width: 47.7%; } }
      body.h2o .text-with-form.info-detail .container .outer-form .form-box {
        position: relative;
        padding: 18px 40px 27px 41px; }
        @media (max-width: 767px) {
          body.h2o .text-with-form.info-detail .container .outer-form .form-box {
            margin: 30px auto 40px; } }
        body.h2o .text-with-form.info-detail .container .outer-form .form-box form label {
          margin: 18px 0 3px 0; }
        body.h2o .text-with-form.info-detail .container .outer-form .form-box form button.mktoButton {
          margin-top: 47px !important; }
      body.h2o .text-with-form.info-detail .img-content {
        padding-right: 40px; }
        @media (max-width: 767px) {
          body.h2o .text-with-form.info-detail .img-content {
            padding: 0; } }
      body.h2o .text-with-form.info-detail .text-wrapper {
        display: block;
        width: 100%;
        padding-right: 32px; }
        @media (min-width: 1150px) {
          body.h2o .text-with-form.info-detail .text-wrapper {
            padding-left: 0; } }
        @media (max-width: 480px) {
          body.h2o .text-with-form.info-detail .text-wrapper {
            width: 100%;
            display: block;
            margin: 0 auto;
            padding-right: 0; } }
      body.h2o .text-with-form.info-detail p {
        font-size: 14px;
        margin-top: 10px;
        display: block;
        width: 100%;
        padding-right: 32px; }
        @media (min-width: 1150px) {
          body.h2o .text-with-form.info-detail p {
            padding-left: 0; } }
        @media (max-width: 767px) {
          body.h2o .text-with-form.info-detail p {
            width: 100%;
            display: block;
            margin: 10px auto 0;
            padding-right: 0; } }
      body.h2o .text-with-form.info-detail .logo-box {
        display: block;
        width: 100%;
        margin-bottom: 33px;
        height: 270px;
        overflow: hidden; }
        @media (max-width: 767px) {
          body.h2o .text-with-form.info-detail .logo-box {
            margin-bottom: 23px;
            text-align: center;
            height: 200px; } }
        @media (max-width: 480px) {
          body.h2o .text-with-form.info-detail .logo-box {
            width: 100%;
            display: block;
            padding: 0px; } }
        body.h2o .text-with-form.info-detail .logo-box img {
          -o-object-fit: cover;
             object-fit: cover;
          height: 100%;
          max-width: 100%; }
          @media (max-width: 480px) {
            body.h2o .text-with-form.info-detail .logo-box img {
              margin: 0px auto 0;
              max-width: 100%; } }
      body.h2o .text-with-form.info-detail .img-box {
        max-width: 540px;
        height: 163px;
        width: 100%; }
        @media (max-width: 767px) {
          body.h2o .text-with-form.info-detail .img-box {
            margin: 0 auto; } }
        body.h2o .text-with-form.info-detail .img-box img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
  body.h2o.we-small-height .text-with-form {
    padding-top: 37px; }
    @media (max-width: 767px) {
      body.h2o.we-small-height .text-with-form {
        padding-top: 30px; } }
  body.h2o #no-video .video-btn {
    display: none; }
  body.h2o .text-with-form #mktoForm_1355.mktoForm .mktoFormRow:nth-child(9), body.h2o .text-with-form #mktoForm_1355.mktoForm .mktoFormRow:nth-child(12), body.h2o .text-with-form #mktoForm_1355.mktoForm .mktoFormRow:nth-child(13), body.h2o .text-with-form #mktoForm_1355.mktoForm .mktoFormRow:nth-child(14), body.h2o .text-with-form #mktoForm_1355.mktoForm .mktoFormRow:nth-child(15), body.h2o .text-with-form #mktoForm_1355.mktoForm .mktoFormRow:nth-child(16) {
    display: inline !important; }
  body.h2o .text-with-form #mktoForm_1671.mktoForm .mktoFormRow:nth-child(9), body.h2o .text-with-form #mktoForm_1671.mktoForm .mktoFormRow:nth-child(12), body.h2o .text-with-form #mktoForm_1671.mktoForm .mktoFormRow:nth-child(13), body.h2o .text-with-form #mktoForm_1671.mktoForm .mktoFormRow:nth-child(14), body.h2o .text-with-form #mktoForm_1671.mktoForm .mktoFormRow:nth-child(15), body.h2o .text-with-form #mktoForm_1671.mktoForm .mktoFormRow:nth-child(16) {
    display: inline !important; }
  body.h2o .text-with-video {
    overflow: inherit;
    padding-top: 37px; }
    @media (max-width: 767px) {
      body.h2o .text-with-video {
        padding-top: 30px; } }
    body.h2o .text-with-video .column-wrapper {
      max-width: 1110px;
      margin: 0 auto;
      width: 100%; }
      body.h2o .text-with-video .column-wrapper .info-box {
        padding-right: 25px;
        margin-bottom: 25px; }
        @media (max-width: 767px) {
          body.h2o .text-with-video .column-wrapper .info-box {
            text-align: center;
            padding: 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .text-with-video .column-wrapper .info-box {
            margin-bottom: 21px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .text-with-video .column-wrapper .info-box {
            margin-bottom: 18px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .text-with-video .column-wrapper .info-box {
            margin-bottom: 18px; } }
        @media (max-width: 480px) {
          body.h2o .text-with-video .column-wrapper .info-box {
            margin-bottom: 15px; } }
        body.h2o .text-with-video .column-wrapper .info-box h3 {
          font-family: "proxima-nova", sans-serif;
          font-size: 18px;
          font-weight: 700;
          color: #000000;
          margin-bottom: 8px; }
          @media (max-width: 767px) {
            body.h2o .text-with-video .column-wrapper .info-box h3 {
              font-size: 16px; } }
        body.h2o .text-with-video .column-wrapper .info-box p {
          margin-bottom: 8px;
          position: relative;
          max-width: 510px;
          display: inline-block;
          font-family: "proxima-nova", sans-serif;
          font-size: 18px;
          font-weight: 100;
          color: #000000;
          line-height: 1.12; }
          @media (max-width: 767px) {
            body.h2o .text-with-video .column-wrapper .info-box p {
              font-size: 16px; } }
          body.h2o .text-with-video .column-wrapper .info-box p > a {
            font-family: "proxima-nova", sans-serif;
            font-size: 18px;
            font-weight: 100;
            color: #000000;
            line-height: 1.12; }
            body.h2o .text-with-video .column-wrapper .info-box p > a:before {
              display: none; }
          body.h2o .text-with-video .column-wrapper .info-box p span {
            display: block;
            margin-top: 7px; }
            @media (min-width: 481px) and (max-width: 595px) {
              body.h2o .text-with-video .column-wrapper .info-box p span {
                margin-top: 5px; } }
            @media (max-width: 480px) {
              body.h2o .text-with-video .column-wrapper .info-box p span {
                margin-top: 3px; } }
            body.h2o .text-with-video .column-wrapper .info-box p span.scaled-font {
              font-size: 24px;
              line-height: 1.25; }
              @media (min-width: 768px) and (max-width: 991px) {
                body.h2o .text-with-video .column-wrapper .info-box p span.scaled-font {
                  font-size: 22px; } }
              @media (min-width: 596px) and (max-width: 767px) {
                body.h2o .text-with-video .column-wrapper .info-box p span.scaled-font {
                  font-size: 20px; } }
              @media (min-width: 481px) and (max-width: 595px) {
                body.h2o .text-with-video .column-wrapper .info-box p span.scaled-font {
                  font-size: 20px; } }
              @media (max-width: 480px) {
                body.h2o .text-with-video .column-wrapper .info-box p span.scaled-font {
                  font-size: 18px; } }
        body.h2o .text-with-video .column-wrapper .info-box span {
          display: block;
          margin-top: 2px; }
          body.h2o .text-with-video .column-wrapper .info-box span a {
            font-family: "proxima-nova", sans-serif;
            border-bottom: solid 1px #000000;
            font-size: 14px;
            color: #000000;
            font-weight: 100; }
            @media (max-width: 595px) {
              body.h2o .text-with-video .column-wrapper .info-box span a {
                font-size: 12px; } }
      body.h2o .text-with-video .column-wrapper .outer-form {
        width: 50%;
        padding-left: 0px;
        min-height: 360px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .text-with-video .column-wrapper .outer-form {
            padding-left: 0px;
            width: 55%; } }
        @media (max-width: 767px) {
          body.h2o .text-with-video .column-wrapper .outer-form {
            width: 100%;
            padding-left: 0px;
            margin-top: 10px; } }
        body.h2o .text-with-video .column-wrapper .outer-form .form-box.offset {
          bottom: 0;
          top: auto; }
  body.h2o .info-detail {
    padding-top: 36px; }
    @media (min-width: 1150px) {
      body.h2o .info-detail .container {
        max-width: 1175px; } }
    @media (min-width: 1150px) {
      body.h2o .info-detail .container .column-wrapper {
        max-width: 100%; } }
    @media (min-width: 1150px) {
      body.h2o .info-detail .container .contact-info {
        width: 52.3%; } }
    @media (min-width: 1150px) {
      body.h2o .info-detail .container .outer-form {
        width: 47.7%; } }
    body.h2o .info-detail .container .outer-form .form-box {
      position: relative;
      padding: 18px 40px 27px 41px; }
      @media (max-width: 767px) {
        body.h2o .info-detail .container .outer-form .form-box {
          margin: 30px auto 40px; } }
      body.h2o .info-detail .container .outer-form .form-box form label {
        margin: 18px 0 3px 0; }
      body.h2o .info-detail .container .outer-form .form-box form button.mktoButton {
        margin-top: 47px !important; }
    body.h2o .info-detail .img-content {
      padding-right: 40px; }
      @media (max-width: 767px) {
        body.h2o .info-detail .img-content {
          padding: 0; } }
    body.h2o .info-detail .text-wrapper {
      display: block;
      width: 100%;
      padding-right: 32px; }
      @media (min-width: 1150px) {
        body.h2o .info-detail .text-wrapper {
          padding-left: 0; } }
      @media (max-width: 480px) {
        body.h2o .info-detail .text-wrapper {
          width: 100%;
          display: block;
          margin: 0 auto;
          padding-right: 0; } }
    body.h2o .info-detail p {
      font-size: 14px;
      margin-top: 10px;
      display: block;
      width: 100%;
      padding-right: 32px; }
      @media (min-width: 1150px) {
        body.h2o .info-detail p {
          padding-left: 0; } }
      @media (max-width: 767px) {
        body.h2o .info-detail p {
          width: 100%;
          display: block;
          margin: 10px auto 0;
          padding-right: 0; } }
    body.h2o .info-detail .logo-box {
      display: block;
      width: 100%;
      margin-bottom: 33px;
      height: 270px;
      overflow: hidden; }
      @media (max-width: 767px) {
        body.h2o .info-detail .logo-box {
          margin-bottom: 23px;
          text-align: center;
          height: 200px; } }
      @media (max-width: 480px) {
        body.h2o .info-detail .logo-box {
          width: 100%;
          display: block;
          padding: 0px; } }
      body.h2o .info-detail .logo-box img {
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
        max-width: 100%; }
        @media (max-width: 480px) {
          body.h2o .info-detail .logo-box img {
            margin: 0px auto 0;
            max-width: 100%; } }
    body.h2o .info-detail .img-box {
      max-width: 540px;
      height: 163px;
      width: 100%; }
      @media (max-width: 767px) {
        body.h2o .info-detail .img-box {
          margin: 0 auto; } }
      body.h2o .info-detail .img-box img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  body.h2o .we-small-height .text-with-video {
    padding-top: 37px; }
    @media (max-width: 767px) {
      body.h2o .we-small-height .text-with-video {
        padding-top: 30px; } }
  body.h2o .text-left .content-wrap {
    padding-right: 15px; }
  body.h2o #no-video .video-btn {
    display: none; }
  body.h2o .video-column .video-block {
    position: relative;
    text-align: center; }
    body.h2o .video-column .video-block .video-btn {
      position: absolute;
      top: calc(50% - 28px);
      left: calc(50% - 28px);
      width: 56px;
      height: 56px;
      background: #7d7d7d; }
      body.h2o .video-column .video-block .video-btn img {
        margin-top: 17px; }
  body.h2o .we-intro-block {
    padding: 94px 0 65px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .we-intro-block {
        padding: 60px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .we-intro-block {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o .we-intro-block {
        padding: 30px 0; } }
    body.h2o .we-intro-block .wrapper {
      max-width: 990px;
      /*max-width: 955px;*/
      width: 100%;
      padding: 0 20px;
      margin: 0 auto;
      text-align: center; }
    body.h2o .we-intro-block h4 {
      font-size: 24px;
      line-height: 1.25;
      font-weight: 400;
      font-family: "proxima-nova", sans-serif; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .we-intro-block h4 {
          font-size: 22px;
          margin-bottom: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .we-intro-block h4 {
          font-size: 20px;
          margin-bottom: 0; } }
      @media (max-width: 767px) {
        body.h2o .we-intro-block h4 {
          margin-bottom: 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .we-intro-block h4 {
          font-size: 18px; } }
      @media (max-width: 595px) {
        body.h2o .we-intro-block h4 {
          font-size: 16px; } }
  body.h2o .we-three-col-featured {
    text-align: center;
    padding: 90px 0; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .we-three-col-featured {
        padding: 60px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .we-three-col-featured {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o .we-three-col-featured {
        padding: 30px 0; } }
    body.h2o .we-three-col-featured h2 {
      font-size: 43px;
      font-weight: 400;
      line-height: 1.2;
      margin-top: 11px;
      font-family: "proxima-nova", sans-serif; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .we-three-col-featured h2 {
          font-size: 40px;
          margin-top: 0px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .we-three-col-featured h2 {
          font-size: 35px;
          margin-top: 0px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .we-three-col-featured h2 {
          font-size: 26px;
          margin-top: 0; } }
      @media (max-width: 595px) {
        body.h2o .we-three-col-featured h2 {
          font-size: 22px;
          margin-top: 0; } }
    body.h2o .we-three-col-featured .col-outer {
      padding-top: 48px;
      font-size: 0;
      width: calc(100% + 32px);
      margin-left: -16px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .we-three-col-featured .col-outer {
          width: calc(100% + 26px);
          margin-left: -13px;
          padding-top: 40px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body.h2o .we-three-col-featured .col-outer {
          width: calc(100% + 20px);
          margin-left: -10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .we-three-col-featured .col-outer {
          width: calc(100% + 18px);
          margin-left: -9px;
          padding-top: 30px; } }
      @media (max-width: 767px) {
        body.h2o .we-three-col-featured .col-outer {
          width: 100%;
          margin-left: 0px;
          padding-top: 20px; } }
    body.h2o .we-three-col-featured .col-three {
      display: inline-block;
      width: calc(33.33% - 32px);
      vertical-align: top;
      margin: 0 16px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .we-three-col-featured .col-three {
          width: calc(33.33% - 26px);
          margin: 0 13px; } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body.h2o .we-three-col-featured .col-three {
          width: calc(33.33% - 20px);
          margin: 0 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .we-three-col-featured .col-three {
          width: calc(33.33% - 18px);
          margin: 0 9px; } }
      @media (max-width: 767px) {
        body.h2o .we-three-col-featured .col-three {
          display: block;
          width: 100%;
          padding: 0;
          margin: 0 0 20px 0; }
          body.h2o .we-three-col-featured .col-three:last-child {
            margin-bottom: 0px; } }
      body.h2o .we-three-col-featured .col-three .content {
        margin-top: 23px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .we-three-col-featured .col-three .content {
            margin-top: 20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .we-three-col-featured .col-three .content {
            margin-top: 15px; } }
        @media (max-width: 767px) {
          body.h2o .we-three-col-featured .col-three .content {
            margin-top: 10px; } }
    body.h2o .we-three-col-featured h4 {
      font-size: 24px;
      font-weight: 700;
      margin: 0;
      line-height: 1.22;
      font-family: "proxima-nova", sans-serif; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .we-three-col-featured h4 {
          font-size: 22px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .we-three-col-featured h4 {
          font-size: 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .we-three-col-featured h4 {
          font-size: 18px; } }
      @media (max-width: 595px) {
        body.h2o .we-three-col-featured h4 {
          font-size: 16px; } }
    body.h2o .we-three-col-featured .icon {
      width: 142px;
      height: 94px;
      margin: 0 auto; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .we-three-col-featured .icon {
          width: 122px;
          height: 100px; } }
      @media (max-width: 767px) {
        body.h2o .we-three-col-featured .icon {
          width: 100px;
          height: 88px; } }
      body.h2o .we-three-col-featured .icon > img {
        width: 100%;
        height: 100%; }
    body.h2o .we-three-col-featured p {
      font-size: 24px;
      font-weight: 400;
      margin: 0;
      line-height: 1.22;
      font-family: "proxima-nova", sans-serif; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .we-three-col-featured p {
          font-size: 22px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .we-three-col-featured p {
          font-size: 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .we-three-col-featured p {
          font-size: 18px; } }
      @media (max-width: 595px) {
        body.h2o .we-three-col-featured p {
          font-size: 16px; } }
  body.h2o .we-three-col-specs {
    width: 100%;
    position: relative;
    float: left;
    padding: 100px 0;
    overflow: hidden; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .we-three-col-specs {
        padding: 60px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .we-three-col-specs {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o .we-three-col-specs {
        padding: 30px 0; } }
    body.h2o .we-three-col-specs:after {
      content: '';
      display: block;
      clear: both; }
    body.h2o .we-three-col-specs .col-wrapper {
      width: calc(100% + 32px);
      margin-left: -16px;
      overflow: hidden;
      font-size: 0; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .we-three-col-specs .col-wrapper {
          width: 100%;
          margin-left: auto; } }
      @media (max-width: 991px) {
        body.h2o .we-three-col-specs .col-wrapper {
          width: 100%;
          margin-left: auto; } }
      body.h2o .we-three-col-specs .col-wrapper:after {
        content: '';
        display: block;
        clear: both; }
    body.h2o .we-three-col-specs .col-three {
      display: inline-block;
      position: relative;
      background-color: #ffe52b;
      text-align: center;
      width: calc(33.33% - 130px);
      margin: 0 65px;
      vertical-align: top;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 220px;
      float: none; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .we-three-col-specs .col-three {
          margin: 0 45px;
          width: calc(33.33% - 90px); } }
      @media (min-width: 992px) and (max-width: 1024px) {
        body.h2o .we-three-col-specs .col-three {
          margin: 0 30px;
          width: calc(33.33% - 60px); } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .we-three-col-specs .col-three {
          margin: 0 20px;
          width: calc(33.33% - 40px); } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .we-three-col-specs .col-three {
          margin: 0 10px;
          width: calc(33.33% - 20px); } }
      @media (max-width: 595px) {
        body.h2o .we-three-col-specs .col-three {
          margin: 0 auto 20px;
          width: 100%;
          max-width: 245px;
          display: block;
          height: 185px; }
          body.h2o .we-three-col-specs .col-three:last-child {
            margin-bottom: 0; } }
      body.h2o .we-three-col-specs .col-three:after {
        content: '';
        display: block;
        clear: both; }
      body.h2o .we-three-col-specs .col-three h4 {
        font-family: "proxima-nova", sans-serif;
        font-size: 61px;
        color: #000000;
        font-weight: 700;
        margin: 3px 0 0;
        line-height: 1; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .we-three-col-specs .col-three h4 {
            font-size: 50px; } }
        @media (min-width: 992px) and (max-width: 1024px) {
          body.h2o .we-three-col-specs .col-three h4 {
            font-size: 40px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .we-three-col-specs .col-three h4 {
            font-size: 35px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .we-three-col-specs .col-three h4 {
            font-size: 30px; } }
        @media (max-width: 595px) {
          body.h2o .we-three-col-specs .col-three h4 {
            font-size: 25px; } }
      body.h2o .we-three-col-specs .col-three p {
        font-family: "proxima-nova", sans-serif;
        font-size: 18px;
        color: #000000;
        margin: 2px 0 0;
        line-height: 1; }
        @media (max-width: 767px) {
          body.h2o .we-three-col-specs .col-three p {
            font-size: 16px; } }
      body.h2o .we-three-col-specs .col-three .content-box {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        padding: 0 18px 4px; }
    body.h2o .we-three-col-specs .container {
      width: 100%;
      margin: 0 auto;
      padding: 0 20px;
      max-width: 1180px;
      position: relative; }
  body.h2o .we-resources-cta {
    background-color: #f2f4f5;
    position: relative;
    float: left;
    padding: 91px 0 100px;
    overflow: hidden;
    text-align: center;
    width: 100%; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .we-resources-cta {
        padding: 60px 0px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .we-resources-cta {
        padding: 40px 0px; } }
    @media (max-width: 767px) {
      body.h2o .we-resources-cta {
        padding: 30px 0px; } }
    body.h2o .we-resources-cta:after {
      content: '';
      display: block;
      clear: both; }
    body.h2o .we-resources-cta .col-wrapper {
      margin: 0 auto;
      width: 100%;
      overflow: hidden;
      font-size: 0;
      max-width: 880px;
      /*margin-top: 20px;*/ }
      @media (max-width: 480px) {
        body.h2o .we-resources-cta .col-wrapper {
          margin-top: 10px; } }
      body.h2o .we-resources-cta .col-wrapper:after {
        content: '';
        display: block;
        clear: both; }
    body.h2o .we-resources-cta .col-three {
      display: inline-block;
      position: relative;
      vertical-align: bottom;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 33.33%;
      margin-top: 60px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .we-resources-cta .col-three {
          margin-top: 48px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .we-resources-cta .col-three {
          margin-top: 35px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .we-resources-cta .col-three {
          margin-top: 35px;
          position: relative; } }
      @media (max-width: 595px) {
        body.h2o .we-resources-cta .col-three {
          position: relative;
          width: 100%;
          margin-top: 30px; } }
      body.h2o .we-resources-cta .col-three:after {
        content: '';
        display: block;
        clear: both; }
      body.h2o .we-resources-cta .col-three p {
        font-family: "proxima-nova", sans-serif;
        font-size: 24px;
        color: #000000;
        line-height: 1;
        font-weight: 300;
        margin: 16px 0 22px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .we-resources-cta .col-three p {
            font-size: 20px;
            margin: 14px 0 18px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .we-resources-cta .col-three p {
            font-size: 18px;
            margin: 12px 0 10px; } }
        @media (max-width: 767px) {
          body.h2o .we-resources-cta .col-three p {
            font-size: 16px;
            margin: 10px 0 5px; } }
    body.h2o .we-resources-cta .img-box {
      max-width: 164px;
      max-height: 94px;
      width: 100%;
      height: 100%;
      overflow: hidden;
      margin: 0 auto;
      position: relative; }
      body.h2o .we-resources-cta .img-box.is-we-video:before {
        content: '';
        position: absolute;
        width: 41px;
        height: 40px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 2;
        background-image: url(/wp-content/themes/h2o2016/images/we-images/play_btn.png);
        background-repeat: no-repeat; }
      body.h2o .we-resources-cta .img-box.is-we-video img {
        min-height: 100%;
        min-width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%; }
    body.h2o .we-resources-cta .content-box {
      margin: 0 15px; }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .we-resources-cta .content-box {
          margin: 0 5px; } }
    body.h2o .we-resources-cta h3 {
      font-family: "proxima-nova", sans-serif;
      font-size: 43px;
      color: #000000;
      font-weight: 400;
      margin: 4px 0 0;
      line-height: 1; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .we-resources-cta h3 {
          font-size: 40px;
          margin-top: 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .we-resources-cta h3 {
          font-size: 35px;
          margin-top: 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .we-resources-cta h3 {
          font-size: 28px;
          margin-top: 0; } }
      @media (max-width: 595px) {
        body.h2o .we-resources-cta h3 {
          font-size: 22px;
          margin-top: 0; } }
    body.h2o .we-resources-cta .btn-yellow, body.h2o .we-resources-cta .btn-black {
      cursor: pointer;
      color: black;
      padding: 10px 30px 8px 30px;
      margin-top: 10px;
      font-weight: 700;
      font-size: 14px;
      font-family: "proxima-nova", sans-serif;
      text-align: center;
      display: inline-block;
      cursor: pointer;
      position: relative;
      z-index: 0;
      background: #ffe52b;
      letter-spacing: 0.016em;
      outline: none; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .we-resources-cta .btn-yellow, body.h2o .we-resources-cta .btn-black {
          margin-top: 5px; } }
      body.h2o .we-resources-cta .btn-yellow:after, body.h2o .we-resources-cta .btn-black:after {
        display: none; }
    body.h2o .we-resources-cta .container {
      width: 100%;
      margin: 0 auto;
      padding: 0 20px;
      max-width: 1180px;
      position: relative; }
  body.h2o .we-hero-banner * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  body.h2o .we-hero-banner {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden; }
    body.h2o .we-hero-banner .container {
      width: 100%;
      margin: 0 auto;
      padding: 0 20px;
      max-width: 1180px;
      position: relative; }
    body.h2o .we-hero-banner .v-middle-inner {
      text-align: left; }
    body.h2o .we-hero-banner .bg-img {
      height: 655px;
      width: 100%; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .we-hero-banner .bg-img {
          height: 575px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .we-hero-banner .bg-img {
          height: 490px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .we-hero-banner .bg-img {
          height: 460px; } }
      @media (max-width: 595px) {
        body.h2o .we-hero-banner .bg-img {
          height: 410px; } }
      body.h2o .we-hero-banner .bg-img img {
        min-width: 100%;
        min-height: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
           object-position: center; }
    body.h2o .we-hero-banner .content-outer {
      margin-top: 51px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .we-hero-banner .content-outer {
          margin-top: 30px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .we-hero-banner .content-outer {
          margin-top: 20px; } }
      @media (max-width: 595px) {
        body.h2o .we-hero-banner .content-outer {
          margin-top: 35px; } }
    body.h2o .we-hero-banner .banner-logo {
      padding-bottom: 13px; }
      body.h2o .we-hero-banner .banner-logo > span {
        display: inline-block;
        height: 54px;
        position: relative; }
        @media (max-width: 595px) {
          body.h2o .we-hero-banner .banner-logo > span {
            height: 44px; } }
        body.h2o .we-hero-banner .banner-logo > span img {
          width: 100%;
          height: 100%; }
      body.h2o .we-hero-banner .banner-logo .ibm-logo {
        width: 150px;
        margin-right: 79px;
        height: 51px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .we-hero-banner .banner-logo .ibm-logo {
            width: 110px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .we-hero-banner .banner-logo .ibm-logo {
            width: 100px; } }
        @media (max-width: 595px) {
          body.h2o .we-hero-banner .banner-logo .ibm-logo {
            margin-right: 50px;
            width: 88px; } }
        body.h2o .we-hero-banner .banner-logo .ibm-logo:after {
          content: '+';
          position: absolute;
          font-size: 43px;
          right: -49px;
          font-weight: 700;
          top: 0; }
          @media (max-width: 595px) {
            body.h2o .we-hero-banner .banner-logo .ibm-logo:after {
              font-size: 28px;
              right: -35px;
              top: 5px; } }
      body.h2o .we-hero-banner .banner-logo .company-logo {
        width: 54px;
        -webkit-box-shadow: 4px 2px 31px -1px rgba(0, 0, 0, 0.75);
                box-shadow: 4px 2px 31px -1px rgba(0, 0, 0, 0.75); }
        @media (max-width: 595px) {
          body.h2o .we-hero-banner .banner-logo .company-logo {
            width: 44px; } }
    body.h2o .we-hero-banner h2 {
      /*margin-left: -20px;*/
      font-size: 60px;
      line-height: 1.25;
      font-family: "proxima-nova", sans-serif; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .we-hero-banner h2 {
          font-size: 40px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .we-hero-banner h2 {
          font-size: 36px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .we-hero-banner h2 {
          font-size: 32px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .we-hero-banner h2 {
          font-size: 28px; } }
      @media (max-width: 480px) {
        body.h2o .we-hero-banner h2 {
          font-size: 24px; } }
      body.h2o .we-hero-banner h2 > span {
        margin-left: -17px;
        display: inline-block;
        padding: 14px 16px 10px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .we-hero-banner h2 > span {
            margin-left: 0; } }
        @media (max-width: 991px) {
          body.h2o .we-hero-banner h2 > span {
            margin-left: 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .we-hero-banner h2 > span {
            padding: 12px 12px 8px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .we-hero-banner h2 > span {
            padding: 10px 10px 6px; } }
        @media (max-width: 595px) {
          body.h2o .we-hero-banner h2 > span {
            padding: 8px 8px 4px; } }
        body.h2o .we-hero-banner h2 > span.bg-black {
          color: #ffe52b;
          background-color: #000000; }
    body.h2o .we-hero-banner .links-outer {
      padding: 10px 20px 10px 0; }
      body.h2o .we-hero-banner .links-outer a:last-child {
        margin-right: 0;
        font-weight: 700;
        text-transform: none; }
    body.h2o .we-hero-banner .link-text {
      margin-right: 53px;
      padding: 10px 0 5px;
      color: #000000;
      position: relative;
      text-decoration: none;
      display: inline-block;
      text-transform: capitalize;
      font-size: 18px;
      font-weight: 700;
      font-family: "proxima-nova", sans-serif;
      -webkit-transition: color 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .we-hero-banner .link-text {
          padding: 10px 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .we-hero-banner .link-text {
          font-size: 16px;
          padding: 7px 0 5px; } }
      @media (max-width: 595px) {
        body.h2o .we-hero-banner .link-text {
          font-size: 14px;
          padding: 5px 0 5px; } }
      body.h2o .we-hero-banner .link-text:before {
        content: "";
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: 0;
        background: #000000;
        width: 0;
        height: 4px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        @media (max-width: 991px) {
          body.h2o .we-hero-banner .link-text:before {
            height: 3px; } }
      body.h2o .we-hero-banner .link-text:after {
        content: "›";
        display: inline-block;
        margin-left: 6px;
        font-size: 18px; }
  body.h2o .we-video-cta {
    background: #f2f4f5; }
    body.h2o .we-video-cta h2 {
      font-size: 43px;
      font-weight: 400;
      line-height: 1.2;
      margin-bottom: 30px;
      text-align: center;
      font-family: "proxima-nova", sans-serif; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .we-video-cta h2 {
          font-size: 40px;
          margin-bottom: 25px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .we-video-cta h2 {
          font-size: 35px;
          margin-bottom: 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .we-video-cta h2 {
          font-size: 26px;
          margin-bottom: 15px; } }
      @media (max-width: 595px) {
        body.h2o .we-video-cta h2 {
          font-size: 22px;
          margin-bottom: 10px; } }
    body.h2o .we-video-cta .bg-img {
      height: 338px;
      max-width: 600px;
      margin: 0 auto;
      position: relative; }
      @media (max-width: 767px) {
        body.h2o .we-video-cta .bg-img {
          height: 238px;
          max-width: 430px; } }
      body.h2o .we-video-cta .bg-img:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background: rgba(0, 0, 0, 0.3);
        left: 0; }
      body.h2o .we-video-cta .bg-img:after {
        content: '';
        position: absolute;
        width: 41px;
        height: 40px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        cursor: pointer;
        background-image: url(/wp-content/themes/h2o2016/images/we-images/play_btn.png);
        background-repeat: no-repeat; }
      body.h2o .we-video-cta .bg-img > img {
        -o-object-fit: cover;
           object-fit: cover;
        min-width: 100%;
        min-height: 100%;
        max-height: 100%; }
      body.h2o .we-video-cta .bg-img > a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1; }
  body.h2o .publication-block h4 {
    text-align: center;
    margin-bottom: 60px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .publication-block h4 {
        margin-bottom: 50px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .publication-block h4 {
        margin-bottom: 40px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .publication-block h4 {
        margin-bottom: 30px; } }
    @media (max-width: 595px) {
      body.h2o .publication-block h4 {
        margin-bottom: 20px; } }
  body.h2o .publication-block .col-outer {
    margin: 0 -10px;
    width: calc(100% + 20px); }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .publication-block .col-outer {
        width: calc(100% + 16px);
        margin: 0 -8px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .publication-block .col-outer {
        width: calc(100% + 16px);
        margin: 0 -8px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o .publication-block .col-outer {
        width: calc(100% + 10px);
        margin: 0 -5px; } }
    @media (max-width: 480px) {
      body.h2o .publication-block .col-outer {
        width: 100%;
        margin: 0; } }
    body.h2o .publication-block .col-outer:after {
      content: '';
      display: block;
      clear: both; }
  body.h2o .publication-block .col-three {
    width: calc(33.33% - 20px);
    margin: 0 10px 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .publication-block .col-three {
        width: calc(33.33% - 16px);
        margin: 0 8px 15px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .publication-block .col-three {
        width: calc(50% - 16px);
        margin: 0 8px 15px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o .publication-block .col-three {
        width: calc(50% - 10px);
        margin: 0 5px 15px; } }
    @media (max-width: 480px) {
      body.h2o .publication-block .col-three {
        width: 100%;
        max-width: 250px;
        margin: 0 auto 15px;
        float: none; } }
    body.h2o .publication-block .col-three > div {
      width: 100%;
      height: inherit; }
      body.h2o .publication-block .col-three > div > a {
        display: table;
        padding: 40px 20px;
        height: inherit;
        width: 100%;
        -webkit-box-shadow: 0 0 10px 0 rgba(158, 158, 158, 0.8);
                box-shadow: 0 0 10px 0 rgba(158, 158, 158, 0.8);
        background: #FFFFFF;
        -webkit-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: -o-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
        text-align: center; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .publication-block .col-three > div > a {
            padding: 30px 20px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .publication-block .col-three > div > a {
            padding: 20px; } }
        @media (max-width: 595px) {
          body.h2o .publication-block .col-three > div > a {
            padding: 20px 15px; } }
        body.h2o .publication-block .col-three > div > a:hover {
          -webkit-transform: scale(1.04);
               -o-transform: scale(1.04);
                  transform: scale(1.04); }
      body.h2o .publication-block .col-three > div h5 {
        color: #000000;
        font-weight: 400;
        line-height: 1.3;
        position: relative;
        display: table-cell;
        vertical-align: middle; }
  body.h2o .resources-block {
    float: none; }
    body.h2o .resources-block div#resource-utility {
      margin-top: 20px;
      overflow: auto; }
    body.h2o .resources-block .results .total-results {
      margin-bottom: 30px; }
    body.h2o .resources-block .btn-default {
      padding: 6px;
      margin-top: 10px; }
    body.h2o .resources-block input.btn-default.search, body.h2o .resources-block input.btn-default.reset {
      margin: 0;
      padding: 6px; }
    body.h2o .resources-block input.btn-default.search:hover, body.h2o .resources-block input.btn-default.reset:hover {
      color: black; }
    body.h2o .resources-block select {
      font-family: "proxima-nova", sans-serif;
      border-radius: 0px;
      width: 100%;
      padding: 6px 33px 7px 9px;
      font-size: 14px;
      outline: none;
      height: 30px;
      background-color: #FFFFFF;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: #FFFFFF url(/wp-content/themes/h2o2016/refresh_2018/templates/dist/images/contact_us/down.png) no-repeat 97.9% 50%;
      background-size: 11px 7px;
      max-width: 460px; }
    body.h2o .resources-block .banner-third-level {
      float: none; }
    body.h2o .resources-block #searchform input[type="text"] {
      font-family: "proxima-nova", sans-serif;
      font-size: 14px;
      padding: 5px; }
    body.h2o .resources-block input[type="text"]:hover {
      color: black; }
    body.h2o .resources-block .col-outer {
      margin: 0 -10px;
      width: calc(100% + 20px); }
      @media (max-width: 480px) {
        body.h2o .resources-block .col-outer {
          width: 100%;
          margin: 0; } }
      body.h2o .resources-block .col-outer:after {
        content: '';
        display: block;
        clear: both; }
    body.h2o .resources-block .col-three {
      width: calc(33.33% - 20px);
      margin: 0 10px 30px;
      text-align: center; }
      @media (min-width: 1150px) {
        body.h2o .resources-block .col-three:nth-child(3n+1) {
          clear: both; } }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .resources-block .col-three:nth-child(3n+1) {
          clear: both; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .resources-block .col-three {
          margin: 0 10px 25px; }
          body.h2o .resources-block .col-three:nth-child(3n+1) {
            clear: both; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .resources-block .col-three {
          width: calc(50% - 20px);
          margin: 0 10px 20px; }
          body.h2o .resources-block .col-three:nth-child(odd) {
            clear: both; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .resources-block .col-three {
          width: calc(50% - 20px);
          margin: 0 10px 20px; }
          body.h2o .resources-block .col-three:nth-child(odd) {
            clear: both; } }
      @media (max-width: 480px) {
        body.h2o .resources-block .col-three {
          width: 100%;
          max-width: 250px;
          margin: 0 auto 15px;
          float: none; } }
      body.h2o .resources-block .col-three > div {
        width: 100%;
        height: inherit; }
        body.h2o .resources-block .col-three > div > a {
          display: block;
          padding: 40px 20px;
          height: inherit;
          width: 100%;
          -webkit-box-shadow: 0 0 10px 0 rgba(158, 158, 158, 0.8);
                  box-shadow: 0 0 10px 0 rgba(158, 158, 158, 0.8);
          background: #FFFFFF;
          -webkit-transform: scale(1);
               -o-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: -webkit-transform 0.3s ease;
          transition: -webkit-transform 0.3s ease;
          -o-transition: -o-transform 0.3s ease;
          transition: transform 0.3s ease;
          transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
          text-align: center; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .resources-block .col-three > div > a {
              padding: 30px 20px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .resources-block .col-three > div > a {
              padding: 20px; } }
          @media (max-width: 595px) {
            body.h2o .resources-block .col-three > div > a {
              padding: 20px 15px; } }
          body.h2o .resources-block .col-three > div > a:hover {
            -webkit-transform: scale(1.04);
                 -o-transform: scale(1.04);
                    transform: scale(1.04); }
    body.h2o .resources-block h6 {
      color: #000000;
      margin-bottom: 20px; }
    body.h2o .resources-block .resource-image {
      max-width: 60%;
      margin: 0 auto;
      -webkit-box-shadow: 0 0 10px 0 rgba(158, 158, 158, 0.8);
      box-shadow: 2px 2px 5px 0px rgba(158, 158, 158, 0.8); }
  body.h2o.single-news .banner-third-level.banner-full-height .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  body.h2o.single-news .banner-third-level.banner-full-height .v-middle-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
    padding: 30px 0;
    /*        min-height: 350px;
        @include tablet {
          min-height: 320px;
        }
        @include phablet {
          min-height: 280px;
        }
        @include phablet-down {
          min-height: 250px;
        }*/ }
  body.h2o.single-news .banner-third-level.banner-full-height .v-middle-inner {
    height: 350px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o.single-news .banner-third-level.banner-full-height .v-middle-inner {
        height: 320px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o.single-news .banner-third-level.banner-full-height .v-middle-inner {
        height: 280px; } }
    @media (max-width: 595px) {
      body.h2o.single-news .banner-third-level.banner-full-height .v-middle-inner {
        height: 250px; } }
  body.h2o.popup-overlay-active {
    overflow: hidden; }
    body.h2o.popup-overlay-active .popup-overlay {
      visibility: visible;
      opacity: 1;
      z-index: 99; }
  body.h2o .popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    height: 100vh;
    z-index: -1;
    visibility: hidden; }
    body.h2o .popup-overlay .outer-box {
      width: 100%;
      height: 100%;
      text-align: center; }
    body.h2o .popup-overlay .popup-form {
      position: relative;
      top: 50%;
      width: 100%;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      /*max-width: 630px;*/
      max-width: 630px;
      margin: 0 auto;
      padding: 0 50px;
      /* Form elements styles */
      /* Marketo styles overwrite */ }
      @media (max-width: 480px) {
        body.h2o .popup-overlay .popup-form {
          padding: 0 30px; } }
      body.h2o .popup-overlay .popup-form .form-wrapper {
        background: #000000;
        padding: 50px 40px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .popup-overlay .popup-form .form-wrapper {
            padding: 40px 30px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .popup-overlay .popup-form .form-wrapper {
            padding: 30px 25px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .popup-overlay .popup-form .form-wrapper {
            padding: 20px 20px 25px; } }
        @media (max-width: 480px) {
          body.h2o .popup-overlay .popup-form .form-wrapper {
            padding: 20px 20px 25px 20px; } }
        body.h2o .popup-overlay .popup-form .form-wrapper .thank-you-msg {
          color: #FFFFFF; }
        body.h2o .popup-overlay .popup-form .form-wrapper > a {
          display: none; }
          body.h2o .popup-overlay .popup-form .form-wrapper > a.btn-yellow:hover, body.h2o .popup-overlay .popup-form .form-wrapper > a.btn-black:hover {
            color: #FFFFFF; }
            body.h2o .popup-overlay .popup-form .form-wrapper > a.btn-yellow:hover:after, body.h2o .popup-overlay .popup-form .form-wrapper > a.btn-black:hover:after {
              border: 2px solid #FFFFFF; }
      body.h2o .popup-overlay .popup-form h6 {
        color: #FFFFFF;
        font-weight: 300; }
        @media (max-width: 480px) {
          body.h2o .popup-overlay .popup-form h6 {
            font-size: 14px; } }
      body.h2o .popup-overlay .popup-form form {
        text-align: center;
        /*margin-top: 12px;*/
        width: 100% !important; }
        @media (max-width: 480px) {
          body.h2o .popup-overlay .popup-form form .col-wrapper {
            padding: 0;
            width: 100%; } }
        body.h2o .popup-overlay .popup-form form .col-wrapper .col-two {
          width: 50%; }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .popup-overlay .popup-form form .col-wrapper .col-two {
              width: 50%; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .popup-overlay .popup-form form .col-wrapper .col-two {
              width: 50%; } }
          @media (max-width: 480px) {
            body.h2o .popup-overlay .popup-form form .col-wrapper .col-two {
              width: 100%; } }
          body.h2o .popup-overlay .popup-form form .col-wrapper .col-two:nth-child(odd) {
            padding-right: 9.5px; }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .popup-overlay .popup-form form .col-wrapper .col-two:nth-child(odd) {
                padding-right: 6px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .popup-overlay .popup-form form .col-wrapper .col-two:nth-child(odd) {
                padding-right: 6px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.h2o .popup-overlay .popup-form form .col-wrapper .col-two:nth-child(odd) {
                padding-right: 6px; } }
            @media (max-width: 480px) {
              body.h2o .popup-overlay .popup-form form .col-wrapper .col-two:nth-child(odd) {
                padding: 0px; } }
          body.h2o .popup-overlay .popup-form form .col-wrapper .col-two:nth-child(even) {
            padding-left: 9.5px; }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .popup-overlay .popup-form form .col-wrapper .col-two:nth-child(even) {
                padding-left: 6px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .popup-overlay .popup-form form .col-wrapper .col-two:nth-child(even) {
                padding-left: 6px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.h2o .popup-overlay .popup-form form .col-wrapper .col-two:nth-child(even) {
                padding-left: 6px; } }
            @media (max-width: 480px) {
              body.h2o .popup-overlay .popup-form form .col-wrapper .col-two:nth-child(even) {
                padding: 0px; } }
        body.h2o .popup-overlay .popup-form form .col {
          font-size: 0; }
        body.h2o .popup-overlay .popup-form form #form-check {
          width: 21px;
          display: inline-block;
          vertical-align: top;
          opacity: 0;
          height: auto;
          margin-top: 5px;
          opacity: 0; }
          body.h2o .popup-overlay .popup-form form #form-check:checked + label:after {
            opacity: 1; }
          body.h2o .popup-overlay .popup-form form #form-check + label {
            display: inline-block;
            vertical-align: top;
            width: calc(100% - 21px);
            margin: 0;
            font-size: 12px;
            margin-top: 2px;
            cursor: pointer;
            padding-left: 1px; }
            body.h2o .popup-overlay .popup-form form #form-check + label:before {
              content: '';
              margin-right: 10px;
              position: absolute;
              vertical-align: text-top;
              width: 11px;
              height: 11px;
              border: solid 1px #FFFFFF;
              z-index: 1;
              left: 0px;
              top: 2px; }
            body.h2o .popup-overlay .popup-form form #form-check + label:after {
              content: '';
              width: 8px;
              height: 2px;
              position: absolute;
              top: 9px;
              left: 1px;
              opacity: 0;
              -webkit-transform: rotate(30deg);
                   -o-transform: rotate(30deg);
                      transform: rotate(30deg);
              width: 2px;
              height: 2px;
              -webkit-box-shadow: 2px 0 0 #ffe52b, 4px 0 0 #ffe52b, 4px -2px 0 #ffe52b, 4px -4px 0 #ffe52b, 4px -6px 0 #ffe52b, 4px -8px 0 #ffe52b;
                      box-shadow: 2px 0 0 #ffe52b, 4px 0 0 #ffe52b, 4px -2px 0 #ffe52b, 4px -4px 0 #ffe52b, 4px -6px 0 #ffe52b, 4px -8px 0 #ffe52b; }
        body.h2o .popup-overlay .popup-form form label {
          font-family: "proxima-nova", sans-serif;
          font-size: 14px;
          color: #FFFFFF;
          font-weight: 100;
          margin: 17px 0 3px 0;
          display: block; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .popup-overlay .popup-form form label {
              margin: 13px 0 3px 0; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .popup-overlay .popup-form form label {
              margin: 13px 0 3px 0; } }
          @media (max-width: 595px) {
            body.h2o .popup-overlay .popup-form form label {
              margin: 12px 0 3px 0;
              font-size: 12px; } }
        body.h2o .popup-overlay .popup-form form input {
          font-family: "proxima-nova", sans-serif;
          font-size: 14px;
          font-weight: 100;
          width: 100%;
          outline: none;
          border: 0;
          height: 30px;
          padding: 6px 10px 7px 9px;
          color: #000000; }
          body.h2o .popup-overlay .popup-form form input:focus {
            outline: none;
            border: 0; }
        body.h2o .popup-overlay .popup-form form input::-ms-clear {
          display: none; }
        body.h2o .popup-overlay .popup-form form .btn-wrapper .btn-default {
          padding: 12px 52px 12px 30px;
          margin-top: 18px;
          background-color: #ffe52b;
          outline: none;
          border: 0;
          height: auto;
          letter-spacing: 0.0001em; }
          body.h2o .popup-overlay .popup-form form .btn-wrapper .btn-default:hover {
            color: #000000; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .popup-overlay .popup-form form .btn-wrapper .btn-default {
              padding: 12px 36px 12px 16px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .popup-overlay .popup-form form .btn-wrapper .btn-default {
              padding: 12px 36px 12px 16px; } }
          @media (max-width: 595px) {
            body.h2o .popup-overlay .popup-form form .btn-wrapper .btn-default {
              padding: 10px 32px 10px 16px;
              font-size: 12px; } }
          body.h2o .popup-overlay .popup-form form .btn-wrapper .btn-default:before {
            display: none; }
          body.h2o .popup-overlay .popup-form form .btn-wrapper .btn-default:after {
            content: '';
            z-index: 2;
            position: absolute;
            background: url(/wp-content/themes/h2o2016/refresh_2018/templates/dist/images/contact_us/locked_padlock.svg) no-repeat;
            background-size: 100% 100%;
            right: 28px;
            top: 11px;
            width: 16px;
            height: 16px;
            left: auto;
            opacity: 1;
            -o-transform: none;
            -webkit-transform: none;
            transform: none; }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .popup-overlay .popup-form form .btn-wrapper .btn-default:after {
                right: 9px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .popup-overlay .popup-form form .btn-wrapper .btn-default:after {
                right: 9px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.h2o .popup-overlay .popup-form form .btn-wrapper .btn-default:after {
                right: 9px;
                top: 9px; } }
            @media (max-width: 480px) {
              body.h2o .popup-overlay .popup-form form .btn-wrapper .btn-default:after {
                right: 8px;
                top: 9px; } }
        body.h2o .popup-overlay .popup-form form select {
          font-family: "proxima-nova", sans-serif;
          border-radius: 0px;
          width: 100%;
          border: none;
          padding: 6px 33px 7px 9px;
          font-size: 14px;
          outline: none;
          height: 30px;
          background-color: #FFFFFF;
          -webkit-appearance: none;
          -moz-appearance: none;
          background: #FFFFFF url(/wp-content/themes/h2o2016/refresh_2018/templates/dist/images/contact_us/down.png) no-repeat 97.9% 50%;
          background-size: 11px 7px;
          /*max-width: 460px;*/ }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .popup-overlay .popup-form form select {
              max-width: 100%; } }
          @media (max-width: 991px) {
            body.h2o .popup-overlay .popup-form form select {
              max-width: 100%; } }
          body.h2o .popup-overlay .popup-form form select:focus {
            outline: none; }
          body.h2o .popup-overlay .popup-form form select:-moz-focusring {
            color: transparent;
            text-shadow: 0 0 0 #000000; }
          body.h2o .popup-overlay .popup-form form select::-ms-expand {
            display: none; }
        body.h2o .popup-overlay .popup-form form textarea {
          max-width: 460px;
          overflow: auto \0;
          font-family: "proxima-nova", sans-serif;
          font-size: 14px;
          width: 100%;
          margin-top: 0px;
          height: 100%;
          min-height: 158px;
          border: 0;
          padding: 6px 10px 7px 9px;
          outline: none;
          color: #000000;
          background-color: #FFFFFF;
          -webkit-box-shadow: none;
          box-shadow: none;
          margin-bottom: 28px; }
          @media (min-width: 992px) and (max-width: 1150px) {
            body.h2o .popup-overlay .popup-form form textarea {
              max-width: 100%; } }
          @media (max-width: 991px) {
            body.h2o .popup-overlay .popup-form form textarea {
              max-width: 100%;
              margin-bottom: 20px; } }
      body.h2o .popup-overlay .popup-form .mktoForm {
        width: 100% !important; }
        body.h2o .popup-overlay .popup-form .mktoForm .mktoFormRow .mktoFormCol {
          margin-bottom: 0 !important; }
        body.h2o .popup-overlay .popup-form .mktoForm .mktoFormRow .mktoField {
          border: none !important;
          width: 100% !important; }
        body.h2o .popup-overlay .popup-form .mktoForm .mktoFormRow * {
          text-align: left !important; }
        body.h2o .popup-overlay .popup-form .mktoForm .mktoFormRow .mktoGutter {
          display: none; }
        body.h2o .popup-overlay .popup-form .mktoForm .mktoFormRow:nth-child(3), body.h2o .popup-overlay .popup-form .mktoForm .mktoFormRow:nth-child(6) {
          width: 50% !important;
          padding-right: 9.5px; }
        body.h2o .popup-overlay .popup-form .mktoForm .mktoFormRow:nth-child(4), body.h2o .popup-overlay .popup-form .mktoForm .mktoFormRow:nth-child(7) {
          width: 50% !important;
          padding-left: 9.5px; }
        @media (max-width: 480px) {
          body.h2o .popup-overlay .popup-form .mktoForm .mktoFormRow:nth-child(3), body.h2o .popup-overlay .popup-form .mktoForm .mktoFormRow:nth-child(6), body.h2o .popup-overlay .popup-form .mktoForm .mktoFormRow:nth-child(4), body.h2o .popup-overlay .popup-form .mktoForm .mktoFormRow:nth-child(7) {
            width: 100% !important;
            padding-left: 0;
            padding-right: 0; } }
        body.h2o .popup-overlay .popup-form .mktoForm .mktoLabel {
          padding-top: 0 !important;
          width: 100% !important; }
        body.h2o .popup-overlay .popup-form .mktoForm .mktoButtonRow {
          text-align: center; }
        body.h2o .popup-overlay .popup-form .mktoForm button.mktoButton {
          position: relative;
          max-width: 253px;
          font-size: 14px !important;
          padding: 14px 52px 13px 30px !important;
          margin-top: 25px !important;
          letter-spacing: 0.0001em !important;
          text-transform: capitalize !important;
          color: #000000 !important;
          border: 0 !important;
          background: #ffe52b !important;
          -webkit-box-shadow: none !important;
                  box-shadow: none !important;
          text-shadow: none !important;
          white-space: nowrap !important;
          border-radius: 0 !important;
          text-align: center !important;
          font-weight: 600 !important;
          white-space: nowrap !important;
          text-decoration: none !important; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .popup-overlay .popup-form .mktoForm button.mktoButton {
              padding: 12px 36px 12px 16px !important; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .popup-overlay .popup-form .mktoForm button.mktoButton {
              padding: 12px 36px 12px 16px !important; } }
          @media (max-width: 595px) {
            body.h2o .popup-overlay .popup-form .mktoForm button.mktoButton {
              padding: 10px 32px 10px 16px !important;
              font-size: 12px !important;
              max-width: 220px; } }
          @media (max-width: 480px) {
            body.h2o .popup-overlay .popup-form .mktoForm button.mktoButton {
              margin-top: 20px !important;
              max-width: 160px; } }
          body.h2o .popup-overlay .popup-form .mktoForm button.mktoButton:focus {
            outline: none; }
          body.h2o .popup-overlay .popup-form .mktoForm button.mktoButton:before {
            content: '';
            z-index: 2;
            position: absolute;
            background: url(/wp-content/themes/h2o2016/refresh_2018/templates/dist/images/contact_us/locked_padlock.svg) no-repeat;
            background-size: 100% 100%;
            right: 28px;
            top: 11px;
            width: 16px;
            height: 16px;
            left: auto;
            opacity: 1;
            -o-transform: none;
            -webkit-transform: none;
            transform: none; }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .popup-overlay .popup-form .mktoForm button.mktoButton:before {
                right: 9px; } }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .popup-overlay .popup-form .mktoForm button.mktoButton:before {
                right: 28px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.h2o .popup-overlay .popup-form .mktoForm button.mktoButton:before {
                right: 25px;
                top: 9px; } }
            @media (max-width: 480px) {
              body.h2o .popup-overlay .popup-form .mktoForm button.mktoButton:before {
                right: 25px;
                top: 9px; } }
  body.h2o #close-popup {
    height: 35px;
    width: 35px;
    padding: 1px 1px 0 0;
    background: #464646;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    right: 10px;
    cursor: pointer;
    margin-left: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none; }
    @media (max-width: 480px) {
      body.h2o #close-popup {
        top: -45px;
        right: 10px; } }
  body.h2o .featured-video h4 {
    line-height: 1.2;
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .featured-video h4 {
        margin-bottom: 25px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .featured-video h4 {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      body.h2o .featured-video h4 {
        margin-bottom: 20px; } }
  body.h2o .featured-video .bg-img {
    height: 338px;
    max-width: 600px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 767px) {
      body.h2o .featured-video .bg-img {
        height: 238px;
        max-width: 430px; } }
    body.h2o .featured-video .bg-img:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      background: rgba(0, 0, 0, 0.3);
      left: 0; }
    body.h2o .featured-video .bg-img:after {
      content: '';
      position: absolute;
      width: 41px;
      height: 40px;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      cursor: pointer;
      background-image: url(/wp-content/themes/h2o2016/images/we-images/play_btn.png);
      background-repeat: no-repeat; }
    body.h2o .featured-video .bg-img > img {
      -o-object-fit: cover;
         object-fit: cover;
      min-width: 100%;
      min-height: 100%;
      max-height: 100%; }
    body.h2o .featured-video .bg-img > a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1; }
  body.h2o .featured-video .logo {
    max-width: 300px;
    margin: 30px auto 0; }
    @media (max-width: 767px) {
      body.h2o .featured-video .logo {
        max-width: 200px;
        margin: 15px auto 0; } }
    body.h2o .featured-video .logo img {
      width: auto;
      -o-object-fit: contain;
      object-fit: contain;
      font-family: 'object-fit: contain'; }
  @media (min-width: 1150px) {
    body.h2o .driverless-ai-infographic {
      padding: 82px 0 43px; } }
  @media (min-width: 992px) and (max-width: 1150px) {
    body.h2o .driverless-ai-infographic {
      padding-bottom: 43px; } }
  body.h2o .driverless-ai-infographic .text-wrapper {
    text-align: center; }
    body.h2o .driverless-ai-infographic .text-wrapper h4 {
      letter-spacing: -0.05em;
      font-weight: 400; }
      body.h2o .driverless-ai-infographic .text-wrapper h4 span {
        padding: 9px 10px 3px 9px; }
    body.h2o .driverless-ai-infographic .text-wrapper p {
      font-size: 18px;
      font-family: "proxima-nova", sans-serif;
      margin-top: 11px; }
      @media (max-width: 480px) {
        body.h2o .driverless-ai-infographic .text-wrapper p {
          font-size: 16px; } }
  body.h2o .driverless-ai-infographic .col-outer {
    font-size: 0;
    text-align: center;
    max-width: 940px;
    margin: 50px auto 0;
    padding: 0 54px;
    list-style-type: none; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .driverless-ai-infographic .col-outer {
        padding: 0;
        margin: 40px auto 0; } }
    @media (max-width: 767px) {
      body.h2o .driverless-ai-infographic .col-outer {
        margin: 30px auto 0;
        padding: 0; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .driverless-ai-infographic .col-outer {
        width: calc(100% + 40px);
        margin-left: -20px; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o .driverless-ai-infographic .col-outer {
        width: calc(100% + 30px);
        margin-left: -15px; } }
    body.h2o .driverless-ai-infographic .col-outer .col-three {
      float: none;
      display: inline-block;
      cursor: pointer;
      padding: 0 20px 10px 40px;
      vertical-align: top;
      counter-increment: step-counter; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .driverless-ai-infographic .col-outer .col-three {
          padding: 0 20px 10px 20px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .driverless-ai-infographic .col-outer .col-three {
          width: calc(50% - 40px);
          margin: 0 5px 20px 5px;
          padding: 0 15px 0 15px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .driverless-ai-infographic .col-outer .col-three {
          width: calc(50% - 30px);
          margin: 0 5px 15px 5px;
          padding: 0 10px 0 10px; } }
      @media (max-width: 480px) {
        body.h2o .driverless-ai-infographic .col-outer .col-three {
          padding: 0 0 0 0px;
          max-width: 200px;
          width: 100%;
          display: block;
          margin: 0 auto 15px; } }
      body.h2o .driverless-ai-infographic .col-outer .col-three:hover .img-box {
        -webkit-transform: scale(1.1);
             -o-transform: scale(1.1);
                transform: scale(1.1); }
        @media (max-width: 767px) {
          body.h2o .driverless-ai-infographic .col-outer .col-three:hover .img-box {
            -webkit-transform: scale(1.07);
                 -o-transform: scale(1.07);
                    transform: scale(1.07); } }
      body.h2o .driverless-ai-infographic .col-outer .col-three .img-box {
        height: 79px;
        width: 104px;
        -webkit-transition: -webkit-transform .4s ease-in-out;
        transition: -webkit-transform .4s ease-in-out;
        -o-transition: -o-transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out, -o-transform .4s ease-in-out;
        margin-left: 55px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .driverless-ai-infographic .col-outer .col-three .img-box {
            margin-left: 30px; } }
        @media (max-width: 767px) {
          body.h2o .driverless-ai-infographic .col-outer .col-three .img-box {
            margin: 0 auto; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .driverless-ai-infographic .col-outer .col-three .img-box {
            height: 60px;
            width: 90px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .driverless-ai-infographic .col-outer .col-three .img-box {
            height: 50px;
            width: 85px; } }
        @media (max-width: 480px) {
          body.h2o .driverless-ai-infographic .col-outer .col-three .img-box {
            height: 50px;
            width: 70px;
            margin: 0 auto; } }
        body.h2o .driverless-ai-infographic .col-outer .col-three .img-box img {
          width: 100%;
          height: 100%; }
      body.h2o .driverless-ai-infographic .col-outer .col-three .content-box {
        text-align: left;
        max-width: 200px;
        width: 100%;
        margin: 0 auto;
        padding: 20px 0 0 7px;
        position: relative; }
        @media (max-width: 767px) {
          body.h2o .driverless-ai-infographic .col-outer .col-three .content-box {
            text-align: center;
            padding-left: 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .driverless-ai-infographic .col-outer .col-three .content-box {
            padding: 15px 0 0 7px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .driverless-ai-infographic .col-outer .col-three .content-box {
            padding: 10px 0 0 7px;
            max-width: 224px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .driverless-ai-infographic .col-outer .col-three .content-box {
            padding: 8px 0 0 7px;
            max-width: 176px; } }
        @media (max-width: 480px) {
          body.h2o .driverless-ai-infographic .col-outer .col-three .content-box {
            text-align: center;
            max-width: 100%;
            padding: 8px 0 0 0px; } }
        @media (max-width: 767px) {
          body.h2o .driverless-ai-infographic .col-outer .col-three .content-box {
            font-size: 16px; } }
        body.h2o .driverless-ai-infographic .col-outer .col-three .content-box > span {
          vertical-align: top;
          display: inline;
          position: relative; }
          body.h2o .driverless-ai-infographic .col-outer .col-three .content-box > span:before {
            content: counter(step-counter);
            font-size: 18px;
            font-family: "proxima-nova", sans-serif;
            line-height: 1.25;
            font-weight: 700;
            position: absolute;
            top: 0;
            left: -16px; }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .driverless-ai-infographic .col-outer .col-three .content-box > span:before {
                font-size: 16px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.h2o .driverless-ai-infographic .col-outer .col-three .content-box > span:before {
                font-size: 16px; } }
            @media (max-width: 480px) {
              body.h2o .driverless-ai-infographic .col-outer .col-three .content-box > span:before {
                font-size: 14px;
                left: -14px; } }
          body.h2o .driverless-ai-infographic .col-outer .col-three .content-box > span > span {
            font-size: 18px;
            font-family: "proxima-nova", sans-serif;
            line-height: 1.25;
            font-weight: 700;
            position: absolute;
            top: 0;
            left: -18px; }
            @media (min-width: 596px) and (max-width: 767px) {
              body.h2o .driverless-ai-infographic .col-outer .col-three .content-box > span > span {
                font-size: 16px;
                left: -16px; } }
            @media (min-width: 481px) and (max-width: 595px) {
              body.h2o .driverless-ai-infographic .col-outer .col-three .content-box > span > span {
                font-size: 16px;
                left: -16px; } }
            @media (max-width: 480px) {
              body.h2o .driverless-ai-infographic .col-outer .col-three .content-box > span > span {
                font-size: 14px;
                left: -14px; } }
        body.h2o .driverless-ai-infographic .col-outer .col-three .content-box p {
          vertical-align: top;
          display: inline;
          margin: 0 0 8px;
          text-transform: uppercase;
          font-size: 18px;
          font-weight: 700;
          font-family: "proxima-nova", sans-serif;
          position: relative; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .driverless-ai-infographic .col-outer .col-three .content-box p {
              margin: 0px 0 8px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .driverless-ai-infographic .col-outer .col-three .content-box p {
              margin: 0px 0 7px;
              font-size: 16px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .driverless-ai-infographic .col-outer .col-three .content-box p {
              margin: 0px 0 7px;
              font-size: 16px; } }
          @media (max-width: 480px) {
            body.h2o .driverless-ai-infographic .col-outer .col-three .content-box p {
              margin: 0px 0 7px;
              font-size: 14px; } }
        body.h2o .driverless-ai-infographic .col-outer .col-three .content-box a {
          display: block;
          color: #000000;
          font-family: "proxima-nova", sans-serif;
          font-size: 18px; }
          @media (max-width: 767px) {
            body.h2o .driverless-ai-infographic .col-outer .col-three .content-box a {
              font-size: 16px; } }
          @media (max-width: 480px) {
            body.h2o .driverless-ai-infographic .col-outer .col-three .content-box a {
              font-size: 14px;
              margin: 5px 0 7px; } }
  body.h2o .driverless-ai-infographic .hidden-slide-wrap {
    display: none; }
  body.h2o .key-features h4 {
    margin-bottom: 55px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .key-features h4 {
        margin-bottom: 45px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .key-features h4 {
        margin-bottom: 30px; } }
    @media (max-width: 595px) {
      body.h2o .key-features h4 {
        margin-bottom: 20px; } }
  body.h2o .key-features.content-active .content-left {
    /*width: 55%;*/ }
    @media (max-width: 767px) {
      body.h2o .key-features.content-active .content-left {
        width: 100%; } }
  body.h2o .key-features.content-active .content-right {
    padding-left: 13px;
    /*width: 45%;*/ }
    @media (max-width: 767px) {
      body.h2o .key-features.content-active .content-right {
        width: 100%;
        padding: 0px; } }
    body.h2o .key-features.content-active .content-right .text-box {
      display: block; }
      @media (max-width: 767px) {
        body.h2o .key-features.content-active .content-right .text-box p {
          margin-top: 16px; } }
    body.h2o .key-features.content-active .content-right .img-box {
      display: none; }
  body.h2o .key-features.bg-lighter-grey .content-left .text-wrap ul li {
    background-color: #FFFFFF; }
    body.h2o .key-features.bg-lighter-grey .content-left .text-wrap ul li.active {
      background-color: #ffe600; }
  body.h2o .key-features .content-left {
    padding: 0 10px 0 0px;
    width: 50%; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .key-features .content-left {
        font-size: 20px; } }
    @media (max-width: 767px) {
      body.h2o .key-features .content-left {
        width: 100%;
        padding: 0px; } }
    body.h2o .key-features .content-left .text-wrap button {
      width: 100%;
      padding: 10px 10px;
      display: none;
      border-radius: 5px;
      background: #ffe52b;
      cursor: pointer;
      outline: none;
      position: relative; }
      @media (max-width: 767px) {
        body.h2o .key-features .content-left .text-wrap button {
          display: block; } }
      body.h2o .key-features .content-left .text-wrap button span {
        font-size: 16px;
        font-weight: 700;
        max-width: calc(100% - 48px);
        width: 100%;
        display: inline-block; }
        body.h2o .key-features .content-left .text-wrap button span.caret {
          position: absolute;
          top: calc(50% - 15px);
          right: 10px;
          width: 30px;
          -webkit-transition: -webkit-transform 0.3s ease;
          transition: -webkit-transform 0.3s ease;
          -o-transition: -o-transform 0.3s ease;
          transition: transform 0.3s ease;
          transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }
          body.h2o .key-features .content-left .text-wrap button span.caret.rotate {
            -webkit-transform: rotate(180deg);
                 -o-transform: rotate(180deg);
                    transform: rotate(180deg); }
    body.h2o .key-features .content-left .text-wrap ul {
      width: 100%;
      max-width: 540px;
      width: calc(100% - 40px);
      position: relative; }
      @media (max-width: 767px) {
        body.h2o .key-features .content-left .text-wrap ul {
          max-width: 100% !important;
          display: none;
          z-index: 1; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .key-features .content-left .text-wrap ul {
          width: 100%; } }
      @media (max-width: 767px) {
        body.h2o .key-features .content-left .text-wrap ul {
          margin: 0 auto;
          max-width: 471px;
          width: 100%; } }
      body.h2o .key-features .content-left .text-wrap ul li {
        position: relative;
        font-size: 22px;
        font-family: "motiva-sans", sans-serif;
        font-weight: 400;
        line-height: 1;
        padding: 14px 10px 11px 15px;
        margin: 16px 0;
        background-color: #f8f8f8;
        /*min-height: 48px;*/
        width: 100%;
        cursor: pointer; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .key-features .content-left .text-wrap ul li {
            font-size: 20px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .key-features .content-left .text-wrap ul li {
            font-size: 17px; } }
        @media (max-width: 767px) {
          body.h2o .key-features .content-left .text-wrap ul li {
            display: table;
            padding: 10px 10px 10px 10px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .key-features .content-left .text-wrap ul li {
            font-size: 17px; } }
        @media (max-width: 767px) {
          body.h2o .key-features .content-left .text-wrap ul li {
            margin: 0;
            text-align: center; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .key-features .content-left .text-wrap ul li {
            font-size: 16px; } }
        @media (max-width: 480px) {
          body.h2o .key-features .content-left .text-wrap ul li {
            font-size: 14px; } }
        body.h2o .key-features .content-left .text-wrap ul li:first-of-type {
          margin-top: 0; }
        body.h2o .key-features .content-left .text-wrap ul li:last-of-type {
          margin-bottom: 0; }
        body.h2o .key-features .content-left .text-wrap ul li span {
          display: block; }
          @media (max-width: 767px) {
            body.h2o .key-features .content-left .text-wrap ul li span {
              display: table-cell;
              vertical-align: middle; } }
          body.h2o .key-features .content-left .text-wrap ul li span:nth-of-type(2) {
            overflow: hidden;
            display: none;
            position: absolute;
            left: 0;
            top: 0;
            width: calc(100% + 40px);
            height: 100%; }
        body.h2o .key-features .content-left .text-wrap ul li.active {
          background-color: #ffe600;
          font-weight: 700; }
          @media (min-width: 768px) {
            body.h2o .key-features .content-left .text-wrap ul li.active {
              /*              span{
                              &:nth-of-type(2){
                                &:after {
                                  content: "";
                                  display: block;
                                  width: 0;
                                  height: 0;
                                  position: absolute;
                                  right: 5px;
                                  top: 50%;
                                  z-index: -1;
                                  margin-top: -500px;
                                  margin-left: -500px;
                                  border-top: 500px solid transparent;
                                  border-bottom: 500px solid transparent;
                                  border-left: 500px solid $light-yellow;
                                }
                              }
                            }*/ }
              body.h2o .key-features .content-left .text-wrap ul li.active:after {
                content: "";
                position: absolute;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 24px 5px 24px 35px;
                border-color: transparent transparent transparent #ffe600;
                right: -40px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                     -o-transform: translateY(-50%);
                        transform: translateY(-50%); } }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .key-features .content-left .text-wrap ul li.active:after {
              border-width: 24px 16px 24px 24px; } }
  body.h2o .key-features .content-right {
    padding-left: 13px;
    width: 50%; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .key-features .content-right {
        padding-left: 0px; } }
    @media (max-width: 767px) {
      body.h2o .key-features .content-right {
        width: 100%;
        padding: 0px; } }
    body.h2o .key-features .content-right .text-box {
      display: none;
      padding-left: 13px;
      -webkit-transition: all .4s ease-in;
      -o-transition: all .4s ease-in;
      transition: all .4s ease-in; }
      @media (max-width: 767px) {
        body.h2o .key-features .content-right .text-box {
          text-align: center;
          padding-left: 0px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .key-features .content-right .text-box {
          padding-top: 13px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .key-features .content-right .text-box {
          padding-top: 10px; } }
      @media (max-width: 480px) {
        body.h2o .key-features .content-right .text-box {
          padding-top: 10px; } }
      body.h2o .key-features .content-right .text-box .inner-content-wrap {
        position: absolute;
        opacity: 0;
        -webkit-transition: opacity 0s ease-in;
        -o-transition: opacity 0s ease-in;
        transition: opacity 0s ease-in; }
        body.h2o .key-features .content-right .text-box .inner-content-wrap.active {
          -webkit-transition: opacity .4s ease-out;
          -o-transition: opacity .4s ease-out;
          transition: opacity .4s ease-out;
          opacity: 1;
          position: relative; }
      body.h2o .key-features .content-right .text-box p {
        font-size: 21px;
        font-family: "motiva-sans", sans-serif;
        color: #1d1d1d;
        font-weight: 100;
        line-height: 1.23;
        /*display: none;*/
        /*        position: absolute;*/
        /*        &.active {
                  opacity: 1;
                  position: relative;
                  display: block;
                }*/ }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .key-features .content-right .text-box p {
            font-size: 18px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .key-features .content-right .text-box p {
            font-size: 16px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .key-features .content-right .text-box p {
            font-size: 16px; } }
        @media (max-width: 480px) {
          body.h2o .key-features .content-right .text-box p {
            font-size: 14px; } }
      body.h2o .key-features .content-right .text-box a:first-of-type {
        margin-right: 10px; }
        @media (max-width: 767px) {
          body.h2o .key-features .content-right .text-box a:first-of-type {
            margin-right: 5px; } }
      @media (max-width: 767px) {
        body.h2o .key-features .content-right .text-box a {
          margin-left: 5px;
          margin-right: 5px; } }
      body.h2o .key-features .content-right .text-box .img-wrap {
        width: 100%;
        margin-top: 35px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .key-features .content-right .text-box .img-wrap {
            margin-top: 27px; } }
        @media (max-width: 767px) {
          body.h2o .key-features .content-right .text-box .img-wrap {
            max-width: 350px;
            width: 100%;
            margin: 0 auto;
            margin-top: 20px; } }
    body.h2o .key-features .content-right .img-box {
      max-width: 540px;
      width: 100%;
      display: block; }
      @media (max-width: 767px) {
        body.h2o .key-features .content-right .img-box {
          margin: 20px auto 0;
          padding: 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .key-features .content-right .img-box {
          max-width: 350px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .key-features .content-right .img-box {
          max-width: 300px; } }
      @media (max-width: 480px) {
        body.h2o .key-features .content-right .img-box {
          max-width: 300px; } }
  body.h2o.generic-overlay-active {
    overflow: hidden; }
    body.h2o.generic-overlay-active .generic-overlay {
      visibility: visible;
      opacity: 1;
      z-index: 99; }
      body.h2o.generic-overlay-active .generic-overlay .generic-slider-wrap > div {
        -webkit-transform: scale(1);
             -o-transform: scale(1);
                transform: scale(1);
        opacity: 1;
        -webkit-transition: opacity .5s ease-in .25s, -webkit-transform .6s ease-in .3s;
        transition: opacity .5s ease-in .25s, -webkit-transform .6s ease-in .3s;
        -o-transition: opacity .5s ease-in .25s, -o-transform .6s ease-in .3s;
        transition: transform .6s ease-in .3s, opacity .5s ease-in .25s;
        transition: transform .6s ease-in .3s, opacity .5s ease-in .25s, -webkit-transform .6s ease-in .3s, -o-transform .6s ease-in .3s; }
      body.h2o.generic-overlay-active .generic-overlay #close-popup {
        opacity: 1;
        -webkit-transition: opacity 0.4s ease-in 1s;
        -o-transition: opacity 0.4s ease-in 1s;
        transition: opacity 0.4s ease-in 1s; }
  body.h2o .generic-overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    height: 100vh;
    z-index: -1;
    visibility: hidden;
    /* Close Popup Btn */ }
    body.h2o .generic-overlay .outer-box {
      width: 100%;
      height: 100%;
      text-align: center; }
    body.h2o .generic-overlay .generic-slider-wrap {
      position: relative;
      top: 50%;
      width: 100%;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      max-width: 1150px;
      margin: 0 auto;
      padding: 0 20px; }
      @media (max-width: 480px) {
        body.h2o .generic-overlay .generic-slider-wrap {
          padding: 0; } }
      body.h2o .generic-overlay .generic-slider-wrap > div {
        position: relative;
        position: relative;
        -webkit-transform: scale(0.6);
             -o-transform: scale(0.6);
                transform: scale(0.6);
        opacity: 0;
        -webkit-transition: opacity .2s ease-in, -webkit-transform .3s ease-in;
        transition: opacity .2s ease-in, -webkit-transform .3s ease-in;
        -o-transition: opacity .2s ease-in, -o-transform .3s ease-in;
        transition: transform .3s ease-in, opacity .2s ease-in;
        transition: transform .3s ease-in, opacity .2s ease-in, -webkit-transform .3s ease-in, -o-transform .3s ease-in; }
      body.h2o .generic-overlay .generic-slider-wrap .driverless-infographic-slider .slide-wrap {
        height: 100%;
        max-height: calc(100vh - 50px);
        overflow-y: scroll; }
    body.h2o .generic-overlay #close-popup {
      height: 35px;
      width: 35px;
      padding: 1px 1px 0 0;
      background: #464646;
      border-radius: 50%;
      position: absolute;
      top: 10px;
      right: 30px;
      z-index: 1;
      cursor: pointer;
      -webkit-transition: opacity 0.2s ease-in;
      -o-transition: opacity 0.2s ease-in;
      transition: opacity 0.2s ease-in;
      outline: none;
      opacity: 0; }
      @media (max-width: 480px) {
        body.h2o .generic-overlay #close-popup {
          height: 30px;
          width: 30px;
          top: 5px;
          right: 5px; } }
  body.h2o .driverless-infographic-slider button.slick-arrow {
    position: absolute;
    top: 50%;
    border: 2px solid #ffe52b;
    height: 46px;
    width: 46px;
    z-index: 9;
    font-size: 0;
    outline: none;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    background: #FFFFFF; }
    @media (max-width: 767px) {
      body.h2o .driverless-infographic-slider button.slick-arrow {
        height: 36px;
        width: 36px; } }
    @media (max-width: 480px) {
      body.h2o .driverless-infographic-slider button.slick-arrow {
        top: auto;
        bottom: 0px;
        -webkit-transform: none;
             -o-transform: none;
                transform: none; } }
    body.h2o .driverless-infographic-slider button.slick-arrow:after {
      content: "›";
      font-size: 42px;
      font-weight: 700;
      position: absolute;
      line-height: 1;
      top: -5px;
      right: 12px; }
      @media (max-width: 767px) {
        body.h2o .driverless-infographic-slider button.slick-arrow:after {
          font-size: 30px;
          top: -2px;
          right: 10px; } }
    body.h2o .driverless-infographic-slider button.slick-arrow.slick-prev {
      left: 0; }
      body.h2o .driverless-infographic-slider button.slick-arrow.slick-prev:after {
        -webkit-transform: rotateY(-180deg);
                transform: rotateY(-180deg); }
    body.h2o .driverless-infographic-slider button.slick-arrow.slick-next {
      right: 0; }
  body.h2o .title-with-image h4 {
    text-align: center;
    line-height: 1.2; }
  body.h2o .title-with-image .img-box {
    max-width: 1008px;
    width: 100%;
    text-align: center;
    margin: 40px auto 0; }
  body.h2o .slack-community-slider {
    opacity: 0;
    /*padding: 68px 0 90px;*/ }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .slack-community-slider {
        padding: 60px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .slack-community-slider {
        padding: 40px 0; } }
    @media (max-width: 767px) {
      body.h2o .slack-community-slider {
        padding: 30px 0; } }
    body.h2o .slack-community-slider h4 {
      text-align: center; }
    body.h2o .slack-community-slider .slider-wrap {
      overflow: hidden;
      margin-top: 54px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .slack-community-slider .slider-wrap {
          margin-top: 50px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .slack-community-slider .slider-wrap {
          margin-top: 40px; } }
      @media (max-width: 767px) {
        body.h2o .slack-community-slider .slider-wrap {
          margin-top: 30px; } }
      body.h2o .slack-community-slider .slider-wrap .slider {
        width: calc(100% + 30px);
        margin-left: -15px; }
        @media (max-width: 480px) {
          body.h2o .slack-community-slider .slider-wrap .slider {
            width: 100%;
            margin-left: 0; } }
      body.h2o .slack-community-slider .slider-wrap .item {
        position: relative;
        margin: 0 15px;
        outline: none;
        overflow: hidden; }
        @media (max-width: 480px) {
          body.h2o .slack-community-slider .slider-wrap .item {
            margin: 0; } }
        body.h2o .slack-community-slider .slider-wrap .item .inner-wrap {
          position: relative; }
          @media (max-width: 595px) {
            body.h2o .slack-community-slider .slider-wrap .item .inner-wrap {
              max-width: 255px;
              margin: 0 auto; } }
        body.h2o .slack-community-slider .slider-wrap .item .bg-img {
          position: relative;
          height: 263px; }
          body.h2o .slack-community-slider .slider-wrap .item .bg-img:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #aaaaaa;
            display: inline-block;
            mix-blend-mode: color; }
          body.h2o .slack-community-slider .slider-wrap .item .bg-img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: top;
               object-position: top; }
        body.h2o .slack-community-slider .slider-wrap .item .content {
          position: absolute;
          left: 0;
          bottom: -94px;
          width: 100%;
          background: #ffe52b;
          padding: 11px 15px 8px;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          body.h2o .slack-community-slider .slider-wrap .item .content p {
            font-size: 18px;
            color: #161616;
            font-weight: 700;
            font-family: "proxima-nova", sans-serif; }
          body.h2o .slack-community-slider .slider-wrap .item .content span {
            font-size: 14px;
            display: block;
            font-weight: 400;
            line-height: 1;
            font-family: "proxima-nova", sans-serif;
            color: #161616; }
            body.h2o .slack-community-slider .slider-wrap .item .content span:first-of-type {
              font-style: italic; }
          body.h2o .slack-community-slider .slider-wrap .item .content ul {
            margin-top: 8px; }
            body.h2o .slack-community-slider .slider-wrap .item .content ul li {
              display: inline-block;
              width: 20px;
              height: 20px;
              margin-right: 3px; }
              body.h2o .slack-community-slider .slider-wrap .item .content ul li svg {
                width: 100%;
                height: 100%; }
        body.h2o .slack-community-slider .slider-wrap .item:hover .content {
          bottom: 0; }
      body.h2o .slack-community-slider .slider-wrap .slick-dots {
        font-size: 0;
        text-align: center;
        margin-top: 30px; }
        @media (max-width: 480px) {
          body.h2o .slack-community-slider .slider-wrap .slick-dots {
            margin: 30px auto 0; } }
        body.h2o .slack-community-slider .slider-wrap .slick-dots li {
          display: inline-block;
          margin: 0 5px; }
          @media (max-width: 480px) {
            body.h2o .slack-community-slider .slider-wrap .slick-dots li {
              margin: 0 5px 5px; } }
          body.h2o .slack-community-slider .slider-wrap .slick-dots li button {
            width: 10px;
            height: 10px;
            border: 2px solid #000000;
            cursor: pointer;
            outline: none;
            font-size: 0;
            background-color: transparent; }
          body.h2o .slack-community-slider .slider-wrap .slick-dots li.slick-active button {
            background-color: #000000; }
    body.h2o .slack-community-slider .btn-wrap {
      text-align: center;
      margin-top: 20px; }
      body.h2o .slack-community-slider .btn-wrap p {
        margin-top: 20px;
        font-size: 14px;
        color: #161616; }
        body.h2o .slack-community-slider .btn-wrap p a {
          color: #161616; }
          body.h2o .slack-community-slider .btn-wrap p a:before {
            left: 0;
            right: 0;
            bottom: 1px;
            background: #161616;
            width: 100%;
            height: 1px; }
  body.h2o .meetups-location-map {
    padding-top: 0; }
    body.h2o .meetups-location-map h6 {
      font-size: 18px;
      font-weight: 100;
      font-family: "proxima-nova", sans-serif;
      color: #161616;
      letter-spacing: -0.020em;
      word-spacing: -1px; }
    body.h2o .meetups-location-map .text-wrapper {
      text-align: center; }
      body.h2o .meetups-location-map .text-wrapper h4 {
        color: #161616;
        margin: 20px 0 58px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .meetups-location-map .text-wrapper h4 {
            margin: 20px 0 35px; } }
        @media (max-width: 767px) {
          body.h2o .meetups-location-map .text-wrapper h4 {
            margin: 20px 0 30px; } }
      body.h2o .meetups-location-map .text-wrapper p {
        font-size: 18px;
        color: #161616; }
    body.h2o .meetups-location-map .number-box {
      width: 100%;
      max-width: 304px;
      margin: 0 auto;
      margin: 26px auto 30px; }
      @media (max-width: 767px) {
        body.h2o .meetups-location-map .number-box {
          max-width: 276px;
          margin: 20px auto 24px; } }
      body.h2o .meetups-location-map .number-box .box {
        float: left;
        height: 112px;
        width: 137px;
        background: #ffe52b;
        padding: 22px 23px;
        margin-right: 30px; }
        @media (max-width: 767px) {
          body.h2o .meetups-location-map .number-box .box {
            height: 100px;
            width: 125px;
            padding: 25px 10px;
            margin-right: 25px; } }
        body.h2o .meetups-location-map .number-box .box span {
          font-size: 18px;
          color: #161616;
          display: block; }
          @media (max-width: 767px) {
            body.h2o .meetups-location-map .number-box .box span {
              font-size: 16px; } }
          body.h2o .meetups-location-map .number-box .box span.bold {
            font-size: 30px;
            font-weight: 700;
            margin-bottom: 6px; }
            @media (min-width: 768px) and (max-width: 991px) {
              body.h2o .meetups-location-map .number-box .box span.bold {
                font-size: 22px; } }
            @media (max-width: 767px) {
              body.h2o .meetups-location-map .number-box .box span.bold {
                font-size: 20px; } }
        body.h2o .meetups-location-map .number-box .box:last-child {
          margin-right: 0; }
      body.h2o .meetups-location-map .number-box:after {
        content: "";
        display: block;
        clear: both; }
    body.h2o .meetups-location-map .map-wrap {
      float: left;
      width: 100%; }
      body.h2o .meetups-location-map .map-wrap #meetups-map {
        height: 344px; }
      body.h2o .meetups-location-map .map-wrap .info_content {
        text-align: left;
        padding: 10px 0 0; }
        body.h2o .meetups-location-map .map-wrap .info_content h3 {
          font-size: 20px;
          font-family: "proxima-nova", sans-serif;
          color: #161616; }
        body.h2o .meetups-location-map .map-wrap .info_content p {
          font-size: 16px;
          color: #161616;
          margin: 0px 0 16px;
          text-transform: capitalize; }
          body.h2o .meetups-location-map .map-wrap .info_content p.icon-wrap {
            font-size: 14px;
            margin: 0; }
          body.h2o .meetups-location-map .map-wrap .info_content p img {
            margin-right: 10px; }
    body.h2o .meetups-location-map .btn-wrap .btn-yellow, body.h2o .meetups-location-map .btn-wrap .btn-black {
      margin: 29px 0 18px; }
    body.h2o .meetups-location-map .btn-wrap p {
      font-size: 14px;
      color: #161616; }
      body.h2o .meetups-location-map .btn-wrap p a {
        color: #161616; }
        body.h2o .meetups-location-map .btn-wrap p a:before {
          left: 0;
          right: 0;
          bottom: 1px;
          background: #aaaaaa;
          width: 100%;
          height: 1px; }
  body.h2o .stackoverflow-qna h4 {
    text-align: center; }
  body.h2o .stackoverflow-qna h6 {
    text-align: center;
    font-weight: 100;
    margin-bottom: 25px;
    position: relative; }
    body.h2o .stackoverflow-qna h6:before {
      left: 0;
      right: 0;
      margin: auto; }
  body.h2o .stackoverflow-qna .column-wrapper .list-wrap {
    max-width: 920px;
    margin: 53px auto 0; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .stackoverflow-qna .column-wrapper .list-wrap {
        margin: 48px auto 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .stackoverflow-qna .column-wrapper .list-wrap {
        margin: 40px auto 0; } }
    @media (max-width: 767px) {
      body.h2o .stackoverflow-qna .column-wrapper .list-wrap {
        margin: 30px auto 0; } }
    body.h2o .stackoverflow-qna .column-wrapper .list-wrap .list-item {
      margin-top: 30px;
      font-size: 0;
      padding: 23px 30px 25px; }
      @media (max-width: 767px) {
        body.h2o .stackoverflow-qna .column-wrapper .list-wrap .list-item {
          padding: 20px 25px; } }
      body.h2o .stackoverflow-qna .column-wrapper .list-wrap .list-item .col-eight {
        float: none;
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 161px); }
        @media (max-width: 595px) {
          body.h2o .stackoverflow-qna .column-wrapper .list-wrap .list-item .col-eight {
            width: 100%;
            text-align: center; } }
        body.h2o .stackoverflow-qna .column-wrapper .list-wrap .list-item .col-eight h5 {
          font-size: 20px;
          line-height: 1.2;
          color: #005999;
          font-weight: 700;
          font-family: "proxima-nova", sans-serif; }
          @media (max-width: 595px) {
            body.h2o .stackoverflow-qna .column-wrapper .list-wrap .list-item .col-eight h5 {
              font-size: 18px; } }
        body.h2o .stackoverflow-qna .column-wrapper .list-wrap .list-item .col-eight p {
          font-size: 18px;
          color: #161616;
          font-weight: 400;
          font-family: "proxima-nova", sans-serif;
          text-overflow: ellipsis;
          display: -webkit-box;
          overflow: hidden;
          max-height: 66px;
          /* multiple of line-height and line-clamp */
          -webkit-line-clamp: 3;
          -moz-line-clamp: 3;
          -ms-line-clamp: 3;
          -o-line-clamp: 3;
          line-clamp: 3;
          /* Number of lines */
          -webkit-box-orient: vertical;
          -ms-box-orient: vertical;
          -o-box-orient: vertical;
          box-orient: vertical; }
          @media (max-width: 595px) {
            body.h2o .stackoverflow-qna .column-wrapper .list-wrap .list-item .col-eight p {
              font-size: 16px;
              margin-top: 10px; } }
      body.h2o .stackoverflow-qna .column-wrapper .list-wrap .list-item .col-four {
        float: none;
        display: inline-block;
        vertical-align: middle;
        padding-right: 20px;
        width: 100%;
        max-width: 161px; }
        @media (max-width: 595px) {
          body.h2o .stackoverflow-qna .column-wrapper .list-wrap .list-item .col-four {
            margin: 0 auto 30px;
            display: block;
            padding: 0;
            text-align: center; } }
        body.h2o .stackoverflow-qna .column-wrapper .list-wrap .list-item .col-four .date {
          font-size: 13px;
          font-family: "proxima-nova", sans-serif;
          font-weight: 100;
          display: block;
          color: #161616; }
        body.h2o .stackoverflow-qna .column-wrapper .list-wrap .list-item .col-four a {
          display: inline-block;
          margin-top: 3px; }
          body.h2o .stackoverflow-qna .column-wrapper .list-wrap .list-item .col-four a .content span {
            display: inline-block;
            vertical-align: middle; }
            body.h2o .stackoverflow-qna .column-wrapper .list-wrap .list-item .col-four a .content span.icon {
              width: 32px;
              height: 32px;
              background: #f8f8f8; }
            body.h2o .stackoverflow-qna .column-wrapper .list-wrap .list-item .col-four a .content span.user-name {
              font-size: 18px;
              color: #005999;
              font-weight: 500;
              margin-left: 10px;
              word-wrap: break-word;
              width: 80px;
              line-height: 1;
              font-family: "proxima-nova", sans-serif; }
              @media (max-width: 595px) {
                body.h2o .stackoverflow-qna .column-wrapper .list-wrap .list-item .col-four a .content span.user-name {
                  font-size: 16px;
                  text-align: left; } }
  body.h2o .stackoverflow-qna .column-wrapper .link-wrap {
    margin-top: 16px;
    text-align: center; }
    body.h2o .stackoverflow-qna .column-wrapper .link-wrap a {
      color: #161616; }
      body.h2o .stackoverflow-qna .column-wrapper .link-wrap a:before {
        background: #161616; }
      body.h2o .stackoverflow-qna .column-wrapper .link-wrap a:after {
        content: '';
        width: 14px;
        height: 14px;
        background: url("/wp-content/themes/h2o2018/templates/dist/images/external-link.png");
        background-repeat: no-repeat; }
  body.h2o .h2o-in-academics h4 {
    text-align: center; }
  body.h2o .h2o-in-academics .tabs-outer {
    margin: 47px auto 0;
    max-width: 730px; }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .h2o-in-academics .tabs-outer {
        margin: 40px auto 0; } }
    @media (max-width: 767px) {
      body.h2o .h2o-in-academics .tabs-outer {
        margin: 30px auto 0; } }
    body.h2o .h2o-in-academics .tabs-outer .tabs-wrap ul {
      text-align: center;
      border-bottom: 1px solid #9f9f9d;
      font-size: 0; }
      body.h2o .h2o-in-academics .tabs-outer .tabs-wrap ul li {
        display: inline-block;
        width: 50%;
        float: none; }
        body.h2o .h2o-in-academics .tabs-outer .tabs-wrap ul li:hover:after {
          width: 100%; }
        body.h2o .h2o-in-academics .tabs-outer .tabs-wrap ul li span {
          position: relative;
          font-size: 14px;
          font-family: "proxima-nova", sans-serif;
          font-weight: 700;
          display: inline-block;
          cursor: pointer;
          padding-bottom: 10px; }
          body.h2o .h2o-in-academics .tabs-outer .tabs-wrap ul li span:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 0;
            height: 4px;
            background: #ffe52b;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
          body.h2o .h2o-in-academics .tabs-outer .tabs-wrap ul li span:hover:after {
            width: 100%; }
        body.h2o .h2o-in-academics .tabs-outer .tabs-wrap ul li.active span:after {
          width: 100%; }
    body.h2o .h2o-in-academics .tabs-outer .tab-container {
      margin-top: 7px; }
      body.h2o .h2o-in-academics .tabs-outer .tab-container:after {
        content: '';
        display: block;
        clear: both; }
      body.h2o .h2o-in-academics .tabs-outer .tab-container .tab-content {
        display: none; }
        body.h2o .h2o-in-academics .tabs-outer .tab-container .tab-content:first-child {
          display: block; }
      body.h2o .h2o-in-academics .tabs-outer .tab-container .tab-item {
        margin-top: 27px;
        float: left;
        width: 100%; }
        @media (max-width: 767px) {
          body.h2o .h2o-in-academics .tabs-outer .tab-container .tab-item {
            margin-top: 20px; } }
        body.h2o .h2o-in-academics .tabs-outer .tab-container .tab-item a {
          position: relative;
          display: inline-block;
          font-size: 18px;
          font-weight: 700;
          color: #161616; }
          @media (max-width: 767px) {
            body.h2o .h2o-in-academics .tabs-outer .tab-container .tab-item a {
              font-size: 16px; } }
          body.h2o .h2o-in-academics .tabs-outer .tab-container .tab-item a:after {
            content: '';
            position: relative;
            display: inline-block;
            width: 14px;
            height: 14px;
            margin-left: 10px;
            background: url(/wp-content/themes/h2o2018/templates/dist/images/external-link.png);
            background-repeat: no-repeat; }
        body.h2o .h2o-in-academics .tabs-outer .tab-container .tab-item span {
          display: block;
          font-size: 14px;
          color: #161616;
          margin-top: 4px;
          font-weight: 400; }
        body.h2o .h2o-in-academics .tabs-outer .tab-container .tab-item p {
          font-size: 18px;
          color: #161616;
          margin-top: 5px;
          font-weight: 400; }
          @media (max-width: 767px) {
            body.h2o .h2o-in-academics .tabs-outer .tab-container .tab-item p {
              font-size: 16px; } }
  body.h2o .academics-form .head-wrap {
    max-width: 740px;
    margin: 0 auto; }
    body.h2o .academics-form .head-wrap h4 {
      color: #FFFFFF;
      font-weight: 500; }
    body.h2o .academics-form .head-wrap p {
      color: #FFFFFF;
      font-size: 18px;
      margin: 49px 0 9px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .academics-form .head-wrap p {
          margin: 40px 0 9px; } }
      @media (max-width: 767px) {
        body.h2o .academics-form .head-wrap p {
          margin: 30px 0 9px; } }
    body.h2o .academics-form .head-wrap span {
      color: #FFFFFF;
      font-size: 14px; }
      body.h2o .academics-form .head-wrap span:before {
        width: 200px;
        bottom: -28px;
        height: 2px; }
  body.h2o .academics-form .form-box {
    max-width: 526px;
    margin: 37px auto 0;
    width: 100%;
    padding: 0px 23px;
    z-index: 12; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .academics-form .form-box {
        padding: 35px 30px 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .academics-form .form-box {
        padding: 30px 25px 35px;
        left: 0px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .academics-form .form-box {
        padding: 30px 25px;
        z-index: 1; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o .academics-form .form-box {
        padding: 20px 20px 25px;
        z-index: 1; } }
    @media (max-width: 480px) {
      body.h2o .academics-form .form-box {
        padding: 20px 0px 0px;
        z-index: 1; } }
    @media (max-width: 767px) {
      body.h2o .academics-form .form-box {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        margin: 10px auto 0; } }
    body.h2o .academics-form .form-box form label {
      font-family: "proxima-nova", sans-serif;
      font-size: 14px;
      color: #FFFFFF;
      font-weight: 100;
      margin: 28px 0 7px 0;
      display: block; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .academics-form .form-box form label {
          margin: 25px 0 3px 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .academics-form .form-box form label {
          margin: 15px 0 3px 0; } }
      @media (max-width: 595px) {
        body.h2o .academics-form .form-box form label {
          margin: 12px 0 3px 0;
          font-size: 12px; } }
    body.h2o .academics-form .form-box form input {
      font-family: "proxima-nova", sans-serif;
      font-size: 14px;
      font-weight: 100;
      width: 100%;
      outline: none;
      border: 0;
      height: 30px;
      padding: 6px 10px 7px 9px;
      color: #000000; }
      body.h2o .academics-form .form-box form input:focus {
        outline: none;
        border: 0; }
    body.h2o .academics-form .form-box form input::-ms-clear {
      display: none; }
    body.h2o .academics-form .form-box form select {
      font-family: "proxima-nova", sans-serif;
      border-radius: 0px;
      width: 100%;
      border: none;
      padding: 6px 33px 7px 9px;
      font-size: 14px;
      outline: none;
      height: 30px;
      background-color: #FFFFFF;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: #FFFFFF url(/wp-content/themes/h2o2016/refresh_2018/templates/dist/images/contact_us/down.png) no-repeat 97.9% 50%;
      background-size: 11px 7px;
      max-width: 460px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .academics-form .form-box form select {
          max-width: 100%; } }
      @media (max-width: 991px) {
        body.h2o .academics-form .form-box form select {
          max-width: 100%; } }
      body.h2o .academics-form .form-box form select:focus {
        outline: none; }
      body.h2o .academics-form .form-box form select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000000; }
      body.h2o .academics-form .form-box form select::-ms-expand {
        display: none; }
    body.h2o .academics-form .form-box form textarea {
      max-width: 460px;
      overflow: auto \0;
      font-family: "proxima-nova", sans-serif;
      font-size: 14px;
      width: 100%;
      margin-top: 0px;
      height: 100%;
      min-height: 158px;
      border: 0;
      padding: 6px 10px 7px 9px;
      outline: none;
      color: #000000;
      background-color: #FFFFFF;
      -webkit-box-shadow: none;
      box-shadow: none;
      /*margin-bottom: 28px;*/ }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .academics-form .form-box form textarea {
          max-width: 100%; } }
      @media (max-width: 991px) {
        body.h2o .academics-form .form-box form textarea {
          max-width: 100%;
          /*margin-bottom: 20px;*/ } }
  body.h2o .academics-form #mktoForm_1710 {
    width: 100% !important; }
  body.h2o .academics-form .mktoForm {
    width: 100% !important; }
    body.h2o .academics-form .mktoForm .mktoFormRow {
      width: 50% !important;
      padding: 0 15px; }
      @media (max-width: 480px) {
        body.h2o .academics-form .mktoForm .mktoFormRow {
          width: 100% !important;
          padding: 0; } }
      body.h2o .academics-form .mktoForm .mktoFormRow:nth-child(10), body.h2o .academics-form .mktoForm .mktoFormRow:nth-child(11) {
        /*display: none !important;*/
        width: 100% !important; }
      body.h2o .academics-form .mktoForm .mktoFormRow .mktoFormCol {
        margin-bottom: 0 !important; }
      body.h2o .academics-form .mktoForm .mktoFormRow .mktoField {
        border: none !important;
        width: 100% !important; }
      body.h2o .academics-form .mktoForm .mktoFormRow * {
        text-align: left !important; }
      body.h2o .academics-form .mktoForm .mktoFormRow .mktoGutter {
        display: none; }
      body.h2o .academics-form .mktoForm .mktoFormRow:nth-child(8), body.h2o .academics-form .mktoForm .mktoFormRow:nth-child(9) {
        width: 100% !important; }
      body.h2o .academics-form .mktoForm .mktoFormRow .mktoLogicalField input {
        width: auto !important;
        height: auto !important; }
      body.h2o .academics-form .mktoForm .mktoFormRow .mktoLogicalField label {
        margin: 0;
        display: inline-block;
        padding-left: 8px;
        vertical-align: middle; }
      body.h2o .academics-form .mktoForm .mktoFormRow .mktoHtmlText {
        color: #FFFFFF;
        margin: 28px 0 7px 0;
        display: block;
        width: 100% !important;
        min-height: auto; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .academics-form .mktoForm .mktoFormRow .mktoHtmlText {
            margin: 25px 0 3px 0; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .academics-form .mktoForm .mktoFormRow .mktoHtmlText {
            margin: 15px 0 3px 0; } }
        @media (max-width: 595px) {
          body.h2o .academics-form .mktoForm .mktoFormRow .mktoHtmlText {
            margin: 12px 0 3px 0;
            /*font-size: 12px;*/ } }
    body.h2o .academics-form .mktoForm .mktoLabel {
      padding-top: 0 !important;
      width: 100% !important; }
    body.h2o .academics-form .mktoForm .mktoButtonRow {
      text-align: center;
      margin-top: 22px; }
      @media (max-width: 991px) {
        body.h2o .academics-form .mktoForm .mktoButtonRow {
          margin-top: 15px; } }
    body.h2o .academics-form .mktoForm button.mktoButton {
      position: relative;
      max-width: 110px;
      margin: 0 auto !important;
      font-size: 14px !important;
      padding: 14px 30px 13px 30px !important;
      letter-spacing: 0.0001em !important;
      text-transform: capitalize !important;
      color: #000000 !important;
      border: 0 !important;
      background: #ffe52b !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      text-shadow: none !important;
      white-space: nowrap !important;
      border-radius: 0 !important;
      text-align: center !important;
      font-weight: 600 !important;
      white-space: nowrap !important;
      text-decoration: none !important; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .academics-form .mktoForm button.mktoButton {
          padding: 12px 16px 12px 16px !important; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .academics-form .mktoForm button.mktoButton {
          padding: 12px 16px 12px 16px !important; } }
      @media (max-width: 595px) {
        body.h2o .academics-form .mktoForm button.mktoButton {
          padding: 10px 16px 10px 16px !important;
          font-size: 12px !important; } }
      @media (max-width: 480px) {
        body.h2o .academics-form .mktoForm button.mktoButton {
          /*margin-top: 10px !important;*/ } }
      body.h2o .academics-form .mktoForm button.mktoButton:focus {
        outline: none; }
  body.h2o .we-form-overlay .form-overlay {
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    body.h2o .we-form-overlay .form-overlay .form-container {
      position: relative;
      width: 100%;
      margin: 0 auto;
      max-width: 980px; }
      @media (max-width: 767px) {
        body.h2o .we-form-overlay .form-overlay .form-container {
          height: calc(100vh - 60px);
          overflow: auto; } }
    body.h2o .we-form-overlay .form-overlay.we-active {
      opacity: 1;
      z-index: 9999; }
    body.h2o .we-form-overlay .form-overlay .v-middle {
      padding: 0 30px; }
      @media (max-width: 767px) {
        body.h2o .we-form-overlay .form-overlay .v-middle {
          padding: 0 20px; } }
  body.h2o .we-form-overlay .close-btn {
    height: 35px;
    width: 35px;
    padding: 1px 1px 0 0;
    background: #ffe52b;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none; }
    body.h2o .we-form-overlay .close-btn:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 0;
      right: 0;
      width: 15px;
      height: 2px;
      background: #000000;
      -webkit-transform: rotate(-140deg);
           -o-transform: rotate(-140deg);
              transform: rotate(-140deg); }
    body.h2o .we-form-overlay .close-btn:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 0;
      right: 0;
      width: 15px;
      height: 2px;
      background: #000000;
      -webkit-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  body.h2o .we-form-overlay .academics-form .head-wrap {
    max-width: 740px;
    margin: 0 auto; }
    body.h2o .we-form-overlay .academics-form .head-wrap h4 {
      color: #FFFFFF;
      font-weight: 500; }
    body.h2o .we-form-overlay .academics-form .head-wrap p {
      color: #FFFFFF;
      font-size: 18px;
      margin: 49px 0 9px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .we-form-overlay .academics-form .head-wrap p {
          margin: 40px 0 9px; } }
      @media (max-width: 767px) {
        body.h2o .we-form-overlay .academics-form .head-wrap p {
          margin: 30px 0 9px; } }
    body.h2o .we-form-overlay .academics-form .head-wrap span {
      color: #FFFFFF;
      font-size: 14px; }
      body.h2o .we-form-overlay .academics-form .head-wrap span:before {
        width: 200px;
        bottom: -28px;
        height: 2px; }
  body.h2o .we-form-overlay .academics-form .form-box {
    max-width: 526px;
    margin: 37px auto 0;
    width: 100%;
    padding: 0px 23px;
    z-index: 12; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .we-form-overlay .academics-form .form-box {
        padding: 35px 30px 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .we-form-overlay .academics-form .form-box {
        padding: 30px 25px 35px;
        left: 0px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .we-form-overlay .academics-form .form-box {
        padding: 30px 25px;
        z-index: 1; } }
    @media (min-width: 481px) and (max-width: 595px) {
      body.h2o .we-form-overlay .academics-form .form-box {
        padding: 20px 20px 25px;
        z-index: 1; } }
    @media (max-width: 480px) {
      body.h2o .we-form-overlay .academics-form .form-box {
        padding: 20px 0px 25px;
        z-index: 1; } }
    @media (max-width: 767px) {
      body.h2o .we-form-overlay .academics-form .form-box {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        margin: 10px auto 0; } }
    body.h2o .we-form-overlay .academics-form .form-box form label {
      font-family: "proxima-nova", sans-serif;
      font-size: 14px;
      color: #FFFFFF;
      font-weight: 100;
      margin: 28px 0 7px 0;
      display: block; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .we-form-overlay .academics-form .form-box form label {
          margin: 25px 0 3px 0; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .we-form-overlay .academics-form .form-box form label {
          margin: 15px 0 3px 0; } }
      @media (max-width: 595px) {
        body.h2o .we-form-overlay .academics-form .form-box form label {
          margin: 12px 0 3px 0;
          font-size: 12px; } }
    body.h2o .we-form-overlay .academics-form .form-box form input {
      font-family: "proxima-nova", sans-serif;
      font-size: 14px;
      font-weight: 100;
      width: 100%;
      outline: none;
      border: 0;
      height: 30px;
      padding: 6px 10px 7px 9px;
      color: #000000; }
      body.h2o .we-form-overlay .academics-form .form-box form input:focus {
        outline: none;
        border: 0; }
    body.h2o .we-form-overlay .academics-form .form-box form input::-ms-clear {
      display: none; }
    body.h2o .we-form-overlay .academics-form .form-box form select {
      font-family: "proxima-nova", sans-serif;
      border-radius: 0px;
      width: 100%;
      border: none;
      padding: 6px 33px 7px 9px;
      font-size: 14px;
      outline: none;
      height: 30px;
      background-color: #FFFFFF;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: #FFFFFF url(/wp-content/themes/h2o2016/refresh_2018/templates/dist/images/contact_us/down.png) no-repeat 97.9% 50%;
      background-size: 11px 7px;
      max-width: 460px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .we-form-overlay .academics-form .form-box form select {
          max-width: 100%; } }
      @media (max-width: 991px) {
        body.h2o .we-form-overlay .academics-form .form-box form select {
          max-width: 100%; } }
      body.h2o .we-form-overlay .academics-form .form-box form select:focus {
        outline: none; }
      body.h2o .we-form-overlay .academics-form .form-box form select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000000; }
      body.h2o .we-form-overlay .academics-form .form-box form select::-ms-expand {
        display: none; }
    body.h2o .we-form-overlay .academics-form .form-box form textarea {
      max-width: 460px;
      overflow: auto \0;
      font-family: "proxima-nova", sans-serif;
      font-size: 14px;
      width: 100%;
      margin-top: 0px;
      height: 100%;
      min-height: 158px;
      border: 0;
      padding: 6px 10px 7px 9px;
      outline: none;
      color: #000000;
      background-color: #FFFFFF;
      -webkit-box-shadow: none;
      box-shadow: none;
      margin-bottom: 28px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .we-form-overlay .academics-form .form-box form textarea {
          max-width: 100%; } }
      @media (max-width: 991px) {
        body.h2o .we-form-overlay .academics-form .form-box form textarea {
          max-width: 100%;
          margin-bottom: 20px; } }
  body.h2o .we-form-overlay .academics-form #mktoForm_1710 {
    width: 100% !important; }
  body.h2o .we-form-overlay .academics-form .mktoForm {
    width: 100% !important; }
    body.h2o .we-form-overlay .academics-form .mktoForm .mktoFormRow {
      width: 50% !important;
      padding: 0 15px; }
      @media (max-width: 480px) {
        body.h2o .we-form-overlay .academics-form .mktoForm .mktoFormRow {
          width: 100% !important;
          padding: 0; } }
      body.h2o .we-form-overlay .academics-form .mktoForm .mktoFormRow:nth-child(10), body.h2o .we-form-overlay .academics-form .mktoForm .mktoFormRow:nth-child(11) {
        display: none !important; }
      body.h2o .we-form-overlay .academics-form .mktoForm .mktoFormRow .mktoFormCol {
        margin-bottom: 0 !important; }
      body.h2o .we-form-overlay .academics-form .mktoForm .mktoFormRow .mktoField {
        border: none !important;
        width: 100% !important; }
      body.h2o .we-form-overlay .academics-form .mktoForm .mktoFormRow * {
        text-align: left !important; }
      body.h2o .we-form-overlay .academics-form .mktoForm .mktoFormRow .mktoGutter {
        display: none; }
      body.h2o .we-form-overlay .academics-form .mktoForm .mktoFormRow:nth-child(8), body.h2o .we-form-overlay .academics-form .mktoForm .mktoFormRow:nth-child(9) {
        width: 100% !important; }
    body.h2o .we-form-overlay .academics-form .mktoForm .mktoLabel {
      padding-top: 0 !important;
      width: 100% !important; }
    body.h2o .we-form-overlay .academics-form .mktoForm .mktoButtonRow {
      text-align: center; }
    body.h2o .we-form-overlay .academics-form .mktoForm button.mktoButton {
      position: relative;
      max-width: 110px;
      margin: 0 auto !important;
      font-size: 14px !important;
      padding: 14px 30px 13px 30px !important;
      letter-spacing: 0.0001em !important;
      text-transform: capitalize !important;
      color: #000000 !important;
      border: 0 !important;
      background: #ffe52b !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      text-shadow: none !important;
      white-space: nowrap !important;
      border-radius: 0 !important;
      text-align: center !important;
      font-weight: 600 !important;
      white-space: nowrap !important;
      text-decoration: none !important; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .we-form-overlay .academics-form .mktoForm button.mktoButton {
          padding: 12px 16px 12px 16px !important; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .we-form-overlay .academics-form .mktoForm button.mktoButton {
          padding: 12px 16px 12px 16px !important; } }
      @media (max-width: 595px) {
        body.h2o .we-form-overlay .academics-form .mktoForm button.mktoButton {
          padding: 10px 16px 10px 16px !important;
          font-size: 12px !important; } }
      @media (max-width: 480px) {
        body.h2o .we-form-overlay .academics-form .mktoForm button.mktoButton {
          margin-top: 10px !important; } }
      body.h2o .we-form-overlay .academics-form .mktoForm button.mktoButton:focus {
        outline: none; }
  body.h2o.single-documentation .header-bg {
    display: block; }
  body.h2o .banner-hero-simple {
    padding: 0 !important;
    z-index: 1; }
    body.h2o .banner-hero-simple .link-text {
      text-transform: none; }
    body.h2o .banner-hero-simple .bg-img {
      position: relative;
      height: 695px;
      overflow: hidden; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .banner-hero-simple .bg-img {
          height: 600px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .banner-hero-simple .bg-img {
          height: 550px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .banner-hero-simple .bg-img {
          height: 450px; } }
      @media (min-width: 481px) and (max-width: 595px) {
        body.h2o .banner-hero-simple .bg-img {
          height: 450px; } }
      @media (max-width: 480px) {
        body.h2o .banner-hero-simple .bg-img {
          height: 450px; } }
      body.h2o .banner-hero-simple .bg-img img {
        min-width: 100%;
        min-height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
        width: 100%; }
    body.h2o .banner-hero-simple .container {
      height: inherit; }
    body.h2o .banner-hero-simple .v-middle-inner {
      max-width: 875px;
      text-align: left;
      padding-left: 20px; }
      body.h2o .banner-hero-simple .v-middle-inner h1.smaller_font_size.highlight-text {
        font-size: 50px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .banner-hero-simple .v-middle-inner h1.smaller_font_size.highlight-text {
            font-size: 50px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .banner-hero-simple .v-middle-inner h1.smaller_font_size.highlight-text {
            font-size: 50px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .banner-hero-simple .v-middle-inner h1.smaller_font_size.highlight-text {
            font-size: 40px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .banner-hero-simple .v-middle-inner h1.smaller_font_size.highlight-text {
            font-size: 30px; } }
        @media (max-width: 480px) {
          body.h2o .banner-hero-simple .v-middle-inner h1.smaller_font_size.highlight-text {
            font-size: 30px; } }
      body.h2o .banner-hero-simple .v-middle-inner .banner-logo {
        /*padding-left: 14px;*/
        padding-bottom: 27px;
        /*      @include desktop {
              padding-left: 14px;
            }*/ }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .banner-hero-simple .v-middle-inner .banner-logo {
            margin-top: -30px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .banner-hero-simple .v-middle-inner .banner-logo {
            margin-top: -25px;
            padding-bottom: 18px; } }
        @media (max-width: 595px) {
          body.h2o .banner-hero-simple .v-middle-inner .banner-logo {
            margin-top: -25px;
            padding-bottom: 16px; } }
        body.h2o .banner-hero-simple .v-middle-inner .banner-logo span {
          display: inline-block;
          height: 54px;
          position: relative;
          /*        &.ibm-logo {
                  width: 150px;
                  margin-right: 79px;
                  height: 51px;
                  @include tablet {
                    width: 110px;
                  }
                  @include phablet {
                    width: 100px;
                  }
                  @include phablet-down {
                    margin-right: 50px;
                    width: 88px;
                  }
                }*/ }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .banner-hero-simple .v-middle-inner .banner-logo span {
              height: 48px; } }
          @media (max-width: 595px) {
            body.h2o .banner-hero-simple .v-middle-inner .banner-logo span {
              height: 44px; } }
          @media (max-width: 480px) {
            body.h2o .banner-hero-simple .v-middle-inner .banner-logo span {
              height: 36px; } }
          body.h2o .banner-hero-simple .v-middle-inner .banner-logo span:after {
            content: '+';
            position: absolute;
            font-size: 43px;
            right: -49px;
            font-weight: 700;
            top: 0; }
            @media (max-width: 595px) {
              body.h2o .banner-hero-simple .v-middle-inner .banner-logo span:after {
                font-size: 28px;
                right: -35px;
                top: 5px; } }
          body.h2o .banner-hero-simple .v-middle-inner .banner-logo span:last-child:after {
            display: none; }
          body.h2o .banner-hero-simple .v-middle-inner .banner-logo span.partner-logo {
            position: relative;
            display: inline-block;
            margin-right: 79px;
            /*          @include phone-down{
                      margin-right: 51px;
                    }*/ }
            @media (max-width: 595px) {
              body.h2o .banner-hero-simple .v-middle-inner .banner-logo span.partner-logo {
                margin-right: 59px; } }
            body.h2o .banner-hero-simple .v-middle-inner .banner-logo span.partner-logo img {
              width: auto;
              height: 100%; }
          body.h2o .banner-hero-simple .v-middle-inner .banner-logo span.company-logo {
            width: 54px;
            -webkit-box-shadow: 4px 2px 31px -1px rgba(0, 0, 0, 0.75);
                    box-shadow: 4px 2px 31px -1px rgba(0, 0, 0, 0.75); }
            @media (max-width: 595px) {
              body.h2o .banner-hero-simple .v-middle-inner .banner-logo span.company-logo {
                width: 44px; } }
            body.h2o .banner-hero-simple .v-middle-inner .banner-logo span.company-logo img {
              width: 100%;
              height: 100%; }
      body.h2o .banner-hero-simple .v-middle-inner h1 {
        margin-top: -14px; }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .banner-hero-simple .v-middle-inner h1 {
            font-size: 42px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .banner-hero-simple .v-middle-inner h1 {
            font-size: 38px; } }
        body.h2o .banner-hero-simple .v-middle-inner h1 span {
          color: #ffe52b;
          padding: 14px 20px 20px 20px;
          margin-top: 8px;
          margin-left: -20px; }
          @media (max-width: 767px) {
            body.h2o .banner-hero-simple .v-middle-inner h1 span {
              padding: 10px 20px 13px 20px; } }
      body.h2o .banner-hero-simple .v-middle-inner .link-text {
        margin-left: 53px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .banner-hero-simple .v-middle-inner .link-text {
            margin-left: 35px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .banner-hero-simple .v-middle-inner .link-text {
            margin-left: 20px; } }
        @media (max-width: 767px) {
          body.h2o .banner-hero-simple .v-middle-inner .link-text {
            margin-left: 15px; } }
        body.h2o .banner-hero-simple .v-middle-inner .link-text:first-child {
          margin-left: 0; }
        body.h2o .banner-hero-simple .v-middle-inner .link-text:before {
          background-color: #000; }
      body.h2o .banner-hero-simple .v-middle-inner p {
        margin: 10px 0;
        font-size: 35px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .banner-hero-simple .v-middle-inner p {
            font-size: 32px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .banner-hero-simple .v-middle-inner p {
            font-size: 28px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .banner-hero-simple .v-middle-inner p {
            font-size: 24px; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .banner-hero-simple .v-middle-inner p {
            font-size: 22px; } }
        @media (max-width: 480px) {
          body.h2o .banner-hero-simple .v-middle-inner p {
            font-size: 20px; } }
  @media (min-width: 1150px) {
    body.h2o.we-small-height .banner-hero-simple .bg-img {
      height: 600px; } }
  body.h2o .promo-block {
    padding: 20px 0 0 !important;
    margin-top: -130px;
    z-index: 2; }
    @media (max-width: 767px) {
      body.h2o .promo-block {
        margin-top: -100px; } }
    body.h2o .promo-block .link-text {
      text-transform: none; }
    body.h2o .promo-block .col-outer {
      width: calc(100% + 28px);
      margin: 0 -14px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .promo-block .col-outer {
          width: calc(100% + 20px);
          margin: 0 -10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .promo-block .col-outer {
          width: calc(100% + 10px);
          margin: 0 -5px; } }
      @media (max-width: 767px) {
        body.h2o .promo-block .col-outer {
          width: 100%;
          margin: 0; } }
      body.h2o .promo-block .col-outer:after {
        display: block;
        content: '';
        clear: both; }
    body.h2o .promo-block .container {
      max-width: 1104px; }
    body.h2o .promo-block .col-three {
      margin: 0 14px;
      min-height: 206px;
      width: calc(33.33% - 28px);
      -webkit-transform: translateY(0);
           -o-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      -o-transition: -o-transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease, -o-transform 0.4s ease; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .promo-block .col-three {
          margin: 0 10px;
          width: calc(33.33% - 20px); } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .promo-block .col-three {
          margin: 0 5px;
          width: calc(33.33% - 10px); } }
      @media (max-width: 767px) {
        body.h2o .promo-block .col-three {
          width: 100%;
          margin: 0 0 15px;
          min-height: auto; }
          body.h2o .promo-block .col-three:last-child {
            margin-bottom: 0; } }
      body.h2o .promo-block .col-three:hover {
        -webkit-transform: translateY(-10px);
             -o-transform: translateY(-10px);
                transform: translateY(-10px); }
        body.h2o .promo-block .col-three:hover .link-text:before {
          left: 0;
          right: 0;
          width: 100%; }
      body.h2o .promo-block .col-three .content-outer {
        position: relative;
        display: block;
        height: inherit;
        min-height: inherit; }
      body.h2o .promo-block .col-three .bg-img {
        position: absolute;
        width: 100%;
        height: 100%; }
        body.h2o .promo-block .col-three .bg-img img {
          min-height: 100%;
          min-width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
        body.h2o .promo-block .col-three .bg-img.overlay-dark:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.6); }
      body.h2o .promo-block .col-three h6 {
        font-size: 18px; }
      body.h2o .promo-block .col-three span {
        font-family: "proxima-nova", sans-serif; }
      body.h2o .promo-block .col-three h6, body.h2o .promo-block .col-three span {
        color: #fff; }
      body.h2o .promo-block .col-three.no-bg h6, body.h2o .promo-block .col-three.no-bg span {
        color: #000; }
      body.h2o .promo-block .col-three.no-bg > div.bg-light-black h6, body.h2o .promo-block .col-three.no-bg > div.bg-light-black .link-text {
        color: #fff; }
      body.h2o .promo-block .col-three .content {
        display: block;
        position: relative;
        padding: 64px 20px 52px; }
      body.h2o .promo-block .col-three .title {
        position: absolute;
        top: 13px;
        background: #ffe52b;
        padding: 10px 20px 8px;
        color: #000;
        font-weight: 700;
        font-size: 14px; }
      body.h2o .promo-block .col-three .link-text {
        font-size: 14px; }
      body.h2o .promo-block .col-three .btn-outer {
        position: absolute;
        bottom: 16px;
        left: 20px; }
      body.h2o .promo-block .col-three > div {
        height: 100%;
        min-height: inherit;
        /*background-color: #f2f2f2;*/ }
      body.h2o .promo-block .col-three .image-logo {
        position: absolute;
        width: 102px;
        height: 102px;
        right: 24px;
        bottom: 16px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .promo-block .col-three .image-logo {
            right: 20px;
            width: 92px;
            height: 92px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .promo-block .col-three .image-logo {
            right: 10px;
            width: 92px;
            height: 92px; } }
        @media (max-width: 767px) {
          body.h2o .promo-block .col-three .image-logo {
            right: 10px;
            width: 92px;
            height: 92px; } }
        body.h2o .promo-block .col-three .image-logo > img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
      @media (max-width: 767px) {
        body.h2o .promo-block .col-three.image-logo-outer .content {
          padding: 64px 100px 52px 20px; } }
      body.h2o .promo-block .col-three.dark-black {
        background: #161616; }
  body.h2o .image-promo-block {
    padding: 20px 0 0 !important;
    margin-top: -130px;
    z-index: 2; }
    @media (max-width: 767px) {
      body.h2o .image-promo-block {
        margin-top: -100px; } }
    body.h2o .image-promo-block .link-text {
      text-transform: none; }
    body.h2o .image-promo-block .col-outer {
      width: calc(100% + 28px);
      margin: 0 -14px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .image-promo-block .col-outer {
          width: calc(100% + 20px);
          margin: 0 -10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .image-promo-block .col-outer {
          width: calc(100% + 10px);
          margin: 0 -5px; } }
      @media (max-width: 767px) {
        body.h2o .image-promo-block .col-outer {
          width: 100%;
          margin: 0; } }
      body.h2o .image-promo-block .col-outer:after {
        display: block;
        content: '';
        clear: both; }
    body.h2o .image-promo-block .container {
      max-width: 1104px; }
    body.h2o .image-promo-block .shadow {
      -webkit-box-shadow: 0 0 10px 0 rgba(158, 158, 158, 0.8);
      box-shadow: 0 0 10px 0 rgba(158, 158, 158, 0.8); }
    body.h2o .image-promo-block .image_above {
      height: 206px;
      overflow: hidden; }
    body.h2o .image-promo-block .col-three {
      margin: 0 14px;
      min-height: 206px;
      width: calc(33.33% - 28px);
      -webkit-transform: translateY(0);
           -o-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      -o-transition: -o-transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease, -o-transform 0.4s ease; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .image-promo-block .col-three {
          margin: 0 10px;
          width: calc(33.33% - 20px); } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .image-promo-block .col-three {
          margin: 0 5px;
          width: calc(33.33% - 10px); } }
      @media (max-width: 767px) {
        body.h2o .image-promo-block .col-three {
          width: 100%;
          margin: 0 0 15px;
          min-height: auto; }
          body.h2o .image-promo-block .col-three:last-child {
            margin-bottom: 0; } }
      body.h2o .image-promo-block .col-three:hover {
        -webkit-transform: translateY(-10px);
             -o-transform: translateY(-10px);
                transform: translateY(-10px); }
        body.h2o .image-promo-block .col-three:hover .link-text:before {
          left: 0;
          right: 0;
          width: 100%; }
      body.h2o .image-promo-block .col-three .content-outer {
        position: relative;
        display: block;
        height: 206px;
        min-height: inherit;
        overflow: hidden; }
      body.h2o .image-promo-block .col-three .bg-img {
        position: absolute;
        width: 100%;
        height: 100%; }
        body.h2o .image-promo-block .col-three .bg-img img {
          min-height: 100%;
          min-width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
        body.h2o .image-promo-block .col-three .bg-img.overlay-dark:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.6); }
      body.h2o .image-promo-block .col-three .bg-img.image_above {
        overflow: visible;
        top: -200px; }
      body.h2o .image-promo-block .col-three h6 {
        font-size: 18px; }
      body.h2o .image-promo-block .col-three span {
        font-family: "proxima-nova", sans-serif; }
      body.h2o .image-promo-block .col-three h6, body.h2o .image-promo-block .col-three span {
        color: #fff; }
      body.h2o .image-promo-block .col-three.no-bg h6, body.h2o .image-promo-block .col-three.no-bg span {
        color: #000; }
      body.h2o .image-promo-block .col-three.no-bg > div.bg-light-black h6, body.h2o .image-promo-block .col-three.no-bg > div.bg-light-black .link-text {
        color: #fff; }
      body.h2o .image-promo-block .col-three .content {
        display: block;
        position: relative;
        padding: 64px 20px 52px; }
      body.h2o .image-promo-block .col-three .title {
        position: absolute;
        top: 13px;
        background: #ffe52b;
        padding: 10px 20px 8px;
        color: #000;
        font-weight: 700;
        font-size: 14px; }
      body.h2o .image-promo-block .col-three .link-text {
        font-size: 14px; }
      body.h2o .image-promo-block .col-three .btn-outer {
        position: absolute;
        bottom: 16px;
        left: 20px; }
      body.h2o .image-promo-block .col-three > div {
        height: 100%;
        min-height: inherit;
        /*background-color: #f2f2f2;*/ }
      body.h2o .image-promo-block .col-three .image-logo {
        position: absolute;
        width: 102px;
        height: 102px;
        right: 24px;
        bottom: 16px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .image-promo-block .col-three .image-logo {
            right: 20px;
            width: 92px;
            height: 92px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .image-promo-block .col-three .image-logo {
            right: 10px;
            width: 92px;
            height: 92px; } }
        @media (max-width: 767px) {
          body.h2o .image-promo-block .col-three .image-logo {
            right: 10px;
            width: 92px;
            height: 92px; } }
        body.h2o .image-promo-block .col-three .image-logo > img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
      @media (max-width: 767px) {
        body.h2o .image-promo-block .col-three.image-logo-outer .content {
          padding: 64px 100px 52px 20px; } }
      body.h2o .image-promo-block .col-three.dark-black {
        background: #161616; }
  body.h2o .intro-block-new {
    padding: 62px 0 72px; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .intro-block-new {
        padding: 60px 0 70px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .intro-block-new {
        padding: 50px 0 60px; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .intro-block-new {
        padding: 40px 0 50px; } }
    @media (max-width: 595px) {
      body.h2o .intro-block-new {
        padding: 30px 0; } }
    body.h2o .intro-block-new .content {
      text-align: center;
      padding: 0 35px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .intro-block-new .content {
          padding: 0 25px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .intro-block-new .content {
          padding: 0 20px; } }
      @media (max-width: 767px) {
        body.h2o .intro-block-new .content {
          padding: 0 15px; } }
      body.h2o .intro-block-new .content h4 {
        margin-bottom: 20px; }
        body.h2o .intro-block-new .content h4 span {
          padding: 18px 17px 12px; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .intro-block-new .content h4 span {
              padding: 12px 14px; } }
          @media (min-width: 596px) and (max-width: 767px) {
            body.h2o .intro-block-new .content h4 span {
              padding: 10px 10px; } }
          @media (min-width: 481px) and (max-width: 595px) {
            body.h2o .intro-block-new .content h4 span {
              padding: 8px 10px; } }
          @media (max-width: 480px) {
            body.h2o .intro-block-new .content h4 span {
              padding: 5px 8px 5px; } }
        @media (max-width: 767px) {
          body.h2o .intro-block-new .content h4 {
            margin-bottom: 5px; } }
      body.h2o .intro-block-new .content a {
        margin-top: 18px; }
        @media (min-width: 768px) {
          body.h2o .intro-block-new .content a {
            margin-top: 25px; } }
  body.h2o .dai-infographic {
    padding: 108px 0; }
    @media (min-width: 992px) and (max-width: 1150px) {
      body.h2o .dai-infographic {
        padding: 70px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.h2o .dai-infographic {
        padding: 50px 0; } }
    @media (min-width: 596px) and (max-width: 767px) {
      body.h2o .dai-infographic {
        padding: 40px 0; } }
    @media (max-width: 595px) {
      body.h2o .dai-infographic {
        padding: 30px 0; } }
    body.h2o .dai-infographic .title {
      text-align: center; }
      body.h2o .dai-infographic .title h3 {
        margin-bottom: 20px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .dai-infographic .title h3 {
            margin-bottom: 15px; } }
        @media (max-width: 767px) {
          body.h2o .dai-infographic .title h3 {
            margin-bottom: 10px; } }
      body.h2o .dai-infographic .title p {
        font-size: 22px; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .dai-infographic .title p {
            font-size: 20px; } }
        @media (max-width: 767px) {
          body.h2o .dai-infographic .title p {
            font-size: 18px; } }
    body.h2o .dai-infographic .col-outer {
      margin-top: 63px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .dai-infographic .col-outer {
          margin-top: 50px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .dai-infographic .col-outer {
          margin-top: 40px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .dai-infographic .col-outer {
          margin-top: 30px; } }
      @media (max-width: 595px) {
        body.h2o .dai-infographic .col-outer {
          margin-top: 20px; } }
      body.h2o .dai-infographic .col-outer:after {
        content: "";
        display: block;
        clear: both; }
    body.h2o .dai-infographic .col-four {
      width: 386px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .dai-infographic .col-four {
          width: 330px; } }
      @media (max-width: 767px) {
        body.h2o .dai-infographic .col-four {
          width: 100%; } }
      body.h2o .dai-infographic .col-four ul li {
        font-size: 16px;
        font-weight: 700;
        height: 66px;
        display: table;
        width: 100%;
        padding: 0 27px;
        cursor: pointer; }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .dai-infographic .col-four ul li {
            font-size: 14px;
            height: 58px;
            padding: 0 20px; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .dai-infographic .col-four ul li {
            float: left;
            width: 50%;
            font-size: 14px;
            height: 58px;
            padding: 0 20px; } }
        @media (max-width: 595px) {
          body.h2o .dai-infographic .col-four ul li {
            float: left;
            width: 100%; } }
        body.h2o .dai-infographic .col-four ul li.active {
          background-color: #ffe600; }
        body.h2o .dai-infographic .col-four ul li span {
          display: table-cell;
          vertical-align: middle;
          padding-left: 20px; }
          body.h2o .dai-infographic .col-four ul li span:first-child {
            width: 34px;
            height: 34px;
            padding: 0; }
            body.h2o .dai-infographic .col-four ul li span:first-child img {
              height: 100%;
              width: 100%; }
    body.h2o .dai-infographic .col-eight {
      width: calc(100% - 386px);
      text-align: center;
      padding: 0 60px; }
      @media (min-width: 992px) and (max-width: 1150px) {
        body.h2o .dai-infographic .col-eight {
          padding: 0 35px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .dai-infographic .col-eight {
          width: calc(100% - 330px);
          padding: 0 20px; } }
      @media (max-width: 767px) {
        body.h2o .dai-infographic .col-eight {
          width: 100%;
          padding: 20px 0 0; } }
      body.h2o .dai-infographic .col-eight .tab {
        display: none; }
        body.h2o .dai-infographic .col-eight .tab p {
          margin-bottom: 50px;
          font-size: 22px;
          opacity: 0;
          -webkit-transform: translateX(110px);
               -o-transform: translateX(110px);
                  transform: translateX(110px);
          -webkit-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease; }
          @media (min-width: 768px) and (max-width: 991px) {
            body.h2o .dai-infographic .col-eight .tab p {
              font-size: 20px;
              margin-bottom: 30px; } }
          @media (max-width: 767px) {
            body.h2o .dai-infographic .col-eight .tab p {
              font-size: 18px;
              margin-bottom: 20px; } }
        body.h2o .dai-infographic .col-eight .tab .image {
          opacity: 0;
          -webkit-transform: translateY(110px);
               -o-transform: translateY(110px);
                  transform: translateY(110px);
          -webkit-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease; }
        body.h2o .dai-infographic .col-eight .tab.active {
          display: block; }
          body.h2o .dai-infographic .col-eight .tab.active p {
            opacity: 0;
            -webkit-transform: translateX(110px);
                 -o-transform: translateX(110px);
                    transform: translateX(110px);
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease; }
          body.h2o .dai-infographic .col-eight .tab.active .image {
            opacity: 0;
            -webkit-transform: translateY(110px);
                 -o-transform: translateY(110px);
                    transform: translateY(110px);
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease; }
          body.h2o .dai-infographic .col-eight .tab.active.animate p {
            opacity: 1;
            -webkit-transform: translateX(0px);
                 -o-transform: translateX(0px);
                    transform: translateX(0px);
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease; }
          body.h2o .dai-infographic .col-eight .tab.active.animate .image {
            opacity: 1;
            -webkit-transform: translateY(0px);
                 -o-transform: translateY(0px);
                    transform: translateY(0px);
            -webkit-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease; }
    body.h2o .dai-infographic .img-box {
      margin-top: 90px; }
      @media (min-width: 768px) and (max-width: 991px) {
        body.h2o .dai-infographic .img-box {
          margin-top: 70px; } }
      @media (min-width: 596px) and (max-width: 767px) {
        body.h2o .dai-infographic .img-box {
          margin-top: 50px; } }
      @media (max-width: 595px) {
        body.h2o .dai-infographic .img-box {
          margin-top: 40px; } }
      body.h2o .dai-infographic .img-box img {
        width: 100%;
        height: auto; }
  body.h2o .pdf-inner-content h4 {
    margin-bottom: 20px; }
  body.h2o .pdf-inner-content h6 {
    margin-bottom: 10px; }
  body.h2o .pdf-inner-content p {
    font-size: 18px;
    line-height: 1.25;
    color: #808080;
    word-spacing: 0.035em;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    margin-bottom: 20px; }
    @media only screen and (max-width: 600px) {
      body.h2o .pdf-inner-content p {
        font-size: 16px;
        margin-bottom: 15px; } }
  body.h2o .pdf-inner-content blockquote {
    font-size: 22px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 100;
    font-style: italic;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    line-height: 1.25;
    color: #161616;
    margin-left: 23px; }
    body.h2o .pdf-inner-content blockquote::before {
      content: '';
      position: absolute;
      left: -25px;
      width: 20px;
      height: 17px;
      background: url(/wp-content/themes/h2o2018/templates/dist/images/quote-left.png);
      background-repeat: no-repeat; }
    body.h2o .pdf-inner-content blockquote::after {
      content: '';
      position: relative;
      left: 5px;
      display: inline-block;
      width: 20px;
      height: 17px;
      background: url(/wp-content/themes/h2o2018/templates/dist/images/quote-right.png);
      background-repeat: no-repeat; }
  body.h2o .pdf-inner-content ul {
    margin-bottom: 30px; }
    body.h2o .pdf-inner-content ul li {
      position: relative;
      display: inline-block;
      margin-bottom: 5px;
      width: 100%;
      font-size: 18px;
      color: #808080;
      line-height: 1.2;
      word-spacing: 0.035em;
      font-family: "proxima-nova", sans-serif;
      padding-left: 20px; }
      body.h2o .pdf-inner-content ul li::before {
        content: " ";
        background: #ffe52b;
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-right: 12px;
        position: absolute;
        top: 7px;
        left: 0; }
  body.h2o .pdf-inner-content .content-with-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    margin-bottom: 35px;
    padding: 0; }
    @media only screen and (max-width: 600px) {
      body.h2o .pdf-inner-content .content-with-image {
        display: block; } }
    body.h2o .pdf-inner-content .content-with-image .img-wrap {
      margin-right: 20px;
      max-width: 550px; }
      @media only screen and (max-width: 600px) {
        body.h2o .pdf-inner-content .content-with-image .img-wrap {
          text-align: center;
          /* height: 300px !important; */
          max-width: 315px;
          height: 300px;
          margin: 0 auto 0px; } }
    body.h2o .pdf-inner-content .content-with-image .content-wrap {
      max-width: 800px;
      -ms-flex-item-align: center;
          align-self: center; }
      body.h2o .pdf-inner-content .content-with-image .content-wrap p {
        margin: 0; }
      body.h2o .pdf-inner-content .content-with-image .content-wrap h6 {
        background: #ffe52b;
        color: #000000;
        height: 40px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 10px;
        max-width: 200px; }
      @media only screen and (max-width: 600px) {
        body.h2o .pdf-inner-content .content-with-image .content-wrap {
          display: block; } }
  body.h2o .pdf-inner-content .pdf-banner {
    background-image: url(/wp-content/themes/h2o2018/templates/dist/images/blog_detail/banner-fourth-level.jpg);
    padding: 10px;
    margin-bottom: 30px;
    top: 0;
    left: 0;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px; }
  body.h2o .pdf-inner-content .wrapper {
    top: 80px; }
  body.h2o .pdf-inner-content .author-content {
    margin-bottom: 30px; }
    body.h2o .pdf-inner-content .author-content h6 {
      margin-bottom: 0 !important;
      margin-left: 25px; }
    body.h2o .pdf-inner-content .author-content p {
      margin-left: 25px; }
  body.h2o .two-column-grid {
    text-align: left;
    font-size: 11px;
    margin-top: 0px; }
    body.h2o .two-column-grid p {
      margin-bottom: 8px;
      position: relative;
      max-width: 510px;
      display: inline-block;
      font-family: "proxima-nova", sans-serif;
      font-size: 18px;
      font-weight: 100;
      color: #000000;
      line-height: 1.12; }
    body.h2o .two-column-grid .column-wrapper {
      width: calc(100% + 35px);
      margin-left: -15px; }
      body.h2o .two-column-grid .column-wrapper .two-column {
        width: 48%;
        float: left;
        position: relative;
        padding: 20px; }
        @media (min-width: 992px) and (max-width: 1150px) {
          body.h2o .two-column-grid .column-wrapper .two-column {
            width: 48%;
            float: left;
            margin: 0 15px 0 0;
            position: relative;
            max-width: 518px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          body.h2o .two-column-grid .column-wrapper .two-column {
            width: 48%; } }
        @media (min-width: 596px) and (max-width: 767px) {
          body.h2o .two-column-grid .column-wrapper .two-column {
            width: 100%;
            float: none; } }
        @media (min-width: 481px) and (max-width: 595px) {
          body.h2o .two-column-grid .column-wrapper .two-column {
            width: 100%; } }
        @media (max-width: 480px) {
          body.h2o .two-column-grid .column-wrapper .two-column {
            width: 100%; } }

body.h2o.single-customers .we-edit-link > a {
  float: none !important; }

@media (max-width: 595px) {
  body.h2o.page-id-9281 .intro-overview .text-wrapper iframe {
    width: 100% !important;
    max-width: 500px !important; } }

@media (max-width: 480px) {
  body.h2o.page-id-2577 .filter-tabs .tabs-content .tabs {
    width: 100%; } }

.ua-ie-11 body.h2o.page-id-2577 .events-controller .filter-tabs .tabs {
  width: calc(100% - 190px); }

body.h2o.page-id-9577 .banner-with-content.we-legacy-page .col-two {
  width: 69%; }
  @media (max-width: 767px) {
    body.h2o.page-id-9577 .banner-with-content.we-legacy-page .col-two {
      width: 100%; } }
  body.h2o.page-id-9577 .banner-with-content.we-legacy-page .col-two.right {
    width: calc(31% - 14px); }
    @media (max-width: 767px) {
      body.h2o.page-id-9577 .banner-with-content.we-legacy-page .col-two.right {
        width: 100%; } }

/*# sourceMappingURL=main.css.map */
